/*

* Theme Name: NS - Netscriper

*  Author: Netscriper

*  Author URI: http://www.netscriper.com/

*/

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sora:wght@100..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Sans+Myanmar:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sora:wght@100..800&display=swap');

:root {

    --color1: #302872;

    --color2: #F6C262;

}



body {

    margin: 0 auto;

    font-family: "Poppins", "Noto Sans Myanmar", "Lora", "Sora", sans-serif;

}



h1,

h2,

h3,

h4,

h5,

h6 {

    font-family: "Lora", sans-serif;

}



html {

    overflow-x: hidden;

}



.scrolltop {

    cursor: pointer;

    width: 65px;

    height: 55px;

    -webkit-border-radius: 55px 0 0 55px;

    -khtml-border-radius: 55px 0 0 55px;

    -moz-border-radius: 55px 0 0 55px;

    -ms-border-radius: 55px 0 0 55px;

    -o-border-radius: 55px 0 0 55px;

    border-radius: 55px 0 0 55px;

    padding: 6px 5px 4px;

    text-align: left;

    position: fixed;

    bottom: 20px;

    right: 0;

    background-color: var(--color-secondary);

    z-index: 9999;

    -webkit-box-shadow: 0 0 25px rgba(23, 23, 23, .25);

    -khtml-box-shadow: 0 0 25px rgba(23, 23, 23, .25);

    -moz-box-shadow: 0 0 25px rgba(23, 23, 23, .25);

    -ms-box-shadow: 0 0 25px rgba(23, 23, 23, .25);

    -o-box-shadow: 0 0 25px rgba(23, 23, 23, .25);

    box-shadow: 0 0 25px rgba(23, 23, 23, .25);

    color: #fff;

    text-align: center;

    font-size: 20px;

    opacity: 0;

    visibility: hidden;

    -webkit-transform: translateX(130%);

    -khtml-transform: translateX(130%);

    -moz-transform: translateX(130%);

    -ms-transform: translateX(130%);

    -o-transform: translateX(130%);

    transform: translateX(130%);

    -webkit-transition: all 300ms linear 0ms;

    -khtml-transition: all 300ms linear 0ms;

    -moz-transition: all 300ms linear 0ms;

    -ms-transition: all 300ms linear 0ms;

    -o-transition: all 300ms linear 0ms;

    transition: all 300ms linear 0ms;

    background: #fff;

}



.scrolltop.scrolltop-on {

    opacity: 1;

    -webkit-transform: translateX(0%);

    -khtml-transform: translateX(0%);

    -moz-transform: translateX(0%);

    -ms-transform: translateX(0%);

    -o-transform: translateX(0%);

    transform: translateX(0%);

    visibility: visible;

}



.scrolltop i {

    cursor: pointer;

    content: "";

    position: absolute;

    top: 5px;

    bottom: 5px;

    left: 5px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    color: #fff;

    background-color: #e84025;

    z-index: 1;

    height: 45px;

    width: 45px;

    border-radius: 45px;

    /* transform: rotate(-90deg); */

}



/* Pagination */



ul.page-numbers {

    padding-left: 0px;

}



ul.page-numbers li {

    float: left;

    height: 35px;

    width: 35px;

    list-style: none;

    line-height: 35px;

    text-align: center;

    padding: 0px;

    border-radius: 100px;

    margin-right: 3px;

    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);

}



ul.page-numbers li span.current {

    color: #000;

    font-size: 16px;

}



.content-img img {

    width: 100%;

    height: auto;

}



/* 404 error */

.error img {

    position: relative;

    margin: 0 auto;

}



.back-home-wrap p {

    font-size: 21px;

    margin-top: 50px;

}



.back-home-wrap {

    text-align: center;

    left: 0;

    right: 0;

}



.error {

    height: 400px;

}



.back-home {

    margin-top: 14px;

    border-radius: 0;

}



.mm-menu--offcanvas {

    position: absolute;

}



/* Breadcrumb */



#breadcrumbs {

    list-style-type: none;

    padding-left: 0;

}



#breadcrumbs li {

    display: inline-block;

}



/*********************** Widget ******************/

