/**************************************
                General
**************************************/
:root {
    --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --animation-duration: 1s;
  }

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html {
    font-size: 100%;
    box-sizing: inherit;
    scroll-behavior: smooth;
    height: -webkit-fill-available;
}
html.lenis, html.lenis body {
    height: auto;
  }
  
  .lenis.lenis-smooth {
    scroll-behavior: auto !important;
  }
  
  .lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }
  
  .lenis.lenis-stopped {
    overflow: hidden;
  }
  
  .lenis.lenis-smooth iframe {
    pointer-events: painted;
  }
html::-webkit-scrollbar {
    width: 6px;
    background-color: #E0115F;
}

html::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 50rem;
}

a,
button {
    cursor: pointer;
    border: none;
    outline: none;
    user-select: none;
    background: none;
    box-shadow: none;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    color: #FFF;
    font-family: 'Heebo Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 166.667%;
    background: #000;
}

a,
a:hover,
a:focus {
    color: #E0115F;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Pangaia Medium';
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

main {
    overflow: clip;
}

img {
    max-width: 100%;
    height: auto;
    transition: all .5s;
}

.w-100 {
    width: 100% !important;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

.container-fluid {
    padding: 0 110px;
}


/* Popup */
.location-popup,
.work-popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.64);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 999999;
    opacity: 0;
    transform: translateY(10px);
    z-index: -1;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
}

.location-popup.show,
.work-popup.show {
    opacity: 1;
    transform: translateY(0px);
    z-index: 999999;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
    -moz-transition: opacity 0.5s ease, transform 0.5s ease;
    -ms-transition: opacity 0.5s ease, transform 0.5s ease;
    -o-transition: opacity 0.5s ease, transform 0.5s ease;
}

.location-popup .popup__content,
.work-popup .popup__content {
    width: 60%;
    padding: 0px;
    background: url(../img/location-form-bg.webp) no-repeat;
    background-size: cover;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    z-index: 99999;
}
.work-popup .popup__content{
    background: url(../img/work-form-bg.webp) no-repeat;
    background-size: cover;
}
.location-popup .popup__content .close,
.work-popup .popup__content .close{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 20px;
    display: block;
    width: 40px;
    height: 40px;
    opacity: 1;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border-radius: 50% 10px 50% 50%;
    flex-direction: column;
    gap: 5px;
    background-color: #FFA21F;
    transition: all .5s;
    z-index: 9;
    cursor: pointer;
}

.location-popup .popup__content .close:hover,
.workpopup .popup__content .close:hover {
    background-color: #FF0090;
}

.location-popup .popup__content .close:hover span,
.work-popup .popup__content .close:hover span{
    background-color: #FFF;
}

.location-popup .popup__content .close span,
.work-popup .popup__content .close span {
    cursor: pointer;
    position: fixed;
    width: 20px;
    height: 3px;
    background: #ffffff;
}

.location-popup .popup__content .close span:nth-child(1),
.work-popup .popup__content .close span:nth-child(1) {
    transform: rotate(45deg);
}

