@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400&display=swap");

:root {
  scroll-behavior: smooth;
  font-size: 20px;

}

body {
  font-family: "Arya", sans-serif;

}
 #container {
  position: relative;
  transform: scale(0.725);
  font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    min-height: 100vh;
    background: #fff;
    overflow: hidden;
}

 .divider {
  position: absolute;
  z-index: 2;
  top: 65px;
  left: 200px;
  width: 50px;
  height: 15px;
  background: #fff;
}

.loading-text {
  position: relative;
  font-size: 3rem;
  font-weight: 300;
  margin: 0;
  white-space: nowrap;
  font-family: 'Roboto', sans-serif;
}

.loading-text::before {
  position: absolute;
  content: "";
  z-index: 1;
  top: 40px;
  left: 115px;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  -webkit-animation: dotMove 1800ms cubic-bezier(0.25, 0.25, 0.75, 0.75) infinite;
  animation: dotMove 1800ms cubic-bezier(0.25, 0.25, 0.75, 0.75) infinite;
}

.loading-text .letter {
  display: inline-block;
  position: relative;
  color: #000;
  letter-spacing: 8px;
}

.loading-text .letter:nth-child(1) {
  transform-origin: 100% 70%;
  transform: scale(1, 1.275);
}

.loading-text .letter:nth-child(1)::before {
  position: absolute;
  content: "";
  top: 22px;
  left: 0;
  width: 14px;
  height: 36px;
  background: #fff;
  transform-origin: 100% 0;
  -webkit-animation: lineStretch 1800ms cubic-bezier(0.25, 0.25, 0.75, 0.75) infinite;
  animation: lineStretch 1800ms cubic-bezier(0.25, 0.25, 0.75, 0.75) infinite;
}

.loading-text .letter:nth-child(5) {
  transform-origin: 100% 70%;
  -webkit-animation: letterStretch 1800ms cubic-bezier(0.25, 0.23, 0.73, 0.75) infinite;
  animation: letterStretch 1800ms cubic-bezier(0.25, 0.23, 0.73, 0.75) infinite;
}

.loading-text .letter:nth-child(5)::before {
  position: absolute;
  content: "";
  top: 15px;
  left: 2px;
  width: 9px;
  height: 15px;
  background: #fff;
}

@-webkit-keyframes dotMove {

  0%,
  100% {
    transform: rotate(180deg) translate(-110px, -10px) rotate(-180deg);
  }

  50% {
    transform: rotate(0deg) translate(-111px, 10px) rotate(0deg);
  }
}

@keyframes dotMove {

  0%,
  100% {
    transform: rotate(180deg) translate(-110px, -10px) rotate(-180deg);
  }

  50% {
    transform: rotate(0deg) translate(-111px, 10px) rotate(0deg);
  }
}

@-webkit-keyframes letterStretch {

  0%,
  100% {
    transform: scale(1, 0.35);
    transform-origin: 100% 75%;
  }

  8%,
  28% {
    transform: scale(1, 2.125);
    transform-origin: 100% 67%;
  }

  37% {
    transform: scale(1, 0.875);
    transform-origin: 100% 75%;
  }

  46% {
    transform: scale(1, 1.03);
    transform-origin: 100% 75%;
  }

  50%,
  97% {
    transform: scale(1);
    transform-origin: 100% 75%;
  }
}

@keyframes letterStretch {

  0%,
  100% {
    transform: scale(1, 0.35);
    transform-origin: 100% 75%;
  }

  8%,
  28% {
    transform: scale(1, 2.125);
    transform-origin: 100% 67%;
  }

  37% {
    transform: scale(1, 0.875);
    transform-origin: 100% 75%;
  }

  46% {
    transform: scale(1, 1.03);
    transform-origin: 100% 75%;
  }

  50%,
  97% {
    transform: scale(1);
    transform-origin: 100% 75%;
  }
}

