@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap');

:root{
    --main-color : #ff5500;
    --black : #000;
    --light-color : #868e96;
}


#modify-headig{
    color: var(--black);
}


/*calling btn start*/
.btn1{

  bottom: 20px;
  z-index: 1000;
  position: fixed;
  display: none;
}

/*calling btn end */

section{
    background-color: #fff;
}

* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    text-transform: capitalize;
    transition: all .2s linear;
}

::selection{
    background-color: var(--main-color);
    color: #fff;
}

html{
    font-size: 62.5%;
    scroll-behavior: smooth;
    overflow-x: hidden;
    scroll-padding-top: 7rem;
}

html::-webkit-scrollbar{
    width: 1rem;
}

html::-webkit-scrollbar-track{
    background: #fafafa;
}

html::-webkit-scrollbar-thumb{
    background: var(--main-color);
    border-radius: 5rem;
}

section{
    padding: 2rem 9%;
    background : rgba(0, 0, 0, .9);
}

.heading{
    font-size: 4rem;
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 2rem;
    color: #fff;
    text-transform: uppercase;
}

.heading span{
    text-transform: uppercase;
    color: var(--main-color);

}

.btn{
    margin-top: 1rem;
    display: inline-block;
    padding :.8rem 3rem;
    background: #fff;
    font-weight: 500;
    cursor: pointer;
    color: var(--main-color);
    font-size: 1.7rem;
}

#btn{
    margin-top: 1rem;
    display: inline-block;
    padding :.8rem 3rem;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 1.7rem;
    background: var(--main-color);
    display: flex;
    justify-content: center;
}

#btn:hover{
    background-color:#fff;
    color:  var(--main-color);
    letter-spacing: .1rem;
    border: 2px solid  var(--main-color) ;

}

.btn:hover{
    background-color: var(--main-color);
    color: #fff;
    letter-spacing: .1rem;
}
/* company section */

.wrapper .container{
    padding: 1.5rem;
    width: 100%;
    height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6vh;
  flex-wrap: wrap;
  overflow: hidden; 
}

.wrapper .container>img{
    
    width: 15rem;
}


/* ---------------------------------header section start------------------------------------- */


.header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 3rem 9%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255,.1);
    box-shadow: 0rem .1rem .5rem rgba(0, 0, 0,.1);
    z-index: 1000;
}

.header .logo{
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1rem;
}


.header .logo span{
    color: var(--main-color);
    text-transform: uppercase;
}

.header .navbar a{
    font-size: 1.7rem;
    color: #fff;
    margin: 0 1rem;
}

.header .navbar a:hover{
    color: var(--main-color);
}

.header .icons div{
    font-size: 2.5rem;
    color: #fff;
    padding: .5rem;
    cursor: pointer;
    margin-left: 1rem;
}

.header .icons div:hover{
    transform: rotate(180deg);
     color: var(--main-color); 
}

.header .icons a{
    font-size: 1.5rem;
    letter-spacing: .1rem;
    color: #fff;
    background: var(--main-color);
    font-weight: 500;
    text-transform: uppercase;
    padding: .8rem 2rem;
    border: none;
}

.header .icons a:hover{
    color: var(--main-color);
    background-color: #fff ;
   
}

#menu-btn{
    display: none;
}

.header.active{
    padding: 2rem 9%;
    background: rgba(0, 0, 0, .9);
}
/* ---------------------------------header section end------------------------------------- */


 


/* ---------------------------------home section start------------------------------------- */




.home{
    padding: 0%;
}

.home .home-slider .box{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    background-size: cover !important;
    background-position: center !important;           
}

.home .home-slider .box .content{
    text-align: center;
    max-width: 70rem;
}

.home .home-slider .box .content h3{
    font-size: 5rem;
    color: #fff;
    text-transform: uppercase;
     transition-delay: .2s; 

}

.home .home-slider .box .content p{
    font-size: 1.7rem;
    color: #eee;
    padding: 1rem 0;
     transition-delay:.4s ; 
}


