* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

/* common elenemts */
ul {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* common class */
.container {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col {
    padding: 0 15px;
}

.col-50 {
    width: 50%;
}

.col-33 {
    width: 33.33%;
}

.col-25 {
    width: 25%;
}


/* navbar */
nav {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.navbrand {
    max-width: 195px;
    width: 100%;
}

.navcontent {
    display: flex;
    align-items: center;
}

.navitems {
    display: flex;
    list-style: none;
}

.navitems li {
    font-size: 18px;
    margin: 0 18px;
}

.navitems a {
    color: #161616;
}

.navmedia {
    display: flex;
}

.navmedia li {
    font-size: 24px;
    margin-left: 12px;
}

/* ham menu */
.menu-icon {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

#menu-toggle {
    display: none;
}

/* banner */
.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 692px;
    background-image: url('../images/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.bannercontent {
    margin: 0 auto;
    color: #fff;
    text-align: center;
    max-width: 1078px;
    width: 100%;
    max-height: 284px;
    height: 100%;
    background-color: rgba(118, 84, 55, 0.45);
    backdrop-filter: blur(15px);
}

.bannercontent h1 {
    font-size: 100px;
    font-family: "Abhaya Libre", serif;
    letter-spacing: 25px;
    padding-top: 62px;
}

.bannercontent span {
    color: #FFCC00;
    font-family: "Abhaya Libre", serif;
}

.bannercontent p {
    font-size: 45px;
    font-family: "Abhaya Libre", serif;
    letter-spacing: 10px;
    padding-bottom: 60px;
}

/* lifestyle */
.lifestyle {
    background-color: #33342E;
    color: #fff;
}

.lifestyle .col {
    padding: 0;
}

.imgheight {
    max-width: 720px;
    width: 100%;
    max-height: 551px;
    height: 100%;
    object-fit: cover;
}

.lifestylecontent {
    display: flex;
    flex-wrap: wrap;
    margin: 145px 115px;
}

.lifestylecontent h2 {
    font-size: 31px;
    max-width: 451px;
    width: 100%;
    margin-bottom: 18px;
}

.lifestylecontent p {
    font-size: 14px;
    max-width: 400px;
    width: 100%;
    line-height: 1.5;
}

/* display */
.display {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.display .images {
    display: flex;
    min-width: 225px;
    min-height: 448px;
    width: 100%;
    height: 100%;
    margin-right: 23px;
    position: relative;
}

.imagebox p {
    color: #ffffff;
    position: absolute;
    right: 24px;
    bottom: 8px;
}


.display .text {
    color: #33342E;
    border: 6px solid #5B4137;
    margin: 75px 0 100px 365px;
    padding: 180px 25px 160px 462px;
}

.display .text h2 {
    font-size: 31px;
    padding-bottom: 20px;
}

.display .text p {
    max-width: 380px;
    width: 100%;
    font-size: 14px;
    line-height: 1.3;
}


/* contact */
.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 752px;
    background-image: url('../images/s6.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.contactcontent {
    margin: 0 auto;
    color: #fff;
    text-align: center;
    max-width: 615px;
    width: 100%;
    max-height: 682px;
    height: 100%;
    background-color: rgba(118, 84, 55, 0.45);
    backdrop-filter: blur(15px);
}

.contactcontent h2 {
    font-size: 28px;
    margin: 0 auto;
    padding-top: 32px;
    max-width: 432px;
    width: 100%;
}

.contactcontent p {
    font-size: 14px;
    margin: 0 auto;
    padding-top: 10px;
    max-width: 432px;
    width: 100%;
    line-height: 1.5;
}


.contactcontent form {
    margin: 30px 64px;
    display: flex;
    flex-direction: column;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
    background-color: transparent;
    margin: 10px;
    padding: 8px 22px;
    border: 2px solid #fff;
}

input::placeholder,
textarea::placeholder {
    color: #fff;
}

.contactcontent input[type="submit"] {
    margin: 20px auto 32px;
    padding: 8px 50px;
    background-color: #fff;
    color: #33342E;
    border: none;
    border-radius: 25px;
    font-size: 20px;
    cursor: pointer;
    transition: 0.5s;
}

input[type="submit"]:hover {
    background-color: #33342E;
    color: #fff;
}

/* footer */
.footer {
    background-color: #33342E;
}

.footer1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer1 h2 {
    max-width: 450px;
    color: #FFCC00;
    font-size: 24px;
    padding-top: 90px;
    padding-bottom: 46px;
}

.footermedia {
    display: flex;
    padding-bottom: 92px;
}

.footermedia li {
    font-size: 32px;
    margin-right: 15px;
}

/* iframe{
    display: flex;justify-content: center;align-items: center;
} */

.footer2 {
    font-size: 14px;
    padding: 12px 0;
    color: #fff;
    border-top: 1px solid #fff;
    text-align: center;
}

.footer2 a {
    color: #fff;
    text-decoration: underline;
    transition: 0.3s;
}

.footer a:hover {
    color: #8787ff;
}



/*RESPONSIVE*/
@media (max-width: 575px) {
    nav {
        flex-wrap: wrap;
        padding: 15px 25px;
    }

    .menu-icon {
        display: block;
    }

    .navcontent {
        width: 100%;
        display: none;
        flex-direction: column;
        background-color: #fff;
        margin-top: 10px;
        padding: 15px 0;
    }

    /* Show menu when checkbox checked */
    #menu-toggle:checked+.menu-icon+.navcontent {
        display: flex;
    }

    .navitems {
        flex-direction: column;
        text-align: center;
    }

    .navitems li {
        margin: 5px 0;
        cursor: pointer;
    }

    .navitems li:hover {
        border-bottom: 1px solid #161616;
    }

    .navmedia {
        justify-content: center;
        margin-top: 5px;
    }

    .bannercontent h1 {
        font-size: 40px;
        letter-spacing: 10px;
        padding-top: 40px;
    }

    .bannercontent p {
        font-size: 16px;
        letter-spacing: 4px;
        padding-bottom: 40px;
    }

    .lifestylecontent {
        margin: 80px 10px;
    }

    .lifestylecontent h2 {
        font-size: 18px;
        max-width: 450px;
        width: 100%;
        margin-bottom: 8px;
    }

    .lifestylecontent p {
        font-size: 10px;
        max-width: 400px;
        width: 100%;
    }

    .contactcontent h2 {
        font-size: 18px;
        margin: 0 auto;
        padding-top: 22px;
        max-width: 432px;
        width: 100%;
    }

    .contactcontent p {
        font-size: 10px;
        margin: 0 auto;
        padding-top: 5px;
        max-width: 432px;
        width: 100%;
    }


    .contactcontent form {
        margin: 10px 30px;
        display: flex;
        flex-direction: column;
    }

    input[type="text"],
    input[type="tel"],
    input[type="email"],
    textarea {
        background-color: transparent;
        margin: 10px;
        padding: 4px 15px;
        border: 2px solid #fff;
    }

    input::placeholder,
    textarea::placeholder {
        color: #fff;
    }

    .contactcontent input[type="submit"] {
        margin: 8px auto 25px;
        padding: 8px 35px;
        border-radius: 25px;
        font-size: 10px;
    }

    input[type="submit"]:hover {
        background-color: #33342E;
        color: #fff;
    }

    .footer1 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        text-align: center;
    }

    .footer1 h2 {
        max-width: 400px;
        color: #FFCC00;
        font-size: 15px;
        padding-top: 50px;
        padding-bottom: 10px;
        word-spacing: 2px;
    }

    .footermedia {
        padding-bottom: 20px;
    }

    .footermedia li {
        font-size: 10px;
        margin: 0 auto;
    }

    .footer2 {
        margin-top: 20px;
        font-size: 8px;
        padding: 5px 0;
    }

}