@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css');
@media(min-width: 1600px) {
    .container {
        max-width: 1600px;
    }
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul,
ol,
div,
span,
a,
button {
    font-family: "Source Sans 3", sans-serif;
}

:root {
    --color-518EDB: #518EDB;
    --color-FFF: #FFF;
    --color-235FAC: #235FAC;
    --color-7B868C: #7B868C;
    --color-111A21: #111A21;
    --color-EABD40: #EABD40;
    --color-1E1E1E: #1E1E1E;


    --fs-12: 12px;
    --fs-14: 14px;
    --fs-16: 16px;
    --fs-17: 17px;
    --fs-18: 18px;
    --fs-19: 19px;
    --fs-20: 20px;
    --fs-21: 21px;
    --fs-22: 22px;
    --fs-23: 23px;
    --fs-24: 24px;
    --fs-25: 25px;
    --fs-26: 26px;
    --fs-27: 27px;
    --fs-28: 28px;
    --fs-29: 29px;
    --fs-30: 30px;
    --fs-31: 31px;
    --fs-32: 32px;
    --fs-33: 33px;
    --fs-34: 34px;
    --fs-35: 35px;
    --fs-40: 40px;
    --fs-50: 50px;
    --fs-60: 60px;
    --fs-70: 70px;
    --fs-80: 80px;
    --fs-90: 90px;
    --fs-100: 100px;
}

p {
    font-size: var(--fs-20);
}

.fs-40 {
    font-size: var(--fs-40);
    line-height: calc(var(--fs-40) + 4px);
}

.header-top .navbar {
    background-color: var(--color-518EDB);
}

.nav-link.active {
    font-weight: 500;
}

.header-top li,
.header-top a {
    color: var(--color-FFF);
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.header-top .nav-link.active {
    color: var(--color-FFF);
    font-weight: 600;
}

.nav-link {
    padding: 0;
}

.btn.btn-light {
    background-color: var(--color-FFF);
    padding: 7px 20px;
    color: var(--color-235FAC);
    font-size: var(--fs-20);
    font-weight: 500;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.btn.btn-light:hover {
    border-color: #c9d3d9;
    box-shadow: none;
    background-color: #c9d3d9;
}

header .navbar-nav .nav-item .nav-link {
    color: var(--color-235FAC);
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.header-top .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 10px;
    padding-right: 10px;
}

.header-top .nav-link {
    padding-left: 10px;
    padding-right: 10px;
}

.btn.btn-primary {
    padding: 5px 33px;
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.80);
    font-family: Inter;
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--fs-20) * 1.5);
    background-color: var(--color-518EDB);
    border: none;
}

header .navbar-nav.ms-auto.mb-2.mb-lg-0 {
    margin-right: 35px;
}

header .navbar-expand-lg .navbar-nav {
    column-gap: 35px;
}

header .navbar-nav .nav-item::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 30px;
    background-color: var(--color-235FAC);
    top: 0;
    right: -19px;
}

header .navbar-nav .nav-item {
    position: relative;
}

header .navbar-nav .nav-item:last-child::after {
    content: '';
    display: none;
}

.navbar-text {
    order: 1;
}

.banner-items-content {
    max-width: 1000px;
    width: 100%;
}

.h1 {
    color: var(--color-FFF);
    font-family: "Cormorant Garamond";
    font-size: var(--fs-50);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--fs-50) + 4px);
    text-transform: uppercase;
}

.fixed-items .h1 {
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.50);
}

.banner-flex {
    display: flex;
    gap: 127px;
}

.banner-section .fixed-items {
    position: absolute;
    top: 0;
    z-index: 1;
    max-width: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    background-color: #00000024;
}

.banner-section {
    height: 717px;
}

.banner-items video {
    width: 473px;
}

.banner-items-content p {
    color: var(--color-FFF);
}

.items-content {
    max-width: 75%;
    width: 100%;
    padding-bottom: 53px;
}

