/* ========================================= Font Imports ========================================= */
@font-face {
  font-family: "Gotham Rounded";
  src: url(../fonts/GothamRounded/gothamrnd_book.otf);
}

/* ========================================= Base Styles - START ========================================= */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body {
  font-family: "Gotham Rounded", sans-serif;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========================================= Base Styles - END ========================================= */

/* ========================================= Navigation Styles - START ========================================= */
.main-header {
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  position: sticky;
  top: 0;
  z-index: 100;
}

.topnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 60px;
}

.logo {
  width: 200px;
}

.nav-container {
  display: flex;
  align-items: center;
}

.topnav nav a {
  color: #185492;
  padding: 12px 30px;
  text-decoration: none;
  font-size: 1rem;
  transition: 0.3s;
  border-radius: 6px;
  font-weight: bold;
}

.topnav nav a:hover {
  background-color: #f5f5f5;
}

.topnav nav a.active {
  background: linear-gradient(135deg, #185492 0%, #0d3a6a 100%);
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(24, 84, 146, 0.2);
}

.topnav nav a.active:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(24, 84, 146, 0.3);
  background: linear-gradient(135deg, #1a5ca1 0%, #0f4379 100%);
}

/* Hamburger Menu Styles */
.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  margin-left: 10px;
  position: relative;
  z-index: 2;
}

.hamburger-line {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #185492;
  margin: 4px 0;
  transition: all 0.3s ease;
}

/* X animation styles */
.topnav.responsive .line1 {
  transform: translateY(7px) rotate(45deg);
}

.topnav.responsive .line2 {
  opacity: 0;
}

.topnav.responsive .line3 {
  transform: translateY(-7px) rotate(-45deg);
}
/* ========================================= Navigation Styles - END ========================================= */

/* ========================================= Banner Styles - START ========================================= */
.bannerContainer.row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  /* background: #e2eeff; */
  /* background: rgba(226, 238, 255, 0.8); */
  box-shadow: 0px 2px 5px rgb(185 202 212 / 60%),
    inset 0px 0 10px 2px rgb(186 200 223);
}

@media (min-width: 1280px) {
  .bannerContainer.row {
    height: 80vh;
  }
}

.bannerContainer .content-column,
.bannerContainer .image-column {
  min-height: 1px;
  padding: 0px 20px;
}

.bannerContainer .content-box {
  max-width: 600px;
  padding: 50px 0 20px;
}

.bannerContainer .content-box h1 {
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 40px;
  line-height: 58px;
}

.bannerContainer .text {
  display: block;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}

.bannerContainer .btn-style-two {
  background: linear-gradient(135deg, #6c00ff 0%, #8a2be2 100%);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
  font-size: 1.3rem;
}

.bannerContainer .btn-style-two:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(108, 0, 255, 0.3);
}

.bannerContainer .btn-style-two:active {
  transform: translateY(0);
}

.bannerContainer .btn-style-two::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: 0.5s;
  z-index: -1;
}

.bannerContainer .btn-style-two:hover::after {
  left: 100%;
}

.bannerContainer .theme-btn {
  display: inline-block;
}

/* .bannerContainer .image {
  padding: 50px 0px;
} */

.bannerContainer {
  padding: 50px 0px !important;
}

.bannerContainer .image img {
  border-radius: 10px;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
  width: 650px;
  transition: all 0.6s ease;
}

@media (max-width: 1330px) {
  .bannerContainer .image img {
    width: 600px;
  }
}

/* ========================================= Banner Styles - END ========================================= */

/* ========================================= DescrptionAndItems Styles - START ========================================= */

.DescrptionAndItems {
  padding: 10px;
  padding-bottom: 100px;
  background: #f8f8f8;
}

.descrption p,
.descrption h2 {
  text-align: center;
  padding-top: 50px;
}

.subTitle {
  color: #403ab4;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2px;
}

.heading {
  color: #222222;
  font-family: "Poppins", Sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 46px;
}

.subDescrption {
  text-align: center;
  color: #69727d;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8em;
  margin-bottom: 70px;
}

.items {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  max-width: 1495px;
  padding: 0px 15px;
  margin: 0 auto;
  gap: 25px;
}

.itemDetails {
  width: 100%;
  align-content: flex-start;
  text-align: center;
  padding: 50px 20px 25px;
  -webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(233, 233, 233, 0.45);
  box-shadow: 0px 11px 21.25px 3.75px rgba(233, 233, 233, 0.45);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
}

.tasksAndProjectsSvg {
  transition: all 0.4s ease;
}

.itemDetails:hover .tasksAndProjectsSvg {
  fill: #185492;
}

.itemDescrption a:hover {
  color: #185492;
}

.item1 {
  border-bottom: 2px solid #0daf96;
}

.item2 {
  border-bottom: 2px solid #b83b96;
}

