﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700;800&display=swap');
/*font-family: 'Montserrat', sans-serif;*/


* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.clear {
    clear: both;
}

    .clear:after {
        clear: both;
        position: relative;
        content: "";
        width: 100%;
        display: table;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 22px;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0 0 25px;
}


img {
    max-width: 100%;
}

.wrapper {
    margin: 0 auto;
    background: #fff;
}

.container {
}

a, button {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    color: #000;
    -moz-transition: 0.5s;
}

    a,
    a:hover,
    a:focus,
    a:visited,
    a:active {
        text-decoration: none;
    }

    input:focus, textarea:focus, select:focus, button:focus {
        outline: none;
    }

section {
}

body.page-index {
    /*display: flex;*/
}

.wrapper-one {
    /*background: #ac0000;*/
    width: 180px;
    height: 150px;
    z-index: 200;
    position: fixed;
    max-width: 180px;
    max-height: 150px;
    -webkit-transition: .5s;
    transition: .5s;
}

.sticky .wrapper-one {
    max-height: 100px;
}


/*************************body calender*********************************/

.wrapper-one span {
    display: none;
    color: #fff;
    font-size: 15px;
    /*display: block;*/
    position: relative;
    top: 140px;
    transform: rotate(270deg);
    line-height: 20px;
    font-weight: 500;
}

/*************************end body calender*********************************/

/*******************************header***************************************/
.sticky .site-header {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.3);
    border-bottom-color: transparent;
}

.sticky .logo img {
    /*max-width: 122px;*/
}

.sticky .logo {
    left: 75px;
    top: 0;
    height: 96px;
}
/*.sticky .header-menu-list{justify-content: flex-end;}*/

.site-header {
    position: fixed;
    width: 100%;
    top: 0;
    transition: 0.5s;
    z-index: 123;
    left: 0;
    /*border-bottom: solid 1px #ae0000;*/
    padding-bottom: 15px;
}

header.site-header:hover {
    /*background: #fff;
    background: rgba(255,255,255,.70);*/
}

.header-holder {
    display: flex;
}

.header-menu-list {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    /*transition: 0.5s;*/
}

    .header-menu-list ul {
        display: flex;
        margin-top: -3px;
    }

        .header-menu-list ul li {
            margin: 0 18px;
            position: relative;
            transition: 0.5s;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
        }

            .header-menu-list ul li:hover {
                background: #ac0000;
            }

            .header-menu-list ul li a {
                padding: 26px 12px;
                display: inline-block;
                font-weight: 700;
                color: #fff;
            }

    .header-menu-list > ul li:hover a {
        color: #fff !important;
    }
/*.header-holder:hover .header-menu-list ul li a,*/
.sticky .header-menu-list ul li a,
.sticky .srchico {
    color: #000;
}


.header-language-list ul li:hover {
    background: transparent;
}

.header-language-list ul li a:hover {
    color: #fff;
}

/*Submenus*/
.header-menu-list ul li ul {
    visibility: hidden;
    opacity: 0;
    min-width: 100%;
    position: absolute;
    transition: all 0.5s ease;
    left: 0;
    display: none;
    padding-top: 22px;
}

    .header-menu-list ul li:hover > ul,
    .header-menu-list ul li:focus-within > ul,
    .header-menu-list ul li ul:hover,
    .header-menu-list ul li ul:focus {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .header-menu-list ul li ul li {
        background: #ac0000;
        clear: both;
        width: 100%;
        margin: 0;
    }

        .header-menu-list ul li ul li:hover {
            background: #5a0000;
        }



        .header-menu-list ul li ul li a {
            font-weight: 500;
            width: 100%;
            display: block;
            padding: 3px 12px;
            white-space: nowrap;
        }

.header-holder:hover .header-menu-list ul li ul li a,
.header-holder:hover .header-menu-list ul li ul li a:link,
.header-holder:hover .header-menu-list ul li ul li a:visited {
    color: #fff;
}


.header-social-list ul {
    display: flex;
}

.logo {
    position: fixed;
    left: 20px;
    z-index: 200;
    top: 10px;
    height: 150px;
    transition: all ease .5s;
}

    .logo a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .logo img {
        height: 100%;
        transition: 0.5s;
    }

.srch {
    margin: 0 20px;
}


.srchico {
    padding: 26px 12px;
    display: inline-block;
    font-size: 28px;
    color: #fff;
}

.srch:hover .srchico {
    color: #000;
}

.sticky .srchico {
    color: #000;
}

.header-language-list ul li a {
    font-size: 14px;
}

.header-language-list ul li, .header-social-list ul li, .srch {
    margin: 0 10px;
}

    .header-social-list ul li a {
        font-size: 20px;
    }

    .header-language-list ul li a, .header-social-list ul li a, .srch a {
        padding: 26px 10px;
    }

.header-language-list ul li {
    display: inline-flex;
    margin: 0 12px;
}

    .header-language-list ul li a {
        padding: 7px;
        text-align: center;
        overflow: hidden;
        width: 35px;
        height: 35px;
        border-radius: 100%;
        color: #000;
        background: #fff;
    }

.sticky .header-language-list ul li a {
    background: #bbbbbb;
}

.header-language-list ul li.active a {
    color: #000;
    background: #e4e4e4;
}

.header-language-list ul li a:hover {
    background: #000;
}

.header-language-list ul li.active a:hover {
    color: #fff;
}

.header-holder a:hover {
    /*color: #fff !important;
	background: #ac0000;*/
}

.srch a {
    padding: 23px 10px;
}
/*******************************end header***************************************/

/*********************************banner**************************************/

.banner-img span {
    width: 100%;
    display: inline-block;
    position: relative;
}

    .banner-img span img {
        width: 100%;
        height: 100%;
        height: 100vh;
        object-fit: cover;
    }

.banner .slick-slide {
    position: relative;
}

.banner-content {
    position: absolute;
    width: 43%;
    text-align: right;
    max-width: 1170px;
    left: 0;
    bottom: 10%;
    background-color: #a80000;
    padding: 15px 15px 15px 0;
    color: #fff;
    transition: all .5s ease-in-out .5s;
    opacity: 0;
}

    .banner-content h1 {
        font-size: 36px;
        font-weight: 600;
        position: relative;
        margin: 0;
        bottom: -50px;
        transition: all .5s ease-in-out .8s;
        opacity: 0;
    }

    .banner-content h2 {
        font-size: 26px;
        font-weight: 400;
        margin: 0;
        position: relative;
        bottom: -20px;
        transition: all .5s ease-in-out 1s;
        transition-property: all;
        opacity: 0;
    }

    .banner-content.event {
        max-width: unset;
        width: 100%;
        background: transparent;
    }

        .banner-content.event .eventmeta {
            background-color: #a80000;
            padding: 15px 30px 15px 0;
        }

        .banner-content.event .eventday,
        .banner-content.event .eventmonth {
        }

        .banner-content.event .eventday {
            font-family: 'Open Sans';
            font-size: 8rem;
            font-weight: 800;
            line-height: 1;
            position: relative;
            margin-top: -6rem;
            left: -50px;
            transition: all .5s ease-in-out .8s;
            opacity: 0;
        }

        .banner-content.event .eventmonth {
            font-size: 2rem;
            font-weight: 500;
            line-height: 1;
            position: relative;
            left: -50px;
            transition: all .5s ease-in-out 1s;
            transition-property: all;
            opacity: 0;
        }

        .banner-content.event .eventsaloon {
            font-size: 1.7rem;
            font-weight: 200;
            line-height: 1;
            position: relative;
            left: -50px;
            transition: all .5s ease-in-out 1s;
            transition-property: all;
            opacity: 0;
        }

.banner .slick-active .eventday,
.banner .slick-active .eventmonth,
.banner .slick-active .eventsaloon {
    left: 0;
    opacity: 1;
}

.banner-content.event .eventtitle {
    text-align: left;
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    padding-top: 0.5rem;
}

.banner-hldr .item.video::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-color: rgba(0,0,0,.4);
    line-height: 1;
}

