.sectionpad {
  padding: 6rem 0 2rem 0;
}

.sectionpadtop {
  padding-top: 70px;
}

.section-gallery {
  padding: 10rem 0 3rem 0;
}

.sectionpadbottom {
  padding-bottom: 70px;
}

.aboutWrapper {
  position: relative;
  margin: 0 30px;
}

.redText {
  color: var(--primary);
}

.text-balance {
  text-wrap: balance;
}

/* about section  */

.aboutBgImg {
  width: 100%;
  height: auto;
}

#sectionAbout .aboutContainer {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
}

.sectionHeadText {
  font-size: 2.865vw;
  font-family: var(--Fredoka);
  margin: 20px 0;
}

#sectionAbout .redBtn,
#sectionGallery .redBtn {
  color: var(--light);
  background-color: var(--primary);
  padding: 20px;
  border-radius: 10px;
  font-family: var(--DM-Sans);
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  text-transform: capitalize;
}

#sectionAbout .aboutImgCollectionWrap {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}

#sectionAbout .aboutImgWrap img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

#sectionAbout .aboutImg1,
#sectionAbout .aboutImg4 {
  margin-top: 2.8vw;
}

.teddyImg1 {
  position: absolute;
  top: -4.6vw;
  left: 0;
}

.teddyImg2 {
  position: absolute;
  top: -4.3vw;
  right: 0;
}

.teddyImgWrap img {
  width: 110px;
  height: auto;
}

/* gallery section */

.galImg img {
  border-radius: 16px;
}

#sectionGallery .col-lg-2 {
  padding: 0 !important;
}

.galleryCol1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  /* padding-right: 20px; */
}

.galImg1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.galImage1 {
  width: 80px;
  height: auto;
}

.starImg {
  width: 40px;
  height: auto;
}

.galleryCol2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.galImg2 {
  border-radius: 30px;
  border: 2px dashed #00bfff;
  padding: 10px;
  margin-top: 20px;
  width: 136px;
  height: auto;
  position: relative;
}

.bubbleImgWrap {
  position: absolute;
  bottom: -28px;
  right: 0;
}

.galImg3 {
  border-radius: 30px;
  /* border: 8px solid var(--primary); */

  display: flex;
  justify-content: center;
  align-items: center;
}

.galImg3 img {
  border-radius: 30px;
  border: 8px solid var(--primary);
  padding: 10px;
}

.galImg4 {
  border-radius: 30px;

  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.galImg4 img {
  border-radius: 30px;
  border: 2px dashed #ffc0cb;
  padding: 10px;
}

.galleryCol3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 10px;
}

.galleryCol5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.galleryCol4 {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  height: 100%;
}

.galImg5 {
  border-radius: 30px;
  /* border: 2px dashed #00bfff; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 80%; */
  height: auto;
  overflow: hidden;
}

.galImg5 img {
  border: 2px dashed #00bfff;
  padding: 10px;
  border-radius: 30px;
}

.galImg6 {
  display: flex;
  justify-content: center;
  /* width: 80%; */
  height: auto;
}

.galImg7 {
  /* width: 80%; */
  display: flex;
  justify-content: center;
}

.galImg8 {
  /* width: 80%; */
  border-radius: 30px;
  /* border: 2px dashed #ffc0cb; */

  position: relative;
  display: flex;
  justify-content: center;
}

.galImg8 img.img-fluid {
  border-radius: 30px;
  border: 2px dashed #ffc0cb;
  padding: 10px;
}

.galleryCol4 .starImg {
  width: 30px;
  height: auto;
}

.starImgWrap {
  position: absolute;
  bottom: -43px;
  right: 0;
}

.galImg9 {
  border-radius: 30px;
  border: 2px dashed #ffd700;
  padding: 10px;
}

.galImg10 {
  border-radius: 30px;
  border: 10px solid #c39628;
  padding: 10px;
}

.galImg9 .bubbleImgWrap {
  position: absolute;
  top: -40px;
  right: 0;
}

.mobileCTASection {
  /* background: linear-gradient(90deg, #cd2026 0%, #f26522 100%); */
  background: #ba3726;
  padding: 10px;
  display: none;

  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  left: 0;
  right: 0;
  border-top: 1px solid #fff;
}

/* error */

