
/*.small-rotate {transform: translateY(-7px);}*/

.sched-2 {
  margin: 16px auto;
  max-width: 420px;
}

#schedule {
  background-color: #e7daeb;  
  position: relative;   
}

#kolkata {
  background-color: #ffe3ba; 
}

#mumbai { background-color: #E4E4E8;}

#travel {
  background-color: #ced4a3;
}

#faq {background-color: white; } 

#intro { 
  background-color: white;
  padding-bottom: 4rem;}
 
nav {
  position: sticky;
  display: flex;
  width: 100%;
  justify-content: space-around;
  top: 0;
  background-color: #7f0712; 
  padding: 8px 2px;
  z-index: 7; 
}

em {
  font-style:italic;
}


nav a {
color: white;
text-decoration: none;
 font-family: Rubik; 
 text-transform: uppercase; 
   font-size: 16px; 
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1px;
}

nav a:last-child {
  color: #ffc636; 
  text-decoration: underline dotted #ffc636 3px;
  text-underline-offset: 4px; 
}  

body {
  font-family: Lora;
  font-size: 20px; 
  line-height: 1.5;
  font-weight: 500;

  background-color: #ffffff;
  color: #222;
  overflow-x: hidden;   
}

section {
  padding: 20px 0px;
  display: flex;
  margin: 0 auto; 
  overflow-x: hidden; 
}

section div {
  margin: 0 auto;  
}

.announcement {
position: relative;
  height: 98vh;
  overflow: hidden;
  padding-top: 0;
  display: flex; height: 100%; width: 100%; flex-direction: column;

  background-color: #bd3434;
   background-image: url("announcement_desktop_3700.webp"); 
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 100%;
  align-items: center;
  text-align: center;
  overflow-x: hidden;
}


.whitespace {

  padding: 5rem calc(8px + 1.5625vw) 5rem calc(8px + 1.5625vw); 
  margin: 0 auto; 
}

.content {
  padding: 0 calc(8px + 1.5625vw);
}

.intro-closer {
 max-width: 90%;
 padding: 64px 0;
 position: relative;
 margin: 0 auto;
}

.intro-closer p {
  max-width: 700px;
}

.overhang {
  position: absolute;
  top: -48px;
  right: 0;
  z-index: 6; 
}

.two-col {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-column-gap: 3rem;
padding: 0;
}

.smaller {
  grid-template-columns: 30% 70%;
  grid-column-gap: 1rem;
}

.day { 
  padding: 0;
  margin-top: 32px; 
}

.event-entry {
  padding: 0; 
  margin-bottom: 8px;
}

.center-image {
  display: flex;
  justify-content: center;
}

.test-center {
  width: 100%;
  margin: 0 auto;
}

div { 
}

.small-offset {
  margin: 0 auto;
}

.q-a > div:nth-child(even) {
    margin-bottom: 16px; 
    }

.q-a > div {
  margin: -8px 0px; 
}

