* {
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

.wrapper {
  overflow: auto;
  /* height: calc(100vh - 25px) */
}

.ggg {
  z-index: 10;
}

.big-text-right {
  /* width: 45%; */
  float: right;
}

.big-text-center {
  /* width: 45%; */
  width: 100% !important;
  text-align: center;
}

.big-text-left {
  text-align: right;
}

.big-text {
  width: 45%;
  font-size: 42px;
  /* color: rgb(240, 240, 240) !important; */
  /* text-shadow: 1px 1px 3px #000000bb; */
  line-height: 1;
}

.big-text.smaller {
  /* width: 45%; */
  font-size: 32px;
  /* color: rgb(240, 240, 240) !important; */
  /* text-shadow: 1px 1px 3px #000000bb; */
  line-height: auto;
}

.big-text small {
  font-size: 24px;
  font-family: "Roboto";
}

.big-text.smaller small {
  font-size: 19px;
  font-family: "Roboto";
}

.big-text .badge {
  text-shadow: none;
  margin-bottom: 10px;
}

.blurb-text {
  font-size: 20px;
}

section:not(#section-transform) ul {
  line-height: normal;
}

section ul {
  list-style: none;
  padding: 0;
}

footer ul {
  list-style: none;
  line-height: 2;
  padding: 0;
}

.s-transform li {
  padding-left: 20px;
  /* Change the value as per your requirement */
  text-indent: -20px;
  /* Change the value to match the padding-left value above */
}

section ul li {
  margin-bottom: 10px;
}

/* section ul li:before {
  content: "✅ ";
} */
section ul li:before {
  font-family: "Material Icons";
  /* content: "check"; */
  content: "check_box";

  vertical-align: bottom;
  font-size: 18px;
  color: #4caf50;
  margin-right: 4px;
}

.start-section ul li:before {
  /* content: "check_box"; */
  content: "check";
  vertical-align: bottom;

  /* font-weight: 600; */
  font-size: 22px;

  /* color: #2c2c2c; */
}

.card .xx {
  color: black;
  font-family: "bree", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  /* font-variant: normal; */
}

.brees {
  /* color: black; */
  font-family: "Bree Serif", sans-serif;

  font-weight: 400;
  font-style: normal;
  /* font-size: 30px; */
}

.bree {
  color: black;
  font-family: "bree", sans-serif;

  font-weight: 400;
  font-style: normal;
  /* font-size: 30px; */
}

.card .yy {
  font-family: "Bree Serif", sans-serif;
  /* font-weight: 400;
    font-style: normal;
    font-size: 45px; */
  /* font-variant: normal; */
}

.logout {
  position: fixed;
  bottom: 0;
  border-top: 1px solid lightgray;
  padding: 10px 0;
}

select[name="InsertRecordGroupName"] {
  color: rgb(150, 150, 150);
}

.icon {
  height: 35px;
}

.nav-pills-sm .nav-link {
  padding: 5px !important;
  margin: 0 !important;
  min-width: 80px !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.nav-pills-sm .nav-link.active {
  background-color: rgb(90, 90, 90) !important;
}

/* .table {
    width: auto;
    background-color: white !important;
} */

.table .table {
  background-color: unset !important;
}

.card.--w {
  padding: 0 !important;
  margin: 0 !important;
  height: calc(100vh - 95px) !important;
  max-height: calc(100vh - 95px) !important;

  background-color: white !important;
}

.card-body.--w {
  padding: 30px 40px !important;
  margin: 0 !important;
  /* padding: 20px 0 0 40px !important; */
  /* margin: 0 10px !important; */
  /* max-height: calc(100vh - 100px) !important; */
  /* background-color: white !important; */
}

.--label {
  font-size: 18px;

  padding-left: 7px;
  vertical-align: middle;
  /* color: rgb(61, 61, 61); */
}

.navbar-minimize {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 99;
  transition: all 0.25s;
  /* transform: rotate(270deg); */
}

.about-slide {
  color: black !important;
}

.about-slide .description {
  color: #333333;
}

.login .card-header {
  background-color: #f9a826 !important;
  /* border: 1px solid red; */
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}

.login .btn-warning {
  background-color: #f9a826 !important;
  color: black !important;
  font-weight: 500 !important;
}

.navbar {
  height: 75px !important;
  max-height: 75px !important;
}

.sidebar-mini .navbar-minimize {
  opacity: 0;
}

.sidebar-mini .sidebar:hover .navbar-minimize {
  opacity: 100;
  /* transform: rotate(90deg); */
}

.sidebar {
  z-index: 99999;
}

:root {
  --logo-width: 165px;
}

.logo img {
  max-height: 36px;
}

a.nav-link {
  font-weight: 400 !important;
  font-size: 13px !important;
  padding: 10px !important;
  margin: 0px !important;
}

.navbar .navbar-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.timeline-panel {
  background-color: white;
}

.timeline-badge {
  background-color: white;
}

.dropdown-menu {
  background-color: white !important;
}

/* h3.card-title {
  font-family: "Bree Serif", serif !important;
  font-weight: 200 !important;
} */

/* ! Brands */

.brand-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.brand-wrapper .brand {
  margin: 10px 20px;
  padding: 10px 0;
  display: flex;
}

.brand img {
  filter: brightness(0) invert(1);
  max-width: 10em;
  max-height: 4em;
  object-fit: contain;
}

.invert-white {
  filter: brightness(0) invert(1);
}

/* ! Carousel */
.carousel,
.carousel-inner,
.carousel-item {
  min-height: 100% !important;
  height: 100% !important;
}

.carousel-indicators {
  bottom: -20px;
}

.carousel-indicators li {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.219);
}

.carousel-indicators li.active {
  background-color: rgba(0, 0, 0, 0.473);
}

.carousel-item {
  height: 100%;
}

.w-feauture {
  display: flex;
  min-height: 400px;
  max-height: 400px;
  align-items: center;
}

.w-feauture div {
  width: 400px;
  padding: 5px;
  margin: 10px;
}

/* ! Backgrounds */

.glass {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
}

.glass-dark {
  background: rgba(0, 0, 0, 0.452);
  /* border-radius: 16px; */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
}

.glasss {
  background: rgba(255, 255, 255, 0.7) !important;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
}

.glass2 {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
}

.noice {
  background-image: url(./pics/unsplash/noice.jpg);
  background-size: cover;
}
.abstract-115 {
  background-image: url(./pics/ai/abstract115.webp);
  background-size: cover;
}

.colourful {
  background-color: #ffff00;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1200 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ff8000'/%3E%3Cstop offset='1' stop-color='%23ff8000' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='1200' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2300ff19'/%3E%3Cstop offset='1' stop-color='%2300ff19' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='c' cx='600' cy='0' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%239900ff'/%3E%3Cstop offset='1' stop-color='%239900ff' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='d' cx='600' cy='800' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffff00'/%3E%3Cstop offset='1' stop-color='%23ffff00' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='e' cx='0' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23FF0000'/%3E%3Cstop offset='1' stop-color='%23FF0000' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='f' cx='1200' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%230CF'/%3E%3Cstop offset='1' stop-color='%230CF' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='1200' height='800'/%3E%3Crect fill='url(%23b)' width='1200' height='800'/%3E%3Crect fill='url(%23c)' width='1200' height='800'/%3E%3Crect fill='url(%23d)' width='1200' height='800'/%3E%3Crect fill='url(%23e)' width='1200' height='800'/%3E%3Crect fill='url(%23f)' width='1200' height='800'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}

.noice2 {
  background-image: url(./pics/unsplash/noice2.jpg);
  background-size: cover;
}

.portrait {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' x2='0' y1='1' y2='0'%3E%3Cstop offset='0' stop-color='%230FF'/%3E%3Cstop offset='1' stop-color='%23CF6'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%23F00'/%3E%3Cstop offset='1' stop-color='%23FC0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%23FFF' fill-opacity='0' stroke-miterlimit='10'%3E%3Cg stroke='url(%23a)' stroke-width='2'%3E%3Cpath transform='translate(0 0)' d='M1409 581 1450.35 511 1490 581z'/%3E%3Ccircle stroke-width='4' transform='rotate(0 800 450)' cx='500' cy='100' r='40'/%3E%3Cpath transform='translate(0 0)' d='M400.86 735.5h-83.73c0-23.12 18.74-41.87 41.87-41.87S400.86 712.38 400.86 735.5z'/%3E%3C/g%3E%3Cg stroke='url(%23b)' stroke-width='4'%3E%3Cpath transform='translate(0 0)' d='M149.8 345.2 118.4 389.8 149.8 434.4 181.2 389.8z'/%3E%3Crect stroke-width='8' transform='rotate(0 1089 759)' x='1039' y='709' width='100' height='100'/%3E%3Cpath transform='rotate(0 1400 132)' d='M1426.8 132.4 1405.7 168.8 1363.7 168.8 1342.7 132.4 1363.7 96 1405.7 96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}

.portrait2 {
  background-image: url(https://cdn.svgator.com/images/2022/06/use-svg-as-background-image-particle-strokes.svg);
  background-size: cover;
}

.leather {
  background-image: url("https://www.transparenttextures.com/patterns/basketball.png");
}

.floral {
  background-image: url("https://www.transparenttextures.com/patterns/xv.png");
}

.bg-g1 {
  background-image: linear-gradient(135deg, #fccf31 10%, #f55555 100%);
}

.blueprint {
  background-color: #269;
  background-image: linear-gradient(white 2px, transparent 2px), linear-gradient(90deg, white 2px, transparent 2px), linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.3) 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

.paper {
  background-color: #fff;
  background-image: linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px), linear-gradient(#eee 0.1em, transparent 0.1em);
  background-size: 100% 1.2em;
}

section {
  padding: 40px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.full {
  height: 100vh;
  /* overflow: hidden !important; */
}

section.start-section {
  padding: 0;
}

section.slate {
  background-color: darkslategray;
}

section.inset {
  box-shadow: inset 1px 2px 5px 3px rgba(0, 0, 0, 0.644);
}

section.bg-fixed {
  background-attachment: fixed;
}

section.section-main {
  min-height: 100vh;
}

body section.section-main:first-of-type {
  /* background-color: red !important; */
  min-height: calc(100vh - 75px) !important;

  /* display: none; */
  margin-top: 75px;
}

#myVideo {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: top center;
}

.full-screen {
  position: absolute;
  height: calc(100vh - 75px);
  top: 75px;
  left: 0;
  right: 0;
  /* width: 100%; */
  /* background-color: #9c27b0; */
  z-index: 5;
}

.social-line .btn {
  margin: 0;
  padding: 0;
  min-width: 28px;
  width: 28px;
  /* border: 1px solid black; */
  /* color: #343a40; */
  /* color: #555; */
}

.social-proof {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.slide1 {
  content: "";
  max-height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 65%;
  z-index: 4;

  background: -moz-linear-gradient(left, rgb(255, 255, 255) 1%, rgba(255, 255, 255, 0.9) 22%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 1%, rgba(255, 255, 255, 0.9) 22%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgb(255, 255, 255) 1%, rgba(255, 255, 255, 0.9) 22%, rgba(255, 255, 255, 0) 100%);
}

.content_wrap {
  position: relative;
  top: calc(40% - 200px);
  z-index: 5;
}

.icon-check-thick:before {
  content: "\ea14";
}

.cerulean:focus,
.cerulean {
  color: #027faa;
}

.mr-15 {
  margin-right: 15px !important;
}

.start-section ul li,
.start-section ul li ul li,
.start-section p {
  font-size: 18px;
  font-weight: 400;
  /* line-height: 1.6; */
}

#services p {
  font-size: 13px;
  color: #6c757d;
}

#data-projects-apps p {
  font-size: 14px;
}

/* .bg-117 {
  position: absolute;
  width: 100%;
  height: 100%;
    background: linear-gradient(45deg, white 30%, #ff9800 80%);
   mix-blend-mode: lighten;
} */
.bg-117 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #f8f9fa 30%, #ff9800 80%);
  mix-blend-mode: lighten;
  box-shadow: 1px 1px 2px black;
}

a {
  color: #333333 !important;
  text-decoration: underline;
}
#key-features a {
  color: #333333 !important;
  text-decoration: none;
}

a:hover {
  text-decoration: underline !important;
}
footer a {
  text-decoration: none;
}

#services .icon-box i {
  transition: all 0.5s;
}
#services .icon-box:hover i {
  /* color: #f55555; */
  /* color: #9c27b0; */
  color: #ff9800;
  /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.394); */
}
#services .icon-box h4 {
  /* border-bottom: 1px solid #ff990000; */
  transition: border 0.5s;

  /* padding-bottom: 4px;
  margin-bottom: 4px; */
  /* text-decoration-color:rgba(255, 153, 0, 0)0; */
  /* text-decoration-thickness: 30%; */
}
#services .col-md-4 {
  padding: 0 20px;
}

