.tabs,
body,
html {
    margin: 0;
    padding: 0
}

.dropdown,
.tabs li {
    position: relative
}

.dropbtn,
.tabs,
body,
main,
nav {
    display: flex
}

.dropdown-content a,
.dropdown:hover .dropdown-content,
.tabs a {
    display: block
}

.camp-pin,
.dropbtn,
.menu-icon,
.slider-tab,
button {
    cursor: pointer
}

.dropbtn,
.slider-tab,
body,
button {
    font-family: Oswald, sans-serif
}

.footer a,
.footer p,
.registration-section p,
.slider-slide p,
.standard-label {
    font-family: Lato, sans-serif
}

.dropdown-content a,
.footer a,
.tabs a,
button a {
    text-decoration: none
}

body,
html {
    min-height: 100vh;
    background-color: #000
}

html {
    scroll-behavior: smooth
}

body {
    color: #191919;
    font-weight: 500;
    flex-direction: column
}

main {
    flex: 1;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

header {
    z-index: 1000
}

.tabs {
    list-style: none
}

.dropbtn,
.tabs a {
    font-size: 1.1rem;
    padding: .5rem 0;
    transition: color .3s
}

.tabs li {
    margin: 0 1rem
}

.tabs a,
button a {
    color: #fff
}

.tabs .active a,
.tabs a:hover {
    color: rgba(236, 105, 26, .85)
}

.dropbtn {
    background-color: transparent;
    color: #fff !important;
    align-items: center;
    gap: .5rem;
    border: none
}

.dropbtn:hover {
    color: #2e5c9dd9 !important;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0000007a;
    color: #fff;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    border-radius: 4px
}

.dropdown-content a {
    padding: 12px 16px;
    color: #fff;
    transition: background-color .3s
}

.dropdown-content a:hover {
    color: #ababab
}

.menu-icon {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    z-index: 1001;
    margin-left: auto
}

.menu-icon span {
    height: 3px;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    transition: .3s
}

.menu-icon.active span:first-child {
    transform: translateY(9px) rotate(45deg)
}

.menu-icon.active span:nth-child(2) {
    opacity: 0
}

.menu-icon.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg)
}

.registration-hero {
    width: 100%;
    height: 500px;
    display: flex;
    margin-top: 75px;
    margin-bottom: 0
}

.hero-image-container {
    width: 50%;
    height: 100%;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center
}

.hero-image-container img {
    width: 80%;
    height: auto;
    object-fit: cover;
    min-width: 350px
}

.registration-hero-content {
    width: 50%;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    color: #fff;
    padding: 0 5%
}

.registration-hero-content h2 {
    font-size: 3.5rem;
    font-weight: 700;
    margin: 0 0 .5em;
    line-height: 1.2;
    text-transform: uppercase
}

.registration-hero-content p {
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 1.75rem;
    font-family: Lato, sans-serif
}

.registration-section {
    width: 100%;
    padding: 45px 0;
    background-color: #000;
    color: #fff;
    text-align: center
}

.registration-section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px
}

.registration-section h2 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 40px;
    text-transform: uppercase
}

.registration-section h3 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px
}

.registration-section p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: 300
}

.about-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px
}

.about-text {
    flex: 1;
    text-align: left
}

.cta-section,
.footer,
.slider-slide h3,
.slider-slide p,
.standard-item {
    text-align: center
}

.map-container {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.map-container img {
    width: 100%;
    max-width: 500px
}

.camp-pin {
    position: absolute;
    width: 2.4%;
    height: 5.4%;
    background-color: rgba(236, 105, 26, .3);
    transform: translate(-50%, -50%);
    transition: transform .2s, background-color .2s
}

.camp-pin:hover {
    transform: translate(-50%, -50%) scale(1.07);
    background-color: rgba(236, 105, 26, .75)
}

.itinerary-container {
    background-color: #121212;
    padding: 40px;
    border-radius: 8px;
    margin: 0 auto;
    max-width: 800px
}

.itinerary-container img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px
}

.slider-section {
    padding: 0;
    position: relative
}

.slider-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px
}

.footer a+span,
.slider-tab {
    margin: 0 5px
}

.slider-tab {
    padding: 12px 25px;
    background-color: #222;
    color: #fff;
    border: none;
    font-size: 1.2rem;
    transition: .3s
}

.register-button,
.slider-tab.active,
button {
    background-color: #2E5C9D
}

.slider-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    min-height: fit-content;
    overflow: hidden
}

.slider-slide {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease-in-out, visibility .6s ease-in-out;
    padding: 0 20px;
    box-sizing: border-box
}

.slider-slide.active {
    opacity: 1;
    visibility: visible;
    position: relative
}

.slider-slide img {
    max-width: 100%;
    max-height: 60vh;
    width: auto;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    margin-bottom: 20px;
    object-fit: contain
}

.slider-slide h3 {
    font-size: 2.5rem;
    margin-top: 20px;
    color: #2E5C9D
}

.footer a,
.footer p,
button {
    font-size: 1rem
}

.slider-slide p {
    max-width: 700px;
    margin-bottom: 0
}

.standards-container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.standards-content {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    flex-wrap: wrap
}

.standard-item {
    padding: 20px;
    width: 250px
}

.standard-value {
    font-size: 3rem;
    font-weight: 700;
    color: #ec691a;
    margin-bottom: 10px
}

.standard-label {
    font-size: 1.2rem
}

