/* All CSS LINK */
@import url(plugins/CalendarPicker.css);/* Calendar Picker CSS */
@import url(plugins/jquery-ui.min.css);/* jquery ui CSS */
@import url(plugins/owl.carousel.min.css);/* carousel CSS */
@import url(plugins/swiper-bundle.min.css);/* Swipper CSS */
@import url(plugins/owl.transitions.css);/* transitions CSS */
@import url(plugins/animate.css);/* animate CSS */
@import url(plugins/all.min.css);/* font-awesome CSS */
@import url(plugins/bootstrap-icons.css);/* Bootstrap icon CSS */
@import url(plugins/bootstrap.min.css);/* Bootstrap Min CSS */
@import url(plugins/meanmenu.min.css);/* meanmenu CSS */
@import url(plugins/scrollbar.css);/* ScrollBar CSS */
@import url(flaticon.css);/* font-flaticon CSS */
@import url(custom.css);/* custom.css */
@import url(../../venobox/venobox.css);/* venobox CSS */

/*** 
====================================================================
	Main Header style / Header Style One
====================================================================
***/

.main-header {
	position: relative;
	display: block;
	width: 100%;
	z-index: 999;
	background: var(--white);
}

.header-top {
	position: relative;
}

.main-header .header-top .top-left {
	float: left;
}

.main-header .header-top .top-right {
	float: right;
}

/*=== Header Main Box ===*/

.main-header .header-upper {
	position: relative;
	display: block;
	z-index: 1;
}

.main-header .header-upper {
	position: relative;
}

.main-header .nav-outer {
	position: relative;
}

.main-header .nav-outer .main-menu {
	position: relative;
}

.main-menu .navbar-collapse {
	padding: 0px;
	display: block !important;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
	font-family: "Poppins", sans-serif;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	padding: 20px 0px;
	margin-right: 40px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

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

.main-menu .navigation>li:last-child:after {
	display: none;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #112543;
	padding: 10px 0px;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
	color: var(--butonarkaplan) !important;
}

.main-menu .navigation>li>a>span {
	display: inline-block;
	font-size: 12px;
	opacity: 0.5;
	transition: 0.5s;
}

.main-menu .navigation>li:hover>a>span {
	display: inline-block;
	opacity: 1;
	color: var(--butonarkaplan);
	transform: rotate(180deg);
}

.sticky-header .main-menu .navigation>li:before {
	display: none;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a {
	color: var(--butonarkaplan);
}

.sticky-header .main-menu .navigation>li {
	padding-right: 0px;
}

.main-menu .navigation>li>.sub-menu {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 250px;
	z-index: 100;
	display: none;
	background: #061138;
	padding: 15px 0px 10px;
	border: none;
	transform: translateY(20px);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>.sub-menu.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>.sub-menu>li {
	position: relative;
	padding: 0px 30px;
	width: 100%;
}

.main-menu .navigation>li>.sub-menu>li::after {
	position: absolute;
	content: "";
	z-index: -1;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: var(--butonarkaplan);
	transition: all 0.3s ease-in-out 0s;
}


.main-menu .navigation>li>.sub-menu>li.current::after,
.main-menu .navigation>li>.sub-menu>li:hover::after {
	width: 100%;
}

.main-menu .navigation>li>.sub-menu>li>a {
    position: relative;
    display: block;
    color: #868da5;
    text-align: left;
    padding: 12px 0 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Work Sans';
    text-transform: capitalize;
    visibility: inherit !important;
    border-bottom: 1px solid rgba(1, 173, 238, 0.5);
    border-bottom: 1px solid rgba(136, 143, 153, 0.2);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

.main-menu .navigation>li>.sub-menu>li.current>a,
.main-menu .navigation>li>.sub-menu>li:hover>a {
	color: #fff;
}

.main-menu .navigation>li>.sub-menu>li:last-child>a {
	border-bottom: none;
}

.main-menu .navigation>li>.sub-menu>li>a:before,
.main-menu .navigation>li>.sub-menu>li.dropdown>.sub-menu>li>a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: transparent;
	border: 1.4px solid var(--white);
	transform: translate(0, -50%);
	transform-origin: left;
	transition: all 0.3s ease-in-out 0s;
}

.main-menu .navigation>li>.sub-menu>li:hover>a:before,
.main-menu .navigation>li>.sub-menu>li.current>a:before,
.main-menu .navigation>li>.sub-menu>li.dropdown>.sub-menu>li:hover>a:before,
.main-menu .navigation>li>.sub-menu>li.dropdown>.sub-menu>li.current>a:before {
	background: var(--white);
}

.main-menu .navigation>li>.sub-menu>li.dropdown>.sub-menu {
	position: absolute;
	left: 100%;
	margin-left: 10px;
	top: 0;
	width: 250px;
	z-index: 100;
	display: none;
	background: #061138;
	padding: 15px 0px 10px;
	border: none;
	transform: translateY(20px);
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>.sub-menu>li.dropdown>.sub-menu:before {
	content: "";
	position: absolute;
	left: -10px;
	top: 0;
	width: 10px;
	height: 100%;
}

.main-menu .navigation>li>.sub-menu>li.dropdown>.sub-menu>li {
	position: relative;
	padding: 0px 30px;
	width: 100%;
}

.main-menu .navigation>li>.sub-menu>li.dropdown>.sub-menu>li>a {
	position: relative;
	display: block;
	padding: 12px 0px 12px 20px;
	line-height: 24px;
	font-weight: 600;
	font-size: 13px;
	color: #868da5;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}

.main-menu .navigation>li>.sub-menu>li.dropdown>.sub-menu>li:last-child>a {
	border-bottom: none;
}

.main-menu .navigation>li>.sub-menu>li.dropdown>.sub-menu>li.current>a,
.main-menu .navigation>li>.sub-menu>li.dropdown>.sub-menu>li:hover>a {
	color: var(--butonarkaplan);
}

.main-menu .navigation>li>.sub-menu>li.dropdown>a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	position: absolute;
	right: 0px;
	top: 12px;
	display: block;
	line-height: 24px;
	font-size: 16px;
	font-weight: 900;
	z-index: 5;
}

.main-menu .navigation>li:hover>.sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation li>.sub-menu>li.dropdown:hover>.sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation li .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}

/*** 

====================================================================
	Header Style One
====================================================================

***/

.header-style-one {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	border-bottom: 1px solid rgba(136, 143, 153, 0.2);
}

.header-top-one {
	position: relative;
}

.header-top-one .inner {
	position: relative;
	margin-left: 200px;
	padding: 5px 0px;
	padding-left: 40px;
	line-height: 30px;
	border-bottom: 1px solid rgba(136, 143, 153, 0.2);
}

.header-top-one .info {
	position: relative;
	float: left;
}

.header-top-one .info li {
	position: relative;
	float: left;
	color: #ffffff;
	line-height: 30px;
	margin-right: 45px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
}

.header-top-one .info li:before {
	content: "";
	position: absolute;
	right: -23px;
	top: 5px;
	height: 20px;
	border-right: 1px solid rgba(136, 143, 153, 0.2);
}

.header-top-one .info li:last-child {
	margin-right: 0;
}

.header-top-one .info li:last-child:before {
	display: none;
}

.header-top-one .info li a {
	display: inline-block;
	color: #ffffff;
	text-transform: none;
	font-weight: 400;
	transition: 0.5s;
}

.header-top-one .info li a {
	color: #91a6bf;
}


.header-top-one .info li a:hover {
	text-decoration: underline;
	color: var(--butonarkaplan);
}

.header-top-one .my-account {
	position: relative;
	float: right;
}

.header-top-one .my-account li {
	position: relative;
	float: left;
	margin-right: 31px;
}

.header-top-one .my-account li:before {
	content: "";
	position: absolute;
	right: -16px;
	top: 5px;
	height: 20px;
	border-right: 1px solid rgba(136, 143, 153, 0.2);
}

.header-top-one .my-account li:last-child {
	margin-right: 0;
}

.header-top-one .my-account li:last-child:before {
	display: none;
}

.header-top-one .my-account li a {
	position: relative;
	display: block;
	line-height: 30px;
	color: #91a6bf;
}

.header-top-one .my-account li a:hover {
	color: var(--butonarkaplan);
}

.header-style-one .header-upper {
	position: relative;
}

.header-style-one .header-upper .inner {
	position: relative;
	min-height: 60px;
	padding-left: 190px;
}

.header-style-one .header-upper .logo-box {
	position: absolute;
	left: 0;
	top: -50px;
	width: 200px;
	height: 110px;
	padding: 20px 0px;
	border-right: 1px solid rgba(136, 143, 153, 0.2);
}

.header-style-one .header-upper .logo-box .logo img {
	height: 70px;
}

.header-style-one .header-upper .nav-content {
	position: relative;
}

.header-style-one .header-upper .nav-outer {
	position: relative;
	float: left;
}

.header-style-one .main-menu .navigation>li {
	padding: 0px 0px;
	margin: 0;
	border-right: 1px solid rgba(136, 143, 153, 0.2);
}

.header-style-one .main-menu .navigation>li>a {
	position: relative;
	display: inline-block;
	padding: 15px 23px;
	line-height: 30px;
	font-size: 16px;
	text-transform: none;
	transition: 0.5s;
	color: #112543;
	font-weight: 500;
	font-family: var(--font-work-sans);
}

.header-style-one .nav-box .main-menu .navigation>li:before {
	border-bottom-color: #ffffff;
}

.header-style-one .language {
	position: relative;
	float: right;
}

.header-style-one .language .lang-btn {
	position: relative;
	display: block;
	line-height: 30px;
	padding: 15px 0px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
}

.header-style-one .language.active .lang-btn,
.header-style-one .language .lang-btn:hover {
	color: var(--butonarkaplan);
}

.header-style-one .mobile-nav-toggler span {
	color: #333;
}

/* Language */
a.language {
	position: relative;
	border: 0 !important;
}

.language-icon {
	position: absolute;
	left: 0;
	bottom: -61px;
	width: 100%;
}

.language-icon ul li {
	display: block;
	padding: 2px;
	background: var(--white);
	width: 100%;
	transform: translateY(10px);
	opacity: 0;
	visibility: hidden;
}

.language.active .language-icon ul li {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.language-icon ul li:nth-child(1) {
	transition: 0.3s;
}

.language-icon ul li:nth-child(2) {
	transition: 0.5s;
}

.language a i:nth-child(1) {
	color: var(--butonarkaplan);
	font-size: 16px;
	padding-right: 3px;
	padding-left: 0;
	opacity: 100%;
	position: relative;
	top: 2px;
}

.language a i:nth-child(2) {
	display: inline-block;
	color: #112543;
	font-size: 16px;
	opacity: 100%;
	padding-left: 0;
	transition: 0.5s;
}

.language:hover>a>i:nth-child(2) {
	color: var(--butonarkaplan);
}

.language.active>a>i:last-child {
	display: inline-block;
	color: var(--butonarkaplan);
	transform: rotate(180deg);
}

/*** 

====================================================================
	Header Style Two
====================================================================

***/

.header-style-two {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: none;
}

.header-style-two .logo-desktop {
	position: absolute;
	left: 0;
	top: 0;
	width: 230px;
	height: 140px;
	background: url(../images/resource/logo-container.png) left top no-repeat;
	z-index: 5;
}

.header-style-two .logo-desktop .logo {
	position: relative;
	padding: 20px 0px;
	text-align: center;
}

.header-style-two .logo-desktop .logo img {
	height: auto;
}

.header-style-two .main-menu .navigation>li>a {
	color: var(--white);
}

.header-top-two .outer-container {
	position: relative;
}

.header-style-two .header-upper .outer-container {
	position: relative;
}

.header-top-two {
	background: #061138;
	color: #ffffff;
	padding: 0px;
	line-height: 30px;
	overflow-x: unset;
}

.header-top-two .inner {
	position: relative;
	padding: 0px 250px;
	height: 52px;
}

.header-top-two .top-text {
	position: relative;
	float: left;
	margin-left: 80px;
	font-family: "Playfair Display", serif;
	line-height: 30px;
	padding: 10px 0px;
	font-style: italic;
}

.header-top-two .top-text .icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	color: var(--butonarkaplan);
	padding-right: 5px;
}

.header-top-two .info {
	position: relative;
	float: left;
	padding: 10px 0px;
	padding-right: 32px;
	border-right: 1px solid rgba(136, 143, 153, 0.2);
}

.header-top-two .info li {
	position: relative;
	float: left;
	line-height: 30px;
	margin-right: 61px;
	font-size: 15px;
}

.header-top-two .info li:before {
	content: "";
	position: absolute;
	right: -30px;
	top: 5px;
	height: 20px;
	border-right: 1px solid rgba(136, 143, 153, 0.2);
}

.header-top-two .info li:last-child {
	margin-right: 0;
}

.header-top-two .info li:last-child:before {
	display: none;
}

.header-top-two .info li a {
	color: #ffffff;
	display: inline-block;
}

.header-top-two .info li a:hover {
	text-decoration: underline;
	color: var(--butonarkaplan);
}

.top-search-form {
	position: relative;
	float: left;
	width: 400px;
	border-left: 1px solid rgba(255, 255, 255, 0.20);
}

.top-search-form form {
	position: relative;
}

.top-search-form .form-group {
	position: relative;
	margin: 0;
}

.top-search-form .form-group input[type="text"],
.top-search-form .form-group input[type="search"],
.top-search-form .form-group input[type="email"],
.top-search-form .form-group textarea {
	position: relative;
	width: 100%;
	line-height: 30px;
	padding: 11px 30px;
	height: 52px;
	display: block;
	font-size: 14px;
	background: none;
	font-weight: 400;
	color: #ffffff;
	border-radius: 0px;
	border: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}


.top-search-form .form-group input:focus,
.top-search-form .form-group input[type="text"]:focus,
.top-search-form .form-group input[type="email"]:focus,
.top-search-form .form-group input[type="tel"]:focus {
	border-color: var(--butonarkaplan);
	outline: none;
	border: none !important;
}

.top-search-form .form-group input::-webkit-input-placeholder {
	color: #868da5;
}

.top-search-form .form-group .s-btn {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0px;
	right: 0px;
	float: right;
	color: #ffffff;
	background: none;
	font-size: 16px;
	padding: 10px 0px;
	line-height: 30px;
	border-radius: 2px;
	display: block;
	text-align: center;
}


.header-top-two .my-account {
	position: absolute;
	right: 0;
	top: 0;
	width: 250px;
	height: 52px;
	background: var(--butonarkaplan);
	color: #ffffff;
	padding: 11px 10px;
	text-align: center;
}

.header-top-two .my-account li {
	position: relative;
	display: inline-block;
	margin-right: 31px;
}

.header-top-two .my-account li:before {
	content: "";
	position: absolute;
	right: -16px;
	top: 5px;
	height: 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.9);
}

.header-top-two .my-account li:last-child {
	margin-right: 0;
}

.header-top-two .my-account li:last-child:before {
	display: none;
}

.header-top-two .my-account li a {
	position: relative;
	display: block;
	line-height: 30px;
	color: #ffffff;
}

.header-top-two .my-account li .icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	color: #ffffff;
	padding-right: 5px;
}

.header-top-two .my-account li a:hover {
	text-decoration: underline;
}

.header-style-two .header-upper {
	background: none;
}

.header-style-two .header-upper .logo-box {
	position: relative;
	float: left;
	padding: 5px 0px;
	display: none;
	z-index: 10;
}

.header-style-two .header-upper .logo-box .logo {
	position: relative;
	display: block;
}

.header-style-two .header-upper .logo-box .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
	max-height: 80px;
	z-index: 1;
}

.header-style-two .header-upper .outer-container {
	position: relative;
}

.header-style-two .header-upper .inner {
	position: relative;
	padding: 0px 30px 0px 250px;
}

.header-style-two .nav-content {
	position: relative;
	display: block;
	width: 100%;
}

.header-style-two .nav-content .nav-outer {
	position: relative;
	float: left;
}

.header-style-two .nav-content .other-links {
	position: relative;
	float: right;
	padding-top: 24px;
}

.header-style-two .other-links .booking-link {
	position: relative;
	float: left;
}

.header-style-two .other-links .booking-link a .btn-title {
	display: block;
	min-height: 42px;
}

.header-style-two .other-links .social-links {
	position: relative;
	float: left;
	margin-left: 25px;
}

.social-links-two {
	position: relative;
}

.social-links-two li {
	position: relative;
	float: left;
	margin-left: 10px;
}

.social-links-two li:first-child {
	margin-left: 0;
}

.social-links-two li a {
	position: relative;
	display: block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	background: #ffffff;
	color: #7f8a99;
	font-size: 14px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-links-two li a:hover {
	color: var(--butonarkaplan);
}

.social-links-two li a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 3px solid var(--butonarkaplan);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}

.social-links-two li a:hover:before {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.header-style-two .other-links .max-nav-toggler {
	position: relative;
	float: left;
	margin-left: 30px;
}

.header-style-two .other-links .max-nav-toggler .toggle-btn {
	position: relative;
	display: block;
	color: #ffffff;
	padding: 0;
	background: none;
	font-size: 30px;
	line-height: 42px;
	height: 42px;
}

/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 30px;
	line-height: 40px;
	cursor: pointer;
	margin-left: 0px;
	color: #ffffff;
	margin: 25px 0px 0px 20px;
	display: none;
}

.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	z-index: 999999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
}

.mobile-menu .mCSB_inside>.mCSB_container {
	margin-right: 5px;
}

.mobile-menu .navbar-collapse {
	display: block !important;
}

.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}

.mobile-menu .nav-logo img {
	max-height: 90px;
}

.mobile-menu-visible {
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 0.7;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.menu-backdrop {
	cursor: url('../images/cursor.png'), auto;
}

.mobile-menu .menu-box {
	position: absolute;
	right: -300px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #202020;
	padding: 0px 0px;
	z-index: 5;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
	right: 0;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn {
	position: absolute;
	right: 0;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
	right: 10px;
}

.mobile-menu .close-btn:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	color: red;
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}

.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li > a > span {
	display: none;
}

.mobile-menu .navigation li ul li>a {
	font-size: 14px;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	border-left: 3px solid var(--butonarkaplan);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
	height: 100%;
}

.mobile-menu .navigation li .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}

.mobile-menu .navigation li:last-child .dropdown-btn {
	display: none;
}

.mobile-menu .navigation li>a {
	padding-right: 30px;
}

.mobile-menu .navigation li .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
	display: none;
}

.mobile-menu .social-links {
	position: relative;
	text-align: center;
	padding: 30px 25px;
}

.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	z-index: -1;
	background: #ffffff;
	border-bottom: 1px solid #f0f0f0;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	-webkit-transition: top 300ms ease;
	-moz-transition: top 300ms ease;
	-ms-transition: top 300ms ease;
	-o-transition: top 300ms ease;
	transition: top 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 9999;
    visibility: visible;
} 

.fixed-header .sticky-header .container.clearfix {
    display: grid;
    align-items: center;
    grid-template-columns: auto auto;
    justify-content: space-between;
}

.fixed-header .sticky-header .logo {
	padding: 10px 0px;
}

.fixed-header .sticky-header .logo img {
    height: 60px;
}

.sticky-header .main-menu {
	position: relative;
	float: left;
}

.sticky-header .main-menu .navigation>li {
	margin-left: 30px !important;
	padding: 0;
	margin-right: 0 !important;
	background-color: transparent;
	border-right: 0;
}

.sticky-header .main-menu .navigation>li>a:after,
.sticky-header .main-menu .navigation>li:before {
	display: none;
}

.sticky-header .main-menu .navigation>li>a {
	padding: 21px 0px !important;
	line-height: 30px;
	font-size: 16px;
	color: #25283a;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu .navigation>li>ul>li>ul {
	left: auto;
	right: 100%;
	margin-right: 10px;
}

