/**
Theme Name: BitBoneh
Author: Ghazaleh Samanipour
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: astra
*/


@font-face {
    font-family: 'iransans';
    src: url('assets/font/IRANSansWeb.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'iransans';
    src: url('assets/font/IRANSansWeb_Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
.btn,
ul,
li,
table,
td,
tr,
b,
strong {
    font-family: 'iransans', sans-serif;
}
.ast-custom-button.secondary-btn:hover{
     background: #fff;
     border-color: gray;
}


.box-br-shadow {
    border-radius: 16px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.155);
}


/*contact us page*/
.cintact-container {
    background-color: #BAFFD3;
}

.cantact-cart-content {
    flex-basis: 50%;
    padding: 45px;
    margin-top: -100px;
    margin-bottom: 100px;
}

.contact-cart {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    height: 100%;
    min-height: 220px;
    flex-direction: column;


}

.contact-cart p {
    margin-bottom: 0;
}

.contact-cart .contact-floating-icon {
    position: absolute;
    top: -70px;
    right: -70px;
    border: solid white 14px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 #00000024;

}


/**footer**/
.footer-block-50 {
    text-align: right;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 24px;
}

.footer-widget-area li a {
    color: #464646;
}

footer .widget_nav_menu {
    text-align: right;
}

.post-76 .wp-block-image.size-full img {
    width: 100%;
}

footer ul.menu {
   /* display: flex;*/
    flex-wrap: wrap;
    row-gap: 30px;
}

.site-footer-section-2 img {
    max-height: 400px
}

/**blog page**/
.categories {
    display: flex;
    justify-content: space-around;
    max-width: 1296px;
    margin: 196px auto;
}
.categories .cat-blog{
	background: #fff;
    box-shadow: 0 2px 4px 0 #00000026;
    border-radius: 24px;
    padding: 17px 21px;
}
.cat-blog h3 {
    text-align: center
}
.suggestion-blog {
    background-image: url(/wp-content/uploads/2025/03/suggest.svg);
    background-position: top right;
    background-size: 100%;
    display: flex;
    margin: 0 auto;
    min-height: 580px;
    padding: 0 10% 80px;
    align-items: flex-end;
    position: relative;
    justify-content: space-between;
    text-align: justify;
    margin-top: 190px;
}

.suggest-content {
    flex-basis: 55%;
    padding-bottom: 30px
}

.suggest-pic {
    flex-basis: 40%;

}
.suggest-pic img{
        border-radius:24px;
        height:500px;
	object-fit:cover;
}
.suggest-content-single h4 {
    font-size: 30px;
    margin-bottom: 24px
}

.archive-posts {
    background-color: #FFE1C8;
    margin: 50px 4%;
    border-radius: 24px;
    padding: 90px;
    position: relative;
    margin-top: 190px;
}

.posts-title {
    position: absolute;
    top: -45px;
    right: 50%;
    border: solid 9px #fffeef;
    background: #FFE1C8;
    width: 250px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
    border-radius: 100px;
    transform: translatex(50%);
}

.archive-posts .post-card {
    border: solid 1px #AAAAAA;
    border-radius: 24px;
    background: #fff;
    overflow: hidden;
}

.posts-container {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.author-card>img,
.slide-avatar-author img{
    max-width: 24px;
    margin-left: 8px;
    border-radius: 50%;
}

.posts-container .posts-metadata {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 17px;
    font-size: 14px
}

.posts-container .entry-title {
    margin: 26px 17px;
    height: 70px
}
.meta-tdate,.fp-date{
	display: flex;
    gap: 6px;
    align-items: center;
}
.meta-tdate:before,
.posted-on .published:before,
.fp-date:before{
    content: url(/wp-content/uploads/2025/03/calendar.svg);
    display: inline-block;
    width: 14px;
    height: 14px;
}
.featured-posts-slider .meta-tdate:before{
	content: url(/wp-content/uploads/2025/06/white-calendar.svg);
}
.ast-blog-layout-5-grid .ast-article-post{
    max-width: 1260px;
    margin: 50px auto;
    background: #fff;
    padding: 35px;
    border-radius: 24px;
    box-shadow:0 4px 4px 0 rgb(0 0 0 / 14%);
}
.ast-blog-layout-5-grid .ast-article-post:first-child{
    margin-top:0;
}
.ast-blog-layout-5-grid .ast-article-inner{
    box-shadow:unset;
}
.posts-container .posts-metadata .avatar-author img{
	width:24px;
	height:24px;
	border-radius:50%;
	margin-left: 4px;
}
	.single-blog-container{
		max-width:100%!important;
	}
.archive .ast-article-post .ast-article-inner.blog-layout-4{
	border:solid 1px #AAAAAA;
	border-radius:24px;
	box-shadow:none;
}
/*footer*/

.ast-footer-copyright{
	background:#F5F5F5;
	padding:10px 24px;
	border-radius:33px;
	color:#464646;
	font-size:17px;
}
footer section{
	    width: 100%;
}
.footer-menus-wrapper{
	justify-content: space-around;
    align-items: flex-start;
}
.footer-menus-wrapper .footer-menu-title{
	font-weight:500;
	font-size:22px;
	margin-bottom:7px;
}
.footer-menus-wrapper .menu-item:not(:first-child){
	margin-top:17px
}
.footer-block-contact-info{
	display:flex;
	justify-content:space-around;
}
.footer-block-contact-info a{
	color:#02adc8
}
footer aside.footer-widget-area-inner {
    display: flex !important;
    flex-wrap: wrap;
}

.logo-col-footer img{
	height:237px;
}
.contact-col-footer{
	    display: flex
;
    flex-direction: column;
    justify-content: space-between;
	    align-items: flex-start;
}
footer .element-social-inner-wrap{
	text-align:right
}
#phone-user-footer{
	text-align:right
}
footer .usernumbtn{
	margin-bottom:12px
}
footer a.ast-builder-social-element{
	    width: 42px;
    height: 42px;
    background: white;
    border-radius: 8px;
    margin-left: 16px;
	margin-top:16px
}
footer .ahfb-svg-iconset svg{
	width:24px!important;
	height:24px!important;
}
#nav_menu-2 {
    max-width:100%;
}

#block-14 {
    display: flex;
    align-items: flex-end;
        max-width:100%;

}

