:root {
  /* Primary Colors */
  --color-primary: #2DBAB6;       /* Turquoise */
  --color-secondary: #016A6D;     /* Teal */

  /* Text */
  --color-text: #252525;          /* Charcoal Black */

  /* Complementary Colors */
  --color-yellow: #FFBD00;        /* Soft Yellow */
  --color-orange: #F28705;        /* Vibrant Orange */
}

body {
	margin: 0;
	padding: 0;

	box-sizing: border-box;
	position: relative;
	height: 100%;
	letter-spacing: .54px;
}

.nav-Bar.scrolled {
	background-color: #fff;
}

.ttsprimarybtn{
	background-color: var(--color-yellow);
	color: var(--color-text);
}

.test-color{
	color: var(--color-secondary);
}
.navbar-brand {
	width: 20%;
}

.navbar-brand img {
	width: 41%;
}

@media screen and (max-width: 420px) {
	.navbar-brand img {
		width: 95% !important;
	}
}

.swiper-wrapper a {
	text-decoration: none;
}

.navbar {
	padding: 0;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
	letter-spacing: 0;
}

#_my-number {
	border-radius: 50%;
	background-color: #fff;
	padding: 0.625rem;
	display: none;
	text-decoration: none;
}

@media screen and (max-width: 992px) {
	#_my-number {
		display: inline-block;
	}
}

#_my-number .fa-phone-volume {
	display: block;
	vertical-align: middle;
	color: #0000008c;
	font-size: 1.5rem;
}


#nav-bar-number:hover {
	background-color: #1666d9;
}

.login-button button {
	border: none;
	border-radius: 34px;
	background-color: #1666d9;
}

@media screen and (max-width: 992px) {
	.login-button {
		display: none;
	}
}

#header {
	font-size: .9rem;
	font-weight: 500;
}

#header a {
	color: var(--bs-gray-500);
}

.scrolled #header {
	font-size: .9rem;
	font-weight: 500;
}

.scrolled#header a {
	color: var(--bs-gray-500);
}

#navbarNav a {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

#navbarNav a:hover {
	color: #0d6f6d;
	background-color: transparent;
	font-weight: 600;
}

@media (max-width: 991px) {
	.navbar-collapse {
		background-color: white;
		border-radius: 0.75rem;
	}

	._my-login {
		margin-bottom: 1rem;
		margin-top: 1rem;
		padding: 1rem;
	}
}

.profile-link .color-change {
	color: #000;
}

.profile-link .color-change:hover {}

.my-nav {
	display: none;
}

@media (max-width: 991px) {

	.my-nav {
		display: block;
		background: #fff;
		position: fixed;
		z-index: 2;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
		display: flex;
		gap: 1rem;
		padding-top: .7rem;
		padding-bottom: .7rem;
		width: 100%;
		border-radius: 0;
	}


}

.my-nav a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: .2rem;
	font-size: 1.1rem;
	color: #717171;
	text-decoration: none;
}

.my-nav .my-size {
	font-weight: 500;
	font-size: .625rem;
	margin-bottom: 0;
}

#box {
	position: relative;
	overflow: hidden;
	text-align: center;
	height: 90vh;
}

#bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#search h1 {
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	margin-top: 20rem;
	position: relative;
	z-index: 1;
}

@media (max-width: 576px) {
	#box {
		height: 50vh;
		padding: 0 20px;
	}

	#search h1 {
		margin-top: 10rem;
	}

	#bg-video {
		top: 40%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 60%;
		border-radius: .75rem;
	}

	._mymain {
		display: flex;
		gap: 1rem;
		margin-top: -8.75rem;
	}
}



._mymain {
	display: flex;
	gap: 1rem;
	margin-top: .75rem;
}

