/*------------------------------------------------------------------
Project:  SixOneNine Coming Soon
Version: 1
Last change: 20/01/2020
Assigned to:  C Lowe
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
COLOUR PALET
Version: 1
Last change: 20/01/2020
Main: 44556c
Dark: 1d242f
Light: 8493a2
White: f0f5f4
-------------------------------------------------------------------*/

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Arista-Pro-Alternate-ExtraLight;
  src: url('../fonts/SixOneNine/Arista-Pro-Alternate-ExtraLight.ttf');
}
@font-face {
  font-family: Arista-Pro-Alternate-Regular;
  src: url('../fonts/SixOneNine/Arista-Pro-Alternate-Regular.ttf');
}
/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/
.txt1 {
  font-family: Arista-Pro-Alternate-ExtraLight;
  font-size: 42px;
  line-height: 1.5;
  color: #8493a2;
}
.txt2 {
  font-family: Arista-Pro-Alternate-Regular;
  font-size: 42px;
  line-height: 1.5;
  color: #44556c;
}
a, a:hover, a:active {
  color: #f0f5f4;
}
/*==================================================================
   SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE
==================================================================*/
.size1 {
  width: 100%;
  min-height: 100vh;
}
.size2 {
  height: 100%;
  width: 75%;
}
/*==================================================================
   AREA
==================================================================*/
.area-parent {
  position: relative;
  z-index: 1;
}
.area1 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}
.area2 {
  padding: 50px 50px 150px 320px;
}
/*---------------------------------------------*/
.overlay1 {
  overflow: hidden;
}
.overlay1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.overlay1::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  right: 100%;
  width: 10000px;
  height: 100%;
  background-color: #fff;
  transform-origin: bottom right;
  -webkit-transform: skewX(135deg);
  -moz-transform: skewX(135deg);
  -ms-transform: skewX(135deg);
  -o-transform: skewX(135deg);
  transform: skewX(135deg);
}
/*---------------------------------------------*/
.wrap-pic1 {
  width: 100%;
  margin-top: 50px
}
.wrap-pic1 img {
  max-width: 100%;
}
#logo {
  max-width: 600px;
  width: 75%
}
.icon {
  width: 50px;
  height: 50px;
  border: 1px solid #1d242f;
  border-radius: 25px;
  background-color: #1d242f;
  color: #f0f5f4;
  text-align: center;
  font-size: 25px;
}
/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/
@media (max-width: 1600px) {
  .respon1 {
    max-width: 38%;
  }
}
@media (max-width: 1200px) {
  .respon1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .respon1 {
    max-width: 650px;
    min-height: unset;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .respon2 {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .respon2::after {
    top: 100%;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .txt1, .txt2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {

}
@media (max-width: 576px) {

}
@media (max-width: 480px) {
}