#block-14 #phone-user-footer {
    display: flex;
    flex-direction: row-reverse;
}

#block-13 {
    flex-basis: 100%;
}

#phone-user-footer input {
    height: 40px !important
}

/*blog slider*/
.swiper-container{
    
}
.post-slide-holder{
	height: 500px!important;
    margin-left: 20px;
    border-radius: 24px;
}

.slide-wrapper{
	width: 100%;
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: flex-end;
    padding-right: 60px;
    padding-bottom: 45px;
}

.slide-wrapper .slide-title a{
	font-size:48px;
	color:#fff;
}
.slide-wrapper .slide-tagline{
	font-size:38px;
	color:#fff;
	font-weight:400;
	padding-top:18px
}
.seperator{
	width:2px;
	height:24px;
	background-color:#464646;
	border-radius:40px
}
.featured-posts-slider .seperator{
		background-color:#fff;

}
.slide-metadata{
	padding-top:56px;
	    display: flex;
    gap: 24px;
    align-items: center;
}
.slide-avatar-author a, 
.slide-wrapper .meta-tdate{
	color:#fff;
}
/*about us*/
{
	
}
/*   Contact us  */
 .card-contactus ,
.team-container{
        background-color: #fff;
        border-radius: 24px;
        box-shadow: 0 4px 4px 0 #00000029;
	    position: relative;
        z-index: 2;
    }

.contact-data-wrapper{
    display: flex;    
    flex-direction: column;
    height: 200px;
    justify-content: space-between;
}
.contact-wrapper .vertical-seperator{
    width: 1px;
    height: 180px;
    background: #AAAAAA;
    display: block;
}
    .head-contact {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 24px;
        font-weight: 700;
    }

    .head-contact img {
        max-width: 32px;
    }

    .card-contactus a {
        color: #464646;
    }

/*about us page*/
.close-about{
    display:none;
}


/*   Responsive  */

