/* Gallery */
.gridBox ul {
    list-style: none;
    padding-left: 0
}

.gridBox img {
    min-height: 100%;
    left: -100%;
    right: -100%;
    margin: auto
}

.gridBox img {
    position: absolute;
    max-height: 130%;
    max-width: initial;
    width: auto !important;
    height: auto !important
}

.gridBox li,
.gridBox li a {
    position: relative;
    overflow: hidden
}


ul#galleryList {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.gridBox li {
    width: calc(25% - 20px);
    float: left;
    border-radius: 5px;
    background: #010101
}

.gridBox li a {
    width: 100%;
    height: 400px;
    display: block;
    border: 3px solid #282828
}

.gridBox figcaption:after,
.gridBox li a:before {
    content: '';
}

.gridBox li a:before {
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -5px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .1) 87%, rgba(0, 0, 0, .4) 85%, #000 100%)
}

.gridBox li p {
    z-index: 3;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -10px;
    font-size: 16px;
    font-weight: 700;
    color: #f11181;
    text-transform: uppercase;
    text-align: center
}

.gridBox figcaption:after {
    width: 20px;
    height: 20px;
    top: 0;
    right: 10px;
    position: absolute;
    background: url(../images/big-star.png) left top/100% no-repeat
}

.new_home_banner_profile {
    background: #c06
}

.new_tag {
    font-size: 11px !important;
    line-height: 15px;
    color: #fff;
    background: #282828;
    padding: 4px 0 2px;
    animation: 2s linear infinite blinker;
    margin-bottom: 0;
    text-align: center;
}

.vip_tag {
    background: gold;
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
    padding: 10px;
    border-bottom-left-radius: 10px
}

@keyframes blinker {
    50% {
        color: #c99855
    }
}

.new_home_banner_profile {
    z-index: 1;
    position: absolute;
    background: red;
    border-bottom-right-radius: 10px;
    padding: 10px;
    font-size: 13px;
    line-height: 14px;
    text-shadow: 0 0 5px transparent;
    box-shadow: 5px 5px 10px 0 transparent;
    opacity: 1;
    animation: 2s linear infinite pornstar_anim;
    color: #ffffff;
}

@keyframes pornstar_anim {
    50% {
        text-shadow: 0 0 5px rgba(245, 221, 66, .9);
        opacity: .8;
        box-shadow: 5px 5px 10px 0 rgba(245, 221, 66, .9)
    }
}

@media only screen and (max-width: 1449px) {
    .gridBox li a {
        height: 400px
    }
}

@media only screen and (max-width: 1320px) {
    .gridBox li a {
        height: 370px
    }

    .gridBox li p {
        bottom: -5px
    }
}

@media only screen and (max-width: 1199px) {
    .gridBox li:before {
        font-size: 68px
    }
}

@media only screen and (max-width: 1020px) {
    .gridBox li {
        width: calc(25% - 20px)
    }
}

@media only screen and (max-width: 820px) {
    .gridBox li {
        width: calc(33% - 20px)
    }
}

@media only screen and (max-width: 767px) {
    .gridBox li:before {
        font-size: 63px
    }

    .gridBox figcaption:after {
        width: 20px;
        height: 20px;
        right: 5px;
        background-size: 100%
    }
}

@media only screen and (max-width: 620px) {
    .gridBox li {
        width: calc(50% - 20px)
    }
}

@media only screen and (max-width: 440px) {
    .gridBox li a {
        height: 270px
    }

    .gridBox li {
        width: calc(50% - 12px);
    }

    .gridBox li figcaption {
        bottom: 7px;
        font-size: 13px;
        line-height: 16px
    }
}

@media only screen and (max-width: 360px) {
    .gridBox li a {
        height: 240px
    }
}

/* SLIDER */

.image-gallery-container {
    overflow-x: auto;
    white-space: nowrap;
}

.image-box {
    display: inline-block;

    /* Display images in a row */
    margin: 6px;
    vertical-align: top;
    /* Align images at the top of the row */
}

.image-box a {
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.image-box img {
    overflow: hidden;
    object-fit: cover;
    border-radius: 4px;
    border: 2px solid;
}

.image-name {
    font-size: 14px;
    margin-top: 5px;
    text-transform: capitalize;
    position: absolute;
    z-index: 1080;
    top: -23px;
    width: 100%;
    left: 0px;
    background: #c06;
    padding: 8px 9px;
    color: #fff;
    border-radius: 0 0 7px 7px;
    z-index: 0 !important;
}

/* Style the scrollbar track */
::-webkit-scrollbar {
    width: 12px;
}

/* Style the scrollbar thumb */
::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
}

/* Style the scrollbar track for Firefox */
/* Note: The scrollbar thumb in Firefox cannot be styled with CSS */
/* The track styling will only be applied in Firefox */
html {
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.text-white {
    color: #fff !important;
}

.float-right {
    float: right;
    padding-right: 30px;
    margin-top: 10px;
}

.profile-box a,
.image-box a:hover {
    color: #fff !important;
}

/* footer */

.primary_button {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    margin: 5px;
    padding: 10px 10px;
    background-color: #c06;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}


footer {
    display: block;
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none
}

.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px
}

.w-container:after,
.w-container:before {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.w-container:after {
    clear: both
}

@media screen and (max-width:991px) {
    .w-container {
        max-width: 728px
    }
}

@media screen and (max-width:479px) {
    .w-container {
        max-width: none
    }
}

.footer {
    padding-top: 60px;
    padding-bottom: 60px;
    align-items: flex-start;
    background-color: #fff;
    text-align: center
}

.footer-flex-container {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-around;
    text-align: left
}

.footer-heading-2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: var(--c1);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: none
}

.footer-link {
    display: flex;
    margin-bottom: 10px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    transition: color .2s;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    /* font-weight: 500; */
    text-decoration: none
}

.footer-link:hover {
    color: var(--c1);
    text-decoration: underline
}

.text-block {
    color: #66696d;
    font-size: 16px
}

.div-block-60,
.div-block-61,
.div-block-62 {
    font-size: 18px;
}

.with-love-from {
    margin-top: 7px;
    color: var(--c1);
    font-size: 16px;
    text-align: center
}

@media screen and (max-width:991px) {
    .footer {
        padding-right: 20px;
        padding-left: 20px
    }

    .footer-flex-container {
        color: #fff
    }
}

@media screen and (max-width:767px) {
    .footer {
        padding: 20px
    }

    .footer-flex-container {
        flex-direction: column
    }

    .list-3 {
        margin-bottom: 30px
    }
}

@media screen and (max-width:479px) {
    li {
        font-size: 16px;
        line-height: 24px
    }

    .footer {
        padding-top: 0;
        padding-right: 16px;
        padding-left: 16px;
        text-align: left
    }

    .footer-flex-container {
        flex-direction: column
    }

    .footer-heading-2 {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 16px
    }

    .footer-link {
        margin-bottom: 8px;
        transition: color .2s;
        font-size: 16px
    }

    .footer-link:active,
    .footer-link:hover {
        color: #ed3833
    }

    .footer-container {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 24px;
        padding-bottom: 24px
    }

    .list-3 {
        margin-bottom: 0
    }
}

.text-block {
    font-size: 20px;
    padding-left: 20px;
    float: left
}

@media(max-width:900px) {
    body {
        font-size: 75%
    }
}

@media(max-width:991px) {
    .text-block {
        font-size: 15px
    }
}

/* for ul li font size */

ul.services li {
    margin: 0 0 7px;
    font-size: 19px;
}