html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: Georgia, serif;
    line-height: 1.5;
    color: #868e96;
    background-color: #fffefa;
}

section {
    padding: 1rem 0;
    /* margin-top: 2%; */
    margin-bottom: 2%;
}

img {
    width: 100%;
    max-width: 100%;
    cursor: pointer;
}

a {
    text-decoration: none;
}

p {
    font-size: 1.5rem;
}

h1 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: var(--type-baseline-rem);
    line-height: 1;
    word-break: break-word;
    color: #ffffff;
}

h3 {
    /* color: #a98d56; */
    margin-top: 0;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
}

.highlight,
.current a {
    color: #a98d56;
    font-weight: bolder;
}

header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

header #branding h1 {
    margin: 0;
    font-size: 200%;
    display: inline;
    color: white;
    text-decoration: none;
    font-family: Georgia;
}

#branding a {
    color: #4a4a4a;
}

.logo {
    font-size: 4rem;
    color: white;
}

.nav {
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav ul {
    list-style: none;
    display: flex;
    margin: 0 20px;
    position: fixed;
    /* Set the navbar to fixed position */
    /* top: 2%; */
    right: 0;
    /* Position the navbar at the top of the page */
}

.nav ul li {
    margin: 0 20px;
}

.menu-button {
    color: white;
    font-size: 2rem;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    z-index: 1500;
    cursor: pointer;
}

.lang {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 10px;
    padding-bottom: 8px;
}

.lang img {
    width: 60px;
    height: 32px;
    color: #a98d56;
    text-decoration: none;
}

.fa-times {
    display: none;
}

.nav-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    padding: 4rem;
    margin-top: 0;
    justify-content: left;
    z-index: 1250;
    transition: transform 0.5s;
    background-color: #5b5b7e4f;
    transform: translateX(-100%);
}

.nav::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000b3;
    z-index: 1000;
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.5s;
}

button {
    background-color: transparent;
    border: none;
}

.open .fa-times {
    display: block;
}

.open .fa-bars {
    display: none;
}

.open .nav-list {
    transform: translateX(0);
}

.open .nav::before {
    opacity: 1;
    transform: scale(1);
}

.nav-link {
    text-decoration: none;
    line-height: 2rem;
    color: white;
    margin-left: 10px;
}

.nav-link .fas {
    margin-right: 1rem;
    color: #a98d56;
}

.nav-link .fas:hover {
    margin-right: 1rem;
    color: white;
}

.nav-link:hover {
    color: #a98d56;
}


/* Head Text */

.hero-image img {
    height: 100vh;
    max-width: 1920px;
}

.hero-content {
    text-align: center;
    font-size: 18px;
    width: 50%;
    margin: 5% auto 10%;
}

.hero-content p {
    margin-top: 0;
    line-height: 1.5;
    word-break: break-word;
    font-size: inherit;
}

.hero-first {
    background-size: cover;
    background-repeat: no-repeat;
}

.pretitle {
    color: #4a4a4a;
    font-weight: 600;
    text-transform: uppercase;
}

.hero-title {
    color: #4a4a4a41;
}

.head-text {
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.head_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    /*  transform: skewY(-8deg); */
    transform-origin: top left;
}


/* Card Section */

.card_section {
    display: block;
}

.card {
    box-shadow: 0 4px 8px 0 #00000033;
    margin: 25px auto;
    text-align: center;
    font-family: arial;
    border-radius: 10px;
    display: flex;
    background-image: linear-gradient(60deg, #bbbbbb6c, whitesmoke), url("../img/grey01.png");
    background-size: cover;
    position: relative;
}

.card_content {
    height: 300px;
    margin: 0 auto;
    padding: 25px 0;
}

.card_content h3 {
    color: #4a4a4a;
}

.card_content ul {
    display: inline-block;
    text-align: center;
    list-style-type: none;
    margin-block: 0;
    margin-inline: 0;
    padding-inline-start: 0;
    color: #001c46;
}

.card_list {
    font-weight: 700;
    text-align: center;
}

#sub_list {
    font-weight: lighter;
}

