* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Signika', sans-serif;
    max-width: 1500px; margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Bebas Neue', cursive;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.col-8 {
    width: 65%;
}
.col-4 {
    width: 35%;
}
.col-6 {
    width: 50%;
}
.col-3 {
    width: 30%;
}
.col-9 {
    width: 70%;
}
header {
    background-color: #011260;
    padding: 12px 0;
    padding-left: 5%;
    padding-right: 5%;
}
section {
    padding-left: 5%;
}
section.product-sec {
    background: url(../img/Shape-1.png);
    background-repeat: no-repeat;
    background-position: 0 -12vw;
}
section.product-sec .inner-product {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
section.product-sec .inner-product .inner-img {
    max-width: 310px;
}
section.product-sec .inner-product .content {
    width: calc(100% - 310px);
    padding-bottom: 100px;
}
section.product-sec .inner-product .content img {
    max-width: 240px;
    display: block;
    margin-left: auto;
    margin-bottom: 0;
    position: relative;
    top: 20px;
    right: 50px;
}
section.product-sec .inner-product .content h1 {
    font-size: 132px;
    line-height: 1.1;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
section.product-sec .inner-product .content h1 span {
    font-size: 70px;
    text-decoration: underline;
    text-decoration-color: #95d60a;
    text-decoration-thickness: 15px;
    text-underline-offset: 15px;
    margin-right: 30px;
}   
section.product-sec .inner-product .content strong {
    font-weight: 500;
    background: #011260;
    color: white;
    font-style: italic;
    display: flex;
    padding: 5px 45px 0px 10px;
    margin-bottom: 8px;
}
section.product-sec .col-4 {
    background: url(../img/shoes-img-1.jpg?bb=0);
    background-size: cover;
}
section.product-sec .icon-box {
    display: flex;
    justify-content: center;
    gap: 50px;
    height: 100%;
    align-items: flex-end;
    padding-bottom: 50px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
section.product-sec .icon-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 40%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(253,187,45,0) 100%);
    bottom: 0;
}
section.product-sec .icon-box .inner-set {
    text-align: center;
    position: relative;
    z-index: 9;
}
section.product-sec .icon-box .inner-set img {
    width: 100%;
    max-width: 120px;
}
section.product-sec .icon-box .inner-set h5 {
    color: white;
    font-size: 35px;
    font-weight: 500;
    margin-top: 3px;
}
section.product-sec .inner-product .content .btn-set a.btn {
    text-decoration: none;
    font-family: 'Bebas Neue';
    font-size: 62px;
    padding: 15px 45px 8px 45px;
    background: #95d60a;
    color: #011260;
    display: inline-block;
    margin-top: 15px;
}
section.product-sec .inner-product .content .btn-set a.btn:hover {
    background: #011260;
    color: white;
}
section.how-to-use {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #011260;
    border-top: 14px solid #97d60b;
    position: relative;
}
section.how-to-use:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    background: #011260;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: -9;
}
section.how-to-use .row {
    align-items: center;
}
section.how-to-use img {
    border: 14px solid #97d60b;
    border-right: 0;
}
section.how-to-use h2 {
    color: white;
    font-size: 70px;
    font-weight: 200;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
section.how-to-use h2:before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 700px;
    height: 6px;
    background: #97d60b;
    bottom: 0;
}
section.how-to-use .content {
    margin-top: 50px;
}
section.how-to-use .content p {
    font-size: 30px;
    color: white;
    margin-bottom: 30px;
}
p:last-child {
    margin-bottom: 0 !important;
}
section.how-to-use .spacing-set {
    padding-right: 120px;
}
section.benefits .packshot-img {
    padding-right: 100px;
}
section.benefits {
    padding-top: 100px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}
section.benefits:before {
    content: "";
    position: absolute;
    width: 15.5vw;
    height: 100%;
    background: #97d60b;
    right: 0;
    top: 0;
}
section.benefits:after {
    content: "";
    position: absolute;
    width: 1500px;
    height: 1500px;
    background: #f5f6f9;
    border-radius: 50%;
    right: -320px;
    top: 40%;
    z-index: -9;
}
section.benefits h2 {
    color: #011260;
    font-size: 70px;
    font-weight: 200;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
section.benefits h2:before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 700px;
    height: 6px;
    background: #97d60b;
    bottom: 0;
}
section.benefits ul li {
    font-size: 28px;
    list-style: none;
    margin-bottom: 35px;
    font-weight: 600;
    background: url(../img/true.png);
    background-repeat: no-repeat;
    background-position: 90% 100%;
    position: relative;
}
section.benefits ul {
    margin-top: 50px;
}
section.benefits .row {
    align-items: center;
}
section.benefits .listing {
    position: relative;
}
section.benefits .listing img.bottal-img {
    position: absolute;
    top: -5vw;
    right: 6.5vw;
}
footer {
    background: #011260;
    padding: 35px 5%;
    border-top: 14px solid #bfc4d7;
}
footer .row {
    justify-content: space-between;
}
footer .logo a:last-child {
    margin-top: 25px;
    display: block;
    text-decoration: none;
    color: white;
    font-size: 24px;
}
footer .logo a:last-child span {
    text-transform: uppercase;
    margin-right: 8px;
}
footer a.btn {
    text-decoration: none;
    font-family: 'Bebas Neue';
    font-size: 62px;
    padding: 15px 45px 8px 45px;
    background: #95d60a;
    color: #011260;
    display: inline-block;
    margin-top: 15px;
}
footer a.btn:hover {
    background: white;
}

