/* Custom styles */
.container{
    max-width: 1100px;
    width: 100%;
}
.hero-section {
    min-height: 90vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.hero-section .h-row{
    padding-top:30px;
}
.hero-section .h-row img{
    width:350px;
}
.hero-section .r-btn{
    background-color:#c79b6e;
    border: 1px solid #c79b6e;
    color: white;
    font-weight: 600;
    font-size: 17px;
}
.hero-section .h-col{
    height:500px;
    display: flex;
    align-items: center;
}

/*.hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}*/
.hero-section .container {
    position: relative;
    z-index: 1;
}

/**/
.event-info{
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    background-color: #c79b6e;
}
.event-info .info-left img{
/*    height:500px;*/
    width: 500px;
}
.event-info .list-unstyled{
    margin-top: 20px;
}
.event-info .list-unstyled ul{
    list-style: none;
    padding-left: 20px;
}
.event-info .list-unstyled ul img{
    width:35px;margin-right: 10px;
}
.event-info .list-unstyled ul span{
    line-height: 16px;
}
.event-info ul {
    padding-left: 0;
}

.event-info li {
    font-size: 1.1rem;
}

.reservation-form form input,
.reservation-form form button {
    border-radius: 8px;
}
.guide-heading{
    background-color: black;
    color: #c79b6e;
    padding: 7px 20px;
    border-radius: 50px;
    font-size: 15px;
}
.guide-sub-heading{
    padding-left: 20px;
    margin-top: 10px;
    display: block;
    font-size: 16px;
}
.guide-list{
    display: flex;
    padding: 15px 5px 5px 0px;
    font-size: 16px!important;
}
.reservation-form {
    position: relative;
}
.top-image,
.bottom-image {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}
.top-image {
    top: -60px;
    right: 0;
    z-index: -10;
}
.bottom-image {
    bottom: 0;
    left: -200px;
    z-index: -10;
}
.top-image img,
.bottom-image img {
    max-width: 700px;
    height: auto;
}
.reservation-form > .container {
    position: relative;
    z-index: 1;
}

/*page 2*/
.top-section img{
    width: 150px;
}
.top-section h3{
    font-weight: 600;
    margin-bottom: 15px;
}
.top-section .borderBottom{
    width: 400px;
    height: 1px;
    background-color: black;
    margin-bottom: 25px;
}
.top-section .top-col{
    display: flex;
    justify-content: center;
}
.event-detail h3{
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 22px;
}
.event-detail .paragraph{
    font-size: 18px;
}
.event-detail .bg-image{
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
    background-position-y: center;
    color: white;
    border-radius: 30px;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
.event-detail .bg-image span{
    padding-left: 35px;
}
.event-datetime .section-title{
    background-color: black;
    color: #c79b6e;
    padding: 7px 20px;
    border-radius: 50px;
    font-size: 15px;
    width: 180px;

}
.event-datetime .event-information{
    display: flex;
    justify-content: center;
}
.event-datetime .event-col{
    display: flex;
    justify-content: center;
}
.event-datetime .event-datetime-ul{
    list-style-type: none;
}
.e-guidelines img{
    width: 35px;
    height: 35px;
}
.e-guidelines span{
    line-height: 15px;
    font-size: 15px;
}
/*.e-guidelines .borderRyt{
    border-right: 1px solid black;
}*/
.contact-section .section-title{
    background-color: black;
    color: #c79b6e;
    padding: 7px 20px;
    border-radius: 50px;
    font-size: 15px;
    width: 180px;
}
.e-guidelines .col_1{
    width: 32%;
    border-right: 1px solid black;
}
.e-guidelines .col_2{
    width: 33%;
    border-right: 1px solid black;
}
.e-guidelines .col_3{
    width: 33%;
}
.formCheck{
    width: 65%;
}
@media only screen and (max-width: 480px) {
    .con_tact{
        display: none!important;
    }
    .hero-section .h-row img {
        width: 200px;
    }
    .hero-section .r-btn {
        font-size: 11px;
    }
    .hero-section .h-row {
        padding-top: 10px;
    }
    .display-4 {
        font-size: 25px;
    }
    .hero-section .h_text p{
        font-size: 14px;
    }
    .hero-section .h-col {
        height: 300px;
    }
    .hero-section{
        min-height: unset;
    }
    .event-info .info-left img{
        width: unset;
        height: unset;
    }
    .reservation-form iframe{
        min-height: 350px;
        padding-bottom: 20px;
    }
    .r2_iframe iframe{
        min-height: 90px;
        padding-bottom: 0;
    }
    .top-image {
        top: -27px;
    }
    .top-image img, .bottom-image img {
        max-width: 300px;
    }
    .bottom-image {
        left: -105px;
    }
    .event-info{
        background-position: bottom;
    }
    .formCheck{
        width: 100%;
    }
    .form_text p{
        font-size: 15px;
    }

    .event-detail .paragraph {
        font-size: 13px;
    }
    .event-detail .bg-image {
        width: 86%;
        margin-left: 7%;
        margin-right: 7%;
    }
    .e-guidelines span {
        line-height: 15px;
        font-size: 13px;
    }
    .e-guidelines img {
        width: 30px;
        height: 30px;
    }

    .e-guidelines .col_1{
        width: 33%;
        padding-left: 10px;
        padding-right: 3px;
    }
    .e-guidelines .col_2{
        width: 33.3%;
        padding-left: 6px;
        padding-right: 6px;
    }
    .e-guidelines .col_3{
        width: 33.3%;
        padding-left: 6px;
        padding-right: 0px;
    }
    .top-section .borderBottom {
        width: 300px;
    }
    .top-section h3 {
        font-size: 21px;
    }
    .event-detail h3 {
        font-size: 19px;
    }
}

@media only screen and (max-width: 768px) {
    .reservation-form iframe{
        min-height: 350px;
        padding-bottom: 20px;
    }
    .r2_iframe iframe{
        min-height: 90px;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 992px) {
    .reservation-form iframe{
        min-height: 450px;
        padding-bottom: 20px;
    }
    .r2_iframe iframe{
        min-height: 90px;
        padding-bottom: 0;
    }
}