body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    visibility: visible !important;
    opacity: 1 !important;
    /*box-shadow: inset 0 0 30px #333;*/
}

.section {
    visibility: visible !important;
    opacity: 1 !important;
}

a, .title-btns-content > a {
    text-decoration: none;
}

@font-face {
    font-family: Ubuntu;
    src: url(fonts/ubuntu/Ubuntu-Regular.ttf);
}

@font-face {
    font-family: Comfortaa;
    src: url(fonts/comfortaa/Comfortaa-Regular.ttf);
}

#right-menu {
    position: fixed;
    right: 0;
    top: 50%;
    width: 8em;
    margin-top: -2.5em;
    text-decoration: none;
    list-style: none;
}

#right-menu > li > a > img {
    width: 50%;
}

.active_right {
    /*background-color: rgba(0,0,0,0.1);
   border-radius: 25px;*/
}

#right-menu > li:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

#header {
    top: 0.61%;
    margin-top: 2%;
    /*bottom: 97.71%;*/
    position: absolute;
    z-index: 25;
    text-align: center;
}

#main-nav {
    text-align: center;
    padding-top: 30px;
    margin-left: 5%;
    z-index: -1;
    padding-left: 7% !important;
}

.content-wrapper {
    z-index: -2;
}

#main-nav > ul > li {
    display: inline;
    margin-right: 10px;
}

#main-nav > ul > li > a {
    text-decoration: none;
    display: inline-block;
    height: 23px;
    left: 22.6%;
    right: 74.38%;
    top: calc(50% - 23px / 2 - 2292px);
    font-family: Ubuntu;
    font-size: 1.5vw;
    line-height: 23px;
    color: #FFFFFF;
    text-align: center;
    margin-right: 20px;
}

#menu-nav {
    text-align: center;
}

.main-nav-list > li > a:hover, #log-in > a:hover {
    color: #6ab14f !important;
}

#logo {
    padding-left: 5%;
}

.main-logo {
    z-index: 999;
}

#logo > img {
    margin-top: -6%;
}

.buttons-right {
    padding-top: 20px;
}

#login-btn {
    /*text-align: right;*/
    font-size: 1.2vw;
    padding-right: 70px;
    padding-top: 10px;
}

#candidate {
}

#candidate-btn {
    padding-top: 5px;
}

#candidate > a {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 1.2vw;
    text-align: center;
    letter-spacing: 1.25px;
    color: #1C8800;
    text-decoration: none;
    background: #FFF;
    box-shadow: 0px 5px 20px rgba(7, 42, 68, 0.1);
    border-radius: 8px;
    padding: 15px;
}

#candidate > a:hover {
    color: #fff;
    background-color: #1C8800;
}

#log-in > a {
    font-weight: bolder;
    color: #FFF !important;
    text-decoration: none !important;
}

/*gallery*/
#carousel {
    /*	margin-top: -10px;*/
    /*height: 90vh;*/
    position: relative;
    display: block;
}

.btn-content-wrap {
    /* margin-top: 3vw; */
    /* margin-left: 20%; */
}

.mySlides > img {
    height: 100vh;
    z-index: -100;
}

/**public style**/
#thumbnails {
    text-align: center;
    margin-top: -12%;
    z-index: 100;
    /*position: absolute;*/
}

/* Slideshow container */
.slideshow-container {
    /*max-width: 1000px;*/
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #fff !important;
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    z-index: 999;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 2vw;
    position: absolute;
    bottom: 0.2px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding-right: 50%;
}

.text-wrap-gallery {
    position: absolute !important;
}

.slider-title {
    display: inline-block;
    font-family: Comfortaa;
    font-size: 3vw;
    width: 50%;
    padding-top: 30vh;
    /* position:absolute;*/
}

.slider-subtitle-content {
    display: block;
    font-family: Comfortaa;
    font-size: 1.5vw;
    margin-top: 10vw;
    padding-left: 5vw;
    padding-right: 5vw;
}

