@font-face {
  font-family: "Adeston-Regular";
  font-style: normal;
  src: url("../font/wed/Adeston-Regular.woff2") format("woff2"),
    url("../fonts/wed/Adeston-Regular.otf") format("otf");
}
@font-face {
  font-family: "Aileron-Bold";
  font-style: normal;
  src: url("../font/wed/Aileron-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Aileron-Regular";
  font-style: normal;
  src: url("../font/wed/Aileron-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Aileron-SemiBold";
  font-style: normal;
  src: url("../font/wed/Aileron-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "Wonderfebia";
  font-style: normal;
  src: url("../font/wed/Wonderfebia.otf") format("opentype");
}
@font-face {
  font-family: "Bodoni-72-Book";
  font-style: normal;
  src: url("../font/wed/Bodoni-72-Book.ttf") format("truetype");
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fbf5eb;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

html {
  margin-top: 0 !important;
  font-family: "Aileron-Regular", sans-serif;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Aileron-Regular", sans-serif;
}
.title {
  font-size: 80px;
  line-height: 1.2;
  font-family: "Wonderfebia", sans-serif;
}
.title-2 {
  font-size: 40px;
  line-height: 1.2;
  font-family: "Adeston-Regular", sans-serif;
}
.font-Adeston-Regular {
  font-family: "Adeston-Regular", sans-serif;
}
.font-Aileron-Bold {
  font-family: "Aileron-Bold", sans-serif;
}
.font-Aileron-Regular {
  font-family: "Aileron-Regular", sans-serif;
}
.font-Aileron-SemiBold {
  font-family: "Aileron-SemiBold", sans-serif;
}
.font-Wonderfebia {
  font-family: "Wonderfebia", sans-serif;
}
.font-Bodoni-72-Book {
  font-family: "Bodoni-72-Book", sans-serif;
}
.wedding-page {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  background-color: #fcf5eb;
  color: #c53771;
}
.wedding-page section {
  padding: 80px 0;
  padding-bottom: 0;
  margin: 0;
  width: 100%;
  position: relative;
}
.wedding-page section:last-child {
  padding-bottom: 80px;
}
.header-wedding {
  background: #f182af;
  padding: 15px 0;
  text-align: center;
}
.btn-wed {
  background: #fff;
  color: #c53771;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 35px;
  transition: background-color 0.3s ease;
}
.btn-wed:hover {
  background: #c53771;
  color: #fff;
}
.btn-wed2 {
  background: #f182af;
  color: #fff;
  border: 1px solid #c84076;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s ease;
  display: inline-block;
}
.btn-wed2:hover {
  background: #fff;
  color: #c53771;
}

.btn-view-details {
  font-family: "Adeston-Regular", sans-serif;
  text-transform: uppercase;
  padding: 10px 20px 6px 20px;
  letter-spacing: 1px;
}

.hero-wedding {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.hero-wedding .slick-slide img {
  width: 100%;
  object-fit: contain;
  object-position: top center;
  /* height: 80vh; */
}
.specialities {
  margin-top: 2rem;
}
.specialities .specialities-row {
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  --bs-gutter-y: 0;
  --bs-gutter-x: 0;
}

.specialities .specialities-row .col-lg-2 {
  text-align: right;
}

.specialities .specialities-row img {
  width: 60%;
  height: 60px;
  object-fit: contain;
  object-position: center;
}
.specialities .specialities-row p {
  margin: 0;
}
.gallery-slider h4 {
  font-family: "Adeston-Regular", sans-serif;
  font-size: 24px;
  color: #c53771;
  margin-top: 20px;
}
.gallery-slider p {
  font-size: 20px;
  letter-spacing: 1px;
}
.slick-dots {
  bottom: 105px;
}
.slick-dots li {
  margin: 0 10px;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffffff;
}
.slick-dots li button:before {
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 50%;
  overflow: hidden;
}
.slick-prev:before,
.slick-next:before {
  color: #c53771;
}
.slick-next {
  right: -30px;
}
.hospitality {
  margin-top: 1rem;
}
.hospitality-item .desc {
  padding-top: 15px;
}
.hospitality-item .desc h4 {
  font-family: "Adeston-Regular", sans-serif;
  margin-bottom: 12px;
  display: block;
}
.hospitality-item .desc p {
  font-family: "Aileron-Regular", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 12px;
  text-align: justify;
  padding-right: 20px;
}
.events-slider .slick-slide {
  text-align: center;
}
.events-slider .slick-slide img {
  width: 90%;
  height: 300px;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
}
.events-slider .slick-slide h4 {
  font-family: "Adeston-Regular", sans-serif;
  font-size: 24px;
  color: #c53771;
  margin-top: 20px;
  text-transform: uppercase;
}

.events-slider .slick-dots {
  bottom: -50px;
  z-index: 9999;
}
.events-slider .slick-dots li button:before {
  color: #c53771;
}

.events-slider .slick-dots li button:before {
  box-shadow: none;
}

/* .events-slider .slick-prev {
  left: 180px;
}

.events-slider .slick-next {
  right: 240px;
} */

.contact-info {
  padding: 20px;
  text-align: center;
}
.contact-info h4 {
  font-family: "Adeston-Regular", sans-serif;
}
.contact-info p {
  letter-spacing: 1px;
}
.contact-inner label {
  font-size: 20px;
  letter-spacing: 1px;
}
.contact-inner small {
  font-size: 14px;
  letter-spacing: 1px;
}
.contact-inner .form-control {
  background: #f6c0cf;
  border: 1px solid #e29db1;
  border-radius: 0;
  color: #c53771;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}
#mandatory {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 14px;
  color: #c53771;
  font-style: italic;
}
.contact-form {
  position: relative;
  padding: 0 20px;
}
.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  margin-left: 0;
}
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  margin-left: 0;
}
.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-list-item-label {
  font-size: 16px;
}
input[type="radio"] {
  accent-color: #f182af;
}
input[type="checkbox"] {
  accent-color: #f182af;
}
.journey-row .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.journey-row .col-lg-4 h5 {
  font-family: "Adeston-Regular", sans-serif;
  margin-top: 20px;
}
.feature-slider {
  background: url("../images/wed/feature-bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  margin-top: 1rem;
  padding: 100px;
}
.feature-slider .gallery-slider .slick-prev:before,
.feature-slider .gallery-slider .slick-next:before {
  color: #ffffff;
}
.feature-slider .slider-box {
  background: #fbf5eb;
  padding: 2rem;
}
.rating {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 50px 0;
}
.rating img {
  width: 35px;
  padding: 0 5px;
}
.slider-content {
  width: 75%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.para::-webkit-scrollbar {
  width: 5px;
}
.para::-webkit-scrollbar-thumb {
  background: #f06ba2;
}
.para-box {
  height: auto;
  display: block;
  width: 100%;
  overflow: hidden;
}
.para-box .para {
  height: 250px;
  overflow: hidden;
  overflow-y: scroll;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.para-box p {
  font-family: "Aileron-Regular", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0;
  padding: 0 20px;
}
h5.name {
  font-family: "Adeston-Regular", sans-serif;
  font-size: 20px;
  margin: 20px 0;
}
img.platform {
  width: 200px;
  margin: 0 auto;
  display: block;
  padding-bottom: 15px;
}
/*  */
.container .img-holder {
  width: 250px;
  height: 180px;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 1px 6px 3px #ccc;
  visiblity: hidden;
  opacity: 0;
  top: 50px;
  left: 395px;
  cursor: pointer;
  z-index: 99;
}
.container .img-holder img {
  margin-top: 5px;
}
.controller {
  top: 120px;
  left: 20px;
  width: 300px;
  margin: 0 auto;
  position: relative;
}
.scrolller-container {
  width: 800px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  position: relative;
  top: 150px;
  left: 130px;
  cursor: pointer;
}
.scrolller-container .scroller {
  width: 100px;
  height: 15px;
  background-color: #ddd;
  border-radius: 10px;
  position: absolute;
  left: 0px;
}
/*  */
.wedding-footer {
  background: #fcf5eb url("../images/footer_bg_wed.jpg") no-repeat;
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: #ffffff !important;
}
.wed-newsletter {
  margin: 1rem 0;
}
.wed-newsletter .wpcf7-form-control.wpcf7-email {
  background: #ffffffb5 !important;
  padding: 12px !important;
}
.footer-tittle h4 {
  font-family: "Adeston-Regular", sans-serif;
  letter-spacing: 1px;
}
.single-footer-caption ul {
  margin: 0;
  padding: 0;
}
.single-footer-caption ul li::before {
  display: none;
}
.single-footer-caption ul li {
  color: #ffffff;
  padding-top: 10px;
}
.single-footer-caption ul li a {
  color: #ffffffb5;
  font-size: 20px;
  font-family: "Aileron-Regular";
  letter-spacing: 1px;
}
.single-footer-caption p {
  color: #ffffffb5;
  font-size: 20px;
  font-family: "Aileron-Regular";
  letter-spacing: 1px;
}
.contact-details .d-flex {
  align-items: center;
  font-size: 20px;
  font-family: "Aileron-Regular";
  letter-spacing: 1px;
  color: #ffffffb5 !important;
  padding-top: 15px;
}
.contact-details .d-flex a {
  color: #ffffffb5 !important;
}
.contact-details .d-flex img {
  height: 25px;
  padding-right: 10px;
}
.social-media-warp ul {
  display: inline-flex;
}
.social-media-warp ul li a img {
  height: 40px;
  padding-right: 10px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
}

.slick-prev,
.slick-next {
  top: 45%;
}

/* MEDIA QUERY */
@media screen and (max-width: 1600px) {
  /* .events-slider .slick-prev {
    left: 150px;
  }

  .events-slider .slick-next {
    right: 200px;
  } */
}

@media screen and (max-width: 1400px) {
  .h1,
  h1 {
    font-size: 2rem;
  }
  .h4,
  h4 {
    font-size: 1.2rem;
  }
  .title {
    font-size: 62px;
  }
  .title-2 {
    font-size: 32px;
  }

  /* .events-slider .slick-prev {
    left: 136px;
  }

  .events-slider .slick-next {
    right: 180px;
  } */
}

@media screen and (max-width: 1280px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 25px;
  }

  /* .events-slider .slick-prev {
    left: 133px;
  }

  .events-slider .slick-next {
    right: 166px;
  } */

  .wed-newsletter h6 {
    font-size: 14px;
  }
  .wed-newsletter .wpcf7-form-control.wpcf7-email {
    padding: 5px 12px !important;
  }
}

@media screen and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }
  .header-wedding {
    padding: 10px 0;
  }
  .btn-wed {
    right: 30px;
    top: 30px;
  }
  .header-wedding .text-center {
    text-align: left !important;
    padding-left: 40px;
  }
  .hero-wedding {
    height: 220px;
  }
  .hero-wedding .slick-slide img {
    height: 100%;
  }
  .hero-wedding .slick-slide video {
    width: 100%;
  }
  .wedding-page section {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wedding-events {
    padding-left: 25px;
    padding-right: 25px;
  }

  .events-slider .slick-slide img {
    width: 95%;
  }

  section.feature {
    padding: 0;
    padding-top: 30px;
  }

  .h1,
  h1 {
    font-size: 1.5rem;
  }
  .h4,
  h4 {
    font-size: 1.2rem;
  }
  .title {
    font-size: 50px;
  }
  .title-2 {
    font-size: 28px;
  }
  .specialities .specialities-row p {
    text-align: center;
    padding-top: 10px;
  }
  .gallery-slider h4 {
    font-size: 20px;
  }
  .gallery-slider p {
    font-size: 14px;
  }
  .hospitality-item {
    margin-bottom: 25px;
  }
  .events-slider .slick-slide h4 {
    font-size: 20px;
  }
  .slick-prev {
    left: -30px;
  }
  .slick-next {
    right: -25px;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
  }

  .feature-slider {
    padding: 20px;
  }
  .feature-slider .slider-box {
    padding: 10px;
  }
  .slider-content {
    width: 100%;
  }

  .rating {
    margin: 30px 0 30px 0;
  }

  .para-box {
    height: auto;
  }

  .para-box .para {
    justify-content: flex-start;
  }

  .faqs .accordion .accordion-button {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .accordion-body {
    font-size: 16px !important;
  }
  .contact-form {
    padding: 0;
  }
  .the-journey .title {
    font-size: 40px;
  }
  .wpcf7-spinner {
    position: absolute;
  }
  .slick-dots {
    bottom: 15px;
  }
  .slick-dots li {
    margin: 0;
  }
  .slick-dots li button:before {
    font-size: 10px;
  }
  .journey-row .col-lg-4 h5 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 12px;
  }
  .journey-row .col-lg-4 h6 {
    font-size: 10px;
  }

  .specialities .specialities-row .col-lg-2 {
    text-align: center;
  }

  .events-slider .slick-next {
    right: -20px;
  }

  .events-slider .slick-prev {
    left: -30px;
  }

  .hospitality-item .desc h4 {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .hospitality-item .desc p {
    padding-right:10px;
  }

  .wedding-footer {
    background-color: #c53771;
    background: #c53771;
    padding: 50px 20px;
  }

.events-slider .slick-dots {
    bottom: -25px;
    
}

}
