/*====== STRUCTURE =======*/
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	overflow-x: hidden;
	margin: 0px;
	max-width: 100%;
	font-family: 'Nunito', sans-serif;

}

body[data-rtl="rtl"] {
	direction: rtl;
	text-align: right;
}

ul {
	padding-left: 0px;
}

ul li {
	list-style-type: none;
}

a {
	cursor: pointer;
}

a,
button,
input,
textarea {
	text-decoration: none !important;
	outline: none !important;
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
	margin-bottom: 0px;
	margin-top: 0px;
}

.animated {
	opacity: 0;
	-webkit-animation-fill-mode: inherit !important;
	        animation-fill-mode: inherit !important;
}

.visible {
	opacity: 1 !important;
}
.sec-heading h2 {
	font-weight: 900;
font-size: 64px;
line-height: 87px;
text-align: center;
text-transform: capitalize;
color: #38584B;
margin-bottom: 50px;
}
.text-yellow{
	color: #EEB232!important;
}
.max-width-600{
	max-width: 650px;
}
.sec-para p{
	font-weight: 700;
font-size: 20px;
line-height: 40px;
color: #38584B;
}
.sec-space{
	margin-bottom: 50px;
}
.section{
	padding: 150px 0;
}

.section-bottom {
	padding-bottom: 150px;
}
/*=========TOP BAR=========*/
.top-bar-container{
	background: #EEB232;
	padding: 5px 190px;
}
.top-bar-text{
	font-weight: 700;
font-size: 12px;
line-height: 16px;
color: #FFFFFF;
}
.top-bar-text svg{
	margin-right: 8px;
}
/*==== NAVBAR  ======*/
.navbar {
	padding: 20px 190px;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	background: #fff;
	position: absolute;
	z-index: 100;
	width: 100%;
}

.menu-links {
	justify-content: space-between;
}

