.d-xl-flex.justify-content-xl-center.align-items-xl-center.hero-section {
  height: 100vh;
  position: relative;
}

@media (min-width: 300px) {
  .float-1 {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 150px;
  }
}

@media (min-width: 768px) {
  .float-1 {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 200px;
  }
}

@media (min-width: 992px) {
  .float-1 {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 300px;
  }
}

@media (max-width: 576px) {
  .float-1 {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 150px;
  }
}

@media (min-width: 768px) {
  .float-2 {
    position: absolute;
    top: -100px;
    left: 100px;
    width: 200px;
  }
}

@media (min-width: 992px) {
  .float-2 {
    position: absolute;
    top: 100px;
    left: 100px;
    width: 200px;
  }
}

@media (max-width: 576px) {
  .float-2 {
    position: absolute;
    top: 70px;
    left: 0px;
    width: 150px;
  }
}

@media (min-width: 768px) {
  .float-3 {
    position: absolute;
    width: 200px;
    top: 20px;
    right: 0px;
  }
}

@media (min-width: 992px) {
  .float-3 {
    position: absolute;
    top: 20px;
    right: 100px;
    width: 250px;
  }
}

@media (min-width: 1200px) {
  .float-3 {
    position: absolute;
    top: 20px;
    right: 100px;
    width: 250px;
  }
}

@media (max-width: 576px) {
  .float-3 {
    position: absolute;
    top: 70px;
    right: 0px;
    width: 150px;
  }
}

@media (min-width: 768px) {
  .float-4 {
    position: absolute;
    bottom: 100px;
    right: 0px;
    width: 200px;
  }
}

@media (min-width: 992px) {
  .float-4 {
    position: absolute;
    bottom: 100px;
    right: 100px;
    width: 250px;
  }
}

@media (max-width: 576px) {
  .float-4 {
    position: absolute;
    bottom: 40px;
    right: 0px;
    width: 150px;
  }
}

.float-5 {
  position: absolute;
  left: -200px;
  top: 300px;
}

.dark-grad {
  width: 100%;
  position: absolute;
  bottom: 0px;
  height: 200px;
}

.cta-section {
  background: #000000;
}

.row.sub-cta-col {
  width: 100%;
}

.cta-heading {
  color: rgb(255, 255, 255);
  font-size: 34px;
  font-family: bullostregular;
  font-weight: 100;
}

@media (min-width: 992px) {
  .cta-heading {
    color: rgb(255, 255, 255);
    font-size: 28px;
    font-family: bullostregular;
  }
}

@media (min-width: 300px) {
  .cta-heading {
    color: rgb(255, 255, 255);
    font-size: 28px;
    font-family: bullostregular;
    line-height: 20px;
  }
}

@media (min-width: 300px) {
  .cta-img {
    margin-bottom: 16px;
    width: 50px;
  }
}

pro-sub-head {
}

#pro-sub-head {
  color: rgb(255, 255, 255);
  font-family: bullostregular;
  font-size: 48px;
  line-height: 10px;
  font-weight: 100;
}

#pro-sub-head-v2 {
    color: rgb(255, 255, 255);
    font-family: Inter;
    font-size: 48px;
    line-height: 10px;
    font-weight: 100;
}

#pro-head {
  color: rgb(255, 255, 255);
  font-size: 130px;
  font-family: bullostregular;
  line-height: 100px;
  font-weight: 100;
}
#pro-head-v2 {
    color: rgb(255, 255, 255);
    font-size: 130px;
    font-family: Inter;
    line-height: 100px;
   
}

.korean-section {
  position: relative;
  overflow: hidden;
}

.dark-grad-top {
  position: absolute;
  width: 100%;
  height: 300px;
  top: 0px;
  background: linear-gradient(rgb(0 0 0), rgb(0 0 0 / 0%));
}

@media (min-width: 576px) {
  .pro-p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    width: 80%;
    text-align: left;
  }
}

@media (max-width: 575px) {
  .pro-p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    width: 80%;
    text-align: center !important;
  }
}

.korea-pro {
  z-index: 100;
}

@media (min-width: 768px) {
  .pro-img {
    margin-left: -100px;
  }
}

@media (max-width: 768px) {
  .pro-img {
    margin-left: -100px;
  }
}

.proimg-col {
  position: relative;
}

.korean-img-2 {
  position: absolute;
  width: 40%;
  left: -450px;
  top: 100px;
  z-index: 10;
}

@media (max-width: 576px) {
  .korean-img-2 {
    position: absolute;
    width: 40%;
    left: -100px;
    top: 100px;
    z-index: 10;
  }
  .faq-header {
    color: #000 !important;
    font-size: 60px !important;
    line-height: 70px !important;
    font-family: bullostregular !important;
    font-weight: 100 !important;
  }
}

