/*====================== Navigation Styles ===================*/
.navbar {
  transition: all 0.3s ease-in-out;
  padding: 1rem 0;
  z-index: 999;
}
.navbar .navbar-brand {
  display: block;
  padding: 0;
}
.navbar .navbar-brand img {
  max-height: 5rem;
  width: auto;
}
.navbar .nav-item {
  margin-left: 1rem;
}
.navbar .nav-item .nav-link {
  font-size: 0.937rem;
  font-weight: 600;
  color: var(--white);
  text-transform: capitalize;
}
.navbar .nav-item .nav-link:hover {
  color: var(--yellow);
}
.navbar .nav-item .btn {
  min-height: 2.5rem;
  font-size: 0.875rem;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  color: var(--dark);
  font-weight: 700;
}
.navbar .nav-item .btn:hover, .navbar .nav-item .btn:focus, .navbar .nav-item .btn:active {
  background-color: transparent;
  color: var(--white);
  border-color: var(--white);
}
.navbar .nav-item .btn.get-card {
  background-color: var(--christalle);
  border-color: var(--christalle);
  color: var(--white);
}
.navbar .nav-item .btn.get-card:hover, .navbar .nav-item .btn.get-card:focus, .navbar .nav-item .btn.get-card:active {
  background-color: transparent;
  color: var(--white);
  border-color: var(--white);
}
.navbar.fixed {
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 1040;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

@keyframes mymove {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
@media (max-width: 768px) {
  .navbar .navbar-nav {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .navbar .nav-item .btn {
    font-size: 0.75rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 3px;
  }
}
footer {
  background: #0C0409;
  color: #fff;
  padding-top: 4rem;
  overflow: hidden;
}
footer a {
  font-size: 0.937rem;
  color: var(--white);
  text-transform: capitalize;
}
footer a:hover {
  color: var(--yellow);
  opacity: 0.8;
  text-decoration: underline;
}
footer a.author {
  font-size: 0.875rem;
}
footer .copy_right {
  margin-top: 3rem;
  padding: 1rem 0;
}

/*---------------------- Back to Top Css --------------*/
.backTop {
  position: fixed;
  bottom: 0rem;
  right: 1rem;
  width: 3rem;
  height: 3.5rem;
  padding: 0rem 0 0 0;
  background-color: var(--white);
  z-index: 999;
  border-radius: 2rem 2rem 0 0;
  display: none;
  border: 2px solid var(--white);
  border-bottom: 0;
  justify-content: center;
}
.backTop .icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  color: var(--white);
  background-color: var(--dark);
  font-size: 1.45rem;
}
.backTop .icon i {
  position: relative;
  top: -0.12rem;
}
.backTop .icon:hover {
  background-color: var(--yellow);
}
.backTop:hover {
  background-color: var(--dark);
}
.backTop.show {
  display: flex;
}

@media (max-width: 576px) {
  .backTop {
    right: 0rem;
  }
  footer .copy_right {
    margin-top: 1rem;
  }
  footer .logo img {
    max-height: 7rem;
  }
}
/*====================================================== Home Page Styles =========================================================================================*/
/*--------- Header Wrapper Styles ---------------*/
.header__wrapper {
  position: relative;
  padding: 1rem 0 2rem 0;
}
.header__wrapper .h1 {
  line-height: 1;
  font-size: 3.125rem;
  font-weight: 800;
  max-width: 545px;
}
.header__wrapper .card__wrapper {
  max-width: 640px;
  margin-top: 3.9rem;
  margin-bottom: 5rem;
}
.header__wrapper .carousel .carousel-inner {
  border-radius: 0.75rem;
  overflow: hidden;
}
.header__wrapper .carousel .carousel-inner img {
  border-radius: 0.75rem;
}
.header__wrapper .carousel .carousel-indicators {
  top: auto;
  bottom: -4rem;
}
.header__wrapper .carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: inherit;
  border-radius: 50%;
  opacity: 1;
}
.header__wrapper .carousel .carousel-indicators [data-bs-target].active {
  background-color: var(--yellow);
}

.thumbnail__radius {
  border-radius: 2rem 2rem 0 0;
}

.testimonial__card .desc {
  color: #000;
  font-family: var(--gilroy);
  line-height: 1.15;
}
.testimonial__card .author__box .author__thumbnail {
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.testimonial__card .author__box .name {
  font-weight: 800;
}

.faq__wrapper .title:not(:first-child) {
  margin-top: 3rem;
}

.auth__layout {
  min-height: 100vh;
}
.auth__layout .banner__thumbnail {
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.auth__layout .scroll__box {
  max-height: calc(100vh - 1rem);
  overflow-y: auto;
}
.auth__layout .content__box {
  max-width: 300px;
}
.auth__layout .content__box .back__link {
  color: var(--grey);
}
.auth__layout .content__box .back__link:hover, .auth__layout .content__box .back__link:focus, .auth__layout .content__box .back__link:active {
  color: var(--yellow);
}
.auth__layout .content__box .form-control {
  height: 3.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--dark);
  border: 1px solid #FFCB0C;
  border-radius: 5px;
}
.auth__layout .content__box .form-control::-moz-placeholder {
  color: var(--grey);
}
.auth__layout .content__box .form-control::placeholder {
  color: var(--grey);
}
.auth__layout .content__box .disclaimer, .auth__layout .content__box .form-check-label {
  color: var(--grey);
  line-height: 1.3;
}
.auth__layout .content__box .form-check-input {
  border-color: var(--yellow);
}
.auth__layout .content__box .form-check-input:checked {
  background-color: var(--yellow);
}
.auth__layout .content__box .signature {
  min-height: 5rem;
  color: #a5a5a5;
  border-radius: 5px;
}
.auth__layout .content__box .btn-primary {
  border-radius: 5px;
  justify-content: center;
}
.auth__layout .content__box .links a {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: var(--poppins);
  color: var(--grey);
}
.auth__layout .content__box .links a:hover {
  color: var(--yellow);
  text-decoration: underline;
}
.auth__layout .content__box .links a:not(:last-child) {
  margin-right: 1.5rem;
}

@media (max-width: 992px) {
  .auth__layout .banner__thumbnail {
    min-height: auto;
    max-height: 400px;
    width: 100%;
  }
  .auth__layout .scroll__box {
    max-height: 100%;
    overflow-y: visible;
    padding-bottom: 1.5rem;
  }
  .auth__layout .content__box {
    max-width: 500px;
    margin-top: -10rem;
    background-color: var(--bg-color);
    padding: 2rem;
    border-radius: 1rem;
  }
  .auth__layout .content__box .form-control {
    height: 3.34rem;
  }
}
@media (max-width: 575px) {
  .auth__layout .banner__thumbnail {
    display: none;
  }
  .auth__layout .content__box {
    max-width: 500px;
    margin-top: 0;
    padding: 1.5rem;
  }
}
/*====================================================== Responsive Styles =========================================================================================*/
@media (max-width: 992px) {
  .header__wrapper .h1 {
    font-size: 2.625rem;
    max-width: 511px;
  }
}
@media (max-width: 768px) {
  .header__wrapper .navbar-brand img {
    max-height: 8rem;
  }
}
@media (max-width: 576px) {
  .header__wrapper .h1 {
    font-size: 2rem;
  }
  .header__wrapper .card__wrapper {
    max-width: 318px;
    margin-top: 2.5rem;
    margin-bottom: 4rem;
  }
}/*# sourceMappingURL=style.css.map */