html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif !important;
  color: #383838 !important;
}

.montserrat {
  font-family: "Montserrat", sans-serif !important;
}

.news-cycle {
  font-family: "News Cycle", sans-serif !important;
}

.bg-gray {
  background-color: #D9D9D9;
}

.bg-gray-dark {
  background-color: #383838;
  color: #fff;
}

.menuhamburguer {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all 400ms ease-out;
  z-index: 100;
}

.bar1,
.bar2,
.bar3 {
  width: 30px;
  height: 4px;
  background-color: #797979;
  border-radius: 10px;
  transition: all 400ms ease-out;
}

.change .bar1 {
  transform: rotate(-45deg) translate(-9px, 6px);
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  background-color: #fff;
}

.change .bar2 {
  opacity: 0;
  transition: 150ms;
  background-color: #fff;
}

.change .bar3 {
  transform: rotate(45deg) translate(-8px, -6px);
  -webkit-transform: rotate(45deg) translate(-8px, -6px);
  background-color: #fff;
}

.hover:hover {
  cursor: pointer;
}

@media (max-width: 1199.98px) {
  .offcanvas-collapse {
    z-index: 100;
    position: fixed;
    top: 0;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #797979;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .offcanvas-collapse .nav-link {
    color: #fff;
  }

  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }

  header {
    position: fixed !important;
  }
}
header {
  transition: all 400ms;
}
header a.logo {
  color: #000;
  text-decoration: none;
  transition: all 200ms;
}
header a.logo h1 {
  font-size: 1.25rem;
}
header a.logo h1 .pipe {
  position: relative;
}
header a.logo h1 .pipe::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  left: -3px;
  background-color: #000;
  transition: all 200ms;
}
header a.logo:hover {
  color: #797979;
  transition: all 200ms;
}
header a.logo:hover h1 .pipe::before {
  background-color: #797979;
  transition: all 200ms;
}
header nav .nav-link {
  color: #383838;
  transition: all 200ms;
}
header nav .nav-link:hover, header nav .nav-link:focus {
  color: #797979;
  transition: all 200ms;
}

main {
  transition: all 400ms;
  margin-top: 88px;
}
main.scroll {
  margin-top: 64px;
  transition: all 400ms;
}
@media (max-width: 1199.98px) {
  main {
    margin-top: 80px;
  }
  main.scroll {
    margin-top: 56px;
    transition: all 400ms;
  }
}
main.home .banner {
  height: 100vh;
  background-color: #D9D9D9;
  background-size: cover;
  background-position: 90%;
}
main.home .banner b {
  font-family: "News Cycle", sans-serif !important;
  font-size: 1.25rem;
}
main.home .about img {
  height: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 400px;
}
main.home .purpose b {
  font-family: "News Cycle", sans-serif !important;
  font-size: 1.25rem;
}
main.home .services {
  overflow: hidden;
}
main.home .services .swiper {
  height: 60vh;
  overflow: visible;
}
main.home .services .swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  position: relative;
}
main.home .services .swiper .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 10%, rgba(255, 255, 255, 0) 60%);
  top: 0;
  left: 0;
  border-radius: 0.5rem;
  z-index: 0;
}
main.home .services .swiper .swiper-slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
  border-radius: 0.5rem;
  z-index: 10;
}
main.home .services .swiper .swiper-slide .info {
  z-index: 5;
  position: absolute;
  left: 10%;
  bottom: -90%;
  height: 100%;
  width: 80%;
  transition: all 300ms ease-in;
}
main.home .services .swiper .swiper-slide .info .description {
  opacity: 0;
  transition: all 400ms ease-in;
}
main.home .services .swiper .swiper-slide:hover .info {
  transition: all 300ms ease-in;
}
main.home .services .swiper .swiper-slide:hover .info .description {
  opacity: 1;
  transition: all 400ms ease-in;
}
main.home .services .swiper .services-home-pagination {
  bottom: -40px;
}
main.home .services .swiper .services-home-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 2px solid #383838;
}
main.home .middle-links svg {
  height: 60px;
  width: auto;
}
@media (max-width: 767.98px) {
  main.home .middle-links svg {
    height: 90px;
  }
}
main.home .middle-links h2 {
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  main.home .middle-links h2 {
    font-size: 1.1rem;
  }
}
main.home .middle-links h2 a {
  text-decoration: none;
  color: #797979;
  font-weight: bold;
  margin: 0px 5px;
  position: relative;
  white-space: nowrap;
}
main.home .middle-links h2 a::before {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #D9D9D9;
  left: 0;
  bottom: -2px;
  position: absolute;
  transition: all 400ms;
}
main.home .middle-links h2 a:hover {
  color: #D9D9D9;
}
main.home .middle-links h2 a:hover::before {
  width: 100%;
  transition: all 400ms;
}
main .btn-oc {
  background-color: #D9D9D9;
  color: #000;
  transition: all 200ms;
  border: none;
  padding: 5px 20px;
  border-radius: 1rem;
  height: 40px;
}
main .btn-oc:hover {
  background-color: #ababab;
  color: #fff;
  transition: all 200ms;
}
main .oc-link {
  text-decoration: none;
  color: #383838;
  position: relative;
  transition: all 400ms;
}
main .oc-link::before {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #D9D9D9;
  left: 0;
  bottom: -2px;
  position: absolute;
  transition: all 400ms;
}
main .oc-link:hover, main .oc-link:focus {
  transition: all 400ms;
  color: #797979;
}
main .oc-link:hover::before, main .oc-link:focus::before {
  width: 100%;
  transition: all 400ms;
}

