/* Extra small devices (phones, less than 600px) */
@media only screen and (max-width: 600px) {
    
.hero-section h1 {
    font-size: 30px;
    font-weight: bold;
}

.hero-section p {
    font-size: 18px;
    margin-top: 20px;
}
.heroFirstFrame{
    width: auto;
 }

.H1Customized {
    display: inline;
    
}
.custom-top-position{
    top:37px;
    left: 0;
}

.eclip3 img{
    width: 80px;
    height: 70px;
    top: -125px;
    left: -97px;    
}


.courses-section {
    margin-top: -90px;
}


.heroMaskGrop{   
    left: 15%;
    top: 80px;
    height: 300px; 
    width: 230px;
   
}

.customHeroImg{
    top: 682px; right: 0px; width: 244px;
}

.CustomeOurCourse{
    width: auto;
}

.heroImgBGImg{
    top: 450px;
    width: 280px;
    height: 351px;
    right: 0px;
    gap: 0px;
    opacity: 0px;
}

.cart-card {

    width: 100% !important;

}

.courseSectionCustomize{
    height: auto !important;
}


/* Rectangle 4231 */

.adsBanar {
    width: 235px;
    height: 201px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    left: 44px;
    top: 0px;    
}

.customBanar{
    left: 0; height: 200px;
    width: 150px;
}

.CustomBanarText{
    left: 80px; 
    top: -244px; color: #fff;
    width: 80px;
    font-size: 8px;
}
.CustomBanarText .BetusBanar{    
    width: 180px;
}


.CustomBanarText .BetusBanar{
    font-size: 0;
   
}

.CustomBanarText .BetusBanar h3 {
    font-size: 13px;
   
}
.CustomBanarText .BetusBanar h4 {
    font-size: 17px;
   
}

.arrow{

    top: -204px;
    right: -253px;
    width: 42px!important;
    height: 48px;
}


.courseCustomize{
    height: 150px;
}
.banarButton{
position: relative;
width: 150px;
height: 40px;
left: -7px;
top: -0px;
background: #FFFFFF;
border-radius: 6px;
font-size:12px;
}

/* course section end here */

/* content Section */


.ContentCard{
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 80px 30px 30px;
gap: 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: auto;
    height: 470px;
    background: #0E9ACD;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.addBanar2 .row {
    width: 100%;
    text-align: center;
}

.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;
}



.pricing-section h2 {
    text-align: center;
    margin-bottom: 20px;
}



h2{
    font-size: 27px;
    
}


}
  




/* Small devices (portrait tablets and large phones, less than 768px) */
@media only screen and (max-width: 768px) {
   
}

/* Medium devices (landscape tablets, less than 992px) */
@media only screen and (max-width: 992px) {
  
}

/* Large devices (desktops, less than 1200px) */
@media only screen and (max-width: 1200px) {
    
}

/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    
}