.mywidget h4 {

    font-size: 14px;

    font-family: 'Lato', sans-serif;

}



.widget-title {

    font-family: 'Lato', sans-serif;

    font-weight: 700;

    font-size: 21px;

}



.widget ul li a {

    color: #333;

    font-family: 'Raleway', sans-serif;

    border-bottom: 1px solid #ddd;

    display: block;

    padding-top: 12px;

    padding-bottom: 12px;

    position: relative;

}



.widget ul li a::before {

    content: '';

    position: absolute;

    border: 1px solid #e84025;

    bottom: 0;

    width: 53px;

}



.widget ul li a:hover::before {

    content: '';

    position: absolute;

    border: 1px solid #e84025;

    bottom: 0;

    left: 0;

    right: 0;

    width: 100%;

    transition: all .3s ease;

}



.widget ul li a:hover,

.widget ul li a:focus {

    color: #e84025;

    text-decoration: none;

    outline: none;

}



.widget ul {

    padding-left: 0;

    list-style-type: none;

}



/* .sidebar {

    margin-top: 30px;

} */



/* menu */

ul#menu-main-menu {

    justify-content: space-around;

    align-items: center;

    width: 100%;

}



ul#menu-main-menu li {

    text-align: center !important;

    width: 14.3%;

}



.home-slider .carousel-item {

    position: relative;

}



header {

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    z-index: 999;

    color: #fff;

}



.home-slider .carousel-item:before {

    content: "";

    position: absolute;

    /* background: rgba(0, 0, 0, 0.45); */

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;
   background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255,0) 40%, rgba(255, 255, 255, 0) 80%);

}



nav#menu.navbar li a,

nav#menu.navbar li a:hover {

    color: #fff;

    font-size: 16px;

    font-weight: 400;

    font-family: "Poppins", sans-serif;

}



nav#menu {

    padding: 0px;

}



li.menu-logo.nav-item.text-center {

    background: #fff;

    padding: 20px;

    border-bottom-left-radius: 20px;

    border-bottom-right-radius: 20px;

}



/* a.nav-link.active {

    color: #ff9c8c !important;

} */
a.nav-link.active {
    /* color: rgba(232, 64, 37, 1) !important; */
    color: #fff !important;
    position: relative;
}

a.nav-link.active:before {
    position: absolute;
    content: "";
    background: url(/wp-content/themes/ns-baganking/images/highlight-icon.png) no-repeat top center;
    background-size: 80%;
    top: -10px;
    width: 50%;
    height: 55px;
    filter: brightness(100);
    left: 50%;
    transform: translate(-50%, 0%);
}


.home-slider .carousel-caption h5 {

    font-size: 50px;

    text-transform: uppercase;

    max-width: 700px;

    margin: auto;

    margin-bottom: 20px;

}



.home-slider .carousel-caption {

    position: absolute;

    right: 15%;

    bottom: 1.25rem;

    left: 15%;

    padding-top: 1.25rem;

    padding-bottom: 1.25rem;

    color: #fff;

    text-align: center;

    top: 40%;

}



.down-arrow {

    margin-top: -50px;

    position: relative;

    z-index: 1;

    text-align: center;

    padding-bottom: 30px;

}



.home-about-us p {

    color: rgba(105, 105, 105, 1);

    max-width: 724px;

    line-height: 30px;

}



.btn-readmore {

    background-color: rgba(232, 64, 37, 1);

    color: #fff;

    border-radius: 10px;

}



.pd-100 {

    padding-top: 100px;

    padding-bottom: 100px;

}



.home-title {

    text-transform: uppercase;

    font-weight: 700;

    margin-bottom: 20px;

    margin-top: 15px;

    color: rgba(102, 102, 102, 1);

}



.room-box a.link:before {

    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.23%, rgba(0, 0, 0, 0.5) 85.13%);

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    content: "";

    z-index: 1;

}



.room-box {

    position: relative;

    font-size: 16px;

    border-radius: 20px;

    overflow: hidden;

}



.room-box img {

    border-radius: 20px;

}



.room-box a {

    text-decoration: none;

    color: inherit;

}



