@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

.video-bg1 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
}


.logo {
  display: block;
}

.logo img {
  width: 100%;
  max-width: 180px;
}

.is-sticky .logo img {
  width: 100%;
  max-width: 120px;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: 1rem;
  font-weight: 100;
  font-style: normal;
}

.raleway {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.sec2bg {
  display: block;
}

.sec2bg img {
  width: 100%;
  max-width: 220px;
}

.sec3bg {
  display: block;
}

.sec3bg img {
  width: 100%;
  max-width: 580px;
}

.sec4bg {
  display: block;
}

.sec4bg img {
  width: 100%;
  max-width: 180px;
}

.sec5bg {
  display: block;
}

.sec5bg img {
  width: 100%;
  max-width: 120px;
}

.sec6bg {
  display: block;
}

.sec6bg img {
  width: 100%;
  max-width: 420px;
}

.sec7bg {
  display: block;
}

.sec7bg img {
  width: 100%;
  max-width: 520px;
}

.circle-btn {
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: white;
}

.card-width {
  width: 420px;
  max-width: 100%;
}

.img-card {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}

.slide {
  transition: opacity 360ms ease, transform 360ms ease;
}

.slide-hidden {
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.slide-show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
  position: relative;
}

.img-hor {
      -moz-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      -webkit-transform: scaleX(-1) !important;
      transform: scaleX(-1) !important;
      filter: FlipH;
      -ms-filter: "FlipH";
    }

    @media screen and (max-device-width: 480px) and (orientation: portrait) {

      .sec3bg img {
  width: 100%;
  max-width: 120px;
}

.sec7bg img {
  width: 100%;
  max-width: 280px;
}

.logo img {
  width: 100%;
  max-width: 140px;
}

    }

    @media screen and (min-device-width: 768px) and (max-device-width: 980px) {

      .sec3bg img {
  width: 100%;
  max-width: 180px;
}

.sec7bg img {
  width: 100%;
  max-width: 480px;
}


    }

    