.radius-wrap {
    height: 100%;
    width: 100%;
}

.banner {
    background: var(--light-gray);
    position: relative;
}

.banner .radius-wrap {
    background: var(--black);
    border-radius: 0px 0px 200px 0px;
}

.banner .image {
    position: absolute;
    top: 0;
    right: 0;
}

.banner .title {
    padding: 150px 700px 0 75px;
    color: var(--white);
}

.banner .title .blue {
    color: var(--blue);
    font-family: 'Mak';
}

.banner .title .yellow {
    color: var(--yellow);
    font-family: 'Mak';
}

.banner_subtitle.small {
    font-size: 32px;
}

.banner .subtitle {
    position: absolute;
    right: 225px;
    bottom: 100px;
    max-width: 870px;
    color: var(--white);
    font-weight: 400;
}

.cards_section {
    position: relative;
    background: var(--black);
    z-index: 9;
}

.cards_section .radius-wrap {
    border-radius: 0px 0px 0px 200px;
    background: var(--light-gray);
}

.cards_section .grid {
    display: grid;
    height: 100%;
    grid-template-columns: repeat(5, 1fr);
    /*margin: 0 -135px;*/
    margin: 0 -300px;
    gap: 30px;
}

.cards_section .grid .card {
    border-left: 2px solid var(--gray);
    border-right: 2px solid var(--gray);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    mix-blend-mode: darken;
}

.cards_section .grid .card .dot {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-bottom: 30px;
}

.banner .cta-button {
    position: absolute;
    left: 75px;
    bottom: 60px;
    width: 200px;
    height: 200px;
}

.cards_section .grid .card .title {
    margin-bottom: 33px;
}

.cards_section .grid .card .subtitle {
    margin-bottom: 60px;
}

.cards_section .round-text {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%) rotate(0deg);
    animation: 15s linear 0s infinite roundTextAnimation;
    z-index: 2;
}

.cards_section .grid .card-wrap {
    padding-bottom: 200px;
    transition-duration: 1s;
    transition-delay: .4s;
}

.cards_section.active .card-wrap {
    transform: translateY(calc(-200px * (var(--index) * 0.5)));
}

.how_it_works {
    background: var(--light-gray);
    position: relative;
    z-index: 99;
}

.how_it_works .radius-wrap {
    border-radius: 0px 0px 200px 0;
    background: var(--black);
}

.how_it_works h4 {
    padding: 20px 0 0 75px;
    color: var(--blue);
}

.how_it_works h4 .yellow {
    color: var(--yellow);
}

.how_it_works .circles {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 475px;
}

.how_it_works .circles .circle {
    position: absolute;
}

.how_it_works .circles .circle .border-figure {
    border: 3px solid var(--white);
    border-radius: 300px;
    width: 300px;
    height: 300px;
    z-index: 99;
    background: transparent;
    position: absolute;
    top: 0;
}

.how_it_works .circles .circle .figure {
    border-radius: 300px;
    width: 300px;
    height: 300px;
    background: var(--yellow);
    transform: scale(0);
}

.how_it_works.active .circles .circle .figure {
    animation: 3s linear 0s circlesAnimation;
}


.how_it_works .circles .circle h2 {
    text-transform: uppercase;
    color: var(--white);
    position: absolute;
}

.how_it_works .circles .circle:nth-child(1) {
    top: 0;
    left: 0;
}

.how_it_works .circles .circle:nth-child(2) {
    top: 0;
    right: 0;
}

.how_it_works .circles .circle:nth-child(3) {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.how_it_works .circles .circle:nth-child(1) h2 {
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% + 50px);
}

.how_it_works .circles .circle:nth-child(2) h2 {
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 50px);
}

.how_it_works .circles .circle:nth-child(3) h2 {
    top: calc(100% + 56px);
    transform: translateX(-50%);
    left: 50%;

}

.how_it_works .circles .circle:nth-child(1) .figure {
    --x: 300px;
    --y: 300px;
    transform-origin: 90% 70%;
}

.how_it_works .circles .circle:nth-child(2) .figure {
    --x: -300px;
    --y: 300px;
    transform-origin: 10% 70%
}

.how_it_works .circles .circle:nth-child(3) .figure {
    --x: 0px;
    --y: -400px;
    transform-origin: top center;
}

.how_it_works .circles .pick-border {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 202px;
    width: 88px;
    height: 96px;
    z-index: 99999
}

