.main-blue {
  color: #1dbac8;
}
.main-blue-bg {
  background-color: #1dbac8;
}
.main-gray {
  color: #707071;
}
.main-gray-bg {
  background-color: #707071 !important;
}
.main-gold {
  color: #d9aa41;
}

a {
  text-decoration: none;
  color: unset;
}
a:hover {
  color: #d9aa41 !important;
}

.top-bar-item {
  border-right: 1px #f9f9f9 solid;
}
.top-bar-item:last-child {
  border: none;
}
.top-bar-item svg {
  fill: #000;
  height: 3rem;
}
.top-menu, .top-menu-mobile {
  background-color: #707071;
}
.top-menu a, .top-menu-mobile a {
  color: #fff;
}
.top-menu a::after:not(.top-menu-item-mobile), .top-menu-mobile a::after:not(.top-menu-item-mobile) {
  display: inline-block;
  content: "";
  width: 2px;
  background-color: #fff;
  height: 70%;
  margin-left: 1.5rem;
}
.top-menu a:last-child::after, .top-menu-mobile a:last-child::after {
  display: none;
}
.top-menu-mobile svg {
  height: 2rem;
  fill: currentColor;
  padding-right: 0.7rem;
}
.top-menu-mobile-burger {
  cursor: pointer;
}
.top-menu-mobile-content {
  display: none;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 991px) {
  .baner-logo {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .baner-logo {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .baner-wrapper {
    min-height: 300px;
  }
}
@media (min-width: 992px) {
  .baner-wrapper {
    min-height: 600px;
  }
}

.menu-baner-item {
  background-color: #f9f9f9;
  transition: all 0.3s ease-in-out;
  color: #000;
}
.menu-baner-item:hover {
  color: #fff !important;
}
.menu-baner-item:hover {
  background-color: #1dbac8;
  color: #fff;
}
.menu-baner-item:hover::before {
  background-color: #1dbac8;
}
.menu-baner-item::before {
  transition: all 0.3s ease-in-out;
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #f9f9f9;
  transform: rotate(45deg) translateX(-50%);
}

.services-item {
  background-color: #d2f1f4;
  transition: all 0.5s;
}
@media (min-width: 992px) {
  .services-item:hover {
    transform: translate(-5px, -5px);
  }
}

.specialists-item:hover .specialists-item-desc {
  transform: translateY(-55%);
}
.specialists-item-pic img {
  aspect-ratio: 25/31;
  object-fit: cover;
  width: 100%;
}
.specialists-item-desc {
  transform: translateY(-50%);
  width: 75%;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .specialists-wrapper {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .specialists-wrapper {
    max-width: 75%;
  }
}

.owl-nav {
  display: flex;
  justify-content: space-between;
  font-size: 3rem;
}
.owl-prev {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-60%) translateX(-40px);
}
.owl-next {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-60%) translateX(40px);
}
.owl-stage-outer {
  position: relative;
}

.stories {
  background-color: #1dbac8;
  color: #fff;
}
.stories-img {
  aspect-ratio: 25/31;
  object-fit: cover;
  width: 100%;
}
.stories-label {
  position: relative;
}
.stories-label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 3px;
  background-color: #fff;
  width: 40%;
}
.stories-cta {
  color: #707071;
}
.stories-cta:hover {
  color: #707071 !important;
}

.contact-item {
  height: 260px;
}
.contact-item-icon {
  border-radius: 50%;
  border: 1px solid #1dbac8;
  padding: 0.8rem 1rem;
}
.contact-item-icon svg {
  fill: #1dbac8;
  width: 1rem;
  height: 1rem;
}

.products {
  background-color: #f9f9f9;
}
.products-item-img img {
  object-fit: cover !important;
  aspect-ratio: 3/4 !important;
  width: 100% !important;
  height: auto !important;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.products .owl-prev {
  transform: translateY(-140%) translateX(-30px);
}
.products .owl-next {
  transform: translateY(-140%) translateX(30px);
}

footer {
  background-color: #1dbac8;
}
footer .social-icon svg {
  fill: currentColor;
  width: 1rem;
  height: 1rem;
}
footer .instagram-gallery-item {
  padding: 0 10px 10px 0 !important;
}

.single-product-img {
  object-fit: cover;
  width: 100% !important;
}
.single-product a {
  transition: all 0.5s;
}
.single-product a:hover {
  color: #fff !important;
  background-color: #707071;
}
@media (max-width: 991px) {
  .single-product-cta {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */