@charset "utf-8";

/*------------------------------|| fonts||----------------------------------*/

@font-face {
    font-family: 'Gupter';
    src: url('../fonts/Gupter-Regular.eot');
    src: url('../fonts/Gupter-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gupter-Regular.woff2') format('woff2'), url('../fonts/Gupter-Regular.woff') format('woff'), url('../fonts/Gupter-Regular.ttf') format('truetype'), url('../fonts/Gupter-Regular.svg#Gupter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gupter';
    src: url('../fonts/Gupter-Bold.eot');
    src: url('../fonts/Gupter-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gupter-Bold.woff2') format('woff2'), url('../fonts/Gupter-Bold.woff') format('woff'), url('../fonts/Gupter-Bold.ttf') format('truetype'), url('../fonts/Gupter-Bold.svg#Gupter-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gupter';
    src: url('../fonts/Gupter-Medium.eot');
    src: url('../fonts/Gupter-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gupter-Medium.woff2') format('woff2'), url('../fonts/Gupter-Medium.woff') format('woff'), url('../fonts/Gupter-Medium.ttf') format('truetype'), url('../fonts/Gupter-Medium.svg#Gupter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*------------------------------|| fonts end ||----------------------------------*/


/*
 */

body,
html {
    font-family: var(--sitefonts);
    color: var(--black);
    line-height: 24px;
    font-size: 16px;
}

p a,
p span a,
ul li a,
ol li a {
    color: var(--themecolor);
    text-decoration: underline;
    display: inline-block;
}

p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 35px;
}


/* common ul li */

ul {
    margin-left: 0;
    margin-bottom: 30px;
    list-style: none;
}

ul.twocollist {
    column-count: 2;
}

main ul>li,
main ol>li,
main ul.wp-block-list>li,
main ol.wp-block-list>li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
    letter-spacing: 0.48px;
    list-style: none;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    line-height: 1.35;
}

main ol>li,
main ol.wp-block-list>li { 
    padding-left: 36px;
}
main ol>li::before,
main ol.wp-block-list>li::before {  
top: 5px;
}
main ul>li:last-child,
main ul.wp-block-list>li:last-child { 
    margin-bottom: 0;
}

main ul>li>strong,
main ul>li>span,
main ul.wp-block-list>li>strong,
main ul.wp-block-list>li>span {
    font-weight: bold;
    display: inline-block;
    width: 100%;
    font-size: 24px;
    margin-bottom: 10px;
}

main ul>li a {
    text-decoration: underline;
    color: var(--black);
}

main ul>li a:hover {
    text-decoration: underline;
    color: var(--themecolor);
}

main ul>li:after {
    content: "";
    background: transparent url(../images/icon/check.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 1px;
    width: 29px;
    height: 29px;
    z-index: 1;
}

p span {
    color: initial;
}

P {
    &.bold {
        font-weight: bold;
    }
    &.fs-20 {
        font-size: 20px;
    }
    &.fs-18 {
        font-size: 18px;
    }
    &.color-orange {
        color: #C85C2F !important;
    }
}

.row-reverse {
    flex-direction: row-reverse;
}


/*  select option */

::-ms-expand {
    display: none;
}

::-moz-selection {
    color: #fff;
    background: #000;
}

::selection {
    color: #fff;
    background: #000;
}

.field.field:after,
.field:hover.field:after {
    display: none;
}


/*-----FORM CONTROL-----*/

::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #231D16;
    text-transform: capitalize;
    font-size: 14px;
    font-family: var(--site-font-family);
}

::-moz-placeholder,
textarea::-moz-placeholder {
    color: #231D16;
    text-transform: capitalize;
    font-size: 14px;
    font-family: var(--site-font-family);
}

:-ms-input-placeholder,
textarea::placeholder {
    color: #231D16;
    text-transform: capitalize;
    font-size: 14px;
    font-family: var(--site-font-family);
}


/*-----FORM CONTROL FULL WIDTH-----*/


/*  select option  */

input:invalid {
    box-shadow: none;
}

input[type="text"],
input[type="tel"],
input[type="number"] input[type="submit"],
input[type="email"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: var(--site-font-family);
}


/* textarea {
  resize: none;
  min-height: 120px;
  overflow: hidden;
  margin: 0;
  vertical-align: bottom;
  font-size: 16px;
  overflow: auto;
} */

.form-control,
input[type="text"],
input[type="email"],
select,
textarea,
input[type="number"],
input[type="tel"],
input[type="file"] {
    width: 100%;
    padding: 15px 15px 12px;
    background-color: #fff;
    border: 1px solid #DEDEDE;
    color: #231D16;
    font-size: 14px;
    line-height: 1.2;
    font-family: var(--site-font-family);
    transition: all 0.5sease -in-out;
    -webkit-transition: all 0.5sease -in-out;
    min-height: 56px;
    border-radius: 6px;
    font-weight: normal;
}

input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="file"]:focus {
    background-color: var(--white);
    color: #231D16;
    border-color: var(--themecolor);
}


/* select {
    background: url('../assets/images/select-arrow.svg') no-repeat 0 0;
} */

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/icon/select-arrow.svg) no-repeat right 20px center / 1em;
    border-radius: 0;
    padding-right: 2em;
}

.form-wrapper .form-group.width50 .form-control {
    min-width: auto;
}

.wpcf7-spinner {
    position: absolute;
    margin: 0;
    right: 0;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
    display: inline-flex;
    width: calc(100% + 20px);
    align-items: flex-end;
}

.form-group {
    padding: 0 10px;
    position: relative;
}

.form-group.form-group50 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    float: left;
}

.form-group.form-group33 {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    float: left;
}

.form-group.form-group100 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    float: left;
}

form .form-group label {
    color: #231D16;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1;
    letter-spacing: 0.4px;
    width: 100%;
    position: relative;
    & span {
        color: var(--themecolor);
    }
}

.checkbxdiv {
    display: flex;
    margin-top: 15px;
    line-height: 1.2;
    align-items: center;
}

.checkbxdiv input[type="checkbox"] {
    margin: 0 15px 0 0;
}

form .form-group .checkbxdiv label {
    margin-bottom: 0;
}


/*-----BUTTONS-----*/

button,
.button,
button[type="submit"],
input[type="submit"] {
    font-size: 18px;
    padding: 15px 25px 15px;
    position: relative;
    font-family: var(--sitefonts);
    font-weight: bold;
    letter-spacing: 0;
    background: var(--themecolor);
    color: var(--white);
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    margin: 0;
    z-index: 1;
    line-height: 1;
    text-decoration: none;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    --border-offset: none;
    text-transform: capitalize;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    min-height: 51px;
    gap: 10px;
    border-radius: 4px !important;
}

.button>span>i.fa {
    font-weight: bold;
}

.button:hover {
    text-decoration: none;
}
.btn-dark {
    background: #231D16;
    &:hover { 
        background: #fff;
        color: #000;
    }
}
.btn-border {}

.btn-border:hover,
.button.submitbtn:hover {
    background: var(--themecolor);
    color: #fff;
    border-color: transparent;
}

.btn-theme:hover {
    background: #000;
    color: #fff;
    border-color: transparent;
}

.btn-border-white {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
    &:hover { 
        background: #fff;
        color: #000;
    }
}

.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #000000;
    &>.img {
        filter: brightness(1) invert(0);
    }
}

input[type="submit"] {
    border: 0;
    background: #231D16;
    font-size: 18px;
    color: #ffffff;
    font-family: var(--site-font-family);
    font-weight: bold;
    padding: 17px 20px;
    z-index: 1;
    cursor: pointer;
    float: right;
    &:hover {
        background: var(--themecolor);
    }
}

.sm-title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.32px;
    color: var(--themecolor);
    text-transform: none;
    line-height: 1;
    margin-bottom: 15px;
}

.sm-title.lt-rt-ark,
.sm-title.rt-ark {
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
    width: fit-content;
    &::after,
    &::before {
        content: "";
        position: absolute;
        left: 0;
        height: 18px;
        width: 18px;
        background: transparent url(../images/icon/theme-ark.svg) no-repeat center;
        background-size: contain;
        transform: rotate(180deg);
    }
    &::before {
        left: unset;
        right: 0;
        transform: none;
    }
}

