.cat-btn {
    display: inline-block;
    box-sizing: border-box;
    width: calc(19%);
    text-align: center;
    margin: 5px;
    padding: 10px 0;
    background: linear-gradient(282deg, rgb(0 186 15) -1%, rgb(95 40 178) 31.2%, rgb(255 80 80) 100%, rgb(244 244 244) 102.5%);
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    transition: background-color .3s, color .3s;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0px 0px 4px 1px #ffffff;
    border: 1px solid #FFFFFF;
    font-size: large;
}

.cat-btn:hover {
    background-color: #00d1ff;
    color: #fff
}

.cat-btn:nth-last-child(2) {
    background-color: #00d1ff;
    color: #fff
}

.cat-btn:nth-last-child(2):hover {
    background-color: #c06;
    color: #fff
}

@media(max-width:767px) {
    .cat-btn {
        width: 100%;
    }

    .container-1300 {
        width: 100% !important;
    }
    .d-md-none{
        display: none;
    }

}

@media(min-width:768px) and (max-width:991px) {
    .cat-btn {
        width: calc(30%)
    }
}

.gridBox ul {
    list-style: none;
    padding-left: 0
}

.gridBox img {
    min-height: 100%;
    left: -100%;
    right: -100%;
    margin: auto;
    border-radius: 10px;
}

/* .gridBox img {
    position: absolute;
    max-height: 100%;
    max-width: initial;
    width: auto !important;
    height: auto !important;
    filter: blur(1px);
    object-fit: contain;
} */

 .li,
 .li a {
    position: relative;
    overflow: hidden
}

ul#galleryList {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px
}

.li {
    width: calc(25% - 20px);
margin: 15px 0;
    float: left;
    border-radius: 5px;
        border: 1px solid #5e5e5e;
    /* border: 2px solid #fff;
    box-shadow: 0px 0px 4px 1px #ffffff; */
    /* background: #7f7576; */
}

.gridBox .li a {
    width: 100%;
    height: auto;
    /* 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%);
} */

 .li p {
        font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    color: #fff;
    z-index: 3;
    text-align: left;
    /* position: absolute;
    width: 100%;
    left: 0;
    bottom: -10px; */

    /* font-weight: 700; */

    /* text-transform: uppercase;
    text-align: center */
}

.gridBox figcaption:after {
    width: 20px;
    height: 20px;
    top: 0;
    right: 10px;
    position: absolute;
    background: url(../images/big-star.webp) left top/100% no-repeat
}

.new_home_banner_profile {
    background: #c06
}

.new_tag {
    font-size: 16px !important;
    line-height: 17px;
    color: #fff;
    background: linear-gradient(109.2deg, rgb(254, 3, 104) 9.3%, rgb(103, 3, 255) 89.5%);
    padding: 4px 0 4px;
    margin-bottom: 0;
    text-align: center
}

.vip_tag {
    background: radial-gradient(circle at 3.1% 8.2%, rgb(250 107 107) 0%, rgb(204 148 238) 98.2%);
    position: absolute;
    left: 0;
    bottom: 0;
    color: #000000;
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
    padding: 10px;
    border-top-right-radius: 10px;
}

@keyframes blinker {
    50% {
        color: #c99855
    }
}

.new_home_banner_profile {
    z-index: 1;
    position: absolute;
    background: linear-gradient(113.3deg, rgb(0, 98, 186) -6%, rgb(88, 40, 178) 10.2%, rgb(234, 39, 119) 34.3%, rgb(255, 80, 152) 54%, rgb(255, 101, 74) 62.5%, rgb(254, 166, 34) 77.2%, rgb(255, 227, 99) 91.2%, rgb(58, 243, 156) 112%, rgb(58, 243, 156) 118.1%);
    border-bottom-right-radius: 10px;
    padding: 10px;
    font-size: 16px;
    line-height: 14px;
    text-shadow: 0 0 5px transparent;
    box-shadow: 5px 5px 10px 0 transparent;
    color: #fff
}

@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 (max-width: 1449px) {
    .gridBox .li a {
        height: 400px;
    }
}

@media (max-width: 1320px) {
    .gridBox .li a {
        height: 400px;
    }

    .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: 263px;
    }

    .gridBox .li {
        width: 100%;
        height: 100%;
    }

    .gridBox .li figcaption {
        bottom: 7px;
        font-size: 13px;
        line-height: 16px
    }

    .top-phone {
        display: none !important;
    }
    .pr-10{
        padding-right: 2px!important;
    }
}

