﻿
.custom-class {
    display: none;
}

@include media-breakpoint-up(sm) {
    .custom-class {
        display: block;
    }
}

@font-face {
    font-family: 'kanitregular';
    src: url('/dist/fonts/kanit-regular-webfont.woff2') format('woff2'), url('/dist/fonts/kanit-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Klavika Bd';
    src: url('/dist/fonts/Klavika-Bold.woff2') format('woff2'), url('/dist/fonts/Klavika-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Klavika Rg';
    src: url('/dist/fonts/Klavika-Regular.woff2') format('woff2'), url('/dist/fonts/Klavika-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'rsubold';
    src: url(/dist/font/rsu_bold-webfont.eot);
    src: url(/dist/font/rsu_bold-webfont.eot?#iefix) format("embedded-opentype"), url(/dist/font/rsu_bold-webfont.woff) format("woff"), url(/dist/font/rsu_bold-webfont.ttf) format("truetype"), url(/dist/font/rsu_bold-webfont.svg#rsubold) format("svg");
    font-weight: 400;
    font-style: normal;
}


body {
    font-family: 'kanitregular',Tahoma,"Microsoft Sans Serif";
    overflow-x: hidden !important;
    color: #3f272a !important;
    font-weight: 100;
    /*min-height: 100vh;*/
}


bdgradient-1 {
    border-width: 2px;
    border-style: solid;
    border-bottom-color: #95d9f4;
}


a {
    text-decoration: none;
    color: #20b4ef;
}

.fa {
    padding: 1.2rem;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #fff;
    overflow: hidden;
    z-index: 10000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 0;
    transition: all 1s ease-out;
    border-bottom: 2px #95d9f4 solid;
}


    /* Style the links inside the navigation bar */
    .topnav a {
        float: left;
        display: block;
        text-align: center;
        text-decoration: none;
        padding-right: 0rem !important;
        padding-left: 0rem !important;
        font-size: 18px;
    }

        .topnav a:nth-child(2), a:nth-child(3), a:nth-child(4) {
            float: right;
        }

        /* Change the color of links on hover */
        .topnav a:hover {
            background-color: #fff;
            color: black;
        }

        /* Add an active class to highlight the current page */
        .topnav a.active {
            background-color: #b6ff00;
            color: white;
        }

    /* Hide the link that should open and close the topnav on small screens */
    .topnav .icon {
        display: none;
    }






.navbar {
    background: #fff;
}


.navbar {
    z-index: 10000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 0;
}

.navbar-brand {
    padding: 0px;
}

.nav-link {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
    font-size: 18px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    padding: 0px;
}

.navbar-dark .navbar-nav .active > .nav-link {
    color: #b6ff00;
    background: #000;
    border-radius: 15px;
}


.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.8);
}

.nav-link:hover {
    color: #95d9f4 !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(34, 130, 249, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(34, 130, 249, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.flex-grow {
    flex: 1;
}


.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



.bgline {
    background: url('https://static.nxthcdn.com/content/2023/10/18/125724_paper_bg_sec1.jpg');
    background-size: cover;
    background-repeat: repeat;
    box-shadow: 5px 10px #888888;
}

.boxdt {
    position: relative;
    z-index: 101;
    top: -26em;
}

.bgboxdt {
    background-color: #ebdad0;
    border: 1px solid #6d6d6d;
    border-radius: 10px;
}


.footerbg {
    background: url('../images/home/124016_Footer_BG.png');
    background-size: cover;
    padding: 25px;
    background-repeat: no-repeat;
}

.bgboxdtout {
    background: url('../images/home/12941_Sec_02_BG.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.boxletter {
    max-width: 90%;
    position: relative;
    top: 15em;
    z-index: 102;
}

.titelbtover {
    position: relative;
    z-index: 102;
    top: 3em;
}


.titelbtovera {
    position: relative;
    z-index: 102;
    top: 3em;
}

.img-fluidbt {
    max-width: 100%;
    height: auto;
}


.img-fluidbt2 {
    max-width: 100%;
    height: fit-content;
}


.fontrg {
    font-family: 'Klavika Bd','kanitregular';
}
/*Fixes container-fluid*/
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.modal-dialog {
    font-size: 14px;
}
/* Fixes dropdown menus placed on the right side */
.ml-auto .dropdown-menu {
    left: auto !important;
    right: 0px;
}

.boxlogo {
    margin-top: 165px;
}

.nxlogo {
    position: relative;
    z-index: 99;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .nxlogo img {
        max-width: 100%;
        vertical-align: middle;
    }

.titletextweb0 {
    animation: slideinwebenter2 1.5s ease-out forwards;
}





@keyframes addcard {
    from {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    to {
        opacity: 1;
    }
}




.titletsllidup {
    position: relative;
    z-index: 100;
    animation: slideinup 1.5s ease-out forwards;
}

@keyframes slideinup {
    from {
        -moz-transform: scale(5);
        -webkit-transform: scale(5);
        transform: scale(5);
        width: 1000%;
        opacity: 0;
    }

    50% {
        -moz-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }

    to {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}




.titletextweb1 {
    animation: slideinwebenter1 1.2s ease-out forwards;
}

@keyframes slideinwebenter1 {
    from {
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        width: 300%;
        opacity: 0.0;
    }

    75% {
        -moz-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0.0;
    }

    to {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes slideinwebenter2 {
    from {
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        width: 300%;
        opacity: 0.0;
    }

    75% {
        -moz-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0.0;
        width: 200%;
    }

    to {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}



.mov {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    min-width: 100%;
    z-index: 1;
}

    .mov .bgmov {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        transform: translate(-50%, -50%);
    }

.bgmov2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%,-50%);
}


.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.fall-video-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('https://static.nxthcdn.com/content/2023/6/20/122825_sec1_bg.png') repeat;
    z-index: 2;
}

.video-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
}




.boxenterevent {
    bottom: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

    .boxenterevent:hover {
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
        filter: brightness(1.1);
        bottom: 10px;
    }







.boxbenefitcha3 {
    position: relative;
    bottom: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

    .boxbenefitcha3:hover {
        position: relative;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
        filter: brightness(1.1);
        bottom: 10px;
    }




.boxeventmenu {
    position: relative;
    bottom: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

    .boxeventmenu:hover {
        position: relative;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
        bottom: 5px;
    }


.brightnessbt {
    animation: d2 2s infinite linear;
}



.py-100px {
    padding-top: 100px;
    padding-bottom: 100px;
}




.m-home-comet {
    position: absolute;
    animation: brightnessani 5s infinite linear;
}

.allstarlanding {
    overflow: hidden;
}

.tomsg {
    position: absolute;
    z-index: 1001;
    right: 7%;
    top: 25%;
    width: 40%;
    font-size: 1vw;
}


.textmsg {
    position: absolute;
    z-index: 1002;
    right: 5%;
    top: 35%;
    width: 39%;
    font-size: 1vw;
    word-wrap: break-word;
}

.frommsg {
    position: absolute;
    z-index: 1003;
    right: -10%;
    top: 73%;
    width: 40%;
    font-size: 1vw;
}


/*  animation: opening-cadena 1s ease forwards;*/
@media screen and (max-width:390px) {





    .topnav-right {
        float: unset;
    }


    .topnav a:not(:first-child) {
        display: none;
        transition: all 1s ease-out;
    }

    .topnav a.icon {
        float: right;
        display: block;
        transition: all 1s ease-out;
    }

    .topnav.responsive {
        position: fixed;
        transition: all 1s ease-out;
    }

        .topnav.responsive a.icon {
            transition: all 1s ease-out;
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
            transition: all 1s ease-out;
        }



    .img-fluidbt {
        max-width: 95%;
    }

    .img-fluid {
        max-width: 95%;
    }


    .titelbtover {
        top: 2.5em;
    }


    .titlelevent {
        max-width: 17%;
    }

    .character2 {
        margin-top: -247px;
    }

    .m-home-comet {
        max-width: 45%;
    }

    .boxenterevent {
        max-width: 17%;
        bottom: 125px;
    }

    .m-home-bg__particleclass1 {
        max-width: 30%;
    }

    .m-home-bg__particleclass3 {
        max-width: 20%;
    }


    .tomsg {
        font-size: 2vw;
    }


    .textmsg {
        font-size: 2vw;
    }

    .frommsg {
        font-size: 2vw;
    }


    .charaThumb , .stickerThumb, .bgThumb, .decorThumb{
        position: relative;
        width: 90px;
       
    }
}


@media screen and (min-width:392px) and (max-width:520px) {
    .topnav-right {
        float: unset;
    }


    .topnav a:not(:first-child) {
        display: none;
        transition: all 1s ease-out;
    }

    .topnav a.icon {
        float: right;
        display: block;
        transition: all 1s ease-out;
    }

    .topnav.responsive {
        position: fixed;
        transition: all 1s ease-out;
    }

        .topnav.responsive a.icon {
            transition: all 1s ease-out;
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
            transition: all 0.3s;
        }



    .img-fluidbt {
        max-width: 95%;
    }

    .titelbtover {
        top: 2.5em;
    }


    .titlelevent {
        max-width: 17%;
    }

    .character2 {
        margin-top: -247px;
    }

    .m-home-comet {
        max-width: 45%;
    }

    .boxenterevent {
        max-width: 17%;
        bottom: 125px;
    }

    .m-home-bg__particleclass1 {
        max-width: 30%;
    }

    .m-home-bg__particleclass3 {
        max-width: 20%;
    }

    .tomsg {
        font-size: 2vw;
    }


    .textmsg {
        font-size: 2vw;
    }

    .frommsg {
        font-size: 2vw;
    }

    .charaThumb , .stickerThumb, .bgThumb, .decorThumb{
        position: relative;
        width: 90px;
       
    }
}




@media screen and (min-width:521px) and (max-width:599px) {
    .topnav-right {
        float: unset;
    }

    .topnav a:not(:first-child) {
        display: none;
        transition: all 1s ease-out;
    }

    .topnav a.icon {
        float: right;
        display: block;
        transition: all 1s ease-out;
    }

    .topnav.responsive {
        position: fixed;
        transition: all 1s ease-out;
    }

        .topnav.responsive a.icon {
            transition: all 1s ease-out;
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }




    .img-fluidbt {
        max-width: 95%;
    }

    .titelbtover {
        top: 2.5em;
    }


    .titlelevent {
        max-width: 17%;
    }

    .character2 {
        margin-top: -247px;
    }

    .m-home-comet {
        max-width: 45%;
    }

    .boxenterevent {
        max-width: 17%;
        bottom: 125px;
    }

    .m-home-bg__particleclass1 {
        max-width: 30%;
    }

    .m-home-bg__particleclass3 {
        max-width: 20%;
    }

    .tomsg {
        font-size: 2vw;
    }


    .textmsg {
        font-size: 2vw;
    }

    .frommsg {
        font-size: 2vw;
    }
}



@media screen and (min-width:600px) and (max-width:767px) {


    .topnav-right {
        float: unset;
    }


    .topnav a:not(:first-child) {
        display: none;
        transition: all 1s ease-out;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav.responsive {
        position: fixed;
        transition: all 1s ease-out;
    }

        .topnav.responsive a.icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }




    .img-fluidbt {
        max-width: 95%;
    }

    .titelbtover {
        top: 2.5em;
    }


    .titlelevent {
        max-width: 17%;
    }

    .character2 {
        margin-top: -247px;
    }

    .m-home-comet {
        max-width: 45%;
    }

    .boxenterevent {
        max-width: 17%;
        bottom: 125px;
    }

    .m-home-bg__particleclass1 {
        max-width: 30%;
    }

    .m-home-bg__particleclass3 {
        max-width: 20%;
    }

    .tomsg {
        font-size: 2vw;
    }


    .textmsg {
        font-size: 2vw;
    }

    .frommsg {
        font-size: 2vw;
    }
}





@media screen and (min-width: 768px) and (max-width:850px) {

    .topnav-right {
        float: unset;
    }

    .topnav a:not(:first-child) {
        display: none;
        transition: all 1s ease-out;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav.responsive {
        position: fixed;
        transition: all 1s ease-out;
    }

        .topnav.responsive a.icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }



    .img-fluidbt {
        max-width: 95%;
    }

    .titelbtover {
        top: 3em;
    }

    .tomsg {
        font-size: 2vw;
    }


    .textmsg {
        font-size: 2vw;
    }

    .frommsg {
        font-size: 2vw;
    }
}


@media screen and (min-width: 851px) and (max-width: 994px) {

    .img-fluidbt {
        max-width: 95%;
    }

    .titelbtover {
        top: 3em;
    }

    .tomsg {
        font-size: 2vw;
    }


    .textmsg {
        font-size: 2vw;
    }

    .frommsg {
        font-size: 2vw;
    }
}



@media screen and (min-width:995px) and (max-width:1279px) {

    .img-fluidbt {
        max-width: 95%;
    }

    .titelbtover {
        top: 4em;
    }

    .titelbtovera {
        top: 3em;
    }
}



@media screen and (min-width:1280px) and (max-width:1429px) {

    .img-fluidbt {
        max-width: 95%;
    }

    .titelbtover {
        top: 4em;
    }

    .titelbtovera {
        top: 3em;
    }
}



@media screen and (min-width: 1430px) {

    .img-fluidbt {
        max-width: 95%;
    }

    .titelbtover {
        top: 4em;
    }

    .titelbtovera {
        top: 3em;
    }
}







.text-header {
    font-size: 60px;
}

.text-q {
    font-size: 22px;
    font-weight: bold;
}

.flex-grow {
    flex: 1;
}







.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

    .videowrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin-left: 5px;
        margin-right: 5px;
    }



@media screen and (max-device-width: 1000px) and (orientation:landscape) {
}


/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .index1 {
        font-size: 4em;
    }

    .index2 {
        font-size: 4em;
        padding-top: 0 !important;
    }

    .index3 {
        font-size: 4em;
        padding-top: 0 !important;
    }

    .mov {
        height: 700px;
    }

    .mainhome {
        height: 500px;
    }

    .footerhome {
        position: relative;
    }
}


/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Add your styles for devices with a maximum width of 768 */

}



.boxsection2 {
    background: #bee7ef url('../images/home/114426_BG_Partgg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}


.img-scroll {
    position: absolute;
    width: 70px;
    height: 81px;
    z-index: 110;
    margin: 0 auto;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    -ms-animation: rotate(90deg);
    transform: rotate(90deg);
}




.m-home-bg__particleclass1 {
    position: absolute;
    overflow: hidden;
    animation: rotate-animation 60s infinite linear;
}

.photo-gallery {
    padding: 20px;
    margin-bottom: 340px;
}

    .photo-gallery p {
        color: #7d8285;
    }

    .photo-gallery h2 {
        font-weight: bold;
        margin-bottom: 40px;
        padding-top: 40px;
        color: inherit;
    }

@media (max-width:767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}

    .photo-gallery .intro p {
        margin-bottom: 0;
    }

.photo-gallery .photos {
    padding-bottom: 20px;
}

.photo-gallery .item {
    padding-bottom: 1em;
}

.m-home-bg__particleclass3 {
    position: absolute;
    animation: d1 3s infinite linear;
}


.charact {
    animation: brightnessani2 5s infinite linear;
}

.rebt_crate {
    animation: brightness_recrate 1.5s infinite linear;
}

@keyframes brightness_recrate {
    0% {
        filter: brightness(1);
        transform: scale(1.02);
        -webkit-transform: scale(1.02);
    }

    50% {
        filter: brightness(1.2);
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    to {
        filter: brightness(1);
        transform: scale(1.02);
        -webkit-transform: scale(1.02);
    }
}

@keyframes brightnessani2 {
    0% {
        filter: brightness(1.5);
    }

    50% {
        filter: brightness(.7);
    }

    to {
        filter: brightness(1.5);
    }
}


@keyframes brightnessani {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        filter: brightness(3);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
        filter: brightness(1);
    }

    to {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        filter: brightness(3);
    }
}



@keyframes brightboxrender {
    0% {
        position: absolute;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        
    }

    50% {
        position: absolute;
        transform: scale(1);
        -webkit-transform: scale(1);
     
    }

    to {
        position: absolute;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
      
    }
}


@keyframes rotate-mail-sending {
    0% {

        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
       
    }

    50% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
           
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
         
    }
}


@keyframes brightnessanistart {
    0% {
        filter: brightness(0);
    }

    to {
        filter: brightness(1);
    }
}


@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@keyframes d1 {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0.5;
    }
}



@keyframes d2 {
    0% {
        filter: brightness(1);
    }

    50% {
        filter: brightness(2);
    }

    to {
        filter: brightness(1);
    }
}



.star-03, .star-03:before, .star-03:after {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: 0;
    padding: 0;
    z-index: 103;
  }

  
  .star-03 {
    transform-style: preserve-3d;
  }

  .star-03::before,
  .star-03::after {
    background: url(../images/home/bg_star.png) no-repeat 0 0;
    content: "";
    -webkit-animation: 10s warp linear infinite;
    animation: 10s warp linear infinite;
    visibility: visible;
    background-position: 50% 50%;
  }
  
  .star-03::before {
    background-position: 50% 45%;
    animation-delay: -12s;
  }
  .star-03::after {
    background-position: 55% 45%;
    animation-delay: -15s;
  }

  @keyframes warp {
    0% {
      -webkit-transform: perspective(300px) translateZ(-300px);
      transform: perspective(300px) translateZ(-300px);
      opacity: 1;
    }
    100% {
      -webkit-transform: perspective(300px) translateZ(300px);
      transform: perspective(300px) translateZ(300px);
      opacity: 0.7;
    }
  }