.csbtn-primary {
    padding: 13px 18px;
    color: var(--color-FFF);
    font-family: "Source Sans 3";
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--fs-20) + 4px);
    text-transform: uppercase;
    text-decoration: none;
    background-color: var(--color-518EDB);
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.csbtn-primary:hover {
    color: var(--color-FFF);
    background-color: var(--color-7B868C);
}

.csbtn-primary span {
    padding-left: 15px;
}

.banner-items-content .h1 {
    margin-bottom: 12px;
}

.max-1397 {
    max-width: 1397px;
    width: 100%;
    margin: 0 auto;
}

.free-guide {
    padding: 70px 0px;
}

.flex-free {
    display: flex;
    gap: 86px;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.flex-free .free-items:nth-child(1) {
    max-width: 467px;
    width: 100%;
}

.h2 {
    color: var(--color-1E1E1E);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Cormorant Garamond";
    font-size: var(--fs-40);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--fs-40) + 4px);
    text-transform: uppercase;
}

.free-items .csbtn-primary {
    margin-top: 50px;
    display: inline-block;
}

.free-items p {
    margin-bottom: 0;
    max-width: 85%;
}

.advfree-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 82px;
}

.helped-section .h2 {
    color: var(--color-FFF);
    max-width: 1276px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 53px;
}

.helped-section {
    background: linear-gradient(180deg, #7B868C 0%, rgba(255, 255, 255, 0.80) 100%);
    padding-top: 52px;
    padding-bottom: 85px;
}

.box-three {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 127px;
}

.items-3-effect {
    position: relative;
}

.items-3-overlay {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    text-align: center;
    display: grid;
    align-items: end;
    background: linear-gradient(180deg, #00000000, #7b868ccc);
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.items-3-overlay:hover {
    background: linear-gradient(180deg, #235FAC33, #496c98e3);
}

.overlay-inner .h4 {
    color: var(--color-FFF);
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: var(--fs-24);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--fs-24) + 4px);
    margin-bottom: 0;
    transition: all 0.5s ease-in-out;
}

.items-3-overlay:hover .overlay-inner .h4 {
    font-size: var(--fs-30);
}

.items-3-overlay:hover .overlay-inner {
    border-radius: 0px 0px 10px 10px;
    background: #235face0;
    background-blend-mode: hard-light;
}

.overlay-inner {
    padding-top: 19px;
    padding-bottom: 19px;
    transition: all 0.5s ease-in-out;
}

.loop-suits {
    display: flex;
    background-color: var(--color-518EDB);
    margin-bottom: 127px;
    gap: 30px;
}

.loop-suits .suits-items:nth-child(1) .suits-content {
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
}

.suits-content-inner {
    max-width: 85%;
    width: 100%;
    margin-left: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.loop-suits .suits-items {
    width: 50%;
}

.loop-suits .suits-items:last-child img {
    display: block;
    margin-left: auto;
    margin-right: 0;
    height: 100%;
}

.main-header {
    background-color: #ffffffd9;
    position: sticky;
    top: 0;
    z-index: 999;
    backdrop-filter: blur(6px);
    --webkit-backdrop-filter: blur(6px);
    --ms-backdrop-filter: blur(6px);
}

.suits-content {
    height: 100%;
}

.suits-content-inner p {
    color: var(--color-FFF);
}

.suits-content-inner .h1 {
    margin-bottom: 20px;
}

.suits-content-inner .btn.btn-light {
    margin-top: 26px;
    text-transform: uppercase;
    display: flex
;
    align-items: center;
    max-width: fit-content;
}

.perfectly-seciton .loop-suits:nth-child(even) {
    flex-direction: row-reverse;
    background-color: var(--color-7B868C);
}

.btn.btn-light span {
    padding-left: 10px;
}

.fs-50 {
    font-family: "Cormorant Garamond";
    font-size: var(--fs-50);
    font-style: normal;
    font-weight: 700;
    line-height: var(--fs-60);
    text-transform: uppercase;
}

.fs-60 {
    font-size: var(--fs-60);
    line-height: calc(var(--fs-60) + 4px);
}

.dependable-section {
    background-color: #00000065;
    background-blend-mode: overlay;
    padding-top: 34px;
    padding-bottom: 65px;
}

.dependable-items .fs-50 {
    color: var(--color-FFF);
    max-width: 40%;
    margin-bottom: 38px;
}

.dependable-content {
    display: flex;
    flex-wrap: wrap;
    gap: 95px;
    justify-content: center;
}

.dependable-content .dependable-con-items {
    max-width: calc(100% / 3 - 70px);
}

.dependable-con-items {
    position: relative;
    border-radius: 10px;
    border: 1px solid var(--color-FFF);
    padding: 42px 28px;
    min-height: 226px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.dependable-con-items:hover {
    border-color: var(--color-518EDB);
}

.defautl-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(17, 26, 33, 0.00) 0%, rgba(123, 134, 140, 0.80) 100%);
    z-index: 0;
    transition: all 0.3s ease-in-out;
}

.con-inner-items,
.con-inner {
    color: var(--color-FFF);
    position: relative;
}

.con-inner {
    display: flex;
    align-items: center;
    gap: 23px;
    margin-bottom: 5px;
}

.h5,
.con-inner-items p {
    margin-bottom: 0px;
}

.con-inner .h5 {
    color: var(--color-FFF);
    font-family: "Cormorant Garamond";
    font-size: var(--fs-30);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--fs-30) + 4px);
}

