* {
	box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0;
	font-family: "Poppins", sans-serif;
}

body {
	animation: fadeInAnimation ease 500ms;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
	0% {
		opacity: 0.6;
	}
	100% {
		opacity: 1;
	}
}

.wrapper {
	background-image: url(hero_home-01.jpeg);
	background-position: top;
	height: auto;
	width: 100%;
	background-size: cover;
	background-blend-mode: multiply;
	background-color: rgba(247, 37, 107, 0.219);

}

.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: white;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
}

.red {
	background-color: red;
	width: 100%;
	height: 600px;
}

.brand-title {
	background-color: #33313b;
	padding: 0.4rem 1.8rem;
	margin-left: 5rem;
	margin-top: -1rem;
}

.brand-title a {
	text-decoration: none;
	color: white;
}

.brand-title a:hover {
	color: aqua;
	transition-duration: 0.6s;
}

.brand-title h1 {
	font-weight: 700;
	margin-bottom: -1.9rem;
}

.brand-title h5 {
	margin-left: 0.2rem;
}

.navbar-links ul {
	margin-right: 5.5rem;
	padding: 0;
	display: flex;
}

.navbar-links li {
	list-style: none;
}

.navbar-links li a {
	text-decoration: none;
	color: white;
	padding: 1.6rem;
	display: block;
}

#booknow {
	background-color: #f9ab30;
	border-radius: 3px;
}

.currentpage {
	color: #f9ab30;
}

.navbar-links a:hover {
	color: black;
	transition-duration: 0.5s;
}

#navF {
	padding: 1.6rem;
	background-color: #f9ab30;
	border-radius: 3px;
}

.toggle-button {
	position: absolute;
	top: 1.75rem;
	right: 2rem;
	display: none;
	flex-direction: column;
	justify-content: space-between;
	width: 30px;
	height: 21px;
}

.toggle-button .bar {
	height: 3px;
	width: 100%;
	background-color: gray;
	border-radius: 10px;
}

.ad {
	padding-top: 13.5%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.adwrapper {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -2.5rem;
}

.adwrapper a {
	display: block;
	height: 80px;
	width: 80px;
	line-height: 75px;

	-moz-border-radius: 50px; /* or 50% */
	border-radius: 50px; /* or 50% */

	background-color: #f9ab30;
	color: white;
	text-align: center;
	font-size: 1em;
	margin-left: 45%;
	margin-bottom: 35px;
}

.adwrapper a:hover {
	color: rgb(0, 0, 0);
	transition-duration: 0.5s;
}

.headingsmall {
	color: whitesmoke;
	margin-bottom: -40px;
}

.headingbig {
	color: white;
	font-size: 65px;
	font-weight: 300;
	line-height: 4.5rem;
}

.booking {
	width: 85%;
	display: flex;
	margin: auto;
}

.bookingtab {
	width: 100%;
	height: 130px;
	background-color: #33313b;
	display: flex;
	justify-content: space-evenly;
	margin: 1rem 0 1rem 1rem;
	padding-right: 5rem;
}

.box {
	display: grid;
	grid-template-rows: 1fr 1fr;
}

.box:nth-child(1) {
	padding-left: 1rem;
}

.box:nth-child(2) {
	margin-left: -1rem;
}

.box:nth-child(3) {
	margin-left: 4.5rem;
}

.box:nth-child(4) {
	margin-left: 4.5rem;
}

.bookingtab p {
	color: rgb(201, 201, 201);
	font-size: 1.25rem;
	white-space: nowrap;
}

.bookingtab input,
select {
	padding: 0;
	margin: 0;
	background-color: #33313b;
	border: none;
	outline: none;
	font-family: "Poppins", sans-serif;
	margin-top: -1.7rem;
}

.bigInputs {
	font-size: 1.1rem;
}

.search {
	background-color: #33313b;
	align-self: center;
	height: 8.15rem;
	padding-right: 1rem;
	
}

.search a {
	text-decoration: none;
}

#searchButton {
	/* margin: 1rem 1rem 1rem 7.5rem; */
	text-decoration: none;
	color: white;
	font-size: 1.1rem;
	padding: 1.4rem 4rem;
	background-color: #f9ab30;
	border-radius: 3.5rem;
	margin-top: 1.5rem;
	box-sizing: border-box;
}

