@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
  overflow: hidden;
  font-family: 'Pacifico', cursive;
  /*background-image: url("../img/mbmersin-whole.jpg");*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
}

.fs-bigger {
  font-size: 5rem;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 3rem;
  color: #FFFFFF;
  text-shadow: #474747 2px 3px 1px;
  line-height: 1;
}

.nature-box .logo-img {
  padding-left: 20px;
  margin-left: 10px;
  padding-right: 0;
}

.project-link {
  width: 40%;
}

.project-link a {
  position: relative;
}

.project-link a::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -5px;
  background-color: #fff;
  height: 1px;
}

.project-link a:hover {
  color: #c5c5c5;
}

.nature-box:hover .logo-img , .azure-box:hover .logo-img {
  transform: scale(.90);
}


a {
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}

.nature-box .project-link {
  margin-left: 30px;
}


.site-link {
  z-index: 2;
  color: #fff;
  text-align: right;
}

.box {
  height: 100vh;
}

.z-index-2 {
  z-index: 2;
}


.bg-overlay {
  position: absolute; /* Sit on top of the page content */
  display: block; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.15); /* Black background with opacity */
  z-index: 1; /* Specify a stack order in case you're using a different order for other elements */
  pointer-events: none;
}

.box {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;

}

.oktay-logo-img img {
  width: 120px;
}

.azure-box {
  background-image: url("../img/azure-design3.jpg");
  /*background-color: #3976ba;*/
  /*background-blend-mode: multiply;*/
}

.nature-box {
  background-image: url("../img/nature-design3.jpg");
  /*background-color: #3d6636;*/
  /*background-blend-mode: multiply;*/
}

.logo-img {
  width: 40%;
  z-index: 2;
  transition: .7s;
  padding-right: 20px;
}

.site-link:hover .logo-img {
  transform: scale(.8);
}

.oktay-logo {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  width: unset;
  z-index: 2;
}

.oktay-logo img {
  width: 120px;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(3px 3px 3px #222);
}

.fw-bold {
  font-weight: 700;
}

@media screen and (max-width: 700px) {
  .box {
    height: 50vh;
  }
  .oktay-logo {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .oktay-logo img {
    width: 60px;
  }
  .oktay-logo-img img {
    width: 70px;
  }
  body {
    overflow: auto;
  }
  .site-link {
        display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .fs-bigger {
    font-size: 4rem;
  }
  h1 {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 700px) {
    .mobile-only {
        display: none !important;
    }
  .oktay-logo {
    top: 8%;
  }
}
@media screen and (max-width: 700px) {
    .pc-only {
        display: none !important;
    }

}