@media (min-width: 769px) {
    body{
	padding-top:80px
}
    #nav_menu-2 {
    flex-basis: 58%;
}
.fs-md-32{
    font-size:32px;
}
.p-md-50{
    padding:50px;
}
#block-14 {
    flex-basis: 42%;
}
    .bon-section>div {
        flex-basis: 40% !important;
    }

    .bon-section>div.bon-cards-col {
        flex-basis: 70% !important;
    }

    .cintact-container {
        margin: -30px 70px 0 !important;
        padding: 0 70px;
        display: flex;
        flex-wrap: wrap;
    }

    .footer-block-100 {
        display: flex;
    }

    .vertical-hr {
        width: 1px;
        background-color: #ccc;
        margin: 0 24px;
    }

    .footer-widget-area li {
        flex-basis: 25%;
    }
    .inner-bon{
	padding:0 20px
}

.bonus-sec{
/*	background-image:url(/wp-content/uploads/2025/03/Vector-48.svg);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-size: 65%;*/
	   z-index: 1;
        position: relative;
}
.line-bone{
	    position: absolute;
    bottom: 400px;
    z-index: 0;
    right: 58px;
    width: 95vw;
    max-width: unset;
}
.wait-sec img{
	position:relative;
	z-index:1;
}
.line-wait img{
	  position: absolute;
    left: 0;
    margin-top: -74px;
    width: 52vw;
    z-index: 0;
}
.line-profit img{
	position: absolute;
    right: 0;
    margin-top: 400px;
    width: 52vw;
    z-index: 0;
}
.posts-container .post-thumbnail img {
    height: 234px;
	object-fit: cover;
}
 .d-desktop-none{
     display:none!important;
 }
	.logo-mobile-footer{
		display:none!important;
	}
	.team-container{
		margin: -340px 70px 90px!important;
	}

/*about us page*/
.team-container {
    background-color: #fff;
    margin: 65px;
}

.our-team-cards {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 70px;
}

.team-cart {
    flex-basis: 31%;
    padding: 47px 36px;
	background-color: #FFF2E6;
    border-radius: 16px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.155);
}

.team-data {
    display: flex;
    align-items: center;
    gap: 4px;
}

.team-data-detail p {
    margin-bottom: 0;
}

.team-data-detail p.name {
    font-size: 18px;
    color: #464646;
}

.team-content {
    margin-top: 24px;
    font-size: 12px;
    color: #464646;
    text-align: justify;
}

.team-data-detail p.info {
    font-size: 10px;
}

.team-data img {
    width: 136px;
    height: 136px;
    border-radius: 50%;
}

	/*   Contact us  */
 .card-contactus {
        width: 1076px;
        max-width: 90%;
        margin: -340px auto 90px!important;
        padding: 60px 120px;
    }

.contact-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 65px;

}
.contact-data-wrapper{
    display: flex;    
    flex-direction: column;
    height: 200px;
    justify-content: space-between;
}
.contact-wrapper .vertical-seperator{
    width: 1px;
    height: 180px;
    background: #AAAAAA;
    display: block;
}
	body.single-post .content-area{
		    background: #ffffff;
    overflow: hidden;
		border-radius:24px;
	}
	body.single-post .content-area article{
		    background: #fff!important;
	}
	body.single-post .content-area article header.entry-header ,
	.head-sec-single{
    padding: 40px;
    background: #FFF2E6;
    max-width: 650px;
    margin-top: -80px;
	border-radius:24px;
	box-shadow:0 2px 4px 0 #00000030;
	position:relative;
		z-index:2;
		margin-bottom:30px;
	}
	.single-content{
	    padding:0 40px;
	}
	body.single-post .ast-separate-container .site-content .ast-single-post-featured-section + article
	{
		margin-top:0;
		background-color:#fff;
	}
	#featured_posts_widget-2 .widget-title:before{
		/*content:url();*/
	}
}

@media (max-width: 768px) {
	h1, h2, h3, h4, h5, h6{
	}
   .d-mobile-none{
            display:none!important;

   }
    
    #page .site-content {
    flex-grow: 1;
    padding-top: 80px;
}
    header .custom-logo-link img{
        max-width:110px;
    }
    .footer-widget-area li {
        flex-basis: 50%;
    }

    .contact-cart {
        padding: 20px;
        min-height: 120px;
    }

    .contact-cart .contact-floating-icon {
        width: 75px;
        top: -40px;
        right: -35px;
        border: solid white 8px;
    }

    .cantact-cart-content {
        padding: 28px 45px 28px 35px;
    }

