.body{ 
font-family: 'Barlow Semi Condensed', sans-serif;
font-family: 'Cuprum', sans-serif;
font-family: 'Markazi Text', serif;
font-family: 'El Messiri', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Barlow Condensed', sans-serif;
  background-image: radial-gradient(circle, #1700ae, #002abe, #0042cc, #0058d9, #006de3, #0081ee, #0095f6, #00a8fd, #00c0ff, #00d5ff, #00e9fa, #5ffbf1);
  font-size:16px;
}

/* ===========================
    General Styles 
============================ */

.masthead{
  display:flex;
  flex-direction:column;
  min-height:700px;
  height: 100%;
  width: 100%;
  background-color: blue;
background: -webkit-linear-gradient(110deg, #1700AE 40%, rgba(0, 0, 0, 0) 30%), -webkit-radial-gradient(farthest-corner at 0% 0%, #5FFBF1 70%, #0087EE 70%);
    background: -o-linear-gradient(110deg, #1700AE 40%, rgba(0, 0, 0, 0) 30%), -o-radial-gradient(farthest-corner at 0% 0%, #5FFBF1 70%, #0087EE 70%);
    background: -moz-linear-gradient(110deg, #1700AE 40%, rgba(0, 0, 0, 0) 30%), -moz-radial-gradient(farthest-corner at 0% 0%, #5FFBF1 70%, #0087EE 70%);
    background: linear-gradient(110deg, #1700AE 40%, rgba(0, 0, 0, 0) 30%), radial-gradient(farthest-corner at 0% 0%, #5FFBF1 70%, #0087EE 70%);
}

h1, h2, h3, h4, h5, p
{
 color: #ffffe6;   
    
}

a
{
 color: #cc9900;   
    
}
p
{
font-size: 130%;    
}
li
{
font-size: 130%;    
}

h3
{
font-size:37px;   
}

.container-1{
  width:84%; 
  margin:auto;
  display:flex;
  overflow:hidden;
  align-items:center;
  padding:0px 0px 80px 0px; 
}

.container-1--container-2{
  margin-top:35px;
  padding:0; 
}

.container-1--container-3{
  margin-top:90px;
  margin-bottom:0px; 
  display:block; 
}

.content__title{
  text-align:center;
  margin-top:70px;
  margin-bottom:0;
}

.hr{
  width:40%;
  height:2px;
  background-color:#f4363b;
  border:0;
  margin-bottom:50px; 
}

/* ===========================
    Header 
============================ */

.header{
  width:100%;
  height:80px;
  position:fixed;
  display:flex;
}

.navbar{
  background:#000033;     
  width:100%;
}

#check{
  display:none;
}

.check-btn{
  font-size:25px;
  color:#000;
  float:right;
  line-height:80px;
  margin-right:40px;
  cursor:pointer;
  display:none;
}

.brand{
  color:#000;
  font-size:20px;
  line-height:80px;
  padding:0 60px;
  font-weight:bold;
  margin-left:10px;
}

.brand__link{
  color:#000;
  text-decoration:none;
  text-transform:uppercase;
  font-weight:700;
  letter-spacing:0;
}

.nav-wrapper{
  float:right;
  padding:0;
  margin:0;
  line-height:80px;
}

.menu{
  float:right;
  padding:0px;
  margin:0 20px 0 0; 
}

.menu__item{
  float:left; 
  display:inline-block;
  margin:0 5px;
}

.menu__link{
  color:#fff;
  font-size:16px;
  font-weight:700;
  padding:7px 13px;
  border-radius:3px;
  text-transform:uppercase;
  text-decoration:none;
}

.menu__link:hover{
  color:#cc9900;
}

/* ===========================
    Masthead 
============================ */

.col-left-1{
  width:100%;
  float:left;
}

.masthead__title{
  margin-top:200px;
  margin-bottom:15px;
  color:#fff;
  font-size:50px;
  font-weight:900; 
}

.masthead__paragraph{
  width:100%;
  margin-top:32px;
  color:#fff;
  line-height:1.5em;
}
 
.col-right-1{
  color:#000;
  margin-top:150px;
  margin-left:7%;                 
  width:512px;                   
  padding:0;
  height:512px;
}

.container__img-1{
  padding:0;
  width:80%; 
}

.btns{
  margin:0; 
  padding:0;
  width:100%;
  height:50px;
}

.btns__item{ 
  display:inline-block;
  border-radius:3px;
  margin-right:20px;
  line-height:50px;
}


.btns__link{
  background:#e6ac00;
  color:#fff;
  font-size:17px;
  border-radius:3px;
  text-decoration:none;
  padding:14px 15px; 
  line-height:50px;
}

.btns__link:hover{
  border:1px solid;
  box-shadow:inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  text-shadow:1px 1px 2px #427388;
}

.btns__i{
  font-size:23px;
  padding:0;               
  line-height:50px;
}

/* ===========================
   Features
============================ */

.btnss__link{
  background:#ff3300;
  color:#fff;
  font-size:17px;
  border-radius:3px;
  text-decoration:none;
  padding:14px 15px; 
  line-height:50px;
}

.btnss__link:hover{
  border:1px solid;
  box-shadow:inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  text-shadow:1px 1px 2px #427388;
}

.btnss__i{
  font-size:23px;
  padding:0;               
  line-height:50px;
}



.col-left-2{
  float:left;
  width:50%;
  margin-left:0;
}

.features__title{
  margin-top:35px;
  margin-bottom:15px;
  color:#fff;
  font-size:25px;
  font-weight:700; 
}

.features__paragraph{
  width:100%;
  margin-top:32px;
  color:#fff;
  line-height:24px;
  margin-bottom:0px;
 }
 
.icons-features{
  margin-bottom:40px;
  font-size:25px;
  height:62px;
}
   
.icons-features__i{  
  margin:0 20px 0 20px;
  height:60px;
  width:60px;
  color:#fff;
  box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.26);
  text-align:center;
  border-radius:50%;
  border:1px solid #f4363b;
  float:left;
  font-size:40px;
  padding-top: 10px;
}
   
.icons-features__title{
  line-height:62px;
}
  
.col-right-2{
  color:#000;     
  width:50%;             
  padding:0;
  text-align:right;
  height:435px;
  margin-top:-100px;
 }
 
.container__img-2{
  width:430px;
  box-shadow:0 2px 5px 0 rgb(96, 6, 9);
  margin-right:3px;
}
 
/* ===========================
    Screenshots
============================ */

.screenshots-img{
  width:100%;
  height:740px;
  text-align:center;
}

.container__img-3{
  width:640px;
  height:640px;
  box-shadow:0 50px 50px -40px #600609;      
}

/* ===========================
    Social
============================ */

.icons-social{
  padding:5px;
}

.list-social{
  text-align:center;
  padding:0;
}

.icons-social__item{
  display:inline-block;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
}

.icons-social__item:hover {
  transform:rotate(10deg);
  -webkit-transform:rotate(10deg);
}

.icons-social__link{
  font-size:23px;
  color:#ffffff;
  padding:10px;
}

.icons-social__link:hover{
  color:#f4363b;
}

/* ===========================
    FOOTER
============================ */

.footer{
  padding:40px;
  color:#ffffff;
  text-align:center;
  background:#000033; 
  margin:0;
}

.container-footer__link{
  color:#ffffff;
  text-decoration:none;
}

.container-footer__link:hover{
  color:#f4363b;
}

/* ===========================
    Media Queries
============================ */

@media (max-width: 1000px){
  .header{
    height:65px;
  }

  #check:checked ~ .nav-wrapper .menu{
    left:0;
  }
  
  .check-btn{
    display:block;
    line-height:65px;
  }
  
  .brand{
    line-height:65px;
    padding:0 30px;
    margin-left:5px;
  }

  .menu{
    position:fixed;
    width:100%;
    height:25vh;
    background:#dfdfdf; 
    top:60px;
    left:-100%;
    text-align:center;
    transition:all .5s;
  }

  .menu__item{
    display:block;
    margin:15px 0;
    line-height:15px;
    float:none;
  }

  .menu__link{
    font-size:14px;
  }
 
  .masthead{
    width:100%;
    padding:0;
    text-align:center;
    float:none;
    display:block;
  }
  
  .container-1{
    display:block;
    text-align:center;
  }
  
  .col-left-1{
    float:none;
    width:100%;
    margin-top:-10px;
  }
  
  .btns{
    width:100%;
    margin-bottom:45px;
  }
  
  .btns__item{ 
    display:block;
    margin:30px 0px;
    width:99.7%;
  }
  
  .btns__link{
    width:100%;
    display:block;
    padding:0;
  }
  
  .btnss{
    width:100%;
    margin-bottom:45px;
  }
  
  .btnss__item{ 
    display:block;
    margin:30px 0px;
    width:99.7%;
  }
  
  .btnss__link{
    width:100%;
    display:block;
    padding:0;
  }
  
  .col-right-1{
    width:100%;
    margin-left:0;
    margin-top:170px;
    text-align:center;
  }
  
  .container__img-1{
    width:260px;
    height:512px;
  }
  
  .container-1--container-2{
    display:block;
  }
  
  .col-left-2{
    width:100%;
    float:none;
  }
  
  .features__title{
    margin-bottom:15px;
    text-align:left;
  }
  
  .features__paragraph{
    text-align:left;
  }
  
  .icons-features__title{
    width:100%;
    text-align:left;
  }
 
  .col-right-2{     
    width:100%;             
    text-align:center;
    margin-top:70px;
    margin-bottom:0;
    height:640px;
  }
  
  .container__img-2{
    width:640px;
    height:635px;
    margin-right:0;
  }
}

@media (max-width: 700px){
  .col-right-2{     
    height:490px;
  }
  
  .container__img-2{
    width:485px;
    height:485px;
  }

  .screenshots-img{
    height:558px;
  }
  
  .container__img-3{
    width:485px;
    height:485px;
  }
}

@media (max-width: 450px){
  .header{
    height:60px;
  }

  .check-btn{
    font-size:20px;
    line-height:60px;
    margin-right:20px;
  }
  
  .brand{  
    font-size:17px;
    line-height:60px;
    padding:0 20px;
  }  
  
  .content__title{
    margin-top:35px;
    font-size:26px; 
  }
  
  .col-left-1{
    margin-top:-60px;
  }
  
  .col-right-1{
    display:none;
  }
  
  .btns__item{ 
    margin:15px 0px;
    width:99.5%;
  }
  
  .features__title{
    margin-top:0;
    font-size:20px;
    margin-bottom:7.5px;
  }
  
  .features__paragraph{
    margin-top:16px;
    margin-bottom:-20px;
  }
 
  .icons-features{
    margin-bottom:20px;
    font-size:20px;
  }

  .col-right-2{     
    margin-top:35px;
    height:300px;
  }
      
  .container__img-2{
    width:295px;
    height:295px;
  }
  
  .container-1--container-3{
    margin-top:55px;
  }
 
  .screenshots-img{
    height:347px;
  }
  
  .container__img-3{
    width:300px;
    height:300px;
  }
  
  .icons-social{
    padding:0;
  }
  
  .footer{
    padding:32px;
  }
  
  .container-footer{
    font-size:15px;
  }
}

@media (max-height: 450px){
  .menu{
    height:100vh;
  }
 
  .menu__item{
    margin:15px 0;
    line-height:15px;
  }
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #e60000;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  
}
:root {
  --brown-hue: 35;
  --blue-hue: 200;
  --green-hue: 150;
  --pink-hue: 340;
}

*,*:before,*:after { box-sizing: border-box; }


.byline {
  color: hsl(var(--brown-hue), 24%, 79%);
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  margin: 0 auto 2rem;
}

.byline a {
  color: hsl(var(--brown-hue), 24%, 79%);
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: 600px;
  grid-gap: 2rem;
  max-width: calc(300px * 4 + (2rem * 5));
  margin: 0 auto;
  padding: 2rem;
}

.card {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  padding: 2rem 2rem 0;
  color: white;
  line-height: 1.5;
  font-family: 'Roboto Condensed', sans-serif;
  box-shadow: 0px 1px 2em hsla(35, 68%, 12%, 0.4);
}

.card .featured {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: calc(0.5rem + 2px);
  padding-right: 0.5rem;
  background: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1;
  letter-spacing: 2px;
}

.card .date {
  display: inline-block;
  margin-bottom: 0.9rem;
  padding: 0.5rem;
  line-height: 1;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 400;
  color: hsl(0, 0%, 0%);
  background: hsl(0, 0%, 100%, .5);
}

.card strong {
  font-weight: 700;
}

.card .title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  letter-spacing: -1px;
  letter-spacing: -1px;
  line-height: 1.1;
  letter-spacing: 1px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}


.card .subtitle {
  margin-top: 0;
  margin-bottom: 0.25rem;
  line-height: 1.5;
  font-size: 1.1rem;
  font-weight: 400;
}

.card .description {
  margin: 0;
  color: hsla(0, 0%, 100%, .75);
}

.card .photo-credit,
.card .photo-credit a {
  color: hsla(0, 0%, 100%, .5);
}
.card .photo-credit {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  margin: 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: center;
}

.card .photo-credit a {
  text-decoration: none;
}

.card .photo-credit a:hover {
  color: hsla(0, 0%, 100%, 1);
}


.card .photo-credit:before {
  content: 'Photo\00a0';
  width: 50px;
  margin-left: -50px;
  opacity: 0.3;
}

.card .read-now {
  overflow: hidden;
  position: relative;
  display: block;
  margin-top: 1rem;
  padding: 0.5rem;
  border-width: 1px;
  border-style: solid;
  background: hsla(0,0%,100%, 0.3);
  border: 1px solid hsl(0, 0%,100%);
  color: hsl(0, 0%, 100%);
  font-family: 'Roboto Condensed', serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: 0.25s background ease-in-out, 0.25s border ease-in-out ;
}


.card .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsl(0, 0%, 0%);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.card .background:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 200px hsl(0, 0%, 0%);
  opacity: 0;
  transition: .25s opacity ease-in-out;
}

