/*------------------------------------------------------------------
Project:  ComingSoon
Version:  
Last change:  
Assigned to:  Bach Le
Primary use:  
-------------------------------------------------------------------*/



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/


@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/Poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Light;
  src: url('../fonts/Poppins/Poppins-Light.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/Poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: PlayfairDisplay-Regular;
  src: url('../fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf'); 
}

@font-face {
  font-family: PlayfairDisplay-Italic;
  src: url('../fonts/PlayfairDisplay/PlayfairDisplay-Italic.ttf'); 
}




/*//////////////////////////////////////////////////////////////////
[ RS PLUGIN ]*/
/*---------------------------------------------*/
.container {max-width: 1200px;}







body{
	background-image: url(../images/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;
}

a{
    color:#fff;
}

a:hover{
    color:#fff;
    text-decoration:underline !important;
}



/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/
.s1-txt1 {
  font-family: Poppins-Regular;
  font-size: 15px;
  
  line-height: 1.2;
}


/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/

/*---------------------------------------------*/
.m2-txt1 {
  font-family: PlayfairDisplay-Regular;
  font-size: 25px;
  
  line-height: 1.2;
}

.m2-txt2 {
  /* font-family: PlayfairDisplay-Italic; */
  font-size: 14px;
  
  line-height: 1;
}

/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/
.l1-txt1 {
  font-family: Poppins-Bold;
  font-size: 33px;
  
  line-height: 1.2;
  text-transform: uppercase;
}

.l1-txt2 {
  /* font-family: Poppins-Light; */
  font-size: 33px;
  
  line-height: 1;
  font-weight: 600;
}


.logo{
    position: absolute;
    left: 25%;
    top: 30%;
    max-width: 226px;
}
.we_are{
    position: absolute;
    right: 25%;
    top: 30%;
    max-width: 180px;
    padding-top: 10px;
}
.logo_icon{
    position: absolute;
	right: 30%;
    top: 50%;
    max-width: 60px;
}
.respon1 {
    gap: 23px;
    position: absolute;
    left: 25%;
    top: 50%;

}


.life_better{
    top: 10%;
    position: absolute;
    left: 25%;
    font-size: 11px;
}

.ffootter{
	position: absolute;
    top: 65%;
    left: 25%;
    font-size: 12px;
  }
  
@media screen and (max-width:840px) {
  
  .wsize2{
    width: 20px;
  }
  .l1-txt2{
    font-size: 21px;
  }
  .m2-txt2{
    font-size: 8px;
  }
  .logo{
   position: absolute;
    left: 14%;
    top: 30%;
    max-width: 111px;
}
  .we_are{
    position: absolute;
    right: 12%;
    top: 30%;
    max-width: 90px;
}
  .logo_icon{
    position: absolute;
    right: 18%;
    top: 40%;
    max-width: 33px;
}
  .respon1 {
    gap: 10px;
    position: absolute;
    left: 14%;
    top: 40%;
}
  .life_better{
    top: 10%;
    position: absolute;
    left: 14%;
    font-size: 6px;
  }
.ffootter{
	position: absolute;
	top: 52%;
	left: 14%;
	font-size: 8px;
  }
}