html, body{
    width: 100%;
    height: 100%; 
    overflow: hidden;
    margin: 0;
    padding: 0;
}
body {
    background-image: url(../images/main-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #fff;

    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */

   font-family: 'ProximaNova', sans-serif !important;
   letter-spacing: 1px;
}
* {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.p-relative{position: relative !important;}
/*preloader*/
.load_model {
    position: absolute;
    background:#82b4fa7a;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #82b4fa4f, #afa0c3a6);
}
.load_progress {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding:0px 10px;
    border-radius: 10px;
    text-align: center;
    font-weight: 800;
    line-height: 40px;
}
.message_info {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
}
.no_users {
    float: left;
    width: 100%;
    text-align: center;
    margin: 40px 0%;
    color: #7a7a7a;
    text-shadow: 0px 0px;
    font-weight: 100;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}
/*end of preloader*/
.pl-10{padding-left: 10px;}
.ml-15 {
    margin-left: 15px;
}
#home_login{
    width: 65%;
    background: #132c4bCC!important;
    margin: 0px auto;
    border-radius: 0px;
}

#myModal {
    opacity: 1 !important;
    background: #00000042;
    z-index: 1000000;
}
/* .modal-dialog {
    max-width: 100%;
}
.video_width{width: 760px !important;} */
.modal-content {
 background: transparent !important;
 box-shadow: none  !important;
 border: 0  !important;
}
.modal-header {
border: 0px !important;
}
button.close {
    color: #ffffff;
    opacity: 1;
}

.video-background {
    /* background: #000; */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
}

