@import url('animate.css');
/* ====================================================================
	Reset
==================================================================== */
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#000;
	line-height:1.7em;
	font-weight:400;
	background:#fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}
a{
	text-decoration:none;
	cursor:pointer;
	color:#000;
}
h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
}
/* Typography */
h1{
    font-size:60px;
    font-family: 'modern';
}
h2{
	font-size:40px;
}
h3{
	font-size:34px;
}
h4{
	font-size:22px;
}
h5{
	font-size:20px;
}
h6{
    font-size:18px;
}
p{
	position:relative;
	line-height:1.8em;	
}
.auto__container{
	position:static;
	max-width:1240px;
	padding:0px 15px;
	margin:0 auto;
}

.small__container {
    position:static;
	max-width:1000px;
	padding:0px 15px;
	margin:0 auto;
}
.page__wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}
ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}
img{
	display:inline-block;
	max-width:100%;
	height:auto;
}
/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #ECBA22;
}

.loader {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		        transform: translate(-50%, -50%) rotate(0deg);
		border: 4px solid #fff;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: translate(-50%, -50%) rotate(180deg);
		        transform: translate(-50%, -50%) rotate(180deg);
		border: 4px solid #f7f7f7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		        transform: translate(-50%, -50%) rotate(360deg);
		border: 4px solid #163761;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		border: 4px solid #fff;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: translate(-50%, -50%) rotate(180deg);
		border: 4px solid #f7f7f7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		border: 4px solid #163761;
		border-left-color: transparent;
	}
}
/* header start
========================================================== */
.header__inner {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 10px 0;
}
.header__inner .logo__outer {
    width: 100px;
}
.nav {
    display: flex;
    align-items: center;
}
.nav .nav__link {
    margin-left: 35px;
    color: #292927;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    transition: .2s linear;
    -moz-transition: .2s linear;
}
.nav .nav__link.active {
    color: #DB4A65;
}
.nav .nav__link:hover {
    color: #DB4A65;
}
/* header end
========================================================== */
/* banner start
========================================================== */
.banner {
    width: 100%;
    height: calc(80vh - 105px);
    position: relative;
}
.banner__slider {
    position: relative;
    height: calc(80vh - 105px);
}
.banner__slider::before {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}
.banner__item {
    height: calc(80vh - 105px);
    background: url(../images/slider1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.banner__content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
}
.banner__content .title {
    font-size: 60px;
    line-height: 79px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}
.banner__content .subtitle {
    font-size: 35px;
    line-height: 46px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}
.banner__content .banner__btn {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
    padding: 18px 40px;
    border: #fff solid 4px;

}
/* banner end
========================================================== */
/* delivery start
========================================================== */
.delivery {
    padding: 50px 0;
}
.delivery__inner .title {
    color: #19226C;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    font-weight: 700;
}
.btn__row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.btn__row .delivery__btn{
    margin: 0 30px;
    max-width: 254px;
    width: 50%;
    text-align: center;
    background: #DB4A65;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    border-radius: 8px;
    transition: .2s linear;
    -moz-transition: .2s linear;
}
.btn__row .delivery__btn:hover {
    transform: scale(.95);
    background: #df6a7f;
}
/* delivery end
========================================================== */
/* form start
========================================================== */
.form {
    padding: 50px 0;
    background: url(../images/Background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.form__inner {
    background: #fff;
    margin: 80px auto;
    max-width: 920px;
    border-radius: 12px;
    position: relative;
    padding: 40px 0;
}
.form__outer {
    width: 60%;
    margin: 0 auto;
}
.form__outer .title {
    color: #19226C;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
}
.form__row {
    display: flex;
    align-items: center;
    margin: 0 -15px;
}
.form__row .form__column {
    width: calc(50% - 30px);
    margin: 0 15px;
}
.form__row .form__column .input__outer {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.form__row .form__column .input__outer input {
    padding: 12px 0;
    border-bottom: 1px solid #525151;
    width: 100%;
    color: #525151;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;

}
.form__row .form__column .input__outer input:focus ~ label {
    top: -20px;
    font-size: 12px;
    color: #DB4A65;
    transform: translateY(0);

}
.form__row .form__column .input__outer input:valid ~ label {
    top: -20px;
    font-size: 12px;
    color: #DB4A65;
    transform: translateY(0);

}
.form__row .form__column .input__outer label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color: #525151;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
}
.text__outer {
    width: 100%;
    position: relative;
    margin-top: 15px;
}
.text__outer label {
    position: absolute;
    top: 0;
    left: 0;
    color: #525151;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
}
.text__outer textarea {
    width: 100%;
    border-bottom: 1px solid #525151;
}
.text__outer textarea:focus ~ label{
    top: -25px;
    font-size: 12px;
    color: #DB4A65;
}
.text__outer textarea:valid ~ label{
    top: -25px;
    font-size: 12px;
    color: #DB4A65;
}
.form__outer .form__btn {
    width: 100%;
    padding: 16px 0;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 30px;
    background: #DB4A65;
    border-radius: 8px;
    cursor: pointer;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
}
.form__outer .form__btn:hover {
    transform: scale(.95);
    background: #df6a7f;
}
/* form end
========================================================== */
/* footer start
========================================================== */
.footer {
    padding: 25px 0;
}
.footer__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
}
.footer__inner .social__link {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #19226C;
    border-radius: 50%;
    margin-bottom: 30px;
}
.footer__inner .social__link img {
    width: 60%;
}
.copyright {
    color: #353636;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    margin-bottom: 15px;
}
/* menu start
======================================================= */
.ham {
    display: none;
}
.ham .icon__outer {
    width: 20px;
}
.menuClose {
    width: 20px;
}
.menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.7);
	transition: visibility .3s ease-in-out;
    -ms-transition: visibility .3s ease-in-out;
    z-index: 99999;
}
.menu__inner {
	position: absolute;
	background: #fff;
	overflow: hidden;
	width: 100%;
	top: -100%;
	box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.4);
	margin: 0 auto;
	transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	overflow-y: scroll;

}
/* Hide scrollbar for Chrome, Safari and Opera */
.menu__inner::-webkit-scrollbar {
	display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
.menu__inner {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
.menu__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background: #fff;
}
.menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background: #f7f7f7;
}
.menu__row .link__text {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #828282;
}
.menu__row .icon__outer {
    width: 20px;
}
/* menu end
======================================================= */
/* footer end
========================================================== */
@media (max-width:860px) {
    .banner__content .title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .banner__content .subtitle {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .delivery__inner .title {
        font-size: 28px;
        line-height: 36px;
    }
    .btn__row .delivery__btn {
        font-size: 16px;
        line-height: 18px;
    }
    .form__outer .title {
        font-size: 28px;
        line-height: 36px;
    }
    .form__outer {
        width: 80%;
    }
    .form__outer .form__btn {
        font-size: 16px;
        line-height: 18px;
    }
    .banner__content .banner__btn {
        font-size: 16px;
        line-height: 18px;
    }
}
@media (max-width:650px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 9999;
    }
    .nav {
        display: none;
    }
    .ham {
        display: block;
    }
    .header__inner {
        align-items: center;

    }
    .header__inner .logo__outer {
        width: 50px;
    }
    .btn__row {
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .btn__row .delivery__btn {
        max-width: unset;
        width: calc(100% - 40px);
        margin-bottom: 15px;
    }
    .form__row {
        flex-direction: column;
        -ms-flex-direction: column;
        margin: 0;
    }
    .form__row .form__column {
        width: 100%;
        margin: 0;
    }
    .form__outer {
        width: unset;
        width: cals(100% - 40px);
        padding: 0 20px;
        margin: 0;
    }
}
@media (max-width:450px) {
    .banner__content .title {
        font-size: 24px;
        line-height: 30px;
    }
    .banner__content .subtitle {
        font-size: 20px;
        line-height: 24px;
    }
    .banner__content .banner__btn {
        padding: 12px 20px;
    }
    .delivery__inner .title {
        font-size: 24px;
        line-height: 30px;
    }
    .form__outer .title {
        font-size: 24px;
        line-height: 30px;
    }
    .form {
        padding: 30px 0;
    }
    .delivery {
        padding: 30px 0;
    }
}