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

:root {
    --theme-color-btn: #7E1718;

}

body {
    font-family: "Roboto", sans-serif;
}

h1 {
    font-family: "Roboto", sans-serif;
    font-size: 64px;
    font-weight: 400;
    color: #fff;
}

h2 {
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-weight: 500;
}

h3 {
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    font-weight: 500;
}

h4 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 500;
}

h5 {
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-weight: 500;
}

h6 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

p {
    color: #000;
    font-size: 16px;
}

/* Login page*/
.right-panel {
    background-image: url(../images/right-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.rightpanel-logo {
    display: flex;
    width: 100%;
    margin: 150px auto 0 auto;
    justify-content: center;
}

.rightpanel-text {
    margin: 105px 50px;
    color: #fff;
}

.rightpanel-text h1 {
    width: 70%;
    margin: auto;
    padding-bottom: 20px;
    font-weight: 400;
}

.leftpanel-logo {
    text-align: center;
    width: 80%;
    margin: auto;
    padding: 50px 0 30px 0;
}

.leftpanel-text {
    text-align: center;
}

.left-section {
    width: 50%;
    margin: auto;
    padding-top: 50px;
}

.register-page .left-section {
    width: 70%;
}

.submit-btn .btn-primary {
    width: 100%;
    color: #fff;
    background-color: rgb(126, 23, 24);
    border: 1px solid #7E1718;
    border-radius: 5px;
    padding: 10px;
}

.submit-btn .btn-primary:active {
    background-color: #7E1718 !important;
    border: 1px solid #7E1718 !important;
}

.text-dark {
    color: #7E1718 !important;
    text-decoration: none;
}

.form-control,
.form-select {
    border-radius: 5px;
    border: 1px solid #7D7B7B;
    padding: 10px 12px;
}

.form-control:focus,
.form-select:focus {
    border-color: #7E1718;
    box-shadow: 0 0 0 .25rem rgba(126, 23, 25, 0.178);
}

.form-label {
    margin-bottom: 5px;
    font-weight: 500;
}

.left-section .form-check-label,
.left-section p a {
    font-size: 14px;
}

/* Step form */

#signUpForm .form-header {
    gap: 5px;
    text-align: center;
    font-size: 14px;
    width: 100%;
    justify-self: anchor-center;
}

#signUpForm .form-header .stepIndicator {
    position: relative;
    flex: 1;
    padding-bottom: 30px;
}

#signUpForm .form-header .stepIndicator.active {
    font-weight: 600;
}

#signUpForm .form-header .stepIndicator.finish {
    font-weight: 600;
    color: #7E1718;
}

#signUpForm .form-header .stepIndicator::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 9;
    width: 20px;
    height: 20px;
    background-color: #7E1718;
    border-radius: 50%;
    border: 3px solid #7E1718;
}

#signUpForm .form-header .stepIndicator.active::before {
    background-color: #7E1718;
    border: 3px solid #7E1718;
}

#signUpForm .form-header .stepIndicator.finish::before {
    background-color: #7E1718;
    border: 3px solid #7E1718;
}

#signUpForm .form-header .stepIndicator::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 8px;
    width: 100%;
    height: 3px;
    background-color: #f3f3f3;
}

#signUpForm .form-header .stepIndicator.active::after {
    background-color: #7E1718;
}

#signUpForm .form-header .stepIndicator.finish::after {
    background-color: #7E1718;
}

#signUpForm .form-header .stepIndicator:last-child:after {
    display: none;
}

#signUpForm input {
    padding: 10px 12px;
    width: 100%;
    font-size: 1em;
    border: 1px solid #7D7B7B;
    border-radius: 5px;
}

#signUpForm input:focus {
    border: 1px solid #7E1718;
    outline: 0;
}

#signUpForm input.invalid {
    border: 1px solid #ffaba5;
}

#signUpForm .step {
    display: none;
    margin-top: 55px;
}

#signUpForm .form-footer {
    overflow: auto;
    gap: 20px;
    position: absolute;
    bottom: 75px;
    justify-self: center;
}

#signUpForm .form-footer button {
    background-color: #7E1718;
    border: 1px solid #7E1718 !important;
    color: #ffffff;
    border: none;
    padding: 13px 30px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
    flex: 1;
    width: 35rem;
    margin-top: 5px;
}

#signUpForm .form-footer button:hover {
    opacity: 0.8;
}

#signUpForm .form-footer #prevBtn {
    background-color: #fff;
    color: #7E1718;
}

.intl-tel-input {
    display: table-cell;
}

.intl-tel-input .selected-flag {
    z-index: 4;
}

.intl-tel-input .country-list {
    z-index: 5;
}

.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}

@media (min-width: 1440px) and (max-width: 1780px) {
    h1 {
        font-size: 55px;
    }

    h2 {
        font-size: 38px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 28px;
    }

    h5 {
        font-size: 22px;
    }

    h6 {
        font-size: 18px;
    }

    .rightpanel-text h1 {
        width: 100%;
    }

    .rightpanel-text {
        margin: 105px 30px;
    }
}

@media (min-width: 1320px) and (max-width: 1439px) {
    h1 {
        font-size: 55px;
    }

    h2 {
        font-size: 38px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 28px;
    }

    h5 {
        font-size: 22px;
    }

    h6 {
        font-size: 18px;
    }

    .rightpanel-text h1 {
        width: 100%;
    }

    .rightpanel-text {
        margin: 105px 30px;
    }

    #signUpForm .form-footer button {
        width: 30rem;
    }
}

@media (min-width: 1201px) and (max-width: 1319px) {
    h1 {
        font-size: 55px;
    }

    h2 {
        font-size: 38px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 28px;
    }

    h5 {
        font-size: 22px;
    }

    h6 {
        font-size: 18px;
    }

    .rightpanel-text h1 {
        width: 100%;
    }

    .rightpanel-text {
        margin: 105px 30px;
    }

    #signUpForm .form-footer button {
        width: 30rem;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    h1 {
        font-size: 55px;
    }

    h2 {
        font-size: 38px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 28px;
    }

    h5 {
        font-size: 22px;
    }

    h6 {
        font-size: 18px;
    }

    .rightpanel-text h1 {
        width: 100%;
    }

    .rightpanel-text {
        margin: 105px 0px;
    }

    #signUpForm .form-footer button {
        width: 25rem;
    }
}

@media (min-width: 993px) and (max-width: 1023px) {
    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 25px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    .rightpanel-text h1 {
        width: 100%;
    }

    .rightpanel-text {
        margin: 105px 0px;
    }

    #signUpForm .form-footer button {
        width: 20rem;
    }
}

@media (max-width: 992px) {
    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 25px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    .rightpanel-text h1 {
        width: 100%;
    }

    .rightpanel-text {
        margin: 105px 25px;
    }

    #signUpForm .form-footer button {
        width: 20rem;
    }

    .left-panel {
        height: 100vh;
    }

    .register-page .left-section {
        width: 80%;
    }

    .left-section {
        width: 80%;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 55px;
    }

    h2 {
        font-size: 38px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 28px;
    }

    h5 {
        font-size: 22px;
    }

    h6 {
        font-size: 18px;
    }

    .rightpanel-text h1 {
        width: 100%;
    }

    .rightpanel-text {
        margin: 105px 25px;
    }

    .left-panel {
        height: 100vh;
    }

    #signUpForm .form-header {
        font-size: 12px;
    }

    .register-page .left-section {
        width: 95%;
    }

    .left-section {
        width: 95%;
    }
}