/* =================
    Root Color 
=================*/
:root {
  --color-white: #ffffff;
  --color-white2: #f9f6f2;
  --color-white3: #e2d9d2;
  --color-black: #2b221f;
  --color-black2: #201a18;
  --color-black3: #3f3532;
  --color-gBlack: #50413c;
  --color-gBlack2: #aca5a3;
  --color-yellow: #fcc41a;
  --color-green: #639533;
  --color-border: #e5e1dd;
  --color-fb: #3b5998;
  --color-tw: #00acee;
  --color-pin: #c8232c;
  --color-in: #8a3ab9;
  --color-pt: #CDC7C5;
  --color-tr: transparent;
}

/*
Theme Name: Beeberry HTML5 Template
Theme URI: https://themeforest.net/item/beeberry-beekeeping-and-honey-online-shop-html5-template/43618342
Design by: techsometimes
Developed by: A N Abdullah Al Numan
Version: 1.1.1
License: 
Tags: 
*/
/*================================================
[  Table of contents  ]
================================================

    1 Theme Default

    2 Menu Bar

    3 Banner

    4 Our Services

    5 Why Us

    6 Download App

    7 Our Products

    8 We Serve

    9 Testimonial

    10 Blog News

    11 About Us

    12 Video Box

    13 Team

    14 Working Process 

    15 Check Our Range

    16 Tasty Honey

    17 Services Details

    19 FAQ

    20 Who We Are

    21 Make A New Story

    22 Gallery Display

    23 Gallery Single

    24 Shop

    25 Shop Details

    26 Blog

    27 Blog Details

    28 Send Message

    31 About Beeberry

    32 Our Blog

    33 Footer

======================================
[ End table content ]
======================================*/
@media (min-width: 370px) and (max-width: 575px) {
  /*=====================
      2 Menu Bar
  =======================*/
  .menu-bar .row > div:nth-child(1) {
    width: 57%;
  }
  .menu-bar .row > div:nth-child(3) {
    width: 43%;
  }
  .menu-bar .menu-right li:nth-child(2) {
    display: block;
  }
  /*=====================
      3 Banner
  =======================*/
  .banner.v1 .banner-content .all-btns ul li {
    width: inherit;
  }
  /*=====================
      6 Download App
  =======================*/
  .download-app .download-btns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
  .download-app .download-btns li ~ li {
    margin-top: 0px;
  }
  /*=====================
      24 Shop
  =======================*/
  .shop .products .pro-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 576px) {
  /*=====================
      2 Menu Bar
  =======================*/
  .menu-bar .menu-right li:nth-child(1),
  .menu-bar .menu-right li:nth-child(2) {
    display: block;
  }
  .menu-bar .menu-logo a {
    max-width: 130px;
  }
  /*=====================
      3 Banner
  =======================*/
  .banner.v1 .banner-content .all-btns ul li {
    width: inherit;
  }
  .banner.v2 .shape-1,
  .banner.v2 .shape-2 {
    opacity: 1;
  }
  /*=====================
      6 Download App
  =======================*/
  .download-app .download-btns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
  .download-app .download-btns li ~ li {
    margin-top: 0px;
  }
  /*=====================
      24 Shop
  =======================*/
  .shop .products .pro-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .shop .products .row > div:nth-child(2) .product-card {
    margin-top: 0;
  }
  /*=====================
      25 Shop Details
  =======================*/
  .shop-details .quan-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .shop-details .quan-card .quantity-count ~ a {
    margin: 0px 0px 0px 20px;
  }
  /*========================
      31 About Beeberry
  ==========================*/
  .about-beeberry .exp-text p {
    margin-left: 0;
  }
  .about-beeberry .box-count ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-beeberry .box-count li {
    position: relative;
    padding: 0px 15px;
    width: 50%;
  }
  .about-beeberry .box-count li::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0px;
    top: 40px;
    border-top: 1px dashed var(--color-black);
    z-index: -1;
  }
  .about-beeberry .box-count li:nth-child(2) {
    margin-top: 0;
  }
  .about-beeberry .box-count li:nth-child(2)::before {
    content: none;
  }
  .about-beeberry .box-count li:last-child::before {
    content: none;
  }
  .about-beeberry .box-count .icon {
    margin-left: -15px;
  }
  /*=====================
      33 Footer
  =======================*/
  .info-footer.v1 .news-letter .subscribe-bar form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .info-footer.v1 .news-letter .subscribe-bar .btn-anime {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  /*=====================
      1 Theme Default
  =======================*/
  .tags-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
  }
  .tags-social .tags-links,
  .tags-social .socials-links-box {
    width: calc(50% - 15px);
    margin-top: 0;
  }
  .tags-social .socials-links-box ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  /*=====================
      3 Banner
  =======================*/
  .banner.v2 .shape-1,
  .banner.v2 .shape-2 {
    top: 42%;
  }
  /*=====================
      4 Our Services
  =======================*/
  .row > div:nth-child(2) .service-card {
    margin-top: 0;
  }
  /*=====================
      5 Why Us
  =======================*/
  .why-us .big-pic {
    width: 65%;
    margin: 0 auto;
  }
  .why-us .list-2 {
    margin-top: 50px;
  }
  /*=====================
      8 We Serve
  =======================*/
  .row > div:nth-child(2) .we-serve-card {
    margin-top: 0;
  }
  .row > div:nth-child(2) .tasty-honey-card {
    margin-top: 0;
  }
  /*=====================
      14 Working Process 
  =======================*/
  .working-process .process-boxs ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .working-process .process-boxs li {
    width: calc(50% - 15px);
  }
  .working-process .process-boxs li .icon::after {
    content: url("../img/working-process/right-shap.svg");
    position: absolute;
    top: 0;
    right: -100%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
  .working-process .process-boxs li:nth-child(2) .icon::after {
    content: none;
  }
  /*=========================
      17 Services Details
  ===========================*/
  .services-details .feedbac-box {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
  .services-details .feedbac-box .box-img,
  .services-details .feedbac-box .box-content {
    width: calc(50% - 30px);
  }
  .services-details .feedbac-box .box-content {
    width: 100%;
  }
  .services-details .mid-box-imgs {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
  .services-details .mid-box-imgs .box-img {
    width: calc(50% - 15px);
  }
  .services-details .mid-box-imgs .box-img:nth-child(2) {
    margin-top: 0px;
  }
  /*=====================
      24 Shop
  =======================*/
  .shop .products .pro-display-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .shop .products .pro-left {
    width: 35%;
  }
  .shop .products .pro-right {
    width: 65%;
    margin-top: 0;
  }
  /*=====================
    25 Shop Details
  =======================*/
  .shop-details .big-box-img {
    width: 65%;
  }
  .shop-details .product-tab .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .shop-details .product-tab .nav-tabs > li {
    width: 50%;
  }
  .shop-details .product-tab .nav-tabs > li ~ li {
    margin: 0px;
  }
  .shop-details .product-tab .nav-tabs button {
    padding: 15px 0px;
  }
  .shop-details .row > div:nth-child(2) .product-card {
    margin-top: 0;
  }
  /*=====================
      27 Blog Details
  =======================*/
  .blog-details .big-post-details .gallery-box-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }
  .blog-details .big-post-details .gallery-box-images .box-image {
    width: calc(50% - 15px);
  }
  .blog-details .big-post-details .gallery-box-images .box-image:nth-child(2) {
    margin-top: 0;
  }
  /*=========================
       23 Gallery Single
  ===========================*/
  .gallery-single .big-img-count ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gallery-single .big-img-count li {
    width: 50%;
  }
  .gallery-single .box-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }
  .gallery-single .box-gallery .box-img {
    width: 50%;
  }
  .gallery-single .box-gallery .box-img:nth-child(2) {
    margin-top: 0px;
  }
  /*=====================
      32 Our Blog
  =======================*/
  .our-blog .row > div:nth-child(2) .blog-card {
    margin-top: 0;
  }
  /*=====================
      33 Footer
  =======================*/
  .info-footer.v1 .info-content > div:nth-child(2) h4 {
    margin-top: 5px;
  }
  .info-footer.v1 .news-letter ~ .info-content {
    padding-top: 50px;
  }
  .info-footer.v2 .insta-gallry li {
    width: 25%;
  }
  .info-footer.v2 .info-content > div:nth-child(2) h4 {
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  .widgets .widget {
    margin-top: 0;
  }
  .widgets .widget ~ .widget {
    margin-top: 40px;
  }
  /*=====================
      2 Menu Bar
  =======================*/
  .menu-bar .menu-logo a {
    max-width: 150px;
  }
  .menu-bar .menu-right .shop-card-btn .price {
    display: inline-block;
  }
  /*=====================
      3 Banner
  =======================*/
  .banner.v1 .shape-2 {
    width: 250px;
    height: 250px;
    top: -150px;
    left: -150px;
  }
  .banner.v1 .rount-profile-bg {
    margin: 0;
  }
  .banner.v2 .shape-1,
  .banner.v2 .shape-2 {
    top: 30%;
  }
  /*=====================
      6 Download App
  =======================*/
  .download-app .section-title {
    margin-top: 0px;
  }
  .download-app .mobile-ads-box {
    position: relative;
    padding: 100px;
    width: 100%;
    margin-top: 80px;
  }
  .download-app .mobile-ads-box .side-img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .download-app .download-btns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
  /*=====================
      9 Testimonial
  =======================*/
  .testimonial .slider {
    overflow: inherit;
  }
  .testimonial .testimonial-card {
    padding: 50px;
  }
  /*=====================
      10 Blog News
  =======================*/
  .blog-news .small-post .blog-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
  }
  .blog-news .small-post .blog-img {
    height: 180px;
  }
  .blog-news .small-post .blog-content {
    width: calc(100% - 250px);
    margin-top: 0;
  }
  .blog-news .small-post .blog-content h3 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 25px;
  }
  .blog-news .small-post .blog-content .post-footer {
    margin-top: 15px;
  }
  /*=====================
      11 About Us
  =======================*/
  .about-us .about-content {
    margin-top: 0px;
  }
  /*=====================
      12 Video Box
  =======================*/
  .video-box .box-content .play-video-btn {
    position: absolute;
    top: 50%;
    right: -50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0px;
  }
  /*=========================
      19 FAQ
  ===========================*/
  .faq .right-countent ul {
    margin-top: 0;
  }
  /*========================
      21 Make A New Story
  ==========================*/
  .make-a-new-story .story-cards {
    margin-top: 60px;
  }
  .make-a-new-story .story-cards ul {
    position: relative;
    counter-reset: listCount;
  }
  .make-a-new-story .story-cards ul::before {
    content: " + ";
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .make-a-new-story .story-cards li ~ li {
    margin-top: 0;
  }
  .make-a-new-story .story-cards ul::before,
  .make-a-new-story .story-cards li::before {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    font-weight: 500;
    color: var(--color-black);
    box-shadow: 0px 6px 8px rgba(211, 211, 211, 0.25);
    background: var(--color-white);
    z-index: 1;
  }
  .make-a-new-story li {
    position: relative;
    width: calc(50% - 30px);
    margin-left: auto;
    margin-top: -40px;
  }
  .make-a-new-story li::before {
    content: counter(listCount);
    counter-increment: listCount;
    left: -52px;
  }
  .make-a-new-story li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    bottom: 0px;
    left: -33px;
    background: var(--color-border);
  }
  .make-a-new-story li:first-child {
    margin-top: 7px;
  }
  .make-a-new-story li:first-child::after {
    height: calc(100% - 30px);
  }
  .make-a-new-story li:nth-child(2n+0) {
    margin-left: inherit;
  }
  .make-a-new-story li:nth-child(2n+0)::before {
    left: inherit;
    right: -48px;
  }
  .make-a-new-story li:nth-child(2n+0)::after {
    left: inherit;
    right: -28px;
  }
  .make-a-new-story .content-img .year {
    font-size: 22px;
  }
  .make-a-new-story .content-text {
    padding: 50px;
  }
  /*=========================
       23 Gallery Single
  ===========================*/
  .gallery-single .big-img-count li {
    padding: 35px 15px;
    width: calc(25% - 3px);
  }
  .gallery-single .big-img-count li ~ li {
    border-top: none;
    border-left: 1px solid var(--color-border);
  }
  .gallery-single .check-and-heading li {
    width: calc(50% - 10px);
  }
  .gallery-single .user {
    padding: 50px;
    display: flex;
    align-items: center;
    gap: 60px;
  }
  .gallery-single .user .user-profile {
    max-width: 100%;
  }
  .gallery-single .user .user-profile img {
    border: 1px solid var(--color-border);
  }
  .gallery-single .user-content {
    padding-right: 100px;
    width: calc(100% - 60px);
  }
  /*=====================
    25 Shop Details
  =======================*/
  .shop-details .product-tab .nav-tabs li {
    width: auto;
  }
  .shop-details .product-tab .nav-tabs button {
    padding: 0px 50px 15px 0px;
  }
  /*========================
      31 About Beeberry
  ==========================*/
  .about-beeberry .box-count li {
    width: 25%;
    margin-top: 0;
  }
  .about-beeberry .box-count li:nth-child(2), .about-beeberry .box-count li:nth-child(3), .about-beeberry .box-count li:nth-child(4) {
    margin-top: 0;
  }
  .about-beeberry .box-count li:nth-child(2)::before {
    content: "";
  }
  /*=====================
      33 Footer
  =======================*/
  .info-footer .main-footer .pement-img {
    text-align: right;
    margin-top: 0;
  }
  .info-footer.v1 .news-letter {
    padding: 50px;
  }
  .info-footer.v1 .info-content > div:nth-child(2) h4 {
    margin-top: 30px;
  }
  .info-footer.v2 .info-content > div:nth-child(2) h4 {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  /*=====================
      1 Theme Default
  =======================*/
  .section-title h2,
  .section-title-center h2,
  .section-title-white h2,
  .section-title-white-center h2 {
    font-size: 48px;
    line-height: 60px;
  }
  section {
    padding: 100px 0px;
  }
  section.box-spach {
    padding-bottom: 260px;
  }
  .breadcum {
    padding: 180px 0px 100px 0px;
  }
  .breadcum h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .play-video-btn {
    width: 100px;
    height: 100px;
  }
  .scroll-bottom-Top {
    width: 55px;
    height: 55px;
    bottom: 75px;
    line-height: 55px;
  }
  .scroll-bottom-Top.show {
    right: 75px;
  }
  .prev-next .prev-link a::before,
  .prev-next .next-link a::before {
    width: 50px;
    height: 50px;
  }
  .prev-next .prev-link a svg,
  .prev-next .next-link a svg {
    --svg-font-size: 50px;
    margin-top: 0;
  }
  .prev-next .prev-link a {
    left: 0;
  }
  .prev-next .prev-link a::before {
    left: 0;
  }
  .prev-next .prev-link a svg {
    margin-right: 20px;
  }
  .prev-next .prev-link .icon {
    margin-left: 20px;
  }
  .prev-next .next-link a {
    right: 0;
  }
  .prev-next .next-link a::before {
    right: 0;
  }
  .prev-next .next-link a svg {
    margin-left: 20px;
  }
  .prev-next .next-link a .icon {
    margin-right: 15px;
  }
  /*=====================
      2 Menu Bar
  =======================*/
  .menu-bar {
    padding: 0;
  }
  .menu-bar .menu-left .h-menu-btn {
    display: none;
  }
  .menu-bar .menu-logo a {
    max-width: 180px;
  }
  .top-spach {
    margin-top: 105px;
  }
  /*=====================
      3 Banner
  =======================*/
  .banner .scroll-down-1 {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .banner .scroll-down-1 svg {
    --svg-font-size: 28px;
  }
  .banner.v1 {
    padding: 0;
    height: 780px;
  }
  .banner.v1::before {
    width: 60%;
    height: 80%;
  }
  .banner.v1 .scroll-down-1 {
    left: calc(5% + 3px);
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    bottom: 100px;
  }
  .banner.v1 .shape-1 {
    width: 60%;
    height: 34%;
    bottom: 0;
    background-size: cover;
  }
  .banner.v1 .shape-1::before {
    height: 200px;
    right: 80px;
    bottom: 100px;
  }
  .banner.v1 .banner-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 580px;
  }
  .banner.v1 .banner-content h2 {
    font-size: 60px;
    line-height: 72px;
  }
  .banner.v1 .rount-profile-bg {
    position: absolute;
    width: calc(60% - 15px);
    height: calc(100% + 90px);
    top: calc(-17% + 15px);
    right: calc(-10% + 15px);
    border-radius: 100%;
    background-position: 0 115px;
  }
  .banner.v1 .rount-profile-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -10px;
    bottom: -20px;
    border-radius: 100%;
    background: var(--color-yellow);
    z-index: -1;
  }
  .banner.v1 .rount-profile-bg .play-btn {
    width: 308px;
    height: 308px;
    left: -100px;
    bottom: 0;
    transform: none;
    border: 5px solid var(--color-white);
  }
  .banner.v1 .rount-profile-bg .play-btn svg {
    --svg-font-size: 35px;
  }
  .banner.v2 .banner-content {
    width: 770px;
  }
  .banner.v2 .shape-1,
  .banner.v2 .shape-2 {
    top: 24%;
  }
  .banner.v2 .bottom-img-1,
  .banner.v2 .bottom-img-2,
  .banner.v2 .bottom-img-3 {
    opacity: 1;
  }
  .banner.v2 .banner-box-img {
    width: 68%;
  }
  .banner.v2 .banner-box-img .scroll-down-1 {
    bottom: -50px;
  }
  /*=====================
      4 Our Services
  =======================*/
  .our-services .row > div:nth-child(3) .service-card,
  .our-services .row > div:nth-child(4) .service-card {
    margin-top: 0;
  }
  .our-services .row ~ .more-link {
    margin-top: 60px;
  }
  /*=====================
      5 Why Us
  =======================*/
  .why-us .big-pic {
    width: 100%;
  }
  .why-us .list-1,
  .why-us .list-2 {
    margin-top: 0px;
  }
  .why-us li {
    gap: 24px;
  }
  .why-us li ~ li {
    margin-top: 60px;
  }
  .why-us .icon {
    min-width: 80px;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .why-us .icon svg {
    --svg-font-size: 40px;
  }
  /*=====================
      7 Our Products
  =======================*/
  .our-products .right-btn {
    text-align: right;
    margin-top: 0;
  }
  /*=====================
      8 We Serve
  =======================*/
  .we-serve .we-serve-card {
    position: relative;
    margin-right: 45px;
  }
  .we-serve .we-serve-card::before {
    position: absolute;
    content: "";
    width: 55px;
    height: 15px;
    right: -65px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("../img/we-serve/shap.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .we-serve .row {
    margin-right: -60px;
  }
  .we-serve .row > div:nth-child(3) .we-serve-card {
    margin-top: 0;
  }
  .we-serve .row > div:nth-child(3) .we-serve-card::before {
    content: none;
  }
  /*=====================
      9 Testimonial
  =======================*/
  .testimonial .testimonial-card .profile .profile-img {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
  /*=====================
      10 Blog News
  =======================*/
  .blog-news .small-post > ul {
    margin-top: 0;
  }
  .blog-news .small-post > ul > li:first-child {
    padding-top: 0;
    border-top: none;
  }
  .blog-news .small-post > ul > li:last-child {
    padding-bottom: 0;
  }
  .blog-news .small-post .blog-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .blog-news .small-post .blog-card .blog-content h3 {
    font-size: 32px;
    line-height: 44px;
  }
  /*=====================
      11 About Us
  =======================*/
  .about-us .about-content {
    padding-left: 60px;
    margin-top: 30px;
  }
  /*=====================
      12 Video Box
  =======================*/
  .video-box .box-content {
    padding: 80px;
    margin-bottom: -100px;
  }
  /*=====================
      13 Team
  =======================*/
  .team .slider {
    margin: 50px 100px 0px 100px;
  }
  /*=====================
      14 Working Process 
  =======================*/
  .working-process .process-boxs ul {
    gap: 88px;
  }
  .working-process .process-boxs li {
    width: calc(25% - 88px);
  }
  .working-process .process-boxs li:nth-child(2) .icon::after {
    content: url("../img/working-process/right-shap.svg");
  }
  /*=====================
      15 Check Our Range
  =======================*/
  .check-our-range ul,
  .check-our-range ul ~ a {
    margin-top: 60px;
  }
  .check-our-range li ~ li {
    margin-top: 30px;
  }
  .check-our-range li a {
    font-size: 28px;
    line-height: 38px;
  }
  .check-our-range .check-our-profile {
    margin-top: 0px;
  }
  /*=======================
      16 Tasty Honey
  =========================*/
  .tasty-honey .row > div:nth-child(3) .tasty-honey-card {
    margin-top: 0;
  }
  .tasty-honey .tasty-honey-card h4 {
    font-size: 28px;
    line-height: 38px;
  }
  /*=========================
      17 Services Details
  ===========================*/
  .services-details h3 {
    margin-top: 50px;
  }
  .services-details p {
    margin-top: 30px;
  }
  .services-details .feedbac-box {
    margin-top: 50px;
  }
  .services-details .feedbac-box .box-img,
  .services-details .feedbac-box .box-content {
    width: calc(33.3333333% - 30px);
  }
  .services-details .feedbac-box .box-img {
    margin-bottom: 0;
  }
  /*=========================
      19 FAQ
  ===========================*/
  .faq .left-content .link-anime {
    margin-top: 40px;
  }
  .faq .right-countent li ~ li {
    margin-top: 20px;
  }
  .faq .right-countent button {
    padding: 30px 70px 30px 30px;
    font-size: 20px;
    line-height: 30px;
  }
  .faq .right-countent button .icon {
    top: 30px;
    right: 30px;
  }
  .faq .right-countent button .icon svg {
    --svg-font-size: 20px;
  }
  .faq .right-countent .box-content {
    padding: 30px;
  }
  /*=====================
      20 Who We Are
  =======================*/
  .who-we-are .who-we-box {
    position: relative;
    padding: 60px;
    width: 60%;
    margin-bottom: calc(-20% - 100px);
  }
  .who-we-are .who-we-img {
    width: 75%;
    margin-left: auto;
  }
  /*========================
      21 Make A New Story
  ==========================*/
  .make-a-new-story li {
    width: calc(50% - 60px);
  }
  .make-a-new-story li::before {
    left: -80px;
  }
  .make-a-new-story li::after {
    left: -60px;
  }
  .make-a-new-story li:nth-child(2n+0) {
    margin-left: inherit;
  }
  .make-a-new-story li:nth-child(2n+0)::before {
    left: inherit;
    right: -80px;
  }
  .make-a-new-story li:nth-child(2n+0)::after {
    left: inherit;
    right: -61px;
  }
  /*=====================
      24 Shop
  =======================*/
  .shop .products .pro-display-header ~ .row {
    margin-top: 40px;
  }
  .shop .products .pro-right {
    margin-top: 0px;
  }
  .shop .row > div:nth-child(3) .product-card {
    margin-top: 0;
  }
  .shop .pegination-box {
    margin-top: 100px;
  }
  /*=====================
      25 Shop Details
  =======================*/
  .shop-details .big-box-img {
    width: 100%;
  }
  .shop-details .big-box-img .zoom-btn {
    top: 50px;
    right: 50px;
  }
  .shop-details .display-right h4 ~ p,
  .shop-details .display-right p ~ .quan-card,
  .shop-details .display-right .quan-card ~ ul {
    margin-top: 40px;
  }
  .shop-details .product-tab {
    margin-top: 100px;
  }
  .shop-details .product-tab .nav-tabs {
    border-bottom: 2px solid var(--color-border);
  }
  .shop-details .product-tab .nav-tabs > li ~ li {
    margin-right: 20px;
  }
  .shop-details .product-tab .nav-tabs button {
    padding: 0px 50px 15px 0px;
    font-size: 22px;
    line-height: 32px;
  }
  .shop-details .product-tab .nav-tabs button::before {
    opacity: 0;
  }
  .shop-details .product-tab .nav-tabs button::after {
    content: none;
  }
  .shop-details .related-products {
    margin-top: 100px;
  }
  .shop-details .related-products h3 ~ .row {
    margin-top: 60px;
  }
  .shop-details .row > div:nth-child(3) .product-card,
  .shop-details .row > div:nth-child(4) .product-card {
    margin-top: 0;
  }
  /*=====================
      26 Blog
  =======================*/
  .blog .big-post ~ .big-post {
    margin-top: 40px;
  }
  .blog .big-post .post-content ul {
    padding: 40px 0px;
    gap: 40px;
  }
  .blog .big-post .post-img .video-box .play-video-btn {
    width: 100px;
    height: 100px;
  }
  .blog .pegination-box {
    margin-top: 60px;
  }
  /*=====================
      27 Blog Details
  =======================*/
  .blog-details .big-post-details .user .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .blog-details .big-post-details .user .icon svg {
    --svg-font-size: 30px;
  }
  .blog-details .big-post-details .user .user-content {
    padding: 50px 130px;
  }
  .blog-details .big-post-details .gallery-box-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }
  .blog-details .big-post-details .gallery-box-images .box-image {
    width: calc(50% - 15px);
  }
  .blog-details .post-comment {
    margin-top: 80px;
  }
  .blog-details .post-comment h3 ~ ul {
    margin-top: 60px;
  }
  .blog-details .post-comment li ~ li {
    margin-top: 30px;
  }
  .blog-details .post-comment li ul {
    margin-top: 30px;
    padding-left: 110px;
  }
  .blog-details .post-comment .profile-img {
    width: 80px;
  }
  .blog-details .post-comment .profile-contane {
    padding-left: 30px;
    width: calc(100% - 80px);
  }
  .blog-details .post-comment ul ~ .comment-form {
    margin-top: 100px;
  }
  .blog-details .comment-form {
    padding: 50px 45px;
  }
  /*=====================
      28 Send Message
  =======================*/
  .send-message .message-form {
    padding: 50px;
    margin-top: 0;
  }
  /*=========================
      22 Gallery Display
  ===========================*/
  .gallery-display .gallery-btns ul {
    padding: 6px 30px;
    border: 1px solid var(--color-border);
    border-radius: 50px;
  }
  .gallery-display .gallery-btns button {
    padding: 16px 40px;
    color: var(--color-black);
    border: none;
    background: var(--color-tr);
    margin: 0;
  }
  .gallery-display .gallery-content .text {
    padding: 50px;
  }
  .gallery-display .gallery-items ~ .lode-btns {
    margin-top: 60px;
  }
  /*========================
      31 About Beeberry
  ==========================*/
  .about-beeberry .exp-text p {
    margin-left: 0;
  }
  .about-beeberry .box-count ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-beeberry .box-count li {
    width: 25%;
  }
  .about-beeberry .box-count .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .about-beeberry .box-count .icon svg {
    --svg-font-size: 36px;
  }
  .about-beeberry .box-count h3 {
    font-size: 45px;
    line-height: 55px;
  }
  /*=====================
      32 Our Blog
  =======================*/
  .our-blog .row > div:nth-child(3) .blog-card {
    margin-top: 0;
  }
  /*=====================
      33 Footer
  =======================*/
  .info-footer .main-footer {
    padding: 17px 0px;
    margin-top: 100px;
  }
  .info-footer.v1 {
    padding-top: 200px;
    position: relative;
  }
  .info-footer.v1 .news-letter {
    padding: 90px;
    margin-top: -360px;
  }
  .info-footer.v1 .news-letter .subscribe-bar {
    margin-top: 0px;
  }
  .info-footer.v1 .news-letter ~ .info-content {
    padding-top: 100px;
  }
  .info-footer.v1 .info-content > div h4,
  .info-footer.v1 .info-content > div:nth-child(2) h4 {
    margin-top: 0px;
  }
  .info-footer.v2 .insta-gallry ~ .info-content {
    padding-top: 100px;
  }
  .info-footer.v2 .insta-gallry {
    display: flex;
    align-items: center;
  }
  .info-footer.v2 .insta-gallry h4 {
    width: 30%;
    padding: 50px 70px;
    font-size: 40px;
    line-height: 50px;
    margin-top: 0;
  }
  .info-footer.v2 .insta-gallry ul {
    width: 70%;
  }
  .info-footer.v2 .right-content {
    padding-left: calc(100% - 140px);
  }
  .info-footer.v2 .info-content > div h4,
  .info-footer.v2 .info-content > div:nth-child(2) h4 {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1399px) {
  .banner3__thumb {
    margin-bottom: 0px;
  }
  .banner__content h1 {
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 29px;
  }
  .our-services3 .service-card {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1199px) {
  .element3 {
    bottom: 5px;
  }
  .our-services3 .ser__shape {
    position: absolute;
    top: 0;
    right: -60px;
  }
  .element2 {
    left: -10px;
  }
  .banner__content h1 {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 29px;
  }
  .our-services3 .service-card {
    padding: 35px 15px;
  }
  .our-services3 .service-card .content__valu {
    transform: translateY(0px);
  }
  .mb-60 {
    margin-bottom: 0px;
  }
  .counting__box ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 40px 40px;
  }
  .counting__box ul li {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .counting__box ul li h3 {
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 5px;
    line-height: 60px;
  }
  .counting__box ul li h5 {
    font-size: 22px;
    font-weight: 700;
  }
  .counting__box ul li .icon {
    width: 100px;
    background: var(--color-black2);
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid var(--color-yellow);
  }
  .counting__box ul li .icon svg {
    --svg-font-size: 48px;
    color: var(--color-white);
  }
}
@media screen and (max-width: 991px) {
  .element3 {
    bottom: 5px;
  }
  .element2 {
    left: -10px;
  }
  .banner3__thumb {
    margin-bottom: -50px;
  }
  .banner__content {
    margin-bottom: 15px;
  }
  .banner__content h1 {
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 29px;
  }
  .banner__content p {
    color: var(--color-gBlack);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 35px;
  }
  .banner__content .btn__grp {
    display: flex;
    align-items: center;
    gap: 34px;
  }
  .banner__content .btn__grp .flower {
    position: relative;
  }
  .banner__content .btn__grp .flower .video__vector {
    position: absolute;
    bottom: -5px;
    left: calc(100% - 14px);
    z-index: -1;
    animation: upsmoth 2s linear infinite;
  }
  .banner__content .btn__grp .vtext {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-black);
  }
  .banner__categories {
    flex-wrap: wrap;
  }
  .banner__categories .categories__right {
    margin-top: 25px;
  }
  .testimonial__version3 .testimonial-card {
    padding: 20px 15px;
  }
  .testimonial__version3 .testimonial-card .profile-img {
    transform: translateY(0px);
    margin-bottom: 20px;
  }
  .blog__content-left3 {
    margin-bottom: 60px;
  }
  .form__content {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .element3 {
    bottom: 5px;
  }
  .element2 {
    display: none;
  }
  .categories__right {
    justify-content: center;
    margin: 0 auto;
  }
  .categories__left {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .categories__left .svg-icon {
    margin: 0 auto;
  }
  .categories__left .centertrue {
    justify-content: center;
  }
  .banner__content {
    margin-bottom: 15px;
  }
  .banner__content h1 {
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 29px;
  }
  .banner__content p {
    color: var(--color-gBlack);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 35px;
  }
  .banner__content .btn__grp {
    display: flex;
    align-items: center;
    gap: 34px;
  }
  .banner__content .btn__grp .flower {
    position: relative;
  }
  .banner__content .btn__grp .flower .video__vector {
    position: absolute;
    bottom: -5px;
    left: calc(100% - 14px);
    z-index: -1;
    animation: upsmoth 2s linear infinite;
  }
  .banner__content .btn__grp .vtext {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-black);
  }
  .banner3__thumb::before {
    width: 70px;
  }
  .our-services3 .ser__shape {
    display: none;
  }
  .about__beeberry-content {
    margin-bottom: 30px;
  }
  .about__beeberry-content h2 {
    margin-bottom: 15px;
  }
  .about__beeberry-content p {
    margin-bottom: 0px;
  }
  .about__beeberry-content .about__beeberrylist {
    margin-top: 20px;
  }
}
@media screen and (max-width: 550px) {
  .element3 {
    bottom: 5px;
  }
  .htitle {
    font-size: 32px !important;
  }
  .banner__content__wrapper {
    padding-top: 63px;
  }
  .banner__content {
    margin-bottom: 15px;
  }
  .banner__content h1 {
    font-size: 29px;
    line-height: 39px;
    margin-bottom: 12px;
  }
  .banner__content p {
    margin-bottom: 25px;
  }
  .banner__content .btn__grp {
    gap: 14px;
    flex-wrap: wrap;
  }
  .banner__content .btn__grp .vtext {
    font-size: 14px;
  }
  .banner3__thumb {
    margin-bottom: -20px;
  }
  .banner3__thumb::after {
    bottom: 79px;
    right: 22px;
  }
  .counting__box ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 40px 0px;
  }
  .counting__box ul li h3 {
    font-size: 36px;
    margin-bottom: 0;
  }
  .counting__box ul li h5 {
    font-size: 18px;
  }
  .counting__box ul li .icon {
    width: 70px;
    background: var(--color-black2);
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid var(--color-yellow);
  }
  .counting__box ul li .icon svg {
    --svg-font-size: 38px;
    color: var(--color-white);
  }
  .counter__section3 {
    padding: 80px 0;
  }
  .count__shape {
    display: none;
  }
  .our__product3 .prev-btn {
    display: none;
  }
  .our__product3 .next-btn {
    display: none;
  }
  .form__content form {
    flex-wrap: wrap;
  }
  .blog__samll li {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 1400px) {
  /*=====================
      2 Menu Bar
  =======================*/
  .menu-bar .menu-right .search-btn,
  .menu-bar .menu-right .wishlist-btn,
  .menu-bar .menu-right .shop-card-btn .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .menu-bar .menu-right .search-btn svg,
  .menu-bar .menu-right .wishlist-btn svg,
  .menu-bar .menu-right .shop-card-btn svg {
    --svg-font-size: 23px;
  }
  .menu-bar .menu-right .wishlist-btn .count,
  .menu-bar .menu-right .shop-card-btn .count {
    top: -5px;
    right: -5px;
  }
}/*# sourceMappingURL=responsive.css.map */