:root {
  --secondary: #1C3B30;
  --primary: #A8E6CF;
  
}

body {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 18px;
  background-color: #fff;
  color: #222;
}

@media (min-width: 1270px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1252px;
  }
}

.logo {
  width: 200px;
  max-width: 100%;
  height: auto;
}

.bg-header {
  background-color: #f0f0f0;
}

.bg-grey {
  background-color: #e0dfd5;
}

.txt-grey {
  color: #626262;
}

.txt-lightgrey {
  color: #c5c5c5;
}

.hero-form {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.form-control-lg {
  font-size: 1rem;
  height: calc(1.5em + 1.75rem + 2px);
}

.btn-group-lg > .btn, .btn-lg {
  font-size: 1rem;
  padding: 0.875rem 1.75rem;
}

h1 {
  font-size: 46px;
  font-weight: 700;
}

h2 {
  font-size: 24px;
  font-weight: 700;
}

h3 {
  font-size: 20px;
  font-weight: 700;
}

h5 {
  font-weight: 700;
}

.hero-form-disclaimers {
  font-size: 12px;
}

.btn-primary {
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.btn-primary:hover {
  color: #fff;
  background-color: #f5a747;
  border-color: #f5a747;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f5a747;
  border-color: #f5a747;
}

footer {
  background-color: #1C3B30;
}

.card {
  border-radius: 1rem;
  box-shadow: 0px 0px 1.5rem rgba(0,0,0,0.3);
  border: none;
}

.card-img, .card-img-top {
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px);
}

.card-img-bottom {
  border-bottom-left-radius: calc(1rem - 1px);
  border-bottom-right-radius: calc(1rem - 1px);
}

.card-img-left {
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: 0;
  border-bottom-left-radius: calc(1rem - 1px);
  border-bottom-right-radius: 0;
}

.card-img-right {
  border-top-right-radius: calc(1rem - 1px);
  border-bottom-right-radius: calc(1rem - 1px);
}

.card-title small {
  display: block;
  color: var(--secondary);
  font-size: 12px;
  margin-top: 13px;
}

.feature {
  padding: 1rem 1.25rem;
  background-color: #1C3B30;
  border-radius: 1rem;
  color: #fff;
  display: flex;
  gap: 1.25rem;
  box-shadow: 0px 0px 1.5rem rgba(0,0,0,0.3);
  margin: 0 auto 1.75rem auto;
  align-items: center;
  max-width: 570px;
}

a .card .card-title {
  color: #000;
}

.btn-card-subscribe {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.feature-icon img {
  width: 54px;
}

.f1 {
  background-color: #1C3B30;
}

.f2 {
  background-color: #1C3B30;
}

.f3 {
  background-color: #1C3B30;
}

.footer-nav {
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 20px 40px;
}

footer, footer a, footer a:hover {
  color: var(--primary);
}

footer .logo {
  width: 281px;
}

.hero-form-disclaimers a {
  color: #fff;
  text-decoration: underline;
}

@media(max-width: 767px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  .feature {
    font-size: 16px;
  }

  .logo {
    width: 200px;
    margin-bottom: 1rem;
  }
}

article p {
  margin-bottom: 2.5rem;
}

#Chat {
  transform: scale(0.05) rotate(-35.47deg);
  transform-origin: bottom left;
  animation-fill-mode: forwards; 
}

#Chat2 {
  transform: scale(0.05) rotate(35.47deg);
  transform-origin: bottom right;
  animation-fill-mode: forwards; 
}

#Notification {
  transform: scale(0);
  transform-origin: 500px 133px;
  animation-fill-mode: forwards; 
}

.notification-animation {
  animation: notificationGrow 0.7s;
}

.chatbubble-animation {
  animation: rotateAndScaleChat 0.7s;
}

.chatbubble-animation2 {
  animation: rotateAndScaleChat2 0.7s;
}

@keyframes notificationGrow {
  0% {
    transform: scale(0);
  }
  57% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes notificationGrow2 {
  0% {
    transform: scale(0);
  }
  57% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes rotateAndScaleChat {
  from {
    transform: scale(0.05) rotate(-35.47deg);
  }

  to {
    transform: scale(1) rotate(0deg);
  }
}

@keyframes rotateAndScaleChat2 {
  from {
    transform: scale(0.05) rotate(35.47deg);
  }

  to {
    transform: scale(1) rotate(0deg);
  }
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
}

.checkbox-label input {
  margin-top: 4px;
}

.checkbox-label > div {
  flex-grow: 1;
  margin-left: 10px;
}

@media(max-width: 767px) {
  .checkbox-label {
    flex-direction: column;
    align-items: center;
  }

  .checkbox-label > div {
    margin-left: 0px;
    margin-top: 20px;
  }
}

#hero {
  background: 
    linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.9)),
    url('images/pexels-pixabay-355952.jpg') no-repeat center center / cover;
  color: #fff;
  min-height: 100vh;;
}

@media(max-width: 767px) {
  #hero {
    background: 
      linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.9)),
      url('images/pexels-pixabay-355952.jpg') no-repeat center center / cover;
  }
}

#hero h1 {
  color: #fff;
}