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

body {
    background-color: #408acb0d;
}

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

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

.navbar-area {
    background: rgb(4, 57, 92);
    background: linear-gradient(140deg, rgba(4, 57, 92, 1) 31%, rgba(76, 156, 229, 1) 100%);
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 14px 0px;
}

.navbar-area p {
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin: 0px;
    font-weight: 300;
}

.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: #26285a;
    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: #448dcb;
    z-index: 99999;
}
.hamburger-navigation .layer {
    width: 100%;
    height: 0;
    background: #26285a;
    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: #26285a;
}

/* 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: 25px 0;
    padding-bottom: 20px;
    position: relative;
    background-color: transparent;
}
.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: 52px;
    z-index: 9999;
    position: relative;
}


.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 9px;
    padding: 0;
    list-style: none;
}
.navbar .site-menu ul li a {
    display: inline-block;
    color: #26285a;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
}

.navbar .site-menu ul li a.login-btn {
    background-color: #408acb;
    padding: 10px 16px;
    margin-top: -14px;
    border-radius: 5px;
    margin-right: -6px;
    color: #fff;
}


.navbar .site-menu ul li a.register-btn {
    background: rgb(4, 57, 92);
    background: linear-gradient(140deg, rgba(4, 57, 92, 1) 31%, rgba(76, 156, 229, 1) 100%);
    padding: 10px 16px;
    margin-top: -14px;
    border-radius: 5px;
    color: #ffff;
    margin-right: -12px;
}

.navbar .site-menu ul li a.register-btn ion-icon {
    float: left;
    display: block;
    margin-right: 7px;
    margin-top: 2px;
}


.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: #04395c;
    font-size: 45px;
    outline: 0;
    margin-top: -8px;
}

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

.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: #26285a78 !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: #26285a;
    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: #26285a;
    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: #26285a;
    font-size: 37px;
    margin-right: 16px;
    margin-top: 11px;
}

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

.about-area .rez-yap a span {
    display: table;
    color: #26285a;
    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: 21px;
}

.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: #c7c8d8;
    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: 15px;
    color: #494949;
    line-height: 27px;
}


/*Services 8 */

.services8 {
    display: flex;

}

.services8 .item {
    display: flex;
    flex-direction: column;
    background: #26285a;
    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: #26285a;
    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: #26285a;
    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:    #26285a;
    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: #26285a;
    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: #26285a;
    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: 115px;
}

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

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

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

.instagram-area .followbtn {
    float: right;
    display: table;
    width: auto;
    background-color: #26285a;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 6px 22px;
    margin-right: 3px;
    padding-bottom: 6px;
    margin-top: 13px;
    border-radius: 7px;
    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: 62px;
}

.footer-logo-area .footer-logo {
    height: 140px;
    display: table;
    margin: 0 auto;
    margin-bottom: -70px;
    margin-top: -75px;
    z-index: 9;
    position: relative;
}


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: 22px;
}


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: 36px;
    padding-bottom: 20px;
    width: 100%;
    background: linear-gradient(to bottom, #a4afc3, #c0c8d5, #e4e7ed);
    position: relative;
    background-position: center;
    background-size: cover;
}

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

.page-hood-area ul {
    display: table;
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid #04395c;
    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: #04395c;
    text-decoration: none;
}

.page-hood-area ul li a:hover{
    color: #0e476c;
    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: #26285a;
    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: #26285a;
    position: relative;
    margin-bottom: 0px;
    line-height: 1.25em;
}


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

.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: #26285a !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: 16px;
    color: #5f5f5f;
    line-height: 29px;
}

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

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

.career-area h6{
    margin-bottom: 21px;
    width: 100%;
    margin-top: 25px;
    border-bottom: 1px dashed #26285a7d;
    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: #26285a;
    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: #26285a;
    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: #26285a;
    font-weight: 500;
    border-bottom: 1px dashed #26285a;
    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: #26285a;
    margin-top: 5px;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #26285a;
    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: #04395c;
    padding: 9px 0px;
    text-align: center;
    display: block;
    text-decoration: none;
    font-size: 18px;
    padding-top: 12px;
}

.mobilesticty li:last-child a {
    background-color: #438ccb;
}

