/* List style
    1. General style
    2. Banner style
    3. Content style
    4. Resort Property style
    5. Form style
    6. Footer
*/

/* General style */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&display=swap');

:root {
  --wedding-ksh-blue: #54bbbf;
  --wedding-ksh-gold: #85714D;
}

html,
body,
p{
  font-family: 'Montserrat', Open Sans, Helvetica, Arial, sans-serif;
  scroll-behavior: smooth;
	font-weight: normal;
  /* margin: 0 !important; */
}

#description_bottom{
  margin: 0 auto 50px;
}




.container_footer{
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
.FOKSocialMedia{
    background: #CAC0AC;
    padding: 30px 0;
}

.flexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.FOKAppDownload{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;

    flex-direction: column;
}

.FOKAppDownload__button{
  display: flex;
  gap: 15px;
}

.FOKAppDownload__title{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #53565A;
}

.FOKAppDownload__subtitle{
  font-size: 12px;
  font-weight: 600;
  color: #53565A;
}

.FOKSocialMedia__item a{
  color: #333;
  font-size: 20px;
}

.FOKSocialMedia__item {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding-bottom: 15px;
}

.small {
  font-size: 65%;
}

.wedding_address__link{
  text-decoration: underline;
  color: #333;
}

#event_gallery{
  margin: 35px 0;
}

.event_gallery__wrap{
    padding: 0 30px;
    /* display:block !important; */
    /* gap: 20px; */
    width: 100%;
}

.event_gallery__box{
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 33.33%;
}

.event_gallery__box::after{
  content: "";
  display: block;
  padding-bottom: 70%;
}

#event_gallery .slick-slide {
  margin: 0 10px; /* left + right gap */
}

#event_gallery .slick-list {
  margin: 0 -10px; /* offset the extra margin */
}

#karma .pl-3{
  padding-left: 30px;
}

.underline{
  text-decoration:underline;
}

.relative {
  position: relative;
}

.lightblue{
  color:#54BBBF;
}

body,
p {
  font-size: 16px;
}

* {
  line-height: 1.5;
  font-weight: 500;
  font-weight: 400;
}
a:hover {
  color: #000;
  text-decoration: underline;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.ml-15 {
  margin-left: 15px;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.d-flex {
  display: flex;
}

.pointer{
  cursor: pointer;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-15 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.pt-15 {
  padding-top: 45px !important;
}

.d-none {
  display: none !important;
}

.flex {
  display: block;
}

.inline-block{
  display: inline-block;
}

a {
  transition: all 0.25s;
}

.black {
  color: #343434;
}

.white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.bg-light-gray {
  background-color: #F5F5F5;
}

.bg-pink {
  background-color: var(--wedding-ksh-gold);
}

.pink {
  color: var(--wedding-ksh-gold);
}

.px-5 {
  padding-left: 15px;
  padding-right: 15px;
}

.px-15 {
  padding-left: 45px;
  padding-right: 45px;
}


.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.titleFont {
  font-family: 'Playfair Display', serif;
}

.titleContent {
  font-size: 50px;
  position: relative;
  line-height: 1.4;
  margin-bottom: 35px;
}

.titleSmaller {
  font-size: 3.85rem;
}

.titleContent.right:after {
  content: '';
  position: absolute;
  width: 80px;
  border: 1px solid #54BBBF;
  bottom: -25px;
  right: 0;
}

/* .titleContent.center:after {
  content: '';
  position: absolute;
  width: 80px;
  border: 1px solid #000;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, -50%);
} */

.titleContent.hr-white:after {
  border-color: #fff;
}

.titleContent.hr-black:after {
  border-color: #000 !important;
}

.titleContent.hr-pink:after {
  border-color: var(--wedding-ksh-gold) !important;
}

#wedding_package .titleContent.center:after {
  content: '';
  position: absolute;
  width: 80px;
  border: 1px solid var(--wedding-ksh-gold);
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.titleContent.left:after {
  content: '';
  position: absolute;
  width: 80px;
  border: 1px solid var(--wedding-ksh-gold);
  bottom: -25px;
  left: 0;
}

.wedding_form_content form .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 41px;
}

.wedding_form_content .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
  position: absolute;
  width: 100%;
}

.wedding_form_content form input[type='text'].wpcf7-not-valid,
.wedding_form_content form input[type='email'].wpcf7-not-valid {
  border-bottom: 1px solid #dc3232;
}

.wedding_package_day {
  font-size: 18px;
  margin-bottom: 0;
}

p.wedding-package-rates {
  font-size: 14px;
  margin-top: .5rem;
	font-weight: normal;
}

.wedding_package_img {
  height: 400px;
  background-image: url(https://storage.karmagroup.com/assets/karmagroup.com/2023/04/ksh_lp_wedding_package-img-1.jpg);
  background-position: center;
  background-size: cover;
}

#wedding__content {
  margin: 50px auto 0;
}

.complete {
  display: none;
}

.more,
.less {
  color: #54BBBF;
  font-size: 13px;
  padding: 3px;
  cursor: pointer;
}
.showmobile {
  display: none;
}
.hiddenmore {
  height: auto;
}

.wedding_ceremony-list {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
}

.wedding_ceremony_item {
  aspect-ratio: 15 / 14;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}

.wedding_ceremony_item > img {
  position: absolute;
  top: 15px;
  right: 20px;
}

.wedding_ceremony_details {
  position: absolute;
  bottom: 3rem;
}
.wedding_ceremony_details p {
  font-size: 14px;
}

.wedding_ceremony_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(2,0,36,.5);
}

