body {
    font-family: 'Airbnb Cereal VF', 'Circular', -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif !important;
}

.color {
    color: #c54346 !important;

}
.top-header{
    background: rgb(171,65,66);
background: linear-gradient(90deg, rgb(247 26 16) 0%, rgb(247 26 16) 100%);
}
.main-menu {
    height: 100px;
}

.main-menu .brand-logo {
    display: inline-block;
    padding-block: 0px;
}

.main-menu .brand-logo img {
    height: 60px;
}

.pixelstrap a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: -10px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font-weight: bold;
    font-stretch: normal;
    font-size: 16px;
    text-align: center;
    text-shadow: none;
    border-radius: 4px;
}

.ctc {
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320))) !important;
    line-height: calc(20px + (27 - 20) * ((100vw - 320px) / (1920 - 320))) !important;
    padding: 9px 20px !important;
    color: #ffffff !important;
    background-color: #ff4c3b;
    border-radius: 6px !important;
    display: inline-block !important;
    /* margin-top: 30px!important; */

}

.ctcs {
    color: #000000 !important;
    font-weight: 400 !important;

}


header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
	background-color: #000;


}

.sm {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #dddddd;
    border-radius: 40px;
    background: #ffffff;
}

.pixelstrap a,
.pixelstrap a:hover,
.pixelstrap a:active {
    padding-right: 14px;
    padding-left: 14px;
    color: #222222;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.375rem;
    text-decoration: none;
    text-transform: capitalize;
    padding-top: 0px;
    padding-bottom: 0px;
    letter-spacing: 0.07em;
    border-right: 1px solid #dddddd;
}


.pixelstrap li:last-child a {
    border-right: none;
}

.p-800 {
    padding: .800rem !important;
}

.ml-20 {
    margin-left: 20px;
}

.cts {
    background: rgb(171, 65, 66);
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%);

}

.font-50 {
    font-size: 50px;
    color: #ffffff !important;
}

.white {
    color: #ffffff;
}

.bag {
    background: #0000005c !important;

}