.btnlist {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.read_more {
    font-size: 14px;
    color: var(--themecolor);
    letter-spacing: 0;
    font-weight: bold;
    display: inline-flex;
    gap: 7px;
    align-items: center;
    border-bottom: 0;
    text-transform: capitalize;
    line-height: 1.2;
    width: fit-content;
    text-decoration: none;
}

.read_more>i {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
}

.read_more:hover {
    gap: 15px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.read_more:hover>span>i,
.read_more:hover {
    color: var(--themecolor);
}


/* normal button style end */

a {
    text-decoration: none;
}

header nav ul {
    margin-left: 0;
    list-style-type: none;
}

p a:hover,
ul li a:hover,
ol li a:hover {
    color: var(--themecolor);
    text-decoration: underline;
}

@media (hover: hover) {}

.relative {
    position: relative;
    /* z-index: 0; */
}

.whitetxt {
    color: var(--white) !important;
}

.redtxt {
    color: var(--themered) !important;
}

[class*="heading-"],
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gupter';
    color: #000000;
    line-height: 1.2;
    margin-bottom: 23px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0;
    position: relative;
}
.heading-62 { 
    font-size: clamp(1.875rem, 1.475rem + 2vw, 3.875rem);
}
.heading-52,
h1 {
    font-size: clamp(1.75rem, 1.45rem + 1.5vw, 3.25rem);
}

.heading-46,
h2 {
    font-size: clamp(1.5rem, 1.225rem + 1.375vw, 2.875rem);
}

.heading-36 {
    font-size: clamp(1.625rem, 1.5rem + 0.625vw, 2.25rem);
}

.heading-30,
h3 {
    font-size: clamp(1.5rem, 1.425rem + 0.375vw, 1.875rem);
    /* color: white; */
}

.heading-26 {
    font-size: 26px;
}

.heading-24 {
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
}

.heading-18 {
    font-size: 18px;
}

.heading-44 {
    font-size: clamp(1.8125rem, 1.625rem + 0.9375vw, 2.75rem);
}

.heading-22 {
    font-size: 22px;
}

.heading-35 {
    font-size: clamp(1.8125rem, 1.7375rem + 0.375vw, 2.1875rem);
}

.theme-ark>span {
    display: inline-block;
    position: relative;
    z-index: 1;
    &::after {
        content: '';
        width: 257px;
        height: 33px;
        position: absolute;
        right: 0;
        background: transparent url(../images/icon/theme-ark.svg) no-repeat center;
        background-size: contain;
        bottom: -13px;
        z-index: -1;
        display: inline-block !important;
    }
}

.smtitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--themecolor);
    letter-spacing: 3px;
    position: relative;
    line-height: 1;
}

.smtitle.theme-ark {
    padding-right: 30px;
    width: fit-content;
    &::after {
        content: "";
        position: absolute;
        height: 18px;
        width: 22px;
        right: 0;
        top: 0;
        background: transparent url(../images/icon/theme-ark.svg) no-repeat center;
    }
}

.uppercase {
    text-transform: uppercase;
}


/* form message style  */

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #f5c812;
    background: url(../images/icon/material-error-outline.svg) no-repeat 15px center #FFF9DF;
    font-size: 13px;
    padding-left: 45px;
    padding: 10px 10px 10px 39px;
    margin: 0 0 20px;
    background-size: 17px;
    line-height: 1.2;
}

.wpcf7 form.failed .wpcf7-response-output {
    border: 1px solid #fe0000 !important;
    background: url(../images/icon/validation-cross.svg) no-repeat 15px center #ffdfdf;
    font-size: 13px;
    padding-left: 45px;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: url(../images/icon/validation-tick.svg) no-repeat 15px center #e1ffd9;
    border-color: #498e36;
    font-size: 13px;
    padding-left: 45px;
}

.wpcf7-not-valid {
    background-color: #ffdfdf !important;
    border: 1px solid #fe0000 !important;
}

.wpcf7-not-valid-tip {
    font-weight: 400;
    background: #fe0000;
    display: inline-block;
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 3px 5px;
}

.wpcf7-not-valid-tip:before {
    top: -5px;
    margin: 0;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fe0000;
}

form.wpcf7-form .btnbox.width100 .btn_theme:disabled,
form.wpcf7-form .btnbox.width100 .btn_theme:disabled:hover {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    background: #f8a73f;
    color: #000;
    border: 1px solid #f8a73f;
}


/*-----SCROLL TOP-----*/

.scrollTop {
    position: fixed !important;
    right: 15px;
    bottom: 80px;
    opacity: 0;
    height: 40px;
    width: 40px;
    z-index: 10;
    text-align: center;
    font-size: 26px !important;
    color: var(--white) !important;
    background: var(--themecolor) !important;
    border-radius: 50%;
    padding: 10px 18px !important;
    min-height: auto;
}

.scrollTop:hover {
    background: var(--black) !important;
    color: var(--white) !important;
}

.scrolldown {
    cursor: pointer;
}

.container {
    max-width: 1750px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.container:before,
.container:after {
    display: none;
}


/*  select option  */

input:invalid {
    box-shadow: none;
}

input[type="text"],
input[type="tel"],
input[type="number"] input[type="submit"],
input[type="email"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: var(--site-font-family);
}

textarea {
    resize: none;
    min-height: 100px;
    overflow: hidden;
    margin: 0;
    vertical-align: bottom;
    font-size: 18px;
    overflow: auto;
}

textarea.form-control {
    height: auto;
    min-height: 118px;
    margin: 0 0 20px;
}

.form-wrapper .form-group.width50 .form-control {
    min-width: auto;
}

.wpcf7-spinner {
    position: absolute;
    margin: 0;
    right: 0;
}


/* slick slider arrows styles  */

.slick-slider .slick-prev,
.slick-slider .slick-next {
    right: 15px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-height: auto;
    padding: 0;
    border: 1px solid #C85C2F !important;
    border-radius: 100% !important;
    cursor: pointer;
    outline: none;
    clip-path: none;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #fff;
}

.slick-slider .slick-prev {
    left: 15px !important;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/icon/arrow-right-bold.svg) no-repeat center right 15px;
    /* filter: brightness(0) invert(0); */
    transform: rotate(180deg);
    background-size: 13px;
    opacity: 1 !important;
}

