/* <!--prents_main_div --> */

.main {
  position: relative;
  width: 580px; /* change as needed */
  overflow: hidden;
  margin: 20px auto;
  border: 1px solid #ecd25f;
  border-radius: 5px;
  height: 610px;
  transition: opacity 0.1s ease-in-out;
}
.thumb-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; /* space between arrows & thumbnails */
  margin-top: 10px;
}

.thumb-wrapper .arrow {
  font-size: 1.5rem;
  color: #eac004;
  cursor: pointer;
  user-select: none;
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  position: static; /* remove absolute */
}

.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.slider-image {
  width: 580px;
  height: 610px;
  flex-shrink: 0;
  user-select: none;
}

.thumbs {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.thumb-image {
  width: 85px;
  height: 85px;
  object-fit: cover;
  cursor: pointer;
  border: 3px solid #eac004;
  transition: 0.3s;
  border-radius: 5px;
}

.thumb-image:hover {
  opacity: 0.5;
}

/* code_end */

/* 2nd_div */
.cp_img {
  width: 80px;
  height: 80px;
}
.prents_main_div {
  display: flex;
  justify-content: center;
  padding: 60px 0px;
  gap: 70px;
  margin: auto;
  width: 80%;
}
.Song_Serenity_child_1 {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 90px;
  margin-bottom: 40px;
}
span {
  font-size: 22px;
  /* font-weight: bold; */
  color: #7f8988;
}
.p1 {
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7f8988;
}
.p2 {
  color: #7f8988;
  margin: 9px 0px;
  font-size: 16px;
}
.p3 {
  font-size: 22px;
  color: #7f8988;
  letter-spacing: 1px;
}
.p4 {
  border: 1px solid red;
  color: red;
  width: 60px;
  text-align: center;
  padding: 5px 0px;
  margin: 15px 35px;
  height: 30px;
}
.p5 {
  color: #7f8988;
  font-size: 14px;
  word-spacing: 2px;
}
.Song_Serenity_head {
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 500;
  margin: 20px 0px;
  font-family: "Minion Pro";
  letter-spacing: 2px;
}
.btn_1 {
  width: 450px;
  text-transform: uppercase;
  word-spacing: 2px;
  font-size: 15px;
  background-color: #e0ab41;
  color: #fff;
  border: 2px solid #e0ab41;
  font-weight: bold;
  height: 55px;
}

.btn_1:hover {
  background-color: black;
  transition: all ease-in-out 0.5s;
}

.offer {
  width: 450px;
  height: 120px;
  border-radius: 7px;
  padding: 0px 30px;
  border: 1px solid #c6ffba;
  background-color: #c6ffba;
  margin: 30px 0px;
}
.off_img {
  width: 20px;
  height: 20px;
}
.offf_1 {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 8px 0px;
  font-size: 14px;
  border: 1px solid #e7fee1;
  background-color: #e7fee1;
  height: 36px;
  color: #605f5f;
  margin: 14px 0px;
  width: 380px;
}
.offf_2 {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 8px 0px;
  font-size: 14px;
  color: #605f5f;
  border: 1px solid #e7fee1;
  background-color: #e7fee1;
  height: 36px;
  width: 380px;
}
.p6 {
  font-size: 22px;
  color: #393b3a;
  text-transform: uppercase;
  font-family: "Minion Pro";
  word-spacing: 1px;
}
.Song_Serenity_child_3 {
  margin-top: 50px;
}
.Song_Serenity_child_4 {
  display: flex;
  margin: 30px 0px;
  justify-content: start;
  gap: 30px;
  font-size: 15px;
  line-height: 26px;
  color: #393b3a;
}
.Song_Serenity_child_5 {
  border: 1px solid black;
  height: 186px;
  width: 450px;
}
.p7 {
  width: 360px;
}
.p8 {
  border: 1px solid black;
  height: 46px;
  font-weight: bold;
  font-size: 25px;
  padding: 6px 0px;
  letter-spacing: 2px;
  text-align: center;
  background-color: #000;
  color: #fff;
}
.p9 {
  text-align: center;
  margin: 20px 10px;
  font-size: 16px;
  color: #393b3a;
  line-height: 22px;
}
/* code _end */

.Elegance_div {
  height: 150px;
  width: 310px;
}
.Elegance_text {
  margin: 15px 0px;
  word-spacing: 2px;
  font-family: "Minion Pro";
  text-align: center;
  letter-spacing: 1px;
  color: #111212;
  line-height: 23px;
  font-size: 19px;
}

.Elegance_text_1 {
  height: 90px;
  width: 300px;
  margin: 10px 0px;
  font-family: "Minion Pro";
  word-spacing: 2px;
  line-height: 23px;
  letter-spacing: 1px;
  text-align: center;
  font-size: 19px;
  color: #111212;
}
.Elegance_div_1 {
  margin-top: 100px;
}
.parents_div_2 {
  display: flex;
  margin: 30px 0px;
  justify-content: center;

  gap: 120px;
}
.black_star {
  margin: 0px 90px;
}
.Elegance_title {
  text-align: center;
  font-family: "Minion Pro";
  font-size: 19px;
  word-spacing: 2px;
  color: #515151;
  letter-spacing: 1px;
}
/* .prents_6_video{
  border: 1px solid black;
} */
.parrnts_div3rd {
  display: grid;
  justify-content: center;
}
.parents_3rdchild {
  text-align: center;
  margin-top: 40px;
  font-family: "Minion Pro";
  font-size: 25px;
  word-spacing: 6px;
}
.essence_1 {
  margin-bottom: 7px;
}
.Song_Serenity {
  width: 75%;
  margin: auto;
  padding-top: 30px;
}
.Song_Serenity_div {
  display: grid;
  justify-content: center;
  align-items: center;
}

/* ===== Slider Container ===== */
.Ouer_stroy_slider {
  width: 70%;
  height: 600px;
  position: relative;
  overflow: hidden;
  margin: 40px auto !important;
}

.ouer_slide_child {
  position: absolute;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  transform: translateZ(0);
  animation: fade 16s infinite ease-in-out; /* slower & smoother */
}

.ouer_slide_child:nth-child(1) {
  animation-delay: 0s;
}
.ouer_slide_child:nth-child(2) {
  animation-delay: 4s;
}
.ouer_slide_child:nth-child(3) {
  animation-delay: 8s;
}
.ouer_slide_child:nth-child(4) {
  animation-delay: 12s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  } /* slow fade-in */
  35% {
    opacity: 1;
  } /* hold */
  45% {
    opacity: 0;
  } /* slow fade-out */
  100% {
    opacity: 0;
  }
}