@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  {
    background: linear-gradient(to bottom, #a4afc3, #c0c8d5, #e4e7ed);
    position: relative;
    padding: 0px;
    padding-top: 35px;
}


@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    25% {
        background-position: 50% 100%;
    }
    50% {
        background-position: 100% 50%;
    }
    75% {
        background-position: 50% 0%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.slider img {
    width: 100%;
}

.slider .text-slide {
    width: 100%;
    padding-top: 155px;
}


.slider .text-slide p {
    position: relative;
    margin-bottom: 23px;
    font-size: 14px;
    color: #04395c;
}


.slider .text-slide h3 {
    font-size: 31px;
    line-height: 43px;
    font-weight: 300;
    color: #04395c;
    display: inline-block;
}

@keyframes textGradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.desktop-logo {
    padding: 0 !important;
}

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

.slide-btns {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 8px !important;
}

.slide-btns li {
    list-style: none;
    float: left;
    margin-right: 12px;
}

.slide-btns li a {
    color: #04395c;
    text-decoration: none;
    background-color: #ffffffc7;
    padding: 12px 21px;
    border-radius: 5px;
    font-weight: 400;
}

.slide-btns li:first-child a {
    background: #04395c;
    color: #fff;
}

.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: #26285a;
    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;
    }


    .navbar {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0 0;
        position: absolute;
        left: 0;
        top: -8px;
        z-index: 97;
        background-color: transparent;
    }

    .slide-btns {
        width: auto;
        margin: 0 auto;
        padding: 0;
        margin-top: 8px !important;
        display: table;
    }

    .slide-btns li {
        list-style: none;
        float: left;
        margin-right: 6px;
        margin-left: 6px;
    }
}

@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: #26285a;
        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: #26285a;
        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;
}

.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 .bloglist {
    color: #252525;
    margin-bottom: 25px;
    width: 100%;
    display: inline-block;
    background: #418bcb1f;
    position: relative;
    padding: 25px;
    border-radius: 5px;
    text-decoration: none;
    padding-right: 260px;
}

.blog-area .bloglist h4{
    font-size: 17px;
    font-weight: 500;
}

.blog-area .bloglist h6{
    font-size: 15px;
    border: 1px solid #04395c;
    display: table;
    padding: 7px 15px;
    margin-bottom: 15px;
    border-radius: 50px;
    color: #04395c;
}

.blog-area .bloglist p{
    font-size: 15px;
    font-weight: 300;
    margin-top:8px;
    line-height: 26px;
    margin-bottom: 0;
}


.blog-area .bloglist img{
    position: absolute;
    right: 25px;
    top: 30px;
    max-width: 210px;
    width: 100%;
}

.kare-blog-area {
    width: 100%;
    padding: 15px !important;
}

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


.blog-area .kare-blog-area img {
    width: 100%;
    position: relative !important;
    max-width: 240px;
    display: table;
    margin: 0 auto;
    margin-top: -25px;
    top: 0;
    margin-top: 15px;
}



.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: #418bcb;
    z-index: 9;
    position: relative;
    padding: 15px;
    padding-bottom: 30px;
    margin-top: 0;
    border-radius: 15px;
}

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

.meet-us p {
    color: #fff;
    font-size: 13.5px;
    line-height: 23px;
    font-weight: 300;
    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: 9px 0px;
    padding-bottom: 5px;
    outline: 0;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    font-weight: 300;
}

.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: 8px 12px;
    outline: 0;
    color: #225f93;
    border: 0px;
    font-weight: 500;
    border-radius: 500px;
    margin-top: 9px;
    font-size: 15px;
    margin-bottom: -5px;
}

.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: 210px;
    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: #04395c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    text-align: center;
    font-weight: 400;
    margin-top: 10px;
}

.education-area .education .content p {
    color: #04395c;
    font-size: 13px;
    text-align: center;
    font-weight: 300;
    line-height: 22px;
}

.education-area .education .content span {
    background-color: #04395c;
    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 {

    margin-top: 25px;
}

.box-home  {
    width: 100%;
    padding: 35px 0px;
    background-color: #fff;
}

.box-home .sirketx-box {
    width: 100%;
    background-color: #408acb21;
    display: inline-block;
    text-decoration: none;
    padding: 5px;
    border-radius: 200px;
}

.box-home .sirketx-box .ico{
    background-color: #fff;
    font-size: 25px;
    padding: 15px;
    border-radius: 500px;
    float: left;
    margin-right: 15px;
    color: #04395c;
}

.box-home .sirketx-box span {
    display: table;
    float: left;
    font-size: 15px;
    line-height: 20px;
    margin-top: 6px;
    color: #04395c;
}

.box-home .sirketx-box .click-btn{
    background-color: #418bcb;
    font-size: 19px;
    padding: 13px;
    border-radius: 500px;
    float: right;
    color: #fff;
    margin-top: 5px;
    margin-right: 5px;
}

.home-about {
    padding-top: 15px;
    padding-bottom: 45px;
    background-color: #fff;
}

.home-about h1 {
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 15px;
}

.home-about p {
    text-align: left;
    font-size: 15px;
    font-weight: 300;
}

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

.home-about .call-btn {
    background-color: #418bcb;
    font-size: 14px;
    padding: 10px 21px;
    border-radius: 8px;
    color: #fff;
    margin-top: 11px;
    text-decoration: none;
    display: table;
    font-weight: 400;
}

.sirketx-movie {
    padding: 45px 0px;
}

.sirketx-movie img {
    width: 100%;
    max-width: 1000px;
    display: table;
    margin: 0 auto;
}

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

.sx-hood-area h2 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 10px;
}

