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

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

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

html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'Gogh';
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.w-100 {
    width: 100%;
}

header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 70px 0;
    background-color: #F4F5D6;
    background-image: url('../images/white-shadow.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
}

#main-logo {
    width: 200px;
    height: auto;
    position: relative;
}

#feathers {
    width: 476px;
    height: auto;
    position: absolute;
}

.banner {
    position: relative;
    height: 600px;
    width: 100%;
}

.banner .banner__background {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner .banner__background img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
}

.banner .banner__content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.banner .banner__text {
  width: 820px;
  height: auto;
}

.banner .banner__shoe {
    position: absolute;
    left: 642px;
    top: -295px;
    z-index: 2;
}

.banner .banner__shoe img {
    min-width: 900px;
    width: 900px;
    height: auto;
}

.page-section {
    padding: 50px 0;
}

.page-section h2 {
    font-family: 'Gogh Book';
    font-weight: 400;
    color: #87AD70;
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.1em;
}

.page-section h2 > strong {
    font-family: 'Gogh';
    font-weight: 700;
}

.page-section p {
    font-size: 22px;
    font-family: 'Gogh Book';
    font-weight: 400;
    color: #87AD70;
    text-align: justify;
}

#green-line {
    position: relative;
    background: url('../images/green-gradient.jpg') no-repeat top center;
    background-size: 100% auto;
}

/* #green-line::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 250px;
    background: url('../images/green-gradient.jpg') no-repeat top center;
    background-size: 100% auto;
    top: 0;
    z-index: 1;
}
 */
.page-section#green-line h2 {
    font-size: 46px;
}




 .shoes-carousel__item img {
    margin: 0 auto;
 }
#eva {
    background-color: #F4F5D5;
    background-image: url(../images/white-shadow-line--invert.png), url(../images/white-shadow-line.png);
    background-position: bottom center, top center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 100% auto;
    padding-bottom: 120px;
}

#eva h2,
#eva p,
#eva img {
    position: relative;
    z-index: 10;
}

#eva .feather {
    position: absolute;
    z-index: 0;
}

#eva .feather#feather-01 {
    top: -100px;
    left: -30px;
}

#eva .feather#feather-02 {
    left: -80px;
    top: -50px;
}

#eva .feather#feather-03 {
    left: -80px;
    top: -50px;
}

#shoes-circles {
    position: relative;
    width: 659px;
    min-width: 659px;
    left: -150px;
    top: -80px;
}

#shoes-circles-description {
    margin-top: 130px;
}

#sustenability-shoes {
    position: absolute;
    width: 683px;
    min-width: 683px;
    top: -170px;
    right: -170px;
}

#green-line-description {
    padding-top: 100px;
}

#green-line-description p {
    font-family: 'Gogh Book';
    font-weight: 400;
    color: #87AD70;
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.3em;
    text-transform: uppercase;
}

#green-line-description .box {
    border: 1px solid #87AD70;
    border-radius: 15px;
    padding: 20px;
}

#green-line-description .box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    }

#green-line-description .box ul li {
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    font-family: 'Gogh Book';
    font-weight: 400;
    color: #87AD70;
    font-size: 30px;
    margin-top: 0;
    line-height: 1.8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

#sustainability {
    background-color: #F4F5D5;
}

#sustainability-banner-wrapper {
    background-color: #F4F5D5;
    padding: 100px 0;
}

#sustainability-banner {
    background-color: #7FA568;
    padding: 0;
    position: relative;
}

#sustainability-banner .banner__text {
    width: 570px;
    height: auto;
  }

  #absolute-shoe {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-40%, -15%);
        -ms-transform: translate(-40%, -15%);
            transform: translate(-40%, -15%);
  }

  footer {
    background-color: #F4F5D6;
    background-image: url(../images/white-shadow--invert.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto 580px;
    overflow-y: hidden;
  }

  footer .cta {
    display: block;
    margin: 15px auto;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Gogh';
    font-weight: 800;
    color: #4f5f3b;
    text-decoration: none;
    font-size: 22px;
    padding: 20px;
    border: 1px solid #87AD70;
    border-radius: 15px;
    max-width: 500px;
    width: 100%;
  }

  footer .site-url {
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 24px;
    color: #87AD70;
    font-weight: 300;
    font-family: 'Gogh Book';
  } 

  footer .site-url > strong {
    font-family: 'Gogh';
    font-weight: 800;
  }

  #footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px 0 70px 0;
    position: relative;


}

#footer-logo svg {
    position: relative;
}

#footer-logo #footer-logo-feathers {
    width: 476px;
    height: auto;
    position: absolute;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

@media (min-width:768px) {
    .shoes-carousel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
    }
}

@media (max-width: 1199.98px) {
    .banner {
        height: 500px;
    }

    .banner .banner__text {
        width: 700px;
    }
    
    .banner .banner__shoe {
        left: 560px;
        top: -210px;
    }

    .banner .banner__shoe img {
        min-width: 700px;
        width: 700px;
    }

    #sustenability-shoes {
        right: -230px;
    }

    #green-line-description .box ul li {
        font-size: 24px;
        line-height: 2.5em;
    }

    #sustainability-banner-wrapper {
        padding: 30px 0 70px 0;
    }

    #sustainability-banner .banner__text {
        width: 480px;
    }

    #absolute-shoe {
        width: 450px;
    }

    #seals {
        max-width: 330px;
    }
}