.item3 {
  border-bottom: 2px solid #d0ca43;
}

.item4 {
  border-bottom: 2px solid #6f42c1;
}

.item1,
.item2,
.item3,
.item4 {
  border-radius: 10px;
}

.iconBox {
  width: 96px;
  height: 96px;
  line-height: 102px;
  margin: 0 auto 38px;
  border-radius: 50%;
  text-align: center;
  border: none;
  border: 1px solid transparent;
  color: #222;
  font-size: 48px;
  -webkit-box-shadow: 0px 11px 21.25px 3.75px rgba(233, 233, 233, 0.65);
  box-shadow: 0px 11px 21.25px 3.75px rgba(233, 233, 233, 0.65);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.itemDetails:hover .iconBox {
  border: 1px solid #185492;
}

.iconBox span svg {
  width: 44px;
  height: 44px;
}

.itemDescrption a {
  color: #222;
  box-shadow: none;
  text-decoration: none;
}

.socialIcons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.socialIcons a {
  padding: 15px 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  display: inline-block;
  transition: all 0.4s ease;
  background: #fff;
}

.socialIcons a:hover .colorBrand {
  fill: #185492;
}

/* ========================================= DescrptionAndItems Styles - END ========================================= */

/* ========================================= ManagementTools Styles - START ========================================= */

img {
  height: auto;
  max-width: 100%;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
  overflow: clip;
}

.tabsContainer {
  display: grid;
  grid-template-areas: "tabContentContainer tabButtonsContainer";
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
  max-width: 1495px;
  margin: 0 auto;
  padding: 150px 15px;
}

.tabButtonsContainer {
  grid-area: tabButtonsContainer;
}

.tabContentContainer {
  grid-area: tabContentContainer;
}

.tabButtons li {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 30px;
  background: #f5f9fb;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.tabButtons li.sideTabActive {
  background: #185492;
  color: #fff;
  animation: fadeInUp 1s ease;
}

.sidebarTab {
  animation: fadeInUp 1s ease;
  box-shadow: 0px 15px 48.75px 16.25px rgba(197, 203, 214, 0.45);
}

.tabButtons li:last-child {
  margin-bottom: 0px;
}

h3 {
  padding-bottom: 10px;
}

/* ========================================= Management Styles - END ========================================= */

/* ========================================= Contact Styles - START ========================================= */

.contactContainer {
  background: #f1f2f3;
}

.contactDetailsAndMessage {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  max-width: 1495px;
  margin: 0 auto;
  padding: 150px 15px;
}

.contactDetails {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-color: #219ebc;
  padding: 50px 35px;
  color: #ffffff;
  border-radius: 5px;
  flex: 1;
  box-shadow: 11px 11px 0px 0px rgb(0 0 0);
}

.contactDetailsAndMessage .sendMessage {
  padding: 20px;
  box-shadow: 0 0 1px 0 rgb(0 0 0);
  border-radius: 6px;
  background: #fff;
}

.contactDetails h3 {
  font-size: 26px;
}

.contactDetails p,
.contactDetails p a {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.8em;
  color: #fff;
  text-decoration: none;
}

.contactDetails span svg {
  width: 24px;
  height: 24px;
}

.officeAddress,
.email,
.support {
  margin-top: 10px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.support {
  margin-bottom: 20px;
}

h6 {
  font-size: 16px;
  margin-bottom: 10px;
}

h2 {
  font-size: 26px;
  margin-bottom: 15px;
}

.contactForm {
  display: flex;
  flex-direction: column;
}

.contactForm input {
  width: 100%;
  height: 60px;
  padding: 10px 28px;
}

.contactForm input,
.contactForm textarea {
  outline: 0;
  border-radius: 5px;
  transition: all 0.4s ease;
  border: 2px solid #eee;
}

.contactForm input:focus,
.contactForm textarea:focus {
  border: 2px solid #80898b;
}

.namesdetails,
.emailAndPhoneNUmber,
.companyAndSubject {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.messageNote textarea {
  width: 100%;
  padding: 20px 28px;
  background: #ffffff;
}

.messageBtn {
  background: linear-gradient(135deg, #185492 0%, #0d3a6a 100%);
  color: white;
  border: none;
  padding: 12px 35px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  box-shadow: 0 4px 12px rgba(24, 84, 146, 0.2);
  display: flex;
  margin-left: auto;
}

.messageBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(24, 84, 146, 0.3);
  background: linear-gradient(135deg, #1a5ca1 0%, #0f4379 100%);
}

@media (max-width: 1024px) {
  .messageBtn {
    display: block;
    width: 100%;
  }
}

/* ========================================= Contact Styles - END ========================================= */

/* ========================================= main-footer Styles - START ========================================= */

.main-footer {
  /* background-color: #f6f9fa; */
  background: #095169;
  padding: 1px;
  border-top: 1px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
}

.main-footer .footer_logo {
  border-radius: 10px;
  box-shadow: 3px 2px 0px 1px rgb(195 205 209 / 60%);
}

.footerWrapper {
  max-width: 1220px;
  margin: 40px auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  line-height: 1.8em;
}

.footerList1,
.footerList2,
.footerList3,
.footerList4 {
  padding: 10px;
}

.footerList1 p:nth-child(1) {
  margin: 0px 0px 10px 0px;
}

.footerList2 h4,
.footerList3 h4,
.footerList4 h4 {
  /* margin: 0px 0px 25px 0px; */
  font-size: 20px;
  color: #f1faff;
}

.footerList1 p:nth-child(2) {
  line-height: 1.6em;
  margin: 0px 0px 30px 0px;
}

.footerList1 p:nth-child(3) {
  margin: 0px 0px 30px 0px;
}

.footerList1 p:nth-child(2),
.footerList1 p:nth-child(3),
.footerList1 p:nth-child(4) {
  color: #ccd6d9;
}

.footerList2 a,
.footerList3 a,
.footerList4 a {
  box-shadow: none;
  text-decoration: none;
  color: #ccd6d9;
  font-size: 16px;
}

.footerList2 h5,
.footerList3 h5,
.footerList4 h5 {
  margin: 0px 0px 10px 0px;
  font-weight: normal;
}

/* ========================================= main-footer Styles - END ========================================= */

/* ========================================= SCROLL UP Styles - START ========================================= */

#myBtn {
  width: 60px;
  height: 60px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  text-align: center;
  border: none;
  outline: none;
  background-color: #1f1beb;
  color: white;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0px 11px 21.25px 3.75px rgba(0, 0, 0, 0.06);
}

#myBtn:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: -webkit-radial-gradient(
    center ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}

/* ========================================= SCROLL UP Styles - END ========================================= */

@media (max-width: 1341px) {
  .content-box {
    max-width: none;
  }
  .bannerContainer.row {
    flex-wrap: wrap;
  }
}

@media (max-width: 1025px) {
  .items {
    display: block;
  }

  .item1,
  .item2,
  .item3,
  .item4 {
    margin-bottom: 1em;
  }

  .tabsContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
  }

  .contactDetailsAndMessage {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .sendMessage {
    order: 1;
    flex: 1;
  }

  .contactDetails {
    order: 2;
  }

  .namesdetails,
  .emailAndPhoneNUmber,
  .companyAndSubject {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .footerWrapper {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 350px) {
  .contactForm input,
  .messageNote textarea {
    padding: 10px;
  }
}

/* =============================== Responsive Styles ================================== */
@media (max-width: 900px) {
  .logo {
    width: 170px;
  }

  .main-header {
    margin: 0px;
  }

  .nav-container {
    position: relative;
  }

  .topnav {
    padding: 10px;
  }

  .topnav nav {
    display: none;
  }

  .topnav nav a {
    display: block;
    text-align: center;
  }

  .hamburger {
    display: block;
  }

  .topnav.responsive nav {
    display: block;
    position: absolute;
    top: 100%;
    right: 10px;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    white-space: nowrap;
    z-index: 99;
  }

  .topnav.responsive .logo {
    z-index: 1;
  }

  .socialIcons {
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media screen and (max-width: 480px) {
  .logo {
    width: 140px;
  }

  .bannerContainer.row {
    padding: 0 20px;
  }

  .bannerContainer .content-box {
    padding: 30px 0px;
  }

  .bannerContainer .content-box h1 {
    margin-top: 0px;
    font-size: 28px;
    line-height: 1.5em;
  }

  .bannerContainer .text {
    margin-bottom: 20px;
  }

  .bannerContainer .btn-style-two {
    font-size: 1rem;
  }

  .bannerContainer .image {
    padding: 0px 0px 30px 0px;
  }

  .DescrptionAndItems {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .subTitle {
    line-height: 1.5em;
  }

  .descrption p,
  .descrption h2 {
    padding-top: 30px;
  }

  .heading {
    font-size: 22px;
    line-height: 1.5em;
  }

  .subDescrption {
    padding-top: 0px;
    font-size: 18px;
  }

  .tabsContainer {
    margin: 30px auto;
  }

  .contactContainer {
    padding: 30px 15px 60px;
  }

  .contactDetailsAndMessage {
    gap: 40px;
  }

  .sendMessage h2 {
    font-size: 22px;
  }

  .contactDetails {
    padding: 40px 35px;
  }

  .contactDetails h3 {
    font-size: 22px;
  }

  .socialIcons a {
    padding: 12px 15px;
    gap: 10px;
  }

  .footerWrapper {
    margin: 50px auto;
  }

  .footerList1,
  .footerList2,
  .footerList3,
  .footerList4 {
    padding: 10px 20px;
  }

}

@media (min-width: 1430px) {
  .bannerContainer .content-box {
    padding: 0;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* ========================================= businessInsightContainer Styles - START ========================================= */
.businessInsightContainer {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: center;
  max-width: 640px;
  margin: auto;
  padding: 30px 15px;
  gap: 20px;
}

.businessInsightContainer div {
  background: #fefefe;
  border-radius: 5px;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.businessInsightContainer div p {
  padding: 0 25px;
  color: #575c61;
  text-align: center;
}

.businessInsightContainer img {
  width: 200px;
}

.businessInsightContainer h2 {
  background: #185492;
  color: #fff;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .businessInsightContainer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 1400px;
  }
}
/* ========================================= businessInsightContainer Styles - END ========================================= */

/* ========================================= Image Slide Styles - START ========================================= */
/* The “mask” hides vertical overflow by default */
.mask {
  height: 400px;
  overflow: hidden;
  margin: 0 20px;
  border: 1px solid #ccc;
  padding: 0 20px;
  background: #185492;
  position: relative;
}

.mask h2 {
  font-size: 30px;
  text-align: center;
  color: #fff;
}

@media (min-width: 1025px) {
  .mask h2 {
    font-size: 50px;
    text-align: left;
    margin-top: 160px;
    margin-left: 50px;
  }
}

@media (min-width: 1025px) and (max-width: 1100px) {
  .mask h2 {
    font-size: 30px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1454px) {
  .mask h2 {
    font-size: 40px;
    width: 300px;
    display: none;
  }
}

/* 3D container */
.scroll-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 800px;
  overflow: visible;
  position: absolute;
  right: 100px;
}

/* Each column */
.scroll-column {
  height: 100%;
  margin: 0 5px;
  transform-style: preserve-3d;
  min-width: 190px;
}

.scroll-content div {
  min-width: 190px;
  min-height: 200px;
  background: #ffffff;
  border-radius: 6px;
  margin: 5px;
}

/* Vertical scrolling stack */
.scroll-content {
  display: flex;
  flex-direction: column;
  animation: scroll-vert 10s linear infinite;
  transform-style: preserve-3d;
}

.scroll-content div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
}

.scroll-content div p {
  font-size: 1rem;
}

.scroll-content.reverse {
  animation-direction: alternate;
}

.scroll-content img {
  max-width: 100%;
  width: 56px;
  height: auto;
  object-fit: cover;
  display: block;
  backface-visibility: hidden;
}

@keyframes scroll-vert {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-2000px);
  }
}

/* ——— Mobile: switch to 2-row horizontal marquee ——— */
@media (max-width: 1024px) {
  /* show only first two columns */
  .scroll-column:nth-child(3) {
    display: none;
  }

  /* allow horizontal overflow, keep vertical clipped */
  .mask {
    overflow-x: hidden;
    overflow-y: hidden;
    height: auto;
    padding: 20px;
  }

  /* flatten out the 3D */
  .scroll-container {
    position: static;
    right: auto;
    perspective: none;
    display: block;
  }

  .scroll-column {
    width: auto;
    transform: none !important;
  }

  /* row layout & horizontal animation */
  .scroll-content {
    display: flex !important;
    flex-direction: row !important;
    animation-name: scroll-horiz;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }

  .scroll-content div {
    min-width: 150px;
    min-height: 150px;
  }

  .scroll-content.reverse {
    animation-direction: reverse;
  }

  @keyframes scroll-horiz {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-80%);
    }
  }
}
/* ========================================= Image Slide Styles - END ========================================= */

/* ========================================= brand-container Styles - START ========================================= */
.brand-container {
  /* overflow: hidden; */
  background-color: white;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.brand-container h2 {
  text-align: center; 
  margin-bottom: 30px;
  color: tomato;
  font-size: calc(1em + 3vmin);
  font-weight: 900;
  
  --x-offset: -0.0625em;
  --y-offset: 0.0625em;
  --stroke: 0.025em;
  --background-color: white;
  --stroke-color: lightblue;

  text-shadow: var(--x-offset) var(--y-offset) 0px var(--background-color),
    calc(var(--x-offset) - var(--stroke)) calc(var(--y-offset) + var(--stroke))
      0px var(--stroke-color);
}

@media (max-width: 1024px) {
  .brand-container h2 {
    font-size: calc(1em + 2vmin);
  }
}

.brand-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.brand-track img {
  width: 200px;
  height: auto;
  object-fit: contain;
  margin: 0 20px;
  /* filter: grayscale(100%); */
  /* transition: filter 0.3s ease; */
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 10px 5px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.brand-track img:hover {
  filter: grayscale(0%);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}
/* ========================================= brand-container Styles - START ========================================= */
