/* @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Outfit:wght@100..900&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Lato';
}
/* #body-textarea{
background-image: url('../image/Texture.png');

background-repeat: no-repeat;
background-size: cover;
}  */
/**The Header Section start*/
.txt-black{
color:#1a171e;
font-weight: 800;
}
/* The Header Ends Section*/
/** The Slider section start**/
.slider-txt{
color: #535156;
}
.hero-txt-uderline{
    /* padding-left: 500px; */
    font-size: 50px;
    /* position: relative; */
    /* top: -20px; */
    /* transform: translateY(-30px); */
    transform: translateX(60px);
}

/**  The Slider Section Ends**/
/* * The Hero Section start here* */
.hero-section{
background-image: url('../image/home\ slider\ copy.png');
width: 100%;
background-repeat: no-repeat;
background-size: 100% 100%;
height: 450px;
}
/* The Home Hero Section Start **/
.index-b{
background-image:url('../image/home-slider.jpg');
/* width:100%; */
height:500px;
background-size:100% 100%;
}
.hilight-title{ 
color: orange;
font-weight: bold;
text-transform: uppercase;
}
.title-desc{
color: white;
font-weight: 600;
}
/** The Hero Section ends here**/
/** The card section start here**/
.card-section{
width: 100%;
height: auto;
background-color: #fef3ff;
padding-bottom: 70px;
padding-top: 1.5rem;

}
/** the card section ends here**/
/** The planning section start here**/

 
.planing-txt{
color:#cc5537;
font-weight: bold;
font-size: 45px;
}
.planing-title{
margin-top:1rem;
margin-bottom: 3rem;
font-size: 23px;
text-align: justify;
color: #2A2932;
}
.planing-txtm{
font-weight: bold;
font-size: 45px;
color: #d03346;
margin-left: 110px;
}
.planing-titlep{
margin-top:2rem ;
font-size: 22px;
text-align: justify;
color: #2A2932;
margin-left: 110px;
margin-bottom: 3rem;
}


.txt-join{
color: #11406a;
font-weight: bold;
font-size: 45px;
}
.unlock-title{
font-size: 50px;
font-weight: bold;
color: #000;
padding-top: 10px;
}
/** The planning section ends here **/
/** The Abouts us Section start here**/
.about-section{
height: 450px;
width: 100%;
background-image: url('../image/Aboutus-bg.jpg');
background-repeat: no-repeat;
background-size: 100% 100%;
}

/** The Abouts us Section ends here**/
/**===================The Signup Pages Start =========================***/
.from-section{
    height: auto;
    width: 100%;
    position: relative;
}
.my-sign-img{
    height: auto;
    width: 100%;
    object-fit: cover;background-repeat: no-repeat;
}
.from-section .container-form{
    position: absolute;
    top: 15%;
    justify-content: center;
    align-items: center;
    left: 52%;
}
.container-fluid.container-hdden{
    display: none;
}
.from-section .int-h-w{
    width: 500px;
}
.from-section .container-form .form-margin{
    margin-top: 3rem;
}
@media  screen and (max-width:781px) {
    /**The Aos Animation Hidden*/
    .aos-init.aos-animate{
        display: block;
    }
    /**THe Aos Animation Ends**/

   .from-section{
    display: none;
   } 
   .container-fluid.container-hdden{
    display: block;
    /* background-color: red; */
   }
   .from-section .int-h-w{
    width: 450px !important;
}
}
@media screen and (min-width:782px) and (max-width:1212px){
    .from-section .int-h-w{
        width: 370px !important;
    }

}
/**===================The SignUp Pages Ends =========================***/


/** The Teacher Section start here**/
.expert-teacher{
height: 450px;
width: 100%;
background-image: url('../image/Individual-Live-class-copy-scaled.jpg');
background-repeat: no-repeat;
background-size: 100% 100%; 
}
/** The Teacher Section ends here**/
/** The Course Section start here**/
.course-section{
height: 450px;
width: 100%;
background-image: url('../image/Course-page-copy-scaled.jpg');
background-repeat: no-repeat;
background-size: 100% 100%;
}
/** The Carousel Section button start**/
.vector_left,
.vector_right {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
background: none; 
border: none;
padding: 0;
cursor: pointer;
outline: none;
}
.vector_left {
left: -20px; /* Adjust for positioning */
}
.vector_right {
right: -20px; /* Adjust for positioning */
}
.vector_left img,
.vector_right img {
width: 50px; /* Image size */
height: 50px;
object-fit: contain;
}
.vector_left:hover,
.vector_right:hover {
background: none; /* Disable hover background */
box-shadow: none; /* Disable hover shadow */
transform: translateY(-50%); /* Ensure no hover transformation */
}
/** The Carousel Section button start**/



/* Position submenu under the parent item */
.submenu {
display: none;
opacity: 0;
transition: opacity 0.5s ease-out, max-height 0.5s ease-out;
max-height: 0;
overflow: hidden;
padding-left: 20px;
margin-top: 10px; /* Creates space between the submenu and the parent item */
}
/* Show submenu on hover */
.dropdown:hover .submenu {
display: block;
opacity: 1;
max-height: 200px; /* Adjust as needed to control how much space the submenu occupies */
}
/* Adjust the submenu items */
.submenu li {
margin-bottom: 10px;
}
.submenu li a {
color: #aaa;
}
.submenu li a:hover {
color: #ddd;
}
/* mode code end */
.fa {
color: #ffdd57;
}
/* Footer responsiveness */
@media (max-width: 768px) {
#hiderow{
display: none;
}
}
.bo{
display: flex;
justify-content: center;
align-items: center;
}
.navheading{
font-weight: 400;
color: black;
}


