:root {
    --e-global-color-primary: #ffffff;
    --e-global-color-secondary: #0f0200;
    --e-global-color-accent: #f83d8e;
    --e-global-color-text: #646464;
    --e-global-color-white: #ffffff;
    --e-global-color-black: #000000;
    --e-global-color-light-grayish-violet: #cfb6e2;
    --e-global-color-dark-moderate-violet: #683292;
    --e-global-color-gradient-1: #efd7ef;
    --e-global-color-gradient-2: #f5f9fc;
    --e-global-color-gradient-3: #f8eae1;
    --e-global-color-gradient-4: #eaf8f9;
    --e-global-color-star-yellow: #fbab2a;
    --e-global-color-light-yellow: #ffc045;
    --e-global-color-very-light-grayish-violet: #f6f3f9;
    --e-global-color-border: 1px solid #e5e5e5;
    --e-global-color-shop-text: #787878;
    --e-global-color-light-red: #ff6565;
    --e-global-color-pure-red: #ff0000;
    --theme-font1: "berkshireswash";
    --theme-font2: "archivovar";
}


body {
    font-family: var(--theme-font2);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #212529;
}
.ScrollToTop a {
    border: 1px solid var(--e-global-color-dark-moderate-violet);
    color: var(--e-global-color-dark-moderate-violet);
}
.ScrollToTop a:hover {
    background: var(--e-global-color-dark-moderate-violet);
}




/*------------------  breadcrumb  -------------------------*/

.section-top {
    position: relative;
    background-image: linear-gradient(140deg, var(--e-global-color-gradient-1) 8%, var(--e-global-color-gradient-2) 40%, var(--e-global-color-gradient-3) 66%, var(--e-global-color-gradient-4) 91%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 70px 0;
    z-index: 0;
}
.section-top::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.about_title, .product_title, .gallery_title, .contact_title, .services_title {
    color: var(--e-global-color-dark-moderate-violet);
    font-size: 40px;
    font-family: var(--theme-font2);
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}


/*---  header  ---*/

.header-top {
    background: var(--e-global-color-accent);
}
.bg-overlay:after {
    background: unset;
}
.navbar-header h1 img {
    -webkit-transition: .4s;
    transition: .4s;
    width: 140px;
}
.nav.navbar-nav li a {
    color: var(--e-global-color-dark-moderate-violet);
    font-family: var(--theme-font2);
    font-size: 18px;
}
.navbar-nav li.active a, .navbar-nav li:hover a {
    color: var(--e-global-color-accent) !important;
    background: unset;
}
.nav.navbar-nav li {
    margin-top: 15px;
}
#home-slider .teashop-btn {
    display: none;
}
.social-icons {
    display: none;
}
.phone {
    color: #ffffff;
    font-size: 16px;
    font-family: var(--theme-font2);
}
.mail {
    color: #ffffff;
    font-size: 16px;
    font-family: var(--theme-font2);
}
.header-top i.fa {
    color: var(--e-global-color-dark-moderate-violet);
}
.top-bar {
    padding: 6px 0;
}


/*---  footer  ---*/

.qc-social-list .qc-social .social:hover {
    background: var(--e-global-color-dark-moderate-violet);
    color: #fff;
}


