﻿* {
    font-family: 'Noto Sans Display', sans-serif;
}
.menu-sigup-btn {
    /* padding: 15% 20% 15% 20%; */
    margin: unset !important;
    background-color: #7FCA3F !important;
    border: 2px solid #7FCA3F !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    transition: all 0.25s ease-out !important;
    letter-spacing: .02em !important;
    text-align: center !important;
    position: relative;
    width: 111px;
    height: 47px;
}

.submit-sigup-btn {
    padding: 2% 5% 2% 5%;
    font-size: 20px;
    /* margin: 20% 10% 0% 0; */
    background-color: #7FCA3F !important;
    border: 2px solid #7FCA3F !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    transition: all 0.25s ease-out !important;
    letter-spacing: .02em !important;
    text-align: center !important;
    cursor:pointer;
    /*margin-left: 85px;*/
}
    .submit-sigup-btn:hover {
        background-color: #5f7800 !important;
        color: #FFF !important;
        border: 2px solid #5f7800 !important;
    }
.crw {
    display: flex;
    /*justify-content: space-evenly;*/
    align-items: center;
    /*margin-left: 45%;*/
    flex-direction: row;
    /*flex-wrap: nowrap;*/
}

html {
    scroll-behavior: smooth;
}

.section-durastak h1 {
    font-size: 100px;
    font-weight: 600;
    color: #334C56;
}

.section-durastak h2 {
    font-size: 52px;
    font-weight: 500;
    color: #334C56;
}

.text-center {
    text-align: center;
}

.font-24 {
    font-size: 24px;
    line-height: 46px;
    color: #2E2E2E;
}

.black-33456 {
    color: #334C56;
}

p {
    font-size: 24px;
}

section {
    position: relative;
    padding: 4% 0% 4% 0%;
    z-index: 0;
}

.rm-pad-top {
    padding-top: unset;
}
.rm-pad-btm {
    padding-bottom: unset;
}

.margin-106{
    margin-top:106px;
    margin-bottom:21px;
}
#durastak {
    height: calc(100vh - 70px);
    /*min-height: 400px;*/
    overflow: hidden;
}
#durastak-intro .container {
    width: 900px;
}
.banner1-img, .banner2-img {
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(100vh - 70px);
    object-fit: cover;
    z-index: -1;
}
.banner1-img {
    /*content: url('https://assets.syngentaebiz.com/images/durastak-header-corn-desktop@2x.png');*/
    content: url('../img/durastak-header-corn-desktop.jpg');
}
.banner2-img {
    /*content: url('https://assets.syngentaebiz.com/images/durastak-header-chess-board-desktop@2x.png');*/
    background: url(https://assets.syngentaebiz.com/images/durastak-header-chess-board-desktop@2x.png) 50% 30% no-repeat padding-box;
    background-size: 100%;
}
#ds-submit {
    margin: 0 0 25px 0;
}

#ds-form p.legal {
    font-size: 1.2rem;
    line-height: 1.4rem;
}

    #ds-form p.legal a {
        color: inherit;
        text-decoration: underline;
    }


#ds-form p.thank-you {
    font-weight: bold;
}

#ds-form p.unsupported-region {
    font-weight: bold;
    color: red;
}

.g-recaptcha {
    padding-left: 142px;
}

.email-com {
    padding-left: 14rem;
    font: normal normal normal 16px/24px Noto Sans;
    color: #2E2E2E;
    text-align: left;
}

.largerCheckbox {
    height: 45px !important;
    width: 10rem !important;
    margin-left: 13rem !important;
}

.header-1a {
    font-size: 70px !important;
    color: #7FCA3F !important;
    font-weight: 900 !important;
}

.header-1b {
    font-size: 66px !important;
    font-weight: 500 !important;
    color: #2E2E2E !important;
}

.header-p {
    font-size: 24px;
    color: #334C56;
    font-weight: bold;
}