.location-popup .popup__content .close span:nth-child(2),
.work-popup .popup__content .close span:nth-child(2) {
    transform: rotate(135deg);
}
.right {
   padding: 60px 40px;
   padding-left: 0;
}
.contact-form{
    text-align: left;
}
.fixed-btn {
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 8;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    transition: 0.5s;
}
.enq-btn {
    color: #FFF;
    font-family: 'Heebo Bold';
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    background: #F81895;
    padding: 20px 15px;
    transition: 0.8s;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    &:hover{
        background: #FFF;
        color: #F81895;
    }
    &:hover{
        transform: translateX(-10px) rotate(180deg);
    }
}
.enq-btn-rent{
    background: #FFA21F;
    &:hover{
        color: #FFA21F;
    }
}
.fixed-contact{
    position: fixed;
    right: 15px;
    bottom: 10%;
    z-index: 9999999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.call{
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E0115F;
    border-radius: 50%;
    &:hover{
        scale: 1.1;
    }
}
.wp{
    width: 68px;
    height: 68px;
    &:hover{
        scale: 1.1;
    }
}
/**************************************
                Helper Class
**************************************/
.sec-gap {
    padding: 70px 0;
}
.pb-80 {
    padding-bottom: 60px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-80 {
    margin-bottom: 80px;
}
p {
    color: #FFF;
    font-family: 'Heebo Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 165%;
}
.title {
    color: #FFF;
    font-family: 'Pangaia Medium';
    font-size: 54px;
    font-style: normal;
    font-weight: normal;
    line-height: 120.37%;
}
.section-title {
    color: #FFF;
    font-family: 'Pangaia Medium';
    font-size: 47px;
    font-style: normal;
    font-weight: normal;
    line-height: 138.298%;
}
.btn-group{
    display: flex;
    align-items: center;
    gap: 20px;
}
.primary-btn {
    color: #000;
    font-family: 'Heebo Bold';
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    padding: 16px 60px;
    border-radius: 50px;
    background: #FFA21F;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.primary-btn:before,
.primary-btn:after {
    position: absolute;
    content: "";
    background: #E0115F;   
    z-index: -1;
    transition: all .35s;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 53%;
    scale: 0 1;
    transform-origin: left;
}
.primary-btn:before {
    bottom: 0;
    top: auto;
    scale: 0 1;
    transform-origin: right;
}

.primary-btn:after {
    transition-delay: .3s;
}

.primary-btn:hover:before,
.primary-btn:hover:after {
    scale: 1 1;
}

.primary-btn:hover {
    color: #ffffff;
}

.primary-btn:focus {
    color: #fff;
}
.form-control {
    font-family: 'Heebo Medium';
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: normal;
    display: flex;
    align-items: center;
    color: #000000;
    padding: 20px 20px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    width: 100%;
    outline: none;
    border-radius: 7px;
    background: #FFF;
    border: none;
}
.form-control::placeholder {
    color: #000;
}
form .primary-btn {
    border: 0;
    cursor: pointer;
    &:hover{
        background: #FF0090;
    }
}
.form-group {
    display: flex;
    align-items: center;
}

input,
input:focus {
    outline: none;
    box-shadow: none !important;
}



.italic {
    font-style: italic;
}

/**************************************
         Animation
**************************************/
/* Keyframes */
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}
@keyframes spin {
    0%{
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.25);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(90vw) rotateY(67.50deg);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

/* Animations */
[data-animation] {
    opacity: 0;
    animation-timing-function: var(--animation-timing-function);
    animation-fill-mode: both;
    animation-duration: var(--animation-duration);
    will-change: transform, opacity;
}

/* Disable animation of the children */
.animations-disabled,
.animations-disabled [data-animation] {
    animation: none !important;
    opacity: 1 !important;
}
/* Pulse animation */
.pulse-border{
    animation-name: pulse-border;
}
/* Slide Animations */
.slideInUp {
    animation-name: slideInUp;
}

.slideInDown {
    animation-name: slideInDown;
}

.slideInLeft {
    animation-name: slideInLeft;
}

.slideInRight {
    animation-name: slideInRight;
}

/* Fade Animations */
.fadeIn {
    animation-name: fadeIn;
}

/* Zoom Animations */
.zoomIn {
    animation-name: zoomIn;
}

.zoomReverseIn {
    animation-name: zoomReverseIn;
}

/* Flip Animations */
.flipInY {
    animation-name: flipInY;
}

.flipOutY {
    animation-name: flipInY;
    animation-direction: reverse;
}
@media (prefers-reduced-motion: no-preference) {
    @view-transition {
        navigation: auto;
    }
}
::view-transition-group(*) {
    animation-duration: 2s;
}
/*******************************
	Menu
*******************************/
.header-call{
    color: #FFF;
    font-family: 'Heebo Bold';
    font-size: 21px;
    font-style: normal;
    font-weight: normal;
    line-height: 147.619% ;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    &:hover{
        color: #E0115F;
        img{
            filter: brightness(0) saturate(100%) invert(22%) sepia(31%) saturate(6561%) hue-rotate(320deg) brightness(93%) contrast(110%);
        }
    }
}
.header-btn{
    background: #E0115F;
    color: #FFFF;
    &::before, &::after{
        background: #FFA21F;
    }
    &:hover{
        color: #000;
    }
}
.flex-box {
    display: flex;
    align-items: center;
    gap: 30px;
}

header.sticky {
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: slideDown 0.45s ease-out;
    box-shadow: 0px 0px 20px 0px #E0115F;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}
.main-menu {
    display: flex;
    align-items: center;
    gap: 70px;
}
header {
    position: fixed;
    width: 100%;
    transition: ease-in-out .4s;
    z-index: 999;
    padding-block: 15px;
}
nav {
    position: relative;
    margin: 0 auto
}
#menu,
#menu .main-menu ul,
#menu .main-menu ul li,
#menu .main-menu ul li a,
#menu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
#menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#menu>.main-menu>ul>li {
    float: left;
    padding-inline: 10px;
}

#menu>.main-menu>ul>li>a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    padding: 10px 5px;
    display: inline-block;
    color: #FFF;
    font-family: 'Heebo Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}
#menu>.main-menu>ul>li>a:hover::after,
#menu .main-menu ul li.current-menu-item a::after {
    width: 80%;
}
.hamburger{
    display: none;
}
#menu .main-menu ul li a::after {
    content: '';
    transition: 0.5s;
    width: 0;
    position: absolute;
    bottom: 0px;
    left:0;
    height: 2px;
    background: #E0115F;
}

#menu>.main-menu>ul>li:hover>a,
#menu .main-menu ul li.current-menu-item a {
    color: #E0115F;
    &::after{
        width: 100%;
    }
}

#menu>.main-menu>ul>li:hover,
#menu .main-menu ul li.current-menu-item:hover,
#menu .main-menu ul li.current-menu-item,
#menu .main-menu ul li.has-sub.current-menu-item:hover {
   
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}


#menu>.main-menu>ul>li.has-sub>a::before {
    top: 10px;
    right: -12px;
    transition: all .4s;
    content: "";
    position: absolute;
    z-index: 11;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    transform: rotate(225deg);
}

#menu>.main-menu>ul>li.has-sub:hover>a::before,
#menu>.main-menu>ul>li.has-sub.current-menu-item>a::before {
    border-top-color: #FFF;
    border-left-color: #FFF;
}

#menu .main-menu ul ul {
    position: absolute;
    left: -9999px;
    box-shadow: 0px 12px 10px 0px #0000004f;
    width: auto;
    background: #5E923F;
}

#menu .main-menu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #FFF;
    transition: all .25s ease
}


#menu li:hover>ul {
    left: auto
}

#menu li:hover>ul>li {
    height: 40px;
    display: flex;
    align-items: center;
}

#menu ul ul ul {
    margin-left: 100%;
    top: 0
}

#menu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 10px 20px;
    width: auto;
    font-size: 19px;
    line-height: 19px;
    text-decoration: none;
    color: #000000;
    font-weight: normal;
    white-space: nowrap;
}

#menu .main-menu ul ul li:last-child>a,
#menu .main-menu ul ul li.last-item>a {
    border-bottom: 0
}

#menu .main-menu ul ul li:hover a,
#menu .main-menu ul ul li:hover {
    color: #fff;
    background-color: #5FB242;
}

#menu .main-menu ul ul li .has-sub> a:after {
    position: absolute;
    top: 13px;
    right: 11px;
    width: 8px;
    height: 8px;
    display: block;
    content: '';
    border-bottom: 1px solid;
    border-right: 1px solid;
    transform: rotate(-45deg);
    transition: all .4s;
}


#menu .main-menu ul ul li.has-sub:hover,
#menu .main-menu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#menu ul ul ul li.active a {
    border-left: 1px solid #333
}

#menu>.main-menu>ul>li.has-sub>ul>li.active>a,
#menu .main-menu>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #333;
}

#menu .main-menu ul li.current-menu-item ul li a {
    color: #000;
}

