/**************************************
                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: unset;
  }
html::-webkit-scrollbar {
    width: 6px;
    background-color: #0D0D0D;
}
html::-webkit-scrollbar-thumb {
    background-color: #9B00FF;
    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;
}
body {
    font-size: 20px;
    font-family: "laygrotesk trial regular";
    font-weight: normal;
    color: #D8D8D8;
    background-color: #020817;
}
a,
a:hover,
a:focus {
    color: #9B00FF;
    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 {
    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 120px;
}
.fixed-btn {
    position: fixed;
    right: 10px;
    top: 70%;
    gap: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 999999;
}
.call-fx{
    width: 55px;
    height: 55px;
    background-color: #9B00FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 6px;
}
.fw{
    width: 55px;
    height: 55px;
}
.enq-btn:hover::after,
.enq-btn:focus-visible::after {
    scale: 1 1;
    transform-origin: right;
}
.call-fx:hover,
.fw:hover {
    transform: scale(1.1);
}
/* Popup */
.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);
}
.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;
}
.popup .popup__content {
    width: 50%;
    padding: 0px;
    background: white;
    color: black;
    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;
}
.popup .popup__content .close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 20px;
    display: block;
    width: 40px;
    height: 40px;
    opacity: 1;
    color: #000;
    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: #FFD900;
    transition: all .5s;
    z-index: 9;
}
.popup .popup__content .close:hover {
    background-color: #ffffff;
}
.popup .popup__content .close:hover span {
    background-color: #15222B;
}
.popup .popup__content .close span {
    cursor: pointer;
    position: fixed;
    width: 20px;
    height: 3px;
    background: #000;
}
.popup .popup__content .close span:nth-child(1) {
    transform: rotate(45deg);
}
.popup .popup__content .close span:nth-child(2) {
    transform: rotate(135deg);
}
.left {
    background: url(../img/video-thumb.webp);
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    &::after{
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: #101010c7;
        opacity: 0.5;
    }
}
.left .logo{
    height: auto;
    position: relative;
    z-index: 1;
}
.right {
    padding: 30px;
    text-align: left;
    background: #101010;
    .primary-btn{
        border: 0;
        cursor: pointer;
        &:hover {
            background: #FFF;
            color: #000;
        }
    }
    label,.title{
        color: #fff;
    }
    .form-control{
        background: #FFF;
    }
    .form-control:focus {
        border-color: #FFD900;
    }
}
/**************************************
                Helper Class
**************************************/
.sec-gap {
    padding: 60px 0;
}
.pb-80 {
    padding-bottom: 60px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-40{
    margin-bottom: 40px;
}
p{
    color: #FFF;
    font-family: "laygrotesk trial medium";
    font-size: 21px;
    font-style: normal;
    font-weight: normal;
    line-height: 152.381%;
}
.title {
    color: #000;
    font-family: "laygrotesk trial semibold";
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    line-height: 96.667% ;
    margin-bottom: 10px;
}
.section-title {
   color: #FFF;
    font-family: "laygrotesk trial regular";
    font-size: 52px;
    font-style: normal;
    font-weight: normal;
    line-height: 120.69%;
    margin-bottom: 20px;
    span{
        color: #FF2A8F;
        font-family: "laygrotesk trial semibold";
        font-style: normal;
        font-weight: normal;
    }
}
.primary-btn {
    border-radius: 4px;
    background: #9B00FF;
    border: 1px solid #9B00FF;
    padding: 13px 60px;
    display: inline-block;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 32px;
    font-family: "laygrotesk trial semibold";
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}
.primary-btn:before,
.primary-btn:after,
.secondary-btn::before,
.secondary-btn::after {
  content: "";
  z-index: -1;
  width: calc(100% + 40px);
  height: 100%;
  position: absolute;
  top: 0;
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 0 100%);
  transition: transform 0.6s;
}
.primary-btn:before,
.secondary-btn::before {
  left: calc(-100% - 40px);
}
.primary-btn:after,
.secondary-btn::after {
  left: 100%;
  transform: rotate(180deg);
  background-color: #FFF;
}
.primary-btn:hover:before,
.secondary-btn:hover:before {
  transform: translateX(100%);
}
.primary-btn:hover:after,
.secondary-btn:hover:after {
  transform: rotate(180deg) translateX(100%);
}
.primary-btn:hover {
  color: #9B00FF;
  border-color: #FFF;
  filter: drop-shadow(0px 0px 10px 0px #9B00FF);
}
.secondary-btn {
    background: transparent;
    border-color: #000;
}

.form-control {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #000000;
    padding: 12px 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 1px solid #C1C1C1;
    width: 100%;
    border-radius: 4px;
    outline: none;
}
.form-control:focus {
    border-color: #FF722B;
}
form .btn-group {
    justify-content: center;
}
.form-group {
    margin-bottom: 10px;
}
input,
input:focus {
    outline: none;
    box-shadow: none !important;
}
label {
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
}
.form-control::placeholder {
    color: rgba(46, 49, 58, 0.5);
}
.form-group {
    position: relative;
}
.italic {
    font-style: italic;
}
/**************************************
         Animation
**************************************/
/* Keyframes */
@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;
}
/* 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;
}
/*******************************
	Menu
*******************************/
header {
    position: fixed;
    z-index: 999;
    right: 0;
    left: 0;
    top: 0;
    background: #00000000;
    padding-block: 50px;
    height: 120px; /* Use the header height variable */
}
.flex-box {
    display: flex;
    align-items: center;
    gap: 36px;
    height: 100%;
}
.logo{
    transition: all .5s;
}
header.sticky {
    box-shadow: 0 0 10px #ff2a8f66;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: slideDown 0.35s 
ease-out;
    background-color: #0F1C3F;
    padding-block: 20px;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}
nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    z-index: 999;
    transition: ease-in-out .4s;

}
#menuToggle {
    display: block;
    position: relative;
    z-index: 999;
    -webkit-user-select: none;
    user-select: none;
    margin-top: 4px;
    }

    #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
    }

    #menuToggle span {
    display: block;
    width: 33px;
    height: 2px;
    margin-bottom: 7px;
    position: relative;
    background: #FFFFFF;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
    }

    #menuToggle span:first-child {
    transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
    }
    #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #ffffff;
    }

    #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
    }
    #menu {
        position: fixed;
        top: 0;
        right: -25px;
        bottom: 0;
        width: 400px;
        padding: 15px;
        padding-top: 120px;
        background: linear-gradient(rgb(0 0 0 / 76%), rgb(0 0 0 / 17%)), url(../img/menu-bg-2.webp);
        box-shadow: 0 0 10px #9B00FF;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 40%;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(100%, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }
#menuToggle input:checked ~ #menu {
    transform: none;
}
.onclick-menu:focus {
    pointer-events: none;
}
.onclick-menu:focus .onclick-menu-content {
    opacity: 1;
    visibility: visible;
    display: inherit;
    pointer-events: auto;
}

