.background-home {
    background-image: url('/assets/img/bg-logo.svg'), url('/assets/img/corner-logo.svg');
    background-repeat: no-repeat, no-repeat;
    background-position: calc(100vw - 26.7vw) 142px, bottom left;
    background-size: 1117px 1025px, 452px 430px;
}

.atf-home {
    padding: 54px 0px 112px;
    min-height: 250vh;
    height: fit-content;
    position: relative;
}

.atf-home .container {
    position: relative;
    z-index: 1;
}

.atf-home .btn {
    margin-top: 42px;
}

.atf-home .container-wrapper {
    position: absolute;
    height: calc(100vh);
    width: 100%;
    top: 65px;
    left: 0px;
}

.atf-home .images-container {
    width: 2001px;
    height: 556px;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* transform: translateX(-50%); */
}

.atf-home .images-container img {
    object-fit: cover;
    user-select: none;
    cursor: pointer;
    /* transition: all 0.3s linear; */
}

.atf-home .images-container .far-left {
    width: 344px;
    height: 233px;
    left: 0px;
    top: 172px;
    position: absolute;
    border-radius: 10px;
    animation: farLeft 100s linear infinite;
    animation-play-state: paused;
}

.atf-home .images-container .center-image {
    width: 651px;
    height: 483px;
    left: 675px;
    top: 72px;
    position: absolute;
    border-radius: 10px;
    cursor: pointer;
    z-index: 10;
    animation: centerImage 100s linear infinite;
    animation-play-state: paused;
}

.atf-home .images-container .images-wrapper {
    width: 1618px;
    height: 556px;
    left: 383px;
    top: 0px;
    position: absolute;
    animation: imagesWrapper 100s linear infinite;
    animation-play-state: paused;
}

.atf-home .images-container .far-right {
    width: 344px;
    height: 235px;
    left: 1274px;
    top: 172px;
    position: absolute;
    border-radius: 10px;
    animation: farRight 100s linear infinite;
    animation-play-state: paused;
}

.atf-home .images-container .middle-top-right {
    width: 253px;
    height: 171px;
    left: 982px;
    top: 0px;
    position: absolute;
    border-radius: 10px;
    animation: middleTopRight 100s linear infinite;
    animation-play-state: paused;
}

.atf-home .images-container .middle-bottom-left {
    width: 253px;
    height: 170px;
    left: 0px;
    top: 384px;
    position: absolute;
    border-radius: 10px;
    animation: middleBottomLeft 100s linear infinite;
    animation-play-state: paused;
}

.atf-home .images-container .middle-bottom-right {
    width: 253px;
    height: 344px;
    left: 982px;
    top: 212px;
    position: absolute;
    border-radius: 10px;
    animation: middleBottomRight 100s linear infinite;
    animation-play-state: paused;
}

.atf-home .images-container .middle-top-left {
    width: 253px;
    height: 344px;
    left: 0px;
    top: 0px;
    position: absolute;
    border-radius: 10px;
    animation: middleTopLeft 100s linear infinite;
    animation-play-state: paused;
}

/* .atf-home .images-container.active img {
    transition: all 0.3s linear;
} */

/* .atf-home .images-container.active .far-left {
    width: 344px;
    height: 233px;
    left: -180px;
    top: 316px;
} */

@keyframes farLeft {
    to {
        -moz-transform: translate(-230px, 300px);
        -webkit-transform: translate(-230px, 300px);
        -o-transform: translate(-230px, 300px);
        -ms-transform: translate(-230px, 300px);
        transform: translate(-230px, 300px);
    }
}

/* .atf-home .images-container.active .center-image {
    width: 1005px;
    height: 747px;
    left: 498px;
    top: 76px;
} */

@keyframes centerImage {
    to {
        -moz-transform: scale(1.54) translate(0px, 4px);
        -webkit-transform: scale(1.54) translate(0px, 4px);
        -o-transform: scale(1.54) translate(0px, 4px);
        -ms-transform: scale(1.54) translate(0px, 4px);
        transform: scale(1.54) translate(0px, 4px);
    }
}

/* .atf-home .images-container.active .images-wrapper {
    width: 1982px;
    height: 556px;
    left: 203px;
    top: 144px;
    transition: all 0.3s ease-in-out;
} */