.btn {
    display: inline-block !important;
    padding: 0.9em 3em !important;
    background-color: #7FCA3F !important;
    border: 2px solid #7FCA3F !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    transition: all 0.25s ease-out !important;
    letter-spacing: .02em !important;
    text-align: center !important;
    margin-bottom: 5rem !important;
    border-radius:unset !important;
}

    .btn:hover {
        background-color: #5f7800 !important;
        color: #FFF !important;
        border: 2px solid #5f7800 !important;
    }
#durastak-intro {
    position: relative;
    margin-top: 5%;
    z-index: 1;
}

.scroll-wrapper {
    position:relative;
    min-height: 300vh; 
}

.scroll-wrapper .container {
    position: sticky;
    top: 0; 
    z-index: 2;
    padding-top:6%;
}
.sticky-container{
    height:410vh;
}
.pin-spacer {
    position: relative !important;
    height: auto !important;
    min-height: 10vh;
}

body.pinned {
    overflow: hidden;
}
#durastak-features {
    background-color: #F1F2F2;
    width: 100%;
    height: 100vh !important;
    z-index: 1;
    top: 0 !important;
    transform: translate(0px, 0px) !important;
}
    
.green-header {
    color: #7FCA3F !important;
}
.cornrootwormnum{
    font-weight:800 !important;
    margin-bottom:36px !important;
    margin-top:36px !important;
}
.img-width-responsive {
    width: 650px;
}
/*#Signup .row {
    gap: 20px;
}*/
.video-player {
    display: grid;
    padding: 0 var(--grid-pad-horz);
    grid-template-areas:
        "vid"
        "toggle"
        "info";
    gap: var(--grid-gap);
    grid-template-columns: auto;
    grid-template-rows: auto;
    width: 60%;
    max-width: 1170px;
    margin: 0 auto;
}

.video-holder {
    position: relative;
    width: 100%;
    grid-area: vid;
    padding-top: 56.25%;
}

    .video-holder iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.resources-container {
    max-width: 50%;
    margin: 0 auto;
    /*padding: 20px;*/
    font-family: Arial, sans-serif;
}

.resource-header {
    border-bottom: 2px solid #2e2e2e70;
    padding-bottom: 10%;
    margin: unset;
}

.resource-list {
    display: flex;
    flex-direction: column;
    /*gap: 15px;*/
}

.resource-item {
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 2px solid #2e2e2e70;
    transition: background-color 0.3s;
}

    .resource-item:hover {
        background-color: #f5f5f5;
    }

    .resource-item img {
        width: 24px;
        height: 24px;
        margin-right: 15px;
    }

    .resource-item a {
        color: #2c3e50;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
    }

        .resource-item a:hover {
            color: #3498db;
        }

.resources-p p {
    font-size: 18px !important;
}

#Signup .container{
    width:70%
}

#Signup .container .row{
    justify-content:center;
}

.flex-center {
    display: flex;
    align-items: center;
    margin-bottom: 10%;
}

.btn-pad-center {
    padding-top: 10%;
    display: flex;
    justify-content: flex-end;
}

.pad-7 {
    padding-top: 7%;
}

.legal p {
    font-size: 11px;
    color: inherit;
    line-height: 1.4em;
    margin: 2em 0;
}
.legal p a {
    color: #2E2E2E;
}

.hercluex-legal {
    height: 10%;
}

#ds-form-cont {
}

    #ds-form-cont .ds-label span {
        color: red;
    }

#ds-form {
}

.form-img img {
    margin-bottom: 20px;
}

.font-18{
    font-size:18px !important;
}
.font-18 p{
    font-size:18px !important;
}

#ds-form {
    margin-top: 6%;
}
    /*#bsa-form .input-row .form-group {*/
    #ds-form .input-row [class^="col-"] {
        display: flex;
        align-items: baseline;
        /*justify-content: center;*/
        justify-content: flex-start;
        gap: 10px;
        margin-bottom: 3rem;
        align-items: center;
    }
        /*#bsa-form .input-row .form-group label {*/
        #ds-form .input-row [class^="col-"] label {
            flex-basis: 135px;
            flex-grow: 1;
            flex-shrink: 0;
            text-align: right;
            font: normal normal 800 16px/22px Noto Sans;
            letter-spacing: 0px;
            color: #000000;
        }

        #ds-form .input-row [class^="col-"] .input-wrapper {
            width: 100%;
        }

    #ds-form .input-row .col-xs-12 {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #ds-form input,
    #ds-form select {
        border: 1px solid #a5a7af;
        color: #000;
        padding: 1rem;
        width: 100%; /*calc(100% - 134px)*/
        /*font-size: 16px;*/
        font: normal normal 800 16px/22px Noto Sans;
    }

    #ds-form select {
        outline: none;
        text-decoration: none;
        height: 42.844px;
    }

        #ds-form select option {
            color: black;
        }

        #ds-form select.error {
            border: 1px solid red;
        }

    #ds-form input.error {
        border: 1px solid red;
    }

