﻿:root {
    --primary-80: rgba(89, 201, 238, 0.8);
    --secondary: #6e654c;
    --third: #dacda9;
    --third-50: rgba(244, 245, 247, 0.5);
    --third-80: rgba(244, 245, 247, 0.8);

    --primary: #0d6efd;
    --dark: #07111f;
    --gold: #d4a843;
    --glass: rgba(255,255,255,.08);
}

.font-weight-900 {
    font-weight: 900;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-400 {
    font-weight: 400;
}

.drop-shadow {
    filter: drop-shadow(5px 5px 5px rgba(55,55,55,.8));
}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.text-white {
    color: #FFFFFF !important;
}

body {
    overflow-x: hidden;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #777777;
}

.w-90 {
    width: 90%;
}

.w-85 {
    width: 85%;
}

.w-80 {
    width: 80%;
}

.w-70 {
    width: 70%;
}

.w-65 {
    width: 65%;
}

.w-60 {
    width: 60%;
}

.w-55 {
    width: 55%;
}

.w-45 {
    width: 45%;
}

.w-40 {
    width: 40%;
}

.w-35 {
    width: 35%;
}

.w-30 {
    width: 30%;
}

.w-20 {
    width: 20%;
}

section {
    padding: 20px 0;
}

section:not(:first-child) {
    margin-top: 2px;
}

.section-title {
    position: relative;
    display: inline-block;
    margin: 0 auto 4rem auto;
    padding-bottom: 1rem;
    text-align: center;
    font-size: clamp(1.4rem, 3vw, 2.75rem);
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #07111f;
    width: 100%;
}

    /* золотая линия */

    .section-title::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 90px;
        height: 4px;
        border-radius: 999px;
        background: linear-gradient( 90deg, #d4a843, #f3d27a );
    }

    /* декоративные точки */

    .section-title::before {
        content: "◆";
        position: absolute;
        left: 50%;
        bottom: -10px;
        transform: translateX(-50%);
        font-size: .8rem;
        color: #d4a843;
        background: #f5f8fc;
        padding: 0 .5rem;
        z-index: 2;
    }

#video {
    margin-top: 80px;
    min-height: 100vh !important;
}

    #video h6 {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 3px !important;
    }

#supporters {
    padding: 60px 0;
}

    #supporters .supporters-wrap {
        border-top: 1px solid #e0e5fa;
        border-left: 1px solid #e0e5fa;
        margin-bottom: 30px;
    }

    #supporters .supporter-logo {
        padding: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #e0e5fa;
        border-bottom: 1px solid #e0e5fa;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.5);
        min-height: 160px;
    }

        #supporters .supporter-logo:hover img {
            transform: scale(1.2);
        }

    #supporters img {
        transition: all 0.4s ease-in-out;
    }

#video h5 {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 5px 0;
}

    #video h4 {
        font-size: 17px;
        font-weight: 500;
    }

    #video .badge {
        margin-top: 10px;
    }

    #video #comments {
        overflow-y: scroll;
        max-height: 370px;
        margin: 7px 0 7px 0;
        padding: 3px;
    }

    #video #comments .alert-info {
        padding: 2px !important;
        background: transparent !important;
        font-size: 12px;
        line-height: 15px;
        font-weight: 400;
    }

    #video #sendBtn.btn {
        background-color: var(--primary) !important;
        color: #FFF;
        border-radius: 4px;
        padding: 5px 20px;
    }



.schedule {
    padding: 60px 0 60px 0;
}

    .schedule .nav-tabs {
        text-align: center;
        margin: auto;
        display: block;
        border-bottom: 0;
        margin-bottom: 30px;
    }

        .schedule .nav-tabs li {
            display: inline-block;
            margin-bottom: 0;
        }

        .schedule .nav-tabs a {
            border: none;
            border-radius: 50px;
            font-weight: 600;
            background-color: var(--primary);
            color: #fff;
            padding: 10px 100px;
        }

@media (max-width: 991px) {
    .schedule .nav-tabs a {
        padding: 8px 60px;
    }
}

@media (max-width: 767px) {
    .schedule .nav-tabs a {
        padding: 8px 50px;
    }
}

@media (max-width: 480px) {
    .schedule .nav-tabs a {
        padding: 8px 30px;
    }
}

.schedule .nav-tabs a.active {
    background-color: var(--secondary);
    color: #fff;
}

.schedule .sub-heading {
    text-align: center;
    font-size: 18px;
    font-style: italic;
    margin: 0 auto 30px auto;
}

@media (min-width: 991px) {
    .schedule .sub-heading {
        width: 75%;
    }
}

.schedule .tab-pane {
    transition: ease-in-out 0.2s;
}

