@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Montserrat", sans-serif;
}

.link {
  text-decoration: none;
  color: black;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.link:hover {
  color: #36987D;
}

.link-more {
  color: #36987D;
  text-transform: uppercase;
}

.link-cta {
  background-color: #36987D;
  color: white;
  padding: 1rem 2rem;
  transition: all 0.3s ease-in-out;
}
.link-cta:hover {
  background-color: #0A2E4E;
  color: white;
}

button {
  border: none;
  outline: none;
  background-color: transparent;
}

.parallax-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 0;
}

.m-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}

.section {
  position: relative;
  padding: 80px 0;
}
.section .section-title {
  font-weight: 700;
  color: black;
  margin-bottom: 2rem;
  font-size: clamp(24px, 10vw, 48px);
}
.section .section-title small {
  text-transform: uppercase;
  color: #36987D;
  display: block;
  font-size: clamp(12px, 10vw, 16px);
  margin-bottom: 1rem;
}
.section .sec-img {
  display: block;
  width: 100%;
}

.section-featured {
  background-color: #0A2E4E;
  color: white;
}
.section-featured .section-title {
  color: white;
}

.section-alt {
  background-color: #f5f5f5;
}

footer {
  background-color: #0A2E4E;
  padding: 50px 0 0;
}
footer p {
  color: white;
}
footer .footer-logo {
  display: block;
  height: 60px;
  margin-bottom: 1rem;
}
footer .foot-title {
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 18px;
  margin-bottom: 2rem;
  color: white;
}
footer .link {
  display: flex;
  gap: 8px;
  margin-bottom: 1rem;
  font-size: 16px;
  color: white;
  text-transform: capitalize;
}
footer .link i {
  color: #36987D;
}
footer .social-link {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
footer .social-link .link {
  height: 40px;
  width: 40px;
  display: flex;
  border-radius: 100%;
  border: 1px solid #36987D;
}
footer .social-link .link i {
  margin: auto;
  display: block;
}
footer .social-link .link:hover {
  background-color: white;
  color: #36987D;
  border-color: white;
}
footer .foot-note {
  padding: 1rem 0;
  background-color: white;
  font-size: 12px;
  margin-top: 50px;
  font-weight: 500;
}
footer .foot-note .container {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.progress-container {
  background-color: transparent;
  height: 5px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
}

.progress-bar {
  background-color: #36987D;
  height: 100%;
  width: 0;
  transition: width 0.2s ease;
}

.pointers {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.pointers li {
  position: relative;
  display: flex;
  gap: 1rem;
}
.pointers li::before {
  content: "";
  display: block;
  position: relative;
  height: 8px;
  width: 8px;
  margin-top: 8px;
  background-color: #0A2E4E;
  border-radius: 8px;
}

.page-cover {
  background-image: linear-gradient(45deg, #0A2E4E, #36987D);
  padding: 3rem 0;
}
.page-cover .section-title {
  margin: 0;
  font-weight: bolder;
  color: white;
}

.top-header {
  background-color: #0A2E4E;
  color: white;
  text-transform: capitalize;
  padding: 8px 0;
  font-size: 14px;
}
.top-header select,
.top-header .social-link {
  display: inline-block;
}
.top-header .col-auto {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.top-header .btn-lang {
  background-color: transparent;
  border: none;
  outline: none;
  color: white;
  display: flex;
  gap: 8px;
  align-items: center;
}
.top-header .links {
  display: flex;
  gap: 1rem;
}
.top-header .social-link {
  margin-left: 8px;
  display: inline-flex;
  gap: 16px;
}
.top-header .link {
  color: white;
}

header {
  position: sticky;
  top: 0;
  display: block;
  padding: 1rem 0;
  z-index: 100;
  background-color: white;
}
header .top-header {
  margin-bottom: 1rem;
}
header .logo {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  position: relative;
}
header .logo img {
  height: 50px;
  display: block;
}
header .m-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .menu {
  color: #646567;
  display: flex;
  align-items: center;
  gap: 2rem;
  text-transform: capitalize;
  font-weight: 500;
}
header .menu .active {
  color: #36987D;
}
header .controls {
  display: flex;
  align-items: center;
  gap: 2rem;
}
header .btns {
  display: flex;
  align-items: center;
  gap: 1rem;
}
header .btns button {
  position: relative;
}
header .btns button .count {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #36987D;
  color: white;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 100%;
}
header .btn-user {
  text-transform: uppercase;
}
header .btn-menu {
  display: none;
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
@media (max-width: 991px) {
  header .menu,
  header .controls {
    display: none;
  }
  header .btn-menu {
    display: flex;
  }
}
@media (max-width: 767px) {
  header .top-header .social-link {
    display: none;
  }
}

@media (max-width: 991px) {
  .open-menu {
    box-shadow: 0 1rem 2rem rgba(10, 46, 78, 0.2);
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: white;
  }
  .open-menu .btn-menu {
    display: flex;
    position: absolute;
    right: 0;
    top: 16px;
  }
  .open-menu .btn-menu i::before {
    content: "\f659";
  }
  .open-menu .m-row {
    flex-direction: column;
    position: relative;
  }
  .open-menu .menu,
  .open-menu .controls {
    display: flex;
    flex-direction: column;
  }
  .open-menu .menu {
    flex-direction: column;
    margin-top: 5rem;
    align-items: start;
    width: 100%;
  }
  .open-menu .controls {
    margin-top: 2rem;
    width: 100%;
  }
  .open-menu .controls .btns {
    border-top: thin solid #eee;
    border-bottom: thin solid #eee;
    width: 100%;
    justify-content: space-evenly;
    padding: 1rem 0;
  }
  .open-menu .logo {
    position: absolute;
    left: 0;
    display: flex;
  }
  .open-menu .logo small {
    position: relative;
  }
}

.hero-section {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(45deg, #0A2E4E, #36987D);
}
.hero-section .item {
  position: relative;
}
.hero-section .slider-img {
  display: block;
  height: calc(100vh - 119px);
  min-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  position: relative;
  z-index: 0;
  opacity: 0.16;
}
.hero-section .content {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
}
.hero-section .content .container {
  margin: auto;
}
.hero-section .content h1 {
  font-weight: 800;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: white;
  font-size: clamp(24px, 10vw, 52px);
  margin-bottom: 3rem;
  text-align: center;
}
.hero-section .content h1 small {
  text-transform: uppercase;
  font-size: clamp(12px, 10vw, 16px);
  display: block;
  background-color: #0A2E4E;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  font-weight: 600;
  text-align: center;
}
.hero-section .content .link {
  margin: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.hero-section .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin: auto;
}
.hero-section .owl-nav button {
  width: 32px;
  height: 32px;
  display: flex;
}
.hero-section .owl-nav button i {
  display: block;
  margin: auto;
  font-size: 24px;
  color: white;
}
.hero-section .owl-dots {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  z-index: 1;
}
.hero-section .owl-dots button {
  height: 12px;
  width: 12px;
  border-radius: 8px;
  background-color: #36987D;
  opacity: 0.5;
}
.hero-section .owl-dots .active {
  opacity: 1;
}

.product {
  position: relative;
  margin-bottom: 2rem;
}
.product img {
  display: block;
  width: 100%;
  height: 300px;
  background-color: #f5f5f5;
  margin-bottom: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.product h4 {
  font-weight: 700;
  font-size: 18px;
}

.brands .section-title {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
.brands .item {
  filter: grayscale(1);
  opacity: 0.5;
}
.brands .item img {
  height: 100px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.brands .item:hover {
  filter: grayscale(0);
  opacity: 1;
}

.events {
  position: relative;
}
.events .item {
  text-decoration: none;
  display: block;
  color: black;
}
.events .item img {
  display: block;
  width: 100%;
}
.events .item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background-color: white;
  background-image: url("../img/element.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 150px;
}
.events .item .content h4 {
  font-weight: bold;
}
.events .small-tile img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-cover {
  height: 500px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.event-cover::before {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 80%;
  position: absolute;
  display: block;
  background-image: linear-gradient(transparent, #0A2E4E);
}
.event-cover .container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 1rem;
  z-index: 1;
}
.event-cover .container .title {
  font-weight: bolder;
  color: white;
}
.event-cover .container .title small {
  text-transform: uppercase;
  background-color: #36987D;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  font-size: clamp(12px, 10vw, 16px);
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 14px;
}
.event-cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center -150px;
     object-position: center -150px;
}

.block {
  display: flex;
  flex-direction: column;
  grid-area: 1rem;
}
.block .icon {
  position: relative;
  display: flex;
  height: 64px;
  width: 64px;
  border: 2px solid #36987D;
  border-radius: 100%;
  margin-bottom: 1rem;
}
.block .icon i {
  display: block;
  margin: auto;
  font-size: 24px;
  color: #36987D;
}
.block:hover .icon {
  background-color: #36987D;
}
.block:hover .icon i {
  color: white;
}/*# sourceMappingURL=main.css.map */