@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Stylish&display=swap');

* {
    margin: 0;
    padding: 0;

}

:root {
    --color: rgb(194, 17, 129);
    --black: black;
    --white: white;
    --red: rgb(213, 24, 24);
    --blue: rgb(30, 97, 192);
    --gray: rgb(166, 166, 166);
    --light: rgb(236, 236, 236);
}


/* ----------------HEADER section ------------------------------------------------------------------  */
header {
    width: 100%;
    height: 50vh;
    position: relative;
    background-image: url(../Images/BANNER/NEW/banner-2.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    margin-bottom: 5%;
}

/* Online classes first section start */

.first-classes {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-bottom: 5%;
}

.first-classes .first-title {
    margin-bottom: 3%;
}

.first-classes .first-title h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: var(--color);
}

.first-classes .first-title .line {
    width: 200px;
    height: 2px;
    background-color: var(--red);
    animation: line 5s ease-in-out infinite;


}

.first-classes .first-content {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.first-classes .first-content .first-container-1 {
    width: 45%;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--light);
    border-radius: 10px;
    padding: 2%;
}

.first-classes .first-content .first-container-1 h4 {
    font-family: 'Dancing Script', cursive;
    font-weight: 700;
    color: var(--color);
    text-shadow: yellow,
        0 0 15px yellow,
        0 0 20px var(--black),
        0 0 25px var(--black),
        0 0 30px var(--black);
    animation: star 4s linear infinite;
}

.first-classes .first-content .first-container-1 .first-img-container {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-between;

}


.first-classes .first-content .first-container-1 .first-img-container .first-content-list {
    width: 65%;
    position: relative;
}


.first-classes .first-content .first-container-1 .first-img-container .first-content-list h5 {
    font-family: 'Poppins', sans-serif;
    color: var(--red);
    font-weight: 900;
}

.first-classes .first-content .first-container-1 .first-img-container .first-content-list ul li {
    font-family: 'Stylish', sans-serif;
    color: var(--black);
    font-weight: 700;
}

.first-classes .first-content .first-container-1 .first-img-container .first-content-list ul li::marker {
    color: var(--gray);
}

.first-classes .first-content .first-container-1 .first-img-container .first-content-list a {
    animation: animate 1s linear infinite;
    position: absolute;
    bottom: 0;
    left: 0;

}

.first-classes .first-content .first-container-1 .first-img-container img {
    width: 30%;
    height: 100%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* tESSELS CONTENT  */


.tassels-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
}

.tassels-container .carousel-content{
    width: 47%;
    height: 400px;
}
.tassels-content p{
    color: var(--gray);
}

.tassels-container .carousel-content img{
    height: 400px;
    object-fit: cover;
}

.tassels-container .tassels-content{
    width: 47%;
    height: auto;
    position: relative;
    padding-bottom: 3%;
}

.tassels-container .tassels-content h4{
    font-family: 'Dancing Script', cursive;
    font-weight: 700;
    color: var(--color);
    text-shadow: yellow,
        0 0 15px yellow,
        0 0 20px var(--black),
        0 0 25px var(--black),
        0 0 30px var(--black);
    animation: star 4s linear infinite;
}


.tassels-container .tassels-content .first-img-container h5{
    font-family: 'Poppins', sans-serif;
    color: var(--red);
    font-weight: 900;
}

.tassels-container .tassels-content a{
    animation: animate 1s linear infinite;
    position: absolute;
    bottom: 3%;
    left: 0;
}

.tassels-content .first-img-container .first-content-list{
    margin-bottom: 4%;
}


.tassels-content .first-img-container .first-content-list .tassels-list{
    display: flex;
    justify-content: space-between;
}
.tassels-content .first-img-container .first-content-list ul li{
    font-family: 'Stylish', sans-serif;
    color: var(--black);
    font-weight: 700;
}

.tassels-content .first-img-container .first-content-list ul li::marker{
    color: var(--gray);
   
}
































@media screen and (max-width:320px) {

    /* Online classes first section start */

    .first-classes {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin-bottom: 5%;
    }



    .first-classes .first-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .first-classes .first-content .first-container-1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        border: 1px solid var(--light);
        border-radius: 10px;
        padding: 2%;
        margin-bottom: 3%;
    }

    .first-classes .first-content .first-container-1 .first-img-container {
        width: 100%;
        height: 250px;
        display: flex;
        justify-content: space-between;

    }

    /* tESSELS CONTENT  */

    header {
      
        background-image: url(../Images/BANNER/NEW/banner-2.0.jpg);
      
    }

.tassels-container {
    width: 100%;
    height: auto;
    flex-direction: column;
    display: flex;
    justify-content: space-around;
}

.tassels-container .carousel-content{
    width: 100%;
    height: 400px;
    margin-bottom: 5%;
}
.tassels-content p{
    color: var(--gray);
}

.tassels-container .carousel-content img{
    height: 400px;
    object-fit: cover;
}

.tassels-container .tassels-content{
    width: 100%;
    height: 470px;
    position: relative;
    padding-bottom: 3%;
}




}

