@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Pacifico&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Pacifico&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scrollbar-width: none;
}
::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .liststyle{
    list-style: none;
  
  }
  .ul-left{
    padding-left: 0 !important;
  }
body {
    font-family: 'poppins', sans-serif;
    color: #5A3E36; 
    /* background-color: white; */
    /* background-color:white; */

}
#nav-bar {
    position: sticky;
    top: 0;
    z-index: 10;
    font-family: "Oswald", serif;}
.navbar {
    /* background: linear-gradient(to right, #b9d3c4, #60b5eeda);   */
    /* background-color:#F5F5DC; */
      padding: 0 !important;
      color: #2E8B57;
      background: white !important;
      color: black !important;
      box-shadow: 0px 0px 10px black;
}

.navbar-brand img {
   /* padding-left: 10px; */
    width: 180px;
    height: 60px;
    mix-blend-mode: darken;
}
.navbar-nav li {
    padding: 0 10px;
}
.navbar-nav a{
    color: black!important;
    font-weight: 500;
    font-size: 18px;
}
.navbar-nav a:hover{
    color: #2E8B57 !important;
    font-weight: 600;
}

.fa-bars {
    color: #fff;
    font-size: 25px;
}


.font {
    font-family: "Pacifico", serif;
    color: #4c932d;
}
.font1{
    font-family: "Oswald", serif;
}
.font2{
    font-family: "Sarabun", serif;
    color:white;
    /* font-weight: 700; */

}
    
#banner {
    background: #FFBE30;  color: #fff;
    padding-top: 5%;
}
.promo-title {
    font-size: 40px;
    font-weight: 600;
    margin-top: 100px;
}
.play-btn {
    width: 45px;
    margin: 20px;
}
#banner a {
    color: #fff;
    text-decoration: none;
    padding: 10px 10px;
    background: #4c10108f;
    border-radius: 5px ;
}
.bottom-img {
    width: 100%;
}

/* ==================================service-section======================= */

#services {
    padding: 80px 0;
}
.superfood-row img{
    aspect-ratio: 1/1;
    border-radius: 10px;
    padding-bottom: 10px;
}

.service-img {
    width:100px;
    height: 90px;
    margin-top: 20px;
}

.services {
    padding: 20px;
}
.services h4 {
    padding: 5px;
    margin-top: 25px;
    text-transform: uppercase;
}
.services h2 span {
    font-size: 40px ;
}
.service-img1{
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 2/1;
}

.title::before {
    content: '';
    background: #1b9817;
    height: 5px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(63px);
}

.title::after {
    content: '';
    background: #179817;
    height: 10px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: block;
    transform: translateY(8px);
}

#services .btn-primary {
    box-shadow: none;
    padding: 8px 25px;
    border: none;
    border-radius: 20px;
    background: linear-gradient(to right, #2E8B57, #60b5eeda); }

/* ============================About-us============================= */

#about-us {
    /* background: #f8f9fa; */
    margin-top: 50px;
    margin-bottom: 50px;
}
.about-title {
    font-size: 35px;
    font-weight: 600;
    margin-top: 8%
}
#about-us ul li {
    margin: 10px 0;
}

/* =================================testimonials-section=============== */

#why-us a {
    color: #fff;
    text-decoration: none;
    padding: 10px 10px;
    color: #fff;
    background: #4c1010c7;
    border-radius: 5px ;
}
/* ----------------------------------------socialmedia section================== */

#social-media {
    background: #f8f9fa;
    padding: 100px 0;
}

#social-media p {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

.social-icons img {
    width: 60px;
    transition: 0.5s;
}
.social-icons a:hover img {
    transform: translatey(-10px);
}

/* ==========================footer-section======================= */

#footer {
          background: #FFBE30 !important;
   color: black !important;
}
#footer img {
    width: 100%;
}
.wave{
    mix-blend-mode: color-dodge;

}
.footer-box {
    padding: 20px;
}
.footer-box li i{
font-size: 25px;
padding-right: 10px;
padding-bottom: 10px;
}
.footer-box img {
    width: 180px !important;
    margin-bottom: 20px;
    /* mix-blend-mode: darken !important; */
}
.footer-box .fa-solid {
    font-size: 22px;
    margin-right: 8px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 7px;
    border-radius: 2px;
    background-image: linear-gradient(to right, #dd4c4c, #a42b2b);
}
.footer-box .form-control {
    box-shadow: none !important;
    border: none;
    border-radius: 0 !important;
    margin-top: 25px;
}
.footer-box .btn-primary {
    display: block;
    box-shadow: none !important;
    border: none;
    border-radius: 0;
    margin-top: 30px;
    background-image: linear-gradient(to right, #a517ba,#5f1782);
}

.copyright {
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
}
#nav-bar > nav > div > button{
    color: black;
    background-color: green;
}

#footer li a{
     color:black;
     text-decoration: none;
}
#footer p a{
    color:black;
    text-decoration: none;
}
#footer li{
    list-style: none;
}
#footer ul {
    padding-left: 0 !important;
}

/*  */

/* .whyus li{
    list-style: decimal;
} */
.img-fluid {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1/1;
}
.superfood-row img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 3/4.2;
    /* border-radius: 5px ; */
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.footer-row{
    align-items: center;
}
.footer-ul li{
    display: flex;
   
}


@media (max-width:768px){
#banner img{
    margin-top: 10vw ;
}
#banner {
    background: #FFBE30;  color: #fff;
    padding-top: 2%;
}
#banner h3{
    font-weight: 600;
}
.contact-button{
    margin-top: 10px;
    margin-bottom: 10px ;
}
#why-us a {
    color: #fff;
    text-decoration: none;
    padding: 10px 10px;
    color: #fff;
    background: #4c1010c7;
    border-radius: 5px;
    margin-top: 10px ;
}
#why-us img{
    margin-top: 19px ;
}
}