html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1.8rem;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
}


/* ol, ul {
	list-style: none;
} */

ul {
    margin-left: 20px;
}

li {
    margin-bottom: 10px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    height: auto;
}

b,
strong {
    font-weight: 700;
}

a {
    color: #5D3A00;
    color: #BD7A52;
}

p {
    margin: 0 0 1rem;
}

.wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 2rem 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2F4550;
    text-transform: uppercase;
    line-height: normal;
    font-family: 'Aboreto', serif;
    font-weight: bold;
}

p.small,
span.small,
section p.small,
li.small {
    font-size: 16px;
}

ul {
    margin: 0;
    padding-left: 1rem;
}


/* header,
footer {
    background-color: #354e3e;
} */

.header-logo {
    text-align: center;
}

.header-logo img {
    max-width: 10rem;
}

.hero {
    background-color: #354e3e;
    background-color: #354e3e;
    background-color: #FAF1E6;
    text-align: center;
    color: #BD7A52;
    padding: 5rem 0rem 4rem;
    /* background-image: url(images/savannah-bg.jpg); */
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero h1,
.hero p,
.hero nav {
    position: relative;
    z-index: 1;
}

.hero h1 {
    font-size: 34px;
    padding: 0 0rem;
    margin: 0 0 2rem;
    line-height: normal;
}

.hero p {
    font-size: 20px;
    color: #2F4550;
}

.header-navigation {
    text-align: center;
    /* margin: 42px 0 42px; */
    flex-wrap: wrap;
    background-color: #BD7A52;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.nav-container {
    padding: 5px 20px;
}

#mobileMenu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-item {
    color: #BD7A52;
    color: #fff;
    font-size: 14px;
    font-family: 'Aboreto';
    background: transparent;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    padding: 2.5rem 1.6rem;
    padding: 1rem 0;
    width: 50%;
    border: 1px solid #BD7A52;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    text-decoration: none;
}

.nav-item:hover {
    background-color: #BD7A52;
    color: #fff;
}


/* Sticky Header */


/* .header-navigation {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
} */

.header-navigation .logo {
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    font-family: 'Aboreto', serif;
}

.header-navigation .logo a {
    color: #fff;
    text-decoration: none;
}


/* Nav styles */

nav {
    display: flex;
    gap: 20px;
}

.nav-item {
    cursor: pointer;
    padding: 8px 12px;
    transition: background 0.3s;
}


/* .nav-item:hover {
    background-color: #f0f0f0;
    border-radius: 4px;
} */


/* Hamburger Menu */

.hamburger {
    display: none;
    cursor: pointer;
}

.hamburger span {
    font-size: 35px;
}

section h2 {
    font-size: 30px;
    margin: 2rem 0 2rem;
    text-align: center;
}

section h3 {
    margin: 2rem 0 2rem;
    font-size: 22px;
}

.line {
    height: 1px;
    width: 0;
    background: #fff;
    opacity: 50%;
    width: 100%;
    margin: 3rem 0;
}


/* Intro Section */

.book-today {
    display: inline-block;
    width: auto;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    padding: 18px 40px;
    background-color: #A05682;
    color: #fff;
    text-decoration: none;
    border: 1px solid #A05682;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    font-weight: bold;
}

.book-today:hover {
    background-color: #fff;
    color: #A05682;
}


/* Event Section */

.event h2 {
    margin-bottom: 2rem;
    margin-top: 0;
    text-align: left;
}

.event-info {
    margin-bottom: 2rem;
    text-align: left;
}

.event-info .heading {
    font-size: 28px;
    padding: 0 0 2rem;
    /* border-bottom: 1px solid #000; */
    margin-bottom: 2rem;
}


/* .event-info p {
    font-size: 24px;
} */

.event-info .book-today,
.itinerary .book-today {
    width: auto;
    padding: .5rem 2rem;
}

.event-info .hotel-details {
    /* display: inline-block;
    width: auto;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    padding: .5rem 2rem; */
    background-color: #FAF1E6;
    border: 1px solid #FAF1E6;
    color: #BD7A52;
    /* text-decoration: none;
    -webkit-transition: .5s ease;
    border: 1px solid #FAF1E6;
    transition: .5s ease; */
}