/*QC FOOTER STYLE START*/
#qcfooter-block {
    padding: 40px 0px;
    background: var(--e-global-color-black);
    color: #fff;
}
#qcfooter-block h3 {
    font-size: 24px;
    font-family: var(--theme-font1);
    font-weight: 400;
    margin-bottom: 20px;
}
.footer-content {margin: 5px 0px;}
.footer-content .qc-brand {height: 60px; display: block; margin: 10px 0;}
.footer-content .qc-brand img {height: 100%;}
.footer-content p {
    font-size: 16px;
    line-height: 28px;
    color: var(--e-global-color-gradient-4);
}
.footer-content .quicklinks {margin: 0; padding: 0;}
.footer-content .quicklinks li {list-style: none; display: block;}
.footer-content .quicklinks li a {padding: 5px 0px; display: block; color: #fff;}
.footer-content .quicklinks li i {margin-right: 5px;}
.footer-content .social-links .qc-social-list {margin: 10px 0px; padding: 0; color: #ddd; font-size: 15px;}
.footer-content .social-links .qc-social-list li {display: inline-block; margin-right: 10px;}
.qc-social-list .qc-social .social {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: var(--e-global-color-dark-moderate-violet);
}
.footer-content .mobile-apps {display: flex; padding: 10px 0px;}
.footer-content .mobile-apps .mobApp {padding-right: 5px;}
#qcfooter-copyrights {
    padding: 7px 0;
    background: var(--e-global-color-accent);
    border-top: 1px solid #ddd;
}
#qcfooter-copyrights .copyright {
    font-size: 15px;
    color: #fff;
    text-align: center;
}
#qcfooter-copyrights .developer {color: #fff; text-decoration: underline;}

/*QC FOOTER STYLE END*/

/*=====================================================  start  =====================================================*/

/*---  btn  ---*/

.all_button {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 30px;
    position: relative;
    display: inline-block;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    box-shadow: 0px 3px 22px 3px rgb(248 61 142 / 31%);
    font-family: var(--theme-font2);
    transition: all 0.8s ease-in-out;
}
.all_button i {
    font-size: 12px;
    margin-left: 18px;
    transition: all 0.8s ease-in-out;
    color: var(--e-global-color-white);
}
.all_button:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-secondary);
}
.art-con .art_content .all_button {
    padding: 23px 32px;
}
.all_button:hover i {
    transform: translateX(4px);
}

/*---  default  ---*/

.position-relative {
    position: relative!important;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
figure {
    margin: 0 0 1rem;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
    border-style: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    font-family: var(--theme-font2);
}
h2 {
    font-size: 56px;
    line-height: 60px;
    font-weight: 400;
    color: var(--e-global-color-secondary);
    font-family: var(--theme-font1);
}
p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: var(--e-global-color-text);
    margin-top: 0;
}
.text-decoration-none {
    text-decoration: none!important;
}
h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: var(--e-global-color-secondary);
}
.text-white {
    color: #fff!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}







/*=====================================================  home_page  =====================================================*/

/*-----------------------------------------------------  home_toplabel  -------------------------------------------------*/

.statistic-con {
    padding: 50px 0;
}
.statistic-con .statistic-box {
    padding: 42px 40px 50px;
    text-align: center;
    border-radius: 15px;
    background-color: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-accent);
    box-shadow: 0 12px 105px 12px rgb(0 0 0 / 3%);
    transition: all 0.3s ease-in-out;
}
.statistic-con .statistic-box .number {
    font-size: 44px;
    line-height: 44px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 28px;
    color: var(--e-global-color-secondary);
    font-family: var(--theme-font1);
}
.statistic-con .statistic-box .sign {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    color: var(--e-global-color-accent);
}
.statistic-con .statistic-box .text {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    display: block;
    color: var(--e-global-color-text);
}
.statistic-con .statistic-box:hover {
    transform: translateY(-5px);
}

.statistic-con::before {
    content: "";
    position: absolute;
    opacity: 65%;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: linear-gradient(140deg, var(--e-global-color-gradient-1) 8%, var(--e-global-color-gradient-2) 40%, var(--e-global-color-gradient-3) 66%, var(--e-global-color-gradient-4) 91%);
    z-index: -1;
}





/*-----------------------------------------------------  home_welcome  --------------------------------------------------*/

.art-con .art-rightbottomimage {
    right: 50px;
}
.art-con .art-rightbottomimage {
    position: absolute;
    right: 112px;
    bottom: 0;
}
.art-con .art-rightbottomimage img {
    width: 170px;
}
.art-con .art_wrapper .art-circle {
    left: 10px;
    top: 235px;
    position: absolute;
}
.art-con .art_wrapper .art-doted {
    left: 120px;
    top: 100px;
    position: absolute;
}
.art-con .art_content {
    padding: 100px 0;
}
.art-con .art_content h2 {
    margin-bottom: 32px;
}
.art-con .art_content h2 span {
    color: var(--e-global-color-accent);
}
.art-con .art_content p {
    line-height: 30px;
    margin-bottom: 15px;
}
.art-con .art_content .text2 {
    line-height: 30px;
    margin-bottom: 40px;
}
.art-con .art_content .all_button {
    padding: 23px 32px;
}
.art-con .art-image {
    position: absolute;
    left: 40px;
    top: 120px;
}
.art-con .art-image img {
    width: 518px;
}

/*--------------------------------------------------  home_product1  -----------------------------------------------------*/

.popular-con {
    padding: 100px 0;
}
.popular-con::before {
    content: "";
    position: absolute;
    opacity: 65%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: linear-gradient(135deg, var(--e-global-color-gradient-1) 8%, var(--e-global-color-gradient-2) 43%, var(--e-global-color-gradient-3) 64%, var(--e-global-color-gradient-4) 87%) !important;
    z-index: -1;
}
.popular-con .popular_content h2 {
    margin-bottom: 18px;
}
.popular-con .popular_content p {
    margin-bottom: 50px;
}
.popular-con .popular_content h2 span {
    color: var(--e-global-color-accent);
}
.popular-con .popular-box .popular-image {
    width: 254px;
    height: 254px;
    line-height: 290px;
    margin: 0 auto 22px;
    text-align: center;
    border-radius: 100%;
    background-color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.popular-con .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}
.popular-con .popular-box .popular-image img {
    transition: all 0.3s ease-in-out;
}
.popular-con .popular-box .popular_box_content {
    width: 64%;
    margin: 0 auto;
    text-align: center;
}
.popular-con .popular-box h6 {
    margin-bottom: 15px;
}
.popular-con .popular-box .all_button {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    padding: 15px 22px;
    box-shadow: none;
}
.popular-con .popular-box .all_button i {
    margin-left: 12px;
}
.flover-con .flover-righttopimage img {
    opacity: 10%;
}
.flover-con .flover-righttopimage {
    position: absolute;
    top: 248px;
    right: 0;
}
.popular-con .popular-box:hover .popular-image img {
    transform: translateY(5px);
}

/*-----------------------------------------------------  home_product2  ----------------------------------------------------*/

.categories-con {
    padding: 100px 0;
}
.categories-con .container {
    max-width: 1520px;
    margin: 0 auto;
    width: 100%;
}
.categories-con .categories_content h2 {
    margin-bottom: 24px;
}
.categories-con .categories_content h2 span {
    color: var(--e-global-color-accent);
}
.categories-con .categories_content p {
    margin-bottom: 45px;
}
.categories-con .categories-box {
    position: relative;
}
.categories-con .categories-box .image {
    overflow: hidden;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    background-color: var(--e-global-color-black);
}
.categories-con .categories-box .image img {
    transition: all 0.3s ease-in-out;
    transform: scale(1.01);
}
.categories-con .categories-box .content {
    left: 0;
    bottom: 0;
    width: 90%;
    height: 67px;
    margin: 0 15px 15px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    border-radius: 16px;
    background-color: var(--e-global-color-white);
}
.categories-con .categories-box .content h5 {
    font-size: 18px;
    line-height: 18px;
}
.categories-con .categories-box .content i {
    font-size: 14px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 100%;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
    transition: all 0.8s ease-in-out;
}
.categories-con .categories-box:hover .image img {
    transform: scale(1.1);
    opacity: 60%;
}

/*--------------------------------------------------  home_getintouch  --------------------------------------------------*/

