* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0px;
}
ul{
    width: 64%;
}

.all {
    position: absolute;
    width: 100%;
    height: fit-content;
    z-index: -1;
    background-color: rgb(231, 179, 119);
}
#check {
    position: absolute;
    display: none;
}
#menu {
    visibility: hidden;
}
#menu {
    position: fixed;
    top: 30px;
    right: 20px;
    z-index: 20000;
}

.contact-img{
    opacity: 0.1;
    position: absolute;
    width: 100%;
    height: 800px;
    bottom: 10%;
}
.contact-img img{
    position: relative;
}
#phone-img{
    position: absolute;
    rotate: 90deg;
    left: 30%;
    top: 5%;
}
#pin-img{
    position: absolute;
}
#mail-img{
    position: absolute;
    left: 70%;
}
.iceds{
    position: absolute;
    width: 100%;
    align-items: center;
    text-align: center;
    opacity: 0.1;
    height: 70vh;
}
.iceds img{
    position: relative;
}
.first{
    position: absolute;
    bottom: 25%;
    right: 5%;
    rotate: -30deg;
    width: 250px;
    height: 250px;
}
.second{
    position: absolute;
    rotate: 15deg;
}
.third{
    position: absolute;
    rotate: 45deg;
    bottom: 10%;
    left: 5%;
    width: 250px;
    height: 250px;
}
@media screen and (max-width:1250px) {
    .iceds{
        top: 10%;
    }
    .first{
        width: 150px;
        height: 150px;
    }
    .second{
        width: 250px;
        height: 250px;
    }
    .third{
        width: 150px;
        height: 150px;
    }
        #phone-img {
            position: absolute;
            rotate: 90deg;
            left: 30%;
            top: 5%;
            width: 300px;
            height: 300px;
        }
    
        #pin-img {
            position: absolute;
            width: 250px;
            height: 250px;
        }
    
        #mail-img {
            position: absolute;
            left: 70%;
            width: 250px;
            height: 250px;
        }
    }
@media screen and (max-width:560px) {
    ul li a:active {
            color: blue;
        }
    .iceds{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .iceds img{
        display: block;
    }
    .first{
        top: -35%;
    }
    .second{
        bottom: 12%;
    }
    .third{
        top: 1%;
        rotate: -30deg;
    }
}
.footer {
    margin-top: 5rem;
    height: 8rem;
    background-color: rgb(139, 81, 79);
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 25px;

    color: #fff;
}

.logo h1 {
    font-family: 'Rock Salt';
    font-style: normal;
    font-weight: 400;

    width: 240px;
    height: 45px;
}

.language-switch {
    font-family: 'Source Sans Pro';
    color: white;
    font-weight: 700;
    font-size: 20px;
}
.n-z {
    color: #ffffff;
    font-size: 15px;
    text-align: right;
}

.c-h {
    color: #ffffff;
    font-size: 9px;
    font-weight: 400;
    width: fit-content;
    padding: 0;
    text-align: end;
}

a {
    text-decoration: none;
    color: #ffffff;
    transition: 0.5s;
}

.top {
    background-color: rgb(231, 179, 119);
    position: relative;
}

.stick {
    width: 106px;
    height: 9px;
    background: #242424;
    position: absolute;
    top: 50%;
    left: 3%;
}

.take-break {
    position: absolute;
    width: fit-content;
    bottom: 5%;
    left: 3%;
    font-family: 'Staatliches';
    font-weight: 400;
    font-size: 50px;
    color: #242424;
}

.take {
    font-weight: 400;
    padding: 0;
    top: 0;
    height: 60px;
}

.break {
    font-weight: 400;
    padding: 0;
}

.drink-coffee {
    position: absolute;
    right: 3%;
}

.drink {
    position: absolute;
    color: #333333;
    opacity: 0.7;
    font-family: 'Rock Salt';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 119px;
    right: 100px;
    top: 150px;
}

.coffee {
    position: absolute;
    font-family: 'Rock Salt';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 119px;
    color: #333333;
    opacity: 0.7;
    transform: rotate(-14.82deg);
    right: 0px;
    top: 200px;
}

.quote {
    font-size: 28px;
    font-family: 'Inter';
    font-style: normal;
    color: #242424;
    text-align: left;
    margin-left: 6%;
}

.image {
    position: relative;
    margin: 5%;
    left: 2%;
    position: relative;
    width: 666px;
    height: 328px;
    background: url(img/BACKGROUND.png)center/cover no-repeat;
    border-radius: 20px;
    z-index: 10;
}

.gradient-light {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(233.55deg, rgb(139, 81, 79) -13.15%, #002C3F 88.45%);
    mix-blend-mode: overlay;
    border-radius: 20px;
    z-index: 10;
}

.stroke {
    position: absolute;
    width: 100%x;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(38.96deg, rgb(139, 81, 79) 18.35%, #14801F 104.56%);
    mix-blend-mode: overlay;
    opacity: 0.5;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    z-index: 10;
}
.bright {
    position: absolute;
    width: 100%;
    z-index: 10;
}

.about {
    margin-top: -40px;
    margin-left: 7%;
}

.about h1 {
    color: #242424;
    font-size: 45px;
    font-family: 'Inter';
}

.about p {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;

    color: #242424;
}

.bottom {
    width: 50rem;
}
.top{position: relative;}

@keyframes shake {
    25% {
        transform: rotateZ(30deg);
    }

    50% {
        transform: rotateZ(-30deg);
    }

    75% {
        transform: rotateZ(30deg);
    }

    100% {
        transform: rotateZ(0deg);
    }
}

#wp {
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 20;
    opacity: 0.7;
    transition: 0.5s;
}

#wp:hover {
    opacity: 1;
}
.main{
    display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15%
}
#menu {
    display: none;
}

