@import url('//fonts.googleapis.com/css?family=Fjalla+One&family=Spartan:wght@700&family=Short+Stack&display=swap');


body,html,head {
    font-family: Fjalla One;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/Y8Pd8oV.jpg);
    background-attachment: fixed;
}

.overlay-bg {
    background-color: transparent;
}

.section-wrp {
    position: relative;
    height: 40%;
    margin: auto;
    padding-top: 20px;
    border-radius: 25px 25px 25px 25px;
    border-style: solid;
    border-width: 1px;
    border-color: #00000000;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.section1 {
    /* width:800px; */
    color:black;
    text-align:center;
    margin-bottom: 40px;
    margin-top: 20px;
}
.row {
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
    justify-content: center;
    
    
}
.section2 {
    /* width:850px; */
    margin:0 auto;
    border-radius:20px;
    margin-bottom:-50px;
    padding-bottom:40px;
    
}
p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

ul {
	padding: 0;
    list-style-type: none;
    margin: 5px 1px;
    text-align: left;
}


ul li {
    font-size: 1.6rem;
    line-height: 1.5em;
    font-family: "Catamaran", Sans-serif;
    font-weight: 700;
    color: #FFFFFF;
}

hr {
	border-top: 2px solid black;
}

.mainHeadline {
	color: #FFFFFF;
    font-family: Open Sans, Sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 0px;
}

.section1 hr {
	border-color: #F20000;
}

#subHeadline {
    text-shadow: -13px 0px 11px rgba(0, 0, 0, 0.45);
    color: #FFFFFF;
    font-family: "Rubik", sans-serif;
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.subHead1 {
    font-size: 1.2rem;
    line-height: 1.3em;
    color: #FBFBFB;
    font-family: Open Sans, sans-serif;
    letter-spacing: 0px;
}

.section2 p.headerlist {
    color: #FBFBFB;
    font-family: "Lora", Sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
}

.input-block {
    margin: 0 auto 8px;
    width: 400px;
    height: 44px;
    border-width: 1px;
    color: #070707;
    min-height: 50px;
    padding: 8px 24px;
    background-color: #ffffff;
    border-color: #fd7500;
    border-radius: 5px;
    font-size: 1rem;
    font-family: "Helvetica", Sans-serif;
    font-weight: 600;
}
.form-group {
    margin-bottom: 0.2rem;
}
.form-control:focus {
	color: #070707;
    border-color: #FD0000;
    box-shadow: none;
}

.optinBtn {
    width: 400px;
    line-height: 2em;
    transition: all .3s;
    background-color: transparent;
    color: #FFFFFF;
    border-color: white;
    font-size: 1rem;
    font-family: Open Sans, Sans-serif;
    font-weight: 500;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 5px;
}
.optinBtn:hover {
	background-color: #f26700;
    color: white;
    border-color: #f66c01;
}
.secureOptinText {
	color: #FFFFFF;
    font-family: "Lora", sans-serif;
    font-size: 1rem;
    margin-top: 10px;
}

ul li i.fa-times-circle {
	color: #E46E6E;
    font-size: 27px;
}

ul li i.fa-check-circle {
	color: #00EA2D;
    font-size: 25px;
}

@media (max-width: 991px) {
.section2 p.headerlist,
ul li,
.subHead1,
.optinBtn {
    font-size: 1rem;
}

.secureOptinText {
    font-size: .6rem;
}

ul li i.fa-check-circle {
    font-size: 19px;
}
}


@media (max-width: 900px) {
    .section2 {
        width: 100%;
        margin-top:none;
    }
    ul {
        padding-left: .5em;
    }

    .optinBtn{
        font-size: .8rem;
    }
}
@media (max-width: 767px) {
.overlay-bg {
	padding: 0;
}

.section1 {
	margin-bottom: 0;
    margin: 20px auto;
}

p.headerlist,
ul {
    text-align: center;
}
}

@media (max-width: 600px) {
.overlay-bg {
    padding: 0 20px 40px;
}
}

@media (max-width: 500px) {
.input-block,
.optinBtn {
	width: 100%
}
}

@media (max-width: 400px) {
	
    .section1 {
        width: 100%;
        margin-top:none;
     }
     .section2 {
        padding: 5px;
        width: 100%;
        margin-top:none; 
    }
    .mainHeadline {
        font-size:1.9em;
    }
    #subHeadline {
        margin-top: 0;
        padding-top: 0;
        font-size: 1.5em;
    }
    ul li {
        font-size: .8rem;
        font-weight: bold;
    }
    ul li i.fa-times-circle {
        font-size: 20px;
        line-height: 1.2em;
    }
    ul li i.fa-check-circle {
        font-size: 18px;
        line-height: 1.2em;
    }
    .input-block {
        font-size:20px;
        min-height: 60px;
        max-width:100%;
    }
    .optinBtn{
        font-size: 1em;
        line-height: 1em;
        padding: 10px 10px;
        max-width:100%;
    }
    
}
