/* @font-face {
  src: url('font/Fonts/Coldiac.ttf');
   font-family: 'Coldiac';
} */

body {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.color {
    color: #70696a !important;

}

.main-menu {
    height: 100px;
}

.main-menu .brand-logo {
    display: inline-block;
    padding-block: 0px;
}

.main-menu .brand-logo img {
    height: 60px;
}

.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: #ffffff !important;
    font-weight: 400 !important;

}


header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;


}

.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: #70696a;

}

.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 #70696a;
    background-image: linear-gradient(30deg, #70696a 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: #70696a;
    background-color: #fff;
    border-color: #70696a;
}

.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;
}

.tes {
    opacity: 1 !important;
}

.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;
}

@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 (max-width: 768px) {
    .cts {
        background: #70696a;
        display: none;
    }
    .font-50 {
        font-size: 19px;
        color: #ffffff !important;
    }
    .white {
        color: #ffffff;
        font-size: 16px !important;
    }
    .basic-product.theme-product-1 {
        margin-bottom: 15px;
    }    
    .home-slider .home {
        background-size: contain !important;
    }
    .border-section {
        border-top: unset;
        border-bottom: unset;
    }
    .service-block .media {
        display: block;
        text-align: center;
        padding-top: 0;
        padding-bottom: 0;
        border: 1px solid;
        padding: 10px;
        border-radius: 5px;
    }
    .slick-default-margin .slick-list {
        margin-left: 0;
        margin-right: 0;
    }
    .footer-title .according-menu {
        font: normal normal normal 14px / 1 FontAwesome;
        display: none;
    }
    .footer-content {
        text-align: left;
        display: block !important;
    }
    .darken-layout .footer-title, .dark-layout .footer-title {
        border-bottom: unset;
    }
    body {
        height: 100vh;
    }
    button.prev-btn.text-dark.px-3.py-2.slick-arrow {
        right: 34px;
        position: relative;
    }
    button.next-btn.text-dark.px-3.py-2.slick-arrow {
        left: 23px;
        position: relative;
    }
    .slick-slide:empty,
.slick-slide > div:empty, .slick-slide > div strong:empty {
    display: none !important;
}

}
