img {
    width: 100%;
}
p, h5{
    font-family: inter;
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 1px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #a6283d;
	border: 1px solid #555555;
}

.box {
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box span{
	display: block;
	width: 15px;
	height: 15px;
	border-bottom: 2px solid #a6283d;
    border-right: 2px solid #a7273c;
	transform: rotate(45deg);
	margin: -9px;
	animation: animate 2s infinite;
}

.box span:nth-child(2)
{
	animation-delay: -0.2s;
}

.box span:nth-child(3)
{
	animation-delay: -0.4s;
}

@keyframes animate{
	
	0%{
		opacity: 0;
		transform: rotate(45deg) translate(-20px, -20px);
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: rotate(45deg) translate(20px, 20px);
	}
}
/* *****************LANGING PAGE****************************** */
#korah-img {
    /* width: 100%; 
    height: auto; 
    transition: filter 2s;  */
    filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.landing-page{
overflow: hidden;
} 
.landing-page a{
    text-decoration: none;
}

a {
    color:#000;
    text-decoration: none;
}
/*.home-a-none{*/
/*    pointer-events:none!important;*/
/*}*/
.main-a{
    position:absolute;
    width:100%;
    height:100%;
    z-index:999999;
    opacity:0;
}

/*/ ====================magnificient popup STARTS============= /*/

/*/ ================================================= /*/

/* ===============BANNER STARTS====================== */

.banner-wrapper{
    background: url(../image/banner.webp) no-repeat center;
    background-position: center;
    background-size:cover;
    height: 100vh;
}
.banner-heading{
    padding-top: 40vh;
    text-align: center;
}
.banner-img{
    padding-top: 15vh;
}
.banner-img img{
    height: auto;
    object-fit: cover;
}
.banner-heading h6 {
    font-family: apple !important;
    color: #411d04;
    font-size: 20pt;
    letter-spacing: 1px;
    font-weight: 700;
}
.banner-heading h1 {
    color: #411d04;
    font-weight:300;
    font-size: 52.63pt;
    font-family: helveticabold;
}
.banner-heading p{
    color: #411d04;
    font-size: 19px;
}
.banner-heading h5 {
    position: relative;
    color: #411d04;
    font-weight: 600;
    font-size: 25px;
    font-family: indu;
}
.banner-heading h5 img {
    height: 45px;
    width: 50px;
    object-fit: contain;
}
.share-button{
  animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px !important;
    backface-visibility: hidden;

}
 .banner-wrapper .fas{
    animation: play2 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px !important;
    backface-visibility: hidden;

}

@keyframes play {

    0% {
        transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 5px #d1181e36;
    }
    25% {
        box-shadow: 0 0 0 10px #d1181e36, 0 0 0 20px #d1181e36;
    }
    25% {
        box-shadow: 0 0 0 15px #d1181e36, 0 0 0 30px #d1181e36;
    }

}

@keyframes play2 {

  0% {
      transform: scale(1);
  }
  15% {
      box-shadow: 0 0 0 5px #fd727715;
  }
  25% {
      box-shadow: 0 0 0 5px #fd727710, 0 0 0 5px #fd727710;
  }
  25% {
      box-shadow: 0 0 0 7px #fd727710, 0 0 0 10px #fd727710;
  }

}
/* Animation keyframes */
@keyframes zoomInUp {
  0% {
      transform: scale(0.8) translateY(100px);
      opacity: 0;
  }
  100% {
      transform: scale(1) translateY(0);
      opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

/* Animation classes */
.zoom-in-up {
  animation: zoomInUp 2s forwards;
}

.fade-in {
  animation: fadeIn 2s forwards;
}
/* ========================================================= */
/* ====================MEMORIES=============================== */

.memories{
    padding: 70px 0 120px;
}
.memories h2 {
    /* background: -webkit-linear-gradient(45deg, #D1181F, #733A60 80%); */
    background: -webkit-linear-gradient(12deg, #D1181F, #733A60);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: itc;
    font-weight: 800;
    font-size: 48px;
}
.memories p {
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
    font-family: inter;
    font-weight: 400;
}
.memories .vdo-item {
    margin: 10px 0px;
    position: relative;
    width: 100%;
    height: 100%;
}

.playbtn-img {
    position: absolute;
    left: unset;
    right: 40px;
    margin: auto;
    top: unset;
    bottom: 0;
    width: 80px;
    height: 80px;
}
.playbtn-img img{
  width: 80px!important;
  height: 80px !important;
  object-fit: contain;
}

.vdo-item img{
    height: 360px;
    object-fit: cover;
    border-radius: 10px !important;
    width: 360px;
    margin:auto;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    /*top: 300px;*/
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 1;
    outline: none;
    border-radius: 50%;
}
.slick-prev {
    left: 15%;
}

.slick-next {
    right: 15%;
}
.slick-prev, .slick-next{
  bottom:-70px;
}
.slick-prev {
  left: 47%;
}
.slick-next {
  right: 47%;
}
.slick-prev:before {
    content: '';
    background: url(../image/previous.png) no-repeat;
    background-size: cover;
    display: block;
    width: 35px;
    height: 35px;

   
}
.slick-next:before{
  content: '';
  background: url(../image/next.png) no-repeat;
    background-size: cover;
  display: block;
  width: 35px;
  height: 35px;

}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none; /* Remove numbering */
  padding: 0;
  margin: 20px 0;
}

.slick-dots li {
  margin: 0 5px;
}

.slick-dots li button {
  width: 10px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 0; /* Ensure no content is displayed */
}

.slick-dots li.slick-active button {
  background-color: #333;
}
/* Hide arrows on smaller screens */
@media screen and (max-width: 768px) {
    .slick-prev, .slick-next {
        display: none !important;
    }
}
/* ================================================== */


/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; } 

/* The shadow behind the image */
 .mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; } 

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* ====================LIFE STORY======================== */
.life-vdo{
    position: relative;

}

.life-vdo img {
  border-radius: 15px;
  height: 320px;
  object-fit: cover;
  background-color: #0000008f;
}
.life-story-cnt h2 {
    background: -webkit-linear-gradient(12deg, #D1181F, #733A60);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
    font-family: itc;
    font-weight: 800;
    font-size: 45px;
    padding-bottom: 10px;
}
.vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; 
}

.life-story-cnt{
   height:100%;
    padding-left: 25px;
}
.life-story-cnt h5{
    font-family: inter;
    font-weight: 400;
    font-size: 22px;
}
.life-story-cnt p{
    font-family: inter;
    font-weight: 400;
    font-size: 15px;
    text-align: justify;
}
.readmore{
    color: #fff;
    padding: 6px 15px 8px;
    text-decoration: none;
    border-radius: 7px;
    transition: all 0.5s;
    border: 3px solid #910404;
  background-image: -webkit-linear-gradient(30deg, #910404 50%, transparent 50%);
  background-image: linear-gradient(30deg, #910404 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 500ms ease-in-out;
  transition: background 500ms ease-in-out;
}
.readmore:hover{
  background-position: 100%;
  color: #910404;
}
.life-story{
    padding: 100px 0;
    background: #EFF8F8;
}
/* =================================================== */
/* ====================GALLERY=========================== */
.photos{
    background: #F8F8F8;
    padding: 70px 0;
}
.photos h2 {
    background: -webkit-linear-gradient(12deg, #D1181F, #733A60);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: itc;
    font-weight: 800;
    font-size: 45px;
    padding-bottom: 10px;
}
.photos p {
    text-align: center;
    font-size: 18px;
    padding-bottom: 25px;
    font-family: inter;
    font-weight: 400;
}
.photos .readmore{
    text-align:center ;
    margin:20px auto;
    display: block;
    width: 15%;
}
.fancybox__image{
  padding-top: 10%;
}
.fancybox__counter{
  display: none;
}
  .single-img {
    padding-top: 20px;
  }
  .masonry-gallery img{
    border-radius: 15px;
    margin-bottom: 15px;
  }
  .gal1 img{
    height: 200px;
    object-fit: cover;
  }
  .gal2 img{
    height: 375px;
    object-fit: cover;
  }
  .gal3 img {
    height: 275px;
    object-fit: cover;
  }
  .gal1-two img {
    height: 250px !important;
    object-fit: cover;
  }
  
  /* ========================================================= */
  /* ======================MESSAGES=========================== */
  
.messages {
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    height: 100vh;
    padding: 80px 0 120px;
    background: url(../image/msgbg.webp) no-repeat center;
    background-size: cover;
  }
  
#modal {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  
  #openModal, .message-button {
    width: 65%;
    padding: 10px;
    background: #ACDFE3;
    text-align: center;
    position: relative;
    border: none;
    border-radius: 6px;
    font-family: 'inter';

  }
  .message-button{
    margin-top: 18px;
  }
  .memo{
    background: #CE5050 !important;
    color: #fff;
  }
  .memo .memories-popup{
    color: #fff !important;
  }
  form label{
      color:#000 !important;
  }
  .message-button a{
    color: #000;
    font-family: inter;
    text-decoration: none;
  }
  .modalBg {
    position: fixed;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index:999;
  }
  
  #modalContent1 {
    display: block;
    position: absolute;
    background: #dddddd00;
    width: 70%;
    height: 70%;
    bottom: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: auto;
    margin-right: auto;
    z-index: 11111;

  }
  
  form {
    display: block;
    position: relative;
    width: 650px;
    left: 85%;
    right: 0;
    top: 0;
    margin: 10px auto 0 ;
    padding: 35px;
    background-color: #ffffff;
    box-shadow: 0 0 2px 0 #00000021;
    border-radius: 15px;
    z-index: 9999;
  }
  form label, form input, form textarea {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  form input, form textarea {
    border: 1px solid #0000000e;
    box-shadow: 0 0 4px 0 #0000002f;
    border-radius: 7px;

  }
  form input{
    height: 45px;
  }
  
  .popup-btn{
    background: -webkit-linear-gradient(12deg, #D1181F, #733A60);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: itc;
    font-weight: 800;
    font-size: 45px;
    padding-bottom: 10px;
  }
  .msg-head h2 {
    background: -webkit-linear-gradient(12deg, #D1181F, #733A60);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
    font-family: itc;
    font-weight: 800;
    font-size: 45px;
    padding-bottom: 10px;
}
.msg-head p {
    text-align: left;
    font-size: 18px;
    padding-bottom: 25px;
    font-family: inter;
    font-weight: 400;
}
.msg-head {
    text-align: left;
}
.msg-item {
    box-shadow: 0px 0px 11px 0px #d6d6d6d6;
    padding: 15px;
    margin: 15px 0;
    border-radius: 8px;
    background: #fff;
    position: relative;
    z-index: 99;
}
.msg-item h5{
    color: #CE5050;
    font-weight: 600;
    font-size: 20px;
}
.message-scroll{
    overflow-y: hidden;
    height: 550px;
    padding: 30px 0;
   overflow-x: hidden;
}
.msg-cntr{
    margin-top: 25px;
}
.message-scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 0px rgba(255, 255, 255, 0);
	border-radius: 10px;
	background-color: #ffffff00;
}

.message-scroll::-webkit-scrollbar
{
	width: 0px;
	background-color: #fff0;
}
.message-scroll::-webkit-scrollbar-thumb {
    background-color: #a6283d;
    border: 0px solid #fff0;
}
.message-scroll::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 0px rgba(255, 255, 255, 0);
	background-color: #55555500;
}
.flower1 {
    position: absolute;
    top: 15px;
    right: 20%;
    animation: zoomInOut 3s infinite alternate;
}
.flower1 img{
    height: 120px;
    object-fit: contain;
}
.flower2 {
    position: absolute;
    top: 63%;
    left: 29%;
    animation: zoomInOut 6s infinite alternate;
}
.flower2 img{
    height: 125px;
}
.flower3{
    position: absolute;
    bottom: 72px;
    right: 25%;
    animation: zoomInOut 3s infinite alternate;
}
@keyframes zoomInOut {
    0% {
      transform: scale(.9);
      opacity: 1;
    }
    100% {
      transform: scale(1.1);
      opacity: 1;
    }
  }
  
/* message popup */
.msg-popup {
  cursor: pointer;
  width: 180px;
  text-align: center;
  font-size:16px;
  padding: 18px 0;
  margin: 0 auto;
  transition:background-image 3s ease-in-out;
}
.msg-popup:hover{
  transition:background-image 3s ease-in-out;
}
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
	overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.171);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}
/* contact popup */
.contact-popup, .memories-popup{
  cursor: pointer;
  color: #000000;
  width: 180px;
  text-align: center;
  font-size:16px;
  padding: 12px 0;
  margin: 0 auto;
  height: 25px !important;
  line-height: 0;
  transition:background-image 3s ease-in-out;
}
.contact-popup:hover, .memories-popup:hover{
  transition:background-image 3s ease-in-out;

}

.contact-model-main, .memories-model-main {
  text-align: center;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.contact-model-inner, .memories-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.contact-model-wrap, .memories-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
.model-open .contact-model-inner, .model-open .memories-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 22px;
  top: 0;
  cursor: pointer;
  z-index: 99990;
  font-size: 30px;
  color: #000;
}

@media screen and (min-width:800px){
	.contact-model-main:before,
  .memories-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .contact-model-inner,
  .memories-model-inner
  {margin-top: 45px;}
}
.contact-model-main form, .memories-model-main form  {
  display: block;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px auto 0;
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 2px 0 #00000021;
  border-radius: 15px;
  z-index: 9999;
}


span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}

  /* ============================================ */
  /* ================FOOTER====================== */
  .footer {
    text-align: center;
    padding: 20px 0 0px;
    position: relative;
}
/* =============500===================== */