.schedule .schedule-item {
    border-bottom: 1px solid #cad4f6;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: background-color ease-in-out 0.3s;
}

    .schedule .schedule-item:hover {
        background-color: #fff;
    }

    .schedule .schedule-item time {
        padding-bottom: 5px;
        display: inline-block;
    }

    .schedule .schedule-item .speaker {
        width: 60px;
        height: 60px;
        overflow: hidden;
        border-radius: 50%;
        float: left;
        margin: 0 10px 10px 0;
    }

        .schedule .schedule-item .speaker img {
            height: 100%;
            transform: translateX(-50%);
            margin-left: 50%;
            transition: all ease-in-out 0.3s;
        }

    .schedule .schedule-item h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px;
    }

        .schedule .schedule-item h4 span {
            font-style: italic;
            color: #19328e;
            font-weight: normal;
            font-size: 16px;
        }

    .schedule .schedule-item p {
        font-style: italic;
        color: #152b79;
        margin-bottom: 0;
    }
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--primary);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #57aae1;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: transparent;
    transition: all .35s ease;
    padding: 18px 0;
    z-index: 997;
}

    #header .logo img {
        visibility: hidden;
    }

    #header.header-scrolled {
        padding: 10px 0;
        background: rgba(7,17,31,.82);
        backdrop-filter: blur(16px);
        box-shadow: 0 8px 32px rgba(0,0,0,.18);
        border-bottom: 1px solid rgba(255,255,255,.08);
    }

        #header.header-scrolled .logo img {
            visibility: visible;
            padding: 0;
            margin: 0 10px 0 0;
            max-height: 56px;
        }

    #header .logo h1 {
        font-size: 30px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 1px;
    }

        #header .logo h1 a:hover {
            color: var(--secondary);
            text-decoration: none;
        }

    #header .logo img {
        padding: 0;
        margin: 0 20px 0 0;
        max-height: 60px;
    }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a,
    .navbar a:focus {
        color: white;
        font-size: .95rem;
        font-weight: 600;
        letter-spacing: .04em;
        padding: .7rem 1rem !important;
        border-radius: 12px;
        transition: all .25s;
    }

#header.header-scrolled .navbar a:not(.getstarted),
#header.header-scrolled .navbar a:focus {
    color: #FFF;
}
        
        .navbar a i, .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;

        }

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    background: rgba(255,255,255,.08);
    color: white;
}

.getstarted {
    background: linear-gradient( 135deg, #d4a843, #f3d27a ) !important;
    color: #07111f !important;
    font-weight: 700 !important;
    border-radius: 16px;
    padding: .85rem 1.4rem !important;
    box-shadow: 0 8px 24px rgba(212,168,67,.35);
}

    .getstarted:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 28px rgba(212,168,67,.45);
    }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 30px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 4px;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 14px;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover,
            .navbar .dropdown ul .active:hover,
            .navbar .dropdown ul li:hover > a {
                color: #191919 !important;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: var(--secondary);
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #fff;
    }

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(9, 9, 9, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        border-radius: 8px;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #191919 !important;
    }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: var(--primary);
        }

    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover > a {
                color: var(--primary);
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

.btn-get-started {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 15px 40px;
    border-radius: 5px;
    transition: 0.5s;
    color: #fff;
    background: var(--secondary);
    border: 2px solid var(--secondary);
    width: 100%;
    text-align: center;
}

    .btn-get-started:hover {
        color: var(--secondary);
        background: transparent;
    }

a {
    text-decoration: none;
}

.endo-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
    background: linear-gradient(90deg, rgba(4, 14, 34, .92), rgba(4, 14, 34, .55), rgba(4, 14, 34, .15)), url('/images/endo26/7_67.jpg') center/cover no-repeat;
}

.organizers-panel {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 3rem;
}

.organizer-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-radius: 20px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.15);
}

    .organizer-item img {
        width: 70px;
        min-width: 70px;
        height: 70px;
        object-fit: contain;
        flex-shrink: 0;
        filter: drop-shadow(0 0 0 white) drop-shadow(0 0 2px white) drop-shadow(0 0 4px white);        
    }

    .organizer-item span {
        color: rgba(255,255,255,.92);
        font-size: .72rem;
        line-height: 1.25;
        font-weight: 600;
        letter-spacing: .03em;
        text-wrap: balance;
    }


@media(max-width:992px) {
    .organizer-item {
        gap: .5rem;
        padding: .5rem .6rem;
    }

    .organizer-item img {
        width: 50px;
        min-width: 50px;
        height: 50px;        
    }

    .organizers-panel {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: .5rem;
        margin-bottom: 1.5rem;
    }
}

@media(max-width:576px) {
    .organizer-item {
        flex-direction: column;
        text-align: center;
    }

        .organizer-item img {
            width: 60px;
            height: 60px;
        }
}

