@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Baloo+Paaji&amp;subset=gurmukhi,latin-ext,vietnamese');

body {
    font-family: 'Poppins', sans-serif;
    /* font-family: system-ui; */
    position: relative;
    background: #fff;
    font-size: 14px;
}

p {
    color: #000;
}

.top-header {
    background-color: #002d4e;
    /* border-bottom: 1px solid #000; */
}

.top-header .header-contact li {
    color: #ffffff;
    font-size: 14px;
    padding-right: 25px;
    font-weight: 500;

}

.ob-center {
    object-fit: cover;
    height: 329px;
    width: 100%;
    object-position: center -47px;
}

.top-header .header-dropdown li {
    cursor: pointer;
    color: #ffffff;
    padding: 10px 25px;
    padding-right: 0;
    font-weight: 500;

}

.top-header .header-dropdown li:first-child {
    padding-right: 0;
    line-height: 1;
    font-size: 14px;
}

.main-menu .brand-logo {
    display: inline-block;
    padding-block: 0px;
}

.home-slider .p-left .slider-contain,
.center-slider .p-left .slider-contain {
    justify-content: center;
}

.home-slider .slider-contain,
.center-slider .slider-contain {
    padding-bottom: 130px;
}

.home-slider .slider-contain h1,
.center-slider .slider-contain h1 {
    margin-bottom: 0;
    margin-top: 10px;
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    text-transform: capitalize;
}

.a-slide-content {
    width: 500px;
    text-align: center;
}

.a-background-images {
    position: relative;
    background: #002d4e;
    z-index: 1;
}

.a-background-images::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../images/banner/01.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.08;
    z-index: -1;
}

.a-background-images .slide-2 .media {
    background: #d10001;
    margin-left: 10px;
    padding: 10px 20px;
    border: 5px solid white;
    border-radius: 40px 40px 40px 0px;
}

.testimonial {
    padding-bottom: 80px;
    padding-top: 50px;
}


.send {
    background: #ce0613;
    padding: 10px 20px !important;
    margin: 20px;
    border-radius: 5px;
    color: #fff !important;
    /*margin-left: 0px;*/
}