@media (min-width: 767px) and (max-width: 992px) {
    .input-row {
        text-align: center;
    }
}

/*#bsa-form label {
    color:#a5a7af;
    position: absolute;
    padding: 8px 15px;
    background-color: #fff;
    font-size: 1.5rem;
    top: 28px;
    left: 20px;
    cursor: pointer;
}

#bsa-form label.focused {
    font-size: 1.2rem;
    top: 9px;
    left: 6px;
    padding: 4px 8px;
    cursor: default;
}*/



.features-slideshow {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}

.slide-item {
    position: absolute;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    /*transition: opacity 0.5s ease, visibility 0.5s ease;*/
}

    .slide-item.active {
        position: relative;
        visibility: visible;
        opacity: 1;
    }

/*.slide-item {
    height: 100vh !important;
}*/

.feature-content {
    margin: 5% 5%;
    border-bottom: 1px solid black;
    height: 510px !important;
}

.image-col {
    text-align: right;
}

    .image-col img {
        width: 30%;
    }

/*.text-col {
    opacity: 0;
}*/

.green-header {
    color: #57745D;
    margin-bottom: 0;
}

.main-header {
    margin: 0;
}

.crw-spacing {
    letter-spacing: 5px;
    color: #878787;
    font-size: 16px;
    font-weight: 600;
    /*padding-left: 0px;*/
    margin-left: 1rem;
}
.crw-icon-width {
    width: 175px;
    /*transform: translate(-50%, 0%);*/
}
.crw .col-md-4{
    text-align:center;
}
.crw .col-md-7{
    text-align:end;
}
.microsite-menu-item .microsite-menu-link:hover, .microsite-menu-item .microsite-menu-link:focus, .microsite-menu-item.js-active .microsite-menu-link, .microsite-menu-item .microsite-menu-link.js-active {
    border-color: #7FCA3F;
}
.microsite-header {
    border-top: 5px solid #7FCA3F;
    height: 70px !important;
    padding: 0 75px;
}
.microsite-menu-item .microsite-menu-link {
    color:black !important;
    font-size:18px !important;
}
.microsite-header[data-alignment="bottom"] .microsite-menu-item .microsite-menu-link {
    padding: 15px 0 15px 0 !important;
}

#durastak-features{
    padding:unset;
}
.microsite-footer {
    background-color: unset;
    color: #2E2E2E;
    font-size: 10px;
    line-height: 1.3;
}
.microsite-footer .footer-links {
    font-size: 10px;
    color: #2E2E2E;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 20px 0 0 0;
}

    .microsite-footer .footer-links li {
        border-left: 1px solid #2E2E2E;
        padding: 0 10px;
    }

        .microsite-footer .footer-links li:first-of-type {
            padding-left: 0;
            border-left: 0;
        }

    .microsite-footer .footer-links a {
        color: inherit;
        transition: all .25s;
    }

        .microsite-footer .footer-links a:hover,
        .microsite-footer .footer-links a:focus {
            text-decoration: transparent;
        }