#services .icon-box:hover h4 {
  /* color: #9c27b0; */

  /* font-weight: bolder; */
  /* border-bottom: 1px solid #9c27b0; */
  /* text-decoration-color: #ff9800; */
  /* text-decoration-thickness: 30%; */
}
#services .icon-box:hover p {
  /* color: rgb(37, 37, 37); */
  /* font-size: 14px; */
}

h2,
h3,
h4,
h5 {
  font-weight: 400;
}

#tachlis {
  box-shadow: 1px 1px 3px grey;
  background-color: white;
  position: relative;
  border-radius: 10px;
  padding: 20px 40px !important;
  padding-top: 40px !important;
  margin-top: 20px;
  margin-bottom: 20px;

  font-size: larger !important;
  /* border: 2px solid #ff9800; */
  /* border: 1px inset rgba(0, 128, 0, 0.6); */
  /* border: 1px solid grey; */
  /* border: 1px inset #999; */
}
#tachlis div {
  padding: 2px 10px;
  padding-top: 0px;
  border-radius: 4px;
  position: absolute;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: -23px;

  background-color: white;
  /* background-color: #f8f9fa; */
  /* border: 1px inset rgba(0, 128, 0, 0.6); */
  /* border: 1px solid grey; */
  border: 1px solid #777;
}
#tachlis h3 {
  font-size: 27px;
}

