/*carrousel*/
.container {
  width: 100%;
}

.carousel-inner {
  height: 60vh;
  margin: auto;
}
.item{
  height: 100%;
  margin: auto;
}
.phone {
  height: 90%;
  margin: auto;
}
.sec-7 {
    height: 40vh;
}

@media (max-aspect-ratio: 9/17) {
  .plates {
    width: 100%;
    height: 25vh;
  }
  .sec-1-text, .sec-3-text, .sec-6-text, .sec-8-text {
    padding-top: 4vh;
    width: 80%;
    height: auto;
    margin: auto;
  }
   .sec-2-text, .sec-5-text{
    width: 80%;
    height: auto;
    margin: auto;
 }
 .navbar-li {
   font-size: 3.5vw;
 }
}
@media (min-aspect-ratio: 9/17) {
  .plates {
    width: 100%;
    height: 40vh;
  }
  .sec-1-text, .sec-3-text, .sec-6-text, .sec-8-text {
    padding-top: 8vh;
    width: 80%;
    height: auto;
    margin: auto;
  }
  .sec-2-text, .sec-5-text {
    padding-top: 8vh;
    width: 80%;
    height: auto;
    margin: auto;
 }
  .navbar-li {
   font-size:3vw;
 }
}

#sec-1{
  background-image: url(/static/img/future.png);
  background-size: cover;
}
#sec-2{
  background-image: url(/static/img/blue_dot.png);
  background-size: cover;
}
#sec-3 {
  background-image: url(/static/img/phone_app.png);
  background-size: cover;
}
#sec-4 {
  height: 60vh;
}
#sec-5 {
  background-image: url(/static/img/handshake.png);
  background-size: cover;
}
#sec-6 {
  background-image: url(/static/img/woodland.png);
  background-size: cover;
}
#sec-8 {
  height: 10vh;
}
.sec-1-image, .sec-3-image, .sec-6-image, .sec-7-image {
  display: none;
}
.sec-2-text{
  margin-top: 5%;
}



.sec-2-image, .sec-5-image, .sec-7-image {
  display: none;
}

.custom-navbar {
  position: relative;
  width: 100%;
  height: 21vh;
}
.navbar-logo {
    margin-top: 1%;
    margin-left: 1%;
    }

.navbar-links {
  position: absolute;
  bottom: 0;
}


.navbar-li {
    margin-left: 2em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
}

.link {
  margin: auto;
  font-size: 2vw;
}

.radio-selector {
  font-size: 3vw;
  color: #FFF;
}

#icon {
  width: 50%;
  hight: auto;
}


input.input1 {
  height: 6vh;
  border-radius: 25px;
  padding: 0 30px;
}

.input1 {
  display: block;
  width: 100%;
  background: #e6e6e6;
  font-family: "carlito";
  font-size: 3vw;
  line-height: 1.5;
  color: #666666;
}

.wrap-input1 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 1vh;
}



.container-contact1-form-btn {
  padding:1vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}



.contact1-form-btn {
  min-width: 6vh;
  height: 6vh;
  border-radius: 2vw;
  background: #2099d4;
  font-family: "carlito";
  font-size: 3vw;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1vh 2vw;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
