﻿/*#region Master*/
:root {
    --main-colour: #fdf212;
    --off-black: #1c1c1c;
    --text-gray: #808080;
    --light-gray: #f3f3f1;
    --screen-sm-padding: 45px 0;
    --screen-lg-padding: 75px 0;
}

body {
    position: relative;
    padding: 0;
    text-rendering: optimizeSpeed;
    font-size: 14px;
    color: var(--off-black);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

a, input {
    outline: 0;
    text-decoration: none;
}

    /* Change Autocomplete styles in Chrome*/
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    textarea:-webkit-autofill,
    textarea:-webkit-autofill:hover,
    textarea:-webkit-autofill:focus,
    select:-webkit-autofill,
    select:-webkit-autofill:hover,
    select:-webkit-autofill:focus {
        -webkit-text-fill-color: #353535;
        -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
        transition: background-color 5000s ease-in-out 0s;
    }

a {
    color: var(--main-colour);
}

    a:hover {
        text-decoration: none;
        color: var(--main-colour);
    }

ul {
    list-style: none;
}

li {
    font-size: 14px
}

.modal-loading {
    position: fixed;
    z-index: 1056;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    background-color: Black;
    opacity: 0.85;
    -moz-opacity: 0.85;
}


#Progress {
    position: fixed;
    width: 64px;
    height: 64px;
    text-align: center;
    z-index: 1058;
    top: 40%;
    margin: 0 auto;
    display: flex;
    left: 0;
    right: 0;
    color: #fff;
}

#back-top {
    bottom: 1.2rem;
    margin: 0;
    position: fixed;
    right: 1rem;
    z-index: 99999;
}

    #back-top a {
        background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
        height: 40px;
        text-decoration: none;
        width: 40px;
        transition: all 200ms linear 0s;
        border-radius: 10px;
        align-items: center;
        display: grid;
    }

        #back-top a:hover, #back-top a:active {
            background-color: var(--main-colour);
            color: var(--darker-text-gray);
        }

        #back-top a svg {
            color: #fff;
            display: block;
            font-size: 15px;
            margin: 0 auto;
            text-align: center;
            height: 25px;
        }

.back-top-captcha {
    bottom: 6.5rem !important;
}

.cursor-pointer {
    cursor: pointer;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    color: var(--blue);
    opacity: 1;
}

.form-switch .form-check-input {
    margin-top: 2.3px !important;
    width: 2.2em;
    height: 1.2em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(69, 85, 96,1)'/%3e%3c/svg%3e");
}

.form-check-input:checked {
    background-color: var(--text-gray) !important;
    border-color: var(--text-gray) !important;
}

.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255, 255, 255,1)'/%3e%3c/svg%3e");
}

p {
    font-size: 14px;
}

.section-title {
    margin-bottom: 20px;
    text-align: center;
}

    .section-title .subtitle {
        border: 1px solid #c4d7e9;
        border-radius: 24px;
        align-items: center;
        padding: 8px 16px 8px 10px;
        display: inline-flex;
        margin-bottom: 20px;
    }

        .section-title .subtitle svg {
            color: var(--text-gray);
        }

        .section-title .subtitle p {
            margin-left: 10px !important;
            margin: unset;
            color: var(--text-gray);
        }

    .section-title h2 {
        color: var(--off-black);
        font-size: 38px;
        font-weight: 800;
        text-transform: capitalize;
        margin: unset;
    }

.btn-main {
    display: inline-block;
    font-weight: 700;
    background-color: transparent;
    border: 2px solid var(--main-colour);
    color: var(--main-colour);
    font-size: 14px;
    padding: 15px 25px;
    transition: all 235ms ease-in-out;
}

    .btn-main:hover {
        transform: translate3d(0, 2px, 0);
        color: var(--text-gray);
        border: 2px solid var(--text-gray);
    }

.btn-green {
    color: var(--green-colour);
    border-color: var(--green-colour);
}

.block-icon {
    width: 60px;
    height: 60px;
    background: #fff;
    border: 1px solid #c4d7e9 !important;
    color: var(--main-colour);
    transition: 0.5s;
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--main-colour);
    flex: none;
}

    .block-icon svg {
        color: var(--text-gray);
        font-size: 16px;
    }

/*#endregion*/

/*#region Navbar*/

.navbar {
    background-color: var(--light-gray);
    padding: 15px 0;
    transition: all 0.5s;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

    .navbar .navbar-brand {
        width: 200px;
    }

/*#endregion*/

/*#region Banner*/

.banner .carousel {
    height: 626px;
}

.banner .carousel-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-size: cover;
    background-image: url(../media/banner/mountains.jpg);
    background-position-x: 72%;
}

    .banner .carousel-item::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 3;
        background-color: #000;
        opacity: 0.4;
    }

.banner .carousel-caption {
    left: 5%;
    text-align: left;
    z-index: 3;
    top: 15%;
}

    .banner .carousel-caption h1 {
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 25px;
    }