.sticky-header .main-menu .navigation>li>ul>li>ul:before {
	left: auto;
	right: -10px;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a {
	opacity: 1;
}

.sticky-header .booking-link {
	position: relative;
	float: left;
	margin-left: 25px;
	padding-top: 15px;
}

.sticky-header .booking-link a.btn-style-one,
.booking-link a.btn-style-one {
	font-size: 14px;
	line-height: 22px;
	color: #ffffff;
	font-weight: 600;
	padding: 10px 38px;
	min-height: 42px;
	background: #061138;
	border: navajowhite;
	border-radius: 0px;
}

.sticky-header .search-btn {
	position: relative;
	float: left;
	margin-left: 30px;
	margin-top: 22px;
}

.sticky-header .search-btn button {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	background: none;
	line-height: 30px;
	color: #b5c0cf;
	font-size: 18px;
	cursor: pointer;
}

.sticky-header .search-btn button .icon {
	vertical-align: middle;
}

/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar {
	position: fixed;
	top: 0;
	width: 320px;
	height: 100%;
	background: #1c1c1c;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside>.mCSB_container {
	margin-right: 10px;
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar {
	right: 0px;
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar {
	right: 0px;
}

.hidden-bar .hidden-bar-closer {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	background: none;
	color: #ffffff;
	border-radius: 0px;
	text-align: center;
	line-height: 40px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer button {
	background: none;
	display: block;
	font-size: 16px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.hidden-bar .hidden-bar-closer:hover button {
	color: #ffffff;
}

.hidden-bar-wrapper {
	height: 100%;
	padding: 30px 5px 30px 30px;
}

.hidden-bar .logo {
	padding: 0px 0px 30px;
	background: #1c1c1c;
}

.hidden-bar .logo img {
	display: inline-block;
	max-width: 100%;
}

.hidden-bar .content-box {
	position: relative;
}

.hidden-bar .content-box h3 {
	position: relative;
	font-size: 24px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 20px;
}

.hidden-bar .content-box .text {
	position: relative;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 25px;
}

.hidden-bar .contact-info {
	position: relative;
	margin-top: 60px;
	margin-right: 10px;
}

.hidden-bar .contact-info h2 {
	position: relative;
	font-size: 18px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 20px;
}

/*List Style Two*/

.list-style-two {
	position: relative;
}

.list-style-two li {
	position: relative;
	margin-bottom: 12px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	font-weight: 400;
	padding-left: 30px;
	line-height: 24px;
	margin-bottom: 12px;
}

.s .list-style-two li:last-child {
	margin-bottom: 0;
}

.list-style-two li a {
	color: rgba(255, 255, 255, 0.6);
}

.list-style-two li a:hover {
	color: var(--butonarkaplan);
}

.list-style-two li .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	line-height: 24px;
}

/*=======================================
   02. Boattrip-Section-Title
=======================================*/
.boattrip-section-title {
	margin-bottom: 40px;
	text-align: center;
}

.boattrip-section-title h5 {
	display: inline-block;
	margin: auto;
	font-size: 32px;
	color: var(--butonarkaplan);
	font-family: "Great Vibes";
	font-weight: 400;
	position: relative;
	z-index: 1;
}

.boattrip-section-title h5>span {
	display: inline-block;
	width: 85px;
	height: 2px;
	background-image: url(../images/resource/section-shape1.png);
	background-repeat: no-repeat;
	margin-bottom: 4px;
}

.boattrip-section-title h5>span:last-child {
	background-image: url(../images/resource/section-shape2.png);
	background-position: right;
}

/* home two */
.boattrip-section-title h2 {
	font-size: 45px;
	font-family: "Playfair Display";
	line-height: 44px;
	font-weight: 700;
}

.boattrip-section-title p {
	padding: 20px 0 0;
}

.boattrip-section-title.style-two h5 {
	font-size: 16px;
	font-family: var(--font-work-sans);
	line-height: 15px;
	margin-bottom: 15px;
}

.boattrip-section-title.style-two h5>span {
    width: 45px;
    height: 1px;
    background: var(--butonarkaplan);
}

.boattrip-section-title.style-two h5>span:first-child {
     margin-right: 10px;
}

.boattrip-section-title.style-two h5>span:last-child {
    margin-left: 10px;
}



/* Section Button */

.section-button a {
	font-size: 17px;
	padding: 14px 50px;
	color: var(--butonarkaplan);
	font-weight: 400;
	display: inline-block;
	border-radius: 5px;
	border: 1.5px solid var(--butonarkaplan);
	position: relative;
	z-index: 1;
	transition: 0.5s;
	overflow: hidden;
}

.section-button a:before {
	position: absolute;
	content: "";
	z-index: -1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 5px;
	background: var(--butonarkaplan);
	transform: scale(1, 0);
	transition: 0.7s;
}

.section-button a:hover {
	color: var(--white);
}

.section-button a:hover:before {
	transform: scale(1.1);
}

.section-button.style-two a {
	display: inline-block;
	padding: 12px 35px 12px;
	font-size: 17px;
	color: var(--white);
	border-radius: 5px;
	background-color: var(--butonarkaplan);
	margin-top: 26px;
}

.section-button.style-two a:before {
	background-color: var(--white);
}

.section-button.style-two a:hover {
	color: var(--butonarkaplan);
}

.section-button.style-two span {
	position: relative;
	top: 3px;
}

/*
<!-- ============================================================== -->
<!-- Start boattrip Slider Section Css -->
<!-- ============================================================== -->*/
.banner-carousel {
	position: relative;
	z-index: 1;
}

.banner-carousel .slide-item {
	position: relative;
	color: var(--white);
}

.banner-carousel .slide-item .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.banner-carousel .active .slide-item .image-layer {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: all 7000ms linear;
	-moz-transition: all 7000ms linear;
	-ms-transition: all 7000ms linear;
	-o-transition: all 7000ms linear;
	transition: all 7000ms linear;
}

.banner-carousel .hero-content h1 {
	font-size: 110px;
	color: var(--white);
	font-weight: 400;
	font-family: "Great Vibes";
	display: block;
	color: var(--white);
	opacity: 0;
	text-transform: capitalize;
	letter-spacing: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
	text-transform: capitalize;
}

.banner-carousel .active .hero-content h1 {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

/* home two */
.hero-content.style-two {
	text-align: left;
}

.hero-content.style-two h1 {
	color: var(--white);
	font-size: 80px;
	line-height: 80px;
	font-weight: 700;
	font-family: "Playfair Display";
}

.banner-carousel .hero-content p {
	font-size: 30px;
	line-height: 89px;
	color: var(--white);
	font-weight: 500;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.banner-carousel .active .hero-content p {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

/* Home Two */
.hero-content.style-two p {
	font-size: 16px;
	line-height: 27px;
	color: var(--white);
	width: 45%;
	padding: 25px 0 18px;
}

.banner-carousel .hero-content .section-button {
	position: relative;
	opacity: 0;
	z-index: 5;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}

.banner-carousel .active .hero-content .section-button {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1100ms;
	-moz-transition-delay: 1100ms;
	-ms-transition-delay: 1100ms;
	-o-transition-delay: 1100ms;
	transition-delay: 1100ms;
}

.slide-item {
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 724px;
	position: relative;
	z-index: 1;
}

.row.hero-bg {
	position: relative;
	z-index: 1;
}

.hero-content {
	text-align: center;
}

.hero-section .section-button a {
	color: var(--white);
	border: 1.5px solid var(--white);
}

/* home two */
.hero-content.style-two .hero-button {
	display: flex;
	align-items: center;
}

.hero-content.style-two .video-icon a {
	display: inline-block;
	width: 52px;
	height: 52px;
	line-height: 52px;
	margin-left: 22px;
	margin-bottom: 5px;
	-webkit-animation: ripple-blue-2 1s linear infinite;
	animation: ripple-blue-2 1s linear infinite;
}

.hero-section .section-button a:hover {
	background-color: rgb(1, 173, 238);
	border: 1px solid rgb(1, 173, 238);
}

/* hero animate css */
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

/* Hero Owl Carousel */
.hero-section .owl-nav {
	position: relative;
	text-align: center;
	bottom: 390px;
	padding: 0 40px;
	transition: 0.5s;
}

/* home two */

.hero-section .owl-prev,
.hero-section .owl-next {
	float: left;
	color: var(--white);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	line-height: 82px;
	background-color: rgb(255, 255, 255, 0.1);
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.hero-section .owl-next {
	float: right;
}

.hero-section .owl-prev::before,
.hero-section .owl-next::before {
	position: absolute;
	content: "";
	z-index: -1;
	right: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	border-radius: 50%;
	transition: 0.5s;
}

.hero-section .owl-prev::before {
	background-image: url(../images/slider/hero-prev.png);
}

.hero-section .owl-next::before {
	background-image: url(../images/slider/hero-next.png);
}

.hero-section.style-two .owl-prev::before,
.hero-section.style-two .owl-next::before {
	background: rgb(255, 255, 255, 0.3);
}

/* Owl Nav Hover */
.hero-section .owl-next:hover::before,
.hero-section .owl-prev:hover::before {
	left: 0;
	width: 100%;
}

/*=======================================
    Searchbar-section
=======================================*/
.row.searchbar-bg {
	background-color: var(--white);
	padding: 15px 20px 30px;
	border: 1px solid rgba(136, 143, 153, 0.2);
	display: flex;
	align-items: center;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	margin-top: -80px;
}
@media only screen and (min-width: 320px) and (max-width: 779px){
.row.searchbar-bg {
    background-color: var(--white);
       padding: 30px 20px 20px;
    border: 1px solid rgba(136, 143, 153, 0.2);
    display: flex;
    align-items: center;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-top: -20px;
}.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
}
.searchbox-input {
	position: relative;
}

.searchbox-input label {
	position: absolute;
	top: 55px;
	right: 22px;
}

.searchbox-input>span {
	display: block;
	font-size: 16px;
}

.searchbox-input input,
.searchbox-input select {
	width: 100%;
	height: 60px;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: none;
	border-radius: 5px;
	background-color: #f7f9fb;
}

.searchbox-input .search-button {
	margin-top: 32px;
	color: var(--white);
	background-color:  var(--genel);
	font-size: 17px;
	font-weight: 400;
	font-family: var(--font-work-sans);
}

/*=======================================
   03. about-section
=======================================*/
.offer-section,
.about-section {
	padding: 120px 0;
}

.about-section .boattrip-section-title {
	margin-bottom: 0;
	text-align: left;
}

.about-thumb {
	position: relative;
}

/* .about-thumb img {
    width: 100%;
} */

.about-thumb .about-shape {
	position: absolute;
	bottom: -10%;
	left: -10%;
}

.experience-year {
	position: absolute;
	bottom: -12px;
	left: -9px;
	text-align: center;
}

.experience-year h4 {
	font-size: 26px;
	color: var(--white);
	font-family: var(--font-work-sans);
}

.experience-year p {
	font-size: 15px;
	line-height: 20px;
	color: var(--white);
}

.rotate-1 {
	animation: rotate 5s linear infinite;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.about-title h3 {
	font-size: 22px;
	font-weight: 700;
	font-family: "Playfair Display";
	padding: 10px 0 18px;
}

.about-title span {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	width: 30px;
	height: 30px;
	line-height: 32px;
	border-radius: 50%;
	background-color: var(--butonarkaplan);
	color: var(--white);
	margin-right: 4px;
}

/* about home two */
/* ============================= */

.about-section.style-two {
	position: relative;
	padding: 0px 0px 70px;
	z-index: 2;
}

.about-section .left-col {
	position: relative;
	margin-bottom: 30px;
}

.about-section .left-col .inner {
	position: relative;
	display: block;
	padding: 100px 0px 0px;
}

.about-section .left-col .sec-title {
	margin-bottom: 29px;
}

.about-section .left-col .sec-title h5 {
	display: inline-block;
	font-size: 16px;
	color: var(--butonarkaplan);
	font-family: var(--font-work-sans);
	font-weight: 400;
	position: relative;
	margin: 0;
}

.about-section .left-col .sec-title h5::after {
	position: absolute;
	content: "";
	right: -64%;
	top: 50%;
	width: 45px;
	height: 1px;
	background-color: var(--butonarkaplan);
}

.about-section .left-col .sec-title h3 {
	font-size: 28px;
	line-height: 35px;
	color: #112544;
	font-weight: 500;
	font-family: "Playfair Display";
}

.about-section .left-col .upper-row {
	position: relative;
	padding-left: 300px;
	min-height: 232px;
}

.about-section .left-col .upper-row .image-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 270px;
	height: 260px;
	overflow: hidden;
}

.about-section .left-col .upper-row .image-box img {
	display: block;
	width: 100%;
}

.about-section .left-col .video-link {
	position: relative;
	display: block;
	padding-left: 80px;
	min-height: 60px;
}

.about-section .left-col .video-link .video-thumb {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.about-section .left-col .video-link .video-thumb a {
	display: inline-block;
	color: var(--white);
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.about-section .left-col .video-link .video-thumb a::before {
	position: absolute;
	content: "";
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/about/video-thumb.png);
}

.about-section .left-col .video-link .overlink {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	color: var(--white);
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.about-section .left-col .video-link .overlink:hover {
	background: rgba(0, 0, 0, 0.5);
}

.about-section .left-col .video-link .video-title {
	position: relative;
}

.about-section .left-col .video-link .video-title a {
	position: relative;
	display: inline-block;
	padding: 10px 0px;
	color: #061138;
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1.5em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.about-section .left-col .video-link .video-title a:hover {
	color: var(--butonarkaplan);
}

.about-section .left-col .lower-content {
	position: relative;
	padding-top: 40px;
}

.about-section .left-col .lower-content .text {
	position: relative;
	margin-bottom: 18px;
}

.about-section .left-col .lower-content .text:first-letter {
	color: #061138;
	float: left;
	font-family: "Playfair Display", serif;
	font-size: 48px;
	line-height: 0.8em;
	margin: 0px 10px 5px 0px;
}

.default-link {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 27px;
	color: #112544;
	font-weight: 500;
	font-family: var(--font-work-sans);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.5s ease;
}

.default-link::before {
	position: absolute;
	content: "";
	z-index: -14;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: var(--butonarkaplan);
	transition: 0.5s;
}

.default-link .icon {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	vertical-align: middle;
	padding-right: 5px;
}

.default-link:hover::before {
	width: 100%;
}

.default-link:hover {
	color: #1a76c1;
}

.about-section .right-col {
	position: relative;
	margin-bottom: 30px;
}

.about-section .right-col .inner {
	position: relative;
	display: block;
	padding-left: 30px;
	margin-top: -100px;
}

.about-section .book-form-box {
	position: relative;
	border-radius: 10px;
	padding: 40px 35px 40px 40px;
	background: var(--white);
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
	-ms-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
}

.about-section .book-form-box .title {
	text-align: center;
	color: #061138;
	margin-bottom: 20px;
}

.about-section .book-form-box .title h4 {
	font-size: 24px;
	color: #112544;
	/* font-weight: 700; */
	font-family: "Playfair Display";
}

.about-section .book-form-box .default-form .row {
	margin: 0 -10px;
}

.about-section .book-form-box .default-form .row .form-group {
	position: relative;
	padding: 0 10px;
	margin-bottom: 10px;
}

.about-section .book-form-box .theme-btn,
.about-section .book-form-box input[type="submit"] {
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 10px;
}

/*** 

====================================================================
	Booking Section
====================================================================

***/

.booking-section {
	position: relative;
	background: #061138;
	color: var(--white);
	padding: 0px 0px;
}

.booking-section .image-layer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-position: left bottom;
	background-repeat: no-repeat;
	z-index: 2;
	opacity: 0.06;
}

.booking-section .title-col {
	position: relative;
}

.booking-section .title-col .inner {
	position: relative;
	display: block;
	padding: 130px 0px;
}

.booking-section .title-col .inner:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 2000px;
	height: 100%;
	background: #0c1740;
}

.booking-section .title-box h2 {
	position: relative;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	z-index: 3;
}

.booking-section .title-box h2 span {
	font-weight: 400;
}

.booking-section .title-box .subtitle {
	position: relative;
	font-size: 14px;
	color: #868da5;
	line-height: 1.6em;
	text-transform: uppercase;
	font-weight: 400;
	z-index: 3;
}

.booking-section .form-col {
	position: relative;
}

.booking-section .form-col .inner {
	position: relative;
	display: block;
	padding: 100px 0px 80px 30px;
}

.booking-section .booking-form {
	position: relative;
	z-index: 5;
}

.booking-section .booking-form .row {
	margin: 0 -8px;
}

.booking-section .booking-form .row .form-group {
	position: relative;
	padding: 0 8px;
	margin-bottom: 16px;
}

.booking-section .booking-form form .form-group input {
	background: none;
	border-color: rgba(255, 255, 255, 0.2);
	color: #868da5;
	font-size: 13px;
	padding-left: 45px;
}

.about-section .booking-form .form-group .ui-selectmenu-button.ui-button {
	background: none;
	border-color: #e5e5e5;
	color: #7f8a99;
	font-size: 13px;
	padding-left: 25px;
	text-transform: uppercase;
	margin: 0;
	border-radius: 5px;
}

.booking-form .form-group .ui-button .ui-icon:before {
	color: #868da5;
	font-style: normal;
}

.booking-section .booking-form form ::-webkit-input-placeholder {
	color: #868da5;
	text-transform: uppercase;
}

.booking-section .booking-form form ::-moz-input-placeholder {
	color: #868da5;
	text-transform: uppercase;
}

.booking-section .booking-form form ::-ms-input-placeholder {
	color: #868da5;
	text-transform: uppercase;
}

.booking-section .booking-form .theme-btn,
.booking-section .booking-form input[type="submit"] {
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 10px;
}

.booking-section .booking-form .range-box {
	position: relative;
	padding-top: 12px;
}

.booking-section .booking-form .range-box .range-info {
	position: relative;
	padding-bottom: 15px;
}

.booking-section .booking-form .form-group .range-box label {
	position: relative;
	display: block;
	float: left;
	color: #7f8a99;
	font-size: 13px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
}

.booking-section .booking-form .form-group .range-box input {
	position: relative;
	padding: 0;
	font-size: 13px;
	line-height: 30px;
	height: 30px;
	float: right;
	background: none;
	border: none;
	color: #868da5;
	width: auto;
	min-width: 0;
	text-align: right;
}

.booking-section .booking-form .ui-widget.ui-widget-content {
	background: rgba(255, 255, 255, 0.2);
	border: none;
	height: 2px;
}

.booking-section .booking-form .ui-slider-horizontal .ui-slider-range {
	background: var(--butonarkaplan);
}

.booking-section .booking-form .ui-slider-horizontal .ui-slider-handle {
	top: -8px;
	height: 16px;
	width: 16px;
	background: var(--white);
	border: 2px solid var(--butonarkaplan);
	border-radius: 50%;
	cursor: pointer;
}

.booking-section .booking-form .form-group .field-icon {
	position: absolute;
	left: 25px;
	top: 11px;
	line-height: 28px;
	color: #868da5;
	display: block;
	font-size: 16px;
}

.form-group .book-btn {
	width: 100%;
	border: none;
	padding: 14px 0 13px;
	background-color: #01adef;
	color: var(--white);
	border-radius: 5px;
	margin-top: 20px;
	border: 1px solid #01adef;
}

/* Default Form Style */

.default-form {
	position: relative;
}

.default-form .row {
	margin: 0 -10px;
}

.default-form .form-group {
	position: relative;
	margin-bottom: 10px;
}

.default-form .row .form-group {
	padding: 0 10px;
}

.default-form .form-group .field-label {
	position: relative;
	display: block;
	text-align: left;
	margin-bottom: 0px;
	font-size: 16px;
line-height: 30px;
    color: #1e1e1e;
}

.default-form .form-group:last-child {
	margin-bottom: 0;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select {
	position: relative;
	display: block;
	height: 52px;
	width: 100%;
	font-size: 15px;
	color: #25283a;
	line-height: 30px;
	font-weight: 400;
	padding: 10px;
	background-color: var(--white);
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.default-form .form-group textarea {
	height: 120px;
	padding-top: 12px;
	resize: none;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active {
	border-color: var(--butonarkaplan);
}

.default-form ::-webkit-input-placeholder {
	color: #aaaaaa;
}

.default-form ::-moz-input-placeholder {
	color: #aaaaaa;
}

.default-form ::-ms-input-placeholder {
	color: #aaaaaa;
}

.default-form label.error {
	color: #ff0000;
	font-size: 14px;
	text-transform: capitalize;
	text-align: left;
	display: block;
	padding-top: 5px;
}

.default-form .check-block {
	position: relative;
	display: block;
	margin-bottom: 5px;
}

.default-form .check-block input {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}

.default-form .check-block label {
	position: relative;
	display: block;
	padding-left: 30px;
	line-height: 26px;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
}

.default-form .check-block label:before {
	content: "";
	font-family: "icomoon";
	position: absolute;
	left: 0;
	top: 3px;
	width: 18px;
	height: 18px;
	color: #01adef;
	line-height: 16px;
	font-size: 10px;
	text-align: center;
	border: 1px solid #d0d0d0;
	font-weight: 800;
}

.default-form .check-block input:checked+label:before {
	content: "\e90e";
	border-color: #01adef;
}

.content-box .default-form label.error {
	color: var(--white);
	font-size: 16px;
	padding-top: 10px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
	width: 100%;
	font-size: 15px;
	font-style: normal;
	height: 52px;
	padding: 10px 25px;
	line-height: 30px;
	font-family: var(--font-work-sans), sans-serif;
	color: #222222;
	border-radius: 0px;
	background-color: var(--white);
	border: 1px solid #e5e5e5;
}

.form-group .ui-button .ui-icon {
	background: none;
	position: relative;
	top: -12px;
	right: -5px;
	text-indent: 0px;
	color: #333333;
}

.form-group .ui-button .ui-icon:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0dd";
	position: absolute;
	right: 0px;
	top: 0;
	width: 10px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	z-index: 5;
}

.ui-widget.ui-widget-content {
	border: 1px solid #e0e0e0;
	font-family: var(--font-work-sans), sans-serif;
}

.ui-menu .ui-menu-item {
	font-size: 14px;
	border-bottom: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child {
	border: none;
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	display: block;
	padding: 9px 20px !important;
	font-size: 15px;
	line-height: 24px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active {
	background: #01adef;
}

.quantity-spinner {
	position: relative;
	display: block;
}

.quantity-spinner .inner-box {
	position: relative;
	display: block;
}

.quantity-spinner input {
	position: relative;
	display: block;
	font-size: 15px;
	color: #7f8a99;
	line-height: 30px;
	height: 50px;
	width: 100%;
	padding: 10px 40px;
	border: 1px solid #e5e5e5;
	background: none;
	margin: 0px;
	font-weight: 400;
	text-align: center;
}

.quantity-spinner input:focus,
.quantity-spinner button:focus {
	outline: 0 !important;
	border: 1px solid #e5e5e5 !important;
}

.quantity-spinner button:focus {
	border-top: none !important;
	border-bottom: none !important;
}

.quantity-spinner .minus,
.quantity-spinner .plus {
	position: absolute;
	top: 1px;
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 30px;
	padding: 10px 0;
	text-align: center;
	background: none;
	font-weight: 400;
	color: #7f8a99;
	border: none;
	z-index: 1;
	cursor: pointer;
}

.quantity-spinner .minus {
	left: 0;
	border-right: 1px solid #e5e5e5;
}

.quantity-spinner .plus {
	right: 0px;
	border-left: 1px solid #e5e5e5;
}

#ui-datepicker-div {
	z-index: 10 !important;
}

/*=======================================
   04. Offer-section
=======================================*/
.offer-section {
	background-image: url(../images/resource/offer-bg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.offer-box-inner {
	background-color: #1a76c1;
	text-align: center;
	padding: 80px 43px 105px;
	border-radius: 10px;
}

.offer-title h2 {
	font-size: 45px;
	color: var(--white);
	font-family: "Playfair Display";
}

.offer-desc p {
	font-size: 24px;
	line-height: 40px;
	color: var(--white);
	font-weight: 500;
	font-style: italic;
	font-family: "Playfair Display";
	padding: 12px 0 15px;
}

.offer-section .section-button a {
	margin-top: 0;
	color: var(--white);
	border: 1.5px solid var(--white);
}

/*=======================================
   05. goods-section
=======================================*/
.goods-section {
	padding: 120px 0 90px;
}
.goods-single-box {
	border: 1px solid rgba(136, 143, 153, 0.21);
	border-radius: 10px 10px 0 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 30px;
}

.goods-thumb {
	position: relative;
	z-index: -1;
}

.goods-thumb::after {
	position: absolute;
	top: 0;
	left: -100%;
	content: "";
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	transform: skewX(-25deg);
	z-index: 2;
}

.goods-thumb img {
	width: 100%;
}

.goods-thumb-details {
	padding: 0 35px 0;
	margin-top: -45px;
}

.goods-thumb-details span {
	font-size: 17px;
	color: var(--white);
	margin-right: 5px;
}

.goods-thumb-details span i {
	margin-right: 10px;
}

.goods-thumb-details span:nth-child(2) i {
	position: relative;
	top: 4px;
	font-size: 18px;
}

.goods-content {
	padding: 30px;
}

.goods-title h3 {
	font-size: 26px;
	color: #112543;
	font-weight: 700;
	font-family: "Playfair Display";
	transition: 0.5s;
}

.goods-title h3 span {
	font-size: 26px;
	font-family: var(--font-work-sans);
	font-weight: 600;
}

.goods-rating {
	display: flex;
	padding: 15px 0 25px;
	border-bottom: 1px solid rgba(136, 143, 153, 0.21);
}

.goods-rating span {
	color: #ffc003;
	font-size: 20px;
}

.goods-rating p {
	margin: 0 0 0 8px;
}

.goods-from {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 20px 0 0;
}

.sub-title h4 {
	font-size: 17px;
	color: #112543;
	font-family: var(--font-work-sans);
	margin-bottom: 3px;
}

.sub-title p {
	margin: 0;
	color: var(--butonarkaplan);
	font-size: 24px;
}

.goods-button a {
	display: inline-block;
	border-radius: 5px;
	border: 1px solid rgb(3, 66, 80, 0.5);
	padding: 12px 35px 11px;
	font-size: 17px;
	color: #112543;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: -5px;
}

.goods-button a:before {
	position: absolute;
	content: "";
	z-index: -1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 5px;
	background: var(--butonarkaplan);
	transform: scale(1, 0);
	transition: 0.5s;
}

.goods-section .section-button {
	margin-top: 40px;
}

/* goods all hover */
.goods-single-box .goods-title h3:hover {
	color: var(--butonarkaplan);
}

.goods-single-box:hover .goods-thumb::after {
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;
}

.goods-single-box:hover .goods-button a {
	color: var(--white);
	border: 1px solid var(--butonarkaplan);
}

.goods-single-box:hover .goods-button a:before {
	transform: scale(1.1);
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

/* home two */
.goods-section.style-two {
	padding: 120px 0 90px;
	background-color: #f2f5fa;
}

.goods-single-block {
	border-radius: 5px;
	background-color: transparent;
	border: 1px solid rgba(136, 143, 153, 0.15);
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: 0.5s;
}

.goods-single-block .heart {
	position: absolute;
	display: inline-block;
	content: "";
	z-index: 2;
	left: 15px;
	top: 15px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url(../images/resource/heart.svg) no-repeat center;
	background-color: rgb(20, 40, 70, 0.3);
	text-align: center;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}

.goods-single-block .heart.focus {
	background: url(../images/resource/heart-fill.svg) no-repeat center;
	background-color: rgb(20, 40, 70, 0.3);
	opacity: 1;
	visibility: visible;
}

.goods-single-block .block-thumb {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.goods-single-block .block-thumb img {
	max-width: inherit;
}

.goods-single-block .block-thumb::after {
	position: absolute;
	top: 0;
	left: -100%;
	content: "";
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	transform: skewX(-25deg);
	z-index: 2;
}

.goods-single-block:hover .block-thumb::after {
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;
}

.goods-block-inner {
	display: flex;
	align-items: center;
}

.block-content {
	padding-left: 20px;
}

.block-sub-title {
	display: flex;
	justify-content: space-between;
}

.block-sub-title p {
	font-size: 13px;
	margin: 0;
}

.block-sub-title .location span {
	font-size: 14px;
}

.block-sub-title .rating {
	font-size: 15px;
	font-weight: 500;
}

.block-sub-title .rating i {
	font-size: 16px;
	color: var(--butonarkaplan);
}

.block-title h4 {
	font-size: 20px;
	font-family: var(--font-work-sans);
	padding-bottom: 8px;
}

.block-title .text p {
	font-size: 15px;
}

.block-pricing {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.block-pricing h4 {
	font-size: 22px;
	color: #0fb0ee;
	font-family: var(--font-work-sans);
}

.pricing-button a {
	display: inline-block;
	padding: 8px 17px;
	background-color: var(--butonarkaplan);
	color: var(--white);
	font-weight: 500;
	border-radius: 5px;
	margin-top: 8px;
	margin-right: -40px;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}

/* goods section all hover home two */
.goods-single-block:hover {
	background-color: var(--white);
}

.goods-single-block:hover .heart {
	opacity: 1;
	visibility: visible;
}

.goods-single-block:before:hover {
	background-color: var(--butonarkaplan);
}

.goods-single-block:hover .pricing-button a {
	margin-right: 0;
	opacity: 1;
	visibility: visible;
}

/*=======================================
   06. explore-section
=======================================*/
.explore-section {
	background-image: url(../images/resource/explore-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 120px 0 120px;
}

.explore-section .boattrip-section-title h2 {
	color: var(--white);
}

.explore-bg {
	text-align: center;
}

.explore-box {
	margin-bottom: 30px;
}

.explore-icon span {
	display: inline-block;
	font-size: 50px;
	color: #030303;
	padding: 45px;
	border-radius: 50%;
	background-color: var(--white);
	border: 6px solid rgba(1, 173, 238, 0.2);
	transition: 0.5s;
}

.explore-title h3 {
	font-size: 24px;
	color: var(--white);
	font-weight: 700;
	font-family: "Playfair Display";
	transition: 0.5s;
	padding: 0 0 10px;
}

/* explore all hover */
.explore-icon span:hover {
	color: var(--butonarkaplan);
	border: 6px solid var(--butonarkaplan);
}

.explore-icon:hover .explore-title h3 {
	color: var(--butonarkaplan);
}

/*=======================================
   07. destination-section
=======================================*/
.destination-section {
    padding: 120px 0;
    background-color: #f8f9fb;
}

.destination-single-box {
	margin-bottom: 30px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.destination-single-box::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	z-index: 3;
	background: rgb(2, 36, 71);
	background: linear-gradient(180deg, rgba(2, 36, 71, 0.7819502801120448) 0%, rgba(2, 36, 71, 0) 0%, rgba(2, 36, 71, 0) 50%, rgba(2, 36, 71, 1) 100%);
}

.destination-single-box::after {
	position: absolute;
	top: 0;
	left: -100%;
	content: "";
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	transform: skewX(-25deg);
	z-index: 2;
}

.destination-thumb {
	position: relative;
}

.destination-thumb img {
	width: 100%;
	transition: 0.5s;
}

.destination-content {
	position: absolute;
	z-index: 3;
	bottom: 0;
	padding: 0 0 20px 35px;
}

.destination-content p {
	font-size: 18px;
	color: var(--butonarkaplan);
	position: relative;
	margin: 0;
	transition: 0.5s;
}

.destination-content p::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 44px;
	height: 2px;
	background-color: var(--butonarkaplan);
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
}

.destination-content h3 {
	font-size: 24px;
	color: var(--white);
	font-family: var(--font-work-sans);
	margin: 0;
}

.destination-content h3 a:hover {
	color: var(--butonarkaplan);
}

.destination-section .section-button a {
	margin-top: 40px;
}

/* destination all hover */

.destination-single-box:hover::after {
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.destination-single-box:hover .destination-thumb img {
	transform: scale(1.1);
}

.destination-single-box:hover .destination-content p::before {
	opacity: 1;
	visibility: visible;
}

.destination-single-box:hover .destination-content p {
	color: var(--white);
	margin-bottom: 10px;
	padding: 0 0 10px;
}

/*=======================================
    video-section
=======================================*/
.video-section {
	background-image: url(../images/resource/video-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 290px 0;
	text-align: center;
	position: relative;
	z-index: 1;
}

.row.video-bg {
	display: inline-block;
}

.video-icon a {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 68px;
	border-radius: 50%;
	text-align: center;
	background-color: var(--white);
	font-size: 18px;
	color: var(--butonarkaplan);
	font-weight: 500;
	font-family: "Playfair Display";
	-webkit-animation: ripple-white 1s linear infinite;
	animation: ripple-blue 1s linear infinite;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	position: relative;
	z-index: 1;
}

@-webkit-keyframes ripple-blue {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
	}

	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
	}
}

@keyframes ripple-blue {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
	}

	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
	}
}

/* style two */

/* @-webkit-keyframes ripple-blue-2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 5px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 5px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 5px rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3)
    }
}

@keyframes ripple-blue-2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 5px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 5px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 5px rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3)
    }
} */

/*=======================================
   09. counter-section
=======================================*/
.counter-section {
	background-color: var(--genel);
	padding: 55px 0 25px;
}

.counter-single-box {
	text-align: center;
	margin-bottom: 30px;
	padding: 10px 0 10px;
	border-right: 1px solid rgb(255, 255, 255, 0.2);
}

.counter-single-box.upper {
	border: 0;
}

.counter-single-box p {
	opacity: 0.8;
	font-size: 17px;
	color: var(--white);
	margin: 0;
}

.counter-single-box h2 {
	font-size: 50px;
	color: var(--white);
	font-family: var(--font-work-sans);
	margin-top: 0;
}

/*=======================================
   10. feature-section
=======================================*/
.feature-section {
	padding: 120px 0 90px;
}

.feature-single-box {
	padding: 35px 35px 10px 30px;
	border-radius: 5px;
	background-color: var(--white);
	border: 1px solid rgba(17, 37, 67, 0.05);
	margin-bottom: 30px;
	transition: 0.5s;
	position: relative;
	overflow: hidden;
}

.feature-single-box::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 0;
	height: 90px;
	background-image: url(../images/resource/feature-shape.png);
	background-repeat: no-repeat;
	background-size: contain;
	transition: 0.5s;
}

.feature-icon span {
	font-size: 55px;
	color: #234982;
	transition: 0.5s;
}

.feature-title h3 {
	font-size: 25px;
	color: #112543;
	font-family: "Playfair Display";
	padding: 8px 0 18px;
}

/* feature all hover */
.feature-single-box:hover::before {
	width: 80px;
}

.feature-single-box:hover .feature-icon span {
	color: var(--butonarkaplan);
}

.feature-single-box:hover {
	filter: drop-shadow(0px 5px 30px rgba(228, 229, 231, 0.5));
}

/*=======================================
   10. testimonial-section
=======================================*/
.testimonial-section {
	background-image: url(../images/resource/testi-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 120px 0 115px;
}

/* home two */
.testimonial-section.style-two {
	background-image: url(../images/resource/testi-bg2.jpg);
	padding: 120px 0 120px;
}

.testimonial-section .boattrip-section-title h2 {
	color: var(--white);
}

.testimonial-single-box {
	padding: 0 20px 0px;
}

.testimonial-single-box .testi-icon span {
	font-size: 32px;
	color: var(--butonarkaplan);
}

.testi-desc p {
    font-size: 23px;
    line-height: 33px;
    color: var(--white);
    font-style: italic;
    font-family: "Playfair Display";
    padding: 12px 0 40px;
}

.testi-thumb img {
	border-radius: 50%;
	border: 6px solid rgba(1, 173, 238, 0.15);
	transition: 0.5s;
	margin: auto;
}

.testi-name p {
    font-size: 18px;
    color: var(--white);
    font-weight: 500;
    font-style: italic;
    font-family: "Playfair Display";
    margin-top: 18px;
    margin-bottom: 0;
    transition: 0.5s;
}

/* testi all hover */
.testimonial-single-box:hover .testi-thumb img {
	border: 6px solid var(--butonarkaplan);
}

.testimonial-single-box:hover .testi-name p {
	color: var(--butonarkaplan);
}

/* home two */
.testi-single-box {
	padding: 40px 40px 20px;
	border-radius: 5px;
	border: 1px solid rgb(255, 255, 255, 0.2);
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.testi-single-box::before {
	position: absolute;
	content: "";
	z-index: -1;
	right: 0;
	bottom: 0;
	width: 50%;
	height: 0;
	background-color: var(--butonarkaplan);
	transform: skewX(-47deg);
	transition: 0.5s;
}

.testi-single-box .testi-box-inner {
	display: flex;
}

.testi-single-box .testi-thumb {
	margin-right: 28px;
	flex: 1;
}

.testi-right {
	flex: 2;
}

.testi-single-box .testi-thumb img {
	border-radius: 0;
	border: none;
	transition: 0.5s;
	margin-bottom: 16px;
}

.testi-single-box .testi-rating span {
	font-size: 28px;
	color: var(--butonarkaplan);
}

.testi-single-box .testi-title {
	position: relative;
}

.testi-single-box .testi-title::before {
	position: absolute;
	content: "\e928";
	right: 0;
	top: 0;
	font-size: 32px;
	color: var(--butonarkaplan);
	font-family: "icomoon";
}

.testi-single-box .testi-name h4 {
	font-size: 24px;
	line-height: 33px;
	color: var(--white);
	font-family: "Playfair Display";
	margin-top: -8px;
	transition: 0.5s;
}

.testi-single-box .title-text {
	opacity: 0.702;
	line-height: 33px;
	color: var(--white);
}

.testi-single-box .testi-desc p {
	opacity: 0.702;
	font-size: 18px;
	letter-spacing: 0px;
	margin-bottom: 0;
	line-height: 28px;
	color: #fafbfc;
	font-weight: 400;
	font-family: "Playfair Display";
	font-style: normal;
}

/* home two testi all hover */
.testi-single-box:hover:before {
	height: 4px;
}

/* .testi-single-box:hover .testi-name h4 {
    color: var(--butonarkaplan);
} */

/* testi owl carousel */
.testimonial-section .owl-nav {
	text-align: center;
	display: -webkit-inline-box;
	margin-top: 60px;
}

.testimonial-section .owl-prev,
.testimonial-section .owl-next {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	color: var(--white);
	border: 1px solid #01adef;
	margin-right: 10px;
	margin-left: 10px;
	transition: 0.5s;
}

/* owl hover */
.testimonial-section .owl-prev:hover,
.testimonial-section .owl-next:hover {
	background-color: #01adef;
}

.active.center .testimonial-single-box .testi-thumb img {
	border: 6px solid var(--butonarkaplan);
}

.active.center .testimonial-single-box .testi-name p {
	color: var(--butonarkaplan);
}

.active.center .testimonial-single-box .testi-thumb img {
    width: 125px;
}

/* owl carousel home two*/
.testimonial-section.style-two .owl-nav {
	position: relative;
	bottom: 50%;
	display: block;
	margin-top: 0;
}

.testimonial-section.style-two .owl-prev,
.testimonial-section.style-two .owl-next {
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 45px;
	border-radius: 3px;
	color: var(--white);
	border: 1px solid #888f99;
	margin-right: 10px;
	margin-left: 10px;
	transition: 0.5s;
	text-align: center;
}

.testimonial-section.style-two .owl-prev {
	float: left;
	margin-left: -110px;
}

.testimonial-section.style-two .owl-next {
	float: right;
	margin-right: -110px;
}

/* owl hover */
.testimonial-section.style-two .owl-prev:hover,
.testimonial-section.style-two .owl-next:hover {
	background-color: transparent;
	border: 1px solid var(--butonarkaplan);
	color: var(--butonarkaplan);
}

/*=======================================
   11. team-section
=======================================*/
.team-section {
	padding: 120px 0 90px;
}

.team-single-box {
	border-radius: 10px;
	filter: drop-shadow(0px 5px 30px rgba(228, 229, 231, 0.5));
	background-color: var(--white);
	overflow: hidden;
	margin-bottom: 30px;
}

.team-thumb {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.team-thumb img {
	width: 100%;
	transition: 0.5s;
}

.team-share {
	position: absolute;
	right: 10px;
	bottom: 0;
	z-index: 5;
}

.team-share-icon span {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-radius: 5px;
	background-color: #00adee;
	color: var(--white);
	text-align: center;
	font-size: 15px;
	transition: 0.5s;
}

.team-share-icon span:hover {
	color: var(--white);
	cursor: pointer;
}

.team-social-icon {
	position: relative;
}

.team-social-icon ul {
	display: inline-flex;
	position: absolute;
	right: 17px;
	bottom: 0;
	transition: 0.5s;
	z-index: -1;
}

.team-social-icon ul {
	line-height: 0;
}

.team-social-icon ul li {
	list-style: none;
	display: inline-block;
	margin-left: -6px;
	margin-bottom: 0;
}

.team-social-icon ul li a {
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	background-color: #112442;
	text-align: center;
	color: var(--white);
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
	font-size: 15px;
	transform: translateX(20px);
}

.team-share-icon:focus span {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.team-share.active .team-social-icon ul li a {
	transform: translateX(-20px);
	opacity: 1;
	overflow: hidden;
	visibility: visible;
}

.team-social-icon ul li:nth-child(1) a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transition-delay: 0.6s;
}

.team-social-icon ul li:nth-child(2) a {
	transition-delay: 0.4s;
}

.team-social-icon ul li:nth-child(3) a {
	transition-delay: 0.3s;
}

.team-social-icon ul li:nth-child(4) a {
	transition-delay: 0.2s;
}

.team-social-icon ul li a:hover {
	color: #00adee;
}

.team-title {
	padding: 22px 30px 32px 30px;
}

.team-title span {
	color: rgb(136, 143, 153, 0.8);
}

.team-title h4 {
	font-size: 24px;
	color: #01101e;
	font-weight: 500;
	font-family: var(--font-work-sans);
	margin-top: 8px;
	transition: 0.1s;
}

.team-title h4:hover a {
	color: #00adee;
}

/* team all hover */
.team-single-box:hover .team-thumb img {
	transform: scale(1.05);
}

.team-single-box:hover .team-title h4 {
	color: #00adee;
}

/*=======================================
   12. blog-section
=======================================*/
.blog-section {
	padding: 50px 0 50px;
	background-color: #f8f9fb;
}

.blog-single-box {
	margin-bottom: 30px;
	border-radius: 5px;
	background-color: var(--white);
	overflow: hidden;
}

.blog-thumb {
	position: relative;
	z-index: 1;
}

.blog-thumb span {
	position: absolute;
	bottom: 0;
	left: 0;
	color: var(--white);
	background: #00adef;
	padding: 8px 12px;
	border-top-right-radius: 5px;
}

.blog-thumb img {
	width: 100%;
}

.blog-content {
	padding: 13px 0 15px 30px;
}

.blog-title h3 {
	font-size: 20px;
	line-height: 27px;
	font-family: "Playfair Display";
	margin-bottom: 20px;
	transition: 0.5s;
}

.blog-single-box.style-two {
	position: relative;
	z-index: 1;
}

.blog-single-box.style-two .blog-content {
	position: absolute;
	z-index: 1;
	bottom: 27px;
	left: 40px;
	padding: 0;
}

.blog-single-box.style-two .blog-title span {
	font-size: 16px;
	color: var(--white);
	font-weight: 500;
}

.blog-single-box.style-two .blog-title h3 {
	font-size: 32px;
	line-height: 42px;
	color: var(--white);
	font-weight: 700;
	font-family: "Playfair Display";
	margin: 0;
}

.blog-single-box.style-two .blog-date-comment p {
	padding: 28px 0 0;
	color: var(--white);
	display: inline-block;
}

.blog-date-comment span {
	margin-right: 20px;
}

.blog-date-comment span i {
	margin-right: 10px;
}

/* blog all hover */
.blog-single-box:hover .blog-title h3 {
	color: #00adef;
}

/* blog-section home two
=======================================*/
.blog-section.style-two {
	background-color: var(--white);
}

.blog-section .boattrip-section-title.style-two {
	text-align: left;
}

.blog-section .boattrip-section-title.style-two h5::before {
	display: none;
}

.blog-section .boattrip-section-title.style-two h5 {
	margin: 0;
}

.blog-single-block {
	border-radius: 10px;
	filter: drop-shadow(-50px 0 55.5px rgba(239, 239, 239, 0.5));
	background-color: var(--white);
	margin-bottom: 30px;
}

.blog-single-block .blog-content {
	padding: 33px 30px 31px 30px;
}

.blog-info p {
	margin-bottom: 0;
}

.blog-info p span {
	margin-right: 20px;
}

.blog-info p i {
	color: #00adef;
	font-size: 13px;
	margin-right: 3px;
}

.blog-single-block .blog-title h3 {
	font-size: 22px;
	line-height: 35px;
	color: #01101e;
	font-weight: 500;
	font-family: var(--font-work-sans);
	margin-bottom: 20px;
}

.blog-button {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.blog-button::before {
	position: absolute;
	content: "";
	z-index: -1;
	right: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #00adef;
	transition: 0.5s;
}

.blog-single-block .blog-button a {
	font-size: 17px;
}

.blog-single-block .blog-button span {
	position: relative;
	top: 3px;
}

/* blog all hover home two */
.blog-single-box.style-three:hover .blog-button::before {
	left: 0;
	width: 100%;
}

.blog-single-box.style-three .blog-button {
	text-align: right;
	margin-top: 63px;
}

.blog-single-box.style-three .blog-button a {
	display: inline-block;
	position: relative;
	z-index: 1;
	transition: 0.5s;
	border: 1px solid var(--butonarkaplan);
	border-radius: 100px;
	padding: 13px 33px;
	background: var(--butonarkaplan);
	font-size: 17px;
	color: #fdfdfd;
	font-weight: 400;
}

.blog-single-box.style-three .blog-button a i {
	font-size: 14px;
	margin-left: 5px;
	transition: 0.5s;
}

.blog-single-box.style-three .blog-button a:before {
	position: absolute;
	content: "";
	z-index: -1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 50px;
	background: #000000;
	transform: scale(0);
	transition: 0.5s;
	border: 1px solid #000000;
}

.blog-single-box.style-three .blog-button a:hover:before {
	transform: scale(1);
}

.blog-single-box.style-three {
	border-radius: 10px;
	background-color: var(--white);
	box-shadow: 0px 0px 8px -5px rgba(0, 0, 0, 0.83);
}

.blog-single-box.style-three .blog-thumb {
	position: relative;
	z-index: 1;
	transition: 0.5s;
}

.blog-single-box.style-three .blog-thumb:before {
	content: "";
	position: absolute;
	right: 0;
	height: 100%;
	width: 0;
	background: var(--butonarkaplan);
	transition: 0.5s;
	border-radius: 5px;
	opacity: 0.1;
}

.blog-single-box.style-three:hover .blog-thumb::before {
	width: 100%;
	left: 0;
	opacity: 0.2;
}

.blog-single-box.style-three .blog-thumb img {
	width: 100%;
}

.blog-single-box.style-three .blog-content {
	padding: 35px 32px 32px;
}

.blog-single-box.style-three .blog-meta-info span {
	font-size: 16px;
	color: #777777;
	font-weight: 400;
	margin-right: 22px;
}

.blog-single-box.style-three .blog-meta-info span:last-child {
	margin-right: 0;
}

.blog-single-box.style-three .blog-meta-info span i {
	color: var(--butonarkaplan);
	font-size: 14px;
	margin-right: 5px;
}

.blog-single-box.style-three .blog-title {
	margin: 8px 0 15px;
}

.blog-single-box.style-three .blog-title a {
	font-size: 14px;
	line-height: 28px;
	color: #01101e;
	font-weight: 500;
	font-family: var(--font-work-sans);
	transition: 0.5s;
}

.blog-single-box.style-three .blog-title a:hover {
	color: var(--butonarkaplan);
}

.blog-single-box.style-three .blog-button-left a {
	font-size: 17px;
	color: #01101e;
	font-weight: 400;
	transition: 0.5s;
	position: relative;
	z-index: 1;
}

.blog-single-box.style-three .blog-button-left a:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -3px;
	background: var(--butonarkaplan);
	height: 1px;
	width: 0;
	z-index: 1;
	transition: 0.5s;
}

.blog-single-box.style-three .blog-button-left a i {
	font-size: 14px;
	color: #01101e;
	margin-left: 3px;
	transition: 0.5s;
}

.blog-single-box.style-three .blog-button-left a:hover {
	color: var(--butonarkaplan);
}

.blog-single-box.style-three .blog-button-left a:hover i {
	color: var(--butonarkaplan);
}

.blog-single-box.style-three .blog-button-left a:hover:before {
	width: 110px;
	color: var(--butonarkaplan);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	text-align: center;
}

/*=======================================
   13. contact-section
=======================================*/
.contact-section {
	padding: 100px 0 120px;
}

.contact-section .boattrip-section-title {
	margin-bottom: 50px;
}

.contact-section .boattrip-section-title p {
	padding: 30px 0 0;
	width: 55%;
	margin: auto;
}

/* Inner Contact Section */
/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	padding: 90px 0px 60px;
}

.contact-section .filter-box{
	position: relative;
	width: 100%;
	max-width: 300px;
	margin:0 0 40px;
}

.contact-section .filter-box .form-group{
	margin: 0;
}

.contact-section .filter-box .ui-selectmenu-button.ui-button{
	background: none;
	border: none;
	border-bottom:1px solid rgba(0,0,0,0.10);
	color: #7f8a99;
	font-size: 13px;
	padding: 0 0 10px;
	height: 41px;
	line-height: 30px;
	text-transform: uppercase;
}

.contact-section .filter-box .ui-selectmenu-button.ui-button:hover,
.contact-section .filter-box .ui-selectmenu-button.ui-button:focus {
	border: none !important;
	border-bottom:1px solid rgba(0,0,0,0.10) !important;
}

.contact-section .filter-box .ui-button .ui-icon:before{
	color: #7f8a99;
	font-style: normal;
}

.contact-section .info-container{
	position: relative;
	margin-bottom: 60px;
}

.info-block{
	position: relative;
	margin-bottom: 30px;
}

.info-block .inner-box{
	position: relative;
	display: block;
	padding: 40px 25px 45px;
	background: #ffffff;
	border: 1px solid rgba(0,0,0,0.10);
	text-align: center;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.info-block .inner-box:hover{
	border-color: transparent;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
}

.info-block .icon-box{
	position: relative;
	top: 0;
	display: block;
	line-height: 70px;
	font-size: 54px;
	color: var(--butonarkaplan);
	margin-bottom: 10px;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.info-container .info-block:nth-child(2) .icon-box{
	font-size: 70px;
}

.info-block .title-box{
	position: relative;
	display: block;
	margin-bottom: 15px;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.info-block .title-box h4{
	text-transform: uppercase;
	color: #061138;
	font-size: 20px;
	line-height: 1.2em;
	margin: 0 0 5px;
}

.info-block .title-box .subtitle{
	position: relative;
	color: #7f8a99;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1.6em;
}

.info-block .content-box{
	position: relative;
	display: block;
	padding: 0;
	margin-bottom: 15px;
	transition: .5s;
}

.info-block .text {
    position: relative;
    display: block;
    color: #868da5;
    font-size: 15px;
    background: #ffffff;
    padding: 10px 0px;
    line-height: 1.7em;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.info-block .link-box{
	position: relative;
}

.info-block .link-box a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	color: #061138;
}

.info-block .link-box a:hover{
	color: var(--butonarkaplan);
}

.map-data{
	text-align:center;
	font-size:15px;
	color: #7f8a99;
	font-weight:400;
	line-height:1.7em;
}

.map-data h6{
	font-size:20px;
	font-weight:700;
	text-align:center;
	margin-bottom:10px;
	color:#061138;
}

.map-canvas{
	height:680px;
}

.contact-form{
	position: relative;
}

.contact-container .form-column,
.contact-container .map-column{
	position: relative;
	margin-bottom: 30px;
}

.contact-container .form-column .inner{
	position: relative;
	padding: 50px 35px 55px;
	border:1px solid rgba(0,0,0,0.10);
}

.contact-container .sec-title h2{
	font-size: 36px;
}

.contact-form .form-group input,
.contact-form .form-group textarea,
.contact-form .form-group .ui-selectmenu-button.ui-button{
	font-family: 'Playfair Display', serif;
	font-style: italic;
	padding-left: 20px !important;
}

.contact-form .form-group textarea{
	height: 140px;
}

.contact-form .form-group button{
	margin-top: 5px;
	display: block;
	width: 100%;
}

/*** 

====================================================================
	Subscribe Section
====================================================================

***/

.subscribe-section{
	position:relative;
	padding: 0px 0px 90px;
	background: #ffffff;
}

.subscribe-section.style-two{
	padding-bottom: 70px;
}

.subscribe-section.style-three{
	padding: 100px 0px;
}

.subscribe-section.no-padding-top{
	padding-top: 0;
}

.subscribe-section .inner{
	position: relative;
	display: block;
	padding: 55px 90px 40px;
	background: var(--butonarkaplan);
	color: #ffffff;
}

.subscribe-section .inner .image-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.subscribe-section.style-two .inner{
	position: relative;
	display: block;
	padding: 85px 90px 0px;
	background: none;
	color: #7f8a99;
	border-top: 1px solid rgba(0,0,0,0.05);
}

.subscribe-section.style-three .inner{
	padding: 56px 90px 40px;
	background: none;
}

.subscribe-section .title{
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 35px;
}

.subscribe-section .title h4 {
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--white);
}

.subscribe-section.style-two .title h4{
	 color: #061138;
}

.subscribe-section .title .subtitle{
	text-transform: uppercase;
	font-size: 14px;
}

.subscribe-form-two{
	position: relative;
	display: block;
}

.subscribe-form-two .row{
	margin: 0px -10px;
}

.subscribe-form-two .form-group{
	position:relative;
	padding: 0px 10px;
	margin-bottom: 20px;
}

.subscribe-form-two form .form-group input{
	font-family: 'Playfair Display', serif;
	font-style: italic;
	line-height: 30px !important;
	padding: 14px 20px !important;
	height: 60px !important;
	padding-left: 20px !important;
}

.subscribe-form-two .theme-btn{
	display: block;
	width: 100%;
}

.subscribe-form-two .theme-btn .btn-title{
	width: 100%;
	text-align: center;
	display: block;
	line-height: 30px;
	padding: 15px 20px;
}


/*======== Blog List Inner Page ==========*/
/* ============================================ */
.blogs-section.style-three{
    background: #f8f9fb;
}

.searchbar-section.style-three {
	background-image: linear-gradient(to bottom, transparent 50%, #f8f9fb 50%);
}

.calculate-section.style-three {
    background-image: linear-gradient(#f8f9fb 50%, #112442 50%);
}

.row.blogs-pr {
    padding-right: 20px;
}

.blogs-section .single-blog-box {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    padding: 0;
    overflow: hidden;
    border-radius: 3px;
}

.blogs-section .blog-thumb {
    position: relative;
    z-index: 1;
}

.blogs-section .blog-thumb:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-image: linear-gradient(10deg, var(--butonarkaplan) 0%, var(--butonarkaplan) 100%);
    visibility: hidden;
    transition: .5s;
    border-radius: 5px;
    opacity: .45;
}

.blogs-section .single-blog-box:hover .blog-thumb:before {
    left: 0;
    width: 100%;
    visibility: visible;
}

.single-blog-dtls-box {
    margin-bottom: 30px;
    background: #fff;
}

.blogs-section .blog-content {
    padding: 35px;
    transition: .5s;
    background: var(--text-color-white);
    border: 1px solid rgba(6, 36, 98, 0.1);
    border-top: 0;
    position: relative;
}

.blogs-section .blog-content::before {
    position: absolute;
    content: "";
    left: 0;
    top: 70px;
    width: 100%;
    height: 1px;
    background: rgba(6, 36, 98, 0.1);
}

.blogs-section .meta-blog {
    position: absolute;
    bottom: -20px;
    left: 30px;
}

.blogs-section .meta-blog a {
    font-size: 14px;
    padding: 7px 22px;
    background: var(--butonarkaplan);
    color: var(--text-color-white);
    display: inline-block;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

.meta-blog a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #232323;
    border-radius: 3px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

.blogs-section .single-blog-box:hover .meta-blog a:before {
    transform: scale(1);
}

.blogs-section h2.blog-title a {
    display: inline-block;
    font-size: 26px;
    line-height: 27px;
    font-weight: 700;
	position: relative;
}

.blogs-section h2.blog-title a::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--butonarkaplan);
	transition: .5s;
}

.blogs-section h2.blog-title a:hover::before {
	width: 100%;
}

.blogs-section p.blog-desc {
    padding: 15px 0;
    margin: 0;
}

ul.blog-author li {
    list-style: none;
    display: inline-block;
    margin-right: 37px;
    font-weight: 500;
    color: #232323;
}

ul.blog-author li i {
    color: var(--butonarkaplan);
    margin-right: 7px;
}

ul.blog-author li span {
    position: relative;
    z-index: 1;
}

ul.blog-author li span:before {
    position: absolute;
    content: "";
    right: -20px;
    top: 3px;
    width: 1px;
    height: 12px;
    background-color: rgba(7, 72, 131, 0.5019607843137255);
}

.blogs-section .blog-button a {
    display: inline-block;
    padding: 10px 25px;
    text-align: center;
    font-size: 17px;
    line-height: 27px;
    color: #01adee;
    font-weight: 400;
    font-family: "Work Sans";
    border-radius: 5px;
	border: 1px solid var(--butonarkaplan);
	transition: .5s;
	position: relative;
	z-index: 1;
}

.blogs-section .blog-button a:hover {
	color: var(--white);
}

.blogs-section .blog-button a::before {
	position: absolute;
	content: '';
	z-index: -1;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: var(--butonarkaplan);
	transition: .5s;
}

.blogs-section .blog-button a:hover::before {
	left: 0;
	width: 100%;
}

.blogs-section .blog-button a span {
	font-size: 18px;
}


/* Blog Right Side */
.blog-right-side>div {
    width: 100%;
    margin-bottom: 40px;
    padding: 35px 30px 35px;
    border-radius: 5px;
    background: var(--white);
    box-shadow: 0 0 5px rgb(0 0 0 / 3%);
}

.blogs-section .sidebar-title {
    font-size: 22px;
    padding: 0 0 24px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(6, 36, 97, 0.10196078431372549);
    position: relative;
    z-index: 1;
}

.blogs-section .sidebar-title:before {
    position: absolute;
    content: "";
    left: -29px;
    top: 0;
    width: 3px;
    height: 30px;
    background: var(--butonarkaplan);
    border-radius: 5px;
}

.search {
    position: relative;
    border-radius: 8px;
}

.search input {
    background: var(--text-color-white) none repeat scroll 0 0;
    height: 52px;
    position: relative;
    width: 100%;
    border: 1px solid #ced4da;
    color: #616161;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 26px;
}

.search input[type="text"] {
    padding-left: 10px;
}

.search input::placeholder {
    font-size: 19px;
    color: #9C9E9C;
}

.search button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #616161;
    font-size: 18px;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 53px;
	transition: .5s;
}

.search button:hover {
	color: var(--butonarkaplan);
}

.search button:focus {
    border: none !important;
}


/* Calendar css */
.wrapper {
    width: 100%;
    background: var(--text-color-white);
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgb(0 0 0 / 5%);
}

.wrapper .current-month {
    display: flex;
    align-items: center;
    padding: 0 30px 0;
    justify-content: space-between;
    margin: 20px 0;
}

.icons {
    display: flex;
}

.icons span {
    display: inline-block;
    height: 38px;
    width: 38px;
    margin: 0 1px;
    cursor: pointer;
    color: #878787;
    background: #f2f2f2;
    text-align: center;
    line-height: 38px;
    font-size: 1.9rem;
    user-select: none;
    border-radius: 50%;
    transition: .5s;
}

.icons span:last-child {
    margin-right: -10px;
}

.icons span:hover {
    background: var(--butonarkaplan);
}

.icons span:hover i{
	color: #fff;
}

.icons span i {
    font-size: 16px;
    position: relative;
    top: -4px;
	transition: .5s;
}

.current-date {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.calendar {
    padding: 20px 20px 0;
}

.calendar ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
}

.calendar li {
    color: #333;
    width: calc(100% / 7);
    font-size: 16px;
}

.calendar .weeks li {
    font-weight: 500;
    cursor: default;
}

.calendar .days li {
    z-index: 1;
    cursor: pointer;
    position: relative;
}

.days li.inactive {
    color: #aaa;
    transition: .5s;
}

.days li.active {
    color: var(--text-color-white);
}

.days li::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 40px;
    width: 40px;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: .5s;
}

.days li.active::before {
    background: var(--butonarkaplan);
}

.days li:not(.active):hover::before {
    background: #f2f2f2;
}

.text-widget-about {
    text-align: center;
}

.text-widget-about ul li {
    border-top: 0;
    padding: 0;
}

.wp-block-archives li a,
.wp-block-categories li a {
    color: #5e629c
}

.wp-block-archives select {
    height: 40px;
    width: 200px;
    border: 1px solid #ddd;
    padding: 0 10px;
}

.single-blog-content .wp-block-latest-comments {
    padding-left: 0
}

.recent-post-text span i {
    color: #f8f9fe;
    margin-right: 5px;
    font-size: 14px;
}

/*categories menu*/
.widget-categories-menu ul {
    display: block;
}

.widget-categories-menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
    background: transparent;
    width: 100%;
    padding: 10px 22px;
    transition: .5s;
    border: 1px solid #bdc0c5;
    border-radius: 26px;
    position: relative;
    z-index: 1;
	overflow: hidden;
}

.widget-categories-menu ul li:hover,
.widget-categories-menu ul li.active {
    border: 1px solid var(--butonarkaplan);
}

.widget-categories-menu ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: var(--butonarkaplan);
    border-radius: 26px;
    transition: .5s;
    z-index: -1;
}

.widget-categories-menu ul li:hover:before,
.widget-categories-menu ul li.active:before {
    width: 100%;
}

.widget-categories-menu ul li a {
    display: block;
    color: var(--butonarkaplan);
    font-weight: 500;
    transition: .5s;
}

.widget-categories-menu ul li a i {
    display: inline-block;
    font-size: 22px;
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.widget-categories-menu ul li:hover a i,
.widget-categories-menu ul li.active a i {
    color: var(--white);
}

.widget-categories-menu ul li a span {
    float: right;
}

.widget-categories-menu ul li:hover a,
.widget-categories-menu ul li.active a {
    color: var(--text-color-white);
}

/* Blog side */
.blog-right-side .widget ul li {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-bottom: 1px solid #E8E8E8;
    padding: 15px 0;
}

.blog-right-side .widget ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0;
}

.cat-item.cat-item-3 a {
    color: var(--text-color);
}

/* Social Box */
.social-box {
    text-align: center;
}

.social-thumb {
    display: inline-block;
    padding: 5px;
    border: 2px solid var(--butonarkaplan);
    border-radius: 50%;
}

.social-title h3 {
    font-size: 22px;
    padding: 14px 0 25px;
}

.social-info p {
    font-size: 17px;
    padding-bottom: 8px;
}

.social-box .social-icon li {
    display: inline-block;
    margin-right: 4px;
}

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

.social-box .social-icon li a {
    display: inline-block;
    font-size: 17px;
    color: var(--butonarkaplan);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    border: 1px solid var(--butonarkaplan);
	transition: .5s;
}

.social-box .social-icon li a:hover {
    background: var(--butonarkaplan);
    color: var(--white);
}


/* Sidber Widget Tags CSS */

.sidebar-tag-item ul li {
    display: inline-block;
    list-style: none;
}

li.item1 {
    padding: 15px 0 0 !important;
}

.sidebar-tag-item ul li a {
    background: var(--text-color-white);
    padding: 6px 20px;
    display: inline-block;
    margin: 0px 6px 15px 0;
    font-weight: 500;
    color: #656970;
    border: 1px solid #bdc0c5;
    transition: .5s;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.sidebar-tag-item ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
	width: 0;
	height: 100%;
    background: var(--butonarkaplan);
    color: var(--text-color-white);
    border: 2px solid var(--text-color-white);
    border-radius: 5px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

.sidebar-tag-item ul li.active a:before,
.sidebar-tag-item ul li a:hover:before {
	width: 100%;
    transform: scale(1);
}

.sidebar-tag-item ul li.active a,
.sidebar-tag-item ul li a:hover {
    color: var(--white);
    border: 1px solid var(--butonarkaplan);
}





/*Blog Details
=================================================*/

/*Blog Quote*/
.blog-quote {
    background: #f6f6f6;
    padding: 25px 35px;
    border-left: 4px solid var(--butonarkaplan);
    border-radius: 2px;
    margin: 25px 0 45px;
}

.qte-icon {
    width: 72px;
    height: 72px;
    line-height: 72px;
    background: var(--text-color-white);
    text-align: center;
    float: left;
    margin-right: 20px;
}

.qte-icon svg {
    width: 45px;
    fill: var(--butonarkaplan);
}

.blog-quote p {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: #232323;
    margin: 0;
    overflow: hidden;
}

.blog-dtls-thumb {
    padding: 20px 0 15px;
}

/*Product List*/

ul.product-list {
    padding: 5px 0 0;
}

ul.product-list li {
    display: block;
    list-style: none;
    color: #232323;
    padding: 0 0 8px;
    transition: .5s;
}

ul.product-list li i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: transparent;
    border: 1px solid var(--butonarkaplan);
    border-radius: 50%;
    text-align: center;
    color: var(--butonarkaplan);
    font-size: 22px;
    position: relative;
    top: 2px;
    margin-right: 6px;
    transition: .5s;
}

ul.product-list li:hover i {
    background: var(--butonarkaplan);
    border: 1px solid var(--butonarkaplan);
    color: var(--text-color-white);
}

/*Blog Social Share
=======================*/

.blogs-social-share {
    background: #f6f6f6;
    padding: 20px 20px 25px 24px;
    margin: 35px 0;
}

span.social-text {
    font-size: 17px;
    font-weight: 500;
    color: #232323;
}

ul.social-share {
    float: right;
}

ul.social-share li {
    display: inline-block;
    list-style: none;
}

ul.social-share li a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    background: var(--text-color-white);
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    color: var(--butonarkaplan);
    margin-right: 7px;
    position: relative;
    z-index: 1;
}

ul.social-share li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--butonarkaplan);
    border-radius: 3px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

ul.social-share li a:hover:before {
    transform: scale(1);
}

ul.social-share li a:hover {
    color: var(--text-color-white);
}

/*Post Comment
=================*/

.blog-post-comment {
    border: 1px solid rgba(6, 36, 98, 0.1);
    padding: 34px 30px 26px;
    border-radius: 5px;
}

.post-comment-thumb {
    float: left;
    margin-right: 20px;
}

.post-content {
    overflow: hidden;
}

h4.post-title {
    font-size: 17px;
    line-height: 26px;
    margin-top: 0;
    padding: 2px 0 9px;
    font-weight: 600;
}

h3.blog-comment-title {
    font-size: 26px;
    font-weight: 700;
    padding: 0 0 34px;
}

.blog-post-comment .post-comment {
    border-bottom: 1px solid rgba(6, 36, 98, 0.1);
    margin-bottom: 30px;
    padding: 0px 0px 25px;
}

.blog-post-comment .post-comment2 {
    margin-left: 88px;
}

.blog-post-comment h4.post-title {
    font-weight: 600;
}

.blog-post-comment h4.post-title span {
    font-size: 14px;
    color: var(--butonarkaplan);
    font-weight: 400;
    padding-left: 25px;
    position: relative;
}


.blog-post-comment .post-title span:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 8px;
    height: 1px;
    width: 10px;
    background: var(--butonarkaplan);
}

.blog-post-comment span.rights-reply {
    float: right;
    font-weight: 500;
    color: #232323;
    position: relative;
    top: -63px;
    cursor: pointer;
    left: -32px;
}

/*Contact Form
======================*/

.product-item-title h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    padding: 20px 0 30px;
}

h6.form-title {
    font-size: 15px;
    font-weight: 500;
    padding: 0 0 13px;
    margin: 0;
}

.contact-form-box3 {
    padding: 33px 30px 50px;
    border: 1px solid rgba(6, 36, 98, 0.1);
    margin: 30px 0 0;
    border-radius: 5px;
    position: relative;
    background: #fff;
}

.contact-form-box3 .form-box input {
    background-color: #f6f6f6;
    border: 0;
    padding: 0 20px;
}

.contact-form-box3 .form-box textarea {
    background-color: #f6f6f6;
    border: 0;
    height: 130px;
    padding: 15px 25px;
}

.contact-form-box3 .contact-form button {
    padding: 11px 53px;
    color: var(--text-color-white);
    display: inline-block;
    margin-top: 30px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border: 2px solid transparent;
    background: var(--butonarkaplan);
    transition: 0.5s;
    font-weight: 500;
    font-size: 16px;
}

.style-two.contact-form button:hover {
    color: var(--text-color-white);
}


/*=======================================
   16. choose-us-section
=======================================*/

.choose-us-section {
	padding: 120px 0 90px;
}

.choose-us,
.gallery-bg {
	display: flex;
	justify-content: center;
}

.choose-us-single-box {
	padding: 26px 37px 20px 32px;
	border-radius: 5px;
	filter: drop-shadow(0 0 75px rgba(232, 232, 232, 0.5));
	border: 1px solid var(--white);
	background-color: var(--white);
	display: flex;
	align-items: center;
	transition: 0.5s;
	margin-bottom: 30px;
}

.choose-us-icon {
	display: inline-block;
	border-radius: 50%;
	background-color: rgb(17, 177, 238, 0.1);
	border: 10px solid rgb(17, 177, 238, 0.1);
	margin-right: 20px;
	transition: 0.5s;
}

.choose-us-icon span {
	display: inline-block;
	font-size: 40px;
	color: var(--white);
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background-color: #0cb0ee;
	transition: 0.5s;
}

.choose-us-icon span.icon-oar-converted,
.choose-us-icon span.icon-planing {
	padding: 5px 16px;
}

.choose-us-content h4 {
	font-size: 22px;
	font-weight: 700;
	font-family: "Playfair Display";
	padding-bottom: 12px;
}

.choose-us-content .title span {
	font-family: var(--font-work-sans);
	font-weight: 600;
	padding-right: 5px;
}

/* choose us all hover */
.choose-us-single-box:hover {
	border: 1px solid rgba(1, 14, 34, 0.08);
}

.choose-us-single-box:hover .choose-us-icon {
	background-color: #192c4a;
	border: 10px solid #192c4a;
}

.choose-us-single-box:hover .choose-us-icon span {
	background-color: #192c4a;
}

.choose-us-single-box:hover .choose-us-content h4 {
	color: #0cb0ee;
}

/*=======================================
   17. gallery-section
=======================================*/
.gallery-section {
	padding: 90px 0;
	background-color: #152846;
}

.gallery-section .boattrip-section-title.style-two {
	text-align: left;
}

.gallery-section .boattrip-section-title.style-two h5 {
	margin: 0;
}

.gallery-section .boattrip-section-title.style-two h5::before {
	display: none;
}

.gallery-section .boattrip-section-title h2 {
	color: var(--white);
}

.gallery-single-box {
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.gallery-single-box::before {
	position: absolute;
	content: "";
	z-index: 2;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	border-radius: 8px;
	background-color: rgb(18, 30, 48, 0.7);
	transition: 0.5s;
}

.gallery-button a {
	position: absolute;
	content: "";
	z-index: 2;
	top: 43%;
	left: 45%;
	width: 60px;
	height: 60px;
	border-radius: 10px;
	text-align: center;
	line-height: 60px;
	color: var(--white);
	border: 1px solid var(--white);
	transform: scale(0);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
}

.gallery-thumb img {
	width: 100%;
}

/* gallery all hover */
.gallery-single-box:hover::before {
	left: 0;
	width: 100%;
}

.gallery-single-box:hover .gallery-button a {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

/*=======================================
   18. pricing-section
=======================================*/
.pricing-section {
	padding: 120px 0 90px;
	background-color: #f2f5fa;
}

.pricing-section .boattrip-section-title {
	margin-bottom: 90px;
}

.pricing-single-box {
	padding: 12px;
	border-radius: 5px;
	border: 1px solid rgb(0, 0, 0, 0.051);
	margin-bottom: 30px;
	transition: 0.5s;
	position: relative;
}

.pricing-box-inner {
	padding: 26px 32px 30px;
	background-color: var(--white);
	border-radius: 5px;
	border-top: 3px solid #2e5880;
	transition: 0.5s;
}

.pricing-title h4 {
	font-size: 25px;
	font-weight: 700;
	font-family: "Playfair Display";
	margin: 0;
}

.pricing-counter {
	display: flex;
	align-items: flex-end;
	padding: 12px 0 15px;
	border-bottom: 1px solid rgb(136, 143, 153, 0.2);
}

.pricing-counter h3 {
	font-size: 45px;
	color: #01101e;
	font-family: var(--font-work-sans);
	transition: 0.5s;
}

.pricing-counter .counter {
	color: #00adee;
}

.pricing-counter span {
	color: #01101e;
	font-weight: 500;
}

.pricing-info {
	padding: 10px 0 23px;
}

.pricing-info ul li {
	color: #01101e;
	line-height: 34px;
	transition: 0.5s;
}

.pricing-info ul li span {
	color: #00adee;
}

.pricing-info ul li del {
	color: #888f99;
}

.pricing-single-box .section-button a {
	width: 100%;
	text-align: center;
}

/* pricing all hover */
/* .pricing-single-box.active .pricing-box-inner,
.pricing-single-box:hover .pricing-box-inner{
  transform: translateY(-20px);
} */

.pricing-single-box.active,
.pricing-single-box:hover {
	border: 1px solid #00acec;
}

.pricing-single-box.active .pricing-box-inner,
.pricing-single-box:hover .pricing-box-inner {
	background-color: #00101f;
	border-top: 3px solid #00acec;
}

.pricing-single-box.active .pricing-counter .counter,
.pricing-single-box:hover .pricing-counter .counter {
	color: #00acec;
}

.pricing-single-box.active .pricing-title h4,
.pricing-single-box.active .pricing-info ul li,
.pricing-single-box.active .pricing-counter span,
.pricing-single-box.active .pricing-counter h3,
.pricing-single-box:hover .pricing-title h4,
.pricing-single-box:hover .pricing-info ul li,
.pricing-single-box:hover .pricing-counter span,
.pricing-single-box:hover .pricing-counter h3 {
	color: var(--white);
}

.pricing-single-box:hover .section-button a {
	color: var(--white);
}

.pricing-single-box.active .section-button a {
	background-color: var(--butonarkaplan);
	color: var(--white);
}

/*=======================================
   14. calculate-section
=======================================*/
.calculate-section {
	position: relative;
	background-image: linear-gradient(var(--white) 50%, #112442 50%);
}

.row.calculate-bg {
	background-color: #f7f9fb;
	padding: 50px 35px 50px;
	border: 1px solid rgba(136, 143, 153, 0.2);
	display: flex;
	align-items: center;
	border-radius: 10px;
}

.calculatebox-input label {
	display: block;
	font-size: 16px;
}

.shopselect-input input,
.shopselect-input select,
.shopselect-input>span,
.calculatebox-input input,
.calculatebox-input select,
.calculatebox-input>span {
	width: 100%;
	height: 60px;
	line-height: 47px;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #cccc;
	border-radius: 5px;
	background-color: var(--white);
}

.shopselect-input>span {
	margin-top: 0;
}

.ui-selectmenu-icon.ui-icon {
	margin-top: 15px;
}

.ui-button:hover,
.ui-button:focus {
	border: 1px solid var(--butonarkaplan) !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button {
	border: 1px solid var(--white);
	background: transparent;
	transition: 0.5s;
}

.calculatebox-input input::placeholder {
	font-size: 17px;
	color: #888f99;
}

.calculatebox-input .search-button {
	color: var(--white);
	background-color: #112442;
	font-size: 17px;
	font-weight: 400;
	font-family: var(--font-work-sans);
}

.calculate-title h4 {
	font-size: 16px;
	font-weight: 400;
	font-family: "Jost";
	position: relative;
	padding-left: 13%;
}

.calculate-title h4::before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	width: 45px;
	height: 1px;
	background-color: #00adee;
}

.calculate-title h2 {
	font-size: 42px;
	font-weight: 700;
	font-family: "Playfair Display";
}

/* Login Sign Up */

/*=======================================
   15. footer-section
=======================================*/
.footer-section {
	padding: 80px 0 0;
	background-color: #112442;
}

.company-info-desc p {
	opacity: 0.702;
	line-height: 27px;
	color: #f7f9fb;
	padding: 25px 0 8px;
}

.follow-company-icon span {
	color: #f7f9fb;
	font-weight: 500;
	margin-right: 10px;
}

.follow-company-icon {
	display: flex;
	align-items: center;
}

.follow-company-icon a {
	display: inline-block;
	color: var(--white);
	width: 35px;
	height: 35px;
	line-height: 37px;
	border-radius: 50%;
	background-color: rgb(247, 249, 251, 0.1);
	text-align: center;
	position: relative;
	z-index: 1;
	transition: 0.5s;
	overflow: hidden;
	margin-right: 10px;
}

.follow-company-icon a:last-child {
	margin-right: 0;
}

.follow-company-icon a::before {
	position: absolute;
	content: "";
	z-index: -1;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: var(--white);
	border-radius: 50%;
	transition: 0.5s;
}

/* follow hover */
.follow-company-icon a:hover::before {
	left: 0;
	width: 100%;
}

.follow-company-icon a:hover {
	color: #00adee;
}

h4.widget-title {
	font-size: 24px;
	line-height: 50px;
	color: #f7f9fb;
	font-weight: 700;
	font-family: "Playfair Display";
	padding-bottom: 12px;
}
.widget .widget-title2 {
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    font-size: 20px;
    color: #110203;
}
.service-download {
    background: var(--theme-bg-light);
    padding: 20px;
	width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
}
.footer-menu li {
	margin-bottom: 5px;
}

.footer-menu li a {
	color: var(--text-color-white);
	font-weight: 400;
	position: relative;
	z-index: 1;
}

.footer-menu li a::before {
	position: absolute;
	content: "";
	z-index: -1;
	left: -16px;
	top: 34%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--butonarkaplan);
	transition: 0.5s;
	visibility: hidden;
	opacity: 0;
}

.footer-menu li a:hover::before {
	visibility: visible;
	opacity: 1;
	transform: translateX(10px);
}

.footer-menu li a:hover {
	color: var(--butonarkaplan);
	padding-left: 10px;
}

.footer-info li {
	display: grid;
	margin-bottom: 10px;
}

.footer-info li span {
	line-height: 27px;
	color: #f7f9fb;
	font-weight: 600;
}

.footer-info li i {
	color: var(--butonarkaplan);
	margin-right: 5px;
}

.footer-info li a {
	line-height: 27px;
	color: #f7f9fb;
	margin-left: 25px;
}

.widget-desc p {
	color: #f7f9fb;
}

.subscribe-widget {
	position: relative;
}

.subscribe-widget input {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    border-radius: 5px;
    background-color: var(--white);
    margin-bottom: 25px;
}

.subscribe-widget input::placeholder {
	font-size: 17px;
	color: #888f99;
}

.subscribe-widget .input-btn {
	display: inline-block;
	font-size: 17px;
	width: 100%;
	padding: 12px 0;
	color: var(--white);
	background-color: #01adef;
	border: 0 !important;
	border-radius: 5px;
}

.input-btn:focus {
	border: 0 !important;
}

/* Footer bottom section */
.row.footer-bg {
	margin-top: 70px;
	padding: 20px 0 20px;
	text-align: center;
	border-top: 1px solid rgba(136, 143, 153, 0.2);
}

.footer-bottom-content p {
	margin: 0;
	line-height: 27px;
	color: #f7f9fb;
}

.footer-bottom-content span {
	color: #01adef;
}

/*================================
   boattrip Yachts Details Css
==================================*/


.breadcumb-content h1 {
	font-size: 45px;
	letter-spacing: 2px;
	color: var(--white);
	font-weight: 700;
	font-family: "Playfair Display";
	text-align: center;
	padding-bottom: 15px;
}

.breadcumb-content ul li {
	display: inline-block;
	letter-spacing: 1px;
	font-weight: 500;
	text-align: center;
	color: #01adef;
}

.breadcumb-content ul a {
	color: var(--white);
	font-weight: 500;
	transition: 0.5s;
}

.breadcumb-content ul a:hover {
	color: #00adee;
}


.breadcumb-content ul > li > span {
	font-size: 10px;
	color: var(--white);
}

.yachts-details-header .title h1 {
	font-size: 45px;
	font-weight: 700;
	font-family: "Playfair Display";
	padding: 48px 0 20px;
}

.yachts-details-header .title p {
	color: #888f99;
	font-weight: 500;
	padding-bottom: 10px;
}

.yachts-details-header .title span {
	margin-right: 5px;
}

.yachts-details-header .text-bar {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	border: 1px solid rgb(136, 143, 153, 0.2);
	border-radius: 5px;
	padding: 18px 20px 0;
	margin-bottom: 10px;
}

.yachts-details-header .text-bar .text ul li {
	display: inline-block;
	font-size: 15px;
	color: #112544;
}

.yachts-details-header .text-bar .text ul li:nth-child(5) {
	color: #888f99;
}

.yachts-details-header .reviews {
	font-size: 16px;
	line-height: 27px;
	color: var(--butonarkaplan);
	font-weight: 500;
	font-family: var(--font-work-sans);
}

.yachts-details-box {
	padding-bottom: 38px;
}

.yachts-details-box.upper1 {
	border-top: 1px solid rgb(136, 143, 153, 0.2);
	border-bottom: 1px solid rgb(136, 143, 153, 0.2);
}

.yachts-details-box .title h3 {
	font-size: 30px;
	font-weight: 700;
	font-family: "Playfair Display";
	padding: 20px 0 35px;
}

.yachts-details-box p.text2 {
	padding: 12px 0 18px;
}

.yachts-details-box .desc-button a {
	font-size: 17px;
	line-height: 27px;
	color: var(--butonarkaplan);
	font-weight: 600;
	font-family: var(--font-work-sans);
}

.yachts-details-box ul li {
	display: flex;
	align-items: center;
	padding: 10px 0;
}

.yachts-details-box ul li span {
	font-size: 30px;
	margin-right: 15px;
}

.yachts-details-calendar .calendar {
    padding: 0;
    margin: 20px 20px 0;
    border: 1px solid #aaa;
    border-right: 0;
    border-bottom: 0;
}

.yachts-details-calendar ul li {
    display: inline-block;
    padding: 10px 0;
    transition: 0.5s;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.yachts-details-calendar .days li.active {
    background: #072854;
}

.yachts-details-calendar .days li.active::before {
    background: transparent;
}


/* specific */
.yachts-details-box.upper2 {
	padding-bottom: 0;
}

.specific-signle-box {
	border-radius: 5px;
	background-color: #f4f7f9;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

.specific-signle-box::before {
	position: absolute;
	content: "";
	z-index: -1;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	border-radius: 5px;
	background-color: var(--butonarkaplan);
	transition: 0.5s;
}

.specific-signle-box.active::before,
.specific-signle-box:hover::before {
	left: 0;
	width: 100%;
}

.specific-content {
	padding: 8px 20px 2px;
}

.specific-content h5 {
	font-size: 16px;
	font-weight: 400;
	font-family: var(--font-work-sans);
	transition: 0.5s !important;
}

.specific-content p {
	font-size: 15px;
	transition: 0.5s;
}

.specific-signle-box.active .specific-content h5,
.specific-signle-box:hover .specific-content h5 {
	color: var(--white);
}

.specific-signle-box.active .specific-content p,
.specific-signle-box:hover .specific-content p {
	color: rgb(255, 255, 255, 0.8);
}

.yachts-details-box .review-single-box {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 30px;
}

.review-thumb img {
	margin-right: 30px;
}

.review-content .title h4 {
	font-size: 18px;
	font-weight: 600;
	font-family: var(--font-work-sans);
}

.review-content .title p {
	padding: 18px 0 5px;
	line-height: 10px;
}

.review-content .info h5 {
	font-size: 17px;
	font-weight: 500;
	font-style: italic;
	font-family: var(--font-work-sans);
}

.review-content .info p {
	padding: 10px 0 12px;
}

.review-content .info>h5>span {
	display: inline-block;
	font-size: 15px;
	color: var(--white);
	font-weight: 500;
	font-family: var(--font-work-sans);
	font-style: normal;
	text-align: center;
	width: 55px;
	height: 32px;
	line-height: 32px;
	border-radius: 2px;
	background-color: var(--butonarkaplan);
}

.review-bar {
	display: flex;
	width: 100%;
	height: 52px;
	line-height: 52px;
	border-radius: 5px;
	background-color: rgb(255, 255, 255, 0.2);
	border: 1px solid #888f99;
	justify-content: space-between;
	align-items: center;
}

.review-bar input {
	border: none;
	margin-left: 18px;
	line-height: 0;
}

.review-bar input:focus {
	outline-color: var(--white);
	border: none !important;
}

.review-bar input::placeholder {
	font-size: 17px;
	color: #888f99;
}

.review-bar .reaction {
	margin-right: 32px;
}

.review-bar .reaction span {
	margin: 0 10px;
	padding: 0 10px;
	cursor: pointer;
	transition: 0.5s;
}

.review-bar .reaction span:hover {
	color: var(--butonarkaplan);
}

.review-bar .reaction>span>i {
	margin-right: 10px;
}

.old-comment-box {
	border-top: 1px solid rgb(136, 143, 153, 0.2);
	border-bottom: 1px solid rgb(136, 143, 153, 0.2);
}

.yachts-details-box .old-comment-box .title h3 {
	font-size: 30px;
	font-weight: 700;
	font-family: "Playfair Display";
	padding: 30px 0 7px;
}

.old-comment-box span {
	display: inline-block;
	width: 155px;
	height: 35px;
	border-radius: 2px;
	background-color: var(--butonarkaplan);
	font-size: 15px;
	line-height: 35px;
	color: var(--white);
	text-align: center;
}

.old-comment-box input {
	border: none;
	line-height: 0;
	width: 50%;
	margin-bottom: 50px;
}

.old-comment-box input:focus {
	outline-color: var(--white);
	border: none !important;
}

.old-comment-box input::placeholder {
	font-size: 17px;
	color: #888f99;
}

.goods-section.style-three {
	padding-top: 0;
}

/* ///// */
.yachts-details-box .map-box {
    border-radius: 10px;
    overflow: hidden;
}

/* Right col */
.form-single-box {
	margin-top: 70px;
	width: 421px;
	height: auto;
	border-radius: 5px;
	filter: drop-shadow(0px 5px 25px rgba(233, 233, 233, 0.5));
	background-color: var(--white);
	border: 1px solid #f2f2f2;
	padding: 40px;
}

.form-single-box .form-title {
	border-bottom: 1px solid rgba(136, 143, 153, 0.2);
}

.form-title .title {
	display: flex;
	align-items: flex-end;
}

.form-title .title p {
	margin: 0;
	margin-right: 10px;
}

.form-title .title h3 {
	font-size: 24px;
	color: var(--butonarkaplan);
	font-family: var(--font-work-sans);
	margin: 0;
}

.form-title .title h3>span {
	font-size: 16px;
}

.form-title .info p,
.form-title .title p>del {
	font-weight: 500;
}

.form-single-box .form-group {
	margin-top: 30px;
}

.form-single-box .field-label {
	color: #112544;
	font-weight: 500;
	margin-bottom: 5px;
}

.form-single-box .field-inner input {
	width: 100%;
	height: 52px;
	border-radius: 5px;
	background-color: #fbfbfb;
	border: 1px solid rgb(136, 143, 153, 0.2);
	padding: 0 30px;
}

.form-single-box .form-group h3.title {
	font-size: 22px;
	font-family: "Playfair Display";
	padding-bottom: 20px;
}

.form-single-box .form-group label {
	font-size: 16px;
	color: #888f99;
}

.form-single-box .form-submit .submit-btn {
	width: 100%;
	border: none;
	padding: 14px 0 13px;
	background-color: #01adef;
	color: var(--white);
	border-radius: 5px;
	margin-top: 20px;
}

/* -------------------------------- 
Login/Signup modal window
-------------------------------- */
.cd-main-header {
	position: relative;
	z-index: 1;
	height: 50px;
	background: #343642;
}

/* -------------------------------- 

x sigin/signup popup 

-------------------------------- */
.cd-signin-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s, visibility 0.3s;
	backdrop-filter: blur(5px);
	background-color: #00000091;
	padding-top: 50px;
	z-index: 9999;
}

.cd-signin-modal.cd-signin-modal--is-visible {
	visibility: visible;
	opacity: 1;
}

.cd-signin-modal__container {
	position: relative;
	width: 90%;
	max-width: 600px;
	background: var(--white);
	margin: 3em auto 4em;
	cursor: auto;
	border-radius: 0.25em;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.cd-signin-modal--is-visible .cd-signin-modal__container {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.cd-signin-modal__switcher:after {
	/* clearfix */
	content: "";
	display: table;
	clear: both;
}

.cd-signin-modal__switcher li {
	width: 50%;
	float: left;
	text-align: center;
}

.cd-signin-modal__switcher li:first-child a {
	border-radius: 0.25em 0 0 0;
}

.cd-signin-modal__switcher li:last-child a {
	border-radius: 0 0.25em 0 0;
}

.cd-signin-modal__switcher a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #d2d8d8;
	color: #809191;
}

.cd-signin-modal__switcher a.cd-selected {
	background: var(--white);
	color: #505260;
}

@media only screen and (min-width: 600px) {
	.cd-signin-modal__container {
		margin: 4em auto;
	}

	.cd-signin-modal__switcher a {
		height: 70px;
		line-height: 70px;
	}
}

.cd-signin-modal__form {
	padding: 1.4em;
}

.cd-signin-modal__fieldset {
	position: relative;
	margin: 1.4em 0;
}

.cd-signin-modal__fieldset label {
	font-size: 16px;
}

.cd-signin-modal__fieldset label a {
	font-size: 18px;
	color: #0a58ca;
}

.cd-signin-modal__fieldset:first-child {
	margin-top: 0;
}

.cd-signin-modal__fieldset:last-child {
	margin-bottom: 0;
}

.cd-signin-modal__label {
	font-size: 1.4rem;
}

.cd-signin-modal__label.cd-signin-modal__label--image-replace {
	display: inline-block;
	position: absolute;
	left: 15px;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 25px;
	width: 25px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.cd-signin-modal__label.cd-signin-modal__label--username {
	background-image: url("../images/resource/cd-icon-username.svg");
}

.cd-signin-modal__label.cd-signin-modal__label--email {
	background-image: url("../images/resource/cd-icon-email.svg");
}

.cd-signin-modal__label.cd-signin-modal__label--password {
	background-image: url("../images/resource/cd-icon-password.svg");
}

.cd-signin-modal__input {
	margin: 0;
	padding: 0;
	border-radius: 0.25em;
}

.cd-signin-modal__input.cd-signin-modal__input--full-width {
	width: 100%;
}

.cd-signin-modal__input.cd-signin-modal__input--has-padding {
	padding: 12px 20px 12px 50px;
}

.cd-signin-modal__input.cd-signin-modal__input--has-border {
	border: 1px solid #d2d8d8;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.cd-signin-modal__input.cd-signin-modal__input--has-border:focus {
	border-color: #343642;
	-webkit-box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
	box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
	outline: none;
}

.cd-signin-modal__input.cd-signin-modal__input--has-error {
	border: 1px solid #d76666;
}

.cd-signin-modal__input[type="submit"] {
	padding: 16px 0;
	cursor: pointer;
	background: #2f889a;
	color: var(--white);
	font-weight: bold;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cd-signin-modal__input[type="submit"]:hover,
.cd-signin-modal__input[type="submit"]:focus {
	background: #3599ae;
	outline: none;
}

.cd-signin-modal__hide-password {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 6px 15px;
	border-left: 1px solid #d2d8d8;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 16px;
	color: #343642;
}

.cd-signin-modal__error {
	display: inline-block;
	position: absolute;
	left: -5px;
	bottom: -35px;
	background: rgba(215, 102, 102, 0.9);
	padding: 4px 10px;
	z-index: 2;
	color: var(--white);
	font-size: 16px;
	border-radius: 5px;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
	transition: opacity 0.2s 0s, visibility 0s 0.2s;
}

.cd-signin-modal__error::after {
	/* triangle */
	content: "";
	position: absolute;
	left: 22px;
	bottom: 100%;
	height: 0;
	width: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}

.cd-signin-modal__error.cd-signin-modal__error--is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
	transition: opacity 0.2s 0s, visibility 0s 0s;
}

@media only screen and (min-width: 600px) {
	.cd-signin-modal__form {
		padding: 2em;
	}

	.cd-signin-modal__fieldset {
		margin: 2em 0;
	}

	.cd-signin-modal__fieldset:first-child {
		margin-top: 0;
	}

	.cd-signin-modal__fieldset:last-child {
		margin-bottom: 0;
	}

	.cd-signin-modal__input.cd-signin-modal__input--has-padding {
		padding: 16px 20px 16px 50px;
	}

	.cd-signin-modal__input[type="submit"] {
		padding: 16px 0;
	}
}

.cd-signin-modal__message {
	padding: 1.4em 1.4em 0;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: center;
}

@media only screen and (min-width: 600px) {
	.cd-signin-modal__message {
		padding: 2em 2em 0;
	}
}

.cd-signin-modal__bottom-message {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -50px;
	text-align: center;
	font-size: 20px;
}

.cd-signin-modal__bottom-message a {
	color: var(--white);
	text-decoration: underline;
}

.cd-signin-modal__close {
	/* form X button on top right */
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	top: -40px;
	background: url("../images/resource/cd-icon-close.svg") no-repeat center center;
	color: transparent;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

@media only screen and (min-width: 1170px) {
	.cd-signin-modal__close {
		display: none;
	}
}

.cd-signin-modal__block {
	display: none;
}

.cd-signin-modal__block.cd-signin-modal__block--is-selected {
	display: block;
}

/*<!-- =============================================== -->
<!--Start Boattrip blogs section css-->
<!-- ================================================ -->*/

.blogs-section {
    padding: 120px 0 90px;
}

.blogs-locations {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
	position: relative;
}

.blogs-locations:last-child {
	margin-bottom: 0;
}

.blogs-locations > span {
    position: absolute;
	left: 0;
    bottom: -20px;
    width: 100%;
    border: 1px solid #ddd;
}

.blogs-icon span {
	color: var(--butonarkaplan);
	font-size: 35px;
}

.blogs-icon .icon-kitchen-helper {
	font-size: 28px;
}

.blogs-location-content p {
	font-size: 16px;
	color: #888f99;
	font-weight: 400;
	margin: 0;
}

.blogs-location-content h6 {
	font-size: 17px;
	color: #0a110e;
	font-weight: 500;
	font-family: var(--font-work-sans);
	margin-top: 4px;
}


.blogs-chevron-icon {
    position: absolute;
    right: 0;
}

.blogs-chevron-icon i {
	font-size: 14px;
}

/* Range  Wrapper BOX */

.range-slider {
	zoom: 1;
	padding-top: 3.5em;
	position: relative;
	text-align: center;
}

.range-slider:before,
.range-slider:after {
	content: " ";
	display: table;
}

.range-slider:after {
	clear: both;
}

@media (min-width: 640px) {
	.range-slider {
		padding-top: 3.5em;
	}
}

@media (min-width: 1024px) {
	.range-slider {
		padding-top: 3.5em;
	}
}

.range-slider .track {
	bottom: 17px;
	height: 4px;
	left: 0;
	margin-bottom: -3px;
	position: absolute;
	width: 0;
	z-index: 50;
}

@media (min-width: 640px) {
	.range-slider .track {
		bottom: 17px;
	}
}

@media (min-width: 1024px) {
	.range-slider .track {
		bottom: 15px;
	}
}

.range-slider .track--full {
	background: #aaa;
	width: 100%;
}

.range-slider .track--included {
	background: var(--butonarkaplan);
	border-radius: 4px;
}

.range-slider .slider-thumb {
	position: absolute;
	z-index: 101;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.range-slider .slider-thumb {
		display: block;
	}
}

@media (min-width: 640px) {
	.range-slider .slider-thumb {
		width: 26px;
		height: 26px;
	}
}

@media (min-width: 1024px) {
	.range-slider .slider-thumb {
		width: 26px;
		height: 26px;
	}
}

.range-slider [type="range"] {
	appearance: none;
	-webkit-appearance: none;
	background: none;
	height: 26px;
	margin: 0;
	outline: none;
	padding: 0;
	pointer-events: none;
	position: relative;
	width: 100%;
	z-index: 75;
}

@media (min-width: 640px) {
	.range-slider [type="range"] {
		height: 26px;
	}
}

@media (min-width: 1024px) {
	.range-slider [type="range"] {
		height: 26px;
	}
}

.range-slider [type="range"]:focus {
	outline: none;
}

.range-slider [type="range"]::-moz-focus-outer {
	border: 0;
}

.range-slider [type="range"]:first-of-type {
	float: left;
	margin-bottom: -30px;
}

@media (min-width: 640px) {
	.range-slider [type="range"]:first-of-type {
		margin-bottom: -30px;
	}
}

@media (min-width: 1024px) {
	.range-slider [type="range"]:first-of-type {
		margin-bottom: -30px;
	}
}

.range-slider [type="range"]:last-of-type {
	float: right;
	margin-bottom: 0;
}

.range-slider [type="range"]::-webkit-slider-runnable-track {
	background: none;
	border: 0;
	height: 6px;
	z-index: -1;
}

.range-slider [type="range"]::-ms-fill-lower {
	background: none;
	border: 0;
}

.range-slider [type="range"]::-ms-fill-upper {
	background: none;
	border: 0;
}

.range-slider [type="range"]::-ms-track {
	background: transparent;
	border: 0;
	border-color: transparent;
	color: transparent;
	height: 6px;
	z-index: -1;
}

.range-slider [type="range"]:focus::-ms-fill-lower {
	background: none;
	border: 0;
}

.range-slider [type="range"]:focus::-ms-fill-upper {
	background: none;
	border: 0;
}

.range-slider [type="range"]::-moz-range-track {
	-moz-appearance: none;
	background: none;
	border: 0;
	height: 6px;
	z-index: -1;
}

.range-slider [type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	background: var(--white);
	border: 4px solid var(--butonarkaplan);
	border-radius: 50%;
	cursor: pointer;
	width: 26px;
	height: 26px;
	margin-top: -12px;
	outline: 0;
	pointer-events: all;
	position: relative;
	z-index: 100;
}

@media (min-width: 640px) {
	.range-slider [type="range"]::-webkit-slider-thumb {
		height: 26px;
		margin-top: -12px;
		width: 26px;
	}
}

@media (min-width: 1024px) {
	.range-slider [type="range"]::-webkit-slider-thumb {
		height: 26px;
		margin-top: -12px;
		width: 26px;
	}
}

.range-slider [type="range"]::-ms-thumb {
	background: var(--white);
	border: 4px solid var(--butonarkaplan);
	border-radius: 50%;
	cursor: pointer;
	width: 26px;
	height: 26px;
	margin-top: 0;
	pointer-events: all;
	position: relative;
	z-index: 100;
}

@media (min-width: 640px) {
	.range-slider [type="range"]::-ms-thumb {
		width: 26px;
		height: 26px;
	}
}

@media (min-width: 1024px) {
	.range-slider [type="range"]::-ms-thumb {
		width: 26px;
		height: 26px;
	}
}

.range-slider [type="range"]::-moz-range-thumb {
	-moz-appearance: none;
	background: var(--white);
	border: 4px solid var(--butonarkaplan);
	border-radius: 50%;
	cursor: pointer;
	width: 26px;
	height: 26px;
	margin-top: -12px;
	pointer-events: all;
	position: relative;
	z-index: 100;
}

@media (min-width: 640px) {
	.range-slider [type="range"]::-moz-range-thumb {
		height: 26px;
		margin-top: -12px;
		width: 26px;
	}
}

@media (min-width: 1024px) {
	.range-slider [type="range"]::-moz-range-thumb {
		height: 26px;
		margin-top: -12px;
		width: 26px;
	}
}

.range-slider .output,
.range-slider output {
	position: absolute;
	top: 17px;
	width: 74px;
	height: 34px;
	line-height: 35px;
	background-color: var(--butonarkaplan);
	display: inline-block;
	text-align: center;
	font-size: 14px;
	font-family: "Inter";
	color: var(--white);
	border-radius: 3px;
	margin-right: 10px;
}

/* Create a custom checkbox */
.categories-title {
    position: relative;
}

.categories-title:before {
    position: absolute;
    content: "";
    left: -34px;
    top: 0;
    height: 29px;
    width: 3px;
    background: var(--butonarkaplan);
}

.categories-title h4 {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 2px solid rgba(6, 36, 97, 0.10196078431372549);
    padding: 0px 0 25px;
    margin: 0 0 30px;
    position: relative;
}

.widget-contact-box,
.widget-product-box,
.blogs-location-box,
.range-wrapper-box,
.widget-check-box {
    padding: 40px 35px;
    background: var(--text-color-white);
    box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
    border-radius: 4px;
    margin-bottom: 30px;
}

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 22px;
    width: 22px;
    border-radius: 2px;
    border: 1px solid rgba(6, 36, 98, 0.1);
    background-color: rgba(7, 72, 131, 0);
}

.widget-check {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    color: #062461;
}

.widget-check:last-child {
	margin-bottom: 0;
}

.widget-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


.widget-check:hover input~.checkmark {
    background-color: #ccc;
}


.widget-check input:checked~.checkmark {
    background-color: var(--butonarkaplan);
}


.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.widget-check input:checked~.checkmark:after {
    display: block;
}


.widget-check .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Products Collection
====================== */
.products-collection {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dddd;
    padding: 0 0 10px;
    margin-bottom: 10px;
}

.products-collection:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.products-thumb {
	margin-right: 20px;
}

.product-icon-list ul li {
	list-style: none;
	display: inline-block;
}

.product-icon-list ul li {
	font-size: 14px;
	color: #00aced;
}

.products-title h6 {
	font-size: 16px;
	color: #0a110e;
	font-weight: 600;
	font-family: var(--font-work-sans);
	margin: 0 0 5px;
}

.prdct-price p {
	font-size: 16px;
	color: #888f99;
	font-weight: 400;
	margin-bottom: 0;
}

.prdct-price p span {
	color: #00aced;
}


/* Contact Us */
.widget-contact-box .contact-title {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddd;
    margin-bottom: 30px;
}

.widget-contact-box .contact-box {
    display: flex;
    align-items: center;
}

.widget-contact-box .contact-thumb {
    margin-right: 20px;
}

.widget-contact-box .contact-title h4 {
    font-size: 22px;
    font-weight: 600;
    font-family: var(--font-work-sans);
    padding-bottom: 0;
    margin: 0;
	border: none;
}

.widget-contact-box .contact-title span {
    color: #01adee;
    font-size: 35px;
    margin-right: 10px;
}

.contact-content .contact-text p {
    margin: 0;
    font-size: 14px;
}

.contact-content .contact-number span {
    color: #112543;
    font-size: 17px;
    font-weight: 600;
}

.contact-us-button a {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 5px;
    color: var(--butonarkaplan);
    border: 1.5px solid var(--butonarkaplan);
    margin-top: 30px;
}

/* Blogs Single Box */
.blogs-single-box {
    filter: drop-shadow(-2.27px -4.455px 30px rgba(236,235,234,0.6));
    border-radius: 0 0 5px 5px;
    display: block;
    margin-bottom: 30px;
}

.blogs-thumb {
	position: relative;
}

.blogs-thumb img {
    width: 100%;
}

.blogs-thumb .favourite {
	position: relative;
}

.blogs-thumb .favourite {
    position: absolute;
    display: inline-block;
    content: "";
    z-index: 2;
    left: 0;
    top: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(../images/resource/heart.svg) no-repeat center;
    background-color: rgb(20, 40, 70, 0.3);
    text-align: center;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.blogs-single-box:hover .blogs-thumb .favourite {
	left: 15px;
	opacity: 1;
	visibility: visible;
}

.blogs-thumb .favourite.focus {
	left: 15px;
    background: url(../images/resource/heart-fill.svg) no-repeat center;
    background-color: rgb(20, 40, 70, 0.3);
	opacity: 1;
	visibility: visible;
}

.blogs-single-box .blogs-thumb span.discount-bagde {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    background: url(../images/resource/badge2.svg);
    padding: 8px 5px 0;
    border-radius: 100px 100px 0 0;
    min-width: 85px;
    font-size: 22px;
    font-weight: 600;
    color: var(--butonarkaplan);
    font-family: var(--font-work-sans);
    text-align: center;
    min-height: 40px;
    line-height: 40px;
	transition: .5s;
}

.blogs-single-box:hover .blogs-thumb span.discount-bagde {
    background: url(../images/resource/badge2-i.svg);
    color: var(--white);
}

.blogs-single-box .blogs-thumb span.discount-bagde::after {
    content: "off";
    position: absolute;
    top: 3px;
    right: -17px;
    border-radius: 50%;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    background: url(../images/resource/badge.svg);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--butonarkaplan);
    font-family: var(--font-work-sans);
    transition: all .55s ease
}

.blogs-single-box:hover .blogs-thumb span.discount-bagde::after {
    background: url(../images/resource/badge-i.svg);
    color: var(--white);
}

.blogs-content {
    filter: drop-shadow(-2.27px -4.455px 30px rgba(236,235,234,0.6));
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
    padding: 23px 28px 38px 32px;
    overflow: hidden;
}

.blogs-top-info {
    display: flex;
    justify-content: space-between;
}

.meta-travel-text i {
    color: #01adee;
}

.star-blogs-rating ul li {
    display: inline-block;
    color: #01adee;
    font-size: 14px;
}

.blogs-title h3 {
    font-size: 24px;
    color: #112543;
    font-weight: 700;
    font-family: "Playfair Display";
    transition: .5s;
    padding: 0 0 10px;
}

.blogs-title h3:hover {
    color: #01adee;
}

.blogs-map {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.blogs-map i {
    color: #01adee;
}

.blogs-map span {
    font-size: 17px;
}

.blogs-map:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #ede8e8dd;
    bottom: -25px;
}

.blogs-bottom {
    display: flex;
    justify-content: space-between;
}

.blogs-price h4 {
    font-size: 22px;
    color: #01adee;
    font-weight: 600;
    font-family: var(--font-work-sans);
}

.blogs-button a {
    display: inline-block;
    border-radius: 20px;
    background-color: #01adee;
    font-size: 17px;
    color: #fefefe;
    font-weight: 400;
    padding: 7px 23px;
    border: 1px solid #01adee;
    transition: .5s;
    position: relative;
    z-index: 1;
    transform: translateX(80px);
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 480px) {
	.blogs-button a {
		padding: 7px 15px;
	}
}

.blogs-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    background: #000000;
    transform: scale(0);
    transition: .5s;
    border: 1px solid #000000;
}


.blogs-button a i {
    font-size: 14px;
    margin-left: 4px;
}

/* blogs all hover */
.blogs-single-box:hover .blogs-button a {
	opacity: 1;
	visibility: visible;
    transform: translateX(0);
}

.blogs-button a:hover:before {
	transform: scale(1);
}



/* Pagination Menu */

.pagination-menu {
	display: flex;
}

.pagination-menu ul li {
	display: inline-block;
	margin-right: 10px;
}

.pagination-menu ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	background-color: var(--white);
	border: 1.5px solid #00aced;
	border: 1.5px solid #bdc0c5;
	text-align: center;
	line-height: 40px;
	transition: 0.5s;
}

.pagination-button a {
	display: inline-block;
	width: 84px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 2px;
	background-color: var(--white);
	border: 1.5px solid #bdc0c5;
	color: #112543;
	font-weight: 500;
	margin-left: 5px;
	transition: 0.5s;
}

.pagination-menu ul li a:hover {
	border: 1.5px solid #00aced;
}

.pagination-button a:hover {
	background-color: #00aced;
	border: 1.5px solid #00aced;
	color: var(--white);
}

/*
<!-- ============================================================== -->
<!-- Comfy Shop Section  Css -->
<!-- ============================================================== -->*/
.shop-section {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.shop-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 36%;
    height: 100%;
    background: var(--text-color-white);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

/* Shop Form*/

.form_box {
    padding: 11px 0 0;
}

p.form-text {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    padding-right: 12px;
}

.form_box select {
    width: 30%;
    height: 38px;
    padding-left: 15px;
    background: var(--text-color-white);
    border-radius: 4px;
    font-size: 16px;
    color: #062462;
    border: 1px solid rgba(6, 36, 98, 0.4);
    transition: .5s;
}

.upper.widget_search {
    padding: 0;
    margin-bottom: 40px;
    background: inherit;
    text-align: right;
    box-shadow: none;
}

.widget_search form {
    position: relative;
}

.upper.widget_search input {
    height: 60px;
    width: 73%;
    color: #062461;
    background: #f6f6f6;
    border: 0;
    border-radius: 4px;
    padding: 0 20px 0;
}

button.icons {
    display: inline-block;
    border: 0;
    font-size: 18px;
    color: var(--text-color-white);
    position: absolute;
    right: 0;
    height: 100%;
    width: 60px;
    background: var(--butonarkaplan);
    border-radius: 0 4px 4px 0;
}

/*Shop Left*/


.categories-title h4 {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 2px solid rgba(6, 36, 97, 0.10196078431372549);
    padding: 0px 0 25px;
    margin: 0 0 30px;
    position: relative;
}

.categories-title h4:before {
    position: absolute;
    content: "";
    left: -35px;
    top: 0;
    height: 29px;
    width: 3px;
    background: var(--butonarkaplan);
}

.widget-check-box {
    padding: 40px 35px 18px;
    background: var(--text-color-white);
    box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
    border-radius: 4px;
    margin-bottom: 30px;
}

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 22px;
    width: 22px;
    border-radius: 2px;
    border: 1px solid rgba(6, 36, 98, 0.1);
    background-color: rgba(7, 72, 131, 0);
}

.widget-check {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    color: #062461;
}

.widget-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

label.widget-check span {
    display: inline;
    float: right;
}

.widget-check:hover input~.checkmark {
    background-color: #ccc;
}


.widget-check input:checked~.checkmark {
    background-color: var(--butonarkaplan);
}


.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.widget-check input:checked~.checkmark:after {
    display: block;
}


.widget-check .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*Price Range
===========================*/


.range-wrapper-box {
    padding: 40px 35px 40px;
    background: var(--text-color-white);
    box-shadow: 0px 10px 50px rgb(231 231 231 / 50%);
    border-radius: 4px;
    margin-bottom: 30px;
}

.slider-labels {
    margin-top: 10px;
}

.text-right.caption {
    display: inline-block;
}

.caption {
    display: inline-block;
}

.caption strong {
    width: 74px;
    height: 34px;
    line-height: 35px;
    background: var(--butonarkaplan);
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: var(--text-color-white);
    border-radius: 3px;
}

span#slider-range-value1,
span#slider-range-value2 {
    font-size: 16px;
    font-weight: 400;
    color: #062462;
}


.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance;
 */

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
    height: 5px;
}

.noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    left: -7px;
    top: -6px;
    background-color: var(--butonarkaplan);
}

.noUi-background {
    background: #ececec;
}

.noUi-connect {
    background: var(--butonarkaplan);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}

/* Handles and cursors;
 */

.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.noUi-handle:active {
    border: 8px solid rgba(59, 179, 216, 0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
}

/* Disabled state;
 */

[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

/*Product 
======================*/

.product-categories-box {
    padding: 30px 30px 20px;
    background: var(--text-color-white);
    box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
    border-radius: 4px;
    margin-bottom: 30px;
}

.products-collection {
    margin-bottom: 20px;
}

.product-thumb {
    float: left;
    padding-right: 17px;
}

.products-title h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}

.product-price span {
    font-size: 15px;
    font-weight: 400;
    color: var(--butonarkaplan);
}

.product-icon-list ul {
    line-height: 20px;
}

.product-icon-list ul li {
    list-style: none;
    display: inline-block;
    color: #FF8D06;
    letter-spacing: 4px;
    font-size: 14px;
}


/*Shop Right 
======================*/

.row.products {
    padding-left: 80px;
}

.single-products-box {
    text-align: center;
    margin-bottom: 30px;
}

.products-thumb {
    position: relative;
    z-index: 1;
}

.products-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: rgba(6, 36, 98, 0.8);
    opacity: .8;
    transition: .5s;
    border-radius: 4px 4px 0 0;
}

.products-thumb img {
    width: 100%;
    transition: .5s;
    border-radius: 4px 4px 0 0;
}

.product-sale {
    position: absolute;
    top: 20px;
    left: 20px;
}

.product-sale span {
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    background: var(--butonarkaplan);
    color: var(--text-color-white);
    border-radius: 4px;
    display: inline-block;
}

/* Product icon */
.collection-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}

.single-products-box.active .collection-icon,
.single-products-box:hover .collection-icon {
    bottom: 40%;
    visibility: visible;
    opacity: 1;
}

.collection-icon ul li {
  display: inline-block;
  margin: 0 5px;
}

.collection-icon button {
    font-size: 14px;
    color: var(--butonarkaplan);
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background-color: #ffffff;
    line-height: 32px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border: none;
}

.collection-icon button:hover {
  color: #fff;
}

.collection-icon button::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--butonarkaplan);
  border-radius: 16px;
  transform: scale(0);
  z-index: -1;
  transition: 0.5s;
}

.collection-icon button:hover::after {
  transform: scale(1);
  /* filter: hue-rotate(360deg); */
}

.product-action-btn {
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  border: none;
  background-color: transparent;
}

.product-action-btn[data-tooltip-text]::before {
  font-size: 10px;
  line-height: 1;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  visibility: hidden;
  padding: 5px 10px;
  content: attr(data-tooltip-text);
  cursor: default;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  color: #fffefe;
  border-radius: 50px;
  background-color: #00000066;
}

.product-action-btn:hover {
  color: #ff7a1f;
}

.product-action-btn:hover[data-tooltip-text]::before {
  top: -25px;
  visibility: visible;
  opacity: 1;
}


.product-content {
    padding: 23px 0 6px;
    border: 1px solid rgba(6, 36, 98, 0.1);
    border-top: 0;
    border-radius: 0 0 4px 4px;
}

ul.product-rating li {
    list-style: none;
    display: inline-block;
    color: #FF8D06;
    letter-spacing: .3em;
    font-size: 14px;
}

.product-title h2 {
    font-size: 18px;
    font-weight: 600;
    color: #062462;
    line-height: 17px;
    margin-top: 15px;
}

.product-price p {
    font-size: 15px;
    padding: 14px 0 0px;
    margin-bottom: 15px;
    color: var(--butonarkaplan);
}

.product-price p span {
    color: #616161;
    text-decoration: line-through;
    margin-left: 5px;
}

.product-thumb-icon a:hover {
    color: var(--text-color-white);
}

.product-thumb-icon a:hover:before {
    left: 0;
    width: 100%;
}

.single-products-box:hover .products-thumb:before {
    height: 100%;
    top: 0;
}

.single-products-box:hover .product-thumb-icon a:nth-child(1) {
    opacity: 1;
    left: 30%;
}

.single-products-box:hover .product-thumb-icon a:nth-child(2) {
    opacity: 1;
    right: 30%;
}


/*pagination
==================*/

.pagination-menu {
    padding-top: 30px;
}

.pagination-menu ul {
    display: inline-block;
}

.pagination-menu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 8px;
}

.pagination-menu ul li a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    background: #F5F5F5;
    display: inline-block;
    color: #062462;
    font-size: 20px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.pagination-menu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--butonarkaplan);
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}

.pagination-menu ul li a.active:before,
.pagination-menu ul li a:hover:before {
    transform: scale(1);
}

.pagination-menu ul li a.active,
.pagination-menu ul li a:hover {
    color: var(--text-color-white);
}

/*Tab Items
=======================*/

.tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.tabs li {
    line-height: 38px;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
}

.tabs li img {
    border-radius: 5px;
}

.tabs li a {
    font-size: 18px;
    background: url(../images/resource/tab1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #152b63;
    font-weight: 600;
    display: inline-block;
    outline: none;
    padding: 15px 93px;
    transition: all 0.5s ease-in-out;
    margin-right: 30px;
    border-radius: 5px 35px 35px 35px;
}

.tabs li a span {
    font-size: 18px;
    padding-right: 6px;
    color: var(--butonarkaplan);
}

.tabs_item {
    display: none;
    padding: 30px 0 0;
}

.tabs_item:first-child {
    display: block;
}

.tab-thumb {
    margin-right: 65px;
    position: relative;
    z-index: 1;
}

.tab-thumb:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 100%, 100% 0%, 100% 100%);
    transform: scale(0);
    transform-origin: bottom right;
    background-image: linear-gradient(-86deg, #152b63 0%, #152b63 100%);
    pointer-events: none;
    transition: all 500ms linear;
    border-radius: 5px;
    opacity: .25;
}

.tab-thumb:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 92px;
    height: 92px;
    background-color: #152b63;
}

.tb-icons {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    width: 92px;
    height: 92px;
    line-height: 80px;
    text-align: center;
    background-color: var(--butonarkaplan);
    display: inline-block;
    border-radius: 0 50px 50px 50px;
}

.tabs li.current a {
    /* background: url(../images/resource/tab-active.jpg); */
    color: var(--text-color-white);
    background-repeat: no-repeat;
}

.tabs li.current a span {
    color: var(--text-color-white);
}

.tabs li.current:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    right: 30px;
    bottom: -7px;
    margin: auto;
    width: 23px;
    transform: rotate(45deg);
    transition: .5s;
    border: 18px solid;
    border-right-color: var(--butonarkaplan);
    border-top-color: transparent;
    border-left-width: 0;
    border-left-color: transparent;
    border-bottom-width: 0;
}

.tabs_item .hendre-section-title p {
    padding: 17px 0 5px;
}

.tabs_item .hendre-section-title h4 {
    margin-top: 0;
}

.tabs_item .hendre-button a {
    margin-top: 30px;
}

.tab-thumb:hover:before {
    transform: scale(1);
}

/*
Shop style two
=====================*/

.shops-section {
    padding: 100px 0 70px;
}

.shops-section .row.products {
    padding-left: 0;
}

.shops-section .nav-btn.navSidebar-button {
    position: absolute;
	left: 0;
} 

.shops-section .tab-area {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.shops-section .nav-btn.navSidebar-button a i {
    color: var(--butonarkaplan);
}

.single-products-box2 {
    display: flex;
    margin-bottom: 35px;
}

.single-products-box2 .products-thumb img {
    width: 300px;
    max-width: inherit;
    transition: .5s;
    border-radius: 4px;
    margin-right: 30px;
}

.single-products-box2 .product-content2 {
    text-align: left;
}

.single-products-box2 .product-title h2 {
    font-size: 24px;
    line-height: 15px;
    margin-top: 5px;
}

.single-products-box2 .product-price p {
    margin-bottom: 5px;
}

p.description {
    padding: 12px 0 4px;
    margin-bottom: 15px;
}

.product-thumb-icon2 a {
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 30px;
    background-color: #062462;
    color: var(--text-color-white);
    transition: .5s;
    margin-right: 6px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.product-thumb-icon2 a:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: var(--butonarkaplan);
    transform: scale(0);
    transition: .5s;
}

.product-thumb-icon2 a:hover:after {
    transform: scale(1);
}

/*Tab style
======================*/

.shops-section .tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    text-align: right;
    padding: 5px 0 0;
    margin-right: 0;
}

.shops-section .tabs {
    display: inline;
}

.shops-section .tabs li.current:before {
    position: inherit;
    border: 0;
}

.shops-section .tabs li a {
    font-size: 35px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: var(--text-color-white);
    background: #062462 !important;
    display: inline-block;
    margin-right: 0;
    margin-left: 15px;
    padding: 0;
    border-radius: 5px 35px 35px 35px;
}

.shops-section li.current a {
    color: var(--text-color-white) !important;
    background: var(--butonarkaplan) !important;
    border-radius: 0;
}

.swiper-container {
    width: 100%;
    height: 300px;
}

.tabs-content .swiper-slide {
    padding: 1rem 2rem;
}

.tabs-buttons {
    height: auto;
    box-shadow: inset 0 -2px #e6e6e6;
}

.tabs-buttons .swiper-wrapper {
    display: flex;
    justify-content: space-between;
}

.tabs-buttons .swiper-slide {
    width: auto;
    height: auto;
    padding: 1rem 2rem;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.tabs-buttons .active-tab {
    opacity: 1;
    border-bottom-color: red;
}

/*widget
==============*/

.widget {
    display: inline-block;
}

.tab-area .widget {
	margin-right: 30px;
}

.widget select {
    padding: 15px 13px;
    width: 85%;
    display: inline-block;
    position: relative;
    top: -6px;
    color: #6A6E49;
    border: 2px solid #616161;
    border-radius: 5px;
    transition: .5s;
    cursor: pointer;
}

.widget form select:focus,
.widget_search.upper2 input:focus {
    border: 2px solid var(--butonarkaplan) !important;
    border-radius: 5px;
}

/*================================================== */
/* button style - start */
/*================================================== */
.load_more {
    margin-top: 60px;
}

.btn {
    border: none;
    outline: none;
    line-height: 1;
    color: var(--text-color-white);

    font-weight: 700;
    padding: 21px 42px;
    border-radius: 5px;
    display: inline-block;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    font-family: "DM Sans", sans-serif;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn:hover {
    color: var(--text-color-white);
}

.btn.btn_primary {
    background-color: var(--butonarkaplan);
}

.btn.btn_primary:hover {
    background-color: #1B1B1B;
}

.btn.btn_secondary {
    background-color: #1B1B1B;
}

.btn.btn_secondary:hover {
    background-color: var(--butonarkaplan);
}

.btn.btn_border {
    padding: 19px 42px;
    border: 2px solid transparent;
}

.btn.border_white {
    border-color: rgba(255, 255, 255, 0.5);
}

.btn.border_white:hover {
    color: var(--butonarkaplan);
    border-color: var(--text-color-white);
    background-color: var(--text-color-white);
}

.btn.border_black {
    color: #1B1B1B;
    border-color: rgba(18, 16, 13, 0.3);
}

.btn.border_black:hover {
    color: var(--text-color-white);
    border-color: #1B1B1B;
    background-color: #1B1B1B;
}

.btn_text {
    line-height: 1;

    font-weight: 500;
    color: #7c7770;
    display: inline-block;
}

.btn_text span {
    position: relative;
    display: inline-block;
}

.btn_text span:before {
    width: 0px;
    left: auto;
    right: 0px;
    bottom: 0px;
    height: 1px;
    content: "";
    position: absolute;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    background-color: var(--butonarkaplan);
}

.btn_text:hover span:before {
    left: 0px;
    width: 100%;
    right: auto;
}

.btn_text i {
    margin-left: 2px;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn_text:hover {
    color: var(--butonarkaplan);
}

.btn_text:hover i {
    transform: translateX(5px);
}

/*=================================
<--Start Cart Section -->
=================================*/
.cart-section {
    padding: 100px 0;
    background-color: var(--text-color-white);
}

button.remove-btn:hover i {
    color: red;
}

/* Cart Product Mobile */
.cart-product-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.cart-product-mobile-thumb {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 135px;
    flex: 1 0 135px;
    max-width: 135px;
    border: 1px solid #E5E5E5;
}

.cart-product-mobile-remove {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    border: none;
    border-radius: 50%;
    background-color: var(--text-color-white);
    transition: .5s;
}

.cart-product-mobile-remove i {
    display: inline-block;
    border-radius: 50%;
    transition: .5s;
}

.cart-product-mobile-remove i:hover {
    color: #dc3545;
}

.cart-product-mobile-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-product-mobile-image img {
    width: 100%;
}

.cart-product-mobile-content {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.cart-product-mobile-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.cart-product-mobile-title a {
    font-weight: 600;
}

.cart-product-mobile-quantity,
.cart-product-mobile-total {
    font-size: 14px;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

.cart-product-mobile-total {
    margin-bottom: 15px;
}

.cart-product-mobile-add-to-cart {
    margin-top: 15px;
}

.cart-product-mobile-quantity,
.cart-product-mobile-total {
    font-size: 15px;
    line-height: 1;
    display: -webkit-box;
    margin-bottom: 10px;
    font-weight: 500;
    color: #212529;
}

.cart-product-mobile-quantity .price,
.cart-product-mobile-total .total {
    padding-left: 5px;
}

/* Cart Checkout Alert */
.alert-btn.show-modal,
.alert-box {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.alert-js.active .show-modal {
    display: none;
}

.alert-overlay {
    position: fixed;
    z-index: 10000;
	top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
}

.alert-js.active .alert-overlay {
    opacity: 1;
    pointer-events: auto;
}

.alert-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 380px;
    width: 100%;
    padding: 30px 20px;
    border-radius: 24px;
    background-color: var(--text-color-white);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%) scale(1.2);
    z-index: 10001;
}

.alert-js.active .alert-box {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}

.alert-box i {
    font-size: 70px;
    color: #27ff00;
}

.alert-box h2 {
    margin-top: 20px;
    font-size: 25px;
    font-weight: 600;
    color: #333;
}

.alert-box h3 {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-top: 15px;
    text-align: center;
    font-family: cursive;
}

.alert-box .alert-buttons {
    margin-top: 25px;
}

.alert-buttons a {
    display: inline-block;
    padding: 14px 22px;
    font-size: 18px;
    font-weight: 400;
    color: var(--text-color-white);
    background: var(--butonarkaplan);
    border-radius: 6px;
    cursor: pointer;
    margin: 0 10px;
    transition: .5s;
}

.alert-buttons a:first-child:hover {
    background-color: #ff0000;
}

.alert-buttons a:hover {
    background-color: #265df2;
}

/* -------------------------------- */
/* shop product section */
/* ----------------------------------- */
.shop-product-section {
    padding: 100px 0;
}

.checkout-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    background-color: #f8f9fa;
}

.checkout-box:not(:last-child) {
    margin-bottom: 30px;
}

.cart-totals .table,
.checkout-box .table {
    --bs-table-bg: transparent;
}

/* Cart Totals */
.cart-totals {
    margin-top: 30px;
    max-width: 500px;
    margin-left: auto;
    padding: 30px;
    background-color: #f8f9fa;
}

.cart-totals .title {
    margin-bottom: 15px;
}

.cart-totals .table {
    margin-bottom: 20px;
}

.cart-totals .table th:first-child,
.cart-totals .table td:first-child {
    padding-left: 0;
}

.cart-totals .table th:last-child,
.cart-totals .table td:last-child {
    padding-right: 0;
}

/* Checkout Box */
.checkout-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    background-color: #f8f9fa;
}

.checkout-box:not(:last-child) {
    margin-bottom: 30px;
}


/* Form */
/* Checkbox */
.form-check {
    min-height: auto;
    margin-bottom: 0;
}

.form-check:not(:last-child) {
    margin-bottom: 15px;
}

.form-check .form-check-input {
    margin-top: 1px;
    border-width: 2px;
}

.form-check .form-check-input:checked,
.form-check .form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-check .form-check-label {
    font-size: 14px;
}

/* Checkout Payment Method */
.checkout-payment-method .single-method:not(:last-child) {
    margin-bottom: 25px;
}

.checkout-payment-method .single-method p {
    font-size: 14px;
    margin-top: 10px;
}


/*-----------------------------------
    - Form CSS
-----------------------------------*/
/* Form Common Style */
fieldset {
    padding: 20px;
    padding-top: 10px;
    border: 1px solid #E5E5E5;
}

fieldset legend {
    font-size: 16px;
    font-weight: 700;
    float: none;
    width: auto;
    margin: 0;
    padding: 0 10px;
    background-color: var(--text-color-white);
}

/* Form Label */
label {
    font-size: 16px;
    font-weight: 500;
    display: block;
    /* margin-bottom: 10px; */
}

/* Form Field Select */
select.form-field {
    font-size: 14px;
    width: 100%;
    height: 54px;
    padding: 10px 20px;
    border: 1px solid #E5E5E5;
    background-color: var(--text-color-white);
    background-image: url("../images/icons/angle-down-solid.svg");
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 12px;
    -webkit-appearance: none;
    appearance: none;
}

select.form-field:focus {
    border-color: #C7A17A;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    select.form-field {
        height: 52px;
    }
}

@media only screen and (max-width: 767px) {
    select.form-field {
        height: 44px;
    }
}

/* Form Field Input */
input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]) {
    font-size: 14px;
    width: 100%;
    height: 54px;
    padding: 10px 24px;
    border: 1px solid #E5E5E5;
    background-color: var(--text-color-white);
}

input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range])::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range])::-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]) {
        height: 52px;
    }
}

