body{
    margin: 0;
    max-width: 1456px;
    margin: 0 auto;
}

.padding{
    height: 200px;
    width: 100%;
}


/* define */

.center{
    text-align: center;
}

.mt-1{
    margin: 8em auto;
    width: 85%;
}

.red{
    color: red!important;
}
.h3i{
    font-size: 2.4em;
    font-family: "Mansalva", sans-serif;
    font-weight: 400;
    margin-bottom: .5em;
}

.h2{
    font-size: 3em;
    margin-top: 0;
}

.h3{
    font-size: 2.2em;
}
.h4{
    font-size: 1.5em;
    margin-top: 0;
}

.primery-btn{
    text-decoration: none;
    color: rgb(255, 166, 0);
}
.primery-btn:hover{
    cursor: pointer;
}

.secondary-btn{
    padding: 1.2em 2em!important;
    color: white;
    background-color: rgb(255, 166, 0);
}

.close-btn{
    color: white;
    border: 1px solid red!important;
    background-color: red;
    border-radius: 20px;
}



/* Navabr */
.navbar{
    background: transparent;
    display: flex;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    justify-content:space-between;
    .nav-list ul{
        display: flex;
        li{
            list-style: none;
            margin: 0 5px ;
            a{
                text-decoration: none;
                color: rgb(255, 255, 255);
                font-size: x-large;
                padding: 5px 7px;
                font-weight: 700;
            }
            a:hover{
                color: brown;
                text-decoration: underline;
            }
        }
    }
    
    .nav-logo img{
        width: 120px;
    }
}


.hero{
    margin-top: -150px;
    background-image: url(/image/hero12.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width:100%;
    height: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    .hero-data{
        text-align: center;
        img{
            width: 200px;
        }
        h3{
            font-size: 4em;
            color: white;
            margin: 10px auto 15px ;
            font-family: "Dancing Script", cursive;

        }
        button{
            width: 150px;
            height: 50px;
            border-radius: 5px;
            font-size: large;
            font-family: "Dancing Script", cursive;
            border: 0;
        }
    }
    
}
/* .hero::before{
    background-image: url(/image/slide.png);
    content: "";
    height: 150px;
    width: 1900px;
    position: absolute;
    bottom: -200px;
} */




/* custom */
button {
    font-size: 1.2rem;
    padding: 5px 15px;
  }
  
  dialog::backdrop {
    background-color: rgba(190, 188, 188, 0.733);
    opacity: 0.9;
    width: 50%;
  }
  form > p {
    font-size: 24px;
  }
.h3-heading{
    font-weight: bolder;
    font-family:Arial, Helvetica, sans-serif;
}


ul>li{
    font-size: x-large;
}



#favDialog,#favDialog1,#favDialog2,#favDialog3{
    width: 80%;
    height: 80%;
    


    form{
        width: 80%;
        margin: 4em auto;
    }

}

























/* cate */






.cate{

    display: flex;
    /* width: 85%; */
    gap: 3em;
    margin: 0 auto;
    .cate-li{
        /* margin: 0 2%; */
        width: 45%;
        
    }
    .cate-li:hover{
        img.cate{
            box-shadow: 1px 5px 15px #ccc;
        }
        h4{
            color: red;
        }
    }
    img.cate{
        border-radius: 50%;
        width: 200px;
        height: 200px;
    }
}


/* about */

.about{

    display: flex;
    align-items: center;
    .about-sec2{
        img{
            border-radius: 20px;
            width: 100%;
        }
    }
}


.about{

    display: flex;
    align-items: center;
    .about-sec1{
        width: 50%;
        h2{
            font-size: 3em;
            margin-top: 0;
            margin-bottom: .5em;
        }
        p{
            width: 75%;
            font-size: 125%;
            text-align: center;
            margin: auto;
        }
    }
    .about-sec2{
        width: 50%;
        .about-img{
            width: 100%;
            border-radius: 20px;
            height: 350px;
            box-shadow: 1px 5px 15px #ccc;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url(/image/about.jpeg);
        }
    }
}


/* footprints section */