@media (max-width: 991.98px) {
    header {
        padding: 40px 0;
    }

    #main-logo {
        width: 180px;
    }

    .banner {
        height: 400px;
    }

    .banner .banner__text {
        width: 500px;
    }
    
    .banner .banner__shoe {
        left: 410px;
        top: -150px;
    }

    .banner .banner__shoe img {
        min-width: 500px;
        width: 500px;
    }

    .page-section#green-line h2 {
        font-size: 42px;
    }

    .page-section h2 {
        font-size: 32px;
    }

    .page-section p {
        font-size: 18px;
    }

    #sustenability-shoes {
        right: -290px;
        width: 630px;
        min-width: 630px;
    }

    #green-line-description p {
        font-size: 28px;
    }

    #green-line-description .box ul li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        gap: 7px;
        line-height: 1.8em;
    }

    #green-line-description .box ul li svg {
        width: 25px;
        height: auto;
    }

    #sustainability-banner-wrapper {
        padding: 20px 0 50px 0;
    }

    #sustainability-banner .banner__text {
        width: 360px;
    }

    #seals {
        max-width: 260px;
    }

    #absolute-shoe {
        width: 340px;
    }

    #footer-logo-logo {
        width: 200px;
        height: auto;
    }
}

@media (max-width: 767.98px) {
    header {
        padding: 30px 0;
    }
    
    #main-logo {
        width: 150px;
    }
    
    #feathers {
        width: 340px;
    }

    .banner {
        height: 330px;
    }

    .banner .banner__text {
        width: 380px;
    }
    
    .banner .banner__shoe {
        left: 300px;
        top: -120px;
    }

    .banner .banner__shoe img {
        min-width: 400px;
        width: 400px;
    }

/*     .shoes-carousel {
        flex-direction: column;
    } */

    #shoes-circles-description {
        margin-top: 0px;
    }

    #eva-sole {
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8);
    }

    #shoes-circles {
        width: 100%;
        height: auto;
        min-width: auto;
        left: unset;
        top: unset;
        -webkit-transform: translateX(-7%) scale(1.2);
            -ms-transform: translateX(-7%) scale(1.2);
                transform: translateX(-7%) scale(1.2);
        margin: 20px 0;
    }

    #sustenability-shoes {
        position: relative;
        width: 100%;
        min-width: 100%;
        height: auto;
        top: 40px;
        right: unset;
        -webkit-transform: translateX(15%) scale(1.2);
            -ms-transform: translateX(15%) scale(1.2);
                transform: translateX(15%) scale(1.2);
    }

    #eva {
        padding-bottom: 30px;
    }
    
    .page-section {
        padding: 30px 0;
    }

    .page-section h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    #green-line-description {
        padding-top: 50px;
    }

    #green-line-description .box ul li {
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%;
    }

    #sustainability img {
        max-width: 380px;
    }

    #sustainability-banner {
        padding: 20px 0;
    }

    #sustainability-banner .banner__text {
        width: 300px;
    }

    #seals {
        max-width: 220px;
    }

    #absolute-shoe {
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translate(0, -10%);
            -ms-transform: translate(0, -10%);
                transform: translate(0, -10%);
        width: 450px;
    }

    #footer-logo {
        margin: 30px 0 40px 0;
    }

    #footer-logo-logo {
        width: 150px;
    }

    #footer-logo #footer-logo-feathers {
        width: 300px;
    }
}

@media (max-width: 575.98px) {

    .banner {
        height: 250px;
    }

    .banner .banner__text {
        width: 250px;
    }

    .banner .banner__shoe {
        left: 200px;
        top: -100px;
    }

    .banner .banner__shoe img {
        min-width: 300px;
        width: 300px;
    }

    .page-section#green-line h2 {
        font-size: 36px;
    }

    #eva .feather {
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8);
    }

    #eva .feather#feather-01 {
        top: -116px;
        left: -81px;
    }

    #eva .feather#feather-03 {
        top: 315px;
        left: -358px;
        -webkit-transform: scale(0.5);
            -ms-transform: scale(0.5);
                transform: scale(0.5);
    }

    #green-line-description p {
        font-size: 20px;
    }

    #green-line-description .box {
        padding: 15px;
    }

    #green-line-description .box ul li {
        gap: 5px;
        line-height: 1.8em;
        font-size: 20px;
    }

    #green-line-description .box ul li svg {
        width: 20px;
    }

    #sustainability img {
        max-width: 100%;
    }

    #sustainability-banner .banner__text {
        width: 230px;
    }
    
    #seals {
        max-width: 170px;
    }
    
    #absolute-shoe {
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translate(-13%, -10%);
            -ms-transform: translate(-13%, -10%);
                transform: translate(-13%, -10%);
        width: 350px;
    }

    footer .cta {
        font-size: 18px;
        padding: 15px;
        max-width: 330px;
        border-radius: 10px;
        width: 100%;
    }

    footer {
        background-position: bottom -120px center;
    }

    footer .site-url {
        font-size: 20px;
    }
}