@media only screen and (max-width: 767px) {
    input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]) {
        height: 44px;
    }
}

input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus {
    border-color: #C7A17A;
}

/* Form Field Textarea */
textarea.form-field {
    font-size: 14px;
    width: 100%;
    height: 140px;
    padding: 10px 24px;
    border: 1px solid #E5E5E5;
    background-color: var(--text-color-white);
}

textarea.form-field::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

textarea.form-field:-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

textarea.form-field::-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

textarea.form-field:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
}

textarea.form-field:focus {
    border-color: #C7A17A;
}

/* News Letter Form */
.subscribe-newsletter {
    position: relative;
    width: 100%;
    max-width: 770px;
}

.subscribe-newsletter input[type=email] {
    height: 60px !important;
    padding: 10px 30px !important;
    padding-right: 140px !important;
    border-radius: 100px;
    background-color: #f8f9fa;
}

@media only screen and (max-width: 767px) {
    .subscribe-newsletter input[type=email] {
        font-size: 14px;
        height: 50px !important;
    }
}

.subscribe-newsletter input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    padding: 10px 30px;
    color: var(--text-color-white);
    border: none;
    border-radius: 100px;
    background-color: #C7A17A;
}

.subscribe-newsletter input[type=submit]:hover {
    background-color: #bc8e5f;
}

