
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Parisienne&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Merriweather", serif;
}
/* .all-content{
    background:white;
} */
html::-webkit-scrollbar-track{
    background: transparent;
}
html ::-webkit-scrollbar-thumb{
    background: #B6A28E;
    border-radius: 10px;
}
html ::-webkit-scrollbar{
    width:10px;
}
#navbar{
    position: fixed;
    width: 100%;
    z-index: 1000000;
    top:0;
    background-color: #f1f1f1 !important

}
.navbar-brand{
    font-size:medium;
    color:#355F2E;
    font-weight: bold;
    
}
.navbar-brand:hover{
  color: #481E14;
}
.nav-item .nav-link{
    margin-right: 10px;
    margin-left: 10px;
    color: #355F2E;
    text-transform: uppercase;
}

.nav-item .nav-link{
    font-size: 1rem;
    color: #355F2E;
    font-weight: 500;
}
.nav-item .nav-link:hover {
    color:#481E14;
}

.search{
    height:40px;
    width: 80%;
    border-radius: 60px;
    outline:none;
    margin-right: -35px;
    border-color:#B6A28E;
}
.btn0{
    height:40px;
    width:40%;
    outline:none;
    border:none;
    background:#B6A28E;
    color:white;
    border-radius: 60px;
    font-weight: 700;
}
.btn0:hover{
    background: #481E14;
    color: white;
}
.navbar-toggler:focus{
    outline: unset;
    border: unset;
    box-shadow: none;
}
/* nav bar end */




/* home section start */
#home{
width: 100%;
height:90vh;
background-image:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../images/homep2.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: 88%;

}
#home .content{
    padding-top: 210px;
    margin-left: 56px;
}
#home .content h3{
    font-size: 56px;
    color:#000000;
}
#home .content p{
    margin-top:10px;
    color: white;
}
#btn1{
    width: 150;
    height: 36;
    margin-top: 20px;
    background: white;
    border-radius: 5px;
    font-weight: bold;
    border: none;
    transition: 0.5s ease;
    cursor: pointer;
    padding: 10px 10px;
}
#btn1:hover{
    background: #B6A28E;
    color: white;
}

/* home section end */


/* about sec start */
#about{
    width: 100%;
    height: 80vh;
}
#about .container{
    padding-top: 70px;
}
.heading{
    text-align: center;
    margin-bottom: 50px;
    color:#000000;
    font-size: 30px;
    font-weight:bold;
}
.heading span{
    color: #9B3922;
}
#about .card{
    border-radius: 10px;
}
#about .card img{
    border-radius: 10px;
}
#btn2{
    width: 200px;
    height:36px;
    background: transparent;
    border: 2px solid #355F2E;
    color:#481E14;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.5s;
    cursor: pointer;
}

#btn2:hover{
    background-color: #503C3C;
    color: white;
}
@media screen and (max-width:982px) {
    #about p {
        font-size: 8px;
    }

    
} 
@media screen and (max-width:768px){
    #about p{
        font-size: 15px;
    }
    #about{
        height: 110vh;
    }  
}


/* about sec end */

/* top cards start */
#top-cards{
    width:100%;
    /* height: 60vh; */
    background: #FEFAE0;
}
.heading2{
    color:black;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 60px;
}
.heading2 span{
    color:#9B3922;
}
#top-cards .container{
    margin-top: 30px;
}
#top-cards .card-1{
    border-radius: 10px ;
    transition:0.5s ;
    cursor: pointer;
    
}
#top-cards .card-1 img{
    /* height: auto;
    width: 100%; */
    border-radius: 10px;
}
.card-1 img{
    width: 100%;
    height: auto;
} 
/* #top-cards .card-1:hover{
    transform: translateY(-10px);
} */
.card-1 img:hover{
    transform: translateY(-10px);
}
/* top cards end */





/* menu start */
#menu{
    width:100%;
    margin-top: 65px;
    /* height: 60vh;
    background: #FEFAE0; */
}
.heading3{
    color:#9B3922;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 2px solid #B6A28E ;
}
#container2{
    margin-top: 30px;
    padding: 10px 10px;
}
#menu .card{
    box-shadow: #B6A28E;
    padding: 10px 10px;
}
.star i{
    color:#344955;
}
#menu h3{
    text-align: center;
    font-size: 24px ;
    color: #344955;
    margin-top: 10px;
}
#menu p{
    font-size:16px ;
    color: #344955;
    padding-top: 10px;
}

#menu p span{
    float: right;
    cursor: pointer;
}
/* menu end */




