/*Hero Banner Start*/
.origami_printable_hero_banner{
    position: relative;
    z-index: 0;
}
@media (min-width:768px) {
    .origami_printable_hero_banner{
    }
}
.hero_banner_image_wrapper{
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
@media (min-width:768px) {
    .hero_banner_image_wrapper{
        
    }
}
.hero_banner_image{
    width: 100%;
    height: auto;
    object-fit: cover;
}
@media (min-width:768px) {
    .hero_banner_image{
      
    }
}


.hero_banner_detail_wrapper{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    align-items: center;
    gap: 12px;
    padding: 24px;
    background: #ffffff66;
}
@media (min-width:768px) {
    .hero_banner_detail_wrapper{
        gap: 20px;
        padding: 64px;
    }
}
.hero_banner_title{
    color: var(--heading-font-color);
    font-size: 24px;
    text-align: center;
    font-weight: 500;
}
@media (min-width:768px) {
    .hero_banner_title{
        font-size: 48px;
    }
}
.hero_banner_description{
    font-size: 14px;
    color: var(--main-slider-color);
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
    
}
@media (min-width:768px) {
    .hero_banner_description{
        font-size: 18px;
    }
}
/*Hero Banner End*/ 
/* download start*/
.origami_tutorial_info_wrapper {
    gap: 16px;
    max-width: 1080px;
    margin: 0 auto;
    padding: 24px;
}
@media (min-width:768px) {
    .origami_tutorial_info_wrapper{
        gap: 24px;
        padding:32px 64px;
    }
}
.origami_tutorial_info {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 16px;
}
.origami_tutorial_info.button {
    text-align: center;
}
@media (min-width:768px) {
    .origami_tutorial_info {
        border-radius: 18px;
        padding: 24px;
    }
}
.printable_thumbnail{
    width: 100%;
    height: auto;
    display: flex;
}
@media (min-width:768px) {
    .printable_thumbnail{
        
    }
}

.info_detail_wrapper{
    height:100%;
}
@media (min-width:768px) {
    .info_detail_wrapper {
        
    }
}

.printable_pdf_button{
    text-decoration: none;
    margin: 24px 0 auto;
    display: inline-block;
    padding: 8px 24px;
    font-size: 14px;
    background: linear-gradient(8deg,rgba(85, 135, 60, 1) 40%, rgba(136, 177, 73, 1) 100%);
    color: var(--button-color);
    border-radius: 100px;
    font-weight: 500;
}
@media (min-width:768px) {
    .printable_pdf_button{
        font-size: 18px;
        padding: 12px 38px;
    }
}


/* download end*/

/*Related Tutorial start*/
.related_tutorials_wrapper{
   padding: 0 24px 10px;
}
@media (min-width:768px) {
    .related_tutorials_wrapper{
       padding: 0 64px 24px;
    }
}
.related_tutorials_detail_wrapper{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 18px;
}
@media (min-width:768px) {
    .related_tutorials_detail_wrapper{
       gap: 12px;
       margin-bottom: 24px;
    }
}
.related_tutorials_title{
    color: var(--heading-font-color);
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
}
@media (min-width:768px) {
    .related_tutorials_title{
        font-size: 48px;
    }
}

.swiper-slide  {
    height: auto !important;
    padding-bottom: 2px;
}
.swiper_pagination {
    position: relative;
    padding-top: 20px;
    text-align: center;
}
.swiper-pagination-bullet-active{
    background: linear-gradient(8deg,rgba(85, 135, 60, 1) 40%, rgba(136, 177, 73, 1) 100%) !important;
}
.tutorial_card{
    height: 100%;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid var(--light-border-color);
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
@media (min-width:768px) {
    .tutorial_card{
      border-radius: 1.6rem;
    }
}
.tutorial_thumbnail{
    width: 100%;
    height: auto;
    display: flex;
}
@media (min-width:768px) {
    .tutorial_thumbnail{
        
    }
}
.tutorial_detail_wrapper{
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
@media (min-width:768px) {
    .tutorial_detail_wrapper{
        
    }
}
.tutorial_title{
    font-size: 24px;
    text-align: center;
    color: var(--blog-list-card-title-color);
}
@media (min-width:768px) {
    .tutorial_title{
        font-size: 26px;
    }
}
.tutorial_desc{
    font-size: 16px;
    margin-top: 4px;
    text-align: center;
    color: var(--blog-list-card-description-color);
    flex: 1;
    
}
@media (min-width:768px) {
    .tutorial_desc{
       font-size: 18px; 
    }
}
.tutorial_btn{
    display: flex;
    margin:14px auto 0;
    max-width: max-content;
    text-decoration: none;
    padding: 8px 24px;
    font-size: 14px;
    background: linear-gradient(8deg,rgba(85, 135, 60, 1) 40%, rgba(136, 177, 73, 1) 100%);
    color: var(--button-color);
    border-radius: 100px;
    font-weight: 500;
}
@media (min-width:768px) {
    .tutorial_btn{
        font-size: 18px;
        padding: 12px 38px;
    }
}
/*Related Tutorial End*/