@keyframes middleBottomLeft {
    to {
        -moz-transform: scale(1.22) translate(-180px, 194px);
        -webkit-transform: scale(1.22) translate(-180px, 194px);
        -o-transform: scale(1.22) translate(-180px, 194px);
        -ms-transform: scale(1.22) translate(-180px, 194px);
        transform: scale(1.22) translate(-180px, 194px);
    }
}

@keyframes middleTopLeft {
    to {
        -moz-transform: scale(1.22) translate(-180px, 144px);
        -webkit-transform: scale(1.22) translate(-180px, 144px);
        -o-transform: scale(1.22) translate(-180px, 144px);
        -ms-transform: scale(1.22) translate(-180px, 144px);
        transform: scale(1.22) translate(-180px, 144px);
    }
}

/* .atf-home .images-container.active .far-right {
    width: 344px;
    height: 235px;
    left: 1638px;
    top: 172px;
} */

@keyframes farRight {
    to {
        -moz-transform: translate(180px, 300px);
        -webkit-transform: translate(180px, 300px);
        -o-transform: translate(180px, 300px);
        -ms-transform: translate(180px, 300px);
        transform: translate(180px, 300px);
    }
}

/* .atf-home .images-container.active .middle-top-right {
    width: 253px;
    height: 171px;
    left: 1346px;
    top: 0px;
} */

@keyframes middleTopRight {
    to {
        -moz-transform: translate(180px, 220px);
        -webkit-transform: translate(180px, 220px);
        -o-transform: translate(180px, 220px);
        -ms-transform: translate(180px, 220px);
        transform: translate(180px, 220px);
    }
}

/* .atf-home .images-container.active .middle-bottom-left {
    width: 253px;
    height: 170px;
    left: 0px;
    top: 384px;
} */

/* .atf-home .images-container.active .middle-bottom-right {
    width: 253px;
    height: 344px;
    left: 1346px;
    top: 212px;
} */

@keyframes middleBottomRight {
    to {
        -moz-transform: translate(180px, 220px);
        -webkit-transform: translate(180px, 220px);
        -o-transform: translate(180px, 220px);
        -ms-transform: translate(180px, 220px);
        transform: translate(180px, 220px);
    }
}

/* .atf-home .images-container.active .middle-top-left {
    width: 253px;
    height: 344px;
    left: 0px;
    top: 0px;
} */

.section-numbers {
    padding: 113px 0px 220px;
}

.section-numbers .h2 {
    line-height: 65px;
}

.section-numbers .numbers-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 114px;
    margin-top: 78px;
}

.section-numbers .numbers-container .number {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    text-transform: uppercase;
    text-align: center;
}

.section-numbers .numbers-container .number p {
    margin: 0px;
    line-height: 100%;
}

.section-numbers .numbers-container .number .t-primary {
    font-size: 77px;
    font-weight: 600;
    color: transparent !important;
    -webkit-text-stroke: 1px var(--primary);
}

.section-numbers .numbers-container .number span {
    opacity: 0.5;
    line-height: 100%;
    margin-right: 5px;
    font-weight: 300;
    color: var(--primary);
}

.logo-overlay {
    position: relative;
}

.logo-overlay .logo {
    position: absolute;
    z-index: 1;
    width: auto;
    height: 999px;
    bottom: 28px;
    right: 0px;
}

.section-services.homepage {
    padding: 88px 0px 102px;
    background: var(--cream);
}

.section-services.homepage h2 {
    margin: 0px;
    line-height: 100%;
}

.section-services.homepage .services-wrapper {
    margin-top: 90px;
    row-gap: 49px;
    position: relative;
    z-index: 2;
    flex-direction: row;
}

.section-services.homepage .col-6:nth-child(2),
.section-services.homepage .col-6:nth-child(5),
.section-services.homepage .col-6:nth-child(3n + 2) {
    position: relative;
    top: -30px;
}