.slick-slider .slick-next {
    transform: rotate(180deg);
    transform-origin: center;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-prev:focus,
.slick-slider .slick-next:hover,
.slick-slider .slick-next:focus {
    border: 1px solid var(--themecolor) !important;
    background: var(--themecolor);
}

.slick-slider .slick-next:focus:before,
.slick-slider .slick-next:hover:before,
.slick-slider .slick-prev:focus:before,
.slick-slider .slick-prev:hover:before {
    filter: brightness(0) invert(1) !important;
}

a {
    text-decoration: none;
}


/* p a:hover,
ul li a:hover,
ol li a:hover {
    color: var(--sitetext);
} */

@media (hover: hover) {}

.relative {
    position: relative;
    /* z-index: 0; */
}


/* --------half-section -------------- */

.half-section {
    display: flex;
    justify-content: space-between;
}

.half-section .left-side,
.half-section .right-side {
    width: 50%;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

.row-reverse {
    flex-direction: row-reverse;
}

.bg-dark {
    background-color: #131313;
}

.img-wrap {
    position: relative;
    display: inline-block;
}

.img-wrap img {
    object-fit: cover;
}

ol {
    margin-left: 0;
    counter-reset: line;
}

ol li strong {
    font-size: 16px;
    color: #242527;
    padding-left: 35px;
    margin-bottom: 20px;
    display: inline-block;
}

ol>li:before {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    width: 24px;
    height: 24px;
    margin-right: 0;
    background-color: #F97E28;
    border-radius: 50%;
    color: #fff;
    line-height: 1.25em;
    counter-increment: line;
    content: counter(line);
    align-items: center;
    font-weight: 800;
    font-size: 14px;
    justify-content: center;
    text-align: center;
}

ol li {
    position: relative;
    margin-bottom: 32px;
    line-height: 1.4;
    list-style-type: none
}


/* --------half-section -------------- */

.mrgb100 {
    margin-bottom: 100px;
}

.paddtp100 {
    padding-top: 100px;
}

.paddtpbt100 {
    padding: 100px 0;
}

.videos-wrap {
    display: inline-block;
    width: 100%;
    min-height: 560px;
    height: auto;
}


/* ********************COMMON SECTION END****************  */

main {
    margin: 0;
    position: relative;
    z-index: 1;
}

.slide-box {
    display: inline-block;
    line-height: 0.8;
}

table tr td:not(:last-child),
table tr th:not(:last-child) {
    border-right: 1px solid hsl(0deg 0% 44% / 20%);
}

.table-wrapper table {
    width: 100%;
}

.inner-wrapper {
    max-width: 1120px;
    margin: 0 auto;
}


/*------------------------------|| Breadcrumb Start ||----------------------------------*/

ul.woo_breadcums li span,
ul.woo_breadcums li a,
ul.woo_breadcums li a {
    color: var(--white);
}

ul.woo_breadcums {
    padding: 0px 0 0px;
    margin-bottom: 0;
    text-align: left;
    margin-left: 0;
    /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
}

ul.woo_breadcums li {
    font-family: 'Gupter';
    position: relative;
    list-style: none;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: normal;
    margin-bottom: 0;
    color: #ffffff;
    padding-left: 0;
}

ul.woo_breadcums li:after {
    display: none;
}

ul.woo_breadcums li span {
    font-family: 'Gupter';
    position: relative;
    z-index: 0;
    line-height: 100%;
    margin: 0px;
    display: inline-block;
    font-weight: normal;
    letter-spacing: 0;
    text-decoration: none;
    font-size: 16px;
}

ul.woo_breadcums li a {
    font-family: 'Gupter';
    position: relative;
    z-index: 0;
    line-height: 100%;
    margin: 0px 26px 0 0;
    display: inline-block;
    font-weight: normal;
    letter-spacing: 0;
    text-decoration: none;
    font-size: 16px;
}

ul.woo_breadcums li a:hover {
    color: #fff;
    text-decoration: underline !important;
}

ul.woo_breadcums li a:after {
    position: absolute;
    z-index: 0;
    content: "/";
    top: 0px;
    right: -20px;
    font-size: 16px;
    /* background: transparent url(../images/icon/arrow-right-i.svg) no-repeat center; */
    background-size: contain;
}

ul.woo_breadcums li a:hover {
    text-decoration: none;
}


/*------------------------------|| Breadcrumb Start ||----------------------------------*/

.img-content-sec {
    display: inline-block;
    width: 100%;
    line-height: 0.9;
    & .flex-container {
        justify-content: space-between;
        align-items: center;
        & .left-img-side {
            width: 860px;
            &>.img-wrap {
                position: relative;
                
                &>img {
                    border-radius: 6px;
                    border: 1px solid #DEDEDE;
                }
            }
            & a.img-wrap { 
                &::after { 
                    content: '';
                    position: absolute;
                    height: 100%;
                    width:100%;
                    top: 0;
                    left: 0;
                    background: rgba(0, 0, 0, 0.0) url(../images/icon/play.png) no-repeat center center;
                    border-radius: 6px;
                }
                &:hover::after { 
                    background: rgba(0, 0, 0, 0.4) url(../images/icon/play.png) no-repeat center center;
                }
            }
        }
        & .right-content-side {
            width: calc(100% - 860px);
            max-width: 730px;
            margin-right: 0;
        }
    }
    & .flex-container+.flex-container {
        margin-top: 100px;
    }
}

.right-content-side>p:last-child,
.right-content-side>ul:last-child {
    margin-bottom: 0;
}

.img-content-sec.bgdark {
    /* padding: 100px 0; */
    background-color: #ECEEF0;
}
.img-content-sec .right-content-side .banner-feature-list {
    column-gap: 50px;
    & .slide-box {
        width: calc(25% - 40px);
    }
}
.img-wrap {
    position: relative;
    display: inline-block;
}

.img-wrap img {
    object-fit: cover;
}

img.mobile-image {
    display: none;
}


/* ------------.slick-dotted -------------*/


/* .slick-dotted { 
    padding-bottom: 40px;
} */

.slick-dots {
    bottom: -25px;
}

.slick-slider .slick-dots li,
.slick-slider .slick-dots li button {
    width: 14px;
    height: 14px;
    min-height: auto;
    background-color: transparent;
}

.slick-slider .slick-dots li::after {
    display: none;
}

.slick-slider .slick-dots li button {
    padding: 0px;
}

.slick-slider .slick-dots li button:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    background: #ffffff;
    opacity: 1;
    border: 2px solid #313131;
    border-radius: 100%;
}

.slick-slider .slick-dots li button:hover:before,
.slick-slider .slick-dots li button:focus:before,
.slick-slider .slick-dots li.slick-active button:before {
    opacity: 0.2;
}

.slick-slider .slick-dots li.slick-active button:before {
    background-color: #313131;
    border: 1px solid #313131;
    opacity: 1;
}

.slick-slider .slick-dots li button:hover:before,
.slick-slider .slick-dots li button:focus:before {
    background-color: #313131;
    border: 1px solid #313131;
    opacity: 1;
}


/* ------------.slick-dotted -------------*/

.mobile-btn {
    display: none;
}


/*  -----------------------section.inner-banner---------------------- */

.inner-banner {
    &::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: #000000;
        opacity: 0.3;
    }
    & + .img-content-sec { 
        margin-top: 100px;
    }
}

.inner-banner #myVideo {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.inner-banner-wrapper {
    min-height: 500px;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    z-index: 2;
    align-items: center;
    flex-direction: column;
    padding: 90px 0;

    & .heading-46 {
        color: #fff;
        margin-bottom: 0px;
    }
    & .woo_breadcums {
        /* margin-top: 125px; */
    }
}

.banner-feature-list+.woo_breadcums {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}


.banner-content-wrap p {
    color: white;
}

.contact-form-box.banner-form {
    border-radius: 0 0 6px 6px;
    background: rgb(255 248 239 / 70%);
    padding: 0;
}

.form-theme-head {
    padding: 15px 0 40px;
    text-align: center;
    background: transparent url(../images/form-bg.png) no-repeat center bottom;
    min-height: 133px;
    margin-bottom: 15px;
    color: #fff;
    background-size: cover;
}

.banner-form form.wpcf7-form {
    padding: 0px 50px 50px;
}

.banner-form textarea.form-control {
    height: auto;
    min-height: 80px;
}

.form-theme-head .heading-30 {
    max-width: 442px;
    text-align: center;
    margin: auto;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 10px;
    color: #fff;
    & span {
        display: inline-block;
        font-size: 36px;
        font-weight: bold;
        line-height: 1.2;
    }
}


/*  -----------------------section.inner-banner---------------------- */


/*  -----------------------intro-sec---------------------- */

.intro-sec {
    width: 100%;
    display: inline-block;
    position: relative;
}

.intro-sec.bgdark {
    padding: 80px 0 100px;
}