@media screen and (max-width:852px) {
    ul li a::active {
            color: blue;
        }
    #check:checked~ul {
            visibility: visible;
        }
    
        #check:checked~ul li a {
            color: white;
        }
    
        
    
        #menu {
            display: block;
            position: fixed;
            top: 30px;
            right: 20px;
            z-index: 20000;
        }
    .language-switch{
        font-size: 20px;
    }
    .logo img{
        width: 200px;
        height: 70px
    }
    .main{
        flex-direction: ;
    }
    .bottom{
        display: block;
    }
    .about{
        display: block;
    }
    .bottom{
        width: 100%;
        padding: 0px 10px;
        margin-top: 0;
    }
    .quote{
        margin-right: 0;
    }
    .main{
        flex-direction: column;
    }
    .footer {
    margin-top: 5rem;
    height: fit-content;
    background-color: rgb(139, 81, 79);
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    }

.footer {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 25px;

    color: #fff;
}
    .iceds {
        pointer-events: none;
        transform: translate(0);
    }

    .all {
        width: 100%;
        height: fit-content;
    }

    .header {
        width: 100%;
        position: fixed;
    }

    .image {
        width: 80%;
        height: 250px;
    }

    .quote {
        font-size: 20px;
        margin: auto;
        width: 100%;
        text-align: center;
        margin-top: 20%;
    }

    .top {
        display: block;
    }

    .take-break {
        font-size: 30px;
    }

    .stick {
        visibility: hidden;
    }

    .drink-coffee {
        transform: translateY(-50px);
    }

    .drink {
        font-size: 20px;
        transform: translateX(40px);
    }

    .coffee {
        font-size: 20px;
    }

    .bottom {
        display: block;
        margin-bottom: 230px;
    }

    .about {
        text-align: center;
        margin: auto;
        margin-top: 25%;
        width: 100%;
        transform: translateX(-5px);
    }

    .about h1 {
        font-size: 30px;
    }

    .about p {
        font-size: 15px;
    }

    .image {
        margin-top: 20%;
        margin-bottom: 5%;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        transform: translateX(-10px);
    }

    .logo {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        left: -3%;
    }

    .logo img {
        margin-left: 7%;
    }

    ul{
        position: fixed;
        display: block;
        text-align: left;
        width: 100%;
        height: 100%;
        background-color: rgb(139, 81, 79);
        color: rgb(255, 255, 255);
        right: 0;
        top: 0;
        align-items: center;
        visibility: hidden;
        z-index: 21;
    }
    ul li {
        height: 12px;
        display: block;
        margin-top: 10px;
        margin-left: 5%;
    }

    ul li::after {
        visibility: hidden;
    }

    ul li a {
        color: rgba(255, 255, 255, 0);
        transition: 0s;
    }

    #check:checked~.ul {
        visibility: visible;
    }

    #check:checked~.ul li a {
        color: white;
    }

    #check {
        display: none;
    }

    #menu {
        visibility: visible;
        position: fixed;
        top: 30px;
        right: 20px;
        z-index: 20000;
    }

    #wp {
        width: 50px;
        height: 50px;
    }
    
}
.quote{
    margin-top: 25%;
}