@media only screen and (min-width: 992px) {
    .legal div {
        display: inline-block;
        padding: 0 15px;
        border-left: 1px solid black;
    }
    .legal div:first-child {
        padding-left: 0;
        border-left: 0;    
    }
}
.ml-28rem{
    margin-left:28rem;
}
/*--------------Slide Animations Styles START-----------*/
.banner-slideshow {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slides-container {
    position: relative;
    width: 100%;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

    .slide.active {
        position: relative;
        visibility: visible;
        opacity: 1;
    }
    .slide img {
        width: 100%;
        height: auto;
        display: block;
    }
.slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    z-index: 2;
}

.heading-container {
    text-align: left;
    margin-bottom: 2rem;
    line-height:76.8px;
}

    /*.heading-container h2 {
        opacity: 0;
        margin: 0.5rem 0;
    }*/

.bottom-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*opacity: 0;*/
}

    .bottom-content img {
        max-width: 100%;
        margin-bottom: 1rem;
    }

.ptb-3 {
    padding-bottom: 3%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23334C56' width='8' height='8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23334C56' width='8' height='8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}


.features-slideshow .container {
    position: relative;
    transition: background-image 0.8s ease-in-out;
    scale:0.8;
}


/*--------------Slide Animations Styles END-----------*/

/*--------------Chess Pieces Styles START-----------*/
.feature-content {
    position: relative;
    width: 100%;
    min-height: 510px; /* Adjust based on your needs */
}
.slide-item .row {
    align-items: flex-end;
}
.image-col {
    position: relative;
    /*height: 100%;*/
}

.green-header {
    font-weight: 900 !important;
    margin-bottom: 0;
}

.main-header {
    font-weight: 500 !important;
    margin-bottom: 15px;
}

.description {
    font-size: 24px;
    margin-bottom: 25%;
}

.chess-pieces {
    /*position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;*/
    display: flex;
    justify-content: space-between; /* Space out the pieces */
    align-items: center; /* Align pieces to the bottom */
    position: relative;

}

