@charset "utf-8";

.containers {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}


#overlay {
    background-color: rgba(51, 51, 51, 0.2);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'GilroyBlack';
}

h3.light,
h4.light,
h5.light {
    font-family: 'GilroyRegular';
}

body {
    font-family: 'GilroyRegular';
}

h1 {
    font-size: 44px;
    color: #79c26d;
}

h2 {
    font-size: 44.01px;
    color: #ffc633;
}

h3 {
    font-size: 28.87px;
    color: #059dd1;
}

h4 {
    font-size: 22.84px;
    color: #343434;
}

h5 {
    font-size: 19.48px;
}

h6 {
    font-size: 18px;
    color: #343434;
}

p {
    font-family: 'GilroyRegular';
    font-size: 17px;
    color: #343434;
}


/*Tomatoes Font END*/

/*Flex Properties*/
.row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
}

.column {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.jCSAround {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
}

.jCSBetween {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.jCFlexEnd {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
}

.jCCenter {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.aICenter {
    align-items: center;
}

.aIEnd {
    align-items: end;
}

.aIFlexEnd {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
}

.flexGrow1 {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -o-flex-grow: 1;
    flex-grow: 1;
}

/*Flex Properties END*/

.fRight {
    float: right;
}

.clear {
    clear: both;
}

.halfColumn {
    width: 50%;
}

/*Header Styles*/
#header {
    position: absolute;
    width: 100%;
    z-index: 99;
    padding-top: 3px;
    height: 142px;


}

.cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fw {
    width: 100%;
    display: inline-block;
    float: left;
}

.konya-logo {
    filter: none !important;
    position: relative !important;
    height: 118px !important;
    top: -37px !important;
}

#header.fixed {
    position: fixed;
    /* -webkit-box-shadow: 2px 30px 43px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 30px 43px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 30px 43px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 30px 43px rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.8); */
    z-index: 999;
}

#header .logo {
    margin-top: 22px;
}

#header .siteMenu {
    padding: 0 7px 0 42px;
}

#header .siteMenu a {
    float: left;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding-left: 50px;
    font-size: 14.66px;
    display: contents;
    line-height: 18.1px;
    letter-spacing: -0.5px;
}

#header .siteMenu a img {
    /*   position: absolute; */
    left: 0;
    margin-left: 0;
    font-size: 40px;
    filter: brightness(26.5);
    top: -2px;
    height: 37px;
}

#header .siteMenu a:before {
    position: absolute;
    left: -10px;
    margin-left: 0;
    /* font-size: 40px; */
    /* top: 8px; */
}

#header .siteMenu a:after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    /* background-color: rgba(255,255,255,0.25); */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    top: -12px;
    left: 0;
    margin-left: -10px;
}

#header .siteMenu a.flaticon-route:after {
    margin-left: -14px;
}

#header .siteMenu a:hover:after,
#header .siteMenu a.active:after {
    /* background-color: rgba(215, 184, 119, 0.25); */
}

#header .siteMenu a:hover,
#header .siteMenu a.active {
    color: #ffffff;
}

#header .siteMenu span {
    font-family: 'GilroyRegular';
    display: block;
}

#header .siteMenu span.bold {
    font-family: 'GilroyBlack';
}

#header .siteMenu a:hover span.bold:after,
#header .siteMenu a.active span.bold:after {
    /*   content: ""; */
    background-color: #ffc532;
    height: 7px;
    width: 66%;
    position: absolute;
    right: 14px;
    bottom: -13px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-top-left-radius: 146px;
    -webkit-border-bottom-right-radius: 87px;
    -moz-border-radius-topleft: 146px;
    -moz-border-radius-bottomright: 87px;
    border-top-left-radius: 174px;
    border-bottom-right-radius: 220px;
}

.hava button.primary {
    display: inline-block;
    font-size: 1px;
    color: #fff !important;
    background: #ffc63300;
    padding: 7px 14px;
    border-radius: 18px;
    transition: background-color 0.1s ease;
    box-sizing: border-box;
    transition: all 0.25s ease;
    border: 0;
    cursor: pointer;
    box-shadow: 0 10px 20px -10px rgb(var(--vs-primary) / 50%);

&
:hover {
    box-shadow: 0 20px 20px -10px rgb(var(--vs-primary) / 50%);
    transform: translateY(-5px);
}

}


#header .siteMenu a.active span.sold:after {
    content: "";
    background-color: #dadada;
    height: 11px;
    width: 46%;
    position: absolute;
    right: 20px;
    bottom: -22px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-top-left-radius: 146px;
    -webkit-border-bottom-right-radius: 87px;
    -moz-border-radius-topleft: 146px;
    -moz-border-radius-bottomright: 87px;
    border-top-left-radius: 146px;
    border-bottom-right-radius: 87px;
}

#header .language {
    font-family: 'GilroyBlack';
    color: rgba(255, 255, 255, 0.54);
    font-size: 14.66px;
    line-height: 22px;
}

#header .language:hover {
    font-family: 'GilroyBlack';
    color: rgba(255, 255, 255, 1);
}

#header .allSiteMenu .menuButton {
    height: 22px;
    display: block;
    -webkit-filter: opacity(40);
    -moz-filter: opacity(40);
    -o-filter: opacity(40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: opacity(40);
    opacity: 0.4;
}

#header .allSiteMenu .menuButton:hover {
    -webkit-filter: opacity(1);
    -moz-filter: opacity(1);
    -o-filter: opacity(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: opacity(1);
    opacity: 1;
}

#header .allSiteMenu {
    padding-right: 11px;
    padding-left: 40px;
    display: none;
}

/*Acılır Menü*/
#header .allSiteMenu .subAllSiteMenu {
    visibility: hidden;
    -webkit-filter: opacity(0);
    -moz-filter: opacity(0);
    -o-filter: opacity(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: opacity(0);
    height: 0;
    position: absolute;
    width: 94.5%;
    background: #ffffff;
    left: 0;
    right: -11px;
    margin: 0 auto;
    top: 75px;
    padding: 20px 30px 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
}

#header .allSiteMenu .subAllSiteMenu.open {
    -webkit-filter: opacity(1);
    -moz-filter: opacity(1);
    -o-filter: opacity(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: opacity(1);
    visibility: visible;
    height: auto;
}

#header .allSiteMenu .subAllSiteMenu > li {
    border-left: 1px solid #e8e8e8;
    padding: 0 0 0 20px;
    width: 20.6%;
}

#header .allSiteMenu .subAllSiteMenu > li:first-child {
    border-left: none;
    padding: 0;
}

#header .allSiteMenu .subAllSiteMenu > li > ul {
    display: block;
    height: 100%;
    margin-top: 30px;
}

#header .allSiteMenu .subAllSiteMenu > li > a {
    color: #d7b877;
    font-size: 16px;
    font-family: 'GilroyBlack';
}

#header .allSiteMenu .subAllSiteMenu li ul li a {
    display: block;
    font-family: 'GilroyMedium';
    color: #333333;
    font-size: 14px;
    line-height: 24.5px;
    letter-spacing: -0.3px;
}

#header .allSiteMenu .subAllSiteMenu li ul li a:hover {
    color: #d7b877;
    font-family: 'GilroyBlack';
}

#header .allSiteMenu .subAllSiteMenu:before {
    content: "";
    background-image: url('../img/bg/subSiteBg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    position: absolute;
    right: 0;
    top: 0;
    width: 463px;
    height: 307px;
    z-index: -1;
}

#header .allSiteMenu .subAllSiteMenu:after {
    content: "";
    background-image: url('../img/logo/discover-black.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    position: absolute;
    right: 15px;
    bottom: 22px;
    width: 189px;
    height: 68px;
}

.homeVideo {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.homeSlider .item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgb(0 0 0 / 84%) 0%, rgba(0, 0, 0, 0) 63%);
}

/*
#header .siteMenu a::before {
    content: '';
    height: 87%;
    top: 50%;
    position: absolute;
    right: 145px !important;
    transform: translateY(-50%);
    background: #ffc633;
    width: 1px;
    opacity: 0.25;
} */
header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 200px;
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #01355b 100%);
}


.homeSliderIcon:before {
    /* content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 416px;
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #213368db 100%); */
}

/*Header Styles END*/


.mobileLeftMenuButton {
    display: none;
}

.hava .socialMedia {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.headersosyalspan {
    font-family: 'GilroySemibold';
    color: rgba(255, 255, 255, 0.35);
    font-size: 14px;
    padding-right: 20px;
}

.siteUst {
    width: 100%;
}

.hava {
    /* padding: 18px 0px; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: rgba(255, 255, 255, 0.8);
}

.hava img {
    width: 40px;
    position: relative;
    bottom: 42px;
    /*   filter: grayscale(100%); */
}

.home-alt-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 56px;
    z-index: 20;
    overflow: hidden;
}

.home-alt-img img {
    width: 101%;
    position: absolute;

    top: 0;
}


.hava .hava-cont {
    padding-left: 5px;
    color: rgba(255, 255, 255, 0.8);
}

.smenu {
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    .siteUst {
        display: flex;
        align-items: center;
        padding-left: 10px;
        padding-top: 8px;
    }

    #header .logo {
        margin-top: 0;
        padding-left: 10px;
    }
}

/*Mediaquery*/
@media screen and (max-width: 1600px) {
    #mainHome .slick-dots {
        bottom: -15px;
    }
}

@media screen and (max-width: 1440px) {
    #mainHome .wonderlandSlider .slick-list {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media screen and (max-width: 1400px) {
    #mainHome .wonderlandSlider .slick-list {
        margin-left: 0;
        margin-right: 0;
    }

    #mainHome .wonderlandSlider .itemWonderland {
        /*max-width: 320px;*/
    }
}

@media screen and (max-width: 1366px) {
    #mainHome .carouselBottom {
        bottom: 60px;
    }

    #mainHome .statementList li span {
        font-size: 14px;
    }

    #mainHome .section.second .boxesArea .itemBox.twoColumn a {
        max-height: 500px;
    }

    #mainHome .section.second .boxesArea .itemBox.hHalf a {
        max-height: 237px;
    }

    #mainHome .section.second .boxesArea .itemBox.hHalf {
        padding-top: 0;
        margin-top: 24px;
    }

    #mainHome .section.third .thumbOtels > span {
        font-size: 16.66px;
    }

    #mainHome .section.third .thumbList {
        margin-top: 20px;
    }

    #mainHome .section.third .thumbList .imageFrame {
        margin-bottom: 15px;
    }

    #mainHome .section.third .thumbList span.bold {
        font-size: 15.08px;
    }

    #mainHome .section.third .thumbList span {
        font-size: 14.04px;
    }

    #mainHome .section.third .theCityDreams .imageFrame img {
        max-width: 400px;
    }

    #mainHome .section.fourth .titleColumn {
        padding-top: 50px;
    }

    #mainHome .wonderlandSlider {
        max-width: 1348px;
        margin: 40px auto;
    }

    #mainHome .wonderlandSlider .itemWonderland {
        /*max-width: 312px;*/
    }

    #mainHome .wonderlandSlider .itemWonderland:hover img {
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    #mainHome .wonderlandSlider .itemWonderland:hover .title {
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        color: #343434;
    }

    #mainHome .eating .bigText {
        top: 26%;
        left: 44%;
    }

    #mainHome .eating .bigText span {
        font-size: 66.78px;
    }

    #mainHome .eating .bigText span.large {
        font-size: 85px;
    }

    #mainHome .thumbEatList .eatItem {
        padding-top: 10px;
    }

    #mainHome .eating .buttonRow > img {
        padding-top: 10px;
    }

    #mainHome .eating .eatingCommentColumn .titleArea {
        margin-top: -90px;
    }

    #mainHome .thumbEatList {
        padding-top: 10px;
    }

    #mainHome .thumbEatList .eatItem .imageFrame img {
        height: 100px;
    }

    #mainHome .section.sixth .titleColumn {
        padding-top: 25px;
    }

    #mainHome .enjojSlider {
        margin-top: 30px;
    }

    #mainHome .slick-dots {
        bottom: 30px;
    }

    #mainHome .section.seventh .otelList .titleArea {
        margin-top: -100px;
    }

    #mainHome .section.seventh .cretaeTourArea .imageFrame {
        margin-top: -110px;
    }

    #mainHome .section.seventh .cretaeTourArea .createButton {
        margin-top: -20px;
    }

    #mainHome .section.seventh,
    #mainHome .section.fifth {
        overflow: hidden;
    }

    #mainSubPage .paragraph p {
    }

    #mainSubPage .roadTimeArea .roadTime .province span {
        font-size: 15.61px;
    }

    #mainSubPage .roadTimeArea .details span {
        font-size: 18.06px;
        padding-left: 30px;
    }

    #mainSubPage .roadTimeArea .details span.roadkm:before {
        width: 20px;
        height: 20px;
    }

    #mainSubPage .roadTimeArea .details span.minutes:before {
        width: 15px;
        height: 20px;
    }

    #mainSubPage .roadTimeArea .details {
        margin-left: -33px;
    }

    #mainSubPage .notes {
        margin: 10px 0;
    }

    #mainSubPage .adressList .itemList a {
        font-size: 13.09px;
    }

    #mainSubPage .adressList .itemList .adress span {
        font-size: 13px;
    }
}

