@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit: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");

:root {
    --bs-primary-rgb: 55, 129, 101 !important;
    --bs-primary: 55, 129, 101 !important;
    --bs-secondary-rgb: 222, 143, 39 !important;
    --bs-secondary: 222, 143, 39 !important;
    --text-color: #0e0e0e;
    --typography-body-font-family: "Inter", sans-serif;
    --head-body-font-family: "Kanit", sans-serif;
}

*,
*::before,
*::after {
    transition: 0.7s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--head-body-font-family);
    color: #000;
    text-align: left;
}

body {
    scroll-behavior: smooth;
    overflow-x: hidden;
    background: #faf6e7;
    color: var(--body-color);
    font-size: 18px;
    font-family: var(--typography-body-font-family);
}

body p {
    text-align: justify;
    color: var(--body-color);
    font-size: 18px;
    font-family: var(--typography-body-font-family);
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
}

a {
    text-decoration: none;
}

a.bg-primary:hover {
    background: rgb(var(--bs-secondary)) !important;
}

a.bg-primary:hover span {
    margin-left: 10px !important;
}

header {
    background-color: #faf6e7;
}

header .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.home-video-section h1,
.about-page-banner h1 {
    font-size: clamp(2rem, 7vw, 7em);
    line-height: 1em;
    font-weight: 600;
}

.navbar-brand img, .footer-logo  img, .modal-title img{
    width: 350px;
}

