@charset "utf-8";

*,
* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: "PT Sans",  Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
    color: #5e4f4b;
    padding: 0;
    margin: 0;
    background: #ffffff;
    overflow-x: hidden;
}

input[type="text"] {
    border: 0;
    padding: 14px 10px;
    color: #5e4f4b;
    width: 100%;
    font-size: 18px;
    outline: none;
    background: #ffffff;
    border: 1px solid #b2b2b2;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    background: #ffffff;
    color: #5e4f4b;
}

button:focus {
    outline: none;
    border: none;
    box-shadow: none !important;
}

a,
a:hover {
    text-decoration: none;
    color: #5e4f4b;
}

.wrapper {
    margin: 0 auto;
    max-width: 1366px;
    padding: 10px;
}

.btn {
    background: #ff4b00;
    min-height: 36px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border: none;
    transition: background 0.3s ease 0s;
    -ms-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    padding: 5px 10px;
    text-align: center;
    margin: 0 auto;
    border-radius: 0;
    white-space: normal;
}

.btn:hover {
    background: #ff5e19;
    color: #ffffff;
}

.text-highlight {
    color: #ff4b00;
}

.container {
    max-width: 940px;
    margin: 0 auto;
    position: relative;
}

.cover {
    display: block;
    background-color: #000000;
    position: relative;
    overflow: hidden;
}

.cover-hero {
    display: flex;
    min-height: 460px;
    color: #ffffff;
}

.snow-flake-bg {
    position: absolute;
    left: 62%;
    top: -70px;
    width: 270px;
    height: 310px;
    background: url(../images/snow-flake.svg) no-repeat right top;
}

.cover-hero .logo {
    width: 85px;
    margin: 70px auto 70px;
}

.gift-ball {
    margin: 0 auto 30px;
}

.gift-ball img {
    max-width: 100%;
}

.cover-hero h1 {
    font-family: "source_sans_prolight";
    font-size: 45px;
    line-height: 54px;
    margin-bottom: 25px;
}

.cover-hero p {
    max-width: 95%;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 170px;
    text-align: left;
}

.cover-hero .sub-header-bg {
    font-size: 13px;
    line-height: 27px;
    height: 36px;
    margin-bottom: 40px;
    background: url(../images/ribbon-bg.svg) no-repeat center center;
    letter-spacing: 2px;
}

.cover {
    display: block;
    background-color: #000000;
}

/* charity section start  */
.section-charity {
    display: block;
    background: #ffffff;
    padding: 80px 0;
}

.snow-flake-small {
    margin: 0 auto 25px;
}

.header-bg-red {
    font-size: 18px;
    line-height: 47px;
    height: 59px;
    margin-bottom: 40px;
    background: url(../images/ribbon-bg.svg) no-repeat center center;
    color: #ffffff;
    min-width: 302px;
}

.charity-logo-section {
    width: 190px;
    margin-bottom: 60px;
}

.charity-logo-img {
    border: 1px solid #000000;
    max-width: 200px;
    height: 130px;
    text-align: center;
    padding: 5px;
}

.charity-logo-img img {
    width: 99%;
    height: auto;
}

.section-charity p.charity-value {
    max-width: 95%;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 70px;
}

.cta-container {
    margin: 0 auto;
    max-width: 200px;
}

.btn-collapse {
    background: #ff4b00;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    margin-top: 15px;
    display: block;
    cursor: pointer;
    position: relative;
    color: #ffffff !important;
    border: none;
    outline: none;
    text-align: center;
}

.btn-collapse i.fa-plus:before {
    top: -1px;
    left: 5px;
}

.btn-collapse i.fa-minus:before {
    top: -1px;
    left: 6px;
}

.fa-plus:before {
    content: "+";
    font-family: "PT Sans";
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    font-style: normal;
    position: absolute;
    left: 6px;
    top: 0;
}

.fa-minus:before {
    font-family: "PT Sans";
    content: "-";
    font-size: 30px;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    position: absolute;
    left: 7px;
    top: 0;
}

.charity-info h2 {
    font-size: 18px;
    line-height: 22px;
}

.charity-info h2.text-orange {
    color: #ff4b00;
}

.charity-info ul li {
    margin-bottom: 5px;
    padding: 0;
    list-style: none;
}

.charity-info p {
    margin-bottom: 25px;
}

.section-gift {
    background: #e8e4e1;
    padding: 100px 0 200px;
}

/* charity section end  */

/* Gift to Charity section start */
.gift-code-section {
    width: 250px;
    text-align: center;
}

