@charset "UTF-8";

.at_main > .at_section{
    margin-bottom: var(--at_site-gap);
}

/* .at_section-title span.char {
    transform: translate(20px, 0px);
    opacity: 0;
    transition: .25s;
}

.at_section:not(.home-banner).show .at_section-title span.char {
    transform: translate(0px, 0px);
    transition-delay: calc(25ms* var(--char-index));
    opacity: 1;
} */

/* Home */

.home-banner{
    margin: 0 !important;
}

.bn-it {
    position: relative;
}

.bn-it::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(39.81% 61.58% at 72.34% 54.35%, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.5) 100%);
    z-index: 1;
    pointer-events: none;
}

.bn-it-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    margin: 0 0 0;
    z-index: 2;
}

.bn-it-title {
    font-size: clamp(24px, 2.70vw, 52px);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.bn-it-title span.char {
    transform: translate(20px, 0px);
    opacity: 0;
    transition: .25s;
}

.swiper-slide-active .bn-it-title span.char {
    transform: translate(0px, 0px);
    transition-delay: calc(25ms* var(--char-index));
    opacity: 1;
}

.bn-it-descript {
    margin: 1.875rem 0 1.875rem;
    transform: translateY(20px);
    opacity: 0;
    transition: transform .5s, opacity .5s;
}

.swiper-slide-active .bn-it-descript {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: .25s;
}

.bn-it-content .at_btn.at_btn-primary {
    transform: translateY(20px);
    opacity: 0;
    transition: transform .5s, opacity .5s;
}

.swiper-slide-active .bn-it-content .at_btn.at_btn-primary {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: .5s;
}

/* Products */

.home-tabs{
    position: relative;
    overflow: hidden;
    padding: var(--at_site-gap) 0;
    background: var(--bg) no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.home-tabs::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(103deg, rgba(20, 63, 145, 0.90) 0%, rgba(83, 177, 71, 0.90) 100%);
}

.home-tabs .at_section-h{
    text-align: center;
    color: #fff;
}

.home-tabs .at_section-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 1.875rem;
}

.home-tabs .at_section-subtitle i{
    width: 5rem;
    height: 4px;
    border-radius: 99rem;
    background: var(--at_secondary-color);
}

.home-tabs .at_section-title{
    color: currentColor;
}

.home-tabs .swiper-container, .home-tabs .swiper{
    overflow: visible;
}

.home-tabs .g_it-none{
    text-align: center;
    color: #fff;
}

.prod-it .g_it-inner{
    background: transparent;
}

.prod-it .g_it-content{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 2rem 1rem;
    width: 100%;
    height: auto;
}

.prod-it .g_it-title{
    position: relative;
    overflow: visible;
    color: #fff !important;
    font-size: clamp(18px, 1.5625vw, 32px);
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.prod-it .g_it-title::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 3.75rem;
    height: 3px;
    background: #fff;
    border-radius: 99rem;
    bottom: -14px;
    transition: all .25s;
}

.prod-it:hover .g_it-title::before {
    width: 5rem;
}

.prod-it .g_it-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
    transition: all 0.3s;
}

.home-tabs .at_btn.at_btn-primary{
    padding: 0 3rem;
    height: 3.5rem; 
}

/* Home about */

.home-about .at_section-title{
    font-size: clamp(24px, 2.91vw, 56px);
}

.about-it .g_it-content{
    text-align: center;
    align-items: center;
    gap: 1.25rem;
    padding: 1.25rem;
}

.about-it .g_it-title{
    font-size: clamp(18px, 1.14vw, 24px);
    font-weight: 700;
    text-transform: uppercase;
}

/* Home subc */

.home-subc{
    position: relative;
    padding: 7rem 0;
    margin-bottom: 0 !important;
    background: #2D5016;
}

.home-subc::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(81.81% 382.85% at 20% 80%, rgba(255, 255, 255, 0.10) 0%, rgba(0, 0, 0, 0.00) 50%), radial-gradient(81.81% 382.85% at 80% 20%, rgba(124, 179, 66, 0.10) 0%, rgba(0, 0, 0, 0.00) 50%), linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.home-subc .at_section-line {
    display: flex;
    align-items: center;
    gap: .625rem;
    margin: 1.25rem 0 0;
}