/*about us page*/
.modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 999;
  display: none;
}
.modal-overlay.active-modal {
  display: block;
}
.team-cart {
    flex-basis: 46%;
    padding: 10px;
}


.our-team-cards {
    display: flex;
    row-gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}
.team-cart-active.team-cart .close-about{
    display :block;
    position: absolute;
    left: 20px;
}
.team-cart-active.team-cart {
    position: fixed;
    top:200px;
    margin:0 30px;
    padding: 16px;
	background-color: #FFF2E6;
    border-radius: 16px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.155);
    z-index:1000;
}

 .team-data{
    display: flex;
    flex-direction: column;
    align-items: center;
}
 .team-data .team-data-detail .name{
    background-color:#FFE1C8;
    border-radius:100px;
    padding:8px;
    box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.155);
    margin-top: -12px;
}
.team-cart-active .team-data{
    display: flex;
    flex-direction: row;
}
.team-cart-active .team-data .team-data-detail .name{
    background-color:unset;
    border-radius:unset;
    padding:unset;
    box-shadow:unset;
    margin-top: unset;
}
.team-cart-active.team-data {
    display: flex;
    align-items: center;
    gap: 4px;
}

.team-cart-active .team-data-detail p {
    margin-bottom: 0;
}

.team-cart-active .team-data-detail p.name {
    font-size: 18px;
    color: #464646;
}

.team-cart-active .team-content {
    margin-top: 24px;
    font-size: 12px;
    color: #464646;
    text-align: justify;
}

.team-cart-active .team-data-detail p.info {
    font-size: 10px;
}

.team-data img {
    width: 136px;
    height: 136px;
    border-radius: 50%;
}
    .team-container {
        padding: 45px 15px;
    }


    .hero-home .wp-block-media-text {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .hero-home .wp-block-media-text>*,
    .wait-sec .wp-block-media-text__content,
    .bon-section .wp-block-column:nth-child(2),
    .bonus-sec .wp-block-column:nth-child(2) {
        display: flex;
        flex-direction: column;
    }
.landing-h-bold,
.landing-title{
	font-size:20px!important
}
.landing-h-bold strong,
.landing-title-bold,
.landing-title-bold strong{
	font-size:24px!important;
}
    .bonus-sec .wp-block-column:nth-child(2) p strong {
        font-size: 24px !important;
    }

    #phone-user {
        margin-top: 24px;
    }

    .bon-section .bon-cards-col {
        max-width: 100% !important;
        padding-top: 50px !important;
        flex-direction: column;
        gap: 70px;
    }
    .bon-card{
        margin-right: 110px;
        padding-right: 40px;
        flex-direction: row!important;
        align-items: flex-start;
    }
    .bon-card.second-col{
        margin-right: unset!important;
        padding-right:unset!important;
        margin-left: 100px;
        padding-left: 40px;
        flex-direction: row-reverse!important;
    }
    .bon-img{
        margin-right: -80%;
    }
    .bon-card.second-col .bon-img{
        margin-right: unset!important;
        margin-left: -100%;
    }
    .bon-card{
        text-align:right!important;
        padding-bottom: 10px!important;
    }
    .bon-card.first-col .bon-title{
        margin-top: 10px!important;
        margin-bottom: 5px;
    }
    .bon-card p{
            padding: 0!important;
            line-height: 23px!important;
    }
    .bon-card hr{
        margin: 2px auto!important;
    }
    .bon-card .btn.green-btn{
         margin-top: 6px!important;
         font-size:13px;
    }
    .inner-bon{
        padding:0 20px;
    }
    /*
    .bon-section .bon-card {
        min-width: 220px;
    }
*/
    .footer-widget-area {
        padding: 15px !important;
    }




    /**blog**/
	
    .categories{
        flex-wrap: wrap;
        gap: 20px;
        padding: 40px;
    }
    .categories .cat-blog{
        flex-basis: 45%;
    }
	.categories{
		margin:96px auto;
	}
    .cat-blog h3{
        font-size: 18px;
    }
    .slide-wrapper{
        padding-right: 12px;
    }
    .slide-wrapper .slide-title a{
       font-size: 24px;
    }
    .slide-wrapper .slide-tagline{
       font-size: 18px;
    }