.con-inner p {
    color: var(--color-FFF);
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
}

.hover-effect {
    opacity: 0;
    background: rgba(35, 95, 172, 0.70);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.dependable-con-items:hover .hover-effect {
    opacity: 1;
    border-radius: 5px;
}

.dependable-con-items:hover .defautl-effect {
    opacity: 0;
    border-radius: 5px;
}

.testimonials-section {
    padding-top: 85px;
    padding-bottom: 85px;
}

.testimonials-section .fs-60 {
    color: var(--color-235FAC);
    font-family: "Cormorant Garamond";
    font-size: var(--fs-60);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--fs-60) + 4px);
    font-variant: all-small-caps;
    margin-bottom: 40px;
}

.testimonial-item {
    text-align: center;
}

.testimonial-content {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}

.testimonials-section .swiper-button-prev:after,
.testimonials-section .swiper-rtl .swiper-button-next:after,
.testimonials-section .swiper-button-next:after,
.testimonials-section .swiper-rtl .swiper-button-prev:after {
    display: none;
}

.client-review-star i {
    color: var(--color-EABD40);
    font-size: var(--fs-25);
}

.profile-items {
    margin-bottom: 20px;
}

.client-review-star {
    margin-bottom: 15px;
}

.client-name {
    color: var(--color-1E1E1E);
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: var(--fs-24);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--fs-24) + 4px);
    letter-spacing: -0.6px;
    margin-top: 30px;
}

.testimonial-item p {
    font-size: var(--fs-18);
    line-height: calc(var(--fs-18) + 8px);
}

.arrow-key .swiper-button-prev,
.arrow-key .swiper-button-next {
    margin-top: 15px;
}

.arrow-key .swiper-button-prev {
    margin-left: -25px;
}

.arrow-key .swiper-button-next {
    margin-right: -25px;
}

.comfortably-flex {
    display: flex;
    background-color: var(--color-7B868C);
}

.items-image {
    position: relative;
}

.fs-24 {
    font-size: var(--fs-24);
}

.itmes-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #1E1E1E 0%, rgba(255, 255, 255, 0.00) 63%);
    background-blend-mode: multiply;
    z-index: 1;
    display: grid;
    align-items: end;
    color: var(--color-FFF);
    transition: all 0.3s ease-in-out;
}

.comfortably-inner {
    max-width: 705px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.comfortable-content p {
    color: var(--color-FFF);
    font-family: "Cormorant Garamond";
    font-size: var(--fs-30);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--fs-30) + 4px);
}

.comfortable-content {
    max-width: 533px;
    width: 100%;
    margin-left: 148px;
}

.comfortably-flex .comfortably-items {
    display: grid;
    align-items: center;
}

.comfortable-content .fs-50 {
    color: var(--color-FFF);
    font-variant: all-small-caps;
    margin-bottom: 20px;
}

