@import url('https://fonts.googleapis.com/css2?family=Lora&family=Oswald&display=swap');
/* font-family: 'Lora', serif; */
/* font-family: 'Oswald', sans-serif; */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    /* font-family: "Poppins", sans-serif; */
    --color1: #FFF;
    --color2: #181818;
}

/* Section 1 */
.heroSection {
    /* background-image: url(images/home01.webp); */
    background-image: url(./images/HOME1-RESTAURANT.jpg);
    height: 100vh;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* .headerLogo {
    display: flex;
    justify-content: center;
} */

/* #logoReg {
    background-image: url("./images/earthStudio.png");
    height: 50px;
    width: 50px;
    object-fit: contain;
} */

.logoName {
    padding: 60px 0 40px 0;           /*  55px 0 55px 0  */
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    color: var(--color1);
}

.nav { margin-top: 250px; }
.nav-bar {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    position: relative;
    /* background-color: var(--color2); */
    padding: 12px 20px;
}

.logo img { width: 40px; }
.menu { display: flex; }
.menu li { padding-left: 30px;   padding-right: 30px;  }
.menu li a {
    display: inline-block;
    text-decoration: none;
    font-size: 22px;
    color: var(--color1);
    font-family: 'Lora', serif;
    text-align: center;
    transition: 0.5s ease-in-out;
    position: relative;
    text-transform: lowercase;
}
.menu li a:hover { color: rgb(249, 97, 42);   transition: 0.5s ease-in-out;   }
.menu li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    /* background-color: var(--color1); */
    /* transition: 0.15s ease-in-out; */
}
.menu li a:hover:after { width: 100%; }
.open-menu,
.close-menu {
    position: absolute;
    color: var(--color1);
    cursor: pointer;
    font-size: 1.5rem;
    display: none;
}
.open-menu {
    top: -10%;
    right: 20px;
    transform: translateY(-50%);
}
.close-menu { top: 30px;   right: 25px; }
#check { display: none; }

.container1 {
    height: auto;
    width: 100%;
    margin: auto;
}

.heading {
    font-size: 50px;
    font-family: 'Lora', serif;
    text-align: center;
    font-weight: 500;
    margin: 60px 0px;
}

.box {
    display: flex;
    justify-content: center;
}
.same {
    height: 280px;
    width: 280px;
    margin: 20px;
    filter: grayscale(100%);
    transition: 0.5s ease-in-out;
    border-radius: 8px;
}

.same:hover {
    filter: grayscale(0%);
    transition: 0.5s ease-in-out;
}
.container2 {
    /* background-image: url(images/i3.jpg); */
    background-image: url(./images/HOME2-RAJENDRA_KANCHAN_BUNGALOW.jpg);
    min-height: 85vh;
}
.com {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 70px 0px 80px;
}

.container3 {
    width: 60%;
    height: auto;
    margin: auto;
    text-align: center;
}

.p-Text, p {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-size: 18px;
    line-height: 25px;
    word-spacing: 3px;
    /* text-align: left; */
    color: rgb(79, 78, 78);
}

.imgPNG {
    height: 170px;
    width: 130px;
    margin: 60px 0px 30px 0px;
}

.imgPNG:hover { 
     animation: rotate 1s linear;

    /* To show earth instead of flower rotating itself horizontally in 360 deg */
    /* animation: rotateY 1s ease-in; */
    /* transform: rotateY('360') */
} 

.container4 {
    background-image: url(./images/HOME3-GRAMPANCHAYAT.webp);
    /* background-image: url(./images/HOME3-GRAMPANCHAYAT.jpg); */
    min-height: 85vh;
}

.buttonUp a{
    position: fixed;
    bottom: 45px!important;
    right: 25px;
    color: #fff;
    /* background: #2980b9; */
    background-color: rgb(249, 97, 42);
    padding: 10px 14px;
    transition: 2s ease-in;
    font-size: 18px;
    border-radius: 6px;
    /* border-radius: 50%; */
    box-shadow: rgba(0, 0, 0, 0.15);
  }