.room-box-caption {

    position: absolute;

    bottom: 0;

    padding: 20px;

    color: #fff;

    left: 0;

    right: 0;

    z-index: 2;

}



.room-box .btn-view i {

    transform: rotate(-45deg);

}



.room-box .btn-view {

    color: #fff;

    text-decoration: none;

    border-top: 1px solid #fff;

    padding-top: 10px;

    display: block;

    width: 100%;

    position: relative;

    z-index: 2;

    text-align: right;

}



.room-box {

    color: #fff;

    text-decoration: none;

}



.room-box-caption h2 {

    font-size: 24px;

}



.home-rooms-section {

    position: relative;

    overflow: hidden;

    background: rgba(241, 241, 241, 1);

}



img.img-fluid.room-pattern-1 {

    position: absolute;

    right: 0;

    bottom: 0;

}



img.img-fluid.room-pattern-2 {

    position: absolute;

    left: 5%;

    top: 19%;

    animation: floatRightCurve 60s linear infinite;

    opacity: 0.4;

}



img.img-fluid.room-pattern-3 {

    position: absolute;

    right: 10%;

    top: 35%;

    animation: floatUp 5s linear infinite, sway 5s ease-in-out infinite;

}



@keyframes floatUp {

    from {

        transform: translateY(100vh);

    }



    to {

        transform: translateY(-300px);

    }

}



@keyframes sway {



    0%,

    100% {

        transform: translateX(0);

    }



    50% {

        transform: translateX(50px);

    }

}



@keyframes floatRightCurve {

    0% {

        transform: translate(-10vw, -30px);

    }



    10% {

        transform: translate(10vw, -20px);

    }



    20% {

        transform: translate(20vw, 10px);

    }



    30% {

        transform: translate(30vw, -15px);

    }



    40% {

        transform: translate(40vw, 20px);

    }



    50% {

        transform: translate(50vw, -25px);

    }



    60% {

        transform: translate(60vw, 15px);

    }



    70% {

        transform: translate(70vw, -20px);

    }



    80% {

        transform: translate(80vw, 10px);

    }



    90% {

        transform: translate(90vw, -15px);

    }



    100% {

        transform: translate(100vw, 0px);

    }

}





.owl-nav button {

    width: 40px;

    height: 40px;

    background: #000 !important;

    color: #fff !important;

    font-size: 31px;

    border-radius: 100%;

}



.owl-nav {

    justify-content: center;

    display: flex;

    gap: 10px;

    margin: 10px;

}



@media (max-width:991px) {

    header {

        position: relative;

    }



    a.d-lg-none.btn-menu {

        float: right;

        color: #000;

        font-size: 25px;

    }

}



/* home service */

.service-box {

    text-align: center;

    min-height: 255px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

}



.service-row a {

    text-decoration: none;

    color: inherit;

}



.service-row .service-box.highlight {

    background: rgba(232, 64, 37, 1);

    color: #fff;

}



.service-box.highlight .icon-box img {

    filter: brightness(100);

}



.service-box .icon-box {

    border-radius: 100%;

    border: 2px dotted #696969;

    width: 89px;

    height: 89px;

    display: flex;

    justify-content: center;

    align-items: center;

    margin-bottom: 10px;

}



.service-box.highlight .icon-box {

    border: 2px dotted #fff;

}



.home-events {

    background: rgba(250, 246, 240, 1);

    position: relative;

}



.home-events::before {

    background: url(/wp-content/themes/ns-baganking/images/event-bg.png) no-repeat bottom center;

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    top: 0;

    content: "";

}



/* event */

.event-box a.link:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.23%, rgba(0, 0, 0, 0.5) 85.13%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 3;
}



.event-box {

    position: relative;

    font-size: 16px;

    border-radius: 20px;

    overflow: hidden;

    color: #fff;

    text-decoration: none;

    max-width: 417px;

    margin: auto;

}



.event-box img {

    border-radius: 20px;

}





.event-box-caption {

    position: absolute;

    bottom: 0;

    padding: 15px;

    color: #fff;

    left: 0;

    right: 0;

    z-index: 4;

}



