body {
    background: var(--cfff) !important;
    transition: all 0.3s ease;
}

nav {
    position: fixed;
    z-index: 5;
    width: 100%;
    transition: 0.3s ease;
}

div.switchColor {
    position: relative;
    width: 52px;
    height: 26px;
    background-color: #e9e9e9;
    border-radius: 20px;
    cursor: pointer;
    overflow: hidden;
}

div.switchColor .slider {
    position: absolute;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    transition: all 0.3s ease;
    top: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

div.switchColor .slider i {
    display: none;
}

div.Left {
    left: 5px;
    background-color: #f0a539;
}



div.Right {
    left: 28px;
    background-color: #e9e9e9;
}

.darked {
    background-color: #2e3842 !important;
}

.nav {
    position: fixed;
    z-index: 4;
    width: 100%;
    height: 0px;
    transition: 0.3s ease;
    background-color: var(--cfff);
}

.navshow {
    height: 70px;
}

.dark a {
    color: var(--nav) !important;
}

.dark path.line {
    stroke: var(--c222);
}

.dark em {
    color: var(--nav) !important;
}

.dark a:hover {
    color: #f0a539 !important;
}

.dark em:hover {
    color: #f0a539 !important;
}

nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav .container .navLeft {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
}

.container .navLeft a {
    padding: 5px 5px;
    margin: 20px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    transition: all 0.2s ease;
    letter-spacing: 1px;
}

.container .navLeft a:hover {
    color: #f0a539;

}

.container em {
    font-family: "Playfair Display", serif !important;
    color: #fff;
    transition: all 0.2s ease;
    cursor: pointer;
    font-size: 35px;
}

.container em:hover {
    color: #f0a539;
}

.container .navRight {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
}

.container .navRight a {
    padding: 5px 5px;
    margin: 20px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    transition: all 0.2s ease;
    letter-spacing: 1px;
}

.container .navRight a:hover {
    color: #f0a539;
}

.container .navRight label {
    margin: 0px 20px;
}

.bigContainer {
    position: relative;
    text-align: center;
    z-index: +1;

}

.bigContainer .hedImg {
    background-image: url(../image/baner.png);
    background-size: 1920px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100vh;

}

.bigContainer .titleContainer {
    position: absolute;
    top: 180px;
    width: 100%;
}

.bigContainer .titleContainer .firstText {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

.bigContainer .titleContainer .firstText span {
    color: #f0a539;
}

.bigContainer .titleContainer h1 {
    font-size: 95px;
    font-family: "Playfair Display", serif !important;
    font-weight: bolder;
    color: #eeeeee;
    margin: 10px auto;
    transition: all 0.2s ease;
}


.bigContainer .titleContainer .text {
    
    color: rgb(217, 216, 219);
    margin: 0px auto;
}

.bigContainer .titleContainer a {
    padding: 20px 35px;
    border: #f0a539 solid 1px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin-top: 50px;
    transition: all 0.3s ease;
}

.bigContainer .titleContainer a:hover {
    color: #f0a539;
}

.bigContainer .titleContainer a .space {
    margin: 0px 5px;
}

.bigContainer .lastHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 90%;
}

.bigContainer .lastHead .left {

    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
}

.bigContainer .lastHead .left a {
    color: #fff;
}

.bigContainer .lastHead .left a i {
    margin: 0px 20px;
    font-size: 18px;
    transition: 0.3s ease;
}

.bigContainer .lastHead .left a i:hover {
    color: #f0a539;
    transform: translateY(1px);
}

/* .bigContainer .lastHead .left a i:hover{
    
} */

.bigContainer .lastHead .right {
    margin-right: 30px;
    align-items: center;
}

.bigContainer .lastHead .right i {
    color: #f0a539;
    margin: 0px 10px;
    font-size: 18px;
}

.bigContainer .lastHead .right p {
    margin: 5px 0px;
    font-size: 18px;
    font-family: "Playfair Display", serif;
    color: #fff;
}

.hamburger,
#navList {
    display: none;
}

