body {
    background: #EFEFEF;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Prompt', sans-serif;
    font-style: normal;
    font-weight: 300;
    position: relative;
}

a :hover{
    color: #D0AF51 !important;
    text-decoration: none;
}

.team a :hover{
    color: #181818 !important;
    text-decoration: none;
}

.team .blog-index a :hover {
    color: #fff !important;
    text-decoration: none;
}

.team h5{
    font-size: 1.15rem;
    font-weight: 400;

}

.team-item h5{
    overflow-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-style: unset;
    text-decoration: unset;
    line-height: normal;
}

.team-item p{
    overflow-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-style: unset;
    text-decoration: unset;
}

.text-primary {
    color: #000 !important;
    letter-spacing: 4px;
    font-size: 16px !important;
}

/*.gray-bg {
    background: #EFEFEF;
}*/

.line{
    display: inline-block;
    width: 80px;
    height: 4px;
    background-color: #0a1c44;
    margin-top: 0.5rem;
}

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-primary-outline-0 {
    border: 0;
    color: var(--bs-primary) !important;
    font-weight: 400;
}

.btn-light-outline-0 {
    border: 0;
    color: var(--bs-primary) !important;
}

.btn-primary-outline-0:hover {
    background: var(--bs-primary) !important;
    color: #181818 !important;
}

.btn-light-outline-0:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

/*** Topbar Start ***/
.brand {
    float: left;
    padding: 5px 0;
}
.brand img {
    max-width: 60%;
}

.sticky-top {
    transition: 0.5s;
    background: var(--bs-white);
}

.topbar {
    padding: 10px 0;
    background: var(--bs-secondary) !important;
}

.bg-light {
    background-color: #fff !important;
}

.nav-item a:hover {
    background-color: #111112;
}

/*** Topbar End ***/

/*** Blog ***/

.blog h2{
    font-weight: 400;
}

.blog img{
    width: 90%;
}

.ingredient {
    position: relative;
    width: 100%;
    /*padding: 20px 0;*/
}

.pt30{
  padding: 30px;
}

.ingredient .ingredient-img {
    position: relative;
    height: 100%;
    padding: 10px;
    background: #121518;
}

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

@media(max-width: 767.98px) {
    .ingredient .ingredient-img {
        margin-bottom: 30px;
        height: auto;
    }
    .product-detail img {
        width: 90%;
    }
}

@media(max-width: 576px) {
    .nav-item .mx-3 {margin-right: 0 !important;}
}

.ingredient .card {
    margin-bottom: 15px;
    padding-top: 15px;
    border: none;
    border-radius: 0;
    border-top: 1px solid #D0AF51;
}

.ingredient .card:last-child {
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #D0AF51;
}

.ingredient .card-header {
    padding: 0;
    border: none;
    background: #ffffff;
}

.ingredient .card-header a {
    display: block;
    width: 100%;
    color: #121518;
    font-size: 18px;
    line-height: 40px;
}

.ingredient .card-header a span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    text-align: center;
    background: #121518;
    color: #D0AF51;
    font-weight: 700;
}

.ingredient .card-header [data-toggle="collapse"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f067";
    float: right;
    color: #121518;
    font-size: 12px;
    font-weight: 900;
    transition: .3s;
}

.ingredient .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f068";
    float: right;
    color: #181818;
    font-size: 12px;
    font-weight: 900;
    transition: .3s;
}

.ingredient .card-body {
    padding: 15px 0 0 0;
    font-size: 16px;
    border: none;
    background: #ffffff;
}

.ingredient a.btn {
    position: relative;
    margin-top: 15px;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #D0AF51;
    border: 2px solid #D0AF51;
    border-radius: 0;
    background: #121518;
    transition: .3s;
}

.ingredient a.btn:hover {
    color: #121518;
    background: #D0AF51;
}


/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 16px;
    transition: .5s;
    font-weight: 400;
    color: #000;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: #D0AF51;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

@media (max-width: 1199px) {
    .bg-breadcrumb{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    }
    .bg-breadcrumb .py-5,.py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    }
    .display-3 {
    font-size: calc(2rem);}
}