.event-box .btn-view i {

    transform: rotate(-45deg);

}



.event-box .btn-view {

    color: #fff;

    text-decoration: none;

    display: block;

    width: 100%;

    background: transparent;

    width: 40px;

    height: 40px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 100%;

    position: absolute;

    right: 10px;

    top: 10px;

    border: 1px solid #fff;

}



.btn.btn-primary,
.btn.btn-primary:hover {
    background: #e84025;
    border-color: #e84025;
    border-radius: 20px;
    font-size: 16px;
    padding: 5px 15px;
    color: #fff;
}



.event-box:hover .btn-view {

    background: #e84025;

    border: none;

}



.event-box-caption p {

    margin: 0;

}



.event-box-title p {

    font-size: 18px;

    font-weight: 600;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;

}



.event-box-caption p.date {

    font-weight: 400;

    font-size: 18px;

    font-family: "Poppins";

}



.splide__pagination__page {

    background: rgba(197, 197, 197, 1);

    height: 15px;

    width: 15px;

    opacity: 1;

}



.splide__pagination__page.is-active {

    background: rgba(232, 64, 37, 1);

    transform: unset;

    z-index: 1;

}



.splide__pagination {

    position: relative;

    bottom: -30px;

}



.home-gallery img {

    border-radius: 30px;

}



footer {

    background: rgba(232, 64, 37, 1);

    color: #fff;

}



footer a {

    color: #fff;

    text-decoration: none;

}



.footer-menu a {

    text-decoration: none;

}



.footer-menu {

    list-style: none;

    margin-left: -30px;

    line-height: 2;

    font-size: 16px;

    font-weight: 400;

    margin-bottom: 0px;

}



.gap-10 {

    gap: 10px;

}



footer p {

    line-height: 26px;

}



footer h5 {

    margin-bottom: 20px;

}



.social-list {

    gap: 15px;

    display: flex;

}



a.social-link {

    width: 33px;

    height: 34px;

    backdrop-filter: blur(4px);

    display: inline-flex;

    background: rgba(204, 204, 204, 0.4);

    justify-content: center;

    align-items: center;

    border-radius: 100%;

}



.container.copyright {

    font-size: 14px;

    padding: 10px 0px;

    border-top: 1px solid rgba(255, 255, 255, 1);

}



.splide {

    overflow: hidden;

    width: 100%;

    padding-bottom: 30px;

}



.splide__slide {

    text-align: center;

}



@media (max-width:992px) {

    .pd-100 {

        padding-top: 50px;

        padding-bottom: 50px;

    }



    .event-box-title p {

        font-size: 14px;

    }



    .event-box-caption p.date {

        font-size: 14px;

    }



    footer .col-lg-4 {

        margin-bottom: 20px;

    }



    footer .py-5 {

        padding-top: 2rem !important;

        padding-bottom: 2rem !important;

    }



    .home-slider .carousel-caption h5 {

        font-size: 30px;

        max-width: 500px;

    }



}



@media (max-width:767px) {

    .home-slider .carousel-caption h5 {

        font-size: 15px;

        max-width: 500px;

    }



    .home-slider .carousel-caption p {

        display: none;

    }



    .down-arrow {

        margin: auto;

        margin-top: -38px;

        position: relative;

        z-index: 1;

        text-align: center;

        padding-bottom: 0px;

        width: 15px;

    }

}



.sub-banner {

    position: relative;

}



.sub-banner:before {
    content: "";
    position: absolute;
    background: rgb(63 27 7 / 35%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 80%);
}


.sub-banner .page-meta {

    color: #fff;

    text-align: center;

    height: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    padding-top: 121px;

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

}



.rooms-page .room-box img {

    border-radius: 20px;

    width: 100%;

    height: 500px;

    object-fit: cover;

}



.room-box img,

.event-box img,

.gallery-splide img {

    transition: all 0.3s ease;

    object-fit: cover;

}



/* .rooms-page .room-box .room-box-caption-content {

    text-align: right;

} */



.gallery-splide .splide__slide {

    overflow: hidden;

    border-radius: 30px;

}



.room-box:hover img,

.event-box:hover img,

