/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Courgette&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1170px;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 400;
     font-size: 17px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

.titlepage {
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 45px;
     color: #2b2b2b;
     line-height: 60px;
     font-weight: bold;
     padding: 0;
     display: inline-block;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     text-transform: uppercase;
     transition: ease-in all 0.5s;
     font-weight: bold;
     color: #2b2b2b;
     z-index: 999;
     position: relative;
}

.link_btn {
     display: flex;
     align-items: center;
}

.read_more:before {
     content: "";
     width: 0px;
     height: 1px;
     border: #ff0bac solid 1px;
     transition: all 0.2s linear;
     display: block;
     margin-bottom: -16px;
     position: relative;
     z-index: -1;
     left: 104px;
     opacity: 0;
     transition: ease-in all 0.5s;
}
.about .read_more:before {
     content: "";
     width: 0px;
     height: 1px;
     border: #d8d9d9 solid 1px;
     transition: all 0.2s linear;
     display: block;
     margin-bottom: -16px;
     position: relative;
     z-index: -1;
     left: 104px;
     opacity: 0;
     transition: ease-in all 0.5s;
}
.read_more:hover:before {
     width: 140px;
     opacity: 1;
     transition: ease-in all 0.5s;
}

.read_more:hover {
     color: #ff0bac;
     transition: ease-in all 0.5s;
}
.about .read_more:hover {
     color: #d8d9d9;
     transition: ease-in all 0.5s;
}

.read_more::before::after {
     width: 100%;
     transition: ease-in all 0.5s;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}

.text_align_center {
     text-align: center;
}

.img_responsive {
     max-width: 100%;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- header --*/

.header {
width: 100%;
background:#fff0;
height: 107px;
padding: 27px 30px;
position: absolute;
z-index: 999;
}

.navigation.navbar {
     float: right;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 15px 30px;
     color: #2b2b2b;
     font-size: 17px;
     line-height: 20px;
     font-weight: 400;
     border-radius: 30px;
     text-transform: uppercase;
     margin-right: 3px;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #fff;
     background: #ff0bac;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #fff;
     background: #ff0bac;
}

.di_no {
     display: none;
}

ul.email {
     padding-top: 1px;
     display: flex;
     align-items: center;
     justify-content: flex-end;
     flex-wrap: wrap;
}

ul.email li {
     padding: 0px 30px;
}

ul.email li:nth-child(2) {
     padding-right: 0;
}

ul.email li a {
     font-size: 29px;
}

ul.email li i {
     color: #5e5d5e;
     font-size: 19px;
}


/** end header **/


/** banner section **/

.full_bg {
     background: #fff;
}

.slider_main {
     padding-top: 6%;
}

.relative {
     left: 0;
     right: 0;
     text-align: left;
     position: inherit;
}

.carousel-indicators {
     bottom: 0;
}

.carousel-control.right,
.carousel-control.left {
     background-image: none;
}

.carousel-item {
     min-height: 350px;
     height: 100%;
     width: 100%;
}

.board {
     max-width: 474px;
     float: right;
     text-align: left;
     width: 100%;
}

@media  (max-width:760px) {
     .board{
          margin-top: 40px;
     }
}

.relative h3 {
     padding-top: 60px;
     font-size: 70px;
     line-height: 85px;
     color: #2b2b2b;
     font-weight: bold;
     padding-bottom: 60px;
}

.carousel .icon-container {
     display: inline-block;
     font-size: 25px;
     line-height: 25px;
     padding: 1em;
     text-align: center;
     border-radius: 50%;
}

.slider_main .carousel-indicators {
     display: none;
}

#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next {
     width: 66px;
     height: 66px;
     background-color: #3e0bce;
     color: #fff;
     font-size: 15px;
     opacity: 1;
     border-radius: 50px;
     top: 100%;
}

#carouselExampleIndicators .carousel-control-prev {
     left: 4%;
}

#carouselExampleIndicators .carousel-control-next {
     right: inherit;
     left: 10%;
}