.submit-container {
border-radius: 20px;
background-color: #fff;
display: flex;
margin-top: 37px;
flex-direction: column;
align-items: flex-end;
font-size: 20px;
color: #1a171e;
font-weight: 500;
padding: 0 71px;
}
.submit-button {
border-radius: 20px;
background-color: #f1a51f;
padding: 15px 21px;
border: none;
cursor: pointer;
font-size: inherit;
font-weight: inherit;
color: inherit;
}
@media (max-width: 991px) {
.submit-container {
padding: 0 20px;
}
.submit-button {
padding: 15px 20px;
}
}
#hiderow {
height: 320px;
background-color: #F1A51F;
border-radius: 30px;
position: relative;
top: 20vh;
left: 130px;
z-index: 2;
width: 80%;
}
#hiderow img {
min-height: 400px;
position: relative;
bottom: 19vh;
}
/* Responsive styles */
@media (max-width: 768px) {
#hiderow {
width: 100%;
top: 50px;
left: 0;
}
#hiderow img {
height: auto;
}
/* Hide the elements for mobile and tablet */
#hide, #hide2 {
display: none;
}
}
/* Footer styles */
.text-warning {
color: #ffdd57 !important;
}
.fa {
color: #ffdd57;
}
/* Footer responsiveness */
@media (max-width: 768px) {
#hiderow{
display: none;
}
/** The Responsive planing section**/
.planing-txt{
font-size: 31px !important;
padding: 10px;
}
.planing-title{
margin-top:-0.8rem ;
font-size: 15px;
text-align: justify;
padding: 10px;
margin-bottom: 1rem !important;
}
.planing-txtm{
font-weight: bold;
font-size: 31px !important;
color: #d03346;
margin-left: 0px !important;
padding: 10px;
}
.planing-titlep{
margin-top:-0.8rem;
margin-left: 0px !important;
padding: 10px;
font-size:15px;
margin-bottom: 1rem !important;
}
.txt-link{
margin-left: 5px !important;
/* padding-left: 5px; */
}
.link-more{
padding-left: 5px;
margin-top:-0.8rem ;
}
.txt-join{
color: #11406a;
font-weight: bold;
font-size: 35px;
padding: 10px;
}
.unlock-title{
font-size:25px !important;
color: #000;
padding-top: -15px;
}
}

/**The Ends Media Queries**/

.bo{
display: flex;
justify-content: center;
align-items: center;
}
/* hero images */
.imgdivv1{
position: relative;
top: 32vh;
}
/** The About us Section **/
#box11{
    font-size: 20px; font-weight: 450;padding:40px;
    text-align: justify;
    position: relative;
    top: 15rem;
    left: -9rem;
}
#box22{
    font-size: 20px; font-weight: 450;padding:40px;text-align:justify;
    position: relative;
    left: 7rem;
    top:12rem;
  }

.box1{
background-color:white;
position: relative;
right: 8vw;
top: 32vh;
text-align: justify;
padding: 20px;
/* box-shadow: 20px 20px 60px #00000044,inset -20px -20px 60px #ffffff41; */
color:#2A2932;
}
/* section 2 */
.imgdiv2{
position: relative;
}
.box2{
background-color: #FFFFFF;
position: relative;
top: 15vh;
left: 8vw;
padding: 20px;
text-align: justify;
background-color: white;
/* box-shadow: 20px 20px 60px #00000044,inset -20px -20px 60px #ffffff41; */
color: #2A2932;
}
/* The About Us Section Endds*/
@media(max-width:500px){
.imgdivv2{
position: relative;
top: 20vh;
}
.box{
position: relative;
bottom: 30vh;
}
}
/* shhopping card */
#teacherbackground{
background-image: url('../image/vivid-blurred-colorful-background\ 1.png');
}
.card-slider {
max-width: 94%;
margin: 0 auto;
@media  (max-width: 1024px) {
width: 80%;
}
.slick-prev-icon,
.slick-next-icon {
color: black;
}
.slick-slide {
padding: 0px 10px;
}
/** Main link */
.card .main-link {
text-decoration: none;
display: flex;
flex-direction: column;
}
.card .main-link:focus {
outline: none;
}
.card .main-link:focus .title {
outline: 3px dashed orange;
outline-offset: -4px;
color: royalblue;
text-decoration: underline;
}
/** Product title */
.card .title {
color: #000;
margin: 0;
padding: 10px 10px 5px 10px;
font-size: 16px;
font-weight: bold;
}
.card .title:hover {
text-decoration: underline;
}
/** Product image */
.card .image {
/** Visually place the image above all other content (like the heading) in the parent flex container (.card). */
order: -1;
position: relative;
/* height: 100px; */
padding: 10px;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}
.card .image img {
width: 100%;
height: 100%;
/* object-fit: cover; */
/* filter: grayscale(.5); */
transition: all .3s ease-in-out;
}
.card .image:hover img {
width: 100%;
height: 100%;
}
/** Product description */
.card .description {
margin: 7px 10px 15px 10px;
font-size: 14px;
opacity: .8;
}
/** Floating "sale" badge */
.card .badge {
position: absolute;
top: 2px;
right: 2px;
z-index: 1;
padding: 5px 10px;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
color: white;
background-color: rgb(200, 0, 0);
}
/** Price */
.card .price {
padding-left: 10px;
}
.card .price .new-price {
font-weight: bold;
}
.card .price .original-price {
margin-left: 5px;
font-size: 14px;
font-style: italic;
opacity: .5;
text-decoration: line-through;
}
/** Rating */
.card .rating {
margin: 10px 0 15px 10px;
color: orange;
font-size: 12px;
}
/** "30 reviews" link next to stars */
.card .rating .reviews-link {
color: rgba(0, 0, 0, .6);
margin-left: 5px;
}
.card .rating .reviews-link:hover {
color: black;
}
.card .rating .reviews-link:focus {
color: royalblue;
outline: 3px dotted royalblue;
outline-offset: 2px;
}
/** Hover state = add box shadow, underline the title */
.card:hover {
border-color: rgba(0, 0, 0, .4);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}
.card:hover .image img,
.card:focus .image img {
filter: grayscale(0);
}
.card a:focus {
outline: none;
}
}
html{
font-size: 10px;
}
/* hero */
.left-hero{
display: grid;
place-items: center; /* Horizontally aur vertically center karta hai */
}
.left-hero h1{
margin-top: 20rem;
font-size:5rem;
font-weight: bold;
}
.left-hero p{
font-size:2.1rem;
position: relative;
left: 10px;
}
.new-price{
font-size: 2.9rem;
}
.new-price1{
font-size: 2.9rem;
font-weight: 300;
}
/** The Upper Footer Image Start **/