.img-text {
    margin-top: 80px;
}

.container .imageLeft {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 50px;
}

.container .imageLeft p {
    position: relative;
    align-self: start;
    font-size: 18px;
    color: var(--c444);
    padding: 0px 10px;
    margin: 30px 5px;
}

.container .imageLeft p::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 10px;
    width: 35px;
    height: 3px;
    background-color: #f0a539;
    border-radius: 20px;
}

.container .imageLeft .imageSelector {
    position: relative;
    width: 350px;
}

.container .imageLeft .imageSelector::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 45px;
    left: 45px;
    border: solid 1px var(--cborderimg);
}

.container .imageLeft .imageSelector img {
    width: 100%;
    margin-right: 10px;
}

.container .imageRight {
    margin: 0px 50px;
}

.container .imageRight h3 {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    margin-top: 90px;
    color: var(--c222);
}

.container .imageRight h3 i {
    font-family: 'Times New Roman', Times, serif;

}

.container .imageRight p {
    color: var(--c7c8183);
}

.img-text2 .imageLeft p {
    align-self: end;

}

.img-text2 .imageLeft .imageSelector::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    bottom: 45px;
    right: 60px;
    background-color: var(--cform);
}

.imgBanner {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(../image/download.png);
    background-repeat: no-repeat;
    background-size: 1600px;
    background-position: center center;
    height: 1100px;
}

.singleP {
    position: absolute;
    text-align: left;
    margin: 0px 10px;
    margin-top: 250px;
    color: #111;
    font-size: 18px;
    /* left: 10%; */
    top: 50px;
}

.singleP::after {
    position: absolute;
    content: "";
    top: -20px;
    left: 5px;
    width: 35px;
    height: 3px;
    background-color: #f0a539;
    border-radius: 20px;
}

.headerGoods {
    text-align: center;

}

.h2Title {
    font-family: Playfair Display, serif;
    text-align: center;
    color: var(--c222);
}

.listMenu {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0px;
}

.listMenu span {
    margin: 0px 15px;
    font-size: 13px;
    font-weight: bold;
    color: var(--c707879);
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.listMenu .first::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #f0a539;
    left: 0;
    bottom: -12px;
}

.listMenu span:hover {
    color: var(--c222);
}

.span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #f0a539;
    left: 0;
    animation: bt 0.2s ease forwards;
}

.span {
    color: var(--c222) !important;
}

@keyframes bt {
    from {
        bottom: -22px;
    }

    to {
        bottom: -12px;
    }
}

.flx {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .flx .goodsLeft{
    
} */
.flx .food {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--c99999962);
}

.flx .food img {
    width: 25%;
    margin: 15px 15px;
    padding: 10px 10px;
}

/* .flx .food .description{} */
.flx .food .description h3 {
    font-size: 20px;
    font-family: "Playfair Display", serif;
    padding: 20px 30px;
    color: var(--c222);
}

.flx .food .description p {
    padding: 0px 30px;
    color: var(--c555);
}

.flx .food span {
    align-self: start;
    margin-top: 30px;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    color: var(--c111);
}




.carousel-cell {
    width: 300px;
    height: fit-content;
    margin-right: 10px;
    border-radius: 5px;
    counter-increment: gallery-cell;
}

.carousel {
    height: fit-content !important;
}

.carousel-cell a {
    width: 100%;

}

.carousel-cell img {
    width: 100%;
    border-radius: 5px;

}

