:root {
    /* ====== COLORS ====== */
    --bs-primary: #BF882D;
    --bs-secondary: #3C3C3B;
    --bs-body-bg: #ffffff;
    --bs-body-color: ##2B2B2A;
    --bs-success: #3cb878;
    --bs-danger: #ff4d4f;
    --bs-warning: #f0ad4e;
    --bs-info: #17a2b8;
    --gradient-black-to-gray: linear-gradient(90deg, #000000 0%, #4D4D4D 100%);

    --bs-body-font-family: "FZPoppins", sans-serif;
    --secondary-font-family: "TheAtlantic", sans-serif;
    --bs-body-font-size: 14px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #2D2D2B;
    --bs-accordion-border-color: rgba(0, 0, 0, 0.175);
    --bs-border-color: rgba(0, 0, 0, 0.175);
    --bs-btn-active-bg: rgba(0, 0, 0, 0.175);
    --bs-body-bg: #fff;
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 1.875rem;

    /* ====== BORDER ====== */
    --bs-border-radius: 5px;

    /* ====== SPACING ====== */
    --spacing-section: 80px;
}
.row {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 1.875rem;
}

body{
    overflow-x: hidden;
}

.form-control:focus {
    box-shadow: none;
}

.relative {
    position: relative;
}

a {
    cursor: pointer;
    color: var(--bs-body-color);
    transition: all .3s ease;
}
.modal{
  --bs-modal-zindex: 10550;
}

.bg-color-gray{
    background-color: rgba(26, 26, 26, 0.1);
}

.line-height-28px{
    line-height: 1.75;
}
.line-height-32px{
    line-height: 2;
}

a:hover{
    color: var(--bs-primary);
}
.cursor-pointer {
    cursor: pointer;
}
.border-0 {
    border: none !important;
}
.no-shrink {
    flex-shrink: 0;
}
.inline-block {
    display: inline-block;
}
.text-right {
    text-align: right;
}
.ml-8{
    margin-left: 8px;
}
.ml-13 {
    margin-left: 13px;
}
.mr-8px{
    margin-right: 8px;
}
.fit-cover {
    object-fit: cover;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    line-height: 1.5;
}

.w-50 {
    width: 50%;
}

.w-100 {
    width: 100%;
}

.min-width-none{
    min-width: auto !important;
}

ul{
    padding-left: 20px;
}
ul li{
    margin-bottom: 10px;
}

/* color */
.border-bottom{
    border-bottom: 1px solid var(--bs-body-color) !important;
}
.border-1px{
    border: 1px solid var(--bs-border-color);
}
.border-radius{
    border-radius: var(--bs-border-radius);
}
.color-primary {
    color: var(--bs-primary) !important;
}
.color-secondary {
    color: var(--bs-secondary) !important;
}
.color-body{
    color: var(--bs-body-color) !important;
}
.text-decoration-none{
    text-decoration: none;
}
.float-right {
    float: right;
}
/* text */

.text-10 {
    font-size: 10px;
}
.text-12 {
    font-size: 12px;
}

.text-13 {
    font-size: 13px;
}

.text-14 {
    font-size: 14px;
}
.text-16 {
    font-size: 16px;
}
.text-18 {
    font-size: 18px;
}
.text-20 {
    font-size: 20px;
}
.text-26 {
    font-size: 26px;
}
.text-28 {
    font-size: 28px;
}
.text-30 {
    font-size: 30px;
}
.text-21{
    font-size: 21px !important;
}
.text-40px {
    font-size: 40px;
}

.fw-bold {
    font-weight: bold;
}
.fw-600 {
    font-weight: 600;
}
.fw-500 {
    font-weight: 500;
}
.fw-700{
    font-weight: 700;
}
.text-uppercase {
    text-transform: uppercase;
}

.line-height-1{
    line-height: 1;
}
.min-height-315px{
    min-height: 315px;
}
.min-height-auto{
    min-height: auto !important;
}



/* padding */
.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}
.p-8px {
    padding: 8px;
}   
.pr-12px {
    padding-right: 12px;
}
.px-60px {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
}
.pb-20px {
    padding-bottom: 20px;
}
.pb-22px{
    padding-bottom: 22px;
}
.pb-30px {
    padding-bottom: 30px;
}
.pb-10px{
    padding-bottom: 10px;
}

.pb-100px{
    padding-bottom: 100px;
}

.px-15px{
    padding-left: 15px;
    padding-right: 15px;
}
.py-24px{
    padding-top: 24px;
    padding-bottom: 24px;
}

.py-30px{
    padding-top: 30px;
    padding-bottom: 30px;
}
.pt-0{
    padding-top: 0;
}
.pt-20px{
    padding-top: 20px;
}
.pt-44px{
    padding-top: 44px;
}
.pt-50px{
    padding-top: 50px;
}
.pt-100px{
    padding-top: 100px;
}
.pt-10px{
    padding-top: 10px;
}
.pt-30px{
    padding-top: 30px;
}

.pl-50px{
    padding-left: 50px;
}
.pb-67px{
    padding-bottom: 67px;
}
.p-10px{
    padding: 10px;
}

/* margin */
.mr-7px{
    margin-right: 7px;
}
.mr-10px{
    margin-right: 10px;
}
.mr-19 {
    margin-right: 19px;
}
.mb-0{
    margin-bottom: 0;
}
.mb-15px{
    margin-bottom: 15px;
}
.mb-10px{
    margin-bottom: 10px;
}
.mb-34px{
    margin-bottom: 34px;
}

.mb-38px{
    margin-bottom: 38px;
}

.mb-30px{
    margin-bottom: 30px;
}

.mt-20{
    margin-top: 20px;
}
.mb-20px{
    margin-bottom: 20px;
}

.pre-line {
    white-space: pre-line;
}

.bottom-160px{
    bottom: 160px;
}
.max-height-none{
    max-height: none;
}
.mx-8px{
    margin-left: 8px;
    margin-right: 8px;
}

.height-50px{
    height: 50px;
}