@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

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

:root {
    --primary: #02bbaa;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    border: 3px solid #000;
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
}

html {
    scroll-behavior: smooth;
    font-family: "Montserrat", sans-serif;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    height: 127.2px;
    background-color: #fff;
    width: 100%;
    border-bottom: 4px solid var(--primary);
    z-index: 100;
}

.contact-first {
    z-index: 100;
    height: auto;
    width: 100%;
    background: var(--primary);
    color: #fff;
}

.contact-first-box {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.navigation {
    background: #fff;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.nav-links {
    padding: 40px;
}

.nav-links a {
    text-decoration: none;
    color: var(--primary);
    padding: 20px;
    font-size: 20px;
}

.nav-links a:hover {
    color: rgba(2, 187, 170, 0.7);
}

.dropdown-small {
    float: right;
    margin: 1rem;
    display: none;
}

.menu-dropdown {
    display: none;
    position: absolute;
    background-color: var(--primary);
    width: 100%;
    z-index: 100;
    right: 0;
    top: 80px;
}

.menu-dropdown a {
    float: none;
    color: #D7D9CE;
    text-decoration: none;
    display: none;
}

.menu-dropdown a:hover {
    background-color: var(--primary);
}

.dropdown-small:hover,
.dropdown-menu:hover {
    display: block;
}

.dropdown-small .menu,
.close {
    outline: none;
    border: none;
    float: right;
}

.dropdown-small img {
    position: absolute;
    width: 15%;
    left: 0;
}

.close {
    display: none;
}


/* Main-container */

.main-container {
    margin-top: 127.2px;
    position: relative;
    width: 100%;
    height: calc(100vh - 129px);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.main-container > img {
    width: 103%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    z-index: -100;
}

.description {
    position: absolute;
    top: 35%;
    left: 5%;
    width: 45%;
    text-align: center;
    z-index: 90;
}

.description h1 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding-bottom: 40px;
    animation-duration: 2s;
}

.description a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    padding: 20px;
    border: 2px solid #fff;
    border-radius: 5px;
    animation-duration: 5s;
}

.description a:hover {
    background: var(--primary);
}

/* About */

.services {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    background: #fff;
}


