@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;700;800&family=Kanit:wght@200;400;500;700;900&family=VT323&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;700;800&family=Happy+Monkey&family=Kanit:wght@200;400;500;700;900&family=VT323&display=swap");
@font-face {
  font-family: "funky";
  src: url("../assets/RoundyRainbows.otf");
}
@font-face {
  font-family: "bold2";
  src: url("../assets/GreasySpoonNF.ttf");
}
@font-face {
  font-family: "bold3";
  src: url("../assets/Goligan 400.otf");
}
* {
  margin: 0%;
  padding: 0%;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

scroll-up btn .navbar.sticky .menu li a:hover {
  color: #fff;
}

.scroll-up-btn {
  position: fixed;
  height: 45px;
  width: 42px;
  background: rgb(105, 132, 252);
  right: 30px;
  bottom: 10px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  z-index: 9999;
  font-size: 30px;
  border-radius: 6px;
  border-bottom-width: 2px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.scroll-up-btn.show {
  bottom: 30px;
  opacity: 1;
  pointer-events: auto;
}

.scroll-up-btn:hover {
  filter: brightness(110%);
}

.navbar .max-width .sl {
  display: none;
}

.navbar {
  position: relative;
  width: 90%;
  margin: auto;
  z-index: 999;
  background: transparent;
  padding: 15px 0;
  font-family: "funky";
  transition: all 0.3s ease;
  margin-bottom: 1rem;
}
.navbar .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  padding: 0 0;
  margin: auto;
}
.navbar .max-width .menu li {
  display: inline-block;
}
.navbar .max-width .menu li a {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-left: 25px;
  transition: color 0.3s ease;
  display: block;
}
.navbar .max-width .menu li a:hover {
  color: rgb(2, 86, 114);
}
.navbar .max-width .menu-btn {
  color: #fff;
  font-size: 23px;
  cursor: pointer;
  display: none;
}

@media (max-width: 600px) {
  .navbar {
    padding: 5px 0;
  }
  .navbar .max-width .logo a {
    font-size: 29px;
  }
}
@media (max-width: 1024px) {
  .navbar .max-width {
    padding: 0 30px;
  }
  .navbar .max-width .sl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7rem;
  }
  .navbar .max-width .sl .os {
    background-image: url("../assets/os.svg");
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 8px;
    transition: 0.3s all ease;
  }
  .navbar .max-width .sl .os:hover {
    height: 54px;
    width: 54px;
  }
  .navbar .max-width .sl .tw {
    background-image: url("../assets/twitter.svg");
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 8px;
    transition: 0.3s all ease;
  }
  .navbar .max-width .sl .tw:hover {
    height: 54px;
    width: 54px;
  }
  .navbar .max-width .sl .mm {
    background-image: url("../assets/mm.svg");
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s all ease;
  }
  .navbar .max-width .sl .mm:hover {
    height: 54px;
    width: 54px;
  }
  .navbar .max-width .menu {
    position: fixed;
    height: 100vh;
    width: 40%;
    right: -100%;
    top: 0;
    background: rgba(216, 66, 159, 0.9254901961);
    text-align: center;
    padding-top: 40px;
    transition: all 0.3s ease;
    display: block;
  }
  .navbar .max-width .menu .sl {
    display: flex;
  }
  .navbar .max-width .menu li {
    display: block;
  }
  .navbar .max-width .menu li a {
    display: inline-block;
    margin: 20px 0;
    font-size: 25px;
  }
  .navbar .max-width .menu.active {
    right: 0;
    width: 50%;
  }
  .navbar .max-width .menu-btn {
    display: block;
    z-index: 999;
  }
  .navbar .max-width .menu-btn i.active:before {
    content: "\f00d";
  }
}
.main-btn {
  background: linear-gradient(22deg, rgb(255, 137, 236) 31%, rgba(103, 0, 108, 0.7978932241) 100%);
  width: 30%;
  padding: 1rem 0;
  text-align: center;
  transition: all 0.6s ease;
}

.gray {
  color: #5f5f5f;
}

.heading {
  font-family: "funky";
  text-align: center;
  padding: 5rem;
  font-size: 4rem;
  color: #ffffff;
}

