@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0; 
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
body{
    min-height: 100vh;
}
nav{
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    color: black;
    z-index: 10;
}
.img{
    width:  auto;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    color: white;   
}
nav ul{
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    gap: 15px;
    margin: 2px;
    transition: 0.5s ease-in-out;
    z-index: 10;
}
li{
    cursor: pointer;
    font-size: 14px;
    color: rgb(56, 51, 51);
    padding: 0px 2px;
}
li:hover{
    color: black;
}
.icons{
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    cursor: pointer;
    order: 1;
    justify-content: flex-start;
    color: black;
}
.Mega_box{
    /* display: none; */
    position: absolute;
    left: 0;
    width: 100%;
    top: 54px;
    padding: 30px;
    background-color: rgb(255, 255, 255);
    visibility: hidden;
    opacity: 0; 
     transition: all 0.4s ease-in-out;
}
nav ul li:hover .Mega_box{
    visibility: visible;
    opacity: 1;
    top: 54px;
    transition: all 0.3s ease-in-out;
}
.content{
    display: flex;
    width: 100%;
    padding: 20px 40px;
    justify-content: center;
}
.main{
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 30%;
}
.class_links{
    display:block;
    gap: 5px;
    list-style-type: none;
    line-height: 35px;
}
.subclass_links{
    display:block;
    gap: 5px;
    list-style-type: none;
    line-height: 25px;
}
.class_links li{
    cursor: pointer;
    font-size: 25px;
    font-weight: 500;
    color: rgb(56, 51, 51);
    transition: 0.2s ease-in-out;
}
.subclass_links{
    cursor: pointer;
    font-size: 10px;
    color: rgb(56, 51, 51);
    transition: 0.2s ease-in-out;
}
.class_links li:hover{
    color: black;
}
.subclass_links li:hover{
    color: black;
}
.main p{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: rgb(56, 51, 51);
    transition: 0.2s ease-in-out;
}
.main p:hover{
    color: black;
}
.togglemenu{
    display: none;
}
.checkbtn{
    display: none;
}
.image1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-image: url("./large screen/1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding: 80px;
    margin-bottom: 5px;
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 17px;
}
/* .image1 img{
    width: 200px;
    height: auto;
    margin-bottom: 15px;
} */
.image2{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-image: url("./large screen/2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 80vh;
    padding: 25px;
    margin-bottom: 5px;
    color: rgb(2, 2, 2);
    text-align: center;
    font-size: 17px;
}

.image3{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-image: url("./large screen/3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 80vh;
    padding: 25px;
    margin-bottom: 5px;
    color: black;
    text-align: center;
    font-size: 17px;
}
.image_box1{
    display: flex;
    /* flex-wrap: wrap; */
    width: 100%;
    height: auto;
    gap: 5px;
    margin-bottom: 5px;
    padding: 0 2px;
}
.imagee1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-image: url("./large screen/5.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 90vh;
    padding: 25px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 17px;
}
.imagee2{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-image: url("./large screen/66.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 90vh;
    padding: 25px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 17px;
    color: white;
 }
 .image_box2{
    display: flex;
    /* flex-wrap: wrap; */
    width: 100%;
    height: auto;
    gap: 5px;
    margin-bottom: 5px;
    padding: 0 2px;
}
.imagee3{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-image: url("./large screen/6.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 90vh;
    padding: 25px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 17px;
}
.imagee4{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-image: url("./large screen/4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 90vh;
    padding: 25px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 17px;
 }
 .image_box3{
    display: flex;
    /* flex-wrap: wrap; */
    width: 100%;
    height: auto;
    gap: 5px;
    margin-bottom: 5px;
    padding: 0 2px;
}
.imagee5{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-image: url("./large screen/9.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 90vh;
    padding: 25px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 17px;
}
.imagee6{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-image: url("./large screen/8.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 90vh;
    padding: 25px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 17px;
 }
.btn{
    margin: 5px;
    padding: 4px 10px;
    cursor: pointer;
    border-radius: 20px;
    background-color: rgb(124, 154, 244);
    color: white;
}
img{
    margin: 8px;
}
.carousel{
    margin: 5px;
    height: auto;
}
.carousel-item{
    padding: 10px auto ;
}
.move_image{
    padding: 5px;
    
}
marquee .card{
    display: inline-block;
    /* width: 250px;
    height: 250px; */
    position: relative;
}
.card img{
    width: 100%;
    height: 100%;
    object-fit: cover
}
.m_btn {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 8px 15px;
    background: white;
    color: black;
    border: none;
    border-radius: 5px;
    transition: 0.5s;
}
.card:hover .m_btn {
    opacity: 1;
}

.footer_Container{
    max-width: 1024px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 5px auto;
    padding: 40px;
    line-height: 20px;
    font-size: 16px;
    background-color: #1D1D1F;
}
.footer_text{
    color: white;
    text-align: justify;
    margin: 0 0 10px 0;
}

.footer_column {
        display: flex;
        justify-content: space-between; 
        flex-wrap: wrap;
        max-width: 1024px;
        margin: 0 auto;
        padding: 20px;
    }
    .footer-group {
        flex-basis: 19.5%; 
        min-width: 160px; 
        padding-right: 10px;
    }
    .p_head {
        display: block;
        width: auto;
        border-bottom: none; 
        padding: 8px 8px;
        text-align: left;
        font-weight: bold;
        color: white;
    }
    .p_head .material-symbols-outlined {
        display: none !important;
    }
    .footer, .sub_items {
        display: block !important;
        padding: 8px 8px; 
        text-align: left;
        font-weight: 500;
    }
    .ft-toggle, .ft-toggle2 {
        display: none !important;
    }
    
    .footer li {
        margin: 0 0 2px 0;
        padding: 0;
        list-style-type: none;
        color: rgb(255, 255, 255);
        transition: 0.2s ease-in-out;
    }
    .footer li:hover{
        background-color: white;
        color: black;
    }
        

.f_text{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    color: white;
}
.p7{
    width: 100%;
    display: flex;              
    justify-content: space-between; 
    flex-wrap: wrap;
    text-align: center;
    color: white;
}



