:root {
    --thm-color: #f73f03;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a:focus,
a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

body {
    max-width: 425px;
    margin: 0 auto;
    height: 100%;
    background: var(--28, var(--dynamic-background));
}

svg {
    vertical-align: middle;
}

input {
    outline-width: 0;
    outline-offset: 0;
    outline: 0;
    border: none;
    outline: none;
    width: 100%;
}

textarea {
    outline-width: 0;
    outline-offset: 0;
    outline: 0;
    resize: none;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.overflow {
    overflow-y: scroll;
}

.container {
    padding: 0 16px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-5 {
    margin-top: 5px !important;
}

.pt-20 {
    padding-top: 20px;
}

.mlr-auto {
    margin-left: auto;
    margin-right: auto;
}

.red-color {
    filter: brightness(0) saturate(100%) invert(24%) sepia(85%) saturate(4545%)
        hue-rotate(14deg) brightness(109%) contrast(98%);
}

.red-txt {
    color: var(--27, var(--thm-color)) !important;
}

.site-content {
    width: 100%;
    height: 100%;
}

::-webkit-scrollbar {
    display: none;
}

/************************ 2.Hero css ***************************/
.ceo-content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: scroll;
    background: white;
    padding-bottom: 20px;
}

.hero-sec {
    background: url(../images/hero-sec/bg-img2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 340px;
}

.hero-overlay {
    content: "";
    background: rgb(39 31 31 / 80%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-top: 15px;
}

.hero-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.hero-logo {
    width: 72px;
    height: 72px;
    border-radius: 36px;
    background: var(--1, #fff);
    backdrop-filter: blur(8px);
    /* display: flex;
	align-items: center;
	justify-content: center; */
}

.hero-logo img {
    height: 60px;
}

.custom-language-btn {
    padding: 0;
    margin: 0;
    padding: 4px 8px 4px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 32px;
    border-width: 0 !important;
    border-radius: 16px;
    background: var(--27, var(--thm-color));
    backdrop-filter: blur(8px);
    color: var(--1, #fff);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.dropdown-toggle::after {
    content: url(../svg/up-arrow.svg) !important;
    border: 0;
    width: 24px;
    height: 24px;
    margin-left: auto;
}

.custom-language-btn {
    margin: 0;
    padding: 4px 8px 4px 4px;
    display: flex;
    align-items: center;
    gap: 4px;
    height: 32px;
    border-width: 0 !important;
    border-radius: 16px;
    background: var(--27, var(--thm-color));
    backdrop-filter: blur(8px);
    color: var(--1, #fff);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.custom-language-btn:hover,
.custom-language-btn:active,
.custom-language-btn:focus,
.dropdown-item:active,
.btn.show {
    background: var(--27, var(--thm-color)) !important;
    color: var(--1, #fff) !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #000 !important;
    background: var(--dynamic-background) !important;
}

.flag-icon {
    width: 25px;
    height: 20px;
    margin-right: 10px;
}

.dropdown-item {
    color: var(--14, #000000);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.hero-content h1,
.heading-top h2 {
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

.hero-content h1 {
    color: var(--27, var(--thm-color));
}

.hero-content p {
    color: var(--1, #000);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.bottom-shape {
    position: absolute;
    bottom: -1px;
    width: 100%;
}

.triangle-shape {
    position: absolute;
    bottom: -24px;
    left: 45%;
}

/************************ 3.Social media css ***************************/
.social-icon-content {
    display: flex;
    gap: 8px;
    padding-top: 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.social-icon-content-wrap {
    border-radius: 12px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    position: relative;
    transition: 0.3s;
    border: 2px solid transparent;
}

.insta {
    background: #e1306c;
}

.linked {
    background: #0072b1;
}

.twi {
    background: #14171a;
}

.yout {
    background: #ff0000;
}

.webs {
    background: #ad00ce;
}

.whatsapp {
    background: #25d366;
}

.fb {
    background: #4267b2;
}

.social-icon-content-wrap:hover {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    transition: 0.3s;
}

.social-icon-content-wrap:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
        hue-rotate(304deg) brightness(104%) contrast(102%);
    transition: 0.36s;
}

/************************ 3.Services css ***************************/
.services-sec {
    padding-top: 30px;
    padding-bottom: 30px;
    background: var(--28, #f7f4f0);
}

.services-icon img {
    height: 70px;
}

.heading-top h2 {
    color: var(--29, #271f1f);
    text-align: center;
    text-transform: capitalize;
}

.services-content {
    background: var(--1, var(--dynamic-background));
    padding: 20px 15px 15px 15px;
    text-align: center;
}

.services-details h4 {
    color: var(--29, #271f1f);
    text-align: left;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
        text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.services-details p {
    color: var(--14, #737373);
    text-align: left;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
        text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.services-bottom-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

/************************ 4.Product css ***************************/
.product-sec {
    padding-top: 30px;
    padding-bottom: 30px;
}

.product-price p,
.buy-now a {
    border-radius: 5px;
    background: var(--27, var(--thm-color));
    color: var(--1, #fff);
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
}

.product-sec .buy-now a {
    width: 100%;
    padding: 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buy-now {
    margin-top: 24px;
}

.product-price p {
    padding: 3px 8px;
    width: fit-content;
}

.product-bottom-wrap {
    display: flex !important;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 1px solid var(--10, #a6a6a6);
    background: var(--1, #fff);
    box-shadow: 5px 5px 10px 0px rgba(166, 166, 166, 0.2);
    padding: 10px;
}

.product-img img {
    border-radius: 6px;
    background: #f7f4f0;
}

.product-img-sec {
    position: relative;
}

.product-price {
    position: absolute;
    right: 5px;
    top: 5px;
}

#product-slider .carousel-control-prev-icon {
    background-image: url(../svg/left-slider-icon.svg) !important;
}

#product-slider .carousel-control-next-icon {
    background-image: url(../svg/right-slider-icon.svg) !important;
}

#product-slider .carousel-control-next-icon,
#product-slider .carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: unset !important;
    border-radius: 20px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%)
        hue-rotate(359deg) brightness(105%) contrast(101%);
}

#product-slider .carousel-control-next,
#product-slider .carousel-control-prev {
    top: unset;
    bottom: unset;
    z-index: 1;
    display: inline-flex;
    border: 0;
    opacity: 1;
    width: 40px;
    height: 40px;
    background: #271f1f;
    border-radius: 50%;
}

#product-slider .carousel-control-prev {
    left: -10px;
    top: 52px;
}

#product-slider .carousel-control-next {
    right: -10px;
    top: 52px;
}

.view-product a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--1, #fff);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 5px;
    background: var(--27, var(--thm-color));
    padding: 4px;
    width: fit-content;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
}

.view-product a:hover {
    border: 1px solid var(--thm-color);
    color: var(--thm-color);
    background: transparent;
    transition: all 0.3s ease-in-out;
}

/************************ 5.Gallery css ***************************/
.gallery-img img {
    border-radius: 12px;
    width: 100%;
        height: 250px;
    object-fit: cover;
    object-position: top;
}

.gallery-bottom-wrap .slick-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.gallery-bottom-wrap .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 5px;
    background: #a6a6a6;
    text-indent: -9999px;
}

.gallery-bottom-wrap .slick-dots li.slick-active button {
    background-color: #271f1f;
    width: 30px;
    height: 10px;
}

.choose-plan {
    background: var(--28, #f7f4f0);
    padding-top: 30px;
    padding-bottom: 30px;
}

/************************ 6.Achievement css ***************************/
.achievement-sec,
.client-sec {
    padding-top: 30px;
}

.achievement-content h3 {
    color: var(--27, var(--thm-color));
    text-align: center;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.social-icon-para
{
     text-align: justify;
}
.achievement-content h4 {
    color: var(--29, #271f1f);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.achievement-content p {
    color: var(--14, #737373);
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.achievement-content {
    text-align: center;
    background: var(--28, var(--dynamic-background));
    padding: 20px;
}

.achievement-content img {
        height: 225px !important;
    margin: 0 auto;
        width: 100% !important;
    object-fit: unset !important;
}

.slick-list {
    padding-left: 16px;
}

.slick-slide {
    padding-right: 16px;
}

.product-img img
{
        height: 120px;
}

/************************ 7.Client css ***************************/
.client-content p {
    color: var(--1, #fff);
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.client-img img {
    border-radius: 50%;
}

.client-content h4 {
    color: var(--1, #fff);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.client-content h5 {
    color: var(--10, #a6a6a6);
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 2px;
}

.client-content h4 {
    color: var(--1, #fff);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.client-bottom-wrap-content {
    padding-top: 20px;
}

.rating-sec {
    margin-top: 40px;
}

.client-img img {
    z-index: 99;
    position: relative;
}

.client-sec {
    padding-bottom: 30px;
}

.client-details {
    background: #271f1f;
    padding: 15px;
    text-align: center;
    margin-top: -40px;
    clip-path: polygon(100% 69%, 100% 90%, 48% 100%, 0 91%, 0 0, 100% 0);
}

.rating-sec {
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

/************************ 8.Plan css ***************************/
.plan-details p {
    color: var(--29, #271f1f);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.plan-details h2 {
    color: var(--29, #271f1f);
    text-align: center;
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
}

.plan-list {
    list-style-type: disc;
    padding-left: 20px;
}

.plan-list li {
    color: var(--29, #271f1f);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.plan-details {
    background: var(--1, #fff);
    padding: 20px;
    width: 100%;
}

/************************ 9.Appointment css ***************************/
.appointment-sec,
.blog-sec {
    padding-top: 30px;
}

.appointment-form {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.appointment-date {
    width: 50%;
}

.input-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px;
    column-gap: 12px;
    border-radius: 12px;
    border: 1px solid var(--10, #a6a6a6);
    background: var(--1, #fff);
    box-shadow: 5px 5px 10px 0px rgba(166, 166, 166, 0.2);
}

select:focus-visible {
    outline: 0;
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url(../svg/right-arrow.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 50%;
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url(../svg/right-arrow.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 50%;
    transform: rotate(180deg);
}

.ui-datepicker-header a > span {
    display: none;
}

#ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #78909c;
}

.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}

div#ui-datepicker-div {
    z-index: 500 !important;
}

.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: all 0.3s ease-in-out;
    color: #546e7a;
    font-size: 0.875rem;
    text-decoration: none;
}

.ui-datepicker-calendar tbody td a:hover {
    background: rgb(247 63 3 / 8%);
}

.ui-datepicker-calendar tbody td a.ui-state-active {
    background: var(--11, var(--thm-color));
    color: white;
}

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: all 0.3s ease-in-out;
}

.ui-datepicker-title {
    text-align: center;
    line-height: 32px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins;
}

.info-person {
    color: var(--29, #271f1f);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
    width: 100%;
}

.input-wrapper input,
.input-wrapper textarea,
.input-wrapper-form input,
.input-wrapper-form textarea {
    color: var(--10, #a6a6a6);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/************************ 10.Blog css ***************************/
.blog-details p {
    color: var(--10, #a6a6a6);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.blog-details h3 {
    color: var(--1, #fff);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.blog-details {
    background: var(--29, #271f1f);
    padding: 15px 20px 20px 20px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.blog-sec {
    padding-bottom: 30px;
}

/************************ 11.Inquiry css ***************************/
.inquiry-sec {
    padding-top: 30px;
    padding-bottom: 30px;
}

.input-wrapper-form {
    border-radius: 12px;
    border: 1px solid var(--10, #a6a6a6);
    background: var(--1, #fff);
    box-shadow: 5px 5px 10px 0px rgba(166, 166, 166, 0.2);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
}

.input-wrapper-form input::placeholder {
    color: var(--10, #a6a6a6);
}

.inquiry-sec {
    background: rgb(247 63 3 / 8%);
}

/************************ 12.Contact css ***************************/
.contact-details {
    display: flex;
    gap: 12px;
    border-radius: 12px;
    background: var(--dynamic-background);
    padding: 12px;
}

.contact-icon {
    border-radius: 6px;
    background: var(--thm-color);
    padding: 10px;
    width: 44px;
    height: 44px;
}

.contact-content h4 {
    color: var(--27, var(--thm-color));
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
}

.contact-content p {
    color: var(--29, #271f1f);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    transition: all 0.3s ease-in-out;
}

/* .contact-content p:hover {
    text-decoration: underline;
    color: var(--thm-color) !important;
    transition: all 0.3s ease-in-out;
} */

.contact-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.days-txt {
    color: var(--29, #271f1f);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.contact-list .time-txt {
    color: var(--29, #271f1f);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    width: 55%;
}

.contact-content {
    width: 90%;
}

.contact-sec {
    padding-top: 30px;
    padding-bottom: 30px;
}

/************************ 13.Map css ***************************/
.map-img iframe {
    width: 100%;
    height: 250px;
    border-radius: 12px;
}

/************************ 14.Bottom sec css ***************************/
.add-to-btn {
    margin-left: auto;
}

.add-to-contact {
    position: fixed;
    width: 100%;
    bottom: 0;
    max-width: 425px;
    left: 0;
    right: 0;
    padding-bottom: 20px;
    z-index: 99;
}

.add-to-contact-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.scan-btn {
    width: 60px;
    height: 60px;
    background: var(--27, var(--thm-color));
    /* filter: drop-shadow(0px 4px 8px rgba(247, 63, 3, 0.32)); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-to-btn-sec {
    display: flex;
    align-items: center;
    border-radius: 30px;
    background: var(--2, #000);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.32);
    padding: 6px 6px 6px 30px;
    justify-content: end;
    width: fit-content;
    gap: 8px;
}

.plus-btn {
    border-radius: 24px;
    background: var(--1, #fff);
    padding: 12px;
}

.add-txt {
    color: var(--1, #fff);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.footer p {
    color: var(--2, #000);
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/************************ 15.Scanner modal popup css ***************************/
#product-modal,
#share-media-modal,
#portfolio-modal,
#blog-modal {
    background: linear-gradient(
        180deg,
        rgb(18 21 28 / 66%) 0%,
        rgb(18 21 28 / 72%) 100%
    );
    backdrop-filter: blur(4px);
}

#product-modal .modal-content,
#share-media-modal .modal-content {
    border-radius: 24px;
}

.scan-content {
    text-align: center;
    border: 2px solid var(--thm-color);
    height: auto;
    width: 250px;
    margin: 0 auto;
    padding: 12px;
    border-radius: 8px;
}

.scanner img {
    width: 100%;
    height: auto;
}

.scan-txt {
    padding: 14px;
    background: var(--thm-color);
    border-radius: 8px;
}

.scan-txt p {
    color: var(--2, #fff);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.btn1 a {
    color: var(--1, #fff);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 8px;
    background: #000000;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.qr-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.btn1 {
    width: 140px;
}

.modal-title {
    color: var(--2, #000);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

/************************ 16.Share modal popup css ***************************/
.social-media-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}

.social-media-img {
    width: 60px;
    height: 60px;
    background: transparent;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.social-media-img:hover {
    background: var(--thm-color);
    transition: all 0.3s ease-in-out;
}

.social-media-img img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(99%) saturate(3%)
        hue-rotate(13deg) brightness(99%) contrast(100%);
    width: 30px;
    height: 30px;
}

.social-media-img:hover.social-media-img img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7%)
        hue-rotate(323deg) brightness(104%) contrast(102%);
    transition: all 0.3s ease-in-out;
}

.btn-close {
    opacity: 1;
}

.btn-close:focus {
    box-shadow: none;
}

/************************ 17.Single product css ***************************/
.product-content-main {
    background: white;
    height: 100%;
    width: 100%;
    overflow: auto;
    padding-bottom: 20px;
}

#product-main .product-sec-wrap,
#blog-main .product-sec-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
}

.product-title {
    color: var(--2, #000);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.project-details h2 {
    color: var(--2, #000);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
}

.project-details p {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: var(--14, #737373);
    text-align: center;
}

.buy-now a {
    color: var(--1, #fff);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 5px;
    background: var(--15, var(--thm-color));
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

#product-main .buy-now a {
    width: 100%;
}

#product-main .product-price {
    right: 12px;
    top: 12px;
}

.feedback-email input,
.custom-textarea-product,
.custom-select-subject select {
    border-radius: 12px;
    border: 1px solid var(--10, #a6a6a6) !important;
    box-shadow: 5px 5px 10px 0px rgba(166, 166, 166, 0.2);
    padding: 14px;
    width: 100%;
    color: var(--14, #737373);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 5px;
}

.custom-lbl-feedback {
    color: var(--2, #000);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.product-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: end;
}

.discard-btn a {
    background: #737373;
    color: white;
}

#product-modal .product-price {
    position: relative;
}

#product-modal .product-price p {
    padding: 8px 25px;
    width: fit-content;
    margin: 0 auto;
}

.project-details1 h2 {
    color: var(--2, #000);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.project-details1 p {
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: var(--14, #737373);
}

.blog-list li {
    color: var(--29, #271f1f);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-top: 10px;
}

.saloon-txt {
    color: var(--2, #000);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
}

/************************ 18.Preloader css ***************************/
.preloder {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    background: white;
    z-index: 999;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(circle, #333, #000) no-repeat;
}

.design {
    width: 200px;
    height: 200px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
}

.square {
    width: 100px;
    height: 100px;
}

.design8 {
    grid-gap: 10px;
    overflow: hidden;
    padding: 50px;
}

.design8 .square {
    width: 50px;
    height: 50px;
    background-color: var(--thm-color);
    position: relative;
}

.design8 .square:nth-child(1),
.design8 .square:nth-child(4) {
    animation: animation81 cubic-bezier(1, 0, 0, 1) 1s infinite alternate;
}

.design8 .square:nth-child(3),
.design8 .square:nth-child(2) {
    animation: animation82 cubic-bezier(1, 0, 0, 1) 1s 1s infinite alternate;
}

@keyframes animation81 {
    0% {
        transform: translateY(0) rotateX(0deg);
    }

    100% {
        transform: scale(0.5) rotateX(-40deg);
        background-color: black;
    }
}

@keyframes animation82 {
    0% {
        transform: translateY(0) rotateX(0deg);
    }

    100% {
        transform: scale(0.5) rotateX(40deg);
        background-color: white;
    }
}

.bg {
    animation: slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(
        -60deg,
        var(--thm-color) 1a 50%,
        #f2f3f5 50%
    );
    bottom: 0;
    left: -50%;
    opacity: 0.5;
    position: fixed;
    right: -50%;
    top: 0;
    z-index: -1;
}

.bg2 {
    animation-direction: alternate-reverse;
    animation-duration: 4s;
}

.bg3 {
    animation-duration: 5s;
}

@keyframes slide {
    0% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(25%);
    }
}
