body{ background: #000; color: #fefefe; height: 100vh; padding:0; margin:0; font-family: 'Barlow', sans-serif;  }
a{ color: #ff8e62; text-decoration: none; }
h1{
  font-size: 60px;
  line-height: 58px;
  opacity: 0.95;
  margin-bottom: 48px;
}
h2{ margin-bottom: 6px; }
.page-background{
  width: 100%; height: 100vh;
  width: 100%;
  position: absolute;
  top: 0; left: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: -1;
}
.page-background .illustration{
  max-width: 90%; max-height: 90%; margin-bottom: -100px; margin-bottom: -20vh;
}
.flex-page{ 
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  height: 100vh;
 }
.container{ max-width: 1400px; margin: 0 auto; padding: 21px;}
.content{ padding: 21px; }
.col-container{ 
  display: flex; 
  justify-content: space-evenly;
  align-items: center;
  background-color: rgb(27 27 27);
  border: 2px solid #323232;
  padding: 42px;
  max-width: 1000px;
  border-radius: 14px;
  margin-top: -100px;
  position: relative;
  z-index: 2;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.logo{
  max-width: 320px;
  margin: 0 auto 42px auto;
  display: block;
}
ul.features{ margin-bottom: 42px; }
ul.features li{ 
  display: flex; 
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  margin: 30px 0;
  line-height: 21px;
  font-size: 21px;
  color: #fefefe;
}
ul.features li:before{
  content: url('../img/checkmark.svg');
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 7px;
  min-width: 28px;
  min-height: 28px;
}
ul.cta{ margin: 0; padding: 0; }
ul.cta li{ 
  display: flex; 
  padding: 0;
  align-items: center;
  margin-bottom: 6px;
  font-weight: bold;
}
ul.cta li:before{
  content: url('../img/checkmark.svg');
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 9px;
  opacity: 0.5;
}
ul.cta li:first-child:before{
  content: url('../img/phone.svg');
}
ul.cta li:last-child:before{
  content: url('../img/mail.svg');
}
ul.social{  display: flex; justify-content: flex-start; opacity: 0.7; }
ul.social img{
  width: 32px;
  height: 32px;
}
ul.social li{ padding: 0; margin-right: 14px; }
.card{
  padding: 21px;
  background-color: rgba(0,0,0,1);
  border-radius: 14px;
  margin: 42px 0;
}
.card-interior{
  background-color: rgb(18 18 18 / 95%);
  padding: 42px;
  border-radius: 7px;
  border-bottom-right-radius: 14px;
  position: relative;
  z-index: 2;
  height: 100%;
  max-width: 300px;
  box-shadow: 14px 14px 0px 0px rgb(179 102 72);
}
.card-interior p{
  line-height: 1.5;
  opacity: 0.9;
  margin-bottom: 15px;
}
ul{ list-style: none; margin: 0; padding: 0; justify-content: center; }
li{ padding:0 21px; }
footer{
  text-align: center;
  padding: 21px;
  color: #fefefe;
}
footer ul{ 
  display: flex; 
  justify-content: center;
}
footer li{ padding: 4px; opacity: 0.9; }
.bg-img{
  min-width: 100%;
  min-height: 100%;
  left: 0; top: 0;
  position: absolute;
  z-index: -1;
  opacity: 0.3;
}
.main-img{
  border-radius: 14px;
  max-width: 100%;
}
.bg-waves-top, .bg-waves-btm{
  opacity: 0.5;
  width: 100%;
}
.bg-waves-top{ opacity: 0.25; }

@media (max-width: 1024px){
  ul.features{ text-align: left; }
  ul.features li{ align-items: flex-start; }
  ul.features li:before{ margin-top: -1px; }
  .flex-page{ display: block; }
  .logo{ max-width: 220px; margin-top: 24px; }
  .col-container{ 
    display: block; 
    margin-top: -50px; 
    border-radius: 0;
    border: none;
    padding: 32px 32px 0 32px;
    background: rgb(18 18 18);
  }
  .card-interior{
    margin: 32px -32px 0 -32px;
    border: none;
    border-radius: 0;
    max-width: 1024px;
    box-shadow: 0px 14px 0px 0px rgb(179 102 72);
    background: rgb(8 8 8);
  }
  .content{ padding: 0; }
  h1{ font-size: 36px; line-height: 36px; }
  .footer ul{ display: block; }
}
@media (max-width: 767px){
  body{ text-align: center; }
  ul.social{ justify-content: center; }
  h3.social{ border-top: 2px solid rgba(255,255,255,0.25); padding-top: 36px; }
  .bg-waves-btm, .bg-waves-top{ display: none; }
}

@media (max-height:890px){
  body{
    height: auto;
  }
  .flex-page{ display: block; }
}
