.woodly__slider_two-section{
width: 100%;
position: relative;
}
.woodly__slider_two-section-bg {
padding-top: 163px;
padding-bottom: 86px;
height: 756px;
display: flex;
align-items: center;
background-size: cover;
background-repeat: no-repeat;
}
.woodly__slider_two-right-content {
display: flex;
flex-direction: column;
align-items: flex-end;
}
.woodly__slider_two-heading {
color: #1F2826;
text-align: right;
font-family: Libre Baskerville;
font-style: normal;
font-weight: 400;
line-height: 140%;
font-size: 72px;
margin-bottom: 2px;
}
.woodly__slider_two-subtitle {
color: #3C9581;
text-align: right;
font-size: 42px;
font-family: Libre Baskerville;
font-style: normal;
font-weight: 400;
line-height: 140%;
margin-top:8px;
}
.woodly__slider_two-border {
width: 146px;
height: 3px;
background: #3C9581;
}
a.woodly__slider_two-button {
color: #FFFDFA;
font-size: 18px;
font-family: DM Sans;
font-style: normal;
font-weight: 500;
line-height: 140%;
padding: 18px 26px 18px 42px;
border-radius: 4px;
background: #3C9581;
display: flex;
align-items: center;
gap: 5px;
}
.woodly__slider_two-banner-img {
position: absolute;
top: 163px;
left: 167px;
}
.woodly__slider_two-Swiper .swiper-pagination{
display: flex;
gap: 12px;
left: 50%;
bottom: 60px;
}
.woodly__slider_two-Swiper .swiper-pagination-bullet{
width: 12px;
height: 12px;
background: #3C9581;
opacity: 1;
}
.woodly__slider_two-Swiper span.swiper-pagination-bullet.swiper-pagination-bullet-active {
width: 36px;
height: 12px;
border-radius: 50px;
}
.flex-row-reverse .woodly__slider_two-banner-img{
left: auto;
right: 167px;
}
.flex-row-reverse .woodly__slider_two-right-content {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.flex-row-reverse .woodly__slider_two-heading{
text-align:left;
}
.woodly__slider_two-button {
display: flex;
justify-content: flex-end;
}
.slider-heading-spand{
font-size: 32px;
display: block;
font-style: italic;
font-weight: 400;
}
@media(max-width:767px){
.woodly__slider_two-Swiper .swiper-pagination{
left: 0;
justify-content: center;
}
.woodly__slider_two-banner-img{
position: static;
}
.woodly__slider_two-right-content,
.woodly__slider_two-button{
justify-content: center;
align-items:center;
}
}.woodly__home_two-category-section {
display: flex;
gap: 0;
justify-content: center;
flex-wrap: wrap;
width: 100%;
}
.woodly__home_two-category-box{
position:relative;
}
.woodly__home_two-category-title_overlay{
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
top: 0;
}
.woodly__home_two-category-box {
width: 320px;
height: 150px;
background: #F3FCF8;
border-radius: 4px;
}
.woodly__home_two-category-section-one{
gap:40px;
}
.woodly__home_two-category-title {
color: #1F2826;
font-size: 18px;
font-family: Libre Baskerville;
font-style: normal;
font-weight: 400;
line-height: 140%;
margin-bottom: 6px;
}
.woodly__home_two-category-info{
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.woodly__home_two-category-box:hover .woodly__home_two-category-info{
transform: translateY(30%);
-webkit-transform: translateY(30%);
-moz-transform: translateY(30%);
-ms-transform: translateY(30%);
-o-transform: translateY(30%);
}
.woodly__home_two-category-items {
color: #1F2826;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%;
margin-bottom: 0;
}
.woodly__home_two-category-info {
padding-left: 26px;
}
.woodly__home_two-category-image{
width: 150px;
height: 150px;
transition: all .2s;
position: relative;
overflow:hidden;
}
.woodly__home_two-category-image img{
opacity: .89;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.woodly__home_two-category-box:hover .woodly__home_two-category-image img{
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}
.woodly__home_two-category-box-style-two{
width:25%;
text-align:center;
padding:25px 0;
position:relative;
}
.woodly__home_two-category-box-style-two:before{
content: '';
display: block;
position: absolute;
left:0;
right: -1px;
top: -1px;
bottom: 0;
border: solid 1px #cbcbcb;
pointer-events: none;
z-index:3;
}
.woodly__home_two-category-box-style-two:first-child{
border-left:0;
}
.woodly__home_two-category-box-style-two .woodly__home_two-category-image {
max-width: 200px;
width:200px;
height:200px;
transition: all .2s;
position: relative;
overflow: hidden;
margin: 0 auto;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
}
.woodly__home_two-category-box-style-two .woodly__home_two-category-image:before{
content: "";
width: 100%;
height: 100%;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
background: #F2F2F2;
position: absolute;
top: 50%;
left: 50%;
-webkit-transition: all .5s ease;
transition: all .5s ease;
-webkit-transform: translate(-50%,-50%) scale(0);
transform: translate(-50%,-50%) scale(0);
z-index: -1;
}
.woodly__home_two-category-box-style-two:hover .woodly__home_two-category-image:before {
-webkit-transform: translate(-50%,-50%) scale(1);
transform: translate(-50%,-50%) scale(1);
}
.woodly__home_two-category-box-style-two .woodly__home_two-category-info{
margin-top:10px;
}
.woodly__home_two-category-box-style-two .woodly__home_two-category-info{
padding-left:0;
}
@media (max-width:767px){
.woodly__home_two-category-box-style-two{
width:50%;
}
.woodly__home_two-category-section-one{
gap:20px;
}
}.woodly-post-thumbnail {
}
.woodly-post-thumbnail img{
width: 100%;
height: 470px;
transition: all 0.5s;
object-fit: cover;
}
.woodly_post_thumnel{
overflow: hidden;
border-radius: 6px;
}
.woodly_single-post-main:hover img{
transform: scale(1.05);
}
.woodly-blog-meta{
color: #1F2826;
font-family: Libre Baskerville;
font-size: 16px;
font-style: italic;
font-weight: 400;
line-height: 140%;
margin-top: 11px;
margin-bottom: 6px;
}
.woodly-blog-meta a , .woodly-blog-title a{
color: #1F2826;
}
.woodly-blog-title {
color: #1F2826;
font-family: Libre Baskerville;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 140%;
margin-bottom: 15px;
}
.woodly-blog-dec {
color:  #1F2826; font-family: DM Sans;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%;
}
.woodly-link-post {
color: #000;
leading-trim: both;
text-edge: cap;
font-family: Libre Baskerville;
font-size: 16px;
font-style: italic;
font-weight: 400;
line-height: 140%;
border-bottom: 1px solid #000;
}