
@media screen and (max-width:1400px){
    .container-xxl{
       width: 100% !important;
       margin-left: 0px !important;
       margin-right: 0px !important;
       position: absolute;
    }
    .navbarbaslik.active{
        width: 100% !important;
    }
    header{
        width: 100%;
        max-width: 1400px;
        height: 250px;
    }
}
@media screen and (max-width:1200px){
    .navbar ul{
       width: 100% !important;
       margin-left: 0px !important;
       margin-right: 0px !important;
    }
    .container-xxl{
        width: 100% !important;
    }
    .nav{
        width: 100%;
        position: relative;
    }
    header{
        width: 100% !important;
    }
}
@media screen and (max-width:992px){
    .container-xxl{
        margin: 0;
    }
    .navbar ul{
       display: none;
    }
    #mobile {
        display: block;
        cursor: pointer;
        text-align: end;
    }
    #mobile i{
        font-size: 27px;
        margin: 6px 0;
    }
    .nav{
        width: 100% !important;
        position: relative;
        height: 0px !important;
    }
    header{
        width: 100% !important;
        height: 100px;
        
    }
    header .header-logo::before{
        position: relative;
    }
    .navbar #mobile{
        position: absolute;
        top: -60px;
        right: 5px;
    }
    .navbar{
        height: 0;
        position: absolute;
        z-index: 999;
        top: 160px;
        left: 0;
        right: 0;
        width: 100%;
        transition: 0.5s;
        margin-top: -60px;
        
    }
    .navbar .active{
        color: white; 
    }
    .navbar.active{
        margin-left: 12px;
        height: 140px;
        background-color: #72bfe3;
    }
    .navbar ul{
        position: absolute;
        display: block;
        width: fit-content;
        margin: 0px auto 0 auto;
        padding-left: 10px;
        text-align: start;
        transition: 0.5s;
        opacity: 0;
        display: none;
    }
    .navbar.active ul{
        opacity: 1;
        display: block;
    }
    .navbar ul li {
        margin-bottom: 12px;
        transition: 0.3s;
    }
    .navbar.active ul li:hover{
        color: white;
    }
    .navbar ul li::after{
        display: none;
    }
    .navbar ul li{
        width: 100%;
        font-size: 16px;
        padding: 5px;
        margin: 0;
        border-top: 1px solid rgb(197, 194, 194);
    }
    .header-logo img{
        margin-left: 0px !important;
        top: -64px;
    }
	.slogan span{
    margin-left: 2px !important;
        top: -60px;
		font-size:13px;
}
    .footer-logo{
        margin: 0;
    }
    .container-xxl .navbarbaslik.active{
        position: relative;
    }
    .iletisimForm input,
    .iletisimForm textarea{
        width: 100%;
    }
    .footer .footer-end::before{
        display: none;
    }
    .yukaricik{
        display: none;
    }
}

@media (max-width: 768px) {
    .text h1{
        font-size: 35px;
    }
    .text p{
        width: 90%;
    }
    header h1{
        font-size: 25px;
    }
    header p span{
        font-size: 30px;
    }
    section .product {
        min-width: 49%;
        margin:  0 10px  0 0;
    }
    .detail, .button{
        font-size: 16px;
    }
}