  * {
    margin             : 0;
    padding            : 0;
    box-sizing         : border-box;
    overscroll-behavior: none;
    font-family: poppins, sans-serif;
  }

body{
background: #05051e;
    overflow-x: hidden;
}
  .field_error {
    color: #ff0000;
  }

  a {
   text-decoration: none !important;
  }

  p {
    margin-bottom: 0px !important;
  }

  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 0rem ;
  }

  body {
    overflow-x: hidden;
    
  }


  .H_cart_btn:hover {
    color: #95f8f89f;
  }

  .fa-heart:hover {
    color: #f17a7ab8;
  }

  .hide {
    display: none !important;
  }

  /* ============================== Pop Up Model ===================== */

  .overlay {
    position           : fixed;
    visibility         : hidden;
    width              : 100vw;
    height             : 100vh;
    /* background-color: #000000b2; */
    background-color   : #121111c9;
    /* transition      : all  ease-in; */
    z-index            : 999;
  }

  .visibilty-v {
    visibility: visible;

  }

  .popup-content {
    position        : fixed;
    top             : 0%;
    left            : 50%;
    transform       : translate(-50%, -50%) scale(0);
    width           : 800px;
    height          : 500px;
    background-color: #fff;
    z-index         : 0;
    border-radius   : 10px;
    transition      : z-index .1s ease-in-out;
    /* overflow     : hidden; */

  }

  .open-popup {
    top      : 58%;
    transform: translate(-50%, -50%) scale(1);
    z-index  : 9999;

  }

  .close-btn {
    position        : absolute;
    right           : -50px;
    width           : 30px;
    height          : 30px;
    background-color: #fff;
    border-radius   : 50%;
    padding         : 5px;
    display         : flex;
    align-items     : center;
    justify-content : center;
    cursor          : pointer;
  }

  .close-btn:hover {
    background-color: #b5b5b5fe;
  }

  .close-btn:hover i {
    color: #fc761cee;
  }

  .close-btn i {
    font-size  : 20px;
    font-weight: 700;
  }

  /* ============================== Login Form ===================== */



  .login {
    position        : relative;
    width           : 100%;
    height          : 100%;
    display         : flex;
    background-color: #000;
    overflow        : hidden;
    border-radius   : 10px;
  }

  .login::after {
    content         : '';
    position        : absolute;
    bottom          : 0;
    left            : 0;
    width           : 50%;
    height          : 50%;
    background-color: #EFF6FF;
    z-index         : 0;
  }

  .left_logo_box {
    position        : relative;
    width           : 45%;
    height          : 100%;
    border-radius   : 0px 0px 40px 0px;
    background-color: #000;
    z-index         : 1;
    display         : flex;
    align-items     : center;
    justify-content : center;
  }


  .logo_leyer_1 {
    position        : relative;
    width           : 130px;
    height          : 130px;
    background-color: #fff;
    border-radius   : 50%;
    display         : flex;
    padding         : 26px;
    align-items     : center;
    justify-content : center;
    box-shadow      : 0px 0px 5px 1px #77777754;
  }

  .logo_leyer_1::after {
    content         : '';
    position        : absolute;
    top             : -15px;
    left            : -15px;
    width           : 159px;
    height          : 160px;
    border-radius   : 50%;
    z-index         : -1;
    background-color: #D9D9D9;
    border          : 2px solid #ff1c1c4a;
  }

  .right_form_box {
    position        : relative;
    width           : 55%;
    height          : 100%;
    border-radius   : 4cqb 0px 0px 0px;
    background-color: #EFF6FF;
    z-index         : 1;
    padding         : 20px 35px;
    display         : flex;
    align-items     : center;
    justify-content : center;
  }

  .form_box {
    position        : relative;
    width           : 100%;
    background-color: #EAEAEA;
    border-radius   : 10px;
    height          : 435px;
    box-shadow      : 0px 0px 10px 0px #00000038;
    overflow        : hidden;
    transition      : all .3s ease-in-out;
  }


  .log-reg-btn_box {
    position       : relative;
    width          : 100%;
    height         : 50px;
    z-index        : 3;
    background     : #EAEAEA;
    display        : flex;
    align-items    : center;
    justify-content: center;
    gap            : 20px;
  }

  .stck img {
    height       : 310px !important;
    top          : -20px;
    margin-bottom: 30px !important;
  }

  .log-reg-btn_box a {
    font-size      : 18px;
    text-decoration: none;
    color          : #222;
    font-weight    : 400;
    padding        : 10px 10px;
    align-items    : center;

  }

  .form_box form {
    position        : relative;
    min-width       : 100%;
    min-height      : 100%;
    background-color: #fff;
    border-radius   : 20px 20px 0 0;
    padding         : 10px;
    transition      : all .3s ease-in-out;

  }

  .visibility-h {
    visibility: hidden;
  }

  .input_box {
    position  : relative;
    margin-top: 5px;
  }

  .ka-lg-btn {
    margin-top: 40px;
    text-align: center;
  }

  .prof-icon .sd-nme {
    text-align: start;
  }

  .form_box form .input_box input {
    position     : relative;
    width        : 100%;
    margin       : 10px 0;
    outline      : none;
    border-radius: 5px;
    border       : 1px solid #4444;
    padding      : 8px 10px;
    font-weight  : 500;
    color        : #222;
    background   : transparent;
    z-index      : 1;
  }

  .form_box form label {
    position  : absolute;
    top       : 21px;
    left      : 15px;
    font-size : 14px;
    transition: all .3s ease-in-out;
    z-index   : 0;

  }

  button,
  button:active,
  button:focus {
    outline: none !important;

  }

  form .input_box input:focus~label,
  form .input_box input:valid~label {
    top             : 3px;
    font-size       : 10px;
    background-color: #fff;
    padding         : 0 5px;
    z-index         : 2;

  }

  form .input_box button {
    padding      : 10px 50px;
    margin-bottom: 10px;

  }

  .log-reg-btn_box button {
    border          : none;
    outline         : none;
    font-size       : 18px;
    background-color: transparent;
    cursor          : pointer;
  }

  /* ============================== Active Classes ===================== */
  .active {
    background-color: #f9fff9 ;
    color           : #1e1e1e ;
  }

  .product_active {
    background-color: #81dcf2a0 !important;
  }

  .circle_active {
    border    : 2px solid #fff !important;
    box-shadow: 0px 0 7px 0px #700000 !important;
  }

  .size_active {
    background-color: #de5078b3 !important;
    color           : #fff !important;
  }

  .cart_active {
    color: #099999;
  }

  .wishlist_active {
    color: #e70505;
  }

  /* ================================== AKC_Header ================================== */

  .akc_header {
    position: relative; /* Initially, the header is not sticky */
    transition: top .5s; 
    padding         : 10px;
    z-index: 9999;
  }
  .akc_header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    
 background: #05051e;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Optional: adds a subtle shadow for better visibility */
  }

  .akc_header .row {
    align-items: center;
  }
  .right p{
    font-size: 15px;
    color: #b6b6b6;
    padding-right: 145px;
    margin-top: 10px;
    text-align: justify;
  }

  .akch-hdr-flx {
    display    : inline-flex;
    gap        : 1.1vw;
    align-items: center;
  }


  .brand_logo img {
    width: 140px;
  }

  .ka-sfm {
    text-align: center;
  }

  .ka-sfm .right_link_logo i {
    font-size: 2vw;

  }

  /* ================================== Links_Header ================================== */

  .links {
    position: relative;
    width   : 40%;
    height  : auto;
  }

  .links a {
    padding        : 2px 10px;
    margin         : 0 5px;
    text-decoration: none;
    color          : #222;
    font-weight    : 500;
    border-radius  : 5px;
    color          : #f9f9f9;
  }

  .links a:hover {
    background-color: #f9fff9;
    color           : #1e1e1e;
  }

  /* ================================== Search_Btn ================================== */
  .search_btn {
    background-color: #f9f9f9;
    padding         : 6px 7px;
    border-radius   : 5px;
    display         : flex;
    transition      : all 0.3s ease-in-out;
    justify-content : space-between;
  }

  .search_btn input {
    width           : 95%;
    border          : none;
    outline         : none;
    background-color: transparent;
  }

  .center_product_box img {
    width        : 100%;
    height       : 385px;
    border-radius: 20px;
  }

  .search_btn span {
    height         : 100%;
    width          : 40px;
    display        : flex;
    align-items    : center;
    justify-content: center;
  }

  .srch {
    font-size: 14px;
    margin   : 5px;
  }

  .close:hover,
  .arro:hover,
  .srch:hover {
    color: #ff8686;
  }

  .z-9 {
    z-index: 99 !important;
  }

  .m-l-1 {
    margin-left: 10px;
  }

  .m-l-2 {
    margin-left: 20px;
  }

  .m-r-1 {
    margin-right: 10px;
  }

  .m-r-2 {
    margin-right: 20px;
  }

  /* ================================== Search_Btn ================================== */
  .right_link_logo {
    display: flex;
    gap    : 1.2vw;
  }


  .ka-head ul {
    display        : flex;
    list-style     : none;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom  : 0;
    }

  
  .ka-head ul li.active{  background: rgba(5, 5, 30, .8);
    box-shadow: 0 12px 32px #05051e66, 0 -8px 32px #e2e8ff1f inset;
    border: 1px solid  #e3deff7d;

    padding: 4px 27px;
    border-radius: 30px;

  }


  .akch-banner{
    background-color: #05051e;
  }

  .left {
    text-align: end;
  }

  .ka-desc {
    font-weight: 500;
    
    margin: 20px 0;
    font-size  : 19px;
    color: #e2e8ffbf;
  }

  .cds-cent {
    text-align: center;

  }

  .ka-heads {
    
    padding-bottom : 20px;
    font-weight    : 600;
    color          : #000 ;
  }

  .OffMerch {
    text-align: center;
  }

  .mrch-bx {
    background-color: #D8BFA1;
    border-radius   : 10px;
  }




  .mrch {
    position: relative;
  }

  .mrch-1 {
    background-color: #A2D9F9 !important;
  }

  .mrch-2 {
    background-color: #EAD680 !important;
  }

  .mrch-3 {
    background-color: #D97DAF !important;
  }

  .mrch-4 {
    background-color: #D9D9D9 !important;
  }

  .mrch-5 {
    background-color: #FCA4A4 !important;
  }

  .mrch-6 {
    background-color: #C871E6 !important;
  }

  .mrch-7 {
    background-color: #6ad6ea !important;
  }

  .mrch-8 {
    background-color: #F45555 !important;
  }

  .clnt-img {
    text-align: center;
  }

  .ka-pra {
    padding: 25px 0;
  }


  .abt-img {
    text-align: center;
  }

  .abt-img img {
    width: 100%;
  }

  .ka-abt {
    margin-top: 40px;
  }





  .cart-prod-prc {
    font-size: 17px;
    margin   : 0px 0;
  }

  .cvrd-tp {
    margin-top   : 50px;
    margin-bottom: 30px !important;
  }

  .ft {
   border-top: 1px solid #242427;
    padding         : 50px 0px;
  }

  .ka-ft {

    text-align: center;
  }
   .fest-cvrd .cvrd-tlt{
       text-align: center;
        color: #fff;}
        



.akch-fest .fest-nme h2{
    color: #d7d8f3;
}



  @font-face {
    font-family: 'ka_font';
    src        : url('/php/KA/public_html/css/ViaodaLibre-Regular.ttf') format('truetype');
  }


  .left img {
    width      : 93%;
    height     : 620.611px;
    flex-shrink: 0;
  }

  .akch-margsd{
        position: relative;
    top: 70px;
  }

@media (min-width:976px){
.hero-background-dots-fill {
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 100%;
    height: 100%;
    display: flex
;
    justify-content: space-between;
}
.hero-background-dots {
    background-image: var(--background-image);
    background-size: cover;
    width: 1336px;
    height: 706px;
    left: -168px;
    position: absolute;
    top: 37px;
}
}

  .ka-head ul li a{
    font-size: 15px ;
    font-weight: 600;
    
      color: #ffffffdb;
  }
  
 .akc_header .ka-head ul li.active a{
  color: #ffffffdb;
 }

  .akch-container {
    background-color: #fff !important;
  }

  .Single_box_container {
    background: #eff5fb !important;
  }

  .custmize_option h5 {
    color: #000 !important;
  }

  .main_img_box::before {
    content         : "";
    position        : absolute;
    top             : 50px;
    width           : 87%;
    height          : 85%;
    border-radius   : 50%;
    background-color: #ffffff !important;
  }

  .star-light {
    color: #fff !important;
  }

  .wshl {
    color: #000 !important;
  }

  .main_img_box::after {
    background-color: #fff !important;
  }




  .ftm-br {
    margin-top     : 30px;
    display        : flex;
    justify-content: center;
    align-items    : center;
    padding        : 10px 0;
  }



  .ft .fa-brands,
  .fab {
    font-size: 26px;
    color    : #ffffff;
  }



  .center-icons a {
    margin         : 0 10px;
    /* Adjust spacing between icons */
    color          : #000 !important;
    /* Set the color of the icons */
    text-decoration: none;
  }

  .left {
    padding: 0;
  }


  @media (min-width:760px) {

    /* Centered icons */
    .center-icons {
      width: 16%;
    }

    .ka-jl {
      margin-top: 70px;
    }

    .ntp img {
      padding: 70px !important;
    }

    .mrch {
      height: 335px;
    }

    .abt-btn {
      border-radius   : 0 0 0px 20px;
      padding         : 15px 24px;
      background-color: #fff;
      margin-top      : 49px;
      color           : #000;
      font-weight     : 600;
      border          : 2px solid;
    }

    .ka-abt h2 {
      font-size: 50px;
    }

    .our_clnt {
      margin-bottom: 50px;
    }

    .abt-head {
      font-size     : 70px !important;
      letter-spacing: 3px;
      font-weight   : 400;
      font-family   : ka_font;
    }

    .ka_tp {
      margin-top   : 20px;
      margin-bottom: 10px !important;

    }

    .newly-prod-itm {
      padding: 0px;
    }

    .mrch .title {
      position        : absolute;
      bottom          : 15px;
      background-color: #fff;
      border-radius   : 20px;
      width           : 270px;
      margin          : 0 10px;
      padding         : 4px 10px;
    }



    /* Right bar styles */
    .right-bar {
      border       : 20px solid;
      border-radius: 36px 0 0 0;
         border-color : #cdcdcd;
   
      width        : 42%;
    }

    /* Left bar styles */
    .left-bar {
      border: 20px solid;
      width : 42%;


      border-radius: 0 36px 0 0;
      border-color : #cdcdcd;
    }

    .mrch img {
      width  : 100%;
      height : 299px !important;
      padding: 24px 17px;
    }

    .gaj {
      text-align: center;
    }

    .clnt-img img {
      width  : 120px;
      height: 125px;
      padding: 12px 0;
      margin-bottom: 12px;
    }

    .lst_ka {
      margin-bottom: 70px !important;
    }
    .lights {
    top: 0;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    width: 1920px;
    height: 800px;
    z-index: 10;
    pointer-events: none;
}

.akch-hdr-flx .Btn-black:before {
    background: linear-gradient(264.15deg, rgba(226, 232, 255, .2) -.4%, rgba(226, 232, 255, 0) 100.4%), linear-gradient(0deg, rgba(226, 232, 255, .1), rgba(226, 232, 255, .1));}


    .akch-hdr-flx .Btn-black{
        background: #f25b0f;
    padding: 6px 10px;
font-weight: 700;
        border-radius: 36px;
        padding: 6px 38px;
        color: #fff;
    border-radius: 60px;
    box-shadow: 0 12px 32px #05051e66, 0 -8px 32px #e2e8ff1f inset;
    border: 1px solid rgba(226, 232, 255, .1);
    }
    @keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.float {
  animation: float 1s ease-in-out infinite;
}
    @keyframes do_float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

.do_float {
  animation: float 4s ease-in-out infinite;
}

.ka_cst:hover{
     background: #fff;
             color: #f1631e;
}

     .ka_cst {
           /* padding: 10px 20px; */
    color: #fff;
    position: relative;
    border-radius: 8px;
     border-radius: 40px;
        padding: 12px 50px;
        margin-top: 20px;
        font-weight: 600;
        border: 0px solid ;

        background: #f1631e;
    transition: transform .2s cubic-bezier(.6,.6,0,1), margin-top .2s cubic-bezier(.6,.6,0,1);

    }
    

    .ft-p {
      margin-top: 20px !important;
      width     : 850px;
      color: #c4c4c4;
      margin    : auto;
    }


    .new-prod {
        position: relative;
        padding: 10px;
        margin: 0px 15px;
        margin-bottom: 8px;
        border-radius: 10px;
    }

    .right {
      padding-left: 70px !important;
      margin-top  : 120px;
    }

    .right h1 {
      font-size     : 65px;
      height: 227px;
      letter-spacing: 3px;
      font-weight   : 600;
      color: #fff;
      font-family   : poppins;
          background-image: linear-gradient(180deg, color(display-p3 .9411764706 .9333333333 .9764705882 / .8) 0%, color(display-p3 .8862745098 .9098039216 1 / 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    display: block;
    }

    .ft .ka-head {
      width      : 632px;
      padding-top: 22px;
      margin     : auto;
    }

    .ka-sfm {
      text-align: end;

    }

    .Btn {
      padding: 8px 29px !important;
    }

    .sdscs {
      text-align: center;
      margin-top: 30px;
     
    }
    .morss{
  margin: 20px 0;

    }
    
    .more-dtlsbtn i{
      margin-left: 10px;
     }
    .more-dtlsbtn{
      font-weight: 500;
      font-size: 17px;
    
      margin-left: 17px;
              color: #d4ddff;
    }
    .more-dtlsbtn:hover{
        color:#f1631e;
    }
    .red-mrd .gts-btns:hover{
        background: #fff;
        color: #f1631e;
    }
    .ka-head li:hover{
        background: rgba(5, 5, 30, .8);
    box-shadow: 0 12px 32px #05051e66, 0 -8px 32px #e2e8ff1f inset;
        border: 1px solid #e3deff7d;
    padding: 4px 27px;
    border-radius: 30px;
    }
    .akch-hdr-flx .Btn-black:hover{
         background: #fff;
        color: #f1631e;
    }
    .red-mrd .gts-btns{
             margin-top: 16px;
         padding: 10px 39px;
        border-radius: 24px;
            background:#f1631e;
        color: #fff;
    }
    .new-prod {
         /* border-style: solid solid none; */
    border-width: 1px;
    border-color: var(--color--elements-stroke);
    border-radius: 24px;
    height: 100%;
    background: #13132a;
    border: 1px solid #3c3c66;
    transition: transform .525s;
    overflow: hidden;
    box-shadow: inset 0 -9px 24px rgba(63, 62, 119, .1);
    }

    .new-prod .title {
      padding-bottom: 10px !important;
    }

    .new-prod-sect {
      margin-top: 24px;
    }

    .new-prod .price {
      position        : absolute;
      z-index         : 9;
      top             : -10px;
      right           : -32px;
      background-color: #fff;
      width           : 110px;
      display         : flex;
      padding         : 5px 5px 5px 20px;
      border-radius   : 20px;
      box-shadow      : 0px 0px 1px 1px #999;
    }

    .hot-product .price {
      position        : absolute;
      z-index         : 99;
      top             : -10px;
      right           : -32px;
      background-color: #fff;
      width           : 110px;
      display         : flex;
      padding         : 5px 5px 5px 20px;
      border-radius   : 20px;
      box-shadow      : 0px 0px 1px 1px #999;
    }


    .newly_arrived_continer .ka-heads {
      text-align : center;
      color      : #eef2ff;
      font-size  : 45px;
      font-weight: 600;
    }

    .new-prod img {
    width: 100% !important;
        padding: 0px;
        height: 220px !important;
        border-radius: 12px;
    }

    .od_pr {
      width : 80%;
      margin: auto;
    }

    .ft-lg .ka-head a {

      font-weight: 600;
    }
  }

  @media (max-width:760px) {
    .ka-jl {
      margin-top: 20px;
    }

    .ft-lg .ka-head a {
      font-size  : 11px;
      font-weight: 600;
    }

    .ft-lg .ka-head ul {
      margin-bottom: 20px;
    }

    .od_pr {
      margin-bottom: 20px !important;
    }

    .mob_title .rating i {
      font-size: 12px;
      color    : #ddd !important;
    }

    .new-prod {
      position        : relative;
      height          : 270px;
      padding         : 10px;
      margin          : 0px 4px !important;
      margin-bottom   : 8px;
      width           : 100%;
background: radial-gradient(103.78% 100% at 50% 0%,rgba(118,146,255,0) 80.55%,rgba(122,150,255,.04) 100%),radial-gradient(120.05% 100% at 50% 0%,rgba(226,232,255,0) 33.78%,rgba(226,232,255,.08) 100%),rgba(226,232,255,.01);
      border-radius   : 10px;
    }

    .new-prod .title {
      padding-bottom: 10px !important;
    }

    .new-prod-sect {
      margin-top: 24px;
    }

    .new-prod .title h3 {
      color      : #bebedc;
      line-height: 18px;
      padding-left: 10px;
      font-weight: 600;
    }

    .new-prod .price {
      position        : absolute;
      z-index         : 9;
      top             : -10px;
      right           : -32px;
      background-color: #fff;
      width           : 110px;
      display         : flex;
      padding         : 5px 5px 5px 20px;
      border-radius   : 20px;
      box-shadow      : 0px 0px 1px 1px #999;
    }

    .hot-product .price {
      position        : absolute;
      z-index         : 99;
      top             : -10px;
      right           : -32px;
      background-color: #fff;
      width           : 110px;
      display         : flex;
      padding         : 5px 5px 5px 20px;
      border-radius   : 20px;
      box-shadow      : 0px 0px 1px 1px #999;
    }

    .newly_arrived_continer h1 {
      text-align : center;
      color      : #fff;
      font-size  : 40px;
      font-weight: 500;
    }

    .new-prod img {
      width  : 100% !important;
      padding: 2px;
      height : 175px !important;
    }


    .od_pr {
      text-align: center;
    }

    .abt-btn {
      border-radius   : 0 0 0px 20px;
      padding         : 8px 8px;
      background-color: #fff;
      /* margin-top   : -12px; */
      color           : #000;
      font-weight     : 600;
      border          : 2px solid;
    }

    .ka-abt h2 {
      font-size: 20px;
    }

    .ka_tp {
      margin-top   : 10px;
      margin-bottom: 0px !important;

    }

    .ka-desc {
     
      font-size: 14px;
      padding  : 0 !important;
    }

    .new-prod-sect {
      margin-top: 20px;
    }


    .clnt-img {
      margin-bottom: 15px;
    }

    .newly-prod-itm {
      padding: 6px;
    }

    .evnts-cvrd {
      margin-bottom: 18px;
    }

    .mrch-bx .title h3 {
      font-size: 11px;
    }

    .evnts-cvrd img {
      border-radius: 10px;
    }

    .mrch .title {
      position        : absolute;
      bottom          : 15px;
      background-color: #fff;
      border-radius   : 20px;
      width           : 147px;
      margin          : 0 9px;
      padding         : 4px 10px;
    }

    .center-icons {
      width: 45%;
    }

    .container-fluid {
      padding: 0 !important;
    }

    /* Right bar styles */
    .right-bar {
      border       : 20px solid;
      border-radius: 36px 0 0 0;
      border-color : #150043;
      width        : 27.5%;
    }

    /* Left bar styles */
    .left-bar {
      border: 20px solid;
      width : 27.5%;


      border-radius: 0 36px 0 0;
      border-color : #150043;
    }

    .clnt-img img {
      width: 100%;
    }

    .ka-heads {
      font-size: 25px
    }

    .mrch img {
      height : 220px !important;
      padding: 24px 17px;
    }

    .ntp img {
      padding       : 30px !important;
      padding-bottom: 60px !important;
    }
.ka_csat{
    margin-top: 30px;
}
    .ka_cst {
      background-color: #000;
      border-radius   : 0 0 0px 20px;
      padding         : 15px 10px;
      margin-top      : 40px;
      color           : #fff;
      border          : 1px solid;
    }
    .ka_cst:hover{
          background: #fff;
        color: #f1631e;
}
    .ft .ka-head {
      width      : 100%;
      padding-top: 22px;
      margin     : auto;
    }

    .right h1 {
      font-size     : 21px;
      letter-spacing: 3px;
      font-weight   : 600;
      font-family   : ka_font;
    }

    .ka-abt .abt-img img {
      width: 100%;
    }


    .left img {
      width      : 100%;
      height     : 300px;
      flex-shrink: 0;
    }

    .right {

      margin-top: 0px;
    }

  }

  .right_link_logo a {
    text-decoration: none;
    color          : #f9f9f9;
    font-size      : 25px;
  }


  /* ================================== user_profile ================================== */

  .user_profile {
    position        : relative;
    width           : 50px;
    height          : 50px;
    background-color: #fff;
    margin-right    : 20px;
    border-radius   : 50%;
    overflow        : hidden;
    cursor          : pointer;
    /* display      : none; */
  }

  .user_profile img {
    position: relative;
    width   : 100%;
    height  : 100%;
  }


  .akch-container {
    position         : relative;
    width            : 100%;
    background-image : url(images/background_img.png);
    background-repeat: no-repeat;
    background-size  : cover;

    overflow: hidden;
  }

  .product_box_container {
    position             : relative;
    top                  : -20px;
    width                : 100%;
    height               : 600px;
    display              : grid;
    grid-template-rows   : 1;
    grid-template-columns: 250px 700px 250px;
    row-gap              : 50px;
    column-gap           : 40px;
  }

  /* ============================= Left_item_box ========================= */
  .left_item_box,
  .center_item_box {
    display        : flex;
    align-items    : center;
    justify-content: center;
  }

  .title p {
    font-weight: 500;
    padding    : 0 5px;
  }

  .title h3 {
    font-size  : 20px;
    color      : #333;
    font-weight: 600;
  }

  .left_item_box {
    padding-top: 17px;
  }

  .right_item_box .product_box {
    position     : relative;
    width        : 100%;
    min-height   : 280px;
    border-radius: 23.155px;
    border       : 1.158px solid #fff;
    background   : linear-gradient(147deg,
        #d9d9d9 0%,
        rgba(217, 217, 217, 0.07) 100%);
    backdrop-filter: blur(1.1577669382095337px);
    display        : flex;
    flex-direction : column;
    align-items    : center;
    padding        : 15px;
    gap            : 20px;
    overflow-y     : auto;
    overflow-x     : hidden;
  }

  .rgh_play .img_box {
    height: 138px !important;
  }

  .rgh_play .product_slide_card .img_box {
    padding: 4px 24px !important;
  }

  .product_box {
    position       : relative;
    width          : 100%;
    height         : 80%;
    max-height     : 570px;
    border-radius  : 23.155px;
    border         : 1.158px solid #fff;
    background     : linear-gradient(147deg, #d9d9d9 0%, rgba(217, 217, 217, 0.07) 100%);
    backdrop-filter: blur(1.1577669382095337px);
    display        : flex;
    flex-direction : column;
    align-items    : center;
    padding        : 13px;
    gap            : 20px;
    overflow-y     : auto;
    overflow-x     : hidden;
  }


  .product_box::-webkit-scrollbar {
    width: 5px;
  }

  .product_box::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius   : 10px;
  }

  .product_box::-webkit-scrollbar-thumb:hover {
    background-color: #111;
  }

  .product_box::-webkit-scrollbar-track {
    height       : 30px;
    margin-top   : 50px;
    margin-bottom: 50px;
  }

  .category_products::-webkit-scrollbar {
    width: 5px !important;
  }

  .category_products::-webkit-scrollbar-thumb {
    background-color: #666 !important;
    border-radius   : 10px !important;
  }

  .category_products::-webkit-scrollbar-thumb:hover {
    background-color: #111 !important;
  }

  .category_products::-webkit-scrollbar-track {
    height       : 30px !important;
    margin-top   : 50px !important;
    margin-bottom: 50px !important;
  }



  .product_slide_card {
    position        : relative;
    width           : 200px;
    padding         : 10px;
    background-color: #fff;
    border-radius   : 10px;
    display         : flex;
    flex-direction  : column;
    align-items     : center;
    gap             : 5px;
    margin          : 5px 0;
  }

  .product_slide_card .title {
    position: relative;
    width   : 100%;
    padding : 5px;
  }

  .product_slide_card .img_box {
    position        : relative;
    width           : 90%;
    height          : 80%;
    background-color: #b9cce6;
    border-radius   : 5px;
  }

  /* ============================= Center_Item_Box ========================= */

  .center_container {
    position       : relative;
    width          : 100%;
    flex-shrink    : 0;
    display        : flex;
    padding        : 27px;
    align-items    : center;
    justify-content: center;
    border-radius  : 23.155px;
    background     : linear-gradient(147deg,
        #d9d9d9 0%,
        rgba(217, 217, 217, 0.07) 100%);
    backdrop-filter: blur(1.1577669382095337px);
  }

  .center_product_box {
    height       : 445px;
    flex-shrink  : 0;
    display      : flex;
    border-radius: 26px;
    background   : #ffffffe3;
  }

  .product_img {
    position: relative;
    height  : 100%;
    padding : 20px;
  }

  .product_img .logo {
    position        : absolute;
    top             : 5px;
    left            : 5px;
    width           : 50px;
    height          : 50px;
    background-color: #fff;
    box-shadow      : 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    border-radius   : 50%;
    padding         : 12px 10px;
    z-index         : 99;
  }

  .logo img {
    width : 100%;
    height: 100%;
  }

  .product_img .img_box {
    position        : relative;
    width           : 100%;
    height          : 80%;
    background-color: #b9cce6;
    border-radius   : 10px;
    padding         : 10px;
  }

  .img_box img {
    position: relative;
    width   : 100%;
    height  : 100%;
  }

  .m-t-2 {
    margin-top: 20px;
  }

  .btn_group {
    padding   : 0 1px;
    text-align: center;
  }

  /* ========================Btn============= */
  .Btn {
    padding      : 10px 10px;
    border-radius: 5px;
    border       : none;
    color        : #fff;
    cursor       : pointer;
    font-size    : 1rem;
    border       : 1px solid #6f6b6fe7;
  }


  .Btn-blue {
    background-color: #00214e;
    color           : #fff;
  }

  .Btn-black {
    background-color: #111;
    color           : #fff;
  }

  .custmize_option .Btn-black {
    background-color: #111;
    color           : #fff !important;

    border : unset;
    padding: 13px 23px;

  }

  .custmize_option .Btn-blue {
    border      : unset;
    padding     : 9px 20px;
    margin-right: 29px;

  }

  .custmize_option {}

  /* ===================COLORS Box ================ */

  .product_colors {
    display    : flex;
    align-items: center;
    height     : 50px;
    gap        : 20px;
    transition : all 0.4s ease-in-out;
  }

  .product_colors a {
    text-decoration : none;
    color           : #222;
    font-weight     : bold;
    padding         : 12px;
    background-color: #fff;
    border-radius   : 5px;
    border          : 1px solid #060202b8;
  }

  .product_colors a:hover {
    box-shadow: 0px 0 12px 0px #099999;
  }

  /* ===================COLORS================ */
  .red {
    background-color: #d20707 !important;
  }

  .blue {
    background-color: #18d207 !important;
  }

  .green {
    background-color: #2207d2 !important;
  }

  .pink {
    background-color: #f4c2c2 !important;
  }

  .black {
    background-color: #000 !important;
  }

  .white {
    background-color: #fff !important;
  }

  .nimy_blue {
    background-color: #152238 !important;
  }

  /* ======================================Size Btn ================= */
  /* .Size {
    display: flex;
    align-items: center;
    height: 50px;
    gap: 20px;
  } */
  .Size h5 {
    width: 80px;
  }

  .Size a {
    text-decoration : none;
    color           : #111;
    font-weight     : 500;
    padding         : 5px;
    width           : 40px;
    height          : 40px;
    display         : flex;
    align-items     : center;
    justify-content : center;
    background-color: #b9cce6;
    border-radius   : 50%;
    transition      : all 0.2s ease-in-out;
  }

  .Size a:hover {
    background-color: #43091ac9;
    color           : #fff;
  }

  /* ======================================Quantity Btn ================= */
  .quantity {
    text-align: end;
  }

  .quantity .input_btn {
    padding         : 2px 10px;
    background-color: #fff;
    border-radius   : 5px;
  }

  .input_btn input {
    width           : 70px;
    height          : 30px;
    border          : none;
    outline         : none;
    background-color: transparent;
    text-align      : center;
  }

  .input_btn i {
    cursor: pointer;
    color : #0a120aad;
  }

  .input_btn i:hover {
    color: #5e072ec6;
  }

  .product_name {
    position   : relative;
    height     : 60px;
    display    : flex;
    align-items: center;
  }

  .product_name h2 {
    font-weight: 600;
    cursor     : default;
  }

  .price {
    position: relative;
    height  : 40px;
    width   : 100%;
    cursor  : default;
  }

  .cat_title h2 {
    padding   : 0 10px;
    text-align: center;
  }

  .price p {
    font-weight: 500;
    font-size  : 21px;
  }

  .newly_custmize_option h5 {
    color: #000 !important;
  }

  .product_details {
    padding: 10px 40px;
  }

  .right_item_box {
    padding: 50px 0;
  }

  .bottom_right_products {
    position: absolute;
    width   : 400px;
    height  : 250px;
    display : flex;
    bottom  : -50px;
    right   : 50px;
  }


  .br_card_slide {
    position: relative;
    width   : 160px;
    padding : 8px;

    height          : 175px !important;
    background-color: #fff;
    border-radius   : 10px;
    display         : flex;
    flex-direction  : column;
    align-items     : center;
    margin          : auto;
    gap             : 5px;
  }

  .br_card_slide .title {
    position       : relative;
    width          : 100%;
    display        : flex;
    padding        : 5px 5px 5px 5px;
    justify-content: space-between;

    margin     : 0 !important;
    align-items: center;
    cursor     : default;
  }

  .br_card_slide .title p {
    margin-bottom: 0 !important;
  }

  .br_card_slide .title h3 {
    margin-bottom: 0 !important;
  }




  .title p {
    cursor   : default;
  }

  .br_card_slide .img_box {
    position        : relative;
    width           : 100%;
    padding         : 0px 32px;
    height          : 80%;
    background-color: #b9cce6;
    border-radius   : 5px;
  }

  .f-row {
    flex-direction: row !important;
  }

  .justify-center {
    justify-content: center !important;
  }

  /* =======================Category Box============== */

  .akc_category {
    position           : relative;
    width              : 100%;
    /* background-color: #099999; */
  }

  .akc_category h1 {
    position   : relative;
    text-align : center;
    font-size  : 40px;
    padding    : 5px 10px;
    color      : #fff;
    font-weight: 500;
  }

  .item-slider {
    position       : relative;
    display        : flex;
    width          : 100%;
    height         : 80%;
    align-items    : center;
    justify-content: center;
    gap            : 50px;
    overflow-y     : hidden;
    overflow-x     : auto;
  }

  .category_item {
    position        : relative;
    width           : 168px;
    height          : 160px;
    text-align      : center;
    background-color: #f9f9f9;
    border-radius   : 0px 0 0 20px;

  }

  .getsearch {
    position        : relative;
    width           : 200px;
    height          : auto;
    background-color: #f9f9f9;
    padding         : 3px 5px;
    border-radius   : 5px;
    display         : flex;
    transition      : all 0.3s ease-in-out;
    justify-content : space-between;
  }

  .akch8548 {
    height: 22px;
    width : 19px;
  }

  .akch8548 .badge {
    top  : -40px;
    right: -19px;
  }

  #mob_cart_attr_msg {
    color      : #ff0000;
    font-weight: 600;
  }

  .category_item img {
    width  : 110px;
    height : 114px;
    padding: 11px;
  }



  .hot_item {
    position     : relative !important;
    width        : 250px !important;
    padding      : 10px !important;
    border-radius: 10px !important;
  }

  .hot_item img {
    height: 191px !important;
  }

  .hot_item h1 {
    position   : relative;
    font-size  : 35px;
    font-weight: 600;
    color      : #333;

  }

  .hot_item p {
    font-size  : 14px;
    font-weight: 400;
    color      : #686868;
  }

  .w-full {
    width: 100% !important;
  }

  .h-full {
    height: 100% !important;
  }

  .radius-t-lr {
    border-radius: 130px 130px 6px 6px !important;
  }

  .bg-color {
    background: #b9cce6;
  }

  .w-20 {
    width: 200px !important;
  }

  .hot-product {
    position      : relative;
    width         : 100%;
    height        : auto;
    display       : flex;
    flex-direction: column;
    justify-content:
      space-between;
    align-items: center;
    border     : 10px solid #fff;
  }

  .hot-product .price {
    position        : absolute;
    z-index         : 9;
    top             : -10px;
    right           : -32px;
    background-color: #fff;
    width           : 110px;
    display         : flex;
    justify-content : center;
    border-radius   : 20px;
    box-shadow      : 0px 0px 1px 1px #999;
  }

  .hot-product .img_box {
    padding: 10px;
  }

  .hot-product .title {
    width           : 100%;
    padding-top     : 7px;
    background-color: #ffff;
  }

  /* =============================Newly Arrived ================ */

  .newly_arrived_continer {
    margin-top         : 60px;
    /* background-color: #00214e; */
  }

  .new-prod .img_box {
    text-align      : center;
    background-color: #e5ecfd;
    border-radius   : 10px;
  }

  .title{
    padding-left: 10px;
  }
  .new-prod .title p {
    text-align: start;
  }

  .m .new-prod-sect {
    margin-top: 20px;
  }

  .newly_item {
    position  : relative;
    width     : 90%;
    height    : 300px;
    margin-top: 20px;
    margin    : 20px 10px;
    padding   : 10px 10px;
  }

  .product_slide_card .price {
    position        : absolute;
    z-index         : 9;
    top             : -10px;
    right           : -32px;
    background-color: #fff;
    width           : 110px;
    display         : flex;
    padding         : 5px 5px 5px 20px;
    border-radius   : 20px;
    box-shadow      : 0px 0px 1px 1px #999;
  }

  /* ========================Akchar T-Shirt =================== */
  .akc_t-shirt_container {
    position        : relative;
    padding         : 10px;
    width           : 90%;
    height          : 400px;
    background-color: #fff;
    margin          : auto;
    margin-bottom   : 50px;
    border-radius   : 10px;
  }

  .radius-10 {
    border-radius: 10px !important;
  }

  .box-shadow {
    box-shadow: 0px 0px 3px 1px #111;
  }

  .akchflx314 {
    display: flex;
  }

  .akc_t-shirt_container h1 {
    position        : relative;
    text-align      : center;
    font-size       : 34px;
    font-weight     : 500;
    color           : #fff;
    background-color: #1e1e1e;
    width           : 400px;
    margin          : auto;
    top             : -40px;
    border-radius   : 10px;
  }

  .akchitm314 .new-prod {
    margin-top: 0;
  }



  .akch9009 {
    height: auto !important;
  }

  .akchstk790 .hot-product {
    border-radius: 10px;

  }

  .akchstk790 .img_box {
    border-radius: 15px;
  }

  .slider_t-shirt {
    position       : relative;
    width          : 100%;
    height         : 100%;
    align-items    : center;
    justify-content: center;
    gap            : 50px;

  }

  .t-slide {
    position: relative;
    width   : 200px !important;
    margin  : 10px;
  }

  .akc_t-shirt_container a {
    position        : absolute;
    font-size       : 35px;
    padding         : 10px;
    height          : 294px;
    width           : 92%;
    background-color: #ffffff;
    color           : #fff;
    border-radius   : 10px;
    box-shadow      : 0 0 9px 0 #ddd;
    cursor          : pointer;
    z-index         : 99;
  }

  .edt_numb {
    color      : #004c8f !important;
    font-size  : 15px;
    cursor     : pointer;
    margin-left: 4px;
  }

  .akc_t-shirt_container a:hover {
    color: #ff91b5df;
  }

  .akc_t-shirt_container .right_arrow {
    right: -30px;
  }

  .akc_t-shirt_container .left_arrow {
    left: -30px;
  }

  /* ========================Top Collection =================== */

  .top_collection_container {
    position      : relative;
    width         : 100%;
    height        : auto;
    /* margin     : 50px 0; */
    display       : flex;
    margin-top    : 100px;
    flex-direction: column;
    align-items   : center;
  }

  .top_collection_container h1 {
    text-align   : center;
    font-size    : 40px;
    color        : #fff;
    font-weight  : 500;
    margin-bottom: 40px;
  }

  .logo_leyer_1 img {
    width: 90%;

  }

  .collection_product {
    position       : relative;
    width          : 100%;
    /* margin      : 20px 10px; */
    display        : flex;
    align-items    : flex-start;
    justify-content: space-around;
    gap            : 10px;
    flex-wrap      : wrap;
  }

  /* <!-- ========================== Product Details ================================ --> */

  .main_container {
    position       : relative;
    width          : 100%;
    height         : auto;
    display        : flex;
    align-items    : center;
    justify-content: center;
    margin-top     : 20px;
  }

  .Single_box_container {
    position: relative;
    width   : 92%;
    background: linear-gradient(126.76deg,
        #b3b3b3 9.32%,
        rgb(96 96 96 / 44%) 89.91%);
    backdrop-filter: blur(1.15777px);
    border-radius  : 10px;
    padding        : 20px 40px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    gap            : 5px;
  }

  .akch321001 {
    text-align: center;
  }

  .akch321001 {
    padding-bottom: 34px !important;
  }

  .akch321001 h4 {
    color        : #fff;
    margin-bottom: 24px !important;

  }

  .akch321001 a {
    background   : #ffff;
    padding      : 12px 37px;
    border-radius: 41px;
    font-weight  : 600;
  }

  .White {
    background-color: #fff;
  }

  .product_inffo {
    position      : relative;
    width         : 30%;
    height        : 100%;
    display       : flex;
    flex-direction: column;
    padding-bottom: 30px;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius   : 10px;
  }

  ::-webkit-scrollbar {
    width: 7px;
  }

  ::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgb(255, 209, 209);
  }

  .akch6300 p {
    margin-top   : 10px;
    margin-bottom: 10px !important;

  }

  .progress-label-left {
    float       : left;
    margin-right: 0.5em;
    line-height : 1em;
  }

  .progress-label-right {
    float      : right;
    margin-left: 0.3em;
    line-height: 1em;
  }

  .star-light {
    color: #e9ecef;
  }

  .usr-rvw-itm::-webkit-scrollbar {
    display: none;
  }

  .akch7930 {
    font-size    : 20px;
    margin-top   : 10px;
    font-weight  : 600;
    margin-bottom: 25px;
  }

  .akch7930 i {
    margin-left: 10px;
  }

  .akch6300 .rating {
    margin-top: 20px;
    display   : flex;
  }

  .akch6300 .rating i {
    font-size: 17px;
  }

  .product_inffo h1 {
    margin-top : 10px;
    font-size  : 24px;
    font-weight: 600;
  }

  .product_inffo p {
    font-size  : 15px;
    font-weight: 300;
    color      : #445;
  }

  .chs-rat .rating {
    justify-content: center;
  }

  .mob_title .rating {
    align-items: center;
  }

  .product_inffo .img_slider_option {
    position      : relative;
    width         : 100%;
    height        : 105px;
    /* display    : flex; */
    /* gap        : 10px; */
    /* align-items: center; */
    /* overflow-x : auto; */
    /* overflow-y : hidden; */
  }

  .img_slider_option::-webkit-scrollbar {
    width: 0;
  }

  .img_slider_option .img_box {
    background-color: #f9f9f9;
    /* min-width    : 80px;
    max-width       : 80px; */
    height          : 85px;
    padding         : 5px;
    margin          : 10px;
    border-radius   : 10px;
    cursor          : pointer;
  }



  .wshl i {
    margin-right: 10px;
    font-size   : 20px;
  }

  .img_box img {
    width : 100%;
    height: 100%;
  }

  .custmize_option .Btn {
    margin-bottom: 20px;
  }

  .main_img_box {
    position: relative;
    width   : 40%;

    height         : 420px;
    display        : flex;
    flex-direction : column;
    align-items    : center;
    justify-content: center;
    padding        : 10px;
  }

  .h-48 {
    height: auto !important;
  }

  .main_img_box::before {
    content         : "";
    position        : absolute;
    top             : 50px;
    width           : 87%;
    height          : 85%;
    border-radius   : 50%;
    background-color: #c5c5c5;
  }

  .dsp_img {
    width     : 100px;
    height    : 100px;
    margin    : 10px;
    cursor    : pointer;
    transition: transform 0.2s;
  }

  .rsnd_otp {
    color: #ff0000 !important;
  }

  #phn_numb {
    margin-top: 20px;
  }

  .dsp_img:hover {
    transform: scale(1.1);
  }

  .dsp_overlay {
    display         : none;
    position        : fixed;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: rgba(0, 0, 0, 0.7);
    text-align      : center;
    z-index         : 9999;
  }

  .large-image {
    max-width : 90%;
    max-height: 90%;
    margin    : auto;
    display   : block;
  }

  .close-button {
    position : absolute;
    top      : 20px;
    right    : 30px;
    font-size: 30px;
    color    : white;
    cursor   : pointer;
  }

  .main_img_box::after {
    content         : "";
    position        : absolute;
    bottom          : -20px;
    width           : 50px;
    height          : 50px;
    border-radius   : 50%;
    background-color: #f9fff9;
  }

  .main_img_box img {
    position: relative;
    z-index : 99;
    width   : 73%;
    height  : 90%;
    top     : -20px;
  }

  .main_img_box h2 {
    z-index    : 98;
    position   : relative;
    top        : -30px;
    color      : #444;
    font-weight: 600;
  }

  .main_img_box h2 span {
    font-size      : 15px;
    color          : #777;
    font-weight    : 500;
    text-decoration: line-through;
  }

  .main_img_box span {
    position      : relative;
    z-index       : 99;
    font-size     : 12px;
    line-height   : 14px;
    top           : -3px;
    font-weight   : 600;
    color         : #388e3c;
    letter-spacing: 0.5px;
    right         : -2px;
  }

  .custmize_option {
    position       : relative;
    width          : 30%;
    height         : 100%;
    display        : flex;
    flex-direction : column;
    justify-content: space-evenly;
  }

  .custmize_option h5 {
    font-size  : 17px;
    font-weight: 600;
    color      : #ffffff;
  }

  .custmize_option .quantity,
  .Size,
  .color_group,
  .starts {
    display    : flex;
    align-items: center;
    height     : 50px;
    gap        : 20px;
  }

  #cart_attr_msg {
    text-align : center;
    font-size  : 20px;
    color      : #df0000;
    font-weight: 600;
  }

  .fa-heart {
    font-size: 2vw;
  }

  .od_pr {
    text-align: center;
  }

  .badge {
    background-color: #000;
    border-radius   : 51% !important;
    position        : relative;
    top             : -16px;
    right           : 19px;
    color           : #fff;
    padding         : 6px 9px !important;
  }

  .flx-imp {
    display: flex !important;
  }

  .input_btn i {
    cursor: pointer;
    color : #0a120aad;
  }

  .input_btn i:hover {
    color: #5e072ec6;
  }

  .Size a {
    text-decoration : none;
    color           : #111;
    font-weight     : 500;
    padding         : 2px 10px;
    background-color: #fff;
    border-radius   : 5px;
    transition      : all 0.2s ease-in-out;
  }

  .Size a:hover {
    background-color: #43091a3a;
    color           : #fff;
  }

  .add_wish {
    color: #fff !important;
  }

  .add_wish i {
    margin-right: 10px;
    margin-left : 16px;
  }

  .Size button {
    text-decoration : none;
    
    font-weight     : 500;
    padding         : 2px 10px;
    border          : 1px solid #ddd;
    background-color: #fff;
    border-radius   : 5px;
    transition      : all 0.2s ease-in-out;
  }

  .Size button:hover {
    background-color: #43091a3a;
    color           : #fff;
  }


  .color_group a {
    text-decoration: none;
    color          : #222;
    font-weight    : bold;
    padding        : 12px;
    border-radius  : 50%;
    border         : 2px solid #ffffff00;
  }

  .color_group a:hover {
    box-shadow: 0px 0 12px 0px #099999;
  }

  /* ===================================Recently View======================= */
  .recent_view_container {
    position       : relative;
    width          : 100%;
    height         : auto;
    display        : flex;
    flex-direction : column;
    align-items    : center;
    justify-content: space-between;
    gap            : 30px;
  }

  .recent_view_container h1 {
    color         : #f9f9f9;
    letter-spacing: 1px;

    font-size: 55px;
  }

  .recent_slider_product {
    position       : relative;
    width          : 100%;
    height         : 380px;
    padding        : 10px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    gap            : 80px;
    overflow-x     : auto;
    overflow-y     : hidden;
  }

  .product_slide_card {
    position        : relative;
    height          : auto;
    padding         : 10px;
    background-color: #fff;
    border-radius   : 10px;
  }

  .wh-2-25 {
    height: 250px !important;
  }

  .price {
    text-align: center;
  }

  .product_slide_card .img_box {
    position        : relative;
    width           : 100%;
    height          : 185px;
    padding         : 10px 30px;
    background-color: #b9cce6;
    border-radius   : 4px;
  }

  .img_box img {
    width : 100%;
    height: 100%;
  }

  .title {
    width     : 100%;
    padding   : 2px;
    margin-top: 4px;
  }

  .f-size-14px {
    font-size: 14px !important;
  }

 .title h3 {
         font-size: 22px;
    color: #ffffff;
    line-height: 21px;
    font-weight: 600;
   
    margin-top: 10px;
 }
 
 .prod-dlt p{
  color: #00214e;
  font-size: 24px;
 }
 .img_box img{
     border: 1px solid #b8bade85;
 }
 .prod-dlt p i{
      margin-right: 10px;
    margin-top: 10px;
        color:#f16827;
    font-size: 17px;
 }
 .newly_arrived_continer p{
  text-align: center;
      color: #acb1c8;
 }
  .stck::before {
    content         : "";
    position        : absolute;
    top             : 0px;
    width           : 87%;
    height          : 98%;
    border-radius   : 10px;
    background-color: #ffffff;
  }

  .stck img {
    top: 0;
  }

  .stck::after {
    background-color: #fff;
  }

  .stck .stck-spn {
    top: 20px;
  }

  .title p {
    font-weight  : 500;
    padding      : 0 5px;
    margin-bottom: 0px;
  }

  .new-prod-sect .title {

    display: block;
  }

  .akch-container .title {
    margin-top: 0 !important;
  }

  .new-prod-sect .title h3 {
    width: 100%;
  }

  .title p span {
    font-size   : 12px;
    padding-left: 5px;
    color       : #555;
  }

  /* ======================================= Footer ===================================  */
  .akc_footer {
    position       : relative;
    width          : 100%;
    height         : 200px;
    margin-top     : 10px;
    display        : flex;
    align-items    : center;
    justify-content: center;
  }

  .akc_footer h1 {
    font-size: 50px;
  }

  .mob-srch {
    display: flex;
  }

  .mob-srch input {
    padding: 10px 1px;
  }

  .Red {
    background-color: #df0000;
  }

  .mob-srch form {
    width: 90%;
  }

  .akch4390 {
    padding: 0 !important;
  }

  .mob-srch .getsearch {
    align-items: center;
  }

  .back_arrow {
    background-color: #f9f9f9;
    display         : flex;
    align-items     : center;
    justify-content : center;
    width           : 50px;
    transition-delay: 1s;
    transition      : all .2s ease-in-out;
    cursor          : pointer;
  }

  /* ======================================= Cart Page ===================================  */
  .wh-100 {
    width        : 100%;
    height       : 100%;
    border-radius: 0;
  }

  .cart_product_caontainer::-webkit-scrollbar {
    width: 10px;
  }

  .cart_product_caontainer::-webkit-scrollbar-thumb {
    background-color: #444;
    border-radius   : 10px;
  }

  .cart_product_caontainer::-webkit-scrollbar-thumb:hover {
    background-color: #4e4e4e;
  }

  .cart_product_caontainer::-webkit-scrollbar-track {
    height       : 500px;
    border-radius: 10px;
  }




  .cart_img_box img {
    position: relative;
    width   : 100%;
    height  : 100%;
  }

  .cart_product_detail {
    position: relative;
    width   : 540px;
    padding : 20px 10px;
  }

  .cart_title,
  .cart_price,
  .cart_size,
  .cart_color {
    position: relative;
    padding : 2px 20px;
  }

  .cart_title h2 {
    font-size  : 18px;
    font-weight: 600;
    color      : #444;
  }

  .cart_price,
  .cart_size,
  .cart_color {
    display    : flex;
    align-items: center;
    gap        : 10px;
  }

  .cart_size h5,
  .cart_color h5 {
    font-weight: 500;
    color      : #000;
    font-size  : 15px;
  }

  .cart_price h5 {
    font-size: 18px;
    color    : #444;

  }

  .cart_price input {
    border          : none;
    outline         : none;
    background-color: transparent;
    width           : 150px;
    font-weight     : 500;
    font-size       : 20px;
    color           : #444;
    pointer-events  : none;

  }

  .cart_size p,
  .cart_color p {
    font-size  : 14px;
    font-weight: 400;
    color      : #555;
  }

  .cart_btn_group {
    position       : relative;
    height         : 100%;
    display        : flex;
    flex-direction : column;
    align-items    : center;
    justify-content: space-between;
    padding        : 20px 0px;
  }

  .cart_btn {
    background : transparent;
    color      : black;
    font-size  : 17px;
    padding    : 4px 8px;
    font-weight: 500;
    transition : all 0.3s ease-in-out;
  }

  .cart_btn i {
    margin-right: 10px;
  }

  .Black {
    background-color: #000;
  }

  .btn_remove {
    border-radius: 50%;
    height       : 30px;
    padding      : 2px 6px;
  }

  .btn_remove i {
    color: #9b9b9b;
  }


  .cart_btn:hover i {
    color: #000;
  }

  .cart_quantity {
    border       : 1px solid #66666681 !important;
    border-radius: 5px;
    margin       : 0 5px;
  }

  /* ==================================Category Page================= */

  .category_container {
    position : relative;
    width    : 100%;
    /* height: 510px; */
    display  : flex;
    gap      : 20px;
  }

  .over-hidden {
    overflow: hidden;
  }




  .colors,
  .sizes {
    display: flex;
    gap    : 15px;
  }

  .w-auto {
    width: auto !important;
  }

  .w-100 {
    width: 100% !important;
  }

  .h-9 {
    height: 90% !important;
  }

  .h-auto {
    height: auto !important;
  }

  .product_title h2 {
    font-size  : 16px;
    font-weight: 600;
    color      : #222;
  }



  .newly_custmize_option .Size,
  .newly_custmize_option .color_group,
  .newly_custmize_option .quantity {
    height         : 40px;
    display        : flex;
    justify-content: space-between;
  }

  .newly_custmize_option h5 {
    font-size: 12px !important;
  }

  .newly_custmize_option .color_group a {
    padding: 5px !important;
  }

  .newly_custmize_option .Size a {
    width    : 25px !important;
    height   : 25px !important;
    font-size: 12px;
  }

  .newly_custmize_option {
    padding: 0 30px;
  }

  .newly_quantity {
    padding: 2px 10px;
  }

  .newly_quantity input {
    width : 50px;
    height: 25px;
  }

  .newly_btn_groups {
    margin       : 20px 5px;
    margin-bottom: -30px;
  }

  .newly_btn_groups button {
    padding: 10px 25px;
  }



  .category_products::-webkit-scrollbar {
    width: 8px;
  }

  .category_products::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius   : 10px;
  }

  .category_products::-webkit-scrollbar-thumb:hover {
    background-color: #666;
  }

  .category_products::-webkit-scrollbar-track {
    background-color: transparent;
    height          : 500px;
  }

  .category_products h1 {
    text-align : center;
    font-size  : 30px;
    font-weight: 500;
    color      : #fff;
  }

  .sub_catergory_container {
    position: relative;
    width   : 100%;
    height  : auto;

    overflow-y: auto;
    overflow-x: hidden;
    padding   : 20px 10px !important;
  }

  .cat_item {
    position        : relative;
    min-width       : 230px;
    max-width       : 230px;
    height          : 340px;
    background-color: #fff;
    border-radius   : 10px;
    display         : flex;
    flex-direction  : column;
    gap             : 50px;
  }

  .cat_img_box {
    position       : relative;
    width          : 100%;
    display        : flex;
    height         : 200px;
    margin-bottom  : 20px;
    padding        : 10px 0px;
    align-items    : center;
    justify-content: center;
  }

  .cat_img_box::after {
    content         : "";
    position        : absolute;
    top             : 48%;
    left            : 23%;
    width           : 121px;
    height          : 137px;
    border-radius   : 50%;
    transform       : rotate3d(-25, 0, 0, 57deg);
    background-color: #b9cce6;
    border          : 1px solid #5f6f86a5;
    box-shadow      : 3px 2px 29px 20px #b9cce68f;
  }

  .cat_img_box img {
    width  : 145px;
    height : 175px;
    z-index: 99;
  }

  .cat_title {
    position       : relative;
    width          : 100%;
    display        : flex;
    align-items    : center;
    flex-direction : column;
    justify-content: space-between;
  }

  .cat_title h2 {
    font-size: 20px;
  }

  .bottom_footer_containt {
    position        : fixed;
    bottom          : 0;
    left            : 0;
    width           : 100%;
    height          : 60px;
    background-color: #ffffff;
    box-shadow      : 0px 0px 2px 2px #be7272bc;
    display         : flex;
    align-items     : center;
    justify-content : space-between;
    padding         : 5px 10px;
  }

  .cart_price,
  .cart_discount,
  .cart_d_charge {
    position: relative;
    display : flex;
    gap     : 20px;
  }

  .equal_sym {
    font-size  : 20px;
    font-weight: 700;
  }



  /* ====================Checkout Page =============== */

  .navigation_btn {
    position   : relative;
    width      : 100%;
    height     : 50px;
    display    : flex;
    align-items: center;
    padding    : 0 20px;

  }

  .navigation_btn span {
    position: relative;
    left    : -10px;
    top     : 30px;
    color   : #fff;
  }

  .navi_points {
    position        : relative;
    width           : 300px;
    height          : 10px;
    background-color: #fff;
    border-radius   : 10px;
    display         : flex;
    align-items     : center;
    justify-content : space-between;
  }

  .navi_points a {
    text-decoration: none;
  }

  .navi_points .navi_box {
    position        : relative;
    width           : 30px;
    height          : 30px;
    background-color: #fff;
    border-radius   : 50%;
  }

  /* .navi_box::after{
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 60%;
    height: 60%;
    background-color: #000;
    border-radius: 50%;

  } */

  .navi_active::after {
    content         : '';
    position        : absolute;
    top             : 6px;
    left            : 6px;
    width           : 60%;
    height          : 60%;
    background-color: #000;
    border-radius   : 50%;
  }

  /* .navi_active::before {
    content: '';
    position: absolute;
    top: 13px;
    left: 6px;
    width: 140px;
    height: 4px;
    z-index: 1;
    background-color: #000;
  transition: all .3s ease-in-out;

  } */

  .check_box {
    min-width: 100%;
    height   : 100%;
  }

  .checkout_form {
    position     : relative;
    width        : 700px;
    height       : 530px;
    top          : 40%;
    left         : 50%;
    transform    : translate(-50%, -50%);
    border-radius: 20px;
    background   : #E3E3E3;
    box-shadow   : 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  }


  .checkout_form h1 {
    text-align : center;
    padding    : 10px 0;
    color      : #444;
    font-weight: 500;
  }

  .sub_catergory_container .collection_item {
    height: 320px;
  }

  .slick-dots li button:before {
    color: #ffffff;
  }

  .check_form_box {
    position       : relative;
    width          : 100%;
    height         : 100%;
    display        : flex;
    gap            : 50px;
    overflow       : hidden;
    scroll-behavior: smooth;
    justify-content: space-between;
  }

  .check_form_box form,
  .summary {
    position : relative;
    min-width: 100%;
    padding  : 20px;
  }

  .check_input {
    position: relative;
    width   : 50%;
    height  : 40px;
    margin  : 10px;


  }

  .check_input label {
    position  : absolute;
    top       : 5px;
    left      : 10px;
    font-size : 14px;
    color     : #555;
    z-index   : -1;
    transition: all .3s ease-in-out;
  }

  .check_input input {
    width        : 100%;
    height       : 30px;
    background   : transparent;
    border       : 1px solid #9f9999;
    border-radius: 5px;
    outline      : none;
    padding      : 5px 10px;
    font-size    : 14px;
    color        : #222;


  }

  .flex {
    display        : flex;
    justify-content: space-between;
  }

  .check_input input:focus~label,
  .check_input input:valid~label {
    top             : -10px;
    font-size       : 12px;
    padding         : 0 5px;
    z-index         : 1;
    background-color: #E3E3E3;

  }

  .w-9 {
    width: 97% !important;
  }

  .form button {
    position: relative;
    float   : right;
    bottom  : -40px;
  }

  .summary_box {
    min-width: 100%;
    height   : 100%;
  }

  .summary {
    height       : auto;
    max-height   : 50%;
    overflow-x   : hidden;
    overflow-y   : auto;
    border-bottom: 0.4px solid #999;
  }

  .flex-col {
    flex-direction : column;
    align-items    : center;
    justify-content: center;
  }

  .summary::-webkit-scrollbar {
    width: 5px;
  }

  .summary::-webkit-scrollbar-thumb {
    background   : #777;
    border-radius: 10px;

  }

  .summary::-webkit-scrollbar-thumb:hover {
    background-color: #444;
  }

  .summary::-webkit-scrollbar-track {
    height: 300px;
  }

  .summary_item {
    position       : relative;
    width          : 100%;
    display        : flex;
    align-items    : center;
    justify-content: flex-start;
    height         : 80px;
    padding        : 10px 0px;
    gap            : 10px;
    border-radius  : 10px;
    margin         : 10px 0;
    box-shadow     : 0px 0px 10px -3px #777;

  }

  .summary_item h3 {
    font-weight: 500;
  }

  .sum_img {
    position : relative;
    min-width: 100px;
    height   : 100px;
    padding  : 10px 15px;
  }

  .sum_img img {
    width : 100%;
    height: 100%;
  }

  .sum_detainl {
    position: relative;
    width   : 70%;
    padding : 5px 10px;
    height  : 100%;
  }

  .sum_detainl h4 {
    font-size  : 18px;
    font-weight: 500;

  }

  .sum_detainl p {
    font-weight: 500;
    color      : #444;

  }

  .sum_detainl p span {
    margin-left: 5px;
  }

  .Sum_bottom {
    position       : relative;
    width          : 100%;
    display        : flex;
    padding        : 10px 20px;
    justify-content: space-between;
  }

  .address_detail_sum {
    position: relative;
    width   : 50%;
    padding : 20px;

  }

  .address_detail_sum h5 {
    font-size  : 16px;
    font-weight: 600;
    color      : #222;
  }

  .address_detail_sum p {
    font-size  : 14px;
    font-weight: 500;
    color      : #222;
    display    : flex;
    align-items: center;
    gap        : 50px;

  }

  .address_detail_sum p span {
    font-size  : 14px;
    font-weight: 400;
    color      : #222;


  }

  .sum_total_price {
    width         : 50%;
    display       : flex;
    flex-direction: column;
    align-items   : flex-end;
  }

  .sum_total_price p {
    font-weight: 500;
    font-size  : 14px;

  }

  .sum_total_price p span {
    font-weight: 400;
    margin-left: 10px;
  }

  .payTm {
    position      : relative;
    margin-top    : 20px;
    width         : 100%;
    display       : flex;
    align-items   : flex-end;
    flex-direction: column;
    gap           : 10px;
  }

  .akchlog-actv {
    border-bottom: 3px solid #00214e !important;
    width        : 61px;

    transition: width 2s linear;
  }

  .radio {
    display    : flex;
    align-items: center;
    gap        : 10px;
  }

  .payTm img {
    width        : 100px;
    height       : 30px;
    border-radius: 4px;
  }

  .Sum_icon i {
    font-size: 50px;
    color    : #169e09;

  }

  .Sum_bottom h4 {
    color: #169e09;
  }

  .pos-a-b-r {
    position: absolute;
    bottom  : -80px;
    right   : 30px;
  }

  .prof-icon .usr-prof-nme {
    background-color: #B9CCE6;
    padding         : 7px 12px;
    font-weight     : 600;
    border-radius   : 50%;
    color           : #000;
  }

  .prof-icon {

    cursor: pointer;
  }


  .profile-menu {
    display         : none;
    position        : absolute;
    top             : 40px;
    right           : 0;
    background-color: #f9f9f9;
    box-shadow      : 0 2px 5px rgba(0, 0, 0, 0.2);
    padding         : 10px;
    border-radius   : 5px;
  }

  .profile-menu ul {
    list-style: none;
    padding   : 0;
    margin    : 0;
  }

  .profile-menu li {
    padding: 5px 10px;
    cursor : pointer;
  }

  /* Show the menu on hover */
  .prof-icon:hover .profile-menu {
    display: block;
  }

  .prod-sd-tp {
    display    : flex;
    gap        : 10px;
    align-items: center;

  }

  .sd-log-btn {
    background-color: #000;
    color           : #fff !important;
    padding         : 10px 25px;
    border-radius   : 10px;
  }

  .sd-lg-ctn {
    text-align: center;
  }

  .us-add-flx {
    display: flex;
  }

  .us-add-flx .dash_title {
    font-size   : 25px;
    font-weight : 600;
    width       : 70%;
    padding-left: 13px;
  }

  .us-add-flx .add-adrs-btn {
    width        : 30%;
    font-size    : 19px;
    text-align   : end;
    padding-right: 15px;
  }

  .add-adrs-btn i {


    margin-right: 10px;
  }

  .check-black {
    background-color: #000 !important;
    color           : #fff !important;
  }

  .no-prod-sect {

    position: relative;
    top     : 20px;
  }

  .cart-prod-prc {
    font-weight: 600;
  }

  .old_prc {
    text-decoration: line-through;
    color          : #717171;
    font-weight    : 500;
    font-size      : 14px;
    margin-left    : 4px;
  }

  .dico_val {
    font-size  : 17px;
    color      : #388e3c;
    margin-left: 6px;
    font-weight: 600;
    ;
  }

  .collection_item {
    padding         : 10px;
    border-radius   : 10px;
    background-color: #fff;
    margin-bottom   : 15px;
  }

  .collection_item .img_box {
    position        : relative;
    width           : 100%;
    height          : 80%;
    padding         : 10px 0px;
    background-color: #b9cce6;
    border-radius   : 4px;
    text-align      : center;
  }


  footer .ft-logo img {
    width: 200px;
  }

  footer .ft-abt-sect p {
    padding-top: 20px;
  }

  footer .scl-lnks {
    width      : 180px;
    padding-top: 15px;
    margin     : auto;
  }

  footer .qrs-lnks {
    width      : 200px;
    padding-top: 15px;
    margin     : auto;
  }

  footer .scl-lnks h4 {
    padding-bottom: 20px;
  }

  footer .qrs-lnks h4 {
    padding-bottom: 20px;
  }

  footer .pc-btm-ft {
    margin-top : 15px;
    padding-top: 15px;
    border-top : 1px solid #828282;
  }

  footer .dvlp-crd {
    text-align: center;
  }

  footer .scl-lnk-img {
    width       : 21px;
    margin-right: 10px;
  }

  #cpn-cde {
    text-align: center;
    font-size : 15px;
    color     : #14a755;

  }

  #cnogs-sect {
    height: 250px !important;
  }

  footer .sd-scl-flx {
    margin-top     : 0px;
    justify-content: end;
  }

  .prc-sj {
    font-size  : 20px;
    font-weight: 500;
    text-align : center;
    color      : #2bb100;
  }

  .check-blr {

    background: #ededed;
  }

  .usr_rvw_imgs {
    display: flex;
    gap    : 10px;
  }

  .usr-rvw-bx p {
    margin-top: 10px;
    font-size : 15px !important;
  }

  .usr_rvw_img img {
    width : 78px;
    height: 70px;
  }

  .akch93200 {
    margin-top             : 20px;
    padding                : 25px 0;
    background-color       : #fff;
    border-top-left-radius : 10px;
    border-top-right-radius: 10px;

  }

  .akch30132 h4 {
    text-align   : center;
    font-weight  : 600;
    margin-bottom: 20px !important;
  }

  .akch3002 {
    margin-bottom: 15px;
  }

  .akch2042 {
    margin-bottom: 12px;
  }

  .app-sucs {
    color: #2bb100 !important;
  }

  .check-add-frm {
    background-color: unset !important;
    box-shadow      : unset !important;
    height          : auto !important;
  }

  .akch1321 {
    font-weight: 600;
  }

  .check-add-frm .input_box {
    margin-top: 0 !important;
  }

  .pin-cod-errr {
    border: 1px solid #c90000 !important;
  }

  #pinc_err {
    margin-top: -8px;
  }

  .lb-cod-errr {
    color    : #c90000;
    font-size: 11px;
  }

  .add-bx span {
    margin-left: 8px;
  }

  .add-adrs {
    margin-top: 20px;
  }

  .svd-addrs {
    padding         : 10px 15px;
    background-color: #099999;
    color           : #ffffff;
  }

  .add-adrs {
    text-align: center;
    margin    : 30px 0px 12px;
  }

  .svd-addrs {
    width        : 70%;
    margin       : auto;
    border-radius: 10px;
    border       : 1px solid #fff;
  }

  .ord-plcd {
    position        : fixed;
    top             : 50%;
    left            : 50%;
    transform       : translate(-50%, -50%);
    background-color: white;
    border-radius   : 5px;
    box-shadow      : 0px 0px 10px rgba(0, 0, 0, 0.3);
    z-index         : 9999;
  }

  #ss_overlay {
    display         : none;
    position        : fixed;
    top             : 0;
    visibility      : visible !important;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index         : 9998;
  }

  .hot_flx::-webkit-scrollbar {
    display: none;
  }

  .item-slider::-webkit-scrollbar {
    display: none;
  }

  .akch57831 {
    display : flex;
    position: relative;
  }

  .akch38234 {
    position: absolute;
    right   : 20px;
    top     : 28px;
  }

  .akch-ord-stts .pnd {
    background-color: #f37e00;
  }

  .akch-ord-stts .canld {
    background-color: #af0000;
    width           : 18px !important;
  }

  .akch-ord-stts .comp {
    background-color: #26a541;
  }

  .akch-sts {
    height      : 13px;
    margin-right: 10px;
    width       : 13px;

    border-radius: 50px;
  }

  .ord-expt-txt {
    font-size  : 15px;
    font-weight: 600;
    color      : #555555;
  }

  .itm-dlvrd-txt {
    font-size: 11px;
  }

  .toast-container {
    position  : fixed;
    top       : 54px;
    left      : 50%;
    transform : translateX(-50%);
    z-index   : 9999;
    text-align: center;
  }

  .toast {
    background-color: rgba(33, 150, 243, 0.9) !important;
    color           : #fff !important;
    display         : inline-flex;
    align-items     : center;
    padding         : 10px 20px;
    border-radius   : 5px;
    box-shadow      : 0 2px 5px rgba(0, 0, 0, 0.2) !important;
    opacity         : 0;
    transform       : translateY(10px) !important;
    transition      : opacity 0.3s ease-in-out, transform 0.3s ease-in-out !important;
  }

  #hpp {
    height: 345px;
  }

  .icon {
    font-size   : 24px !important;
    margin-right: 10px !important;
  }

  .toast .message {
    font-size: 14px;
  }

  .input_box span {
    color: #f00;
  }

  .akch0032 {
    padding-top: 20px;
  }

  .akch78320 {
    padding: 20px 30px;
  }

  .coms-pg {
    padding: 15px;

    border-radius   : 10px;
    margin          : auto;
    background-color: #fff;
  }

  .cms-cont {
    text-align    : center;
    padding-bottom: 15px;
  }

  .input-group-text {
    border-radius: 0 !important;
  }

  /* ... Same as previous CSS ... */

  .file-input-container {
    position: relative;
    display : inline-block;
    margin  : 10px 0;
  }

  .file-input-label {
    background-color: #000000;
    color           : #fff;
    padding         : 10px 20px;
    border-radius   : 5px;
    cursor          : pointer;
    display         : flex;
    align-items     : center;
  }

  .image-preview-container {
    display: flex;
  }

  .file-input-label:hover {
    background-color: #0056b3;
  }

  .file-input-label i {
    margin-right: 10px;
  }

  /* Hide the default file input */
  #images {
    display: none;
  }


  .cms-cont h4 {
    font-size  : 35px;
    font-weight: 600;
  }

  .cms-cont p {
    margin-bottom: 20px !important;
  }

  .akch28392 {
    background-color: #000;
    color           : #fff !important;
    border-radius   : 30px;
    padding         : 12px 30px;

    border: 1px solid #000;
  }

  .trac-box {
    box-shadow: 0 0 9px 0 #ddd;
    text-align: center;
    width     : 50%;
    top       : 55%;
    left      : 50%;
    height: 500px;
    padding: 20px;
    
    transform: translate(-50%, -50%);
    margin    : auto;
    border-radius: 10px;
    position: absolute;

  }

  .trak-order {
    height: 100vh;
  }
  .track-hea h2{
    color: #ac0000;
    font-weight: 600;
    margin-top: 20px;
    font-size: 40px;
  }
  .numb input{
    border: 1px solid #ddd;
    color: #585858;
    padding: 5px;
    border-radius: 5px;
    margin-top: 70px;
  width: 70%;
  }
  .track-btn{
    background-color: #460200;
    color: #fff;
    margin-top: 22px;
  }
  .ord-img img{
    border-radius: 104px;
  }
  .btn:hover{
    color: #fff;
  }
  .rs-1{
    position: absolute;
      display: block;
      pointer-events: auto;
      left: 70px;
      top: -66px;
      z-index: 7;
      visibility: visible;
      perspective: 601px;
  }
  .rs-1_1{

    z-index: 7;
      background-color: rgb(240 252 255 / 8%);
      color: rgb(255, 255, 255);
      width: 409px;
      height: 409px;
      min-height: 0px;
      min-width: 0px;
      max-height: none;
      max-width: none;
      overflow: hidden;
      border-radius: 250px;
      transform-origin: 50% 50%;
      opacity: 1;
      transform: translate(0px, 0px);
      visibility: visible;
  }
  .akch-tp{
    background: #05051e;
  }
  .rs-2{
    position: absolute;
    display: block;
    pointer-events: auto;
    left: 0px;
    top: 233px;
    z-index: 6;
    visibility: visible;
    perspective: 601px;
  }
  .rs-2_2{
    z-index: 6;
    
     background:radial-gradient(103.78% 100% at 50% 0%,rgba(118,146,255,0) 80.55%,rgba(122,150,255,.04) 100%),radial-gradient(120.05% 100% at 50% 0%,rgba(226,232,255,0) 33.78%,rgba(226,232,255,.08) 100%),rgba(226,232,255,.01); 
    box-shadow: 0 12px 32px #05051e66, 0 -8px 32px #e2e8ff1f inset;
    border: 1px solid rgba(226, 232, 255, .1);

    width: 429px;
    height: 429px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    overflow: hidden;
    border-radius: 250px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
  }
   #typing{
    font-weight: inherit;
    /* background-image: linear-gradient(135deg, #9e7aff 0%, #fe8bbb 33.33%, #ffbd7a 66.67%, #f8eac3 100%); */
    background-image: linear-gradient(135deg, color(display-p3 .6196078431 .4784313725 1 / 1) 0%, color(display-p3 .9960784314 .5450980392 .7333333333 / 1) 33.33%, color(display-p3 1 .7411764706 .4784313725 / 1) 66.67%, color(display-p3 .9725490196 .9176470588 .7647058824 / 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
  .cursor {
    display: inline-block;
    color:rgb(255 141 0);
    animation: blink 0.7s infinite;
  }

  @keyframes blink {
    50% { opacity: 0; }
  }
  .rs-3{

    position: absolute;
    display: block;
    pointer-events: none;
    left: 552px;
    top: 145px;
    z-index: 14;
    visibility: visible;
    perspective: 601px;
  }

  .rs-3_3  {
      z-index: 14;
      color: rgb(255, 255, 255);
      width: 148px;
      height: 162px;
      min-height: 0px;
      min-width: 0px;
      max-height: none;
      max-width: none;
      transform-origin: 50% 50%;
      opacity: 1;
      transform: translate(0px, 0px);
      visibility: visible;
  }
  .rs-tshirt{
    position: absolute;
    display: block;
    pointer-events: auto;
    left: 170px;
    top: 34px;
    z-index: 12;
    visibility: visible;
    perspective: 601px;

  }
  .rs-simg{
    z-index: 12;
    color: rgb(255, 255, 255);
    width: 453px;
    height: 532px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
  }
  .rs-simg img{
    position: relative;
    height: 100%;
    width: 100%;

  }
  .rs-hoodie{
    position: absolute;
    display: block;
    pointer-events: auto;
    left: 207px;
    bottom: -20px;
    z-index: 12;
    visibility: visible;
    perspective: 601px;
  }

  .rs-himg{
    z-index: 12;
    color: rgb(255, 255, 255);
    width: 110px;
    height: 115px;
    border-radius: 15px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    padding: 20px;
    background-color: #c0bcff2b;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
  }
  .rs-himg img{
    position: relative;
    height: 100%;
    width: 100%;

  }

  .rs-sticker{
    position: absolute;
    display: block;
    pointer-events: auto;
    right: 37px;
    top: 120px;
    z-index: 12;
    visibility: visible;
    perspective: 601px;
  }

  .rs-stimg{
    z-index: 12;
    color: rgb(255, 255, 255);
    width: 105px;
    height: 100px;
    border-radius: 15px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    padding: 20px;
    background-color: #fff;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
  }
  .rs-stimg img{
    position: relative;
    height: 100%;
    width: 100%;

  }
  .rs-rect{
    position: absolute;
    display: block;
    pointer-events: none;
    left:-30px;
    top: 140px;
    z-index: 9;
    visibility: visible;
    perspective: 601px;
  }
  .rs-recimg{
    z-index: 9;
    color: rgb(255, 255, 255);
    width: 79px;
    height: 77px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;

  }
  .rs-recimg img{
    position: relative;
      height: 100%;
      width: 100%;

  }

  .rs-polo{
    position: absolute;
    display: block;
    pointer-events: auto;
    left: 120px;
    top: 70px;
    z-index: 7;
    visibility: visible;
    perspective: 601px;
  }

  .rs-poimg{
    z-index: 12;
    color: rgb(255, 255, 255);
    width: 135px;
    height: 140px;
    border-radius: 15px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    padding: 20px;
    background-color: #7096b4;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
  }
  .rs-poimg img{
    position: relative;
    height: 100%;
    width: 100%;

  }

  .rs-cap{
    position: absolute;
    display: block;
    pointer-events: auto;
    left: -140px;
    bottom: -70px;
    z-index: 7;
    visibility: visible;
    perspective: 601px;
  }

  .rs-caimg{
    z-index: 12;
    color: rgb(255, 255, 255);
    width: 245px;
    height: 200px;
    border-radius: 15px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
  }
  .rs-caimg img{
    position: relative;
    height: 100%;
    width: 100%;

  }

  .rs-circle{
    position: absolute;
    display: block;
    pointer-events: auto;
    left: -130px;
    bottom: 90px;
    z-index: 7;
    visibility: visible;
    perspective: 601px;
  }

  .rs-ciimg{
    z-index: 12;
    color: rgb(255, 255, 255);
    width: 30px;
    height: 30px;
    border-radius: 15px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
  }
  .rs-ciimg img{
    position: relative;
    height: 100%;
    width: 100%;

  }
  .ka-head{
      padding: 6px 10px;
      border-radius: 60px;
   }
  .akch-banner{
    height: 700px;
        top: -68px;
    position: relative;
    background:#05051e}


  .rs-lftcircle{
    position: absolute;
    display: block;
    pointer-events: auto;
    left: 44px;
    top: -55px;
    z-index: 7;
    visibility: visible;
    perspective: 601px;
  }

  .rs-lftciimg{
    z-index: 12;
    color: rgb(255, 255, 255);
    width: 30px;
    height: 30px;
    border-radius: 15px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
  }
  .rs-lftciimg img{
    position: relative;
    height: 100%;
    width: 100%;

  }
  .rs-idcard{
    position: absolute;
    display: block;
    pointer-events: auto;
    right: 70px;
    bottom: -70px;
    z-index: 999;
    visibility: visible;
    perspective: 601px;
  }

  .rs-idimg{
    z-index: 12;
    color: rgb(255, 255, 255);
    width: 135px;
    height: 140px;
    border-radius: 15px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    padding: 20px;
     background:radial-gradient(103.78% 100% at 50% 0%,rgba(118,146,255,0) 80.55%,rgba(122,150,255,.04) 100%),radial-gradient(120.05% 100% at 50% 0%,rgba(226,232,255,0) 33.78%,rgba(226,232,255,.08) 100%),rgba(226,232,255,.01); 
                       
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
  }
  .rs-idimg img{
    position: relative;
    height: 100%;
    width: 100%;

  }
  .akch-cat{
    margin-top: 5px;
  }
  .cat-tlt{
      color: #e2e8ffbf;
  }
  .cat-box{
    background: rgb(5 5 29);
    box-shadow: 0 62px 87px #05051e, 0 -8px 74px #e2e8ff1f inset;
    border-radius: 200px;
    align-items: center;
    text-align: center;
    display: flex
;
    border: 1px solid #cdc4ff54;
    width: 129px;
    height: 125px;
    margin: auto;
  }
  .cat-box .cat-img img{
    height: 87px;
    width: 87px;
  }
  .cat-box .cat-img{
    width: 100%;
  }
  .cat-itm{
    text-align: center;
  }
  .cat-txt{
    margin-top: 10px;
  }
  .stick img{
    border-radius: 50px;
  }
  .cat-box .polot img{
    height: 96px;
  }
  .cat-bar{
          background-image: linear-gradient(270deg, #ffffff0d 0%, #92bfd657 100% 100%);
  margin-top: 40px;
  padding:5px 0;
  }
  .cart-ul{
    display: inline-flex;
    list-style: none;
    gap:50px;
    margin-bottom: 0;
  }
  .cat-marq{
    display:flex;
    padding: 0 5px;
    align-items: center;
  }
  .cart-ul li{
    font-size: 15px;
    font-weight: 500;
        color: #e2e8ffbf;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    padding: 16px 0;
  }
  marquee{
    line-height: 0;
    margin-bottom: 0;
    padding: 0 5px;
  }
  .fest-cvrd{
    margin-top: 70px;
    padding: 0 30px;
  }
  .fest-cvrd .cvrd-tlt{
    font-size: 45px;
    letter-spacing: 3px;
    font-weight: 600;
    font-family: sans-serif;
    margin-bottom: 38px;
  }
  .cvrd-itm{
    background-color: #F0F4FA;
    border-radius: 650px;
    padding: 16px 20px;
    
    position: relative;
   
    display: flex;
  }
  .cvrd-itm .fest-nme h2{
    font-size: 17px;
    ;
    font-family: sans-serif;    font-weight: 600;
  }
.fest-logo{
  background-color: #000;
  border-radius: 100px;
  height: 100px;
  /* position: absolute; */
  width: 100px;
  padding: 10px;
 
  text-align: center;
  align-items: center;
  display: flex;;
  top: -22px;
}
.fest-logo img{
  width:60px;
  height: 60px;
  margin: auto;
}
.fest-nme{
  width: 100%;
}
.fest-imglft .fest-logo{
  left: 0;
}
.fest-imgrgh .fest-logo{
  right: 0;
}
.fest-imglft h2{
 padding-left: 100px;
}
.marf-top{
  margin-top: 70px;
}
.e-summit img{
  width: 92px;
  height: 99px;
}
.e-summit .fest-logo{
  padding: 0;
}
.fest-bcent{
  background-color: #EEF2FB;
  border-radius: 200px;

}
.mrk-ban{
  padding-top: 40px;
}
.mark-lft{
  margin: 20px;
  border-radius: 10px;
  background-color: #F5F5F5;
  padding: 30px;
}
.mark-head{
  margin-top: 10px;
  font-size: 18px;

  font-weight: 800;
}
.mark-cont{
  margin-top: 60px;
}
.mark-cont .mark-btn{
  background-color: #f26119;
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  font-size: 18px;
  margin-top: 30px;
  padding: 8px 40px;
}
.mark-img img{
  
  width: 258px;
  height: 210px;
  margin: auto;
}
.mark-rgh{
  background-color: #F0F4FA;
  margin: 20px;
  border-radius: 10px;
  padding: 30px;
}
.mark-rgh .mark-cont .mark-btn{
    background-color: #ffffff;
    color: #f26119;
    border-radius: 50px;
    font-weight: 600;
    font-size: 18px;
    padding: 8px 40px;
    border: 1px solid #f26119;
}
.mark-rgh .mark-cont{
  margin-top: 90px;
}
.pnt-coll{
  padding: 20px 20px 0px 20px; 
  margin-top: 20px;
  margin-bottom: 30px;
  

}
.pnt-head{
    font-size: 35px;
    font-weight: 700;
      color: #fff;
      margin-top: 20px;
      padding: 0 20px;
  text-align: center;
  margin-bottom: 20px;
}
.pnt-itm .row{
  align-items: center;
}
.pnt-icon{
  padding: 10px;
  width: 100px;
  height: 100px;
  box-shadow: 0 0 9px 0 #ddd;
  border-radius: 100px;
}
.pnt-icon img{
  width: 100%;
   
}
.pnt_nme{
  margin-left: 12px;
}
.pnt_nme h4{
  font-size: 17px;
  margin-bottom: 5px;
  font-family: sans-serif;
  font-weight: 600;

}
.pnt_nme p{
  color: #a8a8a8;
  font-size: 15px;
}
.pnt-marg{
  margin-top: 70px;
}
.paint-ent{
  background-color: #F2F5FB;
  border-radius: 10px;
  padding: 20px;
}
.pain-img{
  width: 400px;
  margin: auto;
}
.pain-img img{
  margin: auto;
  width: 100%;
  height: 290px;
}
.sched{
  position: relative;
  top: -45px;
  text-align: center;
  background-color: #020258;
  width: 200px;
  padding: 5px 10px;
  color: #fff;
  border-radius: 30px;
  margin: auto;
  border: 10px solid #fff;
}
.cole-itm{
  margin-top: 40px;
}
.cole-itm .row{
  align-items: center;
}
.sched a{
  color: #fff;
}
.akch-nmb{
  margin-top: 40px;
  padding: 20px;
}
.nmb-box{
  background-color: #1e1550;
  padding: 20px;
  border-radius: 10px;
}
.intrs-nmb{
  color: #ff8d00;
  font-size: 15px;
  margin-bottom: 20px;
}
.prod-nmb .prod-head{
  font-size: 55px;
  line-height:85px;
  font-weight: 600;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 90px;

}
 .vertical-text {
  position: absolute;
  left: -236px;
  top: 47%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 94px;
  font-weight: bold;
  color:#c2cad8;
  letter-spacing: 10px;
  text-shadow: 2px 2px 4px rgb(147 147 147 / 30%);
}
.prod-qte{
    text-align: center;
    width: 223px;
    margin: auto;
    font-size: 20px;
    font-weight: 700;
    background: #fff;
    padding: 10px 40px;
    border-radius: 35px;
}
.prod-qte a{
  color: #06063d;
}
.akch-nmb .row{
    align-items: center;
}
.cust-nmb{
  border: 1px solid #ddd;
  border-style: dashed;
  padding:30px 10px;
  padding-bottom: 60px;
  position: relative;
  text-align: center;
  border-radius: 20px;
}

.cst-txt{
  font-size: 50px;
  color: #c6c6d6;
  font-weight: 600;
}
.cust-nmb p{
  color: #c1c1c1;
}
.cst-icon{
  position: absolute;

  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 100px;
  margin: auto;
bottom: -3px;
transform: translate(-50%, 50%);
left: 50%;
}

.secn-marg{
  margin-top: 70px;
}
.fot-ccol {
    background-color: #121226;
    border-radius: 10px;
    padding: 20px;
    box-shadow: inset 0 0px 313px rgb(41 41 88 / 31%);
}
.prod-text{
    color: #fff;
}
.fot-ccol .row{
  align-items: center;

}
.fot-ccol img{
  width: 80%;
  padding: 20px;
  margin: auto;
}
.fot-ccol .prod-text h4{
  font-size: 45px;
  text-align: center;
  font-weight: 600;
}
.ft-end{
  text-align: end;
}
.fot-ccol .span-ftn{
  background-color: #fff;
  color: #000;
  width: 170px;
  text-align: center;
  margin: auto;
  border-radius: 20px;
  padding: 6px;
}
.clnt-img{
  padding: 20px 20px 0px 20px;
}
.clnt-img img{
  padding-bottom: 0;
}
.kit-knp img{
    border-radius: 100px;
}
.bnt-unv img{
    height: 62px;
}
.work-nme h2{
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  color: #cbd9ff;
}
.akch-fest{
    box-shadow: inset 0 0 113px 0 #64606038;
    border-radius: 10px;
    height: 105px;
}
.fest-img{
  position: relative;
  background-color: #000;
  padding: 10px;
  margin: auto;
  border-radius: 100px;
  width: 90px;
  display: flex;
  transform: translate(-50%, -50%);
  left: 50%;
  position: absolute; 
  height: 90px;
}
.fest-img img{
  align-items: center;
  width: 60px;
  margin: auto;
}
.akch-fest .fest-nme{
  padding-top: 60px;
  text-align: center;
  font-size: 20px;
}
.akch-fest .fest-nme h2{
  font-size: 15px;
  font-weight: 600;
}
.fest-sld .col-2{
  height:128px;
  margin-top: 47px;
}
.akch-fest .e-summt{
  padding: 0 !important;
}
.cst-icon{
    align-items: center;
    display: flex;
    
}
.cst-icon i{
      width: 100%;
    text-align: center;
    /* width: 116px; */
    font-size: 34px;
    color: #020252;
}
.ft-lg img{
    width: 180px;
}
.fest-img{
    border:  1px solid #9494ba;
}
.akch-fest .e-summt img{
  width: 88px;
}
.our_ctg .col-2{
  margin-top: 5px;
}
.akch-head{
  padding: 50px;
  text-align: center;
}
.akch-merch{
  font-size: 30px;
  font-weight: 600;
}
.ka_csat{
    margin-top: 50px;
}

    /* Floating Quote Button */
    .klqt-btn {
      position:fixed;
      bottom:30px;
      right:30px;
      background:#f26119;
      color:#fff;
      padding:10px 28px;
      font-size:16px;
      border:none;
      border-radius:50px;
      cursor:pointer;
      font-weight:600;
      transition:.3s;
      box-shadow:0 6px 15px rgba(0,0,0,0.2);
      z-index:1000;
    }
    .tag-select {
  position: relative;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 8px 10px;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.tag-select .selected-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tag-select .selected-tags .tag {
  background-color: #ffeded;
  padding: 5px 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #e60000;
}

.tag-select .selected-tags .tag span {
  cursor: pointer;
  font-weight: bold;
}

.tag-select #tagInput {
  border: none;
  outline: none;
  flex: 1;
  min-width: 120px;
  cursor: pointer;
}

.tag-select .tag-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  margin-top: 5px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  max-height: 180px;
  overflow-y: auto;
  z-index: 100;
}
 input, textarea{
     color: #5a5a5a;
 }
.tag-select .tag-options span {
  display: block;
  padding: 10px 12px;
  cursor: pointer;
  transition: 0.2s;
}

.tag-select .tag-options span:hover {
  background-color: #ffecec;
}

    .klqt-btn:hover {transform:translateY(-3px);box-shadow:0 8px 18px rgba(0,0,0,0.25);}

    /* Overlay */
    .klqt-overlay {
      position:fixed;
      top:0;left:0;
      width:100%;height:100%;
      background:rgba(0,0,0,0.7);
      display:none;
      align-items:center;
      justify-content:center;
      z-index:99999;
    }

    /* Modal */
    .klqt-modal {
      background:#fff;
      border-radius:20px;
      padding:40px;
      width:90%;
      max-width:600px;
      position:relative;
      box-shadow:0 15px 40px rgba(0,0,0,0.3);
      animation:klqt-fadeIn .4s ease;
    }
    @keyframes klqt-fadeIn {
      from {opacity:0;transform:translateY(20px);}
      to {opacity:1;transform:translateY(0);}
    }
    .klqt-modal h2 {
      font-size:28px;
      font-weight:700;
      margin-bottom:8px;
      color:#222;
      text-align:center;
    }
    footer .ft{
        padding-bottom: 0;
    }
    .klqt-modal h2 span {
      background:linear-gradient(135deg,#ff7e5f,#feb47b);
      -webkit-background-clip:text;
      -webkit-text-fill-color:transparent;
    }
    .klqt-modal p {margin-bottom:25px !important;color:#666;text-align:center;}

    /* Close Button */
    .klqt-close {
      position:absolute;
      top:18px;right:20px;
      font-size:26px;
      cursor:pointer;
      color:#999;
      transition:.3s;
    }
    .klqt-close:hover {color:#000;}

    /* Form */
    .klqt-form {display:grid;grid-template-columns:1fr 1fr;gap:18px;}
    .klqt-form label {font-size:14px;font-weight:500;margin-bottom:5px;display:block;}
    .klqt-form input,
    .klqt-form textarea,
    .klqt-form select {
      width:100%;
      padding:13px;
      border:1px solid #ddd;
      border-radius:12px;
      font-size:15px;
      transition:.3s;
      background:#fdfdfd;
    }
    .klqt-form input:focus,
    .klqt-form textarea:focus,
    .klqt-form select:focus {
      border-color:#ff7e5f;
      outline:none;
      box-shadow:0 0 0 3px rgba(255,126,95,0.2);
    }
    .klqt-full {grid-column:span 2;}
    .klqt-form textarea {resize:vertical;min-height:100px;}
    .mark-btn{
        cursor: pointer;
    }
    .gt-nmb{
        cursor: pointer;
    }
.gts-btns{
    cursor: pointer;
}
    .klqt-submit {
      grid-column:span 2;
      background:#05051e;
      color:#fff;
      padding:15px;
      border:none;
      border-radius:50px;
      font-size:16px;
      font-weight:600;
      cursor:pointer;
      transition:.3s;
    }
    .klqt-submit:hover {transform:translateY(-2px);box-shadow:0 5px 15px rgba(255,126,95,0.35);}
    
    /* Responsive */
    @media(max-width:700px){
      .klqt-form {grid-template-columns:1fr;}
      .klqt-full,.klqt-submit {grid-column:span 1;}
    }