#searchButton:hover {
	background-color: rgb(0, 183, 255);
	transition-duration: 0.5s;
}

@media (max-width: 1000px) {
	.toggle-button {
		display: flex;
	}

	.navbar {
		background-color: black;
	}

	.brand-title {
		margin: 0;
	}

	.brand-title:hover {
		background-color: black;
		transition-duration: 0.5s;
	}

	#booknow {
		background-color: black;
	}

	.navbar-links {
		display: none;
		width: 100%;
	}

	.navbar-links a:hover {
		color: #f9ab30;
		transition-duration: 0.5s;
	}

	.navbar {
		flex-direction: column;
		align-items: flex-start;
	}

	.navbar-links ul {
		background-color: rgb(0, 0, 0);
		width: 100%;
		flex-direction: column;
	}

	.navbar-links li {
		text-align: left;
		width: 100%;
	}

	.navbar-links.active {
		display: flex;
	}

	.booking {
		width: 85%;
		margin-right: auto;
		margin-left: auto;
		display: grid;
		grid-template-columns: 1fr;
		height: auto;
	}

	.bookingtab {
		width: 100%;
		height: auto;
		background-color: #33313b;
		display: block;
		justify-content: left;
	}

	.box {
		display: grid;
		grid-template-columns: 1fr;
	}

	.box:nth-child(1) {
		padding: 0;
		margin: 0;
		margin-left: 2rem;
	}

	.box:nth-child(2) {
		padding: 0;
		margin: 0;
		margin-left: 2rem;
	}

	.box:nth-child(3) {
		padding: 0;
		margin: 0;
		margin-left: 2rem;
	}

	.box:nth-child(4) {
		padding: 0;
		margin: 0;
		margin-left: 2rem;
	}

	.ad {
		padding-top: 25%;
	}

	.ad a {
		margin-left: 40%;
	}

	.search {
		padding: 0;
		margin: 0;
		width: 100%;
		background-color: #33313b;
		margin-top: -1rem;
		margin-left: 1rem;
		padding-bottom: 1rem;
	}

	#searchButton {
		width: 90%;
		margin: auto;
		text-align: center;
		text-decoration: none;
	}

	.search a {
		text-decoration: none;
	}
}

.container {
	width: 100%;
	height: 600px;
	background-color: whitesmoke;
	margin: auto;
	display: flex;
}

.containerQ {
	background-color: white;
	height: 550px;
	width: 100%;
	display: flex;
}

.flexes1 {
	width: 23%;
	background-color: whitesmoke;
	height: 560px;
	margin-left: 5rem;
	padding-top: 2rem;
}

.flexes1 h3 {
	font-weight: 500;
	margin-top: -0.1rem;
}

.flexes1 img {
	width: 25%;
}

.flexes1 p {
	margin-bottom: 4rem;
	color: gray;
	line-height: 1.6rem;
}

.flexes2 {
	width: 45%;
	background-color: whitesmoke;
	margin-left: 3rem;
	margin-right: 3rem;
	height: 400px;
}

.flexes2 h1 {
	font-size: 2.5rem;
	font-weight: 600;
}

.flexes2 a {
	padding: 1rem 2.3rem;
	background-color: #f9ab30;
	text-decoration: none;
	color: white;
	border-radius: 50px;
}

.flexes2 p {
	color: gray;
	line-height: 1.6rem;
}

