@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&family=Roboto&display=swap");

body {
  font-family: "Roboto", sans-serif;
  background-color: #fafbfc;
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
strong {
  font-family: "Inter", sans-serif;
}

.bg-divide {
  background: url(../img/img-banner.jpg) center center no-repeat;
  background-size: contain;
  background-color: #f6f3ea;
  padding: 100px 0;
}

/* .head { */
/* background: url("../img/head-bg.jpg") bottom right no-repeat; */
/* background-size: cover; */
/* height: 750px; */
/* } */

.head2 {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05), 0 15px 15px rgba(0, 0, 0, 0.05);
}

.head .title {
  padding-top: 150px;
  font-size: 2.8em;
}

.m-120 {
  margin-top: 120px;
}

.i1 {
  background: url("../img/banner1.jpg") bottom right no-repeat;
  background-size: cover;
}

.i2 {
  background: url("../img/banner2.jpg") bottom right no-repeat;
  background-size: cover;
}

.i3 {
  background: url("../img/banner3.jpg") bottom right no-repeat;
  background-size: cover;
}

.head p {
  padding-bottom: 150px;
}

.green {
  color: #00c853;
}

.accordion-button:not(.collapsed) {
  color: rgba(0, 200, 83, 1);
  background-color: rgba(0, 200, 83, 0.05);
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.cta {
  color: #fff;
  background-color: rgba(0, 200, 83, 1);
}
.cta a {
  background-color: #fff;
  color: rgba(0, 200, 83, 1);
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  padding: 20px 50px;
  border-radius: 30px;
  margin: 20px 0;
}
.love-badge {
  background-color: rgba(0, 200, 83, 0.1);
  color: rgba(0, 200, 83, 1);
  padding: 10px 35px;
  border-radius: 25px;
  font-size: 0.85em;
}

.banner1 {
  background: url("../img/banner1.jpg") center right no-repeat;
  background-size: cover;
}

.banner2 {
  background: url("../img/banner2.jpg") center right no-repeat;
  background-size: cover;
}

.banner3 {
  background: url("../img/banner3.jpg") center right no-repeat;
  background-size: cover;
}

.menu {
  text-decoration: none;
  color: #212121;
  padding-top: 12px;
  display: inline-block;
}

.offcanvas {
  background-color: #fafbfc;
}

.mobile-menu {
  margin-top: 12px;
  display: block;
  text-decoration: none;
  color: #00c853;
  text-align: left;
  font-size: 25px;
}

.footer {
  background-color: #070707;
  color: #fff;
}

.footer .menu-foot {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
}

.footer .menu-foot:hover {
  color: #fff;
  cursor: pointer;
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.form-control-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-radius: 0.75rem;
}

.icon-link {
  display: inline-flex;
  align-items: center;
}
.icon-link > .bi {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  transition: transform 0.25s ease-in-out;
  fill: currentColor;
}
.icon-link:hover > .bi {
  transform: translate(0.25rem);
}

.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: 0.75rem;
}

.rounded-4 {
  border-radius: 0.5rem;
}
.rounded-5 {
  border-radius: 1rem;
}

.text-shadow-1 {
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}
.text-shadow-2 {
  text-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}
.text-shadow-3 {
  text-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.25);
}

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
/* rtl:end:ignore */

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -0.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

@media (max-width: 767.98px) {
  .logo {
    width: 25%;
  }

  .m-120 {
    margin-top: 100px;
  }
}
