/*
Custom Css



/* -------------------------------------------------- */
.body-slide {
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;


}

.ebook-container {
    max-width: 600px;
    max-height: 300px;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}

.page {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease;
}

.page.active {
    display: block;
}

.buttons {
    display: flex;
    justify-content: center;
    z-index: 1;

}

.lang1 {
    position: absolute;
    left: 10px;
    top: 10px;
}

.buttons button {
    width: 100px;
    margin: 0 20px;
    margin-top: 400px;

}



.top {
    display: none;
}

.img-slider {
    display: block;

    justify-items: center;
}

.contenCoral {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 50px 250px;
   
}

.contenCoral h1 {
    font-family: "Oswald", sans-serif;
    font-size: 90px;
    color: #a46c35;
}

.contenCoral p {
    color: #a46c35;
}


.contect img {
    width: 100%;
    height: 100%;
    max-width: 800px;
    max-height: auto;
    object-fit: cover;
}

.contentitle {
    margin-bottom: 50px;
    background-color: #a46c35;
    width: 100%;
    display: block;
    justify-items: center;
    font-family: "Oswald", sans-serif;
}

.contentitle h1 {
    color: white;
}

.book-now {
    width: 125px;
    padding: 8.5px 10px;
    background-color: #a46c35;
    position: sticky;
    left: 105%;
    top: 0px;
    z-index: 1;

}


.icon1 img:hover {
    transform: scale(1.5);
}


.contenCoral1 {
    scroll-margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    height: 650px;
    color: #a46c35;

}


.contenCoral1 img {
    width: 100%;
    height: 100%;
    max-width: 800px;
    max-height: auto;
    object-fit: cover;

}

.contenCoral1-1 {
    display: block;
    justify-items: center;
    margin: 0 60px;
}

.Our-Services {
    font-size: 100px;
}

.v-o {
    margin-top: 70px;
    margin-bottom: 100px;
    margin-left: 50px;
    margin-right: 50px;

}

.icon1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 500px;

}

.icon1 img {
    width: 30px;
    height: 30px;
    transition: transform .2s;
}

.h1-font {
    font-family: "Playwrite DK Loopet", cursive;
    text-align: center;
}

.h1-font h1 {
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 50px;
}




/* .booknow {
    padding: 8.5px 20px;
    background-color: #a46c35;
    position: absolute;
    right: 0px;
    top: 0px;
    box-shadow: 0 0 2px 2px #a46c35;
}

.booknow a {
    padding: 8.5px 20px;
    text-decoration: none;
    color: white;
}

.booknow:hover {
    background-color: #72481f;

} */



@media (max-width: 1473px) {
    .contenCoral {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        padding: 50px 100px;
    }

    .contenCoral1 {

        margin: 0 5%;

    }
}

@media (max-width: 1305px) {

    .contenCoral1 {

        margin: 0 3%;

    }

}

@media (max-width: 1221px) {

    .contenCoral1 {

        margin: 0;

    }

    .contenCoral1 img {
        max-height: 500px;

    }

    .contect img {
        object-fit: fill;
    }

    .buttons button {

        margin-top: 380px;

    }

}



@media (max-width: 1147px) {
    .contenCoral {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        padding: 50px 40px;
    }

    .v-o iframe {
        height: 600px;
    }


    .buttons button {
        margin-top: 370px;

    }

}

@media screen and (max-width: 1066px) and (min-width: 889px) {
    .contect {
        margin-top: 100px;
    }

    .buttons button {
        margin-top: 430px;
    }

}



@media (max-width: 992px) {



    .buttons button {
        margin-bottom: 80px;
        margin-top: 390px;

    }

    .book-now {
        width: 140px;
        padding: 6px 20px;
    }
}


@media (min-width: 992px) {
    .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        /* remove small margin for smoother dropdown */
    }
}

@media (max-width: 888px) {
    .buttons button {

        margin-top: 340px;

    }

    .logo-hd img{
        margin-bottom: 80px;
    }

    /*  .img-t img{
        object-fit: fill;
    } */
    .contenCoral {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        padding: 50px 40px;
    }

    .contenCoral1 img {

        max-width: 900px;


    }


    .h1-font h1 {
        margin-top: 50px;
        margin-bottom: 3px;
    }

    .contenCoral1 {

        display: grid;
        grid-template-columns: 1fr;
    }

    .top {
        display: block;
    }

    .top hr {
        margin: 0 50px;
    }

    .contentitle {
        margin-top: 15px;
    }

    .contenCoral h1 {
        margin-bottom: 50px;
    }

    .Our-Services {
        font-size: 80px;
    }

    .contect {
        margin-top: 500px;
    }

}

@media (max-width: 650px) {


    .v-o iframe {
        height: 400px;
    }
}


@media (max-width: 550px) {


    .v-o iframe {
        height: 300px;

    }
}



@media (max-width: 500px) {

    .v-o {
        margin-top: 100px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .h1-font h1 {
        font-size: 30px;
        margin-top: 60px;
    }


    .buttons button {
        margin-top: 450px;

    }

    .contenCoral1-1 {
        margin: 0;
        padding: 0 20px;
    }

}