html{
	font-size:16px;
	scroll-behavior : smooth ;
}
@font-face {
   font-family: 'FCIconic-Thin';
   src: url('fonts/FCIconic-Thin.eot');
   src: url('fonts/FCIconic-Thin.eot?#iefix') format('embedded-opentype'),
      url('fonts/FCIconic-Thin.woff') format('woff'),
      url('fonts/FCIconic-Thin.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'FCIconic-ThinItalic';
   src: url('fonts/FCIconic-ThinItalic.eot');
   src: url('fonts/FCIconic-ThinItalic.eot?#iefix') format('embedded-opentype'),
      url('fonts/FCIconic-ThinItalic.woff') format('woff'),
      url('fonts/FCIconic-ThinItalic.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'FCIconic-ExtraLight';
   src: url('fonts/FCIconic-ExtraLight.eot');
   src: url('fonts/FCIconic-ExtraLight.eot?#iefix') format('embedded-opentype'),
      url('fonts/FCIconic-ExtraLight.woff') format('woff'),
      url('fonts/FCIconic-ExtraLight.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'FCIconic-Light';
   src: url('fonts/FCIconic-Light.eot');
   src: url('fonts/FCIconic-Light.eot?#iefix') format('embedded-opentype'),
      url('fonts/FCIconic-Light.woff') format('woff'),
      url('fonts/FCIconic-Light.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'FCIconic-Regular';
   src: url('fonts/FCIconic-Regular.eot');
   src: url('fonts/FCIconic-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/FCIconic-Regular.woff') format('woff'),
      url('fonts/FCIconic-Regular.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'FCIconic-Medium';
   src: url('fonts/FCIconic-Medium.eot');
   src: url('fonts/FCIconic-Medium.eot?#iefix') format('embedded-opentype'),
      url('fonts/FCIconic-Medium.woff') format('woff'),
      url('fonts/FCIconic-Medium.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'FCIconic-ExtraBold';
   src: url('fonts/FCIconic-ExtraBold.eot');
   src: url('fonts/FCIconic-ExtraBold.eot?#iefix') format('embedded-opentype'),
      url('fonts/FCIconic-ExtraBold.woff') format('woff'),
      url('fonts/FCIconic-ExtraBold.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

/*///////////Start-Policy///////////////*/
.policy-box{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 1rem ;
    color: #FFF ;
    z-index: 1231;
    font-size: 1rem;	
	background: rgba(0,0,0,0.6);
}
.policy-box ul{
	list-style: none;
	margin: 0;
	background: #444e3b;
	padding: 2rem 1rem;
}
.policy-box ul li{padding: 0 10px;}
.policy-box p{
	font-size: 1.1rem !important; 
	margin-bottom: 0;
	font-family: 'Kanit-Regular';
}
.policy-box a{text-decoration: underline;}
.policy-box a:hover{text-decoration: none;}
.policy-box .btn-policy{
    width: 150px;
    padding: 8px;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    color: #FFF ;
    margin: .5rem auto 0;
	display: flex;
    align-items: center;
    justify-content: center;
	text-transform: uppercase;
	border: 1px solid #293122;
    background: #293122;
}
.btn-policy:hover{
	transform: scale(.96);
	opacity: .7;
}

.policy-box .container{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
}

/*///////////End-Policy///////////////*/

body{
   font-family: 'FCIconic-Thin';
	cursor: default;
	position: relative;
	line-height:1.5;
	font-size: 1rem;
	color: #FFF;
	overflow-x: hidden;
	 -webkit-overflow-scrolling: touch;
}
ul{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	/*cursor: pointer;*/
	color: inherit;
}

button:focus {
    outline: none;
}

.scroll-container {
	height: 100vh;
	overflow-y: scroll;
	scroll-snap-type: y mandatory;
	scroll-behavior: smooth; 
	overscroll-behavior-y: contain;
}
section.videocontent{
	width: 100%;
	overflow: hidden;
	height: 60vh;
	background:#000;
}
.videocontent video,
.videocontent source{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	scroll-snap-align: start;
  	scroll-snap-stop: always;
	overflow: hidden;
	position: relative;
	flex-wrap: wrap;
}
section:nth-child(2){
	background: url("../images/bggreen1.webp") center center no-repeat;
	background-size: cover !important;
}
section:nth-child(4){
	background: url("../images/bggreen.webp") center center no-repeat;
	background-size: cover !important;
}
section:nth-child(5){
	background: -webkit-linear-gradient(rgba(80, 81, 79, 1) 0%, rgba(50, 51, 49, 1) 100%);
	background: -o-linear-gradient(rgba(80, 81, 79, 1) 0%, rgba(50, 51, 49, 1) 100%);
	background: linear-gradient(rgba(80, 81, 79, 1) 0%, rgba(50, 51, 49, 1) 100%);
}
section:nth-child(6){
	background: url("../images/bggreen.webp") center center no-repeat;
	background-size: cover !important;
}
section .row{width: 100%;}
section.section2{height: 65vh;}
section.contentcover{height: 65vh;}
section.section2 .row{justify-content: flex-end;}
.contentcover img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.customerlogo{
	position: relative;
	margin: auto;
	width: 100%;
	margin-left: -1rem;
	text-align: center;
}
.customerlogo::after{
	content: '';
	width: 1px;
	height: 100%;
	background: #FFF;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 1;
}
.customerlogo a{display: inline-block;margin: 0 10px;}
.customerlogo img.pruksalogo{
	width: 65px;
	transition: all 0.6s;
	animation: runright 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.customerlogo img.reservelogo{
	width: 123px;
	transition: all 0.6s;
	animation: runleft 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes runleft {
  from {
    transform: translateX(-80%);
    opacity: 0;
  }
  to {
    transform: translateX(40%);
    opacity: 1;
  }
}
@keyframes runright {
  from {
    transform: translateX(80%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}









.contenttop{
	width: 100%;
	height: 100%;
	align-content: space-between;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 6%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap:wrap;
}
.logobubble{
	border-radius: 15px;
	padding: 1rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio:2/2;
	position: relative;
	overflow: hidden;
}
.logobubble::before{
	content: '';
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .45;
	background: radial-gradient(circle,rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.5) 65%, rgba(255, 255, 255, 1) 100%);
}
.logobubble img{
	width: auto;
	max-width: 100%;
	position: relative;
	z-index: 2;
	transition: all 0.6s;
}
.logobubble:hover img{transform: scale(.97);}
.img-contract{
	text-align: center;
	position: relative;
	box-shadow: rgb(0 0 0 / 30%) 4px 4px 9px;
}
.img-contract img.topcontract{
	position: absolute;
	left: -2rem;
	bottom: 0;
	z-index: 2;
	max-width: 45%;
}
.img-contract img{
	width: auto;
	max-width: 100%;
	object-fit: scale-down;
}
.textpro{
	color: #FFF;
	font-family: 'FCIconic-Light';
	margin-bottom: 10rem;
}
.textpro p{
	margin: 0;
	opacity: .66;
}
.textpro h1{
	font-size: 25px;
	margin: 0;
	line-height: 1.45;
}
.greenproducts {
	background: #444e3b;
	padding: 15% 5%;
	color: #FFF;
	height: 33.33vh;
	width: 100%;
	text-align: center;
}
.greenproducts p{margin: 0;font-family: 'FCIconic-ExtraLight';}
.greenproducts h1{
	font-size: 20px;
	margin: 0;
	width: 100%;
	font-family: 'FCIconic-Medium';
}
.grayproducts {
	height: 33.33vh;
    text-align: center;
    background: -webkit-linear-gradient(rgba(80, 81, 79, 1) 0%, rgba(50, 51, 49, 1) 100%);
    background: -o-linear-gradient(rgba(80, 81, 79, 1) 0%, rgba(50, 51, 49, 1) 100%);
    background: linear-gradient(rgba(80, 81, 79, 1) 0%, rgba(50, 51, 49, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.grayproducts h1{
	font-size: 25px;
	margin: 0;
}
.blackproducts{
	text-align: center;
	overflow: hidden;
	height: 33.33vh;
}
.blackproducts img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section3 .container{
	height: 100%;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    padding-top: 15%;
    padding-bottom: 15%;
}
.logocenter {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logocenter img{
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	transition: all 0.6s;
}
.logocenter:hover img{transform: scale(.97);}



section.section4{
    background: -webkit-linear-gradient(rgba(80, 81, 79, 1) 0%, rgba(50, 51, 49, 1) 100%);
    background: -o-linear-gradient(rgba(80, 81, 79, 1) 0%, rgba(50, 51, 49, 1) 100%);
    background: linear-gradient(rgba(80, 81, 79, 1) 0%, rgba(50, 51, 49, 1) 100%);
}
section.section4 .container{
	position: relative;
	z-index: 2;
}
section.section4 img.profade{
	width: auto;
	max-width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%,-50%);
}
.textpro3{font-size: 18px;}
.textpro3 p{
	margin-bottom: 2rem;
	opacity: .66;
}
.textpro3 h1{
	margin: 0;
	font-size: 18px;
	margin-bottom: 2rem;
	font-family: 'FCIconic-Medium';
}
.textpro3 h2{
	font-size: 18px;
	margin-bottom: 2rem;
	font-family: 'FCIconic-Medium';
}


section.section5{
    align-content: space-between;
}
.textpro5 {
    text-align: center;
    position: relative;
    font-size: 23px;
    padding: 1rem;
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.textsubpro5{
	text-align: center;
	position: relative;
	z-index: 2;
}
.serviceimg{
	padding: 1rem;
	text-align: center;
	overflow: hidden;
    height: 23.33vh;
	background-size: cover !important;
	
	display: flex;
	align-items: flex-end;
	justify-content: center;
	align-content: flex-end;
	flex-wrap: wrap;
	position: relative;
	font-family: 'FCIconic-Light';
}
.serviceimg::after{
	content: '';
	width: 100%;
	height: 100%;
	opacity: .5;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.serviceimg p{
	width: 100%;
	margin-bottom: 1rem;
}
.serviceimg h1{
	font-size: 24px;
	margin: 0;
	width: 100%;
	font-family: 'FCIconic-Light';
}
.serviceimg.service1{background: url("../images/RSV89_1_Preview_001.webp") top left no-repeat;}
.serviceimg.service2{background: url( "../images/16.webp") center center no-repeat;}
.serviceimg.service3{background: url( "../images/Screenshot 2569-05-05 at 00.26.31.webp") top left no-repeat;}



.fade {
  opacity: 0;
  transform: translateY(40px); 
  transition: all .75s cubic-bezier(0.22, 1, 0.36, 1);
}
.fadecenter {
  opacity: 0;
  transform: translateY(-40px); 
  transition: all .5s cubic-bezier(0.22, 1, 0.36, 1);
}

.active .fade {
  opacity: 1;
  transform: translateY(0);
}
.active .fadecenter {
  opacity: 1;
  transform: translateY(0);
}
.fade:nth-child(1) { transition-delay: 0.1s; }
.fade:nth-child(2) { transition-delay: 0.2s; }
.fade:nth-child(3) { transition-delay: 0.3s; }
.fade:nth-child(4) { transition-delay: 0.4s; }