@-webkit-keyframes lineStretch {

  0%,
  45%,
  70%,
  100% {
    transform: scaleY(0.125);
  }

  49% {
    transform: scaleY(0.75);
  }

  50% {
    transform: scaleY(0.875);
  }

  53% {
    transform: scaleY(0.5);
  }

  60% {
    transform: scaleY(0);
  }

  68% {
    transform: scaleY(0.18);
  }
}

@keyframes lineStretch {

  0%,
  45%,
  70%,
  100% {
    transform: scaleY(0.125);
  }

  49% {
    transform: scaleY(0.75);
  }

  50% {
    transform: scaleY(0.875);
  }

  53% {
    transform: scaleY(0.5);
  }

  60% {
    transform: scaleY(0);
  }

  68% {
    transform: scaleY(0.18);
  }
}

@media (min-width: 48rem) {
  #container {
    transform: scale(0.725rem);
  }
}

@media (min-width: 62rem) {
  #container {
    transform: scale(0.85);
  }
}

#content {
  display: none;
}


.background1 {
      background-size: cover;
      background-image: url(./assets/img/background_first1.jpg);
      box-shadow: 0 20px 10px 20px #b8acac;
}

.background2 {
  background-size: cover;
  background-image: url(https://img.freepik.com/free-vector/hand-painted-watercolor-abstract-watercolor-background_23-2149017495.jpg?w=1800&t=st=1729355812~exp=1729356412~hmac=98dfcc25d5b2fe284e4392677c8637accf21853e5aabff2f726e82232fea816b);
  box-shadow: 0 0px 10px 0px #b8acac;
}

.brideinfo {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 10px;
  margin: 10px;
  background-color: #fff
}

.bridename {
  font-weight: 700;
  font-style: normal;
  font-size: 3em;
  font-family: "Arya", sans-serif;
  color: antiquewhite;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 1);
}

.bridenamedetail {
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  font-family: "Arya", sans-serif;
  color: rgb(153, 48, 0);
  text-shadow: 1px 1px 1px rgb(55, 25, 0);
}

.bridenametext {
  font-weight: 700;
  font-style: normal;
  font-size: 0.8em;
  font-family: "Arya", sans-serif;
  color: rgb(47, 47, 47);
}

.godtext {
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  font-family: "Arya", sans-serif;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 1);
}

.middletext {
  font-weight: 700;
  font-style: normal;
  font-size: 3em;
  font-family: "Arya", sans-serif;
}

.date {
  font-size: 1.2em;
  transition-duration: 0.5s;
  color: #fff;
  font-family: "Pacifico", cursive;
  font-weight: 100;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 1);

}


/* App.css */
.oval {
  width: 70%;
  /* Width of the oval */
  height: 20%;
  /* Height of the oval */
  background: rgb(217 255 111 / 50%);
  /* Background color */
  border-radius: 50%;
  /* This creates the oval shape */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.19)
    /* Center the oval */
}

.content {
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
}


.title {
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
  font-family: "Arya", sans-serif;
  color: rgb(255, 58, 160);
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 1);
}

.subtitle {
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  font-family: "Arya", sans-serif;
  color: rgb(99, 86, 94);

}

.social {
  width: 30px !important;
  height: 30px !important;
  margin-left: 5px;
  margin-right: 5px;
}

.profile {
  width: 100%;
  height: 300px;
  object-fit: cover;
  max-width: 400px;

}

.togetherimage {
  width: 100%;
  height: 35%;
  max-height: 600px;
  object-fit: cover;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding:1%;
}

