* {
    margin: 0px;
    padding: 0px;
}

body {
    width: 100%;
}

.header {
    font-family: "Funnel Sans", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.background {

    background-color: #111;
    background-repeat: no-repeat;
    background-size: cover;

}

@media (max-width:520px) {
    .background {
        height: auto;
        padding-bottom: 20%;
    }
}

.nav-options {
    width: 100%;
    display: flex;
    z-index: 8;
    overflow: hidden;
    position: relative;
}

@media (max-width:520px) {
    .nav-options {
        height: max-content;
    }
}

.options {

    right: 0;
    width: 100%;
    position: fixed;
    background-color: #232323;
    border: 1px solid green;
    display: grid;
    grid-template-columns: 0.5fr 3fr;
    height: 14%;
    padding-bottom: 1%;

}

@media (max-width:520px) {
    .options li {
        display: none;

    }

    .options {
        height: 12%;
    }
}

#logo img {
    height: 35%;
    padding-left: 50%;
}

@media (max-width:520px) {
    #logo img {
        height: 20%;
        padding-left: 10%;

    }

    #logo {
        position: absolute;
        right: 0;
        height: 35vh;
        padding-right: 10%;
    }
}


@media (max-width:2000px) {
    #logo img {
        height: 30%;
        padding-left: 10%;

    }
}

.options ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    font-size: 2rem;

    align-items: center;
    height: 25%;
}


@media (max-width:520px) {
    .options ul {
        font-size: 1.5rem;
    }
}

.options .hamburger {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10% 0% 0% 10%;
}

.hamburger i {
    display: none;
    color: #fff;
    font-size: 1.5rem;

}

@media (max-width:520px) {
    .hamburger i {
        color: #fff;
        font-size: 1.5rem;
        display: block;
    }

    .overlayer {
        width: 40%;
        height: 100vh;
        background-color: #232323;
        /* position: absolute; */
        position: fixed;
        left: -40%;
    }

    .move-layer {
        left: 0;
    }

    .xmark {
        color: #fff;
        display: flex;
        justify-content: end;
        align-items: end;
        padding: 1rem;
    }

}


.remove options {
    display: none;
}

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

.options li {
    color: #fff;
    opacity: 0.8;
    height: 20px;
}

.options li:hover {
    opacity: 1;
    text-decoration: black underline;
}

.information {
    width: 80%;
    height: max-content;
    margin: auto;
    margin-top: 5%;
    background-color: #232323;
    border: 1px solid green;
}

@media (max-width:520px) {
    .information {
        height: 80%;
        width: 90%;
        margin-top: 30%;
    }
}

.raw-info {
    padding: 2%;
}

.raw-info p {
    color: #fff;
}

.raw-info h2 {
    color: #fff;
    padding-bottom: 1%;
}

#raw-info-options {
    line-height: 150%;
}

.info-main {
    font-size: 1.2rem;
}

.raw-info-btn {
    padding: 1px;
    margin-top: 2%;
    background-color: #111;
    color: #fff;
}

@media (max-width:520px) {
    .info-main {
        font-size: 1rem;
    }
}

/* .overlayer{
    height: 100vh;
    width: 20%;
    background-color: #111;
    position:relative;
} */

/* explore section */
.places-option {
    /* height: 100vh; */
    /* background-image: url("assets/img/Html_css/sky_effect_copy.jpg"); */
    background-color: #111;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 8%;
}

@media (max-width:520px) {
    .places-option {
        height: auto;
        padding-bottom: 10%;
    }
}

#card-options {
    display: flex;
    justify-content: space-evenly;
    /* padding-top: 10%; */
    height: auto;
    max-width: 1500px;
    flex-wrap: wrap;
}


@media (max-width:520px) {
    #card-options {
        flex-wrap: wrap;
    }
}

.card-new {
    width: 350px;
    border: 2px solid black;
    border-radius: 25px;
    padding: 20px;
    margin: 10px;
    background-color: #232323;
    border: 1px solid green;
}

.card-new img {
    width: 100%;
    border-radius: 20px;
    height: 100%;
}

.card-image {
    height: 300px;
    z-index: 0;
    overflow: hidden;
}

.card-image img {
    transition: all 1s;

}

.card-image img:hover {
    transition: all 1s ease-in;
    transform: scale(1.07);
    overflow: hidden;
    z-index: 0;
}

.card-content {
    margin: 20px 0px 20px 0px;
}

.card-new button {
    padding: 1.5%;
    margin-top: 2%;
    background-color: #111;
    color: #fff;
}

.card-new button a {
    text-decoration: none;
    color: #fff;
}

/* .card-new button:hover{
    font-size:0.8rem;
} */

/* .overlayer-main{
    width: 100%;
    height: 100vh;
    background-color: pink;
    position: absolute;
} */

.accordion-heading h2 {
    color: #fff;
    font-family: "Funnel Sans", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.accordion-class {
    background-color: #111;
    padding-top: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.accordion-class h2 {
    color: #fff;
}

.accordion {
    width: 80%;
    padding: 5% 2% 5% 2%;
    background-color: #232323;
    overflow: auto;
    border: 2px solid green;
    /* overflow: hidden; */
}

.accordion-item {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.accordion-button {
    background-color: #111;
    color: #fff;
}

.collapsed {
    color: #fff;
}

#About-us {
    width: 100%;
    height: 100vh;
    background-color: #111;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

@media (max-width:520px) {
    #About-us {
        height: auto;
        flex-wrap: wrap;
        padding-bottom: 10%;
    }

}

.footer-info {
    width: 50%;
    /* justify-content: center; */
    margin-top: 15%;
    height: 20%;
}

.About-info {
    width: 100%;
    display: flex;
    justify-content: space-around;
    /* height:20%; */
    border-bottom: 1px solid #fff;
    padding-bottom: 5%;
}

.fa-whatsapp {
    display: inline-block;
}

@media (max-width:520px) {
    .About-info {
        flex-wrap: wrap;
        justify-content: left;
    }

    .About-info-first {
        padding-top: 7%;
    }

}

.space {
    padding-bottom: 10%;
}

.info {
    line-height: 150%;
}

.Important-links a {
    text-decoration: none;
    color: white;
}

.footer-icons {
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
    margin-top: 2%;
}

.footer-icons i {
    padding-left: 2%;
}

@media (max-width:520px) {
    .footer-icons {
        font-size: 1rem;
    }

}