/* Общие стили для всех секций */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
	transition: width 0.3s ease, max-width 0.3s ease;
}
@font-face {
	font-family: 'Romul';
	src: local('Romul'), local('Romul'),
		url('fonts/romul.ttf') format('truetype');
}
body {
    background: #1a1a1a;
    color: #333;
	
	
}
body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #1a1a1a;
}
body::-webkit-scrollbar-thumb {
    background-color: #ab081b;
    border-radius: 15px;
    border: 0px solid #1a1a1a;
    background-clip: padding-box;
}
body::-webkit-scrollbar-track {
    background-color: #1a1a1a;
}

button {
    background: #d32f2f;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

button:hover {
    background: #aa0b0b;
}
input[type="text"], input[type="email"] {
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

input[type="text"]:focus, input[type="email"]:focus {
    border-color: #4CAF50;
}

input[type="text"], textarea[type="text"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    font-size: 1rem;
    border: 1px solid #d32f2f;
    border-radius: 5px;
}

button[type="submit"] {
    background: #d32f2f;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
}

button[type="submit"]:hover {
    background: #aa0b0b;
}
   
/* Форма заявки */
#form {
    background: #fff;
    padding: 40px 0;
}

#form .container {
    max-width: 800px;
    margin: 0 auto;
}

form {
    display: flex;
    flex-direction: column;

}




/* Общие стили для всех секций */
a {
	text-decoration: none;
	color: #fff;
	transition: color 0.3s;
}
a:hover {
	color: #f5d25c;
}

h2 {
    font-size: clamp(1rem, 4vw, 2rem);
	

	
	
}
section h2 {
	padding: 20px 0;
    text-align: center;
	font-family: Romul;
	color: #fff;
}
/* Шапка */
header {
    background-color: #d32f2f; /* Красный цвет */
    height: 60px;
	

    padding: 0 20px;
}

header .logo img {
    height: 50px;
}

header nav ul {
    display: flex;
    list-style: none;
    gap: 0px;
}

header nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.25rem;
}

header .head-menu {
	max-width: 1370px;
	height: 100%;
	margin: 0 auto;
	padding: 0 20px;
    display: flex;
	align-items: center;
    justify-content: space-between;
    
}
header .phone {
    color: white;
    font-size: 1rem;
}
header #navbar ul li {
	transition: background 0.3s;
	border-radius: 8px;
}
header #navbar ul li a {
	width: 100%;
	height: auto;
	padding: 10px 15px;
	display: block;
}
header #navbar ul li:hover {
	background: #aa0b0b;
	
	
}
header #navbar ul li a:hover {
	
}
.menu-toggle {
    display: none;
    width: 40px;
    height: 32px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    z-index: 1001;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
.menu-toggle .sss:after {
	content: 'МЕНЮ';
	position: absolute;
	top: 5px;
	left: 38px;
	color: #fff;
	font-weight: 800;
}
.menu-toggle .bar {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin: 3px 0;
  border-radius: 2px;
  transform-origin: center;
  pointer-events: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-toggle.active .bar:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.menu-toggle.active .bar:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active .bar:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}


#intro, #tours, #advantages, #chooses, #rifses, #about, #faq, #contact, #reviews {
    padding: 60px 0;

}

.container {
    max-width: 1370px;
    margin: 0 auto;
    padding: 0 20px;
}
/* Секция туров */
#intro {
    background-image: url('1.png');
	background-repeat: no-repeat;
	background-position: top right;
    
}
#intro .intro_txt {
	border-radius: 10px;
	background: rgba(132, 0, 0, 0.28);
	backdrop-filter: blur(5px);
	max-width: 60%;
	color: #fff;
	padding: 28px;
	margin: 100px 0;
}
#intro .intro_txt .cat-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#intro .intro_txt .cat-header .cat-header-zg {
	font-family: Romul;
	font-size: clamp(22px, 4vw, 56px);
	font-weight: 800;
}
#intro .intro_txt .cat-header .cat-header-img img{
	max-width: 100px;
	
}

#intro .intro_txt .cat-middle {
	padding: 20px 0;
	font-size: clamp(14px, 3vw, 21px);
	font-family: Romul;
	font-weight: 800;
	color: #f5d25c;
	line-height: 2rem;
}
#intro .intro_txt .cat-bottom {
	padding: 20px 0;
}
#intro .intro_txt .cat-bottom .intro-btn {
	font-size: clamp(16px, 3vw, 22px);
	border-radius: 14px;
	padding: 15px 40px;
