*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
::selection{
    background-color: var(--msc-theme-black-opacity);
}
@font-face {
    font-family: "poppins-regular";
    src: url("../fonts/Poppins/Poppins-Regular.ttf");
}
@font-face {
    font-family: "poppins-italic";
    src: url("../fonts/Poppins/Poppins-Italic.ttf");
}
@font-face {
    font-family: "poppins-medium";
    src: url("../fonts/Poppins/Poppins-Medium.ttf");
}
@font-face {
    font-family: "poppins-semibold";
    src: url("../fonts/Poppins/Poppins-SemiBold.ttf");
}
@font-face {
    font-family: "poppins-bold";
    src: url("../fonts/Poppins/Poppins-Bold.ttf");
}
@font-face {
    font-family: "poppins-light";
    src: url("../fonts/Poppins/Poppins-Light.ttf");
}
@font-face {
    font-family: "stylish-cursive";
    src: url("../fonts/cursive-stylish/ShadowsIntoLight-Regular.ttf");
}
@font-face {
    font-family: "monostat-bold";
    src: url(../fonts/Montserrat/static/Montserrat-ExtraBold.ttf);
}
@font-face{
    font-family: "inter-regular";
    src: url("../fonts/Inter/static/Inter-Regular.ttf");
}
@font-face {
    font-family: "roboto-regular";
    src: url("../fonts/Roboto/static/Roboto-Regular.ttf");
}
@font-face {
    font-family: "roboto-medium";
    src: url("../fonts/Roboto/static/Roboto-Medium.ttf");
}
@font-face {
    font-family: "roboto-semibold";
    src: url("../fonts/Roboto/static/Roboto-SemiBold.ttf");
}
@font-face {
    font-family: "roboto-bold";
    src: url("../fonts/Roboto/static/Roboto-Bold.ttf");
}
@font-face {
    font-family: "roboto-extra-bold";
    src: url("../fonts/Roboto/static/Roboto-ExtraBold.ttf");
}
@font-face {
    font-family: "stylish";
    src: url("../fonts/cursive-stylish/ShadowsIntoLight-Regular.ttf");
}
@font-face {
    font-family: "funky-font1";
    src: url('../fonts/agiven-3d-font/Agiven3DDemoRuderight-nALBg.otf');
}
@font-face {
    font-family: "funky-font2";
    src: url("../fonts/Bungee_Shade/BungeeShade-Regular.ttf");
}
@font-face {
    font-family: "funky-font3";
    src: url('../fonts/Ceviche_One/CevicheOne-Regular.ttf');
}
@font-face {
    font-family: "funky-font4";
    src: url('../fonts/chunky-retro-font/ChunkyRetro-6YmnD.otf');
}
@font-face {
    font-family: "funky-font5";
    src: url('../fonts/m-masiyo-font/Masiyo-JpGBx.otf');
}
@font-face {
    font-family: "funky-font6";
    src: url('../fonts/somteka-font/Somteka-LVG0D.otf');
}
@font-face {
    font-family: "funky-font7";
    src: url("../fonts/Bowlby_One_SC/BowlbyOneSC-Regular.ttf");
}
@font-face {
    font-family: "malabar";
    src: url("../fonts/malabar/DemothemalabarRegular-2vGjX.otf");
}
@font-face {
    font-family: "libre-italic";
    src: url("../fonts/Libre/LibreBaskerville-Italic.ttf");
}
@font-face {
    font-family: "libre-bold";
    src: url("../fonts/Libre/LibreBaskerville-Bold.ttf");
}
@font-face {
    font-family: "libre-regular";
    src: url("../fonts/Libre/LibreBaskerville-Regular.ttf");
}
:root{
    --msc-theme-font-malabar:"malabar";
    --msc-theme-font-libre-italic:"libre-italic";
    --msc-theme-font-libre-bold:"libre-bold";
    --msc-theme-font-libre-regular:"libre-regular";
    --msc-funky-font-theme-funkyagiven: 'funky-font1';
    --msc-funky-font-theme-bungee: 'funky-font2';
    --msc-funky-font-theme-ceviche: 'funky-font3';
    --msc-funky-font-theme-retro: 'funky-font4';
    --msc-funky-font-theme-masiyo: 'funky-font5';
    --msc-funky-font-theme-somteka: 'funky-font6';
    --msc-funky-font-theme-bowlby: 'funky-font7';
    --msc-font-regular:"poppins-regular";
    --msc-font-medium:"poppins-medium";
    --msc-font-semibold:"poppins-semibold";
    --msc-font-bold:"poppins-bold";
    --msc-font-italic:"poppins-italic";
    --msc-font-light:"poppins-light";
    --msc-font-theme-cursive:"stylish-cursive";
    --msc-font-theme-inter:"inter-regular";
    --msc-font-theme-mono-bold:"monostat-bold";
    --msc-font-global-regular:"roboto-regular";
    --msc-font-global-medium:"roboto-medium";
    --msc-font-global-semibold:"roboto-semibold";
    --msc-font-global-bold:"roboto-bold";
    --msc-font-global-extrabold:"roboto-extra-bold";
    --msc-theme-font-stylish-cursive:"stylish";
    --msc-dark: #000000;
    --msc-white:#fff;
    --msc-light-text: #5b5b5b;
    --msc-primary: #fbae15;
    --msc-blue: #075298;
    --msc-theme-danger: #CB2128;
    --msc-light: #BBBDBF;
    --msc-light-grey: #6c6c6c;
    --msc-white: #fff;
    --msc-success: #06c516ec;
    --msc-danger: #c52f06ec;
    --msc-warning: #ffd900ec;
    --msc-light-purple:#c36;
    --msc-med-black:#151515;
    --msc-red: #FF0000;
    --msc-light-color:rgb(244, 244, 244);
    --msc-orange:rgba(255, 68, 0, 0.786);
    --msc-theme-orange:#fa6617;
    --msc-light-opacity:#ffffff16;
    --msc-theme-opacity: #141516d4;
    --msc-theme-black-opacity: #050505c2;
    --msc-border-color:#EFEFEF;
    --msc-theme-light-red: #ff8a8a;
    --msc-theme-gradient:linear-gradient(to left bottom,var(--msc-theme-primary),var(--msc-theme-orange));
    --msc-appoint-gradient:linear-gradient(324deg, #08275a, #2d8c9f);
    --msc-theme-global-dark-blue: #1b2f3e;
    --msc-theme-global-blue: #004461;
    --msc-theme-global-new-blue: #004271;
    --msc-theme-global-lightblue: #0379BE;
    --msc-theme-global-shadow-color: #F0F0F0;
    --msc-theme-global-blue-tone: #D5D5D5;
    --msc-theme-global-grey: #666666;
    --msc-theme-black-shade: #363636;
    --msc-theme-light-grey-tone: #F7F7F7;
    --msc-theme-med-grey-tone: #D9D9D9;
    --msc-theme-light-blue-tone: #F6F9FF;
    --msc-theme-pink-tone: #fff1f1;
    --msc-theme-lightgreen-tone: #F2FFFA;
    --msc-theme-oil-black: #3A3736;
    --msc-theme-gold-pink: #ffdeec;
    --msc-theme-light-gold-pink: #F4E9FF;
    --msc-theme-light-med-blue: #CCF1FF;
    --msc-theme-linear-gradient: linear-gradient(118deg, #3FAC8F, #007d5c); 
    --msc-theme-linear-gradient-tech: linear-gradient(118deg, #ff2d20, var(--msc-danger)); 
    --msc-theme-global-purple: #a2a5df; 
    --msc-theme-footer-color: #F4F4F4;
    --msc-theme-footer-dark-color: rgb(14 25 30);
    --msc-theme-slate-blue: #d2e6fd;
    --msc-theme-light-pink: #ff8fb5;
    --msc-theme-soft-red: #fef3f3;
    --msc-theme-med-light-blue: #43baff;
    --msc-theme-3d-grdient: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    --msc-theme-border-grey: #c7c7c7;
    --msc-theme-bg-html: #e44d26;
    --msc-theme-white-grey: #808080;
    --msc-theme-vanilla-color: #DEE2B1;
    --msc-theme-dark-green:#06362D;
    --msc-theme-extra-light-olive:#a7c6ad;
    --msc-theme-dark-olive:#3E4F44;
    --msc-theme-extra-light-brown:#EEDBBE;
    --msc-theme-brown:#9F684B;
    --msc-theme-royal-green: #096a57;
    --msc-theme-global-gradient-green: linear-gradient(85deg, rgba(153, 194, 126, 1), rgba(23, 149, 178, 1) 100%);
    --msc-theme-global-gradient-blue-tone:linear-gradient(to right, #2e9ce0, #04585e);
    --msc-theme-global-royal-blue: rgb(7, 109, 102);
    --msc-theme-global-text-gradient:linear-gradient(to right, #2e9ce0, #c1ffc1);
    --msc-theme-extra-light-orange: #FFF3E8;
    --msc-theme-global-med-violet: #5352B6;
    --msc-theme-global-kc-dark-blue:#1a3650;
    --msc-theme-global-kc-royal-blue:#2a709b;
    --msc-theme-global-kc-steel-blue:#4A6FA5;
    --msc-theme-global-kc-green:#64A70B;
    --msc-theme-global-kc-pastel-yellow:#F8E19B;
    --msc-theme-global-kc-pastel-lightblue:#A7C7E7;
    --msc-theme-global-kc-pastel-pink:#F5C0C0;
    --msc-theme-global-kc-global-blue:#036280;
    --msc-theme-global-bg-blue:#D0E1E7;
    --msc-theme-global-kc-rating-color:#FA8C17;
    --msc-theme-global-kc-text-yellow: #fff4a1;
}

/* top-bar */
.msc-top-bar-design{
    padding: 7px 5px;
    background-color: var(--msc-theme-light-grey-tone);
}
.msc-outer-wrapper-topbar{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.msc-outer-wrapper-topbar a{
    font-family: var(--msc-font-global-regular);
    color: var(--msc-theme-global-kc-dark-blue);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.msc-outer-wrapper-topbar a:hover{
    color: var(--msc-theme-global-kc-dark-blue);
}
.msc-outer-wrapper-topbar a span{
    border: 1px solid var(--msc-theme-global-kc-dark-blue);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.msc-outer-wrapper-topbar a span i{
    width: 100%;
    height: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* top-bar-end */

/* header */
.msc-main-header-design{
    padding: 4px;  
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.msc-main-logo{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.msc-main-logo img {
    width: 170px;
    height: auto;
}
.msc-icons-links-social{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: right;
    margin: 50px 0px;
}
.msc-icons-links-social a{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: var(--msc-font-global-medium);
    color: var(--msc-theme-global-kc-dark-blue);
    transition: all .1s ease-in-out;
}
.msc-icons-links-social a:hover{
    color: whitesmoke;
}
.msc-icons-links-social a span:hover{
    background-color: var(--msc-theme-global-kc-dark-blue);
}
.msc-icons-links-social a span{
    height: 40px;
    width: 40px;
    border: 2px solid var(--msc-theme-global-kc-dark-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 0px 5px;
    transition: all .2s ease-in-out;
}
.msc-search-bar{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    margin: 50px 0px;
}
.msc-input-search-header{
    position: relative;
    color: var(--msc-light-text);
    padding: 10px 20px 10px 36px !important;
    border-radius: 10px !important;
    border: 1px solid var(--msc-light) !important;
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.msc-input-search-header:focus{
    box-shadow: none !important;
    color: var(--msc-light-text) !important; 
}
.msc-icon-search{
    position: absolute;
    top: 36%;
    left: 1rem;
    font-size: 14px;
    color: var(--msc-light-text);
    z-index: 9;
}
.msc-search-btn-header{
    outline: 1px solid var(--msc-light);
    outline-offset: 3.5px;
    margin:4px;
    border-radius: 10px;
    border: none;
    padding: 10px 12px;
    background-color: var(--msc-theme-global-kc-dark-blue);
    color: var(--msc-theme-global-kc-text-yellow);
}
/* header-end */

/* navbar */
.msc-navbar-design{
    background-color: var(--msc-theme-global-kc-dark-blue);
    /* padding: 13px; */
}
.msc-navbar-main{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.msc-navbar-main a {
    /* margin: 0px 7px; */
    color: var(--msc-theme-global-kc-text-yellow);
    font-family: var(--msc-font-global-medium);
    /* font-size: 17px; */
    display: inline-block;
    border-right: 1px solid var(--msc-theme-light-blue-tone);
    padding: 14px 25px;
}
.msc-navbar-main a:nth-child(1){
    border-left: 1px solid var(--msc-theme-light-blue-tone);
}
.msc-navbar-main a:hover{
    color: var(--msc-white);
}
/* navbar-end */

/* banners */
.msc-banner-images img{
    width: 760px;
    height: 480px;
    object-fit: cover;
}
/* banners-end */

/* all-category */
.msc-main-heading-category{
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.msc-category-design{
    margin: 50px 0px;
    background-color: var(--msc-theme-global-bg-blue);
    position: relative;
}
.msc-inner-bg-category{
    position: relative;
    padding: 40px 0px 80px 0px;
    overflow: hidden;
}
.msc-inner-bg-category::before{
    content: "";
    position: absolute;
    background-image: url(../images/background/vector-bg-square.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 450px;
    opacity: 0.3;
    top: 0;
    left: 0;
}
.msc-inner-bg-category::after{
    content: "";
    position: absolute;
    background-image: url(../images/background/vector-bg-square.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 450px;
    right: -4.5rem;
    top: 0;
    opacity: 0.3;
}
.msc-category-design::after{
    content: "";
    position: absolute;
    border: 2px solid var(--msc-theme-global-kc-global-blue);
    width: 95%;
    height: 77%;
    top: 4rem;
    border-radius: 20px;
    left: 2.5rem;
}
.msc-category-design h1{
    font-size: 40px;
    color: var(--msc-theme-global-kc-dark-blue);
    font-family: var(--msc-font-global-bold);
    background-color: var(--msc-theme-global-bg-blue);
    padding: 0px 20px;
    position: relative;
    z-index: 99;
}
.msc-category-design p{
    font-family: var(--msc-font-global-regular);
    width: 400px;
    color: var(--msc-light-text);
}
.msc-wrapper-category-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;   
    margin: 25px 10px 0px 10px;
    height: 100%;
    transition: all .3s ease-in-out;
}
.msc-image-thumbnail-cat{
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    background-color: var(--msc-white);
    padding: 40px 55px;
    outline: 2px dashed var(--msc-theme-global-kc-global-blue);
    outline-offset: -8px;
}
.msc-wrapper-category-inner:hover .msc-image-thumbnail-cat::after{
    transform: scale(1.05);
    opacity: 1;
    visibility: visible;
}
.msc-wrapper-category-inner:hover .msc-image-thumbnail-cat img{
    transform: scale(1.05);
    cursor: pointer;
}
.msc-wrapper-category-inner:hover{
    transform: translateY(-4px);
    cursor: pointer;
}
.msc-image-thumbnail-cat img{
    width: 100%;
    height: 100%;
    transition: all .2s ease-in-out;
    border-radius: 5px;
}
.msc-category-description{
    width: 100% !important;
}
.msc-category-description h2{
    text-align: center;
    margin:10px !important;
    padding: 10px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 40px;
    border: 1px solid var(--msc-theme-global-kc-global-blue);
    font-size: 19px;
    color: var(--msc-theme-global-kc-dark-blue);
    transition: all .2s ease-in-out;
}
.msc-category .owl-nav.disabled{
    display: block !important;
}
.msc-category .owl-nav button.owl-next span{
    background-color: var(--msc-theme-global-kc-dark-blue) !important;
    padding: 10px 21px !important;  
    border-radius: 50px;
    font-size: 19px !important; 
    font-weight: bold;
    color: var(--msc-white) !important;
    outline: 1px solid whitesmoke;
    outline-offset: -4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.msc-category .owl-nav button.owl-prev span{
    background-color: var(--msc-theme-global-kc-dark-blue) !important;
    padding: 10px 21px !important;  
    border-radius: 50px;
    font-size: 19px !important; 
    font-weight: bold;
    color: var(--msc-white) !important;
    outline: 1px solid whitesmoke;
    outline-offset: -4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.msc-category .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #FFF;
    text-decoration: none;
}
.msc-category .owl-nav button.owl-prev{
    position: absolute;
    top: 8.4rem;
    left: -6.3rem;
    z-index: 1;
}
.msc-category .owl-nav button.owl-next{
    position: absolute;
    top: 8.4rem;
    right: -6.3rem;
    z-index: 1;
}
/* all-category-end */

/* about-us */
.msc-about-section-design{
    margin: 60px 0px;
    position: relative;
}
.msc-about-section-design::after{
    content: "";
    position: absolute;
    background-image: url(../images/background/pattern.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
}
.msc-image-about-us-home{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.msc-image-about-us-home img{
    height: 500px;
}
.msc-home-about-description{
    margin-top: 26px;    
}
.msc-home-about-description h5{
    font-family: var(--msc-font-global-medium);
    font-size: 19px;
    letter-spacing: 1px;
    color: var(--msc-theme-global-kc-royal-blue);
    position: relative;
}
.msc-home-about-description h5::after{
    content: "";
    position: absolute;
    height: 2px;
    width: 40px;
    border-radius: 60px;
    right: -3rem;
    top: 0.7rem;
    background-color: var(--msc-theme-global-kc-steel-blue);
}
.msc-home-about-description h2 span{
    font-family: var(--msc-font-global-bold);
    color: var(--msc-light-purple);
    font-size: 33px;
}
.msc-home-about-description h2{
    font-family: var(--msc-font-global-bold);
    font-size: 33px;
    color: var(--msc-theme-oil-black);
}
.msc-home-about-description p{
    font-family: var(--msc-font-global-regular);
    font-size: 16px;
    color: var(--msc-light-text);
    width: 590px;
}
.msc-section-about-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.msc-icon-about-service{
    font-size: 35px;
    color: var(--msc-theme-global-kc-dark-blue);
}
.msc-about-service-name{
    font-family: var(--msc-font-global-semibold);
    font-size: 20px;
    color: var(--msc-theme-oil-black);
}
.msc-about-service-description{
    font-family: var(--msc-font-global-regular);
    color: var(--msc-light-text);
    font-size: 16px;
}
.msc-divided-line{
    position: relative;
}
.msc-divided-line::after{
    content: "";
    position: absolute;
    height: 70%;
    width: 2px;
    background-color: var(--msc-theme-global-dark-blue);
    right: -1.3rem;
}
/* Container Styles */
.tooltip-container {
    position: relative;
    display: inline-block;
    font-family: "Arial", sans-serif;
    overflow: visible;
  }
  
  /* Button Styles */
  .msc-button-content span{
    color: var(--msc-theme-global-kc-text-yellow) !important;
  }
  .msc-button-content {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--msc-theme-global-blue),
    var(--msc-theme-global-kc-steel-blue));
    color: white;
    padding: 14px 28px;
    padding-right: 20px;
    border-radius: 50px;
    cursor: pointer;
    transition:
      background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
      transform 0.3s ease,
      box-shadow 0.4s ease;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
    overflow: hidden;
  }
  
  .msc-button-content::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(
      135deg,var(--msc-theme-global-blue),
      var(--msc-theme-global-kc-steel-blue)
    );
    filter: blur(15px);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
  }
  
  .msc-button-content::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
      circle,
     var(--msc-theme-global-blue),
      var(--msc-theme-global-kc-steel-blue)
    );
    transform: scale(0);
    transition: transform 0.6s ease-out;
    z-index: -1;
  }
  
  .msc-button-content:hover::before {
    opacity: 1;
  }
  
  .msc-button-content:hover::after {
    transform: scale(1);
  }
  
  .msc-button-content:hover {
    background: linear-gradient(135deg, var(--msc-theme-global-blue),
    var(--msc-theme-global-kc-steel-blue));
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    transform: translateY(-4px) scale(1.03);
  }
  
  .msc-button-content:active {
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  }
  
  .text {
    font-size: 18px;
    font-weight: 600;
    margin-right: 12px;
    white-space: nowrap;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: letter-spacing 0.3s ease;
  }
  
  .msc-button-content:hover .text {
    letter-spacing: 1px;
  }
  
  .share-icon {
    fill: white;
    transition:
      transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
      fill 0.3s ease;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
  }
  
  .msc-button-content:hover .share-icon {
    transform: rotate(180deg) scale(1.1);
    fill: #ffffff;
  }
  
  /* Tooltip Styles */
  .tooltip-content {
    position: absolute;
    top: 102%;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    background: white;
    border-radius: 15px;
    padding: 22px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55),
      transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55),
      visibility 0.5s ease;
    z-index: 100;
    pointer-events: none;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
  }
  
  .tooltip-container:hover .tooltip-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scale(1);
    pointer-events: auto;
  }
  
  /* Social Icons Styles */
  .social-icons {
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }
  
  .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f0f0f0;
    transition:
      transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
      background 0.3s ease,
     
     .msc-return-refund{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
     } box-shadow 0.4s ease;
    box-shadow: 0
     4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
  }
  
  .social-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
      circle at center,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0) 70%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .social-icon:hover::before {
    opacity: 1;
  }
  
  .social-icon svg {
    width: 24px;
    height: 24px;
    fill: #333;
    transition:
      transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
      fill 0.3s ease;
    z-index: 1;
  }
  
  .social-icon:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  }
  
  .social-icon:active {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  
  .social-icon:hover svg {
    transform: scale(1.2);
    fill: white;
  }
  
  .social-icon.twitter:hover {
    background: linear-gradient(135deg, #1da1f2, #1a91da);
  }
  
  .social-icon.facebook:hover {
    background: linear-gradient(135deg, #1877f2, #165ed0);
  }
  
  .social-icon.linkedin:hover {
    background: linear-gradient(135deg, #0077b5, #005e94);
  }
  
  /* Animation for Pulse Effect */
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(110, 142, 251, 0.4);
    }
    70% {
      box-shadow: 0 0 0 20px rgba(110, 142, 251, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(110, 142, 251, 0);
    }
  }
  
  .msc-button-content {
    animation: pulse 3s infinite;
  }
  
  /* Hover Ripple Effect */
  @keyframes ripple {
    0% {
      transform: scale(0);
      opacity: 1;
    }
    100% {
      transform: scale(4);
      opacity: 0;
    }
  }
  
  .msc-button-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: inherit;
    transform: scale(0);
    opacity: 0;
  }
  
  .msc-button-content:active::before {
    animation: ripple 0.6s linear;
  }
/* about-us-end */

/* all-products */
.msc-all-products-design{
    margin: 80px 0px;
    position: relative;
    padding: 0px 40px;
    z-index: 99;
    overflow: hidden;
}
.msc-all-products-design::after{
    content: "";
    position: absolute;
    background-image: url(../images/background/bg-vector-files.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 450px;
    opacity: 0.7;
    left: 0;
    bottom: 0;
    z-index: -1;
}
/* .msc-all-products-design::before{
    content: "";
    position: absolute;
    background-image: url(../images/background/bg-vector-files.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 450px;
    opacity: 0.7;
    right: 0;
    bottom: 0;
    z-index: -1;
    transform: rotate(-180deg);
} */
.msc-main-heading-products{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.msc-main-heading-products h2{
    font-family: var(--msc-font-global-bold);
    font-size: 37px;
    color: var(--msc-theme-global-kc-dark-blue);
    width: max-content;
    position: relative;
    z-index: 9999;
    opacity: 1;
}
.msc-main-heading-products h2 span::after{
    content: "";
    position: absolute;
    border-bottom: 3.5px dashed var(--msc-theme-global-kc-dark-blue);
    height: 2px;
    width: 55px;
    left: -3.8rem;
    /* border-radius: 20px; */
    top: 1.3rem;
    z-index: -1;
}
.msc-main-heading-products h2 span::before{
    content: "";
    position: absolute;
    border-bottom: 3.5px dashed var(--msc-theme-global-kc-dark-blue);
    height: 2px;
    width: 55px;
    right: -3.8rem;
    top: 1.3rem;
    z-index: -1;
}
.msc-main-heading-products p{
    font-family: var(--msc-font-global-regular);
    color: var(--msc-light-text);
    font-size: 16px;
}
.msc-categories-design{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.msc-btn-category-products{
    border: 2px solid var(--msc-theme-global-kc-dark-blue) !important;
    margin: 20px 12px !important;
    color: var(--msc-theme-global-kc-dark-blue) !important;
    font-family: var(--msc-font-global-medium) !important;
    font-size: 17px !important;
    border-radius: 40px !important; 
    padding: 10px 19px !important;
    position: relative;
}
.msc-btn-category-products::after{
    content: "";
    position: absolute;
    border-left: 2px solid var(--msc-theme-global-kc-dark-blue);
    height: 95px;
    top: -0.8rem;
    right: -1rem;
    width: 2px;
}
.msc-btn-cat-new{
    position: relative;
}
.msc-btn-cat-before-i{
    position: relative;
}
.msc-btn-cat-before-i::before{
    content: "";
    position: absolute;
    border-right: 2px solid var(--msc-theme-global-kc-dark-blue);
    height: 95px;
    top: -0.8rem;
    left: -1rem;
    width: 2px;
}
.msc-border-bottom-all-products{
    position: relative;
    width: 100%;
}
.msc-border-bottom-all-products::after{
    content: "";
    position: absolute;
    border-bottom: 2px solid var(--msc-theme-global-kc-dark-blue);
    padding: 1px;
    width: 110%;
    height: 2px;
    left: -2rem;
}
.msc-btn-category-products.active{
    background-color: var(--msc-theme-global-kc-dark-blue) !important;
    color: var(--msc-white) !important;
}
.msc-all-product-card-wrapper-outer{
    background-color: var(--msc-white);
    padding: 10px;
    margin-top: 26px;
    margin-bottom: 26px;
    box-shadow: rgba(173, 173, 173, 0.2) 0px 2px 8px 0px;
    border-radius: 25px;
    position: relative;
    z-index: 999;
    border: 1px solid var(--msc-border-color);
    transition: all .3s linear;
}
.msc-all-product-card-wrapper-outer:hover{
    transform: translateY(-4px);
}
.msc-all-product-image{
    border: 1px solid var(--msc-light);
    padding: 9px;
    border-radius: 20px;
    /* margin: 3px; */
    height:350px !important;
    width: 100% !important;
    transition: all .3s linear;
}
.msc-all-product-card-wrapper-outer:hover .msc-all-product-image img{
    transform: scale(1.03);
}
.msc-all-product-image img{
    height:100%;
    width: 100%;
    transition: all .3s linear;
    border-radius: 15px;
}
.msc-product-view-description{
    padding: 7px 8px;
}
.msc-badge-category{
    font-family: var(--msc-font-global-medium);
    font-size: 16px;
    color: var(--msc-light-text);
}
.msc-product-name-all {
    font-family: var(--msc-font-global-bold);
    font-size: 22px;
    line-height: 1.7rem;
    color: var(--msc-theme-oil-black);
    transition: all .2s linear;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.msc-product-name-all:hover{
    color: var(--msc-theme-global-kc-dark-blue);
}
.msc-rating-corner{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}
.msc-rating-product{
    font-size: 12px;
    color: var(--msc-warning);
}
.msc-rating-product span{
    color: var(--msc-light-text);
    font-family: var(--msc-font-global-regular);
    font-size: 14px;
}
.msc-price-product{
    font-family: var(--msc-font-global-medium);
    color: var(--msc-light-text);
    font-size: 17px;
}
.msc-price-view-video{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.msc-view-product-video p{
    margin-top: 4px;
    background-color: var(--msc-theme-global-kc-royal-blue);
    color: var(--msc-theme-global-kc-text-yellow);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-family: var(--msc-font-global-regular);
    transition: all .2s ease-in-out;
}
.msc-view-product-video p:hover{
    transform: scale(1.02);
}
.msc-rating-products p i{
    color: var(--msc-theme-global-kc-rating-color);
    font-size: 13px;
}
.msc-add-cart-products{
    background-color: var(--msc-theme-global-kc-dark-blue);
    color: var(--msc-white);
    font-family: var(--msc-font-global-medium);
    width: 100%;
    padding: 12px 10px;
    margin-right: 15px;
    border: none;
    width: 50%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out;
}
.msc-add-cart-products:hover{
    z-index: 99;
    color: var(--msc-white);
    scale: 1.02;
    transform: translateY(-2px);
}
.msc-add-cart-products::after{
    content: "";
    position: absolute;
    background-color: var(--msc-theme-orange);
    height: 100%;
    top: 0;
    width: 10px;
    opacity: 1;
    left: -1rem;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: all .3s ease-in-out;
}
.msc-add-cart-products:hover::after{
    width: 120%;
    z-index: -1;
}
.msc-enquery-now-products {
    width: 100%;
    margin: 0px 10px;
    border: 2px solid var(--msc-theme-global-kc-dark-blue);
    padding: 12px 15px;
    background-color: transparent;
    border-radius: 30px;
    color: var(--msc-theme-global-kc-dark-blue);
    font-family: var(--msc-font-global-medium);
    position: relative;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
.msc-enquery-now-products:hover{
    color: var(--msc-theme-global-kc-text-yellow);
    transform: scale(1.02) translateY(-5px);
}
.msc-enquery-now-products::after{
    content: "";
    position: absolute;
    background-color: var(--msc-theme-global-kc-dark-blue);
    height: 100%;
    top: 0;
    width: 10px;
    opacity: 1;
    left: -1rem;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: all .3s ease-in-out;
}
.msc-enquery-now-products:hover::after{
    width: 120%;
    z-index: -1;
}
.msc-inner-buttons-product{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.msc-whishlist-product{
    position: absolute;
    top: 2rem;
    right: 1.4rem;
    background-color: var(--msc-white);
    height: 40px;
    width: 40px;
    border: 2px solid var(--msc-theme-global-kc-dark-blue);
    display: flex;
    align-items: center;
    border-radius: 50%;
}
.msc-whishlist-product i{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--msc-red);
    justify-content: center;
}
/* all-products-end */

/* services */
.msc-services-design{
    margin: 70px 0px;
    position: relative;
    background-color: var(--msc-theme-light-grey-tone);
    padding: 40px;
    padding-bottom: 70px;
    z-index: 99;
    overflow: hidden;
}
.msc-services-design::before{
    content: "";
    position: absolute;
    background-image: url(../images/background/service-bg.png);
    background-size: cover;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
/* .msc-services-design::after{
    content: "";
    position: absolute;
    background-image: url(../images/background/folers.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    bottom: -17.5rem;
    left: 0;
    z-index: -1;
    opacity: 0.2;
} */
.msc-main-heading-services{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.msc-main-heading-services p{
    color: var(--msc-white);
    font-family: var(--msc-font-global-medium);
    font-size: 19px;
    position: relative;
    width: max-content;
    z-index: 99;
}
.msc-main-heading-services p::after{
    content: "";
    position: absolute;
    border-bottom: 2px solid var(--msc-white);
    height: 2px;
    width: 40px;
    left: -2.8rem;
    top: 0.8rem;
    border-radius: 30px;
}
.msc-main-heading-services p::before{
    content: "";
    position: absolute;
    border-bottom: 2px solid var(--msc-white);
    height: 2px;
    width: 40px;
    right: -2.8rem;
    top: 0.8rem;
    border-radius: 30px;
}
.msc-main-heading-services h3{
    font-family: var(--msc-font-global-bold);
    color: var(--msc-white);
    font-size: 33px;
    position: relative;
    word-spacing: 1px;
    z-index: 9;
}
.msc-wrapper-services-outer{
    /* margin-top: 30px; */
    background-color: var(--msc-theme-global-bg-blue);
    border-radius: 20px;
    display: flex;
    padding: 20px 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.msc-image-service img{
    height: 110px;
}
.msc-service-heading{
    font-family: var(--msc-font-global-medium);
    font-size: 26px;
    color: var(--msc-theme-global-kc-dark-blue);
}

.book {
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 30px;
    width: 100%;
    height: 235px;
    background-color: #d6dee1;
    -webkit-transform: preserve-3d;
    -ms-transform: preserve-3d;
    transform: preserve-3d;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    padding: 10px;
  }
  
  .cover {
    top: 0;
    position: absolute;
    background-color: var(--msc-theme-global-bg-blue);
    width: 100%;
    height: 100%;
    border-radius: 30px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    /* -webkit-box-shadow: 1px 1px 12px #000; */
    /* box-shadow: 1px 1px 12px #000; */
    outline: 3px solid var(--msc-theme-global-kc-global-blue);
    outline-offset: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
  }
  
  .book:hover .cover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: rotatey(-90deg);
    -ms-transform: rotatey(-90deg);
    transform: rotatey(-90deg);
  }
.msc-description-services{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.msc-description-services p{
    color: var(--msc-light-text);
    font-size: 17px;
    font-family: var(--msc-font-global-medium);
}
/* services-end */

/* what-we-do */
.what-we-do-design{
    margin: 70px 0px;
}
.msc-what-we-do-heading{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.msc-what-we-do-heading p{
    color: var(--msc-theme-global-kc-steel-blue);
    font-family: var(--msc-font-global-medium);
    font-size: 18px;
    position: relative;
}
.msc-what-we-do-heading p::after{
    content: "";
    position: absolute;
    border-bottom: 2px solid var(--msc-theme-global-kc-steel-blue);
    height: 2px;
    width: 40px;
    left: -2.9rem;
    top: 0.6rem;    
}
.msc-what-we-do-heading p::before{
    content: "";
    position: absolute;
    border-bottom: 2px solid var(--msc-theme-global-kc-steel-blue);
    height: 2px;
    width: 40px;
    right: -2.9rem;
    top: 0.6rem;    
}
.msc-what-we-do-heading h4{
    font-family: var(--msc-font-global-bold);
    color: var(--msc-theme-global-kc-dark-blue);
    font-size: 35px;
}
.msc-what-we-do{
    margin: 60px 0px 80px 0px;
    /* padding: 40px 0px; */
    position: relative;
}
body{
    overflow-x: hidden;
}
.msc-wrapper-what-we-do{
    background-color: var(--msc-theme-light-blue-tone);
    padding: 0px 65px 60px 65px;
    margin: 0px 55px;
    margin-top: 20px;
    border-radius: 30px;
    position: relative;
    box-shadow: rgba(214, 214, 214, 0.2) 0px 2px 8px 0px;
}
/* .msc-what-we-do::after{
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    z-index: -1;
    background-color: var(--msc-theme-global-royal-blue);
    opacity: 0.4;
    right: 0;
    top: 5rem;
    transform: rotate(45deg);
    border-radius: 50px;
    animation: designnew 5s ease-in-out infinite;
} */
/* .msc-what-we-do::before{
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    z-index: -1;
    background-color: var(--msc-theme-global-royal-blue);
    opacity: 0.4;
    left: -2rem;
    bottom: 0rem;
    transform: rotate(45deg);
    border-radius: 50px;
    animation: designnew 5s ease-in-out infinite;
} */
@keyframes designnew {
    0%{
        transform: scale(1.01) translateY(0) rotate(45deg);
    }25%{
        transform: scale(1.05) translateY(-5px) rotate(45deg);
    }50%{
        transform: scale(1.09) translateY(5px) rotate(45deg);
    }75%{
        transform: scale(1.1) translateY(-5px) rotate(45deg);
    }100%{
        transform: scale(1.01) translateY(0) rotate(45deg);
    }
}
.msc-wrapper-do{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 65px;
    position: relative;
    transition: all .2s ease-in-out;
}
.msc-wrapper-do:hover .msc-icons-wrapper-do i{
    transform: rotate(-15deg);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.msc-wrapper-do:hover{
    transform: translateY(-5px);
}
/* .msc-wrapper-do::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    border-right: 2px solid var(--msc-theme-global-new-blue);
    right: 0;
} */
.msc-border-do{
    position: relative;
    margin: 0px 40px;
}
.msc-border-do::after{
    content: "";
    position: absolute;
    border: 1px solid var(--msc-border-color);
    width: 100%;
    height: 1px;
    top: 11rem;
}
.msc-icons-wrapper-do{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
}
.msc-icons-wrapper-do i{
    border-radius: 10px;
    background-color: var(--msc-theme-extra-light-orange);
    color: var(--msc-theme-brown);
    font-size: 22px;
    padding: 19px;
    border: 1px solid var(--msc-theme-brown);
    transition: all .2s ease-in-out;
}
.msc-content-do h2{
    font-family: var(--msc-font-global-medium);
    color: var(--msc-theme-oil-black);
    font-size: 24px;
}
.msc-content-do p{
    font-family: var(--msc-font-global-regular);
    color: var(--msc-light-text);
    font-size: 16px;
}
.msc-content-do{
    margin: 0px 15px;
}
/* what-we-do-end */


/* new-arrivals */
.msc-new-arrivals{
    margin: 70px 0px;
    background-color: var(--msc-theme-light-grey-tone);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
    position: relative;
}
.msc-new-arrivals::after{
    content: "";
    position: absolute;
    background-image: url(../images/background/bg1.jpg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}
.msc-cartBtn {
    width: 155px;
    height: 50px;
    border: none;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: white;
    font-weight: 500;
    position: relative;
    padding: 8px 20px !important;
    height: 44px !important;
    background-color: var(--msc-theme-oil-black);
    /* box-shadow: 0 20px 30px -7px rgba(27, 27, 27, 0.219); */
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    overflow: hidden;
  }
  
  .cart {
    z-index: 2;
  }
  
  .msc-cartBtn:active {
    transform: scale(0.96);
  }
  
  .product {
    position: absolute;
    width: 12px;
    border-radius: 3px;
    content: "";
    left: 33px;
    bottom: 23px;
    opacity: 0;
    z-index: 1;
    fill: rgb(211, 211, 211);
  }
  
  .msc-cartBtn:hover .product {
    animation: slide-in-top 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
  
  @keyframes slide-in-top {
    0% {
      transform: translateY(-30px);
      opacity: 1;
    }
  
    100% {
      transform: translateY(0) rotate(-90deg);
      opacity: 1;
    }
  }
  
  .msc-cartBtn:hover .cart {
    animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
  
  @keyframes slide-in-left {
    0% {
      transform: translateX(-20px);
      opacity: 0;
    }
  
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  .c-button {
    color: #000;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    padding: 11px 15px!important;
    background-color: var(--msc-white);
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
  }
  
  .c-button--gooey {
    color: var(--msc-theme-global-royal-blue);
    /* letter-spacing: 1px; */
    font-family: var(--msc-font-global-regular);
    border: 2px solid var(--msc-theme-global-royal-blue);
    border-radius: 0;
    position: relative;
    transition: all 700ms ease;
    width: 100%;
  }
  
  .c-button--gooey .c-button__blobs {
    height: 100%;
    filter: url(#goo);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: -3px;
    right: -1px;
    z-index: -1;
  }
  
  .c-button--gooey .c-button__blobs div {
    background-color: var(--msc-theme-global-royal-blue);
    width: 34%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    transform: scale(1.4) translateY(125%) translateZ(0);
    transition: all 700ms ease;
  }
  
  .c-button--gooey .c-button__blobs div:nth-child(1) {
    left: -5%;
  }
  
  .c-button--gooey .c-button__blobs div:nth-child(2) {
    left: 30%;
    transition-delay: 60ms;
  }
  
  .c-button--gooey .c-button__blobs div:nth-child(3) {
    left: 66%;
    transition-delay: 25ms;
  }
  
  .c-button--gooey:hover {
    color: #fff;
  }
  
  .c-button--gooey:hover .c-button__blobs div {
    transform: scale(1.4) translateY(0) translateZ(0);
  }
.msc-arrivals-card-wrapper{
    background-color: var(--msc-white);
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    transition: all .2s linear;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.msc-arrival-whishlist{
    position: absolute;
    top: 1rem;
    right: 0.6rem;
}
.msc-arrival-whishlist span{
    background-color: var(--msc-white);
    padding: 8.5px 11px;
    font-size: 12px;
    border-radius: 50%;
    width: 100%;
    height: auto;
    color: var(--msc-light-text);
    border: 2px solid var(--msc-light-text);
}
.msc-arrivals-card-wrapper:hover{
    transform: translateY(-5px);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.msc-arrival-product-content{
    padding: 5px 17px;
}
.msc-arrival-product{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--msc-theme-global-shadow-color);
    padding: 20px;
    text-align: center;
    margin: 5px;
    height: 270px;
    overflow: hidden;
}
.msc-arrival-product img {
    width: 247px !important;
    object-fit: contain;
    aspect-ratio: 4/4;
    transition: all .2s linear;
}
.msc-arrival-product-content h2 {
    font-family: var(--msc-font-global-bold);
    color: var(--msc-theme-oil-black);
    font-size: 21px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.msc-arrival-product-content p span{
    background-color: var(--msc-theme-extra-light-olive);
    color: var(--msc-white);
    padding: 3px 10px;
}
.msc-arrival-product-content p{
    font-family: var(--msc-font-global-medium);
    color: var(--msc-light-text);
    font-size: 17px;
}
.msc-arrival-buy{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    padding-bottom: 14px;
    margin-top: 15px;
    position: relative;
    width: 100% !important;
}
.msc-arrival-buy a{
    margin: 0px 5px;
    display: block;
    width: 100%;
}
.msc-rating-arrival-product{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.msc-rating-arrival-product p{
    font-family: var(--msc-font-global-medium);
    color: var(--msc-theme-oil-black);
    font-size: 16px;
    margin-bottom: 0;
}
.msc-rating-arrival-product p i{
    color: var(--msc-primary);
    font-size: 14px;
}
.msc-rating-arrival-product button{
    background-color: var(--msc-theme-light-blue-tone);
    border: none;
    font-family: var(--msc-font-global-regular);
    font-size: 16px;
    color: var(--msc-theme-black-shade);
    padding: 4px 10px;
    border-radius: 40px;
}
.msc-arrival-buy::after{
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    padding: 0px 20px;
    border: 1px solid var(--msc-theme-global-blue-tone);
    z-index: 1;
    top: -0.3rem;
}
.msc-carousel-arrival-wrapper{
    margin: 0px 20px;
}
/* .arrivals .owl-dots{
    display: block !important;
}
.arrivals .owl-dot{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.arrivals .owl-dot span{
    text-align: center;
    background-color: var(--msc-white) !important;
    height: 20px !important;
    width: 20px !important;
    margin: 0px 5px;
    border-radius: 50%;
    transition: all .2s linear;
}
.arrivals .owl-dot.active span{
    border: 3px solid var(--msc-theme-global-royal-blue);
    outline: 3px solid var(--msc-white);
} */
.msc-vector-arrivals{
    margin-top: 20px;
    position: relative;
    z-index: 99;
}   
.msc-vector-arrivals img{
    height: 480px !important;
    width: 100% !important;
    /* object-fit: cover; */
}
.msc-arrivals-card-wrapper:hover .msc-arrival-product img{
    transform: scale(1.05);
}

.msc-more-collection button{
    background-color: var(--msc-white);
    border: 1px solid var(--msc-theme-global-kc-dark-blue);
    border-radius: 40px;
    padding: 15px 30px;
    font-family: var(--msc-font-global-medium);
    position: relative;
    z-index: 99;
    overflow: hidden;
    transition: all .2s ease-in-out;
}
.msc-more-collection button::after{
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: var(--msc-theme-global-kc-dark-blue);
    border-radius: 50%;    
    right: 0.7rem;
    top: 0.4rem;
    transition: all .2s linear;
    z-index: -1;
    opacity: 0.8;
}
.msc-more-collection button:hover::after{
    width: 110%;
    opacity: 1;
    height: 90px;
    top: -1rem;
    right: -0.8rem;
    border-radius: 10%;    
}
.msc-more-collection button:hover{
    color: var(--msc-white);
    transform: scale(1.04);
}
.msc-more-collection button i{
    color: var(--msc-white);
}
.msc-collection-text-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}
.msc-collection-text-wrapper h2{
    font-family: var(--msc-font-global-bold);
    font-size: 35px;
    color: var(--msc-theme-global-kc-dark-blue);
}
.msc-badge-content-collection p{
    font-family: var(--msc-font-global-medium);
    color: var(--msc-theme-global-kc-steel-blue);
    font-size: 19px;
    width: max-content;
    position: relative;
    z-index: 99;
}
.msc-badge-content-collection p::after{
    content: "";
    position: absolute;
    border-bottom: 2px solid var(--msc-theme-global-kc-steel-blue);
    height: 2px;
    width: 60px;
    right: -4rem;
    top: 0.9rem;
}
/* new-arrivals-end */

/* why-choose-us */
.msc-choose-us-design{
    margin: 70px 0px;
    padding: 0px 40px;
}
.msc-outer-wrapper-choose-us{
    margin-top: 22px;
    background-color: var(--msc-theme-global-bg-blue);
    border-radius: 20px;
    display: flex;
    padding: 35px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.msc-return-refund{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.msc-main-icon-choose-us{
    height: 80px;
    width: 80px;
    background-color: var(--msc-theme-global-kc-global-blue);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    outline: 2px solid var(--msc-white);
    outline-offset: -7px;
}
.msc-main-icon-choose-us i{
    display: flex;
    align-items: center;
    font-size: 30px;
    color: var(--msc-white);
}
.msc-content-choose-us{
    margin-left: 15px;
}
.msc-content-choose-us h4{
    font-family: var(--msc-font-global-bold);
    font-size: 29px;
    color: var(--msc-theme-global-kc-dark-blue);
}
.msc-content-choose-us p{
    font-family: var(--msc-font-global-medium);
    font-size: 17px;
    color: var(--msc-theme-global-kc-global-blue);
}
.msc-what-we-do-heading span{
    font-family: var(--msc-font-global-regular);
    color: var(--msc-light-text);
    font-size: 17px;
    text-align: center;
    width: 74%;
}
/* why-choose-us-end */

/* top-selling-products */
.msc-top-selling-products{
    background-color: var(--msc-theme-light-grey-tone);
    padding: 70px 0px;
    padding-bottom: 20px;
    margin: 80px 0px;
    position: relative;
}
.msc-top-selling-products::after{
    content: "";
    position: absolute;
    background-image: url(../images/background/folers.png);
    background-size: contain;
    top: 0;
    left: 0;
    opacity: 0.04;
    width: 100%;
    height: 100%;
}
.msc-top-selling-text p{
    color: var(--msc-theme-global-kc-global-blue);
}
.msc-top-selling-text p::after{
    border-bottom: 2px solid var(--msc-theme-global-kc-global-blue);
}
.msc-top-selling-text p::before{
    border-bottom: 2px solid var(--msc-theme-global-kc-global-blue);
}
.msc-top-selling-text h3{
    color: var(--msc-theme-oil-black);
}
.msc-top-selling-text h3 span{
    color: var(--msc-theme-global-kc-global-blue);
}
.msc-top-selling-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 29px;
    padding: 10px;
    position: relative;
    margin: 20px 0px;
    margin-top: 35px;
    transition: all .2s ease-in-out;
}
.msc-top-selling-wrapper:hover{
    background-color: var(--msc-white);
    box-shadow: rgba(61, 61, 62, 0.416) 0px 10px 20px -10px;
    transform: translateY(-4px);
}
.msc-top-selling-wrapper:hover .msc-top-selling-enquer-now button{
    visibility: visible;
}
.msc-image-top-selling-product{
    background-color: var(--msc-white);
    height: 250px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border-radius: 20px;
    transition: all .2s ease-in-out;
}
.msc-image-top-selling-product img{
    padding: 25px 45px;
    height: 100%;
    width: 100%;
    aspect-ratio: 2/2;
    transition: all .2s ease-in-out;
}
.msc-top-selling-wrapper:hover .msc-image-top-selling-product img{
    transform: scale(1.03);
}
.msc-top-selling-wrapper:hover .msc-image-top-selling-product{
    background-color: #ebebeb;
}
.msc-top-selling-wrapper:hover .msc-hoverable-icons{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.msc-content-top-selling-product{
    padding: 10px;
}
.msc-content-top-selling-product span{
    color: var(--msc-light-text);
    font-family: var(--msc-font-global-medium);
    font-size: 17px;
}
.msc-content-top-selling-product h5 {
    font-family: var(--msc-font-global-bold);
    font-size: 20px;
    color: var(--msc-theme-oil-black);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.msc-price-topselling{
    font-family: var(--msc-font-global-medium);
    font-size: 18px;
    color: var(--msc-light-text);
}
.msc-top-selling-enquer-now{
    display: flex;
    width: 100%;
    flex-direction: row;
}
.msc-top-selling-enquer-now button{
    background-color: var(--msc-theme-global-kc-dark-blue);
    padding: 10px;
    width: 100%;
    color: var(--msc-white);
    font-family: var(--msc-font-global-regular);
    font-size: 17px;
    margin: 0px 10px 10px 10px;
    border-radius: 40px;
    border: none;
    visibility: hidden;
    transition: all .1s ease-in-out;
}
.msc-imp-links-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 1.3rem;
    top: 1.2rem;
}
.msc-imp-links-top p{
    position: relative;
    cursor: pointer;
    height: 35px;
    width: 35px;
    background-color: var(--msc-white);
    border: 2px solid var(--msc-light-text);
    border-radius: 40px;
    transition: all .2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: start;
}

.msc-imp-links-top p i{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--msc-light-text);
}
.msc-title-view{
    position: absolute;
    background-color: var(--msc-theme-oil-black);
    color: var(--msc-white);
    padding: 3px 16px;
    font-family: var(--msc-font-global-regular);
    font-size: 14px;
    white-space: nowrap;
    right: 2.4rem;
    visibility: hidden;
    transform: scale(0);
    transition: all .2s ease-in-out;
    border-radius: 30px;
}
.msc-imp-links-top p:hover .msc-title-view{
    visibility: visible;
    transform: scale(1.03);
}
.msc-hoverable-icons{
    transform: translateX(40px);
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}
/* top-selling-products-end */

/* customer-reviews */
.msc-customer-reviews{
    margin: 70px 0px;
    position: relative;
}
.msc-customer-reviews::after{
    content: "";
    position: absolute;
    background-image: url(../images/background/dot-pattern.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    top: 0;
    left: 0;
}
.msc-outer-wrapper-customer{
    margin: 0px 70px;
}
.msc-inner-client-reviews{
    min-height: 270px;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
    background-color: var(--msc-theme-global-bg-blue);
    position: relative;
}
.msc-inner-client-reviews::after{
    content: "";
    position: absolute;
    left: 0;
    border-right: 30px solid transparent;
    border-bottom: 30px solid var(--msc-theme-global-bg-blue);
    transform: rotate(90deg);
    bottom: -1.7rem;
    z-index: 99;
}
.msc-client-image img{
    border-radius: 100px;
    height: 110px !important;
    width: 130px !important; 
    object-fit: cover;
    aspect-ratio: 4/4;
    outline: 2px solid var(--msc-theme-global-kc-dark-blue);
    outline-offset: 5px;
}
.msc-client-reviews-content{
    padding: 10px;
}
.msc-customer-name{
    font-family: var(--msc-font-global-semibold);
    font-size: 26px;
    color: var(--msc-theme-global-kc-dark-blue);
}
.msc-customer-review i{
    color: var(--msc-theme-global-kc-rating-color);
    font-size: 15px;
}
.msc-customer-review span{
    font-family: var(--msc-font-global-medium);
    font-size: 17px;
    color: var(--msc-theme-oil-black);
}
.msc-customer-review-description{
    font-family: var(--msc-font-global-regular);
    color: var(--msc-light-text);
    font-size: 17px;
}
.msc-client-reviews-content{
    position: relative;
}
.msc-client-reviews-content::after{
    content: "";
    position: absolute;
    background-image: url(../images/background/quotes-right.png);
    background-repeat: no-repeat;
    height: 100px !important;
    width: 100px !important;
    right: 0;
    top: 0;
}
.msc-customer-reviews-main-wrapper{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin: 0px 70px;
}
.msc-customer-reviews-main-wrapper p{
    color: var(--msc-theme-global-kc-steel-blue);
    font-family: var(--msc-font-global-regular);
    font-size: 18px;
}
.msc-customer-reviews-main-wrapper p::before{
    border-bottom: 2px solid var(--msc-theme-global-kc-steel-blue);
}
.msc-customer-reviews-main-wrapper h3{
    color: var(--msc-theme-oil-black);
    width: 100%;
    text-align: left;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--msc-border-color);
}
.msc-customer-reviews-main-wrapper h3 span{
    color: var(--msc-theme-global-kc-global-blue);
}
.msc-customer-reviews-main-wrapper h3 i{
    color: var(--msc-light-text);
}
/* .customers-reviews .owl-nav button.owl-prev{
    font-size: 40px !important;
    color: var(--msc-light-text) !important;
    border-radius: 0 !important;
} */
/* .customers-reviews .owl-nav button.owl-prev::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 28px;
    top: 1.3rem;
    right: -0.4rem;
    border-right: 2px solid var(--msc-border-color) !important;
} */
/* .customers-reviews .owl-nav button.owl-next{
    font-size: 40px !important;
    font-weight: normal !important;
    color: var(--msc-light-text) !important;
}
.customers-reviews .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: var(--msc-light-text) !important;
}
.customers-reviews .owl-nav{
    position: absolute !important;
    top: -4rem !important;
    right: 1rem !important;
    z-index: 999;
} */
/* customer-reviews-end */

/* footer */
#footer{
    margin-top: 45px;
}
.msc-calling-wrapper{
    background-color: var(--msc-theme-global-kc-global-blue);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 30px 40px;
    position: relative;
}
.msc-calling-wrapper::after{
    content: "";
    position: absolute;
    background-image: url(../images/background/doodle-pattern.png);
    background-size: contain;
    height: 100%;
    width: 100%;
    opacity: 0.030;
    top: 0rem;
    left: 0;
    z-index: 1;
}
.msc-calling-wrapper p{
    position: relative;
    z-index: 99;
}
.msc-calling-wrapper p span i{
    font-size: 50px;
    color: var(--msc-theme-global-bg-blue);
    position: absolute;
    top: -1rem;
    opacity: 0.6;
    left: -3rem;
    z-index: 99;
}
.msc-main-icon-wrapper{
    color: var(--msc-white);
    font-size: 30px;
    position: relative;
    z-index: 99;
}
.msc-customer-support-no{
    font-family: var(--msc-font-global-bold);
    font-size: 18px;
    color: var(--msc-white);
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 99;
}
.msc-customer-support-no:hover{
    color: var(--msc-white);
}
.msc-mail-wrapper{
    background-color: var(--msc-theme-oil-black);
}
.msc-footer-design{
    background-color: var(--msc-theme-oil-black);
    padding: 40px 20px 0px 20px;
}
.msc-foot-about-des{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 4.5em; */
    line-height: 1.5em;
    font-family: var(--msc-font-global-regular);
    font-size: 17px;
    font-weight: normal;
    color: whitesmoke;
    margin-left: 10px;
    margin-top: 18px;
}
.msc-main-logo-foot img{
    width: 120px;
    height: auto;
}
.msc-description-foot-design a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    font-family: var(--msc-font-global-medium);
    color: var(--msc-white);
    transition: all .2s ease-in-out;
}
.msc-description-foot-design a:hover{
    color: var(--msc-theme-global-bg-blue);
}
.msc-heading-links-foot{
    font-family: var(--msc-font-global-semibold);
    color: var(--msc-white);
    font-size: 22px;
    padding-bottom: 15px;
    position: relative;
}
.msc-heading-links-foot::after{
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    border-radius: 25px;
    background-color: var(--msc-theme-global-bg-blue);
    bottom: 0;
    left: 0;
}
.msc-heading-links-foot::before{
    content: "";
    position: absolute;
    width: 25px;
    height: 3px;
    border-radius: 25px;
    background-color: var(--msc-theme-global-bg-blue);
    bottom: 0;
    left: 3rem;
}
.msc-quick-links-footer{
    /* margin-left: 30px; */
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.msc-links-footer{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-top: 5px;
}
.msc-links-footer a{
    font-family: var(--msc-font-global-medium);
    color: var(--msc-white);
    font-size: 17px;
    margin: 5px 0px;
    transition: all .2s ease-in-out;
}
.msc-links-footer span i{
    font-size: 11px;
}
.msc-links-footer a:hover{
    transform: translateX(5px);
    color: var(--msc-theme-global-bg-blue);
}
.msc-newsletter-description{
    font-family: var(--msc-font-global-regular);
    color: var(--msc-white);
    margin-top: 11px;
}
.msc-link-news-letter{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-left: 30px;
}
.msc-inputs-footer-news{
    display: flex;
    flex-direction: row;
}
.msc-news-letter-input{
    padding: 10px 18px !important;
    background-color: var(--msc-white);
    border-radius: 0 !important;
    width: 270px !important;
}
.msc-news-letter-input:focus{
    box-shadow: none !important;
}
.msc-inputs-footer-news button{
    padding: 12px 30px;
    height: 100%;
    border: none;
    background-color: var(--msc-theme-global-kc-global-blue);
    color: var(--msc-white);
    margin-left: 10px;
    white-space: nowrap;
}
.msc-border-line{
    border-bottom: 2px solid var(--msc-light);
    margin-top:25px;
}
.msc-footer-bottom-content{
    padding: 20px 0px;
}
.msc-footer-bottom-content p{
    font-family: var(--msc-font-global-regular);
    color: var(--msc-white);
    letter-spacing: 1px;
}
.msc-footer-bottom-content i{
    color: var(--msc-red);
}
.msc-footer-bottom-content a{
    color: var(--msc-red);
}
.msc-footer-bottom-content a:hover{
    color: var(--msc-red);
}
.msc-footer-bottom-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.msc-social-media-links-footer{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.msc-social-media-links-footer span{
    height: 40px;
    width: 40px;
    background-color: whitesmoke;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 7px;
    border-radius: 20px;
    outline: 2px solid whitesmoke;
    outline-offset: 3px;
    transition: all .2s ease-in-out;
}
.msc-social-media-links-footer span i{
    color: var(--msc-theme-global-kc-dark-blue) !important;
}
.msc-social-media-links-footer span:hover{
    background-color: var(--msc-theme-global-bg-blue);
    outline: 2px solid var(--msc-theme-global-bg-blue);
}
/* footer-end */

/* hero-bg */
.msc-hero-bg-design{
    padding: 20px;
    position: relative;
    background-image: url(../images/background/bg-hero.jpg);
    background-repeat: no-repeat;
    background-position: 80% 40%;
    height: 100%;
    width: 100%;
}
.msc-hero-nav{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0px;
}
.msc-hero-nav h2{
    font-family: var(--msc-font-global-bold);
    color: var(--msc-theme-global-kc-dark-blue);
    font-size: 31px;
}
.msc-hero-nav p a{
    color: var(--msc-theme-global-kc-global-blue);
    font-family: var(--msc-font-global-medium);
    font-size: 18px;
}
.msc-hero-nav p span{
    color: var(--msc-theme-global-kc-global-blue);
    font-size: 13px;
}
/* hero-bg-end */

/* shop-products */
.msc-enquery-flies-folders{
    margin: 50px 0px;
}
.msc-shop-product-img-wrapper{
    background-color: var(--msc-theme-light-grey-tone);
    height: 700px;
    border-radius: 25px;
    margin: 0px 10px;
    position: relative;
}
.msc-view-product-video{
    position: absolute;
    bottom: 3rem;
    right: 2rem;
}
.msc-view-product-video button{
    padding: 10px 20px;
    border: none;
    background-color: var(--msc-theme-global-kc-global-blue);
    color: var(--msc-white);
    font-family: var(--msc-font-global-regular);
    font-size: 16px;
}
.msc-shop-product-img-wrapper img{
    padding: 25px 44px;
    width: 100% !important;
    height: 100% !important;
}
.msc-product-name-shop{
    padding: 20px 0px;
}
.msc-discount-on-shop-product p{
    background-color: var(--msc-theme-danger);
    color: white;
}

.msc-discount-btn {
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding: 5px 15px;
    background-color: rgb(0 107 179);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffff;
    gap: 10px;
    font-weight: bold;
    border: 3px solid #ffffff4d;
    outline: none;
    overflow: hidden;
    font-size: 15px;
  }
  .icon {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease-in-out;
  }
  
  .msc-discount-btn:hover {
    transform: scale(1.05);
    border-color: #fff9;
  }
  
  .msc-discount-btn:hover .icon {
    transform: translate(4px);
  }
  
  .msc-discount-btn::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
    animation: shine 1.5s ease-out infinite;
  }
  
  @keyframes shine {
    0% {
      left: -100px;
    }
  
    60% {
      left: 100%;
    }
  
    to {
      left: 100%;
    }
  }
.msc-product-shop-name{
    margin: 8px 0px;
    font-family: var(--msc-font-global-bold);
    color: var(--msc-theme-oil-black);
    font-size: 22px;
}

.rating {
    display: inline-block;
  }
  
  .rating input {
    display: none;
  }
  
  .rating label {
    float: right;
    margin: 0px 3px;
    cursor: pointer;
    color: #ccc;
    transition: color 0.3s;
  }
  
  .rating label:before {
    content: '\2605';
    font-size: 20px;
  }
  
  .rating input:checked ~ label,
  .rating label:hover,
  .rating label:hover ~ label {
    color: var(--msc-primary);
    transition: color 0.3s;
  }
.msc-rating-product{
    display: flex;
    flex-direction: row;
    padding-bottom: 12px;
    border-bottom: 1.4px solid var(--msc-border-color);
}
.msc-rating-product p{
    font-family: var(--msc-font-global-regular);
    color: var(--msc-red);
    font-size: 15px;
    margin-top: 6px;
    margin-left: 6px;
    animation: changecolor 2s linear infinite;
}
@keyframes changecolor {
    0%{
        color: var(--msc-red);
    }50%{
        color: var(--msc-theme-global-royal-blue);
    }100%{
        color: var(--msc-red);
    }
}
.msc-shop-product-price p {
    font-family: var(--msc-font-global-bold);
    color: var(--msc-theme-global-kc-global-blue);
    font-size: 24px;
    margin: 10px 0px;
    margin-bottom: 4px;
}
.msc-info-product-small p{
    font-family: var(--msc-theme-font-regular);
    font-size: 16px;
    color: var(--msc-light-text);
    padding-bottom: 12px;
    border-bottom: 1.4px solid var(--msc-border-color);
}
.msc-product-details-shop{
    position: relative;
    border: 1px solid var(--msc-theme-med-grey-tone);
    padding: 10px 40px;
    border-radius: 30px;
    margin: 0px 15px;
}
.msc-hurry-sale{
    background-color: var(--msc-theme-extra-light-olive);
    color: var(--msc-theme-dark-green);
    font-family: var(--msc-font-global-medium);
    font-size: 16px;
    padding: 10px 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0;
}
.msc-measurments-products{
    display: flex;
    flex-direction: row;
    margin: 17px 0px;
}
.msc-measurments-products p{
    font-family: var(--msc-font-global-medium);
    font-size: 22px;
    width: 200px;
    color: var(--msc-theme-black-shade);
}
.msc-measurments-products p span{
    font-family: var(--msc-font-global-medium);
    font-size: 20px !important;
    width: 200px;
    color: var(--msc-light-text) !important;
}
.msc-color-options{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 20px;
    gap: 10px;
}
.msc-color-options label{
    display: flex;
    align-items: center;
    /* gap: 10px; */
}
.msc-color-options label input[type="radio"]{
    display: none !important;
}
.msc-color-swatch{
    width: 22px;
    height:22px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .2s linear;
}
.msc-color-options input[type="radio"]:checked + .msc-color-swatch{
    transform: scale(1.1);
    outline: 1px solid var(--msc-border-color);
    outline-offset: 2px;
}

.msc-size-options{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.msc-size-options label input[type = "radio"]{
    display: none;
}
.msc-size-swatch{
    text-align: center;
    display: inline-block;
    padding: 6px 8px;
    width: 38px;
    cursor: pointer;
    color: var(--msc-light-text);
    background-color: transparent;
    border: 2px solid var(--msc-theme-black-shade);
    font-size: 15px;
    transition: all .2s linear;
}

.msc-size-options input[type = "radio"]:checked + .msc-size-swatch{
    background-color: var(--msc-theme-vanilla-color);
}

.quantity-container {
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    border-radius: 50px;
    padding: 8px 9px; 
    border: 2px solid var(--msc-theme-oil-black);
  }

  .quantity-container button {
    width: 20px;
    height: 20px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    color: var(--msc-theme-black-shade);
    border: none;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .quantity-container input {
    border: none;
    width: 30px;
    text-align: center;
    font-family: var(--msc-font-medium);
    font-size: 18px;
  }
  .quantity-container input:focus {
    outline: none !important;
  }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.msc-btn-selects-shop{
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
}
.msc-shop-add-tocart{
    height: 50px;
    width: 190px;
}
.msc-shop-add-tocart button{
    padding: 12.5px 40px;
    width: 100%;
    border: 2px solid var(--msc-theme-oil-black);
    color: var(--msc-theme-oil-black);
    background-color: transparent;
    font-size: 15px;
    font-family: var(--msc-font-medium);
    position: relative;
    overflow: hidden;
    z-index: 9;
    transition: all .2s linear;
}
.msc-shop-add-tocart button:hover{
    color: var(--msc-white);
    border:2px solid var(--msc-theme-dark-olive);
}
.msc-shop-add-tocart button::after{
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    background-color: var(--msc-theme-global-royal-blue);
    bottom: -1rem;
    right: -1rem;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    z-index: -1;
}
.msc-shop-add-tocart button::before{
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    background-color: var(--msc-theme-global-royal-blue);
    top: -1rem;
    left: -1rem;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    z-index: -1;
}
.msc-shop-add-tocart button:hover::after{
    width: 120%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}
.msc-shop-add-tocart button:hover::before{
    width: 120%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}
.msc-shop-buy-now{
    /* height: 50px;
    width: 190px; */
}
.msc-shop-buy-now button{
    font-family: var(--msc-font-global-medium);
    padding: 11.5px 40px;
    width: 100%;
    background-color: var(--msc-theme-global-kc-global-blue);
    color: var(--msc-white);
    font-size: 16px;
    border: 2px solid var(--msc-theme-dark-olive);
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.msc-shop-buy-now button::after{
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
    animation: shine 1.5s ease-out infinite;
}
.msc-whishlist-shop-section{
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
}
.msc-whishlist-shop-section{
    /* border-bottom: 1px solid var(--msc-border-color); */
    margin-top: 18px;
}
.msc-main-shop p {
    font-family: var(--msc-font-global-regular);
    font-size: 17px;
    color: var(--msc-light-grey);
}
.msc-btn-whatsapp-share:hover{
    color: var(--msc-white);
}
.msc-gurantee-returns-shop{
    display: flex;
    flex-direction: column;
}
.msc-gurantee-returns-shop p{
    font-family: var(--msc-font-global-medium);
    font-size: 18px;
    color: var(--msc-theme-oil-black);
}
.msc-gurantee-returns-shop{
    margin-top: 17px;
}
.msc-gurantee-returns-shop p span{
    font-family: var(--msc-font-global-regular);
    font-size: 17px;
    color: var(--msc-light-grey);
    margin-left: 7px;
}
.msc-additional-description-product{
    display: flex;
    flex-direction: column;
}
.msc-additional-description-product h2{
    font-family: var(--msc-font-global-medium);
    color: var(--msc-theme-oil-black);
    font-size: 24px;
}
.msc-additional-description-product p{
    font-family: var(--msc-font-global-regular);
    color: var(--msc-light-text);
    font-size: 16px;
}
.msc-additional-description-product{
    padding-bottom: 12px;
    border-bottom: 1.4px solid var(--msc-border-color);
}
.msc-additional-description-product span{
    font-family: var(--msc-font-global-medium);
    color: var(--msc-light-text);
    font-size: 17px;
}
.msc-choose-user{
    margin-top: 20px;
}
.msc-choose-user h2{
    font-family: var(--msc-font-global-medium);
    color: var(--msc-theme-oil-black);
    font-size: 20px;
}
.msc-choose-user h2 span{
    font-size: 20px;
    color: var(--msc-light-text);
}
.msc-select-main-input{
    margin: 17px 0px !important;
    padding: 10px 20px !important;
    border-radius: 30px !important;
    border: 2px solid var(--msc-theme-global-kc-global-blue) !important;
    color: var(--msc-light-text) !important;
}
.msc-select-main-input:focus{
    box-shadow: none !important;
}
.msc-details-active{
    opacity: 1;
    outline: 3px solid var(--msc-theme-am-med-blue);
    outline-offset: 2px;
}
.shop-now .owl-nav button.owl-prev{
    position: absolute;
    top: 21rem;
    left: -1rem;
}
.shop-now .owl-nav button.owl-next{
    position: absolute;
    top: 21rem;
    right: -1rem;
}
.shop-now .owl-nav button span{
    padding: 8px 20px  !important;
    color: var(--msc-white);
    font-size: 25px;
    font-weight: bold;
    border-radius: 50%;
    background-color: var(--msc-theme-global-kc-global-blue) !important;
}
.shop-now .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #FFF;
    text-decoration: none;
}
.msc-product-thumbnail{
    overflow-x: auto;
    width: 100%;
    cursor: pointer;
    margin: 0px 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.msc-product-thumbnail::-webkit-scrollbar {
    display: none;
}
.msc-thumbnail-image-shop{
    background-color: var(--msc-theme-light-grey-tone);
    border-radius: 20px;
    width: 100%;
    height: 100px;
}
.msc-thumbnail-image-shop img{
    padding: 18px 20px;
    height: 100%;
    width: 100%;
}
.msc-thumbnail-main{
    padding: 0px 8px !important; 
}
.msc-tabs-product-info-section{
    margin: 50px 0px;
    position: relative;
}
.msc-tabs-product-info-section::after{
    content: "";
    position: absolute;
    height: 600px;
    width: 550px;
    background-color: var;
    background-image: url(../images/pattern.webp);
    background-size: contain;
    background-repeat: no-repeat;
    left: -7rem;
    top: 0;
    z-index: -1;
}
.msc-main-product-info{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.msc-wrapper-product-details{
    position: relative;
    height: 400px;
    width: 100%;
}
.msc-product-image{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.msc-product-image img{
    width: 300px;
    height: auto;
    object-fit: cover;
}
.msc-product-sepcification{
    margin-top: 15px;
}
.msc-product-sepcification h2{
    font-family: var(--msc-font-global-medium);
    color: var(--msc-theme-oil-black);
    font-size: 18px;
}
.msc-product-sepcification p{
    font-family: var(--msc-font-global-regular);
    color: var(--msc-light-text);
    font-size: 16px;
}
.msc-product-des-deep{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.msc-new-fade{
    animation: backInUp .9s ease-in-out;
}
.msc-row-table-product th{
    color: var(--msc-theme-oil-black);
    font-size: 18px;
    font-family: var(--msc-font-global-regular);
    padding: 10px 20px !important;
}
.msc-row-table-product td{
    color: var(--msc-light-text);
    font-size: 17px;
    font-family: var(--msc-font-global-medium);
    padding: 10px 20px !important;
}
.msc-main-reviews-section{
    margin: 40px 0px 50px 0px;
}
.msc-btn-product-description{
    font-family: var(--msc-font-global-medium) !important;
    font-size: 19px !important;
    color: var(--msc-theme-oil-black) !important;
    border-bottom: 2px solid transparent !important;
}
.msc-btn-product-description.active{
    border-bottom: 2px solid var(--msc-theme-oil-black) !important;
}
.msc-main-wrapper-additional-des{
    margin: 100px 0px 0px 0px;
}
.msc-wrapper-product-details{
    border-radius: 30px;
    border: 1px solid var(--msc-border-color);
    margin-top: 20px !important;
    height: auto !important;
}
.msc-wrapper-product-details p{
    font-family: var(--msc-font-global-regular);
    color: var(--msc-light-text);
    font-size: 17px;
    padding: 25px;
    text-align: center;
}
.msc-tabs-product-info-section {
    margin: 50px 0px 30px 0px;
    position: relative;
}
.msc-total-count-products{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 20px;
}
.msc-total-count-products h2{
    width: max-content;
    background-color: var(--msc-theme-light-grey-tone);
    border-radius: 20px;
    border: 1px solid var(--msc-light);
    padding: 20px;
    font-size: 25px;
    font-family: var(--msc-font-global-semibold);
    color: var(--msc-theme-oil-black);
}
/* shop-products-end */

/* product-video */
.msc-products-image-design{
    width: 100% !important;
    height: 570px !important;
}
.msc-video-check-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-family: var(--msc-font-global-semibold);
    font-size: 20px;
}
.msc-video-check-main span{
    font-family: var(--msc-font-global-medium);
    font-size: 18px;
}
/* product-video-end */

/* sub-category-all */
.msc-main-section-all-category{
    margin: 50px 0px;
}
.msc-main-wrapper-sub-category-outer{
    background-color: var(--msc-white);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    border-radius: 29px;
    transition: all .3s ease-in-out;
}
.msc-main-wrapper-sub-category-outer:hover{
    transform: translateY(-5px);
    box-shadow: #004b6042 0px 2px 8px 0px;
}
.msc-sub-category-image{
    background-color: var(--msc-theme-light-grey-tone);
    border-radius: 20px;
    width: 100%;
    padding: 20px;
    text-align: center;
}
.msc-sub-category-image img{
    border-radius: 10px;
    height: 250px;
}
.msc-sub-cat-name{
    margin: 10px 0px;
    color: var(--msc-theme-global-kc-dark-blue);
    font-size: 28px;
}
/* sub-category-all-end */

/* subcat-products */
.msc-subcat-products-design{
    margin: 50px 0px;
}
/* subcat-products-end */

/* products-page */
.msc-input-options-check{
    color: var(--msc-theme-global-kc-dark-blue);
    font-family: var(--msc-font-global-regular);
    padding: 4px 15px;
    margin-right: 6px;
    border: 2px solid var(--msc-theme-global-kc-dark-blue);
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.msc-input-options-check.active{
    background-color: var(--msc-theme-global-kc-pastel-lightblue);
}
/* products-page-end */

/* reviews */
.msc-wrapper-product-details-main{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.msc-reviews-wrapper-outer{
    width: 440px;
    border-radius: 20px;
    border: 2px solid var(--msc-theme-global-kc-global-blue);
    padding: 35px 30px;
    background-color: #f4f8fb;
}
.msc-main-heading-reviews h2{
    color: var(--msc-theme-global-kc-dark-blue);
    font-family: var(--msc-font-global-semibold);
    margin-bottom: 10px;
}
.msc-main-heading-reviews p{
    color: var(--msc-theme-oil-black);
    font-family:var(--msc-font-global-regular);
}
.msc-rating-stars-product{
    margin-bottom: 20px;
}
.msc-rating-stars-product i{
    font-size: 25px;
    color: var(--msc-light-grey);
    margin-left: 3px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.msc-input-form-value{
    padding: 0px 10px !important;
}
.msc-rating-textarea{
    background-color: #ecf3f8 !important;
    padding: 10px 20px !important;
    border-radius: 20px !important;
    border: 2px solid transparent !important;
    margin-bottom: 17px !important;
    transition: all .3s ease-in-out !important;
}
.msc-rating-textarea:focus{
    box-shadow: none !important;
    border: 2px solid var(--msc-theme-global-kc-global-blue) !important;
}
.msc-reviews-submit button{
    padding: 12px 25px;
    border-radius: 10px;
    border: none;
    margin-top: 6px;
    background-color: var(--msc-theme-global-kc-global-blue);
    color: var(--msc-white);
    font-family: var(--msc-font-global-regular);
    outline: none !important;
}
.msc-reviews-submit button:focus{
    outline: none !important;
}
.msc-enquery-modal-close{
    background-color: transparent;
    position: absolute;
    top: -0.6rem;
    right: -0.6rem;
    padding: 4px 10px;
    background-color: var(--msc-theme-global-kc-global-blue);
    border: none;
    color: var(--msc-white);
    border-radius: 20px;
    z-index: 999;
    outline: 2px solid var(--msc-theme-global-kc-global-blue);
    outline-offset: 1px;
    font-size: 16px;
}
.msc-product-image-modal img{
    height: 650px;  
    width: 100%;
    object-fit: cover;
}
.msc-label-form-heading{
    font-family: var(--msc-font-global-semibold);
    font-size: 35px;
    color: var(--msc-theme-global-kc-global-blue);
}
.msc-enquery-form-products{
    padding: 40px 35px 40px 20px;
}
.msc-label-enquery-description{
    font-family: var(--msc-font-global-regular);
    color: var(--msc-light-text);
    font-size: 16px;
}
.msc-form-enquery {
    padding: 27px 16px !important;
    height: 3rem !important;
    border-radius: 8px !important;
    /* border: 2px solid transparent !important; */
    transition: all .2s ease-in-out !important;
    color: var(--msc-light-text) !important;
}
.msc-form-enquery:focus{
    box-shadow: none !important;
    border: 1px solid var(--msc-theme-global-kc-dark-blue);
}
.msc-label-design-enquery{
    color: var(--msc-light-text) !important;
}
.form-floating>.form-control:focus~label{
    transform: translateY(-.9rem) translateX(-.1rem) scale(.83) !important;
}
.msc-texarea-form-input{
    padding: 15px 16px !important;
    border-radius: 8px !important;
    transition: all .2s ease-in-out;
    color: var(--msc-light-text) !important;
}
.msc-texarea-form-input:focus{
    box-shadow: none !important;
    border: 1px solid var(--msc-theme-global-kc-dark-blue);
}
.msc-button-enquery-now{
    padding: 14px 30px;
    background-color: var(--msc-theme-global-kc-global-blue);
    color: var(--msc-white);
    font-family: var(--msc-font-global-medium);
    border: none;
    margin-top: 16px;
    border-radius: 20px;
    transition: all .3s ease-in-out;
    outline: none !important;
}
.msc-button-enquery-now:focus{
    outline: none !important;
}
.rating-select{
    color: #ffc107 !important;
}
.msc-vector-reviews{
    width: 530px !important;
    height: auto;
}
.msc-img-vector-reviews h2{
    color: var(--msc-theme-global-kc-global-blue);
    border-bottom: 1px solid var(--msc-border-color);
    font-family: var(--msc-font-global-semibold);
    font-size: 25px;
    padding-bottom: 10px;
}
.msc-no-reviews-available{
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
}
.msc-no-available-reviews{
    color: var(--msc-light-grey);
    font-family: var(--msc-font-global-medium);
    font-size: 30px;
}
.msc-main-img-wrapper-reviews{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.msc-star-icon-review{
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: center; */
}
.msc-reviews-stars{
    padding-right: 10px;
    border-right: 2px solid var(--msc-light-grey);
}
.msc-reviews-stars i{
    color: var(--msc-primary);
    font-size: 15px;
}
.msc-time-add-review span{
    font-family: var(--msc-font-global-medium);
    color: var(--msc-light-text);
    font-size: 16px;
    padding-left: 10px;
}
.msc-reviewer-review{
    font-family: var(--msc-font-global-regular);
    font-size: 16px;
    word-spacing: 1px;
    margin-top: 6px;
    margin-bottom: 0;
    color: var(--msc-light-text);
}
.msc-reviewer-name{
    font-family: var(--msc-font-global-semibold);
    color: var(--msc-theme-global-blue);
    font-size: 24px;
}
.msc-available-reviews-inner{
    margin-top: 18px;
    border-bottom: 3px solid var(--msc-light-grey);
    padding-bottom: 10px;
}
.msc-main-available-reviews {
    min-height: 290px;
    overflow-y: scroll;
    scrollbar-width: none;
}
/* reviews-end */

/* about-section */
.msc-abouts-design{
    margin: 50px 0px;
}
.msc-main-wrapper-about-us{
    margin-top: 40px;
}
.msc-mission-vision h2{
    color: var(--msc-theme-global-kc-global-blue);
    font-family: var(--msc-font-global-semibold);
    font-size: 40px;
    position: relative;
    /* width: max-content; */
    overflow: hidden;
}
.msc-mission-vision h2::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--msc-light);
    top: 1.7rem;
}
.msc-mission-vision p{
    color: var(--msc-light-text);
    font-family: var(--msc-font-global-regular);
    font-size: 16px;
}
.msc-vector-file-image img{
    width: 500px !important;
    height: auto !important;
}
.msc-mission-vision{
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.msc-terms-conditions-outer{
    margin: 10px 0px;
}
.msc-terms-conditions-inner{
    height: auto !important;
    margin-top: 30px;
}
.msc-terms-conditions-inner li{
    font-family: var(--msc-font-global-regular);
    color: var(--msc-light-text);
    margin-bottom: 5px;
}
.msc-terms-conditions-inner li strong{
    font-size: 17px;
}
.msc-main-img-t-c img{
    max-width: 100% !important;
    height: 600px !important;
    object-fit: cover;
    object-position: 10%;
}
.msc-terms-conditions-inner h3{
    font-family: var(--msc-font-global-medium);
    font-size: 20px;
    color: var(--msc-theme-oil-black);
}
.msc-new-arrivals-main{
    margin: 50px 0px;
}
.msc-not-found-image{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.msc-not-found-image img{
    width: 600px;
    height: 600px;
}
.msc-not-found-image p{
    color: var(--msc-light-grey);
    font-family: var(--msc-font-global-semibold);
    font-size: 30px !important;
}
.msc-search_products{
    margin: 50px 0px;
}
.msc-search-heading{
    font-family: var(--msc-font-global-semibold);
    color: var(--msc-theme-oil-black);
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 50px;
    position: relative;
}
.msc-search-heading::after{
    content: "";
    position: absolute;
    height: 2px;
    width: 50%;
    right: 0;
    top: 1.4rem;
    border-bottom: 2px solid var(--msc-light);
}
.msc-responsive-links-header{
    display: none;
}
.msc-responsive-logo{
    display: none;
}
.msc-responsive-imp-info{
    display: none;
}
/* about-section-end */

.msc-modal-width{
    max-width: 70% !important;
}
.msc-search-bar-main{
    display: none;
}

/* contact-us */
.msc-contact-us-design{
    margin: 80px 0px 60px 0px;
}
.msc-img-contact img{
    width: 100% !important;
    height: 690px !important;
    object-fit: cover;
}
.msc-get-in-touch-wrapper{
    margin: 16px 10px;
    padding: 20px 40px 20px 23px;
}
.msc-heading-touch{
    border-left: 5px solid var(--msc-theme-oil-black);
    padding: 0px 0px 0px 20px;
}
.msc-heading-touch p{
    font-family: var(--msc-font-global-medium);
    color: var(--msc-theme-am-med-light-blue);
    font-size: 19px;
    letter-spacing: 1px;
}
.msc-heading-touch h2{
    color: var(--msc-theme-am-med-blue);
    font-family: var(--msc-font-global-bold);
    font-size: 43px;
}
.msc-contact-query-input{
    padding: 14px 25px !important;
    border-radius: 50px !important;
}
.msc-contact-query-input:focus{
    box-shadow: none !important;
}
.msc-label-contact{
    font-family: var(--msc-font-global-regular);
    font-size: 15px;
    color: var(--msc-light-text);
    margin: 19px 5px 10px 10px;
}
.msc-outer-wrapper-form{
    /* background-color: var(--msc-theme-light-gold-pink); */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.msc-submit-contact{
    font-family: var(--msc-font-global-regular);
    color: var(--msc-white);
    background-color: var(--msc-theme-global-kc-global-blue);
    padding: 16px 45px;
    border: none;
    margin-top: 22px; 
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    overflow: hidden;
    transition: all .3s ease-in-out;
    z-index: 1;
    border: 2px solid var(--msc-theme-global-kc-global-blue);
}
.msc-submit-contact:hover{
    border: 2px solid var(--msc-theme-global-kc-global-blue);
    color: var(--msc-theme-global-kc-global-blue);
}
.msc-submit-contact::after{
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: var(--msc-white);
    transform: rotate(45deg);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    z-index: -1;
}
.msc-submit-contact:hover::after{
    width: 100%;
    height: 150%;
    visibility: visible;
    opacity: 1;
}
.msc-map-container{
    margin: 60px 0px 50px 0px;
}
.msc-map-container iframe{
    width: 100%;
    height: 450px;
}
.msc-icon-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.msc-icon-box span{
    height: 70px;
    width: 70px;
    background-color: var(--msc-theme-oil-black);
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 1px solid var(--msc-theme-oil-black);
    outline-offset: 2px;
    border-radius: 20px;
}
.msc-wrapper-mail-box{
    background-color: var(--msc-theme-light-grey-tone);
    padding: 25px 15px;
    margin: 0px 5px;
}
.msc-icon-box span i{
    color: var(--msc-white);
    font-size: 30px;
}
.msc-contact-text-new {
    margin-top: 15px;
    text-align: center;
}
.msc-contact-text-new h2{
    font-family: var(--msc-font-global-semibold);
    font-size: 20px;
    color: var(--msc-theme-oil-black);
}
.msc-contact-text-new p{
    font-family: var(--msc-font-global-regular);
    font-size: 16px;
    color: var(--msc-light-text);
}
/* contact-us-end */
.msc-btn-url-copy {
    border-radius: 0px !important;
    background-color: var(--msc-theme-global-kc-global-blue) !important;
    color: var(--msc-white) !important;
    border: 1px solid var(--msc-theme-global-royal-blue) !important;
}
.msc-btn-whatsapp-share {
    padding: 10px 15px;
    background-color: var(--msc-theme-global-kc-global-blue);
    color: var(--msc-white);
    display: inline-block;
    margin-top: 15px;
}
.msc-input-url {
    border-radius: 0px !important;
    padding: 10px 16px !important;
}
.msc-input-url:focus{
    box-shadow: none !important;
}
.msc-main-dialog{
    max-width: 1050px !important;
}
.msc-header-custom-size-modal{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px !important;
    border-bottom: 0px !important;
    text-align: center;
}
.msc-btn-close-size-guide{
    box-sizing: content-box;
    padding: 6px !important;
    border-radius: 50% !important;
    font-size: 16px !important;
    color: var(--msc-white) !important;
    background: transparent !important;
    background-color: var(--msc-light-text) !important;
    border: 0;
    outline-offset: 2px;
    border-radius: .25rem;
    position: absolute;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;  
    right: -0.5rem;
    top: -0.5rem;
    opacity: 1 !important;
    z-index: 99 !important;
}
.btn-close:focus {
    outline: 0;
    box-shadow: none !important;
    opacity: 0.6 !important;
}
.msc-mission-vision h2 {
    color: var(--msc-theme-global-kc-global-blue);
    font-family: var(--msc-font-global-semibold);
    font-size: 31px;
    position: relative;
    /* width: max-content; */
    overflow: hidden;
}
.msc-mission-vision h2 {
    color: var(--msc-theme-global-kc-global-blue);
    font-family: var(--msc-font-global-semibold);
    font-size: 31px;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--msc-light);
}
.msc-mission-vision h2::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: var(--msc-light);
    top: 1.7rem;
}
.msc-options-select{
    border-radius: 40px !important;
    border: 2px solid var(--msc-theme-global-kc-dark-blue) !important;
    color: var(--msc-light-text) !important;
    padding: 10px 15px !important;
}
.msc-options-select:focus{
    box-shadow: none !important;
}
.msc-modal-view-condition{
    margin-top: 0 !important;
}

/* share-design */
.msc-shop-buy-now button {
    padding: 13.5px 40px;
    overflow: hidden;
}
.msc-share-design-whatsapp{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.msc-button-share-product{
    display: flex;
    flex-direction: row;
    align-items: center;
    border: none;
    width: 270px;
    margin-left: 20px;
    background-color: var(--msc-theme-light-grey-tone);
    box-shadow: rgba(194, 194, 194, 0.2) 0px 2px 8px 0px;
}
.msc-whatsapp-icon{
    height: 100%;
    width: 100%;
    background-color: #1abd3e;
    display: flex;
    align-items: center;
    justify-content: center;
}
.msc-whatsapp-icon i{
    color: var(--msc-white);
    font-size: 29px;
    padding: 0px 35px;
}
.msc-button-share-description{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    padding: 5px;
}
.msc-button-share-description h2{
    font-family: var(--msc-font-global-medium);
    font-size: 17px;
    white-space: nowrap;
}
.msc-button-share-description p{
    font-family: var(--msc-font-global-regular);
    color: var(--msc-light-text);
    font-size: 14px;
}
/* share-design-end */


/* changes */
.msc-outer-wrapper-choose-us {
    display: block !important;
}
.msc-modal-video-product{
    border: 0px !important;
    background-image: linear-gradient(154deg,#002033, #141414) !important;
}

/* responsive */
@media screen and (max-width:700px){
    .msc-img-contact img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover;
    }
    .msc-get-in-touch-wrapper {
        padding: 20px;
    }
    .msc-map-container {
        margin: 60px 0px 50px 0px;
        padding: 0px 5px;
    }
    body{
        overflow-x: hidden;
    }
    .msc-top-bar-design {
        display: none;
    }
    .msc-search-bar {
        display: none;
    }
    .msc-icons-links-social {
        display: none;
    }
    .msc-main-header-design {
        padding: 10px;
        /* background-color: #2b6eac4a; */
        /* background-color: var(--msc-theme-global-kc-global-blue); */
    }
    .msc-main-logo {
        justify-content: space-between;
    }
    .msc-main-logo img {
        width: 85px;
    }
    .msc-responsive-links-header{
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .msc-home-about-description h2 {
    font-size: 14px;
}
.msc-home-about-description h2 span {
    font-size: 30px;
}
    .msc-responsive-links-header a{
        width: 34px;
        height: 34px;
        border-radius: 10px;
        border: 2px solid var(--msc-theme-global-kc-dark-blue);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 5px;
        margin: 0px 3px;
    }
    .msc-responsive-links-header a i{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        color: var(--msc-theme-global-kc-dark-blue);
        font-size: 15px;
    }
    .msc-main-wrapper-logo-responsive{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .msc-hamburger-main{
        display: flex;
        flex-direction: column;
        margin-left: 8px;
    }
    .msc-line1{
        width: 35px;
        height: 2px;
        border-radius: 20px;
        margin: 3.7px 0px;
        background-color: var(--msc-theme-global-kc-dark-blue);
        transition: all .3s ease-in-out;
    }
    .rotate-wrong{
        transform: rotate(45deg) translateY(5px) translateX(4px);
    }
    .rotate-wrong-l {
        transform: rotate(-45deg) translateY(-10px) translateX(6px);
    }
    .remove-line{
        transform: translateY(100%);
        opacity: 0;
    }

    .msc-line2{
        width: 35px;
        height: 2px;
        border-radius: 20px;
        margin: 3.7px 0px;
        background-color: var(--msc-theme-global-kc-dark-blue);
        transition: all .3s ease-in-out;
    }
    .msc-line3{
        width: 35px;
        height: 2px;
        border-radius: 20px;
        margin: 3.7px 0px;
        background-color: var(--msc-theme-global-kc-dark-blue);
        transition: all .3s ease-in-out;
    }
    .msc-navbar-main {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: normal;
        padding: 10px;
        top: 0;
        position: absolute;
        height: 93vh;
        width: 84%;
        left: 0;
        background-color: #3b5b78;
        transform: translateX(-100%);
        opacity: 0;
        transition: all .2s ease-in-out;
        z-index: 99;
        overflow-y: scroll;
    }
    .nav-view{
        transform: translateX(0);
        opacity: 1;
    }
    .scroll-out{
        overflow: hidden;
    }
    .msc-responsive-logo{
        display: flex;
    }
    .msc-responsive-logo img{
        height: 80px;
    }
    .msc-navbar-main a {
        margin: 0px;
        color: var(--msc-white);
        font-family: var(--msc-font-global-medium);
        font-size: 21px;
        display: inline-block;
        border-right: none;
        border-left: none;
        display: block;
        padding: 14px 25px;
    }
    /* .msc-responsive-logo {
        display: flex;
        text-align: center;
        margin: 0px 30px;
        width: 80%;
        justify-content: center;
        align-items: center;
    } */
    .msc-main-responsive-logo-header{
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        padding: 10px !important;
    }
    .msc-main-nav-bar a{
        display: block;
        width: 100%;
        font-size: 17px;
        border-bottom: 1px solid var(--msc-light);
        letter-spacing: 1px;
    }
    .msc-responsive-logo p{
        font-family: var(--msc-font-global-medium);
        font-size: 22px;
        letter-spacing: 1px;
        white-space: nowrap;
    }
    .msc-responsive-imp-info{
        display: flex;
    }
    .msc-responsive-imp-info p{
        background-color: var(--msc-light-opacity);
        padding: 10px 20px;
        border-radius: 30px;
        border: 2px solid var(--msc-white);
        font-family: var(--msc-font-global-medium);
        font-size: 16px;
        color: var(--msc-white);
        margin-top: 30px;
        margin-left: 18px;
    }
    .msc-responsive-imp-info{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .msc-banner-images img {
        width: 100%;
        height: 340px;
        object-fit: cover;
    }
    .msc-image-about-us-home img {
        height: auto;
        width: 100%;
    }
    .msc-home-about-description {
        padding: 0px 20px;
    }
    .msc-home-about-description p {
        width: 100%;
    }
    .msc-divided-line::after{
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        background-color: var(--msc-theme-global-dark-blue);
        right: -1.3rem;
    }
    .tooltip-container {
        position: relative;
        display: flex;
        font-family: "Arial", sans-serif;
        overflow: visible;
        flex-direction: column;
        align-items: center;
        margin-top: 15px;
    }
    .msc-image-thumbnail-cat {
        width: 100%;
        height: 100%;
        aspect-ratio: 3/3;
        padding: 32px 43px;
    }
    .msc-inner-bg-category::before {
        background-image: url();
    }
    .msc-category-design::after {
        width: 0;
        height: 0;
    }
    .msc-category-design h1 {
        font-size: 22px;
        background-color: transparent;
        text-align: center;
    }
    .msc-main-heading-products h2 {
    font-size: 25px;
}
.msc-main-heading-products p {
    font-size: 14px;
}
.msc-product-name-all {
    font-size: 17px;
}
.msc-all-products-design {
    margin: 40px 0px 0px 0px;
}
.msc-services-design {
    margin: 0px 0px;
}
    .msc-inner-bg-category {
        padding: 40px 0px 40px 0px; 
    }
    .msc-main-heading-products {
        text-align: center;
    }
    .nav {
        display: flex;
        flex-wrap: nowrap;
    }
    .msc-btn-category-products {
        border: 2px solid var(--msc-theme-global-kc-dark-blue) !important;
        margin: 9px 4px !important;
        color: var(--msc-theme-global-kc-dark-blue) !important;
        font-family: var(--msc-font-global-medium) !important;
        font-size: 14px !important;
        border-radius: 40px !important;
        padding: 6px 15px !important;
        /* word-break: keep-all; */
        position: relative;
        white-space: nowrap;
    }
    .msc-btn-category-products::after {
        border-left: none;
        height: 0;
        width: 0;
    }
    .msc-btn-cat-before-i::before {
        content: "";
        position: absolute;
        border-right: none;
        height: 0;
        width: 0px;
    }
    .msc-border-bottom-all-products::after {
        width: 0;
        height: 0;
    }
   .msc-main-heading-services h3 {
    font-size: 18px;
}
    .msc-wrapper-do {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 34px;
    }
    .msc-wrapper-what-we-do {
        background-color: var(--msc-theme-light-blue-tone);
        padding: 0px 15px 40px 14px;
        margin: 0px 21px;
        margin-top: 20px;
        border-radius: 30px;
        position: relative;
        box-shadow: rgba(214, 214, 214, 0.2) 0px 2px 8px 0px;
    }
    .msc-content-do p {
        display: none;
    }
    .msc-content-do h2 {
        margin-top: 9px;
        font-size: 14.5px;
    }
    .msc-collection-outer-wrapper{
        margin-left: 29px !important;
    }
    .msc-collection-text-wrapper h2 {
        font-family: var(--msc-font-global-bold);
        font-size: 22px;
        color: var(--msc-theme-global-kc-dark-blue);
    }
    .msc-arrivals-card-wrapper {
        margin-top: 34px;
    }
    .msc-vector-arrivals img {
        height: auto !important;
        width: 100% !important;
    }
    .msc-what-we-do-heading span {
        font-size: 16px;
        width: 100%;
    }
    .msc-return-refund {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
        text-align: center;
    }
    .msc-outer-wrapper-choose-us {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .msc-content-choose-us h4 {
        margin-top: 10px;
    }
    .msc-image-top-selling-product{
        height: auto;
    }
    .msc-image-top-selling-product img {
        padding: 23px 27px;
        height: 100%;
        width: 100%;
        aspect-ratio: 4/4;
    }
    .msc-client-image img {
        height: 100px !important;
        width: 100px !important;
    }
    .msc-link-news-letter {
        margin-left: 0px;
    }
    .msc-quick-links-footer {
        align-items: start;
    }
    .msc-inputs-footer-news {
        display: flex;
        flex-direction: column;
    }
    .msc-inputs-footer-news button {
        margin-left: 0px;
        width: 158px;
        margin-top: 12px;
    }
    .msc-customer-support-no {
        font-family: var(--msc-font-global-bold);
        font-size: 20px;
        color: var(--msc-white);
        display: flex;
        flex-direction: row;
        align-items: center;
        position: relative;
        z-index: 99;
    }
    #footer{
        overflow-x: hidden;
    }
    .msc-outer-wrapper-customer{
        margin: 20px;
    }
    .msc-arrival-buttons{
        display: none !important;
    }
    .msc-all-products-design{
        padding: 20px;
    }
    .msc-main-section-all-category {
        margin: 50px 35px;
    }
    .msc-subcat-products-design {
        margin: 50px 35px;
    }
    .msc-hero-nav h2 {
    text-align: center;
    font-size: 18px;
}
.msc-hero-nav p a {
    font-size: 14px;
}
.msc-hero-nav {
    padding: 10px 0px;
}
.msc-heading-links-foot {
    font-size: 20px;
}
.msc-footer-bottom-content p {
    font-size: 12px;
}
.msc-main-logo-foot img {
    width: 120px;
}
    .shop-now .owl-nav button.owl-next {
        position: absolute;
        top: 13rem;
        right: -1rem;
    }
    .shop-now .owl-nav button.owl-prev{
        top: 13rem;
    }
    .msc-shop-product-img-wrapper {
        background-color: var(--msc-theme-light-grey-tone);
        height: 100%;
    }
    .msc-product-details-shop {
        margin-top: 35px;
        padding: 10px 25px;
    }
    .msc-rating-product p {
        display: none;
    }
    #shop-product{
        overflow-x: hidden;
        overflow-y: hidden !important;
    }
    .msc-reviews-wrapper-outer {
        width: 100%;    
    }
    .msc-wrapper-product-details-main {
        margin: 0px 11px;
    }
    .msc-no-reviews-available {
        margin: 0px 11px;
        margin-top: 20px;
    }
    .msc-new-arrivals {
        padding: 40px 5px;
    }
    .msc-modal-width {
        max-width: 100% !important;
    }
    .msc-product-image-modal{
        display: none;
    }
    .msc-main-wrapper-about-us .row .col-md-7{
        display: flex;
        order: 2;
    }
    .msc-vector-file-image img {
        width: auto !important;
        height: auto !important;
    }
    .msc-main-wrapper-about-us {
        padding: 0px 23px;
    }
    .msc-mission-vision {
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 19px;
    }
    .msc-mission-vision h2::after {
        width: 0;
        height: 0;
    }
    .msc-terms-conditions-inner{
        padding: 0px 20px !important;
    }
    .msc-mission-vision h2 {
        font-size: 33px;
    }
    .msc-main-img-t-c img {
        max-width: 100% !important;
        height: auto !important;
    }
    .msc-responsive-imp-info a{
        white-space: nowrap;
        padding-bottom: 3px !important;
        font-size: 17px;
    }
    .msc-search-bar-main{
        display: flex;
        background-color: var(--msc-theme-global-kc-dark-blue);
        width: 100%;
        height: 100px;
        position: fixed;
        z-index: 99999;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        transform: translateY(-100%);
        opacity: 0;
        transition: all .3s ease-in-out;
    }
    .search-view{
        transform: translateY(0);
        opacity: 1;
    }
    .msc-close-icon i{
        color: var(--msc-white);
        font-size: 24px;
        margin-top: 5px;
        outline:2px solid var(--msc-white);
        outline-offset: 3px;
        border-radius: 2px;
    }
    .msc-not-found-image img {
        width: auto;
        height: auto;
    }
    .msc-search_products {
        margin: 50px 30px;
    }
    .msc-search-heading::after {
        height: 0;
        width: 0;
        border-bottom: none;
    }
    .msc-navbar-main a:nth-child(1){
        border-left: none;
    }
    /* share-btn */
    .msc-btn-selects-shop {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
    }
    .msc-share-design-whatsapp {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        margin-top: 18px;
    }
    .msc-share-design-whatsapp a{
        display: inline-block;
        width: 100%;
    }
    .msc-button-share-product {
        margin-left: 0px;
        width: 100%;
    }
    /* share-btn-end */
    .msc-wrapper-services-outer {
        padding: 20px 19px;
        text-align: center;
    }
    .msc-content-top-selling-product h5 {
        font-size: 16px;
    }
    .msc-top-selling-enquer-now button {
        padding: 10px 11px;
        font-size: 13px;
    }
    .msc-footer-bottom-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        text-align: center;
    }
    .msc-social-media-links-footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top: 18px;
        margin-bottom: 5px;
    }
    .msc-calling-wrapper p span i {
        opacity: 0;
    }
    .msc-close-icon{
        margin: 16px;
    }
    .msc-choose-us-design {
        margin: 70px 0px;
        padding: 0px 15px;
    }
    .msc-content-choose-us h4 {
    font-family: var(--msc-font-global-semibold);
    font-size: 14px;
}
.msc-customer-name {
    font-size: 16px;
}
    .msc-outer-wrapper-choose-us {
        padding: 30px 20px;
        padding-bottom: 8px;
    }
    .msc-content-choose-us p {
        display: none;
    }
    .msc-thumbnail-image-shop img {
        padding: 15px !important;
    }

    .msc-shop-product-price p {
        font-size: 20px;
    }
    #size-guider{
        padding: 20px;
    }
    .msc-terms-conditions-inner {
        padding: 0px 2px !important;
    }
    .msc-mission-vision h2 {
        font-size: 26px;
    }
    .msc-mission-vision h2 {
        font-size: 26px;
    }
    .msc-product-details-shop {
        margin-top: 10px;
        padding: 10px 25px;
    }
    .msc-reviews-wrapper-outer {
        padding: 29px 17px;
        width: 100%;
    }
    .msc-product-main-enquery{
        margin-bottom: 0px;
    }
    .msc-customer-reviews-main-wrapper {
        margin: 0px 27px;
    }
    .msc-responsive-logo p {
        white-space: wrap;
        margin-bottom: 0;
        margin-top: 14px;
        margin-left: 15px;
        font-size: 19px;
    }
    .msc-main-nav-bar a {
        font-size: 14px;
    }
}
/* responsive-end */
