*{
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
}



body {
  box-sizing: border-box;
  margin: 0;
  background-color: #000;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  outline: none;
  overflow-x: hidden;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}

body::-webkit-scrollbar{
  display: none;
}

p {
  font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

button{
  border: none;
  border-radius: 10px;
}

header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 10vh;
  position: absolute;
  top: 50px;
  z-index: 999;
  right: 0;
}

ul{
  width: 350px;
  height: 125px;
  background-color: none;
  border: 1px solid white;
}

a{
  text-decoration: none;
  color: inherit;
}

a:active, a:hover, a:visited{
  color: inherit;
}

.swiper-container {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.slider-content {
  width: 80%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  width: 100%;
  height: 100vh;
}

.topSlide1 .slider-content{
  top: 46%;
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#topslide21, #topslide22, #topslide31, #topslide32{
  font-size: 5em;
}

.slide1Footer{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
  font-size: 1.55em;
  margin-top: 3%;
}

.slide1Footer > button{
  margin-top: 2%;
  width: 248px;
  height: 72px;
  font-size: 1.01em;
  cursor: pointer;
}


#firstTextLine{
  font-weight: 100;
  margin-bottom: 0.3%;
}


.slider-text button {
  background-color: #fff;
  color: #000;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#topSlide1Button{
  transition: border 0.7s, opacity 0.5s;
  border: 1px solid rgba(0, 0, 0, 0.103);
}
#topSlide1Button:hover {
  opacity: 0.75;
  border: 1px solid rgba(0, 0, 0, 0.753);
}
#topSlide2Button{
  transition: border 0.7s, opacity 0.5s;
  border: 1px solid rgba(0, 0, 0, 0.103);
  border-radius: 15px;
  width: 248px;
  height: 72px;
  font-size: 1.4em;
  margin-top: 80px;
}
#topSlide2Button:hover {
  opacity: 0.75;
  border: 1px solid rgba(0, 0, 0, 0.753);
}
#topSlide3Button{
  transition: border 0.7s, opacity 0.5s;
  border: 1px solid rgba(0, 0, 0, 0.103);
  border-radius: 15px;
  width: 248px;
  height: 72px;
  font-size: 1.4em;
  margin-top: 80px;
}
#topSlide3Button:hover {
  opacity: 0.75;
  border: 1px solid rgba(0, 0, 0, 0.753);
}

.swiper-slide h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.topSlide2 > .slider-content > .slider-text{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-around;
}

.topslide2text, .topslide3text{
  width: 47%;
  font-size: 1.6em;
  margin-top: 1%;
  line-height: 30px;
}

.topSlide3 > .slider-content > .slider-text{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-around;
}



.search-bar {
  position: absolute;
  right: 160px;
  z-index: 1001;
  border-radius: 25px;
}

.search-bar input {
  padding: 8px;
  border-radius: 25px;
  background-color: transparent;
  color: #fff;
  text-align: center;
  font-size: 18px;
  border: 1px solid rgba(255, 255, 255, 0.146);
  transition: 1.2s;
}
.search-bar input[type="text"] {

  border-radius: 25px; /* Kenarları oval yapar */
  background-color: transparent; /* Arkaplanı şeffaf yapar */
  color: #fff; /* Metin rengini beyaz yapar */
  text-align: center; /* Metni ortalar */
  position: relative; /* Görsel için konum belirlemek için */
}

.search-icon {
  position: absolute; /* Görseli konumlandırmak için */
  top: 50%; /* Dikeyde simgeyi ortalar */
  left: 10px; /* Soldan 10 piksel uzaklık */
  transform: translateY(-50%); /* Dikeyde simgeyi ortalar */
  width: 25px; /* İkonun genişliğini ayarlar */
  height: auto; /* Otomatik yükseklik ayarı */
  margin-left: 10px;
}

/* Arama Çubuğu İçindeki Metin Rengi */
.search-bar input[type="text"]::placeholder {
  color: #fff; /* Arama kutusundaki metin rengini beyaz yapar */
}



.language-selector {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 80px;
  z-index: 1001;
  transition: 1.2s;
}

#language {
  background-color: transparent;
  color: #fff;
  padding: 12px 12px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.146);
  border-radius: 50%;
  appearance: none;
  transition: 1.2s;
}

#language option {
  background-color: #000;
  color: #fff;
}

#language:hover, .search-bar > input:hover{
  border: 1px solid white;
}



h1 {
  margin: 0;
  color: #fff;
}

.n75Main{
  font-size: 14em;
  font-weight: 900;
  text-shadow: 5px 5px 50px rgb(255, 255, 255);
  line-height: 1em;
  margin-bottom: 2%;
}

#slide1WelcomeHeader{
  font-size: 3.2rem;
  font-weight: 100;
  font: montserrat-extra-light;
  color: rgba(255, 255, 255, 0.877);
}



#menu {
  width: 350px;
  height: 500px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-top-left-radius: 45px;
  top: 5%;
  left: 4%;
  list-style: none;
  padding: 20px;
  margin: 0;
  background-color: black;
  color: #fff;
  z-index: 9991;
}

.menuPreLine{
  width: 30px;
  height: 3px;
  background-color: white;
  margin-right: 20px;
}

#menu li{
  margin: auto;
  margin-top: 10px;
  font-size: 1.5em;
  width: 100%;
  border-bottom: 1px solid white;
  transition: 0.3s;
  cursor: pointer;

}

#menu li:last-child{
  border: none;
}

#menu li:hover{
  color: #BA2649;
}

#menu > li > a{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 24px;
}

.menu-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  cursor: pointer;
  position: absolute;
  left: 80px;
  z-index: 1342;
  background-color: black;
  border: none;
  border-radius: 35px;
  filter: invert();
}

.menuPopUpActive .bar:nth-child(1){
  transform: rotate(45deg) translate(6px, 2px);
}

.menuPopUpActive .bar:nth-child(2){
  display: none;
}

.menuPopUpActive .bar:nth-child(3){
  transform: rotate(-45deg) translate(2px, -1px);
}


#servicesText {
  letter-spacing: 0.4em;
  margin-bottom: 3%;
  font-size: 2em;
  margin-top: 20%;
}
#servicesSubText {
  width: 50%;
  font-size: 0.9em;
  font: montserrat-extra-light;
  color: rgba(255, 255, 255, 0.74);
}

.main-r-text { 
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 1.3em;
  font-weight: extra-light;
  margin: 30px 0;
  margin-top: 70px;
  margin-bottom: 70px;
}