animation: pulse-bg-shadow-btn 2s infinite;
}
/* Вкладки для городов */
.city-tabs {
    list-style: none;
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
	margin-top: 10px;
    margin-bottom: 30px;
    padding: 4px 0;
    justify-content: center;
}

.city-tabs .tab {
    background-color: rgba(255, 255, 255, 0.82);
    padding: 10px 18px;
    border: 1px solid rgba(211, 47, 47, 0.25);
    border-radius: 999px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
    transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.city-tabs .tab:hover {
    background-color: rgba(255, 255, 255, 0.96);
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
}

.city-tabs .tab.active {
    background-color: #d32f2f; /* Красный цвет для активной вкладки */
    color: white;
    border-color: #d32f2f;
    box-shadow: 0 10px 18px rgba(211, 47, 47, 0.35);
}

#tours {
background-image: url('img/3.jpg');
  background-repeat: no-repeat;
  background-size: fixed;
background-position: bottom;
  background-color: #000;
  padding-top: 30px;
}
.tour-content {
	padding-top: 10px;
}
.tour-content .tour-list {
    display: none; /* Скрываем туры по умолчанию */

}

.tour-content .tour-list.active {
    display: grid;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.tour-content .tour-list .tour {
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
	-moz-box-pack: justify;
	justify-content: space-between;
	
    background: #F9DEB0;
	background: linear-gradient(180deg,rgb(249, 222, 176) 0%, rgb(208, 152, 84) 100%);
height: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.tour-content .tour-list .tour:hover {
    transform: translateY(-10px);
}

.tour-content .tour-list .tour img {
    width: 100%;
    border-radius: 8px;
    max-height: 230px;
    /* object-fit: cover; */
}
.tour-content .tour-list .tour .buy-button {
	margin-top: 10px;
	margin-bottom:5px;
	font-family: Romul;
	padding: 12px 20px;
}
.tour-content .tour-list .tour h3 {
    margin: 2px 0 5px 0;
	text-align:center;
    font-size: 1.5rem;
}

.tour-content .tour-list .tour p {
    font-size: 1rem;
    color: #000;
}
.tour-content .tour-list .tour .act_btn {
	text-align: center;
}
.tour-content .tour-list .tour .act_time {
	text-align: left;
	padding-top: 10px;
}
.tour-content .tour-list .tour .act_cost {
	display: flex;
	justify-content: space-between;
	padding-top: 3px;
	color: #000;
	align-items: center;
}
.tour-content .tour-list .tour .act_cost .act_price {
	font-size: clamp(18px, 3vw, 22px);
	color: #d32f2f;
	font-weight: bold;
}
.tour-content .tour-list .tour .label-tour-info {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #fff;
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
}
.tour-content .tour-list .tour .label-tour-info .label-tour-info-box{
	background: rgba(179, 74, 74, 0.87);
	padding: 5px 8px;
	border-radius: 4px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
}
.tour-content .tour-list .tour .tour_img {
	position: relative;
}

#tours .more_tour {
	text-align: center;
	margin-top: 60px;
	
}
#tours .more_tour a button
{
	border-radius: 14px;
	background: #aa0b0b;
	padding: 20px 25px;
	font-family: Romul;
	font-weight: 700;
	animation: pulse-bg-shadow-btn 2s infinite;
}
#tours .more_tour a button:hover {
	background: #8a0707;
}

/* Контейнер для подсказки */
.label-tour-info-box {
  position: relative; /* Чтобы подсказка позиционировалась относительно этого блока */
  display: inline-block;
  cursor: pointer;
}

/* Стили самой подсказки */
.label-tour-info-box .tooltiptext {
  visibility: hidden; /* Скрываем по умолчанию */
  max-width: 300px;
  width: 250px;
  background-color: rgba(0, 0, 0, 0.69);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 14px;
  /* Позиционирование над блоком */
  position: absolute;
  z-index: 1;
  bottom: 34px; /* Смещение вверх */
  right: 0;
  
  
  /* Плавное появление */
  opacity: 0;
  transition: opacity 0.3s;
}
/* Для элементов у правого края */
.label-tour-info-box .tooltiptext.left {
  left: -38px;
  right: 0;
}
/* Показываем при наведении */
.label-tour-info-box:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/* Блок Популярные экскурсии */





/* Преимущества */
#advantages {
		padding-top: 30px;
	padding-bottom: 30px;
}
#advantages .advantages-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
	margin-top: 30px;
}