@media only screen and (max-width:500px){
  
  .banner-img img {
    height: 310px;
    object-fit: contain;
}
.banner-heading {
  padding-top: 0vh !important;
}
.msg-item{
  margin: 20px;
}
.vdo-item img {
 height: 120px!important;
        width: 120px!important;
}
}

@media only screen and (min-width:501px) and (max-width:768px) {
  .banner-img img {
    height: 300px;
    object-fit: contain;
}
.banner-heading {
  padding-top: 3vh;
  text-align: center;
}
.msg-item {
  margin: 30px 5px;
}
  .vdo-item img {
  height: 400px;
}
}
/* ===============767================= */

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

  .banner-img {
      padding-top: 0vh !important;
  }
  #korah-img {
      width: 100%; 
      height: 300px;
      object-fit: contain; 
      transition: filter 2s; 
  }
  .banner-heading h1 {
    font-size: 30.63pt !important;
}
  .banner-heading h6 {
      font-size: 14pt !important;
  }
  .banner-heading h5 {
      font-size: 15px !important;
      margin-bottom: 0;
  }
  .landing-page {
      overflow: hidden !important;
  }
  .memories {
    padding: 70px 0 70px;
}
.memories .vdo-item{
  margin: 10px 0px;
}

.life-vdo {
  margin: 10px 30px;
}
.life-story-cnt h2{
  text-align: center;
  padding-top: 30px;
}
.vdosectionone{
  order: 2;
}
.life-story-cnt {
  padding-left: 0;
  text-align: center;
  padding: 10px;
}
.video-wrapper iframe{
  width: 100%;
  position: relative;
  z-index: 9999;
}
.life-story-cnt h5{
  font-size: 18px;
  padding-bottom: 10px;
}
 .gal1{
  padding-top: 0;
 }
 .msg-head h2, .msg-head p{
  text-align: center;
 }
