@font-face {
    font-family: 'Poppins';
    src: url(./fonts/Poppins-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: 'Poppins';
    src: url(./fonts/Poppins-SemiBold.ttf);
    font-weight: 600;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
}

input, button {
    font-family: inherit;
}

a,
a:hover,
a:focus,
a:active {
    color: inherit;
}

.container {
    max-width: 1200px;
}

.bg-secondary {
    background: #c9ebff;
}

.bg-primary {
    color: white;
    background: radial-gradient(100% 2149.63% at 0% 0%, #005FCC 0%, #014594 100%);
}

.bg-disabled {
    background: #585d62;
    cursor: default;
    color: white;
}

.text-primary {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.button {
    height: 52px;
    border-radius: 26px;
    font-weight: 500;
}

.flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.align-items-flex-start {
    align-items: flex-start;
}

.hidden {
    display: none !important;
}

header {
    position: relative;
    padding: 80px 120px 120px;
    color: white;
}

header .background {
    background-image: url(./images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    transform: scaleX(-1);
}

header .content {
    max-width: 409px;
}

header .header-extra-text {
    margin-top: 10px;
}

header h1 {
    font-weight: 600;
    font-size: 50px;
    line-height: 1.3;
    margin-bottom: 10px;
}

header h3 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
}

header p {
    font-size: 14px;
    line-height: 1.8;
}

main {
    padding: 78px 96px;
}

main .download-btns {
    padding-left: 2px;
}

main .download-btns,
main .form-container,
main .phone-container {
    max-width: 342px;
}

main .download-btns h2 {
    line-height: 39px;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
}

main .download-btns p {
    font-size: 22px;
    line-height: 39.6px;
    margin-bottom: 25px;
}

#form-container {
    font-size: 22px;
    line-height: 39.6px;
}

main .download-btns span {
    font-size: 14px;
    line-height: 1.8;
}

main .download-btns .button {
    width: 52px;
    text-decoration: none;
}

main .download-btns .button .apple-logo {
    margin-bottom: 3px;
    margin-left: -1px;
}

main .download-btns .button:not(:first-of-type) {
    margin-left: 9px;
}

main .phone-container {
    background-image: url(./images/phone.png);
    height: 460px;
    width: 342px;
    padding-left: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0 !important;
    background-position: left center;
    transform: translate(15%, 0);
}

main .form-container {
    padding: 40px;
    background-color: white;
    border-radius: 20px;
}

main .form-container h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
}

main .form-container p,
main .form-container input {
    font-size: 14px;
    line-height: 1.8;
}

main .form-container p {
    margin-bottom: 40px;
}

main .form-container input {
    padding-bottom: 10px;
    outline: none;
    border: none;
    opacity: 0.5;
    width: 100%;
    color: #0152B0;
}

main .btnsContainer {
    display: flex;
    margin-top: 32px;
    margin-bottom: 32px;
    gap: 8px;
    justify-content: center;
}

main .btnContainer {
    height: 52px;
    width: 52px;
    border-radius: 50px;
    background: radial-gradient(100% 2149.63% at 0% 0%, #005FCC 0%, #014594 100%);
    border-width: 0;
    padding-left: 15.5px;
    padding-right: 15.5px;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    cursor: pointer;
}

main input {
    outline: none;
    border: none;
    width: 100%;
    background-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(rgba(0, 95, 204, 0.8), rgba(1, 69, 148, 0.8));
    background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 2px;
}

#email-input {
    letter-spacing: normal;
}

main .copyButton {
    background: #014594;
    border-radius: 50px;
    height: 27px;
    width: 27px;
    position: absolute;
    right: 8px;
    border-width: 0px;
    top: calc(50% - 13.5px);
    padding: 7px;
    cursor: pointer;
}

main .sendEmailBtn {
    height: 35px;
    width: 35px;
    border-radius: 50px;
    background: radial-gradient(100% 2149.63% at 0% 0%, #005FCC 0%, #014594 100%);
    border-width: 0;
    padding-left: 9.5px;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
}

main .sendEmailContainer {
    display: flex;
    gap: 9px;
    align-items: center;
}
/* input placeholder text color (for normal and ms browsers) */
::placeholder {
    color: #0152B0;
}

:-ms-input-placeholder {
    color: #0152B0;
}

::-ms-input-placeholder {
    color: #0152B0;
}

main .form-container .input-outline {
    height: 1px;
    opacity: 0.25;
}

main .input-error {
    background: radial-gradient(darkred 0%, darkred 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0;
    font-size: 12px !important;
}

main .form-container button {
    padding: 12px 36px;
    margin-top: 40px;
    outline: none;
    border: none;
    cursor: pointer;
}

main .form-container button:disabled {
    background: slategray;
    cursor: default;
}

main .inputContainer {
    position: relative;
    width: calc(100% - 59px);
    padding-top: 8.5px;
    padding-bottom: 7.5px;
    background-color:#015CC538;
    border-radius: 4px;
    border: 1px solid #BFD5EF73;
    padding-left: 12px;
    padding-right: 47px;
}

main .inputEmailContainer {
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
}

footer {
    padding: 80px 150px;
}

footer .info {
    font-weight: 600;
    font-size: 21px;
    line-height: 31.5px;
}

footer .copyright {
    font-size: 14px;
    line-height: 22px;
}

.flex-lg-column {
    flex-direction: column;
}

.flex-lg-row {
    flex-direction: row;
}

main .deletion-description {
    margin-top: 20px;
}

main .deletion-method {
    flex: 1;
    align-self: flex-start;
}

main .deletion-method-separator {
    width: 20px;
}

main .faq-question {
    margin-bottom: 20px;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid white;
}

#copy-message {
    font-size: 14px;
    line-height: 25.2px;
    margin-top: 11px;
    text-align: center;
    color: #0159BE;
}

#loading-image {
    display: block;
}

.kusdlogo_bg {
    border-radius: 26px;
    background-color: white;
    width: 230px;
    display: flex;
    justify-content: center;
}

img[alt~="blueZones_logo"] {
    margin-left: -8%;
    height: 95px;
}

img[alt~="kusd_logo"] {
    width: 170px;
    height: 100px;
    margin-left: -3%;
}

header .alera_group {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 9px;
    padding-bottom: 9px;
    height: 56px;
    width: 222px;
    background-color: white;
    border-radius: 26px;
    margin-bottom: 2%;
}

@media (max-width: 991px) {
    .container {
        padding: 0;
    }

    .flex-md-column {
        flex-direction: column;
    }

    .flex-sm {
        display: flex;
    }

    .hidden-sm {
        display: none;
    }

    header {
        padding: 50px 50px 100px;
    }

    header .content {
        max-width: unset;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    header .logo {
        height: 65px;
        font-size: 24px;
        justify-content: center;
    }

    header h1 {
        font-size: 33px;
        line-height: 40px;
        text-align: center
    }

    header h3 {
        font-size: 20px;
        line-height: 1.2;
    }

    header p {
        line-height: 25px;
        text-align: center;
    }

    main {
        overflow-x: hidden;
        padding: 71px 24px 0px 24px;
    }

    main .download-btns,
    main .form-container,
    main .phone-container {
        max-width: unset;
    }

    main .phone-container {
        background-image: url(./images/phone.png);
        margin-left: auto;
        margin-right: auto;
    }

    main .download-btns {
        margin-bottom: 65px;
    }

    main .download-btns .button {
        width: 200px;
        margin-bottom: 5px;
        margin-left: 0;
    }

    main .download-btns .button .logo-image {
        margin-left: 12px;
    }

    main .phone-container {
        margin-bottom: 0px;
    }

    footer {
        padding: 90px 50px 50px;
    }

    footer .info {
        margin-bottom: 76px;
        text-align: center;
    }

    footer .copyright {
        font-size: 11px;
    }

    .align-items-md-center {
        align-items: center;
    }

    .display-md-none {
        display: none;
    }

    header img[alt~="blueZones_logo"] {
        margin-left: unset;
        height: 64px;
    }

    img[alt~="kusd_logo"] {
        width: 160px;
        height: 80px;
        margin-left: auto;
    }

    #form-container p {
        margin-bottom: 10px;
    }

    .kusdlogo_bg {
        border-radius: 26px;
        background-color: white;
        width: 160px;
        padding: 6px;
        align-self: center;
    }

    header .alera_group {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        width: 157px;
        padding-left: 27px;
        padding-right: 27px;
        padding-top: 9px;
        padding-bottom: 9px;
        height: 38px;
    }

}

@media only screen and (max-width: 768px) {
    header .header-text, .header-extra-text {
        padding-left: 0px;
    }
}