#carouselExampleIndicators .carousel-control-next:focus,
#carouselExampleIndicators .carousel-control-next:hover,
#carouselExampleIndicators .carousel-control-prev:focus,
#carouselExampleIndicators .carousel-control-prev:hover {
     background-color: #ff0bac;
     color: #fff;
}

.banner_img {
     padding-right: 50px;
}

.banner_img figure {
     margin: 0;
}


/** end banner section **/


/** our class **/

.class {
     padding: 10px 0px 60px 0px;
}

.class .titlepage p {
     font-size: 17px;
     padding-top: 15px;
     color: #2b2b2b;
}

.class_box {
     border-radius: 10px;
     background: #ff0bac;
     margin-bottom: 58px;
     transition: ease-in all 0.5s;
     padding: 30px 15px;
}

.class_box h3 {
     color: #fff;
     font-size: 25px;
     transition: ease-in all 0.5s;
     font-weight: bold;
     line-height: 22px;
     padding: 30px 0;
}

.class_box p {
     color: #fff;
     font-size: 16px;
     line-height: 28px;
     transition: ease-in all 0.5s;
}

.blue {
     background: #3f0bcea0;
}

.margi_bottom {
     margin-bottom: 30px;
}


/** end our class **/


/** about section **/

.about {
     background: url(../images/about_banner.png);
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
     background-attachment: fixed;
     padding-top: 90px;
}

.about .titlepage {
     padding-bottom: 0;
     max-width: 554px;
     float: right;
}

.about .titlepage h2 {
     padding-bottom: 30px;
     color: #fff;
}

.about .titlepage p {
     font-weight: 400;
     font-size: 17px;
     line-height: 30px;
     color: #fff;
     padding-bottom: 29px;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
     margin-bottom: -11px;
}

.about .read_more {
     color: #fff;
     /* background: #495a4d; */
}

.about .read_more:hover {
     color: #d8d9d9;
     /* background: #495a4d; */
}


/** end about section **/




/** footer **/

.footer {
     padding-top: 120px;
     background: #fff;
     text-align: center;
}

.border_left {
     border-left: #ff0bac solid 1px;
     padding-left: 40px;
}

.infoma {
     display: block;
}

.infoma h3 {
     text-align: left;
     font-weight: bold;
     font-size: 30px;
     line-height: 24px;
     color: #2c2c2b;
     padding-bottom: 15px;
}

.infoma ul li {
     color: #bebbbb;
     font-size: 14px;
     text-align: left;
     line-height: 35px;
     display: inline-block;
}

.infoma ul li img {
     max-width: 84px;
}

ul.conta {
     padding-top: 12px;
}

ul.conta li {
     color: #434342;
     text-align: left;
     padding-bottom: 22px;
     font-size: 17px;
     line-height: 18px;
     display: flex;
     align-items: center;
}

ul.conta li:last-child {
     padding-right: 0;
}

ul.conta li i {
     padding-right: 15px;
     text-align: center;
     font-size: 18px;
     color: #5326d3;
}

ul.conta li a {
     color: #434342;
}


/*newsletter*/

.form_subscri {
     margin-top: 10px;
}

.newsl {
     margin-bottom: 20px;
     width: 100%;
     height: 48px;
     background: #fff;
     color: #9e9c9c;
     font-size: 16px;
     font-weight: normal;
     border: inherit;
     box-shadow: 0 0 5px 0px #dddddd4d;
     padding: 0 15px;
}

.subsci_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #ff0bac;
     text-transform: uppercase;
     color: #fff;
     max-width: 220px;
     width: 100%;
     display: block;
     font-weight: 500;
     height: 48px;
     float: right;
     line-height: 48px;
     border-radius: 10px;
}

.subsci_btn:hover {
     background-color: #3e0bce;
     transition: ease-in all 0.5s;
     color: #fff;
}


/* end newsletter*/

ul.fullink li {
     float: left;
     padding: 0px 27px;
}

ul.fullink li a {
     color: #2b2b2b;
     font-size: 17px;
}

ul.fullink li a:hover {
     color: #5326d3;
}

ul.fullink li:nth-child(1) {
     padding-left: 0;
}

ul.fullink li:nth-child(5) {
     padding-right: 0;
}