.Icon4TopText{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15%;
  text-align: center;
  font-size: 1.6em;
}

.bar {
  height: 3px;
  width: 30px;
  background-color: #fff;
  margin: 3px;
}

.container {
  position: relative;
  width: 100%;
  height: 120vh;
  background-size: cover;
  background-position: center;
}


.icons-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  margin: 5% auto;
  position: relative;
  height: 50vh;
}

.icon {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
}



.icon:hover > img {
  transform: scale(1.19);
  transition: 0.5s;
}

.icon img {
  width: 235px;
  height: 224px;
  transition: 0.5s;
}

.icon h2 {
  margin-top: 7%;
}

.description {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 20px;
  width: 100%;
  height: 100%;
  background-color: black;
}









.sixIconContainer{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.topSixIcons, .bottomSixIcons{
  position: relative;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-transform: uppercase;
  z-index: 1;
}
.topSixIcons{
  margin-bottom: 6%;
}

.sixIcon{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  cursor: pointer;
  transition: .3s;
}

.sixImgTxt{
  position: absolute;
  font-size: 1.6em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sixIcon:hover{
  transform: scale(1.2);
}



.projects{
  width: 100%;
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  overflow: hidden;
}



.membersWrapper{
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  transition: 0.3s ease-in;
  scrollbar-width: none;
  overflow-y: hidden;
  display: flex;
  justify-content: space-between;
  width: 95%;
  gap: 48px;
}

.membersContainer{
  width: 100%;
  height: 670px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}



.projectWrapper{
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  transition: 0.3s ease-in;
  scrollbar-width: none;
  overflow-y: hidden;
  overflow: hidden;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  width: 95%;
  gap: 18px;
}

.projectsContainer{
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  transition: 0.3s ease-in;
  scrollbar-width: none;
  overflow-y: hidden;
  display: flex;
  width: 100%;
  gap: 48px;
}


.projectItem{
  width: 442px;
  height: 645px;
  scroll-snap-align: center;
  margin-left: 3%;
}

.contentCarousel{
  width: auto;
  height: 780px;
  scroll-snap-align: center;
  text-align: center;
}

.projectItem:last-child{
  margin-right: 4%;
}


.projectTop{
  display: flex;
  align-items: end;
  justify-content: baseline;
  position: relative;
  border: 30px;
  height: 500px;
  min-height: 437px;


}

.projectImage{
  width: 445px;
  height: auto;
  min-height: 437px;
  filter: brightness(0.6);
  z-index: 1;
}

.pImageTitle{
  position: absolute;
  margin-left: 8%;
  margin-bottom: 2%;
  line-height: 1em;
  font-size: 3em;
  z-index: 2;
}

.projectBot{
  transform: translateY(-58px);
  width: 436px;
  height: 258px;
  border: 3px solid #FFC700;
  border-radius: 0 0 50px 50px;
  border-top: none;
  z-index: -1;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-around;
}

.pContentText{
  margin-top: 20%;
  margin-left: 9%;
  font-size: 1.2em;
}

.pDetsButton{
  width: 370px;
  height: 70px;
  border-radius: 50px;
  margin-top: 2%;
  font-size: 1.6em;
  font-weight: bold;
  background-color: #FFC700;
  transition: 0.4s;
  cursor: pointer;
}

.pDets2LinerButton{
  margin-bottom: 2%;
}

.pDetsButton:hover{
  opacity: 0.7;
}

.projectPrevButton, .membersButtonPrev{
  cursor: pointer;
  background: none;
  z-index: 2;
  text-align: right;
}

.projectNextButton, .membersButtonNext{
  cursor: pointer;
  background: none;
  z-index: 2;
  text-align: right;

}
.projectNextButton{
  scale: -1;
}


.offerButton{
  margin-top: 1%;
  margin-bottom: 2%;
  width: 248px;
  height: 72px;
  font-size: 1.25rem;
  border-radius: 10px;
}

.secondIconPack, .secondTextPack{
  margin-top: -2%;
}


.sixIconTopText{
  font-size: 3em;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1.4em;
  margin-top: 15%;
  z-index: 9;
}

.backgroundBottom{
  background: url(images/arkaplan2.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 310vh;
  position: absolute;
  z-index: -2;
  opacity: 0.8;
}
/* 
.colorGradient{
  position: absolute;
  opacity: 1;
  height: 100%;
  width: 100%;
  background: linear-gradient(#FFCB00, black);
  filter: blur(230px);
  transform: rotate(90deg) translate(-50%, -50%);
  mix-blend-mode: hard-light;
} */


.show{
  width: 100%;
  height: 101vh;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: black;
  background-size: cover;
  position: absolute !important;
  top: 0px;
  left: 0px;
  z-index: 999; /* Adjust z-index value */
  overflow-y: auto;
  overflow-x: hidden;
}

.hidden{
  opacity: 0;
}

.iconDescriptionContainer{
  width: 100%;
  background-color: black;
  opacity: 1 !important;
  z-index: 999;
}

.iconDescriptionContainer1{
  top: 210vh;
}



.show > button{
  width: 100px;
  height: 100px;
  margin-top: 150px;
  position: absolute;
  background-color: black;
  cursor: pointer;

}

button.nextButton{
  width: auto;
  height: auto;
  margin-top: 650px;
  margin-left: 1200px;
  text-align: right;

}

button.popUpButton{
  position: absolute;
  bottom: 120px;
  text-align: right;
  transition: .3s;

}

.pD-close-button {
  position: absolute;
  top: 100px;
  right: 200px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-size: 36px;
  color: white;
  display: flex;
  align-items: center;
}

.contentD-close-button {
  position: absolute;
  top: 100px;
  right: 200px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-size: 36px;
  color: white;
  display: flex;
  align-items: center; 
}

body.nextButton:hover{
  filter: saturate(1);
}

button.backButton{
  width: auto;
  height: auto;
  color: rgba(255, 255, 255, 0.561);
  font-size: 2rem;
  top: 1%;
  left: 10%;
  display: flex;
  align-items: center;
}

button.nextButtonAdditional{
  width: auto;
  height: auto;
  margin-top: 650px;
  margin-left: 1200px;
  text-align: right;

}

button.backButtonAdditional{
  width: auto;
  height: auto;
  margin-right: 1600px;
  text-align: right;

}

button.hideButtonAdditional{
  text-align: center;
  color: white;
  border: 1px solid white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-left: 1500px;
  margin-top: 100px;
  transition: 0.3s;
}

button.hideButtonAdditional:hover{
  background-color: rgba(255, 255, 255, 0.094);
}

.hide{
  display: none;
}

.body-no-scroll {
  overflow: hidden !important;
}

.close-button {
  position: absolute;
  top: 0px;
  right: 120px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-size: 36px;
  color: white;
  display: flex;
  align-items: center;
  
}

.popUpButton:hover {
  cursor: pointer;
  opacity: 0.7;
}


.close-button:before {
  margin-right: 5px;
  font-size: 128px;
  font-weight: bold; 
}

.next-button {
  position: absolute;
  bottom: 200px;
  right: 80px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-size: 36px;
  color: white;
  display: flex;
  align-items: center;
  text-align: right;

}

.next-button:after {
  margin-left: 5px; 
  font-size: 128px;
  font-weight: bold;
}



.logoSec{
  position: absolute;
  z-index: 999;
  left: 170px;
  font-weight: 900;
  text-shadow: 5px 5px 50px rgb(255, 255, 255);
  cursor: pointer;
}




.close-button2 {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.additional-icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.additional-icons-container .icon {
  z-index: 2;
}

.additional-icons-container .icon img {
  width: 280px;
  height: 280px;
}


.containerCarousel {
  display: flex;
  justify-content: flex-start;
  transition: transform 0.5s ease;
  height: 72vh;
  width: 80%;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  transition: 0.3s ease-in;
  scrollbar-width: none;
  overflow-y: hidden;
  position: relative;
  gap: 10px;

.memberCarouselItem {
    width: 200px;
    height: 100%;
    flex: 0 0 180px;
    border-radius: 0.5rem;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    scroll-snap-align: center;

    &:nth-of-type(1) {
      background: url("images/berk-yaman-tam.png")
        no-repeat 50% / cover;
        background-position: center;
        filter: grayscale(1);        
    }
    &:nth-of-type(2) {
      background: url("images/berk-yaman-tam.png")
        no-repeat 50% / cover;
        background-position: center;
        filter: grayscale(1); 
    }
    &:nth-of-type(3) {
      background: url("images/berk-yaman-tam.png")
        no-repeat 50% / cover;
        background-position: center;
        filter: grayscale(1); 
    }
    &:nth-of-type(4) {
      background: url("images/berk-yaman-tam.png")
        no-repeat 50% / cover;
        background-position: center;
        filter: grayscale(1); 
    }
    &:nth-of-type(5) {
      background: url("images/berk-yaman-tam.png")
        no-repeat 50% / cover;
        background-position: center;
        filter: grayscale(1); 
    }
    &:nth-of-type(6) {
      background: url("images/berk-yaman-tam.png")
        no-repeat 50% / cover;
        background-position: center;
        filter: grayscale(1); 
    }
    &:nth-of-type(7) {
      background: url("images/berk-yaman-tam.png")
        no-repeat 50% / cover;
        background-position: center;
        filter: grayscale(1); 
    }
    &:nth-of-type(8) {
      background: url("images/berk-yaman-tam.png")
        no-repeat 50% / cover;
        background-position: center;
        filter: grayscale(1); 
    }
    &:nth-of-type(9) {
      background: url("images/berk-yaman-tam.png")
        no-repeat 50% / cover;
        background-position: center;
        filter: grayscale(1); 
    }
    &:nth-of-type(10) {
      background: url("images/berk-yaman-tam.png")
        no-repeat 50% / cover;
        background-position: center;
        filter: grayscale(1); 
    }
    &:nth-of-type(11) {
      background: url("images/berk-yaman-tam.png")
        no-repeat 50% / cover;
        background-position: center;
        filter: grayscale(1); 
    }
    &:nth-of-type(12) {
      background: url("images/berk-yaman-tam.png")
        no-repeat 50% / cover;
        background-position: center;
        filter: grayscale(1); 
    }
    &:nth-of-type(13) {
      background: url("images/berk-yaman-tam.png")
        no-repeat 50% / cover;
        background-position: center;
        filter: grayscale(1); 
    }
    &:nth-of-type(14) {
      background: url("images/berk-yaman-tam.png")
        no-repeat 50% / cover;
        background-position: center;
        filter: grayscale(1); 
    }
    &:nth-of-type(15) {
      background: url("images/berk-yaman-tam.png")
        no-repeat 50% / cover;
        background-position: center;
        filter: grayscale(1); 
    }

    .contentCarousel {
      font-size: 1.5rem;
      text-align: center;
      color: #fff;
      display: flex;
      align-items: center;
      padding: 15px;
      opacity: 0;
      flex-direction: column;
      height: 100%;
      justify-content: center;
      transition: opacity 0.5s ease-in-out, transform 0.5s 0.2s;
      visibility: hidden;
      scroll-snap-type: center;

      span {
        display: block;
        font-size: 1.4rem;
      }
    }

    &:hover {
      flex: 0 0 350px;
      filter: grayscale(0);
    }

    &:hover .contentCarousel {
      opacity: 1;
      visibility: visible;
    }
  }
}

.content {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.content h2,
.content p {
  color: #fff;
}

.detail-btn {
  color: #000;
  background-color: #FFC700;
  padding: 18px 190px;
  border-radius: 35px;
  text-decoration: none;
}

.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px;
  font-size: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  cursor: pointer;
  width: 90px;
  height: 50px;
  color: #FFC700;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

.vertical-carousel {
  display: flex;

}

.vertical-carousel-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-height: 810px;
  width: 89%;
  margin-left: 6%;
  overflow: hidden;
  
}

.vertical-carousel-items {
  display: flex;

  align-items: center;
  justify-content: center;
  
}

.vertical-carousel-item {
  width: 208px;
  height: 610px;
  overflow: hidden;
  cursor: pointer;
}

#berkyamanMember{
  width: 208px;
  height: 610px;
}

.vertical-carousel-item img {
  transition: 0.3s ease;
  filter: grayscale(1);  

}
.vertical-carousel-item {
  position: relative; /* Overlay'ın görselin üzerine gelmesi için */
}



.carousel-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; /* Başlangıçta görünmez yapın */
  transition: opacity 0.3s ease; /* Geçiş efekti */
  display: flex;
  align-items: center;
  z-index: 1; /* Diğer içeriklerin üzerine çıkmasını sağlar */
}

.vertical-carousel-item:hover .carousel-item-overlay {
  opacity: 1; /* Farenin üzerine gelindiğinde görünür hale getirin */

}



.carousel-item-overlay h3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white; /* Başlık rengi */
  font-size: 24px; /* Başlık font büyüklüğü */
  text-align: center;
  margin: 0;
}

.vertical-carousel-item:hover:hover #berkyamanMember{
  filter: grayscale(0);
}