#advantages .advantages-list .advantage {
    text-align: center;
    width: 30%;
}
#advantages .advantages-list .advantage .img_adv {
	
	
}
#advantages .advantages-list .advantage .img_adv svg {
	max-width: 128px;
	border: 2px solid #d29b58;
	border-radius: 90px;
	padding: 10px;
    margin-bottom: 10px;
	transition: background 0.3s;
}
#advantages .advantages-list .advantage .img_adv svg:hover {
	background: #d29b58;
}

#advantages .advantages-list .advantage h3 {
    font-size: clamp(1.2rem, 4vw, 1.6rem);
    margin-bottom: 10px;
	color: #d29b58;
}

#advantages .advantages-list .advantage p {
    font-size: clamp(16px, 3vw, 20px);
    color: #fff;
}


#chooses {
	padding-top: 0;
	padding-bottom: 30px;
}

#chooses .choose-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
	margin-top: 30px;
}

#chooses .choose-list .choose {
    text-align: center;
    width: 30%;
  background: #F9DEB0;
  background: linear-gradient(180deg,rgb(249, 222, 176) 0%, rgb(208, 152, 84) 100%);
  border-radius: 8px;
  box-shadow: 4px 4px 15px rgba(245, 39, 39, 0.5);
  padding: 10px;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}
#chooses .choose-list .choose h3{
	font-size: clamp(1.2rem, 3vw, 1.6rem);
	padding: 20px 0;
}
#chooses .choose-list .choose p{
	font-size: clamp(16px, 3vw, 20px);
	padding-bottom: 20px;
	
}

#rifses {
	padding-top: 0;
}
#rifses .rifs-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
	margin-top: 30px;
} 
#rifses .rifs-list .rifs {
	position: relative;
	    
    width: 48%;
  background: rgba(255, 60, 60, 0.37);
color: #f0f0f0;
  border-radius: 8px;
  box-shadow: 4px 4px 15px rgba(255, 90, 90, 0.5);
  padding: 35px 15px;
  margin-bottom: 10px;
}
#rifses .rifs-list .rifs h3 {
	
}
#rifses .rifs-list .rifs h3{
	font-size: clamp(1.2rem, 3vw, 1.6rem);
	padding-bottom: 15px;
	text-align: center;
}
#rifses .rifs-list .rifs p{
	font-size: clamp(16px, 3vw, 20px);
	
	
}



#about {
	background: #ab091b;
	color: #fff;
	padding-top: 20px;
}
#about .ab_info {

	display: grid;
	justify-content: space-between;
	gap: 20px;
}
#about .ab_info .ab_img img {
	max-width: 100%;
	max-height: 480px;
	border-radius: 8px;
	-webkit-box-shadow: 15px 16px 10px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 15px 16px 10px 0px rgba(0, 0, 0, 0.3);
box-shadow: 15px 16px 10px 0px rgba(0, 0, 0, 0.3);
}
#about .ab_info .ab_text, #about .ab_info .ab_img {
	align-content: center;
}
#about .ab_info .ab_img {
	text-align: center;
}
#about .ab_info .ab_text p {
	padding-bottom: 10px;
	font-size: clamp(16px, 3vw, 20px);
}

/* Вопросы и ответы */
.faq-tabs {
  display: block;
  max-width: 800px;
  margin: 0 auto;
	padding-top: 15px;
	
}
.faq-tab {
display: flex;
  cursor: pointer;
  flex-direction: column;
  margin: 10px 0;
  border-radius: 10px;
  background: #3c3030;
}
.faq-tab__part--visible {
padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #d29b58;


}
.faq-tab__part--hidden {
  transition: all 0.3s ease;


  overflow: hidden;
	max-height: 0;
}
.faq-tab--selected .faq-tab__part--hidden h4 {
	font-size: clamp(14px, 3vw, 16px);
}
.faq-tab--selected .faq-tab__part--hidden {
	
padding: 0 15px 15px 15px;
	max-height: 200px;
	color: #e4e4e4;
}
.faq-tab--selected .t-button::before {
  transform: rotate(45deg);
}
.faq-tab--selected .t-button::after {
  transform: rotate(135deg);
}
.faq-tab .faq-tab__part--visible h4 {
	width: 80%;
	font-size: clamp(16px, 3vw, 20px);
}
.t-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
}
.t-button::before,
.t-button::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 2px;
  height: 24px;
  background-color: #fff;
  transition: 0.6s ease;
}
.t-button::after {
  transform: rotate(90deg);
}


