@media (min-width: 1700px) {

}

@media (max-width: 1700px) and (min-width: 1500px) {

}

@media (max-width: 1500px) and (min-width: 1200px) {
    div.main-slider-1 .my-item .big-slogan{
        font-size: 2em;
        width: fit-content !important;
        bottom: 25%;
    }
    div.main-slider-1 .my-item.active .big-slogan{
        right: 40px !important;
        bottom: 25%;
    }
}

@media (max-width: 1280px) and (min-width: 991px) {

}

@media (max-width: 991px) and (min-width: 720px) {

}

@media (max-width: 720px) and (min-width: 560px) {

}

@media (max-width: 560px) {
    .inpage-slider .item a{
        height: 180px !important;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
    }
    div.main-slider-1 .my-item .big-slogan {
        right: 50%;
        width: fit-content !important;
        background: #1e1e3f !important;
        padding: 10px;
        bottom: 0;
    }

}

/*Max Treshoolds*/
@media (max-width: 1700px){}
@media (max-width: 1560px){}
@media (max-width: 1280px){
    .form-toggler{
        top:unset !important;
        bottom:30% !important;
    }
    .gallery-link{
        height: 250px !important;
    }
    .mobile_half_ops{
        height: 50vh;
    }
    div.main-slider-1 .my-item .big-slogan{
        font-size: 1.5em;
    }
    div.main-slider-1 .my-item .big-slogan{
        right: 50%;
        width: fit-content !important;
        background: white;
        padding: 10px;
        bottom: 0;
    }
    .ikinci-gorsel:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100px;
        background-image: url(../images/2.png);
        background-repeat: no-repeat;
        background-position: unset;
        background-size: contain;
        left: 60%;
        top: -100px;
        z-index: 10;
    }
    .dorduncu-gorsel:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 90px;
        background-image: url(../images/4.png);
        background-repeat: no-repeat;
        background-position: unset;
        background-size: contain;
        left: 60%;
        top: -86px;
        z-index: 10;
    }
    .altinci-gorsel:after{
        position: absolute;
        content: '';
        width: 100%;
        height: 100px;
        background-image: url(../images/6.png);
        background-repeat: no-repeat;
        background-position: unset;
        background-size: contain;
        left: 70%;
        top: -100px;
        z-index: 10;
    }
    .sekizinci-gorsel:after{
        position: absolute;
        content: '';
        width: 100%;
        height: 100px;
        background-image: url(../images/8.png);
        background-repeat: no-repeat;
        background-position: unset;
        background-size: contain;
        left: 70%;
        top: -120px;
        z-index: 10;
    }
    .flwr:after{
        position: absolute;
        content: '';
        width: 100%;
        height: 150px;
        background-image: url(../images/flwr.png);
        background-repeat: no-repeat;
        background-position: unset;
        background-size: contain;
        left: 32%;
        top: -75px;
        z-index: 10;
    }
    .roses:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 113px;
        background-image: url(../images/roses-leaves-min.png);
        background-repeat: no-repeat;
        background-position: unset;
        background-size: contain;
        left: 10% !important;
        top: -144px;
        z-index: 10;
    }
    .coffee:after{
        position: absolute;
        content: '';
        width: 100%;
        height: 120px;
        background-image: url(../images/coffee.png);
        background-repeat: no-repeat;
        background-position: unset;
        background-size: contain;
        left: 7%;
        top: -130px;
        z-index: 10;
    }
    .greens:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 150px;
        background-image: url(../images/greens-min.png);
        background-repeat: no-repeat;
        background-position: unset;
        background-size: contain;
        left: 59%;
        top: 80px;
        z-index: 10;
    }
    div.main-slider-1 .my-item.active .big-slogan{
        right: 0 !important;
        top: calc(100% - 50px) !important;
    }
    header.desctop{
        display: none !important;
    }
    header.mobile{
        display: block !important;
    }
    div.main-wrapper {
        padding-top: 56px;
    }
    section.bg-bg::after{
        background-size: cover;
    }
}
@media (max-width: 991px){}
@media (max-width: 768px){}
@media (max-width: 560px){}
/*Min Treshoolds*/

@media (min-width: 1700px){}
@media (min-width: 1560px){}
@media (min-width: 1281px){
    header.desctop{
        display: none !important;
    }
    header.mobile{
        display: none !important;
    }
}
@media (min-width: 991px){}
@media (min-width: 768px){}
@media (min-width: 560px){}