.vertical-carousel-item:hover img {
  transition: 0.5s ease; 
  opacity: 1;

}

.prev-btn-vertical,
.next-btn-vertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 80px;
}

.prev-btn-vertical {
  left: 10px;
}

.next-btn-vertical {
  right: 10px;
}

.referans {
  display: flex;
  flex-direction: column;
}
.row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  
}

.rectangle-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  height: auto;
  margin: 3% 0;
}

.rectangle-images img {
  width: auto; 
  height: auto; 
  width: 250px; 
  height: 150px;
  
  margin: 00px 20px;
  border: 1px solid #fff;
  padding: 50px;
  box-sizing: border-box; 
} 




.image-gallery {
  display: flex;
}

.main-image-container {
  flex-grow: 1;
}

.main-image-container img {
  width: 100%;
  max-height: 400px;
}

.sub-images-container {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
}

.gallery-row {
  display: flex;
}

.gallery-row img {
  width: calc(25%);
  max-height: 100px;
}

.gallery-row:last-child {
  justify-content: center;
}

.gallery-row:last-child img {
  width: calc(50%);
  max-height: 100px;
}


.slider-controls {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1; 
}


.control-item {
  width: 20px; 
  height: 20px; 
  background-color: transparent; /* Arkaplan rengini şeffaf yapın */
  border: 2px solid #fff; /* Kenarlık ekleyin */
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer; 
}

