@import url('https://fonts.googleapis.com/css2?family=Averia+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Gothic&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  letter-spacing: 1.5px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: rgb(0, 0, 0);
  
}
.header {
  position: fixed;
  top: -250px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: transparent;
  z-index: 1000;
  transition: top 2s ease, background-color 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
}

.header.scrolled {
  background-color: rgba(0, 0, 0, 0.6);

  .headerLogo {
    transform: scale(0.8);
  }

}

.header.top {
  background-color: transparent;
  opacity: 1;
}

.headerLogo {
  width: 10%;
  height: 90%;
  position: absolute;
  transition: all 0.7s ease;
  z-index: 5;
  cursor: pointer;
}

.headerLogo:hover {
  transform: scale(1.1);
}

nav {
  display: flex;
  transition: background-color 0.3s ease;
  width: 100vw;
  height: 13vh;
  overflow: hidden;
  justify-content: space-evenly;
  align-items: center;
}

nav:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

nav .ulSide1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  text-align: center;
  width: 50vw;
  height: 100%;
  gap: 20px;
}

nav .ulSide3 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  text-align: center;
  width: 50vw;
  height: 100%;
  gap: 20px;
}

nav .ulSide2 {
  height: 100%;
  width: 20vw;
}

nav ul li {
  display: flex;
  list-style: none;
  margin: 0px 20px;
  align-items: center;
  justify-content: center;
}

nav ul li a {
  color: #ffffff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 20px;
  padding: 5px 10px;
  position: relative;
  font-family: 'Nimbus Sans L', sans-serif;
  font-weight: 600;
  font-style: normal;
  cursor: pointer;
  transition: transform 0.3s ease;
}

nav ul li a:hover {
  transform: scale(1.1);
}


.bggg {
  display: flex;
  justify-content: center;
  align-content: center;
}

.bggg .backroundimg2 {
  position: absolute;
  opacity: 1;
  z-index: -2;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  opacity: 0.7;

}

.container {

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 80px;
  height: 100vh;
  width: 100vw;
  -webkit-box-shadow: inset 0px -186px 167px -23px rgba(0, 0, 0, 1);
  -moz-box-shadow: inset 0px -186px 167px -23px rgba(0, 0, 0, 1);
  box-shadow: inset 0px -186px 167px -23px rgba(0, 0, 0, 1);

}

.container p {
  font-size: 100px;
  color: white;
  font-weight: bold;
  opacity: 1;
}

#scrollToTop {
  position: fixed;
  /* Sabit konumda kalır */
  bottom: 25px;
  /* Sayfanın altından 20px yukarıda */
  right: 25px;
  /* Sayfanın sağından 20px içeride */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  /* Diğer içeriklerin üstünde olması için */
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease;
}

#scrollToTop img {
  width: 24px;
  height: 24px;
  filter: invert(100%);
}

#scrollToTop:hover {
  background: #ff0000;
  transform: scale(1.1);
}