.wedding_ceremony-list > .wedding_ceremony_item:first-child {
  background-image: url(https://storage.karmagroup.com/assets/karmagroup.com/2023/04/ksh_lp_wedding_ceremony_1.jpg);
}

.wedding_ceremony-list > .wedding_ceremony_item:last-child {
  background-image: url(https://storage.karmagroup.com/assets/karmagroup.com/2023/04/ksh_lp_wedding_ceremony_2.jpg);
  margin-top: 40px;
}

#wedding_accomodation {
  margin: 8rem 0 0;
  padding: 80px 0 !important;
}

#wedding_accomodation .wedding_desc {
  flex-direction: column-reverse;
}

.wedding_accomodation_img {
  height: 400px;
  background-image: url(https://storage.karmagroup.com/assets/karmagroup.com/2023/04/ksh_lp_wedding_accomodation_img_1.jpg);
  background-position: center;
  background-size: cover;
}

#wedding_accomodation .wedding_desc > div:first-child {
  margin-top: 40px;
  margin-top: 0;
}

#wedding_form .wedding_form_content form input[type=submit] {
  background-color: var(--wedding-ksh-gold);
  border-color: var(--wedding-ksh-gold);
}

#wedding_form .wedding_form_content form input[type=submit]:hover {
  background-color: transparent;
  border-color: var(--wedding-ksh-gold);
  color: var(--wedding-ksh-gold);
}

@media only screen and (min-width: 380px) {
  .wedding_accomodation_img {
    height: 370px;
  }
}

@media only screen and (min-width: 580px) {
  .wedding_package_img {
    height: 720px;
  }
  .wedding_accomodation_img {
    height: 900px;
    height: 700px;
  }
}

@media only screen and (min-width: 992px) {
  .flex {
    display: flex;
  }
      .flexCenter {
        flex-direction: row;
    }
  .wedding_package_img {
    height: 100%;
  }
  .wedding_ceremony-list {
    flex-direction: row;
    justify-content: space-between;
  }
  .wedding_ceremony_item {
    width: 48.75%;
  }
  .wedding_ceremony-list > .wedding_ceremony_item:last-child {
    margin-top: 0;
  }
  #wedding_accomodation .wedding_desc {
    flex-direction: unset;
  }
  .wedding_accomodation_img {
    height: 750px;
  }
  #wedding_accomodation .wedding_desc > div:first-child {
    margin-top: 40px;
		margin-top: 0;
  }

  .FOKAppDownload{
    flex-direction: row;
  }

  .FOKSocialMedia__item{
    justify-content: start;
     padding-bottom: 0;
  }


  .FOKSocialMedia{
    padding:14px 0;
  }

  #wedding_footer {
    padding: 32px 20px;
    font-size: 16px;
  }

  .wedding__content__btn .btnwedding{
    padding: 16px 55px;
    font-size: 22px;
  }

}

@media only screen and (max-width: 480px) {
  .px-5, .px-10, .px-15 {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 480px) {
  .wedding_ceremony_item > img {
    display: none;
  }
}
/* EOF General style */

/* Banner style */

#videoresorts video {
  object-fit: cover;
}

.video-js .vjs-control-bar {
  z-index: 5;
}

.video-js .vjs-play-progress:before {
  top: -0.55em;
}

