:root {
    --primary_color: #e3442c;
}
* {
    list-style: none;
}

.header_bg {
    background: var(--primary_color);
}
.header_bg a {
    text-decoration: none;
    color: #ffffffed !important;
    font-weight: 500;
}
.header_bg span {
    color: white !important;
}
.header_bg a:hover {
    color: white !important;
}
.socail_media i {
    color: #ffffffed;
    transition: 0.2s;
}
.socail_media i:hover {
    color: white;
    transition: 0.2s;
}

.size ul {
    padding-left: 0px !important;
    margin-left: 0px !important;
}
.size ul li {
    border: none;
    font-weight: 400;
    display: inline-block;
    list-style: none;
    border: 1px solid black;
    padding: 7px;
    border-radius: 5px;
    font-size: 12px;

    margin-left: 10px;
    cursor: pointer;
}
.size p {
    margin-bottom: 7px;
    margin-left: 10px;
}
.thinkness ul {
    padding-left: 0px !important;
    margin-left: 0px !important;
}
.thinkness ul li {
    border: none;
    font-weight: 400;
    display: inline-block;
    list-style: none;
    border: 1px solid black;
    padding: 7px;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 12px;

    cursor: pointer;
}
.thinkness p {
    margin-bottom: 7px;
    margin-left: 10px;
}
.add_cart {
    margin-top: 20px;
    width: 100%;
    color: white;
    background: black;
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: none;
    border-radius: 8px;
    padding: 10px;
    transition: all 0.3s ease;
}

/* About Us Section */
.about-us {
    background-color: #f8f9fa;
    padding-top: 80px;
    padding-bottom: 80px;
}

.about-us .display-4 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #007bff;
}

.about-us .lead {
    text-align: justify !important;
    font-size: 1.2rem;
    font-weight: 300;
    color: #6c757d;
}

.about-us .text-dark {
    color: #343a40;
    line-height: 1.6;
}

.about-us img {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.about-us .row {
    margin-bottom: 40px;
}

.about-us .order-lg-2 {
    order: 2 !important;
}

.about-us .mb-5 {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .about-us {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about-us .display-4 {
        font-size: 2.5rem;
    }

    .about-us .lead {
        font-size: 1.1rem;
    }
}
/* slider css start here */
.banner__slider {
    margin-top: -44px;
}
.banner__slider .slide {
    position: relative;
}
.banner__slider .slide .slide__img {
    max-width: 100%;
    width: 100%;
    height: 600px;
    overflow: hidden;
}
/* @media (min-width: 992px) {
    .slide .slide__img {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
    }
  } */
.banner__slider .slide .slide__img img {
    width: 100%;
    height: 600px;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
}

.banner__slider .slide .slide__img {
    position: relative;
}
.product_message p {
    line-height: 28px;
    text-align: justify;
    margin-top: 16px;
}

.banner__slider .slide .slide__img img {
    width: 100%;
    height: 600px;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
}

.banner__slider .slide .slide__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(
        0,
        0,
        0,
        0.5
    ); /* Adjust the opacity (0.5) for the darkness */
    z-index: 1; /* Make sure the overlay is on top of the image */
}

.banner__slider .slide .slide__img img {
    position: relative;
    z-index: 0; /* Ensure the image is underneath the overlay */
}

.banner__slider .slide .slide__content {
    z-index: 99;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner__slider .slide .slide__content.slide__content__left {
    left: 15%;
    transform: translate(-15%, -50%);
}
.banner__slider .slide .slide__content.slide__content__right {
    right: 15%;
    left: auto;
    transform: translate(5%, -50%);
}
.banner__slider .slide .slide__content--headings {
    color: #fff;
}
.banner__slider .slide .slide__content--headings h2 {
    position: relative;
    z-index: 99;
    font-size: 4.5rem;
    margin: 10px 0;
}
.banner__slider .slide .slide__content--headings .animated {
    transition: all 0.5s ease;
}
.banner__slider .slide .slide__content--headings .top-title {
    /* font-family: "Playball", cursive; */
    text-transform: capitalize;
    font-size: 2.5rem;
}
.banner__slider .slide .slide__content--headings .title {
    position: relative;
    z-index: 999;
    font-size: 3.5rem;
    color: white;
}
.banner__slider .slide .slide__content--headings .button-custom {
    text-decoration: none;
    color: #333;
    padding: 1.2rem 2.5rem;
    font-size: 1.5rem;
}

.banner__slider .slider [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}

.banner__slider .slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
}
.simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
}
.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
    opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
}
.stick-dots .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 0.25;
    width: 50px;
    height: 3px;
    padding: 0;
}
.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
    opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }
    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}
