/* font Arnova */
@font-face {
   font-family: "Arnova ITC";
   src: url("font/arnova_itc.ttf")format("truetype");
}

@font-face {
   font-family: "Coinage Caps Kruger Gray";
   src: url("font/CoinageCapsKrugerGray.ttf")format("truetype");
}




body {
   font-family: "Coinage Caps Kruger Gray";
}


/********************** nav menu bar *********************/
.nav-container {
   width: 100%;
   /* position: absolute; */
   position: fixed;
   display: flex;
   justify-content: center;
   z-index: 300;
   max-width: none;
}

.nav-menu {
   /* border: 1px solid pink; */
   /* width: 95vw; */
   display: flex;
   justify-content: space-between;
   font-family: 'Coinage Caps Kruger Gray', sans-serif;
   transition: all 500ms ease-in-out;
   /* background: linear-gradient(180deg, #00000080 0%, transparent); */
   background: #000;
}

.logo-in-nav {
   display: flex;
   justify-content: center;
   align-items: center;
}

.nav-menu img.img-logo {
   width: 50%;
   transition: all 500ms ease-in-out;
}

.nav-menu .nav-menu-hover {
   opacity: 0;
   transition: all 500ms ease-in-out;
}

.nav-menu:hover img.img-logo {
   width: 80%;
}

.nav-menu:hover .nav-menu-hover {
   opacity: 1;

}

.g-menu {
   display: flex;
   justify-content: space-between;
   font-size: 1rem;
   width: 70vw;
}

.g-menu a {
   letter-spacing: 3px;
   font-size: 1em;
   font-weight: normal;
   transition: all 300ms ease-in-out;
   transition-delay: 0ms;
   width: calc(100% - 100px);
   text-align: center;
}

.g-menu a:hover {
   letter-spacing: 1px;
   color: #d3b26b;
}



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

.width-100 {
   width: 100%;
}


.nav-icon {
   display: flex;
    align-items: center;
}

.nav-icon img {
   width: 2rem;
   height: auto;
   margin-left: 1.5rem;
}

/********************** nav menu bar *********************/



/* $$$$$$$$$$$$$$$$$$$$$$$ BANNER $$$$$$$$$$$$$$$$$$$$$$ */


.head-banner {
   width: 100vw;
   /* height: 100vh; */
   display: table;
}

.head-banner header {
   /* height: 150vh; */
   height: 250vh;
}

@media screen and (max-width: 1400px) {
   .head-banner header {
      height: 100vh;
   }
}

.bg-scroll {
   position: absolute;
   width: 100vw;
   height: 100vh;
}

.background {
   background: url('img/BGKbanner.jpg')no-repeat center;
   background-size: cover;
}

.txt-bg {
   background: url('img/bg2-real.png')no-repeat center;
   background-size: cover;
   display: table;
}

.pd-bg {
   background: url('img/product-real-1.png')no-repeat center;
   background-position: bottom;
}


@media screen and (min-width:3000px) {
   .pd-bg {
      background-size: 85%;
   }
}

@media (max-width:2000px) and (max-height:1000px) {
   .pd-bg {
      background-size: contain;
   }
}

@media screen and (max-width:1440px) {
   .pd-bg {
      background-size: 90%;
   }
}

.sand-bg {
   background: url('img/pileofsand-1.png')no-repeat center;
   /* background-size: contain; */
   background-size: cover;
   background-position: bottom;
}

.shadow {
   background: rgb(0, 0, 0);
   background: linear-gradient(0deg, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0) 20%);
}

/* icon-scroll */
.icon-scroll {
   position: absolute;
   bottom: 2rem;
   width: 100%;
   text-align: center;
   animation: iconScroll 1.5s infinite;
}

.icon-scroll img {
   width: 6rem;
}

@keyframes iconScroll {
   0% {
      transform: translateY(-10px);
   }

   50% {
      transform: translateY(0);
   }

   100% {
      transform: translateY(-10px);
   }
}

/* icon-scroll */



/*************************** txt-scroll ************************/
.txt-scroll {
   /* position: fixed; */
   position: absolute;
   top: 0;
   display: grid;
   align-content: center;
   height: 100vh;
   width: 120vw;
   overflow-y: scroll;
}

.scrolling-items {
   height: 38.3vh;
}

.subject {
   position: relative;
   font-size: 5vw;
   font-weight: 400;
   text-align: center;
   display: grid;
   height: fit-content;
   margin: 0 auto;
   left: -30%;
}

@keyframes fade-in {
   to {
      opacity: var(--opacity, 1);
   }
}

.txt-test {
   width: fit-content;
   background: rgb(245, 231, 57);
   background: linear-gradient(136deg, rgba(245, 231, 57, 1) 15%, rgba(246, 243, 163, 1) 50%, rgba(245, 231, 57, 1) 90%);
   -webkit-background-clip: text;
   color: white;

   animation: move-bg;
   view-timeline: --subjectReveal block;
   animation-timeline: --subjectReveal;
   animation-fill-mode: both;
   animation-delay: 800ms;

   animation-range: 50% 51%;
}


@keyframes move-bg {
   to {
      color: transparent;
   }
}

/*************************** txt-scroll ************************/

/* $$$$$$$$$$$$$$$$$$$$$$$ BANNER $$$$$$$$$$$$$$$$$$$$$$ */



/******************** section ******************  */

section {
   width: 100vw;
   /* height: 100vh; */
   background-color: black;
}

.o-title {
   width: fit-content;
}

.o-title_line span {
   font-size: 4vw;
   letter-spacing: 5px;
}

/******************** section ******************  */





/******************** OUR herb ******************  */

.herb h1.name-head-herb {
   width: 100%;
   text-align: center;
   padding: 0;
}

