body {
    --bs-primary: #fa221b !important;
    --bs-link-color: #feb46e !important;
    --bs-link-hover-color: #fa221b !important;
    --bs-primary-text-emphasis: #feb46e !important;
    --bs-primary-bg-subtle: #331e03 !important;
}

.howdoesworkit p 
{
    font-size: 23.5px !important;
}

.card-title
{
    font-size: 24px !important;
    color: #e14c3f;
}
/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/
.call-to-action {
    background-size: cover;
    padding: 0px 0 50px 0;
  }
  .call-to-action p
  {
    font-size: 22px !important;
  }

  .call-to-action h6 {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
  }
  
  .call-to-action .cta-btn {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
  }
  
  .call-to-action .cta-btn:hover {
    background: #203954;
    border: 2px solid #203954;
  }

  .text_spproach {
    color: #fff;
    text-align: center;
    font-size: 19px;
  }

  .text_color {
    /* margin-bottom: 40px; */
    color: #777;
    font-size: 24px;
    line-height: 1.5em;
    margin-top: 0;
  }
  .font_title {
    color: #fff;
    font-size: 70px;
    font-family: Graphik, sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  /*--------------------------------------------------------------
--------------------------------------------------------------*/
#whyUs
{
    width: 100%;
}
a {
    text-decoration: none;
}

.size_logo{
    width: 80px;
    height:80px;
}

.accordion-item button
{
    font-size: 18px;
}
.label1{
    font-size: 48px !important;
}
.video-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }
  
  video {
    width: 100%;
    height: auto;
    min-height: 100%;
  }

  .video-container2
  {
    width: 100%;
    height: 50vh;
    min-height: 100%;
    border-radius: 10px;
  }
  
.padding-text {
    padding: 15px 20px;
}

.text {
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.center {
    margin-left: auto;
    margin-right: auto;
    /* Các thuộc tính khác nếu cần */
}

/* Footer */
/* footer {
    background-color: rgb(var(--bs-tertiary-bg-rgb), 1);
    text-align: center;
    padding: 60px 12px;
} */

/* .subscribe-form button
{
    padding: 25px 20px !important;
} */
.social-menu__item
{
    list-style: none;
}

.social-menu {
    display: flex;
    justify-content: center;
    padding: 1vh;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}

.social-menu li {
    display: block;

    margin: 0px 30px;
}

.bi::before {
    font-size: 30px;
}

.logo {
    width: 100px;
    height: 50px;
}

#navbarNav {
    margin-left: 35%;
}

.nav-item {
    padding: 0px 10px;
}

.nav-link.btn.btn-link {
    color: rgb(255, 255, 255);
    font-weight: bold;
    width: 120px;
    height: 40px;
}

.nav-link.btn.btn-link:hover {
    color: var(--bs-primary);
    font-weight: bold;
    width: 120px;
    height: 40px;
}

/* thanh menu */
.bg-blur {
    backdrop-filter: blur(15px) brightness(0.8);
}

.menu {
    height: 100px;
    width: 100%;
}

.unlimited.header {
    margin-top: 50vh;
    height: 40vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-size: cover;
    background-position: top center;
    background-color: #0a0a0a1a;
 
}

.unlimited {
    padding: 100px 0;
    background-color: #141414;
    position: relative;
}

.unlimited h1 {
    color: white;
    letter-spacing: -2px;
    font-weight: 900;
    text-transform: none;
    font-size: 70px;
    margin-bottom: 20px;
}

.body2,
.unlimited p.body2 {
    font-size: 25px;
    color: rgba(255, 255, 255, .8);
}

.text-center {
    text-align: center;
}

/* highlight  */
.highlight,
.unlimited.animated .number {
    color: var(--bs-primary);
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

a.tunecore-btn {
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    color: white;
    background-color: var(--bs-primary);
}

.tunecore-btn-2 {

    font-size: 12px;
    width: 40%;
    height: 40px;
    border-radius: 100px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 2px solid var(--plan-color-1);
    background: transparent;
    text-transform: uppercase;
    color: white;
    transition: all 50ms ease;

    background-image: linear-gradient(-140deg, var(--green-1), var(--blue-1), var(--red-1), var(--yellow-1)) !important;
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
    border: none;
    text-decoration: none;

}

.tunecore-btn-2:hover {

    background-size: 200% 200%;
    border-radius: 200px;
    background-image: linear-gradient(-180deg, var(--green-1), var(--blue-1), var(--red-1), var(--yellow-1)) !important;
    animation: gradient 15s ease infinite;
}

/* icon mxh */
.store-icons {
    width: 50%;
    display: flex;
    column-gap: 20px;
    justify-content: space-around;
    margin: auto;
    row-gap: 20px;
    flex-wrap: wrap;
}

.unlimited .store-icon {
    transition: all 150ms ease;
}

.store-icons a {

    max-width: 120px;
    min-width: 90px;
}

.icon {
    width: 120px;
    height: 85px;
}

.text-body3 {
    margin: 15px 0px;
    font-size: 25px;
    font-weight: 0;
}

/* image body 4 */
.cssimage {
    width: 100%;
    height: auto;

}

.text-body4 {
    font-size: 15px;
    color: white;
}

.b {
    margin-right: calc(var(--bs-gutter-x)/ 2);
    margin-left: calc(var(--bs-gutter-x)/ 2);
    padding: 0px;
    padding-bottom: 50px;
    box-shadow: -1px 12px 21px #2929294d;
    border-radius: 8px;
}

.b:hover {
    margin-right: calc(var(--bs-gutter-x)/ 2);
    margin-left: calc(var(--bs-gutter-x)/ 2);
    padding: 0px;
    padding-bottom: 50px;
    border-radius: 20px;
}

.highlight2 {
    background: linear-gradient(-20deg, var(--green-1), var(--blue-1), var(--red-1), var(--yellow-1));
    background-size: 300% 300%;
    animation: gradient 15s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
    font-size: 25px;
    font-weight: 700;
}

.nav-item a {
    text-decoration: none;
    color: #ffffff;
}

.policy-ul {
    display: none;
    margin: 15px 0px 0px 0px;
    font-weight: normal;
    padding: 4px;
    background-color: #3c3c3c;
    border: 1px solid #424242d6;
    color: white;
    border-radius: 5px;
}

li:hover .policy-ul {
    display: inline-block;
}

.policy-ul li {
    width: 170px;
    display: inline-block;
    list-style: none;
    text-align: left;
    line-height: 32px;
    border-radius: var(--bs-border-radius);
}

.policy-ul li:hover {
    background-color: var(--bs-primary);
}

.policy-ul li a {
    display: inline-block;
    font-size: .875rem;
    margin: 0px 8px;
}


.title-policy-2 {
    font-size: 30px;
    font-weight: 600;
    color: white;
}

.title-policy-3 {
    font-size: 25px;
    font-weight: 600;
    color: white;
}

.title-policy-4 {
    font-size: 20px;
    font-weight: 600;
    color: white;
}

.title-policy-5 {
    font-size: 18px;
    color: rgb(199, 196, 196);
}

/* #region FAG */

#faq .nav-pills {
    display: inline-block;
    padding: 4px;
    border: 1px solid #424242d6;
    border-radius: 5px;
}

#faq .nav-pills .nav-item {
    display: inline-block;
    padding: 0;
}

#faq .nav-pills .nav-item .nav-link {
    padding: .3rem 2rem;
}

#faq .nav-pills .nav-item .nav-link.active {
    background-color: var(--bs-primary);
}

/* #endregion */