@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Rubik:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Andika:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Andika:wght@400;700&family=Cabin&family=Josefin+Sans&family=Lobster&family=Space+Grotesk&display=swap");

* {
  /* font-family: 'Lato', sans-serif !important; */
  /* font-family: "Rubik", sans-serif !important; */
  font-family: "Andika", sans-serif !important;
}

.dark {
  background-color: #001;
}
.light {
  background-color: #fff;
}
.news-font {
  font-family: "Josefin Sans", sans-serif !important;
}

.news-item {
  width: 25% !important;
}

.wrapper {
  border-radius: 4px;
}
/* iPhone 6/7/8: SE-Pixel 5*/

@media only screen and (max-device-width: 650px) and (min-device-width: 375px) {
  .about-images {
    overflow: hidden;
  }
  .img-radius {
    display: none;
  }
  .projects-wrapper {
    width: 100%;
  }
  .projects-content {
    text-align: center;
  }
  .projects-content-text {
    text-align: center;
  }
  .nav-links {
    flex-direction: column;
  }
  .centered-dropdown {
    width: 75% !important;
    margin-bottom: 6px !important;
  }
  .youtube-section {
    align-items: center;
    flex-direction: column;
  }
  .youtube-item-main {
    width: auto !important;
    height: auto !important;
  }
  .youtube-videos {
    flex-direction: column;
  }
  .card-wrapper {
    flex-direction: column;
  }
  .news-container {
    flex-direction: column;
  }
  .news-item {
    width: 100% !important;
  }
}
/* iPhone 6/7/8 Plus: S8-*/

@media only screen and (max-device-width: 375px) and (min-device-width: 320px) {
  .projects-wrapper {
    width: 100%;
  }
  .nav-links {
    flex-direction: column;
  }
  .youtube-section {
    align-items: center;
    flex-direction: column;
  }
  .img-radius {
    display: none;
  }
  .youtube-item-main {
    width: auto !important;
    height: auto !important;
  }
  .playlist {
    width: auto !important;
  }
  .img-radius {
    display: none;
  }
  .projects-container {
    justify-content: center !important;
  }
  .projects-content {
    text-align: center;
  }
  .projects-content-text {
    text-align: center;
  }
  .youtube-section {
    align-items: center;
    flex-direction: column;
  }
  .youtube-videos {
    flex-direction: column;
  }
  .card-wrapper {
    flex-direction: column;
  }
}

/* Tablets */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .img-radius {
    height: 75% !important;
  }
  .youtube-item-main {
    width: 600px !important;
    height: 400px !important;
  }
  .img-radius {
    display: none;
  }

  .projects-container {
    justify-content: center !important;
  }

  .youtube-section {
    align-items: center;
    flex-direction: column;
  }
  .youtube-videos {
    flex-direction: column;
  }
  .projects-content-text {
    background-color: #fff !important;
  }
  .card-responsive {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .card-content {
    display: none;
  }
}

.nav-links {
  display: flex;
  align-items: center;
  justify-self: center;
}
.video-btn {
  background-color: #232323 !important;
  color: #fff !important;
  padding: 8px 30px 8px 30px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
}
.video-btn:hover {
  background-color: #ff3a2d !important;
  color: #fff !important;
}
.btn-dropdown {
  box-shadow: none !important;
}

.contact-btn {
  background-color: #ff3a2d !important;
  color: #fff !important;
  padding: 8px 30px 8px 30px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
  cursor: pointer;
}

.contact-btn:hover {
  background-color: #f0c33b !important;
  color: #000 !important;
}

.nav-btn {
  font-size: 14px !important;
  color: #101010 !important;
  font-weight: 700 !important;
}

.nav-btn:hover {
  background-color: #f0c33b !important;
  color: #000 !important;
}

.submit-btn {
  background-color: #232323 !important;
  color: #fff !important;
}

.submit-btn:hover {
  background-color: #f0c33b !important;
  color: #000 !important;
}

.go-to-top {
  color: #001;
  margin-top: 5px;
}

.carousel-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

#carouselBasicExample {
  border-radius: 3px;
}

.spotify-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.spotify-playlist {
  display: flex;
  align-items: center;
  flex-direction: column;
  opacity: 0.9;
}

.youtube-section {
  display: flex;
  justify-content: center;
}

.main-video {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.youtube-item-main {
  width: 1150px;
  height: 600px;
}
.youtube-videos {
  display: flex;
  padding: 0px 45px 0px 45px;
}
.videos {
  display: flex;
  flex-direction: column;
  padding: 25px;
}

.projects-container {
  display: flex;
  justify-content: flex-start;
  background-image: url("./img/japon10.jpg");
  background-size: cover;
  background-position: center;
}
.projects-list {
  display: flex;
}
.projects-main-header {
  font-family: "Josefin Sans", sans-serif;
  font-size: 22px;
  color: #fff;
}
.projects-content-text {
  display: flex;
  flex-direction: column;
  align-items: revert;
  text-align: left;
  padding: 20px 40px 20px 20px;
  font-size: 18px;
}

.projects-text-color-nolink {
  color: #f2f0df;
  font-family: "Josefin Sans", sans-serif !important;
}
.text-styled-link {
  color: #f2f0df;
  font-family: "Josefin Sans", sans-serif !important;
}
.text-styled-link:hover {
  color: #f0c33b;
}

.img-radius {
  height: 100%;
  border-radius: 5px;
  box-shadow: 5px 5px 10px #232323;
}
.img-radius:hover {
  transform: scale(1.06);
  transition: all 0.3s ease-in-out;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 40px;
  background-color: #fff;
}

.active {
  background-color: #332d2d !important;
  color: #fff !important;
}

.footer-text {
  color: #fff;
}

.footer-text:hover {
  color: #ff0000;
}

.logo {
  width: 35px;
  height: 35px;
}
.social-media-icon:hover {
  transform: scale(1.5);
  transition: all 0.2s ease-in-out;
}

.card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-light-area {
  color: #000 !important;
  background-color: #fff !important;
}

.footer-contact {
  position: absolute !important;
  bottom: 0 !important;
  width: 100%;
}
