/*** Image Sizes
Full width: 1920px X 1080px
Cards - 840 X 600, 460 x 600
*/
:root,
[data-bs-theme=light] {
    /* Override Bootstrap */
    /* --bs-primary: #4f4830;
    --bs-primary-light: #ffc107; */
    --bs-secondary: #E8BC59;
    --bs-light: #f5f4ef;
    --bs-dark: #100e0a;

    /* --bs-heading-color: #201d13; */

    /* Extend */
    --bs-primary-dark: #2f2b1d;
    --bs-primary-shadow: #4f4830;
}

[data-bs-theme=dark] {
    color-scheme: dark;

    --bs-heading-color: #ffffff;
    --bs-body-color: #ffffff;
    --bs-light: #ffffff;
}

html {
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    html {
        font-size: 14px;
    }
}

body {
    font-family: Inter,sans-serif;;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 700;
	line-height: 1.2;
}
h1,.h1 {
  font-size:calc(1.4rem + 1.8vw)
}
@media (min-width:1200px) {
  h1,.h1 {
    font-size:2.75rem
  }
}
h2,.h2 {
  font-size:calc(1.35rem + 1.2vw)
}
@media (min-width:1200px) {
  h2,.h2 {
    font-size:2.25rem
  }
}
h3,.h3 {
  font-size:calc(1.3rem + .6vw)
}
@media (min-width:1200px) {
  h3,.h3 {
    font-size:1.75rem
  }
}
h4,.h4 {
  font-size:calc(1.25625rem + .075vw)
}
@media (min-width:1200px) {
  h4,.h4 {
    font-size:1.3125rem
  }
}
h5,.h5 {
  font-size:1.125rem
}
h6,.h6 {
  font-size:1rem
}

/*** Links */
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    color: var(--bs-primary-dark);
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Button ***/
.btn {
    font-size: 1rem;
    font-weight: 500;
    transition: .5s;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  /* --bs-btn-hover-bg: #2f2b1d; */
  /* --bs-btn-hover-border-color: var(--bs-primary-shadow); */
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary-shadow);
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}
.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-primary);
  --bs-gradient: none;
}
.btn-primary-light {
  --bs-btn-color: #000;
  --bs-btn-bg: var(--bs-primary-light);
  --bs-btn-border-color: var(--bs-primary-light);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: var(--bs-primary-light);
  --bs-btn-disabled-border-color: var(--bs-primary-light);
}
.btn-primary,
.btn-primary-light,
.btn-outline-primary {
    box-shadow: 0 -3px rgba(0,0,0,.1) inset;
}

/*** Forms */
.form-control {
    caret-color: var(--bs-primary-dark);
    caret-shape: underscore;
}
.form-control:focus {
    box-shadow: none;
}

/*** Images */
figure {
    margin: 0;
}
.object-cover {
    object-fit: cover;
}

