/* ---  Qurbonov Asilbek tomondan Gamburger maketini kod ga o'girildi  ---  */
/* --- 2021.11.23 20:12 --- */

::-webkit-scrollbar {
    width: 0px;
}
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-family: sans-serif;
    transition: .5s;
}

header {
    width: 100%;
    min-height: 770px;
    margin: auto;
    background: url(../images/background2.jpg.png);
    overflow: hidden;
}

header .container {
    max-width: 1330px;
    margin: 20px auto;
}

header .container .row {
    margin: 0 20px;
    display: flex;
    justify-content: space-between;
}

header .container .express {
    display: flex;
    align-items: center;
}

header .container .express a {
    color: #44220C;
    font-family: sans-serif;
    font-weight: 700;
    margin: 0 0 0 10px;
}

header .container .express p {
    font-family: sans-serif;
    font-weight: 700;
    margin: 0 0 0 10px;
    color: #44220C;
}

header .container ul {
    margin: 0 20px;
    display: flex;
    justify-content: right;
}

header .container ul li {
    margin: 0 0 0 50px;
    z-index: 200;
}

header .container ul li a {
    font-size: 15px;
    font-family: 'Bahnschrift';
    font-weight: 500;
    color: #44220C;
}
header .container ul li:hover{
    text-decoration: underline;
}
.menu2 {
    width: 80%;
    height: 200px;
    justify-content: center;
    margin: auto;
    position: absolute;
    top: -200px;
    left: 10%;
    right: 10%;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
}

.menu2 .row {
    flex-direction: column;
}

.menu2 .row .li {
    margin: 20px auto 0 auto;
}

.menu2 .row .li a {
    font-size: 20px;
    font-weight: 600;
    color: #ff6600;
}

.menu2_active {
    width: 80%;
    height: 200px;
    justify-content: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    background: #eee;
}

.bg {
    background-color: #000;
}

.tun {
    width: 42px;
    height: 21px;
    background: #111;
    border-radius: 10px;
    position: absolute;
    top: 13px;
    right: 30px;
    z-index: 500;
    box-shadow: inset 0px 0px 2px #eee,
                    0px 0px 2px #000;
}

.tun:hover {
    cursor: pointer;
}

.tuni {
    background: #eee;
    box-shadow: inset 0px 0px 5px #000, 0px 0px 2px #bbb;
}

.oy {
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    top: 4px;
    left: 4px;
    box-shadow: inset 0px 0px 2px #000, 0px 0px 2px #fff;
}

.kun {
    width: 15px;
    height: 15px;
    background: #111;
    position: relative;
    top: 3px;
    left: 23px;
    box-shadow: inset 0px 0px 3px #ddd, 0px 0px 0px #000;
}

.zin {
    z-index: 90;
}

.menuIcon {
    padding: 10px 5px 0 20px;
    cursor: pointer;
    transition: 0.7s;
    z-index: 900;
}

.menuIcon div {
    width: 35px;
    height: 6px;
    margin: 5px;
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    transition: 0.7s;
    box-shadow: 0 0 5px black;
    z-index: 900;
}

.menuIcon1 {
    transform-origin: 0 0;
    border-radius: 6px;
}

.menuIcon2 {
    transform: scaleX();
    border-radius: 6px;
}

.menuIcon3 {
    transform-origin: 0 100%;
    border-radius: 6px;
}

.animation {
    transform: rotateZ(180deg);
    padding: 10px -15px 0 0px;
}

.animation .menuIcon1 {
    transform: rotate(44deg);
}

.animation .menuIcon2 {
    transform: scaleX(0);
}

.animation .menuIcon3 {
    transform: rotate(-44deg);
}

