@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600&display=swap');

/* font-family: 'Playfair Display', serif;
font-family: 'Poppins', sans-serif; */
/* Wuqqers  */
:root {
    --button-background: #0A8040;
    --button-color: white;

    --dropdown-highlight: #0A8040;
    --dropdown-width: 250px;
    --dropdown-background: white;
    --dropdown-color: black;
}

html {
    font-family: 'Montserrat', sans-serif !important;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth !important;
}

.aboutbtn {
    border-radius: 30px;
    background-color: #fff;
    padding: 20px;
    width: auto;
    margin: auto;
    margin-bottom: 60px;
    height: 60px;
    cursor: pointer;
    color: #0a8040;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

.backbtn i,
.backbtn span,
.social-icon ul li a:hover i {
    color: #0a8040 !important;
}

.backbtn {
    display: inline-block;
    position: static;
    left: 20px;
    border: 1px solid #0a8040;
    padding: 12px;
    border-radius: 30px;
    /* transform: translateY(-50%); */
}

.backbtn:hover {
    background-color: #0a8040 !important;
}

.backbtn i {
    font-size: 1.5em;
}

.backbtn:hover i,
.backbtn:hover span,
.footer-li,
.social-icon,
.top-footer .uil,
.top-footer p {
    color: #fff !important;
}


hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

video {
    max-width: 100%;
    height: auto;
}

.web-icon-corba {
    width: auto;
    height: 82px;
    padding-top: 1px;
    margin-top: 10px;
}

#aboutsmall>h2,
#aboutmore>h2 {
    color: white !important;
}

#aboutsmall {
    display: inline;

}

#aboutmore {
    display: none;
}

.about-img {
    width: 450px;
    height: auto;
}

.aboutsmall>p,
.about-more>p {
    font-size: 15px;
}

.aboutsmall>h2,
.about-more>h2 {
    font-size: 19px;
}

h1,
h2,
h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    font-weight: bold;
    font-size: 19px;
}

p,
span,
.footer-li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-weight: lighter;
}

.slogan {
    color: #ffff;

}

a:hover {
    color: #1C9B52 !important;
}

/* preloader */

#viewport {
    /* opacity: 0; */
}

.prebox,
.preloader {
    display: flex;
}

.prebox {
    background: #048040;
    color: #fff;
    font: 1em Dosis, sans-serif;
    height: 100vh;
    z-index: 99;
    line-height: 1.5;
    perspective: 40em;
}

.preloader {
    animation: tiltSpin 8s linear infinite;
    flex-direction: column;
    justify-content: center;

    align-items: center;
    margin: auto;
    width: 17em;
    height: 17em;
}

.preloader,
.preloader__ring {
    transform-style: preserve-3d;
}

.preloader__ring {
    animation-name: spin;
    animation-duration: 4s;
    animation-timing-function: inherit;
    animation-iteration-count: inherit;
    font-size: 2em;
    position: relative;
    height: 3rem;
    width: 1.5rem;
}

.preloader__ring:nth-child(even) {
    animation-direction: reverse;
}

.preloader__sector {
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    transform: translateZ(7rem);
}

.preloader__sector,
.preloader__sector:empty:before {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.preloader__sector:empty:before {
    background: linear-gradient(transparent 45%, currentColor 45% 55%, transparent 55%);
    content: "";
}

.preloader__sector:nth-child(2) {
    transform: rotateY(12deg) translateZ(7rem);
}

.preloader__sector:nth-child(3) {
    transform: rotateY(24deg) translateZ(7rem);
}

.preloader__sector:nth-child(4) {
    transform: rotateY(36deg) translateZ(7rem);
}

.preloader__sector:nth-child(5) {
    transform: rotateY(48deg) translateZ(7rem);
}

.preloader__sector:nth-child(6) {
    transform: rotateY(60deg) translateZ(7rem);
}

.preloader__sector:nth-child(7) {
    transform: rotateY(72deg) translateZ(7rem);
}

.preloader__sector:nth-child(8) {
    transform: rotateY(84deg) translateZ(7rem);
}

.preloader__sector:nth-child(9) {
    transform: rotateY(96deg) translateZ(7rem);
}

.preloader__sector:nth-child(10) {
    transform: rotateY(108deg) translateZ(7rem);
}

.preloader__sector:nth-child(11) {
    transform: rotateY(120deg) translateZ(7rem);
}

.preloader__sector:nth-child(12) {
    transform: rotateY(132deg) translateZ(7rem);
}

.preloader__sector:nth-child(13) {
    transform: rotateY(144deg) translateZ(7rem);
}

.preloader__sector:nth-child(14) {
    transform: rotateY(156deg) translateZ(7rem);
}

.preloader__sector:nth-child(15) {
    transform: rotateY(168deg) translateZ(7rem);
}

.preloader__sector:nth-child(16) {
    transform: rotateY(180deg) translateZ(7rem);
}

.preloader__sector:nth-child(17) {
    transform: rotateY(192deg) translateZ(7rem);
}

.preloader__sector:nth-child(18) {
    transform: rotateY(204deg) translateZ(7rem);
}

.preloader__sector:nth-child(19) {
    transform: rotateY(216deg) translateZ(7rem);
}

.preloader__sector:nth-child(20) {
    transform: rotateY(228deg) translateZ(7rem);
}

.preloader__sector:nth-child(21) {
    transform: rotateY(240deg) translateZ(7rem);
}

.preloader__sector:nth-child(22) {
    transform: rotateY(252deg) translateZ(7rem);
}

.preloader__sector:nth-child(23) {
    transform: rotateY(264deg) translateZ(7rem);
}

.preloader__sector:nth-child(24) {
    transform: rotateY(276deg) translateZ(7rem);
}

.preloader__sector:nth-child(25) {
    transform: rotateY(288deg) translateZ(7rem);
}

.preloader__sector:nth-child(26) {
    transform: rotateY(300deg) translateZ(7rem);
}

.preloader__sector:nth-child(27) {
    transform: rotateY(312deg) translateZ(7rem);
}

.preloader__sector:nth-child(28) {
    transform: rotateY(324deg) translateZ(7rem);
}

.preloader__sector:nth-child(29) {
    transform: rotateY(336deg) translateZ(7rem);
}

.preloader__sector:nth-child(30) {
    transform: rotateY(348deg) translateZ(7rem);
}

/* Animations */
@keyframes tiltSpin {
    from {
        transform: rotateY(0) rotateX(30deg);
    }

    to {
        transform: rotateY(1turn) rotateX(30deg);
    }
}

@keyframes spin {
    from {
        transform: rotateY(0);
    }

    to {
        transform: rotateY(1turn);
    }
}

/* preloader */

.body-fixed {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: auto;
    left: auto;
}

.m-item:hover,
.overlay a:hover {
    color: #c0ea80;
}

/* dropdown section */
/* Follow me for more pens like this! */

/* Tweak to change the look and feel */


/* Center the planet */


/* Boring button styles */
a.button {

    font-size: 24px;
    cursor: pointer;
}

a.button:active {
    filter: brightness(1%);
}

/* Dropdown styles */
.dropdown {
    position: relative;
    padding: 0;
    border: none;
}

.dropdown summary {
    list-style: none;
    list-style-type: none;
}

.dropdown>summary::-webkit-details-marker {
    display: none;
}

.dropdown summary:focus {
    outline: none;
}

.dropdown summary:focus a.button {}

.dropdown summary:focus {
    outline: none;
}

.dropdown ul {
    position: absolute;
    margin: 20px 0 0 0;
    padding: 20px 0;
    width: var(--dropdown-width);
    left: 50%;
    margin-left: calc((var(--dropdown-width) / 2) * -1);
    box-sizing: border-box;
    z-index: 2;

    background: var(--dropdown-background);
    border-radius: 6px;
    list-style: none;
}

.dropdown ul li {
    padding: 0;
    margin: 0;
}

.dropdown ul li a:link,
.dropdown ul li a:visited {
    display: inline-block;
    padding: 10px 0.8rem;
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;

    color: var(--dropdown-color);
    text-decoration: none;
}

.dropdown ul li a:hover {
    background-color: var(--dropdown-highlight);
    color: var(--dropdown-background);
}

/* Dropdown triangle */
.dropdown ul::before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent var(--dropdown-background) transparent;
}


