*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-family: "Inter", serif;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.container {
  width: 100%;
  display: flex;
}

.sol {
  font-family: "Inter", sans-serif;
  width: 40%;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 4.86vw;
  font-weight: 100;
  color: #333333;
}

.cetele {
  font-family: "Lato", sans-serif;

  font-weight: 900;
}

.sag {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3vw;
}

.paket {
  width: 100%;
  background-color: #f4f4f4;
  height: 8.45vw;
  margin-bottom: 3vw;
  border-radius: 0.69vw;
  padding-left: 3vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.paket-sol {
  font-family: "Lato", sans-serif;
  font-size: 1.38vw;

  color: #8a8a8a;
  width: 60%;
}

.paket-sag {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paket-button {
  width: 15.68vw;
  height: 3.9vw;
  background-color: #fec90b;
  font-size: 1.77vw;
  border-radius: 0.69vw;
  font-weight: 900;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.sosyal-paylas {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paylas-1 {
  font-family: "Inter", sans-serif;
  width: 22.01vw;
  height: 5.27vw;
  background-color: #c4a250;
  border-radius: 0.69vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.11vw;
  font-weight: 200;
  margin-right: 1vw;
  color: #333333;
}

.sosyalspan {
  font-weight: 900;
}

.copyright {
  text-align: center;
}

@media (max-width: 800px) {
  .container {
    flex-direction: column;
    align-items: center;
  }

  .sol {
    width: 100%;
    height: auto;
    font-size: 9.86vw;
    padding: 9vw;
  }

  .sag {
    width: 80%;
  }

  .paket {
    height: 17.45vw;
  }
  .paket-button {
    width: 30.68vw;
    height: 9.9vw;
    margin-right: 4.1vw;
    font-size: 2.77vw;
  }

  .paket-sol {
    font-size: 1.99vw;
  }

  .paylas-1 {
    width: 39.01vw;
    height: 9.27vw;
    font-size: 1.91vw;
    font-weight: 400;
  }

  .sosyal-paylas {
    margin-top: 5vw;
  }

  .sosyal-medya {
    margin-top: 9vw;
  }
}