._mymain .left {
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
	border-radius: 0.5rem;
	background-color: rgb(255 255 255);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

._mymain .left-2 {
	display: flex;
	align-items: center;
	padding: 0.5rem 0.75rem;
}

._mymain .left-2 img {
	max-width: 100%;
	height: auto;
	width: 1.75rem;
	color: transparent;
}

._mymain .left-2 span {
	white-space: nowrap;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 0.75rem;
}

._mymain .swipe {
	overflow: hidden;
	position: relative;
	font-size: 14px;
	font-weight: 500;
}

._mymain .swipe .swipe-item {
	display: none;
}

._mymain .swipe .swipe-item.active {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transform: translateY(0);
	opacity: 1;
	animation: slide-up 5s infinite;
}

@keyframes slide-up {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}

	10% {
		transform: translateY(0);
		opacity: 1;
	}

	90% {
		transform: translateY(0);
		opacity: 1;
	}

	100% {
		transform: translateY(-100%);
		opacity: 0;
	}
}

.mt3 {
	margin-top: 20px;
}

.my-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-around;
}

.my-container .slide img {
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
}

.my-container .slide ._one {
	width: 100%;
	height: 100%;
}

.my-container .slide {
	display: flex;
	flex-direction: column;
	gap: .325rem;
	align-items: center;
	text-align: center;
}

.my-container .slide .text {
	font-weight: 500;
}

@media (max-width: 667px) {
	.my-container {
		overflow-x: auto;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		text-align: center;
		gap: .625rem;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
}

._my-container {}

.box {
	width: calc(50% - 0.5rem);
	/* Two boxes per row */
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.box {
		width: calc(25% - 0.5rem);
		/* Four boxes per row on large screens */
	}
}

._my-container a {
	color: inherit;
	text-decoration: none;
}

._my-container a .relative1 {
	position: relative;
}

._my-container a .relative1 img {
	border-radius: 8px;
	display: block;
	width: 100%;
	height: auto;
}

._my-container a .relative::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 8px;
}

._my-container a .relative1 .text2 {
	position: absolute;
	bottom: 0.75rem;
	left: 0.5rem;
	right: 0.5rem;
	color: #fff;
	opacity: 1;
	width: calc(100% - 1rem);
}

._my-container a .relative1 .text2 h2 {
	margin: 0;
	font-weight: 600;
	font-size: 1em;
}

._my-container a .relative1 .text2 .location {
	/* font-size: .75rem; */
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
	background-color: #fff;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	border-radius: 0.375rem;
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	margin-top: 0.75rem;
}

._my-container a .relative1 .text2 .location p {
	color: #212529;
	margin: 0;
}

._my-container a .relative1 .text2 .location .fa-location-dot {
	color: #1666d9;
	display: block;
	vertical-align: middle;
}

._my-container a .relative1 .text2 .time {
	display: flex;
	align-items: center;
	gap: .125rem;
	margin-top: 0.75rem;
}

._my-container a .relative1 .text2 .time .fa-clock {
	display: block;
	vertical-align: middle;
}

._my-container a .relative1 .text2 .time p {
	font-size: .90rem;
	margin: 0;
}

._my-container a .relative1 .text2 .prize p {
	margin: 0;
	font-weight: 500;
	font-size: 15px;
}


#box-3 {
	width: 80%;
	text-align: center;
	margin-top: 3rem;
	color: rgb(10, 158, 136);

}

#box-3 p {
	color: rgb(66, 66, 66);
}

#box-3 img {
	width: 100%;
}

#box-3 .col-4 {
	transition: all 2s;
}

#box-3 .col-4:hover {
	transform: scale(1.2);
}

#mid {
	background: url(../img/asset\ 42.png);
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 60vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

#mid-img img {
	height: 100%;
	width: 100%;
}

#mid-box {
	width: 80%;
	height: 50vh;
	display: flex;
	background-color: #fff;
	justify-content: center;
	align-items: center;
	border-radius: 25px;
}

.btn {
	transition: all 1s;
	background-color: #18c9c9;
	border-radius: 20px;
}

.btn:hover {
	transform: scale(1.1);
}

