body {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    font-family: var(--ng-font-family);
}

.header {
    z-index: 1;
    padding: 0;
    background-color: var(--ng-bg-primary);
    position: fixed;
    width: 100%;
}

.card--up {
    position: relative;
    top: 0;
    transition: top ease 0.5s;
}

.space--horizontal {
    width: 10px;
    height: 40px;
    border-radius: 12px;
    background-color: red;
}

.space--horizontal>span {
    width: 100%;
}

.card--up:hover {
    top: -15px;
}

.link--hover:hover {
    filter: contrast(0.2);
    transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
}

.header__container {
    padding: 12px 24px;
}

.header__menu {
    grid-area: menu;
}

.navbar>.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.all-content {
    position: relative;
    top: 110px;
}

.all-content--secondary {
    position: relative;
    top: 110px;
    background-color: var(--ng-bg-secondary);
}

/** banner **/
.banner {
    background-image: url(../images/banner_2.webp);
    min-height: 500px;
    background-position: center;
    display: grid;
    grid-template-areas: 'form slogan';
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    background-attachment: fixed;
    padding: 48px 66px 86px 66px;

}

.banner--secondary {
    background-image: url(../images/patagonia_2.jpg);
    min-height: 400px;
    background-attachment: fixed;
    padding: 48px 48px 86px 48px;
    align-content: center;
    background-position: top;
}

.banner--secondary-about {
    background-image: url(../images/landscape.jpg);
    background-position: unset;
    background-repeat: no-repeat;
    min-height: 350px;
}

.banner--secondary>h5 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: white;
}


.banner__form {
    grid-area: form;
    background-color: var(--ng-banner-form-bg);
    border-radius: 12px;
    width: 330px;
    filter: drop-shadow(1px 1px 4px black);
    padding: 24px;
    height: fit-content;
    align-self: center;
}

.banner__form>h5 {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
}

.banner__form>.item:first-of-type {
    margin-top: 24px;
}

.banner__form>.item {
    margin-top: 16px;
}

.banner__form>.action {
    margin-top: 16px;
}

.banner__form>.action>button {
    width: 100%;
}

.banner__legend {
    background: var(--ng-banner-legend-bg);
    grid-area: slogan;
    height: fit-content;
    align-self: center;
    padding: 24px;
    width: 400px;
    border-radius: 12px;
}

.banner__legend>h1,
.banner__legend>h3 {
    color: var(--ng-banner-legend-text);
}

/** banner **/

.nav-link--highlight {
    background-color: var(--ng-color-primary);
    color: white;
    border-radius: 8px;
}

.nav-link--highlight:hover {
    background: white;
    color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    cursor: pointer;
}