.gal3 img {
  height: 185px;
  object-fit: cover;
}
.message-button {
  margin: 10px auto;
}
.footer {
  margin-top: 20px;
}
.message-scroll{
  height: auto;
  padding: 0;
}


  .banner-wrapper {
    height: 100vh;
}
.messages{
  height: auto;
  padding: 80px 0 50px;
}
.flower1 {

  top: 35%;
  z-index: -1;
  right: 1%;

}
.msg-popup{
  width: 100%;
}
    .flower2 {
        position: absolute;
        top: 50%;
        left: 0%;
        animation: zoomInOut 6s infinite alternate;
    }
.flower2 img {
  height: 92px;
  object-fit: contain;
}
.flower1 img {
  height: 90px;
  object-fit: contain;
}
.flower3 img{
  height: 100px;
  object-fit: contain;
}
.footer p{
    font-size:14px;
}
}

@media only screen and (min-width:768px) and (max-width:1200px){
  .ban-one{
    order:2;
}
.banner-img img {
  height: 300px;
  object-fit: contain;
}
.banner-heading {
padding-top: 3vh;
text-align: center;
}
.banner-img {
  padding-top: 0px;
}
.banner-heading h1 {
  font-size: 38.63pt !important;
}
.banner-heading h6 {
    font-size: 16pt !important;
}
.banner-heading h5 {
    font-size: 16px !important;
    margin-bottom: 0;
}
.slick-next {
  right: 45%;
}

.slick-prev {
  left: 45%;
}
.life-vdo {
  margin: 10px 30px;
}
.life-story-cnt h2{
  text-align: center;
  padding-top: 30px;
}
.vdosectionone{
  order: 2 !important;
}
.life-story-cnt {
  padding-left: 0;
  text-align: center;
  padding: 10px;
}
.video-wrapper iframe{
  width: 100%;
  position: relative;
  z-index: 9999;
}
.life-story-cnt h5{
  font-size: 18px;
  padding-bottom: 10px;
}
.gal2 img {
  height: 400px;
  object-fit: cover;
}
.footer {
  margin-top: 20px;
}
.message-scroll{
  height: auto;
  padding: 40px 0 0;
}


  .banner-wrapper {
    height: 100vh;
}
.messages{
  height: auto;
  padding: 80px 0 0px;
}
.flower1 {

  top: 30%;
  z-index: -1;
  right: 1%;

}
.msg-popup{
  width: 100%;
}
.flower2{
position: absolute;
top: 45%;
left: 3%;
animation: zoomInOut 6s infinite alternate;
}
.flower2 img {
  height: 92px;
  object-fit: contain;
}
.flower1 img {
  height: 100px;
  object-fit: contain;
}
.flower3 img{
  height: 100px;
  object-fit: contain;
}
.msg-head h2, .msg-head p{
  text-align: center;
 }
 .message-button {
  margin: 10px auto;
}
.share-button{
  right: 15% !important;
}
.banner-wrapper {
  height: 100vh;
  display: flex;
}
.banner-wrapper a {
  display: block;
  margin: auto;
  height: fit-content;
}
.banner-wrapper button {
  left: -55px !important;
  bottom: -50px !important;
}
.contact-family-mob {
  display: block !important;
  margin-bottom: 20px;
}
.contact-family-desk {
  display: none;
}

}