@media screen and (max-width:1400px) {}

@media screen and (max-width: 500px) {
    ul li {
        margin-top: 20%;
    }
    .language-switch{
        transform: translateX(15px);
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.all {
    position: absolute;
    width: 100%;
    z-index: -1;
    background-color: rgb(231, 179, 119);
}

.logo h1 {
    font-family: 'Rock Salt';
    font-style: normal;
    font-weight: 400;

    width: 240px;
    height: 45px;
}

.n-z {
    color: #ffffff;
    font-size: 15px;
    text-align: right;
}

.c-h {
    color: #ffffff;
    font-size: 9px;
    font-weight: 400;
    width: fit-content;
    padding: 0;
    text-align: end;
}

a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    transition: 0.5s;
}

ul li::after {
    content: '';
    width: 0%;
    height: 2px;
    background: #242424;
    display: block;
    margin: auto;
    transition: 0.5s;
}

ul li:hover::after {
    width: 100%;
}

.backgrnd {
    position: absolute;
    opacity: 0.08;
    transform: rotateZ(0deg);
    left: 225px;
    bottom: 25.5px;
    z-index: -1;
}
.layout-1 {
    height: fit-content;
    display: flex;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
    font-size: 16px;
    text-align: center;
    font-family: 'Inter';
}
.layout-1 p {
    text-align: left;
}

.layout-1 h1 {
    transform: translateY(20px);
}

.filter {
    position: relative;
    align-items: center;
    height: 290.6px;
    display: flex;
    border: 3px solid rgb(139, 81, 79);
    border-radius: 30px;
    margin-right: 50px;
    transition: 0.5s;
}

.of-mine-blend {
    position: relative;
    align-items: center;
    display: flex;
    border: 3px solid rgb(139, 81, 79);
    border-radius: 30px;
    transition: 0.5s;
}

.buy-1 {
    position: absolute;
    bottom: 25px;
    right: 50px;
    padding: 10px 30px;
    border: 0;
    border-radius: 15px;
    background: rgba(139, 81, 79, 0);
    color: rgba(255, 255, 255, 0);
    transition: 0.5s;
}
.buy-1 a{
    width: 100%;
    height: 100%;
}
.buy-2 {
    position: absolute;
    bottom: 10px;
    right: 50px;
    padding: 10px 30px;
    border: 0;
    border-radius: 15px;
    background: rgba(139, 81, 79, 0);
    color: rgba(255, 255, 255, 0);
    transition: 0.5s;
}

.filter:hover .buy-1 {
    background: rgb(139, 81, 79);
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.of-mine-blend:hover .buy-2 {
    background: rgb(139, 81, 79);
    color: rgb(255, 255, 255);
    cursor: pointer;
}
.filter:hover .buy-2 {
    background: rgb(139, 81, 79);
    color: rgb(255, 255, 255);
    cursor: pointer;
}
.of-mine-blend:hover .buy-1 {
    background: rgb(139, 81, 79);
    color: rgb(255, 255, 255);
    cursor: pointer;
}
.buy-1:hover {
    box-shadow: 0px 0px 10px black;
}

.buy-2:hover {
    box-shadow: 0px 0px 10px black;
}

.filter:hover {
    background: rgba(190, 141, 85, 0.219);
    box-shadow: 0px 0px 10px black;
}

.of-mine-blend:hover {
    background: rgba(190, 141, 85, 0.219);
    box-shadow: 0px 0px 10px black;
}

.filter-last {
    position: relative;
    align-items: center;
    height: 290.6px;
    display: flex;
    border: 3px solid rgb(139, 81, 79);
    border-radius: 30px;
    margin-right: 50px;
    transition: 0.5s;
    margin-left: 3.2%;
}

.filter-last:hover {
    background: rgba(190, 141, 85, 0.219);
    box-shadow: 0px 0px 10px black;
}

.filter-last:hover .buy-1 {
    background: rgb(139, 81, 79);
    color: rgb(255, 255, 255);
    cursor: pointer;
}

@media screen and (max-width:1300px) {
    .backgrnd {
        left: 250px;
        height: 1000px;
        top: 100px;
    }
}

@media screen and (max-width:1000px) {
    
    ul{
            visibility: hidden;
            position: fixed;
            width: 100%;
            left: 0;
            text-align: center;
            align-items: center;
            background-color: rgb(139, 81, 79);
            height: 101vh;
        }
                ul li {
                    margin-top: 10px
                }
                #menu{
                    visibility: visible;
                    display: block;
                }
    .all {
        height: fit-content;
    }

    .backgrnd {
        width: 10px;
        height: 10px;
        visibility: hidden;
    }

    .layout-1 {
        display: block;
        transform: translateY(25%);
        margin-top: 15%;
    }
    .of-mine-blend{
        margin-top: 15%;
        padding-bottom: 30px;
    }
    .layout-1 h1 {
        font-size: 15px;
    }

    .layout-1 p {
        font-size: 15px;
        width: 50%;
    }

    .filter {
        margin-bottom: 40px;
        width: 90%;
        margin-left: 5%;
        padding-bottom: 30px;
    }

    .of-mine-blend {
        width: 90%;
        margin-left: 5%;
    }

    .filter-last {
        margin-bottom: 40px;
        width: 90%;
        margin-left: 5%;
        transform: translateY(25%);
    }

    .logo {
        position: absolute;
        margin-left: 50%;
        transform: translateX(-50%);
        width: 50%;
        left: -3%;
    }

    .logo img {
        margin-left: 7%;
    }

    ul{
        position: absolute;
        display: block;
        text-align: center;
        width: 100%;
        left: 0;
        top: 4.5%;
        align-items: center;
    }

    ul li::after {
        visibility: hidden;
    }

    #wp {
        width: 50px;
        height: 50px;
    }

    .filter {
        margin-bottom: 20px;
    }

    .buy-1 {
        background: rgba(139, 81, 79, 1);
        color: rgba(255, 255, 255, 1);
        transform: translateY(18px);
    }

    .buy-2 {
        background: rgba(139, 81, 79, 1);
        color: rgba(255, 255, 255, 1);
    }

    ul{
        position: fixed;
        display: block;
        text-align: center;
        width: 100%;
        height: 100%;
        background-color: rgb(139, 81, 79);
        color: rgb(255, 255, 255);
        right: 0;
        top: 0;
        align-items: center;
        visibility: hidden;
        z-index: 21;
    }

    ul li {
        margin-top: 10px;
        margin-left: 5%;
    }

    ul li::after {
        visibility: hidden;
    }

    ul li a {
        color: rgba(255, 255, 255, 0);
    }

    #check:checked~ul {
        visibility: visible;
    }

    #check:checked~ul li a {
        color: white;
    }

    #check {
        display: none;
    }

    #menu {
        position: fixed;
        top: 30px;
        right: 20px;
        z-index: 20000;
    }
}

