@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Prompt", sans-serif !important;
}

a {
  color: inherit;
  text-decoration: none;
}

.banner {
  background: url(../../image/banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.overlay {
  height: 100%;
  width: 100%;
  background-color: #408b81;
  opacity: 54%;
}

.hero-image {
  background-image: linear-gradient(
      rgba(64, 139, 129, 0.58),
      rgba(64, 139, 129, 0.58)
    ),
    url("../../image/banner.webp");
  height: 85vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: left;
  position: relative;
  color: white;
  height: 100%;
}

.hero-text p {
  max-width: 85%;
}

.hero-text h1 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.1;
}

.hero-button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 15px 30px;
  color: black;
  background-color: #c8e227;
  text-align: center;
  cursor: pointer;
  border-radius: 50px;
  transition: ease-in-out 0.3s;
}

.hero-button:hover {
  background-color: #c9e227b2;
  color: white;
}

.hero-content {
  padding-bottom: 5em;
}

.bg-main {
  background-color: #3bbca6;
}

.border-main {
  border-color: #3bbca6 !important;
}

.text-main {
  color: #3bbca6 !important;
}

.co-host {
  height: 150px;
}

.yt-sizer {
  width: 50%;
  height: 400px;
}

.btn-main {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 15px 30px;
    color: rgb(42, 180, 146);
    background-color: white;
    text-align: center;
    cursor: pointer;
    border: 2px solid rgb(42, 180, 146);
    border-radius: 50px;
    transition: ease-in-out 0.3s;
  }
  
  .btn-main:hover {
    transition: ease-in-out 0.3s;
    background-color: rgb(42, 180, 146);
    color: white;
  }

.inner-banner {
  background: rgb(42, 180, 146) !important;
}

.inner-banner a {
  color: white !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.inner-banner a:hover {
  color: rgb(206, 206, 206) !important;
}

/* On Tablets */
@media screen and (max-width: 992px) {
  .hero-text h1 {
    font-size: 4rem;
  }
  .co-host {
    height: 100px;
  }
}

/* On Low-Resolution Tablets */
@media screen and (max-width: 768px) {
  .hero-text h1 {
    font-size: 4rem;
  }
  .co-host {
    height: 80px;
  }

  .yt-sizer {
    width: 80%;
    height: 300px;
  }
}

/* On Mobile */
@media screen and (max-width: 576px) {
  .save-the-date {
    width: 100% !important;
  }
  .hero-text h1 {
    font-size: 2.5rem;
  }
  .hero-text p {
    max-width: 100%;
  }
  .co-host {
    height: 70px;
  }

  .yt-sizer {
    width: 80%;
    height: 200px;
  }
}

@media screen and (max-width: 360px) {
  .yt-sizer {
    width: 80%;
    height: 200px;
  }
}
