/* ==========================================================================
   Vogue Greece | Change Makers Conference 2026 Stylesheet
   ========================================================================== */

/* --- Fonts --- */
@font-face {
    font-family: 'GillSansHelBd';
    src: url('fonts/GillSansHelBd.eot');
    src: url('fonts/GillSansHelBd.eot') format('embedded-opentype'),
         url('fonts/GillSansHelBd.woff2') format('woff2'),
         url('fonts/GillSansHelBd.woff') format('woff'),
         url('fonts/GillSansHelBd.ttf') format('truetype'),
         url('fonts/GillSansHelBd.svg#GillSansHelBd') format('svg');
}

@font-face {
    font-family: 'FLBaskervilleLight';
    src: url('fonts/FLBaskervilleLight.eot');
    src: url('fonts/FLBaskervilleLight.eot') format('embedded-opentype'),
         url('fonts/FLBaskervilleLight.woff2') format('woff2'),
         url('fonts/FLBaskervilleLight.woff') format('woff'),
         url('fonts/FLBaskervilleLight.ttf') format('truetype'),
         url('fonts/FLBaskervilleLight.svg#FLBaskervilleLight') format('svg');
    font-weight: 300;
}

@font-face {
    font-family: 'GillSansHelRg';
    src: url('fonts/GillSansHelRg.eot');
    src: url('fonts/GillSansHelRg.eot') format('embedded-opentype'),
         url('fonts/GillSansHelRg.woff2') format('woff2'),
         url('fonts/GillSansHelRg.woff') format('woff'),
         url('fonts/GillSansHelRg.ttf') format('truetype'),
         url('fonts/GillSansHelRg.svg#GillSansHelRg') format('svg');
}

@font-face {
    font-family: 'FLBaskervilleLightItalic';
    src: url('fonts/FLBaskervilleLightItalic.eot');
    src: url('fonts/FLBaskervilleLightItalic.eot') format('embedded-opentype'),
         url('fonts/FLBaskervilleLightItalic.woff2') format('woff2'),
         url('fonts/FLBaskervilleLightItalic.woff') format('woff'),
         url('fonts/FLBaskervilleLightItalic.ttf') format('truetype'),
         url('fonts/FLBaskervilleLightItalic.svg#FLBaskervilleLightItalic') format('svg');
}

@font-face {
    font-family: 'GillSansHelLg';
    src: url('fonts/GillSansHelLg.eot');
    src: url('fonts/GillSansHelLg.eot') format('embedded-opentype'),
         url('fonts/GillSansHelLg.woff2') format('woff2'),
         url('fonts/GillSansHelLg.woff') format('woff'),
         url('fonts/GillSansHelLg.ttf') format('truetype'),
         url('fonts/GillSansHelLg.svg#GillSansHelLg') format('svg');
}

/* --- Global Base Elements --- */
html {
    font-size: 21px;
    height: 100%;
}

body {
    height: 100%;
}

div, p, td, a, span, li {
    font: normal 21px/18.4px 'FLBaskervilleLight';
    color: #000000;
}

h2 {
    font-size: 108px;
    display: table;
    background: #ffffff;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'FLBaskervilleLight';
    font-weight: 300;
    text-transform: uppercase;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

figcaption {
    margin-top: 5px;
    text-align: left;
}

/* --- Navigation Bar --- */
.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

#logo {
    max-height: 80px;
}

.navbar-collapse {
    flex-grow: inherit;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border: none;
}

.nav-link {
    font-family: 'GillSansHelBd';
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
    color: #000000 !important;
}