.footprint-sec{

    display: flex;
    gap: 2em;
    align-items: center;
    .foot-sec1, .foot-sec2{
        width: 50%;
    }

    .foot-sec1{
        .red{
            margin: 0 auto;
            
        }
        h4.h3{
            margin-top: 0;
        }
    }

    .foot-sec2{
        .foot-sec2-1{
            display: flex;
            gap: 1em;
            justify-content: space-between;

            .foot-cir{
                background-color: #0b0b0b;
                color: white;
                width: 100px;
                height: 100px;
                padding: 5%;
                align-items: center;
                align-content: center;
                text-align: center;
                white-space: nowrap;
                border-radius: 50%;
            }
            .foot-cir:hover{
                background-color: rgb(255, 166, 0);
                box-shadow: 1px 5px 15px #ccc;
            }
        }
        .foot-sec2-2{
            h5{
                margin-bottom: 0;
            }
        }
    }

}


/* testimonial */

.feedback-sec.center{
    p.h3i{
        font-size: 2em!important;
        margin-bottom: 0;
    }
    h4.h3{
        margin-top: 0;
    }
}
.f-sec1{
    .slider{
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        /* width: 80%;  */
        gap: 4em;
        margin: 0 auto;
        .feedback-t1{
            /* position: relative; */
            i{
                /* position: absolute; */
                /* top: -15px; */
                margin-top: -20px;
                font-size: 2.5em;
            }
            padding: 0 1em;
            margin: 1em 0.5em;
            scroll-snap-align: center;
            min-width: 200px;
            max-width: 300px;
            background-color: #f0f0f0;
            box-shadow:1px 5px 15px #ccc; 
            border-radius: 20px;
            p{
                font-size: .8em;
            }
    
        }
    }

}

/* contact */

.contact-sec1{
    p{
        width: 80%;
        margin: 0 auto ;

    }   
}
.contact-sec-div{
    display: flex;
    justify-content: space-evenly;
    margin-top: 100px;
}
.contact-sec-div1{
    height: 500px;
    width: 45%;
    border: 1px solid #ccc;

  
    .contact-form{
        input{
            border: 0;
            border-bottom: 1px solid #ccc;
            margin-bottom: 1.5em;
            padding: .2em 1em;
            width: 80%;
            font-size: .9em;
        }
        textarea{
            width: 81%;
            border: 0;
            font-size: .9em;
            border-bottom: 1px solid #ccc;
        }
    }
    h1{
        margin-bottom:50px;
    }

}   


/* footer */
#footer{
    .footer1{
        background-color:rgba(0, 0, 0, 0.832);
        height: 500px;
        border-radius: 0px 0px 15px 15px;
        display: flex;
        justify-content: space-evenly;
        
        
    
        
    }
    
    .reach{
        color: white;
        margin-top: 100px ;
        font-size: 2em;
        margin-bottom: 30px;
        font-weight: bolder;
      
    }
    .foot:hover{
        color: brown;
    }
    
    .foot {
        color: white;
    text-decoration: none;
    margin-top: 20px;
    font-size: 20px;
        
    }
    .footer-webpage{
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bolder;
        background-color: rgba(255, 217, 0, 0.651);
        border-radius:  10px ;
    
    }
    .website{
        text-decoration: none;
        color: brown;
        font-weight: bolder;
    
    }
   
    
    
    }
    
    /* res */

    @media (max-width:1030px){
        .cate{
            flex-wrap: wrap;
            justify-content: center;
            text-align: center;
        }
    }

    @media (max-width:768px){
        .footprint-sec{
            flex-wrap: wrap;
            
            .foot-sec1, .foot-sec2{
                width: 90%;
                margin: auto;

            }
        }
        .about {
            .about-sec1 {
                p{
                    font-size: 100%;                     
                }
            }
        }


        .contact-sec-div{
            flex-wrap: wrap;
        }
        .contact-sec-div1{
            width: 90%;
            margin-top: 4em;
        }
        .map-main{
            width: 90%!important;
        }
        #footer {
            .footer1{
                flex-wrap: wrap;
                padding: 0 3em 2em;
                height: unset;
            }
            }
    }









.nvbaricon{
    display: none;
    i{
        font-size: x-large;
    }
}

.Navactive{
    display: block!important;
}
    @media (max-width:720px){
        .nvbaricon{
            display: block;
        }
        .navbar {
            /* flex-direction: column; */
            padding-top: 1rem;
            .nav-list{
                display: none;
                position: absolute;
                margin-top: 14rem;
                background-color: #ccccccd3;
                width: 80%;
                text-align: center;

            }
            .nav-list ul{
                gap: 5px;
                flex-direction: column;
                padding: 0;
            }
            .nav-logo img {
                width: 150px;
            }
        }
        .hero{
            margin-top: -200px
        }
    }