html,
body {
    height: 100vh;
    margin: 0;
}

body {
    font-family: "lato", Arial, Helvetica, sans-serif;
    line-height: 1.5; 
    background-color: #f3f4f4;
 
}

header, footer {
    background-color: #ffffff;
}

/* Home header */
#menu-checkbox, .hamburger-icon {
   display: none;
}

.fa-solid, .fas {
    font-size: 30px;
    color: #00262D;
}

.logo {
    display: inline-block;
    color: #01a1b1;
    text-decoration: none;
    font-weight: bold;
    padding-left: 40px;
    font-size: 2em;
    margin-top: 10px;
}
 
.nav, ul {
    display: flex; 
    list-style: none;
    gap: 30px;
    font-size: 20px;
}

nav a {
    text-decoration: none;
    color: #00262D;
    font-weight: bold;
}

.active {
    text-decoration: underline;
    color: #E67214;
}

.nav-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.search {
    border-radius: 30px;
    width: 20%;
    padding: 5px 5px;
    margin-bottom: 15px;
    height: 25px;
    border-color: #01a1b1;
    font-size: 1em;
}

.cta_nav {
    text-decoration: none;
    background-color: #E67214;
    color:#ffffff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px;
    padding: 5px 25px 5px 25px;
    margin-right: 70px;
    margin-bottom: 15px;
    transition: 0.3s;
}

.banner-img-container {
    position: relative;
    background-image: url(../images/home-page-dino.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    min-height: 70vh;
}

.banner-container {
    margin: 0 auto;
    padding: 30px;
    position: absolute;
    top: 100px;  
}

.open-text {
    display: flex;
    color:#ffffff;
    font-size: 1,8rem;
    line-height: 1,5rem;
    margin-top: 5px;
    font-weight: bold;
}
    
.banner-lare-text {
    font-size: 3rem;
    color:#ffffff;
    text-transform: uppercase;
    line-height: 1,5rem;
    margin-bottom: 20px; 
}

.banner-text {
    color:#ffffff;
    font-size: 18px;
    line-height: 1,5rem;
    margin-bottom: 30px;
}

.cta-banner {
    color: #01a1b1;
    background-color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 10px 25px 10px 25px;
    font-weight: bold;
}

/* Home main */
.events-container {
    max-width: 1500px;
    min-height: 500px;
    display: flex;
    margin: 0 auto;
    background-color: #ffffff;
    padding-top: 30px;
    padding-right: 25px;
    padding-left: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
    justify-content: center;
    gap: 50px;
}

.circle-container {
    padding: 20px;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    background-color:#01a1b1;
    color:#ffffff;
    text-align: center;
    position: relative;
    margin: 40px 60px 30px 60px;
    flex: 0 1 300px;
}

.circle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0px;
}

.circle-text>h1> {
    font-size: 28px;
}

.circle-text>p {
    font-size: 20px;
}

.events-info,
.events-text {
    flex: 0 1 400px;
    margin-top: 60px;
    font-size: 19px;
    font-weight: 900px; 
}

.events-info>h2,
.events_heading {
   font-size: 26px;
   margin-bottom: 10px;
}

.events-info-line {
    width: 100%;
    display: block;
    border-top: 1px solid;
    border-color:#01a1b1;
    margin-bottom: 5px;
}

.cta_events {
    color: #ffffff;
    background-color: #E67214;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 5px 25px 5px 25px; 
    font-weight: bold;
    display:inline-block;
    margin-top: 15px;
    transition: 0.3s;
}

.cta_events:hover,
.info-card:hover {
   box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}

.explore {
    text-align: center; 
    font-size: 36px;
    margin-bottom: 10px;
} 

.info-container {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding: 20px 70px;
    justify-content: center;
}

.info-card {
    text-align: center;
    flex: 1;
    background-color: #ffffff;
    border-top: 10px solid #E67214;
}

.info-card {
    transition: 0.3s;
}

.text_card {
    font-size: 26px; 
    margin-bottom: 10px; 
}

.line_card {
    width: 40%;
    display: block; 
    border-top: 1px solid;
    margin-bottom: 60px;
}

.info_image {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.hand_img {
    object-position: top;
}

/* Welcome container main */
.welcome-container {
    max-width: 100%;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 40px;
}

.left-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex: 1;
    text-align: center;
    justify-content: center;
    padding: 20px 50px 20px 50px;
    font-size: 18px;
    background-color: rgba(1,161,177,.2);
    max-height: 600px;   
}