.nav-link.active {
    text-decoration: underline;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.register {
    color: #ff0000 !important;
}

.register:hover {
    color: #ffffff !important;
    background-color: #ff0000;
}

/* Dropdown Menu Global Overrides */
.dropdown-menu {
    border: none !important;
    border-radius: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Dropdown Hover & Slide-Down Transition (Desktop) */
@media (min-width: 1200px) {
    .navbar .nav-item.dropdown {
        position: relative;
    }
    
    .navbar .dropdown-menu {
        display: block !important;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
        margin-top: 0;
        pointer-events: none;
    }
    
    .navbar .nav-item.dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
}

/* --- Swiper Slider 1 (Hero & Editor Note) --- */
.myswiper1 {
    width: 100%;
    margin: 22px auto;
    margin-bottom: 22px;
    padding: 0 2%;
    margin-top: 0;
}

.swiper-slide img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .myswiper1 {
        max-height: calc(100vh - 93px);
    }
    
    .myswiper1 .swiper-slide {
        max-height: calc(100vh - 93px);
        overflow: hidden;
    }
    
    /* Force slide images to fit the screen height on desktop */
    .myswiper1 .swiper-slide > img:not(.mobslider) {
        width: 100%;
        height: calc(100vh - 93px);
        object-fit: cover;
    }
}

/* Video Wrapper for Slide 1 */
.video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-wrapper iframe,
.video-wrapper video {
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
}

/* Absolute Video Overlays with Smooth Motions */
.video-overlay-wrapper {
    position: absolute;
    z-index: 10;
    pointer-events: none;
}

.video-overlay-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

/* 1. Date Wrapper (Top Left) */
.date-wrapper {
    top: 6%;
    left: 4%;
    width: 20%;
    /*max-width: 220px;*/
    opacity: 0;
    transform: translateY(-20px);
    animation: fadeInSlideDown 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: 0.5s;
}

/* 2. Logo Wrapper (Bottom Left) */
.logo-wrapper {
    bottom: 6%;
    left: 4%;
    width: 40%;
   /* max-width: 450px;*/
    opacity: 0;
    transform: translateX(-30px);
    animation: fadeInSlideRight 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: 0.8s;
}

/* 3. Stay Tuned Wrapper (Bottom Right) */
.stay-tuned-wrapper {
    bottom: 6%;
    right: 4%;
    width: 20%;
    max-width: 250px;
    opacity: 0;
    transform: translateX(30px);
    animation: fadeInSlideLeft 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: 1.1s;
}

/* Scale overlays proportionally on >1920px screens */
@media (min-width: 1921px) {
    .date-wrapper,
    .logo-wrapper,
    .stay-tuned-wrapper {
        max-width: none;
    }
}

/* Keyframes for Premium Motion Effects */
@keyframes fadeInSlideDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInSlideRight {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInSlideLeft {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (min-width: 992px) {
    .video-wrapper {
        height: calc(100vh - 93px);
        max-height: calc(100vh - 93px);
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .video-wrapper {
        margin: 0;
        aspect-ratio: 600 / 800;
    }
}

.swiper-button-next, 
.swiper-button-prev {
   /* background-color: rgba(0, 0, 0, 0.1);*/
}

.swiper-button-next:after, 
.swiper-button-prev:after {
    color: #ffffff;
}

.halfbxbg {
    position: absolute;
    z-index: 98;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background-color: #ff0000;
    mix-blend-mode: multiply;
}

.halfbx {
    width: 50%;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: right;
    box-sizing: border-box;
    padding: 5% 6%;
    color: #ffffff;
    font-size: 21px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.halfbx h4 {
    font-size: 60px;
    line-height: 48px;
    font-family: 'FLBaskervilleLight';
    margin-bottom: 10px;
    letter-spacing: -2px;
    position: relative;
    z-index: 99;
}

.halfbx p {
    position: relative;
    z-index: 99;
    color: #ffffff;
    line-height: 24.5px;
}

.readmore {
    color: #ffffff;
    background: #000000;
    padding: 7px 14px;
    padding-right: 34px;
    background: #000000 url(img/arrowwhite.svg) no-repeat 111px 13px;
    font-size: 22px;
    position: relative;
    z-index: 99;
}

.halfbx h4 span {
    font-family: 'FLBaskervilleLightItalic';
    font-size: 80%;
    color: #ffffff;
}

.p22 {
    margin-top: 20px;
}

.halfbx a:hover {
    color: #5e6163;
}

.readmore.mobread {
    display: inline-block;
    margin-top: 50px;
}

/* --- Editor Slide Layout --- */
.editor-slide {
    background-color: #ff0000;
}

.editor-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: calc(100vh - 130px);
    max-height: calc(100vh - 130px);
    align-items: stretch;
}

.editor-content {
    width: 50%;
    box-sizing: border-box;
    padding: 5% 6%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    overflow-y: auto;
}

.editor-content h4 {
    font-size: 60px;
    line-height: 48px;
    font-family: 'FLBaskervilleLight';
    margin-bottom: 10px;
    letter-spacing: -2px;
}

.editor-content p {
    color: #ffffff;
    line-height: 24.5px;
    font-size: 24px;
}

.editor-image {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.editor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

/* --- Quotes & Slider 2 --- */
.quoteswrap {
    background: #ebebeb;
    padding-top: 75px;
    padding-bottom: 100px;
}

.quoteswrap .myswiper2 p {
    font-size: 44px;
    line-height: 44px;
    text-align: center;
}

.quoteswrap .myswiper2 p small {
    font-family: 'GillSansHelRg';
    font-size: 13px;
    display: inline-block;
    letter-spacing: 1px;
    margin-top: 15px;
}

.swiper-horizontal > .swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, 
.swiper-pagination-fraction {
    bottom: 0px !important;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}

/* --- Gallery & Photos Container (Optional/Commented Out) --- */
#videos-container {
    padding-bottom: 130px;
}

#videos-container h2 {
    position: relative;
    top: -50px;
}

#photos-container {
    background: #ebebeb;
    padding-bottom: 130px;
}

#photos-container h2 {
    position: relative;
    top: -50px;
}

#myTab button {
    width: 100%;
    border-radius: 0;
}