/* Custom border styles for medium and larger screens */
@media (min-width: 768px) {
  #services .border-md-right {
    border-right: 1px solid #dee2e6; /* Adjust the color as needed */
  }
  #services .border-md-top {
    border-top: 1px solid #dee2e6; /* Adjust the color as needed */
  }
}

.bob12 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#why-partner-with-us .col-md-6:first-of-type h3 {
  margin-right: 37px !important; /* padding-right: 100px; */
}
#prob_solution_header h3 {
  font-weight: 500 !important;
  font-size: 15px !important;
  text-transform: none;
  margin-top: 0;
}

#prob_solution_header .col-md-6 .bob12:after {
  content: "";
  position: absolute;
  height: 1px;
  top: calc(50% - 3px);
  width: 50%;
  background-color: rgba(255, 0, 0, 0.63);
  z-index: -100;
}

#prob_solution_header .col-md-6:first-of-type .bob12:after {
  background-color: rgba(255, 0, 0, 0.63);
  z-index: -100;
  margin-left: -37px;
  margin-right: auto;
}
.bg-116 {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: #ff9800; */
  /* backdrop-filter: blur(25px); */
  /* mix-blend-mode: hue; */
  opacity: 0.8;
  /* background-color: white; */
  /* background-color: #ff9800; */
  /* background: linear-gradient(45deg, #ff9800 80%, white 80%); */
  /* background: linear-gradient(45deg, white 80%, #ff9800 80%); */
  background: linear-gradient(45deg, white 80%, transparent 80%);
  /* background: linear-gradient(45deg, white 50%, white 70%, transparent 70%, transparent 80%, #ff9800 80%); */

  /* background: linear-gradient(45deg, #f8f9fa, transparent); */
}
.bg-white-stripe-orange {
  position: absolute;
  width: 100%;
  height: 100%;

  opacity: 0.8;

  background: linear-gradient(45deg, white 80%, #ffca7c83 80%);
}

.bg-white80 {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: white;
}
.bg-115 {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: #ff9800; */
  /* mix-blend-mode: hue; */
  /* opacity: 0.8; */
  /* background-color: white; */
  backdrop-filter: blur(10px);

  /* background-color: white; */
  /* background: linear-gradient(70deg, #f8f9fa, 90%, transparent); */
}

#animate-text {
  height: 100px;
  padding: 10px;
  /* font-size: 34px; */
  background-color: #2c2c2c;
}
.animate-text {
  /* color: black; */
  font-family: "bree", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  /* font-size: 30px; */
}
.typed-cursor {
  color: orange;
  padding-left: 5px;
}
@media (max-width: 991px) {
  .animate-text {
    font-size: 30px !important; /* Slightly smaller font size */
  }
}
/* Adjustments for screens smaller than md breakpoint */
@media (max-width: 768px) {
  .animate-text {
    font-size: 28px !important; /* Further reduced font size for medium screens */
  }
}
/* Custom border styles for medium and larger screens */
@media (max-width: 568px) {
  .animate-text {
    font-size: 25px !important;
  }

  #why-partner-with-us .col-md-6 .bob12::before {
    position: absolute;
    font-size: smaller;
    left: -15px;
    line-height: normal;
    padding: 2px 8px;
    z-index: 100;
    background-color: white;
    transform: rotate(-90deg);
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    box-shadow: -1px -1px 2px #80808080;
  }

  #why-partner-with-us .col-md-6:first-of-type .bob12::before {
    border: 1px solid rgb(255, 0, 0);
    border-bottom: none;
    color: red;
    content: "Problem";

    /* background-color: rgb(223, 223, 223); */
  }
  #why-partner-with-us .col-md-6:last-of-type .bob12::before {
    border: 1px solid rgb(0, 128, 0);
    border-bottom: none;
    color: green;
    content: "Solution";
  }
}