@media screen and (max-width:600px) {
    .layout-1 p {
        font-size: 9px;
    }
}

#wp {
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 20;
    opacity: 0.7;
    transition: 0.5s;
}

#wp:hover {
    opacity: 1;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.all {
    position: absolute;
    width: 100%;
    z-index: -1;
    background-color: rgb(231, 179, 119);
}

.logo h1 {
    font-family: 'Rock Salt';
    font-style: normal;
    font-weight: 400;

    width: 240px;
    height: 45px;
}

.n-z {
    color: #ffffff;
    font-size: 15px;
    text-align: right;
}

.c-h {
    color: #ffffff;
    font-size: 9px;
    font-weight: 400;
    width: fit-content;
    padding: 0;
    text-align: end;
}

ul{
    display: flex;
    font-size: 20px;
}

li {
    font-family: 'Source Sans Pro';
    margin-right: 25px;
    text-decoration: none;
    list-style: none;
    font-weight: 700;
}

ul li::after {
    content: '';
    width: 0%;
    height: 2px;
    background: rgb(231, 179, 119);
    display: block;
    margin: auto;
    transition: 0.5s;
}

ul li:hover::after {
    width: 100%;
}

.text h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    /* identical to box height, or 50px */
    letter-spacing: -0.03em;
    color: whitesmoke;
    letter-spacing: 2px;
    width: fit-content;

}

