@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
  background: #028895;
  /* font-size: 1.2rem; */
  /* font-family: 'Roboto', 'Montserrat', sans-serif; */
}
/* your styles go here */
.card-body.p-5 {
  padding: 1rem !important;
}
.card-body.px.py-5 {
  padding: 2rem 1rem !important;
}

.info h1 {
  margin: 2vh 0px;
}
.info h2 {
  margin: 3vh 0;
}
/* .header {
  will-change: background, opacity;
  transition: background,opacity 1000ms ease-in;
  opacity: 1;
} */
.text-common {
  font-size: 1.1rem;
}

.whitenshadow {
  color: #ffffff;
  text-shadow: 1px 1px 1px #00000073;
}
.yellow {
  color: #eafa05;
  text-shadow: 1px 1px 2px #00000073;
}

.blur2 {
  backdrop-filter: blur(2px);
  border-radius: 10px;
}

#scrollTop {
  position: absolute;
}

/* 
* CUSTOM SCROLL
*/

.custom-scroll.scrollwrapper {
  overflow-y: auto;
  /* padding-right: 20px; */
}
.custom-scroll {
  scrollbar-color: #4295cf77 #e4e4e416;
  scrollbar-width: thin;
  transition: scrollbar-color 0.3s ease-out;
}
.custom-scroll:hover {
  scrollbar-color: #ffffff77;
}
.custom-scroll::-webkit-scrollbar {
  width: 0px;
}
.custom-scroll::-webkit-scrollbar:hover {
  width: 0px;
}
.custom-scroll::-webkit-scrollbar-track {
  background-color: #ffffff77;
  /* border-radius: 10px; */
  width: 10px;
}
.custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 3px solid transparent;
  background-clip: content-box;
  background-color: #ffffff88;
  width: 10px;
}
.custom-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #ffffffff;
}

/* 
* STYLE FIXES
*/

/* 
* HEADER
*/

.fixed-top {
  /* position: relative; */
  height: 5rem;
}
.fixed-top.active {
  position: fixed;
  height: 5rem;
}
.navbar {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(2px);
  will-change: background, opacity;
  transition: background, opacity 2500ms ease-in-out;
  transition-delay: 500ms;
  /* box-shadow: 0 1px 5px rgb(0 0 0 / 10%); */
}
.navbar.hidden {
  filter: blur(3px);
  transition: background, opacity 2500ms ease-in-out;
  transition-delay: 500ms;
  background: rgb(11, 154, 150);
  opacity: 0;
}
.navbar.active {
  background: rgba(255, 255, 255, 0.85);
  transition: background 300ms ease-in-out;
  /* padding-top: 1rem !important;
  padding-bottom: 1rem !important; */
  box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
  backdrop-filter: blur(3px);
}
.navbar-collapse.collapse.show,
.navbar-collapse.collapsing {
  background: rgba(255, 255, 255, 0.95);
}

.navbar-brand img {
  height: 3rem;
}
li.nav-item {
  padding: 0 5px;
}
.orangebg {
  background-color: #eafa05;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border: #6a4300;
  box-shadow: 1px 1px 2px 0px rgb(255 106 0 / 50%);
}

section {
  padding: 5vh 0;
  background-color: white;
}
.text-big {
  font-size: 1.2rem;
}
.text-bigger {
  font-size: 1rem;
}
.dlbadges .list-inline-item {
  margin-bottom: 10px;
}

/* 
* HERO
*/

#hero {
  padding: 5rem 0 0 0;
  height: 0px;
  background-color: transparent;
}
#map {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 80vh !important;
  /* background-color: #028895; */
}
#magic {
  position: absolute;
  top: 5vh;
  left: 0;
  width: 100% !important;
  height: 80vh !important;
  display: block;
  z-index: 2;
  /* backdrop-filter: blur(1px); */
  /* background-color: #028895; */
}

#map.hidden {
  opacity: 0;
}

/* 
* SECTION 1
*/

#firstinfo {
  margin-top: 65vh;
  z-index: 3;
  transition: opacity 2500ms ease-in-out;
  transition-delay: 500ms;
  opacity: 1;
  overflow: hidden;
  background: none;
}

#firstinfo.hidden {
  opacity: 0;
}

.dlbadges {
  display: flex;
  /* justify-content: space-evenly; */
  justify-content: flex-start;
  flex-wrap: wrap;
}

.dlbadges li.list-inline-item {
  box-shadow: 1px 1px 5px 0px #00000057;
  border-radius: 10px;
}

.device-wrapper.mx-auto {
  margin-bottom: 5vh;
}

.device[data-device='iPhoneX'][data-orientation='portrait'][data-color='black']
  .screen {
  top: 15px;
  left: 5%;
  width: 90%;
  height: 95%;
  border: 0px;
  z-index: -1;
  overflow: hidden;
  overflow: hidden;
}

/* 
* SECTION 2
*/

.about {
  background: url(../img/back2.png) no-repeat;
  background-size: cover;
  background-position: top;
  margin-top: -250px;
  padding-top: 250px !important;
}

.cardsWrapper {
  display: flex;
  justify-content: space-evenly;
}

/* 
* SECTION 3
*/

section#about2 {
  /* background-color: #d1e4f2; */
}

section#about3 {
}

