﻿@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");

/* Mixins */
html {
    font-size: 10px;
}

@media (max-width: 1200px) {
    html {
        font-size: 9px;
    }
}

@media (max-width: 992px) {
    html {
        font-size: 8px;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 7px;
    }
}

@media (max-width: 576px) {
    html {
        font-size: 6px;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    font-family: "Titillium Web", sans-serif;
    color: #000;
    background-color: #fff;
}

/* Typography */
h1,
.h1 {
    font-size: 8rem;
    margin: unset auto;
    line-height: 12rem;
}

h2,
.h2 {
    font-size: 6rem;
    margin: unset auto;
    line-height: 9rem;
}

h3,
.h3 {
    font-size: 4rem;
    margin: unset auto;
    line-height: 6rem;
}

h4,
.h4 {
    font-size: 2.4rem;
    margin: unset auto;
    line-height: 3.6rem;
}

h5,
.h5 {
    font-size: 2rem;
    margin: unset auto;
    line-height: 3rem;
}

h6,
.h6 {
    font-size: 1.8rem;
    margin: unset auto;
    line-height: 2.7rem;
}

p,
a,
.nav-link,
table th,
table td {
    font-size: 1.6rem;
    margin: unset auto;
    line-height: 2.4rem;
}

.form-control,
label {
    font-size: 1.6rem;
}

small {
    font-size: 1.4rem;
}

a {
    color: #fff;
    text-decoration: none !important;
}

.footer-side-text a:hover,
.footer-side-text a:focus {
    color: #fff !important;
    text-decoration: none !important;
}

a:hover,
a:focus,
a.active {
    color: #FF8400 !important;
    text-decoration: none !important;
}


.nav-link:hover,
.nav-link:focus,
.nav-link.active,
#footer .nav-link:hover,
#footer .nav-link:focus,
#footer .nav-link.active,
.fixed .nav-link:hover,
.fixed .nav-link:focus,
.fixed .nav-link.active {
    color: #FF8400 !important;
    text-decoration: none !important;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.padding-100 {
    padding: 7rem 0px;
}

.padding-top {
    padding-top: 7rem;
}

.padding-bottom {
    padding-bottom: 7rem;
}

.primary-color {
    color: #FF8400;
}

.fixed {
    position: fixed !important;
    padding: 20px 0 !important;
    width: 100%;
    top: 0 !important;
    color: #000;
    background-color: #fff;
    z-index: 999 !important;
    animation: slideDown 0.5s ease;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

    .fixed a.nav-link,
    .fixed p {
        color: #000 !important;
    }

header a,
header p {
    color: #fff !important
}

header {
    position: absolute;
    z-index: 99;
    width: 100%;
}

.btn_theme {
    display: inline-block;
    padding: 1.2rem 5rem;
    font-size: 1.6rem;
    color: #fff;
    background-color: #FF8400;
    border: none;
    border-radius: 70px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform: scale(1);
}

    .btn_theme:hover {
        color: #fff !important;
        background-color: #cc6a00;
        transform: scale(0.97);
        /*  font-weight: bold;*/
    }

/* Bannner Inner Pages*/
#banner {
    background: #000;
}

    #banner img {
        min-height: 400px;
        object-fit: cover;
        width: 100%;
    }

    #banner .banner-content {
        margin: auto;
        position: absolute;
        top: 52%;
        left: 0;
        right: 0;
        text-align: center;
        color: #FFF;
        text-transform: uppercase;
    }

@media only screen and (max-width: 1200px) {
    #banner img {
        max-height: 250px;
    }
}

@media only screen and (max-width: 400px) {
    #banner img {
        max-height: 360px;
    }
}

/* Forms */
.form-control,
.form-select-lg {
    background-color: #f8f9fa;
    border-radius: 60px;
    color: #717171;
    font-size: 1.6rem;
    padding: 12px 12px;
}

label {
    font-weight: 600;
    text-transform: capitalize;
    color: #696969;
    padding-left: 12px;
}

textarea {
    padding: 12px 20px !important;
}

.form-control:focus,
.form-control:hover {
    background-color: #e9ecef !important;
}

hr {
    border: 1px solid #c6c6c6;
}

#login .form_login {
    padding: 4rem;
}

#login .form_login {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    background: #E2E2E2;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

#login .login_left {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.login_left {
    background-image: url("../img/Khushi-Chemworth-surplus-chemicals.png");
    background-size: cover;
    background-position: top center;
}

