*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    user-select: none; 
}
body{
    position: relative;
    width: 100%;
    background-color: #000;
    min-height: 100vh;
}
.green{
    color: #43AF11;
}
.iframe-full{
    width: 100%;
    height: 100vh;
    background-color: #000;
}
.iframe-full img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
    padding: 60px 30px;
}
.iframe-overlay{
    position: absolute;
    top: 0;
    right: 0;
    background-image: linear-gradient(to bottom,#000,#00000000);
    backdrop-filter: blur(5px);
    padding: 30px;
    height: 100vh;
    width: 300px;
    color: #FFF;
    overflow: auto;
}
.iframe-overlay h1{
    font-size: 30px;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    font-weight: 600;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
    margin-bottom: 15px;
}
.iframe-overlay h3{
    font-size: 30px;
    color: #FFF;
    margin-bottom: 15px;
}
.iframe-overlay p{
    font-size: 14px;
    font-weight: 200;
    padding-bottom: 5px;
}
.iframe-overlay b{
    font-size: 14px;
    font-weight: 500;
}
.iframe-overlay .features{
    border-radius: 10px 10px 0 0;
    border: 1px solid #CCC;
    padding: 15px;
}
.iframe-overlay h2{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.iframe-overlay .buy{
    padding: 15px;
    background-color: #43AF11;
    color: #FFF;
    border-radius: 0 0 10px 10px;
    border: none;
    width: 100%;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.iframe-overlay .buy:hover{
    background-color: #1b4409;
    transition: 0.3s ease-in-out;
}
.container-switch-stall-btn{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
}
.sub-switch-stall-btn{
    display: flex;
}
.switch-stall-btn{
    position: relative;
    width: 50%;
    border: none;
    background-color: #1F3254;
    color: #FFF;
    padding: 15px;
    transition: 0.3s ease-in-out;
}
.switch-stall-btn-back{
    position: relative;
    width: 100%;
    display: block;
    border: none;
    background-color: #1F3254;
    color: #FFF;
    text-align: center;
    border-top: 1px solid #FFF;
    padding: 15px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.switch-stall-btn:hover{
    background-color: #000;
    transition: 0.3s ease-in-out;
}
.switch-stall-btn:last-child{
    border-left: 1px solid #FFF;
}
#premium{
    display: block;
}
#normal{
    display: none;
}
#premium-content{
    display: block;
}
#normal-content{
    display: none;
}

.site-landing{
    width: 100%;
    height: 100vh;
    position: relative;
    background-color: #FFF;
    overflow: hidden;
}