.intro-sec .flex-container {
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.intro-sec .flex-container+.flex-container {
    margin-top: 100px;
}

.intro-sec .left-img-side {
    width: 660px;
    & .img-wrap img {
        border-radius: 6px;
    }
}

main:not(.area-details-page) .inner-banner+.intro-sec .left-img-side,
.sec_hmbanner+.intro-sec .left-img-side {
    margin-top: -170px;
}

.intro-sec .right-content-side {
    width: calc(100% - 660px);
    max-width: 766px;
    margin-right: 147px;
}

.intro-sec .right-content-side p.bold.fs-18 {
    font-weight: bold;
    font-size: 18px;
    color: #02277c;
}

.bgdark {
    background-color: #FFF8EF;
    padding: 100px 0;
}

.img-wrap.bg-ark-sec {
    position: absolute;
    left: 0;
    bottom: 0;
    max-height: 100%;
    opacity: 0.08;
    overflow: hidden;
    &::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 30%;
        right: 0;
        top: 0;
        background: transparent linear-gradient(90deg, #FFF8EF00 0%, #FFF8EF 100%) 0% 0% no-repeat padding-box;
    }
}

.img-wrap.has-float-title {
    margin-left: 50px;
}

.float-title {
    position: absolute;
    top: calc(50% + 265px);
    left: -12px;
    transform: rotate(270deg);
    height: 70px;
    margin-bottom: 0px;
    display: flex;
    font-size: 70px;
    font-weight: 500;
    color: var(--themecolor);
    line-height: 0.8;
    /* width: 80px; */
    transform-origin: center left;
    letter-spacing: 8px;
}

.map-wrap iframe {
    width: 100%;
}

[class*="heading-"]+.sub-title {
    margin-top: -10px;
}

.sub-title {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #231D16;
    margin-bottom: 30px;
    text-transform: none;
}

.map-wrap {
    border-radius: 6px;
    overflow: hidden;
    & iframe {
        min-height: 610px;
    }
}


/*  -----------------------intro-sec---------------------- */


/* -----------------------banner-feature-list---------------------- */

.banner-feature-list {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 62px;
    & .slide-box {
        width: calc(25% - 47px);
    }
}

.banner-feature-wrap {
    display: inline-flex;
    gap: 15px;
    width: 100%;
    flex-direction: column;
}

.banner-feature-wrap>p {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.25;
}


/* -----------------------banner-feature-list---------------------- */


/* -----------------------features-slider----------------------- */

.features-slider-sec {
    max-width: 100%;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}
.features-slider-sec.mb-100 { margin-bottom: 80px;}
.features-slider {
    padding: 0px 0;
    width: calc(100% + 86px);
    margin: 0 -43px;
    & .slide-box {
        margin: auto;
        text-align: center;
        line-height: 0.8;
        padding: 0 43px;
        position: relative;
        &::after {
            content: '';
            position: absolute;
            height: 100%;
            width: 1px;
            top: 0;
            right: 1px;
            background: transparent radial-gradient(closest-side at 50% 50%, #DEDEDE 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
        }
    }
    &:not(.slick-initialized) {
        display: inline-flex;
        & .slide-box {
            flex: 1;
        }
        &>.slide-box:not(:nth-child(-n+6)) {
            display: none;
        }
    }
    /* &:not(.slick-initialized)>.client-content:not(:nth-child(-n+1)) */
}

.features-slider .slick-slide {
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
}
.features-wrap {
    display: inline-block;
    /* align-items: center; */
    /* gap: 14px; */
    text-align: center;
    max-width: 100%;
    /* flex-wrap: wrap; */
    /* flex-direction: column; */
    padding: 0;
    width: 100%;
    & .img-wrap {
        width: 100%;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 14px;
    }
}

.heading-features {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 0;
    color: #231D16;
}
.features-slider.slick-initialized .features-wrap {
    & .img-wrap {
        & noscript {
            display: none;
        }
    }
}

/* -----------------------features-slider----------------------- */

.divider {
    display: inline-block;
    width: 100%;
    & .container {
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}


/* -----------------------inner-banner-wide----------------------- */

.inner-banner.wide {
    padding-block: 50px;
    & .inner-banner-wrapper {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
}

.inner-banner.wide .banner-right {
    width: 420px;
}

.inner-banner.wide .banner-left {
    width: calc(100% - 420px);
    text-align: left;
    & .woo_breadcums {
        text-align: left;
    }
}

.inner-banner.wide .contact-form-box {
    display: inline-block;
    width: 100%;
    padding: 30px 30px 40px;
    border-radius: 5px;
    background-color: #ffffff;
}

.form-group.width100 {
    width: 100%;
}

.form-group.width50 {
    width: 50%;
}

.inner-banner.wide .row {
    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% + 10px);
}

.inner-banner.wide .form-group.form-group50,
.inner-banner.wide .form-group.form-group100 {
    padding-left: 5px;
    padding-right: 5px;
}

.inner-banner.wide .form-control {
    margin-bottom: 15px;
}

.inner-banner.wide input[type="submit"] {
    width: 100%;
}

.inner-banner.wide input[type="text"],
.inner-banner.wide input[type="email"],
.inner-banner.wide select,
.inner-banner.wide input[type="number"],
.inner-banner.wide input[type="tel"],
.inner-banner.wide input[type="file"] {
    min-height: 40px;
}

.inner-banner.wide textarea.form-control {
    min-height: 90px;
}


/* -----------------------inner-banner-wide----------------------- */


/* -----------------------gallery-slider----------------------- */

.gallery-slider-sec {
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}

.gallery-slider {
    width: calc(100% + 30px);
    margin: 0 -15px;
    & .slick-list {
        overflow: visible;
    }
    & .slide-box {
        padding: 0 15px;
    }
    &:not(.slick-initialized) {
        display: inline-flex;
        &>.slide-box {
            flex: 1;
        }
        &>.slide-box:not(:nth-child(-n+3)) {
            display: none;
        }
    }
}
.gallery-slider a.img-wrap { 
    overflow: hidden;
    border-radius: 6px;
    &::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: rgb(200 92 47 / 0%);
    }
    &:hover::after {
        background: rgb(200 92 47 / 0.3);
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
    }
    &:hover > img { 
        transform: scale(1.1);
         transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
    }
} 
.gallery-slider.slick-slider .slick-prev {
    left: -4px !important;
}

.gallery-slider.slick-slider .slick-next {
    right: -4px !important;
}


/* -----------------------gallery-slider----------------------- */


/* -----------------------contact-form-sec----------------------- */

.contact-form-sec {
    display: inline-block;
    width: 100%;
}

.contact-form-sec .flex-container {
    & .left-img-side {
        width: 50%;
        & .img-wrap>.float-title {
            color: #fff;
            top: 45%;
            right: calc(0% - 294px);
            transform: rotate(270deg);
            transform-origin: center center;
            left: unset;
        }
    }
    & .right-content-side {
        width: 50%;
        background-color: #FFF8EF;
        position: relative;
        &:after {
            content: '';
            position: absolute;
            height: 100%;
            width: 100%;
            background: transparent url(../images/about-sec-bg.png) no-repeat bottom right;
            right: 0;
            bottom: 0;
            opacity: 0.08;
            z-index: 0;
        }
        & > .contact-form-box { 
            position: relative;
            z-index: 1;
        }
    }
}

.contact-form-box {
    padding: 80px;
    &>p+.wpcf7.js {
        padding-top: 45px;
        border-top: 1px solid #DEDEDE;
    }
}

.contact-form-box textarea.form-control { 
    height: 118px;
}


/* -----------------------contact-form-sec----------------------- */


/* -----------------------prices-chart-sec----------------------- */

.prices-chart-sec {
    display: inline-block;
    width: 100%;
    line-height: 0.8;
}

.prices-chart-wrap {
    display: inline-block;
    width: 100%;
}

.cta-sec {
    display: inline-flex;
    width: 100%;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 100px 0 60px;
    background-color: #FFF8EF;
}


/* -----------------------prices-chart-sec----------------------- */


/* -----------------------watch-videos-slider-sec----------------------- */

.watch-videos-slider-sec {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding: 90px 0 100px;
    background: #272727;
    text-align: center;
    & .heading-46 {
        color: #fff;
    }
}

.videos-slider {
    width: calc(100% + 30px);
    margin: 0 -15px;
    & .slick-list {
        overflow: visible;
    }
    & .slide-box {
        padding: 0 15px;
        & a.video-link {
            position: relative;
            overflow: hidden;
            border-radius: 6px;
            &::after {
                content: '';
                position: absolute;
                height: 100%;
                width: 100%;
                top: 0;
                left: 0;
                background: rgba(0, 0, 0, 0.4) url(../images/icon/play.png) no-repeat center center;
            }
            &:hover::after {
                background: rgba(0, 0, 0, 0.75) url(../images/icon/play.png) no-repeat center center;
                transition: all 0.5s ease-in-out;
                -webkit-transition: all 0.5s ease-in-out;
                -ms-transition: all 0.5s ease-in-out;
            }
        }
    }
    &:not(.slick-initialized) {
        display: inline-flex;
        &>.slide-box {
            flex: 1;
        }
        &>.slide-box:not(:nth-child(-n+3)) {
            display: none;
        }
    }
}

.fancybox-content {
    min-height: 80% !important;
}


/* -----------------------watch-videos-slider-sec----------------------- */


/* -----------------------faqs-sec----------------------- */

.faqs-sec {
    display: inline-block;
    width: 100%;
}

.faqs-bg-wrap {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #FFF8EF;
    padding: 80px 100px;
    & .faq-accordion {
        text-align: left;
    }
}

.faq-accordion:not(.smk_accordion) .accordion_in .acc_content {
    display:none;
}
.faq-accordion:not(.smk_accordion) .accordion_in {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #DEDEDE;
  margin-bottom: 20px;
  border-radius: 6px;
  padding: 0;
  background: #fff;
}
.faq-accordion:not(.smk_accordion) .accordion_in:first-of-type .acc_head {
    background-color: #C85C2F;
    color: #fff;
    border-bottom: solid 0 #ffffff21;
    & .faqquestion {
      color: #fff;
    }
}
.faq-accordion:not(.smk_accordion) .accordion_in:first-of-type .acc_content {
   padding: 30px 70px 30px 30px;
  background-color: transparent;
  position: relative;
 font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
  color: #000;
  position: relative;
display: block;
}


/* -----------------------faqs-sec----------------------- */

/* -----------------------land-availability-sec----------------------- */
.land-availability-sec { 
    display: inline-block;
    position: relative;
    background-color: #272727;
    width: 100%;
    color: #fff;
    padding: 185px 0 155px;

    &::after { 
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0; top: 0;
        background: transparent linear-gradient(90deg, #272727 0%, #00000099 100%) 0% 0% no-repeat padding-box;
    }

    & .bgimg { 
        max-width: inherit;
        object-fit: unset;
        z-index: 0;
    }

    & .container { position: relative; z-index: 1;}
}

.divider.mb-90 + .around-marysville-slider-sec, 
.land-availability-sec + .around-marysville-slider-sec { 
    margin-top: -20px;
}

.land-availability-sec .container > .flex-container { 
    justify-content: space-between;
    align-items: center;
}

.lot-list-wrap { 
    width: calc(100% - 834px);
    max-width: 731px;
    color: #fff;

    & .heading-46 { 
        color: #fff;
        margin-bottom: 5px;
    }
    & .heading-30, p { 
        color: #fff;
    }
}

.lot-measument-wrap { 
    width: 834px;
    position: relative;

    &::after { 
        content: '';
        position: absolute;
        height: 125px;
        width: 511px;
        background: transparent url(../images/icon/section-ark.svg) no-repeat center center;
        background-size: contain;
        bottom: 0;
        left: -330px;
    }
}

.lot-num-list { 
    display: block;
    width: 100%;
    margin-bottom: 0;
    column-count: 2;
     
    & + .btn-theme { 
        margin-top: 30px;
    }
}


.lot-num-list li { 
    display: inline-flex;
    align-items: center;
    padding: 0;
    width: 100%;
    column-gap: 57px;
    color: #fff;
    margin-bottom: 25px;
    &::after { 
        display: none;
    }
    &:hover { 
        & .lot-mun::after {
            filter: none;
        }
    }
}
.lot-num-list li:last-child { 
        margin-bottom: 25px;
}
.lot-mun {
    font-size: 24px;
    letter-spacing: 0.48px;
    line-height: 1.2;
    font-weight: 500;
    min-height: 35px;
    display: inline-flex;
    align-items: center;
    width: 106px;
    justify-content: center;
    position: relative;

     &::after { 
        content: '';
        position: absolute;
        width: 106px;
        height: 35px;
        left: 0;
        top: 0;
        background: transparent url(../images/icon/circle-ark.svg) no-repeat center center;
        background-size: contain;
        filter: brightness(00) invert(1);
    }
}
.lot-num-list li.current .lot-mun {
    &::after { filter: none;}
}
.lot-num-list li.sold .lot-mun {
    &::after { filter: none;}
}
.lot-size { 
    font-size: 24px;
    letter-spacing: 0.48px;
    line-height: 1.2;
    font-weight: 500;
}

ul.lot-size-details-list {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

ul.lot-size-details-list li {
    padding: 0;

    &::after { 
        display: none;
    }
}

.radio-btns-element { 
    display: inline-block;
    width: 365px;
    height: 342px;
    position: absolute;
    top: -364px;
    left: calc(50% - 180px);
    background: #fff;
    padding: 36px 36px 47px;
    border-radius: 6px;
    display: none;
    /* opacity: 0;
    visibility: hidden; */
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.39);
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.39);
    z-index: 2;
}

ul.lot-size-details-list li {
    padding: 0;
    background: #000;
    height: 32px;
    width: 32px;
    border-radius: 100%;
    border: 6px solid #ffff;
    position: absolute;
     &::before { 
        display: block;
        content: "";
        position: absolute;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
        transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
        bottom: 30px;
        background-color: var(--white);
        width: 24px;
        height: 24px;
        left: calc(50% - 12px);
        opacity: 0;
        /* clip-path: polygon(50% 0%, 100% 50%, 50% 50%, 0 50%); */
        transform: scaleX(-0.4) rotate(45deg);
        border: 0px solid #0f2e1f;
        z-index: 2;
        display: none;
    }
}
ul.lot-size-details-list li.current { 
    background: var(--themecolor);
    &::before { 
        display: block;
        opacity: 1;
    }
}


.lot-info-1 {  top: 107px; left: 165px;}
.lot-info-2 {top: 107px;left: 352px;}
.lot-info-3 {top: 107px;left: 475px;}
.lot-info-4 {top: 107px;left: 601px;}
.lot-info-5 {top: 107px;left: 723px;}
.lot-info-6 {top: 490px;left: 224px;}
.lot-info-7 {top: 490px;left: 354px;}
.lot-info-8 {top: 490px;left: 477px;}
.lot-info-9 {top: 490px;left: 600px;}
.lot-info-10 {top: 490px;left: 725px;}
.lot-info-11 {top: 655px;left: 723px;}
.lot-info-12 {top: 655px;left: 597px;}
.lot-info-13 {top: 655px;left: 478px;}
.lot-info-14 {top: 655px;left: 355px;}
.lot-info-15 {top: 655px;left: 225px;}

.lot-info-5 .radio-btns-element,
.lot-info-4 .radio-btns-element,
.lot-info-3 .radio-btns-element,
.lot-info-8 .radio-btns-element,
.lot-info-9 .radio-btns-element,
.lot-info-10 .radio-btns-element,
.lot-info-11 .radio-btns-element,
.lot-info-12 .radio-btns-element,
.lot-info-13 .radio-btns-element { 
    left: calc(50% - 330px);
}


.lot-info-1 {  top: 107px; left: 165px;}
.lot-info-2 {top: 107px;left: 352px;}
.lot-info-3 {top: 107px;left: 475px;}
.lot-info-4 {top: 107px;left: 601px;}
.lot-info-5 {top: 107px;left: 723px;}
.lot-info-6 {top: 490px;left: 224px;}


.lot-size-details {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 40px;
}

.lot-size-details .flex-container {
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    align-items: center;
    & .img-wrap { 
        width: 178px;
        min-height: 178px;
    }
}
.price-size-details {
    display: inline-block;
}
.lot-no {
    font-size: 24px;
    font-weight: bold;
    color: var(--themecolor);
    line-height: 1.2;
}

.size {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 20px;

    & + .lot-price { 
        border-top: 1px solid #DEDEDE;
        padding-top: 20px;
    }
}

.lot-price {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 1.2;
}

.lot-info-1 .radio-btns-element,
.lot-info-2 .radio-btns-element,
.lot-info-3 .radio-btns-element,
.lot-info-4 .radio-btns-element,
.lot-info-5 .radio-btns-element {
    bottom: -364px;
    top: unset;
}
ul.lot-size-details-list li.lot-info-1, 
ul.lot-size-details-list li.lot-info-2, 
ul.lot-size-details-list li.lot-info-3, 
ul.lot-size-details-list li.lot-info-4, 
ul.lot-size-details-list li.lot-info-5 { 
   &::before { 
    bottom: -37px;
   }
}

a.close_sec {
    height: 24px;
    width: 24px;
    border-radius: 100%;
    background: #272727;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-decoration: none;
    line-height: 0;
    text-align: center;
    letter-spacing: 0;
    font-weight: 500;
    color: #fff;
    font-family: sans-serif;
    position: absolute;
    right: 0px;
    top: 0px;

    &:hover {
        text-decoration: none;
    }
}

.land-content::after {
    content: 'SOLD';
    position: absolute;
    padding: 9px 10px;
    font-size: 14px;
    background: var(--themecolor);
    bottom: -78px;
    left: calc(50% - 23px);
    width: auto;
    line-height: 1.2;
    /* min-height: 35px; */
    display: none !important;
    top: unset;
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.land-content.sold::after { 
    display: inline-flex !important;
}
/* -----------------------land-availability-sec----------------------- */

/* -----------------------discount-sec----------------------- */
.discount-sec {
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -85px;
    z-index: 1;
    position: relative;
}
.discount-sec .flex-container { 
     align-items: center;
     flex-wrap: nowrap;
     width: 100%;
     justify-content: space-between;
     background-color: transparent;
     padding: 20px 76px 20px;
     height: 170px;
     background: transparent url(../images/icon/discount-bg.svg) no-repeat center center;
     background-size:contain;  
}
.discount-sec  .flex-container { 

    & .heading-46.theme-ark { 
        color: #fff;
        margin-bottom: 0;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        text-align: center;
        & > span { 
            display: inline-flex;
            align-items: center;
            gap: 5px;
                &::after { 
                    content: '';
                    width: 355px;
                    height: 45px;
                    background: transparent url(../images/icon/theme-ark.svg) no-repeat center;
                    background-size: contain;
                    bottom: -28px;
                    z-index: -1;
                    filter: brightness(0) invert(1);
                } 
        }
    }
}
.discount {
    font-size: 56px;
    font-weight: bold;
}
/* -----------------------discount-sec----------------------- */

/* -----------------------around-marysville-slider-sec----------------------- */
.around-marysville-slider-sec { 
    display: inline-block;
    width: 100%;
    text-align: center;
    max-width: 100%;
    overflow: hidden;

    .heading-46 { 
        margin-bottom: 40px;
    }
}

.around-marysville-slider {
    width: calc(100% + 30px);
    margin: 0 -15px;
    & .slick-list {
        overflow: visible;
    }
    & .slide-box {
        padding: 0 15px;
        & .img-wrap {
            position: relative;
            border-radius: 6px;
            overflow: hidden;
            &::after {
                content: '';
                position: absolute;
                height: 100%;
                width: 100%;
                top: 0;
                left: 0;
                background: rgba(0, 0, 0, 0.4);
                
            }
            &:hover::after {
                background: rgba(0, 0, 0, 0.75);
                transition: all 0.5s ease-in-out;
                -webkit-transition: all 0.5s ease-in-out;
                -ms-transition: all 0.5s ease-in-out;
            }
        }
    }
    &:not(.slick-initialized) {
        display: inline-flex;
        &>.slide-box {
            flex: 1;
        }
        &>.slide-box:not(:nth-child(-n+3)) {
            display: none;
        }
    }
}

.place-name { 
    font-size: 30px;
    letter-spacing: 0.6px;
    color: #fff;
    line-height: 1.25;
    font-weight: 500;
    position: absolute;
    left: 00; right: 0;
    bottom: 20px;
    margin: auto;
    z-index: 1;
}

/* -----------------------around-marysville-slider-sec----------------------- */


/* -----------------------why-choose-content-sec darkbg----------------------- */

.why-choose-content-sec.darkbg { 
    /* margin-top: 100px; */
    position: relative;
    background: rgb(39 39 39 / 90%);
    padding: 80px 20px 80px;    
}
.why-choose-content-wrap { 
    max-width: 1230px;
    text-align: center;
    margin: auto;
    & > p:last-child { 
        margin-bottom: 0;
    }
    & > p {
        color: #fff;
    }
    & [class*="heading-"], h2 {
        color: #fff;
    }
}
/* -----------------------why-choose-content-sec darkbg----------------------- */


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .sticky {
        position: sticky !important;
        top: 100px;
        align-self: flex-start;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}


/* Super large devices (large desktops, 1440px and up) */

@media (min-width: 1440px) {
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1750px;
    }
}


/* Duper large devices (large desktops, 1600px and up) */

@media (min-width: 1921px) {
    .bannerimgvid>.img-wrap>img,
    .bannerimgvid>.img-wrap {
        width: 100%;
    }
}

@media (max-width: 1800px) {
     .intro-sec .right-content-side { 
        margin-right: 0px;
    }
    .img-content-sec {
        & .flex-container {
            & .left-img-side {
                width: calc(50% - 20px);
                max-width: 100%;    
            }
            & .right-content-side {
               width: calc(50% - 20px);
               max-width: 100%;
            } 
        }
    }
    .gallery-slider.slick-slider { 
        padding: 0 0 45px;
    }
    .gallery-slider.slick-slider .slick-prev {
        top: calc(100% - 22px);
        left: calc(50% - 50px) !important;
    }

    .gallery-slider.slick-slider .slick-next {
        top: calc(100% - 22px);
        right: calc(50% - 50px) !important;
    }
}

@media (max-width: 1599.98px) {
    .intro-sec .right-content-side {
        width: 50%;
        max-width: 45%;
        margin-right: 00px;
    }
    .intro-sec .left-img-side {
        width: calc(50%);
    }
    .intro-sec .row-reverse .left-img-side {
        padding-right: 0px;
        padding-left: 50px;
    }
   
    .img-content-sec {
        & .flex-container {
            & .left-img-side {
                width: calc(50% - 20px);
            }
            & .right-content-side {
                width: calc(50% - 20px);
                max-width: 100%;
                margin-right: 0px;
            }
        }
    }
    .features-slider {
        width: calc(100% + 30px);
        margin: 0 -15px;
        & .slide-box {
            padding: 0 15px;
        }
    }

    .float-title { 
        font-size: 65px;
    }
    .banner-feature-list {
        column-gap: 40px;
        & .slide-box {
            width: calc(25% - 30px);
        }
    }
    .discount-sec .flex-container { 
        padding: 20px 50px 20px;
    }
    .land-availability-sec { padding: 115px 0 105px;}
    .banner-feature-wrap>p {
        font-size: 16px;
    }
}

@media (max-width: 1439.98px) {
    .features-slider {
        width: calc(100% + 20px);
        margin: 0 -10px;
        & .slide-box {
            padding: 0 10px;
        }
        &:not(.slick-initialized) {
            &>.slide-box:not(:nth-child(-n+5)) {
                display: none;
            }
        }
    }
    .banner-feature-list {
        & .slide-box {
            width: calc(50% - 23px);
        }
    }
    .float-title {
        font-size: 47px;
        top: calc(50% + 209px);
        left: 2px;
    }
    .theme-ark > span {
        &::after { max-width: 100%; } 
    }
    .intro-sec.bgdark { 
        padding: 60px 0 60px;
    }

    .discount-sec .flex-container {
        padding: 0px 35px 00px;
        background-size: auto;
        clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 50%, 100% 100%, 0 100%, 25px 50%);
    }
    .gallery-slider.slick-slider {
        padding: 0 0 55px;
    }
    .land-availability-sec {
        padding: 115px 0 60px;
    }
    .lot-list-wrap { 
        width: calc(40% - 10px);
    }
    .lot-measument-wrap { 
        width: calc(60% - 10px);
            &::after { display: none;}
    }
    .lot-num-list li { 
        column-gap: 20px;
    }
    

    .lot-info-1 {top: 80px;left: 130px;}
    .lot-info-2 {top: 80px;left: 277px;}
    .lot-info-3 {top: 80px;left: 371px;}
    .lot-info-4 {top: 80px;left: 470px;}
    .lot-info-5 {top: 80px;left: 565px;}
    .lot-info-6 {top: 375px;left: 173px;}
    .lot-info-7 {top: 375px;left: 276px;}
    .lot-info-8 {top: 375px;left: 369px;}
    .lot-info-9 {top: 375px;left: 469px;}
    .lot-info-10 {top: 375px;left: 567px;}
    .lot-info-11 {top: 509px;left: 568px;}
    .lot-info-12 {top: 509px;left: 471px;}
    .lot-info-13 {top: 509px;left: 369px;}
    .lot-info-14 {top: 509px;left: 277px;}
    .lot-info-15 {top: 509px;left: 173px;}

    .contact-form-sec .flex-container {
        & .left-img-side {
            & .img-wrap>.float-title { right: calc(0% - 227px); }
        }
    }

    .contact-form-box {
        padding: 45px;

        & > p { 
            margin-bottom: 15px;
            font-size: 18px;
        }
        & > p + .form-box {
            padding-top: 15px;
         }
    }

    .watch-videos-slider-sec { 
        padding: 60px 0;
    }
    .img-content-sec {
        & .flex-container+.flex-container {
            margin-top: 60px;
        }
    }
    .faqs-bg-wrap { 
        padding: 60px 50px;
    }
    .img-content-sec .right-content-side .banner-feature-list {
        column-gap: 20px;
        & .slide-box {
            width: calc(25% - 15px);
        }
    }
}

@media (max-width: 1199.98px) {
    .mrgb100 {
        margin-bottom: 60px;
    }
    .divider.mb-90 + .around-marysville-slider-sec,
    .land-availability-sec + .around-marysville-slider-sec {
        margin-top: 0px;
    }
    .discount-sec .flex-container { 
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 21px;
        & .heading-46.theme-ark { 
                gap: 15px;
        }
    }
    .why-choose-content-sec.darkbg { 
        padding: 60px 20px;
    }
    main:not(.area-details-page) .inner-banner+.intro-sec .left-img-side,
    .sec_hmbanner+.intro-sec .left-img-side {
        margin-top: 0px;
    }
    .float-title {
        font-size: 40px;
        top: calc(50% + 159px);
        left: 2px;
    }
    .gallery-slider {
        width: calc(100% + 14px);
        margin: 0 -7px;
        
        & .slide-box {
            padding: 0 7px;
        }
    }
    .land-availability-sec .container > .flex-container { 
        flex-wrap: wrap;
        gap: 25px;
        .lot-list-wrap {
            width: calc(100%);
            max-width: 100%;
            text-align: center;
        }
        .lot-measument-wrap {
            width: calc(100%);
            max-width: 100%;
            text-align: center;
        }
    }
    .lot-num-list { 
        column-count: 5;
    }
    .lot-num-list li { 
        column-gap: 20px;
        flex-direction: column;
        row-gap: 5px;
    }
    .lot-size { font-size: 20px; } 
    .lot-num-list {
        & + .btn-theme {
            margin-top: 10px;
        }
    }
    .lot-info-1 {  top: 107px; left: 165px;}
    .lot-info-2 {top: 107px;left: 352px;}
    .lot-info-3 {top: 107px;left: 475px;}
    .lot-info-4 {top: 107px;left: 601px;}
    .lot-info-5 {top: 107px;left: 723px;}
    .lot-info-6 {top: 490px;left: 224px;}
    .lot-info-7 {top: 490px;left: 354px;}
    .lot-info-8 {top: 490px;left: 477px;}
    .lot-info-9 {top: 490px;left: 600px;}
    .lot-info-10 {top: 490px;left: 725px;}
    .lot-info-11 {top: 655px;left: 723px;}
    .lot-info-12 {top: 655px;left: 597px;}
    .lot-info-13 {top: 655px;left: 478px;}
    .lot-info-14 {top: 655px;left: 355px;}
    .lot-info-15 {top: 655px;left: 225px;}
    .contact-form-sec .flex-container {
        & .left-img-side {
            & .img-wrap>.float-title {
                right: calc(0% - 209px);
            }
        }
    }

   .videos-slider {
        width: calc(100% + 14px);
        margin: 0 -7px;
        & .slick-list {
            overflow: visible;
        }
        & .slide-box {
            padding: 0 7px;
            
        }
    }
    .inner-banner {
        & + .img-content-sec {
            margin-top: 80px;
        }
    }
    .around-marysville-slider {
        width: calc(100% + 20px);
        margin: 0 -10px;
        & .slide-box {
            padding: 0 10px;
        }
    }
    .around-marysville-slider-sec {
        .heading-46 {
            margin-bottom: 25px;
        }
    }
    .around-marysville-slider.slick-slider { 
        padding: 0 0 50px;
    }
    .around-marysville-slider.slick-slider .slick-prev {
        top: calc(100% - 22px);
        left: calc(50% - 45px) !important;
    }

    .around-marysville-slider.slick-slider .slick-next {
        top: calc(100% - 22px);
        right: calc(50% - 45px) !important;
    }
    .img-content-sec .right-content-side .banner-feature-list {
        & .slide-box {
            width: calc(50% - 15px);
        }
    }
    .features-slider-sec.mb-100 { margin-bottom: 60px;}
    .gallery-slider { 
        &:not(.slick-initialized) {
            &>.slide-box:not(:nth-child(-n+2)) {
                display: none
            }
        }
    }
    .features-slider {
        &:not(.slick-initialized) {
            &>.slide-box:not(:nth-child(-n+4)) {
                display: none
            }
        }
    }
}

@media (max-width: 991.98px) {
    .bgdark {
        padding: 40px 0;
    }
    .intro-sec .flex-container {
        flex-wrap: wrap;
        gap: 25px;
    }
    .why-choose-content-sec.darkbg { 
        padding: 40px 20px;
    }
    .intro-sec .left-img-side {
        width: 100%;
        padding: 0;
    }
    .intro-sec .right-content-side {
        width: 100%;
        max-width: 100%;
    }
    .img-content-sec {
        & .flex-container {
            gap: 25px;
            & .left-img-side {
                width: calc(100%);
                max-width: 100%
            }
            & .right-content-side {
                width: calc(100%);
                max-width: 100%;
            }
        }
    }
    .intro-sec .row-reverse .left-img-side {
        padding-right: 0px;
        padding-left: 0px;
    }
    .intro-sec .flex-container+.flex-container {
        margin-top: 40px;
    }
    .img-content-sec {
        & .flex-container+.flex-container {
            margin-top: 40px;
        }
    }
    .banner-feature-list {
        & .slide-box {
            width: calc(25% - 30px);
        }
    }

    .lot-info-1 {top: 80px;left: 137px;}
    .lot-info-2 {top: 80px;left: 291px;}
    .lot-info-3 {top: 80px;left: 391px;}
    .lot-info-4 {top: 80px;left: 495px;}
    .lot-info-5 {top: 80px;left: 596px;}
    .lot-info-6 {top: 395px;left: 184px;}
    .lot-info-7 {top: 395px;left: 290px;}
    .lot-info-8 {top: 395px;left: 393px;}
    .lot-info-9 {top: 395px;left: 493px;}
    .lot-info-10 {top: 395px;left: 597px;}
    .lot-info-11 {top: 531px;left: 596px;}
    .lot-info-12 {top: 531px;left: 494px;}
    .lot-info-13 {top: 531px;left: 393px;}
    .lot-info-14 {top: 531px;left: 293px;}
    .lot-info-15 {top: 531px;left: 182px;}
    
    .contact-form-sec .flex-container { 
        flex-wrap: wrap;
        & .left-img-side {
            width: 100%;
            & .img-wrap>.float-title {
               display: none;
            }
        }
        & .right-content-side { 
            width: 100%;
        }
    }

    .inner-banner {
        & + .img-content-sec {
            margin-top: 60px;
        }
    }

    .place-name { font-size: 24px; bottom: 15px; }
    .discount-sec .flex-container { 
        height: auto;
        padding: 14px 35px 20px;
        background-size: cover;
    }
    .discount-sec .flex-container {
        & .heading-46.theme-ark {
           justify-content: center;
           gap: 0;
        }
    }
    .features-slider-sec.mb-100 { margin-bottom: 40px;}
    .features-slider {
        &:not(.slick-initialized) {
            &>.slide-box:not(:nth-child(-n+3)) {
                display: none
            }
        }
    }
    .around-marysville-slider { 
         &:not(.slick-initialized) {
            &>.slide-box:not(:nth-child(-n+2)) {
                display: none;
            }
        }
    }
}

@media (max-width: 767.98px) {
    .form-control,
    input[type="text"],
    input[type="email"],
    select,
    textarea,
    input[type="number"],
    input[type="tel"],
    input[type="file"] {
        min-height: 48px;
        padding: 10px 15px;
    }

    .float-title { 
        display: none;
    }
    .img-wrap.has-float-title { 
        margin: 0;
    }

    .banner-feature-list {
        & .slide-box {
            width: calc(50% - 22px);
        }
    }
    .lot-num-list {
        column-count: 4;
    }

    .lot-info-1 {top: 53px;left: 97px;}
    .lot-info-2 {top: 53px;left: 211px;}
    .lot-info-3 {top: 53px;left: 286px;}
    .lot-info-4 {top: 53px;left: 362px;}
    .lot-info-5 {top: 53px;left: 435px;}
    .lot-info-6 {top: 296px;left: 110px;}
    .lot-info-7 {top: 287px;left: 210px;}
    .lot-info-8 {top: 287px;left: 286px;}
    .lot-info-9 {top: 287px;left: 360px;}
    .lot-info-10 {top: 287px;left: 437px;}
    .lot-info-11 {top: 390px;left: 438px;}
    .lot-info-12 {top: 390px;left: 359px;}
    .lot-info-13 {top: 390px;left: 286px;}
    .lot-info-14 {top: 390px;left: 212px;}
    .lot-info-15 {top: 390px;left: 130px;}
    .cta-sec {padding: 40px 0 0; }
    .videos-slider {
        & .slide-box {
            & a.video-link {
                &::after { background-size: 40px;} 
            }
        }
    }
    .lot-info-5 .radio-btns-element,
    .lot-info-4 .radio-btns-element,
    .lot-info-3 .radio-btns-element,
    .lot-info-8 .radio-btns-element,
    .lot-info-9 .radio-btns-element,
    .lot-info-10 .radio-btns-element,
    .lot-info-11 .radio-btns-element,
    .lot-info-12 .radio-btns-element,
    .lot-info-13 .radio-btns-element {
        left: calc(50% - 272px);
    }

    .lot-info-1 .radio-btns-element, 
    .lot-info-2 .radio-btns-element, 
    .lot-info-3 .radio-btns-element, 
    .lot-info-4 .radio-btns-element, 
    .lot-info-5 .radio-btns-element {
        bottom: -314px;
        top: unset;
    }
    .land-content::after {
        padding: 5px 6px;
        font-size: 12px;
        bottom: -53px;
        left: calc(50% - 19px);
        height: auto;
    }
    .radio-btns-element { 
        width: 300px;
        height: 290px;
        top: -310px;
        left: calc(50% - 120px);
        background: #fff;
        padding: 24px 15px 22px;
    }
    .lot-size-details { 
       row-gap: 15px 
    }
    .lot-size-details .flex-container { 
        gap: 10px;
        justify-content: center;
        & .img-wrap {
            width: 170px;
            min-height: 170px;
        }
    }
    .lot-no { font-size: 18px; } 
    .size { font-size: 20px; 
            margin-bottom: 10px;
        & + .lot-price {
        border-top: 1px solid #DEDEDE;
        padding-top: 10px;
        }
    }
    .lot-price {font-size: 20px;  }
    .watch-videos-slider-sec {
        padding: 40px 0;
    }
    .contact-form-box {
        padding: 25px;
    }
    .faqs-bg-wrap {
        padding: 25px;
    }
    .discount-sec .flex-container {
        & .heading-46.theme-ark { 
            gap: 15px;
            flex-wrap: wrap;
            justify-content: center;
            gap: 0px;
        } 
    }
    .discount-sec .flex-container { 
        flex-direction: column;
        gap: 21px;
        background-size: cover;
        height: auto;
        padding: 20px 35px 20px;
    }
    .discount {
        font-size: 34px;
        font-weight: bold;
    }

    .inner-banner {
        & + .img-content-sec {
            margin-top: 40px;
        }
    }
    .why-choose-content-sec.darkbg { 
        padding: 30px 15px;
    }
    .features-slider {
        &:not(.slick-initialized) {
            &>.slide-box:not(:nth-child(-n+2)) {
                display: none
            }
        }
    }
}

@media (max-width: 575.75px) {
    button,
    .button,
    button[type="submit"],
    input[type="submit"] {
        padding: 13px 15px 13px;
        font-size: 14px;
        min-height: 48px;
        padding: 12px 15px 12px;
    }
    .mb-80 {
        margin-bottom: 30px;
    }
    .smtitle {
        font-size: 14px;
    }
    p {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.5;
        color: #000000;
        margin-bottom: 24px;
    }
    .inner-banner {
        & + .img-content-sec {
            margin-top: 30px;
        }
    }
    .sub-title { font-size: 22px; margin-bottom: 15px; } 
    [class*="heading-"], h1, h2, h3, h4, h5, h6 {margin-bottom: 20px; }
    .intro-sec.bgdark { 
        padding: 40px 0 40px;
    }
    .btnlist {
        gap: 10px;
        justify-content: center;
    }
    img.mobile-image {
        display: block;
    }
    img.desktop-image {
        display: none;
    }
    .lot-mun { font-size: 18px; min-height: 30px; width: 90px;
        &::after {
            /* min-height: 30px; width: 90px; top: -4px; */
            min-height: 100%;
            width: 90px;
            top: 0;
            height: 100%;
        }
    }
    .lot-num-list {
        column-count: 3;
    }
    .lot-size {
        font-size: 18px;
    }
    .form-theme-head { 
        padding: 15px 0 30px;
        min-height: 120px;
        margin-bottom: 5px;
    }
    .banner-form form.wpcf7-form {
        padding: 0px 25px 20px;
    }
    .row {
        margin-left: -5px;
        margin-right: -5px;
        display: inline-flex;
        width: calc(100% + 10px);
        flex-wrap: wrap;
    }
    .form-group.form-group50 { width: 100%; }
    .form-group {
        padding: 0 5px;
    }
    .get-a-quote-box form {
        & .form-group {
            width: 100%;
        }
    }
    .form-control,
    input[type="text"],
    input[type="email"],
    select,
    textarea,
    input[type="number"],
    input[type="tel"],
    input[type="file"] {
        min-height: 45px;
        padding: 8px 15px;
        margin-bottom: 20px;
    }

    .form-theme-head .heading-30 { 
        font-size: 20px;
        & span {
            font-size: 30px;
        }
    }
    .land-availability-sec .container > .flex-container .lot-measument-wrap {
        overflow: auto;
        width: 510px;
        margin: auto;
        max-width: 100%;
    } 
    .lot-measument-img.img-wrap { 
        width: 100%;
        min-width: 510px;
    }

    .features-slider { & .slide-box { &::after { display: none;} } } 
    .features-wrap { gap: 10px; }
    .heading-features { font-size: 16px; margin-bottom: 0; }
        .img-content-sec {
        & .flex-container+.flex-container {
            margin-top: 30px;
        }
    }

    .features-slider-sec.mb-100 { margin-bottom: 30px;}

    .faqs-bg-wrap {
        padding: 25px 15px;
    }

    .inner-banner-wrapper { 
        padding: 110px 0 40px;
        min-height: 350px;
    }
    main ul>li, main ul.wp-block-list>li { 
        font-size: 20px;
        padding-left: 35px;
    }
    main ul>li>strong, main ul>li>span, main ul.wp-block-list>li>strong, main ul.wp-block-list>li>span { 
        font-size: 20px;
        margin-bottom: 5px;
    }
    main ul>li:after {
        width: 25px;
        height: 25px;
    }
    .radio-btns-element {
        width: 300px;
        height: 260px;
        top: -283px;
        left: calc(50% - 105px);
        background: #fff;
        padding: 15px 15px 25px;
    }
    .lot-size-details >  .btn-theme { 
        padding: 12px 15px 12px;
        min-height: auto;
    }
    .lot-info-1 .radio-btns-element,
    .lot-info-2 .radio-btns-element,
    .lot-info-3 .radio-btns-element,
    .lot-info-4 .radio-btns-element,
    .lot-info-5 .radio-btns-element
     { 
        top: 45px;
    }
    ul.lot-size-details-list .lot-info-1 ,
    ul.lot-size-details-list .lot-info-2 ,
    ul.lot-size-details-list .lot-info-3 ,
    ul.lot-size-details-list .lot-info-4 ,
    ul.lot-size-details-list .lot-info-5 {  
        &::before {
            bottom: -37px;
        }
    }

    .why-choose-content-wrap {
        & [class*="heading-"], h2 { 
            font-size: 28px;
        }
        & > p {
            margin-bottom: 15px;
        }
    }

    .contact-form-box {
        padding: 15px;
    }

    .scrollTop { 
        display: none;
    }

    .gallery-slider { 
        &:not(.slick-initialized) {
            &>.slide-box:not(:nth-child(-n+1)) {
                display: none
            }
        }
    }
    .around-marysville-slider { 
         &:not(.slick-initialized) {
            &>.slide-box:not(:nth-child(-n+1)) {
                display: none;
            }
        }
    }
}