*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat';
}
@font-face {
    font-family: 'Montage';
    src: url(../Montage/Montage\ Serif\ Font.ttf);
}
@font-face {
    font-family: 'Avenir';
    src: url(../avenir_ff/AvenirLTStd-Roman.otf);
}
@font-face {
    font-family: 'Helvetica';
    src: url(../Helvetica/HelveticaLTStd-Bold.otf);
}
@font-face {
    font-family: 'HelveticaNormal';
    src: url(../Helvetica/HelveticaLTStd-Cond.otf);
}
body{
    background-color: #000!important;
    overflow-anchor: none;
}
html{
    scroll-behavior: smooth;
}
.empty_div{
    height: 100px;
}
.header{
    padding: 0px 50px;
    background-color: #000;
}
.section_1{
    height: 210vh;
}
.nav-link1{
    color: #ddd;
    font-size: 16px;
    line-height: normal!important; 
    margin: 0px 20px;
    font-family: 'Avenir';
    text-decoration: none;
}
.active{
    color: #fff;
}
.nav-link1:hover{
    color: #fff;
}
.navbar-nav{
    display: flex;
    justify-content: center;
    align-items: center;
}
#myvideo{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: 100%; 
    min-height: auto;
    filter: brightness(70%);
    top: 10%;
}
.content {
    position:fixed;
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    left: 0;
    min-height: 48vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 12%;
}
.text_section1{
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Simple pages (About, Contact): use normal scrolling, non-fixed layout */
.simple-page #myvideo{
    position: relative;
    top: 0;
}
.simple-page .content{
    position: relative;
    top: 0;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.simple-page .text_section1{
    position: static;
    align-items: flex-start;
}
.simple-page .section_1{
    height: auto;
}

/* Simple page typography: ensure white, fully visible text */
.simple-page .textB-0,
.simple-page .textB-1,
.simple-page .textB-2,
.simple-page .textB-3,
.simple-page .textB-4{
    color: #ffffff;
    opacity: 1;
}
.textB-0,.textB-1,.textB-2,.textB-3{
    font-family: 'Montage';
    opacity: 0.4;
    font-size: 35px;
    text-transform: capitalize;
    text-align: center;
}
.textB-4{
    font-family: 'HelveticaNormal';
    opacity: 0.4;
    text-transform: capitalize;
    font-size: 28px;
    padding-top: 20px;
}
/********************* Section 2 *********************/
.main_section2{
    height: 150vh;
}
#myvideo1{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: 100%; 
    min-height: auto;
    filter: brightness(70%);
    top: 10%;
    display: none;
}
.text-3,.text-4,.text-5{
    font-family: 'Helvetica';
    opacity: 0.4;
    font-size: 35px;
    text-align: center;
    text-transform: capitalize;
}
.content2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.content_section2{
    display: none;
    position: fixed;
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    left: 0;
    min-height: 50vw;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 15%;
}
.text_section2{
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 21px;
}
/********************* Section 4 *********************/
.main_section4{
    height: 190vh;
}
#walkingimg{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: 100%; 
    min-height: 100%;
    display: none;
    z-index: -99;
    opacity: 0;
    filter: brightness(80%);
    height: 100vh;
    top:0px;
    object-fit: cover; 
}
.content_section4{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    color: #fff;
    width: 100%;
    /* padding-top: 20%; */
}
.section4_paragraph1{
    font-size: 35px;
    font-family: "Helvetica";
    width: 55%;
    opacity: 0.3;
    transition: opacity 0.5s;
    text-transform: capitalize;
}
.section4_paragraph2{
    font-size: 30px;
    font-family: "Helvetica";
    width: 55%;
    opacity: 0.3;
    transition: opacity 0.5s;
}
.section4_paragraph3{
    font-size: 30px;
    font-family: "Helvetica";
    width: 55%;
    opacity: 0.3;
    transition: opacity 0.5s;
}
/********************* Section 5 *********************/
.main_section5{
    height: 510vh;
}
#caveimg{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: 100%; 
    min-height: 100%;
    display: none;
    z-index: -99;
    transform: scale(1.0);
    height: 100vh;
    top:10px;
    opacity: 1;
    filter: brightness(40%);
}
.content_section5{
    display: none;
    flex-direction: column;
    color: #fff;
    width: 100%;
}
.section5_content1{
    position: fixed;
    top: 100%;
}
.section5_paragraph1{
    font-size: 40px;
    font-family: "Helvetica";
    /* width: 55%; */
    opacity: 0.9;
    transition: opacity 0.5s;
}
.section5_paragraph2{
    font-size: 35px;
    font-family: "Helvetica";
    /* width: 55%; */
    opacity: 0.9;
}
.section5_paragraph3{
    font-size: 35px;
    font-family: "Helvetica";
    /* width: 55%; */
    opacity: 0.9;
}
.section5_content2>div{
    position: fixed;
    top: 100%;
}
.section5_paragraph4,.section5_paragraph5,.section5_paragraph6,.section5_paragraph7,.section5_paragraph8,.section5_paragraph9{
    font-size: 32px;
    font-family: "HelveticaNormal";
    /* width: 55%; */
    opacity: 0.9;
}
/********************* Section 6 *********************/
.main_section6{
  height: 165vh;
}
#chefimg{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: 100%; 
    min-height: 100%;
    display: none;
    z-index: -99;
    top: 11%;
    opacity: 0;
    filter: brightness(50%);
}
.content_section6{
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    /* padding-top: 80vh; */
    color: #fff;
    width: 100%;
    margin-top: 10%;
}
.section6_paragraph1{
    font-size: 40px;
    font-family: "Helvetica";
    width: 65%;
    opacity: 0.3;
    transition: opacity 0.5s;
}
.section6_paragraph2{
    margin-top: 40px;
    font-size: 30px;
    font-family: "Helvetica";
    width: 65%;
    opacity: 0.3;
    transition: opacity 0.5s;
}
/********************* Section 7 *********************/
.main_section7{
    height: 500vh;
  }
  .content_section7{
      display: none;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column;
      /* padding-top: 80vh; */
      color: #fff;
      width: 100%;
      margin-top: 10%;
  }
  .section7_paragraph1{
      font-size: 35px;
      font-family: "Helvetica";
      opacity: 0.9;
      transition: opacity 0.5s;
  }
  .section7_paragraph2{
      font-size: 30px;
      font-family: "Helvetica";
      opacity: 0.9;
      transition: opacity 0.5s;
}
.section7_paragraph3{
    font-size: 40px;
    font-family: "HelveticaNormal";
    /* width: 55%; */
    opacity: 1;
    transition: opacity 0.5s;
}
.section7_content2>div>h3{
    font-size: 30px;
    font-family: "Helvetica";
    opacity: 0.9;
    transition: opacity 0.5s;
}
.section7_content2>div>p{
    font-size: 30px;
    font-family: "HelveticaNormal";
    opacity: 0.9;
    transition: opacity 0.5s;
}
.section7_content0{
    position: fixed;
    top: 20%;
    display: none;
}
.section7_content1{
    position: fixed;
    top: 90%;
}
.section7_content2>div{
    position: fixed;
    top:100%
}
/********************* Section 10 *********************/
.main_section10{
    height: 150vh;
}
#myvideo3{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: 100%; 
    min-height: auto;
    filter: brightness(70%);
    top: 10%;
    display: none;
    z-index: -99;
  }