.error {
  font-size: 14px;
  color: var(--primary);
  margin-top: 6px;
  display: none;
}

/* banner changes */

/* .mainHeadText {
  font-size: 2vw;
} */

.enquireFixedBtn {
  background-color: var(--primary);
  color: #fff;
  padding: 15px 20px;
  font-size: 22px;
  font-weight: 600;
  border-radius: 12px;
}

.enquireFixedBtnWrap {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 1000;
}

/* Media Query */

@media only screen and (max-width: 1400px) {
  .section-gallery.sectionpad {
    padding: unset;
    padding-top: 15%;
  }
}

@media only screen and (max-width: 1200px) {
  .aboutBgImg {
    height: 750px;
  }

  .section-gallery.sectionpad {
    padding-top: 3%;
  }
}

@media only screen and (max-width: 992px) {
  /* about section */

  .aboutBgImg {
    height: 780px;
  }

  #sectionAbout .aboutImg1,
  #sectionAbout .aboutImg4 {
    margin-top: 0px;
    /* margin: 15px; */
  }

  .teddyImgWrap {
    display: none;
  }

  .aboutImgWrap {
    display: flex;
    justify-content: center;
    padding: 10px;
  }

  #sectionAbout .aboutImgWrap img {
    width: auto;
    height: 400px;
  }

  /* gallery */

  .section-gallery.sectionpad {
    padding-top: 73%;
  }

  .galleryCol3 {
    padding-left: 0px;
  }

  .galImage1 {
    width: 50px;
    height: auto;
    border-radius: 13px;
  }

  .galImg {
    position: relative;
  }

  .galImg img {
    border-radius: 30px !important;
  }

  .galImg .bubbleImgWrap {
    position: absolute;
    bottom: -26px;
    left: 0;
  }

  .galImg .bubbleImg2Wrap {
    position: absolute;
    top: -12px;
    right: -20px;
  }

  .galImg .starImgWrap {
    position: absolute;
    bottom: -50px;
    right: 5px;
  }

  .galImg2,
  .galImg5 {
    width: 100% !important;
    height: auto;
  }

  .galImg5 {
    padding: 10px;
    border: 2px dashed #00bfff;
  }

  .galImg8,
  .galImg4 {
    padding: 10px;
    border: 2px dashed #ffc0cb;
  }

  .galImg3 {
    padding: 10px;
    border: 8px solid var(--primary);
  }

  .galImg2,
  .galImg7,
  .galImg5,
  .galImg8,
  .galImg3,
  .galImg4,
  .galImg6,
  .galImg9,
  .galImg10 {
    width: 100%;
    height: auto;
    border-radius: 13px;
  }

  /* gallery section */

  section#sectionGallery {
    padding-top: 95%;
    padding-inline: 20px;
  }

  .sectionHeadText {
    font-size: 5vw;
  }
}

@media only screen and (max-width: 768px) {
  p {
    font-size: 14px;
  }

  .mobileCTASection {
    display: block;
  }

  .sectionpad {
    padding: 40px 0;
  }

  #sectionAbout .aboutImgWrap img {
    width: 100%;
    height: auto;
  }

  .aboutImgWrap {
    padding: 10px 0;
  }

  #sectionAbout .redBtn,
  #sectionGallery .redBtn {
    padding: 13px 16px;
    font-size: 16px;
  }

  .aboutContainer {
    width: 90%;
  }

  .aboutWrapper {
    position: relative;
    margin: 0 20px;
  }

  .sectionHeadText {
    font-size: 30px;
  }

  .aboutBgImg {
    height: 850px;
  }

  .section-gallery.sectionpad {
    padding-top: 60%;
  }

  /* gallery section */

  section#sectionGallery {
    padding-top: 80%;
  }

  .galImg {
    display: flex;
    justify-content: center;
  }

  .galImg1 {
    display: unset;
  }

  #sectionAbout .custom-container {
    width: 100%;
    margin: auto;
  }

  .fixed-button {
    display: none;
  }

  .footer-copyright {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 576px) {
}

@media only screen and (max-width: 450px) {
  /* gallery section */

  section#sectionGallery {
    padding-top: 90%;
  }
}

@media only screen and (max-width: 400px) {
  .aboutBgImg {
    height: 900px;
  }
}