header .container .main {
    max-width: 1330px;
    height: 500px;
    margin: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .container .main .left {
    margin: 0 0 80px 0;
    z-index: 100;
}

header .container .main .left h5 {
    color: #44220C;
    max-width: 450px;
    font-size: 20px;
    font-family: 'Bahnschrift';
    padding: 5px 10px;
    border: 2px dashed #44220C;
}

header .container .main .left h1 {
    color: #44220C;
    font-size: 120px;
    font-weight: 400;
    transition: .5s;
    text-shadow: 4px 4px 0 white;
}
header .container .main .left h2 {
    color: #44220C;
    font-family: 'Clarendon Blk BT';
    font-size: 50px;
    font-weight: 900;
    text-shadow: 4px 4px 0 white;
}

header .container .main .right {
    margin: 190px 0 0 -50px;
    position: relative;
}

header .container .main .his {
    position: absolute;
    top: 560px;
    left: 200px;
    color: white;
    font-size: 40px;
    font-weight: 200;
}

header .container .main .his .text {
    position: absolute;
    top: 40px;
    left: 44px;
}

header .container .main .his .text p {
    color: white;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 5px;
}

header .container .main .his .text .te {
    color: white;
    font-size: 50px;
    font-weight: 200;
}

header .container .main .his .text .te span {
    color: white;
    font-size: 20px;
    font-weight: 200;
}

section .container {
    max-width: 1330px;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

section .container .left {
    position: relative;
    margin: auto;
}

section .container .left img {
    margin: 0 10px 0 0;
}

section .container .left .try {
    color: white;
    position: absolute;
    top: 30px;
    left: 30px;
}

section .container .right {
    margin: auto;
    position: relative;
}

section .container .right .row {
    margin: 0 0 30px 0;
}

section .container .right .wrap {
    color: white;
    position: absolute;
    top: 40px;
    left: 30px;
}

section .container .right .wrap2 {
    color: white;
    position: absolute;
    top: 250px;
    left: 30px;
}

section .always {
    max-width: 1330px;
    margin: 20px auto 50px auto;
}

section .always .tasty {
    max-width: 1000px;
    text-align: center;
    margin: auto;
}

section .always .tasty h5 {
    width: 300px;
    font-size: 20px;
    padding: 10px;
    margin: 20px auto 20px;
    background: #FFC045;
    color: #44220C;
}

section .always .tasty h1 {
    font-size: 50px;
    color: #44220C;
    font-family: 'Clarendon Blk BT';
    margin: 0 0 20px 0;
}

section .always .tasty p {
    max-width: 1000px;
    font-size: 15px;
    color: #464646;
    margin: 0 auto 50px auto;
}

section .always .about_burger {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

section .always .about_burger .burger {
    width: 400px;
    margin: 10px;
    margin: auto;
}

section .always .about_burger .burger img {
    margin: 20px 0 0 0;
}

section .always .about_burger .burger h1 {
    font-size: 30px;
    color: #44220C;
    margin: 50px 0 0 0;
}

section .always .about_burger .burger p {
    font-size: 15px;
    color: #414141;
    margin: 20px 0 40px 0;
}

section .always .about_burger .burger a {
    padding: 15px 60px;
    background: #BF2222;
    color: white;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

section .always .about_burger .burger a:hover {
    background-color: #fff;
    color: #BF2222;
    border: 1px solid #BF2222;
}

main {
    max-width: 1330px;
    margin: 20px auto;
    padding: 20px;
    overflow: hidden;
}

main .burger_house {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    margin: auto;
    box-shadow: 0 0 20px #000;
}

main .burger_house img {
    margin: auto;
}

main .burger_house .carousel {
    max-width: 500px;
    margin: auto;
}

main .burger_house .carousel h5 {
    font-size: 20px;
    color: #414141;
    margin: 60px 0 0 0;
}

main .burger_house .carousel h2 {
    font-size: 40px;
    color: #44220C;
    font-family: 'Clarendon Blk BT';
    margin: 0 0 20px 0;
}

main .burger_house .carousel p {
    font-size: 19px;
    color: #414141;
    margin: 10px 0 0 0;
}

.der {
    max-width: 1330px;
    height: 850px;
    position: relative;
    margin: auto;
    overflow: hidden;
}

.der img {
    justify-content: left;
}

.der .lef {
    display: flex;
    justify-content: space-between;
}

.der .lef img {
    margin: -70px 0 180px 0;
}

.ma {
    max-width: 1330px;
    margin: auto;
    position: absolute;
    top: 90px;
    left: 20%;
    right: 20%;
}

.mail {
    max-width: 1330px;
    margin: 20px auto 20px auto;
    text-align: center;
    margin: auto;
}

.mail h3 {
    margin: 60px 0 5px 0;
    font-size: 20px;
    color: #44220C;
}

.mail h1 {
    font-size: 50px;
    color: #44220C;
    font-family: 'Clarendon Blk BT';
    margin: 0 0 70px 0;
}

.mail .table {
    max-width: 750px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mail .table .left ::placeholder, .right ::placeholder {
    padding-left: 18px;
}

.mail .table .left {
    margin: auto;
    display: flex;
    flex-direction: column;
}

.mail .table .left input {
    width: 350px;
    height: 50px;
    margin: 0 0 20px 0;
}

.mail .table .left input:only-of-type {
    font-size: 28px;
    padding-left: 18px;
}

.mail .table .right {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.mail .table .right input {
    width: 350px;
    height: 50px;
    margin: 0 0 20px 0;
}

.mail .table .right a {
    font-size: 20px;
    font-weight: 800;
    padding: 15px 30px;
    color: #fcfcfc;
    font-family: 'Clarendon Blk BT';
    background: #BF2222;
    border: 1px solid #BF2222;
}
.mail .table .right a:hover{
    background: #fcfcfc;
    color: #BF2222;
}
footer {
    max-width: 1330px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

footer .in {
    filter: brightness(90%);
}

footer .row {
    max-width: 1330px;
    margin: auto;
    position: absolute;
    top: 0;
    z-index: 2;
}

footer .row .ic {
    margin: 70px 0 20px 30px;
}

footer .row .ic img {
    width: 400px;
    filter: brightness(3400%);
}

footer .row2 {
    max-width: 1350px;
    margin: auto;
    display: flex;
    align-content: space-between;
}

footer .row .row2 .left {
    padding: 0 250px 0 0;
}

footer .row .row2 .left p {
    font-size: 19px;
    color: #bdbdbd;
    margin: 0 0 0 30px;
}

footer .row .right {
    max-width: 500px;
    margin: 0 330px 0 0;
}

footer .row .right .map {
    display: flex;
    align-items: center;
}

footer .row .right .map a {
    color: white;
    font-size: 40px;
    margin: 5px;
    transition: .01s;
}

footer .row .right .map p {
    color: white;
}

footer .row .right .chat {
    display: flex;
    align-items: center;
}

footer .row .right .chat a {
    color: white;
    font-size: 40px;
    margin: 5px;
    transition: .01s;
}
footer .row .right .chat a:hover, footer .row .right .map a:hover{
    color: #2222BF;
}
footer .row .right .chat p {
    color: white;
}

footer .fut {
    max-width: 1330px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 100px 0 0 0;
}

footer .fut .copy {
    font-size: 15px;
    margin: 0 0 0 30px;
    color: rgb(172, 172, 172);
}

footer .fut .social {
    margin: 0 30px 0 0;
    display: flex;
}

footer .fut .social a {
    color: white;
    font-size: 30px;
    margin: 5px;
    transition: .01s;
}
footer .fut .social a:hover{
    color: #2222BF;
}

@media (min-width: 1400px) {
    .menu2 {
        display: none;
    }
    .menuIcon {
        display: none;
    }
    footer .fut {
        margin: 190px 0 0 0;
    }
    footer .row .row2 .left {
        padding: 0 200px 0 0;
    }
    footer .row .right {
        max-width: 500px;
        margin: 0 200px 0 0;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .menu2 {
        display: none;
    }
    .menuIcon {
        display: none;
    }
    footer .fut {
        margin: 180px 0 0 0;
    }
    footer .row .row2 .left {
        padding: 0 200px 0 0;
    }
    footer .row .right {
        max-width: 500px;
        margin: 0 200px 0 0;
    }
}

@media (max-width: 1206px) and (min-width: 1000px) {
    header .container .main .right {
        margin: 190px 0 0 -200px;
    }
    section .container .left img {
        margin: 0 10px 25px 5px;
    }
    main .burger_house .carousel p {
        margin: 10px 0 20px 0;
    }
    .menu2 {
        display: none;
    }
    .menuIcon {
        display: none;
    }
    footer .fut {
        margin: 180px 0 0 0;
    }
    footer .row .row2 .left {
        padding: 0 200px 0 0;
    }
    footer .row .right {
        max-width: 500px;
        margin: 0 200px 0 0;
    }
}

@media (max-width: 1000px) and (min-width: 800px) {
    header .container .main .right {
        margin: 190px 0 0 -400px;
    }
    section .container .left img {
        margin: 0 10px 25px 5px;
    }
    main .burger_house .carousel p {
        margin: 10px 0 20px 0;
    }
    .menu2 {
        display: none;
    }
    .menuIcon {
        display: none;
    }
    footer .fut {
        margin: 150px 0 0 0;
    }
    footer .row .row2 .left {
        padding: 0 50px 0 0;
    }
    footer .row .right {
        max-width: 500px;
        margin: 0 150px 0 0;
    }
}

@media (max-width: 800px) and (min-width: 700px) {
    header .container .main .right {
        margin: 190px 0 0 -600px;
    }
    section .container .left img {
        margin: 0 10px 25px 5px;
    }
    main .burger_house .carousel p {
        margin: 10px 0 20px 0;
    }
    .menu2 {
        display: none;
    }
    .menuIcon {
        display: none;
    }
    footer .fut {
        margin: 150px 0 0 0;
    }
    footer .row .row2 .left {
        padding: 0 0px 0 0;
    }
    footer .row .right {
        max-width: 500px;
        margin: 0 30px 0 0;
    }
}

@media (max-width: 700px) and (min-width: 600px) {
    header .container .main .right {
        margin: 190px 0 0 -700px;
        z-index: -1;
    }
    section .container .left img {
        margin: 0 10px 25px 5px;
    }
    main .burger_house .carousel p {
        margin: 10px 0 20px 0;
    }
    main .burger_house img {
        width: 550px;
    }
    .menu2 {
        display: block;
    }
    .menuIcon {
        display: block;
    }
    .animation {
        transform: rotateZ(360deg);
    }
    header .container ul {
        display: none;
    }
    footer .fut {
        margin: 150px 0 0 0;
    }
    footer .row .row2 .left {
        padding: 0 0px 0 0;
    }
    footer .row .right {
        max-width: 500px;
        margin: 0 30px 0 0;
    }
}

@media (max-width: 600px) and (min-width: 400px) {
    header .container .row .logo img {
        width: 200px;
    }
    header .container .main .right {
        margin: 190px 0 0 -700px;
        z-index: -1;
    }
    header .container .main .left h5 {
        width: 420px;
    }
    header .container .main .left h1 {
        font-size: 100px;
    }
    section .container .left img {
        width: 450px;
        margin: 0 10px 25px 5px;
    }
    section .container .right .row img {
        width: 450px;
    }
    section .container .right .row2 img {
        width: 450px;
    }
    main .burger_house .carousel p {
        margin: 10px 0 20px 0;
    }
    main .burger_house img {
        width: 400px;
    }
    .mail .table .left input {
        width: 300px;
    }
    .mail .table .right input {
        width: 300px;
    }
    .mail .table .right a {
        padding: 15px 10px;
    }
    .tun {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .menu2 {
        display: block;
    }
    .menuIcon {
        display: block;
    }
    header .container ul {
        display: none;
    }
    footer {
        margin: 20px 0 0 0;
    }
    footer .fut {
        margin: 50px 0 0 0;
    }
    footer .row .row2 {
        flex-direction: column;
        align-items: center;
        padding: 0 0px 0 0;
    }
    footer .row .row2 .left {
        padding: 0 0px 0 0;
    }
    footer .row .right {
        max-width: 500px;
        margin: 0 10px 0 30px;
    }
}

@media (max-width: 400px) {
    header .container .main .right {
        margin: 190px 0 0 -700px;
        z-index: -1;
    }
    header .container .main .left h5 {
        width: 300px;
    }
    header .container .main .left h1 {
        font-size: 80px;
    }
    section .container .left img {
        width: 350px;
        margin: 0 10px 25px 5px;
    }
    section .container .right .row img {
        width: 350px;
    }
    section .container .right .row2 img {
        width: 350px;
    }
    main .burger_house .carousel p {
        margin: 10px 0 20px 0;
    }
    main .burger_house img {
        width: 320px;
    }
    .mail .table .left input {
        width: 250px;
    }
    .mail .table .right input {
        width: 250px;
    }
    .mail .table .right a {
        padding: 15px 10px;
    }
    .menuIcon {
        display: block;
    }
    header .container ul {
        display: none;
    }
    footer {
        margin: 20px 0 0 0;
    }
    footer .fut {
        margin: 50px 0 0 0;
    }
    footer .row .row2 {
        flex-direction: column;
        align-items: center;
        padding: 0 0px 0 0;
    }
    footer .row .row2 .left {
        padding: 0 0px 0 0;
    }
    footer .row .right {
        max-width: 500px;
        margin: 0 10px 0 30px;
    }
}

/* ---  Qurbonov Asilbek tomondan Gamburger maketini kod ga o'girildi  ---  */
/* --- 2021.11.23 20:12 --- */