﻿body {
    background-image: url(../../../../images/themes/sentry-redisign-theme/home-wallpaper.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

.scalene-triangle__e1 {
    border-top: 228px solid transparent;
    border-left: 1315px solid rgba(255, 255, 255, 0.5);
    border-bottom: 228px solid transparent;
    position: fixed;
    top: -120px;
    z-index: -3;
}

.scalene-triangle__e2 {
    border-top: 228px solid transparent;
    border-left: 1060px solid rgba(255, 255, 255, 0.5);
    border-bottom: 228px solid transparent;
    position: fixed;
    top: -228px;
    z-index: -3;
}

.scalene-triangle__e3 {
    border-top: 335px solid rgba(255, 255, 255, 0.5);
    border-left: 870px solid transparent;
    position: fixed;
    right: 0;
    z-index: -3;
}

.scalene-triangle__e4 {
    border-top: 275px solid transparent;
    border-left: 1520px solid rgba(255, 255, 255, 0.5);
    position: fixed;
    bottom: 0;
    z-index: -3;
}

.scalene-triangle__e5 {
    border-top: 275px solid transparent;
    border-right: 1920px solid rgba(255, 255, 255, 0.5);
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -3;
}

.scalene-triangle__e6 {
    border-top: 120px solid transparent;
    border-right: 1920px solid #009bdb;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.scalene-triangle__e7 {
    border-top: 120px solid transparent;
    border-left: 1860px solid #264796;
    position: fixed;
    bottom: 0;
    z-index: -1;
}

.home-navbar {
    width: 94%;
    height: 155px;
    background: linear-gradient(90.37deg, #264796 0%, #264796 28.89%);
    box-shadow: 0px 6.31698px 18.9509px rgb(0 0 0 / 25%);
    border-top-left-radius: 76px;
    border-bottom-left-radius: 76px;
    display: flex;
    position: absolute;
    right: 0;
    top: 50px;
    align-items: center;
    justify-content: space-between;
    padding-right: 10%;
    padding-left: 8px;
}

    .home-navbar > a {
        font-weight: 700;
        color: #FFFFFF;
        font-size: 130%;
        text-align: center;
        margin: 0 10px;
    }

.home-navbar__select {
    margin-right: -80px;
    margin-left: 35px;
    font-weight: 700;
    height: 40px;
}

.introduction {
    position: absolute;
    top: 325px;
    right: 0;
    width: 94%;
    display: flex;
    z-index: -2;
}

.introduction__container {
    text-align: center;
    margin-bottom: 120px;
}

    .introduction__container > p {
        margin-bottom: 0;
    }

        .introduction__container > p:nth-child(1) > span:nth-child(1) {
            color: #009bdb;
            font-size: 360%;
            font-weight: 700;
        }

        .introduction__container > p:nth-child(1) > span:nth-child(2) {
            color: #000;
            font-size: 360%;
        }

        .introduction__container > p:nth-child(2) > span:nth-child(1) {
            color: #000;
            font-size: 360%;
            font-weight: 700;
            display: block;
        }

        .introduction__container > p:nth-child(2) > span:nth-child(2) {
            color: #000;
            font-size: 360%;
            font-weight: 700;
            display: block;
        }

        .introduction__container > p:nth-child(3) > span:nth-child(1) {
            font-size: 225%;
            color: #000;
            display: block;
            font-weight: 500;
        }

        .introduction__container > p:nth-child(3) > span:nth-child(2) {
            font-size: 225%;
            color: #000;
            display: block;
            font-weight: 500;
        }

        .introduction__container > p:nth-child(1) {
            line-height: 30px;
        }

        .introduction__container > p:nth-child(2) {
            line-height: 65px;
        }

        .introduction__container > p:nth-child(3) {
            line-height: 41px;
            margin-top: 30px;
        }

    .introduction__container > button {
        background: linear-gradient(180deg, #009bdb 0%, #264796 100%);
        border-radius: 48.4302px;
        width: 60%;
        height: 70px;
        font-size: 29px;
        color: #FFFFFF;
        font-weight: 700;
        border: none;
        margin-top: 45px;
    }

.footer {
    position: fixed;
    bottom: 5px;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

    .footer > div:nth-child(1) > a:nth-child(1) {
        margin-right: 70px;
    }

    .footer > div:nth-child(2) > a:nth-child(2) {
        margin: 0 20px;
    }

    .footer > p {
        color: #fff;
    }

#form.modal > .modal-dialog > .modal-content {
    background: linear-gradient(180deg, #FFFFFF -62.47%, #E3E3E3 108.94%, #FFFFFF 108.94%);
    border-radius: 22px;
    border: none;
}

    #form.modal > .modal-dialog > .modal-content > button.close {
        position: absolute;
        right: 20px;
        top: 5px;
        z-index: 1;
        color: #264796;
        font-size: 30px;
    }

.row-group {
    display: flex;
    flex-direction: column;
}

    .row-group.home-navbar__select {
        display: none;
    }

    .row-group > div {
        display: flex;
    }

.form__terms-conditions {
    margin-top: 15px;
    display: flex;
    text-align: justify;
    justify-content: center;
    align-items: center;
}

    .form__terms-conditions > a {
        margin-left: 30px;
        width: 300px;
        text-decoration: underline;
        color: #095CFF;
        font-size: 18px;
        font-weight: 400;
        text-underline-offset: 3px;
    }

.form__submit {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

    .form__submit > button {
        background: linear-gradient(180deg, #009bdb 0%, #264796 100%);
        border-radius: 44.9048px;
        border: none;
        width: 333px;
        height: 70px;
        font-size: 26px;
        color: #fff;
        font-weight: 700;
    }

.row-group > label {
    font-size: 20px;
    font-weight: 700;
    color: rgba(30, 30, 30, 0.5);
    margin-bottom: 0;
}

.row-group > input,
.row-group > div > input {
    background: #FFFFFF;
    border: 1.95238px solid rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    width: 100%;
    height: 60px;
    padding: 0 15px;
    font-size: 20px;
    font-weight: 700;
}

    .row-group > input:focus,
    .row-group > div > input:focus,
    .row-group > select,
    .row-group > div > select {
        outline: none;
    }

.row-group > select,
.row-group > div > select {
    cursor: pointer;
    font-size: 20px;
    border: 1.95238px solid rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    height: 60px;
    padding-left: 15px;
    padding-right: 40px;
    background-image: url(../../../../images/themes/sentry-redisign-theme/select-icon.svg);
    appearance: none;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 10px top 50%;
}

.row-group:nth-child(4) > select {
    width: 100%;
    font-weight: 400;
}

.row-group:nth-child(2) > div > select,
.row-group:nth-child(3) > div > select {
    font-weight: 700;
    color: rgba(102, 102, 102, 0.5);
}

.row-group > div > select {
    margin-right: 10px;
}

.mobile-menu {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #FFF;
    background: linear-gradient(90.37deg, #264796 0%, #264796 28.89%);
    box-shadow: 0px 6.31698px 18.9509px rgba(0, 0, 0, 0.25);
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    width: 289px;
    margin-top: 50px;
    padding: 10px 0;
    display: none;
}

    .mobile-menu > img {
        width: 80%;
        margin-right: 10px;
    }

.menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .menu > li {
        margin: 0 1rem;
        overflow: hidden;
    }

.menu-button-container {
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-bottom: 0;
    width: 100%;
}

#menu-toggle {
    display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
    display: block;
    background-color: #009bdb;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
}

    .menu-button::before {
        content: "";
        margin-top: -8px;
    }

    .menu-button::after {
        content: "";
        margin-top: 8px;
    }

#menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
}

    #menu-toggle:checked + .menu-button-container .menu-button::after {
        margin-top: 0px;
        transform: rotate(-405deg);
    }

body > section.home-navbar > img {
    width: 20%;
    margin-left: 15px;
}

@media (max-width: 1450px) {
    body {
        background-size: auto;
    }
}

@media screen and (max-width: 1366px) and (max-height: 720px) {
    .home-navbar {
        top: 25px;
    }

    .introduction {
        top: 200px;
        width: 90%;
    }

    .introduction__container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        margin-bottom: 0px;
    }

        .introduction__container p:nth-child(1),
        .introduction__container p:nth-child(2) {
            grid-column: 1;
            align-self: end;
        }

        .introduction__container p:nth-child(3) {
            grid-row: 1;
            grid-column: 2;
            margin-top: 40px;
        }

        .introduction__container button {
            grid-row: 2;
            grid-column: 2;
            margin-top: 50px;
            font-size: 24px;
            justify-self: center;
        }

        .introduction__container > p:nth-child(3) > span:nth-child(1) {
            font-size: 180%;
        }

        .introduction__container > p:nth-child(3) > span:nth-child(2) {
            font-size: 180%;
        }

    */
}

@media (max-width: 1023px) {
    .introduction {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .home-navbar {
        display: none;
    }

    body {
        background-image: url(../../../../images/themes/sentry-redisign-theme/mobile-home-wallpaper.png);
        background-size: cover;
    }

    .mobile-menu {
        display: flex;
    }

    .menu-button-container {
        display: flex;
    }

    .menu {
        position: absolute;
        top: 0;
        flex-direction: column;
        width: 250px;
        justify-content: center;
        align-items: center;
        z-index: -1;
        margin-top: 130px;
        box-shadow: 0px 6.31698px 18.9509px rgba(0, 0, 0, 0.25);
        background: linear-gradient(90.37deg, #EDEDED 0%, #F5F5F5 28.89%);
    }

    #menu-toggle ~ .menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    #menu-toggle:checked ~ .menu li {
        height: 50px;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
        border: none;
        font-weight: bold;
        font-size: 20px;
        display: flex;
        align-items: center;
    }

    .menu > li {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: #66a038;
    }

        .menu > li:nth-child(n+3) > a {
            color: #666666;
        }

    .scalene-triangle__e1,
    .scalene-triangle__e2,
    .scalene-triangle__e3,
    .scalene-triangle__e4,
    .scalene-triangle__e5 {
        display: none;
    }

    .footer > div:nth-child(1) > a:first-child {
        display: none;
    }

    .footer > div:nth-child(1),
    .footer > p:nth-child(3) {
        width: 33%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer > div:nth-child(2) {
        width: 33%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
    }
}

@media (max-width: 435px) {
    body {
        background-size: auto;
    }
}
