/* Minification failed. Returning unminified contents.
(836,37): run-time error CSS1046: Expect comma, found '0'
(836,41): run-time error CSS1046: Expect comma, found '/'
(911,37): run-time error CSS1046: Expect comma, found '0'
(911,41): run-time error CSS1046: Expect comma, found '/'
 */
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@400;600;700&Roboto:wght@100;200;300;400;500;600;700&family=Titan+One&display=swap');
/*ad318e*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
/* font-family: 'Roboto', sans-serif;*/
font-family: 'Antonio', sans-serif;
}

body {
    font-size: 0.9rem;
    color: #2a353b;
	  background:url(../images/w-bg5.png);  
	     
}
.popup-video{width:700px; height:420px;}
.owl-dots{display:none;}
.owl-prev, .owl-next {
        width: 25px;
        height: 100px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: block !important;
        border:0px!important;
 
    }
    .owl-prev { left: 20px;  }
    .owl-next { right:20px; }
    .owl-prev i, .owl-next i {transform : scale(4,5); color: #fff;}
	 .owl-nav button:focus {outline:0;} 
.box-radius{border-radius:8px;}
.m-margin {
    margin-right:0px!important;
    margin-left: 0px!important;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.main-button {
    padding: 10px 30px;
    background: #b32186;
    color: #fff;
    border-radius: 5px;
    margin: 10px 0;
    transition: all 0.5s ease;
}

    .main-button:hover {
        text-decoration: none;
        background: #353535;
        color: #fff;
    }

nav {
    position: fixed;
    z-index: 99;
    width: 100%;
    background: #fff;
    /*background: #242526;*/
}

    nav .wrapper {
        position: relative;
        max-width: 1300px;
        padding: 0px 10px 0 20px;
        height: 120px;
        line-height: 70px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: all 0.5s ease;
    }

.scroll-wrapper {
    height: 80px !important;
}

nav dl,
ol,
ul {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.wrapper .logo a {
    color: #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}

.wrapper .logo img {
    height: 180px;
	margin-top:63px;
    transition: all 0.5s ease;
}

.scroll-logo {
    height: 110px !important;
	margin-top:46px!important;
}

.wrapper .nav-links {
    display: inline-flex;
}

.nav-links li {
    list-style: none;
    margin-left: 5px;
}
.drop-menu {position:relative;
}
    .drop-menu li:hover > ul {
        display: block;
    }
    .drop-menu li > .drop-menu {
        display: none;
        position: absolute;
 
        top: 0px!important;
        left: 100%;
        padding: 0;
        margin: 0;
 
    }
    .drop-menu li {
        margin-left: 0px;
    }

    .nav-links li a {
        color: #3a6931;
        text-decoration: none;
        font-size: 18px;
        font-weight: 500;
        padding: 9px 15px;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

.nav-links .close a:hover {
    background: #fff;
    color: #444;
}

.nav-links li a:hover {
    /*background: #a1b134;*/
	background:#ad318e;
    color: #fff;
}

.nav-links .help a {
    background: #ad318e;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.5s ease;
}

    .nav-links .help a:hover {
        background: #a7af38;
        color: #fff;
    }

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: #FFF;
    width: 180px;
    line-height: 45px;
    top: 105px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.scroll-drop-menu {
    top: 65px !important;
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.5s ease;
    top: 90px;
    opacity: 1;
    visibility: visible;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}

    .drop-menu li a:hover {
        color: #fff;
    }

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
}

    .mega-box .content {
        background: #fff;
        padding: 25px 20px;
        display: flex;
        width: 100%;
        justify-content: space-between;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
        border-radius: 0 0 5px 5px;
    }

        .mega-box .content .row {
            width: calc(25% - 30px);
            line-height: 45px;
        }

.content .row img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    padding-left: 10px;
}

.content .row header {
    color: #222;
    font-size: 18px;
    font-weight: 500;
}

.content .row .mega-links {
    margin-left: -40px;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
    padding: 0 20px;
}

    .row .mega-links li a {
        padding: 0px;
        padding: 0 20px;
        color: #666;
        font-size: 16px;
        display: block;
        line-height: 35px;
    }

        .row .mega-links li a:hover {
            color: #fff;
        }

.wrapper .btn {
    color: #444;
    font-size: 30px;
    cursor: pointer;
    display: none;
}

    .wrapper .btn:hover {
        background-color: #fff;
    }

    .wrapper .btn.close-btn {
        position: absolute;
        right: 30px;
        top: 10px;
    }

.wrapper input {
    display: none;
}


/*transitions*/

.transition-back {
    animation: 5s ease-out 0s 1 slideInFromTop;
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 999;
    background-color: #000;
    -webkit-transition: .9s cubic-bezier(.78, 0, .82, .51);
    transition: .9s cubic-bezier(.78, 0, .82, .51);
}

    .transition-back .content {
        position: absolute;
        top: 47%;
        margin: auto;
        left: 0;
        right: 0;
        color: #fff;
        font-size: 50px;
        text-align: center;
        animation: 1s ease-out 0s 1 slideInFromLeft;
        margin-top: -20px;
    }

@keyframes slideInFromTop {
    0% {
        top: 0;
        transform: translateY(0);
    }

    50% {
        top: 0;
        transform: translateY(0);
    }

    100% {
        top: -100%;
        transform: translateY(-100%);
        display: none;
    }
}

@keyframes slideInFromLeft {
    0% {
        margin-top: 0px;
        opacity: 0;
        /*transform: translateX(-50%);*/
    }

    100% {
        margin-top: -20px;
        opacity: 1;
    }
}

@keyframes slideFromLeft {
    0% {
        margin-top: 0px;
        opacity: 0;
        /*transform: translateX(-50%);*/
    }

    100% {
        margin-top: -20px;
        opacity: 1;
    }
}


/*banner*/

.main-banner {
    height: vh100;
}

.main-banner img {
    width: 1920px;
 
    margin: 80px auto 0 auto;
}

.banner-btn {
    position: absolute;
	bottom: -6px;
    width: 2000px!important;
 
 
    left: 0;
    right: 0;
    margin-top: 0px;
    z-index: 1;
}

.main-banner .info-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 1px 2px 10px #353535;
    text-align: center;
}

    .main-banner .info-wrapper .head1 {
        font-size: 44px;margin-bottom:-10px!important;font-family: 'Antonio', sans-serif;
    }
 
    .main-banner .info-wrapper .head2 {
        font-size: 65px;
        font-weight: 600;
		font-family: 'Antonio', sans-serif;
    }

.page-banner {
    height: vh100;
}

    .page-banner .info-wrapper {
        position: absolute;
        left: 50%;
        top: 55%;
        transform: translate(-50%, -50%);
        color: #fff;
        text-shadow: 1px 2px 10px #353535;
        text-align: center;
    }

    .page-banner img {
        width: 100%;
        margin-top: 80px;
    }

    .page-banner .info-wrapper .head2 {
        font-size: 45px;
        font-weight: 600;
		font-family: 'Antonio', sans-serif;
    }

    .page-banner .overlay {
        background: rgba(0, 0, 0, .3);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
    }


/*banner*/


/*slide nav*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        color: #444;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #b32186;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        left: 0px;
        font-size: 36px;
        margin-right: 50px;
    }


/*slide nav*/

#main-cont {
    transition: margin-right .5s;
    padding: 0px;
}


/*section*/

.services {
    background: #f6f6f6;
}

.festival {
    /*background: #fff ;*/
}

.comments {
    background: url(../images/enginar-festival-yorumlar.jpg);
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.program {
 /*   background: #f8f8f8;*/
}
.page{padding:50px 0px 0!important;}
.page .container{background:#fff;border-radius:8px;}
/*
.social-media {
    background: url(../images/social-bg.png) no-repeat left;
}*/

.section {
    padding: 50px 0;
    /*overflow: hidden;*/
}
    .page img{border-radius:10px;
    }
    .section-title {
        margin-bottom: 30px;
        text-align: center;
        padding: 0 30px;
    }

    .section-title p {
        font-size: 18px;
        color: #666;
        padding-top: 25px;
        font-weight: 300;
    }

    .section-title h1 {
        font-size: 36px;
        position: relative;
        margin-bottom: 15px;
        display: inline-block;
        letter-spacing: 1px;
        padding-bottom: 15px;
		color:#ae3091;
		font-family: 'Antonio', sans-serif;
    }

        .section-title h1::before {
            background-color: #a4b035;
        }

        .section-title h1::after {
            background-color: #b02286;
            /*background-color: #ff840a;*/
        }

        .section-title h1::before {
            position: absolute;
            content: "";
            z-index: 1;
            width: 45px;
            height: 4px;
            bottom: -8px;
            left: 50%;
            margin-left: -35px;
            border-radius: 2px;
        }

        .section-title h1::after {
            position: absolute;
            content: "";
            z-index: 1;
            width: 45px;
            height: 4px;
            bottom: 0;
            left: 50%;
            margin-left: -10px;
            border-radius: 2px;
        }

.section h2 {
    font-size: 24px;
	color:#ae3091;
	font-family: 'Antonio', sans-serif!important;
}

.section h3 {
    font-size: 20px;
	color:#ae3091;
	font-family: 'Antonio', sans-serif!important;
}
.section h3 strong{font-family: 'Antonio', sans-serif!important}

/*program*/

.program .container p {
    font-size: 18px;
}

.program .programs {
    margin-right: 0px;
    margin-left: 0px;
}
.program .programs h2{
     color:#3a6931
}

    .program .programs .grids {
        margin-top: 130px;
    }

        .program .programs .grids .grd {
            background: #fff;
            border-radius: 20px;
            justify-content: left;
        }

            .program .programs .grids .grd .icon {
                /*background: #ff840a;*/
               /* background: #ae3091;*/
                width: 80px;
                padding: 12px 25px 22px 25px;
                border-radius: 5px;
                text-align: center;
            }

                .program .programs .grids .grd .icon i {
                    color: #fff;
                    font-size: 30px;
                    padding-top: 10px;
                }

            .program .programs .grids .grd .ml-3 div {
                color: #777;
            }

    .program .programs .image {
        min-height: 550px;
        max-height: 600px;
        overflow: hidden;
        /*border-radius: 0px 50px 50px 0px;*/
        position: relative;
    }

        .program .programs .image img {
            height: 610px;
            left: 50%;
            transform: translate(-50%, 0);
            position: absolute;
        }

.right-slide {
    min-height: 550px;
    max-height: 600px;
    overflow: hidden;
    /*border-radius: 50px 0 0 50px;*/
	border-radius:10px;
    position: relative;
}

    .right-slide img {
        height: 610px;
        left: 50%;
        transform: translate(-50%, 0);
        position: absolute;
    }


/*festival*/

.box-grid {
    border-right: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}

    .box-grid:nth-child(4n) {
        border-right: none;
        border-bottom: 1px dotted #ddd;
    }

    .box-grid:nth-child(n+5) {
        border-right: 1px dotted #ddd;
        border-bottom: none;
    }

    .box-grid:nth-child(8n) {
        border-right: none;
        border-bottom: none;
    }


.festival .box-wrapper {
    margin-top: 80px;
}

.festival .box {
    width: 100%;
    padding: 20px 0px;
    text-align: center;
    margin: 20px 0;
    font-weight: 500;
}

    .festival .box a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .festival .box:hover .icon {
        background: #353535;
    }

    .festival .box .icon {
        width: 78px;
        height: 78px;
        background: #a7af38;
        border-radius: 39px;
        margin: 0px auto 20px auto;
        transition: 0.3s;
    }

.festival i {
    font-size: 24px;
    padding: 27px 0px;
    color: #fff;
    margin: auto;
}

.middle > * {
    vertical-align: middle;
}


/*comments*/

.comments .comment-box {
    font-size: 18px;
    font-weight: 300;
    padding: 20px;
    margin: 0 40px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
}

    .comments .comment-box .by {
        font-size: 20px;
        margin: 25px;
        font-weight: 500;
    }

        .comments .comment-box .by i {
            font-size: 14px;
        }


/*blog*/

.blog .image {
    position: relative;
    margin: 10px;
    height: 250px;
    overflow: hidden;
    border-radius: 8px;
}
.blog div a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
    .blog .image img {
        height: 250px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
    }

.blog .text {
    margin: 10px;
    font-size: 18px;
}

    .blog .text p {
        font-size: 16px;
        color: #888;
    }

        .blog .text p i {
            color: #a7af38;
        }


/*blog*/


/*social-media*/

.social-media a {
    border: 1px solid #888;
    padding: 32px 10px 10px 10px;
    border-radius: 5px;
}

    .social-media a i {
        font-size: 24px;
        color: #999;
        transition: all 0.3s ease;
    }

    .social-media a:hover i {
        color: #a7af38;
    }


/*social-media*/


/*video*/

.video {
    height: 380px;
    border-radius: 10px;
    background: #fff;
    /*border: 1px solid #e4e4e4;*/
    box-shadow: 0 11px 21px 0 rgb(0 0 0 / 15%);
}

    .video .image {
        height: 250px;
        border-radius: 10px;
    }

        .video .image img {
            position: absolute;
            left: 50%;
            transform: translate(-50%, 0);
            height: 250px;
        }

    .video .info {
        font-size: 14px;
        height: 82px;
        overflow: hidden;
        color: #666;
    }

        .video .info .fa-youtube {
            color: #FF0000;
            font-size: 30px;
            padding: 0px 10px 100px 0;
        }

.section .video a {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }


/*video*/


/*recipe*/


/*.recipe {
    height: 220px;
    border-radius: 10px;
    background: #f4f4f4;
 
    box-shadow: 0 11px 21px 0 rgb(0 0 0 / 15%);
}

.recipe .image {
    height: 180px;
    border-radius: 10px;
}

.recipe .image img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    height: 250px;
}*/


/*.products {
    width: 100%;
    max-width: 1240px;
    margin: auto;
    text-align: center;
}*/

.recipes .recipe {
    height: 255px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 11px 21px 0 rgb(0 0 0 / 15%);
}

    .recipes .recipe h2 {
        font-size: 22px;
        font-weight: bold;
    }

    .recipes .recipe .image {
        height: 180px;
        border-radius: 10px;
    }

    .recipes .recipe img {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        height: 180px;
    }

    .recipes .recipe .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        background: rgba(0, 0, 0, .2);
    }

        .recipes .recipe .overlay:hover i {
            color: red;
        }

        .recipes .recipe .overlay i {
            font-size: 36px;
            color: #a7af38;
            margin-top: 28%;
        }

    .recipes .recipe .cat {
        border-bottom: 1px solid #f4f4f4;
        font-size: 16px;
        color: #555;
        padding: 15px;
        text-align: left;
        height: 214px;
        overflow: hidden;
    }
	.recipes .recipe .cat b{color:#a7af38;}

    .recipes .recipe .name {
        color: #0e5c98;
        font-size: 18px;
        padding: 15px;
        text-align: left;
    }

.recipes .fa-utensils {
    font-size: 18px;
    padding: 5px;
    color: #df662d;
}

.showmenu {
    text-align: center;
    font-weight: 500;
    color: #555;
    font-size: 16px;
    cursor: pointer;
    border-top: 1px solid #f4f4f4;
    padding-top: 5px;
    padding-bottom: 5px;
}

.arrw {
    text-align: center;
    width: 100%;
    height: 20px;
}

.open-menu {
    position: absolute;
    z-index: 10;
    background: #fff;
    /*border: 3px solid #e2e2e2;*/
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1210px;
    margin-top: 5px;
    text-align: left;
    overflow-x: auto;
    /*max-height: 300px;*/
}

.arrw::after {
    top: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 15px;
    margin: -5px 0 0 -15px;
}

.open-menu::-webkit-scrollbar {
    width: 12px;
}


/* Track */

.open-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
    /*-webkit-border-radius: 10px;
    border-radius: 10px;*/
}


/* Handle */

.open-menu::-webkit-scrollbar-thumb {
    /*-webkit-border-radius: 10px;
    border-radius: 10px;*/
    background: rgba(223, 102, 45, .6);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}

    .open-menu::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(0, 0, 0, 0.9);
    }


/*recipe*/


/*carousel*/

.photo-shadow {
    position: absolute;
    z-index: -1;
    top: 12px;
    left: 16px;
    bottom: -10px;
    border: 1px solid #E3E3E3;
    height: 250px;
    width: 246px;
    background: #fff;
}

.col-item {
    position: relative;
}

.team {
    margin-top: 60px;
}

    .team .photo img {
        width: 100%;
        vertical-align: middle;
        position: relative;
    }

.social-connect {
    margin-top: 13px;
}

.info {
    margin-top: 22px;
}

    .info .name {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .info .degination {
        font-size: 16px;
        font-weight: 300;
        font-style: italic;
        color: #8B8B8B;
    }

.social-connect a {
    display: inline-block;
    border: 1px solid #E3E3E3;
    font-size: 14px;
    color: #919191;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    margin-right: 4px;
}

    .social-connect a .fa {
        margin: 0;
    }

    .social-connect a:hover {
        background-color: #4EBEE9;
        color: #fff;
    }


/*carousel*/

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-control-next,
.carousel-control-prev {
    width: 5% !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 40px !important;
    height: 40px !important;
}

.carousel-line {
    border: 1px solid #ddd;
    height: 320px;
    position: absolute;
    bottom: -90px;
    width: 110%;
    left: -5.5%;
}

    .carousel-line > .controls {
        position: absolute;
        bottom: -16px;
        left: 50%;
        margin-left: -50px;
        background: #fff;
        padding: 0px 20px;
        color: #000;
    }

        .carousel-line > .controls > a {
            color: #868686;
            font-size: 24px;
            font-weight: 300;
        }


/*carousel*/


/*footer*/
/*footer{background:#fff;}*/
footer .logos {
    font-size: 0.8rem;
    color: #999;
    max-width: 600px;
    width: 100%
}

footer .v-logo {
    position: relative;
    padding: 30px 0;
}

    footer .v-logo img {
        height: 150px;
        position: relative;
        display: block;
       /* background: #fff;*/
        padding: 10px;
    }

    footer .v-logo::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        height: 1px;
        /*background: #eaeaea;*/
        display: block;
    }

footer .footer-list {
    /*list-style-type: circle !important;*/
	list-style-type: none;
    font-size: 14px;
	display:flex;
	justify-content:center;
}

    footer .footer-list li {
		
        border: 0 none;
        padding: .3rem;
	     margin-left:25px;
    }

        footer .footer-list li a {
            text-decoration: none;
            color: #353535;
        }

footer .f-icon {
    padding: 5px 15px 0 0;
    float: left;
}

footer .f-address {
    font-size: 14px;
    margin-top: 5px;
}

footer .sub-line {
    background: #eaeaea;
}

    footer .sub-line a {
        font-size: 12px;
        color: #353535;
    }
@media (max-width: 1370px) {
 .program .programs .image img {
            height: 510px;
    
        }

 

    .right-slide img {
        height: 510px;
    
    }
}
@media (max-width: 970px) {
    .main-banner .info-wrapper .head1 {
        font-size: 20px;
    }

    .main-banner .info-wrapper .head2 {
        font-size: 45px;
        font-weight: 600;
    }

    .page-banner .info-wrapper {
        left: 10%;
        top: 60%;
        transform: translate(-10%, -10%);
        width: 100%;
    }

        .page-banner .info-wrapper .head2 {
            font-size: 30px;
            font-weight: 600;
        }

    nav .wrapper {
        height: 80px;
        line-height: 70px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .wrapper .logo img {
        height: 120px;
		margin-top:42px;
    }

    .wrapper .btn {
        display: block;
        padding-top: 15px;
        line-height: 0px !important;
    }

    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: #fff;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.5s ease;
    }
    /* custom scroll bar */
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #242526;
    }

    ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }

    #menu-btn:checked ~ .nav-links {
        left: 0%;
    }

    #menu-btn:checked ~ .btn.menu-btn {
        display: none;
    }

    #close-btn:checked ~ .btn.menu-btn {
        display: block;
    }

    .nav-links .help a {
        padding: 0px 15px;
    }

    .nav-links li {
        margin: 10px 10px;
    }

        .nav-links li a {
            padding: 0 20px;
            display: block;
            font-size: 20px;
        }

            .nav-links li a:hover {
                color: #fff;
            }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.5s ease;
    }

    #showDrop:checked ~ .drop-menu,
    #showMega:checked ~ .mega-box {
        max-height: 100%;
    }

 

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .mobile-item {
        display: block;
        color: #3a6931;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.5s ease;
    }

        .nav-links .mobile-item:hover {
            background: #a4b035;
            color: #fff;
        }

    .drop-menu li {
        margin: 0;
    }

        .drop-menu li a {
            border-radius: 5px;
            font-size: 18px;
        }

    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 30px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.5s ease;
    }

        .mega-box .content {
            box-shadow: none;
            flex-direction: column;
            padding: 20px 20px 0 20px;
            box-shadow: none;
            border-radius: 0 0 0 0;
        }

            .mega-box .content .row {
                width: 100%;
                margin-bottom: 15px;
                border-top: 1px solid rgba(255, 255, 255, 0.08);
            }

                .mega-box .content .row:nth-child(1),
                .mega-box .content .row:nth-child(2) {
                    border-top: 0px;
                }

    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }

    .row .mega-links li {
        margin: 0;
    }

    .content .row header {
        font-size: 19px;
    }

    nav input {
        display: none;
    }

    .body-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
        padding: 0 30px;
    }

        .body-text div {
            font-size: 45px;
            font-weight: 600;
        }
}

