@font-face {
    font-family: 'Cobbler Sans';
    src: url('../font/CobblerSans-Regular.eot');
    src: local('../font/Cobbler Sans Regular'), local('../font/CobblerSans-Regular'),
        url('../font/CobblerSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/CobblerSans-Regular.woff2') format('woff2'),
        url('../font/CobblerSans-Regular.woff') format('woff'),
        url('../font/CobblerSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cobbler Sans';
    src: url('../font/CobblerSans-SemiBold.eot');
    src: local('../font/Cobbler Sans SemiBold'), local('../font/CobblerSans-SemiBold'),
        url('../font/CobblerSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/CobblerSans-SemiBold.woff2') format('woff2'),
        url('../font/CobblerSans-SemiBold.woff') format('woff'),
        url('../font/CobblerSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Cobbler Sans';
    src: url('../font/CobblerSans-Light.eot');
    src: local('../font/Cobbler Sans Light'), local('../font/CobblerSans-Light'),
        url('../font/CobblerSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/CobblerSans-Light.woff2') format('woff2'),
        url('../font/CobblerSans-Light.woff') format('woff'),
        url('../font/CobblerSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Cobbler Sans';
    src: url('../font/CobblerSans-Medium.eot');
    src: local('../font/Cobbler Sans Medium'), local('../font/CobblerSans-Medium'),
        url('../font/CobblerSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/CobblerSans-Medium.woff2') format('woff2'),
        url('../font/CobblerSans-Medium.woff') format('woff'),
        url('../font/CobblerSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Cobbler Sans';
    src: url('../font/CobblerSans-Bold.eot');
    src: local('../font/Cobbler Sans Bold'), local('../font/CobblerSans-Bold'),
        url('../font/CobblerSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/CobblerSans-Bold.woff2') format('woff2'),
        url('../font/CobblerSans-Bold.woff') format('woff'),
        url('../font/CobblerSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cobbler Sans';
    src: url('../font/CobblerSans-Black.eot');
    src: local('../font/Cobbler Sans Black'), local('../font/CobblerSans-Black'),
        url('../font/CobblerSans-Black.eot?#iefix') format('embedded-opentype'),
        url('../font/CobblerSans-Black.woff2') format('woff2'),
        url('../font/CobblerSans-Black.woff') format('woff'),
        url('../font/CobblerSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


:root {
	--color-ornage: #ff6900;
	--color-yellow: #FFB200;
	--color-white: #ffffff;
	--color-black: #000000;
	--font-cobbler-sans: 'Cobbler Sans';
}
body {
	font-family: var(--font-cobbler-sans);
	box-sizing: border-box;

}
/*********************************/
/*PRE DEFINES*/
/*********************************/
.bg-orange {
	background-color: var(--color-ornage);
}
.bg-yellow {
	background-color: var(--color-yellow);
}
.text-orange {
	color: var(--color-ornage);
}
.text-yellow {
	color: var(--color-yellow);
}
.text-black {
	color: var(--color-black);
}
.text-white {
	color: var(--color-white);
}
.f-20 {
	font-size: 20px;
}
.f-18 {
	font-size: 18px;
}
.f-16 {
	font-size: 16px;
}
.f-14 {
	font-size: 14px;
}
.m-title {
	font-size: 60px;
	text-transform: uppercase;
	line-height: 56px;
    font-weight: bold;
    color: var(--color-black);
}
.m-title span {
	color: var(--color-yellow);
}
.s-title {
	font-size: 20px;
    line-height: 27px;
    font-weight: 600;
}
.d-para {
	font-size: 18px;
	color: var(--color-black);
}
.mt-88 {
	margin-top: 88px;
}
/*********************************/
/*NAVBAR*/
/*********************************/
.set-navbar {
	background-color: var(--color-yellow);
}
.set-navbar .navbar-brand {
	border-radius: 12px;
	overflow: hidden;
}	
.set-line-height {
	color: var(--color-white);
    line-height: 14px;
    font-size: 17px;
    font-weight: 900;
}
.sticky-nav {
	position: sticky;
	top: 0px;
	z-index: 1000;
}
/*********************************/
/*BANNER*/
/*********************************/
.set-carousel .carousel-caption {
	bottom: 30%;
}
.set-carousel .carousel-caption h5 {
	font-size: 26px;
}
.set-carousel .carousel-caption h1 {
	font-size: 82px;
	font-weight: 600;
}
.set-btn-all {
	background-color: var(--color-yellow);
	color: var(--color-white);
	padding: 14px 42px;
	font-size: 20px;
	border-radius: 35px;
	text-decoration: none;
	display: inline-block;
	font-weight: 600;
}
.set-carousel .carousel-caption p {
	font-weight: 500;
	margin-top: 14px;
}
/*********************************/
/*WHY EAT*/
/*********************************/
.checked {
  color: var(--color-yellow);
}
.img-set {
	width: 50px;
	flex-shrink: 0;
}
.right-why .post-slide {
	height: 460px;
}
.right-why .post-slide img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.right-why .carousel-indicators [data-bs-target] {
	width: 10px;
    height: 10px;
}
/*********************************/
/*TESTEMONIALS*/
/*********************************/
#news-slider{
    margin-top: 80px;
}
.post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-content{
    background:#fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}


.set-child-position img:nth-child(2) {
	height: 350px;
	object-fit: cover;
}
.set-child-second img:nth-child(1) {
	height: 350px;
	object-fit: cover;
}
.set-child-third img:nth-child(2) {
	height: 350px;
	object-fit: cover;
}
.guide-img {
	height: 208px;
	width: 208px;
	border-radius: 175px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: -108px;
}
.guide-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.guide-card {
	padding: 0 20px 60px;
    background-color: #f6f6f6;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    margin: 0 18px;
    margin-top: 108px;
}
.price-black {
	font-size: 40px;
	font-weight: 600;
	text-decoration: line-through;
}
.price-yellow {
	font-size: 40px;
	color: var(--color-yellow);
	font-weight: 600;
}
.sale-end-timer {
	min-width: 300px;
    padding: 6px 10px;
    text-align: center;
    background-color: rgba(255, 178, 0, 0.28);
    border: 4px dashed #000;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*footer*/
.set-content-footer {
	margin-top: -4px;
}
.set-input-subscribe input {
	border-radius: 32px;
	padding: 12px;
	font-size: 18px;
	color: grey;
	overflow: hidden;
}
.set-input-subscribe button {
	border-radius: 32px;
	background-color: var(--color-ornage);
	color: var(--color-white);
	font-size: 18px;
	font-weight: 600;
}
.set-main-title-ftr {
	font-size: 22px;
	font-weight: 600;
	color: var(--color-white);
}
.set-ul-ftr {
	padding-left: 0px;
	color: var(--color-white);
	list-style-type: none;
}
.set-ul-ftr li {
	font-size: 18px;
	margin-top: 8px;
}
.set-ul-ftr li a {
	color: var(--color-white);
	text-decoration: none;
}
.set-ul-ftr li a i {
	font-size: 22px;
	display: inline-block;
	padding: 8px;
}

.set-icon-bottom {
	position: fixed;
	bottom: 22px;
	right: 22px;
	cursor: pointer;
	z-index: 10000;
}
.set-icon-bottom img {
	cursor: pointer;
}

.carousel-indicators [data-bs-target] {
	background-color: #202020;
}
.carousel-indicators {
    bottom: -62px;
}
html {
	scroll-behavior: smooth;
}
/*MEDIA QUERY*/
@media only screen and (max-width: 1024px) {
	.set-carousel .carousel-caption h1 {
	    font-size: 52px;
	}
	.m-title {
	    font-size: 38px;
	    line-height: 48px;
	}
}
@media only screen and (max-width: 820px) {
	.set-carousel .carousel-caption h1 {
	    font-size: 42px;
	}
}
@media only screen and (max-width: 480px) {
	.price-black {
	    font-size: 22px;
	}
	.price-yellow {
		font-size: 22px;
	}
	.sale-end-timer {
	    min-width: 172px;
	    font-size: 14px;
	}
	.f-20 {
	    font-size: 14px;
	}
	.d-para {
	    font-size: 15px;
	}
	.mt-88 {
		margin-top: 32px;
	}
}