@media screen and (min-width:321px) and (max-width:425px) {
       /* Online classes first section start */

       .first-classes {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin-bottom: 5%;
    }

    .first-classes .first-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .first-classes .first-content .first-container-1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        border: 1px solid var(--light);
        border-radius: 10px;
        padding: 2%;
        margin-bottom: 3%;
    }

    .first-classes .first-content .first-container-1 .first-img-container {
        width: 100%;
        height: 200px;
        display: flex;
        justify-content: space-between;

    }

    
    header {
      
        background-image: url(../Images/BANNER/NEW/banner-2.0.jpg);
      
    }

        /* tESSELS CONTENT  */


.tassels-container {
    width: 100%;
    height: auto;
    flex-direction: column;
    display: flex;
    justify-content: space-around;
}

.tassels-container .carousel-content{
    width: 100%;
    height: 400px;
    margin-bottom: 5%;
}
.tassels-content p{
    color: var(--gray);
}

.tassels-container .carousel-content img{
    height: 400px;
    object-fit: cover;
}

.tassels-container .tassels-content{
    width: 100%;
    height: 420px;
    position: relative;
    padding-bottom: 3%;
}




}

@media screen and (min-width:426px) and (max-width:600px) {

    
    header {
      
        background-image: url(../Images/BANNER/NEW/banner-2.0.jpg);
      
    }
    /* Online classes first section start */

    .first-classes {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin-bottom: 5%;
    }


    .first-classes .first-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .first-classes .first-content .first-container-1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        border: 1px solid var(--light);
        border-radius: 10px;
        padding: 2%;
        margin-bottom: 3%;
    }

    .first-classes .first-content .first-container-1 .first-img-container {
        width: 100%;
        height: 200px;
        display: flex;
        justify-content: space-between;

    }

           /* tESSELS CONTENT  */


.tassels-container {
    width: 100%;
    height: auto;
    flex-direction: column;
    display: flex;
    justify-content: space-around;
}

.tassels-container .carousel-content{
    width: 100%;
    height: 400px;
    margin-bottom: 5%;
}
.tassels-content p{
    color: var(--gray);
}

.tassels-container .carousel-content img{
    height: 400px;
    object-fit: cover;
}

.tassels-container .tassels-content{
    width: 100%;
    height: 420px;
    position: relative;
    padding-bottom: 3%;
}

}

@media screen and (min-width:601px) and (max-width:768px) {

    
    header {
      
        background-image: url(../Images/BANNER/NEW/banner-2.0.jpg);
      
    }
    /* Online classes first section start */

    .first-classes {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin-bottom: 5%;
    }

    .first-classes .first-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .first-classes .first-content .first-container-1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        border: 1px solid var(--light);
        border-radius: 10px;
        padding: 2%;
        margin-bottom: 3%;
    }

    .first-classes .first-content .first-container-1 .first-img-container {
        width: 100%;
        height: 200px;
        display: flex;
        justify-content: space-between;

    }
               /* tESSELS CONTENT  */


.tassels-container {
    width: 100%;
    height: auto;
    flex-direction: column;
    display: flex;
    justify-content: space-around;
}

.tassels-container .carousel-content{
    width: 100%;
    height: 400px;
    margin-bottom: 5%;
}
.tassels-content p{
    color: var(--gray);
}

.tassels-container .carousel-content img{
    height: 400px;
    object-fit: cover;
}

.tassels-container .tassels-content{
    width: 100%;
    height: 420px;
    position: relative;
    padding-bottom: 3%;
}
}

@media screen and (min-width:769px) and (max-width:900px) {
    .first-classes .first-content .first-container-1 .first-img-container {
        width: 100%;
        height: 230px;
        display: flex;
        justify-content: space-between;

    }

    .tassels-container .carousel-content{

        height: 450px;
        margin-bottom: 5%;
    }
    .tassels-content p{
        color: var(--gray);
    }
    
    .tassels-container .carousel-content img{
        height: 450px;
        object-fit: cover;
    }
    
    .tassels-container .tassels-content{
      
        height: 450px;
        position: relative;
        padding-bottom: 3%;
    }
}

@media screen and (min-width:901px) and (max-width:992px) {
    .first-classes .first-content .first-container-1 .first-img-container {
        width: 100%;
        height: 230px;
        display: flex;
        justify-content: space-between;

    }

    
    .tassels-container .carousel-content{

        height: 450px;
        margin-bottom: 5%;
    }
    .tassels-content p{
        color: var(--gray);
    }
    
    .tassels-container .carousel-content img{
        height: 450px;
        object-fit: cover;
    }
    
    .tassels-container .tassels-content{
      
        height: 450px;
        position: relative;
        padding-bottom: 3%;
    }
}

@media screen and (min-width:993px) and (max-width:1024px) {
    .first-classes .first-content .first-container-1 .first-img-container {
        width: 100%;
        height: 230px;
        display: flex;
        justify-content: space-between;

    }
}

@media screen and (min-width:1025px) and (max-width:1140px) {}