* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

.bg {
    background-color: #121063;
    color: white !important;
    /* height: 79vh; */
    width: 100%;

}

.navbar-nav {
    display: flex;
    /* align-items: center;  */
}

.navhead {
    width: 100px;
}

.nav-link {
    /* white-space: nowrap; */
    color: #120049;

}

.nav-item {
    color: #120049;

}

.navbar {
    background-color: #121063;
    color: white !important;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
}

.button {
    background-color: #5300ed;
}

.button:hover {
    background-color: #ff0000;
    color: white;
    transition: 1s;
}

.container-fluid {
    display: flex;
    justify-content: space-between;
}

.hero-section {
    /* padding: 50px 0; */
    background-color: #121063;
    margin-top: 5%;
    /* height: 50vh; */
}

.hero-text h1 {
    font-size: 3.5rem;
    font-weight: bold;
}

.hero-text h1 span {
    color: #00ff00;
    text-decoration: underline;
}

.hero-text p {
    font-size: 1.2rem;
    margin-top: 20px;
}

.hero-buttons .btn {
    font-size: 1.2rem;
}

.hero-image img {
    width: 100%;
}

.features .d-flex {
    align-items: center;
    gap: 10px;
}

.stars {
    height: 80%;
    width: 100%;
}



.card-img-top {
    max-height: 17rem;
    width: 50%;
    object-fit: cover;

}


.card {
    border: none;
}

.stars-body {
    text-align: center;
}

.card-header {
    background-color: #120049;
    display: grid;
    place-items: center;
    padding: 2%;
    height: 5rem;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1rem;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /* border-radius: 1rem; */
}

.Courses-body {
    background-color: #ffffff;
    color: #000000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.center_btn{
    display: flex;
    justify-content: center;
}
.btn-buy {
    background-color: #00aaff;
    display: grid;
    place-items: center;
    /* position: absolute;
    bottom:0px; */
    align-items: end;
    color: white;
    border-radius: 10px;
    /* margin-top: 2rem; */
  

}

.height-courses {
    /* height: 50vh; */
    /* position: relative; */
}

.particular {
    position: absolute;
    bottom: 75px;
}

.card-body .btn-buy {}

.btn-buy:hover {
    background-color: #120049;
    color: white;
}

.list-styled li {
    padding: 8px 0;
    font-size: .9rem;
    font-weight: 600;

}

.list-unstyled li {
    padding: 8px 0;
    font-size: .9rem;
    font-weight: 600;
}


.recommended {
    background-color: #ffd700;
    border-radius: 0 10px 10px 0;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 1px 9px;
    font-weight: bold;
}


.video {
    height: 30%;
    width: 100%;
}




.cards {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    color: #000;
}

.form-container {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-container h2 {
    text-align: center;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-group button {
    width: 100%;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.form-group button:hover {
    background-color: #45a049;
}
.RNS-logo{
    position: relative;
    left:-50px;
}
.tps {
    color: #FFF;
    font-family: Archivo;
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    padding-right: 10px;
}

.cyss {
    background: rgba(92, 255, 35, 1);
    width: 180px;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
}


.allco {


    font-family: Inter;
    font-size: 19px;
    line-height: 40px;
}

.allcc {
    color: #FFF;
    text-decoration: none;
    
}

.terms {
    color: #FFF;

    font-family: Archivo;
    font-size: 20px;
    font-weight: 100;
    padding-top: 20px;
}


#our-products {
    background-image: url("Our\ History.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    color: #fff;
}

.product-card {

    border-radius: 5px;
    /* overflow: hidden; */
    padding: 20px;
    color: #fff;
    transition: transform 0.3s ease;
    text-align: center;
    display: flex;
    justify-content: start;
    position: relative;
}


/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* POP UP */

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
#img {
    position: relative;
    left: -70px;
}

#img2 {
    position: relative;
    left: -30px;
}

#img3 {
    position: relative;
    left: 20px;
}

#img4 {
    position: relative;
    left: 50px;
}

.product-card img {
    max-width: 100%;
    height: 15%;
    padding-top: 40%;
    border-radius: 5px;
    margin-bottom: 15px;
}
.product-card{
    position: relative;
}

.product-card:hover {
    transform: scale(1.05);
}

.product-info h3 {
    margin-top: 0;
    font-size: 1.5rem;
}

.product-info p {
    margin-bottom: 0;
}
a{
    color: #ffffff;
    text-decoration: none;
}


/* popup ===================================================== */
.popup{
    min-width: 250px;
    height: auto;
    background: #701ddb;
    display: none;
    position: absolute;
    top: 60px;
    z-index: 999;
    left: -30px;
   padding-top: 10px;
    border-radius: 10px;
    color: #fff !important;
	padding: 17px !important;
}
.popup2{
    left: 10px;
}
.popup3{
    left: 44px !important;
}
.popup4{
    left: 85px ;
}
.product-card:hover .popup{
    display: block;
}
/* popup ===================================================== */

@media (max-width: 768px) {
    .hero-section {
        padding-top: 50px;
        background-color: #121063;
        width: 100%;
        /* margin-top: 20%; */
    }

    .hero-text h1 {
        font-size: 2.5rem;
    }

    .product-card img {
        max-width: 100%;
        height: 15%;
        padding-top: 0%;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .hero-text p {
        font-size: 1rem;
    }

    .hero-buttons .btn {
        font-size: 1rem;
    }

    /* .btn-form {
        margin-left: 34%;
    } */

    .particular {
        position: absolute;
        bottom: 51px;
    }

    .card-img-top {
        max-height: 21rem;
        min-width: 200px;
        object-fit: cover;
        /* padding-top: 0; */

    }

    #img {
        position: static;

    }

    #img2 {
        position: static;
        left: -30px;
    }

    #img3 {
        position: static;
        left: 20px;
    }

    #img4 {
        position: static;
        left: 100px;
    }

    #our-products {
        background-image: url("");
    }
    .pre{
    
    }
}
@media (max-width:992px) {
    #our-products {
        background-image: url("");
    }
    .pre{
       
        margin-left: 40px !important;
     } 
     .hero-section {
        padding-top: 50px;
        background-color: #121063;
        width: 100%;
        /* margin-top: 20%; */
    }
}