.lover-con {
    overflow: hidden;
    padding: 100px 0;
    background-color: var(--e-global-color-dark-moderate-violet);
}
.lover-con::before {
    content: "";
    width: 62%;
    right: -170px;
    height: 100%;
    top: 0;
    position: absolute;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(../../images/images/new_images/home/others/rightbackgroundimage.png);
}
.lover-con .container {
    max-width: 1447px;
    margin: 0 auto;
    width: 100%;
}
.lover-con .lover_content {
    padding-left: 15px;
}
.lover-con .lover_content h2 {
    font-size: 90px;
    line-height: 100px;
    margin-bottom: 28px;
}
.lover-con .lover_content p {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 35px;
}
.lover-con .lover_content p span {
    color: #ffd800;
}
.lover-con .lover_content .all_button {
    padding: 23px 44px;
    box-shadow: 0px 3px 22px 3px rgb(248 61 142 / 13%);
}
.lover-con .lover_content .all_button i {
    margin-left: 28px;
}
.lover-con .lover_content .lover-wave {
    position: absolute;
    right: 115px;
    bottom: -12px;
}
.lover-con .lover_content .lover-wave img {
    width: 65px;
}
.lover-con .lover_wrapper {
    display: none;
}

/*---------------------------------------------------  home_testimonial  --------------------------------------------------*/

.testimonial3-con {
    padding: 100px 0 125px;
}
.testimonial3-con .testimonial_content h2 {
    margin-bottom: 20px;
}
.testimonial3-con .testimonial_content h2 span {
    color: var(--e-global-color-accent);
}
.testimonial3-con .testimonial_content p {
    margin-bottom: 45px;
}
.testimonial3-con .testimonial-box {
    padding: 50px 25px 45px 25px;
    border-radius: 20px;
    background-color: var(--e-global-color-white);
    border-bottom: 2px solid var(--e-global-color-accent);
    box-shadow: 0 2px 73px 2px rgb(0 0 0 / 5%) inset;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.testimonial3-con .testimonial-box .testimonial-quoteimage {
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}
.testimonial3-con .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}
.testimonial3-con .testimonial-box p {
    margin-bottom: 24px;
    transition: all 0.3s ease-in-out;
}
.text-size-16 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
.testimonial3-con .review-content {
    padding-left: 16px;
    display: flex;
}
.testimonial3-con .review-content .testimonial-personimage {
    position: relative;
    top: 2px;
    left: -15px;
}
.testimonial3-con .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}
.testimonial3-con .review-content .testimonial-personimage img {
    width: 54px !important;
    border-radius: 100px;
}
.testimonial3-con .testimonial-box ul {
    margin-bottom: 6px;
}
.testimonial3-con .testimonial-box ul li {
    display: inline-block;
}
.testimonial3-con .testimonial-box ul li i {
    font-size: 12px;
    line-height: 12px;
    color: var(--e-global-color-light-yellow);
}
.testimonial3-con .review-content .name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    display: block;
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.testimonial3-con .review-content .review {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
    transition: all 0.3s ease-in-out;
}
.testimonial3-con .item {
    margin: 0 15px;
}
.testiwid {
    width: 66%;
}
.testimonial3-con .testimonial-box:hover {
    background-color: var(--e-global-color-accent);
}
.testimonial3-con .testimonial-box:hover .testimonial-quoteimage {
    filter: brightness(0) invert(1);
}
.testimonial3-con .testimonial-box:hover p, .testimonial3-con .testimonial-box:hover .name, .testimonial3-con .testimonial-box:hover .review {
    color: var(--e-global-color-white);
}

/*----------------------------------------------------  home_gallery  ----------------------------------------------------*/