.home-subc .at_section-line .line1{
    width: 6.25rem;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg, #7CB342 0%, rgba(0, 0, 0, 0.00) 100%);
}

.home-subc .at_section-line .line2{
    width: .75rem;
    height: .75rem;
    border-radius: .375rem;
    background: #7CB342;
}

.home-subc .at_btn.at_btn-primary{
    font-size: 1.25rem;
    font-weight: 700;
    height: 4.5rem;
    padding: 0 3rem;
    background: #fff !important;
    color: var(--at_primary-color);
}

.home-subc .at_btn.at_btn-primary:hover{
    color: #fff;
}

.home-subc .at_section-btn-group {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}

.home-subc .at_section-btn-group p{
    color: rgba(255, 255, 255, 0.80);
    font-size: .875rem;
    font-weight: 300;
}

.home-subc-ani, .home-subc-ani2{
    position: absolute;
    width: 100%;
    height: 100%;
}

.home-subc-ani{
    left: 2.91vw;
    bottom: 2.08vw;
    width: 5.2vw;
    height: 5.2vw;
    border-radius: 50%;
    background: rgba(124, 179, 66, 0.10);
    backdrop-filter: blur(15px);
    z-index: 1;
    animation: 5s ease-in-out infinite float;
    animation-delay: 3s;
}

.home-subc-ani2{
    top: 1.25vw;
    right: 7.29vw;
    width: 7.9vw;
    height: 7.9vw;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    backdrop-filter: blur(20px);
    animation: 5s ease-in-out infinite float;
    z-index: 0;
}

@keyframes float {
    0%, 100% {
      transform: translateY(0)rotate(0);
    }
  
    33% {
      transform: translateY(-15px)rotate(1deg);
    }
  
    66% {
      transform: translateY(-25px)rotate(-1deg);
    }
}

@media (max-width: 1024px) {
    /* Products */
    .home-tabs{
        background-size: auto 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    /* Banner */
    .bn-it-descript{
        margin: 20px 0 20px;
    }

    /* Products */
    .home-tabs .at_btn.at_btn-primary{
        padding: 0 24px;
    }

    /* Contact */
    .home-subc .at_btn.at_btn-primary{
        height: 3.75rem;
        padding: 0 1.5rem;
    }
}

@media (max-width: 768px) {
    /* Banner */
    .bn-it-content{
        top: calc(50% + calc(var(--at_height-header) * 0.5));
    }

    .bn-it-descript{
        margin: 20px 0;
    }
}

@media (max-width: 480px) {
    /* Banner  */
    .at_main > .at_section{
        overflow: hidden;
    }

    /* Banner */
    .bn-it-descript{
        margin: 10px 0;
    }

    

    /* Products */
    .home-tabs{
        background: transparent;
    }

    .home-tabs .at_section-subtitle{
        gap: 10px;
        font-size: .9375rem;
        margin: 0 0 10px;
    }

    .home-tabs .at_section-subtitle i{
        width: 30px;
        height: 2px;
    }

    .home-tabs .at_btn.at_btn-primary {
        padding: 0 20px;
        height: 46px;
    }

    .home-tabs .at_swiper-btn.at_d-none{
        display: flex !important;
    }

    /* About */
    .about-it .g_it-content{
        gap: 10px;
        padding: 15px;
    }

    /* Subc */
    .home-subc-ani{
        left: var(--at_col-gap);
        bottom: 30px;
        width: 32px;
        height: 32px;
    }

    .home-subc-ani2{
        top: 40px;
        right: var(--at_col-gap);
        width: 60px;
        height: 60px;
    }

    .home-subc{
        padding: var(--at_site-gap) 0;
    }

    .home-subc .at_section-h{
        text-align: center;
    }

    .home-subc .at_section-line{
        position: relative;
        justify-content: center;
    }

    .home-subc .at_section-line .line2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    .home-subc .at_btn.at_btn-primary{
        font-size: 1.125rem;
        height: 46px;
        padding: 0 20px;
    }
    
}

@media (max-width: 414px) {
    /* Products */
    .home-tabs .at_section-subtitle{
        font-size: 12px;
    }
    
}