.title-btn-wrap {
    padding-top: 65vh;
    padding-left: 80%;
}

.title-btns {
    /*margin-top: 10px;*/
    box-shadow: 0px 5px 20px rgba(7, 42, 68, 0.1);
    display: inline-block;
    font-family: Comfortaa;
    position: absolute;
}

.title-btns-content > a {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 1.2vw;
    text-align: center;
    letter-spacing: 1.25px;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    /*
    background: #1C8800;
    border-radius: 8px;
    width: 200px; */
    /* position: absolute; */
    /* left: 50%; */
    /* margin-left: -25px; */
}

.title-btns > a:hover {
    text-decoration: none;
    color: #1C8800;
    background-color: #fff;
}

.title-btns-content:hover {
    background-color: #fff;
}

.title-btns-content:hover .sub-btn {
    color: #1C8800;
    text-decoration: none;
}

/* .title-btns-content>a:hover {
    text-decoration: none;
    color: #1C8800;
} */
/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    /*border-radius:5px;*/
    margin-right: 100px;
    cursor: pointer;
    height: 10%;
    width: 10%;
    margin: 0 2px;
    background-color: #fff;
    display: inline-block;
    transition: background-color 0.6s ease;
    opacity: 0.2;
}

.dot > img {
    /*border-radius:50px;*/
}

#thumbnails > .active {
    border: 3px solid #fff;
    /*border-radius:50%;*/
    opacity: 1;
}

.active, .dot:hover {
    /*background-color: #717171;*/
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}

.active-slide {
    -webkit-animation: fadein 3s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 3s;
    /* Firefox < 16 */
    -ms-animation: fadein 3s;
    /* Internet Explorer */
    -o-animation: fadein 3s;
    /* Opera < 12.1 */
    animation: fadein 3s;
}

@keyframes fadein {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

/*end of gallery*/
/*numbers section*/
#numbers {
    font-family: Comfortaa;
    color: #fff;
}

.numbers-section {
    min-height: 60vh;
    background-color: #8DE219;
    padding-top: 8%;
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
    border: 2px solid #8DE219;
}

.num-big-num {
    text-align: center;
    font-size: 12vh;
}

.num-content {
    margin-top: 15%;
    text-align: center;
    font-size: 2.5vh;
}

.num-num {
    padding-top: 5%;
}

.right-line {
}

.right-line > img {
    height: 75%;
}

.events-title, .partners-title {
    margin-top: 15vh;
    font-size: 5vh;
    line-height: 40px;
    margin-bottom: 5vw;
}

.why-title, .testimonials-title {
    margin-top: 10vh;
    font-size: 5vh;
    line-height: 40px;
}

.testimonials-title {
    margin-top: 5vh;
    font-size: 5vh;
    line-height: 40px;
}

.why-title > span, .events-title > span, .partners-title > span, .testimonials-title > span {
    font-family: Comfortaa;
}

.why-sections {
    font-size: 2vh;
    text-align: center;
    margin-top: 5%;
    /*padding-left:4%;*/
}

.why-first-content, .why-second-content, .why-third-content {
    padding-top: 10px;
    padding-left: 5%;
    display: block;
    font-family: Ubuntu;
    overflow: auto;
}

.why-first-section > img, .why-second-section > img, .why-third-section > img {
    float: none;
    width: 10vh;
}

.why-first-section, .why-second-section, .why-third-section {
    text-align: center;
}

/*end of numbers section */
/*events section*/
.main-events {
    margin-top: 5%;
}

.main-event-first {
    padding-left: 10%;
}

.main-event-second {
    padding-right: 10%;
}

.main-event-first > img, .main-event-second > img, .main-event-first > a > img, .main-event-second > a > img {
    z-index: -1;
    width: 90%;
    position: relative;
    border-radius: 20px;
    -webkit-box-shadow: 0px 3px 18px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 18px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 18px -1px rgba(0, 0, 0, 0.75);
    border-collapse: collapse;
}

.main-event-first > a, .main-event-second > a {
    display: block;
}