/* @media only screen and (max-width:360px) {
    .gridBox .li a {
        height: 400px;
    }
} */

.image-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 20px
}

.image-container a img {
    max-width: 100%;
    border: 2px solid #00d1ff;
    border-radius: 4px
}

@media(max-width:768px) {
    .image-container {
        flex-direction: column
    }
}

.image-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.image-row a {
    flex: calc(25% - 20px);
    margin: 10px;
    text-align: center;
    text-decoration: none
}

.image-row img {
    max-width: 100%;
    height: auto;
    border-radius: 4px
}

@media(max-width:768px) {
    .image-row a {
        flex: calc(40% - 10px)
    }
}

.cta-main {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.ctabanner {
    position: relative;
    border-radius: 6px;
    border: 3px solid #FFFFFF;
    background: var(--c1);
    padding-bottom: 20.7%;
    height: 0;
    flex: calc(33% - 20px);
    gap: 20px;
    display: flex;
    margin: 10px;
    overflow: hidden
}

.ctabanner a>img {
    transition: transform .2s ease-in-out;
    margin-bottom: 20px
}

.ctabanner:hover img {
    transform: scale(1.05)
}

.verified {
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    display: flex;
    align-items: center
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    background: linear-gradient(109.2deg, rgb(254, 3, 104) 9.3%, rgb(103, 3, 255) 89.5%);
    color: #fff;
    z-index: 1;
    text-transform: uppercase;
    font-family: var(--bs-font);
    padding: 3px 22px 2px 6px;
    -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
    clip-path: polygon(0 0, 87% 0, 99% 100%, 0 100%)
}

.overlay:after {
    content: "";
    height: calc(100% + 4px);
    width: 0;
    position: absolute;
    left: -20%;
    top: -2px;
    background-color: hsla(0, 0%, 100%, .8);
    transform: rotate(18deg);
    animation: ribbon-container 7s infinite;
    box-shadow: 0 0 8px 2px #fff
}

.ctabanner:hover img {
    transform: scale(1.05)
}

.verified img {
    margin-right: 4px
}

.img-fill {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden
}

.img-fill img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@keyframes ribbon-container {
    0% {
        left: 0
    }

    20% {
        left: 100%
    }

    to {
        left: 105%
    }
}

@media(max-width:767px) {
    .ctabanner {
        margin-bottom: 20px;
        flex: calc(50% - 20px);
        padding-bottom: 46%
    }
}

@media(max-width:374px) {
    .ctabanner {
        margin-bottom: 20px;
        flex: calc(100% - 20px);
        padding-bottom: 93%
    }
}

.video-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 10px
}

.video {
    width: 48%
}

@media(max-width:767px) {
    .video {
        width: 100%
    }
}

.ban-row img {
    max-width: 100%;
    height: auto;
    border-radius: 4px
}

.ban-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -5px;
    padding: 10px
}

.ban-row img {
    width: calc(50% - 10px);
    margin: 5px
}

@media(min-width:768px) {
    .ban-row img {
        width: calc(25% - 10px)
    }
    .d-lg-none{
        display: none;
    }
}

ul.services li {
    margin: 0 0 7px;
    font-size: 19px
}

.other-cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.c1,
.c2,
.c3 {
    width: calc(50% - 10px);
    margin: 5px;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid transparent;
    transition: background-color .3s, color .3s, border-color .3s
}

.c1 {
    background: linear-gradient(109.2deg, rgb(254, 3, 104) 9.3%, rgb(103, 3, 255) 89.5%);
    color: #fff
}

