/*RESPONSIVE*/
@media (max-width: 1750px) {
  html, body {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  html, body {
    font-size: 16px;
  }
  footer .rowfooter p, footer .rowfooter a {
    font-size: 0.65rem;
  }
  .coomingsoon {
    font-size: 1.1rem;
  }
  .btn-more {
    font-size: 1.1rem;
  }
  footer .rightfooter {
    position: relative;
    right: auto;
    transform: none;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  footer .rightfooter::before {
    display: none;
  }
  footer .rightfooter a {
    font-size: 0.7rem;
  }
}
@media (max-width: 1199px) {
  .hide-lg {
    display: none !important;
  }
  .margin-top-lg {
    margin-top: 4rem;
  }
  .align-center-lg {
    text-align: center !important;
  }
  .align-left-lg {
    text-align: left !important;
  }
  footer .rightfooter a {
    font-size: 0.6rem;
  }
}
@media (max-width: 991px) {
  .hide-md {
    display: none !important;
  }
  .margin-top-md {
    margin-top: 4rem;
  }
  .align-center-md {
    text-align: center !important;
  }
  .align-left-md {
    text-align: left !important;
  }
  .nopad-md {
    padding: 0;
  }
}
@media (max-width: 767px) {
  html, body {
    font-size: 12px;
  }
  .hide-xs {
    display: none !important;
  }
  .margin-top-md, .margin-top-xs {
    margin-top: 2.5rem;
  }
  .align-center-xs {
    text-align: center !important;
  }
  .align-left-xs {
    text-align: left !important;
  }
  .nopad-xs {
    padding: 0;
  }
  section.section-first {
    height: 750px;
    min-height: 750px;
  }
  .box-center {
    top: 45%;
  }
  .coomingsoon {
    font-size: 1.3rem;
  }
  .btn-more {
    font-size: 1.3rem;
    width: 100%;
    margin: 0;
    margin-bottom: 1rem;
  }
  .btn-more::before, .btn-more::after {
    height: 1px;
  }
  .btn-more:last-of-type {
    margin-bottom: 0;
  }
  p {
    font-size: 1rem;
  }
  .col-contact {
    width: 100%;
    text-align: center;
    padding: 0;
    padding-bottom: 2rem;
  }
  .col-contact:last-of-type {
    padding-top: 2rem;
    padding-bottom: 0;
    border-top: 3px solid var(--green-color);
    border-left: none;
  }
  footer .rowfooter p, footer .rowfooter a {
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  .logo {
    display: block;
    height: 75px;
    margin: 0 auto;
  }
  .logo:first-of-type {
    margin-bottom: 1.5rem;
  }
}