.img_place.right {
    width: 40%;
    padding-top: 30px;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 20% 0);
    background-image: linear-gradient(60deg, #808080, whitesmoke);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.img_place {
    width: 40%;
    padding-top: 30px;
    clip-path: polygon(100% 0, 100% 0%, 80% 100%, 0 100%, 0 0);
    background-image: linear-gradient(60deg, whitesmoke, #808080);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.material-icons.orange600 {
    color: #a98d56;
}

.material-icons.md-72 {
    color: #4a4a4a;
    font-size: 72px;
    vertical-align: middle;
}

.price {
    color: grey;
    font-size: 22px;
}


/*  Image Block */

.image_block {
    display: flex;
    height: 60vh;
    width: 100%;
    margin: 80px 0 10px;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-end;
}

.gallery {
    margin: 0 5px;
    text-align: center;
}

.gallery img {
    height: 80%;
    opacity: 0.5;
    object-fit: contain;
}

.gallery img:hover {
    opacity: 100%;
}

.desc {
    border: 1px solid #cccccc5d;
    background-color: whitesmoke;
}

video {
    z-index: -10;
    overflow: hidden;
    width: 60%;
}

.head-text h6 {
    font-size: 0.8rem;
    color: #a98d56;
    margin: 0;
    opacity: 0;
    animation: fadeUp 0.7s forwards;
    animation-delay: 0.5s;
}

.head-text h1 {
    position: absolute;
    top: 90%;
    left: 30%;
    font-size: 2rem;
    font-weight: 700;
    color: #001c46;
    margin: 0 auto;
    animation: scale 0.7s forwards;
    width: max-content;
    -webkit-text-stroke: 1px #3e3e3e
}

.sl-animation {
    opacity: 0;
    animation: fadeDown 0.7s forwards;
    animation-delay: 1.5s;
}

.separator {
    display: flex;
    align-items: center;
    justify-content: center;
}

.line {
    width: 100%;
    max-width: 8rem;
    height: 0.25rem;
    position: relative;
    background-color: antiquewhite;
}

.csillag {
    font-size: 1rem;
    color: #a98d56;
    margin: 0 1.4rem;
    opacity: 0;
    animation: spin 0.8s forwards;
    animation-delay: 0.5s;
}

.headline-desc h5 {
    color: #fff5e9;
    font-size: 1.2rem;
    font-weight: 200;
    letter-spacing: 3px;
}

.btn {
    display: inline-block;
    letter-spacing: 2px;
}

.headline-btn {
    background-color: antiquewhite;
    color: #a98d56;
    padding: 0.9rem 1.8rem;
    border-radius: 0.6rem;
    font-weight: 500;
    transition: background-color 0.5s;
    box-shadow: 15px 15px 30px #9d9d9d, -15px -15px 30px #ffffff;
}

.headline-btn:hover,
.headline-btn:focus {
    color: antiquewhite;
    background-color: #a98d56;
}


/* Side Navigation */

.side_nav {
    width: 85px;
    height: 280px;
    position: fixed;
    top: 100px;
    right: 30px;
    z-index: 2000;
    border-radius: 10px;
}

.side_div {
    background-image: linear-gradient(60deg, #353535e0, #000014b3);
    border-radius: 15px;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
    box-shadow: 15px 15px 30px #9d9d9d, -15px -15px 30px #ffffff;
}

.side_list {
    list-style: none;
    padding-inline-start: 0px;
    padding-inline-end: 10px;
}

.side_list .fas,
.fab {
    font-size: 36px;
    color: #cacaca;
    margin-left: 10px;
}

.side_list .fas:hover,
.fab:hover {
    color: antiquewhite;
}

.list_item {
    padding: 8px;
}


/* Side Navigation End */


/* Discover */

.discover {
    padding: 6rem 0;
}

.our-info {
    display: flex;
}

.container .our-desc {
    max-width: 80%;
    width: 85%;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 5%;
}

.our-desc h6 {
    text-align: center;
    margin-top: 2.5rem;
    font-size: 2.8rem;
    color: #a98d56;
    margin-bottom: 0.7rem;
}

.our-desc a {
    color: #a98d56;
    text-decoration-line: none;
    font-weight: bold;
}

.headline {
    font-size: 2rem;
    font-weight: 700;
    opacity: 0.4;
    color: #ffebd3;
    margin-top: 0;
    margin-bottom: 0;
}

.headline_about {
    font-size: 2rem;
    color: #a98d56;
}

.container_text .our-desc {
    max-width: 100%;
    padding: 0 2rem;
    text-align: justify;
}

.container_text .our-img {
    align-items: center;
    justify-content: center;
    float: none;
    margin: 0 5%;
    text-align: justify;
}

.our-img img {
    border-radius: 10%;
    max-height: 80%;
    max-width: 80%;
    width: auto;
    height: auto;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(5%);
    box-shadow: 15px 15px 30px #9d9d9d, -15px -15px 30px #ffffff;
    background: transparent;
}

ul#spec li {
    list-style: none;
    padding: 25px 0;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    font-size: small;
    font-weight: bold;
}

ul#spec li p {
    font-size: small;
    padding: 0;
}


