@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: Manifest-Regular;
  src: url("../font/Mafinest-Regular.otf");
}

@font-face {
  font-family: Manifest-Italic;
  src: url("../font/Mafinest-Italic.otf");
}

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

@font-face {
  font-family: Luxury-Italic;
  src: url("../font/Luxury.ttf");
}
@font-face {
  font-family: Noir-Regular;
  src: url("../font/Noir-regular.otf");
}
@font-face {
  font-family: Noir-Medium;
  src: url("../font/Noir-medium.otf");
}
.iti--separate-dial-code .iti__selected-dial-code {
    color: #ffff !important;
    font-family: 'Poppins' !important;
}
.luxury-regular {
  font-family: Luxury-Regular;
}

.manifest-regular {
  font-family: Manifest-Regular;
}
.noir-regular {
  font-family: Noir-Regular;
}
.noir-medium {
  font-family: Noir-Medium;
}
.line {
  white-space: nowrap;
  background-color: #fff;
  /* transform: rotate(90deg); */
}

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


.banner-form .iti{
  display: block;
}


.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;
}


.banner-form .iti--separate-dial-code .iti__selected-dial-code {
  color: #000;
}

.banner-form .iti .iti__arrow {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #000;
}





.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%;
}
a.header-btn {
  box-shadow: 1px 2px 25px #f5602ed1 !important;
  border: 4px solid #ffffffe6 !important;
}
.swiper-wrapper {
  transition-timing-function: linear;
}
input:focus,
select:focus{
  outline: none !important;
}
/*BEGIN RESPONSIVE*/

@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;
  }
}