#menu .main-menu ul li.current-menu-item ul li a:hover {
    color: #ffffff;
}
@media screen and (max-width:992px) {
    nav {
        width: 100%
    }
    #menu {
        width: 100%
    }
    #menu ul {
        width: 100%;
        display: none;
    }
    #menu .main-menu {
        width: 50%;
        position: fixed;
        height: 100% !important;
        background: linear-gradient(#0e0209, rgb(30 30 30));
        transform: translateX(100%);
        transition: all .4s;
        top: 0;
        right: 0;
        z-index: 999;
    }
    .main-menu {
        align-items: center;
    }
    #menu .main-menu.open {
        transform: translateX(0%);
        flex-direction: column;

    }
    #menu .main-menu ul li {
        width: 100%;
    }
    #menu .main-menu ul ul li:hover a,
    #menu .main-menu ul ul li:hover {
        color: #fff;
        background-color: #5FB242;
        border-bottom: 1px solid #ffffff3d;
    }
    #menu .main-menu ul li:hover {
        background: transparent;
    }

    #menu .main-menu ul ul li,
    #menu li:hover>ul>li {
        height: auto
    }
    #menu .main-menu ul li a{
        width: 100%;
        border-bottom: 0;
        color: #ffffff;
    }
    #menu .main-menu ul ul li a{
        color: #000;
        border-bottom: 1px solid #aede9d;
        font-size: 15px;
    }
    #menu .main-menu ul ul li{
        background: unset;
    }
    #menu>.main-menu>ul>li {
        float: none
    }
    #menu ul ul li a {
        padding-left: 25px
    }

    #menu ul ul li:hover {
        background: #45D8A3;
    }

    #menu ul ul ul li a {
        padding-left: 35px
    }

    #menu ul ul li a {
        color: #ddd;
        background: none
    }

    #menu ul ul li:hover>a,
    #menu ul ul li.active>a {
        color: #fff;
    }

    #menu .main-menu ul ul {
        box-shadow: none;
        background: #FFF;
    }

    #menu .main-menu ul ul, #menu .main-menu ul ul ul {
        position: relative;
        left: 27px;
        width: 90%;
        margin: 0;
        text-align: left;
        top: 0;
        transform: unset;
        height: auto;
    }

    #menu .main-menu ul ul.open {
        transform: unset;
    }

    #menu>ul>li.has-sub>a:after,
    #menu>ul>li.has-sub>a:before,
    #menu ul ul>li.has-sub>a:after,
    #menu ul ul>li.has-sub>a:before {
        display: none
    }

    #menu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }

    .hamburger {
        width: 55px;
        height: 48px;
        position: absolute;
        right: 16px;
        top: 6px;
        cursor: pointer;
        z-index: 12399994;
        display: block;
    }

    .hamburger:after {
        position: absolute;
        top: 24px;
        right: 10px;
        display: block;
        height: 14px;
        width: 35px;
        border-top: 2px solid #FFF;
        border-bottom: 2px solid #FFF;
        content: '';
    }

    .hamburger:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 12px;
        right: 10px;
        display: block;
        height: 2px;
        width: 35px;
        background: #FFF;
        content: '';
    }

    .hamburger.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 35px;
        background: #FFF;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .hamburger.menu-opened:before {
        top: 23px;
        background: #FFF;
        width: 35px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #menu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 20px;
        top: 0;
        display: block;
        border-left: 0;
        height: 50px;
        width: 60px;
        cursor: pointer;
        background: #5FB242;

    }

    .flex-box{
        margin-right: 70px;
    }
    /* #menu .submenu-button.submenu-opened {
      background:#1b268600;
  } */

    #menu ul ul .submenu-button {
        height: 34px;
        width: 40px
    }

    #menu .submenu-button:after {
        position: absolute;
        top: 17px;
        right: 24px;
        width: 10px;
        height: 10px;
        display: block;
        content: '';
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        transition: all .4s;
    }
    #menu>.main-menu>ul>li.has-sub>a::before{
            display: none;
        }
    #menu>.main-menu>ul>li {
        padding-inline: 0px;
    }
    #menu ul ul .submenu-button:after {
        top: 11px;
        right: 19px;
    }

    #menu ul ul .submenu-button.submenu-opened:after {
        top: 16px;
    }

    #menu .submenu-button.submenu-opened:after {
        transform: rotate(-135deg);
        top: 20px;
    }


    #menu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #menu .submenu-button.submenu-opened:before {
        display: none
    }

    #menu ul ul ul li.active a {
        border-left: none
    }

    #menu>ul>li.has-sub>ul>li.active>a,
    #menu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }
    #menu>.main-menu>ul>li:hover>a, #menu .main-menu ul li.current-menu-item a {
        color: #FFF;
        scale: unset;
    }
}
.menu-white {
    position: relative;
    background: #FFF;
    box-shadow: 0px 7px 11px 0px rgba(0, 0, 0, 0.06);
}
.menu-white #menu>.main-menu>ul>li>a {
    color: #1E1E1E;
}
.menu-white #menu>.main-menu>ul>li:hover>a,
.menu-white #menu .main-menu ul li.current-menu-item a {
    color: #95C12B;
}
.menu-white #menu>.main-menu>ul>li.has-sub>a::before {
    border-top: 1px solid #1E1E1E;
    border-left: 1px solid #1E1E1E;
}
.menu-white #menu>.main-menu>ul>li.has-sub:hover>a::before,
.menu-white #menu>.main-menu>ul>li.has-sub.current-menu-item>a::before {
    border-top-color: #95C12B;
    border-left-color: #95C12B;
}
.menu-white .serch-box input {
    border: 1px solid #D6D6D6;
    background: rgba(217, 217, 217, 0.10);
    backdrop-filter: blur(7.5px);
}
.enquiry-btn {
    color: #FFF;
    font-family: 'Purista';
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 143.75%;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 0px 20px 20px 0px;
    background: #1B5574;
    padding: 20px 10px;
    transform-origin: right center;
    transition: 0.8s;
    &:hover{
        color: #5E923F;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
        background: #FFF;
    }

}
/******************************
            Banner  
*******************************/
.banner{
    position: relative;
    .container{
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
    }
}
.banner-content{
    width: 50%;
    z-index: 1;
    h5{
        color: #FF0090;
        font-family: 'OleoScript Regular';
        font-size: 28px;
        font-style: normal;
        font-weight: normal;
        line-height: 117.857%;
    }
    h1{
        color: #FFF;
        font-family: 'Pangaia Medium';
        font-size: 73px;
        font-style: normal;
        font-weight: normal;
        line-height: 89.041%;
    }
}
.img-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: -10px;
}
/******************************
       Browse
*******************************/
.browse{
    background: #FB6080;
    .section-title, p{
        color: #000;
    }
}
.brows-tap{
    ul{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px 16px;
        li{
            color: #FFF;
            text-align: center;
            font-family: 'Heebo Medium';
            font-size: 19px;
            font-style: normal;
            font-weight: normal;
            line-height: 152.632%;
            border-radius: 50px;
            border: 1px solid #FF70FF;
            background: #000;
            padding: 13px 30px;
            transition: 0.5s;
            cursor: pointer;
            &:hover{
                background: #E0115F;
                border-color: #000;
            }
        }
    }
}
.brows-tap ul li.active{
    background: #E0115F;
    border-color: #000;
}
.brows-card{
    position: relative;
    height: 430px;
    display: block;
    overflow: hidden;
    .img-cover{
        object-position: top;
    }
    &::after{
        position: absolute;
        content: '';
        inset: 0;
        background: linear-gradient(359deg, rgba(0, 0, 0, 0.93) 1.13%, rgba(7, 7, 7, 0.09) 43.34%);
    }
    .call-name{
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 25px;
        z-index: 1;
    }
    &:hover{
        img{
            scale: 1.2;
            transform: rotate(6deg);
        }
    }
}
.brows-content{
    display:none;
}
.brows-content.active{
    display:block;
}
.call-name{
    color: #FFF;
    text-align: left;
    font-family: 'Heebo Medium';
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    line-height: 116% ;
}
/******************************
      bold
*******************************/
.bold{
    background: url(../img/bold-bg.webp) no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 325px;
    .container{
        .col-lg-5{
            margin-left: auto;
        }
    }
    .section-title{
        font-size: 66px;
        line-height: 89.041%;
    }
}
/******************************
        Latest
*******************************/
.latest-add{
    position: relative;
    padding-inline: 140px;
    .brows-card{
        height: 430px;
        &::after{
            display: none;
        }
        h3{
            background: #000000a8;
        }
    }
}
.latest-big{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    height: 100%;
    object-fit: cover;
}
.slick-slide{
    margin: 0 10px;
}
.slick-list{
    margin: 0 -10px;
}
.slick-arrow{
    width: 14px;
    height: 22px;
    z-index: 2;
    &::before{
        position: absolute;
        content: '';
        inset: 0;
        background: url(../img/slider-arrow2.webp) no-repeat;
        background-position: center;
        background-size: 100%;
        transition: 0.5s;
    }
    &:hover, 
    &:focus{
        &::before{
            filter: brightness(0) saturate(100%) invert(88%) sepia(67%) saturate(7002%) hue-rotate(327deg) brightness(94%) contrast(115%);
        }
    }
}
.slick-prev{
    left: -40px;
    &::before{
        transform: rotateY(180deg);
    }
}
.slick-next{
    right: -40px;
}
/******************************
    Creating
*******************************/
.creating{
    background: url(../img/creating.webp) no-repeat;
    background-size: cover;
    padding: 155px 0;
    .container{
        .col-lg-5 {
            margin-left: unset;
        }
    }
}
/******************************
    Features
*******************************/
.features{
    background: #FFA21F;
    .section-title, p{
        color: #000;
    }
}
.feature-box{
    position: relative;
    overflow: hidden;
    height: 626px;
    &:hover{
        .feature-content{
            transform: translateY(0);
            .call-name{
                margin-bottom: 20px;
            }
        }
    }
}
.feature-content{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000000a8;
    padding: 20px;
    transform: translateY(70%);
    transition: 0.5s;
    .call-name{
        margin-bottom: 40px;
    }
    ul{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        li{
            color: #FFF;
            font-family: 'Heebo Regular';
            font-size: 14px;
            font-style: normal;
            font-weight: normal;
            line-height: 162.5%;
            border-radius: 40px;
            border: 1px solid #FF70FF;
            padding: 5px 22px;
            transition: 0.5s;
            &:hover{
                background: #FF70FF;
                color: #000;
            }
        }
    }
    .btn-group{
        gap: 10px;
    }
    .call{
        width: 55px;
        height: 55px;
    }
    .primary-btn{
        width: 50%;
        padding: 14px 25px;
        font-size: 19px;
        text-align: center;
    }
}
.features-slider{
    .slick-arrow {
        width: 54px;
        height: 54px;
        border-radius: 50%;
        background: #000;
        top: 110%;
        left: 46%;
        transition: 0.5s;
        &::before {
            background: url(../img/slider-arrow.webp) no-repeat;
            background-position: center;
            background-size: 40%;
        }
        &:hover,
        &:focus{
            background: #F81895;
        }
    }
    .slick-next{
        left: 51%;
    }
}
/* *************************************************
        Our Top
************************************************ */
.our-top{
    background: url(../img/our-top-bg.webp) no-repeat;
    background-size: cover;
    .feature-box{
        height: 647px;
    }
}
/************************************
    Classy
************************************/
.classy{
    background: url(../img/classy-bg.webp) no-repeat;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 370px;
    position: relative;
    .section-title, p{
        color: #000;
    }
    .col-lg-4{
        position: relative;
        z-index: 2;
    }
    &::before{
        position: absolute;
        content: '';
        width: 43%;
        height: 55%;
        left: 0;
        top: 10%;
        border-radius: 0 500px 500px 0;
        background: #F81895;
        z-index: 1;
        outline: 1px dashed #FFF;
        outline-offset: 15px;
    }
    .primary-btn::before,
    .primary-btn::after{
        background: #FFF;
    }
    .primary-btn:hover{
        color: #000;
    }
}
/******************************
       Location
*******************************/
.location{
    background: url(../img/location-bg.webp) no-repeat;
    background-size: cover;
    padding-block: 125px;
    .col-lg-6{
        margin-left: auto;
    }
}
.location-box{
    .form-control{
        color: #000;
        font-family: 'Heebo Regular';
        font-size: 26px;
        font-style: normal;
        font-weight: normal;
        line-height: 111.538%;
        border-radius: 50px;
        padding: 23px 40px;
    }
}
.locations {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px 30px;
    text-align: left;
    justify-content: center;
    margin-bottom: 30px;
}
.location-item {
    display: none;
    margin: 5px 0;
    line-height: 1.2;
    position: relative;
    padding-left: 50px;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-align: left;
    height: 49px;
    align-items: center;
    border-radius: 50px;
    border: 1px solid rgba(213, 208, 208, 0.76);
    background: rgba(0, 0, 0, 0.00);
}
.location-item.show {
    display: flex;
}
.location-item a {
    color: #FFF;
    font-family: 'Heebo Regular';
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    line-height: 211%;
    text-transform: capitalize;
    transition: all 0.3s ease;
    display: inline-block;
}
.location-item::before {
    content: " ";
    background: url(../img/location-icon.webp);
    background-size: 100%;
    position: absolute;
    background-repeat: no-repeat;
    width: 17px;
    height: 23px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}
