@import url('https://fonts.googleapis.com/css?family=Abel');

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 10vh;
  background-color: #eee;
  font-family: poppins;

}

.header {
  text-align: center;
  background: url(../images/pw_maze_black_2X.png) left top repeat;
  min-height: 100vh;
}

h1,
h2,
p {
  color: #111;
}

section {
  padding: 110px 20px;
  min-height: 100vh;
}

.companyp {
  font: .1em sans-serif;
}

.scroll-container {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

.scroll-container>section,
.scroll-container>footer {
  scroll-snap-align: start;
}


.bg-dark-section {
  background-color: #eee;
}

.menubar-color {
  background-color: #373737;
}

.underline {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  margin: 10px 0 20px 0;
}

.fas {
  color: #fff;
}

.companybgc {
  background: linear-gradient(45deg, #0f2027, #2c5364);
}

.container:nth-child(even) {
  background: #777;
}

.homeheading {
  color: #eee;
  font-size: 5rem;
  font-weight: 300;
  text-transform: uppercase;
}

.system-solution {
  background-image: url('../images/services/design.jpg');
}

.implementation-deploy {
  background-image: url('../images/services/implementation.jpg');
}

.project {
  background-image: url('../images/services/project.jpg');
}

.maintenance {
  background-image: url('../images/services/support.png');
}

.training {
  background-image: url('../images/services/training.png');
}

.procurement {
  background-image: url('../images/services/procurement.jpg');
}

/* ------------------------------------------------------------- */
/* Start Sector Section
/* ------------------------------------------------------------- */

.sector-image {
  flex: 1;
  min-height: 150px;
  max-width: 200px;
  background-size: cover;
  background-position: center;
  background-size: 100% auto;
  /* scales width to 100%, height adjusts automatically */
  background-repeat: no-repeat;
  background-position: center;
}

.sector-content {
  flex: 1;
  background-color: #ffffff;
  color: #222;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  text-align: justify;
}

.material-symbols-outlined {
  align-items: center;
  /* vertical centering */
  justify-content: center;
  /* horizontal centering */
  font-size: 72px;
  background-color: #333;
  width: 125px;
}

.sector-content h2 {
  margin: 0;
  color: #222;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-weight: bold;

}

.sector-content p {
  margin-top: 10px;
  font-size: 0.95em;
  color: #666;
}

@media (max-width: 600px) {
  .sector-card {
    flex-direction: column;
  }

  .sector-image {
    height: 180px;
  }
}

/* ------------------------------------------------------------- */
/* End Sector Section
/* ------------------------------------------------------------- */


/* ------------------------------------------------------------- */
/* Start Company - About Us Section
/* ------------------------------------------------------------- */

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.box {
  border-radius: 15px;
  font-family: poppins;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 1.2em;
  text-align: justify;
}

.box h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  color: #222;
  margin-bottom: 20px;
  font-weight: bold;
}

.box p {
  font-family: Abel, Arial, Verdana, sans-serif;
  font-size: 1.2rem;
  text-align: justify;
  color: #aaa;
}

/* Different sizes and background colors */
.box1 {
  width: 100%;
  height: 320px;
}

.box5 {
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 15px;

}

.box4 {
  width: 30%;
  min-width: 600px;
}

.box2,
.box3,
.box4,
.box5 {
  margin-bottom: 10px;
  color: #222;
}

.box2 h1,
.box3 h1,
.box4 h1,
.box5 h1 {
  font-size: 1.75rem;
  color: #ccc;
}

.box2 {
  width: 50%;
}

.rightpadding15px {
  padding-right: 15px;
}

.leftpadding15px {
  padding-left: 15px;
}

.HomeTypingText {
  font-size: 1.75rem;
  text-align: center;
  padding-top: 70vh;
}

.flexDirectionRow {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}

.custom-home-slide {
  display: flex;
  flex-wrap: wrap;
}

.slideHomeLeft,
.slideHomeRight {
  padding: 10px;
  font: 1.2em sans-serif;
}

.slideHomeLeft {
  text-overflow: clip;
  text-align: justify;
  overflow: hidden;
  min-height: 275px;
  max-height: 325px;
}

.slideHomeRight img {
  width: 100%;
  max-height: 250px;
  height: auto;
  display: block;
  border-radius: 10px;
}

.slide-in {
  animation: slideIn 0.5s forwards;
}

.slideHomeLeft,
.slideHomeRight p {
  color: #888;
  text-align: justify;

}

@media (min-width: 768px) {
  .slideHomeLeft {
    flex: 0 0 65%;
    max-width: 65%;
    text-align: justify;
  }

  .slideHomeRight {
    flex: 0 0 35%;
    max-width: 35%;
  }

}

@keyframes slideIn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.sliderHomeRightDiv,
.sliderHomeLeftDiv {
  padding: 0px 10px 10px 0px;

}

/* ------------------------------------------------------------- */
/* Start Tabbed Solution Slideshow Section
/* ------------------------------------------------------------- */

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  height: 80vh;
}

