body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box;
}

.menuitems {
    gap: 1rem;
}
.card-text{
    /* display: flex; */
    /* gap: 1rem; */
}
#a1, #a2 , #a3 , #a4 , #a5 , #a6 , #a7 , #a8 , #a9 , #a10{
    background-color: white;
    color: black;
    border: none;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 400;
    cursor: pointer;
}

#b1, #b2 , #b3 , #b4 , #b5 , #b6 , #b7 , #b8 , #b9 , #b10{
    background-color: white;
    color: black;
    border: none;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 400;
    cursor: pointer;
}

#c1, #c2 , #c3 , #c4 , #c5 , #c6 , #c7 , #c8 , #c9 , #c10{
    background-color: white;
    color: black;
    border: none;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 400;
    cursor: pointer;
}

#d1, #d2 , #d3 , #d4 , #d5 , #d6 , #d7 , #d8 , #d9 , #d10{
    background-color: white;
    color: black;
    border: none;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 400;
    cursor: pointer;
}

#e1, #e2 , #e3 , #e4 , #e5 , #e6 , #e7 , #e8 , #e9 , #e10{
    background-color: white;
    color: black;
    border: none;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 400;
    cursor: pointer;
}

#f1, #f2 , #f3 , #f4 , #f5 , #f6 , #f7 , #f8 , #f9 , #f10{
    background-color: white;
    color: black;
    border: none;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 400;
    cursor: pointer;
}

.logo {
    position: relative;
    margin-top: 1.5rem;
    left: 3rem;


}

.navbar,
.container-fluid {
    background-color: white;
    color: white;
    height: 80px;
    z-index: 999;
}


.nav-item a {
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 500;

    color: white;
}
.btn{
    background-color: rgb(192,1,54);
}

.nav-item {
    color: white;
}

.nav-item a:hover {
    border-bottom: 3px solid rgb(192,1,54);
}

.d-flex {
    padding-left: 1rem;
    padding-right: 1rem;
}

.navbar {
    position: sticky;
    top: -18px;
    background-color: white;
    z-index: 1000;
    height: 100px;
    padding-bottom: 0rem;

}

.banner {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.banner img {
    max-width: 100%;
    width: 1000px;


}

.heading {
    padding: 1rem;
    margin-top: 1rem;
    color: rgb(192,1,54);
    text-align: center;
}

.container-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

    width: 60%;




}

.card {


    width: calc(30% - 1rem);
    margin: 0.5rem;
    min-width: 410px;

    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: none;
}


@media (max-width: 1290px) {

    .container-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

        width: 80%;

    }
    .navbar,
.container-fluid {
   
    height: auto;
}

    .card {


        width: calc(30% - 1rem);
        margin: 1rem;
        min-width: 350px;

        background-color: white;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border: none;
    }


}


@media (max-width: 1180px) {
    .nav-item a {
        font-size: 16px;
    }

    .form-control,
    .btn {
        display: none;
    }

    .container-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;

        width: 60%;

    }
    .navbar,
.container-fluid {
   
    height: auto;
}

    .card {


        width: calc(30% - 1rem);
        margin: 1rem;
        min-width: 300px;

        background-color: white;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border: none;
    }

}


@media (max-width: 1165px) {
    .container-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;

        width: 60%;

    }
    .navbar,
.container-fluid {
   
    height: auto;
}

    .card {


        width: calc(30% - 1rem);
        margin: 1rem;
        min-width: 260px;

        background-color: white;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border: none;
    }


}

@media (max-width: 1130px) {
    .container-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;

        width: 60%;

    }
    .navbar,
.container-fluid {
   
    height: auto;
}

    .card {


        width: calc(30% - 1rem);
        margin: 1rem;
        min-width: 230px;

        background-color: white;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border: none;
    }


}


@media (max-width: 992px) {

    .form-control,
    .btn {
        display: block;
    }
    .navbar,
.container-fluid {
   
    height: auto;
}

    .container-cards {
        justify-content: space-evenly;
        width: 100%;
    }


}


