
*{
    margin: 0;
    padding: 0;
}

/* banner sectoin */

.banner-section{
    background-image: url("https://templatemo.com/templates/templatemo_591_villa_agency/assets/images/page-heading-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 60px;
}
.ban-1 {
    padding: 110px 0;
}
.banner-content{
    text-align: center;
}
.banner-content h3{
    font-size: 60px;
    text-transform: uppercase;
    color: white;
    margin-top: 28px;
}

/* button section */
.buttons-section{
    margin: 60px 0;
}
.contain-buttons{
    width: 80%;
    margin: auto;
}
.all-button ul{
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}
.blue-show{
    background-color: #0E7490;
}
.blk-btn{
    background-color: black;
}
.all-button ul a {
    color: white;
    font-weight: 700;
    padding: 15px 35px;
    border-radius: 5px;
    text-transform: capitalize;
    transition: all ease-out 0.2s;
}
.blk-btn:hover{
    color: #0E7490;
}
.blue-show:hover{
    color: white;
}

/* moble only */
.mobile-menu{
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}
.mobile-menu button{
    border: none;
    background: transparent;
}
.mobile-menu button i{
    font-size: 28px;
}
.crose{
        display:none;
    }

/* move to top section */
.move-to-top {
    text-align: end;
    position: sticky;
    bottom: 5px;
}
i.fa-solid.fa-arrow-up {
    background-color:#0E7490;
    color: white;
    padding: 15px 20px;
    font-size: 30px;
    border-radius: 60%;
    box-shadow: rgb(0 0 0 / 0.40) 0 0 10px;
    transition: all ease 0.65s;
}
.move-to-top .fa-solid.fa-arrow-up:hover{
    background-color: white;
    color: #0E7490;
}