.btn-solid {
    padding: 13px 29px;
    color: #fff;
    letter-spacing: 0.05em;
    font-size: calc(14px +(16 - 14)*((100vw - 320px) /(1920 - 320)));
    border: 3px solid #c54346;
    background-image: linear-gradient(30deg, #c54346 50%, transparent 50%);
    background-size: 850px;
    background-repeat: no-repeat;
    background-position: 0;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.btn-solid:hover {
    background-position: 100%;
    color: #c54346;
    background-color: #fff;
    border-color: #c54346;
}

.title3 .line {
    position: relative;
    height: 5px;
    width: 45px;
    background-color: var(--theme-color);
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    margin-bottom: 32px;
}

.about-text p {
    font-size: 14px;
    /* color: #222222; */
}

.about-center {
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.portfolio-section.metro-section .product-box:hover .product-detail {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* bottom: 15px; */
}

.portfolio-section.metro-section .product-box .product-detail {
    opacity: 0;
    position: absolute;
    background-color: #0000005c;
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    bottom: 0px;
    text-align: center;
    /* max-height: -webkit-fill-available; */
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.portfolio-section.metro-section .product-box .product-detail h4 {
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5rem;
    margin-bottom: 10px;
}

.portfolio-section.metro-section .product-box .product-detail h6 {
    color: #ffffff;
    padding-top: 0;
    margin-top: -2px;
    font-weight: 500;
    margin-bottom: 4px;
}

.w-100 {
    width: 100%;
}

.blog-details p {
    color: #222;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-top: 10px;
    margin-bottom: -5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: none;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.top-10{
    padding: 10px 6px !important;
}
.top-header .header-dropdown li i {
    padding-right: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.floating_btn {
    position: fixed;
    bottom: 70px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsings 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsings 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsings 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsings 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}
.floating_btns {
    position: fixed;
    bottom: 150px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsings {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icons {
    background-color: #db4242;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #db4242;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

.tap-top.top-cls {
    bottom: 40px;
}
.product-page-details .description-text {
    color: #7d7d7d;
    line-height: 1.5;
    font-size: calc(14px +(16 - 14)*((100vw - 320px) /(1920 - 320)));
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
    margin-top: 12px;
}
.home-slider .home, .center-slider .home {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
    height: 75vh;
}
.contact-page .contact-right ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: calc(17px +(23 - 17)*((100vw - 320px) /(1920 - 320)));
    margin-top: calc(20px +(28 - 20)*((100vw - 320px) /(1920 - 320)));
}
@media (max-width: 1367px) {
    .service-block p {
        font-size: 11px;
        margin-bottom: 5px;
        color: gray;
        line-height: 1rem;
    }

    .service-block p:hover {
        font-size: 11px;
        margin-bottom: 5px;
        color: rgb(0, 0, 0);
        line-height: 1rem;
    }

    .blog-details h4 {
        margin-top: 10px;
        font-size: 20px !important;
    }
}

@media (min-width: 1200px) {
    .pixelstrap .ul-head {
        border: none;
        padding: 15px 0px 15px 0px;
        background: #fff;
        margin-top: 10px !important;
    }

    .pixelstrap .sm-nowrap>li>a,
    .pixelstrap .sm-nowrap>li>:not(ul) a {
        white-space: break-spaces;
        text-overflow: unset;
        overflow: hidden;
    }

    .pixelstrap ul a,
    .pixelstrap ul a:hover,
    .pixelstrap ul a:focus,
    .pixelstrap ul a:active,
    .pixelstrap ul a.highlighted {
        border: 0 !important;
        background: rgba(0, 0, 0, 0);
        color: #222;
        border-radius: 0 !important;
        font-size: 12px;
        font-weight: 400;
        text-transform: capitalize;
        padding: 5px 30px;
    }
}

.title1 .title-inner1:after {
    position: absolute;
    height: 5px;
    width: 70px;
    background-color: transparent;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.title-inner1 {

    border-bottom: 2px solid #24437d;
}

.basic-product .product-action .read {
    width: 100%;
    font-size: 14px;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    padding: 8px 14px;
    color: #ffffff;
    background: #000000;
    /* background: linear-gradient(90deg, rgba(171, 65, 66, 1) 0%, rgba(97, 137, 176, 1) 100%);
    -webkit-transition: all 0.3s ease-in-out; */
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    letter-spacing: 0.01em;
    justify-content: center;
}

.faq-section .theme-accordion .accordion-item .accordion-header .accordion-button {
    color: #ffffff;
    font-weight: 600;
    background: rgb(171, 65, 66);
    background: linear-gradient(90deg, rgba(171, 65, 66, 1) 0%, rgba(97, 137, 176, 1) 100%);
    transition: 3s;
}
.faq-section .theme-accordion .accordion-item .accordion-header .accordion-button:hover {
    color: #ffffff;
    background: linear-gradient(90deg, rgba(171, 65, 66, 1) 0%, rgba(97, 137, 176, 1) 100%);
}
.faq-section .theme-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #ffffff;
    background: rgb(171,65,66);
background: linear-gradient(270deg, rgba(171,65,66,1) 0%, rgba(97,137,176,1) 100%);
}
.darken-layout {
    background-color: #6189b0;
    background: linear-gradient(90deg, #000000 0%, rgb(0 0 0) 100%);
}
.sub-footer.dark-subfooter {
    background-color: #345778;
    background: #161515;
    border-top: 1px solid white;
}
.sub-footer.dark-subfooter p {
    color: #ffffff;
}
.color-black{
    color: #ffffff;

}
.footer-content iframe {
    max-height: 91px;
    max-width: 187px;

}
@media (max-width : 600px){
    body{
        height: 100vh;
    }
    .rtl-text{
        margin-bottom: 20px;
    }
    .cts {
        background: rgb(171, 65, 66);
        background: linear-gradient(90deg, rgba(171, 65, 66, 1) 0%, rgba(97, 137, 176, 1) 100%);
        display: none;
    }
    .home-slider .home, .center-slider .home {
        background-size: contain !important;
        background-repeat: no-repeat;
        background-position: center;
        height: 21vh;
    }
    .mobile-fix-option {
        position: fixed;
        bottom: 0;
        left: 0;
        height: 60px;
        background-color: #fff;
        width: 100vw;
        z-index: 8;
        -webkit-box-shadow: 0 2px 5px 0 #a8a8a8;
        box-shadow: 0 2px 5px 0 #a8a8a8;
        display: none;
    }
    .top-header .header-dropdown li:first-child {
        font-size: 0;
        display: none;
    }
    .top-header .header-dropdown .mobile-account, .top-header .header-dropdown .mobile-wishlist {
        position: fixed;
        bottom: 16px;
        right: 32%;
        font-size: 0;
        padding: 0;
        display: none;
        z-index: 9;
    }
    .basic-product.theme-product-7 .product-action {
        display: block !important; 
    }
}