

/* First section css */
.firstSection {
  background-image: url("../img/landing page image.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 100vh !important;
}
@media(min-width:981px) and (max-width: 1320px){
  .firstSection {
  background-image: url("../img/landing page image.jpg");
  background-size: 200% auto !important;
  background-repeat: no-repeat;
  height: 100vh !important;
}
}
#header {
  position: fixed;
  z-index: 999;
  width: 100% !important;
}
.navMat {
  float: right !important;
}
.frontContent {
  padding-top: 200px;
}
#header {
  padding: 50px 10px;
  font-weight: bold;
  position: fixed;
  top: 0;
  width: 50%;
  transition: 0.2s;
}
#logo {
  transition: 0.2s;
}
#navbar {
  transition: 0.2s;
}
.navLogo {
  width: 50%;
  height: auto;
}
.navMar {
  margin: 0px 0px 0px 0px;
}
.navMar1 {
  margin: 0px 90px 0px 90px;
  padding-top: 30px;
}
.nav-link {
  color: white;
}
.frontContent {
  text-align: center;
  color: white;
}
.firstHead {
  font-size: 4rem;
}
.frontSubContent {
  font-size: 2.4rem;
  font-weight: 200;
}
.btnApple {
  margin-left: 50px;
  margin-right: 50px;
  width: 15%;
  height: 60px;
}
@font-face {
  font-family: googleFont;
  src: url(../fonts/ProductSans-Light.ttf);
}
.googlePlay {
  font-family: googleFont;
  font-size: 20px;
  font-weight: 500;
  height: 30px;
}
.font-weight-light {
  font-weight: 400 !important;
}
.appleStore {
  font-size: 20px;
}
/* end First section css */




/* second section */
.second-container {
  padding: 100px;
}
.text-center span{
  color: #e88863;
}
.card {
  border: none;
}
.card-img-top {
  border-radius: 20px;
}
/* end second section */





/* third section */
.third-container {
  background-color: #3a466a;
  padding-top: 20px;
  width: 100% !important;
  height: 300px;
}
.text-Quote {
  color: white;
  font-weight: 500;
  font-size: 20px;
}
.text-third {
  color: #e88863;
  font-weight: 500;
  font-size: 18px;
}
/* end third section */





/* features section */
.fourth-container {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 30px;
}
h1{
  font-size: xxx-large;
  padding-bottom: 30px;
}
/* end features section */





/* about section */
.about-container{
  padding: 50px;
}
.first-head {
  margin-top: 50px;
}
.sec-head {
  color: rgb(202, 198, 198);
}
.about {
  padding-top: 20px;
  color: rgb(173, 165, 165);
}
.about-img {
  border-radius: 50%;
  height: 350px;
  width: 300px;
  border: 4px solid white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* end about section */





/* contact section */
.contact-head{
  color: white;
}
.contact-sec-head{
  color: white;
}
.contact-container {
  padding: 100px;
  background-color: #f0a182; /* lighter version of #ed8a63 */
  width: 100% !important;
}
.img-thumbnail {
  margin-top: 50px;
  background-color: #f0a182; /* lighter version of #ed8a63 */
  border-color: #f0a182; /* lighter version of #ed8a63 */
}
#name {
  border: 1px solid white;
  border-radius: 10px;
  width: 500px;
  height: 45px;
  padding-right: 20px !important;
  padding-left: 20px !important;
}
#email {
  border: 1px solid white;
  border-radius: 10px;
  width: 500px;
  height: 45px;
  padding-right: 20px !important;
  padding-left: 20px !important;
}
#phone {
  border: 1px solid white;
  border-radius: 10px;
  width: 500px;
  height: 45px;
  padding-right: 20px !important;
  padding-left: 20px !important;
}
#newmsg {
  border: 1px solid white;
  border-radius: 10px;
  width: 500px;
  height: 130px;
  padding-right: 20px !important;
  padding-left: 20px !important;
}
#message {
  border: 1px solid white;
  border-radius: 160px !important;
}
#send {
  border: 1px solid #3a466a;
  width: 300px;
  height: 50px;
  color: white;
  border-radius: 10px;
  background-color: #3a466a;
}
.form-label {
  color: white;
}
.text {
  color: white;
}
/* end contact section */





/* footer */
footer {
  /* margin-top: 80px; */
  background-color: #3a466a;
}
.text-uppercase {
  color: white;
}
.or {
  color: white;
}
.footericon {
  height: 20px;
  filter: invert(100%);
}
footer-icons {
  margin-bottom: 15px !important;
}
.footer-logo {
  padding-top: 8px;
}
.footerlogo {
  height: 50px;
}
.newCss {
  font-weight: bolder;
  font-size: 3rem;
}
.newCard {
  text-align: center;
}
.newCnter {
  text-align: center !important;
}
.padTb {
  padding: 70px 0px 80px 0px;
}
.newCent {
  text-align: center !important;
  font-size: 0.9rem;
}
.first-head {
  font-size: 32px;
}
.or {
  text-align: center;
}
/* end footer */





/* Mobile css */
@media (max-width: 600px) {
  .navMar {
    margin: 0px 0px 0px 0px !important;
    padding-top: 30px;
  }
  .firstSection {
    background-image: url("../img/landing page image.jpg");
    background-size: 250% 90rem;
    background-repeat: no-repeat;
    height: 100vh !important;
  }
  .navbar {
    margin: 0px 0px 0px 0px !important;
  }
  .navbar-nav {
    float: right;
  }
  #name {
    width: 100%;
    border: 1px solid white;
    border-radius: 10px;
    height: 45px;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  #email {
    width: 100%;
    border: 1px solid white;
    border-radius: 10px;
    height: 45px;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  #phone {
    width: 100%;
    border: 1px solid white;
    border-radius: 10px;
    height: 45px;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  #newmsg {
    width: 100%;
    border: 1px solid white;
    border-radius: 10px;
    height: 115px;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  #message {
    width: 100%;
    border: 1px solid white;
    border-radius: 160px !important;
  }
  .form-label {
    color: white;
  }
  #send {
    width: 100%;
    border: 1px solid #3a466a;
    color: white;
    border-radius: 10px;
    background-color: #3a466a;
  }
}

@media (max-width: 620px) {
  .navMar1 {
    margin: 0px 0px 0px 0px;
    padding-top: 30px;
  }
  .or {
    visibility: hidden;
  }
  .padTb {
    padding: 30px 0px 80px 0px;
  }
  .newCss {
    font-size: 40px;
  }
  .btnApple {
    margin-left: 50px;
    margin-right: 50px;
    width: 60%;
    height: 83px;
  }
}
@media (min-width: 621px) and (max-width: 1220px) {
  .btnApple {
    margin-left: 50px;
    margin-right: 50px;
    width: 30%;
  }
}
@media (min-width: 601px) and (max-width: 980px) {
  .firstSection {
    background-image: url("../img/landing page image.jpg");
    background-size: 218% auto;
    background-repeat: no-repeat;
    height: 100vh !important;
  }
}

.nav-link:hover {
  color: #ed8a63;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.newButton {
  border: none;
  border-radius: 3px;
  width: 43px;
  height: 35px;
  display: none;
}

@media (max-width: 991px) {
  .newButton {
    display: block;
  }
}