/* our gal start */
#gallary{
    width:100%;
    background:white;
}
.heading4{
    text-align: center;
    color:#000000;
    font-size: 36px;
    padding-top: 80px;
    font-weight: bold;
}
#gallary .heading4 span{
    color:#9B3922;
}
#gallary .card{
    border-radius: 10px;
    padding-top: 15px;
}
#gallary .card img{
    border-radius: 10px;
}
/* our gal end */





/* contact us start */

#contact{
    width:100%;
    background:white;
    margin-top: 60px;

}
.container3{
    width: 60%;
    padding: 45%;
    border-radius: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.row{
    box-shadow: #B6A28E;
}
.col-md-7{
    background-color: #503C3C;
    padding:20px;
    color:#FEFAE0;
}
.col-md-7{
    padding: 20px;
}
.col-md-5{
        background-color: #503C3C;
        padding:20px;
        color:#FEFAE0;
    }
    .form-control{
        height:52px;
        background: #FEFAE0;
        color: #000000;
        font-size: 14px;
        border-radius: 2px;
        box-sizing: none! important;
        border: 1px solid rgba(0,0,0,0.1);
    }
    .mb-3{
        padding-left: 10px;
    }
    .mt-5{
        padding-right: 10px;
}
.bi{
    font-size: 20px;
}
.d-flex p{
    font-size: 18px;
    padding-left:18px;
    /* font */
}

.btn3{
    
    width: 150;
    height: 36;
    margin-top: 20px;
    background: white;
    border-radius: 5px;
    font-weight: bold;
    border: none;
    transition: 0.5s ease;
    cursor: pointer;
    padding: 7px 25px;
    margin-left: 3%;
}

.btn3:hover{
    background-color: #B6A28E;
    color: aliceblue;
}

/* footerer start */

#footer{
    width: 100%;
    background:#B6A28E;
    margin-top: 50px;
}
.footer-logo img{
    width:180px;
    border-radius: 10px;
    margin-top: 30px ;
    cursor: pointer;
}
.social-links i{
    font-size:17px ;
    margin-left: 10px;
    margin-top: 30px;
    padding: 10px;
    background: #000000;
    color: azure;
    border-radius: 10px;
    cursor: pointer;
}
.copyright span{
    color:#000000;
}
.social-links i:hover{
    background-color: #503C3C;
    color: white;
}  

/* footer end */
html{
    scroll-behavior: smooth;
}

/* @media screen and (max-width:600px){ */

  
    /* #home .content h3{
        font-size: 25px;
        color:#000000;
    }
    #home .content p{
        margin-top:5px;
        color: white;
    }
    #btn1{
        width: 150;
        width: 80%;
        height: 36;
        height: 35%;
        margin-top: 20px;
        margin-top: 10px;
        background: white;
        border-radius: 5px;
        font-weight: bold;
        border: none;
        transition: 0.5s ease;
        cursor: pointer;
        padding: 10px 10px;
        padding: 5px 5px;
    } */

/* #home{
    width: 575;
    height: auto;
    padding: 10px 15px;
    background-position: 80%;
    /* padding-left: 10px; */
/* } */
/* #home .content{ */
    /* padding-top:200px;
    margin-left: 20%; */
    /* height: auto;
    width: 90%;
}
.content h3{
font-size: 20px;
}
#btn1{
    width: 80%;
    height: auto;
    
} */



/* } */


@media screen and (max-width:600px){

  
    /* #home .content h3{
        font-size: 25px;
        color:#000000;
    }
    #home .content p{
        margin-top:5px;
        color: white;
    }
    #btn1{
        width: 150;
        width: 80%;
        height: 36;
        height: 35%;
        margin-top: 20px;
        margin-top: 10px;
        background: white;
        border-radius: 5px;
        font-weight: bold;
        border: none;
        transition: 0.5s ease;
        cursor: pointer;
        padding: 10px 10px;
        padding: 5px 5px;
    } */

#home{
    width: 575;
    height: auto;
    padding: 10px 15px;
    background-position: 80%;
    /* padding-left: 10px; */
}
#home .content{
    /* padding-top:200px;
    margin-left: 20%; */
    height: auto;
    width: 90%;
}
#home .content{
    padding-top: 200px;
    margin-left: 45px;
}
.content h3{
font-size: 10px;
}
#btn1{
    width: 60%;
    height: auto;
    
}
#home{
    width: 100%;
    height:auto;
    background-image:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../images/homep2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 88%;
    
    }
    .heading2{
        color:black;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 30px;
        margin-top: 170px;
    }


}