.location-item:hover {
    background: #E0115F;
    border-color: #E0115F;
    &::before{
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(80deg) brightness(105%) contrast(101%);
    }
}
/******************************
       your-premium
*******************************/
.your-premium{
    position: relative;
    .container{
        position: absolute;
        inset: 0;
        display: flex;
        align-items: end;
    }
}
.your-premium-box{
    width: 100%;
    background: url(../img/pre-bg2.webp) no-repeat;
    background-size: cover;
    padding-block: 70px;
    background-position: right;
    z-index: 1;
    margin-bottom: -80px;
    .section-title, p{
        color: #000;
    }
    .section-title{
        font-family: 'Pangaia Bold';
        font-size: 58px;
        line-height: 107.813%;
    }
}
.your-premium-box-content{
    margin-left: auto;
    width: 40%;
    padding-right: 25px;
}
/******************************
        Footer
*******************************/
footer{
    padding-top: 140px;
    padding-bottom: 60px;
    ul{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        li{
            position: relative;
            &::after{
                position: absolute;
                content: '|';
                width: 2px;
                height: 30px;
                top: 2px;
                right: -14px;
                color: #FFF;
            }
            a{
                color: #FFF;
                font-family: 'Heebo Regular';
                font-size: 20px;
                font-style: normal;
                font-weight: normal;
                line-height: 200%;
            }
        }
    }
    .header-call{
        display: inline-flex;
        margin-inline: auto;
        border-radius: 50px;
        background: #E0115F;
        color: #000;
        padding: 13px 30px;
        font-size: 22px;
        &:hover{
            background: #FFF;
        }
    }
    .copyright{
        padding-top: 30px;
        border-top: 1px solid #777575;
        p{
            margin: 0;
        }
        a{
            color: #FFF;
            &:hover{
                color: #E0115F;
            }
        }
    }
}
footer ul li:last-child{
    &::after{
        display: none;
    }
}
/******************************************
        Inner Pages 
********************************************/
.inner-banner{
    .banner-content{
        p{
            width: 80%;
        }
    }
}
.top-call{
    background: #000;
}
.top-call-box{
    .img-cover{
        height: 338px;
        object-position: top;
    }
    .feature-content{
        position: relative;
        transform: unset;
        background: #FF7E99;
        padding: 15px;
        .wp {
            width: 62px;
            height: 62px;
        }
        .call {
            width: 50px;
            height: 50px;
        }
        .call-name {
            margin-bottom: 10px;
            color: #000;
        }
        ul {
            li {
                padding: 5px 22px;
                color: #000;
                border-color: #000;
                &:hover{
                    background: #000;
                    color: #FFF;
                }
            }
        }
        .primary-btn {
            padding: 14px 20px;
            font-size: 18px;
            background: #181818;
            color: #FFF;
        }
        .call{
            img{
                filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(150deg) brightness(120%) contrast(106%);
            }
        }
    }
}
.every-moment{
    background: url(../img/every-moment-bg.webp) no-repeat;
    background-size: cover;
    padding: 240px 0;
    .section-title{
        line-height: 112.329%;
    }
    .container{
        .col-lg-5{
            margin-inline: auto;
        }
    }
}
.exotic{
    background: #262626;
    padding-left: 16%;
    .brows-card{
        height: 424px;
        .img-cover{
            object-position: top;
        }
    }
}
.exotic-slider{
    .slick-arrow {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #00000000;
        border: 1px solid #FFF;
        transition: 0.5s;
        &::before {
            background: url(../img/slider-arrow.webp) no-repeat;
            background-position: center;
            background-size: 40%;
            
        }
        &:hover,
        &:focus{
            background: #FFF;
            &::before{
               filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(355deg) brightness(103%) contrast(104%);
            }
        }
    }
    .slick-prev{
       left: -6%;
    }
    .slick-next{
       right: 12%;
    }
}
.the-week{
    background: #ED4A7C;
    .brows-card{
        height: 573px;
    }
    .section-title, p{
        color: #000;
    }
}
.the-week-slider{
    .slick-arrow {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #00000000;
        border: 1px solid #000;
        top: 106%;
        left: 0;
        transition: 0.5s;
        &::before {
            background: url(../img/slider-arrow.webp) no-repeat;
            background-position: center;
            background-size: 40%;
            filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(355deg) brightness(103%) contrast(104%);
        }
        &:hover,
        &:focus{
            background: #000;
            &::before{
               filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(72deg) brightness(109%) contrast(101%);
            }
        }
    }
    .slick-next{
        left: 5%;
    }
}
.your-perfect{
    background: url(../img/your-perfect-bg.webp) no-repeat;
    background-size: cover;
    padding: 0 0;
    .container{
        position: relative;
        padding: 130px 0;
    }
}
.your-perfect-girl{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
}