@media screen and (max-width: 1280px) {
    h4 {
        font-size: 16.84px;
    }

    h1 {
        font-size: 44.02px;
    }

    h2 {
        font-size: 38.01px;
    }

    h4 {
        font-size: 15.84px;
    }

    h6 {
        font-size: 18px;
    }

    p {
        font-size: 14px;
    }

    #mainSubPage .contactForm form .column.textarea {
        padding: 0 17.5px;
    }

    #mainSubPage .contactForm form > .row {
        margin: 15px 0;
    }

    #mainHome .wonderlandSlider .itemWonderland {
        /*max-width: 290px;*/
    }

    #mainHome .enjojSlider .slick-prev {
        left: 40px;
    }

    #mainHome .enjojSlider .slick-next {
        right: 40px;
    }

    #mainSubPage .enjoyin .imageFrame img {
        width: 100%;
    }

    #mainSubPage .bannerArea .tomatoes .large {
        font-size: 26.6px;
        padding-left: 106px;
        padding-top: 11px;
    }

    #mainSubPage .bannerArea .tomatoes .small {
        font-size: 13.65px;
    }

    #mainSubPage .bannerArea .tomatoes .large img {
        width: 50px;
        left: 79px;
        top: 20px;
    }

    #mainSubPage .bannerArea > .container {
        height: 100%;
    }

    #mainSubPage .bannerArea .tomatoes {
        right: 77px;
        padding-bottom: 0;
        padding-top: 0;
        bottom: 27px;
    }

    .footer .container {
        max-width: 98%;
    }

    #header .siteMenu {
        padding: 0 30px 0 30px;
    }

    #mainHome .section.seventh .cretaeTourArea .imageFrame img.imgBig {
        max-width: 400px;
    }

    #mainHome .section.seventh .cretaeTourArea .createButton {
        margin-top: 0;
    }
}

.mobil {
    display: none !important;
}

@media screen and (max-width: 900px) {
    .mobil {
        display: block !important;
    }
}

@media screen and (max-width: 1100px) {
    #header .logo img {
        width: 125px;
    }

    #mainSubPage .mobileLeftMenuButton {
        display: block;
        position: absolute;
        -webkit-box-shadow: 0px 9px 10px 0px rgba(52, 52, 52, 0.09);
        -moz-box-shadow: 0px 9px 10px 0px rgba(52, 52, 52, 0.09);
        -o-box-shadow: 0px 9px 10px 0px rgba(52, 52, 52, 0.09);
        box-shadow: 0px 9px 10px 0px rgba(52, 52, 52, 0.09);
        width: 55px;
        height: 55px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background-color: #ffffff;
        display: block;
        top: -38px;
        left: 10px;
    }

    #mainSubPage .mobileLeftMenuButton:after {
        content: "";
        background-image: url('../img/icon/menu-white.png');
        filter: invert(100%);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        width: 24px;
        height: 17px;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        margin: -8.5px auto;
        -webkit-opacity: 0.16;
        -moz-opacity: 0.16;
        -o-opacity: 0.16;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=16)";
        opacity: 0.16;
    }

    #mainSubPage .centerContent .menuColumn {
        height: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -o-opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        visibility: hidden;
        -webkit-box-shadow: 0px 9px 10px 0px rgba(52, 52, 52, 0.09);
        -moz-box-shadow: 0px 9px 10px 0px rgba(52, 52, 52, 0.09);
        -o-box-shadow: 0px 9px 10px 0px rgba(52, 52, 52, 0.09);
        box-shadow: 0px 9px 10px 0px rgba(52, 52, 52, 0.09);
        background-color: #ffffff;
        max-width: 212px;
        position: absolute;
        z-index: 2;
        top: 109px;
        left: 41px;
    }

    #mainSubPage .centerContent .menuColumn.active {
        height: auto;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -o-opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
        visibility: visible;
    }

    #mainSubPage .centerContent.container.row {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    #mainSubPage .centerContent .contentColumn .breadcrumb {
        padding-left: 30px;
    }

    #header .siteMenu a {
        font-size: 13.66px;
        padding-left: 39px;
    }

    #header .siteMenu a:before {
        font-size: 36px;
    }

    #header .siteMenu a:after {
        width: 36px;
        height: 36px;
        top: -4px;
        margin-left: -7px;
    }

    #mainHome .wonderlandSlider .itemWonderland {
        /*max-width: 273px;*/
    }

    #mainHome .searchArea {
        max-width: 540px;
    }

    #mainHome .section.carousel .container {
        padding-right: 20px;
    }

    #mainHome .homeSlider .tomatoes .large {
        margin-right: 20px;
    }

    #mainHome .eating .bigText {
        top: 39%;
        left: 42%;
    }

    #mainHome .eating .bigText span {
        font-size: 64.78px;
        width: 140%;
    }

    #mainHome .section.third .theCityDreams .imageFrame {
        padding: 18px;
    }

    #mainHome .section.third .thumbOtels {
        padding-right: 20px;
    }

    #mainHome .section.third .theCityDreams .imageFrame img {
        max-width: 350px;
    }

    #mainHome .eating .bigText span.large {
        width: 192%;
    }

    #mainHome .wonderlandSlider {
        max-width: 99%;
    }

    #mainHome .enjojSlider .itemEnjoj .imageFrame img {
        max-width: 225px;
    }

    #mainHome .enjojSlider .itemEnjoj .imageFrame:after {
        width: 88.4%;
        height: 83.4%;
    }

    #mainHome .enjojSlider .itemEnjoj .imageFrame {
        max-width: 255px;
    }

    #mainHome .enjojSlider .itemEnjoj a {
        padding: 0;
    }

    #mainHome .enjojSlider .slick-list {
        margin-left: 0;
        margin-right: 0;
    }

    #mainHome .enjojSlider .itemEnjoj {
    }

    #mainHome .enjojSlider {
        width: 90%;
        margin: 30px auto;
    }

    #mainHome .enjojSlider .itemEnjoj .imageFrame {
        -webkit-box-shadow: 0px -4px 29px 0px rgba(34, 31, 25, 0.14);
        -moz-box-shadow: 0px -4px 29px 0px rgba(34, 31, 25, 0.14);
        -o-box-shadow: 0px -4px 29px 0px rgba(34, 31, 25, 0.14);
        box-shadow: 0px -4px 29px 0px rgba(34, 31, 25, 0.14);
    }

    #mainHome .enjojSlider .itemEnjoj a > span {
        max-width: 71%;
        left: 18px;
        margin-left: 0;
        text-align: center;
        width: 100%;
    }

    #mainHome .section.seventh .slick-dots {
        bottom: 60px;
    }

    #mainHome .section.seventh .otelList > div {
        padding-left: 20px;
        width: 100%;
    }

    #mainHome .section.seventh .thumbOtels a {
        width: 30%;
    }

    #mainHome .section.seventh .cretaeTourArea {
        right: 0;
    }

    #mainHome .section.second .titleArea,
    #mainHome .section.second .statementList,
    #mainHome .section.second .logoLink,
    #mainHome .section.third .titleArea,
    #mainHome .section.third .thumbOtels {
        padding-left: 20px;
    }

    #mainHome .transportButton {
        margin-left: 20px;
    }

    #mainHome .section.seventh .titleArea {
        width: 80%;
    }

    .footerMenu.row.jCSBetween {
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -o-justify-content: space-around;
        justify-content: space-around;
    }

    .footer .logoArea {
        padding-top: 15px;
    }

    .footer .tomatoes {
        overflow: hidden;
    }

    #mainSubPage .bannerArea .tomatoes {
        display: none;
    }

    #mainSubPage .eatin .imageFrame img,
    #mainSubPage .placestovisit .imageFrame img,
    #mainSubPage .tours .imageFrame img {
        width: 100%;
    }

    #mainHome .eating .buttonRow .seeButton {
        margin-left: 14px;
    }
}

@media screen and (max-width: 980px) {
    #mainHome .section.sixth .container {
        height: auto;
    }

    #mainHome .enjojSlider {
        height: 275px;
        margin-top: 100px;
    }
}

@media screen and (max-width: 900px) {
    #mainSubPage .contentColumn {
        margin-top: 20px;
        margin-bottom: 0;
    }

    #mainSubPage .breadcrumb a {
        color: rgba(51, 51, 51, 0.67);
        border-left: 2px solid rgba(51, 51, 51, 0.67);
    }

    #mainSubPage .breadcrumb a:hover {
        color: rgba(51, 51, 51, 1);
    }

    #mainSubPage .contentColumn .content {
        padding-top: 20px;
    }

    #mainSubPage .mapsArea .maps {
        width: 55%;
    }

    #mainSubPage .mapsArea .mapsLocations {
        width: 45%;
    }

    #mainHome .section.seventh .cretaeTourArea .createButton {
        max-width: 245px;
    }
}

@media screen and (max-width: 800px) {
    #mainHome .searchArea {
        max-width: 400px;
    }
}