.banner-hldr .item.video > a {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    line-height: 1;
    z-index: 1;
}

.banner .slick-active .banner-content {
    opacity: 1;
}

.banner .slick-active h1 {
    bottom: 0;
    opacity: 1;
}

.banner .slick-active h2 {
    bottom: 0;
    opacity: 1;
}

.banner-content p {
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    transform: rotateX(90deg);
    position: relative;
    opacity: 0;
    transform-origin: center;
    transition: all 1s ease-in-out 1.5s;
}

.banner-content a {
    background-color: #fff;
    background-color: rgba(255,255,255,.66);
    color: #000;
    display: inline-block;
    border: 1px solid #6c757d;
    width: 290px;
    font-size: 24px;
    line-height: 30px;
    margin: 30px 0 0;
    overflow: hidden;
    padding: 20px;
    position: relative;
    transform: translateY(500px);
    transition: all .3s ease-in-out;
    /*		transition: all 1.5s ease-in-out 2s;*/
}

    .banner-content a:hover {
        background-color: transparent;
        color: #fff;
        border: 1px solid #fff;
    }

    .banner-content a:before {
        position: absolute;
        content: "";
        bottom: 0;
        border-radius: 50%;
        left: -70px;
        width: 0;
        height: 100%;
        background: rgba(255,255,255,.5);
        transition: 0.5s;
        z-index: 2;
    }

    .banner-content a:hover:before {
        width: 50%;
    }

    .banner-content a:after {
        position: absolute;
        content: "";
        bottom: 0;
        border-radius: 50%;
        right: -70px;
        width: 0;
        height: 100%;
        background: rgba(255,255,255,.5);
        transition: 0.5s;
        z-index: 2;
    }

    .banner-content a:hover:after {
        width: 50%;
    }

.banner .banner-img.slick-slide.slick-current.slick-active p {
    transform: rotateX(0deg) skewX(0deg);
    opacity: 1;
}

.banner .banner-img.slick-slide.slick-current.slick-active a {
    transform: translateY(0px);
}


.banner-hldr .slick-dots {
    width: 20px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 50px;
}

    .banner-hldr .slick-dots li {
        margin: 0 0 10px;
    }

        .banner-hldr .slick-dots li button {
            border: 2px solid #fff;
            background: none;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            text-indent: -9999px;
        }

        .banner-hldr .slick-dots li.slick-active button {
            background: #ac0000;
            border-color: #ac0000;
        }

.banner-hldr .slick-slide {
    line-height: 0;
}

    .banner-hldr .slick-slide a {
        display: inline-block;
        height: 100%;
        width: 100%;
        line-height: 0;
    }

.banner-hldr .slick-prev,
.banner-hldr .slick-next {
    position: absolute;
    bottom: 5%;
    /*background-color: #ae0000;*/
    color: #fff;
    z-index: 1;
    cursor: pointer;
    padding: 5px 15px;
    transition: all .5s ease;
}

    .banner-hldr .slick-prev:hover,
    .banner-hldr .slick-next:hover {
        background-color: #ae0000;
        background-color: rgba(175,0,0,.5);
    }

.banner-hldr .slick-prev {
    right: 120px;
}

.banner-hldr .slick-next {
    right: 50px;
}

    .banner-hldr .slick-next:before {
        content: '';
        display: inline-block;
        height: 40px;
        width: 1px;
        background-color: #626262;
        position: absolute;
        left: -13px;
        top: -5px;
    }



main .banner {
    position: relative;
}

.verticalsocials {
    position: absolute;
    width: 40px;
    top: calc(50% - 200px);
    transform: translateY(calc(-50% + 200px));
    right: 50px;
}

    .verticalsocials li {
        display: inline-block;
        float: left;
        clear: left;
        width: 40px;
        font-size: 28px;
        text-align: center;
        margin: 10px 0;
    }

        .verticalsocials li a {
            color: #fff;
        }

            .verticalsocials li a:hover {
                color: #ac0000;
            }

            .verticalsocials li a img {
                transition: .5s;
            }

            .verticalsocials li a:hover img {
                filter: drop-shadow(2px 4px 6px black);
            }

.bannercalendar {
    position: absolute;
    left: 40px;
    top: calc(50% - 100px);
    transform: translateY(calc(-50% + 100px));
}

    .bannercalendar a {
        display: inline-block;
        transform: rotate(-5deg) scale(90%);
        transition-duration: .2s;
    }

    .bannercalendar:hover a {
        transform: rotate(0) scale(100%);
    }

.header-icons ul li {
    margin: 0;
}

    .header-icons ul li:hover {
        background: transparent;
    }

    .header-icons ul li a img {
        transition: all .2s ease-in-out;
    }

    .header-icons ul li:hover a img {
        transform: rotate(-10deg);
    }

.sticky .header-icons ul li a img {
    filter: brightness(.1);
}

.sticky .header-language-list ul li.active a {
    background: #bbbbbb;
}

    .sticky .header-language-list ul li.active a:hover {
        background: #000;
    }
/**********************plan your visit************************/
.plan-your-visit .row {
    transform-style: preserve-3d;
    perspective: 1500px;
    position: relative;
}

.CSO-hldr .row {
    transform-style: preserve-3d;
    perspective: 1500px;
    position: relative;
}

.visit-img {
    height: 225px;
    position: relative;
    mix-blend-mode: multiply;
}

    .visit-img:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        mix-blend-mode: multiply;
        height: 100%;
        opacity: 0;
        transition: 0.5s;
        background: linear-gradient(180deg,#ae0000,#fff);
    }

.plan-your-visit .row:hover > div {
    /*transform: rotateY(35deg);*/
    /*box-shadow: 0 5px 20px 0 rgba(0,0,0,.3)*/
}
/*.plan-your-visit .row:hover > div ~ .col{
	transform: rotateY(-25deg);
}*/
.plan-your-visit .row > div:hover {
    transform: rotateY(0deg) scale(1.10);
}

.CSO-hldr .row:hover > div {
    /*transform: rotateY(35deg);*/
    /*box-shadow: 0 5px 20px 0 rgba(0,0,0,.3)*/
}

.CSO-hldr .row > div:hover {
    transform: rotateY(0deg) scale(1.10);
}

.visit-hldr:hover .visit-img:before {
    opacity: 1;
}

.visit-hldr:hover .visit-txt span {
    top: 55%;
}

.plan-your-visit .row > div {
    position: relative;
    transition: 0.5s;
    transform-style: preserve-3d;
}

.CSO-hldr .row > div {
    position: relative;
    transition: 0.5s;
    transform-style: preserve-3d;
}

.visit-hldr: {
    box-shadow: 0 25px 40px 0 rgba(0,0,0,.5)
}

.visit-hldr {
    padding: 0 10px;
    position: relative;
    transition: 0.5s;
    z-index: 2;
    transform-style: preserve-3d;
}

