/*==============================
    FONT
==============================*/

@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;700;800&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{

    direction:rtl;
    background:#efefef;
    font-family:'Vazirmatn',sans-serif;
    overflow-x:hidden;
    width:100%;
    margin:0;
    padding:0;

}

a{
    text-decoration:none;
}

img{
    max-width:100%;
}


/*==============================
    COLORS
==============================*/

/*:root{

    --green:#006d53;
    --green2:#0d8d65;
    --gold:#d7a53c;
    --white:#fff;
    --shadow:0 15px 35px rgba(0,0,0,.12);

}*/


/*==============================
    HEADER
==============================*/

.top-header{

    background:white;
    padding:30px;
    border-bottom-left-radius:70px;
    margin-bottom:20px;

}

.logo{

    width:280px;

}

.center-icon{

    width:70px;

}

.header-buttons{

    /*    display:flex;
        flex-direction:column;
        gap:15px;*/

}

.header-btn{

    width:170px;
    background:#fff;
    color:#006d53;
    border-radius:8px;
    transition:.35s;
    border:  2px solid #fcbb1b 

}

.header-btn:hover{

    background:#d7a53c;
    color:white;

}

.header-btn i{

    margin-left:10px;

}
.lSAction > a{
    background-image:none !important;
    width:45px;
    height:45px;
    background:#d7a53c;
    border-radius:8px;
    opacity:1;
}
.lSAction .lSPrev::before{
    content:"❮";
    color:#fff;
    font-size:24px;
    line-height:37px;
    display:block;
    text-align:center;
}

.lSAction .lSNext::before{
    content:"❯";
    color:#fff;
    font-size:24px;
    line-height:37px;
    display:block;
    text-align:center;
}

/*==============================
    HERO
==============================*/

.hero-section{

    margin-bottom:70px;

}

.hero-section .container{

    background:#14b36c;
    /*border-radius:30px;*/
    border-top-left-radius:30px;
    overflow:visible;
    position:relative;

}

.building{

    margin-top:-80px;

}
@media (max-width:768px){

    .building{
        width:268px;
        max-width:none;
        /*margin-right:-25%;*/
        position: absolute;
        top:12px;
    }

}
.hero-text{

    text-align:center;
    color:white;

}

.hero-text h1{

    font-size:48px;
    font-weight:800;
    margin-bottom:30px;

}

.gold-btn{

    background:#fff;
    color:#00533a;
    padding:12px 35px;
    border-radius:10px;
    transition:.4s;
    /*border:3px solid #fdbc1c*/

}

.gold-btn:hover{

    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);

}


/*==============================
    SERVICE
==============================*/

.services{

    margin:80px 0;

}

.service-card{

    background:#006d53;
    border-radius:22px;
    border:3px solid #d7a53c;
    padding:35px;
    text-align:center;
    color:white;
    transition:.35s;
    cursor:pointer;
    box-shadow:0 15px 35px rgba(0,0,0,.12);

}

.service-card:hover{

    transform:translateY(-10px);

}

.service-card img{

    width:95px;
    margin-bottom:20px;

}

.service-card h5{

    font-weight:700;

}


/*==============================
    ARROW
==============================*/
.banner{
    /* ارتفاع دلخواه */
    background: url('../Manager/icon/lobby.png?v=965') no-repeat center center;
    background-size: contain;      /* یا 100% 100% */
    min-height:420px;
}
.arrow{

    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:45px;
    height:45px;
    border:none;
    background:#d7a53c;
    color:white;
    border-radius:10px;
    font-size:22px;

}

.arrow.left{

    left:-20px;

}

.arrow.right{

    right:-20px;

}
.line-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.line-text::before {
    content: "";
    flex: 1;
    height: 2px;
    background: #d7a645;
}

.line-text span {
    color: #d7a645;
    font-weight: bold;
}

/*==============================
    PROJECT
==============================*/
.project img{
    /*margin: 100px 0;*/
}

.countdown-box{
    margin-left: 10%;
    color:white;
    padding:40px;
    text-align:center;
    float:left;
}

.countdown-box h2{

    font-weight:700;

}

.timer{

    display:flex;
    justify-content:center;
    gap:30px;
    /*margin-top:35px;*/

}

