* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #000;
}

@font-face {
    font-family: 'Avenir LT Std 65 Medium';
    src: url('../fonts/Avenir\ LT\ Std\ 65\ Medium.otf');
}

@font-face {
    font-family: 'Avenir LT Std 55 Roman';
    src: url('../fonts/Avenir\ LT\ Std\ 55\ Roman.otf');
}

@media only screen and (max-width:1195px) {
    #sec-bg .about-text {
        top: 100px;
    }

    .venue-title_2 h2::before {
        width: 150px;
        left: -480px;
    }

    .contact-form-img {
        height: 72vh;
    }

    .contact-bg {
        height: 72vh;
    }
}

@media only screen and (max-width:1075px) {
    .contact-bg .contact-info {
        width: 80%;
    }
}

@media only screen and (max-width:990px) {
    .mobile_nav {
        display: block !important;
    }

    .mobile_logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 50px;
    }

    .mobile_nav .mobile_logo img {
        height: 90px;
        padding: 10px;
    }

    .nav_bar {
        display: none;
    }

    .sidepanel {
        width: 0;
        position: fixed;
        z-index: 2;
        height: 100vh;
        top: 0;
        right: 0;
        background-color: #fffffff1;
        z-index: 999999;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }

    .sidepanel .closebtn {
        position: absolute;
        top: 20px;
        right: 15px !important;
        font-size: 25px !important;
        color: #000000;
    }

    .openbtn {
        font-size: 25px;
        font-weight: 600;
        cursor: pointer;
        background-color: transparent;
        color: rgb(0, 0, 0);
        padding: 10px 15px;
        border: none;
        /* float: right; */
    }

    .sidepanel ul {
        list-style: none;
    }

    .sidepanel ul li {
        margin-bottom: 25px;
    }

    .sidepanel ul li a {
        color: #000;
        transition: 0.3s;
    }

    #sec-bg .about-text {
        top: 70px !important;
        width: 60% !important;
    }

    .wrapper_img {
        order: calc(1);
    }

    .venue-img img {
        text-align: center;
        width: 100%;
    }

    .venue-title_1,
    .venue-title_2 {
        margin-top: 20px;
    }

    .venue-title_2 h2::before {
        width: 120px;
        left: 0;
    }

    .venue-title_1 h2::after {
        width: 120px;
        left: 0;
    }

    .event-text-img {
        border: 9px solid #fff;
        margin-top: 40px;
    }
}

@media only screen and (max-width:768px) {
    .contact-bg .contact-info {
        width: 100%;
        margin: 15px;
    }

    .contact-form {
        width: 100%;
    }
}

@media only screen and (max-width:767px) {

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 25px !important;
        font-weight: bold;
    }

    h2 {
        font-size: 20px !important;
    }

    .mobile_logo {
        margin: 0 20px;
    }

    .slider_title h1 {
        font-size: 25px !important;
        line-height: 35px;
        text-align: center;
        padding: 15px;
    }

    .slider_title h1 br {
        display: none;
    }

    .event-text {
        margin-left: 0;
    }

    .wrapper_img {
        order: calc(1);
    }

    .card-flex {
        flex-direction: column;
    }

    .event_card {
        margin-bottom: 10px;
    }

    .event-text h2 {
        font-size: 25px !important;
    }

    .event-wrapper {
        width: 100%;
    }

    .event-type-text br {
        display: none;
    }

    .event-type-text p {
        width: 100% !important;
    }

    .video_section {
        margin-top: 20px;
    }

    .copy-right {
        flex-direction: column;
        text-align: center;
    }

    .banner-title h1 {
        font-size: 25px !important;
    }

    #sec-bg .about-text {
        position: static !important;
    }

    #sec-bg .about-text {
        width: 100% !important;
        margin-top: 20px;
    }

    .venue-title_1 h2,
    .venue-title_2 h2 {
        text-decoration: underline;
        text-underline-offset: 10px;
    }

    .venue-title_1 h2::after {
        display: none;
    }

    .venue-title_2 h2::before {
        display: none !important;
    }

    .about-banner,
    .contact-banner,
    .events-we-host_banner,
    .gallery-banner,
    .virtual-banner,
    .wedding-planning_banner {
        height: 40vh;
    }

    .banner-title {
        height: 40vh;
    }

    .virtual-videos {
        margin-bottom: 20px;
    }

    .youtube-video {
        width: 100% !important;
    }

    .video_section h2::after {
        left: 35%;
    }
    .banner_video {
        height: auto!important;
        max-width: 100%;
    }
    
    .banner_video #my-video {
        height: auto !important;
        max-width: 100%;
        object-fit: cover;
    
    }
    
}