@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --orange-color: rgba(199, 136, 19, 0.767);
    --fz1-1: 1.1em;
    --pos_arrow: -150px;
    --singe_page__width: 20vw;
    --singe_page__height: 30vh;
    --fz4-5: 4.5em;
}

/* Styles for the header */
header {
    width: 100%;
    height: 80px;
    background-color: #00000044;
    position: fixed;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Styles for the logo */
.logo img {
    max-width: 100%;
    height: auto;
}

.menu-list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.menu ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: .9em;
}

.menu ul li a:hover {
    color: #007bff;
}

.warning{
    color: rgb(180, 125, 24)
}

.text-shadow{
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

div.owl-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    height: auto!important;
    z-index: 10;
}


.owl-dot:first-child {
    margin-left: 0;
}

.owl-dot:focus {
    outline: none;
}

.section__home-page {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #f5f5f5;
}

.owl-carousel {
    position: relative;
    height: 100%;
}

.owl-carousel div:not(.owl-controls) {
    height: 100%;
}

.owl-nav{
    height: auto!important;
}

.owl-carousel .owl-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.owl-carousel div.owl--text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 450px;
    padding: 1em;
    display: flex;
    justify-content: space-between;
}

.right_content, .left_content{
    width: 35%;
    height: 100%;
}

.right_content {
    padding: 3em;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background: rgba(255, 255, 255, 0.705);
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Josefin Sans', sans-serif;
    margin: 0;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav .nav-btn {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    width: 50px;
    height: 50px;
    background-color: #afadad49;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: var(--fz1-1);
}

.owl-carousel .owl-nav .prev-slide {
    left: 10px;
}

.owl-carousel .owl-nav .next-slide {
    right: 10px;
}

.right_content .wrapper-icon{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon-metter, .icon-bath{
    padding: .6em 0 0 0;
    text-align: center;
}


.price p{
    margin: 0;
}

.bold{
    font-weight: 800;
}

.deluxe{
    font-size: var(--fz4-5);
}
/* Media Queries */
@media screen and (max-width: 1440px) {
    body,
    html {
        height: 100%;
    }

    body {
        margin: 0;
    }

    .owl-carousel .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
    }

    .owl-carousel .owl-nav .nav-btn {
        position: absolute;
        bottom: 50%;
        transform: translateY(50%);
        width: 50px;
        height: 50px;
        background-color: #afadad49;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: var(--fz1-1);
    }

    .owl-carousel .owl-nav .prev-slide {
        left: 10px;
    }

    .owl-carousel .owl-nav .next-slide {
        right: 10px;
    }

    .right_content .wrapper-icon{
        width: 90%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .icon-metter, .icon-bath{
        padding: .6em 0 0 0;
        text-align: center;
    }

    .button{
        background-color: var(--orange-color);
        width: 120px; 
        height: 35px; 
        box-shadow: 3px 3px 11px 0px rgba(88, 83, 83, 0.55);
        border-radius: 5px;
        border: 1px solid rgba(88, 83, 83, 0.55);
        color: #ffffff;
    }

    .price p{
        margin: 0;
    }

    .bold{
        font-weight: 800;
    }

    .right_content {
        padding: 2em;
    }

    .owl-carousel div.owl--text{
        width: 80%;
    }

    .deluxe{
        font-size: 3em;
    }
}

@media screen and (max-width: 1024px) {
    .owl-carousel div.owl--text {
        top: 50%;
        width: 80%;
        height: 300px;
    }

    .right_content, .left_content {
        width: 100%;
    }

    .right_content {
        padding: 2em;
    }

    .right_content .wrapper-icon {
        width: 100%;
    }

    .button {
        width: 100px;
        height: 30px;
    }

    .deluxe{
        font-size: 2.5em;
    }

    .left_content p{
        font-size: .8em;
    }

    .owl-dot {
        width: 30px;
        height: 7px;
        background: #a7a5a5d2!important; 
        z-index: 10;
        margin-left: 10px;
    }
}

@media screen and (max-width: 768px) {
    .owl-carousel div.owl--text {
        top: 30%;
        width: 80%;
        flex-direction: column;
    }

    .right_content, .left_content {
        width: 100%;
    }

    .right_content {
        padding: 2em;
    }

    .right_content .wrapper-icon {
        width: 100%;
    }

    .button {
        width: 100px;
        height: 30px;
    }

    .left_content{
        margin-bottom: 35px;
    }

    .owl-dot {
        width: 10px;
        height: 10px;
        background: #a7a5a5d2!important; 
        border-radius: 50%;
        z-index: 10;
        margin-left: 10px;
    }
}

@media screen and (max-width: 480px) {
    .owl-carousel div.owl--text {
        top: 40%;
        width: 90%;
        height: 250px;
    }

    .right_content {
        padding: 1em;
    }

    .right_content .wrapper-icon {
        flex-direction: column;
    }

    .icon-metter, .icon-bath {
        padding: 0;
    }

    .button {
        width: 80px;
        height: 25px;
    }
}
