/* -- Responsive -- */

@media only screen and (min-width:1000px) and (max-width:1367px) {
    .panel .row .item h4 {
        flex-direction: row !important;
    }
}
@media only screen and (min-width:800px) and (max-width:1200px) {
    .panel .row .item h4 {
        font-size: 2vh;
    }
    .panel .row .item {
        width: 31%;
    }
    #contact-us {
        width: 94%;
        left: 0;
        right: 0;
    }
}
@media only screen and (max-width:768px) {

    .town-down:before {
        border: 20px solid #ECDBAD;
        border-right: 35px solid #ECDBAD;
    }

    .town-down:after {
        border: 20px solid #ECDBAD;
        border-left: 35px solid #ECDBAD;
    }

    .intro {
        width: 80%;
        left: 10%;
    }

    .beach::before {
        width: 20vh;
        height: 20vh;
        bottom: 25vh;
    }

    .sign {
        perspective: 6vh;
        height: 40%;
    }

    .panel {
        width: 80%;
        left: 10%;
    }

    @keyframes showpanel {
        0% {
            bottom: -50%;
            width: 13.333%;
            height: 0;
            left: 43.333%;
            padding: 2%;
            border: 5px solid #411706;
        }

        100% {
            bottom: 10%;
            width: 80%;
            height: 85%;
            left: 10%;
            padding: 3%;
            border: 10px solid #411706;
        }
    }

    @keyframes hidepanel {

        0% {
            bottom: 10%;
            width: 80%;
            height: 85%;
            left: 10%;
            border: 10px solid #411706;
        }

        100% {
            bottom: 10%;
            width: 100%;
            height: 85%;
            left: 0%;
            border: 15px solid #411706;
        }
    }

    .panel .row .item {
        width: 31%;

    }

    .panel .row .item h4 {
        font-size: 2vh;
        gap: 10px;
    }

    #beachInfo {
        width: 80%;
        left: 10%;
    }

    .parachute {
        width: 15vh;
    }

    #contact-us {
        width: 80%;
        left: 10%;
        right: 10%;
    }

    .contact-data-container {
        flex-direction: column;
    }

    .contact-column {
        width: 100%;
    }

    .contact-us i {
        width: 5vh;
        height: 5vh;
    }

    .contact-data-container {
        gap: 15px;
    }
}

@media only screen and (max-width:420px) {
    .panel .row .item {
        border: none;
        padding: 0;
        border-bottom: 1px solid #385a64;
        padding-bottom: 5px;
    }
    .builds-right::before {
        width: 85%;
        transform: skew(20deg, 0deg);
        border-width: 20px;
    }

    .builds-left::before {
        width: 85%;
        transform: skew(-20deg, 0deg);
    }

    .title-large {
        font-size: 3vh;
        line-height: 40px;
    }

    .text-normal {
        font-size: 1rem;
    }

    .intro {
        width: 100%;
        left: 0;
    }

    .btn {
        font-size: 1.5vh;
    }

    .beach::before {
        width: 10vh;
        height: 10vh;
        bottom: 33vh;
    }

    .town-down:before {
        width: 10%;
        border: 20px solid #ECDBAD;
        border-right: 35px solid #ECDBAD;
        -ms-transform: skew(-20deg, 0deg);
        -webkit-transform: skew(-20deg, 0deg);
        transform: skew(-20deg, 0deg);

    }

    .town-down:after {
        width: 10%;
        border: 20px solid #ECDBAD;
        border-left: 35px solid #ECDBAD;
        -ms-transform: skew(20deg, 0deg);
        -webkit-transform: skew(20deg, 0deg);
        transform: skew(20deg, 0deg);

    }

    .sign {
        width: 50%;
        left: 25%;
    }

    .panel .row {
        gap: 5px;
        flex-direction: column;
    }

    .panel .row .item {
        width: 100%;
        justify-content: flex-start;
    }

    .panel .row .item h4 {
        font-size: 2vh;
        flex-direction: row;
    }

    .panel .row .item i {
        font-size: 18px;
    }

    #panel .bref {
        display: none;
    }

    .builds-right::before {
        border-width: 30px;

    }

    @keyframes leftbefore {
        0% {
            height: 10px;
            top: 0;
            border-width: 10px;
            border-top-width: 0;
        }

        100% {
            height: 20vh;
            top: 0;
            border-width: 20px;
            border-top-width: 0;
        }

    }

    @keyframes leftbefore-step2 {
        0% {
            height: 20vh;
            top: 0;
            border-width: 20px;
            border-top-width: 0;
        }

        100% {

            height: 40vh;
            top: 0;
            border-width: 30px;
            border-top-width: 0;
        }

    }

    @keyframes leftbefore-step3 {
        0% {
            height: 40vh;
            top: 0;
            border-width: 30px;
            border-top-width: 0;
        }

        100% {
            height: 0;
            top: calc(40vh + 27px);
            border-width: 30px;
            border-top-width: 20px;
        }

    }

    #island,
    #mountains {
        display: none;
    }

    .contact-data-container {
        padding: 15px;
    }

    .contact-data p {
        font-size: 14px;
    }

    .contact-us i {
        width: auto;
        height: auto;
        border: none;
        font-size: 1rem;
    }

    .contact-data {
        gap: 10px;
        border-bottom: 1px solid #0000003d;
        padding-bottom: 10px;
    }

    .contact-column {
        margin-bottom: 10px;
    }

}