.message-scroll  .pop-up-content-wrap{
    padding: 15px;
    text-align: center;
}
.message-scroll  .model-open .bg-overlay {
  background: rgb(0 0 0 / 26%);
  z-index: 99;
}
.message-scroll  .pop-up-content-wrap h5{
  color: #CE5050;
  padding-top: 15px;
}
.message-scroll .close-btn {
  position: absolute;
  right: 18px;
  top: 8px;
  height: 19px;
  cursor: pointer;
  z-index: 99;
  color: #000;
  box-shadow: 0 0 2px 0 #0000004a;
  font-size: 25px;
  padding: 0 5px 26px;
  line-height: .8;
}

/* =================================================== */
/* =====================INNER PAGE====================== */
.inner-page{
    height: 40vh;
    padding-top: 10%;
}
.inner-page h1{
    background: -webkit-linear-gradient(12deg, #D1181F, #733A60);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: itc;
    font-weight: 800;
    font-size: 45px;
    padding-bottom: 10px;
}
.videos-inner .vdo-item {
    margin-bottom: 20px;
    position: relative;

}
.videos-inner{
    padding: 70px 0;
    background: url(../image/innerbg.webp) no-repeat center;
    background-size: cover;

}
.inner-life-story{
    padding: 70px 0;
    background: url(../image/innerbg.webp) no-repeat center;
    background-size: cover;
}
.inner-footer .container{
    border-top: 1px solid #0000003d;
    padding-top: 10px;
}
.inner-footer {
    padding: 0;
}
.inner-story-secondpara{
    text-align: justify;
    padding-top: 15px;
}
.inner-life-story .life-story-cnt p{
    text-align: justify;
    padding-top: 10px;

}
.photos-inner{
    background: url(../image/innerbg.webp) no-repeat center;
    background-size: cover;
    padding: 70px 0;
}
.photos-inner img{
    margin-bottom: 20px;
    border-radius: 10px;
    height: auto;
}
.message-inner{
    background: url(../image/innerbg.webp) no-repeat center;
    background-size: cover;
    padding: 70px 0;
}
.inner-msg-box{
    box-shadow: 0 0 5px 0 #00000021;
    padding:20px 15px;
    margin: 15px 2px;
    border-radius: 4px;
    text-align: center;
    background: #fff;
}

.inner-msg-box h5 {
    color: #CE5050;
}
.hide {
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
    -o-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  }
  
  .close {
      position: absolute;
      right: 0;
      top: 0;
      width: 51px;
      height: 51px;
      font-size: 0;
      cursor: pointer;
  }
  
  .close:before, .close:after {
    content: '';
      position: absolute;
      background: #767676;
      -moz-border-radius: 1px;
      -webkit-border-radius: 1px;
      -o-border-radius: 1px;
      border-radius: 1px;
      left: 14px;
      right: 14px;
      top: 30px;
      height: 3px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      transition: all 100ms ease-in;
      -moz-transition: all 100ms ease-in;
      -webkit-transition: all 100ms ease-in;
      -o-transition: all 100ms ease-in;
  }
  
  .close:after {
       -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }
  
  .popup {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      background: #FAFDFF;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      width: 600px;
      box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.09), 0px 11px 12px 7px rgba(0, 0, 0, 0.02);
      -moz-transition: all 120ms;
      -webkit-transition: all 120ms;
      -o-transition: all 120ms;
      transition: all 120ms;
      z-index: 99;
    padding: 25px;
    color: #5E5E5E;
  }
  
  @media screen and (max-width: 1000px) {
    .popup {
      width: 80%;
    }
  }
  
  .popup-header {
    text-transform: uppercase;
    font-size: 18px;
  }
  
  .popup-body {
    padding: 25px 0;
  }
  
  .button {
    padding: 5px 10px;
    border: 1px solid #ce5050;
    text-transform: uppercase;
    box-shadow: 1px 2px 3px #F5F5F5;
    color: #ffffff;
    cursor: pointer;
    transition: all 120ms ease-in;
    outline: none;
    background: #ce5050;
    border-radius: 3px;
}
  
  .button:hover {
    box-shadow: 1px 3px 5px #E9E9E9;
    transform: translateY(-1.3px);
  }
  
  .button:active, .button:visited {
    transform: translateY(1px);
    outline:none;
    box-shadow: 1px 2px 3px #F5F5F5;
  }
  
 .yt-popup{
    width: 100%;
    margin: 0 auto;
    transition:background-image 3s ease-in-out;
  }
 .yt-popup:hover{
    transition:background-image 3s ease-in-out;
  
  }
  