.event-info .hotel-details:hover {
    background-color: #fff;
    border-color: #BD7A52;
    color: #BD7A52;
}

.event .map {
    margin-bottom: 30px;
}

.event .map iframe {
    width: 100%;
}

.event h3 {
    /* font-size: 20px; */
    margin-bottom: 10px;
}

.event .transportation h3 {
    margin-bottom: 10px;
}

.event li {
    margin-bottom: 10px;
}


/* Fee Section */

.fees {
    background-color: #FAF1E6;
}

.fees .text {
    /* max-width: 768px; */
    margin: auto;
}

.fees ul {
    margin: 2rem 0;
}

.fees table {
    width: 100%;
}

.fees table td:first-child {
    width: 30%;
}

.fees table td:nth-child(2) {
    padding: 1rem;
}

.fees table h3 {
    font-size: 18px;
}

.registration-steps,
.payment-information {
    text-align: center;
}

.registration-steps .steps {
    margin: 2rem 0;
}

.payment-information h4 {
    font-size: 18px;
}


/* Itinerary Section */

.day-schedule .heading {
    font-size: 28px;
    /* opacity: .4; */
    padding: 1.6rem 0;
    margin: 0 0 2rem;
    border-bottom: 1px solid #000;
}

.day-schedule .heading span {
    display: block;
    font-size: 18px;
    margin-top: 1rem;
}

.day-schedule li {
    margin: 0 0 1.6rem;
}

.day-schedule ul {
    margin: 0;
    padding-left: 1rem;
}


/* .day-schedule .note {
    display: none;
} */

.day-schedule ul.note {
    list-style: none;
}

.day-schedule td {
    padding: 10px;
}

.day-schedule td:first-child {
    padding-left: 0;
}

.day-schedule i,
.day-schedule em {
    font-style: italic;
}

.day-schedule td .note {
    padding: 10px;
    margin: 20px 0;
    border: 0;
    border-left: 3px solid #A05682;
    border-radius: 5px;
}

.day-schedule table td:first-child {
    width: 25%;
}

.things-to-do {
    margin: 4rem 0;
}

.things-to-do ul {
    margin-bottom: 40px;
}

.things-to-do .cards {
    list-style: none;
    display: flex;
    justify-content: start;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.things-to-do .card {
    background: #FAF1E6;
    box-shadow: 0px 0px 15px 0px #00000021;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.things-to-do .card a {
    color: #2F4550;
}

.things-to-do .card .small {
    font-size: 14px;
}

.things-to-do .card-title {
    margin-bottom: 1rem;
    color: #2F4550;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.things-to-do .card-info {
    padding: 1rem;
    font-size: 16px;
}

.things-to-do .card-image {
    width: 100%;
    /* or a fixed width like 300px */
    height: 200px;
    /* consistent height for all cards */
    overflow: hidden;
    /* hide overflow if image is larger */
}

.things-to-do .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* scale image to fill container and crop excess */
    display: block;
}

.things-to-do h3 {
    font-size: 28px;
    margin-bottom: 2rem;
}

.things-to-do h3 span {
    color: #000;
    font-size: 18px;
}

.things-to-do li {
    margin-bottom: 5px;
}

.things-to-do li a {
    text-decoration: none;
}

.things-to-do li a:hover {
    text-decoration: underline;
}

.things-to-do h4 {
    color: #000;
    margin-bottom: 10px;
    text-decoration: underline;
    font-weight: bold;
}

.accordion {
    width: 100%;
    /* max-width: 600px; */
    margin: 0 auto;
}

.accordion-item {
    border-bottom: 1px solid #ccc;
}

.accordion-header {
    background-color: #f2f2f2;
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s;
}

.accordion-header:hover {
    background-color: #e0e0e0;
}

.accordion-content {
    display: none;
    padding: 15px;
    background-color: #fafafa;
}

.accordion-content ul {
    margin: 0;
    padding-left: 20px;
}


/*Regitration Section*/

.register {
    background-color: #FAF1E6;
}