@media (max-width: 900px) {
    .container-cards {
        justify-content: space-evenly;
        width: 100%;
    }
    .navbar,
.container-fluid {
   
    height: auto;
}

    .nav-item a {
        display: block;
    }

    .card {
        width: calc(50% - 1rem);
        margin: 0.5rem;
    }

    .form-control,
    .btn {
        display: block;
    }
}


@media (max-width: 768px) {
    .card {
        width: calc(50% - 2rem);
    }

    .logo2 {
        display: none;
    }
}



@media (max-width: 576px) {
    .card {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .logo {
        width: 150px;
        margin-left: -1rem;
    }


    .copyright {
        font-size: 14px;
    }



}






.card-link {
    color: rgb(192,1,54);
}



.movetotop {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
}

.card-text a {
    text-decoration: none;
    color: black;
    font-size: 18px;
    cursor: pointer;
}

.card-text a:hover {
    border-bottom: 1px solid black;
}

@media (max-width: 990px) and (min-width: 890px) {

    .card {
        width: 250px;
    }


}

.footer-container {
    display: flex;
    align-items: start;
    justify-content: center;
    margin-top: 3rem;
    padding-left: 8rem;
    background-color: rgb(238, 234, 234);
    padding-top: 4rem;
    position: relative;
    height: 300px;
    position: relative;
    top: 1.6rem;

}

.footer-container .section1 h6,
.footer-container .section2 h6,
.footer-container .section3 h6 {
    text-align: start;
    width: 100%;
    overflow-wrap: break-word;
}

.section1 {
    width: 33.3%;
}

.section2 {
    width: 33.3%;
}



.section3 {
    width: 33.3%;
}


.copyright {
    position: absolute;
    top: 14rem;
}


@media (max-width: 990px) {
    .footer-container {
        display: block;
        padding-left: 1rem;
        padding-right: 1rem;
        height: 400px;

    }

    .section1 {
        width: 100%;
    }

    .section2 {
        width: 100%;
    }

    .section3 {
        width: 100%;
    }

    .copyright {
        position: absolute;
        top: 22rem;
    }

}

@media (max-width: 500px) {
    .footer-container {
        display: block;
        padding-left: 1rem;
        padding-right: 1rem;
        height: 450px;

    }

    .copyright {
        position: absolute;
        top: 23rem;
    }

}

@media (max-width: 450px) {




    .footer-container {
        display: block;
        padding-left: 1rem;
        padding-right: 1rem;
        height: 500px;

    }

    .copyright {
        position: absolute;
        top: 25rem;
    }

    #a1, #a2 , #a3 , #a4 , #a5 , #a6 , #a7 , #a8 , #a9 , #a10{
        background-color: white;
        color: black;
        border: none;
        font-size: 16px;
        font-family: sans-serif;
        font-weight: 400;
    }
    
    #b1, #b2 , #b3 , #b4 , #b5 , #b6 , #b7 , #b8 , #b9 , #b10{
        background-color: white;
        color: black;
        border: none;
        font-size: 16px;
        font-family: sans-serif;
        font-weight: 400;
    }

    #c1, #c2 , #c3 , #c4 , #c5 , #c6 , #c7 , #c8 , #c9 , #c10{
        background-color: white;
        color: black;
        border: none;
        font-size: 16px;
        font-family: sans-serif;
        font-weight: 400;
    }
    
    #d1, #d2 , #d3 , #d4 , #d5 , #d6 , #d7 , #d8 , #d9 , #d10{
        background-color: white;
        color: black;
        border: none;
        font-size: 16px;
        font-family: sans-serif;
        font-weight: 400;
    }

    #e1, #e2 , #e3 , #e4 , #e5 , #e6 , #e7 , #e8 , #e9 , #e10{
        background-color: white;
        color: black;
        border: none;
        font-size: 16px;
        font-family: sans-serif;
        font-weight: 400;
    }
    
    #f1, #f2 , #f3 , #f4 , #f5 , #f6 , #f7 , #f8 , #f9 , #f10{
        background-color: white;
        color: black;
        border: none;
        font-size: 16px;
        font-family: sans-serif;
        font-weight: 400;
    }
    .i1{
        width: 14px;
    }
}

