body {
  font-family: "Prompt", sans-serif;
  color: #262525;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
}

.comman {
  padding-block: 50px;
}

.heading, .sub-heading {
  color: #144A8B;
  font-size: 35px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
}

.sub-heading {
  font-size: 28px !important;
}

.Link {
  color: #144A8B;
}

  #playPauseBtn {
        position: fixed;
      top: 20px;
      left: 20px;
      padding: 12px 20px;
      font-size: 20px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      background-color: rgba(187, 187, 187, 0.5); /* transparent black */
      color: #144A8B;
      transition: background 0.3s;
      backdrop-filter: blur(5px); /* optional blur behind */
      z-index: 9999;
      
  }


.btn-blue {
  text-decoration: none;
  color: #fff !important;
  border-radius: 0%;
  font-weight: 300;
  padding: 5px 30px;
  display: inline-block;
  font-size: 24px;
  border: 2px solid transparent !important;
  background: linear-gradient(to right, #0751c1, #144A8B);
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: color 0.4s;
  overflow: hidden;
}
@media (max-width: 991px) {
  .btn-blue {
    font-size: 18px;
    padding: 8px 19px;
  }
}
.btn-blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transition: left 0.4s ease;
}
.btn-blue:hover {
  color: #144A8B !important;
}
.btn-blue:hover::before {
  left: 0;
}

.img-border {
  z-index: 0;
  position: relative;
  display: inline-block;
}
@media (max-width: 991px) {
  .img-border {
    margin-bottom: 30px;
  }
}
.img-border img {
  display: block;
  width: 100%;
  height: auto;
}
.img-border::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 2px solid white;
  z-index: 2;
  pointer-events: none;
}
.img-border img {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
.navbar-brand{
 margin-right:0%;   
}
}
.logo-web{
    max-width: 100%;
    height: auto;
}
@media (max-width: 1200px) {
    .logo-web{
         max-width: 80%;
    }
}
@media (max-width: 991px) {
    .logo-web{
         max-width: 70%;
    }
}
 @media (min-width: 768px) and (max-width:991px) {
.navbar>.container{
    max-width: 810px;
}
}

header .navbar .active-menu {
  color: #144A8B !important;
}
header .navbar .active-menu a {
  color: #144A8B !important;
}
header .navbar .nav-item {
  font-size: 20px;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  header .navbar .nav-item {
    font-size: 18px;
    margin-right: 5px;
  }
}
header .navbar .nav-item a {
  color: #262525;
}
header .navbar .nav-item a:hover {
  color: #144A8B;
}
@media (max-width: 991px) {
  header .navbar .nav-item {
    font-size: 16px;
    margin-right:0px;
  }
}
@media (max-width: 796px) {
  header .navbar .nav-item {
    font-size: 14px;
  }
}
header .navbar .nav-item .btn-nav-blue {
  color: #fff !important;
  border-radius: 0%;
  padding: 8px 25px;
  display: inline-block;
  font-weight: 500;
  font-size: 22px;
  border: 2px solid transparent !important;
  background: linear-gradient(to right, #0751c1, #144A8B);
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: color 0.4s;
  overflow: hidden;
}
@media (max-width: 991px) {
  header .navbar .nav-item .btn-nav-blue {
    font-size: 15px;
    padding: 5px 15px;
  }
}
header .navbar .nav-item .btn-nav-blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transition: left 0.4s ease;
}
header .navbar .nav-item .btn-nav-blue:hover {
  color: #144A8B !important;
}
header .navbar .nav-item .btn-nav-blue:hover::before {
  left: 0;
}

