@-ms-viewport {
  width: device-width;
}
@import url('https://fonts.googleapis.com/css?family=Lato:900');
*{
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  list-style: none;
  outline: 0;
  border-style: none;
  color: #212121;
  font-family: Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
*::after, *::before {
  box-sizing: border-box;
}
body{
  background: #EFF8FD;
}
.main-container{
  max-width: 800px;
  margin: 50px auto;
}
#backtomain{
  float: right;
  color: #73AAC9;
  margin-bottom: 20px;
  font-size: 15px;
}
#backtomain:hover{
  opacity: 0.7;
}
.card{
  float: left;
  width: 100%;
  background: white;
  margin-bottom: 30px;
  box-shadow: 0px 1px 90px rgba(0,0,0,0.23);
  border-radius: 8px;
}
.card .header{
  position: relative;
  float: left;
  width: 100%;
  /*min-height: 400px;*/
  /*padding: 90px 0px 150px 0px;*/
  /*background-image: url(../imgs/bg2.jpg?6-16);*/
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  text-align: center;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  margin-bottom: 40px;
}
.card .header .videobg{
  float: left;
  width: 100%;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  height: 360px;
  overflow: hidden;
}
.card .header .videobg video{
  float: left;
  width: 100%;
}
.card .header .overlay-text{
  position: absolute;
  text-align: center;
  top: 120px;
}
.card .header #yearning-text{
  width: 340px;
}
.card .header h1{
  float: left;
  width: 100%;
  font-size: 110px;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  line-height: 110px;
}
.card .places{
  float: left;
  width: 100%;
  text-align: center;
}
.card .places .text{
  width: 644px;
  margin: auto;
}
.card .places .text .zabatnee-logo{
  float: left;
  width: 78px;
  margin: 1px 8px 0px 0px;
}
.card .places .text .zabatnee-logo img{
  width: 100%;
}
.card .places .text .ptext{
  float: none;
  text-align: left;
}
.card .places .logos{
  float: left;
  width: 100%;
  display: table;
}
.card .places .logos li{
  display: inline-block;
  vertical-align: top;
  margin: 20px 20px 0px 20px;
  text-align: center;
  width: 130px;
}
.card .places .logos li img{
  float: left;
  width: 100%;
}
.card .download{
  float: left;
  width: 100%;
  margin: 50px 0px;
}
.card .download h2{
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 900;
  font-size: 38px;
  color: #404548;
  /*text-transform: uppercase;*/
  font-family: Lato, sans-serif;
  margin-bottom: 30px;
}
.card .download .buttons{
  float: left;
  width: 100%;
  display: table;
  text-align: center;
}
.card .download .buttons img{
  display: inline-block;
  vertical-align: top;
  height: 80px;
  margin: 10px;
}
.card .download .buttons img:hover{
  opacity: 0.8;
}
.card .footer{
  float: left;
  width: 100%;
  background: #242424;
  padding: 60px 40px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.card .footer .logo-icon{
  float: left;
  width: 100px;
}
.card .footer ul{
  float: left;
  width: 70%;
  padding-left: 40px;
}
.card .footer ul li{
  color: white;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 20px;
}
.copyrights{
  float: left;
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
}
.copyrights p{
  font-size: 14px;
  color: #A5B5BE;
}
#backtomain-mob{
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  display: none;
}
.box-shadow{
  float: left;
  width: 100%;
}


@media only screen and (max-width: 900px){
  .card{margin-bottom: 0px;}
  #backtomain-mob{display: block;}
  .card .header{background-size: cover; margin-bottom: 0px;}
  #backtomain, .copyrights, .card .places .text .ptext, .card .places .text .zabatnee-logo{display: none;}
  .main-container{margin: 0px; width: 100%; max-width: none;}
  .box-shadow{float: left; width: 100%;}
  .card .header, .card .footer{border-radius: 0px;}
  .card .places .text{width: 100%; padding: 10px; line-height: 24px; margin-top: 20px;}
  .card .places .text:before {content: 'Zabatnee will treat u with EGP 300 off your check at any of the following places';}
}
@media only screen and (max-width: 580px){
  .card .footer .logo-icon{display: none;}
  .card .download .buttons img{width: 275px; height: auto;}
  .card .footer ul{width: 100%; padding: 0px;}
  .card .header h1{font-size: 70px; line-height: 90px;}
  .card .header #yearning-text{width: 100%; padding: 0px 15px; max-width: 340px;}
  .card .header .videobg{height: 300px; border-radius: 0px;}
  .card .header .videobg video{width: auto; height: 100%;}
  .card .header .overlay-text{top: 70px;}
}