@media only screen and (max-width: 767px) {
    .subscribe-newsletter input[type=submit] {
        font-size: 14px;
        height: 50px;
    }
}

/* Reservation Form */
.reservation-form {
    padding: 40px 50px;
    border: 1px solid #E5E5E5;
    background-color: var(--text-color-white);
    -webkit-box-shadow: 10px 25px 80px rgba(0, 0, 0, 0.05);
    box-shadow: 10px 25px 80px rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 479px) {
    .reservation-form {
        padding: 30px;
    }
}

.reservation-form .block-title {
    margin-bottom: 20px;
}

.reservation-form .input-field {
    width: 100%;
}

.reservation-form .input-field:not(:last-child) {
    margin-bottom: 15px;
}

.reservation-form .input-field input,
.reservation-form .input-field textarea {
    font-size: 15px;
}

.reservation-form .input-field textarea {
    height: 120px;
}

.reservation-form .input-field input[type=submit] {
    text-transform: uppercase;
}


/* Form */
/* Checkbox */
.form-check {
    min-height: auto;
    margin-bottom: 0;
}

.form-check:not(:last-child) {
    margin-bottom: 15px;
}

.form-check .form-check-input {
    margin-top: 1px;
    border-width: 2px;
}

.form-check .form-check-input:checked,
.form-check .form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-check .form-check-label {
    font-size: 14px;
    line-height: 1.25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}



