@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

@font-face {
    font-family: "tnprl";
    src: url("../font/tan-pearl-font/tan-pearl.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
}

body {
    margin: 0;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.3;
    color: silver;
    background-color: black;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

a {
    text-decoration: none;
}

/* Page */
.page {
    overflow: hidden;
    max-width: 2500px;
    margin: 0 auto;
    position: relative;
}

.gradient-button {
    text-align: center;
    text-decoration: none;
    margin: 15px 0 0 0;
    transition: 0.3s;
    cursor: pointer;
    border: none;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: black;
    padding: 16px 40px;
    width: fit-content;
    background-color: #6ad446;
    margin-top: 30px;
}

.gradient-button:hover {
    background-color: #537f3b;
}


/*Home page projects*/
.footer-cta{
    display: flex;
    flex-direction: row;
    justify-content: left;
    margin-bottom: 100px;
}
.footer-cta .brochureProject{
    margin-right: 20px;
}

.brochureProject {
    padding: 20px 40px;
    background-color: white;
    display: flex;
    flex-direction: row;
    width: fit-content;
    margin-top: 40px;
    cursor: pointer;
    text-decoration: none;
}

.projectBrochureText {
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: black;
    text-decoration: none;
    line-height: 1;
    margin: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.projectBrochureImg {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.cta-box{
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cta-box a{
    cursor: pointer;
    text-decoration: none;
}


/***********  Download all projects   ***/
.dowload-all-projects-bg{
    background-image: url(/images/projects.jpg);
    background-attachment: fixed;
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #465052;
    position: relative;
}
.download-container{
    position: relative;
    word-wrap: break-word;
    max-width: 1300px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.two-box{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.box-one {
    width: 60%;
    padding: 20px;
    text-align: center;
}

.box-two {
    width: 40%;
    padding: 20px;
    text-align: center;
    position: relative;
}

.box-form{
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate3d(-20%, -50%, 0);
    z-index: 1;
    background: linear-gradient(315deg, #753BBD 0%, #00A9CE 67.21%, #00A9CE 100%);
    padding: 20px;
}

.download_title{
    color: white;
    font-size: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

.download_subtitle{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}

.brochure-design{
    width: 100%;
}

.logo-intro{
    max-width: 600px;
    width: 100%;
}

@media (max-width: 1400px) {
    .gradient-button {
        font-size: 12px;
        padding: 13px 30px;
        margin-top: 20px;
    }
}

@media (max-width: 1200px) {
    .brochureProject {
        padding: 15px 30px;
    }
    .projectBrochureText {
        font-size: 14px;
    }
    .download_title{
        font-size: 30px;
    }
    .download_subtitle{
        color: #fff;
        font-size: 18px;
    }
    .box-one {
        width: 50%;
    }
    .box-two {
        width: 50%;
    }
}

@media (max-width: 950px) {
    .dowload-all-projects-bg{
        background-attachment: scroll;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .box-one {
        width: 100%;
    }
    .box-two {
        width: 100%;
    }
    .box-form{
        position: initial;
        transform: translate3d(0,0,0);
        max-width: 500px;
        margin: 0 auto;
    }
    .brochure-design{
        width: 70%;
    }
}

@media (max-width:700px) {
    .download_title {
        font-size: 25px;
    }
    .download_subtitle {
        color: #fff;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .font {
        font-size: 20px!important;
        line-height: 1.2!important;
    }
    .box-two {
        padding: 0;
    }
    .brochureProject {
        padding: 11px 15px;
        margin-top: 20px;
    }
    .projectBrochureText {
        font-size: 9px;
    }
    .projectBrochureImg {
        width: 21px;
        height: 21px;
    }

    .logo-intro{
        width: 70%;
    }
}

/* Container */
.container-full {
    width: 100%;
    max-width: 1700px;
    padding: 0 20px;
    margin: 0 auto;
}


/* Container */
.container {
    width: 100%;
    max-width: 2500px;
    padding: 0 50px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 950px) {
    .container {
        padding: 0 30px;
    }
}

@media (max-width: 700px){
    .container {
        padding: 0 15px;
    }
}

/* Intro */
.intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: black;
    min-height: 100vh;
    width: 100%;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #242424;
}
.intro__inner{
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 0 50px;
    z-index: 2;
}
.intro_headline {
    text-align: center;
    z-index: 2;
}
.intro_headline h1, .intro_headline h2{
    font-size: 4vw;
    color: #9a9a9a;
    letter-spacing: 5px;
    font-weight: 100;
    font-family: "Playfair Display", Arial;
}
.intro_headline .subtitle {
    display: block;
    font-size: 25px;
    color: #9a9a9a;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    letter-spacing: 10px;
    margin-top: 10px;
    margin-left: 5px;
    text-transform: uppercase;
}
.headline-list{
    text-align: left;
    color: #bcbcbc;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.7;
    font-weight: 400;
    margin: 0 0 60px 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}

.intro-alex{
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100% - 1px);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-image: url(/assets/images/dxb.webp);
}

.intro-alex-two{
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100% - 1px);
    width: 100%;
    background-size: cover;
    background-position: 100% 100%;
    background-image: url(/assets/images/dxb2.webp);
}

.overlay{
    background-color: #0000006e;
    width: 100%;
    height: calc(100% + 1px);
    z-index: 3;
    position: absolute;
    top: 0;
}

.intro__suptitle {
    margin-bottom: 50px;
    font-size: 50px;
    font-family: "Playfair Display", Arial;
    text-transform: uppercase;
    color: #9a9a9a;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 5px;
}

.line{
    position: relative;
    width: fit-content;
}
.line:after {
    content: "";
    width: 1000%;
    height: 2px;
    position: absolute;
    background-color: white;
    top: 49%;
    left:110%;
}
.intro_text{
    display: block;
    text-align: left;
    color: #bcbcbc;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
    margin-bottom: 30px;
}

.catalogue-btn{
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: black;
    border: 1px solid;
    padding: 20px 50px;
    width: fit-content;
    text-decoration: none;
    background-color: #6ad446;
    margin-top: 30px;
    transition: all 0.3s;
}

.catalogue-btn:hover{
    background-color: #3b7228;
}

.half-box{
    width: 70%;
}

#contact {
    justify-content: start;
    padding-top: 100px;
}

.footer-contact{
    width: 60%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50px;
}

@media (max-width: 1700px) {
    .intro__suptitle {
        margin-bottom: 30px;
        font-size: 45px;
    }
    .intro_text {
        font-size: 14px;
    }
}
@media (max-width: 1600px) {
    .headline-list {
        font-size: 12px;
    }
    .intro__suptitle {
        font-size: 40px;
    }
}

@media (max-width: 1400px) {
    .intro__suptitle {
        font-size: 35px;
    }
    .headline-list {
        font-size: 11px;
    }
    .intro_headline .subtitle {
        font-size: 20px;
    }
    .intro_text {
        font-size: 13px;
    }
}

@media (max-width: 1300px) {
    .intro__suptitle {
        font-size: 30px;
    }
}

@media (max-width: 1200px) {
    .intro__suptitle {
        font-size: 25px;
    }
    .intro_text {
        font-size: 12px;
    }
    .catalogue-btn {
        font-size: 13px;
        padding: 15px 30px;
        margin-top: 25px;
    }
    .headline-list {
        font-size: 10px;
    }
    .intro_headline .subtitle {
        font-size: 18px;
    }
}

@media (max-width: 1100px) {
    .intro-alex-two {
        background-position: 90% 100%;
    }
    #contact {
        min-height: 60vh;
    }
}

@media (max-width: 900px) {
    .intro_headline .subtitle {
        font-size: 15px;
    }
}
@media (max-width: 800px) {
    .intro_text {
        font-size: 11px;
    }
    .intro__suptitle {
        font-size: 20px;
    }
    .catalogue-btn {
        font-size: 13px;
        padding: 15px 30px;
        margin-top: 20px;
    }
    .half-box {
        width: 90%;
    }
    .intro-alex{
        background-position: 100% 100%;
    }
    .headline-list {
        font-size: 9px;
    }
    .footer-contact {
        left: 20px;
    }
}

@media (max-width: 700px) {
    .intro {
        padding: 50px 0;
    }
    #contact .intro-alex {
        background-position: 55% 100%;
    }
    #contact {
        padding-top: 70px;
        min-height: 70vh;
    }
    .intro-alex {
        background-image: url(/assets/images/dxb-m.webp);
        background-position: 100% 50%;
    }
    .intro-alex-two {
        background-image: url(/assets/images/dxb2-m.webp);
        background-position: 100% 50%;
    }
    .intro__suptitle {
        font-size: 18px;
        margin-bottom: 20px;
        letter-spacing: 3px;
    }
    .intro_text {
        font-size: 10px;
        margin-bottom: 15px;
    }
    .catalogue-btn {
        font-size: 13px;
        padding: 15px 30px;
        margin-top: 20px;
    }
    .catalogue-btn {
        font-size: 9px;
        padding: 12px 20px;
        margin-top: 10px;
    }
    .half-box {
        width: 100%;
    }
    .intro_headline h1 {
        font-size: 8vw;
        letter-spacing: 5px;
    }
    .intro_headline .subtitle {
        font-size: 11px;
    }
    .intro__inner {
        padding: 0 20px;
    }
}


/* Header */
.header {
    width: 100%;
    padding-top: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.header.fixed {
    padding: 20px 0;
    /*background: linear-gradient(315deg, #753BBD 0%, #00A9CE 67.21%, #00A9CE 100%);*/
    background-color: black;
    box-shadow: 0 3px 10px rgb(255 255 255 / 20%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translate3d(0, 0, 0);
}

.header.active {
    background-color: #eb8b8d;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header__logo img {
    width: 100%;
    max-width: 150px;
    height: auto;
}

/* Nav */
.phone-menu{
    display: -webkit-inline-flex !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    justify-content: center;
}

.flag-phone{
    width: 30px;
    margin-right: 5px
}

.nav {
    font-size: 13px;
    text-transform: uppercase;
}

.nav__link {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
    position: relative;
    color: #d4d0d0;
    text-decoration: none;
    transition: color .1s linear;
}

.nav__link:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    transition: opacity .1s linear;
}

.nav__link:hover:after,
.nav__link.active:after {
    opacity: 1;
}

.nav__link.active {
    color: #ffffff;
}

.text-black{
    color: #000;
}

.text-gold{
    color: #ca9330;
}

.text-white{
    color: #fff!important;
    text-decoration: none;
    width: fit-content;
}

/* Nav toggle */
.nav-toggle {
    width: 25px;
    padding: 16px 0;
    display: none;
    font-size: 0;
    color: transparent;
    border: 0;
    background: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 24px;
    z-index: 1;
}

.nav-toggle:focus {
    outline: 0;
}

.nav-toggle__item {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: background .2s linear;
}

.nav-toggle.active .nav-toggle__item {
    background: none;
}

.nav-toggle__item:before,
.nav-toggle__item:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    z-index: 1;
    transition: transform .2s linear;
}

.nav-toggle__item:before {
    top: -8px;
}

.nav-toggle__item:after {
    bottom: -8px;
}

.nav-toggle.active .nav-toggle__item:before {
    transform-origin: left top;
    transform: rotate(45deg) translate3d(0px, -1px, 0)
}

.nav-toggle.active .nav-toggle__item:after {
    transform-origin: left bottom;
    transform: rotate(-45deg) translate3d(0px, 1px, 0);
}

.nav-whatsapp{
    color: #6ad446;
    font-weight: 700;
}
.nav-telegram{
    color: #299ff9;
    font-weight: 700;
}

@media (max-width: 1600px) {
    .header__logo img {
       max-width: 130px;
    }
    .nav {
        font-size: 14px;
        text-transform: uppercase;
    }
}

@media (max-width: 1400px) {
    .header__logo {
        font-size: 20px;
    }
    .nav {
        font-size: 13px;
        text-transform: uppercase;
    }
}

@media (max-width: 1200px) {
    .nav {
        font-size: 11px;
        text-transform: uppercase;
    }
    .header__logo {
        font-size: 18px;
    }
    .header.fixed {
        padding: 15px 0;
    }
}

@media (max-width: 990px) {
    .nav {
        font-size: 11px;
        text-transform: uppercase;
    }
}
@media (max-width: 770px) {
    .nav-toggle__item:before, .nav-toggle__item:after {
        height: 2px;
    }
    .nav-toggle__item {
        height: 2px;
    }
    .nav-toggle {
        top: 0;
    }
    .nav {
        display: none;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #0b0b0b;
    }
    .nav.active {
        display: block;
        top: 45px;
        padding: 20px 0;
    }
    .nav__link {
        display: block;
        margin: 0;
        padding: 10px 20px;
        width: fit-content;
    }
    .nav__link:after {
        width: 70%;
        left: 20px;
    }
    .nav-toggle {
        display: block;
    }
    .header__logo img {
        max-width: 110px;
    }
}
@media (max-width: 650px) {
    .nav.active {
        display: block;
        top: 38px;
    }
}

/******** fly */

#marquee-container {
    z-index: 2;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    position: relative;
    height: 16em; /* Adjust as needed based on font size */
    background-color: #0f0f0f;
    background-attachment: fixed;
    background-image: linear-gradient(194deg, rgba(13,13,13,0.929) 0%, rgba(13,13,13,0.969) 100%), url(/assets/images/container02.svg?v=8fa4c094);

}

#running-text, #running-text2 {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
    color: white;
    font-size: 160px;
    line-height: 1.5;
    margin: 0;
    letter-spacing: 50px;
    text-transform: uppercase;
}

/* Video */
.video-section{
    position: relative;
    padding: 0 50px 100px 50px;
    background-color: black;
}

.video-box{
    position: relative;
}

.video-box video {
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%; /* Make video fill the container */
    height: 100%; /* Cover the full height of the container */
    object-fit: cover; /* Ensure aspect ratio is maintained without stretching */
    z-index: 2; /* Positions the video behind any content in .bg-right-70 */
    opacity: 0.6;
}

.video-title{
    font-size: 40px;
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 3px;
    font-family: "Playfair Display", Arial;

    position: relative;
    z-index: 3;
    width: 55%;
    padding: 500px 50px 50px 50px;

}
.slider__item {
    padding: 50px 50px;
    position: relative;
    width: 25%;
}

.slider__num {
    font-size: 150px;
    font-weight: 100;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-transform: uppercase;
    color: #85d25c;
    line-height: 1;
}

.slider__text p {
    width: fit-content;
    font-size: 15px;
    font-weight: 400;
    color: #bfbfbf;
    margin: 0;
    text-transform: uppercase;
    margin-top: 20px;
    line-height: 1.5;
}
.slider__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    text-decoration: none;
}

