*{
    margin:0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}
header{
    min-height: 100vh;
    width:100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(images/banner.png);
    background-position: center;
    background-size: cover;
    position:relative;
}
nav{
    display:flex;
    padding:2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width:150px;
}
.nav-links{
    flex:1;
    text-align: right;
}
.nav-links ul  li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;

}
.nav-links ul  li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
.nav-links ul  li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #f44336;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul  li:hover::after{
    width: 100%;
}
.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align: center;
}
.text-box h1{
    font-size: 62px;
}
.text-box p{
    margin: 10px 0 40px;
    font-size: 23px;
    color: #fff;
    font-style: italic;
    font-family: FBR font;
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #f44336;
    padding: 12px 34px;
    font-size: 13px;
    background: #f44336;
    position: relative;
    cursor: pointer;
}
.hero-btn:hover{
    border: 1px solid #fff;
    background: transparent;
    transition: 1s;
}
nav .fa{
    display: none;
}

.who{
    display: flex;
    padding: 10px;
    flex-direction: row;
}
.who img{
    width: 50%;
    padding-top: 25px;
    padding-left: 25px;
}


.who h2{
    color: #000;
    font-size: xx-large;
    padding-top: 25px;
    padding-left: 25px;
    font-family: FBR font;
}
.who p{
    color: #111;
    font-size: larger;
    padding-top: 25px;
    padding-left: 25px;
}
.partners{
    padding: 15px;
}

.partners h1{
    text-align: center;
    font-size: 80px;
    padding: 30px;
    margin-top: 10px;


}
.partnerimg img{
    width: 100%;
    height: auto;
    max-width: 200px;

}

.partnerimg{
    gap: 20px;
    display: grid;
    width: 100%;
    max-width: device-width;
    height: auto;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    margin-bottom: 10px;
}



/* --------------footer--------------- */
.foot1{
    padding: 15px;
    width: 100%;
    display: flex;
    color: #fff;
    flex-direction: row;
    background-color: #000;
    justify-content: space-between;
}

.f-logo a img{
    width: 20%;
    width: 250px;
    align-items: left;
    padding: 10px;

}
.f-address{
    padding: 10px;
    padding-top: 30px;
    width: 25%;
}
.quicklinks{
    padding: 10px;
    padding-top: 30px;
}

.quicklinks ul li {
    list-style: none;
}
.quicklinks ul li a{
    color: #fff;
    text-decoration: none;
}
.quicklinks a:hover{
    color: #f44336;
}


.f-touch{
    padding-top: 30px;
    margin: auto;
    padding: 10px;
    color: #fff;
    width: 30%;
}

.icons .fa{
    color: #fff;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
    font-size: xx-large;
}

.location-index{
    width: 100%;
    margin: auto;
    padding: 80px 0;
    background-color: #000;
    display:flex;
    align-items: center;
    justify-content: center;

}
.location-index iframe{
    width: 80%;
}

.copyright{
    padding: 35px;
    background-color: #000;
    color: #fff;
    text-align: center;
}



/* -----------------contact page------------------- */

