/*------------------------------------------------------------------
[Master Stylesheet]

Project:  IceDelights
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header  / .header
3. Banner  /.banner-con
4. Relive  /.relive-con
5. Classic  /.classic-con
6. Categories  /.categories-con
7. Special  /.special-con
8. Seller  /.seller-con
9. Testimonial  /.testimonial-con
10. Upadste  /.update-con
11. Follow  /.follow-con
12. Footer  /.footer-con

*/


/*------------------------------------------------------------------
# [Color Codes]

#    --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;

*/


/*------------------------------------------------------------------
# [Typography]

Body copy: "Archivo", sans-serif;
Heading: "Berkshire Swash", serif;
*/

/* @import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Berkshire+Swash&family=Oswald:wght@200..700&display=swap'); */
body {
    zoom: 90%;
    /* Chrome, Edge, Safari */
}

@supports not (zoom: 1) {
    body {
        transform: scale(0.9);
        transform-origin: top center;
        width: 125%;
    }
}

html {
    scroll-behavior: smooth;
}


/*header {*/


/*    zoom: 100%;*/


/*    transform: scale(1);*/


/*    width: 100%;*/


/*}*/


/*header {*/


/*    zoom: 100%;*/


/*    transform: scale(1);*/


/*    width: 100%;*/


/*}*/

: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;
}

h1 {
    font-size: 112px;
    line-height: 108px;
    font-weight: 400;
    font-family: "Berkshire Swash", serif;
}

h2 {
    font-size: 60px;
    line-height: 64px;
    font-weight: 400;
    color: var(--e-global-color-secondary);
}

h3 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    color: var(--e-global-color-secondary);
}

h4 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
}

h5 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
}

h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: var(--e-global-color-secondary);
}

p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.text-size-18 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.text-size-16 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.text-size-14 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.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: "Archivo", sans-serif;
    transition: all 0.8s ease-in-out;
}

.all_button:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-color-secondary);
}

.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 i {
    transform: translateX(4px);
}

.classic-con {
    padding: 142px 0 225px;
}

.classic-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, #b0f2b4 8%, #d4f8d4 43%, #ffffff 64%, #f0fff0 87%);
}

.classic-con .classic-leftimage {
    position: absolute;
    top: 136px;
    left: 0;
}

.classic-con .classic-rightimage {
    position: absolute;
    bottom: 90px;
    right: 0;
}

.classic-con .classic_content h2 {
    margin-bottom: 18px;
}

.classic-con .classic_content h2 span {
    color: green;
}

.classic-con .classic_content p {
    margin-bottom: 50px;
}

.classic-con .classic-box {
    padding: 10px 10px 25px;
    border-radius: 20px;
    z-index: 1;
    position: relative;
    border: 1px solid transparent;
    background: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    /* 🟢 Yeh issue fix karega */
    overflow: hidden;
    /* 🟢 Hover effect properly show karega */
}

.classic-con .classic-box .classic_image_box {
    min-height: 244px;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    border-radius: 10px;
    background: var(--e-global-color-white);
}

.classic-con .classic-box .classic_image_box figure {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.classic-con .classic-box .classic_image_box figure img {
    transition: all 0.3s ease-in-out;
}

.classic-con .classic-box:hover .classic_image_box figure img {
    transform: translateY(-5px);
}

.classic-con .classic-box .classic_image_box i {
    font-size: 18px;
    top: 10px;
    left: 10px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-white);
}

.classic-con .classic-box .classic_box_content {
    padding: 20px 8px 4px 12px;
}

.classic-con .classic-box h6 {
    margin-bottom: 10px;
    width: 160px;
}

.classic-con .classic-box p {
    margin-bottom: 20px;
}

.classic-con .classic-box .rating {
    position: absolute;
    top: 0;
    right: 0;
}

.classic-con .classic-box .rating i {
    font-size: 12px;
    line-height: 12px;
    color: var(--e-global-color-star-yellow);
}

.classic-con .classic-box .rating span {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: var(--e-global-color-secondary);
}

.classic-con .classic-box .price_wrapper {
    display: flex;
    align-items: center;
}

.classic-con .classic-box .price_wrapper span {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    color: green;
}

.classic-con .classic-box .price_wrapper a {
    height: 46px;
    width: 46px;
    line-height: 46px;
    right: 0;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    color: greenyellow;
    background-color: green;
    transition: all 0.3s ease-in-out;
}

.classic-con .classic-box:hover {
    border: 1px solid green;
    z-index: 10;
    /* 🟢 Z-index increase karein taaki hover effect show ho */
}

.classic-con {
    padding: 150px 0 225px;
    /* 🟢 Top padding ko increase karein */
}

.classic-con .classic-box .price_wrapper a:hover {
    background-color: greenyellow;
}

.classic-con .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 44px !important;
    line-height: 0;
    position: absolute;
    left: 0;
    right: 0;
}

.classic-con .owl-carousel .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 5px;
    transition: all 0.3s ease-in-out;
    background-color: #e1e1e2;
}

.classic-con .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: green;
}

.classic-con .owl-carousel .owl-dots .owl-dot.active span {
    width: 19px;
    height: 19px;
    top: 3px;
    position: relative;
    background-color: green;
}

.classic-con .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

.classic-con .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}


/* Categories */

.categories-con {
    padding: 142px 0 150px;
}

.categories-con .categories_content h2 {
    margin-bottom: 10px;
}

.categories-con .categories_content h2 span {
    color: green;
}

.categories-con .categories_content p {
    margin-bottom: 52px;
}

.categories-con .categories-box {
    position: relative;
    margin-bottom: 20px;
    /* Adjust as needed */
}

.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;
}

.categories-con .categories-box:hover .image img {
    transform: scale(1.1);
    opacity: 60%;
}

.categories-con .categories-box .content {
    left: 0;
    bottom: 0;
    width: 94%;
    height: 67px;
    margin: 0 10px 14px;
    padding: 0 12px 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    border-radius: 16px;
    background-color: #ffffff;
}

.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: green;
    transition: all 0.8s ease-in-out;
}

.categories-con .categories-box .content i:hover {
    background-color: var(--e-global-color-secondary);
}


/* Special */


/* .special-con {
    padding: 154px 0 170px;
    background-color: var(--e-global-color-dark-moderate-violet);
}

.special-con::before {
    content: "";
    position: absolute;
    width: 51%;
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/special-rightbackground.png);
}

.special-con .special-rightimage {
    position: absolute;
    top: 150px;
    right: 0;
}

.special-con .special-rightimage img {
    opacity: 40%;
}

.special-con .special-triangle {
    position: absolute;
    top: 100px;
    left: -158px;
}

.special-con .special-doted {
    position: absolute;
    bottom: 105px;
    left: -222px;
}

.special-con .special_content h2 {
    font-size: 112px;
    line-height: 112px;
    margin-bottom: 40px;
}

.special-con .special_content p {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 36px;
}

.special-con .special_content .button {
    display: flex;
    align-items: center;
}

.special-con .special_content .all_button {
    padding: 23px 42px;
    margin-right: 14px;
    box-shadow: 0px 3px 22px 3px rgb(248 61 142 / 13%);
}

.special-con .special_content span {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}

.special-con .special_wrapper .special-image {
    position: absolute;
    right: -60px;
    top: -40px;
    z-index: 1;
}

.special-con .special_wrapper .special-dotedarrow {
    position: absolute;
    left: 10px;
    top: -42px;
}

.special-con .special_wrapper .circle-text {
    left: -58px;
    top: 40px;
    width: 138px;
    height: 138px;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    background-image: linear-gradient(180deg, #fbab2a 0%, #ffc972 100%);
    border: 4px solid #f69c0c;
    z-index: -1;
}

.special-con .special_wrapper .content {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    display: table-cell;
    align-content: center;
}

.special-con .special_wrapper .persent {
    font-size: 44px;
    line-height: 44px;
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
    color: var(--e-global-color-white);
    font-family: "Oswald", sans-serif;
}

.special-con .special_wrapper .text {
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
    color: var(--e-global-color-white);
    font-family: "Oswald", sans-serif;
} */