.left-container>h5,
.welcome-text {
    font-size: 36px;
    font-weight: bold;
    color:#E67214; 
    margin-top: 10px;  
}

.welcome-small-text {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.welcome-heading {
    font-size: 42px;
    margin: 0;
}

.right-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-height: 600px;
}

.about-us_image {
    display: flex;
    flex: 1;
    height: 500px;
}

/* Info-container main */
.information-container {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    justify-content: space-around;
    background-color: rgba(1,161,177,.2);
}

.fa-users,
.fa-user,
.fa-utensils,
.fa-palette {
    color:#01a1b1;
    font-size: 22px;  
}

.information-line {
    color:#00262D;
    border-top: 1px solid;
}

.information-card {
    text-align: center;
}

.information-card>p {
    font-weight: bold;
    font-size: 18px;
    color: #00262D;
}

/* Gallery main */
.gallery-heading,
.events-heading,
.exhibition-heading,
.explore-heading,
.contact-us-heading,
.visit-heading  {
    text-align: center;
    font-size: 32px;
    margin-bottom: 0px;
}

.line-events-heading,
.line-exhibition-heading,
.line-explore-heading,
.line-contact-heading,
.line-visit-heading {
    width: 40%;
    display: block;
    border-top: 1px solid;
    margin-bottom: 30px;   
}

.line-gallery-heading {
    width: 40%;
    display: block;
    border-top: 1px solid;
    margin-bottom: 5px;
    margin-top: 30px;   
}

.gallery-container {
    display: flex;
    justify-content: center; 
    padding: 0px 30px 30px 30px;
}

.gallery-img {
    flex: 1;
    padding: 15px 15px;
}

.gallery-img>img {
    width: 100%;
    margin-top: 40px;
}

/* Events main */
.events_heading {
    font-size: 26px;
    margin-bottom: 10px;
}

.line-events {
    width: 93%;
    display: block;
    border-top: 2px solid;
    color: #01a1b1;
    margin-left: 0;
}

/* Exhibition spaces, Explore main */
.exhibition-container,
.explore-container {
    max-width: 100%;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: center; 
    margin-bottom: 30px; 
}

.exhibition-image,
.explore-image {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-height: 500px;
    max-width: 500px;
}

.exhibition_image,
.explore_image {
    display: flex;
    flex: 1;
    max-height: 500px;
    max-width: 500px;
    object-fit: cover;
}

.exhibition-text,
.explore-text {
    flex-direction: column;
    flex-wrap: wrap;
    flex: 1;
    justify-content: center;
    padding: 40px 50px 40px 50px;
    font-size: 18px;
    background-color: #ffffff;
    max-height: 500px;
    max-width: 500px;
}

.exhibition-text>h2,
.explore-text>h2 {
    margin-bottom: 5px;
}

.line-exhibition,
.line-explore {
    width: 40%;
    display: block;
    border-top: 4px solid;
    margin-bottom: 5px; 
    margin-top: 1px;
    margin-left: 0;
    color: #01a1b1;  
}

.line-exhibition-container,
.line-explore-container {
    width: 96%;
    display: block;
    border-top: 1px solid;
    margin-bottom: 50px;
    margin-top: 50px;  
}

.cta-item {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    gap: 20px;
}

.cta-back {
    color:#E67214;
    background-color: #ffff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 5px 40px 5px 40px; 
    font-weight: bold;
    transition: 0.3s;
}

.cta-tickets {
    color: #ffffff;
    background-color: #E67214;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 5px 20px 5px 20px; 
    font-weight: bold;
    transition: 0.3s;
}

.cta-tickets:hover,
.cta_send:hover,
.cta-back:hover,
.cta_nav:hover {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}

/* Visit */
.visit-container,
.visit-food-container {
    max-width: 1000px;
    display: flex;
    margin: 0 auto;
}

.closed {
    color:#E67214;
}

.visit-info>p {
    margin: 2px;
    font-size: 18px;
}

.figure {
    margin: 0px;
}

.visit-info,
.visit-food-info {
    flex: 1;
    padding: 20px;
    margin-left: 20px;
    max-width: 500px;
}

.visit-food-info>p {
    font-size: 18px;
}

.visit_image {
    max-width: 100%;
    height: 776px;
    object-fit: cover;
}