.sub-header-contact{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7)),url(images/contactbanner.jpeg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.sub-header h1{
    margin-top: 100px;
}
.row{
    margin-top:5%;
    display:flex;
    justify-content: space-between;

}


.location{
    width: 80%;
    margin: auto;
    padding: 80px 0;
}
.location iframe{
    width: 100%;
    align-items: center;
}
.contact-us{
    width: 80%;
    margin: auto;
}
.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}
.contact-col div{
    display: flex;
    align-items:center;
    margin-bottom: 40px;
}
.contact-col div .fa{
    font-size: 28px;
    color: #f44336;
    margin: 10px;
    margin-right: 30px;
}
.contact-col div p{
    padding: 0;
}
.contact-col div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}
.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* ---------------cars--------------------- */
.sub-header-cars{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7)),url(images/carbanner.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.sub-header h1{
    margin-top: 100px;
}
.carss{
    background-color: #d3d9dd;
}
.cars{
    gap: 40px;
    display: grid;
    width: 100%;
    max-width: 1200px;
    height: auto;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px 0;
    
}
.box{
    /* background-color: #fff; */
    padding: 20px;
    width:100%
}
.box img{
    width:100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
}

.cars h1{
    text-align: center;
}

.cars p{
    text-align: center;
    font-weight: 500;
    padding: 8px;
}
.cars p:hover{
    color: #f44336;
}



/* --------------team--------------------- */
.sub-header-team{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7)),url(images/teambanner.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.sub-header h1{
    margin-top: 100px;
}

.teamm{
    background-color: #d3d9dd;
}

.team{
    gap: 10px;
    display: grid;
    width: 100%;
    max-width: device-width;
    height: auto;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    margin-bottom: 10px;
    padding-top: 40px;
    
}
.boxx img{
    width:300px;
}
.boxx{
    padding: 10px;
}

.team h1{
    text-align: center;
}

.team h4{
    text-align: center;
}


.team p{
    text-align: center;
}
.team h1:hover{
    color: #f44336;
}

/* -------------------supportus--------------------- */

.sub-header-support{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7)),url(images/become-our-partner.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.supportt{
    background-color: #fff;
}

.sup-hero{
    text-align: center;
}
.sup-hero h1{
    font-size: 80px;
    margin-top: 20px;
}
.sup-hero p{
    font-size: 25px;
}

.sup-why h2{
    margin-top: 100px;
    font-size: 40px;
    text-align: center;
}
.threewhys{
    display: flex;
    flex-direction: row;
    justify-content: center;   
    gap: 40px;                 
    margin: 50px;
}

.why{
    justify-content: center;
    border: none;
    border-radius: 28px;
    background: #f44336;
    text-align: center;
    padding: 30px;
    width: 300px;
    color: beige;
    

}

.why h3{
    margin-bottom: 20px;
}
.portal{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color:  #ccc;
    border-radius: 40px;
    padding: 30px;

    width: fit-content;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 100px;

}
.portal button{
    margin: 30px;
    margin-top: 60px;
    font-size: 30px;
    border-radius: 10%;
    padding: 18px 40px;
    font-size: 18px;
    letter-spacing: 1px;
    border: none;
    border-radius: 40px;
    background: linear-gradient(90deg, #f80410, #9e0a0c);
    /* glow effect */
    box-shadow: 
    0 0 20px rgba(255, 0, 0, 0.6),
    0 0 40px rgba(189, 17, 17, 0.4);

    display: flex;
    justify-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    
}
.portal button a{
    text-decoration: none;
    text-align: center;
    color: #fff;
}

.portal p{
    text-align: center;
}

.portal h2{
     font-size: 32px;
}





/* -----------------on mobile phone--------------------- */



@media(max-width: 700px){
    .text-box h1{
        font-size: 40px;
    }
    .hero-btn{
        margin-bottom: 100px;
    }
    .nav-links ul li{
        display: block;

    }
    .nav-links{
        position: fixed;
        background: #f44336;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }

    .who{
    display: flex;
    padding: 10px;
    flex-direction: column;
}
.who img{
    width: 90%;
    padding-top: 25px;
    /* padding-bottom: 25px; */
}


.who h2{
    color: #000;
    font-size: medium;
    padding-top: 25px;
    padding-left: 25px;
    font-family: FBR font;
}
.who p{
    color: #111;
    font-size: smaller;
    padding-top: 25px;
    padding-left: 25px;
}
.partners{
    padding: 15px;
}

.partners h1{
    text-align: center;
    font-size: 40px;
    padding: 30px;
    margin-top: 10px;


}
.partnerimg img{
    width: 100%;
    height: auto;
    max-width: 200px;

}
.partnerimg{
    gap: 20px;
    display: grid;
    width: 100%;
    max-width: device-width;
    height: auto;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    margin-bottom: 10px;
}









/* --------------footer--------------- */
.foot1{
    padding: 15px;
    width: 100%;
    display: flex;
    color: #fff;
    flex-direction: column;
    background-color: #000;
    justify-content: space-between;
}

.f-logo a img{
    width: 20%;
    width: 250px;
    align-items: flex-start;
    padding: 10px;

}
.f-address{
    padding: 10px;
    padding-left: 30px;
    width: 70%;
    text-align: left;
    justify-content: center;
}
.quicklinks{
    padding: 10px;
    padding-left: 30px;
    justify-content: center;
}

.quicklinks ul li {
    list-style: none;
}
.quicklinks ul li a{
    color: #fff;
    text-decoration: none;
}
.quicklinks a:hover{
    color: #f44336;
}


.f-touch{
    padding: 10px;
    padding-left: 0px;
    color: #fff;
    width: 70%;
    justify-content: center;
}
.icons .fa{
    color: #fff;
    margin: 7px;
    cursor: pointer;
    padding: 5px;
    font-size: large;
}

.location-index{
    width: 100%;
    margin: auto;
    padding: 30px 0;
    background-color: #000;
    display:flex;
    align-items: center;
    justify-content: center;

}
.location-index iframe{
    width: 80%;
}

.copyright{
    padding: 20px;
    background-color: #000;
    color: #fff;
    text-align: center;
}



/* -----------------contact page------------------- */

.sub-header-contact{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7)),url(images/contactbanner.jpeg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.sub-header h1{
    margin-top: 100px;
}
.row{
    margin-top:5%;
    display:flex;
    flex-direction: column;
    justify-content: space-between;

}


.location{
    width: 80%;
    margin: auto;
    padding: 30px 0;
}
.location iframe{
    width: 80%;
    align-items: center;
}
.contact-us{
    width: 80%;
    margin: auto;
}
.contact-col{
    flex-basis: 48%;
    margin-bottom: 15px;
}
.contact-col div{
    display: flex;
    align-items:center;
    margin-bottom: 20px;
}
.contact-col div .fa{
    font-size: 14px;
    color: #f44336;
    margin: 10px;
    margin-right: 30px;
}
.contact-col div p{
    padding: 0;
}
.contact-col div h5{
    font-size: 13px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}
.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* ---------------cars--------------------- */
.sub-header-cars{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7)),url(images/carbanner.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.sub-header h1{
    margin-top: 100px;
}
.carss{
    background-color: #d3d9dd;
}
.cars{
    gap: 30px;
    display: grid;
    width: 80%;
    max-width: device-width;
    height: auto;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    margin-bottom: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
    
}
.box{
    /* background-color: #fff; */
    padding: 20px;
}

.cars h1{
    text-align: center;
}

.cars p{
    text-align: center;
}
.cars p:hover{
    color: #f44336;
}



/* --------------team--------------------- */
.sub-header-team{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7)),url(images/teambanner.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.sub-header h1{
    margin-top: 100px;
    font-size: 100px;
}

.teamm{
    background-color: #d3d9dd;
}

.team{
    gap: 10px;
    display: grid;
    width: 100%;
    max-width: device-width;
    height: auto;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    margin-bottom: 10px;
    padding-top: 40px;
    
}
.boxx img{
    width:100px;
}
.boxx{
    padding: 10px;
}

.team h1{
    font-size: medium;
    text-align: center;
}

.team h4{
    font-size: smaller;
    text-align: center;
}

.team p{
    font-size: smaller;
    text-align: center;
}
.team h1:hover{
    color: #f44336;
}



/* -------------------supportus--------------------- */

.sub-header-support{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7)),url(images/become-our-partner.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.supportt{
    background-color: #fff;
}

.sup-hero{
    text-align: center;
}
.sup-hero h1{
    font-size: 40px;
    margin-top: 15px;
}
.sup-hero p{
    font-size: 15px;
}

.sup-why h2{
    margin-top: 70px;
    font-size: 20px;
    text-align: center;
}
.threewhys{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;                 
    margin: 25px;
}

.why{
    justify-content: center;
    border: none;
    border-radius: 28px;
    background: #f44336;
    text-align: center;
    padding: 20px;
    width: 200px;
    color: beige;
    

}

.why h3{
    margin-bottom: 15px;
}
.portal{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 40px;
    padding: 15px;

    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 70px;

}
.portal button{
    margin: 18px;
    margin-top:30px;
    font-size: 18px;
    border-radius: 10%;
    padding: 10px 25px;
    font-size: 10px;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 40px;
    background: linear-gradient(90deg, #f80410, #9e0a0c);
    /* glow effect */
    box-shadow: 
    0 0 20px rgba(255, 0, 0, 0.6),
    0 0 40px rgba(189, 17, 17, 0.4);

    display: flex;
    justify-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    
}
.portal button a{
    text-decoration: none;
    text-align: center;
    color: #fff;
}

.portal p{
    text-align: center;
    font-size: 10px;
}

.portal h2{
     font-size: 20px;
}

}