.slider {
    width: 50%;
    margin: 100px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}

.event-subtitle {
    /* position: absolute; */
    /* margin-left: 5%; */
    /* width: 100%; */
    /* font-size: 2.5vh; */
    padding: 7vh;
    margin-top: -15vh;
    display: block;
    z-index: 1;
    font-family: Ubuntu;
    background-color: rgba(255, 255, 255, 0.5);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.secondary-event-first, .secondary-event-second, .secondary-event-third {
    /*border-radius: 45px;*/
}

.event-subtitle-mini {
    position: absolute;
    /*font-size: 1.7vh;*/
    margin-top: -10vh;
    display: block;
    z-index: 1;
    padding: 4vh;
    font-family: Ubuntu;
    background-color: rgba(255, 255, 255, 0.5);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.secondary-events > a, .secondary-event-third > a {
    color: #93e314;
    font-size: 5vh;
}

.film-prev {
    margin-left: -15px;
}

/*end of events section*/
/*sponsors section*/
.mobile-sponsors {
    display: none;
}

.sponsors-logos > div:nth-child(n+5) {
    display: none;
}

.b-description_readmore_button {
    font-family: Ubuntu;
    display: block;
    width: 150px;
    /*border: 1px solid black;*/
    padding: 10px 0;
    cursor: pointer;
    text-align: center;
    color: #93e314;
    margin: auto;
    text-align: center;
}

.b-description_readmore_button:hover {
    color: #fff;
    background: #93e314;
    border-radius: 10px;
}

.b-description_readmore_ellipsis:after {
    content: '';
    display: inline-block;
    /* position: absolute;*/
    bottom: 0;
    right: 0;
    width: 75%;
    height: 15px;
    background: linear-gradient(to right, rgba(250, 250, 250, 0), rgba(250, 250, 250, 1) 65%);
}

.b-description_readmore_wrapper {
    margin-top: 8%;
    /*display: flex;*/
    /*flex-flow: column wrap;
    align-items: center;  */
    /*max-width: none !important;
    width: 100%;*/
}

.more-sponsors {
    display: flex;
}

.read-fade {
    background: linear-gradient(to right, rgba(250, 250, 250, 0), rgba(250, 250, 250, 1) 65%);
    height: 100px;
    margin-top: -100px;
    position: relative;
}

/*end of sponsors section*/
/*testemonials section*/
#testimonials {
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.0001) 0%, #EBEEF0 100%);
    border-radius: 100px 100px 0px 0px;
    padding-top: 1% !important;
    padding: 2%;
    margin-top: 8%;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.testimonials-students {
    margin-top: 5%;
}

.testimonials-students > div {
    background: #FFFFFF;
    border-radius: 10px;
    font-family: Ubuntu;
    margin-bottom: 2%;
}

.first-student:hover, .second-student:hover, .third-student:hover {
    /* box-shadow: 0 0 11px rgba(33, 33, 33, .2);
    cursor: pointer; */
}

.first-student > img:hover, .second-student > img:hover, .third-student > img:hover {
    /* box-shadow: 0 0 11px rgba(33, 33, 33, .9); */
}

.first-student > img, .second-student > img, .third-student > img {
    margin-top: 6vh;
    border-radius: 50%;
    width: 40%;
}

.student-comment {
    margin-top: 5vh;
    font-size: 1.2vw;
    overflow: hidden;
    height: 25vh;
}

.student-name {
    color: #919AA3;
    /* margin-top: 3vh; */
    font-size: 1.1vw;
}

/*end of testemonials section*/
/*cookies section*/
#cookies {
    margin-top: 5%;
    background: #59D43A;
    mix-blend-mode: normal;
    opacity: 0.9;
    display: block;
    padding: 1%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: Ubuntu;
}

.cookie-text {
    text-align: justify;
}

.cookie-btns {
    padding-top: 3vh;
}

#cookie-accept {
    background: #FFFFFF;
    box-shadow: 0px 5px 20px rgba(7, 42, 68, 0.1);
    border-radius: 8px;
    margin-right: 2px;
}