.gallery-splide .splide__slide .img-item:hover img {

    transform: scale(1.2);

}







.rooms-page .room-box:hover .room-box-caption-content {

    bottom: 84px;

    z-index: 9;

}



.rooms-page .room-box:hover .btn-view {

    opacity: 1;

    visibility: visible;

}



a {

    color: inherit;

    text-decoration: none;

}



div#breadcrumbs i {

    padding: 0px 15px;

}



.text-gray {

    color: #666666;

}



ul.facilities {

    list-style: none;

    /* display: flex;

    flex-wrap: wrap; */

    margin-left: -30px;

}



ul.row.facilities li {
    margin-bottom: 40px;
}



.room-single img {

    border-radius: 20px;

}



ul.facilities li img {

    width: 60px;

    height: 60px;

    padding: 10px;

    border-radius: 100%;

    border: 1px solid #e84025;

}



ul.facilities li {

    /* width: 50%; */

    display: flex;

    justify-content: flex-start;

    align-items: center;

    margin-bottom: 20px;

    gap: 10px;

    flex-direction: column;

    text-align: center;

    font-size: 14px;

}



.grid-sizer,

.grid-item {

    width: 25%;

    padding: 5px
}



.post-single .grid-sizer,

.post-single .grid-item {

    width: 33.33%;

    padding: 4px
}





.property-box {

    margin-top: 30px;

    border-top: 2px dotted #ddd;

}



@media (min-width:992px) {

    .rooms-page .room-box:hover .btn-view {

        bottom: 64px;

    }



    .rooms-page .room-box .room-box-caption-content {
        position: absolute;
        bottom: 22px;
        right: 32px;
        left: 32px;
        text-align: left;
        transition: all 0.3s ease;
        z-index: 9;
    }



    .rooms-page .room-box .btn-view {

        opacity: 0;

        visibility: hidden;

        height: 0;

        transition: all 0.3s ease;

    }



    .rooms-page .room-box .btn-view {
        position: absolute;
        left: 30px;
        width: calc(100% - 60px);
        z-index: 99;
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        opacity: 0;
        visibility: hidden;
        bottom: 0;
        transition: all 0.3s ease;
        text-align: right;
    }

}



@media (max-width:1200px) {

    .room-box-caption h2 {

        font-size: 19px;

    }



    .room-box-caption-content p {

        font-size: 14px;

    }

}



@media(max-width:992px) {

    .sub-banner .page-meta {

        padding-top: 0;

    }



    .grid-sizer,

    .grid-item {

        width: 50%;

        padding: 5px
    }

}



/* about */

.about-us-page img {

    border-radius: 20px;

}



.box-flex {

    justify-content: space-around;

    text-align: center;

}



.box-flex h2 {

    font-size: 50px;

}



.box-flex p {

    color: rgba(102, 102, 102, 1);

}



@media (max-width:991px) {



    .about-us-page {

        text-align: center;

    }



    .menu {

        max-height: 97px;

        overflow: hidden;

    }

    a.nav-link.active {
        color: rgba(232, 64, 37, 1) !important;
    }

    a.nav-link.active:before {
        display: none;
    }

    a.mm-navbar__title {
        color: #fff !important;
    }

}



@media (max-width:768px) {



    .box-flex {
        flex-direction: row;
        gap: 30px;
        padding-bottom: 0px !important;
    }

    .box-flex h2 {
        font-size: 26px;
    }

    .box-flex p {
        font-size: 14px;
    }

}



.post-single img {

    border-radius: 30px;

}



.sidebar {

    background: #fafafa;

    padding: 20px;

    border-radius: 20px;

    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);

}



.content-white {

    padding: 20px;

}



input#yourname {

    margin-bottom: 20px;

}



form {

    max-width: 800px;

    margin: auto;

}



.bgcolor {

    background-color: #f3f3f3;

}



.contact-icon {
    font-size: 30px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
}



.cbox {

    text-align: center;

}



.form-control {

    border: unset;

    background: transparent;

    border-bottom: 1px solid #000000;

    border-radius: 0px;

    padding: 15px 0px;

}



