.main-color {
    color: #FFA600 !important;
}

.main-title {
    font-size: 3.5rem;
    font-weight: bold;
    line-height: .8;
}

.main-title-img {
    position: absolute;
    top: -130px;
    right: 80px;
    width: 200px;
}

#header .navbar-dark .navbar-toggler {
    border-color: rgba(0, 0, 0, .0);
}

.rounded-8 {
    border-radius: 2rem;
}

/* Font */
.text-justify {
    text-align: justify;
}

.content-term p {
    text-align: justify;
}

.sm-small {
    font-size: .7rem;
}

.text-light-grey {
    color: #9a9a9a;
}

/* Background Banner*/

#header .bg-light {
    background-color: #ffa600 !important;
}

#language .btn {
    background-color: #ffa600;
    color: white;
    border: none;
}

    #language .btn:focus {
        box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, .0);
    }

#language .dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ffa600;
}


.bg-grey {
    background-color: #F8F8F8;
}

.banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

#everything .bg-everything-1 {
    background-image: url(../img/Page\ 3_Background-1.jpg);
    height: 650px;
    background-position: right;
    background-size: contain;
}

#everything .bg-everything-2 {
    background-image: url(../img/Page\ 3_Background-2.jpg);
    height: 650px;
    background-position: left;
    background-size: contain;
}

#everything .bg-everything-3 {
    background-image: url(../img/Page\ 3_Background-3.jpg);
    height: 650px;
    background-position: right;
    background-size: contain;
}

#choose-your-package.package-bg {
    background-image: url(../img/choose-package-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.enquiry-form {
    border: 1px solid rgb(246, 246, 246);
    border-radius: 2rem;
    background: white;
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .10) !important;
    position: relative;
    width: 550px;
    height: fit-content;
}

.enquiry-form2 {
    border: 1px solid rgb(246, 246, 246);
    border-radius: 2rem;
    background: white;
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .10) !important;
    position: relative;
    width: 550px;
    height: fit-content;
}

/* #register-form.enquiry-form {
    border: 1px solid rgb(246, 246, 246);
    border-radius: 2rem;
    background: white;
    box-shadow: 0 .2rem .5rem rgba(0,0,0,.10)!important;
    position: relative;
    width: 650px;
    height: 950px;
} */

.form-logo {
    position: absolute;
    top: 3.5%;
    left: 40px;
    z-index: 2;
}

.form-select {
    color: grey;
    font-size: small;
}

.form-control {
    display: block;
    width: 100%;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    background-color: #ffffff;
    border: none;
    border-bottom: 1px solid #ced4da !important;
    border-radius: 0;
}

    .form-control:focus {
        box-shadow: none;
        border-bottom: 1px solid #FFA600 !important;
    }

.form-label {
    font-size: smaller;
    color: #9a9a9a;
}

.form-select {
    font-size: small;
    color: #9a9a9a;
    margin-bottom: 16px;
    border-radius: 1.5rem;
    background-color: #f7f5f3;
}

    .form-select:active,
    .form-select:focus {
        border-color: #ffe9bf;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .0);
    }

.register-footer {
    background-image: url(../img/Page\ 5_Register_Background-nocat.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 200px;
}

/* Font */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

#header ul li a {
    color: white;
    font-size: 14px;
    font-weight: 500;
}

/* button */
.btn-primary,
.btn-primary:active {
    font-size: smaller;
    color: white;
    background-color: #FFA600;
    border: 1px solid #FFA600;
    border-radius: 2rem;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active:focus {
        background-color: #ffb938;
        border: 1px solid #ffb938;
        box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, .0);
    }

/* package & checkout page */
#checkout-info .card,
#pick-package .card {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 0.5rem 0.25rem rgba(177, 177, 177, 0.2);
}

#inputBusiness.form-select,
#shipping-details .form-select {
    margin-bottom: 16px;
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    background-color: rgb(247, 245, 243, 0);
}

.trigger-border:hover {
    border: 1px solid #FFA600;
    box-shadow: 0 0 0.5rem 0.25rem rgb(247, 185, 13, .2) !important;
    transition: 0.5s ease;
}

#pick-package .card-footer {
    background-color: #8C8C8C;
    transition: 0.3s ease-in;
}

.trigger-border:hover .card-footer {
    background-image: linear-gradient(180deg, #FFA600, #F7B90D);
}

#pick-package .btn-primary {
    font-size: large;
    color: #8C8C8C;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: .5rem;
    padding: 6px 30px;
}

    #pick-package .btn-primary:active,
    #pick-package .btn-primary:hover {
        color: #FFA600;
    }

#payment-method img {
    max-width: 50px;
    margin-right: 20px;
}

#payment-method .btn.btn-primary {
    width: 100%;
    font-size: small;
    color: #8C8C8C;
    background-color: #ffffff;
    border: 1px solid #cecece;
    border-radius: .5rem;
    padding: 10px 20px;
    text-align: start;
    height: 70px;
    display: inline-flex;
    align-items: center;
}

    #payment-method .btn.btn-primary:hover,
    #payment-method .btn.btn-primary:focus {
        border: 1px solid #FFA600;
        box-shadow: 0 0 0.5rem 0.25rem rgb(247, 185, 13, .2) !important;
        transition: 0.5s ease;
    }