.charity-gift-logo-img {
    background: #ffffff;
    width: 200px;
    height: 140px;
    text-align: center;
    padding: 5px;
    margin: 0 auto;
    border:1px solid #b7aca7;
}

.charity-gift-logo-img img {
    width: 99%;
}

.code-input {
    width: 172px;
    height: 80px;
    display: block;
    background: url(../images/gift-box.svg) no-repeat center center;
    position: relative;
    margin: 0 auto 15px;
}

.code-input input {
    width: 125px;
    height: 12px;
    display: block;
    border: none;
    background: transparent;
    position: absolute;
    left: 25px;
    top: 49px;
    text-align: left;
    text-transform: uppercase;
    padding: 10px;
    position: relative;
}

.btn-donate {
    width: 120px;
    margin-bottom: 20px;
}

.btn-donate-disable {
    opacity: 0.40 !important;
}

.gift-percent {
    background: url(../images/stocking-big.svg) no-repeat center center;
    height: 365px;
    margin: -24px auto 0 15px;
    z-index: 1;
    position: relative;
}

.stocking {
    background: #e42a26;
    width: 158px;
    height: 45%;
    margin: 0 auto;
    bottom: 0;
    z-index: 0;
    position: relative;
    top: -252px;
}

.stocking-count {
    background: transparent;
    position: absolute;
    width: 100%;
    bottom: -40px;
    text-align: center;
    font-size: 38px;
    font-weight: 300;
    left: 0;
}

.stocking-inner {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

/* Gift to Charity section start */
/* Christmas Note start*/

.section-note {
    padding: 170px 30px;
    text-align: center;
    background: #000;
}

.section-note .note-title {
    font-size: 32px;
    font-weight: bold;
    color: #e42405;
    letter-spacing: 6px;
}

.note-auth {
    font-size: 14px;
    color: #fff;
    margin: 30px 30px;
}

.note-text {
    font-size: 22px;
    color: #fff;
    font-style: italic;
    line-height: 1.5;
}

/* Christmas Note end */
/* modal css start */
.modal-custom {
    display: flex;
    align-items: center;
}

.modal-custom .modal-dialog {
    max-width: 95%;
}

.modal-custom .modal-body {
    min-height: 495px;
    padding: 30px;
}

.modal-custom h1 {
    font-family: "source_sans_prolight";
    font-size: 45px;
    font-size: 48px;
    font-style: normal;
    margin-bottom: 15px;
}

.modal-container {
    margin: 0 auto;
}

.modal-container p {
    margin-bottom: 10px;
}

.modal-container .gift-icon {
    width: 220px;
    margin-bottom: 30px;
}

.close {
    position: absolute;
    right: 30px;
    top: 30px;
}

/* modal css start */
/* responsive start */
@media only screen and (min-width: 1024px) {
    .cover-hero {}

    .modal-custom .modal-dialog {
        max-width: 940px;
    }

    .modal-custom {
        height: 100vh;
    }

    .modal-container {
        width: 70%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1368px) {
    .container {
        max-width: 1024px;
    }

    .cover-hero .logo {
        width: 120px;
    }

    .gift-ball {
        margin: 0 auto 20px;
    }

    .cover-hero h1 {
        font-size: 50px;
        line-height: 56px;
    }

    .cover-hero .sub-header-bg {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        margin-bottom: 60px;
    }

    .cover-hero p {
        font-size: 20px;
        line-height: 26px;
        width: 90%;
    }

    .snow-flake-bg {
        transform: scale(1.3);
        top: -48px;
        left: 66%;
    }

    .snow-flake-small {
        width: 50px;
        margin: 0 auto 30px;
    }

    .header-bg-red {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .cover-hero h1 {
        font-size: 42px;
    }

    .charity-logo-img {
        height: 85px;
    }

    .gift-percent {
        height: 230px;
        margin-bottom: 40px;
    }

    .stocking {
        top: -205px;
        width: 95px;
        height: 36%;
    }

    .charity-logo-section {
        margin-bottom: 20px;
    }

    .section-charity,
    .section-gift {
        padding: 30px 0;
    }

    .section-gift {
        padding: 30px 0 90px;
    }

    .section-charity p.charity-value,
    .cover-hero p {
        margin-bottom: 60px;
    }

    .header-bg-red {
        font-size: 14px;
        line-height: 49px;
    }

    .modal-container .gift-icon {
        width: 150px;
    }

    .gift-code-section {
        margin-top: 80px;
    }

    section.section-gift .header-bg-red {
        margin-bottom: 0;
    }
    .section-note {
    padding: 50px 30px;
}
}

/* responsive end */