@media(max-width: 1591px) {
section.product-sec .inner-product .content h1 {
    font-size: 100px;
}    
}

@media(max-width: 1440px) {
section.product-sec .inner-product .content h1 {
    font-size: 80px;
}    
section.product-sec .inner-product .content h1 span {
    font-size: 60px;
    text-decoration-thickness: 10px;
}
section.product-sec .inner-product .content img {
    top: -30px;
}
section.how-to-use .spacing-set {
    padding-right: 50px;
}
section.benefits h2:before {
    max-width: 500px;
}
}

@media(max-width: 1269px) {
section.product-sec .inner-product .content strong {
    margin: 25px 0 8px 0;
}
section.product-sec .inner-product .content img {
    top: 0;
    max-width: 200px;
}   
section.product-sec .icon-box {
    flex-wrap: wrap;
}
section.product-sec .icon-box .inner-set {
    width: calc(33.33% - 50px);
}    
section.product-sec .icon-box .inner-set h5 {
    font-size: 25px;
}
}

@media(max-width: 1199px) {
.col-8, .col-4 {
    width: 100%;
}   
section.product-sec {
    padding-left: 0;
}
section.product-sec .icon-box {
    height: 550px;
}
section.product-sec .inner-product .content h1 {
    max-width: 520px;
}
section.product-sec .inner-product .content strong {
    margin-top: 0;
}
section.benefits ul li {
    padding-right: 25%;
    background-position: 90% 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
section.benefits .packshot-img {
    padding-right: 60px;
} 
}

@media(max-width: 1024px) {
.col-6, .col-3, .col-9 {
    width: 100%;
}
section.how-to-use {
    padding-right: 5%;
}
section.how-to-use .spacing-set {
    padding-right: 0;
    margin-bottom: 50px;
}
section.how-to-use img {
    border-right: 10px solid #97d60b;
}
section.benefits .packshot-img img {
    max-width: 320px;
    display: block;
    margin: 0 auto;
    margin-bottom: 60px;
}
section.benefits:before {
    display: none;
}   
section.benefits ul li {
    padding-right: 25%;
    background-position: 92% 50%;
    background-color: #97d60b;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 8px;
}
section.benefits {
    padding-right: 5%;
}
section.product-sec .inner-product .content img {
    top: -30px;
}
section.benefits .packshot-img {
    padding-right: 0;
}
header {
    text-align: center;
}
footer .logo a:last-child {
    text-align: center;
    margin-bottom: 10px;
} 
}

@media(max-width: 767px) {
section.product-sec .inner-product .inner-img {
    max-width: 100%;
}
header img {
    width: 100%;
}
section.product-sec .inner-product .content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px;
}
section.product-sec .inner-product {
    justify-content: center;
}
section.product-sec .inner-product .inner-img img {
    max-width: 200px;
    margin-bottom: 40px;
    margin-top: 20px;
}
section.product-sec .inner-product .content img {
    position: unset;
    margin: 0 auto;
    margin-bottom: 20px;
}
section.product-sec .inner-product .content h1 {
    font-size: 60px;
    max-width: 345px;
}
section.product-sec .inner-product .content strong {
    margin-top: 25px;
}    
section.product-sec .inner-product .content .btn-set a.btn, footer a.btn {
    font-size: 36px;
    width: 100%;
    text-align: center;
}
h2 {
    font-size: 48px !important;
    line-height: 1.2;
}
section.benefits {
    padding-bottom: 50px;
}
section.benefits .listing img.bottal-img {
    position: unset;
    display: block;
    margin: 0 auto;
}
section.benefits .listing {
    display: flex;
    flex-wrap: wrap;
}
section.benefits .listing img.bottal-img {
    position: unset;
    display: block;
    margin: 0 auto;
    order: 2;
}
section.benefits h2 {
    order: 1;
}
section.benefits ul {
    margin-top: 30px;
    order: 3;
}
section.how-to-use img {
    border-width: 7px;
}
footer .row {
    justify-content: center;
}
section.product-sec .inner-product .content img {
    display: none;
}
}