#cookie-deny {
    color: #FFFFFF;
    box-shadow: 0px 5px 20px rgba(7, 42, 68, 0.1);
    border-radius: 8px;
    background: #59D43A;
}

.cookie-sponsor-img {
    float: left;
}

.cookie-sponsor-text {
    display: block;
    /* padding-top: 1vw; */
    padding-left: 10vw;
    font-family: Ubuntu;
}

/* Grow Shadow */
#cookie-accept, #cookie-deny {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

#cookie-accept:hover, #cookie-accept:focus, #cookie-accept:active, #cookie-deny:hover, #cookie-deny:focus, #cookie-deny:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*end of cookies section*/
/*hamburger*/
.hamburger-nav {
    font-size: 2.1vh;
}

.hamburger-wrap {
    position: absolute !important;
    background-color: rgba(255, 255, 255, 0.5);
}

.hamburger {
    color: #fff !important;
    background: none;
    position: absolute;
    right: 2%;
    line-height: 45px;
    padding: 5px 15px 0px 15px;
    border: 0;
    font-size: 3em;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 90000000000000;
    text-align: right;
}

.hamburger > img {
    width: 20%;
}

.cross {
    color: #1C8800 !important;
    background: none;
    position: absolute;
    margin-top: 4%;
    right: 2%;
    margin-right: 2%;
    /*padding:7px 15px 0px 15px;*/
    color: #999;
    border: 0;
    font-size: 6em;
    line-height: 65px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 10000000000000;
}

