
@import url("footer.css");
@media only screen and (min-width: 1200px) {
@font-face {
  font-family: "VistolSans-Black";
  src: url("../fonts/VistolSans-Black.otf") format("opentype");
  font-stretch: normal;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "VistolSans-Bold";
  src: url("../fonts/VistolSans-Bold.otf") format("opentype");
  font-stretch: normal;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "VistolSans-ExtraBold";
  src: url("../fonts/VistolSans-ExtraBold.otf") format("opentype");
  font-stretch: normal;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "VistolSans-Light";
  src: url("../fonts/VistolSans-Light.otf") format("opentype");
  font-stretch: normal;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "VistolSans-Medium";
  src: url("../fonts/VistolSans-Medium.otf") format("opentype");
  font-stretch: normal;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "VistolSans-Regular";
  src: url("../fonts/VistolSans-Regular.otf") format("opentype");
  font-stretch: normal;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "VistolSans-SemiBold";
  src: url("../fonts/VistolSans-SemiBold.otf") format("opentype");
  font-stretch: normal;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "VistolSans-Thin";
  src: url("../fonts/VistolSans-Thin.otf") format("opentype");
  font-stretch: normal;
  font-weight: normal;
  font-style: normal;
}

html {
  overflow-x: hidden;
  width: 100vw;
  height: 100%;
  margin: 0;
  padding: 0;
}
/* Smooth Scrolling */
html::-webkit-scrollbar {
  width: 8px;
}

html::-webkit-scrollbar-track {
  background: #7c439a;
}

html::-webkit-scrollbar-thumb {
  background: #c3d940;
  border-radius: 4px;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "VistolSans-Regular", sans-serif;
  color: #292929;
  background: radial-gradient(ellipse, #ffffff, #f4f4f4);
}

/* atolye-anasayfa */

.atolye-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.atolye-title h2 {
  font-family: "VistolSans-Black", sans-serif;
  font-weight: 800;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7a599a;
  margin: 0;
  padding: 3px 0;
}
.atolye-title .ust_p {
  font-family: "VistolSans-Light", sans-serif;
  font-weight: 300;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #505050;
  letter-spacing: 0.08em;
  margin: 0;
}
.atolye-info {
  font-family: "VistolSans-Regular", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #585858;
  text-align: center;
  margin: 2% auto;
  max-width: 700px !important;
}
.atolye-btn {
  font-family: "VistolSans-ExtraBold", sans-serif;
  font-weight: 800;
  font-size: 14px;
  background-color: #c3d940;
  border: #fff;
  color: #fff;
  border-radius: 15px;
  width: 15% !important;
  margin: 2% auto;
  padding: 3px 10px;
  transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.atolye-btn:hover {
  background-color: #7a599a; /* Hover sırasında arka plan rengini değiştirir */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Hover sırasında gölge ekler */
  transform: translateY(0) scale(1.1); /* Hover sırasında biraz büyütür */
}
/* .moon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  z-index: 2;
}
.moon img {
  width: auto;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
  margin: 0 auto;
} */
/* atolye-anasayfa */

/* purple-area */
/* .ay {
  margin: 0 auto;
  display: flex;
  top: -87px;
  position: relative;
  z-index: 3;
} */
/* .purple-area {
  background-color: #5f338a;
  min-height: 100vh;
  z-index: 1;
  position: relative;
}
.yildiz {
  position: relative;
  z-index: 2;
  margin: 0 3rem;
  padding: 0 3rem;
} */
.full {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  /* margin-bottom: -345px; */
}
/* .bg {
  width: 50%;
  height: 35%;
  position: absolute;
  left: 25%;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
}
.bg::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(95, 51, 138, 0.5);
} */
}