/* Boxes */

#boxes {
    min-height: 60vh;
    margin-top: 20px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#boxes .box {
    position: relative;
    text-align: center;
    width: 36%;
    padding: 25px;
    border-radius: 10px;
    margin: 25px 10px 25px 20px;
    box-shadow: 15px 15px 30px #9d9d9d, -15px -15px 30px #ffffff;
}

#boxes .box img {
    height: 82px;
    width: auto;
}

.box ul {
    padding: 0;
}

.box ul li {
    list-style: none;
}

.box .fas {
    font-size: 48px;
    color: #4a4a4a;
    margin-bottom: 10px;
}


/* contact */

#boxes_contact {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#boxes_contact .box_contact {
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    margin: 25px 10px 25px 20px;
    box-shadow: 15px 15px 30px #9d9d9d, -15px -15px 30px #ffffff;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 35px 20px 35px;
}

.box_contact ul {
    padding: 0;
}

.box_contact ul li {
    list-style: none;
}

.box_contact ul li .fas {
    font-size: 24px;
}

.box_contact .fas {
    font-size: 48px;
    color: #a98d56;
}


/* Service */

#services {
    background-color: transparent;
}

ul#services li {
    list-style: none;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: 15px 15px 30px #9d9d9d, -15px -15px 30px #ffffff;
}

.container_box {
    display: flex;
    justify-content: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
    position: relative;
    width: 80%;
    margin: 50px auto;
}

.container_about {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
    position: relative;
    width: 90%;
    margin: auto;
    overflow: hidden;
}

.container_about p {
    font-size: 100%;
}


/* dark */

.dark {
    padding: 15px;
    background-image: linear-gradient(60deg, #4a4a4a, #000014b3);
    border-radius: 20px;
    color: aliceblue;
    margin-top: 10%;
    margin-bottom: 8%;
    box-shadow: 15px 15px 30px #5b5b7e, -15px -15px 30px #f0f0ff;
}

.dark a {
    color: #a98d56;
    text-decoration-line: none;
}

.dark a:visited {
    color: #e9481c;
    text-decoration-line: none;
}

.dark img {
    float: left;
    width: 40%;
    margin-top: 20px;
    padding: 15px;
    vertical-align: middle;
}

.dark p {
    vertical-align: middle;
}

aside#sidebar {
    float: right;
    width: 30%;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 5px;
    margin-right: 25px;
}

aside#sidebar .quote input,
aside#sidebar .quote textarea {
    width: 90%;
    padding: 5px;
}

section#main_about {
    min-height: 90vh;
    font-family: Georgia;
}

article#main-col {
    float: left;
    width: 85%;
    border-radius: 20px;
    margin: 25px 5px 25px 5px;
    padding: 10px 0 0;
}

#main-col p,
h1 {
    margin: 5px 10px 10px 10px;
}


/* slidshow */

.mySlides {
    display: none
}

.mySlides img {
    vertical-align: middle;
    border-radius: 20px;
}

.slideshow-container {
    max-width: 900px;
    position: relative;
    margin: auto;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #a98d56;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}


/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: #000000cc;
}