.CSO-hldr .visit-hldr:before {
    background: linear-gradient(360deg,#000,#ae0000);
}

.CSO-hldr .visit-hldr:after {
    background: linear-gradient(360deg,#000,#ae0000);
}

.visit-hldr:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: linear-gradient(180deg,#fff,#ae0000);
    width: 90%;
    opacity: 0;
    height: 100%;
    transition: 0.5s;
    transform-origin: left center;
}

.visit-hldr:hover:before {
    transform: rotate(-5deg) /*translate(-51%,-51%)*/ translate(-52%,-54%);
    opacity: 0.5;
    box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
}

.visit-hldr:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: linear-gradient(180deg,#fff,#ae0000);
    width: 90%;
    opacity: 0;
    height: 100%;
    z-index: -1;
    transition: 0.5s;
    transform-origin: left center;
}

.visit-hldr:hover:after {
    transform: rotate(5deg) /*translate(-51%,-51%)*/ translate(-48%,-55%);
    opacity: 0.5;
    box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
}

.visit-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.visit-txt {
    position: absolute;
    width: 80%;
    height: 70%;
    bottom: 0;
    right: 10px;
    text-align: right;
}

    .visit-txt:before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        background-size: contain;
        background: url(../images/shp1.png) no-repeat 0 0;
        height: 100%;
        right: 0;
    }

    .visit-txt span {
        color: #fff;
        top: 65%;
        font-size: 18px;
        overflow: hidden;
        line-height: 25px;
        font-weight: 500;
        position: relative;
        right: 20px;
        transition: 0.5s;
        /* transition-delay: 0.5s;*/
    }

    .visit-txt:hover span {
        right: 50px;
    }

    .visit-txt.place-txt:hover span {
        right: 30px;
        padding-right: 30px;
    }

    .visit-txt:hover span:before {
        top: 0px;
        right: -34px;
    }

    .visit-txt span:before {
        content: "";
        position: absolute;
        background-size: contain;
        width: 25px;
        height: 25px;
        right: 0;
        top: 25px;
        transition: 0.5s;
        background: url(../images/right-arrow.png) no-repeat 0 0;
    }



/**********************end plan your visit************************/


/**********************about company************************/


.about-company {
    padding: 120px 0 130px;
}

.section-hd {
    text-align: center;
    padding: 0 0 20px;
}

h2.title2 {
    color: #000;
    font-weight: 800;
    margin: 0 0 30px;
    font-size: 36px;
    line-height: 42px;
}

    h2.title2 span {
        color: #000;
        font-weight: normal;
        display: block;
        font-size: 42px;
        line-height: 48px;
    }

.plan-your-visit { /*margin-top: -270px;*/
}

.company-cntnt1 {
    text-align: right;
}

.about-company-contnt p {
    font-size: 22px;
    line-height: 30px;
    color: #4d4d4d;
}

.book-app {
    text-align: center;
}

    .book-app a span {
        position: relative;
    }

    .book-app a {
        transition: 0.5s;
        font-size: 24px;
        line-height: 30px;
        position: relative;
        overflow: hidden;
        color: #fff;
        padding: 20px;
        width: 290px;
        background: #ac0000;
        margin: 25px 0 0;
        display: inline-block;
    }

        .book-app a:before {
            position: absolute;
            content: "";
            bottom: 0;
            border-radius: 50%;
            left: -70px;
            width: 0;
            height: 100%;
            background: rgba(255,255,255,.5);
            transition: 0.5s;
            z-index: 2;
        }

        .book-app a:hover:before {
            width: 50%;
        }

        .book-app a:after {
            position: absolute;
            content: "";
            bottom: 0;
            border-radius: 50%;
            right: -70px;
            width: 0;
            height: 100%;
            background: rgba(255,255,255,.5);
            transition: 0.5s;
            z-index: 2;
        }

        .book-app a:hover:after {
            width: 50%;
        }
/**********************about company************************/
.parallax-mirror {
    z-index: 1 !important;
}

.parallax-window {
    margin: 0 auto;
    min-height: 400px;
    background: transparent;
}

h4.title-h4 {
    color: #fff;
    font-weight: 800;
    margin: 0 0 8px;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
}

    h4.title-h4 span {
        color: #fff;
        font-weight: normal;
        display: block;
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 20px;
    }

.blue-hall {
    padding: 30px 0 0;
    position: relative;
    z-index: 2;
    /* background: url(../images/paralax-img.jpg) no-repeat 0 center;
    background-size: cover;
     background-attachment: fixed;*/
}

    .blue-hall .blue-hall-hldr {
        position: relative;
    }

        .blue-hall .blue-hall-hldr:before {
            content: "";
            position: absolute;
            background-size: cover;
            width: 740px;
            width: 65%;
            z-index: 1;
            left: 0;
            top: 0;
            height: 100%;
            background: url(../images/shp2.png) no-repeat 0 0;
        }

.blue-hll-book {
    position: relative;
    z-index: 2;
    padding: 200px 0px 70px 150px;
}

.blue-hall-hldr p {
    font-size: 14px;
    color: #fff;
}

.book-now {
    font-size: 14px;
    display: block;
    color: #ac0000;
}

/**************halls*******************/

.halls-hldr {
    padding: 30px 0 65px;
    transform-style: preserve-3d;
}

.halls span {
    display: inline-block;
}

    .halls span.golgeli {
        position: relative;
    }

        .halls span.golgeli:before {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            background: #000;
            -ms-opacity: .5;
            opacity: .5;
        }

.halls .img img {
    width: 100%;
}

.halls {
    position: relative;
    transform-style: preserve-3d;
    overflow: hidden;
}

    .halls .txt {
        display: block;
        transform-style: preserve-3d;
        text-align: center;
        position: absolute;
        color: #fff;
        top: 50%;
        left: 50%;
        height: 70%;
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translateX(-50%) translateY(-50%) translateZ(55px);
        transition: 0.5s;
        font-size: 26px;
        line-height: 32px;
        font-weight: 600;
        overflow: hidden;
    }

    .halls:hover .txt {
        background: rgba(255,255,255,.8);
        top: 70%;
        color: #000;
        transform: translateX(-50%) translateY(-50%) translateZ(55px);
    }
/******************CSO hldr***************************/

.CSO-vidio-hldr {
    padding: 0 0 6rem;
}

.visit-txt.place-txt span {
    color: #fff;
    top: 75%;
    font-size: 25px;
    padding-right: 45px;
    line-height: 32px;
    font-weight: 500;
}

    .visit-txt.place-txt span:before {
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }



/***************************vidio*****************************************/

.vidio img {
    width: 100%;
}

.vidio-hldr {
    width: 100%;
    margin: 10px auto 30px;
}

.vid-icn {
    display: inline-block;
    background: #ae0000;
    width: 70px;
    height: 70px;
    position: relative;
    border-radius: 100%;
    padding: 24px 0;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, .3);
    z-index: 2;
}


.vidio-icn {
    text-align: center;
    position: relative;
    margin-bottom: -58px;
}

.vidio-caps {
    display: block;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    top: 16px;
    font-weight: 500;
    color: #fff;
}

.vidio-caps-hldr {
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

    .vidio-caps-hldr p {
        font-size: 22px;
        color: #4d4d4d;
        margin: 0;
        line-height: 32px;
    }


/**********************news hldr*****************************/

.news-hldr .section-hd {
    text-align: left;
}

.news-hldr .row {
    padding: 25px 0 0;
}

.news-box {
    padding: 0 5px;
    position: relative;
    transition: 0.5s;
    overflow: hidden;
}

    .news-box:before {
        position: absolute;
        content: "";
        bottom: -231px;
        right: -168px;
        width: 0;
        height: 100%;
        transform: rotate(45deg);
        background: rgba(0,0,0,.3);
        /*background: rgba(255,255,255,.5);*/
        transition: 0.5s;
        z-index: 2;
    }

    .news-box:after {
        position: absolute;
        content: "";
        top: -207px;
        left: -161px;
        width: 0;
        height: 100%;
        transform: rotate(45deg);
        background: rgba(0,0,0,.3);
        transition: 0.5s;
        z-index: 2;
    }

    .news-box:hover {
        box-shadow: 0 5px 30px 0 rgba(0,0,0,.4);
        margin-top: -8px;
    }

        .news-box:hover:after {
            width: 400px;
        }

        .news-box:hover:before {
            width: 400px;
        }

        .news-box:hover .news-img .txt {
            color: #fff;
            background: #ae0000;
        }

.news-img {
    position: relative;
    margin: 0 0 18px;
}

    .news-img .img {
        display: inline-block;
    }

    .news-img .txt {
        position: absolute;
        padding: 8px 40px 8px 30px;
        background: #fff;
        top: 30px;
        clip-path: polygon(100% 0, 85% 100%, 0 100%, 0 0);
        font-weight: 500;
        color: #000;
        transition: 0.5s;
        left: 0px;
    }

.news-contents span {
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    margin: 0 0 10px;
    font-weight: 500;
    color: #ae0000;
}

.news-contents p {
    font-size: 16px;
    line-height: 24px;
    color: #4d4d4d;
}

h6.title-6 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    margin: 0 0 15px;
}


/**************************footer**********************************/

