body{
    font-family: 'Rubik', sans-serif;
}
html {
  scroll-behavior: smooth;
}
:root {
    --purple1: #57259F;
    --purple2: #582C83;
    --blue1: #68D2DF;
    --blue2: #00A9E0;
    --blue3: #00BAB3;
    --red1: #EF426F;
    --red2: #F04E98;
    --red3: #CE0F69;
    --orange1: #E87722;
    --yellow1: #F1BE48;
    --yellow2: #FEDB00;
  }

  .text-purple1{color:var(--purple1);}
  .text-purple2{color:var(--purple2);}
  .text-blue1{color:var(--blue1);}
  .text-blue2{color:var(--blue2);}
  .text-blue3{color:var(--blue3);}
  .text-red1{color:var(--red1);}
  .text-red2{color:var(--red2);}
  .text-red3{color:var(--red3);}
  .text-orange1{color:var(--orange1);}
  .text-yellow1{color:var(--yellow1);}
  .text-yellow2{color:var(--yellow2);}

  .bg-purple1{background-color:var(--purple1);}
.bg-purple2{background-color:var(--purple2);}
.bg-blue1{background-color:var(--blue1);}
.bg-blue2{background-color:var(--blue2);}
.bg-blue3{background-color:var(--blue3);}
.bg-red1{background-color:var(--red1);}
.bg-red2{background-color:var(--red2);}
.bg-red3{background-color:var(--red3);}
.bg-orange1{background-color:var(--orange1);}
.bg-yellow1{background-color:var(--yellow1);}
.bg-yellow2{background-color:var(--yellow2);}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size:20px;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    font-size:20px;
  }
  :-ms-input-placeholder { /* IE 10+ */
    font-size:20px;
  }
  :-moz-placeholder { /* Firefox 18- */
    font-size:20px;
  }
  a, a:hover{
    text-decoration: none;
    color:inherit;
  }
  .btn{
    height:53px;
    font-size:20px;
    border-radius:27px;
    border:2px solid transparent;
    line-height:53px;
  }
  
  .btn-large{
    font-size:36px;
    font-weight:800;
  }

  .btn.bg-red2:hover{
    border-color:#F04E98
  }
.navbar{
    height:130px;
}
.navbar-brand{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.nav-link{
    font-weight: 800;
    font-size: 20px; 
}
.nav-link:hover,
.nav-link:active{
    color:var(--yellow2)!important;
}

.page-content{
    padding-top:130px;
}

.hero{
  min-height:100vh;
  
  padding-top:20vw;
}
.hero .bottom-gradient{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:80%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);
}
.hero .background-overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:80%;
  background-size:cover;
  background-position:top;
  
  
}
.hero h1{
  font-size:9vw;
  font-weight:800;
}
.pricing-matrix .col-md-11 > h2,
.hero h2{
  font-size:4.72vw;
  font-weight:800;
}
.pricing-matrix .col-md-11 > h3,
.hero h3{
  font-size:3.2vw;
  font-weight:500;
}
input[type=text],
input[type=email],
input[type=tel]{
  height:53px!important;
  background:#ffffff!important;
  border-radius:27px!important;
  padding-left:1rem!important;
}
.cards .background-overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:300px;
  background:#000000;
}
.card-body{
  border-bottom-right-radius:0!important;
  border-bottom-left-radius:0!important;
}
.card-footer{
  border-top-right-radius:0!important;
  border-top-left-radius:0!important;
}
.card-title{
  font-size: 48px;
  font-weight: 800;
}
.card p{
  font-size: 24px;
  font-weight: 600;
  line-height:1.2;
  margin-bottom:1.5rem;
}
.card-footer h5{
  font-size: 40px;
  font-weight: 800;

}
.card-footer h6{
  font-size: 28px;
  font-weight: 700;
}
.card-footer h4{
  font-size: 48px;
font-weight: 700;

}
.card-footer .row:after{
  content:'';
  width:2px;
  height:95px;
  background-color:var(--blue2);
  position:absolute;
  left:calc(50% - 1px);
  bottom:10%;
}
.about{
  z-index:1;
}
.about h2{
  font-size:48px;
  font-weight:700;
}
.gallery{
  margin-top:-50px;
  padding-top: 100px;
  background-size:cover;
  background-position:center;
 
}
.gallery .overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  mix-blend-mode:multiply;
}
.gallery .image-container{
  padding-bottom: 100%;
  position:relative;
  
}
.gallery .image-container img{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  border-radius:2rem;
}
.gallery .img-fill{
  height:100%;
  width:100%;
  object-fit:cover;
  object-position:center;
  border-radius:2rem;
}
.faq{
  background-image: linear-gradient(360deg, #00A9E0 0%, #68D2DF 100%);
}
.embed-form h2,
.faq h2{
  font-size:48px;
  font-weight:700;
}
.embed-form .lead{
  font-size:34px;
  line-height:1.2;
}
.faq .accordion{
  
}
.faq .accordion *{
  background-color:transparent;
  border-radius:0!important;
}
.accordion-item{
  border-top: 0;
border-left: 0;
border-right: 0;
}
.accordion-button{
  color:#ffffff!important;
  font-weight:300!important;
}
.accordion-button:focus{
  border:none;
  box-shadow:none;
}
.accordion-button.collapsed::after{
  filter:contrast(1) invert(1) ;
}
.accordion-body{
  font-size:18px!important;
  font-weight:300!important;
  color:#ffffff!important;
}
footer{
  background-size:cover;
  background-position:center;
}
@media screen and (max-width: 768px) {
  .page-content{
    padding-top:0;
  }
  
  .btn-large{
    height:auto;
    font-size:24px;
    font-weight:800;
  }
  .navbar {
    height: 80px;
}
.navbar-collapse{
  position: absolute;
    top: 80px;
    background: var(--blue3);
    right: 0;
    text-align: right;
    padding: 1rem;
}

.navbar-brand{
  transform: none;
  position: relative;
  left: auto;
  right: 0;
  height: 48px;
}
.navbar-brand img{
  max-height:100%;
  width:auto;
}
  .hero {
    min-height: 80vh;
    padding-top: 40vh;
  }
  .hero h1{
    font-size: 50px;
  }
  .faq h2,
  .embed-form h2, 
  .pricing-matrix .col-md-11 > h2,
  .hero h2{
    font-size: calc(1.325rem + .9vw);
  }
  .pricing-matrix .col-md-11 > h3,
  .hero h3{
    font-size: calc(1.3rem + .6vw);
  }
  .embed-form .lead{
    font-size:24px;
  }
  .card p {
      font-size: 18px;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 1rem;
  }
  .gallery{
    margin-top:0;
    padding-top:1rem;
  }
}