
html {
    background: url(../img/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
body {
    background-color: transparent;
    color: white;
}
.content.container {
    padding-top: 100px;
}
.welcome-text {
    letter-spacing: 8px;
    font-size: 50px;
    text-align: center;
    margin-bottom: 20px;
}
.sub-welcome-text {
    text-align: center;
    color: #ddd;
    letter-spacing: 1px;
}
.sub-welcome-text span {
    font-weight: bold;
    color: #fff;
}
.subscribe-container {
    text-align: center;
    margin-top: 100px;
}
.subscribe-container-inner {
    margin-left: auto;
    margin-right: auto;
    width: 480px;
    position: relative;
}
.subscribe-container-inner input {
    border-radius: 20px;
    position: absolute;
    width: 300px;
    background-color: #793831;
    padding: 8px 40px 8px 20px;
    color: white !important;
    border: 1px solid #793831;
}
.subscribe-container-inner input:focus {
    background-color: #793831;
    outline: none;
    border: 1px solid #fff;
}
.subscribe-container-inner .btn {
    border-radius: 20px;
    position: absolute;
    width: 200px;
    left: 260px;
    background: white;
    color: #5a0801;
    padding: 8px 30px 8px 30px;
}
.footer {
    margin-top: 250px;
    height: 80px;
    display: flex;
    align-items: center;
    width: 100%;
}
.follow-us-text {
    color: #ddd;
    margin-bottom: 8px;
}
.social-icons a {
    display: block;
    color: white;
    margin-right: 10px;
    font-size: 150%;
}

/* --thank you pop starts here-- */
.thank-you-pop {
    width: 100%;
    padding: 20px;
    text-align: center;
}
.thank-you-pop img {
    width: 76px;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}
.thank-you-pop h1 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #5c5c5c;
}
.thank-you-pop p {
    font-size: 20px;
    margin-bottom: 27px;
    color: #5c5c5c;
}
.thank-you-pop h3.cupon-pop {
    font-size: 25px;
    margin-bottom: 40px;
    color: #222;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    border: 2px dashed #222;
    clear: both;
    font-weight: normal;
}
.thank-you-pop h3.cupon-pop span {
    color: #03a9f4;
}
.thank-you-pop a {
    display: inline-block;
    margin: 0 auto;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #8bc34a;
    border-radius: 17px;
}
.thank-you-pop a i {
    margin-right: 5px;
    color: #fff;
}
#thank-you-modal .modal-header {
    border: 0;
}

@media (max-width: 767px) {

    .welcome-text {
        letter-spacing: 6px;
        font-size: 40px;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {

    .welcome-text {
        letter-spacing: 4px;
        font-size: 30px;
        text-align: center;
        margin-bottom: 20px;
    }
    .subscribe-container-inner {
        width: 320px;
    }
    .content.container {
        padding-top: 80px;
    }
    .subscribe-container {
        margin-top: 60px;
    }
    .subscribe-container-inner input {
        width: 200px;
        background-color: #793831;
    }
    .subscribe-container-inner .btn {
        width: 140px;
        left: 160px;
    }
    .footer {
        margin-top: 170px;
        margin-bottom: 30px;
    }
}

@media (max-width: 320px) {
}
