/* CSS Document */
/*=======================================
	Comman styles
=========================================*/
/* line 1, ../app/_reset.scss */
html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto; }

/* line 11, ../app/_reset.scss */
body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-size: 16px;
  color: #535353; }

/* line 19, ../app/_reset.scss */
img {
  max-width: 100%;
  height: auto; }

/* line 23, ../app/_reset.scss */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Pacifico', cursive;
    margin: 0;
    padding: 0;
  }

/* line 26, ../app/_reset.scss */
a {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all ease-in;
  transition: all 300ms ease-in;
  text-decoration: none;
  outline: none; }

/*container-wrap style start here*/
.container-wrap{
  display: flex;
  height: 100vh;
}
.container-wrap .wrap_left{
  width: 25%;
  padding: 20px;
}
.wrap_left h2 {
    font-size: 60px;
    color: #ee2746;
    font-weight: 500;
    line-height: 57px;
}
.wrap_left .site a{
  font-size: 30px;
  color: #040404;
  position: relative;
}
.wrap_left .site a:after{
  position: absolute;
  content: '';
  background: url(../images/lines-horizon.png);
  width: 415px;
  height: 9px;
}
.wrap_left h2 span{
  display: block;
  color: #eab73d;
  font-size: 45px;
}
.wrap_left .social{
  display: flex;
  justify-content: space-around;
  max-width: 144px;
  position: absolute;
  bottom: 30px;
}
.social a {
    margin: 0 4px;
}
.wrap_left .look-img{
  margin: 30px 0 15px;
}

/*wrap right*/
.container-wrap .wrap_right{
  width: 75%;
  background: url(../images/main-welcome-bg.png);
  background-size: cover; 
  background-repeat: no-repeat;
  padding: 10px 0 30px;
}