@media (max-width: 330px) {

    #a1, #a2 , #a3 , #a4 , #a5 , #a6 , #a7 , #a8 , #a9 , #a10{
        background-color: white;
        color: black;
        border: none;
        font-size: 14px;
        font-family: sans-serif;
        font-weight: 400;
    }
    
    #b1, #b2 , #b3 , #b4 , #b5 , #b6 , #b7 , #b8 , #b9 , #b10{
        background-color: white;
        color: black;
        border: none;
        font-size: 14px;
        font-family: sans-serif;
        font-weight: 400;
    }

    #c1, #c2 , #c3 , #c4 , #c5 , #c6 , #c7 , #c8 , #c9 , #c10{
        background-color: white;
        color: black;
        border: none;
        font-size: 14px;
        font-family: sans-serif;
        font-weight: 400;
    }
    
    #d1, #d2 , #d3 , #d4 , #d5 , #d6 , #d7 , #d8 , #d9 , #d10{
        background-color: white;
        color: black;
        border: none;
        font-size: 14px;
        font-family: sans-serif;
        font-weight: 400;
    }

    #e1, #e2 , #e3 , #e4 , #e5 , #e6 , #e7 , #e8 , #e9 , #e10{
        background-color: white;
        color: black;
        border: none;
        font-size: 14px;
        font-family: sans-serif;
        font-weight: 400;
    }
    
    #f1, #f2 , #f3 , #f4 , #f5 , #f6 , #f7 , #f8 , #f9 , #f10{
        background-color: white;
        color: black;
        border: none;
        font-size: 14px;
        font-family: sans-serif;
        font-weight: 400;
    }
    .i1{
        width: 14px;
    }
  


}

@media (max-width: 350px) {
    /* #a1, #a2 , #a3 , #a4 , #a5 , #a6 , #a7 , #a8 , #a9 , #a10{
        background-color: white;
        color: black;
        border: none;
        font-size: 13px;
        font-family: sans-serif;
        font-weight: 500;
        text-wrap: wrap;
    }
    
    #b1, #b2 , #b3 , #b4 , #b5 , #b6 , #b7 , #b8 , #b9 , #b10{
        background-color: white;
        color: black;
        border: none;
        font-size: 13px;
        font-family: sans-serif;
        font-weight: 500;
    } */


}

@media (max-width: 300px) {
    .copyright {
        position: absolute;
        top: 28rem;
    }
}

.h6{
    position: relative;
    top: -1rem;
    font-size: xx-small;
}

.footer-container {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
padding: 2rem;
background-color: rgb(238, 234, 234);
padding-left: 8rem;
height: 200px;
}
.copyright{
position: relative;top: -0.2rem;
}

.footer-container .section {
width: 100%;
margin-bottom: 1rem;
}

.footer-container .section h4 {
margin-bottom: 1rem;

}

.footer-container .section h6 {
font-size: 14px;
margin-bottom: 0.5rem;
}

.footer-container .section img {
margin-right: 0.5rem;
}

.footer-container .copyright {
width: 100%;
text-align: center;
font-size: 14px;
margin-top: 2rem;
}
.address{
font-weight: bold;
}
.contact{
font-weight: bold;
}

@media (max-width: 990px) {
.footer-container{
height: 400px;
padding-left: 2rem;
}

}

@media (min-width: 768px) {
.footer-container .section {
width: 30%;
margin-bottom: 0;
}

.footer-container .copyright {
width: 100%;
text-align: center;
font-size: 14px;
margin-top: 1rem;
}
}

@media (max-width: 500px) {
.footer-container {
padding: 1rem;
}
}

@media (max-width: 315px) {
.footer-container{
height: 480px;
}car

.address{
font-size: 20px;
font-weight: bold;
}

.contact{
font-size: 20px;
font-weight: bold;
}
}