.carousel-cell .goodDescription {
    margin: 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.carousel-cell .goodDescription h5 {
    font-family: "Playfair Display", serif;
    color: var(--c222);
}

.carousel-cell .goodDescription span {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    align-self: start;
    color: var(--c444);
}

.carousel-cell p {
    color: var(--c555);
    margin: 0px 10px;
}

.formWrapper {
    background-color: var(--cform);
    margin: 40px 0px;
}

.formWrapper .titleForm {
    text-align: center;
    font-family: "Playfair Display", serif;
    color: var(--c222);
    padding-top: 80px;
}

.formWrapper .textForm {
    text-align: center;
    padding: 10px 5px;
    color: var(--c555);
}

.formWrapper .form {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .formWrapper .formLeft {}

.formWrapper .formRight {} */
.formWrapper .formLeft input {
    font-size: 17px;
    font-family: "Playfair Display", serif;
    padding: 0px 13px;
    color: var(--cform);
}


.formWrapper .formLeft input,
.formWrapper .formRight input,
.formWrapper .formRight select {
    display: block;
    outline: none;
    border: none;
    width: 360px;
    height: 55px;
    margin: 15px 10px;
    font-size: 17px;
    padding: 0px 13px;
    color: #444;
    cursor: pointer;
}

.formWrapper .formRight select option {
    font-size: 20px;
    border: none;
}

.submitWrapper {
    text-align: center;
    padding-bottom: 75px;
}

.submitWrapper input {
    border: 1px solid #f0a539;
    padding: 18px 40px;
    background-color: transparent;
    font-size: 12px;
    font-weight: 600;
    color: var(--c222);
    margin-top: 8px;
    transition: 0.3 ease all;
}

.submitWrapper input:hover {
    color: #f0a539;
}

.titlePerson {
    text-align: center;
    font-family: "Playfair Display", serif;
    color: var(--c444);
}

.textPerson {
    text-align: center;
    color: var(--c555);
}

.sliderContainer {
    margin: 0 auto;
    width: 70%;
}

/* .carousel2 {
    background: #EEE;
  } */

.carousel-cell2 {
    width: 100%;
    height: fit-content;
    margin-right: 0px;
    counter-increment: gallery-cell;
}

/* cell number */

.carousel-cell2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.carousel-cell2 img {
    border-radius: 50%;
    margin-left: 70px;
    width: 250px;
}

.carousel-cell2 p {
    padding: 0px 3%;
    margin-right: 70px;
    font-size: 20px;
    font-family: "Playfair Display", serif;
    color: var(--c444);
}

.carousel-cell2 p span {
    font-size: small;
    margin: 5px 0px;
    color: var(--c555);
}



.titleImg {
    text-align: center;
    font-family: "Playfair Display", serif;
    color: var(--c222);
    margin-top: 125px;
}

.textImg {
    text-align: center;
    color: var(--c555);
    padding-bottom: 35px;
}

.imgWrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0px;
    transition: all 0.4s ease;
}

.imgWrapper img {
    width: 1920;
}

.imgWrapper span {
    position: absolute;
    top: 110px;
    color: #f0a539;
    font-weight: 600;
    font-size: 12px;
    left: 13%;
}

.imgWrapper h3 {
    position: absolute;
    top: 25%;
    color: #fff;
    font-family: "Playfair Display", serif;
    line-height: 40px;
    font-size: xx-large;
    left: 13%;
}

.imgWrapper p {
    position: absolute;
    top: 48%;
    left: 13%;
    color: #fdfdfd;
    line-height: 25px;
}

.imgWrapper a {
    position: absolute;
    top: 65%;
    left: 13%;
    color: #ffffff;
    border: #f0a539 1px solid;
    padding: 20px 30px;
    font-size: 12px;
    transition: 0.3s ease;
}

.imgWrapper a:hover {
    color: #f0a539;
}



.h100 {
    height: 600px !important;
    transition: all 0.4s ease;
}


.Accordion {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--cform);
    margin-top: 35px;
}