.aracontainer {
  width: 100vw;
  height: 33vh;
  background-image: url(https://res.cloudinary.com/dj21lnm4i/image/upload/v1744294389/my-site-assets/zkbsazgxtazxrrw68ivm.png);
  background-position: center;
  background-size: cover;
  border-top: 3px solid rgb(170, 170, 170);
  border-bottom: 3px solid rgb(170, 170, 170);
}

.aracontainer h1,
h2 {
  font-size: 40px;
  font-weight: 900;
  color: white;
  text-align: center;
  font-family: "Averia Libre", serif;
}

.aracontainer h2 {
  font-size: 30px;
  font-weight: 400;
  color: rgb(82, 15, 15);
}


.aracontainer2 {
  width: 100vw;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: left;
  padding: 0 5vw;
  background-image: url(https://res.cloudinary.com/dj21lnm4i/image/upload/v1744294387/my-site-assets/ghijexogvoyecjz1goys.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  border-top: 3px solid rgb(170, 170, 170);
  border-bottom: 3px solid rgb(170, 170, 170);
}


.aracontainer2 h1,
h2 {
  font-size: 35px;
  font-weight: 900;
  color: white;
  font-family: "Averia Libre", serif;
  display: flex;
  align-items: left;
}

.aracontainer2 p {
  font-size: 20px;
  color: white;
  text-align: left;
  font-family: "Averia Libre", serif;
}

.buyuk {
  font-size: 30px;
  font-family: "Averia Libre", serif;
  font-weight: bold;
}

.textsidearacont2 {
  width: 50vw;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}

.photosidearacont2 {
  width: 50vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: top;
}

.photosidearacont2 img {
  width: 80%;
  height: 50%;
}





.container2 {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
  /* -webkit-box-shadow: inset -10px 103px 96px -32px rgba(0,0,0,1);
-moz-box-shadow: inset -10px 103px 96px -32px rgba(0,0,0,1);
box-shadow: inset -10px 103px 96px -32px rgba(0,0,0,1); */

}

.topside {
  width: 100vw;
  height: 5%;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0 20vw;


}

.topside p {
  font-size: 50px;
  letter-spacing: -3px;
  font-weight: bold;
  color: white;
  overflow: hidden;
}

.card-container {

  display: flex;
  align-items: top;
  justify-content: center;
  gap: 85px;
  width: 100vw;
  height: 54vh;
  padding: 0 80px;
  overflow: hidden;
  margin-left: 20px;
}

.card1 {
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  flex-direction: column;
  border-radius: 20px; 
  text-align: center;
  max-width: 18vw;
  transform: rotate(-4.5deg);
  
}

.card2 {
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  flex-direction: column;
  /* background-color: rgba(0, 0, 0, 0.234); */
  /* backdrop-filter: blur(10px); */
  border-radius: 20px;
  padding: 0 20px;
  text-align:center;
  /* transition: all 0.3s ease, box-shadow 0.3s ease;
  -webkit-box-shadow: 0px 0px 50px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 50px 15px rgba(0, 0, 0, 0.05); */
  max-width: 18vw;
  transform: rotate(1.2deg);
  padding: 0 20px 0 0px;
}

.card3 {
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  flex-direction: column;
  /* background-color: rgba(0, 0, 0, 0.234);
  backdrop-filter: blur(10px); */
  border-radius: 20px;
  padding: 0 20px;
  text-align: center;
  /* transition: all 0.3s ease, box-shadow 0.3s ease;
  -webkit-box-shadow: 0px 0px 50px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 50px 15px rgba(0, 0, 0, 0.05); */
  max-width: 18vw;
  transform: rotate(4.2deg);
}


.baslik {
  width: 100%;
  height: 13%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;

}

.card1 h3 {
  font-size: 2.25rem;
  color: #ffffff;
}

.card2 h3 {
  font-size: 2.25rem;
  color: #ffffff;
}



.card3 h3 {
  font-size: 2.25rem;
  color: #ffffff;
}

.card1 h2 {
  font-size: 1.05rem;
  color: #ffffff;
  line-height: 2;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  padding: 0 25px;
}
.card1 p{
  font-size: 1.05rem;
  color: #ffffff;
  line-height: 2;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  padding: 0 5px 0 25px;
}

.card2 h2 {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.7;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.card2 p {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  padding-left: 30px;
}
.card2 h4 {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  padding-left: 45px;
}

.card3 h2 {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.6;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.container10 {
  width: 100vw;
  height: 22vh;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.slider10 {
  display: flex;
  position: absolute;
  white-space: nowrap;
  animation: scroll 60s linear infinite;
  height: 22vh;
  justify-content: center;
  align-items: center;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}






.bottomside2 p {
  font-size: 21px;
  letter-spacing: -1px;
  font-weight: 400;
  overflow: hidden;
  color: #fff;
}

.backround2 {
  position: absolute;
  z-index: -1;
  height: 100vh;
  width: 100vw;
  opacity: 0.4;
}

.backround3 {
  image-rendering: crisp-edges; 
  position: absolute;
  object-fit: fill;
  z-index: -10;
  height: 100vh;
  width: 100vw;
  opacity: 0.8;
  /* filter: contrast(105%) brightness(105%) saturate(110%); */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


.backround2 img {
  -webkit-box-shadow: inset 0px 0px 264px 53px rgba(0, 0, 0, 0.95);
  -moz-box-shadow: inset 0px 0px 264px 53px rgba(0, 0, 0, 0.95);
  box-shadow: inset 0px 0px 264px 53px rgba(0, 0, 0, 0.95);
}

.container3 {
  width: 100vw;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgb(0, 0, 0);
}

.topside2 {
  width: 100vw;
  height: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topside2 p {
  font-size: 80px;
  letter-spacing: -3px;
  font-weight: bold;
  overflow: hidden;
  color: #fff;
}

.container4 {
  width: 100vw;
  height: 80vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;

}

.slider-section {
  width: 100vw;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.slider-container {
  display: flex;
  width: 400%;
  /* 4 slider alanı */
  height: 100%;
  transition: transform 0.5s ease;
}

.slider {
  width: 100vw;
  height: 100%;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}

.slider-1 {
  background-image: url(https://res.cloudinary.com/dj21lnm4i/image/upload/v1744294429/my-site-assets/hwgiknfgmdmp6961sv7v.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}


.slider-2 {
  background-image: url(https://res.cloudinary.com/dj21lnm4i/image/upload/v1744294436/my-site-assets/ci5e4c7nsfrlhrgjefvo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-x: 90%;
  background-position-y: 90%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.slider-3 {
  background-image: url(https://res.cloudinary.com/dj21lnm4i/image/upload/v1744294383/my-site-assets/wn8fjbmgs8bao3thpvpm.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  
  align-items: center;
  flex-direction: row;
  padding: 0 5vw;
}

.slider-4 {
  background-image: url(https://res.cloudinary.com/dj21lnm4i/image/upload/v1744294390/my-site-assets/cwlvfak7z00jqmv6bw7r.png);
  background-size: cover;
  background-repeat: no-repeat;
}


.leftsideslider2{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 100%;
}

.slider2textarea{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1vh 2vw;
  border-radius: 30px;
  color: white;
  width: 40vw;
  height: 60vh;
  flex-direction: column;
  gap: 50px;
}

.slider2textarea h1{
  font-size: 40px;
}

.slider2textarea p{
  font-size: 25px;
}

.slider2textarea a{
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  font-weight: bold;
  background-color: #7c2020;
  padding: 10px 20px;
  border-radius: 10px;
  transition: background-color 0.1s ease-in-out;
}
.slider2textarea a:hover{
  background-color: #601717;
}




.ekransideslider1 iframe {
  border-radius: 1px;
  top: 80vh;
}

.ekransideslider1 {
  width: 35vw;
  height: 44.5vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  /* background-color: #ff00003f; */
  transform: rotate(.1deg);
  margin-left: 49.7vw;
}

.rightsideslider1 {
  width: 41vw;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  /* background-color: #ff0000; */
  padding: 10vh 0 0 0;
}

.rightsideslider1 .textareaslider1 {
  color: white;
  background-color: #000000ab;
  border-radius: 40px;
  padding: 1vw 2vw;
  width: 32vw;
  height: 60%;

}

.textareaslider1 h1 {
  font-weight: bold;
  font-size: 30px;
  text-align: left;
  margin: 30px 0;
}

.textareaslider1 p {
  font-weight: normal;
  font-size: 18px;
  text-align: left;
}

.bolder {
  font-weight: bold;
}

.slider3textarea{
  width: 30vw;
  height: 35%;
  background-color: rgba(0, 0, 0, 0.609);
  border-radius: 20px;
  padding: 2vw;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.slider3textarea h1{
  color: white;
  font-size: 50px;
  font-weight: bold;
}

.slider3textarea p{
  color: white;
  font-size: 20px;
  font-weight: 400;
  margin-top: 5px;
}

.slider3textarea a{
  color: rgb(255, 255, 255);
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px;
  max-width: 200px;
  background-color: rgb(0, 149, 246);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  letter-spacing: -1px;
  margin-top: 30px;
  transition: background-color 0.1s ease;
}

.slider3textarea a:hover{
  background-color: rgb(24, 119, 242);
}



.slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  z-index: 10;
}

.slider-button.left {
  left: 10px;
}

.slider-button.right {
  right: 10px;
}






.contactus {
  width: 100vw;
  height: 55vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.contactus img {
  width: 20vw;

}

.contactus p {
  color: white;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  letter-spacing: -.5px;

}






.cont5bg {
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  filter: blur(7px);
  opacity: 0.5;
}



/*FOOTER*/
footer {
  width: 100vw;
  height: 33vh;
  /* background-color: #222222; */
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /* background-image: url(/photos/footeriçin.png); */
  background-position: top;
}

.footer-content {
  display: flex;
  width: 70vw;
  flex: 1;
  padding: 20px;
  justify-content: space-between;
}

.footer-section {
  flex: 1;
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 10px;
}


.footer-section img {
  width: 210px;
}

.footer-section h3 {
  margin-bottom: 10px;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
}

.footer-section p {
  font-size: 15px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 5px;
}

.footer-section ul li a {
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-section ul li a:hover {
  font-weight: bold;
}

.footer-section .large-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.footer-section .large-logo img {
  max-width: 100%;
  max-height: 100%;
}

.social-icons1 {
  display: flex;

  align-items: left;
  flex-direction: row;
  padding: 10px 0;
  gap: 60px;
}

.social-icons2 {
  display: flex;
  align-items: left;
  flex-direction: row;
  padding: 10px 0;
  gap: 60px;
}

.social-icons1 img {
  width: 60px;
  height: 60px;
  margin: 0 10px;
  cursor: pointer;
}

.social-icons2 img {
  width: 60px;
  height: 60px;
  margin: 0 10px;
  cursor: pointer;
}

.discordimg{
  padding: 20px;
}

.copyright {
  text-align: center;
  padding: 10px;
  background-color: #222;
  font-size: 0.8rem;
  width: 100vw;
}

.bize-ulas{
  color: blueviolet;
}
@media (max-width:2047px){
  .card1 h2, .card1 p, .card2 h2, .card2 p, .card2 h4, .card3 h2{
    font-size: 0.7rem;
  }
  .baslik{
    padding: 0;
  }
  .card-container{
    height: 65vh;
  }
  .card1, .card2, .card3{
    max-width: 21vw;
  }
  .card1 {
    margin-left: 15px;
  }
  .card-container{
    margin-left: 0;
    margin-top: 160px;
    gap: 10px;
  }
  .aracontainer2{
    height: 75vh;
  }
  .textareaslider1 p{
    font-size: 0.9rem;
  }
  .rightsideslider1 .textareaslider1{
    height: 78%;
  }
  .textareaslider1 h1{
    font-size: 1.5rem;
  }
  .slider3textarea{
    height: 50%;
  }
  .ekransideslider1 iframe{
    height: 300px;
    width: 550px;
  }
  .footer-section{
    padding: 0 15px;
  }
  .footer-section p{
    font-size: 0.8rem;
  }
}

.mobile-logo{
  max-width: 200px;
  padding-top: 300px;
}

.mobile-block{
  text-align: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  color: white;
  justify-content: center;
  align-items: center;
  font-size: clamp(2rem, 0.571rem + 3.81vw, 4rem);
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
}

@media (max-width:1300px) {
  .mobile-block{
    display: flex;
    flex-direction: column;
  }
  .header, .container, .container2, .container3, .footer-content, #scrollToTop{
    display: none;
  }
}