@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }
    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}
.zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}
.zoomOutImage {
    -webkit-animation-name: zoomOutImage;
    animation-name: zoomOutImage;
}

.slick-nav {
    /* background: #e3442c; */
    --active: #fff;
    --border: rgba(255, 255, 255, 0.12);
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 44px);
}
.slick-nav.prev-arrow {
    /* background: #e3442c; */
    left: 3%;
    transform: scaleX(-1);
    z-index: 999;
}
.slick-nav.next-arrow {
    left: auto;
    right: 3%;
}
.slick-nav i {
    z-index: 99;
    display: block;
    position: absolute;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
}
.slick-nav i:before,
.slick-nav i:after {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--active);
    margin: -1px 0 0 -5px;
    display: block;
    transform-origin: 9px 50%;
}
.slick-nav i:before {
    transform: rotate(-40deg);
}
.slick-nav i:after {
    transform: rotate(40deg);
}
.slick-nav:before,
.slick-nav:after {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    background: #e3442c;
    border-radius: 50%;
    border: 2px solid var(--border);
}
.slick-nav svg {
    width: 44px;
    height: 44px;
    display: block;
    position: relative;
    z-index: 1;
    color: var(--active);
    stroke-width: 2px;
    stroke-dashoffset: 126;
    stroke-dasharray: 126 126 0;
    transform: rotate(0deg);
}
.slick-nav.animate svg {
    -webkit-animation: stroke 1s ease forwards 0.3s;
    animation: stroke 1s ease forwards 0.3s;
}
.slick-nav.animate i {
    -webkit-animation: arrow 1.6s ease forwards;
    animation: arrow 1.6s ease forwards;
}
.slick-nav.animate i:before {
    -webkit-animation: arrowUp 1.6s ease forwards;
    animation: arrowUp 1.6s ease forwards;
}
.slick-nav.animate i:after {
    -webkit-animation: arrowDown 1.6s ease forwards;
    animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }
    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }
    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}

@keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }
    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }
    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}
@-webkit-keyframes arrow {
    0%,
    100% {
        transform: translateX(0);
        opacity: 1;
    }
    23% {
        transform: translateX(17px);
        opacity: 1;
    }
    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0;
    }
    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}
@keyframes arrow {
    0%,
    100% {
        transform: translateX(0);
        opacity: 1;
    }
    23% {
        transform: translateX(17px);
        opacity: 1;
    }
    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0;
    }
    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}
@-webkit-keyframes arrowUp {
    0%,
    100% {
        transform: rotate(-40deg) scaleX(1);
    }
    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}
@keyframes arrowUp {
    0%,
    100% {
        transform: rotate(-40deg) scaleX(1);
    }
    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}
@-webkit-keyframes arrowDown {
    0%,
    100% {
        transform: rotate(40deg) scaleX(1);
    }
    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}
@keyframes arrowDown {
    0%,
    100% {
        transform: rotate(40deg) scaleX(1);
    }
    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}
/* slider css end here */