.Accordion .dateText {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.Accordion .dateText p {
    font-family: "Playfair Display", serif;
    font-size: 30px;
    font-weight: bold;
    color: var(--c111);
}

.Accordion .dateText span {
    transform: translateY(-20px);
    color: var(--c222);
}

.Accordion .txt {
    font-size: 22px;
    font-family: "Playfair Display", serif;
    color: var(--c222);
    margin: 0px 45px;
    cursor: pointer;
}

.Accordion a {
    font-size: 12px;
    color: var(--c222) !important;
    padding: 18px 25px;
    transform: translateY(-10px);
    border: 1px solid #f0a539;
    transition: 0.3s ease;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    font-weight:bolder;
}

.Accordion a:hover {
    color: #f0a539 !important;
}

.btnText {
    display: flex;
    justify-content: center;
    align-items: center;
}

.inputWrapper{
    background-color: var(--cform);
    transform: translateY(-125px);
}
.inputWrapper h3{
    padding-top: 60px;
}
.inputWrapper .inputs{
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0px 20px;
    padding-bottom: 50px;
}
.inputWrapper .inputs input[type="text"]{
    border: none;
    transition: 0.3s ease outline-color;
    padding: 0px 10px;
    width: 355px;
    height: 50px;
}
.inputWrapper .inputs input[type="text"]:focus{
    outline: 1px solid ;
    outline-color: #f0a539;
}
.inputWrapper .inputs input[type="submit"]{
    width: 140px;
    height: 50px;
    font-size: 12px;
    letter-spacing: 1px;
    border: 1px solid #f0a539;
    background: transparent;
    color: var(--c222);
    margin-left: 20px;
   
}
.container .gallery{
    display: grid;
    grid-template-areas: 
     "c1 c2 c3"
     "c4 c2 c5"
     "c6 c7 c8"
    ;
    gap: 4px;
    margin: 0px 20px;
}
.container .gallery img{
    width:100%;
    padding: 5px;
    cursor: pointer;
    transition: 0.2s ease;
}
.container .gallery img:hover{
    opacity: 0.7;
}
.showImage{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -100;
    top: 0px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease;
    transform: scale(0.3);
    opacity: 0;
}
.index100{
    z-index: +100 !important;
    transform: scale(1) !important;
    opacity: 1 !important;
    backdrop-filter: blur(20px);
}
.index0{
    z-index: -100 !important;
    transform: scale(0.3) !important;
    opacity: 0 !important;
    backdrop-filter: blur(0px);
}
.showImage img{
    width: 80%;
    z-index: +101;
    margin: 10px;
}



footer .container-fluid{
    display: grid;
    grid-template-columns:repeat(3,1fr);
    background-color:#111;
}

footer .container-fluid div{
    padding: 5px 30px;
    margin: 50px 10px;
}

/* footer .container-fluid .aboutBox{} */
footer .container-fluid .aboutBox p,
footer .container-fluid .contactBox p,
footer .container-fluid .openHours p{
    color: #c8c8c8;
    font-size: 14px;
    margin: 10px 0px;
}

footer .container-fluid .aboutBox span,
footer .container-fluid .contactBox span,
footer .container-fluid .openHours span{
    color: #f0a539;
    font-size: 14px;
}

footer .container-fluid  i{
    transform: translateX(-5px);
}
footer .container-fluid .contactBox a{
    color: #f0a539;
    border-bottom:  1px solid #f0a539;
}





























/* _______________________________________________________________________ */
@media (max-width:480px) {
    .flx .food .description p {
        padding: 0px 5px;
    }

    .flx .food .description h3 {
        font-size: 18px;
        padding: 20px 5px;
    }

    .flx .food img {
        width: 30%;

    }

    .formWrapper .formLeft input,
    .formWrapper .formRight input,
    .formWrapper .formRight select {
        width: 320px !important;
        margin: 15px 0px;
    }



    .imgWrapper h3 {
        font-size: x-large;
    }

    .imgWrapper p {
        position: absolute;
        top: 50%;

    }

    .imgWrapper a {
        position: absolute;
        top: 80%;
    }

}



#hr {
    margin-top: 130px;
    color: var(--c999);
}

.hid {
    display: none !important;
}