.darkcsbtn-primary {
    color: var(--color-FFF);
    border-radius: 5px;
    background-color: var(--color-235FAC);
    padding: 13px 16px;
    font-family: "Source Sans 3";
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--fs-20) + 4px);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 49px;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    text-decoration-color: rgba(255, 255, 255, 0.627);
    transition: all 0.3s ease-in-out;
}

.darkcsbtn-primary:hover {
    color: var(--color-FFF);
    background-color: var(--color-7B868C);
}

.live-items {
    display: flex;
}

.live-number span {
    width: 38px;
    height: 38px;
    display: inline-flex;
    font-size: 20px;
    border: 4px solid #1E1E1E;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 26px;
    font-weight: 700;
    margin-right: 30px;
}

.fs-30 {
    font-size: var(--fs-30);
    line-height: calc(var(--fs-30) + 4px);
}

.live-loop {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 63px;
    margin-top: 60px;
}

.live-comfort {
    background-repeat: no-repeat;
    background-position: right center;
    padding-top: 160px;
    padding-bottom: 134px;
}

.live-comfort .fs-60 {
    color: var(--color-1E1E1E);
    font-family: "Cormorant Garamond";
    font-size: var(--fs-60);
    font-style: normal;
    font-weight: 700;
    line-height: calc(var(--fs-60) + 4px);
    font-variant: all-small-caps;
}

.live-comfort p {
    color: var(--color-1E1E1E);
    font-family: "Source Sans 3";
    font-size: var(--fs-18);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--fs-18) + 4px);
}

.live-comfort .fs-26 {
    color: var(--color-1E1E1E);
    font-family: "Source Sans 3";
    font-size: var(--fs-26);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--fs-26) + 4px);
    margin-bottom: 10px;
    ;
}

.comfortable-coninner {
    max-width: 837px;
    width: 100%;
}

.live-content .fs-30 {
    color: var(--color-1E1E1E);
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--fs-30) + 4px);
    margin-bottom: 10px;
}

/* img{
    max-width: 100%;
    height: auto;
} */
.about-us-section .fs-60 {
    color: var(--color-1E1E1E);
    font-family: "Cormorant Garamond";
    font-size: var(--fs-60);
    font-style: normal;
    text-align: center;
    font-weight: 700;
    line-height: calc(var(--fs-60) + 4px);
    margin-bottom: 77px;
    font-variant: all-small-caps;
}

.inner-two {
    max-width: 1173px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: -500px;
    position: relative;
    z-index: 1;
}

.about-content {
    background: linear-gradient(10deg, #7B868C 0%, #235FAC 100%);
    padding: 21px 37px;
}

.about-content .fs-30 {
    color: var(--color-FFF);
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--fs-30) + 4px);
    text-transform: uppercase;
}

.about-content p {
    color: var(--color-FFF);
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--fs-20) + 4px);
    font-weight: 300;
}

.about-content .fs-22 {
    color: var(--color-FFF);
    font-family: "Source Sans 3";
    font-size: var(--fs-22);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--fs-22) + 4px);
}

.two-img {
    max-width: 464px;
    width: 100%;
    background-color: var(--color-FFF);
    border-radius: 10px;
    overflow: hidden;
}

.about-inner {
    position: relative;
    height: 547px;
}

.insta-grid {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 46px;
    margin-top: 40px;
}

.insta-section {
    padding-top: 150px;
}

.insta-section .fs-40 {
    color: var(--color-1E1E1E);
    text-align: center;
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-section {
    background-color: var(--color-7B868C);
    padding-top: 45px;
    padding-bottom: 65px;
}

.blog-section .fs-40 {
    color: var(--color-FFF);
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: var(--fs-40);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--fs-40) + 15px);
    text-transform: uppercase;
}

.blog-font {
    font-size: var(--fs-20);
    line-height: calc(var(--fs-20) + 4px);
    text-align: center;
    margin-bottom: 0;
    color: var(--color-FFF);
}

.blog-content,
.blogitems-flex {
    display: flex;
}