ul.social_icon {
     float: left;
     padding-top: 0px;
}

ul.social_icon li {
     display: inline-block;
     margin: 0 1px;
}

ul.social_icon li a {
     background: #343334;
     width: 33px;
     height: 33px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     border-radius: 30px;
}

ul.social_icon li a i {
     font-size: 19px;
     transition: ease-in all 0.5s;
}

ul.social_icon li a:hover {
     color: #fff;
     background: #5326d3;
     transition: ease-in all 0.5s;
}

.copyright {
     margin-top: 90px;
     padding-bottom: 25px;
     background: #ff0bac
}

.copyright p {
     color: #fff;
     font-size: 17 px;
     line-height: 22px;
     text-align: center;
     padding-top: 25px;
     font-weight: 400;
     font-weight: normal;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #3e0bce;
}


/** end footer **/


/**  inner page css **/

.inner_page .header {
     box-shadow: 0 0 10px rgb(240, 57, 15);
     margin-bottom: 10px;
     position: inherit;
}

.inner_page .about {
     margin-top: 80px;
}

.inner_page .class {
     padding-top: 80px;
     padding-bottom: 0;
}


/** contact **/

.contact {
     background: #fcfcfc;
     padding-bottom: 90px;
     padding-top: 88px;
}

.main_form {
     width: 100%;
}

.main_form .contactus {
     padding: 0px 10px;
     margin-bottom: 20px;
     width: 100%;
     height: 50px;
     background: #fff;
     color: #501f14;
     font-size: 17px;
     font-weight: normal;
     border-radius: 11px;
     border: inherit;
     box-shadow: 0px 0px 2px 0 #f34b52d4;
}

.custom-select {
     padding: 0px 10px;
     color: #501f14;
     font-size: 17px;
     height: 50px;
     border: inherit;
     box-shadow: 0px 0px 2px 0 #f34b52d4;
     margin-bottom: 20px;
     border-radius: 11px;
}

.custom-select:focus {
     border: inherit;
     box-shadow: 0px 0px 2px 0 #f34b52d4;
}

.main_form .textarea {
     margin-bottom: 20px;
     width: 100%;
     background: #fff;
     color: #501f14;
     font-size: 17px;
     font-weight: normal;
     padding: 12px 15px 10px 15px;
     height: 155px;
     border-radius: 11px;
     border: inherit;
     box-shadow: 0px 0px 2px 0#f34b52d4;
}

.main_form .send_btn {
     font-size: 18px;
     transition: ease-in all 0.5s;
     background-color: #ff0bac;
     text-transform: uppercase;
     color: #fff;
     max-width: 193px;
     width: 100%;
     display: block;
     margin-top: 10px !important;
     font-weight: 600;
     height: 53px;
     border-radius: 10px;
     padding: 13px 0;
}

.main_form .send_btn:hover {
     background: #3e0bce;
     color: #fff;
     transition: ease-in all 0.5s;
}

#request *::placeholder {
     color: #501f14;
     opacity: 1;
}


/** end contact **/


/* course */

 

