*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a:hover{
    text-decoration: none;
}

/* banner section start */

.banner-section{
    background: #EAE3DD;
    padding: 156px 0;
}

.banner-section .banner-inner-text-wapper h1{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 100px;
    line-height: 113px;
    text-align: center;
    letter-spacing: -2.66667px;
    color: #121212;
    margin: 0;
    padding-bottom: 155px;
}
.banner-section .banner-inner-text-wapper p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 21.3333px;
    line-height: 37px;
    text-align: center;
    letter-spacing: 0.666667px;
    color: #2F2F2F;
    opacity: 0.7;
    margin: 0;
    padding-bottom: 80px;
}
.banner-section .banner-inner-text-wapper .banner-shop-btn{
    display: flex;
}
.banner-section .banner-inner-text-wapper .banner-shop-btn a{
    padding: 33px 270px;
    background: #321919;
    border-radius: 13.3333px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 21.3333px;
    line-height: 21px;
    letter-spacing: 0.4px;
    color: #FFFFFF;
    margin: 0 auto;
}
.banner-section .banner-inner-text-wapper .banner-shop-btn a span{
    margin-left: 35px;
}
/* banner section end */


/* post main section start */

    .post-main-section{
        padding: 100px 0;
    }

    .post-main-section .post-banner-wapper{
        background: #EFEFEF;
        padding: 136px 0;
        margin-bottom: 60px;
    }
    .post-main-section .post-banner-wapper p{
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 28px;
        letter-spacing: -0.03em;
        color: #A0A0A0;
        margin: 0;
        padding: 0;
        text-align: center;
    }


    .post-main-wapper{
        display:grid;
        grid-column-gap:20px;
        grid-row-gap:60px;
        grid-template-columns:repeat(3,1fr);
    }

    .post-card-wapper{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .post-card-wapper .post-card-img{
       width: 100%;
	border-radius: 4px;
	overflow: hidden;
	max-height: 264px;
	min-height: 264px;
    }
    .post-card-wapper .post-card-img img{
        width: 100%;
        height: 100%;
    }
    .post-card-wapper .post-card-inner .post-card-inner-tag{
        display: flex;
        margin-bottom: 20px;
    }
    .post-card-wapper .post-card-inner .post-card-inner-tag span{
        padding: 7px 20px;
        border-radius: 22px;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 100%;
        color: #FFFFFF;
    }
    .post-card-wapper .post-card-inner .post-card-inner-tag span.F35911{
        background: #F35911;
    }
    .post-card-wapper .post-card-inner .post-card-inner-tag span.F36114A{
        background: #36114A;
    }
    .post-card-wapper .post-card-inner .post-card-inner-tag span a{
	font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  color: #FFFFFF;
}
    .post-card-wapper .post-card-inner h3{
        margin: 0;
        padding: 0;
        line-height: 0;
    }
    .post-card-wapper .post-card-inner h3 a{
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 110%;
        color: #242424;
    }
    .post-card-wapper .post-card-inner p {
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.03em;
        color: #484848;
        margin: 0;
        padding-bottom: 40px;
        padding-top: 8px;
    }
    .post-card-wapper .post-card-inner .post-card-profile ul{
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        gap: 4px;
    }
    .post-card-wapper .post-card-inner .post-card-profile ul li span{
        color: #6A6A6A;
        font-size: 4px;
    }
    .post-card-wapper .post-card-inner .post-card-profile ul li .profile-name-img-wapper{
        display: flex;
        align-items: center;
        gap: 8px
    }
    .post-card-wapper .post-card-inner .post-card-profile ul li .profile-name-img-wapper img{
        width: 20px;
        height: 20px;
        border-radius: 50%;
        overflow: hidden;
    }
    .post-card-wapper .post-card-inner .post-card-profile ul li .profile-name-img-wapper a{
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        color: #6A6A6A;
    }
    .post-card-wapper .post-card-inner .post-card-profile ul li{
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        color: #6A6A6A;
    }
/* post main section end */




/* FAQs section start */

.faq-section{
    padding: 100px 0 289px 0;
    background: #F6F6FB;
}
.faq-section h2{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: -0.04em;
    color: #202247;
    margin: 0;
    padding-bottom: 20px;
}
.faq_accordion_wapper a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 100%;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.04em;
    color: #202247 !important;
}
.faq_accordion_wapper a {
	width: 95% !important;
}
.faq_accordion_wapper .faq_content { display: none; padding: 14px 0px 0px 0; overflow: hidden; }
.faq_accordion_wapper .faq_content p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.04em;
    color: #414252; 
    margin: 0;
    padding: 0 0 15px 0;
}
.faq_accordion_wapper .faq_content p:last-child{
    padding-bottom: 0;
}
.faq_accordion_item .faq_menu:after {
	font-family: 'Font Awesome\ 5 Free';
	content: '\f067';
	position: absolute;
	right: 0;
	top: 2px;
	font-size: 14px;
    line-height: 14px;
	color: #414252;
	text-align: center;
	font-weight: 900;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.33px solid #D3D3E8;
}
.faq_accordion_item.active .faq_menu::after {top: 2px; content: '\f00d'; }
.faq_accordion_item{
    border-top: 1px solid #D3D3E8;
    padding: 24px 0;
}
.faq_accordion_item:last-child{
    border-bottom: 1px solid #D3D3E8;
}
.faq_accordion_item .faq_menu{
		cursor: pointer;
	position: relative;
}
.faq_accordion_item.active .faq_menu a{ font-weight: 700; }