.blog-content {
    max-width: 749px;
    width: 100%;
    gap: 16px;
    justify-content: space-between;
}

.blog-img {
    width: 272px;
}

.blog-items-content {
    width: 442px;
    border-bottom: 1px solid var(--color-FFF);
}

.blog-items p {
    color: var(--color-FFF);
    font-family: "Source Sans 3";
    font-size: var(--fs-18);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--fs-18) + 4px);
    margin-bottom: 8px;
}

.blog-items a {
    font-size: var(--fs-14);
    line-height: calc(var(--fs-14) + 4px);
    color: var(--color-FFF);
    font-family: "Source Sans 3";
    font-size: var(--fs-14);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--fs-14) + 6px);
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}

.blogitems-flex p {
    margin-bottom: 0;
    font-size: var(--fs-14);
    position: relative;
}

.blogitems-flex {
    gap: 33px;
    margin-bottom: 6px;
}

.blogitems-flex p:nth-child(2) {
    padding-left: 15px;
}

.blogitems-flex p:nth-child(2)::before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 6px;
    left: 0;
    background-color: var(--color-FFF);
    border-radius: 50%;
}

.blog-items-content .fs-22 {
    color: var(--color-FFF);
    font-family: "Cormorant Garamond";
    font-size: var(--fs-22);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--fs-22) + 4px);
}

.blog-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 102px;
    row-gap: 56px;
    margin-top: 41px;
}

.free-advice {
    padding-top: 92px;
    padding-bottom: 60px;
}

.free-content .fs-40 {
    color: var(--color-1E1E1E);
    font-family: "Cormorant Garamond";
    font-style: normal;
    font-weight: 600;
    margin-bottom: 20px;
}

.free-content p {
    color: var(--color-1E1E1E);
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
}

.free-content {
    display: grid;
    align-items: center;
}

.partners-grid {
    display: flex;
    justify-content: center;
    gap: 83px;
}

.our-partners {
    padding-bottom: 92px;
}

.free-guide.the-7-step {
    padding: 130px 0px;
}

.sub-footer {
    background-color: #235FAC;
}

.sub-footer small,
.sub-footer small a {
    color: var(--color-FFF);
    text-align: center;
    font-family: "Source Sans 3";
    font-size: var(--fs-18);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--fs-18) + 2px);
    text-decoration: none;
}

.footer-section {
    background-color: var(--color-111A21);
    padding-top: 60px;
}

.footer-content {
    color: var(--color-FFF);
    text-align: center;
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #4d5359;
    border-bottom: 1px solid #4d5359;
    margin-top: 30px;
}

.footer-para {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    gap: 65px;
}

.footer-para .footpara-inner:nth-child(1) {
    max-width: 311px;
    width: 100%;
    color: var(--color-FFF);
    text-align: left;
}

.footpara-inner ul {
    list-style: none;
    padding-left: 0;
}

.footpara-inner ul li a {
    display: block;
    text-align: left;
    color: var(--color-FFF);
    font-family: "Montserrat", sans-serif;
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--fs-20) + 4px);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-bottom: 13px;
}

.footpara-inner p {
    color: var(--color-FFF);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 0;
}

.social-icons-footer {
    margin-top: 63px;
}

.social-icons-footer a {
    text-decoration: none;
}

a.bottom-icon {
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 999;
    opacity: 1;
    transform: translateY(-100vh);
    transition: all 1s ease-in-out;
}

a.bottom-icon.active {
    transform: translateY(0vh);
}

.about-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img {
    max-width: 100%;
    height: auto;
}

.perfectly-seciton .loop-suits .suits-items:nth-child(2) {
    max-width: 991px;
    width: 100%;
}

.banner-section img {
    max-width: fit-content;
    height: 100%;
}

.perfectly-seciton .loop-suits:nth-child(even) .suits-items:nth-child(2) img {
    margin-left: 0;
    margin-right: auto;
}

