.intro-blog-page{
    background-color: var(--color2);
    padding-block: 65px;

}

.duration-div{
    height: 23px;
    padding: 6px;
    gap: 5px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    background-color: var(--color1);
    font-size: 14.5px;
    line-height: 18px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 9;
  }
  
  .duration-div i{
   font-size: 15px;
   line-height: 18px;
   color: var(--color2);
  }

/* .intro-blog-page:before{
    content: "\e906";
    font-family: 'icomoon';
    display: block;
    height: 100%;
    width: 100%;
    z-index: 0;
    font-size: 250px;
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff66;
} */

.blog-page-head{
    font-size: 36px;
    line-height: 51px;
    color: white;
}
.blog-page-content{
    font-size: 16px;
    line-height: 30px;
    color: white;  
    opacity: 80%;
    margin-block: 19px 40px
}


.newsletter-div{
    border-radius: 20px;
    padding: 40px;
    min-height: 343px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 34px;
}
/* .news-overlay{
background: linear-gradient(95.75deg, #ECECEC 0%, rgba(236, 236, 236, 0.8) 50%, #ECECEC 100%);
content: "";
position: absolute;
inset: 0;
width: 100%;
height: 100%;
display: block;
z-index: -1;
border-radius: 20px;
} */
.newsletter-div:before{
    content: "";
    box-shadow: 0px 0px 12px 0px #0B265033;
   height: 6px;
    width: 154px;
    gap: 0px;
    border-radius: 4px 4px 0px 0px;
    position: absolute;
    top: -5px;
    right: 50%;
    transform: translateX(50%);  
    background-color: var(--color2);
    z-index: 0;
    line-height: 1;
}

.newsletter-div:after{
    mask-image: linear-gradient(45deg, black -10%, transparent 59%);
    content: '\e928';
    font-family: 'icomoon';
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    opacity: 60%;
    font-size: 14rem;
    pointer-events: none;
    z-index: 0;
    line-height: 1;
}

.newsletter-div .text-muted{
display: none;
}
#newsletter-form{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

#newsletter-form #email{
    background-color: white;
    border: 1px solid white;
    border-radius: 12px;
    height: 64px;
    padding: 16px 20px;
    width: 100%;
}

#newsletter-form input#email:-internal-autofill-selected{
    border: 1px solid var(--color2);
    background-color: var(--color2);
    color: white;
} 

@media (min-width:992px){
    #newsletter-form #email{
        min-width: 30rem;
    }  
}

.titr-new-div{
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}
.titr-new-div h4{
font-size: 34px;
line-height: 48px;
color: var(--color2);
}
.titr-new-div span{
    font-size: 16px;
    line-height: 26px;
    color: var(--color2);
    text-align: center;
}

#email-error{
    color: var(--danger);
    padding: 10px 0 0 5px;
    font-size: 15px;
    line-height: 32px;
}

.intro-blog-page:before{
    mask-image: linear-gradient(155deg, #00000070 -5%, transparent 65%); 
       content: '\e928';
    font-family: 'icomoon';
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    opacity: 50%;
    font-size: 13rem;
    pointer-events: none;
    z-index: 0;
    line-height: 1;
}


.pic-blogside{
    margin: auto;
    display: block;
}
.pic-blogside img{
    border-radius: 20px;
    transition: 0.26s all linear;
}
.pic-blogside img:hover {
    filter: grayscale(1);
}


.choose-box{
    display: flex;
        flex-direction: column;
        gap: 20px;
}
.type-div{
    display: flex;
    align-items: center;
    gap: 12px;
}
.type-div label{
 font-size: 16px;
 line-height: 20px;
 color: var(--color2);
}
.type-div input[type="checkbox"]{
    height: 24px;
    width: 24px;
    border-color: #0B265080;
    border-radius: 8px;
    accent-color: var(--color1); 
}
input[type="checkbox"]:checked{
  color: #0B2650;
  font-size: 8px;
  font-weight: 400;
  }
  

.section-information .main-content:before{
    mask-image: linear-gradient(226deg, black -10%, transparent 59%);
    content: '\e928';
    font-family: 'icomoon';
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    opacity: 70%;
    font-size: 15rem;
    pointer-events: none;
    z-index: 0;
    line-height: 1;
}




@media (max-width:991px){

    .blog-page-section .post-item{
        padding-bottom: 40px;
    }

    .pic-blogside{
      margin-top: 50px;
    }

    #more-tax-desc {
        padding: 48px 16px !important;
    }

    #more-tax-desc h2, #more-tax-desc h3 {
        font-size: 26px;
        line-height: 37px;
        margin-bottom: 12px;
    }
    #more-tax-desc p {
        font-size: 14px;
        line-height: 24px;
    }

    .blog-page-content{
        padding-inline: 15px;
        font-size: 14px;
        line-height: 24px;
        margin-block: 11px 32px;
    }

    .intro-blog-page .col-12{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .intro-blog-page {
        padding-block: 32px;
    }

    .blog-page-head {
        font-size: 28px;
        line-height: 40px;
    }

    .intro-blog-page .more-tax-desc {
        margin: 0;
    }

    .newsletter-div{
        padding-inline: 16px;
    }

}