.banner, .fmaliy-banner, .rsvp, .rsvp2 {
  background: url(../images/grid-gallary/12.jpg);
  background-position: bottom center;
  background-size: cover;
  position: relative;
  height: 80vh;
}
@media (max-width: 768px) {
  .banner, .fmaliy-banner, .rsvp, .rsvp2 {
    height: 50vh;
  }
}
.banner::before, .fmaliy-banner::before, .rsvp::before, .rsvp2::before {
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  pointer-events: none;
  /*background: rgba(0, 0, 0, 0.1);*/
  display: block !important;
  position: absolute;
}
.banner .banner-img, .fmaliy-banner .banner-img, .rsvp .banner-img, .rsvp2 .banner-img {
  opacity: 0;
}
.banner .caption-text, .fmaliy-banner .caption-text, .rsvp .caption-text, .rsvp2 .caption-text {
  color: #fff;
  text-align: center;
  max-width: 80%;
  position: relative;
  margin: auto;
  height: -moz-max-content;
  height: max-content;
  top: 0px;
  bottom: 0px;
  left: 10%;
  position: absolute;
  background-color: white;
  padding-inline: 40px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.banner .caption-text::before, .fmaliy-banner .caption-text::before, .rsvp .caption-text::before, .rsvp2 .caption-text::before {
  content: "";
  position: absolute;
  inset: -20px;
  border: 2px solid #144A8B;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1275px) {
  .banner .caption-text, .fmaliy-banner .caption-text, .rsvp .caption-text, .rsvp2 .caption-text {
    width: 37%;
    left: 3%;
    padding-inline: 0px;
  }
}
@media (max-width: 991px) {
  .banner .caption-text, .fmaliy-banner .caption-text, .rsvp .caption-text, .rsvp2 .caption-text {
    width: 80%;
    top: 60%;
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
@media (max-width: 576px) {
  .banner .caption-text, .fmaliy-banner .caption-text, .rsvp .caption-text, .rsvp2 .caption-text {
    width: 90%;
    left: 10%;
  }
}
.banner .caption-text .hero-header, .fmaliy-banner .caption-text .hero-header, .rsvp .caption-text .hero-header, .rsvp2 .caption-text .hero-header {
  font-family: "EB Garamond", serif;
  font-size: 50px;
  color: #144A8B;
  background: linear-gradient(to left, rgb(7, 81, 193), rgb(68, 152, 255), rgb(20, 74, 139));
  -webkit-background-clip: text;
          background-clip: text;
  animation: shadowani 1s infinite alternate;
}
@keyframes shadowani {
  100% {
    text-shadow: 0 0 60px rgb(242, 245, 248);
  }
}
@media (max-width: 1100px) {
  .banner .caption-text .hero-header, .fmaliy-banner .caption-text .hero-header, .rsvp .caption-text .hero-header, .rsvp2 .caption-text .hero-header {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .banner .caption-text .hero-header, .fmaliy-banner .caption-text .hero-header, .rsvp .caption-text .hero-header, .rsvp2 .caption-text .hero-header {
    display: none;
  }
}
.banner .caption-text p, .fmaliy-banner .caption-text p, .rsvp .caption-text p, .rsvp2 .caption-text p {
  font-size: 22px;
  margin-bottom: 0%;
  color: #144A8B;
  background: linear-gradient(to left, rgb(7, 81, 193), rgb(68, 152, 255), rgb(20, 74, 139));
  -webkit-background-clip: text;
          background-clip: text;
  animation: shadowani 1s infinite alternate;
}
@keyframes shadowani {
  100% {
    text-shadow: 0 0 60px rgb(242, 245, 248);
  }
}
@media (max-width: 1100px) {
  .banner .caption-text p, .fmaliy-banner .caption-text p, .rsvp .caption-text p, .rsvp2 .caption-text p {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .banner .caption-text p, .fmaliy-banner .caption-text p, .rsvp .caption-text p, .rsvp2 .caption-text p {
    -webkit-background-clip: text;
            background-clip: text;
    color:#144A8B;
  }
}
@media (max-width: 991px) {
  .banner .caption-text img, .fmaliy-banner .caption-text img, .rsvp .caption-text img, .rsvp2 .caption-text img {
    display: none;
  }
}

.video{
    padding-bottom:50px;
}

.video .card {
  padding-block: 12px;
  text-align: center;
  border: none !important;
  border-radius: 0%;
  box-shadow: 0 0.1875rem 0.75rem 0 rgba(47, 43, 61, 0.14) !important;
}
@media (max-width: 991px) {
  .video .card {
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .video .card-body {
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .video img {
    width: auto;
    height: 200px;
  }
}
@media (max-width: 480px) {
  .video img {
    width: auto;
    height: 145px;
  }
}
@media (max-width: 330px) {
  .video img {
    width: auto;
    height: 100px;
  }
}

.stroy .nav-tabs .nav-link.active {
  color: #144A8B !important;
  background-color: transparent !important;
  border-bottom: #144A8B solid 2px !important;
  border-radius: 0% !important;
  border-color: transparent;
  font-weight: 600;
}
.stroy .nav-tabs .nav-item .nav-link {
  padding: 5px 10px !important;
  font-size: 22px;
  color: #8F8B8B;
  margin-right: 10px;
}
.stroy .nav-tabs .nav-link:focus,
.stroy .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.stroy .tab-pane .card {
  border-radius: 0%;
}
.stroy .story-info .card, .stroy .story-info2 .card {
  padding: 10px;
  margin-left: -70px;
  position: relative;
}
@media (max-width: 1200px) {
  .stroy .story-info .card, .stroy .story-info2 .card {
    margin-left: 0px;
  }
}
.stroy .story-info .card::before, .stroy .story-info2 .card::before {
  content: "";
  position: absolute;
  inset: -20px;
  border: 2px solid #144A8B;
  z-index: 2;
  pointer-events: none;
}
.stroy .story-info2 .card {
  padding: 10px;
  margin-right: -70px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .stroy .story-info2 .card {
    margin-right: 0px;
  }
}

.gallary .glightbox {
  position: relative;
  /*display: inline-block;*/
}
.gallary .glightbox img {
  display: block;
  transition: opacity 0.3s ease;
}
.gallary .glightbox::before {
  content: "\f06e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  color: #144A8B;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 2;
  background-color: #fff;
  padding: 10px 15px;
  border: 2px solid #144A8B;
  border-radius: 50%;
  display: inline-block;
}
.gallary .glightbox:hover img {
  opacity: 0.5;
}
.gallary .glightbox:hover::before {
  opacity: 1 !important;
}

.faqs .accordion .accordion-item {
  margin-bottom: 10px !important;
  border-radius: 0% !important;
  border: none !important;
  box-shadow: 0 0.2rem 0.75rem 0 rgba(76, 75, 79, 0.12) !important;
}
.faqs .accordion .accordion-item .accordion-body {
  color: #8F8B8B;
}
.faqs .accordion .accordion-item .accordion-button {
  color: #262525;
  font-weight: 500;
  border-radius: 0% !important;
}
.faqs .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #fff;
}
.faqs .accordion .accordion-item .accordion-button:focus {
  border-color: transparent !important;
  box-shadow: 0 0 0 0.25rem rgba(177, 177, 177, 0.25);
}

.rsvp, .rsvp2 {
  margin-bottom: 50px;
  height: 30vh;
  background: url(../images/rsvp.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (max-width: 576px) {
  .rsvp, .rsvp2 {
    height: 40vh;
  }
}
.rsvp::before, .rsvp2::before {
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.8);
  display: block !important;
  position: absolute;
}
.rsvp .caption-text, .rsvp2 .caption-text {
  text-align: center;
  position: relative;
  margin: auto;
  top: 30%;
  left: 0px;
}
@media (max-width: 768px) {
  .rsvp .caption-text, .rsvp2 .caption-text {
    display: block;
    width: 50%;
  }
}
.rsvp .container, .rsvp2 .container {
  margin-block: auto;
}

.ourstory-banner, .faqs-banner {
  background: url(../images/our-story1.jpg);
  background-position: center;
  height: 70vh;
  position: relative;
  background-size: cover;
}
@media (max-width: 768px) {
  .ourstory-banner, .faqs-banner {
    height: 50vh;
  }
}
.ourstory-banner::before, .faqs-banner::before {
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  pointer-events: none;
  /*background: rgba(0, 0, 0, 0.1);*/
  display: block !important;
  position: absolute;
}
.ourstory-banner .banner-img, .faqs-banner .banner-img {
  opacity: 0;
}
.ourstory-banner .caption-text, .faqs-banner .caption-text {
  color: #fff;
  text-align: center;
  width: 30%;
  position: relative;
  margin: auto;
  height: 30%;
  top: 0px;
  bottom: 0px;
  right: 5%;
  position: absolute;
}
@media (max-width: 1275px) {
  .ourstory-banner .caption-text {
    width: 40%;
    left: 5%;
  }
}
@media (max-width: 991px) {
  .ourstory-banner .caption-text, .faqs-banner .caption-text {
    width: 80%;
    top: 40%;
  }
  .ourstory-banner .caption-text img, .faqs-banner .caption-text img {
    max-width: 70%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .ourstory-banner .caption-text, .faqs-banner .caption-text {
    width: 80%;
    top: 35%;
  }
}
@media (max-width: 576px) {
  .ourstory-banner .caption-text, .faqs-banner .caption-text {
    width: 90%;
    top: 32%;
  }
}

.story2 {
  background: url(../images/specialmoment.png);
  background-position: center top;
  background-size: cover; 
  height: 60vh;
  position: relative;
}
@media (max-width: 991px) {
  .story2 {
     background: url(../images/s3.jpg);
     background-size: cover; 
    background-position: 30% 40%;
  }
}
/*@media (max-width: 768px) {*/
/*  .story2 {*/
/*    background-position: 70% 100%;*/
/*  }*/
/*}*/
@media (max-width: 576px) {
  .story2 {
        background-position: 20% 50%;
  }
}

.story2 .story-info, .story2 .stroy .story-info2, .stroy .story2 .story-info2 {
  width: 30%;
  margin: auto;
  height: 70%;
  top: 0px;
  bottom: 0px;
  left: 10% !important;
  position: absolute;
}
/*@media (max-width: 1355px) {*/
/*  .story2 .story-info, .story2 .stroy .story-info2, .stroy .story2 .story-info2 {*/
/*    height: 87%;*/
/*    left: 5%;*/
/*    width: 40%;*/
/*  }*/
/*}*/
@media (max-width: 1200px) {
  .story2 .story-info, .story2 .stroy .story-info2, .stroy .story2 .story-info2 {
    height: 70%;
    width: 40%;
    left: 5% !important;
    /*background-position: center left;*/
  }
}
.story2 .story-info .card, .story2 .stroy .story-info2 .card, .stroy .story2 .story-info2 .card {
  padding: 10px;
  margin-left: -70px;
  position: relative;
}
@media (max-width: 1200px) {
  .story2 .story-info .card, .story2 .stroy .story-info2 .card, .stroy .story2 .story-info2 .card {
    margin-left: 0px;
  }
}
.story2 .story-info .card::before, .story2 .stroy .story-info2 .card::before, .stroy .story2 .story-info2 .card::before {
  content: "";
  position: absolute;
  inset: -20px;
  border: 2px solid #144A8B;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1275px) {
  .story2 .story-info .card .card-body, .story2 .stroy .story-info2 .card .card-body, .stroy .story2 .story-info2 .card .card-body {
    font-size: 14px;
  }
}

.rsvp2 {
  background: url(../images/rsvp2.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 50vh;
  background-size: cover;
}
@media (max-width: 991px) {
  .rsvp2 {
    background-position: left top !important;
  }
}
.rsvp2::before {
  background: rgba(255, 255, 255, 0.7);
}
.rsvp2 .caption-text {
  top: 50%;
}
.rsvp2 .caption-text .heading, .rsvp2 .caption-text .sub-heading {
  font-size: 45px;
}

.gallery-banner, .rsvp-banner, .coming-banner {
  background: url(../images/gallery-banner.jpg);
  background-position: center;
  height: 70vh;
  position: relative;
  background-size: cover;
}

@media (max-width: 768px) {
  .gallery-banner, .rsvp-banner, .coming-banner {
    height: 50vh;
  }
}

/*@media (max-width: 576px) {*/
/*   .coming-banner {*/
/*   background-position: left center;*/

/*  }*/
/*}*/
.gallery-banner::before, .rsvp-banner::before, .coming-banner::before {
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  pointer-events: none;
  /*background: rgba(0, 0, 0, 0.1);*/
  display: block !important;
  position: absolute;
}
.gallery-banner .banner-img, .rsvp-banner .banner-img, .coming-banner .banner-img {
  opacity: 0;
}
.gallery-banner .caption-text, .rsvp-banner .caption-text, .coming-banner .caption-text {
  color: #fff;
  text-align: center;
  width: 30%;
  position: relative;
  margin: auto;
  height: 30%;
  top: 0px;
  bottom: 0px;
  right: 5% !important;
  position: absolute;
}
@media (max-width: 1275px) {
  .gallery-banner .caption-text, .rsvp-banner .caption-text, .coming-banner .caption-text {
    width: 40%;
    left: 5%;
  }
}
@media (max-width: 991px) {
  .gallery-banner .caption-text, .rsvp-banner .caption-text, .coming-banner .caption-text {
    width: 80%;
    top: 40%;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .gallery-banner .caption-text, .rsvp-banner .caption-text, .coming-banner .caption-text {
    width: 80%;
    top: 20%;
  }
}
@media (max-width: 576px) {
  .gallery-banner .caption-text, .rsvp-banner .caption-text, .coming-banner .caption-text {
    width: 50%;
    top: 10%;
  }
}

.coming-banner {
  background: url(../images/Akash_Shah_Proposal_Navy_Pier_Chicago_2025_0368.jpg);
  background-repeat: no-repeat;
  
  background-size: cover;
  background-position: center;
}

.rsvp-banner {
  background: url(../images/g4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
}

/*@media (max-width: 991px) {*/
/*    .rsvp-banner {*/
/*         background-position: center;*/
/*    }*/
/*}*/

.gallary .glightbox {
  position: relative;
  /*display: inline-block;*/
  /*width: 100%;*/
  /*height: auto;*/
}

.masonry-grid {
  margin: -8px;
}

.masonry-item {
  padding: 8px; /* half of the gap */
  box-sizing: border-box;
}

.masonry-item img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  .masonry-item img {
    max-width: 100%;
  }
}

.masonry-sizer {
  display: none;
}

/* Optional: Clearfix */
.masonry-grid::after {
  content: "";
  display: block;
  clear: both;
}

.fmaliy-banner {
  background: url(../images/fmaily-banner.png) center/cover no-repeat;
  background-color: #000;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 70vh;
  width: 100%;
  overflow: hidden;
}
.fmaliy-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.1);*/
}
@media (max-width: 1200px) {
  .fmaliy-banner {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent !important;
  }
}
.fmaliy-banner .banner-img {
  opacity: 0;
}
.fmaliy-banner .caption-text {
  color: #fff;
  text-align: center;
  width: 30%;
  margin: auto;
  height: 30%;
  right: 5% !important;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media (max-width: 1275px) {
  .fmaliy-banner .caption-text {
    width: 40%;
    left: 5%;
  }
}
@media (max-width: 991px) {
  .fmaliy-banner .caption-text {
    width: 80%;
    top: 40%;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .fmaliy-banner .caption-text {
    width: 80%;
    top: 20%;
  }
}
@media (max-width: 576px) {
  .fmaliy-banner .caption-text {
    width: 50%;
    top: 10%;
  }
}

.banner-wrapper {
  width: 100%;
  background-color: #000;
}

.img-banner {
  width: 100%;
  position: relative;
}
.img-banner img {
  width: 100vw;
  height: auto;
  display: block;
}
.img-banner .overlay {
  content: "";
  position: absolute;
  inset: 0;
  /*background: rgba(0, 0, 0, 0.1);*/
}
.img-banner .caption-text {
  color: #fff;
  text-align: center;
  width: 30%;
  position: relative;
  margin: auto;
  height: 30%;
  top: 0px;
  bottom: 0px;
  right: -5% !important;
  position: absolute;
}
.img-banner .caption-text img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
}
@media (max-width: 1275px) {
  .img-banner .caption-text {
    width: 40%;
    left: 20%;
  }
}
@media (max-width: 991px) {
  .img-banner .caption-text {
    left: 10%;
    top: -20%;
  }
}
@media (max-width: 768px) {
  .img-banner .caption-text {
    left: 10%;
    top: -20%;
  }
  .img-banner .caption-text img {
    max-width: 70%;
  }
}

.faqs-banner {
  background: url(../images/Akash_Shah_Proposal_Navy_Pier_Chicago_2025_0404.jpg);
  background-repeat: no-repeat;
  background-size: cover;
      background-position: center;
}

@media (max-width: 1275px) {
 .faqs-banner .caption-text {
        width:30%;
        right: 5% !important;
    }
}

.fmaliy-member .tree {
  text-align: center;
}
.fmaliy-member .person {
  display: inline-block;
  margin: 0px 20px;
}
@media (max-width: 1290px) {
  .fmaliy-member .person {
    margin: 0px 0px;
  }
}

.fmaliy-member .person-sub {
  display: inline-block;
  margin: 0px 80px;
}
@media (max-width: 1688px) {
  .fmaliy-member .person-sub {
    margin: 0px 30px;
  }
}
@media (max-width: 1290px) {
  .fmaliy-member .person-sub {
    margin: 0px 0px;
    display:table-cell;
  }
}
@media (max-width: 1128px) {
  .fmaliy-member .person-sub {
    margin-bottom: 8px;
    display: table-cell;
        text-align: center;
  }
}
.fmaliy-member  img,
.fmaliy-member .person-sub img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  border: 2px solid #555;
}
.child  img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  border: 2px solid #555;
}

@media (min-width: 991px) and (max-width:1200px) {
                       .fmaliy-member img, 
                       .fmaliy-member .person-sub img{
                            max-width:90% !important;
                        }
                    }

  @media (min-width: 576px) and (max-width: 768px) {
  .fmaliy-member img, 
  .fmaliy-member .person-sub img{
    max-width: 80% !important;
  }
}
/*@media (max-width: 576px) {*/
/*   .fmaliy-member img, */
/*  .fmaliy-member .person-sub img{*/
/*    max-width: 60% !important;*/
/*  }*/
/*}*/

.fmaliy-member .line-h {
  height: 2px;
  background: #555;
  width: 320px;
  margin: auto;
}
@media (max-width: 1290px) {
  .fmaliy-member .line-h {
    width: 280px;
  }
}
@media (max-width: 370px) {
  .fmaliy-member .line-h {
    width: 160px;
  }
}
@media (min-width: 370px) and (max-width: 395px) {
  .fmaliy-member .line-h {
    width: 180px;
  }
}
@media (min-width: 395px) and (max-width: 440px) {
  .fmaliy-member .line-h {
    width: 200px;
  }
}
@media (min-width: 440px) and (max-width: 490px) {
  .fmaliy-member .line-h {
    width: 220px;
  }
}
@media (min-width: 490px) and (max-width: 530px) {
  .fmaliy-member .line-h {
    width: 250px;
  }
}
@media (min-width: 530px) and (max-width: 576px) {
  .fmaliy-member .line-h {
    width: 260px;
  }
}
@media (min-width:1045px) and (max-width: 1100px) {
  .fmaliy-member .line-h {
    width: 260px;
  }
}
@media (min-width:991px) and (max-width: 1045px) {
  .fmaliy-member .line-h {
    width: 250px;
  }
}
.fmaliy-member .line-h-sub {
  height: 2px;
  background: #555;
  width: 420px;
  margin: auto;
}
@media (max-width: 1688px) {
  .fmaliy-member .line-h-sub {
    width: 320px;
  }
}
@media (max-width: 1290px) {
  .fmaliy-member .line-h-sub {
    width: 260px;
  }.coming-banner
}

.fmaliy-member .line-v {
  width: 2px;
  height: 20px;
  background: #555;
  margin: auto;
}
@media (max-width: 1128px) {
  .fmaliy-member .line-v {
    
  }
}


.mt-b1{
    margin-top:40px !important;
}


.fmaliy-member .person-sub .bride {
  width: 100;
  height: auto;
  border-radius: 50%;
  border: 7px solid #316BB2;
}

.spouse-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.fmaliy-member .line-h-sub {
      position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    height: 2px;
    background: #555;
    z-index: -1;
    margin: auto;
    width: 100px;
}

@media (max-width: 1300px) {
    .fmaliy-member .line-h-sub {
         top: 150px;
    }
}
@media (max-width:1110px){
  .fmaliy-member .line-h-sub {
    top: 130px;
  }
}
@media (max-width:990px){
  .fmaliy-member .line-h-sub {
    top: 150px;
  }
}
@media (max-width:510px){
  .fmaliy-member .line-h-sub {
    top: 100px;
  }
}

.fmaliy-member .person-sub {
  display: inline-block;
  margin: 0 32px;
  position: relative;
}

@media (max-width: 1290px) {
  .fmaliy-member .person-sub {
    margin: 0px 13px;
  }
}
.fmaliy-member .person-sub .line-v {
  width: 2px;
  height: 20px;
  background: #555;
  margin: auto;
}

/* B1 should not have vertical line */
.fmaliy-member .person-sub:nth-child(3) .line-v {
  display: none;
}



.text {
  padding-top: 20px;
}
.text .hero-header {
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: 50px;
  font-weight: 400;
  color: #144A8B;
  background: linear-gradient(to left, rgb(7, 81, 193), rgb(68, 152, 255), rgb(20, 74, 139));
  -webkit-background-clip: text;
          background-clip: text;
}

.f-22{
    font-size:22px;
}     

@media(max-width:768px){
    .f-22{
    font-size:18px;
}  
}




.travel-bg{
     background: url(../images/travel.bg.png) center top/cover no-repeat;
  height: 30vh;
  width: 100%;
}
 
.travel-bg  ::before{
       width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    pointer-events: none;
    /* background: rgba(0, 0, 0, 0.1); */
    display: block !important;
    position: absolute;
}
 @media(max-width:576px){
      .travel-bg{
      background-position: 40% 100%;
  }
  }

.form-register .btn-blue {
  color: #fff !important;
  padding: 5px 20px;
  font-size: 22px;
}

.toggle_radio {
  position: relative;
  background-color: transparent;
  border: 1px solid #ccc;
  margin: 0px auto;
  overflow: hidden;
  padding: 0 !important;
  border-radius: 5px;
  position: relative;
  height: 40px;
  width: 100%;
}

.toggle_radio > * {
  float: left;
}

.toggle_radio input[type=radio] {
  display: none;
}

.toggle_radio label p {
  line-height: inherit !important;
  color: inherit !important;
}

.toggle_radio label {
  color: #555;
  display: block;
  width: 50%;
  height: auto;
  margin: 0px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1;
  line-height: 38px;
  text-align: center;
}

.toggle_option_slider {
  width: 50%;
  height: 38px;
  position: absolute;
  top: 0px;
  border-radius: 5px;
  transition: all 0.4s ease;
  z-index: -1;
}

#yes:checked ~ .toggle_option_slider {
  background-color: #c59a70;
  left: 0px;
  z-index: 1;
}

#maybe:checked ~ .toggle_option_slider {
  background-color: #c59a70;
  left: 33%;
  z-index: 1;
}

#no:checked ~ .toggle_option_slider {
  background-color: #777;
  left: 67%;
  z-index: 1;
}

.fattendants-yes:checked ~ .toggle_option_slider {
  background: linear-gradient(to right, #0751c1, #144A8B);
  left: 0px;
  z-index: 1;
}

.fattendants-maybe:checked ~ .toggle_option_slider {
  background-color: #c59a70;
  left: 33%;
  z-index: 1;
}

.fattendants-no:checked ~ .toggle_option_slider {
  background-color: #777;
  left: 51%;
  z-index: 1;
}

.toggle_radio input[type=radio]:checked + label {
  color: #fff;
  z-index: 2;
  position: relative;
}

.heightmatch .card {
  padding: 15px;
  height: 100%;
}
.heightmatch p {
  color: #262525;
  font-size: 16px;
  font-family: "Prompt", sans-serif;
}

.panel-collapse .form-group {
  margin-bottom: 10px;
}
.panel-collapse .form-group .form-control:disabled {
  background-color: transparent !important;
}
.panel-collapse .form-group .form-control {
  border: none !important;
  padding: 6px !important;
}
.panel-collapse .form-group .form-control:focus {
  box-shadow: none !important;
}

footer {
  clear: both;
  border-top: #8F8B8B solid 1px;
}
footer .row {
  padding-block: 10px;
}
footer a {
  color: #262525;
  text-decoration: none;
  font-size: 18px;
}
@media (max-width: 991px) {
  footer a {
    margin-right: 5px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  footer a {
    font-size: 14px;
  }
}
footer .active-link {
  color: #144A8B;
}
footer .bg-secondary {
  color: #fff;
  padding-block: 8px;
  background-color: #ACABAB !important;
}
footer .bg-secondary p {
  font-size: 14px;
}
footer .bg-secondary a {
  font-size: 14px;
  text-decoration: underline;
  color: #fff;
}/*# sourceMappingURL=style.css.map */