/* Reset default browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/Gotham Book.woff2') format('woff2'); 
    font-weight: normal;
    font-style: normal;
    
}

/* Box-sizing for easier layout */
* {
    box-sizing: border-box;
}

/* Set a base font and color */
body {
    font-family: 'Gotham Book', 'Figtree', sans-serif !important;
    line-height: 1.6;
    color: #333 !important;
    min-height: 90vh !important;
    font-size:14px;
}

li {
    list-style: none;
}
main{
  min-height: 90vh !important;
}


.variant-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1000; 
  }


  
  .variant-modal-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    width: 550px;
    min-width: 400px;
    min-height: 300px;
    height: auto;
    z-index: 1001; 
    border-radius: 1rem;
  }

/* Responsive images */
img {
    max-width: 100%;
    height: auto;
}

/* Links */
a {
    text-decoration: none;
    color: #000;
    transition: 0.3s ease;
}

a:hover {
  /*color: #77c2da !important;*/
  text-decoration: none !important;
}

header {
    background-color: #fffcfc;
    box-shadow: 0 4px 24px -4px rgba(18,20,23,.08);
    position: fixed;
    height: auto;
    top: 0;
    z-index: 1000;
    width: 100%;
}

body::-webkit-scrollbar {
  width: 9px; 
}

body::-webkit-scrollbar-track {
  background-color: #f1f1f1; 
}

body::-webkit-scrollbar-thumb {
  background-color: #888; 
  border-radius: 6px; 
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #888; 
}

.main-container {
  max-width: 1280px;
  margin: 0 auto;
}

.main-nav {
    /*max-width: 1280px;*/
    
}

.nav-icon-p {
  font-size: 12px !important;
  color; #858585 !important;
}

.bst-slr-heading {
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
  letter-spacing: 2px;
}
.sub-menu > .menu-title {
    display: block;
    
    margin: 20px 0 0 0;
    padding: 0 15px;
    line-height: 1;
}

.bst-slr-heading:before {
      background-color: #77c2da;
    bottom: 5px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 50px;
}

.bst-slr-heading:after {
  background-color: #77c2da;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 15px;
}
.category-title a {
  font-size: 18px;
}


.navbar-icons {
    display: flex;
    gap: 1.5rem;
   align-items: center;
   justify-content: center;
   padding: 10px 40px;
   margin-bottom: 0;
}

@media (max-width: 768px) {
  .navbar-icons {
    padding: 10px;
    justify-content: end;
  }
}

.fade-in-section {
    opacity: 0.5;
    transform: translateY(20px); 
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; 
}

.fade-in {
    opacity: 1;
}

.slide-up {
    transform: translateY(10px); 
}


.navbar-icons a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: initial;
}

.navbar-icons a:hover {
    scale: 105%;
}

.search-button {
    right: 0;
    bottom: 1px;
}

.banner-heading {
font-size: 60px;
}

.category-dropdown {
    position: absolute;
    top: 100%;
    left:0px;
    right: 200px;
    min-width: min-content;
    z-index: 10;
    background-color: #fff;
    display: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* max-height: calc(100vh - 120px); */
    transition: display 0.3sease;
    border-top: 2px solid #77c2da;
    /* max-width: 100%; */
}
.navigation-menu li:hover .category-dropdown {
    display: block;
}

.category-dropdown a {
    display: block;
    color: #333;
   text-decoration: none;
}


.hero-carousel {
    max-height: 450px;
}

