@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

main {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  overflow-x: hidden;
}

:root {
  --font-48: 3rem;
  --font-36: 2.25rem;
  --font-24: 1.5rem;
  --font-16: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

.custom-container {
  padding: 0 7vw;
}

.bmc-tooltip {
  position: absolute;
}

.bmc-tooltip > label {
  position: relative;
  cursor: pointer;
}

.bmc-tooltip > label > input {
  display: none;
}

.bmc-tooltip > label > .bmc-tooltip-icon > img {
  width: 30px;
  height: 30px;
  transition: 0.3s rotate ease;
}

.bmc-tooltip > label > .tooltip-description {
  opacity: 1;
  visibility: visible;
  padding: 8px;
  background: #fff;
  position: absolute;
  white-space: nowrap;
  color: #19518a;
  font-size: 12px;
  font-weight: 500;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.05);
  top: 50%;
  transform: translateY(-50%);
  left: 2.5rem;
  transition: 0.3s opacity ease;
  z-index: 10;
}

.bmc-tooltip > label > .tooltip-description::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 65%;
  transform: translateX(-50%);
  left: -12px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  rotate: 90deg;
}

.bmc-tooltip > label > input[type="checkbox"]:not(:checked) + .tooltip-description {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.bmc-tooltip > label > input[type="checkbox"]:checked + .tooltip-description + .bmc-tooltip-icon > img {
  rotate: 45deg;
}

#bmc-hero-banner {
  padding-bottom: 1.5rem;
}

#bmc-hero-banner .hero-banner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

#bmc-hero-banner .banner-image {
  position: relative;
}

/* #bmc-hero-banner .banner-image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
} */

#bmc-hero-banner .banner-description {
  position: absolute;
  top: 5rem;
  left: 5rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

#bmc-hero-banner .banner-description > p {
  color: #fff;

  font-size: var(--font-48);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

#bmc-hero-banner .banner-description > span {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#bmc-hero-banner .banner-image > img {
  max-width: 100%;
  min-height: 360px;
  object-fit: cover;
}

#bmc-hero-banner .banner-information {
  display: grid;
  grid-template-columns: 1.25fr 2fr;
  grid-template-areas: "small large large";
  grid-auto-rows: 1fr;
  gap: 1rem;
}

#bmc-hero-banner .banner-information > .banner-grid:nth-child(1) {
  grid-area: small;
  position: relative;
}

#bmc-hero-banner .banner-information > .banner-grid:nth-child(1) > .grid-image {
  height: 100%;
}

#bmc-hero-banner .banner-information > .banner-grid:nth-child(1) > .grid-image > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
}

#bmc-hero-banner .grid-image > .bmc-tooltip:nth-child(2) {
  top: 30%;
  right: 40%;
}

#bmc-hero-banner .grid-image > .bmc-tooltip:nth-child(3) {
  bottom: 30%;
  left: 25%;
}

#bmc-hero-banner .grid-image > .bmc-tooltip:nth-child(4) {
  bottom: 35%;
  left: 10%;
}

#bmc-hero-banner .banner-information > .banner-grid:nth-child(2) {
  grid-area: large;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#bmc-hero-banner .banner-information > .banner-grid:nth-child(2) > .grid-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 1rem;
}

#bmc-hero-banner .banner-information > .banner-grid:nth-child(2) > .grid-content:nth-child(1) > img {
  max-width: 100%;
  aspect-ratio: 65/66;
}

#bmc-hero-banner .banner-information > .banner-grid:nth-child(2) > .grid-content:nth-child(2) > img {
  max-width: 100%;
}

#bmc-hero-banner .grid-description {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 0.5rem;

  font-style: normal;
}

#bmc-hero-banner .grid-description > h5 {
  color: #193768;
  font-size: var(--font-36);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: normal;
}

#bmc-hero-banner .grid-description > p {
  color: #7f7f7f;
  font-size: var(--font-16);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 24px;
}

#bmc-gallery {
  background: #f5f5f5;
  padding: 2rem 0;
}

#bmc-gallery .gallery-heading {
  padding-bottom: 1rem;
}

#bmc-gallery .gallery-heading > h1 {
  color: #193768;

  font-size: var(--font-36);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

#bmc-gallery .slider-wrapper {
  position: relative;
}

#bmc-gallery .gallery-image > img {
  max-width: 100%;
}