.timer div{

    width:100px;
    height:100px;
    border-radius:50%;
    border:6px solid white;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    position:relative;

}

.timer div::after{

    content:"";
    position:absolute;
    inset:-6px;
    border-radius:50%;
    border:6px solid transparent;
    border-top-color:#d7a53c;
    border-right-color:#d7a53c;

}

.timer span{

    font-size:30px;
    font-weight:bold;
    color:#00d17c;

}

.timer small{

    font-size:16px;

}

.project img{

    width:100%;
    height:100%;
    object-fit:cover;

}

.header-icon{

    width: 35px;
    /*margin-right: 48%;*/

}
/*==============================
    MENU
==============================*/

.menu-cards{

    margin:90px 0;

}


/*==============================
    APP
==============================*/

.app-section{

    margin-top:80px;
    margin-bottom:70px;

}

.app-section .container{

    background:linear-gradient(90deg,#006d53 45%,#d7a53c 45%);
    border-radius:30px;
    overflow:hidden;

}

.download-box{

    padding:45px;
    display:flex;
    flex-direction:column;
    gap:18px;

}

.app-btn{

    border:2px solid white;
    color:white;
    font-size:24px;
    transition:.35s;

}

.app-btn:hover{

    background:white;
    color:#006d53;

}

.phone{

    width:140px;
    /*margin-top:-118px;*/
    position: absolute;
    right: 48%;
    border-left-top-radius: 20px;
    transform: scale(2.5);
}


/*==============================
    FOOTER
==============================*/

footer{

    background:#006d53;
    color:white;
    padding:25px;
    margin-top:60px;

}


/*==============================
    RESPONSIVE
==============================*/

@media(max-width:992px){

    .logo{

        width:200px;

    }

    .hero-text{

        padding:40px;

    }

    .hero-text h1{

        font-size:32px;

    }

    .building{

        margin-top:0;

    }

    /*    .phone{
    
            right: 45%;
    transform: scale(1.8);
    
        }*/

    .arrow{

        display:none;

    }


}



@media (min-width: 576px) {

    .phone{

        right: 45%!important;
        transform: scale(1.6);

    }
    .countdown-box{
        margin-top:4%;
    }
}


@media(max-width:768px){


    .header-buttons{

        align-items:center;

    }
    .banner{
        min-height: 267px
    }
    .logo{

        display:block;
        margin:auto;

    }

    .center-icon{

        margin:20px auto;
        display:block;

    }


    .service-card{

        margin-bottom:25px;

    }

    .timer{

        /*flex-direction:column;*/
        align-items:center;

    }

    .project img{

        margin-top:30px;

    }

    .download-box{

        padding:12px;

    }
    .phone{

        right: 39%;
        transform: scale(1.2);

    }
    .hero-section{

        margin-top:20px;

    }

    .countdown-box{
        transform: scale(0.8);

    }
}
@media (max-width:768px){

    body{
        zoom:0.65;
    }

}


.top-header{

    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:40px;

}

.about-box{

    display:flex;
    align-items:center;
    gap:40px;
    margin-bottom:50px;

}

.about-image{

    flex:1;

}

.about-image img{

    width:100%;

}

.about-text{

    flex:1;

}

.about-text h2{

    color:#444;
    font-weight:bold;
    margin-bottom:20px;
    position:relative;

}

.about-text h2::before{

    content:"";
    position:absolute;
    right:-12px;
    top:4px;
    width:6px;
    height:34px;
    background:#c79a2b;
    border-radius:20px;

}

.service-div{

    background:#fff;
    border-radius:25px;
    padding:30px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:30px;
    box-shadow:0 8px 25px rgba(0,0,0,.12);
    position:relative;

}

.service-div h3::before{

    content:"";
    position:absolute;
    right:0;
    top:25px;
    width:7px;
    height:60px;
    background:#c79a2b;
    border-radius:20px;

}

.service-content{

    width:55%;

}

.service-content h3{

    font-size:26px;
    margin-bottom:15px;

}

.service-content p{

    color:#666;
    line-height:2;

}

.service-image{

    width:45%;
    text-align:center;



}

.service-image img{

    max-width:100%;

}

.about-text{
    position: relative;
   
    background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}



@media (max-width:768px){ 
    .service-image img{width:100%!important;   } 
    .about-image .note-float-right{width:100%!important;}
}









