    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;      
    }

    *::selection{
        background-color: #FF5CA3;
        color: white;
    }

    @font-face {
        font-family: 'SFProDisplay';
        src: url('public/assets/fonts/SFPRODISPLAYREGULAR.OTF') format('opentype') !important;
        font-weight: normal;
        font-style: normal;
    }

    body {
        font-family: 'SFProDisplay', sans-serif;
    }

    .Section1 {
        height: 100vh;
    }

    .left-section {
        background: white;
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .right-section {
        background-image: url("../Images/Group105.png");
        position: relative;
        background-size: 100% 100%;
    }

    /* Animated background circles */

    .logo {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
        position: absolute;
        top: 30px;
        left: 40px;
    }

    .logo i {
        color: #ff6b9d;
        font-size: 24px;
        margin-right: 8px;
    }

    .logo span {
        font-size: 20px;
        font-weight: bold;
        color: #333;
    }

    .welcome-text {
        text-align: center;
        margin-bottom: 20px;
    }

    .welcome-text h2 {
        font-size: 28px;
        font-weight: 300;
        color: #333;
        margin-bottom: 10px;
    }

    .welcome-text h2 span {
        color: #ff6b9d;
        font-weight: 600;
    }

    .Welcome {
        line-height: 0.9;
        font-size: 25px;
        font-weight: 600;
        color: #616161;
    }

    .login-form {
        width: 100%;
        max-width: 400px;
    }

    .Num_Placeholder::placeholder {
        color: #AAAAAA;
        font-size: 16px;
    }

    .Gender {
        color: #AAAAAA;
        font-size: 14px;
    }

    .Svg_image {
        margin-top: 5px;
    }


    .btn-otp {
        background: linear-gradient(135deg, #FF2871, #FF5D94);
        border: none;
        border-radius: 8px;
        color: white !important;
        font-weight: 600;
        padding: 12px;
        font-size: 16px;
        width: 100%;
        transition: all 0.3s ease;
        margin-bottom: 20px;
    }

    .btn-otp:hover {
        background: linear-gradient(135deg, #FF2871, #FF5D94);
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(255, 64, 129, 0.3);
    }

    .register-link {
        text-align: center;
        font-size: 16px;
        color: #666;
    }

    .register-link a {
        color: #ff6b9d;
        text-decoration: underline;
        font-weight: 500;
    }

    .right-content {
        z-index: 10;
        text-align: center;
        position: relative;
    }

    .unlock-text {
        font-size: 36px;
        font-weight: bold;
        line-height: 1.2;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }
    @media(max-width:768px)  {
        .Side_Content {
            bottom: 35% !important;
            left: 25px;
        }
        .right-section {
            height: 60vh;
        }
         .Section1 {
            height: unset !important;
        }
         .Section1 {
            display: flex;
            flex-direction: column-reverse;
        }

    }

    @media (max-width: 600px) {
       

        .left-section {
            padding: 8px;
            width: 100%;
        }

        

        .logo {
            position: relative;
            top: 20px;
            left: 0px;
        }

        

       
        .Bottom_Logo {
            height: 30px;
            object-fit: contain;
        }
    }

    .Please {
        font-size: 15px;
        color: #767371;
        font-weight: 400;
    }

    @media (max-width: 820px) and (min-width: 800px) {
        .Please {
            font-size: 14px;
        }
    }

    .Number {
        color: #3F3D3C;
        /* font-weight: 600; */
    }

    .ClubInn {
        font-size: 25px;
        /* Set the font size */
        font-weight: bold;
        /* Optional: Make the text bold */
        background: linear-gradient(to right, #FF3177, #4548FF);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    .input-wrapper {
        position: relative;
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 2px 12px;
        /* margin-bottom: 20px; */
    }

    .input-wrapper input {
        /* background: transparent; */
        border: none;
        outline: none;
        flex: 1;
        padding: 8px;
        font-size: 17px;
    }

    .icon {
        margin-right: 8px;
        font-size: 18px;
        color: #333333;
    }

    .Num_Placeholder {
        border: none;
        border-radius: 8px;
        padding: 12px 16px;
        transition: all 0.3s ease;
    }

    .form-control:focus {
        border: none;
        box-shadow: none;
    }

    .form-select {
        cursor: pointer;
    }

    .form-select:focus {
        border: none;
        box-shadow: none;
    }

    .Num_Placeholder::-webkit-outer-spin-button,
    .Num_Placeholder::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* OTP Section */
    .otp-title {
        margin-bottom: 30px;
        color: #333;
        font-size: 24px;
        font-weight: 600;
    }

    .otp-inputs {
        display: flex;
        gap: 15px;
        justify-content: center;
        margin-bottom: 20px;
    }

    .otp-input {
        width: 45px;
        height: 45px;
        border: none;
        border-radius: 8px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #333;
        background: white;
        transition: all 0.3s ease;
        outline: none;
    }

    /* .otp-input:focus {
        border-color: #ff69b4;
        box-shadow: 0 0 10px rgba(255, 105, 180, 0.3);
        transform: scale(1.05);
    } */

    @media (max-width: 480px) {
        .otp-inputs {
            gap: 8px;
        }

        .otp-input {
            width: 40px;
            height: 40px;
            font-size: 18px;
        }
    }

    .Resend {
        color: #ff69b4;
        cursor: pointer;      
    }

    .Resend:hover{
        text-decoration: underline !important;
    }

    .Receive_Code {
        font-weight: 600;
    }

    .Side_Content {
        position: absolute;
        bottom: 6%;
        right: 13%;
    }

    .Unlock {
        color: #FFFFFF;
        line-height: 1.2;
        font-size: 25px;
        font-weight: 600;
    }

    .file_image {
        min-height: 85px;
        height: 100%;
        background: #FFF0F5 0% 0% no-repeat padding-box;
        border: 1px dashed #FF3579;
        border-radius: 10px;
        opacity: 1;
        display: flex;
        font-size: 15px;
        color: #FF3E7F;
        align-items: center;
        justify-content: center;
    }

    .file_text p{
        word-break: break-word;
    }

    /* Home CSS */
    .Login_Btn {
        width: 100px;
        background: linear-gradient(135deg, #FF2871, #FF5D94);
        border: none;
        border-radius: 16px;
        color: white !important;
        font-size: 14px;
        transition: all 0.3s ease;
    }

    .Navbars {
        color: #373737;
        font-size: 15px;
        cursor: pointer;
    }

    .Navbars.active {
        color: #FF3177 !important;
        /* Rose color */
    }

    @media(max-width:992px) {
        .Login_Btn {
            /* width: 100%;
             */
             border-radius: 5px;
        }

        /* .Searches {
            display: flex;
            flex-direction: row-reverse;
        } */
/* 
        .Navbars {
            text-align: center;
        } */

        .select_mob{
            display: unset;
            flex-direction: unset;
            /* justify-content: center !important; */
        }

        .dropdown-box{
            top: unset  !important;
            margin-top: 10px;
        }
    }

    .Available_App {
        background: linear-gradient(135deg, #CD9EFC, #7C6CF0);
    }

    .Available_Text {
        color: #FFFFFF;
        font-size: 14px;
    }

    @media(max-width:400px) {

        .Available_Text {
            color: #FFFFFF;
            font-size: 12px !important;
            /* font-family: "SFProDisplay" !important; */
        }

        .Bg_Circle {
            width: 240px;
            height: 240px !important;
        }
        .First_tabs .nav-link {
            width: 165px !important;
            height: 45px;
        }
    }

    .Bg_Circle {
        height: 350px;
    }

    .Ellipse_Image {
        position: relative;
    }

    .Unlocked {
        line-height: 1.2;
        top: 14%;
        left: 7%;
        position: absolute;
    }

    .Unlock_text {
        font-weight: 600;
        font-size: 40px;
    }

    .Night_Life {
        color: #373737;
        font-size: 19px;
        font-style: normal;
        letter-spacing: 1px;
    }

    .View_Btn {
        height: 45px;
        width: 160px;
        border-radius: 10px;
        background-color: #070707 !important;
        font-size: 14px;
        color: #FFFFFF !important;
    }

    .Navarr_Style {
        /* margin: 0px 5rem; */
        margin: 0px 1.5rem;
    }

    .Carsoual_Image {
        height: 300px;

    }

    @media(max-width:600px) {
        .Navarr_Style {
            margin: 0px 0px !important;
        }

        .Carsoual_Image {
            height: unset;
        }
    }

    .bg_Blue_Background {
        background-image: url("/assets/Images/Ellipse9.png");
        background-size: 100% 100%;
        background-position: left;
    }

    .Tabs_Box {
        display: flex;
        justify-content: center;
        border-bottom: none !important;
    }

    .First_tabs {
        height: 55px;
        width: 380px;
        border-radius: 15px;
        background-color: #EEEEEE;
    }

    .First_tabs a {
        color: #7B7B7B !important;
        font-size: 15px;
    }

    .Leave_You {
        font-weight: 600;
        color: #282828;
        font-size: 18px;
    }

    .Date {
        line-height: 1.6;
        color: #595959;
        font-size: 14px;
    }

    .Views_Rating {
        color: #282828;
        font-size: 45px;
    }

    .View_Des {
        font-size: 16px;
        color: #373737;
    }

    .Footer1_image {
        background-image: url("../Images/image.png");
        background-size: 100% 100%;
        height: 430px;
    }

    .Footer2_image {
        background-image: url("../Images/Rectangle.png");
        background-size: 100% 100%;
        height: 430px;
    }

    .Footer_Content {
        color: #FFFFFF;
        font-size: 45px;
    }

    .Counts {
        height: 350px;
        background-image: url("../Images/Group114.png");
        background-size: 100% 100%;
    }

    @media(max-width:600px) {
        .Counts {
            background-image: unset;
            background: linear-gradient(to bottom, #FFE9EF, #FFF2F5);
        }

        .Events_Dte {
            font-size: 13px;
            /* white-space: nowrap; */
        }

        .List_Event {
            margin-top: 30px;
            border: 2px solid #FFFFFF;
            background: linear-gradient(to right, #000000, #2A2A2A) !important;
            color: #FFFFFF !important;
            font-size: 14px;
            height: 45px;
            width: 110px !important;
            border-radius: 13px;
        }
    }

    .Footer_Last {
        background-image: url("../Images/Group116copy.jpg");
        background-size: 100% 100%;
        height: 450px;
    }

    @media(max-width:820px) {
        .Footer_Last {
            height: unset;
        }

        .Ultimated {
            line-height: 1.2;
            font-size: 35px !important;
            font-weight: 500;
        }

        .Entertainment {
            font-size: 36px !important;
        }
        
        .Mob_Exp {
            font-size: 34px !important; 
        }

        .Footer_Content {
            color: #FFFFFF;
            font-size: 32px;
        }
        .Footer2_image{
            height: 330px;
        }
        .Footer1_image{
            height: 330px;
        }
    }

    .Appstore {
        letter-spacing: 1px;
        color: #2D2D2D;
        font-size: 16px;
    }

    /* Footer */
    .footer {
            background-color: #FFFFFF;
        padding: 40px 0 0px 0;
        border-top: 1px solid #dee2e6;
    }

    .footer-brand {
        color: #e91e63;
        font-weight: bold;
        font-size: 1.5rem;
        text-decoration: none;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

    .footer-brand:hover {
        color: #e91e63;
        text-decoration: none;
    }

    .footer-brand::before {
        content: "📱";
        margin-right: 8px;
    }

    .footer h6 {
        color: #2D2D2D;
        font-weight: 600;
        margin-bottom: 20px;
        letter-spacing: 1px;
        font-size: 17px;
        font-style: normal !important;        
    }

    .footer p,
    .footer a {
        color: #383838;
        font-size: 15px;
        text-decoration: none;
        line-height: 1.6;
    }

    .footer a {
        line-height: 0;
    }

    .footer a:hover {
        color: #e91e63;
    }

    .footer ul {
        list-style: none;
        padding: 0;
    }

    .footer ul li {
        margin-bottom: 8px;
    }

    .contact-item {
        display: flex;
        gap: 10px;
        align-items: center;
        margin-bottom: 10px;
    }

    .contact-item span {
        color: #383838;
        font-size: 16px;
    }

    .social-icons {
        display: flex;
        gap: 10px;
    }

    .social-icons a {
        display: flex;
        align-items: center;
        justify-content: center;
        
        /* background-color: #666; */
        color: white;
        border-radius: 50%;
        text-decoration: none;
        transition: background-color 0.3s;
    }

    .social-icons img{
        width: 30px;
        height: 30px;
    }
    
    /* .social-icons a:hover {
        background-color: #e91e63;
    } */

    .footer-bottom {
        border-top: 1px solid #dee2e6;
        /* padding-top: 20px; */
        margin-top: 30px;
    }

    .footer-bottom p {
        margin: 0;
        font-size: 0.85rem;
    }

  .footer-links {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
      align-items: center;
  }

  .footer-links a {
      font-size: 16px;
      color: #666;
      text-decoration: none;
  }

  .footer-links a:hover {
      color: #e91e63;
  }

  @media (max-width: 768px) {
      .footer-bottom {
          text-align: center;
      }

      .footer-links {
          justify-content: center;
          margin-top: 10px;
      }

      /* .Event_whole_page {
          padding: 0 10px !important;
      } */

  }

  @media (min-width: 992px){
    .Event_whole_page{
        padding: 0 5rem;
    }
  }

  @media(max-width:992px) {
      .Rate_Counts {
          height: unset !important;
      }

      .Counts {
          height: unset;
      }
  }

  .Rate_Counts {
      height: 350px;
  }

  .Views_All {
      color: #F80759;
      font-size: 16px;
      cursor: pointer;
  }


  .buttons_Plus {
      padding: 10px;
      font-size: 18px;
      cursor: pointer;
  }

  .value {
      font-size: 18px;
      text-align: center;
  }

  /* Booking Page */
  .Book_Events_Bg {
      background-color: #F4F5F6;
      border: 1px solid #E0E0E0;
      border-radius: 10px;
  }

  .Wednes {
      color: #838383;
      font-size: 14px;
  }

  .Start {
      color: #373737;
      font-size: 16px;
  }

  .Starts_Date {
      border-radius: 8px;
      background-color: #FEFEFF;
  }

  .Pick {
      font-size: 18px;
      color: #363636;
  }

  .Girls_Walk {
      color: #373737;
      font-size: 17px;
  }

  .Girls_Rup {
      color: #838383;
  }

  .Detailss {
      color: #FF2F75;
      font-size: 16px;
  }

  .decrease {
      background-color: #DDDDDD !important;
      color: #585858 !important;
      height: 35px;
      width: 35px;
      display: flex;
      justify-content: center;
        align-items: center;
  }

  .increase {
        display: flex;
        justify-content: center;
        align-items: center;
      height: 35px;
      width: 35px;
      background-color: #383838 !important;
      color: #FFFFFF !important;
  }

  .Add_Btn {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 15px;
      height: 47px;
      width: 140px;
      background-color: #F5F5F5;
      border: 1px solid #C2C2C2;
      border-radius: 8px;
      /* Space between the elements */
  }

  .Proceed_Bg {
      background-color: #FFEDF3;
      border: 1px solid #FFC5D9;
  }

  .Proceed_Btn {
      background: linear-gradient(to right, #FF2871, #FF5D94) !important;
      /* Rose to Blue */
      color: #FFFFFF !important;
      font-size: 13px;
      border-radius: 10px;
  }

  .Proceed_Price {
      color: #373737;
  }

  .underLine {
      background-color: #A8A8A8;
      height: 1px;
  }

  .Desi {
      color: #363636;
      font-size: 20px;
      line-height: 1.2;
  }

  .Desi_Price {
      font-size: 20px;
      white-space: nowrap;
  }

  .Price_TIckets {
      color: #5E5E5E;
      font-size: 15px;
  }

  .Dotted {
      border: 1px solid #A8A8A8;
      border-style: dashed;
  }

  .Sun_Total {
      color: #363636;
      font-size: 15px;
  }

  .Sub_Price {
      color: #363636;
      font-size: 16px;
  }

  .Totals {
      color: #BE3664;
      font-size: 17px;
  }

  .Total_Amount_bg {
      background-color: #FFEDF3;
      border: 1px solid #FFC5D9;
  }

  .Total_Amount {
      color: #363636;
      font-size: 15px;
  }

  .Name {
      color: #484848;
      font-size: 15px;
  }

  .DesiParty {
      color: #282828;
      font-size: 24px;
      font-weight: 600;
  }

  .Events_Dte {
      color: #373737;
      font-size: 14px;
  }

  .Grand_Southern {
      color: #373737;
      font-size: 15px;
  }

  .Person_Price {
      color: #373737;
      font-size: 19px;
  }

  .Share_Friends {
      font-size: 14px;
      color: #424242;
  }

  .Event_page {
      background-color: #FFFFFF;
      border: 1px solid #E6EAF3;
      border-radius: 10px;
  }

  .event_Images {
      height: 290px;
      width: 100%;
      border-radius: 10px;
  }

  /* .Event_whole_page {
      padding: 0 5rem;
  } */

  .till {
      font-size: 14px;
  }

  .More_btn {
      background-color: #FF2D74 !important;
      color: #FFFFFF !important;
      font-size: 13px;
      border-radius: 50%;
      height: 55px;
      top: 4px;
      left: 152px;
      border: 2px solid white;
  }

  .List_Event {
      border: 2px solid #FFFFFF;
      background: linear-gradient(to right, #000000, #2A2A2A) !important;
      color: #FFFFFF !important;
      font-size: 14px;
      height: 45px;
      width: 120px;
      border-radius: 13px;
  }

  .Lorem {
      color: #303030;
      font-size: 19px;
  }

  .Names_Bg {
      background-color: #F3F3F3;
      /* width: 150px; */
      border-radius: 13px;
      min-width: 155px;
  }

  .AboutUS {
      color: #6C6C6C;
      font-size: 15px;
  }

  .ReadMore {
      cursor: pointer;
      color: #FF2F75;
      font-size: 14px;
  }

  .Lorem2 {
      display: none;
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
  }

  .Lorem2.show {
      display: block;
      opacity: 1;
      max-height: 300px;
      /* Adjust according to your content */
  }

  .Recommemd {
      color: #383838;
      font-size: 45px;
      font-weight: 600;
      letter-spacing: 2px;
  }

  .Small_Image {
      height: 37px;
      width: 37px;
  }

  /* Filter Events */
  .Filter_By {
      color: #555E67;
      font-size: 16px;
  }

  /* .Blue_Shadow_BG{


    background-image: url("../Images/BlueShadow6.png");
    background-size: 100% 100%;
    object-fit: cover;
    min-height: 1000px;
} */
  .Body_BG {
      background-image: url("../Images/Form_bg.png");
      background-size: 100% 100%;
      height: 100vh;
  }
  /* @media(max-width:992px){
    .Body_BG {
     
      height: unset;
  }
  } */

  .Login_Forms {
      max-width: 500px;
      width: 100%;
      background-color: #FFFFFF;

  }

  /* Price Range */

    .price-slider-container {
        background-color: #FAFAFA;
        margin-top: 16px;
        border: 1px solid #E6E2DF;
        border-radius: 10px;
    }   

  .price-display {
      text-align: center;
      font-size: 17px;
     
      color: #3F3D3C;
      margin-bottom: 16px;
  }

  .price-slider {
      width: 100%;
      height: 6px;
      border-radius: 3px;
      background: #e2e8f0;
      outline: none;
      -webkit-appearance: none;
      position: relative;
  }



  .price-slider::-webkit-slider-thumb:hover {
      transform: scale(1.1);
      box-shadow: 0 4px 12px rgba(229, 62, 62, 0.4);
  }

 

  .price-range {
      display: flex;
      justify-content: space-between;
      margin-top: 8px;
      font-size: 17px;
      color: #718096;
  }

  /* Custom slider track fill effect */
  .slider-container {
      position: relative;
      margin: 5px 0;
  }

  .slider-track {
      position: absolute;
      top: 50%;
      left: 0;
      height: 6px;
      background: linear-gradient(to right, #FF5D94 0%, #FF2871 100%);
      border-radius: 3px;
      transform: translateY(-50%);
      transition: width 0.3s ease;
      z-index: 1;
  }

  .slider-background {
      width: 100%;
      height: 6px;
      background: #e2e8f0;
      border-radius: 3px;
      position: relative;
  }

  .custom-slider {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 6px;
      background: transparent;
      -webkit-appearance: none;
      appearance: none;
      outline: none;
      z-index: 2;
  }

  .custom-slider::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: #FF2871;
      cursor: pointer;
      box-shadow: 0 2px 8px rgba(229, 62, 62, 0.3);
      transition: all 0.3s ease;
      position: relative;
  }

  .custom-slider::-webkit-slider-thumb:hover {
      transform: scale(1.1);
      box-shadow: 0 4px 12px rgba(229, 62, 62, 0.4);
  }

  .custom-slider::-moz-range-thumb {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: #e53e3e;
      cursor: pointer;
      border: none;
      box-shadow: 0 2px 8px rgba(229, 62, 62, 0.3);
  }
  .Star{
    color: #F80759;
  }
  .Adds{
    color: #383838;
    font-size: 28px;
  }
  .Search_Icon{
    cursor: pointer;
  }
  .Persons{
    white-space: nowrap;
  }
  .Wrapper{
    padding: 2px  7px 2px 12px;
  }
  .Active_Tab svg path {
    fill: #EEEEEE !important;
}

.Active_Tab.active svg path {
    fill: black !important;
    stroke: url(#gradient1) !important;
    stroke-width: 1.5;
}
.Card_Address {
  white-space: nowrap;       /* Keep text in one line */
  overflow: hidden;          /* Hide the extra text */
  text-overflow: ellipsis;   /* Add the three dots (…) */
  display: block;            /* Ensure it behaves as a block for overflow */
  max-width: 200px;          /* Set a width limit (important for ellipsis to show) */
}


/* Adjust arrow (chevron) position and size */
.custom-accordion-btn::after {
  display: none;
}
.custom-accordion-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* Default arrow state (pointing down) */
.custom-accordion-btn img {
  transition: transform 0.3s ease; 
}

/* When accordion is open (Bootstrap removes .collapsed) */
.custom-accordion-btn:not(.collapsed) img {
  transform: rotate(180deg); /* Rotate arrow upward */
}
.Detailss img {
  transition: transform 0.3s ease;
}

.Detailss.active img {
  transform: rotate(180deg); /* Rotate arrow upward */
}
.Footer_Bgs{
    background-color: #EAEAEA;
}
.Footer_Linkss{
    display: flex;
}

.Ticket_Scroll{
    max-height: 248px;
    overflow-y: auto;
}
.Ticket_Scroll::-webkit-scrollbar {
  width: 5px;
  margin: 0px 5px;
  /* Set the width of the scrollbar */
}

.Ticket_Scroll::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  /* Track background */
}

.Ticket_Scroll::-webkit-scrollbar-thumb {
  background-image: linear-gradient(to bottom, #fa5a8f, #f1f1f1);
  border-radius: 0px;
}

.Ticket_Scroll::-webkit-scrollbar-thumb:hover {
  background-image: linear-gradient(to bottom, #ff1c4d, #f1f1f1);
  /* Darker on hover */
}

.Terms_Body {
  max-height: 450px;
  overflow-y: auto;
}
.Terms_Body::-webkit-scrollbar {
  width: 5px;
  margin: 0px 5px;
  /* Set the width of the scrollbar */
}

.Terms_Body::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  /* Track background */
}

.Terms_Body::-webkit-scrollbar-thumb {
  background-image: linear-gradient(to bottom, #fa5a8f, #f1f1f1);
  border-radius: 0px;
}

.Terms_Body::-webkit-scrollbar-thumb:hover {
  background-image: linear-gradient(to bottom, #ff1c4d, #f1f1f1);
  /* Darker on hover */  
}
@media (max-width:992px){
      .Bg_Circle{
        display: none;
    }
        .Unlocked{
        position: unset;
    }
    .Connect{
            font-size: 22px !important;
            font-weight: 600;
            color: #FFFFFF;
        }
        .Downloaded{
            font-size: 14px;
        }
  
}
@media (max-width:600px){
    .footer-links a{
        font-size: 14px;
    }

    .Footer_ultimate{
        height: 290px !important;
    }
    .Footer_ultimates{
        height: 333px !important;
    }
    .Footer_big_Image{
        height: unset  !important;
    }
    .Footer1_image{
        height: 300px;
    }
    .Footer2_image{
        height: 300px;
    }
    .Flag_mob{
        display: flex;
        align-items: start !important;
        flex-direction: column;
    }
    .Line1{
        display: none;
    }
    .Clubinn_mob{
        font-size: 30px !important;
    }
    .Recommemd{
        font-size: 30px;
    }
    
    /* .Girls_Walk{
        overflow: hidden;
        width: 120px;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #373737;
        font-size: 17px;
    } */
    
    .List_tab p {
        white-space: nowrap;
        font-size: 13px !important;
    }
    .Ultimated{
        font-size: 30px !important;
    }
    .Entertainment{
        font-size: 30px !important;
    }
}

.not{
    cursor: not-allowed;
}
.List_tab p{
    font-size: 15px;
}
.mob_white{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
    font-weight: 600;
    width: 200px;
}

.Person_Date{
    margin-left: 3px;

}
.First_tabs .nav-link{
    border: none;
}

 .Nav_Input{
        margin-bottom:0px;
        width:180px;
        padding:4px 12px 4px 4px !important;
            border: 0.5px solid #ddd;
    }
    .Nav_Input input{
        padding:2px 8px 2px 8px !important;
    }

    .dropdown-box {
        width: 178px;
    position: absolute;
    top:90%;
    /* right: 93px; */
    /* width: calc(96px - 100%); */
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #ccc;
      display: none;
    }

    .dropdown-item {
      padding: 8px 12px;
      cursor: pointer;
    }

    .dropdown-item:hover {
      background-color: #f1f1f1;
    }

    .font{
        font-size: 15px;
        cursor: pointer;
    }

    .user_login{
            font-size: 15px;
            
    font-weight: 500;
    background: linear-gradient(to right, #FF3177, #4548FF);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    }
    .not_ul{
        text-decoration: none;
    }
    .not_ul:hover{
        background: linear-gradient(to right, #FF3177, #4548FF);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    }
   @media(min-width:1024px){
     .banner-card img{
        height: 350px;
    }

    
   }
   .Search_Icon{
    display: none !important;
   }

   .Log_in_bg{
            background: linear-gradient(to bottom, #ff69b4, #0000ff); 
            padding: 1px;
            border-radius: 8px;        
        }

        .Log_in{
            background-color: #ffffff;
            cursor: pointer;
        }

        .offcanvas.offcanvas-start {
            width: 72% !important;
        }
        .Yellow_Line{
            background-color: #FFCC00;
            height: 2px;
            width: 40%;
            margin-top: 5px;
        }
        .Profile_name{
             font-size: 20px;
        }
        .empty-state{
            text-align: center;
        }

        @media (max-width: 1170px) and (min-width: 1070px){
            .Navbars{
                white-space: nowrap;
            }
            .Nav_Input{
                width: 160px;
            }
            .Navarr_Style{
                margin: 0;

            }
            .dropdown-box{
                width: 157px;
            }
        }
        .Club_All{
            width: 110px;
            font-size: 18px;
        }
        a {
            text-decoration: none !important;
        }

        .form-control:-webkit-autofill {
            -webkit-box-shadow: 0 0 0px 1000px white inset !important;
            /* Dark background */
            /* -webkit-text-fill-color: #ffffff !important; */
            /* White text */
            /* border: 1.5px solid #3a3f3e !important; */
            /* Default gray border */
            /* border-left: 0 !important;
            border-radius: 0 9px 9px 0 !important; */
            caret-color: #ffffff;
        }
        .Graphic_box{
            background: linear-gradient(to right, #FF3177, #4548FF);
            border-radius: 10px;
            /* background-image: url("../Images/Grapichs.png"); */
            background-size: 100% 100%;                    
        }
        .Connect{
            font-size: 27px;
            font-weight: 600;
            color: #FFFFFF;
        }
        .Downloaded{
            color: #FFFFFF;
            font-size: 15px;
        }

        .Cheers{
  color: #3F3F3F;
  font-size: clamp(31px, 3vw, 38px);
  font-weight: 600;
  line-height: 0.8;
}
.Meet_{
    font-size: clamp(30px, 3vw, 30px);

  /* Set the font size */
  font-weight: 600;
  /* Optional: Make the text bold */
  background: linear-gradient(to right, #FF2871, #2088FF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.Download_Clubinn{
  color: #3C3C3C;
  font-size: 15px;
}
.Graphics_Content{
  padding: 13px 13px;
}
.offcanvas.offcanvas-end {
    width: 63%;
}
.Marketting{
            height:16px;
            fill:#383838;
        }
        @media(max-width:599px){
            .Available_Text a img{
                    height: 17px !important;
                    width: 17px !important;
            }
        }
       