#bmc-gallery .swiper-button-prev {
  left: -5rem;
}

#bmc-gallery .swiper-button-next {
  right: -5rem;
}

#bmc-gallery .swiper-button-prev > img,
#bmc-gallery .swiper-button-next > img {
  width: 60px;
  height: 60px;
}

#bmc-gallery .swiper-button-prev:after,
#bmc-gallery .swiper-button-next:after {
  display: none;
}

#bmc-mega-gallery {
  background: #fff;
  padding: 2rem;
}

#bmc-mega-gallery .mega-gallery-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#bmc-mega-gallery .mega-gallery-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  line-height: normal;
  font-style: normal;
  text-align: center;
}

#bmc-mega-gallery .mega-gallery-heading > h1 {
  font-family: "Inter", sans-serif;
  color: #193768;
  font-size: var(--font-36);
  font-weight: 700;
}

#bmc-mega-gallery .mega-gallery-heading > p {
  font-family: "Inter", sans-serif;
  color: #7f7f7f;
  font-size: var(--font-16);
  font-weight: 400;
  line-height: 24px;
}

#bmc-mega-gallery .mega-gallery-heading::after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  background: #193768;
  margin: 1rem 0;
}

#bmc-mega-gallery .mega-gallery-image > img {
  max-width: 100%;
}

#bmc-publicity {
  background: #fff;
  padding: 2rem 0;
}

#bmc-publicity .publicity-container {
  background: #f5f5f5;
  padding: 2rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

#bmc-publicity .publicity-container > h5 {
  color: #7f7f7f;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#bmc-publicity .publicity-grids {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 2rem;
}

#bmc-publicity .publicity-grids > .grid {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #7f7f7f;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#bmc-publicity .publicity-grids > .grid > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#bmc-publicity .publicity-grids > .grid:nth-child(1) {
  grid-area: 1/1;
}

#bmc-publicity .publicity-grids > .grid:nth-child(1) > .bmc-tooltip:nth-child(2) {
  left: 20%;
  top: 30%;
}

#bmc-publicity .publicity-grids > .grid:nth-child(1) > .bmc-tooltip:nth-child(3) {
  right: 30%;
  bottom: 45%;
}

#bmc-publicity .publicity-grids > .grid:nth-child(2) {
  grid-area: 1/2;
}

#bmc-publicity .publicity-grids > .grid:nth-child(2) > .bmc-tooltip:nth-child(2) {
  left: 40%;
  bottom: 30%;
}

#bmc-publicity .publicity-grids > .grid:nth-child(3) {
  grid-area: 2/1/2/3;
}

#bmc-publicity .publicity-grids > .grid:nth-child(3) > .bmc-tooltip:nth-child(2) {
  left: 25%;
  bottom: 30%;
}

#bmc-publicity .publicity-grids > .grid:nth-child(3) > .bmc-tooltip:nth-child(3) {
  left: 55%;
  bottom: 30%;
}

#bmc-publicity .publicity-grids > .grid:nth-child(3) > .bmc-tooltip:nth-child(4) {
  right: 15%;
  top: 20%;
}

#bmc-bottom-banner > .banner-image > a > img {
  width: 100%;
  max-width: 100%;
  height: 225px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1600px) {
  :root {
    --font-48: 2.75rem;
    --font-36: 2rem;
    --font-24: 1.375rem;
    --font-16: 0.875rem;
  }
  #bmc-hero-banner .grid-description > p,
  #bmc-mega-gallery .mega-gallery-heading > p {
    line-height: 22px;
  }
  #bmc-gallery .swiper-button-prev > img,
  #bmc-gallery .swiper-button-next > img {
    width: 50px;
    height: 50px;
  }
  #bmc-gallery .swiper-button-prev {
    left: -4rem;
  }
  #bmc-gallery .swiper-button-next {
    right: -4rem;
  }
}