.yt-model-main {
    text-align: center;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
  }
  
  .model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
  }
.yt-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    max-width: 97%;
  }
.yt-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    border-radius: 6px;
    outline: 0;
    text-align: left;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  
  }
.model-open .yt-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
  }
  .model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
  }
  .bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
  }
  .yt-model-inner .close-btn {
    position: absolute;
    right: 44px;
    top: -35px;
    cursor: pointer;
    z-index: 99990;
    font-size: 30px;
    color: #fff;
}

  
  @media screen and (min-width:800px){

    .yt-model-main:before {
      content: "";
      display: inline-block;
      height: auto;
      vertical-align: middle;
      margin-right: -0px;
      height: 100%;
    }
  }
  @media screen and (max-width:799px){
    .yt-model-inner
    {margin-top: 45px;}
  }
 .banner-wrapper button{
    border: none !important;
    background: none !important;
    position: absolute !important;
    left: 36px;
    bottom: 40px;
}
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  z-index: 1000;
}
.popup.active {
  display: block;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 999;
}
.overlay.active {
  display: block;
}

.contact-family-mob {
    display:none;
}

@media only screen and (max-width:767px){
  
  
    .slick-prev, .slick-next {
      display: block !important; 
    }
    .slick-dots{
         display: none !important; 
    }
    .slick-prev, .slick-next {
        top: 370px;
    }
    .slick-next {
        right: 40%;
    }
    .slick-prev {
        left: 40%;
    }
    .memories p {
        font-size: 17px;
    }
    .photos p {
        font-size: 17px;
    }
    .life-vdo {
        margin: 10px 7px;
    }
        .memories {
        padding: 70px 0 130px;
    }
    .banner-wrapper {
        height: 100vh;
        display: flex;
        
    }
    .share-button{
      bottom: 0 !important;
      top: 22px !important;
    }
    .share-options{
       bottom: 90% !important;
    }
    .banner-wrapper a{
        display: block;
        margin: auto;
        height: fit-content;
    }
    .life-story {
        padding: 60px 0;
    }
    .fancybox__nav .carousel__button.is-prev {
        left: 25px!important;
        top: 55%;
    }
    .fancybox__nav .carousel__button.is-next {
        right: 25px!important;
        top: 55%;
    }
    .life-story-cnt p {
        display:none;
    }
    .contact-family-desk {
        display:none;
    }
    .contact-family-mob {
        display:block;
        margin-bottom: 20px;
    }
    .contact-family-mob .message-button {
        width: fit-content;
        margin: auto;
    }
}