#content p {
	font-size: 1.4rem;
	line-height: 1.4rem;
}

#view-all-button a {
	text-decoration: none;
	font-size: 1.5rem;
	color: #18c9c9;
}

.swiper {
	width: 100%;
	height: 100%;
}



.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-slide h1 {
	border: 2px solid #fff;
	color: #fff;
	padding: .7rem 2rem;
}

.mySwiper h1 {
	font-size: 1.3rem;
}


#image-1 {
	border-radius: 10px;
}

#image-2 {
	border-radius: 10px;
	height: 65%;
}

#image-3 {
	border-radius: 10px;
	height: 65%;
}

#image-4 {
	border-radius: 10px;
	height: 65%;
}

#image-5 {
	border-radius: 10px;
	height: 65%;
}

#image-7 {
	border-radius: 10px;
	height: 65%;
}

#image-8 {
	border-radius: 10px;
	height: 65%;
}

#mid-last img {
	width: 40%;
}

#slider-image-1 {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/slider-2.jpg);
	background-position: center;
	background-size: cover;
	width: 70%;
	height: 70vh;
	border-radius: 20px;
	box-shadow: 1px 1px 3px #000;
	transition: all 1s;
}

#slider-image-2 {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/slider-1.jpg);
	background-position: center;
	background-size: cover;
	width: 70%;
	height: 70vh;
	border-radius: 20px;
	box-shadow: 1px 1px 3px #000;
	transition: all 1s;
}

#slider-image-3 {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/slider-3.jpg);
	background-position: center;
	background-size: cover;
	width: 70%;
	height: 70vh;
	border-radius: 20px;
	box-shadow: 1px 1px 3px #000;
	transition: all 1s;
}

#slider-image-4 {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/slider-4.jpg);
	background-position: center;
	background-size: cover;
	width: 70%;
	height: 70vh;
	border-radius: 20px;
	box-shadow: 1px 1px 3px #000;
	transition: all 1s;
}

#slider-image-5 {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/slider-5.jpg);
	background-position: center;
	background-size: cover;
	width: 70%;
	height: 70vh;
	border-radius: 20px;
	box-shadow: 1px 1px 3px #000;
	transition: all 1s;
}

#slider-image-6 {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/slider-6.jpg);
	background-position: center;
	background-size: cover;
	width: 70%;
	height: 70vh;
	border-radius: 20px;
	box-shadow: 1px 1px 3px #000;
	transition: all 1s;
}

strike {
	font-size: .8rem;
	color: rgb(94, 92, 92);
}

.discount {
	font-size: 0.5rem;
	background: linear-gradient(to top, #18c9c9, #00B0B0);
	border-radius: 3px;
	padding: 3px;
	color: #fff;
}

#city-of-dream-btn-1 {
	height: 3.5rem;
	width: 15rem;
	border: 1px solid black;
	border-radius: 1rem;
	background-color: #1666d9;
	color: rgb(58, 58, 58);
	font-size: 1rem;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}

#slider-image-1:hover {
	transform: scale(1.1);
}

#slider-image-2:hover {
	transform: scale(1.1);
}

#slider-image-3:hover {
	transform: scale(1.1);
}

#slider-image-4:hover {
	transform: scale(1.1);
}

#slider-image-5:hover {
	transform: scale(1.1);
}

#slider-image-6:hover {
	transform: scale(1.1);
}

#carousel-item-1 {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/asset\ 43.png);
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100vh;
	position: relative;
}

#carousel-item-2 {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/asset\ 44.png);
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100vh;
}

#carousel-item-3 {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/asset\ 45.png);
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100vh;
}

.fa-youtube {
	position: absolute;
	top: 20%;
	left: 40%;
	transform: translate(50%, 50%);
	font-size: 5rem;
}


#carousel-item-1:hover {
	color: red;
}

#carousel-item-2:hover {
	color: red;
}

#carousel-item-3:hover {
	color: red;
}

