/*---------------------------------------------------------Footer section---------------------------------------------------------*/

.footer-section {
  background: var(--footer-bg);
  padding: 0 1rem 0 1rem;
  display: flex;
  flex-direction: column;
}

.main-footer {
  padding-top: 4.0625rem;
  display: flex;
  flex-direction: column;
}

.main-footer .col {
  padding: 0;
}

.footer-header {
  display: flex;
  align-items: center;
}

.footer-logo img {
  width: auto;
  height: 34px;
}

.footer-description {
  margin: 1.125rem 0 1.125rem 0;
}

.footer-description p {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 0.75rem;
  color: #ffffff;
  line-height: 18px;
}

.social-logo-container {
  display: flex;
  justify-content: flex-start;
}

.social-logo {
  margin: 0 1rem 0 0;
}

.social-logo img {
  width: 24px;
  height: 24px;
}

.secondary-footer {
  display: flex;
  flex-direction: column;
  margin: 3.3125rem 0 0 0;
}

.secondary-footer p {
  color: #ffffff;
  font-weight: 400;
  font-family: var(--primary-font);
  font-size: 0.875rem;
  line-height: 21px;
}

.subscribe-container {
  width: 100%;
  max-width: 500px;
  height: 50px;
  background-color: #f4f4f4;
  border: solid #ececec 1px;
  border-radius: 50px;
  margin: 12px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subscribe-input {
  border: none;
  width: 100%;
  outline: none;
  background-color: transparent;
  padding: 0 0.9375rem;
  font-size: 0.875rem;
  color: #222020;
  border-radius: 50px;
  font-family: var(--primary-font);
}

.subscribe-input::placeholder {
  font-size: 0.875rem;
  opacity: 0;
  color: #cbcbcb;
  line-height: 24px;
  font-weight: 400;
}

.subscribe-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem 1rem 1.5rem;
  background-color: var(--subscribe-btn);
  color: #202020;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 500 !important;
  cursor: pointer;
  border: none;
  line-height: 21px;
  width: 120px;
  height: 40px;
  margin-right: 5px;
}

.subscribe-button:hover {
  background: #fecd39;
}
.hr-line {
  margin-top: 3.0625rem;
  border: none;
  border-top: 0.5px solid #ffffff;
  opacity: 50%;
}

.footer-end {
  margin: 1rem 0 2.375rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 18.23px;
}
.footer-end-col {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.footer-end-col a {
  color: #ffffff;
  margin: 0 1rem;
}
.footer-end-col a:hover {
  color: #ffc107;
}

.footer-end-col p {
  margin-top: 0.8125rem;
}

.powered {
  color: #ffc107;
}

/*------------------------------------responsive design for large screens---------------------------------------------*/

/*-----------------------------------Desktop screen--------------------------------------------------------------------*/
@media (min-width: 1024px) {
  .footer-section {
    padding: 0 6.3125rem;
  }
  .main-footer {
    padding: 4.375rem 0 0 0;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .main-footer .col {
    padding: 0;
    margin-bottom: 3.0625rem;
  }

  .footer-logo img {
    width: auto;
    height: 42px;
  }

  .footer-description {
    width: 421px;
    height: 63px;
    margin: 2.1875rem 0 2.1875rem 0;
  }

  .footer-description p {
    font-size: 0.875rem;
    line-height: 21px;
  }

  .secondary-footer {
    margin-top: 5.625rem;
  }

  .secondary-footer p {
    font-size: 1rem;
    line-height: 24px;
    width: 354px;
  }

  .subscribe-container {
    width: 354px;
    height: 50px;
    background-color: #f4f4f4;
    border: solid #ececec 1px;
    border-radius: 50px;
    margin: 12px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .hr-line {
    margin: 0;
  }
  .footer-end {
    font-size: 0.875rem;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-end-col a {
    color: #ffffff;
    margin: 0 1.5rem;
  }

  .footer-end-col:nth-child(1) a:nth-child(1) {
    margin-left: 0;
  }

  .footer-end-col p {
    margin-top: 0rem;
  }
}
/*-----------------------------------------------------------------for very large desktop-----------------------------------------------*/

@media (min-width: 1260px) {
  .footer-section {
    padding: 0 10.3125rem;
  }
}

/*------------------------------------responsive design for medium screens---------------------------------------------*/

/*-------------------------------------Tablets and medium devices-------------------------------------------------------*/
@media (min-width: 648px) and (max-width: 1023px) {
  .footer-section {
    padding: 0 2.5rem;
    display: flex;
    width: 100%;
  }

  .main-footer {
    padding-top: 3.75rem;
  }

  .footer-header h1 {
    font-size: 1.5rem;
  }

  .footer-description {
    width: 400px;
    height: 63px;
  }

  .footer-description p {
    font-size: 0.875rem;
  }

  .secondary-footer p {
    font-size: 1rem;
    width: 354px;
  }
}

/*------------------------------------responsive design for samll screens---------------------------------------------*/

/*------------------------small screen ---- 420px-647px----------------------- */
@media (min-width: 420px) and (max-width: 647px) {
  .footer-description {
    width: 400px;
    height: 63px;
  }
}