.form-control:focus {

    color: var(--bs-body-color);

    background-color: transparent;

    border-color: #e84025;

    outline: 0;

    box-shadow: none;

}



.item-box {

    display: flex;

    flex-direction: column;

    gap: 30px;

}



.item-box div {

    display: flex;

    gap: 10px;

    align-items: center;

}



.dining-box:before {

    position: absolute;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    background: rgb(0, 0, 0, 0.5);

    content: "";

}



.dining-box {

    position: relative;

    max-width: 417px;

    margin: auto;

    margin-bottom: 20px;

}



.dining-box .content {

    position: relative;

    z-index: 2;

}



.dining-box .content {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    text-align: center;

    color: #fff;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

}



.dining-box .icon {

    width: 89px;

    height: 89px;

    display: flex;

    justify-content: center;

    align-items: center;

    border: 2px dotted;

    border-radius: 100%;

    margin-bottom: 20px;

}



.facilities h3 {

    font-weight: 700;

}



.menu-section {

    background: url('/wp-content/themes/ns-baganking/images/menu-bg.png') no-repeat top center;

}



.menu-box {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 8px 16px -8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px -4px rgba(50, 50, 93, 0.25);
    background: #fff;
    margin-bottom: 0px;
    border-radius: 20px;
    padding: 10px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.menu-box p.m-0 {
    font-size: 14px;
}
.splide__list {
    padding-bottom: 16px !important;
}

.menu-inner {

    display: flex;

    gap: 10px;

    justify-content: center;

    align-items: center;

}



.color-primary {

    color: rgba(232, 64, 37, 1);

}



.tranportation-box:before {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    content: "";

    background: rgb(0, 0, 0, 0.7);

}



.tranportation-box {

    color: #fff;

    position: relative;

}



.tranportation-box .content {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    display: flex;

    flex-direction: column;

    text-align: center;

    justify-content: center;

}



.guest-box.item h6 {

    position: absolute;

    left: 0;

    right: 0;

    bottom: 5%;

    transition: 0.5s ease-in-out;

    text-align: center;

    z-index: 2;

}

.guest-box.item img {
    transition: 0.5s ease-in-out;
}

.guest-box.item:hover img {
    transform: scale(1.5);
}

.guest-box.item {
    position: relative;
    text-align: center;
    color: #fff;
    overflow: hidden;
}


.guest-box.item:hover h6 {

    bottom: 40%;

}



.guest-box.item {

    position: relative;

    text-align: center;

    color: #fff;

}



.guest-box.item:before {

    content: "";

    position: absolute;

    bottom: 0;

    right: 0;

    left: 0;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 82.81%, rgba(255, 35, 0, 0.5) 100%);

    z-index: 1;

    height: 100%;

    top: 0;

    transition: 5s ease-in-out;

}



.guest-box.item:hover:before {

    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(255, 35, 0, 0.5) 100%);

}


section.sub-banner img {
    max-height: 400px;
    object-fit: cover;
    width: 100%;
}

h1.title {
    font-size: 1.5rem;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 20px;
}

.about-us-page .pd-100 {
    padding-bottom: 0px;
}

.menu-box .icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    background: #eee;
    border-radius: 10px;
    color: #e84025;
    box-shadow: 0px 13px 27px -5px rgba(50, 50, 93, 0.25);
}

@media (min-width:992px) {

    .contact-section .col-lg-4 {

        border-right: 1px solid #eee;

    }



    .contact-section .col-lg-4:last-child {

        border: none;

    }





}

@media (max-width:991px) {
    .sidebar {
        margin-top: 30px;
    }
}

@media(max-width:767px) {

    .pd-100 {

        padding-top: 30px;

        padding-bottom: 30px;

    }



    .mb-5 {

        margin-bottom: 2rem !important;

    }



    .title {

        font-size: 21px;

    }



    #breadcrumbs li {

        font-size: 14px;

    }



    .event-box.item {

        margin-bottom: 20px;

    }

    input#yourname {
        margin-bottom: 0px;
    }

    .post-single img {
        border-radius: 10px;
    }

    footer {
        font-size: 15px;
    }

    .menu-box {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .title {
        display: none;
    }
}