@media (min-width: 992px) {
  .korean-img-3 {
    position: absolute;
    width: 30%;
    right: -100px;
    top: 50px;
    z-index: 10;
  }
}

@media (min-width: 768px) {
  .korean-img-3 {
    position: absolute;
    width: 30%;
    right: -100px;
    top: 50px;
    z-index: 10;
  }
}

@media (max-width: 576px) {
  .korean-img-3 {
    position: absolute;
    width: 30%;
    right: 0px;
    top: 50px;
    z-index: 10;
  }
}

.cta-img-2 {
  height: 100px;
}

@media (min-width: 992px) {
  .cta-img-2 {
    height: 150px;
  }
}

#cta-heading-2 {
  font-size: 16px;

  font-weight: 500;
}

.use-section {
  position: relative;
}

.float-3-3.rellax {
  position: absolute;
  right: -100px;
  top: 0px;
}

.western-img-2 {
  position: absolute;
  width: 400px;
  left: -300px;
  z-index: 10;
}

@media (min-width: 992px) {
  .western-img-2 {
    position: absolute;
    width: 200px;
    left: -190px;
    z-index: 10;
    /*display: none !important;*/
  }
}

@media (max-width: 768px) {
  .western-img-2 {
    position: absolute;
    width: 200px;
    left: -100px;
    z-index: 10;
    /*display: none !important;*/
  }
}

@media (min-width: 300px) {
  .western-img-2 {
    position: absolute;
    width: 200px;
    left: -170px;
    z-index: 10;
    display: none !important;
  }
}



.western-img-3 {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 400px;
}
@media (max-width: 1400px) {
    .western-img-3 {
        position: absolute;
        right: -80px;
        top: 0px;
        width: 400px;
    }
}
@media (max-width: 1300px) {
    .western-img-3 {
        position: absolute;
        right: -80px;
        top: 0px;
        width: 200px;
    }
}

@media (max-width: 400px) {
  .western-img-3 {
    position: absolute;
    right: -100px;
    top: 0px;
    width: 200px;
  }
  .btn-cart{
      font-size: 14px !important;
  }
}

#step-header {
  font-family: bullostregular;
  padding-bottom: 70px;
  text-align: center;
  font-weight: 100;
}

@media (min-width: 992px) {
  #step-header {
    font-size: 90px;
    line-height: 100px;
    font-family: bullostregular;
    padding-bottom: 40px;
    font-weight: 100;
  }
}

#step-header {
  font-size: 90px;
  line-height: 100px;
  font-family: bullostregular;
  padding-bottom: 40px;
  font-weight: 100;
}

@media (max-width: 576px) {
  #step-header {
    font-size: 50px;
    line-height: 40px;
    font-family: bullostregular;
    padding-bottom: 40px;
  }
}

#hero-header {
  color: rgb(255, 255, 255);
  font-family: bullostregular;
  line-height: 78px;
  font-size: 180px;
  font-weight: 100;
}

@media (min-width: 1200px) {
  #hero-header {
    color: rgb(255, 255, 255);
    font-family: bullostregular;
    line-height: 78px;
    font-size: 200px !important;
  }
}

@media (min-width: 768px) {
  #hero-header {
    color: rgb(255, 255, 255);
    font-family: bullostregular;
    line-height: 78px;
    font-size: 120px;
  }
}

@media (max-width: 576px) {
  #hero-header {
    color: rgb(255, 255, 255);
    font-family: bullostregular;
    line-height: 60px;
    font-size: 90px;
  }
}

@media (min-width: 300px) {
  #hero-sub {
    color: rgb(255, 255, 255);
    font-size: 28px !important;
    font-family: bullostregular;
    letter-spacing: 3px;
  }
}

@media (min-width: 576px) {
  #hero-sub {
    color: rgb(255, 255, 255);
    font-size: 40px !important;
    font-family: bullostregular;
    letter-spacing: 3px;
  }
}

@media (min-width: 768px) {
  #hero-sub {
    color: rgb(255, 255, 255);
    font-size: 60px;
    font-family: bullostregular;
  }
}

#hero-sub {
  color: rgb(255, 255, 255);
  font-size: 68px;
  font-family: bullostregular;
}

@media (min-width: 768px) {
  .pro-img-korea {
    margin-left: -100px;
  }
}

@media (max-width: 576px) {
  .pro-img-korea {
    margin-left: 100px;
  }
}

@media (min-width: 768px) {
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    flex-direction: column !important;
  }
}

@media (max-width: 576px) {
  .img-pro {
    width: 100px;
    margin-left: 0px !important;
  }
}

.img-pro {
  width: 100px;
  margin-left: 60px;
}