.sailorimage {
	width: 45%;
	background-color: white;
	height: 550px;
	background-image: url(https://preview.colorlib.com/theme/vacation/images/about.jpg.webp);
	background-size: cover;
	background-position: center;
	margin-left: 5rem;
	margin-right: 4rem;
}

.sailorsay h1 {
	font-size: 2.5rem;
	font-weight: 600;
}

.sailorsay {
	width: 40%;
}

.sailorsay p {
	line-height: 1.6rem;
	color: gray;
}

.sailornos {
	display: flex;
	justify-content: space-around;
}

.sailorStats {
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}

.sailorStats h1 {
	color: #f9ab30;
	font-size: 1.6rem;
	margin-left: 2rem;
}

#CounterButton2 {
	margin-left: 0.5rem;
}

.sailorStats p {
	font-size: 0.9rem;
	margin-top: -1.2rem;
}

@media screen and (min-width: 0px) and (max-width: 760px) {
	.container {
		flex-direction: column-reverse;
		height: auto;
		align-items: center;
	}

	.flexes1 {
		width: 100%;
		height: auto;
	}

	.flexes1 img {
		width: 15%;
	}

	.flexes2 {
		height: auto;
		width: 100%;
		padding-bottom: 2rem;
	}

	.containerQ {
		width: 100%;
		flex-direction: column;
		text-align: center;
	}

	.sailorimage {
		width: 100%;
		height: 200px;
	}

	.sailorsay {
		width: 100%;
	}

	.sailornos {
		flex-direction: column;
	}

	.sailornos p {
		flex-direction: column;
		text-align: center;
		margin-left: 2rem;
		padding-bottom: 2rem;
	}

	#CounterButton2 {
		margin-left: 2rem;
	}

	/* .sailorStats {
        flex-direction: column;
    } */

	/* .sailorStats p {
        margin-top: -25rem;
        margin-bottom: -9rem;
    } */
}

@media screen and (min-width: 770px) and (max-width: 1000px) {
	/* .flexes2 p {
        font-size: 0.6rem;
    } */

	.sailorStats p {
		font-size: 0.7rem;
	}

	.sailornos {
		margin-left: -2rem;
	}

	.container {
		padding-bottom: 250px;
	}

	.sailorsay h1 {
		font-size: 2rem;
	}
}

body {
	padding: 0;
	margin: 0;
	font-family: "Poppins", sans-serif;
	box-sizing: border-box;
}
.container {
	width: 100%;
	/* height: fit-content; */
	background-color: whitesmoke;
	/* padding-left:10%; */
	margin: auto;
	display: flex;
	/* gap: 10px; */
	/* background-color: red; */
}

.flexes1 {
	/* border: 10px solid green; */
	width: 25%;
	background-color: whitesmoke;
	/* height: 560px; */
	/* margin-left: 5rem; */
	margin: 10px auto;
	/* padding-top: 2rem; */
	padding-left: 2%;
	box-sizing: border-box;
}

.flexes1 h3 {
	font-weight: 500;
	margin-top: -0.1rem;
	height: 50px;
}

.flexes1 img {
	width: 25%;
}

.flexes1 p {
	margin-bottom: 4rem;
	color: gray;
	line-height: 1.6rem;
	/* background-color: red; */
}

.flexes2 {
	/* border: 5px solid red; */
	width: 40%;
	background-color: whitesmoke;

	padding-right: 5%;
	box-sizing: border-box;
	/* padding-left: 5%; */

	height: fit-content;
}

.flexes2 h1 {
	font-size: 2.5rem;
	font-weight: 600;
}

.flexes2 a {
	padding: 1rem 2.3rem;
	background-color: #f9ab30;
	text-decoration: none;
	color: white;
	border-radius: 50px;
}

.flexes2 p {
	color: gray;
	/* width:100%; */
	line-height: 30px;
}

