
/*


Theme Name:Child Theme for Divi


Theme URI: http://wordpress-style.net


Description: Child Theme For Divi


Author: Eduard Ungureanu


Author URI: http://wordpress-style.net


Template: Divi


Version: 1.0


*/

/* Start your custom CSS bellow this comment


============================================ */

/* General Styling */
h1, h2, h3, h4, h5, h6, p, div, span, li {
	line-height: 1.3em !important;
}

h1 {
	font-size: 60px;
	color: #49113c !important;
	font-weight: 700;
	margin-bottom: 15px;
}

h2 {
	font-size: 33px;
	font-family: "El Messiri", Helvetica, Arial, Lucida, sans-serif !important;
	color: #303030 !important;
	font-weight: 700;
}

h3 {
	font-size: 30px;
	color: #303030 !important;
	font-weight: 700;
}

h3>strong {
	color: #53073a;
}

p {
	font-size: 16px;
	color: #4d404d;
	line-height: 28px !important;
	font-weight: 400;
	padding-bottom: 0;
}

p>strong {
	font-size: 20px;
	line-height: 28px !important;
	font-weight: 400;
}

/* HEADER */
#top-header #et-secondary-nav li a {
	background-color: transparent;
	color: #fbf5e7;
	padding-right: 0;
	padding-left: 0;
}

#top-header #et-secondary-nav li a:before {
	content: "";
	background-image: url("https://platypusdevel.wpengine.com/wp-content/uploads/2024/10/Live_Chat_24dp_5F6368_FILL0_wght400_GRAD0_opsz24-1.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

#top-header #et-secondary-nav li:nth-child(2) a:before {
	background-image: url("https://platypusdevel.wpengine.com/wp-content/uploads/2024/10/Book_Now_24dp_5F6368_FILL0_wght400_GRAD0_opsz24-1.png");
}

/* Home Page */
.banner .et_pb_slide {
	background-size: cover;
	height: 700px;
	width: 100%;
}

.about-section {
	background-color: #fbf5e7;
}

.explore-tours .explore-tours-listing ul {
	padding: 0;
	text-align: center;
	overflow: auto;
	white-space: nowrap;
}

.explore-tours .explore-tours-listing li {
	list-style: none;
	display: inline-block;
	border: none;
	float: none;
	margin: 0 15px;
}

.explore-tours .explore-tours-listing li a {
	font-size: 20px;
	font-weight: 400;
	color: #9a9a9a;
}

.explore-tours .explore-tours-listing li a:hover, .explore-tours .explore-tours-listing li.active a {
	color: #573c4b;
	font-weight: 600;
}

.explore-tours .tour-item-row .et_pb_column {
	display: flex;
	flex-wrap: wrap;
	row-gap: 30px;
	margin: 0 -15px !important;
	width: auto;
}

.explore-tours .tour-item {
	flex: 0 0 calc(33.33% - 30px);
	margin: 0 15px 0 !important;
	border-radius: 15px;
	background: #fbf5e7;
	overflow: hidden;
}

