/* ---------------- Google fonts ------------------ */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100;0,9..144,200;0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;0,9..144,800;0,9..144,900;1,9..144,100;1,9..144,200;1,9..144,300;1,9..144,400;1,9..144,500;1,9..144,600;1,9..144,700;1,9..144,800;1,9..144,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Quattrocento:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');



@font-face {
    font-family: 'TT Travels';
    src: url('../fonts/TTTravels-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Wellingtons';
    src: url('../fonts/TTWellingtons-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lovelo';
    src: url('../fonts/Lovelo-Black.otf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Hoves Pro Trial';
    src: url('../fonts/TTHovesProTrial-Bd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sauce Sans';
    src: url('../fonts/OpenSauceSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '29LT Zeyn';
    src: url('../fonts/29LTZeyn-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '29LT Zeyn';
    src: url('../fonts/29LTZeyn-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




/* ---------------- Basic css ------------------ */

html{
	font-size: 62.5%;
}

:root {
	scroll-behavior: unset;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

a{
	text-decoration: none;
	-webkit-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
	color: inherit;
}

button:focus,
a:focus,
input:focus,
textarea:focus {
	outline: none;
}

/* body */
body {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.4;
	color: #2f241d;
	font-family: 'Quattrocento', serif;
}

.container{
	padding-left: 2rem;
	padding-right: 2rem;
}



/* -------------- preloader --------------- */

#preloader {
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	height: 100vh;
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.loader3 {
	width: 7rem;
	height: 7rem;
	display: inline-block;
	padding: 0;
	text-align: left;
}

.loader3 span {
	position: absolute;
	display: inline-block;
	width: 7rem;
	height: 7rem;
	border-radius: 100%;
	background: #2f241d;
	-webkit-animation: loader3 1.5s linear infinite;
	        animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
	animation-delay: -0.9s;
	-webkit-animation-delay: -0.9s;
}

@-webkit-keyframes loader3 {
	0% {
		-webkit-transform: scale(0, 0);
		        transform: scale(0, 0);
		opacity: 0.8;
	}
	100% {
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
		opacity: 0;
	}
}

@keyframes loader3 {
	0% {
		-webkit-transform: scale(0, 0);
		        transform: scale(0, 0);
		opacity: 0.8;
	}
	100% {
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
		opacity: 0;
	}
}





/* ---------------- Hero area ------------------ */

.hero_area{
	padding: 10rem 0;
	background: url(../img/hero-bg.png) no-repeat center;
	background-size: cover;
	text-align: center;
}

.hero_area h2{
	font-family: 'Lovelo';
	font-size: 8.4rem;
	line-height: 1.19;
}

.hero_area p{
	font-size: 3rem;
	line-height: 1.36;
	font-family: 'Fraunces', serif;
	padding: 5rem 0 7.7rem;
}

.hero_area .button{
	display: inline-block;
	padding: 1.3rem 4.5rem 1.5rem 4.5rem;
	background: #F4F1EC;
	color: #0C2030;
	font-size: 1.7rem;
	font-family: 'TT Hoves Pro Trial';
	text-transform: uppercase;
	text-decoration: underline;
	border: none;
}

.hero_area .button:hover{
	background: #0C2030;
	color: #fff;
}


/* ---------------- About area ------------------ */


.title{
	font-size: 5rem;
	color: #2f241d;
	font-weight: 700;
	font-family: 'Lovelo';
	text-transform: uppercase;
}

.about_us_arae{
	padding: 8rem 0 12rem;
}

.about_us_arae h4{
	font-size: 2.6rem;
	color: #2f241d;
	font-family: "29 LT Zeyn";
	padding-bottom: 2rem;
	font-weight: 700;
}

.about_us_arae .content{
	position: relative;
	padding-top: 12rem;
}

.about_us_arae .content::before{
	content: '';
	position: absolute;
	top: 5rem;
	left: 0;
	width: 4.5rem;
	height: 4.5rem;
	background: url(../img/qoute1.png) no-repeat center;
	background-size: 100% auto;
}

.about_us_arae .content::after{
	content: '';
	position: absolute;
	bottom: -4rem;
	right: 0;
	width: 4.5rem;
	height: 4.5rem;
	background: url(../img/qoute2.png) no-repeat center;
	background-size: 100% auto;
}



/* ---------------- leave certificate area ------------------ */

.leave_certificate_area{
	background-color: #F4F1EC;
	padding: 10rem 0;
}

.leave_certificate_area .row{
	--bs-gutter-x: 9rem;
}

.leave_certificate_area .icon_box{
	border-radius: 3rem;
	background-color: #ffffff;
	padding: 7rem 0 3.5rem;
	text-align: center;
	margin-top: 6.5rem;
}

.leave_certificate_area .icon_box .icon{
	height: 6rem;
}

.leave_certificate_area .icon_box a{
	width: 2.7rem;
	display: inline-block;
}

.leave_certificate_area .icon_box p{
	font-size: 2.4rem;
	line-height: 1.3;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	padding: 2rem 0 3.5rem;
}

.leave_certificate_area .icon_box a img{
	width: 100%;
}

.leave_certificate_area .button{
	display: inline-block;
	padding: 2.5rem 7rem;
	line-height: 1;
	color: #000000;
	font-size: 2.4rem;
	background-color: #D6CBC2;
	border-radius: 1.5rem;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-decoration: underline;
	border: none;
	margin-top: 10rem;
}

.leave_certificate_area .button:hover{
	background-color: #fff;
}




/* ---------------- Services area ------------------ */

.services_area{
	padding: 7.5rem 0 6rem;
	background-color: #D6CBC2;
}

.services_area .row{
	--bs-gutter-x: 9.5rem;
}

.services_area .title{
	font-weight: 400;
	text-align: center;
	color: #FFFBF5;
	font-family: 'Fraunces', serif;
}

.service_box{
	background: #FFFBF5;
	padding: 4rem 0 3.5rem;
	text-align: center;
	margin-top: 7rem;
}

.service_box h3{
	font-size: 3.7rem;
	line-height: 1.10;
	color: #C8A287;
	font-family: 'Fraunces', serif;
	padding-bottom: 0.8rem;
}

.service_box ul li{
	padding: 2.3rem 4rem;
	color: #4D3F28;
	font-size: 2.4rem;
	line-height: 1.29;
	border-bottom: 1px solid #e4cfbe;
	min-height: 11rem;
}

.service_box .bottom{
	padding: 2.8rem 3.2rem 0 3.2rem;
}

.service_box .button{
	display: inline-block;
	padding: 1.6rem;
	background: #e8d7c8;
	color: #4D3F28;
	font-size: 2.4rem;
	font-family: 'TT Travels';
	text-transform: uppercase;
	text-decoration: underline;
	width: 100%;
	border: none;
}

.service_box .button:hover{
	background-color: #4D3F28;	
	color: #e8d7c8;
}


/* ---------------- review area ------------------ */

.review_area{
	padding: 9.5rem 0 12rem;
	background: #FFFBF5;
}

.review_area .row{
	--bs-gutter-x: 9.5rem;
}

.review_box{
	text-align: center;
	margin-top: 10rem;
}

.review_box .avatar{
	width: 16rem;
	margin-bottom: 5rem;
}

.review_box h3{
	font-family: 'Open Sauce Sans';
	font-size: 3rem;
	color: #000000;
}

.review_box p{
	padding: 2rem 0;
	color: #000000;
	font-size: 1.6rem;
	line-height: 1.37;
	font-family: 'Arimo', sans-serif;
}

.review_box .star{
	width: 15rem;
}


/* ---------------- contact us area ------------------ */

.contact_us_area{
	padding: 11rem 0;
	background: url(../img/contact-bg.png) no-repeat center;
	background-size: cover;
}

.contact_us_area .img{
	width: 49rem;
}

.contact_us_area .content{
	text-align: center;
}

.contact_us_area .title{
	font-family: '29LT Zeyn';
	font-weight: 400;
}

.contact_us_area p{
	font-size: 2.4rem;
	line-height: 1.5;
	font-family: 'Inter', sans-serif;
	margin-top: 4rem;
}

.contact_us_area .button {
	display: inline-block;
	padding: 2.5rem 7rem;
	line-height: 1;
	color: #000000;
	font-size: 2.4rem;
	background-color: #CFB8AB;
	border-radius: 1.5rem;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-decoration: underline;
	border: none;
	margin-top: 6rem;
}

.contact_us_area .button:hover{
	background-color: #dacfc8;
}