@media screen and (min-width: 0px) and (max-width: 760px) {
	.container {
		/* background-color: aqua; */
		width: 100%;
		padding-top: 800px;
		margin: auto;
		flex-direction: column-reverse;
		height: auto;
		align-items: center;
		/* margin-bottom: 0px; */
		/* padding: 0; */
		box-sizing: border-box;
	}
	.flexes1 {
		/* border: 10px solid purple; */
		width: 23%;
		background-color: whitesmoke;
		height: fit-content;
		padding-left: 5%;
		padding-right: 5%;
		box-sizing: border-box;
	}
	.flexes2 {
		/* border: 10px solid purple; */

		padding-left: 5%;
		padding-right: 5%;
		box-sizing: border-box;
	}
	.flexes1 {
		width: 100%;
		height: auto;
	}

	.flexes1 img {
		width: 15%;
	}

	.flexes2 {
		height: auto;
		width: 100%;
		padding-bottom: 2rem;
	}
}

@media screen and (min-width: 761px) and (max-width: 1000px) {
	.container {
		margin-top: 800px;
		background-color: whitesmoke;
		height: auto;
	}
}

body {
	padding: 0;
	margin: 0;
	font-family: "Poppins", sans-serif;
	box-sizing: border-box;
}

.containerQ {
	background-color: white;
	/* height: 550px; */
	width: 85%;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 70px;
	/* background-color: red; */
	/* border: 10px solid red; */
}

.sailorimage {
	/* border: 10px solid green; */
	width: 100%;
	background-color: white;
	/* margin-left: -9%; */
	height: 550px;
	background-image: url(https://preview.colorlib.com/theme/vacation/images/about.jpg.webp);
	background-size: cover;
	background-position: center;
	margin: auto;
}

.sailorsay h1 {
	font-size: 2.5rem;
	font-weight: 600;
}

.sailorsay {
	width: 100%;
}

.sailorsay p {
	line-height: 1.9rem;
	color: gray;
}

.sailornos {
	display: flex;
	justify-content: space-around;
	/* border:10px solid yellow; */
	/* text-align: center; */
}

.sailorStats {
	/* color:red; */
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}

.sailorStats h1 {
	color: #f9ab30;
	font-size: 1.6rem;
	/* background-color: red; */
	text-align: center;
	/* margin-left: 2rem; */
}

.sailorStats p {
	font-size: 0.9rem;
	margin-top: -1.2rem;
	/* background-color: yellow; */
	text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 760px) {
	.containerQ {
		background-color: white;
		/* height: 550px; */
		width: 90%;
		margin: auto;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 10px;
		/* background-color: red; */
		/* border: 10px solid red; */
	}

	.sailorimage {
		width: 100%;
		height: 400px;
	}

	.sailornos p {
		flex-direction: column;
		text-align: center;
		/* margin-left: 2rem; */
		padding-bottom: 2rem;
	}
	.sailornos {
		display: flex;
		flex-direction: column;
		width: 100%;
		/* justify-content: space-around; */
		/* border: 10px solid yellow; */
		box-sizing: border-box;
		/* text-align: center; */
	}

	.sailorStats h1 {
		width: 100%;
		color: #f9ab30;
		font-size: 1.6rem;
		/* background-color: red; */
		/* text-align: center; */
		/* margin-left: 2rem; */
	}
}

@media screen and (min-width: 770px) and (max-width: 1000px) {
	/* .flexes2 p {
        font-size: 0.6rem;
    } */

	.sailorStats p {
		font-size: 0.7rem;
	}
	.sailorStats {
		/* color:red; */
		display: flex;
		justify-content: space-around;
		flex-direction: column;
	}

	.container {
		padding-bottom: 250px;
	}

	.sailorsay h1 {
		font-size: 2rem;
	}
}

body {
	font-family: "Poppins", Arial, sans-serif;
	margin: 0;
	padding: 0;
}

.bestPlaceTitle {
	margin-top: 100px;
	text-align: center;
	font-size: 33px;
	margin-bottom: 40px;
}

#bestPlaceImagesContainer {
	width: 90%;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(4, 22%);
	grid-gap: 3%;
	/* border: 1px solid #000; */
	justify-content: center;
}