@media screen and (max-width: 768px) {
    #header {
        height: 70px;
        padding: 0;
    }

    #header .logo {
        z-index: 99;
        padding-top: 15px;
        padding-left: 5px;
    }

    #header .siteMenu {
        padding: 70px 5px 10px 5px;
        background: rgb(255, 255, 255);
        background: -moz-linear-gradient(0deg, rgba(52, 52, 52, 1) 0, rgba(52, 52, 52, 1) 100%);
        background: -webkit-linear-gradient(0deg, rgba(52, 52, 52, 1) 0, rgba(52, 52, 52, 1) 100%);
        background: -o-linear-gradient(0deg, rgba(52, 52, 52, 1) 0, rgba(52, 52, 52, 1) 100%);
        background: -ms-linear-gradient(0deg, rgba(52, 52, 52, 1) 0, rgba(52, 52, 52, 1) 100%);
        background: linear-gradient(0deg, rgba(52, 52, 52, 1) 0, rgba(52, 52, 52, 1) 100%);
        width: auto;
        position: absolute;
        bottom: -65px;
        right: 50px;
        left: 50px;
        margin: 0 auto;
        z-index: 9;
        visibility: hidden;
    }

    #header .siteMenu.active {
        visibility: visible;
    }

    #header .allSiteMenu {
        padding-right: 5px;
        padding-left: 40px;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
    }

    #header .allSiteMenu .subAllSiteMenu {
        right: 0;
        padding: 20px 0 30px 0;
    }

    #header .allSiteMenu .menuButton {
        z-index: 99;
        position: absolute;
        right: 20px;
        top: 24px;
    }

    #header .language {
        position: absolute;
        right: 30px;
        top: 15px;
        z-index: 99;
    }

    #mainHome .carouselBottom .container.row.aICenter.jCSBetween,
    #mainSubPage .mapsArea {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    #mainSubPage .mapsArea .maps {
        width: 90%;
        margin: 30px auto;
    }

    #mainSubPage .mapsArea .mapsLocations {
        width: 90%;
        margin: 0 auto;
        padding-left: 12px;
        padding-right: 0;
    }

    #mainSubPage .tabMenu > a {
        font-size: 16px;
        padding-left: 50px;
    }

    #mainSubPage .tabMenu > a span {
        font-size: 13px;
    }

    #mainSubPage .tabMenu > a:before {
        font-size: 24px;
        margin-left: -34px;
    }

    #mainSubPage .enjoyin .toursKm > div span.bold {
        font-size: 16.09px;
    }

    #mainSubPage .enjoyin .toursKm > div {
        padding-left: 40px;
        min-width: 150px;
    }

    #mainSubPage .enjoyin .toursKm > div:before {
        font-size: 32px;
    }

    #mainSubPage .enjoyin .toursKm > div.date:before {
        font-size: 27px;
    }

    #mainHome .carouselBottom {
        bottom: 73px;
    }

    #mainHome .searchArea {
        margin-bottom: 20px;
        width: 80%;
    }

    #mainHome .homeSlider .tomatoes {
        margin-top: 0;
    }

    #mainHome .homeSlider .tomatoes .large {
        font-size: 24px;
        padding-left: 0;
        padding-top: 8px;
    }

    #mainHome .homeSlider .tomatoes .small {
        font-size: 16px;
    }

    #mainHome .homeSlider .tomatoes img {
        margin-left: -42px;
        margin-top: 2px;
    }

    #header .allSiteMenu .subAllSiteMenu.open {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        display: block;
        overflow: scroll;
        min-height: 100%;
        padding-top: 100px;
        background: rgb(255, 255, 255);
        background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 46%, rgba(52, 52, 52, 2) 88%);
        background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 46%, rgba(52, 52, 52, 2) 88%);
        background: -o-linear-gradient(0deg, rgba(255, 255, 255, 1) 46%, rgba(52, 52, 52, 2) 88%);
        background: -ms-linear-gradient(0deg, rgba(255, 255, 255, 1) 46%, rgba(52, 52, 52, 2) 88%);
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 46%, rgba(52, 52, 52, 2) 88%);
        padding-top: 150px;
    }

    #header .allSiteMenu .subAllSiteMenu:before {
        display: none;
    }

    #header .allSiteMenu .subAllSiteMenu > li {
        width: 100%;
        text-align: center;
        height: auto;
    }

    #header .allSiteMenu .subAllSiteMenu:after {
        right: 10%;
        bottom: auto;
    }

    #header .allSiteMenu .subAllSiteMenu > li {
        border-left: none;
        margin-top: 10px;
    }

    #header .allSiteMenu .subAllSiteMenu > li > ul {
        height: auto;
        margin-top: 0;
    }

    #mainHome .section.second .container.row.aICenter,
    #mainHome .section.third .container.row.aICenter,
    #mainHome .section.fifth > .row,
    #mainHome .section.seventh > .row,
    .footerMenu.row.jCSBetween,
    .footer .logoArea.row.jCSAround {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    #mainHome .section.seventh .otelList {
        align-items: center;
    }

    #mainHome .section.eating > .row,
    #mainHome .section.seventh > .row {
        height: auto;
    }

    #mainHome .eating .imageBorderFrame img {
        height: auto;
    }

    #mainHome .halfColumn {
        width: 100%;
    }

    #mainHome .eating .eatingCommentColumn .titleArea,
    #mainHome .section.seventh .otelList .titleArea,
    #mainHome .section.seventh .cretaeTourArea .imageFrame {
        margin-top: 0;
    }

    #mainHome .section.seventh .cretaeTourArea .imageFrame img.imgBig {
        margin-right: 0;
        width: 100%;
    }

    #mainHome .section.seventh .cretaeTourArea .createButton {
        margin-right: 0;
    }

    #mainHome .section.seventh .titleArea {
        width: 100%;
    }

    #mainHome .section.sixth .titleColumn {
        padding: 20px;
    }

    #mainHome .section.seventh .cretaeTourArea {
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
    }

    #mainHome .titleArea {
        padding: 20px;
        text-align: center;
    }

    #mainHome .statementList {
        padding: 30px 20px 40px 20px;
    }

    #mainHome .logoLink {
        text-align: center;
    }

    .mTACenter {
        text-align: center;
    }

    #mainHome .section.second .boxesArea {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #mainHome .section .container {
        height: auto;
    }

    #mainHome .section.third .thumbOtels {
        padding-left: 20px;
    }

    #mainHome .section.third .theCityDreams {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #mainHome .slick-prev,
    #mainHome .slick-next {
        margin-top: 0;
        top: auto;
        bottom: -25px;
    }

    #mainHome .slick-prev {
        left: 50%;
        margin-left: -80px;
    }

    #mainHome .slick-next {
        right: 50%;
        margin-right: -80px;
    }

    #mainHome .enjojSlider .itemEnjoj .imageFrame {
        max-width: 203px;
    }

    #mainHome .enjojSlider .itemEnjoj .imageFrame img {
        max-width: 180px;
    }

    #mainHome .enjojSlider .itemEnjoj .imageFrame:after {
        width: 88.4%;
        height: 81.1%;
    }

    #mainHome .enjojSlider {
        height: 240px;
    }

    #mainHome .section.seventh .cretaeTourArea {
        position: relative;
    }

    #mainHome .section.seventh .thumbOtels a {
        width: 33%;
    }

    #mainHome .section.seventh .cretaeTourArea {
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .footer {
        height: auto;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .footerMenu.row.jCSBetween,
    .footer .logoArea.row.jCSAround {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer .logoArea a {
        margin-top: 20px;
    }

    #mainHome .section.third .titleArea {
        overflow: hidden;
    }

    #mainHome .section.carousel .container {
        height: 100%;
    }

    #mainHome .section.seventh .thumbOtels {
        padding: 0 30px;
    }

    #mainSubPage .eatin .adressDetails a {
        margin-top: 5px;
    }

    #mainSubPage .eatin .adressDetails .adressButton {
        position: relative
    }

    #mainSubPage .adressList .itemList a {
        min-width: 120px;
        width: 120px;
    }
}

@media screen and (max-width: 680px) {
    #mainSubPage .contactForm form > .row {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    #mainSubPage .contactForm form > .row > .column.halfColumn {
        width: 100%;
    }

    #mainSubPage .contactForm form > .row > .column.halfColumn:first-child {
        margin-bottom: 15px;
    }

    #mainSubPage .contactus .contentColumn {
        padding-left: 0;
    }
}

@media screen and (max-width: 600px) {
    #header.subHeader .siteMenu a {
        font-size: 12px;
        padding-left: 25px;
        line-height: 12px;
    }

    #header.subHeader .siteMenu a:hover span.bold:after,
    #header.subHeader .siteMenu a.active span.bold:after {
        height: 5px;
        bottom: -8px;
    }

    #header.subHeader .siteMenu a:after {
        width: 24px;
        height: 24px;
        top: -5px;
        margin-left: -5px;
    }

    #header.subHeader .siteMenu a.flaticon-route:after {
        margin-left: -5px;
    }

    #header.subHeader .siteMenu a:before {
        font-size: 24px;
    }

    #mainSubPage .enjoyin .itemPlace,
    #mainSubPage .roadTimeArea {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    #mainSubPage .enjoyin .imageFrame {
        width: 100%;
        margin: 0 auto;
        min-height: 150px;
    }

    #mainSubPage .enjoyin .imageFrame img {
        min-height: 116px;
    }

    #mainSubPage .enjoyin .enjoyinList .details span {
        font-size: 15.61px;
    }

    #mainSubPage .enjoyin .enjoyinList .imageFrame:after {
        width: 94.7%;
        height: 78%;
    }

    #mainSubPage .eatin .commentDetails,
    #mainSubPage .eatin .adressDetails,
    #mainSubPage .enjoyin .adressDetails {
        margin-top: 30px;
    }

    #mainSubPage .roadTimeArea {
        text-align: center;
    }

    #mainSubPage .roadTimeArea .roadTime {
        border-right: none;
        width: 100%;
    }

    #mainSubPage .roadTimeArea .roadTime:first-child {
        border-left: none;
    }
}

.section.second .boxesArea .itemBox a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.section.second .boxesArea,
.tabMenu {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.tabMenu > a {
    margin-left: 0;
    margin-bottom: 10px;
}

.section.second .boxesArea .itemBox.hHalf:first-child {
    margin-top: 20px;
}

.section.second .boxesArea .itemBox.hHalf:first-child {
    margin-top: 20px;
}

@media screen and (max-width: 1366px) {
    .carouselBottom {
        bottom: 60px;
    }

    .statementList li span {
        font-size: 14px;
    }

    .section.second .boxesArea .itemBox.twoColumn a {
        max-height: 500px;
    }

    .section.second .boxesArea .itemBox.hHalf a {
        max-height: 237px;
    }

    .section.second .boxesArea .itemBox.hHalf {
        padding-top: 0;
        margin-top: 24px;
    }
}

@media screen and (max-width: 530px) {
    #mainHome .section.second .boxesArea .itemBox a {
        max-width: 200px;
    }

    #header.subHeader .siteMenu a {
        text-align: center;
        padding-left: 5px;
    }

    #header.subHeader .siteMenu a:before {
        position: relative;
    }

    #header.subHeader .siteMenu span.bold {
        margin-top: 16px;
    }

    #header.subHeader .siteMenu a:after,
    #header.subHeader .siteMenu a.flaticon-route:after {
        top: -2px;
        margin-left: -16px;
        left: 50%;
    }

    #header.subHeader .siteMenu {
        bottom: -77px;
        left: 10px;
    }

    #header.subHeader {
        height: 135px;
    }

    #header.subHeader .siteMenu span.bold {
        padding-top: 0;
    }

    #mainSubPage .mobileLeftMenuButton {
        top: 0;
    }

    #mainSubPage .pageMenu {
        top: 0;
    }

    #mainSubPage .contentColumn .content {
        padding-top: 36px;
        overflow: hidden;
        padding: 0px 20px;
        padding-top: 20px;
    }

    #mainSubPage .centerContent .contentColumn .breadcrumb {
        padding-left: 46px;
    }

    #mainSubPage .bannerArea {
        min-height: 135px;
    }

    #mainSubPage .bannerArea img {
        min-height: 135px;
    }

    #mainSubPage .breadcrumb a {
        font-size: 11px;
    }
}

