:root {
    --border-color: rgb(246, 158, 50);
    --primary-color: rgb(216, 127, 17);
    --white-text: white;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: cursive,Arial, Helvetica, sans-serif;
}

body {
    background-color: #f6f4ee;
    height: 200vh;
}

/* navigation  */
header {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('./media/1.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    border-bottom: 1px solid var(--primary-color);
}

nav {
    background-color: #fef9eb;
    width: 100%;
    position: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid var(--border-color);
}

ul li .active1 {
    color: var(--primary-color);
}

a:hover {
    color: var(--primary-color);
    transition: all 0.3s ease;
}

span {
    color: var(--primary-color);
}

nav ul li {
    list-style-type: none;
    display: inline;
    margin: 0 8px;
}

nav ul li a {
    text-decoration: none;
    color: var(--secondary-color);
    font-size: 18px;
}

#check,
label {
    display: none;
    transition: all 0.3s ease;
}

.container {
    display: flex;
    height: 70vh;
    color: var(--white-text);
    width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;

}

.container h2,
p,
.line {
    margin: 8px 15px;
}

.container p {
    font-style: italic;
    font-size: 18px;
}

.container .line {
    width: 200px;
    border: 1.5px solid rgb(196, 133, 39);
}

@media screen and (max-width:650px) {
    label {
        display: block;
        font-size: 33px;
        font-weight: bolder;
        color: var(--primary-color);
        cursor: pointer;
    }

    nav ul {
        margin-top: 4px;
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 63px;
        background-color: #fdfbf6;
        border-bottom: 1px solid rgb(246, 158, 50);
        transition: all 0.6s ease;
        left: -105%;
        width: 100vw;
    }

    nav ul li {
        margin: 5px;
        padding: 25px;
    }

    nav ul li a {
        font-size: 20px;
    }

    #check:checked+label {
        transform: rotate(45deg);
    }

    #check:checked~ul {
        left: 0;
    }
}


/* custom scrollbar  */
::-webkit-scrollbar {
    width: 0.625rem;
}

::-webkit-scrollbar-track {
    background-color: aliceblue;
}

::-webkit-scrollbar-thumb {
    background: rgb(216, 127, 17);
}


/* SECTION ONE  */
.row h1 {
    text-align: center;
    margin: 15px 8px;
    font-size: 2em;
    padding: 10px;
}

.cols {
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
}

.cols .box {
    border: 2px double var(--primary-color);
    background-color: rgb(249, 242, 232);
    border-radius: 10px;
    margin: 0 5px;
    padding: 10px 0;
}

@media screen and (max-width:680px) {
    .cols {
        flex-direction: column;
    }

    .cols .box {
        margin: 8px 5px;
    }

    .cols .box p {
        font-size: 22px;
    }
}

/* IMAGE GALLERY  */
.row-2 {
    margin: 25px 0;
}

.row-2 h1,p {
    text-align: center;
    padding: 5px;
}

.row-2 .line {
    width: 100px;
    border: 1.5px solid rgb(196, 133, 39);
    margin: auto;
}

.row-2 .title {
    padding-bottom: 20px;
}

.column {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.column img {
    width: 200px;
    height: 200px;
    border: 2px solid black;
    border-color: black rgb(196, 133, 39) rgb(216, 127, 17) black;
    margin: 0 8px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: all 0.5s ease;
}

.column img:hover {
    transform: scale(1.1);
}

@media screen and (max-width:860px) {
    .column img {
        width: 150px;
        height: 150px;
    }
}

@media screen and (max-width:660px) {
    .column {
        flex-wrap: wrap;
    }

    .column img {
        width: 240px;
        height: 200px;
        margin: 10px 5px;
    }
}
/* TESTIMONIAL  */

.testimonial {
    padding-top: 35px;
    padding-bottom: 45px;
}
.reviews {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.reviews img{
    width: 250px;
    height: auto;
    border: 2px solid rgb(216, 127, 17);
    border-radius: 10px;
    margin-bottom: 20px;
}

@media screen and (max-width:660px){
    .reviews {
        flex-direction: column;
    }
}

/* FAQ */

h2 {
    padding-bottom: 20px;
    text-align: center;
}

.faq {
    padding: 0 15px 15px 15px;
}

.accordion {
    background-color: rgb(246, 234, 217);
    color: black;
    cursor: pointer;
    padding: 15px 10px;
    margin: 5px 0;
    width: 100%;
    border: 2px double rgb(234, 187, 116);
    text-align: justify;
    outline: none;
    font-size: 15px;
    transition: all 0.4s ease;

}

.active
.accordion:hover {
    background-color: rgb(250, 242, 231);
    border: 2px outset rgb(216, 127, 17);
}

.accordion:after {
    content: '\002B';
    color: rgb(216, 127, 17);
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.txtalign {
	text-align:justify;
	font-face:'playfair.ttf';
}

.panel {
    padding: 0 5px;
    background-color: rgb(248, 245, 229);
    max-height: 0;
    overflow: hidden;
    text-align: justify;
    transition: max-height 0.2s ease-out;
}

/* FOOTER SECTION  */
.footer {
    background-color: rgb(241, 208, 168);
}
.footer a{
    text-decoration: none;
    color: black;
}