.section-image {
    height: 730px;
    width: 100%;
    background: url('/assets/img/reception.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.section-why {
    padding: 86px  0px calc(73px + 47px);
    background: linear-gradient(108deg, #16335D 2.46%, #2D5288 96.29%);
    color: white;
}

.section-why h2 {
    margin-bottom: 32px;
}

.section-why .btn {
    margin-top: 39px;
}

.section-why .reason-cards-wrapper {
    row-gap: 33px;
}

.section-why .reason-cards-wrapper .col-md-6 {
    padding: 0px 16px;
}

.section-why .reason-cards-wrapper .col-md-6:nth-child(even) {
    position: relative;
    top: 47px;
}

.section-insights {
    padding: 104px 0px;
}

.section-insights .insights-wrapper {
    margin-top: 56px;
}

.section-reviews {
    padding: 96px 0px 116px;
    background-image: url('/assets/img/logo-top.svg'), url('/assets/img/logo-bottom.svg');
    background-repeat: no-repeat, no-repeat;
    background-size: auto 838px, auto 838px;
    background-position: top -417px right , bottom -497px left;
}

.section-reviews .reviews-slider {
    position: relative;
    padding: 0px 60px;
}

.section-reviews .reviews-slider .arrows-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.section-reviews .reviews-slider .arrows-wrapper .prev img {
    transform: rotate(225deg);
}

.section-reviews .reviews-slider .arrows-wrapper .next img {
    transform: rotate(45deg);
}

.section-reviews h2 {
    margin-bottom: 34px;
}

.section-reviews .reviews-slider .slider-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    transition: all 0.2s ease-in-out;
    height: 327px;
}

.section-reviews .reviews-slider .slick-track {
    display: flex;
    align-items: center;
}

.section-reviews .reviews-slider .slick-slide {
    margin: 0px 12px;
}

.section-reviews .reviews-slider .slick-dots {
    display: none;
}

.section-map {
    padding: 96px 0px 109px;
    position: relative;
}

.section-map h2 {
    margin-bottom: 32px;
}

.section-map .address {
    margin-bottom: 39px;
    text-decoration: none;
    color: var(--secondary);
    display: block;
}

.section-map .iframe-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    max-width: 849px;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.section-map .iframe-wrapper iframe {
    width: 100%;
    height: calc(100% + 300px);
    margin: -150px 0px;
}

.section-map .iframe-wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    background: radial-gradient(transparent 0%, var(--cream) 72%);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    pointer-events: none;
}

.gm-style .place-card-large {
    display: none !important;
}

