@charset "utf-8";
/* CSS Document */

@font-face {
 font-family: 'opt_txt';
 src: url('../fonts/optimistic_text.eot');
 src: url('../fonts/optimistic_text.eot?#iefix') format('embedded-opentype'), url('../fonts/optimistic_text.woff2') format('woff2'), url('../fonts/optimistic_text.woff') format('woff');
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}
 @font-face {
 font-family: 'opt_display';
 src: url('../fonts/optimistic_display.eot');
 src: url('../fonts/optimistic_display.eot?#iefix') format('embedded-opentype'), url('../fonts/optimistic_display.woff2') format('woff2'), url('../fonts/optimistic_display.woff') format('woff');
 font-weight: 500;
 font-style: normal;
 font-display: swap;
}
 @font-face {
 font-family: 'opt_txt_light';
 src: url('../fonts/optimistic_text_light.eot');
 src: url('../fonts/optimistic_text_light.eot?#iefix') format('embedded-opentype'), url('../fonts/optimistic_text_light.woff2') format('woff2'), url('../fonts/optimistic_text_light.woff') format('woff');
 font-weight: 300;
 font-style: normal;
 font-display: swap;
}
 @font-face {
 font-family: 'opt_xtra_light';
 src: url('../fonts/optimistic_xtra_light.eot');
 src: url('../fonts/optimistic_xtra_light.eot?#iefix') format('embedded-opentype'), url('../fonts/optimistic_xtra_light.woff2') format('woff2'), url('../fonts/optimistic_xtra_light.woff') format('woff');
 font-weight: normal;
 font-style: normal;
}
ul {
	padding:0px;
}
.p {
	margin-bottom:0px!important;
}
a{
	cursor:pointer!important;;
}

.bgg  {
  position: absolute;overflow:hidden;top:40px; 
   width:20px;height:70px; 
  left: 16px;
  transform: translate(-50%, -50%);
}

 
 

.path {
  animation: draw 5s linear infinite;
}
 
 @keyframes draw {
  to {
    stroke-dashoffset: 100;
  }
}

.row {
  
   
     margin-left: 0px!important; 
}
#mainhome .owl-prev {
	position: absolute;
	top: 50%;
	left: 10px;
	color: #396f5c !important;
	background: none;
	border: none;
}
#mainhome .owl-next {
	position: absolute;
	top: 50%;
	right: 10px;
	color: #396f5c !important;
	background: none;
	border: none;
}
#mainhome { height:800px;}
#mainhome item { height:100%;}

.mainbanimg { height:800px; background-size:cover; background-position:center;}
#topsec {
	padding: 0px;
}
.owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%);
padding-bottom:10px;
}
.owl-dot {
	background-color:#ccc;
	width:12px;
	height:12px;
	border-radius:50px;
	margin:3px;
}
.owl-dots .active {
	background-color:#fff !important;
}
.bantxt-area {
	position: absolute;
	top: 20%;
	left: 4%;
	max-width: 500px;
}
.bantxt-heading {
	color:#fff;
	font-family: 'opt_display';
	font-size:80px;
}
.bantxtpara {
	color:#fff;
	font-family: 'opt_txt_light';
	font-size:20px;
	padding:5px 0px;
}
.txtareaheading {
	color: var(--Neutral-N-950, #262626);
font-size: Typeface/Font Size Desktop/52;
font-style: normal;
font-weight: 700;
line-height: Typeface/Font Size Desktop/52; /* 119.231% */
letter-spacing: -1.04px;
text-transform: uppercase;
}
.txtarea-sm-heading {
	color:#000;
	font-size: var(--Typeface-Heading-Size-Desktop-H4, 28px);
font-style: normal;
font-weight: 700;
line-height: var(--Typeface-Heading-Line-height-Desktop-H4, 36px); /* 128.571% */
}
.readmr-btn {
	color:#000;
	font-family: 'opt_txt_light';
	font-size:15px;
	padding:5px;
}
.readmr-btn img {
	margin-right:5px;
}
.pillerarea #user-button {
	z-index: 1000;
	bottom: 1rem !important;
	right: 1rem !important;
	color: var(--user-button-text);
	transition: 1s 0s ease-out;
	-webkit-animation: slide 3s ease-out forwards;
	animation: slide 3s ease-out forwards;
}
.pl-10{padding-left: 10px;}
.pb-20{padding-bottom :10px;}
@-webkit-keyframes slide {
 0%, 50% {
 opacity: 0;
 display: block !important;
}
 100% {
 opacity: 1;
 display: block !important;
}
}
@keyframes slide {
 0%, 50% {
 opacity: 0;
 display: block !important;
}
 100% {
 opacity: 1;
 display: block !important;
}
}
.pillerarea #user-button .u-card {
	border-radius: 100%;
	box-shadow: 0 0 1rem -0.25rem var(--user-button-shadow), inset 0 0 1rem -0.75rem var(--user-button-shadow);
}
.pillerarea #user-button .u-main {
	cursor: pointer;
 --user-button-background:var(--user-button-main, #EC87C0);
}
.pillerarea #user-button .u-main img {
	height: 100%;
	width: 100%;
}
.pillerarea #user-button .u-main iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 4rem;
	height: 4rem;
	opacity: 1;
	transition: 0s 4s;
}
.pillerarea #user-button .u-icons {
	position: relative;
	z-index: 950;
	transform: translate(-50%, -50%);
	background: var(--user-button-circle);
	box-shadow: 0 0 0 0.125rem var(--user-button-cardborder);
	border-radius: 100%;
	transition: 0.25s;
	opacity: 1 !important;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);/*&:before {
     z-index:-1;
     position:absolute;
     top:0; right:0; bottom:0; left:0;
     content:'';

     backdrop-filter: blur(10px);
  }*/
}
.pillerarea #user-button .u-icons a {
	color: inherit;
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	text-decoration: none;
}
.pillerarea #user-button .u-icons a div {
	padding: 0.5rem;
	transition: 0s;
}
.pillerarea #user-button .u-icons a[href="https://twitter.com/Osorpenke"] {
	position: relative;
}
.pillerarea #user-button .u-icons a[href="https://twitter.com/Osorpenke"]:before {
	content: "Middle Click";
	position: absolute;
	top: -1.5rem;
	left: 50%;
	white-space: pre;
	transform: translateX(-50%);
	opacity: 0;
	pointer-events: none;
	transition: 0.25s ease-in;
	background: #fffc;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
}
.pillerarea #user-button .u-icons a[href="https://twitter.com/Osorpenke"].show:before {
	opacity: 1;
	transition: 0.25s ease-out;
}
.pillerarea #user-button .u-icons a[href="https://twitter.com/Osorpenke"] div {
	color: #1da1f2;
}
.pillerarea #user-button .u-icons a[href="https://codepen.io/z-"] div {
	background: black;
	color: white;
}
.pillerarea #user-button .u-icons a.u-random div {
	position: relative;
	top: -1px;
	-webkit-animation: diespin 2s linear infinite;
	animation: diespin 2s linear infinite;
}
@-webkit-keyframes diespin {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
@keyframes diespin {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
.pillerarea #user-button .u-icons a.u-random:not(:hover) div {
 -webkit-animation-play-state: paused;
 animation-play-state: paused;
}
.pillerarea #user-button .u-icons > * {
	position: absolute;
	width: 30px;
	height: 30px;
	background: var(--singlecolour);
	border-radius: 100%;
	cursor: pointer;
	transform: translate(-50%, -50%);
	transition: 0.25s -0.05s;
}
.pillerarea #user-button .u-icons > *:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.pillerarea #user-button .u-icons > *:hover, .pillerarea #user-button .u-icons > *:focus-within {
 background: var(--hcolour);
}
.pillerarea #user-button .u-icons > *:first-child:nth-last-child(1):nth-child(1), .pillerarea #user-button .u-icons > *:first-child:nth-last-child(1) ~ *:nth-child(1) {
 left: 25%;
 top: 25%;
}
.pillerarea #user-button .u-icons > *:first-child:nth-last-child(2):nth-child(1), .pillerarea #user-button .u-icons > *:first-child:nth-last-child(2) ~ *:nth-child(1) {
 left: 37.5%;
 top: 18.75%;
}
.pillerarea #user-button .u-icons > *:first-child:nth-last-child(2):nth-child(2), .pillerarea #user-button .u-icons > *:first-child:nth-last-child(2) ~ *:nth-child(2) {
 left: 18.75%;
 top: 37.5%;
}
.pillerarea #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(1), .pillerarea #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(1) {
 left: 50%;
 top: 15.625%;
}
.pillerarea #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(2), .pillerarea #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(2) {
 left: 25%;
 top: 25%;
}
.pillerarea #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(3), .pillerarea #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(3) {
 left: 15.625%;
 top: 50%;
}
.pillerarea #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(1), .pillerarea #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(1) {
 left: 62.5%;
 top: 18.75%;
}
.pillerarea #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(2), .pillerarea #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(2) {
 left: 37.5%;
 top: 18.75%;
}
.pillerarea #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(3), .pillerarea #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(3) {
 left: 18.75%;
 top: 37.5%;
}
.pillerarea #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(4), .pillerarea #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(4) {
 left: 18.75%;
 top: 62.5%;
}
.pillerarea #user-button:hover .u-icons, .pillerarea #user-button:focus-within .u-icons {
 width: 300% !important;
 height: 300% !important;
}
.options {
	display: flex;border:px solid #1877f2;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	height: 120vh;
	font-family: opt_display;
	transition: 0.25s;
}
 @media (prefers-color-scheme: dark) {
 .pillerarea:not(.light) {
 background: #232223;
 color: white;
}
}
.pillerarea .credit {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: inherit;
}
.pillerarea .options {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	overflow: hidden;
	height: 850px;
}
.pilactive .info .sub {
	writing-mode: vertical-rl;
text-align:center !important;
height:auto !important;
}

.pilactive .icon {
	display:none;
}

.pilactive .seemr-btn { display:none !important;}

.pilactive .active .label {display:none !important;}



.pilactive .info .sub br {
	display:none;
}
.pilactive .option .label {
	height: 100%;
	display: grid;
}


.pillerarea .options .option {
	position: relative;
	overflow: hidden;
	min-width: 60px;
	background: transparent;
	background-size: auto 120%;
	background-position: center;
	cursor: pointer;
}
.pillerarea .options .option:nth-child(1) {
 --defaultBackground:transparent;
}
.pillerarea .options .option.active {
	flex-grow: 10000;
	transform: scale(1);
	max-width: 1150px;
	margin: 0px;
padding:40px;
	background-size: auto 100%;/*&:active {
     transform:scale(0.9);

  }*/
}
/*.pillerarea .options .option.active .shadow {
  box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
}
*/
.pillerarea .options .option.active .label {
	bottom: 20px;
	left: 20px;
}
.pillerarea .options .option.active .label .info > div {
	left: 0px;
	opacity: 1;
}
.pillerarea .options .option:not(.active) {
 flex-grow: 1;
z-index:9999;
}
.pillerarea .options .option:not(.active) .shadow {
 bottom: -40px;
 box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}
.pillerarea .options .option:not(.active) .label {
 left: 0px;
z-index:-1;
bottom:0px;
}
.pillerarea .options .option .shadow {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 120px;
	transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.pillerarea .options .option .label {
	position: absolute;
	margin-bottom:40px;
	transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
padding:20px;
width:100% !important;

}

.pilactive .option .label .icon { display:none !important;}
.pilactive .label { margin-bottom:0px !important; bottom:0 !important;}
.pillerarea .options .option:hover .label { margin-bottom:80px;}
.pillerarea .options .option:hover .seemr-btn { display:block;}
.pillerarea .pilactive .option:hover .label { margin-bottom:40px;} 
.pillerarea .options .option .label .icon {
	align-items: center;
	width:39px;
	height: 39px;
	border-radius: 100%;
	background-image:url("../images/rounb.svg");
padding:10px;
margin-bottom:10px;
object-fit:contain;
}

.pillerarea .options .option:hover .label .icon {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width:39px;
	height: 39px;
	border-radius: 100%;
	background-image:url("../images/rounf.svg");
margin-bottom:10px;
}
.footer_meta {
font-size: 14px;
    color: #99928d;
}	
}
.seemr-btn { display:none;
    font-size: 14px;
    margin-top: 20px;color:#fff; text-align:left;}

.seemr-btn img {    width: 15px;
    margin-right: 5px;}


.pillerarea .options .option .label .info {
	color: white;
display:block;
text-align:left;
}

.pilactive .option .label .info { display:flex !important;}
.pilactive .label .info .seemr-btn { display:none;}


.pillerarea .options .option .label .info > div {
	position: relative;
	transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}
.pillerarea .options .option .label .info .main {
	font-weight: bold;
	font-size: 1.2rem;
}
.pillerarea .options .option .label .info .sub {
	transition-delay: 0.1s;
text-align:left;
    display: flex;
    width: 100% !important;
    align-items: center;
    margin-bottom: 10px;
height:40px;
}
#piller1 {
	background-image:url("../images/back5.jpg");
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;border-right:2px solid #FFF;
}
#piller2 {
	background-image:url("../images/back2.jpg");
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	border-right:2px solid #FFF;
}
#piller3 {
	background-image:url("../images/back3.jpg");
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	border-right:2px solid #FFF;
}
#piller4 {
	background-image:url("../images/back4.jpg");
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	border-right:2px solid #FFF;
}
#piller5 {
	background-image:url("../images/back8.jpg");
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	border-right:2px solid #FFF;
}
#piller6 {
	background-image:url("../images/back7.jpg");
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.options .option {
	background-image:none !important;
}
#piller1 .options .option:hover:nth-child(1) {
background-color:rgba(226, 157, 0, 0.3);
}

.pil-1 {color:rgba(255, 196, 0, 0.8)}
 #piller1 .options .option:nth-child(1) {
background-color:rgba(226, 157, 0, 0.5);
}
#piller1 .options .option:nth-child(2) {
background-color:rgba(212, 158, 0, 0.6);
}
#piller1 .options .option:nth-child(3) {
background-color:rgba(240, 211, 107, 0.7);
}
#piller1 .options .option:nth-child(4) {
background-color:rgba(255, 196, 0, 0.8);
}
#piller1 .options .option:nth-child(5) {
background-color:rgba(226, 157, 0, 0.5);
}
#piller1 .options .option:nth-child(6) {
background-color:rgba(204, 139, 57, 0.5);
}

.pil-2 { color:rgba(0, 129, 254, 0.9);
}

 #piller2 .options .option:nth-child(1) {
background-color:rgba(49, 129, 250, 0.5);
}

#piller2 .options .option:hover:nth-child(2) {
background-color:rgba(0, 129, 254, 0.3);
}

#piller2 .options .option:nth-child(2) {
background-color:rgba(0, 125, 250, 0.6);
}




#piller2 .options .option:nth-child(3) {
background-color:rgba(0, 129, 250, 0.8);
}
#piller2 .options .option:nth-child(4) {
background-color:rgba(0, 120, 250, 0.5);
}
#piller2 .options .option:nth-child(5) {
background-color:rgba(0, 129, 250, 0.8);
}
#piller2 .options .option:nth-child(6) {
background-color:rgba(0, 129, 250, 0.6);
}

.pil-33{ color:rgba(94, 61, 155, 0.9);
}
 #piller33 .options .option:nth-child(1) {
background-color:rgba(176, 179, 204, 0.9);
}
#piller33 .options .option:nth-child(2) {
background-color:rgba(96, 98, 209, 0.7);
}
#piller33 .options .option:hover:nth-child(3) {
background-color:rgba(176, 179, 204, 0.4);
}
#piller33 .options .option:nth-child(3) {
background-color:rgba(94, 61, 155, 0.6);
}

#piller33 .options .option:nth-child(4) {
background-color:rgba(148, 102, 230, 0.7);
}
 #piller33 .options .option:nth-child(5) {
background-color:rgba(94, 61, 155, 0.6);
}
#piller33 .options .option:nth-child(6) {
background-color:rgba(196, 134, 191, 0.6);
}
.pil-3 {color:rgba(0, 116, 87, 0.9);
}
 #piller3 .options .option:nth-child(1) {
background-color:rgba(49, 152, 115, 0.8);
}
#piller3 .options .option:nth-child(2) {
background-color:rgba(0, 139, 89, 0.9);
}
#piller3 .options .option:nth-child(3) {
background-color:rgba(0, 173, 133, 0.8);
}
#piller3 .options .option:nth-child(3) {
background-color:rgba(0, 173, 133, 0.8);
}
#piller3 .options .option:nth-child(4) {
background-color:rgba(0, 116, 87, 0.7);
}
#piller3 .options .option:nth-child(5) {
background-color:rgba(137, 217, 183, 0.8);
}
#piller3 .options .option:hover:nth-child(6) {
background-color:rgba(0, 196, 181, 0.4);
}














.pil-4 {color:rgba(171, 89, 34, 0.7);
}
 #piller4 .options .option:nth-child(1) {
background-color:rgba(205, 120, 66, 0.8);
}
#piller4 .options .option:nth-child(2) {
background-color:rgba(171, 89, 34, 0.7);
}
#piller4 .options .option:nth-child(3) {
background-color:rgba(225, 148, 80, 0.7);
}
#piller4 .options .option:hover:nth-child(4) {
background-color:rgba(97, 62, 62, 0.5);
}
#piller4 .options .option:nth-child(4) {
background-color:rgba(171, 89, 34, 0.7);
}

 #piller4 .options .option:nth-child(5) {
background-color:rgba(103, 35, 23, 0.5);
}
#piller4 .options .option:nth-child(6) {
background-color:rgba(200, 77, 23, 0.6);
}

.pil-5 {color:rgba(94, 61, 155, 0.9);
}
 #piller5 .options .option:nth-child(1) {
background-color:rgba(196, 134, 191, 0.8);
}
#piller5 .options .option:nth-child(2) {
background-color:rgba(96, 98, 209, 0.8);
}
#piller5 .options .option:nth-child(3) {
background-color:rgba(94, 61, 155, 0.7);
}
#piller5 .options .option:nth-child(4) {
background-color:rgba(148, 102, 230, 0.7);
}
 #piller5 .options .option:hover:nth-child(5) {
background-color:rgba(94, 61, 155, 0.5);
}

 #piller5 .options .option:nth-child(5) {
background-color:rgba(94, 61, 155, 0.9);
}

#piller5 .options .option:nth-child(6) {
background-color:rgba(196, 134, 191, 0.6);
}

.pil-6 {color:rgb(104, 121, 137,0.9);
}
 #piller6 .options .option:nth-child(1) {
background-color:rgb(104, 121, 137,0.7);
}
#piller6 .options .option:nth-child(2) {
background-color:rgb(104, 121, 137,0.7);
}
#piller6 .options .option:nth-child(3) {
background-color:rgb(104, 121, 137,0.6);
}
#piller6 .options .option:nth-child(4) {
background-color:rgb(104, 121, 137,0.6);
}
#piller6 .options .option:nth-child(5) {
background-color:rgb(104, 121, 137,0.7);
}
#piller6 .options .option:hover:nth-child(6) {
color:rgb(104, 121, 137,0.5);
}