.hero-carousel img {
    object-fit: cover;
}
.sub-menu-item-list {
    display: flex;
    align-items: stretch;
    text-transform: uppercase;
}
.sub-menu-item-list > a {
    flex-shrink: 0;
    display: block;
    pointer-events: none;
    cursor: default;
    width: 270px;
    position: relative;
    background: #F7F7F7;
    min-height: 300px;
    height:270px;
}
.sub-menu-item-list > a .menu-item-image {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.sub-menu-item-list > a .menu-item-image img {
    display: block;
    object-fit: fill;
    height: 100%;
    width: 100%;
}
.sub-menu-item-list .sub-menu {
    margin: 0;
    margin-top: -20px;
    padding: 0;
    list-style: none;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    width: fit-content;
}
.sub-menu > .menu-title {
    /* width: 25%; */
    display: block;
    margin: 20px 0 0 0;
    padding: 0 15px;
    line-height: 1;
}
.sub-menu .menu-title > a {
   
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    text-align: left;
    position: relative;
}
.menu-item-sub-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sub-menu-menu-item {
    margin: 6px 0;
    width: 100%;
    line-height: 1;
}
.sub-menu-menu-item > a {
    text-align: left;
    font-size: 12px;
    line-height: 16px;
   white-space:nowrap;
    color: #5E5E5E;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    text-decoration: none!important;
}
.sub-menu-menu-item > a span{
display:block;
white-space: nowrap;
}
.sub-menu-menu-item > a .menu-item-image {
    display: none;
}  
.sub-menu-menu-item > a:hover {
font-weight:600;
color:#000;
text-decoration: underline !important;
}


@media (max-width: 768px) {
.banner-heading {
font-size: 35px;
}
}


.hero-content {
    bottom: 50%;
    left: 35%
}

.hero-content h2 {
    font-size: 45px;
}





.product-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}



.product-card {
    /* border: 1px solid rgba(128,128,128,0.2); */
    padding-block: 10px;
    border-radius: 0.5rem;
}

.pr-product-img {
    object-fit: cover;
    width: 305px;
    height:357px;
    object-position:top; 
    transition: 0.3s ease-in-out;
}

.product-image {
  display: flex;
 justify-content: center;
}

.product-image > img:hover {
    scale: 105%;
}

.wishlist-button {
    top: 20px;
    left: 40px;
    cursor: pointer;
}

.badge {
    border-radius: 0;
    top: 10px;
    right: 35px !important;
}

.cart-product-image {
    border: 1px solid rgba(128,128,128,0.3);
    border-radius: 0.6rem;
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    overflow: hidden;
    
}

.cart-product-image img {
    object-fit:cover;
    width: 100%;
    height:100%;
    object-position:top;

}
.product-text .pr-price{
display:flex;
gap:10px;
font-weight:bold;
align-items:center;
}
.cart-product-text h6 {
  overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.btn-progress {
                position: relative;
                background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" style="background: none;"><circle cx="50" cy="50" r="40" stroke="%233498db" stroke-width="8" fill="none"><animate attributeName="stroke-dasharray" dur="0.5s" values="0 251.32741228718345;100 251.32741228718345;0 251.32741228718345" keyTimes="0;0.5;1" repeatCount="indefinite" /><animate attributeName="stroke-dashoffset" dur="2s" values="0 -251.32741228718345;-100 -251.32741228718345;0 -251.32741228718345" keyTimes="0;0.5;1" repeatCount="indefinite" /></circle></svg>');
                background-position: center;
                background-repeat: no-repeat;
                background-size: 30px;
                color: transparent !important;
                pointer-events: none;
            }

.checkout-container {
    position: absolute !important;
    bottom: 0;
    left: 0;
    background-color: #f4f4f4;
    box-sizing: border-box;
}

.cart-remove-button {
    top: 10%;
    right: 0px;
}

.decrement-buttons {
    border: 1px solid rgba(128,128,128,0.8);
    padding: 6px 15px;
    background-color: white;
    border-radius: 50%;
}

.main-categories-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.category-title button:hover{
    text-decoration: underline;
    text-underline-offset: 0.3rem;
}

.category-card {
    background-color: #f3f3f3;
    border: 1px solid rgba(128,128,128,0.2);
    
    border-radius: 0.5rem;
}

.category-image {
    width: 100%;
}

.banner-image {
    max-height: 400px;
    overflow: hidden;
    border-radius: 1rem;
}

.banner-image img {
    object-fit: cover;
    object-position: 50% 50%;
    vertical-align: bottom;
    
}

.banner-text {
    bottom: 15%;
    left: 10%;
}

.banner-text a:hover {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
}

.second-banner-image {
    max-height: 700px;
    overflow: hidden;
    width: 100%;
}

.second-banner-image img {
    object-fit: cover;
    height: 700px;
    object-position:top;
}

.second-banner-text {
    align-items: center;
    background-color: #333;
    padding: 50px 60px;
    color: white;
}

.avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.avatar img {
    height: 100%;
    object-fit: fill;
    vertical-align:middle;
    object-position: center;
}

.testimonials-wrapper {
    border: 1px solid rgba(128,128,128,0.2);
    border-radius: 0.5rem;
    padding: 15px;
}

.slider-images {
    border-radius: 1rem;
    width: 200px;
    height: 100%;
    max-height: 260px;
     /* object-fit: fill; */
    object-position: top;
    object-fit: cover;
}

.testimonials-content {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.footer-address {
  max-width: 450px;
}

.blog-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(350px,1fr));
    gap: 10px;
}