/* --- Speakers & Participants --- */
#speakers {
    padding-bottom: 130px;
}

#speakers-container h2 {
    position: relative;
}

.hovimg {
    position: absolute;
    top: 0;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    right: 0;
    background-blend-mode: multiply;   
    background-size: contain;
}

.gitem:hover .hovimg {
    mix-blend-mode: multiply;
    background-color: #ff0000;
}

.gitem .hoveredtxt {
    position: absolute;
    top: 50%;
    opacity: 0;
    font-family: 'GillSansHelLg';
    font-size: 28px;
    padding: 50px;
    box-sizing: border-box;
    text-align: center;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    color: #ffffff;
    line-height: 28px;
}

.gitem:hover div {
    opacity: 1;
}

/* --- Partnerships & Sponsors --- */
#partners-container {
    background: #ebebeb;
    font-size: 60px;
    padding-bottom: 50px;
}

#partners h2 {
    font-size: 60px;
    position: relative;
    top: -35px;
    text-transform: uppercase;
    font-family: 'FLBaskervilleLight';
}

#partners img {
    max-width: 300px;
}

/* --- Schedule & Program --- */
#schedule-container {
    
    text-align: center;
    font-family: 'FLBaskervilleLight';
    font-size: 28px;
    padding-bottom: 80px;
}

#schedule h2 {
    display: table;
    background: #ffffff;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 60px;
    position: relative;
    top: -35px;
    text-transform: uppercase;
    font-family: 'FLBaskervilleLight';
}

#schedule h3 {
    font-size: 42px;
    margin-bottom: 30px;
}

#schedule p {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 30px;
}

#schedule span {
    font-family: 'GillSansHelBd';
    font-size: 19px;
    letter-spacing: 2px;
}

#schedule span.txtboldlight {
    font-family: 'GillSansHelLg';
    font-size: 27px;
}

/* --- Contact Section --- */
#contact-container {
    padding: 80px 0;
}

#contact h2 {
    font-size: 60px;
    text-transform: uppercase;
    font-family: 'FLBaskervilleLight';
    font-weight: 300;
    padding-bottom: 20px;
    margin-bottom: 0;
}

/* --- FAQ --- */
#faq-container {
    min-height: 800px;
    font-family: 'FLBaskervilleLight';
    font-size: 28px;
    padding-bottom: 80px;
}

#faq h2 {
    background: #ffffff;
    margin: 20px 0;
    margin-bottom: 30px;
    font-size: 44px;
    padding: 0;
    font-family: 'FLBaskervilleLight';
    font-weight: 600;
}

#faq h3 {
    font-size: 42px;
    margin-bottom: 0px;
    font-family: 'FLBaskervilleLight';
    margin-top: 15px;
}

#faq p, 
#faq p a, 
#faq li, 
#faq li a {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
}

/* --- Main Text Container --- */
#maintext-container {
    margin-top: 150px;
    margin-bottom: 150px;
}

#maintext-container h1 {
    font-size: 45px;
    font-family: 'FLBaskervilleLight';
    margin-bottom: 12px;
}

#maintext-container p {
    font: normal 21px/24px 'FLBaskervilleLight';
}

.back {
    color: #ffffff;
    background: #000000;
    padding: 7px 14px;
    font-size: 22px;
    position: relative;
    z-index: 99;
    padding-right: 14px;
    padding-left: 28px;
    background: #000000 url(img/leftarrowwhite.svg) no-repeat 9px 12px;
}

.mybutton {
    border-radius: 0;
}

.mybutton .btn .badge {
    position: relative;
    top: -3px;
}

/* --- Footer --- */
#footer-container {
    background-color: #000000;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

#footer-container a {
    color: #ffffff !important;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 5px;
}