/* Close the dropdown with outside clicks */
.dropdown>summary::before {
    display: none;
}

.dropdown[open]>summary::before {
    content: ' ';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}


/* dropdown section */
.m-item:hover .m-image {
    display: block;
    position: absolute;
    margin-top: -250px;
    margin-left: 200px;
}

.m-item:hover .m-image2 {
    display: block;
    position: absolute;
    margin-top: -350px;
    margin-left: 200px;
}

.m-item:hover .m-image3 {
    display: block;
    position: absolute;
    margin-top: -450px;
    margin-left: 250px;
}

.m-item:hover .m-image4 {
    display: block;
    position: absolute;
    margin-top: -450px;
    margin-right: 350px;
}

.m-item:hover .m-image5 {
    display: block;
    position: absolute;
    margin-top: -600px;
    margin-right: 450px;
}

.m-item:hover .m-image6 {
    display: block;
    position: absolute;
    margin-top: -650px;
    margin-left: 220px;
}

.m-item:hover .m-image7 {
    display: block;
    position: absolute;
    margin-top: -850px;
    margin-left: 230px;
}

.m-item:hover .m-image8 {
    display: block;
    position: absolute;
    margin-top: -700px;
    margin-left: 230px;
}

.m-image {
    border: 1px solid white;
    display: none;
    width: auto;
    height: 200px;
    position: fixed;
    /* Floating above */
    transition: transform 0.23s;
    /* Sticking effect */
    pointer-events: none;
    /* Allow clicking trough the div */
}

.m-image2 {
    border: 1px solid white;
    display: none;
    width: auto;
    height: 200px;
    position: fixed;
    /* Floating above */
    transition: transform 0.23s;
    /* Sticking effect */
    pointer-events: none;
    /* Allow clicking trough the div */
}

.m-image3 {
    border: 1px solid white;
    display: none;
    width: auto;
    height: 200px;
    position: fixed;
    /* Floating above */
    transition: transform 0.23s;
    /* Sticking effect */
    pointer-events: none;
    /* Allow clicking trough the div */
}

.m-image4 {
    border: 1px solid white;
    display: none;
    width: auto;
    height: 200px;
    position: fixed;
    /* Floating above */
    transition: transform 0.23s;
    /* Sticking effect */
    pointer-events: none;
    /* Allow clicking trough the div */
}


.m-image5 {
    border: 1px solid white;
    display: none;
    width: auto;
    height: 200px;
    position: fixed;
    /* Floating above */
    transition: transform 0.23s;
    /* Sticking effect */
    pointer-events: none;
    /* Allow clicking trough the div */
}

.m-image6 {
    border: 1px solid white;
    display: none;
    width: auto;
    height: 200px;
    position: fixed;
    /* Floating above */
    transition: transform 0.23s;
    /* Sticking effect */
    pointer-events: none;
    /* Allow clicking trough the div */
}

.m-image7 {
    border: 1px solid white;
    display: none;
    width: auto;
    height: 200px;
    position: fixed;
    /* Floating above */
    transition: transform 0.23s;
    /* Sticking effect */
    pointer-events: none;
    /* Allow clicking trough the div */
}

.m-image8 {
    border: 1px solid white;
    display: none;
    width: auto;
    height: 200px;
    position: fixed;
    /* Floating above */
    transition: transform 0.23s;
    /* Sticking effect */
    pointer-events: none;
    /* Allow clicking trough the div */
}

