/*MADE BY WILLIAM BADGETT */
* {
 margin: 0;
 padding: 0;
 /*max-width: 100%;*/
 scroll-behavior: smooth;
 font-family: 'Montserrat', sans-serif;
}
img {
  max-width: 100%;
}
body {
 font-size: 62.5%;
 line-height: 1.7;
 box-sizing: border-box;
 letter-spacing: 1.2px;
 background-color: #fff;
 margin: 0;
 padding: 0;
 max-width: 100%;
 font-family: 'Montserrat', sans-serif;
 background-color: #181A21;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}

.banner-img {
  display: none;
}
.banner-img-desktop {
  display: block;
}
.monitor {
  max-width: 600px;
}

html,
body {
 width: 100%;
 margin: 0px;
 padding: 0px;
 overflow-x: hidden;
}

/*GRID*/

.grid {
  max-width: 1336px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4em;
  text-align: center;

}

.grid-text {
  margin-top: 1em;
  font-size: 1.4em;
  color: #8B8A8D;
}

.grid-item-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.grid-item {
  background-color: rgba(22, 24, 30, .8);
  padding: 1em 3em;
  border-radius: 9px;
  -webkit-box-shadow: -8px 10px 8px 1px rgba(0,0,0,0.21);
 -moz-box-shadow: -8px 10px 8px 1px rgba(0,0,0,0.21);
 box-shadow: -8px 10px 8px 1px rgba(0,0,0,0.21);
}

.grid-heading {
  font-size: 2.25em;
  color: #5997F4;
}

.text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.grid-img {
  /*width: 75px;*/
  font-size: 65px;
  margin-right: .5em;
  background-image: linear-gradient(to right bottom, #b1ffff, #7ee4f6, #4cc8ef, #1caae7, #1c8ada);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
overflow: visible;
width: 100%:
}

/*NAV*/

.Navbar__Responsive {
 display: flex;
 flex-direction: column;
 display: none;
 cursor: pointer;
 position: absolute;
 top: 2%;
 right: 5%;
 z-index: 100000000090900;
 overflow: visible;
}

.Navbar__hamburger {
 width: 30px;
 height: 2px;
 background-color: #fff;
 margin: .25em;
 transition: all .1s;
 overflow: visible;
}

.Navbar {
  position: absolute;
  top: 1%;
 display: flex;
 flex-direction: row;
 font-size: 1.225em;
 list-style-type: none;
 align-items: center;
 text-transform: uppercase;
 margin: 0 auto;
 cursor: pointer;
 z-index: 100000;
 color: #fff;
 max-width: 90%;
 width: 100%;
 margin: 0 auto;
 justify-content: center;
 padding-bottom: 0;
 padding: 2em 0;
}
.nav-btn {
 font-size: 1em !important;
}

.Navbar__item {
 margin-left: .5em;
 transition: all .3s ease-in;
 padding: 1em
}

.Navbar__item:hover {
 color: #fff;
 cursor: pointer;
 /*transform: translateY(-3px);*/
}

.active__nav {
 color: #fff;
 /*text-decoration: underline;*/
}


.join-group {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 margin-top: 8em;
}




.Navbar__logo {
 margin-right: auto;
 /*width: 200px;*/
 margin-left: 0 !important;
 display: flex;
 flex-direction: row;
 justify-content: center;
 align-items: center;
 font-size: 1.6em;
}

.Navbar__logo img {
  width: 80px;
  margin-right: 1em;
}

.Responsive__Nav {
 z-index: 100;
 position: absolute;
 right: -75%;
 top: 0;
 background-color: #181A21;
 width: 50%;
 transition: .4s all;
 display: none;
 -webkit-box-shadow: -8px 10px 8px 1px rgba(0,0,0,0.51);
-moz-box-shadow: -8px 10px 8px 1px rgba(0,0,0,0.51);
box-shadow: -8px 10px 8px 1px rgba(0,0,0,0.51);
/*height: 400px;*/
padding: 3em 0;
width: 100%;
}

.Responsive__Nav:hover {
 right: 0;
}

.Responsive__Navbar {
 list-style-type: none;
 display: flex;
 flex-direction: column;
 align-items: center;
 font-size: 1.75em;
 color: #fff;
 font-weight: 300;
}
.nav-logo {
 width: 60px;
 /* height: 50px; */
}

.Responsive__Navbar__item:first-of-type {
 /*margin-top: 6em;*/
}

.Responsive__Navbar__item {
 text-transform: uppercase;
 /*padding: 1em 0;*/
 cursor: pointer;
 transition: .3s all;
}
.Responsive__Navbar__item:hover {
 transform: translateY(-3px);
 color: #fff;
}

.Navbar__item__link,
.Navbar__item {
 /*padding: .1em;*/
 transition: all .5s;
 color: #fff !important;
}
.Navbar__item__link:link,
.Navbar__item__link:visited {
 color: #fff;
 text-decoration: none;
}
.Navbar__item__link:hover,
.Navbar__item:hover {
 transform: translateY(3px);
}

.hamburger-mid {
 display: none;
}
.hamburger-top {
 transform: rotate(45deg);
 transition: .5s all;
 background-color: rgba(255,255,255,.8);
}
.hamburger-bottom {
 margin-top: -4.5px;
 transform: rotate(135deg);
 transition: .5s all;
 background-color: rgba(255,255,255,.8);
}

.nav-btn {
 color: #fff;
 border: none;
 padding: .6em 1.8em;
 border-radius: 4px;
}


/*Header*/

.header {
  /*background: url('./imgs/header-bg.png');*/
  background-color: #16181E;
  background-size: 100% 100%;
  background-position: cover;
  padding: 0 0 12em 0;
  min-height: 100vh;
}

.primary-logo {
  margin-bottom: 3em;
  /*width: 400px;*/
  width: 400px;
}

.container-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3em 0;
  align-self: normal;
  align-items: center !important;
  /*min-width: 400px;*/
}

.split {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 80%;
  width: 100%;
  padding: 3em 0;
  align-self: auto;
}
.blank {
  width: 60%;
}

.laptop {
  max-width: 700px;
}


.primary-heading {
  color: #AFFFFF;
  font-size: 5em;
  text-shadow: 0px 6px 9px rgba(0,0,0,0.72);
  width: 400px;
  text-align: center;
}

.secondary-heading {
  font-size: 3em;
  color: #fff;
  width: 80%;
  /*text-align: left;*/
  text-align: center;
  font-weight: bold;
  font-style: italic;
}
.secondary-heading:last-of-type {
  margin-bottom: 1.25em;
}
.left {
  align-items: flex-start;
}

.btn {
  padding: .4em 2em;
  font-size: 1.6em;
  color: #fff;
  /*background-color: #5388DF;*/
  background-image: linear-gradient(to right bottom, #b1ffff, #7ee4f6, #4cc8ef, #1caae7, #1c8ada);
  border: none;
  border-radius: 9px;
  cursor: pointer;
  transition: all .5s;
  z-index: 1000;
  outline: none;
}

.btn:hover {
  transform: translateY(3px);
  background-color: #4a7ac7;
}


#about {
  background: url('./imgs/bg.png');
}



/*After Heading Sections*/

.mr-lg {
  margin-right: 5em;
}
.title-heading {
  font-size: 2.4em;
  color: #F7FCFF;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
    margin-bottom: 2.25em;
    margin-top: 2.25em;
}

.section-heading {
  font-size: 1.8em;
  color: #f7fcff;
  margin-bottom: 1em;
  text-align: center;
}

.title-heading:after,
.section-heading:after{
    content: "";
    display: block;
    margin: 0 auto;
    width: 200px;
    margin-top: 20px;
    padding-top: 1px;
     background-image: linear-gradient(to right, #8FEDFF, #E3EEFF);
}

.desc-text {
  font-size: 1.6em;
  color: #8B8A8D;
  margin-bottom: 2.5em;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1;
  font-style: italic;
}

/*Testimonials*/

.testimonials {
  background: url('./imgs/bg.png');
  background-size: 100% 100%;
  padding: 12em 0;
}



.inline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: initial;
  width: 100%;
  max-width: 80%;
}


.testimonial {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  padding: 1.5em;
  border-radius: 5px;
}
.review {
  max-width: 500px;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.21);
-moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.21);
box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.21);
border-radius: 5px;
transition: all .3s;
opacity: .7;
margin-bottom: 1.25em;
margin: 0 auto;
}
.review:hover {
  transform: scale(1.05);
  opacity: 1;
}
.user-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1.5em;
}
.user-info img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.user-img {
  font-size: 64px;
}