.site-footer {
    /*padding:360px 0 0;*/
    /*background: url(../images/footer-bg.png) no-repeat 0 top;*/
    /*background-size: 90%;
    position: relative;
	z-index:122;*/
}

    .site-footer p, .site-footer a, .site-footer span, .site-footer address {
        color: #000;
    }

    .site-footer .footer-bottom-hldr {
        font-size: 14px;
    }

        .site-footer .footer-bottom-hldr a {
            color: #000;
        }

            .site-footer .footer-bottom-hldr a:hover {
                color: #838383;
            }

    .site-footer .footer-top-hldr li a {
        display: inline-block;
        position: relative;
        padding: 5px 0 5px;
        font-weight: 500;
    }

.footer-top-hldr li a:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 16px;
    height: 16px;
    transition: 0.5s;
    background: url(../images/up-arrow.png) no-repeat center;
    background-size: 16px;
    opacity: 0;
    filter: brightness(0);
}

.footer-top-hldr li a:hover {
    padding-left: 20px;
}

    .footer-top-hldr li a:hover:before {
        opacity: 1;
    }

.site-footer .footer-bottom-hldr p {
    margin: 0;
    /*font-size: 16px; line-height: 24px;*/
}

.site-footer .footer-bottom-hldr {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #dfdfdf;
    padding: 40px 0;
}

    .site-footer .footer-bottom-hldr ul {
        display: flex;
        font-size: 14px;
        line-height: 22px;
    }

.site-footer .footer-top-hldr .footer-list li {
    font-size: 18px;
    /*margin: 0 0 15px;*/
}

.site-footer .footer-top-hldr {
    padding: 0 0 40px;
}

    .site-footer .footer-top-hldr address {
        margin-bottom: 0;
        line-height: 200%;
        margin-top: -5px;
    }

.site-footer .footer-bottom-hldr ul li {
    position: relative;
    margin-right: 25px;
}

    .site-footer .footer-bottom-hldr ul li:last-child {
        margin-right: 0;
    }

    .site-footer .footer-bottom-hldr ul li:before {
        position: absolute;
        content: "";
        top: 50%;
        right: -15px;
        transform: translate(0,-50%);
        width: 3px;
        height: 3px;
        border-radius: 100%;
        background: #000;
    }

    .site-footer .footer-bottom-hldr ul li:last-child:before {
        display: none;
    }

.footer-list-hldr {
    display: flex;
    flex-wrap: wrap;
}

    .footer-list-hldr .footer-list {
        width: 25%;
    }

        .footer-list-hldr .footer-list:nth-child(3) {
            /*width: 33%;*/
        }

            .footer-list-hldr .footer-list:nth-child(3) li:last-child a {
                color: #ae0000;
            }

.footer-list .footer-logo {
    /*display: inline-block;
    position: absolute;
    bottom: 190px;
    transform: translate(0%,-50%);
    right: 0;*/
    max-width: 300px;
    filter: invert(1);
}

.footer-list-hldr .footer-list h4,
.footer-list-hldr .footer-list h5 {
    color: #ae0000;
    font-weight: 700;
    margin-bottom: 15px;
}


/**calender**/
/*calenderdropdown*/
.calender_modal {
}

    .calender_modal .modal-header,
    .search_modal .modal-header {
        border: none;
        display: flex;
        justify-content: space-between;
        padding: 10px 50px;
        align-items: center;
    }

        .calender_modal .modal-header .close,
        .search_modal .modal-header .close {
            opacity: 1;
            color: #fff;
            font-weight: 400;
        }

    .calender_modal .modal-dialog,
    .search_modal .modal-dialog {
        max-width: 80%;
    }

    .calender_modal .modal-content,
    .search_modal .modal-content {
        border: none;
        background: #000;
    }

.search_modal .modal-body {
    position: relative;
    min-height: 350px;
}

.announcementModal .modal-body {
    min-height: unset !important;
}

.search_modal .modal-body .searchdiv {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 90%;
}

.search_modal .modal-footer {
    text-align: center;
    padding: 20px;
    font-size: 20px;
    color: #fff;
    display: block;
    font-weight: 600;
    border: none;
}

.searchdiv input {
    padding: 15px;
    background: none;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 34px;
    line-height: 40px;
    color: #fff;
}

.searchdiv ::-webkit-input-placeholder { /* Edge */
    color: #fff;
}

.searchdiv :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.searchdiv ::placeholder {
    color: #fff;
}

.calenderdropdown {
    padding: 0;
    display: flex;
}

.cm {
    display: none;
}

.cmab {
    display: block;
}

.monthlist {
    list-style: none;
    width: 60px;
    margin: 50px 20px 0 0;
    padding: 0;
    position: relative;
}

    .monthlist:before {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        width: 2px;
        height: 100%;
        background: #7f8da0;
    }

    .monthlist li {
        display: block;
        font-size: 15px;
        line-height: 16px;
        padding: 22px 10px;
        color: #989898;
        position: relative;
        text-transform: uppercase;
    }

        .monthlist li.active:before {
            position: absolute;
            content: "";
            right: -2px;
            top: 50%;
            width: 6px;
            height: 6px;
            background: #fff;
            border-radius: 50%;
            transform: translate(0,-50%);
        }

.monthcontent {
    width: calc(100% - 80px);
}

.weeklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
    border-bottom: 2px solid #7f8da0;
    ;
    margin-bottom: 15px;
}

    .weeklist li {
        font-size: 15px;
        width: 14%;
        text-align: center;
        line-height: 16px;
        padding: 10px;
        color: #989898;
        position: relative;
        text-transform: uppercase;
    }

        /*.weeklist li span.DD{display:none;}*/
        .weeklist li span.MM {
            display: none;
        }

        .weeklist li.active, .monthlist li.active {
            color: #f00;
            font-weight: bold;
        }

        .weeklist li span {
            display: inline-block;
            vertical-align: middle;
        }

            .weeklist li span.mn {
                color: #001C42;
            }

            .weeklist li span.dt {
                color: #9BA2AB;
                font-size: 14px;
            }

        .weeklist li.active span.mn {
            color: #0065F2;
        }

        .weeklist li.active span.dt {
            color: #F5508C;
        }

        .weeklist li.active:before {
            position: absolute;
            content: "";
            left: 50%;
            width: 6px;
            height: 6px;
            background: #fff;
            bottom: -3px;
            border-radius: 50%;
            transform: translate(-50%,0);
        }

.calender_table {
    display: flex;
    flex-wrap: wrap;
}

    .calender_table .calender_table_data {
        width: 14%;
        padding: 20px;
        background: #fff;
        position: relative;
        text-align: center;
        /*	height:90px; */
        height: 130px;
        text-transform: uppercase;
        font-size: 13px;
        margin: 0 0 15px;
    }

        .calender_table .calender_table_data.blank {
            background: inherit !important;
        }

        .calender_table .calender_table_data:nth-child(2n) {
            background: #f5f5f5;
        }

        .calender_table .calender_table_data.special {
            background: url(../images/blue-hall.png) no-repeat 0 0;
            color: #fff;
        }

.calender_table_data a {
    color: #fff;
    font-size: 20px;
}

.calender_table .calender_table_data > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.calender_table .calender_table_data span {
    display: block;
}

    .calender_table .calender_table_data span.no {
        font-size: 16px;
    }






/**common_modal**/
.modal-backdrop {
    background: none;
    display: none;
}

.modal {
    background: rgba(0,0,0,0.7);
}
/*.modal:before{
	position: absolute;
	content: ""; width: 100%; height: 100%;
	background: rgba(0,0,0,0.7);
	left: 0; top: 0; 
}
*/


/**contact-page**/
.inner-main {
    padding: 50px 0;
    background: #f0f0f0;
}

.common_sec {
    margin: 0 0 50px;
}

.common_para {
    padding: 30px;
    background: #fff;
}

.corporation {
    width: 100%;
    height: auto;
    min-height: 170px;
    padding: 1.5rem;
    border: 1px solid var(--N40);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-justify-content: center;
    justify-content: center;
}

