/* Animations */
@keyframes pulseHotspot {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

/* Fonts */
@font-face {
    font-family: euclid-bold;
    src: url(../fonts/EuclidCircularA-Bold.otf) format("truetype");
}
@font-face {
    font-family: euclid-regular;
    src: url(../fonts/EuclidCircularA-Regular.otf) format("truetype");
}

@font-face {
    font-family: gotham-bold;
    src: url(../fonts/GothamBold.ttf) format("truetype");
}
@font-face {
    font-family: gotham-medium;
    src: url(../fonts/GothamMedium.ttf) format("truetype");
}

body{
    margin:0;
    padding:0px 0px 0px 0px;
    background-color: #1a0629;
    /* background-image: url(../img/intro-background-flat.jpg); */
    /* background-size:cover; */
}

p {
    color:white;
    font-family: euclid-regular, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: min(1vw, 13px);
}

eyekandy-avatar, eyekandy-all-in-one-popup-new{
    font-family: euclid-regular, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

img {
    width: 100%;
    height: 100%;
}

.accesability-hidden{
    position: fixed;
    top:-200px;
}

#cgi-video-container {
    position: relative;
    width: calc(100% - 2px);
    max-width:1280px;
    max-height:720px;
    padding-bottom: min(56.25%, 720px);
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    background-size: contain;
    border: 1px solid #ffc557;
    user-select: none;
    -webkit-user-select: none;
}

.page{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}

.title {
    position: absolute; 
    left: 3.5%; top:56.5%; 
    width: 30%; height: 10%;
    text-align: center; 
    color:#ffc557;
    font-family: euclid-bold; 
    font-size: min(2vw, 18px);
}

.description {
    position: absolute;
    top: 63%; left: 3.5%;
    width: 30%;
    color: white;
    text-align: center;
    font-family: euclid-regular; 
    font-size: min(1.5vw, 15px);
    line-height: min(2.2vw, 24px);
}

.footer{
    position: absolute;
    bottom: 1%;
    left: 1%;
    color: white;
    font-family: euclid-regular;
    font-size: min(.7vw, 9px);
}

.info-button{
    position: absolute;
    border-radius: 50%;
    top: 1%; right:min(1%, 10px);
    width:min(3vw, 40px); height:min(3vw, 40px);
}

.info-button:hover {
    background: rgba(255, 255, 255, 0.5);
}

.info-panel{
    position:absolute;
    background-color: #4f1e6f;
    border: #ffc557 2px solid;
    border-radius: 15px;
    width: 85%; height: 90%;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: none;
}

.info-content{
    height:84%;
    margin:min(5vw,64px) min(3vw,40px)  min(3vw,40px)  min(3vw,40px);
    padding-right: 10px;
    overflow-y: scroll;
}

.info-content a{
    color:white;
}

.info-content a:visited{
    color:white;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #ffc557;
    border-radius: 5px;
    outline: 0px solid transparent;
}

.hotspots {
    position: absolute;
    top: 23%; right: 20%;
    height: 80%;
    background-color: red;
}

.button {
    pointer-events: all;
    position: absolute;
    border: 0.2vw solid #ffc557;
    border-width: min(0.2vw, 2px);
    border-radius: min(2vw, 24px);
    padding: min(0.5vw,16px) min(2vw,20px);
    color: #ffc557;
    background-color: rgba(0,0,0,0);
    cursor: pointer;
    text-align: center;
    /* transform-origin: center; */
    font-family: euclid-regular; 
    font-size: min(1.4vw, 18px);
    min-width: max-content;
}

.button:hover {
    background: rgba(255, 255, 255, 0.5);
}

.button:hover .dropdown-content {
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    border: 0.2vw solid #ffc557;
    border-width: min(0.2vw, 2px);
    border-radius: min(0.8vw, 24px);
    padding: min(0.5vw,16px) min(0.5vw,10px);
    text-align: center;
    font-family: euclid-regular; 
    font-size: min(1vw, 10px);
    min-width: max-content;
    color: white;
    cursor: initial;
}

.large-circle{
    top: 8%; 
    width: min(14vw, 180px); height:min(14vw, 180px); 
    border-radius: 50%; 
    padding: 0;
    animation: pulseHotspot 1s ease infinite alternate;
}

.logo {
    position: absolute;
    top: 6%; left: 8%;
    width: 22%; height: 23%;
}

#learn-in-ar {
    position: absolute;
    top:37%; left:15.5%;
    width: min(6vw, 75px); height: min(6vw, 75px);
}

#learn-in-ar:hover .dropdown-content {
    display: block;
}

.hotspot-content {
    position: absolute;
    width: 100%; height: 100%;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.slide {
    position: absolute;
    top: 5%; left: 50%; 
    transform: translate(-50%, 0%); 
    width: 70%; height: 90%;
}

.panel{
    top:auto; bottom:2.5%; left:50%; 
    width:95.5%; height:42.4%;
}

.arrow-bg {
    position:absolute; 
    top:13%;
    width:6%; height:70%
}

.left-arrow {
    position: absolute; 
    top: 45%; left: 10%; 
    width: min(4.2vw,50px); height: min(4.2vw,50px);
    background-image: url("../img/common/btns/left-arrow.png");
    background-repeat: no-repeat; 
    background-size: contain;
    background-position: 50% 50%;
    animation: pulseHotspot .5s ease infinite alternate;
}

.left-arrow:hover {
    background: url("../img/common/btns/left-arrow-lighted.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

.right-arrow {
    position: absolute; 
    top:45%; right: 10%; 
    width: min(4.2vw,50px); height: min(4.2vw,50px);
    background-image: url("../img/common/btns/right-arrow.png");
    background-repeat: no-repeat; 
    background-size: contain;
    background-position: 50% 50%;
    animation: pulseHotspot .5s ease infinite alternate;
}

.right-arrow:hover {
    background: url("../img/common/btns/right-arrow-lighted.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

.close-btn {
    position: absolute; 
    top: 1%; right: min(1%, 10px);
    border-radius: 50%;
    width:min(3vw, 40px); height:min(3vw, 40px);
}

.close-btn:hover {
    background: rgba(255, 255, 255, 0.5);
}

.close-btn-inpanel {
    position:absolute; 
    top: auto; bottom: 38.5%; right: 2.93%;
    border-radius: 50%;
    width:min(3vw, 40px); height:min(3vw,40px);
}

.close-btn-inpanel:hover {
    background: rgba(95, 48, 142, 0.5);
}


@media (max-width: 700px) {

    .slider-background{
        top: 12%;
    }
}
    
@media (max-width: 450px) {

    .slider-background{
        top: 15%;
        left: 1%;
    } 
}

@media (max-width: 370px) {

    .slider-background{
        top: 20%;
        left: 2%;
    } 
}