#faq {
	padding-top: 30px;
	padding-bottom: 10px;
}

.faq-item {
    margin-bottom: 20px;
}

.faq-item h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.faq-item p {
    font-size: 1rem;
    color: #555;
}

/* Отзывы */
#reviews {
	padding-top: 10px;
	padding-bottom: 30px;
}
#reviews .reviews-list {
    display: grid;

    gap: 30px;
	margin-top: 30px;
}

#reviews .reviews-list .review {


background: #F9DEB0;
  background: linear-gradient(180deg,rgb(249, 222, 176) 0%, rgb(255, 195, 122) 100%);
  border-radius: 8px;
  box-shadow: 4px 4px 15px rgba(255, 208, 97, 0.5);
  padding: 15px 15px;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}
#reviews .reviews-list .review .rev_block {
	display: flex;
	flex-wrap: no-wrap;
}
#reviews .reviews-list .review .rev_block .rev_author {
	align-content: center;
}
#reviews .reviews-list .review .rev_block .rev_author .rev_name {
	font-size: clamp(16px, 3vh, 20px);
}
#reviews .reviews-list .review .rev_block .rev_img img {
	max-width: 75px;
	padding-right: 15px;
}
#reviews .reviews-list .review .rev_block .rev_stars {
	padding-top: 5px;
}
#reviews .reviews-list .review p {
	padding-top: 5px;
    font-size: clamp(16px, 3vw, 18px);
    color: #373737;
}

#reviews .reviews-list .review strong {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #333;
}

.star-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.star-label {
  display: inline-flex;
  align-items: center;
  width: 24px;
  height: 24px;
}


.star-shape {
  background-color: #ee9c00;
  width: 100%;
  height: 100%;

  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}




/* Обратная связь */
#contact {

	padding-top: 20px;

}
#contact .contact_info {
	display: grid;
	justify-content: space-between;
	gap: 20px;
	margin: 40px 0;
}
#contact .contact_info .contact_bg, #contact .contact_info .contact_action {
	align-content: center;
}
#contact .contact_info .contact_bg {
	text-align: center;
}
#contact .contact_info .contact_action .submitbtn{
	margin-top: 10px;

  font-family: Romul;
  padding: 18px 20px;
}
#contact .contact_info .contact_action input {
	margin: 0;
}
#contact .contact_info .contact_action {
	color: #e6e6e6;
	
}
#contact .contact_info .contact_bg img {
	max-width: 100%;
 
  border-radius: 26px;
  animation: pulse-bg-shadow 2s infinite;
  
} 
	

#contact form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 600px;
    margin: 0 auto;
}

#contact input, #contact textarea {
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#contact textarea {
    resize: vertical;
    min-height: 100px;
}



@keyframes pulse-bg-shadow {
  /* 0% { */
    /* -webkit-box-shadow: 2px 2px 5px 0 rgba(238, 31, 31, 0.87); */
    /* -moz-box-shadow: 2px 2px 5px 0 rgba(238, 31, 31, 0.87); */
    /* box-shadow: 2px 2px 5px 0 rgba(238, 31, 31, 0.87); */
  /* } */
  /* 70% { */
    /* /* Свечение расширяется и становится прозрачнее */ */
    /* box-shadow: 8px 8px 10px 10px rgba(238, 31, 31, 0);	 */
    /* -moz-box-shadow: 8px 8px 10px 10px rgba(238, 31, 31, 0);	 */
    /* box-shadow: 8px 8px 10px 10px rgba(238, 31, 31, 0);	 */
  /* } */
  /* 100% { */
    /* -webkit-box-shadow: 5px 5px 5px 0 rgba(238, 31, 31, 0); */
    /* -moz-box-shadow: 2px 2px 5px 0 rgba(238, 31, 31, 0); */
    /* box-shadow: 2px 2px 5px 0 rgba(238, 31, 31, 0); */
  /* } */
  0%, 100% {
    /* Минимальное свечение или его отсутствие */
    -webkit-box-shadow: 0 0 5px 0 rgba(238, 31, 31, 0.4);
    -moz-box-shadow: 0 0 5px 0 rgba(238, 31, 31, 0.4);
    box-shadow: 0 0 5px 0 rgba(238, 31, 31, 0.4);
  }
  50% {
    /* Максимальный размах и насыщенность */
    -webkit-box-shadow: 0 0 25px 10px rgba(238, 31, 31, 0.87);
    -moz-box-shadow: 0 0 25px 10px rgba(238, 31, 31, 0.87);
    box-shadow: 0 0 25px 10px rgba(238, 31, 31, 0.87);
  }
}
@keyframes pulse-bg-shadow-btn {
  0%, 100% {
    /* Минимальное свечение или его отсутствие */
    -webkit-box-shadow: 0 0 5px 0 rgba(238, 31, 31, 0.4);
    -moz-box-shadow: 0 0 5px 0 rgba(238, 31, 31, 0.4);
    box-shadow: 0 0 5px 0 rgba(238, 31, 31, 0.4);
  }
  50% {
    /* Максимальный размах и насыщенность */
    -webkit-box-shadow: 0 0 15px 5px rgba(238, 31, 31, 0.87);
    -moz-box-shadow: 0 0 15px 5px rgba(238, 31, 31, 0.87);
    box-shadow: 0 0 15px 5px rgba(238, 31, 31, 0.87);
  }
}








