@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 100;
    src: url('fonts/woff/YekanBakhFaNum-thin.woff') format('woff'),
    url('fonts/woff2/YekanBakhFaNum-thin.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/woff/YekanBakhFaNum-Light.woff') format('woff'),
    url('fonts/woff2/YekanBakhFaNum-Light.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/woff/YekanBakhFaNum-Regular.woff') format('woff'),
    url('fonts/woff2/YekanBakhFaNum-Regular.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 600;
    src: url('fonts/woff/YekanBakhFaNum-SemiBold.woff') format('woff'),
    url('fonts/woff2/YekanBakhFaNum-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/woff/YekanBakhFaNum-Bold.woff') format('woff'),
    url('fonts/woff2/YekanBakhFaNum-Bold.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 800;
    src: url('fonts/woff/Yekan Bakh FaNum-ExtraBold.woff') format('woff'),
    url('fonts/woff2/Yekan Bakh FaNum-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 900;
    src: url('fonts/woff/Yekan Bakh FaNum-Black.woff') format('woff'),
    url('fonts/woff2/Yekan Bakh FaNum-Black.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 950;
    src: url('fonts/woff/Yekan Bakh FaNum-ExtraBlack.woff') format('woff'),
    url('fonts/woff2/Yekan Bakh FaNum-ExtraBlack.woff2') format('woff2');
}

html, body{
    font-family: 'Yekan Bakh FaNum' !important;
    background-color: #EFEFEF !important;
}

.navbar{
    background-color:#fff;
    min-height:96px;
}

.navbar .container-fluid{
    padding-right: 30px;
    padding-left: 30px;
}

.navbar-brand{
    color:#ec9d20 !important;
}

.nav-link{
    padding-left:16px !important;
    padding-right: 16px !important;
    color:#000 !important;
    font-size:13px !important;
}

.nav-link:hover , .nav-link:focus{
    color:#48887A !important;
}

.btn-outline-warning{
    color:#ec9d20 !important;
    border-color:#ec9d20 !important;
    font-weight: 500 !important;
}

.btn-outline-warning:hover{
    background-color: #ec9d20 !important;
    color:#fff !important;
}

.btn-outline-warning:hover i{
    color: #fff !important;
}

.basket-nav{
    min-width:180px;
    margin-right:40px;
    align-items: center;
}

.my-2 .fa{
    font-size:25px;
    color:#ec9d20;
}

input.me-2{
    width:220px;
}

.main-container{
    margin-top:40px;
    padding-bottom: 40px;
    position: relative;
}

.products-wrapper{
    position: relative;
    margin-bottom: 40px;
}

.products-wrapper h2{
    padding-bottom: 20px;
}

.products-container{
    display: flex;
    overflow-x: auto;
    gap:12px;
    position: relative;
}

.products-container2{
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    justify-content: space-between;
    position: relative;
}

.products-container::-webkit-scrollbar{
    display: none;
}

.product-card{
    width:200px;
    position: relative;
}

.product-price-off{
    text-decoration: line-through;
    display: inline-block;
    padding-left:30px;
    color:rgba(0,0,0,.6);
}

.product-bold-price{
    color:#ec9d20;
}

.product-card img{
    width:100%;
    object-fit: contain;
}

.product-add-button{
    position: absolute;
    left:15px;
    bottom:30px;
}

.product-add-button i{
    font-size: 23px;
    color:#ec9d20;
    cursor: pointer;
}

.card-body{
    position: relative;
}

.cart-nav-link{
    position: relative;
}

.badge-cart{
    position: absolute;
    top:0;
    right:0;
    font-size: 10px !important;
    border-radius: 50% !important;
}

.empty-basket{
    margin-top: 30px;
    text-align: center;
    color:rgba(236,157,32, .6);
}

.quantity-cart{
    align-items: center;
}

.quantity-cart .fa{
    font-size:22px;
    color:#ec9d20;
    padding-right:6px;
    padding-left: 6px;
}

.trash-cart{
    font-size: 23px !important;
    color:#ec9d20;
}

h1,h2,h3,h4,h5,h6,p{
    color:rgba(0,0,0,.55);
}


.card-title{
    color:rgba(0,0,0,.65);
}

.card-text{
    color:rgba(0,0,0,.55);
}

th{
    background-color:#ec9d20 !important;
    color:#fff !important;
}

td{
    color:rgba(0,0,0,.60) !important;
}

a{
    text-decoration: none !important;
}

.btn-add-cart{
    position: absolute;
    left:0;
    bottom: 100px;
    min-width: 250px;
    color:rgba(0,0,0,.65) !important;
}

.product-detail-title{
    padding-bottom: 15px;
}

.product-detail-price{
    font-weight: bold;
    font-size: 26px;
    margin:0;
}

.product-detail-price-off{
    font-weight: bold;
    font-size: 26px;
    text-decoration: line-through;
    color:rgba(0,0,0,.55);
}

.breadcrumb-item , .breadcrumb-item  a{
    color:#ec9d20;
}

.home-nav-icon{
    width:16px;
}

.slider-container{
    float:right;
    position: relative;
}

.slider-description{
    height:300px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(25px);
    position: relative;
    top:40px;
    left:100px;
    z-index: 10;
    padding: 40px 40px 40px 0 !important;
}

.slider-description h5{
    font-style: bold;
    font-weight: 500;
    line-height: 129.5%;
    font-size:1.80rem;
    color: #244D4D;
}

.slider-description p{
    margin-top: 20px;
    color:#000;
    font-weight: normal;
    text-align: justify;
    font-size: 14px;
}

.slider-description .btn{
    background-color: #48887A !important;
    min-width:150px;
    border-radius: 0;
}

.carousel-inner img{

}

.dots-slider{
    position: absolute;
    top:30px;
    right:160px;
    width:80px !important;
    z-index: 15;
}

.card-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-box h5{
    margin:0;
    padding: 0;
    margin-top:17px;
    color:#000;
}

.card-box .line{
    width:100%;
    height:0;
    margin-top:10px;
    border: .5px solid #48887A;
}

.card-box p{
    padding-right:27px;
    padding-left: 27px;
    margin-top: 21px;
    color:#464646;
    font-size: 14px;
    line-height: 21px;
    text-align: justify;
}

.ribbon-container{
    margin-top:40px !important;
}

.apply-text{
    text-align: center;
    color:#000;
}

.apply-text span{
    color:#48887A;
}

.apply-text2{
    text-align: center;
    font-size: 12px;
    color:#000;
}

.desc-box{
    position: relative;
    margin-top: 55px !important;
    width:75% !important;
    background-color: #f9f9f9;
    padding: 50px !important;
}

.desc-box .texts{
    width:85%;
}

.desc-box h4{
    color:#48887A;
}

.desc-box p{
    margin-top:30px;
    color:#000;
    font-size: 14px;
    text-align: justify;
}

.desc-box-image{
    width:30% !important;
    position: absolute;
    right:0;
    bottom: 100px;
}

.desc-box-foot-text{
    margin-top: 30px !important;
    text-align: center;
    color:#000;
    font-size: 1.15rem;
}

.desc-box-foot-text span{
    color:#48887A;
}

.desc-box-dots{
    position: absolute;
    right:35px;
    bottom: -22px;
    width: 110px !important;
}

.footer{
    width:100%;
    min-height:250px;
    background-color: #fff;
    padding: 50px 80px 50px 80px;
    position: relative;
    float: left;
}

.footer .heading-container{
    display: flex;
    align-items: center;
}

.footer .heading-text{
    color:#fff;
}

.footer .phone-container{
    width: 260px;
    height:52px;
    background-color:#fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-right: 22px;
    padding-left: 22px;
    float: right;
}

.footer .phone-container img{
    width:22px !important;
}

.footer .phone-container a{
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: justify;
    color:#48887A;
}

.footer .line{
    margin-top: 40px;
    width:100%;
    height:0;
    border:.5px solid #fff;
}

.footer .about-container h5 , .footer .about-container span{
    color:#fff;
}

.footer .about-container p{
    margin-top: 20px;
    color: #2AABEE;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
    letter-spacing: -0.01em;
}

.footer .about-container .row{
    margin-top: 40px;
}

.footer .about-container .row a{
    padding-left: 10px;
    color:#fff;
}

.footer .footer-menu h6{
    color: #2AABEE;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer .footer-menu a{
    color:#000 !important;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap:15px;
    margin-top:7px;
    margin-bottom: 15px;
    font-weight: bold;
}

.main-article-head{
    color:#000;
    font-weight:500;
}

.article-all-container{
    float: right;
    text-align: right;
}

.article-all-container *{
    color:#48887A !important;
}

.article-all-container span{
    padding-right: 20px;
}

.top-article-main-container{
    margin-top: 40px !important;
}

.top-article-main-container img{
    width:100%;
}

.top-article-main-container h4{
    color:#48887A;
    font-weight: 600;
    line-height: 48px;
}

.top-article-main-container p{
    color:#000;
    line-height: 22px;
    text-align: justify;
}

.top-article-main-container .btn{
    border-radius: 0;
    background-color:#48887A;
}

.top-article-main-container span{
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #727272;
}

.main-article-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.article-card-container{
    margin-top:35px !important;
    margin-bottom: 40px !important;
}

.article-card-container .article-card a{
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap:15px;
    min-height: 500px;
    max-height: 500px;
    padding: 14px;
}

.article-card-container .article-card h5{
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: justify;
    color: #48887A;
}

.article-card-container .article-card p{
    line-height: 21px;
    text-align: justify;
    color: #464646;
}

.article-card-container .article-card img {
    width:100%;
}

.article-card-container .article-card span{
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #727272;
}

.pages-container img{
    width:100% !important;
}

.pages-container h4{
    font-weight: 500;
    font-size: 32px;
    line-height: 225%;
    color:#000;
}

.pages-container p.content{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 266%;
    text-align: justify;
    margin-bottom: 45px;
}

.pages-container p:not(.content){
    margin:0;
}

.pages-container span:not(.lazy-load-image-background){
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    text-align: justify;
    color:#464646;
}

.pages-container span.active{
    padding-left: 20px;
    color: #48887A;
}

.post-container , .post-container2{
    padding:20px !important;
    background-color: #fff;
    margin-bottom: 40px;
}

.post-container img , .post-container2 img{
    width:100%;
}

.post-container h3{
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #48887A;
    margin-top: 20px;
    margin-bottom: 30px;
}

.post-container2 h3{
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 48px;
    color: #48887A;
    margin-top: 10px;
    margin-bottom: 10px;
}

.post-container p.content{
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: justify;
    color: #000000;
    padding:0 12px;
}

.post-container p:not(.content){
}

.post-container2 p{
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: justify;
    color: #000000;
}

.post-container span , .post-container2 span{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #727272;
}

.comment-post-head{
    width:30px !important;
    padding-left: 13px;
}

.share-post-head{
    width:40px !important;
    padding-left: 25px;
}

.post-nav-container{
    margin-top:30px;
}

.post-nav-container img{
    padding-right:20px;
    padding-left: 20px;
}

.post-nav-container span{
    color:#464646;
}

.post-nav-container span.active{
    color: #48887A;
}

.post-hashtag-container{
    margin-bottom: 30px;
}

.post-relateds{
    display: flex;
    flex-direction: column;
    gap:20px;
}

.post-hashtag-container h4 , .post-related-container h4{
    font-weight: 400;
    font-size: 22px;
    line-height: 200%;
    text-align: justify;
    color: #000000;
}

.post-hashtags{
    display: flex;
    gap:15px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.post-hashtags span{
    padding: 0 16px 0 16px;
    background-color: #48887A;
    border-radius: 50px;
    color:#fff;
    font-size: 15px;
}

.dropdown-item:focus, .dropdown-item:hover{
    color: #48887A !important;
}

.service-box-container{
    margin-top: 40px;
}

.service-box-container::-webkit-scrollbar{
    display: none;
}

.navbar-toggler{
    border:none !important;
    box-shadow: none;
}

.navbar-toggler:focus{
    border: none !important;
    box-shadow: none !important;
}

.register-container{
    padding: 40px 30px 40px 30px;
    margin-bottom: 40px;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.register-container input , .register-container select{
    border-radius:0 !important;
}

.register-container .btn{
    width:100%;
    background-color: #48887A !important;
    border-radius:0 !important;
}

.register-container .text-center{
    color:#000;
    margin-bottom: 20px;
}


.post-comment-container{
    margin-top: 40px;
    margin-bottom: 60px;
}

.post-comment-container h3{
    color:#000;
}

.post-comment-container input , .post-comment-container textarea{
    border-radius:0 !important;
}

.post-comment-container .btn{
    width:100%;
    background-color: #48887A !important;
    border-radius:0 !important;
}


@media only screen and (max-width: 480px) {
    .container{
        margin-top:280px;
    }

    .slider-description{
        width:80%!important;
        position: absolute;
        left:30px;
        top:120px;
        padding:30px 20px 30px 20px !important;
    }

    .slider-description h5{
        font-size:1.2rem !important;
    }

    .slider-description .btn{
        min-width: 120px;
        font-size: 14px;
    }

    .dots-slider{
        display: none;
    }

    .service-box-container{
        flex-direction: row;
        flex-wrap: nowrap !important;
        overflow-x: scroll;
    }

    .ribbon-container{
        width: 100% !important;
        margin-left: 25% !important;
    }

    .apply-text{
        font-size: 1.1rem;
    }

    .desc-box{
        margin-top:160px !important;
        width: 90% !important;
        margin-left: 5%;
        padding: 50px 14px 14px 14px !important;
    }

    .desc-box h4{
        font-size: 1.1rem;
    }

    .desc-box-dots{
        display: none;
    }

    .desc-box-image{
        width:80% !important;
        bottom: unset !important;
        right:-15px !important;
        top:10px !important;
    }

    .texts{
        width:100% !important;
    }

    .desc-box-foot-text{
        font-size: 1rem !important;
    }

    .article-card-container{
        flex-direction: row;
        flex-wrap: nowrap !important;
        overflow-x: scroll;
    }

    .main-article-head{
        font-size: 1rem;
        margin: 0;
        padding: 0;
    }

    .article-all-container span{
        font-size: .7rem;
    }

    .footer{
        padding:22px;
    }

    .heading-container{
        width:100% !important;
    }

    .footer-menu{
        margin-top:30px !important;
    }

}

.carousel-item .lazy-load-image-background{
    width:100%;
}

.first-section img{
    width:70%;
}

.first-section > div{
    padding: 40px;
}

.first-section h2{
    color:#000;
    font-weight: bold;
    margin-bottom: 20px;
}

.first-section p{
    line-height: 30px;
}

.second-section{
    padding: 40px 0;
}

.second-section h2{
    text-align: center;
    font-weight: bold;
    color:#000;
    margin-bottom: 30px;
}

.card2{
    width:100%;
    box-shadow: 0px 10px 30px -5px #3771C81A;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    flex-flow: column;
    gap:20px;
    align-items: center;
    justify-content: center;
    min-height: 230px;
}

.card2 h6{
    font-weight: bold;
    color: #000;
}

.footer li{
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 15px;
}

.nav-items{
    margin-right: 80px;
}

.footer-icon{
    width:20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.socials img{
    width: 30px;
}

.third-section{
    padding: 40px 0;
}

.third-section-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.third-section-header h2{
    font-weight: bold;
    color:#000;
}

.third-section-header .arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
    color: #2AABEE;

}

.card3{
    display: flex;
    align-items: center;
    padding: 15px;
    height:250px;
    background-color: #fff;
    border-radius: 8px;
    gap:20px;
    box-shadow: 0px 10px 30px -5px #3771C81A;
    margin-top: 10px;
    margin-bottom: 10px;
}

.card3 .image{
    width:35%;
    height: 100%;
}

.card3 .image img{
    width:100%;
    height: 100%;
    object-fit: cover;
}

.card3 .content{
    display: flex;
    flex-flow: column;
    gap:15px;
}

.card3 .content h5 , .card4 h6{
    font-weight: bold;
    color: #2AABEE;

}

.card3 .foot{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot span{
    color: #A7A7A7;
    font-size: .8rem;
}

.card4{
    display: flex;
    flex-flow: column;
    gap:15px;
    background-color: #fff;
    box-shadow: 0px 10px 30px -5px #3771C81A;
    border-radius: 8px;
    padding: 15px;
    height: 350px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.card4 img{
    width:100%;
    height: 230px;
    object-fit: cover;
}

.card4 .foot{
    display: flex;
    align-items: center;
    justify-content: space-between;
}