.wedding__content__title {
  font-size: 6.5rem;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.wedding__banner__slider__wrapper {
  position: relative;
}

.wedding__banner__wrapper {
  margin-bottom: 0;
  height: 50vh;
}

.wedding__banner__slider__wrapper .wedding__banner_image {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
}

.wedding__logo__wrapper {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 34px;
  padding-bottom: 40px;
}





.wedding__banner__logo {
  display: block;
  max-width: 170px;
}

.wedding__banner__logo img {
  width: 100%;
}

.wedding__container {
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}



.wedding__banner__slider_overlay {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}

.wedding__banner__slider.banner__video + .wedding__banner__slider_overlay {
  padding-bottom: 8rem;
  pointer-events: none;
}

.wedding__content__headline .btn__wedding__booknow {
  font-size: 2rem;
  display: block;
  position: relative;
  padding: 8px 65px 8px 20px;
  justify-content: unset;
  align-items: unset;
  border-radius: 50px;
  pointer-events: auto;
}

.wedding__content__headline .wedding__icon {
  position: absolute;
  right: -3px;
  top: -2px;
  bottom: -2px;
  height: auto;
  width: 50px;
  text-align: center;
}

.wedding__content__headline .wedding__icon i {
  font-size: 33px;
}

.wedding__banner__slider_progress {
  /* top: -61px; */
}

.wedding__banner__slider_navs {
  position: relative;
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}

.wedding__banner__slider_navs button {
  border: 0;
  background: none transparent;
  color: #fff;
  font-size: 2rem;
  transition: color 0.25s;
}

.wedding__banner__slider_navs button:hover {
  color: #ccc;
}

.wedding__banner__slider_navs .nav_next {
  margin-left: 100px;
}

.wedding__content__description {
  margin: 0 auto 30px;
}

@media only screen and (min-width: 992px) {
  .wedding__logo__wrapper {
    left: 0;
    right: 0;
    transform: none;
  }
  .wedding__content__description{
    margin: 0 auto 65px;
  }
  #event_gallery{
    margin: 70px 0;
  }
  .wedding__content__description p {
    font-size: 20px;
    line-height: 35px;
  }
  #description_bottom{
    margin: 0 auto 90px;
  }
}
/* EOF Banner style */



.wedding__content__description p {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.wedding__content__btn .btnwedding {
  text-decoration: none;
  background: var(--wedding-ksh-gold);
  color: #fff;
  margin: 0 20px;
  /* width: 256px; */
  text-align: center;
  padding: 10px;
  border-radius: 50px;
  border: 1px solid var(--wedding-ksh-gold);
  text-transform: uppercase;
  cursor: pointer;
  font-size: 16px ;
  font-weight: 600;
  line-height: 35px; /* 159.091% */
  letter-spacing: 0.66px;
  padding: 9px 45px;
  transition: all 0.3s ease;

}

.content_overlay {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.wedding__content__btn .btnwedding:hover {
  background: transparent;
  border: 1px solid var(--wedding-ksh-gold);
  color: var(--wedding-ksh-gold);
}

.wedding__content__btn {
  display: flex;
  max-width: 650px;
  margin: 0 auto;
  justify-content: center;
}

.wedding_experience {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wedding_supplier {
  margin-top: 40px;
  margin-bottom: 0;
}

.wedding_experience_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}

.wedding_experience_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.wedding_address{
  text-align: center;
  margin-bottom: 70px;
}

.wedding_address .titlewedding{
  font-size: 2rem;
  margin-bottom: 10px;
  display: block;
}

.wedding_experience_box:hover .wedding_experience_title {
  opacity: 0;
}

.wedding_experience_box:hover .wedding_experience_overlay {
  /* background: rgba(0, 0, 0, 0.4); */
  background: rgba(2, 0, 36, 0.3);
}

.wedding_experience_box:hover .wedding_experience_content {
  opacity: 1;
  transform: translateX(0);
}

.wedding_experience_box:hover .wedding_experience_background {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.wedding_experience_box:before {
  content: '';
  padding-top: 93%;
}

.wedding_experience_title {
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  position: relative;
  font-size: 3.3rem;
  max-width: 250px;
  position: absolute;
  z-index: 3;
  transition: all 0.4s ease;
}

.wedding_experience_overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.2); */
  background: rgba(2, 0, 36, 0.2);
  transition: all 0.25s;
  /* background: linear-gradient(
      0deg,
      rgba(2, 0, 36, 0.3) 0%,
      rgba(0, 0, 0, 0) 100%
    ); */
}

.wedding_experience_title:after {
  content: '';
  width: 20px;
  border: 1px solid #fff;
  display: block;
  text-align: center;
  width: 95px;
  margin: 15px auto;
}

.wedding_experience_background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: all 0.4s;
}