@media (max-width: 790px){
    .display-3 {
    font-size: calc(1.5rem);}

    .product-detail h2{
        font-size: 1.2rem !important; 
        padding-top: 1.5rem;
    }
    .product-detail .product {
        padding-left: 0;
    }
    .product-detail .product h5 {
    color: var(--bs-primary);
    font-weight: 400;
    font-size: 1rem;
    }

    .gallery .tab-class .nav-item {
    padding: 0 0 10px 0 !important;
}
}

.dropdown .dropdown-menu a:hover {
    background: #D0AF51;
    color: #000;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #D0AF51;
}

.bg-secondary {
    background-color: #D0AF51 !important;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

@media (min-width: 1200px) {
    .navbar .navbar-collapse .border-top {
        border-top: none !important;
    }
}

#searchModal .modal-content {
    background: rgba(250, 250, 250, .6);
}
/*** Navbar End ***/

/*** Carousel Start ***/
.carousel-item {
    position: relative;
    max-height: 100vh;
    width: 100%;
    
}


.carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0.5));
    background-size: cover;
}


#carouselId .carousel-indicators {
    padding-bottom: 30px;
}

/*** Carousel End ***/


.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/hero-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*** articles Start ***/
.articles .articles-item {
    transition: 0.5s;
}

.articles .articles-item:hover {
    background: var(--bs-primary) !important;
    border-color: var(--bs-secondary) !important;
}

.articles .articles-item:hover .articles-content p,
.articles .articles-item:hover .articles-content h3 {
    color: var(--bs-white);
    transition: 0.5s;
}

.articles .articles-item:hover .articles-content a.btn {
    background: var(--bs-white);
    color: var(--bs-primary) !important;
}

.articles .articles-item:hover .articles-content a.btn:hover {
    color: var(--bs-white) !important;
}

.articles .articles-item .articles-img {
    overflow: hidden;
}

.articles .articles-item .articles-img img {
    transition: 0.5s;
}

.articles .articles-item .articles-img img:hover {
    transform: scale(1.3);
}

.articles-content p{
    overflow-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-style: unset;
    text-decoration: unset;
}
/*** articles End ***/



/*** About Start ***/
.about{
    background: #181818;
    color: #838383;
}

.about h1{
    color: var(--bs-primary);
}
/*** Youtube Video start ***/
.video {
    position: relative;
    padding-right: 70px; 
    padding-bottom: 70px;
    border-radius: 10px;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    margin-left: -35px;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;

}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}
/* social icon */
.social-icon {
  padding: 0;
  margin: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
}
.social-icon li a {
  border-radius: 100px;
  border: 1px solid transparent;
  color: #D0AF51;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  padding: 0px;
  margin-top: 5px;
  margin-right: 8px;
  margin-left: 8px;
  position: relative;
  top: 0px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/
/*** About End ***/


/*** T-shirt Start ***/
.tshirt {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/tshirt/goldenbug.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** T-shirt End ***/




/*** Events Start ***/
.gallery .tab {
    min-width: 220px;
}
.gallery .tab-class .nav-item {
    padding: 0 0 20px 0;
}
.gallery .tab-class .nav-item a.active {
    background: #000 !important;
}

.gallery .tab-class .nav-item a.active span {
    color: var(--bs-primary) !important;
}

.gallery .gallery-img {
    position: relative;
    overflow: hidden;
/*    border-radius: 10px;*/
}

.gallery .gallery-img img {
    transition: 0.5s;
}

.gallery .gallery-img:hover img {
    transform: scale(1.3);
}

.gallery .gallery-img .gallery-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
/*    border-radius: 10px;*/
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}

.gallery .gallery-img .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 2;
    
}

.gallery .gallery-img:hover .gallery-overlay,
.gallery .gallery-img:hover .search-icon {
    opacity: 1;
}
/*** Events End ***/


/*** Pricing Start ***/
.pricing {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/appointment-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pricing .pricing-item {
    color: var(--bs-white);
}

.pricing .pricing-item .pricing-content {
    background: rgba(255, 255, 255, 0.4);
}

.pricing .owl-carousel.pricing-carousel {
    position: relative;
}

.pricing .owl-carousel.pricing-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    font-size: 40px;
    color: var(--bs-white);

}

