/******Google Fonts*******/
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@300;400;500;700;800&family=Roboto:wght@300;400;500;700&display=swap');

/*******Variables******/
:root{
    --font-roboto: 'Roboto', sans-serif;
    --font-alegreya: 'Alegreya Sans', sans-serif;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,html{
    color: #3d5f00;
    font-size: 15px;
    font-weight: 400;
    background: #fff;
    font-family: var(--font-roboto)
}

h1,h2,h3,h4,h5,p{
    margin: 0;
}

a{
    display: inline-block;
    text-decoration: none;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.right-col{
    display: flex;
    justify-content: flex-end;
}

.main-btn{
    display: flex;
    align-items: center;
}
.main-btn a{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background: #3d5f00;
    text-transform: uppercase;
    padding: 15px 40px;
    border-radius: 25px 0 25px 0;
}
.main-btn i{
    color: #fff;
    font-size: 22px;
    background: #3d5f00;
    padding: 15px 18px;
    margin-left: 8px;
    border-radius: 25px 0 25px 0;
}

.section-title{
    text-align: center;
    margin: 100px 0 80px 0;
}
.section-title h2{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}
.section-title p{
    font-size: 18px;
    max-width: 515px;
    margin: auto;
}


/********************Header Area********************/
/**header top**/
.header-top{
    background: #3d5f00;
    padding: 15px 0;
}
.search-box{
    max-width: 220px;
    height: 30px;
    position: relative;
}
.search-box input{
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 400;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    font-size: 16px;
}
.search-box input::placeholder{
    opacity: 1;
}
.search-icon a{
	position: absolute;
	right: 0;
	top: 4px;
	color: #fff;
	font-size: 14px;
    font-weight: 100;
}
.logo{
    text-align: center;
    max-width: 70px;
    margin: auto;
}
.logo img{
    width: 100%;
}
.header-butons{
    display: flex;
    justify-content: flex-end;
}
.header-btn a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.header-btn span{
    margin: 0 3px;
}
.header-btn a:hover{
    opacity: .8;
}
.header-icon{
    margin-left: 35px;
}
.header-icon a i{
    color: #fff;
    font-size: 18px;
    margin-left: 15px;
}
.header-icon a:hover{
    opacity: .8;
}
/**header bottom**/
.menu ul{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
}
.menu ul li a{
    color: #3d5f00;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 25px;
}
.menu ul li a:hover{
    text-decoration: underline;
}


/********************Banner Area********************/
.banner-area{
    background: url(../images/banner-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0 200px 0;
}
.banner-content h1{
    font-size: 60px;
    font-weight: 800;
    font-family: var(--font-alegreya);
}
.banner-content h2{
    font-size: 40px;
    font-weight: 500;
    font-family: var(--font-alegreya);
    max-width: 320px;
    padding-bottom: 15px;
    position: relative;
}
.banner-content h2::after{
    content: "";
    width: 80%;
    height: 2px;
    background: #3d5f00;
    position: absolute;
    left: 0;
    top: 100%;
}
.banner-content p{
    max-width: 310px;
    margin-top: 20px;
}
.banner-btn{
    margin-top: 45px;
}


/********************About Area********************/
.about-top{
    margin-bottom: 70px;
}
.about-content h3 {
	font-size: 34px;
	max-width: 390px;
}
.about-content p{
    font-size: 18px;
    text-align: justify;
    max-width: 400px;
    margin: 30px 0;
}
.about-content p span{
    display: block;
    margin-top: 10px;
}
.about-btn{

}
.about-image{
    max-width: 430px;
}
.about-image img{
    width: 100%;
    object-fit: contain;
}


/********************Service Area********************/
.service-single-content{
    margin-bottom: 35px;
}
.service-item-title{
    display: flex;
    justify-content: space-between;
    max-width: 550px;
}
.service-content p{
    font-size: 17px;
    line-height: 23px;
    max-width: 550px;
    text-align: justify;
    margin: 15px 0 30px 0;
}
.service-image{
    max-width: 300px;
}
.service-image img{
    width: 100%;
}
.service-btn a{
    font-size: 14px;
    padding: 10px 20px;
}


/********************Discount Area********************/
.discount-area{
    background: url(../images/discount-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}
.discount-content h2{
    font-size: 30px;
    font-weight: 700;
    margin: 15px 0 10px 0;
}
.discount-content h3{
    font-size: 20px;
    font-weight: 500;
}
.discount-content h4{
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 5px;
}
.discount-content p {
	font-size: 17px;
	max-width: 410px;
	line-height: 22px;
    margin: 15px 0 20px 0;
}

/********************Footer Area********************/
.footer-area{
    background: #3d5f00;
    padding: 45px 0;
}
.footer-content{
    text-align: center;
}
.footer-logo{
    max-width: 75px;
    margin: auto;
}
.footer-logo img{
    width: 100%;
}
.footer-content h2{
    color: #fff;
    font-size: 35px;
    margin: 14px 0 7px 0;
}
.footer-content p{
    color: #fff;
    font-size: 20px;
}
.social-icons{
    display: flex;
    justify-content: center;
    column-gap: 10px;
}
.social-icons a{
    width: 30px;
    height: 30px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 50%;
    margin-top: 20px;
}
.social-icons a i {
	color: #3d5f00;
	font-size: 21px;
	line-height: 31px;
}
.footer-bottom-text{
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    margin-top: 30px;
}