.contactForm h2 {
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .contactForm h2 {
    font-size: 1.1rem;
  }
}
.contactForm svg {
  height: 40px;
  width: auto;
}
@media (max-width: 767.98px) {
  .contactForm svg {
    height: 90px;
  }
}
.contactForm textarea {
  width: 100%;
  border: none;
  background-color: #fff;
  color: #383838;
  padding-left: 1rem;
  padding-top: 0.5rem;
  border-radius: 1rem;
  transition: all 450ms;
}
.contactForm textarea.error {
  border: 2px solid #eb7474;
}
.contactForm textarea:focus-visible {
  border: none;
  outline: none;
  background-color: #ababab;
  color: #383838;
  transition: all 450ms;
}
.contactForm textarea:focus-visible::-moz-placeholder {
  color: #fff;
}
.contactForm textarea:focus-visible:-ms-input-placeholder {
  color: #fff;
}
.contactForm textarea:focus-visible::placeholder {
  color: #fff;
}
.contactForm .input-box {
  position: relative;
}
.contactForm .input-box i.icon {
  position: absolute;
  top: calc(50% - 8px);
  left: 8px;
  color: #383838 !important;
}
.contactForm .input-box input {
  width: 100%;
  height: 40px;
  border: none;
  background-color: #fff;
  color: #383838;
  padding-left: 32px;
  border-radius: 1rem;
  transition: all 450ms;
}
.contactForm .input-box input.error {
  border: 2px solid #eb7474;
}
.contactForm .input-box input:focus-visible {
  border: none;
  outline: none;
  background-color: #ababab;
  color: #383838;
  transition: all 450ms;
}
.contactForm .input-box input:focus-visible::-moz-placeholder {
  color: #fff;
}
.contactForm .input-box input:focus-visible:-ms-input-placeholder {
  color: #fff;
}
.contactForm .input-box input:focus-visible::placeholder {
  color: #fff;
}
.contactForm .input-box input:focus-visible ~ i {
  color: #fff !important;
}
.contactForm .agree-box .custom-box {
  font-size: 0.65rem;
}
.contactForm .btn-oc {
  background-color: #fff;
  color: #383838;
}
.contactForm span.error {
  color: #eb7474;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
}

.newsletter h2 {
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .newsletter h2 {
    font-size: 1.1rem;
  }
}
.newsletter svg {
  height: 40px;
  width: auto;
}
@media (max-width: 767.98px) {
  .newsletter svg {
    height: 90px;
  }
}
.newsletter .input-box {
  position: relative;
}
.newsletter .input-box i.icon {
  position: absolute;
  top: calc(50% - 8px);
  left: 8px;
  color: #383838 !important;
}
.newsletter .input-box input {
  width: 100%;
  height: 40px;
  border: none;
  background-color: #fff;
  color: #383838;
  padding-left: 32px;
  border-radius: 1rem;
  transition: all 450ms;
}
.newsletter .input-box input.error {
  border: 2px solid #eb7474;
}
.newsletter .input-box input:focus-visible {
  border: none;
  outline: none;
  background-color: #ababab;
  color: #383838;
  transition: all 450ms;
}
.newsletter .input-box input:focus-visible::-moz-placeholder {
  color: #fff;
}
.newsletter .input-box input:focus-visible:-ms-input-placeholder {
  color: #fff;
}
.newsletter .input-box input:focus-visible::placeholder {
  color: #fff;
}
.newsletter .input-box input:focus-visible ~ i {
  color: #fff !important;
}
.newsletter .agree-box .custom-box {
  font-size: 0.65rem;
}
.newsletter .btn-oc {
  background-color: #fff;
  color: #383838;
}
.newsletter span.error {
  color: #eb7474;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
}

footer .footer_logo {
  font-size: 5rem;
  margin: 0;
}
footer .oc-link {
  text-decoration: none;
  color: #fff;
  position: relative;
  transition: all 400ms;
}
footer .oc-link::before {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #D9D9D9;
  left: 0;
  bottom: -2px;
  position: absolute;
  transition: all 400ms;
}
footer .oc-link:hover, footer .oc-link:focus {
  transition: all 400ms;
  color: #D9D9D9;
}
footer .oc-link:hover::before, footer .oc-link:focus::before {
  width: 100%;
  transition: all 400ms;
}

span.error {
  color: red;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
}
