﻿html {
    scroll-behavior: smooth;
}

* {
    padding: 0;
    margin: 0;
}


:root * {
    --baslik-renk: #59f7f5;
    --site-hover-color: #645750;
    --site-footer-bg: #847770;
    --site-footer-link: #ffffff;
    --site-footer-title: #ffffff;
    --site-border-color: #95857c;
    --site-title: #111111;
    --site-link: #2196f3;
    --site-paragraf-color: #777777;
    --site-title-font-size: 28px;
    --site-title-font-weight: 500;
    --site-baslik-font-size: 34px;
    --site-paragraf-font-size: 16px;
    --site-buton-size: 10px;
    --site-small-heading-size: 28px;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');

body,p,div,span,h1,h2,h3,h4,h5,h6,a,button,input,textarea {
    font-family: 'Roboto Condensed', sans-serif !important;
}
/* Slider */
.owl-carousel {
    width: 100%;
    height: 100vh;
}

.slide {
    width: 100%;
    height: 100vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .slide::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
    }

.slide-content {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    padding: 0 20%;
}

    .slide-content h1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 45px;
    }

    .slide-content p {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        margin-bottom: 20px;
    }

/*.slide-content button {
        font-family: "Roboto", serif;
        font-size: 25px;
        font-weight: bolder;
        padding: 10px 25px;
        border: none;
    }*/

.owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 1%;
}

    .owl-dots span {
        width: 20px !important;
        height: 20px !important;
    }

    .owl-dots button {
        border: none !important;
        outline: none !important;
    }

.owl-nav button {
    border: none !important;
    outline: none !important;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff !important;
    font-size: 65px !important;
    font-weight: bolder !important;
    background: none !important;
}

.owl-prev {
    left: 1%;
}

.owl-next {
    right: 1%;
}



.mobile-navbar{
    display:none;
}
#click_whatsapp {
    width: 45px;
    height: 45px;
    background-color: #24c862;
    border-radius: 50%;
    right: 40px;
    bottom: 20px;
    left: auto;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 26px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    text-decoration: none;
}
.lower-nav-style5 .navbar-nav .nav-link {
    color: #142022;
}

/* Referanslar */

.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;
}

@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
    #home {
        position: sticky !important;
        background: #fff;
        box-shadow: 0 2px 10px -1px rgb(87 97 100 / 35%);
    }

    .upper-nav .toggle-btn span, .toggle-btn.toggle-btn-lg span {
        background-color: #000 !important;
    }
    .mobile-navbar{
        display:block;
    }
    .yan-menu{
        display : none;
    }
    header .broad-nav .navbar .nav-item .nav-link {
        text-align: center;
    }
    .social-icons{
        margin-top: 50px;
    }
    .upper-nav {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
}
@media (min-width: 451px) and (max-width: 768px) {
    .slide-content h1, .ex-detail .heading-1, .ex-detail .heading-2, .our-heading .heading-text, .baslik {
        font-size: var(--site-baslik-font-size) !important;
    }

    .slide-content p {
        font-size: var(--site-paragraf-font-size) !important;
    }

    .anim-btn {
        padding: var(--site-buton-size) !important;
    }

    .small-heading {
        font-size: var(--site-small-heading-size) !important;
    }
    .upper-nav {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
}

@media (max-width: 450px) {
    .slide-content h1, .ex-detail .heading-1, .ex-detail .heading-2, .our-heading .heading-text, .baslik {
        font-size: 20px !important;
    }

    .slide-content p {
        font-size: 12px !important;
    }
    .anim-btn{
        padding: 9px !important;
    }
    .small-heading {
        font-size: 24px !important;
    }
    .upper-nav {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
}