@media (max-width: 1400px) {
  :root {
    --font-48: 2.5rem;
    --font-36: 1.75rem;
    --font-24: 1.25rem;
  }
  #bmc-hero-banner .grid-description > p,
  #bmc-mega-gallery .mega-gallery-heading > p {
    line-height: 20px;
  }
  .bmc-tooltip > label > .bmc-tooltip-icon > img {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 1200px) {
  :root {
    --font-48: 2.25rem;
    --font-36: 1.5rem;
    --font-24: 1.125rem;
  }
  #bmc-hero-banner .grid-description > p,
  #bmc-mega-gallery .mega-gallery-heading > p {
    line-height: 18px;
  }
  #bmc-gallery .swiper-button-prev > img,
  #bmc-gallery .swiper-button-next > img {
    width: 40px;
    height: 40px;
  }
  #bmc-gallery .swiper-button-prev {
    left: -3rem;
  }
  #bmc-gallery .swiper-button-next {
    right: -3rem;
  }
}

@media (max-width: 992px) {
  :root {
    --font-48: 2rem;
    --font-36: 1.25rem;
    --font-16: 0.75rem;
  }
  .bmc-tooltip > label > .bmc-tooltip-icon > img {
    width: 22px;
    height: 22px;
  }
  .bmc-tooltip > label > .tooltip-description {
    left: 2rem;
  }
  #bmc-hero-banner .banner-description {
    top: 4rem;
    left: 4rem;
  }
  #bmc-gallery .swiper-button-prev > img,
  #bmc-gallery .swiper-button-next > img {
    width: 30px;
    height: 30px;
  }
  #bmc-gallery .swiper-button-prev {
    left: -2.5rem;
  }
  #bmc-gallery .swiper-button-next {
    right: -2.5rem;
  }
  #bmc-bottom-banner > .banner-image > a > img {
    height: 200px;
  }
}

@media (max-width: 768px) {
  #bmc-hero-banner .banner-description {
    top: 3rem;
    left: 3rem;
  }
  #bmc-hero-banner .banner-information {
    grid-template-columns: 1fr;
    grid-auto-rows: unset;
    grid-template-areas: unset;
  }
  #bmc-hero-banner .banner-information > .banner-grid:nth-child(1),
  #bmc-hero-banner .banner-information > .banner-grid:nth-child(2) {
    grid-area: unset;
  }
  #bmc-publicity .publicity-container {
    padding: 1.5rem 3rem;
  }
  #bmc-publicity .publicity-grids {
    gap: 1rem;
  }
  #bmc-publicity .publicity-grids > .grid:nth-child(2) > .bmc-tooltip:nth-child(2) > label > .tooltip-description,
  #bmc-publicity .publicity-grids > .grid:nth-child(3) > .bmc-tooltip:nth-child(4) > label > .tooltip-description {
    left: unset;
    right: 2rem;
  }
  #bmc-publicity .publicity-grids > .grid:nth-child(2) > .bmc-tooltip:nth-child(2) > label > .tooltip-description::after,
  #bmc-publicity .publicity-grids > .grid:nth-child(3) > .bmc-tooltip:nth-child(4) > label > .tooltip-description::after {
    right: -12px;
    left: unset;
    rotate: 270deg;
    top: 10%;
  }
  #bmc-bottom-banner > .banner-image > a > img {
    height: 180px;
  }
}

@media (max-width: 576px) {
  #bmc-hero-banner .banner-description {
    top: 1rem;
    left: 1rem;
  }
  #bmc-hero-banner .banner-information > .banner-grid:nth-child(2) > .grid-content {
    grid-template-columns: 1fr;
  }
  #bmc-publicity .publicity-grids {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }
  #bmc-publicity .publicity-container {
    padding: 1rem;
  }
  #bmc-publicity .publicity-grids > .grid:nth-child(1),
  #bmc-publicity .publicity-grids > .grid:nth-child(2),
  #bmc-publicity .publicity-grids > .grid:nth-child(3) {
    grid-area: unset;
  }
  #bmc-gallery .swiper-button-prev > img,
  #bmc-gallery .swiper-button-next > img {
    width: 20px;
    height: 20px;
  }
  #bmc-gallery .swiper-button-prev {
    left: -2rem;
  }
  #bmc-gallery .swiper-button-next {
    right: -2rem;
  }
  #bmc-bottom-banner > .banner-image > a > img {
    height: 160px;
  }
}

@media (max-width: 450px) {
  .bmc-tooltip {
    display: none;
  }
  #bmc-gallery .swiper-button-prev {
    left: -1.55rem;
  }
  #bmc-gallery .swiper-button-next {
    right: -1.55rem;
  }
  #bmc-bottom-banner > .banner-image > a > img {
    height: 120px;
  }
}