.google-map iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
form {
    max-width: 420px;
    margin-bottom: 20px;
}
.feedback-input,
.feedback {
    color: rgb(79, 78, 78);
    /* font-family: Helvetica, Arial, sans-serif; */
    font-weight: 500;
    font-size: 18px;
    border-radius: 5px;
    line-height: 22px;
    background-color: transparent;
    border: 2px solid gray;
    transition: all 0.3s;
    padding: 13px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
}
.feedback-input:focus {
    border: 2px solid rgb(249, 97, 42);
}
.feedback:focus {
    border: 2px solid rgb(249, 97, 42);
}
textarea { height: 180px;   line-height: 150%;   resize: vertical; }

[type="submit"] {
    /* font-family: 'Montserrat', Arial, Helvetica, sans-serif; */
    width: 100%;
    background: #000;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    color: white;
    font-size: 19px;
    padding-top: 13px;
    padding-bottom: 13px;
    transition: all 0.3s;
    margin-top: -4px;
    font-weight: 500;
}

[type="submit"]:hover {  background: rgb(249, 97, 42);  }
.parent {
    margin: 0px auto;
    display: flex;
    justify-content: space-evenly;
}

footer {
    background-color: rgb(249, 97, 42);
    height: 40px;
    width: 100%;
    margin-top: 50px;
}
/* .socialMedia { display: flex;  justify-content: flex-end;  align-items: center; } */
.socialMedia { display: flex;  justify-content: flex-start;  align-items: center; }
.icon{
    height: 40px;
    width: 40px;
    margin-left: 20px;
    /* margin-right: 20px; */
}

.map {
    height: 250px;
    width: 400px;
}
/* ------------------------ Media Query ------------------------- */
@media(max-width: 992px) {
    .container { padding: 0px 20px; } 
    .box {
        display: flex;
        justify-content: center;
        align-items: center;
        /* flex-wrap: wrap; */
    }
    .same { height: 260px;   width: 260px;   margin: 10px; }
}

@media(max-width: 769px) {
    .container { padding: 0px 20px; } 
    
    .container3 {
        width: 65%;
        height: auto;
        margin: auto;
        text-align: center;
    }
    .box {
        display: flex;
        justify-content: center;
        align-items: center;
        /* flex-wrap: wrap; */
    }
    .p-Text, p {
        font-size: 16px;
        line-height: 25px;
        word-spacing: 3px;
    }
    .same { height: 230px;   width: 230px;   margin: 10px; }
    .socialMedia { margin-right: 20px;}
    
}

@media(max-width: 610px) {
    .menu {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100;
        background-color: var(--color2);
        transition: all 0.2s ease-in-out;
    }
    .menu li { margin-top: 40px; }
    /*.menu li a { padding: 0 100px 0 0; }*/ 
    .open-menu,
    .close-menu { display: block; }
    #check:checked~.menu { right: 0; }
    .nav { margin-top: 50px;   display: flex; }
    .nav-bar { margin-top: -16px; } 
    .logoName { font-size: 30px;   padding: 25px 0 0 0; }
    .heading { font-size: 35px;   margin: 35px 0px; }
    form { margin: 40px 10px; }
    .parent { display: flex;    flex-direction: column; }
    .pad { padding-left: 20px; }
    .com { margin: 50px 0px 50px;}
}

@media(max-width: 512px) {
    .container { padding: 0px 20px; }
    .box {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .heading { font-size: 25px;   margin: 25px 0px; }
    .same { height: 320px;   width: 320px;   margin: 10px; }
    .container3 { width: 70%; }
    .p-Text, p {
        font-size: 14px;
        line-height: 20px;
    }
    .feedback-input,
    .feedback { padding: 8px;   font-size: 16px; }
    [type="submit"] { padding: 10px;   font-size: 16px; }
    .map { height: 250px; width: 400px; padding: 20px 0 0 20px; }
    .buttonUp a{ bottom: 30px!important;}
    footer { height: 25px!important; }
}

@media(max-width: 376px) {
    /*.menu li a { padding: 0 55px 0 0; }*/ 
    .box {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
        flex-grow: 1;
    }
    .same { height: 265px;   width: 265px;  /* margin */ }
    .container3 { width: 80%; }
    .socialMedia { margin-right: 20px; margin-bottom: 20px!important;}
    .icon{
        height: 25px;
        width: 25px;
        margin-left: 20px;
    }
    footer { height: 30px;}
    .footerLogo img{ height:50px; width: 120px; object-fit: contain; }
    .map { height: 250px; width: 375px; padding: 0; }
}

@media(max-width: 325px) { .map { height: 250px; width: 320px; padding: 0; } }