.card .background:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    35deg, 
    hsla(0, 0%, 0%, 0.95) 0%, 
    hsla(0, 0%, 0%, 0.65) 30%, 
    hsla(0, 0%, 100%, .5) 60%
  );
}

.card:hover .background:before {
  opacity: 1;
}

.card .read-now:hover {
  border: 1px solid white;
  background: hsla(0, 0%, 100%, .5);
}

/* COLOR VARIANT - BLUE */

.card.blue .featured {
  background: hsl(var(--blue-hue), 68%, 73%);
}

.card.blue .background {
  background-color: hsl(var(--blue-hue), 68%, 33%);
}

.card.blue .background:after {
  background-image: linear-gradient(
    35deg, 
    hsla(var(--blue-hue), 68%, 18%, 0.95) 0%, 
    hsla(var(--blue-hue), 68%, 33%, 0.65) 30%, 
    hsla(var(--blue-hue), 68%, 66%, 0) 60%
  );
}

/* COLOR VARIANT - PINK*/

.card.pink .featured {
  background: hsl(var(--pink-hue), 68%, 73%);
}

.card.pink .background {
  background-color: hsl(var(--pink-hue), 68%, 33%);
}

.card.pink .background:after {
  background-image: linear-gradient(
    35deg, 
    hsla(var(--pink-hue), 68%, 18%, 0.95) 0%, 
    hsla(var(--pink-hue), 68%, 33%, 0.65) 30%, 
    hsla(var(--pink-hue), 68%, 66%, 0) 60%
  );
}

