* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    font-size: 1rem;
    line-height: 1.65;
    font-family: 'Poppins', sans-serif;
    /* background: linear-gradient(to right, #8e44ad 50%, #e9dBef 50%); */
    background: rgba(173,58,122,.9);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* General Styles */
.flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

a {
    text-decoration: none;
    color: #fff;
}
a:hover {
    color: rgba(255, 255, 255, 0.5);
}

i {
    padding-left: 10px;
    padding-right: 10px;
}

.uc_wrapper {
    width: 90%;
    height: 90%;
    background: rgb(173,58,122);
    border-radius: 1rem;
    box-shadow: 10px 10px 50px rgba(87,25,59,.5);
    overflow: hidden;
    display: grid;
    grid-template-rows: 120px auto 50px;
    background: linear-gradient(to top,rgba(57, 95, 198, 0.8), rgba(173,58,122,.8)), url("./images/think.jpeg") no-repeat center center;
    background-size: cover;
}

.logoImg {
    width: 300px;
    height: auto;
}

.logo {
    width: 100%;
    height: 120px;
    background: #fff;
    display: flex;
    align-items: center;
    padding-left: 25px;
}

@media screen and (max-width: 450px) {
    .logo {
        padding-left: 0px;
        justify-content: center;
    }
}

.uc_centerblock {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}

.uc_details {
    padding-left: 25px;
    padding-right: 25px;
}

h1 {
    text-transform: uppercase;
    line-height: 1;
    font-weight: 600;
    font-size: 3rem;
}

.uc_text {
    height: 100%;
}

.header1 {
    color: rgb(113, 33, 77);
    font-weight: 600;
}

@media screen and (max-width: 450px) {
    h1 {
        font-size: 2.5rem !important;
    }
}

.textblock {
    max-width: 450px;
    padding-top: 35px;
}

.uc_subscribe {
    max-width: 550px;
    padding-top: 35px;
    padding-left: 25px;
}

.email {
    padding: 10px;
    border-radius: 5px;
    border: none;
}

.submit {
    margin-left: 10px;
    padding: 10px;
    background-color: rgb(173,58,122);
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
}

.socials {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* MAIL FORM STYLES */
.mailform_overlay {
    display: none;
    width: 50%;
    min-width: 400px;
    height: 50%;
    min-height: 650px;
    padding: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(7px);
    color: rgb(173,58,122);
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    border-radius: 5px;
    box-shadow: 10px 10px 50px rgba(9, 3, 6, 0.5);
    z-index: 999;
}

.mailform_overlay h1 {
    font-size: 1.5rem !important;
    margin-bottom: 1rem;
}

@media screen and (max-width: 450px) {
    .mailform_overlay {
        background: white;
        width: 100%;
        height: 100%;
    }
}

.close {
    cursor: pointer;
    right: -5px;
    top: -5px;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid rgba(173,58,122,.5);
    color: rgba(173,58,122,.5);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    transition: color 0.10s ease-in-out, font-size 0.10s ease-in-out
}
.close:hover {
    color:rgba(173,58,122,.8);
    border: 2px solid rgba(173,58,122,.8);
    font-size: 15px;
}

@media screen and (max-width: 450px) {
    .close {
        right: 10px;
        top: 5px;
        border: none;
        border-radius: 0px;
    }
    .close:hover {
        border: none;
    }
}

#mail-form {
    display:block;
}

.mail-body {
    margin: 0;
    font-family: -apple-system, Arial, sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    padding: 30px;
    padding-bottom: 10px;
    border: 1px solid #daced5;
    border-radius: 0.25rem;
    max-width: 100%;
}

.mail-form-group {
    margin-bottom: 1rem;
}

.mail-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.mail-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #574951;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #daced5;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.mail-form-control:focus {
    border: 1px solid #313131;
}

select.mail-form-control[size], select.mail-form-control[multiple] {
    height: auto;
}

textarea.mail-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}

label.mail-label {
    display: inline-block;
    margin-bottom: 0.1rem;
}

.mail-btn {
    display: inline-block;
    font-weight: 400;
    color: #574951;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .mail-btn {
        transition: none;
    }
}

.mail-btn:hover:enabled {
    color: rgb(113, 33, 77);
    text-decoration: none;
}

.mail-btn:disabled,
.mail-btn[disabled] {
    background-color: lightgray;
    color: rgb(113, 33, 77);
    text-decoration: none;
}

.mail-btn:focus:enabled, .mail-btn.focus:enabled {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(113, 33, 77, .25);
}

.mail-btn-primary {
    color: #fff;
    background-color: rgb(173,58,122);
    border-color: rgb(173,58,122);
}

.mail-btn-primary:hover:enabled {
    color: #fff;
    background-color: rgb(113, 33, 77);
    border-color: rgb(113, 33, 77);
}

.mail-btn-primary:focus:enabled, .mail-btn-primary.focus:enabled {
    color: #fff;
    background-color: rgb(113, 33, 77);
    border-color: rgb(113, 33, 77);
    box-shadow: 0 0 0 0.2rem rgba(113, 33, 77, .5);
}

.mail-btn-lg, .mail-btn-group-lg>.mail-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.mail-btn-block {
    display: block;
    width: 100%;
}

.mail-btn-block+.mail-btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].mail-btn-block, input[type="reset"].mail-btn-block, input[type="button"].mail-btn-block {
    width: 100%;
}
/* END OF MAIL FORM STYLES */


/* CAPTCHA STYLES */
.captchaContainer {
    padding-bottom: 1em;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* END OF CAPTCHA STYLES */