.menu {
    z-index: 1000000;
    font-weight: bold;
    font-size: 0.8em;
    font-family: Ubuntu;
    width: 100%;
    background: #f1f1f1;
    position: absolute;
    text-align: center;
    font-size: 15px;
    margin-top: 3%;
    background-color: rgba(255, 255, 255, 0.9);
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

.menu li {
    /* display: block; */
    padding: 15px 0 15px 0;
    border-bottom: #dddddd 1px solid;
}

.menu ul li a {
    text-decoration: none;
    margin: 0px;
    color: #666;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 27%;
    padding-right: 27%;
}

.about-go, .edu-go {
    display: none;
}

/* .go-right {
    padding-left: 25% !important;
} */
.hamburger-nav > .nav-item:hover {
    background-color: rgba(255, 255, 255, 2);
}

.glyphicon-home {
    color: #fff;
    font-size: 1.5em;
    margin-top: 5px;
    margin: 0 auto;
}

.right-mobile {
    color: #1C8800 !important;
}

.cross {
    display: none;
}

.menu {
    display: none;
}

/*end of hamburger*/
.dropdown-content, .dropdown-content-about {
    display: none;
    position: absolute;
    background-color: #1C8800;
    min-width: 160px;
    z-index: 1;
    border-radius: 10px;
}

.dropdown-content {
    /* position: relative;
    width: 80%; */
    margin-left: 18%;
    margin-top: -3px;
}

.dropdown-content-about {
    margin-left: 7%;
    margin-top: -3px;
}

/* Links inside the dropdown */
.dropdown-content > a, .dropdown-content-about > a {
    color: #fff;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    font-family: Ubuntu;
    font-size: 1.3vw;
}

.dropdown-content > a:hover, .dropdown-content-about > a:hover {
    font-weight: bolder;
    text-decoration: none;
    color: #fff;
    /* text-decoration: underline; */
}

.dropdown-el:hover .dropdown-content, .dropdown-about:hover .dropdown-content-about {
    background-color: #1C8800;
    display: block;
}

.big-loader {
    width: 40% !important;
    /* height: 40% !important; */
    margin-left: 30% !important;
    margin-top: 10% !important;
    height: 60vh !important;
    margin-bottom: 15vh;
}

.event-title-top {
    margin-top: -1.5vw;
    background: #fff;
    min-height: 1.5vw;
}

.event-top-link {
    text-decoration: none;
    font-weight: bolder;
    color: #1C8800;
}

.event-top-link:hover {
    text-decoration: none;
    color: #1C8800;
}

.event-title-top-small {
    /* margin-top: -1.5vw; */
    width: 14vw;
    display: inline-block;
    text-align: center;
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
}

.btn-to-go {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 1.2vw;
    text-align: center;
    letter-spacing: 1.25px;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    background: #1C8800;
    border-radius: 8px;
    width: 200px;
    /* position: absolute; */
}

.title-btns-content {
    display: inline-block;
    /* margin-top: 2vw; */
    height: 3.5vw;
    width: 15vw;
    background: #1C8800;
    border-radius: 8px;
}

.lang-menu {
    position: fixed;
    right: 0;
    top: 5%;
    /*width: 8em;*/
    margin-top: -2.5em;
    text-decoration: none;
    list-style: none;
    z-index: 9999;
    /*display: block;*/
}

/*.buttons-right{
    margin-left: -10vw !important;
}*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*query's */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .secondary-events {
        display: none;
    }

    .main-nav-list, .buttons-right {
        display: none !important;
    }

    .hamburger-wrap {
        display: block;
    }

    .lang-menu {
        display: none;
    }

    .hamburger {
        right: 0;
    }

    .hamburger, .cross {
        margin-top: 4%;
    }

    .mySlides > img {
        height: 55vh;
    }

    .slider-title {
        margin-top: -25vw;
        font-size: 3.5vw;
    }

    .main-logo {
        width: 25vw;
    }

    .slider-subtitle-content {
        margin-top: 10vw;
        font-size: 3vw;
    }

    .title-btns-content > a {
        font-size: 2.9vw;
    }

    .btn-content-wrap {
        margin-top: 10vw;
    }

    #thumbnails {
        margin-top: -15%;
    }

    #header {
        padding-left: 10%;
    }

    #logo {
        /* padding-left: 0; */
    }

    .main-logo {
        /* max-width: 45vw;*/
    }

    #right-menu {
        display: none;
    }

    .num-big-num {
        font-size: 5vh;
    }

    .num-content {
        margin-top: 5%;
        font-size: 3vh;
    }

    .right-line {
        display: none;
    }

    .num-num:not(:last-child) {
        border-bottom: 1px solid #fff;
    }

    .num-num {
        padding-bottom: 5%;
    }

    .why-sections {
        padding-left: 0;
    }

    .why-title, .events-title, .testimonials-title, .partners-title {
        font-size: 3vh;
    }

    .why-first-section > img, .why-second-section > img, .why-third-section > img {
        float: none;
    }

    .why-first-section, .why-second-section, .why-third-section {
        text-align: center;
    }

    .why-first-content, .why-second-content, .why-third-content {
        font-size: 2vh;
    }

    .main-event-first {
        padding-left: 0;
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    .main-event-second {
        padding-right: 0;
    }

    .event-subtitle {
        font-size: 1.9vh;
        margin-top: -10vh;
        padding: 4vh;
    }

    .event-subtitle-mini {
        font-size: 2vh;
        text-align: center;
    }

    .slick-dots {
        position: inherit !important;
    }

    .student-comment, .student-name {
        font-size: 2vh;
    }

    .cookie-text, #cookie-accept, #cookie-deny {
        font-size: 2vh;
    }

    /* .mobile-sponsors {
        display: flex;
    } */
    .mobile-sponsors > div {
        margin-bottom: 10vw;
        border-bottom: 1px solid #93e314;
        padding-bottom: 5vw;
    }

    /* .more-sponsors {
        display: none;
    } */
    .b-description_readmore_button, .b-description_readmore_button_active {
        /* display: none; */
    }

    .go-for-btn {
        padding-left: 11%;
    }

    .cookie-sponsor-text {
        padding-left: 30vw;
    }

    .title-btns-content > a {
        padding: 1px;
    }

    .btn-content-wrap {
        margin-top: -18vw;
        margin-left: auto;
        /* margin-top: 5vw; */
        /* display: table;
        position: absolute; */
        /* margin-left: 37%; */
        /* margin-left: 25%; */
    }

    body {
        padding: 0;
    }

    .title-btns-content {
        width: 35vw;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .secondary-events {
        display: none;
    }

    .main-nav-list, .buttons-right {
        display: none !important;
    }

    .mySlides > img {
        height: 80vh;
    }

    .hamburger-wrap {
        display: block;
    }

    .lang-menu {
        display: none;
    }

    #logo {
        padding-left: 0;
    }

    .main-logo {
        max-width: 25vw;
    }

    .slider-title {
        margin-top: -10vw;
        font-size: 4vw;
    }

    .slider-subtitle-content {
        font-size: 3vw;
        /*line-height:20px;*/
        margin-top: 5vw;
    }

    .title-btns-content > a {
        font-size: 3vw;
    }

    .btn-content-wrap {
        margin-top: -18vw;
        /* margin-top: 5vw; */
        display: table;
        position: absolute;
        margin-left: 1%;
        width: 500px;
        position: absolute;
        /* left: 50%;
        margin-left: -25px; */
    }

    .title-btns-content {
        /* display: table-cell; */
        text-align: center;
        /* vertical-align: bottom; */
    }

    .hamburger {
        margin-top: 3%;
    }

    #thumbnails {
        margin-top: -12%;
    }

    #right-menu {
        display: none;
    }

    .right-line {
        display: none;
    }

    .num-content {
        margin-top: 5%;
    }

    .num-num:not(:last-child) {
        border-bottom: 1px solid #fff;
    }

    .num-num {
        padding-bottom: 5%;
    }

    .num-big-num {
        font-size: 4vh;
    }

    .num-content {
        font-size: 3vw;
    }

    .why-sections {
        padding-left: 0;
    }

    .why-first-section > img, .why-second-section > img, .why-third-section > img {
        float: none;
    }

    .why-first-section, .why-second-section, .why-third-section {
        text-align: center;
    }

    .why-first-section > img, .why-second-section > img, .why-third-section > img {
        float: none;
    }

    .why-first-content, .why-second-content, .why-third-content {
        font-size: 3vh;
    }

    .why-title, .events-title, .testimonials-title, .partners-title {
        font-size: 5vh;
    }

    .main-event-first {
        padding-left: 0;
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    .event-subtitle {
        font-size: 3vh;
        margin-top: -10vh;
        padding: 4vh;
    }

    .event-subtitle-mini {
        font-size: 2vh;
        text-align: center;
        margin-top: -6vh;
        padding: 1vh;
    }

    .student-comment, .student-name {
        font-size: 2.5vh;
    }

    /* .mobile-sponsors {
        display: flex;
    } */
    .mobile-sponsors > div {
        margin-bottom: 10vw;
    }

    /* .more-sponsors {
        display: none;
    } */
    .b-description_readmore_button, .b-description_readmore_button_active {
        display: none;
    }

    .cookie-sponsor-text {
        padding-left: 20vw;
    }

    body {
        padding: 0;
    }

    .title-btns-content {
        width: 30vw;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .secondary-events {
        display: block;
    }

    .main-nav-list, .buttons-right {
        display: none !important;
    }

    .hamburger-wrap {
        display: block;
    }

    .lang-menu {
        display: none;
    }

    #header {
        margin-left: 0;
        margin-right: 0;
        background-color: transparent;
        box-shadow: transparent;
    }

    #logo {
        padding-left: 0;
    }

    .slider-title {
        font-size: 3.5vw;
        margin-top: -18vw;
    }

    .slider-subtitle-content {
        font-size: 2vw;
    }

    .title-btns {
        margin-top: -25vh;
    }

    .title-btns > a {
        font-size: 1.6vw;
    }

    .title-btn-wrap {
        padding-left: 70%;
        margin-top: 10vh;
    }

    #thumbnails {
        margin-top: -13%;
    }

    .mySlides > img {
        height: 65vh;
    }

    #right-menu {
        display: none;
    }

    .right-line {
        display: block;
        height: 40vh;
    }

    .num-num:not(:last-child) {
        border-bottom: 0;
    }

    .num-num {
        padding-bottom: 0%;
        padding-top: 2%;
    }

    .num-big-num {
        font-size: 4.5vh;
    }

    .num-content {
        margin-top: 10%;
        font-size: 2vh;
    }

    .numbers-section {
        min-height: 10vh;
    }

    .why-sections {
        padding-left: 0;
    }

    .why-first-section, .why-second-section, .why-third-section {
        text-align: center;
    }

    .why-first-section > img, .why-second-section > img, .why-third-section > img {
        float: none;
    }

    .why-first-content, .why-second-content, .why-third-content {
        font-size: 2vh;
    }

    .why-title, .events-title, .testimonials-title, .partners-title {
        font-size: 4vh;
    }

    .why-first-section > img, .why-second-section > img, .why-third-section > img {
        float: none;
    }

    .event-subtitle {
        font-size: 2.3vh;
    }

    .event-subtitle-mini {
        font-size: 1.3vh;
        margin-top: -8vh;
        padding: 3vh;
    }

    .student-comment, .student-name {
        font-size: 1.5vh;
    }

    /* .mobile-sponsors {
        display: flex;
    } */
    /* .more-sponsors {
        display: none;
    } */
    .b-description_readmore_button, .b-description_readmore_button_active {
        display: none;
    }

    .cookie-sponsor-text {
        padding-left: 12vw;
    }

    .main-logo {
        max-width: 15vw;
    }

    .main-event-first {
        margin-top: 0vh;
    }

    /* body {
        padding-left: 3%;
        padding-right: 3%;
    } */
    .title-btns-content {
        width: 28vw;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .secondary-events {
        display: block;
    }

    .main-nav-list {
        display: inline-block !important;
    }

    .mySlides > img {
        height: 90vh;
    }

    .buttons-right {
        display: flex !important;
    }

    .hamburger-wrap {
        display: none;
    }

    .lang-menu {
        display: block;
    }

    #logo {
        padding-left: 0;
    }

    .slider-title {
        font-size: 2.5vw;
        /*padding-top: 20vh;*/
        margin-top: -5vw;
    }

    .slider-subtitle-content {
        font-size: 2vw;
        /* line-height:25px;
    padding-top: 30vh;*/
    }

    .title-btns-content > a {
        font-size: 1.3vw;
    }

    #login-btn {
        padding-right: 40px;
    }

    #right-menu {
        display: block;
    }

    .right-line {
        display: block;
        /*height: 40vh;*/
    }

    .why-first-content, .why-second-content, .why-third-content {
        font-size: 2vh;
        text-align: center;
    }

    .why-title, .events-title, .testimonials-title, .partners-title {
        font-size: 5vh;
    }

    .why-first-section > img, .why-second-section > img, .why-third-section > img {
        float: none;
    }

    .event-subtitle {
        font-size: 2.5vh;
    }

    .event-subtitle-mini {
        font-size: 2vh;
        margin-top: 0vh;
        padding: 2vh;
    }

    .student-comment, .student-name {
        font-size: 2.2vh;
    }

    .mobile-sponsors {
        display: none;
    }

    .more-sponsors {
        display: flex;
    }

    .b-description_readmore_button, .b-description_readmore_button_active {
        display: block;
    }

    /* .btn-content-wrap {
        margin-left: 23%;
    } */
    body {
        padding: 0;
    }

    .title-btns-content {
        width: 20vw;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .secondary-events {
        display: block;
    }

    .main-event-first > img, .main-event-second > img {
        height: 20vw;
    }

    .main-nav-list {
        display: inline-block !important;;
    }

    .buttons-right {
        display: flex !important;
    }

    .hamburger-wrap {
        display: none;
    }

    .lang-menu {
        display: block;
    }

    #logo {
        /*padding-left: 5% !important;*/
    }

    .slider-title {
        font-size: 2vw;
        /*padding-top:22vh;*/
    }

    .slider-subtitle-content {
        font-size: 1.5vw;
    }

    .title-btns-content > a {
        font-size: 1.3vw;
    }

    #login-btn {
        padding-right: 70px;
    }

    .mySlides > img {
        height: 95vh;
    }

    #thumbnails {
        margin-top: -11%;
    }

    #right-menu {
        display: block;
    }

    .numbers-section {
        /* min-height: 60vh; */
    }

    .right-line {
        display: block;
        /*height: 40vh;*/
    }

    .num-big-num {
        font-size: 10vh;
    }

    .num-content {
        margin-top: 10%;
        font-size: 2vh;
    }

    .why-first-content, .why-second-content, .why-third-content {
        font-size: 1.9vh;
        text-align: center;
    }

    .why-title, .events-title, .testimonials-title, .partners-title {
        font-size: 5vh;
    }

    .why-first-section > img, .why-second-section > img, .why-third-section > img {
        float: none;
        width: 4vw;
    }

    .event-subtitle {
        font-size: 2.5vh;
    }

    .event-subtitle-mini {
        font-size: 2vh;
        margin-top: -8vh;
        padding: 3vh;
    }

    .student-comment, .student-name {
        font-size: 1.2vw;
    }

    .student-comment {
        height: 15vw;
    }

    .mobile-sponsors {
        display: none;
    }

    .more-sponsors {
        display: flex;
    }

    .b-description_readmore_button, .b-description_readmore_button_active {
        display: block;
    }

    .btn-content-wrap {
        margin-top: -15vw;
        /* margin-top: 5vw; */
        /* display: table;
        position: absolute;
        margin-left: 46%; */
    }

    .slider-subtitle-content {
        margin-top: 7vw;
    }

    .main-logo {
        margin-top: -2vw;
    }

    body {
        padding-left: 5%;
        padding-right: 5%;
    }

    #candidate-btn {
        margin-left: -35px;
    }

    #log-in {
        margin-left: -20px;
    }

    /* .btn-content-wrap {
        margin-left: 25%;
    } */
    .title-btns-content {
        width: 15vw;
    }
}

