@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");

/* General */

html,
body {
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  position: relative;
  transition: background-color 0.1s ease-in;
}

html {
  font-family: "Poppins";
}

p {
  padding-bottom: 0px;
  padding-top: 0px;
}

/* navbar */
.navbar-desktop {
  background-color: rgba(0, 0, 0, 0.2);
  padding-top: 0;
  margin-top: 0%;
}

.dropdown-menu {
  background-color: #464646 !important;
}

.nav-container {
  background-color: transparent;
}

.nav-link {
  font-size: 18px;
}

.switch-content {
  width: 95px;
  height: 50px;
  position: relative;
  display: block;
  background: #fff;
  border-radius: 200px;
  cursor: pointer;
}

.switch-content svg {
  position: absolute;
  z-index: 100;
}

.switch-content:after {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  top: 3px;
  bottom: 2px;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #ffcc89, #d8860b);
  border-radius: 180px;
}

.switch-content .sun-icon {
  left: 7px;
  fill: #232323;
  transition: 0.3s;
  top: 10px;
  bottom: 10px;
}

.switch-content .moon-icon {
  left: 60px;
  fill: #fff;
  transition: 0.3s;
  top: 10px;
  bottom: 10px;
}

.switch-mode {
  width: 0;
  height: 0;
  visibility: hidden;
}

.switch-mode:checked + label {
  background: #242424;
}

.switch-mode:checked + label:after {
  left: 95px;
  transform: translateX(-100%);
  background: linear-gradient(180deg, #777, #3a3a3a);
}

/* Header section */
.header-mobile {
  width: 100%;
  height: 100%;
  min-height: 600px;
  max-height: 800px;
  bottom: 0%;
}

.hero-image {
  margin: 0;
  left: 0px;
  margin-left: 0;
}

.header-desktop {
  width: 100%;
  height: 100%;
  min-height: 700px;
  max-height: 800px;
  left: 0%;
  bottom: 0%;
}

.geo-link {
  color: #777;
}

.text-header {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  font-size: 64px;
}

.nikko-location {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  max-width: 100px;
}

.nikko-location:link {
  text-decoration: none;
}

.nikko-location:visited {
  text-decoration: none;
}

.header-caption-desktop {
  position: absolute;
  bottom: 40px;
  left: 15%;
  text-decoration-color: #242424;
}

/* Suggested section */

.card-suggested {
  background-color: #f2f2f2 !important;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  transition: background-color 0.2s ease-in;
}

.card-suggested-small {
  min-height: 450px;
  max-width: 405px;
  min-width: 305px;
  max-height: 440px;
  transition: background-color 0.2s ease-in;
}

.suggested-img {
  overflow: hidden;
  max-height: 210px;
}

.card-suggested-mobile {
  min-height: 415px;
  max-width: 405px;
  min-width: 305px;
  max-height: 420px;
  transition: background-color 0.2s ease-in;
}

.card-suggested-desktop {
  max-height: 280px;
  overflow: hidden;
}
/* Featured events section */

/* desktop version */
.featured-title {
  font-weight: 700;
}

.card-featured {
  overflow: hidden;
  max-height: 578px;
  min-height: 578px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.featured-img {
  min-height: 578px;
}

.featured-text {
  position: absolute;
  top: 50%;
  left: 50%;
}

/* mobile version */
.card-featured-mobile {
  overflow: hidden;
  height: auto;
  width: auto;
  max-height: 330px;
  min-width: 150px;
  max-width: 175px;
  margin-left: auto;
  margin-right: auto;
  transition: background-color 0.2s ease-in;
}
/* News section */

.card-news {
  max-width: 405px;
  min-width: 305px;
  background-color: #f2f2f2 !important;
  max-height: 391px;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
  transition: background-color 0.2s ease-in;
}

.news-img {
  overflow: hidden;
  margin-bottom: 5px;
}

.news-store {
  max-width: 405px;
  max-height: 209px;
}

.card-link {
  position: absolute;
  bottom: 0.2rem;
}

.news-img img {
  margin: -5% 0% -10% 0%;
}

.news-duck img {
  margin: -5% 0% -5% 0%;
}

.card-text {
  margin-top: 5px;
}

.news-title {
  font-weight: 700;
}

.btn-news-container {
  padding-bottom: 1.5rem;
}

.btn-news {
  margin-right: 2px;
}

/* Testimoni section */

.card-subtitle {
  color: rgb(145, 145, 145);
}
.container-testimoni {
  border-top: solid 1px;
}

.card-testimoni-main {
  height: auto;
}

.card-big-testimoni {
  padding-left: 2rem;
  padding-right: 2rem;
  transition: background-color 0.2s ease-in;
}

.card-testimoni {
  min-height: 350px;
  max-height: 450px;
  min-width: 300px;
  transition: background-color 0.2s ease-in;
}

.card-subtitle {
  color: #777;
}

.profile-photo-small {
  left: auto;
}

.profile-detail-small {
  right: auto;
}

.profile-test-main {
  bottom: 10px;
}

.btn-testimony-left {
  position: absolute;
  left: -10px;
  bottom: 35%;
}

.btn-testimony-right {
  position: absolute;
  right: -10px;
  bottom: 35%;
}

/* Footer section */

.footer {
  background-color: #efefef;
  transition: background-color 0.2s ease-in;
}

.company-socials {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 40px;
  display: inline-block;
}

.social-icons {
  padding-top: 20px;
}

.social-icon {
  padding-left: 20px;
  padding-right: 20px;
}

.footer-subtitle {
  font-weight: 700;
  font-size: 18px;
}

.logo-footer {
  width: 270px;
  height: 110px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}

.container-copyright {
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  text-align: center;
  max-width: 1300px;
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container-footer {
  padding-top: 30px;
  border-top: solid 2px;
  border-bottom: solid 1px;
}

.company-link {
  margin-left: 1rem;
  font-size: 15px;
}

.useful-link {
  font-size: 15px;
}

.access-link {
  margin-left: 1rem;
  font-size: 15px;
  margin-right: 2rem;
}

.ulink {
  text-decoration: none;
  color: black;
}

.alink {
  text-decoration: none;
  color: black;
}

.clink {
  text-decoration: none;
  color: black;
}

.mlink {
  text-decoration: none;
  color: black;
}

.mlink:hover {
  color: black;
  text-shadow: 0 0 11px rgba(33, 33, 33, 0.4);
}

.social-icon {
  color: black;
}

.social-icon:hover {
  color: black;
  text-shadow: 0 0 11px rgba(33, 33, 33, 0.4);
}