.wedding_experience_content {
  display: block;
  opacity: 0;
  z-index: 4;
  position: absolute;
  color: #fff;
  transition: all 0.4s ease 0.1s;
  width: 75%;
  transform: translateX(10px);
}

.wedding_experience_content ul {
  margin-left: 0;
  padding-left: 0;
}

.wedding_desc {
  display: flex;
  /* margin: 0 auto; */
  align-items: center;
}

.wedding_desc > div{
  /* align-items: center; */
}

.wedding_desc .wedding_text {
  padding-top: 1rem;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 90%;
}

.wedding__bg-half {
  height: 100%;
  background-size: cover !important;
  width: 65%;
  margin: 0 auto;
}

.wedding__bg-full {
  /* height: 100%; */
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  margin: 0 auto;
  padding-top: 15%;
}

.wedding_slider .slick-dots {
  bottom: 10px;
}

.wedding_slider.slick-slider {
  margin-bottom: 0;
}

.wedding_slider .slick-dots li {
  margin: 0;
}

.wedding_slider .slick-dots li button:before {
  font-size: 11px;
  color: #ffffff;
}

/* Footer */
#wedding_top_footer {
  background-color: #1b1b1b;
  padding: 50px 0;
  color: #ffffff;
}

.wedding_sticky_footer{
  overflow: hidden;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 70px;
  z-index: 999;
  transition: .25s ease;
}

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

.wedding_sticky_footer_btn{
  font-size: 16.8px;
  padding: 12px 45px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #54BBBF;
  border: 1px solid #54BBBF;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Playfair Display', serif;
}

.wedding_sticky_footer_btn:hover{
  text-decoration: none;
  color: #54BBBF;
  background: transparent;
}

.sticky_footer_hide{
  opacity: .2;
  transition: .25s ease;
}

#wedding_footer {
  background: #000;
  padding: 20px 20px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  
  font-weight: 500;
}

.wedding_sticky_wrapper{
  display: flex;
  margin-bottom: 8rem;
  justify-content: flex-end;
}

.wedding_sticky_wrapper i{
  background: #ffffff;
  height: 100%;
  font-size: 23px;
  width: 48px;
  height: 48px;
  display: flex;
  color: var(--wedding-ksh-gold);
  justify-content: center;
  border-radius: 50px;
  align-items: center;
  border: 1px solid #fff;
}

.wedding_sticky_wrapper .fa-whatsapp:before {
  margin-top: -2px;
}

.wedding_sticky{
  position: fixed;
  bottom: 0;
  pointer-events: none;
  left: 0;
  right: 0;
  z-index: 5;
}

.wedding_sticky_contactus {
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50px;
  text-transform: uppercase;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 1px 2px 15px rgb(0 0 0 / 40%);
}

.wedding_sticky_contactus span{
  padding-left: 35px;
  padding-right: 22px;
  font-weight: 600;
}

.wedding_sticky .bluebtn .wedding_sticky_contactus{
  background-color: #ffffff;
  color: var(--wedding-ksh-gold);
}


.wedding_sticky .bluebtn i{
  background-color: var(--wedding-ksh-gold);
  color: #ffffff;
  border: 1px solid var(--wedding-ksh-gold);
}

.wedding_sticky .bluebtn .wedding_sticky_contactus{
  border: none;
}

.wedding_sticky .bluebtn .wedding_sticky_home{
  background-color: var(--wedding-ksh-gold);
}

.wedding_sticky_home {
  background-color: #ffffff;
  width: 49px;
  height: 49px;
  border-radius: 50px;
  margin-left: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 1px 2px 15px rgb(0 0 0 / 40%);
}

.mt-30{
  margin-top:30px;
}

.wedding_sticky_home img {
  width: 25px;
  height: auto;
  margin-top: -3px;
}

.wedding_sticky_contactus:hover{
  text-decoration: none;
  color: var(--wedding-ksh-gold);
  background-color: #ffffff;
}