/* Seller */

.seller-con {
    padding: 142px 0 225px;
    background-color: var(--e-global-color-white);
}

.seller-con .seller_content h2 {
    margin-bottom: 18px;
}

.seller-con .seller_content h2 span {
    color: green;
}

.seller-con .seller_content p {
    margin-bottom: 50px;
}

.seller-con .seller-box {
    height: 450px !important;
    padding: 10px 10px 25px;
    border-radius: 20px;
    z-index: 1;
    position: relative;
    border: 1px solid transparent;
    background: var(--e-global-color-white);
    box-shadow: 0 2px 73px 2px rgb(0 0 0 / 5%)inset;
    transition: all 0.3s ease-in-out;
}

.seller-con .seller-box .seller_image_box {
    min-height: 244px;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    border-radius: 10px;
    background: green;
}

.seller-con .seller-box .box1 {
    background-color: #ffffff;
}

.seller-con .seller-box .seller_image_box figure {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.seller-con .seller-box .seller_image_box figure img {
    transition: all 0.3s ease-in-out;
}

.seller-con .seller-box:hover .seller_image_box figure img {
    transform: translateY(-5px);
}

.seller-con .seller-box .seller_image_box i {
    font-size: 18px;
    top: 10px;
    left: 10px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    color: rgb(2, 56, 0);
    background-color: var(--e-global-color-white);
}

.seller-con .seller-box .seller_box_content {
    padding: 24px 8px 4px 12px;
}

.seller-con .seller-box h6 {
    margin-bottom: 10px;
    width: 235px;
}

.seller-con .seller-box p {
    margin-bottom: 20px;
}

.seller-con .seller-box .rating {
    position: absolute;
    top: 0;
    right: 0;
}

.seller-con .seller-box .rating i {
    font-size: 12px;
    line-height: 12px;
    color: var(--e-global-color-star-yellow);
}

.seller-con .seller-box .rating span {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: var(--e-global-color-secondary);
}

.seller-con .seller-box .price_wrapper {
    display: flex;
    align-items: center;
}

.seller-con .seller-box .price_wrapper span {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    color: green;
}

.seller-con .seller-box .price_wrapper a {
    height: 46px;
    width: 46px;
    line-height: 46px;
    right: 0;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    color: var(--e-global-color-white);
    background-color: rgb(69, 126, 69);
    transition: all 0.3s ease-in-out;
}

.seller-con .seller-box:hover {
    border: 1px solid greenyellow;
}

.seller-con .seller-box .price_wrapper a:hover {
    background-color: greenyellow;
}

.seller-con .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 44px !important;
    position: absolute;
    left: 0;
    right: 0;
}

.seller-con .owl-carousel .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 5px;
    transition: all 0.3s ease-in-out;
    background-color: #e1e1e2;
}

.seller-con .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: green;
}

.seller-con .owl-carousel .owl-dots .owl-dot.active span {
    width: 19px;
    height: 19px;
    top: 3px;
    position: relative;
    background-color: green;
}

.seller-con .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

.seller-con .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}


/* Testimonial */