@media screen and (max-width: 480px) {
    h3 {
        font-size: 21.87px;
    }

    #mainSubPage .enjoyin .enjoyinList .details img {
        width: 69px;
    }

    #mainSubPage .enjoyin .enjoyinList .details span {
        font-size: 12.61px;
    }

    #header .siteMenu {
        top: 56px;
        right: 0;
        left: 0;
        display: block;
        width: 100%;
        height: initial;
        padding: initial;
        bottom: initial;
        padding-top: 10px;
        padding-bottom: 8px;
    }

    #header .siteMenu a:before {
        font-size: 28px;
        position: relative;
        top: 11px;
        height: 24px;
        display: block;
    }

    #header .allSiteMenu .subAllSiteMenu.open {
        background: rgb(255, 255, 255);
        background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 46%, rgba(52, 52, 52, 2) 77%);
        background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 46%, rgba(52, 52, 52, 2) 77%);
        background: -o-linear-gradient(0deg, rgba(255, 255, 255, 1) 46%, rgba(52, 52, 52, 2) 77%);
        background: -ms-linear-gradient(0deg, rgba(255, 255, 255, 1) 46%, rgba(52, 52, 52, 2) 77%);
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 46%, rgba(52, 52, 52, 2) 77%);
        display: none;
    }

    #header .siteMenu a {
        text-align: center;
        padding-left: 9px;
    }

    #header .siteMenu span {
        line-height: 13px;
    }

    #header .siteMenu span.bold {
        padding-top: 11px;
    }

    #header .siteMenu a:after,
    #header .siteMenu a.flaticon-route:after {
    }

    #mainHome .section.second .boxesArea,
    #mainSubPage .tabMenu {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    #mainSubPage .tabMenu > a {
        margin-left: 0;
        margin-bottom: 10px;
    }

    #mainHome .section.second .boxesArea .itemBox.hHalf:first-child {
        margin-top: 20px;
    }

    #mainHome .wonderlandSlider {
        height: 315px;
        width: 240px;
    }

    #mainHome .enjojSlider {
        height: 375px;
        width: 82%;
    }

    #mainHome .enjojSlider .itemEnjoj .imageFrame {
        max-width: 100%;
    }

    #mainHome .enjojSlider .itemEnjoj .imageFrame img {
        max-width: 100%;
        max-height: 100%;
    }

    #mainHome .enjojSlider .itemEnjoj .imageFrame:after {
        width: 92%;
        height: 88.5%;
    }

    #mainHome .enjojSlider .slick-next {
        right: 50%;
    }

    #mainHome .enjojSlider .slick-prev {
        left: 50%;
    }

    #mainHome .section.seventh .titleArea {
        width: 100%;
    }

    #mainHome .section.seventh .thumbOtels a {
        width: 100%;
        display: block;
        float: none;
        border: none;
    }

    #mainHome .section.seventh .thumbOtels a:first-child {
        border: none;
    }

    .footer .tomatoes .small {
        font-size: 17.66px;
    }

    .footer .tomatoes .large {
        font-size: 32.06px;
        padding-left: 160px;
    }

    .footer .footerMenu li {
        margin-top: 20px;
    }

    .footer .copyRight a.web {
        display: block;
        padding: 10px 0 10px 0;
    }

    #mainHome .otherUniqeButtons.row.buttonRow {
        -webkit-flex-direction: column;
        -mozflex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        margin-top: 30px;
    }

    #mainHome .eating .buttonRow > img {
        padding-top: 0;
        border: none;
    }

    #mainHome .eating .buttonRow .seeButton {
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    #mainHome .section.third .thumbList a {
        float: none;
        width: 100%;
        border-right: none;
        margin-top: 30px;
        display: block;
    }

    #mainHome .section.third .thumbList a:first-child {
        border-left: none;
    }

    #mainHome .homeSlider .tomatoes {
        margin-top: -73px;
    }

    #mainHome .section.second .boxesArea .largeText {
        font-size: 54.49px;
    }

    #mainHome .section.third .thumbOtels {
        margin-top: 13px;
    }

    #mainHome .section.carousel .container {
        padding-right: 0;
    }

    #mainHome .searchArea {
        width: 90%;
    }

    #mainHome .carouselBottom .ballonanimation {
        position: absolute;
        left: 0;
        bottom: 15px;
    }

    #mainHome .carouselBottom .ballonanimation img {
        transform: scale(0.9);
    }

    #mainSubPage .enjoyin .paragraph.paddingTop {
        padding-top: 20px;
    }

    #mainSubPage .mobileLeftMenuButton + .menuColumn + .contentColumn .breadcrumb {
        padding-left: 78px;
    }

    #mainSubPage .centerContent .contentColumn .breadcrumb {
        padding-left: 20px;
    }

    #mainSubPage .enjoyin .adressButtonArea a span.bold {
        font-size: 14.43px;
    }

    #mainSubPage .enjoyin .adressButtonArea a:before {
        font-size: 31px;
    }

    #mainSubPage .enjoyin .adressButtonArea a {
        padding-left: 50px;
    }

    #mainSubPage .enjoyin .adressButtonArea a span {
        font-size: 13px;
    }

    #mainSubPage .enjoyin .adressButtonArea a.date span {
        font-family: 'GilroyBlack';
        font-size: 10px;
    }

    #mainSubPage .enjoyin .adressButtonArea a.adressButton:before {
        top: 6px;
        font-size: 31px;
    }

    #mainSubPage .contentColumn {
        padding-left: 0;
        padding-right: 0;
    }

    #mainSubPage .pageMenu {
        top: 50px;
    }

    #mainSubPage .enjoyin .moreContent {
        height: 131px;
    }

    #mainSubPage .enjoyin.tours .moreContent {
        height: 200px;
    }

    #mainSubPage .eatin .itemRecipes,
    #mainSubPage .eatin .itemRestaurant,
    #mainSubPage .eatin .itemSpecial,
    #mainSubPage .enjoyin .itemPlace,
    #mainSubPage .listTrain .item {
        -webkit-flex-direction: column;
        -mozflex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    #mainSubPage .eatin .imageFrame,
    #mainSubPage .placestovisit .imageFrame,
    #mainSubPage .tours .imageFrame {
        width: 80%;
        margin: 20px auto;
    }

    #mainSubPage .listTrain .item > div {
        border: none;
    }

    #mainHome .thumbEatList .eatItem {
        align-items: center;
    }

    #mainHome .eating .eatingCommentColumn {
        padding-left: 20px;
        padding-right: 20px;
    }

    #mainHome .thumbEatList {
        padding-right: 0;
    }

    #mainHome .thumbEatList .eatItem .text {
        padding-right: 0;
    }
}

@media screen and (max-width: 375px) {
    .footer .tomatoes .large {
        font-size: 32.06px;
        padding-left: 105px;
        padding-top: 15px;
    }

    #mainHome .section.third .theCityDreams .imageFrame {
        width: 81%;
        margin: 10px auto;
    }

    #mainHome .section.third .theCityDreams .imageFrame img {
        max-width: 100%;
    }

    #mainHome .section.third .theCityDreams .tomatoes .large {
        font-size: 21.8px;
        padding-left: 25px;
    }

    #mainHome .eating .imgEating {
        margin-right: 0;
    }

    #mainHome .statementList li {
        float: none;
        width: 80%;
        text-align: left;
        margin: 10px 0;
        padding-left: 38px;
    }

    #mainHome .eating .bigText {
        top: 41%;
        left: 38%;
    }

    #mainHome .eating .bigText span.large {
        font-size: 75px;
    }

    #mainHome .eating .bigText span {
        font-size: 51.78px;
    }

    #mainSubPage .breadcrumb a {
        font-size: 9px;
    }
}

@media screen and (max-width: 350px) {
    #mainHome .thumbEatList .eatItem .imageFrame {
        padding: 5px;
    }

    #mainHome .thumbEatList .eatItem .text {
        padding-left: 10px;
    }

    #mainHome .thumbEatList .eatItem:after {
        left: 144px;
    }

    #header .siteMenu a {
        font-size: 9.66px;
        flex-grow: 1;
        flex-basis: 0;
    }

    h1 {
        font-size: 33.02px;
    }
}


@media (max-width: 992px) {


    #header .siteMenu a {
        display: flex;
        width: 100%;
        text-align: left;
        padding: 5px;
        margin-bottom: 10px;
    }

    #header .siteMenu a .desc {
        padding-left: 20px;
    }

    #header .siteMenu a:after,
    #header .siteMenu a.flaticon-route:after {
        left: 17px;
        top: 8px;
    }

    #header .siteMenu a:before {
        width: 37px;
    }

    #header .siteMenu a img {
        top: 7px;
        left: 10px;
    }

    #header .siteMenu a:before {
        top: 19px;
        left: 14px;
    }


    #mainHome .section.third .thumbList {
        margin-bottom: 20px;
    }

    #mainHome .section.third .thumbList p {
        margin-top: 5px;
    }


}

/* talha endss */


/* header ust start */

.socialMediaArea {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    padding-top: 10px;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    padding-bottom: 28px;
}

.socialMediaArea > span {
    font-family: 'GilroySemibold';
    color: rgb(255 255 255 / 78%);
    font-size: 14px;
    padding-right: 20px;
}

.socialMediaArea > span strong {
    font-family: 'GilroyBlack';
}

