/* footer area style  */

.footer-area.ther {

    background-color: var(--black);

    padding: 0 0px;
    border: none;
    margin: none;

  }

  .dark .footer-area {

    background-color: #1C1C1C;

  }

  @media only screen and (max-width: 991px) {

    .footer-area {

      padding: 0 15px;

    }

  }

  .footer-area-inner.oter {

   display: grid;
    gap: 80px 20px;
    grid-template-columns: 352px 300px 210px 320px;
    justify-content: space-between;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 30px;

  }


  @media only screen and (max-width: 1399px) {

    .footer-area-inner.oter {

      padding-top: 80px;

      padding-bottom: 80px;

      grid-template-columns: 225px 160px 160px 305px;

    }

  }

  @media only screen and (max-width: 1199px) {

    .footer-area-inner.oter {

      padding-top: 60px;

      padding-bottom: 60px;

      gap: 50px 60px;

      grid-template-columns: auto auto auto;

    }

  }

  @media only screen and (max-width: 767px) {

    .footer-area-inner.oter {

      grid-template-columns: auto auto;

    }

  }

  @media (max-width: 575px) {

    .footer-area-inner.oter {

      grid-template-columns: auto;

    }

  }

  .footer-area .footer-area-inner.oter > * {

    min-width: 130px;

  }

  @media only screen and (max-width: 1199px) {

    .footer-area .footer-area-inner.oter > *.newsletter {

      grid-column: span 2;

    }

  }

  @media only screen and (max-width: 767px) {

    .footer-area .footer-area-inner.oter > *.newsletter {

      order: 1;

    }

  }

  @media (max-width: 575px) {

    .footer-area .footer-area-inner.oter > *.newsletter {

      grid-column: auto;

    }
    .footer-area-inner.oter{
      padding-top: 20px;
      padding-bottom: 30px;
    }

  }

  /* .footer-area .footer-logo img {

    max-height: 42px;

  } */

  @media only screen and (max-width: 1199px) {

    .footer-area .footer-logo img {

      max-height: 34px;

    }

  }

  .footer-area .info-text {


    margin-top: 26px;

    color: var(--white-2);

  }

  .footer-area .footer-widget-wrapper .title {

    color: var(--white);

    font-size: 24px;

    font-weight: 500;

    line-height: 0.73;

  }

  @media only screen and (max-width: 1399px) {

    .footer-area .footer-widget-wrapper .title {

      font-size: 24px;

    }

  }

  @media only screen and (max-width: 1199px) {

    .footer-area .footer-widget-wrapper .title {

      font-size: 22px;

    }

  }

  .footer-area .footer-nav-list {

    margin-top: 27px;

    display: block;

  }

 .footer-area.ther .footer-nav-list li {

    font-size: 18px;

    line-height: 30px;

    color: var(--white-2);

  }

  .footer-area.ther .footer-nav-list li a{

    font-size: 18px;

    text-transform: unset;

    line-height: 30px;

    color: var(--white-2);

    font-family: var(--font_kanit);

  }

 .footer-area.ther .footer-nav-list li a:hover {

    color: var(--white);

  }

  .footer-area .footer-nav-list li .location {

    margin-bottom: 22px;

    display: inline-block;

  }

  .footer-area .social-links {

    display: flex;

    gap: 20px;

    margin-top: 56px;

  }

  @media only screen and (max-width: 1199px) {

    .footer-area .social-links {

      margin-top: 36px;

    }

  }

  .footer-area .social-links li {

    line-height: 1;

  }

  .footer-area .social-links li a {

    color: var(--white-2);

  }

  .footer-area .social-links li a:hover {

    color: var(--white);

  }

  .footer-area .newsletter-text {

    margin-top: 29px;

  }

  .footer-area .newsletter-text .text {

    color: var(--white-2);

  }

  

  .subscribe-form {

    margin-top: 38px;

  }

  .subscribe-form .input-field {

    background-color: #202020;

    border-radius: 5px;

    display: flex;

    gap: 10px;

    align-items: center;

    padding: 12px;

  }

  @media only screen and (max-width: 1399px) {

    .subscribe-form .input-field {

      padding: 18px 25px;

    }

  }

  .subscribe-form .input-field input {

    border: 0;

    background-color: #202020;

    color: var(--white);

    width: 100%;

  }

  .subscribe-form .input-field input::-moz-placeholder {

    color: var(--white-2);

    font-size: 14px;

    font-weight: 400;

    line-height: 1;

  }

  .subscribe-form .input-field input::placeholder {

    color: var(--white-2);

    font-size: 14px;

    font-weight: 400;

    line-height: 1;

  }

  .subscribe-form .input-field input:focus {

    outline: 0;

  }

  .subscribe-form .input-field .subscribe-btn img,

  .subscribe-form .input-field .subscribe-btn i {

    color: var(--theme);

  }

  .dir-rtl .subscribe-form .input-field .subscribe-btn img,

  .dir-rtl .subscribe-form .input-field .subscribe-btn i {

    transform: rotateY(180deg);

  }

  .subscribe-form .input-field .icon {

    color: var(--white-2);

  }

  .subscribe-form .policy-field {

    margin-top: 20px;

  }

  .subscribe-form .policy-field label {

    font-size: 14px;

    margin-inline-start: 6px;

  }

  .subscribe-form .policy-field label span {

    color: var(--primary);

    font-weight: 500;

  }

  

  .copyright-area-inner {

    border-top: 1px solid rgba(255, 255, 255, 0.08);

    padding: 10px 0;

    position: relative;justify-content: center !important;

  }

  @media only screen and (max-width: 1399px) {

    .copyright-area-inner {

      padding: 22px 0;

    }

  }

  .copyright-area .copyright-text .text {

    text-align: center;

    font-weight: 500;

    color: var(--white-2);

  }

  .copyright-area .copyright-text .text a {

    color: var(--white);

  }

  



  .footer-area-inner.oter.side{

    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;

  }