@supports (background-image: url("../img/Khushi-Chemworth-surplus-chemicals.webp")) {
    .login_left {
        background-image: url("../img/Khushi-Chemworth-surplus-chemicals.webp");
    }
}

table th {
    font-size: 1.6rem !important;
}

#table_res table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    text-align: center;
}

    #table_res table tr {
        border: 1px solid #ddd;
        padding: 0.35em;
    }

        #table_res table tr:nth-child(even) {
            background-color: rgba(255, 132, 0, 0.231372549);
            /* Background color for odd rows */
        }

    #table_res table th,
    #table_res table td {
        padding: 0.625em;
        text-align: center;
    }

    #table_res table thead tr:first-child {
        background-color: #FF8400;
        color: #fff;
    }

    #table_res table th {
        font-size: 0.85em;
        letter-spacing: 0.1em;
    }

@media screen and (max-width: 600px) {
    #table_res table {
        border: 0;
    }

        #table_res table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        #table_res table tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: 0.625em;
        }

        #table_res table td {
            border-bottom: 1px solid #e5cdcd;
            display: block;
            text-align: right;
        }

            #table_res table td::before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            #table_res table td:last-child {
                border-bottom: 0;
            }
}

.search_btn {
    background: #ff8400;
    padding: 5px 15px;
    border: none;
    font-size: 15px;
    color: #fff;
}

.search_field {
    border-radius: 0px;
    padding: 10px;
}


/* total */
#homepage {
    background: #F6F6F6;
}

#hm-banner img {
    /* max-height: 100%; */
    object-fit: cover;
    width: 100%;
    border-radius: 30px;
    padding: 30px;
}


#hm-banner h3 {
    font-size: 4.5rem;
    margin: unset auto;
    line-height: 6rem;
    font-weight: 700;
}

    #hm-banner h3 span {
        font-weight: 400;
    }

.about-us-section h4 {
    font-size: 44px;
    line-height: 6rem;
    font-weight: 600;
    color: #0F3968;
}

@media (max-width:576px) {

    .about-us-section h4 {
        font-size: 24px;
        line-height: 6rem;
        font-weight: 600;
        color: #0F3968;
    }
}

@media (max-width:576px) {

    .invitation h4 {
        font-size: 24px;
        line-height: 6rem;
        font-weight: 600;
        color: #0F3968;
    }
}

#invitation-section h4,
#contact-us-section h4,
#invitation h4 {
    font-size: 44px;
    line-height: 6rem;
    font-weight: 600;
    color: #0F3968;
}

#homepage h5 {
    line-height: 6rem;
    font-weight: 600;
    color: #0F3968;
}

#invitation-details p {
    font-size: 18px;
    line-height: unset;
    color: #424242;
}

#hm-banner .banner-content {
    margin: auto;
    position: absolute;
    top: 49%;
    left: 5%;
    right: 0;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
}

#invitation {
    background: url(../img/Khushi-Chemworth-invitation-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width:768px) {
    #invitation-details {
        transform: translateY(-45px);
    }
}

.icon-box {
    background: #FF8400;
}

.text-box {
    background: #fff;
}


.icon-box .icon {
    max-width: 70px;
}

.contact-form-wrapper {
    background: #fff;
    border-radius: 50px;
}

#homepage {
    overflow-x: hidden;
}

@media (max-width:992px) {
    .nav-brand img {
        max-width: 250px;
    }

    #hm-banner img {
        /* max-height: 100%; */
        object-fit: cover;
        width: 100%;
        border-radius: 0px;
        padding: 0px;
    }
}

@media (max-width:768px) {

    #invitation-section h4,
    #contact-us-section h4,
    #invitation h4,
    .about-us-section h4 {
        font-size: 20px;
        line-height: 4rem;
        font-weight: 600;
        color: #0F3968;
    }


    .contact-form-wrapper {
        margin: 0px !important;
        border-radius: 20px !important;
    }
}
    #contact-us-section {
        background: url(../img/contact-us-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
    }


.invitation-card .text-box {
    box-shadow: inset 0 0 0 0 #FF8400;
    /*transition: ease-in-out 0s;*/
    transition: ease-in-out 0.5s;
}

.text-box {
    margin-top: 1px;
}

.invitation-card:hover {
    box-shadow: inset 0 0 0 0 #FF8400;
    transition: ease-in-out 0.5s;
    cursor: pointer
}

    .invitation-card:hover .text-box {
        box-shadow: inset 0 257px 0 0 #FF8400;
        color: #fff !important;
    }

