@import url("./bootstrap.css");

.hotel-bg {
    margin-top: -6.5rem;
    background: url(../img/terrace-view-6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding-top: 240px;
    padding-bottom: 80px;
    z-index: 1;
}

.site-breadcrumb::before {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: rgba(8, 39, 64, .7);
    content: '';
}

.breadcrumb-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-left: 55px;
}

.breadcrumb-menu li,
.breadcrumb-menu li a {
    position: relative;
    display: inline-block;
    margin-left: 25px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}

.active {
    color: var(--warning) !important;
}

.py-120 {
    padding: 120px 0;
}


.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.pagination .page-link {
    width: 45px;
    height: 45px;
    line-height: 33px;
    border-radius: 50px !important;
    text-align: center;
    border: none;
    background: #051C55;
    color: #fff;
    margin: 0 10px;
    transition: all .5s ease-in-out;
}

.pagination .page-link:hover, .pagination .page-item.active .page-link {
    background: #FCA702;
}

.subscribe-area {
    background: var(--warning);
    position: relative;
    z-index: 1;
}
.pb-60 {
    padding-bottom: 60px;
}
.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.subscribe-area::before {
    content: "\f658";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-size: 160px;
    font-weight: 100;
    left: 25%;
    top: 0px;
    color: #FBC467;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.subscribe-content h4 {
    color: #fff;
    font-size: 38px;
}
.subscribe-form {
    position: relative;
}

.subscribe-form button {
    position: absolute;
    padding: 12px 25px;
    border: none;
    border-radius: 50px;
    color: #fff;
    right: 0px;
    top: 8px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    transition: all .5s ease-in-out;
}

.subscribe-form .form-control {
    padding: 18px 160px 18px 30px;
    border-radius: 50px;
    box-shadow: none;
    border: none;
}

.subscribe-form button i {
    margin-right: 10px;
}