.blog-card {
    border: 1px solid #ececec;
    border-radius: 0.3rem;
    box-shadow: 0 1px 3px rgba(7,14,35,.06), 0 2px 8px -1px rgba(7,14,35,.05);
}

.blog-img-wrapper {
    overflow: hidden;
    min-width: 300px;
    width: 100%;
}

.blog-img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 4/3;
}

.blog-date {
    color: blue;
    font-size: 14px;
    font-weight: 600;

}

.blog-category {
    font-weight: 700;
    font-size: 16px;

}

.blog-title {
   font-size: 14px !important;
    color: #464646 !important;
    margin: 15px 0px 0px 0px !important;
    text-transform: capitalize;
    font-weight: 700 !important;
    line-height: 1.8;
}

.blog-para {
    font-size: 14px;
    font-weight: 500;

}

@media (max-width: 768px) {
    .hero-carousel {
        height: 400px;
    }

    .hero-carousel img {
        height: 400px;
    }
    
    .pr-product-img {
    
    height: 230px;
    width: 100%;
    
}

    .hero-content {
        bottom: 20%;
        left: 85px;
    }

    .product-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .main-categories-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .testimonials-content {
        padding: 10px 20px;
        grid-template-columns: 1fr;
    }
    .second-banner-image img {
        height: auto;
    }
    .slider-images {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}
.category-image {
    width: 100%;
    max-width: 100%;
    max-height: 380px;
    overflow: hidden;
border-radius: 4px;
}
.category-image img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 300px;
    
}
.splide-hero-img {
    /*max-height: 550px;*/
    max-width: 100%;
    width: 100%;
   /* object-fit: cover;*/
}

@media (max-width: 768px) {
.category-image {
    width: 100%;
    max-width: 320px;
    max-height: 320px;
    overflow: hidden;
border-radius: 4px;
aspect-ratio:1;
}
.category-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: auto;
    
}
}

.hero-slide {
    width: 100%;
    overflow: hidden;
    height: auto;
}




.pr-name {
max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
}

.second-bn-img-container, .second-bn-text-container {
  width: 50%;
}

.about-img-container {
width: 50%;
}
  .about-us-text {
width: 50%;
}

.slide-pr-name {
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 768px) {
.bst-slr-heading {
	font-size: 20px !important;
}
.view-all-btn {
	font-size: 12px !important;
}

.category-title a {
	font-size: 12px !important;
 
}
.off-badge {
  font-size: 10px !important;
}
.pr-name {
  font-size: 12px !important;
  max-width: 100px; 
}
.second-bn-img-container, .second-bn-text-container {
  width: 100%;
}

.bn-subtext {
  font-size: 14px;
}

.slide-pr-name {
  font-size: 18px;
}

.customer-remark > p {
  font-size: 12px !important;
}
.pr-price {
 font-size: 11px !important
}
.pr-add-cart-btn {
  font-size: 10px !important;
  font-weight: 700;
  }
  .about-img-container {
width: 100%;
}


  .about-us-text {
width: 100%;
}

}

.pr-name {
max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
}


