.mobile {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway', serif;
}

body {
    overflow-x: hidden;
    height: 100%;
    min-height: 100%;
}

.top-div {
    display: grid;
    grid-template-columns: 0.2fr 1.2fr 0.9fr;
    height: 50vh;
}

.top-left-div {
    clip-path: polygon(0 0, 50% 0, 100% 70%, 0 100%);
    background: linear-gradient(281.5deg, rgba(0, 202, 175, 0.79) 22.95%, rgba(200, 244, 238, 0.99) 80.58%);
}

.top-left-triangle {
    background: linear-gradient(270deg, rgba(200, 244, 238, 0.99) 35.58%, rgba(255, 255, 255, 0.529) 99.56%);
    margin-right: -1px;
}

.triangle {
    clip-path: polygon(0 66%, 0% 100%, 114% 100%);
    background: #00CAAF;
    height: 100%;
}

.main-div {
    display: flex;
    flex-direction: column;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 100%);
    height: 55vh;
    justify-content: space-between;
}

.top-left-text {
    font-family: 'Raleway', serif;
    color: #A82223;
    margin: 4rem 12rem 0 0;
}

.top-left-text h1 {
    font-weight: 800;
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.top-left-text h5 {
    text-transform: uppercase;
    font-size: 2.25rem;
    font-weight: 600;
}

.top-left-text p {
    font-size: 1.25rem;
    font-weight: 500;
}

.top-right-div-img {
    background: white;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    height: 40vh;
}

.logo {
    width: 75%;
    margin-top: 1rem;
    margin-left: 0;
}

.menu {
    list-style: none;
}

.menu-div {
    transform-origin: left;
    transform: skewY(-8deg);
    width: 100%;
    height: 5vh;
    background: #00CAAF;
}

.menu-item {
    display: inline;
    padding-left: 2rem;
    font-size: 1.5rem;
}

.menu-div-text-name {
    color: #FFECD2;
    font-size: 1.8rem;
    font-weight: 600;
}

.first-item {
    position: absolute;
    left: 0;
    color: #FFECD2;
    font-size: 1.8rem;
    font-weight: 600;
    padding-top: 0.5rem;
}

.last-item {
    position: absolute;
    right: 25rem;
    color: #FFECD2;
    font-size: 1.8rem;
    font-weight: 600;
    padding-top: 0.5rem;
}

.first-item a {
    color: #FFECD2;
    text-decoration: none;
}

.center-div {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr;
    left: 0;
    bottom: 20px;
    width: 100%;
    margin-top: -2rem;
}

.center-div .center-left-div, .center-div .center-right-div {
    height: 42.5vh;
}

.center-left-div {
    background-color: #CC9651;
    clip-path: polygon(0 35%, 71% 0%, 100% 100%, 22% 100%, 0 100%);
}

.center-right-div {
    color: #00CAAF;
    padding: 5rem 0 0 4rem;
}

.center-left-div {
    color: #FFFFFF;
}

.time-div {
    padding: 10rem 0 0 11rem;
}

.center-right-div h2, .center-left-div h2 {
    font-size: 3.5rem;
    text-transform: uppercase;
    padding-bottom: 2rem;
}
.contact-list, .time-list {
    list-style: none;
    font-size: 1.5rem;
    font-weight: 500;
}

.contact-list li, .time-list li {
    padding-bottom: 1rem;
}

.custom-icon {
    background: #A82223;
    padding: 0.3rem 0.5rem;
    color: #FFFFFF;
    border-radius: 50%;
    margin-right: 1rem;
}

.desktop-footer {
    background: #000000;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3.5rem;
    color: white;
    display: grid;
    grid-template-columns: 0.2fr 1fr 0.1fr;
    margin-top: -1px;
}

.footer-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
}

.footer-text p {
    font-size: 1.5rem;
}

