/* Valentine is coming! where is your .... */

/* vietnamese */
@font-face {
    font-family: 'Lexend Giga';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRC2Li048Apy-K5YGS1rOE.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Lexend Giga';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRC2Li04sApy-K5YGS1rOE.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Lexend Giga';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRC2Li07MApy-K5YGS1.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }


  body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }

  .bg {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .o-8::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
  }


  .video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); 
}

.newlogo{
  height: 7vh;
}

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

.downloadIcons{
  height: 15vh;
}


.btnSend{
  background-color: black;
  border: 1px solid black;
  color: white;
  padding: 10px 40px;
}



.servIcons{

  height: 15vh;

}



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

  .downloadIcons{
    height: 7vh;
  }

  .toggle-label{
    display: none !important;
  }

  .toggle-label-close{
    display: none !important;
  }
  
  
}



.bookAflight{
  border: 1px solid;
  color: black;
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
}

.bookAflight:hover{
  text-decoration: none;
}

.signContainer1{
  background-color: transparent;
  border: 1px solid white;
  font-size: 14px;
  padding: 9px 20px;
}

.signContainer2{
  color: black !important;
  background-color: white;
  border: 1px solid white;
  font-size: 14px;
  padding: 9px 20px;
}

.signContainer11{
  background-color: transparent;
  border: 1px solid black;
  font-size: 14px;
  padding: 9px 20px;
}

.signContainer12{
  color: white !important;
  background-color: black;
  border: 1px solid black;
  font-size: 14px;
  padding: 9px 20px;
}