/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/

@font-face {
    font-family: 'UTM-Avo';
    src: url("../fonts/UTM Avo.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UTM-Avo';
    src: url("../fonts/UTM AvoBold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'UTM-Avo';
    src: url("../fonts/UTM AvoItalic.ttf") format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'UTM-Avo';
    src: url("../fonts/UTM AvoBold_Italic.ttf") format('truetype');
    font-weight: bold;
    font-style: italic;
}
/*body {*/
/*    font-family: "Fahkwang", sans-serif;*/
/*}*/

.social-section a {
    color: black;
}

.entire-action-header {
    position: relative;
}

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

.tophead-info-website {
    display: flex;
    align-items: center;
}

.tophead-info-website p {
    margin: 0;
    margin-left: 1rem;
    font-size: 1.3rem;
}

.language-picker {
    font-size: 1.3rem;
}

.language-picker {
    font-size: 1.3rem;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

.swiper-pagination-bullet::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0.4);
}

.swiper-pagination-bullet-active::before {
    background-color: white;
    -webkit-animation: slide-progress 5s cubic-bezier(0.3, 0, 0.3, 1) forwards;
    animation: slide-progress 5s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}

.swiper-paused .swiper-pagination-bullet-active::before {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.swiper-slider-main .swiper-pagination {
    position: relative;
    bottom: 0;
    left: 0;
    width: auto;
    text-align: left;
    margin-top: 2rem;
}

@-webkit-keyframes slide-progress {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slide-progress {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

.swiper-slider-main .swiper-slide-active .swiper-slide--tile, .swiper-slider-main .swiper-slide-active .swiper-slide--description, .swiper-slider-main .swiper-slide-active .swiper-slide--link {
    -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.2s both;
    animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.2s both;
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.prd-cate-title {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 2rem;
    text-transform: uppercase;
}

.product-item--cate a {
    overflow: hidden;
}

.product-item--cate:nth-child(odd) a > div {
    border-radius: 50% 50% 0 0 / 36% 36% 0 0;
}

.product-item--cate:nth-child(even) a > div {
    border-radius: 0 0 50% 50% / 0 0 36% 36%;
}

.baner-html {
    position: relative;
}

.banner-image:before {
    content: "";
    background: #FFFFFF;
    opacity: 0.77;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-info {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 0 3rem;
    z-index: 2;
}

.title-banner {
    font-size: 3rem;
    letter-spacing: 5.7px;
    /*font-weight: 300;*/
}

.desc-banner {
    color: darkgray;
}

.bg-review {
    background-image: radial-gradient(at center center, #FFFFFF 0%, #F6F5EC 57%);
    padding: 6rem 0;
}

.ratio-avatar-customer img {
    width: 50px;
    aspect-ratio: 1/1;
}

.swiper-slide--description-customer {
    font-size: 1.8rem;
    font-weight: 200;
}

.sale-section {
    font-size: calc(2rem + 1.5vw);
    /*font-weight: 200;*/
    line-height: 1.1;
    text-transform: capitalize;
}

.sale-decs {
    font-size: 1.8rem;
}

.html1-section {
    font-size: calc(5rem + 18vw);
    text-transform: uppercase;
    color: lightgray;
    line-height: 1;
}

.textcircle {
    position: absolute;
    bottom: -10rem;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    background: white;
    border-radius: 100%;
    padding: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.textcircle > svg {
    width: 17rem;
    height: 17rem;
    aspect-ratio: 1/1;
    -webkit-animation: spin 25s linear infinite;
    animation: spin 25s linear infinite;
}

.textcircle > svg text {
    font-size: 1.18rem;
    text-transform: uppercase;
}

.textcircle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 5rem;
    color: var(--color-highlight);
    object-fit: contain;
}

.bigsale-content {
    position: absolute;
    top: 3rem;
    left: 0;
    right: 0;
    text-align: center;
    padding: 3rem;
}

.bigsale-section {
    font-size: calc(3rem + .8rem);
}

.bigsale-decs {
    font-size: 1.8rem;
}

.bigsale .price .price-amount {
    font-size: 1.4rem;
}

.bigsale .product-description {
    -webkit-line-clamp: 2;
    min-height: auto;
}

.bg-about {
    background: #f5f3ef;
}

.about-html {
    padding: 3rem 5vw;
}

.about-html-name {
    font-size: calc(9rem + 3vw);
    text-transform: uppercase;
    line-height: 1;
}

.about-html-title {
    font-size: calc(3rem + .8vw);
    text-transform: capitalize;
}

.icon-play a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5rem;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 10rem;
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
    color: white;
}

.icon-play:hover a {
    padding: 7rem;
}

.marquee-style .swiper-wrapper{
  -webkit-transition-timing-function:linear!important;
  transition-timing-function:linear!important; 
}

.marquee-style {
    border-top: 1px solid var(--color-highlight);
    border-bottom: 1px solid var(--color-highlight);
}

.item-marquee {
    padding: 2rem 0;
    font-size: 1.7rem;
}

.highlight-section {
    font-size: calc(3rem + .8vw);
    line-height: 1.2;
    margin-bottom: 1rem;
}

.highlight-sub {
    font-size: 1.6rem;
    margin-bottom: 3rem;
}

.item-highlight {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 3rem;
}

.item-highlight img {
    width: 5rem;
    height: 5rem;
    object-fit: contain;
    aspect-ratio: 1/1;
    margin-right: 1.5rem;
    text-align: center;
}

.highlight--title {
    font-size: 1.8rem;
    font-weight: 600;
}

.img_sale {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.home_video video {
    width: 100%;
    object-fit: contain;
    aspect-ratio: 1.5;
}
/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
footer {
    position: relative;
    background: white;
}

.back-footer {
    position: relative;
    padding-top: 27vh;
    overflow: hidden;
    background-repeat: repeat;
    background-position: top left;
}

.bg-footer {
    position: absolute;
    width: 100%;
    height: 100%;
}

footer .logo-section {
    margin-bottom: 3rem;
}

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/

.is-mobile .title-section {
    font-size: 3rem;
}

.is-mobile .big-bread {
    font-size: 3rem;
}

.is-mobile .title-banner {
    font-size: 2.5rem;
}

@media (max-width: 500px) {
    .textcircle > svg text {
        font-size: 1.3rem;
        text-transform: uppercase;
    }
}

@media (min-width: 768px) {
    .banner-One .ratio-1-1, .banner-Four .ratio-1-1 {
        padding-top: 48%;
    } 
    
    footer .list-inline {
        justify-content: center;
    }

}

@media (max-width: 992px) {
    .sale-section {
        font-size: calc(2rem + 0.8vw);
    }
}

@font-face {
    font-family: 'UTM Avo';
    src: url("../fonts/UTM-Avo.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UTM Avo';
    src: url("../fonts/UTM-AvoBold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'UTM Avo';
    src: url("../fonts/UTM-AvoItalic.ttf") format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'UTM Avo';
    src: url("../fonts/UTM-AvoBold-Italic.ttf") format('truetype');
    font-weight: bold;
    font-style: italic;
}
    