.bestPlaceImage1 {
	position: relative;
	/* border: 1px solid red; */
	background-image: url(https://preview.colorlib.com/theme/vacation/images/place-1.jpg.webp);
	width: 100%;
	height: 320px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
}
.bestPlaceImage2 {
	position: relative;
	/* border: 1px solid red; */
	background-image: url(https://preview.colorlib.com/theme/vacation/images/place-2.jpg.webp);
	width: 100%;
	height: 320px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
}
.bestPlaceImage3 {
	position: relative;
	/* border: 1px solid red; */
	background-image: url(https://preview.colorlib.com/theme/vacation/images/place-3.jpg.webp);
	width: 100%;
	height: 320px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
}
.bestPlaceImage4 {
	position: relative;
	/* border: 1px solid red; */
	background-image: url(https://preview.colorlib.com/theme/vacation/images/place-4.jpg.webp);
	width: 100%;
	height: 320px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
}

.bestPlacePlace {
	color: #fff;
	font-size: 25px;
	padding-left: 20px;
}

.bestPlaceOrangeBox {
	position: absolute;
	color: #fff;
	/* left: 70px; */
	padding-right: 10px;
	top: 80%;
	right: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 19px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	background-color: #343a40;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
	.bestPlaceTitle {
		margin-top: 800px;
		text-align: center;
		font-size: 30px;
		margin-bottom: 40px;
	}
	#bestPlaceImagesContainer {
		width: 90%;
		margin: auto;
		display: grid;
		grid-template-columns: repeat(1, 90%);
		justify-content: center;
		grid-gap: 0;
	}
}

body {
	font-family: "Poppins", Arial, sans-serif;
	margin: 0;
	padding: 0;
}

#tourDestinationHeading {
	margin-top: 100px;
	font-size: 35px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}

.container--main {
	width: 90%;
	margin: auto;
	display: grid;
	grid-template-columns: auto auto auto;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

#tourDestinationBox1 {
	background-image: url(https://preview.colorlib.com/theme/vacation/images/destination-5.jpg.webp);
	height: 270px;
	width: 100%;
	background-size: cover;
	background-position: center;
	/* background-repeat: no-repeat; */
	position: relative;
	margin: auto;
}

#tourDestinationBox2 {
	background-image: url(https://preview.colorlib.com/theme/vacation/images/destination-5.jpg.webp);
	height: 270px;
	width: 100%;
	background-size: cover;
	background-position: center;
	object-fit: cover;
	background-repeat: no-repeat;
	position: relative;
}

#tourDestinationBox3 {
	background-image: url(https://preview.colorlib.com/theme/vacation/images/destination-5.jpg.webp);
	height: 270px;
	width: 100%;
	background-size: cover;
	background-position: center;

	object-fit: cover;
	background-repeat: no-repeat;
	position: relative;
}

#tourDestinationBox4 {
	background-image: url(https://preview.colorlib.com/theme/vacation/images/destination-5.jpg.webp);
	height: 270px;
	width: 100%;
	background-size: cover;
	background-position: center;

	object-fit: cover;
	background-repeat: no-repeat;
	position: relative;
}

#tourDestinationBox5 {
	background-image: url(https://preview.colorlib.com/theme/vacation/images/destination-5.jpg.webp);
	height: 270px;
	width: 100%;
	background-size: cover;
	background-position: center;

	object-fit: cover;
	background-repeat: no-repeat;
	position: relative;
}

#tourDestinationBox6 {
	background-image: url(https://preview.colorlib.com/theme/vacation/images/destination-5.jpg.webp);
	height: 270px;
	width: 100%;
	background-size: cover;
	background-position: center;

	object-fit: cover;
	background-repeat: no-repeat;
	position: relative;
}

#tourDestinationOrangeFloat {
	position: absolute;
	top: 240px;
	margin-left: 30%;
	background-color: #f9ab30;
	border-radius: 30px;
	color: white;
	font-size: 18px;
	font-family: "Poppins", Arial, sans-serif;
	text-align: center;

	border-radius: 40px;
	flex: 1;
	/* top: -35%; */
	/* left: 30%; */
	padding: 5%;
	display: inline-block;
	transition-property: all;
	transition-duration: 0.5s;
}

#tourDestinationOrangeFloat:hover {
	padding-right: 25px;
	padding-left: 25px;
	color: white;
	background: rgb(43, 42, 42);
}

.tourDest8Days {
	/* margin-top: 30px; */
	padding-left: 30px;
	padding-top: 30px;
	color: #999;
}

.tourDesLocationBlack {
	padding-left: 30px;
	padding-top: 10px;
	font-size: 25px;
}
.tourDesLocationGray {
	padding-left: 30px;
	padding-top: 15px;
	font-size: 18px;
	color: #999;
}

.tourDesNearMoun {
	padding-left: 30px;
	padding-top: 15px;
	font-size: 18px;
	display: flex;
	align-items: center;
	text-align: baseline;
	padding-bottom: 30px;
	flex-wrap: wrap;
}

#tourDestinationboxOutline1,
#tourDestinationboxOutline2,
#tourDestinationboxOutline3,
#tourDestinationboxOutline4,
#tourDestinationboxOutline5,
#tourDestinationboxOutline6 {
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
		rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
	.container--main {
		width: 90%;
		margin: auto;
		display: grid;
		grid-template-columns: auto auto auto;
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}

	#tourDestinationOrangeFloat:hover {
		padding-right: 20px;
		padding-left: 20px;
		color: white;
		background: rgb(43, 42, 42);
	}
	#tourDestinationOrangeFloat {
		position: absolute;
		top: 240px;
		margin-left: 25%;
		background-color: #f9ab30;
		border-radius: 30px;
		color: white;
		font-size: 18px;
		font-family: "Poppins", Arial, sans-serif;
		text-align: center;

		border-radius: 40px;
		flex: 1;
		/* top: -35%; */
		/* left: 30%; */
		padding: 5%;
		display: inline-block;
		transition-property: all;
		transition-duration: 0.5s;
	}
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
	.container--main {
		width: 90%;
		margin: auto;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
	#tourDestinationOrangeFloat {
		position: absolute;
		top: 240px;
		margin-left: 25%;
	}
}

