.container-gastronomind {
	position: relative;
}
.nav-container {
	position: absolute;
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	width: 25px;
	z-index: 1;
}
.btn-collapse {
	color: #faa61a;
	cursor: pointer;
	margin: 15px 0;
	text-align: center;
	width: 100%;
}
.collapse-active {
	color: #faa61a;
	padding: 50px 0;
	position: relative;
	transition: all .3s;
}
.collapse-active::before {
	background: #faa61a;
	border-radius: 10px;
	content: "";
	height: 50px;
	margin: auto;
	left: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
}
.collapse-active::after {
	background: #faa61a;
	border-radius: 10px;
	content: "";
	height: 50px;
	margin: auto;
	left: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 2px;
}

/* Slider Main */
.slider-home {
	position: relative;
}
.slider-home .social-header {
	align-items: center;
	bottom: 0;
	display: flex;
	position: absolute;
	top: 0;
	right: 3%;
	z-index: 1;
}
.slider-home .join-social {
	align-items: center;
	bottom: 0;
	color: #fff;
	display: flex;
	height: 25px;
	position: absolute;
	transform: rotate(-90deg);
	top: 30%;
	right: 2%;
	z-index: 1;
}
@media (min-width: 320px) {
	.slider-home .join-social {
		right: 0;
	}
}
@media (min-width: 768px) {
	.slider-home .join-social {
		right: 2%;
	}
}
.slider-home .social-header ul {
	list-style: none;
}
.slider-home .social-header a {
	align-items: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 100%;
	display: flex;
	height: 25px;
	justify-content: center;
	margin: 15px auto;
	width: 25px;
}
.bg-slider {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	height: 100%;
	min-height: 600px;
}
.content-slider {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	width: 35%;
}
.content-slider h1 {
	font-family: 'Roboto';
	font-size: 44px;
	font-weight: 500;
	text-align: center
}
.content-slider p {
	font-family: 'Roboto';
	font-size: 17px;
	font-weight: 400;
}
@media (min-width: 320px) {
	.content-slider {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.content-slider {
		width: 35%;
	}
}
.lang {
	bottom: 3%;
	color: #fff;
	font-family: 'Roboto';
	font-size: 14px;
	position: absolute;
	right: 3%;
	z-index: 1;
}
.lang a {
	color: #fff;
}
/* Why Us Section */
.who-we-are {
	background: #f6f6f6;
}
#who-we-are .container,
#why-us .container {
	position: relative;
}
#who-we-are .container::before,
#why-us .container::before {
	background: #faa61a;
	border-radius: 3em;
	box-shadow: 0 0 5px #faa61a;
	bottom: 0;
	content: "";
	height: 100px;
	margin: auto;
	position: absolute;
	top: 0;
	width: 5px;
}
@media (min-width: 320px) {
    #who-we-are .container::before,
    #why-us .container::before {
        left: 35px;
    }
}
@media (min-width: 768px) {
    #who-we-are .container::before,
    #why-us .container::before {
        left: initial;
    }
}

#who-we-are .container::after {
	content: "01";
}
#why-us .container::after {
	content: "02";
}
#who-we-are .container::after,
#why-us .container::after {
	align-items: center;
	bottom: 0;
	color: #faa61a;
	display: flex;
	font-size: 16px;
	height: 100px;
	left: 3%;
	margin: auto;
	position: absolute;
	top: 0;
}
.why-us .column-1 {
	border-right: 3px solid #faa61a;
}
.content-section h3 {
	color: #000;
	font-weight: 600;
}
.content-section hr {
	border-color: #faa61a;
	position: relative;
}
.container hr::after {
	background: #faa61a;
	bottom: -20px;
	content: "";
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 100px;
}
.why-us {
	background: #fff;
}
.why-us .title-section h2,
.who-we-are .title-section h2 {
	color: #b6b6b6;
	font-family: 'Roboto';
	font-size: 225px;
	font-weight: 800;
	line-height: .45;
	text-transform: uppercase;
}
@media (min-width: 320px) {
	.who-we-are .container::after,
	.why-us .container::after,
	.who-we-are .container::before,
	.why-us .container::before {
		content: initial;
	}
	.why-us .title-section h2,
	.who-we-are .title-section h2 {
		font-size: 105px;
		line-height: .5;
		padding-top: 50px;
	}
	.content-section em {
	    font-size: 26.5px;
	}
}
@media (min-width: 768px) {
	.why-us .title-section h2,
	.who-we-are .title-section h2 {
		line-height: .6;
	}
	.content-section em {
	    font-size: initial;
	}
}
@media (min-width: 1024px) {
	.why-us .title-section h2,
	.who-we-are .title-section h2 {
		font-size: 190px;
	}
}
.why-us .subtitle-section h3,
.who-we-are .subtitle-section h3 {
	color: #000;
	display: inline-flex;
	font-family: 'Roboto';
	font-size: 50px;
	font-weight: 400;
	text-transform: uppercase;
}
@media (min-width: 320px) {
	.why-us .subtitle-section h3,
	.who-we-are .subtitle-section h3 {
		font-size: 25px;
	}
}
@media (min-width: 425px) {
	.why-us .subtitle-section h3,
	.who-we-are .subtitle-section h3 {
		font-size: 35px;
	}
}
@media (min-width: 768px) {
	.why-us .subtitle-section h3,
	.who-we-are .subtitle-section h3 {
		font-size: 50px;
	}
}
@media (min-width: 1024px) {
	.why-us .subtitle-section h3,
	.who-we-are .subtitle-section h3 {
		font-size: 90px;
		line-height: 70px;
	}
}
.why-us .subtitle-section h3 .circle-separate,
.who-we-are .subtitle-section h3 .circle-separate {
	background: #faa61a;
	border-radius: 3em;
	height: 20px;
	margin: auto 5px;
	width: 20px;
}

.why-us .content-section,
.who-we-are .content-section {
	color: #737373;
	font-family: 'Open Sans';
	font-size: 15px;
	font-weight: 300;
	position: relative;
}
@media (min-width: 320px) {
    .why-us .content-section,
    .who-we-are .content-section {
        padding: 35px;
    }
}
@media (min-width: 768px) {
    .why-us .content-section,
    .who-we-are .content-section {
        padding: 0px;
    }
}
.why-us .column-1 span,
.why-us .column-2 span {
	font-size: 32px;
	font-weight: 700;
	left: 0;
	position: absolute;
	opacity: .2;
	top: -20px;
}
.why-us .downscroll i,
.who-we-are .downscroll i {
	color: #c6c6c6;
	cursor: pointer;
}
/* About Us Section */
.about-us {
	overflow: hidden;
}

.about-us .content-carousel {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}
.about-us .content-carousel h2 {
	color: #fff;
	font-family: 'Roboto';
	font-size: 27px;
	font-weight: 500;
	position: relative;
	text-transform: uppercase;
	width: 100%;
}
.about-us .content-carousel .content-about::after,
.about-us .content-carousel .content-about::before {
	background: #faa61a;
	content: "";
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 20%;
}
.about-us .content-carousel .content-about::after {
	bottom: -20px;
}
.about-us .content-carousel .content-about::before {
	top: -20px
}
.about-us .content-carousel p {
	color: #fff;
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: 300;
}
.about-carousel .carousel-content img {
	height: 500px;
	object-fit: cover;
}
.main-slider .owl-dots,
.about-carousel .owl-dots {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
}
@media (min-width: 320px) {
    .about-carousel .carousel-content img {
        height: 300px;
    }
}
@media (min-width: 768px) {
    .about-carousel .carousel-content img {
        height: 500px;
    }
}