.site-landing h1{
    font-family: 'Titillium Web', sans-serif;
    font-size: 10vh;
    font-weight: 500;
    color: #5f69ae;
    line-height: 10.1vh;
    display: block;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.site-landing h1 b{
    font-family: 'Titillium Web', sans-serif;
    font-size: 2rem;
    line-height: 2.1rem;
    font-weight: 500;
    color: #5f69ae;
    display: block;
    text-align: left;
    max-width: 500px
}
.site-landing .logo-container{
    height: 8vh;
    width: fit-content;
    display: block;
    margin: auto;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%,0%);
    z-index: 3;
}
.site-landing .logo-container img{
    height: 100%;
    width: auto;
    object-fit: contain;
    float: left;
}
.site-landing .page-blur{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF69;
    backdrop-filter: blur(1px);
    z-index: 1;
}
.site-landing video{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing-page{
    width: 100%;
    height: 100vh;
    background-image: url("images/Image\ 1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}
.landing-nav{
    border-radius: 30px;
    width: auto;
    background-color: #00000069;
    color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    margin: 30px 60px;
    height: 48px;
    z-index: 99;
}
.landing-nav .logo-btn{
    border: none;
    border-radius: 30px;
    height: 48px;
    width: auto;
    object-fit: cover;
    vertical-align: middle;
    display: inline-block;
    background-color: #FFF;
    padding: 5px;
    margin: 0;
}
.landing-nav .nav-btn{
    padding: 0px 30px;
    line-height: 48px;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s ease-in-out;
    border-radius: 30px;
}
.landing-nav .nav-btn:hover{
    background-color: #000;
    transition: 0.3s ease-in-out;
}
.landing-nav .nav-btn-pri{
    padding: 0px 30px;
    line-height: 48px;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s ease-in-out;
    border-radius: 30px;
    background-color:#5DC560;
}
.landing-nav .nav-btn-pri:hover{
    background-color: #000;
    transition: 0.3s ease-in-out;
}
a{
    text-decoration: none;
}
.centered{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.landing-page h1{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 4rem;
    font-weight: 500;
    color: #00C2FF;
    line-height: 4.1rem;
    display: inline-block;
}
.landing-page h1 b{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 4rem;
    font-weight: 500;
    color: #000;
    display: block;
}
.landing-page h2{
    font-size: 21px;
    color: #FFF;
    margin: 10px 0;
    padding: 10px;
    text-transform: uppercase;
    text-align: right;
    letter-spacing: 2px;
    font-weight: 900;
    width: 100%;
    background-color: #000;
    border-radius: 30px;
}
.landing-page h3{
    font-size: 21px;
    color: #FFF;
    margin: 10px 0;
    padding: 10px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 2px;
    font-weight: 900;
    width: 100%;
    background-image: linear-gradient(to left,transparent,#00C2FF);
    border-radius: 30px;
}
.landing-page .landing-content{
    width: 100%;
    background-color: #ffffffbd;
    padding: 30px;
    position: relative;
}
.landing-content hr{
    width: 100%;
    height: 2px;
    background-color: #000;
    border: none;
    display: inline-block; 
    margin: 96px 15px; 
    flex-grow: 1
}
.landing-blur{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00C2FF50;
    /* backdrop-filter: hue-rotate(180deg); */
    z-index: 1;
}
.aligner{
    display: flex;
}
.aligner .btn{
    font-weight: 600;
    margin: 73px 0;
    color: #FFF;
    background-color: #00C2FF;
    border: none;
    border-radius: 30px;
    padding: 15px 30px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.aligner .btn:hover{
    background-color: #00000069;
    transition: 0.3s ease-in-out;
}
.about-page{
    width: 100%;
    height: auto;
    position: relative;
    background-color: #FFF;
    padding: 1px;
}
.about-page h1{
    font-size: 5vh;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 500;
    width: 100%;
    text-align: center;
    color: #00C2FF;
    padding: 60px 0;
}
.about-page h1 b{
    font-size: 5vh;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 500;
    color: #000;
}
.about-page .abt-img{
   display: inline-block;
   width: 20%;
   padding: 0 30px; 
   object-fit: contain;
}
.aligner .abt-txt{
    text-align: justify;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: inline-block;
    width: 60%;
    line-height: 26px;
}
.about-page .logos{
    width: 100%;
    height: 90px;
    margin: 90px 0;
}
#otp-form{
    display: none;
}
#visitor-form{
    display: block;
}
.about-page .logos .logo-container{
    height: 90px;
    width: calc(25% - 4px);
    object-fit: contain;
    display: inline-block;
}
.forgot-pass{
    width: 100%;
    text-align: center;
    color: #222843;
    display: block;
    padding-bottom: 15px;
}
.tracks-page{
    width: 100%;
    min-height: 100vh;
    background-image: linear-gradient(to right,#001229,#000000);
}
.tracks-page h1{
    font-size: 9vh;
    font-weight: 600;
    color: #FFF;
    padding: 60px;
    padding-bottom: 0;
}
.tracks-page .container{
    width: auto;
    height: 50vh;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0px 30px;
    padding-top: 60px;
}
::-webkit-scrollbar{
    height: 4px;
    width: 4px;
    background: #000;
}
::-webkit-scrollbar-thumb:horizontal{
    background: #d4af37;
    border-radius: 10px;
}
.tracks-page .container .sub-container{
    width: 28%;
    min-width: 250px;
    padding: 10px 30px;
    height: 100%;
    display: inline-block;
    opacity: 0.5;
    transition: 0.3s ease-in-out;
}
.tracks-page .container .sub-container:hover{
    padding: 10px;
    opacity: 1;
    transition: 0.3s ease-in-out;
}
.tracks-page .container .sub-container:hover h2{
    font-size: 16px;
    color: #FFF;
    transition: 0.3s ease-in-out;
}
.tracks-page .container .sub-container img{
    width: 100%;
    height: 70%;
    object-fit: cover;
    border-radius: 10px;
}
.tracks-page .container .sub-container h2{
    font-size: 16px;
    color: #CCC;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    transition: 0.3s ease-in-out;
}
.tracks-page .tracks-content{
    width: 60%;
    color: #FFF;
    font-size: 16px;
    font-weight: 200;
    line-height: 26px;
    padding: 15px 60px;
}
.tracks-page .container .active {
    background: rgba(255,255,255,0.3);
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1);
}
.speakers-page{
    width: 100%;
    height: auto;
    background-image: linear-gradient(to bottom, #000916, #FFF);
}
.speakers-page h1{
    font-size: 6vh;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    padding: 60px;
}
.speakers-page .container{
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
    padding: 0 60px;
    overflow: hidden;
}
.speakers-page .sub-container{
    border: 1px solid #CCC;
    border-radius: 10px;
    width: calc(33.3% - 20px);
    background-color: transparent;
    margin: 10px;
}
.speakers-page .sub-container img{
    border-radius: 50%;
    height: 180px;
    width: 180px;
    padding: 15px;
    display: block;
    margin: auto;
}
.speakers-page .sub-container h2{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
.speakers-page .sub-container p{
    font-size: 14px;
    font-weight: 200;
    color: #000;
    text-align: center;
    padding-bottom: 15px;
}
.speakers-page .white-bg{
    background-color: #FFF;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}
.speakers-page .sub-container:hover .white-bg{
    background-color: #cccbdf;
    transition: 0.3s ease-in-out;
}
.speakers-page .sub-container .social-icons{
    padding: 15px;
    background-color: #222843;
    border: none;
    border-radius: 0 0 10px 10px;
    color: #FFF;
    text-align: center;
    font-size: 21px;
}
.contact-page{
    position: relative;
    width: 100%;
    height: auto;
    background-image: linear-gradient(to right, #222843,#FFFFFF);
}
.contact-page .contact-btn{
    position: absolute;
    top: -10px;
    left: 60px;
    transform: translate(0,-50%);
    width: 120px;
    height: 120px;
    border: none;
    border-radius: 50%;
    text-align: center;
    line-height: 90px;
    color: #FFF;
    background-color: #000;
    border: 15px solid #FFF;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
.contact-page h3{
    font-family: sans-serif;
    position: absolute;
    top: -10px;
    left: 175px;
    transform: translate(0,-50%);
    font-weight: 600;
    color: #000;
    background-color: #FFF;
}
.contact-page hr{
    position: absolute;
    top: -10px;
    left: 210px;
    transform: translate(0,-50%);
    width: calc(100% - 270px);
    background-color: #CCC;
    height: 2px;
    border: none;
}
.contact-page .contact-btn-selected{
    position: fixed;
    top: 50vh;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: 0.5s ease-in-out;
    z-index: 100;
    border-radius: 0;
    border: 15px solid transparent;
}
.contact-contents{
    display: none;
}
.contact-contents-visible{
    display: block !important;
}

.contact-page-sub{
    padding: 30px;
}
.contact-page-sub h1{
    font-size: 5vw;
    font-weight: 600;
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.contact-page-sub h1 b{
    font-size: 5vw;
    font-weight: 600;
    display: inline-block;
    color: #FED156;
    text-transform: uppercase;
}
.contact-page-sub p{
    color: #FFF;
    font-size: 16px;
    text-align: left;
    width: 100%;
    line-height: 21px;
    text-align: center;
}
.contact-page-sub .sub-section{
    display: inline-block;
    width: 49%;
}
.input-v1{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #FFF;
    padding-top: 10px;
    width: 90%;
    margin-left: 10%;
    margin-bottom: 30px;
}
.input-v2{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #FFF;
    padding-top: 10px;
    width: calc(90% - 160px);
    margin-left: 10%;
    margin-bottom: 30px;
    display: inline-block;
}
.v2-btn{
    font-size: 16px;
    font-weight: 500;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    background-color: #FED156;
    color: #000;
    display: inline-block;
    letter-spacing: 1px;
    cursor: pointer;
}
.contact-close{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FED156;
    color: #000;
    font-size: 21px;
    border: none;
    padding: 15px;
    font-weight: 600;
    z-index: 10;
}
.mobile-only{
    display: none;
}
#register_modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #FFFFFF69;
    backdrop-filter: blur(10px);
    z-index: 100;
    padding: 60px;
}
#register_modal .sub-section{
    width: calc(50% - 6px);
    display: inline-block;
    height: 100%;
    position: relative;
}
#register_modal hr{
    height: 100%;
    width: 2px;
    background-color: #FFFF;
    border: none;
    display: inline-block;
}
#register_modal h1{
    width: 100%;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
}
#register_modal .sub-section .frame{
    max-width: 300px;
    width: 100%;
    height: 300px;
    border: 10px solid #FFF;
    background-color: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.frame video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.frame img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.frame .pricing{
    padding: 15px;
    background-color: #00000069;
    backdrop-filter: blur(10px);
    color: #FFF;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.bulk-reg{
    padding: 15px;
    background-color: #36618C;
    color: #FFF;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: fit-content;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.bulk-reg:hover{
    background-color: #000;
    transition: 0.3s ease-in-out;
}
.white-color{
    color: #FFF;
}
.form-del{
    display: block;
}
.red{
    background-color: #B35032;
    color: #FFF;
    transition: 0.3s ease-in-out;
}
.red:hover{
    background-color: #000;
    transition: 0.3s ease-in-out;
}
.visitor-page{
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding: 1px;
    background-image: linear-gradient(to right,#36618C,#1F3254);
}
.visitor-page .container{
    width: 80%;
    height: 60vh;
    min-height: 300px;
    background-color: #FFFFFF69;
    border: none;
    border-radius: 15px;
    z-index: 99;
}
.visitor-page .container .sub-section{
    width: 70%;
    display: inline-block;
    border-radius: 15px;
    background-color: #FFF;
    height: 100%;
    vertical-align: top;
}
.visitor-page .container .sub-section2{
    width: 29%;
    display: inline-block;
    background-color: transparent;
    height: 100%;
}
.visitor-page .container .sub-section h1{
    width: 100%;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 10px;
}
.input-v3{
    width: calc(50% - 24px);
    padding: 15px;
    border: 1px solid #CCC;
    border-radius: 30px;
    margin: 10px;
    display: inline-block;
}
.input-v3-full{
    width: calc(100% - 24px);
    padding: 15px;
    border: 1px solid #CCC;
    border-radius: 30px;
    margin: 10px;
    display: inline-block;
}
.input-v3-content{
    border: none;
    width: 90px;
}
.form-padding{
    padding: 15px;
    height: 100%;
    position: relative;
}
.back-btn{
    padding: 15px;
    border-radius: 10px;
    background-color: #FFF;
    border: 1px solid #CCC;
    min-width: 100px;
    color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 15px;
    box-shadow: 2px 2px 5px #000;
    transition: 0.3s ease-in-out;
}
.back-btn:hover{
    box-shadow: none;
    transition: 0.3s ease-in-out;
}
.proceed-btn{
    padding: 15px;
    border-radius: 10px;
    background-image: linear-gradient(to right,#1F3254,#36618C);
    border: 1px solid #1F3254;
    min-width: 100px;
    color: #FFF;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 15px;
    box-shadow: 2px 2px 5px #000;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.proceed-btn:hover{
    box-shadow: none;
    transition: 0.3s ease-in-out;
}
.visitor-page-logo{
    width: 120px;
    height: auto;
    object-fit: contain;
    padding: 30px 0;
    display: block;
    margin: auto;
}
.visitor-page .container .sub-section2 h2{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    width: 100%;
    text-align: left;
    font-size: 21px;
    font-weight: 600;
    color: #FFF;
    padding-left: 60px;
}
.form-resend-btn{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}
.resend-btn{
    background-color: transparent !important;
    color: #CCC;
    display: block;
    border: none;
    padding: 15px;
    font-weight: 600;
}
.resend-btn:hover{
    color: #000;
}
.popup-message{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    color: #FFF;
    padding: 20px;
    z-index: 100;
}
.popup-message a{
    color: #CCC;
}
.popup-message a:hover{
    color: #FFF;
}
.failed{
    background-color: #ff0033;
}
.success{
    background-color: #43AF11;
}
.centered-relative{
    width: 80%;
    height: 60vh;
    margin: 20vh 10%;
}
.razorpay-payment-button{
    padding: 15px;
    border-radius: 10px;
    background-image: linear-gradient(to right,#1F3254,#36618C);
    border: 1px solid #1F3254;
    min-width: 100px;
    color: #FFF;
    margin-top: 15px;
    box-shadow: 2px 2px 5px #000;
    transition: 0.3s ease-in-out;
}
.razorpay-payment-button:hover{
    box-shadow: none;
    transition: 0.3s ease-in-out;
}
.pay-page-p{
    padding: 30px;
}
.payment-verify{
    background-image: linear-gradient(to right,#36618C,#1F3254);
}
.payment-verify .sub-section{
    border-radius: 15px;
    background-color: #FFF;
    padding: 30px;
}
.payment-verify h1{
    font-size: 21px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 0;
    padding-bottom: 15px;
}
.payment-verify .success-logo{
    font-size: 60px;
    color: #43AF11;
    display: block;
    text-align: center;
}
.payment-verify .fail-logo{
    font-size: 60px;
    color: #ff0033;
    display: block;
    text-align: center;
}
.payment-verify p{
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
    margin: 0;
}
.payment-verify b{
    font-size: 12px;
    text-align: center;
    padding-top: 5px;
    font-weight: 300;
    color: #000;
}
.otp-timer{
    text-align: center;
}
.otp-timer #timer{
    padding: 15px;
    margin: 10px;
    border-radius: 10px;
    border: 1px solid #CCC;
    display: block;
}
#hide-btn{
    display: none;
    color: #FFF;
    background-color: #00000069;
    backdrop-filter: blur()10px;
    padding: 15px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 100;
    border-radius: 10px 10px 0 0;
}
.login-btn{
    position: fixed;
    top: 0;
    right: 0;
    padding: 15px 30px;
    margin: 15px 30px;
    border-radius: 30px;
    border: 1px solid #FFF;
    background-color: #5f69ae;
    backdrop-filter: blur(10px);
    color: #FFF;
    font-size: 21px;
    z-index: 99;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.login-btn:hover{
    background-color: #00000069;
    color: #FFF;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}
#login_modal{
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #5f69ae;
    z-index: 100;
    padding: 60px 30px;
    height: 100vh;
    transition: 0.4s ease-in-out;
}
#login_modal .container{
    width: 300px;
    position: relative;
    height: 100%;
}
#login_modal .box{
    padding: 15px;
    border-radius: 30px;
    border: 1px solid #000;
    background-color: #FFF;
    color: #000;
    display: block;
    margin-bottom: 30px;
    margin-top: 10px;
    min-width: 200px;
    width: 100%;
}
#login_modal .view2_submit_v3{
    padding: 15px;
    border-radius: 30px;
    border: 1px solid #FFF;
    background-color: #5f69ae;
    color: #FFF;
    display: block;
    margin: 30px 0;
    width: 100%;
    transition: 0.3s ease-in-out;
}
#login_modal .view2_submit_v3:hover{
    border: 1px solid #000;
    background-color: #000;
    transition: 0.3s ease-in-out;
}
#login_modal .copyright{
    text-align: center;
    width: 100%;
}
#login_modal .logo-container{
    width: 60px;
    height: auto;
    display: block;
    margin: auto;
}
#login_modal h1{
    font-size: 21px;
    font-weight: 600;
    color: #FFF;
    margin: 30px 0;
    width: 100%;
    text-align: center;
}
footer{
    position: relative;
    width: 100%;
    padding: 60px;
    background-color: #222843;
    color: #FFF;
    background-image: linear-gradient(to right, #222843,#FFFFFF);
}
footer .logo-btn{
    width: auto;
    height: 60px;
    border-radius: 30px;
    background-color: #FFF;
    padding: 5px;
    display: inline-block;
    vertical-align: top;
}
footer h5{
    font-size: 21px;
    font-weight: 600;
    display: inline-block;
    line-height: 16px;
    vertical-align: top;
    padding: 10px;
}
footer h5 b{
    font-size: 12px;
}
footer .footer-detail{
    padding: 30px 0;
    display: flex;
}
footer .footer-detail .sub-container{
    width: 100%;
}
footer a{
    color: #FFF;
    font-size: 14px;
}
footer .footer-line{
    background-color: #FFF;
    width: 100%;
    height: 1px;
}
.contact-page-3{
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
    padding: 60px;
    padding-bottom: 120px;
    background-color: #FFF;
}
.contact-page-3 .sub-container{
    width: calc(50% - 4px);
    border-right: 2px solid #000;
}
.contact-page-3 .sub-container:last-child{
    border: none;
}
.contact-page-3 .sub-container img{
    width: 50%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: auto;
    max-height: 90px;
}
.contact-page-3 h1{
    font-size: 6vh;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    padding: 0 30px;
    width: 100%;
}
.contact-page-3 h2{
    font-size: 21px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    padding: 0 30px;
    width: 100%;
    text-align: center;
}
.contact-page-3 p{
    font-size: 14px;
    text-align: center;
    padding: 5px;
}

.user-page{
    width: 100%;
    height: auto;
    background-image: url("images/user-bg.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
}
.inner-container{
    width: 100%;
    height:auto;
    display: block;
    padding:30px 10%;
}
.inner-container h1{
    font-size: 2.5rem;
    font-weight: 600;
    color:white;
    letter-spacing: 2px;
    display:inline-block;
    text-transform: uppercase;
    vertical-align: bottom;
    padding-left: 30px;
}
.logout-btn{
    padding: 15px;
    vertical-align: bottom;
    border:none;
    border-radius: 30px;
    background-color: #B35032;
    color: #FFF;
    margin-left: 15px;
    display: inline-block;
}
.profile-page{
    width: 100%;
    height:auto;
    padding:0px;
    background-color: #FFF;
    color:#000;
    border:none;
    margin-top: 30px;
    min-height: 200px;
    position: relative;
    padding-bottom: 15px;
}
.profile-page h2{
    font-size: 2rem;
    padding:15px;
}
.profile-page p{
    display:inline-block;
    padding: 5px 15px;
}
.profile-page .profile-img{
    height: 100px;
    border-radius: 50%;
    width: 100px;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px;
    box-shadow: 2px 4px 7px #949494;
}
.profile-page .profile-details{
    color: #818181;
    font-size: 14px;
    display: block;
}
.user-banner{
    width: 100%;
    height: 50vh;
    background: url('images/Image\ 1.jpg');
    background-position: center;
    background-size: cover;
    position:relative;
}
.user-banner button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    padding: 15px 30px;
    background-color: #01B6B8;
    border-radius: 30px;
    border: 2px solid #FFF;
    text-transform: uppercase;
    color: #FFF;
    display: block;
}
.user-banner button:hover{
    background-color: #36618C;
    transition: 0.3s ease-in-out;
}
.agenda-btn{
    top: 0px !important;
    left: 15px !important;
    padding: 15px !important;
    transform: none !important;
}
#enter_backstage_btn{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
    border-radius: 0;
    border: none;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
#enter_backstage_btn:hover{
    background-color: #36618C;
    transition: 0.3s ease-in-out;
}
#coming-soon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    padding: 30px;
    border: 2px solid #FFF;
    text-transform: uppercase;
    background-color: #00000069;
    backdrop-filter: blur(10px);
    color: #FFF;
    display: none; 
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
}
.visitor-events{
    width: 100%;
    background-color: #FFF;
    height: auto;
    padding: 30px;
    margin-top: 30px;
}
.visitor-events h2{
    font-size: 2rem;
    padding:15px 0;
}
.visitor-events .container{
    width: 100%;
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.visitor-events .sub-container{
    width: 30%;
    border: 1px solid #01B6B8;
    border-radius: 10px;
    position: relative;
    margin-bottom: 15px;
}
.visitor-events .sub-container img{
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.visitor-events .sub-container canvas{
    width: 100%;
    padding: 10px;
    object-fit: contain;
    border-radius: 10px 10px 0 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.visitor-events .sub-container .content-chart{
    padding: 15px;
    height: auto;
    display: flex;
    flex-direction: column;
}
.visitor-events .sub-container .content{
    padding: 15px;
    height: calc(100% - 102px);
    display: flex;
    flex-direction: column;
}
.visitor-events h3{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding-bottom: 15px;
}
.visitor-events p{
    font-size: 14px;
    color: #818181;
    font-weight: 300;
    line-height: 18px;
    padding-bottom: 15px;
}
.visitor-events .data-disp{
    padding: 15px;
    display: block;
    background-color: #FFF;
    border: 1px solid #01B6B8;
    color: #000;
    border-radius: 30px;
    transition: 0.3s ease-in-out;
    margin-top: auto;
    align-self: flex-start;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.visitor-events .data-disp:hover{
    background-color: #01B6B8;
    border: 1px solid #01B6B8;
    color: #FFF;
    transition: 0.3s ease-in-out;
    
}
.visitor-events .guest-data-disp{
    padding: 15px;
    display: block;
    background-color: #01B6B8;
    border: 1px solid #01B6B8;
    color: #FFF;
    border-radius: 0 0 10px 10px;
    transition: 0.3s ease-in-out;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    cursor: pointer;
}
.visitor-events .guest-data-disp:hover{
    background-color: #FFF;
    border: 1px solid #FFF;
    color: #000;
    transition: 0.3s ease-in-out;
    
}
.visitor-events .register-btn{
    padding: 15px;
    display: block;
    background-color: #FFF;
    border: 1px solid #01B6B8;
    color: #01B6B8;
    border-radius: 30px;
    transition: 0.3s ease-in-out;
    margin-top: auto;
    align-self: flex-start;
    width: 100%;
    text-align: center;
}
.visitor-events .inactive{
    background-color: #CCC !important;
    color: #FFF !important;
    border: 1px solid #818181 !important;
}
.visitor-events .register-btn:hover{
    background-color: #01B6B8;
    color: #FFF;
    transition: 0.3s ease-in-out;
}
.speaker-rating{
    font-size: 26px;
    padding: 15px;
    color: #818181;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}
.speaker-rating .checked{
    color: #FDB931;
}
.enter-venue-btn{
    padding: 15px;
    display: block;
    background-color: #01B6B8;
    border: 1px solid #FFF;
    color: #FFF;
    border-radius: 30px;
    transition: 0.3s ease-in-out;
    width: auto;
    text-align: center;
    margin: 15px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.enter-venue-btn:hover{
    background-color: #FFF;
    color: #01B6B8;
    transition: 0.3s ease-in-out;
}
.team-members{
    width: 100%;
    background-color: #FFF;
    height: auto;
    padding: 30px;
    margin-top: 30px;
}
.team-mate{
    padding: 15px;
    border-radius: 30px;
    border: 1px solid #CCC;
    display: block;
    margin-bottom: 15px;
    width: 50%;
}
.team-members h2{
    font-size: 2rem;
    padding:15px 0;
}
.team-mate-submit{
    padding: 15px;
    border-radius: 30px;
    border: 1px solid #01B6B8;
    display: block;
    background-color: #01B6B8;
    color: #FFF;
    margin: 30px 0;
    width: 50%;
    transition: 0.3s ease-in-out;
}
.team-mate-submit:hover{
    background-color: #000;
    transition: 0.3s ease-in-out;
}
.team-members p{
    padding: 15px;
    border-radius: 30px;
    border: 1px solid #CCC;
    display: block;
    margin-bottom: 15px;
    width: 50%;
}
.green-ver{
    color: #43AF11;
    font-size: 18px;
    padding-right: 10px;
}
.yellow-ver{
    color: #FDB931;
    font-size: 18px;
    padding-right: 10px;
}
.sidenav {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #000000dc;
    backdrop-filter: blur(10px);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    font-weight: 600;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.just-txt{
    border: none;
    width: fit-content;
}
.del-member{
    background-color: #01B6B8;
    color: #FFF;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 15px;
    border-radius: 0 30px 30px 0;
    transition: 0.3s ease-in-out;
}
.del-member:hover{
    background-color: #ff0033;
    transition: 0.3s ease-in-out;
}
.team-hr{
    width: 50%;
    margin: 15px 0;
}
.relative{
    position: relative;
}
.track-modal{
    width: 100%;
    height: 80vh;
    position: fixed;
    bottom: 0;
    left: -100%;
    z-index: 98;
    padding: 30px;
    background-color: #1F3254;
    transition: 0.4s ease-in-out;
}
.track-modal .container .sub-container{
    width: 39%;
    padding: 30px;
    display: inline-block;
    vertical-align: middle;
}
.track-modal .container .sub-container img{
    width: 100%;
    height: auto;
}
.track-modal .container .sub-container-2{
    width: 60%;
    padding: 30px;
    display: inline-block;
    height: 50vh;
    overflow-y: scroll;
    vertical-align: middle;
}
.track-modal .container h2{
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    color: #FFF;
    padding: 15px 0;
}
.track-modal .container p{
    color: #FFF;
    padding-top: 15px;
}
.track-modal .container {
    padding-bottom: 30px;
}
.hotlink-ksum{
   height: 66px;
   width: 80px;
   background-image: url('images/ksum.png');
   background-position: center;
   background-size: cover;
   position: absolute;
   top: 0;
   right: 0;
   margin: 15px 30px;
   padding: 10px;
   z-index: 98;
   background-color: #FFF;
   border-radius: 0;
   transition: 0.3s ease-in-out;
}
.hotlink-asiet{
    height: 66px;
    width: 160px;
    background-image: url('images/Asietlogo.png');
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 95px;
    margin: 15px;
    padding: 10px;
    z-index: 98;
    background-color: #FFF;
    border-right: 1px solid #000;
    border-radius: 0;
    transition: 0.3s ease-in-out;
}
.hotlink-asiet:hover{
    background-color: #00C2FF;
    transition: 0.3s ease-in-out;
}
.hotlink-ksum:hover{
    background-color: #36618C;
    transition: 0.3s ease-in-out;
}

/* ----------------------------------------------- */

.sponsors-page{
    width: 100%;
    min-height: 100vh;
    height: auto;
    background-image: url("images/sponsor-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 5%;
}
.sponsors-blur{
    background-color: #FFFFFF69;
    backdrop-filter: blur(5px);
    width: 100%;
    min-height: 100vh;
    height: auto;
    padding: 15px;
}
.sponsors-blur h1{
    font-size: 21px;
    font-weight: 300;
    text-align: center;
    padding: 30px 0;
    width: 100%;
    text-transform: uppercase;
}
.platinum-sponsor{
    width: 100%;
    height: auto;
}
.platinum-sponsor img{
    display: block;
    margin: auto;
    height: 160px;
    width: auto;
}
.gold-sponsor{
    width: 100%;
    height: auto;
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
}
.gold-sponsor img{
    display: block;
    margin: auto;
    height: 120px;
    width: auto;
}
.silver-sponsor{
    width: 100%;
    height: auto;
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
}
.silver-sponsor img{
    display: block;
    margin: auto;
    height: 90px;
    width: auto;
}
#auth_modal{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 30px;
    background-color: #FFF;
    color: #000;
    display: none;
    z-index: 101;
}
#auth_modal a{
    color: #CCC;
    text-align: center;
    width: 100%;
    display: block;
    cursor: pointer;
    text-decoration: underline;
}
.faq-page{
    width: 100%;
    height: auto;
    padding: 30px;
    background-color: #000;
}
.faq-page h2{
    font-size: 26px;
    color: #FFF;
    text-align: center;
    padding-bottom: 30px;
}
.faq-page .container{
    background-color: #818181;
    color: #FFF;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.faq-page h1{
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 20px;
}
.faq-page p{
    font-size: 16px;
    font-weight: 300;
    padding-left: 15px;
    border-left: 1px solid #FFF;
}

.portrait{
    display: none;
}
.landscape{
    display: block;
}
.stage-bg{
    position: relative;
    width: 100%;
    height: 100vh;
}
.stage-bg .video-conf{
    position: absolute;
    top: 8.7vw;
    left: 50%;
    transform: translateX(-50%);
    height: 33vw;
    width: 70vw;
    z-index: 10;
    object-fit: contain;
    background-color: #000;
}
.stage-bg .video-conf-iframe{
    width: 100%;
    height: 100%;
    border: 0;
    transform: scale(1);
    transform-origin: 0 0;
    display: block;
    margin: auto;
}
.stage-bg .feedback-iframe{
    width: 100%;
    height: 100%;
    border: 0;
    display: none;
}
.stage-bg .stage-vid{
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    z-index: 9;
    object-fit: cover;
    object-position: top;
}
.stage-bg #speaker-door{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 11;
    display: block;
}
.stage-bg #speaker-door img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.stage-bg #speaker-door h1{
    font-size: 21px;
    color: #FFF;
    padding-bottom: 15px;
}
.stage-bg #speaker-door p{
    color: #CCC;
    padding-bottom: 15px;
}
.stage-bg #speaker-door .speaker-cont{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.stage-bg #speaker-door button{
    padding: 15px 20px;
    border: 1px solid #FFF;
    background-color: #00C2FF;
    color: #FFF;
    font-size: 16px;
    border-radius: 30px;
    display: inline-block;
}
.stage-bg #speaker-door button:hover{
    background-color: #FFF;
    color: #000;
    transition: 0.3s ease-in-out;
}
.stage-bg #speaker-component{
    position: relative;
    width: 100%;
    height: 100vh;
    display: none;
}
.back-home-btn{
    padding: 15px 20px;
    border: 1px solid #FFF;
    background-color: #818181;
    color: #FFF;
    font-size: 16px;
    border-radius: 30px;
    margin-bottom: 15px;
    display: inline-block;
}
.back-home-btn:hover{
    background-color: #000;
    transition: 0.3s ease-in-out;
}
.bottom-left{
    position: absolute;
    bottom: 0;
    left: 15px;
    z-index: 10;
}
.bottom-right{
    position: absolute;
    bottom: 0;
    right: 15px;
    z-index: 10;
}
#agenda_modal{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100vh;
    background-color: #00000069;
    backdrop-filter: blur(10px);
    display: none;
}
#agenda_modal .inner-container{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    padding: 15px;
    transform: translate(-50%,-50%);
    background-color: #FFF;
    color: #000;
}
.agenda-container{
    margin: 0;
    overflow: auto;
}
.agenda-container hr{
    height: 2px;
    background-color: #36618C;
    border: none;
    width: 50%;
    margin-bottom: 20px;
}
.speaker-event-heading{
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    margin: 15px;
    margin-top: 50px;
}
.bulk-container{
    width: 100%;
    padding: 30px;
    background-color: #36618C;
}
.bulk-container .container{
    width: 100%;
    height: auto;
    min-height: 90vh;
    background-color: #FFF;
    color: #000;
    padding: 30px;
}
.bulk-container h1{
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 15px;
}
.bulk-container p{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 15px;
    width: 80%;
    margin: auto;
}
.input-v4{
    width: 30%;
    padding: 15px;
    border: 1px solid #CCC;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 1%;
}
.proceed-btn-bulk{
    width: 30%;
    padding: 15px;
    border: none;
    background-color: #01B6B8;
    color: #FFF;
    border-radius: 30px;
    display: inline-block;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    margin-bottom: 15px;
}
.bulk-container hr{
    display: none;
    border: none;
    height: 2px;
    background-color: #01B6B8;
    width: 100%;
    margin-bottom: 15px;
}
.proceed-btn-bulk:hover{
    background-color: #36618C;
    transition: 0.3s ease-in-out;
}
.w3-container:after,.w3-container:before{content:"";display:table;clear:both}
.w3-container,.w3-panel{padding:0.01em 16px}.w3-panel{margin-top:16px;margin-bottom:16px}
.w3-responsive{display:block;overflow-x:auto}
.w3-table,.w3-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.w3-table-all{border:1px solid #ccc}
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}.w3-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.w3-table-all tr:nth-child(odd){background-color:#fff}.w3-table-all tr:nth-child(even){background-color:#f1f1f1}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}.w3-centered tr th,.w3-centered tr td{text-align:center}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}

.custom-cursor {
    cursor: url("images/swipe-icon.png"), auto;
}


.area{
    /* background: #FFF;   */
    background: linear-gradient(to top, #D2DDEC, #204B5E);
    width: 100%;
    height:100vh;
}
.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #00C2FF;
    animation: animate 25s linear infinite;
    bottom: -150px;
}
.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}
.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}
.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}
.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.entry-workshop{
    background-color: #00000069;
    border-radius: 10px;
    padding: 15px 25px;
    border: 1px solid #FFF;
    animation-name: blink;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    text-align: center;
}
@keyframes blink {
    0% {border: 1px solid #FFF;}
    50% {border: 1px solid #00AEEF;}
    100% {border: 1px solid #FFF;}
}
.entry-workshop a{
    padding: 15px;
    border-radius: 10px;
    background-color: #00AEEF;
    color: #FFF;
    border: 1px solid #36618C;
    min-width: 250px;
    width: 100%;
    display: block;
    margin: 15px 0;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}
.entry-workshop a:hover{
    background-color: #36618C;
    transition: 0.3s ease-in-out;
}
.entry-workshop p{
    color: #CCC;
    padding: 0 10px;
    padding-bottom: 15px;
    font-size: 14px;
}
.entry-workshop hr{
    background-color: #00AEEF;
    border: none;
    width: calc(100% - 20px);
    height: 1px;
    margin: 10px;
    margin-bottom: 25px;
}
.entry-workshop h1{
    font-size: 21px;
    padding-bottom: 10px;
    color: #FFF;
}
.entry-workshop h2{
    font-size: 16px;
    padding-bottom: 10px;
    color: #00AEEF;
}
.entry-workshop h3{
    font-size: 14px;
    padding-bottom: 10px;
    color: #CCC;
    font-weight: 300;
}

.side-wall-left{
    position: absolute;
    top: 14.5vw;
    left: 0;
    height: 21vw;
    width: 12vw;
    z-index: 101;
    transform: translate(-0%,-0%) perspective(106px) rotateY(5deg);
}
.side-wall-right{
    position: absolute;
    top: 14.5vw;
    right: 0;
    height: 21vw;
    width: 12vw;
    z-index: 101;
    transform: translate(-0%,-0%) perspective(106px) rotateY(-5deg);
}
.side-wall-left video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 5px solid #000;
    transform: translate(-0%,-0%) perspective(106px) rotateY(5deg);
}
.side-wall-right video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 5px solid #000;
    transform: translate(-0%,-0%) perspective(106px) rotateY(-5deg);
}
#venue-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #00000069;
    backdrop-filter: blur(10px);
    display: none;
    z-index: 200;
}
#venue-modal .container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 15px;
    border-radius: 15px;
    background-color: #36618C;
    color: #FFF;
}
#venue-modal .container h1{
    font-family: sans-serif;
    font-size: 18px;
    text-align: center;
}
#venue-modal .container p{
    font-family: sans-serif;
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
}
#venue-modal .container .btn{
    padding: 15px;
    width: 100%;
    color: #FFF;
    border-radius: 15px;
    background-color: #43AF11;
    border: none;
    margin-top: 20px;
}
#venue-modal .container .btn:hover{
    background-color: #FFF;
    color: #000;
    transition: 0.3s ease-in-out;
}
.landing-logo{
    position: absolute;
    top: 0;
    left: 0;
    margin: 15px 30px;
    height: 80px;
    z-index: 3;
    background-color: #FFF;
    border-radius: 30px;
}
.landing-logo img{
    height: 100%;
    width: auto;
    border-radius: 30px;
}

