*{
    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;
}
/* #image-canvas{
    width: 100%;
    position:absolute;
} */
.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;
}
.content {
    position:fixed;
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    left: 0;
    min-height: 48vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 2%;
}
.image_tab1{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    min-height: 50vw;
    top: 30%;
}
.image_tab1>img{
    margin: 0px 30px;
}
.text_section1{
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.text-1{
    font-family: 'Montage';
    opacity: 0.4;
    font-size: 50px;
    text-transform: capitalize;
    /* margin-bottom: 40%; */
    /* position: fixed; */
}
.text-2{
    font-family: 'Montage';
    opacity: 0.4;
    text-transform: capitalize;
    font-size: 25px;
    /* margin-bottom: 400px; */
    /* position: fixed; */
}
/********************* Section 2 *********************/
.main_section2{
    height: 150vh;
}
.text-3{
    font-family: 'Montage';
    opacity: 0.4;
    font-size: 40px;
    text-transform: capitalize;
}
.text-4{
    font-family: 'Montage';
    opacity: 0.4;
    font-size: 27px;
    text-transform: capitalize;
}
.content2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.content3{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* padding-top: 80vh; */
    color: #fff;
    width: 100%;
}
@keyframes fadeInimage {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
#playerImg{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: 100%; 
    min-height: 100%;
    display: none;
    /* animation: fadeInimage 7s; */
    animation-name: fadeInimage; 
    animation-duration: 3s;
    top: 100px;
    object-fit: cover;
    /* height: 100vh; */
    /* filter: grayscale(0%); */
}
.image_tab3{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    min-height: 50vw;
    top: 30%;
}
.image_tab3>img{
    margin: 0px 30px;
}
.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: 5%;
}
.text_section2{
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 21px;
}
/********************* Section 3 *********************/
.main_section3{
    height: 920vh;
    opacity: 0;
}
.content_section3{
    display: none;
    /* justify-content: center; */
    align-items: center;
}
.a{
    padding-top: 20px;
    list-style-type: none;
    padding-left: 0px;
    width: 50%;
}
.a>li{
    color: #fff;
    font-family: "Avenir";
    font-size: 25px;
    display: inline;
}
.section3_heading{
    color: #fff;
    font-family: "Montage";
    font-size: 38px;
    margin: 0px;
    font-weight:bold;
}
#scrollable-list li {
    opacity: 0.3;
    transition: opacity 0.2s;
}
.list_ul{
    /* position: fixed; */
    /* margin-top: -10%; */
    /* padding-top: 100px; */
}
.paragraph11{
    padding-bottom: 25%;
}
.fixed_ul{
    position: fixed;
    top: 18%;
}
.list_ul>div{
    float: left;
    width: 65%;
}
.list_ul>div>div{
    position: fixed;
    top: 100%;
    padding-top: 10px;
    /* width: 55%; */
}
.heading1{
    color: #fff;
    font-family: "Montage";
    font-size: 40px;
    width: 65%;
    opacity: 0.9;
}
.paragraph1{
    color: #fff;
    font-family: "HelveticaNormal";
    font-size: 25px;
    width: 65%;
    opacity: 0.9;
    transition: opacity 0.2s;
}
.list_ul>div>div>h3{
    color: #fff;
    font-family: "HelveticaNormal";
    font-size: 30px;
    opacity: 1;
    transition: opacity 0.2s;
}
.list_ul>div>div>p{
    color: #fff;
    font-family: "HelveticaNormal";
    font-size: 25px;
    opacity: 1;
    transition: opacity 0.2s;
    /* padding-top: 20px; */
}
/* .fixed_ul>p:hover{
    text-shadow: 0px 0px 1px #75FFCA, 0px 0px 12px #75FFCA, 0px 0px 31px #75FFCA;
}
.list_ul>div>div>h3:hover{
    text-shadow: 0px 0px 1px #75FFCA, 0px 0px 12px #75FFCA, 0px 0px 31px #75FFCA;
}
.list_ul>div>div>p:hover{
    text-shadow: 0px 0px 1px #75FFCA, 0px 0px 12px #75FFCA, 0px 0px 31px #75FFCA;
} */
/* .paragraph1,.paragraph3,.paragraph5,.paragraph7,.paragraph9,.paragraph11{
    margin-bottom: 20%;
} */
.globe_img{
    position: fixed;
    left: 55%;
    top: 25%;
    z-index: -999;
    display: none;
    animation-name: fadeInimage;
    animation-duration: 3s;
}
.main_section4{
    height: 255vh;
}
#guitarimg{
    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; 
}
#guitarimg1{
    height: 500px;
    position: fixed;
    left: 20%;
    bottom: 0;
    display: none;
    z-index: 99;
}
@keyframes fadeOutguitar {
    0% { opacity: 0.8; }
    100% { opacity: 0; }
}
@keyframes fadeInguitar {
    0% { opacity: 0; }
    100% { opacity: 0.75; }
}
.content_section4{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    /* padding-top: 80vh; */
    color: #fff;
    width: 100%;
    padding-top: 20%;
}
.section4_paragraph1{
    font-size: 40px;
    font-family: "Montage";
    width: 55%;
    opacity: 0.3;
    transition: opacity 0.5s;
}
.section4_paragraph2{
    font-size: 30px;
    font-family: "Helvetica";
    width: 55%;
    opacity: 0.3;
    transition: opacity 0.5s;
}
/* .section4_paragraph2:hover{
    text-shadow: 0px 0px 1px #75FFCA, 0px 0px 12px #75FFCA, 0px 0px 31px #75FFCA;
} */
/********************* Section 5 *********************/
.main_section5{
    height: 140vh;
}
#peopleimg{
    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: 0;
    filter: brightness(40%);
}
.content_section5{
    display: none;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    /* padding-top: 80vh; */
    color: #fff;
    width: 100%;
    /* margin-top: 1%; */
    margin-top: -35%;
}
.section5_paragraph1{
    font-size: 40px;
    font-family: "Montage";
    width: 55%;
    opacity: 0.3;
    transition: opacity 0.5s;
}
.section5_paragraph2{
    font-size: 30px;
    font-family: "Helvetica";
    width: 55%;
    opacity: 0.3;
    /* transition: opacity 0.5s; */
}
/* .section5_paragraph2:hover{
    text-shadow: 0px 0px 1px #75FFCA, 0px 0px 12px #75FFCA, 0px 0px 31px #75FFCA;
} */
/********************* Section 6 *********************/
.main_section6{
  height: 125vh;
}
#electronicimg{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: 100%; 
    min-height: 100%;
    display: none;
    z-index: -99;
    /* animation-name: fadeInimage; */
    /* animation-duration: 3s; */
    transform: scale(1.0);
    top: 11%;
    opacity: 0;
}
.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: 45px;
    font-family: "Montage";
    width: 55%;
    opacity: 0.3;
    transition: opacity 0.5s;
}
.section6_paragraph2{
    margin-top: 40px;
    font-size: 30px;
    font-family: "Helvetica";
    width: 55%;
    opacity: 0.3;
    transition: opacity 0.5s;
}
/* .section6_paragraph2:hover{
    text-shadow: 0px 0px 1px #75FFCA, 0px 0px 12px #75FFCA, 0px 0px 31px #75FFCA;
} */
/********************* Section 7 *********************/
.main_section7{
    height: 138vh;
  }
  #footballimg{
      position: fixed;
      right: 0;
      bottom: 0;
      width: 100%;
      min-width: 100%; 
      min-height: 100%;
      display: none;
      z-index: -99;      
      /* filter: brightness(70%); */
      opacity: 0;
      top: 11%;
  }
  .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: 40px;
      font-family: "Montage";
      width: 55%;
      opacity: 0.3;
      transition: opacity 0.5s;
  }
  .section7_paragraph2{
      margin-top: 40px;
      font-size: 30px;
      font-family: "Helvetica";
      width: 55%;
      opacity: 0.3;
      transition: opacity 0.5s;
}
/* .section7_paragraph2:hover{
    text-shadow: 0px 0px 1px #75FFCA, 0px 0px 12px #75FFCA, 0px 0px 31px #75FFCA!important;
} */
/********************* Section 8 *********************/
.main_section8{
    height: 360vh;
}
#yellowimg{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: 100%; 
    min-height: 100%;
    display: none;
    z-index: -99;
    /* animation-name: fadeInimage; */
    /* animation-duration: 3s; */
    transform: scale(1.0);
    opacity: 0;
    /* top: 11%; */
    filter: brightness(80%);
}
#whitebg{
    background-color: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: 100%; 
    min-height: 100%;
    display: none;
    height: 120vh;
    z-index: -99;
    opacity: 1;
    animation-name: fadeInimage;
    animation-duration: 3s;
}
.content_section8{
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    width: 100%;
    padding-top: 80%;
    /* top: 0; */
    /* animation: moveUp 10s linear;
    position: fixed; */
}
@keyframes moveUp {
    from {
        top: 100vh; /* Move from the bottom of the viewport */
    }
    to {
        top: -100vh; /* Move to the top of the viewport */
    }
}
.content_active{
    position: fixed;
    top: 22vh;
    min-width: 100%;
    /* padding: 0px 18%!important; */
}
.section8_paragraph0{
    font-size: 35px;
    font-family: "Montage";
    text-align: center;
    /* width: 75%; */
    margin: 0 auto;
    opacity: 0.3;
    transition: opacity 0.5s;
    text-transform: capitalize;
}
.section8_paragraph1{
    font-size: 35px;
    font-family: "Montage";
    text-align: center;
    /* width: 75%; */
    margin: 0 auto;
    opacity: 0.3;
    transition: opacity 0.5s;
    text-transform: capitalize;
}
.section8_paragraph2{
    font-size: 35px;
    font-family: "Montage";
    text-align: center;
    /* width: 75%; */
    margin: 0 auto;
    opacity: 0.3;
    transition: opacity 0.5s;
    text-transform: capitalize;
}
.section8_paragraph3{
    margin-top: 40px;
    font-size: 30px;
    font-family: "Avenir";
    text-align: center;
    /* width: 70%; */
    opacity: 0.3;
    margin-bottom: 0px;
}
.section8_paragraph4{
    font-size: 30px;
    font-family: "Avenir";
    text-align: center;
    /* width: 70%; */
    opacity: 0.3;
}
/********************* Section 9 *********************/
.main_section9{
    height: 130vh;
}
#lastvideo{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: 100%; 
    min-height: auto;
    z-index: -999;
    display: none;
}
.extra_div{
    background-color: black;
    height: 70px;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 10vh;
    display: none;
}
.content_section9{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    width: 100%;
    margin-top: 10%;
    /* margin-top: 80%; */
    /* padding: 0px 13%!important; */
}
.content_section9>div{
    width: 90%;
}
.section9_paragraph0{
    font-size: 35px;
    font-family: "Montage";
    text-align: center;
    margin: 0 auto;
    text-transform: capitalize;
    opacity: 0.3;
    /* transition: opacity 0.5s; */
}
.section9_paragraph1{
    font-size: 35px;
    font-family: "Montage";
    text-align: center;
    margin: 0 auto;
    text-transform: capitalize;
    opacity: 0.3;
   /*  transition: opacity 0.5s; */
}
.section9_paragraph2{
    font-size: 35px;
    font-family: "Montage";
    text-align: center;
    margin: 0 auto;
    text-transform: capitalize;
    opacity: 0.3;
   /*  transition: opacity 0.5s; */
}
.green{
    color: #fff;
    text-transform: capitalize;
    font-size: 35px;
    font-family: "Montage";
}
.section9_paragraph3{
    margin-top: 10px;
    font-size: 30px;
    font-family: "Helvetica";
    text-align: center;
}
.section9_paragraph4{
    margin-top: 20px;
    font-size: 28px;
    font-family: "Helvetica";
    text-align: center;
}
/********************* Section 10 *********************/
.main_section10{
    height: 60vh;
}
#lastImg{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: 100%; 
    min-height: 100%;
    display: none;
    height: 100vh;
    z-index: -99;
    animation-name: fadeInimage;
    animation-duration: 3s;
    filter: grayscale(0%);
}
.content_section10{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding-top: 10%;
}
.content_section10>div{
    width: 80%;
}
.section10_paragraph1{
    font-size: 25px;
    font-family: "HelveticaNormal";
    text-align: center;
    margin: 0 auto;
    color: #fff;
    /* text-transform: capitalize; */
}
.section10_paragraph2{
    margin-top: 20px;
    font-size: 25px;
    font-family: "HelveticaNormal";
    text-align: center;
    color: #fff;
    /* text-transform: capitalize; */
}
.here{
    /* text-transform: capitalize; */
    font-size: 25px;
    color: #7FC6EE;
    font-family: "Avenir";
    text-decoration: none;
}
.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-bottom: 0px;
}
.credits{
    text-decoration: underline;
}
/********************* main_section_extra *********************/
.main_section_extra{
    height: 550vh;
    margin-top: 20%;
}
#video3{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: 100%; 
    min-height: auto;
    z-index: -999;
    display: none;
}
.extra_section_main_heading{
    position: fixed;
    top: 20%;
    display: none;
}
.extra_heading1{
    font-size: 50px!important;
    font-family: "Montage"!important;
    text-align: left;
    color: #fff;
    opacity: 0;
}
.extra_paragraph1{
    padding: 10px 0px;
}
.extra_paragraph1,.extra_paragraph2{
    font-size: 30px;
    font-family: "HelveticaNormal";
    text-align: left;
    color: #fff;
    opacity: 0;
}
.extra_paragraph3{
    font-size: 32px;
    font-family: "Helvetica";
    text-align: left;
    color: #fff;
    opacity: 0;
}
.next_content>div>h3{
    font-size: 30px;
    font-family: "Helvetica";
    text-align: left;
    color: #fff;
    opacity: 0.9;
    padding-top: 20px;
}
.extra_heading2{
    padding-top: 10px!important;
}
.next_content>div{
    position: fixed;
    top: 100%;
}
.next_content>div>p{
    font-size: 30px;
    font-family: "HelveticaNormal";
    text-align: left;
    color: #fff;
    opacity: 0.9;
}
.extra_heading9{
    margin-bottom: 48%;
}
@media screen and (max-width: 1300px) and (min-width: 0px) {
    .list_ul>div>div{
        position: fixed;
        top: 100%;
        padding-top: 10px;
        width: 48%;
    }
}
@media screen and (max-width: 2200px) and (min-width: 1300px) {
    .list_ul>div>div{
        position: fixed;
        top: 100%;
        padding-top: 10px;
        width: 40%;
    }
}
@media screen and (min-width: 2200px) {
    .list_ul>div>div{
        position: fixed;
        top: 100%;
        padding-top: 10px;
        width: 35%;
    }
}
@media only screen and (min-width: 1380px) {
    .fixed_ul{
        position: fixed;
        top: 20%;
    }
    .list_ul>div{
        float: left;
        width: 65%;
    }
    .heading1{
        color: #fff;
        font-family: "Montage";
        font-size: 50px;
        width: 65%;
        opacity: 0.9;
    }
    .paragraph1{
        color: #fff;
        font-family: "HelveticaNormal";
        font-size: 32px;
        opacity: 0.9;
        transition: opacity 0.2s;
    }
    .list_ul>div>div>h3{
        color: #fff;
        font-family: "Helvetica";
        font-size: 30px;
        opacity: 1;
        transition: opacity 0.2s;
    }
    .list_ul>div>div>p{
        color: #fff;
        font-family: "HelveticaNormal";
        font-size: 28px;
        opacity: 1;
        transition: opacity 0.2s;
        /* padding-top: 20px; */
    }
}
@media only screen and (max-width: 1380px) {
    .extra_section_main_heading{
        position: fixed;
        top: 16%;
        display: none;
    }
    .extra_paragraph1{
        padding: 0px 0px;
    }
    .extra_heading1{
        font-size: 42px!important;
        font-family: "Montage"!important;
        text-align: left;
        color: #fff;
        opacity: 0;
    }
    .extra_paragraph1,.extra_paragraph2{
        font-size: 24px;
        font-family: "HelveticaNormal";
        text-align: left;
        color: #fff;
        opacity: 0;
    }
    .extra_heading8{
        margin-top: 10px;
    }
    .extra_paragraph3{
        font-size: 25px;
        font-family: "Helvetica";
        text-align: left;
        color: #fff;
        opacity: 0;
    }
    .next_content>div>h3{
        font-size: 22px;
        font-family: "Helvetica";
        text-align: left;
        color: #fff;
        opacity: 0.9;
        padding-top: 20px;
    }
    .next_content>div>p{
        font-size: 22px;
        font-family: "HelveticaNormal";
        text-align: left;
        color: #fff;
        opacity: 0.9;
    }
}