.footer-mid {
    margin-top: 0.5rem;
    background: #A82223;
    transform: skewX(50deg);
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.footer-mid-left-text {
    transform: skewX(-50deg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-mid-left-text p {
    font-size: 1.4rem;
}

.footer-mid-right-text {
    transform: skewX(-50deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ujszulott {
    display: grid;
    grid-template-columns: 0.15fr 1fr;
    background: white;
    padding: 0.5rem 1rem;
    border-radius: 30px;
    align-items: center;
    justify-items: center;
}

.ujszulott-logo {
    width: 3.5rem;
}

.szentes {
    font-weight: 700;
}

.footer-mid-right-text p {
    font-size: 1.2rem;
    color: #A82223;
    text-transform: uppercase;
}

/**** MOBILE ****/

.mobile-footer {
    background: #000000;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    padding-top: 0.5rem;
}

.mobile-footer-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 3rem;
}

.mobile-footer-text p {
    font-size: 1.2rem;
    padding: 0.5rem;
}

.mobile-footer-mid {
    background: #A82223;
    display: grid;
    grid-template-rows: 1fr 1fr;
}

.mobile-footer-mid-top-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
}
.mobile-footer-mid-top-text p {
    font-size: 1.2rem;
    text-align: center;
}

.mobile-footer-mid-bot-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0;
}

.mobile-ujszulott {
    background: white;
    display: grid;
    grid-template-columns: 0.2fr 1fr;
    margin: 0 1.5rem;
    border-radius: 30px;
    align-items: center;
}

.ujszulott-logo-mobile {
    width: 4.5rem;
    justify-self: center;
    padding-left: 1rem;
}

.mobile-footer-mid-bot-text p {
    font-size: 1rem;
    color: #A82223;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    text-align: center;
}

/*** MOBILE TOP ***/

.mobile-main-div {
    background: linear-gradient(270deg, rgba(0, 202, 175, 0.65) 12.41%, rgba(200, 244, 238, 0.59) 75.83%, rgba(255, 255, 255, 0.59) 96.2%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
}

.mobile-top-div {
    background-color: #00CAAF;
    transform: skewY(-8deg);
    margin-top: -5rem;
}

.mobile-logo-div {
    background-color: #FFFFFF;
    clip-path: polygon(0 0%, 100% 0, 100% 100%, 15% 100%, 0 55%);
    text-align: center;
}

.mobile-logo {
    width: 60%;
    padding: 3rem 0 3rem 0;
    margin-top: 4rem;
    transform: skewY(8deg);
}

.mobile-text-div {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.mobile-text {
    font-family: 'Raleway', serif;
    color: #A82223;
    padding-left: 12rem;
    padding-right: 2rem;
}

.mobile-text h1 {
    font-weight: 800;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.mobile-text h5 {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 600;
}

.mobile-main-div-text {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    justify-items: center;
    align-items: center;
}

.mobile-text-lang {
    font-size: 1.4rem;
    font-weight: 600;
    grid-column-start: 1;
    padding: 0.5rem 2rem;
    justify-self: start;
}

.mobile-text-lang a {
    color: #FFECD2;
    text-decoration: none;
}

.mobile-text-name {
    color: #FFECD2;
    font-size: 1.4rem;
    font-weight: 600;
    grid-column-start: 2;
    padding: 0.5rem 0;
}

.mobile-menu {
    display: none;
    list-style: none;
    padding: 0.5rem 0;
}

.mobile-menu-item {
    display: inline;
    padding-left: 3rem;
    font-size: 1.3rem;
    color: #FFF;
}

.mobile-center-div {
    clip-path: polygon(0% 0%, 100% 25%, 100% 70%, 0 100%);
    background-color: #CC9651;
    margin-top: -2.5rem;
}

.mobile-time-div, .mobile-contact-div {
    padding-top: 5rem;
    padding-left: 12rem;
    padding-bottom: 5rem;
}

.mobile-time-div h2 {
    color: #FFFFFF;
    font-size: 2rem;
    text-transform: uppercase;
    padding-bottom: 2rem;
}

.mobile-contact-div h2 {
    color: #00CAAF;
    font-size: 2rem;
    text-transform: uppercase;
    padding-bottom: 2rem;
}

.mobile-contact-list  {
    color: #00CAAF;
    list-style: none;
    font-size: 1.6rem;
    font-weight: 500;
}

.mobile-time-list {
    color: #FFFFFF;
    list-style: none;
    font-size: 1.5rem;
    font-weight: 500;
}

.mobile-contact-list li, .mobile-time-list li {
    padding-bottom: 1rem;
}

.link {
    text-decoration: none;
    display: flex;
    justify-content: center;
}

.link:hover p {
    color: black;
}

/*** MOBILE OPTIMALIZATION ***/

@media only screen and (min-width: 1921px) {

    .time-div {
        padding: 13rem 0 0 11rem;
    }

    .top-left-text {
        margin: 8rem 10rem 0 0;
    }
}

@media only screen and (max-width: 1750px) {
    .menu-item {
        padding-left: 3rem;
    }
    .footer-mid-left-text p {
        font-size: 1.2rem;
    }
    .footer-mid-right-text p {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 1565px) {
    .top-left-text h5, .top-left-text p, .menu-item {
        font-size: 1.25rem;
    }

    .main-div-text-name {
        font-size: 1rem;
    }

    .menu-div {
        transform: skewY(-9deg);
    }

    .time-div {
        padding: 10rem 0 0 9rem;
    }
}

@media only screen and (max-width: 1460px) {
    .top-left-text h1 {
        font-size: 2.5rem;
    }
    .center-right-div {
        padding: 5rem 0 0 1rem;
    }
    footer {
        grid-template-columns: 0.2fr 1fr 0.1fr;
    }
    .footer-mid-left-text p {
        font-size: 1rem;
    }
    .footer-mid-right-text p {
        font-size: 0.8rem;
    }

    .center-right-div h2, .center-left-div h2 {
        font-size: 2.5rem;
    }

    .time-div {
        padding: 10rem 0 0 7rem;
    }
}

@media only screen and (max-width: 1340px) {
    .menu-div {
        transform: skewY(-10deg);
    }
}

@media only screen and (max-width: 1278px) {
    /*.time-div {
        padding: 12rem 0 0 10rem;
    }
    .main-div-text {
        left: 8rem;
    }
    .main-div-text-name {
        right: 5rem;
    }
    .top-left-text h5, .top-left-text p {
        font-size: 1.2rem;
    }
    .top-left-div {
        height: 540px;
    }
    .main-div {
        height: 590px;
    }
    .center-div .center-left-div, .center-div .center-right-div {
        min-height: 450px;
    }
    .center-right-div h2, .center-left-div h2 {
        font-size: 2rem;
    }
    .contact-list, .time-list {
        font-size: 1.25rem;
    }
    .menu-item {
        font-size: 1.2rem;
    }
    .top-left-text {
        margin-left: 4rem;
    }*/
}

@media only screen and (max-width: 1186px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
}

@media only screen and (max-width: 940px) {
    .mobile-menu-item {
        padding-left: 2rem;
    }
}

@media only screen and (max-width: 820px) {
    .mobile-menu {
        display: none;
    }
    .mobile-main-div-text {
        grid-template-columns: 1fr 1fr;
    }
    .mobile-text-name {
        grid-column-start: 2;
        padding: 0.5rem 0;
    }
    .mobile-time-div, .mobile-contact-div, .mobile-text {
        padding-left: 5rem;
    }
}

@media only screen and (max-width: 550px) {
    .mobile-contact-list {
        font-size: 1rem;
    }
    .mobile-text-name, .mobile-text-lang {
        font-size: 1rem;
    }
}