/* #main-footer{
margin-top:-200px;
} */
#unfooter{
background-image: url('../image/topfooterbg.png');
 width: 100%;
 height:450px;
 background-repeat: no-repeat;
 background-size: 100%;
 transform: translateY(8rem);
}
.uparfooterhp {
   padding: 16rem 5rem 5rem 5rem;
}

#footer-b{
   height:auto;
   background-color:#48454B;
   
}
#hhjoinbtn{
    background-color: #F1A120;
    font-size: 14pt;
    color: white;
    display: flex;
    justify-content: center;
    height: 50px;
    width: 200px;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    padding-top: 0.8rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0,0.5);
    border: 1px solid #F1A120;
    margin-top: 2.5rem;
}


/** The Input Footer style**/
.input-container{
display: flex;
background-color: #FFFFFF;
height: 60px;
border: none;
border-radius: 20px;
overflow: hidden;
align-items: center;
}
.input-container input{
padding: 60px;
width: 70%;
font-size: 20px;
border: none;
outline: none;
}
.input-container button{
background-color: #f1a51f;
color: #000;
border-radius: 20px;
padding: 20px;
width: 30%;
border: none;
font-size: 20px;
font-weight: 500;
}
/* The Section background-image*/
.about-b{
background-image:url('../image/About-us-copy.jpg');
/* width:100%; */
height:500px;
background-size:100% 100%;
object-fit: cover;
}
.language-foundation{
    background-image: url('../image/about-us-bg1.png');
    width: 100%;
    height: 800px;
    object-fit: cover;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top:-50px;
    padding-top: 10px;
    z-index: -1;
}
.container-about-hero{
    padding-top: 12rem;
}
.container-about-hero h1{
    word-spacing: 10px;
    color: #34252A;
    font-size: 25pt;
    font-weight: 600;
    padding-left: 6px;
}
.container-about-hero p{
    word-spacing: 10px;
    padding-left: 6px;
    font-size: 16pt;
    font-weight: 400;
    color: #2A2932;
    padding-top: 1.8rem;
}
.container-about-hero .learn-morebtn{
    background-color: #F1A51F;
    height: 50px;
    width: 300px;
    border:none;
    color: rgba(255,255,255,1);
    font-size: 13pt;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0,0.5);
    
}
.box-right{
    background-color: #F9B419;
    height: 480px;
    width: 70%;
    box-shadow: 0 8px 10px rgba(0, 0, 0,0.5);
    transform: rotate(2deg);
}
.h1heading{
    word-spacing: 10px;
    color: #34252A;
    font-size: 25pt;
    font-weight: 600;
    text-align: center;
}
.pdesc{
    word-spacing: 10px;
    padding-left: 6px;
    font-size: 16pt;
    font-weight: 400;
    color: #2A2932;
    text-align: center;
}
.stepbtn{
    background-color: #ec6a58;
    text-decoration: none;
    font-size: 16pt;
    color: #FFFFFF;
    font-weight: 500;
    padding: 0.8rem 1.5rem 0.8rem 1.5rem;
    text-align: center;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0,0.5);
 
}
.stepdesc{
    color: #4A6AF1;
    font-size: 20pt;
    font-weight: 700;
}
.stepdesc1{
    color: #34252A;
    font-size: 12pt;
    word-spacing: 8px;
    font-weight: 400;
}
.targetarrow{
    margin-left: 15%;
}
.step2{
    position: relative;
    left: 58%;
    top: -8%;
}
.step4{
    margin-left: 320px;
    margin-top: -250px;
}
.path{
    margin-left: -7rem;
}
.comparisaon{
    background-color: #4A6AF1;
    height: auto;
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 3rem;

}
h1.coparisonheading{
   color: #FFFFFF;
   font-size: 22pt;
   font-weight: 600;
   text-align: center;
   word-spacing: 9px;
}
.compdesc{
    color: #D2DAFC;
    font-size: 12pt;
    word-spacing: 8px;
    font-weight: 400;
    text-align: center;
    
}
.rollection-section{
    background-color: #D2DAFC;
    width: 100%;
    height:auto;
    padding-top: 3rem;
    padding-bottom: 5rem;
  
}
h1.rollectionheading{
    color: #34252A;
    font-size: 20pt;
    font-weight: 600;
    margin-top: 50px;

}
.rollectiondesc{
    color: #2A2932;
    font-size: 12pt;
    word-spacing: 8px;
    font-weight: 400;
    padding-bottom: 6%;
}
.rollectionbtn{
    background-color: #4A6AF1;
    color: rgba(255, 255, 255, 1);
    font-size: 13pt;
    font-weight: 500;
    text-align: center;
    padding: 1rem 2rem 1rem 2rem;
    text-decoration: none;
    border-radius: 10px;
   box-shadow: 0 4px 10px rgba(255,255,255,1);
}
.rollection-rightbox{
    justify-content: center;
    align-items: center;
    
}
.rolection-bg{
    padding-top: 90px;
}

.first-card{
    position: relative;
    width: 100%;
}
.first-card img{
   height: 520px;
    width: 100%;
}

