@font-face {
  font-family: LilyScriptOne;
  src: url(../fonts/LilyScriptOne-Regular.ttf);
}

@font-face {
  font-family: Inter-ExtraBold;
  src: url(../fonts/Inter-ExtraBold.ttf);
}

@font-face {
  font-family: Inter-SemiBold;
  src: url(../fonts/Inter-SemiBold.ttf);
}

.navbar-brand {
  font-family: LilyScriptOne;
  font-weight: bolder;
  font-size: 28px;
  color: #08044f;
}

.navbar-expand-lg .navbar-nav {
  margin-left: auto;
}

a.dropdown-item:hover {
  background-color: #ffedf5;
  color: #e9116c;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

ul.dropdown-menu.show {
  padding: 0px;
  font-family: Inter-SemiBold;
  border: 0px;
}

.nav-item {
  font-weight: 600;
  padding: 10px;
  color: white;
  opacity: 1;
  font-size: small;
  font-family: Inter-SemiBold !important;
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-hover-color: rgba(255, 255, 255);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
}

.header-login {
  border-radius: 0px;
  font-size: small;
}

nav.navbar.navbar-dark.navbar-expand-lg.bg-body-tertiary {
  z-index: 1;
}

@media screen and (max-width: 1400px){
  .nav-bar li {
    margin: 0px 0px;
  }
}


@media screen and (max-width: 1199px) {
  .container.banner-carousel {
    margin-top: -115px;
  }

  div#navbarSupportedContent {
    margin-left: 2%;
     /* Done by RSA on 20-06-2025(Start) */
    margin-top: 12px;
     /* Done by RSA on 20-06-2025(End) */
  }

  .centered {
    display: none;
  }

  .nav-item {
    padding: 0px 0px;
  }

  .navbar .navbar-nav li {
    font-size: 11px;
  }
  .navbar-brand {
    font-size: 22px;
  }
}

.grediant-text{
  background: linear-gradient( to right,rgb(255, 51, 0) 20%,#7000fa 30%,#0190cd 70%,#764ada 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 3s ease-in-out infinite alternate;
}
@keyframes textShine {
  0% {
      background-position: 0% 50%;
  }
  100% {
      background-position: 100% 50%;
  }
}
@media screen and (max-width: 440px) {
  .sale_logo a{
  font-size: 14px!important;
}
}

/* Done by RSA on 27-06-2025(Start) */
@media screen and (max-width: 360px) {
  .sale_logo a{
    font-size: 13px!important;
  }
}
/* Done by RSA on 27-06-2025(End) */

@media screen and (max-width: 350px) {
  .navbar-toggler {
    padding: 4px 4px;
    font-size: 1rem;
  }

  .login_btn {
    padding: 4px 12px!important;
  }
  .sale_logo a {
      font-size: 11px!important;
  }
  .logo, .logo img {
      max-width: 107px;
  }
}

@media screen and (max-width: 460px) {
    .navbar-toggler {
        padding: 0.2rem 0px !important;
        
    }
}
 .navbar-toggler{
  border: none!important;
}

.login_popup{
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: rgba(62, 41, 0, 0.6);
  z-index: 9999999;
  display: none;
}
 .popup_inner {
  max-width: 900px;
  max-height: 520px;
  background-color: #fff;
}

 .popup_inner .log_form {
  text-align: center;
  background: url('../images/cards_images/login_right_bg.webp');
  background-size: cover;
  padding: 0 50px;
  position: relative;
}

 .popup_inner .log_form .hide_login_popup, .hide_signup_popup {
  max-width: 30px;
  max-height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
 .popup_inner .log_form .log_head1 {
  font-size: 40px;
  font-family: 'cerapro';
  color: #fcc046;
  margin-top: 50px;
}
 .popup_inner .log_form .log_head2 {
  font-size: 15px;
  font-family: 'cerapro';
  margin-top: 10px;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
@media screen and (max-width: 768px) {
   .popup_inner .form-img {
      display: none;
      
  }
   .popup_inner .log_form {
    width: 100%;
    height: 350px;
}
}

.code {
  height: 40px;
  width: 40px;
  border-radius: 11px;
  border: 1px solid #FCC046;
  /* margin: 5px; */
  font-size: 2rem;
  text-align: center;
}