@media (max-width: 768px) {
.bst-slr-heading {
	font-size: 20px !important;
}
.view-all-btn {
	font-size: 12px !important;
}

.category-title a {
	font-size: 12px !important;
 
}
.off-badge {
  font-size: 10px !important;
}
.pr-name {
  font-size: 12px !important;
  max-width: 100px; 
}
.second-bn-img-container, .second-bn-text-container {
  width: 100%;
}

.bn-subtext {
  font-size: 14px;
}

.slide-pr-name {
  font-size: 18px;
}

.customer-remark > p {
  font-size: 12px !important;
}
.pr-price {
 font-size: 11px !important
}
.pr-add-cart-btn {
  font-size: 10px !important;
  font-weight: 700;
  }
  .about-img-container {
width: 100%;
}

}
#topSection {
            margin-top: 0; 
            
        }

        .rotate{
  border:2px solid red ;
  padding:4px !important;
  }
  
 
           

@keyframes spin89345 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.blog-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 10px;
    row-gap: 20px;
}

.blog-card {
    border: 1px solid #ececec;
    border-radius: 0.3rem;
    box-shadow: 0 1px 3px rgba(7,14,35,.06), 0 2px 8px -1px rgba(7,14,35,.05);
}

.blog-img-wrapper {
    overflow: hidden;
    min-width: 300px;
    width: 100%;
}

.blog-img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 4/3;
}

.blog-date {
    color: blue;
    font-size: 14px;
    font-weight: 600;

}

.blog-category {
    font-weight: 700;
    font-size: 16px;

}

.blog-title {
    font-size: 14px !important;
    color: #464646 !important;
    margin: 15px 0px 0px 0px !important;
    text-transform: capitalize;
    font-weight: 700 !important;
    line-height: 1.8;
}

.blog-para {
    font-size: 14px;
    font-weight: 500;

}

.blog-heading {
    font-size: 35px;
    font-weight: 700;
}

.blog-sub-heading {
    font-size: 15px;
    font-weight: 500;
}

.blog-view-btn {
    font-size: 18px;
    background-color: transparent;
    font-weight: 500;
    color: #333;
    border: 1px solid #888888;
    height: 40px;
    width: 140px;
    border-radius: 0.4rem;
    transition: 0.3s ease;
}

.blog-view-btn:hover {
    background-color: #333;
    color: #fff;
}

.single-blog-img-wrap {
    max-width: 100%;
    max-height: 600px;
    overflow: hidden;
    aspect-ratio: 2.2/1;
}

.single-blog-img {
    width: 100%;
    object-fit: fill;
    aspect-ratio: 2.2/1;
    
}

.sing-blog-cat {
    font-weight: 700;
    font-size: 15px;
    text-decoration: underline;
    text-underline-offset: 0.3rem;
}

.single-blog-avatar {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    overflow: hidden;

}

.single-avatar-img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.author-name {
    font-size: 16px;
    font-weight: 600;

}

.publish-date {
    font-size: 14px;
    color: #888888;
    font-weight: 500;
}

.single-blog-content {
    text-wrap: pretty;
    font-size: 15px;
    font-weight: 500;
    word-wrap: break-word;
}

.single-blog-text {
    font-weight: 600;

}

.related-blog-heading {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(128,128,128,0.3);
}

.cart-canvas-body {
  max-height: calc(100svh - 160px) !important;
}


.slide-img-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    padding: 40px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    
}

.slide-img-wrap:hover .slide-img-overlay {
   opacity: 1;
    
}

.slide-overlay-title {
    font-size: 24px;
    margin-bottom: 1rem;
}