.control-item.active {
  background-color: #fff; /* Seçili olanın arkaplan rengini beyaz yapın */
}



.control-item:hover {
  background-color: #ccc;
}


.res-button {
  background-color: #FFC700;
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.res-button:hover {
  background-color: #ffd700; 
}


.image-caption {
  position: absolute;
  bottom: 90px; 
  left: 30px; 

  padding: 10px; 
}

footer {
  position: relative;
}

footer > div > p {
  margin-top: 3%;
}
.footer-text {
  position: absolute;
  bottom: 10px; 
  right: 100px; 
}

.footer-icons {
  margin-top: 3%; /* İstediğiniz miktarda boşluk bırakabilirsiniz */
  display: flex;
  justify-content: center;
}

.footer-icons img {
  margin: 0 5px; /* İstediğiniz miktarda boşluk bırakabilirsiniz */
}

.main-f-text {
  text-align: center;
  font-size: 44px;
  font-weight: bold;
  margin: 30px 0;
  padding-top: 100px;
}

.image-container{
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: baseline;
}

.image-container img {
  width: 500px; 
  height: auto;
  margin-left: 25%;
}
.image-containerAdditional img {
  width: 500px; 
  height: auto;
  margin-left: 70px;
  margin-top: 180px;
}

.text-container {
  float: right;
}

.description-content {
  flex-grow: 1;
  max-width: 300px;
  height: 650px;
  overflow-y: scroll;
  overflow-x: hidden; 
  padding-left: 100px;
  padding-right: 100px;
  font-size: 19px;
  
}
.description-contentAdditional {
  flex-grow: 1;
  max-width: 500px;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden; 
  padding-left: 200px;
  padding-right: 100px;
}

.description-content::-webkit-scrollbar {
  width: 10px;
  bottom: 200px;
}

.description-content::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5); 
  border-radius: 5px; 
}




/* Your existing CSS styles here */

/* Adjustments for screens with a maximum width of 992px */


.projectDescription{
  display: none;
  height: 100vh;
}

.memberShowClass{
  width: 100%;
  height: 100vh;
  background-color: black;
  position: absolute;
  left: 0;
  z-index: 999;
  display: block !important;
}