.card-child{
    height:140px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    background-image: url('../image/cover-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: rgba(255,255,255,1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
    text-align: center;
    
    transition: 0.5s;
}
.card-child h2{
    color: rgba(255, 255, 255, 1);
    font-size: 22pt;
    font-weight: 700;
}
.card-child p{
    color: rgba(255, 255, 255, 1);
    font-size: 12pt;
    font-weight: 400;
}

.our-journey{
    /* background-color: #C63183; */
    background-image: url('../image/our-journey-bg1.png');
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    
}
h1.our-journey-heading{
    color: rgba(255,255,255,1);
    font-weight: 800;
    font-size: 23pt;
    word-spacing: 8px;
}
h2.our-journey-heading{
    color: rgba(255,255,255,1);
    font-weight: 800;
    font-size: 23pt;
    word-spacing: 8px;
}

p.our-journey-heading{
    color: #FFFFFF;
    font-weight: 400;
    font-size: 12pt;
    word-spacing: 8px;
    text-align: justify;
    padding-top:5px;
}
.slider-card{
    margin-top: 120px;
    background-color: rgba(255,255,255,1);
    height: 230px;
    padding: 2% 5% 6% 5%;
    border-radius: 20px;
}
.left-botton{
   margin-top: 260px;
   margin-left: 420px;
   align-items: center;
   
}
.right-botton{
    margin-top: 260px;
    align-items: center;
    
}













/* The Contacus start */
.contact-b{
  background-image:url('../image/contactus-bg.jpg');
  /* width:100%; */
  height:500px;
  background-size:100% 100%;
  object-fit: cover;
}
#p22{
    text-align: justify;
    color:#555555;
}
/** The Upper Footer Image Ends**/
/** The Responsive unlock*/
@media screen and (max-width:768px){
/** Unlock all section ressponsive */
.b1{
margin-top: 2px !important;
}
.bbl{
margin-top: 0 !important;
}
/** Unlock all section ressponsive */
/** The Upper Footer Image Responsive Mobile Views**/

#main-footer{
margin-top: 0 !important;
}
.mobile-footer{
padding-top: 0  !important;
}
.top-nva{
padding-top: 0 !important;
}
.top-nva1{
padding-top: 0 !important;
}
.img-hiden{
display: none;
position: relative;
}
.index-b{
height:138px !important;
width: 100% !important;
background-image: url('../image/index-bg.png');
background-size: contain;
/* background-position: center center; */
}
#footer-b{
    padding-bottom: 2rem;
    padding-top: 0px !important;
}
/** The About Section Start Mobile View*/
#box11{
    font-size: 20px; font-weight: 450;padding:40px;
    text-align: justify;
    position: relative;
    top: -1rem !important;
    left: 1rem !important;
}
#box22{
    font-size: 20px; font-weight: 450;padding:40px;text-align:justify;
    position: relative;
    left: 0rem !important;
    top:-9rem !important;
  }

.about-b{
height: 138px !important;
width: 100% !important;
background-image: url('../image/About-us-copy.jpg');
background-size: 100% 100%;
background-repeat: no-repeat;
}
.box1{
position: relative;
transform: translateY(-9.5rem) !important;
}
.box2{
position: relative;
transform: translateY(-144px) !important;
}
.image2{
transform: translateY(-105px) !important;
position: relative;
}
#lorem-desc{
position: relative;
transform: translateY(-120px);
}
.bot{
margin-bottom: 5px !important;
}
.three-heading{
transform: translateY(-120px);
}
/** The Contact us Page mobile Responsive**/
.contact-b{
height: 95px !important;
width: 100% !important;
background-image: url('../image/contactus-bg.jpg');
background-size: 100%;
background-position: center center;
background-repeat: no-repeat;
}
}

/** The Course Section ends here**/
.cursor-pointer{
cursor: pointer;
}

/** The Liveclasses CSS Start**/

/* hero sectionn */
#herobg {
    background-image: url('image/Frame\ 15.png');
    background-size: 100% 100%;
    min-height: 120vh;
    }
    @media(max-width:467px){
    #herobg{
    min-height:auto !important;
    }
    }
    /* second section open  EXP teacher */
    .card1 {
    flex: 0 0 calc(33.33% - 10px);
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    background-color: rgba(242, 166, 31,0.7);
    margin-bottom: 15px;
    height: auto;
    text-align: justify;

    }
    /* .card1:hover {
    transform: translateY(-5px);
    } */
    .card-body1 {
    padding: 20px 20px 25px 20px;
    }
    .medal1 {
    
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 100%;
    width: 90px;
    height:90px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    cursor: pointer;
    transform: translate(-10%, -0%) scale(1);
    
    }
    .medal1:hover {
      transform: translate(-10%, -0%) scale(1.1);
    }

    



    .card1 h2 {
    margin-top: 0;
    color: black;
    text-align: start;
    font-weight: bold;
    font-size: 35px;
    }
    .card1 p {
    margin-bottom: 15px;
    color: black;
    text-align: start;
    text-align: justify;
    font-size: 18px;
    }
    .card1 a {
    text-align: start;
    font-size: 22px;
    font-weight: 300;
    color: black;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    }



    
    /* .card1 a:hover {
    background-color: #fff;
    } */
    
    .class-box {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 0px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border: 2px solid #5F7089;
    width:100%;
    }
    .class-box:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    }
    /* Box Header Styling */
    .box-header {
    border-radius: 10px;
    color: white;
    padding: 25px;
    margin-bottom: 15px;
    /* border: 2px solid #5F7089; */
    }
    .individual1{
        background-color: #5F7089;
        padding: 15px;
        border-radius: 10px;
         
    }
    .individual2{
        background-color: #3DC7F0;
        padding: 15px;
        border-radius: 10px;
         
    }
    .box-header.individual {
    background-color: #5F7089;
    }
    .box-header.group {
    background-color: #3DC7F0;
    }
    .box-header h2 {
    font-size: 4.5rem;
    margin: 0;
    }
    /* List Styling */
    .box-header ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    }
    .box-header ul li {
    /* background-color: #f3f3f3; */
    padding: 10px;
    margin: 5px 0;
    border-radius: 10px;
    }
    /* Button Styling */
    .btn-custom {
    background-color: #5F7089;
    color: white;
    text-decoration: none;
    padding: 15px;
    display: block;
    border-radius: 10px;
    margin-top: 15px;
    font-size: 1.2rem;
    }
    .btn-custom.group {
    background-color: #3DC7F0;
    }
    .btn-custom:hover {
    background-color: #3b506a;
    }
    /* Responsive Styling */
    @media (max-width: 768px) {
    .class-box {
    margin-bottom: 20px;
    }
    .btn-custom {
    font-size: 1rem;
    padding: 10px;
    }
    
    }


    .live-b{
        background-image:url('../image/live-c-bg.jpg');
        width:100%;
        height:500px;
        background-size:100% 100%;
    
    }
    
    
    /* Footer responsiveness */
    @media (max-width: 768px) {
    .input-container input, .input-container button {
    width: 100%;
    }
    .card1 {
        height: auto !important;
    }
    #hiderow{
    display: none;
    }
    .live-b{
    height:115px  !important;
    width: 100% !important;
    background-image: url('../image/live-c-bg.jpg');
    background-size: contain;
    
    /* background-position: center center; */
    background-repeat: no-repeat;
    }
    #under12{
        position: relative;
        top: -1.3rem;
    }
    }