@media only screen and (max-width:599px) {
  
}
.share-button {
  display: inline-block;
  padding: 10px;
  background-color: #ede1e12e;
  color: #910404;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  position: absolute;
  bottom: 2%;
  right: 10%;
  height: 40px;
  width: 40px;
  line-height: 15px !important;
}
/* Style for the share options */
.share-options {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 5px;
  bottom: 0;
  right: 17px;
  text-align: left;
  z-index: 1;
}
.share-options a {
  display: block;
  padding: 5px 0;
  color: #333;
  text-decoration: none;
}
.share-options a:hover {
  background-color: #ddd;
}

@media (min-width: 1024px) {
 
}


.banner-wrapper button {
  left: 12% !important;
  bottom: 10% !important;
}
#audioControlBtn button{
    z-index:9999 !important;
}
@media only screen and (max-width:767px){
  .banner-img img {
    height: 250px;
    object-fit: contain;
}
.box{
    bottom:10%;
}
}

.msg-item {
    margin: 15px 10px;
}
.mesg-slider button{
    display:none!important;
}
.mesg-slider .slick-slide:nth-child(even){
margin-top: 30px;
}


@media only screen and (min-width:1200px){
    .messages {
    height: 80vh;
  }
 
}
@media only screen and (max-width: 767px) {
    .messages {
       height:100vh;
    }
}
.banner-wrapper {
    filter: grayscale(100%);
}