@media (max-width: 1600px) {
    .slider__num {
        font-size: 110px;
    }
    .slider__text p {
        font-size: 16px;
    }
    .slider__item {
        padding: 50px 30px;
    }
    .video-title{
        font-size: 35px;
    }
}

@media (max-width: 1400px) {
    .slider__num {
        font-size: 90px;
    }
    .slider__text p {
        font-size: 14px;
    }
    .video-title {
        font-size: 30px;
        padding: 400px 50px 50px 50px;
    }
}

@media (max-width: 1300px) {
    .slider__item {
        font-size: 12px;
    }
    .slider__text p {
        font-size: 13px;
    }
    .slider__num {
        font-size: 80px;
    }
    .video-title {
        font-size: 25px;
    }
    .video-section {
        padding: 0 50px 100px 50px;
    }
}

@media (max-width: 1200px) {
    .video-title {
        font-size: 20px;
        padding: 350px 50px 50px 50px;
    }
}

@media (max-width: 1100px) {
    .slider__text p {
        font-size: 11px;
        margin-top: 10px;
    }
}

@media (max-width: 950px) {
    .video-section {
        padding: 0 30px 100px 30px;
    }
    .video-title {
        font-size: 18px;
        padding: 280px 50px 50px 50px;
    }
    .slider__item {
        padding: 20px 50px;
        width: 50%;
    }
}