.wedding_top_footer {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.wedding_btn_home{
  position: fixed;
  right: 25px;
  bottom: 9px;
  cursor: pointer;
  z-index: 1000;
  text-align: center;
  color: #54BBBF;
  font-size: 1.7rem;
}

.wedding_footer_socials li {
  margin: 0px 20px;
}

.wedding_top_footer li a {
  color: #ffffff;
  transition: ease 0.5s;
  text-decoration: none;
}

.wedding_top_footer li a:hover {
  color: #cccccc;
}

.wedding_footer_socials {
  margin-bottom: 25px;
}

.wedding_footer_socials li a {
  font-size: 24px;
}

.wedding_footer_links li {
  padding: 0 15px;
  position: relative;
}

.wedding_footer_links li:nth-child(2):before,
.wedding_footer_links li:nth-child(2):after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffffff;
}

.wedding_footer_links li:nth-child(2):before {
  left: -2px;
}

.wedding_footer_links li:nth-child(2):after {
  right: -2px;
}

.wedding_footer_links li a {
  font-size: 14px;
  position: relative;
}
/* EOF Footer */

/* Wedding Package */

#wedding_package {
  background-color: #F2F0EB;
  padding: 20rem 0 14rem;
  margin-top: -60px;
}

.wedding_package_overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.3); */
  background: rgba(2, 0, 36, 0.3);
  /* transition: all 0.25s; */
  transition: all 0.4s ease;
}

#wedding_package .row::before {
  display: none;
}

.wedding_package_content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 83%;
  transition: all 0.4s ease;
  opacity: 1;
}

.wedding_package_title {
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  position: relative;
  font-size: 3.3rem;
  /* width: 91%;
    position: absolute; */
}

.wedding_package_subtitle {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  position: relative;
  margin: 3rem auto 7rem;
  max-width: 500px;
  line-height: 1.4;
}

.wedding_package_subtitle:after {
  content: '';
  position: absolute;
  width: 80px;
  border: 1px solid #54BBBF;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wedding_package_description {
  max-width: 800px;
  margin: 0 auto;
}

.wedding_package_title:after {
  content: '';
  width: 95px;
  border: 1px solid #ffffff;
  display: block;
  text-align: center;
  margin: 15px auto 0px;
}

.wedding_package_desc {
  color: #fff;
  margin-left: 0;
  padding-left: 0;
  margin-top: 20px;
}

.wedding_package_desc li{
  margin-bottom: 10px;
}

.wedding_package_box {
  /* min-height: 600px; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-direction: column; */
  position: relative;
  overflow: hidden;
  /* padding: 20px; */
}

.wedding_package_desc_content{
  opacity: 0;
  position: absolute;
  transition: all 0.4s ease;
  color: #ffffff;
  z-index: 2;
  width: 80%;
  transform: translateX(10px);
  font-size: 14px;
}

/* .wedding_package_box:hover .wedding_package_bg {
  transform: scale(1.1);
} */

.wedding_package_box:hover .wedding_package_content {
  opacity: 0;
}

.wedding_package_box:hover .wedding_package_desc_content {
  opacity: 1;
  transform: translateX(0);
}

.wedding_package_box:hover .wedding_package_overlay{
  background: rgba(2, 0, 36, 0.4);
}

.wedding_package_box:hover .wedding_package_bg {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.wedding_package_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: all 0.4s ease;
}

.wedding_package_item, .px-15 ul li{
  padding-left: 15px;
}

.wedding_package_box:before {
  content: '';
  padding-top: 170%;
}

.wedding_package_list {
  margin: 5rem 0 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}

/* EOF Wedding Package */

/* Wedding Bottom Package */

.wedding__bottom .subTitle {
  font-size: 2.5rem;
}

#wedding__bottom,
#wedding_ceremony {
  margin: 6rem 0 0;
}

.subTitle {
  font-size: 3.6rem;
  max-width: 80%;
  margin: 0 auto 45px;
}

.wedding_icon {
  margin: 2rem 0 7rem;
}

.wedding_icon img {
  max-width: 400px;
}

.wedding_grid__title {
  margin-bottom: 50px;
  position: relative;
  font-size: 4.6rem;
  color: #54BBBF;
}


.wedding_grid__title:after {
  content: '';
  position: absolute;
  width: 80px;
  border: 1px solid #54BBBF;
  bottom: -25px;
  left: 0;
}



.wedding_grid {
  margin-top: 5rem;
}

.wedding_grid__raw {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* min-height: 1110px; */
}

.wedding_grid__box .bg_image {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding-top: 35%;
}

