body {
  font-family: 'Roboto', sans-serif;
  --main-background-color: #f6f6f9;
}

.body-gray {
    background-color: var(--main-background-color);
}

.base-container {
  width: 100%;
  box-sizing: border-box;
}

.footer {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
}

.header {
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    padding: 8px 24px 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    z-index: 100;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header.is-menu-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
}

.device-wrapper {
    display: none;
}


.device-wrapper.show-on-mobile {
    display: block;
}

.tabs-container {
    display: flex;
    gap: 12px;
}

.tab-content {
        
}

.tab {
    color: var(--color-black);
    padding-bottom: 4px;
    position: relative;
}

.tab::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--bs-primary);
    transform: scaleX(0);
    opacity: 0;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

.tab:hover {
    cursor: pointer;
    color: var(--bs-primary);
}

.tab.active {
    text-shadow: 0 0 1px rgba(0, 0, 0, .5);
}

.tab.active::after {
    transform: scaleX(1);
    opacity: 1;
}

.tab:not(.active)::after {
    transform: scaleX(0);
    opacity: 0;
}



.header-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.header-brand .logo-icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
    filter: brightness(0)
            saturate(100%)
            invert(64%)
            sepia(11%)
            saturate(6717%)
            hue-rotate(342deg)
            brightness(97%)
            contrast(92%);
}

.header-brand .logo-text {
    font-size: 20px;
    font-weight: 600;
    color: var(--bs-primary);
}


.menu-container {
    display: none;
    position: fixed;
    right: 0;
    left: 0;
    background-color: #fff;
    overflow: hidden;
    overflow-y: auto;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    z-index: 99;
    -webkit-overflow-scrolling: touch;
    padding: 8px 0 32px 0;
    animation: expand-menu 0.3s ease;
}

.menu-container.is-menu-open {
    display: block;
}

.expanded-menu-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px; 
    gap: 8px;
}

.menu-items-wrapper {
    width: 100%;
    padding: 0 16px;
    border-radius: 16px;
    background-color: var(--main-background-color);
}

.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 8px 0;
}

.menu-item .menu-item__text {
    font-weight: 600; 
}

.menu-item .menu-item__arrow {
    color: var(--bs-gray-600);
}

.hr-divider {
  border: 0;
  height: 1px;
  background: rgba(204, 214, 228, .6);
  margin: 8px 0;
}


@keyframes expand-menu {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

@media (min-width: 1024px) {
    .device-wrapper.show-on-desktop {
        display: block;
    }
    .device-wrapper.show-on-mobile {
        display: none;
    }
    .base-container {
        max-width: 1200px;
        margin: 0 auto;
    }
}

/* //////////////////////////////////////////////////////////////// */


.section::-webkit-scrollbar {
    width: 16px;
}

.section::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

.section::-webkit-scrollbar-thumb {
    background-image: linear-gradient(180deg, #fd7e14 0%, #ed812b 99%);
    /*background-color: #ed812b;*/
    border-radius: 100px;
    border-width: 5px 1px 5px 1px;
    border-style: solid solid solid solid;
    border-color: #101010 #303030 #101010 #303030;
    /*border: 1px solid black;*/
    /*box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
}

.border24 {
  border-radius: 24px;
  padding: 0px;
}

.background {
  background-position: 50% -5%;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/154484411.png);
  position: absolute;
  top: 0px;
  width: 1440px;
  height: 1011.4px;
  overflow: hidden;
  pointer-events: none;
  margin-top: 37.3px;
  transform: translate3d(0px, -37.8875px, 0px);
  z-index: -1;
}

.rad20 {
  border-radius: 20px !important;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

.overflow-scroll-y {
  overflow-y: auto !important;
}

.btn {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 18px !important;
  border-radius: 10px !important;
  border: none !important;
  justify-content: space-between;
  align-items: center;
  line-height: normal;
}

.btn i {
  font-size: 14px !important;
}

.fs-5 {
  color: rgb(255, 255, 255);
  padding-right: 32px;
  font-weight: 500;
  text-align: center;
  font-size: 14px !important;
  border-radius: 10px !important;
  border: none !important;
}

.entry__title {
  color: black;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
}

.demo__title {
  border-radius: 10px;
  font-weight: bold !important;
  line-height: normal;
}

.entry__subtitle {
  text-align: center;
  color: #000;
  font-size: clamp(16px, calc(16px + 0.25vw), 20px);
  font-weight: 300;
  line-height: 1.5;
}

.top__subtitle {
  background: #ed812b;
  border-radius: 20px;
  padding: 10px;
  font-weight: 400 !important;
  color: white;
}

.subtitle {
  font-weight: 600 !important;
}

.display-3 {
  margin-bottom: 30px;
  font-weight: 300 !important;
  font-size: 25px;
  line-height: 0.75 !important;
}

.display-5 {
  margin-bottom: 30px;
}

.display-6 {
  font-weight: 300 !important;
  font-size: 40px;
}

.download__text {
  font-size: 27px;
}

.contact__text {
  font-size: 27px;
}


@media (max-width: 620px) {
  .display-6 {
    font-weight: 300 !important;
    font-size: 2rem;
  }

}

@media (max-width: 460px) {
  .display-6 {
    font-weight: 300 !important;
    font-size: 1rem;
  }
}

.btn_anim.btn1 {
    animation: btn1 1.5s linear;
    animation-iteration-count: infinite;
}
.btn_anim.btn2 {
    animation: btn2 1.5s linear;
    animation-iteration-count: infinite;
}
@keyframes btn1 {
  0% {
    background-color: #ed812b;
  }
  50% {
    background-color: #fd6414;
    transform: scale(1.1, 1.1);
  }
  100% {
    background-color: #ed812b;
  }
}
@keyframes btn2 {
  0% {
    background-color: #fd6414;
    transform: scale(1.1, 1.1);
  }
  50% {
    background-color: #ed812b;
    transform: scale(1, 1);
  }
  100% {
    background-color: #fd6414;
    transform: scale(1.1, 1.1);
  }
}
.fade-in-bckrnd {
    animation: fade-in-bckrnd 0.7s ease-out;
}
@keyframes fade-in-bckrnd {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-out-bckrnd {
    animation: fade-out-bckrnd 0.5s ease-out;
}
@keyframes fade-out-bckrnd {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

