.about-banner-img {
    z-index: 3;
    position: relative;
    top: -80px;
    left: 0;
    background-size: cover;
    width:100%;
    height: 50vw;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.ice-cream-img {
    position: absolute;
    bottom: 0;
    width: 420px;
}
.circle-img {
    position: absolute;
    bottom: 20px;
    width: 600px;
}
.main-logo-img {
    position: absolute;
    bottom: 250px;
    width: 420px;
}
.about-text-box {
    display: flex;
    flex-direction: column;
    width: 500px;
    height: 500px;
}

.about-text-box .about-lg-txt {
    font-size: 2.5rem;
    font-family: 'poppins', sans-serif;
    font-weight: 600;
}

.about-text-box .about-sm-txt {
    font-size: 1rem;
}
.about-right-img-box {
    background-image: url("/imgs/about/right-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
}

.video-container {
    overflow: hidden;
    height: 500px;
    width: 100%;
}

.mover {
    position: relative;
    top: -80px;
    margin: 0;
    padding: 0;
}
.second-section-container {
    background-image: url("/imgs/about/2nd_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 48vw;
}
.second-section-container .second-text {
  font-family: 'poppins', sans-serif;
  font-weight: 600;
    font-size: 2rem;
    color: #fff;
}

.third-section-container {
    background-color: #ff;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.third-section-container .third-text {
    font-size: 2rem;
    color: #000;
    font-family: 'poppins', sans-serif;
    font-weight: 600;
    width: 600px;
}
.third-section-container .third-text-sm {
    color: #000;
    font-size: 1rem;
    width: 600px;
}
.about-map-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.melona-rec-btn {
    position: absolute;
    border-radius: 10px;
    font-family: 'poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 16px 25px;
    box-shadow: 0px 5px 10px 0 rgba(166, 166, 166, 0.53);
    background-color: #a3cd3a;
    border: 1px solid #a3cd3a;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.melona-rec-btn:hover {
    background-color: #fedf01;
    color: #fff;
    border: 1px solid #fedf01;
}

.video-file {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1300px) {
    .about-banner-img {
        height: 70vw;
    }
}

@media only screen and (max-width: 1000px) {
    .col-12 {
        padding: 0;
    }
    .about-banner-img {
        height: 80vh;
    }
    .about-text-box {
        width: 100%;
        height: 400px;
        padding: 15px;
    }
    .video-file, .video-container, .about-right-img-box {
        height: 400px;
    }
    .about-text-box .about-lg-txt {
        font-size: 2rem;
        line-height: 1.3;
    }
    .second-section-container {
        height: 70vw;
        background-position: center;
    }
}

@media only screen and (max-width: 767px) {
    .third-section-container .third-text {
        width: 100%;
    }

    .third-section-container .third-text-sm {
        width: 100%;
    }
}

@media only screen and (max-width: 650px) {
    .ice-cream-img {
        width: 50vw;
    }
    .second-section-container .second-text {
    font-size: 1.5rem;
    padding: 0 10px;
  }
  .third-section-container .third-text {
    font-size: 1.5rem;
    padding: 0 10px;
  }
  .third-section-container .third-text-sm {
    padding: 0 10px;
  }
  .about-right-img-box {
    height: 328px;
    background-position: center;
}
.about-text-box {
    height: 320px;
  }
    .circle-img {
        width: 80vw;
    }
    .main-logo-img {
        bottom: 35vw;
        width: 40vw;
    }
    .video-container, .video-file {
        height: 250px;
    }
    .second-section-container {
        height: 60vh;
    }
      .about-banner-img {
          height: 57vh;
      }
}