.play-icon {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-icon img {
    width: 49.529px;
    height: 49.529px;
    cursor: pointer;
}


/* __________________ About us page __________________ */
.comman-banner {
    height: 479px;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.overlay-comman {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(17, 26, 33, 0.00) 0%, rgba(30, 30, 30, 0.70) 100%), url(<path-to-image>) #d3d3d30a 50% / cover no-repeat;
    display: grid;
    align-items: center;
}

.overlay-comman h1 {
    color: var(--color-FFF);
    font-family: "Cormorant Garamond";
    font-size: var(--fs-50);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--fs-50) + 4px);
    text-transform: uppercase;
}

.comman-inner {
    max-width: 767px;
    width: 100%;
}

.comman-inner p {
    max-width: 599px;
    width: 100%;
    color: var(--color-FFF);
    font-family: "Source Sans 3";
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--fs-20) + 4px);
    margin-bottom: 0;
}

.comfortably-section .csbtn-primary {
    display: inline-block;
    margin-top: 49px;
}

.insta-section .btn.csbtn-primary {
    margin-top: 49px;
}

.comfortably-section .csbtn-primary:hover {
    box-shadow: 0px 0px 0px 1px #ffffff;
}

.hide {
    display: none;
}

.choose-us-sectoin {
    margin-top: 100px;
}

.choose-inner {
    display: flex;
    gap: 100px;
    padding-right: 15px;
}

.choose-inner .choose-img:nth-child(2) {
    max-width: 728px;
    width: 100%;
    display: grid;
    align-items: center;
}

.choose-content h1 {
    color: var(--color-235FAC);
    font-family: "Cormorant Garamond";
    font-size: var(--fs-50);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--fs-50) + 4px);
    text-transform: uppercase;
    margin-bottom: 40px;
}

.choose-content h6 {
    color: var(--color-1E1E1E);
    font-family: "Source Sans 3";
    font-size: var(--fs-24);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--fs-24) + 4px);
}

.eye-section {
    margin-top: 100px;
}

.eye-inner {
    display: flex;
    max-width: 1321px;
    margin: 0 auto;
    gap: 47px;
}

.eye-content {
    background: linear-gradient(180deg, #518EDB 0%, #7B868C 100%);
    min-height: 287px;
    padding: 27px;
}

.eye-content h6 {
    color: var(--color-FFF);
    font-family: "Source Sans 3";
    font-size: var(--fs-22);
    font-style: normal;
    font-weight: 500;
    line-height: calc(var(--fs-22) + 4px);
    margin-bottom: 20px;
}

.eye-content p {
    color: var(--color-FFF);
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--fs-20) + 4px);
}

.get-in-touch {
    margin-top: 50px;
    background-color: var(--color-518EDB);
}

.form-flex {
    display: flex;
    min-height: 841px;
}

.form-flex .form-content:nth-child(1) {
    max-width: 878px;
    display: grid;
    align-items: center;
    padding-left: 160px;
    padding-right: 160px;
    background: #00000082;
    background-blend-mode: overlay;
}

.form-flex .form-content {
    width: 100%;
    display: grid;
    align-items: center;
}

.form-flex .form-content:nth-child(2) {
    justify-content: center;
}

.form-heading h6,
.get-form h6 {
    color: var(--color-FFF);
    font-family: "Cormorant Garamond";
    font-size: var(--fs-50);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--fs-50) + 4px);
    text-transform: uppercase;
}

.form-heading p {
    color: var(--color-FFF);
    font-family: "Source Sans 3";
    font-size: var(--fs-30);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--fs-30) + 4px);
    text-transform: uppercase;
}

.get-form {
    max-width: 622px;
    width: 100%;
    padding-top: 45px;
    padding-bottom: 45px;
}

.form-control {
    border-radius: 5px;
    border: none;
    padding: 15px;
    color: var(--color-7B868C);
    font-family: "Source Sans 3";
    font-size: var(--fs-16);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--fs-16) + 4px);
    color: #000000;
}

.form-fields {
    margin-top: 30px;
}

.form-check .form-check-label {
    color: var(--color-FFF);
    font-family: "Source Sans 3";
    font-size: var(--fs-12);
    font-style: normal;
    font-weight: 300;
    line-height: calc(var(--fs-12) + 4px);
}