.pixelstrap a,
.pixelstrap a:hover,
.pixelstrap a:active {
    font-size: 1rem;
    font-weight: 600;
    line-height: 23px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.main-menu {
    padding: 0px 30px !important;
}

.main-menu .brand-logo img {
    height: 65px;
}

.fam-border {
    border-bottom: 1px solid#deddde;
}

.basic-product .product-title {
    line-height: 1.2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
    text-overflow: inherit;
    white-space: unset;
    overflow: hidden;
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    display: block;
}

.basic-product.theme-product-11 {
    padding: 0px;
    overflow: hidden;
    border: 1px solid #e5e4e2;
    background-color: #fcfaf7;
    border-radius: 8px;
}

.basic-product .img-wrapper .trending-label-product11 {
    position: absolute;
    top: 9px;
    left: 9px;
    border-radius: 10px;
    background: #cd1d59;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    padding: 4px 10px;
}

.fam-des {


    background: #ffac92;
    color: #000;

    line-height: 15px;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    cursor: pointer;
    padding: 4px 7px;
}

.fam-des-white {
    background: #fff;
    border: 1px solid #f9d9df;
}

.basic-product.theme-product-11 .product-detail {
    text-align: left;
    overflow: hidden;
    margin-top: 10px;
    padding: 0px;
}

.fam-price-cart_conatainer {

    display: flex;
    border-radius: 24px;
    border: 1px solid #231f20;
    background: #fff;

    width: 100%;
}

.fam-product-price {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 0px;
    width: 100%;
    display: block;

    text-align: center;
    border: none;
    color: #888;
    font-size: calc(14px +(16 - 14)*((100vw - 320px) /(1920 - 320)));
    font-weight: 500;
    margin-top: 0px;
    padding: 4px;

}

.fam-product-price-black {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 0px;

    width: 100%;


    text-align: center;
    border: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0px;
    padding: 4px;
    background: #231f20;
    border-radius: 0 24px 24px 0;

}

.tw-font-bold {
    color: #231f20;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    display: block;
}

.tw-line-through {
    color: #7b7b7b;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: line-through;
    margin-left: 5px;
}

/* .fam-pro-pad{
    padding: 0 25px;
} */
.img-parts img {
    border-radius: 20px;
}

.fam-color {
    color: #25658d;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}

.fam-p {
    color: #000;
    margin-block-start: 0rem;
    font-size: 14px;
    padding: 0px 13px;
    font-weight: 500;
}

.title6 h2 {
    margin-top: -5px;
    margin-bottom: 20px;
    color: var(--theme-color);
    font-size: 25px;
    text-transform: capitalize;
}

.before-after {
    background-color: #faf3a5;
    padding: 52px 90px;
    margin-bottom: 0;
}

.gap-2rem {
    gap: 2rem !important;
}

.service-w-bg .service-block .media {
    background-color: #ffffff;
    width: 100%;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.service-block .media .media-body h4 {
    position: relative;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    margin-top: 5px;
    font-size: 14px;
}

.service-w-bg .service-block p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #231f20;
}

.darken-layout {
    background-color: #f9dae1;
}

footer .darken-layout .sub-title h4 {
    color: #231f20;
}

footer .darken-layout p {
    color: #231f20;
}

footer .darken-layout .sub-title li a {
    color: #231f20;
}

footer .darken-layout .sub-title .contact-list li {
    color: #231f20;
}

footer .darken-layout .sub-title .contact-list i {
    color: #231f20;
}

footer .darken-layout .footer-social i {
    color: #231f20;
}

.sub-footer.dark-subfooter {
    background-color: #f9dae1;
    border-top: 1px solid #fff;
}

.sub-footer.dark-subfooter p {
    color: #231f20;
}

.footer-end {
    display: flex;
    justify-content: center;
}

marquee {
    font-size: 15px;
}


.btn-solid.btn-gradients {

    border-radius: 5px;
    padding: 16px 36px;
    background-color: #002d4e;
    font-size: 12px;
}

.sec-title_headings {
    position: relative;
    font-weight: bold;
    letter-spacing: 0em;
    color: #002d4e;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 26px;
    text-align: justify;
}

.about-text p {
    line-height: 28px;
    letter-spacing: 0.06em;
    color: #000;
    text-align: justify;
    margin-bottom: 1rem;
   
}
.about-text li {
    display: list-item;
    margin-left: 16px;
    line-height: 28px;
    letter-spacing: 0.06em;
    color: #000;
    text-align: justify;
}
.a-about-overflow{
     height: 308px;
    overflow-y: scroll;
}
.a-about-overflow::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.a-about-overflow::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
}

.a-about-overflow::-webkit-scrollbar-thumb {
    background-color: #d10001;
}
.service-block .media {
    position: relative;
    height: 145px;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.service-block img {
    margin-right: 0px;
}

.basic-product.theme-product-11 .abs-product {
    position: absolute;
    bottom: -61%;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    height: 65px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    border: 1px solid #ccc;
    border-top: 0;
    transition: all 500ms ease;
}

.basic-product.theme-product-11 {
    padding: 0px;
    overflow: hidden;
    border: 1px solid #e5e4e2;
    background-color: #fcfaf7;
    border-radius: 0px;
}

.basic-product.theme-product-11 {
    padding: 0px;
    overflow: visible;
    border: 1px solid #e5e4e2;
    background-color: #fcfaf7;
    border-radius: 0px;
    transition: all 500ms ease;
}

.basic-product.theme-product-11:hover .abs-product {
    bottom: -61%;
    height: 110px;
    transition: all 500ms ease;
    border-bottom: 5px solid #c20b0b;
}

.mb-6 {
    margin-bottom: 6rem !important;
}

.medias {
    padding: 2px;
    border: 1px solid;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.bor {
    border-right: 1px solid #ccc;
}

.footer-theme .footer-logo img {
    height: 50px;
}

.sub-footer p {
    color: #fff;
    margin-bottom: 0;
    padding: 10px 0;
}

.sub-footer {
    border-top: 1px solid #fff;
    background-color: #002d4e;
}

.white {
    color: #fff;
}

.footer-end {
    display: flex;
    justify-content: left;
}

.pixelstrap .sm-nowrap>li>a,
.pixelstrap .sm-nowrap>li>:not(ul) a {
    white-space: break-spaces;
    text-overflow: ellipsis;
    overflow: hidden;
}

.footer-theme .sub-title li a {
    position: relative;
    /* color: #777; */
    color: #fff;
}

.footer-theme .sub-title .contact-list li {
    position: relative;
    padding-left: 25px;
    line-height: 28px;
    color: #fff;
}

.footer-theme .sub-title .footer-content p {
    position: relative;
    /* padding-left: 25px; */
    line-height: 28px;
    color: #fff;

}

.footer-theme .sub-title h4 {
    color: #fff;

}

.footer-social i,
.social-white i {
    color: #fff;
}

.footer-theme .footer-logo img {
    height: 101px;
}

.footer-theme .sub-title .contact-list i {

    color: #fff;
}

/* .pixelstrap ul {
    position: absolute;
    width: 31em !important;
   
} */
.theme-color {
    color: var(--theme-color) !important;
}

.collection .collection-block .collection-content h3 {
    line-height: 1.2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
    text-overflow: inherit;
    white-space: unset;
    overflow: hidden;
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    display: block;
}

.collection .collection-block img,
.collection .collection-block .bg-size {
    margin-bottom: 10px;
}

.sa-services.style12 .service-wrap .content-part .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 32px;
    letter-spacing: unset;
}

.navy-bg {
    background: #f5f4f0;
}

.sa-services.style12 .service-wrap {
    padding: 20px;
    background-image: linear-gradient(130deg, #002d4e 0%, #000000 100%);
    transition: all 0.3s ease;
    text-align: center;
    height: 97%;

}

.sa-services.style12 .service-wrap:hover {
    background-image: radial-gradient(at center center, #424c65 0%, #1e2433 100%);
}

.mb-20 {
    margin-bottom: 20px;
}

.sa-services.style12 .service-wrap {

    text-align: center;

}


.sa-services.style12 .service-wrap .content-part {
    color: #ffffff;
}

.sa-services.style12 .service-wrap .content-part .title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 15px;
    letter-spacing: .6px;
}

.sa-services.style12 .service-wrap .content-part .title a {
    color: #ffffff;
}

.sa-services.style12 .service-wrap .content-part .btn-part a {
    font-size: 15px;
    font-weight: 700;
    color: var(--theme-color);
    text-transform: capitalize;
    padding-right: 15px;
}

/* .button{
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;

} */
.product-page-details .description-text {
    color: #7d7d7d;
    line-height: 1.5;
    font-size: calc(14px +(16 - 14)*((100vw - 320px) /(1920 - 320)));
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
    margin-top: 12px;
}

.collection-banner .img-part {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 101%;
    height: 298px;
}

.collection-banner.christmas-banner .contain-banner>div {
    background-color: transparent;
    padding: 0px;
}

.collection-banner.christmas-banner .contain-banner h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.1em;
    margin-bottom: -6px;
}

.collection-banner.christmas-banner .contain-banner h5 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.1em;
    margin-bottom: -6px;
    line-height: 33px;
}

.project-slider {
    padding-bottom: 100px;
    padding-top: 100px;
}

.testimonial .testimonial-slider .media .media-body {
    padding: 10px 75px 30px 30px;
    align-self: center;

}

.blog-details p {
    font-size: 14 px;
    -webkit-line-clamp: 3;
    font-weight: 500;
}

.drops {
    position: realtive;
    display: flex;
    align-items: center;
    justify-content: center;
}

.drop {
    position: absolute;
    width: 200px;
    height: 200px;
    background: transparent;
    border-radius: 63% 37% 43% 57% / 55% 48% 52% 45%;
    box-shadow: inset 10px 10px 10px rgba(0, 0, 0, 0.05),
        15px 25px 10px rgba(0, 0, 0, 0.1),
        15px 20px 20px rgba(0, 0, 0, 0.05),
        inset -10px -10px 15px rgba(255, 255, 255, 0.9);
}

.drop::before {
    content: '';
    position: absolute;
    top: 35px;
    left: 55px;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 63% 37% 58% 42% / 60% 57% 43% 40%;
}

.drop::after {
    content: '';
    position: absolute;
    top: 35px;
    left: 85px;
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 63% 37% 43% 57% / 52% 63% 37% 48%;
}

.drop:nth-child(2) {
    transform: scale(0.5) translate(-300px, 180px);
    border-radius: 58% 42% 36% 64% / 58% 63% 37% 42%;
}

.drop:nth-child(3) {
    transform: scale(0.5) translate(300px, 150px);
    border-radius: 58% 42% 51% 49% / 44% 53% 47% 56%;
}

.drop:nth-child(4) {
    transform: scale(0.35) translate(120px, -450px);
    border-radius: 64% 36% 33% 67% / 49% 53% 47% 51%;
}

.btns-white {
    border: 2px solid #fff;

}

.collection-banner {
    position: relative;
    overflow: hidden;
    display: block;
    border: 1px solid #dcdcdc;
}

.product-border {
    border-radius: 0px !important;
    border: 6px solid;
    border-image: linear-gradient(to right, #002d4e, #d10001) 1;
    box-shadow: 6px 9px 8px 0px #ccc;
}

.prod-img {
    border: 6px solid;
    border-image: linear-gradient(to right, #002d4e, #d10001) 1;
    box-shadow: 6px 9px 8px 0px #ccc;
    max-width: 97%;
}

.blog-border {
    border: 6px solid #d10001;
    /* border-image: linear-gradient(to right, #fff, #d10001) 1; */
    /* box-shadow: 6px 9px 8px 0px #ccc; */
    background: #fff;
    /* border-radius: 30px 30px 30px 0px; */
    padding: 15px;
    position: relative;

}


.detail-cannabis .detail_section {
    text-align: center;
    height: 100%;
}

.detail-cannabis .detail_section>div {
    -webkit-box-shadow: -1px 2px 5px 1px #ececec;
    box-shadow: -1px 2px 5px 1px #ececec;
    padding: 45px 25px;
    background-color: #fff;
    height: 100%;
}

.text-title {
    color: #212529 !important;
    font-size: 18px;
}

.text-title a {
    color: var(--theme-color) !important;
    font-weight: 600;
}

.product-border {
    background: #ffffff;
    padding: 8px;
    border-radius: 10px;
    height: 100%;
}

.product-border img {
    /* height: 180px; */
    object-fit: cover;
    /* border-radius: 10px; */
}

/* .footer-h4 {
    padding-left: 25px;
} */

.pad-left {
    padding: 0px 50px;
}

a.button-3d {

    margin: 10px 0 10px;
    border-color: #67338D;
    box-shadow: 0px 4px 1px #272320;
    font-size: 22px;
    padding: 8px 8px;
    line-height: initial;
    margin: 0;
    color: #000;
    display: block;
    border-bottom: 1px solid #666;
    border-radius: .25rem;
    font-family: 'Lato', sans-serif;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.button-3d,
.button-3d:active,
.button-3d:hover {
    border-radius: 40px;
    text-shadow: 0 3px 6px var(--theme-color);
    background-color: #00aeef;
    background: linear-gradient(-45deg, var(--theme-color), #00aeef, var(--theme-color), #00aeef);
    background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite;
    -moz-animation: Gradient 3s ease infinite;
    animation: Gradient 3s ease infinite;
    border: none;
    box-shadow: 2px 2px 1px 0px #ccc;
    cursor: pointer;
}

.a-sm {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #dddddd;
    border-radius: 40px;
    background: #ffffff;
}

.button-3d a {
    color: #fff;
    padding: 11px 18px;
}

.button-3d a:hover {
    color: #fff;
    padding: 11px 18px;
}

.ml-20 {
    margin-left: 20px !important;
}

.img-category .img-sec {
    border-radius: 50px 50px 50px 0px;
    background: #d10001;
}

.img-category {
    position: relative;
}

.img-category h4 {
    height: 48px;
    color: #fff;
    padding: 0px 5px;
}

.category-block {
    padding: 0px 20px;
}

.img-category::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    border-radius: 15px;

    background-color: #002d4e;
    /* box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%)!important; */
    z-index: -1;
}

.about-img {
    max-width: 100%;
    box-shadow: -4px 4px 5px -3px rgba(0, 0, 0, .2);
}

.a-about {
    height: 60%;
    position: absolute;
    right: -33%;
    bottom: -60px;
    border: 4px solid #f5f5f5;
    box-sizing: border-box;
}

.a-abouts {
    position: relative;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.a-abouts:after {
    content: '';
    position: absolute;
    top: -15px;
    right: -15px;
    bottom: 15px;
    left: 15px;
    z-index: -1;
    border: 4px solid #f5f5f5;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#about:hover a:after {
    border-color: #002d4e;
}

#about:hover .a-about {
    border-color: #d10001;
}

#about {
    padding-bottom: calc(30px + (70 - 30) * ((100vw - 320px) / (1920 - 320)));
}

.about-text p {
    font-size: 15px;
}

.heading1 {

    color: #002d4e;
    font-size: 40px;
    display: block;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin: 0px 0 10px;
    line-height: 1.1;
}

.heading1 span {
    font-size: 40px;
    color: #d10001;
}

.text-img {
    color: #d10001;
}
.a-text-img{
    font-size: 35px !important;
    font-weight: 600;
}

.product-page-details .price-text span {
    color: #d10001;
    display: block;
}

.product-page-details .price-text h3 .discounted-price {
    margin-left: 0px;
}

.a-product-des {
    font-size: 18px;
    color: #002d4e;
    gap: 8px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.a-product-des .fw-normal {
    color: #d10001;
}

.a-product-des .discounted-price {
    color: #002d4e;
    font-size: 15px;

}

a.button-3d-red {
    color: #fff !important;
    padding: 11px 30px !important;
    font-size: 1rem;
    font-weight: 600;
    margin: 10px 0 10px;
    border: none;
    box-shadow: 2px 2px 1px 0px #ccc;
    line-height: 23px;
    letter-spacing: 0.07em;
    margin: 0;
    display: block;
    width: max-content;
    border-radius: 40px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.button-3d-red,
.button-3d-red:active,
.button-3d-red:hover {
    color: #fff;
    padding: 11px 30px;
    border-radius: 40px;
    text-shadow: 0 3px 6px #d10001;
    background-color: var(--theme-color);
    background: linear-gradient(-45deg, #d10001, var(--theme-color), #d10001, var(--theme-color));
    background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite;
    -moz-animation: Gradient 3s ease infinite;
    animation: Gradient 3s ease infinite;
    border: none;
    box-shadow: 2px 2px 1px 0px #ccc;
    cursor: pointer;
}

a.button-3d-green {
    color: #fff;
    padding: 11px 30px;
    font-size: 1rem;
    font-weight: 600;
    margin: 10px 0 10px;
    border: none;
    box-shadow: 2px 2px 1px 0px #ccc;
    line-height: 23px;
    letter-spacing: 0.07em;
    margin: 0;
    display: block;
    width: max-content;
    border-radius: 40px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.button-3d-green,
.button-3d-green:active,
.button-3d-green:hover {
    color: #fff !important;
    padding: 11px 30px !important;
    border-radius: 40px;
    text-shadow: 0 3px 6px #25D366;
    background-color: var(--theme-color);
    background: linear-gradient(-45deg, #25D366, var(--theme-color), #25D366, var(--theme-color));
    background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite;
    -moz-animation: Gradient 3s ease infinite;
    animation: Gradient 3s ease infinite;
    border: none;
    box-shadow: 2px 2px 1px 0px #ccc;
    cursor: pointer;
}

a.button-3d-white {
    color: #fff;
    padding: 11px 30px;
    font-size: 1rem;
    font-weight: 600;
    margin: 10px 0 10px;
    border: none;
    box-shadow: 2px 2px 1px 0px #ccc;
    line-height: 23px;
    letter-spacing: 0.07em;
    margin: 0;
    display: block;
    width: max-content;
    border-radius: 40px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.button-3d-white,
.button-3d-white:active,
.button-3d-white:hover {
    border-radius: 40px;
    text-shadow: 0 3px 6px #d10001;
    background-color: #fff;
    background: linear-gradient(-45deg, #d10001, #fff, #d10001, #fff);
    background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite;
    -moz-animation: Gradient 3s ease infinite;
    animation: Gradient 3s ease infinite;
    border: none;
    box-shadow: 2px 2px 1px 0px #ccc;
    cursor: pointer;
}

@keyframes Gradient {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

.faq-section .theme-accordion .accordion-item .accordion-header .accordion-button {
    color: #fff;
    background-color: #002d4e;
}

.faq-section .theme-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #fff;
}

.faq-section .theme-accordion .accordion-item .accordion-header .accordion-button:hover {
    color: #fff;
}

.faq-section .theme-accordion .accordion-item .accordion-body p {
    color: #000;
}

/* contact start */
.contact-page .contact-form .form-box textarea {
    border: unset;
    border-radius: 6px;
    border: solid 1px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    height: 240px;
}

.contact-page .contact-form .form-box .form-control {
    border: unset;
    border-radius: 6px;
    border: solid 1px rgba(0, 0, 0, 0.25);
}

.contact-page .contact-form {
    background-color: transparent;
    padding: calc(20px +(44 - 20)*((100vw - 320px) /(1920 - 320))) calc(16px +(44 - 16)*((100vw - 320px) /(1920 - 320)));
    border-radius: 0;
    border: unset;
}



.form-box .form-label,
.form-box label {
    font-weight: 600;
    font-size: calc(15px +(16 - 15)*((100vw - 320px) /(1920 - 320)));
    margin-bottom: 4px;
    color: #777;
}

.sends {
    border-radius: 30px;
}

.contact-page .contact-title .strongs {
    color: #212529 !important;
}

.contact-page .contact-title p {
    font-size: calc(14px + .00125*(100vw - 320px));
    line-height: 1.7;
    width: 100%;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0;
}

.floating_btn {
    position: fixed;
    bottom: 70px;
    right: 30px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: var(--theme-color);
    color: #fff;

    font-size: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 var(--theme-color);
    -webkit-animation: pulsings 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsings 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsings 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsings 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

.floating_btns {
    position: fixed;
    bottom: 120px;
    right: 30px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.floating_btn a.button-3d-red {
    font-size: .8rem;
}

.floating_btns a.button-3d-green {
    font-size: .8rem;
}

.faq-section {
    margin-left: 40px;
}

@keyframes pulsings {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icons {
    background-color: var(--theme-color);
    color: #fff;

    font-size: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 var(--theme-color);
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

.contact_icons p {
    color: #fff;
    padding: 7px 30px;
    margin-bottom: 0px;
    width: 200px;
}

.contact_icon p {
    color: #fff;
    padding: 7px 30px;
    margin-bottom: 0px;
    width: 200px;
}

/* contact end */


.title1 .text-white:after {
    background-color: #fff;
}

@media (min-width: 1200px) {
    .pixelstrap ul {
        max-width: 65em !important;
        min-width: 20em !important;
    }

    .pixelstrap .sm-nowrap>li>a.highlighted,
    .pixelstrap .sm-nowrap>li>:not(ul) a.highlighted {
        white-space: normal;
    }
}

@media only screen and (max-width: 1600px) {
    .collection-banner .img-part {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: auto;
        height: 330px;
    }

    .collection-banner:hover .img-part {
        -webkit-transform: scale(1.05);
        transform: scale(1);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

@media only screen and (max-width: 1400px) {
    .collection-banner .img-part {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 101%;
        height: 298px;
    }

    .collection-banner:hover .img-part {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

@media (max-width : 600px) {
    body {
        height: 100vh;
    }

    .home-slider .home,
    .center-slider .home {
        background-size: contain !important;
        background-repeat: no-repeat;
        background-position: center;
        height: 19.5vh;
    }

    .collection-banner .img-part {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 100%;
        height: 119px;
    }

    .collection-banner .img-parts {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 100%;
        height: 261px;
    }

    .ob-center {
        object-fit: cover;
        height: auto;
        width: 100%;
        object-position: center -47px;
    }

    .call-center {
        background-position: left !important;

    }

    .testimonial .testimonial-slider .media .media-body {
        padding: 10px 30px 30px 30px;
    }

    .footer-h4 {
        padding-left: 0px;
    }

    .top-header .header-dropdown li:first-child {
        padding-right: 0;
        line-height: 1;
        font-size: 14px;
        display: none;
    }

    .mob-gap {
        gap: 15px;

    }

    .footer-content {
        display: block !important;
    }

    .footer-title .according-menu {
        font: normal normal normal 14px / 1 FontAwesome;
        display: none;
    }

    .paf {
        padding: 0px 20px;
    }
}

@media (max-width: 767px) {
    .top-header {
        height: 49px;
    }

    .main-menu .brand-logo img {
        height: 57px;
    }

    .sm-horizontal {
        height: 100%;
    }

    .top-header .header-contact {
        padding: 11px 0;
    }

    .top-header .header-contact li {

        font-size: 17px;
    }

    .mobile-fix-option {
        display: none;
    }

    .a-header-contact {
        display: block !important;
    }

    .top-header .header-dropdown li:first-child {

        display: none !important;
    }

    .footer-content .footer-logo {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .detail-cannabis .detail_section {
        margin-top: 0px;
        text-align: center;

    }

    .footer-title {
        margin-top: 10px;
        text-align: left;
        border-bottom: unset;
        position: relative;
    }

    footer .footer-title h4 {
        font-size: 18px !important;
        letter-spacing: 1px;
    }

    .pad-left {
        padding: 0px 0px;
    }

    .send {
        margin: 3px !important;
    }
}

@media (max-width: 420px) {
    .footer-theme .footer-title {
        margin-top: 25px;
    }

    .footer-light .a-background-images::before {
        background-position: left;
    }

    .footer-theme .sub-title h4 {
        margin-top: 25px;
        margin-bottom: 0px;
        letter-spacing: 1px;
    }

    .footer-theme .footer-title:first-child {
        margin-top: 0px;
    }

    .footer-theme .sub-title .contact-list li {
        position: relative;
        padding-left: 0px;
        line-height: 28px;
        color: #fff;
    }

    .footer-theme .sub-title .footer-content p {
        position: relative;
        padding-left: 0px;
        line-height: 28px;
        color: #fff;
    }

    .category-block {
        padding: 0px 5px;
    }

    .project-slider::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #002d4e7a;
    }

    .a-abouts {
        margin: 10px 10px 10px 0px;
    }

    .a-about {
        height: 60%;
        position: relative;
        right: 0;
        bottom: 0px;
        border: 4px solid #f5f5f5;
        box-sizing: border-box;
    }

    .product-border a.button-3d-red {
        color: #fff !important;
        padding: 11px 10px !important;
        font-size: 0.9rem;
    }

    .faq-section {
        margin-left: 0px;
    }

    .home-slider .slider-contain h1,
    .center-slider .slider-contain h1 {

        margin-top: -30px;

        font-size: 15px;
    }

    .a-slide-content {
        width: 145px;
        text-align: center;
    }

    .about-page {
        text-align: unset;
    }

}