@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #FAF606;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #172742ec;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --roboto-font: 'Nunito', sans-serif;
    --poppins-font:'Poppins', sans-serif;
}

body{
    overflow-x: hidden;
}



.fixed{
    position:fixed !important;
   height:auto !important;
   top:0 !important;
   left:0 !important;
   width: 100% !important;
   z-index: 999 !important;
  }



.contact-banner{

 width: 100vw;
 height: 50vh;
 background-color: rgba(0, 0, 0, 0.884);
 display: flex;
}

.contact-img{
    width: 50%;
    height: 50vh;
    background-image:linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)),url('../images/car.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact-text{
    width: 50%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:start;
    color:white;
    padding-left: 3rem;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

.contact-text p{
    margin-bottom: 3rem;
}

.contact-text .btn{
    padding:1rem 3rem;
}

.contact-text a{
    font-size: 14px;
}
.customer-service-section{
    padding:4rem 7rem;
}

.customer-service-section h1{
    padding-top: 4rem;
    margin-bottom: 4rem;
   font-family: var(--roboto-font);
   font-weight: 600;
   font-size: 2.5rem;
    color:rgba(0, 0, 0, 0.692);
}

.customer-service-section h3{
    font-family:var(--roboto-font);
     color:black;
    font-weight:bold
}

.customer-service-section p{
    font-size: 18px;
    font-family: var(--roboto-font);
}

.what-link {
    padding:1rem 4rem;
    background-color: #25D366;
    font-size: 18px;
    text-decoration: none;
    color:white;
    font-family: var(--roboto-font);
}
.what-link:hover{
    background-color: #0bfa63d2;
    color:white;
}

.contact-section{
   padding:4rem 8rem;
    height: auto;
    background-color:rgb(231, 231, 231);
    color:black;
 
}

.contact-section h4{
    font-size: 13px;
    font-weight: 700;
    color:black;
    margin-bottom: 3rem;
}

.contact-need h3{
    font-family: var(--roboto-font);
    color:black;
    font-weight: 700;
}

.contact-section-2 h3{
    font-weight: 500;
    color:black;
    margin-bottom: 0.5rem;
    line-height: 7px;
}

.contact-section-2 p{
    line-height: 7px;
    font-size: 18px;
}


@media screen and (max-width:576px){

    .contact-banner{

  
        height: auto;
     
        flex-direction: column;
       }


       .contact-img{
        width: 100%;
        height: 70vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    .contact-text{
        width: 100%;
        height: 50vh;
        padding-left: 10px;
        text-align: center;
        align-items: center;
    }
    .customer-service-section{
        padding:4rem 2rem;
    }

    .contact-section{
        height: auto;
        padding:4rem 2rem;
    }
   
    .location{
       
     display: none;
   }
       
    }