.form-group .btn {
    border-radius: 5px;
    background-color: var(--color-1E1E1E);
    max-width: 100%;
    width: 100%;
    display: block;
    color: var(--color-FFF);
    font-family: "Source Sans 3";
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--fs-20) + 4px);
    text-transform: uppercase;
    padding: 13px;
}


/* Date picker plugin */
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #518edb !important;
    background: #518edb !important;
    font-weight: 400;
    color: #fff !important
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #1b981b !important;
    background: #1b981b !important;
    color: #fff !important
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    background: 0 0;
    transform: rotate(45deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000
}

.ui-datepicker .ui-datepicker-prev span {
    transform: rotate(224deg) !important
}

div .ui-icon {
    width: 10px;
    height: 10px
}

/* Date picker plugin */


.overlay-comman .csbtn-primary {
    margin-top: 30px;
    display: inline-block;
}

.below-inner p {
    color: var(--color-FFF);
    font-family: "Source Sans 3";
    font-size: var(--fs-24);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--fs-24) + 6px);
    margin-bottom: 0;
    font-variant: all-small-caps;
}

.grid-details {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

section.box-below {
    padding: 50px 0px;
}

.below-inner {
    padding: 30px;
    max-width: 378px;
    margin: 0 auto;
    width: 100%;
    height: 190px;
    background-color: var(--color-518EDB);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.start-line {
    background-color: var(--color-518EDB);
    padding: 10px;
}

.start-line p {
    color: var(--color-FFF);
    text-align: center;
    font-family: "Source Sans 3";
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--fs-20) + 6px);
    margin-bottom: 0;
}

.perfectly-single h6 {
    color: var(--color-FFF);
    text-transform: uppercase;
    font-size: var(--fs-20);
    font-weight: 500;
    line-height: calc(var(--fs-20) + 4px);
    margin-bottom: 5px;
}

.perfectly-single .suits-content-inner {
    margin-left: 0;
    display: block;
    margin: 0 auto;
}

.perfectly-single .suits-content {
    display: grid;
    align-items: center;
}

.perfectly-single .csbtn-primary {
    display: inline-flex;
    margin-top: 14px;
}

.perfectly-single2 .suits-content-inner {
    margin-left: auto;
}

.perfectly-single li {
    color: var(--color-FFF);
    font-family: "Source Sans 3";
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--fs-20) + 6px);
}
.perfectly-single .loop-suits{
    background-color: var(--color-7B868C);
}
.perfectly-single .loop-suits:nth-child(even){
    flex-direction: row-reverse;
    background-color: var(--color-518EDB);
}
.suits-content img{
    max-width: 100%;
    width: 100%;
}
.mt-20 {
    margin-top: 20px;
}

.mb-50-inner .loop-suits {
    margin-bottom: 53px;
}

.inner-fs40 h1,
.inner-fs40 h2,
.inner-fs40 h3,
.inner-fs40 h4,
.inner-fs40 h5,
.inner-fs40 h6 {
    color: var(--color-235FAC);
    font-family: "Cormorant Garamond";
    font-size: var(--fs-40);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--fs-40) + 14px);
    text-transform: uppercase;
}

.whymore-inner {
    max-width: 1700px;
    display: flex;
    margin-left: auto;
    margin-right: 35px;
}

.whymore-div {
    max-width: 1262px;
    border-radius: 10px;
}

