/* styles.css */

@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Twinkle+Star&display=swap');

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

body {
  font-family: "Instrument Serif", serif;
  background: #f6f6f6;
  color: #222;
}

header {
  background: #ffd998ff;
  padding: 5px 0;
  text-align: center;
}

.logo img {
  width: 300px;
  height: 100px;
}

nav {
  background: #ffc05fff;
  padding: 14px;
}

nav ul {
  display: flex;
  justify-content: center;
  gap: 140px;
  list-style: none;
}

nav a {
  text-decoration: none;
  color: #222;
  font-size: 20px;
}

nav a:hover {
  color:white;
  text-decoration: underline;
}

.hero {
  height: 450px;
  background: url('images/event info.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-overlay {
  background-color: #ffd99885;
  font-family: "Instrument Serif", serif;
  font-size: 25px;
  font-weight: 200;
  color: black;
  padding: 15px 35px;
  width: 100%;
  text-align: center;
  bottom: 0;                    
}

.section {
  padding: 60px 12%;
  text-align: center;
}

.gallery {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
}

.gallery img {
  width: 300px;
  height: 260px;
  object-fit: cover;
}

.item1 img {
  width: 200px;
  height: 170px;
  object-fit: cover;
}

.my-button {
  display: inline-block;
  padding: 5px 10px;
  background-color: #ffc05fc2;
  color: black;
  text-decoration: none;  
  border-radius: 3px;
  font-family: "Instrument Serif", serif;
  font-size: 25px;
  transition: background-color 0.3s ease;
}

.my-button:hover {
  background-color: #ffc05fff;
  color: white;
  text-decoration: none;
}

footer {
  background: #ffc05fff;
  text-align: center;
  padding: 50px 20px;
}

.socials {
  margin: 20px 0;
  text-decoration: none;
  font-family: "Instrument Serif", serif;
  font-size: 20px;
  color: black;
}

.socials a {
  text-decoration: none;
}

.socials img {
  width: 40px;
  height: 30px;
}

a {
  margin-right: 0;
}

a:hover {
  color: white;
}

a:last-child {
  margin-right: 0;
}

h1 {
  font-size: 30px;
  font-weight: 200;
}

h3{
  font-size: 30px;
}

p{
  font-size: 25px;
}

h2{
  font-size:30px;
  text-align: center;
}

a {
  text-decoration: none;
  color:black;
}

.slideshow-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slides-wrapper {
  display: flex;
  width: 200%; 
  animation: slideAnimation 10s infinite;
}

.slide {
  width: 12.5%; 
  padding: 5px;
}

.slide img {
  width: 100%;
  display: block;
}

@keyframes slideAnimation {
  0%, 45% { transform: translateX(0%); }    
  50%, 95% { transform: translateX(-50%); }   
  100% { transform: translateX(0%); }
}

h4 {
  font-size: 25px;
  font-weight:200;
}

h5 {
  font-size:20px;
}

h6 {
  font-size: 25px;
}

h7 {
  font-size: 15px;
}

.container1 {
display: flex;
gap: 20px;
background: #ffd998ff;
padding: 40px 15%;
margin-bottom: 0;
}

pre {
  font-size:30px;
  font-family: "Instrument Serif", serif;
  font-weight: bold;
}

body{
  font-family: "Instrument Serif", serif;
  background:#efefef;
  color:#222;
}

header{
  background:#e7c68c;
  text-align:center;
  padding:20px 0;
}

nav{
  background:#ddb56c;
  padding:18px 0;
}

nav ul{
  display:flex;
  justify-content:center;
  list-style:none;
  gap:35px;
}

nav a{
  text-decoration:none;
  color:#222;
  font-size:20px;
}

.map-section{
  text-align:center;
  padding:40px 0;
}

.map-section img{
  width:75%;
  max-width:900px;
}

.festival-info{
  margin-top:20px;
  letter-spacing:6px;
  line-height:1.7;
}

.btn{
  margin-top:20px;
  background:#ddb56c;
  border:none;
  padding:15px 60px;
  border-radius:30px;
  letter-spacing:4px;
  cursor:pointer;
  margin-left: 150px;
  margin-right: 150px;
}

.btn:hover {
  background: #d5931b;
  color:white;
}

.contact-section{
  background:url('images/festival2.jpg') center/cover no-repeat;
  padding:60px 10%;
  position:relative;
  justify-content:center;
}

.parent-wrapper {
  display: flex;
  justify-content: center; 
  align-items: center;     
  min-height: 90vh;       
  background-color: #ffd998ff;
}

.container {
  display: flex;
  gap: 30px;
}

.column {
  width: 60%;
}

.column2 {
  width:60%;
  margin-right: 100px;
}

.column2 img {
  width: 500px;
  height: 300px;
  align-content: center;
}

#unique {
  text-align: right;
  font-size: 20px;
}

#title {
  text-align: center;
  background-color:#ffd998ff
}

.wrapper {
  background-color:#ffd998ff;
}

textarea {
  display: flex;
  font-family: "Instrument Serif", serif;
  width: 60%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8c0;
  font-size: 16px;
  justify-content: center;
}

input[type="text"] {
  display: flex;
  font-family: "Instrument Serif", serif;
  width: 60%;
  padding: 12px;
  border: 2px solid #ccc;
  border-radius: 4px;
  justify-content: center;
  background-color: #f8f8f8c0;
}

input[type="email"] {
  display: flex;
  font-family: "Instrument Serif", serif;
  width: 60%;
  padding: 12px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8c0;
}

#contact {
  font-family: "Instrument Serif", serif;
  color: white;
}

form {
  width: 80%;
  margin-left: 300px;
  margin-right: 50px;
}