.home .home-slider .box .button .btn-1{
    background-color: var(--main-color);
    color: #fff;
    margin-right: .5rem;
}

.home .home-slider .box .button .btn-1:hover{
    background: #fff;
    color: var(--main-color);
}



 .home .home-slider .box .content >*{
    transform: translateY(2rem);
    opacity: 0;
} 


.home .home-slider .box .content >*{
    transform: translateY(2rem);
    opacity: 0;
} 


.home .home-slider .box .content >*{
    transform: translateY(0);
    opacity: 1;
}  




/* ---------------------------------home section end------------------------------------- */



/* ---------------------------------feature section start------------------------------------- */

.feature .feature-slider{
    padding-bottom: 4rem;
}


.feature .feature-slider .box{
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 1rem 0;

}

.feature .feature-slider .box .image{
    height: 40rem;
    width: 100%;
    overflow: hidden;

}

.feature .feature-slider .box .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.feature .feature-slider .box:hover .image img{
    transform: scale(1.2);
}



.feature .feature-slider .box .content{
    padding: 1rem 0;
    position: absolute;
    top: 50%;
    left: 50% ;
    transform: translate(-50%, -50%);
    align-items: center;

}




.feature .feature-slider .box .content h3{
    font-size: 2rem;
    font-weight: bold;
    color: #ff5500;
    text-transform: uppercase;
     background:/* rgba(0, 0, 0, .3 )*/var(--black); 
    padding: .2rem;
    margin-top: .5rem;
}

.feature .feature-slider .box .content .icon{
      color: #000;
      font-size: 4rem;
}


.feature .feature-slider .box .content .price{
    width: 10rem;
    height: 10rem;
    line-height: 10rem;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    background: var(--main-color);
    font-size: 2rem;
    font-weight: bolder;
    color: #fff;
}



.feature .feature-slider .box:hover .content .price{
    background: none;
    border: .3rem solid #fff;
}


 






/* ---------------------------------feature section end------------------------------------- */

 
/* ---------------------------------schedule section start------------------------------------- */

.schedule{
    background: #eee;
}

.schedule .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem,1fr));
    padding-top: 2rem;
    padding-bottom: 5rem;
}

.schedule .box-container .box{
    background: #fff;
    overflow: hidden;
}

.schedule .box-container .box .content{
    padding: 2rem;
}

.schedule .box-container .box .content h3{
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: .5rem;
}

.schedule .box-container .box .content p{
    color: #333;
    font-size: 1.5rem;
    line-height: 1.8;
}

.schedule .box-container .box .icons{
    padding: 0 2rem;
}

.schedule .box-container .box .icons span{
    display: block;
    font-size: 1.3rem;
    color: #333;
    padding: .3rem 0;
}

.schedule .box-container .box .icons span i{
    margin-right: .5rem;
}

.schedule .box-container .box .btn{
    margin-right: 1.5rem 2rem;
    background: var(--main-color);
    color: #fff;
}

.schedule .box-container .box .btn:hover{
    background: #f66a97;
}


.schedule .box-container .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 46:18 //8/3/24 */


/* ---------------------------------schedule section end------------------------------------- */

/* ---------------------------------testimonial section start------------------------------------- */


.testimonial .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(30rem, 1fr));
    gap: 1.5rem;
    padding: 7rem 0;
}

.testimonial .box-container .box{
    padding: 2rem;
    position: relative;
    text-align: center;
    background: #fafafa;
    box-shadow: 0.1rem .5rem rgba(0, 0, 0,.1);
    border-radius: .5rem;
}

.testimonial .box-container .box:hover{
    transform: translateY(-5%);
    transition: .5s linear;
    background: #fff;
    border: .2s solid #f8f8a1;
}

.testimonial .box-container .box .image{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5rem;
}

.testimonial .box-container .box .image img{
    width: 10rem;
    height: 10rem;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    top: -6rem;
}


.testimonial .box-container .box .name{
    padding: 1rem 0;
}


.testimonial .box-container .box .name h1{
    font-size: 2rem;
    color: var(--black);
}

