@font-face {
    font-family: 'Futura PT Demi';
    src: url('../font/FuturaPT-Demi.woff2') format('woff2'),
         url('../font/FuturaPT-Demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../font/FuturaPT-Medium.woff2') format('woff2'),
         url('../font/FuturaPT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../font/FuturaPT-Light.woff2') format('woff2'),
         url('../font/FuturaPT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../font/FuturaPT-Bold.woff2') format('woff2'),
         url('../font/FuturaPT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Extra';
    src: url('../font/FuturaPT-ExtraBold.woff2') format('woff2'),
         url('../font/FuturaPT-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Book';
    src: url('../font/FuturaPT-Book.woff2') format('woff2'),
         url('../font/FuturaPT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../font/FuturaPT-Heavy.woff2') format('woff2'),
         url('../font/FuturaPT-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
}
a,
a:hover,
a:focus {
    text-decoration: none;
}
*,
*:focus {
    outline: none !important;
}
html {
    font-size: 16px;
}
body {
    font-family: 'Futura PT Book';
    color: #272727;
}
@media (max-width: 991px) {
    body {
        color: #fff;
        background-color: #88b2b2;
    }
}
.main-color {
    color: #617e7e;
}
.main-color-bg {
    background-color: #617e7e;
}
.color-2-bg {
    background-color: #88b2b2;
}
.color-3-bg {
    background-color: #707070;
}
.color-4-bg {
    background-color: #fff;
}
.main-color {
    color: #617e7e;
}
.color-2 {
    color: #88b2b2;
}
.color-3 {
    color: #707070;
}
.color-4 {
    color: #fff;
}
.text-effect .splitting .char,
.aos-animate .splitting .char {
    -webkit-animation: slide-in-1 1s cubic-bezier(0.5, 0, 0.5, 1) both;
    animation: slide-in-1 1s cubic-bezier(0.5, 0, 0.5, 1) both;
    -webkit-animation-delay: calc(60ms * var(--char-index));
    animation-delay: calc(60ms * var(--char-index));
}
@-webkit-keyframes slide-in-1 {
    from {
        -webkit-transform: translateY(-1em) rotate(-0.2turn) scale(0.5);
        transform: translateY(-1em) rotate(-0.2turn) scale(0.5);
        opacity: 0;
    }
}
@keyframes slide-in-1 {
    from {
        -webkit-transform: translateY(-1em) rotate(-0.2turn) scale(0.5);
        transform: translateY(-1em) rotate(-0.2turn) scale(0.5);
        opacity: 0;
    }
}
@-webkit-keyframes slide-in-2 {
    from {
        -webkit-transform: translateY(1em);
        transform: translateY(1em);
        opacity: 0;
    }
}
@keyframes slide-in-2 {
    from {
        -webkit-transform: translateY(1em);
        transform: translateY(1em);
        opacity: 0;
    }
}
@-webkit-keyframes slide-in-3 {
    from {
        -webkit-transform: translateX(-0.5em);
        transform: translateX(-0.5em);
        opacity: 0;
    }
}
@keyframes slide-in-3 {
    from {
        -webkit-transform: translateX(-0.5em);
        transform: translateX(-0.5em);
        opacity: 0;
    }
}
header {
    width: 100%;
}
header .header-top .navbar .navbar-toggler {
    margin-left: auto;
    padding: 0;
    border: 0;
    color: #fff;
    font-size: 30px;
}
header .header-top .navbar .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
header .header-top .navbar .navbar-collapse ul li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: clamp(1rem, 2vw, 1.5rem);
    color: #88b2b2;
    padding: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-weight: 400;
    height: 100px;
}
header .header-top .navbar .navbar-collapse ul li > a.nav-link.active,
header .header-top .navbar .navbar-collapse ul li > a.nav-link:hover {
    color: #617e7e;
}
@media (min-width: 1200px) {
    header .header-top .navbar .navbar-collapse ul li > a.nav-link.active,
    header .header-top .navbar .navbar-collapse ul li > a.nav-link:hover {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }
}
@media (max-width: 991px) {
    header .header-top .navbar .navbar-collapse {
        position: fixed;
        right: -100%;
        top: 0;
        bottom: 0;
        z-index: 12;
        display: block;
        background: #617e7e;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        width: 85%;
    }
    header .header-top .navbar .navbar-collapse.show {
        right: 0 !important;
    }
    header .header-top .navbar .navbar-collapse .menu-close {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 1rem;
        margin-bottom: 10px;
    }
    header .header-top .navbar .navbar-collapse ul {
        padding: 0 1rem 40px;
        margin-bottom: 20px;
        position: relative;
    }
    header .header-top .navbar .navbar-collapse ul::before,
    header .header-top .navbar .navbar-collapse ul:after {
        content: "";
        position: absolute;
    }
    header .header-top .navbar .navbar-collapse ul::before {
        background-color: #fff;
        height: 24px;
        bottom: -7px;
        width: 70%;
        right: 0;
    }
    header .header-top .navbar .navbar-collapse ul:after {
        background-color: #88b2b2;
        height: 10px;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
    }
    header .header-top .navbar .navbar-collapse ul li > a {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        font-size: 20px;
        color: #fff;
        height: auto;
    }
    header .header-top .navbar .navbar-collapse ul li > a.active,
    header .header-top .navbar .navbar-collapse ul li > a:hover {
        color: #fff !important;
    }
    header .header-top .navbar .navbar-collapse address svg {
        flex-shrink: 0;
    }
    header .header-top .navbar .navbar-collapse address a,
    header .header-top .navbar .navbar-collapse address p {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
    }
}
header .header-top .header-right .language a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    border: 1px solid #88b2b2;
    color: #617e7e;
    font-size: 20px;
    font-weight: 600;
}
header .header-top .header-right .language a:hover {
    background-color: #617e7e;
    color: #fff;
}
.home-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(100vh - 100px);
    background: url(../images/city.jpg) repeat-x center bottom;
}
.home-box .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
.home-box .logo img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    max-width: 250px;
}
.home-box .logo img:nth-child(2) {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.home-box .logo:hover img:nth-child(1) {
    opacity: 0;
}
.home-box .logo:hover img:nth-child(2) {
    opacity: 1;
}
.home-box.servives {
    height: calc(100vh - 100px - 60px);
}
.home-box.servives .logo {
    aspect-ratio: 1;
    border-radius: 100%;
}
.home-box.servives .logo::before,
.home-box.servives .logo::after {
    content: "";
    border: 1px solid #707070;
    position: absolute;
    inset: 0;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.home-box.servives .logo::before {
    width: calc(100% + 65px);
    height: calc(100% + 65px);
}
.home-box.servives .logo::after {
    width: calc(100% + 80px);
    height: calc(100% + 80px);
}
@media (max-width: 1200px) {
    .home-box.servives .logo img {
        max-width: 150px;
    }
}
.home-box.servives .logo img:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-box.servives .text .item {
    width: 450px;
    position: absolute;
    z-index: 4;
}
.home-box.servives .text .item::before {
    content: "";
    position: absolute;
}
.home-box.servives .text .item:nth-child(1) {
    right: 100%;
    bottom: calc(100% - 42px);
    padding-right: 125px;
}
.home-box.servives .text .item:nth-child(1)::before {
    background: url(../images/1.svg) no-repeat center/100%;
    width: 125px;
    height: 86px;
    right: 0;
    top: 45px;
}
.home-box.servives .text .item:nth-child(2) {
    left: calc(100% + 109px);
    bottom: 100%;
    padding-right: 125px;
}
.home-box.servives .text .item:nth-child(2)::before {
    background: url(../images/3.svg) no-repeat center/auto 100%;
    width: 90px;
    height: 115px;
    left: -89px;
    top: 53px;
}
.home-box.servives .text .item:nth-child(3) {
    right: calc(100% - 56px);
    top: calc(100% + 56px);
    padding-left: 125px;
}
.home-box.servives .text .item:nth-child(3)::before {
    background: url(../images/3.svg) no-repeat center/auto 100%;
    width: 78px;
    height: 88px;
    right: 50px;
    top: -70px;
}
.home-box.servives .text .item:nth-child(4) {
    left: calc(100% + 24px);
    top: 100%;
    padding-right: 125px;
}
.home-box.servives .text .item:nth-child(4)::before {
    background: url(../images/4.svg) no-repeat center/100%;
    width: 120px;
    height: 54px;
    left: -15px;
    top: -35px;
}
.home-box.servives .text .item .title {
    font-size: clamp(1.88rem, 3.57vw, 3.13rem);
    font-weight: 300;
    color: #617e7e;
}
.home-box.servives .text .item .desc {
    font-weight: 200;
    font-size: 16px;
    color: #88b2b2;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
@media (min-width: 1200px) {
    .home-box.servives .text .item .desc {
        opacity: 0;
    }
}
.home-box.servives .text .item:hover .desc {
    opacity: 1;
}
@media (min-width: 992px) {
    .about {
        background: url(../images/city-2.jpg) repeat-x center top;
        padding-top: 120px;
    }
}
.about .text .title {
    font-size: 4.5rem;
    border-bottom: 10px solid #88b2b2;
    letter-spacing: 3px;
    line-height: 1;
    color: #617e7e;
}
.about .text .desc {
    color: #617e7e;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: -0.3px;
}
@media (max-width: 991px) {
    .about .text .desc {
        color: #fff;
    }
}
.about .team {
    margin-top: -10px;
}
.about .team .item {
    position: relative;
    display: block;
    border: 10px solid #88b2b2;
}
@media (max-width: 991px) {
    .about .team .item {
        border: 10px solid #fff;
    }
}
.about .team .item:hover .name {
    opacity: 1;
}
.about .team .item img {
    display: block;
    width: 100%;
}
.about .team .item .name {
    background-color: #617e7e;
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
    color: #fff;
    padding: 0 15px clamp(15px, 7.5vw, 90px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.about .team .item .name strong {
    font-size: clamp(1rem, 3vw, 2.25rem);
    font-weight: 600;
}
.about .team .item .name span {
    font-weight: 300;
    font-size: clamp(0.88rem, 1.83vw, 1.38rem);
}
.project .swiper a {
    position: relative;
    overflow: hidden;
}
.project .swiper a,
.project .swiper a img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.project .swiper a span {
    position: absolute;
    right: 15px;
    top: 0px;
    z-index: 3;
    font-size: clamp(1rem, 1.43vw, 1.25rem);
    background-color: #fff;
    color: #000;
    padding: 0 7px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
@media (min-width: 992px) {
    .project .swiper a span {
        top: -5px;
        opacity: 0;
    }
}
@media (min-width: 992px) {
    .project .swiper a:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .project .swiper a:hover span {
        opacity: 1;
        top: 0;
    }
}
@media (min-width: 992px) {
    .project .swiper .col-6 a img {
        aspect-ratio: 1;
    }
    .project .swiper .left .col-12 a img {
        aspect-ratio: 1/0.31;
    }
    .project .swiper .right .col-12 a img {
        aspect-ratio: 1/0.655;
    }
}
.project .swiper-pagination {
    position: relative;
    bottom: auto !important;
}
.project .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    background-color: #88b2b2;
    opacity: 1;
}
.project .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #617e7e;
}
.block-title {
    border-bottom: 5px solid #707070;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.block-title .item {
    font-size: clamp(1.375rem, 1.71vw, 1.5rem);
    color: #617e7e;
}
@media (max-width: 991px) {
    .block-title {
        border-bottom: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .block-title::before {
        content: "";
        width: 28px;
        height: 20px;
        display: block;
        background-color: #fff;
        margin-right: 5px;
    }
    .block-title .item {
        color: #fff;
    }
}
.block-title a {
    font-weight: 300;
}
.block-title span {
    font-weight: 500;
}
.project-detail .mySwiper2 a {
    position: relative;
    overflow: hidden;
}
.project-detail .mySwiper2 a img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.project-detail .mySwiper2 a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.project-detail .mySwiper img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 60px;
    cursor: pointer;
}
.project-detail .swiper-horizontal > .swiper-scrollbar,
.project-detail .swiper-scrollbar.swiper-scrollbar-horizontal {
    background-color: #88b2b2;
    height: 14px;
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    bottom: auto;
    margin: 24px 0;
}
@media (max-width: 991px) {
    .project-detail .swiper-horizontal > .swiper-scrollbar,
    .project-detail .swiper-scrollbar.swiper-scrollbar-horizontal {
        background-color: #fff;
    }
}
.project-detail .swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag,
.project-detail .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
    height: 24px;
    border-radius: 100%;
    background-color: #617e7e;
    top: -5px;
    cursor: pointer;
}
.project-detail .text .title {
    color: #617e7e;
    font-size: clamp(2.25rem, 5.14vw, 4.5rem);
    font-weight: 300;
    letter-spacing: 7.2px;
}
@media (max-width: 991px) {
    .project-detail .text .title {
        color: #fff;
    }
}
.project-detail .text .desc {
    font-size: clamp(1rem, 1.43vw, 19px);
    color: #88b2b2;
}
@media (max-width: 991px) {
    .project-detail .text .desc {
        color: #fff;
    }
}
.services-detail .block-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 992px) {
    .services-detail .block-text {
        width: 530px;
        background: url(../images/5.svg) no-repeat center right/100px;
        padding-right: 120px;
    }
}
.services-detail .block-text h1 {
    color: #272727;
    font-size: clamp(2rem, 4.14vw, 3.63rem);
    font-weight: 300;
    opacity: 0.68;
}
@media (max-width: 991px) {
    .services-detail .block-text h1 {
        color: #fff;
    }
}
.services-detail .block-text p {
    font-size: clamp(1rem, 1.29vw, 1.13rem);
    font-weight: 200;
    color: #88b2b2;
}
@media (max-width: 991px) {
    .services-detail .block-text p {
        color: #fff;
    }
}
.services-detail .text .desc p {
    font-size: 15px;
    font-weight: 300;
}
.contact .map {
    border: 15px solid #88b2b2;
}
.contact .map iframe {
    width: 100%;
    height: clamp(300px, 42.86vw, 600px);
    display: block;
}
@media (max-width: 991px) {
    .contact .map {
        border: 15px solid #fff;
    }
}
.contact address {
    margin: 0;
}
.contact address a, .contact address p {
    font-size: 18px;
    font-weight: 300;
    color: #88b2b2;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.contact address p {
    width: 100%;
}
.contact address a i,
.contact address p i {
    color: #617e7e;
    font-size: 22px;
    margin-right: 15px;
}
.contact address a:hover,
.contact address p:hover {
    color: #617e7e;
}

.contact address a svg,
.contact address p svg {
    flex-shrink: 0;
}
.contact address a svg path,
.contact address p svg path {
    fill: #617e7e;
}
@media (max-width: 991px) {
    .contact address a,
    .contact address a:hover,
    .contact address p,
    .contact address p:hover {
        color: #fff;
    }
 
    .contact address a svg path,
    .contact address p svg path {
        fill: #fff;
    }
 
}
.contact .social a {
    color: #fff;
    font-size: 28px;
}
@media (min-width: 992px) {
    .contact .social a {
        color: #88b2b2;
        font-size: 24px;
    }
    .contact .social a:hover {
        color: #617e7e;
    }
}
.services-mobile {
    min-height: calc(100vh - 141.5px - 60px);
}
.services-mobile a {
    background-color: #fff;
    color: #88b2b2;
    text-align: center;
    display: block;
    padding: 20px 15px;
    font-weight: 200;
    font-size: 36px;
}
@media (min-width: 992px) {
    :has(.map) body {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }
    :has(.map) .contact {
        margin-bottom: auto!important;
    }
    
    :not(:has(.home-box)) footer::before {
        content: "";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 500px;
        background: url(../images/city.jpg) repeat-x bottom;
        bottom: 100%;
        pointer-events: none;
        opacity: 0.55;
    }
    footer {
        background-color: #88b2b2 !important;
    }
}
:not(:has(.home-box.servives)) footer {
    margin-top: 3rem !important;
}
footer {
    height: 60px;
    width: 100%;
}
@media (max-width: 1399px) {
    html {
        font-size: 15px;
    }
}
@media all and (min-width: 1200px) {
    .nav-item .dropdown-menu {
        display: none;
    }
    .nav-item:hover .dropdown-menu {
        display: block;
    }
    .nav-item .dropdown-menu {
        margin-top: 0;
    }
}
@media (max-width: 1199px) {
    html {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    html {
        font-size: 13px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
}