.invitation-card p,
.invitation-card h5 {
    transition: ease-in-out 0.51s;
}

.invitation-card:hover p,
.invitation-card:hover h5 {
    color: #fff !important;
}



#header a:hover {
    color: #FF8400 !important;
}

a.nav-link-after {
    padding-left: 2rem !important;
}


.btn_theme_header {
    display: inline-block;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    color: #fff;
    background-color: #FF8400;
    border: none;
    border-radius: 70px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform: scale(1);
}

    .btn_theme_header:hover {
        color: #fff !important;
        background-color: #cc6a00;
        transform: scale(0.97);
    }

#surplus-star {
    color: #FF8400
}

@media (min-width:992px) {
    #surplus-star {
        transform: translateX(85px) translateY(-7px);
    }
}

.contact-form-wrapper {
    background: #fff;
    border-radius: 50px;
}


    .form-floating > .form-control:focus ~ label::after,
    .form-floating > .form-select:focus ~ label::after {
        content: none;
    }

.form-floating .form-control:focus + label {
    background-color: transparent !important;
    /* Background color when input is focused */
}

.text-field {
    min-height: 50px !important;
}

textarea.text-field {
    min-height: 160px !important;
    border-radius: 20px;
}

#contact-us {
    background: #F6F6F6;
}

.contact-form {
    background: #fff;
}

#contact-us i.fa {
    color: #fff;
    background: #FF8400;
    width: 50px;
    height: 50px;
    /* align-items: center;
				justify-content: center;
				display: flex; */
}

.contact-details a:hover {
    color: #FF8400 !important
}

#map {
    background: #F6F6F6;
}

    #map .g-map {
        height: 500px;
        transform: translateY(4px);
    }

small {
    font-weight: 700;
    font-size: 20px;
    color: #0F3968;
    font-weight: 600;
}

h4 {
    font-size: 44px;
    line-height: 6rem;
    font-weight: 600;
    color: #0F3968;
}

@media (max-width:576px) {

    h4 {
        font-size: 24px;
        line-height: 6rem;
        font-weight: 600;
        color: #0F3968;
    }
}

p {
    color: #424242;
}

#footer {
    background: #0c0c0c;
}

@media (min-width:992px) {
    #footer .footer-slant-bg {
        background-image: url(../img/footer-slant-bg.png);
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: contain;
    }
}

@media (max-width:991px) {
    #footer .footer-side-text {
        background: #FF8400
    }
}

.footer-side-text a:hover {
    color: #fff !important;
    text-decoration: none
}

#footer a:hover {
    color: #fff !important;
    text-decoration: none
}

#footer a {
    color: #fff;
}

#footera.nav-link-after {
    padding-left: 2rem !important;
}



.pagination {
    justify-content: center;
    --bs-pagination-border-width: none !important;
}

.page-item.active .page-link {
    background-color: #ff9800;
    border-color: #ff9800;
}

.fragrance_pagination li a {
    color: black !important;
    font-size: 17px;
}

.toast-message {
    font-size: 16px !important;
}

/*.navbar-toggler .navbar-toggler-icon {
    background-image: none;
}

.navbar-toggler .navbar-toggler {
    border-color: #ff0000;*/ /* Change border color */
/*}*/

@media (max-width:991px) {
    .navbar-toggler {
        background-color: #fff; /* Change color of bars */
    }

    header .navbar-collapse {
        background: #ffffff;
        padding: 40px !important;
        margin-top: 30px;
        border-radius:30px;
    }

        header .navbar-collapse p,header .navbar-collapse a {
            color: #000 !important;
        }

        header .navbar-collapse .btn_theme_header {
            color: #fff !important;
        }

#scroll-top .row, #scroll-top .navbar-collapse {
    padding: 20px;
}}
#error h4,
#thank-you h4 {
    font-size: 27px;
}
#sitemap a.h4:hover {
    color: #FF8400 !important;
}
#error h4 {
    font-size: 27px;
}

#error a.h4:hover {
    color: #FF8400 !important;
}
#ContentPlaceHolder1_RegularExpressionValidator1, #ContentPlaceHolder1_re_name, #ContentPlaceHolder1_RequiredFieldValidator1, #ContentPlaceHolder1_RequiredFieldValidator2, #ContentPlaceHolder1_RequiredFieldValidator3, #ContentPlaceHolder1_RequiredFieldValidator4 {
    font-size: 14px;
}

.form-floating > .form-control:not(:placeholder-shown) ~ label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: unset;
    border-radius: var(--bs-border-radius);
}