/* Contact Section */


/* .contact {
    background-color: #EAE5D2;
} */

.contact .wrapper {
    max-width: 768px;
    margin: auto;
}

footer {
    text-align: center;
    background-color: #BD7A52;
    color: #fff;
}

footer a {
    color: #fff;
    text-decoration: underline;
}

footer h3 {
    color: #fff;
}

.footer-logo img {
    max-width: 10rem;
}

@media (min-width: 600px) {
    .things-to-do .card {
        flex: 0 0 calc(50% - 20px);
    }
}

@media (min-width: 768px) {
    .wrapper {
        padding: 2rem;
    }
    .logo {
        display: none;
    }
    /* body {
        font-size: 18px
    } */
    .hero h1 {
        font-size: 48px;
    }
    /* .hero p {
        font-size: 32px;
    } */
    /* nav {
        margin-top: 80px;
    } */
    .nav-item {
        width: 20%;
        font-size: 16px;
    }
    section h2 {
        font-size: 40px;
        margin-bottom: 3rem;
    }
    .line {
        display: none;
    }
    .intro .wrapper {
        display: flex;
    }
    .intro .text {
        width: 55%;
    }
    .intro .image {
        padding: 0 3rem;
    }
    .event {
        background-position: 105% bottom;
        background-position: 20px bottom;
        background-image: url(images/5.png);
        background-size: 500px;
        background-repeat: no-repeat;
    }
    .event {
        padding-top: 3.5rem;
    }
    .event-information {
        display: flex;
    }
    .event-info .heading {
        margin-bottom: 5rem;
    }
    .event-info {
        width: 50%;
        padding-left: 3rem;
        /* text-align: center; */
    }
    .event-info:first-child {
        padding: 0;
    }
    .event .location-info {
        display: flex;
    }
    .event .map,
    .event .flights {
        flex: 1;
        padding: 0 10px;
    }
    .event .transportation {
        max-width: 80%;
        margin: auto;
    }
    .other-transportation ul {
        list-style: none;
    }
    .other-transportation {
        display: flex;
        justify-content: space-between;
        text-align: center;
        margin: 2rem 0;
    }
    .other-transportation>div {
        flex: 0 0 calc(33.333%);
    }
    .fees table h3 {
        font-size: 22px;
    }
    .registration-steps .steps {
        display: flex;
    }
    .registration-steps .steps .step {
        flex: 0 0 calc(33.333%);
        padding: 0 2rem;
    }
    .payment-information .options {
        display: flex;
        justify-content: space-between;
        text-align: center;
    }
    .payment-information .option {
        flex: 0 0 calc(33.333%);
    }
    .itinerary {
        background-position: right 90%;
        background-image: url(images/6.png);
        background-size: 600px;
        background-repeat: no-repeat;
    }
    .day-schedule .heading {
        border: 0;
    }
    .day-schedule {
        /* margin: 0 0 2rem; */
        display: grid;
        grid-template-columns: 1fr 3fr;
        border-bottom: 1px solid #000;
        padding: 2rem 0;
    }
    .day-schedule.one-day-schedule {
        display: block;
    }
    .things-to-do .card {
        flex: 0 0 calc(33.333% - 20px);
    }
    .history {
        background-position: 100% 20%;
        background-image: url(images/us.png);
        background-size: 500px;
        background-repeat: no-repeat;
    }
    .city-list {
        column-count: 3;
        column-gap: 2em;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    /* .footer-content {
        display: flex;
    } */
    /* .footer-content>div {
        flex: 0 0 50%;
    } */
}


/* Responsive */

@media (max-width: 768px) {
    .nav-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .hamburger {
        display: block;
        color: #FFF;
    }
    #mobileMenu {
        position: absolute;
        top: 52px;
        left: 0;
        width: 100%;
        flex-direction: column;
        background: #BD7A52;
        display: none;
        /* Hidden by default */
        padding: 10px 0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }
    #mobileMenu.show {
        display: flex;
    }
    .nav-item {
        padding: 10px 20px;
        font-size: 16px;
    }
    /* #mobileMenu {
        display: none;
    } */
}