.hero-section {
    min-height: 380px;
    height: 380px;
    padding-top: 70px;
}

/* .hero-section::before {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url("../assets/images/arrow-down.png");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 20px;
    left: calc(50% - 15px);
    animation: bounce 1.5s infinite ease-in-out;
}

@media screen and (min-width: 768px) {
    .hero-section::before {
        bottom: 40px;
    }
} */

@media screen and (min-width: 768px) {
    .hero-section {
        padding-top: 100px;
        height: 400px;
    }
}

@media screen and (min-width: 1150px) {
    .hero-section {
        height: 680px;
    }
}

.hero-section .hero-content {
    font-family: "Raleway", sans-serif;
    color: #DEDEDE;
    padding: 10px 0 190px 0;
}

@media screen and (min-width: 768px) {
    .hero-section .hero-content {
        padding: 50px 0 190px 0;
    }
}

.hero-section .hero-content b,
.hero-section .hero-content strong {
    font-weight: 400;
    color: #068C6E;
}

.hero-section .hero-content .hero-header p {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .hero-section .hero-content .hero-header p {
        font-size: 48px;
        line-height: 57px;
    }
}

.hero-section .hero-content .hero-subheader p {
    font-size: 18px;
    line-height: 20px;
}

@media screen and (min-width: 768px) {
    .hero-section .hero-content .hero-subheader p {
        font-size: 24px;
        line-height: 29px;
    }
}

.hero-section .hero-booking {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: max-content;
    bottom: 80px;
    background: radial-gradient(68.81% 218.39% at 50% 50%, rgba(18, 18, 18, 0.4) 45.47%, rgba(117, 117, 117, 0.4) 100%), linear-gradient(270deg, rgba(18, 18, 18, 0.15) 29%, rgba(117, 117, 117, 0.15) 70.5%);
    padding: 14px 25px;
    border-radius: 9px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    gap: 10px;
}

.hero-section .hero-booking::before {
    content: "";
    position: absolute;
    inset: 0;
    /* Stretch to cover */
    padding: 1px;
    /* Border thickness */
    background: conic-gradient(from -39.15deg at 50% 50%, #1E1E1E -90deg, #DEDEDE 79.2deg, #1E1E1E 270deg, #DEDEDE 439.2deg);
    mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
    mask-composite: exclude;
    -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
    -webkit-mask-composite: xor;
    border-radius: 5px;
    /* If rounded borders are needed */
    border: 0.7px solid;
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3882352941);
}

@media screen and (min-width: 768px) {
    .hero-section .hero-booking {
        flex-flow: row;
        bottom: 130px;
    }
}

.hero-section .hero-booking>div {
    flex: 1;
    width: 100%;
}

.hero-section .hero-booking select,
.hero-section .hero-booking input[type=date] {
    width: 100%;
    font-size: 12px;
    height: 45px;
    padding: 10px;
    color: #DEDEDE;
    margin-right: 10px;
    border-radius: 5px;
}

.hero-section .hero-booking button {
    width: auto;
}

@media screen and (min-width: 768px) {
    .hero-section .hero-booking button {
        width: 100%;
    }
}

.hero-section-2 .hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 30px 100px 30px;
}

@media screen and (min-width: 768px) {
    .hero-section-2 .hero-content {
        padding: 50px 30px 190px 30px;
    }
}

.hero-section-2 .page-name {
    position: relative;
    padding-left: 40px;
}

.hero-section-2 .page-name::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    left: 0;
    background-image: url("../assets/images/arrow-right-white.png");
    height: 24px;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center;
}

.hero-section {
    position: relative;
}

.hero-section .hero-background {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: fixed;
}

.hero-section .hero-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    pointer-events: none;
}

.hero-section .hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    animation: zoomImage 5s ease-in-out forwards;
    filter: grayscale(100%);
}

.hero-booking-element {
    position: relative;
    background-color: #046A53;
    background: radial-gradient(28.12% 78.97% at 50% 50%, rgba(5, 123, 97, 0.6) 50%, rgba(4, 106, 83, 0.6) 100%), linear-gradient(270deg, rgb(4, 106, 83) 29%, rgb(4, 106, 83) 70.5%);
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.hero-booking-element::before {
    content: "";
    position: absolute;
    inset: 0;
    /* Stretch to cover */
    padding: 1px;
    /* Border thickness */
    background: conic-gradient(from 90deg at 50% 50%, #01E1AE 0deg, #046A53 39.6deg, #01E1AE 360deg);
    mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
    mask-composite: exclude;
    -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
    -webkit-mask-composite: xor;
    border-radius: 5px;
    /* If rounded borders are needed */
    pointer-events: none;
    cursor: pointer;
}

.hero-booking-element.arrow-down::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 5px;
    background-image: url("../assets/images/arrow-select-down.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: 21px;
    right: 10px;
}

.hero-booking-element select,
.hero-booking-element input[type=date] {
    background: transparent;
}

.hero-booking-element.date-seletion input[type=date] {
    background-image: none;
}

.hero-booking-element.date-seletion::after {
    content: "";
    display: none;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
        /* Moves up */
    }
}