.container {
  max-width: 1100px !important;
}

::-webkit-scrollbar {
  width: 0.5rem;
}

::-webkit-scrollbar-track {
  background-color: #547b65;
}

::-webkit-scrollbar-thumb {
  background-color: #793b2a;
}

body {
  cursor: default;
}

* {
  box-sizing: border-box;
}
* > :last-child {
  margin-bottom: 0px !important;
}

.logo-2024 {
  width: 20vw;
}
@media (max-width: 767px) {
  .logo-2024 {
    width: 50vw;
  }
}

.headingh-bold {
  font-size: 40px;
  font-weight: bold;
}
.headingh-bold::after {
  display: block;
  width: 120px;
  border-top: solid 3px white;
  content: "";
  margin: 0 auto;
  margin-top: 3rem;
}

.media {
  height: 350px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.media img {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}

.section-gallery {
  padding: 50px 0px;
  --margin-bottom-subparts: 3rem;
  /*.container{
    padding: 0px 20px;
    max-width: 1100px;
    margin: 0 auto;
  }*/
}
.section-gallery .hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  margin-bottom: var(--margin-bottom-subparts);
}
@media (max-width: 991px) {
  .section-gallery .hero-section {
    display: block;
  }
  .section-gallery .hero-section > * {
    margin-bottom: 2rem;
    width: 100% !important;
  }
}
.section-gallery .hero-section h2 {
  font-size: 4rem;
  font-weight: bold;
}
.section-gallery .hero-section p {
  font-size: 1.5rem;
}
.section-gallery .hero-section .media, .section-gallery .hero-section .video-thumbnail {
  width: 534px;
  height: 435px;
}
.section-gallery .hero-section .content {
  width: calc(100% - 534px - 30px);
}
.section-gallery .gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem 2rem;
}
@media (max-width: 991px) {
  .section-gallery .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 650px) {
  .section-gallery .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.section-gallery .video-thumbnail {
  position: relative;
  height: 500px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 650px) {
  .section-gallery .video-thumbnail {
    height: 120vw;
  }
}
.section-gallery .video-thumbnail:hover {
  transform: scale(1.05);
}
.section-gallery .video-thumbnail:hover a[href="#btn-play"] {
  background-color: white;
  color: #333;
}
.section-gallery .video-thumbnail:active {
  transform: scale(0.95);
}
.section-gallery .video-thumbnail .media {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.section-gallery .video-thumbnail .content {
  position: absolute;
  width: calc(100% - 2rem);
  bottom: 3rem;
  left: 1rem;
  color: white;
  font-weight: bold;
}
.section-gallery .video-thumbnail .content h3 {
  font-size: 2rem;
}
.section-gallery .video-thumbnail a[href="#btn-play"] {
  transition: all 0.3s ease;
  pointer-events: none;
  text-decoration: none;
  display: block;
  position: absolute;
  right: 2rem;
  top: 2rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: solid 2px white;
  border-radius: 50%;
}
.section-gallery.i-am-green {
  background-color: #547b65;
  color: white;
}
.section-gallery .centered-hero-title {
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.section-gallery .gallery-photos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem 2rem;
}
@media (max-width: 991px) {
  .section-gallery .gallery-photos {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 650px) {
  .section-gallery .gallery-photos {
    grid-template-columns: 1fr;
  }
}
.section-gallery .gallery-photos:hover > a {
  opacity: 0.5;
}
.section-gallery .gallery-photos > a {
  display: block;
  transition: all 0.3s ease;
  color: white;
  text-decoration: none;
}
.section-gallery .gallery-photos > a:hover {
  opacity: 1;
}
.section-gallery .gallery-photos > a:hover .media i {
  opacity: 1;
}
.section-gallery .gallery-photos > a .media {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-gallery .gallery-photos > a .media i {
  display: block;
  position: relative;
  font-size: 2rem;
  opacity: 0;
}

.modal-video-player .modal-xl {
  --bs-modal-width: 888px;
}
@media (max-width: 993px) {
  .modal-video-player .modal-xl {
    --bs-modal-width: 792px;
  }
  .modal-video-player .modal-xl .video-player {
    height: 391px;
  }
}
@media (max-width: 800px) {
  .modal-video-player .video-player {
    height: calc(63vw - 100px) !important;
  }
}
@media (max-width: 600px) {
  .modal-video-player .modal-dialog {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .modal-video-player .video-player {
    height: 350px !important;
  }
}
.modal-video-player .video-player {
  height: 500px;
  background: black;
  position: relative;
}
.modal-video-player .video-player > * {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.modal-video-player .modal-dialog {
  padding: 50px 0px;
}
.modal-video-player .modal-content {
  background-color: transparent;
  border: none;
  position: relative;
  margin-top: -50px;
}
.modal-video-player .modal-header {
  color: white;
  border-radius: 0px;
  background-color: transparent;
  padding: 10px 0px;
  border-bottom: 0px;
}
.modal-video-player .modal-body {
  padding: 0px;
  position: relative;
  /*.btn-close{
    position: absolute;
    right: 2rem;
    top: 2rem;
  }*/
}/*# sourceMappingURL=edits-2024.css.map */