/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

html{
    font-size: 81.25%;
   
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
 
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

:root{
    --main-color:#fe5b3d;
    --second-color:#ffac38;
    --text-color:#444;
    --gradient: linear-gradient(#fe5b3d,#ffac38);
}
section{
    padding: 50px 100px;
}
header{
   
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #eeeff1;
    padding: 1.0rem 10.0rem;
}
.logo img{
    width: 4.0rem;
}
.header-btn a{
    padding: 1.0rem 2.0rem;
    color: var(--text-color);
    font-weight: 500;
}
.header-btn .sign-in{
    background: #474fa0;
    color: #fff;
    border-radius: 0.5rem;
}
.header-btn .login{
    background: #474fa0;
    color: #fff;
    border-radius: 0.5rem;
}
.header-btn .booking{
    background: #474fa0;
    color: #fff;
    border-radius: 0.5rem;
}
.header-btn .locations{
    background: #474fa0;
    color: #fff;
    border-radius: 0.5rem;
}
.sign-in:hover,.login:hover,.locations:hover,.booking:hover{
    background: var(--main-color);
}
.home{
    width: 100%;
    
    position: relative;
    background-image: url(img/Car\ Website\ 1@2x.png);
    background-repeat:no-repeat;
    background-position: center ;
    background-size: cover;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2,1fr);

}
.text h1{
    font-size: 3.5rem;
    letter-spacing: 0.2rem;
}
.text span{
    color: var(--main-color);
}
.text .booking{
    background: lightgreen;
    color: #fff;
    border-radius: 0.5rem;
}
.form-container form{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    position: absolute;
    bottom: 4rem;
    left: 10.0rem;
    background: #fff;
    padding: 0.6rem;
    border-radius: 0.5rem;

}
.input-box{
    flex: 1 1 7em;
    display: flex;
    flex-direction:column;
}
.input-box span{
    font-weight: 500;
    color:var(--text-color);
}
.input-box input{
    padding: 0.7rem;
    outline: none;
    border: none;
    background: #eeeff1;
    border-radius: 0.5rem;
    font-size: 1rem;

}
.form-container form .btn{
    flex: 1 1 7rem;
    padding: 1.0rem 3.4rem;
    border: none;
    border-radius: 0.5rem;
    background-color: #474fa0;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}
.form-container form .btn:hover{
    background: var(--main-color);
}
.heading{
    text-align: center;
}
.heading span{
    font-weight: 500;
    text-transform: uppercase;
}
.heading h1{
    font-size: 2rem;
}
.services-container{
    align-items: center;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,auto));
    gap: 1rem;
    margin-top: 2rem;
}
.services-container .box{
    text-align: center;
    padding: 10px;
    border-radius: 1rem;
    box-shadow: 1px 4px 41px rgba(0,0,0,0.1);
}
.services-container .box .box-img{
    width: 100%;
    height: 200px;
}
.services-container .box .box-img img{
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    object-fit: cover;
    object-position: center;
}
.services-container .box p{
    padding: 0 10px;
    border: 1px solid var(--text-color);
    width: 58px;
    border-radius: 0.5rem;
    margin: 1rem 0 1rem;

}
.services-container .box h3{
    font-weight: bold;
    font-style: oblique;

}
.gear{
        font-weight: bold;
        font-style: oblique;
        color:#444;
    
}
.services-container .box h2{
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--main-color);
    margin: 0.2rem 0 0.5rem;


}
.services-container .box h4{
   
    font-size: 1.1rem;
    font-weight: 600;
    color: #e91e63;
    margin: 0.2rem 0 0.5rem;


}
.services-container .box h2 span{
    font-size: 1.0rem;
    font-weight: 500;
    color: var(--text-color);
}
.services-container .box .btn{
    display: flex;
    justify-content: center ;
    background-color: #474fa0;
    color: #fff;
    padding: 10px;
    border-radius: 0.5rem;
}
.services-container .box .btn:hover{
    background-color: var(--main-color);
}

.heading span{
    font-size: 0.9rem;
    font-weight: 600;
    
  }

  .heading h1{
    font-size: 1.3rem;
  }

.heading span{
    font-size: 150%;
    font-weight: bold;
    font-style: italic;
}
 .why-choose-us-2 {
    background: #FFFFFF;
    position: relative;
    width: 144.0rem;
    height: 80.0rem;
  }
  
  .get-started .section-title{
    margin-bottom: 2.5rem;
  }