.wedding_grid__content {
  padding: 2rem 8rem;
}

.wedding_grid__box.px-15 {
  padding: 0 15rem;
}

.wedding_grid__box {
  display: flex;
  justify-content: center;
  flex-direction: column;

  /* min-height: 95vh; */
}

/* EOF Wedding Bottom Package */

/* Wedding form Package */

#wedding_form .iti {
  width: 100%;
}
#wedding_form span.wpcf7-form-control-wrap.mobile {
  display: block;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type='tel'],
.iti--allow-dropdown input[type='text'],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type='tel'],
.iti--separate-dial-code input[type='text'] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #c9c3b4;
  width: 100%;
  text-align: center;
  padding: 15px;
  outline: 0;
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem;
  margin-left: 0;
  padding-left: 0 !important;
}

#wedding_form span.wpcf7-form-control-wrap.mobile .wpcf7-not-valid-tip {
  bottom: 0;
}

#wedding_form .iti__country-list {
  background: #f2f0eb;
  color: #343434;
}

#wedding_form {
  background-color: #f2f0eb;
  padding: 8rem 0 10rem;
}

.wedding_form_title {
  text-align: center;
  font-size: 3.2rem;
  max-width: 610px;
  margin: 0 auto 45px;
  line-height: 1.4;
  position: relative;
}

.wedding_form_title:after {
  content: '';
  position: absolute;
  width: 80px;
  border: 1px solid #707070;
  bottom: -18px;
  /* left: 40%; */
  left: 50%;
  transform: translate(-50%, -50%);
}

.wedding_form_subtitle {
  text-align: center;
  font-weight: 600;
}

.wedding_form_content form {
  text-align: center;
  margin: 35px auto 0;
  max-width: 610px;
}

.wedding_form_content form input[type='text'],
.wedding_form_content form input[type='email'],
.wedding_form_content form textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #c9c3b4;
  width: 100%;
  text-align: center;
  padding: 15px;
  outline: 0;
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem;
}

.wedding_form_content form textarea {
  resize: none;
}

.wedding_form_content form .wpcf7-spinner {
  position: absolute;
}

.wedding_form_content form input[type='submit'] {
  background-color: #54BBBF;
  width: 100%;
  border: 2px solid #54BBBF;
  margin: 25px 0;
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem;
  padding: 10px 0 13px;
  transition: all 0.25s;
  color: #ffffff;
}

.wedding_form_content form input[type='submit']:hover {
  background: transparent;
  border: 2px solid #54BBBF;
  color: #54BBBF;
}

/* EOF Wedding form Package */



/* Wedding Popup Form */

.download_wedding_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(10, 10, 10, 0.85) !important;
  overflow-y: auto !important;
  animation-duration: 400ms !important;
  animation-iteration-count: 1 !important;
  animation-fill-mode: both !important;
  animation-name: showmodal !important;
}

.fixbody {
  overflow: hidden;
}

.download_wedding_form_close{
    color: #755d3b;
    font-size: 35px;
    position: absolute;
    top: 20px;
    right: 10px;
    padding: 4px 9px;
    height: 18px;
    width: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://karmagroup.com/wp-content/themes/karma/imgs/icons/close-icon-rounded.png);
    cursor: pointer;
}

.download_wedding_form_wrapper {

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  z-index: 1000;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0px;
  display: block;
  padding: 20px 0 0;
  flex-direction: row;
  justify-content: center;
  top: 0;
  left: 0;
  max-height: 100vh;
  overflow-y: auto;
}

.download_wedding_form_wrapper .iti{
  width: 100%;
}

.topwedding{
  margin-top: 25px;
  margin-bottom: 20px;
}

.download_wedding_form_content{
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  background: rgb(255, 255, 255);
  position: relative;
  /* max-height: 100%; */
  /* display: flex; */
  flex-direction: column;
  box-shadow: rgb(0 0 0 / 28%) 0px 8px 28px;
  animation-duration: 400ms;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-name: topbounch;
  width: 92%;
  padding: 45px 75px 35px;
  max-width: 770px;
  overflow: auto;
  background-color: #f2f0eb;
  box-shadow: rgb(255 255 255 / 3%) 0px 8px 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  transform: translateY(0);
  transition: transform .25s;
  visibility: visible;
  opacity: 1;
  max-height: unset;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.download_wedding_form_content form .wpcf7-spinner {
  position: absolute;
}

.download_wedding_form_content form input[type='text'].wpcf7-not-valid, .download_wedding_form_content form input[type='email'].wpcf7-not-valid {
  border-bottom: 1px solid #dc3232;
}

.download_wedding_form_content .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.download_wedding_form_content form .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 41px;
}