.onclick-menu-content {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s;
}
.onclick-menu-content li{
    list-style: none;
}
.social {
    display: flex;
    align-items: center;
    gap: 10px;
}
.social a{
    border: 1px solid rgba(255, 255, 255, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    stroke-width: 1px;
    width: 34px;
    height: 34px;
    flex-shrink: 0;
}
.social a:hover{
    transform: scale(1.2);
    border-color: #FFD900;
    img{
        filter: brightness(0) saturate(100%) invert(70%) sepia(92%) saturate(530%) hue-rotate(0deg) brightness(104%) contrast(104%);
    }
}
.mobile-menu{
    display: none;
}

header .menu {
    background-color: rgba(24, 24, 24, 0);
    width: 100%;
    padding: 0px;
    border-radius: 20px;
    margin: 0px;
    overflow: auto;
    height: 100%;
    position: relative;
&::-webkit-scrollbar {
  width: 8px;
}

&::-webkit-scrollbar-track {
  background: #000000;
}

&::-webkit-scrollbar-thumb {
  background: #ffffff;
}

&::-webkit-scrollbar-thumb:hover {
  background: #ff9900;
}
    }

    header ul {
      list-style: none;
      padding: 0;
      margin: 0;
      position: relative;
    }

    header ul li {
          padding: 5px 0;
    margin-bottom: 6px;
    position: relative;
    
    cursor: pointer;
    transition: 0.5s;
    transition-delay: 1s;
    padding-left: 50px;
    a{
        color: #ffffff;
    }
    }

    header ul li i {
      width: 30px;
      font-size: 15px;
      position: relative;
      z-index: 1;
      text-align: center;
    }

    header ul li::before {
      position: absolute;
      top: 0;
      left: 5px;
      width: 33px;
      height: 100%;
      content: '';
      background-color: #FFF;
      border-radius: 30px;
      transition: 1s;
    }
    /* header ul li.active::before{
        background-color: #FFD900;
    } */
    header #menuToggle .down-arrow {
      position: absolute;
      right: 0px;
      top: 15px;
      font-size: 12px;
      cursor: pointer;
      opacity: 1;
      transition: transform 0.3s ease;
      color: #fff;
    }

    .down-arrow.showMenuChild {
      transform: rotate(180deg);
    }

    header ul li li {
      margin-bottom: unset;
      margin-top: 10px;
      padding-left: 12px;
      opacity: 0;
      animation: shochild 1s ease 1 forwards;
      position: relative;
      z-index: 1;
    }

    header ul li li::before {
      position: absolute;
      left: 0;
      top: 50%;
      width: 5px;
      height: 5px;
      content: '';
      background-color: #ffffff;
      z-index: 1;
      transition: 1s;
    }

    header ul li li:nth-child(1),
    header ul li li:nth-child(1)::before {
      transition-delay: 1.2s;
    }

    header ul li li:nth-child(2),
    header ul li li:nth-child(2)::before {
      transition-delay: 1.4s;
    }

    header ul li li:nth-child(3),
    header ul li li:nth-child(3)::before {
      transition-delay: 1.6s;
    }

    header ul li li:nth-child(2) {
      animation-delay: 0.2s;
    }

    header ul li li:nth-child(3) {
      animation-delay: 0.4s;
    }

    header ul ul {
      position: relative;
      display: none;
      transition: 1s;
    }

    .down-arrow.showMenuChild ~ ul {
      display: block;
    }

    @keyframes shochild {
      from {
        opacity: 0;
        transform: translate(0, -20px);
      }

      to {
        opacity: 1;
        transform: translate(0, 0);
      }
    }

    header li li:nth-last-child(1) {
      margin-bottom: 0;
      padding-bottom: 0;
    }

    #action {
      background: #9B00FF;
      position: absolute;
      width: 33px;
      height: var(--height-end);
      border-radius: 30px;
      background-image: linear-gradient(to bottom, #9B00FF, #9B00FF);
      top: var(--top-end);
      left: 5px;
      transition: 1s;
      z-index: 1;
    }

    header .active li::before {
      background-color: #eee;
    }

    .runanimation {
      animation: animationaction 1s ease-in 1;
    }

    header .active a,
    header .active li a{
      color: #fff;
    }

    @keyframes animationaction {
      0% {
        height: var(--height-begin);
        top: var(--top-begin);
      }

      30% {
        height: var(--height-begin);
        width: 10px;
        height: 10px;
        transform: translate(15px);
      }

      50% {
        filter: none;
        height: 10px;
      }

      70% {
        width: 10px;
        transform: translate(15px);
        filter: blur(3px);
      }

      100% {}
    }

