/* ===========================
   हमारा घर
   Master Version 10.10
=========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    background:#f8f4ec;

    color:#2f2a24;

    font-family:Georgia, "Noto Serif Devanagari", serif;

    overflow-x:hidden;

}

.page{

    width:100%;

    min-height:100vh;

}


/* ===========================
      HERO
=========================== */

.hero{

    min-height:100vh;

    display:flex;

    justify-content:center;

    align-items:center;

    text-align:center;

    padding:60px 30px;

}

.hero-inner{

    width:min(92%,700px);

}

.hero-title{

    font-size:clamp(56px,9vw,100px);

    font-weight:700;

    color:#8d6922;

    letter-spacing:2px;

    margin-bottom:26px;

    line-height:1.05;

}

.hero-text{

    font-size:clamp(20px,3vw,30px);

    line-height:1.8;

    color:#5f5646;

}