body {
	font-family: "Poppins", Arial, sans-serif;
	margin: 0;
	padding: 0;
}
#whiteBuildingBcImg {
	margin-top: 160px;
	background-image: url(https://preview.colorlib.com/theme/vacation/images/xbg_3.jpg.pagespeed.ic.HSaugsFrb6.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.touristFeedbackHeading {
	padding-top: 100px;
	text-align: center;
	font-size: 35px;
}
/* SLIDER */
.slider {
	max-width: 100rem;
	height: 500px;
	margin: 0 auto;
	position: relative;
	/* border:1px solid red; */

	overflow: hidden;
}

.slide {
	position: absolute;
	top: 0;
	width: 100%;
	height: 330px;

	display: flex;
	align-items: center;
	justify-content: center;

	/* THIS creates the animation! */
	transition: transform 1s;
}

.slider__btn {
	position: absolute;
	top: 80%;
	z-index: 10;

	border: none;
	background: rgba(255, 255, 255, 0.7);
	font-family: inherit;
	color: #fff;
	border-radius: 50%;
	height: 5.5rem;
	width: 5.5rem;
	font-size: 3.25rem;
	cursor: pointer;
}

.slider__btn--left {
	left: 6%;
	transform: translate(-50%, -50%);
}

.slider__btn--right {
	right: 6%;
	transform: translate(50%, -50%);
}

.dots {
	/* background-color: red; */
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	margin-bottom: 110px;
}

.dots__dot {
	/* background-color: yellow; */
	border: none;
	background-color: gray;
	opacity: 0.7;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	margin-right: 10px;
	cursor: pointer;
	transition: all 0.5s;
}
.dots > .dots__dot:focus {
	background-color: #f9ab30;
	opacity: 0.7;

	/* border-radius: 50%; */
	margin-right: 10px;
	cursor: pointer;
	transition: all 0.5s;
}

