@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Protest+Revolution&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  /* background-image: url('../image/bg3.jpg');
    background-repeat: repeat;  */
  background: var(--white);
}
.homepage {
  width: 100vw;
  min-height: calc(100vh - 58rem);
  padding-top: 10rem;
  position: relative;
}

.homepage {
  width: 100vw;
  min-height: calc(100vh - 58rem);
  padding-top: 10rem;
  position: relative;
}

.banner {
  width: 100%;
  max-height: 50rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.banner::after {
  content: "MEVLİD VE ÖZEL GÜNLER";
  letter-spacing: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 50px));
  color: var(--white);
  font-size: 7rem;
  text-align: center;
  width: calc(100%);
  box-sizing: border-box;
  z-index: 2;
}

.banner img {
  width: 100%;
  object-fit: cover;
}
.info {
  margin: 15rem auto;
  width: 100rem;
  color: var(--text);
  padding: 2rem;
  max-width: 100%;
}

.info h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.5rem;
  font-size: 2.8rem;
  text-align: center;
}
h3 {
  font-family: "Montserrat", sans-serif;
}
.info h4 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: left;
}
.twin-texts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 10rem;
}

.twin-2 {
  flex: 1;
  padding: 1rem;
  box-sizing: border-box;
}
.twin-2 h2 {
  font-weight: 500;
}
.twin-2 h4 {
  text-align: center;
}

.row {
  display: flex;
}

.column-3 {
  flex: 0 0 33%;
  width: 33%;
}
.color-cell {
  background: var(--gray) !important;
}
.item {
  height: 48rem;
  background: var(--black);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.item .text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: var(--white);
  padding: 2rem;
}
.item .text-content .icon-box {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 11rem;
  width: 11rem;
}

.item .text-content .icon-box img {
  width: 100%;
  object-fit: cover;
}
.item .img-box {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
}

.item .img-box img {
  width: 100%;
  object-fit: cover;
}
.item h1 {
  margin-top: 2rem;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.5rem;
}
.item h3 {
  margin-top: 2rem;
  font-weight: 300;
  font-size: 1.7rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 940px) {
  .row {
    flex-direction: column;
  }
  .item {
    border: 1px solid var(--white);
  }
  .column-3 {
    flex: 0 0 100%;
    width: 100%;
  }
  .twin-texts {
    flex-direction: column;
  }
  .twin-2 {
    border: none !important;
  }
  .banner::after {
    content: "MEVLİD VE ÖZEL GÜNLER";
    font-size: 3rem;
  }
  .two-column-mother {
    flex-direction: column;
  }
  .two-column {
    width: 100% !important;
  }
}

@media screen and (max-width: 710px) {
  .homepage {
    padding-top: 86px;
  }
  .banner {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .banner img {
    width: 100%;
  }
  .info {
    margin-top: 5rem;
  }
}

/* 
.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1); 
    z-index: 1; 
} */

.two-column-mother {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  gap: 10px;
  margin-bottom: 100px;
}

.two-column {
  width: 48%;
  flex: 0 0 48%;
  padding: 1rem;
}

.two-column h2 {
  margin: 10px;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.5rem;
}
