@font-face {
  font-family: "Arc Regular";
  src: url("/fonts/AvenirNextCyr-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Clash Bold";
  src: url("/fonts/ClashDisplay-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Arc Medium";
  src: url("/fonts/AvenirNextCyr-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Recoleta Medium";
  src: url("/fonts/Recoleta-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

:root {
  --primary: #0c263d;
  /* --secondary: #ff5304; */
  --secondary: #2dbd1f;
  --tertiary: #001d21;
  --color-1: #f8f9f7;
  --color-2: #23292b;
  --color-3: #f3f2ea;
  --color-4: #253a39;
  --color-5: #00473d;
  --font-family-text: "Inter", Arial, Helvetica, sans-serif;
  --font-family-bold: "Clash Bold", Arial, Helvetica, sans-serif;
  --font-family-medium: "Inter", Arial, Helvetica, sans-serif;
  --heading: "Recoleta Medium", Arial, Helvetica, sans-serif;
}

html {
  font-size: 90%;
  scroll-padding-top: 5rem;
}

body {
  font-family: var(--font-family-text);
  /* color: var(--primary); */
  /* color: #000; */
  color: #141414;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #fff;
  position: relative;
}

*:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-bold);
  font-weight: 500;
}

.text-medium {
  font-family: var(--font-family-medium) !important;
  font-weight: 500;
}

.text-regular {
  font-family: var(--font-family-text);
  font-weight: 400;
}

.text-bold {
  font-family: var(--font-family-bold);
  font-weight: 500;
}

/* .text-bold {
  font-family: var(--font-family-medium);
} */

.main-nav .nav-link {
  font-family: var(--font-family-bold);
  font-weight: 700;
  color: #fff !important;
}

.main-link.main-nav .nav-link {
  color: var(--color-5) !important;
}

.nav-link {
  font-size: 1rem !important;
  font-family: var(--font-family-medium);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--secondary);
  border-bottom: 0.1875rem solid var(--secondary);
  /* border-radius: 3.125rem; */
}

/* .main-content{
    margin-top: 3.125rem;
} */

.text-light-main {
  color: #b9ffde;
}

.text-success {
  color: #22cc22 !important;
}

.text-color-2 {
  color: #bcff68;
}

.text-color-5 {
  color: var(--color-5) !important;
}

.bg-main-primary {
  background-color: var(--primary) !important;
}

.bg-main-secondary {
  background-color: var(--tertiary) !important;
}

.bg-main-secondary-2 {
  background-color: var(--secondary);
}

.bg-color-1 {
  background-color: var(--color-1);
}

.bg-color-3 {
  background-color: var(--color-3);
}

.bg-color-5 {
  background-color: var(--color-5);
}

.text-main-2 {
  color: #002570;
}

.card,
.modal-content,
.alert {
  border: 0;
  border-radius: 0.5rem;
  overflow: hidden;
}

.modal {
  backdrop-filter: blur(0.3125rem);
}

.btn {
  border-radius: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  font-weight: 500;
}

.sidebar-list {
  gap: 0.625rem;
}

.gap-15 {
  gap: 0.9375rem;
}

.sidebar-list .nav-link {
  /* font-size: 1.2rem; */
  color: #333;
  font-family: var(--font-family-medium);
  /* font-weight: 500; */
  padding: 0.625rem 0.9375rem;
  font-size: 0.875rem !important;
}

.bi-2 {
  font-size: 1.5rem;
}

/* .gradient-1 {
  background: linear-gradient(180deg, #f0f4f8 0%, #fef3ec 100%);
} */

.main-admin-container.gradient-1 {
  background-color: #f4f6f8;
}

.gradient-2 {
  background: linear-gradient(136.4deg, #f5f1ee 5.96%, #f8d9c7 90.41%);
}

.avatar-lg {
  height: 9.375rem;
  width: 9.375rem;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.carousel-indicators [data-bs-target] {
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-top: unset;
  border-bottom: unset;
  background-color: var(--primary);
}

.carousel-indicators .active {
  opacity: 1;
  width: 1.875rem;
  border-radius: 1.25rem;
  background-color: var(--secondary);
}

.object-fit-cover {
  object-fit: cover;
}

.object-position-center {
  object-position: top center;
}

.icon-flag {
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.icon-flag-2 {
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.currency-type-text,
.apexcharts-subtitle-text {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 0.6875rem;
  color: #515151;
  font-family: var(--font-family-medium);
  font-weight: 500;
}

.apexcharts-title-text {
  font-family: var(--font-family-bold) !important;
  color: #515151;
  font-weight: 700;
}

.btn-main-secondary {
  /* background-color: var(--secondary); */
  color: #fff;
  background: linear-gradient(123deg, #4bb4b1 16.69%, var(--secondary) 78.17%);
}

.text-main-secondary {
  color: var(--secondary);
}

.btn-main-secondary:hover {
  background-color: #128007;
  color: #fff;
}

.text-main-3 {
  color: #002570;
}

.icon-tag {
  background-color: #ddfaff;
  height: 3.125rem;
  width: 3.125rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3.125rem;
}

.icon-2 {
  height: 3.125rem;
}

.text-main {
  color: var(--primary);
}

.table tbody,
.table td,
.table tfoot,
.table th,
.table thead,
.table tr,
.table > :not(:last-child) > :last-child > * {
  border-color: #fff;
}

.table > :not(caption) > * > * {
  padding: 1rem;
}

tr {
  vertical-align: middle;
}

.bg-image-hero {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/banner-bg.jpg);
}

.bg-image-hero-2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel-overlay-sect {
  position: absolute;
  z-index: 9;
  display: flex;
  align-items: center;
  height: 100%;
}

.bg-image-hero .text-white.text-bold,
.bg-image-hero.text-white {
  color: var(--tertiary) !important;
}

.cat-list .dropdown-item {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 0.0625rem solid #e9ebf0;
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
}

.no-caret.dropdown-toggle::after {
  display: none;
}

.table tfoot,
.table th {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #8b909a;
  letter-spacing: 0.1rem;
}

.avatar-sm {
  height: 2.5rem;
  width: 2.5rem;
  position: relative;
  overflow: hidden;
}

.badge-custom-success {
  background-color: #f1fdf4 !important;
  color: #16803d !important;
  border: 0.125rem solid #cbebd3 !important;
  padding: 0.3125rem 0.625rem;
}

.badge-custom-danger {
  background-color: #fef3f2 !important;
  color: #b91c1b !important;
  border: 0.125rem solid #fcdfdd !important;
  padding: 0.3125rem 0.625rem;
}

.badge-custom-warning {
  background-color: #fefce8 !important;
  color: #864e0e !important;
  border: 0.125rem solid #f4e6c1 !important;
  padding: 0.3125rem 0.625rem;
}

.btn-size {
  padding: 0.8125rem 0.9375rem;
}

.nav-active {
  color: #fff !important;
  /* background-color: #000; */
  background: linear-gradient(123deg, #4bb4b1 16.69%, var(--secondary) 78.17%);
  border-radius: 0.5rem;
}

.authentication-split-container {
  display: grid;
  height: 100vh;
  grid-template-columns: 2fr 1fr;
}

.bg-auth {
  background-color: #141414;
}

.form-control-size {
  height: 3.125rem;
  border-radius: 0.5rem;
  font-family: var(--font-family-text);
  font-weight: 400;
}

.form-select {
  font-family: var(--font-family-text);
  font-weight: 400;
}

.border-rad-8 {
  border-radius: 0.5rem;
}

.check-mrk-absolute {
  position: absolute;
  right: 0.5625rem;
  bottom: 1.875rem;
}

.heading-section-1 {
  font-size: 1.3rem;
  line-height: 1.5;
}

.auth-title {
  font-size: 2rem;
}

.bg-img-cover {
  background-image: url(../images/bg-main-1-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img-cover-2 {
  background-image: url(../images/bg-auth-new.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img-cover-3 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* .overlay-hero {
    background-image: linear-gradient(#01171a7d, rgb(255 255 255 / 60%));
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
} */

.overlay-hero-2 {
  background-image: linear-gradient(#00262b38, rgb(5 43 10));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.overlay {
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 10%, transparent 100%);
  display: block;
  left: 0;
  right: 0;
  height: 70%;
  bottom: -1.25rem;
}

.z-index-1 {
  z-index: 1;
}

.letter-space {
  letter-spacing: 0.1rem;
}

.custom-heading-3 {
  font-size: 1.5rem;
}

label {
  font-weight: 500;
}

.alert {
  font-size: 0.8125rem;
}

.alert-success {
  background-color: rgb(240, 253, 244);
  color: rgb(21, 128, 61);
}

.alert-success h6 {
  color: rgb(22, 101, 52);
}

.alert-warning {
  background-color: #fefce8;
  color: rgb(161, 98, 7);
}

.alert-warning h6 {
  color: rgb(133, 77, 14);
}

.alert-danger {
  background-color: #fef3f2;
  color: rgb(185, 28, 28);
}

.alert-danger h6 {
  color: rgb(153, 27, 27);
}

.success-icon {
  color: rgb(74, 222, 128);
}

.warning-icon {
  color: rgb(250, 204, 21);
}

.danger-icon {
  color: rgb(248, 113, 113);
}

.icon-height {
  height: 1rem;
}

.cursor-pointer {
  cursor: pointer;
}

.ft-sm {
  font-size: 0.8125rem;
  line-height: 1.3125rem;
}

.ft-xs {
  font-size: 0.6875rem;
  line-height: 1.125rem;
}

.border-top-left-8 {
  border-top-left-radius: 0.5rem;
}

.border-top-right-8 {
  border-top-right-radius: 0.5rem;
}

.border-bottom-left-8 {
  border-bottom-left-radius: 0.5rem;
}

.border-bottom-right-8 {
  border-bottom-right-radius: 0.5rem;
}

.custom-pill.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--secondary);
  font-weight: 500;
  border-bottom: 0.125rem solid var(--secondary);
  border-radius: 0rem;
  background-color: transparent;
}

.custom-pill.nav-pills .nav-link {
  color: #959595;
}

.custom-pill-2.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--secondary);
  font-weight: 500;
}

.custom-pill-2.nav-pills .nav-link {
  background-color: #f2f2f2;
  color: #959595;
}

.active > .page-link,
.page-link.active {
  z-index: 3;
  color: #fff;
  background: linear-gradient(123deg, #4bb4b1 16.69%, var(--secondary) 78.17%);
  /* background-color: #002570; */
  border-color: transparent;
  border-radius: 0.5rem;
  font-weight: 500;
}

.disabled > .page-link,
.page-link.disabled {
  color: #959595;
  pointer-events: none;
  background-color: transparent;
  border-color: transparent;
}

.page-link {
  color: #959595;
  border: unset;
}

.py-100 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.pt-100 {
  padding-top: 6.25rem;
}

.pb-100 {
  padding-bottom: 6.25rem;
}

.bank-box {
  height: 25rem;
  overflow: auto;
  padding: 1.25rem;
}

.main-avatar {
  height: 9.375rem;
  width: 9.375rem;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.upload-box {
  height: 9.375rem;
  width: 9.375rem;
  border-radius: 0.5rem;
  background-color: #f1f1f1;
  border: 0.125rem dashed #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ccc;
}

.upload-box-2 {
  width: 100%;
  height: 9.375rem;
  border-radius: 0.5rem;
  background-color: #f1f1f1;
  border: 0.125rem dashed #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ccc;
}

.tab-width {
  width: 18.75rem;
  gap: 0.625rem;
}

.finger-icon {
  font-size: 5rem;
  color: #fd3359;
}

.bg-main-4 {
  background-color: #002570;
}

.otp-num {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

.track-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
}

.track-status-color-1 {
  color: #76a33c;
}

.line-absolute {
  position: absolute;
  top: 0.875rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
}

.text-muted-2 {
  color: #67748e;
}

.track-status-color-2 {
  color: #ef8d43;
}

.hero-header-text {
  /* color: var(--color-2); */
  color: var(--color-4);
  font-size: 4rem;
  /* line-height: 1.3; */
  font-weight: 500;
  font-family: var(--font-family-medium);
}

.hover-effect {
  transition: all 0.5s ease-in;
}

.hover-effect:hover {
  box-shadow: 0rem 0.25rem 1rem rgba(0, 0, 0, 0.12);
}

.hover-effect-2:hover {
  background-color: #f4f4f4;
}

.hero-header-text-2 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  font-family: var(--font-family-medium);
}

.hero-section-one {
  /* background-image: url(../images/hero-banner-arct.jpg);
    background-position: top left;
    background-repeat: no-repeat; */
  /* height: 43.75rem;
    display: flex;
    align-items: center; */
  background-color: #050503;
  min-height: 100vh;
}

.hero-sect-bg {
  background-image: url(../images/Header-image.jpg);
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  background-color: #000;
}

/* .overlay-hero{
    background-image: linear-gradient(#00262b7d, rgba(54, 19, 117, 0.6));
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
} */

.hero-sub-text {
  font-size: 1.3rem;
  line-height: 1.6;
  color: var(--color-2);
}

.bg-color-4 {
  background-color: var(--color-4);
}

.color-gold {
  color: rgb(84, 74, 46);
}

.bg-main-5 {
  background-color: var(--tertiary);
}

.nav-layout .rounded-pill {
  border-radius: 0.625rem !important;
}

.glass {
  background: rgba(255, 255, 255, 0.11);
  border: 0.0625rem solid rgba(255, 255, 255, 0.17);
  backdrop-filter: blur(0.78125rem);
}

.glass-2 {
  background: rgba(0, 0, 0, 0.11);
  border: 0.0625rem solid rgba(255, 255, 255, 0.17);
  backdrop-filter: blur(0.78125rem);
}

.pattern-square {
  position: relative;
}

.product-box {
  height: 12.5rem;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
  /* padding: 3.125rem; */
  padding-bottom: 0rem;
}

.ft-custom-hero {
  font-size: 6rem;
}

.navbar-list-link .nav-link{
  line-height: 37px;
}

.ft-custom-hero-sm{
  font-size: 3rem;
}

.footer-social-icon img {
  filter: invert(1);
}

.footer-link-icon li a {
  font-size: 0.8125rem;
  color: #b4c7c8;
  text-decoration: none;
}

.footer-text {
  color: #b4c7c8;
}

.footer-link-icon li {
  margin-bottom: 0.625rem;
}

.toggler-circle {
  background: #fff;
  border: 0;
  border-radius: 3.125rem;
  height: 3.125rem;
  width: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-toggler-icon {
  width: 1em;
  height: 1em;
}

.testimonial-box {
  color: #2e374a;
  text-align: left;
  border-radius: 0.5rem;
  align-self: stretch;
  padding: 1.25rem 1.625rem;
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.04), 0 0.125rem 0.375rem rgba(0, 0, 0, 0.04);
}

.profile-img-size {
  height: 3.125rem;
  width: 3.125rem;
  position: relative;
  overflow: hidden;
  border-radius: 3.125rem;
}

.text-star {
  color: #ffc847;
}

.testimonial-sect {
  background-color: #f7f5f3;
}

.heading-text {
  font-family: var(--heading) !important;
  font-weight: 500;
}

.heading-text-2 {
  font-size: 3rem;
}

.profile-img-size-lg {
  height: 25rem;
  width: 25rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.text-custom-1 {
  color: #2e374a;
}

.product-box-2 {
  height: 37.5rem;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}

.form-absolute {
  width: 18.75rem;
  right: 1.875rem;
  bottom: 0.625rem;
  position: fixed;
  z-index: 2;
}

.form-card {
  background-color: #fff;
  border: 0.0625rem solid #f1f1f1;
  border-radius: 0.5rem !important;
}

.avatar-sm {
  height: 2.1875rem;
  width: 2.1875rem;
  position: relative;
  overflow: hidden;
}

.raise-ticket {
  background-color: #17bba3;
  color: #b2f7cf;
}

table.dataTable,
#custom-table {
  font-family: var(--font-family-text);
  font-weight: 400;
  font-size: 0.8125rem;
}

.ft-lg {
  font-size: 2rem;
}

.ft-lg-2{
  font-size: 3rem;
}

.overlap-num {
  position: absolute;
  font-size: 6rem;
  top: -1.875rem;
  left: -0.4375rem;
  z-index: 1;
  color: #ddd;
}

.z-index-2 {
  z-index: 2;
}

.nav-drop-size {
  width: 25rem;
  border: 0rem;
}

.grid-dashboard {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.split-grid-new-2 {
  background-image: url(../images/global.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gradient-3 {
  background-color: #fff2e7;
  background-image: linear-gradient(130deg, #fff2e7 10%, #f4d8c1 74%);
}

.banner-img {
  background-image: url(../images/dashboard-img.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 56%;
}

.hero-view-size {
  height: 90vh;
}

.partner-logo {
  height: 5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner-logo img {
  width: 70% !important;
}

.ft-custom-2 {
  font-size: 1.5rem;
  line-height: 1.4;
}

.feature-box {
  position: relative;
  overflow: hidden;
  height: 31.25rem;
}

.form-select-2 {
  border: 0.0625rem solid #dee2e6;
}

.cta-bg {
  background-image: url(../images/dots-bg.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-size {
  height: 18.75rem;
  margin: 0 auto;
  display: block;
}

.vh-100-min {
  min-height: 100vh;
}

.bg-light-2 {
  background-color: #f9f9f9;
}

.text-clip {
  background: linear-gradient(123deg, #4bb4b1 16.69%, var(--secondary) 78.17%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pt-200 {
  padding-top: 12.5rem;
}

.stats-container-box h2 {
  font-family: var(--font-family-medium);
}

.form-check-input:checked {
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.add-white-space {
  white-space: nowrap;
}

.pin-box-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.625rem;
  width: 75%;
  margin: 0 auto;
}

.pin-box-grid .form-control-lg {
  height: 3.75rem;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

@media screen and (min-width: 61.9375rem) {
  .navbar-vertical.navbar-expand-lg {
    z-index: 1000;
    border-radius: 0;
    width: 100%;
    max-width: 17.5rem;
    display: block;
    overflow-y: auto;
    box-shadow: 0 0 transparent !important;
  }

  .carousel-indict-dot {
    bottom: -3.125rem !important;
  }

  .custom-offcanvas-h {
    height: 90vh;
  }

  .custom-w-60 {
    width: 60vw !important;
  }

  .offcanvas-width {
    width: 43.75rem !important;
  }

  .dashboard-sect {
    height: 43.75rem;
    overflow: hidden;
  }

  .vh-lg-100 {
    height: 100vh !important;
  }

  .navbar-vertical.navbar-expand-lg.show {
    border-radius: 0;
    max-width: 17.5rem;
  }

  .drop-size-2 {
    width: 10.625rem;
  }

  .w-600 {
    width: 37.5rem !important;
  }

  .role-pos {
    display: flex;
    justify-content: center;
  }

  .sidebar-list {
    width: 14.375rem;
  }
}

@media screen and (max-width: 48rem) {
  .authentication-split-container {
    display: grid;
    height: 100%;
    grid-template-columns: 1fr;
    padding-top: 5rem;
    padding-bottom: 5rem;
    /* background-color: #fff; */
  }

  .container{
    padding-right: 25px;
    padding-left: 25px;
  }

  .ft-custom-hero-sm{
    font-size: 2rem;
  }

  .vh-100.hero-section-one {
    min-height: 100vh !important;
    padding-bottom: 6.25rem;
  }

  .hero-section-one.pt-200 {
    padding-top: 6.25rem;
  }

  .mx-space-mobile {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  /* .navbar-brand.d-none{
        display: block !important;
    } */

  /* .home-logo{
        display: none;
    } */

  .bg-transparent.main-nav {
    background-color: var(--color-5) !important;
  }

  .hero-sections.border-rad-8.p-5 {
    padding: 1rem !important;
  }

  .heading-text-2 {
    font-size: 2.5rem;
  }

  .feature-box {
    position: relative;
    overflow: hidden;
    height: 18.75rem;
  }

  .profile-img-size-lg {
    height: 18.75rem;
    width: 18.75rem;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
  }

  .hero-header-text-2 {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .hero-sub-text {
    font-size: 1.2rem;
    line-height: 1.4;
    color: var(--color-2);
  }

  .product-box-2 {
    height: 18.75rem;
    border-radius: 0.625rem;
    overflow: hidden;
    position: relative;
  }

  .footer-social-icon {
    gap: 1.25rem;
  }

  .ft-custom-hero {
    font-size: 3rem;
  }

  .hero-header-text {
    font-size: 3rem;
    line-height: 1.2;
  }

  .track-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }

  .upload-box-2 {
    height: 12.5rem;
  }

  .avatar-lg {
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
  }

  .split-grid-1 {
    display: none !important;
  }

  .logo-nav {
    width: 10.9375rem;
  }
}