.slideshow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  margin-top: 10px;
}

.slideshow.left {
  flex-direction: row;
  padding-right: 10px;
}

.slideshow.right {
  flex-direction: row-reverse;
}

.tabs {
  display: flex;
  flex-direction: column;
  width: 250px;
  height: 100%;
  margin-top: 50px;
}

.tab {
  padding: 5px;
  margin: 0 0 5px 0;
  cursor: pointer;
  text-align: center;
  background: #aaa;
  color: #000;
  flex-shrink: 0;
  font-weight: bold;
  transition: background 0.3s;
  border-radius: 5px 0 0 5px;
  font-size: 0.75rem;
}

.tab.active {
  background: #555;
  color: #fff;
}

.tabright {
  border-radius: 0 5px 5px 0;

}

.image-container {
  width: 400px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ccc;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.image-container img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  flex: 1;
  margin: 10px 0;
  border-radius: 10px;
}

.image-header {
  font-size: 1.25rem;
  text-align: center;
  color: #222;
  font-weight: 600;
}

.image-description {
  font-size: 0.8rem;
  text-align: center;
  color: #222;
}

/* ------------------------------------------------------------- */
/* End Tabbed Solution Slideshow Section
/* ------------------------------------------------------------- */



/* ------------------------------------------------------------- */
/* Start Trusted By Slideshow Section
/* ------------------------------------------------------------- */

.slideshow-container {
  position: relative;
  max-width: 100%;
  height: 400px;
  margin: auto;
  overflow: hidden;
}

.slide {
  display: none;
  width: 100%;
  height: 100%;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

/* ------------------------------------------------------------- */
/* End Trusted By Slideshow Section
/* ------------------------------------------------------------- */

/* ------------------------------------------------------------- */
/* Start Client  Slideshow Section
/* ------------------------------------------------------------- */

.client-slideshow-container {
  position: relative;
  width: 1200px;
  margin: auto;
  overflow: hidden;
}

.client-slide {
  display: none;
  width: 100%;
  height: 100%;
}

.client-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ------------------------------------------------------------- */
/* End Trusted By Slideshow Section
/* ------------------------------------------------------------- */




/* ------------------------------------------------------------- */
/* Start Project Highlight  Slideshow Section
/* ------------------------------------------------------------- */

.project-slideshow-container {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

.project-slide {
  display: none;
  width: 100%;
  height: 100%;
}

.project-slide img {
  width: 100%;
  max-height: max-content;
  object-fit: contain;
}

/* ------------------------------------------------------------- */
/* End Trusted By Slideshow Section
/* ------------------------------------------------------------- */





/* ------------------------------------------------------------- */
/* End Company - About Us Section
/* ------------------------------------------------------------- */

.navbar-nav .nav-link {
  display: flex;
  flex-direction: column;
  /* stack vertically */
  align-items: center;
  font-size: 0.9rem;
  /* optional: smaller text */
  border-radius: 5px;
  width: 7.5rem;
  font-family: 'Poppins';
  color: #fff;
}

.navbar-nav .nav-link i {
  margin-bottom: 0.5rem;
  font-size: 2.2rem;
  /* optional: larger icon */
}

.navbar-nav .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffc;
  /* subtle grey shade */
}

.navbar-brand {
  align-items: center;
  border-radius: 5px;
  font-family: 'Poppins';
}

.navbar-brand:hover {
  background-color: rgba(255, 255, 255, 0.2);
  /* subtle grey shade */
}

#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  /* or transparent if you want */
  z-index: -1;
  top: 0;
  left: 0;
}

.dark-color {
  color: #111;
}

.logo {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-right: 10px;
}

.logo-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  font-family: 'Montserrat', sans-serif;
}

.logo-main {
  font-size: 2.6rem;
  color: #fff;
}

.logo-sub {
  font-size: 0.78rem;
  letter-spacing: 1.5px;
  color: #fff;
}

.logo-main-dark-color {
  font-size: 2.6rem;
  color: #111;
}

.logo-sub-dark-color {
  font-size: 0.78rem;
  letter-spacing: 1.5px;
  color: #111;
}


/* Video Start */

