@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,800;1,700&family=Roboto:ital,wght@0,300;0,400;1,700&display=swap');

html,
body,
* {
  font-family: 'Montserrat',sans-serif;
  font-size: 16px;
}

body{
  overflow: hidden;
  background-color: #F3F3F3;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  position: relative;
}

.full-layout{
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr clamp(320px, 35vw, 675px);
}

.side-content{
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 85px;
  padding: 0 10% 0 8%;
  position: relative;
  top: 50px;
}

.side-content .logo-section{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.side-content .logo-section .logo-sook {
  width: clamp(250px, 18vw, 354px);
  height: 153px;
}

.side-content .desc-side{
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 480px;
}

.side-content .desc-side .title-wrapper{
  position: relative;
  margin-bottom: 0.5rem;
  width: fit-content;
}

.side-content .desc-side .title-wrapper .title-sook{
  width: fit-content;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: -0.04em;
  position: relative;
  margin-bottom: 0%;
  -webkit-text-stroke: 0.5px #000;
}

.side-content .desc-side .title-wrapper .badge-coming-soon {
  width: 190px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #D4FF59;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  position: absolute;
  right: -187px;
  top: -18px;
}

.side-content .desc-side .paragraph-sook {
  font-size: 1rem;
  line-height: 27px;
  margin-bottom: 80px;
  margin-top: 0;
  margin-bottom: 3rem;
}

.side-content .desc-side .mailchimp-form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.side-content .desc-side .mailchimp-form .wrapper-form .label-email{
  font-family: 'Roboto',sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
}
.side-content .desc-side .mailchimp-form .wrapper-form .input-btn {
  display: flex;
  align-items: flex-end;
  margin: 5px 0 10px 0;
}

.side-content .desc-side .mailchimp-form .wrapper-form .input-btn input[type="email"] {
  width: calc(100% - 115px);
  height: 30px;
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #000000;
  -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.side-content .desc-side .mailchimp-form .wrapper-form .input-btn input[type="email"]::placeholder {
  font-family: 'Montserrat',sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #636161;
  -webkit-appearance: none;
    -webkit-border-radius: 0;
}


.side-content .desc-side .mailchimp-form .wrapper-form .input-btn input[type="submit"] {
  width: 115px;
  height: 30px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  font-family: 'Roboto',sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: #9F9F9F;
  line-height: 30px;
  cursor: pointer;
  -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.side-content .desc-side .mailchimp-form .wrapper-form .input-btn input[type="submit"]:hover {
  color: #000;
}

.side-content .desc-side .mailchimp-form .privacy-policay {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.side-content .desc-side .mailchimp-form .privacy-policay .check-icon {
  width: 16px;
  height: 16px;
}

.side-content .desc-side .mailchimp-form .privacy-policay .text-checking {
  font-weight: 300;
  font-size: 0.875rem;
  color: #5E5E5E;
  cursor: pointer;
  white-space: nowrap;
}

.side-content .desc-side .mailchimp-form .privacy-policay .text-checking a {
  text-decoration: none;
  color: #5C88CA;
}

.side-content .desc-side .mailchimp-form .privacy-policay .text-checking:hover a {
  text-decoration: underline;
  color: #5C88CA;
}

.side-content .desc-side .links-icons{
  display: flex;
  align-items: center;
}

.side-content .desc-side .links-icons .icon{
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  cursor: pointer;
}

.side-content .desc-side .links-icons .icon:not(:last-child){
  margin-right: 11px;
}

.side-content .desc-side .links-icons .icon:hover {
  background-color: #000;
}

.side-content .desc-side .links-icons .icon .logo{
  width: 35px;
  height:35px;
}

.side-content .desc-side .links-icons .icon:hover .logo{
  filter:  invert(90%) sepia(21%) saturate(1480%) hue-rotate(14deg) brightness(105%) contrast(103%);
}

/* the lines above the left side */

.side-content::before {
  content: " ";
  position: absolute;
  width: 120%;
  height: 1px;
  background-color: #000;
  top: 10%;
  transform: rotate(7deg)
}


.side-content::after {
  content: " ";
  position: absolute;
  width: 120%;
  height: 1px;
  background-color: #000;
  bottom:15%;
  transform: rotate(7deg);
}


.side-images{
  display: grid;
  gap: 12px 15px ;
  grid-template-columns: 1.25fr 1fr;
  grid-template-rows: 2fr 1.4fr;
  background-color: #DEDEDE;
  padding: 11px 20px;
  z-index: 1;
}

.side-images .item-img{
  border-bottom: 4px solid #E1FF29;
  position: relative;
}

.side-images .img-1 {
  grid-column: 1 / 3;
}

.side-images .item-img .img-cover{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.side-images .item-img .text-img {
  position: absolute;
  color: #fff;
  font-family: 'Roboto',sans-serif;
  font-size: clamp(1.5rem, 2vw, 2.5rem);
  right: -2em;
  top: 3.25em;
  transform: rotate(-90deg);
}


/* marque with animations */
.marque-1 , .marque-2 {
  width: 100vw;
  height: 86px;
  background-color: #000;
  position: absolute;
  z-index: 2;
}

.marque-1{
  top: 444px;
  transform: rotate(46deg);
  left: 719px;
  z-index: 100;
}
.marque-2 {
  width: 120vw;
  left: -105px;
  bottom: -155px;
  transform: rotate(-20deg);
}

.inside-marque {
  width: 200%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
  animation: scroll 10s linear infinite;
}



.text-marque span{
  font-weight: bold;
  font-size: 50px;
  letter-spacing: -0.2em;
  color: #fff;
  -webkit-text-stroke: 1px #000;
}
.text-marque{
  float: left;
  text-align:center;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-marque span:not(:last-child){
  margin-right: 200px;
}


.text-marque span .soon{
  margin-left: 12px;
}

@keyframes scroll {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }

}

.wrapper-carousel {
  display: none;
  position: relative;
  margin-top: 60px;
  margin-bottom: 50px;
}
.wrapper-carousel .carousel-arrow {
  position: absolute;
  right: 0;
  top: 35%;
  transform: translate(-0%, -50%);
  z-index: 1;
  transform: rotate(180deg);
  cursor: pointer;
}
.owl-stage{
  width: 1000% !important;
}

.owl-carousel{
  width: 90% !important;
  display: flex;
  gap: 3px;
}
.owl-carousel .owl-item{
  width: 177px !important;
  height: 160px;
  overflow: hidden;
}
.owl-carousel .owl-item::after{
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height:  4px;
  background:#E1FF29;
}
.carousel-element{
  width: 100%;
  height: 100%
}
.owl-carousel .carousel-element .img-carousel{
  width: 100%;
  height: 100%;
  object-fit: cover;
}