.line-visit {
    width: 90%;
    display: block;
    border-top: 1px solid; 
    margin-bottom: 30px; 
}

.cta-item-visit,
.cta-item-contact {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    gap: 20px;
}

/* Contact */
.contact-info-conteiner {
    display: flex;
    max-width: 1000px;
    margin: 0 auto; 
}

.contact-info-content {
    flex: 1;
    padding: 20px;
    max-width: 500px;
}

.contact-info-content>p {
    padding-left: 10px;
    font-size: 18px;
}

.contact-us-container {
    display: flex;
    flex-direction: column;
    line-height: 1,8;
    padding: 10px;  
}

.contact-us-container>label {
    font-size: 17px;
}

.contact-img-container {
    flex: 1;
}

.contact-image {
    max-width: 100%;
    height: 694px;
    object-fit: cover;
}

.contact-input-style {
    height: 150px;
}

input, 
textarea, 
select {
    border-radius: 5px;
    border: 1px solid;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 17px;
}

.cta_send {
    margin-top: 15px; 
    border-radius: 20px;
    color: #ffffff;
    background-color: #E67214;
    height: 40px;
    width: 110px;
    font-weight: bold;
    font-size: 18px;
    transition: 0.3;
}

.fa-at,
.fa-phone-volume,
.fa-clock,
.fa-facebook,
.fa-twitter,
.fa-instagram,
.fa-location-dot {
    font-size: 20px;
}

/* Footer */
.footer-container {
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    gap: 10em;
    background-color: #ffff;
    color: #00262D;
    padding-bottom: 40px;
 }

.footer-heading {
    font-size: 22px;
    margin-bottom: 10px;
    color: #00262D;
 }
    
.help>ul {
    display: block;
    margin: 0;
    padding: 0; 
    font-size: 20px;
 }

li>a,
.icon {
    text-decoration: none;
    color: #00262D;
    font-size: 20px;
 }

.help {
    color: #00262D;  
    flex: 1; 
    line-height: 1,6;
 }

.follow-us,
.visit-us {
    flex: 1; 
    line-height: 1.6;
    font-size: 20px; 
}

.line-footer {
    width: 90%;
    display: block;
    border-top: 1px solid;
    color:#E67214; 
    margin-top: -20px;
}


/* @media */
@media(max-width: 1304px) {
    .info-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .gallery-container {
        display: grid;
        grid-template-columns: 1fr 1fr;  
    }

    .welcome-container {
        display: flex;
        flex-direction: column;      
    }
}