.video-background {
     position: relative;
     height: 90vh;
     width: 100%;
     overflow: hidden;
 }

 .video-background video {
     object-fit: cover;
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     z-index: -2;
 }
 
 .video-background .overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.5); /* Darkens the background */
     z-index: -1;
 }
  @media (max-width: 1024px) {
     .video-background {
         height: 80vh; 
     }
 
     .cta-btn {
         width: 50%; 
     }
 }
 
 @media (max-width: 768px) {
     .video-background {
        height: 100vh; 
     }
 
     .content-left {
         padding: 15px; 
     }
 
     .cta-btn {
         width: 60%; 
     }
     .card{
          padding: 3px;
     }
 }
 
 @media (max-width: 480px) {
     .video-background {
         height: 10vh;
         min-height: 1300px; /* Minimum height for very small screens */
     }
 
     .content-left {
         padding: 10px; 
     }
 
     .cta-btn {
         width: 70%;
     }
 }
 
 
 
 .content {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     z-index: 10;
 }
 
 /* Container */
 .container {
     position: relative;
     width: 100%;
     max-width: 1200px;
     padding: 0 20px;
 }
 
 /* Left Content */
 .content-left {
     width: 100%;
     background-color: rgba(0, 0, 0, 0.7);
     padding: 20px;
     border-radius: 10px;
     box-sizing: border-box;
 }
 
 .card {
     color: white;
     text-align: center;
     padding: 20px;
     background-color: transparent;
 }
 
 .cta-btn {
     width: 40%;
     background-color: #f7a500;
     color: white;
     border: none;
     padding: 10px 20px;
     border-radius: 5px;
     cursor: pointer;
     font-size: 16px;
     margin: 30px auto;
 }
 
 .cta-btn:hover {
     background-color: #d88a00;
 }
 

 
 .display-10 {
     font-size: 80px;
     line-height: 1.15em;

 }
 
 .text-neutral-100{
     color: #fff;
 }
 .text-neutral-400{
     color: #dcddeb;
     margin-top: 10px;
     padding: 10px;
 }
 .heading-gradient {
     background-image: linear-gradient(to right, #793aff 32%, #ff8762);
     -webkit-text-fill-color: transparent;
     -webkit-background-clip: text;
     background-clip: text;
 }
 @media screen and (max-width: 767px) {
     .display-10 {
         font-size: 48px;
     }
     h5, p {
         font-size: 16px;
     }
 
 }

 .section-bg-wrapper {
     z-index: 1;
    
     position: relative;
 }
 .for_you{
     background-color: #f7f7fc;
     padding: 30px;
 }
  
 .display-9 {
     padding: 10px;
     font-size: 60px;
     line-height: 1.15em;
     text-align: center;
     margin: 10px 0;
 }
 .text-neutral-500{
     font-size: 24px;
     text-align: center;
     line-height: .6em;
     margin: 5px 0;
 }
 .cta-learn-btn{
     width: 200px;
     height: 50px;
     border-radius: 30px;
     margin: 20px auto;
     background-color: #ff0bac;
     color: #fff;
     font-size: 18px;
     padding: 10px;
     display: block;
     transition: all .3s ease-in-out;
 }
 .cta-learn-btn:hover{
     background-color: #3e0bce;
 }
 .feature{
     background-color: #fff;
     padding: 20px;
     border-radius: 20px;
 }
 .feature img{
     max-width: 98px;
     padding: 10px;
 }
 .display-5 {
     font-size: 25px;
     line-height: 1.428em;
     font-weight: 500;
     color: #0a0913;
     padding: 5px;
 }
 .feature p{
     display: block;
     margin-block-start: 1em;
     margin-block-end: 1em;
     margin-inline-start: 0px;
     margin-inline-end: 0px;
     unicode-bidi: isolate;
     padding: 5px;
     font-size: 12px;
 }
.top{
     margin-top: 64px;
}
.section-freq{
     padding: 30px;
     background-color: #dddddd89;
     
}
@media screen and (max-width: 767px) {
    .feature {
        margin-top: 20px;
    }
    .display-9{
     padding: 2px;
     font-size: 32px;
    }
    .top{
     margin-top: 20px;
    }
    .display-5{
     font-size: 18px;
     padding: 2px;
    }
    .section-freq{
     padding: 5px;
     background-color: #dddddd89;
     
}
}

.main_form{
    background-color: #f7f7fc;
    padding: 30px;
    border-radius: 20px;
}


   /* Style the form */
   .form-group {
     position: relative;
     margin-bottom: 30px;
   }

   .form-group input {
     width: 100%;
     padding: 10px 12px;
     border: 1px solid #ccc;
     border-radius: 4px;
     font-size: 12px;
     outline: none;
     background-color: #fff;
     transition: border-color 0.3s ease-in-out;
     border:none;
     border-bottom:2px solid #ff0bac;
   }

   .form-group input:focus {
     border-color: #ff0bac;
   }

   .form-group label {
     position: absolute;
     top: 50%;
     left: 0;
     transform: translateY(-50%);
     font-size: 12px;
     color: #666;
     pointer-events: none;
     transition: all 0.3s ease-in-out;
   }

   .form-group input:focus + label,
   .form-group input:not(:placeholder-shown) + label {
     top: 0;
     left: 5px;
     font-size: 12px;
     color: #ff0bac;
   }
   .btn-primary{
     background-color: #ff0bac;
     border-color: #ff0bac;
   }
/* end course */


/* login page */
   .login{
       display: flex;
       align-items: center;
       justify-content: center;
       background: #f7f7fc;
       padding: 20px;
   }
   .login h2{
       text-align: center;
       font-size: 36px;
       margin-bottom: 30px;
       color: #fff; 
       letter-spacing: 3px;
       font-weight: 700;
        }
        .login p{
            text-align: center;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
            letter-spacing: 1px;
            line-break:loose;
            color: #333;
          }
          .form-signin {
            width: 100%;
            max-width: 420px;
            padding: 15px;
            margin: 20px auto;
          }
          .form-signin label {
            font-size: 16px;
            font-weight: 400;
            color: #343334ac;
          }
          .form-signin input {
            margin-bottom: 10px;
            padding: 10px 25px;
            border: 1px solid #ff0bac;
          }
          
         .form-signin button {
           margin-top: 10px;
           padding: 10px 25px;
           border: 1px solid #ff0bac;
           background-color: #ff0bac;
           color: #fff;
         }
          
         
   #check.checked path {
       stroke-dashoffset: 33px;
       fill: rgba(255,255,255,.03);
   }
   
   
   .form-signin input:focus, textarea:focus, .form-signup input:focus, textarea:focus {
       background: rgba(255,255,255,.3);
       border: none; 
       padding-right: 40px;
       transition: background .5s ease;
    }
   
   [type="checkbox"]:not(:checked),
   [type="checkbox"]:checked {
     position: absolute;
     display: none;
   }
   
   [type="checkbox"]:not(:checked) + label,
   [type="checkbox"]:checked + label {
     position: relative;
     padding-left: 85px;
     padding-top: 2px;
     cursor: pointer;
     margin-top: 18px;
   }
   
   [type="checkbox"]:not(:checked) + label:before,
   [type="checkbox"]:checked + label:before,
   [type="checkbox"]:not(:checked) + label:after,
   [type="checkbox"]:checked + label:after {
     content: '';
     position: absolute;
   }
   
   [type="checkbox"]:not(:checked) + label:before,
   [type="checkbox"]:checked + label:before {
     width: 65px; 
     height: 30px;
     background: #1f1f1f93;
     border-radius: 15px;
     left: 0; 
     top: -3px;
     transition: all .2s ease;
   }
   
   [type="checkbox"]:not(:checked) + label:after,
   [type="checkbox"]:checked + label:after {
     width: 10px; 
     height: 10px;
     background: rgba(255,255,255,.7);
     border-radius: 50%;
     top: 7px; 
     left: 10px;
     transition: all .2s ease;
   }
   
   /* on checked */
   [type="checkbox"]:checked + label:before {
     background: #0F4FE6; 
   }
   
   [type="checkbox"]:checked + label:after {
     background: #ffffff;
     top: 7px; 
     left: 45px;
   }
   
   [type="checkbox"]:checked + label .ui,
   [type="checkbox"]:not(:checked) + label .ui:before,
   [type="checkbox"]:checked + label .ui:after {
     position: absolute;
     left: 6px;
     width: 65px;
     border-radius: 15px;
     font-size: 14px;
     font-weight: bold;
     line-height: 22px;
     transition: all .2s ease;
   }
   
   [type="checkbox"]:not(:checked) + label .ui:before {
     content: "no";
     left: 32px;
     color: rgba(255,255,255,.7);
   }
   
   [type="checkbox"]:checked + label .ui:after {
     content: "yes";
     color: #ffffff;
   }
   
   [type="checkbox"]:focus + label:before {
     box-sizing: border-box;
     margin-top: -1px;
   }
   
 .form-signin input:focus{
     border: 2px solid #ff0bac !important;
 }
 .or-text {
     font-size: 24px;
     font-weight: 500;
     color: rgba(0, 0, 0, 0.615);
   }
   .social-login {
     width: 100%;
     padding: 8px 15px;
     margin: 20px auto;
     border: 1px solid #333;
     border-radius: 5px;
     display: flex;
     justify-content: space-around;
     align-items: center;
     gap: 20px;
     cursor: pointer;
   }
   .social-login:hover {
     border: 1px solid #ff0bac;
   }
   .social-login:hover span{
     color: #ff0bac !important;
   }
   .social-login i {
     font-size: 20px;
     background: linear-gradient(135deg, #ff0bac 0%, #ff6eb6 100%);
     color: #fff;
     width: 40px;
     height: 40px;
     border-radius: 50%;
     display: flex;
     justify-content: center;
     align-items: center;
   }
   .social-login span {
     font-size: 16px;
     font-weight: 500;
     color: #ff0bac;
   }
   .forgot-link{
     font-size: 14px;
     font-weight: 500;
     color: #0F4FE6;
     text-align: right;
     display: flex;
     justify-content: flex-end;
   }

/* end login */
/* course details page */
.course-list {
     width: 100%;
     margin: 0 auto;
     font-family: Arial, sans-serif;
 }
 
 
 .course-item {
     margin-bottom: 20px;
 }
 
 .course-title {
     display: flex;
     align-items: center;
     cursor: pointer;
     padding: 10px;
     background-color: #f0f0f0;
     border-radius: 5px;
     margin-bottom: 5px;
 }
 
 .plus-icon {
     font-size: 24px;
     margin-right: 10px;
     transition: transform 0.3s ease;
 }
 
 
 .course-title h2 {
     margin: 0;
     font-size: 18px;
 }
 
 .course-content {
     list-style-type: none;
     padding-left: 20px;
     margin-left: 20px;
     display: none; 
 }
 
 
 .course-content li {
     padding: 5px 0;
     font-size: 16px;
     color: #333;
 }
 
 
 .course-item.expanded .course-content {
     display: block;
 }
 
 .course-item.expanded .plus-icon {
     transform: rotate(180deg);
 }

/* General Styles */

 
 .instructor-details {
     padding: 20px;
 }
 
 .instructor-profile {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
 }
 
 .instructor-image img {
     width: 200px; /* Larger image */
     height: 200px;
     object-fit: cover;
 }
 
instructor-info . {
     margin-top: 20px;
     text-align: left;
 }
 .instructor-info p{
     font-size: 16px;
     line-height: 1.5;
     margin-bottom: 10px;
     line-break: loose;
 }
 
 .instructor-info h2 {
     margin-bottom: 10px;
 }
 
 /* Large screens (md and above) */
 @media (min-width: 768px) {
     .instructor-profile {
         flex-direction: row;
         align-items: flex-start;
         justify-content: flex-start;
     }
 
     .instructor-image {
         margin-right: 30px;
     }
 
     .instructor-info {
         text-align: left;
     }
 
     .instructor-image img {
         width: 250px;
         height: 250px; /* Bigger image for medium screens and up */
     }
 }
 
 /* Small screens */
 @media (max-width: 767px) {
     .instructor-image img {
         width: 150px; /* Smaller image on mobile */
         height: 150px;
     }
     
     .instructor-info {
         margin-top: 20px;
         text-align: center;
     }
 }




 /* enrollment_page */

 .card_enroll {
     /* Add shadows to create the "card" effect */
     box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
     transition: 0.3s;
     border-radius: 25px; /* 5px rounded corners */
     border: #31352e solid 2px;
     margin-top: 1px;
     margin-bottom: 10px;
     height: 250px;
     padding: 5px;
   }
   
   /* On mouse-over, add a deeper shadow */
   .card_enroll:hover {
     box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
     cursor: pointer;
     transform: scale(1.05);
     transition: transform 0.3s ease;
   }
   
   /* Add some padding inside the card container */
   .container_enroll {
     padding: 2px 16px;
     /* display: flex; */
    
   }

   .card_enroll h4, .card_enroll p {
     font-size: 20px;
     color: white;
 }

 