* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Trebuchet MS", sans-serif;
}

a {
  text-decoration: none;
}

.container {
  display: flex;
}

.imageBox {
  flex: 0 0 25%;
  max-width: 25%;
  height: 100vh;
  position: relative;
}

.imageBox img {
  width: 100%;
  height: 100vh;
  display: block;
  object-fit: cover;
}

.bg-black {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: black;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.captionContainer {
  position: absolute;
  bottom: 100px;
  color: white;
  margin-left: 60px;
}

.captionHeader {
  font-size: 25px;
}

.seperator-line {
  height: 1px;
  width: 32px;
  background-color: white;
  opacity: 0.5;
  margin-top: 35px;
  transition: all 0.3s ease 0s;
}

.subCaption {
  text-align: left;
  position: relative;
}

.captionContainer h3 {
  margin-bottom: -25px;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.captionContainer p {
  opacity: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  position: absolute;
  bottom: 20px;
  width: max-content;
}

.imageBox:hover .captionContainer h3 {
  margin-bottom: 60px;
}
.imageBox:hover .captionContainer p {
  opacity: 0.5;
}

.imageBox:hover .captionContainer .seperator-line {
  width: 64px;
}

.imageBox:hover .bg-black {
  opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  .imageBox {
    flex: auto;
    width: 100%;
    max-width: 100%;
    height: 25svh;
    position: relative;
    overflow: hidden;
  }

  .container {
    display: flex;
    flex-direction: column;
  }

  .big-360 {
    display: none !important;
  }

  .beton {
    width: 100%;
    height: 100%;
    display: block !important;
  }

  .orb {
    position: absolute;
    display: block !important;
    height: 150% !important;
    width: auto !important;
    left: -100px;
    bottom: -120px;
  }

  .logo {
    position: absolute;
    display: block !important;
    height: 80px !important;
    width: auto !important;
    bottom: 30px;
    right: 30px;
  }

  .imageBox img {
    height: calc(100vh / 3);
  }

  .imageBox:hover .captionContainer h3 {
    margin: 0;
  }

  .captionContainer h3 {
    margin: 0;
  }

  .captionContainer p {
    font-size: 12px;
    opacity: 0.5;
    position: relative;
    bottom: 0;
  }

  .seperator-line {
    margin-top: 0px;
  }

  .captionContainer {
    bottom: 2rem;
    right: 15px;
    margin: 0;
    width: 140px;
  }

  .captionHeader {
    font-size: 18px;
    width: max-content;
  }

  .bg-black {
    opacity: 0.25;
  }

  .imageBox:hover .captionContainer h3 {
    margin: 0;
  }

  .kurumsal img {
    content: url("../img/home/small/kurumsal.jpeg");
    object-fit: cover;
    object-position: -20px -30px;
  }

  .eTicaret img {
    content: url("../img/home/small/bob.jpg");
    position: relative;
    object-fit: cover;
    zoom: 1.2;
    bottom: 55px;
  }

  .collect img {
    content: url("../img/home/small/collect-small.jpg");
    position: relative;
    object-fit: cover;
    bottom: 30px;
  }
}

@media screen and (min-width: 700px) and (max-width: 1024px) and (min-height: 700px) {
  .kurumsal img {
    object-position: 0px -94px;
  }

  .eTicaret img {
    zoom: 1.3;
    bottom: 90px;
  }

  .collect img {
    bottom: 60px;
  }
}

@media screen and (max-width: 370px) {
  .eTicaret img {
    zoom: 1.1;
  }
}

@media screen and (max-width: 500px) {
  .orb {
    height: 133% !important;
    bottom: -80px;
  }
}

@media screen and (min-width: 370px) and (max-width: 385px) {
  .kurumsal img {
    object-position: 0px -25px;
  }

  .eTicaret img {
    zoom: 1.5;
    bottom: 65px;
  }

  .logo {
    height: 50px !important;
  }

  .orb {
    height: 125% !important;
    bottom: -50px;
    left: -50px;
  }
}
