@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  background-color: #fff;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  padding-left: 5px;
  background: #c9c9c9;
}

::-webkit-scrollbar-thumb {
  background: #242729;
  border-radius: 10px;
}

.poppins {
  font-family: Poppins;
}

@font-face {
  font-family: gopher-regular;
  src: url("../font/GopherDisplay-Regular.ttf");
}

.gopher-regular {
  font-family: gopher-regular;
}

@font-face {
  font-family: gopher-black;
  src: url("../font/Gopher-Black.ttf");
}

.gopher-black {
  font-family: gopher-black;
}

@font-face {
  font-family: gopher-bold;
  src: url("../font/Gopher-Bold.ttf");
}

.gopher-bold {
  font-family: gopher-bold;
}

@font-face {
  font-family: gopher-heavy;
  src: url("../font/GopherDisplay-Heavy.ttf");
}

.gopher-heavy {
  font-family: gopher-heavy;
}

@font-face {
  font-family: gopher-light;
  src: url("../font/GopherDisplay-Light.ttf");
}

.gopher-light {
  font-family: gopher-light;
}

@font-face {
  font-family: gopher-medium;
  src: url("../font/GopherDisplay-Medium.ttf");
}

.gopher-medium {
  font-family: gopher-medium;
}

@font-face {
  font-family: luxury-regular;
  src: url("../font/Luxury-Regular.otf");
}

.luxury-regular{
  font-family: luxury-regular;
}

@font-face {
  font-family: manifest-regular;
  src: url("../font/Mafinest-Regular.otf");
}

.manifest-regular{
  font-family: manifest-regular;
}

.marquee_section {
  background-image: url(../images/elippse-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 416px;
  display: flex;
}

a.header-btn {
  box-shadow: 1px 2px 25px #f5602ed1 !important;
  border: 4px solid #ffffffe6 !important;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.line {
  white-space: nowrap;
  background-color: #fff;
  /* transform: rotate(90deg); */
}

.animate-marquee {
  animation: marquee 25s linear reverse infinite;
}

.slide {
  clear: both;
  width: 100%;
  height: 0px;
  overflow: hidden;
  text-align: center;
  transition: height 0.4s ease;
}

.slide li {
  padding: 30px;
}

#touch {
  position: absolute;
  opacity: 0;
  height: 0px;
}

#touch:checked + .slide {
  height: 100vh;
  width: 100vw;
  background: #000;
}

.rotating {
  animation: 4s linear infinite rotating;
}

@keyframes rotating {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.rotating-lines-one {
  animation: 1.5s linear infinite rotating-lines-one;
}

@keyframes rotating-lines-one {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.rotating-lines-two {
  animation: 1.5s linear infinite reverse rotating-lines-two;
}

@keyframes rotating-lines-two {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

figure {
  margin: 0;

  img {
    margin: 0 auto;
    display: block;
  }
}

.main-container {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.horizontal-coordinate {
  position: fixed;
  z-index: 100;
  top: 50px;
  left: 50px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

.extra-long-container {
  width: 7000px;
  height: 100%;
  position: relative;
  background: slateblue;

  .flower1 {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 2500px;
    transform: translate(0, -50%);

    img {
      width: 300px;
      height: auto;
    }
  }

  .box1 {
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 1200px;
    background: blue;
    transform: translate(0, -50%);
  }
}

.grey_line {
  width: 2px;
  height: 100%;
  background: #00000044;
  position: absolute;
}

.orange_line {
  width: 2px;
  height: 0;
  background-color: #d68137;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fill-content {
  filter: brightness(0) saturate(100%) invert(27%) sepia(80%) saturate(564%)
    hue-rotate(113deg) brightness(93%) contrast(105%);
}

.tail_back {
  top: -29%;
  right: -13%;
}

.tail_top {
  top: 50%;
  transform: translateY(-50%);
  right: -3%;
}

/*BEGIN RESPONSIVE*/

.iti{
  display: block;
}

.iti__selected-flag {
  background: transparent !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: #fff;
}

.iti__arrow {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #fff;
}

.iti__arrow--up{
  border-bottom: 4px solid transparent;
}


@media only screen and (min-width: 1600px) and (max-width: 1920px) {
}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {
}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {
  .mb_sc_tl {
    position: absolute;
    right: 37px;
  }
 
    .mb_tl_scc {
        width: 62%;
        display: block;
        position: absolute;
        bottom: 25%;
        left: 25%;
    }


}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    overflow-x: hidden;
  }

  .tail_back {
    top: -28%;
    right: -15%;
  }
  .tail_top {
    right: 13%;
  }
  .mb_sc_tl {
    position: absolute;
    right: 37px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }

  .tail_back {
    top: -61%;
    right: 0;
  }
  .z-40.stick_card {
    transform: translate(0px, 68px) !important;
  }
  .tail_top {
    right: 2%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .tail_top {
    right: 8%;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  header button {
    width: 195px !important;
  }
  .banner_section h1 {
    margin-top: 4rem;
  }
  .z-40.stick_card {
    transform: translate(0px, 68px) !important;
  }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
  body {
    overflow-x: hidden;
  }
  header button {
    width: 195px !important;
  }
  .banner_section h1 {
    margin-top: 4rem;
  }
  .z-40.stick_card {
    transform: translate(0px, 68px) !important;
  }
}

.swiper-wrapper {
  transition-timing-function: linear;
}