/**The @media Queries End**/


    .bo{
    display: flex;
    justify-content: center;
    align-items: center;
    }
    /* hero images */
    .imgdivv1{
    position: relative;
    top: 32vh;
    }
    .box1{
    background-color: #fff;
    position: relative;
    right: 8vw;
    top: 15vh;
    padding: 20px;
    background-color: white;
    /* box-shadow: 20px 20px 60px #00000044,inset -20px -20px 60px #ffffff41; */
    }
    /* section 2 */
    .imgdiv2{
    position: relative;
    }
    @media(max-width:7px){
    .imgdivv2{
    position: relative;
    top: 20vh;
    }
    .box{
    position: relative;
    bottom: 30vh;
    }
    }
    /*** The Card start***/
    .cad1{
    margin-left: 95px;
    margin-top: -50px;
    z-index: 0;
    }
    .cad2{
    margin-left: 110px;
    margin-top: -41px;
    z-index: 1;
    }
    .cad3{
    margin-left: 130px;
    margin-top: -41px;
    z-index: 2;
    }
    @media (max-width:768px){
    .c1{
    width: 100% !important;
    height: 320px !important;
    padding-bottom: 30px !important;
    }
    .c2{
    width: 100% !important;
    height: 320px !important;
    padding-bottom: 30px !important;
    padding-top: 15px !important;
    }
    }
    /** The Card Ends*/


/** The LiveClasses CSS Ends**/



/**The Teacher section start**/
.teacher-section{
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 550px;
}
#teacher-banner{
    width: 100%;
    height: 550px;
}
.teacher-section .txthighlight{
    color: #FFE100;
    position: absolute;
    top: 40%;
    left: 5.5%;
   
    font-weight: 800;
    font-size: 5rem;
    
}
.teacher-section .desctext{
    position: absolute;
    left: 5.8%;
    top: 50%;
    color: rgba(255,255,255,1);
    font-size: 2.5rem;
    font-weight: 400;
}
.teacher-section .stubtn{
    width:35rem;
    background-color: #3427BD;
    color: rgba(255,255,255,1);
    height: 4.5rem;
    text-decoration: none;
    position: absolute;
    top: 60%;
    left: 5.5%;
    padding: 1rem 1.5rem 1rem 1.5rem;
    font-size: 2rem;
     text-align: center;
     border-radius: 10px;
     font-weight: 400;

}
.resourse-section{
    width: 100%;
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #f5f5f5;
    
}
.hightlightresourcetxt{
    font-size: 5rem;
    text-align: center;
    color: #48454B;
    font-weight: 700;
}
.input-search{
    display: flex;
    background-color: rgba(255, 255, 255, 1);
    height: 6rem;
    border: none;
   border-radius: 5px;
   overflow: hidden;
   align-items: center;
  
}
.input-search input{
    width: 80%;
    height: 6rem;
    background-color: rgba(255, 255, 255, 1);
    border: none;
    padding-left: 3rem;
    font-size: 2.5rem;
    color: #000000;
    opacity: 50%;
    border: 5px;
    font-weight: 400;
}
.input-search button{
    width: 20%;
    background-color:#3427BD;
    color: white;
    text-align: center;
    height: 6rem;
    border: none;
    border-radius: 5px;
    font-size: 2.5rem;
    font-weight: 400;
}
.selectlg{
    padding: 1.5rem;
    width: 100%;
    height: 6rem;
    border: none;
    border-radius: 5px;
    color: #000000;
    opacity: 50%;
    font-size: 2rem;
    background-color: rgba(255,255,255,1);
}
.videobtn{
    background-color: #007FA4;
    border-radius: 10px;
    color: white;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    width: 40%;
    height: 4.5rem;
    padding: 1rem 2rem 1rem 2rem;
    text-decoration: none;
 
}
.microbtn{
    background-color: #F1A51F;
    border-radius: 10px;
    color: white;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    width: 40%;
    height: 4.5rem;
    padding: 1rem 2rem 1rem 2rem;
    text-decoration: none;
    
}
.newbtn{
    background-color: #B6332A;
    border-radius: 10px;
    color: white;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    width: 40%;
    height: 4.5rem;
    padding: 1rem 2rem 1rem 2rem;
    text-decoration: none;
   
}