/************************************* Home Page **************************************/
.banner {
    background: url('../img/banner-bg.webp') no-repeat center center;
    background-size: cover;
}
.banner-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 100px;
    h1{
        color: #FFF;
        font-family: "laygrotesk trial semibold";
        font-size: 92px;
        font-style: normal;
        font-weight: normal;
        line-height: 101.087%;
        margin-bottom: 15px;
    }
    p{
        width: 80%;
    }
	.primary-btn {
    border-radius: 4px;
    background: #ff2a8f;
		border: 1px solid #ff2a8f;
}
}
.banner-girl{
    margin-bottom: -6px;
    margin-left: -120px;
}
.call-btn{
    color: #FF2A8F;
    font-family: "laygrotesk trial semibold";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 133.333%;
}
/* ======= Profile ======== */
.btn-group{
    display: flex;
}
.profile-card{
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 555px;
    h3{
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        padding-block: 20px;
        text-align: center;
        color: #FFF;
        font-family: "laygrotesk trial semibold";
        font-size: 28px;
        font-style: normal;
        font-weight: normal;
        line-height: 82.143%;
        background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    }
    &:hover{
        .profile-details{
            transform: translateY(0);
        }
    }

}
.profile-bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: -5px;
}
.profile-name{
    position: relative;
    color: #FFF;
    font-family: "laygrotesk trial semibold";
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    line-height: 82.143%;
    margin-bottom: 10px;
}
.profile-details{
    position: absolute;
    width: 95%;
    height: auto;
    border-radius: 20px 20px 0 0;
    background: #242323de;
    bottom: 0;
    left: 10px;
    right: 10px;
    transform: translateY(100%);
    padding: 10px;
    transition: 0.6s;
    p{
        color: #A4A4A4;
        font-family: "laygrotesk trial regular";
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        line-height: 75%;
    }
    h5{
        color: #FF2A8F;
        font-family: "laygrotesk trial semibold";
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        line-height: 60%;
        margin-bottom: 12px;
    }
    .btn-group{
        gap: 13px;
        margin-top: 10px;
    }
    .primary-btn{
        padding: 6px 30px;
        line-height: 160%;
    }
}
.active-now{
    position: absolute;
    right: 10px;
    top: 20px;
    color: #51CA5E;
    font-family: "laygrotesk trial regular";
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: 80%;
    display: flex;
    align-items: center;
    gap: 4px;
    span{
        display: block;
        border-radius: 50%;
        width: 6px;
        height: 6px;
        background: #51CA5E;
    }
}
.rating{
    text-align: center;
    border-left: 1px solid #B7B7B7;
    padding-left: 10px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    h5,p{
        margin-bottom: 0;
    }
}
.top-dtls{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 15px;
    li{
        color: #FFF;
        font-family: "laygrotesk trial semibold";
        font-size: 17px;
        font-style: normal;
        font-weight: normal;
        line-height: 117.647%;
        border-radius: 5px;
        border: 1px solid #D3D3D3;
        background: #FF2A8F;
        padding: 5px;
    }
}
.bottom-dtls{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding-block: 10px;
    li{
        color: #FFF;
        font-family: "laygrotesk trial regular";
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        line-height: 75%;
        span{
            color: #FF2A8F;
        }
    }
}
/* ======= Graceful ======== */
.Graceful{
    background-color: #000;
    position: relative;
}
/* Top Sticky Class for Section Headers */
.top-sticky {
    position: sticky;
    z-index: 99; /* Lower than header z-index */
    background-color: #000;
    padding: 15px 0;
    width: 100%;
    transition: all 0.3s ease;
}
.top-sticky.scrolled {
    padding: 10px 0;
    background-color: #020817;
    section-title{
        margin-bottom: 10px;
    }
}
.escort-tabs-slider{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    overflow-x: auto;
    gap: 20px;
    .tab-btn{
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.40);
        background: #9b00ff30;
        backdrop-filter: blur(5px);
        color: #FFF;
        font-family: "laygrotesk trial regular";
        font-size: 22px;
        font-style: normal;
        font-weight: normal;
        line-height: 133.333%;
        padding: 15px;
        text-align: center;
        transition: 0.8s;
        white-space: nowrap;
        cursor: pointer;
        &:hover{
            border-radius: 10px;
            border: 2px solid rgba(255, 255, 255, 0.40);
            background: linear-gradient(180deg, #ff2a8f 15.87%, #9b00ff 88.46%);
        }
    }
    .slick-slide{
        margin: 0 5px;
    }
    .slick-list{
        margin: 0 -10px;
    }
}
.escort-wrapper{
    .escort-filter{
        display: none;
    }
    .active{
        display: block;
    }
}
.tab-btn.active{
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.40);
    background: linear-gradient(180deg, #ff2a8f 15.87%, #9b00ff 88.46%);
}
.slick-arrow {
    width: 30px;
    height: 30px;
    z-index: 1;
    background: transparent;
    border: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    border-radius: 50%;
    z-index: 1;
}
.slick-arrow::before {
    content: '';
    width: 28px;
    height: 28px;
    background: url(../img/slider-arrow.webp) no-repeat;
    background-size: cover;
    display: inline-block;
    opacity: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.slick-arrow:hover,
.slick-arrow:focus {
    filter: brightness(0) saturate(100%) invert(15%) sepia(91%) saturate(7236%) hue-rotate(359deg) brightness(113%) contrast(115%);
}
.slick-prev{
    left: -40px;
    transform: rotateY(180deg);
    margin-top: -15px;
}
.slick-next{
    right: -40px;

}
.escort-card{
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 434px;
    &:hover{
        .profile-details{
            transform: translateY(0);

        }
    }
    .profile-details{
        transform: translateY(42%);
        padding: 0;
        width: 100%;
        left: 0;
    }
    .top-dtls{
        margin-bottom: 0;
        li{
            border-radius: 5px;
            background: #FFFEFB;
            color: #2C2422;
        }
    }
    .bottom-dtls{
        li{
            span{
                color: #FF2A8F;
            }
        }
    }
    .fixed-btn{
        position: absolute;
        top: 14%;
        right: 5px;
        gap: 0;
        z-index: 2;
    }
}
.top-name{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.profile-details{
    p{
        span{
            color: #FFF;
            font-family: "laygrotesk trial semibold";
            font-weight: normal;
        }
    }
}
.top-prt{
    border-radius: 20px 20px 0 0;
    padding: 10px;
    padding-top: 20px;
    background: linear-gradient(180deg, rgba(36, 35, 35, 0.203) 56.73%, #9b00ffa6 100%);
}
.bottom-prt{
    padding: 10px;
    background: #24232322;
}
/* ======= Pleasure ======== */
.pleasure{
    background: linear-gradient(358deg, #ff2a8f42, transparent);
    background-size: 100%;
    background-position: bottom;
    padding-bottom: 0;
}
.pleasure-img{
    height: 100%;
    display: flex;
    align-items: end;

    img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}
.pleasure-content{
    ul{
        width: 100%;
        display: block;
        display: flex;
        align-items: center;
        justify-content: start;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 60px;
        li{
            width: 45%;
            display: flex;
            align-items: center;
            justify-content: start;
            gap: 10px;
            padding: 20px;
            border-radius: 6px;
            border-bottom: 1px solid #FF2A8F;
            background: #000000;
            color: #ff2a8f;
            font-family: "laygrotesk trial semibold";
            font-size: 24px;
            font-style: normal;
            font-weight: normal;
            line-height: 133.333%;
            transition: 0.5s;
            backdrop-filter: blur(15px);
			img{
				filter: brightness(0) saturate(100%) invert(55%) sepia(78%) saturate(7494%) hue-rotate(316deg) brightness(104%) contrast(101%);
			}
            &:hover{
                img{
                    transform: rotateY(180deg);
                }
                transform: translateY(-10px);
            }
        }
    }
}
/******** Why Choose Us ********/
.why-choose{
    padding-bottom: 0;
    .row{
        background: url(../img/why-choose-bg-light.webp) no-repeat;
        background-size: 50%;
        background-position: center;
        .col-lg-4:first-child{
            .why-choose-card:nth-child(1),
            .why-choose-card:nth-child(3){
                transform: translateX(75px);
            }
        }
        .col-lg-4:last-child{
            .why-choose-card:nth-child(1){
                transform: translateX(-75px);
            }
        }
    }
}
.why-choose-img{
    height: 100%;
    img{
        margin-bottom: -6px;
    }
}
.choose-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 130px;
}
.why-choose-card{
    display: flex;
    align-items: center;
    border-radius: 6px;
    border-bottom: 2px solid #9b00ff;
    background: #ffffff17;
    padding: 10px 20px;
    gap: 10px;
    p{
        width: 70%;
        color: #9b00ff;
        font-family: "laygrotesk trial semibold";
        font-size: 24px;
        font-style: normal;
        font-weight: normal;
        line-height: 133.333%;
        margin-bottom: 0;
    }
    &:hover{
        .choose-icon{
            img{
                transform: rotateY(180deg);
            }
        }
    }
}
.choose-icon{
    width: 74px;
    height: 74px;
    background: #ff2a8f;
    border: 1px dashed #9b00ff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	img{
		filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(7405%) hue-rotate(289deg) brightness(125%) contrast(96%);
	}
}
/******** Surprise ********/
.surprise{
	background: #ffffff0a;
    .container{
        padding-inline: 50px;
    }
    .section-title span{
        color: #FF2A8F;
        font-size: 48px;
    }
}
.surprise-card{
       display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 29px;
    background: #ffffff12;
    width: 100%;
    height: 215px;
    border: 2px solid #ffffff75;
    transition: 0.6s;
    p{
        margin-bottom: 0;
        color: #FFF;
        font-family: "laygrotesk trial semibold";
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        line-height: 138.889%;
    }
	img{
		filter: brightness(0) saturate(100%) invert(33%) sepia(46%) saturate(4466%) hue-rotate(313deg) brightness(100%) contrast(108%);
	}
    &:hover{
        border-color: #9B00FF;
        img{
            transform: rotateY(180deg);
        }
    }
}
/******** Top Rated ********/
.top-rated-card{
    position: relative;
    display: block;
    height: 418px;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-bottom: -6px;
    }
    &:hover{
        transform: translateY(-10px);
    }

}
.frame{
    position: absolute;
    width: 95%;
    height: 98%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border: 1px solid #9B00FF;
    display: flex;
    align-items: flex-end;
}
.frame-dtls{
    width: 100%;
    background: #ff2a8f;
    padding: 10px;
    .btn-group{
        justify-content: space-between;
        img{
            width: 45%;
        }
        p{
            color: #fff;
            font-family: "laygrotesk trial medium";
            font-size: 16px;
            font-style: normal;
            font-weight: normal;
            line-height: 112.5%;
            margin-bottom: 0;
        }
    }
}
/********** BAC **********/
.bac{
    background: url(../img/bac-bg.webp);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    .section-title{
        color: #FFF;
        font-family: "laygrotesk trial semibold";
        font-size: 72px;
        font-style: normal;
        font-weight: normal;
        line-height: 113.889% ;
    }
    .container{
        padding-top: 260px;
        padding-bottom: 100px;
        display: flex;
        align-items: center;
        justify-content: end;
    }
}
/*******************************
Faq 
*******************************/
.faq{
    background: url(../img/faq-bg.webp) no-repeat;
    background-size: cover;
}
.accordion__item {
    margin: 12px auto;
    transition: .5s;
    border-bottom: 1px solid #CDCDCD;
    background: #ffffff00;
    position: relative;
}
.accordion__title:hover{
    transform: translateY(-5px);
}
.accordion__item .accordion__title {
    position: relative;
    display: block;
    padding: 18px 10px;
    padding-right: 80px;
    margin-bottom: 0px;
    color: #FFF;
    font-family: "laygrotesk trial semibold";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 133%;
    text-decoration: none;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    cursor: pointer;
    transition: all .5s;
}
.accordion__title::after {
    content: '+';
    position: absolute;
    font-size: 38px;
    width: 25px;
    height: 25px;
    right: 16px;
    top: 15px;
    color: #ff2a8f;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}
.accordion__title.accordion-active::after{
    transform: rotate(180deg);
    content: '-';
}
.accordion__item .accordion__content {
    padding: 16px;
    margin-bottom: 0;
    display: none;
    padding-top: 0;
    p{
        line-height: 160%;
        margin-bottom: 0;
        color: #D8D8D8;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
    }
}

/********** Service Location ***********/
.our-locations {
    background: url(../img/we-served-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.our-locations > .container {
    position: relative;
    z-index: 2;
}
.service-location-box {
    border-radius: 16px;
    border: 2px solid #ff2a8f;
    background: #ff2a8f1f;
    backdrop-filter: blur(8px);
    text-align: center;
    padding: 30px 50px;
    margin-top: 30px;
}
#search {
    border-radius: 200px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.13);
    width: 100%;
    max-width: 541px;
    padding: 19px 25px;
    font-size: 20px;
    margin-bottom: 30px;
    outline: none;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease;
}
#search::placeholder {
    color: #fff;
    text-align: center;
    font-size: 20px;
    opacity: 0.8;
}
#search:focus {
    background: rgba(255, 255, 255, 0.2);
    border-color: #9B00FF;
    text-align: left;
}
.locations {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    text-align: left;
    justify-content: center;
    margin-bottom: 30px;
}
.location-item {
    display: none;
    margin: 5px 0;
    font-size: 22px;
    line-height: 1.2;
    position: relative;
    padding-left: 50px;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-align: left;
    height: 35px;
    align-items: center;
}
.location-item.show {
    display: flex;
}
.location-item a {
    color: #FFF;
    font-family: "laygrotesk trial medium";
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    line-height: 104.545%;
    text-transform: capitalize;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 4px;
}
.location-item a:hover {
    text-decoration: underline;
    color: #9B00FF;
    transform: translateX(5px);
}
.location-item::before {
    content: " ";
    background: url(../img/location.webp);
    background-size: 100%;
    position: absolute;
    background-repeat: no-repeat;
    width: 30px;
    height: 35px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.location-item:hover::before {
    transform: translateY(-50%) scale(1.2);
}
.search-bar {
    margin-bottom: 20px;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.search-bar input {
    width: 100%;
    padding: 15px 20px;
    border-radius: 200px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.13);
    color: #ffffff;
    font-size: 18px;
    transition: all 0.3s ease;
}
.search-bar input:focus {
    border-color: #9B00FF;
}
.search-bar input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}
/****************************
        Footer
******************************/
footer {
    width: 100%;
    padding-top: 45px;
    background: #0f1c3f40;
    h5{
        color: #FFF;
        font-family: "laygrotesk trial regular";
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        line-height: 177.778%;
        padding-block: 6px;
        a{
            color: #FFF;
            font-family: "laygrotesk trial semibold";
            font-size: 24px;
            font-style: normal;
            font-weight: normal;
            line-height: 133.333%;
        }
    }
}
.footer-box {
    padding-right: 4%;
    .logo{
        margin-bottom: 30px;
    }
}
.footer-logo {
    margin-bottom: 25px;
}
footer p {
    color: #D7D7D7;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 42px;
}
.footer-title {
    color: #FF2A8F;
    font-family: "laygrotesk trial semibold";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 133.333%;
}
.contact-info p{
    position: relative;
    padding-left: 30px;
    img{
        position: absolute;
        left: 0;
        top: 5px;
    }
}
footer ul li a{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 42px;
    display: inline-block;
    &:hover{
        color: #9B00FF;
    }
}