.follow-con {
    padding: 90px 0 130px;
}
.follow-con::before {
    content: "";
    position: absolute;
    opacity: 65%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: linear-gradient(320deg, var(--e-global-color-gradient-1) 8%, var(--e-global-color-gradient-2) 43%, var(--e-global-color-gradient-3) 64%, var(--e-global-color-gradient-4) 87%);
}
.follow-con ul {
    text-align: center;
    position: relative;
    z-index: 1;
}
.follow-con ul li:first-child {
    margin-left: 0;
}
.follow-con ul li {
    margin: 0 8px;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.follow-con li .image {
    border-radius: 22px;
    transition: all 0.3s ease-in-out;
    background-color: var(--e-global-color-black);
}
.follow-con li .image img {
    width: 218px;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}
.follow-con li .icon {
    transition: all 0.3s ease-in-out;
    display: none;
}
.follow-con li .icon i {
    font-size: 26px;
    color: var(--e-global-color-white);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: table-cell;
    align-content: center;
}
.follow-con .circle1 {
    left: -20px;
    top: 126px;
    background-color: var(--e-global-color-accent);
}
.follow-con .circle1, .follow-con .circle2 {
    position: absolute;
    border-radius: 100%;
    width: 100px;
    height: 100px;
}
.follow-con .circle2 {
    right: -15px;
    bottom: -26px;
    background-color: var(--e-global-color-dark-moderate-violet);
}
.follow-con .container {
    max-width: fit-content;
    width: 100%;
}
.follow-con .follow_content h2 span {
    color: var(--e-global-color-accent);
}
.follow-con .follow_content p {
    margin-bottom: 45px;
}
.follow-con .follow_content h2 {
    margin-bottom: 24px;
}



.follow-con ul li a:hover:before {
    opacity: 0.6;
}
.follow-con ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background-color: #000000;
    transition: all 0.3s ease;
    border-radius: 20px;
}

.follow-con ul li a:hover:after {
    opacity: 1;
}
.follow-con ul li a:after {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: var(--e-global-color-accent);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    font-size: 20px;
    opacity: 0;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
    color: #fff;
    content: "\f067";
    font-family: 'FontAwesome';
}


/*-------------------------------------------------  home_textscrolling  -------------------------------------------------*/

.textscrolling-sec {
    overflow: hidden;
    padding: 30px 0;
    background-image: linear-gradient(140deg, var(--e-global-color-gradient-1) 8%, var(--e-global-color-gradient-2) 40%, var(--e-global-color-gradient-3) 66%, var(--e-global-color-gradient-4) 91%);
}
.text-scrolling-wrapper {
    white-space: nowrap;
    transform: translateX(-50%);
}
.text-scrolling-inner {
    position: relative;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 60s;
    width: max-content;
    display: inline-flex;
    align-items: center;
    animation-name: marquee;
}
.text-scrolling-item {
    margin-left: calc(50px/2);
    margin-right: calc(50px/2);
    display: inline-block;
    transition: all ease 0.3s;
}
.elementor-scrolling-item-inner {
    align-items: center;
    display: inline-flex;
}
.text-scrolling-item .scrolling-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}
.text-scrolling-item .scrolling-title a {
    color: var(--e-global-color-dark-moderate-violet);
    font-family: var(--theme-font2);
    font-size: 40px;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: none;
    text-decoration: none;
}
@keyframes marquee {
100% {
    transform: translate(-100%);
}
}
.text-scrolling-wrapper:hover .text-scrolling-inner {
    animation-play-state: paused;
}
.elementor-scrolling-item-inner img {
    filter: invert(43%) sepia(55%) saturate(5814%) hue-rotate(314deg) brightness(104%) contrast(95%);
    width: 30px;
}

/*======================================================  about_page  ===================================================*/

.journey-con {
    padding: 100px 0;
}
.journey-con .journey-rightimage {
    position: absolute;
    top: 232px;
    right: 0;
}
.journey-con .journey-rightimage img {
    opacity: 10%;
}
.journey-con .journey_wrapper .journey-image {
    left: 0;
    top: 20px;
    position: absolute;
}
.journey-con .journey_wrapper .journey-image img {
    border-radius: 100%;
}
.journey-con .journey_content h2 {
    margin-bottom: 28px;
}
.journey-con .journey_content h2 span {
    color: var(--e-global-color-accent);
}
.journey-con .journey_content p {
    line-height: 30px;
    margin-bottom: 15px;
}
.journey-con .journey_content .text2 {
    margin-bottom: 35px;
}
.journey-con .journey_content .all_button {
    padding: 23px 42px;
}
.abpgheading-span {
    color: var(--e-global-color-accent);
    font-weight: 600;
    text-transform: uppercase;
}