.text h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 100%;
    /* identical to box height, or 50px */
    letter-spacing: -0.03em;
    color: whitesmoke;
    width: fit-content;
}

table {
    background: rgb(139, 81, 79);
    margin: 7% 7%;
    width: 86%;
    text-align: center;
    color: white;
    border-radius: 20px;
    font-family: 'Inter';
}

th {
    padding: 40px 20px;
    font-size: 30px;
    border-right: 2px dashed rgb(255, 255, 255);
}

td {
    padding: 40px;
    border-right: 2px dashed rgb(255, 255, 255);
    font-size: 15px;
}

.right-h {
    border-right: 0;
}

.right-d {
    border-right: 0;
    ;
}

.tel-hours {
    position: relative;
}

.img-1 {
    position: absolute;
    opacity: 0.1;
    z-index: -1;
    transform: translate(800px, -180px);
}

.img-2 {
    position: absolute;
    opacity: 0.1;
    z-index: -1;
    transform: translate(500px, 120px);
}

.img-3 {
    position: absolute;
    opacity: 0.1;
    z-index: -1;
    transform: translate(250px, -150px);
}

.hid-table {
    display: flex;
    position: relative;
    top: 40%;
    left: 8%;
    flex-direction: column;
    text-align: center;
    background-color: rgb(139, 81, 79);
    display: none;
}

@media screen and (max-width:1320px) {
    .img-1 {
        width: 200px;
        height: 200px;
        transform: translate(50px, -50px);
    }

    .img-2 {
        width: 200px;
        height: 200px;
        transform: translate(850px, 200px);
    }

    .img-3 {
        width: 200px;
        height: 200px;
        left: 400px;
    }

    table {
        visibility: hidden;
        width: 10px;
    }

    th {
        font-size: 1px;
        padding: 0;
    }

    td {
        font-size: 1px;
        padding: 0;
    }

    .hid-table {
        display: flex;
        left: 50%;
        transform: translateX(-50%);
        top: 25%;
        width: 40%;
        border-radius: 20px;
        background: transparent;
    }

    .hid-table h1 {
        font-size: 20px;
        padding: 10px 10px;
        padding-top: 5px;
        text-decoration: underline;
        margin-top: 20px;
    }

    .hid-table p {
        font-size: 20px;
        padding: 10px 10px;
        border-bottom: 5px solid white;
        border-radius: 20px;
    }
    #check:checked~ul li a {
        color: white;
    }

    #check {
        display: none;
    }

    #menu {
        position: fixed;
        top: 30px;
        right: 20px;
        z-index: 20000;
    }

    .text {
        visibility: visible;
        width: fit-content;
        left: 0px;
        margin-top: 0;
        margin: 0;
    }

    .text h1 {
        font-size: 35px;
    }

    .text h2 {
        font-size: 35px;
    }
}

@media screen and (max-width:1060px) {
    #wp {
        width: 50px;
        height: 50px;
    }

    .all {
        height: 180vh;
    }

    .img-3 {
        left: 200px;
        left: 0px;
        transform: translate(0);
        bottom: 40%;
        left: 60%;
        width: 150px;
        height: 150px;
    }

    .img-2 {
        width: 150px;
        height: 150px;
        display: non;
        transform: translate(0);
        bottom: 0%;
        left: 5%;

    }

    .hid-table {
        width: 60%;
        font-family: 'Inter';
    }
}

@media screen and (max-width:660px) {
    .img-3 {
        visibility: visible;
    }

    .img-1 {
        left: 10%;
        bottom: 90%;
    }

    .logo img {
        margin-left: 7%;
    }

    .text {
        visibility: visible
    }
}

#wp {
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 20000;
    opacity: 0.7;
    transition: 0.5s;
}

#wp:hover {
    opacity: 1;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.all {
    position: absolute;
    width: 100%;
    z-index: -2;
    background-color: rgb(231, 179, 119);
}

.header {
    background-color: rgb(139, 81, 79);
    display: flex;
    border-bottom: 5px solid white;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 2rem;
    padding-bottom: 0.4rem;
    padding-top: 0.4rem;
    position: fixed;
    z-index: 90000000;
    height: 100px;
}

.logo {
    text-align: center;
    padding: 0;
}

.n-z {
    color: #ffffff;
    font-size: 15px;
    text-align: right;
}