@media (max-width: 700px) {
    .video-box video {
        border-radius: 0;
    }
    .video-title {
        font-size: 14px;
        width: 70%;
        padding: 200px 0 15px 15px;
    }
    .slider__num {
        font-size: 70px;
    }
    .slider__item {
        width: 100%;
        text-transform: none;
        padding: 20px 0;
    }
    .video-section {
        padding: 0;
    }
}


/* Section */
.section {
    padding: 120px 0;
    background-color: black;
    position: relative;
}
.section--devices {
    min-height: 100vh;
    display: flex;
    align-items: center;
}
@media (max-width: 770px){
    .section--devices {
        min-height: 60vh;
        padding-bottom: 0;
        background-position: 50% 50%;
    }
}

.top-subtitle{
    font-size: 25px;
    font-weight: 600;
    color: white;
    line-height: 1.3;
}

@media (max-width: 1368px) {
    .top-subtitle {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .section {
        padding: 100px 0;
    }
}

@media (max-width: 650px) {
    .top-subtitle {
        font-size: 18px;
    }
}

/* Statistics */
.statistics {
    margin-bottom: 20px;
}
.stat {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 50px;
}
.stat__item {
    display: flex;
    flex-direction: column;
    width: 25%;
    text-align: center;
    padding: 10px;
    color: #000000;
}
.stat__count {
    width: 50px;
    margin: 0 auto 20px auto;
}
.stat__text {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.services__title {
    margin-bottom: 10px;

    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

.form-control {
    min-height: 50px;
    box-shadow: none;
    width: 100%;
    font-size: 16px;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    margin-bottom: 10px;
    border: 1px solid #151515;
    outline: none;
    padding: 0 10px;
    font-weight: 300;
    font-family: "Montserrat", Arial, sans-serif;
}

.form-control:active, .form-control:focus{
    outline: none;
}

@media (max-width: 1400px) {
    .form-control {
        min-height: 40px;
    }
}

@media (max-width: 990px) {
    .stat {
       justify-content: center;
    }
    .stat__item {
        flex: none;
        width: 33.33333%;
        padding-top: 20px;
        padding-bottom: 20px;
        border: 0;
    }
    .stat__item:last-child {
        border-right: 0;
    }
    .footer__col--first {
        width: 100%;
    }
    .footer__col--second,
    .footer__col--third {
        width: 50%;
    }
    .instagram {
        justify-content: flex-start;
    }
    .instagram__item {
        width: auto;
        border-right: 1px solid white;
    }
}

@media (max-width: 770px) {
    .header {
        padding: 20px 0;
    }
    .section {
        padding: 50px 0;
    }
    .footer__col--second,
    .footer__col--third {
        width: 100%;
    }
}


@media (max-width: 700px) {
    .stat__text {
        font-size: 10px;
    }
    .stat {
        margin-top: 0;
    }
    .section__header {
        margin-bottom: 20px;
    }
    .stat__item {
        width: 50%;
    }
}



/***************** Modal **********************/
.modal {
    display: none;
    position: fixed;
    z-index: 100111111;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    flex-direction: column;
    justify-content: center;
}
.modal-form{
    width: 100%;
    max-width: 500px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.modal-content-img{
    background-size: cover;
    background-position: center;
    height: 350px;
    width: 100%;
}
.modal-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: black;
    padding: 50px;
    width: 100%;
    height: fit-content;
    position: relative;
}
.modal-header {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #6ad446;
    transition: all 0.3s;
}
#modal-title {
    font-size: 22px;
    font-weight: 200;
    margin: 20px 0 0 0;
    text-align: center;
    color: white;
}
.modal-subtitle{
    margin: 10px 0 15px 0;
    font-size: 15px;
    text-align: center;
    color: silver;
}
.close {
    color: #000;
    font-size: 40px;
    text-decoration: none;
    cursor: pointer;
    margin-top: -3px;
}
.modal-header:hover, .modal-header:focus {
    background-color: #5f8d46;
}

.modal-request{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

/*************modal project*/
.modal-project{
    display: none;
}
.project-name{
    font-size: 30px;
    color: #ffffff;
    margin: 0 0 10px 0;
    font-weight: 300;
    text-align: center;
}
.project-dec {
    font-size: 15px;
    color: #c2c2c2;
    text-align: left;
    margin: 0 0 10px 0;
}
.handover{
    font-size: 16px;
    color: #eaeaea;
    text-align: left;
    line-height: 1.5;
    margin: 0;
}

.modal-cta-form{
    margin-top: 10px;
    text-align: center;
}

.table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.table td,
.table th {
    padding: 5px;
    border: 1px solid #4c4c4c;
    text-align: center;
    font-size: 15px;
    color: silver;
}

.table th {
    color: #ffffff;
}

@media (max-width: 1400px) {
    .modal-content {
        padding: 50px 30px;
        width: 650px;
    }
    .modal-content-img{
        width: calc(100% - 650px);
    }
}

@media (max-width: 1200px) {
    .modal-content {
        padding: 50px 30px;
        width: 450px;
    }
    .modal-content-img{
        width: calc(100% - 450px);
    }
    .project-dec {
        font-size: 12px;
        margin: 0 0 7px 0;
    }
    .project-name {
        font-size: 25px;
        margin: 0 0 5px 0;
    }
    .handover {
        font-size: 14px;
    }
    .table {
        margin-top: 10px;
    }
    .table td, .table th {
        padding: 5px;
        font-size: 13px;
    }
    .table td, .table th {
        padding: 4px;
        font-size: 11px;
    }
    #modal-title {
        font-size: 20px;
        margin: 20px 0 0 0;
    }
    .modal-subtitle {
        margin: 7px 0 10px 0;
        font-size: 13px;
    }
    .form-control {
        min-height: 38px;
        margin-bottom: 4px;
    }
}

@media (max-width: 950px) {
    .modal-header {
        width: 50px;
        height: 50px;
    }
    .modal {
        overflow: scroll;
    }
    .modal-content-img {
        min-height: 50vh;
    }
    .modal-content {
        padding: 30px;
        height: auto;
    }
    .modal-form{
        flex-wrap: wrap;
    }
    .modal-content-img {
        width: 100%;
    }
    .modal-content {
        padding: 50px 30px;
        width: 100%;
    }
}

@media (max-width: 700px) {
    .modal-form {
        justify-content: start;
    }
    .modal {
        overflow: scroll;
        justify-content: start;
    }
    .modal-content-img {
        min-height: auto;
        height: 250px;
        background-position: 50% 70%;
    }
    .modal-content {
        width: 100%;
        padding: 50px 15px 50px 15px;
    }
    .project-dec {
        font-size: 14px;
    }
    #modal-title {
        font-size: 15px;
    }
    .modal-subtitle{
        font-size: 12px;
    }
    .gradient-button {
        padding: 1em 2em;
    }
    .project-name {
        font-size: 22px;
    }
    .handover {
        font-size: 15px;
    }
}


/*********************** whatsapp ************************/
.whatsapp-group {
    position: fixed;
    right: 3px;
    bottom: 0;
    z-index: 300000;
    cursor: pointer;
}

.tg-group{
    position: fixed;
    right: 3px;
    bottom: 54px;
    z-index: 300000;
    cursor: pointer;
}

.grow img {
    width: 50px;
}

.text-center{
    text-align: center;
}

@media (max-width: 400px) {
    .grow img {
        width: 40px;
    }
    .tg-group {
        bottom: 44px;
    }
}

/*footer*/
.intro__inner2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    z-index: 1;
}

