* {
  box-sizing: border-box;
  margin:0;
  padding: 0;
  font-family: 'Kumbh Sans', sans-serif;
}

.navbar {
  background: white ;
  height: 120px;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  font-size: 1.2rem;
  position: sticky;
  top: 0;
  z-index: 999; 
} 

.navbar__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#logo {
  max-width: 110px;
  max-height: 50px;
}


/* #navbar__logo {
  background-color: #ff8177;
  background-image: linear-gradient(to top, #ff0844 0%, #ffb199 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  font-size: 2rem;
} */

.fa-gem {
  margin-right: 0.5rem;
}

.navbar__menu {
  display: flex;
  align-items: center;
  list-style: none;
  text-align: center;
}

.navbar__item {
  height: 80px;
  display: flex;
  align-items: center;
}

.navbar__links {
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0 1rem;
}

.button__container {
  padding-left: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  width: 100%;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 8px;
  background: #009A83;
  color: #fff;
}

.button:hover {
  background: #4873ff;
  transition: all 0.3s ease;
}

.navbar__links:hover {
  color: #f77062;
  transition: all 0.3s ease;
}


/* Hero Section CSS */

.hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/office-pic3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  color: white;
  text-align: center;
  margin: 0.625rem;
}

.hero-title {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 50px;
}

.main__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding:  0.5rem;
  margin: 0.1px;
  width: 50%;
}

.hero__button {
  display: flex;
  justify-content: center;
  align-self: center;
  text-decoration: none;
  padding: 20px 10px;
  height: 100%;
  width: 30%;
  border: none;
  outline: none;
  border-radius: 8px;
  background: #009A83;
  color: #fff;
}

/* Main section CSS */

.card {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 5rem;
}

.card-blurb {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 500px;
}

.card-blurb h1 {
  padding-bottom: 2rem;
  text-align: center;
  /* padding-top: 2rem; */
}

.card-blurb p {
  padding-bottom: 2rem;
  line-height: 1.6;
  text-align: justify;
}

.card-blurb button {
  display: flex;
  justify-content: center;
  font-weight: 700;
  align-items: center;
  text-decoration: none;
  padding: 30px 10px;
  height: 10%;
  width: 50%;
  border: none;
  outline: none;
  border-radius: 8px;
  background: #009A83;
  color: #fff;
}

.card img {
  border-radius: 8px;
}

.card__container {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
}

.card__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  width: 300px;
  top: 40%;
  left: 30%;
  transform: translate(-50%, -50%);
}

.card__content h2 {
  line-height: 1.6;
}

.card__content button {
  display: flex;
  font-size: medium;
  justify-content: center;
  align-self: center;
  margin-top: 30px ;
  text-decoration: none;
  padding: 20px 20px;
  height: 10%;
  width: 60%;
  border: none;
  outline: none;
  border-radius: 8px;
  background: #009A83;
  color: #fff;
}

.review {
  display:flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 150px;
}

.review img {
  align-self: center;
  margin: 50px;
  height: 100%;
  width: 15%;
}

.review h2 {
  align-self: center;
  text-align: center;
  margin-bottom: 20px;
}

.review p {
  align-self: center;
}

.small__print {
  /* margin-top: 40px; */
  font-size: small;
}

.review button {
  display: flex;
  font-size: medium;
  justify-content: center;
  align-self: center;
  margin-top: 30px ;
  text-decoration: none;
  padding: 20px 20px;
  height: 10%;
  border: none;
  outline: none;
  border-radius: 8px;
  background: #00A042;
  color: #fff;
}

.card__container-alex {
  width: 600px;
  height: 400px;
  background: url(images/zjmlypzlupi1qk4zuykn.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 8px;
  display: flex;
}

.alex__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  color: rgb(0, 0, 0);
  text-align: center;
  margin: 0.625rem;
  width: 50%;
}

.alex__content h3 {
  font-weight: 600;
  margin-bottom: 10px;
}

.border__card-container {
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
}

.border__card {
  box-shadow: 0px 0px 40px rgb(232, 232, 232) ;
  /* border: 2px solid black; */
  border-radius: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 60px 100px;
  margin: 16px;
  text-align: center;
}