.about {
    background: var(--white);
}

.about::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: 0;
    left: 0;
    background: url(../img/svg/rounded.svg);
    z-index: 99;
}

.about .radius-wrap {
    border-radius: 0px 0px 0px 200px;
    background: var(--light-gray);
}

.about .fp-controlArrow {
    display: none;
}

.about .fp-tableCell {
    display: grid;
    grid-template-rows: repeat(5, 230px);
    gap: 30px;
    margin: -200px 0;
}

.about .fp-tableCell .row {
    border-top: 2px solid var(--gray);
    border-bottom: 2px solid var(--gray);
    mix-blend-mode: lighten;
    display: flex;
    padding: 0 100px;
    position: relative;
}

.about .fp-tableCell .row.h-row {
    align-items: center;
}

.about .fp-tableCell .row.row-mak  {
    justify-content: center;
}

.about .fp-tableCell .row .about-title {
    font-size: 300px;
    text-transform: uppercase;
    line-height: 230px;
}

.about .fp-tableCell .row .about-title.inter {
    font-family: 'Inter';
    font-weight: 500;
    margin-left: -213px;
}

.about .fp-tableCell .row .about-title.mak {
    font-family: 'Mak';
    font-weight: 300;
    transform: translateY(20px);
}

.about .fp-tableCell .row .dot {
    background: var(--white);
    width: 30px;
    height: 30px;
    position: absolute;
    border-width: 2px;
    border-style: solid;
    left: 40px;
    border-radius: 100%;
    top: calc(50% - 20px);
}

.about .fp-tableCell .row h2 {
    text-transform: uppercase;
}

.about .fp-tableCell .row .cta-button {
    width: 150px;
    height: 150px;
}

.about .fp-tableCell .row p {
    /*max-width: 590px;*/
    max-width: 800px;
    align-self: center;
}

.team {
    background: var(--light-gray);
}

.team .radius-wrap {
    border-radius: 0px 0px 200px 0;
    background: var(--white);
}

.team .title .mak {
    font-family: 'Mak';
    font-weight: 300;
}

.team .title {
    text-align: right;
    margin: 0 132px 10px 0;
}

.team .team-slider {
    padding-bottom: 100px;
}

.team .team-slider .slick-list {
    padding-left: 75px;
    padding-right: 45px;
}

.team .team-slider .team-slide {
    margin-right: 100px;
}

.team .team-slider .team-slide .slide-inner {
    transition: .3s;
    border-radius: 300px;
    border: 3px solid transparent;
}

.team .team-slider .team-slide .avatar {
    width: 100%;
    position: relative;
    --size: 0;
    --x-team: 0;
    --y-team: 0;
}

.team .team-slider .team-slide .avatar,
.team .team-slider .team-slide .avatar * {
    border-radius: 300px;
}

.team .team-slider .team-slide .avatar img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.team .team-slider .team-slide .avatar .back_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: circle(var(--size) at var(--x-team) var(--y-team));
}
/* For Touch screens */
@media (pointer:coarse) {
    .team .team-slider .team-slide .avatar .back_image {
        transition: clip-path 3s;
    }
}

.team .team-slider .team-slide .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 25px 35px 25px;
    text-align: center;
}

.team .team-slider .team-slide .info .subtitle {
    transition: .3s;
    padding-bottom: 10px;
    line-height: 1;
}