/* Profile Details PAge */
.profile-dtls{
   .container-fluid{
    margin-top: 70px;
   }
}
.profile-head{
    h5{
        color: #FFA21F;
        font-family: 'Heebo Medium';
        font-size: 27px;
        font-style: normal;
        font-weight: normal;
        line-height: 114.815%;
    }
}
.profile-pic{
    height: 832px;
}
.escort-info{
    background:#000;
}
.escort-info table{
    width:100%;
    border-collapse:collapse;
}
.escort-info table tr{
    border-bottom: 1px solid #544D4F;
}
.escort-info table td{
    padding:14px 10px;
    color: #FFF;
    font-family: 'Heebo Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 155%;
}
.escort-info table td:first-child{
    width:35%;
    font-family: 'Heebo Medium';
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 155%;
}
.escort-info table td:last-child{
    color:rgba(255,255,255,0.85);
}
.profile-content{
    .primary-btn{
        background: #E0115F;
        color: #FFF;
        &::before, &::after{
            background: #FFA21F;
        }
        &:hover{
            color: #000;
        }
    }
}
.related{
    .brows-card{
        height: 622px;
    }
}
.blog-box{
    background: #1E1E1E;
    .img-cover{
        height: 277px;
        object-position: top;
    }
    .primary-btn{
        padding: 12px 30px;
    }
    &:hover{
        .blog-title{
            color: #FFA21F;
        }
    }
}
.blog-date{
    color: #FFA21F;
    margin-bottom: 5px;
}
.blog-title{
    color: #FFF;
    font-family: 'Heebo Medium';
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
    line-height: 116%;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-content{
    padding: 15px;
}
.blog-details{
    .container{
        margin-top: 70px;
    }
    h1, h2, h3, h4 {
        color: #FFF;
        font-family: 'Pangaia Medium';
        font-size: 63px;
        font-style: normal;
        font-weight: normal;
        line-height: 100.041%;
    }
    h2{
        font-size: 43px;
    }
    h3{
        font-size: 33px;
    }
    h4{
        font-size: 26px;
    }
    .blog-date{
        margin-bottom: 20px;
    }
    ul{
        list-style: disc;
        padding-left: 20px;
    }
    ol{
        list-style: decimal;
        padding-left: 20px;
    }
    ul, ol{
        li{
            line-height: 200.667%;
        }
    }
}
.pegination{
    display: flex;
    align-items: center;
    justify-content: space-between;
    a{
        display: inline-flex;
        align-items: center;
        justify-content: end;
        gap: 10px;
        .img-cover{
            width: 170px;
            height: 90px;
            display: block;
        }
        span{
            display: block;
            font-size: 20px;
            color: #FFF;
            font-style: normal;
            font-weight: normal;
            line-height: 155%;
            text-decoration: underline;
            transition: 0.5s;
        }
        &:hover{
            span{
                color: #FFA21F;
            }
        }
    }
    .next{
        justify-content: start;
    }
}
.related-post-item{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    .img-cover{
        width: 120px;
        height: 80px;
        object-position: top;
    }
    div{
        width: 67%;
    }
    .blog-date{
        margin-bottom: 5px;
    }
    h4{
        font-size: 22px;
    }
    &:hover{
        h4{
            color: #FFA21F;
        }
    }
}
.other-footer {
    padding-top: 60px;
}
/******************************************
             Responsive 
********************************************/
@media (max-width: 1600px),
(max-width: 1560px) {
    .bold {
        padding-top: 120px;
        padding-bottom: 250px;
    }
    .latest-add {
        .brows-card {
            height: 350px;
        }
    }
    .creating {
        padding: 100px 0;
    }
    .feature-box {
        height: 490px;
    }
    .feature-content {
        padding: 20px;
        transform: translateY(75%);
        .primary-btn {
            padding: 12px 20px;
            font-size: 18px;
        }
        ul {
            li {
                font-size: 14px;
                padding: 4px 17px;
            }
        }
    }
    .our-top {
        .feature-box {
            height: 515px;
        }
    }
    .container-fluid {
        padding: 0 70px;
    }
    .latest-add {
        padding-inline: 115px;
    }
    .classy {
        &::before {
            height: 80%;
        }
    }
    .related {
        .brows-card {
            height: 522px;
        }
    }
    .top-call-box {
        .img-cover {
            height: 286px;
        }
        .feature-content {
            padding: 10px;
            .btn-group{
                gap: 5px;
            }
            .primary-btn {
                padding: 12px 16px;
                font-size: 16px;
            }
        }
    }
    .exotic {
        padding-left: 13%;
    }
    .the-week{
        .brows-card{
            height: 500px;
        }
    }
    .your-perfect {
        padding: 0 0;
    }
    .top-call-box {
        & .feature-content {
            & ul {
                li {
                    padding: 5px 15px;
                }
            }
        }
    }
    .profile-pic {
        height: 722px;
    }
}
@media (max-width: 1536px){
    .fixed-btn {
        top: 15%;
    }
    .fixed-contact {
        bottom: 2%;
    }
    .enq-btn{
        padding: 20px 12px;
    }
}
@media (max-width: 1440px),
(max-width: 1366px) {
    .location-popup .popup__content, .work-popup .popup__content {
        width: 70%;
    }
    .right {
        padding: 30px 20px;
        padding-left: 0;
    }
    .form-control {
        font-size: 16px;
        padding: 12px 15px;
    }
    .title {
        font-size: 44px;
    }
    .enq-btn {
        font-size: 16px;
        padding: 12px 10px;
    }
    .fixed-btn{
        top: 19%;
        gap: 10px;
    }
    .fixed-contact {
        right: 5px;
        bottom: 2%;
    }
    .call {
        width: 52px;
        height: 52px;
    }
    .logo{
        width: 198px;
    }
    #menu>.main-menu>ul>li>a {
        font-size: 15px;
    }
    .header-call {
        font-size: 17px;
    }
    .primary-btn {
        font-size: 18px;
        padding: 11px 40px;
    }
    .banner-content {
        h5 {
            font-size: 24px;
        }
        h1 {
            font-size: 63px;
        }
    }
    p {
        font-size: 16px;
    }
    .enq-btn-rent {
        background: #FFA21F;
    }
    .section-title {
        font-size: 37px;
    }
    .brows-tap {
        & ul {
            li {
                font-size: 15px;
            }
        }
    }
    .brows-card {
        height: 360px;
    }
    .call-name {
        font-size: 21px;
    }
    .bold {
        padding-top: 100px;
        padding-bottom: 220px;
        .section-title {
            font-size: 56px;
        }
    }
    .sec-gap {
        padding: 50px 0;
    }
    .latest-add {
        padding-inline: 115px;
    }
    .latest-add {
        .brows-card {
            height: 290px;
        }
    }
    .brows-card {
        .call-name {
            padding: 15px;
        }
    }
    .slick-arrow {
        width: 10px;
        height: 18px;
    }
    .slick-prev {
        left: -30px;
    }
    .slick-next {
        right: -30px;
    }
    .creating {
        padding: 85px 0;
    }
    .feature-box {
        height: 436px;
    }
    .container-fluid {
        padding: 0 30px;
    }
    .feature-content {
        padding: 15px;
        ul {
            li {
                font-size: 14px;
                padding: 3px 14px;
            }
        }
        .call {
            width: 45px;
            height: 45px;
            padding: 13px;
        }
        .primary-btn {
            padding: 11px 20px;
            font-size: 15px;
        }
    }
    .wp {
        width: 58px;
        height: 58px;
    }
    .features-slider {
        .slick-arrow {
            width: 44px;
            height: 44px;
        }
    }
    .our-top {
        .feature-box {
            height: 480px;
        }
    }
    .creating {
        padding: 100px 0;
    }
    .location-box {
        .form-control {
            font-size: 20px;
            padding: 16px 30px;
        }
    }
    .locations {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 10px 20px;
    }
    .location-item a {
        font-size: 16px;
    }
    .location-item::before {
        width: 13px;
        height: 19px;
    }
    .your-premium-box {
        .section-title {
            font-size: 48px;
        }
    }
    .your-premium-box {
        padding-block: 60px;
    }
    .footer-logo{
        margin-inline: auto;
    }
    footer {
        padding-top: 110px;
        padding-bottom: 30px;
        ul {
            li {
                a {
                    font-size: 16px;
                }
                &::after {
                    width: 2px;
                    height: 20px;
                    top: 0;
                }
            }
        }
        .header-call {
            font-size: 18px;
            img{
                width: 22px;
            }
        }
        .copyright {
            padding-top: 20px;
        }
    }
    .profile-head {
        h5 {
            font-size: 20px;
        }
    }
    .escort-info table td {
        font-size: 16px;
    }
    .escort-info table td:first-child{
        font-size: 16px;
    }
    .related {
        .brows-card {
            height: 460px;
        }
    }
    .top-call-box {
        & .feature-content {
            & ul {
                li {
                    padding: 5px 14px;
                    font-size: 12px;
                }
            }
            .primary-btn {
                padding: 12px 16px;
                font-size: 14px;
            }
            .wp {
                width: 58px;
                height: 58px;
            }
            .call {
                width: 45px;
                height: 45px;
            }
        }
    }
    .exotic {
        padding-left: 10%;
        .brows-card {
            height: 350px;
        }
    }
    .the-week {
        .brows-card {
            height: 405px;
        }
    }
    .exotic-slider {
        & .slick-arrow {
            width: 28px;
            height: 28px;
        }
    }
    .the-week-slider {
        .slick-arrow {
            width: 28px;
            height: 28px;
        }
    }
    .your-perfect {
        padding: 0 0;
        .container {
            padding: 130px 0;
        }
    }
    .top-call-box {
        .img-cover {
            height: 245px;
        }
    }
    .blog-title {
        font-size: 22px;
    }
    .blog-box {
        .primary-btn {
            padding: 11px 25px;
        }
        .img-cover {
            height: 240px;
        }
    }
    .blog-details {
        h1{
            font-size: 53px;
        }
        h2 {
            font-size: 33px;
        }
        ul, & ol {
            li {
                font-size: 16px;
            }
        }
        h3 {
            font-size: 26px;
        }
        h4 {
            font-size: 22px;
        }
    }
    .pegination {
        a {
            span {
                font-size: 16px;
            }
            .img-cover {
                width: 140px;
                height: 70px;
            }
        }
    }
    .related-post-item {
        h4 {
            font-size: 18px;
        }
        .img-cover {
            width: 100px;
            height: 60px;
        }
    }
    .other-footer {
        padding-top: 30px;
    }
    .profile-pic {
        height: 640px;
    }
}
@media (max-width: 1280px){
    
}
@media (max-width: 1024px) {}
@media (max-width: 992px){
    #menu>.main-menu>ul>li>a {
        font-size: 16px;
        padding: 25px 30px;
    }
    #menu ul {
        margin-top: 120px;
    }
    .location-popup .popup__content, .work-popup .popup__content {
        width: 85%;
        background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../img/location-form-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .work-popup .popup__content{
        background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../img/work-form-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .right {
        padding: 30px;
    }
    .banner{
        height: 500px;
    }
    .banner-content {
        width: 70%;
        padding-top: 60px;
        h1{
            font-size: 53px;
        }
    }
    .mb-20 {
        margin-bottom: 10px;
    }
    .mb-40 {
        margin-bottom: 30px;
    }
    .brows-tap {
        & ul {
            flex-wrap: wrap;
            li {
                width: 25%;
            }
        }
    }
    .brows-card {
        height: 470px;
    }
    .bold {
        position: relative;
        padding-top: 60px;
        padding-bottom: 120px;
        z-index: 1;
        &::after{
            position: absolute;
            content: '';
            inset: 0;
            background: #0000006b;
            z-index: -1;
        }
    }
    .latest-big {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .latest-add{
        padding-inline: 45px;
        .brows-card {
            height: 480px;
        }
    } 
    .creating {
        padding: 60px 0;
    }
    .feature-box {
        height: 512px;
    }
    .features-slider {
        .slick-arrow {
            left: 43%;
        }
        .slick-next{
            left: 51%;
        }
    }
    .classy {
        padding-top: 140px;
        padding-bottom: 140px;
        &::before{
            width: 97%;
            height: 60%;
            top: 19%;
            outline-offset: 10px;
        }
    }
    .location {
        padding-block: 40px;
        position: relative;
        z-index: 1;
        .container{
            text-align: center;
        }
        &::after {
            position: absolute;
            content: '';
            inset: 0;
            background: #0000006b;
            z-index: -1;
        }
    }
    .locations{
        gap: 10px 10px;
    }
    .location-box{
        .primary-btn{
            margin-inline: auto;
        }
        .form-control {
            font-size: 18px;
        }
    }
    .search-bar{
        width: 70%;
        margin-inline: auto;
    }
    .your-premium-box {
        background: linear-gradient(180deg, #EE0085 0%, #DD7115 100%);
        text-align: center;
        .btn-group{
            justify-content: center;
        }
        .section-title {
            font-size: 44px;
        }
    }
    .your-premium-box-content {
        margin: auto;
        width: 90%;
    }
    .inner-banner{
        height: 350px;
    }
    .every-moment{
        background-position: center;
    }
    .exotic {
        padding-left: 7%;
    }
    .the-week{
        .brows-card {
            height: 440px;
        }
    }
    .your-perfect {
        padding: 0 0;
        .container {
            padding: 60px 0;
        }
    }
    .your-perfect-girl{
       display: none;
    }
    .top-call-box {
        .img-cover {
            height: 360px;
        }
    }
    .blog-details {
        h1 {
            font-size: 43px;
        }
    }
    .related-post-item.mb-20{
        margin-bottom: 30px;
    }
    .profile-pic {
        height: 700px;
    }
}
@media (max-width: 575px){
    .hamburger {
        top: -3px;
    }
    #menu .main-menu {
        width: 70%;
    }
    #menu>.main-menu>ul>li>a {
        font-size: 14px;
        padding: 15px 20px;
    }
    #menu ul {
        margin-top: 90px;
    }
    .fixed-contact {
        right: 0;
    }
    .fixed-btn {
        top: 25%;
    }
    .location-popup .popup__content, .work-popup .popup__content {
        width: 95%;
    }
    .title {
        font-size: 30px;
    }
    .right {
        padding: 15px;
    }
    .form-control {
        font-size: 14px;
        padding: 12px 10px;
    }
    .location-popup .popup__content .close, .work-popup .popup__content .close {
        width: 35px;
        height: 35px;
    }
    .enq-btn {
        font-size: 14px;
        padding: 10px 5px;
    }
    .sec-gap {
        padding: 25px 0;
    }
    p{
        font-size: 14px;
        line-height: 140%;
    }
    header {
        padding-block: 10px;
    }
    .header-call {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #E0115F;
        border-radius: 50%;
        span{
            display: none;
        }
    }
    .primary-btn {
        font-size: 14px;
        padding: 8px 25px;
    }
    .header-btn {
        display: none;
    }
    .logo {
        width: 140px;
    }
    .banner {
        height: 350px;
        position: relative;
        &::after{
            position: absolute;
            content: '';
            inset: 0;
            background: #00000078;
        }
    }
    .mb-40{
        margin-bottom: 20px;
    }
    .banner-content {
        width: 100%;
        h5 {
            font-size: 18px;
        }
        h1 {
            font-size: 33px;
        }
    }
    .section-title {
        font-size: 27px;
    }
    .brows-tap {
        ul {
            gap: 5px;
            li {
                font-size: 14px;
                width: auto;
                padding: 8px 20px;
            }
        }
    }
    .brows-card {
        height: 230px;
    }
    .mb-50 {
        margin-bottom: 30px;
    }
    .bold {
        padding-top: 40px;
        padding-bottom: 70px;
        background-position: center;
        .section-title {
            font-size: 38px;
        }
    }
    .latest-add {
        padding-inline: 15px;
        .brows-card {
            height: 400px;
        }
    }
    .call-name {
        font-size: 16px;
    }
    .latest-slider{
        padding-inline: 20px;
    }
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }
    .container-fluid {
        padding: 0 15px;
    }
    .feature-box {
        height: 480px;
    }
    .call {
        width: 42px;
        height: 42px;
        padding: 11px;
    }
    .feature-content {
        transform: translateY(0);
        .primary-btn {
            width: 45%;
            padding: 9px 20px;
            font-size: 14px;
        }
        .call {
            width: 39px;
            height: 39px;
            padding: 11px;
        }
        .call-name {
            margin-bottom: 20px;
        }
    }
    .wp {
        width: 48px;
        height: 48px;
    }
    .features-slider {
        .slick-arrow {
            width: 36px;
            height: 36px;
            top: 108%;
        }
        .slick-arrow {
            left: 40%;
        }
        .slick-next {
            left: 52%;
        }
    }
    .our-top {
        .feature-box {
            height: 450px;
        }
    }
    .classy {
        &::before {
            width: 97%;
            height: 80%;
            top: 5%;
            outline-offset: 6px;
        }
    }
    .location-box {
        .form-control {
            font-size: 15px;
            padding: 14px 20px;
        }
    }
    .search-bar {
        width: 100%;
    }
    .location-item{
        padding-left: 40px;
        height: 40px;
    }
    .location-item a {
        font-size: 14px;
    }
    .location-item::before {
        width: 11px;
        height: 16px;
    }
    .locations {
        grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
        gap: 5px;
    }
    .your-premium-box {
        padding-block: 30px;
        .section-title {
            font-size: 28px;
        }
    }
    .your-premium{
        .img-cover{
            height: 170px;
        }
    }
    footer {
        & ul {
            & li {
                a {
                    font-size: 14px;
                }
            }
        }
        .header-call {
            font-size: 15px;
            width: auto;
            height: auto;
            padding: 9px 20px;
            img {
                width: 16px;
            }
            span{
                display: inline-block;
            }
        }
    }
    .profile-head {
        h5 {
            font-size: 15px;
        }
    }
    .escort-info table td {
        font-size: 14px;
        padding: 10px 8px;
    }
    .escort-info table td:first-child {
        font-size: 14px;
    }
    .mb-30 {
        margin-bottom: 10px;
    }
    .profile-content {
        .btn-group {
            gap: 10px;
        }
    }
    .profile-dtls {
        .container-fluid {
            margin-top: 40px;
        }
    }
    .inner-banner{
        height: 200px;
    }
    .top-call-box {
        .img-cover {
            height: 350px;
        }
        .feature-content {
            ul {
                li {
                    padding: 4px 14px;
                }
            }
        }
    }
    .exotic{
        padding-left: 15px;
        .brows-card {
            height: 300px;
        }
    }
    .exotic-slider {
        .slick-arrow {
            width: 25px;
            height: 25px;
        }
        .slick-prev {
            left: 0%;
        }
    }
    .the-week{
        .latest-box{
            margin-bottom: 30px;
        }
    }
    .the-week-slider {
        .slick-arrow {
            width: 25px;
            height: 25px;
        }
        .slick-next {
            left: 10%;
        }
    }
    .your-perfect {
        padding: 0 0;
        .container {
            padding: 25px 15px;
        }
    }
    .blog-title {
        font-size: 16px;
    }
    
    .blog-box {
        .img-cover {
            height: 225px;
        }
        .primary-btn {
            padding: 8px 18px;
        }
    }
    .blog-details {
        .container {
            margin-top: 45px;
        }
        h1 {
            font-size: 28px;
        }
        h2 {
            font-size: 24px;
        }
        h3 {
            font-size: 20px;
        }
        h4 {
            font-size: 18px;
        }
        ul, & ol {
            li {
                font-size: 14px;
                line-height: 168.667%;
            }
        }
    }
    .pegination {
        flex-direction: column;
        align-items: start;
        a{
            margin-bottom: 20px;
            .img-cover {
                width: 110px;
                height: 50px;
            }
            span{
                font-size: 15px;
            }
        }
        .next{
            margin-left: auto;
        }
    }
    .profile-pic {
        height: 342px;
    }
}