.c2 {
    background: linear-gradient(113.3deg, rgb(0, 98, 186) -6%, rgb(88, 40, 178) 10.2%, rgb(234, 39, 119) 34.3%, rgb(255, 80, 152) 54%, rgb(255, 101, 74) 62.5%, rgb(254, 166, 34) 77.2%, rgb(255, 227, 99) 91.2%, rgb(58, 243, 156) 112%, rgb(58, 243, 156) 118.1%);
    color: #000
}

.c3 {
    background: radial-gradient(circle at 3.1% 8.2%, rgb(248, 250, 107) 0%, rgb(238, 148, 148) 98.2%);
    color: #000
}

@media(min-width:768px) {

    .c1,
    .c2,
    .c3 {
        width: calc(50% - 10px)
    }
}

@media(max-width:767px) {

    .c1,
    .c2,
    .c3 {
        width: 100%
    }
}

.c1:hover {
    background-color: #00d1ff;
    color: #000;
    border-color: #fff
}

.c2:hover {
    background-color: #c06;
    color: #fff;
    border-color: #fff
}

.c3:hover {
    background-color: #00d1ff;
    color: #000;
    border-color: #fff
}

.image-gallery-container {
    overflow-x: auto;
    white-space: nowrap
}

.image-box {
    display: inline-block;
    margin: 6px;
    vertical-align: top
}

.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: 100;
    top: -23px;
    width: 100%;
    left: 0;
    background: #c06;
    padding: 8px 9px;
    color: #fff;
    border-radius: 0 0 7px 7px
}

::-webkit-scrollbar {
    width: 12px
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px
}

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: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .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
}

.primary_button {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    margin: 5px;
    padding: 10px;
    background-color: #c06;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color .3s, color .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: 20px;
    padding-bottom: 50px;
    align-items: flex-start;
    /* background: linear-gradient(143deg, rgb(0 186 15) -1%, rgb(95 40 178) 31.2%, rgb(255 80 80) 100%, rgb(244 244 244) 102.5%); */
    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: #FCC44D;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: none
}

.footer-link {
    display: flex;
    margin-bottom: 10px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    transition: color .2s;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-decoration: none
}

.footer-link:hover {
    color: var(--c1);
    text-decoration: underline
}

.text-block {
    color: #fff;
    font-size: 16px
}

.div-block-60,
.div-block-61,
.div-block-62 {
    font-size: 18px
}

.with-love-from {
    margin-top: 7px;
    color: #000;
    font-size: 18px;
    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: #000
    }

    .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
    }
}

.slider {
    position: relative
}

.slider-item>div {
    text-decoration: none
}

.slider-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    width: 85%;
    margin: 0 auto
}

.slider-wrapper::-webkit-scrollbar {
    display: none !important
}

.slider-item {
    display: inline-block;
    margin: 6px;
    vertical-align: top
}

.slider-item>div {
    text-decoration: none;
    position: relative;
    overflow: hidden
}

.slider-item img {
    object-fit: cover
}

.img-cont {
    bottom: 0;
    left: 0;
    padding: 5px;
    color: #ffff
}

.img-cont p {
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0 !important
}

.img-cont p span {
    font-weight: 700
}

#leftArrow,
#rightArrow {
    font-size: 35px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none
}

#leftArrow {
    left: 10px;
    border: 1px solid #c06;
    background: #fff;
    border-radius: 25px;
    width: 50px;
    border-radius: 22px;
    width: 44px
}

#rightArrow {
    right: 10px;
    border: 1px solid #c06;
    background: #fff;
    border-radius: 25px;
    width: 50px;
    border-radius: 22px;
    width: 44px
}

#showMoreButton {
    padding: 10px 20px;
    background-color: #c06;
    border-radius: 100px;
    font-weight: 600;
    outline: none;
    color: #fff;
    border: none
}

#showMoreButton:hover {
    background-color: #00d1ff;
    color: #fff;
    color: #000;
    transition: .5s linear
}

.more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px
}