.endo-hero-content {
    max-width: 850px;
}

.endo-kicker {
    color: #d4a843;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.endo-hero h1 {
    font-size: clamp(1.4rem, 3vw, 3rem);
    font-weight: 800;
    line-height: 1.05;
}

.endo-hero p {
    font-size: clamp(1.2rem, 2vw, 1.7rem);
    max-width: 760px;
    margin-top: 1.5rem;
}

/* PROGRAM SECTION */

#program {
    position: relative;
    background: #f5f8fc;
    padding: 90px 0;
}

    /* Tabs */

    #program .nav-tabs {
        border: 0;
        justify-content: center;
        gap: .75rem;
        margin-bottom: 2.5rem;
    }

        #program .nav-tabs .nav-link {
            border: 0;
            border-radius: 999px;
            padding: .85rem 1.6rem;
            background: #fff;
            color: #0b1f3a;
            font-weight: 700;
            box-shadow: 0 10px 30px rgba(12, 38, 72, .08);
            transition: all .25s ease;
        }

            #program .nav-tabs .nav-link:hover {
                transform: translateY(-2px);
                color: #0d6efd;
            }

            #program .nav-tabs .nav-link.active {
                background: linear-gradient(135deg, #0d6efd, #0b4fb3);
                color: #fff;
                box-shadow: 0 14px 35px rgba(13, 110, 253, .28);
            }

    /* Day title */

    #program .tab-pane > .h3 {
        text-align: center;
        font-weight: 800;
        color: #07111f;
        margin-bottom: 2rem;
    }

    /* Hall card */

    #program .card {
        margin-bottom: 2rem;
    }

    #program .card-header {
        border: 0;
        border-radius: 22px 22px 0 0 !important;
        padding: 1rem 1.25rem;
        background: linear-gradient(135deg, #07111f, #123b68) !important;
    }

    /* Topic block */

    #program .card-body {
        background: #fff;
        border-radius: 24px;
        padding: 2rem;
        box-shadow: 0 18px 45px rgba(12, 38, 72, .08);
    }

    #program .border-bottom {
        border-color: rgba(13, 110, 253, .25) !important;
        padding-bottom: 1rem;
    }

    #program .h4,
    #program .h5 {
        color: #07111f;
        line-height: 1.35;
    }

    #program .text-third {
        color: #b88922 !important;
    }

    /* Lecture row */

    #program .row.mb-2 {
        position: relative;
        align-items: flex-start;
        padding: 1.1rem 1rem;
        margin-bottom: .85rem !important;
        border-radius: 18px;
        background: #f8fbff;
        border: 1px solid rgba(13, 110, 253, .08);
        transition: all .2s ease;
    }

        #program .row.mb-2:hover {
            background: #fff;
            transform: translateY(-2px);
            box-shadow: 0 14px 30px rgba(12, 38, 72, .08);
        }

    /* Time */

    #program .col-md-2 {
        color: #0d6efd !important;
        font-size: .95rem;
        white-space: nowrap;
    }

    /* Lecture title */

    #program strong.text-primary {
        display: inline-block;
        color: #07111f !important;
        font-size: 1rem;
        line-height: 1.35;
        margin-bottom: .25rem;
    }

    #program .text-secondary {
        color: #6b7280 !important;
    }

    /* Speaker */

    #program .speaker a {
        color: #b88922 !important;
        font-weight: 800;
    }

        #program .speaker a:hover {
            color: #0d6efd !important;
        }

    #program .speaker > div {
        margin-bottom: .35rem;
    }

/* Mobile */

@media (max-width: 768px) {

    #program {
        padding: 60px 0;
    }

        #program .card-body {
            padding: 1.25rem;
            border-radius: 20px;
        }

        #program .row.mb-2 {
            padding: 1rem;
        }

        #program .col-md-2 {
            margin-bottom: .5rem;
            font-size: .9rem;
        }

        #program .col-md-4 {
            margin-bottom: .75rem;
        }

        #program .nav-tabs .nav-link {
            width: 100%;
            text-align: center;
        }

        #program .nav-item {
            width: 100%;
        }
}

#speakers {
    background: #f5f8fc;
    padding: 90px 0;
}


/* card */

.member {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: white;
    box-shadow: 0 18px 45px rgba(12,38,72,.08);
    transition: all .35s ease;
}


    .member:hover {
        transform: translateY(-6px);
        box-shadow: 0 24px 60px rgba(12,38,72,.14);
    }


    /* photo */

    .member img {
        width: 140px;
        min-width: 140px;
        height: 180px;
        object-fit: cover;
        object-position: center top;
        transition: all .35s ease;
    }


    .member:hover img {
        transform: scale(1.04);
    }


/* content */