.banner .btn-main:hover {
    border-color: #fff;
    background-color: transparent;
    outline: 0;
    color: #fff;
}

/*#endregion*/

/*#region Info Section*/

.info-section {
    padding: var(--screen-sm-padding);
    background-color: #fafafa;
    background-size: cover;
    background-image: url(../media/banner/mountains.jpg);
    background-position-x: 72%;
}

.info-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    overflow: hidden;
    opacity: 0.85;
}

    .info-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    }

    .info-card h4 {
        font-weight: 600;
        color: var(--off-black);
        font-size: 20px;
    }

    .info-card label {
        color: var(--text-gray);
        font-size: 18px;
    }

    .info-card hr {
        margin-top: 1rem;
        margin-bottom: unset;
    }

    .info-card-header {
        padding: 25px;
        background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
        border-bottom: 1px solid #e9ecef;
        display: flex;
        align-items: center;
    }

    .info-card-header h3 {
        margin: 0;
        font-size: 22px;
        font-weight: 700;
        color: var(--off-black);
    }

.info-card-body {
    padding: 25px;
    font-size: 18px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

    .info-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }


.info-label {
    display: flex;
    align-items: center;
}

    .info-label svg {
        margin-right: 8px;
        color: var(--text-gray);
        flex-shrink: 0;
    }


.info-item .info-label h5 {
    font-weight: 600;
    color: var(--off-black);
    font-size: 22px;
    margin: unset;
}

.info-value {
    color: var(--text-gray);
}

.banking-notice {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

    .banking-notice svg {
        color: #856404;
        margin-right: 10px;
        flex-shrink: 0;
    }

    .banking-notice p {
        margin: 0;
        color: #856404;
        font-weight: 500;
        font-size: 14px;
    }

/*#endregion*/

/*#region Footer*/

.footer {
    background-color: var(--light-gray);
}

    .footer .copyright_area {
        background: #fff;
        color: var(--text-black);
        text-align: center;
        padding: 20px 15px;
        font-size: 12px;
    }

        .footer .copyright_area a {
            font-weight: 700;
            text-transform: uppercase;
            color: var(--text-gray);
        }

/*#endregion*/

/*#region Privacy Policy*/

.privacy {
    padding-top: 45px;
    padding-bottom: 50px;
    position: relative;
}

    .privacy h2 {
        font-size: 30px;
        font-weight: bold;
    }

    .privacy p {
        font-size: 16px;
        line-height: 33px;
    }

/*#endregion*/

/*#region Error*/

.error {
    padding: 50px 0;
}

    .error img {
        margin-bottom: 25px;
    }

    .error h1 {
        font-size: 45px;
        font-weight: 800;
    }

    .error h2 {
        font-size: 35px;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .error p {
        font-size: 14px;
    }

/*#endregion*/




/*RESPONSIVE STYLES PER BREAK POINT*/

/* SM Screen (600px and up) */
@media (min-width: 600px) {
}

/* MD Breakpoint (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* LG Breakpoint (tablets, 992px and up) */
@media (min-width: 992px) {

    /*#region Info Section*/

    .info-section {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/
}


/* Normal Screen 18 Inch - 19 Inch ( (Resolution 1366x768 ) 1349px and up) */
@media (min-width: 1349px) {

    p {
        font-size: 16px;
    }

    /*#region Banner*/

    .banner .carousel-caption {
        top: 21%;
        left: 9%;
    }

    .banner .carousel {
        height: 775px;
    }

    .banner .carousel-caption h1 {
        font-size: 90px;
    }


    /*#endregion*/

    /*#region Info Section*/

    .info-card-header h3 {
        font-size: 24px;
    }

    .info-card-body {
        font-size: 20px;
    }

    /*#endregion*/

    /*#region Error Page*/

    .error h1 {
        font-size: 85px;
    }

    .error h2 {
        font-size: 75px;
        margin-bottom: 30px;
    }

    .error p {
        font-size: 18px;
    }

    /*#endregion*/

    /*#region Footer*/

    .footer .copyright_area {
        font-size: 14px;
    }

    /*#endregion*/

    /*#region Privacy Policy*/

    .privacy h2 {
        font-size: 45px;
    }

    /*#endregion*/

}


/*High Definition Plus (HD+) ( (Resolution 1600x900), 1600px and up) */
@media (min-width: 1600px) {
}

/*Extra Large Screen 23 Inch ( (Resolution 1920x1080 ) 1800px and up) */
@media (min-width: 1800px) {

    /*#region Banner*/

    .banner .carousel {
        height: 837px;
    }

    /*#endregion*/

}

/*Extra Large Screen 27 Inch ( (Resolution 2560x1440 ) 2560px and up) */
@media (min-width: 2560px) {
}

/*Extra Large Screen 32 Inch ( (Resolution 3840x2160 ) 3840px and up) */
@media (min-width: 3840px) {
}
