.main-preview {
  position: relative;
  background-color: #fff;
}

.main-preview .bg-obj {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  background-color: #eef4f9;
}

.main-preview .container {
  position: relative;
}

.main-preview .image {
  width: 45vw;
  border-radius: 30px;
}

.main-preview .image img {
  display: block;
  margin-bottom: 80px;
  border-radius: 200px;
}

.main-preview .image img:last-child {
  margin-bottom: 0;
}

.main-preview .title {
  margin-top: 80px;
}

.main-preview .fixed-item.fixed.title {
  transition: all 0.3s ease-in-out;
  margin-top: 10%;
}

.main-preview .title p {
  line-height: 1.8;
}

/* .main-preview .fixed-scroll .fixed-area .fixed-item.fixed{
    top: 150px;
} */

.main-preview.preview-card {
  margin-bottom: 50px;
}

.main-preview.preview-card .image::before {
  padding-bottom: 90%;
}

#fullSlider .slide-item p {
  font-size: 13px;
  letter-spacing: 2.5px;
}

#fullSlider .slide-item h4 {
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* Desktop ( 1024px ~)*/
@media all and (min-width: 1024px) {
  .main-preview .text .content-title {
    margin: 0;
  }
}

/* Laptop ( 1024px ~ 1200px)*/
@media all and (min-width: 1024px) and (max-width: 1440px) {
}

/* Tablet ( 768px ~ 1023px)*/
@media all and (min-width: 768px) and (max-width: 1023px) {
  .main-preview .bg-obj {
    display: none;
  }

  .main-preview .title,
  .main-preview .image {
    width: 100%;
  }

  .main-preview .image img {
    margin-bottom: 20px;
  }
}

/* Mobile ( ~ 767px)*/
@media all and (max-width: 767px) {
  #fullSlider.slider .slider-contents {
    height: 65vh;
  }

  #fullSlider .slide-item p {
    font-size: 11px;
    width: 70%;
    margin: 5px auto 0;
  }

  .mouse-scroll::before {
    bottom: 5vh;
  }

  .main-preview .bg-obj {
    display: none;
  }

  .main-preview .title {
    margin: 0;
  }

  .main-preview .title,
  .main-preview .image {
    width: 100%;
  }

  .main-preview .image img {
    margin-bottom: 25px;
  }

  .main-preview.preview-card .image::before {
    padding-bottom: 65%;
  }
}
