.hero-style3 .hero-title {
    font-size: 40px;
    line-height: 56px;
    text-shadow: 1px 1px 5px #000;
    margin-bottom: 30px
}
.hero-booking {
	border-radius: 16px 16px 0px 0px;
}
.booking-form.style2 {
	text-align: center;
	border-radius: 0;
	padding: 0;
}
.widget_nav_menu a, .widget_meta a, .widget_pages a, .widget_archive a, .widget_categories a, .wp-block-categories a {
	padding: 16px 5px 19px 0px;
}
.tour-box_price {
	margin-bottom: 15px;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.clearfix{
	clear: both;
}
.main-menu ul.sub-menu li a {
	margin: 5px 0;
	border-bottom: 1px solid var(--theme-color);
}

.header-layout3 .main-menu > ul > li {
	min-width: 70px;
}
.main-menu ul.sub-menu a {
	line-height: 30px;
}
.footer-layout2 .th-social a {
	margin-right: 5px;
}

.info-box_text .details {
	/*margin-top: 5px;*/
}
.gallery-thumb .fa{
	font-size: 48px
}
.sidemenu-wrapper .th-social a {
	font-size: 24px;
}
.th-social a {
	width:42px;
	height: 42px;
	line-height:42px;
}
.th-mobile-menu {
	margin-top: 3px;
}
.th-menu-wrapper .mobile-logo {
	padding-bottom: 10px;
	padding-top: 20px;
}
.header-layout3 .header-logo img {
	max-height: 100px; 
	margin: 10px 0px
}
.header-layout3 .sticky-wrapper.sticky .menu-area {
	background-color: #113d48;
}

.sticky .header-logo img {
	max-height: 70px;
	margin: 10px 0px;
}
.sticky .menu-area {
	height: 90px;;
}
.fixed-image {
  position: fixed;
  bottom: 10px; /* Alt kenardan 20px yukarıda */
  left: 10px;  /* Sol kenardan 20px içeride */
  z-index: 995; /* Diğer içeriklerin üstünde görünmesini sağlar */
}

.fixed-image img {
  width: 188px; /* İsteğe bağlı: Görselin boyutunu ayarlayın */
  height: auto;
  cursor: pointer; /* Tıklanabilir olduğunu belirtmek için */
}


.fixed-image2 {
  position: fixed;
  bottom: 65px;
  left: 10px;
  z-index: 995; 
}
.fixed-image2 img {
  width: 188px;
  height: auto;
  cursor: pointer;
}

.fixed-image3 {
  position: fixed;
  bottom: 118px;
  left: 10px;
  z-index: 995; 
}
.fixed-image3 img {
  width: 188px;
  height: auto;
  cursor: pointer;
}
.hero-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.13);
    z-index: 2;
    min-height: 1080px
}
.title-area h2{

	font-size: 40px;
	line-height: 1.327;

}
.main-menu a {
	font-size: 18px;
}
.header-layout3 .menu-area {
	position: relative;
	background: #074553e8;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(0px);
	border-bottom: 1px solid #0e7b5dab;
}
.socihref{
	width: 50px; 
	height: 50px;
	font-size: 25px;
	padding: 0px;
	margin-right: 20px
}
.sociortahref{
	width: 75px; 
	height: 75px;
	font-size: 35px;
	padding: 0px;
	margin-right: 20px;
	border: 5px solid #fff;
}
.whatshref{
	width: 280px; 
	height: 50px;
	font-size: 25px;
	padding: 0px;
	margin-right: 20px
}
.breadcumb-wrapper {
	background-position: center;
	padding: 163px 0px 100px 0px;
}
.bth-btn::after {
	-webkit-mask-image: url("../img/icon/arrow-right2.svg");
	mask-image: url("../img/icon/arrow-right2.svg");
	width: 15px;
	height: 15px;
}/*
.bth-btn.th-icon::after {
	content: '';
	position: relative;
	-webkit-mask-image: url(../img/icon/arrow-right.svg);
	mask-image: url(../img/icon/arrow-right.svg);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: auto;
	mask-size: auto;
	background-color: var(--white-color);
	width: 24px;
	height: 24px;
	display: block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}*/