/* ----------------------------------------------- */

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
    .centered-relative{
        height: 90vh !important;
        margin: 5vh 10%;
    }
    .container-switch-stall-btn{
        position: relative;
        width: 100%;
    }
}

.pc-only{
    display: block;
}
.video-modal{
    width: 70vw;
    height: 70vh;
    border: none;
}

@media only screen and (max-width: 600px) {
    .landscape{
        display: none;
    }
    .portrait{
        display: block;
    }
}

@media only screen and (max-width: 790px) {
    .landing-logo{
        margin: 15px;
    }
    .login-btn{
        margin: 15px;
    }
    .input-v4{
        width: 100%;
    }
    .bulk-container hr{
        display: block;
    }
    .bulk-container p{
        width: 100%;
    }
    .proceed-btn-bulk{
        width: 100%;
    }
    .speaker-rating{
        position: relative;
    }
    #auth_modal{
        width: 100%;
    }
    .visitor-events .sub-container{
        width: 100%;
        margin-bottom: 15px;
    }
    .inner-container{
        padding:60px 5%;
    }
    #login_modal .container {
        width: 100%;
    }
    .form-resend-btn{
        position: relative;
        padding-top: 15px;
    }
    .track-modal .container .sub-container-2{
        width: 100%;
    }
    .mobile-only{
        display: block;
    }
    .pc-only{
        display: none;
    }
    #login_modal{
        width: 100%;
    }
    .form-del{
        display: none !important;
    }
    .inner-container h1{
        padding: 15px;
        text-align: center;
        width: 100%;
    }
    .team-members p{
        width: 100%;
    }
    .team-mate{
        width: 100%;
    }
    .team-mate-submit{
        width: 100%;
    }
    .logout-btn{
        width: 100%;
        margin: 0;
    }
    footer{
        background-image: none !important;
    }
    .form-fill{
        width: 90% !important;
    }
    .v2-btn{
        display: block !important;
        height: 120px;
        width: 120px;
    }
    .input-v2{
        width: 90%;
    }
    .container-switch-stall-btn{
        width: 100%;
        margin-top: 15px;
        position: relative;
    }
    #hide-btn{
        display: block;
    }
    .contact-page-3 .sub-container{
        width: 100%;
        border: none;
    }
    .contact-page-3{
        padding: 30px;
        padding-bottom: 120px;
    }
    .iframe-overlay{
        width: 100%;
        height: auto;
    }
    .landing-nav .logo-btn{
        border-radius: 0;
    }
    .landing-nav{
        margin: 0;
        width: 100%;
    }
    .landing-nav .nav-btn{
        margin: 0px;
        width: calc(33.33% - 21px);
        text-align: center;
    }
    .landing-page h1{
        padding-top: 66px;
        display: block;
        width: 100%;
        font-size: 8vh;
        line-height: 9vh;
    }
    .landing-content hr{
        display: block;
        margin: 0;
    }
    .landing-content .aligner .btn{
        display: block;
        margin: 15px 0;
    }
    .aligner{
        display: block;
    }
    .about-page h1{
        padding: 6vh;
    }
    .about-page .abt-img{
        width: 100%;
        height: auto;
        object-fit: contain;
        max-height: 150px;
        display: block;
        margin: 0 auto;
    }
    .about-page .abt-txt{
        display: block;
        width: 100%;
        padding: 30px;
    }
    .about-page .logos{
        margin: 30px 0;
        height: auto;
        padding: 30px;
    }
    .about-page .logos .logo-container{
        width: calc(50% - 4px);
    }
    .tracks-page .container .sub-container{
        width: 80%;
    }
    .tracks-page h1{
        padding: 30px;
        font-size: 7vh;
    }
    .tracks-page .container{
        padding: 0;
    }
    .tracks-page .tracks-content{
        width: 100%;
        padding: 30px;
    }
    .speakers-page h1{
        text-align: center;
    }
    .speakers-page .sub-container{
        width: 100%;
    }
    .speakers-page .container{
        padding: 15px;
    }
    .visitor-page .container{
        height: auto;
    }
    .visitor-page .container .sub-section{
        width: 100%;
        height: auto;
    }
    .input-v3{
        width: calc(100% - 24px);
    }
    .proceed-btn{
        display: inline-block;
        position: relative;
        width: calc(50% - 13px);
        margin: 5px;
    }
    .back-btn{
        display: inline-block;
        position: relative;
        width: calc(50% - 13px);
        margin: 5px;
    }
    .visitor-page .container .sub-section2{
        width: 100%;
        height: auto;
    }
    .visitor-page-logo{
        display: inline-block;
        margin: 10px;
        padding: 0;
        width: 120px;
    }
    .visitor-page .container .sub-section2 h2{
        padding: 20px;
        display: inline-block;
        width: auto;
        vertical-align:top;
    }
    #register_modal h1{
        margin: 0;
        padding-bottom: 15px;
    }
    #register_modal .sub-section{
        width: 100%;
        display: block;
        height: 50%;
    }
    #register_modal hr{
        display: none;
    }
    #register_modal .sub-section .frame{
        width: 100%;
        height: 30vh;
    }
    .form-padding{
        height: auto;
    }
    .landing-nav .nav-btn{
        padding: 0px;
    }
    
    .site-landing h1{
        font-size: 3rem;
        line-height: 3.1rem;
    }
    .site-landing h1 b{
        font-size: 1rem;
        line-height: 1.1rem;
    }
    .site-landing .logo-container{
        height: 40px;
    }
}