* {
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

p {
    margin-bottom: 0px;
}

.carousel {
    width: 40%;
    margin:  auto;
}

.mySwiper2 {
    display: none;
}

.mySwiper {
    display: block;
}

.swiper-pagination2 {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10; }

    .swiper-pagination2 {
        display: none;
    }

    .kaydirma {
        width: 125px;
        
        margin: auto;
        margin-bottom: 25px;
    }

    .kaydirma img {width: 100%;}

.carousel-caption {
    left: 0px;
    right: 0px;
    
}

.d-none {
    display: block;
}

.carousel-item img {
    opacity: 0.6;
}

.slide1 {
    background-image:url(./img/slider/slider_serenity.jpg);
}

.slide2 {
    background-image:url(./img/slider/slider_yakapark.jpg);
}

.slide3 {
    background-image:url(./img/slider/slider_konak.jpg);
}

.slide4 {
    background-image:url(./img/slider/banner_slider_2.jpg);
}

.mySlides {display:none;}

.sliderbgimg {
    
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masaustu {
    display: block;
}

.mobil {
    display: none;
}

.fade2 {
    animation: fade ease 2s;
    animation-iteration-count: none;
}

@keyframes fade {
 0% {
    opacity: 0.6;
 }
 100% {
    opacity: 1;
 }
}

.sliderbgimg h1 {
    top: 25vh;
    position: fixed;
    width: 100%;
    text-align: center;  
    font-family: 'Times New Roman', Times, serif;
    color: white;
    font-weight: 100;
    z-index: 15;
}

.treetitle-over,.treetitle-over2,.treetitle-over3 {
    z-index: 100;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 150px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    }

    .treetitle-over2 {
        height: 50px;
        left: 0px;
        top: 0px;
        background: rgb(0,33,57);
        background: linear-gradient(0deg, rgba(0,33,57,0) 0%, rgba(0,33,57,0.5) 100%);}

        .treetitle-over3 {
            height: 40px;
            left: 0px;
            bottom: 0px;
            background: rgb(38,38,38);
            background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0,0,0,0) 100%);}


body {
    position: relative;
    background-color: black;
}

.slider-bg {

   width:100%;
   height: auto;
   
}

.slider-bg video {
    width: 100%;
}


.background-overlay {

    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

header {
    position: absolute;
    z-index: 3;
    padding: 10px 15%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    top: 0;
    background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7810311624649859) 100%);
}

header .header-right  {
display: flex;
flex-direction: row;
}

header .header-right a {
    margin-left: 25px;
    color: white;
    text-decoration: none;
    font-size: 15px;
}

header .header-right  .active {

    border-bottom: 1px solid;
}
header .header-right  .active:before {
    position: absolute;
    top:0px;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: white;
    -webkit-transform: scale3d(0, 5, 1);
    transform: scale3d(0, 5, 1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
    transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);

}

.slider-text {
    position: absolute;
    top: 35%;
    width: 90%;
    margin-left: 5%;
    color: white;
    z-index: 5;
    text-align: center;

}

.slider-text p {
    font-weight: 200;
    font-size: 22px;
}

.slider-text h1 {
    font-size: 85px;
    line-height: 170%;
    font-weight: 400;
}

.scroll {
    position: absolute;
    z-index: 101;
    bottom: 5vh;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

.scroll img {
    width: 65px;
    margin: auto;
}

.akar-youtube {
    position: relative;
display: flex;
width: 100%;
padding: 50px 15%;
flex-direction: row;
align-items: flex-start;
justify-content: space-between;
color: white;
text-align: center;
}

.carousel-div {
    padding: 50px 0px;
    position: relative;
    width: 100%;
    margin: auto;
}



.akar-youtube p {
    padding: 0px 7px;
}



.akar-youtube-item {
    width: 30%;

    padding-bottom: 7px;
}

.akar-youtube-item img {
    width: 100%;
}

.treetitle {
    width: 100%;
    padding: 50px 5%;
    display: flex;
    flex-direction: row;
justify-content: space-around;
align-items: flex-start;
background: black;

color: white;
}

.treetitle-item {
    display: flex;
    width: 25%;
    flex-direction: row;
    align-items: center;

}

.treetitle-item img {
    width: 20%;
    margin-right: 30px;
}

.treetitle-item div h4 {
    font-size: 17px;
    text-align: center;
    margin-bottom: 9px;
}

.treetitle-item div p {
    font-size: 15px;
    font-weight: 200;
    color: rgb(187, 187, 187);
    text-align: center;
}

.banner {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;

}

.banner .banner-left {width: 100%;}

.banner .banner-left img {
    width: 100%;
}

.banner-right {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding:  0px 30px;
    
}

.banner-right .minititle {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 15px;
}

.banner-right .title {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 15px;
}

.dotted {
    padding-left: 25px;
    border-style: dotted;
    border-width: 0px 0px 0px 2px;
    border-color: #ffffff;
    
    }

span.line {
    width: 10%;
    background: black;
    display: block;
    margin-bottom: 20px;
    position: relative;
    border-top: 3px solid black;
    margin-bottom: 15px;
}

.banner-right .text {
    font-size: 16px;
font-weight: 300;
}

@keyframes myanim {
    0%   {opacity: 1;}
    70%  {opacity: 1;}
    100%  {opacity: 0;}

}

@keyframes myanimtext {
    0%   {font-size: 0px;}
    77%  {font-size: 0px;}
    100%  {font-size: 16px;}

}

.project {
    width: 100%;
    padding: 75px 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    background-color: #000000;
    border-bottom: 3px solid #fcecca;
}



.project-showcase .item:hover #logo {
    opacity: 0;
     animation: myanim 2s;
     top: 20%;
     left: 20%;
width: 80%;
position: absolute;
z-index: 5;

}

