
    @media (max-width: 767px) {
        #flash_deal .flash-deals-baner {
            height: 203px !important;
        }
    }
      input {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          border-radius: 0; /* or any value like 5px */
        }
video#loaderVideo {
    width: 300px;
    height: auto;
}
    
    section.blog__latest_blog {
    margin-bottom: 4px;
}
    
    button.btn.custom-btn:hover {
    background: #1e545d;
    color: #fff;
}

    .c01140__priduct a::last-4-characters { font-size:12px!important; }  
    
    
         .container-large {
    
        background: #fff!important;
    }
         
         
    .home-v1-hero-alt_text-line {
        background: #fff;
        position: absolute;
        left: 0px;
        top: -58px;
        height: 100vh;
    }
         #drag-container img, #drag-container video {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 248px;
        line-height: 218px;
        font-size: 50px;
        text-align: center;
        -webkit-box-shadow: 0 0 8px #fff;
        box-shadow: 0 0 8px #fff;
        -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0005);
    }
    
    .js .loading::before,
    .js .loading::after {
    	content: '';
    	position: fixed;
    	z-index: 1000;
    }
    
    .js .loading::before {
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	background: var(--color-bg);
    }
    
    .js .loading::after {
    	top: 50%;
    	left: 50%;
    	width: 60px;
    	height: 60px;
    	margin: -30px 0 0 -30px;
    	border-radius: 50%;
    	opacity: 0.4;
    	background: var(--color-link);
    	animation: loaderAnim 0.7s linear infinite alternate forwards;
    
    }
         main.s_78686867 {
        padding-top: 81px;
    }
    .home-v1-hero-alt_text-line {
        background: #eee;
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100vh;
        padding-top: 47px;
    }
         
         .carousel-item a {
        height: 320px;
        width: 100%;
    }
         
    h3.stone__boutiquedee {
        font-size: 22px;
        font-family: 'SilkaMono';
        letter-spacing: 0px;
        font-size: 35px;
        text-transform: uppercase;
        font-weight: 900!important;
        padding-bottom: 5px;
    }
         
         p.s00131313464646 {
        padding-top: 0px;
        /* padding-bottom: 119px!important; */
    }
    @keyframes loaderAnim {
    	to {
    		opacity: 1;
    		transform: scale3d(0.5,0.5,1);
    	}
    }
    
    a {
    	text-decoration: none;
    	color: var(--color-link);
    	outline: none;
    }
    
    a:hover,
    a:focus {
    	color: var(--color-link-hover);
    	outline: none;
    }
    
    .frame {
    	padding: 3rem 5vw;
    	text-align: center;
    	position: relative;
    	z-index: 1000;
    	text-transform: uppercase;
    }
    
    .frame__title {
    	font-size: 1rem;
    	margin: 0 0 1rem;
    	font-weight: 300;
    }
    
    .frame__links {
    	display: inline;
    }
    
    .frame__links a:not(:last-child) {
    	margin-right: 1rem;
    }
    
    .frame__demo {
    	margin: 0 1rem;
    }
    
    .frame__demo--current,
    .frame__demo--current:hover {
    	color: var(--color-text);
    	cursor: default;
    }
    
    .content {
    	display: flex;
    	flex-direction: column;
    	height: calc(100vh - 13rem);
    	position: relative;
    	justify-content: flex-start;
    }
    
    .cursor {
    	display: none;
    }
    
    @media screen and (min-width: 53em) {
    	.frame {
    		position: fixed;
    		text-align: left;
    		z-index: 100;
    		top: 0;
    		left: 0;
    		display: grid;
    		align-content: space-between;
    		width: 100%;
    		max-width: none;
    		padding: 1.75rem;
    		pointer-events: none;
    		grid-template-columns: auto 1fr 1fr auto;
    		grid-template-rows: auto;
    		grid-template-areas: 'title demos demos links';
    	}
    	.frame__title {
    		margin: 0 4rem 0 0;
    		grid-area: title;
    	}
    	.frame__info {
    		grid-area: info;
    	}
    	.frame__demos {
    		grid-area: demos;
    	}
    	.frame__links {
    		grid-area: links;
    		padding: 0;
    		justify-self: end;
    	}
    	.frame a {
    		pointer-events: auto;
    	}
    	.content {
    		height: 100vh;
    		justify-content: center;
    	}
    }
    
    @media (any-pointer:fine) {
    	.cursor {
    		position: fixed;
    		top: 0;
    		left: 0;
    		display: block;
    		pointer-events: none;
    	}
    
    	.cursor__inner {
    		fill: var(--cursor-fill);
    		stroke: var(--cursor-stroke);
    		stroke-width: var(--cursor-stroke-width);
    		opacity: 0.7;
    	}
    
    	.no-js .cursor {
    		display: none;
    	}
    
    }
    
    /*! locomotive-scroll v4.0.4 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
    
    
      .has-scroll-smooth [data-scroll-container] {
    	min-height: 100vh; }
    
      [data-scroll-direction="horizontal"] [data-scroll-container] {
    	white-space: nowrap;
    	height: 100vh;
    	display: inline-block;
    	white-space: nowrap; }
    
      [data-scroll-direction="horizontal"] [data-scroll-section] {
    	display: inline-block;
    	vertical-align: top;
    	white-space: nowrap;
    	height: 100%; }
    
      .c-scrollbar {
    	position: absolute;
    	right: 0;
    	top: 0;
    	width: 11px;
    	height: 100%;
    	transform-origin: center right;
    	transition: transform 0.3s, opacity 0.3s;
    	opacity: 0; }
    	.c-scrollbar:hover {
    	  transform: scaleX(1.45); }
    	.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
    	  opacity: 1; }
    	[data-scroll-direction="horizontal"] .c-scrollbar {
    	  width: 100%;
    	  height: 10px;
    	  top: auto;
    	  bottom: 0;
    	  transform: scaleY(1); }
    	  [data-scroll-direction="horizontal"] .c-scrollbar:hover {
    		transform: scaleY(1.3); }
    
      .c-scrollbar_thumb {
    	position: absolute;
    	top: 0;
    	right: 0;
    	background-color: black;
    	opacity: 0.5;
    	width: 7px;
    	border-radius: 10px;
    	margin: 2px;
    	cursor: -webkit-grab;
    	cursor: grab; }
    	.has-scroll-dragging .c-scrollbar_thumb {
    	  cursor: -webkit-grabbing;
    	  cursor: grabbing; }
    	[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
    	  right: auto;
    	  bottom: 0; }
         
         
         
    #drag-container, #spin-container {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: auto;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      -webkit-transform: rotateX(-10deg);
              transform: rotateX(-10deg);
    }
    
    #drag-container img, #drag-container video {
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      line-height: 200px;
      font-size: 50px;
      text-align: center;
      -webkit-box-shadow: 0 0 8px #fff;
              box-shadow: 0 0 8px #fff;
      -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0005);
    }
    
    #drag-container img:hover, #drag-container video:hover {
      -webkit-box-shadow: 0 0 15px #fffd;
              box-shadow: 0 0 15px #fffd;
      -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0007);
    }
    
    #drag-container p {
      font-family: Serif;
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translate(-50%,-50%) rotateX(90deg);
              transform: translate(-50%,-50%) rotateX(90deg);
      color: #fff;
    }
    
    /*
    #ground {
      width: 900px;
      height: 900px;
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translate(-50%,-50%) rotateX(90deg);
              transform: translate(-50%,-50%) rotateX(90deg);
      background: -webkit-radial-gradient(center center, farthest-side , #9993, transparent);
    }
    */
    
    #music-container {
      position: absolute;
      top: 0;
      left: 0;
    }
    
    
            .carousel-item {
      position: absolute;
      width: 100%;
      height: 100%;
      transform-style: preserve-3d;
      text-align: center;
    }
    
    .carousel-item img,
    .carousel-item video {
      width: 100%;
      height: 100%;
      box-shadow: 0 0 8px #fff;
      box-reflect: below 10px linear-gradient(transparent, transparent, #0005);
    }
    
    .caption {
        position: absolute;
        bottom: -30px;
        width: 100%;
        color: #000;
        font-family: Arial, sans-serif;
        font-size: 24px;
        text-shadow: none;
    }
    
    @-webkit-keyframes spin {
      from{
        -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
      } to{
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
      }
    }
    
    @keyframes spin {
      from{
        -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
      } to{
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
      }
    }
    @-webkit-keyframes spinRevert {
      from{
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
      } to{
        -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
      }
    }
    @keyframes spinRevert {
      from{
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
      } to{
        -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
      }
    }
    
            .has-scroll-smooth [data-scroll-container] {
        min-height: 100vh;
        width: 100%;
    }
    
    
    .name__999::after {
        content: "sfjlkaaaaaaaaaaaaaaaa";
        position: relative;
        color: red;
        font-size: 20px;
        display: block;
        background: yellow;
        margin-top: 10px;
    }
    .caption{
    	font-family: 'PF_MarletDisplay';
    }
    .home-v1-hero-alt_text-wrap {
        width: 100%;
        max-width: 100%;
        overflow: clip;
    }
         
         .home-v1-hero-alt_content {
        grid-column-gap: 12rem;
        grid-row-gap: 2rem;
        text-align: center;
        flex-flow: column;
        justify-content: start;
        align-items: center;
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        /* margin: auto!important; */
        margin-top: 1%;
    }
         
         .home-v1-hero-alt_text-line {
        background: #fff;
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100vh;
    }
         
         
         .product_555gg {
        width: 100%;
        height: 100vh;
    }
         
         #drag-container img, #drag-container video {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        line-height: 200px;
        font-size: 50px;
        text-align: center;
        -webkit-box-shadow: 0 0 8px #fff;
        box-shadow: 0 0 8px #fff;
        -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0005);
        z-index: 999999;
    }
         
       .s_78686867  .carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: -100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: visible;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
    }
         
         .s_78686867  .carousel-item {
    
        background: #1d535c;
        border-radius: 16px;
    }
         .caption {
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        color: #000;
        text-transform: uppercase;
        text-shadow: none !important;
        letter-spacing: 1px;
        font-family: SilkaMono;
        line-height: 18px;
    }
         
         .s_78686867  .carousel-item {
        background: #1d535c;
        border-radius: 16px;
        border: 1px solid #000;
        box-shadow: none!important;
    }
         
         .home-v1-hero-alt_heading-wrap {  
        position: relative;
        z-index: 99;
        top: -220px;
    }
         @media screen and (min-width:320px) and (max-width:767px) {
             
                 .product__list_00999.categoryBox.product__categorees_00011441 {
        padding: 22px;
        border: none;
        margin: 8px;
        height: 285px!important;
        background: #f1f4f7!important;
    }
        
        .product__list_00999.categoryBox.product__categorees_00011441  img.w-150px.h-auto {
        object-fit: contain!important;
        height: 160px!important;
        position: relative;
        top: 23px;
    }
             .sec__tion_0001 .box {
        width: 66%!important;
        height: 348px;
        display: flex;
        align-items: center;
        border-right: 1px solid #00000040;
    }   #section_newest h3.fs-16.fs-md-20.fw-700.mb-2.mb-sm-0 span {
        font-size: 16px;
        font-weight: 500;
    }
        span.s0110010101101 {
        float: left;
        width: 100%;
        font-weight: 500;
        font-size: 16px;
    }
             
             .read__mobgf {
        background: rgba(222, 222, 222, 1);
        height: 81%;
        margin-top: 65px;
        align-items: end;
        display: flex;
        justify-content: space-between;
        padding: 20px 29px;
        height: 327px;
    }
        div#section_featured {
        display: none;
    }
             
             div#section_featured_above_section {
        margin-top: -176px;
        position: relative;
        padding-bottom: 85px;
    }
          
             
             div#section_newest_above_section {
        margin-top: -91px;
        margin-bottom: 193px;
    }
             
             div#section_newest {
        display: none;
    }
             
             .se_000111 .px-3 {
        padding: 8px!important;
        margin: 0px;
        margin-bottom: 9px;
        /* padding-bottom: 26px!important; */
    }
             
             div#section_featured_above_section .product_00999 a.d-block.overflow-hidden {
        text-align: center;
        margin-top: 12px;
    }
             
           div#section_featured_above_section   a.text-reset.hov-text-primary {
        margin-top: 17px!important;
        margin-bottom: 2px;
        font-weight: 900;
        height: 54px;
    }
             
             .px-sm-3.desktop__vieww__099 {
        display: none;
    }
             
             div#section_featured_above_section   a.text-reset.hov-text-primary {
        margin-top: 17px!important;
        margin-bottom: 2px;
        font-weight: 900;
        height: auto;
    }
             
             div#section_newest_above_section .c01140__priduct a.text-reset.hov-text-primary {
        margin-top: 17px!important;
        margin-bottom: 2px;
        font-weight: 900;
        height: 43px;
    }
             
             div#section_newest_above_section  .product_00999 a.d-block.overflow-hidden {
        text-align: center;
        margin-top: 22px;
        height: 168px;
    }
             
             
             span.s__009990099s__14 {
        font-size: 13px;
        line-height: 39px;
    }
             
             .exterior__0114114410400144 {
        margin-top: -101px!important;
        margin-bottom: 94px!important;
    }
             
             .sd__00005446406464016464646 {
        display: none;
    }
             
             .deskt__114441444411441144144 {
        display: none;
    }
             .gallery__000111411444 {
        margin-top: -104px;
        margin-bottom: 42px;
    }
             
             
             .mobile__22222222e22e255e25252 {
        margin-top: -224px;
        padding-bottom: 212px!important;
    }
             
             .desktop__00000111114414411441441414 {
        display: none;
    }
             
             .s__0011001001__0000101001010.deskt__0000114441 {
        display: none;
    }
             
             
             .s__0011001001__0000101001010.mobikle_01000110000111111 {
        margin-top: -182px;
       
        margin-bottom: 206px;
    }
             
             .sec__tion_0001 .box {
     
        background: #f1f4f7!important;
    }
             
             section#matterSection {
        background: #ffff;
    }
             section#matterSectionvv {
        background: #f1f4f7;
        padding-bottom: 36px;
        margin-bottom: -29px;
    }
             section#categorySection {
        margin-bottom: 0px!important;
        background: #fff;
    }
             
             section.py-4.feat__section {
        margin-bottom: -30px!important;
    }
             
             .img_009_009 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-top: -277px;
        /* margin-bottom: 62px!important; */
    }
             div#section_featured_above_section {
        margin-top: -144px;
    
    }
             
             .d-flex.desktop__view__000 {
        display: none!important;
    }
             
             .sd54654sd6546546 button {
        background: transparent;
        padding: 0px;
        margin-top: -29px!important;
        position: relative;
        z-index: 9;
        top: -31px;
    }
             .d-flex.desktopnnnnm235656 {
        display: none!important;
    }
         }
         
         
         
         
         
         @media screen and (min-width:1200px) and (max-width:1600px) {
             
             .home-v1-hero-alt_heading-wrap {
        position: relative;
        z-index: 99;
        top: -172px;
    }
     main.s_78686867 {
        padding-top: 97px;
        margin-left: -5%!important;
    }   
             
             section#matterSection {
        margin-top: 85px;
    }
             
             
         }  
         
         
         @media screen and (min-width:767px) and (max-width:4000px){
        
        .px-sm-3.mobile__view__0089998 {
        display: none;
    }
             .s__0011001001__0000101001010.mobikle_01000110000111111{
                 display: none;
             }
             div#section_featured_above_section {
        display: none;
    }
       div#section_newest_above_section {
        display: none;
    }      
             .exterior__0114114410400144 {
        display: none;
    }
          .gallery__000111411444 {
        display: none;
    }   
         .mobile__22222222e22e255e25252 {
        display: none;
    }    
             .d-flex.mobile__00988900114414 {
        display: none!important;
    }
             .d-flex.mobikle__0909euo {
        display: none!important;
    }
    }
         
         
         .sbx-carousel-item.d13d1g3d1g3dg1 .product__list_00999.categoryBox.product__categorees_00011441 {
        padding: 0px;
        height: auto;
        background: #fff!important;
        border: none!important;
    }
         
         
         
    
         .s_78686867  .carousel-item {
        background: #eee;
        border-radius: 16px;
        border: 1px solid #000;
        box-shadow: none!important;
    }
    
         
         div#drag-container {
        transform: rotateX(-4deg) rotateY(0deg)!important;
    }
         div#sbx-drag-container {
        transform: rotateX(-4.85478deg) rotateY(-3.60478deg)!important;
    }
         .product__list_00999.categoryBox.product__categorees_00011441.s1d1d1d1d1d111414 img.w-150px.h-auto {
        object-fit: contain!important;
        height: 268px!important;
        position: relative;
        top: 0px;
        border: none;
    }
         .product__list_00999.categoryBox.product__categorees_00011441.s1d1d1d1d1d111414 {
        overflow: visible!important;
    }
         
         h6.text-dark.mb-0.text-truncate-2.ff1171f4 {
        position: relative;
        top: 41px;
        z-index: 999;
    }
         
         .sbx-carousel-item.d13d1g3d1g3dg1 {
        border: 1px solid #0000003d;
    }
         
         
         .product__list_00999.categoryBox.product__categorees_00011441.s1d1d1d1d1d111414   .sbx-carousel-item img{
            background: transparent;
         }
         .sbx-carousel-item.d13d1g3d1g3dg1 .product__list_00999.categoryBox.product__categorees_00011441 {
        padding: 0px;
        height: 286px;
        background: #fff!important;
        border: none!important;
    }
         
         h6.text-dark.mb-0.text-truncate-2.ff1171f4 {
        position: relative;
        top: 5px;
        z-index: 999;
        letter-spacing: 8px;
    }
         
         
         h6.text-dark.mb-0.text-truncate-2.ff1171f4 {
        position: relative;
        top: 5px;
        z-index: 999;
        letter-spacing: 2px;
        font-weight: normal;
        float: left;
        width: 100%;
    }
         
         .product__list_00999  a.text-reset.fw-700 {
    
        float: left;
        width: 100%;
    }

    .homeProjectsSlider,