/*
<!-- ============================================================== -->
<!-- Comfy Shop Details  Css -->
<!-- ============================================================== -->*/

.shop-detials {
    padding: 100px 0 70px;
}

.tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    /* padding: 15px 44px 15px; */
    border-radius: 10px;
    margin-right: 15px;
}


.tabs li a {
    background: inherit;
    color: var(--text-color-white);
    font-weight: 600;
    display: inline-block;
    outline: none;
    padding: 5px;
    transition: all 0.5s ease-in-out;
    margin-right: 20px;
    border-radius: 5px;
}

.tabs li:first-child a{
	margin-left: 0;
}

.tabs li.current:before {
    background: transparent;
    border: 0;
}

.tabs li.current a {
    border: 1px solid var(--butonarkaplan);
}


.style-three.tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    border: 1px solid rgba(6, 36, 98, 0.1);
    padding: 15px 44px 15px;
    border-radius: 10px;
    margin-right: 15px;
}

.tabs_item img {
    border-radius: 5px;
}

.style-three .tabs li a {
    background: inherit;
    color: var(--text-color-white);
    font-weight: 600;
    display: inline-block;
    outline: none;
    padding: 5px;
    transition: all 0.5s ease-in-out;
    margin-right: 20px;
    border-radius: 5px;
}