.socialMediaArea .socialMedia {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.socialMediaArea .socialMedia a {
    /*
     -webkit-opacity: 0.35;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";

     filter: alpha(opacity=0.35);

     -moz-opacity: 0.35;

     -khtml-opacity: 0.35;

     opacity: 0.35;

     margin-left: 20px;
     */
}

.socialMediaArea .socialMedia a:first-child {
    margin-left: 0;
}

.socialMediaArea .socialMedia a img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.socialMediaArea .socialMedia a:hover {
    -webkit-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
    /* IE 8 */
    filter: alpha(opacity=1);
    /* IE 5-7 */
    -moz-opacity: 1;
    /* Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
    opacity: 1;
    /* Good browsers */
}

.socialMediaArea .socialMedia a:hover.facebook img {
    filter: brightness(0.4) sepia(2) saturate(6) hue-rotate(196deg);
    -webkit-filter: brightness(0.4) sepia(2) saturate(6) hue-rotate(196deg);
    -moz-filter: brightness(0.4) sepia(2) saturate(6) hue-rotate(196deg);
    -o-filter: brightness(0.4) sepia(2) saturate(6) hue-rotate(196deg);
    -ms-filter: brightness(0.4) sepia(2) saturate(6) hue-rotate(196deg);
}

.socialMediaArea .socialMedia a:hover.twitter img {
    filter: brightness(0.5) sepia(2) saturate(6) hue-rotate(176deg);
    -webkit-filter: brightness(0.5) sepia(2) saturate(6) hue-rotate(176deg);
    -moz-filter: brightness(0.5) sepia(2) saturate(6) hue-rotate(176deg);
    -o-filter: brightness(0.5) sepia(2) saturate(6) hue-rotate(176deg);
    -ms-filter: brightness(0.5) sepia(2) saturate(6) hue-rotate(176deg);
}

.socialMediaArea .socialMedia a:hover.instagram img {
    filter: brightness(0.5) sepia(2) saturate(6) hue-rotate(291deg);
    -webkit-filter: brightness(0.5) sepia(2) saturate(6) hue-rotate(291deg);
    -moz-filter: brightness(0.5) sepia(2) saturate(6) hue-rotate(291deg);
    -o-filter: brightness(0.5) sepia(2) saturate(6) hue-rotate(291deg);
    -ms-filter: brightness(0.5) sepia(2) saturate(6) hue-rotate(291deg);
}

.socialMediaArea .socialMedia a:hover.youtube img {
    filter: brightness(0.3) sepia(6) saturate(11) hue-rotate(-20deg);
    -webkit-filter: brightness(0.3) sepia(6) saturate(11) hue-rotate(-20deg);
    -moz-filter: brightness(0.3) sepia(6) saturate(11) hue-rotate(-20deg);
    -o-filter: brightness(0.3) sepia(6) saturate(11) hue-rotate(-20deg);
    -ms-filter: brightness(0.3) sepia(6) saturate(11) hue-rotate(-20deg);
}


/* header ust end */


/* kesfetAll */
.kesfetAll {
    /* border-top: 8px solid #ffc532; */
    border-bottom: 8px solid #ffc532;
    padding-top: 40px;
    position: relative;
}

.kesfetTitle .title {
    width: 100%;
    text-align: center;
    display: inline-block;
    float: left;
    font-family: 'GilroyBlack';
    letter-spacing: 0px;
    color: #fff;
    font-size: 45px;
    /* transform: rotate(-5deg); */
    margin-bottom: 15px
}

.kesfetTitle .desc {
    width: 100%;
    text-align: center;
    display: inline-block;
    float: left;
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px
}

.kesfet-at {
    position: absolute;
    right: 0;
    bottom: 0
}

.kesfetTitle {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .kesfetAll {
        display: none;
    }
}

/* kesfetSearch */
.kesfetSearch {
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px
}

.kesfetSearchTitle {
    width: 22%;
    margin-right: 1%;
    float: left;
    display: inline-block;
    background: #ffc532;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    line-height: 25px;
    padding: 5px 0px;
    padding-left: 50px;
}

.kesfetSearchTitle i {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: #213368;
    color: #fff;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    font-size: 17px;
}

.kesfetSearchTitle strong {
    font-weight: 900;
}

.kesfetSearchBox {
    width: 77%;
    float: left;
    display: inline-block;
    position: relative;
}

.kesfetSearchText {
    width: 100%;
    float: left;
    height: 35px;
    background: #fff;
    font-size: 14px;
    color: #6c6c6c;
    padding-left: 20px;
    padding-right: 100px;
    background: rgba(255, 255, 255, 0.8);
}

.kesfetSearchText:focus {
}

.kesfetSearchButton {
    position: absolute;
    right: 0;
    top: 0;
    width: 85px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #e46d84;
    font-weight: 800;
    display: inline-block;
    line-height: 35px;
    z-index: 12
}

.kesfetSearchButton:before {
    width: 2px;
    height: 22px;
    background: #d4d4d4;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -11px;
    display: inline-block;
    content: "";
    -webkit-transition: all 0.3 ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.kesfetSearchButton:hover:before {
    opacity: 0;
    visibility: hidden;
}

.kesfetSearchButton:hover {
    background: #ffc532;
    color: #fff
}

.kesfet {
    position: relative;
    z-index: 1
}

/* kesfetMapLeft */
.kesfetMapLeft {
    width: 46%;
    float: left;
    display: inline-block;
    padding-right: 30px;
}

.kesfetMapRight {
    width: 54%;
    float: left;
    display: inline-block;
}

/* kesfetMapLeftList */
.kesfetMapLeftList {
    border: 1px solid #fff;
}

.kesfetMapLeftList ul {
    width: 100%;
    display: inline-block;
    float: left;
}

.kesfetMapLeftList ul li {
    width: 33.3333%;
    float: left;
    display: inline-block;
    border: 1px solid #fff;
    height: 118px;
}

.kesfetMapLeftList ul li a {
    width: 100%;
    float: left;
    display: inline-block;
    color: #fff;
    padding: 20px 0px;
    text-align: center;
    z-index: 1;
    position: relative;
}

.kesfetMapLeftList ul li a .icon {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    display: inline-block
}

.kesfetMapLeftList ul li a .title {
    width: 100%;
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    text-align: center;
}

.kesfetMapLeftList ul li.active {
    position: relative;
}

.kesfetMapLeftList ul li.active:before {
    width: 110%;
    height: 110%;
    left: -5%;
    top: -5%;
    background: #e46d84;
    position: absolute;
    content: "";
    box-shadow: 0px 0px 48px 0px rgba(32, 32, 32, 0.5);
}


/* kesfetMapLogo */
.kesfetMapLogo {
    padding: 25px 0px;
    text-align: center;
}

/* footerAll */
.footerAll {
    background: #2ca4b9 url(../images/footerbg.png) no-repeat bottom center;
    padding-top: 30px;
    position: relative;
    margin-top: 30px
}

.footerAll:before {
    content: "";
    position: absolute;
    left: 0;
    top: -6px;
    right: 0;
    background: url(../images/footer-before.png) no-repeat top center;
    height: 11px;
}

.footerTopCol {
    width: 20%;
    float: left;
    display: inline-block;
}

.footerMenuTitle .title {
    font-size: 14px;
    color: #fff;
    font-weight: 800;
    line-height: 20px
}

.footerMenuTitle {
    margin-bottom: 12px
}


/* kesfetMapRightBox */

.kesfetMapRight {
    margin-right: 20px;
    width: 535px;
    height: 500px;
    float: right;
    background: url(http://localhost/burasi-konya-2/assets/images/map.png) no-repeat;
    position: relative;
}

/* kesfetMapRightBox */
.kesfetMapRightBox > ul {
    width: 100%;
    display: inline-block;
    float: left;
}

.kesfetMapRightBox > ul > li {
    width: 40px;
    position: absolute;
    top: -10px;
    left: 320px;
}

/* kesfetMapButton */
.kesfetMapButton {
    width: 69px;
    height: 86px;
    background: url(../images/pinx.png);
    display: inline-block;
    position: relative;
    z-index: 12
}

.kesfetMapRightBox ul li .mobileTitle {
    display: none;
}

.kesfetMapButton .icon {
    width: 69px;
    height: 86px;
    background: url(../images/pinx.png);
    display: inline-block;
    position: relative;
    z-index: 12;
    cursor: pointer;
}

.kesfetMapButton .icon i {
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    line-height: 36px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 5px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    background: #e41559;
}

/* kesfetMapModal */
.kesfetMapModal {
    position: absolute;
    right: 35px;
    bottom: 20px;
    background: #fff;
    width: 255px;
    padding: 15px;
    box-shadow: 0px 26px 41px 0px rgba(94, 94, 94, 0.4);
    display: none;
    z-index: 100;
}

.kesfetMapModal .title {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #7d7d7d;
    margin-bottom: 5px;
    font-weight: 800
}

.kesfetMapModal .desc {
    font-size: 13px;
    color: #7d7d7d;
    line-height: 15px;
    display: inline-block;
    width: 100%;
    margin-bottom: 7px;
}

.kesfetMapModal .link {
    color: #ffc532;
    font-size: 13px;
    font-weight: 800;
    line-height: 25px;
    border: 1px solid #ffc532;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block
}

.kesfetMapModal .link:hover {
    background: #ffc532;
    color: #fff
}

.kesfetMapModal .closeButton {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -20px;
    right: -20px;
    background: #989898;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: 300;
    line-height: 34px;
    cursor: pointer;
    -webkit-transition: all 0.3 ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.kesfetMapModal .closeButton:hover {
    background: #e41559;
    color: #fff
}


@media screen and (max-width: 768px) {
    .dialog {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        max-height: 100%;
        height: 100%;
        top: 0;
        margin: 0 auto;
    }

    ul.MenuListArea {
        display: contents !important;
        display: block;
        text-align: center;
        height: 80vh;
        max-height: 90%;
        overflow-y: scroll;
        margin-top: 40px;
    }
}

@media (max-width: 900px) {
    .hava {
        display: block !important;
    }
}
.hava {
    display: none !important;
}
li.mobil-menu {
    display: -webkit-box;
}
li.mobil-menu a{
    display: flex;
    justify-content: end;
}
li.mobil-menu a img{
    width: 59px;
}
li.mobil-menu .desc {
    padding: 25px;
    color: black;
}
li.mobil-menu .desc span {
    display: flex;
}
@media (max-width: 500px) {
    .konya-logo {
        filter: none !important;
        position: relative !important;
        height: 118px !important;
        left: 45px;
        top: -37px !important;
    }
    .homeVideo {
        width: 100%;
        height: 68vh;
        object-fit: cover;
    }
    button#language1 {
        position: relative;
        bottom: 37px;
    }
    .hava {
        /* padding: 18px 0px; */
        display: block !important;
        display: flex;
        align-items: center;
        float: right;
        justify-content: flex-end;
        color: rgba(255, 255, 255, 0.8);
        position: relative;
        left: 84px;
    }

    .socialMediaArea {
        display: none !important;
    }

    .homeRotaAll {

        margin-bottom: -2px !important;

    }

    .kesfetTitle {
        position: relative;
        top: 50px;
        margin-bottom: 20px;
    }

    .activitySection .activityBoxesArea .activityBox {

        flex: 0 0 98% !important;
    }

    .grid-wrapper .tall {
        grid-row: span 1 !important;
    }

    .kesfetSearch {
        padding: 0px;
        background: rgba(255, 255, 255, 0.8);
        margin-bottom: 30px;
    }

    .kesfetSearchBox {
        width: 77%;
        float: left;
        display: inline-block;
        position: relative;
    }

    .kesfetMapLeft {
        width: 100%;
        float: left;
        display: inline-block;
        padding-right: 0px;
    }

    .kesfetSearchTitle {
        width: 100%;
        margin-right: 1%;
        float: left;
        display: inline-block;
        background: #ffc532;
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        position: relative;
        line-height: 25px;
        padding: 5px 0px;
        padding-left: 50px;
    }

    .kesfetSearchText {
        width: 100%;
        float: left;
        height: 35px;
        background: #fff;
        font-size: 14px;
        color: #6c6c6c;
        padding-left: 2px;
        padding-right: 1px;
        background: rgba(255, 255, 255, 0.8);
    }

    .kesfetSearchButton {
        position: absolute;
        right: -82px;
        top: 0;
        width: 85px;
        text-align: center;
        font-size: 15px;
        font-weight: 700;
        color: #e46d84;
        font-weight: 800;
        display: inline-block;
        line-height: 35px;
        z-index: 12;
    }
}

#videosList {
    max-width: 600px;
    margin: 0 auto;
    padding: 0px 80px;
}

@media (max-width: 1250px) {
    #videosList {
        padding: 0px 50px;
    }
}

@media (max-width: 900px) {
    #videosList {
        padding: 60px 20px;
    }
}

#videosList .video {
    width: 50%;
    display: inline-block;
    float: left;
    position: relative;
    overflow: hidden;
}

@media (max-width: 500px) {
    #videosList .video {
        width: 100%;
    }
}

#videosList .video .videoSlate {
    width: 100%;
    height: 0;
    padding: 60% 0 0 0;
    -webkit-transition: 5000ms 50ms;
    -moz-transition: 5000ms 50ms;
    transition: 5000ms 50ms;
}

#videosList .video .videoSlate:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 500ms 50ms;
    -moz-transition: 500ms 50ms;
    transition: 500ms 50ms;
}

#videosList .video .videoSlate video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

#videosList .video .videoListCopy {
    display: inline-block;
    text-align: center;
    width: 100%;
    z-index: 20;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background-color: #000;
}

.slick-prev {
    z-index: 1 !important;
    left: 0 !important;
}

.slick-prev:before {
    content: "‹" !important;
    font-size: 60px !important;
}

.slick-next {
    right: 0 !important;
}

.slick-next:before {
    content: "›" !important;
    font-size: 60px !important;
}

/*
.item {
    transition: 0.5s;
}

.item:hover {
    transition: 0.5s;
    transform: scale(1.2);
}


#mainHome .statementList {
    padding: 30px 0 40px 0;
}
*/


/* konyada ulaşım start*/
/* TroyaMUSEUM */
.itemBox.twoColumn {
    position: relative;
    top: 15px;
}

.boxesArea > div {
    border-right: 2px solid #ebebeb;
    padding: 0 12px;
}

.boxesArea .itemBox.twoColumn a {
    max-height: 547px;
}

.boxesArea .itemBox {
    position: relative;

}

.boxesArea .itemBox a {
    display: block;
    width: 100%;
    max-width: 237px;
    overflow: hidden;
}

.boxesArea .largeText {
    font-size: 72.49px;
    color: rgba(255, 255, 255, 0.39);
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.boxesArea .smalltext {
    font-size: 18.72px;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    bottom: 37px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.boxesArea .itemBox a:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ulasim-icon {
    position: absolute !important;
    margin-top: -4px !important;
    left: -16px !important;
    width: 35px !important;
}

.transportButton {
    /*position: relative;
	border: 2px solid #e6e6e6;
	display: inline-block;
	padding: 17px 15px;
	-webkit-opacity: 0.35;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	filter: alpha(opacity=0.35);
	-moz-opacity: 0.35; 
	-khtml-opacity: 0.35;
	opacity: 0.35;
    -webkit-transition: all 0.3s linear; 
    -moz-transition: all 0.3s linear; 
    -o-transition: all 0.3s  linear;
    transition: all 0.3s linear;
    margin-top: 40px;*/
    background-color: rgba(215, 184, 119, 1);
    border: 1px solid rgba(215, 184, 119, 1);
    display: inline-block;
    position: relative;
    padding: 15px 15px 15px 26px;
    margin-left: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 37px;
}

.transportButton:hover {
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=1);
	-moz-opacity:1; 
	-khtml-opacity:1;
	opacity:1;*/
    background-color: #ffffff;
}

.transportButton:hover:before {
    color: rgba(215, 184, 119, 1);
}

.transportButton:hover span {
    color: rgb(255 255 255);
}

.transportButton:hover span.bold {
    color: rgb(255 255 255);
}

.transportButton:before {
    color: #fff;
    font-size: 31px;
    position: absolute;
    left: 15px;
    margin-left: 0;
}

.transportButton span {
    font-family: 'GilroyRegular';
    display: block;
    font-size: 13.73px;
    color: #ffffff;
    padding-left: 40px;
}

.transportButton span.bold {
    font-family: 'GilroyBlack';
    font-size: 15.69px;
    color: #ffffff;
    padding-bottom: 5px;

}

.statementList {
    padding: 30px 0 40px 0;
}

.statementList li {
    position: relative;
    float: left;
    width: 50%;
    padding-left: 30px;
    margin: 10px 0;
}

.statementList li:before {
    margin-left: 0;
    color: #d7b877;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.statementList li span {
    font-size: 17px;
    color: #343434;
    font-family: 'GilroyRegular';
    display: block;
}

.statementList li span.bold {
    font-family: 'GilroyBlack';
}

ul.statementList {
    padding: 30px 0 40px 0;
}

.homeTroyaContent {
    padding: 95px 0px 95px 0px;
    color: white;
    width: 60%;
}

.homeTroyaContent h3 {
    color: #213368;
    font-size: 27px;
    font-weight: 600;
}

.homeTroyaContent h1 {
    font-size: 54px;
    font-weight: 900;
    margin-top: 3.5px;
}

.homeTroyaContent p {
    font-size: 16px;
    margin-top: 15px;
    font-weight: 400;
    line-height: 1.45;
}

.homeTroyaContent a {
    margin-top: 30px;
    padding: 13px 35px;
    background: #ffc532;
    color: #33b3c9;
    border: 1px solid #ffffff;
}

.homeTroyaContent a:hover {
    background: #213368;
    color: white;
    border: 1px solid white;
}

.homeTroyaMuseum img {
    max-width: fit-content;
    /* position: absolute;
    right: 70px;
    margin-top: -490px;
    pointer-events: none; */
}

@media screen and (max-width: 1366px) {
    .carouselBottom {
        bottom: 60px;
    }

    .statementList li span {
        font-size: 14px;
    }

    ğ41.section.second .boxesArea .itemBox.twoColumn a {
        max-height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .homeTroyaContent {
        width: 100%;
    }

    .homeTroyaMuseum img {
        right: 5px !important;
        position: relative;
        width: 80%;
        float: right;
        margin-top: -170px !important;
    }
}

/* konyada ulaşım start*/


li#konyadabuayTitle {
    font-size: 17px;
    line-height: 24px;
}


img.konyadaBuAyİcon {
    width: fit-content;
    height: 33px;
}


.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-slide span {
    text-transform: uppercase;
    color: #fff;
    background: #1b7402;
    padding: 7px 18px 7px 25px;
    display: inline-block;
    border-radius: 0 20px 20px 0px;
    letter-spacing: 2px;
    font-size: 0.8rem;
    font-family: "Open Sans", sans-serif;
}

.swiper-slide--one span {
    background: #62667f;
}

.swiper-slide--two span {
    background: #087ac4;
}

.swiper-slide--three span {
    background: #b45205;
}

.swiper-slide--four span {
    background: #087ac4;
}

.swiper-slide h2 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 15px;
    padding: 25px 45px 0 25px;
}