/* 
* SECTION: PLANS
*/
section#pricing {
  /* background-color: #d1e4f2; */
}

.plansWrapper {
  display: flex;
  justify-content: space-evenly;
}

.pricePerMonth {
  font-size: 2rem;
  font-weight: bold;
}
.perMonth {
  font-size: 1.3rem;
}

.savePercent {
  background-color: #02B4C5;
  border-radius: 20px;
  padding: 6px 12px;
  color: white;
  position: absolute;
  top: 30px;
  right: 30px;
  box-shadow: 1px 1px 3px 0px #00000050;
}
.text-grey-dark {
  color: #878787;
}
.text-blue {
  color: #02B4C5;
}
.realPrice {
  padding-left: 6px;
  font-weight: bold;
}

.selectPlanBtn {
  padding: 8px 20px;
  display: inline-flex;
  border-radius: 16px;
  box-shadow: 1px 1px 3px 0px #00000050;
  /* background-color: #02B4C5; */
}
.selectPlanLink {
  font-size: 1.3rem;
  color: black;
}
.selectPlanLink:hover {
  text-decoration: none;
  color: #02B4C5;
}

/* 
* SECTION: BANNER
*/
.inlineUpsell {
  background: #b8eaef;
}
.inlineUpsell-headline.col-lg-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.inlineUpsell-link {
  background-color: #02B4C5;
  border-radius: 20px;
  padding: 12px 32px;
  margin: 1rem 0;
  text-align: center;
  width: max-content;
  color: white;
  box-shadow: 1px 1px 3px 0px #00000050;
}
.inlineUpsell-link:hover {
  text-decoration: none;
  color: white;
}

/* 
* FOOTER
*/

footer#about {
  background: rgba(255, 255, 255, 0.99);
  backdrop-filter: blur(3px);
  z-index: 2;
  position: relative;
  /* margin-top: 20vh; */
  /* position: absolute;
  bottom: 0;
  width: 100%;
  height: fit-content; */
}

.brandlogo {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 3vh 0;
}

.brandlogo img {
  max-height: 4rem;
  max-width: 9vw;
}

.footerlinks {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  padding-bottom: 4vh;
}

.footerlinksBlock {
  margin-bottom: 3vh;
}

/* 
* Other pages
*/

#businessForm {
  position: relative;
  display: flex;
  flex-direction: column;
}

#businessForm input#name,
#businessForm input#contacts,
#businessForm textarea#message {
  border: 1px solid #02B4C5;
  border-radius: 10px;
  padding: 10px 20px;
  outline: none;
  margin-bottom: 1vh;
  box-shadow: 1px 1px 3px 0 #02889536;
}

#businessForm textarea#message {
  min-height: 150px;
}

#businessForm #submit {
  border: 1px solid #02B4C5d4;
  border-radius: 10px;
  padding: 10px 20px;
  outline: none;
  background: #028895;
  font-size: 1.2rem;
  color: white;
  text-shadow: 1px 1px 1px #00000085;
  box-shadow: 1px 1px 3px 0 #00000047;
}

.messagesent {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid #02B4C5d4;
  border-radius: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #02B4C5;
  background-color: white;
  box-shadow: 1px 1px 3px 0 #02B4C536;
}

.messagesent.hidden {
  display: none;
}

/* 
* FAQ
*/

.question {
  border-bottom: 1px solid #02B4C540;
}

.question button.btn.btn-link {
  font-size: 1.4rem;
  padding: 1vh 0;
}

.question .btn:focus, .question .btn.focus {
  box-shadow: none;
}

.faq-body {
  font-size: 1.2rem;
  padding: 1vh 1vw 3vh 1vw;
}

/* 
* MEDIA Width
*/

@media (min-width: 200px) {
  .brandlogo img {
    max-height: 4rem;
    max-width: 25vmin;
  }
  .navbar-collapse.collapse.show,
  .navbar-collapse.collapsing {
    position: fixed;
    width: 100%;
    top: 5rem;
    left: 0;
    padding: 2vh 3vw;
  }
  #firstinfo h1 {
    font-size: 2.3rem;
  }
  .dlbadges {
    justify-content: space-evenly;
    margin-bottom: 1vh;
  }
  .inlineUpsell-title {
    text-align: center;
  }
  .inlineUpsell-list.list-check.text-big {
    width: max-content;
    margin: 0 auto;
  }
  .footerlinks {
    justify-content: space-between;
  }
}

@media (min-width: 768px){
  .container {
      max-width: 92vw;
  }
  .brandlogo img {
    max-height: 4rem;
    max-width: 12vw;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 92vw;
  }
  .footerlinks {
    justify-content: space-evenly;
  }
  #firstinfo h1 {
    font-size: 2.6rem;
  }
}

@media (min-width: 1200px){
  .container {
      max-width: 92vw;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}

/* 
* MEDIA Height
*/

@media (max-height: 719px) {
  #firstinfo {
    margin-top: 15vh;
  }
}

@media (min-height: 720px) {
  #firstinfo {
    margin-top: 15vh;
  }
}

@media (min-height: 860px) {
  #firstinfo {
    margin-top: 15vh;
  }
}

@media (min-height: 1080px) {
  #firstinfo {
    margin-top: 15vh;
  }
}
