@media only screen and (min-width: 1920px) {}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {}

@media only screen and (min-width: 1360px) and (max-width: 1599px) {}

@media only screen and (min-width: 1025px) and (max-width: 1359px) {}

@media only screen and (min-width: 1001px) and (max-width: 1024px) {}

@media only screen and (min-width: 768px) and (max-width: 1000px) {}

@media only screen and (min-width: 399px) and (max-width: 767px) {
    header{ height: 140px;}
    .slidersection .sliderimg {
        margin-top: 20px;
    }

    .breadcrumpsection {
        padding: 20px;
    }

    header .header {
        margin-top: 25px;
    }
    header .topheader {
        display: grid;
        position: relative;
        margin: auto;
    }

    /* Hamburger Menüsü Gösterimi */
    header .header .menu-toggle {
        display: block;
        z-index: 1000;
    }

    /* Menü Gizleme ve Açma */
    header .header .menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 145px;
        left: 0;
        width: 100%;
        background-color: #1f361d;
        padding: 20px 0;
        z-index: 999;
    }

    header .header .menu li {
        text-align: left;
        padding: 10px 20px;
        width: 100%;
    }

    header .header .menu li a {
        color: white;
        display: block;
        width: 100%;
    }

    header .header .menu li .altmenu,
    header .header .menu li .altmegamenu {
        position: static;
        margin-top: 10px;
        width: auto;
        box-shadow: none;
        background-color: #f9f9f9;
        border-radius: 5px;
    }

    header .header .menu li .altmenu li,
    header .header .menu li .altmegamenu li {
        padding: 5px;
        text-align: left;
    }

    header .header .menu li .altmenu li a,
    header .header .menu li .altmegamenu li a {
        color: #1f361d;
    }

    header .header .menu>li:hover .altmenu,
    header .header .menu>li:hover .altmegamenu {
        display: none;
    }

    /* Alt Menü Tıklanabilirlik */
    header .header .menu li .altmenu,
    header .header .menu li .altmegamenu {
        display: none;
    }

    header .header .menu li.open .altmenu,
    header .header .menu li.open .altmegamenu {
        display: block;
    }

    header .header .menu li .altmegamenu li a img {
        border-radius: 10px;
        height: 50px;
        width: 50px;
    }


    .slidersection {
        min-height: 100%;
        padding: 20px 0;
    }

    .slidersection .sliderdetay {
        min-height: 0;
    }

    .slidersection .sliderdetay h5 {
        color: white;
        font-size: 17px;
        font-weight: 400;
    }

    .slidersection .sliderdetay .sliderbtn {
        font-weight: 400;
        font-size: 18px;
        text-align: center;
        display: inline-block;
        background-color: #d09c30;
        border: 0;
        color: #fff;
        padding: 5px 15px;
        border-radius: 15px;
        text-decoration: none;
        width: 155px;
        margin-top: 10px;
    }

    .basvurubutondiv {
        width: 160px;
        font-size: 13px;
    }

    .deneyimsection .deneyimdetay span {

        font-size: 25px;
        font-weight: 600;
    }

    .hakkimizdasection .franchisebasvuru {

        margin-top: 110px;
        height: 100%;

    }


    .basvurubutondiv::after {

        left: 35px;
    }

    .franchiseform {
        width: 100%;
    }


    .franchiseform {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        display: none;
        z-index: 999;
        overflow: scroll;

    }

    footer .sosyalmedya ul {

        margin-top: 55px;

    }

    .hakkimizdasection .hakkimizdadetay {
        margin-top: 100px;
    }


    .hakkimizdasection .hakkimizdadetay h1 {
        margin-top: 30px;
        font-size: 35px;
    }

    .hakkimizdasection .franchisebasvuru {
        margin-top: 140px;
        border-radius: 25px;
    }

    .hakkimizdasection .franchisebasvuru ul li {
        padding-left: 20px;
    }

    .hakkimizdasection .franchisebasvuru .basvurubtn {
        margin: auto;
        position: relative;
        display: block;
    }
    .formsection {
        padding: 0;
    }
}