.contact-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    margin: 0 auto
}

.contact-methods {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px
}

.contact-methods img {
    max-width: 75%;
    height: auto
}

.cta-section {
    padding: 100px 0
}

button {
    color: #fff;
    border: none;
    padding: 14px 28px;
    font-weight: 700;
    transition: transform .3s, background-color .3s;
    margin: 0 10px
}

.camps-button-container {
    display: flex;
    justify-content: left;
    gap: 20px;
    margin-top: 30px
}

.register-button {
    padding: 18px 36px;
    font-size: 1.1rem;
    color: #fff
}

.price-address {
    color: #2E5C9D;
    font-size: 1.2rem;
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text
}

.address-link {
    transition: .15s
}

.address-link:hover {
    opacity: .5
}

@media (max-width:768px) {
    .price-address {
        flex-direction: column;
        align-items: center !important;
        gap: 15px !important;
        margin-bottom: 10px
    }

    .divider {
        display: none
    }
}

.footer {
    padding: 20px 0;
    border-top: .25px solid #414141
}

.footer p {
    margin: 0;
    color: #fff;
    font-weight: 500
}

.footer a {
    color: #2e5c9d;
    transition: color .2s
}

.footer a:hover {
    color: #234d88;
    text-decoration: underline
}

.footer a:visited {
    color: #0e3468
}

@media screen and (max-width:1024px) {
    .registration-section-container {
        padding: 0 40px
    }

    .registration-hero-content h2 {
        font-size: 3rem
    }

    .registration-section h2 {
        font-size: 3.5rem
    }

    .registration-section h3 {
        font-size: 2rem
    }

    .logo-container h1 {
        font-size: 1.4rem
    }
}

@media screen and (max-width:992px) {
    .about-container {
        flex-direction: column
    }

    .registration-hero-content h2 {
        font-size: 3.5rem
    }

    .registration-section h2 {
        font-size: 3rem
    }
}

@media screen and (max-width:768px) {

    .dropbtn,
    .dropdown,
    .hero-image-container,
    .registration-hero-content {
        width: 100%
    }

    header {
        padding: 1rem
    }

    .logo-container img {
        height: 25px
    }

    .logo-container h1 {
        font-size: 1.4rem
    }

    .hero-image-container img {
        width: 60%
    }

    .menu-icon,
    nav.active .tabs {
        display: flex
    }

    nav .tabs {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        background-color: #000;
        padding: 1rem 0;
        box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
        z-index: 1000
    }

    .dropdown-content,
    .dropdown-content a {
        background-color: #000 !important
    }

    .tabs li {
        margin: .5rem 1rem;
        width: 90%;
        text-align: left
    }

    .dropbtn {
        justify-content: space-between;
        padding: .5rem 0
    }

    .dropbtn::after {
        transition: transform .3s
    }

    .dropdown-content {
        position: static;
        box-shadow: none;
        display: none;
        padding-left: 1rem;
        width: 100%;
        border-radius: 0;
        margin-top: .5rem
    }

    .dropdown.active .dropdown-content {
        display: block !important
    }

    .dropdown:hover .dropdown-content {
        display: none
    }

    .dropbtn,
    .dropdown {
        background-color: transparent !important
    }

    .dropdown .dropbtn::after {
        font-size: .8em;
        transition: transform .3s
    }

    .dropdown.active .dropbtn::after {
        transform: rotate(180deg)
    }

    .registration-hero {
        flex-direction: column;
        height: auto;
        margin-top: 80px
    }

    .hero-image-container {
        height: 300px
    }

    .registration-hero-content {
        padding: 2rem 5%;
        text-align: center;
        margin-top: 20px
    }

    .registration-section-container {
        padding: 0 20px
    }

    .registration-section h2 {
        font-size: 2.75rem
    }

    .registration-section h3 {
        font-size: 1.8rem
    }

    .camps-button-container {
        justify-content: center;
        flex-wrap: wrap
    }
}

@media screen and (max-width:700px) {
    .camps-button-container {
        flex-direction: column;
        gap: .8rem
    }

    .camps-button-container button {
        width: 100%;
        padding: .7rem 1rem
    }
}

@media screen and (max-width:576px) {

    .registration-hero-content h2,
    .standard-value {
        font-size: 2.5rem
    }

    .registration-hero-content p {
        font-size: 1.3rem
    }

    .slider-tab {
        padding: 10px 15px;
        font-size: 1rem
    }

    .slider-slide h3 {
        font-size: 2rem
    }

    .contact-methods {
        gap: 20px
    }

    .contact-method {
        width: 150px
    }

    .registration-section h2 {
        font-size: 2.25rem
    }

    .registration-section h3 {
        font-size: 1.6rem
    }

    .standard-item {
        width: 200px;
        padding: 15px
    }
}

@media screen and (max-width:480px) {
    .logo-container img {
        height: 25px
    }

    .logo-container h1 {
        font-size: 1.2rem
    }

    .slider-tabs {
        flex-direction: column;
        align-items: center;
        gap: 10px
    }

    .slider-tab {
        width: 80%
    }

    .slider-slide h3 {
        font-size: 1.8rem
    }

    .registration-hero-content h2,
    .registration-section h2 {
        font-size: 2rem
    }

    .registration-hero-content p {
        font-size: 1.1rem
    }

    .registration-section p {
        font-size: 1rem
    }

    .itinerary-container {
        padding: 20px
    }
}