.project-showcase .item p {

    animation: myanimtext 3s;
}

.project .title,.news-container .title,.carousel-div .title {
    font-size: 40px;
    font-weight: 600;

    text-align: center;
    color: #fcecca;
    z-index: 101;
}
.carousel-div .title {
    padding-top: 50px;
}


.project span.line {
    background: white;
    border-color: white;
}

.project .text {
    font-size: 15px;
    font-weight: 200;
    color: rgb(187, 187, 187);
    text-align: center;
}

.project-showcase {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
}

.project-showcase .item  {
    width: 19%;
    position: relative;
    display: flex;
    margin: 0;

    background-color: #2266a5;
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.project-showcase a {
    color: white;
    text-decoration: none;
}

.project-showcase .item img {

    width: 70%;
    object-fit: cover;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
}

.project-showcase .item:hover img {
    transform: scale(1.25);
}

.project-showcase .item  .cover {
    display: none;
}

.project-showcase .item:hover .cover {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000d0;
    top: 0;
    justify-content: center;
    align-items: center;
    transition: 1s;
    font-weight: 30px;
    font-weight: 500;
    text-align: center;
}



.testimonial-block {
    background-image: url(./img/akar-yapı-banner8.jpg);
    position: relative;
    padding: 100px 0px 100px 0px;
    background-size: cover;
    background-attachment: fixed; 
    color: white;
}

.testimonial-block::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8); /* Siyah (0,0,0) ve %50 opaklık */
    z-index: 1; /* Siyah katmanın resmin üstünde olmasını sağlar */
}


    .testimonial-block .testi-overlay {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #f2b100;
        opacity: 0.9;
        right: 0;
        bottom: 0;
        position: absolute; }


        .testi-container {width: 80%;
        margin: auto;
        display: flex;
        flex-direction: row;
        

    }

    .testi-left {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: space-around;
        z-index: 3;
    }

    .testi-left img {
        margin-right: 20px;
        width: 100px;
        border-radius: 50%;
        border-style: solid;
        border-color: white;
        z-index: 3;
    }

    .testi-left p {
        font-size: 17px;
        z-index: 3;
        
    }

    .testi-profile {display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        z-index: 3;
        
    }

    .testi-profile p {
        font-size: 20px;
        z-index: 3;
    }

    .testi-right {
        width: 50%;
        position: relative;
    border-style: dotted;
    border-width: 0px 0px 0px 2px;
    border-color: #f2f2f2;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
    }

    .news-container {
        width: 85%;
        margin: auto;
        padding: 50px 0px;
        background-color: none;
        color: white;
    }

    .news-container span.line { 
        margin: auto;
        color: #fcecca;
        background-color: #fcecca;
        border-color:  #fcecca;;
    }

    .news-flex {
        margin-top: 50px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }

    .news-flex .item {
        width: 47%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .news-flex .item img {width: 100%;}

    .news-flex .item .title-date {
        font-size: 15px;
        font-weight: 200;
        text-align: center;
        display: flex;
        flex-direction: row;
        margin-bottom: 30px;
    }

    .news-flex .item .title-date .title {
        border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #838282;
    color: white;
    text-align: left;
    padding-left: 15px;
    }
    .news-flex .item .title-date  a {
        color: black;
        text-decoration: none;
    }


    .news-flex .item .item-p {
        font-size: 15px;
        font-weight: 300;
        margin: 20px 0px;
        display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    overflow:hidden;

    }

    .news-flex .news-btn {
        font-size: 15px;
color: black;
background-color:  #fcecca;
padding: 9px 15px;
text-decoration: none;
    }

    .news-flex .news-btn:hover {
        background-color:  #fcecca;
        transition: 1s;
    }

   

   

    .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .carousel-div {
        padding: 0px 15%;
        padding-bottom: 50px;
        background-image: url(./img/carousel/bg.jpg);
background-repeat: no-repeat;
        background-size: 100%;
background-position: bottom;
      }

      .swiper-pagination-bullet {
        background-color: #fcecca;
        
      }

      .swiper-pagination-bullet-active {
        background-color: #fcecca;
      }