.testimonial .box-container .box .name p{
    color: #222;
    font-size: 1.3rem;
}

.testimonial .box-container .box .name p span{
    text-transform: none;
}

.testimonial .box-container .box p{
    font-size: 1.5rem;
    color: #333;
    font-weight: 400;
    line-height: 1.8;
}












/* ---------------------------------testimonial section end------------------------------------- */



/* ---------------------------------blog section start------------------------------------- */


.blogs .blogs-slider{
    padding-bottom: 4rem;
}

.blogs .blogs-slider .box{
    position: relative;
    overflow: hidden;
    margin: 1rem 0;
    background: #fafafa;
    box-shadow: 0 .5rem .5rem rgba(0, 0, 0,.1);

}

.blogs .blogs-slider .box .image{
    height: 40rem;
    width: 100%;
    overflow: hidden;
}


.blogs .blogs-slider .box:hover .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}




.blogs .blogs-slider .box:hover img{
    transform: scale(1.2);
 } 
.blogs .blogs-slider .box .content{
    padding: 2rem;
    padding-bottom: 1rem;
}

.blogs .blogs-slider .box .content h3{
    font-size: 2rem;
    color: var(--black);
    font-weight: bold;
    padding-bottom: 1rem ;

}

.blogs .blogs-slider .box .content span{
    font-size: 1.3rem;
    color: #808080;
}


.blogs .blogs-slider .box .content span i{
    margin-right: .5rem;
    color: var(--main-color);
}

/* 1:-05:33 */


.blogs   .blogs-slider .box .content p{
    padding-top: 1rem;
    color: #808080;
    font-size: 1.5rem;
    line-height: 1.8;
}

.blogs .blogs-slider .box .button{
    text-align: center;
    padding-bottom: 2rem;
}

.blogs   .blogs-slider .box  .button .btn{
    background: var(--main-color);
    color: #fff;
}







/* ---------------------------------blog section end------------------------------------- */



/* ---------------------------------contect  section start------------------------------------- */


