body{
    overflow-x: hidden;
}
.main-page{
    position: relative;
  height: 100vh; /* Set to viewport height */
}


.navigation{
    display: flex;
    flex-direction: row;
    position: relative;
    top: 20px;
    width: 100%;
    z-index: 5;
}

.navigation .logo{
    margin: 0;
    padding: 0;
    position: absolute;
    left: 30px;
    top: 0px;
    font-family:'Inter';
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1rem, -0.875rem + 5.333vw, 2rem);
  color: rgb(243, 238, 238);
}

.navigation ul{
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    font-family:'Inter';
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.7rem, -0.875rem + 5.333vw, 1.4rem);
  color: rgb(243, 238, 238);
}

.navigation ul li{
    cursor: pointer;
}

.content{
    /* position: relative; */
    width: 90%;
    height: 40%;
}

.video-container{
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  overflow: hidden;
  z-index: -1;
}

.video-wrap{
    position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  
}

.content video{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit:cover;
    filter: grayscale(70%) blur(0px) brightness(70%);
}

.main-text-content{
    width: 70%;
    position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family:'Inter';
  font-weight: 700;
  letter-spacing: 0.09em;
  font-style: normal;
  font-size: clamp(1.5rem, -0.875rem + 6.333vw, 3.5rem);
  color: rgb(243, 238, 238);
  z-index: 2;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.main-text-content span:first-child{
    display: flex;
    align-self: center;
  width: 70%;
  font-family:'Inter';
  font-weight: 700;
  letter-spacing: 0.09em;
  font-style: normal;
  font-size: clamp(0.7rem, -0.575rem + 4.333vw, 2rem);
  color: rgb(241, 232, 232);
  z-index: 1;
}

.whatsapp-basvur {
    display: flex;
    justify-content: center;
    padding-bottom: 5rem;
}

.basvur-button {
    width: clamp(5rem,10vw,10rem);
    padding: 14px 5px;
    color: #ffffff;
    border: 1px solid #ffffff;
    overflow: hidden;
    position: relative;
    transition: color .5s .25s;
    border-radius: 2px;
    background: transparent;
    font-size: clamp(0.6rem,-0.148vw + 0.8vw,2rem);
    font-family:'Inter';
    cursor: pointer;
    text-align: center;
}

.basvur-button::before,
.basvur-button::after {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #000000;
    z-index: -1;
    transform: scaleX(0);
    transition: transform .5s cubic-bezier(.785, .135, .15, .86);
}

.basvur-button::before {
    left: 0;
    transform-origin: left;
}

.basvur-button::after {
    right: 0;
    transform-origin: right;
}

.basvur-button:hover::before,
.basvur-button:hover::after {
    transform: scaleX(1);
}

.basvur-button:hover {
    color: #f8f8f8;
    transition: .5s;
    transform: scale(1);
}

.services-page{
    height: 100%;
    min-height: 1000px;
    width: 100%;
   margin-top: 0rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 4rem;
    width: 100%;
    margin-left: 20px;
}

.services-page header{
   text-align:center;
   font-family:'Inter';
}

.services-page header h1{
    margin: 0;
    padding: 0;
    font-size: clamp(2rem,-0.148vw + 4vw,8rem);
}
.services-page header h5{
    margin: 0;
    padding: 0;
    font-size: clamp(1rem,-0.648vw + 1vw,3rem);
}

.services{
    width: 100%;
    height: 100%;
   display: flex;
   align-items: center;
   /* justify-content: center; */
   flex-wrap: wrap;
   max-width: 1200px;
   row-gap: 3rem;
}

.services .service-1 .service-1-header{
    font-size: clamp(1rem,-0.148vw + 2vw,4rem);
    font-weight: 700;
    display: flex;
    flex-direction: row;
    column-gap: 2rem;
    font-family:'Inter';
}

.services .service-1 .service-1-header .service-1-header-span{
    font-size: clamp(1rem,-0.148vw + 1.5vw,4rem);
    color: #ffffff;
    padding: 10px 18px 10px 18px;
    background-color: #000000;
    border-radius: 10px;
    text-align: center;
    height: 30px;
}

.service-1-text{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.service-1-text span:nth-child(2){
    max-width: 450px;
    font-size: clamp(1rem,-0.148vw + 1vw,2rem);
    font-weight: 400;
}



.services .service-2 .service-1-header{
    font-size: clamp(1rem,-0.148vw + 2vw,4rem);
    font-weight: 700;
    display: flex;
    flex-direction: row;
    column-gap: 2rem;
    font-family:'Inter';
    font-weight: 700;
}

.services .service-2 .service-1-header .service-1-header-span{
    font-size: clamp(1rem,-0.148vw + 1.5vw,4rem);
    color: #ffffff;
    padding: 10px 18px 10px 18px;
    background-color: #000000;
    border-radius: 10px;
    text-align: center;
    height: 30px;
}



.services .service-3 .service-1-header{
    font-size: clamp(1rem,-0.148vw + 2vw,4rem);
    font-weight: 700;
    display: flex;
    flex-direction: row;
    column-gap: 2rem;
    font-family:'Inter';
    font-weight: 700;
}

.services .service-3 .service-1-header .service-1-header-span{
    font-size: clamp(1rem,-0.148vw + 1.5vw,4rem);
    color: #ffffff;
    padding: 10px 18px 10px 18px;
    background-color: #000000;
    border-radius: 10px;
    text-align: center;
    height: 30px;
}



.services .service-4 .service-1-header{
    font-size: clamp(1rem,-0.148vw + 2vw,4rem);
    font-weight: 700;
    display: flex;
    flex-direction: row;
    column-gap: 2rem;
    font-family:'Inter';
    font-weight: 700;
}

.services .service-4 .service-1-header .service-1-header-span{
    font-size: clamp(1rem,-0.148vw + 1.5vw,4rem);
    color: #ffffff;
    padding: 10px 18px 10px 18px;
    background-color: #000000;
    border-radius: 10px;
    text-align: center;
    height: 30px;
}

.service-1-text{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.service-1-text span:nth-child(2){
    max-width: 450px;
    font-size: clamp(1rem,-0.148vw + 1vw,2rem);
    font-weight: 400;
}

.limit{
    height: 100%;
    min-height: 800px;
    width: 100%;
   margin-top: 0rem;
    padding: 0;
    background-color: rgb(247,247,247);
    padding-bottom: 2rem;
}

.limit-container{
    width: 96%;
    height: 100%;
    padding-top: 2rem;
    margin-left: 20px;
    margin-right: 20px;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 2rem;
}

.limit-left{
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 2rem;
}

.limit-left-header{
    font-size: clamp(2rem,-0.148vw + 4vw,8rem);
    font-family:'Inter';
    font-weight: 700;
}

.limit-left-text{
    font-family:'Inter';
    font-weight: 500;
    max-width: 900px;
    font-size: clamp(1rem,-0.248vw + 0.85vw,2rem);
}
.limit-right{
    padding-right: 10px;
}
.limit-right img{
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 50px;
    object-fit: cover;
    filter: grayscale(40%)  contrast(90%) sepia(10%);
}



.limit-2{
    height: 100vh;
    width: 100%;
   margin-top: 0rem;
    padding: 0;
    background-color: rgb(255, 255, 255);
}

.limit-2-container{
    width: 96%;
    height: 100%;
    padding-top: 2rem;
    margin-left: 20px;
    margin-right: 20px;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 2rem;
}

.limit-2-left{
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 2rem;
}

.limit-2-left-header{
    font-size: clamp(2rem,-0.148vw + 4vw,8rem);
    font-family:'Inter';
    font-weight: 700;
}

.limit-2-left-text{
    font-family:'Inter';
    font-weight: 500;
    max-width: 900px;
    font-size: clamp(1rem,-0.248vw + 0.85vw,2rem);
}
.limit-2-right{
    padding-right: 10px;
}
.limit-2-right img{
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 50px;
    object-fit: cover;
    object-position: center;
    filter: grayscale(40%)  contrast(90%) sepia(10%);
}


.limit-3{
    height: 100%;
    min-height: 800px;
    width: 100%;
   margin-top: 0rem;
    padding: 0;
    background-color: rgb(247,247,247);
    padding-bottom: 2rem;
}

.testimonials{
    width: 100%;
    height: 100%;
    min-height: 800px;
    padding-top: 5rem;
    padding-bottom: 2rem;
}

.testimonials header{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding-top: 2rem;
}

.testimonials header span:first-child{
    font-family: 'Inter';
    font-size: clamp(1rem,-0.648vw + 1.3vw,3rem);
    letter-spacing: 0.03em;
    font-weight: 700;
    color: rgb(103,103,103);
}

.testimonials header span:nth-child(2){
    font-family: 'Inter';
    font-size: clamp(2rem,-0.148vw + 4vw,8rem);
    font-weight: 700;
    letter-spacing: 0.03em;
    color: black
}

.testimonials-container{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.testimonials-1{
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    margin: 2rem;
    max-width: 750px;
}

.testimonials-1-text{
    font-family: 'Inter';
    font-size: clamp(1rem,-0.648vw + 1.3vw,3rem);
    font-weight: 500;
}

.testimonials-1-author{
    margin-top: 1rem;
    font-family: 'Inter';
    font-size: clamp(1rem,-0.648vw + 1.7vw,3rem);
    font-weight: 700;
    text-align: center;
}


.dropdown-content{
    display: none;
}
@media screen and (max-width:720px) {
    .navigation ul{
        display: none;
    }
      .dropdown {
        display: inline-block;
      }
      
      .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        border-radius: 5px;
        z-index: 99;
        right: 20px;
        top: 45px;
        font-family: 'Inter';
        font-weight: 400;
        font-size: 20px;
      }

      .responsive_nav {
        display: block;
    }
      
      .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
      }
      
      .dropdown-content a:hover {background-color: #ddd;}
      
      /* .dropdown:hover .dropdown-content {display: block;} */
    .menu-icon{
        position: absolute;
        right: 20px;
        z-index: 1;
        cursor: pointer;
        top:0;
    }

    .menu-icon div{
        width: 30px;
        height: 3px;
        background-color: #ffffff;
        margin: 6px 0;
        border-radius: 2px;
    }
}

@keyframes leftTo{
    0%{
        transform: translateX(-50vw);
    }
    100%{
        transform: translateX(0);
    }
}

.leftTo-animation{
    animation:1.5s leftTo;
}

@keyframes rightTo{
    0%{
        transform: translateX(50vw);
    }
    100%{
        transform: translateX(0);
    }
}

.rigth-animation{
    animation:1.5s rightTo;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-slide {
    width: 60%;
  }

  .swiper-slide:nth-child(2n) {
    width: 40%;
  }

  .swiper-slide:nth-child(3n) {
    width: 20%;
  }

.swiper-section{
    height: 100%;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
    background-color: rgb(247,247,247);
    padding-bottom: 5rem;
}

.swiper-header-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 6rem;
}

.swiper-header{
    font-family: 'Inter';
    font-weight: 700;
    font-size: clamp(2rem,-0.148vw + 4vw,8rem);
}

.swiper-header-text{
    font-family: 'Inter';
    font-weight: 500;
    font-size: clamp(1rem,-0.648vw + 3vw,3rem);
}


.contact-section{
    min-height: 950px;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
}

.contact-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 2rem;
    margin-left: 20px;
    margin-right: 20px;
}

.contact-container span:first-child{
    font-family: 'Inter';
    font-weight: 800;
    font-size: clamp(2rem,-0.148vw + 3.5vw,8rem);
    text-align: center;
}

.contact-container span:nth-child(2){
    font-family: 'Inter';
    font-weight: 500;
    font-size: clamp(1rem,-0.648vw + 2.5vw,3rem);
    text-align: center;
}

.contact-container button{
    width: 140px;
    height: 50px;
    border: none;
    border-radius: 5px;
    background-color: #000000;
    color: #ffffff;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
}


.maps .google-map iframe{
    border: none;
}

.footer{
    min-height: 1000px;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 2rem;
    flex-wrap: wrap;
    margin-left: 20px;
    margin-right: 20px;
}

.footer-logo img{
    max-width: 200px;
    height: auto;
}

.footer-text{
    font-family:'Inter', 'sans-serif';
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #000000;
    font-size: clamp(2rem,-0.148vw + 5vw,8rem);
    text-align: center;
}

.footer-contact{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 2rem;
    column-gap: 1rem;
}

.footer-contact a{
    font-family:'Inter', 'sans-serif';
    text-decoration: none;
    color: #000000;
    font-weight: 400;
    font-size: clamp(1rem,-0.648vw + 1.5vw,3rem);
}

.footer-contact span{
    font-family:'Inter', 'sans-serif';
    text-decoration: none;
    color: #000000;
    font-weight: 400;
    font-size: clamp(1rem,-0.648vw + 1.5vw,3rem);
}

.footer-rights{
    font-family:'Inter', 'sans-serif';
    color: #000000;
    font-size: clamp(0.7rem,-0.648vw + 0.7vw,2rem);
}