.suggestion-blog {
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin: 0 auto;
    padding: 15px;
    margin-top: 80px;
}
.suggest-pic img{
    display:block;
    margin:0 auto;
    max-width:70%;
   height: 380px;
}
.suggest-content {
    flex-basis: 100%;
    padding-bottom: 30px
}

.suggest-pic {
    flex-basis: 100%;
}

.suggest-content-single h4 {
    font-size: 26px;
    margin-bottom: 18px;
    margin-top: 18px;
    text-align:center;
}
.suggest-content-single a{
    color:#464646;
}
.archive-posts {
    margin: 15px;
    padding: 60px 20px 20px;
    margin-top: 80px;
}

.posts-title {
    top: -35px;
    width: 200px;
    height: 75px;
    font-size: 26px;
}



.posts-container {
    flex-wrap: wrap;
}
.posts-container .entry-title {
    margin: 26px 17px;
    height: 30px
}

.posts-container .post-thumbnail img {
    max-height: 180px
}
.wait-sec{
        margin: 20px 0 60px;
}

.landing-content{
    font-size:12px;
}
.line-bone{
display:none;
}

.line-wait img{
display:none;
}
.bonus-sec{
/*	background-image:url(/wp-content/uploads/2025/03/Vector-48.svg);
	background-repeat:no-repeat;
        background-position: 0px 70px;
        background-size: 100%;*/
        z-index:1;
        position:relative;
}
 .line-profit img{
	position: absolute;
    right: 0;
    margin-top: 200px;
    width: 100vw;
    z-index: 0;
}
.bon-section{
   background-image: url(/wp-content/uploads/2025/03/Vector-49up.svg);
        background-repeat: no-repeat;
    background-position: right top;
        margin-top: 0!important;
    padding-top: 200px!important;
        flex-direction: column-reverse;
}
.bon-section .bon-cards-col {
        padding-bottom: 200px;
    background-image: url(https://blog.bitboneh.com/wp-content/uploads/2025/03/Vector-49.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
}
.wait-sec{
    margin-top:0!important;
}

	/*footer*/
	#block-17 .d-flex,
	.footer-block-contact-info,
	.footer-menus-wrappe{
		flex-direction:column;
		text-align:right;
	}
	.footer-block-social{
		width:100%;
		margin-top:48px;
	}
	footer .ast-header-social-wrap{
	display: flex;
    justify-content: center;
    margin-bottom: 40px;

	}
	.logo-mobile-footer{
		text-align:center;
	}
	.logo-mobile-footer img{
		max-width:165px;
	}
	.footer-menus-wrapper{
		flex-direction:column;
	}
	.footer-menus-wrapper .widget_nav_menu ul{
    height:40px;
    overflow:hidden;
    Transition:.3s;
}
	footer .widget_nav_menu,
	footer .widget_nav_menu nav{
		width:100%;
	}
.heigh-auto{
    height:auto!important;
		transition:.3s;

}
	.footer-menus-wrapper .widget_nav_menu ul li.footer-menu-title{
		position:relative;
	}
	.footer-menus-wrapper .widget_nav_menu ul li.footer-menu-title:after{
		content:'';
		display:inline-block;
        border-right: solid 2px #464646;
        border-top: solid 2px #464646;
        transform: rotate(135deg);
		border-radius:2px;
		width:10px;
		height:10px;
		position:absolute;
		left:20px;
		top:20px;
		transition:.3s;
		
	}
	.footer-menus-wrapper .widget_nav_menu ul.heigh-auto li.footer-menu-title:after{
		        transform: rotate(-45deg);
				transition:.3s;

	}
	.ast-footer-copyright{
		padding:5px 13px;
		font-size:10px;
	}
		.team-container{
        margin: -80px 15px 77px!important;
	}





	/*   Contact us  */
 .card-contactus {
        margin: -80px 15px 77px!important;
        padding: 20px;
	    position: relative;
        z-index: 2;
    }

	.contact-data{
		margin:20px 5px;
	}
.contact-wrapper .vertical-seperator{
    display: none;
}
    .head-contact {
        font-size: 16px;
    
    }

	.single-content{
	    padding:0 15px;
	}
}