.frenchbtn{
    background-color: #f5f1f9;
    padding: 0.5rem 1rem 1rem 1rem;
    height: 3rem;
    width: 10rem;
    color: #304AB7;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    border: none;
    margin-top: 2rem;
}
.teacher-team{
    background-color: #8D378D;
    height: auto;
    width: 100%;
   
    margin-top: 4rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.playbtn{
    height: 3rem;
    width: 12rem;
    text-decoration: none;
    border-radius: 10px;
    border: none;
    color: rgba(255,255,255,1);
    font-size: 2.2rem;
    font-weight: 600;
    background-color: #304AB7;
    text-align: center;
    padding: 0.8rem 6rem 0.8rem 6rem;
    margin-left: 30%;
   
}
.loadbtn{
    height: 3.5rem;
    width: 100%;
    text-align: center;
    text-decoration: none;
    background-color: #304AB7;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 1rem 8rem 1rem 8rem;
    font-size: 2.2rem;
    text-align: center;
    font-weight: 600;
    margin-left: 4rem;
}
.teachertxtlight{
    color: white;
    font-size: 4.5rem;
    font-weight: 800;
    padding-top: 40%;
    
}
.dropdown:hover .dropdown-menu {
    display: block;
  }

 
.langtext{
    font-size:1.5rem;
    padding-top: 2rem;
    text-align: center;
    color: gray;
}
.langtext1{
    font-size:1.5rem;
    padding-top: 2rem;
    color: gray;
}
.ecard{
    background-color: rgba(255,205,255,1);
    border: none;
    margin-top: 5rem; 
    width: 60%;
    margin-left: 40%;
}
.ecard img{
    height: 5rem;
    width: 5rem;
}
.heiunder{
    height: 250px;
    width: 1.2px;
    background-color: gainsboro;
}
.card-teac:hover{
    background-color: rgba(255,205,255,1);
    color: white;
}


/**The Wait list section start **/
.waitlistform{
    background-color: #8D378D;
    margin-bottom: 45rem;
    height: 500px;
    width: 100%;
    border-bottom-right-radius: 20%;
    border-bottom-left-radius:20%;
    padding-top: 10rem;
    
}
/** The Wait list section ends **/
.waitlisttext{
    font-weight: 800;
    text-align: center;
    font-size: 5.5rem;
   color: white;
   line-height: 5.5rem;
}
.waitlistinput{
    height: 5.5rem;
    width: 100%;
    border-radius: 10px;
    font-size: 1.5rem;
    color: lightgray;
    padding-left: 2rem;
    border: 1px solid lightgray;
}
.imgform{
    padding-top: 8rem;
   
}
.svtbtn{
    width: 100%;
    height: 5rem;
    border-radius: 50px;
    background-color: #3427BD;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 1.8rem;
    border: none;
}


/** hOme page start**/


#hjoinbtn{
    width: 30rem;
    border: none;
    border-radius: 30px;
    height: 5rem;
    text-align: center;
    color: rgba(255,255,255,1);
    background-color: #CC5935;
    padding: 1.2rem 2rem 1.2rem 2rem;
     box-shadow: 0 4px 10px rgba(242, 166, 31,0.7);
}
.txt-link{
    margin-left: 100px;
    width: 30rem;
    border: none;
    height: 5rem;
    background-color: #CF4855;
    color:rgba(255,255,255,1);
    border-radius: 20px;
    text-align: center;
    padding: 1.2rem 5rem 1.2rem 5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0,0.5);
    }
    .link-more{
    width: 30rem;
    border: none;
    height: 5rem;
    background-color: #1D1977;
    color:rgba(255,255,255,1);
    border-radius: 20px;
    text-align: center;
    padding: 1.2rem 5rem 1.2rem 5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0,0.5);
    }
/**The Home Pages end**/

/**The Mobile View Section start **/
.startimgleft{
    height: 12rem;
    margin-top: -18rem;
}
.roket{
    height: 14rem;
    margin-top: -40rem;
    margin-left: 20rem;
}
    .view-m{
       background-color:#9b299a;
       height: auto;
       padding: 2rem;
       padding-bottom: 1rem;
       display: none;
    }
    .txtmobile{
        font-size: 4.2rem;
        font-weight: 800;
        text-align: center;
        color: #FFE100;
    }
    .txtparagraphpmobile{
        font-size: 2rem;
        text-align: center;
        color: rgba(255,255,255,1);
        font-weight: 400;
    }
    .stubtnm{
        width:35rem;
        background-color: #3427BD;
        color: rgba(255,255,255,1);
        height: 4.5rem;
        text-decoration: none;
        padding: 1rem 1.5rem 1rem 1.5rem;
        font-size: 1.2rem;
         text-align: center;
         border-radius: 10px;
         font-weight: 400;
         margin-left: 6rem;
    }
/**The Mobile View section  ends**/

/**The Student Testomonials review section start**/
.student-testomonials{
    background-image: url('../image/testomonialsbanner.png');
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 5rem;
    position: relative;
    top: 7rem;
}
 .top-card{
    height: auto;
    padding: 8rem 5rem 2rem 5rem;
    border-radius: 12px;
    background: linear-gradient(#3E66DF,#3939BC);
    margin-top: 5rem;
 }
 .top-cardtop{
    height: auto;
    padding: 10rem 5rem 3rem 5rem;
    border-radius: 12px;
    background: linear-gradient(#3E66DF,#3939BC);
  
 }
.slider-imgs{
    height: 100px;
    width: 100px;
    margin-left: 34%;
    margin-top: -5rem;
}
.student-testomonials{
    margin-bottom: 2rem;
    
}

/**The Student Testomonials review section start**/


@media (max-width:768px) {
    .lexiconhightlight1{
        padding-top: 4rem !important;
    }
    #unfooter{
        display: none;
    }
    .student-testomonials{
        margin-bottom: 0rem !important;
        position: relative;
        top: 0px !important;
    }
    
    .view-m{
     display: block;
    }
     .demand-learning{
        padding-bottom: 3rem;
     }
.master-section{
    padding-bottom:3rem ;
}
.live-section{
    padding-bottom: 3rem;
}
    .waitlistform{
        height: auto !important;
        margin-bottom: 0rem !important;
        padding-top: 2rem !important;
        padding-bottom: 3rem;
    }
    .imgform{
        padding-top: 1rem !important;
    }
    .waitlisttext {
        font-size: 3.5rem !important; 
    }
    .heiunder{
        display: none;
    }
    .input-search button{
        width: 61% !important;
    }
    .teachertxtlight{
        padding-top: 0% !important;
    }
    .teacher-section{
        height: auto !important;
        display: none;
    }
    #teacher-banner{
        height: auto !important;
    }
    .teacher-section .desctext {
        position: absolute;
        left: 5.8%;
        top: 32% !important;
        font-size: 1.5rem !important;
       
    }
    .teacher-section .txthighlight {
        position: absolute;
        top: -1% !important;
        left: 5.5%;
        font-size: 4rem !important;
    }
    .teacher-section .stubtn {
        position: absolute;
        top: 74% !important;
        left: 3.5% !important;
        padding: 0.5rem 1rem 0.5rem 1rem !important;
        font-size: 2rem;
        
    }
    .teacher-team{
        margin-bottom: 0px !important;
    }
    .loadbtn {
        padding: 1rem 3rem 1rem 5rem !important;
        font-size: 2.2rem;
        font-weight: 600;
        margin-left: 4rem;
    }
    .lexiconunderline img{
        width: 300px;
        margin-left: 0px !important;
        margin-top: -1rem !important;
    }
    h1.lexiconhightlight{
        font-size: 30pt !important;
    }
    .studyhightlight{
        font-size: 30pt !important;
    }
    .privacy-footer{
        font-size: 12pt !important;
        gap: 10px !important;
    }
    .descvideopage{
        font-size: 18pt !important;
        padding: 5px !important;
    }
    .descvideopage1{
        font-size: 14pt !important;
        padding: 5px !important;
    }
    .video-box{
        transform: rotate(0deg) !important;
        width: 100% !important;
        margin: 5px;
    }
}
/**The Teacher section ends **/