/* .testimonial-con {
    padding: 152px 0 260px;
}

.testimonial-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, #b0f2b4 8%, #d4f8d4 43%, #ffffff 64%, #f0fff0 87%);
}

.testimonial-con h2 {
    text-align: center;
    margin-bottom: 138px;
}

.testimonial-con h2 span {
    color: var(--e-global-color-accent);
}

.testimonial-con .owl-carousel {
    width: 840px;
    margin: 0 auto;
}

.testimonial-con .testimonial_content {
    text-align: center;
}

.testimonial-con .testimonial_content .paragraph {
    line-height: 34px;
    font-weight: 500;
    padding: 0 40px;
    margin-bottom: 66px;
    color: var(--e-global-color-secondary);
}

.testimonial-con .testimonial_content .name {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: var(--e-global-color-accent);
    margin-bottom: 10px;
    display: block;
}

.testimonial-con .testimonial_content .review {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--e-global-color-text);
    margin-bottom: 12px;
    display: block;
}

.testimonial-con .testimonial_content ul li {
    display: inline-block;
}

.testimonial-con .testimonial_content ul li i {
    font-size: 12px;
    line-height: 12px;
    color: var(--e-global-color-star-yellow);
}

.testimonial-con .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 44px !important;
    position: absolute;
    left: 0;
    right: 0;
}

.testimonial-con .owl-carousel .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 5px;
    transition: all 0.3s ease-in-out;
    background-color: #e1e1e2;
}

.testimonial-con .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: var(--e-global-color-accent);
}

.testimonial-con .owl-carousel .owl-dots .owl-dot.active span {
    width: 19px;
    height: 19px;
    top: 3px;
    position: relative;
    background-color: var(--e-global-color-accent);
}

.testimonial-con .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

.testimonial-con .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.testimonial-con .testimonial-quoteimage {
    top: 225px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.testimonial-con .testimonial-quoteimage img {
    opacity: 6%;
}

.testimonial-con .testimonial_wrapper .image {
    z-index: 1;
}

.testimonial-con .testimonial_wrapper .testimonial-image1 {
    top: 203px;
    left: -125px;
}

.testimonial-con .testimonial_wrapper .testimonial-image2 {
    bottom: -10px;
    left: -182px;
}

.testimonial-con .testimonial_wrapper .testimonial-image3 {
    top: 335px;
    right: -32px;
}

.testimonial-con .testimonial_wrapper .testimonial-image4 {
    bottom: -76px;
    right: -90px;
}

.testimonial-con .testimonial_wrapper .testimonial-image5 {
    top: 153px;
    left: -70px;
}

.testimonial-con .testimonial_wrapper .testimonial-image6 {
    top: 270px;
    right: -182px;
}

.testimonial-con .testimonial_wrapper .testimonial-image7 {
    top: 355px;
    left: -10px;
}

.testimonial-con .testimonial_wrapper .testimonial-image8 {
    bottom: -110px;
    left: -120px;
}

.testimonial-con .testimonial_wrapper .image img {
    transition: all 0.3s ease-in-out;
}

.testimonial-con .testimonial_wrapper .image img:hover {
    opacity: 0.8;
} */


/* Upadte */

.update-con {
    padding: 142px 0 152px;
}

.update-con .update-circle {
    position: absolute;
    left: -28px;
    bottom: 50px;
}

.update-con .update-triangle {
    position: absolute;
    right: -28px;
    top: 48px;
}

.update-con .update_content h2 {
    margin-bottom: 28px;
}

.update-con .update_content h2 span {
    color: green;
}

.update-con .update_content p {
    margin-bottom: 55px;
}

.update-con .update_content .form-group {
    margin-bottom: 34px;
}

.update-con .update_content .form_style {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    padding: 18px 26px;
    margin-right: 10px;
    width: 520px;
    height: 62px;
    position: relative;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-green);
    box-shadow: 0 2px 73px 2px rgb(0 0 0 / 5%);
    border: 1px solid transparent;
    border-radius: 30px;
    overflow: visible;
    outline: none;
}

.update-con .update_content .form_style:focus {
    border: 1px solid var(--e-global-color-accent);
}

.update-con .update_content button {
    font-size: 16px;
    width: 200px;
    height: 62px;
    border: none;
    float: right;
    position: relative;
    color: var(--e-global-color-white);
    background-color: green;
    box-shadow: 0 3px 22px 3px rgb(248 61 142 / 31%);
    border-radius: 30px;
    overflow: visible;
    outline: none;
    transition: all 0.8s ease-in-out;
}