.moment-title {
  padding: 0.5em 1em;
  border: 0;
  outline: none;
  border-radius: 1.2rem;
  background: #ff5454;
  color: #fff;
  font-size: 1.2em;
  font-family: "Arya", sans-serif;
  cursor: pointer;

  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.moment-description {
  padding: 0.5em 1em;
  border: 0;
  outline: none;

  color: #000;
  font-size: 1.2em;
  font-family: "Arya", sans-serif;
  cursor: pointer;

}

.moment_row{
  min-height: 400px !important;
}

.player {
 width: 100% !important;
 height: 100% !important;
 min-height: 400px !important;
}

.familyimage {
 border-radius: 50%;
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 200px;

  object-fit: cover;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 1%;
}


.familytitle {
  font-weight: 700;
  font-style: normal;
  font-size: 0.9em;
  font-family: "Arya", sans-serif;
  
}

.familytext {
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  font-family: "Arya", sans-serif;
}


.weddingimage {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 200px;

  object-fit: cover;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 1%;
}


.weddingtitle {
  font-weight: 700;
  font-style: normal;
  font-size: 1.3em;
  font-family: "Arya", sans-serif;

}

.weddingtext {
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  font-family: "Arya", sans-serif;
 
}

                .footer {
                  display: flex;
                  width: 100%;
                  text-align: center;
                  color: white;
                  font-size: 0.8em;
                  font-weight: 600;
                    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

                    box-shadow: 0 0px 4px 0px #000000;
                }
        
                .footer .left {
                  background-color: orange;
                  width: 50%;
                 
                  
                  display: flex;
                  align-items: center;
                  justify-content: center;
                }
        
                .footer .right {
                  background-color: green;
                  width: 50%;
                 
               
                  display: flex;
                  align-items: center;
                  justify-content: center;
                }

                #gmpas iframe{
                  width: 100% !important;
                  height: 100% !important;
                  min-height: 600px !important;
                  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
                  padding: 0px !important;
                }


                .headerandfooterimg{
                  -webkit-filter: drop-shadow(0px 1px 0px #555454);
                    filter: drop-shadow(0px 1px 0px #555454);
                    max-width: 400px;
                      width: 100%;
                }

                                                    .middleimage {
                                                      -webkit-filter: drop-shadow(0px 14px 0px #464545);
                                                      filter: drop-shadow(0px 14px 0px #464545);
                                                                                           
                                                          width: 30%;
                                                          width: 250px;
                                                    }

                                                                                                        .happyimage {
                                                                                                          -webkit-filter: drop-shadow(0px 14px 0px #464545);
                                                                                                          filter: drop-shadow(0px 14px 0px #464545);
                                                                                                         
                                                                                                          width: 250px;
                                                                                                        }

                                .preweddingtext {
                                  font-weight: 700;
                                  font-style: normal;
                                  font-size: 1em;
                                  font-family: "Arya", sans-serif;
                
                                }

.img-responsive-photo {
  width: 300px;
  height: 300px;
  object-fit: cover;
  margin: 1px;
}
#lg-download-3{
  display: none !important;
}

@media (max-width: 1000px) {

    .middleimage {
        -webkit-filter: drop-shadow(0px 14px 0px #464545);
        filter: drop-shadow(0px 14px 0px #464545);
       
        width: 45%;
        max-width: 200px;
      }
    
      .happyimage {
        -webkit-filter: drop-shadow(0px 14px 0px #464545);
        filter: drop-shadow(0px 14px 0px #464545);
        
          width: 45%;
            max-width: 200px;
      }

  .brideinfo {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    background-color: #fff
  }

  .bridename {
    font-weight: 700;
    font-style: normal;
    font-size: 1.5em;
    font-family: "Arya", sans-serif;
    color: antiquewhite;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 1);
  }

  .godtext {
    font-weight: 700;
    font-style: normal;
    font-size: 0.8em;
    font-family: "Arya", sans-serif;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 1);
  }

  .middletext {
    font-weight: 700;
    font-style: normal;
    font-size: 0em;
    font-family: "Arya", sans-serif;
  }

  .date {
    font-size: 1em;
    transition-duration: 0.5s;
    color: #fff;
    font-family: "Pacifico", cursive;
    font-weight: 100;

  }


  /* App.css */
  .oval {
    width: 70%;
    /* Width of the oval */
    height: 20%;
    /* Height of the oval */
    background: rgb(217 255 111 / 50%);
    /* Background color */
    border-radius: 50%;
    /* This creates the oval shape */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.19)
      /* Center the oval */
  }

  .content {
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
  }


  .title {
    font-weight: 700;
    font-style: normal;
    font-size: 2em;
    font-family: "Arya", sans-serif;
    color: rgb(255, 58, 160);
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 1);
  }

  .subtitle {
    font-weight: 700;
    font-style: normal;
    font-size: 0.8em;
    font-family: "Arya", sans-serif;
    color: rgb(99, 86, 94);

  }


    .moment-title {     
      font-size: 1em;     
      margin-top: 5%;
    }
  
    .moment-description {   
      font-size: 0.8em;   
  
    }

        .familyimage {        
          max-width: 130px;
          max-height: 130px;   
        
        }
}


.a-box {
  display: inline-block;
  width: 100%;
  text-align: center;
  
}

.img-container {
  height: 230px;
  width: 100%;
  overflow: hidden;
  border-radius: 2px 20px 20px 20px;
  display: inline-block;
  max-width: 300px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img-container img {
  /* transform: skew(0deg, -13deg); */
  height: 250px;
 object-fit:cover ;
  
}

.text-container {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 120px 20px 20px 20px;
  border-radius: 20px;
  background: #fff;
  margin: -120px 0px 0px 0px;


  font-family: "Arya", sans-serif;
}






.heart {
  font-size: 6em;
  position: relative;
}

.heartbeat {
  position: relative;
  z-index: 1;
  -webkit-animation: beat 2s linear infinite;
  animation: beat 2s linear infinite;
}

.heartecho {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation: echo 2s linear infinite;
  animation: echo 2s linear infinite;
}

@-webkit-keyframes beat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(0.9);
  }

  21% {
    transform: scale(1.1) skew(0.004turn)
  }

  28% {
    transform: scale(1) skew(0.008turn);
  }

  35% {
    transform: scale(1) skew(0)
  }
}

@keyframes beat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(0.9);
  }

  21% {
    transform: scale(1.1) skew(0.004turn)
  }

  28% {
    transform: scale(1) skew(0.008turn);
  }

  35% {
    transform: scale(1) skew(0)
  }
}

@-webkit-keyframes echo {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }

  14% {
    opacity: 0.4;
    transform: scale(0.8);
  }

  21% {
    opacity: 0.4;
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(3);
  }
}

@keyframes echo {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }

  14% {
    opacity: 0.4;
    transform: scale(0.8);
  }

  21% {
    opacity: 0.4;
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(3);
  }
}



