@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overscroll-behavior: none;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333;
}

.container {
    max-width: 100%;
    margin: 0;
    padding: 0 20px;
}
.container-footer{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
h1 {
    font-size: 69px !important;
    font-weight: 900 !important;
    line-height: 130%;
}
h2 {
    font-size: 59px !important;
}
h1, h2 {
    margin-bottom: 10px;
    font-weight: 700;
}

p {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 18px;
}

a {
    text-decoration: none;
}

.btn {
    display: inline-block;
    padding: 9px 60px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s ease;
}





.btn-primary {
    background-color: #F14033;
    color: white;
}

.btn-primary:hover {
    background-color: #d32f2f;
}
/*before
.btn-secondary {
    border: 1px solid #F14033;
    color: #F14033;
}
    */
.btn-secondary {
    color: white;
    background-color: #0000006a;
}

.btn-secondary:hover {
    background-color: #171717b0;
    color: white;
}

.subtitle-hero {
    font-size: 1.2rem;
    margin-bottom: -20px;
}

.subtitle {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

/* Header Styles */
header {
    padding: 20px 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.logo {
    color: white;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 1px;
    font-style: italic;
    padding-left: 180px;
}

nav ul {
    display: flex;
    list-style: none;
    padding-right: 180px;
}

nav li {
    margin-left: 30px;
}

nav a {
    color: white;
    font-weight: 500;
    letter-spacing: 1px;
}

nav a.active {
    color: #F14033;
}


.hero {
    height: 80vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('gallery-background.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding-left: 200px;
    background-image: url("images/3herohome.webp");
    background-position: center 0px;
    border-bottom-left-radius: 150px;
    margin-bottom: -40px;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    
    
}
.hero-about {
    height: 75vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('gallery-background.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding-left: 200px;
    background-image: url("images/about-hero.png");
    background-position: center 0px;
    border-bottom-left-radius: 150px;
    margin-bottom: -40px;
    
}
.hero-ticket {
    height: 75vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('gallery-background.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding-left: 200px;
    background-image: url("images/ticket-hero.png");
    background-position: center 0px;
    border-bottom-left-radius: 150px;
    margin-bottom: -40px;
    
}

.hero-exhibits {
    height: 75vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('gallery-background.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding-left: 200px;
    background-image: url("images/exhibits-hero.jpg");
    background-position: center 0px;
    border-bottom-left-radius: 150px;
    margin-bottom: -40px;
    
}


.hero-content {
    color: white;
    max-width: 900px;
}

.hero h1 {
    font-size: 3.5rem;
    color: #F14033;
    margin: 20px 0;
}

.hero .subtitle {
    font-size: 1.5rem;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}


.intro-container{
    padding-left: 200px;
    
}
.intro p {
    margin-bottom: -20px; 
}

.intro {
    padding: 80px 0 40px;
}

.intro h2 {
    font-size: 2.5rem;
    margin: 10px 0 20px;
    margin-top: -10px;
}

.intro-text {
    max-width: 700px;
    line-height: 1.8;
    line-height: 160%;
}

.red-line {
    width: 80%;
    height: 6px;
    background-color: #F14033;
    margin: 40px 0 0px -20vw;

}


.exhibition {
    padding: 0px 0 80px;
}

.exhibition p.subtitle {
    margin-bottom: -1px;
}

.exhibition h2 {
    font-size: 2.5rem;
    margin: 10px 0;
    margin-top: -10px;
}

.dates {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 25px;
}

.exhibition-text {
    max-width: 700px;
    margin-bottom: 30px;
    line-height: 160%;
}


.featured-works {
    background-color: #111;
    color: white;
    padding: 80px 0;
    text-align: center;
}

.featured-works h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.artwork-grid {
    display: flex;
    justify-content: center;
    gap: 65px;
    margin: 50px 0;
}

.artwork {
    width: 365.19px;
    height: 489.69px;
    overflow: hidden;
    border-radius: 20px;
    transition: transform 0.5s ease; 
}

.artwork:hover {
    transform: scale(1.05); 
    cursor: pointer;
}

.artwork img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tickets-btn-container {
    margin-top: 40px;
}
footer {
    background-color: #ffffff;
    color: white;
    padding: 30px 0;
    text-align: center;
    height: 125px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #333;
    color: white;
    border-radius: 50%;
    transition: all .3s ease;
}

.social-icons a:hover {
    background-color: #F14033;
}

.copyright {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    color: #000000;
}
form {
    width: 100%;
    max-width: 500px;
    margin-left: 0;
    margin-right: auto; 
    padding: 20px;
    font-family: Arial, sans-serif;
  }
  label {
    display: block;
    margin: 10px 0 5px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.7);
  }
  
  input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.3); 
    background-color: #f9f9f9;
    font-size: 16px;
    color: #333;
  }
  
  input::placeholder {
    color: rgba(0, 0, 0, 0.3); 
  }
  
  input:focus {
    outline: none;
    border-color: rgba(0, 0, 0, 0.6);
  }
  
  input#cardName::placeholder {
    content: 'Name on card';
  }
  .hamburger {
    display: none;
    font-size: 30px;
    color: white;
    cursor: pointer;
    margin-left: 500px;
  }
  
@media (max-width: 768px) {
    header .container {
        flex-direction: column;
        gap: 20px;
        margin: 0;
        width: 100%; 
        justify-content: flex-start;
        align-items: flex-start;
        padding-right: 20px;
    }
    nav ul {
        display: none;
        flex-direction: column; 
        width: 100%;
      }

      .hamburger {
        display: block;
      }
      nav.active ul {
        display: flex;
      }
      nav.active ul li {
        margin: 10px 0;
      }
    nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    nav li {
        margin: 0 15px;
    }

    nav {
        display: none;
      }

    .logo {
      display: none;
    }

    .hero {
        padding: 0 20px;
        text-align: center;
    }
    
    .hero-content {
        margin: 0 auto;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .artwork-grid {
        flex-direction: column;
        align-items: center;
    }
    
    .artwork {
        width: 90%;
        max-width: 300px;
    }
}
