@font-face {
  font-family: "LabilGrotesk";
  src: url("../fonts/LabilGrotesk.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "LabilGrotesk";
  src: url("../fonts/LabilGrotesk-Medium.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: "NeueHaasDisplay";
  src: url("../fonts/NeueHaasDisplayLight.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "NeueHaasDisplay";
  src: url("../fonts/NeueHaasDisplayXXThin.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "NeueHaasDisplay";
  src: url("../fonts/NeueHaasDisplayXThin.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "NeueHaasDisplay";
  src: url("../fonts/NeueHaasDisplayThin.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NeueHaasDisplay";
  src: url("../fonts/NeueHaasDisplayRoman.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "NeueHaasDisplay";
  src: url("../fonts/NeueHaasDisplayMediu.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "NeueHaasDisplay";
  src: url("../fonts/NeueHaasDisplayBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "NeueHaasDisplay";
  src: url("../fonts/NeueHaasDisplayBlack.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}



/*--------------------------------------------------------------
/** 1. VARIABLES
--------------------------------------------------------------*/
:root {
  --primary-color: #ffffff;
  --secondary-color: #05213c;
  --black-color: #323232;
  --light-black-color: #444444;
  --dark-color: #313131;
  --body-color: #747474;
  --gray-color: #777f81;
  --light-color: #b8b8ba;

  /* Bootstrap Theme Color  */
  --bs-gray-100: #f6f6f6;
  --bs-gray-300: #dcdcdc;
  --bs-light-rgb: rgba(255, 255, 255, 1);
  --bs-dark-rgb: 41, 41, 41;
  --bs-primary-rgb: 178, 142, 113;
}

/* Fonts */
:root {
  --heading-font: "NeueHaasDisplay",sans-serif;
  --body-font: "NeueHaasDisplay", sans-serif;
  --menu-medium-font: "LabilGrotesk", sans-serif;
  --menu-thin-font: "LabilGrotesk", sans-serif;
}
.lh-125 {
  line-height: 1.25;
}
.lh-15 {
  line-height: 1.5;
}
.ls-2 {
  letter-spacing: 2px;
}
.txt-18 {
  font-size: 18px;
}
.txt-20 {
  font-size: 20px;
}
.txt-22 {
  font-size: 22px;
}
.txt-24 {
  font-size: 24px;
}
.txt-26 {
  font-size: 26px;
}
.txt-28 {
  font-size: 28px;
}
.txt-32 {
  font-size: 32px;
}
.txt-34 {
  font-size: 34px;
}
.txt-36 {
  font-size: 36px;
}
.txt-38 {
  font-size: 38px;
}
.txt-38 {
  font-size: 38px;
}
.txt-40 {
  font-size: 40px;
}
.txt-42 {
  font-size: 42px;
}
.txt-66 {
  font-size: 66px;
}
.txt-90 {
  font-size: 90px;
}
.txt-170 {
  font-size: 170px;
}
.txt-desc
{
  font-size: 30px;
  line-height: 42px;
  color:#fff;
}
.fw-100{
  font-weight: 100;
}
.fw-200{
  font-weight: 200;
}
.fw-300{
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-bold {
  font-weight: bold;
}

.txt-non-transform {
  text-transform: unset;
}

.max-width-100 {
  max-width: 100%;
}
.max-width-90 {
  max-width: 90px;
}
.mw-120 {
  max-width: 120px;
}

.mw-150 {
  max-width: 150px;
}

.gradiant-txt {
  background: linear-gradient(45deg, #ffffff, #9c9c9c); /* Gradient colors */
  -webkit-background-clip: text; /* Clip background to text */
  color: transparent; /* Make the text itself transparent */
}
.violet-gradiant {
   background: linear-gradient(45deg, #392a51, #7556a2); /*Gradient colors */
  -webkit-background-clip: text; /* Clip background to text */
  color: transparent; /* Make the text itself transparent */
  
}
.violet-gradiant-new
{
  background: linear-gradient(90deg, #35274A 0%, #7E5DB0 100%);
  -webkit-background-clip: text; /* Clip background to text */
  color: transparent; /* Make the text itself transparent */
}

.violet-gradiant-light {
  /* background: linear-gradient(
    180deg,
    #121213,
    #594f6e,
    #121213
  ); Gradient colors */
background: linear-gradient(180deg, #1C1427 0%, #7D7198 57.76%, #2E2543 88.78%);
  -webkit-background-clip: text; /* Clip background to text */
  color: transparent; /* Make the text itself transparent */
   /* text-shadow: 0px 4px 25px #2C1B48; */
}

.yellow-txt {
  color: #b28b57;
}
.violet-bg {
  background-color: #a594fe;
}
.light-grey-txt {
  color: #7a728d;
}

/*----------------------------------------------*/
/* 2 GENERAL TYPOGRAPHY
/*----------------------------------------------*/

/* 2.1 General Styles
/*----------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

body {
  /* background-image: url(images/bg.jpg); */
  background-color: #060409;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  letter-spacing: 0.32px;
  color: var(--body-color);
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  color: var(--primary-color);
}

.text-light {
  color: var(--light-color) !important;
}

.text-primary {
  color: var(--primary-color) !important;
}
.text-yellow {
  color: #FFC225;
}
.text-violet {
  color: #7556a2;
}
.text-violet-light {
  color: #594f6e;
}

.text-pink {
  color: #c15fdf;
}

.text-black {
  color: var(--black-color) !important;
}
.lh-1 {
  line-height: 1;
}

/* 2.2 Background Color
/*----------------------------------------------*/
.bg-light {
  background-color: var(--light-color) !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-secondary {
  background-color: var(--secondary-color) !important;
}

.bg-gray {
  background-color: var(--bs-gray-100) !important;
}

.bg-darker {
  background-color: #0a080d;
}
.nav-bg
{
  background-color: #02010299;
}
.sticky .nav-bg
{
  background-color: #0a080d;
}

.grey-1-bg {
  background-color: #17141b;
}

.grey-2-bg {
  background-color: #322c38;
}

.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}

.border-bottom {
  border-bottom: 1px solid #4c4950;
}
.border-bottom-light {
  border-bottom: 1px solid #3d3a40;
}
/*--------------------------------------------------------------
/** 2.3 Section
--------------------------------------------------------------*/
/* - Section Padding
--------------------------------------------------------------*/
.padding-small {
  padding-top: 6em;
  padding-bottom: 6em;
}

.padding-medium {
  padding-top: 8em;
  padding-bottom: 8em;
}

.padding-large {
  padding-top: 12em;
  padding-bottom: 12em;
}

/* - Section Margin
--------------------------------------------------------------*/
.margin-small {
  margin-top: 3em;
  margin-bottom: 3em;
}

.margin-medium {
  margin-top: 8em;
  margin-bottom: 8em;
}

.margin-large {
  margin-top: 12em;
  margin-bottom: 12em;
}

/* - Section Title
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5 {
  color: var(--black-color);
  font-family: var(--heading-font);
  text-transform: capitalize;
  font-weight: 700;
}

h6 {
  color: var(--light-black-color);
  font-family: var(--body-font);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* - Content width
--------------------------------------------------------------*/
.container-xxl {
  max-width: 1750px;
}

/* Animation */
@media (min-width: 200px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

/* Animate Slide */
@keyframes slide {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slide {
  -webkit-animation-name: slide;
  animation-name: slide;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}

/*--------------------------------------------------------------
/** 2.4 Buttons
--------------------------------------------------------------*/
.btn {
  --bs-btn-padding-x: 2rem;
  --bs-btn-padding-y: 1rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  text-transform: uppercase;
  border-radius: 60px;
  letter-spacing: 0.1rem;
  transition: all 0.4s ease-in-out;
}

.btn-primary {
  box-shadow: 0 3px 3px 0px rgba(58, 58, 58, 0.24);
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--primary-color);
  --bs-btn-border-color: var(--primary-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f3960a;
  --bs-btn-hover-border-color: #f3960a;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f3960a;
  --bs-btn-active-border-color: #f3960a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #f3960a;
  --bs-btn-disabled-border-color: #f3960a;
}

.btn-secondary {
  box-shadow: 0 3px 3px 0px rgba(58, 58, 58, 0.24);
  --bs-btn-color: #fff;
  --bs-btn-bg: #999ea4;
  --bs-btn-border-color: #999ea4;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #818991;
  --bs-btn-hover-border-color: #818991;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #818991;
  --bs-btn-active-border-color: #818991;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #999ea4;
  --bs-btn-disabled-border-color: #999ea4;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ebebeb;
  --bs-btn-hover-border-color: #ebebeb;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ebebeb;
  --bs-btn-active-border-color: #ebebeb;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-yellow {
  border-radius: 10px;
  padding: 10px 20px !important;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 170px;
  color: #000 !important;
  background: 
    linear-gradient(90deg, #f2c683fa, #f3960a) padding-box, 
    linear-gradient(106.21deg, #FFFFFF -7.17%, #FF9400 61.26%) border-box !important; 
  border: 2px solid transparent !important; 
  box-shadow: 0px 4px 150px 0px #FFBE6380;
}
 
.btn-yellow-outline
{

  position: relative;
  padding: 12px 20px;
  border: none;
  background: transparent;
  border-radius: 10px;
  color: #FFCA81 !important; 
  cursor: pointer;
  z-index: 1;
  font-size: 20px;
    width: 160px;
    margin-left: 42px;
    text-align: center;
    box-shadow: 0px 4px 150px 0px #FFBE6380;
    height: 50px;
}
.btn-yellow-outline::before
{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px; /* border thickness */
  background: linear-gradient(106.21deg, #FFFFFF -7.17%, #FF9400 61.26%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; /* Chrome/Safari */
  mask-composite: exclude;     /* Firefox */
  z-index: -1;
}
.nav-link.btn-yellow {
  font-size: 20px;
  width: 160px;
}
/*--------------------------------------------------------------
/** 3.CONTENT ELEMENTS
--------------------------------------------------------------*/

/* Dropdown
------------------------------------------------------------- */
.dropdown-item {
  color: var(--dark-color);
}

.dropdown-item.active,
.dropdown-item:hover,
.dropdown-item:active {
  color: var(--dark-color);
  background-color: var(--bs-gray-300);
}

/* Breadcrumb
------------------------------------------------------------- */
.breadcrumb-item + .breadcrumb-item::before {
  color: var(--bs-light);
  position: relative;
}

/* Pagination
------------------------------------------------------------- */
.pagination {
  --bs-pagination-color: var(--black-color);
  --bs-pagination-hover-color: #fff;
  --bs-pagination-hover-bg: var(--primary-color);
  --bs-pagination-hover-border-color: var(--primary-color);
  --bs-pagination-focus-color: #fff;
  --bs-pagination-focus-bg: var(--primary-color);
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-active-bg: var(--primary-color);
  --bs-pagination-active-border-color: var(--primary-color);
}

/* Form
------------------------------------------------------------- */
.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: none;
}

.form-check-input:focus {
  border-color: var(--primary-color);
  outline: 0;
  box-shadow: none;
}

.form-control {
  /* box-shadow: 1px 3px 3px 1px rgba(121, 121, 121, 0.096); */
  border: none;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--dark-color);
  outline: 0;
  box-shadow: 1px 3px 3px 1px rgba(121, 121, 121, 0.096);
}

.form-control::placeholder, .form-select:focus
{
  color: #fff;
}

input,
select,
textarea {
  border-color: var(--dark-color);
  outline: 0;
  box-shadow: none;
}

select:focus {
  box-shadow: none;
}

/* Svg Color
------------------------------------------------------------- */
svg.light-color {
  color: var(--light-color);
}

svg.dark-color {
  color: var(--dark-color);
}

svg.primary-color {
  color: var(--primary-color);
}

svg.primary-color {
  color: var(--primary-color);
}

svg.primary-color-500 {
  color: var(--bs-primary-rgb);
}

/*----------------------------------------------*/
/* 4 SITE STRUCTURE */
/*----------------------------------------------*/

.bg-gradiant {
  position: absolute;
  top: 0;
  left: -30%;
  right: 0;
  z-index: 0;
  width: 90%;
  height: 47%;
  margin: auto;
  opacity: 0.6;
}
.supply-bg-gradiant {
  position: absolute;
  top: 0;
  left: -10%;
  right: 0;
  z-index: 0;
  width: 90%;
  height: 90vh;
  margin: auto;
  opacity: 0.6;
}

@media (max-width: 999px) {
  .main-body {
    margin-top: 0px;
    padding-top: 0rem;
  }
}

/* 4.1 Header
/*----------------------------------------------*/

.sticky-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add a shadow to make it stand out */
  margin: auto;
}
.navbar-nav {
  align-items: center;
}

li.nav-item {
  padding: 0px 22px;
  font-size: 17px;
  font-weight: 400;
}
a.nav-link {
  color: #acacaa;
}
li.nav-item:first-child {
  font-size: 24px;
  padding: 0 50px 0 0px;
}

li.nav-item.active,
li.nav-item:hover:not(:first-child):not(:last-child) {
  background: linear-gradient(180deg, #0a080d, #1a1720, #2b2b2b);
  border-bottom: 2px solid #eddabdfa;
  font-weight: bold;
  font-family: var(--menu-medium-font);
}

.nav-item.active a.nav-link:focus .nav-item a.nav-link:focus {
  color: #ffffff;
  font-family: var(--menu-medium-font);
}

.nav-item.active a.nav-link,
.nav-item a.nav-link:hover,
li.nav-item:first-child a.nav-link {
  color: #ffffff;
  outline: none;
}

#primary-header {
  max-width: 870px;
  margin: auto;
  /* box-shadow: 1px 1px 4px 2px grey !important; */
  border: 1px solid #4f4a4a;
  padding: 0;
}

#primary-header .dropdown .search::after {
  content: none;
}

#primary-header .search-dropdown .dropdown-menu {
  width: 260px;
}

#primary-header .search-dropdown .dropdown-menu input {
  min-width: 100%;
}

#primary-header .search-dropdown .dropdown-menu button {
  padding: 0 12px;
  min-height: -webkit-fill-available;
  border-radius: 0.25rem;
}

/* 4.3 Banner Section
/*----------------------------------------------*/

.banner-topic,
.banner-title {
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
}

/* 4.3 About Section
/*----------------------------------------------*/
svg.play-icon {
  animation: play 1.5s alternate infinite ease-in;
}

@keyframes play {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1.1);
  }
}

.service-post,
.supply-service-post {
  cursor: pointer;
  /* border: 1px solid #e0dfdb; */
  transition: all 0.5s ease-in-out;

  margin: auto;
  z-index: 1;
  position: relative;
}
.service-post {
  max-width: 180px;
  height: 135px;
}
.supply-service-post {
  height: 310px;
  box-shadow: -1px -1px 1px 0.5px #3b3434;
  max-width: 90%;
}
.supply-service-post img {
  transition: all 0.3s ease-in-out 0s;
}
/* .supply-service-post:hover img {
  transform: rotateY(360deg);
  transition: all 0.7s ease-in-out 0s;
} */
.supply-service-post-img .mw-100 {
  max-width: 100px !important;
}
.supply-service-post-img {
  min-height: 200px;
  align-content: center;
}

.service-post:hover,
.supply-service-post:hover {
  box-shadow: 0px 0px 9px 0px #f2970e;
}

.grey-bg-line {
  position: relative;
}
.grey-bg-line::after {
  content: "";
  width: 85%;
  height: 4px;
  background-color: #696371;
  position: absolute;
  top: 40%;
  vertical-align: middle;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.campaign-bg {
  padding: 20px 50px 300px 50px;
  background-image: url("../images/camp_pat.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: contain; 
}

.project-content .project-img {
  transition: all 0.5s ease-in-out;
}

.project-content:hover .project-img {
  opacity: 0.3;
}

.project-description {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.project-content:hover .project-description {
  opacity: 1;
}

button.filter-button {
  border: 0;
  border-radius: 20px;
  background: transparent;
  text-transform: uppercase;
  color: var(--black-color);
  transition: all 0.3s ease-in-out;
}

button.filter-button.active,
button.filter-button:hover {
  color: var(--bs-light);
  background: var(--primary-color);
}

.plan-post {
  border: 1px solid var(--primary-color);
}

span.price-tick {
  color: var(--primary-color);
}

.price-option {
  height: 320px;
}

.owl_wrapper {
  width: 100vw;
  overflow: hidden;
}
.owl_content {
  padding-left: 12%;
}
.owl_wrapper .owl-item {
  opacity: 0;
  transform: scale(0.6);
  -ms-transform: scale(0.6);
  transition: all 0.2s;
  -webkit-transform: all 0.2s;
  z-index: 1;
}
.owl_wrapper .active {
  opacity: 0.5;
}
.owl_wrapper .active.middle_beside {
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  opacity: 0.8;
  margin: 0 -1%;
  z-index: 2;
}
.owl_wrapper .active.middle {
  transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
  z-index: 3;
}
.owl_wrapper .active.next_to_mid {
  margin-left: -1%;
}
.owl_wrapper .active.prev_to_mid {
  margin-right: -1%;
}
.owl_wrapper .prev,
.owl_wrapper .next {
  position: absolute;
  top: 100px;
  left: 100px;
  width: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: #777;
  cursor: pointer;
  z-index: 5;
}
.owl_wrapper .next {
  left: calc(100% - 100px);
}
.no_select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .item {
  transition: transform 0.3s ease;
}

#slider .owl-carousel .owl-item.center .item img {
  transform: scale(1.4); /* Make the center slide bigger */
  opacity: 1; /* Keep the center slide at full opacity */
}
.owl-carousel .owl-item.center {
  z-index: 1000;
}

.owl-carousel .item {
  text-align: center;
  padding: 30px 0;
}

.owl-item img{
  border-radius: 10px;;
}

.owl-item.active.center img{
  border-radius: unset;
}

.owl-carousel .owl-stage-outer {
  overflow: hidden;
  height: 450px;
  align-content: center;
}

#slider .owl-carousel .owl-item.active.center img {
  border: 1px solid grey;
  /* padding: 6px; */
  --s: 20px; /* the size on the corner */
  --t: 2px; /* the thickness of the border */
  --g: 6px; /* the gap between the border and image */

  padding: calc(var(--g) + var(--t));
  outline: var(--t) solid #ffffff; /* the color here */
  outline-offset: calc(-1 * var(--t));
  -webkit-mask: conic-gradient(at var(--s) var(--s), #ebdede42 75%, #000 0) 0 0 /
      calc(100% - var(--s)) calc(100% - var(--s)),
    linear-gradient(#000 0 0) content-box;
  transition: 0.4s;
  cursor: pointer;
}
.m-l-15 {
  margin-left: 15px;
}
.m-r-15 {
  margin-right: 15px;
}

.grid-box-title {
  margin-top: 20px;
}

.carousel-inner {
  width: 100%;
  margin: auto;
  overflow: visible;
  padding: 30px;
}
.carousel-item {
  height: 100%;
  min-height: 350px;
  border: 1px solid transparent;
  border-radius: 20px;
}
#carouselExampleCaptions .carousel-inner::before {
  content: "";
  width: 94%;
  height: 85%;
  background-color: #1d1a23;
  position: absolute;
  transform: rotate(3deg);
  left: 5%;
  border-radius: 20px;
}
#carouselExampleCaptions .carousel-caption {
  position: absolute;
  right: 7%;
  left: 7%;
  padding-top: 1rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
#carouselExampleCaptions .carousel-indicators button {
  background-color: #281e39;
}
#carouselExampleCaptions .carousel-indicators button.active {
  background-color: #8976ac;
}
#carouselExampleCaptions {
  margin-top: 40px;
  width: 80%;
  margin: auto;
}
.supply-page #carouselExampleCaptions {
  margin-top: -65px;
}
.supply-page
{
  background-color: linear-gradient(180deg, #121111 0%, #050407 19%, #120D1B 100%);
}
.story-page
{
background-color: linear-gradient(180deg, #121111 0%, #050407 19%, #130d1f 90%);
}
#testimonials {
  /* background-color: #100c1a; */
  position: relative;
  background-color: linear-gradient(180deg, rgba(18, 13, 27, 0.8) 0%, rgba(14, 10, 21, 0.8) 100%);
}
.button-bg {
  padding: 7px 15px;
  border-radius: 20px;
  background-color: #291d4b;
  display: inline-block;
}

.banner-img-shadow {
  box-shadow: -23px -35px 180px 66px #191a36;
}

.p-50-50-0-50 {
  padding: 50px 50px 0 50px;
}
.p-70-5-0-5 {
  padding: 50px 80px 60px 80px;
  max-width: 90%;
  margin: auto;
  display: block;
}
.p-30-0-5 {
  padding: 30px 0 5px;
}
.p-40-0-5 {
  padding: 40px 0 5px;
}
.p-0-0-0-30 {
  padding: 0 0 0 30px;
}
.p-10-30-0 {
  padding: 10px 30px 0px;
}
.ad-box {
  padding: 10px;
  overflow: hidden;
}
.metrics-box {
  background-color: #16141b;
  border-radius: 15px;
  padding: 15px;
  background-image: url(../images/metrics-box-bg.png);
  background-size: 66% 84%;
  background-position: 120% 100%;
  background-repeat: no-repeat;
}
.metrics-dropdown {
  font-family: "NeueHaasDisplayMedium";
  padding: 5px 10px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.big-title {
  margin-top: -72px;
  /* margin-bottom: -6rem; */
  z-index: 0;
}
.medium-title
{
font-size: 120px;
margin-bottom: -106px;
}
.dollar {
  position: absolute;
  right: 30px;
  top: 50px;
  color: #332f3d;
}

/* Supply page banner slider*/
.carousel-indicators [data-bs-target] {
  position: relative;
  width: 45px;
  height: 6px;
  border: none;
  border-radius: 24px;
}

.carousel-indicators [data-bs-target] span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  border-radius: inherit;
}
#carouselExampleIndicators .carousel-indicators {
  top: 20px;
  width: 100%;
  margin: auto;
  /* padding: 30px; */
}
#carouselExampleIndicators .carousel-inner {
  width: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: 15px;
}
#carouselExampleIndicators .carousel-indicators [data-bs-target] {
  width: 30%;
  background-color: #32414F;
  opacity: 1;
}
.rectangle-wave-bg {
  height: 375px;
  position: relative;
}
.careers .btn-yellow {
  padding: 0;
  font-size: 26px;
  width: 23%;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  bottom: 0;
  height: 14%;
  margin: auto;
  vertical-align: middle;
  display: block;
  text-align: center;
  align-content: center;
  font-weight: 600;
}
.careers
{
  background: linear-gradient(180deg, #140F1E 0%, #0A080F 100%);

}
.rectangle-wave-bg img {
  max-width: 100%;
  position: relative;
  height: 100%;
}
.workflow{
  z-index: 1;
  position: relative;
}
.workflow-circles {
  position: absolute;
  top: 8%;
  width: 65%;
  right: -7%;
  left: auto;
}
.globe-box{
  position: relative;
}
.globe{
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}
@media (min-width: 1500px) {
  .owl-carousel .owl-stage-outer {
    height: 530px;
  }
}
@media (max-width: 1399px) {
  li.nav-item {
    padding: 0px 21px;
  }
  .careers .btn-yellow {
    font-size: 24px;
    width: 24%;
  }
  .workflow-circles {
    top: 17%;
    width: 70%;
    right: -9%;
}
}
@media (max-width: 1199px) {
  .careers .btn-yellow {
    font-size: 20px;
    width: 30%;
  }
  .workflow-circles {
    top: 30%;
    right: -9%;
  }
}

@media (min-width: 993px) {
  #header {
    position: relative;
    top: 80px;
    z-index: 2;
    left: 0;
    right: 0;
  }
  #header.sticky {
    position: fixed;
    top: 10px;
    /* animation: smoothScroll 1s forwards; */
  }
  li.nav-item:last-child {
    padding: 0 0 0 60px;
  }
  
}

@media (max-width: 1024px) {
  .campaign-bg {
    padding: 20px 50px 200px 50px;
    background-size: 100%;
  }
}

@media (max-width: 992px) {
  #header {
    position: fixed;
    top: 0;
    z-index: 2;
    left: 0;
    right: 0;
  }
  #primary-header {
    border-radius: 0 !important;
  }
  a.nav-link {
    font-size: 18px;
    padding: 8px 0 8px 0 !important;
  }
  li.nav-item:first-child a.nav-link {
    font-size: 32px;
  }
  li.nav-item {
    border: 0px !important;
  }
  .nav-item.active a.nav-link,
  .nav-item a.nav-link:hover,
  li.nav-item:first-child a.nav-link {
    color: unset;
  }
  .padding-medium {
    padding-top: 6em;
    padding-bottom: 6em;
  }
  li.nav-item.active {
    background: unset;
  }
  .nav-item a.nav-link,
  .nav-item a.nav-link:hover,
  a.nav-link {
    color: var(--dark-color);
  }
  .grey-bg-line::after {
    display: none;
  }
  .txt-34 {
    font-size: 26px;
  }
  .txt-36 {
    font-size: 26px;
  }
  .txt-38 {
    font-size: 28px;
  }
  .txt-40 {
    font-size: 28px;
  }
  .txt-66 {
    font-size: 40px;
  }
  .txt-90 {
    font-size: 40px;
  }
  .txt-170 {
    font-size: 70px;
        padding-top: 60px;
  }
  #carouselExampleCaptions {
    margin-top: 2rem;
  }
  .carousel-inner {
    width: 100%;
  }
  .carousel-control-prev {
    left: -14%;
  }
  .carousel-control-next {
    right: -14%;
  }
  .rectangle-wave-bg {
    height: 250px;
  }
  .careers .btn-yellow {
    font-size: 16px;
    width: 28%;
    height: 16%;
    top: 23%;
  }
  .bg-gradiant {
    height: 100%;
  }
  .workflow-circles {
    top: 41%;
    right: -9%;
  }
}
@media (max-width: 768px) {
  .owl-carousel .owl-stage-outer {
    height: 350px;
  }
  .features-grid-box {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .carousel-control-prev {
    left: 0%;
    bottom: 10px;
    top: auto;
    right: 45px;
    left: auto;
  }
  .carousel-control-next {
    right: 0%;
    top: auto;
    bottom: 10px;
  }
  .carousel-item {
    min-height: 400px;
  }
  .workflow {
    position: relative;
    width: 100%;
    right: 0;
    margin-top: -240px;
  }
  .workflow-circles {
    top: 0;
    right: auto;
    position: relative;
    width: 100%;
    bottom: 0;
  }
}
@media (max-width: 576px) {
  .txt-18 {
    font-size: 16px;
  }
  .txt-20 {
    font-size: 18px;
  }
  .txt-22 {
    font-size: 18px;
  }
  .txt-24 {
    font-size: 18px;
  }
  .txt-26 {
    font-size: 20px;
  }
  .txt-28 {
    font-size: 22px;
  }
  .txt-32 {
    font-size: 24px;
  }
  .txt-34 {
    font-size: 25px;
  }
  .txt-36 {
    font-size: 26px;
  }
  .txt-38 {
    font-size: 28px;
  }
  .txt-40 {
    font-size: 30px;
  }
  .txt-42 {
    font-size: 32px;
  }
  .txt-66 {
    font-size: 36px;
  }
  .mb-xs-3 {
    margin-bottom: 2rem;
  }
  .ps-xs-0 {
    padding-left: 0 !important;
  }
  .pe-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-3 {
    padding-bottom: 1.5rem;
  }
  .pb-xs-4 {
    padding-bottom: 2rem;
  }
  .pb-xs-5 {
    padding-bottom: 2.5rem;
  }
  .padding-medium {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-1 {
    padding-bottom: 1rem !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
  .button-bg {
    margin: 20px auto;
    display: block;
    max-width: 240px;
    text-align: center;
  }
  .supply-service-post {
    max-width: 240px;
    height: 250px;
    margin: 0 auto !important;
  }
  .medium-title
  {
   font-size: 80px;
   margin-bottom: 0px; 
  }
  .supply-service-post-img {
    min-height: 150px;
  }
  .supply-service-post-img .mw-100 {
    max-width: 80px !important;
  }
  .supply-service-post-img .mw-120 {
    max-width: 100px !important;
  }
  .supply-service-post-img .mw-150 {
    max-width: 110px !important;
  }
  .campaign-bg {
    background-position: bottom;
  }
  .carousel-item {
    min-height: 370px;
  }
  #testimonials {
    margin-top: -35px;
  }
  .supply-page #carouselExampleCaptions {
    margin-top: -50px;
  }
  .careers .btn-yellow {
    font-size: 16px;
    width: 31%;
    height: 16%;
    top: 23%;
  }
  .owl-carousel .owl-item img {
    width: 70%;
    margin: auto;
  }
}

@media (max-width: 576px) {
  .careers .btn-yellow {
    font-size: 14px;
    width: 34%;
  }
}


html {
  scroll-behavior: smooth;
} 

.content-height{
  height: 120px;
}

.gradiant-border {
  border: 1px solid;
  /* border-image: radial-gradient(circle at left top, #4A4A4A, #191919, #191919) 1; */
  position: relative;
  overflow: hidden;
}

.gradiant-background{
  box-shadow: 0px 5px 120px #000;
  border-radius: 17.77px;
}

.gradiant-border::before {
  content: "";
  position: absolute;
  inset: -10px; /* Makes space for the border */
  background: radial-gradient(circle at left top, #4A4A4A, #191919, #191919);
  z-index: -1;
  border-radius: 30px !important; /* Matches parent border-radius */
}

.carousel-control-next-icon, .carousel-control-prev-icon{
  height: 3rem;
  width: 3rem;
}

.p-100-0-5{
padding: 95px 0 5px;
}

.text-start{
  margin-bottom: 0rem;;
}

.m-b-50{
  margin-bottom: 50px;
}

.testimonial-text{
  margin-bottom: 1.5rem;
}

.owl-item .supply-service-post{
  margin:0;
}

.banner-content{
  padding-top:14rem;
}

.carousel-control-prev-icon {
  background-image: url("images/left_arr.svg");
}

.carousel-control-next-icon {
  background-image: url("images/right_arr.svg");
}

.car-box-shadow{
  box-shadow: 0px 4px 250px 0px #172B49;
}

.cards {
  position: relative;
  list-style-type: none;
  padding: 0;
  max-width: 900px;
  margin: 6rem auto 4rem;
  height: 320px;
}
.card {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 30px;
  background: linear-gradient(127deg, #35303F 0%, #2B2636 94.1%);
  padding: 40px;
  box-shadow: 0 0 40px #000;
  transform: translateY(0) rotate(4deg) translateX(25px) scale(1);
  transform-origin: 0 0;
  transition: transform 0.6s cubic-bezier(0.8, 0.2, 0.1, 0.8) 0.1s, background 0.4s linear;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.card :last-child {
  margin-bottom: 0;
}
.card--current{
  background: linear-gradient(127deg, #1A171E 0%, #16131A 94.1%) ;
}
.card--next {
  z-index: 5;
  background: linear-gradient(127deg, #35303F 0%, #2B2636 94.1%);;
  transform: translateY(-25px) rotate(4deg) translateX(25px) scale(1);
}
.card--out {
  -webkit-animation: card-out 0.7s cubic-bezier(0.8, 0.2, 0.1, 0.8);
          animation: card-out 0.7s cubic-bezier(0.8, 0.2, 0.1, 0.8);
  transform: translateY(-50px) rotate(8deg) translateX(55px) scale(0.95);
  z-index: 1;
  background: #17141b;
}
@-webkit-keyframes card-out {
  0% {
    z-index: 20;
    transform: translateY(0px) rotate(-4deg);
  }
  50% {
    transform: translateY(-120%) rotate(-5deg) translateX(-40px);
  }
  80% {
    z-index: 1;
  }
  100% {
    transform: translateY(-50px) rotate(8deg) translateX(55px) scale(0.95);
  }
}
@keyframes card-out {
  0% {
    z-index: 20;
    background: linear-gradient(127deg, #1A171E 0%, #16131A 94.1%) ;
    transform: translateY(0px) rotate(-4deg);
  }
  50% {
    background: linear-gradient(127deg, #1A171E 0%, #16131A 94.1%) ;
    transform: translateY(-120%) rotate(-5deg) translateX(-40px);
  }
  80% {
    background: linear-gradient(127deg, #1A171E 0%, #16131A 94.1%) ;
    z-index: 1;
  }
  100% {
    background: linear-gradient(127deg, #1A171E 0%, #16131A 94.1%) ;
    transform: translateY(-50px) rotate(8deg) translateX(55px) scale(0.95);
  }
}
.card--current {
  cursor: auto;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  position: relative;
  z-index: 10;
  opacity: 1;
  transform: rotate(-1deg) translateX(0%) scale(1);
}

.txt-uppercase{
  text-transform: uppercase;
}

.home-bg{
  /* background-image: linear-gradient(
    transparent,
    transparent,
    black
  ), url(../images/bg-gradiant.svg); */
  position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
   background: radial-gradient(circle at center, rgb(52 1 103 / 70%) 0%, rgba(80, 0, 150, 0.1) 25%, rgba(0, 0, 0, 1) 90%);
    background-size: 180% 180%;
    animation: moveGradient 8s linear infinite alternate;
}

@keyframes moveGradient {
    0% {
      background-position: 30% 50%;
    }
    50% {
      background-position: 70% 50%;
    }
    100% {
      background-position: 30% 50%;
    }
  }

.supply-bg{
  background-image: url(../images/supply_bg.png);
  min-height: 100vh;;
}

.background-star{
  background-image: url(../images/group_97.png);
  background-position: center;
}

.m-b-10r{
  margin-bottom: 10rem;
}

.margin-auto{
  margin: auto;
}

.card-button{
  background: transparent;
  border: none;
}

.h-100{
  height: 100%;
}

.float-left{
  float: left
}

.float-right{
  float: right;
}

.supply-curve{
  position: absolute;
  top: 9%;
  width: 50%;
}

.background-container {
  position: relative;
  width: 100%;
  margin-bottom: -50px;
  height: 400px;
  background: url('../images/group_97.png') center/cover no-repeat;
}

.background-container img{
  position: absolute;
    /* text-align: center; */
    height: 100%;
    top: 20%;
}

.background-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0); /* Adjust transparency */
}

.tile-1{
  width: 30%;
  height: 3.07px;
  background: #FD94D3;
  border-radius: 22px;
}

.tile-2{
  width: 25%;
  height: 3.07px;
  background: #A594FD;
  border-radius: 22px;
}

.tile-3{
  width: 20%;
  height: 3.07px;
  background: #94E4FD;
  border-radius: 22px;
}

.tile-4{
  width: 16%;
  height: 3.07px;
  background: #F5D278;
  border-radius: 22px;
}

.p-60-0-5 {
  padding: 60px 0 5px;
}

.map-bg{
    background-image: linear-gradient(
      #1A171E,
      transparent
    ), url(../images/map.png);  
    height: 550px;
    border: 1.11px #4A4A4A solid;
    padding: 1.2rem;
}

.chat-bg{
  background: linear-gradient(123deg, #1A171E 0%, #16131A 100.1%);
  box-shadow: 0px 5px 120px 0px #000;
  border: 1.11px #4A4A4A solid;
  border-radius: 5px;
}

.ooh-bg{
  background: linear-gradient(127deg, #1A171E 0%, #16131A 100%); 
  box-shadow: 0px 5px 120px black; 
  border-radius: 2px; 
  border: 1px #4A4A4A solid;
  border-radius: 5px;
  padding: 1.2rem;
}

.font-Neue{
  font-family: "Ne";  
}

.text-white{
  color:white;
}

.ls-0{
  letter-spacing: 0;;
}

.chip-container{
  justify-content: flex-start; 
  align-items: center; 
  gap: 6px; 
  display: inline-flex;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.chip-content{
  align-self: stretch;
  color: #98989A;
  font-size: 18px;
  word-wrap: break-word;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 1rem;
}

.chip-metric{
  font-size: 14px;
}

.chip-metric .title{
  color: #98989A; 
  font-weight: 400;
  line-height: 14px;
  word-wrap: break-word
}

.chip-metric .metric{
  color: white; 
  font-weight: 500; 
  word-wrap: break-word
}

.nav-item{
  min-width: 148px;
}

.testimonial-header{
  margin-top: 30px;
  text-align: center !important;
  margin-bottom: -50px;
  font-size: 30px;
}

.seller-map{
    margin-top: -7rem;
    text-align: center;
    padding: 1rem;
    word-wrap: break-word;
    line-height: 35px;
    font-size: 35px;
    font-weight: 600 !important;
}

.join
{
  border-radius: 12px;
  background: 
    linear-gradient(127.14deg, #1A171E 0%, #16131A 94.1%) padding-box,
    linear-gradient(147.49deg, #4A4A4A 2.63%, rgba(25, 25, 25, 0) 80.54%) border-box;
  border: 3px solid transparent; 
  box-shadow: 0px 5px 120px 0px #000000;

}

.tile
{
  background: #B698FF;
    display: inline;
    padding: 6px 12px;
    border-radius: 4px;
    color: #020617 !important;
    font-size: 14px;
}

.custom-select {
  background-color: transparent !important;
  border: 0px; 
  border-bottom: 1px solid #fff;
  color: #fff;
  border-radius: 0px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-caret-down-fill' viewBox='0 0 16 16'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592c.86 0 1.319 1.013.753 1.658l-4.796 5.482a1 1 0 0 1-1.506 0z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 16px;
  appearance: none;         
  -webkit-appearance: none;  
  -moz-appearance: none;     
  padding-right: 2rem;   
}

.custom-select option {
  background-color: #1a171e; 
  color: #fff;
  border: none;
}
.btn-close
{
  position:absolute;
  right:40px;
  top:10px;
}
.cursor-pointer
{
cursor: pointer !important;
}

.custom-indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.custom-indicators .indicator {
  width: 30px;
  height: 6px;
  border: none;
  background-color: #41305A; 
  cursor: pointer;
  transition: background-color 0.3s;
}

.custom-indicators .indicator.active {
  background-color: #8977AC;
}
.bubbles
{
  position:absolute;
  bottom: 20px;
}


#sib-container
{
  background-color: transparent  !important;
  padding: 0px !important;
  border: none !important;

} 

.sib-form
{
  padding: 0 !important;
}
.sib-form-block
{
  padding: 0px !important;
}
.sib-form .entry__field
{
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #FFFFFF !important;
  border-radius: 0 !important;
}
.sib-form .input
{
    font-family: var(--body-font) !important;

}
.entry__label
{
  font-family: var(--heading-font) !important;
  color: #fff !important;
}

.sib-form .input:focus
 {
  border-color: var(--dark-color) !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.sib-form .entry__field:focus-within
{
  box-shadow: none !important;
}
.input option
{
  background: #18151c !important;
    border: none !important;
}

@media screen and (min-width: 1920px)
{
  
    .home-bg
    {
      min-height: 800px;
    }
}

.blog-main
{
  border: 1px solid #4f4a4a;
    border-radius: 8px;
}
.blog-main-content
{
  padding: 20px;
}
.logo
{
  font-size: 24px;
  padding: 0px 50px 0px 0px;
}