.slide-overlay-text {
    letter-spacing: 0.03em;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 200;
    margin-bottom: 10px;
}


		.overlay {
				position: fixed;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				background: rgba(0, 0, 0, 0.7);
				transition: opacity 500ms;
				/* visibility: hidden; */
				opacity: 0;
				z-index: 9999;
                opacity: 1;
                display:none;
			}

			/* .overlay:target {
				visibility: visible;
				opacity: 1;
			} */

			#popup1 {
				/* font-family: poppins; */
			}

			#popup1 .popup {
				margin: 0px auto;
				padding: 50px 20px;
				background: #fff;
				border-radius: 0px;
				/* height: 260px; */
				max-width: 690px;
				position: relative;
				text-align: center;
				top: 50% !important;
				position: fixed !important;
				-moz-transform: translateY(-50%);
				-webkit-transform: translateY(-50%);
				-o-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
				right: 0px;
				left: 0;
			}

			#popup1 .popup h2 {
				margin-top: 0;
				/*color: #333;*/
			}

			#popup1 .popup .close {
				position: absolute;
				top: 0px;
				right: 0px;
				transition: all 200ms;
				font-size: 30px;
				font-weight: normal;
				text-decoration: none;
				text-align: center;
				background: #333;
				border-radius: 0;
				cursor: pointer;
				float: right;
				padding: 0;
				color: #fff;
				margin-top: 0;
				margin-right: 0;
				height: 40px;
				width: 40px;
				line-height: 35px;
			}

			#popup1 .popup .close:hover {
				color: #06D85F;
			}

			#popup1 .popup .content {
				max-height: 30%;
				overflow: auto;
			}

			#popup1 .newletter-title h2 {
				font-size: 24px;
				text-transform: uppercase;
				/*color: #000;*/
				font-weight: 700;
				letter-spacing: 3px;
				margin: 0 0 15px;
			}

			#popup1 .box-content label {
				font-weight: 400;
				max-width: 560px;
				display: inline-block;
				margin-bottom: 5px;
				font-size: 14px;
				line-height: 26px;
			}

			.newletter-popup {
				background: #fff;
				top: 50% !important;
				position: fixed !important;
				padding: 0;
				text-align: center;
				-moz-transform: translateY(-50%);
				-webkit-transform: translateY(-50%);
				-o-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
			}

			.subscribe_input {
				background: #EBEBEB none repeat scroll 0% 0%;
				border: medium none;
				height: 40px;
				width: 65%;
				margin: 20px 0;
				padding-left: 15px;
			}

			#popup1 #frm_subscribe a {
				cursor: pointer;
				border: none;
				background: #333;
				padding: 3px 25px;
				text-transform: uppercase;
				font-size: 14px;
				color: #fff;
				font-weight: 600;
				line-height: 34px;
				display: inline-block;
				border-radius: 0;
				letter-spacing: 2px;
			}

			#popup1 .box-content .subscribe-bottom {
				margin-top: 20px;
			}

			#popup1 .box-content .subscribe-bottom #newsletter_popup_dont_show_again {
				display: inline-block;
				margin: 0;
				vertical-align: middle;
				margin-top: -1px;
			}

			#popup1 .box-content .subscribe-bottom label {
				margin: 0;
				font-weight: 400;
				max-width: 650px;
				display: inline-block;
				margin-bottom: 5px;
				font-size: 12px;
			} 
 	.alert-cookie-policy{
  display: none;
  border-radius: 0;
  position: fixed;
  bottom:0;
  top:auto;
  left:0;
  right: 0;
  z-index: 999;
}
.alert-cookie-policy .alert{
  border-radius: 0;
}

#services-section {
    margin-top: 0;
    padding-block: 45px;
   /* margin-bottom: 30px;*/
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
}
.main-container {
    max-width: 1380px;
    margin-inline: auto;
    padding-inline: 20px;
}
.header-video video{
/*aspect-ratio:2.7/1;*/
}
.grid-item-three {
    width: 100%;
}
@media (max-width: 768px) {
    .services-grid {
        display: grid;
        grid-template-columns: 1fr;
        place-items: start;
    }
    .services-grid-item {
        margin-bottom: 1rem;
    }
    #btnDeclineCookiePolicy{
margin-bottom:10px;
}
}
@media (max-width: 768px) {
    .blog-heading {
        font-size: 25px;
    }

    .single-blog-content {
        text-wrap: pretty;
        font-size: 13px;
        font-weight: 500;
        word-wrap: break-word;
    }
    .kim-cat-grid {
        padding: 1rem;
    }
    #services-section {
    margin-top: 0;
    padding-block: 30px;
    margin-bottom: 30px; 
    padding:20px;
}
.main-container {
    max-width: 1480px;
    margin-inline: auto;
    padding-inline: 5px;
}
.header-video video{
aspect-ratio:1.7/1;
}
    .grid-item-three {
        width: fit-content;
    }
}
	