.swiper-slide p {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    display: flex;
    align-items: center;
    padding: 0 25px 35px 25px;
}

.swiper-slide svg {
    color: #fff;
    width: 22px;
    height: 22px;
    margin-right: 7px;
}

.swiper-slide--one {
    background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url(https://images.unsplash.com/photo-1556206079-747a7a424d3d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=871&q=80) no-repeat 50% 50% / cover;
}

.swiper-slide--two {
    background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.unsplash.com/photo-1571900670723-a317a66e3fb7?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=423&q=80") no-repeat 50% 50% / cover;
}

.swiper-slide--three {
    background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.unsplash.com/photo-1549144511-f099e773c147?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=387&q=80") no-repeat 50% 50% / cover;
}

.swiper-slide--four {
    background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.unsplash.com/photo-1650367310179-e1b5b8e453c3?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80") no-repeat 50% 50% / cover;
}

.swiper-slide--five {
    background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.unsplash.com/photo-1596521864207-13d46b1a0c78?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=774&q=80") no-repeat 50% 50% / cover;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}


/* Konyada neler yapılır start */

#konyadabuAy {
    position: relative;
    height: 300px;
    width: 686px;
    top: 60px;
    left: calc(52% - 569px);
    display: flex;
}


.card {
    display: flex;
    height: 280px;
    width: 200px;
    background-color: #17141d;
    border-radius: 10px;
    box-shadow: -1rem 0 3rem #000;
    /*   margin-left: -50px; */
    transition: 0.4s ease-out;
    position: relative;
    left: 0px;
}

.card:not(:first-child) {
    margin-left: -50px;
}

.card:hover {
    transform: translateY(-20px);
    transition: 0.4s ease-out;
}

.card:hover ~ .card {
    position: relative;
    left: 50px;
    transition: 0.4s ease-out;
}

.cardtitle {
    color: white;
    font-weight: 300;
    position: absolute;
    left: 20px;
    top: 15px;
}

.bar {
    position: absolute;
    top: 100px;
    left: 20px;
    height: 5px;
    width: 150px;
}

.emptybar {
    background-color: #2e3033;
    width: 100%;
    height: 100%;
}

.filledbar {
    position: absolute;
    top: 0px;
    z-index: 3;
    width: 0px;
    height: 100%;
    background: rgb(0, 154, 217);
    background: linear-gradient(90deg, rgba(0, 154, 217, 1) 0%, rgba(217, 147, 0, 1) 65%, rgba(255, 186, 0, 1) 100%);
    transition: 0.6s ease-out;
}

.card:hover .filledbar {
    width: 120px;
    transition: 0.4s ease-out;
}

.circle {
    position: absolute;
    top: 150px;
    left: calc(50% - 60px);
}

.stroke {
    stroke: white;
    stroke-dasharray: 360;
    stroke-dashoffset: 360;
    transition: 0.6s ease-out;
}

svg {
    fill: #17141d;
    stroke-width: 2px;
}

.card:hover .stroke {
    stroke-dashoffset: 100;
    transition: 0.6s ease-out;
}

/* deneme end */


/* homeCalendarTitle */

.takvimSecim {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
}

.takvimSecim {
}

.takvimSecim .iconsol {
}

.takvimSecim .iconsol a {
    font-size: 40px;
    color: #d2d2d2;
}

.takvimSecim .iconsol a:hover {
    color: #33b3c9;
}

.takvimSecim .title {
    color: #5b5b5b;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -1px;
    padding: 0px 35px;
}

.takvimSecim .iconsag {
}

.takvimSecim .iconsag a {
    font-size: 40px;
    color: #d2d2d2;
}

.takvimSecim .iconsag a:hover {
    color: #33b3c9;
}

.calendarCont {
    background-color: #fff;
}

.calendarCont table {
    width: 100%;
    table-layout: fixed;
}

.calendarCont table tbody {
}

.calendarCont table tbody tr {
}

.calendarCont table tbody tr th {
    background-color: rgba(51, 179, 201, 0.78);
    color: #fff;
    text-align: center;
    padding: 9px 0px 7px 0px;
}

.calendarCont table tbody tr th:nth-child(even) {
    background-color: #33b3c9;
}

.calendarCont table tbody tr td {
    border: 1px solid #dedede;
    color: #5b5b5b;
    font-weight: 800;
    padding: 16px 15px;
    text-align: center;
    font-size: 21px;
    position: relative;
}

.calendarCont table tbody tr td.remaining {
    background-color: #f9f9f9;
    color: #dedede;
}

.calendarCont table tbody tr td.selected {
    background: url(../images/calendar-before.png) no-repeat top 2px left 2px;
}

.calendarCont table tbody tr td.today {
    background-color: #33b3c9;
    color: #fff;
}

.calendarCont table tbody tr td a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #5b5b5b;
    background: url(../images/takvims.png) no-repeat center bottom 4px;
    background-size: 18px;
}

.homeCalendarTitle {
    float: right;
    text-align: right;
    position: relative;
    padding-right: 65px;
    padding-left: 50px;
    background: #f9f9f9 url(../images/calendar-bg.png) no-repeat left center;
    height: 75px;
    padding-top: 15px;
    margin-bottom: 10px;
    z-index: 123
}

.homeCalendarTitle .title {
    font-size: 22px;
    color: #5b5b5b;
    line-height: 25px;
    font-weight: 700
}

.homeCalendarTitle .date {
    font-size: 22px;
    color: #5b5b5b;
    line-height: 25px;
    font-weight: 300;
    display: block;
}

.homeCalendarTitle .icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    font-size: 40px;
    color: #33b3c9;
    line-height: 40px;
    display: inline-block;
}

.homeCalendarTop {
    background: #f9f9f9
}

/* homeCalendarSliderImg */
.homeCalendarSliderLeft {
    width: 58%;
    float: left;
    display: inline-block
}

.homeCalendarSliderRight {
    width: 42%;
    float: left;
    display: inline-block;
    padding-left: 10px
}

/* homeCalendarSliderList */
.homeCalendarSliderList ul {
    width: 100%;
    display: inline-block;
    float: left;
}

.homeCalendarSliderList ul li {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 20px 0px;
    border-bottom: 2px solid #cccccc;
    padding-left: 30px;
    position: relative;
    padding-right: 100px;
}

.homeCalendarSliderList ul li:first-child {
    padding-top: 0px;
}

.homeCalendarSliderList ul li:first-child:before {
    top: 0px
}

.homeCalendarSliderList ul li:first-child .more {
    top: 0px
}

.homeCalendarSliderList ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 23px 0 0;
    border-color: #33b3c9 transparent transparent transparent;
}

.homeCalendarSliderList ul li .title {
    font-size: 14px;
    font-weight: 700;
    color: #5b5b5b;
    line-height: 20px;
    margin-bottom: 20px;
}

.homeCalendarSliderList ul li .marker {
    font-size: 14px;
    color: #5b5b5b;
    line-height: 20px;
}

.homeCalendarSliderList ul li .marker i {
    margin-right: 5px;
}

.homeCalendarSliderList ul li .more {
    position: absolute;
    right: 0;
    top: 20px;
    color: #5b5b5b;
    font-size: 11px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
}

.homeCalendarSliderList ul li .more:hover {
    color: #33b3c9
}


/* Konyada neler yapılır start */


/* ne yapılır detay galeri */

/*Homepage Galeri Section*/
.lGif {
    background-image: url('../img/icon/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    background-size: contain;
}

.galleryFrame .modalGalleryList ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    -webkit-gap: 19px;
    -moz-gap: 19px;
    gap: 19px;
}

.galleryFrame .modalGalleryList .item {
    max-width: 180px;
    flex: 0 0 16.66%;
    overflow: hidden;
    max-height: 168px;
}

.galleryFrame .modalGalleryList .item a {
    display: block;
}

.galleryFrame .modalGalleryList .item img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galleryFrame .modalGalleryList .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.galleryFrame .modalGalleryList .item.video {
    position: relative;
}

.galleryFrame .modalGalleryList .item.video:after {
    content: "";
    background-image: url('../img/icon/play-button-57x57.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 57px;
    height: 57px;
    position: absolute;
    top: 50%;
    margin: -28.5px auto;
    left: 0;
    right: 0;
    -webkit-opacity: 72%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
    /* IE 8 */
    filter: alpha(opacity=72%);
    /* IE 5-7 */
    -moz-opacity: 72%;
    /* Netscape */
    -khtml-opacity: 72%;
    /* Safari 1.x */
    opacity: 72%;
    /* Good browsers */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.galleryFrame .modalGalleryList .item.video:hover:after {
    -webkit-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
    /* IE 8 */
    filter: alpha(opacity=1);
    /* IE 5-7 */
    -moz-opacity: 1;
    /* Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
    opacity: 1;
    /* Good browsers */
}

.galleryFrame.whatToDoDetailsGallery .modalGalleryList {
    overflow: hidden;
}

.galleryFrame.whatToDoDetailsGallery .modalGalleryList ul {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin: 0 -15px;
}

.galleryFrame.whatToDoDetailsGallery .modalGalleryList .item {
    flex: 0 0 20%;
    max-height: 220px;
    max-width: 19%;
}

.galleryFrame.whatToDoDetailsGallery .modalGalleryList .item img {
    width: 100%;
    min-height: 220px;
}

.pageContent {
    width: 100%;
    height: auto;
    min-height: 100px;
    margin-top: 20px;
}

.pageContent h3 {
    font-size: 38.46px;
}

.pageContent h3.center {
    text-align: center;
}

/* ne yapılır detay galeri */


/*Neler Yenir*/


.whatToDo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-gap: 26px;
    -moz-gap: 26px;
    gap: 26px;
    margin: 38px 0;
}

.whatToDo .mapsArea {
    position: relative;
}

.whatToDo .mapsArea .title {
    position: absolute;
    width: 188px;
    height: 66px;
    background-color: #292929;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-right: 20px;
    top: -20px;
    right: -20px;
    text-align: right;
    z-index: 2;
}

.whatToDo .mapsArea .title span {
    font-family: 'GilroyRegular';
    font-size: 22.32px;
    color: #ffffff;
}

.whatToDo .mapsArea .title span strong {
    font-family: 'GilroyBlack';
    display: block;
}

.whatToDo .mapsArea .mapsFrame {
    width: 407px;
    height: 640px;
    border: 2px solid #dadada;
}

.whatToDo .mapsArea .mapsFrame iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
}

.whatToDo .whatToDoListArea {
    flex: 1;
}

.whatToDoList .listItem {
    position: relative;
    margin-top: 20px;
}

.whatToDoList .listItem > a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 156px;
}

.whatToDoList .listItem > a.goNowButton {
    position: absolute;
    right: 0;
    top: 15px;
    max-height: 52px;
    max-width: 52px;
}

.whatToDoList .listItem > a:hover .imageFrame img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.whatToDoList .listItem > a:hover .info .titleArea:before {
    width: 100%;
}

.whatToDoList .listItem > a:hover .info .titleArea .title {
    color: #264178;
}

.whatToDoList .listItem > a:hover .info .moreInfoButton {
    color: #264178;
}

.whatToDoList .listItem > a:hover .info .moreInfoButton img {
    filter: invert(50%);
    -webkit-filter: invert(50%);
    -moz-filter: invert(50%);
    -o-filter: invert(50%);
    -ms-filter: invert(50%);
}

.whatToDoList .listItem .imageFrame {

    max-width: 237px;
    max-height: 156px;
    overflow: hidden;
    position: relative;
    width: 174px;
}

.whatToDoList .listItem .imageFrame:before {
    content: "";
    background-color: #f1f1f1;
    position: absolute;
    width: 100%;
    height: 95%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.whatToDoList .listItem .imageFrame img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    height: 143px;
    object-fit: contain;
}

