body {
    background-color: #6B839F;
    overflow: overlay;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(255, 99, 71, 0)
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(50, 50, 50, 0.4);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.cont {
    position: relative;
    width: 100%;
}

.background-img {
    width: 100%;
    display: block;
    justify-content: center;

}
a:hover {
    text-decoration: none;
}

/* ROOM CSS */
.animated-background-img {
    width: 100%;
    z-index: 0;
    margin-left: -6rem;
    margin-top: 5rem;
    transform: scale(3);
    animation-name: zoom-in;
    animation-duration: 5s;
    animation: zoom-in 5s forwards, roomWide 5s forwards;
}
@keyframes zoom-in {
    0% {transform: scale(1); margin-left: -6rem; margin-top: 5rem;}
    99% {transform: scale(4); margin-left: -6rem; margin-top: 5rem;}
    100% {transform: scale(1); margin-left: 0rem; margin-top: 0rem;}
}
@keyframes roomWide {
    0%   {opacity: 1;}
    25%  {opacity: 1;}
    86%  {opacity: 1;}
    96%  {opacity: 0;}
    100% {opacity: 0;}
}

@media only screen and (max-width: 900px) {
    .animated-background-img {
        animation: zoom-in 0s;
        animation: roomWide 0s
    }
}
.roomZoom {
    position: fixed;
    z-index: 1;
    top:0;
    left:0;
    width: 100vw;
    animation: roomZoom 5s forwards;
}
@keyframes roomZoom {
    0%   {opacity: 0;}
    25%  {opacity: 0;}
    75%  {opacity: 0;}
    100% {opacity: 1;}
}
@media only screen and (max-width: 900px) {
    .roomZoom {
        animation: roomZoom 0s;
    }
}

.live-video {
    position: absolute;
    z-index: 1;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    /* animation: live-video 5s forwards; */
}
@keyframes live-video {
    0%   {opacity: 0;}
    25%  {opacity: 0;}
    75%  {opacity: 0;}
    100% {opacity: 1;}
}

/* .qaForm {
    position: absolute;
    z-index: 1;
    top: 8%;
    left: 76%;
    background-color:#262626;
    padding: 10px;
    border-radius: 10px;
    width: 20vw;
    height: 300px;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.5);
    animation: qaAppear 6s forwards;
    margin-left: 20px;
}
@keyframes qaAppear {
    0%   {opacity: 0;}
    25%  {opacity: 0;}
    75%  {opacity: 0;}
    100% {opacity: 1;}
} */
.roomName {
    position: absolute;
    z-index: 2;
    top: 2%;
    right: 3%;
    font-size: 1.5vw;
    color: white;
}
.player {
    position: absolute;
    z-index: 2;
    overflow: hidden;
    background-color:black;
    top: 6.5%;
    left: 15%;
    width: 60.4vw;
    height: 34vw;
    border-radius: 12px;
    opacity: 0;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.5);
    animation: live-video 5s forwards;
}
.roomAppear {
    z-index: 1;
    animation: qaAppear 6s forwards;
}
@keyframes qaAppear {
    0%   {opacity: 0;}
    25%  {opacity: 0;}
    75%  {opacity: 0;}
    100% {opacity: 1;}
}
/* ROOM CSS */
/* POLLEV */
.qaPoll {
    position: absolute;
    top: 6.5%;
    left: 76%;
    
}
.poll {
    z-index: 1;
    overflow: hidden;
    background-color:#262626;
    padding: 0px;
    margin-bottom: 1vh;
    border-radius: 10px;
    width: 20vw;
    height: 50vh;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.5);
    animation: qaAppear 6s forwards;
    margin-left: 20px;
}
.qaForm {
    z-index: 1;
    background-color:#262626;
    padding: 10px;
    margin-bottom: 1vh;
    border-radius: 10px;
    width: 20vw;
    height: 300px;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.5);
    animation: qaAppear 6s forwards;
    margin-left: 20px;
}
@keyframes qaAppear {
    0%   {opacity: 0;}
    25%  {opacity: 0;}
    75%  {opacity: 0;}
    100% {opacity: 1;}
}
/* POLLEV */

.cont .logo {
    position: absolute;

}
.exhition-logo-front {
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 11vw;
    opacity: 90%;
    transition: transform .6s;
}
.exhition-logo-back {
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 9vw;
    opacity: 90%;
    transition: transform .6s;
}

.top-banner {
    position: fixed;
    top:0;
    left:0;
    width: 17vw;
    z-index: 10;
}