#piller6 .options .option:nth-child(6) {
color:rgb(104, 121, 137,0.5);
}

 
.footer {
	background: var(--Neutral-N-950, #262626);
}
.footer-nav {
	display:flex;
	align-items:center;
	justify-content:space-between;
	list-style:none;
}
.footer-nav li a {
	font-size:14px;
	color:#99928d;
}
.cswidtgh {
	max-width:850px !important;
	margin:0 auto;
}
.brbottom {
	border-bottom:2px solid #c7cfd7;
}


.slignrgt {
	color: var(--Basic-Basic-White, #FFF);
font-size: var(--Typeface-Labels-Size-Medium, 14px);
font-style: normal;
font-weight: 500;
line-height: var(--Typeface-Labels-Line-Height-Medium, 20px); /* 142.857% */
letter-spacing: 0.28px;
gap:2px;
}

.iconssvg{
	display: flex;
padding: 24px 0px;
align-items: center;
gap: 12px;
 

}
.banner-txt{
	
	color: var(--American-Red-American-Red-50, #FCF3F3);
font-family: var(--Typeface-Font-Family-Display, Montserrat);
font-size: Typeface/Font Size Desktop/52;
font-style: normal;
font-weight: 800;
line-height: 77px; /* 120.313% */
text-transform: uppercase;
	
}



.topnav {
	padding:0px 18px;
}

.logo {
	width:100%;
max-width:150px;
}
.topnav .navbar-brand {
	max-width:250px;
}
.lngimg {
	padding:10px;
}

.detailareadiv {
        background-color: rgba(255,255,255,.8);
    max-width: 80%;
    margin: 10% auto;
    padding: 50px;
position:relative;
height: 420px;
    overflow: auto;
}

.closingdiv {    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 15px; padding:10px;}
.disnone { display:none !important;}

.options .active .disblk { display:block !important;}

.navbar-toggler { padding:0px !important; margin-right:10px;}
.navbar-toggler-icon { width:20px;}
button:focus {outline:none !important;}
.langauguebar {border: none;
    background-color: transparent;
    font-weight: bold;
    font-size: 15px;
float:right;
}
.navbar-toggler-icon { height:auto !important;}




.arrow-down{
	    padding: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 25px;
    font-weight: lighter;
}

.mbtpad { padding:0px 0px !important;}
.flxarea { display:flex; justify-content: flex-end;align-items:center; height:100%;}
.bg-img {
  /* The image used */
  background-image: url("img_nature.jpg");

  min-height: 380px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  /* Needed to position the navbar */
  position: relative;
}

/* Position the navbar container inside the image */
.topmenu {
  position: absolute;
  margin: 20px;
  width: 100%;
}

#navv { justify-content:space-between; width:100% !important;}
.topcsnav {   position: absolute;
    width: 100% !important;
    z-index: 999 !important;}
/* The navbar */
.txtlog  { padding:10px 0px !important;}
/* Navbar links */
.topnav #navbar-list-2 li a {
 
  color: #f2f2f2;
  text-align: center;
  padding: 14px 12px;
  text-decoration: none;
  font-size: 13px;
}

.topnav #navbar-list-2 li a:hover {
  background-color: none;
  color: #f2f2f2;
   text-decoration: underline;
}

.navbar-toggler { display:none;}

.pillerarea .options {height:auto;}
/*-----------------------------------------------------------------------------*/

#txtarea{
	
	padding:80px 240px;
  /*  margin-left: 90px;
    margin-right: 90px; */
}
.box-img{
 
background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url(../../images/webp/EFFICIENCY.webp) lightgray 50% / cover no-repeat;
background-size: cover;
background-position: center;
background-repeat: no-repeat, no-repeat;
/*background-image: linear-gradient(to right, rgb(14 28 90 / 75%), rgb(14 28 90 / 75%)), url('img2/automation-building1.jpg');
background-size: cover, contain;
background-position: center, right bottom;
background-repeat: no-repeat, no-repeat;
*/


}

