@font-face {
  font-family: antique;
  src: url(/assets/fonts/antique/fa-regular-400.eot);
}

@font-face {
  font-family: gadudi;
  src: url(/assets/fonts/gadudi/gadugi-bold.ttf);
}

.vlt-fullpage-slider .vlt-section__content {
  height: 100svh !important;
}

.photo-title {
  position: absolute !important;
  bottom: 28px !important;
  right: 90px !important;
  color: white !important;
}

.vlt-navbar-contacts {
  text-transform: lowercase;
  font-size: 14px !important;
}

.error {
  border-color: red !important;
}

.hero-section {
  .hero-sub {
    span {
      line-height: 0.8 !important;
      font-size: 26px !important;
    }
  }

  .btn-amazon {
    margin-top: 10px;
    display: flex !important;
    align-items: center !important;
    min-width: fit-content;
    font-weight: bold !important;
    gap: 10px;
    width: fit-content;
    font-size: 12px;
    color: white !important;
    border: 2px solid white;
    padding: 10px 40px;
    border-radius: 60px;
    img {
      width: 70px;
    }
    &:hover {
      background-color: #333;
    }
  }
}

.about-section {
  p {
    font-size: 19px !important;
    width: 100% !important;
    display: inline !important;
    color: white;
  }

  .about-text {
    padding-left: 50px;
  }

  .about-img {
    height: 100% !important;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}

.btns {
  display: flex;
  justify-content: start;
  gap: 10px;
}

.read-more-text {
  display: none;
}

.book-section {
  .book-2p {
    padding-top: 73px;
  }
  height: 100svh !important;
  img {
    height: 100% !important;
    object-fit: cover !important;
  }
  h1 {
    font-size: 80px !important;
    margin-bottom: 0px;
    font-family: "gadudi" !important;
    font-weight: bold !important;
  }
  .ps {
    padding-left: 35px;
  }
  h4 {
    font-size: 29px !important;
    color: #b3d6eb;
    margin-bottom: 20px;
  }
  p {
    color: white !important;
    width: 776px !important;
    font-size: 22px !important;
    line-height: 25px !important;
    font-family: "antique" !important;
  }
  .btn-amazon {
    display: flex !important;
    align-items: center !important;
    font-weight: bold !important;
    gap: 10px;
    width: fit-content;
    color: white !important;
    border: 2px solid white;
    padding: 10px 40px;
    border-radius: 60px;
    img {
      width: 120px;
    }
    &:hover {
      background-color: #333;
    }
  }
}

.end-section {
  /* position: relative; */
  .video-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
  }

  .thumbnail {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }

  .video-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 480px;
  }

  .video-box.bg-black {
    background-color: #000;
  }

  .endo-video {
    display: flex;
    gap: 20px;
  }
}

.book-section {
  img {
    display: inline-block !important;
  }
}

.blog-section {
  .vlt-post.show {
    .vlt-post-content {
      opacity: 1 !important;
    }
    &:hover .vlt-post-content {
      opacity: 0 !important;
    }
    .vlt-post-media::before {
      background: #161616;
      border: 1px solid #ffffff66;
    }

    &:hover .vlt-post-media::before {
      background: transparent;
      border: none;
    }
  }
}

.blog-hero {
  height: 100svh;
  .jarallax-img {
    height: 100% !important;
    object-fit: cover !important;
  }
  .vlt-post-hero-title {
    padding: 0px;
    align-items: center;
  }
}

:root {
  --glass-bg: rgba(255, 255, 255, 0.1);
  --glass-border: rgba(255, 255, 255, 0.2);
  --text-color: #ffffff;
}

@keyframes popup {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.pop-card {
  display: flex !important;
  opacity: 0;
  transform: scale(0);
  gap: 30px !important;
  align-items: center !important;
  padding: 30px !important;
  border-radius: 20px;
  background: var(--glass-bg);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid var(--glass-border);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  color: var(--text-color);

  ::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -1px; /* Align with the border */
    width: 40px;
    height: 40px;
    background: rgb(0 0 0 / 12%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    /* Carves out the hook shape of a chat bubble */
    clip-path: polygon(0 0, 100% 0, 0 100%);
    border-left: 1px solid var(--glass-border);
  }
}

/* Left Side: Book Mockup */
.book-container {
  /* perspective: 1000px;
  flex-shrink: 0; */
}

.book-mockup {
  width: 120px;
  height: 180px;
  border-radius: 4px 10px 10px 4px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
  border-left: 5px solid rgba(0, 0, 0, 0.2);
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* Right Side: Content */
.content {
  display: flex;
  flex-direction: column;
  /* gap: 10px; */
  p {
    font-size: 20px;
    strong {
      font-size: 26px;
      color: #cf000f !important;
      margin-left: 5px;
    }
  }
}

.discount-badge {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  /* color: #cf000f; */
  color: white !important;
  font-weight: 800;
}

/*  RAIN */

canvas {
  width: 100%;
  height: 100%;
}

canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#canvas3 {
  z-index: 5;
}

#canvas2 {
  z-index: 10;
}