body,
html {
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

.site-header {
    position: fixed;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    display: flex;
    align-items: center;
    top: 0;
    opacity: 1;
    left: 0;
    width: 100%;
    justify-content: space-around;
    z-index: 999999;
    transition: 0.5s;
    border-bottom: 1px solid transparent;
}



.site-header-w {
    position: fixed;
    display: flex;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: space-around;
    z-index: 99;
    transition: 0.5s;
    border-bottom: 1px solid transparent;
}

.site-header-w.sticky_head span {
    color: #0A8040;
}

section {
    padding-top: 100px;
}

.site-header.sticky_head {
    background: rgb(255, 255, 255) !important;
    border-bottom: 1px solid #a7a791;
}

.site-header.sticky_head span {
    color: #ffff;
}

.header-logo {
    text-align: center;
    display: flex;
    justify-content: center;
}

a {
    background-color: transparent;
    text-decoration: none !important;
    outline: none !important;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.brands-sec {
    display: none;
}

.col-lg-4 {
    margin-top: -20px;
}

* {
    -webkit-tap-highlight-color: transparent;
}

.uil {
    color: #0A8040;
}

.uil:hover {
    color: #ffff;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #1C9B52;
}

@media screen and (min-width: 992px) {
    .menu-toggle {
        display: none;
    }



}

@media (min-width: 1500px) {
    .container {
        max-width: 1368px;
    }
}

@media (min-width: 2100px) {
    .container {
        max-width: 1400px;
    }

    p,
    body,
    button,
    input {
        font-size: 18px;
        line-height: 32px;
    }
}

@media (max-width: 1399px) {
    .header-right {
        margin-left: 20px;
    }

    .main-navigation .menu li {
        margin: 0 3px;
    }
}

@media (max-width: 1199px) {
    .header-btn {
        margin-left: 10px;
    }

    .header-right {
        margin-left: 10px;
    }

    .main-navigation .menu li {
        margin: 0;
    }

    .main-navigation .menu li a {
        padding: 4px 15px;
        font-size: 15px;
    }

    .header-search-form .form-input {
        width: 170px;
    }
}

@media (max-width: 991px) {
    .col-lg-12 {
        text-align: center;
    }

    .mb-4 {
        display: inline;
    }

    .mb-5 {
        margin-bottom: 1rem !important;
    }

    .h1,
    h2,
    .h2-title,
    .h3-title,
    .about-content p {
        font-size: 16px !important;
    }

    .oursec {
        padding-top: 0px !important;
    }

    .section {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .for-des {
        display: none !important;
    }

    .for-mob {
        display: block !important;
    }

    .site-header-w .container {
        max-width: 100%;
        padding: 0;
        height: 100%;
    }

    .site-header-w .container .row {
        margin: 0;
        height: 100%;
    }

    .site-header-w .container .row .col-lg-2 {
        width: auto;
        padding: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 30px;
        z-index: 2;
        display: flex;
        align-items: center;
    }

    .site-header .container {
        max-width: 100%;
        padding: 0;
        height: 100%;
    }

    .site-header .container .row {
        margin: 0;
        height: 100%;
    }

    .site-header .container .row .col-lg-2 {
        width: auto;
        padding: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 30px;
        z-index: 2;
        display: flex;
        align-items: center;
    }

    .menu-toggle {
        position: absolute;
        top: 50%;
        right: 30px;
        border: none;
        outline: none !important;
        background: transparent;
        width: 40px;
        height: 40px;
        transform: translate(0, -50%);
        z-index: 100;
        box-shadow: inset 6px 6px 7px #dadada, -6px -6px 10px #ffffff;
        border-radius: 10px;
        padding: 0 8px;
    }

    .menu-toggle span {
        display: block;
        width: 100%;
        height: 4px;
        background: #ff8243;
        margin-bottom: 5px;
        transition: 0.3s;
        border-radius: 5px;
        position: relative;
    }

    .menu-toggle span:last-child {
        margin: 0;
    }

    .toggled .menu-toggle span:nth-child(1) {
        transform: rotate(45deg);
        top: 5px;
    }

    .toggled .menu-toggle span:nth-child(2) {
        transform: rotate(-45deg);
        top: -4px;
    }

    .toggled .menu-toggle span:nth-child(3) {
        opacity: 0;
        height: 0;
    }

    .toggled .header-menu {
        transform: translateY(0);
    }

    .header-menu {
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: max(9vh, 30px);
        padding-left: max(6vh, 30px);
        z-index: 99;
        transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        overflow-y: auto;
        transform: translateY(-100%);
        background-image: url(assets/images/blog-pattern-bg.png);
        background-position: center;
        background-color: #f3f3f5;
    }

    .main-navigation .menu li {
        display: block;
        float: none;
        margin: 0;
        margin-bottom: max(20px, 4vh);
    }

    .main-navigation .menu li a {
        display: inline-block;
        font-size: max(16px, 2vh);
    }

    .main-navigation .menu .sub-menu {
        max-width: 220px;
        opacity: 1;
        visibility: visible;
        display: none;
    }

    .main-navigation .menu .sub-menu li {
        margin-bottom: 5px;
    }

    .main-navigation .menu li:last-child {
        margin: 0;
    }

    .main-navigation .menu .sub-menu li a {
        color: #ff8243;
    }

    .header-btn.header-cart {
        display: none;
    }

    .header-btn {
        margin: 0;
        margin-right: 70px;
    }

    /* .site-header.sticky_head, .site-header {
background: rgb(10 128 64 / 100%); 
} */
    body {
        height: auto !important;
    }

    .main-banner {
        display: table-cell;
    }

    .hmmenu {
        padding-top: 0 !important;
    }
}

@media (max-width: 575px) {

    .container,
    .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 400px) {

    .container,
    .container-fluid {
        padding: 0 15px;
    }

    .header-btn {
        margin-right: 56px;
    }

    .menu-toggle {
        right: 15px;
    }

    .site-header .container .row .col-lg-2 {
        left: 15px;
    }
}

/* ************************** */

@media screen and (min-width: 992px) {
    #viewport {
        overflow: hidden;

        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    #js-scroll-content {
        position: absolute;
        overflow: hidden;
        width: 100%;
        top: 0;
        left: 0;
    }
}

@media (max-width: 991px) {
    #js-scroll-content {
        transform: unset !important;
    }
}

.main-banner {
    padding: 200px 0 300px;
    min-height: 100vh;
    position: relative;
}

.js-parallax-scene {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-img-wp {
    width: 100%;
    height: 100%;
    padding-left: 30px;
}

.banner-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    animation: biani 4.5s linear infinite alternate;
    box-shadow: 0 0px 20px rgba(36, 39, 37, 0.3);
}

@keyframes biani {
    0% {
        border-radius: 48% 52% 57% 43% / 34% 44% 56% 66%;
    }

    25% {
        border-radius: 62% 38% 64% 36% / 34% 55% 45% 66%;
    }

    50% {
        border-radius: 43% 57% 51% 49% / 33% 42% 58% 67%;
    }

    100% {
        border-radius: 40% 60% 43% 57% / 52% 32% 68% 48%;
    }
}

.banner-img-text .h5-title {
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.banner-img-text {
    max-width: 400px;
}

.banner-shape-1 img {
    position: absolute;
    left: 85%;
    top: 60px;
    max-width: 150px;
    pointer-events: none;
    filter: blur(3px);
}

.banner-shape-2 {
    top: auto !important;
    bottom: 0;
}

.banner-shape-2 img {
    position: absolute;
    bottom: 0;
    right: 82% !important;
    max-width: 410px;
    pointer-events: none;
    filter: blur(3px);
}

.sec-wp {
    position: relative;
    z-index: 4;
}

.h1-title {
    font-size: 90px;
    line-height: 108px;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-weight: 900;
}

.h1-title span {
    color: #ff8243;
    background-image: linear-gradient(0deg, rgb(13 13 37 /8%), rgb(13 13 37 /8%));
    background-size: 100% 15px;
    background-position: 0 90%;
    background-repeat: no-repeat;
    display: inline;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0d0d25;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900;
}

p {
    font-size: 16px;
    line-height: 30px;
}

.sec-btn {
    min-width: 120px;
    min-height: 58px;
    background: #ffff;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    color: #0A8040;
    text-transform: capitalize;
    text-align: center;
    border: 1px solid #0A8040;
    cursor: pointer;
    outline: none !important;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 6px 30px;
}

.column-2 li a:hover {
    color: #1C9B52 !important;
}

.sec-btn:hover {
    background: #1C9B52;
    color: #ffff !important;
}

/* ******************** */

.brands-row {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}

.brands-box {
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands-box:hover {
    filter: brightness(0.3);
    opacity: 0.9;
}

.brand-title .h5-title {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    opacity: 0.7;
}

/* ******************** */

.section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.sec-sub-title {
    text-transform: uppercase;
    display: inline-block;
    background: #f3f3f5;
    /* box-shadow: 9px 9px 12px #e4e4e4, -9px -9px 12px #ffffff; */
    padding: 3px 20px;
    border-radius: 60px;
    border: 1px solid black;
    color: #0A8040;
    font-size: 14px;
}

.h2-title {
    font-size: 25px;
    line-height: 56px;
    margin-bottom: 15px;
    text-transform: capitalize;
    position: relative;
}

.h2-title span,
.h3-title span,
.h4-title span,
.h5-title span,
.sub-title span {
    display: block;
}

.about-video-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 55vh;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    box-shadow: 0 0 20px rgb(36 39 37 / 30%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn {
    width: 90px;
    height: 90px;
    background: #f3f3f5;
    box-shadow: 9px 9px 12px #b2b2b3, -9px -9px 12px #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    padding-left: 4px;
    padding-top: 4px;
    font-size: 40px;
}

.play-btn:hover {
    box-shadow: inset 9px 9px 12px #cccccc, inset -9px -9px 12px #ffffff;
}

.play-btn-wp {
    text-align: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-btn-wp span {
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #bfbfbf;
}

.slogan {
    color: #ffff;
    width: 300px;
    height: 300px;
}

.about {
    height: auto;
    width: 100%;
    background-color: #0A8040;
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
}

.about-content {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 80px;
    color: white;
    height: 100%;
}

/* ****** scrollbar design ******** */

::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track {
    background-color: #bfbfbf;
    display: none;
}

::-webkit-scrollbar-thumb {
    background: #ff8243;
    border-radius: 10px;
    display: none;
}

::-webkit-scrollbar-thumb:hover {
    background: #f16620;
    display: none;
}

/* **************** */

.repeat-img {
    background-size: contain;
    background-repeat: repeat;
}

.menu-tab-wp {
    margin-bottom: 80px;
}

.menu-tab ul {
    padding: 10px;
    display: inline-block;
    border-radius: 60px;
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 28px 28px 55px #d4d4d4, -28px -28px 55px #ffffff;
    position: relative;
    z-index: 2;
}

.menu-tab ul li,
.menu-tab ul .filter-active {
    display: inline-flex;
    text-transform: capitalize;
    font-size: 18px;
    line-height: normal;
    cursor: pointer;
    padding: 10px 26px;
    border-radius: 30px;
    transition: 0.3s;
    justify-content: center;
    align-items: center;
}

.filter-active {
    position: absolute;
    left: 0;
    top: 12px;
    min-height: 50px;
    z-index: -1;
}

.menu-tab ul li img {
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.menu-tab ul .filter-active {
    color: #ffffff;
    background: linear-gradient(145deg, #e3a92b, #ffc933);
}

.menu-list-row .bydefault_show .dish-box-wp {
    display: inline-block !important;
}

.dish-box-wp {
    display: none;
}

.dish-box {
    border-radius: 30px;
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 28px 28px 45px #d4d4d4, -28px -28px 45px #ffffff;
    display: flow-root;
    padding: 0 30px 40px;
    padding-top: 0;
    margin: 130px 0 30px;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.dish-box:hover {
    transform: scale(1.03);
}

.dist-img {
    margin-top: -130px;
    margin-bottom: 30px;
}

.dist-img img {
    box-shadow: 28px 28px 45px #d4d4d4, -28px -28px 45px #ffffff;
    border-radius: 50%;
    overflow: hidden;
}

.dish-rating {
    font-size: 20px;
    margin-bottom: 15px;
}

.dish-title {
    padding: 0 30px;
}

.dish-title .h3-title {
    text-transform: capitalize;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #0d0d25;
    transition: 0.3s;
    min-height: 76px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 900;
}

.dish-title p {
    color: #bfbfbf;
}

.dish-info ul,
.dist-bottom-row ul {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.dish-info ul li {
    display: inline-block;
    flex: 1;
}

.dish-info ul li:last-child {
    text-align: right;
    border-left: 2px solid rgb(204 204 204 / 30%);
}

.dist-bottom-row ul li:last-child {
    text-align: right;
}

.dish-info ul li p {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 2px;
    font-weight: 300;
}

.dish-info ul li b {
    font-weight: 600;
}

.dish-info,
.dist-bottom-row {
    padding: 0 30px;
}

.dish-info {
    border-bottom: 2px solid rgb(204 204 204 / 30%);
    margin: 30px 0 30px;
    padding-bottom: 30px;
}

.dist-bottom-row ul li {
    display: flex;
    align-items: center;
}

.dist-bottom-row ul li b {
    font-size: 30px;
}

.dish-add-btn {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    transition: 0.3s;
    background: linear-gradient(145deg, #ffc954, #ffbc00);
    box-shadow: inset 4px 4px 8px #d6a029, inset -4px -4px 8px #ffd837;
}

.dish-add-btn i {
    color: #ffffff;
    font-size: 22px;
}

.dish-add-btn:hover {
    background: linear-gradient(145deg, #e3a92b, #ffc933);
}

/* ************ */

.xxl-title {
    text-transform: capitalize;
    font-size: 52px;
    line-height: 72px;
    margin-bottom: 30px;
}

/* ****************** */

.book-table {
    overflow: hidden;
}

.book-table-shape img {
    position: absolute;
    top: -10px;
    right: 73%;
    width: 540px;
}

.book-table-shape.book-table-shape2 img {
    left: 74%;
    transform: scale(-1, 1);
}

.book-table-info {
    margin: 30px 0 20px;
}

.table-title {
    text-transform: capitalize;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.table-title p {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}

.call-now {
    border-left: 3px dotted rgb(13 13 37 /50%);
    border-right: 3px dotted rgb(13 13 37 /50%);
    padding: 15px 0;
}

.call-now i {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 26px;
    margin: 0 auto;
    margin-bottom: 25px;
    background: #f3f3f5;
    box-shadow: 9px 9px 12px #b2b2b3, -9px -9px 12px #ffffff;
    color: #ff8243;
}

.call-now a {
    font-size: 32px;
    font-weight: 500;
    color: #0d0d25;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.call-now a:hover,
.contact-info a:hover {
    color: #fcbc30;
}

#gallery {
    padding-top: 120px;
}

.book-table-img {
    height: 70vh;
    min-height: 500px;
    /*  border-radius: 30px; */
}

.back-img {
    background-position: center;
    background-size: cover;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.swiper-button-wp {
    position: relative;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    height: 60px;
    align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
    position: unset;
    width: 60px;
    height: 60px;
    display: inline-flex;
    font-size: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
    margin-left: 10px;
    color: #0d0d25;
    background: #ffffff;
    padding-top: 1px;
    padding-right: 2px;
    margin-right: 1.4%;
    transition: 0.3s;
}

.swiper-button-next {
    padding-left: 3px;
}

.swiper-button-prev:hover {
    color: #fcbc30;
}

.swiper-button-next:hover {
    color: #fcbc30;
}

.swiper-pagination {
    padding: 10px 20px;
    display: inline-block;
    border-radius: 60px;
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 25px 28px 55px #d4d4d4, -28px -28px 55px #ffffff;
    max-width: fit-content;
    left: 50% !important;
    transform: translate(-50%, 0);
    bottom: 0 !important;
    color: #000;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0px 10px !important;
    border-radius: 10px;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.swiper-pagination-bullet-active {
    background: #fcbc30;
    width: 30px;
}

/* *************** */

.team-slider {
    position: relative;
}

.team-box {
    padding: 20px;
    /*border-radius: 30px; */
}

.team-box:hover {
    transform: scale(1.03);
}

.team-img {
    width: 100%;
    height: 480px;
    /* border-radius: 20px; */
    margin-bottom: 20px;
    /* box-shadow: 9px 9px 18px rgb(194 194 194 /0.5), -9px -9px 18px rgb(255 255 255 / 0.5); */
}

.team-box .h3-title {
    text-transform: capitalize;
    color: #0d0d25;
    font-weight: 600;
}

.social-icon {
    margin: 15px 0px 10px;
}

.social-icon ul li {
    display: inline-block;
    margin: 0 6px;
}

.social-icon ul li:last-child {
    margin-right: 0;
}

.social-icon ul li:first-child {
    margin-left: 0;
}

.social-icon ul li a {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    /* background: linear-gradient(145deg, #e6e6e6, #ffffff);
/* It is specially designed by Ömer Kaya Ekici for Avane Cloud Kitchens brands.  28.09.2022 
box-shadow: 4px 4px 8px #d0d0d0, -4px -4px 8px #ffffff; */
    color: #0d0d25;
    font-size: 19px;
}

.social-icon ul li a:hover {
    background: #ffff;
    color: #0A8040;
}

.social-icon ul li a:hover i {
    color: #0A8040 !important;
}

/* *************** */

.testimonials-img {
    position: relative;
}

.testimonials-img img {
    position: absolute;
    top: 60px;
    right: 30px;
    width: calc(100% + 5vw);
    max-width: initial;
}

.testimonials-box {
    display: flow-root;
    position: relative;
    padding: 30px;
    padding-top: 0;
    border-radius: 30px;
    margin: 50px 0 30px;
    background: linear-gradient(145deg, #ececec, #ffffff);
    box-shadow: 28px 28px 45px #e6e6e6, -28px -28px 45px #ffffff;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.testimonials-box:hover {
    transform: scale(1.05);
    z-index: 2;
}

.testimonial-box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.testimonials-box-img {
    min-width: 100px;
    min-height: 100px;
    border-radius: 50%;
    margin-top: -50px;
    box-shadow: 10px 10px 60px #d4d4d4;
}

.testimonials-box-text .h3-title {
    margin-bottom: 10px;
    text-transform: capitalize;
}

.testimonials-box-text p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.star-rating-wp {
    display: block;
}

.yataydikdortgen {
    width: 960px;
    height: 640px;
}

.dikeydikdortgen {
    width: auto;
    height: 800px;
}

.star-rating {
    font-size: 22px;
    position: relative;
    margin-top: 20px;
    display: inline-block;
}

.star-rating::before {
    content: "\f005\f005\f005\f005\f005";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #c8c8c8;
    filter: drop-shadow(0 0.6rem 0.3rem rgba(0, 0, 0, 0.05));
    letter-spacing: 4px;
}

.star-rating__fill {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    overflow: hidden;
    animation: fill-star 2s ease-in-out;
}

.star-rating__fill::after {
    content: "\f005\f005\f005\f005\f005";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #ff8243;
    letter-spacing: 4px;
}

@keyframes fill-star {
    0% {
        width: 0;
    }
}

/* *********** */

.faq-row {
    column-count: 3;
    margin: 0 -5px;
}

.faq-box {
    border: 1px solid #bfbfbf;
    border-radius: 30px;
    background-image: linear-gradient(145deg, #e4e4e4, #ffffff);
    break-inside: avoid;
    margin: 0 5px 30px;
    box-shadow: 10px 10px 30px rgb(207 207 208 / 20%), -10px -10px 30px rgb(255 255 255 / 90%);
}

.faq-box .h4-title {
    padding: 16px 30px;
    border-bottom: 1px solid #bfbfbf;
    text-transform: capitalize;
    font-weight: 600;
}

.ö-k-e::after {
    padding: 1px;
    display: none;
    color: yellow;
    content: "Ö.K.E"
}

.faq-box p {
    padding: 8px 30px 20px;
    margin: 0;
}

/* *************** */

.blog-text .h4-title {
    text-transform: capitalize;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 900;
    font-family: "playfair Display";
    color: #0d0d25;
    transition: 0.3s;
}

.blog-text .h4-title:hover {
    color: #ff8243;
}

.blog-date {
    padding: 5px 15px;
    background: #f8f9fa;
    box-shadow: inset 5px 5px 10px #e2e2e2, inset -5px -5px 10px #e8e8e8;
    display: inline-block;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 20px;
}

.blog-img {
    width: 100%;
    height: 280px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.blog-box {
    padding: 30px 25px;
    border-radius: 30px;
    background: linear-gradient(145deg, #ececec, #fdfdfd);
    box-shadow: 30px 30px 50px #dcdcdc, -30px -30px 50px #ffffff;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
    margin-bottom: 30px;
}

.blog-box:hover {
    transform: scale(1.03);
}

/* ************************ */

.newsletter-box {
    padding: 60px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.newsletter-form {
    margin-top: 20px;
    position: relative;
}

.newsletter-form button {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translate(0, -50%);
}

.newsletter-form .form-input {
    height: 68px;
    border-radius: 60px;
    padding: 0 150px 0 40px;
    background: linear-gradient(-145deg, #e4e4e4, #f9f9f9);
}

.newsletter-box-text {
    padding: 0 60px;
    color: #ffffff;
}

.newsletter-box-text .h2-title {
    color: #ffffff;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f8f9fa;
    opacity: 0.96;
}

.dark-overlay {
    background: #0d0d25;
    opacity: 0.5;
}

.sec-btn.primary-btn {
    background: linear-gradient(145deg, #e26a2c, #ff8243);
    color: #ffff;
    border: none;
    box-shadow: 4px 4px 8px #9e9e9e, -4px -4px 8px #ffffff;
}

.sec-btn.primary-btn:hover {
    background: linear-gradient(145deg, #0c0c21, #0e0e28);
}

/* ***************** footer ****************** */

.top-footer,
.bottom-footer {
    border-top: 1px solid rgb(204 204 204 / 40%);
    position: relative;
}

.site-footer {
    background-color: #0A8040;
}

.site-footer .h3-title {
    color: white;
}

.site-footer p .uil-clock,
.site-footer span {
    color: #ffff;
}

.footer-li {
    color: white !important;
}

.footer-li:hover {
    color: rgb(223, 223, 223) !important;
}

.f-logo {
    width: 74px;
    height: auto;
}

.m-logo {
    width: 160px;
    height: 100px;
    margin-bottom: 50px;
    display: inline;
}

.overlayMenu-conten a {
    display: inline;
}

.h-logo {
    width: 130px;
    height: 120px;
}

.footer-logo {
    margin-bottom: 30px;
    display: inline;
}

.top-footer p,
.top-footer .uil,
.social-icon {
    color: white !important;
}

.copyright-text {
    color: #fff;
}

.footer-info .social-icon {
    margin-top: 20px;
}

.footer-flex-box {
    display: flex;
    margin: 0 -10px;
}

.footer-flex-box>div {
    flex: 1;
    padding: 0 10px;
}

.footer-flex-box .h3-title {
    text-transform: capitalize;
    margin-bottom: 23px;
}

.footer-menu ul li a {
    color: #0d0d25;
    transition: 0.3s;
    text-transform: capitalize;
}

.footer-menu ul li a:hover,
.footer-menu ul li .footer-active-menu {
    color: rgb(223, 223, 223);
}

.footer-menu ul li {
    margin-bottom: 8px;
}

.footer-table-info ul li {
    margin-bottom: 10px;
    text-transform: capitalize;
}

.uil-clocl {
    font-size: 17px;
}

.copyright-text {
    padding: 20px 0;
}

.copyright-text p {
    margin: 0;
}

.name {
    color: #ffff;
    font-weight: bold;
}

.scrolltop {
    display: none !important;
}

.scrolltop {
    position: absolute;
    bottom: 10px;
    right: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #f3f3f5;
    /* box-shadow: 9px 9px 12px #b2b2b3, -9px -9px 12px #ffffff; */
    color: #ff8243;
    font-size: 26px;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
    border: none;
}

.scrolltop:hover {
    /* box-shadow: inset 9px 9px 12px #cccccc, inset -9px -9px 12px #ffffff; */
    color: #fff;
    background: #000;
}

/* SideNav */

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(244, 245, 245);
    background-color: rgba(244, 245, 245, 1);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlayMenu {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(10, 128, 64);
    background-color: rgba(10, 128, 64, 1);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlayMenu .closebtn {
    position: absolute;
    top: 20px;
    height: auto;
    right: 45px;
    font-size: 60px;
    z-index: 99999;
}

.overlayMenu-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: -125px;
}

.overlayMenu a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #ffff;
    display: block;
    transition: 0.3s;
}

.overlayMenu a:hover,
.overlayMenu a:focus,
.overlay a:hover,
.overlay a:focus {
    color: #c0ea80 !important;
}

.overlay-content {
    position: relative;
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
}

/* Fix GEldi Şubelerimize 
.overlay-content {
position: relative;
top: 25%;
width: 100%;
text-align: center;
justify-content: center;
display: flex;
margin-top: -95px;
}
*/

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #0A8040;
    display: block;
    transition: 0.3s;
}

.SelectBr {
    height: 40px;
    width: 70%;
    color: #111;
    background: transparent url('../images/arrow_select.svg') no-repeat center right;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    border-bottom: 1px solid #111;
    font-size: 18px;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 5px;
    cursor: pointer;
    outline: 0;
}

.branchsdiv {
    display: none;
}

/* One Column */

.one-column {
    float: center;
    width: 100%;
    padding: 10px;
}

/* Tekli Ürün Sayfası New */

.padding--bottom--1 {
    padding-bottom: 2.4rem;
}

.products-row {
    display: -moz-box;
    display: flex;
    flex-wrap: nowrap;
    margin-right: -69%;
    margin-left: -35%;
}

.col-12 {
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
}

.justify-content-between {
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
}

.col-auto {
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
}

@media (min-width: 768px) {
    .p.small {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
}

.p.small {
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.text-right {
    text-align: right !important;
}

.menu-item__products__item {
    height: 40px;
    padding-left: 50%;
}

/* Product İmage class */

.pimage {
    padding: 0px !important;


}

.pimage img {
    object-fit: none;
    width: 960px;
    height: 960px;
}



/* Two Column */

.two-column {
    float: center;
    width: 50%;
    padding: 10px;
}

/* white sticky */

.main-spv-w {
    font-size: 20px;
    cursor: pointer;
    color: #ffff;
    border: 1px solid #ffff;
    padding: 12px;
    border-radius: 30px;
    transform: scale(0.8);
    display: inline;
}

.main-spv-g {
    font-size: 20px;
    cursor: pointer;
    color: #0A8040 !important;
    border: 1px solid #0A8040;
    padding: 12px;
    border-radius: 30px;
    transform: scale(0.8);
    display: none;
}

.menu-w {
    font-size: 30px;
    cursor: pointer;
    color: #ffff;
}

.menu-g {
    display: none;
    font-size: 30px;
    cursor: pointer;
    color: #0A8040 !important;
    display: none;
}

.sticky_head .main-spv-g {
    display: inline;
}

.sticky_head .main-spv-w {
    display: none;
}

.sticky_head .menu-w {
    display: none !important;
}

.sticky_head .menu-g {
    display: inline;
}

.sticky_head .main-h-logo-w {
    display: inline;
}

.sticky_head .h-logo {
    display: none;
}

.p-logo {
    width: 160px;
    height: 120px;
}

.main-h-logo-w {
    width: 130px;
    height: 120px;
    display: none;
}

/* slider overlay */

.overlay-slider {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    width: 100%;
    opacity: 0%;
    height: 85%;
    transition: .5s ease;
}

.slider-overlay-content {
    color: white;
    font-size: 20px;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.swiper-slide:hover .overlay-slider {
    opacity: 100%;
}

/* web-icon */

.web-icon {
    width: auto;
    height: 82px;
    padding-top: 1px;
}

.filter-icon {
    width: 140px;
    height: 121px;
    padding-top: 1px;
}

.speacial-h {
    color: #78774b !important;
}

.kutu:hover .overlay-slider {
    bottom: 0;
    height: 90%;
    top: 0;
}

/* new footer  */

.o-footer {
    float: center;
    padding-top: 0px;
    padding-left: 25px;
    padding-right: 25px;
    background: #0A8040;
    text-align: center;
}

.o-footer>span,
p,
.one-colum-footer>span,
p {
    font-size: 13px;
}

.one-colum-footer h1 {
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.o-footer span {
    color: white;
    display: inline;

}

.newfooter {
    padding: 0px;
}

.newfooter .uil {
    color: white;
}

.one-colum-footer ul {
    text-align: center;
    list-style: none;
    padding-bottom: 5px;
    padding-top: 5px;
}

.one-colum-footer ul li {
    display: inline;
    text-align: center;
}

.one-colum-footer ul li a {
    font-size: 1.4rem;
}

.one-colum-footer ul li a:hover {
    color: #1C9B52;
}

.six-column {
    float: center;
    width: 16.6%;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    background: #0A8040;
}

.one-colum-footer {
    float: center;
    width: 100%;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
    background: #0A8040;
}

.one-colum-footer p {
    text-align: center;
    color: white;
}

.one-colum-footer h1 {
    color: white;
    text-align: center;
}

.six-column h3 {
    color: white;
    padding-left: 15%;
}

.six-column ul {
    list-style: none;
    display: inline;
}

.six-column ul li {
    display: inline;
}

/* three column - üçlü  responsive */

.three-column {
    float: left;
    width: 33.33%;
    padding: 10px;
}

/* Clear floats after the columns */

.three-row:after {
    content: "";
    display: table;
    clear: both;
}

/* */

.spv {
    font-size: 20px;
    cursor: pointer;
    color: #ffff;
    border: 1px solid #ffff;
    padding: 12px;
    border-radius: 30px;
    transform: scale(0.8);
    display: inline;
}

.spv-w {
    font-size: 20px;
    cursor: pointer;
    color: #0A8040;
    border: 1px solid #0A8040;
    padding: 12px;
    border-radius: 30px;
    transform: scale(0.8);
    display: inline;
}

.spv-w:hover {
    color: #ffff !important;
    background: #0A8040;
    border: 1px solid #0A8040;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.spv:hover {
    color: #0A8040 !important;
    background: #ffff;
    border: 1px solid #0A8040;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.acibadem {
    padding: 0;
    opacity: 1;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
}

.right-img img {
    width: 100%;
    position: relative;
    height: 1300px;
    background-image: url("../../assets/images/banner.jpg");
    object-fit: cover;
    padding-bottom: 0px !important;
}

.spv-icon {
    height: 165px;
    width: auto;
    padding-top: 3%;
    padding-bottom: 1%;
    margin-left: 25px;
}

.adres {
    padding-top: 12% !important;
    width: 100%;
    color: #0A8040;
    font-size: 14px !important;
}

.team-box h3 {
    color: #78774b !important;
}

.popup {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.popup h3 {
    line-height: 150%;
}

.popup h2 {
    display: block;
    font-weight: 500;
    color: #0A8040;
    letter-spacing: 1px;
    font-size: 22px;
    margin: 60px 0 30px 0;
    font-weight: 700;
    text-align: center;
}

.overlay a:hover,
.overlay a:focus {
    color: #e6e6e6;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    height: auto;
    right: 45px;
    font-size: 60px;
    z-index: 99999;
}

.closefirst {
    height: 64px;
    width: auto;
}

.closesecond {
    display: none;
    /* Hide top Image */
    z-index: 99;
    height: 64px;
    width: auto;
}

.right-close:hover .closesecond {
    display: inline;
}

.right-close:hover .closefirst {
    display: none;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/* */
/* Menu Detail */

.row-menu-detail {
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE 10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Burası Arası Açık Yer*/

.column-menu-detail {
    -ms-flex: 50%;
    flex: 50%;
    padding: 0 4px;
    padding-left: 99px;
    padding-right: 113px;
}

/*  .column-menu-detail {
-ms-flex: 50%;
flex: 50%;
padding: 0 4px;
padding-left: 30px;
padding-right: 30px;
}
/* Create two equal columns that sits next to each other 
.column-menu-detail {
-ms-flex: 50%; /* IE 10 
flex: 50%;
padding: 0 4px;
}
*/

.column-menu-detail img {
    margin-top: 8px;
    vertical-align: middle;
    /* height: auto !important;
    width: 960px !important; */
    object-fit: cover;
}

.detail-name {
    font-size: 23px;
    padding-left: 0px;
    text-decoration: none;
    color: #000;
}

.detail-name:hover {
    color: grey;
}

.detail-hr {
    width: 200px;
    color: #000;
    background-color: #000;
    height: 3px;
}

/* */

.parent {
    display: flex;
    flex-direction: column-reverse;
}

@media screen and (max-width: 800px) {
    .swiper-slide:hover .overlay-slider {
        bottom: 0;
        height: 81% !important;
        top: 0;
    }
}

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

    .slogan {
        color: #ffff;
        width: 190px;
        height: 160px;
    }

    .about-img {
        width: 250px;
        height: auto;
    }

    .dikeydikdortgen {
        width: auto;
        height: 420px;
    }

    .closesecond {
        height: 45px !important;
        width: auto;
        margin-left: 55% !important;
        margin-top: -80% !important;
    }

    .closefirst {
        height: 45px !important;
        width: auto;
        margin-left: 55% !important;
        margin-top: -80% !important;
    }

    .pimage img {

        max-width: 100%;
        object-fit: cover;
        height: auto;
        width: auto;

    }

    .hidden-text {
        display: none;
        margin-bottom: 1em !important;
        padding-left: 0% !important;
        padding-right: 49% !important;
    }

    .m-image {
        display: none !important;
    }

    .m-image2 {
        display: none !important;
    }

    .m-image3 {
        display: none !important;
    }

    .m-image4 {
        display: none !important;
    }

    .m-image5 {
        display: none !important;
    }

    .m-image6 {
        display: none !important;
    }

    .m-image7 {
        display: none !important;
    }

    .spv-icon {
        height: auto !important;
        width: 50%;
        padding-top: 3%;
        padding-bottom: 5%;
        margin-left: 0px;
    }

    .sticky_head .menu-g {
        display: contents !important;
    }

    .swiper-slide:hover .overlay-slider {
        bottom: 0;
        height: 90%;
        top: 0;
    }

    .column-menu-detail {
        -ms-flex: 50%;
        flex: 50%;
        padding: 0 4px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .menu-w {
        font-size: 30px;
        cursor: pointer;
        color: #ffff;
        display: contents !important;
    }

    .site-header-w {
        padding-top: 5% !important;
        padding-bottom: 5% !important;
    }

    .site-header {
        padding-top: 5% !important;
        padding-bottom: 5% !important;
        /* box-shadow: 0px 10px 55px #1C9B52; */
    }

    /* Create two equal columns that sits next to each other */
    .column-menu-detail {
        -ms-flex: 50%;
        /* IE 10 */
        flex: 50%;
        padding: 0 4px;
    }

    .h-logo {
        width: 160px !important;
        height: 64px !important;
    }

    .p-logo {
        width: 160px !important;
        height: 64px !important;
    }

    .main-h-logo-w {
        width: 160px !important;
        height: 64px !important;
    }

    .main-h-logo-g {
        width: 160px !important;
        height: 64px !important;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 700px) {
    .two-column h3 {
        text-align: center;
    }

    .two-column {
        padding-bottom: 30px !important;
    }

    .six-column {
        float: center !important;
        text-align: center;
        width: 100% !important;
        padding-bottom: 5% !important;
        padding: 0px !important;
        border: none;
        background: #0A8040;
    }

    .six-column h3 {
        padding: 0px !important;
        padding-bottom: 2%;
        padding-top: 2%;
    }

    .one-colum-footer {
        padding-top: 1%;
        padding-bottom: 1%;
    }

    .one-colum-footer h1 {
        color: white;
        text-align: center;
        padding-left: 0px !important;
        padding-top: 22px !important;
    }

    .one-colum-footer hr {
        display: none;
    }

    .two-column-footer h3 {
        color: white;
        padding-left: 0px !important;
        padding-left: 2% !important;
        padding-right: 2% !important;
    }

    .two-column-footerr {
        float: center !important;
        text-align: center;
        width: 100% !important;
        padding-bottom: 5% !important;
        padding: 0px;
        border: none;
    }

    .three-column {
        float: center !important;
        width: 100% !important;
        padding: 36px !important;
        height: 28px !important;
    }

    .popup h3 {
        line-height: 150%;
        font-size: 16px;
        padding-top: 75% !important;
    }

    video {
        height: auto;
    }

    .split-content {
        padding-top: 12px !important;
        padding-left: 5px;
        height: 899px;
        overflow: hidden;
        overflow-y: scroll;
        padding-right: 5px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .split-content hr {
        margin-left: 0% !important;
        width: 100% !important;
    }

    section .three-row {
        display: flex;
        flex-direction: column-reverse;
    }

    .overlayMenu-content a {
        font-size: 22px;
    }

    /*   .popup .three-row{
display: flex;
flex-direction: column;
} */
}

/* */

::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-thumb {
    color: #fff;
}

.split-content {
    padding-top: 100px;
    padding-left: 5px;
    height: auto;
    overflow: hidden;

    padding-right: 5px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.split-content hr {
    margin-left: 19%;
    width: 62%;
}

.split-content ul {
    padding-bottom: 40px;
}

.small {
    font-size: small;
    padding-bottom: 40px;
    padding-top: 20px;
}

.split-content h2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: x-large;
}

.padding--top--4 {
    padding-top: 9.6rem;
    padding-left: 200px;
    padding-right: 200px;
}

.padding--bottom--2 {
    padding-bottom: 4.8rem;
}

.pill {
    font-family: effra, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 0.8rem;
    line-height: 2.4rem;
    display: inline-block;
    line-height: 3rem;
    border: .5px solid #2d2d2d;
    border-radius: 1.8rem;
    padding: 0 1.2rem;
    margin: .3rem;
    -webkit-transition: background-color .4s ease;
    -moz-transition: background-color .4s ease;
    transition: background-color .4s ease;
    background-color: transparent;
}

.split-content ul {
    justify-content: center;
    text-align: center;
}

.split-content li {
    display: inline;
    font-size: 13px;
}

.event-trigger {
    font-size: 23px;
    margin: 1.2em 0 1.2em 0;
    color: #4a4b5e;
    z-index: 4;
    text-align: center;
    justify-content: center;
}

.event-trigger:hover {
    color: #048040;
    cursor: pointer;
}

.event-trigger:focus {
    color: #4a4b5e;
}

.contents-text {
    margin-bottom: 1em;
    padding-left: 19%;
    padding-right: 19%;
}

.hidden-text {
    display: block;
    margin-bottom: 1em;
    padding-left: 19%;
    padding-right: 19%;
}



.col-12 {
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

/* Create two equal columns that floats next to each other */

.two-column {
    float: left;
    width: 50%;
    padding: 0px;
}

/* Clear floats after the columns */

.two-row:after {
    content: "";
    display: table;
    clear: both;
}

.swiper-slide {
    cursor: pointer;
}

/* Acordion */

.accordion h1,
.accordion h2,
.accordion h3,
.accordion h4 .accordion h5 {
    font-family: 'Montserrat', sans-serif !important;
}

.accordion p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.accordion {
    margin: 20px auto;
    text-align: left;
    max-width: 1050px;
}

.accordion .toogle {
    font-size: 13px !important;
    position: relative;
    cursor: pointer;
    clear: both;
    color: #666;
    font: 400 25px/1.25 'Montserrat', sans-serif;
    display: block;
    padding: 10px 55px 10px 0px;
    margin: 7px auto 0;
    border-bottom: 1px solid #909090;
}

.accordion h1 {
    font-size: 18px;
}

.alink {
    cursor: pointer;
    font-size: 13px;
}

.wrapper>b,
span {
    font-size: 13px;
}

.alink:hover {
    color: #1C9B52;
}

.accordion .toogle:hover {
    color: #0A8040;
}

.accordion .toogle.active {
    border-bottom: none;
}

.ö-k-e::before {
    padding: 1px;
    display: none;
    color: red;
    content: "Ö.K.E"
}

.accordion .toogle.active:before {
    content: "\A71B";
    color: #1C9B52;
}

.accordion>div p {
    margin: 0;
    position: relative;
}

.accordion .toogle:before {
    content: " \A71C ";
    font-family: fontello;
    color: #0A8040;
    font-size: 30px;
    position: absolute;
    top: 12px;
    right: 5px;
}

.accordion:hover .toogle:not(:hover) {
    opacity: 0.7;
}

.accordion:hover .toogle.active {
    opacity: 1;
}

.accordion>div {
    display: none;
    padding: 5px 50px 10px 0;
    margin: 0 auto;
    border-bottom: 1px solid #909090;
}

.accordion>div p+p {
    margin-top: 15px;
}

.accordion>div ul {
    margin-bottom: 0;
}

/* */

.swiper-button-wp {
    position: relative;
    margin-top: 52px;
    display: flex;
    justify-content: center;
    height: 0px;
    align-items: center;
}

/* **************** responsiveness ***************** */

@media screen and (max-width: 1100px) {
    .about-content {
        padding-left: 3%;
        padding-right: 3%;
    }

    .main-banner {
        display: table-cell;
    }
}

@media screen and (max-width: 800px) {
    .about-content {
        padding-top: 5%;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
    }

    .about {
        height: auto !important;
    }

    .swiper-button-wp {
        position: relative;
        margin-top: 18px;
        display: flex;
        justify-content: right !important;
        align-items: center;
    }

    /* Responsive layout - makes a two column-layout instead of four columns */
    @media screen and (max-width: 800px) {
        .column-menu-detail {
            -ms-flex: 50%;
            flex: 50%;
            max-width: 50%;
        }
    }

    /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
    @media screen and (max-width: 600px) {
        .column-menu-detail {
            -ms-flex: 100%;
            flex: 100%;
            max-width: 100%;
        }

        .swiper-button-wp {
            display: none;
        }


    }

    /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
    @media screen and (max-width: 600px) {
        .two-column {
            width: 100%;
        }
    }

    @media (min-width: 2100px) {
        .container {
            max-width: 1400px;
        }

        p,
        body,
        button,
        input {
            font-size: 18px;
            line-height: 32px;
        }
    }

    @media (max-width: 1399px) {
        .h1-title {
            font-size: 80px;
            line-height: 90px;
        }

        .h3-title {
            font-size: 26px;
            line-height: 36px;
        }

        .h4-title {
            font-size: 24px;
            line-height: 34px;
        }

        .h2-title {
            font-size: 38px;
            line-height: 48px;
        }

        .team-img {
            height: 400px;
        }

        .blog-box {
            padding: 30px 20px;
        }

        .dist-bottom-row ul li b {
            font-size: 25px;
        }
    }

    @media (max-width: 1199px) {
        .main-banner {
            padding: 200px 0;
        }

        .banner-img-wp {
            height: 360px;
        }

        .dish-box {
            padding: 0 0 40px;
        }

        .dist-img img {
            width: 220px;
        }

        .dist-img {
            margin-top: -110px;
        }

        .dist-bottom-row ul li b {
            font-size: 28px;
        }

        .sec-text {
            padding: 0;
        }

        .team-img {
            height: 340px;
        }

        .testimonials-box {
            padding: 30px 20px;
            margin: 26px 0 30px;
        }

        .testimonials-box-img {
            min-width: 80px;
            min-height: 80px;
            margin-top: -80px;
        }

        .faq-box .h4-title {
            padding: 16px 20px;
        }

        .faq-box p {
            padding: 8px 20px 20px;
        }

        .blog-img {
            height: 240px;
        }

        .newsletter-box-text {
            padding: 0;
        }

        .footer-flex-box>div {
            padding: 0 10px;
        }

        .star-rating {
            font-size: 19px;
        }

        .testimonial-box-top {
            margin-bottom: 10px;
        }

        .call-now a {
            font-size: 28px;
        }

        .menu-box {
            padding: 50px 20px 30px 20px;
        }

        .menu-img {
            width: 140px;
        }
    }

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

        .main-banner {
            padding: 140px 0 60px;
        }

        .h1-title {
            font-size: 60px;
            line-height: 80px;
        }

        .banner-img-wp {
            padding: 0;
            height: 75vw;
            padding-top: 50px;
        }

        .brands-box {
            padding: 0 30px;
        }

        .brands-row {
            margin: 0 -30px;
        }

        .menu-tab ul {
            white-space: nowrap;
            overflow: hidden;
            overflow-x: auto;
        }

        .menu-tab::after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            width: 100px;
            height: 100%;
            pointer-events: none;
            opacity: 0.2;
            border-radius: 0 60px 60px 0;
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
        }

        .sec-text {
            margin-top: 40px;
        }

        .call-now {
            border: none;
            margin: 40px 0;
            border-top: 3px dotted rgb(13 13 17 / 50%);
            border-bottom: 3px dotted rgb(13 13 17 / 50%);
            padding: 30px 0;
        }

        .book-table-info {
            max-width: 300px;
            margin: 30px auto 0;
        }

        .swiper-button-wp .swiper-button {
            display: none !important;
        }

        .testimonials-img img {
            position: unset;
            width: 100%;
        }

        .testimonials-img {
            margin-bottom: 60px;
        }

        .faq-row {
            column-count: 1;
            margin: 0;
        }

        .newsletter-box {
            padding: 40px;
        }

        .footer-info {
            margin-bottom: 50px;
        }

        .footer-flex-box {
            display: block;
            margin: 0;
        }

        .footer-flex-box>div {
            padding: 0;
            margin-bottom: 30px;
        }

        .faq-box {
            margin: 0;
            margin-bottom: 30px;
        }

        .footer-flex-box>div:last-child {
            margin: 0;
        }

        .scrolltop {
            bottom: 130px;
        }

        .footer-menu ul {
            max-width: 300px;
        }

        #gallery {
            padding-top: 90px;
        }

        .swiper-pagination-bullet {
            margin: 0 5px !important;
            width: 8px;
            height: 8px;
        }

        .swiper-pagination {
            padding: 6px 20px;
        }

        .swiper-button-wp {
            margin-top: 40px;
        }

        .swiper-pagination-bullet-active {
            width: 16px;
        }

        .dish-title .h3-title {
            display: block;
            min-height: auto;
            margin-bottom: 12px;
        }

        .menu-img {
            width: 180px;
            margin-inline: auto;
            margin-bottom: 20px;
        }

        #js-scroll-content {
            transform: unset !important;
        }

        body {
            height: auto !important;
        }

        .menu-tab ul::-webkit-scrollbar {
            height: 0;
        }

        .menu-tab {
            position: relative;
            display: flex;
        }
    }

    @media (max-width: 767px) {
        .banner-img-wp {
            height: 75vw;
            min-height: 60vw;
            width: auto;
        }

        .dist-img img {
            width: 180px;
        }

        .dist-img {
            margin-top: -80px;
        }

        .menu-tab-wp {
            margin-bottom: 60px;
        }

        .dish-box {
            margin: 80px 0 30px;
        }

        .book-table-img {
            min-height: 340px;
            height: 60vh;
        }

        .team-img {
            height: 430px;
        }

        .dish-info ul li p {
            font-size: 16px;
            line-height: 26px;
            margin: 0;
        }

        .dish-info ul li b {
            font-size: 14px;
        }

        .brands-box {
            padding: 0 25px;
        }

        .brands-row {
            margin: 0 -25px;
        }

        .menu-tab ul li {
            padding: 10px 20px;
        }
    }

    @media (max-width: 575px) {

        .container,
        .container-fluid {
            padding: 0 30px;
        }

        .h1-title {
            font-size: 40px;
            line-height: 60px;
            margin-bottom: 20px;
        }

        .h1-title span {
            background-size: 100% 8px;
        }

        .banner-img-wp {
            height: 90vw;
        }

        .about-video-img {
            height: 30vw;
            min-height: 280px;
            border-radius: 30px;
        }

        .brands-box {
            padding: 0 15px;
            flex: 0 0 33%;
            margin-bottom: 30px;
        }

        .brands-row {
            margin: 0 -15px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .dish-box {
            max-width: 340px;
            margin: 80px auto 30px;
            padding: 0 0 30px;
        }

        .blog-sec.section {
            padding-bottom: 0;
        }

        .brands-box img {
            max-width: 80%;
        }

        .brand-title {
            text-align: center;
        }

        .play-btn {
            width: 70px;
            height: 70px;
        }

        .play-btn-wp span {
            font-size: 18px;
        }

        .newsletter-box {
            padding: 15px;
        }

        .newsletter-form .form-input {
            padding: 0 130px 0 12px;
        }

        .menu-box {
            display: block;
            text-align: center;
        }

        .menu-box-right .dish-title .h3-title {
            padding: 0;
        }

        .gallery-img {
            height: 50vw;
        }

        .contact-info a {
            font-size: 18px;
            line-height: 28px;
        }
    }

    @media (max-width: 480px) {
        .team-img {
            height: 330px;
        }
    }

    @media (max-width: 400px) {

        .container,
        .container-fluid {
            padding: 0 15px;
        }

        .section {
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .newsletter-form button {
            position: unset;
            transform: translate(0);
            box-shadow: none !important;
            margin-top: 20px;
        }

        .newsletter-form .form-input {
            padding: 0 30px;
        }

        .team-box .h3-title {
            min-height: 72px;
            display: flex;
            align-items: center;
            text-align: center;
            justify-content: center;
        }

        .team-img {
            height: 280px;
        }

        .blog-box {
            padding: 20px;
        }
    }



@media screen and (max-width: 769px) {
#home{
display: none;
}
}                                                                                                                         