@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-4.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    margin-bottom: 5%;
}


.first-classes .first-content .first-container-1{
    position: relative;
}


.first-classes .first-content .first-container-1 .first-img-container .first-content-list {
    width: 45%;
    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:45%;
    height: 100%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.number {
    position: absolute;
    top: 0;
}






@media screen and (max-width:320px) {
    
/* ----------------HEADER section ------------------------------------------------------------------  */
header {
  
    background-image: url(../Images/BANNER/NEW/banner-4.0.jpg);
   
}

}

@media screen and (min-width:321px) and (max-width:425px) {
    /* ----------------HEADER section ------------------------------------------------------------------  */
header {
  
    background-image: url(../Images/BANNER/NEW/banner-4.0.jpg);
   
}

}

@media screen and (min-width:426px) and (max-width:600px) {
    /* ----------------HEADER section ------------------------------------------------------------------  */
header {
  
    background-image: url(../Images/BANNER/NEW/banner-4.0.jpg);
   
}

}

@media screen and (min-width:601px) and (max-width:768px) {
    /* ----------------HEADER section ------------------------------------------------------------------  */
header {
  
    background-image: url(../Images/BANNER/NEW/banner-4.0.jpg);
   
}

}

@media screen and (min-width:769px) and (max-width:900px) {
    
}

@media screen and (min-width:901px) and (max-width:992px) {
    
}

@media screen and (min-width:993px) and (max-width:1024px) {
    
}

@media screen and (min-width:1025px) and (max-width:1140px) {
    
}









