/*Custom Fonts */
@font-face{font-family:'Gotham';src:url('../fonts/Gotham-Medium.woff2') format('woff2'),url('../fonts/Gotham-Medium.woff') format('woff');font-weight:500;font-style:normal;font-display:swap;}
@font-face{font-family:'Gotham';src:url('../fonts/Gotham-Bold.woff2') format('woff2'),url('../fonts/Gotham-Bold.woff') format('woff');font-weight:bold;font-style:normal;font-display:swap;}
@font-face{font-family:'Gotham';src:url('../fonts/Gotham-Light.woff2') format('woff2'),url('../fonts/Gotham-Light.woff') format('woff');font-weight:300;font-style:normal;font-display:swap;}
@font-face{font-family:'Pacifico';src:url('../fonts/Pacifico-Regular.woff2') format('woff2'),url('../fonts/Pacifico-Regular.woff') format('woff');font-weight:normal;font-style:normal;font-display:swap;}
* {
	transition: all 0.3s;
	scroll-behavior: smooth;
}
a{
	text-decoration: none;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	background-color: #143c37;
}
p{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}
h1,h2,h3,h4,h5,h6{
	font-family:'Pacifico';
	font-weight:normal;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #143c37 inset !important;
	-webkit-text-fill-color: #5E6E6C !important;
}
.container {
	max-width: 90%;
}
/*Header*/
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top:58px;
	z-index: 1;
}
.nav-link {
	font-size: 25px;
	color: #ffffff!important;
	letter-spacing: 1.6px;
	font-family:'Pacifico';
	margin-right: 40px;
}
.nav-link:hover {
		color: #F6D534!important;
}
/*Banner Section*/
.banner {
	background: url('../img/banner-bg.png'), #143c37;
	background-repeat: no-repeat;
	background-size: 530px;
	background-position: top 280px left -30px;
	padding: 280px 0 80px 0;
	position: relative;
}
.banner-img.title{
	position: relative;
	display: flex;
	align-items: flex-start;
}
.gif-img {
    position: relative;
    left: -130px;
    top: -20px;
    width: 100px;
}
.banner-img.graphic{
	text-align: right;
}
/*Who-we-are */
.who-we-are {
	background: url('../img/lady.png');
	background-repeat: no-repeat;
	background-size: 480px;
	background-position: bottom 0 right 50px;
	padding: 80px 0 150px 0;
}
.section-heading{
	font-size: 80px;
    letter-spacing: 4px;
    color: #ffffff;
    text-align: center;
}
.who-we-are-content .section-heading {
    margin-bottom: 180px;
}
.who-we-are-content p {
    font-size: 28px;
    color: #fff;
    letter-spacing: 1.4px;
    margin-bottom: 30px;
    line-height: 42px;
}
.who-we-are-content p span {
	color: #F6D534;
	font-weight: bold;
}
.who-we-are-btn p{
	font-size: 16px;
	color: #65928D;
	letter-spacing: 0.8px;
	line-height: 22px;
	margin-bottom: 28px;
	font-weight: bold;
} 
.who-we-are-btn a {
    font-size: 16px;
    color: #566E6B;
    display: inline-block;
    background: transparent;
    border-radius: 50px;
    padding: 8px 20px;
    text-decoration: none;
    margin-right: 8px;
    border: 1px solid #566E6B;
    font-weight: bold;
}
.who-we-are-btn a:hover {
    color: #143c37;
    background: #566E6B;
    border: 1px solid #566E6B;
}
/*Offer*/
.offer {
	padding: 90px 0 80px 0;
}
.offer-content h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	font-weight: bold;
	letter-spacing: 2.25px;
	line-height: 54px;
	color: #ffffff;
	margin-bottom: 36px;
}
.offer-content p {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 1.6px;
	line-height: 55px;
	color: #ffffff;

}
.offer-content p span {
	color: #F6D534;
}
/*Ordering*/
.ordering {
	padding: 80px 0 80px 0;
}
.section-heading {
	font-size: 80px;
    letter-spacing: 4px;
    color: #ffffff;
    text-align: center;
}
.ordering-content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.ordering-content .section-heading {
    margin-bottom: 80px;
}
.ordering-content p{
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 0.9px;
	line-height: 34px;
	margin-bottom: 60px;
} 
.ordering-box{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.box-heading h4 {
	font-size: 25px;
	font-weight: 500;
	line-height: 34px;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 50px;
}
.ordering-box ul {
	list-style: none;
	margin-top: 46px;
	text-align: left;
	position: relative;
}
.ordering-box ul li{
	position: relative;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 42px;
	color: #F6D534;
}
.ordering-box ul li span {
	color: #ffffff;
}

.ordering-box ul li:before {
	content: '';
	height: 18px;
	width: 18px;
	display: inline-block;
	background-image: url('../img/dots.svg');
	background-repeat: no-repeat;
	position: absolute;
	top: 12px;
	left: -30px;
}

/*Ordering*/
.contact-us {
	padding: 60px 0 60px 0;
}
.contact-box {
	text-align: center;
}

.contact-box-heading h4,
.contact-box-heading a{
	font-size: 22px;
	letter-spacing: 1.1px;
	line-height: 38px;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	/*font-weight: 500;*/
}
.contact-box-heading a:hover {
	color: #F6D534;
}
.contact-box-heading h4{
	margin-top: 25px;
}
.mail-info {
	font-size: 22px;
	/*font-weight: 500;*/
	line-height: 38px;
	letter-spacing: 1.1px;
	color: #ffffff;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 50px;
}
.mail-info a {
	color: #ffffff;
	text-decoration: none;
}
.mail-info a:hover {
	color: #F6D534;
}
#name:focus,
#email:focus,
#mesaage:focus,
#name:active,
#email:active,
#mesaage:active{
	box-shadow: none;
	outline: none;
	color: #ffffff;
}
#name:placeholder,
#email:placeholder,
#mesaage:placeholder{
	color: #ffffff;
}
#name,#email{
	    font-weight: 300;
    border: 2px solid #ffffff;
    color: #5E6E6C;
    width: 100%;
    margin: 0;
    padding: 15px;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    resize: none;
    -webkit-transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    -moz-transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    -o-transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    margin-bottom: 8px;
}
#email{
	margin-top: 30px;
}
#message:focus-visible {
	outline: none;
}
#message{
	font-weight: 300;
    border: 2px solid #ffffff;
    color: #5E6E6C;
    width: 100%;
    margin: 0;
    margin-bottom: 0;
    padding: 15px;
    height: 155px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    resize: none;
    -webkit-transition: border 0.15s ease-in-out 0s,
    color 0.15s ease-in-out 0s;
    -moz-transition: border 0.15s ease-in-out 0s,
    color 0.15s ease-in-out 0s;
    -o-transition: border 0.15s ease-in-out 0s,
    color 0.15s ease-in-out 0s;
    transition: border 0.15s ease-in-out 0s,
    color 0.15s ease-in-out 0s;
}
.g-recaptcha {
    margin-top: 35px;
}
.custom-file input {
    border: none !important;
    padding-left: 0 !important;
    max-width: 220px;
    display: inline-block;
    margin-top: 20px;
}
 ::-webkit-input-placeholder {
    color: #999999;
}


 ::-moz-placeholder {
    color: #999999;
}
 :-ms-input-placeholder {
    color: #999999;
}
 ::placeholder {
    color: #999999;
}

#support{
	/*max-width: 900px;*/
	margin: 0 auto 40px auto;
}
.custom-btn{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	display: inline-block;
	background-color: #F6D534;
	border: 1px solid #F6D534;
	padding: 12px 40px;
	border-radius: 4px;
	margin-top: 35px;
	text-transform: uppercase;
}
.custom-btn:hover {
	background-color: transparent;
	color: #F6D534;
}
.error {
	color: red;
	font-size: 16px;
	margin-top: 8px;
}
#response {
	font-size: 16px;
	color: #ffffff;
	padding-bottom: 20px;
}
/*Footer*/
footer {
    border-top: 1px solid #286a60;
    padding: 20px 0 4px 0;
    text-align: center;
}
footer p {
    font-size: 16px;
    color: #ffffff;
}