@media only screen and (max-width: 399px) {
    header{ height: 140px;}
    .slidersection .sliderimg {
        margin-top: 20px;
    }

    .breadcrumpsection {
        padding: 20px;
    }

    header .header {
        margin-top: 25px;
    }
    header .topheader {
        display: grid;
        position: relative;
        margin: auto;
    }

    /* Hamburger Menüsü Gösterimi */
    header .header .menu-toggle {
        display: block;
        z-index: 1000;
    }

    /* Menü Gizleme ve Açma */
    header .header .menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 145px;
        left: 0;
        width: 100%;
        background-color: #1f361d;
        padding: 20px 0;
        z-index: 999;
    }

    header .header .menu li {
        text-align: left;
        padding: 10px 20px;
        width: 100%;
    }

    header .header .menu li a {
        color: white;
        display: block;
        width: 100%;
    }

    header .header .menu li .altmenu,
    header .header .menu li .altmegamenu {
        position: static;
        margin-top: 10px;
        width: auto;
        box-shadow: none;
        background-color: #f9f9f9;
        border-radius: 5px;
    }

    header .header .menu li .altmenu li,
    header .header .menu li .altmegamenu li {
        padding: 5px;
        text-align: left;
    }

    header .header .menu li .altmenu li a,
    header .header .menu li .altmegamenu li a {
        color: #1f361d;
    }

    header .header .menu>li:hover .altmenu,
    header .header .menu>li:hover .altmegamenu {
        display: none;
    }

    /* Alt Menü Tıklanabilirlik */
    header .header .menu li .altmenu,
    header .header .menu li .altmegamenu {
        display: none;
    }

    header .header .menu li.open .altmenu,
    header .header .menu li.open .altmegamenu {
        display: block;
    }

    header .header .menu li .altmegamenu li a img {
        border-radius: 10px;
        height: 50px;
        width: 50px;
    }


    .slidersection .sliderimg {
        margin-top: 20px;
    }

    .breadcrumpsection {
        padding: 20px;
    }



    .slidersection {
        min-height: 100%;
        padding: 20px 0;
    }

    .slidersection .sliderdetay {
        min-height: 0;
    }

    .slidersection .sliderdetay h5 {
        color: white;
        font-size: 17px;
        font-weight: 400;
    }

    .slidersection .sliderdetay .sliderbtn {
        font-weight: 400;
        font-size: 18px;
        text-align: center;
        display: inline-block;
        background-color: #d09c30;
        border: 0;
        color: #fff;
        padding: 5px 15px;
        border-radius: 15px;
        text-decoration: none;
        width: 155px;
        margin-top: 10px;
    }

    .basvurubutondiv {
        width: 160px;
        font-size: 13px;
    }

    .deneyimsection .deneyimdetay span {

        font-size: 25px;
        font-weight: 600;
    }

    .hakkimizdasection .franchisebasvuru {

        margin-top: 110px;
        height: 100%;

    }


    .basvurubutondiv::after {

        left: 35px;
    }

    .franchiseform {
        width: 100%;
    }


    .franchiseform {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        display: none;
        z-index: 999;
        overflow: scroll;

    }

    footer .sosyalmedya ul {

        margin-top: 55px;

    }



    .hakkimizdasection .hakkimizdadetay h1 {
        margin-top: 40px;
        font-size: 34px;

    }

    .hakkimizdasection .franchisebasvuru {
        margin-top: 40px;
        border-radius: 25px;
        height: 110%;
    }

    .hakkimizdasection .franchisebasvuru .basvurubtn {
        margin: auto;
        position: relative;
        display: block;
    }

    .hakkimizdasection .franchisebasvuru ul li {
        padding-left: 20px;
    }
    .formsection {
        padding: 0;
    }
    .urundetaysection .urundetaybilgi {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 20px 40px 20px;
    height: 100%;
    }
    .urundetaysection {
    width: 100%;
    height: 100%;
    background-color: #f5efe4;
    }
    .subelersectiondetay .subeler .sube ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    }
}