svg.svg-social-icon {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #ffffff;
    padding: 10px;
    width: 46px;
    height: 46px;
}

svg.svg-social-icon path {
    fill: #ffffff;
}

svg.svg-social-icon:hover {
    border: 1px solid #ff0000 !important;
    outline: #ff0000;
    transition: border-color 200ms ease 0s;
}

svg.svg-social-icon:hover path {
    fill: #ff0000;
    transition: all 200ms ease 0s;
}

/* ==========================================================================
   Media Queries for Responsiveness
   ========================================================================== */

@media (max-width: 1199px) { 
    .navbar-light .navbar-nav .nav-link {
        text-align: center;
    }
    
    /* Smooth slide-down & centering for mobile dropdown menu */
    .navbar .dropdown-menu {
        display: block !important;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
        transition: max-height 0.35s ease-out, opacity 0.25s ease, visibility 0.25s ease;
        text-align: center;
        background-color: #ffffff;
        float: none;
        margin: 0 auto;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none;
    }
    
    .navbar .dropdown-menu.show {
        max-height: 200px;
        opacity: 1;
        visibility: visible;
    }
    
    .navbar .dropdown-item {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .halfbx {
        width: 50%;
        position: absolute;
        z-index: 99;
        top: 0;
        left: 0;
        bottom: 0;
        text-align: right;
        box-sizing: border-box;
        padding: 20px;
        color: #ffffff;
        font-size: 21px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
    }

    .halfbx h4 {
        font-size: 50px;
        line-height: 38px;
        margin-bottom: 10px;
        letter-spacing: -2px;
        position: relative;
        z-index: 99;
    }

    .halfbx p {
        position: relative;
        z-index: 99;
        color: #ffffff;
        line-height: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1280px) {
    #logo {
        width: 435px;
    }
}

@media (max-width: 991px) {
    .navbar-collapse {
        background-color: #ffffff;
        z-index: 100;
    }
    
    .halfbx {
        width: 100%;
        position: relative;
        z-index: 99;
        top: 0;
        left: 0;
        bottom: 0;
        text-align: center;
        box-sizing: border-box;
        padding: 10% 8%;
        color: #000000;
        font-size: 21px;
    }
    
    .halfbx p {
        position: relative;
        z-index: 99;
        color: #000000;
        line-height: 20px;
    }

    .halfbx h4 {
        font-size: 50px;
        line-height: 38px;
        margin-bottom: 10px;
        letter-spacing: -2px;
        position: relative;
        z-index: 99;
        margin-left: auto;
        margin-right: auto;
    }

    /* Editor Note Slide Mobile Adjustments */
    .editor-container {
        flex-direction: column;
        height: auto;
        max-height: none;
    }
    
    .editor-image {
        width: 100%;
        order: 1;
    }
    
    .editor-image img {
        height: auto;
        object-fit: contain;
    }
    
    .editor-content {
        width: 100%;
        order: 2;
        padding: 10% 8%;
        text-align: center;
        background-color: #ffffff;
        color: #000000;
        overflow-y: visible;
    }
    
    .editor-content h4 {
        font-size: 50px;
        line-height: 38px;
        margin-bottom: 10px;
        letter-spacing: -2px;
        margin-left: auto;
        margin-right: auto;
        color: #000000;
    }
    
    .editor-content p {
        color: #000000;
        line-height: 20px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 40px;
    }
    
    .navbar {
        padding-top: 0;
        padding-bottom: 0px;
    }
    
    #minilogo {
        width: 300px;
    }

    .navbar-collapse {
        margin-top: 0;
    }
    
    .halfbx {
        width: 100%;
        position: relative;
        z-index: 99;
        top: 0;
        left: 0;
        bottom: 0;
        text-align: center;
        box-sizing: border-box;
        padding: 10% 8%;
        color: #000000;
        font-size: 21px;
    }
    
    .halfbx h4 span {
        font-family: 'FLBaskervilleLightItalic';
        font-size: 80%;
        color: #000000;
    }
    
    .halfbx p {
        color: #000000;
    }
    
    #partners img {
        max-width: 100%;
    }
    
    .quoteswrap .myswiper2 p {
        font-size: 26px;
        line-height: 26px;
    }
    
    #partners h2 {
        font-size: 45px;
    }
}

@media (max-width: 375px) {
    .navbar-brand {
        margin-right: 0;
    }
}

@media (max-width: 320px) {
    #partners h2 {
        font-size: 30px;
    }
}