.form-check-input:checked {
    background-color: #FFA600;
    border-radius: 100%;
    border-color: #FFA600;
}

.form-check-input:focus {
    border-color: #fec886;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(253, 209, 13, 0.25);
}

#payment-method .form-check-input {
    right: 10px;
    border: none;
    height: 1.6em;
    width: 1.6em;
}

.bg-gradient-btn-2.btn.btn-primary,
.bg-gradient-btn.btn.btn-primary {
    background: linear-gradient(#F7B90D, #FFA600) !important;
    border: 0;
    border-radius: 1rem;
    padding: 20px 20px;
}


#selected-package .selected-product-img img {
    width: 80px;
    margin: 10px;
}

.selected-product-img {
    background-color: #F2F2F2;
    min-width: 50px;
    min-height: 50px;
    border-radius: 1rem;
    text-align: center;
    vertical-align: middle;
    padding: 5px 15px;
}

.icon-sm {
    width: 20px;
    height: 20px;
}

.icon-md {
    width: 35px;
    height: 35px;
}

.decorated {
    overflow: hidden;
    text-align: start;
}

    .decorated > span {
        position: relative;
        display: inline-block;
    }

        .decorated > span:after {
            content: '';
            position: absolute;
            top: 50%;
            border-bottom: 1px solid #cecece;
            width: 100vw;
            margin: 0 20px;
        }

        .decorated > span:after {
            left: 100%;
        }

/* Quantity input */
button:focus,
input:focus {
    outline: none;
    box-shadow: none;
}

a,
a:hover {
    text-decoration: none;
}

/* -------------------------- */
.qty-container {
    display: flex;
    align-items: center;
    justify-content: start;
}

    .qty-container .input-qty {
        text-align: center;
        padding: 3px;
        border: none;
        max-width: 50px;
        /* default 50px*/
        color: #1e1e1e;
        font-size: smaller;
    }

    .qty-container .qty-btn-minus,
    .qty-container .qty-btn-plus {
        border: 1px solid #d4d4d4;
        background-color: white;
        /* padding: 10px 13px; */
        font-size: 10px;
        height: 28px; /* default 38px*/
        width: 30px; /* default 38px*/
        transition: 0.3s;
        color: #F7B90D;
    }

    .qty-container .qty-btn-plus {
        margin-left: 0;
        border-radius: 0 .5rem .5rem 0;
    }

    .qty-container .qty-btn-minus {
        margin-right: -1px;
        border-radius: .5rem 0 0 .5rem;
    }

.qty-btn-minus.btn-light:focus,
.qty-btn-plus.btn-light:focus {
    box-shadow: 0 0 0.1rem 0.2rem rgb(247, 185, 13, .2);
    border: 1px solid #F7B90D;
}

/* footer icon */
.icon-background {
    color: #FFA600;
}


a .fa-brands {
    color: #ffffff;
    text-decoration: none;
}


/* Footer */
footer {
    background-color: #000;
}

    footer a {
        color: #fff;
        text-decoration: none;
    }

.footer-pera p {
    color: #8ba4b1;
    font-size: 16px;
    line-height: 1.8;
}

footer .social-round {
    border-radius: 50%;
    background: #f0b61b;
    height: 30px;
    width: 30px;
    padding: 4px 6px;
}

.footer-bottom {
    padding-bottom: 50px;
    padding-top: 20px;
    background: #f0b61b;
}

@media (min-width: 577px) {
    #top-banner.top-banner {
        background-image: url(../img/Page\ 1_Background.png);
        min-height: 850px !important;
    }

    .form-corner {
        position: absolute;
        top: -10px;
        right: -5px;
        z-index: 1;
    }
}

@media (max-width: 576px) {
    .form-corner-m {
        position: absolute;
        top: -10px;
        right: -5px;
        z-index: 1;
    }
}

@media (min-width: 991px) {
    .consultation-bg {
        background-image: url(../img/Page\ 5_Background.jpg);
        min-height: 1200px;
    }
}

@media (max-width: 990px) {
    .consultation-bg {
        background-image: url(../img/Page\ 5_Background-nocat.jpg);
        min-height: 1200px;
    }
}

@media (max-width: 800px) {
    .footer-bottom a {
        font-size: .7em;
    }

    .main-title {
        font-size: 2rem;
    }

    #everything .bg-everything-1 {
        background-image: url(../img/Page\ 3_Background-1.jpg);
        height: auto;
    }

    #everything .bg-everything-2 {
        background-image: url(../img/Page\ 3_Background-2.jpg);
        height: auto;
    }

    #everything .bg-everything-3 {
        background-image: url(../img/Page\ 3_Background-3.jpg);
        height: auto;
    }

    p {
        font-size: small;
    }

    .content-term img {
        width: 200px;
        margin: 0 auto;
    }

    #language .dropdown-menu {
        min-width: 8rem;
    }

    #header .navbar-toggler:focus {
        box-shadow: none !important;
    }
}
