@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&amp;family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&amp;display=swap");

body{
  font-family: 'Poppins', sans-serif;
}

.buy-now-btn{
    /* background-color: #03122f;
    color: #ffff;
    padding: 12px;
    border-radius: 26px; */
}

.buy-now-btn a{
    color: #181818;
    font-weight: 400;
    font-size: 13px;
}
.buy-now-btn a i{
    margin-right: 3px;
    font-size: 14px !important;
}


.wishlist-btn{
    position: relative;
    top: -52px;
}


.wishlist-btn .courses__wishlist{
    background: #434343;
}

.wishlist-btn a{
    color: #1d1d1d;
    background-color: #ebebeb;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.wishlist-btn a i{
    position: relative;
    top: 2px;
    /* left: 10px; */
}


.wishlist-btn a i {
   transition: color 0.9s ease;
}

/* Hover state → show solid heart */
.wishlist-btn a:hover i::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* solid */
  content: "\f004"; /* unicode for heart */
  color: #ff0000;
}



/* ---- */

.wishlist-btn-by-now {
  color: #1d1d1d;
  background-color: #ebebeb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.wishlist-btn-by-now i {
  font-size: 18px;
  transition: color 0.6s ease; /* smooth fade */
  color: #1d1d1d;
}

/* Hover: preview solid heart (only before it's clicked) */
.wishlist-btn-by-now:hover i.far::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* solid */
  content: "\f004"; /* unicode for heart */
  color: #ff8080;   /* light red */
}

/* Active (clicked) solid heart */
.wishlist-btn-by-now i.fas {
  color: #ff0000; /* deep red when active */
}

/* ----- */



.tgmobile__menu-outer .mobile-nav-toggler_online{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  color: var(--tg-common-color-white);
  margin-right: 30px;
  top: 15px;
}

.tg-header__area .mobile-nav-toggler_online {
  position: relative;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: var(--tg-theme-primary);
  display: none;
}


@media (max-width: 767px) {
  .online-body .tg-header__area .mobile-nav-toggler_online {
    display: block !important;
  }
}

@media (max-width: 767.98px) {
    .online-body .select-grp-two {
        display: block !important;
    }
}

@media (max-width: 1199px) {
    .logo a h1{
        font-size: 24px;
    }
}

@media (max-width: 384px) {
.logo a h1{
        font-size: 18px;
    }
}

.dropdown-item i{
    margin-right: 10px;
}

.online-body .breadcrumb__bg {
  height: 50vh;
  padding: 0;
}

.online-body .breadcrumb__bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #0a0a0a00;
}



.btn-quandity {

    background: #97b3d9 !important;
    color: var(--tg-common-color-white);
    box-shadow: 2px 4px 0px 0px #bbbbbb;
    border-radius: 10px;
    margin-bottom: 2rem;
}


.btn-quandity:hover, .btn-quandity:focus-visible {
    background: var(--tg-theme-secondary);
    color: #323131;
}


.section-py-55 {
    padding: 55px 0;
}

.order__thumb img{
  max-width: 120px !important;
}

.buy_now_btn {
    background: #00b2ff none repeat scroll 0 0;
    border-radius: 5px;
}

.cart-btn{
  border-radius: 5px;
}

.footer-link-online{
    color: #ffff;
    padding:0 15px;
    margin-bottom: 1rem;

}

.footer-bdr-rt{
      border-right: 1px solid #eeeeee52;
}

.footer-section {
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #061848), color-stop(100%, #010a24));
    padding-top: 12px;
}



.log-row{
  justify-content: space-between;
}
.signup-form-sec{
  margin: 3rem;
}

@media screen and (max-width: 991px) {
    .white-lcopy {
        text-align: center;
    }
    
    .login-img img{
      display: none;
    }

    .log-row{
      justify-content: center;
      padding: 5px;
    }
    .signup-form-sec{
      margin: 10px;
    }
  }




  .courses__item-content-eight .list-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }




.login-form-sec{
  margin: 4rem;
  position: relative;
  right: 12rem;
}

.btn-two {
    background: #333333;
    border: 2px solid #1c1c1c;
    -webkit-box-shadow: 3px 3px 0px 0px #1c1c1c;
    -moz-box-shadow: 3px 3px 0px 0px #1c1c1c;
    -ms-box-shadow: 3px 3px 0px 0px #1c1c1c;
    -o-box-shadow: 3px 3px 0px 0px #1c1c1c;
    box-shadow: 3px 3px 0px 0px #1c1c1c;
    color: #ffffff;
}

.btn-two:hover, .btn-two:focus-visible {
    background: #333333;
    color: var(--tg-common-color-white);
    box-shadow: 0 0 0 0 var(--tg-common-color-blue);
    border-color: #33333300;
}


.login-img img{
  object-fit: cover;
  height: 100vh;
}

@media screen and (max-width: 1024px) {
  .login-form-sec{
    right: 0;
  }
}