@media only screen and (max-width:1200px) {
    .imgFooter img{
        transform: translateX(-700px);
    }
}






@media only screen and (max-width:994px) {

    .container .navLeft,
    .container .navRight {
        display: none !important;
    }

    .hamburger {
        display: block !important;
    }

    .bigContainer .titleContainer .text {
        width: 70%;
    }

    .close {
        transform: translateY(-100%) !important;
    }

    .open {
        transform: translateY(0%) !important;
    }

    #navList {
        display: block !important;
        position: fixed;
        z-index: 4;
        width: 100%;
        background-color: var(--cfff);

        transition: all 0.3s ease;
    }

    #navList .container {
        margin-top: 50px;
    }

    #navList a {
        display: block;
        margin: 10px 0px;
        padding: 5px 0px;
        font-size: 12px;
        font-weight: bold;
        color: var(--c222);
        transition: all 0.3s ease;
    }

    #navList a:hover {
        color: #f0a539;
    }

    #navList label {
        margin: 10px 0px;
    }

    .lastHead {
        flex-direction: column;
    }

    .bigContainer .lastHead .right {
        margin-right: 0px !important;
        align-items: center;
    }

    .bigContainer .lastHead .right {
        margin-right: 0px !important;
    }

    .bigContainer .lastHead .right p {
        margin-right: 0px !important;
        font-size: 16px !important;
    }

    .bigContainer .lastHead .left {
        margin: 0 auto !important;
    }

    .navshow {
        height: 50px;
    }

    .sliderContainer {
        width: 95%;
    }


    .imgWrapper img {
        width: 1920;
        transform: translateX(-580px);
    }


    .btnText {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .Accordion .txt {
        margin: 0px 45px;
    }

    .Accordion a {
        margin: 25px 45px;
        padding: 18px 25px;

    }

    .Accordion .dateText {
        align-self: flex-start;
    }
    .container .gallery{
        display: grid;
        grid-template-areas: 
         "c2 c1"
         "c2 c3"
         "c4 c5"
         "c6 c7"
        !important;
        
    }
    .container .gallery img:last-child{
        display: none;
    }


}

@media only screen and (max-width:767.20px) {
    .img-text .imageLeft {
        flex-direction: column;
        margin: 0px 5px !important;
    }

    .img-text .imageRight {
        margin: 0px 5px !important;
    }

    .img-text .imageRight h3 {
        margin-top: 35px !important;
        font-size: 30px;
    }

    .img-text .imageRight p {
        padding: 0px !important;
    }

    .img-text .imageLeft p {
        padding: 0px 0px !important;
        margin: 30px 0px !important;
    }

    .container .imageLeft p::after {
        left: 0px;
    }

    .img-text .imageLeft .imageSelector {
        width: 100% !important;
    }

    .img-text .imageLeft .imageSelector::after {
        content: "";
        display: none;
    }

    .img-text2 .imageLeft .imageSelector::before {
        content: "";
        display: none;
    }

    .img-text2 .imageLeft p {
        align-self: start;
    }

    .formWrapper .form {
        flex-direction: column;
        width: 100% !important;
    }

    .formWrapper .formLeft input,
    .formWrapper .formRight input,
    .formWrapper .formRight select {
        width: 400px;
        margin: 10px 0px;
    }

    .carousel-cell2 {
        flex-direction: column;

    }

    .carousel-cell2 p {
        text-align: center;
        margin: 10px auto;

    }

    .carousel-cell2 img {
        margin: 10px auto;
        width: 230px;
    }
    footer .container-fluid{
        grid-template-columns:1fr;
        grid-template-rows: repeat(3,1fr);
        text-align: center;
    }
}
@media only screen and (min-width:1920px) {
    body img:not(.gallery img,.carousel-cell2 img,.food img){
        width: 100% !important;   
    }
    .imgBanner,.hedImg{
        background-size: 100% !important;
    }
    
}