@media (min-width: 992px) {
  .section--gallery {
    padding: 0 16px;
  }
}
@media (min-width: 992px) {
  .section--gallery .show-on-mobile {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .section--gallery .show-on-desktop {
    display: none;
  }
}
.section--gallery .section--outer {
  max-width: 1950px;
  margin-left: auto;
  margin-right: auto;
  background-color: #0A152E;
}
@media (max-width: 991.98px) {
  .section--gallery .section--outer {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .section--gallery .section--outer {
    padding: 80px 54px 90px;
    text-align: center;
    margin-bottom: 16px;
    border-radius: 12px;
  }
}
.section--gallery .title {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -2px;
}
@media (min-width: 992px) {
  .section--gallery .title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 991.98px) {
  .section--gallery .title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 992px) {
  .section--gallery .title {
    margin-bottom: 54px;
  }
}
@media (max-width: 991.98px) {
  .section--gallery .title {
    margin-bottom: 48px;
  }
}
@media (max-width: 991.98px) {
  .section--gallery .slider {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-bottom: 46px;
  }
}
@media (min-width: 992px) {
  .section--gallery .slider {
    width: 83%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
.section--gallery .item-group .owl-stage-outer img {
  border-radius: 12px;
}
@media (max-width: 991.98px) {
  .section--gallery .owl-carousel .owl-stage {
    margin-left: -11.2vw;
  }
}
.section--gallery .owl-dots {
  display: flex;
  gap: 14px;
}
.section--gallery .owl-dots .owl-dot {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  width: 6px;
  height: 6px;
  cursor: pointer;
}
.section--gallery .owl-dots .owl-dot.active {
  background-color: #EEF7FF;
}
.section--gallery .owl-nav-dots-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 48px;
  gap: 86px;
  margin-bottom: 46px;
}
@media (min-width: 992px) {
  .section--gallery .owl-nav-dots-container {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.section--gallery .owl-carousel--custom-next,
.section--gallery .owl-carousel--custom-prev {
  border-radius: 50%;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  font-size: 24px;
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .section--gallery .btn {
    width: 100%;
  }
}

/*# sourceMappingURL=gallery.css.map */
