:root {
    --font-primary: 'Rubik', sans-serif;
    --bg-primary: #2192FF;
    --bg-secondary: #00A9FF;
}

    body {
        font-family: var(--font-primary);
}

.language-btn {
    margin-left: 20px;
}

.language-btn select {
    background-color: #f8f9fa;
    color: #333;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
}

.language-btn select:hover {
    border-color: #007bff;
}

#language {
    padding: 14px;
    width: 80px;
    display: flex;
    justify-content: center;
    border-color: #38BDF9;
    background-color: #38BDF9;
    color: #fff
}

#language-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #38BDF9;
    border-color: #38BDF9;
    padding: 10px 12px;
    color: #fff
}

.case-studies-style {
    margin: 0 auto
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    padding: 0.5rem;
    z-index: 10;
}

.owl-prev {
    left: -2rem;
}

.owl-next {
    right: -2rem;
}

.owl-prev:hover,
.owl-next:hover {
    background-color: #333;
}


/* code new */


.container-custom {
    max-width: 1280px;
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px;
}


li.check,
li.uncheck {
    position: relative;
    display: flex;
    align-items: baseline;
}

li.uncheck {
    color: #848b9a;
}

li.check:before,
li.uncheck:before {
    content: '';
    margin-right: 8px;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    background-color: var(--bg-primary);
    flex-shrink: 0;
    position: relative;
    top: 3px;
}

li.check:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M20 7L10 17l-5-5'/%3E%3C/svg%3E");
}

li.uncheck:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23848b9a' fill-rule='evenodd' d='M4.28 3.22a.75.75 0 0 0-1.06 1.06L4.94 6L3.22 7.72a.75.75 0 0 0 1.06 1.06L6 7.06l1.72 1.72a.75.75 0 0 0 1.06-1.06L7.06 6l1.72-1.72a.75.75 0 0 0-1.06-1.06L6 4.94z' clip-rule='evenodd'/%3E%3C/svg%3E")
}

.pricing-active li.check:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M20 7L10 17l-5-5'/%3E%3C/svg%3E");
}

.popup-menu-mobile.active {
    transform: translateX(0%);
}

.accordion-content {
    max-height: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.accordion-icon.active span:first-child {
    transform: rotate(0deg);
}

.accordion-icon span {
    transition: all 0.3s ease;
}

.enter {
    animation: slideIn 1s ease forwards;
}

.exit {
    animation: slideOut 1s ease forwards;
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(-40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideOut {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(40px);
    }
}
.header.active {
    position: fixed;
    top: 0;
    left: 0;
    animation: slideDown 0.7s ease forwards;
    box-shadow: 0px 0px 20px 0px #00286440;
}
@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
.pricing-plan-list > div:nth-child(2) {
    background-image: linear-gradient(180deg, #2192FF -200%, transparent 50%);
}

.step-item {
    color: var(--bg-primary);
}
.step-item.step-item-active {
    background-color: var(--bg-primary);
    color: #fff;
}
.step-content-item {
    opacity: 0;
    visibility: hidden;
    max-height: 0px;
}

.step-content-item.active {
    opacity: 1;
    visibility: visible;
    max-height: 100%;
}
.step-item-line.active-line::before { 
    width: 100%;
}

.swiper-button-next::after, .swiper-button-prev::after {
    display: none;
}
.btn-scroll-top.active {
    transform: translateY(0);
    opacity: 1;
}

/* skeleton */
@keyframes pulse {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.4;
    }
  }
  
  .skeleton-project {
    animation: pulse 1.5s ease-in-out infinite;
  }

  
.pricing-plan-list > div:nth-child(2) {
    border: 2px solid var(--bg-primary)
}
.pricing-plan-list > div:nth-child(2) .btn-pricing {
    background-color: var(--bg-primary);
    color: #fff;
}

@keyframes scroll-loop {
    0% { transform: translateY(0%); }
    100% { transform: translateY(-50%); }
  }
  .scroll-col {
  animation: scroll-loop 40s linear infinite;
}
@keyframes scroll-loop-reverse {
    0% { transform: translateY(-50%); }
    100% { transform: translateY(0); } 
  }
  .scroll-col-reverse {
  animation: scroll-loop-reverse 40s linear infinite;
}

@media (max-width: 768px) {
    @keyframes scroll-loop {
        0% { transform: translateX(0%); }
        100% { transform: translateX(-50%); }
      }
      @keyframes scroll-loop-reverse {
        0% { transform: translateX(-50%); }
        100% { transform: translateX(0); }
      }
}