#prob_solution_header .col-md-6:last-of-type .bob12:after {
  background-color: rgba(0, 128, 0, 0.651);
  z-index: -100;
}
#prob_solution_header i {
  /* font-weight: 500 !important; */
  vertical-align: text-bottom;
  font-size: 20px !important;
  display: none !important;
  /* margin-top: 1px; */
}
#why-partner-with-us .bob12 p {
  font-size: 13px;
}

/* Ensure the last column in each row doesn't have a right border */
/* .border-md-right:last-child {
  border-right: none;
} */

#why-partner-with-us .row:hover {
  /* border: 1px solid black; */
}
#why-partner-with-us .row {
  /* border: 1px solid rgba(125, 125, 125, 0.312); */
  border-collapse: collapse;
}

#why-partner-with-us .col-md-6 {
  /* border: 1px solid grey; */
  /* padding-right: 100px; */
  padding: 10px 0;
}
#why-partner-with-us .col-md-6 .goat {
  padding: 0 10px;
  padding-left: 20px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px grey;
}
@media (min-width: 768px) {
  /* Adjust this value if your project's breakpoint is different */
  .bob12 i {
    display: inline-block !important; /* Show as inline-block on medium devices and larger */
  }
}
@media (min-width: 576px) {
  /* Adjust this value if your project's breakpoint is different */

  .bob12 {
    padding: 0 !important;
  }
}