.corporation__image {
    width: auto;
    /*max-height: 75px;*/
    max-width: 100%;
    margin: 0 auto;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.koro_image {
    display: block;
    visibility: visible;
}

.grove {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    /* flex-direction: row; */
    /* -webkit-flex-wrap: wrap; */
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.row_grove {
    margin: -0.5rem;
}

.inner-footer {
    /*background: #f0f0f0  url(../images/footer-bg.png) no-repeat 0 bottom;
    background-size: 100%;*/
    background-color: #f0f0f0;
    padding: 60px 0 0;
}

.inner-banner {
    position: relative;
}

.event-banner {
    min-height: 550px;
    background: #000000;
}

.webtv-banner {
    min-height: 460px;
    background: #000000;
}

.inner-banner-content {
    position: absolute;
    left: 0;
    top: 56%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    width: 100%;
    text-align: center;
}

    .inner-banner-content h2 {
        text-align: left;
        font-size: 45px;
        font-weight: bold;
        color: #fff;
        margin: 0 0 20px;
    }

.banner_search .form-row {
    justify-content: center;
}

.banner_search .form-group {
    width: 19%;
    margin-right: 2%;
    position: relative;
}

    .banner_search .form-group:last-child {
        margin-right: 0;
    }

    .banner_search .form-group:first-child, .banner_search .form-group:last-child {
        width: 38%;
    }

.banner_search .form-row input, .banner_search .form-row select {
    padding: 10px 10px 10px 60px;
    border: none;
    height: 70px;
    background: #f0f0f0;
    width: 100%;
    -webkit-appearance: none;
    font-size: 18px;
}

    .banner_search .form-row input.search {
        background: #f0f0f0 url(../images/search.png) no-repeat 10px center;
    }

    .banner_search .form-row input.date {
        background: #f0f0f0 url(../images/date.png) no-repeat 10px center;
    }

.banner_search .form-row select {
    background: #f0f0f0 url(../images/selectlogo.png) no-repeat 10px center;
    background-size: 30px;
}

.banner_search .form-row .form-group:last-child:after {
    position: absolute;
    content: "";
    right: 10px;
    top: 25px;
    background: url(../images/trng.png) no-repeat 0 center;
    width: 25px;
    height: 20px;
    background-size: 25px;
}

.banner_search .form-row input.date {
    background: #f0f0f0 url(../images/date.png) no-repeat 10px center;
}

.banner_search .form-row .buy {
    padding: 15px 65px;
}
/**event-page**/
.event_list {
    background: #fff;
    margin: 0 0 20px;
}

.buy {
    color: #fff;
    text-align: center;
}

    .buy span {
        position: relative;
    }

.buy {
    transition: 0.5s;
    font-size: 24px;
    line-height: 30px;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 15px 40px;
    width: auto;
    background: #ac0000;
    margin: 25px 0 0;
    display: inline-block;
    border: none;
    white-space: nowrap;
}

    .buy:before {
        position: absolute;
        content: "";
        bottom: 0;
        border-radius: 50%;
        left: -70px;
        width: 0;
        height: 100%;
        background: rgba(255,255,255,.5);
        transition: 0.5s;
        z-index: 2;
    }

    .buy:hover {
        color: #fff;
    }

        .buy:hover:before {
            width: 50%;
        }

    .buy:after {
        position: absolute;
        content: "";
        bottom: 0;
        border-radius: 50%;
        right: -70px;
        width: 0;
        height: 100%;
        background: rgba(255,255,255,.5);
        transition: 0.5s;
        z-index: 2;
    }

    .buy:hover:after {
        width: 50%;
    }


.event_list_div {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    border-bottom: solid 5px #646464;
}

.event_list:last-child .event_list_div {
    border-bottom: none !important;
}

.event_date {
    text-align: center;
    width: 22%;
    padding: 0 15px;
    /*border-right: 1px solid #ac0000;*/
    color: #7c0000;
}

    .event_date > span {
        display: block;
        text-transform: uppercase;
        font-size: 22px;
        padding: 0 0 8px;
    }

    .event_date .date {
        font-size: 80px;
        line-height: 80px;
        margin: 0 0 20px;
    }

.event_content {
    width: 56%;
    padding: 0 15px;
    position: relative;
}

    .event_content h3 {
        font-size: 25px;
        line-height: 35px;
        margin: 0 0 10px;
    }

    .event_content p {
        margin: 0 0 35px;
    }

.event_shortdetail {
}

    .event_shortdetail p {
        margin-bottom: 5px;
    }

.event_detailtext p {
    margin-bottom: 5px;
}

.event_content .time {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    position: static;
    bottom: 5px;
}

    .event_content .time time {
        font-size: 28px;
    }

.event_img {
    width: 35%;
}

.event_title_link,
.event_title_link:hover,
.event_title_link:visited {
    color: #000;
}

.event_list_top {
    padding: 20px 0;
    /*background-color: #646464;*/
}

.event_list_top_holder {
    display: flex;
    justify-content: space-between;
}

.event_list_top h3 {
    text-transform: uppercase;
    font-size: 40px;
}

.event_list_top .btnholder {
}

.inner-event {
    background: #fff !important;
    padding-top: 0 !important;
}

    .inner-event .event_list_top_holder h3 {
        color: #fff;
    }

.btnholder .btn {
    text-transform: uppercase;
    border: 1px solid #000;
    font-size: 22px;
    line-height: 25px;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 0;
    margin-right: 15px;
}

    .btnholder .btn:hover {
        background: #ac0000;
        color: #fff;
        border-color: #ac0000;
    }

    .btnholder .btn:last-child {
        margin-right: 0;
    }


.contact-banner .inner-banner-content {
    position: absolute;
    left: 0;
    bottom: 5%;
    top: auto;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    width: 100%;
    text-align: center;
    color: #fff;
    text-align: left;
}

    .contact-banner .inner-banner-content h2 {
        text-align: left;
        font-size: 45px;
        font-weight: bold;
        color: #000;
        margin: 0 0 25px;
        text-transform: capitalize;
    }
/**event-page**/
.common_para h2.title2 {
    text-align: left;
    margin: 0 0 5px;
}

.cmn_gal {
    padding: 10px;
    background: #000;
    display: flex;
}

    .cmn_gal .galdiv {
        width: 50%;
        margin-right: 10px;
    }

        .cmn_gal .galdiv:last-child {
            margin: 0;
        }

.galimg {
    margin: 0 0 10px;
    line-height: 0;
    display: block;
    position: relative;
    overflow: hidden;
}

    .galimg .overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7);
        color: #fff;
        line-height: 20px;
    }

        .galimg .overlay > div {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            width: 100%;
            padding: 20px 30px;
            text-align: center;
        }

        .galimg .overlay h3 {
            font-weight: bold;
            font-size: 22px;
            margin: 0 0 15px;
        }

        .galimg .overlay p {
            margin: 0 0 15px;
        }

    .galimg .buy {
        text-transform: uppercase;
        font-size: 18px;
        line-height: 20px;
        margin: 0;
    }

    .galimg img {
        width: 100%;
        transform: scale(1);
    }

    .galimg:last-child {
        margin: 0;
    }

    .galimg .overlay, .galimg, .galimg img {
        transition: 0.5s;
    }

        .galimg:hover .overlay {
            background: rgba(0,0,0,0.5);
        }

        .galimg:hover img {
            transform: scale(1.05);
        }


.cmn_gal1 {
    padding: 10px;
    background: #0b0b0b;
}

    .cmn_gal1 h2 {
        font-size: 40px;
        font-weight: bold;
        text-transform: capitalize;
        margin: 0 0 30px;
        text-align: center;
        color: #fff;
    }

.galrow {
    display: flex;
    margin-bottom: 10px;
}

    .galrow:last-child {
        margin-bottom: 0;
    }

    .galrow .galdiv {
        width: 50%;
        margin-right: 10px;
    }

        .galrow .galdiv:last-child {
            margin: 0;
        }

.galrow3 .galdiv {
    width: 33.33%;
}

.galimg {
    margin: 0 0 10px;
    line-height: 0;
    display: block;
    position: relative;
    overflow: hidden;
}

.gallery_tab .galimg {
    height: 280px;
}

