@media (min-width: 1400px) {
  #navbar .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 90vw !important;
  }
}

@media (min-width: 1400px) {
  #footer .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 90vw !important;
  }
}

@media (min-width: 1400px) {
  #contact .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 90vw !important;
  }
}

@media (min-width: 1400px) {
  #home-banner .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 90vw !important;
  }
}

.row-padding {
  padding: 0px 0px;
}

@media (min-width: 992px) {
  .row-padding {
    padding: 100px 0px;
  }
}

.clr-white {
  color: #ffffff;
}

h1 {
  font-size: 30px;
  letter-spacing: -2px;
}

@media (min-width: 576px) {
  h1 {
    font-size: 70px;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 30px;
  }
}

@media (min-width: 1400px) {
  h1 {
    font-size: 70px;
  }
}

h3 {
  font-size: 20px;
  letter-spacing: -1px;
}

@media (min-width: 576px) {
  h3 {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  h3 {
    font-size: 20px;
    letter-spacing: -1px;
  }
}

@media (min-width: 1400px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 16px;
}

.div-home-banner {
  color: #fff;
  padding-bottom: 0;
  padding-top: 20px;
}

@media (min-width: 992px) {
  .div-home-banner {
    color: #fff;
    padding-bottom: 80px;
    padding-top: 20px;
  }
}

.banner-title-1 {
  font-size: 55px;
  border-bottom: none;
  border-top: solid 7px rgb(84, 84, 84);
  font-weight: 700;
  letter-spacing: -2px;
}

@media (min-width: 390px) {
  .banner-title-1 {
    font-size: 70px;
  }
}

@media (min-width: 992px) {
  .banner-title-1 {
    font-size: 100px;
    border-bottom: solid 7px rgb(84, 84, 84);
  }
}

@media (min-width: 1700px) {
  .banner-title-1 {
    font-size: 140px;
  }
}

.banner-title-2 {
  font-size: 55px;
  font-weight: 700;
  letter-spacing: -2px;
}

@media (min-width: 390px) {
  .banner-title-2 {
    font-size: 70px;
  }
}

@media (min-width: 992px) {
  .banner-title-2 {
    font-size: 100px;
    padding-top: 50px;
    border-bottom: solid 7px rgb(84, 84, 84);
  }
}

@media (min-width: 1700px) {
  .banner-title-2 {
    font-size: 140px;
  }
}

.home-banner-btn {
  color: var(--bs-secondary);
  font-weight: 700;
  padding: 0;
}

.container-services {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
}

@media (min-width: 992px) {
  .container-services {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.row-services-padding {
  padding: 0;
}

@media (min-width: 1200px) {
  .row-services-padding {
    padding: 2.5vw;
  }
}

.row-article {
  padding: 100px 20px;
  max-width: 1000px;
}

.div-services {
  aspect-ratio: 1/1;
  padding: 0;
}

@media (min-width: 992px) {
  .div-services {
    aspect-ratio: 10/9;
    padding: 2vw;
    max-height: 65vh;
  }
}

.div-about {
  padding: 0;
}

@media (min-width: 992px) {
  .div-about {
    aspect-ratio: 10/9;
    padding: 2vw;
    max-height: 65vh;
  }
}

@media (min-width: 992px) {
  .col-about {
    padding: 2.5vw !important;
  }
}

.col-about {
  padding: 0;
}

.div-about-img {
  height: auto;
  width: 100%;
  aspect-ratio: 6/5;
}

@media (min-width: 768px) {
  .div-about-img {
    position: relative;
    height: 100%;
    width: 100%;
  }
}

.div-about-txt-mobile {
  width: 100%;
  height: auto;
  background: #fff;
  max-height: 80vh;
  transition: max-heigt 0.5s ease;
  color: #000;
  flex-direction: column;
}

@media (min-width: 768px) {
  .div-about-txt-desktop {
    max-width: 400px;
    height: 100%;
    background: rgba(255,255,255,0.95);
    max-height: none;
    color: #000;
  }
}

@media (min-width: 1700px) {
  .div-about-txt-desktop {
    font-size: 20px;
  }
}

.div-services-title {
  position: absolute;
  padding: 20px;
  bottom: 0;
}

@media (min-width: 992px) {
  .div-services-title {
    position: absolute;
    padding: 50px;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
  }
}

.overlay-image {
  position: absolute;
  /*top: 0;*/
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  opacity: 0;
  transition: .2s linear;
  z-index: 100;
  background-color: #000;
  padding: 10vh;
}

.div-services:hover .overlay-image {
  opacity: 1;
  height: 100%;
}

.aboutButton {
  width: 100%;
  height: 50px !important;
  background: #000;
  border: none;
  padding: 0;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.aboutButton:hover, focus {
  background: var(--bs-secondary);
}

.section-footer {
  padding: 10px 0;
}

.footer-links {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
}

.social img {
  max-width: 40px;
  margin-right: 10px;
}

.social img:hover {
  padding: 2px;
}

#aboutus .text-div {
  padding: 10vw;
}

@media (min-width: 992px) {
  #aboutus .text-div {
    /*max-width: 60%;*/
    /*max-height: 80%;*/
  }
}

.p {
  font-size: 18px;
}

li {
  font-size: 18px;
}