/* COLOR VARIANT - GREEN*/

.card.green .featured {
  background: hsl(var(--green-hue), 68%, 73%);
}

.card.green .background {
  background-color: hsl(var(--green-hue), 68%, 33%);
}

.card.green .background:after {
  background-image: linear-gradient(
    35deg, 
    hsla(var(--green-hue), 68%, 18%, 0.95) 0%, 
    hsla(var(--green-hue), 68%, 33%, 0.65) 30%, 
    hsla(var(--green-hue), 68%, 66%, 0) 60%
  );
}

@import url(https://fonts.googleapis.com/css?family=Oswald);


.wrapper { width:400px; margin:0 left; }
.subscribe { position:relative; }
.subscribe input[type="text"] {   
  width:100%;  
  background:transparent;
  padding:20px;
  border:none;
  border-bottom:4px solid #21457c;
  color:#fff;
  font:200 30px 'Oswald';
  transition: 0.4s ease; 
  -o-transition: 0.4s ease; 
  -webkit-transition: 0.4s ease;
}

.subscribe input[type="text"]:focus { 
  outline:0;
  border:none;
  border-bottom:8px solid #ff9900;
  transition: 0.4s ease; 
  -o-transition: 0.4s ease; 
  -webkit-transition: 0.4s ease;
}

.subscribe input[type="submit"] {
  position:absolute;
  right:0;
  background:#f12953;
  color:#fff;
  border:none;
  padding: 10px 40px;
  cursor:pointer;
  font:400 20px 'Oswald';
  transition: 0.4s ease; 
  -o-transition: 0.4s ease; 
  -webkit-transition: 0.4s ease;
   }

.subscribe input[type="submit"]:hover {
  background:#ff7c98;
}