@media (min-width: 787px) {
    .slidinginhome {
        height: 700px;
    }
}

.slidinginhome {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 414px !important; */
    width: 100%;
    height: 100vh;
    /* height: 90vh; */
    background-position: bottom;
}

.detail {
    margin-top: 50px;
}

.rows {
    display: flex;
}

.rows:after {
    content: "";
    display: table;
    clear: both;
}

.grid-container {
    overflow: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    padding: 10px;
}

.grid-container>div {
    text-align: left;
}

/* Add this CSS to your stylesheet */
.pagebox:hover {
    transform: scale(1);
    /* Adjust the scale factor as needed */
    z-index: 1;
    /* Bring the hovered element to the top */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.64);
    /* Add a box shadow for the card effect */
    border-radius: 20px;
}

/* Add styles for the inner content (optional) */
.pagebox .pagedetails {
    padding: 10px;
    cursor: pointer !important;
    background-color: #fff;
}

.pagebox {
    position: relative;
    transition: transform 0.3s ease;
    align-items: center;
    padding: 10px;
    display: flex;
}

.bigimage {
    width: 100%;
    object-fit: contain;
    border-radius: 8px;
    cursor: pointer !important;
}

.highlightimage {
    width: 100%;
    flex: 0 0 60px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer !important;
}

.pageimage {
    cursor: pointer !important;
    height: 78px;
    width: 135px;
    flex: 0 0 60px;
    object-fit: cover;
    border-radius: 8px;
}

.bigimage:before {
    content: "";
    background-image: url(https://ui-assets-gc.thrillophilia.com/assets/placeholder-6a8d720….jpg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
    z-index: -1;
    display: block;
}

.nearby-destinations__destination-title {
    cursor: pointer !important;
    color: #3a3a3a;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.56;
    margin-bottom: 5px;
}

@media(max-width:992px) {
    .rows {
        display: block;
    }

    .col-md-9 {
        padding-left: 0px !important;
        padding-top: 20px;
    }
}

@media(max-width:476px) {
    .pagedesc {
        color: #3a3a3a;
        font-weight: bold;
        font-size: 12px;
        line-height: 1.56;
    }
}

.whatswidget-widget-wrapper {
    font-family: "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    position: fixed !important;
    bottom: 20px !important;
    left: 30px !important;
    z-index: 1001 !important
}

.whatswidget-conversation {
    background-color: #e4dcd4 !important;
    background-image: url('https://www.oflox.com/blog/wp-content/uploads/2021/01/wpbg.png') !important;
    background-repeat: repeat !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 40px !important;
    width: 250px !important;
    height: 300px !important;
    border-radius: 10px !important;
    transition-duration: 0.5s !important;
    margin-bottom: 80px !important
}

.whatswidget-conversation-header {
    background-color: white !important;
    padding: 10px !important;
    padding-left: 25px !important;
    box-shadow: 0px 1px #00000029 !important;
    font-weight: 600 !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important
}

.whatswidget-conversation-message {
    line-height: 1.2em !important;
    background-color: white !important;
    padding: 10px !important;
    margin: 10px !important;
    margin-left: 15px !important;
    border-radius: 5px !important
}

.whatswidget-conversation-message-outer {
    background-color: #FFF !important;
    padding: 10px !important;
    margin: 10px !important;
    margin-left: 0px !important;
    border-radius: 5px !important;
    box-shadow: rgba(0, 0, 0, 0.342) 0px 2.5px 10px !important;
    cursor: pointer !important;
    animation: nudge 2s linear infinite !important;
    margin-bottom: 70px !important
}

.whatswidget-text-header-outer {
    font-weight: bold !important;
    font-size: 90% !important
}

.whatswidget-text-message-outer {
    font-size: 90% !important
}

.whatswidget-conversation-cta {
    border-radius: 25px !important;
    width: 175px !important;
    font-size: 110% !important;
    padding: 10px !important;
    margin: 0 auto !important;
    text-align: center !important;
    background-color: #23b123 !important;
    color: white !important;
    font-weight: bold !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2.5px 10px !important;
    transition: 1s !important;
    position: absolute !important;
    top: 62% !important;
    left: 10% !important
}

.whatswidget-conversation-cta:hover {
    transform: scale(1.1) !important;
    filter: brightness(1.3) !important
}

.whatswidget-cta {
    text-decoration: none !important;
    color: white !important
}

.whatswidget-cta-desktop {
    display: none !important
}

.whatswidget-cta-mobile {
    display: inherit !important
}

.whatswidget-button-wrapper {
    position: fixed !important;
    bottom: 20px !important;
    /*left: 92% !important*/
}

@media (min-width: 768px) {
    .whatswidget-cta-desktop {
        display: inherit !important
    }

    .whatswidget-cta-mobile {
        display: none !important
    }
}

.whatswidget-button-wrapper {
    position: fixed !important;
    bottom: 20px !important;
    /*left: 83% !important*/
}

.whatswidget-button {
    position: relative !important;
    right: 0px !important;
    background-color: #31d831 !important;
    border-radius: 100% !important;
    width: 60px !important;
    height: 60px !important;
    box-shadow: 2px 1px #0d630d63 !important;
    transition: 1s !important
}

.whatswidget-icon {
    width: 42px !important;
    height: 42px !important;
    position: absolute !important;
    bottom: 10px !important;
    left: 10px !important;
}

.whatswidget-button:hover {
    filter: brightness(115%) !important;
    transform: rotate(15deg) scale(1.15) !important;
    cursor: pointer !important
}

@keyframes nudge {

    20%,
    100% {
        transform: translate(0, 0)
    }

    0% {
        transform: translate(0, 5px);
        transform: rotate(2deg)
    }

    10% {
        transform: translate(0, -5px);
        transform: rotate(-2deg)
    }
}

.whatswidget-link {
    position: absolute !important;
    bottom: 90px !important;
    right: 5px !important;
    opacity: 0.5 !important
}

span.logoText {
    font-size: 40px;
}
.header.top_panel .left .logo img {
    margin-top: 2px;
    margin-left: 0;
    width: 200px;
    height: auto;
}
.header .wrap_float{
    height: 100px;
}
.header div#menu_wrap {
    margin-top: 20px;
}
.footer_top .right .address{
    padding-top: 8px;
}
.about-us-page .statistics_item ._value{
    background: #f1bc14;
}
.social-links .link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: block;
    float: left;
    position: relative;
    margin-right: 23px;
}
div#section__intro__footer div {
    font-weight: bold;
    opacity: 1;
}
ul.pagination {
    display: inline-flex;
}
.pagination li+li {
    margin-left: 16px;
}
.page-item.disabled .page-link {
    background: #f6f5f5;
}
.page-item.active .page-link {
    background-color: #2092ca;
    border-color: #2092ca;
    color: #ffffff;
}
.page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    color:#2a254d;
}
ul.pagination li {
    width: auto;
}