.galrow3 .galimg {
    height: 210px;
}

.galimg > img, .galimg > iframe, .galimg > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galrow .galdiv .overlay {
    background: rgba(0,0,0,0.4);
    opacity: 0;
}

.galrow .galdiv .galimg:hover .overlay {
    opacity: 1;
}

.overlay .ico {
    font-size: 30px;
    color: #fff;
}

.overlay .play {
    font-size: 45px;
    color: #fff;
}

.gallery_tab .resp-tabs-list {
    display: flex;
    justify-content: center;
    border: none;
    margin: 0 0 20px;
}

    .gallery_tab .resp-tabs-list li {
        margin: 0;
        background: #0b0b0b !important;
        border: 1px solid #0b0b0b !important;
        padding: 10px 50px;
        text-transform: uppercase;
        font-size: 20px;
        color: #ac0000;
    }

        .gallery_tab .resp-tabs-list li.resp-tab-active {
            /*border: 1px solid #000000 !important; color: #ac0000;*/
            border: 1px solid #fff !important;
            color: #fff;
            background: none !important;
        }

.gallery_tab .resp-tabs-container {
    background: none;
}

.gallery_tab .resp-tab-content {
    border: none;
}

.gallery-banner .inner-banner-content {
    position: absolute;
    left: 0;
    bottom: 5%;
    top: auto;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    width: 100%;
    text-align: center;
    color: #fff;
    text-align: left;
}

    .gallery-banner .inner-banner-content > div > div {
        max-width: 60%;
    }

    .gallery-banner .inner-banner-content h2 {
        text-align: left;
        font-size: 45px;
        font-weight: bold;
        color: #fff;
        margin: 0 0 25px; /*text-transform: capitalize;*/
    }

    .gallery-banner .inner-banner-content h3 {
        text-align: left;
        font-size: 25px;
        font-weight: 400;
        color: #fff;
        margin: 0 0 12px;
        text-transform: uppercase;
    }

.news-hldr-inner {
}

    .news-hldr-inner .news-box:before {
        display: none;
    }

    .news-hldr-inner .news-box:after {
        display: none;
    }

.news_slider .slick-slide {
    margin-right: 20px;
}

.news_slider .slick-arrow {
    width: 55px;
    height: 55px;
    display: inline-block;
    position: relative;
    border: none;
    position: absolute;
}

    .news_slider .slick-arrow.slick-prev {
        background: #000000;
        right: 55px;
        top: -110px;
    }

    .news_slider .slick-arrow.slick-next {
        background: #ac0000;
        right: 0;
        top: -110px;
        color: #ac0000;
    }

    .news_slider .slick-arrow:after {
        position: absolute;
        font-family: "fontAwesome";
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        color: #fff;
        font-size: 20px;
    }

    .news_slider .slick-arrow.slick-prev:after {
        content: "\f104";
    }

    .news_slider .slick-arrow.slick-next:after {
        content: "\f105";
    }

.news_slider .slick-dots {
    display: none !important;
}

/*Home PageSlider*/
.home_pageslider .slick-slide {
    margin-right: 20px;
}

.home_pageslider .slick-arrow {
    width: 55px;
    height: 55px;
    display: inline-block;
    position: relative;
    border: none;
    position: absolute;
}

    .home_pageslider .slick-arrow.slick-prev {
        background: #000000;
        right: 75px;
        top: -110px;
        cursor: pointer;
    }

    .home_pageslider .slick-arrow.slick-next {
        background: #ac0000;
        right: 20px;
        top: -110px;
        color: #ac0000;
        cursor: pointer;
    }

    .home_pageslider .slick-arrow:after {
        position: absolute;
        font-family: "fontAwesome";
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        color: #fff;
        font-size: 20px;
    }

    .home_pageslider .slick-arrow.slick-prev:after {
        content: "\f104";
    }

    .home_pageslider .slick-arrow.slick-next:after {
        content: "\f105";
    }

.home_pageslider .slick-dots {
    display: none !important;
}

.plan-your-visit .section-hd {
    padding-left: 0 !important;
}
/**/


/*Home Event Slider*/
.section-events {
    margin: 6rem 0;
}

    .section-events h2 {
        color: #000;
        font-weight: 800;
        margin: 0 0 30px;
        font-size: 36px;
        line-height: 42px;
        padding-left: 10px;
    }

        .section-events h2:before {
            content: '';
            position: relative;
            left: -10px;
            width: 10px;
            background-color: #a80000;
            display: inline-block;
            height: 20px;
        }

.home_eventslider .slick-arrow {
    width: 55px;
    height: 44px;
    display: inline-block;
    position: relative;
    border: none;
    position: absolute;
}

    .home_eventslider .slick-arrow.slick-prev:hover,
    .home_eventslider .slick-arrow.slick-next:hover {
        background: #e1e1e1;
    }

    .home_eventslider .slick-arrow.slick-prev {
        background: transparent;
        right: 75px;
        top: -80px;
        cursor: pointer;
        color: transparent;
    }

    .home_eventslider .slick-arrow.slick-next {
        background: transparent;
        right: 20px;
        top: -80px;
        color: transparent;
        cursor: pointer;
    }

    .home_eventslider .slick-arrow:after {
        position: absolute;
        font-family: "fontAwesome";
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        color: #000;
        font-size: 20px;
    }

    .home_eventslider .slick-arrow.slick-next:before {
        content: '';
        display: inline-block;
        height: 44px;
        width: 1px;
        background-color: #c7c7c7;
        position: absolute;
        left: 0;
        top: 0;
    }

    .home_eventslider .slick-arrow.slick-prev:after {
        content: "\f177";
    }

    .home_eventslider .slick-arrow.slick-next:after {
        content: "\f178";
    }

.home_eventslider .slick-dots {
    display: none !important;
}

.home_eventslider .eventcontainer {
    margin-right: 30px;
    margin-bottom: 15px;
}

.home_eventslider .evitem {
    background-color: #f5f5f5;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(212,212,212,1);
    -moz-box-shadow: 5px 5px 10px 0px rgba(212,212,212,1);
    box-shadow: 5px 5px 10px 0px rgba(212,212,212,1);
    border: solid 1px #ddd;
    transition: .3s;
}

.home_eventslider .eventcontainer a:hover .evitem {
    background-color: #fff;
}

.home_eventslider .evimg {
    overflow: hidden;
}

    .home_eventslider .evimg img {
        transition: .5s;
    }

.home_eventslider .eventcontainer a:hover .evimg img {
    transform: scale(1.2);
}

.home_eventslider .evmeta {
    font-size: 16px;
    line-height: 16px;
}

.home_eventslider .evdate {
    padding: 15px;
    color: #000;
}

    .home_eventslider .evdate .evday {
        font-size: 60px;
        line-height: 50px;
        font-weight: 700;
        margin-right: 10px;
    }

    .home_eventslider .evdate .evmonth {
        padding-top: 0.3vh;
    }

        .home_eventslider .evdate .evmonth p {
            margin: 0;
        }

.home_eventslider .evsaloon {
    background-color: #ddd;
    padding: 5px 15px;
}

.eventcontainer .evitem .evsaloon {
    background-color: #007EC5;
    color: #fff;
}

    .eventcontainer .evitem .evsaloon.mavi {
        background-color: #007ec3;
    }

    .eventcontainer .evitem .evsaloon.gri {
        background-color: #6e6f71;
    }

    .eventcontainer .evitem .evsaloon.kahve {
        background-color: #ab7d59;
    }

    .eventcontainer .evitem .evsaloon.tarihiacikhava {
        background-color: #ab9659;
    }

    .eventcontainer .evitem .evsaloon.kamyon {
        background-color: #008000;
    }
/*.eventcontainer:nth-child(2n) .evitem .evsaloon {
    background-color: #AC0000;
}

.eventcontainer:nth-child(4n-1) .evitem .evsaloon {
    background-color: #6E6F71;
}

.eventcontainer:nth-child(4n) .evitem .evsaloon {
    background-color: #AB7E55;
}*/