.descriptionWrapper{
  width: 60%;
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.projectDescriptionContext{
  width: 55%;
  height: 100%;
}

.pDNextButton{
  background: none;
  cursor: pointer;
  font-size: 2rem;
  color: white;
  font-weight: bold;
  z-index: 999;
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: center;
  position: absolute;
  right: 10%;
  bottom: 10%;

}

.pDBackButton{
  color: #515151;
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 10%;
  left: 10%;

}
.pDContextTop{
  width: 95%;
  height: 175px;
}

.pDetailTitle{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6em;
  padding-top: 10px;
  padding-left: 15px;
  z-index: 999;
  position: relative;
}

.pDetailMemberLinks{
  width: 100%;
  height: 46%;
  border-top: 1px solid rgba(255, 255, 255, 0.427);
  display: flex;
  flex-wrap: wrap;
  padding: 10px 15px 0 15px;
  margin-bottom: 15px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.pDetailMemberLink{
  border: none;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pDetailMemberCard{
  background-color: grey;
  display: flex;
  
  align-items: center;
  width: max-content;
  margin-right: 10px;
  margin-top: 5px;
  border: none;
  border-radius: 50px;
  padding: 3px 10px;
  height: 30px;
  text-align: left;
  transition: 0.3s;
}

.pDetailMemberCard:hover {
  cursor: pointer;
  opacity: 0.8;
}

.pDetMemberIcon{
  margin-right: 10px;
}

.pDContextMid{
  border-top: 1px solid rgba(255, 255, 255, 0.427);

  width: 100%;
  height: 44%;
  padding: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 1.1em;
  overflow: auto;
}

.pDContextMid::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  transition: .2s;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  cursor: pointer;
  }
  ::-webkit-scrollbar-track {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb {
  background: rgb(255, 255, 255);  
  border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
  background: white;  
  }

.contextPDetail{
  scroll-behavior: smooth;
  width: 95%;
}

.pDContextBot{
  border-top: 1px solid rgba(255, 255, 255, 0.427);
  width: 100%;
  height: 15%;
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
}

.pDetailProjectLinks > h2{
  margin-bottom: 3%;
}
.pDetailProjectLinks{
  width: 100%;
  padding: 15px;

}

.projectlinks{
  float: left;
  margin-right: 7%;
}


.projectDescriptionGallery{
  width: 40%;
  height: 95%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pGalleryButtons{
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pGalleryButtons > button{
  background: none;
  cursor: pointer;
  transform: scale(0.5);
}
.pGalleryButtons > button:last-child{
  transform: rotate(180deg) scale(0.5);
}

.pDGallerySubImage{
  opacity: 0.6;
  cursor: pointer; 
}


.pDGallerySubWrapper, .pDGallerySub{
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  transition: 0.3s ease-in;
  scrollbar-width: none;
  overflow-y: hidden;
  display: flex;
  align-items: center;
  justify-content: baseline;
  width: 100%;
}

.pDGallerySubWrapper{
  transition: .3s;
  width: 100%;
  gap: 22px;

}

.activePDGallerySub, .pDGallerySubImage:hover{
  opacity: 1;
}


.pDGalleryItem > img{
  width: 100%;

 
}

.pDGalleryItem{
  display: none;

}

.pDGalleryItem:first-child{
  display: block;
}

.pDGalleryContainerMain{
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pDGalleryItemSub{
  height: 140px;
  width: 140px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  scroll-snap-align: center;

}

.pDGalleryItemSub:first-child{
  margin-left: 5%;
}

.pDGalleryItemSub:last-child{ 
  margin-right: 5%;
}

.pDGallerySub{
  width: 90%;
  height: 100%;
}

.pDGalleryItemSub > img{
  height: 120px;
}

.descriptionShow{
  display: flex !important;
  position: absolute;
  background-color: black;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 101vh;
  z-index: 999;
}

.contentDetailMenu{
  display: none;
  position: absolute;
  background-color: black;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 101vh;
  z-index: 999;
  margin-top: 4%;

}


.contentDetailWrapper{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.contentDetailBox{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70vh;
  width: 60%;
}

.memberContentImage{
  text-align: center;
  width: 400px;
  height: 600px;
  display: flex;
  margin-left: 7%;
  margin-right: 5%;
  align-items: center;
  justify-content: center;
}

.memberDetailContext{
  height: 580px;
  width: 70%;
  margin-right: 5%;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-direction: column;
  font-size: 1.1rem;
}

.memberDetailName{
  font-weight: bold;
  font-size: 1.3rem;
}

.memberDetailBackground p{
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}

.memberDetailBackground p::-webkit-scrollbar{
  width: 8px;
}
.memberDetailBackground p::-webkit-scrollbar-track{
  box-shadow: inset 0 0 14px 14px transparent;
  border: solid 4px transparent;
}
.memberDetailBackground p::-webkit-scrollbar-thumb{
  box-shadow: inset 0 0 14px 14px #bbbbbe;
  border: solid 4px transparent;
}




.memberDetailBackground{
  height: 40%;
}
.memberDetailHashtags{
  color: rgba(255, 255, 255, 0.289);

}

.memberDetailSocials{
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 60%;

}

.contentDetailButton{
  background: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  cursor: pointer;
  position: absolute;
}

.contentDetailButtonPrev{
  color: rgba(255, 255, 255, 0.349);
  top: 10%;
  left: 13%;
}
.contentDetailButtonNext{
  bottom: 10%;
  right: 13%;
}


@media screen and (max-width: 1366px) {
  body{
    overflow-x: hidden;
  }

  .n75Main{
    font-size: 8em;
  }

  #slide1WelcomeHeader{
    font-size: 2.3em;
    margin-bottom: 2%;
  }

  #topSlide1Button{
    transform: scale(0.9);
  }

  #topslide21, #topslide22, #topslide31, #topslide32{
    font-size: 3em;
    margin-left: 80px;    
  }

  #topslide21, #topslide31{
    margin-top: 50px;
  }

  .topslide2text, .topslide3text{
    margin-top: 30px;
    width: 50%;
  }

  #topSlide2Button, #topSlide3Button{
    margin-top: 50px;
    font-size: 23px;
    width: 223.2px;
    height: 64.8px;
  }

  /* 4 ICON CONTENT */

    .icon > img{
      width: 180px;
      height: 190px;
    }
    

    button.backButton{
      left: 5%;
      top: 10%;
      margin-top: 0;
    }

    button.nextButton{
      margin: 0;
      right: 5%;
      bottom: 10%;
    }


    .description-content{
      width: 50%;
      padding-right: 5%;
      height: 45%;
    }

    .image-container img{
      margin: 0 0 0 20%;
      height: 350px;
      width: 350px;
    }

    button.popUpButton{
      position: absolute;
      bottom: 150px;
    }

    /* 3 ICONS */
    .offerButton{
      transform: scale(0.9) translate(-54%);
    }

    .topSixIcons, .bottomSixIcons{
      margin-right: 22%;
      padding: 1% 1%;
    }

    .sixIcon{
      padding-left: 8%;
    }

    /* PROJECTS */
    .projectItem{
      gap: 5% !important;
    }

    .projectItem:first-child{
      margin-left: 4% !important;

    }

    .projectsTitleText{
      margin: 25% 0 0 0 !important;
      text-align: center;
    }

    .projectsContainer{
      width: 75% !important;
    }

    .projectWrapper{
      gap: 5% !important; 
    }
    /* PROJECT DETAILS */
    .descriptionShow{
      position: absolute;
      left: 0;
      width: 100vw;
      height: 100vh;
      z-index: 9999;
    }

    .pDetailMemberLink{
      margin-bottom: 1%s;
      z-index: 999;
    }

    .pDetailMemberLinks{
      height: 50%;
      z-index: 9999;
      background-color: black;
    }

    .pDContextMid{
      height: 40%;
      bottom: 0;
    }
    .projectDescriptionContext{
      scale: 0.7;
      width: 100%;
    } 

    .pDetailTitle{
      width: 100%;
    }

    .projectDescriptionGallery{
      scale: 0.9;
      height: 85%;
      margin-top: 5%;
    }

    .pDGallerySub{
      margin-top: 0;
      height: 179px;
    }

    .pDetailProjectLinks{
      padding: 15px 0 0 0;
    }

    .pDGalleryContainerMain > .pDGalleryItem > img{
      height: 250px;
    }

    .pDGalleryContainerMain{
      width: 300px;
      height: 300px;
    }

    .pGalleryButtons{
      height: 70%;
    }

/*  */
    /* MEMBERS */
    .backgroundBottom{
      height: 400vh !important;
    }

    .membersTitleText{
      margin: 20% 0 1% 0 !important;
    }

    /* PARTNERSHIPS */
    .rectangle-images , .rectangle-images img{
      margin: 0;
    }

    .rectangle-images{
      margin: 3% 0;
    }

    .rectangle-images img{
      margin: 5px;
    }
    .memberContentImage {
      width: 230px;
      height: 400px;
    }
  
    .memberDetailContext{
      height: 400px;
      font-size: 0.9rem;
    }
  
    .memberDetailSocials img{
      width: 45px;
    }

}

@media screen and (max-width: 1280px){
  .rectangle-images{
    margin: 1% !important;
  }

  .rectangle-images img {
    margin: 5px !important;
    width: 200px !important;
  }
 
  .description-content{
    height: 250px;
  }

  .close-button{
    margin-top: 50px !important;
  }

  button.nextButton{
    bottom: 10% !important;
    right: 4% !important;
  }

  .projectlinks img{
    width: 100px;
    padding-right: 4px;
    padding-bottom: 3px;
  }

  .pDetailTitle h2{
    font-size: 2rem;
  }

  .pDetailTitle img{
    width: 40px;
  }
  .sixIcon{
    padding-left: 7%;
  }
  .iconDescriptionContainer2{
    top: 35vh;
  }

  .descriptionWrapper{
    height: 550px;
  }
}

@media screen and (max-width: 1660px){
  .sixIcon{
    padding: 3% 4% 0 1%;
  }

  .pDetailProjectLinks img {
    width: 120px;
  }

  button.nextButton{
    margin-left: 0;
    right: 5%;
  }

  .close-button{
    right: 1%;
    top: 0;
  }

}

@media screen and (max-width: 1440px) {
  .rectangle-images img{
    width: 230px;
    height: 130px;
    margin: 0 15px;
  }

  button.nextButton{
    bottom: 120px;
    right: 150px;
  }

  button.nextButton p {
    width: max-content;
  }

  .image-container {
    margin: 0 12% 0 10%;
  }

  .image-container img{
    width: 350px;
  }

  .description-content {
    margin: 0;
    padding: 0 15% 0 0;
    height: 300px;
  }
  .description-content > p{
    height: 200px;
  }

  .topSixIcons, .bottomSixIcons {
    margin-right: 5%;
  }

  .show{
    height: 102vh;
  }

  .membersContainer{
    height: 710px;
  }

  .projectsContainer{
    gap: 20px;
  }

  .contentDetailMenu{
    margin-top: 5%;
  }

  .contentDetailBox{
    width: 70%;
    margin-left: 5%;
  }

  .memberDetailSocials{
    width: 70%;
    height: 83px;
  }

  .memberDetailContext{
    width: 60%;
  }

  .pDetailProjectLinks img{
    width: 100px;
  }

  .topslide2text, .topslide3text{
    width: 50%;
  }
}


@media (max-width: 1100px){
  .topslide2text, .topslide3text{
    width: 60%;
  }

  .show{
    top: 0vh;
    height: 100vh;
  }

  button.backButton{
    top: 20%;
    left: 10%;
  }

  button.close-button{
    top: 7%;
    right: 10%;
    padding-bottom: 50px;
  }

  button.popUpButton{
    bottom: 28%;
    width: 250px;
    height: 70px;
    text-align: center;
    font-size: 1.2rem !important;
  }

  .description-content{
    height: 320px;
  }

  .description-p{
    width: 100%;
  }

  .iconDescriptionContainer1{
    top: 180vh;
  }

  .Icon4TopText{
    font-size: 1.8em;
  }

  #servicesText{
    font-size: 2.4em;
  }

  #servicesSubText{
    font-size: 1.3em;
    width: 70%;
  }

  .icon5, .icon6, .icon7{
    font-size: 1.3em;
  }

  .offerButton{
    width: 300px;
    height: 90px;
    font-size: 1.7em;
  }

  .container{
    height: 170vh !important;
  }

  .sixIcon{
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
  }

  .sixIcon > img{
    width: 200px;
    height: 200px;
  }

  #sixIcon2, #sixIcon3, #sixIcon5, #sixIcon6{
    margin-left: 8%;
  }

  #sixIcon1 > img{
    width: 250px;
    height: 250px;
  }
  .sixImgTxt{
    font-size: 1.4rem;
  }

  .container2{
    height: 80vh !important;
  }

  .backgroundBottom{
    height: 220vh !important;
  }

  .projectsTitleText{
    font-size: 1.6rem;
  }

  .projectsContainer{
    gap: 100px;
  }

  .projectItem:first-child{
    margin-left: 20% !important;
  }
  .projectItem:last-child{
    margin-right: 20% !important;
  }


  .pDBackButton{
    font-size: 2rem;
  }

  .pD-close-button{
    top: 10%;
    right: 10%;
  }

  .descriptionWrapper{
    scale: 1;
    justify-content: center !important;
    width: 80%;
    margin-top: 10vh;
  }

  .descriptionShow{
    height: 101vh;
  }

  .projectDescriptionContext{
    width: 70%;
    scale: 1;
    height: 65vh;
  }
  .projectDescriptionGallery{
    scale: 1;
    margin: 0;
    padding: 0;
    margin-right: 2%;
    height: 30vh;
    margin-bottom: 10vh;
  }

  .pDGalleryContainerMain, .pDGalleryItem, .pDGalleryItem > img{
    scale: 1;
  }


  .containerCarousel{
    height: 42vh;
  }

  .memberShowClass{
    position: absolute;
    height: 101vh;
    overflow: hidden !important;
  }

  .memberContentImage{
    height: 650px;
    width: 350px;
    margin: 0;
  }

  .memberDetailContext{
    width: 450px;
    height: 700px;
    margin-left: 5%;
    font-size: 1.5rem;
  }

  .contentDetailBox{
    width: 90%;
  }

  .contentDetailButtonPrev{
    left: 10%;
  }

  .contentDetailButtonNext{
    right: 10%;
  }

  .contentD-close-button{
    top: 10%;
    right: 10%;
  }

  .containerCarousel{
    gap: 50px;
  }

  .memberCarouselItem{
    margin-left: 3%;
  }

  .memberDetailSocials img {
    width: 80px;
    margin-right: 20px;
  }

  .rectangle-images img{
    width: 165px !important;
    height: 130px;
  }

  .main-r-text-bottom{
    font-size: 1.5rem;
    text-align: center;
  }

  .main-r-text-bottom > p{
    width: 80%;

  }
}