.contact-info{
    padding-right: 14%;
}
.copyright {
    border-top: 1px solid #363636;
    padding-block: 17px;
    display: flex;
    justify-content: center;
    margin-top: 29px;
    p{
        margin: 0;
    }
}
/****************************************************************
                    INNER PAGE
********************************************************************/
/*  Category Page  */
.inner-banner{
    position: relative;
    .inn-ban-bg{
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-bottom: -6px;
    }
    .container{ 
        position: absolute;
        width: 100%;
        height: 100%;
        inset: 0;
        display: flex;
        align-items: center;
        z-index: 1;
    }
    h1{
        font-size: 72px;
    }
    p{
        width: 100%;
    }
    &::after{
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        inset: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.74) 100%);
    }
}
.category-card{
    position: relative;
    display: inline-block;
    transition: 0.6s;
    .cat-bg{
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-bottom: -5px;
    }
    &::before{
        content: '';
        position: absolute;
        inset: 10px;
        border: 1px solid #FFF;
        z-index: 1;
    }
    &::after{
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.00) 100%);
        transition: background 1s;
    }
    &:hover{
        transform: translateY(-10px);
        scale: 1.02;
        .category-name{
            color: #FFF;
        }
    }
}
.category-name{
    position: absolute;
    color: #ff2a8f;
    font-family: "laygrotesk trial bold";
    font-size: 21px;
    font-style: normal;
    font-weight: normal;
    line-height: 152.381%;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 30px;
    z-index: 1;
}
/* Category Listing Page */
.college-card{
    position: relative;
    transition: 0.5s;
    .fixed-btn{
        position: absolute;
        top: 15px;
        right: 5px;
        z-index: 3;
    }
    .profile-bg{
        height: 369px;
    }
    .profile-details{
        position: relative;
        transform: unset;
        width: 100%;
        left: 0;
        bottom: 0;
        border-radius: 0;
        padding: 0;
        .top-prt{
            background: linear-gradient(180deg, rgba(36, 35, 35, 0.96) 56.73%, #785817 100%);
        }
        .top-dtls{
            li{
                background: #FFF;
                color: #2C2422;
            }
        }
        .bottom-dtls{
            li{
                span{
                    color: #FF2A8F;
                }
            }
        }
    }
    &:hover{
        transform: translateY(-10px);
        scale: 1.03;
    }
}
.best-college-card{
    display: inline-block;
    position: relative;
    width: 100%;
    height: 468px;
    transition: 0.5s;
    overflow: hidden;
    .profile-name{
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        text-align: center;
        padding: 16px;
        background: rgba(0, 0, 0, 0.50);
        margin-bottom: 0
    }
    &:hover{
        .profile-bg{
            scale: 1.04;
        }
    }
}
.check-our{
    background: url(../img/check-our-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    .top-sticky{
        background: transparent;
    }
    .top-sticky.scrolled{
        background-color: #000;
    }
}
.check-card{
    transition: 0.5s;
    display: inline-block;
    .profile-name{
        text-align: center;
        padding: 18px;
        width: 100%;
        background: #000;
    }
    .profile-bg{
        height: 292px;
    }
    &:hover{
        transform: translateY(-10px);
        scale: 1.02;
    }
}
.other-college-slider{
    .top-rated-card{
        height: 368px;
    }
    .slick-slide{
        margin: 10px 8px;
    }
    .slick-list{
        margin: 0 -8px;
    }
    .slick-arrow{
        width: 50px;
        height: 50px;
        background: #D9D9D9;
        filter: unset;
        &::before{
            width: 20px;
            height: 20px;
            background-position: center;
        }
        &:hover{
            background: #F00;
            &::before{
                filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(7495%) hue-rotate(183deg) brightness(104%) contrast(111%);
            }
        }
    }
    .slick-next{
        right: -30px;
    }
    .slick-prev{
        left: -30px;
    }
}
/* Location Page */
.location-banner{
    .container{
        justify-content: left;
    }
    &::before{
        position: absolute;
        content: '';
        width: 100%;
        height: 20%;
        background-size: contain;
        left: 0;
        top: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.00) 74.2%);
    }
}
.prf-tag{
    color: #FF2A8F;
    font-family: "laygrotesk trial medium";
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: 213.333%;
    text-transform: uppercase;
    padding: 2px 20px;
    position: absolute;
    right: 0;
    top: 0;
    background: #ffffff4d;
    backdrop-filter: blur(7px);
}
.genuine{
    .best-college-card{
        height: 370px;
        .profile-name{
            font-size: 22px;
        }
    }
}
.koramandala-choose{
    background: #020817;
}
.kora-content-cards{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    .why-choose-card{
        width: 47%;
    }
}
.location-surprise{
    background: #0f1c3f40;
	.container {
        background: transparent;
    }
}
.other-loc-tabs{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    li{
        border-radius: 6px;
        border-bottom: 1px solid #D3D3D3;
        background: linear-gradient(180deg, rgba(255, 0, 0, 0.829) 0%, #280303 100%);
        text-align: center;
        transition: 0.6s;
        width: 22%;
        a{
            display: inline-block;
            width: 100%;
            padding: 12px;
            color: #FFF;
            font-family: "laygrotesk trial semibold";
            font-size: 24px;
            font-style: normal;
            font-weight: normal;
            line-height: 133.333%;
        }
        &:hover{
            transform: translateY(-10px);
            scale: 1.03;
        }
    }
}
.blog-banner{
    &::after{
        display: none;
    }
}
/* Blogs Page */
.blog-card{
    position: relative;
    margin-bottom: 30px;
}
.blog-card-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: -5px;
}
.date{
    color: #ff2a8f;
    font-family: "laygrotesk trial medium";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 81.25%;
    text-transform: uppercase;
    position: absolute;
    background: #ffffffd6;
    backdrop-filter: blur(7px);
    padding: 17px;
    left: 0;
    top: 0;
}
.blog-title{
    color: #FFF;
    font-family: "laygrotesk trial semibold";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 129.167%;
}
.blog-card-text{
    display: block;
    width: 95%;
    padding: 25px 17px;
    background: #0f1c3fcf;
    backdrop-filter: blur(8px);
    border-bottom: 2px solid #9B00FF;
    margin-inline: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}
