.logo {
  width: 80%;
  margin-top: 60px;
  margin-bottom: 25px;
  object-fit: contain;
}

.coding {
  width: 40% !important;
}

.modahayat {
  width: 25% !important;
}

.tiyatronet {
  width: 50% !important;
}

.marjinal {
  width: 50% !important;
}

.dashmon {
  width: 65% !important;
}

.slash {
  width: 60% !important;
}

.description {
  text-align: center;
  width: 90%;
  font-size: 15px;
  line-height: 25px;
}

.website {
  margin-top: 20px;
  font-size: 15px;
  text-decoration: underline;
}

.role {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Brandon Grotesque Medium';
}

.title {
  margin-top: 30px;
  font-size: 19px; 
  font-family: 'Brandon Grotesque Medium';
  margin-bottom: 5px;
  color: var(--theme-color);
}

.image-box {
  display: flex;
  justify-content: center;
  align-items: center;

  transition: 0.4s;
}


.image-field {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  margin-top: 20px;
}

.detail-image {
  margin-top: 20px;
  margin-bottom: 40px;
  width: 90%;
}

.popup-image {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;

  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
}

.popup-image img {
  width: 95%;
  height: 90%;
  object-fit: contain;
  margin-top: 0;
}

.popup-image span {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 50px;
  cursor: pointer;
}

.search {
  cursor: pointer;
  display: none;
}

.phone {
  width: 70% !important;
  margin-top: 20px;
}

@media(min-width:600px){


  .coding {
    width: auto !important;
  }

  .modahayat {
    width: auto !important;
  }

  .tiyatronet {
    width: auto !important;
  }

  .marjinal {
    width: auto !important;
  }

  .dashmon {
    width: auto !important;
  }

  .slash {
    width: auto !important;
  }

  .logo {
    width: 300px;
    margin-top: 80px;
    margin-bottom: 20px;
    object-fit: contain;
  }
  
  .description {
    text-align: center;
    width: 700px;
    font-size: 18px;
    line-height: 30px;
  }

  .website {
    margin-top: 40px;
    margin-bottom: -20px;
    font-size: 18px;
    text-decoration: underline;
  }

  .description:nth-child(8){
    width: 900px;
  }
  
  .role {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  
  .title {
    margin-top: 60px;
    font-size: 24px;
    margin-bottom: 5px;
    color: var(--theme-color);
  }
  
  .image-field {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    
    max-width: 1300px;
    margin-top: 60px;
  }

  .detail-image {
    margin-top: 20px;
    width: 350px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    cursor: pointer;
  }

  .image-box {
    width: 33%;
    margin-bottom: 20px;
  }

  .image-box:hover {
    opacity: 0.6;
  }

  .search {
    margin-top: 10px;
    width: 50px;
    position: absolute;
    display: none;
    z-index: 999;
  }

  .image-box:hover .search {
    display: block !important;
  }

  .phone-field {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }




  .phone {
    width: 200px !important;
  }
  .popup-image {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
  }
  
  .popup-image img {
    width: 90%;
    height: 90%;
    object-fit: contain;
    margin-top: 0;
  }
  
  .popup-image span {
    font-size: 60px;
  }
}