#why-partner-with-us .bob12 {
  padding: 0 30px;
}
#why-partner-with-us .bob12 > i {
  display: none;

  font-size: 35px;
  margin: 0 10px;
  color: rgba(175, 175, 175, 0.503) !important;
  /* color: rgba(175, 175, 175, 0) !important; */

  /* color: rgba(255, 0, 0, 0.475) !important; */
  /* box-shadow: 1px 1px 1px black; */
  /* text-shadow: 1px 1px px rgba(0, 0, 0, 0.576); */
  transition: all 0.5s;
  /* transform: translateX(-2px); */
  /* font-weight: bold; */
}

#why-partner-with-us .row:hover .col-md-6 .bob12 > i {
  /* color: rgb(128, 189, 23) !important; */
  color: grey !important;
  /* color: slategrey !important; */
  /* transform: translateX(1px); */

  /* color: rgb(0, 196, 0) !important; */
  /* text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.883); */
  transition-delay: 0.25s;
  /* font-weight: bold; */
}

#why-partner-with-us .row:hover .col-md-6 .goat {
  box-shadow: 1px 1px 3px rgba(128, 128, 128, 0);
}

#why-partner-with-us .col-md-6 .goat i {
  vertical-align: sub; /* padding-right: 100px; */
}
#why-partner-with-us .col-md-6 .goat {
  border: 1px inset rgba(255, 255, 255, 0);
  background-color: white;
  transition: all 0.5s;
}

#why-partner-with-us .row:hover .col-md-6:first-of-type .goat {
  border: 1px inset rgba(255, 0, 0, 0.6);
  /* padding-right: 100px; */
}