h1.name-head-herb span {
   font-size: 8vw;
   letter-spacing: 10px;
}

h1.name-head-herb span.f-herb {
   font-family: "Arnova ITC";
   /* color: gold; */
   color: #d3b26b;
   text-transform: lowercase;
   font-size: 7vw;
   transform: translateY(-3vw);
}

.herb-slide {
   /* border: #8e0100 solid 1px; */

   margin-bottom: 4rem;
   background-image: url('img/DO YOU KNOW HERB/bg-export-do2.jpg');
   background-position: center;
   background-size: cover;

   display: block;
}

ul.ul-herb {
   display: flex;
   margin-left: auto;
   margin-right: auto;
   width: fit-content;
   /* border: solid rebeccapurple; */
}

li.li-herb {
   text-align: center;
   cursor: pointer;
}

li.li-herb:hover h4.herb-name {
   transform: translateY(0%);
   opacity: 1;
}

.img-herb {
   width: 12vw;
}

h4.herb-name {
   font-family: "Arnova ITC";
   /* color: gold; */
   color: #d3b26b;
   text-transform: capitalize;
   font-size: 1.5rem;
   display: block;
   opacity: 0;
   transform: translateY(-20%);
   transition: all 800ms ease-in-out;
}

/******************** OUR herb ******************  */










/********  */
/* //!  style for section market move to file 'style-for-market.php' */
/********  */









/************************ footer ************************/

footer {
   /* position: relative; */
   /* width: 100vw; */
   /* 15-11-24 */
   /* display: flex; */
   /* justify-content: center; */
   /* align-items: center; */
   padding: 7vh 0;
   background: linear-gradient(to bottom, #b60000, #8e0100) !important;
   font-family: "Coinage Caps Kruger Gray";
}

footer .con-foot {
   display: flex;
   flex-direction: row;
   width: 100%;
   max-width: 90rem;
}

.in-con {
   border: #fff0 solid 10px;
   width: 100%;
   height: fit-content;
   display: flex;
   flex-direction: column;
}

footer .txt-head {
   margin-bottom: 0.5rem;
   margin-top: 0.5rem;
   width: max-content;
}

span.head-foot {
   font-size: 30px;
   color: #fff;
   letter-spacing: 2px;
}

li.nav-foot {
   margin-top: 1vh;
}

li.nav-foot a {
   text-transform: uppercase;
   letter-spacing: 2px;
   font-family: "Coinage Caps Kruger Gray";
   font-size: 18px;
   transition: all 500ms;
}

li.nav-foot a:hover {
   letter-spacing: 3px;
   color: #d3b26b;
}


/* ================================
      Drobdown link language
================================= */
footer .custom-select {
   max-width: 18rem;
   width: 14rem;
}

.select-button {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   margin-top: 1rem;
   padding: 1rem 0;
   border-top: 1px solid #e5e5e5;
   border-bottom: 1px solid #e5e5e5;
}

.select-button:hover,
.select-button:focus {
   border-top: 1px solid #e5e5e5;
   border-bottom: 1px solid #e5e5e5;
   border-left: none;
   border-right: none;
}

.select-dropdown a {
   width: 100%;
}

.selected-value {
   text-align: left;
   text-transform: uppercase;
   color: #fff;
   font-size: 0.9rem;
   letter-spacing: 4px;
   font-weight: 300;
   font-family: "Coinage Caps Kruger Gray";
}

.arrow {
   border-left: 5px solid transparent;
   border-right: 5px solid transparent;
   border-top: 6px solid #fff;
   transition: transform ease-in-out 0.3s;
   margin-left: 5px;
}

.select-dropdown {
   list-style: none;
   width: inherit;
   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
   background-color: #fff;
   border: 1px solid #caced1;
   border-radius: 4px;
   padding: 10px;
   margin-top: 10px;
   max-height: 200px;
   overflow-y: auto;
   transition: 0.5s ease;

   transform: scaleY(0);
   opacity: 0;
   visibility: hidden;
}

.select-dropdown:focus-within {
   box-shadow: 0 10px 25px rgba(94, 108, 233, 0.6);
}

.select-dropdown li {
   position: relative;
   cursor: pointer;
   display: flex;
   gap: 1rem;
   align-items: center;
}

.select-dropdown li label {
   width: 100%;
   padding: 8px 10px;
   cursor: pointer;
   display: flex;
   gap: 1rem;
   align-items: center;
   color: #8e0100;

}

.select-dropdown::-webkit-scrollbar {
   width: 7px;
}

.select-dropdown::-webkit-scrollbar-track {
   background: #f1f1f1;
   border-radius: 25px;
}

.select-dropdown::-webkit-scrollbar-thumb {
   background: #ccc;
   border-radius: 25px;
}

.select-dropdown li:hover,
.select-dropdown input:checked~label {
   background-color: #f2f2f2;
}

.select-dropdown input:focus~label {
   background-color: #dfdfdf;
}

.select-dropdown input[type="radio"] {
   position: absolute;
   left: 0;
   opacity: 0;
}

.custom-select.active .arrow {
   transform: rotate(180deg);
}

.custom-select.active .select-dropdown {
   opacity: 1;
   visibility: visible;
   transform: scaleY(1);
}

/* ================================
      Drobdown link language
================================= */

ul.social-list {
   display: flex;
   flex-direction: row;
}

li.nav-social {
   margin-top: 1rem;
   margin-right: 1rem;
}

footer li.nav-social a {
   background: white;
   padding: 10px;
   width: 45px;
   height: 45px;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #a50200;
   cursor: pointer;
   border-radius: 12px;
   transition: all 0.6s ease;
}

footer li.nav-social a:hover {
   border-radius: 50px;
}

footer .fab {
   font-size: 22px;
}



/************************ footer ************************/