.pco-logo {
    position: fixed;
    top: 93%;
    left: 2%;
    width: 10vw;
    z-index: 2;
}
.projector-logo {
    position: fixed;
    top: 93%;
    left: 90%;
    width: 8vw;
    z-index: 2;
}
.map-shape-room-1 {
    top: 44%;
    left: 42%;
    width: 17vw;
    height: 12vw;
    opacity: 0%;
}
.map-shape-room-2 {
    top: 50%;
    left: 10%;
    width: 17vw;
    height: 9vw;
    opacity: 0%;
}.map-shape-room-3 {
    top: 50%;
    left: 73%;
    width: 17vw;
    height: 9vw;
    opacity: 0%;
}.map-shape-room-4 {
    top: 35%;
    left: 16%;
    width: 16vw;
    height: 8vw;
    opacity: 0%;
}.map-shape-room-5 {
    top: 35%;
    left: 69%;
    width: 16vw;
    height: 8vw;
    opacity: 0%;
}
#menu-toggle {
    position: fixed;
    top: 5%;
    right: 5%;
    z-index: 100;
}
.fullscreen-tongle {
    display: none;
    position: fixed;
    bottom: 5%;
    right: 3%;
    background-color:#262626;
    height: 3vw;
    width: 3vw;
    -webkit-border-radius: 8vw;
    -moz-border-radius: 8vw;
    border-radius: 8vw;
    cursor: pointer;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.5);
    z-index: 2;
}

.full {
    position: absolute;
    top: 16%;
    width: 100%;
    text-align: center;
    color: chocolate;
    font-size: 1.3vw;
    font-weight: 700;
}
.secretariat-1 {
    top: 34%;
    left: 42.4%;
    width: 18vw;
    transition: transform .6s;
}
.secretariat-1:hover {
    transform: scale(1.1);
}
.room {
    top: 17.5%;
    left: 40.8%;
    width: 15vw;
    box-shadow: 0 0 10px #333 !important;
}
.eposters {
    top: 17.5%;
    left: 68.2%;
    width: 12vw;
    box-shadow: 0 0 10px #333 !important;
}
.assembly {
    top: 17.5%;
    left: 16.3%;
    width: 12vw;
    box-shadow: 0 0 10px #333 !important;
}
.roomExhibition {
    top: 9%;
    left: 45.8%;
    box-shadow: 0 0 10px #333 !important;
}
.epostersExhibition {
    top: 9%;
    left: 60.2%;
    box-shadow: 0 0 10px #333 !important;
}
.assemblyExhibition {
    top: 9%;
    left: 32.7%;
    box-shadow: 0 0 10px #333 !important;
}
.room-text {
    top: 64%;
    left: 6%;
    width: 28vw;
    transition: transform .6s;
}
.room-text:hover {
    transform: scale(1.1);
}

.ekthesi-text {
    top: 63%;
    left: 59%;
    width: 30vw;
    transition: transform .6s;
}
.ekthesi-text:hover {
    transform: scale(1.1); 
}
.room-1 {
    top: 45%;
    left: 43.2%;
    height: 2.1vw;
}
.room-2 {
    top: 50.4%;
    left: 9.4%;
    max-height: 1.2vw;
    width: 17.4vw;
}
.room-3 {
    top: 49.7%;
    left: 75.5%;
    height: 1.8vw;
}
.room-4 {
    top: 36%;
    left: 15.6%;
    height: 1.1vw;
}
.room-5 {
    top: 35.4%;
    left: 73.2%;
    height: 2vw;
}
.pulseRoom1 {
    position: absolute;
    top: 55%;
    left: 47.1%;
}
.pulseRoom2 {
    position: absolute;
    top: 55%;
    left: 16.2%;
}
.pulseRoom3 {
    position: absolute;
    top: 55%;
    left: 77.3%;
}
.pulseRoom4 {
    position: absolute;
    top: 40%;
    left: 21.8%;
}
.pulseRoom5 {
    position: absolute;
    top: 40%;
    left: 73.3%;
}
.promo-video {
    position: absolute;
    /* background-color: grey; */
    top: 39.2%;
    left: 45.7%;
    width: 16.5vw;
    height: 9.5vw;
    cursor: pointer;
}