.home_eventslider .evtext {
    margin: 15px;
    font-weight: 600;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.home_eventslider .evticket {
}

    .home_eventslider .evticket span {
        color: #fff;
        display: inline-block;
        background-image: url(../images/csobuttonbg.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        padding: 22px 40px 5px 55px;
        transition: all ease .3s;
        filter: grayscale(.3);
        box-shadow: none;
    }

.home_eventslider .eventcontainer a:hover span {
    color: #fff;
    background-position: 0 0;
    filter: grayscale(0);
}
/*End: Home Event Slider*/





/*
	Begin:	Home Menus
*/
.section-menus {
    background-color: #000;
    color: #fff;
    margin: 6rem 0;
    padding: 6rem 0;
}

    .section-menus h2 {
        color: #fff;
        font-weight: 800;
        margin: 0 0 15px;
        font-size: 36px;
        line-height: 36px;
        padding-left: 10px;
    }

        .section-menus h2:before {
            content: '';
            position: relative;
            left: -10px;
            width: 10px;
            background-color: #a80000;
            display: inline-block;
            height: 26px;
        }

    .section-menus .row .col {
        margin-bottom: 30px;
    }

    .section-menus .menuitem {
        /*margin-bottom: 15px;*/
    }

        .section-menus .menuitem a {
            display: inline-block;
            width: 100%;
            height: 100%;
            padding: 0;
            margin: 0;
        }

        .section-menus .menuitem .menuimg {
            position: relative;
            height: 100%;
            /*border: solid 3px #fff;*/
        }

            .section-menus .menuitem .menuimg:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                opacity: .4;
                transition: 0.5s;
                background: #000;
                z-index: 1;
            }

        .section-menus .menuitem a:hover .menuimg:before {
            opacity: .2;
        }

        .section-menus .menuitem .menuimg img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        .section-menus .menuitem .menutitle {
            color: #fff;
            bottom: 30px;
            font-size: 18px;
            line-height: 25px;
            font-weight: 500;
            position: absolute;
            right: 30px;
            transition: 0.5s;
            z-index: 1;
        }

        .section-menus .menuitem a:hover .menutitle {
            right: 60px;
        }

        .section-menus .menuitem .menutitle:before {
            content: "";
            position: absolute;
            background-size: contain;
            width: 25px;
            height: 25px;
            right: 0;
            top: 25px;
            transition: 0.5s;
            background: url(../images/right-arrow.png) no-repeat 0 0;
        }

        .section-menus .menuitem a:hover .menutitle:before {
            top: 0;
            right: -30px;
        }
/*	End: Home Menus	*/




/*
	Begin:	Section Newsletter
*/
.section-newsletter {
    background-color: #a80000;
    color: #fff;
    margin: 6rem 0;
    padding: 3rem 0;
}

    .section-newsletter .newsletter-text {
    }

        .section-newsletter .newsletter-text h5 {
            font-weight: 600;
            font-size: 24px;
        }

        .section-newsletter .newsletter-text p {
            font-size: 14px;
            margin-bottom: 0;
        }

        .section-newsletter .newsletter-text input[type="checkbox"] {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-color: transparent;
            margin: 0;
            font: inherit;
            color: #fff;
            width: 20px;
            height: 20px;
            border: 2px solid #fff;
            border-radius: 3px;
            transform: translateY(-0.075em);
            display: inline-grid;
            place-content: center;
            cursor: pointer;
            margin-right: 5px;
        }

            .section-newsletter .newsletter-text input[type="checkbox"]::before {
                content: "";
                width: 0.65em;
                height: 0.65em;
                -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
                clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
                transform: scale(0);
                transform-origin: bottom left;
                transition: 120ms transform ease-in-out;
                box-shadow: inset 1em 1em #fff;
                /* Windows High Contrast Mode */
                background-color: CanvasText;
            }

            .section-newsletter .newsletter-text input[type="checkbox"]:checked::before {
                transform: scale(1);
            }

            .section-newsletter .newsletter-text input[type="checkbox"]:focus {
                outline: max(2px, 0.15em) solid currentColor;
                outline-offset: max(2px, 0.15em);
            }

    .section-newsletter input[type=text] {
        border: none;
        background-color: transparent;
        border-bottom: solid 1px #fff;
        width: 90%;
        color: #fff;
        line-height: 36px;
    }

        .section-newsletter input[type=text]::placeholder { /* Firefox */
            color: #d3d3d3;
        }

        .section-newsletter input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #d3d3d3;
        }

        .section-newsletter input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
            color: #d3d3d3;
        }

    .section-newsletter input[type='button'] {
        background-color: transparent;
        border: solid 2px #fff;
        text-align: center;
        padding: 0 36px;
        line-height: 36px;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        font-weight: 600;
        transition: background-color ease 0.5s;
    }

        .section-newsletter input[type='button']:hover {
            background-color: #fff;
            color: #a80000;
        }
/*	End: Section Newsletter	*/




/*	Section HomeVideos	*/
.section-homevideos {
    margin: 4rem 0;
}

    .section-homevideos h2 {
        color: #000;
        font-weight: 800;
        margin: 0 0 30px;
        font-size: 36px;
        line-height: 42px;
        padding-left: 10px;
    }

        .section-homevideos h2:before {
            content: '';
            position: relative;
            left: -10px;
            width: 10px;
            background-color: #a80000;
            display: inline-block;
            height: 26px;
        }

    .section-homevideos .thumblink {
        overflow: hidden;
        transition: .5s;
    }

        .section-homevideos .thumblink:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: calc(100% - 30px);
            height: 100%;
            opacity: .2;
            background-color: #000000;
            margin: 0 15px;
            z-index: 1;
            transition: .5s;
        }

        .section-homevideos .thumblink:hover::before {
            opacity: .1;
        }

        .section-homevideos .thumblink a {
            display: block;
            position: absolute;
            width: calc(100% - 30px);
            height: 100%;
            margin: 0;
            padding: 0;
            z-index: 5;
        }

            .section-homevideos .thumblink a:before {
                font-family: FontAwesome;
                content: "\f04b";
                display: inline-block;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: 35px;
                color: #fff;
                opacity: .7;
                width: 100%;
                height: 70px;
                line-height: 70px;
                line-height: 64px;
                text-align: center;
                z-index: 1;
                transition: .3s;
            }

            .section-homevideos .thumblink a:after {
                content: "";
                display: inline-block;
                position: absolute;
                top: 50%;
                left: calc(50% - 3px);
                transform: translate(-50%, -50%);
                border: solid 5px #fff;
                opacity: .7;
                width: 70px;
                height: 70px;
                transition: .3s;
            }



        .section-homevideos .thumblink img {
            object-fit: cover;
            transition: .5s;
        }

        .section-homevideos .thumblink:hover img {
            transform: rotate(-5deg) scale(1.2);
            filter: blur(1px);
        }

    .section-homevideos h4 {
        color: #000;
        display: block;
        font-weight: 700;
        line-height: 160%;
    }

.btnwhitebg {
    background-color: transparent;
    border: solid 2px #000;
    text-align: center;
    padding: 0 30px;
    line-height: 44px;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    transition: all ease 0.3s;
    border-radius: unset;
}

    .btnwhitebg:hover {
        background-color: #a80000;
        color: #fff;
        border-color: #a80000;
    }

/*	End: Section HomeVideos	*/





.inner-banner > img {
    width: 100%;
    /*max-height: 460px;*/
    object-fit: cover;
}

.inner-banner:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    position: absolute;
}

.inner-banner iframe {
    width: calc(100% - 95px);
    margin-left: 95px;
    margin-top: 60px;
}

.inner-banner iframe {
    height: 450px;
}

.videomodal .modal-header {
    display: none;
}

    .videomodal .modal-header .close {
        opacity: 1;
        color: #fff;
        font-weight: 400;
        display: none;
    }

.videomodal .modal-body {
    padding: 0;
    line-height: 0;
}

.videomodal .modal-dialog {
    max-width: 80%;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) !important;
    -webkit-transform: translate(-50%,-50%) !important;
}

    .videomodal .modal-dialog iframe {
        width: 100%;
        height: 100%;
    }