.chess-piece {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform-origin: bottom !important;
}
.bulb-bg-img {
    background: url(https://assets.syngentaebiz.com/images/durastak-features-bulb-icon.svg);
    background-size: 24%;
    background-repeat: no-repeat;
    background-position-x: 22%;
    background-position-y: 1%;
    margin-top: 5%;
    width: 100%;
}

.corn-bg-img {
    background: url(https://assets.syngentaebiz.com/images/durastak-features-corn-icon.svg);
    background-size: 24%;
    background-repeat: no-repeat;
    background-position-x: 38%;
    background-position-y: 7%;
    margin-top: 5%;
    width: 100%;
}

.root-bg-img {
    background: url(https://assets.syngentaebiz.com/images/durastak-features-root-icon.svg);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position-x: 41%;
    background-position-y: 0%;
    margin-top: 5%;
    width: 100%;
}

.x3-bg-img {
    background: url(https://assets.syngentaebiz.com/images/durastak-features-x3-icon.svg);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position-x: 38%;
    background-position-y: 3%;
    margin-top: 5%;
    width: 100%;
}

@media (min-width: 1400px) {
    .bulb-bg-img, .corn-bg-img, .root-bg-img, .x3-bg-img {
        margin-top: 5% !important;
    }
}

@media (max-width: 1399px) and (min-width: 1px) and (max-height: 599px) {
    .bulb-bg-img, .corn-bg-img, .root-bg-img, .x3-bg-img {
        margin-top: 2% !important;
    }
}
/*--------- Single chess piece --------- */
.bulb-bg-img .chess-piece {
    width: 135px;
    height: 398px; /* Fixed height instead of 100% */
    /* background-image: url('https://assets.syngentaebiz.com/images/durastak-chess-piece@2x.png');
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;*/
    position: absolute;
    left: 70%;
    /*transform: translate(250px, 1px);*/
}
.corn-bg-img .chess-piece {
    width: 160px;
    height: 498px;
    /*background-image: url(https://assets.syngentaebiz.com/images/durastak-chess-piece@2x.png);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;*/
    position: absolute;
    left: 40%;
    /*transform: translate(170px, 0px);*/
}
/*.slide-4 .feature-content {
    margin-top: 10% !important;
}*/

.slide-4 .text-col {
    align-content: center !important;
}
/*------------- Two chess pieces -----------*/
.root-bg-img .chess-pieces {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.root-bg-img .chess-piece .middle-piece {
    width: 130px;
    height: 421px;
    display: inline-block;
}
.root-bg-img .chess-piece {
    position: static;
    width: 135px;
    height: 430px;
    /*background-image: url(https://assets.syngentaebiz.com/images/durastak-chess-piece@2x.png);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;*/
    display: inline-block;
    /*transform: translate(120px, 0px);*/
}
.root-bg-img .image-col {
    margin-left: -5%;
    margin-right: 10%;
}
/*.slide-4 .feature-content {
    margin: 17% 5%;
}*/
/*------------ Three chess pieces -------------*/
.x3-bg-img .chess-piece.side-piece {
    width: 103px;
    height: 316px;
    margin-top: 10.5em;
    margin-left: 4em;
    margin-right: 4em;
    /* background-image: url(https://assets.syngentaebiz.com/images/durastak-chess-piece@2x.png);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;*/
    display: inline-block;
    /*transform: translate(-65px, 0px);*/
}
.x3-bg-img .image-col {
    margin-right: 5%;
}
.x3-bg-img .chess-piece.middle-piece {
    width: 130px;
    height: 421px;
    /*background-image: url(https://assets.syngentaebiz.com/images/durastak-chess-piece@2x.png);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;*/
    display: inline-block;
    /*transform: translate(225px, 0px);*/
}

/*--------------Chess Pieces Styles END-----------*/



@media (max-width: 776px) { /*------------Mobile view Style changes START---------------*/
    .microsite-header {
        padding: unset;
    }

        .microsite-header.js-active .microsite-header-nav {
            background-color: #F3F3F3;
            position: relative;
            top: 24%
        }

        .microsite-header > .wrap {
            grid-template-rows: 215px min-content;
        }

    .microsite-header-nav {
        display: none;
    }

    .microsite-header.open .microsite-header-nav {
        display: block;
    }

    .microsite-header .microsite-menu-toggle {
        top: 3%;
        position: fixed;
    }

    .section-durastak h1 {
        font-size: 53px;
        font-weight: 900;
        color: #334C56;
    }

    .section-durastak h2 {
        font-size: 48px;
        font-weight: 500;
        color: #334C56;
    }

    p {
        font-size: 20px;
    }

    .banner1-img {
        /*content: url('https://assets.syngentaebiz.com/images/durastak-header-corn-mobile.jpg');*/
        content: url('../img/durastak-header-corn-mobile.jpg');
        width: 100% !important;
    }

    .banner2-img {
        content: url('https://assets.syngentaebiz.com/images/durastak-header-chess-board-mobile@2x.jpg');
        width: 100% !important;
    }

    .header-1a {
        font-size: 40px !important;
    }

    .header-1b {
        font-size: 38px !important;
    }

    .header-p p {
        font-size: 20px !important;
        font-weight: bold;
    }

    .heading-container {
        margin-top: -100%;
        line-height: 48px;
    }

    .section-durastak section {
        position: relative;
        padding: 10% 25px 10% 25px;
        z-index: 0;
    }

    .banner-slideshow {
        padding-top: 0 !important;
    }

    .rm-side-pad-mob {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .resource-item a {
        font-size: 16.5px !important;
    }

    .resource-item {
        text-align: left !important;
    }

    #durastak-intro .container {
        width: auto;
    }

    .flex-center, .crw {
        flex-direction: column !important;
    }

    .feature-content {
        margin: 15% 5%;
        border-bottom: none !important;
        width: unset;
        height: 100% !important;
    }

    .image-col {
        border-bottom: 1px solid black !important;
        min-height: 325px;
    }

    .img-width-responsive {
        width: 349px;
    }

    .ml-28rem {
        margin-left: unset;
    }

    .crw-icon-width {
        width: 40% !important;
        /*margin-left:35% !important;*/
    }

    .crw .col-md-7 {
        text-align: center;
    }

    .crw-spacing {
        padding-left: unset !important;
        padding-top: 5% !important;
        margin-left: unset !important;
    }

    .cornrootwormnum {
        margin-bottom: 10% !important;
    }

    .banner2-img {
        height: 100vh !important;
    }

    .bottom-content {
        width: 50%;
        transform: translate(70px, 320px) !important;
    }

    .header-p {
        font-size: 20px !important;
        padding-left: 10%;
        padding-right: 17%;
        text-align: center;
    }

    #durastak-intro .font-24 {
        font-size: 20px !important;
    }

    #durastak-intro .black-33456 {
        font-size: 24px !important;
    }

    .chess-piece {
        transform: scale(2);
    }

    .chess-pieces {
        gap: 10px;
    }

    .crw {
        margin-left: unset;
        margin-bottom: 10%;
        text-align: center;
    }

    .resources-container {
        max-width: unset;
    }

    #Signup .container {
        margin: unset;
        width: 100%;
    }

    .submit-sigup-btn {
        padding: 5% 15% 5% 15%;
    }

    #ds-form .input-row [class^="col-"] label {
        flex-basis: unset;
    }

    #ds-form .input-row [class^="col-"] {
        flex-direction: column;
        align-items: flex-start;
    }

    .g-recaptcha, .email-com, .largerCheckbox {
        padding-left: unset !important;
    }

    .largerCheckbox, .submit-sigup-btn {
        margin-left: unset !important;
    }

    .chkbox {
        flex-direction: row !important;
        align-items: center !important;
    }
    /*-------- DURASTAK FEATURES section START --------*/
    .bulb-bg-img {
        background-size: 42%;
        background-position-x: 25%;
        background-position-y: 3%;
        margin-top: 10%;
    }

    .corn-bg-img {
        background-size: 50%;
        background-position-x: 50%;
        background-position-y: 0%;
        margin-top: 10%;
    }

    .root-bg-img {
        background-size: 45%;
        background-position-x: 70%;
        background-position-y: 0%;
        margin-top: 10%;
    }

    .x3-bg-img {
        background-size: 55%;
        background-position-x: 85%;
        background-position-y: 8%;
    }

    .sticky-container {
        height: 450vh;
    }

    #durastak-features {
        background-color: #F1F2F2;
        width: 100%;
        height: 100vh !important;
        z-index: 1;
        top: 0 !important;
        transform: translate(0px, 0px) !important;
    }
    /*---------- Single chess piece ------------*/
    .bulb-bg-img .chess-piece {
        width: 80px;
        height: 256px;
        /*transform: translateX(-170%) translateY(-255px);*/
    }

    .bulb-bg-img .image-col {
        /*padding-bottom: 46%;*/
        margin-bottom: 10%;
    }

    .corn-bg-img .chess-piece {
        width: 80px;
        height: 256px;
        /*transform: translateX(-20%) translateY(-255px);*/
    }

    .corn-bg-img .image-col {
        margin-bottom: 10%;
        /*padding-bottom: 21%;*/
    }

    /*-------- Two chess pieces ---------*/
    .root-bg-img .chess-pieces {
        margin-left: -20%;
        margin-top: 3%;
    }

    .root-bg-img .chess-piece {
        width: 80px;
        height: 256px;
        /*transform: translateX(10%) translateY(0px);*/
    }

    .root-bg-img .image-col {
        /*padding-bottom: 48%;*/
        margin-right: 10%;
        margin-left: unset;
        margin-bottom: 10%;
    }

    /*-------- Three chess pieces ----------*/
    .x3-bg-img .chess-piece.side-piece {
        width: 62px;
        height: 197px;
        /*transform: translateX(-5%) translateY(0px);*/
    }

    .x3-bg-img .image-col {
        /*margin-right: 5%;*/
        /*padding-bottom: 92%;*/
        margin-bottom: 10%;
    }

    .x3-bg-img .chess-piece.middle-piece {
        width: 80px;
        height: 256px;
        /*transform: translateX(-5%) translateY(45px);*/
    }
    /*-------- DURASTAK FEATURES section START --------*/
    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    }

    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

    /*.liberty-legal {
        width: 20% !important;
    }

    .hercluex-legal {
        width: 10% !important;
        height: 18% !important;
    }*/
    .video-player {
        margin: unset;
    }

    .video-holder {
        width: 400px;
        height: 216px;
    }

        .video-holder iframe {
            width:84%;
            height:84%;
        }
}
/*----------------------Mobile view Style changes END-------------------------*/