.rsvp {
  background-color: #BCC582; 
  background-image: url("rsvp_frame2.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 6rem 0 2rem 0;
  height: 500px;
  background-position: center center;
  display: flex;
    justify-content: center;
    align-items: center; 
}

.rsvp2 {
  background-color: #7F0712; 
  background-image: url("banner-1-.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 6rem 0 2rem 0;
  height: 500px;
  background-position: center center;
  display: flex;
    justify-content: center;
    align-items: center; 
}



h1 {
  position: relative;
  font-size: 96px; 
  font-weight: 300;
  line-height: 1;
  font-family: Shrikhand;
    text-transform: none;

  padding: -8rem 0 2rem 0;
  margin-bottom: .5rem; 
  color: #EAE0D8; 
  z-index: 1;
  text-shadow: 2px 2px 3px black;
  letter-spacing: 0;
  transform: skewX(5deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2 {
  font-size: 32px;
  padding-bottom: 0.25rem;
  font-family: Rubik;      
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.20;
  color: #ffffff;
  text-shadow: 2px 2px 2px #7F0712;
   ;
}


h3 {
  font-family: Rubik;     
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1.125;
  font-weight: 700;
  color: #222;
  padding: .5rem 0 .25rem 0; 
}

h4 {
    font-family: Rubik;     
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.125;
  font-weight: 400;
  color: #222;
  padding: .15rem 0 .25rem 0;  
}

h5 {
  font-weight: 600; 
}

h6 {
  font-weight: 600;
}

p {
  line-height: 1.4;
  padding-bottom: .75rem;  
} 

.travelgrid {
  display: grid;
  grid-template-columns: 30% 70%;
}

.travel{
  background-image: url("long-1-.png")
  ;
  background-size: contain; 
  background-repeat: repeat-y;
}

.faqgrid { 
   display: grid;
    grid-template-columns: 4% 8% 12% 52% 12% 8% 4%; 
    height: auto;
}



.dots { background-image: url("dots.png"); 
    background-repeat: repeat-y; 
   background-position: center top ;
   background-size: contain;}

.lines {
  background-image: url("line3.png");
  background-position: center top; 
}
.lines2 {
  background-image: url("line1.png");
  background-position: center top; 
}

.win95-button {
    font-family: VT323;
    font-size: 32px; 
    padding: 20px 40px;
    color: black;
    background-color: #c0c0c0;
    border: 2px solid #808080;
    border-top-color: white;
    border-left-color: white;
    border-right-color: #808080;
    border-bottom-color: #808080;
    box-shadow: inset 1px 1px 0px 0px #ffffff, inset -1px -1px 0px 0px #808080;
    cursor: pointer;
    outline: 2px solid black;
    transition: all 0.1s ease-in-out;
    margin: 0 auto; 
    text-decoration: none;
}

.win95-button:active {
    border-top-color: #808080;
    border-left-color: #808080;
    border-right-color: white;
    border-bottom-color: white;
    box-shadow: inset 1px 1px 0px 0px #808080, inset -1px -1px 0px 0px #ffffff;
    background-color: #a0a0a0;
    outline: 2px solid black; 
} 

h5::before {
            content: "•"; 
            margin-right: 4px;
}

ul {list-style-type: disc;
margin-left: 16px;}

li {
  margin-bottom: 8px;
}

@media (max-width: 900px) {
  .announcement {
    background-image: url("announcement_mobile.png");
    background-size: 100%;
  }

.switch {flex-direction: row-reverse;}

.two-col {
 grid-template-columns: 1fr; 
}

.faqgrid {
  grid-template-columns: 6% 10% 1% 66% 1% 10% 6%;  
}

.q-a {
  padding: 0 .5rem; 
}

.two-col img { max-height: 500px;
margin: 0 auto; }

.reverse > div:nth-child(2) {
    order: 1;
}

.reverse > div:nth-child(1) { 
    order: 2;
}

  

.announcement div {margin-bottom: 200px;}



  p {

    font-size: 18px;
  }
  
  h1 {
    font-size: 56px;
  
  } 
  h2 {font-size: 28px;
  font-family: Chivo;} 

/*.topleft {display: none} 

  .rsvp div {
  max-width: 400px; }

.topright {height: 240px;}*/

}



@media (max-width: 500px) { 
  .announcement {
    
    
    /*background-image: url("announcement_mobile.png");
    background-size: 100%;*/
  }
  p {
    font-size: 16px;
  }
 
 nav a {
   font-size: 14px;
 }

  
  h1 {
    font-size: 48px;
  }

  h2 {font-size: 22px;}
  
  .dots {
    background-size:contain;
  }
  .lines2 {
    background-size:contain;
  }

  .intro-closer {
    padding: 1rem;
  }

.rsvp { background-image: url("rsvp_frame3.png");
  background-size: cover;} 

}


.lightbox-link {
    display: inline-block;
    color: #7f0712;
    text-decoration: none;
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.lightbox-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 90%;
    max-height: 90%;
}

.lightbox-content img {
    width: 100%;
    height: auto;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

@media (min-width: 768px) {
    .lightbox-content {
        max-width: none;
        max-height: 90%;
        width: auto;
        height: auto;
    }

    .lightbox-content img {
        max-height: 90%;
    }
}

@media (max-width: 768px) {
    .lightbox-content {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }
    .lightbox-content img {
      max-width: 100%; 
      max-height: 100%;
    }
}

/* .intro2 {
  background-color: #E7DBD7;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 0;  
} 


.switch {
  flex-direction: row-reverse;
  background-color: #D8D3E9;

}

.split {
  height: 75vh;  

}

.image {

  justify-content: flex-start;
   background-size: contain; 
   background-repeat: no-repeat; 
   flex: 1; 

}

.goa {
  background-image: url("goa_image_4.png");
     background-position: top left;   }

.india {
  background-image: url("map_image_4.png"); 
  background-position: top right;  
  }  

.text {
  padding-top: 1rem;
  flex: 1;
}

.text p {
  width: 100%;
  font-size: 22px;
}
.text h4 {
  margin-top: 2rem;
}

.moveright { display: flex;   
 flex-direction: column;  
align-items: flex-end; ;}


@media (max-width: 900px) {
 .india , .goa{
   background-position: center; 
 }

  .intro2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .split {
    width: 100%; 
  }

  .image {
    min-height: 35vh;
    flex: content;
  }

  .text {
    height: auto;
  }
  .text p {
    font-size: 18px;
  } /*
} */ 

 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body, html {
            height: 100%;
            width: 100%;
            scroll-behavior: smooth;
        }
        


.video-section {
            position: relative;
            width: 100vw;
            height: 100vh;
            overflow: hidden;
        }
        
        .video-wrapper {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
        
        .video-wrapper iframe {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100vw; /* Use viewport width */
            height: 56.25vw; /* Maintain 16:9 aspect ratio (100/16*9) */
            min-width: 177.78vh; /* Ensure video covers height (100/9*16) */
            min-height: 100vh; /* Minimum height */
        }
        
        .text-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            align-items: center;
            color: #fff;
            text-align: center;
            background-color: rgba(0, 0, 0, 0.05);
            padding: 100px;
            z-index: 10;
        }