.member-info {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}


    /* name */

    .member-info h4 {
        margin-bottom: .75rem;
        font-size: 1.15rem;
        font-weight: 800;
        line-height: 1.35;
        color: #07111f;
    }


    /* title */

    .member-info p {
        margin: 0;
        font-size: .92rem;
        line-height: 1.45;
        color: #6b7280;
    }


/* gold accent */

.member::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient( to bottom, #d4a843, #f3d27a );
}

@media(max-width:768px) {

    .member {
        flex-direction: column !important;
        text-align: center;
    }

        .member img {
            width: 100%;
            height: 280px;
        }

    .member-info {
        padding: 1.25rem;
    }
}

.countdown {
    font-family: Arial, Helvetica, sans-serif;
}
#registration {
    background: #f5f8fc;
    padding: 90px 0;
}

    #registration .php-email-form {
        background: #fff;
        border-radius: 28px;
        padding: 2.25rem;
        box-shadow: 0 18px 45px rgba(12,38,72,.08);
        border: 1px solid rgba(13,110,253,.06);
    }

    #registration .form-group {
        position: relative;
        margin-bottom: 1.35rem;
    }

    #registration .form-control {
        min-height: 54px;
        border-radius: 16px;
        border: 1px solid rgba(12,38,72,.14);
        background: #f8fbff;
        color: #07111f;
        font-weight: 600;
        padding: .9rem 1rem;
        box-shadow: none;
        transition: all .25s ease;
    }

    #registration textarea.form-control {
        min-height: 110px;
        resize: vertical;
    }

    #registration .form-control:focus {
        background: #fff;
        border-color: #0d6efd;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.12);
    }

    #registration .floating-label {
        margin-bottom: .45rem;
        color: #07111f;
        font-size: .85rem;
        font-weight: 800;
        letter-spacing: .03em;
    }

    #registration .alert {
        border: 0;
        border-radius: 20px;
        padding: 1rem 1.25rem;
    }

    #registration .alert-success {
        background: rgba(13,110,253,.07);
        color: #07111f;
    }

    #registration .alert-warning {
        background: rgba(212,168,67,.14);
        color: #07111f;
    }

    #registration .alert-info {
        background: #fff;
        border-radius: 20px;
        color: #6b7280;
        box-shadow: 0 12px 30px rgba(12,38,72,.06);
    }

    #registration .form-check-input:checked {
        background-color: #d4a843;
        border-color: #d4a843;
    }

    #registration .reg-btn {
        border: 0;
        border-radius: 999px;
        padding: 1rem 2.6rem;
        background: linear-gradient(135deg, #d4a843, #f3d27a);
        color: #07111f;
        font-weight: 800;
        letter-spacing: .04em;
        text-transform: uppercase;
        box-shadow: 0 12px 30px rgba(212,168,67,.35);
        transition: all .25s ease;
    }

        #registration .reg-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 18px 40px rgba(212,168,67,.45);
        }

    #registration .text-danger {
        font-size: .85rem;
        margin-top: .35rem;
    }

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #f8f8f8;
    min-height: 40px;
    margin-top: 86px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 72px;
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 400;
    margin: 0;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

@media (max-width: 992px) {
    .breadcrumbs ol {
        margin-top: 10px;
    }
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

    .breadcrumbs ol li + li::before {
        display: inline-block;
        padding-right: 10px;
        color: #3c3c3c;
        content: "/";
    }

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

        .breadcrumbs ol li {
            display: inline-block;
        }
}
/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/
#venue {
    padding: 60px 0;
}

    #venue .container-fluid {
        margin-bottom: 3px;
    }

    #venue .venue-map iframe {
        width: 100%;
        height: 100%;
        min-height: 300px;
    }

    #venue .venue-info {
        background: url("/images/endo26/7_67.jpg") center center no-repeat;
        background-size: cover;
        position: relative;
        padding-top: 60px;
        padding-bottom: 60px;
    }

        #venue .venue-info:before {
            content: "";
            background: rgb(60, 60, 60, .4);
            position: absolute;
            bottom: 0;
            top: 0;
            left: 0;
            right: 0;
        }

        #venue .venue-info h3 {
            font-size: 36px;
            font-weight: 500;
            color: #191919 !important;
        }


@media (max-width: 574px) {
    #venue .venue-info h3 {
        font-size: 24px;
    }
}

#venue .venue-info p {
    color: #191919 !important;
    margin-bottom: 0;
}

#venue .venue-gallery-container {
    padding-right: 12px;
}

#venue .venue-gallery {
    overflow: hidden;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

    #venue .venue-gallery img {
        transition: all ease-in-out 0.4s;
    }

    #venue .venue-gallery:hover img {
        transform: scale(1.1);
    }
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: var(--primary);
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    padding: 20px 0 30px 0;
}

body {
    position: relative;
}