.circle-logo {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.circle-box {
    position: relative;
    width: 260px;
    height: 260px;
}

.circle-box svg {
    width: 100%;
    height: 100%;
    fill: #e58a1f;
        animation : rotatecircle 15s linear infinite;
       transform-origin: center;
}

@keyframes rotatecircle{
    100%{
        transform: rotate(360deg);
    }
}
.circle-box svg textPath {
    font-family: var(--head-body-font-family);
    font-size: 15px;
    font-weight: 600;

}

.center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.center-logo img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.card-serve,
.home-service {
    height: 450px;
    z-index: 12;
}

.home-service-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.home-service::before,
.home-service::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.home-service::before {
    background: url(../images/services/service-bg.png) center / cover no-repeat;
    opacity: 0;
}

.home-service::after {
    background: url(../images/services/service-for-consumers.png) center / cover no-repeat;
    opacity: 1;
}

.home-service2::after {
    background: url(../images/services/service-for-retailers.jpg) center / cover no-repeat;
}

.home-service3::after {
    background: url(../images/services/service-for-exporters.jpg) center / cover no-repeat;
}

.home-service4::after {
    background: url(../images/services/service-for-investors.png) center / cover no-repeat;
}

.home-service:hover::before {
    opacity: 1;
}

.home-service:hover::after {
    opacity: 0;
}

.home-service:hover .home-service-head {
    background: rgb(var(--bs-secondary)) !important;
}

.card-serve h5,
.home-service h5 {
    font-size: 18px;
    font-family: var(--typography-body-font-family);
}

.card-serve p {
    line-height: 1.5;
    margin-bottom: -100px;
    opacity: 0;
}

.card-serve:hover p {
    opacity: 1;
}

.card-serve h5 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.card-serve:hover h5 {
    bottom: 80%;
}

.card-serve {
    background: linear-gradient(to bottom, transparent, rgb(0 0 0 / .8)), url(../images/about/about-consumers.jpg) no-repeat center/cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-excellence h1,
.product-portfolio h1,
.indigenous-alliances h2,
.our-team-section-contact h1,
.home-partnership h1,
.home-facility h1,
.who-we-serve h1,
.who-choose-us h1,
.home-contact h1 {
    font-size: clamp(2rem, 4vw, 4em);
    text-transform: capitalize;
}

.bi.bi-chevron-right::before {
    font-weight: bold !important;
}

.certified-section-cards {
    background-color: #62c3a933;
}

.certified-section-cards h4,
.certified-section-cards p {
    color: #faf6e7;
}

.certified-section-cards p {
    font-size: 16px;
}

.certified-section-facts h1 {
    color: #62c3a9;
    font-family: var(--typography-body-font-family);
}

.certified-section-facts p {
    font-size: 20px;
}

.home-facility-image {
    background: url(../images/warehouse.png) no-repeat center / cover;
}

.home-partnership {
    background:
        linear-gradient(rgb(0 0 0 / 0.5), rgb(0 0 0 / 0.5)),
        url(../images/partnership-bg.jpg) no-repeat center/cover;
}

.home-partnership-features {
    background: linear-gradient(135deg, #378165 0%, rgba(55, 129, 101, 0.9) 100%);
}

.home-partnership-features .icon,
.home-contact-details .icon {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #62c3a9;
}

.home-partnership-features .icon img,
.home-contact-details .icon img {
    height: 50%;
    width: 50%;
}

.home-partnership-features a {
    background-color: #62c3a9;
    font-size: 16px;
}

.home-partnership-features h3 {
    min-height: 90px;
}

.home-contact h3 {
    font-family: var(--typography-body-font-family);
}

.home-contact label {
    font-size: 16px;
}

.home-contact .form-control {
    border-top: 2px solid #37816533 !important;
    box-shadow: none !important;
    outline: none !important;
    border-color: #37816533 !important;
}

.home-contact-details {
    background-color: #408e73;
}

.social-icons a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
}

.legal-notice {
    font-size: 14px;
}

.about-page-banner {
    background: linear-gradient(rgb(0 0 0 / .3), rgb(0 0 0 / .3)), url(../images/about/about-bg.png) no-repeat center left / cover;
    height: 100vh;
}

.cannabis-craftsmanship-bg {
    background: url(../images/about/cannabis-craftsmanship.png) no-repeat center/cover;
}

.our-products-bg {
    background: url(../images/about/our-products-main.png) no-repeat center/cover;
}

.indigenous-alliances-bg {
    background: url(../images/about/indigenous-alliances.jpg) no-repeat center/cover;
}

.home-contact-image {
    background: url(../images/about/home-contact.png) no-repeat center/cover;
}

.who-choose-us {
    background:
        linear-gradient(rgb(0 0 0 / 0.5), rgb(0 0 0 / 0.5)),
        url(../images/about/why-choose-us.jpg) no-repeat center/cover;
}

.modal input::placeholder {
    text-align: center !important;
}

#faqAccordion h2 button{
    box-shadow: none !important;
}

.why-choose-us-carousel.owl-carousel .owl-stage{
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-us-carousel.owl-carousel button.owl-next, button.owl-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.why-choose-us-carousel.owl-carousel button.owl-prev{
    left: -30px;
}

.why-choose-us-carousel.owl-carousel button.owl-next{
    right: -30px;
}

.why-choose-us-carousel.owl-carousel button i{
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    font-size: 11px;
}

@media only screen and (max-width: 1400px) {
    .home-partnership-features a {
        min-height: 70px;
    }
}

@media only screen and (max-width: 768px) {
    .circle-box {
        position: relative;
        width: 100px;
        height: 100px;
    }

    .modal .form-group.d-flex.justify-content-between.align-items-center.w-50.mx-auto {
        width: 100% !important;
    }

    div#nav-menu {
        width: 80%;
    }

    div#nav-menu ul.nav.navbar-nav.ms-auto {
        margin-left: 20px !important;
    }

    .center-logo img {
        height: 50px;
        width: 50px;
    }

    .navbar-brand img, .footer-logo img, .modal-title img{
        width: 100%;
    }
}

.our-team-section-contact .card .how-it-work-img::after {

    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    
}
.our-team-section-contact .card :hover.how-it-work-img:hover::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.our-team-section-contact .card{
    border-bottom : 3px solid green;
}
.our-team-section-contact .card:hover{
    transform : translateY(-10px);
}
.our-team-section-contact .card:hover{
    transition : 0.7s ease;
}
.animateError {
    animation: animateError 2s ease-in-out alternate infinite;
}

@keyframes animateError {
    0% {
        letter-spacing: 1px;
    }
    100% {
        letter-spacing: 2px;
    }
}