@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    user-select: none;
}

.wrapper {
    max-width: 80%;
    margin: auto;
}

header {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 25px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 30px;
}

header a {
    color: #2f2f2f;
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

header a:hover {
    text-decoration: underline;
}

header span {
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 300;
}

.hero {
    text-align: center;
    background: url("../img/bg1.webp") no-repeat !important;
    background-size: contain !important;
    background-position: 50% !important;
    background-position-y: 100% !important;
}

.logo {
    width: 100%;
    max-width: 120px;
    margin-top: 60px;
}

.hero h1 {
    font-size: 58px;
    color: #043373;
    font-weight: 700;
    margin-top: 15px;
}

.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    max-width: 890px;
    margin: auto;
}

.features p {
    flex: 1 1 22%;
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin: 0;
    font-size: 16px;
    color: #043373;
    font-weight: 500;
    text-align: left;
}

.features p i {
    color: #63d38e;
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 3px;
}

.verified-txt {
    margin-top: 15px;
}

.get-started-btn {
    width: 269px;
    height: 70px;
    border-radius: 8px !important;
    background: #ff992f;
    margin: 0 auto;
    font-size: 24px !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3) !important;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3) !important;
    line-height: 70px;
    margin-top: 50px;
    display: block;
    cursor: pointer;
    color: #fff;
}

.get-started-btn:hover {
    opacity: 0.9;
}

.verified-txt img {
    width: 50px;
    position: relative;
    top: 7px;
    right: 3px;
}

.verified-txt {
    font-size: 12px;
    color: #a3a3a3;
    font-weight: 500;
}

.trust-rows {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    max-width: 100%;
    margin: 2rem auto 0;
    margin-top: 6em;
    border-bottom: 1.5px solid #adadad;
    padding-bottom: 15px;
}

.trust-rows>div {
    flex: 1 1 45%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 1rem;
}

.trust-rows p {
    margin: 0;
    white-space: nowrap;
    font-weight: 500;
    color: #6e6e6e;
    font-size: 18px;
    background: url("../img/arrow.webp") no-repeat center left;
    background-position: 100%;
    background-size: 40px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.trust-rows p:hover {
    opacity: 0.8;
}

.trust-rows img {
    max-height: 40px;
    margin-right: 10px;
    opacity: 0.7;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
    font-size: 14px;
    color: #a3a3a3;
    font-weight: 500;
}

.footer-row a {
    color: #a3a3a3;
}

.footer-row a:hover {
    color: #1093fc;
}

.footer-left {
    flex: 1 1 auto;
    text-align: left;
}

.footer-center {
    flex: 1 1 auto;
    text-align: center;
}

.footer-right {
    flex: 1 1 auto;
    text-align: right;
}

.verify-x-img {
    width: 100%;
    max-width: 100px;
}

.secure-lock img {
    width: 20px;
    margin-top: 15px;
    position: relative;
    top: 5px;
}

@media screen and (max-width: 1200px) {
    .hero {
        text-align: center;
        background: url("../img/bg.png") no-repeat !important;
        background-size: contain !important;
        background-position: 50% !important;
        background-position-y: 60% !important;
    }

    .features {
        max-width: 85%;
    }

    .features p {
        flex: 1 1 45%;
        font-size: 14px;
        text-align: left;
        justify-content: center;
    }

    .wrapper {
        max-width: 100%;
    }

    .get-started-btn {
        max-width: 200px;
        height: 40px;
        font-size: 18px !important;
        line-height: 0;
        line-height: 40px;
        font-weight: 700;
    }

    .trust-rows p {
        font-size: 14px;
    }

    .trust-rows img {
        max-height: 25px;
    }

    .footer-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-left,
    .footer-center,
    .footer-right {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .verify-x-img {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header a {
        margin-bottom: 0;
    }

    header a,
    header span {
        font-size: 14px;
    }

    .logo {
        margin-top: 30px;
    }

    .hero h1 {
        font-size: 28px;
        line-height: 35px;
    }
}