

.custome-Container {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
    outline: 0;
    font-weight: 1000;
    max-width: 100%;
}

h2 {
    font-size: 48px;
}

.hero-section h1 {
    font-size: 48px;
    font-weight: bold;
}

.hero-section p {
    font-size: 18px;
    margin-top: 20px;
}

.courses-section {
    padding: 60px 0;
}

    .courses-section h2 {
        text-align: center;
        margin-bottom: 20px;
    }

.course-card {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
}

.pricing-section {
    background-color: #f9fcfd;
    padding: 60px 0;
    margin-top: 50px;
}

    .pricing-section h2 {
        text-align: center;
        margin-bottom: 20px;
    }

.priceingPlan {
    text-align: center;
    width: 524px;
    margin: auto;
}

.footer {
    background-color: #343a40;
    color: white;
    padding: 20px 0;
}

    .footer a {
        color: white;
    }



.cus_btn {
    width: 169 px;
    height: 54 px;
    padding: 13px 20px 13px 20px;
    gap: 10px;
    border-radius: 6px 0px 0px 0px;
    opacity: 0px;
}

.playBtn {
    height: 53px;
    padding: 6.25px 8.13px 6.25px 8.13px;
}


.heroFirstFrame {
    width: 600px;
    top: 12px;
}

.eclip3 {
    top: -146px;
    right: 429px;
}

    .eclip3 img {
        width: 280px;
        height: 250px;
    }

.customHeroImg {
    top: 618px;
    right: 0px;
    width: 373px;
}

.CustomeOurCourse {
    width: 773px;
    margin-left-90px;
}



/* hero position section */
.heroImgBGImg {
    top: 40px;
    left: -230px;
}

    .heroImgBGImg img {
        width: 450px;
        height: 524px;
    }


.heroMaskGrop {
    height: 600px;
    width: 370px;
    right: -290px;
    top: -23px;
    background-color: #00AEEF;
}

.HeroRound {
    bottom: 0px;
    right: 0px;
}

    .HeroRound img {
        width: 300px;
    }
/* hero position end section */


/* course section start here */
.roundBoll {
    height: 40px;
    width: 40px;
    top: 8px;
    border-radius: 50%;
    background-color: #00AEEF;
    left: 10px;
}

.roundBoll2 {
    height: 40px;
    width: 40px;
    top: 8px;
    border-radius: 50%;
    background-color: #69FCD2;
    left: 10px;
}


.roundBoll3 {
    height: 40px;
    width: 40px;
    top: 8px;
    border-radius: 50%;
    background-color: #F99D77;
    left: 10px;
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .card:hover {
        transform: scale(1.2);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        background-color: #0E9ACD !important;
        color: #FFFFFF;
    }

        .card:hover h1 h3 {
            color: #FFFFFF;
        }


.card-header h3 {
    transition: color 0.3s ease;
}

    .card-header h3:hover {
        color: #01ADEE;
    }

.cart-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 0px;
    isolation: isolate;
    width: 320px;
    height: auto;
    background: #FFFFFF;
    border: 2px solid #F7F7F7;
    box-shadow: 0px 14px 48px -12px rgba(16, 24, 40, 0.1);
    border-radius: 30px 0px 30px 30px;
}

.cart-card2 {
    box-sizing: border-box;
    padding: 20px;
    gap: 0px;
    isolation: isolate;
    width: 320px;
    height: auto;
    background: #FFFFFF0D;
    border: 2px solid #F7F7F7;
    box-shadow: 0px 14px 48px -12px rgba(16, 24, 40, 0.1);
    border-radius: 30px 0px 30px 30px;
    text-align: left;
    justify-content: first baseline;
}



    .cart-card2 h4 {
        margin-bottom: 10px; /* Add spacing between the headings */
    }

    .cart-card2 .form-control {
        width: 60%; /* Adjust the input width */
        margin-bottom: 10px; /* Add spacing below the input */
    }

    .cart-card2 .btn {
        display: inline-block;
        margin-bottom: 10px; /* Add spacing above the button */
    }




.social-icon {
    margin: 10px 0;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .social-icon:hover {
        color: #007bff; /* Change to your desired hover color */
    }

.roundborder {
    border: 2px solid #333;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
}



.cart-card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    z-index: 1;
}

.cart-card h4 {
    margin: 10px 0;
    text-align: center;
    font-size: 1.25rem;
}

.cart-card p {
    text-align: center;
    font-size: 1rem;
    color: #666;
}



.cart-card button {
    font-size: 1rem;
    width: 300px;
    height: 46px;
    text-align: center;
}







.cart-card {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease;
}

    .cart-card:hover {
        transform: scale(1.05); /* Slightly scale up the card */
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2); /* Add shadow on hover */
    }

    .cart-card .card-img {
        width: 100%;
        height: auto;
        transition: opacity 0.3s ease;
    }

    .cart-card:hover .card-img {
        opacity: 0.8; /* Slightly fade out the image */
    }

    .cart-card h4,
    .cart-card p {
        margin-top: 15px;
        text-align: center;
    }

    .cart-card .btn {
        display: block;
        width: 100%;
        margin-top: 10px;
        transition: background-color 0.3s ease;
    }

        .cart-card .btn:hover {
            background-color: #007bff; /* Change button color on hover */
        }


    .cart-card:hover .roundBoll {
        transform: translateX(-50%) scale(1.2); /* Slightly enlarge the round ball on hover */
    }

    .cart-card:hover .roundBoll2 {
        transform: translateX(-50%) scale(1.2); /* Slightly enlarge the round ball on hover */
    }

    .cart-card:hover .roundBoll3 {
        transform: translateX(-50%) scale(1.2); /* Slightly enlarge the round ball on hover */
    }




/* Rectangle 4231 */

.adsBanar {
    width: 800px;
    height: 280px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    left: -130px;
    top: 0px;
}


.arrow {
    top: -6px;
    right: -340px;
}



.banarButton {
    position: relative;
    width: 150px;
    height: 40px;
    left: 400px;
    top: -150px;
    background: #FFFFFF;
    border-radius: 6px;
    font-size: 12px;
    border: none;
    color: #00AEEF
}





/* course section end here */

/* content Section */


.ContentCard {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 30px 30px;
    isolation: isolate;
    width: 419px;
    height: 240px;
    background: #F5FFF7;
    border-radius: 30px 0px 30px 30px;
    flex: none;
    order: 0;
    flex-grow: 0;
    z-index: 0;
}

.addBanar2 {
    width: 1320px;
    height: 200px;
    background: #0E9ACD;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

    .addBanar2 .row {
        width: 100%;
        text-align: center;
    }

.addBanarText {
    left: 0;
    top: 30px;
    color: #fff;
}

.addBanarTextSize {
    font-size: 25px;
    font-weight: 1000
}

.addBanar2 h3 {
    background: linear-gradient(90deg, #01ADEE 0%, #69FCD2 95.33%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    font-weight: bold;
    margin: 0;
}

.addBanar2 strong {
    color: white;
    display: block;
    font-size: 20px;
    margin-top: 10px;
}


.DecriptionPart {
    top: -32px;
    left: -70px;
    border-radius: 50%;
    height: 130px;
    width: 140px;
    ;
}

@media (max-width: 768px) {
    .addBanar2 {
        width: auto;
        padding: 10px;
    }

        .addBanar2 h3 {
            font-size: 40px;
        }

        .addBanar2 strong {
            font-size: 16px;
        }
}

.card-header {
    border: 1px dotted;
    border-image-source: linear-gradient(90deg, #FFFFFF 0%, #0E9ACD 50%, #FFFFFF 100%);
    border-image-slice: 1;
}



