footer{
  /* position: absolute;
  bottom: 0;
  left: 0; */
  padding: 30px;
  background: #2386FF;
  width: calc(100% - 60px);
}

footer a{
  font-family: "BrandFont";
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  font-family: "BrandFont";
  color: #FFF;
}

footer a:hover{
  color: #7EF6FC;
}

.copy{
  font-family: "BrandFont";
  color: #FFF;
  margin-bottom: 20px;
}

header{
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  background: rgba(255,255,255, 0.8);
  width: calc(100% - 60px);
  height: 100px;
}

header .icon{
  float: left;
  margin-right: 10px;
  margin-top: -18px;
}

header h1{
  color: #2386FF;
  font-family: "BrandFont";
}

header p{
  color: #2386FF;
  font-family: "BrandFont";
  font-weight: thin;
}

header nav{
  float: left;
  margin-top: 20px;
}

header .title{
  float: left;
  margin-right: 60px;
}

header nav a{
  color: #2386FF;
  font-family: "BrandFont";
  text-decoration: none;
  margin-right: 20px;
  font-size: 20px;
  font-weight: bold;
}

header nav a:hover{
  color: #7EF6FC;
}

@font-face {
  font-family: "BrandFont";
  src: url(/assets/Inter-VariableFont_opsz,wght-e71707b5462f6af646e7e14399ca630783ef0df560544b17d64d940d6fc418cf.ttf);
}

body{
  margin:0!important;
  padding:0!important;
  position: relative;
}

p, h1{
  margin: 0;
	padding: 0;
	border: 0;
}

#home{
  background: url(/assets/city-at-night-blurred-high-view-c9ae8743ff6f74372a6dc86e56277f8686298b58ec853714d24ce2dc807a4ff6.png) no-repeat;
  background-size: cover;
}

/* #home section{
  border-radius: 20px;
} */

#home-inside{
  padding: 30px;
}

#home-top{
  width: 100%;
  height: 1150px;
}

#home-top-first{
  height: 290px;
  /* background: #7EF6FC; */
  margin-bottom: 50px;
  padding: 3px 20px;
  width: 450px;
  float: left;
  margin-left: 100px;
  border-radius: 15px;
}

/* #home-top-first .download{
  border: red 1px solid;
} */

#home-top-first .download{
  width: 100%;
  height: 62px;
}

#home-top-first .download .icon{
  float: left;
  display: block;
  width: 200px;
  height: 62px;
}

#home-top-first .download .app-store-icon{
  background: url(/assets/app_store_icon-48e40d25672f9fd07cde597a9b3f85470871e0162e7c3612f6ba7c8ff1300700.png) no-repeat;
  background-size: contain;
  margin-right: 50px;
}

#home-top-first .download .google-play-icon{
  background: url(/assets/google_play_icon-c6c65dd04203b97f516d79309eac687f6f1b9d55405fa38bb074324d0c547d94.png) no-repeat;
  background-size: contain;

}

#home-top-second{
  height: 560px;
  background: #2386FF;
  margin-bottom: 50px;
  padding: 20px 20px;
  width: 290px;
  float: right;
  margin-right: 100px;
}

#home-top-second .device{
  width: 250px;
  height: 540px;
  background: url(/screen1.png) no-repeat;
  background-size: cover;
  margin: 0 auto;
  border: white solid 2px;
}

#home-top-first h2{
  /* color: #2386FF; */
  color: #FFF;
  font-family: "BrandFont";
  font-size: 36px;
}

#home-bottom{
  background: #FFF;
  height: 700px;
  width: 100%;
  /* margin-top: 630px; */
}



@media only screen and (max-width: 768px) {

  #home-top-first {
    margin-left: 0;
    height: 390px;
    width: 100%;
    float: none;
  }

  #home-top-second{
    float: none;
  }

  #home-top-first .download .app-store-icon{
    margin: 0 auto 20px auto;
    float: none;
  }

  #home-top-first .download .google-play-icon{
    margin: 0 auto!important;
    float: none;
  }

  #home-top-second{
    width: 100%;
  }

}
.page-section{
  /* height: 100vh; */
  padding-top: 200px;
  /* padding-bottom: 300px; */
}

.app-view{
  padding-top: 40px;
  padding-left: 20px!important;
  padding-right: 20px!important;
}

#privacy{
  padding-left: 50px;
  padding-right: 50px;
  /* padding-top: 100px!important; */
}

#privacy.app-view{
  padding-left: 10px;
  padding-right: 10px;
}

#privacy section{
  color: #555;
  font-family: "BrandFont";
}

#privacy h1{
  color: #000;
  font-family: "BrandFont";
  margin-bottom: 10px;
}

#privacy h2{
  color: #000;
  font-family: "BrandFont";
    font-size: 19px;
}

#privacy p{
  color: #000;
  font-size: 17px;
  /* font-family: "BrandFont"; */
  font-family: "BrandFont";
  font-weight: thin;
  margin-bottom: 10px;
}

#privacy section{
  margin-bottom: 40px;
}

.privacy-policy-heading{
  font-size: 24px!important;
  font-weight: bold;
}

#terms{
  padding-left: 50px;
  padding-right: 50px;
}


#terms p{
  color: #000;
  font-size: 17px;
  /* font-family: "BrandFont"; */
  font-family: "BrandFont";
  font-weight: thin;
  margin-bottom: 10px;
}

#terms section{
  margin-bottom: 40px;
}

.terms-heading{
  font-size: 24px!important;
  font-weight: bold;
}

#terms h1{
  color: #000;
  font-family: "BrandFont";
  margin-bottom: 10px;
}

#terms h2{
  color: #000;
  font-family: "BrandFont";
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