.carousel-control-prev-icon {
	background-color: gray;
	border-radius: 15px;
	position: relative;
	left: -10rem;
}

.carousel-control-next-icon {
	background-color: gray;
	border-radius: 15px;
	position: relative;
	right: -10rem;
}

#testimonial {
	border-radius: 15px;
	width: 100%;
	height: 70vh;
}

/* #footer {
	background-color: #0d6f6d;
} */


#footer {
    background-image: 
        url('https://thetravelstory.net//assets/new_asset_files/TTS_Logo_package/TTS_Logo_package/bg_image/bg1.png');

    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
}
#footer h6 {
	color: #fff;
}

#footer p {
	color: #fff;
	font-size: 1rem;
	font-weight: 400!important;
}

#footer a {
	color: var(--bs-gray-100) !important;
	text-decoration: none;
	transition: all .1s ease-in-out;
	font-weight: 400!important;
}

#footer a:hover {
	color: var(--bs-gray-300) !important;
	font-weight: 500!important;
}

#footer-about ul {
	margin: 0;
	padding: 0;
}

#footer-about ul li {
	list-style: none;
	display: inline-block;
}

#footer-about ul li a {
	display: flex;
	align-items: center;
	color: #000;
	background-color: rgb(136, 136, 136);
	width: 100%;
	height: 100%;
	font-size: .7rem;
	padding: .7rem;
	border-radius: 30%;
}

#footer-about i {
	font-size: 1.5rem;
	width: 15%;
	height: 5%;
}

#footer-about p {
	color: white;
	font-size: 1rem;
	width: 100%;
	text-align: left;
}

#footer-bottom-link a {
	text-decoration: none;
	width: 100%;
	color: #18c9c9;
	text-align: center;
}


@media screen and (max-width: 1200px) {


	#search h1 {
		color: #fff;
		font-size: 2rem;
		font-weight: bold;
		margin-top: 5rem;
	}

	#search input {
		width: 40%;
		padding: 0.8rem 1.8rem;
		border-radius: 10px;
		border: 1px solid rgb(10, 158, 136);
		background-color: transparent;

	}

	#search i {
		margin-top: 5px;
		width: 3rem;
		height: 3rem;
		display: inline-block;
		background-color: transparent;
		padding: 0.5rem;
		border-radius: 10px;
		font-size: 1.4rem;
	}

	#search input::placeholder {
		font-size: 0.8rem;
		color: #fff;
	}

	#box-2 {
		height: 50vh;
		text-align: center;
		margin-top: 5rem;
	}

	#s1 p {
		color: #fff;
		font-size: 1rem;
		line-height: 0.8rem;
	}

	#box-3 {
		width: 80%;
		text-align: center;
		margin-top: 3rem;
		color: rgb(10, 158, 136);

	}

	#box-3 p {
		color: rgb(66, 66, 66);
		font-size: 0.8rem;
	}

	#box-3 a {
		display: block;
		margin: 0.8rem;
	}

	#box-3 img {
		width: 100%;
	}

	#mid {
		background: url(../img/asset\ 42.png);
		background-position: center;
		background-size: cover;
		width: 100%;
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#mid-img {
		height: 100%;
	}

	#mid-box {
		background-color: #fff;
		height: 65vh;
		border-radius: 20px;
		width: 70%;
	}

	#mid-box p {
		font-size: 0.6rem;
	}

	#mid-box h3 {
		font-size: .8rem;
	}

	#mid-box button {
		font-size: 0.5rem;
	}

	.swiper-slide h1 {
		border: 1px solid #fff;
		color: #fff;
		padding: .7rem 1.5rem;
	}

	#carousel-item-1 {
		background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/asset\ 43.png);
		background-position: center;
		background-size: cover;
		width: 100%;
		height: 40vh;
	}

	#carousel-item-2 {
		background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/asset\ 44.png);
		background-position: center;
		background-size: cover;
		width: 100%;
		height: 40vh;
	}

	#carousel-item-3 {
		background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/asset\ 45.png);
		background-position: center;
		background-size: cover;
		width: 100%;
		height: 40vh;
	}

	#slider-image-1 {
		background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/slider-2.jpg);
		background-position: center;
		background-size: cover;
		width: 50%;
		height: 60vh;
		border-radius: 20px;
	}

	#slider-image-2 {
		background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/slider-1.jpg);
		background-position: center;
		background-size: cover;
		width: 50%;
		height: 60vh;
		border-radius: 20px;
	}

	#slider-image-3 {
		background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/slider-3.jpg);
		background-position: center;
		background-size: cover;
		width: 50%;
		height: 60vh;
		border-radius: 20px;
	}

	#slider-image-4 {
		background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/slider-4.jpg);
		background-position: center;
		background-size: cover;
		width: 50%;
		height: 60vh;
		border-radius: 20px;
	}

	#slider-image-5 {
		background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/slider-5.jpg);
		background-position: center;
		background-size: cover;
		width: 50%;
		height: 60vh;
		border-radius: 20px;
	}

	#slider-image-6 {
		background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/slider-6.jpg);
		background-position: center;
		background-size: cover;
		width: 50%;
		height: 60vh;
		border-radius: 20px;
	}

	#testimonial {
		border-radius: 15px;
		width: 100%;
		height: 40vh;
	}

	#carousel-item-1:hover {
		color: red;
	}

	#carousel-item-2:hover {
		color: red;
	}

	#carousel-item-3:hover {
		color: red;
	}
}