.user-name,
.review {
  font-size: 1.2em;
  color: #505050;
  max-width: 350px;
  line-height: 1.1;
}

.success {
  overflow: visible;
}
.success-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: .8em 1.6em;
  border-radius: 35px;
  background-color: #F6F9FC;
  margin-bottom: 2.25em;
}
.success-bar .desc-text {
  font-size: 1.4em;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.success-bar .btn {
  font-size: 1.1em;
  margin-right: 1em;
  width: 80px;
}

.success-img {
  width: 400px;
  height: 500px;
  border: 3px solid #B1FFFF;
  border-radius: 9px;
}


.slick-slider {
  max-width: 100%;
margin: 0 auto;
}

.slick-next {
    display: none !important;
}
.slick-prev {
    display: none !important;
}
.slick-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

li button {
  /*display: none !important;*/
}

.slick-dots li {
  border: 1px solid #4D8CF4;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: none;
}

.blue-text {
  color: #3794FC;
}


/*FAQ*/
.faq-item {
  padding: 1em 1.5em;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.21);
-moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.21);
box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.21);
border-radius: 5px;
max-width: 33%;
margin: 0 1em;
}
.faq-item .desc-text {
  font-size: 1.3em;
}
.faq-heading {
  font-size: 2em;
  color: #3794FC
}