/* Ошибки */
#error-container {
    margin-top: 20px;
    color: red;
    font-size: 1.1rem;
}
#error-message {
    color: red;
    font-size: 1rem;
    margin-top: 10px;
}
/* Подвал */
footer {
    background: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
}

footer p {
    margin: 5px 0;
}
/* Модальное окно */
#purchaseForm textarea {
	max-width: 100%;
	min-width: 100%;
	min-height: 100px;
}
#purchaseForm button {
	padding: 16px 15px;
	font-family: Romul;
}
.modal {
    display: none; /* Скрыто по умолчанию */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
	transition: all 0.3s easy-in;
}

.modal .modal-content {
	position: relative;
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 8px;
}
.modal .modal-content h2 {
	font-size: clamp(18px, 4vw, 26px);
	line-height: 1.1em;
	margin-bottom: 15px;
	margin-top:10px;
}
.modal .modal-content .close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
	padding: 0 3px;
    top: 5px;
    right: 13px;
	transition: all 0.3s;
}

.modal .modal-content .close:hover,
.modal .modal-content .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
	transform: rotate(-180deg);
}



/* Адаптивность */
@media (min-width: 768px) {
  #tours .tour-content .tour-list {
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  }
  #about .ab_info {
	grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  }
  #contact .contact_info {
	grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
}
  #reviews .reviews-list{
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
}

@media (max-width: 1200px) {
	#intro .intro_txt {
		max-width: 70%;
		margin: 50px 0;
	}
	#intro {
		background-position-x: center;
	}
}
@media (max-width: 1024px) {
	header #navbar ul li a {
		font-size: 1rem;
	}
}
@media (max-width: 862px) {
	#advantages .advantages-list .advantage, #chooses .choose-list .choose, #rifses .rifs-list .rifs {
		width: 100%;
	}
}
@media (max-width: 600px) {
	#intro .intro_txt .cat-header .cat-header-img img{
		max-width: 64px;
	}
	#intro .intro_txt .cat-middle {
		line-height: 1.3rem;
	}
	#intro .intro_txt {
		margin: 0px 0;
	}
	#intro .intro_txt .cat-bottom .intro-btn {
		width: 100%;
	}

}


@media (max-width: 768px) {
    .tour, .advantage, .review {
        width: 100%;
    }
	#intro .intro_txt {
		max-width: 100%;
		margin: 10px 0;
	}
	#navbar {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
    header nav ul {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background-color: #d32f2f;
        padding: 20px;
        text-align: center;
    }

    header nav ul li {
        
    }

    .menu-toggle {
        display: flex;
		left: -30px;
    }
	
	header .head-menu {
		padding: 0;
	}

    header nav.active ul {
        display: flex;
        z-index: 1000;
    }
    .tour-list, .advantages-list, .reviews-list {
        align-items: center;
    }

    .city-tabs {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
        margin: 0 -6px 24px;
        padding: 6px 6px 12px;
        gap: 10px;
    }

    .city-tabs::-webkit-scrollbar {
        height: 4px;
    }

    .city-tabs::-webkit-scrollbar-thumb {
        background-color: rgba(211, 47, 47, 0.45);
        border-radius: 999px;
    }

    .city-tabs .tab {
        flex: 0 0 auto;
        scroll-snap-align: start;
        font-size: 0.95rem;
        padding: 10px 16px;
    }
	#tours .tour-content .tour-list{
		grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	}
}
@media (max-width: 413px) {
	header .logo img {
		height: 40px;
	}
}