/** The Animation start for Index pages **/
.demand-learning{
    background-color: #ffe9d0;
    width:100%;
    height:auto;
}
.demand-learning{
    position: relative;
    height: 200px;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}
.demand-learning:hover{
    position: relative;
    height: auto;
    width: 100%;
    z-index: 1;
    animation: demand-learning 2 ease-in-out;
}
@keyframes demand-learning {
      0%{
          height: 200px;
      }
      100%{
          height: auto;
      }
    
}


.master-section{
    background-color:#ffd8d3;
    width:100%;
    height:auto
    
}
.master-section{
    position: relative;
    height: 200px;
    overflow: hidden;
    width: 100%;
    z-index: 1;  
}
.master-section:hover{
    position: relative;
    height: auto;
    width: 100%;
    z-index: 1;
    animation: master-section 1s ease-in-out;
}
@keyframes master-section {
      0%{
          height: 200px;
      }
      100%{
          height: auto;
      }
    
}



.live-section{
   width:100%;
   height:auto;
   background-color:#d0ceff;
}
.live-section{
    position: relative;
    height: 230px;
    overflow: hidden;
    width: 100%;
    z-index: 2;
}
.live-section:hover{
    position: relative;
    height: auto;
    width: 100%;
    z-index: 2;
    animation: live-section 1s ease-in-out;
}
@keyframes live-section {
      0%{
          height: 230px;
      }
      100%{
          height: auto;
      }
}
/** The Animation ends for Index pages **/

/** The Popup section start **/
.short1{
    padding-left: 50px;
    background-color: red;
}
/** The Popup Section ends **/


/** The Lexicon Section start **/
#joinbtnlexicon{
  font-size: 15pt;
  border-radius: 10px;
  width:15.6rem;
  height:5.4rem;
  border: none;
  background-color: #FFFFFF;
  padding:1rem 2rem 1rem 2rem;
  text-align: center;
  color: #D03346;
  text-decoration: none;
  margin-left: 2rem;
 }


 .study-shedul{
 background-image:url('../image/study-bg.png');
 height: 500px auto;
 padding-bottom: 3rem;
 width: 100%;
 background-size:100% 100%;
 background-repeat: no-repeat;
 padding-top: 8rem;
 }
 
 #lexicon-hero{
    background: linear-gradient(to top,#8424f9,#650ecf);
    width: 100%;
    height: auto;
    padding-top: 2rem; 
    
 }
 .lexiconhightlight{
    color: #FFFFFF;
    font-size: 43pt;
    font-weight: 600;
    padding-top: 2rem;
    padding-left: 2rem;
}
.jahaj{
    height:350px;
    width: 350px;
}
.lexdesctext{
    font-size: 22pt;
    color: #FFFFFF;
    font-weight: 600;
    word-spacing: 8pt;
    padding-bottom: 2rem;
    padding-left: 2rem;
}
.lexicon-work{
    background-image: url('../image/laxiconbg.png');
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 5rem;
}
h1.lexiconhightlight{
    font-size: 43pt;
    font-weight: 600;
    color: #5204B2;
    text-align: center;
}
.lexdesctext1{
    font-size:17pt;
    color: #2E2E2E;
    text-align: center;
    font-weight: 500;
    word-spacing: 5pt;
    padding-bottom: 2.5rem;
}
.lexiconhightlight1{
    padding-top: 6rem;
}
.studyhightlight{
    color: #FFFFFF;
    font-size: 43pt;
    font-weight: 600;
    padding-left: 2rem;
    
}
.studyhightlight li{
    list-style: none;
}

.lexiconunderline img{
    width: 300px;
    margin-left: 300px;
    margin-top: -8rem;
}
.stephightlight{
    color: #FFFFFF;
    font-size: 20pt;
    font-weight: 600;
}
/** The Lexicon Section ends**/


/** The Video Description section start**/
.video-section{
    background-color: #f5f5f5;
    padding-top: 5rem;
    padding-bottom: 3rem;
}
.subscription{
    font-size: 25pt;
    font-weight: 600;
    color: #131D73;
}
.descvideopage{
    font-size: 30pt;
    font-weight: 600;
    color: #2E2E2E;
    padding-bottom: 2rem;
}
.descvideopage1{
    font-size: 18pt;
    color: #131D73;
    font-weight: 500;
    word-spacing: 4px;
    text-align: justify;
    padding-bottom: 2rem;
}
.subscriptionbtn{
    width: 300px;
    height: 50px;
    background-color: #A0242A;
    color: #FFFFFF;
    text-align: center;
    font-size: 16pt;
    border: none;
    font-weight: 600;
    border-radius: 5px;
     margin-top: 3rem;
}
.video-box{
    height: auto;
    padding-bottom: 2rem;
    width: 80%;
    border: 1px solid #000000;
    transform: rotate(2deg);
    box-shadow: 0 8px 10px rgba(0, 0, 0,0.5);
   
}
.video-box img{
    height: 300px;
    width: 100%;
}
.btnsubscribe{
    height: 50px;
    width: 200px;
    color: #0D1D76;
    font-weight: 600;
    font-size: 16pt;
    background-color: #c2c6dc;
    border: none;
    border-radius: 10px;
}

.benfite-section{
    background-color: #f5f5f5;
    width: 100%;
    height: auto;
    padding-top: 5rem;
    padding-bottom: 3rem;
}