.blog-card:hover{
    .blog-title{
        color: #9B00FF;
    }
    .blog-card-text{
        bottom: 0;
    }
}
/* Blog Details */
.blog-details{
    margin-top: 150px;
    .date{
        display: block;
        color: #CDCDCD;
        position: relative;
        background: transparent;
        margin-bottom: 40px;
    }
    h1{
        font-size: 64px;
        margin-bottom: 30px;
    }
    h2{
        color: #FFF;
        font-family: "laygrotesk trial semibold";
        font-size: 37px;
        font-style: normal;
        line-height: 83.784%;
        margin-bottom: 20px;
    }
    p{
        color: #CACACA;
    }
    h3{
        color: #FFF;
        font-family: "laygrotesk trial semibold";
        font-size: 29px;
        font-style: normal;
        font-weight: normal;
        line-height: 106.897%;
        margin-bottom: 20px;
    }
    ul{
        list-style: numeric;
        padding-left: 20px;
        li{
            color: #CACACA;
            font-family: "laygrotesk trial semibold";
            font-size: 22px;
            font-style: normal;
            font-weight: normal;
            line-height: 100%;
            margin-bottom: 20px;
        }
    }
}
.blog-details-ban-img{
    height: 580px;
    margin-bottom: 45px;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-bottom: -5px;
    }
}
.pegination{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px
}
.pegination-card{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 25px 15px;
    border-radius: 20px;
        background: #ffffff0d;
    backdrop-filter: blur(8px);
    width: 35%;
    img{
        width: 67px;
        height: 46px;
    }
    p{
        color: #FFF;
        font-family: "laygrotesk trial semibold";
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        line-height: 122.222%;
        margin-bottom: 0;
        transition: 0.5s;
    }
    &:hover{
        p{
            color: #9B00FF;
        }
    }
}
.pegination .pegination-card:last-child{
    p{
        text-align: right;
    }
}
.side-title{
    color: #FFF;
    font-family: "laygrotesk trial semibold";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 125%;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.sidebar{
    background: #121212;
    padding: 12px;
    margin-bottom: 24px;
    .small-line{
        display: block;
        width: 33px;
        height: 2px;
        background: #9B00FF;
        margin-bottom: 20px;
    }
    ul{
        list-style: none;
        padding-left: 0;
        li{
            margin-bottom: 0;
            transition: 0.5s;
            padding-block: 10px;
            position: relative;
            padding-left: 30px;
            &::before{
                position: absolute;
                content: '';
                display: block;
                width: 18px;
                height: 18px;
                background: url(../img/red-arrow.webp) no-repeat center center;
                left: 0;
                top: 13px;
                background-size: 100%;
				filter: brightness(0) saturate(100%) invert(33%) sepia(46%) saturate(4466%) hue-rotate(313deg) brightness(100%) contrast(108%);
            }
            a{
                color: #FFF;
                font-family: "laygrotesk trial medium";
                font-size: 18px;
                font-style: normal;
                font-weight: normal;
                line-height: normal;
                transition: 0.5s;
            }
            &:hover{
                a{
                    color: #9B00FF;
                }
                transform: translateX(10px);
            }
        }
    }
}
.post-card{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    .date{
        color: #9B00FF;
        margin-bottom: 5px;
        padding: 0;
        font-size: 14px;
    }
    img{
        width: 87px;
        height: 67px;
    }
    p{
        color: #FFF;
        font-family: "laygrotesk trial semibold";
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        line-height: 122.222%;
        margin-bottom: 0;
        transition: 0.5s;
    }
    &:hover{
        p{
            color: #9B00FF;
        }
    }
}
/* Profile Page */
.escort-profile{
    margin-top: 150px;
    h1{
        font-size: 54px;
        margin-bottom: 70px;
    }
}
.escort-box{
    .col-lg-12{
        background: #0E0E0E;
        padding: 25px;
    }
}
.escort-img{
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-bottom: -5px;
    }
}
.escort-name{
    color: #FFF;
    font-family: "laygrotesk trial semibold";
    font-size: 64px;
    font-style: normal;
    font-weight: normal;
    line-height: 118.75%;
    margin-bottom: 20px;
}
.about-me{
    color: #FFF;
    font-family: "laygrotesk trial semibold";
    font-size: 32px;
    font-style: normal;
    font-weight: normal;
    line-height: 53.125%;
    margin-bottom: 20px;
    span{
        color: #F00;
    }
}
.escort-content{
    .btn-group{
        gap: 15px;
    }
    .primary-btn{
        padding: 12px 17px;
        gap: 7px;
    }
}
.secondery-btn{
    background: #FF2A8F;
    border-color: #FF2A8F;
}
.escort-details{
    background: #0E0E0E;
    padding: 30px;
    margin-bottom: 25px;
    h5{
        color: #FFF;
        font-family: "laygrotesk trial semibold";
        font-size: 24px;
        font-style: normal;
        font-weight: normal;
        line-height: 70.833%;
        margin-bottom: 15px;
    }
    p{
        font-size: 18px;
        color: #CACACA;
        margin-bottom: 0;
    }
}
.dtls-box{
    display: flex;
    align-items: center;
    gap: 150px;
    ul{
        li{
            color: #CACACA;
            font-family: "laygrotesk trial medium";
            font-size: 18px;
            font-style: normal;
            font-weight: normal;
            line-height: 244.444%;
            margin-bottom: 13px;
            span{
                color: #FC0;
            }
        }
    }
}
.related-profile{
    padding-top: 0;
    h2{
        color: #FFF;
        font-family: "laygrotesk trial semibold";
        font-size: 36px;
        font-style: normal;
        font-weight: normal;
        line-height: 47.222%;
        text-transform: uppercase;
        margin-bottom: 40px;
        span{
            color: #F00;
        }
    }
    .top-rated-card {
        height: 360px;
    }
}
/*******************************
  Responsive
********************************/
/*************************************
    Home Page
*************************************/
@media (max-width: 1600px),
(max-width: 1536px) {
    header{
        height: 112px;
    }
    .escort-profile {
        margin-top: 95px;
        h1 {
            margin-bottom: 40px;
        }
    }
}
@media (max-width: 1440px),
(max-width: 1366px) {
    header {
        height: 75px;
    }
    header ul li {
        a {
            font-size: 17px;
        }
    }
    p{
        font-size: 17px;
    }
    .section-title {
        font-size: 42px;
    }
    .primary-btn{
        font-size: 17px;
        padding: 10px 50px;
    }
    header{
        padding-block: 25px;
        .logo{
            width: 263px;
        }
    }
    header.sticky {
        padding-block: 10px;
    }
    .call-btn{
        font-size: 22px;
    }
    .banner-content {
        h1 {
            font-size: 75px;
        }
        p{
            font-size: 17px;
        }
    }
    .profile-card{
        height: 444px;
        h3 {
            padding-block: 15px;
            font-size: 24px;
        }
    }
    .profile-name {
        font-size: 24px;
    }
    .profile-details{
        left: 7px;
        right: 7px;
        h5{
            font-size: 17px;
        }
        .btn-group{
            gap: 3px;
        }
        .primary-btn{
            font-size: 15px;
            padding: 6px 26px;
            height: 46px;
        }
        p{
            font-size: 14px;
        }
    }
    .top-dtls{
        li{
            font-size: 15px;
        }
    }
    .bottom-dtls{
        gap: 15px;
        li{
            font-size: 15px
        }
    }
    .rating{
        margin-left: 0;
        gap: 12px;
        padding-left: 5px;
        p{
            font-size: 14px;
        }
    }
    .escort-tabs-slider {
        li {
            font-size: 17px;
            padding: 12px;
        }
    }
    .escort-card {
        height: 334px;
        .profile-details{
            transform: translateY(55%);
        }
    }
    .call-fx {
        width: 44px;
        height: 44px;
        padding: 12px;
    }
    .fw {
        width: 45px;
        height: 45px;
    }
    .fixed-btn{
        right: 4px;
    }
    .top-name{
        gap: 7px;
    }
    .active-now{
        font-size: 12px;
    }
    .escort-tabs-slider{
        .tab-btn{
            padding: 8px 10px;
            font-size: 18px;
        }
    }
    .pleasure-content {
        & ul {
            li {
                font-size: 20px;
                img{
                    width: 15%;
                    height: auto;
                }
            }
        }
    }
    .choose-icon {
        width: 64px;
        height: 64px;
        padding: 10px;
    }
    .why-choose-card{
        p{
            font-size: 18px;
        }
    }
    .choose-content{
        gap: 85px;
    }
    .surprise {
        .section-title{
            margin-bottom: 10px;
            span{
                font-size: 40px;
            }
        }
    }
    .surprise-card{
        height: 170px;
        img{
            height: 50%;
        }
        p{
            font-size: 15px;
        }
    }
    .top-rated-card {
        height: 318px;
    }
    .bac {
        .section-title {
            font-size: 62px;
        }
    }
    .accordion__item .accordion__title {
        font-size: 20px;
        padding: 14px 10px;
    }
    .accordion__item .accordion__content {
        p {
            font-size: 15px;
        }
    }
    .service-location-box {
        .locations{
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        }
        .location-item{
            padding-left: 40px;
        }
        & .location-item a {
            font-size: 18px;
        }
        .location-item::before {
            width: 25px;
            height: 30px;
        }
    }
    .search-bar input {
        padding: 12px 20px;
        border-radius: 200px;
        font-size: 16px;
    }
    .locations{
        gap: 15px;
    }
    .footer-box {
        .logo {
            margin-bottom: 10px;
            width: 263px;
        }
    }
    footer p{
        font-size: 15px;
        line-height: 33px;
    }
    footer ul li a {
        font-size: 16px;
        line-height: 36px;
    }
    .footer-title{
        font-size: 20px;
    }
    footer {
        h5 {
            font-size: 16px;
            a{
                font-size: 19px;
            }
        }
    }
    .copyright {
        padding-block: 12px;
        margin-top: 15px;
    }
    /* Category Page */
    .inner-banner{
        h1{
            font-size: 62px;
        }
    }
    .category-name{
        font-size: 17px;
    }
    /* Category Listing */
    .college-card {
        .profile-bg {
            height: 295px;
        }
    }
    .best-college-card {
        height: 383px;
    }
    .check-card {
        .profile-bg {
            height: 240px;
        }
    }
    .other-college-slider {
        .top-rated-card {
            height: 298px;
        }
    }
    /* Location */
    .genuine {
        .best-college-card {
            height: 300px;
        }
        .best-college-card {
            .profile-name {
                font-size: 17px;
            }
        }
    }
    .prf-tag {
        font-size: 10px;
    }
    .other-loc-tabs {
        li {
            & a {
                font-size: 18px;
            }
        }
    }
    /* Blog */
    .blog-title {
        font-size: 20px;
    }
    .blog-card-text{
        padding: 15px;
    }
    .date{
        font-size: 14px;
        padding: 13px;
    }
    .blog-details {
        margin-top: 100px;
        h1 {
            font-size: 50px;
            margin-bottom: 15px;
        }
        .date{
            margin-bottom: 20px;
        }
        h2 {
            font-size: 30px;
            margin-bottom: 15px;
        }
        & ul {
            li {
                font-size: 17px;
                margin-bottom: 13px;
            }
        }
        h3 {
            font-size: 24px;
            margin-bottom: 13px;
        }
    }
    .blog-details-ban-img {
        height: 470px;
        margin-bottom: 20px;
    }
    .pegination-card {
        padding: 20px 10px;
        border-radius: 17px;
        p {
            font-size: 15px;
        }
    }
    .side-title {
        font-size: 17px;
    }
    .post-card{
        img {
            width: 77px;
            height: 57px;
        }
        .date{
            margin-bottom: 5px;
            font-size: 12px;
        }
        p {
            font-size: 16px;
        }
    }
    .sidebar {
        & ul {
            & li {
                padding-left: 25px;
                margin-bottom: 0;
                a {
                    font-size: 17px;
                }
                &::before{
                    top: 10px;
                }
            }
        }
    }
    .escort-profile {
        margin-top: 40px;
        h1 {
            font-size: 44px;
            margin-bottom: 20px;
        }
    }
    .escort-box {
        .col-lg-12 {
            padding: 20px;
        }
    }
    .escort-name{
        font-size: 54px;
        margin-bottom: 10px;
    }
    .about-me {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .escort-content {
        .primary-btn {
            padding: 5px 12px;
            gap: 5px;
        }
    }
    .escort-details {
        h5 {
            font-size: 20px;
            margin-bottom: 10px;
        }
        p {
            font-size: 16px;
        }
    }
    .dtls-box {
        & ul {
            li {
                font-size: 16px;
                margin-bottom: 10px;
            }
        }
    }
    .related-profile {
        & h2 {
            font-size: 26px;
            margin-bottom: 20px;
        }
        .top-rated-card {
            height: 280px;
        }
    }
}
@media (max-width: 991.98px){
    .fixed-btn {
        top: 85%;
        gap: 5px;
    }
    p{
        font-size: 15px;
    }
    .section-title {
        font-size: 34px;
    }
    .sec-gap {
        padding: 40px 0;
    }
    .banner{
        .row{
            .col-lg-6:last-child{
                order: -1;
            }
        }
    }
    .banner-img{
        padding-top: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .banner-girl{
        margin-bottom: 0;
        margin-left: 0;
        width: 60%;
    }
    .banner-content {
        padding-top: 10px;
        text-align: center;
        padding-bottom: 20px;
        h1{
            font-size: 65px;
        }
        p{
            width: 100%;
        }
        .btn-group{
            justify-content: center;
        }
    }
    .profile-card {
        height: 525px;
        h3 {
            padding-block: 15px;
            font-size: 25px;
        }
    }
    .profile-details{
        border-radius: 10px 10px 0 0;
        .btn-group{
            align-items: center;
            gap: 15px;
        }
        h5{
            font-size: 15px;
        }
    }
    .escort-tabs-slider {
        .tab-btn {
            font-size: 16px;
            padding: 8px;
        }
    }
    .escort-card {
        height: 280px;
    }
    .profile-name {
        font-size: 18px;
    }
    .rating{
        gap: 7px;
    }
    .top-prt{
        padding: 5px;
        padding-top: 15px;
        border-radius: 10px 10px 0 0;
    }
    .top-dtls {
        li {
            font-size: 14px;
        }
    }
    .active-now {
        font-size: 10px;
        span{
            width: 4px;
            height: 4px;
        }
    }
    .escort-card {
        .profile-details {
            transform: translateY(54%);
        }
        .fixed-btn {
            top: 15%;
            right: 1px;
        }
    }
    .call-fx {
        width: 38px;
        height: 38px;
        padding: 11px;
    }
    .fw {
        width: 40px;
        height: 40px;
    }
    .bottom-dtls {
        gap: 10px;
        li {
            font-size: 14px;
        }
    }
    .pleasure{
        .row{
            .col-lg-5{
                order: -1;
            }
        }
    }
    .pleasure-content{
        text-align: center;
        ul{
            margin-bottom: 10px;
        }
    }
    .pleasure-img{
        align-items: flex-start;
        justify-content: center;
        img{
            width: 60%;
        }
    }
    .why-choose{
        .row{
            background-position: top;
            .col-lg-4:nth-child(2){
                order: -1;
            }
            & .col-lg-4:first-child {
                .why-choose-card:nth-child(1), .why-choose-card:nth-child(3) {
                    transform: unset;
                }
            }
            .col-lg-4:last-child {
                .why-choose-card:nth-child(1) {
                    transform: unset;
                }
            }
        }
    }
    .why-choose-img{
        display: flex;
        justify-content: center;
        img{
            width: 40%;
        }
    }
    .choose-content{
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }
    .choose-icon {
        width: 55px;
        height: 55px;
        padding: 10px;
    }
    .why-choose-card {
        padding: 6px 13px;
        p {
            font-size: 18px;
        }
    }
    .surprise {
        & .section-title {
            span {
                font-size: 32px;
            }
        }
    }
    .surprise-content{
        text-align: center;
        .btn-group{
            justify-content: center;
        }
    }
    .frame-dtls {
        & .btn-group {
            img {
                width: 40%;
            }
        }
    }
    .bac{
        background-position: 35%;
        .container{
            padding-top: 190px;
        }
    }
    .service-location-box{
        padding: 20px;
        & .location-item a {
            font-size: 16px;
        }
        .location-item::before {
            width: 22px;
            height: 27px;
            left: 15px;
        }
    }
    .locations{
        gap: 5px;
    }
    /* Category Page */
    .inner-banner{
        height: 250px;
        .container{
            padding-top: 65px;
        }
        h1{
            font-size: 52px;
        }
        .banner-content{
            padding: 0;
        }
        .inn-ban-bg{
            object-position: 66%;
        }
    }
    .category-name{
        font-size: 16px;
    }
    .college-card {
        .profile-bg {
            height: 385px;
        }
    }
    .best-college-card {
        height: 477px;
    }
    .check-card {
        .profile-bg {
            height: 223px;
        }
    }
    .other-college-slider {
        .top-rated-card {
            height: 310px;
        }
        .slick-arrow {
            width: 40px;
            height: 40px;
            &::before{
                width: 15px;
                height: 15px;
            }
        }
    }
    .location-banner{
        height: auto;
        .banner-content{
            text-align: left;
            .btn-group{
                justify-content: flex-start;
            }
        }
    }
    .other-loc-tabs {
        & li {
            & a {
                font-size: 15px;
            }
        }
    }
    .blog-title {
        font-size: 17px;
    }
    .date {
        font-size: 13px;
        padding: 12px;
    }
    .blog-details {
        & h1 {
            font-size: 40px;
            margin-bottom: 8px;
        }
        .date {
            margin-bottom: 10px;
        }
        h2 {
            font-size: 26px;
            margin-bottom: 10px;
        }
        ul {
            li {
                font-size: 15px;
                margin-bottom: 10px;
            }
        }
        h3 {
            font-size: 20px;
            margin-bottom: 5px;
        }
    }
    .blog-details-ban-img {
        height: 300px;
        margin-bottom: 10px;
    }
    .pegination-card {
        padding: 13px 8px;
        border-radius: 12px;
        p {
            font-size: 13px;
        }
    }
    .pegination {
        margin-bottom: 10px;
    }
    .side-title {
        font-size: 18px;
    }
    .post-card{
        p {
            font-size: 18px;
        }
    }
    .escort-name {
        font-size: 45px;
        margin-bottom: 8px;
    }
    .about-me {
        font-size: 22px;
        margin-bottom: 8px;
    }
    .escort-content {
        .primary-btn {
            padding: 8px 10px;
            img{
                width: 14%;
                height: auto;
            }
        }
    }
    .escort-details {
        h5 {
            font-size: 18px;
            margin-bottom: 5px;
        }
    }
    .dtls-box {
        & ul {
            li {
                font-size: 15px;
                margin-bottom: 0;
            }
        }
    }
    .escort-box{
        .col-lg-7{
            .escort-details{
                margin-bottom: 0;
            }
        }
    }
    .related-profile{
        padding-top: 0;
    }
}

@media (max-width: 575.98px){
    .fixed-btn {
        top: 80%;
        gap: 0;
    }
    header {
        height: 60px;
    }
    .section-title{
        font-size: 28px;
        margin-bottom: 10px;
        line-height: 100%;
    }
    .sec-gap {
        padding: 20px 0;
    }
    .primary-btn {
        font-size: 15px;
        padding: 6px 40px;
    }
    .call-btn{
        display: none;
    }
    header {
        padding-block: 15px;
        .logo {
            width: 215px;
        }
    }
    .banner-img{
        padding-top: 40px;
    }
    .banner-girl{
        width: 80%;
    }
    .banner-content {
        h1 {
            font-size: 42px;
        }
        p {
            font-size: 15px;
        }
    }
    .profile-name {
        font-size: 18px;
    }
    .profile-details {
        p {
            font-size: 15px;
        }
        h5 {
            font-size: 16px;
        }
        .primary-btn {
            height: 40px;
        }
    }
    .active-now {
        font-size: 12px;
    }
    .rating {
        gap: 10px;
        padding-left: 10px;
    }
    .escort-card{
        height: auto;
        .profile-details {
            transform: translateY(41%);
        }
    }
    .bottom-prt{
        padding: 6px;
    }
    .pleasure-img {
        img {
            width: 90%;
        }
    }
    .pleasure-content {
        & ul {
            li {
                width: 100%;
                font-size: 18px;
                justify-content: center;
                padding: 15px;
                img{
                    width: 13%;
                }
            }
        }
    }
    .why-choose{
        .row{
            background-size: 90%;
        }
    }
    .why-choose-img {
        img {
            width: 60%;
        }
    }
    .why-choose-card{
        width: 100%;
    }
    .surprise{
        & .section-title {
            span {
                font-size: 26px;
            }
        }
        .container{
            padding-inline: 20px;
        }
    }
    .surprise-card{
        border-radius: 15px;
        height: 160px;
    }
    .top-rated-card {
        height: 260px;
    }
    .frame-dtls {
        & .btn-group {
            p {
                font-size: 14px;
            }
        }
    }
    .bac {
        .section-title {
            font-size: 52px;
        }
        .container{
            padding-block: 60px;
        }
    }
    .accordion__item .accordion__title {
        font-size: 18px;
        padding: 10px;
        padding-right: 30px;
    }
    .accordion__title::after {
        font-size: 30px;
        width: 25px;
        height: 25px;
        right: 10px;
        top: 12px;
    }
    .accordion__item .accordion__content {
        padding: 10px;
        p {
            font-size: 14px;
        }
    }
    .accordion__item{
        margin: 8px 0;
    }
    .service-location-box {
        padding: 10px;
        .locations{
            grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
            gap: 5px;
        }
        .location-item{
            padding-left: 35px;       }
        .location-item a{
            font-size: 15px;
            line-height: 130%;
        }
        .location-item::before{
            width: 18px;
            height: 23px;
        }
    }
    .footer-box {
        .logo {
            margin-bottom: 5px;
            width: 215px;
        }
    }
    footer p{
        font-size: 14px;
        margin-bottom: 0;
    }
    .footer-title {
        font-size: 17px;
    }
    footer ul li a {
        font-size: 14px;
        line-height: 30px;
    }
    footer {
        padding-top: 20px;
        h5 {
            font-size: 14px;
            padding-block: 4px;
            a {
                font-size: 16px;
            }
        }
    }
    .copyright {
        padding-block: 5px;
        margin-top: 10px;
    }
    header #menuToggle .down-arrow {
        right: 28px;
        top: 9px;
        font-size: 12px;
    }
    /* Category Page */
    .inner-banner{
        h1{
            font-size: 36px;
        }
        .inn-ban-bg{
            object-position: 85%;
        }
    }
    .category-card {
        &::before {
            inset: 6px;
        }
    }
    .category-name {
        font-size: 15px;
        bottom: 20px;
    }
    .best-college-card {
        height: 455px;
    }
    .check-card {
        .profile-bg {
            height: 270px;
        }
    }
    .other-college-slider {
        .top-rated-card {
            height: 480px;
        }
        .slick-next {
            right: -10px;
        }
        .slick-prev {
            left: -10px;
        }
    }
    .location-banner {
        height: 350px;
        h1{
            margin-bottom: 2px;
        }
        p{
            margin-bottom: 5px;
        }
    }
    .genuine {
        .best-college-card {
            height: 230px;
        }
        .best-college-card {
            .profile-name {
                font-size: 15px;
                padding: 9px;
            }
        }
    }
    .prf-tag {
        font-size: 9px;
    }
    .kora-content-cards {
        .why-choose-card {
            width: 100%;
        }
    }
    .other-loc-tabs {
        li {
            width: 45%;
            a{
                font-size: 14px;
            }
        }
    }
    .blog-banner{
        height: 150px;
        .inn-ban-bg{
            object-position: center;
        }
    }
    .date {
        font-size: 12px;
        padding: 10px;
    }
    .blog-title {
        font-size: 16px;
    }
    .blog-card-text {
        padding: 10px 15px;
    }
    .blog-details {
        margin-top: 75px;
        .date {
            margin-bottom: 0px;
        }
        & h1 {
            font-size: 26px;
            margin-bottom: 0px;
        }
        h2 {
            font-size: 20px;
            margin-bottom: 10px;
            line-height: normal;
        }
        ul {
            li {
                margin-bottom: 9px;
                line-height: normal;
            }
        }
        h3 {
            font-size: 17px;
            margin-bottom: 2px;
        }
    }
    .blog-details-ban-img {
        height: 150px;
        margin-bottom: 4px;
    }
    .side-title{
        font-size: 16px;
    }
    .post-card {
        p {
            font-size: 16px;
        }
        .date {
            font-size: 10px;
            margin-bottom: 5px;
        }
    }
    .sidebar {
        & ul {
            & li {
                margin-bottom: 0;
                padding-left: 20px;
                a {
                    font-size: 15px;
                }
                &::before {
                    width: 14px;
                    height: 14px;
                    top: 11px;
                }
            }
        }
    }
    .pegination-card {
        width: 45%;
        border-radius: 8px;
        flex-direction: column;
        align-items: start;
        p {
            font-size: 12px;
        }
    }
    .pegination .pegination-card:last-child{
        align-items: end;
    }
    .escort-profile {
        h1 {
            font-size: 27px;
            margin-bottom: 5px;
        }
    }
    .escort-name {
        font-size: 35px;
        margin-bottom: 8px;
    }
    .about-me {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .escort-content {
        .primary-btn {
            font-size: 13px;
            padding: 5px 7px;
        }
    }
    .escort-details {
        padding: 20px;
        h5{
            font-size: 16px;
        }
    }
    .dtls-box{
        gap: 20px;
    }
    .related-profile {
        padding-top: 0;
        & h2 {
            font-size: 18px;
            margin-bottom: 15px;
        }
        .top-rated-card {
            height: 230px;
        }
    }
    .escort-box{
        .col-lg-12 {
            padding: 10px;
        }
    }
}