.default__scroll {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.default__scroll>.header__container {
    padding: 12px 24px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.default__scroll .navbar-brand img {
    width: 180px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.custom__scroll {
    filter: drop-shadow(1px 1px 3px black);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.custom__scroll>.header__container {
    padding: 0 24px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.custom__scroll .navbar-brand img {
    width: 120px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.all-content.default__banner {
    top: 110px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


.all-content.custom__banner {
    top: 66px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

/** features **/
.features {
    padding: 48px 56px;
    background-color: var(--ng-bg-secondary);
    border-radius: 16px;
    position: relative;
    top: -35px;
    margin: 0 68px;
}

.features>.features__title {
    margin-bottom: 36px;
    text-align: center;
    font-weight: 700;
    font-size: 29px;
}

.features>.features__title:last-of-type {
    margin-top: 16px;
}

.email {
    padding: 60px 24px;
    text-align: center;

}

.email>h1 {
    font-weight: 700;
}

.features .card {
    padding: 24px;
    /* box-shadow: 0px 2px 3px rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .1);*/
    border: unset;
    border-radius: 12px;
    min-height: 355px;
    margin: 0 24px;
}

.features .card .card-body {
    margin-top: 12px;
    padding: 0;
    text-align: center;
    color: #464646;
    font-size: 16px;
}

.features .card .card-text {
    font-weight: 300;
}

.features .card .card-title {
    text-align: center;
    margin-bottom: 12px;
    color: var(--ng-color-secondary);
    font-weight: 600;
}

.features .card .card__circle {
    margin: 0 auto;
}

.features .card .card__circle span {
    font-size: 50px;
    color: var(--ng-color-secondary);
    padding: 11px;
}

.features>.features__list {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 36px;
}

.features>.features__services {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 36px;
}

.features>.features__services .item {
    background-color: var(--ng-bg-primary);
    border-radius: 12px;
    padding: 24px 36px;
    margin: 0 24px;
    text-align: left;
    min-height: 243px;
}

.features>.features__services .item>a {
    text-decoration: none;
    color: var(--ng-color-secondary);
    margin: 12px 0 16px 0;
    font-weight: 500;

}

.features>.features__services .item>span {
    font-size: 72px;
    /* fill: red; */
    color: var(--ng-color-secondary);
}


.features>.features__services .item>h5 {
    margin-top: 24px;
    font-weight: 600;
    line-height: 1.5em;
    min-height: 60px;
}

.features>.features__services .item>a>span {
    position: relative;
    top: 7px;
}

.features>.about {
    padding: 0px 24px 36px 24px;
    margin: 0 24px;
    background-color: unset;
    top: 0;
    border-radius: 0;
}

/** features **/

/** service **/

.service-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: 'title title'
        'left right';

    gap: 48px;
}

.service-list>.service-list__title {
    grid-area: title;
}

.service-list>.service-list__left {}

.service-list>.service-list__right {}

/*.service>img {
    align-self: center;
    width: 100%;
    border-radius: 12px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    ;
}

.service>h2 {
    margin-bottom: 36px;
    text-align: center;
    font-weight: 700;
    font-size: 29px;
}*/

/** service **/



/** services **/

.services {
    padding: 36px 60px;
}

.services>.services__title {
    margin-bottom: 36px;
    text-align: center;
    font-weight: 700;
    font-size: 29px;
}

.services>.service__list {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 36px;
}

.services>.services__list .item {
    background-color: var(--ng-bg-secondary);
    border-radius: 12px;
    padding: 24px 36px;
    margin: 0 24px;
    text-align: left;
    min-height: 243px;
}

.services>.services__list .item>a {
    text-decoration: none;
    color: var(--ng-color-secondary);
    margin: 12px 0 16px 0;
    font-weight: 500;

}

.services>.services__list .item>span {
    font-size: 72px;
    /* fill: red; */
    color: var(--ng-color-secondary);
}


.services>.services__list .item>h5 {
    margin-top: 24px;
    font-weight: 600;
    line-height: 1.5em;
    min-height: 60px;
}

.services>.services__list .item>a>span {
    position: relative;
    top: 7px;
}

/** services **/

/** customers **/
.customer {
    padding: 48px 60px;
    background-color: var(--ng-bg-primary);
}

.customer>.customer__item {
    margin-top: 36px;
    text-align: center;
    filter: grayscale(1);
}

.customer>.customer__item>.item {
    text-align: center;
}


.customer>h2 {
    text-align: center;
    font-weight: 700;
    font-size: 29px;
    color: var(--bs-heading-color);
}

.customer>h5 {
    text-align: center;
    font-weight: 300;
    color: var(--ng-text-primary)
}

.customer>.carousel {
    margin-top: 24px;
}

.list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-items: center;
}

/** customers **/

/** Team **/

.team {
    padding: 48px 60px;

    background-color: var(--ng-bg-secondary);
}

.team>.team__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    justify-items: center;
}

.team>.team__list>.person {
    text-align: -webkit-center;
    padding: 24px;
}

.team>h2 {
    text-align: center;
    font-weight: 700;
    font-size: 29px;
    color: var(--bs-heading-color)
}

.team>h5 {
    text-align: center;
    font-weight: 300;
    color: var(--ng-text-primary)
}

.team>.team__list>.person>.person__title {
    margin: 12px 0 0 0;
    font-weight: 500;
    color: var(--ng-text-primary)
}

.team>.team__list>.person>.person__subtitle {
    font-weight: 600;
    color: var(--ng-color-primary)
}

.team>.team__list>.person>p {
    font-size: 15px;
    font-weight: 400;
    color: var(--ng-text-primary);
    margin: 0;
}

.team>.team__list>.person>.person__circle {
    border-radius: 50%;
    overflow: hidden;
    width: 200px;
    height: 200px;
    -webkit-box-shadow: 10px 10px 55px -30px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 55px -30px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 55px -30px rgba(0, 0, 0, 0.75);
}

.team>.team__list>.person>.person__circle>img {
    background-size: 250px 250px;
    width: 200px;
    height: 200px;
    object-fit: cover;
}

/** Team **/

/** about **/
.about {
    padding: 48px 70px;
    background-color: var(--ng-bg-primary);
    border-radius: 16px;
    position: relative;
    top: -35px;
    margin: 0 100px;
}

.about>h2 {
    margin-bottom: 48px;
    font-weight: 700;
    font-size: 35px;
    text-align: center;
}

.about>.about__title>span {
    border-radius: 12px;
    background-color: var(--ng-color-secondary);
    margin-right: 16px;
    padding: 0px 1px;
}

.about>p.about__text {
    line-height: 28px;
    margin-bottom: 66px;
    font-size: 16px;
    color: var(--ng-text-primary);
    font-style: italic;
}

.about__section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.about__section.section>.section__left {
    justify-self: center;
    align-content: center;
}

.about__section.section>.section__left>img {
    text-align: center;
    width: 300px;
    border-radius: 12px;
}



.about__section.section>.section__right>h4 {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 20px;
}

.about__section.section>.section__right>p {
    color: var(--ng-text-primary);
}

.about__section.section>.section__right>h4:last-of-type {
    margin-top: 36px;
}

.about__section.section>.section__right>h4>span {
    border-radius: 12px;
    background-color: var(--ng-color-secondary);
    margin-right: 16px;
    padding: 0px 1px;
}

.about__section.section>.section__right>p {}

/** about **/


/** contact us page 2 **/
.contact {
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-template-areas: 'title title'
        'left right';
    gap: 48px;
    padding: 48px 70px;
    background-color: var(--ng-bg-primary);
    border-radius: 16px;
    position: relative;
    top: -35px;
    margin: 0 100px;
}

.contact>.contact__title {
    grid-area: title;
    justify-self: center;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 29px;
}

.contact>.contact__left {
    grid-area: left;
    background-image: url(../images/contactus.webp);
    border-radius: 12px;
    background-position: top right;
    padding: 0;
    align-content: center;
    padding: 24px;
    background-size: cover;
}

.contact>.contact__left>h6 {
    color: white;
    text-align: -webkit-center;
    font-size: 24px;
    padding: 24px;
}

.contact>.contact__right {
    grid-area: right;
}

.contact>.contact__right>form>.item:first-of-type {
    margin-top: 0;
}

.contact>.contact__right>form>.item {
    margin-top: 24px;
}

.contact>.contact__right>form>.item>input {
    min-height: 60px;
}

.contact>.contact__right>form>.action {
    margin-top: 24px;
}

.contact>.contact__right>form>.action>button.btn.btn-ng {
    min-height: 54px;
    font-size: 19px;
    width: 100%;
}

/** contact us page 2 **/


/** **/

.service {
    padding: 48px 70px;
    background-color: var(--ng-bg-primary);
    border-radius: 16px;
    position: relative;
    top: -35px;
    margin: 0 100px;
}

.service>p {
    /* margin-left: 29px;*/
    line-height: 28px;
    margin-bottom: 36px;
    font-size: 16px;
    color: var(--ng-text-primary);
}

.service>ul {
    color: var(--ng-text-primary);
    margin: 16px 0 0 24px;
    list-style: disc;
}

.service>ul>li::marker {
    color: var(--ng-color-secondary);
    font-size: 21px;
}

.service>p:last-of-type {
    margin-bottom: 0;
}

.service>.service__content {
    font-weight: 600;
    font-size: 20px;
}

.service>.service__title {
    margin-bottom: 48px;
    font-weight: 700;
    font-size: 35px;
    text-align: center;
}

.service>.service__title>span {
    border-radius: 12px;
    background-color: var(--ng-color-secondary);
    margin-right: 16px;
    padding: 0px 1px;
}

.service .service__left {
    display: inline-grid;
    background: var(--ng-color-secondary);
    height: 45px;
    margin-right: 16px;
    width: 8px;
    border-radius: 10px;
}

.service .service__text {
    position: relative;
    vertical-align: top;
}


/** footer */
.footer {
    background-color: var(--ng-bg-footer);
    position: relative;
    bottom: 0;
}

.footer>.footer__cols {
    padding: 48px 24px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.footer>.footer__cols>.item__col1>h4,
.footer>.footer__cols>.item__col2>h4,
.footer>.footer__cols>.item__col3>h4,
.footer>.footer__cols>.item__col4>h4 {
    font-size: 16px;
    font-weight: bold;
    color: var(--ng-color-secondary);
    line-height: 1.3;
    margin-bottom: 16px;
}

.footer>.footer__cols>.item__col1>.item,
.footer>.footer__cols>.item__col2>.item,
.footer>.footer__cols>.item__col3>.item,
.footer>.footer__cols>.item__col4>.item {
    color: var(--ng-text-footer);
    padding: 5px 0;
    font-size: 15px;
    display: block;
    text-decoration: none;
    /* width: fit-content;*/
    font-weight: 300;
}

.footer>.footer__cols>.item__col1>.item>span,
.footer>.footer__cols>.item__col2>.item>span,
.footer>.footer__cols>.item__col3>.item>span,
.footer>.footer__cols>.item__col4>.item>span {
    margin-right: 10px;
    position: relative;
    top: 2px;
    color: var(--ng-color-secondary);
}

.footer>.footer__cols>.item__col3>.item {
    /*text-align-last: center;*/
}



.footer>.footer__cols>.item__col4>a {
    margin-right: 6px;
    cursor: pointer;
    text-decoration: none;
    color: var(--ng-text-footer);
}

.footer>.footer__cols>.item__col4>a>svg {
    zoom: 1.3;
}

.footer>.footer__cols>.item__col1>p {
    font-size: 14px;
}

.footer>.footer__bottom {
    padding: 24px;
    text-align: center;
}

.footer>.footer__bottom>h6 {
    font-size: 15px;
    font-weight: 500;
    color: var(--ng-text-primary);
}

.footer>hr {
    border-top: 1px solid rgba(0, 0, 0, .6);
}

/** footer */

@media (max-width: 991px) {

    /** banner **/
    .banner {
        background-image: url(../images/banner_2.webp);
        min-height: 500px;
        background-position: center;
        display: grid;
        grid-template-areas: 'form'
            'slogan';
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0;
        /** test **/
        background-attachment: fixed;
    }

    .features {
        margin: 0 24px;
        padding: 48px 24px;
    }

    .team {
        padding: 48px 24px;
    }

    .banner__form,
    .banner__legend {
        margin: 0 auto;
    }

    .banner__form {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .banner__legend {
        margin-bottom: 55px;
        width: fit-content;
        margin: 0 24px 60px 24px;
        text-align: center;
    }

    .customer {
        padding: 48px;
    }

    .contact {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas: 'title'
            'left'
            'right';
        gap: 24px;
        padding: 48px 24px;
        background-color: var(--ng-bg-primary);
        top: -35px;
        margin: 0 24px;
    }

    .about {
        padding: 48px 24px;
        margin: 0 24px;
    }

    /** test ***/
    .about p {
        text-align: center;
    }

    .about>.about__section {
        grid-template-columns: 1fr;
    }

    .about__section.section>.section__left {
        width: 100%;
    }

    .about__section.section>.section__left>img {
        width: inherit;
    }

    .about__section.section>.section__right>h4 {
        text-align: center;
    }

    .nav-link--highlight {
        padding: 12px;
    }

    .service {
        padding: 48px 24px;
        margin: 0 24px;
    }

    .service p {
        text-align: center;
    }

    .service>.service__content {
        font-size: 18px;
    }

    .team>.team__list {
        gap: 0;
    }

    .features>.about {
        margin: 0;
    }

    .footer>.footer__cols h4,
    .footer>.footer__cols p,
    .footer>.footer__cols .item__col4,
    .footer>.footer__cols .item__col2 a {
        text-align: center;
    }

    .footer>.footer__cols>.item__col3>.item {
        text-align-last: center;
    }


}

.slick-slide {
    text-align: center;
    margin: 0 auto;
}

.wa-link {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 11;
}


.wa-link>img {
    width: 57px;
    margin: 12px;
    cursor: pointer
}