/* .Ouer_stroy_slider:hover .ouer_slide_child{
    animation-play-state: paused;
} */

.our_story_bottumtext {
  text-align: center;
  font-size: 38px;
  margin: 50px 0px;
  letter-spacing: 2px;
  color: #393939;
}
.th_prents_div {
  margin: 0px 0px;
  text-align: center;
}
.Asensual_head {
  font-family: "futura";
  font-size: 37px;
  font-weight: 500;
  margin: 18px 0px;
  letter-spacing: 2px;
  color: #0b0b0b;
}
.Asensual_text {
  width: 70%;
  font-family: "futura";
  font-size: 18px;
  font-weight: bold;
  margin: auto;
  word-spacing: 1px;

  color: #2c2c2c;
}
.parents_img6 {
  border: 1px solid black;
  margin: 60px 0px;
}

.pretns_5 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gif_img {
  width: 75%;
  margin: 30px 0px;
}
/* prents_7 */
.graceful_head {
  font-family: "futura";
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  margin: 16px 0px;
  letter-spacing: 1px;
  color: #0b0b0b;
}
.graceful_head_1 {
  width: 65%;
  text-align: center;
  font-family: "futura";
  font-size: 17px;
  font-weight: bold;
  margin: auto;
  word-spacing: 1px;

  color: #2c2c2c;
}

.child1 {
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 380px;
  height: 250px;
  padding: 20px 15px;
}
.Renuka_Jonnada {
  padding: 13px 0px;
  color: #dfa343;
  font-size: 18px;
  letter-spacing: 1px;
}
.Renuka_Jonnada_1 {
  font-weight: bold;
  color: #3c3c3c;
  letter-spacing: 1px;
  padding: 13px 0px;
}
.Renuka_Jonnada_2 {
  color: #757575;
  word-spacing: 2px;
  line-height: 22px;
  font-size: 16px;
}
.B {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0px;
}
.head {
  margin-top: 50px;
  color: #454545;
  letter-spacing: 1px;
  text-align: center;
}

/* CARD_DIV1 */