.whatToDoList .listItem .info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    /*height: 100%;*/
    flex: 1;
    border-bottom: 3px solid #efefef;
    padding: 18px 0 10px 0;
    margin-left: 20px;
}

.whatToDoList .listItem .info .titleArea {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    position: relative;
}

.whatToDoList .listItem .info .titleArea:before {
    content: "";
    width: 80px;
    height: 6px;
    background-color: #ffc532;
    position: absolute;
    top: -18px;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.whatToDoList .listItem .info .titleArea .title {
    font-family: 'GilroyBlack';
    font-size: 22.09px;
    color: #202020;
}

.whatToDoList .listItem .info .titleArea .mdesc {
    font-family: 'GilroyMedium';
    font-size: 12px;
    color: #202020;
    margin-top: 8px;
    margin-bottom: 7px;
    text-align: justify;
}

@media (max-width: 992px) {
    .whatToDoList .listItem .info .titleArea .mdesc {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.whatToDoList .listItem .info .titleArea .locName {
    font-family: 'GilroyMedium';
    font-size: 13.05px;
    color: #959595;
    margin-top: 8px;
}

.whatToDoList .listItem .info .titleArea .locName img {
    filter: invert(65%);
    -webkit-filter: invert(65%);
    -moz-filter: invert(65%);
    -o-filter: invert(65%);
    -ms-filter: invert(65%);
    width: 9px;
    margin-right: 6px;
}

.whatToDoList .listItem .info .titleArea .locName strong {
    font-family: 'GilroyBlack';
    border-right: 2px solid #959595;
    padding-right: 3px;
}

.whatToDoList .listItem .info .moreInfoButton {
    font-family: 'GilroyBlack';
    font-size: 11.85px;
    color: #262626;
}

.whatToDoList .listItem .info .moreInfoButton img {
    filter: invert(100%);
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
    -ms-filter: invert(100%);
    width: 20px;
    margin-left: 10px;
}

.whatToDoList .listItem .info .desc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.whatToDoList .listItem .info .desc img {
    -webkit-opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
    /* IE 8 */
    filter: alpha(opacity=0.3);
    /* IE 5-7 */
    -moz-opacity: 0.3;
    /* Netscape */
    -khtml-opacity: 0.3;
    /* Safari 1.x */
    opacity: 0.3;
    /* Good browsers */
    margin-right: 7px;
}

.whatToDoList .listItem .info .desc span {
    font-family: 'GilroyBold';
    font-size: 12.02px;
    color: #959595;
}


.contentColumn .whatToEat .eatDetails {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.contentColumn .whatToEat .eatDetails .leftColumn {
    /* flex: 0 0 400px; */
}

.contentColumn .whatToEat .eatDetails .eatBigGallery {

    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.contentColumn .whatToEat .eatDetails .eatThumbGallery {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8.5px;
    margin-right: -8.5px;
}

.contentColumn .whatToEat .eatDetails .eatThumbGallery a {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    height: 100px;
    padding: 8.5px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.contentColumn .whatToEat .eatDetails .eatThumbGallery a img {
    object-fit: cover;
    width: 100%;
    border-radius: 3px;
    display: block;
    text-align: center;
    margin: 0 auto;
    height: 83px;
}

.contentColumn .whatToEat .eatDetails .contentDetails {
    padding-left: 60px;
}

.contentColumn .whatToEat .eatDetails .contentDetails .title {
    font-family: 'GilroyBlack';
    font-size: 30px;
    color: #00355B;
    padding-bottom: 5px;
}

.contentColumn .whatToEat .eatDetails .contentDetails .desc {
    padding-top: 20px;
    padding-bottom: 20px;
}

.contentColumn .whatToEat .eatDetails .contentDetails .recipe {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #eaeaea;
    padding-top: 20px;
    padding-bottom: 17px;
    padding-right: 22px;
}

.contentColumn .whatToEat .eatDetails .contentDetails .recipe .title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    font-family: 'GilroyBlack';
    font-size: 18px;
    color: #ffffff;
    width: 151px;
    height: 32px;
    background-color: #099cd2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    margin-left: -22px;
}

.contentColumn .whatToEat .eatDetails .contentDetails .recipe .title img {
    position: absolute;
    right: -14px;
    top: -14px;
}

.contentColumn .whatToEat .eatDetails .contentDetails .recipe .yapim {
    padding: 20px 15px 0px 15px;
}

.contentColumn .whatToEat .eatDetails .contentDetails p {
    font-family: 'GilroyMedium';
    font-size: 15px;
    color: #1d1d1d;
    padding: 0px 0;
}

.eatListArea .whatToDoList {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-gap: 35px 60px;
    -moz-gap: 35px 60px;
    gap: 115px 60px;
}

.eatListArea .whatToDoList .listItem {
    width: 47%;
    margin-top: 0;
}

/*Neler Yenir Detay*/
.eatDetailsArea {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-gap: 35px;
    -moz-gap: 35px;
    gap: 35px;
}

.eatDetailsArea .leftColumn {
    max-width: 356px;
}

.eatDetailsArea .leftColumn .imageFrame {
    position: relative;
    padding: 11px;
    height: 340px;
    overflow: hidden;
}

.eatDetailsArea .leftColumn .imageFrame img {
    height: 318px;
    width: 334px;
    object-fit: contain;
}

.eatDetailsArea .leftColumn .imageFrame:before {
    content: "";
    width: 100%;
    height: 90%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f1f1f1;
}

.eatDetailsArea .neredeyerimButon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border: 1px solid #e6e6e6;
    height: 57px;
    padding-left: 14px;
    -webkit-gap: 20px;
    -moz-gap: 20px;
    gap: 20px;
    width: calc(100% - 26px);
    margin: 30px auto;
}

.eatDetailsArea .neredeyerimButon:hover img {
    -webkit-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
    /* IE 8 */
    filter: alpha(opacity=1);
    /* IE 5-7 */
    -moz-opacity: 1;
    /* Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
    opacity: 1;
    /* Good browsers */
}

.eatDetailsArea .neredeyerimButon:hover span {
    -webkit-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
    /* IE 8 */
    filter: alpha(opacity=1);
    /* IE 5-7 */
    -moz-opacity: 1;
    /* Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
    opacity: 1;
    /* Good browsers */
}

.eatDetailsArea .neredeyerimButon img {
    -webkit-opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
    /* IE 8 */
    filter: alpha(opacity=0.7);
    /* IE 5-7 */
    -moz-opacity: 0.7;
    /* Netscape */
    -khtml-opacity: 0.7;
    /* Safari 1.x */
    opacity: 0.7;
    /* Good browsers */
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.eatDetailsArea .neredeyerimButon span {
    font-family: 'GilroyRegular';
    font-size: 13.26px;
    color: #202020;
    display: block;
    -webkit-opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
    /* IE 8 */
    filter: alpha(opacity=0.7);
    /* IE 5-7 */
    -moz-opacity: 0.7;
    /* Netscape */
    -khtml-opacity: 0.7;
    /* Safari 1.x */
    opacity: 0.7;
    /* Good browsers */
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.eatDetailsArea .neredeyerimButon span.title {
    font-family: 'GilroyBlack';
    font-size: 15.33px;
}

.eatDetailsArea .rightColumn {
    flex: 1;
}

.eatDetailsArea .rightColumn .info {
    padding-bottom: 30px;
    border-bottom: 3px solid #efefef;
}

.eatDetailsArea .rightColumn .info .titleArea {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    padding-top: 18px;
    margin-bottom: 20px;
}

.eatDetailsArea .rightColumn .info .titleArea:before {
    content: "";
    width: 80px;
    height: 6px;
    background-color: #d8bb7c;
    position: absolute;
    top: 0;
    left: 0;
}

.eatDetailsArea .rightColumn .info .titleArea .leftColumn {
    max-width: 100%;
}

.eatDetailsArea .rightColumn .info .titleArea .desc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 10px;
}

.eatDetailsArea .rightColumn .info .titleArea .desc img {
    -webkit-opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
    /* IE 8 */
    filter: alpha(opacity=0.3);
    /* IE 5-7 */
    -moz-opacity: 0.3;
    /* Netscape */
    -khtml-opacity: 0.3;
    /* Safari 1.x */
    opacity: 0.3;
    /* Good browsers */
    margin-right: 10px;
}

.eatDetailsArea .rightColumn .info .titleArea .desc span {
    font-family: 'GilroyBold';
    font-size: 12.02px;
    color: #959595;
    -webkit-opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)";
    /* IE 8 */
    filter: alpha(opacity=0.7);
    /* IE 5-7 */
    -moz-opacity: 0.7;
    /* Netscape */
    -khtml-opacity: 0.7;
    /* Safari 1.x */
    opacity: 0.7;
    /* Good browsers */
}

.eatDetailsArea .rightColumn .info p {
    font-family: 'GilroyMedium';
    font-size: 16px;
    color: #292929;
}

.eatDetailsArea .rightColumn .definition {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding-top: 25px;
}

.eatDetailsArea .rightColumn .definition > div {
    width: 50%;
    border-left: 3px solid #efefef;
    padding-left: 30px;
}

.eatDetailsArea .rightColumn .definition > div:first-child {
    border-left: none;
    padding-left: 0;
    padding-right: 30px;
}

.eatDetailsArea .rightColumn .definition > div .titleColumn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-gap: 10px;
    -moz-gap: 10px;
    gap: 10px;
    margin-bottom: 25px;
}

.eatDetailsArea .rightColumn .definition > div .titleColumn .title {
    font-family: 'GilroyBlack';
    font-size: 22.09px;
    color: #202020;
    margin-top: 0;
}

.eatDetailsArea .rightColumn .definition > div .titleColumn .subTitle {
    font-family: 'GilroyMedium';
    font-size: 12.9px;
    color: #202020;
    margin-top: 4px;
}

.eatDetailsArea .rightColumn .definition > div .metarialsList {
    padding-left: 42px;
}

.eatDetailsArea .rightColumn .definition > div .metarialsList ul li {
    /*font-family: 'GilroyBold';
    font-size: 14px;
    color: #262626;
    line-height: 17px;*/
}

.eatDetailsArea .rightColumn .definition > div .metarialsList .metarialsTitle {
    font-family: 'GilroyBlack';
    font-size: 14px;
    color: #262626;
    display: block;
    margin: 17px 0;
}

.eatDetailsArea .rightColumn .definition .making .paragraph {
    padding-left: 52px;
}

.eatDetailsArea .rightColumn .definition .making .paragraph p {
    /*font-family: 'GilroyBold';*/
}


.homeSliderAll .slider-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 86px;
    text-align: center;
    z-index: 20;
}

@keyframes scroll {
    0% {
        top: 50%;
    }

    25% {
        top: 55%;
    }

    50% {
        top: 60%;
    }

    75% {
        top: 55%;
    }

    100% {
        top: 50%;
    }
}

@-webkit-keyframes scroll {
    0% {
        top: 50%;
    }

    25% {
        top: 55%;
    }

    50% {
        top: 60%;
    }

    75% {
        top: 55%;
    }

    100% {
        top: 50%;
    }
}

@-moz-keyframes scroll {
    0% {
        top: 50%;
    }

    25% {
        top: 55%;
    }

    50% {
        top: 60%;
    }

    75% {
        top: 55%;
    }

    100% {
        top: 50%;
    }
}

.slider-bottom .mouse-cont {
    cursor: pointer;
    float: inherit;
    position: relative;
    top: 50px;
}

.button-scroll {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 13px);
    width: 26px;
    height: 45px;
    border-radius: 15px;
    border: 2px solid #fff;
    cursor: pointer;
    left: 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -28px;
    bottom: auto;
}

.button-scroll span {
    height: 10px;
    width: 2px;
    position: absolute;
    left: calc(50% - 1px);
    background: #fff;
    -webkit-animation: scroll 1s infinite;
    -moz-animation: scroll 1s infinite;
    animation: scroll 1s infinite;
}


.slider-bottom .oklar {
    position: relative;
    margin-bottom: 6px;
    float: left;
    width: 100%;
    text-align: center;
    animation-name: mouseArrow;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

.slider-bottom .mouse {
    animation-name: mouseWheel;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0;
    animation-iteration-count: infinite;
    animation-play-state: running;
    color: #fff;
    font-size: 22px;
    margin-top: 35px;
}

.slider-bottom .mouse .icon {
    font-size: 38px;
}

.slider-bottom .mouse .txt {
    letter-spacing: -1px;
    font-weight: 700;
    font-size: 15px;
    text-shadow: 3px 1px 3px #000;
}

.slider-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    z-index: 20;
}

.slider-bottom .mouse-cont {
    cursor: pointer;
    margin-right: 17px;
}


/*****************************
  Footer
*****************************/
.footer .footer-inner-shape {
    padding: 22px;
    position: absolute;
    top: -31px;
    z-index: 9;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
}

.footer .min-footer {
    padding: 80px 0 70px 0;
}

.footer .min-footer .newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ededed;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.footer .min-footer .newsletter .newsletter-title {
    letter-spacing: 3px;
}

.footer .min-footer .footer-map {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer .min-footer .social-icon ul li a {
    margin-right: 30px;
}

.footer .footer-title {
    margin-bottom: 40px;
}

footer.footer.footer-style-02.bg-secondary .row {
    display: -webkit-box !important;
    float: inherit !important;
}

.bg-secondary {
    background: #102636 !important;
}

.bg-secondary .btn.btn-primary {
    background: #3dd1d5;
    color: #ffffff;
}

.footer-menu {
    padding-top: 40px;
}

.bg-secondary .btn.btn-primary:hover {
    color: #102636;
    background: #ffffff;
}

.social-icon.social-rounded.mt-3 ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style-type: none;

}

.footer-menu ul li img {
    width: 100px;
}

.bg-secondary .btn.btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #102636;
    background: #ffffff;
}