cd__main {
  background-color: #152836 !important;
  color: #eee;
}

.small {
  font-size: 11px;
  color: #999;
  display: block;
  margin-top: -10px
}

.cont {
  text-align: center;
}

.page-head {
  padding: 60px 0;
  text-align: center;
}

.page-head .lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 50px;
  margin-top: 0;
}

.btn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.btn-lg {
  border-radius: 2px;
  font-size: 18px;
  line-height: 1.33333;
  padding: 10px 16px;
}

.btn-primary:hover {
  background-color: #fff;
  color: #152836;
}

.btn-primary {
  background-color: #152836;
  border-color: #0e1a24;
  color: #ffffff;
}

.btn-primary {
  border-color: #eeeeee;
  color: #eeeeee;
  transition: color 0.1s ease 0s, background-color 0.15s ease 0s;
}

.page-head h1 {
  font-size: 42px;
  margin: 0 0 20px;
  color: #FFF;
  position: relative;
  display: inline-block;
}

.page-head h1 .version {
  bottom: 0;
  color: #ddd;
  font-size: 11px;
  font-style: italic;
  position: absolute;
  width: 58px;
  right: -58px;
}

.demo-gallery>ul {
  margin-bottom: 0;
  padding-left: 15px;
}

.demo-gallery>ul>li {
  margin-bottom: 15px;

  display: inline-block;
  
  
  list-style: outside none none;
}

.demo-gallery>ul>li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.demo-gallery>ul>li a>img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  
  object-fit: cover;
  width: 300px;
    height: 300px;
}

.demo-gallery>ul>li a:hover>img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
  
}

.demo-gallery>ul>li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
  opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark>ul>li a {
  border: 3px solid #04070a;
}