/*Footer*/

.footer-head {
  font-size: 1.8em;
  color: #8B8A8D;
}

.footer-link {
  text-decoration: none;
  color: #67758D;
  font-size: 1.6em;
}

.social-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 2em;
  color: #C4CFDD !important;
}
.social-contact img {
  width: 100px;
}

i {
  color: #C4CFDD;
}

.footer {
  padding: 6em;
}

.extra-footer {
  border-top: 1px solid #EAF0F7;
  padding-top: 2em;
  color: #8B8A8D;
  text-align: center;
}

.extra-footer a {
  color: #8B8A8D;
  text-decoration: none;
}

@media only screen and (max-width: 1360px) {
  .laptop {
    max-width: 600px;
  }
  .split {
    max-width: 90% !important;
    margin: 0 1.5em;
  }
  .grid {
    max-width: 90%;
  }
}


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

  body {
    font-size: 60%;
  }



  .grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 80%;
  }

  .grid-item {
    margin-bottom: 2.25em;
  }
  body {
    font-size: 60.5%;
  }
  .split-img {
    right: -55%;
  }
  .split, .inline {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .social-contact {
    align-items: center;
  }
  .testimonial,
  .faq-item,
  .footer-links {
    margin: 2.25em 0;
  }
  .mr-lg {
    margin: 0;
  }
}

@media only screen and (max-width: 1210px) {
  .split-img {
    display: none;
  }
  .left {
    align-items: center;
  }
  .desc-text,
  .faq-heading,
  .primary-heading{
    text-align: center;
  }
  .faq-item {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1080px) {
  .split-grid {
  flex-direction: column !important;
}
.card {
  margin-bottom: 5em !important;
}
  .Navbar__item {
display: none;
}
.Navbar__Responsive {
display: block;
}

.laptop {
  max-width: 400px;
}

.logo {
  max-width: 80%;
}




}

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

  .monitor {
    max-width: 300px;
  }

  body {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 58%;
  }
  .grid-item-container {
      display: flex;
      flex-direction: column !important;
      align-items: center;
      justify-content: center;
  }
  .grid-img {
    margin-right: 0;
    margin-bottom: .3em;
  }
  .primary-logo {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 3em;
  }

  .banner-img-desktop {
    display: none;
  }

  .banner-img {
    display: block;
    position: absolute;
    top: 0;
  }

  .primary-heading {
    display: none;
  }
}




iframe {
  margin: 6em auto;
  display: block;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.42);
-moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.42);
box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.42);
border-radius: 5px;
max-width: 1336px;
margin: 0 auto;
}


.max-width {
  width: 400px;
  border: 1px solid #fff;
}




/*Cards*/
.split-grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1336px;
  width: 1336px;
  margin-top: 4em;
  overflow: visible;
  padding: 3em 0;
}
.card {
  border-radius: 9px;
  padding: 6em  3em;
  color: #fff;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(122,77,254,0.18);
-moz-box-shadow: 0px 0px 10px 3px rgba(122,77,254,0.18);
box-shadow: 0px 0px 10px 3px #b1ffff;
transition: all .8s;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 250px;
}
.card:hover {
  transform: scale(1.05);
  background-color: #fff;
  color: #23272a;
  /*background-image: linear-gradient(to right bottom, #b1ffff, #7ee4f6, #4cc8ef, #1caae7, #1c8ada);*/
  -webkit-box-shadow: 5px 5px 0px 0px #b1ffff, 10px 10px 0px 0px #7ee4f6, 15px 15px 0px 0px #4cc8ef, 20px 20px 0px 0px #1caae7, 25px 25px 0px 0px #1c8ada, 26px 50px 50px 50px rgba(0,0,0,0);
box-shadow: 5px 5px 0px 0px #b1ffff, 10px 10px 0px 0px #7ee4f6, 15px 15px 0px 0px #4cc8ef, 20px 20px 0px 0px #1caae7, 25px 25px 0px 0px #1c8ada, 26px 50px 50px 50px rgba(0,0,0,0);
}
.card-img {
  width: 400px;
}
.card-heading {
  font-size: 2.5em;
}
.card-list {
  list-style-type: none;
  font-size: 1.6em;
}
.card-list li {
  margin: .5em 0;
}

.card-cost {
  font-size: 3em;
  font-weight: bold;
}
.time-span {
  margin-left: .4em;
  font-weight: 300;
  font-size: 1.125em;
}


a {
  text-decoration: none;
}


.logo {
  max-width: 400px;
}


.full-width {
  max-width: 100%;
}
