	.catalog__slider .owl-nav{
		top: 40%;
	}

 .main{
 	max-width: 1370px;
 	margin: 20px auto;
 	padding: 20px 120px;
 	width: 90%;
 	margin: 0 auto;
 }

 .swiper-wrapper{
 	
 	
 	
 	
 }

.tour-wrap{
	
	border: 1px solid #c2e8ef;
	border-radius: 15px;
	-webkit-box-shadow: 2px 4px 21px -2px rgba(30, 145, 164, 0.2);
	-moz-box-shadow: 2px 4px 21px -2px rgba(30, 145, 164, 0.2);
	box-shadow: 2px 4px 21px -2px rgba(30, 145, 164, 0.2);
	}

.tour-image{
	width: 100%;
	border-radius: 15px 15px 0 0;
	background-image: url(image.jpg);
	height: 300px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.tour-info{
	padding: 10px 20px 30px 20px;
	display: flex;
	flex-direction: column;
	
}
.tour-category{
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color: #000;
	white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis; 
	
}

.tour-wrap h3{
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	color: #456870;
}

.tour-text{
	margin: 0;
	padding: 0;
	background: rgb(0 0 0 / 48%);
	display: flex;
	padding: 0 10px;
	height: 300px;
	align-items: center;
	opacity: 0;
	transition: 0.5s;
	border-radius: 10px 10px 0 0;
	text-align: center;
	color: #fff;
}
.tour-text1{
	margin: 0;
	padding: 0;
	min-height: 100px;
    font-size: 15px;
	display: flex;
	padding: 0 10px;
	align-items: center;
	transition: 0.5s;
	border-radius: 10px 10px 0 0;
	text-align: center;
	color: #000;
}
.tour-wrap:hover .tour-text{
    opacity: 1;
    transition: 0.5s;

}
	.catalog__section_islands{
		background: #fff!important;
		background-image: none;
	}
	.title_white{
	font-size: 35px;
    color: #2F2F2F;
    text-align: center;
}
	.title{
		font-size: 42px;
	}
	.title__font{
		text-align: center;
	}

	.catalog__slider .owl-prev .icon, .catalog__slider .owl-next .icon{
		fill:#1E97AC;
		
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.top{
	background-image: url(https://phuket-cheap-tour.ru/wp-content/uploads/2025/07/catalog_screen1.webp);
	background-size: cover;
	background-position: center center;
	padding: 150px 0px 450px;
	background-repeat: no-repeat;
    margin: 0 auto;
    width: 100%;

}

.top-wrapper{
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
	display: flex;
	padding-top: 100px;
	padding-bottom: 50px;
}

.top-title h1{
	font-size: 55px;
	color: #D3D799;
	padding: 0;
	margin: 0;
	text-align: left;
}

.bread h4{
	font-size: 16px;
	font-weight: 500;
}

.bread h4 span{
	color: #D3D799;
}

.top-left {
	width: 70%;
}


.top-right{
	display: flex;
	justify-content: right;
	align-items: center;
	width: 30%;
}

.order-but{
	color: #fff;
	padding: 25px 75px;
	background-color: #f102a5;
    background-image: linear-gradient(50deg, #f102a5 10%, #ff3281 50%);
	text-decoration: none;
	font-size: 25px;
	font-weight: 500;
	border-radius: 35px;
	position: relative;
	overflow: hidden;

}

.list{
	background-image: url(https://phuket-cheap-tour.ru/wp-content/themes/phuket/css/build/img/islands_bg.jpg);
	background-size: cover;
	background-position: center center;
	padding: 20px 0px;
	-webkit-box-shadow: 0px 10px 25px 8px rgba(30, 149, 169, 0.25);
	-moz-box-shadow: 0px 10px 25px 8px rgba(30, 149, 169, 0.25);
	box-shadow: 0px 10px 25px 8px rgba(30, 149, 169, 0.25);
}

.list-wrap{
	width: 90%;
	margin: 0 auto;
	max-width: 1170px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;


}

.list-wrap a{
	margin: 20px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
	
	
	body, html{
		scroll-behavior: smooth;
	}
	.header__center{
		height:100px;
		
	}
	.header{
		background-color: #24A0BD;
		background: rgba( 36, 160, 189, 0.6 );
		backdrop-filter: blur(10px) saturate(101%);
		-webkit-backdrop-filter: blur(10px) saturate(101%);
		background-color: rgba(20, 140, 170, 0.85);
		border: 1px solid rgba(209, 213, 219, 0.3);
	}
	.header__nav{
		margin: auto;
	}
	.catalog__status{
		display: none;
	}
	.social{
		justify-content: center;
	}
	
	.order-but:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 5s ease-in-out infinite;
}
.order-but:hover{
  opacity: .7;
}
.order-but:active{
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}


@keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
	
	
	@media only screen and (max-width: 769px) {
		.order-but{
			padding: 20px 55px;
			font-size: 22px;
			
		}
		
		
		.top-wrapper{
			flex-direction: column;
    		align-items: center;
			
		}
		.top-left, .top-right{
		width: 100%;
		text-align: center;
		padding: 20px 0;
	}
		.top-title h1{
		font-size: 38px;
		text-align: center;
	}
		.top-right{
		justify-content: center;
	}
	.list-wrap{
		width: 95%;
		
	}
	.list-wrap a{
		margin: 5px!important;
		font-size: 18px;
	}
		.top{
		padding: 150px 0px 200px;
		}
		
		
		.nav__btn{
			background: none;
		}
		.header{
			padding: 0;
		}
		.title__font{
			font-size: 30px;
		}
		.title_white{
			font-size: 22px;
		}
		#breadcrumbs{
			font-size: 16px;
		}
		.catalog__slider .owl-prev .icon, .catalog__slider .owl-next .icon{
			
			font-size: 70px;
			background: rgb(255 255 255 / 35%);
    		padding: 12px;
			fill: #1dacc5;
		}
		.catalog__slider .owl-prev .icon{
			margin-left: 60px;
		}
		.catalog__slider .owl-next .icon{
			margin-right: 60px;
				
		}
		
	}