.border__card button {
  display: flex;
  font-size: medium;
  justify-content: center;
  align-self: center;
  margin-top: 30px ;
  text-decoration: none;
  padding: 20px 20px;
  /* height: 10%; */
  width: 80%;
  border: none;
  outline: none;
  border-radius: 8px;
  background: #009A83;
  color: #fff;
}

.footer {
  margin: 20px 80px;
}

.footer__text h3 {
  margin-bottom: 40px;
}

.footer__logos {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.footer__logos-left {
  display: flex;
}

.linkedin__logo img {
  width: 10px;
}


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

  .hero__button {
    display: flex;
    justify-content: center;
    align-self: center;
    text-decoration: none;
    padding: 20px 10px;
    height: 100%;
    width: 40%;
    border: none;
    outline: none;
    border-radius: 8px;
    background: #009A83;
    color: #fff;
  }

  .navbar {
    background: white ;
    height: 100px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    font-size: 1.2rem;
    position: sticky;
    top: 0;
    z-index: 999; 
  }

  .card__container {
    padding-top: 24px;
  }

  .card {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 2rem;
  }

  .card img {
    width: 100%;
  }

  .card-blurb {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .card-blurb button {
    display: flex;
    justify-content: center;
    font-weight: 700;
    align-items: center;
    text-decoration: none;
    padding: 20px 10px;
    margin-bottom: 16px;;
    height: 10%;
    width: 50%;
    border: none;
    outline: none;
    border-radius: 8px;
    background: #009A83;
    color: #fff;
  }

  .card__content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    width: 300px;
    top: 40%;
    left: 30%;
    padding-top: 45px;
    transform: translate(-50%, -50%);
  }

  .card-blurb {
    width: 100%;
    margin-top: 24px;
    padding-left: 0px;
    padding-bottom: 16px;
  }

  .card__content button {
    padding: 10px 10px;
    width: 40%;
  }

  .card__container img {
    width: 100%;
    height: 100%;
    /* background: url(images/zjmlypzlupi1qk4zuykn.jpeg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 8px;
    display: flex;
  }

  .card__content h2 {
    font-size:medium
  }

  .review button {
    display: flex;
    font-size: medium;
    justify-content: center;
    align-self: center;
    margin-top: 30px ;
    text-decoration: none;
    padding: 20px 20px;
    height: 10%;
    width: 40%;
    border: none;
    outline: none;
    border-radius: 8px;
    background: #00A042;
    color: #fff;
  }
  
  .review img {
    align-self: center;
    margin: 50px;
    height: 100%;
    width: 50%;
  }

  .border__card-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .navbar__container {
    display: flex;
    justify-content: space-between;
    height: 80px;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    padding: 0;
  }

  .navbar__menu {
    display: grid;
    grid-template-columns: auto;
    margin: 0;
    width: 100%;
    position: absolute;
    top: -1000px; 
    opacity: 0; 
    transition: all 0.5s ease;
    padding-top: 3rem;
    height: 70vh;
    z-index: -1;
    background: #dadbde
  }

  .navbar__menu.active {
    background: #c9d8d4;
    top: 100%;
    opacity: 1;
    transition: all 0.5s ease;
    z-index: 99;
    height: 70vh;
    font-size: 1.6rem
  }

  #logo {
    padding-left: 25px;
    padding-top: 16px;
    max-width: 120px;
    max-height: 70px;
  }

  .navbar__toggle .bar {
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    background: black;
  }

  .navbar__item {
    display: flex;
    justify-content: center;
    width: 100%;
    /* margin-top: 70px; */
  }

  .navbar_links {
    text-align: center;
    padding: 1rem;
    width: 100%;
    display: table;
  }

  #mobile-menu {
    position: absolute;
    top: 20%;
    right: 5%;
    transform: translate(5%, 20%);
  }

  .navbar__btn {
    /* padding-bottom: 1rem;
    padding-top: 2rem; */
  }

  .button__container {
    display: flex;
    justify-content: space-between;
    height: 80px;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    padding: 0;
  }

  .button {
    display: flex;
    justify-content: center;
    align-self: center;
    width: 30%;
    height: 60px;
    margin: 0%;
  }
    
  .navbar__toggle .bar {
    display: block;
    cursor: pointer;
  }

  #mobile-menu.is-active .bar:nth-child(2) {
    opacity: 0;
  }

  #mobile-menu.is-active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  #mobile-menu.is-active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

}