.swiper-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.733);
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}

.swiper-text-body {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  text-align: left;
}

.swiper-text-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-1 {
  color: #fff;
  font-size: 60px !important;
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 900;
  animation: fadeInDown;
  animation-duration: 3s !important;
}

.text-2 {
  color: #fff;
  font-size: 20px;
  font-stretch: 5;
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 200;
  animation: fadeInUp;
  animation-duration: 3s !important;
}

.text-button {
  position: relative;
  display: inline-block;
  background: linear-gradient(to bottom, #442f06, #ffae00);
  color: white;
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 700;
  font-size: 14px;
  border: none;
  border-radius: 5px;
  padding: 8px 20px;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  animation: fadeIn;
  animation-duration: 3s !important;
}

@media (max-width: 680px) {
  .swiper-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.533);
  }

  @keyframes zoomin {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.3);
    }
  }

  .swiper-text-body {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    text-align: center;
  }

  .swiper-text-inner {
    height: 100%;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .text-1 {
    color: #fff;
    font-size: 20px !important;
    font-family: "Hind Siliguri", sans-serif;
    font-weight: 900;
    animation: fadeInDown;
    animation-duration: 3s !important;
  }

  .text-2 {
    color: #fff;
    padding: 10px;
    font-size: 15px;
    font-stretch: 5;
    font-family: "Hind Siliguri", sans-serif;
    font-weight: 100;
    animation: fadeInUp;
    animation-duration: 3s !important;
  }

  .text-button {
    position: relative;
    display: none;
    background: linear-gradient(to bottom, #442f06, #ffae00);
    color: white;
    font-family: "Hind Siliguri", sans-serif;
    font-weight: 700;
    font-size: 10px;
    border: none;
    border-radius: 5px;
    padding: 8px 20px;
    margin-top: 0px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    animation: fadeIn;
    animation-duration: 3s !important;
  }
}

.divider {
  width: 100%;
  height: 40vh;
  background: #ffae00;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.divider-title {
  font-size: 40px;
  font-family: "font3";
  color: black !important;
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 900;
}

.divider-text {
  font-size: 30px;
  font-family: "font2";
  color: black;
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 600;
}

.divider-button {
  width: 200px;
  margin: 20px auto;
  background: #00000046;
  color: white;
  font-family: "Segoe UI", sans-serif;
  font-weight: bold;
  font-size: 14px;
  border: none;
  border-radius: 10px;
  padding: 8px 20px;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 680px) {
  .home-page {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    background-color: #000;
  }

  .divider {
    width: 100%;
    height: 25vh;
    background: #ffae00;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .divider-title {
    font-size: 25px;
    font-family: "font3";
    color: black !important;
    font-family: "Hind Siliguri", sans-serif;
    font-weight: 900;
  }

  .divider-text {
    font-size: 20px;
    font-family: "font2";
    color: black;
    font-family: "Hind Siliguri", sans-serif;
    font-weight: 600;
  }

  .divider-button {
    width: 200px;
    margin: 20px auto;
    background: #00000046;
    color: white;
    font-family: "Segoe UI", sans-serif;
    font-weight: bold;
    font-size: 14px;
    border: none;
    border-radius: 10px;
    padding: 8px 20px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
}