@media screen and (max-width: 768px) {
	#search h1 {
		color: #fff;
		font-size: 2rem;
		font-weight: bold;
	}

	#search input {
		width: 60%;
		padding: .7rem;
		border-radius: 10px;
		border: 1px solid rgb(10, 158, 136);
		background-color: transparent;
	}

	#search i {
		margin-top: 10px;
		width: 2rem;
		height: 2rem;
		display: inline-block;
		padding: 1rem;
		font-size: 1.5rem;
	}

	#search a {
		color: #fff;
	}

	#search input::placeholder {
		font-size: 1rem;
		color: #fff;
	}

	#s1 img {
		width: 40%;
	}

	#s1 p {
		color: #fff;
		font-size: 1rem;
		line-height: 1rem;
	}

	#mid {
		background: url(../img/asset\ 42.png);
		background-position: center;
		background-size: cover;
		width: 100%;
		height: 20vh;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#mid-img {
		height: 100%;
	}

	#mid-box {
		background-color: #fff;
		height: 20vh;
		border-radius: 20px;
		width: 70%;
	}

	#mid-box p {
		font-size: 0.6rem;
	}

	#mid-box h3 {
		font-size: .8rem;
	}

	#mid-box button {
		font-size: 0.5rem;
	}

	#content h1 {
		font-size: 1.5rem;
	}

	#content p {
		font-size: 1rem;
	}

	

	.carousel-control-prev-icon {
		background-color: gray;
		border-radius: 15px;
		position: relative;
		left: -4rem;
	}

	.carousel-control-next-icon {
		background-color: gray;
		border-radius: 15px;
		position: relative;
		right: -4rem;
	}

	#view-all-button a {
		text-decoration: none;
		font-size: .8rem;
	}

	#footer-about ul li {
		list-style: none;
		display: inline-block;
		padding: .7rem;
	}

	#footer-about ul li a {
		display: flex;
		align-items: center;
		color: #000;
		background-color: rgb(136, 136, 136);
		width: 100%;
		height: 100%;
		font-size: .7rem;
		padding: .7rem;
		border-radius: 30%;
	}

	#footer-about p {
		color: white;
		font-size: 1rem;
		width: 100%;
		text-align: left;
	}

	#footer-bottom-link a {
		font-size: .6rem;
		color: #18c9c9;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#city-of-dream-btn-1 {
		height: 1.5rem;
		width: 10rem;
		border: 1px solid black;
		border-radius: .8rem;
		background-color: #18c9c9;
		color: rgb(58, 58, 58);
		font-size: .6rem;
		font-weight: bold;
		display: flex;
		justify-content: center;
		align-items: center;
	}



	#carousel-item-1:hover {
		color: red;
	}

	#carousel-item-2:hover {
		color: red;
	}

	#carousel-item-3:hover {
		color: red;
	}
}