.explore-tours .tour-item .et_pb_text_inner {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.explore-tours .tour-item .thumb-img {
	font-size: 0;
	line-height: 0;
	position: relative;
}

.explore-tours .tour-item .thumb-img img {
	height: 300px;
	width: 100%;
	object-fit: cover;
}

.explore-tours .tour-item .thumb-img h6 {
	padding: 10px 25px;
	text-align: center;
	font-size: 16px;
	color: #4d404d;
	text-transform: uppercase;
	font-weight: 600;
	background-color: #e0c579;
	position: absolute;
	bottom: -20px;
	left: 0;
}

.explore-tours .tour-item .rating {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 10px 0 20px;
}

.explore-tours .tour-item .rating picture {
	font-size: 0;
	line-height: 0;
}

.explore-tours .tour-item .rating picture img {
	width: 16px;
}

.explore-tours .tour-item .text-content {
	padding: 30px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.explore-tours .tour-item .text-content h3 {
	color: #513e4c !important;
	padding: 0;
}

.explore-tours .tour-item .text-content ul {
	padding: 0;
	list-style: none;
	margin-top: 10px;
}

.explore-tours .tour-item .text-content ul li {
	display: inline-block;
	margin-right: 10px;
}

.explore-tours .tour-item .text-content ul li:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	background-image: url("https://platypusdevel.wpengine.com/wp-content/uploads/2024/10/tick-01.png");
	background-size: contain;
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
}

.explore-tours .tour-item .text-content .btn-block {
	margin-top: auto;
}

.explore-tours .tour-item .text-content .btn {
	text-transform: uppercase;
	display: block;
	width: fit-content;
	margin: 20px auto 0;
	padding: 10px 49px;
	font-size: 22px;
	border-radius: 10px;
	background-color: #53073a;
	color: #fbf5e7;
	border: none;
	cursor: pointer;
}

.why-use {
	padding: 0 !important;
}

.why-use h2 {
	display: flex;
	align-items: center;
	max-width: 1600px;
	margin: 0 auto;
	width: 100%;
	padding: 0 15px;
	gap: 15px;
}

.why-use h2 img {
	width: 200px;
	margin-bottom: -16px;
}

.why-use .why-use-block {
	background-color: #fbf5e7;
	padding: 50px 15px;
}

.why-use .why-use-block ul {
	padding-bottom: 0;
	max-width: 1600px;
	margin: 0 auto;
	width: 100%;
}

.why-use .why-use-block li {
	font-weight: 400;
	font-size: 24px;
	color: #513d4b;
	margin-bottom: 15px;
}

.why-choose {
	padding: 0 !important;
	background-color: #fbf5e7;
}

.why-choose .why-choose-heading {
	padding: 0 !important;
	background-color: #fff;
}

.why-choose .why-choose-heading h2 {
	display: flex;
	padding: 0;
	justify-content: right;
	align-items: center;
	max-width: 1600px;
	margin: 0 auto;
	width: 100%;
	gap: 15px;
}

.why-choose .why-choose-heading h2 img {
	width: 200px;
	margin-bottom: -18px;
	transform: rotateY(180deg);
}

.why-choose .why-choose-block {
	background-color: #fbf5e7;
}

.why-choose .why-choose-block .et_pb_column {
	float: none;
	display: flex;
	flex-wrap: wrap;
	row-gap: 30px;
	margin: 0 -15px !important;
	width: auto;
}

.why-choose .why-choose-block .why-choose-item {
	text-align: left;
	background-color: #fff;
	border-radius: 8px;
	padding: 20px 40px;
	margin: 0 15px !important;
	flex: 0 0 calc(25% - 30px);
}

.why-choose .why-choose-block .why-choose-item h2 {
	font-size: 24px;
	color: #49113c !important;
	margin-bottom: 15px;
	text-align: left;
	padding: 0;
}

.ratings-section {
	background-color: #fbf5e7;
}

.reviews-section .review-block {
	background-color: #f1f7ed;
	border-radius: 8px;
	padding: 40px 80px;
}

.reviews-section .review-block h2 {
	margin-bottom: 20px;
	padding: 0;
}

.reviews-section .review-block .review-item {
	margin-bottom: 30px;
}

.reviews-section .review-block .review-item h4 {
	font-size: 20px;
	color: #4d404d;
	font-weight: 400;
	padding-bottom: 5px;
}

/* .banner .et_pb_slide {background-position:top center !important;} */

/* Landing Page */
.tours-inner-banner .banner-slider .et_pb_slide {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 500px;
}

.tour-left-row {
	width: 60% !important;
	margin-right: 5%;
	display: inline-block;
}

.tour-details-right-row {
	width: 35% !important;
	float: right;
}

.tour-details-left-row {
	padding-bottom: 0 !important;
}

.tour-details-left-row .tour-details-left-col h3>em {
	color: #53073a;
	font-family: "Lato", Helvetica, Arial, Lucida, sans-serif;
	font-style: normal;
	display: block;
	font-weight: 400;
}

.tour-details-left-row .tour-details-left-col .tour-img .et_pb_image_wrap {
	width: 100%;
}

.tour-details-left-row .tour-details-left-col .tour-img img {
	object-fit: cover;
}

.tour-details-left-row .tour-details-left-col iframe, .tour-details-left-row .tour-details-left-col .tour-img img {
	height: 500px;
	width: 100%;
}

.tour-details-left-row .tour-details-left-col .tour-details-content {
	margin-bottom: 50px;
	padding: 0;
}

.tour-details-left-row .tour-details-left-col .tour-details-content h2 {
	color: #303030 !important;
}

.tour-details-left-row .tour-details-left-col .tour-details-content li {
	color: #4d404d;
	font-size: 20px;
	line-height: 30px !important;
}

.tour-details-left-row .tour-details-left-col .tour-details-content .et_pb_promo_description>h2+div {
	padding: 40px;
	background-color: #fbf5e7;
	border-radius: 15px;
}

.tour-details-left-row .tour-details-left-col .tour-details-content .et_pb_promo_description>h2, .tour-details-left-row .tour-details-left-col .tour-details-content .et_pb_promo_description>h2+div h2 {
	padding-bottom: 0;
}

.tour-details-left-row .tour-details-left-col .tour-details-content .et_pb_promo_description>h2+div p {
	margin-bottom: 25px;
}

.tour-details-left-row .tour-details-left-col .tour-details-content .et_pb_promo_description>h2+div p em {
	font-style: normal;
	text-transform: uppercase;
	display: block;
}

.tour-details-left-row .tour-details-left-col .tour-details-content .et_pb_promo_description>h2+div p:last-child {
	margin-bottom: 0;
}

.tour-details-left-row .tour-details-left-col .tour-details-content h4 {
	font-size: 22px;
	color: #49113c !important;
	margin-top: 20px;
	padding-bottom: 0;
}

.tour-details-left-row .tour-details-left-col .tour-details-content .et_pb_promo_description {
	padding: 0 0 25px 0;
}

.tour-details-left-row .tour-details-left-col .tour-details h3 {
	margin-bottom: 0;
	margin-top: 30px;
	padding-bottom: 0;
}

.tour-details-left-row .tour-details-left-col .tour-details li {
	font-weight: 400;
	font-size: 16px;
}

.tour-details-left-row .tour-details-left-col .tours-faqs {
	margin: 0px 0 80px !important;
	font-weight: 400;
}

.tour-details-left-row .tour-details-left-col .tours-faqs h5 {
	font-weight: 400;
	color: #53073a;
	font-size: 20px;
}

.tour-details-left-row .tour-details-left-col .tours-faqs .et_pb_toggle_content {
	color: #53073a;
}

.tour-details-left-row .tour-details-left-col .tours-faqs.et_pb_accordion .et_pb_toggle {
	background-color: #fbf5e7;
	border: none;
	border-radius: 10px;
	margin-bottom: 15px !important;
}

.tour-details-left-row .tour-details-left-col .tours-faqs.et_pb_accordion .et_pb_toggle_title:before {
	font-size: 30px;
	color: #53073a;
}

.tour-details-left-row .tour-details-left-col .review-text h2 {
	padding: 0;
}

.reviews-row.et_pb_row {
	padding-top: 0;
	padding-bottom: 0;
	display: block;
	margin-left: 0;
}

.reviews-row.et_pb_row .reviews-section-col {
	background-color: #fbf5e7;
	margin-bottom: 0;
}

.tour-details-right-row + .reviews-row .reviews-section-col {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.reviews-row.et_pb_row:last-child .reviews-section-col {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.reviews-row .reviews-section-col h3 {
	color: #53073a !important;
	padding-bottom: 0;
}

.reviews-row .reviews-section-col p em {
	font-style: normal;
	text-transform: uppercase;
}

.reviews-row .reviews-section-col p picture {
	vertical-align: middle;
}

/*.reviews-row .rating {float: right; display:flex; align-items:center; gap: 10px;}
.reviews-row .rating h4 {padding-bottom: 0; font-size:24px;  font-weight:600; }
.reviews-row .rating img {width: 30px; height: auto;}*/
.tour-details-right-row {
	position: sticky;
	top: 114px;
	padding-right: 15px !important;
	z-index: 1;
}

.tour-details-right-row .tour-details-right-col .check-availability {
	padding: 30px 40px;
	background-color: #fbf5e7;
	border-radius: 15px;
}

.tour-details-right-row .tour-details-right-col .check-availability p {
	font-size: 18px;
	font-weight: 400;
}

.tour-details-right-row .tour-details-right-col .check-availability p>strong {
	font-weight: 600;
}

.tour-details-right-row .tour-details-right-col .check-availability .note {
	margin-bottom: 20px;
}

.tour-details-right-row .tour-details-right-col .check-availability h5 {
	font-size: 22px;
	font-weight: 700;
	margin: 10px 0 15px;
}

.tour-details-right-row .tour-details-right-col .check-availability button {
	text-transform: capitalize;
	margin: 30px 0;
	padding: 15px 25px;
	font-size: 24px;
	border-radius: 10px;
	background-color: #53073a;
	color: #fbf5e7;
	border: none;
	cursor: pointer;
}

.tour-details-right-row .tour-details-right-col .check-availability .call-us {
	display: flex;
	align-items: center;
	gap: 10px;
}

.tour-details-right-row .tour-details-right-col .check-availability .call-us picture {
	line-height: 0;
	font-size: 0;
}

.tour-details-right-row .tour-details-right-col .check-availability .call-us img {
	width: 50px;
	border-radius: 50%;
	background-color: #fff;
	padding: 8px;
}

.tour-details-right-row .tour-details-right-col .check-availability a {
	color: inherit;
}

.tour-details-right-row .tour-details-right-col .rating-img {
	max-width: 250px;
	width: 100%;
	margin: 30px 0 30px 40px;
}

/* .tours-inner-banner .et_pb_slide {background-position:top center !important;} */
@media screen and (max-width:1499px) {
	.tour-left-row {
		margin-right: 2%;
	}
	
	.tour-details-right-row {
		width: 38% !important;
	}
	
	.explore-tours .tour-item .thumb-img img {
		height: 250px;
	}
	
	.banner .et_pb_slide {
		height: 555px;
	}
	
	.explore-tours .tour-item .text-content {
		padding: 30px 20px;
	}
}

@media screen and (max-width:1199px) {
	h1 {
		font-size: 44px;
		line-height: 52px;
	}
	
	h2 {
		font-size: 32px;
		line-height: 40px;
	}
	
	h3 {
		font-size: 24px;
		line-height: 32px;
	}
	
	p>strong {
		font-size: 18px;
		line-height: 26px !important;
	}
	
	.tour-details-left-row .tour-details-left-col .tour-details-content li {
		font-size: 18px;
		line-height: 26px !important;
	}
	
	.tours-inner-banner .banner-slider .et_pb_slide {
		height: 400px;
	}
	
	.tour-details-left-row .tour-details-left-col .tour-video iframe, .tour-details-left-row .tour-details-left-col .tour-img img {
		height: 400px;
	}
	
	.tour-details-right-row .tour-details-right-col .check-availability {
		padding: 30px 20px;
	}
	
	.tour-details-right-row .tour-details-right-col .check-availability p {
		font-size: 16px;
	}
	
	.tour-details-right-row .tour-details-right-col .rating-img {
		margin: 30px 0 30px 20px;
	}
	
	.tour-details-right-row .tour-details-right-col .check-availability button {
		font-size: 22px;
	}
	
	.why-choose .why-choose-block .why-choose-item h2, .why-use .why-use-block li {
		font-size: 22px;
	}
	
	.why-use h2 img {
		width: 150px;
		margin-bottom: -11px;
	}
	
	.why-choose .why-choose-heading h2 img {
		width: 150px;
		margin-bottom: -21px;
	}
	
	.why-choose .why-choose-block .why-choose-item {
		padding: 15px;
	}
	
	.reviews-section .review-block {
		padding: 40px 50px;
	}
	
	.banner .et_pb_slide {
		height: 500px;
	}
}

@media screen and (max-width:980px) {
	.tour-details-right-row {
		top: 0;
	}
	
	.ratings-section img {
		max-width: 280px;
		width: 100% !important;
	}
}

@media screen and (max-width:991px) {
	h1 {
		font-size: 40px;
		line-height: 48px;
	}
	
	h2 {
		font-size: 28px;
		line-height: 36px;
	}
	
	h3 {
		font-size: 22px;
		line-height: 30px;
	}
	
	.tours-inner-banner .banner-slider  .et_pb_slide {
		height: 350px;
	}
	
	.tour-details-left-row .tour-details-left-col .et_pb_slider {
		margin-bottom: 20px !important;
	}
	
	.tour-details-left-row .tour-details-left-col .tour-details h3 {
		margin-top: 20px;
	}
	
	.tour-details-left-row .tour-details-left-col .tours-faqs {
		margin: 0px 0 50px !important;
	}
	
	.tour-details-left-row .tour-details-left-col .tours-faqs h5 {
		font-size: 18px;
		line-height: 26px;
	}
	
	.tour-left-row {
		margin-right: 0%;
		width: 55% !important;
	}
	
	.tour-details-right-row {
		width: 45% !important;
	}
	
	.tour-details-right-row .tour-details-right-col .check-availability {
		padding: 30px 15px;
	}
	
	.tour-details-right-row .tour-details-right-col .check-availability .call-us {
		gap: 9px;
	}
	
	.tour-details-right-row .tour-details-right-col .check-availability .call-us img {
		width: 40px;
		padding: 5px;
	}
	
	.tour-details-right-row .tour-details-right-col .check-availability button {
		font-size: 20px;
	}
	
	.tour-details-left-row .tour-details-left-col .tour-video iframe, .tour-details-left-row .tour-details-left-col .tour-img img {
		height: 350px;
	}
	
	.why-choose .why-choose-block .why-choose-item h2, .why-use .why-use-block li {
		font-size: 20px;
	}
	
	.explore-tours .tour-item {
		flex: 0 0 calc(50% - 30px);
	}
	
	.explore-tours .tour-item .thumb-img img {
		height: 300px;
	}
	
	.why-choose .why-choose-block .why-choose-item {
		flex: 0 0 calc(33.33% - 30px);
	}
	
	.banner .et_pb_slide {
		height: 400px;
	}
	
	.reviews-section .review-block {
		padding: 40px;
	}
	
	.tour-details-left-row .tour-details-left-col .tour-details-content .et_pb_promo_description>h2+div {
		padding: 30px;
	}
}

@media screen and (max-width:767px) {
	h1 {
		font-size: 36px;
		line-height: 44px;
	}
	
	h3 {
		font-size: 20px;
		line-height: 28px;
	}
	
	p>strong {
		font-size: 16px;
		line-height: 24px !important;
	}
	
	.tour-details-left-row .tour-details-left-col .tour-details-content li {
		font-size: 16px;
		line-height: 24px !important;
	}
	
	.tours-inner-banner .banner-slider .et_pb_slide {
		height: 280px;
	}
	
	.tours-details-section {
		display: flex;
		flex-direction: column;
	}
	
	.tour-left-row {
		width: 100% !important;
	}
	
	.tour-details-right-row {
		order: 1;
		padding-left: 15px;
		width: 100% !important;
		float: none;
	}
	
	.tour-details-right-row {
		position: inherit;
		z-index: 9999;
	}
	
	.tour-details-right-row .tour-details-right-col .check-availability {
		height: 260px;
		overflow: hidden;
		padding: 15px;
		position: fixed;
		inset: auto 0px 0px;
		box-shadow: rgba(0, 0, 0, .35) 0px 10px 50px;
		width: 100%;
		z-index: 999;
		border-radius: 15px 15px 0 0;
	}
	
	.tour-details-right-row .tour-details-right-col .check-availability h5, .tour-details-right-row .tour-details-right-col .check-availability p {
		font-size: 16px;
	}
	
	.tour-details-right-row .tour-details-right-col .check-availability .call-us {
		display: none;
	}
	
	.tour-details-right-row .tour-details-right-col .check-availability button {
		margin: 10px 0 0;
	}
	
	.tour-details-right-row .tour-details-right-col .check-availability h5 {
		margin: 5px 0;
	}
	
	.tour-details-right-row .tour-details-right-col .check-availability .note {
		margin-bottom: 10px;
	}
	
	.tour-details-right-row .tour-details-right-col .check-availability button {
		font-size: 18px;
		width: 100%;
	}
	
	.reviews-row .rating h4 {
		font-size: 22px;
	}
	
	.reviews-row h5 {
		font-size: 20px;
	}
	
	.tour-details-right-row .tour-details-right-col .rating-img {
		margin: 0 0 30px;
	}
	
	.why-choose .why-choose-block .why-choose-item h2, .why-use .why-use-block li {
		font-size: 18px;
	}
	
	.explore-tours .tour-item .thumb-img img {
		height: 200px;
	}
	
	.explore-tours .explore-tours-listing li a {
		font-size: 18px;
	}
	
	.why-choose .why-choose-block .why-choose-item {
		flex: 0 0 calc(50% - 30px);
	}
	
	.reviews-section .review-block {
		padding: 30px;
	}
	
	.why-use h2 img, .why-choose .why-choose-heading h2 img {
		width: 130px;
	}
	
	.reviews-section .review-block .review-item h4 {
		font-size: 18px;
	}
}

@media screen and (max-width:599px) {
	.explore-tours .tour-item-row .et_pb_column {
		margin: 0 !important;
	}
	
	.explore-tours .tour-item {
		flex: 0 0 100%;
		margin: 0 auto !important;
		max-width: 450px;
	}
	
	.banner .et_pb_slide {
		height: 300px;
	}
}

@media screen and (max-width:479px) {
	h1 {
		font-size: 32px;
		line-height: 40px;
	}
	
	.tours-inner-banner .banner-slider .et_pb_slide {
		height: 250px;
	}
	
	.tour-details-right-row .tour-details-right-col .check-availability button {
		font-size: 16px;
	}
	
	.reviews-row .rating h4 {
		font-size: 20px;
	}
	
	.reviews-row h5 {
		font-size: 18px;
	}
	
	.tour-details-left-row .tour-details-left-col .tour-video iframe, .tour-details-left-row .tour-details-left-col .tour-img img {
		height: 300px;
	}
	
	.explore-tours .explore-tours-listing li a {
		font-size: 16px;
	}
	
	.why-choose .why-choose-block .et_pb_column {
		margin: 0 !important;
	}
	
	.why-choose .why-choose-block .why-choose-item {
		flex: 0 0 100%;
		margin: 0 !important;
	}
	
	.reviews-section .review-block {
		padding: 30px 15px;
	}
	
	.tour-details-left-row .tour-details-left-col .tour-details-content .et_pb_promo_description>h2+div {
		padding: 20px;
	}
}