@media (max-width: 900px) {
  .topslide2text, .topslide3text {
    width: 70%;
  }

  .show {
    top: 0vh;
    height: 100vh;
  }

  button.backButton {
    top: 6%;
    left: 10%;
  }

  button.close-button {
    top: 0%;
    right: 0%;
    padding-bottom: 35px;
  
  }

  button.popUpButton {
    bottom: 20%;
    width: 200px;
    height: 80px;
    font-size: 1.4rem !important;
    padding: 10px 30px !important;
  }

  button.nextButton{
    right: 5%;
    bottom: 4% !important;
  }

  .secondIconPack{
    flex-direction: column;
  }

  .description-content {
    height: 600px !important;
    max-width: 350px !important;
    padding-right: 10px !important;
    font-size: 1.5rem;
  }

  .description-content > p{
    height: auto !important;
  }


  .description-content > h1{
    font-size: 2rem;
  }

  .description-p {
    width: 100%;
  }

  .iconDescriptionContainer1 {
    top: 180vh;
  }

  .Icon4TopText {
    font-size: 1.4em;
  }

  .icons-container{
    flex-direction: column;
    min-height: 1200px !important;
  }

  .icon{
    margin-top: 7%;
  }

  .image-container{
    margin: 0 5% 0 0;
  }

  .image-container > img{
    width: 250px;
    height: 250px;
  }
  
  #servicesText {
    font-size: 2.4em;
  }

  #servicesSubText {
    font-size: 1.3em;
    width: 70%;
  }

  .sixIconContainer{
    flex-direction: row;
  }
  .topSixIcons, .bottomSixIcons{
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .icon5,
  .icon6,
  .icon7 {
    font-size: 1.3em;
  }

  .offerButton {
    width: 350px; /* Adjusted width */
    height: 100px; /* Adjusted height */
    font-size: 2.2em; /* Adjusted font size */
  }

  .container1 {
    height: 3500px !important; /* Adjusted height */
  }

  .container2{
    height: 1100px !important;
  }

  .sixIcon {
    width: 220px; /* Adjusted width */
    height: 220px; /* Adjusted height */
    margin: 0 0 30% 0 !important;
  
  }

  .sixIcon > img {
    width: 220px; /* Adjusted width */
    height: 220px; /* Adjusted height */
  }


  .sixImgTxt {
    font-size: 1.6rem; /* Adjusted font size */
  }



  .backgroundBottom {
    height: 300vh !important; /* Adjusted height */
  }

  .projectsTitleText {
    font-size: 1.4rem; /* Adjusted font size */
  }

  .projectsContainer {
    gap: 80px; /* Adjusted gap */
  }

  .projectItem:first-child {
    margin-left: 15% !important; /* Adjusted margin */
  }

  .projectItem:last-child {
    margin-right: 15% !important; /* Adjusted margin */
  }

  .pDBackButton {
    font-size: 1.8rem; /* Adjusted font size */
    top: 5%;
    left: 5%;
  }

  .pD-close-button {
    top: 5%;
    right: 5%;
  }

  .pDNextButton{
    bottom: 1%;
    right: 2%;
    scale: 0.8;
  }

  .descriptionWrapper {
    scale: 1;
    justify-content: center !important;
    width: 90%; /* Adjusted width */
    margin-top: 10vh;
    flex-direction: column;
    font-size: 1.3rem;
  }

  .descriptionShow {
    height: 101vh;
  }

  .projectDescriptionContext {
    width: 80%;
    scale: 1.17;
    min-height: 60vh; /* Adjusted height */
  }

  .projectDescriptionGallery {
    scale: 1;
    margin: 0;
    padding: 0;
    margin-right: 2%;
    height: 30vh; /* Adjusted height */
    margin-bottom: 5vh; /* Adjusted margin */
    width: 90%;
  }

  .pDGalleryItem{
    scale: 1;
  }
 
  .pDGalleryContainerMain > .pDGalleryItem > img {
    height: 260px;
 }

  .pDGallerySub{
    display: none;
 }

 .pGalleryButtons{
  height: 100%;
 }
  .containerCarousel {
    height: 55vh; /* Adjusted height */
  }

  .memberShowClass {
    position: absolute;
    height: 100vh;
    overflow: hidden !important;
  }

  .memberContentImage {
    height: 600px; /* Adjusted height */
    width: 350px; /* Adjusted width */
  }

  .memberDetailContext {
    width: 400px; /* Adjusted width */
    height: 600px; /* Adjusted height */
    margin-left: 3%; /* Adjusted margin */
    font-size: 1.3rem; /* Adjusted font size */
  }


  .footer-text{
    text-align: center;
    left: 0;
    width: 100%;
  }

  .contentDetailBox {
    width: 85%; /* Adjusted width */
  }

  .contentDetailButtonPrev {
    left: 5%; /* Adjusted position */
    top: 5%;
  }

  .contentDetailButtonNext {
    right: 5%; /* Adjusted position */
    bottom: 5%;
  }

  .contentD-close-button {
    top: 7%;
    right: 5%;
  }

  .containerCarousel {
    gap: 40px; /* Adjusted gap */
  }

  .memberCarouselItem {
    margin-left: 2%; /* Adjusted margin */
  }

  .memberDetailSocials img {
    width: 60px; /* Adjusted width */
    margin-right: 10px; /* Adjusted margin */
  }

  .rectangle-images img {
    width: 180px !important; /* Adjusted width */
    height: 120px; /* Adjusted height */
  }

  .main-r-text-bottom {
    font-size: 1.3rem; /* Adjusted font size */
    text-align: center;
  }

  .main-r-text-bottom > p {
    width: 90%; /* Adjusted width */
  }

  .rectangle-images > img{
    width: 18% !important;
  }
}

