* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 10px;

}

:root {
    --header: rgb(165 15 157);
    --alll: #b930b8;
  }


body {
    background-color: #f0ecee;
    font-family: 'Poppins', sans-serif;
}






/* ---------------------------Navigation barrr---------------------------------- */



.navbar {
    display: flex;
    justify-content: space-between;
    width: 100vw;
    margin-bottom: 5rem;

}



a {
    text-decoration: none;
}



.logo {
    width: 6%;
    /* padding: 2rem; */
    border-radius: 5rem 5rem;
    /* padding: 0.5rem; */
    height: 50%;
    margin-bottom: 1rem;
    margin-top: 1rem;
    margin-left: 1rem;
    /* border: 1px solid white; */
}



.headd {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;


}


.headd li {
    list-style: none;
    color: white;
    margin: 2rem;
    /* margin-left: 8rem; */
    font-size: 2.1rem;

}


.backg {
    background: var(--header);
    background-size: cover;
    background-blend-mode: darken;
}


/* ----------------------------------Contenttttt------------------------------------------------ */

section div{
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.schedule-table {
    box-shadow: 2rem 2rem 1rem rgb(206, 206, 206);
    
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    /* font-size: 4rem; */
    text-align: left;
}

.schedule-table thead tr {
    background-color: var(--alll);
    color: #ffffff;
    text-align: left;
    
}

.schedule-table th, .schedule-table td {
    padding: 12px 15px;
    border: 1px solid #dddddd;
    /* border-radius: 1.4rem; */
    font-size: 1.5rem;
}

.schedule-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.schedule-table tbody tr:hover {
    background-color: #f1f1f1;
}


section{
    height: 70vh;
    width: 80vw;
    margin-bottom: 2rem;
    margin: 0px auto;
}





iframe {
    border: 0.1rem solid black;
    height: 740px;
    width: 700px;
    display: none;
    border-radius: 2rem;
    margin-top: 1rem;

}



.maha {
    /* border: 3px solid rgb(0, 0, 0); */
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 8rem;

}

p {
    font-size: 3rem;

}

.sub {
    /* border: 2px solid black; */

    margin: 10px;
    padding: 2.6rem 0rem;
    color: white;
    font-size: 2.2rem;
    background-color: var(--alll);
    /* border: 2px solid #c9c9ca; */
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0rem 4rem 0rem 4rem;
    cursor: pointer;
    transform: scale(1);
    box-shadow: 1.4rem 1.4rem 1rem rgb(193, 192, 192);
    transition: all 0.5s ease-in-out;
    margin-bottom: 2rem;

}

.sub:hover {
    transition: all 0.2s ease-in-out;
    transform: scale(1.2);
}

.adcl {
    transition: all 3s ease-in-out;
    transform: scale(0.4);
}

.container {
    /* border: 2px solid rgb(183, 18, 18); */
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;


}

.item {

    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 0.5rem;

    background-color: #ffffff;
    /* border: 2px solid #000000; */
    border-radius: 10rem;
    margin-top: 2rem;
    box-shadow: 1.4rem 1.4rem 1rem rgb(193, 192, 192);
    border-radius: 0rem 4rem 0rem 4rem;
    margin-bottom: 1rem;

}

.item p{
    font-size: 2.2rem;
}


img {
    width: 11.3%;
    margin: 5px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid black;
}


.item a {
    display: inline-block;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 8rem;
}

.img {

    width: 120%;

}

footer {
    background-color: var(--alll);
    margin-top: 50rem;
    font-size: 1.3rem;
    text-align: center;
    color: white;
}






#blink {
    font-size: 4rem;
    color: rgb(207, 68, 68);
    
}



/* ------------------------------Responsive-------------------------------------------------- */

@media (max-width : 1500px) and (min-width: 875px) {


    * {
        font-size: 8px;
    }

    .logo {
        width: 6%;

    }

    

}



@media (max-width : 875px) and (min-width: 550px) {


    * {
        font-size: 7px;
    }

    .logo {
        width: 6%;
        border: 2px solid white;



    }

    .headd {
        width: 90%;


    }

    img {

        width: 12%;
    }

    iframe {

        height: 570px;
        width: 400px;
    }

}

 @media (max-width : 550px) and (min-width: 400px) {

    *{
        font-size: 5.5px;
    }

    .logo {
        width: 9%;
        border: 2px solid white;



    }

    .headd {
        width: 90%;


    }

    img {

        width: 15%;
    }

    .img {
        width: 92%;
    }

    iframe {

        height: 470px;
        width: 300px;
    }

    .item {
        height: 70%;
        width: 80%;
    }



    .imgtext {
        font-size: 5rem;
        color: #185f35;
        margin-bottom: 4rem;

    }



    #blink {
        font-size: 5rem;
        color: red;

    }

    section{
        height: 60vh;

    }

    .maha{
        margin-top: 5rem;
    }

}


@media (max-width : 400px) and (min-width: 300px) {


    * {
        font-size: 5.5px;
    }

    .logo {
        width: 9%;
        border: 2px solid white;



    }

    .headd {
        width: 90%;


    }

    img {

        width: 15%;
    }

    .img {
        width: 92%;
    }

    iframe {

        height: 470px;
        width: 300px;
    }

    .item {
        height: 70%;
        width: 80%;
    }


 

    #blink {
        font-size: 5rem;
        color: red;

    }

    section{
        height: 60vh;

    }

    .maha{
        margin-top: 10rem;
    }

}