.navbar-nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-light .navbar-nav .nav-link {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #38584B;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	margin-right: 100px;
	position: relative;
	padding: 5px 0px;
}
.navbar-light .navbar-nav .nav-link:before {
    content: '';
    position: absolute;
    bottom: -25px;
    width: 0;
    height: 3px;
    background-color: #EEB232;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}
.navbar-light .navbar-nav>li>.nav-link:hover:before, .navbar-light .navbar-nav>li.active .nav-link:before {
    width: 100%;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #EEB232;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #EEB232;
}

.nav-btn {
	background: #EEB232;
	border: 2px solid #38584B;
	box-shadow: 3px 3px 0px #38584B;
	border-radius: 25px;
width: 153px;
height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF!important;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.nav-btn:hover {
	background: #38584B;
	border: 2px solid #EEB232;
	box-shadow: 3px 3px 0px #EEB232;
}

.nav-small{
	display: none;
}
.nav-big{
	margin-bottom: -60px;
}
/*===== HERO SECTION =====*/
#hero {
	background: linear-gradient(180deg, #FFF5D6 0%, #FFEDB7 76.39%);
	height: auto;
	width: 100%;
	padding: 200px 0 50px;
	
}

.hero-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.hero-left .hero-heading{
	font-weight: 900;
font-size: 96px;
line-height: 100px;
color: #38584B;
margin-bottom: 10px;
}

.hero-left .hero-para {
	font-weight: 700;
font-size: 20px;
line-height: 40px;
color: #38584B;
	margin-bottom: 30px;
	max-width: 570px;
}

.hero-left {
	width: 50%;
	padding-top: 50px;
}

.hero-right {
	width: 50%;
	position: relative;
}

.custom-container{
	padding: 0px 190px;
}
.page-btn{
	width: auto;
	height: 64px;
	padding: 15px 30px;
	background: #EEB232;
	border: 2px solid #38584B;
	box-shadow: 3px 3px 0px #38584B;
	border-radius: 64px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
        justify-content: space-between;
        align-items: center;
-webkit-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
cursor: pointer;
font-weight: 700;
font-size: 20px;
line-height: 30px;
color: #FFFFFF;
}
.page-btn:hover{
	background: #38584B;
	border: 2px solid #EEB232;
	box-shadow: 3px 3px 0px #EEB232;
}
.hero-main-container{
	position: relative;
}
.hero-main-container:before{
	content:'';
	position: absolute;
	background: url('../images/hero-shape-bg.png');
	right: 0;
	width: 100%;
	height: 257px;
	z-index: 0;
	bottom:0px;
}
.product-img img{
	margin:0 auto;
}
/*========country Css===========*/
.country-main-container{
	padding: 50px 0 100px;
	background: #193722;
	
}
.country-name-marquee{
	position: relative;
	overflow: hidden;
}
.js-marquee{
	display: flex;
	align-items: center;
}
.marquee-text{
	font-weight: 500;
font-size: 72px;
line-height: 100px;
text-align: center;
text-transform: capitalize;
color: #FFFFFF;
margin: 0px 25px;
position: relative;
}
.seprator{
	display: flex;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #FFFFFF;
	align-items: center;
}
/*=====Partner CSS===========*/
.partner-card{
	background: linear-gradient(180deg, #FFF9EA 0%, #FFF4DB 100%);
	border-radius: 25px;
	position: relative;
	padding: 10px;
	cursor: pointer;
    transition: all .6s ease-in-out;
	margin: 0px 15px;
	height: 425px!important;
}
.partner-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 25px;
    padding: 1.5px;
    background: linear-gradient(180deg, #EEB232 0%, rgba(238, 178, 50, 0) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    transition: all .6s ease-in-out;
    opacity: 0;
}
.partner-card:hover:before {
    opacity: 1;
}
.partner-img{
	min-height: 310px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.partner-detail{
	background: #FFFFFF;
border-radius: 15px;
text-align: center;
padding: 15px 10px;
}
.partner-detail h4{
	font-weight: 700;
font-size: 30px;
line-height: 41px;
text-align: center;
text-transform: capitalize;
color: #38584B;
}
.partner-detail span{
	font-weight: 500;
font-size: 15px;
line-height: 20px;
text-align: center;
text-transform: capitalize;
color: #EEB232;

}
.slick-arrows{
	margin-top: 50px;
}
.slick-arrows button{
	width: 64px;
height: 64px;
border-radius: 50%;
background: #EEB232;
border: 2px solid #38584B;
box-shadow: -3px 3px 0px #38584B;
margin: 0px 15px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all .3s ease-in-out;
}
.slick-arrows button:hover{
	background: #38584B;
border: 2px solid #EEB232;
box-shadow: -3px 3px 0px #EEB232;
}
/*===========Promotion CSS============*/
.promotion-main-container{
	position: relative;
	background: url('../images/promotion-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.promotion-text{
	font-weight: 900;
font-size: 72px;
line-height: 130px;
text-align: center;
text-transform: capitalize;

color: #EEB232;
}
/*======= FOOTER ====*/
footer {
	background: #112B19;
	position: relative;
}
.foot-top-left{
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	padding: 50px 50px 50px 0;
}
.foot-top-right{
	padding: 50px 0px 50px 50px;
}
.footer-logo{
	margin-bottom: 80px;
	display: block;
}

.footer-links a {
	font-weight: 700;
font-size: 20px;
line-height: 27px;
text-transform: capitalize;
color: #FFFFFF;

	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.footer-links li{
	margin-right: 60px;
}
.footer-links li:last-child{
	margin-right: 0;
}
.footer-links a:hover{
	color:#EEB232;
}
.footer-detail{
	text-align: right;
	margin-bottom: 50px;
}
.footer-detail h5{
	font-weight: 700;
font-size: 20px;
line-height: 27px;
text-transform: capitalize;
margin-bottom: 10px;
color: #EEB232;
text-align: right;
}
.footer-detail p{
	font-weight: 400;
font-size: 14px;
line-height: 28px;
color: #FFFFFF;
text-align: right;
}

.footer-bottom {
	border-top:  1px solid rgba(255, 255, 255, 0.1);
	padding: 25px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-bottom ul {
	margin-bottom: 0;
}
.copyright{
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	text-transform: capitalize;
	color: #FFFFFF;
}
.footer-bottom-list li>a{
	font-weight: 700;
font-size: 14px;
line-height: 19px;

text-transform: capitalize;
margin: 0px 50px;
color: #FFFFFF;
}
svg path{
	transition: all .6s ease-in-out;

}
.social-list li a{
	width: 50px;
height: 50px;
border-radius: 50%;
border: 1px solid rgba(255, 255, 255,0.15);
display: flex;
align-items: center;
justify-content: center;
margin: 0px 10px;
transition: all .6s ease-in-out;
}
.social-list li a:hover{
	background: #EEB232;
}
/*=============Brand CSS==========*/
#brand-hero{
	background: url('../images/brand-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 750px;
	padding-top: 10vh;
}
.brand-heading h1{
	font-weight: 900;
font-size: 96px;
line-height: 100px;
text-align: center;
text-transform: capitalize;
color: #FFFFFF;
}
.brand-main-container{
	padding-top: 50px;
}
.brand-logo{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 186px;
	margin-bottom: 60px;
}
/*===========Contact CSS==========*/
#contact-hero{
	background: linear-gradient(180deg, #FFF5D6 0%, #FFEDB7 76.39%);
	padding: 180px 0 50px;
	position: relative;
}
.contact-heading h1{
	font-weight: 900;
font-size: 64px;
line-height: 74px;
text-align: center;
text-transform: capitalize;
color: #38584B;
max-width: 500px;
margin: 0px auto;
}
.contact-main-container{
	padding-top: 50px;
}
.form-input{
	margin-bottom: 30px;
}
.form-input input,.form-input textarea{
	background: #FFFCF5;
	border: 1px solid #FFECC1;
	border-radius: 64px;
	width: 100%;
	height: 74px;
	padding: 15px 35px;
	font-weight: 500;
	font-size: 20px;
	line-height: 40px;
	color: #38584B;
	transition: all .6s ease-in-out;
}
.form-input input:hover,.form-input input:focus,.form-input textarea:focus,.form-input textarea:hover{
	background: transparent;
	border: 1px solid #EEB232;
}
.form-input textarea{
	height: 220px;
	resize: none;
	border-radius: 30px;
}
.form-input input::placeholder,.form-input textarea::placeholder{
	color: #E0C383;
}
.btn-send{
	width: 100%;
	height: 64px;
	background: #EEB232;
border: 2px solid #38584B;
box-shadow: 3px 3px 0px #38584B;
font-weight: 700;
font-size: 20px;
line-height: 30px;
color: #FFFFFF;
padding: 10px 20px;
transition: all .6s ease-in-out;
cursor: pointer;
border-radius: 64px;
}
.btn-send:hover{
	background: #38584B;
	border: 2px solid #EEB232;
	box-shadow: 3px 3px 0px #EEB232;
}
.contact-detail-heading{
	font-weight: 900;
font-size: 40px;
line-height: 55px;
text-transform: capitalize;
margin-bottom: 20px;
color: #38584B;
}
.contact-detail p{
	font-weight: 700;
font-size: 20px;
line-height: 40px;
color: #38584B;
margin-bottom: 30px;
}
.contact-text{
	margin-bottom: 30px;
}
.con-icon{
	width: 64px;
height: 64px;
background: #EEB232;
border-radius: 64px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 20px;
}
.contact-text h5{
	font-weight: 700;
font-size: 20px;
line-height: 40px;
letter-spacing: 0.1em;
color: #38584B;
width: calc(100% - 70px);
}
.contact-social li a{
	width: 50px;
height: 50px;
border: 1px solid #38584B;
border-radius: 25px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 25px;
transition: all .6s ease-in-out;
}
.contact-social li a:hover{
	background: #EEB232;
	border: 1px solid transparent;
}
.contact-social li a:hover svg path{
	fill: #fff;
}
/*=======Detail page CSS==========*/
.page-country-main-container{
	background: #EEB232;
}
.detail-main-container{
	padding-top: 240px;
	position: relative;
}
.detail-main-container::before{
	content: '';
	position: absolute;
	background: linear-gradient(180deg, #FFF5D6 0%, #FFEDB7 76.39%);
	height: 442px;
	width: 100%;
	top: 0;
}
.founder-heading{
	margin-bottom: 40px;
	padding-top: 60px;
}
.founder-heading h1{
	font-weight: 900;
font-size: 48px;
line-height: 62px;
color: #EEB232;
margin-bottom: 20px;
}
.founder-heading h4{
	font-weight: 900;
font-size: 30px;
line-height: 41px;

color: #38584B;
}
.detail-right{
	padding-left: 50px;
}
.success-detail-box{
	background: linear-gradient(270deg, rgba(255, 230, 171, 0.25) 1.09%, rgba(255, 255, 255, 0.1) 50.03%, rgba(255, 230, 171, 0.25) 100%);
border-radius: 50px;
padding: 50px;
}
.success-detail-box p{
	font-weight: 900;
font-size: 24px;
line-height: 48px;
text-align: center;
color: #38584B;
}
/*======Product CSS=========*/
.product-heading h1{
	font-weight: 900;
font-size: 64px;
line-height: 74px;
text-align: center;
color: #38584B;

}
.product-main-tab{
	border-bottom: 1px solid rgba(56, 88, 75, 0.15);
	position: sticky;
	top:0;
	background: #fff;
	z-index: 100;
}

.product-nav .nav-link{
	font-weight: 700;
font-size: 20px;
line-height: 30px;
color: #38584B;
border-bottom: 3px solid #fff;
padding: 20px 0;
border:none;
transition: all .3s ease-in-out;
position: relative;
}

.product-nav .nav-link:before{
	content: '';
    position: absolute;
    bottom: 0px;
    width: 0;
    height: 3px;
    background-color: #EEB232;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}
.product-nav .nav-link:hover{
	color: #EEB232;
}
.product-nav .nav-item.show .nav-link, .product-nav .nav-link.active {
    color: #EEB232;

}
 .product-nav .nav-link.active::before {
	width: 100%;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}
.product-tab-content-main{
	padding-top: 50px;
}
.product-title{
	position: relative;
	margin-bottom: 50px;
}
.product-title h3{
	font-weight: 900;
font-size: 40px;
line-height: 55px;
text-transform: capitalize;
color: #38584B;
position: relative;
}

.product-title h3:before {
    margin-right: 10px;
}
.product-title h3:after {
    margin-left: 20px;
}
.product-title h3:before, .product-title h3:after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 1px;
    vertical-align: middle;
    background-color: #EEB232;
}
.product-main{
	margin-bottom: 50px;
}
.product-card{
	background: linear-gradient(180deg, #FFF9EA 0%, #FFF4DB 100%);
border-radius: 25px;
height: 360px;
padding: 10px;
margin-bottom: 30px;
}
.product-img{
	min-height: 255px;
}
.product-detail{
	background: #FFFFFF;
border-radius: 15px;
padding: 15px 10px;
}
.product-detail h4{
	font-weight: 700;
font-size: 18px;
line-height: 27px;
text-align: center;
text-transform: capitalize;
margin-bottom: 10px;
color: #38584B;
}
.product-detail span{
	font-weight: 500;
font-size: 14px;
line-height: 19px;
text-align: center;
text-transform: capitalize;
display: block;
color: #EEB232;
}
.hero-shape{
	position: absolute;
}
.top-left-shape{
	top:70px;
	left:0;
}
.top-right-shape{
	top:70px;
	right:0;
}