.homeProjectsSlider * {
  cursor: pointer !important;
}   
    
    .homeProjectsSlider222222222,
.homeProjectsSlider * {
  cursor: pointer !important;
}

.swiper-button-next,
.swiper-button-prev {
  cursor: pointer !important;
}

#countryList li {
    display: none !important;
}
#countryList li.active {
    display: block !important;
}
.horiz-gallery-strip,
.horiz-gallery-wrapper {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  position: relative;
}

.project-wrap {
  width: 33vw;
  padding: 2rem;
  box-sizing: content-box;
}
.project-wrap img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
    
    
 .home-slider {
    position: sticky!important;
    height: 100vh;
     top: 0px!important;
}
    .home-slider {

    z-index: 9;
}
   .home-projects-slider {
  padding: 60px 0;
  background: #f5f7f9;
}


    
/*
  .home-projects-slider .swiper-slide-active {
    width: 40vw!important;
    height: 30vw!important;
    transition: all .5s ease;
}
    
   .home-projects-slider .swiper-slide {
    width: 28vw!important;
    height: 30vw!important;
    transition: all .5s ease;
}
    
*/

/* Image */
.project-card img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}

/* Text */
.card-meta {
  padding: 20px 5px;
}

.card-meta span {
  font-size: 14px;
  color: #777;
}