.c-h {
    color: #ffffff;
    font-size: 9px;
    font-weight: 400;
    width: fit-content;
    padding: 0;
    text-align: end;
}

a {
    text-decoration: none;
    color: #ffffff;
    transition: 0.5s;
}

.text {
    margin-top: 15%;
    margin-left: 7%;
}

.info {
    margin-top: 4%;
    margin-left: 7%;
    color: rgba(255, 255, 255, 0.908);
    font-family: 'Source Sans Pro';
}

.info-section {
    width: 20rem;
    height: 6rem;
    border-radius: 20px;
    background: rgb(139, 81, 79);
    box-sizing: content-box;
    margin-bottom: 1rem;
    padding: 1rem;
}

.info-section-header {
    font-size: 1.4rem;
    margin-bottom: 10px;
    
}

.phone {
    width: 300px;
    height: 100px;
    background: red;
    padding-left: 10px;
    margin-top: 20px;
    border-radius: 20px;
    background: rgb(139, 81, 79);
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: content-box;
}

.mail {
    width: 300px;
    height: 100px;
    background: red;
    padding-left: 10px;
    margin-top: 20px;
    border-radius: 20px;
    background: rgb(139, 81, 79);
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: content-box;
}

.page {
    display: flex;
}

.form {
    position: relative;
    height: 26rem;
    width: 50%;
    background: rgb(139, 81, 79);
    margin-left: 16%;
    margin-top: 4%;
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.form label {
    font-size: 20px;
    color: whitesmoke;
    font-family: 'Source Sans Pro';
    font-weight: 600;
}

input {
    border-radius: 10px;
}

.three {
    display: flex;
    flex-direction: column;
}

.three input {
    font-size: 20px;
    height: 40px;
    margin: 9% 5%;
    margin-top: 0;
    padding: 1rem;
}

.three label {
    margin-left: 5%;
}

.message {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.message input {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 10rem;
    margin-top: 1.2rem;
    background: rgb(231, 179, 119);
    font-family: 'Source Sans Pro';
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

textarea {
    border-radius: 10px;
    font-size: 20px;
    transform: translateY(5px);
    height: 280px;
    max-width: 100%;
    resize: none;
    padding: 1rem;
}
#submit {
    padding: 20px 20px;
}

#wp {
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 20000;
    opacity: 0.7;
    transition: 0.5s;
}

#wp:hover {
    opacity: 1;
}