.bantxt-heading{
	 
	 color: var(--American-Red-American-Red-50, #FCF3F3);

font-size: 52px;
font-style: normal;
font-weight: 800;
line-height: 77px; /* 120.313% */
text-transform: uppercase;
	
}

.banpara{
	
	color: #FCF3F3;

/* Paragraphs/Large/Light 300 */
 
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 28px; /* 155.556% */
}

.bantxt-area11{
    position: absolute;
    top: 28%;
	left: 10%;
    /* left: 30%;
   max-width: 400px; */
}
.top-line1{background:#2aba6f;text-align: left;padding-left: 30px;color: #fff;font-weight: 600;}
.top-line2{background:#219257;text-align: left;padding-left: 30px;color: #fff;font-weight: 600;}
.top-line3{background:#2a75ba;text-align: left;padding-left: 30px;color: #fff;font-weight: 600;}

.btn-blu{background-color: #2a75ba;color: #fff;}
.btn-blk{background-color: #000;color: #fff;}
.btn-red{border-radius: 7px;background: var(--Basic-Basic-White, #BA2A2D);;color: #fff;}
.btn-blu:hover {
    color: #fff;
	background-color:#305f8b;
   
}
.btn-red:hover {
    color: #fff;
	border-radius:8px;
	background: #BA2A2D;
}
.btn-blk:hover {
    color: #fff;
	background-color:#4e4e4e;
}






.txtredarea{
	color: #D92529;
	text-transform: uppercase;
	 
font-size: var(--Typeface-Labels-Size-Medium, 14px);
font-style: normal;
font-weight: 500;
line-height: var(--Typeface-Labels-Line-Height-Medium, 20px); /* 142.857% */
letter-spacing: 0.28px;
text-transform: uppercase;
	}



.pd-50{padding: 5rem!important;}
.icon-box{
    margin: 20px;
	height:90%;
    background: #fff;
    padding: 24px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 17px;

}

.product-box{
	border-radius: 12px;
background: var(--Basic-Basic-White, #97C1E8);
flex-direction: column;
align-items: flex-start;
gap: var(--Typeface-Labels-Size-XSmall, 10px);
height: auto;
	
}
.product-content{
	padding: 4px 24px 24px 24px;
background:#fff;
flex-direction: column;
align-items: flex-start;
gap: var(--Space-200, 8px);

align-self: stretch;
	
}
.product-para{
	color: #161616;
 
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 18px */
letter-spacing: 0.6px;
}
.product-heading{
	color: var(--Basic-Basic-Black, #000);
 
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 24px */
letter-spacing: 0.8px;
}
.product-redhd{
	color: #E72630;
 
font-size: 11px;
font-style: normal;
font-weight: 600;
line-height: 30%; /* 16.5px */
letter-spacing: 0.55px;
text-transform: uppercase;
}
.gr-tag{
font-size: var(--Typeface-Labels-Size-XSmall, 10px);
font-style: normal;
font-weight: 600;
line-height: var(--Typeface-Labels-Line-Height-XSmall, 14px); /* 140% */
letter-spacing: 0.4px;
border-radius: 3px;
background: var(--Medium-Sea-Green-MediumSeaGreen-600, #26A664);
width: 25%;
 padding-left: 11px;
 color: #fff;

}

.fa-envelope{
	    font-size: 20px;
    color: red;
    padding: 8px;
    border: 1px solid red;
    border-radius: 5px;
}

.rotate1 {
    display: inline-block;
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(90deg);
    }
    to {
        transform: rotate(90deg);
    }
}

.rotate2 {
    display: inline-block;
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(180deg);
    }
    to {
        transform: rotate(90deg);
    }
}

.rotate3 {
    display: inline-block;
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(270deg);
    }
    to {
        transform: rotate(90deg);
    }
}

.rotate4 {
    display: inline-block;
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(270deg);
    }
    to {
        transform: rotate(90deg);
    }
}









.color img{
filter: grayscale(0.9) brightness(1.5);
-webkit-transition: all 1s ease;
}
.red-color{color:#E30613;}
.color img:hover{
filter: grayscale(0%);
filter: gray;
-webkit-filter: grayscale(0%);
filter: none;
transition: 1s ease;

}

#owl-demo .item{
  margin: 20px;
}
#owl-demo .item img{
  display: block;
  width: 50%;
  height: auto;
}


#owl-demo-footer .item{
  margin: 3px;
}
#owl-demo-footer .item img{
  display: block;
  width: 100%;
      padding: 0 40px 40px 40px;
  height: auto;
}
.testimonial{
display: flex;
min-width: 320px;
padding: 27.4px;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: var(--Space-800, 32px);
flex: 1 0 0;
border-radius: 0px 12px 12px 0px;
background: var(--Celtic-Blue-CelticBlue-400, #61A0DB);
}

.testimonial-txt{
	color: var(--Basic-Basic-White, #FFF);

/* Paragraphs/Large/Light 300 */
font-family: var(--Typeface-Font-Family-Text, Poppins);
font-size: var(--Typeface-Paragraphs-Size-P1, 18px);
font-style: normal;
font-weight: 300;
line-height: var(--Typeface-Paragraphs-Line-Height-P1, 28px); /* 155.556% */
}

.testimonial-heading{  
     color: var(--Basic-Basic-White, #FFF);

/* Labels/medium/Bold 700 All caps */
font-family: var(--Typeface-Font-Family-Label, Montserrat);
font-size: var(--Typeface-Labels-Size-Medium, 14px);
font-style: normal;
font-weight: 700;
line-height: var(--Typeface-Labels-Line-Height-Medium, 20px); /* 142.857% */
letter-spacing: 0.28px;
text-transform: uppercase;
}

.sml-para{
	
	color: var(--Celtic-Blue-CelticBlue-500, #2A75BA);

font-size: var(--Typeface-Labels-Size-Large, 16px);
font-style: normal;
font-weight: 700;
line-height: var(--Typeface-Labels-Line-Height-Large, 24px); /* 150% */
letter-spacing: 0.32px;
text-transform: uppercase;
	
}




.border-img{
	 width:100px;  margin-top:10px;
	cursor: pointer;
}
.bluicon{
	
	border-radius: 100px;
	width:150px;height:70px;text-align:center;margin-bottom:40px;
    border: 1px solid var(--Neutral-N-100, #EDEDED);
   /* background: #03a9f454 !important;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
	*/
	background: var(--Gradient-2, linear-gradient(104deg, #F3F8FC 17.59%, #E2EEF8 100%));
/* /shadow/lg */
box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.10), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);


}

.bluicon2{
	
	border-radius: 100px;
	width:150px;height:70px;text-align:center;margin-bottom:40px;
    border: 1px solid var(--Neutral-N-100, #EDEDED);
   /* background: #03a9f454 !important;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
	*/
	background:#F6F6F6; 


}
.bluicon2 img{
filter: grayscale(100%) brightness(0.9); opacity:0.5;
 
-webkit-transition: all 1s ease;
}



.mr-90{margin-left: -20px;}
.hide{display:none;}
.cnt{text-align:center;padding: 30px;}
.cad-img{width:100%;border-radius: 20px;}
.width-35{width:35%;}
.cat-hd{font-size: 20px;font-weight: 600;line-height:19px;}
.revit-img{width:70%;float: left;}


/*=========================================================max-width:1440px=============================================================*/
#myBtn{
	width:70px;height:70px;margin-top:40px!important; 
}
#homebg1{
	display:block;
}
#homebg2{
	display:none;
}
@media only screen and (max-width:1440px) {
	#myBtn{
	width:70px;height:70px;margin-top:40px!important; 
}
.midmobhidden { display:none;}
.navbar-toggler { display:block!important;}
.mbtpad { background-color:#fff;}
.topnav #navbar-list-2 li a {color: #67788a !important;}
.txtareaheading {

font-size: var(--Typeface-Heading-Size-Desktop-H2, 32px);
font-style: normal;
font-weight: 700;
line-height: var(--Typeface-Heading-Line-height-Desktop-H2, 47px); /* 130.556% */
letter-spacing: -0.36px;
}
.txtarea-sm-heading {
	color:#000;
	font-size: var(--Typeface-Heading-Size-Desktop-H4, 28px);
font-style: normal;
font-weight: 700;
line-height: var(--Typeface-Heading-Line-height-Desktop-H4, 36px); /* 128.571% */
}
 
.footer {
	background: var(--Neutral-N-950, #262626);
}
.footer-nav {
	display:flex;
	align-items:center;
	justify-content:space-between;
	list-style:none;
}
.footer-nav li a {
	font-size:14px;
	color:#99928d;
}
.cswidtgh {
	max-width:850px !important;
	margin:0 auto;
}
.brbottom {
	border-bottom:2px solid #c7cfd7;
}


.slignrgt {
	color: var(--Basic-Basic-White, #FFF);
font-size: var(--Typeface-Labels-Size-Medium, 14px);
font-style: normal;
font-weight: 500;
line-height: var(--Typeface-Labels-Line-Height-Medium, 20px); /* 142.857% */
letter-spacing: 0.28px;
gap:2px;
}

.iconssvg{
	display: flex;
padding: 24px 0px;
align-items: center;
gap: 12px;
 

}
.banner-txt{
	
	color: var(--American-Red-American-Red-50, #FCF3F3);
font-family: var(--Typeface-Font-Family-Display, Montserrat);
font-size: Typeface/Font Size Desktop/52;
font-style: normal;
font-weight: 800;
line-height: 77px; /* 120.313% */
text-transform: uppercase;
	
}



.topnav {
	padding:0px 18px;
}

.logo {
	width:100%;
max-width:150px;
}
.topnav .navbar-brand {
	max-width:250px;
}
.lngimg {
	padding:10px;
}

.detailareadiv {
        background-color: rgba(255,255,255,.8);
    max-width: 80%;
    margin: 10% auto;
    padding: 50px;
position:relative;
height: 420px;
    overflow: auto;
}

.closingdiv {    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 15px; padding:10px;}
.disnone { display:none !important;}

.options .active .disblk { display:block !important;}

.navbar-toggler { padding:0px !important; margin-right:10px;}
.navbar-toggler-icon { width:20px;}
button:focus {outline:none !important;}
.langauguebar {border: none;
    background-color: transparent;
    font-weight: bold;
    font-size: 15px;
float:right;
}
.navbar-toggler-icon { height:auto !important;}




.arrow-down{
	    padding: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 25px;
    font-weight: lighter;
}

.mbtpad { padding:0px 0px !important;}
.flxarea { display:flex; justify-content: flex-end;align-items:center; height:100%;}
.bg-img {
  /* The image used */
  background-image: url("img_nature.jpg");

  min-height: 380px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  /* Needed to position the navbar */
  position: relative;
}

/* Position the navbar container inside the image */
.topmenu {
  position: absolute;
  margin: 20px;
  width: 100%;
}

#navv { justify-content:space-between; width:100% !important;}
.topcsnav {   position: absolute;
    width: 100% !important;
    z-index: 999 !important;}
/* The navbar */
.txtlog  { padding:10px 0px !important;}
/* Navbar links */
.topnav #navbar-list-2 li a {
 
  color: #f2f2f2;
  text-align: center;
  padding: 14px 12px;
  text-decoration: none;
  font-size: 13px;
}

.topnav #navbar-list-2 li a:hover {
  background-color: none;
  color: #f2f2f2;
   text-decoration: underline;
}

.navbar-toggler { display:none;}

.pillerarea .options {height:auto;}
.testimonial{
	border-radius: 0px 12px 12px 0px;
background: var(--Celtic-Blue-CelticBlue-400, #61A0DB);
	padding: 29px;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: var(--Space-800, 32px);

flex: 1 0 0;
}
/*-----------------------------------------------------------------------------*/

#txtarea{
	
	display: flex;
width: 1440px;
padding: 80px;
flex-direction: column;
align-items: flex-start;
gap: var(--Typeface-Labels-Size-XSmall, 10px);
  /*  margin-left: 90px;
    margin-right: 90px; */
}
.box-img{

padding-top:50px;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url(../../images/webp/EFFICIENCY.webp) lightgray 50% / cover no-repeat;
background-size: cover;
background-position: center;
background-repeat: no-repeat, no-repeat;
/*background-image: linear-gradient(to right, rgb(14 28 90 / 75%), rgb(14 28 90 / 75%)), url('img2/automation-building1.jpg');
background-size: cover, contain;
background-position: center, right bottom;
background-repeat: no-repeat, no-repeat;
*/


}

.bantxt-heading{
	 
	 color: var(--American-Red-American-Red-50, #FCF3F3);

font-size: 52px;
font-style: normal;
font-weight: 800;
line-height: 77px; /* 120.313% */
text-transform: uppercase;
	
}

.banpara{
	
	color: #FCF3F3;

/* Paragraphs/Large/Light 300 */
 
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 28px; /* 155.556% */
}

.bantxt-area11{
    position: absolute;
    top: 28%;
	left: 10%;
    /* left: 30%;
   max-width: 400px; */
}
.top-line1{background:#2aba6f;text-align: left;padding-left: 30px;color: #fff;font-weight: 600;}
.top-line2{background:#219257;text-align: left;padding-left: 30px;color: #fff;font-weight: 600;}
.top-line3{background:#2a75ba;text-align: left;padding-left: 30px;color: #fff;font-weight: 600;}

.btn-blu{background-color: #2a75ba;color: #fff;}
.btn-blk{background-color: #000;color: #fff;}
.btn-red{border-radius: 7px;background: var(--Basic-Basic-White, #BA2A2D);;color: #fff;}
.btn-blu:hover {
    color: #fff;
	background-color:#305f8b;
   
}
.btn-red:hover {
    color: #fff;
	border-radius:8px;
	background: #BA2A2D;
}
.btn-blk:hover {
    color: #fff;
	background-color:#4e4e4e;
}






.txtredarea{
	color: #D92529;
	text-transform: uppercase;
	 
font-size: var(--Typeface-Labels-Size-Medium, 14px);
font-style: normal;
font-weight: 500;
line-height: var(--Typeface-Labels-Line-Height-Medium, 20px); /* 142.857% */
letter-spacing: 0.28px;
text-transform: uppercase;
	}



.pd-50{padding: 5rem!important;}
.icon-box{
    margin: 20px;
	height:90%;
    background: #fff;
    padding: 24px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 17px;

}

.product-box{
	border-radius: 12px;
background: var(--Basic-Basic-White, #97C1E8);
flex-direction: column;
align-items: flex-start;
gap: var(--Typeface-Labels-Size-XSmall, 10px);
height: auto;
	
}
.product-content{
	padding: 4px 24px 24px 24px;
background:#fff;
flex-direction: column;
align-items: flex-start;
gap: var(--Space-200, 8px);

align-self: stretch;
	
}
.product-para{
	color: #161616;
 
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 18px */
letter-spacing: 0.6px;
}
.product-heading{
	color: var(--Basic-Basic-Black, #000);
 
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 24px */
letter-spacing: 0.8px;
}
.product-redhd{
	color: #E72630;
 
font-size: 11px;
font-style: normal;
font-weight: 600;
line-height: 30%; /* 16.5px */
letter-spacing: 0.55px;
text-transform: uppercase;
}
.gr-tag{
font-size: var(--Typeface-Labels-Size-XSmall, 10px);
font-style: normal;
font-weight: 600;
line-height: var(--Typeface-Labels-Line-Height-XSmall, 14px); /* 140% */
letter-spacing: 0.4px;
border-radius: 3px;
background: var(--Medium-Sea-Green-MediumSeaGreen-600, #26A664);
width: 25%;
 padding-left: 11px;
 color: #fff;

}

.fa-envelope{
	    font-size: 20px;
    color: red;
    padding: 8px;
    border: 1px solid red;
    border-radius: 5px;
}

.rotate1 {
    display: inline-block;
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(90deg);
    }
    to {
        transform: rotate(90deg);
    }
}

.rotate2 {
    display: inline-block;
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(180deg);
    }
    to {
        transform: rotate(90deg);
    }
}

.rotate3 {
    display: inline-block;
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(270deg);
    }
    to {
        transform: rotate(90deg);
    }
}

.rotate4 {
    display: inline-block;
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(270deg);
    }
    to {
        transform: rotate(90deg);
    }
}









.color img{
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-webkit-transition: all 1s ease;
}
.red-color{color:#E30613;
  
font-size: var(--Typeface-Heading-Size-Desktop-H3, 32px);
font-style: normal;
font-weight: 700;
line-height: var(--Typeface-Heading-Line-height-Desktop-H3, 40px);
}
.color img:hover{
filter: grayscale(0%);
filter: gray;
-webkit-filter: grayscale(0%);
filter: none;
transition: 1s ease;

}

#owl-demo .item{
  margin: 20px;
}
#owl-demo .item img{
  display: block;
  width: 50%;
  height: auto;
}


#owl-demo-footer .item{
  margin: 3px;
}
#owl-demo-footer .item img{
  display: block;
  width: 100%;
      padding: 0 40px 40px 40px;
  height: auto;
}
.testimonial{
	border-radius: 0px 12px 12px 0px;
background: var(--Celtic-Blue-CelticBlue-400, #61A0DB);
	padding: 29px;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: var(--Space-800, 32px);

flex: 1 0 0;
}

.testimonial-txt{
	color: var(--Basic-Basic-White, #FFF);

/* Paragraphs/Large/Light 300 */
font-family: var(--Typeface-Font-Family-Text, Poppins);
font-size: var(--Typeface-Paragraphs-Size-P1, 18px);
font-style: normal;
font-weight: 300;
line-height: var(--Typeface-Paragraphs-Line-Height-P1, 28px); /* 155.556% */
}

.testimonial-heading{  
     color: var(--Basic-Basic-White, #FFF);

/* Labels/medium/Bold 700 All caps */
font-family: var(--Typeface-Font-Family-Label, Montserrat);
font-size: var(--Typeface-Labels-Size-Medium, 14px);
font-style: normal;
font-weight: 700;
line-height: var(--Typeface-Labels-Line-Height-Medium, 20px); /* 142.857% */
letter-spacing: 0.28px;
text-transform: uppercase;
}
 
.bluicon{border-radius: 100px;
    border: 1px solid var(--Neutral-N-100, #EDEDED);
  background: var(--Gradient-2, linear-gradient(104deg, #F3F8FC 17.59%, #E2EEF8 100%));
    box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.10), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.topnav .navbar-brand {
max-width:150px;
}
.para{color: var(--Basic-Basic-Black, #000);

/font-size: var(--Typeface-Paragraphs-Size-P3, 14px);
font-style: normal;
font-weight: 300;
line-height: var(--Typeface-Paragraphs-Line-Height-P3, 20px); /* 142.857% */
}

.txtareaheading br { display:none;}
.bantxtpara { font-size:12px;}
.bantxt-heading { font-size:28px;}
#mainhome { height:300px;}
#mainhome item { height:100%;}

.mainbanimg { 
        height: 800px;
    background-size: cover;
    background-position: center;
}
#menu-footer-menu { flex-direction:column; align-items:flex-start;}
.mr-90 {
    margin-left: -60px;
}














}


 @media only screen and (max-width:1290px ) {
	 .homepage-desktop .testimonial-desktop {
  display: flex;
  width: 100%!important;
  margin-left:0px!important;
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
}

.homepage-desktop .frame-53 {
  display: flex; 
  align-items: center;
  gap:0px!important; 
  padding: 0px 0px 0px 0px!important; 
  position: relative;
  flex: 0 0 auto;
  overflow-x: scroll;
}

	 #myBtn{
	width:60px;height:60px;margin-top:50px!important; 
}
	 .rectangle-2{
		 display:none;		 
	 }
	  .rectangle-3{
		 display:none;		 
	 }
	  .rectangle-4{
		 display:none;		 
	 }
	  .rectangle-5{
		 display:none;		 
	 }
	  .rectangle-6{
		 display:none;		 
	 }
	  .rectangle-7{
		 display:none;		 
	 }
	 
	 
	 .homepage-desktop .frame-3{
	width:100%!important;
}
.homepage-desktop .overlap-group {
  position: relative;  
  width: 950px!important;
  height: 812px;
  left: 0px!important;
}
	 .homepage-desktop .frame-1 {  
  width: 100%!important;margin-left:0px!important;padding-left:0px!important;
  gap: 44px;
  position: relative!important;
  top: 133px;
  left: 0;padding-left:10px!important;
}

.homepage-desktop .frame-2 {
 
  height: 284px!important;margin-left:0px!important;padding-left:0px!important;
    gap: 16px;
  position: relative;
    width: 100%!important;
}

.homepage-desktop .unlock-world-class-wrapper {
  position: relative;margin-left:0px!important;padding-left:0px!important;
  align-self: stretch;
  width: 100%;
  height: 308px;
}

.homepage-desktop .unlock-world-class {
  position: absolute;margin-left:0px!important;padding-left:0px!important;
  width: 100%!important;
  top: -1px;
  left: 0;
  font-size: 54px!important;
  line-height: 57px!important;
   
}
 }
 
  @media only screen and (max-width:1025px ) {
	  
	  .homepage-desktop .overlap-group {
  position: relative;  
  width: 100%;
  height: 862px!important;
  left: 0px;
}
	  
.bimdex-HUB .framehub-90 {
  display: none!important; 
}
.stamp {
  display: none!important; 
}

	  
	  .vmodal-content {
  
  margin: auto;
  padding: 20px;
  border: 0px solid #888;
  width: 90%!important; 
}
	  .homepage-desktop .carousel {
  position: relative;
  width: 100%!important;
  height: 4px;
}

.homepage-desktop .frame-1 {
  display: flex;
  flex-direction: column;
  width: 680px;
  align-items: flex-start;
  gap: 44px;
  position: absolute;
  top: 133px;
  left: 0;padding-left:100px!important;
}
.homepage-desktop .frame-3{
	padding-left:100px!important;
}

	.homepage-desktop .rectangle {
		display:none;
  width: 30%!important;margin-left:0px!important;padding-left:0px!important;
  height: 812px;
  left: 70%!important;
  position: absolute;
  top: 0;
}
	 
.homepage-desktop .frame-7 {
  display: flex;
  width: 122px!important;
  height: 122px!important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px;
  position: absolute;
  top: 480px!important;
  left: 60%!important;
  background-color: #ffffff;
  border-radius: 99px;
  overflow: hidden;
}
 .homepage-desktop .polygon {
  position: absolute;
  width: 72px;
  height: 72px;
  top: 25px!important;
  left: 25px!important;
} 
 }
/*=========================================================max-width:960px=============================================================*/
@media only screen and (max-width:960px ) {
#homebg1{
	display:none;
}
#homebg2{
	display:block;
}
.pillerarea .options { flex-direction:column;}
.pillerarea .options .option .label .info .sub br{ display:none;}
.pillerarea .options .option .label .icon { display:none !important;}
.pillerarea .options .option .label { margin-bottom:0px !important; width:100%;}
.options .option{background-color:rgba(35,49,134,.65) !important; margin-bottom:10px; }
.pillerarea .options { padding:20px;}
 .txtareaheading {
	color: var(--Neutral-N-950, #262626);

font-size: var(--Typeface-Heading-Size-Desktop-H2, 40px);
font-style: normal;
font-weight: 700;
line-height: var(--Typeface-Heading-Line-height-Desktop-H2, 47px); /* 130.556% */
letter-spacing: -0.36px;
	/*padding-left: 3rem!important;*/
}

.txtarea-sm-heading {
	color:#000;
	font-size: var(--Typeface-Heading-Size-Desktop-H4, 28px);
font-style: normal;
font-weight: 700;
line-height: var(--Typeface-Heading-Line-height-Desktop-H4, 36px); /* 128.571% */
}





.footer {
	background: var(--Neutral-N-950, #262626);
}
.footer-nav {
	display:flex;
	align-items:center;
	justify-content:space-between;
	list-style:none;
}
.footer-nav li a {
	font-size:14px;
	color:#99928d;
}
.cswidtgh {
	max-width:850px !important;
	margin:0 auto;
}
.brbottom {
	border-bottom:2px solid #c7cfd7;
}


.slignrgt {
	color: var(--Basic-Basic-White, #FFF);
font-size: var(--Typeface-Labels-Size-Medium, 14px);
font-style: normal;
font-weight: 500;
line-height: var(--Typeface-Labels-Line-Height-Medium, 20px); /* 142.857% */
letter-spacing: 0.28px;
gap:2px;
}

.iconssvg{
	display: flex;
padding: 24px 0px;
align-items: center;
gap: 12px;
 

}
.banner-txt{
	
	color: var(--American-Red-American-Red-50, #FCF3F3);
font-family: var(--Typeface-Font-Family-Display, Montserrat);
font-size: Typeface/Font Size Desktop/52;
font-style: normal;
font-weight: 800;
line-height: 77px; /* 120.313% */
text-transform: uppercase;
	
}



.topnav {
	padding:0px 18px;
}

.logo {
	width:100%;
max-width:150px;
}
.topnav .navbar-brand {
	max-width:250px;
}
.lngimg {
	padding:10px;
}

.detailareadiv {
        background-color: rgba(255,255,255,.8);
    max-width: 80%;
    margin: 10% auto;
    padding: 50px;
position:relative;
height: 420px;
    overflow: auto;
}

.closingdiv {    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 15px; padding:10px;}
.disnone { display:none !important;}

.options .active .disblk { display:block !important;}

.navbar-toggler { padding:0px !important; margin-right:10px;}
.navbar-toggler-icon { width:20px;}
button:focus {outline:none !important;}
.langauguebar {border: none;
    background-color: transparent;
    font-weight: bold;
    font-size: 15px;
float:right;
}
.navbar-toggler-icon { height:auto !important;}




.arrow-down{
	    padding: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 25px;
    font-weight: lighter;
}

.mbtpad { padding:0px 0px !important;}
.flxarea { display:flex; justify-content: flex-end;align-items:center; height:100%;}
.bg-img {
  /* The image used */
  background-image: url("img_nature.jpg");

  min-height: 380px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  /* Needed to position the navbar */
  position: relative;
}

/* Position the navbar container inside the image */
.topmenu {
  position: absolute;
  margin: 20px;
  width: 100%;
}

#navv { justify-content:space-between; width:100% !important;}
.topcsnav {   position: absolute;
    width: 100% !important;
    z-index: 999 !important;}
/* The navbar */
.txtlog  { padding:10px 0px !important;}
/* Navbar links */
.topnav #navbar-list-2 li a {
 
  color: #f2f2f2;
  text-align: center;
  padding: 14px 12px;
  text-decoration: none;
  font-size: 13px;
}

.topnav #navbar-list-2 li a:hover {
  background-color: none;
  color: #f2f2f2;
   text-decoration: underline;
}

.navbar-toggler { display:none;}

.pillerarea .options {height:auto;}
/*-----------------------------------------------------------------------------*/

#txtarea{
	
	padding:80px;
  /*  margin-left: 90px;
    margin-right: 90px; */
}
.box-img{

padding-top:50px;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url(../../images/webp/EFFICIENCY.webp) lightgray 50% / cover no-repeat;
background-size: cover;
background-position: center;
background-repeat: no-repeat, no-repeat;
/*background-image: linear-gradient(to right, rgb(14 28 90 / 75%), rgb(14 28 90 / 75%)), url('img2/automation-building1.jpg');
background-size: cover, contain;
background-position: center, right bottom;
background-repeat: no-repeat, no-repeat;
*/


}

.bantxt-heading{
	 
	 color: var(--American-Red-American-Red-50, #FCF3F3);

font-size: 52px;
font-style: normal;
font-weight: 800;
line-height: 77px; /* 120.313% */
text-transform: uppercase;
	
}

.banpara{
	
	color: #FCF3F3;

/* Paragraphs/Large/Light 300 */
 
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 28px; /* 155.556% */
}

.bantxt-area11{
    position: absolute;
    top: 28%;
	left: 10%;
    /* left: 30%;
   max-width: 400px; */
}
.top-line1{background:#2aba6f;text-align: left;padding-left: 30px;color: #fff;font-weight: 600;}
.top-line2{background:#219257;text-align: left;padding-left: 30px;color: #fff;font-weight: 600;}
.top-line3{background:#2a75ba;text-align: left;padding-left: 30px;color: #fff;font-weight: 600;}

.btn-blu{background-color: #2a75ba;color: #fff;}
.btn-blk{background-color: #000;color: #fff;}
.btn-red{border-radius: 7px;background: var(--Basic-Basic-White, #BA2A2D);;color: #fff;}
.btn-blu:hover {
    color: #fff;
	background-color:#305f8b;
   
}
.btn-red:hover {
    color: #fff;
	border-radius:8px;
	background: #BA2A2D;
}
.btn-blk:hover {
    color: #fff;
	background-color:#4e4e4e;
}






.txtredarea{
	color: #D92529;
	text-transform: uppercase;
	 
font-size: var(--Typeface-Labels-Size-Medium, 14px);
font-style: normal;
font-weight: 500;
line-height: var(--Typeface-Labels-Line-Height-Medium, 20px); /* 142.857% */
letter-spacing: 0.28px;
text-transform: uppercase;
	}



.pd-50{padding: 5rem!important;}
.icon-box{
    margin: 20px;
	height:90%;
    background: #fff;
    padding: 24px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 17px;

}

.product-box{
	border-radius: 12px;
background: var(--Basic-Basic-White, #97C1E8);
flex-direction: column;
align-items: flex-start;
gap: var(--Typeface-Labels-Size-XSmall, 10px);
height: auto;
	
}
.product-content{
	padding: 4px 24px 24px 24px;
background:#fff;
flex-direction: column;
align-items: flex-start;
gap: var(--Space-200, 8px);

align-self: stretch;
	
}
.product-para{
	color: #161616;
 
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 18px */
letter-spacing: 0.6px;
}
.product-heading{
	color: var(--Basic-Basic-Black, #000);
 
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 24px */
letter-spacing: 0.8px;
}
.product-redhd{
	color: #E72630;
 
font-size: 11px;
font-style: normal;
font-weight: 600;
line-height: 30%; /* 16.5px */
letter-spacing: 0.55px;
text-transform: uppercase;
}
.gr-tag{
font-size: var(--Typeface-Labels-Size-XSmall, 10px);
font-style: normal;
font-weight: 600;
line-height: var(--Typeface-Labels-Line-Height-XSmall, 14px); /* 140% */
letter-spacing: 0.4px;
border-radius: 3px;
background: var(--Medium-Sea-Green-MediumSeaGreen-600, #26A664);
width: 25%;
 padding-left: 11px;
 color: #fff;

}

.fa-envelope{
	    font-size: 20px;
    color: red;
    padding: 8px;
    border: 1px solid red;
    border-radius: 5px;
}

.rotate1 {
    display: inline-block;
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(90deg);
    }
    to {
        transform: rotate(90deg);
    }
}

.rotate2 {
    display: inline-block;
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(180deg);
    }
    to {
        transform: rotate(90deg);
    }
}

.rotate3 {
    display: inline-block;
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(270deg);
    }
    to {
        transform: rotate(90deg);
    }
}

.rotate4 {
    display: inline-block;
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(270deg);
    }
    to {
        transform: rotate(90deg);
    }
}









.color img{
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-webkit-transition: all 1s ease;
}
.red-color{color:#E30613;
  
font-size: var(--Typeface-Heading-Size-Desktop-H3, 32px);
font-style: normal;
font-weight: 700;
line-height: var(--Typeface-Heading-Line-height-Desktop-H3, 40px);
}
.color img:hover{
filter: grayscale(0%);
filter: gray;
-webkit-filter: grayscale(0%);
filter: none;
transition: 1s ease;

}

#owl-demo .item{
  margin: 20px;
}
#owl-demo .item img{
  display: block;
  width: 50%;
  height: auto;
}


#owl-demo-footer .item{
  margin: 3px;
}
#owl-demo-footer .item img{
  display: block;
  width: 100%;
      padding: 0 40px 40px 40px;
  height: auto;
}
.testimonial{
	border-radius: 0px 12px 12px 0px;
background: var(--Celtic-Blue-CelticBlue-400, #61A0DB);
	padding: 29px;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: var(--Space-800, 32px);

flex: 1 0 0;
}

.testimonial-txt{
	color: var(--Basic-Basic-White, #FFF);

/* Paragraphs/Large/Light 300 */
font-family: var(--Typeface-Font-Family-Text, Poppins);
font-size: var(--Typeface-Paragraphs-Size-P1, 18px);
font-style: normal;
font-weight: 300;
line-height: var(--Typeface-Paragraphs-Line-Height-P1, 28px); /* 155.556% */
}

.testimonial-heading{  
     color: var(--Basic-Basic-White, #FFF);

/* Labels/medium/Bold 700 All caps */
font-family: var(--Typeface-Font-Family-Label, Montserrat);
font-size: var(--Typeface-Labels-Size-Medium, 14px);
font-style: normal;
font-weight: 700;
line-height: var(--Typeface-Labels-Line-Height-Medium, 20px); /* 142.857% */
letter-spacing: 0.28px;
text-transform: uppercase;
}
 
.bluicon{border-radius: 100px;
    border: 1px solid var(--Neutral-N-100, #EDEDED);
   background: var(--Gradient-2, linear-gradient(104deg, #F3F8FC 17.59%, #E2EEF8 100%));
    box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.10), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.topnav .navbar-brand {
max-width:150px;
}
.para{color: var(--Basic-Basic-Black, #000);

/font-size: var(--Typeface-Paragraphs-Size-P3, 14px);
font-style: normal;
font-weight: 300;
line-height: var(--Typeface-Paragraphs-Line-Height-P3, 20px); /* 142.857% */
}

.txtareaheading {
	color: var(--Neutral-N-950, #262626);

font-size: var(--Typeface-Heading-Size-Desktop-H2, 40px);
font-style: normal;
font-weight: 700;
line-height: var(--Typeface-Heading-Line-height-Desktop-H2, 47px); /* 130.556% */
letter-spacing: -0.36px;
	/*padding-left: 3rem!important;*/
}
.bantxtpara { font-size:12px;}
.bantxt-heading { font-size:28px;}
#mainhome { height:300px;}
#mainhome item { height:100%;}

.mainbanimg { height:300px;}
#menu-footer-menu { flex-direction:column; align-items:flex-start;}

 



 .homepage-desktop .polygon {
  position: absolute;
  width: 72px;
  height: 72px;
  top: 25px!important;
  left: 25px!important;
}
	 
.homepage-desktop .frame-7 {
  display: flex;
  width: 122px!important;
  height: 122px!important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px;
  position: absolute;
  top: 550px!important;
  left: 70%!important;
  background-color: #ffffff;
  border-radius: 99px;
  overflow: hidden;
}



	.homepage-desktop .rectangle {
  width: 50%!important;margin-left:0px!important;padding-left:0px!important;
  height: 812px;
  left: 50%!important;
  position: absolute;
  top: 0;
} 
	 .homepage-desktop .frame-1 {  
  width: 100%!important;margin-left:0px!important;padding-left:0px!important;
  gap: 44px;
  position: relative!important;
  top: 133px;
  left: 0;padding-left:10px!important;
}

.homepage-desktop .frame-2 {
 
  height: 284px!important;margin-left:0px!important;padding-left:0px!important;
    gap: 16px;
  position: relative;
    width: 100%!important;
}

.homepage-desktop .unlock-world-class-wrapper {
  position: relative;margin-left:0px!important;padding-left:0px!important;
  align-self: stretch;
  width: 100%;
  height: 308px;
}

.homepage-desktop .unlock-world-class {
  position: absolute;margin-left:0px!important;padding-left:0px!important;
  width: 100%!important;
  top: -1px;
  left: 0;
  font-size: 54px!important;
  line-height: 57px!important;
   
}

.homepage-desktop .text-wrapper {
  position: relative;
  width: 100%!important;
  height: 84px;
  
}




	 .homepage-desktop{
		 
		 width:100%!important;overflow-x:hidden!important;
		 
	 }
	 .homepage-desktop .overlap-group {
  position: relative;
  width: 100%!important;
  height: 812px;
  left: 0px!important;
}


	 .col-md-6{
		 width:100%!important;
		 
	 }
	 .homepage-desktop .frame-36 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 0px!important;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;margin-bottom:24px;
}

}


/*=========================================================max-width:768px=============================================================*/

 @media only screen and (max-width:1025px ) {
	 
	#myBtn{
	width:50px!important;;height:50px!important;;margin-top:35px!important;
}
 
 }
 
 
  @media only screen and (max-width:1300px ) {
	  /*
#testimonialssec{
	display:none;
	
}*/

  }

 @media only screen and (max-width:769px ) {
	 
	#myBtn{
	width:50px!important;;height:50px!important;;margin-top:30px!important;
}
 
	 .homepage-desktop .polygon {
  position: absolute;
  width: 72px;
  height: 72px;
  top: 25px!important;
  left: 25px!important;
}
	 
.homepage-desktop .frame-7 {
  display: flex;
  width: 122px!important;
  height: 122px!important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px;
  position: absolute;
  top: 550px!important;
  left: 70%!important;
  background-color: #ffffff;
  border-radius: 99px;
  overflow: hidden;
}



	.homepage-desktop .rectangle {
  width: 50%!important;margin-left:0px!important;padding-left:0px!important;
  height: 812px;
  left: 50%!important;
  position: absolute;
  top: 0;
} 
	 .homepage-desktop .frame-1 {  
  width: 100%!important;margin-left:0px!important;padding-left:0px!important;
  gap: 44px;
  position: relative!important;
  top: 133px;
  left: 0;padding-left:10px!important;
}

.homepage-desktop .frame-2 {
 
  height: 284px!important;margin-left:0px!important;padding-left:0px!important;
    gap: 16px;
  position: relative;
    width: 100%!important;
}

.homepage-desktop .unlock-world-class-wrapper {
  position: relative;margin-left:0px!important;padding-left:0px!important;
  align-self: stretch;
  width: 100%;
  height: 308px;
}

.homepage-desktop .unlock-world-class {
  position: absolute;margin-left:0px!important;padding-left:0px!important;
  width: 100%!important;
  top: -1px;
  left: 0;
  font-size: 54px!important;
  line-height: 57px!important;
   
}

.homepage-desktop .text-wrapper {
  position: relative;
  width: 100%!important;
  height: 84px;
  
}




	 .homepage-desktop{
		 
		 width:100%!important;overflow-x:hidden!important;
		 
	 }
	 .homepage-desktop .overlap-group {
  position: relative;
  width: 100%!important;
  height: 812px;
  left: 0px!important;
}


	 .col-md-6{
		 width:100%!important;
		 
	 }
	 .homepage-desktop .frame-36 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 0px!important;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;margin-bottom:24px;
}


.HERO-SECTION {
	  display: flex!important;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  padding: 80px 24px;
  position: relative;
  background-color: rgba(255, 255, 255, 1);
  background: linear-gradient(180deg, rgb(186, 42, 45) 0%, rgb(50, 11, 12) 100%);
	
}
#HERO-SECTION-desktop {
  display: none!important; 
}

.main-header-mobile {
  display: flex!important;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #f1f1f1;
}
.main-header-desktop {
	 display: none!important;
	
	
}




.homepage-desktop .rectangle-2 {
  width: 55px!important;
  height: 4px;
  left: 0;
  background-color: #61a0db;
  position: absolute;
  top: 0;
}

.homepage-desktop .rectangle-3 {
  width: 55px!important;
  height: 4px;
  left: 60px!important;
  background-color: #e2eef8;
  position: absolute;
  top: 0;
}

.homepage-desktop .rectangle-4 {
  width: 55px!important;
  height: 4px;
  left: 120px!important;
  background-color: #e2eef8;
  position: absolute;
  top: 0;
}

.homepage-desktop .rectangle-5 {
  width: 55px!important;
  height: 4px;
  left: 180px!important;
  background-color: #e2eef8;
  position: absolute;
  top: 0;
}

.homepage-desktop .rectangle-6 {
  width: 55px!important;
  height: 4px;
  left: 240px!important;
  background-color: #e2eef8;
  position: absolute;
  top: 0;
}

.homepage-desktop .rectangle-7 {
  width: 55px!important;
  height: 4px;
  left: 300px!important;
  background-color: #e2eef8;
  position: absolute;
  top: 0;
}



.homepage-desktop .frame-54 {
	
/*	
	display:none;
*/	
}
.homepage-desktop .frame-55{
	padding:10px!important;
	
	
}
.homepage-desktop .button-label-2 {
  font-weight: var(--labels-medium-semibold-600-font-weight);
  font-size: 10px;
  letter-spacing: 12px;
  line-height: 12px;
  position: relative;
  width: fit-content;
  margin-top: -1px;
  
  color: #ffffff;
  
}



.topnav .navbar-brand {
max-width:150px;
}
.para{color: var(--Basic-Basic-Black, #000);

/font-size: var(--Typeface-Paragraphs-Size-P3, 14px);
font-style: normal;
font-weight: 300;
line-height: var(--Typeface-Paragraphs-Line-Height-P3, 20px); /* 142.857% */
}

.txtareaheading {
	color: var(--Neutral-N-950, #262626);

font-size: var(--Typeface-Heading-Size-Desktop-H2, 40px);
font-style: normal;
font-weight: 700;
line-height: var(--Typeface-Heading-Line-height-Desktop-H2, 47px); /* 130.556% */
letter-spacing: -0.36px;
	/*padding-left: 3rem!important;*/
}

.txtarea-sm-heading {
	color:#000;
	font-size: var(--Typeface-Heading-Size-Desktop-H4, 28px);
font-style: normal;
font-weight: 700;
line-height: var(--Typeface-Heading-Line-height-Desktop-H4, 36px); /* 128.571% */
}
.bantxtpara { font-size:12px;}
.bantxt-heading { font-size:28px;}
#mainhome { height:300px;}
#mainhome item { height:100%;}

.mainbanimg { height:300px;}
#menu-footer-menu { flex-direction:column; align-items:flex-start;}
#txtarea{
	
	padding:80px;
  /*  margin-left: 90px;
    margin-right: 90px; */
}














}
 @media only screen and (max-width:550px ) {
 .homepage-desktop .button-5{
	display:none!important;
	 
 }
 #myBtn{
	width:50px!important;;height:50px!important;;margin-top:18px!important;
}
 .homepage-desktop .polygon {
  position: absolute;
  width: 52px!important;
  height: 52px!important;
  top: 20px!important;
  left: 20px!important;
}
.homepage-desktop .frame-3 {
  display: flex;
  flex-wrap: wrap;
  width: 100%!important;;
  align-items: center;
  gap: 16px 32px;
  position: absolute;
  top: 685px;
  left: 0;
}

.homepage-desktop .text-wrapper {
  position: relative;
  width: 624px;
  height: 104px!important;
  margin-bottom: -23px;
  font-family: var(--paragraphs-large-light-300-font-family);
  font-weight: var(--paragraphs-large-light-300-font-weight);
  color: #fcf3f3;
  font-size: var(--paragraphs-large-light-300-font-size);
  letter-spacing: var(--paragraphs-large-light-300-letter-spacing);
  line-height: var(--paragraphs-large-light-300-line-height);
  font-style: var(--paragraphs-large-light-300-font-style);
}
	 
	 	.homepage-desktop .rectangle { display:none!important;
  width: 50%!important;margin-left:0px!important;padding-left:0px!important;
  height: 572px!important;
  left: 50%!important;
  position: absolute;
  top: 0;
}
	.homepage-desktop .rectanglemob {
		display:none!important;
  width: 100%!important;margin-left:0px!important;padding-left:0px!important;
  height: 142px!important;
  left: 0%!important;
  position: absolute;
  top: 330px!important;
}


	 	 .homepage-desktop .frame-1 {  
  width: 100%!important;margin-left:0px!important;padding-left:0px!important;
  gap: 44px;
  position: relative!important;
  top: 13px!important;
  left: 0;padding-left:10px!important;
}

	 .homepage-desktop .unlock-world-class {
  position: absolute;margin-left:0px!important;padding-left:0px!important;
  width: 100%!important;
  top: -1px;
  left: 0;
  font-size: 34px!important;
  line-height: 37px!important;
   
}
	.homepage-desktop .frame-3{
	padding-left:10px!important;
} 

.homepage-desktop .frame-2 {
 
  height: 224px!important;margin-left:0px!important;padding-left:0px!important;
    gap: 16px;
  position: relative;
    width: 100%!important;
}

.homepage-desktop .frame-7 {
  display: flex;
  width: 92px!important;
  height: 92px!important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px;
  position: absolute;
  top: 350px!important;
  left: 60%!important;
  background-color: #ffffff;
  border-radius: 99px;
  overflow: hidden;
}

 .homepage-desktop .overlap-group {
  position: relative;
  width: 100%!important;
  height: 592px!important;
  left: 0px!important;
}
	.homepage-desktop .frame-3{
	top:480px!important;
} 

 }

/*=========================================================max-width:340px=============================================================*/

.homepage-desktop {
  background-color: transparent;
  
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.mt-80{
padding-left:80px;
padding-right:80px;padding-top:40px;padding-bottom:40px;
}	
.mt-40{
padding-left:40px;
padding-right:40px;padding-top:40px;padding-bottom:40px;
}	


.homepage-desktop .div {
  width: 100%;
  height: 7356px;
  position: relative;
}

.homepage-desktop .home-page {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 84px 0px 0px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f9f9f9;
}

.homepage-desktop .HERO-SECTION {
  position: relative;
  width: 1440px;
  height: 812px;
  z-index: 9;
  background: linear-gradient(180deg, rgba(186, 42, 45, 0.95) 0%, rgba(50, 11, 12, 0.95) 100%);
  background-image: url(../../images/hero-section-2.png);
  background-size: cover;
  background-position: 50% 50%;
}

.homepage-desktop .overlap-group {
  position: relative;  
  width: 100%;
  height: 812px;
  left: 0px;
}

.homepage-desktop .frame-1 {
  display: flex;
  flex-direction: column;
  width: 680px;
  align-items: flex-start;
  gap: 44px;
  position: absolute;
  top: 133px;
  left: 0;
}

.homepage-desktop .frame-2 {
  display: flex;
  flex-direction: column;
  height: 384px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.homepage-desktop .unlock-world-class-wrapper {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 308px;
}

.homepage-desktop .unlock-world-class {
  position: absolute;
  width: 680px;
  top: -1px;
  left: 0;
  font-family: "Montserrat", Helvetica;
  font-weight: 800;
  color: #fcf3f3;
  font-size: 60px;
  letter-spacing: 0;
  line-height: 77px;
}

.homepage-desktop .text-wrapper {
  position: relative;
  width: 624px;
  height: 84px;
  margin-bottom: -23px;
  font-family: var(--paragraphs-large-light-300-font-family);
  font-weight: var(--paragraphs-large-light-300-font-weight);
  color: #fcf3f3;
  font-size: var(--paragraphs-large-light-300-font-size);
  letter-spacing: var(--paragraphs-large-light-300-letter-spacing);
  line-height: var(--paragraphs-large-light-300-line-height);
  font-style: var(--paragraphs-large-light-300-font-style);
}

.homepage-desktop .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 14px 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: #262626;
  border-radius: 8px;
}
.homepage-desktop .button:hover {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 14px 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: #383838;
  border-radius: 8px;
}
.homepage-desktop .button-label {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--labels-large-semibold-600-font-family);
  font-weight: var(--labels-large-semibold-600-font-weight);
  color: #ffffff;
  font-size: var(--labels-large-semibold-600-font-size);
  letter-spacing: var(--labels-large-semibold-600-letter-spacing);
  line-height: var(--labels-large-semibold-600-line-height);
  white-space: nowrap;
  font-style: var(--labels-large-semibold-600-font-style);
}

.homepage-desktop .img {
  position: relative;
  width: 24px;
  height: 24px;
}

.homepage-desktop .frame-3 {
  display: flex;
  flex-wrap: wrap;
  width: 618px;
  align-items: center;
  gap: 16px 32px;
  position: absolute;
  top: 745px; 
}

.homepage-desktop .frame-4 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.homepage-desktop .ISO-logo-red-square-wrapper {
  display: flex;
  flex-direction: column;
  width: 42px;
  height: 42px;
  align-items: center;
 
  gap: 4.42px;
  padding: 7.07px 6.19px;
  position: relative;
  background-color: #e30613;
}

.homepage-desktop .ISO-logo-red-square {
  position: relative;
  width: 29.62px;
  height: 27.41px;
 
}

.homepage-desktop .frame-5 {
  display: flex;
  flex-direction: column;
  width: 78px;
  align-items: flex-start;
  gap: 2px;
  position: relative;
}

.homepage-desktop .text-wrapper-2 {
  align-self: stretch;
  font-weight: var(--labels-small-bold-700-all-caps-font-weight);
  color: #ededed;
  font-size: var(--labels-small-bold-700-all-caps-font-size);
  letter-spacing: var(--labels-small-bold-700-all-caps-letter-spacing);
  line-height: var(--labels-small-bold-700-all-caps-line-height);
  position: relative;
  margin-top: -1px;
  font-family: var(--labels-small-bold-700-all-caps-font-family);
  font-style: var(--labels-small-bold-700-all-caps-font-style);
}

.homepage-desktop .text-wrapper-3 {
  position: relative;
  align-self: stretch;
  font-family: var(--labels-xsmall-medium-500-all-caps-font-family);
  font-weight: var(--labels-xsmall-medium-500-all-caps-font-weight);
  color: #eaa3a5;
  font-size: var(--labels-xsmall-medium-500-all-caps-font-size);
  letter-spacing: var(--labels-xsmall-medium-500-all-caps-letter-spacing);
  line-height: var(--labels-xsmall-medium-500-all-caps-line-height);
  font-style: var(--labels-xsmall-medium-500-all-caps-font-style);
}

.homepage-desktop .img-wrapper {
  display: flex;
  flex-direction: column;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  gap: 4.42px;
  padding: 7.07px 6.19px;
  position: relative;
  background-color: #276194;
}

.homepage-desktop .ISO-logo-red-square-2 {
  position: relative;
  width: 35.81px;
  height: 33.14px;
  margin-top: -2.64px;
  margin-bottom: -2.64px;
  margin-left: -3.09px;
  margin-right: -3.09px;
 
}

.homepage-desktop .frame-6 {
  width: 153px;
  gap: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.homepage-desktop .rectangle {
  width: 818px;
  height: 812px;
  left: 740px;
  position: absolute;
  top: 0;
}.homepage-desktop .rectanglemob {
	display:none;
  width: 818px;
  height: 812px;
  left: 540px;
  position: absolute;
  top: 0;
}

.homepage-desktop .frame-7 {
  display: flex;
  width: 162px;
  height: 162px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px;
  position: absolute;
  top: 325px;
  left: 66%;
  background-color: #ffffff;
  border-radius: 99px;
  overflow: hidden;
}

.homepage-desktop .frame-8 {
	
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-color: #f9e6e6;
  border-radius: 99px;
}


.homepage-desktop .frame-8:hover {
	background-color: #eb2f33;
}

.homepage-desktop .polygon {
  position: absolute;
  width: 72px;
  height: 72px;
  top: 45px;
  left: 45px;
  cursor: pointer;
}

.homepage-desktop .bimdex-HUB {
  display: flex;
  flex-direction: column;
  width: 1440px;
  align-items: flex-start;
  gap: 10px;
  padding: 80px;
  position: relative;
  flex: 0 0 auto;
  z-index: 8;
  background-color: #f9f9f9;
}

.homepage-desktop .frame-9 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-desktop .frame-10 {
  display: flex;
  flex-direction: column;
  min-width: 290px; 
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.homepage-desktop .frame-11 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.margin24{
	margin-bottom:24px;
	
}
.homepage-desktop .bimdex-HUB-2 {
  position: relative;
  padding-bottom:16px;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--labels-medium-medium-500-all-caps-font-family);
  font-weight: var(--labels-medium-medium-500-all-caps-font-weight);
  color: #ba2a2d;
  font-size: var(--labels-medium-medium-500-all-caps-font-size);
  letter-spacing: var(--labels-medium-medium-500-all-caps-letter-spacing);
  line-height: var(--labels-medium-medium-500-all-caps-line-height);
  font-style: var(--labels-medium-medium-500-all-caps-font-style);
}

.homepage-desktop .p {
  position: relative;
  align-self: stretch;
  font-family: var(--desktop-h2-h2-bold-font-family);
  font-weight: var(--desktop-h2-h2-bold-font-weight);
  color: #262626;
  font-size: var(--desktop-h2-h2-bold-font-size);
  letter-spacing: var(--desktop-h2-h2-bold-letter-spacing);
  line-height: var(--desktop-h2-h2-bold-line-height);
  font-style: var(--desktop-h2-h2-bold-font-style);
}

.homepage-desktop .text-wrapper-4 {
  position: relative;
  align-self: stretch;
  font-family: var(--paragraphs-medium-light-300-font-family);
  font-weight: var(--paragraphs-medium-light-300-font-weight);
  color: #000000;
  font-size: var(--paragraphs-medium-light-300-font-size);
  letter-spacing: var(--paragraphs-medium-light-300-letter-spacing);
  line-height: var(--paragraphs-medium-light-300-line-height);
  font-style: var(--paragraphs-medium-light-300-font-style);
}

.homepage-desktop .button-2 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #262626;
  border-radius: 6px;
} .homepage-desktop .button-22 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #2a75ba;
  border-radius: 6px;
}.homepage-desktop .button-22:hover {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #2668a6;
  border-radius: 6px;
}

.homepage-desktop .button-label-2 {
  font-weight: var(--labels-medium-semibold-600-font-weight);
  font-size: var(--labels-medium-semibold-600-font-size);
  letter-spacing: var(--labels-medium-semibold-600-letter-spacing);
  line-height: var(--labels-medium-semibold-600-line-height);
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--labels-medium-semibold-600-font-family);
  color: #ffffff;
  white-space: nowrap;
  font-style: var(--labels-medium-semibold-600-font-style);
}

.homepage-desktop .img-2 {
  position: relative;
  width: 24px;
  height: 24px;
}

.homepage-desktop .frame-12 {
  position: relative;
  flex: 1;
  min-width: 290px;
  max-width: 700px;
  flex-grow: 1;
  height: 512px;
}

.homepage-desktop .seamless-design {
  display: flex;
  flex-direction: column;
   
  align-items: flex-start;
  gap: 10px;  
  position: relative;
  flex: 0 0 auto;
  z-index: 7;
  background: linear-gradient(180deg, rgb(243, 248, 252) 0%, rgb(226, 238, 248) 100%);
}

.homepage-desktop .frame-13 {
 
  align-self: stretch;padding:0px;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.homepage-desktop .frame-14 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px 56px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-desktop .frame-15 {
  display: flex;
  flex-direction: column;
  min-width: 290px;
  max-width: 456px;
  align-items: flex-start;
  
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.homepage-desktop .text-wrapper-5 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--labels-medium-medium-500-all-caps-font-family);
  font-weight: var(--labels-medium-medium-500-all-caps-font-weight);
  color: #d92529;
  font-size: var(--labels-medium-medium-500-all-caps-font-size);
  letter-spacing: var(--labels-medium-medium-500-all-caps-letter-spacing);
  line-height: var(--labels-medium-medium-500-all-caps-line-height);
  font-style: var(--labels-medium-medium-500-all-caps-font-style);
}

.homepage-desktop .text-wrapper-6 {
  position: relative;
  align-self: stretch;
  font-family: var(--desktop-h2-h2-bold-font-family);
  font-weight: var(--desktop-h2-h2-bold-font-weight);
  color: #000000;
  font-size: var(--desktop-h2-h2-bold-font-size);
  letter-spacing: var(--desktop-h2-h2-bold-letter-spacing);
  line-height: var(--desktop-h2-h2-bold-line-height);
  font-style: var(--desktop-h2-h2-bold-font-style);
}

.homepage-desktop .frame-16 {
  display: flex;
  flex-direction: column;
  min-width: 290px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.homepage-desktop .text-wrapper-7 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--paragraphs-medium-light-300-font-family);
  font-weight: var(--paragraphs-medium-light-300-font-weight);
  color: #000000;
  font-size: var(--paragraphs-medium-light-300-font-size);
  letter-spacing: var(--paragraphs-medium-light-300-letter-spacing);
  line-height: var(--paragraphs-medium-light-300-line-height);
  font-style: var(--paragraphs-medium-light-300-font-style);margin-bottom:1rem;
}

.homepage-desktop .button-3 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #2a75ba;
  border-radius: 6px;
}

.homepage-desktop .button-label-3 {
  all: unset;
  box-sizing: border-box;
  font-weight: var(--labels-medium-semibold-600-font-weight);
  font-size: var(--labels-medium-semibold-600-font-size);
  letter-spacing: var(--labels-medium-semibold-600-letter-spacing);
  line-height: var(--labels-medium-semibold-600-line-height);
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--labels-medium-semibold-600-font-family);
  color: #ffffff;
  white-space: nowrap;
  font-style: var(--labels-medium-semibold-600-font-style);
}

.homepage-desktop .frame-17 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 426px;
  object-fit: cover;
}

.homepage-desktop .unique-products {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px; padding-top:40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  z-index: 6;
  background-color: #FFF;
}

.homepage-desktop .frame-18 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap:  0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-desktop .frame-19 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-desktop .frame-20 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 48px 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-desktop .frame-21 {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.homepage-desktop .our-unique-products {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--labels-large-medium-500-all-caps-font-family);
  font-weight: var(--labels-large-medium-500-all-caps-font-weight);
  color: #d92529;
  font-size: var(--labels-large-medium-500-all-caps-font-size);
  letter-spacing: var(--labels-large-medium-500-all-caps-letter-spacing);
  line-height: var(--labels-large-medium-500-all-caps-line-height);
  font-style: var(--labels-large-medium-500-all-caps-font-style);
}

.homepage-desktop .stamp {
  position: relative;
  width: 192.35px;
  height: 192.14px;
}

.homepage-desktop .overlap-group-2 {
  position: relative;
  width: 737px;
  height: 872px;
  top: -340px;
  left: 86px;
}

.homepage-desktop .linked-path-group {
  position: absolute;
  width: 938px;
  height: 192px;
  top: 340px;
  left: -86px;
  transform: rotate(126deg);
}

.homepage-desktop .linked-ellipse {
  position: absolute;
  width: 135px;
  height: 135px;
  top: -21px;
  left: -11px;
  transform: rotate(-126deg);
}

.homepage-desktop .copy-a-platform-for {
  position: absolute;
  height: 24px;
  top: 89px;
  left: 174px;
  transform: rotate(-265.36deg);
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: 3.36px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-2 {
  top: 100px;
  left: 177px;
  transform: rotate(-258.33deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-3 {
  top: 110px;
  left: 170px;
  transform: rotate(-250.94deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-4 {
  top: 122px;
  left: 167px;
  transform: rotate(-242.18deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-5 {
  top: 133px;
  left: 159px;
  transform: rotate(-233.13deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-6 {
  top: 143px;
  left: 151px;
  transform: rotate(-224.38deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-7 {
  top: 151px;
  left: 142px;
  transform: rotate(-216.03deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-8 {
  top: 159px;
  left: 129px;
  transform: rotate(-206.13deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-9 {
  top: 165px;
  left: 115px;
  transform: rotate(-195.81deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-10 {
  top: 168px;
  left: 98px;
  transform: rotate(-185.08deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-11 {
  top: 168px;
  left: 91px;
  transform: rotate(-176.9deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-12 {
  top: 167px;
  left: 79px;
  transform: rotate(-170.08deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-13 {
  top: 164px;
  left: 63px;
  transform: rotate(-160.08deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-14 {
  top: 157px;
  left: 50px;
  transform: rotate(-149.85deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-15 {
  top: 152px;
  left: 44px;
  transform: rotate(-142.71deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-16 {
  top: 145px;
  left: 34px;
  transform: rotate(-135.83deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-17 {
  top: 136px;
  left: 26px;
  transform: rotate(-127.08deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-18 {
  top: 125px;
  left: 18px;
  transform: rotate(-118.25deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-19 {
  top: 112px;
  left: 11px;
  transform: rotate(-108.2deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-20 {
  top: 97px;
  left: 8px;
  transform: rotate(-97.95deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-21 {
  top: 84px;
  left: 8px;
  transform: rotate(-88.89deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-22 {
  top: 72px;
  left: 8px;
  transform: rotate(-80.74deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-23 {
  top: 60px;
  left: 11px;
  transform: rotate(-72.24deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-24 {
  top: 48px;
  left: 16px;
  transform: rotate(-63.66deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-25 {
  top: 38px;
  left: 21px;
  transform: rotate(-55.43deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-26 {
  top: 30px;
  left: 30px;
  transform: rotate(-48.96deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-27 {
  top: 22px;
  left: 33px;
  transform: rotate(-41.46deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-28 {
  top: 13px;
  left: 45px;
  transform: rotate(-31.63deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-29 {
  top: 7px;
  left: 58px;
  transform: rotate(-22.71deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-30 {
  top: 3px;
  left: 69px;
  transform: rotate(-13.86deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-31 {
  top: 1px;
  left: 83px;
  transform: rotate(-6.63deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-32 {
  top: 0;
  left: 90px;
  transform: rotate(0.22deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-33 {
  top: 1px;
  left: 103px;
  transform: rotate(9.04deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-34 {
  top: 4px;
  left: 116px;
  transform: rotate(18.41deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-35 {
  top: 9px;
  left: 128px;
  transform: rotate(28.25deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-36 {
  top: 17px;
  left: 141px;
  transform: rotate(38.12deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-37 {
  top: 27px;
  left: 152px;
  transform: rotate(48.12deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-38 {
  top: 38px;
  left: 161px;
  transform: rotate(-301.84deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-39 {
  top: 51px;
  left: 168px;
  transform: rotate(-292.28deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-40 {
  top: 61px;
  left: 174px;
  transform: rotate(-286.03deg);
  letter-spacing: -1.26px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-41 {
  top: 61px;
  left: 174px;
  transform: rotate(-284.73deg);
  letter-spacing: 3.36px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-42 {
  top: 66px;
  left: 175px;
  transform: rotate(-282.55deg);
  letter-spacing: -1.26px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-43 {
  top: 70px;
  left: 176px;
  transform: rotate(-278.82deg);
  letter-spacing: 2.52px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-44 {
  top: 71px;
  left: 176px;
  transform: rotate(-279.26deg);
  letter-spacing: -1.26px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .copy-a-platform-for-45 {
  top: 76px;
  left: 177px;
  transform: rotate(-275.74deg);
  letter-spacing: -1.26px;
  position: absolute;
  height: 24px;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.homepage-desktop .ellipse {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 85px;
  left: 86px;
}

.homepage-desktop .browse-by-product {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--mobile-h6-h6-semi-font-family);
  font-weight: var(--mobile-h6-h6-semi-font-weight);
  color: transparent;
  font-size: var(--mobile-h6-h6-semi-font-size);
  letter-spacing: var(--mobile-h6-h6-semi-letter-spacing);
  line-height: var(--mobile-h6-h6-semi-line-height);
  font-style: var(--mobile-h6-h6-semi-font-style);
}

.homepage-desktop .span {
  color: #262626;
  font-family: var(--mobile-h6-h6-semi-font-family);
  font-style: var(--mobile-h6-h6-semi-font-style);
  font-weight: var(--mobile-h6-h6-semi-font-weight);
  letter-spacing: var(--mobile-h6-h6-semi-letter-spacing);
  line-height: var(--mobile-h6-h6-semi-line-height);
  font-size: var(--mobile-h6-h6-semi-font-size);
}

.homepage-desktop .text-wrapper-8 {
  color: #2a75ba;
  font-family: var(--mobile-h6-h6-semi-font-family);
  font-style: var(--mobile-h6-h6-semi-font-style);
  font-weight: var(--mobile-h6-h6-semi-font-weight);
  letter-spacing: var(--mobile-h6-h6-semi-letter-spacing);
  line-height: var(--mobile-h6-h6-semi-line-height);
  font-size: var(--mobile-h6-h6-semi-font-size);
}

.homepage-desktop .frame-22 {
  display: flex;
  flex-direction: column; 
  align-items: flex-start;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -2px;
}

.homepage-desktop .frame-23 {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  overflow-x: hidden;
}

.homepage-desktop .revit {
  position: relative;
  width: 156px;
  height: 64px;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid;
  border-color: #ededed;
  box-shadow: var(--shadow-lg);
  background: linear-gradient(180deg, rgb(243, 248, 252) 0%, rgb(226, 238, 248) 100%);
}

.homepage-desktop .frame-wrapper {
  position: relative;
  width: 108px;
  height: 48px;
  top: 8px;
  left: 24px;
  background-image: url(../../images/frame-313-9.png);
  background-size: cover;
  background-position: 50% 50%;
}

.homepage-desktop .frame-24 {
  height: 48px;
  background-color: #686868;
  mix-blend-mode: saturation;
  opacity: 0;
}

.homepage-desktop .overlap-wrapper {
  position: relative;
  width: 156px;
  height: 64px;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid;
  border-color: #ededed;
}

.homepage-desktop .overlap {
  position: relative;
  width: 108px;
  height: 48px;
  top: 8px;
  left: 24px;
}

.homepage-desktop .frame-25 {
  position: absolute;
  width: 108px;
  height: 48px;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-image: url(../../images/frame-313-10.png);
  background-size: cover;
  background-position: 50% 50%;
}

.homepage-desktop .frame-26 {
  position: absolute;
  width: 108px;
  height: 48px;
  top: 0;
  left: 0;
  background-color: #686868;
  mix-blend-mode: saturation;
}

.homepage-desktop .frame-27 {
  background-image: url(../../images/frame-313-11.png);
  position: absolute;
  width: 108px;
  height: 48px;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-size: cover;
  background-position: 50% 50%;
}

.homepage-desktop .frame-28 {
  background-image: url(../../images/frame-313-12.png);
  position: absolute;
  width: 108px;
  height: 48px;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-size: cover;
  background-position: 50% 50%;
}

.homepage-desktop .frame-29 {
  background-image: url(../../images/frame-313-13.png);
  position: absolute;
  width: 108px;
  height: 48px;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-size: cover;
  background-position: 50% 50%;
}

.homepage-desktop .frame-30 {
  background-image: url(../../images/frame-313-14.png);
  position: absolute;
  width: 108px;
  height: 48px;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-size: cover;
  background-position: 50% 50%;
}

.homepage-desktop .line {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}

.homepage-desktop .frame-31 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-desktop .bimdex-products {
  position: relative;
  width: 426px;
  height: 456px;
}

.homepage-desktop .frame-32 {
  display: flex;
  flex-direction: column;
  min-width: 400px;
  align-items: flex-start;
  
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.homepage-desktop .frame-33 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;padding-top:30px;
  gap: 16px;padding-bottom:10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-desktop .text-wrapper-9 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--desktop-h4-h4-bold-font-family);
  font-weight: var(--desktop-h4-h4-bold-font-weight);
  color: #000000;
  font-size: var(--desktop-h4-h4-bold-font-size);
  letter-spacing: var(--desktop-h4-h4-bold-letter-spacing);
  line-height: var(--desktop-h4-h4-bold-line-height);
  font-style: var(--desktop-h4-h4-bold-font-style);
}

.homepage-desktop .line-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  margin-bottom: -1px;
  object-fit: cover;
}

.homepage-desktop .div-wrapper {
  display: flex;
  flex-direction: column;
  width: 1440px;
  align-items: flex-start;
  gap: 10px;
  padding: 40px 79px 80px;
  position: relative;
  flex: 0 0 auto;
  z-index: 5;
  background-color: #f9f9f9;
}

.homepage-desktop .frame-34 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-desktop .frame-35 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;margin-bottom:24px;
}

.homepage-desktop .frame-36 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px 189px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-desktop .take-a-look-at-our {
  position: relative;
  flex: 1;
  font-family: var(--desktop-h5-h5-bold-font-family);
  font-weight: var(--desktop-h5-h5-bold-font-weight);
  color: transparent;
  font-size: var(--desktop-h5-h5-bold-font-size);
  letter-spacing: var(--desktop-h5-h5-bold-letter-spacing);
  line-height: var(--desktop-h5-h5-bold-line-height);
  font-style: var(--desktop-h5-h5-bold-font-style);
}

.homepage-desktop .text-wrapper-10 {
  color: #262626;
  font-family: var(--desktop-h5-h5-bold-font-family);
  font-style: var(--desktop-h5-h5-bold-font-style);
  font-weight: var(--desktop-h5-h5-bold-font-weight);
  letter-spacing: var(--desktop-h5-h5-bold-letter-spacing);
  line-height: var(--desktop-h5-h5-bold-line-height);
  font-size: var(--desktop-h5-h5-bold-font-size);
}

.homepage-desktop .text-wrapper-11 {
  color: #ba2a2d;
  font-family: var(--desktop-h5-h5-bold-font-family);
  font-style: var(--desktop-h5-h5-bold-font-style);
  font-weight: var(--desktop-h5-h5-bold-font-weight);
  letter-spacing: var(--desktop-h5-h5-bold-letter-spacing);
  line-height: var(--desktop-h5-h5-bold-line-height);
  font-size: var(--desktop-h5-h5-bold-font-size);
}

.homepage-desktop .frame-37 {
	margin-top:-20px;
  display: inline-flex;float:right;
  align-items: right;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.homepage-desktop .icon-button {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.homepage-desktop .base-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 6px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.homepage-desktop .frame-38 {
  display: flex;
  align-items: center;
  gap: 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  overflow-x: scroll;
}

.homepage-desktop .similar-products {
  display: flex;
  flex-direction: column;
  width: 325px;padding:0px;border:0px solid #F9F9F9;gap:20px;border-radius:20px!important;
  min-height:500px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
}

.homepage-desktop .frame-39 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 178px;
  border-radius: 12px 12px 0px 0px;
  background-image: url(.../../images/products/soildworks-to-revit.png);
  background-size: contain;background-repeat:no-repeat;
  background-position: 50% 50%;
  background-color: #97C1E8;margin-right:20px;
}

.homepage-desktop .frame-40 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 4px 24px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-desktop .tags {
  display: inline-flex;
  height: 18px;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 0px 4px;
  position: relative;
  background-color: #26a664;
  border-radius: 4px;
}

.homepage-desktop .img-3 {
	display:none;
  position: relative;
  width: 24px;
  height: 24px;
}

.homepage-desktop .s-default {
  position: relative;
  width: fit-content;
  font-family: var(--labels-xsmall-semibold-600-font-family);
  font-weight: var(--labels-xsmall-semibold-600-font-weight);
  color: #ffffff;
  font-size: var(--labels-xsmall-semibold-600-font-size);
  letter-spacing: var(--labels-xsmall-semibold-600-letter-spacing);
  line-height: var(--labels-xsmall-semibold-600-line-height);
  white-space: nowrap;
  font-style: var(--labels-xsmall-semibold-600-font-style);
}

.homepage-desktop .text-wrapper-12 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 24px;
}

.homepage-desktop .text-wrapper-13 {
  position: relative;
  align-self: stretch;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #161616;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 18px;
}

.homepage-desktop .frame-41 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-desktop .frame-42 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 6px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-desktop .text-wrapper-14 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #e72630;
  font-size: 11px;
  letter-spacing: 0.55px;
  line-height: 16.5px;
  white-space: nowrap;
}

.homepage-desktop .text-wrapper-15 {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #e72630;
  font-size: 11px;
  letter-spacing: 0.55px;
  line-height: 16.5px;
}

.homepage-desktop .frame-43 {
  display: flex;
  flex-wrap: wrap;
   
  align-items: center;
  gap: 8px 8px;
  position: relative;
  flex: 0 0 auto;
}

.homepage-desktop .multilingual-support-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-desktop .frame-44 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
   position:absolute;bottom:20px;left:20px;
  align-self: stretch;
  width: 80%;
  flex: 0 0 auto;
}

.homepage-desktop .icon-left-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 10px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 4px;
  border: 1px solid;
  border-color: #f3c9ca;
}

.homepage-desktop .img-4 {
  position: relative;
  width: 16px;
  height: 16px;
}

.homepage-desktop .button-4 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ba2a2d;
  border-radius: 4px;
}

.homepage-desktop .button-label-4 {
  font-weight: var(--labels-xsmall-bold-700-all-caps-font-weight);
  font-size: var(--labels-xsmall-bold-700-all-caps-font-size);
  letter-spacing: var(--labels-xsmall-bold-700-all-caps-letter-spacing);
  line-height: var(--labels-xsmall-bold-700-all-caps-line-height);
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--labels-xsmall-bold-700-all-caps-font-family);
  color: #ffffff;
  white-space: nowrap;
  font-style: var(--labels-xsmall-bold-700-all-caps-font-style);
}

.homepage-desktop .efficiency {
  display: flex;
  flex-direction: column;
  width: 1440px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
  z-index: 4;
  background-color: #ffffff;
}

.homepage-desktop .frame-45 {
  display: flex;
  flex-direction: column;
  width: 1440px;
  align-items: flex-start;
  gap: 10px;
  padding: 80px;
  position: relative;
  flex: 0 0 auto;
  background-color: #000000b2;
  background-image: url(../../images/frame-274.png);
  background-size: cover;
  background-position: 50% 50%;
}

.homepage-desktop .efficiency-2 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--labels-medium-medium-500-all-caps-font-family);
  font-weight: var(--labels-medium-medium-500-all-caps-font-weight);
  color: #97c1e8;
  font-size: var(--labels-medium-medium-500-all-caps-font-size);
  letter-spacing: var(--labels-medium-medium-500-all-caps-letter-spacing);
  line-height: var(--labels-medium-medium-500-all-caps-line-height);
  font-style: var(--labels-medium-medium-500-all-caps-font-style);
}

.homepage-desktop .delivering-cost {
  position: relative;
  align-self: stretch;
  font-family: var(--desktop-h2-h2-bold-font-family);
  font-weight: var(--desktop-h2-h2-bold-font-weight);
  color: #f4f4f4;
  font-size: var(--desktop-h2-h2-bold-font-size);
  letter-spacing: var(--desktop-h2-h2-bold-letter-spacing);
  line-height: var(--desktop-h2-h2-bold-line-height);
  font-style: var(--desktop-h2-h2-bold-font-style);
}

.homepage-desktop .text-wrapper-16 {
  position: relative;
  align-self: stretch;
  font-family: var(--paragraphs-medium-light-300-font-family);
  font-weight: var(--paragraphs-medium-light-300-font-weight);
  color: #f4f4f4;
  font-size: var(--paragraphs-medium-light-300-font-size);
  letter-spacing: var(--paragraphs-medium-light-300-letter-spacing);
  line-height: var(--paragraphs-medium-light-300-line-height);
  font-style: var(--paragraphs-medium-light-300-font-style);
}

.homepage-desktop .frame-46 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
 /* gap: 32px 32px; */
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto; 
}

.homepage-desktop .feature-card {
  display: flex;
  flex-direction: column;
/*  min-width: 350px; */
  min-height: 247px;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}

.homepage-desktop .neural-net {
  position: relative;
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.homepage-desktop .family-project-to {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--labels-large-semibold-600-font-family);
  font-weight: var(--labels-large-semibold-600-font-weight);
  color: #000000;
  font-size: var(--labels-large-semibold-600-font-size);
  letter-spacing: var(--labels-large-semibold-600-letter-spacing);
  line-height: var(--labels-large-semibold-600-line-height);
  font-style: var(--labels-large-semibold-600-font-style);
}

.homepage-desktop .convert-all-your {
  position: relative;
  align-self: stretch;
  font-family: var(--paragraphs-small-light-300-font-family);
  font-weight: var(--paragraphs-small-light-300-font-weight);
  color: #000000;
  font-size: var(--paragraphs-small-light-300-font-size);
  letter-spacing: var(--paragraphs-small-light-300-letter-spacing);
  line-height: var(--paragraphs-small-light-300-line-height);
  font-style: var(--paragraphs-small-light-300-font-style);
}

.homepage-desktop .feature-card-2 {
  display: flex;
  flex-direction: column;
  min-width: 325px;
  min-height: 247px;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #f3f8fc;
  border-radius: 12px;
  overflow: hidden;
}

.homepage-desktop .family-project-to-2 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--labels-large-semibold-600-font-family);
  font-weight: var(--labels-large-semibold-600-font-weight);
  color: #0b090a;
  font-size: var(--labels-large-semibold-600-font-size);
  letter-spacing: var(--labels-large-semibold-600-letter-spacing);
  line-height: var(--labels-large-semibold-600-line-height);
  font-style: var(--labels-large-semibold-600-font-style);
}

.homepage-desktop .convert-all-your-2 {
  position: relative;
  align-self: stretch;
  font-family: var(--paragraphs-small-light-300-font-family);
  font-weight: var(--paragraphs-small-light-300-font-weight);
  color: #0b090a;
  font-size: var(--paragraphs-small-light-300-font-size);
  letter-spacing: var(--paragraphs-small-light-300-letter-spacing);
  line-height: var(--paragraphs-small-light-300-line-height);
  font-style: var(--paragraphs-small-light-300-font-style);
}

.homepage-desktop .CAD-conversion {
  display: flex;
  flex-direction: column;
  width: 1440px;
  align-items: flex-start;
  gap: 10px;
  padding: 80px;
  position: relative;
  flex: 0 0 auto;
  z-index: 3;
  background: linear-gradient(180deg, rgb(243, 248, 252) 0%, rgb(226, 238, 248) 100%);
}

.homepage-desktop .frame-47 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-desktop .overlap-group-wrapper {
  position: relative;
  width: 514.36px;
  height: 637.53px;
}

.homepage-desktop .overlap-group-3 {
  position: relative;
  width: 307px;
  height: 342px;
  top: 315px;
  left: 103px;
}

.homepage-desktop .element {
  width: 307px;
  height: 307px;
  top: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
}

.homepage-desktop .element-2 {
  width: 240px;
  height: 240px;
  top: 102px;
  left: 34px;
  position: absolute;
  object-fit: cover;
}

.homepage-desktop .element-3 {
  width: 280px;
  height: 280px;
  top: 21px;
  left: 14px;
  position: absolute;
  object-fit: cover;
}

.homepage-desktop .element-4 {
  width: 216px;
  height: 216px;
  top: 87px;
  left: 46px;
  position: absolute;
  object-fit: cover;
}

.homepage-desktop .clients-section {
  display: flex;
  flex-wrap: wrap;
  width: 1440px;
  align-items: flex-start;
  gap: 10px 10px;
  padding: 80px;
  position: relative;
  flex: 0 0 auto;
  z-index: 0;
  background-color: #ffffff;
}

.homepage-desktop .frame-48 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px 48px; 
  padding: 0px 72px 0px 0px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.homepage-desktop .frame-49 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.homepage-desktop .frame-50 {
  display: flex;
  flex-direction: column;
   
  align-items: flex-start;
  gap: 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-desktop .we-are-trusted-by {
  position: relative;
  align-self: stretch;
  font-family: var(--desktop-h3-h3-bold-font-family);
  font-weight: var(--desktop-h3-h3-bold-font-weight);
  color: transparent;
  font-size: var(--desktop-h3-h3-bold-font-size);
  letter-spacing: var(--desktop-h3-h3-bold-letter-spacing);
  line-height: var(--desktop-h3-h3-bold-line-height);
  font-style: var(--desktop-h3-h3-bold-font-style);
}

.homepage-desktop .text-wrapper-17 {
  color: #000000;
  font-family: var(--desktop-h3-h3-bold-font-family);
  font-style: var(--desktop-h3-h3-bold-font-style);
  font-weight: var(--desktop-h3-h3-bold-font-weight);
  letter-spacing: var(--desktop-h3-h3-bold-letter-spacing);
  line-height: var(--desktop-h3-h3-bold-line-height);
  font-size: var(--desktop-h3-h3-bold-font-size);
}

.homepage-desktop .text-wrapper-18 {
  color: #e30613;
  font-family: var(--desktop-h3-h3-bold-font-family);
  font-style: var(--desktop-h3-h3-bold-font-style);
  font-weight: var(--desktop-h3-h3-bold-font-weight);
  letter-spacing: var(--desktop-h3-h3-bold-letter-spacing);
  line-height: var(--desktop-h3-h3-bold-line-height);
  font-size: var(--desktop-h3-h3-bold-font-size);
}

.homepage-desktop .button-5 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #262626;
  border-radius: 6px;
}

.homepage-desktop .logos {
  display: flex;
  flex-wrap: wrap;
  width: 474px;
  align-items: center;
  gap: 32px 32px;
  position: relative;
}

.homepage-desktop .img-5 {
  position: relative;width:100%; margin-bottom:30px;max-width:200px;
  
  object-fit: cover;
}
.homepage-desktop .img-55 {
  position: relative;width:90%; margin-bottom:20px;max-width:250px;
  
  object-fit: cover;
}
.homepage-desktop .testimonials {
   
  flex-direction: column;   
  align-items: flex-end;
  gap: 10px;
  
  position: relative;
  flex: 0 0 auto; 
  background-color: #F6F6F6;
}

.homepage-desktop .frame-51 {
  display: flex;
  flex-direction: column;
  
  align-items: flex-start;
  gap: 64px;
  position: relative;
  flex: 0 0 auto;
}

.homepage-desktop .frame-52 {
  display: flex;
  flex-direction: column;
   
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.homepage-desktop .we-ve-received-tons {
  position: relative;
  align-self: stretch;
  font-family: var(--desktop-h2-h2-bold-font-family);
  font-weight: var(--desktop-h2-h2-bold-font-weight);
  color: transparent;
  font-size: var(--desktop-h2-h2-bold-font-size);
  letter-spacing: var(--desktop-h2-h2-bold-letter-spacing);
  line-height: var(--desktop-h2-h2-bold-line-height);
  font-style: var(--desktop-h2-h2-bold-font-style);
}

.homepage-desktop .text-wrapper-19 {
  color: #000000;
  letter-spacing: var(--desktop-h2-h2-bold-letter-spacing);
  font-family: var(--desktop-h2-h2-bold-font-family);
  font-style: var(--desktop-h2-h2-bold-font-style);
  font-weight: var(--desktop-h2-h2-bold-font-weight);
  line-height: var(--desktop-h2-h2-bold-line-height);
  font-size: var(--desktop-h2-h2-bold-font-size);
}

.homepage-desktop .text-wrapper-20 {
  color: #e30613;
  letter-spacing: var(--desktop-h2-h2-bold-letter-spacing);
  font-family: var(--desktop-h2-h2-bold-font-family);
  font-style: var(--desktop-h2-h2-bold-font-style);
  font-weight: var(--desktop-h2-h2-bold-font-weight);
  line-height: var(--desktop-h2-h2-bold-line-height);
  font-size: var(--desktop-h2-h2-bold-font-size);
}

.homepage-desktop .real-businesses-real {
  position: relative;
  width: 683px;
  margin-top: -5px;margin-bottom: 40px;
  font-family: var(--labels-large-bold-700-all-caps-font-family);
  font-weight: var(--labels-large-bold-700-all-caps-font-weight);
  color: #2a75ba;
  font-size: var(--labels-large-bold-700-all-caps-font-size);
  letter-spacing: var(--labels-large-bold-700-all-caps-letter-spacing);
  line-height: var(--labels-large-bold-700-all-caps-line-height);
  font-style: var(--labels-large-bold-700-all-caps-font-style);
}

.homepage-desktop .frame-53 {
  display: flex; 
  align-items: center;
  gap: 32px;
  padding: 0px 32px 0px 0px;
  position: relative;
  flex: 0 0 auto;
  overflow-x: scroll;
}

.homepage-desktop .testimonial-desktop {
  display: flex;
  width: 90%;
  margin-left:-20%;
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
}

.homepage-desktop .frame-54 {
  position: relative;
  flex: 1;
  align-self: stretch;
  max-width: 238px;
  flex-grow: 1;
  border-radius: 12px 0px 0px 12px;
  background-image: url(../../images/frame-284-1.png);
  background-size: cover;
  background-position: 50% 50%;
}

.homepage-desktop .frame-55 {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  padding: 45px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #61a0db;
  border-radius: 0px 12px 12px 0px;
}

.homepage-desktop .text-wrapper-21 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--paragraphs-large-light-300-font-family);
  font-weight: var(--paragraphs-large-light-300-font-weight)!important;
  color: #ffffff;
  font-size: var(--paragraphs-large-light-300-font-size);
  letter-spacing: var(--paragraphs-large-light-300-letter-spacing);
  line-height: var(--paragraphs-large-light-300-line-height);
  font-style: var(--paragraphs-large-light-300-font-style);
}

.homepage-desktop .frame-56 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-desktop .CAD-manager {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--labels-medium-bold-700-all-caps-font-family);
  font-weight: var(--labels-medium-bold-700-all-caps-font-weight);
  color: #ffffff;
  font-size: var(--labels-medium-bold-700-all-caps-font-size);
  letter-spacing: var(--labels-medium-bold-700-all-caps-letter-spacing);
  line-height: var(--labels-medium-bold-700-all-caps-line-height);
  font-style: var(--labels-medium-bold-700-all-caps-font-style);
}

.homepage-desktop .text-wrapper-22 {
  position: relative;
  align-self: stretch;
  font-family: var(--labels-small-reg-400-font-family);
  font-weight: var(--labels-small-reg-400-font-weight);
  color: #ffffff;
  font-size: var(--labels-small-reg-400-font-size);
  letter-spacing: var(--labels-small-reg-400-letter-spacing);
  line-height: var(--labels-small-reg-400-line-height);
  font-style: var(--labels-small-reg-400-font-style);
}

.homepage-desktop .frame-57 {
  background-image: url(../../images/frame-284-2.png);
  position: relative;
  flex: 1;
  align-self: stretch;
  max-width: 238px;
  flex-grow: 1;
  border-radius: 12px 0px 0px 12px;
  background-size: cover;
  background-position: 50% 50%;
}

.homepage-desktop .frame-58 {
  background-image: url(../../images/frame-284-3.png);
  position: relative;
  flex: 1;
  align-self: stretch;
  max-width: 238px;
  flex-grow: 1;
  border-radius: 12px 0px 0px 12px;
  background-size: cover;
  background-position: 50% 50%;
}

.homepage-desktop .frame-59 { 
  align-items: center;width:100%;
  gap: 140px;
  position: relative;
  flex: 0 0 auto;
}

.homepage-desktop .carousel {
  position: relative;
  width: 1042.23px;
  height: 4px;
}

.homepage-desktop .rectangle-2 {
  width: 168px;
  height: 4px;
  left: 0;
  background-color: #61a0db;
  position: absolute;
  top: 0;
}

.homepage-desktop .rectangle-3 {
  width: 168px;
  height: 4px;
  left: 175px;
  background-color: #e2eef8;
  position: absolute;
  top: 0;
}

.homepage-desktop .rectangle-4 {
  width: 168px;
  height: 4px;
  left: 350px;
  background-color: #e2eef8;
  position: absolute;
  top: 0;
}

.homepage-desktop .rectangle-5 {
  width: 168px;
  height: 4px;
  left: 525px;
  background-color: #e2eef8;
  position: absolute;
  top: 0;
}

.homepage-desktop .rectangle-6 {
  width: 168px;
  height: 4px;
  left: 700px;
  background-color: #e2eef8;
  position: absolute;
  top: 0;
}

.homepage-desktop .rectangle-7 {
  width: 168px;
  height: 4px;
  left: 875px;
  background-color: #e2eef8;
  position: absolute;
  top: 0;
}

.homepage-desktop .partners {
  display: flex;
  flex-direction: column; 
  align-items: flex-start;
  gap: 40px;
  padding: 40px 40px 0px;
  position: relative;
  flex: 0 0 auto;
  
  background-color: #262626;
  overflow: hidden;
}

.homepage-desktop .partners-logo {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 67px;
  opacity: 0.6;
}

.homepage-desktop .autodesk-logo {
  position: absolute;
  width: 135px;
  height: 23px;
  top: 22px;
  left: 0;
  object-fit: cover;
}

.homepage-desktop .element-corporate-logo {
  left: 159px;
  position: absolute;
  width: 135px;
  height: 41px;
  top: 13px;
  overflow: hidden;
}

.homepage-desktop .element-ds-corporate-logo {
  position: absolute;
  width: 135px;
  height: 43px;
  top: -1px;
  left: 0;
  object-fit: cover;
}

.homepage-desktop .untitled {
  left: 318px;
  position: absolute;
  width: 135px;
  height: 67px;
  top: 0;
  object-fit: cover;
}

.homepage-desktop .element-unreal {
  left: 477px;
  position: absolute;
  width: 110px;
  height: 39px;
  top: 14px;
  object-fit: cover;
}

.homepage-desktop .element-MSFT-gold {
  position: absolute;
  width: 121px;
  height: 31px;
  top: 18px;
  left: 610px;
  object-fit: cover;
}

.homepage-desktop .PTC-new-logo {
  position: absolute;
  width: 71px;
  height: 28px;
  top: 20px;
  left: 755px;
  object-fit: cover;
}

.homepage-desktop .rhino-logo-med {
  left: 851px;
  position: absolute;
  width: 206px;
  height: 55px;
  top: 6px;
  object-fit: cover;
}

.homepage-desktop .tekla-logo-svg {
  position: absolute;
  width: 94px;
  height: 22px;
  top: 23px;
  left: 1080px;
  object-fit: cover;
}

.homepage-desktop .foundry-katana {
  left: 1199px;
  position: absolute;
  width: 106px;
  height: 60px;
  top: 4px;
  object-fit: cover;
}

.homepage-desktop .element-px {
  position: absolute;
  width: 110px;
  height: 41px;
  top: 13px;
  left: 1329px;
  object-fit: cover;
}

.homepage-desktop .autodesk-logo-2 {
  position: absolute;
  width: 135px;
  height: 23px;
  top: 22px;
  left: 1463px;
  object-fit: cover;
}

.homepage-desktop .element-corporate-logo-wrapper {
  left: 1622px;
  position: absolute;
  width: 135px;
  height: 41px;
  top: 13px;
  overflow: hidden;
}

.homepage-desktop .untitled-artboard {
  left: 1781px;
  position: absolute;
  width: 135px;
  height: 67px;
  top: 0;
  object-fit: cover;
}

.homepage-desktop .element-unreal-2 {
  left: 1940px;
  position: absolute;
  width: 110px;
  height: 39px;
  top: 14px;
  object-fit: cover;
}

.homepage-desktop .element-MSFT-gold-2 {
  position: absolute;
  width: 121px;
  height: 31px;
  top: 18px;
  left: 2073px;
  object-fit: cover;
}

.homepage-desktop .PTC-new-logo-2 {
  position: absolute;
  width: 71px;
  height: 28px;
  top: 20px;
  left: 2218px;
  object-fit: cover;
}

.homepage-desktop .rhino-logo-med-2 {
  left: 2314px;
  position: absolute;
  width: 206px;
  height: 55px;
  top: 6px;
  object-fit: cover;
}

.homepage-desktop .tekla-logo-svg-2 {
  position: absolute;
  width: 94px;
  height: 22px;
  top: 23px;
  left: 2543px;
  object-fit: cover;
}

.homepage-desktop .foundry-katana-2 {
  left: 2662px;
  position: absolute;
  width: 106px;
  height: 60px;
  top: 4px;
  object-fit: cover;
}

.homepage-desktop .element-5 {
  position: absolute;
  width: 110px;
  height: 41px;
  top: 13px;
  left: 2792px;
  object-fit: cover;
}

.homepage-desktop .main-footer {
  display: flex;
  flex-direction: column;
   
  align-items: center;
  gap: 16px;
  padding: 32px 48px;
  position: relative;
  flex: 0 0 auto; 
  background-color: #262626;
}

.homepage-desktop .frame-60 {
  display: flex;
  flex-direction: column;
  max-width: 1600px;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-desktop .frame-61 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px 450px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-desktop .logo-wrapper {
  position: relative;
  flex: 1;
  min-width: 320px;
  flex-grow: 1;
  height: 55.92px;
}

.homepage-desktop .logo {
  position: relative;
  width: 150px;
  height: 42px;
  top: 7px;
  background-image: url(../../images/bimdexlogowhite-1-2.png);
  background-size: cover;
  background-position: 50% 50%;
}

.homepage-desktop .frame-62 {
  display: flex;
  flex-wrap: wrap;
  min-width: 320px;
  align-items: center;
  gap: 16px 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.homepage-desktop .text-wrapper-23 {
  position: relative;
  width: fit-content;
  font-family: var(--labels-large-medium-500-font-family);
  font-weight: var(--labels-large-medium-500-font-weight);
  color: #ffffff;
  font-size: var(--labels-large-medium-500-font-size);
  letter-spacing: var(--labels-large-medium-500-letter-spacing);
  line-height: var(--labels-large-medium-500-line-height);
  white-space: nowrap;
  font-style: var(--labels-large-medium-500-font-style);
}

.homepage-desktop .frame-63 {
  display: flex;
  min-width: 320px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 16px 0px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e9e9e9;
}

.homepage-desktop .enter-your-email {
  position: relative;
  flex: 1;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #999999;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 20px;
}

.homepage-desktop .text-wrapper-24 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--desktop-h5-h5-bold-font-family);
  font-weight: var(--desktop-h5-h5-bold-font-weight);
  color: #ffffff;
  font-size: var(--desktop-h5-h5-bold-font-size);
  letter-spacing: var(--desktop-h5-h5-bold-letter-spacing);
  line-height: var(--desktop-h5-h5-bold-line-height);
  font-style: var(--desktop-h5-h5-bold-font-style);
}

.homepage-desktop .frame-64 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; 
  padding: 8px 0px 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e0e0e0;
}

.homepage-desktop .text-wrapper-25 {
  position: relative;
  width: fit-content;
  font-family: var(--labels-large-bold-700-font-family);
  font-weight: var(--labels-large-bold-700-font-weight);
  color: #ffffff;
  font-size: var(--labels-large-bold-700-font-size);
  letter-spacing: var(--labels-large-bold-700-letter-spacing);
  line-height: var(--labels-large-bold-700-line-height);
  white-space: nowrap;
  font-style: var(--labels-large-bold-700-font-style);
}

.homepage-desktop .button-6 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 14px 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ba2a2d;
  border-radius: 8px;
}

.homepage-desktop .frame-65 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-desktop .frame-66 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px 436px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-desktop .frame-67 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.homepage-desktop .frame-68 {
  display: flex;
  flex-wrap: wrap;
  min-width: 320px;
  max-width: 600px;
  align-items: flex-start;
  gap: 16px 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-desktop .text-wrapper-26 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--labels-medium-medium-500-font-family);
  font-weight: var(--labels-medium-medium-500-font-weight);
  color: #ffffff;
  font-size: var(--labels-medium-medium-500-font-size);
  letter-spacing: var(--labels-medium-medium-500-letter-spacing);
  line-height: var(--labels-medium-medium-500-line-height);
  white-space: nowrap;
  font-style: var(--labels-medium-medium-500-font-style);
}

.homepage-desktop .frame-69 {
  position: relative;
  flex: 0 0 auto;
}

.homepage-desktop .frame-70 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1600px;
  align-items: center;
  justify-content: space-between;
  gap: 8px 517px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage-desktop .frame-71 {
  display: flex;
  min-width: 320px;
  max-width: 450px;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.homepage-desktop .text-wrapper-27 {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: var(--labels-medium-medium-500-font-family);
  font-weight: var(--labels-medium-medium-500-font-weight);
  color: #ffffff;
  font-size: var(--labels-medium-medium-500-font-size);
  letter-spacing: var(--labels-medium-medium-500-letter-spacing);
  line-height: var(--labels-medium-medium-500-line-height);
  font-style: var(--labels-medium-medium-500-font-style);
}

.homepage-desktop .frame-72 {
  display: flex;
  flex-wrap: wrap;
  min-width: 320px;
  max-width: 470px;
  align-items: center;
  gap: 16px 30px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.homepage-desktop .responsive {
  display: flex;
  width: 1440px;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
}

.homepage-desktop .desktop-wrapper {
  position: relative;
  flex: 1;
  flex-grow: 1;
  height: 20px;
  background-color: #2aba6f;
}

.homepage-desktop .text-wrapper-28 {
  position: absolute;
  top: 2px;
  left: 16px;
  font-family: var(--labels-xsmall-bold-700-all-caps-font-family);
  font-weight: var(--labels-xsmall-bold-700-all-caps-font-weight);
  color: #f9f9f9;
  font-size: var(--labels-xsmall-bold-700-all-caps-font-size);
  letter-spacing: var(--labels-xsmall-bold-700-all-caps-letter-spacing);
  line-height: var(--labels-xsmall-bold-700-all-caps-line-height);
  white-space: nowrap;
  font-style: var(--labels-xsmall-bold-700-all-caps-font-style);
}

.homepage-desktop .desktop-above-wrapper {
  position: relative;
  flex: 1;
  flex-grow: 1;
  height: 20px;
  background-color: #219257;
}

.homepage-desktop .ipad-tablet-wrapper {
  position: relative;
  flex: 1;
  flex-grow: 1;
  height: 20px;
  background-color: #2a75ba;
}

.homepage-desktop .mobile-wrapper {
  position: relative;
  flex: 1;
  flex-grow: 1;
  height: 20px;
  background-color: #383838;
}

.homepage-desktop .main-header-desktop {
  display: flex;
  flex-direction: column;
  width: 1440px;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #f1f1f1;
}

.homepage-desktop .frame-73 {
  display: flex;
  min-width: 1075px;
 
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #f4f4f4;
}

.homepage-desktop .logo-2 {
  position: relative;
  width: 192px;
  height: 48px;
}

.homepage-desktop .logo-3 {
  position: relative;
  width: 134px;
  height: 37px;
  top: 5px;
  background-image: url(../../images/bimdexlogowhite-2.png);
  background-size: cover;
  background-position: 50% 50%;
}

.homepage-desktop .div-2 {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.homepage-desktop .nav-menu-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px 10px;
  position: relative;
  flex: 0 0 auto;
}

.homepage-desktop .menu-item {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #282828;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 18px;
  white-space: nowrap;
}

.homepage-desktop .caret-down {
  position: relative;
  width: 12px;
  height: 12px;
}

.homepage-desktop .button-7 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 10px 12px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ba2a2d;
  border-radius: 4px;
}

.homepage-desktop .button-label-5 {
  font-weight: var(--labels-small-semibold-600-font-weight);
  font-size: var(--labels-small-semibold-600-font-size);
  letter-spacing: var(--labels-small-semibold-600-letter-spacing);
  line-height: var(--labels-small-semibold-600-line-height);
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--labels-small-semibold-600-font-family);
  color: #ffffff;
  white-space: nowrap;
  font-style: var(--labels-small-semibold-600-font-style);
}

.homepage-desktop .icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 4px;
}

.homepage-desktop .header-auto-scroll {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #c1daf1;
}

.homepage-desktop .navbar {
  position: relative;
  flex: 1;
  flex-grow: 1;
  height: 30px;
  overflow: hidden;
}

.homepage-desktop .get-ready-for {
  position: absolute;
  top: -1px;
  left: 0;
  font-family: var(--labels-small-medium-500-font-family);
  font-weight: var(--labels-small-medium-500-font-weight);
  color: #262626;
  font-size: var(--labels-small-medium-500-font-size);
  letter-spacing: var(--labels-small-medium-500-letter-spacing);
  line-height: var(--labels-small-medium-500-line-height);
  white-space: nowrap;
  font-style: var(--labels-small-medium-500-font-style);
}

.homepage-desktop .upcoming-event {
  position: absolute;
  top: -1px;
  left: 310px;
  font-family: var(--labels-small-bold-700-all-caps-font-family);
  font-weight: var(--labels-small-bold-700-all-caps-font-weight);
  color: #262626;
  font-size: var(--labels-small-bold-700-all-caps-font-size);
  letter-spacing: var(--labels-small-bold-700-all-caps-letter-spacing);
  line-height: var(--labels-small-bold-700-all-caps-line-height);
  white-space: nowrap;
  font-style: var(--labels-small-bold-700-all-caps-font-style);
}

.homepage-desktop .star {
  left: 438px;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 2px;
}

.homepage-desktop .product-discount {
  position: absolute;
  top: -1px;
  left: 454px;
  font-family: var(--labels-small-bold-700-all-caps-font-family);
  font-weight: var(--labels-small-bold-700-all-caps-font-weight);
  color: #262626;
  font-size: var(--labels-small-bold-700-all-caps-font-size);
  letter-spacing: var(--labels-small-bold-700-all-caps-letter-spacing);
  line-height: var(--labels-small-bold-700-all-caps-line-height);
  white-space: nowrap;
  font-style: var(--labels-small-bold-700-all-caps-font-style);
}

.homepage-desktop .star-2 {
  left: 600px;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 2px;
}

.homepage-desktop .new-blog-post {
  position: absolute;
  top: -1px;
  left: 616px;
  font-family: var(--labels-small-bold-700-all-caps-font-family);
  font-weight: var(--labels-small-bold-700-all-caps-font-weight);
  color: #262626;
  font-size: var(--labels-small-bold-700-all-caps-font-size);
  letter-spacing: var(--labels-small-bold-700-all-caps-letter-spacing);
  line-height: var(--labels-small-bold-700-all-caps-line-height);
  white-space: nowrap;
  font-style: var(--labels-small-bold-700-all-caps-font-style);
}

.homepage-desktop .star-3 {
  left: 735px;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 2px;
}

.homepage-desktop .imp-public-info {
  position: absolute;
  top: -1px;
  left: 751px;
  font-family: var(--labels-small-bold-700-all-caps-font-family);
  font-weight: var(--labels-small-bold-700-all-caps-font-weight);
  color: #262626;
  font-size: var(--labels-small-bold-700-all-caps-font-size);
  letter-spacing: var(--labels-small-bold-700-all-caps-letter-spacing);
  line-height: var(--labels-small-bold-700-all-caps-line-height);
  white-space: nowrap;
  font-style: var(--labels-small-bold-700-all-caps-font-style);
}

.homepage-desktop .star-4 {
  left: 873px;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 2px;
}

.homepage-desktop .you-ll-find-it-all {
  position: absolute;
  top: -1px;
  left: 889px;
  font-family: var(--labels-small-medium-500-font-family);
  font-weight: var(--labels-small-medium-500-font-weight);
  color: #262626;
  font-size: var(--labels-small-medium-500-font-size);
  letter-spacing: var(--labels-small-medium-500-letter-spacing);
  line-height: var(--labels-small-medium-500-line-height);
  white-space: nowrap;
  font-style: var(--labels-small-medium-500-font-style);
}

.homepage-desktop .get-ready-for-2 {
  position: absolute;
  top: -1px;
  left: 1172px;
  font-family: var(--labels-small-medium-500-font-family);
  font-weight: var(--labels-small-medium-500-font-weight);
  color: #262626;
  font-size: var(--labels-small-medium-500-font-size);
  letter-spacing: var(--labels-small-medium-500-letter-spacing);
  line-height: var(--labels-small-medium-500-line-height);
  white-space: nowrap;
  font-style: var(--labels-small-medium-500-font-style);
}

.homepage-desktop .upcoming-event-2 {
  position: absolute;
  top: -1px;
  left: 1482px;
  font-family: var(--labels-small-bold-700-all-caps-font-family);
  font-weight: var(--labels-small-bold-700-all-caps-font-weight);
  color: #262626;
  font-size: var(--labels-small-bold-700-all-caps-font-size);
  letter-spacing: var(--labels-small-bold-700-all-caps-letter-spacing);
  line-height: var(--labels-small-bold-700-all-caps-line-height);
  white-space: nowrap;
  font-style: var(--labels-small-bold-700-all-caps-font-style);
}

.homepage-desktop .star-5 {
  position: absolute;
  width: 11px;
  height: 11px;
  top: 2px;
  left: 1610px;
}

.homepage-desktop .product-discount-2 {
  position: absolute;
  top: -1px;
  left: 1626px;
  font-family: var(--labels-small-bold-700-all-caps-font-family);
  font-weight: var(--labels-small-bold-700-all-caps-font-weight);
  color: #262626;
  font-size: var(--labels-small-bold-700-all-caps-font-size);
  letter-spacing: var(--labels-small-bold-700-all-caps-letter-spacing);
  line-height: var(--labels-small-bold-700-all-caps-line-height);
  white-space: nowrap;
  font-style: var(--labels-small-bold-700-all-caps-font-style);
}

.homepage-desktop .star-6 {
  position: absolute;
  width: 11px;
  height: 11px;
  top: 2px;
  left: 1772px;
}

.homepage-desktop .new-blog-post-2 {
  position: absolute;
  top: -1px;
  left: 1788px;
  font-family: var(--labels-small-bold-700-all-caps-font-family);
  font-weight: var(--labels-small-bold-700-all-caps-font-weight);
  color: #262626;
  font-size: var(--labels-small-bold-700-all-caps-font-size);
  letter-spacing: var(--labels-small-bold-700-all-caps-letter-spacing);
  line-height: var(--labels-small-bold-700-all-caps-line-height);
  white-space: nowrap;
  font-style: var(--labels-small-bold-700-all-caps-font-style);
}

.homepage-desktop .star-7 {
  position: absolute;
  width: 11px;
  height: 11px;
  top: 2px;
  left: 1907px;
}

.homepage-desktop .imp-public-info-2 {
  position: absolute;
  top: -1px;
  left: 1923px;
  font-family: var(--labels-small-bold-700-all-caps-font-family);
  font-weight: var(--labels-small-bold-700-all-caps-font-weight);
  color: #262626;
  font-size: var(--labels-small-bold-700-all-caps-font-size);
  letter-spacing: var(--labels-small-bold-700-all-caps-letter-spacing);
  line-height: var(--labels-small-bold-700-all-caps-line-height);
  white-space: nowrap;
  font-style: var(--labels-small-bold-700-all-caps-font-style);
}

.homepage-desktop .star-8 {
  position: absolute;
  width: 11px;
  height: 11px;
  top: 2px;
  left: 2045px;
}

.homepage-desktop .you-ll-find-it-all-2 {
  position: absolute;
  top: -1px;
  left: 2061px;
  font-family: var(--labels-small-medium-500-font-family);
  font-weight: var(--labels-small-medium-500-font-weight);
  color: #262626;
  font-size: var(--labels-small-medium-500-font-size);
  letter-spacing: var(--labels-small-medium-500-letter-spacing);
  line-height: var(--labels-small-medium-500-line-height);
  white-space: nowrap;
  font-style: var(--labels-small-medium-500-font-style);
}

.main-header-mobile {
  display: none;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #f1f1f1;
}
.main-header-desktop {
	 display: block;
	
	
}

.main-header-mobile .frame {
  display: flex;
  min-width: 320px;
  justify-content: space-between;
  padding: 8px;
  align-self: stretch;
  width: 100%;
  background-color: #f4f4f4;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.main-header-mobile .logo {
  position: relative;
  width: 192px;
  height: 48px;
}

.main-header-mobile .div {
  position: relative;
  width: 134px;
  height: 37px;
  top: 5px;
  background-image: url(./img/bimdexlogowhite-2-1.png);
  background-size: cover;
  background-position: 50% 50%;
}

.main-header-mobile .icon-btn-wrapper {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.main-header-mobile .icon-btn {
  display: inline-flex;margin-right:20px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 4px;
}

.main-header-mobile .burgur-menu {
  position: relative;
  width: 20px;
  height: 20px;
}

.main-header-mobile .header-auto-scroll {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #c1daf1;
}

.main-header-mobile .navbar {
  position: relative;
  flex: 1;
  flex-grow: 1;
  height: 16px;
  overflow: hidden;
}

.main-header-mobile .get-ready-for {
  position: absolute;
  top: -1px;
  left: 0;
  font-family: var(--labels-small-medium-500-font-family);
  font-weight: var(--labels-small-medium-500-font-weight);
  color: #262626;
  font-size: var(--labels-small-medium-500-font-size);
  letter-spacing: var(--labels-small-medium-500-letter-spacing);
  line-height: var(--labels-small-medium-500-line-height);
  white-space: nowrap;
  font-style: var(--labels-small-medium-500-font-style);
}

.main-header-mobile .upcoming-event {
  position: absolute;
  top: -1px;
  left: 310px;
  font-family: var(--labels-small-bold-700-all-caps-font-family);
  font-weight: var(--labels-small-bold-700-all-caps-font-weight);
  color: #262626;
  font-size: var(--labels-small-bold-700-all-caps-font-size);
  letter-spacing: var(--labels-small-bold-700-all-caps-letter-spacing);
  line-height: var(--labels-small-bold-700-all-caps-line-height);
  white-space: nowrap;
  font-style: var(--labels-small-bold-700-all-caps-font-style);
}

.main-header-mobile .star {
  left: -17508px;
  position: absolute;
  width: 11px;
  height: 11px;
  top: -874px;
}

.main-header-mobile .product-discount {
  position: absolute;
  top: -1px;
  left: 454px;
  font-family: var(--labels-small-bold-700-all-caps-font-family);
  font-weight: var(--labels-small-bold-700-all-caps-font-weight);
  color: #262626;
  font-size: var(--labels-small-bold-700-all-caps-font-size);
  letter-spacing: var(--labels-small-bold-700-all-caps-letter-spacing);
  line-height: var(--labels-small-bold-700-all-caps-line-height);
  white-space: nowrap;
  font-style: var(--labels-small-bold-700-all-caps-font-style);
}

.main-header-mobile .img {
  left: -17346px;
  position: absolute;
  width: 11px;
  height: 11px;
  top: -874px;
}

.main-header-mobile .new-blog-post {
  position: absolute;
  top: -1px;
  left: 616px;
  font-family: var(--labels-small-bold-700-all-caps-font-family);
  font-weight: var(--labels-small-bold-700-all-caps-font-weight);
  color: #262626;
  font-size: var(--labels-small-bold-700-all-caps-font-size);
  letter-spacing: var(--labels-small-bold-700-all-caps-letter-spacing);
  line-height: var(--labels-small-bold-700-all-caps-line-height);
  white-space: nowrap;
  font-style: var(--labels-small-bold-700-all-caps-font-style);
}

.main-header-mobile .star-2 {
  left: -17211px;
  position: absolute;
  width: 11px;
  height: 11px;
  top: -874px;
}

.main-header-mobile .imp-public-info {
  position: absolute;
  top: -1px;
  left: 751px;
  font-family: var(--labels-small-bold-700-all-caps-font-family);
  font-weight: var(--labels-small-bold-700-all-caps-font-weight);
  color: #262626;
  font-size: var(--labels-small-bold-700-all-caps-font-size);
  letter-spacing: var(--labels-small-bold-700-all-caps-letter-spacing);
  line-height: var(--labels-small-bold-700-all-caps-line-height);
  white-space: nowrap;
  font-style: var(--labels-small-bold-700-all-caps-font-style);
}

.main-header-mobile .star-3 {
  left: -17073px;
  position: absolute;
  width: 11px;
  height: 11px;
  top: -874px;
}

.main-header-mobile .you-ll-find-it-all {
  position: absolute;
  top: -1px;
  left: 889px;
  font-family: var(--labels-small-medium-500-font-family);
  font-weight: var(--labels-small-medium-500-font-weight);
  color: #262626;
  font-size: var(--labels-small-medium-500-font-size);
  letter-spacing: var(--labels-small-medium-500-letter-spacing);
  line-height: var(--labels-small-medium-500-line-height);
  white-space: nowrap;
  font-style: var(--labels-small-medium-500-font-style);
}

.main-header-mobile .text-wrapper {
  position: absolute;
  top: -1px;
  left: 1172px;
  font-family: var(--labels-small-medium-500-font-family);
  font-weight: var(--labels-small-medium-500-font-weight);
  color: #262626;
  font-size: var(--labels-small-medium-500-font-size);
  letter-spacing: var(--labels-small-medium-500-letter-spacing);
  line-height: var(--labels-small-medium-500-line-height);
  white-space: nowrap;
  font-style: var(--labels-small-medium-500-font-style);
}

.main-header-mobile .upcoming-event-2 {
  position: absolute;
  top: -1px;
  left: 1482px;
  font-family: var(--labels-small-bold-700-all-caps-font-family);
  font-weight: var(--labels-small-bold-700-all-caps-font-weight);
  color: #262626;
  font-size: var(--labels-small-bold-700-all-caps-font-size);
  letter-spacing: var(--labels-small-bold-700-all-caps-letter-spacing);
  line-height: var(--labels-small-bold-700-all-caps-line-height);
  white-space: nowrap;
  font-style: var(--labels-small-bold-700-all-caps-font-style);
}

.main-header-mobile .star-4 {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -874px;
  left: -16336px;
}

.main-header-mobile .product-discount-2 {
  position: absolute;
  top: -1px;
  left: 1626px;
  font-family: var(--labels-small-bold-700-all-caps-font-family);
  font-weight: var(--labels-small-bold-700-all-caps-font-weight);
  color: #262626;
  font-size: var(--labels-small-bold-700-all-caps-font-size);
  letter-spacing: var(--labels-small-bold-700-all-caps-letter-spacing);
  line-height: var(--labels-small-bold-700-all-caps-line-height);
  white-space: nowrap;
  font-style: var(--labels-small-bold-700-all-caps-font-style);
}

.main-header-mobile .star-5 {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -874px;
  left: -16174px;
}

.main-header-mobile .new-blog-post-2 {
  position: absolute;
  top: -1px;
  left: 1788px;
  font-family: var(--labels-small-bold-700-all-caps-font-family);
  font-weight: var(--labels-small-bold-700-all-caps-font-weight);
  color: #262626;
  font-size: var(--labels-small-bold-700-all-caps-font-size);
  letter-spacing: var(--labels-small-bold-700-all-caps-letter-spacing);
  line-height: var(--labels-small-bold-700-all-caps-line-height);
  white-space: nowrap;
  font-style: var(--labels-small-bold-700-all-caps-font-style);
}

.main-header-mobile .star-6 {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -874px;
  left: -16039px;
}

.main-header-mobile .imp-public-info-2 {
  position: absolute;
  top: -1px;
  left: 1923px;
  font-family: var(--labels-small-bold-700-all-caps-font-family);
  font-weight: var(--labels-small-bold-700-all-caps-font-weight);
  color: #262626;
  font-size: var(--labels-small-bold-700-all-caps-font-size);
  letter-spacing: var(--labels-small-bold-700-all-caps-letter-spacing);
  line-height: var(--labels-small-bold-700-all-caps-line-height);
  white-space: nowrap;
  font-style: var(--labels-small-bold-700-all-caps-font-style);
}

.main-header-mobile .star-7 {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -874px;
  left: -15901px;
}

.main-header-mobile .p {
  position: absolute;
  top: -1px;
  left: 2061px;
  font-family: var(--labels-small-medium-500-font-family);
  font-weight: var(--labels-small-medium-500-font-weight);
  color: #262626;
  font-size: var(--labels-small-medium-500-font-size);
  letter-spacing: var(--labels-small-medium-500-letter-spacing);
  line-height: var(--labels-small-medium-500-line-height);
  white-space: nowrap;
  font-style: var(--labels-small-medium-500-font-style);
}

.main-header-mobile .icon {
  position: relative;
  width: 24px;
  height: 24px;
}



.HERO-SECTION {
  display: none; 
}
#HERO-SECTION-desktop {
  display: block; 
}
.HERO-SECTION .frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.HERO-SECTION .div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.HERO-SECTION .unlock-world-class-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.HERO-SECTION .unlock-world-class {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: var(--desktop-display-large-display-1-bold-all-caps-font-family);
  font-weight: var(--desktop-display-large-display-1-bold-all-caps-font-weight);
  color: #fcf3f3;
  font-size: var(--desktop-display-large-display-1-bold-all-caps-font-size);
  letter-spacing: var(--desktop-display-large-display-1-bold-all-caps-letter-spacing);
  line-height: var(--desktop-display-large-display-1-bold-all-caps-line-height);
  font-style: var(--desktop-display-large-display-1-bold-all-caps-font-style);
}

.HERO-SECTION .frame-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.HERO-SECTION .cad-bim {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--desktop-display-large-display-1-bold-all-caps-font-family);
  font-weight: var(--desktop-display-large-display-1-bold-all-caps-font-weight);
  color: #ffffff;
  font-size: var(--desktop-display-large-display-1-bold-all-caps-font-size);
  letter-spacing: var(--desktop-display-large-display-1-bold-all-caps-letter-spacing);
  line-height: var(--desktop-display-large-display-1-bold-all-caps-line-height);
  white-space: nowrap;
  font-style: var(--desktop-display-large-display-1-bold-all-caps-font-style);
}

.HERO-SECTION .div-wrapper {
  min-width: 320px;
  gap: 10px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  align-items: center;
  position: relative;
}

.HERO-SECTION .text-wrapper {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: var(--paragraphs-large-regular-400-font-family);
  font-weight: var(--paragraphs-large-regular-400-font-weight);
  color: #fcf3f3;
  font-size: var(--paragraphs-large-regular-400-font-size);
  letter-spacing: var(--paragraphs-large-regular-400-letter-spacing);
  line-height: var(--paragraphs-large-regular-400-line-height);
  font-style: var(--paragraphs-large-regular-400-font-style);
}

.HERO-SECTION .interoperability {
  position: relative;
  
  margin-top: -1px;
  font-family: var(--desktop-display-large-display-1-bold-all-caps-font-family);
  font-weight: var(--desktop-display-large-display-1-bold-all-caps-font-weight);
  color: #fcf3f3;
  font-size: var(--desktop-display-large-display-1-bold-all-caps-font-size);
  letter-spacing: var(--desktop-display-large-display-1-bold-all-caps-letter-spacing);
  line-height: var(--desktop-display-large-display-1-bold-all-caps-line-height);
  font-style: var(--desktop-display-large-display-1-bold-all-caps-font-style);
}

.HERO-SECTION .solutions {
  position: relative;
  width: fit-content;
  font-family: var(--desktop-display-large-display-1-bold-all-caps-font-family);
  font-weight: var(--desktop-display-large-display-1-bold-all-caps-font-weight);
  color: #fcf3f3;
  font-size: var(--desktop-display-large-display-1-bold-all-caps-font-size);
  letter-spacing: var(--desktop-display-large-display-1-bold-all-caps-letter-spacing);
  line-height: var(--desktop-display-large-display-1-bold-all-caps-line-height);
  white-space: nowrap;
  font-style: var(--desktop-display-large-display-1-bold-all-caps-font-style);
}

.HERO-SECTION .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 14px 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ba2a2d;
  border-radius: 8px;
}

.HERO-SECTION .button-label {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--labels-large-semibold-600-font-family);
  font-weight: var(--labels-large-semibold-600-font-weight);
  color: #ffffff;
  font-size: var(--labels-large-semibold-600-font-size);
  letter-spacing: var(--labels-large-semibold-600-letter-spacing);
  line-height: var(--labels-large-semibold-600-line-height);
  white-space: nowrap;
  font-style: var(--labels-large-semibold-600-font-style);
}

.HERO-SECTION .arrow-right {
  position: relative;
  width: 24px;
  height: 24px;
}

.HERO-SECTION .abstract-background {
  position: absolute;
  width: 598px;
  height: 598px;
  top: -21px;
  left: 569px;
  background-image: url(./img/abstract-background-with-low-poly-cube-design-1-1.png);
  background-size: cover;
  background-position: 50% 50%;
}

.HERO-SECTION .frame-3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px 202px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.HERO-SECTION .frame-4 {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  align-items: center;
  gap: 32px 56px;
  position: relative;
}

.HERO-SECTION .frame-5 {
  display: flex;
  flex-direction: column;
  min-width: 290px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.HERO-SECTION .frame-6 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.HERO-SECTION .frame-7 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.HERO-SECTION .frame-8 {
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.HERO-SECTION .text-wrapper-2 {
  position: relative;
  width: fit-content;
  font-family: var(--desktop-display-small-display-2-bold-all-caps-font-family);
  font-weight: var(--desktop-display-small-display-2-bold-all-caps-font-weight);
  color: #fcf3f3;
  font-size: var(--desktop-display-small-display-2-bold-all-caps-font-size);
  letter-spacing: var(--desktop-display-small-display-2-bold-all-caps-letter-spacing);
  line-height: var(--desktop-display-small-display-2-bold-all-caps-line-height);
  white-space: nowrap;
  font-style: var(--desktop-display-small-display-2-bold-all-caps-font-style);
}

.HERO-SECTION .text-wrapper-3 {
  width: fit-content;
  color: #97c1e8;
  font-size: 64px;
  letter-spacing: -1.28px;
  line-height: 62px;
  white-space: nowrap;
  position: relative;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
}

.HERO-SECTION .text-wrapper-4 {
  position: relative;
  width: fit-content;
  font-family: var(--labels-medium-medium-500-font-family);
  font-weight: var(--labels-medium-medium-500-font-weight);
  color: #fcf3f3;
  font-size: var(--labels-medium-medium-500-font-size);
  letter-spacing: var(--labels-medium-medium-500-letter-spacing);
  line-height: var(--labels-medium-medium-500-line-height);
  white-space: nowrap;
  font-style: var(--labels-medium-medium-500-font-style);
}

.HERO-SECTION .text-wrapper-5 {
  width: fit-content;
  color: #7ee2ae;
  font-size: 64px;
  letter-spacing: -1.28px;
  line-height: 62px;
  white-space: nowrap;
  position: relative;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
}

.HERO-SECTION .text-wrapper-6 {
  width: fit-content;
  color: #ffffff;
  font-size: 64px;
  letter-spacing: -1.28px;
  line-height: 62px;
  white-space: nowrap;
  position: relative;
  margin-top: -1px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
}

.HERO-SECTION .line {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1.34px;
  object-fit: cover;
}

.HERO-SECTION .frame-9 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.HERO-SECTION .frame-10 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.HERO-SECTION .ISO-logo-red-square-wrapper {
  display: flex;
  flex-direction: column;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  gap: 4.42px;
  padding: 7.07px 6.19px;
  position: relative;
  background-color: #e30613;
}

.HERO-SECTION .ISO-logo-red-square {
  position: relative;
  width: 29.62px;
  height: 27.41px;
  object-fit: cover;
}

.HERO-SECTION .frame-11 {
  display: flex;
  flex-direction: column;
  width: 78px;
  align-items: flex-start;
  gap: 2px;
  position: relative;
}

.HERO-SECTION .text-wrapper-7 {
  align-self: stretch;
  color: #ededed;
  font-size: var(--labels-small-bold-700-all-caps-font-size);
  letter-spacing: var(--labels-small-bold-700-all-caps-letter-spacing);
  line-height: var(--labels-small-bold-700-all-caps-line-height);
  position: relative;
  margin-top: -1px;
  font-family: var(--labels-small-bold-700-all-caps-font-family);
  font-weight: var(--labels-small-bold-700-all-caps-font-weight);
  font-style: var(--labels-small-bold-700-all-caps-font-style);
}

.HERO-SECTION .text-wrapper-8 {
  position: relative;
  align-self: stretch;
  font-family: var(--labels-xsmall-medium-500-all-caps-font-family);
  font-weight: var(--labels-xsmall-medium-500-all-caps-font-weight);
  color: #eaa3a5;
  font-size: var(--labels-xsmall-medium-500-all-caps-font-size);
  letter-spacing: var(--labels-xsmall-medium-500-all-caps-letter-spacing);
  line-height: var(--labels-xsmall-medium-500-all-caps-line-height);
  font-style: var(--labels-xsmall-medium-500-all-caps-font-style);
}

.HERO-SECTION .img-wrapper {
  flex-direction: column;
  width: 42px;
  height: 42px;
  justify-content: center;
  gap: 4.42px;
  padding: 7.07px 6.19px;
  background-color: #276194;
  display: flex;
  align-items: center;
  position: relative;
}

.HERO-SECTION .img {
  position: relative;
  width: 35.81px;
  height: 33.14px;
  margin-top: -2.64px;
  margin-bottom: -2.64px;
  margin-left: -3.09px;
  margin-right: -3.1px;
  object-fit: cover;
}

.HERO-SECTION .frame-12 {
  display: flex;
  flex-direction: column;
  width: 133px;
  align-items: flex-start;
  gap: 4px;
  position: relative;
}

.HERO-SECTION .icon-button-wrapper {
  display: flex;
  max-width: 52px;
  width: 52px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.HERO-SECTION .icon-button {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.HERO-SECTION .base-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 8px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.HERO-SECTION .icon-left {
  position: relative;
  width: 28px;
  height: 28px;
}

.HERO-SECTION .component {
  display: flex;
  height: 200px;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
  padding: 8px;width:70%;
  position: relative;
  flex: 1;
  flex-grow: 1;
 /* margin-left: -342px;*/
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 6px 4px 21px #00000033;
  background-image: url(./img/component-9.png);
  background-size: cover;
  background-position: 50% 50%;
}

.HERO-SECTION .component-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  background-color: #0000007d;
  border-radius: 4px;
  overflow: hidden;
}

.HERO-SECTION .component-2 {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 6px;
  left: 6px;
}
 

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
		
		max-width:1600px!important;
		
	}
}

@media (max-width: 1025px) {
 .search-btn{
	 display:none!important;
 }
 .mt-80{
padding-left:40px;
padding-right:40px;padding-top:10px;padding-bottom:10px;
 
}
.mt-40{
padding-left:20px;
padding-right:20px;padding-top:20px;padding-bottom:20px;
}
}

@media (max-width: 1370px) {
	
	.bimdex-HUB .automation {
  position: absolute;
  height: 118px!important;top: -40px;
  width: 118px!important;
  right: -10px;
 
}
.bimdex-HUB .collaboration {
  position: absolute;
 width: 118px!important;
  height: 118px!important;top: -40px;
  right: -10px;
}

.bimdex-HUB .cloud-computing {
  position: absolute;
 width: 118px!important;
  height: 118px!important;top: -40px;
  right: -10px;
}
}
@media (max-width: 769px) {
	
	.bimdex-HUB .automation {
  position: absolute;
  height: 98px!important;top: -40px;
  width: 98px!important;
  right: -10px;
 
}
.bimdex-HUB .collaboration {
  position: absolute;
 width: 98px!important;
  height: 98px!important;top: -40px;
  right: -10px;
}

.bimdex-HUB .cloud-computing {
  position: absolute;
 width: 98px!important;
  height: 98px!important;top: -40px;
  right: -10px;
}



 .search-btn{
	 display:none!important;
 }
 .mt-80{
padding-left:20px;
padding-right:20px;padding-top:10px;padding-bottom:10px;
 
}
.mt-40{
padding-left:20px;
padding-right:20px;padding-top:20px;padding-bottom:20px;
}

}


@media (max-width: 500px) {
	.homepage-desktop .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px 20px;margin-top:15px;
  position: relative;
  flex: 0 0 auto;
  background-color: #262626;
  border-radius: 8px;
}
	.homepage-desktop .similar-products {
  display: flex;
  flex-direction: column;
  width: 80%!important;margin-left:10%!important;padding:0px;border:0px solid #F9F9F9;gap:20px;border-radius:20px!important;
  min-height:500px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
}
}


@media (max-width: 540px) {
	



 .search-btn{
	 display:none!important;
 }
 .mt-80{
padding-left:5px;
padding-right:5px;padding-top:10px;padding-bottom:10px;
 
}

}



/* hub section */


.bimdex-HUB {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 32px;
  padding: 0px 0px 0px;
  position: relative;
  background-color: #ffffff;
}

.bimdex-HUB .framehub {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.bimdex-HUB .component {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 44px;
}

.bimdex-HUB .div-wrapper {
  display: flex;
  width: 288px;
  align-items: center;
  padding: 12px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .text-wrapper {
  position: relative; 
  margin-top: -1.00px;
  font-family: var(--labels-medium-medium-500-font-family);
  font-weight: var(--labels-medium-medium-500-font-weight);
  color: #545454;
  font-size: var(--labels-medium-medium-500-font-size);
  letter-spacing: var(--labels-medium-medium-500-letter-spacing);
  line-height: var(--labels-medium-medium-500-line-height);
  white-space: nowrap;
  font-style: var(--labels-medium-medium-500-font-style);
}

.bimdex-HUB .div {
  width: 288px;
  left: 288px;
  display: flex;
  align-items: center;
  padding: 12px;
  position: absolute;
  top: 0;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-2 {
  width: 288px;
  left: 576px;
  display: flex;
  align-items: center;
  padding: 12px;
  position: absolute;
  top: 0;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-3 {
  width: 288px;
  left: 864px;
  display: flex;
  align-items: center;
  padding: 12px;
  position: absolute;
  top: 0;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .CAD-custom-work-wrapper {
  width: 288px;
  left: 1152px;
  display: flex;
  align-items: center;
  padding: 12px;
  position: absolute;
  top: 0;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .overlap-group-wrapper {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 176px;
  overflow: hidden;
}

.bimdex-HUB .overlap-group {
  position: relative;
  width: 1312px;
  height: 345px;
  top: -163px;
}

.bimdex-HUB .framehub-4 {
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-5 {
  position: relative;
  width: 36px;
  height: 36px;
  background-image: url(./img/megamenu-icon-set-2.png);
  background-size: 100% 100%;
}

.bimdex-HUB .framehub-6 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 4px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.bimdex-HUB .framehub-7 {
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 43px;
  left: 0;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-8 {
  position: relative;
  width: 36px;
  height: 36px;
  background-image: url(./img/megamenu-icon-set-3.png);
  background-size: 100% 100%;
}

.bimdex-HUB .framehub-9 {
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 86px;
  left: 0;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-10 {
  position: relative;
  width: 36px;
  height: 36px;
  background-image: url(./img/megamenu-icon-set-4.png);
  background-size: 100% 100%;
}

.bimdex-HUB .framehub-11 {
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 129px;
  left: 0;
  border: 0px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-12 {
  position: relative;
  width: 36px;
  height: 36px;
  background-image: url(./img/megamenu-icon-set.png);
  background-size: 100% 100%;
}

.bimdex-HUB .framehub-13 {
  display: flex;
  width: 288px;height:190px;
  align-items: center;
  padding: 4px 0px;
  position: relative;
  top: 164px;
  left: 0;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-14 {
  background-image: url(./img/megamenu-icon-set.svg);
  background-size: 100% 100%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-15 {
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 215px;
  left: 0;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-16 {
  background-image: url(./img/megamenu-icon-set-4.svg);
  background-size: 100% 100%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-17 {
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 258px;
  left: 0;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-18 {
  background-image: url(./img/megamenu-icon-set-3.svg);
  background-size: 100% 100%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-19 {
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 301px;
  left: 0;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-20 {
  background-image: url(./img/megamenu-icon-set-2.svg);
  background-size: 100% 100%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-21 {
  left: 288px;
  display: flex;height:190px;
  width: 288px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 164px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-22 {
  background-image: url(./img/name-solidworks-type-colored-2.png);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-23 {
  left: 262px;
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: relative;
  top: 43px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-24 {
  background-image: url(./img/name-inventor-type-colored-2.png);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-25 {
  left: 262px;
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 86px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-26 {
  background-image: url(./img/name-creo-type-colored.png);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-27 {
  left: 262px;
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 129px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-28 {
  background-image: url(./img/name-solidworks-type-colored.png);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-29 {
  left: 262px;
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 172px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-30 {
  background-image: url(./img/name-inventor-type-colored-3.png);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-31 {
  left: 262px;
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 215px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-32 {
  background-image: url(./img/name-creo-type-colored-2.png);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-33 {
  left: 262px;
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 258px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-34 {
  background-image: url(./img/name-solidworks-type-colored-3.png);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-35 {
  left: 262px;
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 301px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-36 {
  background-image: url(./img/name-inventor-type-colored.png);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-37 {
  left: 576px;
  display: flex;
  width: 288px;  height:190px;
  
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 164px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-38 {
  background-image: url(./img/name-revit-type-colored-2.png);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-39 {
  left: 524px;
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 43px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-40 {
  background-image: url(./img/name-sketchup-type-colored.png);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-41 {
  left: 524px;
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 86px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-42 {
  background-image: url(./img/name-autocad-type-colored-2.png);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-43 {
  left: 524px;
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 129px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-44 {
  background-image: url(./img/name-rhino-type-colored.png);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-45 {
  left: 524px;
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 172px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-46 {
  background-image: url(./img/name-revit-type-colored.png);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-47 {
  left: 524px;
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 215px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-48 {
  background-image: url(./img/name-sketchup-type-colored-2.png);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-49 {
  left: 524px;
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 258px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-50 {
  background-image: url(./img/name-autocad-type-colored.png);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-51 {
  left: 524px;
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 301px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-52 {
  background-image: url(./img/name-rhino-type-colored-2.png);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-53 {
  left: 864px;
  display: flex;
  width: 288px; height:190px;
  
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 164px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .software-logos-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .software-logos {
  position: relative;
  height: 36px;
}

.bimdex-HUB .buildingsmart-RGB {
  position: absolute;
  width: 27px;
  height: 27px;
  top: 4px;
  left: 4px;
  object-fit: cover;
}

.bimdex-HUB .framehub-54 {
  left: 787px;
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 43px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-55 {
  background-image: url(./img/name-autocadmep-type-colored.png);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-56 {
  left: 787px;
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 86px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-57 {
  background-image: url(./img/name-autocadp3d-type-colored-2.png);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-58 {
  left: 787px;
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 129px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-59 {
  background-image: url(./img/name-autocadc3d-type-colored-2.png);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-60 {
  left: 787px;
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 172px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-61 {
  left: 787px;
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 215px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-62 {
  background-image: url(./img/name-autocadmep-type-colored-2.png);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-63 {
  left: 787px;
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 258px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-64 {
  background-image: url(./img/name-autocadp3d-type-colored.png);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-65 {
  left: 787px;
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 301px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-66 {
  background-image: url(./img/name-autocadc3d-type-colored.png);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-67 {
  left: 1152px;
  display: flex;
  width: 288px;  height:190px;
  
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 164px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-68 {
  background-image: url(./img/software-logos.png);
  background-size: 100% 100%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-69 {
  left: 1049px;
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 43px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-70 {
  background-image: url(./img/image.png);
  background-size: 100% 100%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-71 {
  left: 1049px;
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 86px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-72 {
  background-image: url(./img/software-logos-2.png);
  background-size: 100% 100%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-73 {
  left: 1049px;
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 129px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-74 {
  background-image: url(./img/software-logos-3.png);
  background-size: 100% 100%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-75 {
  left: 1049px;
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 172px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-76 {
  background-image: url(./img/software-logos.svg);
  background-size: 100% 100%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-77 {
  left: 1049px;
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 215px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-78 {
  background-image: url(./img/software-logos-3.svg);
  background-size: 100% 100%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-79 {
  left: 1049px;
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 258px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-80 {
  left: 1049px;
  display: flex;
  width: 263px;
  align-items: center;
  padding: 4px 0px;
  position: absolute;
  top: 301px;
  border: 1px solid;
  border-color: #d9d9d9;
}

.bimdex-HUB .framehub-81 {
  background-image: url(./img/software-logos-2.svg);
  background-size: 100% 100%;
  position: relative;
  width: 36px;
  height: 36px;
}

.bimdex-HUB .framehub-82 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 252px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.bimdex-HUB .framehub-83 {
  display: flex;
  flex-direction: column;
  width: 13px;
  align-items: center;
  position: relative;
}

.bimdex-HUB .ellipse {
  position: relative;
  width: 8px;
  height: 8px;
  background-color: #666666;
  border-radius: 4px;
}

.bimdex-HUB .img {
  position: relative;
  width: 10px;
  height: 80px;
}

.bimdex-HUB .framehub-84 {
  display: flex;
  flex-direction: column;
  padding-top:40px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.bimdex-HUB .framehub-85 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.bimdex-HUB .text-wrapper-2 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--labels-medium-medium-500-all-caps-font-family);
  font-weight: var(--labels-medium-medium-500-all-caps-font-weight);
  color: #ba2a2d;
  font-size: var(--labels-medium-medium-500-all-caps-font-size);
  text-align: center;
  letter-spacing: var(--labels-medium-medium-500-all-caps-letter-spacing);
  line-height: var(--labels-medium-medium-500-all-caps-line-height);
  font-style: var(--labels-medium-medium-500-all-caps-font-style);
}

.bimdex-HUB .p {
  position: relative;
  width: 100%;
  font-family: var(--desktop-h2-h2-bold-font-family);
  font-weight: var(--desktop-h2-h2-bold-font-weight);
  color: #000000;
  font-size: var(--desktop-h2-h2-bold-font-size);
  text-align: center;
  letter-spacing: var(--desktop-h2-h2-bold-letter-spacing);
  line-height: var(--desktop-h2-h2-bold-line-height);
  font-style: var(--desktop-h2-h2-bold-font-style);
}

.bimdex-HUB .framehub-86 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.bimdex-HUB .framehub-87 {
  position: relative;
  align-self: stretch;
  width: 100%; 
}

.bimdex-HUB .framehub-88 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;margin-bottom:10px;
}

.bimdex-HUB .text-wrapper-3 {
  position: relative;
  width: 100%;
  margin-top: -1.00px;
  font-family: var(--paragraphs-medium-light-300-font-family);
  font-weight: var(--paragraphs-medium-light-300-font-weight);
  color: #161a1d;
  font-size: var(--paragraphs-medium-light-300-font-size);
  text-align: center;
  letter-spacing: var(--paragraphs-medium-light-300-letter-spacing);
  line-height: var(--paragraphs-medium-light-300-line-height);
  font-style: var(--paragraphs-medium-light-300-font-style);
}

.bimdex-HUB .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: #262626;
  border-radius: 6px;
}

.bimdex-HUB .button-label {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--labels-medium-semibold-600-font-family);
  font-weight: var(--labels-medium-semibold-600-font-weight);
  color: #ffffff;
  font-size: var(--labels-medium-semibold-600-font-size);
  letter-spacing: var(--labels-medium-semibold-600-letter-spacing);
  line-height: var(--labels-medium-semibold-600-line-height);
  white-space: nowrap;
  font-style: var(--labels-medium-semibold-600-font-style);
}

.bimdex-HUB .arrow-right {
  position: relative;
  width: 20px;
  height: 20px;
}

.bimdex-HUB .framehub-89 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.bimdex-HUB .framehub-90 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 444px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.bimdex-HUB .framehub-91 {
  display: flex;
  align-items: center;
  gap: 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.bimdex-HUB .framehub-92 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;min-height:380px;width:90%;margin:5%;
  padding: 32px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-color: #f6f6f6;
  border-radius: 12px;
  margin-bottom:50px;
}

.bimdex-HUB .framehub-93 {
  display: inline-flex;
  align-items: flex-start;
  gap: 92px;
  position: relative;
  flex: 0 0 auto;
}

.bimdex-HUB .text-wrapper-4 {
  position: relative;
  width: 272px;
  margin-top: -1.00px;
  font-family: var(--desktop-h4-h4-bold-font-family);
  font-weight: var(--desktop-h4-h4-bold-font-weight);
  color: #000000;
  font-size: var(--desktop-h4-h4-bold-font-size);
  letter-spacing: var(--desktop-h4-h4-bold-letter-spacing);
  line-height: var(--desktop-h4-h4-bold-line-height);
  font-style: var(--desktop-h4-h4-bold-font-style);
}

.bimdex-HUB .automation {
  position: absolute;
  width: 130px;
  height: 130px;top: -20px;
  right: -10px;
 
}

.bimdex-HUB .framehub-94 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.bimdex-HUB .text-wrapper-5 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--desktop-h5-h5-semi-font-family);
  font-weight: var(--desktop-h5-h5-semi-font-weight);
  color: #000000;
  font-size: var(--desktop-h5-h5-semi-font-size);
  letter-spacing: var(--desktop-h5-h5-semi-letter-spacing);
  line-height: var(--desktop-h5-h5-semi-line-height);
  font-style: var(--desktop-h5-h5-semi-font-style);
}

.bimdex-HUB .text-wrapper-6 {
  position: relative;
  align-self: stretch;
  font-family: var(--paragraphs-medium-light-300-font-family);
  font-weight: var(--paragraphs-medium-light-300-font-weight);
  color: #161a1d;
  font-size: var(--paragraphs-medium-light-300-font-size);
  letter-spacing: var(--paragraphs-medium-light-300-letter-spacing);
  line-height: var(--paragraphs-medium-light-300-line-height);
  font-style: var(--paragraphs-medium-light-300-font-style);
}

.bimdex-HUB .collaboration {
  position: absolute;
 width: 148px;
  height: 148px;top: -40px;
  right: -10px;
}

.bimdex-HUB .cloud-computing {
  position: absolute;
 width: 148px;
  height: 148px;top: -40px;
  right: -10px;
}
.mborder{
	border : 1px solid #CCC;
	
}
.mitem{
	 border-left:1px solid #d9d9d9;;border-right:1px solid #d9d9d9;
	border-bottom : 1px solid #CCC;width:100%;padding-bottom:0px;padding-top:0px;height:57px;
	 clear:both;
}


.mitem img{
 width:35px;height:35px;margin:8px;
	
}
.mitemi{
	float:left; 
	
}
.mitemt{
	float:left;padding-top:15px;font-size:12px;
	
}




.marquee {
  --gap: 1rem;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
}