@import url('../css/variable.css');

/* announcement bar */
.announcement-bar-div {
    text-align: center;
    background-color: var(--brand-primary);
    padding: 10px 0;
}

.announcement-bar-div p{
    margin: 0;
    font-weight: 500;
}

/* Common Elements */

.responsiveImg{
    width:100%;
    height: auto;
}

.ctaButton {
    background: #202F64;
    color: #fff;
    border-radius: 7px;
    padding: 12px 38px;
    gap: 10px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.sectionSpace{
    width: 95%;
    padding-block: 50px;
    margin: 56px auto;
}
.sectionSpace.homeAchivement, .sectionSpace.trendingCourses, .sectionSpace.instructorSection{
  padding-block: 30px;
  margin: 0px auto;
}



/* cart */

span.cart-bubble {
  position: absolute;
  top: -30%;
  left: 50%;
  background: #202F64;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  width: 15px;
  height: 15px;
  align-items: center;
  text-align: center;
}
a.cartIcon {
  position: relative;
}
/* Underline Yellow Header */

.title-wrapper {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .title-wrapper h2 {
    font-weight: 600;
    color: #202F64;
    text-transform: uppercase;
}

  
  .underline-span {
    position: relative;
    display: inline-block;
  }
  
  .curve-underline {
    position: absolute;
    left: 0;
    bottom: -10px; /* adjust gap */
    width: 100%;  /* match span width */
    height: 10px;
  }


/* Header Css */
a.navbarLogo {
    flex: 0 0 80px;
    display: flex;
}
.logoImage{
  width: 150px;
}
.container {
    width: 100% !important;
    max-width: unset !important;
    padding: 0 !important;
}

img.responsiveImg {
    display: flex;
    /* width: 138px; */
    /* height: 80px; */
}

nav.navbar.navbar-expand-md.navbar-light.bg-white.shadow-sm {
    padding: 0;
}

a.nav-link {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 26.4px;
    color: #000000;
    padding: unset !important;
    text-wrap-mode: nowrap;
}

ul.navbar-nav.me-auto {
    gap: 10px;
}

.search-container {
    position: relative;
    width: 100%;
}

.search-input-header {
    width: 100%;
    padding: 10px 40px 10px 15px;
    border: 2px solid #202F64;
    border-radius: 30px;
    outline: none;
}

.search-button {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}
div#navbarNav {
    gap: 20px;
}

a.btn.btn-outline-primary {
  border: 1px solid #202F64;
  color: #202F64;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0px;
  padding: 8px 20px;
  border-radius: 5px;
  text-wrap-mode: nowrap;
  margin: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}

.btn.btn-primary {
  border: 1px solid #202F64;
  color: #fff;
  background: #202F64;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0px;
  padding: 8px 20px;
  border-radius: 5px;
  text-wrap-mode: nowrap;
}

.dropdown-toggle::after{
    content: unset !important;
}


p.empty-course-text {
  color: #1e3464;
  font-size: 1.5rem;
  font-weight: bold;
  margin-block: 3rem;
  text-align: center;
}
/* Header Css */




/* Footer Css */

.footer {
    background-color: #13245c;
    color: #fff;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
  }
  
  
  
  .footer-col h3::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: #e94b35;
    margin-top: 5px;
  }
  

  
  .footer-col ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-col ul li {
    margin-bottom: 10px;
  }
  
  .footer-col ul li a:hover {
    color: #fff;
  }
  
  .social-icons a {
    display: inline-block;

    color: #ccc;
    font-size: 18px;
  }
  
  .social-icons a:hover {
    color: #fff;
  }
  
  .footer-col input {
    padding: 10px;
    width: 100%;
    margin: 10px 0;
    border: none;
    border-radius: 8px;
  }
  
  .btn-group {
    display: flex;
    gap: 10px;
  }
  

  
  .subscribe-btn-ftr {
    background: #C12033;
    color: #fff;
  }
  

  
  .paypal-logo {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  
  .logo {
    margin-bottom: 20px;
    width: 150px;
  }
  .footer-col h3.no-underscore::after{
    content: unset;
   }



   .footer-col h3 {
    color: #fff;
    margin-bottom: 15px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.2%;
}

.footer-col p, .footer-col a {
    color: #ccc;
    font-size: 14px;
    text-decoration: none;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.subscribe-btn-ftr, .unsubscribe-btn {
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.unsubscribe-btn {
    background: transparent;
    color: #fff;
    border: 1px solid #C12033
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}
.footer-col-mobile{
    display: none;
}


.col-desktop{
    display: block;
}

input[type="search"]::-webkit-search-cancel-button {
  cursor: pointer;
}


@media(max-width:990px){
  .subscribe-btn-ftr, .unsubscribe-btn {
    padding: 12px 10px;
  }   

}

@media(max-width:786px){
  .homeAchivement .sectionwrapper{
    margin-bottom: 0px;
  }
  .sectionSpace.homeAchivement{
    padding-bottom: 0px;
  }
  .trendingCourses .trending-title{
    text-align: center;
  }
  .instructorSection .title-wrapper {
    margin-top: 0px;
  }
  
  section.sectionSpace.membershipBenifit {
    padding-block: 22px;
    margin: 55px auto;
}
    .footer-col-mobile{
      display: flex;
      justify-content: space-between;
      padding: 30px 5px;
    }
    
    .col-desktop{
      display: none;
    }
   
    p.empty-course-text {
      color: #1e3464;
      font-size: 1rem;
      font-weight: bold;
      margin-block: 2rem;
      text-align: center;
  }
}
  /* Footer Css */


 /* Banner Section */
.banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}
.banner-des{
  font-family: Roboto;
  font-weight: 400;
  font-size: 15px;
}
.banner picture img.responsiveImg {
  width: 100%;
  height: auto;
  display: block;
}
.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white !important;
  padding: 0 1rem;
}
.banner-content .banner-heading {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
.banner-content .banner-description{
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.banner-container {
  width: 100%;
  max-width: 1200px; /* Adjust as needed */
  margin: 0 auto;
  padding: 0 1rem;
}
.banner-heading {
  color: white;
}
.banner-description {
    color: white;
}

/* Container */
.logo-mob-header{
  width: 80px;
  height: 60px;
  display: block;
}

@media (max-width: 768px) {

  .banner-content .banner-heading {
    font-size: 28px;
  }
  .banner-content .banner-description {
    font-size: 14px;
  }
  .banner-content {
    padding: 0 0rem;
    left: 25%;
    transform: translate(-18%, -50%);
  }

  .logo-mob-header{
    width: 80px;
    height: 60px;
    display: block;
  }

}

/* Banner Section End */


/* Animation to use */
@keyframes breathe {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}


.thank-you-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 55px;
}