@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --main-color: #e0b298;
    --alt-color: #111;
    --main-color-dark: #d4a276;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #0a0a0a;
    font-family: 'Poppins', sans-serif;
    color: var(--main-color);
    font-size: 15px;
}

.Poppins {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cormorant Garamond', serif;
}

.hide-in-sm {
    display: flex !important;
}

.show-in-sm {
    display: none !important;
}

.bg-background {
    background: #131129 !important;
}

.text-background {
    background: #131129 !important;
}

.bg-main {
    background: var(--main-color) !important;
}

.text-main {
    color: var(--main-color) !important;
}

.border-main {
    border: 1px solid var(--main-color) !important;
}

.border-main-bold {
    border: 3px solid var(--main-color) !important;
}

.bg-main-alt {
    background-color: var(--alt-color);
}

.text-main-alt {
    color: var(--alt-color) !important;
}

.border-main-alt {
    border: 1px solid var(--alt-color) !important;
}

.border-main-alt-bold {
    border: 3px solid var(--alt-color) !important;
}

.bg-white {
    background: white !important;
}

.bg-black {
    background: black !important;
}

.text-white {
    color: white !important;
}

.text-black {
    color: black !important;
}

.text-black {
    color: black !important;
}

.bg-light-bg {
    background: #EEF0F6;
}

.section-heading {
    color: #21B6E8;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 5px;
}

.section-heading-bordered {
    color: #21B6E8;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
    border-bottom: 5px solid #1A1C5040;
}


.section-subheading {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #555;
    text-align: center;
}

.inner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(000, 000, 000, 0.2);
}



a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

.btn-delete {
    cursor: pointer;
}


.btn-main,
.btn-main-inv {
    border-radius: 0.125rem;
    font-size: 15px;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.6px;
    padding: 1.25rem 2rem;
    border: 2px solid;
    transition: all 0.4s ease;
}

.btn-main {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #000;
}

.btn-main:hover {
    background-color: var(--main-color-dark);
    border-color: var(--main-color-dark);
    box-shadow: 0 0 15px rgba(224, 178, 152, 0.5);
    transform: translateY(-2px);
}

.btn-main-inv {
    background-color: transparent;
    border-color: var(--main-color);
    color: var(--main-color);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-main-inv:hover {
    box-shadow: 0 0 15px rgba(224, 178, 152, 0.5);
    transform: translateY(-2px);
}

.btn-main-inv:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
}

.btn-main-inv:hover:before {
    left: 100%;
}

.btn-main-inverse:hover {
    background-color: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.btn-main-alt {
    border-radius: 80px;
    color: white;
    background-color: #1A1C50;
    border: 1px solid #1A1C50;
    transition: 350ms ease;
    font-size: 16px;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.btn-main-alt:hover {
    background-color: #21B6E8;
    -webkit-transform: scale3d(0.95, 0.95, 1.01);
    transform: scale3d(0.95, 0.95, 1.01);
    color: #fff;
}

label {
    font-weight: 500;
    margin-bottom: 2px;
    font-size: 95%;
}

a {
    text-decoration: none !important;
}

.btn-delete {
    cursor: pointer;
}

.rounded-top-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-30 {
    border-radius: 30px;
}

.rounded-40 {
    border-radius: 40px;
}

.rounded-50p {
    border-radius: 50%;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.font-95 {
    font-size: 95%;
}

.font-90 {
    font-size: 90%;
}

.font-85 {
    font-size: 85%;
}

.font-80 {
    font-size: 80%;
}

.letter-space-1 {
    letter-spacing: 1px;
}

.letter-space-05 {
    letter-spacing: 0.5px;
}

.pointer {
    cursor: pointer;
}

.object-cover {
    object-fit: cover;
}

@media only screen and (max-width:786px) {
    .p-sm-0 {
        padding: 0px !important;
    }

    .hide-in-sm {
        display: none !important;
    }

    .show-in-sm {
        display: flex !important;
    }

    .table {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
    }

    #sidebar-wrapper {
        margin-left: -18rem !important;
    }

    table {
        font-size: 80% !important;
    }

    table a.btn.btn-sm {
        margin-bottom: 10px !important;
        padding: .13rem .25rem !important;
    }

    table i.fas.fa-long-arrow-alt-right.fa-sm {
        display: none;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: 0 !important;
    }

    #wrapper div.nav-icon {
        display: none !important;
    }

    .sub-menu .list-group {
        display: block !important;
    }

    #wrapper.toggled .nav-hide {
        display: block !important;
    }

    div.pl-5.pr-5 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

}

@media only screen and (min-width: 1280px) {
    .container {
        width: 1250px;
        max-width: 1250px;
    }
}