#cardMain {
	display: flex;
	justify-content: center;
}
.card {
	height: 269px;
	width: 28%;
	background-color: white;
	margin: 2%;
}
.imageInsideCard {
	width: 25%;
	border-radius: 50%;
	float: left;
	padding-right: 5%;
	padding-left: 5%;
}
#text {
	line-height: 29px;
	font-size: 17px;
	padding: 5%;
	color: rgb(182, 179, 179);
	font-family: "Poppins", Arial, sans-serif;
}
.rogerScortt {
	font-family: "Poppins", Arial, sans-serif;
	font-size: 20px;
	margin-top: 10px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.marketingManager {
	font-family: "Poppins", Arial, sans-serif;
	color: rgb(182, 179, 179);
}
#buttonMain {
	position: relative;
	display: flex;
	justify-content: center;
	gap: 1%;
	margin-top: 10px;
}
#buttonMain > button {
	border: 0;
	border-radius: 50%;
	height: 12px;
	width: 12px;
	background-color: rgb(182, 179, 179);
	cursor: pointer;
}
#buttonMain > button:focus {
	border: 1px solid black;
	border-radius: 50%;
	height: 12px;
	width: 12px;
	background-color: orange;
	cursor: pointer;
}
#recentPostContainer {
	margin-top: 0px;
}
.recentPost {
	margin-top: 100px;
	text-align: center;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 35px;
}
#recentPostCards {
	display: grid;
	grid-template-columns: repeat(3, 28%);
	grid-gap: 2%;
	justify-content: center;
}

#recentPostBcImg1 {
	background-image: url(https://preview.colorlib.com/theme/vacation/images/image_1.jpg.webp);
	height: 290px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
#recentPostBcImg2 {
	background-image: url(https://preview.colorlib.com/theme/vacation/images/image_2.jpg.webp);
	height: 290px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
#recentPostBcImg3 {
	background-image: url(https://preview.colorlib.com/theme/vacation/images/image_3.jpg.webp);
	height: 290px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.recentPostDay {
	font-size: 50px;
	padding-right: 4%;
	color: white;
}
.recentPostYr {
	padding-top: 10%;
	color: white;
}
.recentPostMonth {
	color: white;
}
#recentPostDYMContainer {
	position: relative;
	top: 74%;
	left: 0%;
	background-color: #f9ab30;
	width: 37%;
	border-top-right-radius: 50%;
}
.RecentPostbusinessGrowth {
	font-size: 22px;
}
.RecentPostbusinessGrowth:hover {
	color: #f9ab30;
	cursor: pointer;
}
.RecentPostPara {
	line-height: 1.8;
	color: #999;
}

#blackBuildingImg {
	background-image: url(https://preview.colorlib.com/theme/vacation/images/xfooter-bg.jpg.pagespeed.ic.ZMAo_83aSu.webp);
	height: 676px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 150px;
	display: grid;
	grid-template-columns: repeat(4, 19%);
	grid-template-rows: repeat(2, fit-content);
	justify-content: center;
	grid-gap: 3%;
}
/* .buildBlackContent {

} */
#footerWidth {
	background-color: black;
	width: 100%;
	margin: auto;
	box-sizing: border-box;
}
/* #blackBuildingImg > div {
	border: 1px solid red;
} */
.h4vacation {
	padding-top: 100px;
	color: #fff;
	font-size: 100%;
	font-weight: 600;
	padding-bottom: 25px;
}
.paraVacation {
	color: #b4afaf;
	line-height: 30px;
	font-size: 16px;
}
.twitterLogoBc {
	height: 50px;
	width: 50px;
	background-color: #2e2d2d;
	border: 0;
	cursor: pointer;
	border-radius: 50%;
	margin-top: 30px;
}
.twitterLogoImg {
	height: 40px;
	width: 40px;
}
#informationButtons,
#ExperienceButtons {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
#informationButtons > button,
#ExperienceButtons > button {
	text-align: flex-start;
	width: fit-content;
	border: 0;
	margin-bottom: 25px;
	background-color: transparent;
	color: #b4afaf;
	font-size: 100%;
	cursor: pointer;
}