.style-three .tabs li:last-child a {
    margin-right: 0;
}

.style-three .tabs li.current:before {
    background: transparent;
    border: 0;
}

.style-three li.current a {
    border: 1px solid var(--butonarkaplan);
}

/*Shop dtls Right
============================*/

.shop-dtls-info {
    padding-left: 30px;
}

.category-title h2 {
    font-size: 31px;
    font-weight: 700;
    line-height: 26px;
    padding: 0px 0 23px;
}

.category-icon-list ul li {
    list-style: none;
    display: inline-block;
    color: var(--butonarkaplan);
    letter-spacing: .4em;
    font-size: 16px;
}

li.category-text {
    letter-spacing: 0 !important;
    color: #67686C !important;
    padding-left: 6px;
}

.category-price h1 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: var(--butonarkaplan);
    padding: 6px 0 19px;
}

.category-price span {
    color: #616161;
    padding-left: 14px;
    text-decoration: line-through;
}

.category-color p {
    color: #0D0E14;
    line-height: 26px;
    font-weight: 500;
    padding: 18px 0 6px;
}

.category-color span {
    color: #67686C;
    padding-left: 20px;
    position: relative;
}

.category-color span:before {
    position: absolute;
    content: ":";
    left: 4px;
    top: -3px;
}

/* --- Quantity button 
================================*/

