*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    overflow-x: hidden;
    --sand:#9D7D4C;
    --grey:#545454;
}
body{
    font-family: "Poppins", sans-serif;
}
.bg-sand{background-color: var(--sand);}

p ,li{font-size: 18px;}
h2{font-size: 26px;}

button{
    padding: 5px 20px;
    border-radius: 10px;
    border: none;
    font-size: 18px;
    font-weight: 600;
}
.btn-gry{background-color: #1F1F1F;}
.spl-btn{border: 1px solid #fff; padding: .5rem 3rem;}
p span{color: #E58C3B;}

li{list-style-type: disc;}
ul li{
    list-style-image: url("images/li_point.png");
}

.no-drag{-webkit-user-drag: none;}
/* end -global */

header{
    padding: 20px;
    img{height: 80px;}
}


.main-back{
    background: url('images/main-back.webp') no-repeat center;
    background-size: cover;
    h1{width: 480px;}

    section .container{ 
        padding-bottom: 460px;
        .row{height: 80vh; align-items: flex-end;}
    }
}

h1.head{
    font-size: 31px; font-weight: 700; font-style: normal; text-shadow:rgb(167, 167, 167) 0px 0px 2px;
    b{font-size: 54px;font-weight: 700; text-wrap: nowrap;}
}
.time_box{
    color: #FFF;
    width: 480px;
    background: #252525;
    padding: 20px;
    border-radius: 10px;
    p{color: var(--sand); font-weight: 700; }
}


section.did{
    padding-top: 100px;
    margin-top: -400px;
    background: linear-gradient(0deg, rgba(255,255,255,1) 70%, rgba(255,255,255,0.9051995798319328) 88%, rgba(255,255,255,0.7203256302521008) 94%, rgba(255,255,255,0) 100%);
    img{width: 80%;}
}
.outline{
    font-size: 140px;
    font-weight: 900;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 2px black;
    text-shadow: none;
}

.sp-con .container{
    z-index: 2;
    position: relative;
    color: #fff;
    background-color: #434343;
    padding: 20px;
    border-radius: 10px;

    .splash_box{
        padding: 150px;
        color: #fff;
        text-align: center;
        background: url('images/msand.webp') no-repeat center;
        background-size: contain;
        margin-bottom: 50px;
    }
}



.land_back{
    padding-top: 500px;
    margin-top: -200px;;
    background-image: url('images/land-baxk.webp');
    background-size: cover;
    color: #fff;
}

.dot_wrp .container{
    .head1{text-align: center;}
    .l_border{
        border-width: 2px;
        border-left-style:dotted;
        h2{position: relative;}  
        .row{padding-left: 50px;} 
    }

    .l_border h2::after{
        content: '';
        position: absolute;
        width: 45px;
        height: 45px;
        left: -73px;
        top: -7px;
        border-radius: 50%;
        background-color: var(--sand);
    }
}

.sand-slide-wrp{display: flex; align-items: center;}
.sand-box{
    p ,li, p span{font-size: 12px;}
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    img{
        width: 150px;
    }
    h3{font-size: 22px;}
    h2{width: 45px;
        height: 45px;   
        line-height: 1;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: 20px 0;
        background-color: var(--sand);
    }
    h2::before{
        content: "";
        position: absolute;
        left: 45px;
        width: 217px;
        height: 1px;
        border-width: 2px;
        border-top-style: dotted;
    }
    h2::after{display: none;}
    .l-border{
        border-left:1px solid #fff;
        padding-left: 15px;
    }
    .content-box{
        height: 250px;
        
        p span{color: #E6C292}
        p.bg{background-color: #D9D9D9;
            width: fit-content;
            font-weight: 600;
            padding: 2px 10px 0px 10px;
            border-radius: 20px;
            color: #434343;
            }
    }
    .img_box{height: 250px;}
    .no-bef::before{display: none;}
    .img-down, .con-down{display: flex; justify-content: end; flex-direction: column;}
    .green{background-color: #1BB045; }
    .blue{background-color: #28D0DA; }
    .yellow{background-color: #FFEA2C; }
    .sand{background: var(--sand); }
    .red{background: #C44A16; }
}


.cost_bars {
    position: relative;
    height: 25px;
    width: 100%;
    .bar{height: 25px; position: absolute; top: 0; width: 100%; border-radius: 20px;}
    .green{background-color: #1BB045; z-index: 2;  width: 100%;}
    .blue{background-color: #28D0DA; z-index: 2;  width: 65%;}
    .yellow{background-color: #FFEA2C; z-index: 3;  width:45%;}
    .sand{background: var(--sand); z-index: 4;  width: 30%;}
    .red{background: #C44A16; z-index: 5;  width: 10%;}
}
.cost-text{
    display: flex;
    width: 100%;
    text-align: center;
    .green{width: 10%;}
    .blue{width: 20%;}
    .yellow{width: 15%;}
    .sand{width: 20%;}
    .red{width: 37%;}
}
.dot_wrp{padding-bottom: 200px;}
.inside-border{
    .sand-box {
        text-align: center;
    .con-up{align-items: flex-start;}
    }
    .content-box, .img_box{height: 200px;}
}

.ev-for{
    .outline{font-size: 72px;}
}


.partners{
    padding: 100px 0;
}

footer{
    margin-top: -200px;
    background: url("images/foot-back.webp  ") no-repeat top;
    background-size: cover;
    padding-top: 300px;
    img{height: 100px; width: auto !important;}
}


.testimonial{
    text-align: center;
    background: #1F1F1F;
    margin-top: 100px;
    padding: 200px 0;
    height: auto;
    color: #fff;
    .testi-back{
        height: 500px;
        display: flex;
        align-items: flex-end;
        overflow: visible;
    }
    .frame{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        height: 400px;
        border-style: solid;
        border-color: #fff;
        border-width: 15px 15px 90px 15px;
        border-radius: 10px;
        img{position: absolute; bottom: 0;}
        .frame-txt{ text-align: center; position: absolute; bottom: -85px; color: #1F1F1F;}
    }
}


.cta{ 
    
    padding-bottom: 100px;
    display: flex;
    justify-content: space-evenly;      
a{
    padding: 5px;
    border-radius: 50px;
    gap: 20px;
    text-decoration: none;
    color: #fff;
    padding-right: 30px;
    display: flex;
    align-items: center;
    height: 60px;
    background: var(--grey);
    img{height: 100%;}
    :hover{text-decoration: underline;}
}
}
.cta a:hover{text-decoration: underline;}

.sand-box ul 
{
    padding-left: 1rem;
    li{list-style-image: none;}}
@media screen and (max-width:700px) {
    h2{font-size: 24px;}
    header {img {height: 40px;}}
    .main-back{ h1{width: 100%; b {font-size: 34px;}}}
    .time_box{width: 100%;}
    
    .outline {font-size: 74px;}

    .sand-box {
        :nth-child(even) {flex-direction: column-reverse;}
        h2::before {width: 320px;}}

    section.did {img { width: 100%;  } }

    .sp-con {
        padding: 10px;
    .container{
        .splash_box {  padding: 50px;}
        }
    }
    .land_back{padding-top: 350px;}
    .dot_wrp{padding: 100px 0;
        .l_border {margin-left: 20px;}
         .head1{padding-bottom: 50px;}
    }
    .partners{
        padding: 50px;
        .d-flex {flex-direction: column; gap: 40px;}
    }
    .inside-border{
        .content-box, .img_box{height: 100px;}
    }
    .pt-xs-5{padding-top: 50px;}
    footer .d-flex {flex-direction: column; gap: 40px;}
    .justify-content-sm-center{justify-content: center !important;}

    .cta{ 
        flex-direction: column;
        gap: 15px;}
}
.wrap-1{
    text-wrap: wrap;
}