@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&display=swap');
@font-face {
    font-family: 'GoboldRegularItalic';
    src: url('/fonts/GoboldRegularItalic.eot');
    src: url('../fonts/GoboldRegularItalic.eot') format('embedded-opentype'),
         url('../fonts/GoboldRegularItalic.woff2') format('woff2'),
         url('../fonts/GoboldRegularItalic.woff') format('woff'),
         url('../fonts/GoboldRegularItalic.ttf') format('truetype'),
         url('../fonts/GoboldRegularItalic.svg#GoboldRegularItalic') format('svg');
         font-style: italic;
}
html{
	font-size: 62.5%;
}
body{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.landing-header{
	padding-top: 45px;
  top: 0;
  left: 0;
}
.landing-header-wrap{
	width: 50%;
}
.landing-header .d-flex{
	gap: 30px;
	max-width: 665px;
  padding: 0 55px;
}
.landing-header .d-flex span{
	width: 1px;
  height: 30px;
  background: #9b9c9e;
}
.landing-content{
	height: 100vh;
	overflow: hidden;
}
.landing-content .row, .landing-content .col-lg-6, .landing-content-wrap, .landing-bg-wrap, .landing-slider {
	height: 100%;
}
.landing-bg{
	left: 0;
	bottom: -5px;
}
.landing-content-wrap{
	max-width: 665px;
  margin: auto;
  padding: 100px 55px 0;
}
.landing-content h1{
	font-family: 'GoboldRegularItalic';
	font-size: 4.8rem;
	line-height: normal;
	letter-spacing: normal;
	color: #3B3C40;
}
.landing-content p{
	color: rgba(59, 60, 64, 0.70);
	font-family: "Roboto Flex", sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 22.8px;
	letter-spacing: normal;
	margin-top: 15px;
}
.landing-slider {
	padding-right: 55px;
}
.landing-marquee-left .scrollable-block {
  animation: marquee-up 3000s linear infinite;
}
.landing-marquee-right .scrollable-block {
	animation: marquee-bottom 3000s linear infinite;
}
@keyframes marquee-up {
	0% {
		transform: translateY(0%);
	}
	100% {
		transform: translateY(-50%); 
	}
}
@keyframes marquee-bottom {
	0% {
		transform: translateY(-50%);
	}
	100% {
		transform: translateY(0%);
	}
}
.landing-marquee-left:hover .scrollable-block, .landing-marquee-right:hover .scrollable-block {
	animation-play-state: paused;
}
.each-landing-img{
	height: 284px;
	overflow: hidden;
	background: #000;
	position: relative;
	margin-bottom: 20px;
}
.each-landing-img:after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, #3B3C40 0%, rgba(59, 60, 64, 0.00) 100%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	opacity: 0;
}
.each-landing-img:hover:after {
	opacity: 1;
}
.each-landing-text{
	position: absolute;
	z-index: 1;
	width: 100%;
	bottom: -100%;
	left: 0;
	padding: 30px 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-align: center;
}
.each-landing-img:hover .each-landing-text {
  bottom: 0;
}
.landing-button {
	color: #FCFCFC;
	font-family: "Roboto Flex", sans-serif;
	font-weight: 600;
	font-size: 1.6rem;
	padding: 10px 18px;
	border-radius: 120px;
	background: #0EB46C;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.landing-button:hover{
	background: #fff;
	color: #000;
}
.landing-slider .row {
	margin: 0 -10px;
}
.landing-slider .col-6 {
	padding: 0 10px;
}
.each-landing-img img.h-100{
	object-fit: cover;
}

/*===================Responsive================*/
@media(max-width: 1399.98px){
	.landing-content h1{
		font-size: 4.2rem;
	}
	.each-landing-img {
  	height: 200px;
	}
}
@media(max-width: 1199.98px){
	.landing-content h1{
		font-size: 3.6rem;
	}
	.landing-content-wrap, .landing-header .d-flex{
		padding-right: 40px;
		padding-left: 40px;
	}
	.landing-header .d-flex{
		gap: 20px;
	}
	.landing-slider {
  	padding-right: 40px;
	}
}
@media(max-width: 991.98px){
	.landing-header{
		background: #fff;
  	z-index: 9;
  	padding: 25px 0;
	}
	.landing-header-wrap{
		width: 100%;
	}
	.landing-header .d-flex {
  	gap: 12px;
  }
  .landing-header .logo1{
		width: 100px;
	}
	.landing-header .logo2{
		width: 140px;
	}
	.landing-header .d-flex, .landing-content-wrap{
		max-width: 720px;
	}
	.landing-content-wrap, .landing-header .d-flex, .landing-slider{
		padding-right: 20px;
		padding-left: 20px;
	}
	.landing-content .row, .landing-content .col-lg-6, .landing-content-wrap, .landing-bg-wrap, .landing-slider{
		height: auto;
	}
	.landing-content h1 {
  	font-size: 2.8rem;
  }
	.landing-slider{
		height: 700px !important;
		overflow: hidden;
		max-width: 720px;
    margin: 30px auto 0;
	}
	.each-landing-img{
		height: 240px;
		margin-bottom: 10px;
	}
	.each-landing-img:after, .landing-button, .landing-bg{
		display: none;
	}
	.landing-slider .row {
    margin: 0 -5px;
  }
	.landing-slider .col-6 {
    padding: 0 5px;
  }
}
@media(max-width: 767.98px){
	.landing-header .d-flex, .landing-content-wrap, .landing-slider{
		max-width: 540px;
	}
	.each-landing-img{
		height: 160px;
	}
}
@media(max-width: 429.98px){
	.each-landing-img{
		height: 130px;
	}
}