#canvas1 {
  z-index: 100;
}

@-webkit-keyframes thunder-bg {
  0% {
    background-color: rgba(34, 34, 34, 0.9);
  }
  9% {
    background-color: rgba(34, 34, 34, 0.9);
  }
  10% {
    background-color: rgba(59, 59, 59, 0.3);
  }
  10.5% {
    background-color: rgba(34, 34, 34, 0.9);
  }
  80% {
    background-color: rgba(34, 34, 34, 0.9);
  }
  82% {
    background-color: rgba(59, 59, 59, 0.3);
  }
  83% {
    background-color: rgba(34, 34, 34, 0.9);
  }
  83.5% {
    background-color: rgba(59, 59, 59, 0.3);
  }
  100% {
    background-color: rgba(34, 34, 34, 0.9);
  }
}

/* Media Queries */

@media only screen and (max-width: 1600px) {
  .vlt-navbar-logo {
    img {
      width: 175px;
    }
  }

  .blog-main {
    .blog-hero {
      h1 {
        font-size: 50px !important;
      }
    }
    h3 {
      font-size: 40px !important;
    }
  }

  .vlt-default-menu__navigation .sf-menu > li > a {
    font-size: 12px;
  }

  .vlt-navbar-inner {
    /* padding: 24px 44px !important; */
  }

  .hero-section {
    .vlt-gap-160 {
      height: 80px !important;
    }
    .vlt-gap-100 {
      height: 20px;
    }
  }

  .about-section {
    h3 {
      font-size: 38px !important;
    }
    p {
      font-size: 18px !important;
    }
  }

  .book-section {
    h1 {
      font-size: 50px !important;
      margin-bottom: 8px !important;
    }
    h4 {
      font-size: 25px !important;
      margin-bottom: 10px !important;
    }
    p {
      width: auto !important;
      font-size: 18px !important;
      margin-bottom: 14px !important;
    }
    .btn-amazon {
      padding: 10px 33px !important;
      font-size: 14px;
      
    }
  }

  .end-section {
    .vlt-gap-50 {
      height: 20px !important;
    }
    .video-box {
      height: 360px;
      width: 800px;
      margin: 0px auto;
    }
  }

  .blog-section {
    .vlt-gap-100 {
      height: 40px;
    }
    .vlt-post-footer {
      margin-top: 30px;
    }
  }
}

@media only screen and (max-width: 1400px) {
  .vlt-navbar .vlt-navbar-inner {
    padding: 16px 60px;
  }

  .blog-main {
    .blog-hero {
      h1 {
        font-size: 40px !important;
      }
    }
    h3 {
      font-size: 30px !important;
    }
  }

  .hero-section {
    .btn-amazon {
      padding: 10px 18px !important;
    }
  }

  .vlt-default-menu__navigation .sf-menu > li > a {
    font-size: 12px !important;
  }

  .vlt-video-button a {
    width: 75px;
    height: 75px;
  }

  .end-section {
    .vlt-gap-50,
    vlt-gap-40 {
      height: 20px !important;
    }

    .container {
      padding-top: 50px;
    }

    .video-box {
      height: 300px;
      width: 100%;
      margin: 0px auto;
    }
  }

  .contact-section {
    h3 {
      font-size: 40px !important;
    }
    .form-group {
      margin-bottom: 20px;
    }
    .form-section {
      margin-top: 40px !important;
    }
  }

  .blog-section {
    .vlt-gap-100 {
      height: 40px;
    }

    .vlt-post,
    .vlt-post-content {
      height: 100%;
    }

    .vlt-post-footer {
      margin-top: 10px !important;
    }

    .vlt-post-header {
      margin-bottom: 10px;
    }
    .vlt-post-title {
      font-size: 18px !important;
    }
  }

  [class^="lnir-"] {
    font-size: 20px !important;
  }

  .hero-section {
    .vlt-gap-160,
    .vlt-gap-100 {
      display: none !important;
    }
  }

  .vlt-navbar-logo {
    img {
      width: 160px !important;
      padding-top: 20px !important  ;
    }
  }

  .vlt-menu-burger svg {
    width: 20px;
    height: 20px;
  }

  h1 {
    font-size: 80px !important;
  }

  .about-section {
    .vlt-experience-block {
      width: 260px !important;
    }
    p {
      font-size: 14px !important;
    }
  }

  .book-section {
    .main-h {
      display: none !important;
    }

    .sub-h,
    h4 {
      padding: 0px !important;
    }

    h1 {
      font-size: 50px !important;
    }

    h4 {
      font-size: 20px !important;
    }

    p {
      font-size: 14px !important;
      width: auto !important;
    }

    .btn-amazon {
      padding: 5px 20px !important;
      font-size: 14px !important;
      
    }

    .title-img {
      width: 300px !important;
    }
  }

  .test-section {
    .vlt-gap-215 {
      display: none !important;
    }
    svg {
      width: 50px !important;
      height: 50px !important;
      margin-bottom: 20px !important;
    }

    .offset-xl-2 {
      margin: 0px auto;
    }

    p {
      margin: 0px !important;
    }

    h3 {
      font-size: 40px !important;
    }

    .vlt-swiper-button-prev,
    .vlt-swiper-button-next {
      padding-top: 17px !important;
      svg {
        width: 30px !important;
        height: 30px !important;
      }
    }
  }
}