.category-count-button {
    display: inline-flex;
    padding: 8px 0 30px;
}

.quantity-with_btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    vertical-align: middle;
}

.quantity .cart-plus-minus {
    position: relative;
    width: 170px;
    text-align: left;
    height: 54px;
    overflow: hidden;
    border-radius: 5px;
}

.quantity .cart-plus-minus>.ctnbutton {
    cursor: pointer;
    position: absolute;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    width: 38px;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: middle;
    color: var(--text-color-white);
    -webkit-transition: .5s;
    transition: .5s;
    background: var(--butonarkaplan);
}

.quantity .cart-plus-minus>.cart-plus-minus-box {
    border: 0;
    height: 54px;
    text-align: center;
    width: 170px;
    font-size: 16px;
    font-weight: 600;
    color: #062461;
    background-color: var(--text-color-white) !important;
    background: linear-gradient(90deg, var(--butonarkaplan) 50%, transparent 0) repeat-x, linear-gradient(90deg, var(--butonarkaplan) 50%, transparent 0) repeat-x, linear-gradient(0deg, var(--butonarkaplan) 50%, transparent 0) repeat-y, linear-gradient(0deg, var(--butonarkaplan) 50%, transparent 0) repeat-y;
    background-size: 6px 2px, 6px 2px, 2px 6px, 2px 7px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    -webkit-animation: linearGradientMove 0.3s infinite linear;
    animation: linearGradientMove 0.3s infinite linear;
}

.quantity .cart-plus-minus>.ctnbutton.dec {
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    border-radius: 0 30px 30px 0;
}

.quantity .cart-plus-minus>.ctnbutton.inc {
    top: 50%;
    right: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    border-radius: 30px 0 0 30px;
}

@keyframes linearGradientMove {
    100% {
        background-position: 4px 0, -4px 100%, 0 -4px, 100% 4px;
    }
}

/*categories button
=========================*/

.category-button {
    display: inline-block;
    padding-left: 20px;
}

.category-button a {
    padding: 13px 25px;
    font-size: 15px;
    font-weight: 500;
    background: var(--butonarkaplan);
    border-radius: 4px;
    color: var(--text-color-white);
    display: inline-block;
    position: relative;
    z-index: 1;
}

.category-button a:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #062461;
    border-radius: 4px;
    transition: .5s;
}

.category-button a i {
    padding-left: 10px;
    font-size: 16px;
}

.category-button a:hover:before {
    left: 0;
    width: 100%;
}

/* table
================*/

table.category-table {
    padding: 2px 0 0;
    display: inline-block;
}

table.category-table td.table-title {
    font-size: 16px;
    color: #062461;
    font-weight: 500;
}