/*======================================================  product_page  ===================================================*/

.propgtop-div {
    text-align: center;
}
.propgtop-cont {
    padding: 20px 0;
    line-height: 1.7;
}
.spl h3 {
    margin-top: 60px;
    color: var(--e-global-color-dark-moderate-violet);
    text-transform: uppercase;
    font-weight: 600;
}
.ice img {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 5px;
    border-radius: 5%;
}
.home_pro_title, .pro_title {
    color: var(--e-global-color-accent);
    font-size: 25px;
    font-family: var(--theme-font1);
    line-height: 2;
}
.pro_pg {
    overflow: hidden;
}
.ice_cream {
    padding: 0 20px 40px 0px;
}
.pro-content img {
    width: 30%;
    height: 300px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 5px;
    border-radius: 5%;
}
/*====================================================  home_service  ====================================================*/

.cateve {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 20px 10px;
}
.abt_pg.pg_mar {
    margin: 40px 0;
}
.wedimg img {
    width: 100%;
    height: 200px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 5px;
}
.desn p {
    font-size: 18px;
    text-align: justify;
}
.wed h3 {
    color: var(--e-global-color-accent);
    padding: 5px 0px;
    font-family: var(--theme-font1);
}
.wed {
    margin: 20px 0;
}

/*=====================================================  gallery_page  ======================================================*/

.shop-cart-box .cart-price1 img {
    width: 100%;
}
.cart-price1 img {
    box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
    border-radius: 20px;
}
.shop-cart-box {
    margin-top: 20px;
}
.main-gall {
    margin-top: 40px;
}
.featurs-navigation {
    display: none;
}

/*================================================ Contact_page =========================================================*/

