@font-face { font-weight: 400; font-family: 'SpaceMono'; src: url('../../assets/fonts/SpaceMono-Regular.ttf') format('truetype'); font-style: normal; font-display: swap }
@font-face { font-weight: 600; font-family: 'SpaceMono'; src: url('../../assets/fonts/SpaceMono-Bold.ttf') format('truetype'); font-style: normal; font-display: swap }

*{
  font-family: "SpaceMono"!important;
  color: #333333;
  letter-spacing:-2px;
}

.whatWeDo li:nth-child(2), .whatWeDo li:nth-child(5), .coworking li:nth-child(2), .coworking li:nth-child(5){
  margin: 0 19px;
}

.whatWeDo li{
  margin-bottom: 20px!important;
  border: 1px solid #000000;
  width: 414px;
  padding: 16px;
}
.coworking li{
  margin-bottom: 20px!important;
  width: 414px;
}
.wrap{
  width: 1300px;
  margin: 0 auto;
}

html {
  scroll-behavior: smooth;
}


button {
  padding: 10px 20px;
  border: none;
  background-color: #007bff;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
button:hover {
  background-color: #0056b3;
}
.vex.vex-theme-wireframe .vex-content {
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  padding: 20px!important;
  width: 731px!important;
  background: white;
  font-family: Arial, sans-serif;
}
.vex.vex-theme-wireframe .vex-dialog-button-primary {
  background-color: #007bff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  margin-top: 15px;
}
.vex.vex-theme-wireframe .vex-dialog-button-primary:hover {
  background-color: #0056b3;
}
/* Forma elementleri üçin stiller */
.inquiry-form h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.inquiry-form .button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}
.inquiry-form .button-group label {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #000;
  border-radius: 20px;
  cursor: pointer;
  font-size: 20px;
  background: none;
  transition: background-color 0.2s ease;
}
.inquiry-form .button-group label:hover {
  opacity: 0.8;
}
.inquiry-form .button-group input[type="checkbox"] {
  display: none;
}
.inquiry-form .button-group input[type="checkbox"]:checked + label {
  background-color: #22E500;
}
.inquiry-form input[type="text"],
.inquiry-form input[type="email"],
.inquiry-form textarea {
  width: 100%;
  padding: 8px 0!important;
  margin: 10px 0;
  border-bottom: 1px solid black!important;
  border-top: none!important;
  border-left: none!important;
  border-right: none!important;
  border-radius: 0;
  font-size: 20px;
}
.inquiry-form textarea {
  height: 80px;
  resize: vertical;
}
.inquiry-form .send-button {
  display: flex;
  justify-content: flex-end;
}
.inquiry-form .send-button button {
  background-color: white;
  color: #333333;
  font-weight: 400!important;
  font-size: 58px!important;
  padding: 0!important;
  margin: 10px 0!important;
  letter-spacing:-2px!important;
}
.inquiry-form .send-button button:hover {
  color: black!important;
}
.dark .inquiry-form .send-button button:hover {
  color: white!important;
  opacity: .7;
}
.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input{
  margin-bottom: 0!important;
}

.dark .vex-content{
  background-color: black!important;
  color: white!important;
  border-color: white!important;
}
.dark .inquiry-form, .dark .inquiry-form .button-group label{
  color: white!important;
}

.dark .inquiry-form .button-group label{
  border-color: white;
}
.dark .formItems label, .dark .inquiry-form > label{
  color: white!important;
}
.dark .formItems input, .dark textarea{
  border-color: white!important;
  background: black!important;
}
.dark .vex-dialog-button{
  background: black!important;
  color: white!important;
}
.dark .vex-close::before{
  color: white!important;
}

.dark .formItems input::placeholder, .dark textarea::placeholder{
  color: #808080!important;
}

.dark .formItems input,
.dark textarea {
  color:white !important;
}

@media (max-width: 1023px) {
  .wrap{
    width: 90%;
    margin: 0 auto;
  } 
  .whatWeDo li:nth-child(2), .whatWeDo li:nth-child(5), .coworking li:nth-child(2), .coworking li:nth-child(5){
    margin: 0px;
  }
  .whatWeDo ul{
    font-size: 16px!important;
  }
  .whatWeDo li img{
    height: 200px!important;
  }
  .whatWeDo li p:nth-child(2){
    height: 78px!important;
    letter-spacing: -1px;
  }
  .whatWeDo li{
    margin-bottom: 20px!important;
    border: 1px solid #000000;
    width: 414px;
    padding: 16px;
  }
  .coworking li{
    margin-bottom: 20px!important;
    width: 414px;
  }
  .inquiry-form .button-group label {
    font-size: 14px!important;
  }
  .inquiry-form .send-button button {
    font-size: 36px!important;
  }
  .vex.vex-theme-wireframe .vex-content {
    width: 90%!important;
  }
  .inquiry-form .button-group {
    margin-bottom: 16px!important;
    gap:14px 5px;
  }
}