.heading2 {
  font-family: "funky";
  text-align: center;
  padding: 5rem;
  font-size: 4rem;
  color: #ffffff;
}

header {
  width: 100%;
  min-height: 100vh;
  font-family: "Kanit", sans-serif;
  background: rgb(103, 0, 108);
  background: linear-gradient(22deg, rgb(103, 0, 108) 21%, rgb(255, 137, 236) 65%);
  background-size: cover;
  background-position: center;
  padding: 0 0;
  box-sizing: border-box;
  color: rgb(82, 82, 82);
  font-weight: 400;
}

header .row {
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 80%;
  margin: auto;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgba(255, 12, 223, 0.37);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  border: 1px solid rgba(255, 9, 222, 0.18);
  height: 80vh;
}
header .row .col-1 {
  flex-basis: 35%;
  min-width: 500px;
  margin-bottom: 30px;
  margin: 10% auto auto 10%;
  font-weight: 400;
  text-align: start;
  color: rgb(255, 255, 255);
}
header .row .col-1 h1 {
  font-size: 60px;
  font-family: "funky";
  font-weight: 700;
}
header .row .col-1 p {
  font-size: 25px;
  margin-bottom: 1rem;
  font-family: "kanit";
}
header .row .col-1 .btn-2 {
  font-size: 25px;
  border-radius: 5px;
  font-family: "kanit";
  padding: 10px 40px;
  margin-top: 20px;
  width: 50%;
  cursor: pointer;
  background: rgb(255, 137, 236);
  background: linear-gradient(22deg, rgb(255, 137, 236) 31%, rgba(103, 0, 108, 0.7978932241) 100%);
  word-spacing: 5px;
  transition: 0.3s all ease;
}
header .row .col-1 .btn-2:hover {
  background: linear-gradient(22deg, rgb(223, 51, 194) 31%, rgba(250, 162, 255, 0.798) 100%);
}
header .row .col-1 .btn-2 a {
  color: #fff;
  font-family: "kanit";
}
header .row .col-2 {
  flex-basis: 50%;
  min-width: 300px;
  margin-bottom: 30px;
  position: relative;
}
header .row .col-2 .banner {
  position: absolute;
  left: 0;
  top: 2rem;
  width: 125%;
  animation: move 3s linear infinite;
}
@keyframes move {
  0% {
    transform: translate(-8px, 0px);
  }
  50% {
    transform: translate(0px, -8px);
  }
  100% {
    transform: translate(-8px, 0px);
  }
}

section {
  background: linear-gradient(0deg, #ffffff, #f8aef3, hsl(286deg, 68%, 45%));
}

.main {
  height: 80vh;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .child {
  flex-basis: 40%;
}
.main .child img {
  height: 100%;
  width: 100%;
  animation: move 2.5s linear infinite;
}
.main .child img:hover {
  opacity: 0.9;
}
@keyframes move {
  0% {
    transform: translate(-10px, 0px);
  }
  50% {
    transform: translate(0px, -10px);
  }
  100% {
    transform: translate(-10px, 0px);
  }
}
.main .child-2 {
  flex-basis: 50%;
}
.main .child-2 h1 {
  font-family: "funky";
  font-size: 3rem;
  color: #5f5f5f;
  margin-bottom: 3rem;
}
.main .child-2 p {
  font-family: "kanit";
  color: #585858;
  font-size: 21px;
}
.main .child-2 .btn {
  margin-top: 1rem;
  font-size: 24px;
  letter-spacing: 3px;
  border-radius: 5px;
  font-family: "kanit";
  width: 40%;
  color: #fff;
  cursor: pointer;
}
.main .child-2 .btn:hover {
  background: linear-gradient(22deg, rgba(255, 137, 235, 0.534) 31%, rgba(103, 0, 108, 0.473) 100%);
}

.collection {
  background: rgb(250, 197, 250);
  background: linear-gradient(180deg, rgba(250, 197, 250, 0.1117509135) 0%, rgba(248, 205, 245, 0.204) 0%);
  padding-bottom: 3rem;
}

.swiper {
  width: 80%;
  height: 100%;
  margin-bottom: 10rem;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
