* {
    font-family: 'Times New Roman', Times, serif;
}

body {
    position: relative;
}

.preloader {
    position: fixed;
    background-color: black;
    width: 100%;
    height: 100vh;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 105;
}

.lang {
    position: absolute;
    right: 3%;
    top: 60px;
    z-index: 100;
}

.lang a {
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.lang img {
    width: 30px;
}

.preloader img {
    width: 800px;
}

.social-footer a {
    font-family: 'Poppins', sans-serif;
}

.footer-item-logo a { text-align: center;} 
footer {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #212121;
    color: white;
    padding: 50px 5%;
    width: 100%;
    margin: auto;
}

a {
    color: white;
    text-decoration: none;
}

.footer-item {
    width: 27%;
    display: flex;
    flex-direction: column;
}

.footer-title {
    text-align: center;
    padding-left: 5px;
    padding-bottom: 5px;
    font-size: 25px;
    position: relative;
    width: 100%;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}



.footer-item p {
    font-size: 15px;
    padding: 10px 0px;
    font-weight: 200;
    text-align: center;
    line-height: 2;
}

.footer-item p b {
    font-weight: 400;
    color: #f2b100;
}

.footer-news {
    padding: 15px 0px;
    font-weight: 100;
}

.footer-project p {
    padding: 5px 0px;
    font-size: 20px;
    text-align: center;
}



.footer-bottom p {
    width: 300px;
}

.social-footer {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
bottom: 0;
right: 0;
    z-index: 20;
    padding: 25px 0px;
}   

.social-footer-2 {
    position: absolute;
            display: flex;
            align-items: flex-start;
            justify-content: right;
            flex-direction: row;
    top: 25px;
    right: 25px;
            padding-bottom: 15px;
            padding-left: 5px;
            padding-right: 5px;
            z-index: 20;
        }   

        .footer-project a {
            color: white;
            text-decoration: none;
            margin-top: 8px;
            transition: 1s;
        }

        .footer-project a:hover {
            color: #f2b100;
         }

        .footer-project {
            
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        

.social-footer svg {margin-top: 0px;}
.social-footer-2 svg {margin-left: 10px;}
.footer-item-logo {
    width: 27%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-item-logo a {
    font-size: 15px;
    color: white;
    text-decoration: none;

    font-weight: 200;
    text-align: center;
}



    @media only screen and (max-width: 1300px) {
        .project .title, .news-container .title,.carousel-div .title {
            font-size: 30px;
            font-weight: 600;
             } 
        
        
        
        }
        
        
        @media only screen and (max-width: 1000px) {
        .slider-text h1 {
            font-size: 70px;
            line-height: 130%;
        } 
    
        header {
            padding: 50px 5%;
        }
        .treetitle-item {
            width: 30%;
        }
    
    .banner-right .title {
        font-size: 30px;
    }
    
    .banner-right .text {
        font-size: 14px;
    
    }
    
    .testi-container { 
        width: 95%;
    }
    
    
    }
    
    
    @media only screen and (max-width: 820px){
    
        .preloader img {
            width: 300px;
        }

        .masaustu {
            display: none;
        }

        .mobil {
            display: block;
        }
      
    .treetitle-over2 {margin-left: -40px;}

    .slideshow-flex {
        flex-direction: column;
    }

    .sld-left {
        width: 100%;
        text-align: center;
        padding:0px;
    }

    .sld-left ul {
        padding: 0px;
    }

    .cssmz {
        display: none;
    }

    header {
        flex-direction: column;
       }
        
       header .header-right a { 
           font-size: 14px;
           margin: 0px;
       }
   
       header .header-right {
           width: 100%;
           justify-content: space-between;
       }
      
       .active {
           display: none;
       }

       .social-footer-2 {
        scale: 0.6;
       }


       .about-case .title, .team-container .title, .comment .title {
        font-size: 25px;
        }

        .project .title, .carousel-div .title {
            text-align: center;
        }

        .mySwiper2 {
            display: block;
        }
        
        .mySwiper {
            display: none;
        }

        .swiper-pagination {
            display: none;
        }

        .swiper-pagination2 {
            display: block;
        }

        .news-container {
            flex-direction: column;
        }
.news-container .left,.news-container .right {
    width: 100%;
}

.news-container {
    width: 85%;
}

.item .title-date .title { 
    font-size: 1.5rem;
}

.slider-text h1 { 
    font-size: 50px;
    line-height: 100%;
}

.slider-text p { 
    font-size: 18px;
}

.slider-text {
    top: 40%;
}

.slideshow-container,.slideshow-left {
    width: 100%;
}
        
    }
    @media only screen and (max-width: 500px){


       header {
        width: 100%;
       }

       

       .carousel {
        width: 90% ;
        font-size: 16px;
       }

       .carousel h5 {
        font-size: 18px;
       }
       

       .sliderbgimg h1 {
        top: 33vh;
       }

       .slide1 {
        background-image: url(./img/slider/slider_serenity_mobil.jpg);
       }

       .slide2 {
        background-image: url(./img/slider/slider_yakapark_mobil.jpg);
       }

       .slide3 {
        background-image: url(./img/slider/slider_konak_mobil.jpg);
       }

       .akar-youtube {
        flex-direction: column;
       }

       .akar-youtube-item {
        width: 100%;
        margin-bottom: 25px;
       }

    
        .treetitle { 
            flex-direction: column;
        }
    
        .treetitle-item { 
            width: 100%;
            flex-direction: column;
            margin-bottom: 15px;
        }
    
        .treetitle-item img { 
            margin: 0px;
            width: 15%;
        }
    
        .banner {
            flex-direction: column;

        }
        .treetitle-over2 {margin-left: 0px;}
        

        .slider-text p {
            padding-bottom: 15px;
        }

        
.banner .banner-left {
    width: 100%;
}    
        .project {
            padding: 25px;
        }
    
        .banner-left,.banner-right {
            width: 100%;
            padding: 0px;
            text-align: center;
        }
    
        .project-showcase { 
            flex-direction: column;
        }
    
        .project-showcase .item { 
    width: 100%;
    margin-bottom: 25px;
        }
    
        .testi-container { 
            flex-direction: column;
        }
    
        .testi-left { 
            width: 100%;
            margin-bottom: 20px;
        }
    
        .dotted {
            border-style: none;
            padding: 0px;
        }
    
        .news-flex {
            flex-direction: column;
        }
    
        .news-flex .item {
             width: 100%;
             margin-bottom: 25px;
            }
            
            footer {
                flex-direction: column;
            }
    
            .footer-item,.footer-item-logo   {
                width: 100%;
            }
    
            .footer-item-logo  {
                margin: 45px 0px;
            }

            .about-case {
                flex-direction: column;
            }

            .about-case-left,.about-case-right { 
                width: 100%;
            }
            #aboutcase2 {
                flex-direction: column-reverse;
            }
            .team-grid {
                width: 100%;
            }

            .comment {
                padding: 25px;
            }

            .testi-left {padding: 0px;}

            .social-footer-2 {
                
                top: 10px;
                right: 0px;
                        padding: 0px;
                        z-index: 20;
                    }  

                    .team-p {
                        font-size: 12px;
                    }
            
    }

    @media only screen and (max-width: 380px) {
        .sliderbgimg h1 {
        top: 34vh;
        font-size: 30px;
       }
    }
    
    