@keyframes colorize {
    from {
        filter: grayscale(100%);
    }
    to {
        filter: grayscale(0%);
    }
}

.colorize-animation {
    animation: colorize 3s forwards;
}

.memories-success-message {
    background-color: #ACDFE3;
    padding: 60px;
    text-align: center;
    border-radius: 4px;
}
.memories-success-message h1{
   color:#fff;
}
.memories-success-message p{
   color:#fff;
   text-align:center;
}

.msg-popup {
    z-index: 999;
    position: relative;
}

@media only screen and (max-width: 767.5px) {
    .vdo-item img {
        height: 124px;
        width: 124px;
    }
    .playbtn-img {
    width: 45px!important;
    height: 45px!important;
}
.playbtn-img img {
    width: 40px !important;
    height: 40px !important;
}
    
    .slick-prev, .slick-next {
        top:unset;
    }
    .playbtn-img {
    right: 20px;
}
}

@media only screen and (min-width: 1400px) {
    .memories .vdo-item {
    margin: 60px 0px;
}
}


@media only screen and (min-width: 768px) and (max-width:1200px) {
    .vdo-item img {
        height: 215px;
        width: 215px;
    }
    .playbtn-img {
    width: 50px!important;
    height: 50px!important;
}
.playbtn-img img {
    width: 40px !important;
    height: 40px !important;
}
    
    .slick-prev, .slick-next {
        top:unset;
    }
}
@media only screen and (max-width:400px){
    .vdo-item img {
        height: 110px !important;
        width: 106px !important;
    }
        .playbtn-img img {
        width: 40px !important;
        height: 40px !important;
    }
}