.company {
    top: 5%;
    left: 42.5%;
    width: 25vw;
}
.product {
    top: 32.46%;
    left: 70.2%;
    width: 11.7vw;
    cursor: pointer;
}
.product-2 {
    top: 39.4%;
    left: 25.3%;
    width: 12.5vw;
    cursor: pointer;
}
.product1Exhibition {
    top: 57.2%;
    left: 28%;
    width: 3.6vw;
}
.product2Exhibition {
    top: 62%;
    left: 40%;
    width: 3.85vw;
}
.product3Exhibition {
    top: 57.4%;
    left: 57.53%;
    width: 5.4vw;
}
.product4Exhibition {
    top: 62.2%;
    left: 73.4%;
    width: 3.9vw;
}
.companyLarge {
    top: 14%;
    left: 41.7%;
    max-width: 20vw;
    max-height: 8vw;
}
.companySmall {
    top: 73.8%;
    left: 75.5%;
    max-width: 9vw;
    max-height: 4vw;
}
.product1Exhibition {
    top: 57.2%;
    left: 28%;
    width: 3.6vw;
}
.product2Exhibition {
    top: 62%;
    left: 40%;
    width: 3.85vw;
}
.circle-back {
    position: fixed;
    top: 40%;
    left: -6vw;
    background-color:#333;
    height:12vw;
    width:12vw;
    -webkit-border-radius: 8vw;
    -moz-border-radius: 8vw;
    border-radius: 8vw;
    cursor: pointer;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.5)
}
.back {
    position: absolute;
    top: 40%;
    width: 95%;
    text-align: right;
    color: white;
    font-size: 1.3vw;
    font-weight: 700;
}

.cont .company-1 {
    top: 48%;
    left: 13.5%;
}
.company-2 {
    top: 48%;
    left: 31%;
}
.company-3 {
    top: 48%;
    left: 49%;
}
.company-4 {
    top: 48%;
    left: 68.3%;
}
.company-5 {
    top: 48%;
    left: 86.2%;
}
.company-6 {
    top: 45%;
    left: 88%;
}
.company-7 {
    top: 28.5%;
    left: 23.3%;
}
.company-8 {
    top: 28.5%;
    left: 33.5%;
}
.company-9 {
    top: 28.5%;
    left: 44%;
}
.company-10 {
    top: 28.5%;
    left: 54.8%;
}
.company-11 {
    top: 28.5%;
    left: 65%;
}
.company-12 {
    top: 28.5%;
    left: 75%;
}