@media screen and (min-width: 1600px) {

    /* .btn-content-wrap {
        margin-left: 23%;
    } */
    .title-btns-content > a {
        width: 400px;
    }
}

@media screen and (min-width: 1900px) {

    /* .btn-content-wrap {
        margin-left: 25%;
    } */
    .title-btns-content > a {
        width: 400px;
    }
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (max-height: 500px) {
    .mySlides > img {
        height: 95vh;
    }

    .slider-title {
        font-size: 3vh;
        margin-top: 0;
    }

    .slider-subtitle-content {
        margin-top: 0;
        font-size: 2vh;
    }

    .btn-content-wrap {
        margin-top: -20%;
    }

    .title-btns-content > a {
        font-size: 2.5vh;
    }

    .num-big-num {
        font-size: 10vh;
    }

    .num-content {
        /*    margin-top:10%;*/
        font-size: 5vh;
    }

    .why-title, .events-title, .testimonials-title, .partners-title {
        font-size: 7vh;
    }

    .why-first-content, .why-second-content, .why-third-content {
        font-size: 4vh;
        text-align: center;
    }

    .student-comment, .student-name {
        font-size: 4vh;
    }

    .hamburger-nav {
        font-size: 3vh;
    }

    .cross {
        margin-top: 3%;
    }

    /* .mobile-sponsors {
        display: flex;
    } */
    /* .more-sponsors {
        display: none;
    } */
    .b-description_readmore_button, .b-description_readmore_button_active {
        display: none;
    }

    .btn-content-wrap {
        /* margin-left: 44%; */
    }
}

@media (min-width: 1920px) and (max-width: 2560px)  {
    .lang-menu {
        /*right: -2.5%;*/
        /*display: block;*/
    }
}

/*end of query's*/