.download_wedding_form_content form input[type='submit'] {
  background-color: #54BBBF;
  width: 100%;
  border: 2px solid #54BBBF;
  margin: 25px 0;
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem;
  padding: 10px 0 13px;
  transition: all 0.25s;
  color: #ffffff;
}

.download_wedding_form_title{
  font-family: 'Playfair Display', serif;
  font-size: 3.2rem;
}

.download_wedding_form_subtitle{
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}

.download_wedding_form_content form input[type='text'], .download_wedding_form_content form input[type='email']{
  background: transparent;
  border: 0;
  border-bottom: 1px solid #c9c3b4;
  width: 100%;
  text-align: center;
  padding: 15px;
  outline: 0;
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem;
}

@keyframes topbounch {
  0% {
    opacity: 0;
    transform: translate(0px, 100%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes showmodal {
  0% {
    opactiy: 0;
  }
  100% {
    opacity: 0.6;
  }
}

/* EOF Wedding Popup Form */

/* Responsive */


@media only screen and (min-width: 1200px) {
  #wedding__content {
    margin: 50px auto 0;
  }
  .wedding__banner__wrapper {
    height: 65vh;
  }
  .container_footer{
     max-width: 1150px;
      width: 100%;
  }
}

@media only screen and (min-width: 1400px) {
  #wedding__content {
    margin: 75px auto 0;
  }

  .container_footer{
     max-width: 1300px;
      width: 100%;
  }
}




@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1400px;
    width: auto;
  }
  .container_footer{
     max-width: 1600px;
      width: 100%;
  }
}

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

  .wedding__logo__wrapper .container{
  width: 100%
}
  /* .wedding_sticky_footer{
    height: 55px;
  }
  .wedding_sticky_footer_btn{
    font-size: 14px;
    padding: 12px 45px;
  }
  .wedding_package_title {
    font-size: 2rem;
  } */

  .wedding_sticky_wrapper {
    margin-bottom: 2.5rem;
  }

  .wedding_sticky_contactus{
    font-size: 12px;
  }

  .wedding_sticky_wrapper i{
    font-size: 20px;
    width: 40px;
    height: 40px;
  }

  .wedding_sticky_home {
    width: 40px;
    height: 40px;
  }

  .wedding_sticky_home img {
    width: 20px;
  }


  .wedding_btn_home {
    font-size: 1.6rem;
    position: fixed;
    right: 29px;
    bottom: 0px;
  }

  .wedding_experience_content ul {
    font-size: 14px;
  }
  .content_overlay {
    position: unset;
    width: 100%;
    top: unset;
    transform: unset;
    padding: 3.5rem 0;
  }

  .wedding_grid .d-flex {
    flex-direction: column-reverse;
  }
  .wedding_grid {
    margin-top: 5rem;
    margin-bottom: 3rem;
  }

  .wedding_grid .col-sm-5 {
    width: 100%;
  }

  .content_overlay.centerside .wedding_grid__subtitle,
  .content_overlay.centerside p,
  .content_overlay.centerside .wedding_grid__title {
    text-align: center;
  }

  .wedding_grid__title{
    font-size:4rem
  }

  .content_overlay.centerside .wedding_grid__title:after {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .wedding_desc {
    flex-direction: column-reverse;
  }

  #wedding_package {
    margin-top: 50px;
    padding: 6rem 0 6rem;
  }

  .wedding_desc .wedding_text {
    padding-top: 3.5rem;
  }

  .wedding_package_list,
  .wedding_experience_list {
    grid-gap: 18px;
  }

  .hiddenmore {
    height: auto;
  }
}