.card {
  width: 340px;
  height: 340px;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.card span {
  height: 100%;
  left: 0;
  background: url(../../Utiles/img_1.webp);
  position: absolute;
  /* background-repeat: no-repeat; */
  background-size: cover;
  width: 100%;
  transition: 1s;
}

.card span:nth-child(1) {
  z-index: 10;
  width: 25%;
  transition-delay: 0;
}
.card span:nth-child(2) {
  z-index: 9;
  width: 50%;
  transition-delay: 0.3s;
}
.card span:nth-child(3) {
  z-index: 8;
  width: 75%;
  transition-delay: 0.6s;
}
.card span:nth-child(4) {
  z-index: 7;
  width: 100%;
  transition-delay: 0.8s;
}
.card:hover span {
  transform: translateY(-100%);
  transition: 1s;
}

.card:hover span:nth-child(1) {
  transition-delay: 0.8s;
}
.card:hover span:nth-child(2) {
  transition-delay: 0.6s;
}
.card:hover span:nth-child(3) {
  transition-delay: 0.3s;
}
.card:hover span:nth-child(4) {
  transition-delay: 0s;
}

.content {
  color: #fff;
  text-align: center;
  padding: 0px 20px;
  margin: 40px 0px;
  width: 100%;
  box-sizing: border-box;
  transform: translateY(100%);
  transition: 2s;
}
.content p {
  color: #999;
  margin: 20px 0px;
  letter-spacing: 1px;
  font-size: 18px;
}
.content .btn2 {
  width: 140px;
  height: 40px;
  text-decoration: none;
  border: 1px solid #fff;
  display: block;
  margin: auto;
  border-radius: 2px;
  padding: 10px;
  font-size: 16px;
  color: black;
}

.card:hover .content {
  transform: translateY(0%);
}

h2 {
  letter-spacing: 1px;
  margin: 18px 0px;
}
/* CARD_DIV_2 */

.card_1 {
  width: 340px;
  height: 340px;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.card_1 span {
  height: 100%;
  left: 0;
  background: url(../../Utiles/DSC04338_Final_1_1.webp);
  position: absolute;
  /* background-repeat: no-repeat; */
  background-size: cover;
  width: 100%;
  transition: 1s;
}

.card_1 span:nth-child(1) {
  z-index: 10;
  width: 25%;
  transition-delay: 0;
}
.card_1 span:nth-child(2) {
  z-index: 9;
  width: 50%;
  transition-delay: 0.3s;
}
.card_1 span:nth-child(3) {
  z-index: 8;
  width: 75%;
  transition-delay: 0.6s;
}
.card_1 span:nth-child(4) {
  z-index: 7;
  width: 100%;
  transition-delay: 0.8s;
}
.card_1:hover span {
  transform: translateY(-100%);
  transition: 1s;
}

.card_1:hover span:nth-child(1) {
  transition-delay: 0.8s;
}
.card_1:hover span:nth-child(2) {
  transition-delay: 0.6s;
}
.card_1:hover span:nth-child(3) {
  transition-delay: 0.3s;
}
.card_1:hover span:nth-child(4) {
  transition-delay: 0s;
}

.content {
  color: #fff;
  text-align: center;
  padding: 0px 20px;
  margin: 40px 0px;
  width: 100%;
  box-sizing: border-box;
  transform: translateY(100%);
  transition: 2s;
}
.content p {
  color: #999;
  margin: 20px 0px;
  letter-spacing: 1px;
  font-size: 18px;
}
.content a {
  width: 140px;
  height: 40px;
  text-decoration: none;
  border: 1px solid #fff;
  display: block;
  margin: auto;
  border-radius: 2px;
  padding: 10px;
  font-size: 16px;
  color: black;
}

h2 {
  letter-spacing: 1px;
  margin: 18px 0px;
}
.card_1:hover .content {
  transform: translateY(0%);
}
/* CARD_DIV_3 */

.card_2 {
  width: 340px;
  height: 340px;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.card_2 span {
  height: 100%;
  left: 0;
  background: url(../../Utiles/DSC04152_Final_1_1.webp);
  position: absolute;
  /* background-repeat: no-repeat; */
  background-size: cover;
  width: 100%;
  transition: 1s;
}

.card_2 span:nth-child(1) {
  z-index: 10;
  width: 25%;
  transition-delay: 0;
}
.card_2 span:nth-child(2) {
  z-index: 9;
  width: 50%;
  transition-delay: 0.3s;
}
.card_2 span:nth-child(3) {
  z-index: 8;
  width: 75%;
  transition-delay: 0.6s;
}
.card_2 span:nth-child(4) {
  z-index: 7;
  width: 100%;
  transition-delay: 0.8s;
}
.card_2:hover span {
  transform: translateY(-100%);
  transition: 1s;
}

.card_2:hover span:nth-child(1) {
  transition-delay: 0.8s;
}
.card_2:hover span:nth-child(2) {
  transition-delay: 0.6s;
}
.card_2:hover span:nth-child(3) {
  transition-delay: 0.3s;
}
.card_2:hover span:nth-child(4) {
  transition-delay: 0s;
}

a {
  text-decoration: none;
}
.content {
  color: #fff;
  text-align: center;
  padding: 0px 20px;
  margin: 40px 0px;
  width: 100%;
  box-sizing: border-box;
  transform: translateY(100%);
  transition: 2s;
}
.content p {
  color: #999;
}
.content a {
  width: 100px;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid #fff;
  display: block;
  margin: auto;
  padding: 10px;
  color: #fff;
}

.card_2:hover .content {
  transform: translateY(0%);
}

.C {
  margin: 70px 0px;
}

.parenst_9 {
  display: flex;
  justify-content: center;
  gap: 50px;
}

h4 {
  font-size: 38px;
  color: #3c3c3c;
  margin-bottom: 30px;
  font-family: "Minion Pro";
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
/* END */

@media (max-width: 320px) {
  .prents_main_div {
    display: grid;
    justify-items: center;
    align-content: center;
    padding: 30px 0px;
    gap: 10px;
    margin: auto;
    width: 70%;
  }
  .parents_div_2 {
    display: none;
  }
  .B {
    display: flex;
    justify-content: start;
    overflow: scroll;
    scrollbar-width: none;
    width: 90%;
    margin: auto;
    gap: 20px;
    padding: 20px 0px;
  }
  .Renuka_Jonnada {
    padding: 4px 0px;
    font-size: 16px;
  }
  .Renuka_Jonnada_2 {
    word-spacing: 2px;
    line-height: 13px;
    font-size: 11px;
  }
  .Renuka_Jonnada_1 {
    font-size: 14px;
    padding: 10px 0px;
  }
  .child1 {
    width: 276px;
    height: 201px;
    padding: 20px 15px;
  }
  .parenst_9 {
    display: flex;
    justify-content: start;
    margin: auto;
    width: 90%;
    scrollbar-width: none;
    overflow: scroll;
    gap: 25px;
    padding-bottom: 20px;
  }
  .prents_6_video > video {
    width: 287px;
  }
  .main {
    position: relative;
    width: 270px; /* change as needed */
    overflow: hidden;
    margin: 20px auto;
    border: 1px solid #ecd25f;
    border-radius: 5px;
    height: 300px;
    transition: opacity 0.1s ease-in-out;
  }
  .slider-image {
    width: 270px;
    height: 300px;
    flex-shrink: 0;
    user-select: none;
  }
  .thumb-image {
    width: 30px;
    height: 36px;
    border: 2px solid #eac004;
  }
 
  .p3 {
    font-size: 15px;
  }
  .p4 {
    margin: 9px 31px;
    height: 30px;
    padding: 7px 0px;
    font-size: 14px;
  }
  .p5 {
    font-size: 11px;
    word-spacing: 2px;
  }
  .btn_1 {
    width: 250px;
    font-size: 12px;
    margin: 0px 30px;
    height: 45px;
  }
  .offer {
    width: 268px;
    height: 115px;
    border-radius: 7px;
    padding: 0px 19px;
    margin: 20px 18px;
  }
  .offf_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    padding: 0px 0px;
    font-size: 14px;
    height: 36px;
    margin: 14px 0px;
    width: 225px;
  }
  .p6 {
    text-align: center;
  }

  .offf_2 {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 8px 0px;
    font-size: 14px;
    height: 36px;
    width: 225px;
  }

  .Song_Serenity_child_5 {
    height: 186px;
    width: 244px;
    margin: 0px 30px;
  }
  .p8 {
    height: 39px;
    font-size: 13px;
    padding: 11px 0px;
    letter-spacing: 2px;
  }

  .p9 {
    text-align: center;
    margin: 14px 11px;
    font-size: 12px;
    line-height: 17px;
  }
  .Song_Serenity {
    width: 100%;
    margin: auto;
    padding-top: 20px;
    padding-left: 10px !important;
  }
  .Song_Serenity_head {
    font-size: 21px;
    text-align: center;
    margin: 16px 0px;
  }
  .graceful_head {
    font-size: 22px;
    margin: 16px 20px;
  }
  .essence_1,
  .essence_2 {
    margin-bottom: 7px;
    font-size: 15px;
    padding: 0px 14px;
  }
  .Asensual_head {
    font-size: 24px;
    margin: 18px 18px;
  }
  .Asensual_text {
    width: 84%;
    font-size: 15px;
  }

  .Song_Serenity_child_1 {
    display: flex;
    justify-content: start;
    align-items: start;
    text-align: center;
    gap: 6px;
    margin: 0px 16px;
    margin-bottom: 17px;
  }
  .p1 {
    font-size: 11px;
  }
  .p2 {
    margin: 9px 10px;
    text-align: center;
    font-size: 14px;
  }
  .p7 {
    width: 300px;
    text-align: center;
    font-size: 13px;
    padding: 0px 20px;
  }
  span {
    font-size: 15px;
  }
  .off_tesx {
    font-size: 11px;
  }
  .Song_Serenity_child_4 {
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 21px;
    font-size: 15px;
    line-height: 26px;
    color: #393b3a;
  }
  .cp_img {
    width: 103px;
    height: 100px;
  }
  .Ouer_stroy_slider {
    width: 80%;
    height: 266px;
  }
  .ouer_slide_child {
    width: 100%;
    height: 266px;
  }
  .gif_img {
    width: 75%;
    margin: 4px 0px;
  }
  .head {
    margin-top: 41px;
    font-size: 21px;
  }
  h4 {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .C {
    margin: 30px 0px;
  }
  .card,
  .card_2,
  .card_1 {
    width: 250px;
    height: 250px;
    background-color: #000;
    position: relative;
    overflow: hidden;
  }

  .content {
    padding: 0px 20px;
    margin: 20px 0px;
  }
  .content p {
    margin: 10px 0px;
    font-size: 13px;
  }
  .content .btn2 {
    width: 100px;
    height: 30px;
    padding: 10px;
    font-size: 13px;
  }

  h2 {
    letter-spacing: 1px;
    margin: 13px 0px;
  }
}

@media (max-width: 420px) {
  .prents_main_div {
    display: grid;
    justify-items: center;
    align-content: center;
    padding: 30px 0px;
    gap: 10px;
    margin: auto;
    width: 70%;
  }
  .parents_div_2 {
    display: none;
  }
  .B {
    display: flex;
    justify-content: start;
    overflow: scroll;
    scrollbar-width: none;
    width: 90%;
    margin: auto;
    gap: 20px;
    padding: 20px 0px;
  }
  .Renuka_Jonnada {
    padding: 4px 0px;
    font-size: 16px;
  }
  .Renuka_Jonnada_2 {
    word-spacing: 2px;
    line-height: 13px;
    font-size: 11px;
  }
  .Renuka_Jonnada_1 {
    font-size: 14px;
    padding: 10px 0px;
  }
  .child1 {
    width: 276px;
    height: 201px;
    padding: 20px 15px;
  }
  .parenst_9 {
    display: flex;
    justify-content: start;
    margin: auto;
    width: 90%;
    scrollbar-width: none;
    overflow: scroll;
    gap: 25px;
    padding-bottom: 20px;
  }
  .prents_6_video > video {
    width: 287px;
  }
  .main {
    position: relative;
    width: 270px; /* change as needed */
    overflow: hidden;
    margin: 20px auto;
    border: 1px solid #ecd25f;
    border-radius: 5px;
    height: 300px;
    transition: opacity 0.1s ease-in-out;
  }
  .slider-image {
    width: 270px;
    height: 300px;
    flex-shrink: 0;
    user-select: none;
  }
  .thumb-image {
    width: 30px;
    height: 36px;
    border: 2px solid #eac004;
  }
  .thumb-wrapper .arrow {
    font-size: 1.1rem;
    padding: 4px;
  }
  .p3 {
    font-size: 15px;
  }
  .p4 {
    margin: 9px 31px;
    height: 30px;
    padding: 7px 0px;
    font-size: 14px;
  }
  .p5 {
    font-size: 11px;
    word-spacing: 2px;
  }
  .btn_1 {
    width: 250px;
    font-size: 12px;
    margin: 0px 30px;
    height: 45px;
  }
  .offer {
    width: 268px;
    height: 115px;
    border-radius: 7px;
    padding: 0px 19px;
    margin: 20px 18px;
  }
  .offf_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    padding: 0px 0px;
    font-size: 14px;
    height: 36px;
    margin: 14px 0px;
    width: 225px;
  }
  .p6 {
    text-align: center;
  }

  .offf_2 {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 8px 0px;
    font-size: 14px;
    height: 36px;
    width: 225px;
  }

  .Song_Serenity_child_5 {
    height: 186px;
    width: 244px;
    margin: 0px 30px;
  }
  .p8 {
    height: 39px;
    font-size: 13px;
    padding: 11px 0px;
    letter-spacing: 2px;
  }

  .p9 {
    text-align: center;
    margin: 14px 11px;
    font-size: 12px;
    line-height: 17px;
  }
  .Song_Serenity {
    width: 100%;
    margin: auto;
    padding-top: 20px;
    padding-left: 20px;
  }
  .Song_Serenity_head {
    font-size: 21px;
    text-align: center;
    margin: 16px 0px;
  }
  .graceful_head {
    font-size: 22px;
    margin: 16px 20px;
  }
  .essence_1,
  .essence_2 {
    margin-bottom: 21px;
    font-size: 15px;
    padding: 0px 18px;
  }
  .Asensual_head {
    font-size: 24px;
    margin: 18px 18px;
  }
  .Asensual_text {
    width: 84%;
    font-size: 15px;
  }

  .Song_Serenity_child_1 {
    display: flex;
    justify-content: start;
    align-items: start;
    text-align: center;
    gap: 6px;
    margin: 0px 16px;
    margin-bottom: 17px;
  }
  .p1 {
    font-size: 11px;
  }
  .p2 {
    margin: 9px 10px;
    text-align: center;
    font-size: 14px;
  }
  .p7 {
    width: 300px;
    text-align: center;
    font-size: 13px;
    padding: 0px 20px;
  }
  span {
    font-size: 15px;
  }
  .off_tesx {
    font-size: 11px;
  }
  .Song_Serenity_child_4 {
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 21px;
    font-size: 15px;
    line-height: 26px;
    color: #393b3a;
  }
  .cp_img {
    width: 103px;
    height: 100px;
  }
  .Ouer_stroy_slider {
    width: 80%;
    height: 266px;
  }
  .ouer_slide_child {
    width: 100%;
    height: 266px;
  }
  .gif_img {
    width: 75%;
    margin: 4px 0px;
  }
  .head {
    margin-top: 41px;
    font-size: 21px;
  }
  h4 {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .C {
    margin: 30px 0px;
  }
  .card,
  .card_2,
  .card_1 {
    width: 250px;
    height: 250px;
    background-color: #000;
    position: relative;
    overflow: hidden;
  }

  .content {
    padding: 0px 20px;
    margin: 20px 0px;
  }
  .content p {
    margin: 10px 0px;
    font-size: 13px;
  }
  .content .btn2 {
    width: 100px;
    height: 30px;
    padding: 10px;
    font-size: 13px;
  }

  h2 {
    letter-spacing: 1px;
    margin: 13px 0px;
  }
  .to-top {
    bottom: 10px;
    right: 32px !important;
    width: 39px !important;
    font-size: 16px !important;
    height: 39px !important;
  }
}

@media (min-width: 421px) and (max-width: 440px) {
  .prents_main_div {
    display: grid;
    justify-items: center;
    align-content: center;
    padding: 30px 0px;
    gap: 10px;
    margin: auto;
    width: 70%;
  }
  .parents_div_2 {
    display: none;
  }
  .B {
    display: flex;
    justify-content: start;
    overflow: scroll;
    scrollbar-width: none;
    width: 90%;
    margin: auto;
    gap: 20px;
    padding: 20px 0px;
  }
  .Renuka_Jonnada {
    padding: 4px 0px;
    font-size: 16px;
  }
  .Renuka_Jonnada_2 {
    word-spacing: 2px;
    line-height: 13px;
    font-size: 11px;
  }
  .Renuka_Jonnada_1 {
    font-size: 14px;
    padding: 10px 0px;
  }
  .child1 {
    width: 276px;
    height: 201px;
    padding: 20px 15px;
  }
  .parenst_9 {
    display: flex;
    justify-content: start;
    margin: auto;
    width: 90%;
    scrollbar-width: none;
    overflow: scroll;
    gap: 25px;
    padding-bottom: 20px;
  }
  .prents_6_video > video {
    width: 287px;
  }
  .main {
    position: relative;
    width: 270px; /* change as needed */
    overflow: hidden;
    margin: 20px auto;
    border: 1px solid #ecd25f;
    border-radius: 5px;
    height: 300px;
    transition: opacity 0.1s ease-in-out;
  }
  .slider-image {
    width: 270px;
    height: 300px;
    flex-shrink: 0;
    user-select: none;
  }
  .thumb-image {
    width: 30px;
    height: 36px;
    border: 2px solid #eac004;
  }
  .thumb-wrapper .arrow {
    font-size: 1.1rem;
    padding: 4px;
  }
  .p3 {
    font-size: 15px;
  }
  .p4 {
    margin: 9px 31px;
    height: 30px;
    padding: 7px 0px;
    font-size: 14px;
  }
  .p5 {
    font-size: 11px;
    word-spacing: 2px;
  }
  .btn_1 {
    width: 250px;
    font-size: 12px;
    margin: 0px 30px;
    height: 45px;
  }
  .offer {
    width: 268px;
    height: 115px;
    border-radius: 7px;
    padding: 0px 19px;
    margin: 20px 18px;
  }
  .offf_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    padding: 0px 0px;
    font-size: 14px;
    height: 36px;
    margin: 14px 0px;
    width: 225px;
  }
  .p6 {
    text-align: center;
  }

  .offf_2 {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 8px 0px;
    font-size: 14px;
    height: 36px;
    width: 225px;
  }

  .Song_Serenity_child_5 {
    height: 186px;
    width: 244px;
    margin: 0px 30px;
  }
  .p8 {
    height: 39px;
    font-size: 13px;
    padding: 11px 0px;
    letter-spacing: 2px;
  }

  .p9 {
    text-align: center;
    margin: 14px 11px;
    font-size: 12px;
    line-height: 17px;
  }
  .Song_Serenity {
    width: 100%;
    margin: auto;
    padding-top: 20px;
    padding-left: 20px;
  }
  .Song_Serenity_head {
    font-size: 21px;
    text-align: center;
    margin: 16px 0px;
  }
  .graceful_head {
    font-size: 22px;
    margin: 16px 20px;
  }
  .essence_1,
  .essence_2 {
    margin-bottom: 21px;
    font-size: 15px;
    padding: 0px 18px;
  }
  .Asensual_head {
    font-size: 24px;
    margin: 18px 18px;
  }
  .Asensual_text {
    width: 84%;
    font-size: 15px;
  }

  .Song_Serenity_child_1 {
    display: flex;
    justify-content: start;
    align-items: start;
    text-align: center;
    gap: 6px;
    margin: 0px 16px;
    margin-bottom: 17px;
  }
  .p1 {
    font-size: 11px;
  }
  .p2 {
    margin: 9px 10px;
    text-align: center;
    font-size: 14px;
  }
  .p7 {
    width: 300px;
    text-align: center;
    font-size: 13px;
    padding: 0px 20px;
  }
  span {
    font-size: 15px;
  }
  .off_tesx {
    font-size: 11px;
  }
  .Song_Serenity_child_4 {
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 21px;
    font-size: 15px;
    line-height: 26px;
    color: #393b3a;
  }
  .cp_img {
    width: 103px;
    height: 100px;
  }
  .Ouer_stroy_slider {
    width: 80%;
    height: 266px;
  }
  .ouer_slide_child {
    width: 100%;
    height: 266px;
  }
  .gif_img {
    width: 75%;
    margin: 4px 0px;
  }
  .head {
    margin-top: 41px;
    font-size: 21px;
  }
  h4 {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .C {
    margin: 30px 0px;
  }
  .card,
  .card_2,
  .card_1 {
    width: 250px;
    height: 250px;
    background-color: #000;
    position: relative;
    overflow: hidden;
  }

  .content {
    padding: 0px 20px;
    margin: 20px 0px;
  }
  .content p {
    margin: 10px 0px;
    font-size: 13px;
  }
  .content .btn2 {
    width: 100px;
    height: 30px;
    padding: 10px;
    font-size: 13px;
  }

  h2 {
    letter-spacing: 1px;
    margin: 13px 0px;
  }
  .to-top {
    bottom: 10px;
    right: 32px !important;
    width: 39px !important;
    font-size: 16px !important;
    height: 39px !important;
  }
}
@media (min-width: 441px) and (max-width: 840px) {
  .Song_Serenity {
    width: 66%;
    margin: auto;
    padding-top:7px;
}
.essence_1 {
    margin-bottom: 10px;
    margin: 40px 40px;
    font-size: 24px;
}
.essence_2 {
    margin-bottom: 10px;
      font-size: 24px;
    margin:0px 40px;
}
.prents_main_div {
        display: grid;
        justify-content: center;
        padding: 60px 0px;
        gap: 20px;
        margin: auto;
        width: 100%;
    }
  .parents_div_2 {
    display: none;
  }
  .C {
    margin: 30px 0px;
  }
  .card,
  .card_2,
  .card_1 {
    width: 250px;
    height: 250px;
  }
  .parenst_9 {
    display: flex;
    justify-content: start;
    margin: auto;
    width: 90%;
    scrollbar-width: none;
    overflow: scroll;
    gap: 25px;
    padding-bottom: 20px;
  }
  .B {
    display: flex;
    justify-content: start;
    overflow: scroll;
    scrollbar-width: none;
    width: 90%;
    margin: auto;
    gap: 20px;
    padding: 20px 0px;
  }
  .child1 {
    width: 276px;
    height: 201px;
    padding: 20px 15px;
  }
  
  .Renuka_Jonnada_2 {
    word-spacing: 2px;
    line-height: 13px;
    font-size: 11px;
  }

  .Renuka_Jonnada_1 {
    font-size: 14px;
    padding: 10px 0px;
  }

  .Renuka_Jonnada {
    padding: 4px 0px;
    font-size: 16px;
  }

  h4 {
    font-size: 33px;
  }

  .head {
    font-size:25px !important;
  }
  .graceful_head {
    font-size: 29px;
    font-weight: 500;
    margin: 16px 27px;
}
.Asensual_head{
 font-size: 30px;
}
.prents_6_video{
  width: 400px;
  margin: 0px 50px;
}
.parrnts_div3rd {
    display: grid;
    justify-content:start;
}
 .Ouer_stroy_slider {
    width: 80%;
    height: 490px;
  }
  .ouer_slide_child {
    width: 100%;
    height: 490px;
  }
}
@media (min-width: 841px) and (max-width: 1080px){
   .Song_Serenity {
    width: 66%;
    margin: auto;
    padding-top:7px;
}
.essence_1 {
    margin-bottom: 10px;
    margin: 40px 40px;
    font-size: 24px;
}
.essence_2 {
    margin-bottom: 10px;
      font-size: 24px;
    margin:0px 40px;
}
.prents_main_div {
        /* display: grid; */
        justify-content: center;
        padding: 60px 50px;
        gap: 30px;
        margin: auto;
        width: 100%;
    }
  .parents_div_2 {
    display: none;
  }
  .C {
    margin: 30px 0px;
  }
  .card,
  .card_2,
  .card_1 {
    width: 250px;
    height: 250px;
  }
  
  .child1 {
    width: 276px;
    height: 201px;
    padding: 20px 15px;
  }
  
  .Renuka_Jonnada_2 {
    word-spacing: 2px;
    line-height: 13px;
    font-size: 11px;
  }

  .Renuka_Jonnada_1 {
    font-size: 14px;
    padding: 10px 0px;
  }

  .Renuka_Jonnada {
    padding: 4px 0px;
    font-size: 16px;
  }

  h4 {
    font-size: 33px;
  }

  .head {
    font-size:25px !important;
  }
  .graceful_head {
    font-size: 29px;
    font-weight: 500;
    margin: 16px 27px;
}
.Asensual_head{
 font-size: 30px;
}
.prents_6_video{
  width: 400px;
  margin: 0px 160px;
}
.parrnts_div3rd {
    display: grid;
    justify-content:start;
}
 .Ouer_stroy_slider {
    width: 80%;
    height: 550px;
  }
  .ouer_slide_child {
    width: 100%;
    height: 550px;
  }
    .main {
    position: relative;
   width: 450px; /* change as needed */
    overflow: hidden;
    margin: 20px auto;
    border: 1px solid #ecd25f;
    border-radius: 5px;
    height: 500px;
    transition: opacity 0.1s ease-in-out;
  }
  .slider-image {
    width: 450px;
    height: 500px;
    flex-shrink: 0;
    user-select: none;
  }
  .thumb-image {
    width: 60px;
    height:60px;
    border: 2px solid #eac004;
  }
}