.life-story .playbtn-img {
    left: 0;
    top: 0;
}
 #primary-loader {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        z-index: 99999;
        display:block;
    }
    #primary-loader img {
        width: 50px;
        height: 50px;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        top: 0px;
        margin: auto !important;
        font-size: 0;
        color: #00c9d0;
        display: inline-block;
        margin: -25px 0 0 -25px;
        text-indent: -9999em;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
    }
    #loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white overlay */
    z-index: 9999; /* Ensure it's above other elements */
    display: none; /* Initially hidden */
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

#loader img {
    width: 50px; /* Adjust size as needed */
    height: 50px; /* Adjust size as needed */
}
#loader-overlay img
{
    width: 20%;
}

.bg-overlay {
    /* Styles for existing overlay */
    /* Add or adjust styles as needed */
}
#error-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white overlay */
    z-index: 9999; /* Ensure it's above other elements */
    display: none; /* Initially hidden */
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
#error-overlay-desktop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white overlay */
    z-index: 9999; /* Ensure it's above other elements */
    display: none; /* Initially hidden */
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
 #loader-overlay-desktop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white overlay */
    z-index: 9999; /* Ensure it's above other elements */
    display: none; /* Initially hidden */
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

#loader-desktop img {
    width: 50px; /* Adjust size as needed */
    height: 50px; /* Adjust size as needed */
}
#loader-overlay-desktop img
{
    width: 20%;
}
#error-overlay-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white overlay */
    z-index: 9999; /* Ensure it's above other elements */
    display: none; /* Initially hidden */
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
 #loader-overlay-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white overlay */
    z-index: 9999; /* Ensure it's above other elements */
    display: none; /* Initially hidden */
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

#loader-mobile img {
    width: 50px; /* Adjust size as needed */
    height: 50px; /* Adjust size as needed */
}
#loader-overlay-mobile img
{
    width: 20%;
}
.loaderstrike {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; /* Background color of the loader */
  z-index: 9999;
  opacity: 0.5; /* Initial opacity */
  transition: opacity 0.3s ease; /* Smooth transition for opacity changes */
}