* {
  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: "✅ ";
  /* margin-right: 10px; */
  /* text-shadow: 1px 1px 1px #00000079; */
}

.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;
}

.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";
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  /* speak: none; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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; */
}

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

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

.card-collapse .card-header a:hover,
.card-collapse .card-header a:active,
.card-collapse .card-header a[aria-expanded="true"] {
  color: #9c27b0;
}

.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;
}