@media only screen and (max-width: 1300px) {
  .hero-section {
    h1 {
      font-size: 60px !important;
    }
    .hero-sub {
      span {
        font-size: 20px !important;
      }
    }
  }

  .blog-section {
    .vlt-gap-100 {
      height: 20px !important;
    }
  }

  .end-section {
    .video-box.two {
      display: none !important;
    }
    .swiper-slide {
      display: inline-block !important;
    }
  }

  .about-section {
    .vlt-gap-100--lg {
      display: none !important;
    }
    .about-img {
      margin: 0px auto;
    }
    .about-text {
      margin: 0px auto !important;
      padding: 0 !important;
    }
  }
}

@media (max-width: 768px) {
  .vlt-offcanvas-menu__navigation .sf-menu > li > a {
    color: white !important;
    &:hover {
      color: #cf000f !important;
    }
  }

  .blog-main {
    .vlt-gap-50 {
      height: 20px;
    }

    .blog-hero {
      height: auto !important;
      padding: 30px 0px !important;
      h1 {
        font-size: 36px !important;
      }
    }
    h3 {
      font-size: 38px !important;
      margin-bottom: 20px !important;
    }
    h4 {
      margin-bottom: 20px !important;
    }
  }

  .more-text {
    display: none;
  }

  .read-more-text {
    display: inline;
    cursor: pointer;
    &:hover {
      color: #cf000f !important;
    }
  }

  .vlt-fullpage-slider .vlt-section__content {
    height: auto !important;
  }

  .vlt-section__content {
    padding: 50px 0px !important;
  }

  .vlt-navbar-inner {
    padding: 15px 25px !important;
  }

  .vlt-section__vertical-align {
    padding: 0px !important;
  }

  .hero-section {
    .play-btn {
      margin-bottom: 50px;
      a {
        width: 100px;
        height: 100px;
      }
    }

    .col-lg-5 {
      margin-bottom: 30px;
    }

    .home-container {
      align-items: end;
      padding-bottom: 80px !important;
    }

    h1 {
      font-size: 70px !important;
    }

    .vlt-section__content {
      height: 100svh !important;
      padding-top: 100px !important;
    }
  }

  .book-section {
    .btn-amazon {
      img {
        width: 80px;
      }
    }
  }

  .book-2p {
    padding-top: 0px !important;
  }
  .contact-section {
    .vlt-gap-70--lg {
      display: none !important;
    }
  }

  .end-section {
    h3 {
      text-align: center;
    }

    .video-box {
      width: 100%;
    }
  }

  .blog-section {
    .vlt-post-content {
      opacity: 1 !important;
      background: #3b3939d4 !important;
    }

    .vlt-post.show {
      &:hover .vlt-post-content {
        opacity: 0 !important;
      }
      .vlt-post-media::before {
        background: transparent !important;
        border: 1px solid #ffffff66;
      }

      &:hover .vlt-post-media::before {
        background: transparent;
        border: none;
      }
    }
  }

  /* Kill the full-page height and absolute positioning */
  .vlt-fullpage-slider,
  .vlt-section,
  .pp-section {
    height: auto !important;
    position: relative !important;
    top: 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }

  /* Restore natural scrolling to the container */
  html,
  body,
  #vlt-main,
  .vlt-fullpage-slider {
    overflow: visible !important;
    height: auto !important;
    touch-action: auto !important;
  }

  /* Hide the dots navigation on mobile */
  .pp-nav,
  .vlt-fullpage-slider-progress-bar {
    display: none !important;
  }

  /* Ensure backgrounds and content don't overlap */
  .vlt-section__vertical-align {
    display: block !important;
    /* padding-top: 80px !important; Space for your fixed header */
    /* padding-bottom: 50px !important; */
  }
}

@media only screen and (max-width: 576px) {
  .end-section {
    .video-box {
      height: 200px;
    }
  }

  .blog-main {
    .vlt-gap-50 {
      height: 20px;
    }

    .blog-hero {
      height: auto !important;
      padding: 30px 0px !important;
      h1 {
        font-size: 38px !important;
      }
    }
    h3 {
      font-size: 26px !important;
      margin-bottom: 20px !important;
    }
    h4 {
      margin-bottom: 20px !important;
    }
  }
}

.success {
  display: none;
}
