﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

body {
    background-color: #5E0506;
    font-family: 'Montserrat', sans-serif;
}
#checkout-form {
    width: 65%;
    display: block;
    margin: 0 auto;
    margin-top: 0.5%;
    text-align: center;
    font-size: 22px;
    border: 2px solid #240000;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    background-color: white;
    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);
}
@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%;
    }
}

#checkout-image {
    display: block;
    margin: 0 auto;
    width: 55%;
    padding-bottom: 1%;
}
#course-description {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}
#cd-t1 {
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    margin: 0;
    color: #5E0506;
}
#cd-t2 {
    color: #5E0506;
    font-size: 30px;
    margin: 0;
    padding-top: 1%;
    padding-bottom: 1%;
}
.crossout-text {
    text-decoration: solid line-through;
}
#bf-promo {
    width: 100%;
}
   #bf-promo img {
        width: 50%;
        display: block;
        margin: 0 auto;
    }
#demo {
    text-align: center;
    color: #5E0506;
    font-size: 60px;
    font-family: 'Lato', sans-serif;
}
#cd-t3 {
    color: white;
    font-size: 22px;
    margin: 0;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    padding-left: 1%;
    padding-right: 1%;
    margin-left: 5%;
    margin-right: 5%;
    background-color: #cd346d;
    border-radius: 25px;
    box-shadow: 0 0 15px #240000;
}
input[type=checkbox] {
    transform: scale(2);
}
#extra-t {
    font-size: 25px;
}
@media only screen and (min-width: 1700px)  {
    #cd-t1{
        font-size:50px;
    }
    #cd-t2 {
        font-size: 40px;
    }
    #cd-t3 {
        font-size: 27px;
    }
    #extra-t {
        font-size: 30px;
    }
}
#form-instructions {
    width: 90%;
    display: block;
    margin: 0 auto;
    border: 2px dashed #5E0506;
}
    #form-instructions p {
        font-size: 27px;
        color: #5E0506;
        font-weight:bold;
    }
#txtName, #txtSurName, #txtPhone, #txtEMail {
    width: 25vw;
    border: 1px solid #5E0506;
    height:4vh;
}
#form-container {
    width: 40vw;
    text-align: left;
    display: block;
    margin: 0 auto;
}

@media only screen and (min-width: 776px) and (max-width: 1015px) {
    #form-container {
        width: 50vw;
    }
}

@media only screen and (max-width: 775px) {
    #form-container {
        width: 95%;
    }
    #txtName, #txtSurName, #txtPhone, #txtEMail {
        width: 40vw;
    }
}
.input-label{
    font-size:23px;
}
@media only screen and (min-width: 1700px) {
    .input-label {
        font-size: 26px;
    }
}
#total-container {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    padding-bottom: 2%;
}
#total-t {
    color: #5E0506;
    font-size: 31px;
    margin: 0;
    font-weight:bold;
}
@media only screen and (min-width: 1700px) {
    #total-t {
        font-size: 33px;
    }
}
#ChkOut {
    background-color: #5ec41a;
    color: black;
    text-decoration: none;
    padding: 10px;
    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-weight: bold;
    font-size: 22px;
}
#ChkOutVIVA {
    background-color: #5ec41a;
    color: black;
    text-decoration: none;
    padding: 10px;
    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-weight: bold;
    font-size: 22px;
    margin-left: 2%;
}
@media only screen and (max-width: 750px) {
    #ChkOutVIVA{
        margin-top:2%;
    }
}
@media only screen and (min-width: 1700px) {
    #ChkOut {
        font-size: 31px;
    }
    #ChkOutVIVA {
        font-size: 31px;
    }
}
.redirect-button {
    text-decoration: none;
    color: white;
    background-color: #5E0506;
    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: #8f1011;
        -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*/
