@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-5.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    margin-bottom: 5%;
}

/* Pricing Details  */

.pricing-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-bottom: 5%;
}

.pricing-section .pricing-title {
    margin-bottom: 5%;

}

.pricing-section .pricing-title h1{
    color: var(--color);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    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;
}

.pricing-content {
    display: flex;
    justify-content: space-around;
}

.pricing-content .pricing-boxs {
    width: 30%;
    height: 500px;
}

.pricing-content .pricing-boxs img {
    width: 100%;
    height: 50%;
    object-fit: cover;
}

.pricing-content .pricing-boxs .price-box-content {
    padding: 3%;
}

.pricing-content .pricing-boxs .price-box-content .a-content ul {
    padding-left: 0;
}

.pricing-content .pricing-boxs .price-box-content .a-content ul li {
    list-style: none;
    padding: 3%;
    transition: 0.5s;
    font-family: 'Stylish', sans-serif;
    color: var(--black);
    font-weight: 700;
}

.pricing-content .pricing-boxs .price-box-content h4 {
    text-align: center;
    color: var(--red);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;

}


.pricing-content .pricing-boxs .price-box-content h3 {
    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;
}

.pricing-content .pricing-boxs .price-box-content .a-content ul li:hover {
    background-color: var(--light);
    border-left: 5px solid var(--color);
    color: var(--color);
    cursor: context-menu;
}

.pricing-content .pricing-boxs:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.line{
    width: 200px;
    height: 2px;
    background-color: var(--red);
    animation: line 5s ease-in-out infinite;
}





















@media screen and (max-width:320px) {

    /* Pricing Details  */

    .pricing-section {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin-bottom: 5%;
    }

    .pricing-content {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .pricing-content .pricing-boxs {
        width: 100%;
        height: 420px;
        margin-bottom: 5%;
    }

    /* ----------------HEADER section ------------------------------------------------------------------  */
header {
  
    background-image: url(../Images/BANNER/NEW/banner-5.0.jpg);
   
}

}

@media screen and (min-width:321px) and (max-width:425px) {
    /* Pricing Details  */

    .pricing-section {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin-bottom: 5%;
    }

    .pricing-content {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .pricing-content .pricing-boxs {
        width: 100%;
        height: 450px;
        margin-bottom: 5%;
    }
        /* ----------------HEADER section ------------------------------------------------------------------  */
header {
  
    background-image: url(../Images/BANNER/NEW/banner-5.0.jpg);
   
}

}

@media screen and (min-width:426px) and (max-width:600px) {
    /* Pricing Details  */

    .pricing-section {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin-bottom: 5%;
    }

    .pricing-content {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .pricing-content .pricing-boxs {
        width: 100%;
        height: 550px;
        margin-bottom: 5%;
    }

        /* ----------------HEADER section ------------------------------------------------------------------  */
header {
  
    background-image: url(../Images/BANNER/NEW/banner-5.0.jpg);
   
}

}

@media screen and (min-width:601px) and (max-width:768px) {

        /* ----------------HEADER section ------------------------------------------------------------------  */
header {
  
    background-image: url(../Images/BANNER/NEW/banner-5.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) {}