.container{
    width: 100%;
    height: 100vh;
    background-color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

form{
    background-color: #000;
    display: flex;
    flex-direction: column;
    padding: 2vw 4vw;
    width: 90%;
    max-width: 600ox;
    border-radius: 10px;
}


form h3{
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
}


form input , form textarea{
    border: 0;
    margin: 10px 0;
    padding: 20px;
    outline: none;
    background: #222;
    color: #fff;
}

form button{
    padding: 15px;
    background: #ff5500;
    color: #fff;
    font-size: 18px;
    border: 0;
    outline: none;
    cursor: pointer;
    width: 150px;
    margin: 20px auto 0;
    border-radius:30px;
}



/* ---------------------------------contct section end------------------------------------- */







/* ---------------------------------footer section start-------------------------------------*/

.footer{
    background-color: #222;
}


.footer .box-container{
    display: grid;
grid-template-columns: repeat(auto-fit, minmax(33rem , 1fr));
gap: 1.5rem;   

    
}




.footer .box-container .box{
    padding: 2rem;
}


.footer .box-container .box h1{
    font-size: 2.5rem;
    color: #fff;
    font-weight: 600;
    padding-bottom: 1rem;
}



.footer .box-container .box .text{
    color: #eee;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.8;
    padding-bottom: 1rem;
}


.footer .box-container .box .icon{
    padding: 1rem 0;
    display: flex;
    gap: 1.3rem;
}


.footer .box-container .box .icon a i{
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  background: var(--main-color);
  text-align: center;
  font-size: 2rem;
  border-radius: 50%;
  margin-right: 0 .5rem;
  color: #fff;

}

.footer .box-container .box .icon a i:hover{
    color: var(--main-color);
    background: none;
    border: .2rem solid var(--main-color);
}

.footer .box-container .box .icons a{
    display: block;
    color: #fff;
    font-size: 1.5rem;
    margin: 1.5rem 0;
}

.footer .box-container .box .icons a i{
    margin-right: .5rem;
    color: var(--main-color);
}
 
.footer .box-container .box .icons a:hover{
    color: var(--main-color);
}

.footer .credit{
    padding: 3rem 0;
    text-align: center;
    border-top: .1rem solid #808080;
    margin-top: 2rem;
    font-size: 2rem;
    font-weight: 500;
    color: #eee;
}

.footer .credit{
    padding: 3rem 0;
    text-align: center;
    border-radius: .1rem solid #80808080;
    margin-top: 2rem;
    font-size: 2rem;
    font-weight: 500;
    color: #eee;
    
} 


.footer .credit span{
    color: var(--main-color);
}




/* ---------------------------------fotter section end------------------------------------- */















/* ---------------------------meadia queries---------------------------------- */

@media (max-width:991px){
    
     .btn1{
    
       width: 100%;
       height: 50px;
        background-color: #ff5500;
        color: #fff;  
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 400;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    .btn1 i{
        margin: 20px;
    }
   
    html{
    font-size: 55%;
    }
    .header{
        padding: 2rem;
    }

    .header .active{
        padding: 2rem;
    }

    section{
        padding: 2rem;
    }
    
    .header .icon a:hover{
        color: #ff5500;
    }
      
}

/* ------------------------------------for maxwidth 768px ----------------------------------------- */


@media (max-width:768px){
    
    .btn1{
        display: inline-block;
        display: flex;
        margin-right: 0px;
       width: 100%;
        background-color: #ff5500;
        color: #fff;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 400;
    }
    .btn1 i{
        margin: 20px;
    }

    #menu-btn{
        display: inline-block;


    }

    .header .navbar{
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        background: rgba(0,0,0,.3);
        border-top: .1rem solid #eee;
        clip-path: polygon(0 0, 100% 0 , 100% 0, 0 0); 
    }

    .header .navbar a{
        display: block;
        margin: 2rem;
        font-size: 2rem;
    }

    .header .navbar.active{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);

    }

    
    .header .navbar{
        background: rgba(0, 0, 0, .9);
    }

   

    .header .navbar a{
        color: #fff;
    }
    
    .home .home-slider .box .content{
        text-align: center;
        max-width: 70rem;
    }
    
    .home .home-slider .box .content h3{
        font-size: 5rem ;
        color: #fff;
        text-transform: uppercase;
        transition-delay: .2s; 
    }
    
    .home .home-slider .box  .content p{
        font-size: 1.7rem;
        color: #fff;
        padding: 1rem 0 ;
        transition-delay: .4s; 
    }

    .feature .feature-slider .box .content h3{
        padding: 1rem;
    }

    .testimonial .box-container{
        padding: 1rem 0;
    }

    .testimonial .box-container .box p{
        font-size: 1.5rem;
        color: #333;
        font-size: 400;
        line-height: 1.8;
    }

    .header .icon a:hover{
        color: #ff5500;
    }
/*   
    .wrapper .container{
        padding: 1.5rem;
        flex-direction: column;
        width: 100%;
        height: 40%;
      display: flex;
      row-gap: 20srem;
      justify-content: center;
      align-items: center;
      gap: 9vh;
      overflow: hidden; 
    }
    
    .wrapper .container>img{
        
        width: 15rem;
    } */

}




/* ---------------------------for maxwidth 450px------------------------------- */


@media (max-width:450px){
     .btn1{
        display: inline-block;
        display: flex;
        margin-right: 0px;
       width: 100%;
        background-color: #ff5500;
        color: #fff;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 400;
    }
    .btn1 i{
        margin: 20px;
    }
   
    html{
    font-size: 50%;
    }

    .header .icons a{
        letter-spacing: none;
        font-size: 1.3rem;
        padding: 1rem;
    }
   
    .header .icon a:hover{
        color: #ff5500;
    }
    
    /* .wrapper .container{
        padding: 0.5rem;
        flex-direction: column;
        width: 100%;
        height: 40%;
      display: flex;
      row-gap: 10srem;
      justify-content: center;
      align-items: center;
      gap: 3vh;
      overflow: hidden; 
    }
    
    .wrapper .container>img{
        
        width: 8rem;
    } */

} 


