@font-face {
    font-family: OptimaLTStd;
    src: url('/fonts/OptimaLTStd.otf');
}

@font-face {
    font-family: Optima Roman;
    src: url('/fonts/Optima Roman.ttf');
}

@font-face {
    font-family: OptimaDisplay-Book;
    src: url('/fonts/OptimaDisplay-Book.otf');
}

html {
    scroll-behavior: smooth;
}

html, body
{
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* font-family: "OptimaLTStd", sans-serif; */
    /* font-family: "Optima Roman", sans-serif; */
    font-family: "OptimaDisplay-Book", sans-serif;
}

.background-img {
    /* background-image: url("../img/bg_1920_X_1080.jpg"); */
    background-image: url("../img/bg_540_X_960.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.custom-background {
    width: 100%;
    max-width: 1140px;
    margin: auto;
    padding: 0 15px 15px;
    color: #fff;
}

.background-white {
    background-color: white;
    width: 100%;
    max-width: 1140px;
    margin: auto;
    padding: 0 15px;
}

.header-text {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
}

.header-text.header-text-padding {
    padding: 30px 0;
}
.header-text.extra-padding {
    padding: 30px 200px;
}
@media screen and (max-width: 1200px) {
    .header-text.extra-padding {
        padding: 30px 180px;
    }
}
@media screen and (max-width: 991px) {
    .header-text.extra-padding {
        padding: 30px 15px;
    }
}
@media screen and (max-width: 768px) {
    .header-text.extra-padding {
        padding: 30px 0px;
    }
}

.sub-header-text {
    font-size: 20px;
}

.sub-header-text.sub-header-text-padding {
    padding: 30px 150px;
}

.banner-img {
    width: 100%;
    max-width: 1140px;
    margin: auto;
}

/* Container 1 */
.headline-text {
    font-size: 28px;
    padding: 35px 0px;
}

@media screen and (max-width: 1024px) {
    .headline-text {
        padding: 35px 100px;
    }
}
@media screen and (max-width: 991px) {
    .headline-text {
        padding: 35px 0px;
    }
}
@media screen and (max-width: 576px) {
    .headline-text {
        font-size: 24px;
    }
}

.sub-headline-text {
    font-size: 20px;
}

.products-container {
    width: 65%;
    margin: auto;
}

@media screen and (max-width: 991px) {
    .products-container {
        width: 100%;
    }
}

.products-container a {
    color: #000;
    text-decoration: none !important;
}

.products-box-img {
    width: 100%;
}

.products-box-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1.5px;
    line-height: 1.5rem;
    padding-top: 10px;
}

.products-box-text {
    font-size: 24px;
    letter-spacing: 1.5px;
    line-height: 1.5rem;
}

@media screen and (max-width: 768px) {
    .products-box-text {
        text-align: center;
    }
}

@media screen and (max-width: 576px) {
    .products-box-text {
        font-size: 20px;
    }
}
/* Container 1 */

/* Form Content */
.content-wrapper {
    width: 800px;
    margin: auto;
    padding: 25px;
}

@media screen and (max-width: 991px) {
    .content-wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .content-wrapper {
        padding: 25px 0px;
    }
}

.custom-select {
    width: 100%;
    border: 1px solid #ccc;
    height: 35px;
    padding-right: 15px;
    border-radius: 5px;
}

.custom-select:focus-visible {
    outline: none;
}

.tnc-checkbox-text {
    font-style: italic;
    color: #000 !important;
}

.tnc-checkbox-text a {
    color: #000 !important;
    text-decoration: underline;
}

.tnc-text {
    font-size: 13px;
    color: #3c3c3c;
}

@media screen and (max-width: 490px) {
    .tnc-text {
        font-size: 12px;
    }
}

.btn-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-btn {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
    color: #fff;
    background-color: #000;
    -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, .5);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    width: 200px;
    height: 45px;
}

.custom-btn:active:focus {
    outline: none;
}

.custom-btn:focus {
    outline: none;
}

.custom-btn:hover {
    -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 1);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 1);
    color: #fff;
}

.form-group .iti {
    width: inherit;
}
/* Form Content */

/* Admin */
.login-container {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #9053c7;
    background: -webkit-linear-gradient(-135deg, #f3ff52, #002071);
    background: -o-linear-gradient(-135deg, #f3ff52, #002071);
    background: -moz-linear-gradient(-135deg, #f3ff52, #002071);
    background: linear-gradient(-135deg, #f3ff52, #002071);
}

.login-wrapper {
    width: 850px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 85px 130px 90px 95px;
}
/* Admin */