#lastImg{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: 100%; 
    min-height: 100%;
    display: none;
    height: 100vh;
    z-index: -99;
    animation-duration: 3s;
    filter: grayscale(0%);
}
.content_section10{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    top: 100%;
    position: fixed;
}
.content_section10>div{
    width: 80%;
}
.section10_paragraph1{
    font-size: 32px;
    font-family: "Helvetica";
    text-align: center;
    margin: 0 auto;
    color: #fff;
    /* text-transform: capitalize; */
    letter-spacing: 2px;
    line-height: 40px;
}
/************************** footer **************************/
.footer{
    background-color: #000;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid grey;
}
.spacing_text{
    margin-top: 20px;
}
.spacing_text>p{
    padding: 0px 20px;
}
.footer-link:hover{
    color: #61ce70!important;
}
.footer>div>div{
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 65%; */
    margin-block-end: 20px;
}
.footer>div>div>p>a{
    color: #9E9E9E;
    font-family: "HelveticaNormal", Sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.6px;
    margin-bottom: 0px;
    text-decoration: none;
    opacity: 0.9;
}
.footer>div>div>p{
    color: #9E9E9E;
    font-family: "HelveticaNormal", Sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.6px;
  /* margin: 0px; */
  margin-bottom: 0px;
}
.credits{
    text-decoration: underline;
}
@media screen and (max-width: 1600px) and (min-width: 1370px) {
    .section7_content0{
        position: fixed;
        top: 18%;
        display: none;
    }
    .section4_paragraph1{
        font-size: 40px;
        font-family: "Helvetica";
        width: 55%;
        opacity: 0.3;
        transition: opacity 0.5s;
        text-transform: capitalize;
    }
    .section4_paragraph2{
        font-size: 35px;
        font-family: "Helvetica";
        width: 55%;
        opacity: 0.3;
        transition: opacity 0.5s;
    }
    .section4_paragraph3{
        font-size: 35px;
        font-family: "Helvetica";
        width: 55%;
        opacity: 0.3;
        transition: opacity 0.5s;
    }
    .section5_paragraph1{
        font-size: 45px;
        font-family: "Helvetica";
        /* width: 55%; */
        opacity: 0.9;
        transition: opacity 0.5s;
    }
    .section5_paragraph2{
        font-size: 35px;
        font-family: "Helvetica";
        /* width: 55%; */
        opacity: 0.9;
    }
    .section5_paragraph3{
        font-size: 35px;
        font-family: "Helvetica";
        /* width: 55%; */
        opacity: 0.9;
    }
    .section5_paragraph4,.section5_paragraph5,.section5_paragraph6,.section5_paragraph7,.section5_paragraph8,.section5_paragraph9{
        font-size: 32px;
        font-family: "HelveticaNormal";
        /* width: 55%; */
        opacity: 0.9;
    }
    .section7_paragraph3{
        font-size: 45px;
        font-family: "HelveticaNormal";
        transition: opacity 0.5s;
    }
}
@media screen and (max-width: 2200px) and (min-width: 1900px) {
    .section7_content0{
        position: fixed;
        top: 15%;
        display: none;
    }
    .section4_paragraph1{
        font-size: 50px;
        font-family: "Helvetica";
        width: 55%;
        opacity: 0.3;
        transition: opacity 0.5s;
        text-transform: capitalize;
    }
    .section4_paragraph2{
        font-size: 40px;
        font-family: "Helvetica";
        width: 55%;
        opacity: 0.3;
        transition: opacity 0.5s;
    }
    .section4_paragraph3{
        font-size: 40px;
        font-family: "Helvetica";
        width: 55%;
        opacity: 0.3;
        transition: opacity 0.5s;
    }
    .section5_paragraph1{
        font-size: 50px;
        font-family: "Helvetica";
        /* width: 55%; */
        opacity: 0.9;
        transition: opacity 0.5s;
    }
    .section5_paragraph2{
        font-size: 45px;
        font-family: "Helvetica";
        /* width: 55%; */
        opacity: 0.9;
    }
    .section5_paragraph3{
        font-size: 40px;
        font-family: "Helvetica";
        /* width: 55%; */
        opacity: 0.9;
    }
    .section5_paragraph4,.section5_paragraph5,.section5_paragraph6,.section5_paragraph7,.section5_paragraph8,.section5_paragraph9{
        font-size: 38px;
        font-family: "HelveticaNormal";
        /* width: 55%; */
        opacity: 0.9;
    }
    .section6_paragraph1{
        font-size: 50px;
    }
    .section6_paragraph2{
        font-size: 40px;
    }
    .section7_paragraph1{
        font-size: 45px;
        font-family: "Helvetica";
        opacity: 0.9;
        transition: opacity 0.5s;
    }
    .section7_paragraph2{
        font-size: 40px;
        font-family: "Helvetica";
        opacity: 0.9;
        transition: opacity 0.5s;
    }
    .section7_paragraph3{
        font-size: 50px;
        font-family: "HelveticaNormal";
        transition: opacity 0.5s;
    }
    .section7_content2>div>h3{
        font-size: 36px;
    }
    .section7_content2>div>p{
        font-size: 36px;
    }
    .section10_paragraph1{
        font-size: 35px;
    }
}
@media screen and (max-width: 1900px) and (min-width: 1600px) {
    .section7_content0{
        position: fixed;
        top: 15%;
        display: none;
    }
    .section4_paragraph1{
        font-size: 40px;
        font-family: "Helvetica";
        width: 55%;
        opacity: 0.3;
        transition: opacity 0.5s;
        text-transform: capitalize;
    }
    .section4_paragraph2{
        font-size: 35px;
        font-family: "Helvetica";
        width: 55%;
        opacity: 0.3;
        transition: opacity 0.5s;
    }
    .section4_paragraph3{
        font-size: 35px;
        font-family: "Helvetica";
        width: 55%;
        opacity: 0.3;
        transition: opacity 0.5s;
    }
    .section5_paragraph1{
        font-size: 40px;
        font-family: "Helvetica";
        /* width: 55%; */
        opacity: 0.9;
        transition: opacity 0.5s;
    }
    .section5_paragraph2{
        font-size: 35px;
        font-family: "Helvetica";
        /* width: 55%; */
        opacity: 0.9;
    }
    .section5_paragraph3{
        font-size: 35px;
        font-family: "Helvetica";
        /* width: 55%; */
        opacity: 0.9;
    }
    .section5_paragraph4,.section5_paragraph5,.section5_paragraph6,.section5_paragraph7,.section5_paragraph8,.section5_paragraph9{
        font-size: 35px;
        font-family: "HelveticaNormal";
        /* width: 55%; */
        opacity: 0.9;
    }
    .section6_paragraph1{
        font-size: 45px;
    }
    .section6_paragraph2{
        font-size: 35px;
    }
    .section7_paragraph1{
        font-size: 38px;
        font-family: "Helvetica";
        opacity: 0.9;
        transition: opacity 0.5s;
    }
    .section7_paragraph2{
        font-size: 35px;
        font-family: "Helvetica";
        opacity: 0.9;
        transition: opacity 0.5s;
  }
  .section7_paragraph3{
      font-size: 40px;
      font-family: "HelveticaNormal";
      /* width: 55%; */
      transition: opacity 0.5s;
  }
}
@media screen and (min-width: 2200px) {
    .section7_content0{
        position: fixed;
        top: 15%;
        display: none;
    }
    .section4_paragraph1{
        font-size: 50px;
        font-family: "Helvetica";
        width: 55%;
        opacity: 0.3;
        transition: opacity 0.5s;
        text-transform: capitalize;
    }
    .section4_paragraph2{
        font-size: 40px;
        font-family: "Helvetica";
        width: 55%;
        opacity: 0.3;
        transition: opacity 0.5s;
    }
    .section4_paragraph3{
        font-size: 40px;
    }
    .section5_paragraph1{
        font-size: 50px;
        font-family: "Helvetica";
        /* width: 55%; */
        opacity: 0.9;
        transition: opacity 0.5s;
    }
    .section5_paragraph2{
        font-size: 42px;
        font-family: "Helvetica";
        /* width: 55%; */
        opacity: 0.9;
    }
    .section5_paragraph3{ 
        font-size: 42px;
        font-family: "Helvetica";
        /* width: 55%; */
        opacity: 0.9;
    }
    .section5_paragraph4,.section5_paragraph5,.section5_paragraph6,.section5_paragraph7,.section5_paragraph8,.section5_paragraph9{
        font-size: 40px;
        font-family: "HelveticaNormal";
        /* width: 55%; */
        opacity: 0.9;
    }
    .section6_paragraph1{
        font-size: 50px;
    }
    .section6_paragraph2{
        font-size: 40px;
    }
    .section7_paragraph1{
        font-size: 45px;
        font-family: "Helvetica";
        opacity: 0.9;
        transition: opacity 0.5s;
    }
    .section7_paragraph2{
        font-size: 38px;
        font-family: "Helvetica";
        opacity: 0.9;
        transition: opacity 0.5s;
    }
    .section7_paragraph3{
      font-size: 50px;
      font-family: "HelveticaNormal";
      /* width: 55%; */
      transition: opacity 0.5s;
    }
    .section10_paragraph1{
        font-size: 40px;
    }
}