.update-con .update_content button:hover {
    background-color: var(--e-global-color-secondary);
}

.update-con .update_content button i {
    font-size: 12px;
    margin-left: 20px;
    transition: all 0.8s ease-in-out;
    color: var(--e-global-color-white);
}

.update-con .update_content button:hover i {
    transform: translateX(4px);
}

.update-con .update_content .check-box input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.update-con .update_content .check-box label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
    position: relative;
    cursor: pointer;
    margin: 0;
}

.update-con .update_content .check-box label a {
    color: green;
    border-bottom: 1px solid green;
    transition: all 0.3s ease-in-out;
}

.update-con .update_content .check-box label a:hover {
    color: var(--e-global-color-dark-moderate-violet);
    border-bottom: 1px solid var(--e-global-color-dark-moderate-violet);
}

.update-con .update_content .check-box label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #e8e8e8;
    border-radius: 100%;
    padding: 2px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: -21px;
    width: 20px;
    height: 20px;
    top: 0;
    left: -32px;
}

.update-con .update_content .check-box input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: -24px;
    width: 4px;
    height: 8px;
    border: solid var(--e-global-color-accent);
    border-width: 0 2px 2px 0;
    transform: rotate(50deg);
}


/* Follow */

.follow-con {
    padding: 142px 0 185px;
}

.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, rgb(217, 255, 217) 8%, rgb(208, 246, 208) 43%, rgba(230, 255, 230, 1) 64%, rgba(255, 255, 255, 1) 87%);
}

.follow-con .follow_content h2 {
    margin-bottom: 28px;
}

.follow-con .follow_content h2 span {
    color: green;
}

.follow-con .follow_content p {
    margin-bottom: 50px;
}

.follow-con .circle1,
.follow-con .circle2 {
    position: absolute;
    width: 129px;
    height: 129px;
    border-radius: 100%;
}

.follow-con .circle1 {
    left: -25px;
    top: 122px;
    background-color: green;
}

.follow-con .circle2 {
    right: -28px;
    bottom: -40px;
    background-color: greenyellow;
    /* Light Brown */
}

.follow-con ul {
    text-align: center;
    position: relative;
    z-index: 1;
}