.btn-grad {background-image: linear-gradient(to right, #8A0013 0%, #e4001e  51%, #8A0013  100%)}
.btn-grad {
    position: absolute;
    font-size: 1vw;
    margin: 10px;
    padding: 0.6vw 1.1vw;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 10px #eee;
    border-radius: 0.5vw;
    display: block;
}

.btn-grad:hover {
   background-position: right center; /* change the direction of the change here */
   color: #fff;
   text-decoration: none;
}


.stickyButtons {
    position: fixed;
    z-index: 2;
    top: 5%;
    right: 1%;
    width: 17vw;
    animation: stickyFade 2s forwards;
}
@keyframes stickyFade {
    0%   {opacity: 0;}
    25%  {opacity: 0;}
    100% {opacity: 1;}
}
.programButton {
    width: 100%;
    font-size: 1vw;
    margin-bottom: 1vw;
    background-color: #262D61;
    border: 0;
    box-shadow: 0 0 10px #333;
}
.programButton:hover {
    background-color: #191E40;
}
.sponsorsButton {
    width: 100%;
    font-size: 1vw;
    margin-bottom: 1vw;
    background-color: #262D61;
    border: 0;
    box-shadow: 0 0 10px #333;
}
.sponsorsButton:hover {
    background-color: #191E40;
}
.infoButton {
    width: 100%;
    font-size: 1vw;
    margin-bottom: 1vw;
    background-color: #262D61;
    border: 0;
    box-shadow: 0 0 10px #333;
}
.infoButton:hover {
    background-color: #191E40;
}
.contactButton {
    width: 100%;
    font-size: 1vw;
    margin-bottom: 1vw;
    background-color: #262D61;
    border: 0;
    box-shadow: 0 0 10px #333;
}
.contactButton:hover {
    background-color: #191E40;
}
.program {
    top: 37.3%;
    left: 25.5%;
    -ms-transform: skewY(1deg); /* IE 9 */
    transform: skewY(1deg);
}
.contact {
    top: 37.3%;
    left: 65.8%;
    -ms-transform: skewY(-1deg); /* IE 9 */
    transform: skewY(-1deg);
}
.sponsors {
    top: 37.3%;
    left: 37%;
    width: 11vw;
    -ms-transform: skewY(0deg); /* IE 9 */
    transform: skewY(0deg);
}

.modal-content {
    border: 0;
}
.modal-header {
    background-color: #eee;
    color:#262626;
}
.modal-body {
    background-color: #eee;
    font-weight: 300;
}
.modal-footer {
    background-color: #eee;
}
.x-button {
    color: white !important;
} 
.sponsorImg {
    margin: 1rem;
    width: 10vw;
}
.loginDiv {
    top: 27%;
    left: 48.4%;
    position: absolute;
    font-size: 1vw;
    margin: 10px;
    padding: 0.7vw 1.5vw;
    text-align: center;
    /* text-transform: uppercase; */
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 10px #333;
    border-radius: 0.5vw;
    display: block;
    background: rgba(172, 172, 172, 0.6);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 900px) {
    .loginDiv {
        left: 37% !important;
    }
}
.pointer {
    display: none !important;
    cursor: pointer;
}

.enterEvent {
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 45%;
    left: 49%
}
.eventButton {
    font-size: 1.1rem;
    font-weight: 700;
    border-width: 0px;
    background-color: #8A0013;
    color: #eee;
}
.eventButton:hover {
    background-color: #6e000f;
    color: #eee;
}

.modal-body {
    background-color: #fff;
    font-weight: 300;
}

.backProgram {
    position: fixed;
    top: 45%;
    left: -1vw;
    margin: auto;
    padding: 1.1vw;
    text-align: right;
    color: white;
    background-color: #1A497C;
    border-width: 0;
    border-radius: 10px;
    font-size: 1vw;
    font-weight: 700;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.5);
    z-index: 3;
}
.programContainer {
    position: absolute;
    overflow-y: scroll;
    top: 3%;
    left: 10%;
    width: 80%;
    margin: auto;
    padding: 1rem;
    height: 95vh;
    text-align: center;
    background-color: #ebebeb;
    border-radius: 12px;
    border-width: 5px;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.5);
}
.eposterContainer {
    position: absolute;
    overflow-y: scroll;
    top: 3%;
    left: 15%;
    width: 70%;
    margin: auto;
    padding: 2rem;
    height: 95vh;
    background-color: #ebebeb;
    border-radius: 12px;
    border-width: 5px;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.5);
}

.flipbook {
    position: relative;
    height: 90%;
    border-radius: 12px;
    border-width: 5px;
}

.alert {
    display: none;
    position: fixed;
    top:20%;
    padding: 20px;
    background-color: #f44336;
    color: white;
    z-index: 10;
  }
  @media only screen and (max-width: 768px) {
    .alert {
      display: block;
      width: 80%;
      margin: 2rem;
    }
  }
  
  .closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .closebtn:hover {
    color: black;
  }

  .voting {
    position: absolute;
    z-index: 1;
    top: 33%;
    left: 76%;
    background-color:#262626;
    padding: 10px;
    border-radius: 10px;
    width: 20vw;
    /* height: 300px; */
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.5);
    animation: qaAppear 6s forwards;
    margin-left: 20px;
  }

  .roomButton {
      color: #b71c1c;
      font-size: 1.8vw;
      transition: 0.3s;
  }
  .roomButton:hover {
    background-color: #b71c1c;
    color: white;
    font-size: 1.8vw;
    }

.bankDetails {
    background-color: #ffffff;
    border: solid 1px rgba(25, 25, 25, 0.1);
    box-shadow: 0 0 10px 0 rgba(25, 25, 25, 0.1);
    color: #777;
}

/* Certificates */
body > div.cont > div > div.alert.certificate-status.alert-info.mt-5, body > div.cont > div > div.alert.certificate-status.alert-danger.mt-5, #link-certificate > div, div#certificate-wait {
    display: block;
    position: relative;
    top: 0;
    margin: auto;
    width: 50%;
    background: #f5f5f5;
    color: #444;
}
/* Certificates */

div.card-body div div.p-1 {
    cursor: pointer;
    padding-bottom: 0.5rem;
}
div.card-body div div.p-1:hover {
    background-color: #f5f5f5;
    border-radius: 5px;
}

div#headingOne h2 button {
  font-weight: 700;
  text-decoration: none;
}
div.container-fluid div.row div.col-12 div.row div.col-6 {
  text-align: left;
}
h3.fancy-title {
color: #444;
font-weight: bold;
}
a:hover {
  text-decoration: none;
}
.accordion {
  height: 712px;
  overflow-y: scroll;
}