#haveQuestionAlign {
	display: flex;
}
.location_on {
	color: #fff;
}
.location_on + p {
	color: #999;
	margin-top: 0;
	padding-left: 6%;
}
.footerPhone,
.footerMail {
	background-color: transparent;
	color: white;
	border: 0;
	cursor: pointer;
}
.footerNumber,
.footerMailId {
	background-color: transparent;
	color: white;
	border: 0;
	font-size: 100%;
	cursor: pointer;
}
.footerMailId {
	font-size: 90%;
}
#span {
	grid-area: 2/1 / span 1 / span 4;
}
#span > p {
	text-align: center;
	color: #fff;
	/* border: 1px solid green; */
	margin-top: 0;
	padding-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
	.card {
		height: 285px;
		width: 40%;
		background-color: white;
		margin: 2%;
	}
	.card3 {
		display: none;
	}
	#recentPostCards {
		display: grid;
		grid-template-columns: repeat(3, 28%);
		grid-gap: 2%;
		justify-content: center;
	}
	#recentPostDYMContainer {
		position: relative;
		top: 74%;
		left: 0%;
		background-color: #f9ab30;
		width: 57%;
		border-top-right-radius: 50%;
	}
	#blackBuildingImg {
		background-image: url(https://preview.colorlib.com/theme/vacation/images/xfooter-bg.jpg.pagespeed.ic.ZMAo_83aSu.webp);
		height: 976px;
		width: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		margin-top: 150px;
		display: grid;
		grid-template-columns: repeat(4, 20%);
		grid-template-rows: repeat(2, fit-content);
		justify-content: center;
		grid-gap: 3%;
	}
	.twitterLogoBc {
		display: flex;
		flex-direction: column;
		height: 50px;
		width: 50px;
		background-color: #2e2d2d;
		border: 0;
		cursor: pointer;
		padding-top: 20px;
		padding-left: 20px;
		border-radius: 50%;
		margin-top: 30px;
	}
	#span {
		grid-area: 2/1 / span 1 / span 4;
	}
	#informationButtons {
		justify-content: flex-start;
		align-items: flex-start;
		align-content: flex-start;
		padding: 0px 0px;
	}
	.footerMailId {
		font-size: 80%;
	}
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
	.headingbig {
		color: white;
		font-size: 45px;
		font-weight: 300;
		line-height: 4.5rem;
	}
	.card {
		height: 300px;
		width: 80%;
		background-color: white;
		margin: 2%;
	}
	.card2,
	.card3 {
		display: none;
	}
	#recentPostCards {
		display: grid;
		grid-template-columns: repeat(1, 90%);
		grid-template-rows: repeat(3, 500px);
		grid-gap: 2%;
		justify-content: center;
	}
	#recentPostDYMContainer {
		position: relative;
		top: 74%;
		left: 0%;
		background-color: #f9ab30;
		width: 47%;
		border-top-right-radius: 50%;
	}
	#blackBuildingImg {
		background-image: url(https://preview.colorlib.com/theme/vacation/images/xfooter-bg.jpg.pagespeed.ic.ZMAo_83aSu.webp);
		height: 976px;
		width: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		margin-top: 150px;
		display: flex;
		flex-direction: column;
		height: fit-content;
		justify-content: flex-start;
		padding-left: 10px;
		box-sizing: border-box;
		grid-gap: 3%;
	}
	.h4vacation {
		padding-top: 10px;
		color: #fff;
		font-size: 100%;
		font-weight: 600;
		padding-bottom: 25px;
	}
	#span {
		padding-top: 50px;
		padding-bottom: 50px;
		padding-right: 10px;
	}
	.touristFeedbackHeading {
		padding-top: 100px;
		text-align: center;
		font-size: 25px;
	}
}
