@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Karla:ital,wght@0,200..800;1,200..800&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body , html
{
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.error-page 
{
    overflow: hidden;
}

.theme-red
{
    color: #9F2929 !important;
}

.theme-bg-red
{
    background: #9F2929;
}

.container-fluid 
{
    padding: 0 30px;
}

input:focus
{
    box-shadow: none !important;
}

section .subtitle
{
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 28px;
}

.navbar-toggler-icon
{
    color: #9F2929 !important;
    background-image: none;
}

.top-header
{
    background: #552912;
    height: 32px;
    position: relative;
}

header 
{
    position: relative;
    z-index: 100;
}

header nav 
{
    background: #83272973;
    padding: 5px 0 !important;
    z-index: 10;
}

.home-page header nav
{
    background: #FFFFFF57;
}

.navbar form .input-group 
{
    border: 2px solid #9F2929;
    border-radius: 12px;
}

.navbar form .input-group input
{
    border-radius: 12px;
    background: #FFFFFF57;
    border: 0;
}

.navbar form .input-group .btn
{
    border-radius: 12px;
    background: #F4F5F7;
}

.navbar .action-btns i
{
    color: #EAD586;
    font-size: 24px;
    cursor: pointer;
}

.navbar .action-btns i:hover
{
    color: #9F2929;
}

.modal h1 
{
    font-family: "Nunito Sans", sans-serif;
    font-size: 40px;
    font-weight: 800;
}

.modal .modal-body p 
{
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #222222B2;
    line-height: 28px;
}

.modal .modal-body input 
{
    height: 50px;
    border: 1px solid #A1A1AA;
    background: #FAFAFA;
    padding: 15px 20px;
    border-radius: 12px;
    width: 100%;
}

.modal-content .btn-close
{
    position: absolute;
    top: -10px;
    right: -20px;
    /* padding: 0 8px; */
    transition: all 0.23s ease 0.1s;
    box-shadow: 0 0.125rem 0.25rem rgba(165, 163, 174, 0.3);
    z-index: 10;
    opacity: 1;
    width: 22px;
    height: 22px;
}

.modal-content .btn-close:hover {
    transform: translate(-6px, 6px);
}

.modal-content .btn-close i {
    font-size: 22px;
}

/* home page css start */
.hero-sec 
{
    background-image: url('/assets/image/image.jpg');
    background-repeat: no-repeat;
    /* background-size: 100% 1000px; */
    background-size: cover;
    height: calc(100vh - 12px);
    width: 100%;
    margin-top: -120px;
}

.hero-sec::after
{
    background: #55291280;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.navbar .nav-link
{
    color: #F4F5F7;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show
{
    color: #9F2929;
}

.hero-sec h1 
{
    font-family: "Cormorant Garamond", serif;
    font-size: 80px;
    font-style: italic;
    font-weight: 600;
}

.hero-sec p 
{
    font-family: "Karla", sans-serif;
    text-shadow: 4px 4px 4px #00000040;
    font-size: 25px;
    font-weight: 300;
}

.hero-sec button
{
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
}

.hero-sec button:hover
{
    background: white !important;
    color: black !important;
}

.category-sec h1 
{
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-size: 80px;
    color: #4D1F08;
}

.yellow-ele1 , .yellow-ele2 , .purple-ele1 , .purple-ele2 , .green-ele1 , .green-ele2
{
    width: 500px;
    height: 500px;
    background: #F4D406;
    border-radius: 50%;
    filter: blur(240px);
    position: absolute;
}

.purple-ele1 , .purple-ele2
{
    background: #9F2929;
}

.green-ele1 , .green-ele2
{
    background: #2B690F;
}

.yellow-ele1 , .purple-ele1 , .green-ele1
{
    top: -20%;
    left: -12%;
}

.yellow-ele2 , .purple-ele2 , .green-ele2
{
    bottom: -20%;
    right: -12%;
}

.modal button.theme-bg-red , .proceed-to-checkout , .place-order
{
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #F0FDF4;
    border: 2px solid #9F2929;
}

.modal button.theme-bg-red:hover ,.filter-panel .view-product-btn:hover , .proceed-to-checkout:hover , .place-order:hover , .place-order:hover i
{
    background: transparent;
    color: #9F2929 !important;
} 

.modal button.btn-close:hover
{
    background: #9F2929 !important;
}

.modal .bottom-text
{
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #333F51 !important;
    cursor: pointer;
}

.modal .bottom-text:hover
{
    font-weight: 600;
}

footer
{
    border-top: 11px solid#9F2929;
    border-bottom: 11px solid#9F2929;
    color: #000000;
    background: #FFF7E5;
}

footer p , footer a
{
    font-size: 15px;
    font-family: "Nunito Sans", sans-serif;
    color: #000000;
    text-decoration: none;
}

.footer-title 
{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
}

.footer-bottom p 
{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.footer-bottom input:focus-visible
{
    outline: none;
}

.footer-bottom button 
{
    background: #1C1C1C;
    color: white;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 15px;
    border-radius: 10px;
}

.category-wrap img , .product-wrap img
{
    border: 5px solid #EAD586;
    box-shadow: 0px 4px 4px 0px #D8D1CEBD;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
    height: 276px;
}

.product-wrap img
{
    height: 313px;
}

.category-wrap img:hover
{
    transform: scale(1.1);
}

.category-wrap p
{
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    font-family: "Cormorant Garamond", serif;
}

.category-wrap p:hover
{
    font-weight: 600;
}

.sec-heading 
{
    font-size: 40px;
    font-weight: 700;
    font-family: "Cormorant Garamond", serif;
    color: #9F2929;
}

.sec-heading-wrap img 
{
    width: 90%;
}

.view-more-btn 
{
    background: #f1d86d;
    box-shadow: 0px 4px 6.5px 0px #00000040;
    border-radius: 10px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #9F2929;
    position: relative;
    z-index: 3;
}

.view-more-btn:hover 
{
    background: #9F2929;
    color: #f4d406;
}

.view-more-btn-wrap::after , .view-more-btn-wrap::before
{
    position: absolute;
    content: "";
    border: 2px solid #2B690F;
    width: 25%;
    border-radius: 10px;
}

.view-more-btn-wrap::after
{
    top: 50%;
    right: 20%;
}

.view-more-btn-wrap::before
{
    top: 50%;
    left: 20%;
}

.add-wishlist
{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 36px !important;
    height: 36px !important;
}

.single-product .add-wishlist
{
    width: 28px !important;
    height: 28px !important;
}

.product-img-wrap
{
    transition:all 0.5s ease-in-out;
    box-shadow: unset;
}

.product-img-wrap .add-cart
{
    background: #EAD586;
    position: absolute;
    bottom: -100%;
    width: 100%;
    transition:all 0.3s ease-in-out;
    cursor: pointer;
}

.product-img-wrap:hover .add-cart
{
    bottom: 0;
}

.product-img-wrap:hover
{
    box-shadow: 0px 1px 11.5px 0px #0000008f
}

.product-img-wrap .add-cart h1 
{
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
}

.product-price 
{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.explore-btn , .explore-btn i.fa-chevron-right , .place-order i
{
    color: #4D4C4C;
    transition: all 0.3s ease-in-out;
}

.explore-btn:hover
{
    color: black;
}

.explore-btn:hover i.fa-chevron-right , .place-order:hover i
{
    transform: translateX(5px);
    color: black;
}

.about-title 
{
    font-family: "Cormorant Garamond", serif;   
    font-size: 66px;
    border-bottom: 2px solid #F4B41A;
    margin-bottom: 10px;
    width: max-content;
}

.about-wrap p
{
    color: #4D4C4C;
    font-size: 15px;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
}

/* product page css */

.product-banner 
{
    background-image: url('/assets/image/product-banner.jpg');
    background-repeat: no-repeat;
    height: 541px;
    background-size: cover;
    background-position: center;
    margin-top: 40px;
    position: relative;
    color: #222222;
}

.product-banner::after {
    background: linear-gradient(237.46deg, rgba(85, 41, 18, 0.5) 39.47%, rgba(187, 90, 40, 0.5) 53.79%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.product-banner h1 
{
    font-weight: 400;
    font-size: 33px;
    border-bottom: 1px solid #222222;
    padding-bottom: 4px;
    width: max-content;
}

.product-banner p
{
    color: #000000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 13px;
}

.products-top-header span , .products-top-header select , .review-sorting span, .review-sorting select
{
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    text-wrap-mode: nowrap;
}

.products-top-header button:active , .products-top-header select:focus-visible , .products-top-header select:focus , .review-sorting select:focus , .cart-product-detail select:focus
{
    border: none !important;
    outline: none !important;
    box-shadow: unset !important;
}

.products-top-header select , .review-sorting select , .cart-product-detail select
{
    background-image: url('/assets/image/down-arrow.png');
}

.products-top-header select option , .review-sorting select option
{
    background: #F3E9EA;
    font-size: 16px;
}

.products-top-header select option:hover , .review-sorting select option:hover
{
    background: #832729;
}

.products-inner-wrap .single-product
{
    font-family: "Nunito Sans", sans-serif;
}

.products-inner-wrap .single-product a 
{
    font-size: 15px;
    font-weight: 400;
}

.products-inner-wrap .single-product h5 , .accordion-button
{
    font-weight: 700;
    font-size: 20px;
}

.products-inner-wrap .single-product span 
{
    font-weight: 600;
    font-size: 15px;
}

.single-product .product-img 
{
    height: 300px;
}

.single-product .product-img:hover
{
    box-shadow: 0px 4px 4px 0px #D8D1CEBD;
}

.product-wrapper.list-view .single-product-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
}

.product-wrapper.list-view .single-product {
    display: flex;
    gap: 40px;
    align-items: center;
}

.product-wrapper.list-view .product-img {
    width: 350px !important;
    height: 350px;
    margin-bottom: 0 !important;
}

.product-wrapper.list-view .single-product > a,
.product-wrapper.list-view .single-product > div {
    flex: 1;
}

.grid-view.active img,
.list-view.active img {
    border: 2px solid #dc3545; /* example border for active */
    border-radius: 5px;
}

.grid-active-icon,
.list-active-icon , .list-view-detail{
    display: none;
}

.filter-btn-wrap {
    position: relative; /* needed for absolute positioning inside */
}

.filter-panel {
    position: absolute;
    top: 100%;
    left: 0;
    width: 400px;
    background: #F3E9EA;
    /* border: 0.1px solid #838383; */
    border-radius: 10px;
    box-shadow: 0px 1px 4px 1px #00000040;
    opacity: 0;
    max-height: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
    z-index: 5;
    pointer-events: none;
}

.filter-panel.show {
    opacity: 1;
    max-height: max-content;
    transform: translateY(0);
    pointer-events: auto;
}

.filter-panel::before {
    content: '';
    position: absolute;
    top: -9px;
    left: 20px;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #F3E9EA transparent;
}

.form-check-input 
{
    border: 1px solid #9F2929;
    border-radius: 4px;
    background-color: transparent;
    width: 20px;
    height: 20px;
}

.form-check-input:checked 
{
    border: 1px solid #9F2929;
}

.form-check-input:checked
{
    background-color: #9F2929;
}

.form-check-label
{
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    margin-left: 10px;
}

.accordion-button , .accordion-item
{
    background-color: unset;
    background: transparent;
    box-shadow: none;
    border-radius: 0 !important;
    border: none;
    color: #222222;
    font-family: "Nunito Sans", sans-serif;
}

.accordion-item
{
    border-bottom: 1px solid #9F2929
}

.accordion-button:focus
{
    box-shadow: unset;
}

.accordion-button:not(.collapsed)
{
    background: transparent;
    color: #9F2929 !important;
}

.accordion-item:first-child
{
    border-top: 1px solid #9F2929
}

.filter-panel .price-box {
    padding: 10px;
    position: relative;
}

.filter-panel .price-placeholder {
    font-weight: 500;
    font-size: 20px;
    color: #999;
    pointer-events: none;
    color: #4D4C4CCC;
}

.filter-panel .price-placeholder small {
    font-size: 12px;
}

.filter-panel .price-input {
    border: none;
    outline: none;
    font-weight: 600;
    font-size: 20px;
    background: transparent;
    padding: 0;
}

.filter-panel .view-product-btn , .list-view-detail .review span
{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #F3E9EA;
    border-radius: 5px;
    border: 2px solid #9F2929;
}

.list-view-detail .product-title 
{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400 !important;
    font-size: 30px !important;
}

.list-view-detail .review > *
{
    color: #008FAB !important;
}

.list-view-detail .price h3
{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 40px;
}

.list-view-detail .price span
{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 30px;
}

.products-outer-wrap .yellow-ele1
{
    top: 0;
}

.products-outer-wrap .yellow-ele2 , .product-detail-wrapper .yellow-ele2
{
    top: 25%;
    bottom: initial;
}

.products-outer-wrap .purple-ele1 , .product-detail-wrapper .purple-ele1
{
    top: 60%;
}

.products-outer-wrap .purple-ele2 , .product-detail-wrapper .purple-ele2
{
    bottom: 0;
}

.back-top-product p 
{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #222222;
}

.products-inner-wrap .view-more-btn
{
    background: #cc8e8e;
    color: #000000;
}

.products-inner-wrap .view-more-btn-wrap::after, .products-inner-wrap .view-more-btn-wrap::before
{
    border: 2px solid #838383
}

.wishlist-title h1 
{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 45px;
}

.wishlist-title h1 span 
{
    color: #4D4C4C;
    font-weight: 400;
    font-size: 35px;
}

.wishlist-title p 
{
    color: #4D4C4C;
}

.move-to-bag , .view-bag 
{
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    border-radius: 10px;
}

.move-to-bag
{
    border: 1px solid #22222280;
    color: #222222;
}

.view-bag 
{
    border: 1px solid #9F2929;
}

.custom-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    pointer-events: none; 
    z-index: 2;
}

.custom-nav button {
    border: none;
    padding: 10px;
    pointer-events: all;
    font-size: 26px;
    cursor: pointer;
}

.product-detail-wrap , .product-detail-wrapper , .reviews-wrapper , .cart-products-wrap , .carousel-title , .review-wrapper , .checkout-products-wrap , .error-sec , .customer-wrap , .offcanvas
{
    font-family: "Nunito Sans", sans-serif;
}

.product-detail-wrap a 
{
    font-size: 20px;
    color: #222222;
}

.product-detail-wrap h4 
{
    font-size: 30px;
    font-weight: 400;
}

.product-size
{
    border-top: 1px solid #83272973;
    border-bottom: 1px solid #83272973
}

.product-size p 
{
    font-size: 20px;
}

.size-options {
    display: flex;
    gap: 10px;
}

.size-radio {
    position: relative;
    cursor: pointer;
}

.size-radio input[type="radio"] {
    display: none;
}

.size-radio span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 0.5px solid #83272973;
    border-radius: 50%;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    transition: all 0.3s ease;
}

/* Selected style */
.size-radio input[type="radio"]:checked + span {
    background-color: #9F2929;
    color: white;
    border-color: #9F2929;
}

.product-price h3 
{
    font-size: 45px;
    font-weight: 700;
}

.product-price p
{
    font-weight: 600;
    font-size: 20px;
}

.product-detail-wrap .add-to-cart
{
    border: 0.5px solid #9F2929;
    font-weight: 500;
    font-size: 25px;
}

.product-detail-carousel .owl-stage , .product-detail-carousel .owl-stage-outer , .product-detail-carousel .owl-item
{
    height: 100%;
}

#prodetailOptions p 
{
    font-weight: 400;
    font-size: 15px;
}

.carousel-title 
{
    font-weight: 700;
    font-size: 35px;
    border-bottom: 1px solid #83272973
}

h1.avg-review 
{
    font-weight: 500;
    font-size: 50px;
}

.ratings-wrap span
{
    font-weight: 300;
    font-size: 15px;
}

.progress-wrap {
    flex: 1;
    height: 7px;
    background-color: #83272973; /* Light red background */
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    width: 150px;
}
  
.progress-bar {
    height: 100%;
    background-color: #9F2929; /* Dark red fill */
    border-radius: 10px;
    transition: width 0.3s ease-in-out;
}

.review-sorting 
{
    border-top: 1px solid #83272973;
    border-bottom: 1px solid #83272973
}

.reviews-wrapper
{
    border-bottom: 1px solid #83272973
}

.reviewer-name 
{
    font-size: 25px;
}

.review-details p 
{
    font-weight: 400;
    font-size: 15px;
}

#review-pagination button
{
    font-size: 15px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#review-pagination button.active {
    background-color: #9F2929;
    color: white;
    border-color: #9F2929;
}

.cart-product
{
    border-bottom: 1px solid #83272973
}

.cart-products-wrap .cart-product img 
{
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 30px;
}

.cart-product-detail select 
{
    font-weight: 600;
    font-size: 18px;
    color: #222222;
}

.product-qty 
{
    width: 35px;
}

.cart-product-detail h3 , .product-qty
{
    font-weight: 600;
    font-size: 20px;
}

.qty-count[disabled="disabled"]
{
    color: #222222b8 !important;
}

.gift-wrap label , .gift-wrap textarea
{
    font-weight: 400;
    font-size: 15px;
    line-height: 2;
}

.order-summery-wrap 
{
    background: #8327291C;
    border-radius: 10px;
}

.order-summery-wrap h1 
{
    font-weight: 700;
    font-size: 30px;
    color: #222222;
}

.order-summery-wrap span 
{
    font-size: 15px;
    color: #222222;
}

.border-bottom-red 
{
    border-bottom: 1px solid #83272973
}

.cart-products-wrap , body.cart-page , body.checkout-page, .checkout-products-wrap
{
    overflow: visible;
}

.checkout-form label 
{
    font-size: 18px;
}

.checkout-form input , .checkout-form select
{
    height: 44px ;
    width: 100%;
}

.error-sec 
{
    height: 100vh;
    /* height: calc(100vh - 100px); */
}

.error-bg 
{
    position: absolute;
    top: -200px;
    right: -100px;
    /* height: calc(100vh + 50px); */
    /* width: 90%; */
}

.terms-wrap p , .terms-wrap li
{
    color: #00000099;
}

.terms-wrap .yellow-ele2
{
    top: 25%;
}

.out-story h1 
{
    font-family: "Libre Baskerville", serif !important;
    color: #008FAB;
}

.out-story p 
{
    font-size: 15px;
    color: #4D4C4C;
}

.customer-wrap
{
    border: 10px solid #B5EBE6
}

.customer-wrap img
{
    width: 180px !important;
    height: 180px;
}

.customer-wrap h5 
{
    font-weight: 600;
    font-size: 20px;
}

.customer-wrap p 
{
    color: #4D4C4C;
    font-weight: 400;
    font-size: 15px;
}

.offcanvas 
{
    background: #f2e9e9;
    width: 575px !important;
}

.offcanvas-title 
{
    font-size: 30px;
    color: #222222;
}

.offcanvas .cart-product-detail p 
{
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.list-view-detail .product-title
{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.offcanvas .cart-product-detail h5 , .offcanvas .cart-product-detail h3, .offcanvas .cart-product-detail .product-qty
{
    font-size: 18px;
}

.offcanvas-body::-webkit-scrollbar-track
{
	background-color: transparent;
}

.offcanvas-body::-webkit-scrollbar
{
	width: 5px;
	background-color: #f2e9e9;
}

.offcanvas-body::-webkit-scrollbar-thumb
{
	background-color: #9F2929;
}

#viewcartModal .offcanvas-footer 
{
    border-top: 1px solid #9F2929
}

#viewcartModal .cart-product:last-child
{
    border-bottom: none;
}

.navbar-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: none;
}
.navbar-backdrop.show {
    display: block;
}

.special-banner 
{
    background-image: url('/assets/image/special-banner.jpg');
    background-repeat: no-repeat;
    height: 485px;
    background-size: cover;
    background-position: center;
}

.single-blog > *
{
    font-family: "Inter", sans-serif;
}

.single-blog .date
{
    color: #6941C6;
    font-weight: 600;
    font-size: 14px;
}

.single-blog h3 
{
    color: #1A1A1A;
    font-weight: 600;
    font-size: 24px;
}

.single-blog .description 
{
    color: #667085;
    font-weight: 400;
    font-size: 16px;
}

.blog-tag .tag 
{
    font-weight: 500;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 50px;
}

.blog-tag .tag:first-child
{
    color: #6941C6;
    background: #F9F5FF;
}

.blog-tag .tag:nth-child(2)
{
    color: #3538CD;
    background: #EEF4FF;
}

.blog-tag .tag:nth-child(3)
{
    color: #C11574;
    background: #FDF2FA;
}

.divider-wrap img 
{
    left: calc(50% - 41px);
}

.all-blogs h2 
{
    font-family: "Libre Baskerville", serif !important;
    font-weight: 700;
    font-size: 44px
}

.all-blogs p 
{
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.single-blog-wrapper h1 
{
    font-weight: 700;
    font-size: 54px;
    width: 60%;
    text-align: center;
    margin: auto;
    color: #000000;
}

.single-blog-wrapper .sub-title 
{
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    width: 50%;
    text-align: center;
    margin: auto;
}

.blog-social-icon 
{
    border: 1px solid #EAEAEA;
    box-shadow: 0px 1px 4px 0px #00000014;
    border-radius: 4px;
    width: max-content;
}

.blog-social-icon a:not(:last-child) .icons
{
    border-right: 1px solid #EAEAEA;
}

.single-blog-wrapper h2
{
    font-weight: 700;
    font-size: 32px;
    color: #000000;
}

.tag-bottom-border 
{
    border-bottom: 2px dotted black;
}