/* category css start here */
.category h2 {
    text-align: center;
    font-weight: 600;
    padding: 15px 0px;
    color: #443c3c;
    font-family: auto;
}
.category_framce {
    cursor: pointer;
}
.category_framce_img img {
    border-radius: 5px;
    width: 100%;
    height: 250px;
}
.category_framce_hainding {
    color: black;
    font-weight: 600;
    margin-top: 9px;
    font-size: 18px;
    text-align: center;
}
.slider_product .slide .slide__img {
    height: 250px;
    width: 90%;
    border-radius: 8px;
}
.slider_product .slide .slide__img img {
    height: 250px;
    width: 100%;
    border-radius: 8px;
}
.product_farmce {
    margin-top: 20px;
}
.product_farmce h2 {
    font-size: 45px;
    text-align: center;
    font-family: auto;
    font-weight: 600;
    padding: 20px 0px;
    color: #443c3c;
}
.product_content span {
    color: black;
    font-weight: 600;
}
.product_content p {
    margin-bottom: 3px;
}
.product_farmce a {
    font-size: 12px;
}
.slider_product .slide {
    cursor: pointer;
}
.slide .product_content {
    margin-top: 10px;
}
.slider_product .slide button {
    border: none;
    margin-top: 10px;
    padding: 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.social-media-icons {
    display: flex;
}
.icon_bg {
    background: white;
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 30px;
    margin-left: 10px;
    width: 30px;
    display: grid;
    place-items: center;
}
.contact-details span {
    margin-left: 14px;
}
.quick a {
    text-decoration: none;
}
.frame_color {
    text-align: center;
    padding-top: 15px;
}
.icon_bg i {
    margin-top: 5px;
}
.product_farmce .slick-nav.prev-arrow {
    top: 35%;
}
.product_farmce .slick-nav.next-arrow {
    top: 35%;
}
.slick-slide {
    height: unset !important;
}
#sendMessageButton {
    width: 100%;
}
.form-group label {
    font-weight: 600;
}
.card_table th {
    background-color: black;
    color: white;
}
.contact-form {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px 24px;
    border: 1px solid #edebeb;
}
.forget_password {
    margin-top: 10px;
}
.contact-form h3 {
    font-size: 38px;
    text-align: center;
    font-weight: 600;
}
.control-group {
    padding: 5px 0px;
}
.is-valid {
    border-color: #28a745;
}
.is-invalid {
    border-color: #dc3545;
}
.invalid-feedback {
    display: block;
    color: #dc3545;
}
.contact_us p {
    text-align: justify;
}
.refund_policy ul li {
    margin-top: 8px;
    text-align: justify;
    font-size: 16px;
    list-style: none;
    line-height: 28px;
}
.refund_policy ul li i {
    color: #e3442c;
    font-size: 10px;
}
.refund_policy ul h4 {
    padding-top: 15px;
    font-weight: 700;
    color: #1c1c1c;
}
.customize_frame_img img {
    border-radius: 10px;
    width: 100%;
    height: 300px;
}
.customize_frame_button button {
    font-size: 13px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: none;
    border-radius: 8px;
    padding: 10px;
    transition: all 0.3s ease; /* Smooth transition for all properties */
}

.customize_frame_button button:hover {
    background-color: #4caf50; /* Light green color, change to your preferred color */
    color: white; /* Text color changes to white */
    box-shadow: rgba(0, 0, 0, 0.4) 0px 6px 15px; /* Darker shadow for depth */
    transform: scale(1.05); /* Slightly increase size for emphasis */
}

.customize_frame_haiding h2 {
    font-size: 20px;
    margin-top: 15px;
}
.customize_frame_price p {
    font-weight: 700;
}
.photo_content_footer {
    text-align: justify;
    /* margin-top: 60px; */
    margin: 10px;
}
.photo_content_footer ul {
    padding-left: 0px;
}
.photo_content_footer ul li {
    margin: 18px 0px;
}
.edit_price {
    display: grid;
    place-items: center;
}
.frame_button li {
    font-weight: 400;
    display: inline-block;
    list-style: none;
    border: 1px solid black;
    padding: 7px 12px;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 12px;
    cursor: pointer;
}
.frame_button ul {
    padding-left: 0;
}
.frame_button {
    margin-top: 10px;
}
@media screen and (max-width: 768px) {
    .banner__slider.slide .slide__content--headings .top-title {
        font-size: 1.5rem;
    }
    .banner__slider.slide .slide__content--headings .title {
        display: none;
    }
    .banner__slider.slide .slide__img {
        height: 350px;
    }
    .category h2 {
        padding: 10px 0px;
    }
    .product_farmce {
        margin-top: 0px;
    }
    .slider_product .slide .slide__img {
        width: 96%;
    }
    .edit_price {
        display: contents;
    }
}

.single-line {
    white-space: nowrap;
}
