* {
    font-family: "Inter", sans-serif;
}

body {
    background-color: #fafafa;
}

@media (min-width: 1200px){
    .container {
        max-width: 1180px;
    }
}

#wowslider-container1 {
    margin-top: 0 !important;
}

.navbar-area {
    background: #23282e;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 14px 0px;
    margin-bottom: -7px;
}

.navbar-area .contact {
    padding: 0;
    float: right;
    color: #fff;
    font-size: 14.5px;
    margin: 0px;
    font-width: 400;
}

.navbar-area .contact a{
    color:#fff;
    text-decoration: none;
}

.navbar-area .contact b {
    font-weight: 500;
}

.head-social {
    margin: 0;
    padding: 0;
    float: right;
    border-left: 1px solid #fff;
    padding-left: 3px;
    margin-left: 25px;
    padding-top: 3px;
    margin-top: -2px;
    height: 23px;
}

.head-social li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.head-social li a {
    color: #23282f;
    text-decoration: none;
    background-color: #eff0f8;
    width: 26px;
    height: 26px;
    border-radius: 50px;
    display: block;
    margin-left: 13px;
    text-align: center;
    padding-top: 4.5px;
    margin-top: -4px;
    font-size: 15px;
}

/* HAMBURGER NAVIGATION */
.hamburger-navigation {
    width: 100%;
    height: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    background: #23282f;
    z-index: 99999;
}
.hamburger-navigation .layer {
    width: 100%;
    height: 0;
    background: #141414;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    transition-delay: 1s;
}
.hamburger-navigation .container {
    position: relative;
    z-index: 1;
    visibility: hidden;
}
.hamburger-navigation .info-box {
    width: 50vw;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 50px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.hamburger-navigation .info-box span {
    width: 100%;
    display: block;
    font-size: 22px;
    font-family: "Argesta Display";
    margin-bottom: 20px;
}
.hamburger-navigation .info-box .nav-social {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.hamburger-navigation .info-box .nav-social li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    list-style: none;
}
.hamburger-navigation .info-box .nav-social li a {
    color: #fff;
    font-size: 22px;
}
.hamburger-navigation .nav-menu {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.hamburger-navigation .nav-menu.mobile-menu {
    display: none;
}
.hamburger-navigation .nav-menu li {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.hamburger-navigation .nav-menu li a {
    display: inline-block;
    color: #fff;
    font-size: 27px;
    text-decoration: none;
    margin-top: 5px;
}
.hamburger-navigation .nav-menu li a:hover {
    color: #23282f;
}

/* HAMBURGER NAGIVATION ACTIVE */
.hamburger-navigation-active .scroll-content {
    transform: translate3d(0px, 0px, 0px) !important;
}

.hamburger-navigation-active .hamburger-navigation {
    height: 100vh;
}

.hamburger-navigation-active .hamburger-navigation .layer {
    height: 100vh;
}

.hamburger-navigation-active .hamburger-navigation .container {
    visibility: visible;
}

.hamburger-navigation-active .hamburger-navigation .nav-menu {
    opacity: 1;
    visibility: visible;
}

.hamburger-navigation-active .hamburger-navigation .info-box {
    opacity: 1;
    visibility: visible;
}

.hamburger-navigation-active .navbar .logo {
    opacity: 0;
}

.hamburger-navigation-active .navbar .navbar-text {
    opacity: 0;
}

.hamburger-navigation-active .navbar .site-menu {
    opacity: 0;
}

/* NAVBAR */
.navbar {
    width: 100%;
    margin: 0;
    padding: 15px 0;
    position: relative;
    background-color: #ffffff;
}

.navbar .logo {
    display: inline-block;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.navbar .logo a {
    display: inline-block;
}

.navbar .logo a img {
    height: 50px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar .navbar-text {
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.navbar .site-menu {
    display: inline-block;
    margin: 0 auto;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.navbar .site-menu ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.navbar .site-menu ul li {
    display: inline-block;
    margin: 0 12px;
    padding: 0;
    list-style: none;
}
.navbar .site-menu ul li a {
    display: inline-block;
    color: #23282f;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
}

.navbar .site-menu ul li a.reservation-btn {
    background-color: #08aeef;
    padding: 10px 16px;
    margin-top: -14px;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    margin-right: -12px;
}

.navbar .site-menu ul li a.reservation-btn ion-icon{
    display: block;
    float: left;
    font-size: 21px;
    margin-top: 1px;
    margin-right: 8px;
}

.navbar .site-menu ul li a:hover {
    text-decoration: none;
}
.navbar .hamburger-menu {
    display: inline-block;
    margin-left: auto;
}

.navbar .hamburger-menu button {
    border: 0;
    background-color: transparent;
    color: #fff;
    font-size: 34px;
    outline: 0;
    margin-top: 5px;
}

.navbar .hamburger-menu button ion-icon {
    float: left;
    font-size: 30px;
    margin-top: 2px;
}

.navbar .hamburger-menu button span {
    font-size: 18px;
    margin-left: 6px;
    margin-top: 3px;
    display: block;
    float: left;
}

.rez-phone-a {
    margin-right: 35px;
}

.page-baslik h2 span {
    color: #1ACFE4;
}



.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #23282f78 !important;
}

.home-box-area img{
    width: 100%;
}

.about-area {
    padding: 45px 0px;
    padding-bottom: 45px;
    position: relative;
    width: 100%;
    display: inline-block;
}

.about-area p {
    font-weight: 400;
    font-size: 16px;
    color: #5a5a5a;
}

.about-area h6 {
    color: #23282f;
    font-weight: 400;
    font-size: 18px;
    margin-top: 7px;
    letter-spacing: 4px;
    margin-bottom: 14px;
}

.about-area h2 {
    font-size: 32px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #23282f;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}

.about-area img {
    width: 100%;
}

.about-area .rez-yap{
    display: inline-block;
    width: 100%;
}

.about-area .rez-yap ion-icon {
    float: left;
    color: #23282f;
    font-size: 37px;
    margin-right: 16px;
    margin-top: 11px;
}

.about-area .rez-yap a {
    color: #23282f;
    text-decoration: none;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 1px;
}

.about-area .rez-yap a span {
    display: table;
    color: #23282f;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0px;
    margin-bottom: -6px;
}

.servise-box {
    width: 100%;
    padding: 45px 0px;
}

.servise-box .box {
    background-color: #fff;
    display: block;
    width: 100%;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 25px;
    text-decoration: none;
}

.servise-box .box .ico {
    background-color: #2291ea;
    display: table;
    width: 42px;
    height: 42px;
    text-align: center;
    border-radius: 5px;
    font-size: 19px;
    padding-top: 7px;
    margin-bottom: 16px;
}

.servise-box .box .ico i{
    color: #fff;
}

.servise-box .text h6 {
    color: #2d2d2d;
    font-size: 17px;
}

.servise-box .text p {
    color: #616161;
    font-size: 15px;
    font-weight: 400;
}


.video-area{
    background-color: #fff;
    display: inline-block;
    align-items: center;
    width: 100%;
    padding: 55px 0px;
}

.video-area .videobox {
    padding: 0px 15px;
    background-size: cover;
    width: 100%;
    display: block;
    height: 260px;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
}

.caro-pad {
    width: 100%;
    padding: 0px 7.5px;
}

.video-area .videobox i {
    text-align: center;
    display: table;
    margin: 0 auto;
    border: 2px solid #fff;
    padding: 6px;
    height: 58px;
    width: 58px;
    border-radius: 50px;
    color: #fff;
    font-size: 22px;
    padding-top: 15px;
    position: absolute;
    left: 50%;
    margin-left: -29px;
    top: 43%;
}

.video-area .videobox h6 {
    position: absolute;
    left: 15px;
    bottom: 40px;
    --tw-backdrop-blur: blur(8px);
    background-color: #6b6b6b42;
    color: #fff;
    padding: 7px 16px;
    border-radius: 19px;
    font-size: 15px;
}

.video-area .videobox h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 12px;
    width: 100%;
    left: 0px;
    padding: 0px 15px;
}

.video-area .videoalan {
    width: 100%;
    padding: 0px 5px;
}

.about-home {
    padding: 55px 0px;
    text-align: center;
    background-color: #fff;
    padding-bottom: 35px;
}

.hood-area h3 {
    font-size: 20px;
    font-weight: 700;
    color: #5a5a5a;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 14px;
}

.hood-area h3 span {
    position: relative;
    padding: 0px 6px;
    font-weight: 700;
}

.hood-area h3 span b {
    position: relative;
    z-index: 1;
    font-weight: 700;
}

.hood-area h3 span hr {
    content: "";
    display: block;
    background-color: #50ace97a;
    height: 16px;
    position: absolute;
    left: 0;
    width: 100%;
    top: -3px;
    z-index: 0;
    opacity: 1;
}

.hood-area-fff h3 span hr {
    background-color: #fff;
}

.hood-area p {
    font-size: 15px;
    color: #494949;
    line-height: 27px;
}


.about-home p {
    font-size: 14px;
    color: #494949;
    line-height: 27px;
    font-weight: 300;
}


/*Services 8 */

.services8 {
    display: flex;

}

.services8 .item {
    display: flex;
    flex-direction: column;
    background: #23282f;
    padding: 0;
}

.services8 .item:nth-child(2n) .image{
    order:2;
}

.services8 .image {
    width:100%;
    height: 300px;
    display: flex;
    flex-grow: 2;
}

.services8 .image img{
    width:100%;
    height: 100%;
    object-fit: cover;
}



.services8 .texts {
    flex-grow: 2;
    width:300px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em 2em;
    color:white;
}


.services8 .texts .title {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: .5em;

}

.services8 .texts .subtext {
    color:rgb(215,215,215);
    font-size: 1.25em;
}

.services8 .texts a {
    margin-top: 1em;
    color:rgb(192,192,192);
    font-size: 1em;
}



@media (max-width: 767px) {
    .services8 .item {
        flex-direction:row;
        font-size: .8em;
    }

    .services8 .image, .services8 .texts{
        width:50vw;
        height:50vw;
    }

    .services8 .item svg{
        width:120px;
    }

}

.hood-area-ayapa h6 {
    color: #23282f;
    font-weight: 400;
    font-size: 18px;
    margin-top: 35px;
    letter-spacing: 4px;
    margin-bottom: 14px;
}

.hood-area-ayapa h2 {
    font-size: 32px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #23282f;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}

.rooms .caro {
    margin-bottom: 20px;
}

@media(min-width: 768px){
    .ayapa-rooms .col-md-6 {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

}


.image-duo {
    --fg-blend:          screen;
    --foreground:        #00798f;
    --opacity:           1;
    --spacing:           0px;
}


.image-duo {
    background-color:    #ffffff;
    display:             flex;
    overflow:            hidden;
    padding:             0px;
    position:            relative;
    transition: all ease 500ms;

}
/*
.services8 .item:hover .image::before {
    content:unset;
}

.services8 .item:hover .image img {
    filter:unset;
}
*/
.image-duo  img {
    /*filter:              grayscale(100%) contrast(1) blur(0px);*/
    max-width:           100%;
    mix-blend-mode:      multiply;
    object-fit:          cover;
    opacity:             1;
    position:            relative;
    transition: all ease 1000ms;
}

.services8 .item:hover .image-duo::before {
    background-color:    #23282f;
    bottom:              0;
    content:             '';
    height:              100%;
    left:                0;
    mix-blend-mode:      screen;
    position:            absolute;
    right:               0;
    top:                 0;
    width:               100%;
    z-index:             1;
    transition: all ease 500ms;

}


.services8 .texts {
    position: relative;
}


.services8 svg {
    fill: white;
    width: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .25;
    transition: all ease  400ms
}

.services8 .item:hover svg {
    bottom: 20px;
}

.about-area .stars{
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    margin-top: 16px;
}

.about-area .stars li{
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 4px;
    font-size: 14px;
}

.about-area .stars li ion-icon {
    color: #e4a853;
}

.rooms .room-area .image {
    width: 100%;
    height: 432px;
    background-size: cover;
    background-position: center;
    border-radius: 0;
}

.rooms .caro {
    padding: 0px 7.5px;
    width: 100%;
    display: inline-block;
}

.rooms .room-area {
    width: 100%;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.rooms .room-area .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px 7.5px;
}

.rooms .room-area .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.rooms .room-area .text::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0);
    background: linear-gradient(0deg, #3e3b3a94 3%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    border-radius: 10px;
    z-index: 7;
    opacity: 0.4;
}


.rooms .room-area .text h6{
    position: absolute;
    bottom: 19px;
    left: 15px;
    color: #fff;
    z-index: 9;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.25em;
    font-family: 'Gilda Display', serif;
}

.rooms .room-area .text p{
    position: absolute;
    bottom: 0;
    left: 15px;
    color: #fff;
    z-index: 9;
}

.rooms .room-area .text p span{
    width:55px;
    height: 1px;
    border-radius: 5px;
    background-color: #fff;
    display: block;
    float: left;
    margin-top: 11px;
    margin-right: 9px;
    transition: all 500ms;
}

.rooms .room-area:hover .text p span{
    width: 60px;
    transition: all 500ms;
}

.hood-area {
    text-align: center;
}

.hood-area h2 {
    color: #23282f;
    font-weight: 700;
    font-size: 28px;
    margin-top: 0px;
}

.hood-area p {
    margin-bottom: 25px;
}


.hood-two {
    text-align: center;
}

.hood-two h6 {
    color: #000;
    font-weight: 500;
    font-size: 28px;
    margin-top: 0px;
}
.hood-two h5 {
    color: #23282f;
    font-weight: 700;
    font-size: 28px;
    margin-top: 0px;
    font-weight: 400;
}

.hood-two p {
    margin-bottom: 25px;
    font-size: 17px;
}


.instagram-area {
    padding: 35px 2.5px;
    padding-bottom: 95px;
    margin-top: 45px;
    background-color: #fff;
}

.instagram-area .text-area {
    display: inline-block;
    width: 100%;
}

.instagram-area p {
    text-align: left !important;
    font-weight: 300;
    font-size: 14px;
    float: left;
    line-height: 21px;
    color: #636363;
}

.instagram-area h6 {
    font-size: 26px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #23282f;
    position: relative;
    margin-bottom: 8px;
    line-height: 1.25em;
}

.instagram-area .followbtn {
    float: right;
    display: table;
    width: auto;
    background-color: #23282f;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 6px 22px;
    margin-right: 3px;
    padding-bottom: 6px;
    margin-top: 6px;
    border-radius: 4px;
    padding-top: 8px;
}

.instagram-area svg {
    width: 100%;
    max-width: 200px;
    display: table;
    margin: 0 auto;
    margin-top: -40px;
    margin-bottom: -55px;
}

.instagram-area a {
    padding: 0px 3.5px;
    display: block;
    width: 100%;
    position: relative;
}

.instagram-area a ion-icon {
    position: absolute;
    right: 14px;
    bottom: 14px;
    font-size: 28px;
    color: #fff;
}

footer {
    background-color: #1c1d27;
    width: 100%;
    padding-top: 52px;
}

footer .footer-logo {
    height: 55px;
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
    z-index: 9;
    position: relative;
    margin-top: 28px;
}


footer .copyright {
    background-color: transparent;
    width: auto;
    display: table;
    margin: 0 auto;
    color: #fff;
}

footer .copyright ul {
    margin: 0px;
    padding: 20px 0px;
    padding-top: 15px;
    display: inline-block;
    padding-bottom: 10px;
}

footer .copyright ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    border-right: 1px dashed #fff;
    display: block;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 400;
}

footer .copyright ul li a{
    text-decoration: none;
    color: #fff;
}

footer .copyright ul li:last-child {
    border-right: 0px dashed #fff;
}

footer hr {
    margin: 0;
    padding: 0;
    border-color: #fff;
    background-color: #ffffffad;
    opacity: 1;
    margin-top: 54px;
}


footer .footer-iyzico {
    width: 100%;
    max-width: 420px;
    display: table;
    margin: 0 auto;
    margin-top: 55px;
}

footer .footer-social {
    width: 100%;
    display: inline-block;
    margin-bottom: 35px;
    border-bottom: 1px dashed #fff;
    padding: 25px 0px;
}


footer .footer-social .phone  {
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

footer .footer-social .phone h6 {
    display: table;
    font-size: 23px;
    margin: 0;
    margin-top: 2px;
}

footer .footer-social .phone h6 span{
    font-size: 14px;
    font-width: 300;
}

footer .footer-social .phone svg {
    width: 51px;
    fill: #fff;
    display: block;
    float: left;
    margin-right: 15px;
}

footer .footer-social .social {
    float: right;
    width: auto;
    margin: 0;
    padding: 0;
}


footer .footer-social .social li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .footer-social .social li a{
    color: #fff;
    font-size: 22px;
    margin-left: 16px;
    margin-top: 13px;
    display: block;
}


footer h4 {
    color: #fff;
    font-size: 17px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0px;
    font-weight: 300;
    margin-bottom: 18px;
}

footer h4::after {
    content: "";
    display: block;
    height: 2px;
    width: 54px;
    background-color: #fff;
    margin-top: 9px;
    margin-bottom: -1px;
    border-radius: 5px;
}

footer .fot-menu {
    margin: 0;
    padding: 0;
}

footer .fot-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .fot-menu li a {
    text-decoration: none;
    font-size: 14.5px;
    font-weight: 300;
    color: #e8e8e8;
    display: block;
    margin-top: 9px;
}

footer .logo {
    width: 100%;
    max-width: 250px;
    display: table;
}

.social {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.social li{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.social li a{
    font-size: 20px !important;
    margin-right: 15px;
    color: #fff;
    text-decoration: none;
}

.instagram-area .owl-dots {
    display: none;
}

footer .tripadvisor-logo {
    margin-top: 25px;
}

footer .text-fot {
    color: #e8e8e8;
    margin-bottom: 0;
    font-size: 15px;
    text-align: left;
    font-weight: 300;
    margin-top: 15px;
}

.page-hood-area {
    padding-top: 21px;
    padding-bottom: 20px;
    width: 100%;
    background-color: #23282f;
    background-position: center;
    background-size: cover;
}

.page-hood-area h3 {
    color: #fff;
    text-align: center;
    padding-top: 25px;
    font-size: 23px;
}

.page-hood-area ul {
    display: table;
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid #fff;
    width: 100%;
    margin-top: 23px;
    padding-top: 15px;
}

.page-hood-area ul li {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

.page-hood-area ul li a{
    color: #fff;
    text-decoration: none;
}

.page-hood-area ul li a:hover{
    color: #fff;
    text-decoration: none;
    opacity: 0.6;
}

.page-hood-area ul li a ion-icon {
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}

.page-hood-area ul li a.right-btn ion-icon {
    float: none;
    margin-right: 5px;
    margin-left: 5px;
}

.page-text {
    background-color: #f0f0f0;
    width: 100%;
    padding: 65px 0px;
    text-align: center;
}

.page-text h3 {
    color: #23282f;
    font-weight: 700;
    font-size: 28px;
    margin-top: 35px;
}

.page-text p {
    color: #484747;
    font-size: 16px;
}

.room-list {
    padding: 30px 0px;
}

.room-list .image-room {
    width: 100%;
    height: 520px;
    background-position: center;
    background-size: cover;
}

.room-list .room-text {
    display: table;
    margin: 0 auto;
    width: 100%;
    margin-top: 0;
}

.room-list .room-text h4 {
    font-size: 29px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #23282f;
    position: relative;
    margin-bottom: 0px;
    line-height: 1.25em;
}


.room-list .room-text p {
    font-size: 17px;
    font-weight: 200;
    color: #23282f;
}

.room-list .owl-nav {
    display: block !important;
}

.room-list .owl-dots {
    display: none !important;
}

.owl-dot-left {
    position: relative;
}

.owl-dot-left .owl-nav {
    position: absolute;
    bottom: 0;
    left: 1px;
}

.owl-dot-right {
    position: relative;
}

.owl-dot-right .owl-nav {
    position: absolute;
    bottom: 0;
    right: 1px;
}

.owl-dot-right .owl-nav [class*=owl-], .owl-dot-left .owl-nav [class*=owl-] {
    color: #FFF !important;
    font-size: 14px !important;
    margin: 0 1px !important;
    padding: 11px 17px !important;
    background: #23282f !important;
    display: inline-block !important;
    cursor: pointer !important;
    border-radius: 0px !important;
    margin-bottom: 2px !important;
    font-size: 16px !important;
}


.owl-dot-right .owl-nav .owl-prev::before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f053";
}
.owl-dot-right .owl-nav .owl-next::before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
}

.owl-dot-left .owl-nav .owl-prev::before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f053";
}
.owl-dot-left .owl-nav .owl-next::before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
}

.lezzet-text {
    width: 100%;
    max-width: 520px;
    display: table;
    margin: 0 auto;
    margin-top: 120px;
}

.pages-df {
    padding: 55px 0px;
    font-weight: 300;
    font-size: 14px;
    color: #5f5f5f;
    line-height: 24px;
}

.pages-df strong{
    color: #353535;
    font-weight: 600;
}

.pages-df h6{
    color: #353535;
}

.career-area h6{
    margin-bottom: 21px;
    width: 100%;
    margin-top: 25px;
    border-bottom: 1px dashed #23282f7d;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    color: dimgrey;
}

.career-area input, .career-area select {
    display: block;
    width: 100%;
    border: 2px solid #E8E8E8;
    padding: 13px 17px;
    background: #FFFFFF;
    color: #5f5f5f;
    font-weight: 500;
    border-radius: 3px;
    margin-bottom: 25px;
    outline: 0;
}

.career-area input::placeholder {
    color: #5f5f5f;
}

.career-area textarea {
    display: block;
    width: 100%;
    border: 2px solid #E8E8E8;
    padding: 13px 17px;
    background: #FFFFFF;
    color: #5f5f5f;
    font-weight: 500;
    border-radius: 3px;
    margin-bottom: 25px;
    outline: 0;
}

.career-area {
    padding: 55px 0px;
}

.career-area button {
    background-color: #23282f;
    color: #fff !important;
    position: relative;
    border-radius: 5px !important;
    padding: 11px 35px !important;
    border: 0;
    font-size: 14.5px;
    font-weight: 500;
    position: relative;
    margin-top: -5px;
}



.contact-area {
    padding-top: 45px;
    display: inline-block;
    width: 100%;

}

.contact-area .box ion-icon {
    float: left;
    color: #23282f;
    font-size: 33px;
    margin-top: 15px;
    margin-right: 24px;
    margin-left: 8px;
    margin-bottom: 10px;
}

.contact-area .box {
    text-align: left;
    margin-bottom: 15px;
    background-color: white;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 9px #cccccc69;
}

.contact-area .box h5 {
    color: #424242;
    font-size: 19px;
    margin-bottom: 1px;
    margin-top: 8px;
}

.contact-area .box p {
    color: #656565;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 16px;
}

.contact-area .box a {
    color: #656565;
    font-weight: 300;
    margin-bottom: 14px;
    font-size: 16px;
    text-decoration: none;
}


.contact-area .box a.ozel {
    color: #23282f;
    font-weight: 500;
    border-bottom: 1px dashed #23282f;
    text-decoration: none;
    padding: 7px 2px;
}

.gallery-area img {
    width: 100%;
    margin-bottom: 25px;
}

.gallery-area {
    padding: 45px 0px;
    padding-top: 35px;
}

.gallery-area h2 {
    color: #23282f;
    margin-top: 5px;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #23282f;
    padding-bottom: 4px;
    margin-bottom: 13px;
}

.instagram-area p {
    text-align: center;
    margin-bottom: 20px;
    margin-top: -5px;
}

.web-whatsapp, .web-whatsapp:hover {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: green;
    color: #fff;
    height: 52px;
    width: 158px;
    border-radius: 500px;
    text-align: center;
    padding-top: 8px;
    text-decoration: none;
    z-index: 99;
}

.web-whatsapp ion-icon {
    font-size: 26px;
    float: left;
    margin-left: 19px;
    margin-top: 4px;
}

.web-whatsapp span {
    font-size: 16px;
    float: left;
    margin-left: 8px;
    margin-top: 5px;
}

.mobilesticty {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 999;
}

.mobilesticty li{
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

.mobilesticty li a {
    width: 100%;
    color: #fff;
    background-color: #23282f;
    padding: 9px 0px;
    text-align: center;
    display: block;
    border-top: 1px solid #fff;
    text-decoration: none;
    font-size: 18px;
    padding-top: 12px;
}

.mobilesticty li:last-child a {
    background-color: green;
}

@media(min-width: 768px){
    .mobile-room {
        display: none;
    }

    .mobilesticty {
        display: none !important;
    }
}

@media(max-width: 768px){
    .web-room {
        display: none;
    }

    .site-menu {
        display: none !important;
    }

    .navbar-text span {
        display: none !important;
    }

    footer h4 {
        margin-top: 24px;
    }
    .owl-dot-right .owl-nav {
        position: absolute;
        bottom: 0;
        right: auto;
        left: 1px;
    }

    .web-whatsapp {
        display: none !important;
    }

    .about-area .left-img {
        display: none !important;
    }

    .about-area .right-img {
        display: none !important;
    }

    .room-list .room-text {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .room-list .image-room {
        width: 100%;
        height: 267px;
        background-position: center;
        background-size: cover;
    }
}

.slider  {
    position: relative;
}

.slider .text-slide {
    position: absolute;
    width: 100%;
    top: 41%;
    text-align: center;
}


.slider .text-slide p {
    position: relative;
    margin-bottom: 20px;
    font-size: 25px;
    color: #fff;
}


.slider .text-slide h6 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 11px;
}

.slider .text-slide a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 8px 16px;
    border-radius: 3px;
    font-weight: 400;
}
.desktop-logo {
    padding: 0 !important;
}

.desktop-logo img {
    width: 100%;
}

.site-menu ul {
    margin-top: 8px !important;
}

.site-menu ul.right-ul {
    float: right !important;
}

.top-bar-green {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #efefef;
}
.top-bar-green ul {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-bottom: 2px;
    padding-top: 2px;

}

.top-bar-green ul li{
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-bar-green ul li:first-child a{
    color: #23282f;
    text-decoration: none;
    font-size: 18px;
    display: block;
    margin-bottom: -7px;
    margin-top: -4px;
}

.top-bar-green ul li:last-child{
    float: right;
}

.top-bar-green ul a.language-btn{
    margin-left: 6px !important;
    margin-top: 4px;
    float: right;
    padding: 0;
}

.language-btn img {
    height: 23px;
    width: auto;
}

.navbar .site-menu {
    margin-top: 0px;
}


.language-list {
    margin: 0;
    padding: 0;
}

.language-list li {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

.language-list li a{
    margin: 0;
    padding: 10px 5px;
    width: 100%;
    text-decoration: none;
    background-color: #eaeaea;
    display: block;
    margin-bottom: 1px;
    color: #000;
    font-size: 16px;
}

.language-list li a img {
    height: 23px;
    display: block;
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}


.ayapa-paralax h3 {
    font-size: 29px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.25em;
    text-align: center;
}

.ayapa-paralax p {
    font-size: 19px;
    text-align: center;
    margin-top: -8px;
    color: #fff;
    font-weight: 100;
    margin-bottom: 27px;
}

.ayapa-paralax a {
    display: table;
    margin: 0 auto;
    border: 1.5px solid #fff;
    width: 75px;
    height: 75px;
    border-radius: 100px;
    text-align: center;
    font-size: 32px;
    color: #fff;
    padding-top: 14px;
}

@media(max-width: 768px){
    .navbar .logo {
        margin-top: 36px !important;
    }

    .slider .text-slide p {
        position: relative;
        margin-bottom: 20px;
        font-size: 17px;
        line-height: 24px;
        color: #fff;
        font-weight: 400;
        padding: 0px 15px;
    }

}

@media(min-width: 768px) {
    .lang-container {
        max-width: 1540px;
    }

    .mobile-menu-btn {
        display: none !important;
    }

    .navbar .site-menu {
        display: table !important;
        width: auto !important;
        float: right !important;
        margin: 0;
    }
}

.lezzetlerres img {
    width: 100%;
    margin-bottom: 25px;
}

@media(max-width: 768px){
    .about-area img {
        margin-top: 25px;
        margin-bottom: 0;
    }

    .instagram-area .followbtn {
        float: none;
        display: table;
        width: auto;
        background-color: #23282f;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        padding: 6px 22px;
        margin-right: 3px;
        padding-bottom: 9px;
        margin-top: 4px;
        margin-bottom: 25px;
        margin-left: 3px;
    }

    footer .logo {
        margin-top: 36px;
    }

    body {
        padding-bottom: 47px;
    }

    .room-list .room-text h4 {
        font-size: 24px;
    }
    .room-list .room-text p {
        font-size: 16px;
        font-weight: 200;
        color: #23282f;
        margin-bottom: -8px;
    }
}

.qr-menu-header {
    background-image:url('/images/slider/7970/1854.jpg');
    padding: 15px 15px;
    background-position: center;
    background-size: cover;
}

.qr-menu-header .logo img {
    display: table;
    width: 100%;
    margin: 0 auto;
    max-width: 140px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.qr-menu-header h2 {
    color: #fff;
    font-family: 'Gilda Display', serif;
    text-align: center;
    border-top: 1px solid #fff;
    margin-top: 22px;
    padding-top: 17px;
    margin-bottom: 5px;
}

.qr-menu-header h3 {
    color: #fff;
    font-family: 'Gilda Display', serif;
    font-size: 18px;
    text-align: center;
    border-top: 1px solid #fff;
    margin-top: 22px;
    padding-top: 20px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}

.qr-menu-header h3 .back-pages {
    position: absolute;
    left: 0;
    background-color: #fff;
    width: 35px;
    height: 35px;
    margin-top: -8px;
    text-align: center;
    font-size: 23px;
    border-radius: 4px;
    padding-top: 5px;
    text-decoration: none;
    color: #363636;
}

.qr-lang-area {
    margin: 0 auto;
    padding: 0;
    display: table;
}
.qr-lang-area li {
    padding: 0 8px;
    list-style: none;
    float: left;
}

.qr-lang-area li img {
    height: 25px;
}

.home-product-list {
    padding-top: 55px;
}

.home-product-list .hood-area {
    margin-bottom: 30px;
}

.products-area .category-area {
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 42px 10px;
    margin-top: 20px;
    border-radius: 9px;
    position: relative;
    width: 100%;
    text-decoration: none;
    display: block;
}

.products-area .category-area span {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(180, 127, 93, 0.21);
    left: 0;
    top: 0;
    border-radius: 9px;
    z-index: 1;;
}

.products-area .category-area p {
    position: relative;
    z-index: 3;
    color: #fff;
    font-family: 'Gilda Display', serif;
    margin: 0;
}

.products-area .product-area {
    display: inline-block;
    width: 100%;
    margin-top: 12px;
    background-color: #f0f0f0;
    padding: 9px;
    border-radius: 5px;
    position: relative;
}

.products-area .product-area .foodimage {
    height: 85px;
    width: 110px;
    background-position: center;
    background-size: cover;
    float: left;
    margin-right: 12px;
    border-radius: 5px;
    position: absolute;
    left: 9px;
    top: 9px;
}

.products-area .product-area .textalan {
    position: relative;
    padding-left: 120px;
}

.products-area .product-area .textalan h6{
    color: #383838;
    width: 100%;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 5px;
    margin-bottom: 3px;
    font-size: 17px;
}

.products-area .product-area .textalan p{
    color: #5b5b5b;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
}

.products-area .product-area .textalan span{
    color: #252525;
    display: block;
    width: 100%;
    text-align: right;
    font-weight: 500;
    font-size: 17px;
}

.blog-area .videobox {
    margin-bottom: 25px;
    height: 240px;
}

.blog-category {
    width: 100%;
    padding: 0;
    margin: 0;
}

.blog-category li {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-category li a{
    width: 100%;
    text-decoration: none;
    background-color: #f5f5f5;
    display: block;
    margin-bottom: 2px;
    padding: 10px 13px;
    color: #4c4c4c;
}

.blog-category li a.active {
    color: #fff;
    background-color: #112b50;
}

.meet-us {
    width: 100%;
    display: table;
    margin: 0 auto;
    background-color: #23282f;
    z-index: 9;
    position: relative;
    padding: 15px;
    padding-bottom: 30px;
    margin-top: -1px;
}

.meet-us h3 {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 19px;
    text-align: center;
    padding: 0 10px;
    margin-top: 15px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 15px;
}

.meet-us p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
}

.meet-us .container {
    z-index: 2;
    position: relative;
}


.meet-us .form-group {
    width: 100%;
    margin-top: 10px;
}

.meet-us .form-group input {
    width: 100%;
    border: 0;
    background-color: transparent;
    padding: 8px 0px;
    outline: 0;
    color: #fff;
    border-bottom: 1.5px solid #fff;
}

.meet-us .form-group input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: #fff;
}

.meet-us .form-group input::placeholder {
    color: #fff;
}

.meet-us .form-group button {
    width: 100%;
    background: #fff;
    padding: 10px 12px;
    outline: 0;
    color: #23282f;
    border: 0px;
    font-weight: 700;
    border-radius: 500px;
}

.education-area .item {
    padding: 0px 7.5px;
}

.education-area .education{
    background-color: #fff;
    display: block;
    text-decoration: none;
    width: 100%;
    border-radius: 10px;
}

.education-area .education .images-area{
    background-color: #fff;
    width: 100%;
    height: 160px;
    display: block;
    background-size: cover;
    background-position: center;
    border-radius: 10px 10px 0px 0px;
}

.education-area .education .content {
    width: 100%;
    padding: 10px;
}

.education-area .education .content img {
    width: 48px;
    display: table;
    margin: 0 auto;
    margin-top: -34px;
    margin-bottom: 10px;
}

.education-area .education .book-images-area {
    width: 100%;
    background-color: #e3e4ee;
    border-radius: 10px 10px 0px 0px;
}

.education-area .education .content h4 {
    color: #23282f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    text-align: center;
    font-weight: 700;
}

.education-area .education .content p {
    color: #23282f;
    font-size: 14.5px;
    text-align: center;
}

.education-area .education .content span {
    background-color: #23282f;
    display: table;
    margin: 0 auto;
    padding: 8px 38px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 8px;
    border-radius: 50px;
    margin-top: -2px;
}

.paralax-area-home {
    width: 100%;
    display: inline-block;
    background-image: url(../img/paralax.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px;
}

.paralax-area-home h3 {
    display: table;
    margin: 0 auto;
    color: #fff;
    font-size: 23px;
}

.paralax-area-home h3 img{
    display: table;
    width: 100%;
    max-width: 195px;
    margin-top: 8px;
}

.paralax-area-home p {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 27px;
    margin-top: 16px;
}

.home-menu-all {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-top: 25px;
}

.home-menu-all li {
    width: 25%;
    margin: 0;
    padding: 7.5px;
    list-style: none;
    float: left;
}

.home-menu-all li a{
    width: 100%;
    display: block;
    background-color: #eff0f8;
    text-decoration: none;
    padding: 25px 25px;
    text-align: left;
    color: #212529;
    font-weight: 600;
    border-radius: 5px;
    position: relative;
}

.home-menu-all li a span {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 28px;
    height: 28px;
    background-color: #23282f33;
    border-radius: 5px;
}

.home-menu-all li a ion-icon {
    font-size: 25px;
    display: block;
    float: left;
    margin-right: 7px;
    color: #23282f;
}

.about-home h3 {
    margin-bottom: 35px;
}

.about-home p {
    text-align: right;
}

.home-video {
    padding: 0px 15px;
    background-size: cover;
    width: 100%;
    display: block;
    height: 300px;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    background-position: center;
    margin-top: -10px;
}

.home-video i {
    text-align: center;
    display: table;
    margin: 0 auto;
    border: 2px solid #fff;
    padding: 6px;
    height: 58px;
    width: 58px;
    border-radius: 50px;
    color: #fff;
    font-size: 22px;
    padding-top: 15px;
    position: absolute;
    left: 50%;
    margin-left: -29px;
    top: 43%;
}

.poadcast-area .videobox {
    height: 154px;
    background-position: center;
    margin-top: 10px;
    text-align: center;
    position: relative;
}

.poadcast-area h4 {
    z-index: 5;
}

.poadcast-area ion-icon {
    text-align: center;
    display: table;
    margin: 0 auto;
    border: 1.5px solid #fff;
    padding: 20px;
    height: 37px;
    width: 32px;
    border-radius: 50px;
    color: #fff;
    font-size: 8px;
    padding-top: 4px;
    position: absolute;
    left: 50%;
    margin-left: -34px;
    top: 37px;
    padding-bottom: 5px;
    z-index: 5;
}

.poadcast-area .audio-timer {
    color: #fff;
    font-size: 13px;
    padding-top: 9px;
}

.poadcast-area span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #23282f3d;
    z-index: 1;
    border-radius: 10px;
}

.educations-page .education {
    margin-bottom: 30px;
}

.educations-page {
    margin-bottom: 40px;
}

.education-detail-caro {
    padding-bottom: 95px;
}

.white-page {
    background-color: #fff;
}

.kare-contact-form {
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 30px;
    margin-top: -10px;
}

.kare-contact-form .form-group input {
    margin-bottom: 12px;
    font-size: 15px;
}

.book-order-area  {
    width: 100%;
    padding: 15px;
    background-color: #f4f4f475;
    border-radius: 10px;
}

.book-order-area img {
    width: 100%;
    background-color: #eff0f8;
    border-radius: 10px;
    margin-bottom: 15px;
}
.book-order-area h2 {
    width: 100%;
    font-size: 21px;
    color: #23282f;
}

.book-order-area p {
    width: 100%;
    font-weight: 600;
    font-size: 22px;
    border-bottom: 1px solid #979797;
    padding-bottom: 8px;
}

.book-order-area p span{
    display: table;
    font-size: 15px;
    font-weight: 600;
    text-decoration: line-through;
}

.book-order-area input {
    width: 100%;
    border: 1px solid #ccc;
    height: 48px;
    border-radius: 5px;
    outline: 0;
    padding: 6px 13px;
    margin-top: 1px;
}

.book-order-area button {
    width: 100%;
    background-color: #bc1825;
    color: #fff;
    border: 0px;
    height: 48px;
    border-radius: 5px;
    outline: 0;
}

.podcast-area {
    margin-bottom: -15px;
    padding-bottom: 105px;
}

.podcast-area .videoalan {
    margin-bottom: 15px;
}

.tavsiyeler-area {
    padding-bottom: 85px;
}

.product_area {
    width: 100%;
    display: block;
    margin-top: 10px;
    margin-bottom: 8px;
    background-size: cover;
    background-position: center;
    min-height: 208px;
    border-radius: 5px;
    position: relative;
    text-decoration: none;
    padding-top: 35px;
    padding: 10px;
}


.product_area span {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgb(35, 40, 47);
    background: linear-gradient(0deg, rgb(35 40 47 / 46%) 12%, rgba(38, 40, 91, 0) 100%);
    border-radius: 5px;
    z-index: 1;
}


.product_area h5 {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-top: 12px;
    background: rgb(35 40 47);
    margin-top: 149px;
    margin-bottom: 0;
    border-radius: 5px;
    padding-bottom: 14px;
    font-weight: 300;

}


.is-ortaklari {
    padding: 45px 0px;
    background-color: #fff;
}

.is-ortaklari .item {
    padding: 7.5px 10px;
}

.is-ortaklari .item a {
    padding: 15px 10px;
    background-color: #e7f0f963;
    display: block;
    border-radius: 5px;
}

.is-ortaklari .item  img {
    display: table;
    margin: 0 auto;
    height: 52px;
    width: auto !important;
}

.catalog-area img {
    width: 100%;
    margin-bottom: 25px;
}

.login-box {
    max-width: 420px;
    width: 100%;
    display: table;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 45px;
    background-color: #fff;
    padding: 12px;
    border-radius: 5px;
}

.login-box button {
    display: table;
    margin-top: 15px;
}

@media(max-width: 768px){
    .navbar-area .head-social {
        display: none;
    }

    .head-social {
        margin: 0;
        padding: 0;
        float: right;
        border-left: 0px solid #fff;
        padding-left: 3px;
        margin-left: 0px;
        padding-top: 3px;
        margin-top: -2px;
        height: 23px;
    }

    .navbar-area {
        background: #4face9;
        width: 100%;
        display: inline-block;
        margin: 0;
        padding: 15px 0px;
        margin-bottom: -7px;
        padding-top: 15px;
        text-align: center;
    }

    .navbar-area .contact {
        padding: 0;
        float: right;
        color: #fff;
        font-size: 16.5px;
        margin: 0px;
        width: 100%;
    }

    .navbar .hamburger-menu button {
        color: #25272c;
        font-size: 34px;
        outline: 0;
        margin-top: 0px;
    }

    .navbar {
        padding: 0px 0 !important;
    }

    .navbar .logo {
        margin-top: 34px !important;
        margin-left: 14px;
        margin-bottom: 17px;
    }

    .head-social li a {
        color: #23282f;
        text-decoration: none;
        background-color: #eff0f8;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        display: block;
        margin-left: 13px;
        text-align: center;
        padding-top: 4.5px;
        margin-top: -6px;
        font-size: 19px;
    }
    .navbar .logo a img {
        margin-top: -15px;
    }

    .navbar .hamburger-menu {
        display: inline-block;
        margin-left: auto;
        margin-top: 0px;
    }

    .hamburger-navigation .nav-menu li a ion-icon {
        display: none;
    }

    .hamburger-navigation .nav-menu li a {
        margin-top: 11px;
        font-weight: 500;
    }

    .meet-us .form-group input {
        margin-bottom: 12px;
    }

    .meet-us .form-group button {
        width: 100%;
        background: #fff;
        padding: 11px 12px;
        outline: 0;
        color: #23282f;
        border: 0px;
        font-weight: 700;
        border-radius: 500px;
        margin-top: 5px;
    }

    .about-home p {
        text-align: center;
    }

    .home-menu-all li {
        width: 100%;
    }

    .paralax-area-home h3 {
        text-align: center;
    }

    .paralax-area-home h3 img {
        display: table;
        width: 100%;
        max-width: 195px;
        margin: 0 auto;
        margin-top: 12px;
    }

    .page-hood-area {
        padding-top: 0px;
    }

    .kare-contact-form {
        margin-top: 15px;
    }

    .page-hood-area h3 {
        color: #fff;
        text-align: center;
        padding-top: 41px;
        font-size: 20px;
        line-height: 35px;
    }
}