 .nav-tabs {
     border-bottom: 0px solid #dee2e6;
     margin-top: 2%;
     
}
.fixedtbbmenu {
    position: fixed;
    z-index: 15;
}

 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
     color: #fff;
     background: linear-gradient(302.47deg, #55307B 0%, #9D82B6 100%);
     border-radius: 10px;
     padding: 9px 11px 9px 11px;
     margin-right: 10px;
}
 .nav-tabs .nav-link:hover {
     border-color: #fff;
     border-radius: 10px;
     background: linear-gradient(302.47deg, #55307b4d 0%, #9d82b685 100%);
     padding: 9px 12px 9px 12px;
     margin-right: 10px 
}
 a.nav-link i {
     color: gray;
     font-size: 20px;
}
 a.nav-link.active i {
     color: #fff;
}
 .stuck img {
     width: 100%;
     object-fit: contain;
}
 .mainrunon p {
     font-size: 20px;
     letter-spacing: 0.4px;
     margin: 9px 0px 16px 0px;
}
 .mainrunon h1 {
     font-size: 96px;
     font-weight: 900;
     letter-spacing: -0.4px;
}
 .section.active {
     position: relative;
     z-index: 10!important;
}
 .section__img__inner p {
     font-size: 20px;
     letter-spacing: 0.4px;
     margin: 23px 0 29px 0;
}
 .section__img__inner h1 {
     font-size: 60px;
     font-weight: 900;
     letter-spacing: -0.4px;
}
 .section {
     display: flex;
     min-height: 100vh;
     position: relative;
     z-index: 2;
}
 .section > * {
     width: 50%;
     height: 200vh;
}
 .section__img {
     position: relative;
     display: flex;
}
 .section__img__inner {
     height: 100vh;
     position: fixed;
     left: 15%;
     width: 33%;
     top: 26%;
     background-size: contain;
     background-repeat: no-repeat;
     background-position: 50% 50%;
}
img.applogos {
    height: 120px;
    margin-bottom: 3%;
}
img.header-play-img.openUrl {
    width: 35%;
}
 .section__body {
     display: flex;
     align-items: center;
     position: relative;
     z-index: 100;
     top: 51px;
     flex-direction: column;
     justify-content: flex-start;
}
 .section__text {
     padding: 0vw;
}
 .section__img__inner {
     opacity: 0;
     background-position: 50% 40%;
     transition: filter 0.6s ease, opacity 0.6s ease, background-position 0.8s ease;
}
 .section.active .section__img__inner {
     opacity: 1;
     background-position: 50% 50%;
     filter: blur(0);
}
 .section__text.row.page_section img {
     width: 100%;
}
 .section__text.page_sectio1 img {
     width: 100%;
}
 .page_section .img_wrapper .img_wrap img {
     max-width: 40vw;
     width: 280px;
     max-height: 532px;
}
 img.fristimg.image-holder.show_images{
     transform: none;
     z-index: 1;
     top: -21%;
     position: relative;
     left: 0%;
}
 img.fristimg.image-holder {
     transform: translate(40%, 10%) scale(1.25);
     z-index: 1;
     top: -13%;
     position: absolute;
     transition: all 0.5s linear;
     left: -11%;
}
 img.sendimg.image-holder {
     position: relative;
     top: 5%;
}
 img.sendimg.image-holder.show_images {
     position: absolute;
     top: -3%;
     transform: translateY(0);
     transition: all 0.5s linear;
}
 img.therdimg.image-holder {
     position: relative;
     top: -12%;
}
 img.therdimg.image-holder.show_images {
     position: relative;
     top: -7%;
     transform: translateY(0);
     transition: all 0.5s linear;
}
 img.forthimg.image-holder {
     position: relative;
     top: 13%;
}
 img.forthimg.image-holder.show_images {
     position: relative;
     top:10%;
     transition: all 0.5s linear;
}
 

 .section.christmas_icon.active {
     opacity: 1;
}
 .section.christmas_icon {
     opacity: 0;
}
 img.fristimg.clearHeader:nth-child(1) {
     transform: translate(40%, 10%) scale(1.25);
     z-index: 1;
     top: -13%;
     position: absolute;
     transition: all 0.5s linear;
     left: -11%;
}
 img.fristimg.clearHeader.darkHeader:nth-child(1) {
     transform: none;
     z-index: 1;
     top: -21%;
     position: relative;
     left: 0%;
}
 img.therdimg.clearHeader.darkHeader {
     position: relative;
     top: -7%;
     transform: translateY(0);
     transition: all 0.5s linear;
}
 img.sendimg.clearHeader.darkHeader {
     position: relative;
     top: 15%;
}
 img.forthimg.clearHeader.darkHeader {
     position: relative;
     top: 10%;
     transition: all 0.5s linear;
}
 .img_wrap img {
     border-radius: 30px;
}
/*a:-webkit-any-link {
     color: -webkit-link;
     cursor: pointer;
     text-decoration: underline;
}
*/
 a.navbar-brand {
    color: #000;
    font-size: 28px;
    font-weight: 500;
    margin-top: 2%;
}
nav {
  position: fixed;
  top: 0;
  left: 0; 
  width: 100%;
  background-color: transparent;
  box-sizing: border-box;
  transition: background-color 0.4s ease-out;
  position: fixed;
  z-index: 13;
}

nav.scroll {
  background-color: transparent;
  color: #000;
}

.section[data-bg=black] {
    color: #fff;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px;
}

@media(max-width: 1024px){
.page_section .img_wrapper .img_wrap img {
    max-width: 40vw;
    width: 250px;
    max-height: 532px;
}
.section__img__inner h1 {
    font-size: 44px;
    font-weight: 900;
    letter-spacing: -0.4px;
}
.section__img__inner p {
    font-size: 14px;
    letter-spacing: 0.4px;
    margin: 23px 0 29px 0;
}
img.applogos {
    height: 133px;
    margin-bottom: 3%;
}
.section__img__inner {
    height: 100vh;
    position: fixed;
    left: 15%;
    width: 33%;
    top: 11%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
}



@media(max-width:768px) {
  nav.scroll {
    background-color: #ffffff70;
    color: #000;
}
.page_section .img_wrapper .img_wrap img {
    max-width: 40vw;
    width: 283px;
    max-height: 532px;
}

     .section__img__inner {
         width: 100%;
         position: relative;
         top: 20px;
         left: 0;
    }
    img.header-play-img.openUrl {
    width: 26%;
}
     .section > * {
         width: 100%;
         height: 200vh;
    }
     .section__body {
         display: flex;
         align-items: center;
         position: absolute;
         top:423px;
         flex-direction: column;
         justify-content: flex-start;
    }
     .section__img__inner h1 {
         font-size: 33px;
         font-weight: 900;
         letter-spacing: -0.4px;
    }
     .section__img__inner p {
         font-size: 14px;
         letter-spacing: 0px;
         margin: 23px 0 16px 0;
    }
     .section.secondsection.active {
         position: relative;
         top: -121px;
    }
     .section {
         display: flex;
         position: relative;
         height: auto;
    }
    .secondsection1 {
        margin-top: 3%;
    }
    .secondsection2 {
        margin-top: 7%;
        position: absolute;
        left: -26px;
    }
.secondsection3 {
    margin-top: 7%;
     position: absolute;
    left: -26px;
}
.secondsection4 {
     margin-top: 3%;
     position: absolute;
     left: -26px;
}
 .secondsection5 {
    margin-top: 10%;
    position: absolute;
    left: -26px;
}
    ul.nav.nav-tabs.fixedtbbmenu {
    top: 65px;
    right: 0;
    transform: scale(0.65);
}

}

@media(max-width: 736px){
    img.fristimg.image-holder {
    transform: translate(40%, 10%) scale(1.25);
    z-index: 1;
    top: -13%;
    position: absolute;
    transition: all 0.5s linear;
    left: -23%;
}

.secondsection2 {
    margin-top: 8%;
    position: absolute;
    left: -16px;
}
.secondsection3 {
    margin-top: -3%;
    position: absolute;
    left: -16px;
}
.secondsection1 {
    margin-top: -5%;
}
.secondsection4 {
    margin-top: 6%;
    position: absolute;
    left: -16px;
}
.section__img__inner {
    width: 100%;
    position: relative;
    top: 20px;
    left: 0;
    margin-top: -7%;
}
.secondsection5 {
    margin-top: 8%;
    position: absolute;
    left: -16px;
}
.section__img__inner ul li {
    font-size: 13px;
}
    .section__body {
        display: flex;
        align-items: center;
        position: absolute;
        top: 375px;
        flex-direction: column;
        justify-content: flex-start;
    }
    img.applogos {
    height: 75px;
    margin-bottom: 3%;
}
    .section__img__inner h1 {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -0.4px;
}
img.header-play-img.openUrl {
    width: 48%;
}
}

@media(max-width: 360px){
    img.applogos {
    height: 75px;
    margin-bottom: 3%;
}

.secondsection4 {
    margin-top: 13%;
}
.secondsection5 {
    margin-top: 25%;
}
.section__img__inner p {
    font-size: 12px;
    letter-spacing: 0px;
    margin: 23px 0 16px 0;
}
.section__img__inner h1 {
    font-size: 25px;
    font-weight: 900;
    letter-spacing: -0.4px;
}
.section__body {
    display: flex;
    align-items: center;
    position: absolute;
    top: 348px;
    flex-direction: column;
    justify-content: flex-start;
}
.section__img__inner ul li {
    font-size: 13px;
}
.secondsection2 {
    margin-top: 15%;
}
.secondsection3 {
    margin-top: 7%;
    
}
}




/*@media(max-width: 320px){
    img.applogos {
    height: 65px;
    margin-bottom: 3%;
}
.section__img__inner p {
    font-size: 14px;
    letter-spacing: 0px;
    margin: 7px 0 16px 0;
}

.section__img__inner ul li {
    font-size: 10px;
}
.section__img__inner h1 {
    font-size: 23px;
    font-weight: 900;
    letter-spacing: -0.4px;
}
.section__body {
    display: flex;
    align-items: center;
    position: absolute;
    top: 339px;
    flex-direction: column;
    justify-content: flex-start;
}
.section__img__inner p {
    font-size: 11px;
    letter-spacing: 0px;
    margin: 23px 0 16px 0;
}
a.navbar-brand {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.secondsection2 {
    margin-top: 4%;
}
.secondsection3 {
    margin-top: -6%;
}
.secondsection5 {
    margin-top: 2%;
}
.secondsection1 {
    margin-top: -7%;
}

}*/