/*--------------------------------------------------------------
# Banner One
--------------------------------------------------------------*/

.banner-one {
  position: relative;
  display: block;
  padding: 150px 0 50px;
  background: linear-gradient(102.31deg, #f7f7ff 0%, #edeeff 51%, #f6f7ff 100%);
  overflow: hidden;
  z-index: 5;
}

.banner-one__shape-bg-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.1;
  mix-blend-mode: plus-lighter;
  z-index: -1;
}

.banner-one__shape-1 {
  position: absolute;
  width: 537px;
  height: 502px;
  left: -255px;
  top: 32px;
  background: rgba(255, 255, 255, 0.39);
  filter: blur(150px);
  border-radius: 50%;
  z-index: -1;
}

.banner-one__shape-2 {
  position: absolute;
  width: 537px;
  height: 502px;
  left: -268px;
  bottom: 75px;
  background: rgba(17, 149, 255, 0.39);
  filter: blur(150px);
  border-radius: 50%;
  z-index: -1;
}

.banner-one__shape-3 {
  position: absolute;
  width: 537px;
  height: 502px;
  right: -250px;
  top: 5px;
  background: rgba(17, 149, 255, 0.39);
  filter: blur(150px);
  border-radius: 50%;
  z-index: -1;
}

.banner-one__shape-4 {
  position: absolute;
  bottom: 30px;
  left: 695px;
  z-index: -1;
}

.banner-one__shape-4 img {
  width: auto;
}

.banner-one__shape-5 {
  position: absolute;
  bottom: 60px;
  right: 215px;
  z-index: -1;
}

.banner-one__shape-5 img {
  width: auto;
}

/*--------------------------------------------------------------
# Banner One Left
--------------------------------------------------------------*/

.banner-one__left {
  position: relative;
  display: block;
  margin-right: 0;
}

.banner-one__title-box {
  position: relative;
  display: block;
}

.banner-one__title {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
}

.banner-one__title-color {
  color: var(--Freshflow-base);
}

.banner-one__text {
  font-size: 18px;
  line-height: 28px;
  margin-top: 28px;
  margin-bottom: 42px;
}

.banner-one__btn-box {
  position: relative;
  display: block;
}

/*--------------------------------------------------------------
# Banner One Right Image
--------------------------------------------------------------*/

.banner-one__right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin: 0;
  transform: translateY(-20px);
}

.banner-one__img-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}

.banner-one__img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 560px;
}

.banner-one__img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  animation: topBottom 3s ease-in-out infinite;
}

/*--------------------------------------------------------------
# Google Rating
--------------------------------------------------------------*/

.banner-one__google-rating {
  position: absolute;
  bottom: 138px;
  left: -85px;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.61) 100%
  );
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.03);
  border-radius: 9px;
  padding: 20px;
  max-width: 192px;
  width: 100%;
}

.banner-one__google-rating-img {
  position: relative;
  display: block;
  margin-bottom: 11px;
}

.banner-one__google-rating-img img {
  width: auto;
}

.banner-one__google-rating-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.banner-one__google-rating-star {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.banner-one__google-rating-star span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--Freshflow-primary);
}

.banner-one__google-rating-count {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
}

.banner-one__google-rating-count p {
  font-size: 18px;
  color: var(--Freshflow-black);
  font-weight: 500;
}

.banner-one__google-rating-count span {
  font-size: 18px;
  color: var(--Freshflow-black);
  font-weight: 500;
}

/*--------------------------------------------------------------
# Banner One Responsive
--------------------------------------------------------------*/

/* 1200px - 1399px */
@media (min-width: 1200px) and (max-width: 1399px) {

  .banner-one__left {
    padding-right: 25px;
  }

  .banner-one__right {
    padding-left: 25px;
    transform: translateY(-20px);
  }
}

/* 992px - 1199px */
@media (min-width: 992px) and (max-width: 1199px) {

  .banner-one .col-xl-6 {
    width: 50%;
    flex: 0 0 50%;
  }

  /* Left-right ke beech gap */
  .banner-one__content-col {
    padding-right: 25px;
  }

  .banner-one__image-col {
    padding-left: 25px;
  }

 
  .banner-one__title {
    font-size: 34px;
    line-height: 1.3;
  }

  .banner-one__text {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .banner-one__right {
    padding: 0;
    transform: translateY(-20px);
  }

  .banner-one__img {
    max-width: 100%;
  }
}

/* 768px - 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .banner-one {
    padding: 50px 0 70px;
    padding: 150px 0 50px;
  }

  /* 6 / 6 */
  .banner-one .col-xl-6 {
    width: 50%;
    flex: 0 0 50%;
  }

  /* halka center gap */
  .banner-one__content-col {
    padding-right: 20px;
  }

  .banner-one__image-col {
    padding-left: 20px;
  }

  .banner-one__left {
    margin-top: 15px;
  }

  .banner-one__title {
    font-size: 30px;
    line-height: 1.3;
  }

  .banner-one__text {
    font-size: 15px;
    line-height: 23px;
    margin-top: 18px;
    margin-bottom: 25px;
  }

  .banner-one__right {
    padding: 0;
    transform: translateY(-15px);
  }

  .banner-one__img {
    max-width: 100%;
  }

  .banner-one__img img {
    width: 100%;
    height: auto;
  }
}

/* 767px and below */
@media (max-width: 767px) {
  .banner-one {
    padding: 40px 0 60px;
  }

  .banner-one .row {
    display: flex;
    flex-wrap: wrap;
  }

  /* Full width */
  .banner-one .col-xl-6 {
    width: 100%;
    flex: 0 0 100%;
  }

  .banner-one__content-col,
  .banner-one__image-col {
    padding-left: 12px;
    padding-right: 12px;
  }

  .banner-one__left {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0;
  }

  .banner-one__right {
    margin: 0;
    padding: 0;
    transform: none;
  }

  .banner-one__title {
    font-size: 30px;
    line-height: 1.3;
  }

  .banner-one__text {
    font-size: 15px;
    line-height: 23px;
    margin-top: 18px;
    margin-bottom: 25px;
  }

  .banner-one__img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .banner-one__img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

/* 600px */
@media (max-width: 600px) {
  .banner-one {
    padding: 40px 0 50px;
    padding: 150px 0 50px;
  }

  .banner-one__title {
    font-size: 28px;
  }

  .banner-one__text {
    font-size: 14px;
    line-height: 22px;
  }

  .banner-one__img {
    max-width: 480px;
  }
}

/* 400px */
@media (max-width: 400px) {
  .banner-one {
    padding: 40px 0 45px;
    padding: 150px 0 50px;
  }

  .banner-one__title {
    font-size: 26px;
    line-height: 1.25;
  }

  .banner-one__text {
    font-size: 14px;
    line-height: 21px;
    margin-top: 15px;
    margin-bottom: 22px;
    
  }

  .banner-one__img {
    width: 100%;
    max-width: 100%;
  }

  .banner-one__img img {
    width: 100%;
    height: auto;
  }

  .banner-one__btn-box .thm-btn {
    font-size: 13px;
    padding: 10px 16px;
  }
}

/* 300px */
@media (max-width: 300px) {
  .banner-one {
    padding: 80px 0 40px;
    padding: 150px 0 50px;
  }

  .banner-one__title {
    font-size: 23px;
    line-height: 1.25;
  }

  .banner-one__text {
    font-size: 13px;
    line-height: 19px;
  }

  .banner-one__img {
    width: 100%;
    max-width: 100%;
  }

  .banner-one__img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .banner-one__btn-box .thm-btn {
    font-size: 12px;
    padding: 9px 13px;
  }
}