.card-meta h3 {
  font-size: 32px;
  margin: 6px 0 0;
}

/* Left & Right smaller slides */
.swiper-slide-prev,
.swiper-slide-next {
  transform: scale(0.88);
  opacity: 0.5;
}

/* Active slide */
.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}

/* Scrollbar style */
.swiper-scrollbar {
  margin-top: 30px;
  height: 3px;
  background: #ddd;
}

.swiper-scrollbar-drag {
  background: #000;
}
 /* Custom cursor */

/* Show on hover ONLY */
.project-card:hover .view-cursor {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* Hide default cursor on image */
.project-card:hover {
  cursor: none;
}

    /* Slide base */
.project-card {
  width: 62vw;
  max-width: 900px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

/* Image */
.project-card img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}

/* Side slides */
.swiper-slide-prev,
.swiper-slide-next {
  transform: scale(0.85);
  opacity: 0.45;
}

/* Active slide */
.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 5;
}
    
    /* Hide default cursor only in slider */


/* View cursor */
.view-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
  transition: opacity 0.2s ease, transform 0.25s ease;
}

/* Show cursor when hovering slider */
.home-projects-slider:hover .view-cursor {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* While dragging */
.home-projects-slider.dragging .view-cursor {
  transform: translate(-50%, -50%) scale(0.9);
}

    

/*
div#smooth-wrapper {  
    position: sticky!important;
}
*/
</style>






    /* Main slider container - starts sticky */
    .home-slider {
        height: 100vh;
        width: 100%;
        overflow: hidden;
        position: sticky !important;
        top: 0;
        z-index: 9;
        transition: position 0.01s ease; /* For smooth class change */
    }

    /* When unstuck, become relative and flow normally */
    .home-slider.unstuck {
        position: relative !important;
        top: auto !important;
        height: auto; /* Or your original height, e.g. 460px */
    }

    .home-slider .aiz-carousel {
        height: 100%;
    }

    .home-slider .carousel-box {
        height: 100vh;
    }

    .home-slider .carousel-box img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Change to 'contain' if preferred */
    }
 
}
    section.mb-1.listingbg_000 {
    background: #fff;
    padding-bottom: 41px;
}
    .home-slider {
    height: 900px!important;
    width: 100%;
    overflow: hidden;
    position: sticky !important;
    top: 0;
    z-index: 9;
    transition: position 0.01s ease;
}
    @media screen and (min-width:320px) and (max-width:767px) {
        
    
    
    section.blog__latest_blog .blog.card-columns.blog__123301110:nth-child(3) .card.mb-4 {
    display: none!important;
} 
        
        .blog__123301110 > .card.mb-4.overflow-hidden:nth-child(3n) {
    border-right: none!important;
    display: none;
}
        
        .blog_heading_233 a {
    color: #333;
    margin-top: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    letter-spacing: 0.4px;
    padding-top: 0px;
    text-transform: capitalize;
    font-family: ppneuemontreal-medium !important;  
    letter-spacing: 1px;
}
        
        .section_home-v1-hero-sticky-track .section_home-v1-hero-sticky {
    opacity: 1!important;
}
        
        .home-projects-slider p.side-textaaa {
    font-family: 'SilkaMono';
    letter-spacing: -1px!important;
    font-size: 15px;
    line-height: 21px;
}
        
   section.experience-section.py-5.mobile__22222222e22e255e25252 h5.fw-bold.mb-2 {
    margin-top: -20px;
    margin-bottom: 26px!important;
    color: #0a4b50;
}
        .col-md-4.s00101010101s001010101ss {
    margin-top: 40px;
}
    }
    

</style>
