.footer__top {
   background:var(--footer_section_bg_color);
}

.footer__top .footer__top_inner {
  display: flex;
  flex-direction: column;
  padding: 50px 0;
  gap: 30px;
}
.footer__top .footer__top_col {
  padding: 10px 15px;
}

.footer__top .footer__nav_title__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.footer__top .footer__nav_title {
  font-size: 16px;
  line-height: 20px;
  font-weight: var(--semiBold);
  color: var(--footer_section_title_color);
  text-transform: uppercase;
}

.footer__top .footer__top_nav {
  /* margin-top: 20px; */
  transition: 0.3s;
}
.footer__top .footer__top_nav .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: var(--medium);
  color: var(--footer_section_title_color);
  margin-bottom: 16px;
}
.footer__top .footer__top_nav .desc__text {
  font-size: 12px;
  line-height: 20px;
  font-weight: var(--regular);
  color: var(--footer_section_lead_text_color);
}

/* newsletter form */

.footer__top .input__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  border-bottom: 1px solid var(--footer_section_input_border_color);

}
.footer__top .form__control {
  font-size: 12px;
  line-height: 20px;
  font-weight: var(--regular);
  color: var(--footer_section_lead_text_color);
  padding-bottom: 7px;
  outline: none;
  border: none;
  background-color: transparent;
}

.footer__top .form__control::placeholder {
  color: var(--footer_section_lead_text_color);
}
.footer__top .subscribe__btn {
  border: none;
  background-color: transparent;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #fff;
}

/* social__nav */
.footer__top .social__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 34px;
}
.footer__top .social__nav li a {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__top .footer__nav_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__top .footer__nav_list li a {
  font-size: 14px;
  line-height: 21px;
  font-weight: var(--regular);
  color: var(--footer_section_lead_text_color);
  text-decoration: none;
}

/* ============= footer bottom ========== */
.footer__bottom {
  background: var(--footer_section_bg_color);
  box-shadow: 0px -1px 0px 0px #2c2c2c;
}

.footer__bottom .footer__bottom_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 17px 20px;
}
.footer__bottom .scoket__text {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: var(--footer_section_lead_text_color);
}
.footer__bottom .scoket__text span {
  font-weight: 500;
  color: var(--footer_section_title_color);
}
.footer__bottom .footer__bottom_nav {
  margin-top: 20px;
}
.footer__bottom .footer__nav_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 6px;
  column-gap: 26px;
}
.footer__bottom .footer__nav_list li a {
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
  color: var(--footer_section_title_color);
  text-transform: uppercase;
  text-decoration: none;
}

@media (min-width: 494px) {
  /* ============= footer bottom ========== */
  .footer__bottom .footer__bottom_inner {
    max-width: 330px;
    margin: auto;
  }
}

@media (min-width: 664px) {
  /* ============= footer bottom ========== */
  .footer__bottom .footer__bottom_inner {
    max-width: 458px;
  }
}

@media (min-width: 724px) {
  .footer__top .footer__top_inner {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer__top .footer__top_inner .footer__top_col {
    width: calc(100% / 3 - 20px);
  }

  .footer__top .footer__top_inner .footer__top_col:nth-child(1) {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer__top .footer__top_nav {
    max-height: none;
    max-width: 580px;
    width: 100%;
  }
  .footer__top .social__nav {
    justify-content: center;
    margin-top: 34px;
  }

  .footer__top .footer__nav_title__wrapper {
    margin-bottom: 24px;
  }
  .footer__top
    .footer__top_inner
    .footer__top_col:nth-child(1)
    .footer__nav_title__wrapper {
    display: none;
  }
  .footer__top .footer__nav_title{
     font-size:16px;
     line-height:24px;
  }
  .footer__top .footer__nav_list li a,
  .footer__top .footer__top_nav .desc__text,
  .footer__top .form__control {
    font-size: 14px;
    line-height: 22px;
  }
  .footer__top .footer__top_nav .title {
    font-size: 26px;
    line-height: 36px;
  }
  /* ============= footer bottom ========== */
  .footer__bottom .footer__bottom_inner {
    max-width: unset;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
  }
  .footer__bottom .footer__bottom_col:nth-child(1) {
    width: 230px;
  }
  .footer__bottom .footer__bottom_col:nth-child(2) {
    width: calc(100% - 230px - 50px);
  }
  .footer__bottom .footer__bottom_nav {
    margin-top: 0;
  }
  .footer__bottom .footer__nav_list {
    justify-content: flex-end;
  }
}

@media(min-width:768px){
    .footer__top .footer__top_inner {
        padding: 80px 0;
    }
}

@media (min-width: 972px) {
  /* ============= footer bottom ========== */
  .footer__bottom .footer__bottom_inner {
    padding: 18px 20px;
  }
  .footer__bottom .footer__bottom_col:nth-child(1) {
    width: 280px;
  }
  .footer__bottom .footer__bottom_col:nth-child(2) {
    width: calc(100% - 280px - 50px);
  }
}
@media(min-width:1024px){
    .footer__top .footer__top_inner {
        padding: 100px 0;
    }
    .footer__top .footer__nav_title{
      font-size:20px;
      line-height:28px;
  }
}
@media (min-width: 1220px) {
  .footer__top .footer__top_inner .footer__top_col {
    width: calc(100% / 3 - 214px);
  }

  .footer__top .footer__top_inner .footer__top_col:nth-child(1) {
    width: 550px;
    align-items: flex-start;
    text-align: left;
  }

  .footer__top .footer__top_nav {
    max-width: unset;
    width: 100%;
  }
  .footer__top .social__nav {
    justify-content: flex-start;
  }

  /* ============= footer bottom ========== */
  .footer__bottom .footer__bottom_inner {
    max-width: 1440px;
  }
}
@media (min-width: 1800px) {
  .footer__top_inner {
    margin: auto;
  }

  /* ============= footer bottom ========== */
  .footer__top .footer__top_inner,
  .footer__bottom .footer__bottom_inner {
    max-width: 1440px;
  }
}
