html {
    scroll-behavior: smooth;
}
h1{
    text-align: center;
    font-size: 28px;
}
.logos {
    position: absolute;
    z-index: 10;
}
.edes-logo{
    top: 29px;
    right: 30px;
    width: 22%;
}
.ophtha-logo{
    top: 25px;
    left: 50px;
    width: 25%;
}
.bayer-logo{
    position: absolute;
    bottom: 60px;
    right: 0;
    width: 70px;
    left: 0;
    margin: 0 auto;
}
.bayer-logo-home{
    bottom: 0px;
    right: 0;
    width: 70px;
    left: 0;
    margin: 25px auto;
}
.bayer-logo-end{
    position: absolute;
    bottom: 10px;
    width: 70px;
    left: 30px;
}

.main-container{
    max-width: 1024px;
    max-height: 768px;
    border-radius: 30px;
    background-image: linear-gradient(0deg, #143a5f, #008e39);
}
.bg-gradient-l{
    background-image: linear-gradient(90deg, #143a5f, #008e39);
}
.bg-gradient-r{
    background-image: linear-gradient(-90deg, #143a5f, #008e39);
}
.hSlides{
    height: 510px;
    overflow-y: scroll;
}
.slider-bg {
    background: url('../images/inside_bg.png') no-repeat top/contain;
    background-size: 104% 104%;
    max-height: 760px;
}
.swiper, .swiper-wrapper{
    height: 100%;
}
.swiper-button-next,
.swiper-button-prev, .main-color {
    color: #008e39;
}
.rounded-30{
    border-radius: 30px;
}
button:focus{
    outline: none;
}
.gotoSlide{
    cursor: pointer
}
.gotoSlide.active{
    color: #74c7d2;
}
.menu{
    height: 0;
    width: 100%;
    overflow-y: scroll;
    padding: 15px 5px;
    display: none;
}
/* width */
::-webkit-scrollbar {
    width: 7px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #008e39;
    border-radius: 3px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #74c7d2;
    border-radius: 3px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #74f7e2;
  }
.sub-menu{
    font-size: 1rem;
    background-color: #74c7d222;
    padding: 10px 20px;
    border-radius: 15px;
    height: 0;
    display: none
}
.sub-menu li{
    text-decoration: underline
}
.sub-menu li.active{
    color: #74c7d2;
}
.menu h3{
    margin: 10px 0px 0px;
    margin-left: -5px;
    cursor: pointer;
}
.regbtn{
    background-color: #008e39;
    color: #fff;
    padding: 7px 15px;
    border-radius: 20px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.regbtn:hover{
    background-color: #036128;
    border-radius: 10px;
    transform: scale(1.1);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
input{
    border: 1px solid #036128;
    border-radius: 5px;
    padding: 5px 15px;
}

.result1 {
    animation: res 4s ease 0s 1 backwards;
    opacity: 0;
    color: #036128;
    font-weight: bold;
}

.resultS {
    animation: res 8s ease 0s 1 backwards;
    opacity: 0;
    color: #036128;
    font-weight: bold;
}

.resultE {
    animation: res 8s ease 0s 1 backwards;
    opacity: 0;
    color: #ef4e5d;
    font-weight: bold;
}

@keyframes res {
    0% {
        opacity: 1;
    }
    10% {
        opacity: 1
    }
    25% {
        opacity: 1
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0
    }
}
.paddSlide{
    padding-top: 80px;
}
.regTitle{
    font-size: 2em;
}
@media screen and (max-width: 639px) {
    .left-col, .right-col{
        grid-column: span 3;
    }
    .slider-bg{
        background: url('../images/inside_bg_mobile.png') no-repeat top/contain;
        background-size: 100% 100%;
    }
    .bayer-logo{
        width: 60px;
    }
    .edes-logo{
        top: 20px;
        width: 28%;
    }
    .ophtha-logo{
        left: 20px;
        width: 32%;
    }
    .paddSlide{
        padding-top: 0px;
    }
    .regTitle{
        font-size: 1.5em;
        margin-top: 70px;
    }
    .hSlides{
        height: 450px;
        overflow-y: scroll;
    }
}

video{
    border: 3px double #0d9648;
    border-radius: 15px;
    box-shadow: 0px 0px 15px #116b06;
}