.video-container {
  position: relative;
  overflow: hidden;
  min-height: 90vh;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.overlay-content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

/* Video End */


/* ------------------------------------------------------------- */
/* Start Service Section
/* ------------------------------------------------------------- */

.services-section {
  padding-top: 100px;
  padding-bottom: 90px;
}

.service {

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
  height: 375px;
  padding: 10px;
}

.service :hover {
  border: 1px;
}


.service i {
  font-size: 2.5em;
  width: 80px;
  height: 80px;
  padding: 25px;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.service .border {
  margin-top: 10px;
  margin-bottom: 15px;
}

.service h4 {
  font-size: 1.25rem;
  margin-bottom: 13px;
  color: #222;
  font-family: poppins;
}

.service p {
  color: #444;
  font-size: 0.8rem;
  line-height: 20px;
  font-weight: 300;
  text-align: justify;
}

.service:hover i {
  background: #28ABE3;
  color: #fff;
}

.service:hover .border {
  margin: 0 30%;
  margin-top: 10px;
  margin-bottom: 15px;
  border-color: #28ABE3;
}


.service-image {
  min-height: 150px;
  min-width: 200px;
  background-size: cover;
  /* Ensures the image covers the box */
  background-position: center;
  /* Centers the image */
  background-repeat: no-repeat;
  /* Prevents image repetition */
  border-radius: 10px;
}

.service-content {
  /* margin-top: 15px */
  padding: 20px 0 0 0;
}

.service-content p{
  color: #555;
}

/* ------------------------------------------------------------- */
/* Start Service End
/* ------------------------------------------------------------- */




/*------------------------------------------------------ */
/* Start Feature Section                              */
/*------------------------------------------------------ */


.services-section {
  padding-top: 80px;
  padding-bottom: 20px;
}

.feature-section {
  padding-top: 100px;
}

.feature,
.feature-2,
.feature-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.feature,
.feature-3 {
  text-align: center;
}

.feature h4,
.feature-3 h4 {
  font-size: 15px;
  color: #222;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
}

.feature-2 h4 {
  font-size: 0.5rem;
  color: #222;
  padding-bottom: 10px;
  font-weight: 300;
  font-family: poppins;
}

.feature p,
.feature-2 p,
.feature-3 p {
  color: #444;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
}

.feature i,
.feature-3 i {
  font-size: 2.5em;
  width: 80px;
  height: 80px;
  padding: 25px;
  margin-bottom: 10px;
  position: relative;
}

.feature i {
  color: #fff;
  box-shadow: 0 0 0 30px transparent;
  -webkit-transform: translate3d(2, 2, 2);
  -moz-transform: translate3d(2, 2, 2);
  -o-transform: translate3d(2, 2, 2);
  transform: translate3d(2, 2, 2);
  -webkit-transition: box-shadow .6s ease-in-out;
  -moz-transition: box-shadow .6s ease-in-out;
  -o-transition: box-shadow .6s ease-in-out;
  transition: box-shadow .6s ease-in-out;
}

.no-touch .feature:hover i,
.no-touch .feature:active i,
.no-touch .feature:focus i {

  -webkit-transition: box-shadow .4s ease-in-out;
  -moz-transition: box-shadow .4s ease-in-out;
  -o-transition: box-shadow .4s ease-in-out;
  transition: box-shadow .4s ease-in-out;
}

.feature-3 i {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.feature-3:hover .border {
  margin: 0 35%;
}

.feature-2 i {
  font-size: 2.5em;
  background-color: #439000;
  color: #fff;
  width: 70px;
  height: 70px;
  padding: 20px;
  position: relative;

}

.feature-2 .media-body {
  margin-left: 25px !important;
  font-family: 'Montserrat', sans-serif;
}

.feature-2 h4 {
  font-family: poppins;
  font-weight: bold;
  font-size: 1.25rem;
  color: #171717;
}

.feature-2 p {
  font-family: poppins;
  text-align: justify;
  font-size: 0.8rem;
  color: #777;
}

.feature-2 .border {
  margin-top: 20px;
  margin-left: 49.999%;
  margin-right: 49.999%;
  border-color: #fff;
}

.feature-2:hover .border {
  background-color: #fff;
  color: #439000;
  margin-left: 0%;
  margin-right: 0%;
}

/* ///////////////////////////////////////////////////////////////////// 
//  04 - COMPANY
/////////////////////////////////////////////////////////////////////*/

.company {
  max-width: 293px;
  height: 263px;
}

.exp {
  padding-top: 76px;
}

.company-area {
  margin: 80px 0px 40px 0px;
}

.company-wrap {
  width: 100%;
  height: 100%;
  border: 1px solid #B5B5B5;
  text-align: center;
  display: block;
  border-radius: 50%;
}

.company-wrap i {
  margin-top: 40px;
  transition: all 0.3s ease;
}

.company-wrap:hover i {
  color: #e66f69;
}

.company-wrap p {
  padding: 0px 40px;
  font-size: 13px;
}

.company-wrap h3 {
  margin: 10px 0px;
}

.pe-dj {
  font-size: 5em;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
                  Footer Section
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

ul {
  margin: 0px;
  padding: 0px;
}

.footer-section {
  background: #151414;
  position: relative;
  min-height: 100vh;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #222;
  font-size: 20px;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

.cta-text a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.cta-text a:hover {
  color: #ff5e14;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #444;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3B5998;
}

.twitter-bg {
  background: #55ACEE;
}

.google-bg {
  background: #DD4B39;
}

.footer-widget-heading h3 {
  color: #222;
  font-size: 20px;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #ff5e14;
}

.footer-widget ul li a {
  color: #555;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: bold;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #070707;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}

.copyright-text p a {
  color: #878787;
  text-decoration: none;
}

.copyright-text p a:hover {
  color: #ff5e14;
  text-decoration: none;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #ff5e14;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
  text-decoration: none;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
                  Sectors - Card Section
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

.cardrow {
  display: flex;
  flex-wrap: wrap;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
}

.card {
  width: 350px;
  height: 250px;
  flex: 0 0 32%;

  background-color: #fff;
  background: linear-gradient(#f8f8f8, #fff);
  box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin: 0.5rem;
  font-family: Abel, Arial, Verdana, sans-serif;
}

.card h1 {
  text-align: center;
}

.card .additional {
  position: absolute;
  width: 150px;
  height: 100%;
  background: linear-gradient(#dE685E, #EE786E);
  transition: width 0.4s;
  overflow: hidden;
  z-index: 2;
}

.card.green .additional {
  background: linear-gradient(#92bCa6, #A2CCB6);
}


.card:hover .additional {
  width: 100%;
  border-radius: 0 5px 5px 0;
}

.card .additional .user-card {
  width: 150px;
  height: 100%;
  position: relative;
  float: left;
}

.card .additional .user-card::after {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  right: -2px;
  height: 80%;
  border-left: 2px solid rgba(0, 0, 0, 0.025);
  */
}

.card .additional .user-card .level,
.card .additional .user-card .points {
  top: 15%;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.15);
  padding: 0.125rem 0.75rem;
  border-radius: 100px;
  white-space: nowrap;
}

.card .additional .user-card .points {
  top: 85%;
}

.card .additional .user-card svg {
  top: 50%;
}

.card .additional .more-info {
  width: 260px;
  float: left;
  position: absolute;
  left: 150px;
  height: 100%;
}

.card .additional .more-info h1 {
  color: #fff;
  margin-bottom: 0;
}

.card.green .additional .more-info h1 {
  color: #224C36;
}

.card .additional .coords {
  margin: 0 1rem;
  color: #fff;
  font-size: 1rem;
}

.card.green .additional .coords {
  color: #325C46;
}

.card .additional .coords span+span {
  float: right;
}

.card .additional .stats {
  font-size: 2rem;
  display: flex;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  top: auto;
  color: #fff;
}

.card.green .additional .stats {
  color: #325C46;
}

.card .additional .stats>div {
  flex: 1;
  text-align: center;
}

.card .additional .stats i {
  display: block;
}

.card .additional .stats div.title {
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
}

.card .additional .stats div.value {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5rem;
}

.card .additional .stats div.value.infinity {
  font-size: 2.5rem;
}

.card .general {
  width: 260px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 1rem;
  padding-top: 0;
  text-align: justify;
}

.card .general .more {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 0.9em;
}


#feature-text {
  font-size: 1.5rem;
  font-weight: bold;
}

.input-cursor {
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  animation: typing .6s linear infinite alternate;
}

@keyframes typing {
  0% {
    opacity: 1;
  }

  49.9% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}


/* PARTNER SLIDE SHOW START */

.partner-slider {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background-color: #222;
  border-radius: 10px;

}

.darkbg {
  background-color: #151414;
}

.partner-slide-track {
  display: flex;
  height: 120px;
  width: calc(200px * 10);
  /* 10 images x 200px each */
  animation: scroll 10s linear infinite;
}

.partner-slide {
  width: 200px;
  height: auto;
  margin: 0 10px;
  padding: 10px;
  object-fit: contain;
    border-radius: 10px;

}

.partner-slide-track img {
  width: auto;
  max-height: 200px;
  border-radius: 10px;
}


/* Animation keyframes */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* PARTNER SLIDE SHOW END*/