@media screen and (max-width: 767px) {
  .logoSec{
    display: none;
  }

  #firstTextLine {
    font-weight: 100;
    font-size: 1.3rem;
  }
  
  #topSlide1Button{
    scale: 1;
  }

  .topSlide2 > .slider-content, .topSlide3 > .slider-content{
    left: 40%;
  }

  .topslide2text, .topslide3text{
    width: 80%;
  }

  .description-content{
    margin-right: 30px;
  }

  .description-content > h1 {
    font-size: 1.7rem;
  }

  .menu-icon{
    left: 20px;
  }

  .language-selector, .search-bar{
    right: 20px;
  }
 
  


  .offerButton {
    margin-top: 90px;
    width: 350px;
    height: 100px;
    font-size: 2.2em;
  }

  .sixIconTopText{
    font-size: 2.3rem;
  }

  .sixIcon > img {
    width: 200px !important;
    height: 200px !important;
  }

  #sixIcon1 > img {
    width: 250px !important;
    height: 250px !important;
  }

  .iconDescriptionContainer2 > .image-container > img {
    width: 160px;
  }

  .iconDescriptionContainer2 > .description-content{
    max-width: 300px !important;
    margin-right: 10px;
  }

 .projectItem:first-child{
    margin-left: 5% !important;
 }

 .projectWrapper{
  width: 100%;
  height: 100%;
  gap: 0 !important;
  
 }

 .projectsContainer{
  gap: 30px;
  
 }

 .descriptionWrapper {
  scale: 0.7;
  height: 600px !important;
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100%;
}