.whyflex {
    background: linear-gradient(90deg, rgba(123, 134, 140, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%);
    padding: 21px;
    border-radius: 10px;
    display: flex;
    column-gap: 30px;
    min-height: 267px;
}

.whymore-content {
    display: grid;
    gap: 20px;
}

.whycontent h6 {
    color: var(--color-235FAC);
    font-family: "Cormorant Garamond";
    font-size: var(--fs-30);
    font-style: normal;
    font-weight: 600;
    line-height: calc(var(--fs-30) + 14px);
    text-transform: uppercase;
}

.whyicon {
    height: 48px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    max-width: 48px;
}
.whycontent {
    max-width: 94%;
}

.inner-row .whymore-inner {
    margin-bottom: 20px;
}
.eye-box {
    max-width: 50%;
    width: 50%;
}
.blog-page,
.galley-section{
    padding-top: 90px;
    padding-bottom: 90px;
    overflow: hidden;
}
.cart-image img{
    max-width: 100%;
    width: 100%;
}
.card-text p{
    font-size: var(--fs-18);
    line-height: calc(var(--fs-18) + 5px);
}
.card-body h1,
.card-body h2,
.card-body h3,
.card-body h4,
.card-body h5,
.card-body h6{
    font-size: var(--fs-30);
    line-height: calc(var(--fs-30) + 5px);
    margin-bottom: 15px;
}
.csbtn-sm {
    font-size: var(--fs-16);
    padding: 10px 18px;
    line-height: calc(var(--fs-16) + 4px);
}
.card-text{
    padding-bottom: 20px;
}
.blog-page .cart{
    border-color: #0000001a;
    border-radius: 10px;
    overflow: hidden;
}
.cart-image {
    max-width: 100%;
    height: 300px;
    overflow: hidden;
}
.cart-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-page .card,
.blog-page .card img{
    transition: all 0.5s;
}
.blog-page .card:hover{
    box-shadow: 0px 0px 9px 1px silver;
    border-color: transparent;
}
.blog-page .card:hover img{
    transform: scale(1.1);
}

.csbtn-sm img{
    max-width: 250px;
}
.galley-section .card-body{
    text-align: center;
    text-decoration: none;
}
.galley-section .card-body h1,
.galley-section .card-body h2,
.galley-section .card-body h3,
.galley-section .card-body h4,
.galley-section .card-body h5,
.galley-section .card-body h6{
    text-align: center;
    margin-bottom: 0;
    font-size: var(--fs-24);
    line-height: calc(var(--fs-24) + 4px);
}
.galley-section .card{
    border: none;
    text-decoration: none;
}
.galley-section .card .cart-image img{
    transition: all 0.3s;
}
.galley-section .card:hover .cart-image img{
    transform: scale(1.1);
}
.faq-section{
    padding-top: 90px;
    padding-bottom: 90px;
}
.accordion-item .accordion-button{
    font-size: var(--fs-25);
    line-height: calc(var(--fs-25) + 5px);
}
.accordion-body p{
   color: var(--color-1E1E1E);
    font-family: "Source Sans 3";
    font-size: var(--fs-18);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--fs-20) + 6px);
    text-transform: uppercase;
}
.mt-90{
    margin-top: 90px;
}
.banner-items video {
    width: 473px;
    height: 370px;
    border-radius: 10px;
    transition: all 0.5s;
}

.banner-items.active video{
    background-color: #000000;
}
.banner-items.active .play-icon{
    display: none;
}
.faq-section .accordion .accordion-item{
    margin-bottom: 10px;
}
.faq-section .accordion .accordion-collapse {
    display: none;
}
.faq-section .accordion-item.active .accordion-collapse{
    display: block;
}
.google-grid{
    max-width: 1199px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.star-date {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.google-rev {
    max-width: 270px;
    box-shadow: 0px 0px 12px 3px #94949442;
    padding: 8px 13px;
    border-radius: 5px;
}
span.star-number {
    font-size: var(--fs-20);
    font-weight: 600;
    line-height: calc(var(--fs-20) + 5px);
}
.google-content p{
    font-size: var(--fs-16);
    line-height: calc(var(--fs-16) + 5px);
    margin-bottom: 0;
    color: #818181;


    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.google-reviews{
    margin-top: 15px;
}
.star-name {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 5px;
    text-decoration: none;
}
.gclient-name span{
    font-weight: 500;
    font-size: var(--fs-16);
    line-height: calc(var(--fs-16) + 4px);
}
.post-date{
    color: var(--color-7B868C);
}
.get__reivew{
    text-align: center;
    margin-top: 50px;
}
.get__reivew .csbtn-sm span img{
    filter: drop-shadow(0px 1px 0px white);
}
.google-content {
    height: 165px;
}