.contact-con .contact-box {
    padding: 35px 15px 40px 30px;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: 0 2px 73px 2px rgb(0 0 0 / 5%);
    background-color: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.contact-con .contact-box:hover {
    border: 1px solid var(--e-global-color-dark-moderate-violet);
}
.contact-con .contact-box .icon{
    width: 75px;
    height: 75px;
    line-height: 75px;
    top: 3px;
    float: left;
    position: relative;
    border-radius: 100%;
    text-align: center;
    background-color: var(--e-global-color-dark-moderate-violet);
    transition: all 0.3s ease-in-out;
}
.contact-con .contact-box:hover .icon{
    transform: translateY(-5px);
}
.contact-con .contact-box .content {
    padding-left: 105px;
}
.contact-con .contact-box a{
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.contact-con .contact-box a:hover{
    color: var(--e-global-color-accent);
}
.contact-form h4 {
    padding: 20px 0;
    font-size: 56px;
    line-height: 60px;
    font-weight: 400;
    color: var(--e-global-color-secondary);
    font-family: var(--theme-font1);
}
.contact_info.contact-con {
    margin-bottom: 40px;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-  responsive  -=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

@media (max-width: 767px){
.follow-con .circle1, .follow-con .circle2 {
    display: none;
}
.top-bar {
    display: flex;
    flex-direction: column;
}
.header-top span:after {
    display: none;
}
#home-slider, .page-banner {
    margin-top: 110px;
}
.navbar-toggle.collapsed, .is-sticky .navbar-toggle.collapsed {
    margin-top: 28px;
}
.single-slide-item {
    padding: 57px 0;
}
.text-scrolling-item .scrolling-title a {
    font-size: 20px;
}
.elementor-scrolling-item-inner img {
    width: 15px;
}
.text-scrolling-item {
    margin-left: unset;
}
.textscrolling-sec {
    padding: 20px 0 15px;
}
.art-con {
    padding: 20px 0 40px;
}
.art-con .art-rightbottomimage {
    display: none;
}
.art-con .art_wrapper {
    display: inline-block;
}
.art-con .art_wrapper .art-circle {
    left: 50px;
    top: 550px;
}
.art-con .art_wrapper .art-circle img {
    width: 28px;
}
.art-con .art_wrapper .art-doted {
    left: 95px;
    top: 455px;
}
.art-con .art_wrapper .art-doted img {
    width: 50px;
}
.art-con .art_content {
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
}
.art-con .art_content h2 {
    margin-bottom: 10px;
}
.art-con .art_content p {
    line-height: 20px;
    margin-bottom: 2px;
}
.art-con .art_content .all_button {
    padding: 14px;
}
.art-con .art_content .art-triangle {
    display: none;
}
.art-con .art-image {
    position: relative;
    text-align: center;
    left: 0;
    top: 0;
}
.art-con .art-image img {
    width: 280px;
}
h2 {
    font-size: 28px;
    line-height: 32px;
}
p {
    font-size: 14px;
    line-height: 20px;
}
.art-con .art_content .text2 {
    line-height: 25px;
    margin-bottom: 20px;
}
.all_button {
    font-size: 14px;
    line-height: 14px;
    min-width: 145px;
    height: 40px;
}
.mail {
    font-size: 14px;
}
.phone {
    font-size: 14px;
}
.popular-con {
    padding: 40px 0;
}
.flover-con .flover-righttopimage {
    display: none;
}
.popular-con .popular-box .popular-image {
    width: 180px;
    height: 180px;
    line-height: 220px;
    margin-bottom: 12px;
}
.popular-con .popular-box .popular-image img {
    width: 110px !important;
}
.popular-con .popular-box .popular_box_content {
    width: 100% !important;
}
.popular-con .popular-box h6 {
    margin-bottom: 10px;
}
.popular-con .popular-box .all_button {
    padding: 14px;
}
h6 {
    font-size: 18px;
    line-height: 22px;
}
.categories-con {
    padding: 40px 0 20px;
}
.categories-con .categories-box {
    width: 280px;
    margin: 0 auto 20px;
}
.categories_content, .popular_content, .testimonial_content, .follow_content {
    padding: 0 10px;
}
h5 {
    font-size: 18px;
    line-height: 18px;
}
.categories-con .categories-box .content h5 {
    font-size: 15px;
    line-height: 15px;
}
.navbar-header h1 img {
    transition: .4s;
    margin-left: 20px;
}
.categories-con .categories-box .content {
    margin: 0 9px 12px;
    height: 48px;
    padding: 0 8px;
}
.categories-con .categories-box .content i {
    font-size: 12px;
    width: 36px;
    height: 36px;
    line-height: 36px;
}
.statistic-con .statistic-box {
    padding: 20px 10px;
    margin-bottom: 15px;
}
.statistic-con .statistic-box .number {
    font-size: 28px;
    line-height: 28px;
}
.statistic-con .statistic-box .sign {
    font-size: 20px;
    line-height: 20px;
    position: relative;
    left: -3px;
}
.statistic-con .statistic-box .text {
    font-size: 14px;
    line-height: 14px;
}
.lover-con .lover_content h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 16px;
}
.lover-con .lover_content {
    text-align: center;
}
.lover-con .lover_content p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 15px;
}
.lover-con .lover_content .all_button {
    padding: 14px;
}
.lover-con .lover_content .all_button i {
    margin-left: 12px;
}
.lover-con .lover_wrapper {
    margin-bottom: 20px;
    margin-top: 20px;
}
.lover-con .lover_wrapper {
    display: block;
    text-align: center;
}
.lover-con .lover_wrapper .lover-image {
    position: relative;
    top: 0;
}
.lover-con .lover_wrapper .lover-image img {
    width: 100%;
    border-radius: 15px;
}
.lover-con::before {
    display: none;
}
.lover-con {
    padding: 40px 0;
}
.lover-con .lover_content .lover-wave {
    display: none;
}
.testiwid {
    width: 100%;
}
.testimonial3-con {
    padding: 40px 0;
}
.testimonial3-con .testimonial-box {
    width: 330px;
    margin: 0 auto;
    padding: 10px;
}
.testimonial3-con .testimonial-box .testimonial-quoteimage {
    margin-bottom: 12px;
}
.testimonial3-con .testimonial-box .testimonial-quoteimage img {
    width: 36px !important;
}
.testimonial3-con .testimonial-box p {
    margin-bottom: 16px;
}
.testimonial3-con .review-content .testimonial-personimage img {
    width: 50px !important;
}
.testimonial3-con .testimonial-box ul {
    margin-bottom: 2px;
}
.testimonial3-con .testimonial-box ul li i {
    font-size: 10px;
    line-height: 10px;
}
.testimonial3-con .testimonial-box .name {
    font-size: 16px;
    margin-bottom: -2px;
}
.testimonial3-con .testimonial-box .review {
    font-size: 12px;
}
.testimonial3-con .testimonial_content p {
    margin-bottom: 20px;
}
.follow-con ul {
    width: 330px;
    margin: 0 auto;
}
.follow-con ul li:first-child {
    margin-left: 5px;
}
.follow-con li .image img {
    width: 150px;
}
.follow-con li .icon i {
    font-size: 20px;
}
.follow-con ul li {
    margin: 0 5px 14px;
}
.follow-con {
    padding: 38px 0 25px;
}
.section-top {
    padding: 20px 0;
    margin-top: 110px;
}
.about_title, .product_title, .gallery_title, .contact_title, .services_title {
    font-size: 22px;
}
.journey-con {
    padding: 40px 0;
}
.journey-con .journey_wrapper {
    margin-bottom: 15px;
    text-align: center;
}
.journey-con .journey_wrapper .journey-image {
    position: relative;
    top: 0;
    left: 0;
}
.journey-con .journey_wrapper .journey-image img {
    width: 55%;
}
.journey-con .journey_content {
    text-align: center;
}
.journey-con .journey_content .all_button {
    padding: 14px;
}
.nav.navbar-nav li {
    margin-top: 0px;
    border-bottom: 1px solid #dddddd5c;
}
.nav.navbar-nav li a {
    padding: 15px 18px !important;
}
.ice_cream {
    padding: 0 15px 20px 0px;
}
.propgtop-div .container {
    padding: 0 0px 0 10px;
}
.spl h3 {
    margin-top: 20px;
}
.pro-content {
    margin: 20px 0px;
    padding: 10px;
}
.pro-content img {
    width: 100%;
    height: 100%;
}
.cateve {
    padding: 20px 0px;
    margin: 0;
}
.desn p {
    font-size: 14px;
}
.wed {
    margin: 10px 0;
}
.wedimg img {
    width: 100%;
    height: 150px;
}
.contact-con .contact-box {
    width: 330px;
    padding: 20px;
    margin: 0 auto 25px;
}
.contact-con .contact-box .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.contact-con .contact-box .icon img {
    width: 30px;
}
.contact-con .contact-box .content {
    padding-left: 75px;
}
.contact-con .contact-box a {
    font-size: 14px;
    line-height: 20px;
}
.contact-form h4 {
    padding: 0px 0;
    font-size: 28px;
    text-align: center;
}
.contact_info.contact-con {
    margin-bottom: 20px;
}
.contact-form {
    margin-bottom: 20px;
}




}

.footer-content p i {
    background: var(--e-global-color-gradient-2);
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
    line-height: 30px;
    margin-right: 5px;
    color: var(--e-global-color-dark-moderate-violet);
}










