/* Floating Whatsapp Button */
.floating_wa_btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  padding: 8px 8px;
  border-radius: 25px;
  /* background-color: var(--primary-color); */
  background-color: #fff;
  color: var(--btn-bg-green);
  display: flex;
}

/* / Floating Whatsapp Button */

.footer_container {
  background-color: #eef7ee;
  width: 100%;
}

.footer_div {
  width: 100%;
  max-width: 1300px;
  margin: 20px auto;
  color: #0a0a0a;
  padding: 50px 20px;
}

.footer_top {
  justify-content: space-between;
}

.ft_kouri_logo {
  height: 80px;
  margin-bottom: 15px;
  margin-right: 15px;
  border-radius: 10px;
}

.ft_kouri_tagline {
  height: 35px;
}

.ft_lgsg_div > p {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

.ft_lgsg {
  display: flex;
  margin-top: 20px;
}

.ft_signup_btn {
  font-size: 18px;
  padding: 7px 30px;
  padding-top: 6px;
  border-radius: 0 !important;
}

.ft_login_btn {
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  padding: 4px 30px;
  /* border-radius: 25px; */
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
}

.ft_login_btn:hover {
  background-color: var(--primary-color);
  color: white;
  border: 3px solid var(--primary-color);
}

.footer_hr {
  background-color: #828282;
  height: 1px;
  width: 100%;
  margin: 30px auto;
}

.footer_hr_1 {
  display: none;
}

/* Footer Bottom Portion  */
.footer_bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ft_links_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.ft_link_div {
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: 40px;
  margin-top: 10px;
}

.ft_links_title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
}

.ft_link_div > a {
  color: var(--ft-text-gray);
  color: #8b8b8b;
  font-size: 14px;
  line-height: 24px;
}

.ft_link_div > a:hover {
  text-decoration: underline;
}

/* Footer Payments Icons & Social Media Links Container */
.payment_methods_div > p {
  margin-bottom: 20px;
  color: var(--primary-color);
  font-size: 14px;
}

.payment_methods {
  display: flex;
  user-select: none;
}

.payment_methods > img {
  height: 40px;
  margin-right: 10px;
}

@media screen and (max-width: 450px) {
  .payment_methods > img {
    height: 35px;
  }
}

/* Social Media Links */

.social_media_links_container {
  margin-top: 30px;
}

.social_media_links_container > p {
  margin-bottom: 8px;
  color: var(--primary-color);
  font-size: 14px;
}

.social_media_links {
  display: flex;
}

.social_link {
  margin-right: 15px;
  height: 44px;
  width: 44px;
  background-color: #d6f1e1;
  border-radius: 10px;
  transition: background-color 0.2s ease;
}

.social_link > i {
  font-size: 30px;
  color: var(--primary-color);
  transition: background-image 0.2s ease;
}

.social_link:hover {
  background-color: #ffffff;
}

.social_link:hover > .inluke-icons {
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

/* For facebook */
.social_link:hover > .icon-facebook {
  background-image: rgb(29, 113, 240);
  background-image: linear-gradient(
    180deg,
    rgba(24, 172, 254, 1) 0%,
    rgba(1, 99, 224, 1) 100%
  );
}

/* For messenger */
.social_link:hover > .icon-messenger {
  background-image: rgb(29, 113, 240);
  background-image: linear-gradient(
    200deg,
    rgba(255, 59, 125, 1) 0%,
    rgba(181, 39, 252, 1) 47%,
    rgba(0, 130, 255, 1) 100%
  );
}

/* For instagram */
.social_link:hover > .icon-instagram {
  background-image: rgb(5, 10, 230);
  background-image: linear-gradient(
    200deg,
    rgba(64, 93, 230, 1) 0%,
    rgba(91, 81, 216, 1) 10%,
    rgba(131, 58, 180, 1) 20%,
    rgba(193, 53, 132, 1) 30%,
    rgba(225, 48, 108, 1) 40%,
    rgba(253, 29, 29, 1) 50%,
    rgba(245, 96, 64, 1) 60%,
    rgba(247, 119, 55, 1) 70%,
    rgba(252, 175, 69, 1) 80%,
    rgba(255, 220, 128, 1) 90%
  );
}

/* For twitter */
.social_link:hover > .icon-twitter {
  background-color: #47acdf;
}

/*  Copyright Notice */
.copyright_div {
  text-align: center;
  background-color: var(--primary-color);
}

.copyright_notice {
  color: var(--white);
  padding: 16px;
}

.copyright_notice > span {
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  .footer_bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .ft_payment_social_container {
    margin-top: 50px;
  }
}

@media screen and (max-width: 750px) {
  .footer_top {
    display: grid;
    align-items: center;
    justify-content: center;
  }

  .ft_logo_tagline_div {
    order: 1;
  }

  .footer_hr_1 {
    order: 2;
    display: block;
    margin: 30px auto;
  }

  .ft_lgsg_div {
    order: 3;
    display: grid;
    justify-items: center;
    align-items: center;
    margin-top: 5px;
  }

  .ft_lgsg_div > p {
    font-weight: 500;
    font-size: 14px;
  }

  .ft_signup_btn,
  .ft_login_btn {
    font-size: 14px;
  }

  .ft_kouri_logo {
    height: 60px;
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .ft_kouri_tagline {
    height: 28px;
  }

  .ft_links_container {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
  }
}

@media screen and (max-width: 380px) {
  .ft_links_container {
    grid-template-columns: 1fr;
    align-self: flex-start;
  }
}