/* FAQs section end */





@media(max-width:1440px){
    /* banner section start */

    .banner-section .banner-inner-text-wapper h1 {
        font-size: 65px;
        line-height: 75px;
        padding-bottom: 100px;
    }

    .banner-section .banner-inner-text-wapper p {
        font-size: 21.3333px;
        line-height: 37px;
        padding-bottom: 60px;
    }

    /* banner section end */
}

@media(max-width:991px){

    /* banner section start */
    .banner-section {
        padding: 100px 0;
    }

    .banner-section .banner-inner-text-wapper .banner-shop-btn a {
        padding: 30px 0px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* banner section end */

    /* post main section start */

    .post-main-wapper {
        grid-row-gap: 40px;
        grid-template-columns: repeat(2,1fr);
    }

    /* post main section end */


    /* FAQs section start */

    .faq-section {
        padding: 100px 0 150px 0;
    }

    /* FAQs section end */

}

@media(max-width:767px){

    /* banner section start */

    .banner-section {
        padding: 50px 0;
    }
    .banner-section .banner-inner-text-wapper h1 {
        font-size: 40px;
        line-height: 50px;
        padding-bottom: 40px;
    }
    .banner-section .banner-inner-text-wapper p {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 40px;
    }
    .banner-section .banner-inner-text-wapper .banner-shop-btn a {
        padding: 20px 0px;
        font-size: 18px;
    }
    /* banner section end */

    /* post main section start */

    .post-main-section {
        padding: 50px 0;
    }
    .post-main-section .post-banner-wapper {
        margin-bottom: 40px;
    }
    .post-main-wapper {
        grid-row-gap: 30px;
        grid-template-columns: repeat(1,1fr);
    }
    .post-card-wapper .post-card-inner .post-card-inner-tag {
        margin-bottom: 15px;
    }
    .post-card-wapper .post-card-inner p {
        padding-bottom: 16px;
    }

    /* post main section end */


    /* FAQs section start */

    .faq-section {
        padding: 50px 0;
    }
    .faq-section h2 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 20px;
    }
    .faq_accordion_item {
        padding: 15px 0;
    }

    /* FAQs section end */

}

























/* @media (min-width: 576px){
    .container {
          max-width: 540px;
          width: 100%;
        }
    }
@media (min-width: 768px){
    .container {
          max-width: 720px;
          width: 100%;
        }
    }
@media (min-width: 992px){
    .container {
          max-width: 960px;
          width: 100%;
        }
    }
@media (min-width: 1200px){
    .container {
      max-width: 1170px;
      width: 100%;
    }
    }
@media (min-width: 1300px){
    .container {
      max-width: 1240px;
      width: 100%;
    }
    }
@media (min-width: 1400px){
    .container {
      max-width: 1340px;
      width: 100%;
    }
    } */






    @media (min-width: 1200px){
        .container.w-1440 {
          max-width: 1140px;
          width: 100%;
        }
        }
    @media (min-width: 1300px){
        .container.w-1440 {
          max-width: 1140px;
          width: 100%;
        }
        }
    @media (min-width: 1400px){
        .container.w-1440 {
          max-width: 1140px;
          width: 100%;
        }
        }
@media (min-width: 1500px){
.container.w-1440 {
  max-width: 1140px;
  width: 100%;
}
}