.active-cat {
    white-space: nowrap;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.display {
    display: none
}

.img-cont p {
    font-size: 13px !important
}

@media screen and (max-width:1024px) {
    .active-cat .slider-item {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .img-cont {
        font-size: 13px
    }
}

@media screen and (max-width:768px) {
    .active-cat .slider-item {
        flex-direction: column
    }

    .img-cont {
        font-size: 13px
    }
}

@media screen and (max-width:550px) {
    .img-cont {
        font-size: 13px;
        text-align: center
    }
}

@media screen and (max-width:668px) {
    .slider-item>div {
        flex-direction: column
    }

    .img-cont {
        font-size: 13px;
        text-align: center
    }
}

.hero_buttons h2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 14px;

}

.header-menu-scroller {
    width: 100%;
    height: auto;
}

.menuScroller {
    overflow: auto;
    white-space: nowrap;
    height: 60px;
}

.header-menu-scroller a {
    background: linear-gradient(#222, #333);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    color: #e6e6e6;
    display: inline-block;
    border: 1px solid #555;
    padding: 4px 8px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 2px;
}





/* @media (min-width: 430px) {
    .header-menu-scroller {
        display: none;
    }
} */

.breadcrumbs {
    padding: 12px 0;
    text-transform: capitalize;
    font-weight: 300;
    background-color: #242424;
}

.breadcrumbs h1 {
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.breadcrumbs h1 a {

    color: #f5e61b;
}

/* <style> */
.nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999
}

.lcol,
.rcol,
.ccol {
    float: left;
    width: 50%
}

.lcol {
    background-color: #c06
}

.rcol {
    background-color: #058937
}

.ccol {
    background-color: #740CB9;
}

.lcol a,
.rcol a,
.ccol a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #fff
}

/* </style> */

.container-1300 {
    width: 1287px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;

}

div#galleryList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

 .img-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    padding: 15px;
    /* background-color: #7f7576; */
}

.main-img {
    width: 100%;
    display: inline-block;
    height: 410px!important;
    overflow: hidden;
    border: 2px solid #000;
}

.img-gallery {
    width: 23%;
    display: inline-block;
    /* height: 80px; */
margin: auto;
            
}



.row {
    display: flex;
    gap: 25px;
  /* flex-wrap: wrap; */

}

.col-md-4 {
    width: 30%;
}

.col-md-8 {
    width: 70%;
}

.inner-main-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;

}

.inner-main-thumbnail {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding-top: 15px;
}

.inner-main-thumbnail img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid rgb(205, 205, 61);
}

.inner-page-image {
    background-color: #7f7576;
    padding: 20px;
    border-radius: 10px;
}

@media (max-width:425px) {
    .logo a img {
        width: 210px !important;
    }

    /* .img-gallery {
        height: 120px !important;
    } */

    .col-md-4,
    .col-md-8 {
        width: 100% !important;
    }

    .main-img {
        width: 100%;
    }

     .li {
        width: 100%;
    }

    .li .col-md-4 .loading-background .img-gallery{
        display: none;
    }


    .li a,
    .main-img {
        height: 450px!important;
    }
    #galleryList .li .row .pr-10{
        padding-right: 0px;
    }
}








.img-gallery-box {

    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin: 10px 0;
    border: 2px solid #FFD700;
}

.main-img img {
    object-fit: cover;
        min-height: 100%;
    left: -100%;
    right: -100%;
    margin: auto;
    border-radius: 10px;

}




.dropmenu-list {
    position: absolute;
    left: 400px;
        top: 131px;
    display: none;
    list-style: none;
    width: 200px;
    height: auto;
    z-index: 9999;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.dropmenu-list a{
    display: block!important;
    padding: 10px!important;
    color: #fff!important;
    width: 100%!important;
    transition: all 0.15s linear!important;
    -webkit-transition: all 0.15s linear!important;
}


.dropmenu:hover ~ .dropmenu-list {
    display: block;
     -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.pr-10{
    padding-right: 50px;
}

.font-txt  i{
    color: #f15f4e;
}

#galleryList li {
    float: left;
    width: 23%;
}


.col-md-12 {
    flex: 0 0 auto;         /* Do not grow or shrink */
    width: 100%;            /* Take 100% of the row */
  }

  .img-gallery, .vip_tag{
    display: none;
  }

  