/* Ipad landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1180px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: landscape){
    .wedding_desc .wedding_text {
      padding-top: 0;
    }
    #wedding_package {
      margin-top: -10px;
      padding: 15rem 0 14rem;
  }
  .wedding_grid__box .bg_image {
    padding-top: 43%;
  }
  .wedding_package_list{
    grid-template-columns: 1fr 1fr;
  }
  .wedding_experience_desc{
    font-size: 14px;
  }
  .wedding_experience_box:before {
    content: '';
    padding-top: 105%;
  }
}

@media only screen and (max-width: 820px) {
  .wedding_package_list{
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (min-width: 660px) and (max-width: 991px){
  .wedding_experience_box:before {
    content: '';
    padding-top: 160%;
  }
  .wedding_experience_content ul {
    font-size: 13px;
  }
}

@media only screen and (max-width: 600px) {
  .download_wedding_form_content{
    padding: 30px 20px;
  }

  #wedding__bottom .titleContent {
    margin-top: 25px;
  }

  .fixbody {
    overflow: auto;
  }
  
	body,
  body p {
    font-size: 13px;
  }
  .wedding_package_title {
    font-size: 3.2rem;
  }
  .wedding__banner__logo {
    max-width: 110px;
  }
  .wedding__content__title {
    text-align: center !important;
    font-size: 5.8rem;
  }
  .titleContent {
    font-size: 3.2rem;
  }
  .titleFont.center {
    text-align: center;
  }
  .wedding_ceremony_item .titleFont.center {
    text-align: center;
  }
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .wedding__content__description {
    text-align: left;
  }
  #wedding__content .titleContent.center:after {
    content: '';
    left: unset;
    right: 0;
    transform: unset;
  }
  .wedding__content__btn {
    flex-direction: column;
    align-items: center;
  }
  .wedding__content__btn .btnwedding {
        margin: 15px auto;
        font-size: 14px;
        padding: 10px 46px;
  }
  .wedding_desc .wedding_text {
    max-width: 100%;
    padding-top: 4.8rem;
  }
  .wedding_desc {
    flex-direction: column-reverse;
    margin: 0;
  }
  #wedding_package {
    margin-top: 25px;
    padding: 7rem 0 8rem;
  }
  .wedding_slider .slick-dots li button:before {
    font-size: 10px;
    color: #ffffff;
  }
  .wedding_slider .slick-dots {
    bottom: 0;
  }
  .wedding__bg-full {
    padding-top: 15%;
  }

  .container.fullwidth,
  .container.fullwidth .col-xs-12 + .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .container.fullwidth .col-md-12:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  .container.fullwidth .col-xs-12:first-child {
    padding-left: 45px;
    padding-right: 45px;
  }

  #wedding_package .titleContent {
    text-align: center;
  }

  .wedding_package_list {
    margin: 3.5rem 0 8rem;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .wedding_package_subtitle {
    font-size: 4rem;
    margin: 0rem auto 7rem;
  }

  .wedding_package_description {
    max-width: 80%;
    margin: 0 auto;
    font-size: 15px;
  }

  .small_hide {
    display: none;
  }

  #wedding__bottom {
    margin: 3rem 0 0;
  }

  .wedding_experience_list {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .wedding_experience {
    margin: 15px 0 15px 0;
  }

  .wedding_experience_box:before {
    content: '';
    padding-top: 130%;
  }

  .subTitle {
    font-size: 3.2rem;
    max-width: 100%;
    margin: 40px 0 60px;
    text-align: center !important;
  }

  .wedding_icon img {
    max-width: 65%;
  }

  .wedding_icon {
    margin: 0 0 7rem;
    margin: 0 0 1rem;
  }

  .wedding_desc .inspired {
    text-align: center;
    margin-bottom: 30px;
    /* width: 50%;
    float: right; */
  }

  .wedding_grid__box .bg_image {
    padding-top: 50%;
  }

  .wedding_desc .inspired.center:after {
    border: 1px solid  #54BBBF;
    bottom: -25px;
  }

  .content_overlay {
    position: unset;
    width: 100%;
    top: unset;
    transform: unset;
    padding: 3.5rem 0;
  }

  .wedding_grid .d-flex {
    flex-direction: column-reverse;
  }

  .wedding_grid .d-flex:last-child {
    margin-bottom: 0;
  }

  #wedding_form .wedding_form_title {
    text-align: center;
  }

  .wedding_experience_content ul {
    font-size: 14px;
  }

  .wedding_form_title {
    max-width: 100%;
  }

  .wedding_form_content form {
    text-align: center;
    margin: 35px auto 0;
    max-width: 100%;
  }

  .wedding_form_content form .wpcf7-spinner {
    position: absolute;
    right: 0;
  }
  .wedding_form_content form .row {
    margin-left: 0;
    margin-right: 0;
  }

  #wedding_form {
    padding: 8rem 0 5rem;
  }

  .showmobile {
    display: inline-block;
  }

  .hiddenmore {
    height: 160px;
    overflow: hidden;
  }
}

/* EOF Responsive */