.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* new menu at footer start */
/* .bottom-bar { position: fixed; width: 100%; left: 0; bottom: 0; background: white; } */
.bottom-bar > ul { display: flex; align-items: center; width: 100%; }
.bottom-bar > ul > li { display: inline-block; position: relative; width: 100% !important; background-color: #82b4fa !important}
.bottom-bar > ul > li a { display: flex; padding: 1rem; align-items: center; width: 100%; background-color: #82b4fa !important;}
.bottom-bar > ul > li a.has-nested-menu .dd_icon { display: flex; align-items: center; margin-left: auto; }
.bottom-bar > ul > li a.has-nested-menu .dd_icon img { width: 1rem; transform: rotate(180deg); opacity: .5; }
.bottom-bar > ul > li a.has-nested-menu.triggered img { transform: rotate(0deg); }

.lev-1-menu > ul > li a.has-nested-menu .dd_icon { margin-left: 1.25rem; }

.lev-2-menu, .lev-3-menu, .lev-4-menu { position: absolute; bottom: 100%; left: 0; display: none; width: 100%; min-width: 180px; }
.lev-2-menu.triggered, .lev-3-menu.triggered, .lev-4-menu.triggered { display: block; }
.lev-2-menu > ul, .lev-3-menu > ul, .lev-4-menu > ul { background: white; width: 100%; }
.lev-2-menu > ul > li, .lev-3-menu > ul > li, .lev-4-menu > ul > li { position: relative; }
.lev-2-menu > ul > li a.has-nested-menu .dd_icon, .lev-3-menu > ul > li a.has-nested-menu .dd_icon, .lev-4-menu > ul > li a.has-nested-menu .dd_icon { margin-left: auto; }

.lev-2-menu > ul > li a.has-nested-menu img, .lev-3-menu > ul > li a.has-nested-menu img, .lev-4-menu > ul > li a.has-nested-menu img { transform: rotate(270deg) !important; }
.lev-2-menu > ul > li a.has-nested-menu.rotate_img, .lev-3-menu > ul > li a.has-nested-menu.rotate_img, .lev-4-menu > ul > li a.has-nested-menu.rotate_img { background: #f2f2f2; }
.lev-2-menu > ul > li a.has-nested-menu.rotate_img img, .lev-3-menu > ul > li a.has-nested-menu.rotate_img img, .lev-4-menu > ul > li a.has-nested-menu.rotate_img img { transform: rotate(90deg) !important; }

.lev-2-menu { border-bottom: 1px solid #f7f7f7; }

.lev-3-menu, .lev-4-menu { left: 100%; bottom: 0; border-left: 1px solid #f7f7f7; }
/* new menu at footer */

@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-foreground {
        width: 300%;
        left: -100%;
    }
}

@media only screen and (min-width: 800px) {
    .video-foreground {
        display: block;
    }
    .logoContainer {
        /* display: none; */
    }
    .login-modal .social-icon{
        margin: 15vh 0px 0px 0px;
    }
}

@media only screen and (max-width: 799px) {
    .video-foreground {
        display: none;
    }
    .logoContainer {
        display: block;
    }
}

.social-icon {
    position: fixed;
    top: 7vh;
    right: 5vw;
    z-index: 1000;
    cursor: pointer;
}

#film-gallery, #talks{
    z-index: 999;
    position: relative;
}

.social-icon ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#home_login ul li {
    margin: 0px 0px 0px 10px;
    padding: 0px;
    list-style: none;
    display: inline-block;
}
.social-icon ul li {
    margin: 0px 0px 0px 10px;
    padding: 0px;
    list-style: none;
    display: inline-block;
}
.hover-0:hover{box-shadow: none !important;}
.social-icon ul li:hover {
    box-shadow:0px 0px 2px 2px #82b4fa;
    background-color: #82b4fa;
    border-radius: 50%;
}
/*.social-icon ul li a{
    background-color: #82b4fa;
}*/

.pull-right {
    float: right;
}
.copyright {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1.5px !important;
}
.main-copyright {
    margin-right: 5vw;
}
.welcometext {
    color: #fff;
}

.welcometext h2 {
    font-family: 'Alata', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
}

.welcometext p {
    font-family: 'ProximaNova', sans-serif;
    font-weight: normal;
}

.welcometext img {
    max-width: 50%;
}

.tools{
    margin-top: 10%;
}
.tools h5 {
    font-family: 'ProximaNova', sans-serif;
    font-weight: 600;
    color: #fff;
    line-height: 20px;
}

.form-control {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
}

.btn-login {
    background: #FFF;
    border-radius: 80px;
    padding: 10px 85px;
    color: #82b4fa;
    font-family: 'ProximaNova', sans-serif;
    font-weight: 600;
}

.btn-login:hover {
    background: #aac896;
    color: #fff;
    text-decoration: none;
}

.btn-login2 {
    display: block;
    width: 100%;
    /* background-image: linear-gradient(to right, #82b4fa, #afa0c3); */
    background-color: white;
    border-radius: 80px;
    padding: 10px 0px;
    color: #82b4fa;
    font-size: 14px;
    font-family: 'ProximaNova', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
}

.btn-login2:hover {
    color: #000;
    text-decoration: none;
}

.vl {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    border: 1px solid #ddd;
    width: 175px;
}

.inner {
    font-family: 'Alata', sans-serif;
    font-weight: 600;
}
.blue{
    color: #82b4fa !important;
}

.border-blue{    
    border-color: #82b4fa !important;
}

.modal-content {
    border-radius: 15px;
}

.mt-6 {
    margin-top: 7.5rem;
}

.red-text {
    color: #82b4fa;
    font-family: 'ProximaNova', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
}

@media (min-width: 1200px) {
    .wapper {
        max-width: 1520px;
    }
}

@media (max-width: 768px) {
    /* body {
        background-image: url(../images/m-main-bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-color: #fff;
    } */
    .mt-6 {
        margin-top: 2.5rem;
    }
    .social-icon {
        margin: 10px 0px 5px 0px !important;
    }
    .logoContainer img {
        width: 120px;
        text-align: center;
        margin: 0 auto;
        justify-content: center;
        display: flex;
        margin-top: 30px;
    }
    .welcometext h2 {
        font-family: 'Alata', sans-serif;
        font-weight: 600;
        letter-spacing: 2px;
        text-align: center;
        font-size: 24px;
    }
    .welcometext p {
        font-family: 'Montserrat', sans-serif;
        font-weight: normal;
    }
    .media {
        margin-left: 30px;
    }
    .copyright {
        color: #fff;
        text-align: center;
    }
    .pull-right {
        float: none;
    }
    .pt-5 {
        padding-top: 1.5rem !important;
    }
    .mt-5,
    .my-5 {
        margin-top: 1.5rem !important;
    }
}

/*logo*/
.logo {
    float: left;
    width: 150px;
    margin: 60px 0px 0px 0px;
    padding: 0px;
    position: absolute;
    z-index: 1;
}

.logo img {
    width: 100%;
}

/*canvas scene*/
.load_scene {
    position: absolute;
    height: 100%;
    width: 100%;
    /*background: url(https://c4.wallpaperflare.com/wallpaper/17/801/264/abstract-3d-purple-pink-wallpaper-preview.jpg);*/
    top: 0;
    z-index: 150000;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* visibility: hidden;  */
}

/*controls*/
.click_controls{
    width: 40px;
    height: 40px;
}
.threed_controls {
    position: fixed;
    right: 5vw;
    top: calc(7vh + 50px);
    width: 35px;
    z-index: 1000;
}
.threed_controls ul{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.threed_controls ul li {
    float: right;
    width: 40px;
    margin: 0px 0px 10px;
    padding: 0px;
    list-style: none;
    height: 40px;
}
.threed_controls ul li button {
    float: left;
    width: 100%;
    margin: 0px;
    background-color: transparent;
    border: 0px;
    border-radius: 50%;
    padding: 0px;
    outline: none;
}
.threed_controls ul li button:hover {
    box-shadow:0px 0px 2px 2px #82b4fa;
}
.threed_controls ul li button img{
    width: 100%;
}

.threed_controls ul li a {
    float: left;
    width: 100%;
    margin: 0px;
    background-color: transparent;
    border: 0px;
    border-radius: 50%;
    padding: 0px;
    outline: none;
}
.threed_controls ul li a:hover {
    box-shadow:0px 0px 2px 2px #82b4fa;
}
.threed_controls ul li a img{
    width: 100%;
}

#renderCanvas {
    top: 0px;
    z-index: 0; 
    width: 100%;
    height: 100%;
    touch-action: none;
    /* position: fixed; */
}

/*footer menu*/
#film-gallery, #talks{
    height: calc(100vh - 6.5vw) !important;
    min-height: calc(100vh - 125px);
}
.footer_menu {
    background-color: #82b4fa;
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 6.5vw;
    max-height: 125px;
    margin: 0 !important;
    z-index: 9999;
}
.footer_menu_left {
    height: 100%;
    padding-left: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer_menu_left ul{
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.footer_menu_left ul li{
    float: left;
    width: auto;
    list-style: none;
}
.footer_menu_left ul li a{
    width: 100%;
    text-align: center;
    color: #ffffff !important;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: none !important;
}
.footer_menu_left ul li a:hover{
    text-shadow: 2px 2px #82b4fa;
}

.footer_menu_right {
    height: 100%;
    padding-right: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer_menu_right ul{
    width: 100%;
    margin: 0px;
    padding:0px;
}
.footer_menu_right ul li{
    float: right;
    width: auto;
    list-style: none;
}
.footer_menu_right ul li a{
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: none;
}
.footer_menu_right ul li a:hover{
    text-shadow: 2px 2px #82b4fa;
}


  
/* .dropdown-btn{
    width: 100%;
    text-align: center;
    color: #ffffff !important;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: none !important;
} */
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #82b4fa;
    min-width: 215px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    bottom: 25px;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  
  /* Show the dropdown menu on hover */
  .dropdown-btn:hover .dropdown-content {
    display: block;
  }
  

/*logo popup*/
#myModallogo {
    position: fixed;
    z-index: 111111;
    background: #000000b3;
    top: 0;
    width: 90vw;
    height: 90vh;
    margin: 5vh 5vw;
    display: none;
    background-image: url(../images/popups/logo_pop-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.close_up {
    position: absolute;
    right: 5%;
    top: 6%;
    width: 35px;
    height: 35px;
    cursor: pointer;   
    opacity: 1; 
}
.close_up:hover {
    background-color: #82b4fa;
    border-radius: 50%;
}
.logo-modal-container {
    padding: 6vh 10vw;
    float: left;
    width: 100%;
    max-height: 90%;
    overflow: auto;
}
.designer-modal-container {
    padding: calc(6vh + 35px) 10vw;
    float: left;
    width: 100%;
}

.popup_img {
    padding: 6vh 10vw;
    float: left;
    width: 100%;
}
.logo_image {
    float: left;
    width: 100%;
}
.logo_image img {
    float: none;
    max-width: 60%;
    max-height: 23vh;
    margin: 0px auto 40px;
    display: block;
}
.text_phrase {
    float: left;
    width: 100%;
    color: #ffffff;
}
.logo_pop_foot_imgs {
    float: left;
    width: 100%;
    margin: 50px 0%;
}
.logo_foot_imgs {
    float: left;
    width: 100%;
}
.logo_pop_foot_imgs p {
    float: left;
    width: 100%;
    color: #ffffff;
    font-weight: 600;
}
.link_imgs {
    float: left;
    width: 110px;
    display: inline-block;
}
.link_imgs a{
    float: left;
    width: 100%;
}
.link_imgs img{
    float: left;
    width: 100%;
}
.link_imgs2 {
    float: left;
    width: 110px;
    padding: 50px 0%;
}
.link_imgs2 a{
    float: left;
    width: 100%;
}
.link_imgs2 img{
    float: left;
    width: 100%;
}
.off_hovario{display: none;}
.link_imgs:hover .on_hovario{display: none;}
.link_imgs:hover .off_hovario{display: block;}

.off_hovario{display: none;}
.link_imgs2:hover .on_hovario{display: none;}
.link_imgs2:hover .off_hovario{display: block;}
/*end of logo popup*/

/*schedule popup*/
#schedule-modal {
    position: fixed;
    z-index: 111111;
    background: #000000b3;
    top: 0;
    width: 90vw;
    height: 90vh;
    margin: 5vh 5vw;
    display: none;
    background-image: url(../images/popups/schedule_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*behind the front row*/
#behind-tfr-modal {
    position: fixed;
    z-index: 111111;
    background: #000000b3;
    top: 0;
    width: 90vw;
    height: 90vh;
    margin: 5vh 5vw;
    display: none;
    background-image: url(../images/popups/behind_tfr_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.behindtfr_app_media{
    width: 90%;
}

#behind-tfr-modal .big-text{
    font-size: 24px;
}

#behind-tfr-modal .production-team{
    max-height: 35vh;
    overflow: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
#behind-tfr-modal .production-team::-webkit-scrollbar {
    display: none;
}
  
#behind-tfr-modal .production-team-item{    
    /* background: white; */
    /* border-radius: 25px; */
    margin-top: 20px;
    /* max-width: 400px; */
}
#behind-tfr-modal .app-media-logo{
    max-width: 65%;
    max-height: 14vh;
}
.production-team-item .name{
    text-align: center;
    padding: 10px;
    background-color: #b4d3a0;
    color: white;
}
.production-team-item .job{
    width: 86%;
    margin-left: 7%;
    text-align: center;
    padding: 10px;
    background-color: black;
    color: white;
}

/*designers popup*/
#myModaldesigners {
    position: fixed;
    background: #000000b3;
    top: 0;
    width: 90vw;
    height: 90vh;
    margin: 5vh 5vw;
    display: none;
    background-image: url(../images/popups/designers_modal.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 111112;  
}


.desiger_bg {
    background-image: url(../images/popups/designer_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    width: 94%;
    height: 100%;
    padding: 40px 10%;
    margin: 0px 3%;
}
.designer_head {
    max-width: 40%;
}
#designersContainer
{
    width: 100%;
    max-height: 60vh;
    overflow: auto;
}
#myModaldesigners .designer-item{
    text-align: center;
    background: white;
    border-radius: 25px;
    margin-top: 10px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 10px;
}
#myModaldesigners .designer-item-logo {
    max-height: 30px;
    max-width: 40%;
}
#myModaldesigners  .designer-item-text{
    font-weight: 600;
    color: black;
}
.slider {
    float: left;
    width: 100%;
    margin: 0px 0px;
}
.slider .container{
    float: left;
    width: 100%;
    margin: 30px 0px;
    max-width: 100%;
}
.slide_designers {
    float: left;
    width: 100%;
}
.slide_designers img {
    float: left;
    width: 40%;
    margin: 8px 5%;
    padding: 0px 0%;
    border: 1px solid transparent;
    border-radius: 70px;
    cursor: pointer;
}
.slide_designers img:hover {border-color: yellow;}
.right_slide {transform: rotate(180deg);}

.slide_lr {
    width: 60%;
    height: auto;
}

.designer_slide
{
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: inherit;
    border: none;
    width: 50%;
    height: 80px;
}

/*end of designers popup*/

/*partners*/
#myModalpartners {
    position: fixed;
    z-index: 111111;
    background: #000000b3;
    top: 0;
    width: 90vw;
    height: 90vh;
    margin: 5vh 5vw;
    display: none;
    background-image: url(../images/popups/partners_modal.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#popupPartnerContainer
{
    width: 100%;
    max-height: 60vh;
    overflow: auto;
}

.partnerRow
{
    width: 100%;
    height: 33%;
    display: inline-flex;
}

.partnerCellNode
{
    /* background-image: url(../Sprites/UI/Other/Designer_Cell.png); */
    width: 80%;
    height: 100%;
    border: none;
    visibility: inherit;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: inherit;
    background-position: center;
    pointer-events: all;
    position: relative;
    display: inline-flex;
}

.partnerCellNode
{
    background-size: 98%;
}

.popPartnerLogo
{
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.partnerColumn
{
    width: 25%;
    height: 100%;
}

/*end of partners*/

/* designer information */
#designerInfoContainer
{
    width: 100%;
    max-height: 65vh;
    overflow: auto;
}

@media (min-width: 645px) and (max-width: 740px){
    /* .threed_controls {right: 5%;top: 60px;} */
    .video_width {width: 500px !important;margin: 0px auto !important;display: block;}
}

@media (max-width: 640px){
    .logo {width: 70px;margin: 10px 0px 0px 0px ;}
    #home_login {width: 80%;}
    #home_login .modal-header .close{padding: 0rem 0rem;}
    .mobile_body{padding: 0px 10px;}
     #home_login .form-control {padding: 0.5rem 1.5rem;}
     #home_login .pt-5{padding: 0px;}
     #home_login .social-icon ul li a{background: transparent;}
     #home_login .social-icon ul li a img {padding: 5px;}
    .footer_menu {height: auto;}
    /* .footer_menu_left ul li {width: auto;padding: 0px 5px;} */
    .footer_menu_left ul li a {float: left;padding: 5px 0%;font-size: 15px;}
    .footer_menu_right ul li a{padding: 5px 0%; font-size: 15px;}
    /* .threed_controls {position: fixed;right: 3.7%; width: 35px;top: 14%;} */

 #video1 {
    max-width: 80%;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    max-height: 200px;
    margin: 0px auto;
    display: block;
    margin-top: -20px;
    }   
    .load_progress{line-height: 20px;}
    .progres_gif img {width: 100px;}
    .social-icon ul li{margin: 0px 0px 0px 4px;}
    /* .social-icon ul li a img {width: 30px;height: 30px;}   */
    #mobile_social ul li a img {width: 45px;height: 45px;}

    /*#myModallogo{background-size: 100% auto;}*/
    /* #myModalpartners{background-size: 100% auto;} */
    .slider {margin: 0px 0px;}
    .slider .container {margin: 10px 0px;}
    .modal-header .close {margin-right: 40px;}

}

@media screen and (min-width:480px) and (max-width: 640px){
    .chat-screen{max-height: 85% !important;}
    .chat-screen.show-chat {bottom: 50px !important;}
    .chat-screen .chat-body {min-height: 180px !important ;max-height: 180px !important;}
    .chat-bot-icon {bottom: 80px !important;}
    .chat-screen .chat-mail {padding: 10px !important;}
}

@media (max-width: 360px){
    #myModal {padding-top: 150px;}
    #home_login {width: 100%;margin: 100px auto;}
    .mobile_body {padding: 0px 20px;}
    .footer_menu{display: none;}
    /* .threed_controls {right: 5%;width: 30px;top: 10%;} */
    .chat-bot-icon {bottom: 15px !important;right: 15px!important;}
    
}
span.user_msg_list {
    padding-left: 10px;
} 
.f-left{float: left !important;}
.showhide{display: none;}
.chat-screen .chat-mail button {
    width: 50%;
    margin: 10px auto 0px;
}
.chat-screen .chat-mail input[type="button"]{
   outline:none;
}
.chat-screen .chat-mail  input[type="button"]::-moz-focus-inner {
   border: 0;
}

.minimap-icon{
    position: fixed;
    bottom: 15vh;
    left: 5vw;
    z-index: 1000;
    cursor: pointer;
    max-width: 3.5vw;
}

.main-logo{
    position: fixed;
    top: 7vh;
    left: 5vw;
    z-index: 1000;
    cursor: pointer;
    max-width: 10vw;
}

.botom-right-logo{
    position: fixed;
    bottom: 15vh;
    right: 5vw;
    z-index: 2;
    cursor: pointer;
    max-width: 30vw;
}

#myModalDesignerInfor
{
    position: fixed;
    background: #000000b3;
    top: 0;
    width: 90vw;
    height: 90vh;
    margin: 5vh 5vw;
    display: none;
    background-image: url(../images/popups/designer_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 111112;
}
#myModalDesignerInfor .designer-logo{
    max-height: 70px;
    max-width: 20vw;
}
#myModalDesignerInfor .designer-avata{
    max-width: 100%;
    max-height: 65vh;
}

#artist-info
{
    position: fixed;
    background: #000000b3;
    top: 0;
    width: 90vw;
    height: 90vh;
    margin: 5vh 5vw;
    display: none;
    background-image: url(../images/artist_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 111112;
}
#artist-info .designer-logo{
    max-height: 70px;
    max-width: 20vw;
}
#artist-info .designer-avata{
    max-width: 100%;
    max-height: 60vh;
}
#miss-universal-popup
{
    position: fixed;
    background: #000000b3;
    top: 0;
    width: 90vw;
    height: 90vh;
    margin: 5vh 5vw;
    display: none;
    background-image: url(../images/video_popup.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 111112;
}

.fullscreen-video{
    width: 76% !important;
    left: 12%;
    margin: 0 !important;
}

#artwork-popup
{
    position: fixed;
    background: #000000b3;
    top: 0;
    width: 90vw;
    height: 90vh;
    margin: 5vh 5vw;
    display: none;
    background-image: url(../images/artist_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 111112;
}
#artwork-container
{
    width: 100%;
    max-height: 75vh;
    overflow: auto;
}
#artwork-container .carousel
{
    width: calc(100% - 70px);
    margin-left: 35px;
}
#artwork-container #designer-avata
{
    max-height: 65vh;
}


.playlist-container{
    height: 80vh;
}

.slide_playlist img {
    float: left;
    width: 40%;
    margin: 8px 5%;
    padding: 0px 0%;
    cursor: pointer;
}

.playlist-item-text {
    color: white;
    font-family: 'ProximaNova', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
}


.logoContainer img {
    max-width: 70%;
}

.login-modal .social-icon{
    margin: 10vh 0px 0px 0px;
}

.designer-name{
    color: white;
    font-weight: 600;
}
.designer-description{
    color: white;
    max-height: 27vh;
    overflow: auto;
}
.designer-btn{
    border: white solid 2px;
    color: white;
    padding: 10px 10px;
    border-radius: 25px;
    font-weight: 600;
}
.designer-btn:hover{
    color: white !important;
    text-decoration: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
  transition: background-color 5000s;
  -webkit-text-fill-color: #fff !important;
}

.hide-scrollbar{
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #82b4fa !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #82b4fa !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #82b4fa !important;
}

.ls-1{
    letter-spacing: 1px !important;
}
.ls-2{
    letter-spacing: 2px !important;
}
.ls-4{
    letter-spacing: 4px !important;
}
.text-50{
    font-size: 50px;
}
.text-45{
    font-size: 45px;
}
.text-40{
    font-size: 40px;
}
.text-30{
    font-size: 30px;
}  
.text-25{
    font-size: 25px;
}
.text-20{
    font-size: 25px;
}
.text-15{
    font-size: 15px;
}
.text-11{
    font-size: 11px;
}

.lemon-milk-bold{
    font-family: 'LemonMilk', sans-serif;
    font-weight: bold;
}
.lemon-milk{
    font-family: 'LemonMilk', sans-serif;
}
.feedback-btn{
    position: fixed;
    width: 5vw;
    height: auto;
    max-width: 100px;
    min-width: 50px;
    bottom: 15vh;
    right: 5vw;
}

.video-player-container{
    margin-top: calc(3vh + 25px);
}

.fashion-show{
    overflow: auto;
    background-image: url(../images/fashion_show_bg.png);
    background-position: center;
    background-size: cover;
    padding: 10vh 10vw 10vh 5vw;
}
.playlist-title{
    padding-left: 30px;
}

.talks{
    background-image: url(../images/talks_bg.png);
    background-position: center;
    background-size: cover;
    padding: 10vh 10vw 10vh 5vw;
}

#canvas-360{
    width: 100%;
    height: 100%;

}

.vimeo-embed-container{
      position: relative;
      padding-bottom:  57.666667%;
      overflow: hidden;
      max-width: 100%;
      background: black;
}

.vimeo-embed-container iframe,
.vimeo-embed-container object,
.vimeo-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.schedule-content{
    max-height: 55vh;
    overflow: auto;
}

.archive-btn {
    position: absolute;
    left: 5vw;
    top: calc(50vh - 5vw);
    width: 2vw;
}
.back-btn {
    position: absolute;
    left: 45vw;
    text-align: center;
    bottom: 8vw;
    max-width: 9vw;
}

.time-font{
    font-family: "Times New Roman", Times, serif !important;
}

.live-icon{    
    position: absolute;
    top: 0;
    width: 25%;
}
.coming-soon-icon{
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 35%;
}
.minimap{
    z-index: 10000;
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {
    .main-logo{
        max-width: 14vw;
    }
    .botom-right-logo{
        max-width: 33vw;
    }
    .footer_menu_left ul li a, .footer_menu_right ul li a {font-size: 16px;}
    .text-50{
        font-size: 40px;
    }
    .text-45{
        font-size: 38px;
    }
    .text-40{
        font-size: 34px;
    }
    .text-30{
        font-size: 24px;
    }  
    .text-25{
        font-size: 21px;
    }
    .text-20{
        font-size: 17px;
    }
    .text-15{
        font-size: 11px;
    }
    .text-11{
        font-size: 10px;
    }
    .video-player-container{
        margin-top: calc(3vh + 21px);
    }
    .designer-btn{
        padding: 5px 8px ;
    }
    .click_controls{
        width: 35px;
        height: 35px;
    }
    .threed_controls ul li {
        width: 35px;
        margin: 0px 0px 7px;
        height: 35px;
    }
    #behind-tfr-modal .production-team {
        max-height: 30vh;
    }
    #myModalDesignerInfor .designer-logo{
        max-height: 50px;
    }
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
    #behind-tfr-modal .big-text {
        font-size: 15px;
    }
    .text_phrase {
        float: left;
        width: 100%;
        color: #ffffff;
    }
    .logo_image {
        width: 80%;
    }
    #behind-tfr-modal .production-team-item {
        padding: 5px;
        margin-top: 5px;
    }
    #behind-tfr-modal .production-team {
        max-height: 30vh;
    }
    .main-logo{
        max-width: 13vw;
    }
    .botom-right-logo{
        max-width: 38vw;
    }
    .footer_menu_left ul li a, .footer_menu_right ul li a {font-size: 12px;}
    .text-50{
        font-size: 20px;
    }
    .text-45{
        font-size: 20px;
    }
    .text-40{
        font-size: 20px;
    }
    .text-30{
        font-size: 15px;
    }
    .text-25{
        font-size: 14px;
    }    
    .text-20{
        font-size: 12px;
    }
    /* .text-15{
        font-size: 9px;
    }
    .text-11{
        font-size: 9px;
    } */
    .logo_image img{
        width: 80%;
    }
    .link_imgs{
        width: 70px;
    }
    .link_imgs2{
        width: 70px;
        padding: 35px 0;
    }
    .threed_controls {
        /* width: 100px; */
    }
    .video-player-container{
        margin-top: calc(3vh + 11px);
    }
    .small, small{
        font-size: 8px !important;
    }

    #popupPartnerContainer{
        max-height: 45vh;
    }
    #designersContainer{
        max-height: 45vh;        
    }
    .btn-login {
        border-radius: 40px;
        padding: 5px 40px;
    }

    .designer-modal-container {
        padding: calc(2vh + 35px) 5vw;
    }
    .slide_lr {
        width: 35%;
    }
    .click_controls{
        width: 25px;
        height: 25px;
    }
    .threed_controls ul li {
        width: 25px;
        margin: 0px 0px 5px;
        height: 25px;
    }
    .video-item{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .coming-soon-icon{
        right: 5px;
    }
    .designer-btn{
        padding: 3px 6px;
    }

    .fullscreen-video{
        width: 64% !important;
        left: 18%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    .main-logo{
        max-width: 15vw;
    }
    .botom-right-logo{
        max-width: 45vw;
    }
    .footer_menu_left ul li a, .footer_menu_right ul li a {font-size: 10px;}
    .link_imgs{
        width: 60px;
    }
    .link_imgs2{
        width: 60px;
        padding: 30px 0;
    }
    .text-50{
        font-size: 20px;
    }
    .text-25{
        font-size: 14px;
    }
    /* .text-15{
        font-size: 7px;
    } */
    .video-player-container{
        margin-top: calc(3vh + 14px);
    }
    .small, small{
        font-size: 7px !important;
    }
    
    .click_controls{
        width: 20px;
        height: 20px;
    }
    .threed_controls ul li {
        width: 20px;
        margin: 0px 0px 5px;
        height: 20px;
    }
    .archive-btn {
        position: absolute;
        left: 5vw;
        top: calc(50vh - 14vw);
        width: 7vw;
    }
    .minimap-icon{
        max-width: 7vw;
    }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
    .main-logo{
        max-width: 30vw;
    }
    .botom-right-logo{
        max-width: 60vw;
    }
    .minimap-icon{
        max-width: 12.5vw;
    }
}