@media(max-width: 1000px) {
    .events-container {
        display: flex;
        flex-direction: column; 
        align-items: center; 
        margin-left: 30px;
        margin-right: 30px;
    }
    
    .events-info,
    .events-text {
        margin-top: 0px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .visit-container,
    .visit-food-container {
        display: flex;
        flex-direction: column;
    }

    .visit_image {
        height: 500px;
        width: 494px;
    }

    .contact-info-conteiner {
        display: flex;
        flex-direction: column;
    }

    .contact-image {
        height: 500px;
        width: 476px;
    }
}

@media(max-width: 984px) {
    .nav-bottom {
        display: inline-block;
    }

    .search {
        margin-left: 30px;
        width: 35%;
    }

    .cta_nav {
        margin-left: 35px;  
    }
}

@media(max-width: 949px) {
    .exhibition-container, 
    .explore-container {
        display: flex;
        flex-direction: column;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media(max-width: 920px) {
    .footer-container {
        padding-left: 40px;
        padding-right: 40px;
    }
}
   
@media(max-width: 820px) {
    .events-container {
        display: block;
        padding-bottom: 30px;
        padding-top: 40px;   
    }

    .events-info, 
    .events-text {
        padding-left: 30px;
        padding-right: 30px;
    }

    .circle-container {
        margin: 0 auto;
    }

    .gallery-heading,
    .events-heading,
    .exhibition-heading,
    .explore-heading,
    .contact-us-heading,
    .visit-heading,
    .explore {
        font-size: 32px;
        margin-bottom: 5px;
    }

    .line-exhibition-heading, 
    .line-explore-heading, 
    .line-contact-heading, 
    .line-visit-heading,
    .line-gallery-heading {
        width: 65%;
    }

    .line-exhibition, 
    .line-explore {
        width: 65%;
    }

    .cta-item {
        justify-content: center; 
    }

    .cta-item-visit,
    .cta-item-contact {
        justify-content: flex-start;
        margin-bottom: 30px;
        margin-left: 40px;
    }
}

@media(max-width: 795px) {
    .footer-container {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }
}

@media(max-width: 699px) {
    .hamburger-icon {
        display: inline-block; 
        padding-left: 10px;    
    }

    #menu-checkbox:checked ~ .nav-bottom {
        display: block;
    }

    .fa-solid, .fas {
        font-size: 22px; 
    }

    .logo {
        font-size: 25px;
        padding-left: 15px;
        padding-bottom: 10px;
    }

    .nav-ul {
        display: block;
        background-color:#01a1b1;
        text-align: center;
        margin-bottom: 0;
        padding-top: 10px;
        padding-bottom: 10px; 
        min-height: 35vh;
        margin-top: 5px;
    }

    .active {
        color:#00262D;
    }

    .nav, ul {
        font-size: 30px;
        padding-left: 0px;
    }

    nav a {
       color:#ffffff;
       font-size: 18px;
    }

    .search, 
    .cta_nav,
    .nav-bottom {
        display: none;
    }

    .banner-lare-text {
        font-size: 42px;
    }

    .events-text {
        flex-direction: column;
    }

    .gallery-heading,
    .events-heading,
    .exhibition-heading,
    .explore-heading,
    .contact-us-heading,
    .visit-heading,
    .explore {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .line-exhibition-heading, 
    .line-explore-heading, 
    .line-contact-heading, 
    .line-visit-heading,
    .line-gallery-heading {
        width: 65%;
    }

    .line-exhibition, 
    .line-explore {
        width: 65%;
    }

    .info-container {
        display: grid;
        grid-template-columns: 1fr;
    }

    .info-card {
        margin: 0 auto;
        width: 350px;
    }

    .gallery-container {
        display: grid;
        grid-template-columns: 1fr;  
    }

    .line-exhibition-container,
    .line-explore-container {
        display: none;
    }

    .welcome-heading {
        font-size: 24px;
    }

    .welcome-small-text {
        font-size: 18px;
    }

    .visit-info>h2,
    .visit-food-info>h2 {
        font-size: 22px;
    }
}

@media(max-width: 425px) {
    .events-text,    
    .explore-text,
    .exhibition-text {
        font-size: 16px;
   }
}
  
@media(max-width: 399px) {
    .banner-text {
        font-weight: 500;  
    }

    .circle-container {
        margin: 0 auto;  
        width: 240px;
        height: 240px;
    }

    .text_card {
        font-size: 22px;
    }

    .events-info,
    .events-text {
       flex: 0;
    }

    .circle-text>h2,
    .circle-text>h1 {
        font-size: 22px;
    }

    .line-events,
    .events-info-line {
        width: 92%;
        margin-left: 0;
    }

    .circle-text>p {
        font-size: 16px;
    }

   .cta_events {
        font-size: 16px;
    }

    .events_heading,
    .events-info>h2 {
        font-size: 22px;
    }

    .exhibition-text>h2
    .explore-text>h2 {
        font-size: 20px;
    }

    .gallery-heading,
    .events-heading,
    .exhibition-heading,
    .explore-heading,
    .contact-us-heading,
    .visit-heading,
    .explore {
        font-size: 24px;
    }

    .events-info>p {
        font-size: 16px;
   }

    .welcome-small-text {
        font-size: 16px;
    }

    .information-card>p {
        font-size: 16px;
    }

    .fa-users, 
    .fa-user, 
    .fa-utensils, 
    .fa-palette {
        font-size: 18px;
    }

    .visit_image {
        height: 400px;
    }

    .visit-info>p {
        margin: 2px;
        font-size: 16px;
    }

    .visit-food-container>p {
        font-size: 16px;
    }

    .line-visit-heading {
        width: 90%;
    }

    .cta-item-visit,
    .cta-item-contact {
        justify-content: center;
        margin-left: 0;
    }

    .cta-item {
        margin-left: 0;
    }

    .contact-info-content>p {
        font-size: 16px;
    }

    .contact-us-container>label {
        font-size: 16px;
    }

    .cta_send {
        font-size: 16px;
    }

    input, 
    textarea, 
    select {
        font-size: 15px;
    }
}

@media(max-width: 375px) {
    .logo {
        font-size: 21px;
    }
}