table.category-table tr td {
    padding-right: 25px;
    padding-bottom: 12px;
}

table.category-table td.table-title {
    font-size: 16px;
    color: #0D0E14;
    font-weight: 500;
}

table.category-table td.table-text {
    color: #616161;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
}

table.category-table td.table-text:before {
    position: absolute;
    content: ":";
    left: -15px;
    top: 0;
    font-size: 20px;
    color: #0D0E14;
}


/*shop tab style
=====================*/

.appoinment-tab {
    padding: 60px 0 0;
}

.appoinment-tab .tabs li a {
    font-size: 15px;
    background: var(--text-color-white);
    border: 1px solid rgba(13, 14, 20, 0.1);
    color: #062462;
    font-weight: 500;
    display: inline-block;
    outline: none;
    padding: 9px 29px;
    transition: all 0.5s ease-in-out;
    margin-right: 20px;
    border-radius: 5px;
}

.appoinment-tab .tabs li:last-child a {
    margin-right: 0;
}

.appoinment-tab li.current a {
    background: var(--butonarkaplan);
    color: var(--text-color-white);
}

/*tabs items table
=======================*/

table.tab-items-table {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
}

table.tab-items-table tr {
    background: var(--text-color-white);
    height: 66px;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    padding: 20px 0 0 30px;
}

tr.tabs-bg {
    background: #F5F5F5 !important;
}

table.tab-items-table tr td {
    padding-right: 100px;
}

table.tab-items-table td.table-title {
    font-size: 16px;
    color: #062462;
    font-weight: 500;
}

table.tab-items-table td.table-text {
    color: #0d0e14;
    font-weight: 400;
}

table.tab-items-table td.table-text i {
    color: var(--butonarkaplan) !important;
    margin-left: 10px !important;
}

/* Shop Details Product tab */


/* Single Product Image Slider */
/* ----------------------------------------------------------------------------------- */
.single-product-image-slider {
    width: 100%;
    border: 1px solid #f2f2f2;
}


.single-product-thumb-carousel .swiper-slide {
    border: 1px solid #f2f2f2;
}

.single-product-thumb-carousel .swiper-slide-thumb-active {
    border-color: var(--butonarkaplan);
}

/* Single Product Thumbnail Carousel */
.single-product-thumb-carousel {
    width: 100%;
    padding-bottom: 2px;
}

.single-product-thumb-carousel .swiper-slide {
    border: 1px solid #f2f2f2;
}

.product-thumb-carousel-vertical .swiper-slide-thumb-active,
.single-product-thumb-carousel .swiper-slide-thumb-active {
    border-color: var(--butonarkaplan);
}

.single-product-thumb-carousel .swiper-button-prev,
.single-product-thumb-carousel .swiper-button-next {
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    background: var(--text-color-white);
    border: var(--butonarkaplan) 1px solid;
    color: var(--butonarkaplan);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}

.single-product-thumb-carousel .swiper-button-next::after,
.single-product-thumb-carousel .swiper-button-prev::after {
    font-size: 16px;
}

.single-product-thumb-carousel .swiper-button-prev {
    left: 10px !important;
}

.single-product-thumb-carousel .swiper-button-next {
    right: 10px !important;
}

.single-product-thumb-carousel:hover .swiper-button-prev,
.single-product-thumb-carousel:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
}

.single-product-thumb-carousel .swiper-button-prev.swiper-button-disabled,
.single-product-thumb-carousel .swiper-button-next.swiper-button-disabled {
    opacity: 0.5;
}

.single-product-thumb-carousel .swiper-button-prev.swiper-button-disabled:hover,
.single-product-thumb-carousel .swiper-button-next.swiper-button-disabled:hover {
    color: #1F2226;
    border-color: #E5E5E5;
}

.single-product-thumb-carousel .swiper-button-prev:hover:not(.swiper-button-disabled),
.single-product-thumb-carousel .swiper-button-next:hover:not(.swiper-button-disabled) {
    color: var(--text-color-white);
    border-color: var(--butonarkaplan);
    background-color: var(--butonarkaplan) !important;
}


.single-product-thumb-carousel .swiper-button-prev {
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.single-product-thumb-carousel .swiper-button-next {
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.shop-detials .modal-body {
    padding: 30px;
}


/* Single Product Badge */
.single-product-badge-left,
.single-product-badge-right {
    position: absolute;
    z-index: 2;
    top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

@media only screen and (max-width: 479px) {

    .single-product-badge-left,
    .single-product-badge-right {
        top: 10px;
    }
}

.single-product-badge-left {
    left: 20px;
}

@media only screen and (max-width: 479px) {
    .single-product-badge-left {
        left: 10px;
    }
}

.single-product-badge-right {
    right: 20px;
}

@media only screen and (max-width: 479px) {
    .single-product-badge-right {
        right: 10px;
    }
}

.single-product-badge-new,
.single-product-badge-sale {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    display: block;
    min-width: 60px;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    color: var(--text-color-white);
    border-radius: 50px;
    background-color: #1F2226;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {

    .single-product-badge-new,
    .single-product-badge-sale {
        font-size: 10px;
        padding: 5px 10px;
    }
}

.single-product-badge-new {
    background-color: var(--butonarkaplan);
}


/*post comment box
===================*/

.post-comment-thumb {
    float: left;
    margin-right: 20px;
}

.post-content {
    overflow: hidden;
}

/*comment icon list*/

ul.comment-icon-list li {
    list-style: none;
    display: inline-block;
    color: var(--butonarkaplan);
    letter-spacing: .2em;
    font-size: 14px;
}

/*post title*/

h4.post-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 0;
    padding: 2px 0 9px;
}

h4.post-title span {
    padding-left: 31px;
    font-size: 15px;
    color: #616161;
    font-weight: 400;
    position: relative;
}

.post-title span:before {
    position: absolute;
    content: "";
    left: 6px;
    top: 9px;
    height: 1px;
    width: 15px;
    background: #0D0E14;
}

/*right reply*/

span.rights-reply {
    font-weight: 500;
    color: #062461;
    cursor: pointer;
}

.posts-reply span i {
    display: inline-block;
    margin-right: 5px;
}

/*sidebar title*/

.product-details-respond {
    padding: 35px 0 0;
}

.sidebar-title h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

/*sidebar desc*/

.sidebar-description p {
    font-size: 15px;
    margin: 6px 0 25px;
}

/*sidebar rating list*/

p.sidebar-text {
    display: inline-block;
}

.sidebar-rating-list ul {
    display: inline-block;
    padding-left: 15px;
}

.sidebar-rating-list ul li {
    list-style: none;
    display: inline-block;
    color: var(--butonarkaplan);
    letter-spacing: .4em;
    font-size: 15px;
}


/*===========================
<-- boattrip Loader Css -->
=============================*/

/* PRELOADER CSS */
.loading-screen {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: default;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--text-color-white);
	z-index: 1000;
}

.loading-screen .bar {
	position: absolute;
	height: 100%;
	width: 50%;
	background-color: #01acef84;
}

.loading-screen .top-bar {
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
}

.loading-screen .down-bar {
	bottom: 0;
	top: auto;
	right: 0;
	left: auto;
}

.loading-screen .animation-preloader {
	z-index: 1000;
	width: 70%;
	margin: auto;
}

.loading-screen .animation-preloader .spinner {
	-webkit-animation: spinner-run 5s infinite linear;
	animation: spinner-run 5s infinite linear;
	margin-bottom: 2%;
}

.loading-screen .animation-preloader .txt-loading {
    font: bold 4rem "Work Sans", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.loading-screen .animation-preloader .txt-loading .letters-loading {
	color: #e2dfdd;
	position: relative;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:before {
	-webkit-animation: letters-loading 4s infinite;
	animation: letters-loading 4s infinite;
	color: #010103;
	content: attr(data-text-preloader);
	left: 0;
	opacity: 0;
	font-family: "Work Sans", sans-serif;
	position: absolute;
	top: -3px;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

@-webkit-keyframes spinner-run {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@keyframes spinner-run {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@-webkit-keyframes letters-loading {

	0%,
	75%,
	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}

	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@keyframes letters-loading {

	0%,
	75%,
	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}

	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@media screen and (max-width: 767px) {
	.loading-screen .animation-preloader .spinner img{
		width: 8em;
	}

	.loading-screen .animation-preloader .txt-loading {
		font: bold 3.5em "Work Sans", sans-serif;
	}
}

@media screen and (max-width: 500px) {
	.loading-screen .animation-preloader .spinner img{
		width: 7em;
	}

	.loading-screen .animation-preloader .txt-loading {
		font: bold 2em "Work Sans", sans-serif;
	}
}

/* ======================================== */

/*
<!-- ============================================================== -->
<!-- Boattrip Scrollup Section -->
<!-- ============================================================== -->*/
#progress {
	height: 70px;
	width: 70px;
	border-radius: 50%;
	position: fixed;
	bottom: 0;
	right: 0;
	/* box-shadow: 0 0 10px rgba(0,0,0,0.2); */
	mix-blend-mode: difference;
	background: transparent;
	display: grid;
	place-items: center;
	z-index: 99999;
	cursor: pointer;
}

#progress::before {
	position: absolute;
	content: "\f062";
	z-index: 2;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 18px;
	color: var(--white);
	text-align: center;
	left: 50%;
	transform: translate(-50%, -5px);
	top: 0;
	width: 40px;
	height: 40px;
	line-height: 42px;
	border-radius: 20px;
	transition: 0.5s;
}

.progress.hide {
	display: none !important;
	transition: 0.5s !important;
}

#progress-value {
	display: block;
	height: calc(100% - 15px);
	/* width: calc(100% - 15px); */
	background-color: transparent;
	color: var(--white);
	mix-blend-mode: difference;
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-weight: 600;
	font-size: 18px;
	margin-top: 7px;
}

/* .container {
  position: static !important;
  max-width: 1200px !important;
  padding: 0px 15px !important;
  margin: 0 auto !important;
} */

/*==========================================
    Boattrip Search Popup Css
=========================================*/

.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	transform: translateY(-100%);
	background-color: #2828283b;
	-webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	backdrop-filter: blur(5px);
}

.search-popup {
	width: 100%;
}

.search-active .search-popup {
	transform: translateY(0%);
	margin-top: 0;
}

.search-popup .close-search {
	position: absolute;
	left: 0;
	right: 0;
	top: 75%;
	margin: 0 auto;
	margin-top: -200px;
	border-radius: 50%;
	text-align: center;
	background: var(--butonarkaplan);
	width: 70px;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	border-bottom: 3px solid var(--text-color-white);
	border-left: 3px solid #393939;
	border-top: 3px solid var(--text-color-white);
	border-right: 3px solid #393939;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
	height: 70px;
	line-height: 70px;
	text-align: center;
}

.search-popup .close-search i {
	position: relative;
	font-size: 30px;
	color: var(--text-color-white);
}

.search-active .search-popup .close-search {
	visibility: visible;
	opacity: 1;
	top: 50%;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.search-popup form {
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin: -35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: transparent;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup form {
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.search-popup .form-group {
	position: relative;
	margin: 0px;
	overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 50px;
	color: #000000;
	height: 70px;
	width: 100%;
	padding: 10px 30px;
	padding-right: 100px;
	background-color: var(--text-color-white);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 500;
	text-transform: capitalize;
}

.search-popup .form-group input::placeholder {
	font-size: 18px;
	font-family: "Work Sans", sans-serif;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
	position: absolute;
	right: 30px;
	top: 0px;
	height: 70px;
	line-height: 70px;
	background: transparent;
	text-align: center;
	font-size: 24px;
	color: #000000;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
	transition: 0.5s;
}

.search-popup .form-group button i {
	transition: 0.5s;
}

.search-popup .form-group button:hover i {
	color: var(--butonarkaplan);
}

.search-popup .form-group input {
	border-radius: 5px;
	border: 2px solid var(--butonarkaplan);
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
	color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
	color: #000000;
}

.search-popup .close-search.style-two {
	position: absolute;
	right: 25px;
	left: auto;
	color: var(--text-color-white);
	width: auto;
	height: auto;
	top: 25px;
	margin: 0px;
	border: none;
	background: none !important;
	box-shadow: none !important;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.search-popup .close-search.style-two i {
	font-size: 20px;
	color: var(--text-color-white);
	transition: 0.5s;
}

.search-popup .close-search.style-two i:hover {
	color: var(--butonarkaplan);
}

.search-box-btn i {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	transition: all 500ms ease;
}

.sticky .search-box-btn i {
	color: var(--text-color-white);
}






.confirm-box {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s;
}


.message-box {
  background: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #062e5f;
  font-weight: 500;
}

.button-box {
  margin-top: 30px;
}

.yes-button,
.no-button {
  padding: 8px 20px;
  font-size: 16px;
  margin: 0 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  transition: 0.5s;
}

.yes-button:hover,
.no-button:hover {
  filter: hue-rotate(360deg);
}

.yes-button {
  background: #ff7a1f;
}

.no-button {
  background: #062e5f;
}







/* Single Product Image Slider */
/* ----------------------------------------------------------------------------------- */
.quickview-product-image-slider {
    width: 100%;
    border: 1px solid #f2f2f2;
}


.quickview-product-thumb-carousel .swiper-slide {
    border: 1px solid #f2f2f2;
}

.quickview-product-thumb-carousel .swiper-slide-thumb-active {
    border-color: var(--butonarkaplan);
}

/* Swiper Pagination */
.swiper-pagination {
    line-height: 1;
    bottom: 0 !important;
    display: flex;
    justify-content: center;
    padding: 0;
    gap: 10px;
}

.swiper-pagination-bullet {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
    height: 16px;
    margin: 0 !important;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 1;
    border: 1px solid var(--butonarkaplan);
    border-radius: 0;
    background-color: transparent;
}

.swiper-pagination-bullet::before {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    content: "";
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 1px solid var(--butonarkaplan);
}

.swiper-pagination-bullet-active::before {
    background-color: var(--butonarkaplan);
}


/* Modal */
.quickview-product-modal .btn-close {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    padding: 10px;
    -webkit-transform: translateX(40%) translateY(-40%);
    transform: translateX(40%) translateY(-40%);
    border-radius: 50%;
    background-color: var(--text-color-white);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

.quickview-product-modal .modal-body {
    padding: 30px;
}


/* Single Product Image */
.single-product-image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.single-product-image-item {
    position: relative;
    border: 1px solid #f2f2f2;
}


/* Single Product Thumbnail Carousel */
.quickview-product-thumb-carousel {
    width: 100%;
    padding-bottom: 2px;
}

.quickview-product-thumb-carousel .swiper-slide {
    border: 1px solid #f2f2f2;
}

.product-thumb-carousel-vertical .swiper-slide-thumb-active,
.quickview-product-thumb-carousel .swiper-slide-thumb-active {
    border-color: var(--butonarkaplan);
}

.quickview-product-thumb-carousel .swiper-button-prev,
.quickview-product-thumb-carousel .swiper-button-next {
    visibility: visible;
    width: 36px;
    height: 36px;
    opacity: 1;
}

.quickview-product-thumb-carousel .swiper-button-prev.swiper-button-disabled,
.quickview-product-thumb-carousel .swiper-button-next.swiper-button-disabled {
    opacity: 0.5;
}

.quickview-product-thumb-carousel .swiper-button-prev.swiper-button-disabled:hover,
.quickview-product-thumb-carousel .swiper-button-next.swiper-button-disabled:hover {
    color: #1F2226;
    border-color: #E5E5E5;
}

.quickview-product-thumb-carousel .swiper-button-prev:hover:not(.swiper-button-disabled),
.quickview-product-thumb-carousel .swiper-button-next:hover:not(.swiper-button-disabled) {
    color: var(--text-color-white);
    border-color: var(--butonarkaplan);
    background-color: var(--butonarkaplan);
}

.product-thumb-carousel .swiper-button-prev,
.product-thumb-carousel-vertical .swiper-button-prev,
.quickview-product-thumb-carousel .swiper-button-prev {
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.product-thumb-carousel .swiper-button-next,
.product-thumb-carousel-vertical .swiper-button-next,
.quickview-product-thumb-carousel .swiper-button-next {
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.product-thumb-carousel-vertical {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px;
    height: 488px;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .product-thumb-carousel-vertical {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 90px;
        flex: 1 0 90px;
        height: 438px;
    }
}

@media only screen and (max-width: 575px) {
    .product-thumb-carousel-vertical {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 80px;
        flex: 1 0 80px;
        height: 395px;
    }
}

@media only screen and (max-width: 479px) {
    .product-thumb-carousel-vertical {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 60px;
        flex: 1 0 60px;
        height: 305px;
    }
}

.product-thumb-carousel-vertical .swiper-button-prev,
.product-thumb-carousel-vertical .swiper-button-next {
    left: 50%;
    margin: 0;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    border-radius: 50%;
}

.product-thumb-carousel-vertical .swiper-button-prev::after,
.product-thumb-carousel-vertical .swiper-button-next::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.product-thumb-carousel-vertical .swiper-button-prev {
    top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* Single Product Content */
.single-product-title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 575px) {
    .single-product-title {
        font-size: 24px;
    }
}

.single-product-price {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    color: var(--butonarkaplan);
    gap: 20px;
}

.single-product-price del {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

.single-product-meta {
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}

.single-product-meta li {

    line-height: 1.4285;
    display: -webkit-box;
    gap: 10px;
}

.single-product-meta li+li {
    margin-top: 10px;
}

.single-product-meta li span.label {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 80px;
    flex: 1 0 80px;
    max-width: 80px;
}

.single-product-meta li span.value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 7px;
}

.single-product-meta li span.value.links a:not(:last-child)::after {
    content: ",";
}

.single-product-meta li span.value.social a {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-product-meta li span.value.social a img {
    width: 20px;
    height: 20px;
}

.single-product-text {
    margin-bottom: 20px;
}

.single-product-variations {
    padding: 0;
    list-style: none;
}

.single-product-variations li {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.single-product-variations li+li {
    margin-top: 15px;
}

.single-product-variations li .label {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 80px;
    flex: 1 0 80px;
    max-width: 80px;
}

.single-product-variations li .value {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.single-product-variations li .value [class*=single-product-variation] input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
}

.single-product-additional-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 30px;
}

.single-product-additional-information .single-product-info-btn {

    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
    border: none;
    background-color: transparent;
    gap: 8px;
}

.single-product-additional-information .single-product-info-btn:hover {
    color: var(--butonarkaplan);
}

.single-product-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0;
    gap: 10px;
}

.single-product-actions-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-product-buy-now {
    margin-bottom: 30px;
}

.single-product-buy-now .btn {
    width: 100%;
    max-width: 340px;
}

.single-product-safe-payment p {

    margin-bottom: 5px;
}

.single-product-safe-payment img {
    max-height: 24px;
}

/* Product Variation Size */
.single-product-variation-size-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 7px;
}

.single-product-variation-size-item {
    position: relative;
}

.single-product-variation-size-item input:checked~label {
    color: var(--text-color-white);
    background-color: var(--butonarkaplan);
}

.single-product-variation-size-item label {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-transform: uppercase;
    background-color: #eff1f4;
}

/* Product Variation Color */
.single-product-variation-color-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.single-product-variation-color-item {
    position: relative;
}

.single-product-variation-color-item input:checked~label {
    background-image: url(../images/icons/check.png);
}

.single-product-variation-color-item label {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-indent: -99999px;
    text-transform: uppercase;
    border-radius: 50%;
    background-color: #eff1f4;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
}

/* Product Variation Material */
.single-product-variation-material-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.single-product-variation-material-item {
    position: relative;
}

.single-product-variation-material-item input:checked~label {
    color: #1F2226;
}

.single-product-variation-material-item label {
    font-weight: 700;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-transform: capitalize;
    color: rgba(51, 51, 51, 0.65);
}

/* Single Product Description Area */
.single-product-description-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 80px;
    padding: 30px;
    border: 1px solid #E5E5E5;
}

@media only screen and (max-width: 767px) {
    .single-product-description-area {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .single-product-description-area {
        padding: 20px;
    }
}

.single-product-description-area-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-product-description-area-nav {
        gap: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .single-product-description-area-nav {
        gap: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .single-product-description-area-nav {
        gap: 15px;
    }
}

.single-product-description-area-nav button {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    padding: 0;
    padding-bottom: 10px;
    border: none;
    background-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .single-product-description-area-nav button {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .single-product-description-area-nav button {

        padding-bottom: 5px;
    }
}

.single-product-description-area-nav button::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    content: "";
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background-color: var(--butonarkaplan);
}

.single-product-description-area-nav button.active::before,
.single-product-description-area-nav button:hover::before {
    right: auto;
    left: 0;
    width: 100%;
}

.single-product-description-area .block-title-2 {
    padding-bottom: 0;
    border-bottom: none;
}


/* Product Quantity */
.product-quantity-count {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    border: 1px solid #E5E5E5;
    height: 58px;
}

.product-quantity-count input {
    border: 0;
    padding: 8px;
}

.product-quantity-count .product-quantity-box {
    line-height: 1;
    width: 40px;
    text-align: center;
    border: none;
    background-color: transparent;
}

.product-quantity-count input:focus {
    border: 0 !important;
    outline: 0 !important;
}

.product-quantity-count .qty-btn {
    font-size: 20px;
    line-height: 1;
    width: 30px;
    padding: 10px;
    text-align: center;
    border: none;
    background-color: transparent;
}

.product-quantity-count .qty-btn:hover {
    color: var(--butonarkaplan);
}

span.value.links a {
    color: #303030;
}


button.reaction-btn, .reset-btn {
    border-radius: 3px;
    display: inline-block;
    width: 54px;
    height: 54px;
    background: #F9FAFB;
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
}

button.reaction-btn::before,
button.reset-btn::before {
    position: absolute;
    content: '';
    z-index: -1;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--butonarkaplan);
    transition: .5s;
}

button.reaction-btn:hover::before,
button.reset-btn:hover::before {
    left: 0;
    width: 100%;
}

button.reaction-btn:hover,
button.reset-btn:hover {
    color: var(--text-color-white);
}



/* Cart Totals */
.cart-totals {
    margin-top: 30px;
    max-width: 500px;
    margin-left: auto;
    padding: 30px;
    background-color: #f8f9fa;
}

.cart-totals .title {
    margin-bottom: 15px;
}

.cart-totals .table {
    margin-bottom: 20px;
}

.cart-totals .table th:first-child,
.cart-totals .table td:first-child {
    padding-left: 0;
}

.cart-totals .table th:last-child,
.cart-totals .table td:last-child {
    padding-right: 0;
}