.bth-btn {
	text-align: center;
	color: var(--white-color);
	font-family: var(--body-font);
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
}
.bth-btn::before {
	content: '';
	width: 0;
	height: 100%;
	border-radius: 30em;
	position: absolute;
	top: 0;
	left: -5%;
	background-color: var(--title-color);
	-webkit-transition: .5s ease;
	transition: .5s ease;
	display: block;
	z-index: -1;
}
.bth-btn {
	position: relative;
	z-index: 2;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background-color: var(--theme-color);
	color: var(--white-color);
	font-family: var(--body-font);
	/* display: -webkit-inline-box; */
	/* display: -webkit-inline-flex; */
	/* display: -ms-inline-flexbox; */
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: capitalize;
	border: none;
	font-size: 16px;
	font-weight: 400;
	padding: 18.8px 35px;
	border-radius: 48px;
	-webkit-transition: all 0.3s 0s ease-out;
	transition: all 0.3s 0s ease-out;
	gap: 8px;
}

.bizitakip_pc{
	display: block;
}

.bizitakip_mb{
	display: none;
}
.th-social i{
	color: #fff;
}





@media (max-width: 768px) {
	.background-image, [data-bg-src] {
		background-position: right;
	}
	.header-layout3 .header-logo img {
		max-height: 75px;
		margin: 5px 0;
	}
	.header-layout3 .menu-area {
		padding: 0;
	}
	.justify-content-between {
		-webkit-box-pack: unset !important;
		-webkit-justify-content: unset !important;
		-ms-flex-pack: unset !important;
		justify-content: unset !important;
	}
	.col-auto {

	}
	.col-auto:nth-of-type(3) {
	  float: right;
	  margin-top: 15px
	}
	.col-auto:nth-of-type(2) {
	  float: left;
	}
	.th-social a {
		width: 30px;
		height: 30px;
		line-height: 32px;
	}
	.bizitakip_pc{
		display: none;
	}
	.bizitakip_mb{
		display: block;
		text-align: center;
	}
	.socihref {
		width: 45px;
		height: 45px;
		font-size: 20px;
		padding: 0px;
		margin-right: 5px;
		margin-bottom: 10px;
	}
	.whatshref {
		width: 280px;
		height: 45px;
		font-size: 20px;
		padding: 0px;
		margin-right: 5px;
	}

	.fixed-image {
	  position: fixed;
	  bottom: 10px; /* Alt kenardan 20px yukarıda */
	  left: 10px;  /* Sol kenardan 20px içeride */
	  z-index: 995; /* Diğer içeriklerin üstünde görünmesini sağlar */
	}

	.fixed-image img {
	  width: 120px; /* İsteğe bağlı: Görselin boyutunu ayarlayın */
	  height: auto;
	  cursor: pointer; /* Tıklanabilir olduğunu belirtmek için */
	}

	.fixed-image2 {
	  position: fixed;
	  bottom: 45px;
	  left: 10px;
	  z-index: 995; 
	}
	.fixed-image2 img {
	  width: 120px;
	  height: auto;
	  cursor: pointer;
	}
	.fixed-image3 {
	  position: fixed;
	  bottom: 80px;
	  left: 10px;
	  z-index: 995; 
	}
	.fixed-image3 img {
	  width: 120px;
	  height: auto;
	  cursor: pointer;
	}
	.th-social i{
		color: var(--theme-color);
	}
	.th-preloader .animation-preloader .txt-loading {
		font-family: var(--title-font);
		font-size: 42px;
		line-height: 42px;
		font-weight: 700;
		text-align: center;
	}
	.scroll-top {
		right: 10px;
		bottom: 10px;
	}

	.hero3-swiper-custom {
		height: 50px;
	}
	.swiper-pagination{
		display: none
	}
	.col-lg-4{
		padding-right: calc(var(--bs-gutter-x)/ 100);
  		padding-left: calc(var(--bs-gutter-x)/ 100);
	}
	.sociortahref {
		width: 50px;
		height: 50px;
		font-size: 25px;
		padding: 0px;
		margin-right: 20px;
		border: 3px solid #fff;
	}
}