.backgroundBottom{
  height: 320vh !important;
}

.contentDetailBox{
  scale: 0.8;
}

.referans{
  flex-direction: row;
  justify-content: space-evenly;
}

.rectangle-images{
  flex-direction: column;
  align-items: center;
}

.rectangle-images > img {
  width: 100% !important;
}

}


@media screen and (max-width: 605px){
 

  .n75Main{
    font-size: 7em;
  }

  .slide1Footer{
    width: 80%;
    text-align: center;
  }

  .topslide2text, .topslide3text {
    font-size: 1.2rem;
  }

  .Icon4TopText{
    font-size: 1.2rem;
  }

  .image-container > img {
    width: 200px;
    height: 200px;
}

button.popUpButton {
  left: 8px;
  bottom: 45px;
  scale: 0.8;

}

  button.nextButton{
    scale: 0.8;
    right: 1% !important;
    font-size: 0.7rem;
   
  }

  .description-content > h1 {
    font-size: 1.3rem;
}
.description-content > p {
  font-size: 1.2rem !important;
}
  .show{
    height: 103vh;
  }

  #servicesText{
    font-size: 2.1rem;
  }


  .sixIconTopText{
    font-size: 1.5rem;
  }
  .sixIcon > img {
    width: 150px !important;
    height: 150px !important;
  }
  #sixIcon1 > img {
    width: 200px !important;
    height: 200px !important;
  }

  .projectsTitleText {
    font-size: 1.4rem;
  }

  .backgroundBottom {
    height: 270vh !important;
  }

  .contentDetailBox{
    scale: 0.75;
  }

  .membersButton, .projectButton{
    display: none;
  }

  .projectsContainer, .containerCarousel{
    width: 100% !important;
  }

  .descriptionWrapper{
    height: 500px !important;
  }
  .projectItem:first-child{
    margin-left: 100px !important;
  }
  .textPartnerships{
    font-size: 1rem !important;
    font-weight: bold;
  }

  
  .containerCarousel{
    gap: 10px;
  }
  
}
 button.close-button {
    top: 1%;
    right: 0%;
    padding-bottom: 35px;
  
  }
@media screen and (max-width: 414px){
  .textPartnerships {
    font-size: 0.8rem !important;
  }

.n75Main{
  font-size: 5em;
}


  .rectangle-images > img {
    width: 90% !important;
}
.pDNextButton{
 position: absolute;
 bottom: 60px;
}
#firstTextLine, #secondTextLine {
  margin-bottom: 20px;
}

#secondTextLine {
  font-size: 1.1rem;
}

#topSlide1Button{
  scale: 0.7;
}

#topSlide2Button, #topSlide3Button{
  font-size: 17px;
        width: 163.2px;
        height: 54.8px;
}

.topSlide2 > .slider-content, .topSlide3 > .slider-content {
  left: 30%;
}

#servicesSubText {
  font-size: 1em;
}

.topSlide2 > .slider-content, .topSlide3 > .slider-content {
  left: 15%;
  scale: 0.7;
  top: 300px;
  width: 100%;
}

.description-content{
  max-height: 300px !important;
}
.memberShowClass{
  height: 101vh !important;
}

.offerButton {
  width: 220px;
  height: 70px;
  font-size: 1.1rem;
}
.sixIconContainer{
  scale: 0.9;
}

.image-container > img {
   display: none;
}

button.popUpButton {
  bottom: 47px;
  left: 8px;
 
}

button.nextButton {
  right: 1% !important;
  width: auto !important;
  font-size: 0.6rem;
}


button.backButton {
  font-size: 1.2rem;
}

 button.close-button {
    top: 1%;
    right: 0%;
    padding-bottom: 35px;
  
  }

.iconDescriptionContainer2 > .description-content {
  margin-right: 30px;
}

.projectsTitleText {
  font-size: 1.1rem;
}

.projectTop, .projectTop > img{
  width: 300px !important;
}

.projectBot, .projectContent{
  width: 293px !important;
}

.pDetsButton{
  width: 240px;
}
.pDetailMemberLinks {
  height: 41%;
}

.descriptionWrapper{
  height: 440px !important;
}

.pDBackButton, .pDNextButton, .pD-close-button{
  scale: 0.8 !important;
}

.pD-close-button {
  top: 7%;
  right: 7%;
}

.memberContentImage{
  display: none;
}

.contentDetailBox {
  scale: 0.9;
}

.contentDetailButtonNext, .contentDetailButtonPrev, .contentD-close-button{
  scale: 0.8;
}

.pImageTitle{
  font-size: 2em;
}
.backgroundBottom{
  height: 2800px !important;
}

}


@media screen and (max-width: 380px){
  .sixIconContainer {
    scale: 0.8;
}
.pDBackButton, .pDNextButton, .pD-close-button {
  scale: 0.5 !important;
}


.membersTitleText, .projectsTitleText {
  font-size: 1rem;
}
}
@media screen and (max-width: 430px) {
  .pDBackButton{
   top: 20px;
  }
  .pD-close-button{
    top: 40px;
  }
  .descriptionWrapper{
    top: 80px;
  }
  
}
@media screen and (max-width: 390px) {
  button.nextButton {
  right: 1% !important;
  width: auto !important;
  font-size: 0.5rem;
  
}
  .pDNextButton{
 bottom: 0rem;
 left: 14rem;
}
}
@media screen and (max-width: 375px)  {


 .pDBackButton{
   top: 0px;
  }
  .pD-close-button{
    top: 20px;
  }
    .descriptionWrapper{
    top: 30px;
  }
  .pDNextButton{
 bottom: 0rem;
 left: 14rem;
}
 button.close-button {
    top: 0%;
    right: 0%;
    padding-bottom: 35px;
  
  }
}









@media screen and (max-height: 650px) {
  .topSlide2 > .slider-content, .topSlide3 > .slider-content {
    left: 15%;
    scale: 0.7;
    top: 200px;
    width: 100%;
  }

  .topSlide1 > .slider-content{
    scale: 0.7;
    top: 200px;
    left: 125px;
  }
}

