/*--------------------- Responsive (Start) ---------------------*/
@media (max-width: 991px){

    html{
        font-size: 55%;
    }
 
    .header .navbar{
        display: none;
    }

    .header #menu-btn{
        display: initial;
    }

    .mobile-menu { 
        display: block;
        position: fixed;
        top: 0; 
        left: -110%; 
        height: 100%;
        width: 30rem;
        z-index: 10000;
        overflow-y: auto; 
        max-height: 100%;
        background: var(--black);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        border: 0.1rem solid var(--main-color);
        -webkit-box-shadow: var(--box-shadow);
                box-shadow: var(--box-shadow);
        padding: 1rem;
    } 

    .mobile-menu.active {
        left: 0;
    }
    
    .mobile-menu #close-side-bar {
        position: absolute;
        top: 2rem;
        right: 2rem;
        font-size: 3rem;
        cursor: pointer;
        color: var(--white);
    }
    
    .mobile-menu #close-side-bar:hover {
        color: var(--main-color);
    }
    
    .mobile-menu .mobile-navbar {
        padding-top: 7rem;
    } 

    .mobile-navbar .main-nav-link{
        background-color: var(--white);
        color: var(--black);
        font-size: 2rem;
        font-weight: bold;
        cursor: pointer; 
        width: 100%;
        padding: 1.5rem 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify; 
        justify-content: space-between; 
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 1rem;
    }

    .mobile-navbar .main-nav-link a{
        color: var(--black);
    }

    .mobile-navbar .main-nav-link:hover a,
    .mobile-navbar .main-nav-link.active a{
        color: var(--white);
    }

    .mobile-navbar .main-nav-link:hover,
    .mobile-navbar .main-nav-link.active {
        background-color: var(--main-color);
        color: var(--white);
    }
    
    .mobile-navbar .sub-nav-link {
        padding-left: 2rem;
        padding-bottom: 1rem;
        background: var(--white);
        display: none;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
    }
    
    .mobile-navbar .sub-nav-link a{
        color: var(--grey);
        display: block;
        padding: 1rem 0rem;
        font-size: 1.8rem;
        font-weight: 500;
        border-bottom: 0.2rem solid rgba(0, 0, 0, 0.2);
    }
    
    .mobile-navbar .sub-nav-link a:hover{
        color: var(--main-color);
        border-color: var(--main-color);
    }
    
    .mobile-menu::-webkit-scrollbar{
        width: 0.8rem; 
    }
    
    .mobile-menu::-webkit-scrollbar-thumb{
        border-radius: 1rem;
        background-color: var(--main-color);
    }
    
    .mobile-menu::-webkit-scrollbar-track{
        background: var(--black);
    }

    .blog.grid, .blog.list{
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    }

    .shop{
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    }
    
}

@media (max-width: 768px){

    .header .header-1{
        padding: 0.5rem 2rem;
    }

    .header .header-2{
        padding: 0rem 2rem;
    }

    section{
        padding: 3rem 2rem;
    }

    .footer .box-container{
        padding: 2rem;
    }

    .home-item .content{ 
        padding: 2rem 10%;
        padding-top: 8rem;
    }

    .service-info .work {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .portfolio-item{
        width: 50%;
    }
    
}

@media (max-width: 450px){
    
    html{
      font-size: 50%;
    }

    section{
        padding: 3rem 1rem;
    }

    .header .header-1{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 1rem;
    }

    .header .header-2{
        padding: 0rem 1rem;
    }

    .footer .box-container{
        padding: 2rem 1rem;
    }

    .home-item .content{ 
        padding: 1rem;
        padding-top: 8rem;
    }

    .home-slider .swiper-button-next,
    .home-slider .swiper-button-prev{
        display: none;
    }

    .shop .product-container.list .product-item {
        gap: 0rem;
    }

    .shop .product-container.list .product-item .image {
        width: 30rem;
    }

    .shop .product-container.list .product-item .content {
        padding: 1rem;
        width: 100%;
    }

    .shop .product-container.list .product-item .content p {
        line-height: 1.5;
    }

    .product-info .leave-reply{
        width: 100%;
    }

    .cart .cart-summary{
        max-width: 100%;
    }

    .account-form{
        max-width: 100%;
    }

    .portfolio-item{
        width: 100%;
    }

    .form .input-box{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .contact-form .input-box{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    
}


/*--------------------- Responsive (End) ---------------------*/
/*------------------------------ İletişim ------------------------------*/
    .telefon {
        margin-bottom:20px;
    position: relative;
    transition: all .5s ease-in-out;
    z-index: 999;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    animation: animate 2s linear infinite;
}

.telefon a {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 60px;
    color: white;
    background: #337ab7;
}

.telefon .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.telefon:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.telefon:hover .tooltiptext {
    visibility: visible;
}


.whatsapp {
    position: relative;
    transition: all .5s ease-in-out;
    z-index: 999;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    animation: animate 2s linear infinite;
}

.whatsapp a {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 60px;
    color: white;
    background: #25D366;
}

.whatsapp .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto;
}

.whatsapp:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.whatsapp:hover .tooltiptext {
    visibility: visible;
}


.grecaptcha-badge {
    display: none;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 15px 10px !important;
}
.note h1, .note h2, .note h3, .note h4, .note h5, .note h6 {
    margin-top: 0;
    font-family: 'Titillium Web', sans-serif !important;
}
p {
    font-family: 'Titillium Web', sans-serif !important;
}
hr {
    margin-top: 20px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #0000001c;
}
.api{
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 99;
}
@media only screen and (max-width: 767px) {
    .api {
        position: fixed;
        bottom: 0 !important;
        left: 0 !important;
        z-index: 99 !important;
        width: 100% !important;
        display: flex;
    }
    .api div{
        flex: 1 0 0%;
        animation: none;
        margin:0;
    }
    .api a{
        border-radius:0 !important;
        width: 100% !important;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .api a img{
        height: 40px;
    }
    .api:hover a {
        transform: rotate(0deg) !important;
        -webkit-transform: rotate(0deg) !important;
    }
    footer{
        padding-bottom: 50px !important;
    }
    .funfact-area{
        display:none;
    }
    .blog-wrap{
        flex-direction: column;
    }
}

/*------------------------------ İletişim ------------------------------*/