/* 
 * FONTS 
 */
@font-face {
    font-family: "Limelight";
    src:  url("../fonts/Limelight/Limelight-Regular.woff2") format("woff2"),
          url("../fonts/Limelight/Limelight-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src:  url("../fonts/Poppins/Poppins-Light.woff2") format("woff2"),
          url("../fonts/Poppins/Poppins-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src:  url("../fonts/Poppins/Poppins-SemiBold.woff2") format("woff2"),
          url("../fonts/Poppins/Poppins-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src:  url("../fonts/Poppins/Poppins-Bold.woff2") format("woff2"),
          url("../fonts/Poppins/Poppins-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* 
 * BASE 
 */
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
    font-size: 62.5%;
    min-height: 100%;
}

body {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body {
    background-color: #8d1913;
    color: #fff;
    margin: 0;
    padding: 0;
}

.no-scroll {
    overflow: hidden;
}

h1, h2, h3, h4 {
    font-family: "Limelight", serif;
    font-weight: 400;
}

h1, h2 {
    font-size: 68px;
}

h2 {
    margin: 45px 0 25px 0;
}

h3 {
    font-size: 50px;
}

h3 {
    font-size: 40px;
}

a {
    color: #fff;
    text-decoration: underline;
    transition: all .25s ease;
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
}

.wrapper {
    margin: 0 auto;
    max-width: 1480px;
    padding: 0 20px;
    width: 100%;
}

.btn {
    background: #3AAD6B;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.334;
    margin: 15px 15px 15px 0;
    padding: 18px 25px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .25s ease;
    will-change: transform;
}

.btn.disabled,
.btn[disabled="disabled"] {
    opacity: 0.5;
    pointer-events: none;
}

.btn:active,
.btn:focus,
.btn:hover {
    transform: scale(.97);
    text-decoration: none;
}

strong {
    font-weight: 700;
}

/* 
 * HEADER 
 */
.header-bar {
    padding: 50px 0;
}

.header-bar .wrapper {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

.header-bar .socials {
    align-items: center;
    display: flex;
    list-style: none;
    margin: 0 0 0 auto;
    padding: 0;
}

.header-bar .socials li {
    margin-left: 20px;
}

.header-bar .socials li img {
    display: block;
    height: auto;
    width: 100%;
    transition: all .25s ease;
    will-change: transform;
}

.header-bar .socials li a {
    display: block;
    height: auto;
    width: 40px;
}

.header-bar .socials li a:active img,
.header-bar .socials li a:focus img,
.header-bar .socials li a:hover img {
    transform: scale(0.97);
}

/* 
 * HERO 
 */
.hero {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}

.hero .text,
.hero .image {
    width: 50%;
}

.hero .text {
    max-width: 590px;
    padding-right: 50px;
}

.hero .text .arrows {
    position: relative;
    top: 25px;
}

.hero > .image {
    height: 815px;
    position: relative;
}

.hero .image img {
    position: absolute;
    pointer-events: none;
    right: -70px;
    top: -80px;
    z-index: 1;
}

/* 
 * FORM 
 */
.form-container {
    background-color: #113849;
    overflow: hidden;
    position: relative;
    padding-top: 110px;
    padding-bottom: 170px;
}

.form-container .wrapper {
    position: relative;
}

.form-container > .img {
    position: absolute;
}

.form-container .content {
    text-align: center;
}

.text-under-form {
    margin: 30px auto;
    max-width: 710px;
    width: 100%;
}

.form-container .content .tabs a {
    color: transparent;
    display: inline-block;
    font-size: 14px;
    margin: 0 7px;
    padding: 4px 22px;
    text-decoration: none;
}

.form-container .content .tabs a[data-step="1"] {
    border-bottom: 5px solid #3AAD6B;
}

.form-container .content .tabs a[data-step="2"] {
    border-bottom: 5px solid rgba(255, 255, 255, .25);
}

.form-container .content .tabs a[data-step="1"].active,
.form-container .content .tabs a[data-step="2"].active {
    color: #fff;
    border-bottom: 5px solid #d4a55e;
}

.gifts-form {
    margin: 0 auto;
    max-width: 775px;
    width: 100%;
}

#step-tab-one {
    margin: 0 auto;
    max-width: 710px;
    width: 100%;
}

#step-label-two {
    pointer-events: none;
}

.tab-container {
    width: 100%;
}

.gifts-form .tab-container.hidden {
    display: none;
}

.gifts-form label,
.gifts-form input {
    align-items: center;
    color: #fff;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}

.error-text {
    color: #fa7171;
    display: block;
    font-size: 12px;
    text-align: left;
}

sup {
    color: #fa7171;
}

.gifts-form label {
    margin: 25px 0 3px 0;
    text-align: left;
}

.gifts-form input {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    line-height: 1.5;
    margin: 3px 0;
    padding: 15px;
    width: 100%
}

.gifts-form input.is-invalid {
    border: 1px solid #fa7171;
}

.gifts-form input.btn {
    background: #3AAD6B;
    border: 1px solid #3AAD6B;
    border-radius: 5px;
    line-height: 1.5;
    margin: 60px auto 0 auto;
    padding: 18px 25px;
    width: 224px;
}

.gifts-form .btn {
    margin: 57px auto 0 auto;
    min-width: 174px;
}

.gifts-list {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gifts-form label.checkbox {
    align-items: flex-start;
    display: flex;
    margin: 20px 0 0 0;
    position: relative;
}

.gifts-form label.checkbox a {
    text-decoration: underline;
}

.gifts-form label.checkbox a:hover {
    text-decoration: none;
}

.gifts-form label.checkbox .checkbox-label {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    text-align: left;
    width: calc(100% - 35px)
}

.gifts-form label.checkbox input[type="checkbox"] {
    appearance: none;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    flex-shrink: 0;
    height: 16px;
    margin: 0 15px 0 0;
    padding: 0;
    position: relative;
    top: 2px;
    width: 16px;
}

.gifts-form label.checkbox input[type="checkbox"]:checked {
    border: 1px solid #fff;
}

.gifts-form label.checkbox input[type="checkbox"]:checked:after {
    background: none;
    border: solid #fff;
    border-width: 0 0 .15rem .15rem;
    box-shadow: none !important;
    content: '';
    left: 3px;
    height: 4px;
    position: absolute;
    top: 3px;
    transform: rotate(-50deg);
    width: 8px;
}

.gifts-form label.checkbox input[type="checkbox"].is-invalid {
    border: 1px solid #fa7171;
}

.gifts-form label.checkbox input[type="checkbox"].is-invalid + span {
    color: #fa7171;
}

.radio {
   align-items: flex-start;
   display: flex!important;
   flex-wrap: wrap;
   font-size: 18px;
   font-weight: 600;
   justify-content: center;
   margin: 60px 10px!important;
   position: relative;
   transition: all 0.25s ease;
   width: calc((100% / 3) - 20px);
}

.radio img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 186px;
    width: 100%;
}

.radio-label {
    display: block;
    font-size: 20px;
    margin: 30px 0 0 0;
    max-width: 210px;
    padding-left: 30px;
    position: relative;
    text-align: left;
}

input[type="radio"] {
    appearance: none;
    background: none;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    height: 20px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 3px;
    width: 20px;
}

.radio-label span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}

input[type="radio"]:checked:after {
    background: #fff;
    border-radius: 50%;
    box-shadow: none!important;
    content: '';
    left: 3px;
    height: 12px;
    position: absolute;
    top: 3px;
    transform: rotate(-50deg);
    width: 12px;
}

.bauble {
    position: absolute;
}

.bauble.green {
    left: -165px;
    top: 50px;
}

.bauble.pic {
    bottom: -110px;
    left: -120px;
}

.bauble.red {
    bottom: 35px;
    left: calc(100% - 260px);
}

/* 
 * FOOTER 
 */

footer {
    padding: 45px 0;
}

.footer-logotypes-list {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-logotypes-item a {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 46px;
    width: auto;
}

.footer-logotypes-item img {
    display: block;
    max-height: 100%;
    width: auto;
}

/* 
 * THANK YOU PAGE 
 */
.entry-content-page.thankyou {
    padding-top: 20px;
    padding-bottom: 200px;
}

.entry-content-page.thankyou .wrapper {
    position: relative;
    text-align: center;
}

.entry-content-page.thankyou .bauble.green {
    left: -190px;
    top: 120px;
}

.entry-content-page.thankyou .bauble.red {
    bottom: -200px;
    left: inherit;
    right: 80px;
}

.entry-content-page.thankyou .bauble.pic {
    bottom: inherit;
    left: inherit;
    right: 60px;
    top: -60px;
    width: 400px;
}

.present {
    margin: 30px 0;
}

span.error-text.hidden {
    display: none;
}

.back-to-home {
    border: 0.15rem solid #fff;
    border-radius: 50%;
    color: #fff;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
}
    
.back-to-home:before,
.back-to-home:after {
    background: currentColor;
    content: '';
    height: 15px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 0.15rem;
}

.back-to-home:after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.back-to-home:hover {
    background: #fff;
    color: #8d1913;
}

.admin-bar .back-to-home {
    top: 45px
}

/* 
 * RWD
 */
@media screen and (max-width: 1630px) {
    .hero .image img {
        right: -25px;
        width: 100%;
    }

    .bauble.green {
        left: -65px;
        top: 20px;
    }
}

@media screen and (max-width: 1536px) {
    .hero .image img {
        right: 0;
    }

    footer {
        padding: 35px 0;
    }

    .footer-logotypes-list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-logotypes-item {
        margin: 10px 25px;
    }

    .entry-content-page.thankyou {
        overflow: hidden;
    }

    .entry-content-page.thankyou .bauble.green {
        left: -70px;
    }

    .entry-content-page.thankyou .bauble.red {
        right: 20px;
    }

    .entry-content-page.thankyou .bauble.pic {
        right: -40px
    }
}

@media screen and (max-width: 1280px) {
    h1, h2 {
        font-size: 54px;
    }

    .hero > .image {
        height: auto;
    }

    .hero {
        padding-bottom: 100px;
    }

    .bauble.green,
    .bauble.red {
        width: 200px;
    }

    .bauble.red {
        left: calc(100% - 140px)
    }

    .bauble.pic {
        bottom: -140px;
        left: -100px;
        width: 270px;
    }

    .entry-content-page.thankyou .bauble.pic {
        width: 240px;
        top: 0px;
    }
}

@media screen and (max-width: 1024px) {
    .hero .text {
        padding-right: 30px;
        width: 60%;
    }

    .hero .image {
        align-self: flex-end;
        width: 40%;
    }

    .hero .image img {
        bottom: -200px;
        top: inherit;
        position: relative;
    }

    .bauble.green {
        left: -40px;
        top: -60px;
        width: 150px;
    }

    .bauble.red {
        bottom: -40px;
        left: calc(100% - 130px);
        width: 150px;
    }

    .bauble.pic {
        bottom: -140px;
        left: -90px;
        width: 230px;
    }

    .entry-content-page.thankyou .bauble.pic {
        right: -120px;
    }

    .text-under-form {
        max-width: 400px;
    }
}

@media screen and (max-width: 840px) {
    .hero {
        flex-wrap: wrap;
        padding-bottom: 0;
        margin-bottom: -220px;
    }

    .hero .text {
        padding-right: 0;
        width: 100%;
    }

    .hero .image {
        text-align: right;
        width: 100%;
    }

    .hero .image img {
        bottom: 60px;
        max-width: 400px;
        width: 50%;
    }

    .entry-content-page.thankyou {
        padding-top: 0;
        padding-bottom: 150px;
    }

    .entry-content-page.thankyou .bauble.pic {
        top: 150px;
    }

    .entry-content-page.thankyou .bauble.red {
        bottom: -170px;
    }

    .entry-content-page.thankyou .bauble.green {
        left: -85px;
    }
}

@media screen and (max-width: 782px) {
    .admin-bar .back-to-home {
        right: 12px;
        top: 55px;
    }
}

@media screen and (max-width: 720px) {
    h1, h2 {
        font-size: 40px;
    }

    .header-bar {
        padding: 30px 0;
    }

    .hero {
        margin-bottom: -100px;
    }

    .hero .image img {
        bottom: -20px;
        width: 60%;
    }

    .text-under-form {
        max-width: 700px;
    }

    .bauble.pic {
        bottom: -190px;
        width: 180px;
    }

    .bauble.red {
        bottom: -170px;
    }

    .entry-content-page.thankyou .bauble.green {
        left: -30px;
        top: 160px;
    }

    .entry-content-page.thankyou .bauble.pic {
        right: -15px;
        width: 170px;
        top: 190px;
    }

    .back-to-home {
        top: 110px
    }

    .admin-bar .back-to-home {
        top: 130px;
    }

    
    .gifts-form label.radio {
        justify-content: flex-start;
        flex-direction: column;
        margin: 15px 0!important;
        width: 100%;
    }

    .radio img {
        margin: 0;
        max-width: 130px;
        width: 130px;
    }

    input[type="radio"] {
        left: -20px;
    }

    .radio-label {
        font-size: 18px;
        margin: 30px auto;
        width: 100%;
        max-width: 300px;
        text-align: center;
        padding-left: 10px;
    }

}

@media screen and (max-width: 560px) {
    h1, h2 {
        font-size: 34px;
    }

    .header-bar {
        padding: 20px 0;
    }

    .hero .image {
        text-align: center;
    }

    .hero .image img {
        bottom: -20px;
        width: 100%;
    }

    .bauble.green {
        top: -70px;
        width: 110px;
    }

    .bauble.red {
        bottom: -120px;
        left: calc(100% - 100px);
        width: 110px;
    }

    .bauble.pic {
        bottom: -170px;
        left: -50px;
        width: 150px;
    }

    .present {
        margin: 30px 0 60px 0;
    }

    footer {
        padding: 20px 0;
    }

    .footer-logotypes-item {
        margin: 8px 25px;
    }

    .entry-content-page.thankyou {
        padding-bottom: 100px;
    }
    
    .entry-content-page.thankyou .bauble.red {
        bottom: -120px;
    }

    .entry-content-page.thankyou .bauble.pic {
        width: 130px;
        top: 210px;
    }

    .entry-content-page.thankyou .bauble.green {
        top: 250px;
    }

    .back-to-home {
        right: 10px;
        top: 85px;
    }

    input[type="radio"] {
        left: 0;
    }

    .radio-label {
        padding: 0 20px;
    }
}

@media screen and (max-width: 375px) {
    .hero .text .arrows {
        display: none;
    }

    .bauble.green,
    .entry-content-page.thankyou .bauble.pic {
        display: none;
    }
}