/* feature layout 1*/
.feature-layout-204{
    display: grid;
    gap: 80px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin: 112px 0;
}
.feature-layout-204 .features-image img{
    aspect-ratio: 1/1;
}
.feature-layout-204 .features-tagline{
    font-weight: 600;
    margin-bottom: 16px;
}
.feature-layout-204 .features-description{
    font-size: 18px;
    list-style: 150%;
    font-weight: 400;
    margin-bottom: 32px;
}
.feature-layout-204 .features-title{
    margin-bottom: 24px;
}
.feature-layout-204 .features-buttons a{
    border: 1px solid #000000;
    padding: 12px 24px;
    text-decoration: none;
}
@media (max-width:767px){
    .feature-layout-204{
        gap: 48px;
        /* grid-template-columns:1fr; */
        align-items: center;
        margin: 64px 0;
        display: flex;
        flex-wrap: wrap;
    }
    .feature-layout-204 .features-images{
        order: 1;
    }
    .feature-layout-204 .feature-content{
        order: 0;
    }
    .feature-layout-204 .features-tagline{
        margin-bottom: 12px;
    }
    .feature-layout-204 .features-title{
        margin-bottom: 20px;
    }
    .feature-layout-204 .features-description{
        font-size: 16px;
        margin-bottom: 24px;
    }
}
/*feature 2*/
.section-feature-layout-two{
    height: 574px;
    position: relative;
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}
.section-feature-layout-two::before{
    content: "";
    background: #00000066;
    opacity: 0.4;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}
