* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#navigation {
  background-color: transparent;
  padding-right: 39px;
  padding-left: 39px;
  padding-top: 21px;
  padding-bottom: 21px;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1080;
}

#navigation .nav-link {
  float: left;
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

.dropdown-menu {
  width: 100%;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 40px;
}

textarea {
  resize: none;
}

#logo-txt {
  font-size: 30px;
  font-weight: bold;
  transition: 0.4s;
}

#logo-pic {
  height: 60px;
  width: 300px;
}

.nav-link {
  transition: 0.4s;
}

.navbar-collapse-indicator {
  flex-grow: 0;
}

.navbar-shadow {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 0)
  );
}

.nav-title:hover {
  background-color: #7f838777;
  border-radius: 0.25rem;
  color: white;
}

.dropdown-title:hover {
  background-color: #7f8387;
  border: 1px solid #7f8387;
  border-radius: 0.25rem;
  color: white;
}

.nav-title:hover #navLink {
  color: white !important;
}

.dropdown-title:hover #navLink {
  color: white !important;
}

.nav-title:active #navLink {
  color: white;
}

.dropdown-title:active #navLink {
  color: white;
}

.dropdown-item {
  transition: 0.4s;
}

.mainPageContainer {
  width: 100%;
  position: relative;
}

.mainPageImage {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 15px;
}

.mainPageTextContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.languageSelector {
  width: 300px;
  justify-content: flex-end;
}

.aboutUsText {
  font-size: 20px;
}

.bandTitleImage {
  height: 40vh;
  padding: 0;
  object-fit: cover;
}

.bandShadow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 40vh;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 0)
  );
}

.bandContainer {
  position: relative;
}

.aboutUsImage {
  width: 100%;
  height: 200px;
}

.bandTitleContainer {
  position: relative;
}

.bandTitle {
  position: absolute;
  left: 100px;
  top: 75%;
  z-index: 100;
  color: white;
}

.itemCard {
  position: relative;
  border-radius: 15px;
  height: 100%;
}

.itemCardImage {
  border-radius: 15px;
  height: 100%;
  width: 100%;
}

.itemCardLink {
  display: block;
  width: 100%;
  height: 100%;
}

.itemCardName {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  font-size: 22px;
  font-weight: 600;
  transform: scaleY(0);
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 15px;
  transform-origin: top;
}

.carousel-container .carousel-item img {
  object-fit: cover;
  object-position: center;
  height: 75vh;
  overflow: auto;
}

.carousel-container .carousel-item:before {
  content: "";
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(0, 0, 0, 0.75)
  );
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
}

.intro-pic {
  width: 600px;
  height: 100%;
}

.projectAttributeBox {
  width: fit-content;
  block-size: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.projectAttributeTitle {
  font-size: 16px;
  padding: 5px 10px;
  font-weight: bold;
  color: white;
  background-color: #343a40;
  border-radius: 10px;
}
.projectAttribute {
  margin-left: 10px;
  font-weight: bold;
  color: #343a40;
}

.carousel-item {
  object-fit: contain;
}

.carouselImage {
  width: 100%;
  height: 400px;
  cursor: pointer;
}

.modalImage {
  width: 1600px;
  height: 800px;
}

.modalInner {
  width: 1600px;
  height: 700px;
  object-fit: contain;
}

.planWidth {
  width: 50%;
}

.planImage {
  width: 100%;
  height: 450px;
  cursor: pointer;
  object-fit: contain;
}

.planButton {
  background-color: white;
  color: black;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
}

.planButtonActive {
  background-color: #343a40;
  color: white;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
}

.imgPageBanner {
  width: 100%;
  height: 900px;
  object-fit: cover;
  object-position: center;
}

.seperator {
  border-bottom: 2px solid #343a40;
}

.map {
  width: 100%;
  height: 600px;
}

.carouselModal,
.planModal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.carouselModalOpen {
  display: block;
}

.carouselModalContent {
  background-color: transparent;
  margin: 8% auto;
  width: 85%;
}

.planModalClose,
.carouselModalClose {
  display: none;
}

.planModalOpen,
.carouselModalOpen {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footerTitle {
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.footerList {
  list-style-type: none;
  padding: 0px;
}

.footerSeperator {
  border-bottom: 2px solid #6e6f71;
}

.footerTransparentBackground {
  background-color: transparent;
}

.footerDarkBackground {
  background-color: #212529;
}

.footerAnim {
  transition: 0.4s;
}

.infoBox {
  background-color: #343a40;
  color: white;
  padding: 20px 30px;
  border-radius: 10px;
  margin: 0px 50px;
  height: 100%;
}

#btnInfo {
  background-color: #343a40;
  color: white;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid white;
  outline: none;
  cursor: pointer;
}

#contactus-map{
  height: 50vh;
}

@media screen and (max-height: 1200px){
  
}

@media (min-width: 992px) {
  .itemCard:hover .itemCardName {
    transform: scaleY(1);
    transition: 0.4s;
  }
}

@media screen and (max-width: 992px) {
  #navigation .nav-link {
    font-size: 12px;
  }

  .navbar-collapse-indicator {
    flex-grow: 1;
  }

  #logo-pic {
    height: 50px;
    width: 240px;
  }

  .navbar-toggler {
    color: white;
  }

  .imgPageBanner {
    height: 675px;
  }

  .map {
    width: 100%;
    height: 400px;
  }

  .modalPictureContent {
    margin: 50% auto;
  }

  .intro-pic {
    width: 100%;
    height: 100%;
  }

  .carouselImage {
    height: 300px;
    cursor: default;
    overflow: hidden;
  }

  .carouselContainer {
    width: 100%;
  }

  .planWidth {
    width: 100%;
  }

  .planImage {
    height: 300px;
    width: 100%;
    cursor: default;
  }

  .bandTitle {
    left: 50px;
  }

  .itemCardName {
    transform: scaleY(1);
    background-color: rgba(0, 0, 0, 0.35);
  }
}

@media screen and (max-width: 768px) {
  #navigation .nav-link {
    font-size: 12px;
  }

  #logo-pic {
    height: 30px;
    width: 150px;
  }

  .navbar-toggler {
    color: white;
  }

  .imgPageBanner {
    height: 450px;
  }

  .map {
    width: 100%;
    height: 400px;
  }
}

@media screen and (max-width: 400px) {
  #logo-pic {
    height: 30px;
    width: 150px;
  }

  .navbar-toggler-icon {
    color: white;
  }

  .imgPageBanner {
    height: 225px;
  }

  .modalPictureContent {
    margin: 50% auto;
  }
  .map {
    width: 100%;
    height: 400px;
  }
}