/* Caption text */

.text {
    color: #000000;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}


/* Number text (1/3 etc) */

.numbertext {
    display: none;
    color: white;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


/* The dots/bullets/indicators */

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active_dot,
.dot:hover {
    background-color: #ffebd3;
}


/* Fading animation */

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}


/* footer */

footer {
    padding: 25px;
    margin-top: 20px;
    /* color: #ffffff; */
    background-image: linear-gradient(60deg, #80808046, whitesmoke);
    text-align: center;
}

footer p {
    font-size: small;
}


/* Media */

@media (min-width: 900px) {
    section {
        padding: 2rem 0;
    }
    .menu-button {
        display: none;
    }
    .nav {
        justify-content: space-between;
    }
    .nav-list {
        position: initial;
        width: initial;
        height: initial;
        background-color: transparent;
        padding: 0;
        flex-direction: row;
        justify-content: initial;
        transform: initial;
        transition: initial;
    }
    .nav-item {
        margin: 0 2rem;
        border: none;
    }
    .nav-item:last-child {
        margin-right: 0;
    }
    .active {
        position: relative;
    }
    .active::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -3px;
        width: 100%;
        height: 2px;
        background-color: #a98d56;
    }
}

@media only screen and (min-width: 600px) {
    /* For tablets: */
    /* section {
        margin-top: 18%;
        margin-bottom: 18%;
    } */
    .box {
        width: 10%;
    }
    .dark {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .highlight {
        width: 66%;
    }
    .current {
        width: 80%;
    }
    .container_about {
        width: 85%;
    }
    .container_about h1 {
        width: 60%;
        font-size: small;
    }
}

@media(max-width:900px) {
    .container_about {
        display: block;
    }
    article#main-col {
        width: 90%;
        float: none;
    }
    aside#sidebar {
        float: none;
        display: block;
        width: 85%;
        overflow: visible;
    }
}

@media(max-width:900px) {
    .our-info {
        display: block;
    }
}

@media(max-width:720px) {
    section {
        margin-top: 18%;
        margin-bottom: 18%;
    }
    section {
        margin-top: 18%;
        margin-bottom: 18%;
    }
    .container_box {
        display: block;
        padding-top: 0;
        padding-bottom: 20px;
        position: relative;
        width: 80%;
        margin: 50px auto;
        align-items: center;
    }
    #boxes .box {
        float: none;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    #boxes {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #boxes_contact .box_contact {
        width: 85%;
    }
    .list_item {
        display: inline;
    }
    .lang {
        display: inline;
        padding-left: 2px;
    }
    .lang img {
        width: 30px;
        height: 16px;
    }
    .side_nav {
        width: 200px;
        height: 40px;
        position: fixed;
        top: 480px;
        left: 10px;
        z-index: 2000;
        margin-left: auto;
        margin-right: auto;
        margin-top: 18%;
    }
    .side_list {
        padding-inline-end: 0;
    }
    .side_list .fas,
    .fab {
        font-size: 18px;
        color: #a98d56;
        margin-left: 15px;
    }
    .head-text h1 {
        top: 85%;
        left: 22%;
        font-size: 1rem;
    }
    .head-text {
        height: 6em;
    }
    .img_place.right {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        clip-path: polygon(100% 20%, 100% 0, 100% 100%, 0 100%, 0 0);
    }
    .img_place {
        width: 100%;
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 80%, 0 0);
    }
    .card {
        display: grid;
        overflow: visible;
    }
    .card_content {
        height: auto;
    }
    .hero-content {
        font-size: 14px;
        width: 80%;
    }
}


/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px
    }
}


/* Animation */

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fadeUp {
    0% {
        transform: translateY(-4rem);
    }
    100% {
        opacity: 1;
        font-size: 2.8rem;
        transform: translateY(-2rem);
    }
}

@keyframes scale {
    0% {
        transform: scale(2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes grow {
    0% {
        width: 0;
    }
    100% {
        opacity: 1;
        width: 100%;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        opacity: 1;
        transform: rotate(-360deg);
    }
}

@keyframes fadeDown {
    0% {
        transform: translateY(4rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}