@media screen and (max-width: 576px) {
	#header {
		background-color: #fff;
	}

	.my-container .slide img {
		width: 4rem;
		height: 4rem;
	}

	._my-container a .relative1 .text2 h2 {
		margin: 0;
		font-weight: 600;
		font-size: .75rem;
	}

	._my-container a .relative1 .text2 .location {
		/* font-size: .5rem; */
	}

	#mid {
		background: url(../img/asset\ 42.png);
		background-position: center;
		background-size: cover;
		width: 100%;
		height: 25vh;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#mid-img {
		height: 100%;
	}

	#mid-box {
		background-color: #fff;
		height: 20vh;
		border-radius: 20px;
		width: 100%;
	}

	#mid-box p {
		font-size: 0.5rem;
	}

	#mid-box button {
		font-size: 0.4rem;
	}

	.swiper-slide h1 {
		border: 1px solid #fff;
		color: #fff;
		padding: .5rem 1rem;
	}

	#city-of-dream-btn-1 {
		height: 1.9rem;
		width: 10rem;
		border: 1px solid black;
		border-radius: .8rem;
		background-color: #18c9c9;
		color: rgb(58, 58, 58);
		font-size: .6rem;
		font-weight: bold;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#carousel-item-1 {
		background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/asset\ 43.png);
		background-position: center;
		background-size: cover;
		width: 100%;
		height: 20vh;
	}

	#carousel-item-2 {
		background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/asset\ 44.png);
		background-position: center;
		background-size: cover;
		width: 100%;
		height: 20vh;
	}

	#carousel-item-3 {
		background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/asset\ 45.png);
		background-position: center;
		background-size: cover;
		width: 100%;
		height: 20vh;
	}

	.carousel-control-prev-icon {
		background-color: gray;
		border-radius: 15px;
		position: relative;
		left: -3rem;
	}

	.carousel-control-next-icon {
		background-color: gray;
		border-radius: 15px;
		position: relative;
		right: -3rem;
	}

	#testimonial {
		border-radius: 15px;
		width: 100%;
		height: 20vh;
	}

	#slider-image-1 {
		background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/slider-2.jpg);
		background-position: center;
		background-size: cover;
		width: 50%;
		height: 50vh;
		border-radius: 20px;
	}

	#slider-image-2 {
		background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/slider-1.jpg);
		background-position: center;
		background-size: cover;
		width: 50%;
		height: 50vh;
		border-radius: 20px;
	}

	#slider-image-3 {
		background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/slider-3.jpg);
		background-position: center;
		background-size: cover;
		width: 50%;
		height: 50vh;
		border-radius: 20px;
	}

	#slider-image-4 {
		background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/slider-4.jpg);
		background-position: center;
		background-size: cover;
		width: 50%;
		height: 50vh;
		border-radius: 20px;
	}

	#slider-image-5 {
		background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/slider-5.jpg);
		background-position: center;
		background-size: cover;
		width: 50%;
		height: 50vh;
		border-radius: 20px;
	}

	#slider-image-6 {
		background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/slider-6.jpg);
		background-position: center;
		background-size: cover;
		width: 100%;
		height: 50vh;
		border-radius: 20px;
	}

	#review img {
		width: 50%;
	}

	#box-2 {
		height: 10vh;
		text-align: center;
		display: flex;
		align-items: center;
	}

	.fa-youtube {
		position: absolute;
		top: 30%;
		left: 40%;
		transform: translate(50%, 50%);
		font-size: 2rem;
	}

	#carousel-item-1:hover {
		color: red;
	}

	#carousel-item-2:hover {
		color: red;
	}

	#carousel-item-3:hover {
		color: red;
	}

	@media screen and (max-width: 400px) {
		._mymain {
			display: flex;
			gap: 1rem;
			margin-top: -6.75rem;
		}

		#box-2 {
			height: 10vh;
			text-align: center;
			display: flex;
			align-items: center;
		}

		#mid {
			background: url(../img/asset\ 42.png);
			background-position: center;
			background-size: cover;
			width: 100%;
			height: 30vh;
			display: flex;
			justify-content: center;
			align-items: center;
		}

		#mid-img {
			height: 100%;
		}

		#mid-box {
			background-color: #fff;
			height: 21vh;
			border-radius: 20px;
			width: 100%;
		}

		#mid-box p {
			font-size: 0.5rem;
		}

		#mid-box button {
			font-size: 0.3rem;
		}

		#footer h6 {
			color: #fff;
			font-size: 1rem;
		}

		#footer p {
			color: #fff;
			font-size: .8rem;
		}

		#footer h4 {
			font-size: 1rem;
		}

		#footer h5 {
			font-size: 1rem;
		}

		.swiper-slide h1 {
			border: 1px solid #fff;
			color: #fff;
			padding: .2rem .4rem;
		}

		.swiper-wrapper h1 {
			font-size: 1.5rem;
		}

		#search h1 {
			color: #fff;
			font-size: 1rem;
			font-weight: bold;
			margin-top: -2rem;
		}

		#search input {
			width: 75%;
			padding: 0.4rem 1rem;
			border-radius: 10px;
			border: 1px solid #18c9c9;
			background-color: transparent;

		}

		#search i {
			margin-top: 3px;
			width: 2rem;
			height: 2rem;
			display: inline-block;
			color: #18c9c9;
			padding: 0.2rem;
			border-radius: 10px;
			font-size: 1rem;
		}

		#search input::placeholder {
			font-size: 0.8rem;
			color: #fff;
		}

		

		.carousel-control-prev-icon {
			background-color: gray;
			border-radius: 15px;
			position: relative;
			left: -2.5rem;
		}

		.carousel-control-next-icon {
			background-color: gray;
			border-radius: 15px;
			position: relative;
			right: -2.5rem;
		}

		.fa-youtube {
			position: absolute;
			top: 30%;
			left: 40%;
			transform: translate(50%, 50%);
			font-size: 1.5rem;
		}

		#city-of-dream-btn-1 {
			height: 1.4rem;
			width: 10rem;
			border: 1px solid black;
			border-radius: .8rem;
			background-color: #18c9c9;
			color: rgb(58, 58, 58);
			font-size: .6rem;
			font-weight: bold;
			display: flex;
			justify-content: center;
			align-items: center;
		}

		#carousel-item-1:hover {
			color: red;
		}

		#carousel-item-2:hover {
			color: red;
		}

		#carousel-item-3:hover {
			color: red;
		}

	}
}

.hr {
	border-top: 1px solid #fff;
}

.navbar a {
	text-transform: uppercase !important;
}

.navbar button {
	text-transform: uppercase !important;
}

@media screen and (max-width: 420px) {
	.navbar-brand img {
		width: 95% !important;
	}
}

@media screen and (max-width: 520px) {
	.navbar-brand img {
		width: 95% !important;
	}
}

#hero-video {
	margin-top: -200px;
}

#location-image {
	height: 350px;
}

@media (max-width: 992px) {
	#hero-video {
		margin-top: -190px;
	}
}

@media (max-width: 576px) {
	#hero-video {
		margin-top: 10px;
	}

	#location-image {
		height: 470px;
	}

	.dropdown-menu {
		background: var(--bs-gray-100) !important;
	}

	.dropdown-toggle.show {
		background-color: var(--bs-green-50) !important;
	}
}