.team .team-slider .team-slide .info .caption {
    padding: 15px 10px 0 10px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.team .team-slider .team-slide.slick-current+.team-slide .slide-inner {
    border: 3px solid var(--gray);
}

.team .team-slider .team-slide.slick-current+.team-slide .slide-inner .info .subtitle {
    color: var(--blue);
}

.team .team-slider .team-slide.slick-current+.team-slide .slide-inner .info .caption {
    opacity: 1;
    visibility: visible;
}

.team .team-slider .slick-arrow {
    position: absolute;
    height: 80px;
    width: 80px;
    border-radius: 200px;
    background: var(--light-gray);
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team .team-slider .slick-arrow img {
    transition: .3s
}

.team .team-slider .slick-arrow:hover img {
    transform: scale(1.2);
}

.team .team-slider .slick-arrow.slick-prev {
    left: 32%;
}
.team .team-slider .team-slide .info h5 {
    line-height: 1.2;
}

.team .team-slider .slick-arrow.slick-next {
    left: calc(32% + 100px);
}

.movement_text {
    background: var(--light-gray);
}

.movement_text .anim-wrap {
    white-space: nowrap;
    display: flex;
}

.movement_text .anim-wrap.even {
    justify-content: flex-end;
}

.movement_text .mtext {
    display: flex;
    align-items: center;
}

.movement_text .mtext .dot {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: 0 50px;
}

.movement_text .anim-wrap .mak {
    font-family: 'Mak';
}

.movement_text .anim-wrap .w300 {
    font-weight: 300;
}

.movement_text .anim-wrap .w700 {
    font-weight: 700;
}

.our_projects {
    background: var(--black);
    padding: 100px 75px;
}

.our_projects h4 {
    margin-bottom: 100px;
    color: var(--blue);
}

.our_projects h4 .mak {
    font-weight: 300;
    color: var(--yellow);
    font-family: 'Mak';
}

.our_projects .subtitle {
    max-width: 1020px;
    color: var(--white);
    font-weight: 400;
}

.project {
    background-color: var(--bg);
    background-image: var(--bg-image);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0 75px;
    color: var(--white);
}

.project  .fp-tableCell,
.project  .radius-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100%;
}

.project.last-proj {
    background-color: var(--bg-secondary);
    background-image: unset;
    padding: 0;
}

.project .radius-wrap {
    border-radius: 0px 0px 0px 200px;
    background: var(--bg);
    background-image: var(--bg-image);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0 75px;
}

.project.even {
    color: var(--black);
}

.project .direction {
    font-family: 'Inter';
    font-size: 140px;
    font-weight: 700;
    text-transform: uppercase;
}

.project .title-mak {
    margin-bottom: 50px;
}

.project .company {
    margin-bottom: 20px;
}

.project .description {
    max-width: 570px;
    margin-bottom: 50px;
}

.map {
    background: var(--black);
}

.map .radius-wrap {
    background: var(--light-gray);
    border-radius: 0 0 200px 0;
}

.map h1 {
    padding-left: 75px;
}

.map h1 .mak {
    font-family: 'Mak';
    font-weight: 300;
}

.map .map-wrap {
    max-width: 1266px;
    margin: 50px auto 0 auto;
    position: relative;
    width: 100%;
}

.map .map-wrap .points {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map .map-wrap .point-wrap .testimonial {
    transform: scaleY(0);
    transition: .3s;
    position: absolute;
    padding: 20px;
    background: var(--white);
    width: 388px;
    border-radius: 30px;
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.10);
    z-index: 999;
}

.map .map-wrap .point-wrap .testimonial .head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.map .map-wrap .point-wrap .direction {
    margin-bottom: 20px;
}

.map .map-wrap .points .point-wrap {
    position: absolute;
    top: var(--y);
    left: var(--x);
}

.map .map-wrap .points .point-wrap .point {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 5px solid var(--yellow);
    background-color: transparent;
    transition: .3s;
}

.map .map-wrap .point-wrap.main-head .point {
    border: 5px solid var(--blue);
}

.map .map-wrap .points .point-wrap:hover .point {
    background-color: var(--white);
}

.map .map-wrap .points .point-wrap:hover .testimonial {
    transform: scaleY(1);
}

.socials {
    background: var(--black);
    position: relative;
}

.socials .title-wrap {
    display: flex;
    padding: 150px 230px;
    gap: 120px;
    position: relative;
    z-index: 2;
}

.socials .title-wrap .title {
    color: var(--white);
}

.socials .title-wrap .title .mak {
    font-family: 'Mak';
}

.socials .cta-button {
    flex-shrink: 0;
}

.socials .socials-block {
    display: flex;
    justify-content: space-between;
    padding: 0 90px;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    gap: 10px;
}

.socials .socials-block a {
    font-family: 'Inter';
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
    transition: .3s;
}

.socials .socials-block a:hover {
    color: var(--yellow);
}

.socials .bg {
    position: absolute;
    width: calc(100% + 140px);
    height: 100%;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 28px;
    margin: 0 -70px;
    z-index: 1;
}

.socials .bg .row {
    border-left: 2px solid var(--border);
    border-right: 2px solid var(--border);
}

footer {
    position: relative;
    z-index: 2;
}

footer .footer-wrap {
    display: flex;
    padding: 100px 231px;
    justify-content: space-between;
}

footer .footer-wrap div {
    display: flex;
    gap: 30px;
}

footer h6 {
    color: var(--white);
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.about-title-mob {
    display: none;
}

@keyframes circlesAnimation {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes roundTextAnimation {
    0% {
        transform: translate(-50%, 50%) rotate(360deg);
    }
    100% {
        transform: translate(-50%, 50%) rotate(0deg);
    }
}

@keyframes marquee {
      to {
        transform: translateX(-50%);
      }
  }

@media(max-width: 1600px) {
    h1 {
        font-size: 48px;
    }
    .banner .title {
        padding: 150px 500px 0 75px;
    }

    .banner .image img {
        width: 500px;
        height: auto;
    }
    .cta-button {
        width: 200px;
        height: 200px;

    }
    .socials .cta-button {
        min-width: 200px;
    }
    .banner .subtitle {
        right: 50px;
        bottom: 60px;
        padding-left: 300px;
        max-width: unset;
    }
    .cards_section .grid {
        /*margin: 0 -450px;*/
    }
    .team .team-slider .team-slide {
        margin-right: 40px;
    }
    .project, .project .radius-wrap {
        padding: 0 20px;
    }
    .socials .title-wrap {
        padding: 150px 90px;
    }
}

@media(max-width: 1024px) {
    .banner .cta-button {
        width: 103px;
        height: 103px;
        bottom: 15px;
        left: 15px;
    }
    .cta-button p {
        font-size: 12px;
    }
    .cta-button img {
        width: 20px;
        height: 20px;
    }
    .banner .subtitle {
        bottom: 10px;
        padding-left: 150px;
        font-size: 24px;
    }
    .banner .radius-wrap {
        border-radius: 0px 0px 50px 0px;
    }
    .banner .image img {
        width: 250px;
    }
    .banner .image {
        position: static;
        display: flex;
        justify-content: flex-end;
    }
    .banner .title {
        padding: 20px 15px 50px 15px;
    }
    .how_it_works .circles .circle h2 {
        font-size: 24px;
    }
    .how_it_works h4 {
        padding: 100px 0 0 15px;
        font-size: 72px;
    }
    .how_it_works .circles .circle .border-figure {
        width: 200px;
        height: 200px;
    }
    .how_it_works .circles {
        width: 350px;
        height: 330px;
    }
    .how_it_works .circles .circle:nth-child(1) .figure {
        transform-origin: 91% 75%;
    }
    .how_it_works .circles .circle:nth-child(2) .figure {
        transform-origin: 9% 75%;
    }
    .how_it_works .circles .circle .figure {
        width: 200px;
        height: 200px;
    }
    .how_it_works .circles .pick-border {
        width: 33px;
        height: 32px;
        bottom: 167px;
    }
    .how_it_works .circles .circle:nth-child(3) h2 {
        top: calc(100% + 26px);
    }
    .how_it_works .circles .circle:nth-child(1) h2 {
        right: calc(100% + 20px);
    }
    .how_it_works .circles .circle:nth-child(2) h2 {
        left: calc(100% + 50px);
    }
    .about .fp-tableCell .row .about-title.inter {
        margin-left: -130px;
    }
    .about .fp-tableCell .row .about-title {
        font-size: 200px;
    }
    .team .title {
        margin-right: 10px;
        font-size: 64px;
    }
    .our_projects {
        padding: 50px 15px;
    }
    /* .our_projects>div {
        padding: 50px 15px;
    } */
    .project {
        padding: 0;
    }
    .project>div {
        padding: 50px 15px;
    }
    .last-proj.project>div {
        padding: 0;
    }
    .project .fp-tableCell,
    .project .radius-wrap {
        flex-direction: column;
    }
    .project .radius-wrap {
        border-radius: 0px 0px 0px 50px;
        padding: 50px 15px;
    }
    .project .direction {
        font-size: 100px;
    }
    .project .title-mak {
        margin-bottom: 30px;
    }
    .project .description {
        margin-bottom: 30px;
    }
    .team .team-slider .team-slide .info {
        padding: 20px 25px 35px 25px;
    }
    .socials .title-wrap {
        padding: 150px 40px
    }
    .socials .socials-block {
        padding: 0 40px;
    }
    .socials .title-wrap .title {
        font-size: 62px;
    }
    footer .footer-wrap {
        padding: 100px 40px
    }
}


@media(max-width: 769px) {
    .banner .title {
        font-size: 22px;
    }
    .banner .subtitle {
        font-size: 18px;
        line-height: 1.2;
        /*bottom: 130px;*/
        bottom: 240px;
        right: 15px;
        left: 15px;
        padding: unset;
    }
    .cards_section .radius-wrap {
        border-radius: 0px 0px 0px 50px;
    }
    .cards_section .grid {
        margin: 0;
        position: relative;
        gap: 0;
    }
    .cards_section .card-wrap {
        transform: unset !important;
        padding: unset !important;
        position: absolute;
        left: 15px;
        top: calc((250px * (2 - var(--index))) + 20px);
    }
    .cards_section .grid .card {
        border-right: unset;
    }
    .cards_section .grid .card .dot {
        width: 16px;
        height: 16px;
        margin-bottom: 10px;
    }
    .cards_section .grid .card .title {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .cards_section .grid .card .subtitle {
        font-size: 13px;
        margin-bottom: 23px;
    }
    .cards_section .grid .card p {
        font-size: 14px;
    }
    .how_it_works .circles {
        width: 255px;
        height: 236px;
    }
    .how_it_works .circles .circle .border-figure {
        width: 145px;
        height: 145px;
    }
    .how_it_works .circles .circle .figure {
        width: 145px;
        height: 145px;
    }
    .how_it_works .circles .pick-border {
        width: 25px;
        height: 27px;
        bottom: 116px;
    }
    .how_it_works .circles .circle:nth-child(1) .figure {
        transform-origin: 89% 70%;
    }
    .how_it_works .circles .circle:nth-child(2) .figure {
        transform-origin: 11% 70%;
    }
    .how_it_works .circles .circle h2 {
        font-size: 12px;
    }
    .how_it_works .circles .circle:nth-child(1) h2 {
        right: unset;
        left: 25px;
    }
    .how_it_works .circles .circle:nth-child(2) h2 {
        left: unset;
        right: 44px;
    }
    .how_it_works .circles .circle:nth-child(3) h2 {
        top: 50%;
    }
    .how_it_works .radius-wrap {
        border-radius: 0px 0px 50px 0;
    }
    .how_it_works h4 {
        padding: 50px 15px;
        font-size: 32px;
        text-align: center;
    }

    .about .fp-tableCell .row {
        padding: 0;
    }
    .about .fp-tableCell .row .about-title.inter {
        margin-left: -80px;
    }
    .about .fp-tableCell {
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 15px;
        gap: 0px;
    }
    .about-title-mob {
        display: initial;
        font-family: 'Inter';
        font-size: 48px !important;
        font-weight: 500;
        line-height: 1;
        padding: 0 !important;
        text-transform: uppercase;
    }
    .about-title-mob .mak {
        font-family: 'Mak';
        font-weight: 300;
    }
    .about .fp-tableCell .row {
        border: unset;
    }
    .about .fp-tableCell .row:first-child {
        padding: 50px 0 !important;
        min-height: 148px;
    }
    .about .fp-tableCell .row .about-title {
        font-size: 120px;
    }
    .about .fp-tableCell .row h2 {
        padding: 0 0 20px 25px;
        font-size: 18px;
    }
    .about .fp-tableCell .row .dot {
        width: 16px;
        height: 16px;
        left: 0;
        top: 0;
    }
    .about .fp-tableCell .row p {
        max-width: unset;
        padding: 0 0 30px 25px;
        font-size: 16px;
    }
    .about .fp-tableCell .row .cta-button {
        width: 103px;
        height: 103px;
        margin-left: 25px;
    }
    .about .radius-wrap {
        border-radius: 0px 0px 0px 50px;
    }
    .about::before {
        width: 50px;
        height: 50px;
    }
    .about .fp-tableCell .row .cta-button p {
        padding: 0;
        font-size: 12px;
    }
    .team .team-slider .slick-list {
        padding: 0 50px 0 60px;
    }
    .team .team-slider .team-slide.slick-current+.team-slide .slide-inner {
        border: unset;
    }
    .team .team-slider .team-slide.slick-current .slide-inner {
        border: 2px solid var(--gray);
    }
    .team .team-slider .team-slide .info {
        padding: 10px 20px 70px 20px;
    }
    .team .team-slider .team-slide.slick-current+.team-slide .slide-inner .info .subtitle {
        color: var(--black);
    }
    .team .team-slider .team-slide.slick-current .info .subtitle {
        color: var(--blue);
    }
    .team .team-slider .team-slide .info .subtitle {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .team .team-slider .team-slide.slick-current+.team-slide .slide-inner .info .caption {
        opacity: 0;
        visibility: hidden;
    }
    .team .team-slider .team-slide.slick-current .info .caption {
        opacity: 1;
        visibility: visible;
    }
    .team .team-slider .team-slide .info .position {
        font-size: 13px;
    }
    .team .team-slider .team-slide .info .caption {
        padding-top: 20px;
        font-size: 12px;
    }
    .team .team-slider .team-slide {
        margin-right: 10px;
    }
    .team .radius-wrap {
        border-radius: 0 0 50px 0;
    }
    .movement_text {
        padding: 30px 0;
    }
    .movement_text h4 {
        font-size: 32px;
        line-height: 2;
    }
    .movement_text .anim-wrap:not(:last-child) .mtext {
        /*border-bottom: 2px solid var(--black);*/
        border-bottom: 0;
        padding-bottom: 4px;
    }
    .movement_text .mtext .dot {
        width: 16px;
        min-width: 16px;
        height: 16px;
        margin: 0 10px
    }
    .our_projects h4 {
        margin-bottom: 20px;
        font-size: 32px;
    }
    .our_projects .subtitle {
        font-size: 18px;
    }
    .project, .project .radius-wrap {
        background-size: contain;
        background-position: 0% 25%;
    }
    .map .map-wrap .scroll-wrap>img,
    .map .map-wrap .scroll-wrap {
        min-width: 680px;
    }
    .map .map-wrap .scroll-wrap {
        position: relative;
    }
    .map .map-wrap {
        overflow-x: scroll;
        overflow-y: hidden;
        margin: 0 auto ;
        padding: 80px 0;
    }
    .map .map-wrap .points .point-wrap .point {
        width: 16px;
        height: 16px;
        border-width: 4px;
    }
    .map .map-wrap .point-wrap .testimonial {
        width: 238px;
    }
    .map .map-wrap .point-wrap .testimonial img {
        height: 60px;
        width: 60px;
    }
    .map .map-wrap .point-wrap .testimonial .name {
        font-size: 16px;
    }
    .map .map-wrap .point-wrap .testimonial .company {
        font-size: 13px;
    }
    .map .map-wrap .point-wrap .direction {
        font-size: 18px;
        margin-bottom: 11px;
    }
    .map .map-wrap .point-wrap p {
        font-size: 16px;
    }
    .map h4 {
        font-size: 32px;
    }
    .map .radius-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 0 0 50px 0;
    }
    .socials .title-wrap {
        padding: 50px 15px 70px 15px;
        flex-direction: column;
        gap: 30px;
    }
    .socials .title-wrap .title {
        font-size: 32px
    }
    .socials .cta-button {
        margin: 0 auto;
        width: 103px;
        height: 103px;
        min-width: 103px;
    }
    .socials .socials-block {
        padding: 0 15px;
        gap: 6px;
    }
    .socials .socials-block a {
        font-size: 16px;
    }
    footer .footer-wrap {
        padding: 100px 15px 50px 15px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    footer .footer-wrap div {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    footer .footer-wrap div img {
        width: 75px;
        height: 30px;
    }
    footer h6 {
        font-size: 10px;
    }
}

@media(max-height: 700px) {
    .banner .subtitle {
        bottom: 130px;
    }

    .cards_section .card-wrap {
        top: calc((210px * (2 - var(--index))) + 20px);
    }

    .cards_section .grid .card p {
        font-size: 12px;
    }
}

@media(max-width: 480px) {
    .team .title {
        font-size: 32px;
        padding: 30px 0;
        margin: 0;
        text-align: left;
    }
    .team .team-slider {
        padding-bottom: 60px;
    }
    .team .team-slider .slick-arrow {
        width: 52px;
        height: 52px;
    }
    .team .team-slider .slick-arrow.slick-prev {
        left: calc(50% - 67px);
    }
    .team .team-slider .slick-arrow.slick-next {
        right: calc(50% - 67px);
        left: unset;
    }
    .team .team-slider .slick-arrow img {
        width: 24px;
        height: 24px;
    }
    .project .direction {
        font-size: 48px;
    }
    .project .title-mak {
        font-size: 22px;
    }
    .project .company {
        font-size: 16px;
    }
    .project .description {
        font-size: 16px;
    }
    .project .caption.big {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .project h5 {
        font-size: 13px;
    }
}