.video-box1{
    height: 280px;
    width: 100%;
    border-radius: 15px;
    border: 2px solid #cacaca;
    padding: 2rem;

}
.videoicon{
    height: 60px;
    width: 60px;
    border-radius: 50px;
    border: none;
    background-color: #0D1D76;
    display: flex;
    justify-content: center;
    align-items: center;
}
.allvideodesc{
    padding-top: 1.2rem;
    font-size: 15pt;
    color: #2E2E2E;
    font-weight: 800;
}
.allvideodesc li{
    list-style: none;
}
.getdesc{
    color: #2E2E2E;
    font-weight: 500;
    font-size: 12pt;
    text-align: justify;
}
.footer-video{
    background-color: white;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    width: 100%;
    height: auto;
}
.video-footer-container{
    display: flex;
    justify-content: space-between;

}
.privacy-footer{
    display: flex;
    gap: 40px;
  font-weight: 600;
  font-size: 16pt;
  color: #0D1D76;
  padding-top: 2rem;
}
.bg-img{
    width:100%;
    position: relative;
    object-fit: cover;
}
.bg-img .div-bg{
    height: 211px;
    width: 92%;
    background-color: rgba(0, 0, 0, .3);
    overflow: hidden;
    position: absolute;
    top: 9px;
    left: 12px;
    right: 0px;
    right: 0px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/** The Video Description section  ends **/

/** The Model section start**/
.modeldesc{
    font-size: 12pt;
    color: #7C87AA;
}
.inputmodel{
    height: 4.5rem;
    width: 100%;
    border: 1px solid #E8EBF1;
    padding-left: 1.2rem;
    background-color: #F8F9FB;
    border-radius: 10px;
    font-size: 14pt;
    color: rgba(46,46,46,1);
}
.inputmodely{
    height: 4.5rem;
    width: 100%;
    border: 1px solid #EF6824;
    padding-left: 1.2rem;
    background-color: #FDEEE6;
    border-radius: 10px;
    font-size: 14pt;
    color: rgba(46,46,46,1);
}

.paybtn{
    background-color:  #EF6824;
    color: #FFFFFF;
    height: 4.5rem;
    width: 100%;
    border: none;
    border-radius: 10px;
    font-size: 14pt;
    display: flex;
    font-weight: 600;
    justify-content: center;
    align-items: center;
}
.model-banner-left{
    background-image: url('../image/payment-baner.png');
    height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.modeldescright{
    color: #253058;
    font-weight: 600;
    font-size: 18pt;
    position: relative;
    top: 2rem;
    left: 1.5rem;
}
.box-section-model{
    height: 200px;
    width: 100%;
    background-color: #DFECF6;
     border-radius: 20px;
     position: relative;
     top: 4.5rem;

}
.orderdesc{
    position: relative;
    top: 4rem;
    font-size: 14pt;
    display: flex;
    gap: 40px;
    left: 2rem;
}
.modelfooter{
    position: relative;
    top: 14rem;
    font-size: 12pt;
    left: 2rem;
}
/** The Model section ends**/


/**The Chhose Your Plan section starts**/

  .choose-planing{
    background-color: rgba(255,255,255,1);
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .chooseplantext{
    color: #131D73;
    line-height: 100%;
    text-align: center;
    font-size: 20px;
  }
  /**The Basic Plan section start**/
  .basic{
    border: 1px solid #4052F8;
    height: 570px;
    padding-bottom: 2rem;
    width: 100%;
  }
  .basic-bgcolor{
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #7339F4;
  }
  .basic-bgcolor .basic-text{
     font-size: 35pt;
     color: white;
     font-weight: 800;
     position: absolute;
     top: 20px;
     left: 38%;
  }
  .basic-bgcolor .basic-price{
    height: 130px;
    width: 130px;
    background-color: #7339F4;
    border-radius: 50%;
    border: 10px solid white;
    position: absolute;
    top: 70%;
    left: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20pt;
    font-weight: 800;
  }
  .unlock{
    position: relative;
    top: 5rem;
    left: 2rem;
  }
  .buybtn{
    height: 40px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 600;
    font-size: 15pt;
    background-color: #7339F4;
    border-radius: 10px;
    margin-left: -30px;
  }
/** The Basic plan section ends**/

  /**The Standerd plan start**/
  .standard{
    border: 1px solid #D807EE;
    height: 570px;
    padding-bottom: 2rem;
    width: 100%;
  }
  .standard-bgcolor{
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #D807EE;
  }
  .standard-bgcolor .standard-text{
     font-size: 35pt;
     color: white;
     font-weight: 800;
     position: absolute;
     top: 20px;
     left: 28%;
  }
  .standard-bgcolor .standard-price{
    height: 130px;
    width: 130px;
    background-color: #D807EE;
    border-radius: 50%;
    border: 10px solid white;
    position: absolute;
    top: 70%;
    left: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20pt;
    font-weight: 800;
  }
  .unlock{
    position: relative;
    top: 5rem;
    left: 2rem;
  }
  .buybtnstandard{
    height: 40px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 600;
    font-size: 15pt;
    background-color: #D807EE;
    border-radius: 10px;
    margin-left: -30px;
  }
  /** The Standered Plan end**/

  /** The Premium Section starts**/
  .premium{
    border: 1px solid #D95237;
    height: 570px;
    padding-bottom: 2rem;
    width: 100%;
  }
  .premium-bgcolor{
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #D95237;
  }
  .premium-bgcolor .premium-text{
     font-size: 35pt;
     color: white;
     font-weight: 800;
     position: absolute;
     top: 20px;
     left: 28%;
  }
  .premium-bgcolor .premium-price{
    height: 130px;
    width: 130px;
    background-color: #D95237;
    border-radius: 50%;
    border: 10px solid white;
    position: absolute;
    top: 70%;
    left: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20pt;
    font-weight: 800;
  }
  .unlock{
    position: relative;
    top: 5rem;
    left: 2rem;
  }
  .buybtnpremium{
    height: 40px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 600;
    font-size: 15pt;
    background-color: #D95237;
    border-radius: 10px;
    margin-left: -30px;
  }
  /** The Premium Section ends**/

  #gotolibrary {
    background-color: #234890;
    color: white;
    font-size: 1.2rem;
}
#profile {
    width: 65%;
}
@media screen and (max-width: 768px) {
    #gotolibrary {
        width: 10rem !important;
    }
    #profile {
        /* width: 65%; */
        width: 3.5rem !important;
        height: 3.5rem !important;
        margin-top: 1rem !important;
    }
    
}

@media screen and (max-width: 576px) {
    #imgpt{
        margin-top: 30px !important;
    }
}
/** The Chhose Your Plan section ends**/