@media screen and (max-width: 1200px) {
    .background-home {
        background-image: url('/assets/img/bg-logo.svg'), url('/assets/img/corner-logo.svg');
        background-repeat: no-repeat, no-repeat;
        background-position: calc(100vw - 37.7vw) 416px, -142px 103%;
        background-size: 424px 389px, 361px 242px;
    }
    
    .atf-home {
        padding: 40px 0px 46px;
        min-height: 0px;
        height: fit-content;
        position: relative;
    }
    
    .atf-home .container {
        position: relative;
        z-index: 1;
    }
    
    .atf-home .btn {
        margin-top: 24px;
    }
    
    .atf-home .container-wrapper {
        position: static;
        height: fit-content;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 26px;
    }
    
    .atf-home .images-container {
        width: 100%;
        height: fit-content;
        position: relative;
        transform: none;
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .atf-home .images-container {
        left: 0px;
        transform: none;
    }

    .atf-home .images-container img {
        height: 145px !important;
        width: 250px !important;
        object-fit: cover;
        border-radius: 10px !important;
        flex-shrink: 0;
    }
    
    .atf-home .images-container .far-left,
    .atf-home .images-container .center-image,
    .atf-home .images-container .far-right, 
    .atf-home .images-container .middle-top-right, 
    .atf-home .images-container .middle-bottom-left, 
    .atf-home .images-container .middle-bottom-right,
    .atf-home .images-container .middle-top-left {
        position: static;
        animation: none;
        margin-right: 14px;
    }

    .section-numbers {
        padding: 46px 0px 73px;
    }
    
    .section-numbers .h2 {
        font-size: 26px;
        line-height: 35px;
    }
    
    .section-numbers .numbers-container {
        flex-direction: column;
        gap: 52px;
        margin-top: 59px;
    }
    
    .section-numbers .numbers-container .number {
        gap: 10px;
    }
    
    .section-numbers .numbers-container .number .t-primary {
        font-size: 70px;
    }

    .logo-overlay {
        position: relative;
        overflow: hidden;
    }
    
    .logo-overlay .logo {
        position: absolute;
        z-index: 1;
        width: auto;
        height: 510px;
        bottom: 195px;
        right: -170px;
    }
    
    .section-services.homepage {
        padding: 53px 0px 69px;
    }
    
    .section-services.homepage .services-wrapper {
        margin-top: 30px;
        row-gap: 24px;
    }
    
    .section-services.homepage .col-6:nth-child(2),
    .section-services.homepage .col-6:nth-child(5),
    .section-services.homepage .col-6:nth-child(3n + 2) {
        position: static;
        top: 0px;
    }

    .section-image {
        height: 453px;
    }
    
    .section-why {
        padding: 63px 0px 68px;
    }
    
    .section-why h2 {
        margin-bottom: 32px;
    }
    
    .section-why .btn {
        margin-top: 39px;
    }
    
    .section-why .reason-cards-wrapper {
        row-gap: 32px;
        margin-top: 63px;
    }
    
    .section-why .reason-cards-wrapper .col-md-6 {
        padding: 0px inherit;
    }
    
    .section-why .reason-cards-wrapper .col-md-6:nth-child(even) {
        position: static;
        top: 0px;
    }
    
    .section-insights {
        padding: 54px 0px 69px;
    }
    
    .section-insights .insights-wrapper,
    .section-insights .insights-slider {
        margin: 36px 0px;
    }

    .section-insights .insights-slider .slider-inner {
        margin-bottom: 27px;
    }

    .section-insights .insights-slider .slick-track {
        display: flex;
    }

    .section-insights .insights-slider .slider-nav {
        margin: 0px;
        width: 100%;
        height: fit-content;
    }

    .section-insights .slider-nav .slick-dots {
        position: static;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section-insights .slider-nav .slick-dots li {
        margin: 0px;
    }

    .section-insights .slider-nav button::before {
        color: var(--primary) !important;
        opacity: 0.2;
        font-size: 9px;
        transition: all 0.2s ease-in-out;
    }

    .section-insights .slider-nav .slick-active button::before {
        opacity: 1;
        transition: all 0.2s ease-in-out;
    }

    .section-reviews {
        padding: 54px 0px 60px;
        background-image: url('/assets/img/logo-top.svg');
        background-repeat: no-repeat;
        background-size: auto 473px;
        background-position: calc(100% + 76px) -347px;
    }
    
    .section-map .iframe-wrapper {
        position: relative;
    }
}


@media screen and (max-width: 992px) {
    .section-services.homepage .col-6:nth-child(2),
    .section-services.homepage .col-6:nth-child(5),
    .section-services.homepage .col-6:nth-child(3n + 2) {
        top: 0px;
    }

    .section-reviews .reviews-slider {
        padding: 0px;
    }
    
    .section-reviews h2 {
        margin-bottom: 36px;
    }
    
    .section-reviews .reviews-slider .slider-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: visible;
        transition: all 0.2s ease-in-out;
        height: 263px;
    }

    .section-reviews .reviews-slider .slick-list {
        padding: 0px calc((100vw - 100%) / 2);
        margin: 0px calc((100vw - 100%) / -2);
    }    
    
    .section-reviews .reviews-slider .slick-track {
        display: flex;
        align-items: end;
    }
    
    .section-reviews .reviews-slider .slick-slide {
        margin: 0px 7px;
    }

    .section-reviews .reviews-slider .slick-dots {
        bottom: -35px;
    }

    .section-reviews .reviews-slider .slick-dots li {
        margin: 0px;
    }

    .section-reviews .reviews-slider .slick-dots button::before {
        color: var(--primary) !important;
        opacity: 0.2;
        font-size: 9px;
        transition: all 0.2s ease-in-out;
    }

    .section-reviews .reviews-slider .slick-dots .slick-active button::before {
        opacity: 1;
        transition: all 0.2s ease-in-out;
    }

    .section-map {
        padding: 74px 0px;
        position: relative;
    }

    .section-map .col-xl-8::before {
        background: radial-gradient(transparent, var(--cream) 95%);
    }
}

@media screen and (max-width: 768px) {
    .section-why .reason-cards-wrapper .col-md-6:nth-child(odd) {
        top: 0px;
    }

    .section-services.homepage .services-wrapper {
        row-gap: 18px;
    }

    .section-why .reason-cards-wrapper {
        row-gap: 12px;
    }

    .section-map {
        padding: 74px 0px 0px;
        position: relative;
    }
}