*{
    font-family: 'Dosis', sans-serif;
    margin: 0; padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    border: none;
}


/* ========================
REUSABLE COMPONENT
======================== */

p {
    font-size: 18px;
}

h1 {
    font-size: 60px;
}

.order_button {
    margin-top: 50px;    
}

.order_button a {
	color: #fff;
	background: #f19a0e;
	padding: 13px 20px;
	border-radius: 25px;
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
}

.order_button a:hover {
    background: #fff;
    color: #000000;
    transition: .5s;
}


/* ========================
HEAER SECTION
======================== */

.header_section {
    width: 100%;

}

.logo_and_nav {
    max-width: 1140px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.header_logo {
	min-width: 170px;
}

.header_logo img {
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

.nav {}

.nav ul {
    list-style: none;
}

.nav li {
    display: inline-block;
}

.nav li a {
	padding: 13px 20px;
	margin-left: 10px;
	font-size: 14px;
	border-radius: 25px;
	font-weight: 600;
	background: #000000;
	border: 2px solid #f19a0e;
	color: #f19a0e;
	min-width: 150px;
	display: inline-block;
	text-align: center;
}

.nav li a:hover {
    color: white;
    background: #f19a0e;
}

.nav li:last-child a {
    background: #f19a0e;
    color: #fff;
}

.nav li:last-child a:hover {
    background: #000000;
}

.logo_and_nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 999;
	padding: 10px 15px;
}
.slider-carousel{
    overflow: hidden;
}
.slider-carousel .owl-nav.disabled {
	display: none;
}
.slider-carousel .owl-item {
	display: inline-block;
}
.header_text_section {
    width: 100%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 100vh;
}

.header_text_div {
	max-width: 1140px;
	margin: 0 auto;
	padding-top: 170px;
	padding-bottom: 100px;
	padding-left: 15px;
	padding-right: 15px;
}

.header_text {
	max-width: 768px;
	padding: 60px 60px;
	border: 10px solid #f19a0e;
	border-radius: 10px;
	margin: auto;
	width: 100%;
}

.header_text h1 {
	color: white;
	font-size: 100px;
	text-transform: uppercase;
}
.header_text h1 span{
    display: block;
    color: #f19a0e;
}
.header_text p {
	color: white;
	margin-top: 30px;
	font-size: 30px;
}


/* ========================
ABOUT SECTION
======================== */

.about_section {
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0.6),rgba(255, 255, 255, 0.6)), url(../images/about-bg.jpg);
    background-position: center;
    background-size: cover;
}

.about_section_div {
	max-width: 1140px;
	margin: 0 auto;
	padding: 120px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 100px;
    padding-left: 15px;
    padding-right: 15px;
}

.about_img {
    width: 40%;
}

.about_img img {
	width: 100%;
	height: auto;
	border-top-left-radius: 150px;
	border-bottom-right-radius: 150px;
	border: 10px solid #f19a0e;
}

.about_text {
    max-width: 60%;
}

.about_text p {
	margin-top: 30px;
	font-weight: 400;
	line-height: 1.4;
}


.about_btn a:hover {
    background: #000;
    color: #fff;
}

/* ========================
REVIEW SECTION
======================== */

.review_section {
	width: 100%;
	background: url(../images/review-bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 120px 0px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.reviwes-carousel {
	overflow: hidden;
	max-width: 550px;
    width: 100%;
	margin: 0 auto;
}
.reviwes-carousel .owl-nav.disabled {
	display: none;
}
.reviwes-carousel .owl-dots {
    text-align: center;
}
.reviwes-carousel .owl-dot {
	background: #000;
	width: 11px;
	height: 12px;
	margin: 5px;
	border-radius: 50%;
	cursor: pointer;
	border: 1px solid #000;
}
.reviwes-carousel .owl-dot.active {
    background: #fff;
}
.reviwes-carousel .owl-item{
    display: inline-block;
}
.review_div {
    max-width: 1140px;
    margin: 0 auto;
}

.review_div img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.review_img {
    width: 80px;
    margin: 0 auto;
}

.review_div h2 {
	margin: 0 auto;
	width: fit-content;
	margin-top: 20px;
	font-size: 24px;
	margin-bottom: 10px;
}

.starts {
    width: fit-content;
    margin: 0 auto;
}

.starts i {
    font-size: 14px;
    margin: 5px 0;
    color: #f19a0e;
}

.starts span i {
    color: black;
}

.review_div p {
	font-size: 20px;
	color: #777777;
	text-align: center;
	margin: 20px 0px;
}

/* ========================
BLOG SECTION
======================== */

.blog_section {
    width: 100%;
    background: url(../images/blog-bg.jpg);
    background-size: cover;
    background-position: center fixed;
}

.blog_section_div {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 240px;
    padding-left: 15px;
    padding-right: 15px;
}

.blog_header h1 {
    color: white;
    text-transform: uppercase;
    text-align: center;
}

.blog_paragraph p {
	color: white;
	font-size: 20px;
	line-height: 1.4;
	text-transform: capitalize;
	text-align: center;
}

.blog_paragraph {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 70px;

}

.blog_content_box {
	color: white;
	background: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7));
	width: 33.33%;
	border-radius: 10px;
	padding: 18px;
	border-top: 1px solid rgba(119, 119, 119, 0.4);
	border-left: 1px solid rgba(119, 119, 119, 0.4);
}


.blog_content {
	display: flex;
	gap: 7%;
}

.blog_img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    cursor: pointer;
}



.blog_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
    transition: .3s;
}
.blog_img:hover img {
    transform: scale(1.1);
    
}
.blog_date {
    width: fit-content;
    margin: 10px 0;
}

.blog_date p {
    color: #fff;
    margin: 0 10px;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
}

.blog_discription p {
    color: #b9b9b9;
    font-style: italic;
    margin-bottom: 20px;
}


.blog_btn {
    margin: 0 auto;
    width: fit-content;
    margin-top: 50px;
}

/* ========================
FOOTER SECTION
======================== */

.footer_section {
    width: 100%;
}

.footer_div {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 100px;
    margin-top: -150px;
    padding: 0 15px;
    
}

.footer_left_div {
    background: white;
    width: 60%;
    text-align: center;
}

.footer_right_div {
    background: #f19a0e;
    width: 40%;
}

.footer_left_div h3 {
    font-size: 50px;
    margin-top: 40px;
}

.footer_left_div h4 {
    font-size: 23px;
    margin-top: 20px;
    line-height: 40px;
    color: #646464;
    font-weight: 400;
}

.footer_left_div p {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 25px;
}

.footer_left_div h5 {
    font-size: 32px;
    margin-top: 15px;
}

.footer_left_div h6 {
    font-size: 26px;
    margin-top: 15px;
    font-weight: 600;    
}

.footer_right_div ul{
    list-style: circle;
    padding: 80px;
    padding-right: 30px;
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 50px;
}

/* ========================
FOOTER SECTION
======================== */

.copyright_section {
    background: black;
    width: 100%;
}

.copyright_div {
    max-width: 1140px;
    margin: 0 auto;
    color: white;
}

.copyright_div p{
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
    padding-left: 15px;
    padding-right: 15px;
}