.section-feature-layout-two .feature-container{
    display: grid;
    max-width: 1280px;
    margin: auto;
    height: 100%;
    position: relative;
    z-index: 2;
    gap: 80px;
    grid-template-columns: 1fr 1fr;
    color: #fff;
    padding: 112px 0;
}
.section-feature-layout-two .features-tagline{
    font-weight: 600;
    margin-bottom: 16px;
    color: #fff;
}
.section-feature-layout-two p.features-description{
    font-size: 18px;
    list-style: 150%;
    font-weight: 400;
    margin-bottom: 32px;
    color: #fff;
}
.section-feature-layout-two .feature-inner-content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 32px;
}
.section-feature-layout-two .feature-item{
    display: grid;
    gap: 16px;
    color: #fff;
    grid-template-columns: auto 1fr;
}
.section-feature-layout-two .feature-item-content{
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #fff;
}
.section-feature-layout-two h6, .section-feature-layout-two h2,.section-feature-layout-two p{
    color: #fff;
}
.section-feature-layout-two .features-button-1{
    padding: 12px 24px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
}
.section-feature-layout-two .features-button-1:hover{
    color: #000000;
    display: inline-block;
    text-decoration: none;
    background: #fff;
}
.section-feature-layout-two .features-button-2{
    padding: 12px 24px;
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
}
.section-feature-layout-two .features-button-2::after{
    content: '';
    display: inline-block;
    width: 6.69px;
    height: 11.62px;
    margin-left: 16.51px;
    background: url('../images/white-arrow.svg') no-repeat center center;
}
.section-feature-layout-two .feature-item-description{
    font-size: 16px;
    list-style: 150%;
    font-weight: 400;
}
@media (max-width:1280px){
    .section-feature-layout-two .feature-container{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width:767px){
    .section-feature-layout-two{
        height: 787px;
    }
    .section-feature-layout-two .feature-container {
        gap: 20px;
        grid-template-columns: 1fr;
        color: #fff;
        padding: 64px 20px;
    }
    .section-feature-layout-two .features-tagline {
        margin-bottom: 12px;
    }
    .section-feature-layout-two p.features-description {
        font-size: 16px;
        margin-bottom: 24px;
    }
    .section-feature-layout-two .feature-inner-content {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 24px;
    }
    .section-feature-layout-two .feature-item-content {
        gap: 12px;
    }
}
/*feature 3*/
.section-feature-layout-three .feature-container{
    display: grid;
    gap: 80px;
    grid-template-columns: 1fr 1fr;
    margin: 112px 0;
}
.section-feature-layout-three p.features-description{
    font-size: 18px;
    list-style: 150%;
    font-weight: 400;
    margin-bottom: 32px;
}
.section-feature-layout-three .feature-inner-content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.section-feature-layout-three .feature-item{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.section-feature-layout-three .feature-item-description{
    font-size: 16px;
    list-style: 150%;
    font-weight: 400;
}
@media (max-width:767px){
    .section-feature-layout-three .feature-container {
        gap: 20px;
        grid-template-columns: 1fr;
        margin: 64px 0;
    }
    .section-feature-layout-three p.features-description {
        font-size: 16px;
        margin-bottom: 24px;
    }
    .section-feature-layout-three .feature-inner-content {
        grid-template-columns: 1fr;
    }
    .section-feature-layout-three .feature-item {
        gap: 12px;
    }
}
/**feature 4*/
.section-feature-layout-four{
    display: flex;
    gap: 80px;
    margin: 112px 0;
    flex-direction: column;
}
.section-feature-layout-four .feature-main-content{
    display: grid;
    gap: 80px;
    grid-template-columns: 1fr 1fr;
}
.section-feature-layout-four .features-tagline{
    font-weight: 600;
    margin-bottom: 16px;
}
.section-feature-layout-four .features-description{
    font-size: 18px;
    list-style: 150%;
    font-weight: 400;
}
.section-feature-layout-four .feature-item-container{
    display: flex;
    gap: 80px;
    flex-direction: column;
}
.section-feature-layout-four .feature-inner-content{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
}
.section-feature-layout-four .feature-item-image{
    margin-bottom: 32px;
}
.section-feature-layout-four h4.feature-item-title{
    margin-bottom: 24px;
}
.section-feature-layout-four .features-button-1{
    padding: 12px 24px;
    border: 1px solid #000000;
    color: #000000;
    display: inline-block;
    text-decoration: none;
}
.section-feature-layout-four .features-button-1:hover{
    color: #fff;
    display: inline-block;
    text-decoration: none;
    background: #000000;
}
.section-feature-layout-four .features-button-2{
    padding: 12px 24px;
    color: #000000;;
    display: inline-block;
    text-decoration: none;
}
.section-feature-layout-four .features-button-2::after{
    content: '';
    display: inline-block;
    width: 6.69px;
    height: 11.62px;
    margin-left: 16.51px;
    background: url('../images/black-arrow.svg') no-repeat center center;
}
@media (max-width:767px){
    .section-feature-layout-four {
        gap: 48px;
        margin: 64px 0;
    }
    .section-feature-layout-four .feature-main-content {
        gap: 20px;
        grid-template-columns: 1fr;
    }
    .section-feature-layout-four .features-tagline {
        margin-bottom: 12px;
    }
    .section-feature-layout-four .feature-inner-content {
        grid-template-columns: 1fr;
    }
    .section-feature-layout-four .feature-item-image {
        margin-bottom: 24px;
    }
    .section-feature-layout-four h4.feature-item-title {
        margin-bottom: 20px;
    }
    .section-feature-layout-four .feature-item-container {
        gap: 48px;
    }
}
/**feature 5*/
.section-feature-layout-five{
    display: flex;
    margin: 112px 0;
}
.section-feature-layout-five .feature-inner-content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
}
.section-feature-layout-five .feature-item-image{
    margin-bottom: 32px;
}
.section-feature-layout-five h4.feature-item-title{
    margin-bottom: 24px;
}
.section-feature-layout-five .feature-item-image img {
    height: 320px;
    object-fit: cover;
    width: 100%;
}
.section-feature-layout-five .features-button-1{
    padding: 12px 24px 12px 0;
    color: #000000;;
    display: inline-block;
    text-decoration: none;
}
.section-feature-layout-five .features-button-1::after{
    content: '';
    display: inline-block;
    width: 6.69px;
    height: 11.62px;
    margin-left: 16.51px;
    background: url('../images/black-arrow.svg') no-repeat center center;
}
.section-feature-layout-five .feature-item-buttons{
    margin-top: 24px;
}
@media (max-width:767px){
    .section-feature-layout-five {
        margin: 64px 0;
    }
    .section-feature-layout-five .feature-inner-content {
        grid-template-columns: 1fr;
         gap: 48px;
    }
    .section-feature-layout-five .feature-item-image {
        margin-bottom: 24px;
    }
    .section-feature-layout-five h4.feature-item-title {
        margin-bottom: 20px;
    }
    .section-feature-layout-five .feature-item-buttons{
        margin-top: 16px;
    }
}
/**feature six*/
.section-feature-layout-six{
    margin: 112px 0;
}
.section-feature-layout-six .feature-container {
    display: grid;
    gap: 80px;
    grid-template-columns: 380px 1fr;
}
.section-feature-layout-six .features-tagline {
    font-weight: 600;
    margin-bottom: 16px;
}
.section-feature-layout-six .features-title {
    margin-bottom: 24px;
}
.section-feature-layout-six .features-description {
    font-size: 18px;
    list-style: 150%;
    font-weight: 400;
    margin-bottom: 32px;
}
.section-feature-layout-six .features-button-1{
    padding: 12px 24px;
    border: 1px solid #000000;
    color: #000000;
    display: inline-block;
    text-decoration: none;
}
.section-feature-layout-six .features-button-1:hover{
    color: #fff;
    display: inline-block;
    text-decoration: none;
    background: #000000;
}
.section-feature-layout-six .features-button-2{
    padding: 12px 24px;
    color: #000000;;
    display: inline-block;
    text-decoration: none;
}
.section-feature-layout-six .features-button-2::after{
    content: '';
    display: inline-block;
    width: 6.69px;
    height: 11.62px;
    margin-left: 16.51px;
    background: url('../images/black-arrow.svg') no-repeat center center;
}
.section-feature-layout-six .feature-inner-content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px 48px;
}
.section-feature-layout-six .feature-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.section-feature-layout-six .feature-item-description{
    font-size: 16px;
    list-style: 150%;
    font-weight: 400;
}
@media (max-width:767px){
    .section-feature-layout-six{
        margin: 64px 0;
    }
    .section-feature-layout-six .feature-container {
        gap: 48px;
        grid-template-columns: 1fr;
    }
    .section-feature-layout-six .features-tagline {
        margin-bottom: 12px;
    }
    .section-feature-layout-six .features-title {
        margin-bottom: 20px;
    }
    .section-feature-layout-six .features-description {
        font-size: 16px;
        margin-bottom: 24px;
    }
    .section-feature-layout-six .feature-inner-content{
        display: grid;
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .section-feature-layout-six .feature-item {
        gap: 12px;
    }
}

/**feature nine*/
.section-feature-layout-nine .feature-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.section-feature-layout-nine .feature-right-content{
    max-width: 560px;
    margin: 112px auto 112px 80px;
}
.section-feature-layout-nine .features-tagline {
    font-weight: 600;
    margin-bottom: 16px;
}
.section-feature-layout-nine .features-title {
    margin-bottom: 24px;
}
.section-feature-layout-nine .features-description {
    font-size: 18px;
    list-style: 150%;
    font-weight: 400;
    margin-bottom: 32px;
}
.section-feature-layout-nine .features-button-1{
    padding: 12px 24px;
    border: 1px solid #000000;
    color: #000000;
    display: inline-block;
    text-decoration: none;
}
.section-feature-layout-nine .features-button-1:hover{
    color: #fff;
    display: inline-block;
    text-decoration: none;
    background: #000000;
}
.section-feature-layout-nine .features-button-2{
    padding: 12px 24px;
    color: #000000;;
    display: inline-block;
    text-decoration: none;
}
.section-feature-layout-nine .features-button-2::after{
    content: '';
    display: inline-block;
    width: 6.69px;
    height: 11.62px;
    margin-left: 16.51px;
    background: url('../images/black-arrow.svg') no-repeat center center;
}
.section-feature-layout-nine .feature-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.section-feature-layout-nine .feature-inner-content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 40px;
}
.section-feature-layout-nine .features-image,
.section-feature-layout-nine .features-image figure{
    height: 100%;
}
.section-feature-layout-nine .features-image figure img{
     height: 100%;
     object-fit: cover;
}
.section-feature-layout-nine .feature-item-description{
    font-size: 16px;
    list-style: 150%;
    font-weight: 400;
}
@media (max-width:1024px){
    .section-feature-layout-nine .feature-container {
        grid-template-columns: 1fr;
    }
     .section-feature-layout-nine .feature-right-content {
        max-width: 100%;
        margin: 64px 20px 64px 20px;
        order: 0;
    }
    .section-feature-layout-nine .feature-left-content{
        order: 1;
    }
}
@media (max-width:767px){
    .section-feature-layout-nine .features-tagline {
        margin-bottom: 12px;
    }
    .section-feature-layout-nine .features-title {
        margin-bottom: 20px;
    }
    .section-feature-layout-nine .features-description {
        font-size: 16px;
        margin-bottom: 24px;
    }
    .section-feature-layout-nine .feature-item {
        gap: 12px;
    }
    .section-feature-layout-nine .feature-inner-content {
        grid-template-columns: 1fr;
    }
}
/**feature eight*/
.section-feature-layout-eight{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    margin: 112px 0 208px 0;
}
.section-feature-layout-eight .features-tagline {
    font-weight: 600;
    margin-bottom: 16px;
}
.section-feature-layout-eight .features-title {
    margin-bottom: 24px;
}
.section-feature-layout-eight .features-description {
    font-size: 18px;
    list-style: 150%;
    font-weight: 400;
    margin-bottom: 32px;
}
.section-feature-layout-eight .features-button-1{
    padding: 12px 24px;
    border: 1px solid #000000;
    color: #000000;
    display: inline-block;
    text-decoration: none;
}
.section-feature-layout-eight .features-button-1:hover{
    color: #fff;
    display: inline-block;
    text-decoration: none;
    background: #000000;
}
.section-feature-layout-eight .features-button-2{
    padding: 12px 24px;
    color: #000000;;
    display: inline-block;
    text-decoration: none;
}
.section-feature-layout-eight .features-button-2::after{
    content: '';
    display: inline-block;
    width: 6.69px;
    height: 11.62px;
    margin-left: 16.51px;
    background: url('../images/black-arrow.svg') no-repeat center center;
}
.section-feature-layout-eight .features-image {
    position: relative;
    /* width: 532px;    */
    height: auto;
    width:calc(100% - 13%);
}
.section-feature-layout-eight .features-image-primary img {
    /* width: 532px;
    height: 532px; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
      aspect-ratio: 1/1;
}
.section-feature-layout-eight .features-image-secondary {
    position: absolute;
    /* width: 364px;
    height: 364px; */
    width: 60%;
    bottom: -96px;   
    right: -76px;     
}
.section-feature-layout-eight .features-image-secondary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
  
}
@media (max-width:1024px){
    .section-feature-layout-eight .features-image-secondary {
        bottom: -66px;   
        right: -56px;     
    }
}
@media (max-width:1024px){
    .section-feature-layout-eight .features-image-secondary {
        bottom: -16px;   
        right: -46px;    
        width: 50%; 
    }
}
@media (max-width:812px){
    .section-feature-layout-eight .features-image-secondary {
        bottom: 46px; 
    }
}
@media (max-width:767px){
    .section-feature-layout-eight{
        grid-template-columns: 1fr;
        gap: 48px;
        margin: 64px 0;
    }
    .section-feature-layout-eight .features-tagline {
        margin-bottom: 12px;
    }
    .section-feature-layout-eight .features-title {
        margin-bottom: 20px;
    }
    .section-feature-layout-eight .features-description {
        font-size: 16px;
        margin-bottom: 24px;
    }
    .section-feature-layout-eight .features-image {
        width:calc(100% - 15%);
        margin-bottom: 49px;
    }
    .section-feature-layout-eight .features-image-primary img {
        width: 100%;
        height: 100%;
    }
    .section-feature-layout-eight .features-image-secondary {
        width: 43%;
        height:inherit;
        bottom: -49px;
        right: -49px;
    }
}
/**feature seven*/
.section-feature-layout-seven{
    margin: 112px 0;
}
.section-feature-layout-seven .feature-content{
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.section-feature-layout-seven .features-tagline {
    font-weight: 600;
    margin-bottom: 16px;
}
.section-feature-layout-seven .features-title {
    margin-bottom: 24px;
}
.section-feature-layout-seven .features-description {
    font-size: 18px;
    list-style: 150%;
    font-weight: 400;
}
.section-feature-layout-seven .featured-section-main{
    display: grid;
    grid-template-columns: 1fr 540px 1fr;
}
.section-feature-layout-seven .feature-item{
    text-align: center;
}
.section-feature-layout-seven .featured-section-header {
    max-width: 767px;
    margin: auto;
    text-align: center;
}
.section-feature-layout-seven .features-buttons {
    text-align: center;
}
.section-feature-layout-seven .features-button-1{
    padding: 12px 24px;
    border: 1px solid #000000;
    color: #000000;
    display: inline-block;
    text-decoration: none;
}
.section-feature-layout-seven .features-button-1:hover{
    color: #fff;
    display: inline-block;
    text-decoration: none;
    background: #000000;
}
.section-feature-layout-seven .features-button-2{
    padding: 12px 24px;
    color: #000000;;
    display: inline-block;
    text-decoration: none;
}
.section-feature-layout-seven .features-button-2::after{
    content: '';
    display: inline-block;
    width: 6.69px;
    height: 11.62px;
    margin-left: 16.51px;
    background: url('../images/black-arrow.svg') no-repeat center center;
}
.section-feature-layout-seven .featured-section-main-inner-left .feature-inner-content {
    padding: 44px 0 44px 48px;
    display: flex;
    gap: 64px;
    flex-direction: column;
}
.section-feature-layout-seven .featured-section-main-inner-right .feature-inner-content {
    padding: 44px 48px 44px 0;
    display: flex;
    gap: 64px;
    flex-direction: column;
}
.section-feature-layout-seven .featured-section-main-inner-center .features-image img{
    object-fit: cover;
    aspect-ratio: 1/1;
}
.section-feature-layout-seven .feature-item-description{
    font-size: 16px;
    list-style: 150%;
    font-weight: 400;
    margin-top: 16px;
}
.section-feature-layout-seven .feature-item-title{
    margin-top: 24px;
}
@media (max-width:767px){
    .section-feature-layout-seven{
        margin: 64px 0;
    }
    .section-feature-layout-seven .feature-content{
        gap: 48px;
    }
    .section-feature-layout-seven .features-tagline {
        margin-bottom: 12px;
    }
    .section-feature-layout-seven .features-title {
        margin-bottom: 20px;
    }
    .section-feature-layout-seven .features-description {
        font-size: 16px;
    }
    .section-feature-layout-seven .featured-section-main{
        grid-template-columns: 1fr;
    }
    .section-feature-layout-seven .featured-section-header {
        max-width:100%;
    }
    .section-feature-layout-seven  .featured-section-main-inner-left .feature-inner-content,
    .section-feature-layout-seven  .featured-section-main-inner-right .feature-inner-content  {
        padding:0;
        gap: 48px;
    }
    .section-feature-layout-seven .feature-item-description{
        margin-top: 12px;
    }
    .section-feature-layout-seven .feature-item-title{
        margin-top: 20px;
    }
    .section-feature-layout-seven  .featured-section-main-inner-right{
        order: 0;
    }
    .section-feature-layout-seven  .featured-section-main-inner-left{
        order: 1;
    }
    .section-feature-layout-seven .featured-section-main-inner-center{
        order: 2;
        margin-top: 48px;
    }
}