.boxes {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.about {
    width: 100%;
    background: rgb(65,101,138);
    background: linear-gradient(0deg, rgba(65,101,138,1) 0%, rgba(2,187,170,1) 88%);
    color: #fff;
}

.about h2 {
    padding-top: 50px;
    text-align: center;
    padding-bottom: 80px;
    font-size: 35px;
}

.about-text {
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
    padding-bottom: 50px;
}

.about-text p {
    padding-bottom: 15px;
}

.list {
    padding-left: 25px;
}


.flexluna {
	width: 100%;
	padding: 10%;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
}

.flexluna .desnoluna {
	width: 50%;
}

.desnoluna img{
	width: 150px;
	height: 150px;
}

.flexluna .lijevoluna {
width: 50%
}

/* Pricing 

.pricing {
    padding-top: 40px;
    width: 100%;
    padding-bottom: 60px;
}

.pricing h2 {
    padding-top: 30px;
    text-align: center;
    padding-bottom: 80px;
    font-size: 35px;
    color: #41658A;
}

.pricing-boxes {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.pbox1, .pbox2, .pbox3, .pbox4 {
    border-radius: 10px;
    width: 20%;
    color: #fff;
    text-align: center;
    box-shadow: 10px 10px 15px #333;
    background: rgb(2,187,170);
    background: linear-gradient(0deg, rgba(2,187,170,1) 0%, rgba(65,101,138,1) 88%);
}

.pricing-boxes h3 {
    font-size: 35px;
    border-bottom: 2px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pricing-boxes h4 {
    padding-top: 10px;
}

.pricing-boxes h5:last-child {
    border-bottom: none;
}

.pricing-boxes h5 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    font-size: 25px;
}*/

/* Beds */

.beds {
    margin-top: 60px;
    padding-bottom: 100px;
    background: rgb(65,101,138);
    background: linear-gradient(0deg, rgba(65,101,138,1) 0%, rgba(2,187,170,1) 88%);
}

.beds h2 {
    color: #fff;
}

.container {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.left-side {
    position: relative;
    width: 60%;
}

.left-side p {
    color: #fff;
    font-size: 25px;
    padding-top: 40px;
}

.right-side {
    position: relative;
    width: 40%;
}

.right-side img {
    position: absolute;
    right: 0;
    width: 80%;
}

.bed-pricing {
    position: relative;
    margin-top: 70px;
    padding-bottom: 80px;
    width: 100%;
    margin: 0 auto;
}

.bed-pricing h2 {
    color: #41658A;
}

table {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    border: 8px solid #41658A;
    border-radius: 10px;
}

table th {
    padding: 10px;
    font-size: 30px;
    color: var(--primary);
}

table td {
    font-size: 25px;
    color: #41658A;
}

.other-services {
    width: 100%;
    background: rgb(2,187,170);
    background: linear-gradient(0deg, rgba(2,187,170,1) 0%, rgba(65,101,138,1) 88%);
    margin-top: 60px;
    padding-bottom: 100px;
}

.other-services h2 {
    color: #fff;
    padding-top: 30px;
    text-align: center;
    padding-bottom: 100px;
    font-size: 35px;
}

.other-services .o-box {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.o-box-left {
    padding-top: 20px;
    width: 40%;
}

.o-box-left img{
    border-radius: 10px;
    width: 87%;
}

.o-box-right {
    width: 70%;
}

.o-box-right p {
    color: #fff;
    font-size: 25px;
    padding-top: 20px;
}

.o-box-right ul {
    padding-left: 25px;
}

.o-box-right li {
    padding-top: 10px;
    font-size: 20px;
    color: #fff;
}






/* Gallery */

.gallery {
    width: 100%;
    height: 100vh;
    background: #fff;
    position: relative;
    margin: auto;
    padding-bottom: 100px;
}

.gallery h2 {
    color: #41658A;
    padding-top: 30px;
    text-align: center;
    padding-bottom: 150px;
    font-size: 35px;
}

.gallery-container {
    border: 4px solid var(--primary);
    overflow-x: scroll;
    width: 80%;
    margin: 0 auto;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    box-shadow: 0 5px 15px 5px #333;
}

.gallery-container img {
    width: 300px;
    height: 300px;
}

.gallery-container::-webkit-scrollbar-track {
    border: none;
}

.gallery-container::-webkit-scrollbar {
    height: 10px;
}

.gallery-container::-webkit-scrollbar-thumb {
    background: #41658A;
}

.gallery p {
    padding-top: 20px;
    padding-left: 160px;
}


/* footer */

.contact {
    left: 0;
    bottom: 0;
    background: #41658A;
}

.contact h2 {
    color: #fff;
    padding-top: 30px;
    text-align: center;
    padding-bottom: 100px;
    font-size: 35px;
}

.contact-boxes {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
}

.right-box {
    padding-top: 50px;
    width: 50%;
}

.right-box iframe {
    width: 100%;
    height: 400px;
    box-shadow: 15px 15px 15px #333;
}

.left-box {
    width: 50%;
}

.left-box img {
    width: 30%;
    padding-left: 50px;
}

.left-box p {
    color: #fff;
    font-size: 25px;
    padding-bottom: 10px;
}

.copyright {
    bottom: 0;
    text-align: center;
}

.copyright a {
    text-decoration: none;
    color: #fff;
}

.left-box a {
    text-decoration: none;
    color: #fff;
}

.swipe {
    position: relative;
    padding-top: 30px;
    padding-left: 150px;
    color: var(--primary);
}

.swipe i {
    position: absolute;
    font-size: 40px;
}

.swipe i:last-of-type {
    padding-left: 50px;
}



@media screen and (max-width:600px) {
	 .flexluna {
	 width: 100%;
	 padding: 5%;
	 flex-direction: column;
	align-items: center;
 }
 
 .lijevoluna, .desnoluna {
 width: 100%;
 }
    .box {
        width: 50px;
    }

}

@media screen and (max-width:768px) {
	
	
 .flexluna {
	 width: 100%;
	 padding: 5%;
	 flex-direction: column;
	align-items: center;
 }
 
 .flexluna .lijevoluna{
 width: 100%;
 }
 
  .flexluna .desnoluna{
 width: 100%;
 }

    .dropdown-small {
        display: block;
    }
    .menu-dropdown {
        display: block;
        display: flex;
        flex-direction: column;
        font-size: 30px;
        text-align: center;
    }

    .menu-dropdown a {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 2px solid #fff;
    }

    .menu-dropdown a:last-child {
        border-bottom: none;
    }
    .navigation {
        display: none;
    }
    .nav-links a {
        display: none;
    }
    .nav-links {
        display: none;
    }

    .dropdown-small img {
        position: absolute;
        width: 50px;
        left: 0;
    }

    .dropdown-small .menu, .close {
        background: transparent;
    
    }

    .fa-3x {
        padding-top: 10px;
        font-size: 2em;
    }

    .main-container {
        margin-top: 80px;
        height: 29vh;
    }

    header {
        height: 80px;
    }

    .boxes {
        flex-direction: column;
        width: 100%;
    }

    .box {
        width: 100%;
        padding-bottom: 10px;
    }

    .box img {
        width: 50px;
    }

    .box p {
        font-size: 10px;
    }

    table {
        width: 100%;
    }

    table th {
        padding: 10px;
        font-size: 15px;
        color: var(--primary);
    }
    
    table td {
        font-size: 10px;
        color: #41658A;
    }
    
    .contact-boxes {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .left-box p {
        color: #fff;
        font-size: 15px;
        padding-bottom: 10px;
    }


    .pricing-boxes {
        flex-direction: column;
        padding-bottom: 10px;
    }

    .pbox1, .pbox2, .pbox3, .pbox4 {
        width: 100%;
        margin-bottom: 20px;
    }

    .description h1 {
        color: #fff;
        font-size: 10px;
        text-align: center;
        padding-bottom: 20px;
        animation-duration: 2s;
    }
    
    .description a {
        text-decoration: none;
        color: #fff;
        font-size: 10px;
        padding: 10px;
        border: 2px solid #fff;
        border-radius: 5px;
        animation-duration: 5s;
    }

    .services {
        display: none;
    }

    .about {
        width: 100%;
    }

    .about h2 {
        padding-top: 20px;
        font-size: 25px;
        padding-bottom: 50px;
    }

    .about-text p {
        font-size: 15px;
    }

    .about-text li {
        font-size: 10px;
    }

    .pricing h2 {
        font-size: 25px;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    
    .pricing-boxes h3 {
        font-size: 20px;
    }

    .pricing-boxes h5 {
        font-size: 15px;
    }

    .beds h2 {
        font-size: 15px;
        padding-top: 10px;
        padding-bottom: 15px;
    }


     .container {
        flex-direction: column;
        width: 100%;
        height: 80vh;
        text-align: left;
        align-items: center;
        justify-content: unset;
    }
    
     .left-side p {
        color: #fff;
        font-size: 15px;
        padding-top: 20px;
    }

    .right-side img {
    padding-top: 40px;
    position: absolute;
    right: 0;
    width: 120%;
    }

    .bed-pricing {
        padding-bottom: 0;
    }



    .other-services .o-box {
        width: 100%;
        display: flex;
        justify-content: unset;
        flex-direction: column;
        align-items: center;
    }

    .o-box-left {
        margin-left: 20px;
    }

    .o-box-right p {
        font-size: 15px;
    }

    .o-box-right li {
        font-size: 15px;
    }

    .gallery {
        width: 100%;
        height: 80vh;
        background: #fff;
        position: relative;
        margin: auto;
    }

    .gallery h2 {
        color: #41658A;
        padding-top: 10px;
        text-align: center;
        padding-bottom: 50px;
        font-size: 25px;
    }

    .contact h2 {
        color: #fff;
        padding-top: 30px;
        text-align: center;
        padding-bottom: 50px;
        font-size: 20px;
    }

    .left-box {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .left-box img {
        width: 20%;
        padding-left: 0;
        }

    .left-box p {
        color: #fff;
        font-size: 15px;
        padding-bottom: 10px;
        white-space: nowrap;
        
    }

    .right-box {
        width: 80%;
    }


    .right-box {
        padding-top: 0;
    }


}

@media screen and (max-width:992px) {
 .flexluna {
	 width: 100%;
	 padding: 10%;
	 flex-direction: column;
	text-align: center;
 }
 
 .lijevoluna, .desnoluna {
 width: 100%;
 }
}


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

}


@media screen and (max-width:1535px) {
    .contact-first {
        display: none;
    }
}