#why-partner-with-us .row:hover .col-md-6:last-of-type .goat {
  border: 1px inset rgba(0, 128, 0, 0.6);
  /* padding-right: 100px; */
  /* transition-delay: 0.3s; */
}

/* #why-partner-with-us .col-md-6:first-of-type:after {
  content: "--->";
  position: absolute;
  right: 10px;
  top: 15px;
} */
/* #why-partner-with-us .col-md-6:last-of-type {
  border: 1px solid green;
} */

.card-collapse .card-header {
  padding: 15px 10px 5px 0px;
  background: none;
}

.card-collapse .card-header a:hover,
.card-collapse .card-header a:active,
#key-features .card-collapse .card-header a[aria-expanded="true"] {
  text-decoration: underline;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 30px;
}

.grid-item {
  /* border: 1px solid black; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 20px; */
}

.grid-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  /* height: 70px; */
  /* max-width: 90px; */

  /* filter: brightness(0) invert(1); */
}

#carousel img {
  width: 270px;
  height: 180px;
  image-rendering: optimizeQuality;
}

.cookie-banner-container {
  position: fixed;
  bottom: 0;

  right: 20px;
  bottom: 20px;
  font-size: 14px;
  width: 400px;
  background-color: #f7f7f7e8;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  border-radius: 10px;
  text-align: center;
}

.cookie-banner-container p {
  margin: 0 0 10px;
}

.cookie-banner-container button#cookie-consent-close {
  position: absolute;
  padding: 20px;
  bottom: 0px;
  right: 0px;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

/* ! Device width breakpoints */

@media (min-width: 320px) {
  /* * custom styles for extra small screens */
}

@media (min-width: 480px) {
  /* * custom styles for small screens */
}

@media (min-width: 768px) {
  /* * custom styles for medium screens */
}

@media (min-width: 992px) {
  /* * custom styles for large screens */
}

@media (min-width: 1200px) {
  /* * custom styles for extra large screens */
}

@media screen and (max-width: 500px) {
  .responsive-text h1 {
    font-size: 36px !important;
  }

  .responsive-text li {
    font-size: smaller !important;
  }

  .cookie-banner-container {
    font-size: 13px;
    right: 0;
    left: 0;
    bottom: 0;
    width: auto;
    margin: 7px;
  }

  .navbar .dropdown-menu {
    right: 0 !important;
  }
}

@media (max-width: 991px) {
  /* * custom styles for large screens */

  .navbar .dropdown.show .dropdown-menu,
  .navbar .dropdown .dropdown-menu {
    height: unset;
    overflow: unset;
  }
}

@media (max-width: 991.98px) {
  .glass {
    align-self: center;
  }

  .d-lg-block {
    display: none !important;
  }

  .logo {
    left: 0 !important;
    margin: 0 20px;
  }

  .brand-wrapper .brand {
    margin: 10px;
    padding: 10px 0;
  }

  .brand img {
    max-width: 7.5em;
    max-height: 3em;
  }
}

@media (max-width: 767px) {
  /* * custom styles for extra small screens */

  .brand img {
    max-width: 5em;
    max-height: 2em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* * custom styles for small screens */
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* * custom styles for medium screens */
}

@media (min-width: 1200px) {
  /* * custom styles for large screens */
}

/* ! Height Breakpoints */

/* * Extra small devices (phones) */
@media (max-height: 599.98px) {
  /* Custom styles for extra small screens */
}

/* * Small devices (tablets) */
@media (min-height: 600px) and (max-height: 959.98px) {
  /* Custom styles for small screens */
}

/* *Medium devices (desktops) */
@media (min-height: 960px) and (max-height: 1199.98px) {
  /* Custom styles for medium screens */
}

/* * Large devices (desktops) */
@media (min-height: 1200px) and (max-height: 1399.98px) {
  /* Custom styles for large screens */
}

/* * Extra large devices (large desktops) */
@media (min-height: 1400px) {
  /* Custom styles for extra large screens */
}

.dropdown-menu:before {
  content: "";
  display: block;
  position: absolute;
  top: -1.5em;
  right: 3em;
  width: 1em;
  height: 1.5em;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  border-bottom: 1em solid #fff;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