.sx-hood-area p {
    font-size: 15px;
    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;
}

.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%;
}

.customers-area {
    padding: 45px 0px;
}


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

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

.customers-area .videobox ion-icon {
    background: rgb(255 255 255 / 23%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    justify-content: center;
    align-items: center;
    text-align: center;
    display: table;
    width: 28px;
    height: 28px;
    color: #fff;
    padding-top: 4px;
    position: absolute;
    left: 50%;
    margin-left: -26px;
    bottom: 96px;
    padding-left: 15px !important;
    z-index: 5;
    padding: 13px;
    border-radius: 50px;
    padding-right: 12px !important;
}

.customers-area .videobox h4 {
    text-align: center;
    display: table;
    width: 90%;
    color: #fff;
    position: absolute;
    left: 5%;
    bottom: 10px;
    z-index: 5;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
}

.customers-area .videobox h4 span {;
    font-size: 15px;
    font-weight: 300;
}

.customers-area  .sx-hood-area {
   margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.sizi-arayalim {
    padding: 75px 0px;
    background-color: #fff;
}

.sizi-arayalim .context {
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
    max-width: 420px;
    display: table;
    margin: 0 auto;
    color: #04395c;
    margin-bottom: 10px;
    text-align: center;
}


.sizi-arayalim img {
    width: 100%;
}

.sizi-arayalim-form {
    border: 1.5px solid #dde6ff;
    border-radius: 15px;
    width: 100%;
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    box-shadow: -8px 0 20px 1px #1d5fcf1a;
    padding: 35px;
    background-color: #fff;
}

.sizi-arayalim-form input {
    color: #202d49;
    background-color: #0000;
    border: 1.5px solid #dfe7ece6;
    border-radius: 50px;
    height: 55px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 400;
    transition: border-color .3s;
    position: static;
    inset: 0%;
    width: 100%;
    margin-bottom: 21px;
}

.sizi-arayalim-form button {
    width: 100%;
    border: 0px;
    background-color: #3175af;
    color: #fff;
    padding: 14px 0px;
    border-radius: 50px;
    font-weight: 300;
    font-size: 15px;
    outline: 0;
}

.sizi-arayalim-form h6 {
    margin-bottom: 8px;
    color: #04395c;
    font-size: 22px;
    font-weight: 400;
}

.sizi-arayalim-form .sum {
    color: #04395c;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
}

.sizi-arayalim-form p.aydinlatma {
    text-align: center;
    margin-bottom: 0;
    color: #162a4cb3;
    font-size: 14px;
    margin-top: 21px;
}

.sizi-arayalim-form p a{
    font-weight: 500;
    text-decoration: none;
    color: #162a4cb3;
}

.fqa-area {
    padding-bottom: 35px;
}

.fqa-list {
    margin-bottom: 15px;
}

.fqa-list p{
    display: none;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #6b6b6b;
}

.fqa-list a {
    text-decoration: none;
    width: 100%;
    background-color: #dee2e9;
    display: block;
    padding: 13px 15px;
    border-radius: 5px;
    font-size: 15px;
    color: #47495a;
    font-weight: 400;
}

.calculate-box {
    background-color: #fff;
    display: block;
    padding: 6px 5px;
    text-decoration: none;
    text-align: left;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 11px #cccccc26;
}

.calculate-box h5{
    font-weight: 400;
    font-size: 15px;
    color: #04395c;
    margin-top: 9px;
}

.calculate-box h5 ion-icon{
    display: block;
    float: left;
    margin-right: 6px;
    color: #04395c;
    font-size: 20px;
    margin-left: 6px;
    margin-top: -1px;
}

.tools-text-area {
    background-color: #fff;
}

.tools-text-area h2 {
    margin-bottom: 15px;
}

.blog-tools {
    background-color: #3073ad;
    padding: 14px;
    border-radius: 5px;
    padding-bottom: 7px;
}

.blog-tools h6 {
    text-align: left;
    color: #fff;
    border-bottom: 1px dashed #ffff;
    padding-bottom: 10px;
    margin-bottom: 14px;
    font-weight: 300;
}

.blog-tools ul {
    margin: 0;
    padding: 0;
}

.blog-tools ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-tools ul li .calculate-box {
    box-shadow: none;
    background-color: #ffffffd4;
    margin-bottom: 10px;
}

.blog-tools ul li .calculate-box h5 {
    font-size: 14px;
}

.fqa-area {
    background-color: #fff;
    padding-top: 45px;
}

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

.service-area .service-box {
    width: 100%;
    display: block;
    padding: 15px;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #cccccc40;
}

.service-area .service-box img.cover {
    width: 100%;
    border-radius: 5px;
}

.service-area .service-box h4 {
    width: 100%;
    text-align: center;
    font-size: 17px;
    margin-top: 13px;
    margin-bottom: 5px;
}

.service-area .service-box p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 21px;
}

.service-area .service-box a {
    background-color: #3e86c6;
    color: #fff;
    border: 0px;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center;
    padding: 9px 0px;
    border-radius: 7px;
    background: linear-gradient(-45deg, #3e86c6, #04395c, #3e86c6, #04395c);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
}

.home-services {
    background-color: #fff;
    padding: 45px 0px;
    margin-bottom: 45px;
}

.home-services .item{
    padding: 0px 7.5px;
}

.home-service-box {
    border: 1px solid #3e86c6;
    padding: 12px;
    border-radius: 5px;
    text-align: center;
}

.home-service-box h6 {
    color: #04395c;
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 5px;
}

.home-service-box ion-icon {
    color: #04395c;
    font-size: 22px;
    margin-bottom: 3px;
    margin-top: 13px;
}

.nasil-calisir-page .sum {
    text-align: center;
}

.nasil-calisir-page .nasil-box {
    background-color: #fff;
    padding: 12px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 11px;
}

.nasil-calisir-page .nasil-box h5 {
    font-size: 14px;
    color: #04395c;
    font-weight: 400;
    border-bottom: 1px dashed #04395c;
    padding-bottom: 8px;
}

.nasil-calisir-page .nasil-box p{
    font-size: 13px;
    line-height: 23px;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.slogan-call {
    padding: 45px 15px;
    text-align: center;
    border-radius: 15px;
    background: linear-gradient(-45deg, #3e86c6, #04395c, #3e86c6, #04395c);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
    margin: 40px 0px;
    margin-bottom: 15px;
}

.slogan-call h6 {
    color: #fff;
    font-weight: 300;
    font-size: 19px;
}

.slogan-call p {
    color: #fff;
    margin: 0;
    font-weight: 300;
    font-size: 15px;
    margin-top: 16px;
    display: table;
    width: 100%;
}

@media(min-width: 768px) {

    .nasil-calisir-page .nasil-box {
        min-height: 170px;
    }

    .sizi-arayalim-form {
        max-width: 487px;
        float: right;
        margin-top: 25px;
    }
}

@media(max-width: 768px){

    .sizi-arayalim .context {
        font-size: 18px;
        font-weight: 300;
        line-height: 30px;
        max-width: 420px;
        display: table;
        margin: 0 auto;
        color: #04395c;
        margin-bottom: 10px;
        text-align: center;
        margin-top: 35px;
    }


    .image-setting {
        margin-top: 35px;
    }

    .blog-tools {
        margin-top: 15px;
    }

    .slider .text-slide {
        width: 100%;
        padding-top: 89px;
        text-align: center;
        padding-bottom: 20px;
    }

    .box-home .sirketx-box {
        margin-bottom: 8px;
    }

    .navbar-area .contact {
        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 {
        padding: 17px 0px;
    }

    .head-social li a {
        color: #26285a;
        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: 50px;
    }

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

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

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

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

    .meet-us .form-group button {
        width: 100%;
        background: #fff;
        padding: 11px 12px;
        outline: 0;
        color: #26285a;
        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: 72px;
    }

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

    .page-hood-area h3 {
        text-align: center;
        padding-top: 41px;
        font-size: 20px;
    }

    .blog-area .bloglist {
        padding-right: 0;
    }

    .blog-area .bloglist img {
        position: relative;
        right: 25px;
        top: 5px;
        max-width: 210px;
        width: 100%;
        display: table;
        margin: 0 auto;
    }
}