.follow-con ul li {
    margin: 0 11px;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.follow-con ul li:first-child {
    margin-left: 0;
}

.follow-con ul li:last-child {
    margin-right: 0;
}

.follow-con .image-top {
    top: 30px;
}

.follow-con li .image {
    overflow: hidden;
    border-radius: 22px;
    transition: all 0.3s ease-in-out;
    background-color: var(--e-global-color-black);
}

.follow-con li .image img {
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}

.follow-con ul li:hover .image img {
    transform: scale(1.1);
    opacity: 60%;
}

.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 li .icon {
    transition: all 0.3s ease-in-out;
    display: none;
}

.follow-con ul li:hover .icon {
    display: block;
}


/* Footer */

.footer-con {
    background: black;
}

.footer-con .footer-image {
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer-con .footer-image img {
    opacity: 10%;
}

.footer-con .middle_portion {
    padding: 100px 0 90px;
}

.footer-con .middle_portion li:last-child {
    margin-bottom: 0 !important;
}

.footer-con .middle_portion .links {
    padding-left: 54px;
}

.footer-con .middle_portion .links h5 {
    margin-bottom: 25px;
    font-weight: 600;
    color: var(--e-global-color-white);
}

.footer-con .middle_portion .links .pages {
    display: flex;
}

.footer-con .middle_portion .pages .list1 {
    padding-right: 48px;
}

.footer-con .middle_portion .links li {
    cursor: pointer;
    margin-bottom: 14px;
}

.footer-con .middle_portion .links i {
    font-size: 5px;
    line-height: 5px;
    top: -3px;
    position: relative;
    color: green;
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .links a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-left: 13px;
    text-decoration: none;
    color: var(--e-global-color-light-grayish-violet);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .links li:hover a {
    color: green;
}

.footer-con .middle_portion .info {
    padding-left: 56px;
}

.footer-con .middle_portion .info li {
    display: flex;
    margin-bottom: 24px;
}

.footer-con .middle_portion .info i {
    font-size: 16px;
    height: 46px;
    width: 46px;
    line-height: 46px;
    border-radius: 100px;
    text-align: center;
    position: absolute;
    color: var(--e-global-color-white);
    background-color: rgba(255, 255, 255, 10%);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .info .text {
    padding: 2px 0 0 68px;
    position: relative;
}

.footer-con .middle_portion .info span {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    color: var(--e-global-color-white);
}

.footer-con .middle_portion .info a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    color: var(--e-global-color-light-grayish-violet);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .info a:hover {
    color: green;
}

.footer-con .middle_portion .icon {
    padding-left: 20px;
}

.footer-con .middle_portion .phone_wrapper {
    margin-bottom: 30px;
}

.footer-con .middle_portion .phone_wrapper i {
    font-size: 30px;
    top: 4px;
    float: left;
    position: relative;
    color: var(--e-global-color-white);
}

.footer-con .middle_portion .phone_wrapper .phone_content {
    padding-left: 48px;
}

.footer-con .middle_portion .phone_wrapper a {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .phone_wrapper a:hover {
    color: green;
}

.footer-con .middle_portion .phone_wrapper span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    color: var(--e-global-color-light-grayish-violet);
}

.footer-con .middle_portion .social-icons li {
    margin: 0 6px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .social-icons a {
    margin-left: 0 !important;
}

.footer-con .middle_portion .social-icons i {
    font-size: 16px;
    height: 46px;
    width: 46px;
    line-height: 46px;
    border-radius: 100px;
    text-align: center;
    color: var(--e-global-color-white);
    background-color: rgba(255, 255, 255, 10%);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .social-icons i:hover {
    transform: translateY(-5px);
    background-color: green;
}

.footer-con .middle_portion .social-icons li:first-child {
    margin-left: 0;
}

.footer-con .middle_portion .social-icons li:last-child {
    margin-right: 0;
}

.footer-con .copyright p {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    padding: 18px 0;
    text-align: center;
    color: var(--e-global-color-light-grayish-violet);
    border-top: 1px solid rgb(255 255 255 / 15%);
}

/* CHECKOUT PAGE INPORT */

.fade-in {
    animation: fadeIn 0.7s ease-in-out;
  }
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  body {
  background: #f2f2f7;
  font-family: 'Segoe UI', sans-serif;
}

.section-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.custom-card {
  border: none;
  border-radius: 20px;
  background: linear-gradient(to right, #ffffff, #f7f7f7);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.custom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}

.custom-card .card-header {
  background: transparent;
  border-bottom: none;
  font-weight: 600;
  font-size: 1.25rem;
}

.custom-card .form-control, .custom-card .form-select {
  border-radius: 10px;
}

.btn-gradient {
  background: linear-gradient(to right, #00b09b, #96c93d);
  border: none;
  color: white;
  border-radius: 30px;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

.btn-gradient:hover {
  opacity: 0.9;
}

.card-icon {
  font-size: 1.75rem;
  color: #00b09b;
}

/*  */
#button:hover {
    transform: translateY(-5px);
}

@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(42 42 42 / 40%)
    }
    to {
        box-shadow: 0 0 0 35px rgba(250, 87, 51, .01)
    }
}

@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(42 42 42 / 40%)
    }
    to {
        box-shadow: 0 0 0 35px rgba(250, 87, 51, .01)
    }
}


/* Preloader -------------------------------------------------------*/


/* Loader Styles start here */

.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: green;
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.lead {
    font-size: 13px;
}

.loader div {
    background-color: green;
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/* Preloader -------------------------------------------------------*/
