.banner-img{
    height: 100vh;
    background-position: center;
    background-size: cover !important ;
    overflow: hidden !important;
}
.head_div{
    /* background-color: #000000; */
    padding: 10px;
}
.logo{
    width: 150px;
}
.dis{
    width: 70%;
    
}
.vas{
    justify-content: center;
    align-items: center;
    display: flex;
}
.vasanth{
    display: flex;
    justify-content:center ;
    align-items: center;
    gap: 20px;
}
.btn_link{
    text-decoration: none !important;
    color: rgb(255, 255, 255);
}
/* .btn-warning{
    background-color: #CFB568 !important;
    border: 2px solid #c9a331;
} */
.yabtra_banner{
   background-repeat: no-repeat;
   background-size: cover !important;
   background-position: center;
   width: 100%;
   
}

.c4{
    text-align: center !important;
    text-decoration: none;
    color: black;
}
.mobile_h{
    display: none;
}
.lap_h{
    display: block;
}
.v3{
    font-weight: 700;
    text-transform: uppercase;
    color: #C29E60 !important;
}






.gfg {
    position: relative;
    width: 100%;
    text-align: center;
}
.tn{
    font-weight: 700 !important  ;
    word-spacing: 5px;
}

.text-container {
    position: absolute;
 
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
   
    padding: 0.5rem;
    text-align: center;
    font-size: 16px;
}








@media only screen and (max-width: 768px) {
    body{
        overflow-x: hidden !important;
    }
    .logo{
        width: 105px;
    }
    .lap_h{
        display: none;
    }
    .mobile_h{
        display: block;
    }
    .sb{
        font-size: 18px !important;
    }
    .tn{
        font-size: 15px;
        line-height: 20px;
    }
    .dis{
        width: 80%;
    }
    .text-container{
        left: 45%;
    }
    }
  