@media screen and (max-width:1500px) {
    .all {
        width: 100%;
        height: fit-content;
    }

    .header {
        width: 100%;
        position: fixed;
    }
    .message input {
        bottom: -5px;
        right: 10%;
    }
    .top{
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width:1350px) {
    .message {
        display: flex;
        flex-direction: column;
        justify-content: center;
        transform: translateY(-20px);
    }

    textarea {
        width: 90%;
        height: 250px;
    }

    .three label {
        font-size: 22px;
    }

    .three input {
        font-size: 15px;
        height: 40px;
        margin: 9% 5%;
        margin-top: 0;
    }
}

@media screen and (max-width:900px) {
    #urunlerimiz{
        transform: translateY(-120px);
    }
    .coffees{
        transform: translateY(-120px);
    }
    #contact{
        transform: translateY(50%);
    }
    #our-products{
        transform: translateY(250%);
    }
    .contact-img{
        display: none;
    }
    .iceds{
        top: 7%;
    }
    .first{
        left: 0%;
    }
    .third{
        left: -5%;
    }
    #phone-img{
        height: 100px;
        width: 100px;
        left: 43%;
        rotate: 135deg;
        top: 260%;
    }
    #mail-img{
        top: 250%;
        width: 100px;
        height: 100px;
        left: 65%;
    }
    #pin-img{
        top: 250%;
        width: 100px;
        height: 100px;
        left: 23%;
    }
    .contact-img {
            bottom: 31.5%;
            height: 50px;
            margin-top: 5%;
            margin-bottom: 2%;
        }
    .info-section{
        width: 88%;
    }
    #wp {
        width: 50px;
        height: 50px;
    }

    ul{
        position: fixed;
        display: block;
        text-align: center;
        width: 100%;
        height: 100%;
        background-color: rgb(139, 81, 79);
        color: rgb(255, 255, 255);
        right: 0;
        top: 0;
        align-items: center;
        visibility: hidden;
        z-index: 21;
    }

    ul li {
        margin-top: 80px;
        margin-left: 5%;
    }

    ul li::after {
        visibility: hidden;
    }

    ul li a {
        color: rgba(255, 255, 255, 0);
        transition: 0s;
    }

    #check:checked~ul {
        visibility: visible;
    }

    #check:checked~ul li a {
        color: white;
    }
    
    #check {
        display: none;
    }

    #menu {
        position: fixed;
        top: 30px;
        right: 20px;
        z-index: 20000;
    }

    .page {
        display: block;
    }

    .form {
        margin: auto;
        flex-direction: column;
        width: 80%;
        height: fit-content;
    }

    .form label {
        font-size: 20px;
    }

    .form input {
        width: 80%;
    }

    .info {
        width: 80%;
        margin: auto;
        margin-top: 15%;
        padding-bottom: 35px;
        color: rgba(255, 255, 255, 0.908);
        font-family: 'Source Sans Pro';
        ;
    }

    .info h1 {
        font-size: 25px;
        transform: translateY(10px);
    }

    .info p {
        transform: translateY(15px);
    }

    .address {
        width: 100%;
        height: 100px;
        background: red;
        padding-left: 10px;
        border-radius: 20px;
        background: rgb(139, 81, 79);
        padding-top: 10px;
        padding-bottom: 10px;
        box-sizing: content-box;
    }

    .phone {
        width: 100%;
        height: 100px;
        background: red;
        padding-left: 10px;
        margin-top: 20px;
        border-radius: 20px;
        background: rgb(139, 81, 79);
        padding-top: 10px;
        padding-bottom: 10px;
        box-sizing: content-box;
    }

    .mail {
        width: 100%;
        height: 100px;
        background: red;
        padding-left: 10px;
        margin-top: 20px;
        border-radius: 20px;
        background: rgb(139, 81, 79);
        padding-top: 10px;
        padding-bottom: 10px;
        box-sizing: content-box;
    }

    .three {
        display: flex;
        flex-direction: column;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 10%;
        margin-left: 10%;
        width: 100%;
    }

    .three input {
        font-size: 20px;
        height: 40px;
        margin: 0;
        width: 60%;
    }

    .three label {
        margin-left: 0%;
        margin-top: 5%;
        margin-bottom: 3%;
        font-size: 18px;
    }

    .message {
        width: 100%;
        display: flex;
        margin-left: 10%;
    }

    .message label {
        display: block;
        margin-top: 10%;
    }

    textarea {
        border-radius: 10px;
        font-size: 20px;
        transform: translateY(5px);
        height: 100px;
        width: 80%;
        resize: none;
    }

    .text {
        display: flex;
        flex-direction: column;
        margin: auto;
        align-items: center;
        text-align: center;
        margin-top: 10%;
    }

    .text h1 {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 35px;
        line-height: 0px;
        /* identical to box height, or 50px */
        letter-spacing: -0.03em;
        color: whitesmoke;
        width: fit-content;

    }

    .text h2 {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 35px;
        line-height: 80px;
        /* identical to box height, or 50px */
        letter-spacing: -0.03em;
        color: whitesmoke;
        width: fit-content;
        transform: translateX(0);
        text-align: center;
    }
    .page{
        margin-top: 0;
    }

    .message input {
        position: relative;
        width: 100px;
        right: 0;
        margin-top: 15px;
    }
}
@media screen and (max-width:500px) {
    .contact-img{opacity: 0.5;}
    #phone-img{
        width: 50px;
        height: 50px;
    }
    #mail-img{
        width: 50px;
            height: 50px;
    }
    #pin-img{
        width: 50px;
            height: 50px;
    }
}
.page{
    transform: translateY(5%);
}
#nav{
    display: none;
}
ul:active{
    visibility: hidden;
}
.about h1{
    color: whitesmoke;
}
.quote{
    color: white;
}
.contact-img{
    z-index: -1;
}
.iceds{
    z-index: -1;
}
.footer-social a:hover{
    color: rgba(230, 119, 230, 0.415);
}
.message-div label{
    display: block;
    margin-left: 10%;
}
.message-div textarea{
    height: 210px;
    margin-left: 10%;
}
#submit{
    margin-top: 5%;
    margin-left: 10%;
    font-family: 'Source Sans Pro';
    font-weight: 600;
    font-size: 20px;
    background: rgb(231, 179, 119);
}