﻿@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Scope+One&display=swap');
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    background: rgb(157,27,42);
    background: linear-gradient(180deg, rgba(157,27,42,1) 18%, rgba(87,15,23,1) 100%) fixed;
    font-family: 'Lato', sans-serif;
}
.crossedout-text {
    text-decoration: solid line-through;
}
#bf-promo {
    width: 100%;
    padding-bottom: 0.5%;
    padding-top: 0.5%;
}
    #bf-promo img {
        width: 50%;
        display: block;
        margin: 0 auto;
    }
#demo {
    text-align: center;
    color: rgba(87,15,23,1);
    font-size: 60px;
    font-family: 'Lato', sans-serif;
}
#checkout-form {
    width: 70%;
    display: block;
    margin: 0 auto;
    margin-top: 0.5%;
    text-align: center;
    font-size: 22px;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media only screen and (max-width: 600px) {
    #checkout-form {
        width: 95%;
    }
}
@media only screen and (min-width: 601px) and (max-width: 1000px) {
    #checkout-form {
        width: 85%;
    }
}
#course-description {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}
#form-title {
    font-size: 45px;
    margin: 0;
    color: #7A1521;
    padding-bottom: 3%;
    font-family: 'Scope One', serif;
}
#cd-t1 {
    font-size: 25px;
    margin-left: 3%;
    margin-right: 3%;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    color: #570F17;
}
#cd-t2 {
    color: #570F17;
    font-size: 35px;
}
#book1-wrapper {
    width: 100%;
    padding-bottom: 5%;
    padding-top: 5%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 1px solid #570F17;
}
#book1-image{
    width:35%; 
}
    #book1-image img {
        width: 90%;
        margin-left: 1.5%;
        display: block;
        margin: 0 auto;
        transform: skew(-3deg);
        padding: 3px;
        border: 2px solid #570F17;
    }
#book1-text {
    width: 65%;
}
#cd-t3 {
    font-size: 29px;
    margin-left: 1%;
    margin-right: 1%;
    color: #570F17;
    margin-top: 20%;
}
@media only screen and (min-width: 541px) and (max-width: 850px) {
    #cd-t3 {
        margin-top: 15%;
        font-size: 25px;
    }
}
@media only screen and (max-width: 540px) {
    #cd-t3 {
        margin-top: 10%;
        font-size: 25px;
    }
}
input[type=checkbox] {
    transform: scale(2);
}
#extra-t {
    font-size: 31px;
}
#book2-wrapper {
    width: 100%;
    padding-bottom: 5%;
    padding-top: 5%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 1px solid #570F17;
}
#book2-image {
    width: 35%;
}
    #book2-image img {
        width: 90%;
        margin-left: 1.5%;
        display: block;
        margin: 0 auto;
        transform: skew(-3deg);
        padding: 3px;
        border: 2px solid #570F17;
    }
#book2-text {
    width: 65%;
}
#cd-t4 {
    font-size: 29px;
    margin-left: 1%;
    margin-right: 1%;
    color: #570F17;
    margin-top: 15%;
}
@media only screen and (min-width: 541px) and (max-width: 850px) {
    #cd-t4 {
        margin-top: 10%;
        font-size: 25px;
    }
}
@media only screen and (max-width: 540px) {
    #cd-t4 {
        margin-top: 0%;
        font-size: 25px;
    }
}
@media only screen and (min-width: 1700px) and (max-width: 2000px) {
    #form-title{
font-size:55px;
    }
    #cd-t1{
        font-size:30px;
    }
    #cd-t2 {
        font-size: 40px;
    }
    #cd-t3 {
        font-size: 34px;
    }
    #extra-t {
        font-size: 36px;
    }
    #cd-t4 {
        font-size: 34px;
    }
}
@media only screen and (min-width: 2001px) {
    #form-title {
        font-size: 70px;
    }

    #cd-t1 {
        font-size: 40px;
    }

    #cd-t2 {
        font-size: 50px;
    }

    #cd-t3 {
        font-size: 40px;
    }

    #extra-t {
        font-size: 39px;
    }

    #cd-t4 {
        font-size: 40px;
    }
}
#form-instructions {
    width: 85%;
    display:block;
    margin:0 auto;
    padding:1.5%;
    background-color: #570F17;
    border-radius:15px;
}
    #form-instructions p{
        font-size:27px;
        color:white;
    }
    #fields-container {
        width: 40vw;
        display: block;
        margin: 0 auto;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 3%;
        padding-bottom: 3%;
        border: 3px dotted #570F17;
    }
@media only screen and (max-width: 850px) {
    #fields-container {
        width: 80%;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
    #fields-container {
        border: 4px dotted #570F17;
    }
}
@media only screen and (min-width: 1550px) and (max-width: 1900px) {
    #fields-container {
        border: 6px dotted #570F17;
    }
}
@media only screen and (min-width: 1901px) {
    #fields-container {
        border: 8px dotted #570F17;
    }
}
#txtName, #txtSurName, #txtPhone, #txtEMail {
    width: 20vw;
    border: none;
    border-bottom: 1px solid #570F17;
    font-size: 20px;
}
#txtName:focus, #txtSurName:focus, #txtPhone:focus, #txtEMail:focus {
    outline:none;
}
    .input-label {
        font-size: 22px;
    }
@media only screen and (min-width: 1700px) and (max-width: 2000px) {
    .input-label {
        font-size: 25px;
    }
}
@media only screen and (min-width: 2001px) {
    .input-label {
        font-size: 35px;
    }
}
@media only screen and (max-width: 850px) {
    #txtName, #txtSurName, #txtPhone, #txtEMail {
        width: 45vw;
    }
}
#total-container {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    padding-bottom: 2%;
    padding-top:2%;
}
#total-t {
    color: #570F17;
    font-size: 31px;
    font-weight: bolder;
}
@media only screen and (min-width: 1700px) and (max-width: 2000px){
    #total-t {
        font-size: 45px;
    }
}
@media only screen and (min-width: 2001px) {
    #total-t {
        font-size: 50px;
    }
}
#ChkOut {
    background-color: #5ec41a;
    color: white;
    text-decoration: none;
    padding: 15px;
    border-radius: 25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-size: 22px;
}
#ChkOutVIVA {
    background-color: #5ec41a;
    color: white;
    text-decoration: none;
    padding: 15px;
    border-radius: 25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-size: 22px;
    margin-left: 2%;
}
@media only screen and (max-width: 750px) {
    #ChkOutVIVA{
        margin-top:2%;
    }
}
@media only screen and (min-width: 1700px) and (max-width: 2000px) {
    #ChkOut {
        font-size: 31px;
    }

    #ChkOutVIVA {
        font-size: 31px;
    }
}
@media only screen and (min-width: 2001px) {
    #ChkOut {
        font-size: 36px;
    }

    #ChkOutVIVA {
        font-size: 36px;
    }
}

.redirect-button {
    text-decoration: none;
    color: white;
    background-color: #570F17;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    font-weight: normal;
    border-radius: 15px;
}
/*hover effects*/
.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

    .hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.hvr-sweep-to-left {
    border-radius: 15px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-sweep-to-left:before {
        border-radius: 15px;
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #851d29;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
        color: white;
        border-radius: 15px;
    }

        .hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            border-radius: 15px;
        }
    /*end of hover effects*/