@media (max-width: 767px) {
	.owl-prev{display:none!important;}
	.owl-next{display:none!important;}
	.main-banner img {
        display:none;
	 
    }
	.banner-btn{display:none;}
	footer .footer-list {display:block;justify-content:row;}
	.popup-video{width:330px; height:220px;}
    .main-banner .info-wrapper {
        top: 64%;
    }

        .main-banner .info-wrapper .head1 {
            font-size: 16px;
        }

        .main-banner .info-wrapper .head2 {
            font-size: 30px;
            font-weight: 600;
        }

    .page-banner .info-wrapper .head2 {
        font-size: 22px;
        font-weight: 600;
    }

    .section-title h1 {
        font-size: 26px;
        position: relative;
        margin-bottom: 15px;
        display: inline-block;
        letter-spacing: 1px;
        padding-bottom: 15px;
    }

    .box-grid:nth-child(2n) {
        border-right: none !important;
    }
	  .program .programs .grids {
        margin-top: 30px;
    }

.festival .box-wrapper {
    margin-top: 30px;
}
/*comments*/

.comments .comment-box {
    font-size: 18px;
    font-weight: 300;
    padding: 20px;
    margin: 0 10px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
}

    .comments .comment-box .by {
        font-size: 20px;
        margin: 25px;
        font-weight: 500;
    }

        .comments .comment-box .by i {
            font-size: 14px;
        }
.comments{display:none;}
}

@media (max-height: 500px) {
	
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}


/*.row {
    margin-left: 0px;
    margin-right: 0px;
}
*/
 .flyer{text-align:center;width:100%;}
 .flyer .fbox{text-align:left;width:47%;margin:1%; display:inline-block; vertical-align:top;}
  @media (max-width: 767px) {
 .flyer .fbox{width:96%;margin:2%; display:inline-block; vertical-align:top;}
}
