@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Andada+Pro:ital,wght@0,400..840;1,400..840&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


/*
font-family: "Noto Serif", serif;
font-family: "Old Standard TT", serif;
font-family: "Andada Pro", serif;
font-family: "Manrope", sans-serif;
color: #1800ad;
*/
body,html{width:100%;height:100%;min-height:100%;margin:0;padding:0}
body{font-size:13px;color:#111;font-family: "Manrope", sans-serif;font-weight:300;overflow-x:hidden!important;background: #f8f9fa;}
body h1{font-weight: 900;font-size:42px;color: #00367d;}
body h2{font-weight: 800;font-size: 42px;color: #00367d;margin-bottom: 30px;}
body h3{font-weight: 300;font-size:26px;color: #00367d;}
body h4{font-weight: 300;font-size:24px;color: #00367d;}

body h5{font-weight: 300;font-size: 22px;margin-top: 5px;color: #00367d;}
body h5{font-weight: 300;font-size: 20px;margin-top: 5px;color: #00367d;padding: 10px;}


body.scrollHidden{overflow:hidden!important}
*{box-sizing:border-box}
a{color:#d1d1d1;text-decoration:none}
a:hover{color:#000;text-decoration:none}
:focus{outline:0}
.left{float:left}
.right{float:right}
.none{display:none!important}
.fadee{-webkit-transition:all 1s cubic-bezier(.23,1,.32,1);-moz-transition:all 1s cubic-bezier(.23,1,.32,1);-o-transition:all 1s cubic-bezier(.23,1,.32,1);transition:all 1s cubic-bezier(.23,1,.32,1);-webkit-transition-timing-function:cubic-bezier(0.230,1.000,0.320,1.000);-moz-transition-timing-function:cubic-bezier(0.230,1.000,0.320,1.000);-o-transition-timing-function:cubic-bezier(0.230,1.000,0.320,1.000);transition-timing-function:cubic-bezier(0.230,1.000,0.320,1.000)}
.t{display:table;width:100%;height:100%}
.tc{display:table-cell;width:100%;height:100%;vertical-align:middle;text-align:center}
.btn-primary{color:#fff;background-color:#3d6cb8;border-color:#3d6cb8}
.btn-primary:hover{color:#fff;background-color:#3d6cb8;border-color:#3d6cb8}
label.error{color:red;font-size:11px;position:relative;top:-10px}
input.error,select.error,textarea.error{border:1px solid red!important}


#getinTouch {position: fixed;right: 0;top: 0;z-index: 999;background: #fff;width: 500px;height: 100vh;overflow-y: auto;padding: 30px;display: none;}
#getinTouch h3{font-size: 42px;font-weight: 900;}
#getinTouch h4{padding: 30px 0;}
#getinTouch .getinTouchClose{right: 25px;top: 35px;position: fixed;font-size: 26px;background: #eee;width: 40px;height: 40px;line-height: 35px;text-align: center;border-radius: 50%;cursor: pointer;}
#getinTouch .getinTouchClose:hover {background: #ddd;}

form#getinTouchForm {}
form#getinTouchForm textarea{font-size: 20px;height: auto;border-radius: 10px;padding: 16px;}
form#getinTouchForm input{font-size: 20px;height: auto;border-radius: 10px;padding: 16px;}
form#getinTouchForm select{font-size: 20px;height: auto;border-radius: 10px;padding: 16px;}
form#getinTouchForm label{display: block;margin: 0 0 0 5px;color: #999;}
label.error{color: red !important;font-size:11px;position:relative;top: 0px;display: none;}
input.error,select.error,textarea.error{border:1px solid red!important}

.kp-faq-home {background: #f5f5f5;border-radius: 10px;box-shadow: 0 10px 20px rgba(0,0,0,.1);margin: 30px 0;}

#contactForm {}
#contactForm label{font-size: 12px; line-height: 12px;}

.kp-faq {background: #f5f5f5;padding: 15px 30px 30px;border-radius: 10px;box-shadow: 0 10px 20px rgba(0,0,0,.1);margin: 30px 0;}
.kp-faq h2{font-size: 32px;}
.kp-faq ul{margin: 0;padding: 0 !important;list-style: none;}
.kp-faq li em b{text-decoration:none;cursor:pointer;font-size: 15px;font-style: normal;font-weight: 500;border-bottom: 1px solid #dadada;display:block;padding:10px 0;}
.kp-faq li ul{display:none; }
.kp-faq li ul:first-child{display:block}
.kp-faq ul li ul {padding: 15px !important;}

.btn-og {
    margin-top:30px;
}

.btn-og a{
    padding: 10px 40px;
    border-radius: 5px;
    border: solid 1px #000;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
}
.btn-og a:hover{
    padding: 10px 40px;
    border-radius: 5px;
    border: solid 1px #ccc;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    background-color:#000;
}


.mmlang {color: #fff;cursor: pointer;position: fixed;z-index: 911;height: 60px;top: 1px;right: 75px;display: flex;align-items: center;/* display: none; */}
.mmlang span{font-size: 17px;font-weight: 600;}
.mmlang img{height: 36px;}
.mmlang:hover .otherLang{display:block}

.lang {cursor: pointer;display: inline-block;background: #eee;padding: 3px 10px 1px 10px;border-radius: 4px;color: #333;margin-left: 1px;}
.lang span{}
.lang img{height:26px}
.lang:hover .otherLang{display:block}
.selectLang {}
.selectLang a{background: none !important;color: #333 !important;padding: 0 !important;}
.selectLang img{height: 22px;margin-right: 4px;}
.selectLang span{}
.otherLang{display:none;background: #fff;border-radius: 4px;padding: 8px;position:absolute;margin-left: -10px;width: 100px;z-index: 9;box-shadow: 1px 1px 2px rgba(0,0,0,.1);}
.otherLang a{margin: 0px 0 !important;color: #000 !important;padding: 0 !important;display: block;background: none !important;}
.otherLang a:hover{color:#999 !important;}
.otherLang a img{height: 22px;margin-right: 4px;}
.otherLang a span{}

header#header{width:100%;height: 100px;background:0 0;position: absolute;top:0;z-index:901;background: #fff;box-shadow: 0 0 2px rgba(0,0,0,.2);}
header#header .flex {display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;}
#logo{text-align: center;padding: 0;height: 100px;}
body.home header#header {background:none;border:0;box-shadow: none;}
body.home #slider {}
#logo a{display:inline-block;padding: 14px 0px;}
#logo img{height: 72px;padding:  0;}
nav#menu{font-weight:500;display: flex;justify-content: space-between;align-items: end;flex-direction: column;height: 100px;padding: 10px 0 5px 0;}
nav#menu ul#header-menu{list-style:none;padding:0;margin:0;text-align:center;position:relative;display: flex;}
nav#menu ul#header-menu li{display:inline-block;}
nav#menu ul#header-menu li a{color: #111;display:block;text-transform:uppercase;font-size: 14px;padding: 10px 20px;font-weight: 700;position: relative;}
nav#menu ul#header-menu li:hover a{color:#3d6cb8}
nav#menu ul#header-menu li:last-child a{
    padding-right: 0;
}
nav#menu ul#header-menu li.selected a{color: #00367d !important;}
nav#menu ul#header-menu li.selected a:after {content:"";display: block;height: 4px;background:#00367d;position: absolute;bottom: -5px;width: 100%;left: 0; display: none;}
nav#menu ul#header-menu li ul.header-child-menu{display:none;position:absolute;list-style:none;background:#fff;margin: 0;padding:15px;box-shadow: 0 20px 20px rgba(0, 0, 0, .2);}
nav#menu ul#header-menu li ul.header-child-menu li{float:none;display:block;margin:0;text-align:left;padding:0}
nav#menu ul#header-menu li ul.header-child-menu li a{color:#3d6cb8;margin:0;display:inline-block;font-size: 14px;padding:5px 10px;min-width:200px}
nav#menu ul#header-menu li:hover ul.header-child-menu li a{background:0 0;color:#666;position:relative}
nav#menu ul#header-menu li ul.header-child-menu li:hover a{color:#3d6cb8}
nav#menu ul#header-menu li:hover ul.header-child-menu{display:block}
nav#menu ul#header-menu li ul.header-child-menu li:first-child a:after{display:none}
nav#menu ul#header-menu ul.header-third-menu{display:none;position:absolute;background:rgba(0,0,0,.3)}
nav#menu ul#header-menu ul.header-third-menu li{display:block!important}
nav#menu ul#header-menu ul.header-child-menu li:hover ul.header-third-menu{display:block}
header#header #call{color:#000;font-size: 12px;text-transform:uppercase;display: flex;font-weight:500;letter-spacing:1px;position:relative;}

header#header #call a{color: #fff;display:block;padding: 5px;background: #00367d;margin-left: 4px;}
header#header #call:hover{opacity:.8}
header#header #call img{height:22px;}

header#header .header-contact{margin-top: 10px;}
header#header .header-contact a{background: #006bbd;color: #fff;padding: 4px 10px;border-radius: 4px;}
header#header .header-contact a i{}

.searchBarBtn {display: none;}

#searchBar {display: none;position: absolute;top: 100px;z-index: 9999999;background: #fff;width: 100%;padding: 10px 0;box-shadow: 2px 2px 4px rgba(0,0,0,.1);}
#searchBar .col.col-12.col-md-12 {position:relative;}
#searchBar .searchBtn {position: absolute;top: 0;right: 0;width: 90px;opacity: 0;z-index: 9;}
#searchBar i.fa-solid{position: absolute;top: 0;right: 0;padding: 10px 30px;display:block;font-size: 18px;color: #006bbd;}
#searchBar {}


.foundProducts {padding: 10px 15px;position: absolute;background: #fff;width: auto;border-radius: 4px;top: 52px;margin-left: 10px;box-shadow: 3px 3px 5px rgba(0,0,0,.5);}
a.foundProduct {display: block;padding: 5px 10px;color: #333;font-weight: 500;}
a.foundProduc:hover {color:#006bbd;}



/*
body.fixed #header{position: fixed;height: 107px;}
body.fixed #logo{padding: 15px 0;}
body.fixed #logo a img{height: 24px;}
body.fixed nav#menu ul#header-menu li ul.header-child-menu {margin: 0;}
body.fixed nav#menu ul#header-menu li a{}
body.fixed nav#menu ul#header-menu li a:hover{color:#3d6cb8}

body.fixed nav#menu ul#header-menu li{}
body.fixed header#header #call{}
body.fixed nav#menu ul#header-menu li a{padding: 15px;}
*/

video#vid{left:50%;min-height: 75vh;height: 75vh;min-width:100%;width:100%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:9;object-fit:cover}
section#slider{width:100%;position:relative;top: 0;margin-bottom: 0;}
section#slider .playvideo{position:absolute;bottom: 24px;z-index:8;border:1px solid #fff;color:#fff;padding:10px 30px;font-size: 12px;text-transform:uppercase;background: rgb(0 0 0 / 50%);cursor:pointer;border-radius: 5px;left: 20px;}
section#slider .owl-carousel .item{background-position:center;background-size:cover}
.owl-carousel .owl-nav button.owl-next{position:absolute;top:calc(50% - 53px);font-size:61px;color:#fff;right:0;width:50px}
.owl-carousel .owl-nav button.owl-prev{position:absolute;top:calc(50% - 53px);font-size:61px;color:#fff;left:0;width:50px}
.owl-carousel .owl-nav span{display:block;padding-bottom:15px}
.owl-carousel .owl-nav button.owl-prev{left:-100px;color:#3d6cb8}
.owl-carousel .owl-nav button.owl-next{right:-100px;color:#3d6cb8}
.owl-carousel .owl-nav button.owl-prev:hover{background:0 0;color:#333}
.owl-carousel .owl-nav button.owl-next:hover{background:0 0;color:#333}
.owl-carousel .owl-nav button:focus{outline:0}
.owl-theme .owl-dots{margin:0;bottom:-40px}
.owl-theme .owl-dots .owl-dot span{background:#fff;border:1px solid #aaa}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#3d6cb8}
.owl-theme .owl-dots button:focus{outline:0}
section#slider .owl-carousel .owl-nav button.owl-next{position:absolute;top:calc(50% - 53px);font-size:61px;color:#fff;right:0;width:50px}
section#slider .owl-carousel .owl-nav button.owl-prev{position:absolute;top:calc(50% - 53px);font-size:61px;color:#fff;left:0;width:50px}
section#slider .owl-carousel .owl-nav span{display:block;padding-bottom:15px}
section#slider .owl-dots{position:absolute;bottom:0;width:100%}
section#slider .owl-theme .owl-nav [class*=owl-]:hover{color:#333;background:0 0}
section#slider .owl-theme .owl-dots .owl-dot.active span,section#slider .owl-theme .owl-dots .owl-dot:hover span{background:#3d6cb8}
section#slider .owl-carousel .owl-nav button:focus{outline:0}
section#slider .owl-carousel .owl-item img{object-fit:cover;height: 100vh;object-position: center;object-position: right;}
section#slider .owl-carousel .owl-item .slideImage:before{content:"";display:block;background: linear-gradient(0deg, #03A9F4, transparent);position:absolute;bottom: 0;left:0;width:100%;height: 50%;z-index:1;opacity: 0;}
section#slider .item .item-text{display:flex;position:absolute;z-index:2;left:0;top: 150px;width:100%;/* height:100%; */align-items: start;justify-content: left;padding-bottom: 33px;}
section#slider .item .slideText{text-align: left;width:50%;max-width:90%}
section#slider .item .slideTextBig{color: #111;font-size: 52px;line-height: 52px;z-index:1;display:block;font-weight: 800;white-space: nowrap;}
section#slider .item .slideTextBig c{color:#3d6cb8}
section#slider .item .slideTextSmall{color: #111;font-size: 24px;line-height:22px;font-weight: 600;z-index:1;margin: 10px 0 30px 0;display: block;}
section#slider .item .slideBtn{color: #fff;font-size: 14px;background: #00367d;padding: 10px 30px;text-transform:uppercase;margin-top:15px;display:inline-block;font-weight:500;letter-spacing:1px;position: relative;top: 0;border-radius: 4px;}
section#slider .item .slideBtn:hover {top:-10px;}

.features-bar-area{position:absolute;bottom:10px;z-index:99;width:100%;}
.features-bar-area h3{text-align:center;font-weight:600;font-size:22px;}
.features-bar{background:linear-gradient(90deg, #162a4a 0%, #1e3c72 50%, #162a4a 100%);padding:0;color:#ffffff;border-radius:10px;}
.feature-item{display:flex;align-items:center;padding:15px;transition:transform 0.3s ease;}
.feature-item:hover{transform:translateY(-5px);}
.feature-icon{font-size:2.8rem;margin-right:20px;min-width:60px;display:flex;justify-content:center;}
.feature-content h5{font-weight:700;margin-bottom:2px;font-size:14px;text-transform:uppercase;letter-spacing:0.5px;color:#fff;padding:0;}
.feature-content p{margin-bottom:0;font-size:13px;opacity:0.9;font-weight:300;line-height:1.3;}



section.about {padding: 60px 0 60px 0;font-size: 16px;font-weight: 400;}
section.about strong, section.about b{font-weight: 800 !important;}
section.about h1{font-size: 42px; margin: 0;}
.about-content {margin: 0;}
section.about .photo-grid .col-6 { padding: 5px; }
section.about .gray-box { background-color: #ddd; width: 100%; height: 100%; min-height: 250px; display: block;object-fit: cover;}
section.about .foto {width: 100%;border-radius: 8px;}
section.about .foto-1 {aspect-ratio: 0.8;}
section.about .foto-2 {aspect-ratio: 0.9;}
section.about .foto-3 {aspect-ratio: 1;}
section.about .foto-4 {aspect-ratio: 0.9;}
section.about .kp-box-01-text-numbers{display: flex;flex-direction: row;justify-content:space-between;padding: 30px 0;}
section.about .kp-box-01-text-numbers div{display: flex;}
section.about .kp-box-01-text-numbers div span i{color: #ccc;margin-right: 10px;font-size: 21px;display: none;}
section.about .kp-box-01-text-numbers div span{text-align: center;}
section.about .kp-box-01-text-numbers div span b{font-size: 64px;line-height: 50px;display: block;}
section.about .kp-box-01-text-numbers div span small{font-size: 16px;color: #999;}
section.about .kp-box-01-text-link{position:relative;top:0;color: #fff;font-size: 12px;background: #2357a7;padding: 12px 40px;text-transform:uppercase;margin-top:15px;display:inline-block;letter-spacing:1px;font-weight: 400;clear: both;border-radius: 4px;}
section.about .kp-box-01-text-link:hover{top:-5px;}



section#home-about{background: #f8f9fa;color:#111;padding:60px 0;font-weight: 300;text-align: center;overflow: hidden;line-height: 28px;font-size: 16px;}
section#home-about .home-about-foto{margin:0;height:100%;position:relative}
section#home-about .home-about-foto img{width:100%;margin-bottom:100px}
section#home-about .home-about-foto img:nth-child(2){width:70%;position:absolute;left:0;top:33%;background:#fff;padding:20px 20px 0 0}
section#home-about .home-about-text{padding:50px;display:flex;align-items:center;margin:auto;box-shadow:0 5px 30px 0 rgb(0 0 0 / 10%);position:relative;top:50px;left:-100px;background:#fff}
section#home-about .home-about-text-subtitle{color:#111;font-size:18px;margin-bottom:20px;font-weight:500;font-style:italic;padding-left:10px}
section#home-about .home-about-text-title{color:#3d6cb8;font-size:42px;font-weight:500;font-style:italic}
section#home-about .home-about-text-title:before{display:block;text-align:right;width:25px;height:1px;background:#111;position:relative;left:calc(100% - 25px);margin-bottom:14px}
section#home-about .home-about-text-desc{font-size:16px;font-weight:300;margin:40px 0}
section#home-about .home-about-text-desc h2{font-weight:100;font-size:42px;margin-bottom:40px}
section#home-about .home-about-text-desc h2 em{display:inline-block;font-style:italic}
section#home-about .home-about-text-desc h2 strong{display:inline-block;font-weight:900}
section#home-about .home-about-text-link{position:relative;top:0;color: #fff;font-size:12px;background:#3d6cb8;padding:12px 40px;text-transform:uppercase;margin-top:15px;display:inline-block;border-radius:50px;font-weight:500;letter-spacing:1px}
section#home-about .home-about-text-link:hover{top:-10px;}
section#home-about-banner{text-align:center;margin-top:100px;background:url('/assets/img/overlay.jpg'); background-size:cover; background-attachment:fixed;padding:100px 0;color: #fff;}

section#home-highlight{background:#fff;color:#111;padding:60px 0}
section#home-highlight .home-highlight-foto{margin:0;height:100%;position:relative}
section#home-highlight .home-highlight-foto img{width:100%;margin-bottom:100px}
section#home-highlight .home-highlight-foto img:nth-child(2){width:70%;position:absolute;left:0;top:33%;background:#fff;padding:20px 20px 0 0}
section#home-highlight .home-highlight-text{padding:50px;display:flex;align-items:center;margin:auto;box-shadow:0 5px 30px 0 rgb(0 0 0 / 10%);position:relative;top:50px;left:-100px;background:#fff}
section#home-highlight .home-highlight-text-subtitle{color:#111;font-size:18px;margin-bottom:20px;font-weight:500;font-style:italic;padding-left:10px}
section#home-highlight .home-highlight-text-title{color:#3d6cb8;font-size:42px;font-weight:500;font-style:italic}
section#home-highlight .home-highlight-text-title:before{display:block;text-align:right;width:25px;height:1px;background:#111;position:relative;left:calc(100% - 25px);margin-bottom:14px}
section#home-highlight .home-highlight-text-desc{font-size:16px;font-weight:300;margin:40px 0}
section#home-highlight .home-highlight-text-desc h2{font-weight:100;font-size:42px;margin-bottom:40px}
section#home-highlight .home-highlight-text-desc h2 em{display:inline-block;font-style:italic}
section#home-highlight .home-highlight-text-desc h2 strong{display:inline-block;font-weight:900}
section#home-highlight .home-highlight-text-link{color:#000;font-size:12px;background:#3d6cb8;padding:12px 40px;text-transform:uppercase;margin-top:15px;display:inline-block;border-radius:50px;font-weight:500;letter-spacing:1px}
section#home-highlight .home-highlight-item:nth-child(2n) .col-foto{order:2}
section#home-highlight .home-highlight-item:nth-child(2n) .home-highlight-text-title:before{left:0}
section#home-highlight.dark{background:#111;color:#fff}
section#home-highlight.dark .home-highlight-text-subtitle{color:#fff}
section#home-booknow{width:100%;background-size:cover;background-position:top;background-attachment:fixed;text-align:center;color:#fff;font-weight:100;font-size:22px;padding: 150px 20px;position:relative}
section#home-booknow img{display:block;margin:auto}
section#home-booknow a{color: #fff;font-size:16px;background:#3d6cb8;padding:15px 50px;text-transform:uppercase;margin-top:15px;display:inline-block;border-radius:50px;font-weight:500;letter-spacing:1px;position: relative;top: 0;}
section#home-booknow a:hover {top:-10px}
section#home-booknow h3{font-weight:500;font-style:italic;font-size:36px;letter-spacing:1px;margin:20px 0;position: relative;z-index: 2;text-transform: uppercase;}
section#home-booknow h4{font-weight:500;font-style:italic;font-size:32px;letter-spacing:1px;margin:20px 0;position: relative;z-index: 2;text-transform: uppercase;}

section#home-boxes{background:#fff;color:#111;padding:60px 0}
section#home-boxes .home-boxes-bg{width: 100%;height: 60vh;display: flex;align-items: center;justify-content: center;position: relative;}
section#home-boxes .home-boxes-bg .container {z-index:2;}
section#home-boxes .home-boxes-bg:after{content:"";display:block;background: rgba(0,0,0,.7);position:absolute;top:0;left:0;width:100%;height: 100%;z-index: 1;}
section#home-boxes .home-boxes-foto{margin:0;height:100%;position:relative}
section#home-boxes .home-boxes-foto img{width:100%;margin-bottom:100px}
section#home-boxes .home-boxes-foto img:nth-child(2){width:70%;position:absolute;left:0;top:33%;background:#fff;padding:20px 20px 0 0}
section#home-boxes .home-boxes-text{padding:50px;display:flex;flex-direction: column;margin-left:10px;text-align: left;margin:auto;box-shadow:0 5px 30px 0 rgb(0 0 0 / 10%);position:relative;top: -150px;background:#fff}
section#home-boxes .home-boxes-text-subtitle{color:#111;font-size:18px;margin-bottom:20px;font-weight:500;font-style:italic;padding-left:10px}
section#home-boxes .home-boxes-text-title{color:#4179A7;font-size:42px;font-weight:500;font-style:italic}
section#home-boxes .home-boxes-text-title:before{display:block;text-align:right;width:25px;height:1px;background:#111;position:relative;left:calc(100% - 25px);margin-bottom:14px}
section#home-boxes .home-boxes-text-desc{font-size:16px;font-weight:300;margin:40px 0}
section#home-boxes .home-boxes-text-desc h2{font-weight:100;font-size:42px;margin-bottom:40px}
section#home-boxes .home-boxes-text-desc h2 em{display:inline-block;font-style:italic}
section#home-boxes .home-boxes-text-desc h2 strong{display:inline-block;font-weight:900}
section#home-boxes .home-boxes-text-link{position:relative;top:0;color: #fff;font-size:12px;background: #d20d22;padding:12px 40px;text-transform:uppercase;margin-top:15px;display:inline-block;font-weight:500;letter-spacing:1px;border-radius: 4px;}
section#home-boxes .home-boxes-text-link:hover{top:-10px;}
section#home-boxes .home-boxes-btn {color: #fff;font-size:14px;background: #4179A7;border: 1px solid rgba(255,255,255,.5);display:inline-block;border-radius: 5px;font-weight: 600;position: absolute;bottom: -15px;padding: 7px 15px;right: 15px;}
section#home-boxes .home-boxes-text h4 {color: #000;font-weight: 700;font-weight:500;}
section#home-boxes .home-boxes-text div.p {font-size: 16px;color: #666;font-weight: 500;margin-top: 8px;}







aside.shop-category {}
aside.shop-category ul{margin: 0; padding: 0; list-style: none;}
aside.shop-category ul li{border-bottom: 1px solid #ccc;}
aside.shop-category ul li a{color:#3d6cb8;font-size: 16px;font-weight: 600;padding: 10px 0;display: block;}
aside.shop-category ul li a:hover{color:#999}







/*kp-box-04*/

section#kp-box-04{background:#fff;color:#111;padding: 120px 0;}
section#kp-box-04 .kp-box-04-item {margin-bottom: 120px;}
section#kp-box-04 .kp-box-04-foto{margin:0;height:100%;position:relative;}
section#kp-box-04 .kp-box-04-foto img{width:100%;object-fit: cover;aspect-ratio: 16/9;}
section#kp-box-04 .kp-box-04-foto img:nth-child(2){width:70%;position:absolute;left:0;top:33%;background:#fff;padding:20px 20px 0 0}
section#kp-box-04 .kp-box-04-text{padding: 15px;display:flex;align-items:center;margin:auto;position:relative;background:#fff;width: 100%;}
section#kp-box-04 .kp-box-04-text-subtitle{color: #8DC6E8;font-size: 13px;margin-bottom:20px;font-weight: 700;text-transform: uppercase;letter-spacing: 1px;}
section#kp-box-04 .kp-box-04-text-title{color: #3d6cb8;font-size: 36px;font-weight: 600;margin-bottom: 20px;}
section#kp-box-04 .kp-box-04-text-title:before{display:block;text-align:right;width:25px;height:1px;background:#111;position:relative;left:calc(100% - 25px);margin-bottom:14px}
section#kp-box-04 .kp-box-04-text-desc{font-size: 16px;font-weight: 300;margin: 15px 0;line-height: 28px;}
section#kp-box-04 .kp-box-04-text-desc p{text-align: left !important;}
section#kp-box-04 .kp-box-04-text-link{color: #fff;padding: 10px 40px;margin-top: 10px;font-size: 13px;background: #3d6cb8;text-transform: uppercase;font-weight: 700;letter-spacing: 1px;margin-right: 60px;position: relative;display: inline-block;top: 0;}



section#kp-box-04 .kp-box-04-gallery-button{display: none;}
section#kp-box-04 .kp-box-04-gallery-button:first-child{display: inline-block;}

section#kp-box-04 .kp-box-04-text-link.kp-box-04-text-link2{position:relative;top:0;color: #8DC6E8;font-size: 13px;background:#fff;padding: 10px 40px;margin-top: 10px;text-transform:uppercase;display:inline-block;border-radius: 5px;font-weight: 700;letter-spacing:1px; border:1px solid #8DC6E8;}
section#kp-box-04 .kp-box-04-text-link:hover{top:-10px;}

section#kp-box-04 .kp-box-04-item.room-item .kp-col-text {order:2;}
section#kp-box-04 .kp-box-04-item .kp-col-foto {order:1;}


section#kp-box-04 .kp-box-04-item:nth-child(2n) .kp-col-foto {order:3;}



section#home-booknow p{font-size: 18px;line-height:26px;letter-spacing:1px;margin: 60px 0;}
section#home-booknow:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8)}
section#home-booknow .home-booknow-content{position:relative;z-index:5;width:60%;margin:auto}
form#joinForm{width:500px;max-width:100vw;margin:auto}
form#joinForm .form-control{font-size:14px;letter-spacing:1px;background:0 0;margin-bottom:15px;padding:15px;border-radius:0}
form#joinForm .form-control::placeholder{color:#fff}
form#joinForm .btn-primary{color:#fff;margin-top:30px;display:inline-block;border:1px solid #fff;padding:12px 30px;text-transform:uppercase;font-weight:600;letter-spacing:1px;background:#3d6cb8;border-radius:0;font-size:14px}
section#home-prices{width:100%;height:auto;background-size:cover;background-position:top;background-attachment:fixed;text-align:center;color:#fff;font-weight:100;font-size:22px;padding:100px 0}
section#home-prices img{display:block;margin:auto}
section#home-prices h3{font-size:64px;margin-bottom:20px;font-weight:600;}
section#home-prices p{font-weight: 300;font-style:italic;font-size:18px;letter-spacing:1px;margin-bottom:60px}
section#home-prices .price-card{border:5px solid #fff;padding:60px 30px;margin:20px 0}
section#home-prices .price-card h4{font-size:42px;margin-bottom:30px;font-weight:400;font-weight: 300;}
section#home-prices .price-card span.price{font-weight:200;font-size:72px}
section#home-prices .price-card span.price small{font-size:22px;font-weight:100}
section#home-prices .price-card span.price-desc{font-style:italic;font-size:18px;display:block;line-height:26px}
section#home-prices .price-card a.price-btn{color:#3d6cb8;margin-top:60px;display:inline-block;border:1px solid #3d6cb8;padding:12px 30px;text-transform:uppercase;font-weight:600;letter-spacing:1px;font-size:14px}
section#home-text{padding:60px 0 0 0}
section#home-text .container{padding:0 10%}
section#home-text h3{text-align:center;font-size:26px;padding:30px 0}
section#home-text i{text-align:center;color:#3d6cb8;font-size:22px;margin:0 0 30px 0;font-weight:100;font-style:italic;display:block}
section#home-text p{text-align:center;color:#061535;font-size:14px}
section#highlights{padding:60px 0 0 0}
section#highlights .highlight{margin:30px 0}
section#highlights .highlight a{color:#333}
section#highlights .highlight a:hover .highlight-text h4{color:#000}
section#highlights .highlight .highlight-text-col{z-index:1;align-items:center;display:flex;padding:0 0 0 15px}
section#highlights .highlight:nth-child(2n) .highlight-text-col{order:1;padding:0 15px 0 0}
section#highlights .highlight .highlight-foto img{width:130%;float:right;border-radius:10px}
section#highlights .highlight:nth-child(2n) .highlight-foto img{float:left}
section#highlights .highlight .highlight-text{background:#eeeeee70;box-shadow:0 0 10px rgba(0,0,0,.3);padding:40px 30% 30px 60px;border-radius:10px}
section#highlights .highlight:nth-child(2n) .highlight-text{padding:40px 20px 30px 30%}
section#highlights .highlight .highlight-text h3{font-size:15px;color:#999;font-weight:400}
section#highlights .highlight .highlight-text h4{font-size:26px;font-weight:700;line-height:26px}
section#highlights .highlight .highlight-text p{line-height:18px}
section#home-quote{background:#fff;width:100%;text-align:center;padding:50px 25%;overflow:hidden}
section#home-quote .home-quote-hotel-name{font-size:16px;text-transform:uppercase;font-weight:100;color:#666}
section#home-quote img{height:50px}
section#home-quote a{color:#333}
section#home-quote .home-quote-title{margin:20px 0;font-size:24px;font-weight:100;color:#000;letter-spacing:2px}
section#home-quote .home-quote-title::before{content:"";display:none;width:300px;height:2px;background:#3d6cb8;margin:20px auto}
section#home-quote .home-quote-text{font-size:16px;margin:0;font-weight:100}
.quoteMore{background:url(/assets/img/bg-white.png) #f0f0f0;width:50%;text-align:center;padding:50px 20px;font-style:italic;overflow:hidden}
.quoteMore img{height:50px}
.quoteMore .home-quote-title{margin:0;font-size:18px;letter-spacing:2px}
.quoteMore .home-quote-title::before{content:"";display:block;width:300px;height:2px;background:#3d6cb8;margin:20px auto}
.quoteMore .home-quote-text{font-size:25px;margin:20px 0}
section#whyHotel{width:100%;padding:50px 0;color:#333;overflow:hidden}
section#whyHotel .owl-carousel{padding:0 60px}
section#whyHotel .owl-carousel .owl-stage-outer{padding:0 0}
section#whyHotel h3{font-weight:100;font-size:26px;text-align:center;margin-bottom:50px}
section#whyHotel h3:after{height:2px;background:#3d6cb8;display:block;content:"";width:70px;margin:10px auto}
section#whyHotel .item a{text-transform:uppercase;background:#fff;display:block;height:460px;text-align:center}
section#whyHotel .item a img{width:100%;object-fit:cover;height:250px}
section#whyHotel .item a p img{width:auto;height:100px;margin:20px auto}
section#whyHotel .item a h4{color:#333;font-size:17px;margin:0;padding:30px}
section#whyHotel .item a h4:after{display:none;content:"";width:7px;height:45px;background:#3d6cb8;margin:0 0 0 -16px;position:absolute;border-radius:0 5px 5px 0;top:185px}
section#whyHotel .item a span{display:block;color:#333;font-size:14px;margin:0;padding:0 30px;font-weight:300;line-height:24px;text-transform:initial}
section#whyHotel .item a.home-hotel-list-item button{width:calc(100% - 40px);border:1px solid #ccc;color:#333;padding:10px 30px;display:inline-block;text-align:center;font-weight:500;cursor:pointer}
section#whyHotel .item a.home-hotel-list-item{padding-bottom:20px;height:auto}
section#whyHotel .item a.home-hotel-list-item p img{height:72px;margin:40px auto}
section#whyHotel .owl-carousel .owl-nav button.owl-prev{left:-25px;color:#aaa;top:calc(50% - 160px)}
section#whyHotel .owl-carousel .owl-nav button.owl-next{right:-25px;color:#aaa;top:calc(50% - 160px)}
section#whyHotel .owl-carousel .owl-nav button.owl-prev:hover{background:0 0;color:#ccc}
section#whyHotel .owl-carousel .owl-nav button.owl-next:hover{background:0 0;color:#ccc}
section#home-yellow-big-text{width:100%;height:180px;background:url(/assets/img/bg-craft.png) #c5aa7b;line-height:180px;color:#fff;font-size:52px;text-align:center;letter-spacing:6px}
section#home-yellow-text{width:100%;height:50px;background:url(/assets/img/bg-craft.png) #c5aa7b;line-height:50px;color:#061535;letter-spacing:1px;font-size:14px;text-align:center;font-style:italic}
section#home-rooms{width:100%;overflow:hidden;padding-top: 30px;}
section#home-rooms h3{
    color: #000;
    font-size: 42px;
    
    font-weight: 500;
    font-style: italic;
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase;
}
section#home-rooms .home-room-col{height:calc(100vw / 5);background-size:cover;background-position:center;display:flex;margin-bottom:30px}
section#home-rooms .home-room{background:#fff;opacity:1;width:100%;overflow:hidden;}
section#home-rooms .home-room .home-room-text{background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,#000 100%);background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,#000 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 100%);position:absolute;width:100%;bottom:0;padding:60px 20px 0 20px}
section#home-rooms .home-room h4{color: #3d6cb8;font-size: 42px;margin:0;font-weight: 500;font-style: italic;}
section#home-rooms .home-room p{color:#fff;font-size:14px;font-style:italic;margin-top:10px}
section#home-rooms .home-room a{display:block;width:100%;height:100%;position:relative;background-size:cover;background-position:center}
section#home-rooms .home-room a:hover .p{margin-bottom:40px}
section#subSlider{width:100%;position:relative;margin: 100px 0 0 0;clear:both;overflow:hidden}
section#subSlider .item{background-position:center;background-size:cover;height: 480px;object-fit:cover}
section#subSlider .item.empty-item{height: 100px;}
body.list section#subSlider .item{height:100px;}
body.shop section#subSlider .item{height:100px;}
section#subSlider .item .slideImage{height:100%;background: #006bbd;}
section#subSlider .item img{object-fit:cover;width:100%;height:100%}
section#subSlider.noSlayt{height:200px}
section#subSlider .item .item-text{display:flex;position:absolute;top:0;/* left: 140px; */width:100%;height:100%;align-items: center;justify-content: left;z-index:2}
section#subSlider .item .slideText{/* text-align:center; */}
section#subSlider .item .slideTextBig{color:#fff;font-size: 32px;z-index:1;display:block;font-weight:900;/*text-transform:uppercase;*/}
section#subSlider .item .slideTextSmall{color:#333;font-size:30px;z-index:1;font-weight:400;margin:0;display:block;font-style:italic;letter-spacing:2px}
section#subSlider .item .slideBtn{color:#fff;font-size:13px;background:#3d6cb8;padding:10px 30px;border-radius:4px;text-transform:uppercase;font-weight:600;margin-top:15px}
section#subSlider .item .slideImage:before{content:"";display:block;background:rgba(0,0,0,.0);position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
section#subSlider #startBtn{position:absolute;width:100%;text-align:center;z-index:2;bottom:30px;display:none}
section#subSlider #startBtn a.discoverBtn{transform:scale(.8);background:url(/assets/img/discover.png);width:592px;height:100px;margin:31px auto;line-height:100px;font-size:42px;letter-spacing:5px;text-align:center;display:block;color:#fff}
section#subSlider #startBtn a.followBtn{color:#fff;font-size:24px;letter-spacing:4px}
section#subSlider #startBtn a.followBtn b{font-weight:400;font-size:34px}
section#subSlider #startBtn a.galleryPageBtn{background:#00000050;padding:20px;border:2px solid #fff;border-radius:50%;height:80px;display:inline-block}
section#subSlider #startBtn a.galleryPageBtn img{height:36px}
section#page{padding:30px 0}
section#page .page-hotel-name{font-size:16px;text-transform:uppercase;font-weight:100;color:#666;text-align:center}
section#page .page-title{text-align:center;font-size:26px;padding:30px 0}
section#page .page-desc{text-align:center;color:#3d6cb8;font-size:22px;margin:0;font-weight:100;font-style:italic}
section#page .page-desc img{height:50px;margin-top:-30px;margin-bottom:20px;position:relative;z-index:9;display:none}
section#page .page-desc:after{display:none;content:"";width:300px;height:2px;background:#3d6cb8;margin:20px auto}
section#page .page-content{margin:0;font-weight:400;padding:30px 0;margin-top:0;font-size: 16px;line-height: 32px;}
section#page .page-content h1{font-size:26px;font-weight: 700;}
section#page .page-content h2{font-size:21px;font-weight: 700;}
section#page .page-content h3{font-size:18px;font-weight: 700;}
section#page .page-content h4{font-size:16px;font-weight:700;margin:0 0 5px}
section#page .page-content ul{padding:0 0 0 20px}
section#page .page-content strong{font-weight:600}
section#page.contact .page-content{padding: 60px 0;}

section#page.contact .page-content h3{margin-top: 20px;font-size: 28px;font-weight: 700;margin-bottom: 20px;text-transform: uppercase;font-style: italic;}
section#page.contact .page-content a{display: inline-block; font-weight: 500;color: #111;}
section#page.contact .page-content a:hover{color: #000;}
section#page.contact .page-content a:after{content:""; display:block;background: #999;width: 100%;height: 1px;margin: auto;}

.page-gallery {}
.page-gallery .gallery-photo {margin-bottom: 30px;}
.page-gallery .gallery-photo a{display: block;border: 1px solid #eee;}
.page-gallery .gallery-photo a img{}
.page-gallery .gallery-photo a:hover{opacity:0.5}




#sync1 .item{background: #fff;padding:24px;text-align:center;border: 1px solid #ccc;border-radius: 4px;}
#sync2 .item{padding:5px;cursor:pointer;opacity:0.6;transition:opacity 0.3s;}
#sync2 .current .item{opacity:1;border: 2px solid #10357b;background: #fff;}
#sync2{margin-top:10px;}


.titleBar {background: #006bbd;color:#fff;height: 100px;display: flex;align-items: center;}
.titleBar .product-title{color:#fff;margin: 0;font-size: 32px;}



.titleBar .product-code {font-size: 18px;font-weight: 800;}


.product-detail {font-size: 16px;font-weight: 400;color: #333;background: #f8f9fa;padding: 100px 0 30px 0 !important;}
.product-detail .breadcrumb{color:#ccc;font-size: 14px; display: none;}
.product-detail .breadcrumb a{color:#434751; padding:0 10px}
.product-detail .breadcrumb a:hover{text-decoration: underline;}
.product-detail .breadcrumb a:first-child{padding:0 10px 0 0}
.product-detail .breadcrumb a:last-child{color:#00367d;font-weight: 700;}

.product-subcontent {
    margin: 30px 0;
}
.product-subcontent h2.product-subtitle{
    font-size: 26px;
    margin-bottom: 15px;
}
.product-subcontent div.product-subtext{}
.product-subcontent .breadcrumb{}



.detail-header {padding:15px 30px}
.detail-header ul{
    margin: 0 0;
    padding:0 18px;
}
.detail-header ul li{
    margin-bottom: 0px;
    padding-left: 10px;
}

.detail-header ul li::marker {
    /* Font Awesome 6 Free/Pro ve Solid aÃ„Å¸Ã„Â±rlÃ„Â±Ã„Å¸Ã„Â± (900) */
    font-family: "Font Awesome 6 Free";
    font-weight: 400; 
    
    /* Ã„Â°konun Unicode karÃ…Å¸Ã„Â±lÃ„Â±Ã„Å¸Ã„Â± (circle-check) */
    content: "\f058"; 
    
    /* GÃƒÂ¶rsel dÃƒÂ¼zenlemeler */
    color: #00367d; /* Ã„Â°kon rengi */
    font-size: 1.1em; /* Ã„Â°kon boyutu */
}

.pdfler {margin-top:30px;}
.pdfler p {margin:0 0 10px 0}
.pdfler a{/* background: #00367d; *//* color:#fff; *//* padding: 5px 30px; *//* display: inline-block; *//* border-radius: 4px; *//* max-width: 100%; *//* width: 400;/* text-align: center; */enter;/* margin: 3px; */}

/* Ana kapsayıcıyı sağa yaslamak için */
.product-downloads-container {
    align-items: center;
     /* Butonlar arası boşluk */
}

.btn-download {
    background-color: #ffffff; /* Beyaz zemin üzerine mavi yazı */
    color: #00367d; /* Mevcut mavi tonunuz */
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    border: 1px solid transparent;
    margin: 4px 3px;
}

.btn-download i {
    margin-right: 8px; /* İkon ile metin arası boşluk */
    font-size: 22px;
    display: block;
}

/* Üzerine gelince efekt */
.btn-download:hover {
    background-color: #00367d;
    color: #f0f0f0;
}

/* Mobil uyum için */
@media (max-width: 992px) {
    .product-downloads-container {
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .btn-download {width:100%;}
}



.product-detail table{font-size: 14px;}
.product-detail table tr{}
.product-detail table td{ padding:10px;border:1px solid #ccc; font-size: 12px;}
.product-detail table th{ padding: 10px; background: #00367d; color: #fff;border:1px solid #ccc;font-size: 12px; vertical-align: middle; text-align: center;}
.product-detail table td p{padding: 0;margin: 0;}

.product-detail .table-striped>tbody>tr:nth-of-type(odd)>* {background: #e2f5ff;}


#dynamicTab {background:#006bbd;border: 0;border-radius: 4px;}
#dynamicTab li.nav-item {}
#dynamicTab .nav-link {color: #fff!important;font-size: 14px;}
#dynamicTab .nav-link.active {color: #fff !important;font-weight: 600;}
#dynamicTab .nav-link:hover {opacity:.7} 
#dynamicTab .nav-link.active:after {content:"";display:block;height: 4px;width: 100%;background: #fff;position: relative;top: 9px;} 



#dynamicTabContent .tab-pane {background:#f3f4f5;padding: 45px 30px;border-radius: 5px;margin-top: 10px;}

#tab-pane-2 th p{margin-bottom: 0;}
#tab-pane-2 td p{margin-bottom: 0;}


.product-detail .olcuTablosu table {}
.product-detail .olcuTablosu table th{padding: 10px; background: #00367d; color: #fff;border:1px solid #ccc;font-size: 12px; vertical-align: middle; text-align: center;}
.product-detail .olcuTablosu table td{border:1px solid #ccc; padding: 10px;vertical-align: middle; font-size:12px;}
.product-detail .olcuTablosu table tr td:first-child {}
/*.product-detail .olcuTablosu table tr td:first-child:nth-last-child(3) {background: #fff; --bs-table-bg-type: #;text-align: center;} 
.product-detail .olcuTablosu table tr:first-child td {background: #1f6abb !important;color: #fff;font-weight: 700;}
*/
td[rowspan] {vertical-align: middle !important;}

.shop-content img{max-width: 100%;}
aside.services-aside {background: #f5f5f5;position: sticky;top: 100px;box-shadow: 0 10px 20px rgba(0, 0, 0, .1);border-radius: 10px;padding: 20px;}
aside.services-aside ul{margin: 0;padding: 0 !important;list-style: none;}
aside.services-aside ul li{}
aside.services-aside ul li a{color: #000;font-weight: 400;font-size: 16px;padding: 6px;display: block;border-bottom: 1px solid #eee;}
aside.services-aside ul li a:hover{color: #666;}


section#home-boxes{width:100%;text-align:center;color:#fff;font-weight:100;font-size: 22px;padding: 0;}
.home-boxes-title {color:#fff;}
section#home-boxes .col{padding:0}
section#home-boxes .home-boxes-item{height:100%;display:flex;align-items:center;min-height: 360px;}
section#home-boxes .home-boxes-item-text a{display:block;box-shadow: 0 0 20px rgba(0,0,0,.1);text-align:center;font-weight:500;font-size:14px;letter-spacing:1px;color: #3d6cb8;}
section#home-boxes .home-boxes-item-text a:hover{color:#fff}
section#home-boxes .home-boxes-item img{width:100%;object-fit:cover}
section#home-boxes .home-boxes-item-text h4{color:#fff;font-size:36px;margin:0;padding:10px;font-weight:500;width:100%}
section#home-boxes .home-boxes-item-text span{color:#999;font-size:20px;margin:30px auto;width:90%;display:block;font-weight:300;line-height:30px;text-transform:initial}
section#home-advantages{width:100%;text-align:center;color:#111;background:#fff;font-weight:100;font-size:22px;padding:50px 0 100px 0;overflow:hidden;background-image: url(/assets/img/neden-tennis-plus-2.jpg);background-repeat: no-repeat;background-position: center bottom;background-size: 22%;}
section#home-advantages h2{font-weight:500;font-style:italic;font-size:36px;letter-spacing:1px;margin:20px 0}
section#home-advantages h3{font-weight:500;font-style:italic;font-size:22px;letter-spacing:1px;color:#3d6cb8;margin:20px 0}
section#home-advantages span{font-size:18px;width:50%;display:block;margin:0 auto 40px auto}
section#home-advantages ul{float:left;overflow:hidden;width:50%;text-align:left;list-style:none;padding:0}
section#home-advantages ul li{width:50%;font-size:16px;margin-bottom:30px}
section#home-advantages ul li img{display:block;height: 92px;}
section#home-advantages ul li strong{font-weight:500;font-size:24px;display:block;margin: 0px 0 10px 0;}
section#home-advantages ul:nth-child(2){text-align:right;float:right}
section#home-advantages ul:nth-child(2) li{display:inline-block;text-align:right}
section#home-advantages ul:nth-child(2) li img{display:inherit}
section#home-reviews{background: url(/assets/img/ankara-tenis-kursu-incek.jpg) #000;;color:#fff;text-align:center;padding:0 0 100px 0;;position: relative;;;}
section#home-reviews:before{content:"";display:block;background: rgba(0,0,0,.85);position:absolute;top:0;left:0;width:100%;height: 100%;z-index: 0;}

section#home-reviews video{width:100%;background:#3d6cb8;position:relative;top:-100px;margin:auto;display:block}
section#home-reviews iframe{width:100%;background:#3d6cb8;border: 10px solid #3d6cb8;position:relative;top:-100px;margin:auto;display:block;height:480px}
section#home-reviews h3{font-weight:500;font-style:italic;font-size:36px;letter-spacing:1px;margin:20px 0;position: relative;z-index: 2;}
section#home-reviews ul{list-style:none;padding:0;width:75%;display:block;margin:auto}
section#home-reviews ul li p{font-size:20px;font-weight:100;font-style:italic;line-height:36px}
section#home-reviews ul li img{height:72px;width:72px;border-radius:50%;border:none;margin:auto}
section#home-reviews ul li span{display:block;font-weight:500;font-size:22px;margin:10px 5px 0}
section#home-reviews ul li small{font-size:14px;color:#ccc}
section#home-reviews .owl-carousel .owl-stage{display:flex;align-items:center}
section#home-reviews .owl-carousel .caption{text-align:center}

section#home-package{width:100%;text-align:center;color:#111;font-weight:100;font-size:22px;padding:100px 0}
section#home-package h2{font-weight:500;font-style:italic;font-size:36px;letter-spacing:1px;margin:20px 0}
section#home-package h3{font-weight:500;font-style:italic;font-size:22px;letter-spacing:1px;color:#3d6cb8;margin:20px 0}
section#home-package span{font-size:18px;width:50%;display:block;margin:0 auto 40px auto}
section#home-package p{font-style:italic;font-size:24px;line-height:26px;letter-spacing:1px;margin:10px 0 60px 0}
section#home-package .home-package-item{margin-bottom:30px}
section#home-package .home-package-item a{background:#fff;display:block;box-shadow:0 0 20px rgba(0,0,0,.1);text-align:center;position:relative;overflow:hidden}
section#home-package .home-package-item a img{width:100%;object-fit:cover}

section#home-package .home-package-item a h4{
    font-size: 22px;
    margin: 0;
    padding: 15px 10px;
    bottom: 0;
    text-align: left;
    font-weight: 500;
    
    letter-spacing: 0;
    width: 100%;
    color: #000;
}



section#home-package .home-package-item a h4:after{display:none;content:"";width:7px;height:45px;background:#3d6cb8;margin:0 0 0 -16px;position:absolute;border-radius:0 5px 5px 0;top:185px}
section#home-package .home-package-item a span{display:none;color:#333;font-size:18px;margin:0;padding:0 30px 30px 30px;font-weight:300;line-height:24px;text-transform:initial}
section#home-package .home-package-item a:hover img{transform:scale(1.1)}

#list2 {}
#list2 .cat{padding: 60px 0;border-bottom: 1px solid #eee;}
#list2 h2{text-align: center;font-weight: 800;color: #154786;font-size: 32px;}
#list2 .item{text-align: center;}
#list2 .item a{}
#list2 .item a img{width: 100%; aspect-ratio: 1;object-fit: contain;}
#list2 .item a h4{font-size: 14px;color:#154786;font-weight: 600;position:relative; z-index:22}
#list2 .item a span{font-size: 14px;color:#666;font-weight: 600;position:relative; z-index:22}
#list2 .item a:hover img{opacity:.7; transform:scale(1.1)}


section#teams{width:100%;text-align:center;color:#111;font-weight:100;font-size:22px;padding:100px 0}
section#teams h2{font-weight:500;font-style:italic;font-size:36px;letter-spacing:1px;margin:20px 0}
section#teams h3{font-weight:500;font-style:italic;font-size:22px;letter-spacing:1px;color:#3d6cb8;margin:20px 0}
section#teams span{font-size:18px;width:50%;display:block;margin:0 auto 40px auto}
section#teams p{font-style:italic;font-size:24px;line-height:26px;letter-spacing:1px;margin:10px 0 60px 0}
section#teams .team-item{margin-bottom:30px}
section#teams .team-item a{display:block;text-align:center;position:relative;/* overflow:hidden; */}
section#teams .team-item a figure {overflow:hidden;width:100%;height: 410px;margin: 0;position: relative;display: flex;}
section#teams .team-item a img{width:100%;height: 480px;object-fit:cover;overflow: hidden;}
section#teams .team-item a h4{font-size:28px;margin:0;padding: 10px 0 5px 0;text-align:left;font-weight:500;letter-spacing:0;width:100%;color: #111;}
section#teams .team-item a h4:after{display:none;content:"";width:7px;height:45px;background:#3d6cb8;margin:0 0 0 -16px;position:absolute;border-radius:0 5px 5px 0;top:185px}
section#teams .team-item a span{color: #999;font-size: 16px;margin:0;padding: 0;font-weight:300;line-height:24px;width: 100%;text-align: left;}
section#teams .team-item a:hover img{opacity:.5}

section#home-altmenu{font-weight: 300;}
section#home-altmenu h5{font-weight: 500;}


section#home-blog{width:100%;color: #2357a7;font-weight:100;font-size:22px;padding:30px 0;background: linear-gradient(45deg, #fff, #eee);overflow: hidden;background: #fff;}
section#home-blog h2{font-weight: 800;/* text-transform: uppercase; */font-size: 42px;margin: 15px 0px 40px 0px;color: #2357a7;text-align: center;}

section#home-blog h3{font-weight:500;font-style:italic;font-size:22px;letter-spacing:1px;color:#3d6cb8;margin:20px 0}
section#home-blog span{font-size:18px;width:50%;display:block;margin:0 auto 40px auto}
section#home-blog p{font-size: 13px;margin: 0px 0 40px 0;}

section#home-blog .home-blog-item{margin-bottom:30px}
section#home-blog .home-blog-item a{/* background:#fff; */display:block;position:relative;overflow:hidden;text-align: left;text-align: center;}
section#home-blog .home-blog-item .home-blog-item-texts {}


section#home-blog .home-blog-item a img{width:100%;height: auto;object-fit:cover;object-fit:contain;aspect-ratio: 1;/* background-color: #f7f7f7; *//* border-radius: 10px; *//* box-shadow: 0 10px 20px rgba(0, 0, 0, .1); */width: 100%;aspect-ratio: 1;}
body.home section#home-blog .home-blog-item a img{width:100%;height: auto;object-fit:cover;aspect-ratio: .7;background-color: #f7f7f7; border-radius: 8px; box-shadow: 0 10px 20px rgba(0, 0, 0, .1);}
body.home section#home-blog .home-blog-item a:before{content:"";display:block;background: linear-gradient(0deg, #03A9F4, transparent);position:absolute;bottom: 0;left:0;width:100%;height: 50%;z-index:1;opacity: 0;}
.list-urunler section#home-blog .home-blog-item a:before{content:"";display:block;background: linear-gradient(0deg, #03A9F4, transparent);position:absolute;bottom: 0;left:0;width:100%;height: 50%;z-index:1;opacity: 0;}

section#home-blog .home-blog-item a h4 {font-size: 14px;margin: 0;/* padding: 20px; */text-align: center;font-weight: 600;width: 100%;color: #111;position: relative;z-index: 222;font-size: 14px;color: #154786;font-weight: 600;position: relative;z-index: 22;}
body.home section#home-blog .home-blog-item a h4 {font-size: 28px;margin: 0;padding: 20px;top: 14px;text-align: center;font-weight: 800;/* text-transform: uppercase; */letter-spacing: 0;width: 100%;color: #2357a7;position: absolute;}

section#home-blog .home-blog-item a h4:after{display:none;content:"";width:7px;height:45px;background:#3d6cb8;margin:0 0 0 -16px;position:absolute;border-radius:0 5px 5px 0;top:185px}


section#home-blog .home-blog-item a span{color:#333;font-size: 14px;margin:0;font-weight:300;text-transform:initial;display: block;width: 100%;padding: 0 10px;font-size: 14px;color: #666;font-weight: 600;position: relative;z-index: 22;}

section#home-blog .home-blog-item a small {color:#5c5c5c;font-weight: 600;font-size: 16px;letter-spacing: 1px;padding: 10px;display: block;margin-top: 10px;}
section#home-blog .home-blog-item a:hover img{opacity:.7; transform:scale(1.1)}

.list-urunler section#home-blog .home-blog-item a {border-radius: 8px;overflow:hidden;}
.list-urunler section#home-blog .home-blog-item a img{width:100%;height: auto;object-fit:cover;aspect-ratio: .7;background-color: #fff; border-radius: 8px; box-shadow: 0 10px 20px rgba(0, 0, 0, .1);}
.list-urunler section#home-blog .home-blog-item a h4 {font-size: 22px;margin: 0;padding: 20px;top: 15px;text-align: center;font-weight: 800;/* text-transform: uppercase; */letter-spacing: 0;width: 100%;color: #2357a7;position: absolute;}



section#home-blog-portfolio{width:100%;font-weight:100;font-size:22px;padding:30px 0;background: #0f151e;}

section#home-blog-portfolio h2{font-weight:500;font-size:36px;margin: 20px 20px 10px 0px;}

section#home-blog-portfolio h3{font-weight:500;font-style:italic;font-size:22px;letter-spacing:1px;color:#3d6cb8;margin:20px 0}
section#home-blog-portfolio span{font-size:18px;width:50%;display:block;margin:0 auto 40px auto}
section#home-blog-portfolio p{font-size: 13px;margin: 0px 0 40px 0;}

section#home-blog-portfolio .home-blog-item{margin-bottom:30px}
section#home-blog-portfolio .home-blog-item a{display:block;position:relative;overflow:hidden;text-align: left;}
section#home-blog-portfolio .home-blog-item a img{width:100%;height: auto;object-fit:cover;aspect-ratio: 1;background-color: #f7f7f7;border-radius: 10px;box-shadow: 0 10px 20px rgba(0, 0, 0, .1);}

section#home-blog-portfolio .home-blog-item a h4 {
    font-size: 22px;
    margin: 0;
    padding: 3px 10px;
    bottom: 0;
    text-align: left;
    font-weight: 500;
    
    letter-spacing: 0;
    width: 100%;
    color: #fff;
}

section#home-blog-portfolio .home-blog-item a h4:after{display:none;content:"";width:7px;height:45px;background:#3d6cb8;margin:0 0 0 -16px;position:absolute;border-radius:0 5px 5px 0;top:185px}
section#home-blog-portfolio .home-blog-item a span{color:#fff;font-size: 14px;margin:0;font-weight:300;text-transform:initial;display: block;width: 100%;padding: 0 10px;}

section#home-blog-portfolio .home-blog-item a small {color:#5c5c5c;font-weight: 600;font-size: 16px;letter-spacing: 1px;padding: 10px;display: block;margin-top: 10px;}
section#home-blog-portfolio .home-blog-item a:hover {opacity:.7}






section#home-news {
    color: #111;
    padding: 30px 0;
    overflow: hidden;
}
section#home-news h2{
    color: #00367d;
    text-align: center;
    font-size: 52px;
    margin: 60px 0px 90px 0px;
}
.home-news-item {}
.home-news-item a{
    display: block;
}
.home-news-item figure{margin:0;overflow: hidden; border-radius: 8px;}
.home-news-item img{
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 8px;
}
.home-news-item a:hover img {transform:scale(1.1)}
.home-news-item header{padding: 5px 10px 15px 10px;}
.home-news-item h4{
    font-size: 17px;
    font-weight: 600;
    margin: 10px 0 15px 0;
}
.home-news-item span{
    display: block;
    margin-bottom: 10px;
    color: #111;
}
.home-news-item small{
    color: #999;
    font-weight: 600;
}
.home-news-item button{border:none;background: #006bbd;color: #fff;padding: 4px 10px;border-radius: 4px;}

.all-news-link {position: relative;
    top: 0;
    color: #fff;
    font-size: 12px;
    background: #d20d22;
    padding: 12px 40px;
    text-transform: uppercase;
    margin-top: 15px;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 4px;}
.all-news-link:hover {color: #fff; top:-10px;}

#home-treatments{background-color: #02588d;padding: 100px 0 100px 0;}
#home-treatments .home-boxes-title{color: #fff; border-left:solid 2px #04a9ce;}
#home-treatments .btn-ccc{color: #fff; border: solid 1px #ffffff;border-radius: 5px; padding: 10px 35px;}


.container-home-boxes{width:100%;position:relative;z-index:0;padding-top: 100px;}
.container-home-boxes .home-boxes-title {font-size: 24px;font-weight: 500;text-transform: uppercase;}
.container-home-boxes .item{background-position:center;background-size:cover;height: 400px;border-radius: 5px;overflow: hidden;margin-bottom: 30px;box-shadow: 1px 1px 5px #05446d;}
.container-home-boxes .item .item-text-area{width: 100%;height: 100%;position: relative;background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,55,71,1) 100%);background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,55,71,1) 100%);background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,55,71,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#003747',GradientType=0 );}
.container-home-boxes .item .item-text{position: absolute;bottom: -42px;width: 100%;padding: 10px;text-align: center;}
.container-home-boxes .item .item-text-title{color: #fff;font-size: 20px;font-weight: 300;}
.container-home-boxes .item .item-text-btn{color: #fff;padding: 6px;display: inline-block;font-size: 12px;border-radius: 5px;border: solid 1px #fff;width: 80%;text-align: center;}
.container-home-boxes .item .item-text-btn:hover{}
.container-home-boxes .item:hover .item-text{bottom:0;}
.container-home-boxes .btn-primary {background: #18a3d1;color: #fff;border:none;margin: 0 0 34px 0;padding: 15px 55px;display: inline-block;font-size: 16px;border-radius: 20px;}



#home-faq {padding: 60px 0;  background-size: cover;  background-attachment: fixed;}
.faq .accordion{border-top: 1px solid #cccccc40;}
.faq .accordion .card{border: 0; border-bottom: 1px solid #cccccc40;border-radius: 10px;margin: 5px;}
.faq .accordion .card-header{background: none;cursor: pointer;}
.faq .accordion .card-header:hover{background: rgba(0,0,0,.05);}
.faq .accordion .card-header img{height:36px; float:left;}
.faq .accordion .card-header h3{margin: 10px;float:left;font-size:16px;width: calc(100% - 60px);font-weight: 300;}
.faq .accordion .card-body{background: rgb(240 240 240);}


section#submenus{overflow:hidden}
section#submenus .submenu-item{margin-bottom:30px}
section#submenus .submenu-item a{background:#fff;display:block;box-shadow:0 0 20px rgba(0,0,0,.1);text-align:center}
section#submenus .submenu-item a img{width:100%;object-fit:cover;height:220px}
section#submenus .submenu-item a h4{color:#333;font-size:24px;margin:0;padding:30px}
section#submenus .submenu-item a h4:after{display:none;content:"";width:7px;height:45px;background:#3d6cb8;margin:0 0 0 -16px;position:absolute;border-radius:0 5px 5px 0;top:185px}
section#submenus .submenu-item a span{display:block;color:#333;font-size:18px;margin:0;padding:0 30px 30px 30px;font-weight:300;line-height:24px;text-transform:initial}
section#submenus .home-room-col{height:calc(100vw / 6);background-size:cover;background-position:center;display:flex}
section#submenus .home-room{position:absolute;left:0;top:0;right:0;bottom:0;background:rgba(6,21,53,.8);text-align:center;opacity:1}
section#submenus .home-room h4{color:#fff;font-size:35px;letter-spacing:4px;margin:0}
section#submenus .home-room p{opacity:0;margin-top:-33px;color:#fff;font-size:14px;font-style:italic;padding:0 30px}
section#submenus .home-room a{display:flex;flex-direction:column;width:100%;height:100%;align-items:center;justify-content:center}
section#submenus .home-room:hover{background:rgba(149,122,75,.8)}
section#submenus .home-room:hover p{opacity:1;margin-top:0}
section#submenus .home-room.gallery-photo{background:rgba(68,68,68,0)}
section#submenus .home-room.gallery-photo img{height:32px}
section#submenus .home-room.gallery-photo h4{opacity:0}
section#submenus .home-room.gallery-photo:hover{background: rgb(184 234 63 / 80%);}
section#submenus .home-room.gallery-photo:hover h4{opacity:1}
section#submenus .home-room.gallery-photo span{color:#fff;text-shadow:1px 1px 1px #000;position:absolute;bottom:0;width:100%;left:0;padding:10px;background:rgba(0,0,0,.4);display: none;}
section#page .page-content table.awards td{padding:8px;vertical-align:middle;font-size:10px}
.awards{font-weight:400}
body.golf-package-table table td{padding:10px!important}
body.golf-package-table table td:last-child{text-align:center}
body.golf-package-table table td:nth-last-child(2){text-align:center}
body.golf-package-table table td a{background:#3d6cb8;color:#fff;padding:5px 10px;border-radius:4px}
form#frmGolf input[type=text]{border:1px solid #ccc;padding:10px 20px;width:100%;margin-bottom:10px}
form#frmGolf input[type=date]{border:1px solid #ccc;padding:10px 20px;width:100%;margin-bottom:10px}
form#frmGolf input[readonly]{border:1px solid #ccc;padding:10px 20px;width:100%;margin-bottom:10px;background:#eee}
form#frmGolf select{border:1px solid #ccc;padding:10px 20px;width:100%;margin-bottom:10px}
form#frmGolf textarea{border:1px solid #ccc;padding:10px 20px;width:100%;margin-bottom:10px}
form#frmGolf input[type=submit]{border:0;background:#3d6cb8;color:#fff;padding:11px 20px 9px 20px;cursor:pointer}
form#frmGolf label{margin:0}
form#frmGolf input.error,form#frmGolf select.error,form#frmGolf textarea.error{border:1px solid red}
form#frmGolf label.error{display:none!important;color:red;font-size:12px}
section#listmenus .list-item{margin-bottom:30px}
section#listmenus .list-item-photo{position:relative}
section#listmenus .list-item-photo img{width:100%}
section#listmenus .list-item-name{position:absolute;bottom:0;background:rgba(6,21,53,.8);font-size:32px;color:#fff;text-align:center;width:100%;padding:15px 0;margin:0;letter-spacing:2px}
section#listmenus .list-item-text{background:#fff;font-size:12px;padding:10px 20px;font-style:italic;color:#000}
section#listmenus .list-item-text strong{font-size:18px;font-weight:600;letter-spacing:1px;color:#c5aa7b;margin:5px 0}
.list-fb h3{font-weight:100;font-size:26px;text-align:center;margin-bottom:0}
section#mainrest{padding:60px 0;background:#f5f5f5;text-align:center}
section#mainrest img{margin:60px 0;width:100%}
section#col6carousel{overflow:hidden;padding:0}
section#col6carousel .owl-carousel{padding:0 10px}
section#col6carousel .owl-carousel .owl-stage{margin:auto;display:flex;align-items:center}
section#col6carousel .owl-carousel .owl-stage-outer{padding:30px 0 0 0}
section#col6carousel .item a{text-transform:uppercase;background:#fff;display:block;box-shadow:0 0 20px rgba(0,0,0,.1);text-align:center}
section#col6carousel .item a img{width:100%}
section#col6carousel .owl-carousel .owl-nav button.owl-prev{left:0;color:#fff}
section#col6carousel .owl-carousel .owl-nav button.owl-next{right:0;color:#fff}
section#col3carousel{overflow:hidden;padding:60px 0}
section#col3carousel .owl-carousel{padding:0 60px}
section#col3carousel .owl-carousel .owl-stage-outer{padding:60px 0}
section#col3carousel .item a{text-transform:uppercase;background:#fff;display:block;box-shadow:0 0 20px rgba(0,0,0,.1);text-align:center}
section#col3carousel .item a img{width:100%}
section#col3carousel .item a h4{color:#333;font-size:18px;margin:0;padding:30px}
section#col3carousel .item a h4:after{display:none;content:"";width:7px;height:45px;background:#3d6cb8;margin:0 0 0 -16px;position:absolute;border-radius:0 5px 5px 0;top:185px}
section#col3carousel .item a span{display:block;color:#333;font-size:18px;margin:0;padding:0 30px;font-weight:300;line-height:24px;text-transform:initial}
section#col2carousel{overflow:hidden;background:#e5e5e5;padding:60px 0}
section#col2carousel .owl-carousel{padding:0 60px}
section#col2carousel .owl-carousel .owl-stage-outer{padding:60px 0}
section#col2carousel .item a{text-transform:uppercase;background:#fff;display:block;box-shadow:0 0 20px rgba(0,0,0,.1);text-align:center}
section#col2carousel .item a img{width:100%}
section#col2carousel .item a h4{color:#333;font-size:18px;margin:0;padding:30px}
section#col2carousel .item a h4:after{display:none;content:"";width:7px;height:45px;background:#3d6cb8;margin:0 0 0 -16px;position:absolute;border-radius:0 5px 5px 0;top:185px}
section#col2carousel .item a span{display:block;color:#333;font-size:18px;margin:0;padding:0 30px;font-weight:300;line-height:24px;text-transform:initial}








section#rooms{padding:60px 100px;margin-bottom:30px}
section#rooms #room-types{text-align:center;font-size:18px;font-weight:100;padding-bottom:90px}
section#rooms #room-types a{text-transform:uppercase;color:#333;padding:15px}
section#rooms #room-types a.selected{font-weight:600;text-decoration:underline}
section#rooms .room{background:#fff;margin-bottom:60px}
section#rooms .room:last-child{margin-bottom:0}
section#rooms .room-item-foto{margin:0;height:100%}
section#rooms .room-item-foto img{width:100%;object-fit:cover;height:100%}
section#rooms .room-item-text{padding:30px 15px 30px 0;font-size:14px;font-weight:100}
section#rooms .room-item-text h4{font-size:26px}
section#rooms .room-item-text span{display:block;margin-bottom:20px;margin-top:15px}
section#rooms .room-item-text a.room-detail-btn{border:1px solid #ccc;color:#333;padding:10px 30px;display:inline-block;width:48%;text-align:center;font-weight:500}
section#rooms .room-item-text a.room-book-btn{border:1px solid #3d6cb8;background:#3d6cb8;color:#fff;padding:10px 30px;display:inline-block;width:48%;text-align:center;font-weight:700}
section#rooms .room-item-text a:hover{opacity:.8}
section#rooms .room-item-text strong{font-weight:600}
section#rooms .room-item-text a.list-detail-btn{border:1px solid #ccc;color:#333;padding:10px 30px;display:inline-block;text-align:center;font-weight:500}
.roomOwl .owl-carousel{height:100%}
.roomOwl .owl-carousel .owl-stage{height:100%}
.roomOwl .owl-carousel .owl-stage-outer{height:100%}
.roomOwl .owl-carousel .owl-item{height:100%}
.roomOwl .owl-carousel .item{background-position:center;background-size:cover;height:100%;min-height:300px}
.roomOwl .owl-carousel .item a{display:block;height:100%}
.roomOwl .owl-carousel .owl-nav button.owl-prev{left:0;color:#3d6cb8}
.roomOwl .owl-carousel .owl-nav button.owl-next{right:0;color:#3d6cb8}
.roomOwl .owl-theme .owl-dots{margin:0;bottom:-40px}
.listTab:nth-child(2n-1) .col{order:0}
.listTab:nth-child(2n-1) .col:first-child{order:1}
section#rooms .listTab:nth-child(2n-1) .room-item-text{padding:30px 0 30px 15px;text-align:right}
.contactContent h2{font-size:32px!important;font-weight:100!important;color:#3d6cb8}
.contactContent strong{font-weight:600}
.contactContent a{color:#3d6cb8}
a.telBtn{background:#3d6cb8;color:#fff;padding:11px 20px 11px 20px}





footer#footer{font-size:12px;background: linear-gradient(0deg, #000, #061d49);padding: 90px 0 0 0;color: #fff;min-height: 200px;}
footer#footer nav#footerMenu{font-size: 14px;}
footer#footer nav#footerMenu p{color: #fff;letter-spacing: 1px;/* line-height: 26px; */font-size: 13px;margin-bottom: 10px;}
footer#footer nav#footerMenu p a{color:#fff; text-decoration:underline;}
footer#footer nav#footerMenu p a:hover{color:#999; text-decoration:none;}

footer#footer nav#footerMenu h5{font-size: 20px;margin: 0;font-weight: 400;text-transform: uppercase;letter-spacing: 2px;color: #2eaeed;padding: 4px 0;}
footer#footer nav#footerMenu h5:after {display: none;content: "";width: 70px;height: 1px;background: #3D3D42;margin: 10px 0;}

footer#footer nav#footerMenu ul{list-style: none;margin: 10px 0 10px 0;padding: 0;}
footer#footer nav#footerMenu ul li i{text-align:center; margin-right:10px}
footer#footer nav#footerMenu ul li a{text-decoration: none;color: #fff;letter-spacing: 2px;display: block;font-size: 11px;font-weight: 400;padding: 4px 0;text-transform: uppercase;display: inline-block;}
footer#footer nav#footerMenu ul li a:hover{color: #999;}

footer#footer nav#footerMenu .col:nth-child(1){padding-right: 80px;}
footer#footer nav#footerMenu .col:nth-child(1) h5{display:none;}
footer#footer nav#footerMenu .col:nth-child(2) h5{}
footer#footer nav#footerMenu .col:nth-child(3) h5{}

img.footer-logo {max-width: 100%; width:200px;}


#copyright{text-align:center;padding:20px;margin-top:50px;border-top:1px solid #333}
.top{position:fixed;bottom:20px;right:20px;font-size:32px;z-index:11;transform:rotate(180deg);display:none}
.top a{color:#fff;background:rgba(0,0,0,.2);padding:4px 20px 9px}
.top a:hover{background:rgba(0,0,0,.4)}
.top a img{height:16px}
.noslider section#booking-form{position:relative;bottom:70px}
.gallery section#booking-form{position:relative;bottom:70px}
.vr-screen{text-align:center}
.vr-screen a img{height:64px;display:block;margin:auto}
.cookie-notice{font-size:10px;line-height:12px;padding:15px;position:fixed;bottom:0;right:0;display:none;width:100%;color:#fff;background:#333;z-index:9999}
.cookie-notice a{display:inline-block;color:#ccc;text-decoration:underline}
.cookie-notice button{line-height:20px;font-weight:600;padding:0 30px;color:#fff;background:#8ec760;border:0;border-radius:4px;cursor:pointer;float:right}
.cookie-notice button:hover{background:#000}
header#mobileHeader{width:100%;height: 60px;position:fixed;top:0;z-index:10000;display:none;background: #fff;}

#whatsapp {position:fixed; bottom:20px; right:10px; z-index:901;}
#whatsapp img{height:48px;}

.top{position:fixed;bottom: 20px;right: 20px;font-size:32px;z-index:11;transform: rotate(180deg);display:none;}
.top a{color:#fff;background: rgba(0,0,0,.2);padding: 4px 20px 9px 20px;}
.top a:hover{background: rgba(0,0,0,.4);}
.top a img{height: 16px;}
.topbtn {display: none;position: fixed;z-index: 9999;right: 10px;bottom: 10px;background: rgba(255,255,255,.1);padding: 12px 16px;color: #999;border-radius: 4px;}
.topbtn img {height: 16px;}
header#mobileHeader a#mobileLogo{display:block;float:left;padding: 9px 0;}
header#mobileHeader a#mobileLogo img{height: 42px;}
.menu{position:absolute;z-index:911;width:60px;height:60px;top: 0px;right: 0px;-webkit-transition-duration:.5s;transition-duration:.5s}
.menu.fixed{position:fixed;z-index:911;top:10px}
.menu .icon{-webkit-transition-duration:.5s;transition-duration:.5s;position:absolute;height:2px;width:30px;top:28px;background-color: #10357b;border-radius:4px;left:15px}
.menu .icon:before{-webkit-transition-duration:.5s;transition-duration:.5s;position:absolute;width:30px;height:2px;background-color: #10357b;content:"";top:-10px;border-radius:4px}
.menu .icon:after{-webkit-transition-duration:.5s;transition-duration:.5s;position:absolute;width:30px;height:2px;background-color: #10357b;content:"";top:10px;border-radius:4px}
.menu.open .icon{-webkit-transition-duration:.5s;transition-duration:.5s;background:0 0}
.menu.open .icon:before{-webkit-transform:rotateZ(45deg) scaleX(1.25) translate(6.5px,6.5px);transform:rotateZ(45deg) scaleX(1.25) translate(6.5px,6.5px)}
.menu.open .icon:after{-webkit-transform:rotateZ(-45deg) scaleX(1.25) translate(6px,-6px);transform:rotateZ(-45deg) scaleX(1.25) translate(6px,-6px)}
.menu:hover{cursor:pointer}

body.fixed header#mobileHeader {/* background: rgba(0,0,0,.75); *//* height: 60px; */}
body.fixed header#mobileHeader a#mobileLogo {/* padding: 6px 10px; */}
body.fixed header#mobileHeader a#mobileLogo img{/* height:48px; */}
body.fixed .menu {/* top:0; */}
body.fixed .mmlang {top:0;}

footer#footer .social a {color: #ffffff; width: 16px;display: inline-block;height: 16px;border-radius: 50%;text-align: center;padding-top: 5px;margin-right: 15px;}
footer#footer .social a:hover{opacity:0.8;}
footer#footer .social a svg{margin-top: 3px;height:24px;}

footer#mobileFooter{position:fixed;left:0;bottom:0;height:50px;background:#525252;z-index:8000;width:100%;display:none}
footer#mobileFooter ul{width:100%;margin:0;padding:0}
footer#mobileFooter ul li{float:left;width:20%;text-align:center;list-style:none;padding:7px 0}
footer#mobileFooter ul li:nth-child(2n){background:rgba(0,0,0,.1)}
footer#mobileFooter ul li a{text-decoration:none;color:#fff}
footer#mobileFooter ul li a img{height:20px}
footer#mobileFooter ul li a span{display:block;font-size:10px;color:#fff;font-weight:400;float:inherit}
nav#mobileMenu{display:none;position:fixed;top:0;background: #00367d;z-index:9999;width:100%;text-align:center;height:100%}
nav#mobileMenu.mobileHotelsMenu{height:calc(100% - 50px);z-index:10000}
nav#mobileMenu div.div{display:table;width:100%;height:calc(100% - 00px);margin-top:0px}
nav#mobileMenu ul{list-style:none;margin:0;padding:0;display:table-cell;width:100%;vertical-align:middle}
nav#mobileMenu li a{color: #fff;display:block;padding:15px;text-transform:uppercase;font-size: 16px;line-height: 18px;font-weight: 600;}
nav#mobileMenu li ul li a{color:#fff;font-weight:300;font-size:22px}
nav#mobileMenu ul li ul{display:none;background:#333}
nav#mobileMenu li.mmLogo{margin:20px 0}
nav#mobileMenu li.mmLogo a img{height:52px}
nav#mobileMenu li.mmLang a{display:inline-block}
nav#mobileMenu li.mmSocial:before{display:block;content:"";height:1px;width:100px;background: #ffffff10;margin:15px auto}
nav#mobileMenu li.mmSocial a{display: block;text-transform: none;}
nav#mobileMenu li.mmSocial a img{height:22px}

#mmcall {display:none; width: 48px;height: 48px;background: #000;border-radius: 7px;padding: 10px;position: fixed;left: 10px;bottom: 20px;z-index: 99;}

.mobileSearchBtn {position: absolute;right: 72px;top: 14px;z-index: 999;}
.mobileSearchBtn .searchBarBtn {display:block;color: #10357b;font-size: 22px;}





@media screen and (min-width:1200px){
.container{max-width:1200px}
.feature-content .col-lg-3:nth-child(4) h5 {min-width: 220px;}
}

@media screen and (max-width:1366px){
   
    section#home-boxes .home-boxes-item-text span {font-size: 16px; line-height: 20px;}
}

@media screen and (max-width:1280px){
nav#menu ul#header-menu li a{/* padding:35px 15px 32px; */}
}

@media screen and (max-width:1024px){
    .features-bar-area {display: none;}
    #mmcall {display:block;display: none;}
    .header-lang-mobile {display: none !important;;}
    .header-lang {display: block !important;}
    video#vid {display: block;min-height: 100vh;height: 100vh;}
    .lang {position: absolute;right: 15px; top: 10px;}
    #list2 h2 {font-size: 22px;}

    .product-detail {padding: 60px 0 30px 0 !important;}
    .product-detail h1 {font-size: 24px; text-align: left;}
    .product-detail .breadcrumb {font-size: 12px;}
    .product-detail ul.nav {display: block;width: 100%;white-space: nowrap;overflow-x: scroll;overflow-y: hidden;}
    .product-detail ul.nav li{display: inline-block;}
    #dynamicTabContent .tab-pane {padding: 15px;}
    #dynamicTabContent .tab-pane ul{margin: 0;padding-left: 15px;}
    #dynamicTabContent .tab-pane ol{margin: 0;padding-left: 15px;}

    section#page.contact .page-content{padding: 0px 0;}

    form#joinForm{width:inherit}
    .instagramapi ol li{width:33%}
    .instagramapi ol li a video{height:140px}
    .instagramapi ol li a img{height:140px}
    section#home-text .container{padding:0 15px}

    header#mobileHeader{display:block;overflow: hidden;}
    footer#mobileFooter{display:block}
    header#header{display:none}
    #top{/* display:none; */}
    section#home-quote{padding:50px 0}

    section#home-quote .home-quote-text{font-size:14px}
    section#home-quote .home-quote-title{font-size:14px;letter-spacing:0}
    section#whyHotel .item a{height:auto;padding-bottom:20px}
    section#home-yellow-big-text{height:auto;line-height:normal;font-size:24px;letter-spacing:2px;padding:30px}
    section#home-yellow-text{height:auto;line-height:normal;padding:30px}
    section#page.gallery-page{padding:60px 0 0 0}
    section#booking-form{position:relative}
    section#booking-form form div.formField{width:50%;padding:15px}
    section#booking-form form div.formField.formFieldPax{width:50%}
    section#booking-form form div.formField:last-child{width:100%}
    section#booking-form form div.formField input[type=submit]{width:100%}
    section#booking-form form div.formField input[type=number]{left:0}
    section#booking-form form.hotelsRezForm{height:140px}
    section#booking-form form.hotelsRezForm div.formField.formFieldHotel{width:100%;padding:5px 0}
    section#booking-form form.hotelsRezForm div.formField.formFieldDate{width:50%;padding:5px 0}
    section#booking-form form.hotelsRezForm div.formField.formFieldPax{width:50%;padding:5px 0}
    section#booking-form form.hotelsRezForm div.formField.formFieldButton{width:100%}
    section#booking-form form.hotelRezForm{height:100px}
    section#booking-form form.hotelRezForm div.formField.formFieldDate{width:50%;padding:30px 10px}
    section#booking-form form.hotelRezForm div.formField.formFieldPax{width:50%;padding:30px}
    section#booking-form form.hotelRezForm div.formField.formFieldButton{width:100%}
    section#booking-form form.hotelRezForm div.formField.formFieldDate:first-child{padding:30px 10px}
    section#booking-form form div.formField input[type=date]{width:100%}
    section#rooms .room-item-text a.vr360{left:46px;top:-66px}
    section#page .page-content{margin-top:0;padding:0;line-height: inherit;}
    section#page{padding:30px 5px; }
    .contactContent{margin-top:10px}
    section#home-highlight .home-highlight-item:nth-child(2n-1) .col-foto{order:2}
    .home-boxes-title {font-size: 24px;}

    body.home section#home-blog .home-blog-item a h4 {text-transform: none; font-size: 16px;}
    body.list-urunler section#home-blog .home-blog-item a h4 {text-transform: none; font-size: 16px;}
    section#home-advantages {background: none;}
    section#home-advantages span {width: 100%;}
    section#home-advantages ul {width: 100%;}
    section#home-advantages ul li {width: 100%; text-align: center !important;display: inline-block;}
    section#home-advantages ul li img {display: inherit;}


}
@media screen and (max-width: 640px){
body.home section#home-blog .home-blog-item a h4 {padding: 0px;}
section#home-boxes .home-boxes-bg { height: auto; padding: 100px 0;}
    .features-bar-area {position: relative;top:30px;padding-bottom: 30px;display: none;}
            .feature-item {
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            }

    section#slider .item .slideText{text-align:center;width: 100%;max-width: 100%;}
    section#slider .owl-carousel .owl-item img{height: 100vw;}
    section#slider{top:0;height: auto;margin-bottom: 0;overflow: hidden;}
    section#slider .playvideo{bottom: 40px;left: calc(50% - 80px);font-size:12px;padding:5px 10px}
    section#slider .owl-carousel .item{height: 100vw;}

    footer#footer nav#footerMenu {text-align: center;}
    footer#footer nav#footerMenu .col:nth-child(1) {padding-right: 0;}
    .titleBar .product-title {font-size:24px;}
    #searchBar {
    top: 60px;
    box-shadow: 0px 0px 4px rgba(0,0,0,.1);
}
.product-detail {
    font-size: 14px;}

    .product-detail table {
    font-size: 12px;
}
.product-detail table td {
    padding: 10px;
    white-space: nowrap;
}

    section.about h1 {font-size:24px}
    section.about {padding: 60px 20px;font-size: 14px;overflow: hidden;display: none;}
    section.about .photo-grid {margin-top:30px}
    section#home-blog h2 {font-size:24px;margin: 20px 0px 40px 0px;display: none;}
    section#home-news h2 {font-size:24px;margin: 20px 0px 40px 0px;}

    
    section#home-blog .home-blog-item.home-news-item a {display: flex;}
    section#home-blog .home-blog-item.home-news-item a img {width: 30%; height: fit-content;}
    section#home-blog .home-blog-item.home-news-item .home-blog-item-texts {display: flex;flex-direction: column;justify-content: space-around;}
    section#home-blog .home-blog-item.home-news-item a h4 {padding: 0 10px;}
    section#home-blog .home-blog-item.home-news-item a span {display: none;}
    section#home-blog .home-blog-item.home-news-item a small {margin: 0; padding: 0 10px;}

    section#subSlider {margin-top: 60px;}
    section#kp-box-04 {padding:30px 0}
    section#kp-box-04 .kp-box-04-item {margin-bottom: 30px;}
    
    section#kp-box-04 .kp-box-04-item:nth-child(2n) .kp-col-foto {order:0;}
    section#home-boxes {font-size: 16px;overflow: hidden;}

    #getinTouch{top: 90px;width: 90%; right: 5%;height: calc(100vh - 200px);border-radius: 15px;padding: 30px 10px;}
    #getinTouc::after {content:""; display:block; background:#000}
    #getinTouch .getinTouchClose {top: 125px;}
    #getinTouch h3 {font-size: 24px; font-weight: 400;}
    #getinTouch h4 {padding: 0px 0; font-size: 16px;}
    form#getinTouchForm input {font-size: 16px; padding: 10px;}

    
    section#home-booknow {padding: 20px;}
    section#home-about {/* padding: 0; */}
    .col-foto {order:2;}
    section#home-about .home-about-text {left: 0; top: 0;}



    section#home-boxes .row {margin:0;}

    section#home-reviews h3 {font-size: 28px;}
    section#home-reviews ul {width: 100%;}
    section#home-reviews ul li p {font-size:14px; line-height: 22px;}
    section#home-reviews ul li img {height: 48px;width: 48px;margin: 20px auto 0 auto;}


    section#home-booknow .home-booknow-content{width:100%}
        section#slider .item .slideTextSmall {
        width: 100%;
        font-size: 14px;
        margin: 5px 0 0 0;
    }
        section#slider .item .slideBtn {
        font-size: 10px;
        padding: 5px 15px;
        margin-top: 10px;
    }
        section#slider .item .item-text {top:inherit;bottom: 0;padding-bottom: 10px;background: linear-gradient(0deg, #fff, transparent);
        padding-top: 100px;}
    section#slider .item .slideTextBig{font-size: 24px;line-height: 24px;}
    section#home-highlight .home-highlight-text-title{font-size:26px;margin-bottom:20px}
    section#home-highlight .home-highlight-text-desc{font-size:14px}
    section#home-highlight .home-highlight-text-subtitle{font-size:18px}
    section#home-package .home-package-item a h4{font-size:20px}
    section#home-package{padding:30px 0}
    .table{font-size:16px}
    .instagramapi ol li a video{height:100px}
    .instagramapi ol li a img{height:100px}
    form#contactForm{padding:30px 0;max-width:100%}
    form#contactForm h3{font-size:30px;padding:0}
    section#page .page-content table.awards td{text-align:center}
    table.golf-tournament-result-table td{display:table-cell!important;padding:.75rem!important}
    section#whyHotel{height:auto;padding:50px 0 0 0}
    section#whyHotel .owl-carousel .owl-stage-outer{padding:0}
    section#whyHotel .owl-carousel{padding:0}
    section#home-rooms{}
    section#home-rooms h3{font-size:32px;}
        section#home-rooms .home-room h4 {font-size:32px;}
    section#home-rooms .home-room-col{height:80vw}
    section#home-instagram{padding:0}
    section#home-instagram img{margin-bottom:30px}
    section#home-awards img{width:100%}
    section#subSlider .item {height: 270px;}
    section#subSlider .item.empty-item{height: 80px !important;}
    section#subSlider .item .item-text {left:0; padding:0 30px;}
    section#subSlider .item .slideTextBig {font-size: 24px; line-height: 24px;}
    section#rooms{padding:0}
    section#rooms .room-item-text{padding:30px 0}
    section#rooms #room-types{padding-bottom:30px;padding-top:30px;font-size:14px}
    section#rooms #room-types a{width:50%;display:inline-block;padding:10px}
    .listTab:nth-child(2n-1) .col{order:2}
    section#rooms .listTab:nth-child(2n-1) .room-item-text{padding:30px;text-align:left}
    section#submenus .home-room-col{height:calc(100vw / 3)}
    body.golf-package-table table td:nth-last-child(2){text-align:left}
    body.golf-package-table table td:last-child{text-align:left}
    body.golf-package-table table td a:before{content:"Single";font-size:12px;color:#666;float:left;margin-top:3px;width:50px}
    body.golf-package-table table td:last-child a:before{content:"Double";font-size:12px;color:#666;float:left;margin-top:3px;width:50px}
    section#highlights .highlight .highlight-foto-col{z-index:2}
    section#highlights .highlight .highlight-foto img{width:100%}
    section#highlights .highlight .highlight-text-col{order:1;padding:0 15px;margin-top:-15px}
    section#highlights .highlight .highlight-text,section#highlights .highlight:nth-child(2n) .highlight-text{padding:45px 30px 30px 30px}
    section#highlights .highlight:nth-child(2n) .highlight-text-col{padding:0 15px}
    footer#footer{padding:40px 20px 60px 20px;overflow: hidden;}
    section#home-highlight.home-prices .home-highlight-text{width:90%}
    section#home-highlight.home-prices .home-highlight-text-wrap{width:100%}
    section#home-booknow p{font-size:16px;line-height:18px}
}

.wave-effect {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 150px;
    overflow: hidden
}

.shape-one {
    z-index: 15;
    opacity: .5
}

.shape-two {
    z-index: 10;
    opacity: .75
}

.shape-three {
    z-index: 5
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom
}

.waves-shape {
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.wave-one {
    background-size: 50% 100px;
    bottom: -40px
}

.wave-anim .wave-one {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    animation-delay: 1s
}

.wave-two {
    background-image: url("../images/wave-shape/wave2.png");
    background-size: 50% 120px
}

.wave-anim .wave-two {
    animation: move_wave 10s linear infinite
}

.wave-three {
    background-image: url("../images/wave-shape/wave3.png");
    background-size: 50% 100px
}

.wave-anim .wave-three {
    animation: move_wave 15s linear infinite
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.home-half {
    padding-bottom: 150px;
    padding-top: 220px
}

.bg-pattern-effect {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px
}

.bg-pattern-effect img {
    max-width: 100%
}


.section-title {
    font-size: 36px;
    margin: 0 0 0 14px;
    position: relative;
}

.section-title:before {
    content: "";
    background-image: url(/assets/img/dots-bg.svg);
    display: none;
    height: 37px;
    left: -14px;
    top: -14px;
    position: absolute;
    width: 37px;
}

.container-kp > *{margin-left: auto !important; margin-right: auto !important;}

@media (min-width:576px){
    .container-kp > *{max-width:540px;}
    .container-kp > .full-width-kp{max-width:100%}
    
}
@media (min-width:768px){
    .container-kp > *{max-width:720px}
    .container-kp > .full-width-kp{max-width:100%}
}
@media (min-width:992px){
    .container-kp > *{max-width:960px}
    .container-kp > .full-width-kp{max-width:100%}
}
@media (min-width:1200px){
    .container-kp > *{max-width:1140px}
    .container-kp > .full-width-kp{max-width:100%}
}