/*** Quote */
.blockquote {
    position: relative;
}
.blockquote::before {
	position: absolute;
	top: -2rem;
	left: -1.5rem;
	width: 4rem;
	height: 4rem;
	background-image: url("data:image/svg+xml,%3csvg width='5' height='4' viewBox='0 0 5 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.244 2.84803C2.244 3.08003 2.168 3.26803 2.016 3.41203C1.864 3.54803 1.672 3.61603 1.44 3.61603C1.16 3.61603 0.927996 3.52403 0.743996 3.34003C0.567996 3.15603 0.479996 2.89203 0.479996 2.54803C0.479996 2.18003 0.583996 1.82003 0.791996 1.46803C1.008 1.10803 1.308 0.824028 1.692 0.616028L1.968 1.03603C1.76 1.18003 1.592 1.34003 1.464 1.51603C1.344 1.69203 1.264 1.89603 1.224 2.12803C1.296 2.09603 1.38 2.08003 1.476 2.08003C1.7 2.08003 1.884 2.15203 2.028 2.29603C2.172 2.44003 2.244 2.62403 2.244 2.84803ZM4.452 2.84803C4.452 3.08003 4.376 3.26803 4.224 3.41203C4.072 3.54803 3.88 3.61603 3.648 3.61603C3.368 3.61603 3.136 3.52403 2.952 3.34003C2.776 3.15603 2.688 2.89203 2.688 2.54803C2.688 2.18003 2.792 1.82003 3 1.46803C3.216 1.10803 3.516 0.824028 3.9 0.616028L4.176 1.03603C3.968 1.18003 3.8 1.34003 3.672 1.51603C3.552 1.69203 3.472 1.89603 3.432 2.12803C3.504 2.09603 3.588 2.08003 3.684 2.08003C3.908 2.08003 4.092 2.15203 4.236 2.29603C4.38 2.44003 4.452 2.62403 4.452 2.84803Z' fill='%232d374b' fill-opacity='.125'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	content: "";
}
.theme-dark .blockquote::before {
	background-image: url("data:image/svg+xml,%3csvg width='5' height='4' viewBox='0 0 5 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.244 2.84803C2.244 3.08003 2.168 3.26803 2.016 3.41203C1.864 3.54803 1.672 3.61603 1.44 3.61603C1.16 3.61603 0.927996 3.52403 0.743996 3.34003C0.567996 3.15603 0.479996 2.89203 0.479996 2.54803C0.479996 2.18003 0.583996 1.82003 0.791996 1.46803C1.008 1.10803 1.308 0.824028 1.692 0.616028L1.968 1.03603C1.76 1.18003 1.592 1.34003 1.464 1.51603C1.344 1.69203 1.264 1.89603 1.224 2.12803C1.296 2.09603 1.38 2.08003 1.476 2.08003C1.7 2.08003 1.884 2.15203 2.028 2.29603C2.172 2.44003 2.244 2.62403 2.244 2.84803ZM4.452 2.84803C4.452 3.08003 4.376 3.26803 4.224 3.41203C4.072 3.54803 3.88 3.61603 3.648 3.61603C3.368 3.61603 3.136 3.52403 2.952 3.34003C2.776 3.15603 2.688 2.89203 2.688 2.54803C2.688 2.18003 2.792 1.82003 3 1.46803C3.216 1.10803 3.516 0.824028 3.9 0.616028L4.176 1.03603C3.968 1.18003 3.8 1.34003 3.672 1.51603C3.552 1.69203 3.472 1.89603 3.432 2.12803C3.504 2.09603 3.588 2.08003 3.684 2.08003C3.908 2.08003 4.092 2.15203 4.236 2.29603C4.38 2.44003 4.452 2.62403 4.452 2.84803Z' fill='%23EAE7DD' fill-opacity='.125'/%3e%3c/svg%3e");
}
.blockquote cite {
    font-style: normal;
}

/*** Nav & Tabs ***/
/* .nav-pills .nav-link {
    transition: all .5s;
}
.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus {
    color: var(--bs-primary-dark);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: var(--bs-primary);
    color: #ffffff;
} */

/*** Text ***/
.display-1,.display-2,.display-3,
.display-4,.display-5 {
    font-weight: 400;
}

.fw-bold {
    font-weight: 600 !important;
}
.fw-medium {
    font-weight: 500 !important;
}
.fw-normal {
    font-weight: 400 !important;
}

.fs-vw-10 {
    font-size: 10vw;
    line-height: 7vw;
}
.fs-vw-7 {
    font-size: 6vw;
    line-height: 4vw;
}

.text-primary,.text-primary a {color: var(--bs-primary) !important}
.text-primary-hover a:hover {color: var(--bs-primary) !important;}
.text-secondary {color: var(--bs-secondary) !important}
.text-light {color: var(--bs-light) !important}

.text-primary-gradient {
    background: linear-gradient(90deg, #15526E, #20759E, #69A8C4);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-stroke {
    -webkit-text-stroke: 2px black;
    color: #ffffff;
    /* fallback */
    /* text-shadow: 3px 3px 0 rgb(0, 0, 0), -1px -1px 0 rgb(0, 0, 0), 1px -1px 0 rgb(0, 0, 0), -1px 1px 0 rgb(0, 0, 0), 1px 1px 0 rgb(0, 0, 0); */
}

/*** Background ***/
.bg-primary{background-color: var(--bs-primary) !important}
.bg-secondary {background-color: var(--bs-secondary) !important}
.bg-light {background-color: var(--bs-light) !important;}
.bg-dark {background-color: var(--bs-dark) !important;}

.bg-size-cover {background-size: cover;}
.bg-norepeat {background-repeat: no-repeat;}
.bg-position-center {background-position: center;}
.bg-clip {
    -webkit-clip-path: ellipse(200% 70% at 50% 30%);
    clip-path: ellipse(200% 70% at 50% 30%);
}
.bg-blend-multiply {
    mix-blend-mode: multiply;
}

.bg-shadow {position: relative;margin-right: 1rem; margin-bottom: 1rem}
.bg-shadow:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 1rem 1rem 0 var(--bs-primary-shadow);
    z-index: -1;
    border-radius: inherit;
}
.bg-shadow.shadow-top:after {
    box-shadow: 1rem 1rem 0 var(--bs-primary-shadow), 1rem -1rem 0 var(--bs-primary-shadow)
}
.card.bg-shadow {
    border-top-right-radius: 1rem;
}
.card.bg-shadow:after {
    border-radius: var(--bs-card-border-radius);
    border-top-right-radius: 1rem;
}

.shadow-mask {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent);
    mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

/*
Background rotate
- background: linear-gradient(177deg,var(--bs-light),var(--bs-light) calc(100% - 100px),#fff calc(100% - 100px),#fff);

Background
*/

/*** Border */
.border-primary{border-color: var(--bs-primary) !important}
.border-light {border-color: hsla(0, 0%, 100%, .14) !important;}

/*** Hover */
.show-hover {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .65s cubic-bezier(.05,.2,.1,1),height .65s cubic-bezier(.05,.2,.1,1);
}
.hover-content:hover .show-hover {
    height: auto;
    opacity: 1;
}

/*** Icon */
.icon-xxs {
  height:1rem;
  line-height:1rem;
  width:1rem
}
.icon-xs {
  height:1.5rem;
  line-height:1.5rem;
  width:1.5rem
}
.icon-sm {
  height:2rem;
  line-height:2rem;
  width:2rem
}
.icon-md {
  height:2.5rem;
  line-height:2.5rem;
  width:2.5rem
}
.icon-lg {
  height:3rem;
  line-height:3rem;
  width:3rem
}
.icon-xl {
  height:3.5rem;
  line-height:3.5rem;
  width:3.5rem
}
.icon-xxl {
  height:4rem;
  line-height:4rem;
  width:4rem
}
.icon-xxxl {
  height:7rem;
  line-height:7rem;
  width:7rem
}
.icon-shape {
  align-items:center;
  display:inline-flex;
  justify-content:center;
  text-align:center;
  vertical-align:middle
}

.color-facebook {
  color:#1877f2
}
.color-twitter {
  color:#1da1f2
}
.color-github {
  color:#000
}
.color-google {
  color:#ea4335
}
.color-linkedin {
  color:#0077b5
}
.color-youtube {
  color:red
}
.color-slack {
  color:#611f69
}

/*** Bg */
.bg-facebook {
  background-color:#1877f2
}
.bg-twitter {
  background-color:#1da1f2
}
.bg-github {
  background-color:#000
}
.bg-google {
  background-color:#ea4335
}
.bg-linkedin {
  background-color:#0077b5
}
.bg-youtube {
  background-color:red
}
.bg-slack {
  background-color:#611f69
}
.bg-instagram {
  background-color:#405de6
}

/*** Social Profiles */
.social-icon.facebook,
.social-icon.facebook:hover,
.social-icon.facebook:focus,
.social-icon.facebook:active {color: #5d82d1;}

.social-icon.twitter,
.social-icon.twitter:hover,
.social-icon.twitter:focus,
.social-icon.twitter:active {color: #40bff5;}

.social-icon.linkedin,
.social-icon.linkedin:hover,
.social-icon.linkedin:focus,
.social-icon.linkedin:active {color: #238cc8;}

.social-icon.youtube,
.social-icon.youtube:hover,
.social-icon.youtube:focus,
.social-icon.youtube:active {color: #EE512F;}

.social-icon.whatsapp,
.social-icon.whatsapp:hover,
.social-icon.whatsapp:focus,
.social-icon.whatsapp:active {color: #25D366;}

.social-icon.instagram,
.social-icon.instagram:hover,
.social-icon.instagram:focus,
.social-icon.instagram:active {
    color: transparent;
    background: radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}

/*** Dropdown Menu */
.dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(180deg);
}

@media (min-width: 1200px) {
    .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
    }
    .dropdown-menu.show {
        transform: rotateX(0deg);
        visibility: visible;
        opacity: 1;
    }
}

.dropdown-item {
    font-size: inherit;
    font-weight: inherit;
    color: var(--bs-primary);
    white-space: wrap;
}
.dropdown-item:hover, .dropdown-item:focus,
.dropdown-item.active, .dropdown-item:active {
    background: none;
    color: var(--bs-primary);
}

/*** Mega Dropdown */
.mega-dropdown {
    position: static;
}
.mega-dropdown-backdrop {
    visibility: hidden;
    opacity: 0;
}
.mega-dropdown .mega-dropdown-menu {
    margin: 0;
    border-width: 0;
}

/*** Accordion */
.accordion-item .indicator {
    left: -1rem;
    width: .25rem;
    opacity: 0;
    transform: scaleY(0);
    transition: opacity, transform .5s ease-in-out;
}
.accordion-item:has(> .show) .indicator {
    opacity: 1;
    transform: scaleY(1);
}

.accordion-button {
    font-size: inherit;
}
.accordion-button .accordion-btn-wrap-wrap {
    display: block;
    padding-right: 2.25rem;
    overflow: hidden;
}
.accordion-button:not(.collapsed) {
    /* Disable showing button */
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
    /* END disable showing button */
}
.accordion-pill .accordion-button:not(.collapsed) {
    background: none;
    box-shadow: none;
}
.accordion-item:last-of-type {
    border-radius: 0;
}

.accordion .truncate-features:has(.tab-pane.show) .toggle-button {
    display: none;
}
.accordion .tab-pane.fade:not(.show) {
    opacity: 0;
    height: 0;
}

.accordion .tab-pane.fade {
    height: auto;
    transition: opacity, height 0.15s linear;
}

/*** Breadcrumb */
.breadcrump {
  flex-flow: row wrap;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-light);
}
.breadcrumb .breadcrump-item.active,
.breadcrumb > :last-child {
  flex-basis: 100%;
  display: none;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
    background-color: rgba(255, 255, 255, .34) !important;
    backdrop-filter: blur(20px);
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
body:has(#spinner.show) > header,
body:has(#spinner.show) > footer,
body:has(#spinner.show) > section {
    filter: grayscale(100%);
}

.overflow-clip { overflow: clip !important;}
.overflowx-clip {overflow-x: clip !important;}
.overflowy-clip {overflow-y: clip !important;}

/*** Grid */
.grid {
    display: grid !important;
    display: -ms-grid !important;
}
.grid-cols-1 {
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(2, 1fr);
}
.grid-cols-2 {
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
}
.grid-cols-3 {
    -ms-grid-columns: repeat(3, minmax(0, 1fr));
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
    -ms-grid-columns: repeat(4, minmax(0, 1fr));
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-gap-0 {
    -ms-grid-gap: 0 !important;
    grid-gap: 0 !important;
}
.grid-gap-1 {
    -ms-grid-gap: 0.25rem !important;
    grid-gap: 0.25rem !important;
}
.grid-gap-2 {
    -ms-grid-gap: 0.5rem !important;
    grid-gap: 0.5rem !important;
}
.grid-gap-3 {
    -ms-grid-gap: 1rem !important;
    grid-gap: 1rem !important;
}
.grid-gap-4 {
    -ms-grid-gap: 1.5rem !important;
    grid-gap: 1.5rem !important;
}
.grid-gap-5 {
    -ms-grid-gap: 3rem !important;
    grid-gap: 3rem !important;
}

.grid-border {
    overflow: hidden;
}
.grid-border > .col {
    position: relative;
    padding: 2.5rem;
}
.grid-border > .col::after,
.grid-border > .col::before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    border: 0 solid rgba(220,224,229,.6);
    border-right-width: 0px;
}
.grid-border > .col::before {
    top: 0;
    right: 0;
    border-right-width: .125rem;
    margin-right: -.125rem;
}
.grid-border > .col::after {
  right: 0;
  border-bottom-width: .125rem;
  margin-bottom: -.125rem;
}

.z-1 {
    z-index: 1;
}
.z-2 {
    z-index: 2;
}
.z-3 {
    z-index: 3;
}
.z-4 {
    z-index: 4;
}
.z-5 {
    z-index: 5;
}
.z-n1, .zindex-n1 {
    z-index: -1;
}
.z-n2, .zindex-n2 {
    z-index: -2;
}
.z-n3, .zindex-n3 {
    z-index: -3;
}
.z-n4, .zindex-n4 {
    z-index: -4;
}
.z-n5, .zindex-n5 {
    z-index: -5;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}
.mt-n2 {
  margin-top: -0.5rem !important;
}
.mt-n3 {
  margin-top: -1rem !important;
}
.mt-n4 {
  margin-top: -1.5rem !important;
}
.mt-n5 {
  margin-top: -3rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}
.mb-n2 {
  margin-bottom: -0.5rem !important;
}
.mb-n3 {
  margin-bottom: -1rem !important;
}
.mb-n4 {
  margin-bottom: -1.5rem !important;
}
.mb-n5 {
  margin-bottom: -3rem !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}
.ms-n2 {
  margin-left: -0.5rem !important;
}
.ms-n3 {
  margin-left: -1rem !important;
}
.ms-n4 {
  margin-left: -1.5rem !important;
}
.ms-n5 {
  margin-left: -3rem !important;
}

/***
Bootstrap Media Widths
sm: 576px
md: 768px
lg: 992px
xl: 1200px
xxl: 1400px
*/
@media (min-width: 768px) {
    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .w-md-auto {
        width: auto !important;
    }

    .grid-cols-md-1 {
        -ms-grid-columns: repeat(1, 1fr) !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .grid-cols-md-2 {
        -ms-grid-columns: repeat(2, 1fr) !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .grid-cols-md-3 {
        -ms-grid-columns: repeat(3, minmax(0, 1fr)) !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .grid-cols-md-4 {
        -ms-grid-columns: repeat(4, minmax(0, 1fr)) !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

@media (min-width: 992px) {
    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-auto {
        width: auto !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .mt-lg-n1 {
    margin-top: -0.25rem !important;
    }
    .mt-lg-n2 {
    margin-top: -0.5rem !important;
    }
    .mt-lg-n3 {
    margin-top: -1rem !important;
    }
    .mt-lg-n4 {
    margin-top: -1.5rem !important;
    }
    .mt-lg-n5 {
    margin-top: -3rem !important;
    }

    .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
    }
    .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
    }
    .mb-lg-n3 {
    margin-bottom: -1rem !important;
    }
    .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
    }
    .mb-lg-n5 {
    margin-bottom: -3rem !important;
    }

    .ms-lg-n1 {
    margin-left: -0.25rem !important;
    }
    .ms-lg-n2 {
    margin-left: -0.5rem !important;
    }
    .ms-lg-n3 {
    margin-left: -1rem !important;
    }
    .ms-lg-n4 {
    margin-left: -1.5rem !important;
    }
    .ms-lg-n5 {
    margin-left: -3rem !important;
    }

    .grid-cols-lg-1 {
        -ms-grid-columns: repeat(1, 1fr) !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .grid-cols-lg-2 {
        -ms-grid-columns: repeat(2, 1fr) !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .grid-cols-lg-3 {
        -ms-grid-columns: repeat(3, minmax(0, 1fr)) !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .grid-cols-lg-4 {
        -ms-grid-columns: repeat(4, minmax(0, 1fr)) !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .position-lg-absolute {
        position: absolute !important;
    }

    .position-lg-fixed {
        position: fixed !important;
    }
    .position-lg-static {
        position: static !important;
    }

    .mt-lg-n80px {
        margin-top: -80px !important;
    }

    .me-lg-10pc {
        margin-right: 10% !important;
    }

    .w-lg-expand {
         min-width: calc(100% + 100%);
    }
}

@media (min-width: 1200px) {
    .w-xl-25 {
        width: 25% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-auto {
        width: auto !important;
    }

    .grid-cols-xl-1 {
        -ms-grid-columns: repeat(1, 1fr) !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .grid-cols-xl-2 {
        -ms-grid-columns: repeat(2, 1fr) !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .grid-cols-xl-3 {
        -ms-grid-columns: repeat(3, minmax(0, 1fr)) !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .grid-cols-xl-4 {
        -ms-grid-columns: repeat(4, minmax(0, 1fr)) !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .border-xl-0 {
        border: 0 !important;
    }
}

.card--grid {
    display: grid;
}

.card--grid .card--grid-img {
    grid-column: 1 / span 12;
    grid-row: 1 / span 12;
    overflow: hidden;
}

.card--grid .card--grid-body {
    grid-column: 1 / span 12;
    grid-row: 1 / span 12;
}

/*** Curves */
.curve > * {
  display: block;
}
.curve:not([class*="curve-blur"]) > * {
  transform: scale(2);
}
.curve-fluid-x > * {
  height: auto;
  width: 100%;
}
.curve-convex-bottom > * {
  transform-origin: top center;
}

/******
CONTENT
********************************************/

/*** Layout */
.section--content {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.section--grid {
    display: grid;
}
.section--grid .section--grid-img {
    grid-column: 1 / span 12;
    grid-row: 1 / span 12;
    overflow: hidden;
}
.section--grid .section--grid-body {
    grid-column: 1 / span 12;
    grid-row: 1 / span 12;
    z-index: 9;
}
.section-rounded-bottom {
    border-radius: 0 0 3rem 3rem;
}

/*** Header & Navbar */
.site--header.sticky-top {
    top: -100px;
    transition: .5s;
}
.site--header.sticky-top.shadow-sm {
    background: var(--bs-primary);
}
.site--header .navbar .navbar-nav .nav-link {
    font-weight: 700;
    font-size: 1.2rem;
    outline: none;
}
.site--header .navbar-collapse-mobile .navbar-nav .nav-link {
    padding: 20px 0;
}

.header-search .form-control:not(:focus),
.header-search .form-control:not(:focus)::placeholder {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    /* text-decoration-color: var(--bs-primary); */
    text-decoration-thickness: .1rem;
}

/* @media (min-width: 1200px) {
    .site--header:has(.mega-dropdown-menu.show) .mega-dropdown-backdrop {
        visibility: visible;
        opacity: 1;
    }
    .navbar-expand-xl .navbar-collapse.navbar-collapse-mobile {
        display: none !important;
    }
} */

/* Responsive logo */
/* .brand-logo {}
@media (max-width: 576px) {
    .brand-logo {}
} */

/*** Mobile Menu */
.navbar-mobile-backdrop {
    visibility: hidden;
    opacity: 0;
    /* max-height: 100vh; */
}
.site--header:has(.navbar-collapse.show) .navbar-mobile-backdrop {
    visibility: visible;
    opacity: 1;
    z-index: 1040;
}
body:has(.navbar-collapse.show) {
    overflow: hidden;
}

/*** Hero */
.hero-carousel {
    position: relative;
    max-width: 100%;
}
.hero-carousel .owl-stage-outer,
.hero-carousel .owl-stage {
    height: 100%;
}
.hero-carousel .owl-carousel-item {
    /* min-height: 800px !important; */
    max-width: 100%;
}
.hero-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.hero-carousel .owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: end;
    padding-bottom: 200px;
    background: rgba(0, 0, 0, .5);
}

.hero-carousel .owl-carousel-item {
    position: relative;
    /* min-height: 800px; */
}

.hero-carousel .carousel-item--body {
    min-height: 860px;
}

.hero-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .hero-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .hero-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.hero-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--bs-light);
    transition: .5s;
    border-radius: 50rem;
}

.hero-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.hero-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
    border-radius: 50rem;
}

/*** Carousel 3 */
.owl-carousel-3 .owl-stage-outer {
    overflow: visible;
    margin-bottom: 3rem;
}
.owl-carousel-3 .owl-item {
    transition: opacity .25s ease-out;
}
.owl-carousel-3 .owl-item:not(.active) {
    opacity: .5;
    pointer-events: none;
}
.owl-carousel-3 .owl-item.active {
    opacity: 1;
    pointer-events: auto;
}

.owl-carousel-3 .owl-dots {
    display: flex;
    justify-content: center;
}

@media (min-width: 1000px) {
    .owl-carousel-3 .owl-dots {
        justify-content: start;
    }
}

.owl-carousel-3 .owl-dots .owl-dot {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    transition: .5s;
    background-color: #495057;
    border-radius: 50rem;
    opacity: .4;
    transition: .5s;
}

.owl-carousel-3 .owl-dots .owl-dot.active {
    background-color: var(--bs-primary);
    width: 60px;
    opacity: 1;
}

.owl-carousel-3 .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

/*** Feature Img */
/* .feature-card {
    position: relative;
    background: linear-gradient(153.32deg, rgba(0, 0, 0, .3) -65.62%, rgba(0,0,0, .1) 83.28%);
    border-radius: var(--bs-border-radius-xl);
    z-index: 5;
}
.feature-card:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: var(--bs-border-radius-xl);
    z-index: -1;
} */

/* .feature-cards-2 {
    position: relative;
    display: grid;
}
.feature-cards-2::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 70%;
    top: 10%;
    left: 20%;
    border: 20px solid var(--bs-primary);
    border-radius: var(--bs-border-radius-lg);
    z-index: 0;
    opacity: .3;
}
.feature-cards-2 .card {
    grid-column: 1 / span 10;
    grid-row: 1 / span 10;
}
.feature-cards-2 .card:last-child {
    grid-column: 7 / span 10;
    grid-row: 6 / span 10;
}
.feature-cards-2 img {
    object-fit: cover;
} */

/*** Call to action steps ***/
.get-started-steps {
    list-style: none;
    display: flex;
    flex-direction: column;
    /* gap: 1.5rem; */
    counter-reset: step;
}
.get-started-steps > li {
    counter-increment: step;
    display: flex;
    align-items: center;
}
.get-started-steps > li:before {
    content: '0' counter(step);
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--bs-secondary);
    width: 4rem;
}
.get-started .action-btn {
    padding-left: 4rem;
}

/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--bs-primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}