.bg-secondary .btn.btn-primary:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #102636;
    background: #ffffff;
}

.bg-secondary .btn.btn-primary:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #ffffff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 4px;
}

.bg-secondary .btn.btn-primary:hover {
    color: #102636;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.bg-secondary .btn.btn-primary:hover:after {
    left: 0;
    width: 100%;
}

.footer .footer-logo {
    width: 150px;
}

.footer .footer-contact-info ul {
    width: 100%;
}

.footer .footer-contact-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .footer-contact-info ul li i {
    font-size: 18px;
    min-width: 25px;
    margin-right: 15px;
}

.footer .footer-contact-info ul li img {
    height: 36px;
}

.footer .footer-contact-info ul li span {
    color: #091c3a;
    margin-left: 20px;
}

.footer .footer-contact-info ul li span.phone {
    font-size: 16px;
    color: #7c8087;
}

.footer .footer-contact-info ul li span.address {
    color: #7c8087;
}

.footer .footer-contact-info ul li span.email {
    color: #7c8087;
}

.footer .footer-link ul li:last-child {
    margin-bottom: 0;
}

.footer .footer-link ul li a {
    color: #091c3a;
}

.footer .footer-link ul li a:hover {
    color: #3dd1d5;
}

.footer .footer-subscribe {
    position: relative;
    width: 50%;
}

.footer .footer-subscribe form .form-control {
    background: white;
    border: 1px solid #ededed;
    color: #091c3a;
    border-radius: 6px;
    margin-bottom: 0px;
    padding-right: 160px;
    height: 50px;
}

.footer .footer-subscribe form .form-control::-moz-placeholder {
    color: #7c8087;
}

.footer .footer-subscribe form .form-control::-ms-input-placeholder {
    color: #7c8087;
}

.footer .footer-subscribe form .form-control::-webkit-input-placeholder {
    color: #7c8087;
}

.footer .footer-subscribe form .btn {
    height: 50px;
    line-height: 20px;
    font-size: 14px;
    padding: 15px 30px;
    position: absolute;
    top: 0;
    right: 0;
    background: #3dd1d5;
    color: #ffffff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.footer .footer-subscribe form .btn:after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.footer .footer-bottom {
    padding: 25px 0;
}

.footer .footer-bottom .copyright p {
    font-size: 16px;
    color: white;
    margin-bottom: 0;
}

.footer .footer-bottom .copyright p a:hover {
    color: #091c3a;
}

.footer .footer-bottom .copyright .copyright-menu ul {
    padding: 0;
}

.footer .footer-bottom .copyright .copyright-menu ul li a {
    color: #7c8087;
    padding: 0px 0px 0px 30px;
}

.footer .footer-bottom .copyright .copyright-menu ul li a:hover {
    color: #3dd1d5;
}

.footer .footer-bottom .copyright .copyright-menu ul li:first-child a {
    padding-left: 0;
}

.footer .footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .footer-menu ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .footer-menu ul li a {
    color: #ffffff;
    padding: 10px 35px 10px 0;
    font-size: 16px;
}

.footer .footer-menu ul li a:hover {
    color: #3dd1d5;
}

.footer .footer-menu ul li:last-child {
    padding-right: 0px;
}

.footer .footer-menu.dark-text ul {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
}

.footer .footer-menu.dark-text ul li a {
    color: #7c8087;
    padding: 0 0 15px;
}

.footer .footer-menu.dark-text ul li a:hover {
    color: #3dd1d5;
}

.footer .footer-menu.dark-text ul li:last-child a {
    padding-bottom: 0;
}

.footer.footer-style-02 .footer-logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 19px 0px;
}

.footer.footer-style-02 .footer-menu ul {
    padding: 0;
    margin: 0;
}

.footer.footer-style-02 .footer-menu ul li a {
    padding: 12px 18px;
}

.footer.footer-style-02 .social-icon.social-rounded ul {
    padding: 0;
}

.footer.footer-style-02 .social-icon.social-rounded ul li a {
    margin: 0px 15px;
    color: white;
    font-size: 22px;
}

.footer.footer-style-02 .footer-bottom .copyright p.text-white a {
    color: #ffffff;
    position: relative;
}

.footer.footer-style-02 .footer-bottom .copyright p.text-white a:hover {
    color: #3dd1d5;
}

.footer.footer-style-03 .min-footer {
    padding: 115px 0 50px 0;
}

.footer.footer-style-03 .min-footer .social-icon.space-right ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer.footer-style-03 .min-footer .social-icon.space-right ul li a {
    margin-right: 60px;
}

.footer.footer-style-03 .min-footer .social-icon.space-right ul li:last-child a {
    margin-right: 0px;
}

.footer.footer-style-03 .min-footer .b-bottom {
    border-bottom: 1px solid rgba(61, 209, 213, 0.1);
    margin: 40px 0px 50px;
}

.footer.footer-style-03 .min-footer form .form-control {
    margin-bottom: 20px;
}

.footer.footer-style-03 .min-footer form .btn {
    padding: 13px 40px;
}

@media (max-width: 991px) {
    .footer .min-footer {
        padding: 60px 0 50px 0;
    }

    .footer.footer-style-03 .min-footer .social-icon.space-right ul li a {
        margin-right: 30px;
    }

    .footer.footer-style-03 .min-footer .b-bottom {
        margin: 40px 0px 40px;
    }
}

@media (max-width: 767px) {
    .footer .footer-title {
        margin-bottom: 20px;
    }

    .footer .footer-subscribe {
        width: 70%;
    }

    .footer .footer-contact-info ul li {
        margin-bottom: 15px;
    }

    .footer .min-footer {
        padding: 50px 0 50px 0;
    }

    .footer .min-footer .newsletter {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .footer .min-footer .footer-map {
        position: inherit;
        top: inherit;
        left: inherit;
        -webkit-transform: inherit;
        transform: inherit;
    }

    .footer.footer-style-03 .min-footer {
        padding: 115px 0 25px 0;
    }

    .footer.footer-style-03 .min-footer .social-icon.space-right ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .footer.footer-style-03 .min-footer .b-bottom {
        margin: 30px 0px 30px;
    }
}

@media (max-width: 575px) {
    .footer .newsletter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer .footer-subscribe {
        width: 100%;
        margin-top: 15px;
    }

    .footer .footer-subscribe form .form-control {
        padding-right: 175px;
    }

    .footer .min-footer {
        padding: 40px 0 40px 0;
    }

    .footer .footer-menu ul li a {
        padding: 6px 25px 6px 0;
    }

    .footer.footer-style-02 .social-icon.social-rounded ul li a {
        margin: 0px 7px;
    }
}


.homePhotoGallery {
    box-shadow: 1px 1px 10px #ddd;
    margin-bottom: 45px;
    background: url(../images/home-gallery-after.png) no-repeat right top;
}

.homePhotoGalleryLeft {
    width: 28%;
    padding: 20px 0px;
    padding-left: 40px;
    float: left;
    background: url(../images/home-gallery-before.png) no-repeat left top;
}

ul.sul {
    width: 100%;
    display: inline-block;
    float: left;
}

.homePhotoGalleryLeft ul li.title {
    color: #767676;
    font-size: 34px;
    font-weight: 300;
    line-height: 35px;
}

ul.sul > li {
    width: 100%;
    display: inline-block;
    float: left;
}

.homePhotoGalleryLeft ul li {
    letter-spacing: 0px;
}

.homePhotoGalleryLeft ul li {
    letter-spacing: 0px;
}

.homePhotoGalleryCenter {
    width: 32%;
    float: left;
    position: relative;
    display: inline-block;
    height: 1px;
}

.homePhotoGalleryCenter img {
    position: absolute;
    left: 0;
    top: -20px;
}

.homePhotoGalleryRight {
    width: 40%;
    float: left;
    display: inline-block;
    padding: 27.5px 0px;
    padding-right: 15px;
}

.homePhotoGalleryRight ul {
    position: relative;
    padding-right: 160px;
}

.homePhotoGalleryRight ul li.title {
    color: #767676;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    padding-top: 5px;
}

.homePhotoGalleryRight ul li.title .blue {
    color: #264177;
}

.homePhotoGalleryRight ul li.title em {
    font-weight: 900;
    font-style: normal;
}

.homePhotoGalleryRight ul li.button {
    position: absolute;
    width: 150px;
    right: 0;
    top: 0;
}

.homePhotoGalleryRight ul li.button .buttonX {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 900;
    background: #264177;
    border-radius: 60px;
    text-align: center;
    -webkit-transition: all 0.3 ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 50px;
    display: inline-block;
}

.fotogalerisection {

    margin-bottom: 165px;
}


.dialogMenuListArea > ul > li > span {
    font-family: 'GilroyBlack';
    font-size: 14.57px;
    color: #e66d85;
    display: block;
    margin-top: 40px px;
    margin-bottom: 20px;
}

dialog {
    width: 100%;
    margin: 0 auto;
    background-image: url(../img/opened-menu-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    max-height: 617px;
    height: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 20px 35px;
    position: fixed;
    top: 40%;
    left: 0;
    right: 0;
    margin: -236px auto;
    -webkit-box-shadow: 0px 22px 43px 0px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 0px 22px 43px 0px rgba(0, 0, 0, 0.47);
    box-shadow: 0px 22px 43px 0px rgba(0, 0, 0, 0.47);
    z-index: 9999;
    padding: 1rem 3rem;
    background: white;
    max-width: 1400px;
    padding-top: 2rem;
    border-radius: 20px;
    border: 0;
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 10%);
    animation: fadeIn 1s ease both;


&
::backdrop {
    animation: fadeIn 1s ease both;
    background: rgb(32 33 36 / 53%);
    z-index: 2;
    backdrop-filter: blur(4px);
}

.x {
    filter: grayscale(1);
    border: none;
    background: none;
    position: absolute;
    top: 15px;
    right: 49%;
    transition: ease filter, transform 0.3s;
    cursor: pointer;
    transform-origin: center;

&
:hover {
    filter: grayscale(0);
    transform: scale(1.1);
}

}

h2 {
    font-weight: 600;
    font-size: 2rem;
    padding-bottom: 1rem;
}

p {
    font-size: 1rem;
    line-height: 1.3rem;
    padding: 0.5rem 0;

a {

&
:visited {
    color: rgb(var(--vs-primary));
}

}
}
}

ul.MenuListArea {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}


span.popupmenuspan {
    font-family: 'GilroyBlack';
    font-size: 14.57px;
    color: #e66d85;
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;
}

ul.MenuListArea > li ul li a {
    font-family: 'GilroySemibold';
    font-size: 14.09px;
    color: #232323;
    line-height: 20px;
}


.demo-gallery > ul > li {
    float: left;
    margin-bottom: 15px;
    margin-right: 20px;
    width: 200px;
}

.demo-gallery > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}

.demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}

.home .demo-gallery {
    padding-bottom: 80px;
}

.lg-sub-html h4 {
    color: white !important;
}

.lg-sub-html p {
    color: white !important;
}