.get-start-list{
    display: grid;
    gap: 2.0rem;
}
.box{
    background: var(--black);
    padding: 2.0rem;
    border-radius: var(--radius-18);
    border: 0.1rem solid var(--black);
    transition: var(--transition);
    padding: 1.0rem;
    border-radius: 1rem;
    box-shadow: 0.1rem 0.4rem 4.1rem rgba(0,0,0,0.1);
}   
.-container box :hover{
    background: var(--alice-blue-2);
    box-shadow: var();
}

.about-container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-top:  1rem;
    align-items: center;
    gap: 1rem;
 
 }
 .about-img img{
    width: 100%;
  }
  .about-text span{
    font-weight: 500;
    color: var(--main-color);
    text-transform: uppercase;
    font-style: oblique;
  }
  .about-text p{
    font-size: larger;
    margin: 0.5rem 0 1.4rem;
    font-style: italic;
  }
  .about-text .btn{
    padding: 1.0rem 2.0rem;
    background: #4169E1;
    color: #fff;
    border-radius: 0.5rem;
  
  }
  .about-text .btn:hover{
    background:var(--main-color) ;
  }



  #div01{
    width: 95%;
    height: auto;
display: flex;
flex-direction: row;
background-color: #F2F2F2;
gap: 1.0rem;
justify-content: center;
margin: auto;
margin-top: 5.0rem;
}
.box01{
   
     height: auto;
     text-align: center;
     box-shadow: rgba(0, 0, 0, 0.16) 0rem 1.0rem 3.6rem 0rem, rgba(0, 0, 0, 0.06) 0px 0px 0px 0.1rem;
    padding: 1.0rem;
    background-color: #F2F2F2;
   color:#2F2C7D ; 
   border-radius: 0.5rem;
 
    
}
.box01>h3{
    font-size: 2.0rem;
}
.box01>p{
    color: #918f8f;
    font-size: 2.0rem;
}
.p1{
    color: #4169E1;
    text-align: center;
}
.fa-solid fa-star-half-stroke{
    width: 50.0rem;
    size: 50;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.footContainer{
    max-width: 1170px;
    margin: auto;
}

.row{
    display: flex;
    flex-wrap: wrap;
}


ul{
    list-style: none;
}

.footer{
    background-color: #24262b;
    padding: 70px 0;
}

.footer-col{
    width: 25%;
    padding: 0 15px;
}

.footer-col h4{
    font-size: 18px;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
}

.footer-col h4::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #e91e63;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child){
    margin-bottom: 10px;
}

.footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover{
    color: #ffffff;
    padding-left: 10px;

}

.footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255,255,255,0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;

}

.footer-col .social-links a:hover{
    color: #24262b;
    background-color: #ffffff;

}

/*responsive*/
@media(max-width:767px){
    .footer-col{
        width: 50px;
        margin-bottom: 30px;
    }
}

@media(max-width:574px){
    .footer-col{
        width: 100px;
        
    }
}
@media  screen and (max-width:600px){
    
    
    .home text h1{
        font-size: 36px;
        letter-spacing: 2px;
        line-height: 50px;
    }
}
@media (max-width:600px){
    #div01{
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(30.0rem,auto));
        gap: 1rem;
        margin-top: 2rem;
    }
}
@media(max-width:700px){
    #div .box01{
        
        padding: 1.0rem;
    border-radius: 1rem;
    box-shadow: 0.1rem 0.4rem 4.1rem rgba(0,0,0,0.1);;
    }
    .services-container .box img{
        width: 100%;
        height: 100%;
        border-radius: 1rem;
        object-fit: cover;
        object-position: center;
    }
    .services-container{
        align-items: center;
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(30.0rem,auto));
        gap: 1rem;
        margin-top: 2rem;
    }
    .services-container .box .box-img{
        width: 100%;
        
    }
}
.box01:hover{
    color: #fe5b3d;
}


@media(max-width:990px){
    html{
        font-size: 55%;
    }
}

@media(max-width:700px){
    html{
        font-size: 45%;
    }
}

@media(max-width:450px){
    html{
        font-size: 35%;
    }
}
.box2 {
    background-color: #4169E1;
    
    text-align: center;
    padding: 10px;
    border-radius: 100%;
    width: 140px;
    box-shadow: 1px 4px 41px rgba(0,0,0,0.1);
}
.box2 a{
    color: #F2F2F2;
}