.videomodal .modal-dialog {
    height: 80%;
}

    .videomodal .modal-dialog > .modal-content,
    .videomodal .modal-dialog > .modal-content > .modal-body {
        height: 100%;
    }

.announcementModal .modal-dialog {
    max-width: 800px !important;
}

.announcementModal .modal-body {
    padding: 2px;
}

.announcementModal .modal-footer {
    padding: 0px;
}



.slick-slide video {
    /*display: block;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;*/
    height: 100vh;
    width: 100%;
    object-fit: cover;
}




.webtvvideos {
}

    .webtvvideos .vidcontainer {
    }

        .webtvvideos .vidcontainer a {
            display: inline-block;
        }

        .webtvvideos .vidcontainer .vid-img {
            position: relative;
            overflow: hidden;
        }

            .webtvvideos .vidcontainer .vid-img img {
                object-fit: cover;
                transition: .5s;
            }

            .webtvvideos .vidcontainer .vid-img:before {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 1;
                background-color: #000;
                opacity: .3;
                transition: .5s;
            }

        .webtvvideos .vidcontainer a:hover .vid-img:before {
            opacity: .1;
        }

        .webtvvideos .vidcontainer a:hover .vid-img img {
            transform: scale(1.2) rotate(-5deg);
        }

        .webtvvideos .vidcontainer a:hover .vid-img i {
            position: relative;
            z-index: 2;
            display: inline-block;
            width: 30px;
            height: 30px;
        }

        .webtvvideos .vidcontainer a .vid-img span:before {
            font-family: FontAwesome;
            content: "\f04b";
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 25px;
            color: #fff;
            opacity: .7;
            width: 100%;
            height: 50px;
            line-height: 50px;
            text-align: center;
            z-index: 1;
        }

        .webtvvideos .vidcontainer a .vid-img span:after {
            content: "";
            display: inline-block;
            position: absolute;
            top: 50%;
            left: calc(50% - 3px);
            transform: translate(-50%, -50%);
            border: solid 5px #fff;
            opacity: .7;
            width: 50px;
            height: 50px;
            z-index: 1;
        }



        .webtvvideos .vidcontainer .vid-date {
            font-size: 12px;
            line-height: 12px;
            color: #888;
            margin: 5px 0;
        }

        .webtvvideos .vidcontainer .vid-meta {
            color: #000;
        }

            .webtvvideos .vidcontainer .vid-meta h3 {
                font-size: 18px;
                font-weight: 700;
            }

        .webtvvideos .vidcontainer a:hover .vid-meta h3 {
            color: #a80000;
        }

.banner_search .form-row input.search.vidsearch {
    min-width: 370px !important;
    height: 60px;
}


/*
    Basın Sayfası Tablo
*/

.event-schedule-area-two .section-title .title-text h2 {
    margin: 0px 0 15px;
}

.event-schedule-area-two ul.custom-tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px;
}

    .event-schedule-area-two ul.custom-tab li {
        margin-right: 70px;
        position: relative;
    }

        .event-schedule-area-two ul.custom-tab li a {
            color: #252525;
            font-size: 25px;
            line-height: 25px;
            font-weight: 600;
            text-transform: capitalize;
            padding: 35px 0;
            position: relative;
        }

.event-schedule-area-two .primary-btn {
    margin-top: 40px;
}

.event-schedule-area-two .tab-content .table {
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

/* Tarih Başlık */
    .event-schedule-area-two .tab-content .table thead {
        background-color: #ae0000;
        color: #fff;
        font-size: 20px;
    }

        .event-schedule-area-two .tab-content .table thead tr th {
            padding: 10px;
            border: 0;
        }

    .event-schedule-area-two .tab-content .table tbody {
        background: #fff;
    }

        .event-schedule-area-two .tab-content .table tbody tr.inner-box {
            border-bottom: 1px solid #dee2e6;
        }

        .event-schedule-area-two .tab-content .table tbody tr th {
            border: 0;
            padding: 30px 20px;
            vertical-align: middle;
        }

            .event-schedule-area-two .tab-content .table tbody tr th .event-date {
                color: #252525;
                text-align: center;
            }

                .event-schedule-area-two .tab-content .table tbody tr th .event-date span {
                    font-size: 16px;
                    line-height: 50px;
                    font-weight: 500;
                }

        .event-schedule-area-two .tab-content .table tbody tr td {
            padding: 30px 20px;
            vertical-align: middle;
        }
        

            .event-schedule-area-two .tab-content .table tbody tr td .event-wrap h3 a {
                font-size: 20px;
                line-height: 20px;
                color: #000000;
                -webkit-transition: all 0.4s;
                -o-transition: all 0.4s;
                transition: all 0.4s;
            }

                .event-schedule-area-two .tab-content .table tbody tr td .event-wrap h3 a:hover {
                    color: #000000;
                }
                
            

            .event-schedule-area-two .tab-content .table tbody tr td .primary-btn {
                margin-top: 0;
                text-align: center;
            }

            .event-schedule-area-two .tab-content .table tbody tr td .event-img img {
                width: 100px;
                height: 100px;
                border-radius: 8px;
            }
/* Mekan Kiralama Accordion*/

/*body {
    margin-top: 50px !important;
    background: #F15A5C;
    font-family: 'PT Sans Narrow', sans-serif;
}
*/
a:hover, a:focus {
    text-decoration: none !important;
    outline: none !important;
}

.panel-group .panel {
    background-color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 11px;
}

.panel .panel-heading {
    padding: 0;
    border-radius: 10px;
    border: none;
}

.panel-heading a {
    color: #000000 !important;
    display: block;
    border: none;
    padding: 20px 35px 20px;
    font-size: 20px;
    background-color: #fff;
    font-weight: 600;
    position: relative;
    color: #fff;
    box-shadow: none;
    transition: all 0.1s ease 0;
}

    .panel-heading a:after, .panel-heading a.collapsed:after {
        content: "\f068";
        font-family: fontawesome;
        text-align: center;
        position: absolute;
        left: -20px;
        top: 10px;
        color: #000000 !important;
        background-color: #fff;
        border: 5px solid #fff;
        font-size: 15px;
        width: 40px;
        height: 40px;
        line-height: 30px;
        border-radius: 50%;
        transition: all 0.3s ease 0s;
    }

.panel-heading:hover a:after,
.panel-heading:hover a.collapsed:after {
    transform: rotate(360deg);
}

.panel-heading a.collapsed:after {
    content: "\f067";
}

#accordion .panel-body {
    background-color: #ffffff;
    color: #000000;
    line-height: 25px;
    padding: 10px 25px 20px 35px;
    border-top: none;
    font-size: 14px;
    position: relative;
}

.text-white {
    color: white;
    text-transform: uppercase;
}

.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #Fff;
    top: 50%;
    animation: loader 2s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

/* Saat kutuları – küçük, nazik */
.event_content .time {
    white-space: nowrap; /* 3 saat bile olsa salon yanına gelsin */
}

    .event_content .time .session-badge {
        display: inline-block;
        padding: 4px 10px;
        margin-right: 6px;
        border: 1px solid #d9d9d9;
        border-radius: 6px;
        background: #fff;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2;
        color: #222;
        vertical-align: middle;
    }

        .event_content .time .session-badge:hover {
            background: #f7f7f7;
        }

    .event_content .time .saloon {
        margin-left: 8px;
        font-size: 17px;
        font-weight: 600;
        color: #333;
        vertical-align: middle;
    }

/* sadece sergiler için belli bir aralık gösterecek şekilde güncellendi*/
.event_list.is-exhibition .event_date .month,
.event_list.is-exhibition .event_date .year,
.event_list.is-exhibition .event_date .weekday {
    text-transform: uppercase;
    letter-spacing: .3px;
}

.event_list.is-exhibition .event_date .date.range {
    font-size: 64px;
    line-height: 1;
    display: block;
    margin: 2px 0 4px;
}

@media (max-width: 576px) {
    .event_list.is-exhibition .event_date .date.range {
        font-size: 44px;
    }
}