.cta-section {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-color: black;
}

.slider__inner {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.slider__item2 {
    display: flex;
    flex-direction: column;
    width: 33.3%;
    margin-bottom: 50px;
    padding: 0 20px 0 0;
}

.no-bg{
    background: transparent!important;
    margin-bottom: 0!important;
}

.slider__num2 {
    display: flex!important;
    flex-direction: column;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}

.slider__num2 img{
    max-width: 100%;
    height: auto;
}

.slider__text2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    text-decoration: none;
}

.slider__text2 p {
    width: fit-content;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(255,255,255,0.478);
    margin: 0;
    text-transform: uppercase;
    margin-top: 20px;
}

.b-bottom {
    border-bottom: 1px solid;
}

.cta_suptitle {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: 400;
    letter-spacing: 1px;
}

.cta_box {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    padding: 0 0 0 50px;
}

.intro_box2 {
    width: 40%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}

.cta_title {
    color: #ffffff;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 40px;
}

.cta-form {
    padding: 40px;
    text-align: center;
    position: relative;
    background-color: #151515;

}

.cta-box-item {
    position: relative;
}

@media (max-width: 1600px) {
    .slider__text2 p {
        font-size: 12px;
        margin-top: 15px;
    }
}
@media (max-width: 1400px) {
    .slider__num2 {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
}

@media (max-width: 1300px) {
    .cta_box {
        padding: 0 0 0 50px;
    }
}

@media (max-width: 1200px) {
    .slider__text2 p {
        font-size: 11px;
    }
    .slider__num2 {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 1024px) {
    .slider__num2 {
        width: 45px;
        height: 45px;
        margin-bottom: 10px
    }
    .slider__item2 {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width: 950px) {
    .cta_box {
        padding: 0 0 0 40px;
    }
}

@media (max-width: 800px) {
    .cta_title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .cta_box {
        padding: 0 0 0 30px;
    }
    .slider__text2 p {
        font-size: 9px;
    }
    .intro__inner2 {
        flex-direction: column;
        justify-content: center;
    }
    .slider__num2 {
        margin-bottom: 0;
    }
}

@media (max-width: 700px){
    .slider__inner {
        justify-content: left;
        margin-left: 0;
        margin-top: 10px;
    }
    .cta_suptitle {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .cta_box {
        padding: 0 0 0 15px;
        width: 90%;
    }
    .cta-form {
        padding: 20px 15px 15px;
    }
    .slider__num2 {
        width: 37px;
        height: 37px;
    }
    .slider__item2 {
        width: 49%;
        margin-bottom: 25px;
    }
    .slider__text2 p {
        font-size: 9px;
    }
}

/* loader */
.loading{
    display: none; /* Hidden by default */
    flex-direction: column;
    justify-content: center;
    position: fixed; /* Stay in place */
    z-index: 1111111111; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #232425; /* Fallback color */
}

.loader {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border: 16px solid #00A9CE;
    border-radius: 50%;
    border-top: 16px solid #ffffff;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/************************ Project filter ****************************/
.bg-white{
    background-color: #e9e9e9;
}
.text-black{
    color: #222222;
}
.text-black:after{
    background-color: black;
}

.filter-box{
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 0;
}
.list-menu {
    display: block;
}

.list-menu ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    margin: 0 0 20px 0;
}

.list-menu ul {
    list-style: none;
}
.list-menu ul li {
    display: block;
    width: 19%;
}
.list-menu ul li a {
    color: black;
    display: block;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s;
    border: 1px solid black;
    border-radius: 5px;
}

.list-menu ul li a:hover {
    background-color: black;
    color: white;
}

/*card list*/
.card-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    width: 100%;
    margin-top: 20px;
}

.card{
    display: flex;
    flex-direction: column;
    width: 33.3%;
    padding: 1px;
}

.card-content-link{
    cursor: pointer;
    height: 600px;
    width: 100%;
    background-size: cover;
    background-position: 50% 80%;
    position: relative;
    border-radius: 10px;
}

.product-layer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(179deg,rgb(21 21 21 / 0%) 0%,rgb(0 0 0) 100%);
    z-index: 5;
    border-radius: 10px;
}
.card-content{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    z-index: 10;
}

.fp-title {
    font-size: 25px;
    font-weight: 300;
    color: #fff;
    line-height: 1.1;
}

.card-price{
    position: absolute;
    top: 15px;
    left: 15px;
    width: fit-content;
    padding: 10px 15px;
    background-color: #e9e9e9;
    color: #222;
    z-index: 10;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 5px;
}

@media (max-width: 1600px) {
    .card-content-link {
        height: 410px;
    }
}
@media (max-width: 1400px) {
    .fp-title {
        font-size: 20px;
    }
    .card-price {
        font-size: 13px;
    }
}
@media (max-width: 1200px) {
    .card-content-link {
        height: 300px;
    }
    .card-price {
        font-size: 11px;
    }
}
@media (max-width: 1024px) {
    .fp-title {
        font-size: 15px;
    }
}
@media (max-width: 950px){
    .card{
        width: 33.3%;
    }
    .list-menu ul li a {
        padding: 15px;
        font-size: 12px;
    }
    .filter-box {
        padding: 10px 0 0 0;
    }
}
@media (max-width: 700px){
    .card{
        width: 50%;
    }
    .card-content-link {
        height: 240px;
    }
    .filter-box {
        padding: 10px 0 0 0;
    }
    .fp-title {
        font-size: 14px;
    }
    .list-menu {
        overflow-x: scroll;
    }
    .list-menu ul {
        width: 700px;
        padding: 5px;
    }
    .list-menu ul li a {
        font-size: 11px;
    }
    .card-price {
        font-size: 8px;
        top: 10px;
        left: 10px;
        padding: 8px 10px;
    }
    .card-content {
        padding: 10px;
    }
}