.pricing .owl-carousel.pricing-carousel .owl-nav .owl-prev {
    margin-right: 40px;
}

.pricing .owl-carousel.pricing-carousel .owl-nav .owl-prev,
.pricing .owl-carousel.pricing-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.pricing .owl-carousel.pricing-carousel .owl-nav .owl-prev:hover,
.pricing .owl-carousel.pricing-carousel .owl-nav .owl-next:hover {
    color: var(--bs-primary);
}
/*** Pricing End ***/

/*** Team Start ***/
/*.team .team-item {
    position: relative;
    overflow: hidden;
}*/

.team .team-item .team-text {
    background: var(--bs-primary);
}

/*.team .team-item .team-social {
    position: absolute;
    top: -180px; 
    left: 20px; 
    opacity: 0;
    transition: 0.5s;
}*/

/*.team .team-item:hover .team-social {
    top: 20px; 
    left: 20px;
    opacity: 1;
}*/

.team .team-item .team-img {
    position: relative;
    width: 100%;
}

/*.team .team-item .team-img::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
}*/

.team .team-item:hover .team-img::after {
    bottom: 0;
    height: 100%;
}

.team .team-item .team-text {
    transition: 0.5s;
}

.team .team-item:hover .team-text {
    background: #181818;
    color: var(--bs-primary);
}
/*** Team End ***/

/*** testimonial Start ***/
.testimonial {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/qt-bg2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial h1{
    color: var(--bs-primary);
}
.testimonial h3{
   color: var(--bs-primary); 
   letter-spacing: 4px;
   font-size: 16px !important;
}
.testimonial .testimonial-item {
    background: rgba(0, 0, 0, 0.4);
}

.testimonial .owl-carousel.testimonial-carousel {
    position: relative;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    font-size: 40px;
    color: var(--bs-white);
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev {
    margin-right: 40px;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-primary);
}
/*** testimonial end ***/

/*** Contact Start ***/
.contact {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/appointment-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact .contact-form {
    background: rgba(255, 255, 255, 0.6);
}
/*** Contact End ***/

/*** footer start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item a,
.footer .footer-item p {
    color: var(--bs-white);
    line-height: 40px;
    font-size: 17px;
    transition: 0.5s;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-primary) !important;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/


/*** member ***/
.white-text { color: white; }
.qt-box .card h5 {
    padding: 10px 0;
    background-color: #422d04;
    color: #fff;
    margin: 0;
    letter-spacing: 4px;
    font-size: 14px;
}

.qt-box .card h4 {
    padding: 10px 0;
    margin: 0;
    letter-spacing: 4px;
    font-size: 18px;
}

.qt-member{
  background: url(../img/qt-bg2.jpg) no-repeat;
  background-size: cover;
  padding: 10px 0;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}

.qt-box .card{
    background-color: rgba(255, 255, 255, 0.8);
}

.qt-box .card h3{
  padding: 10px 0;
  background-color: #422d04;
  color: #fff;
  margin: 0;
}

.price {
    color: var(--bs-primary);
    font-weight: 500;"
}


/*** Product Detail ***/
.product {
    padding-left: 2rem;
}
.product-detail {
    color: #181818;
    padding: 20px;
    margin: 10px;
    border: 1px solid #D0AF51;
    background-color: #fff;
}

.product-detail h1{
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
}

.product-detail h2{
    font-size: 1.4rem;
    font-weight: 400;
}

.product-detail h3{
    letter-spacing: 0.1rem;
    color: #D0AF51;
}
.product-detail .product h5{
    color: var(--bs-primary);
    font-weight: 500;
}

.team .product h5 a{
    color: #181818;
}

.team .product h5{
    overflow-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-style: unset;
    text-decoration: unset;
    line-height: normal;
}

.team h6{
    overflow-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-style: unset;
    text-decoration: unset;
    line-height: normal;
    font-weight: 400;
}

.product-detail p{
    letter-spacing: 0;
    text-indent: 1.5em;
    margin-bottom: 1rem !important;
}

.shopee{
  max-width: 16px;
  vertical-align: baseline;
}
.left{
    text-align: left;
    padding-left: 10px;
    padding-bottom: 15px;
}
