/*------------------------------------------------------------------[MAIN STYLESHEET]PROJECT:	Roxo HTMLVERSION:	1.0.0-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700|Montserrat:300,400,500,600,700&display=swap");

body {
    font-family: "Figtree", serif;
    font-size: 16px;
    color: #9d9ea5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #00113e
}

p {
    font-size: 16px;
    color: #9d9ea5
}

h1 {
    font-size: 80px
}

h2 {
    font-size: 55px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 25px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 15px;
    font-weight: 300
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes gradientAnimation {
0 {
    background-position: 0 50%
}

50% {
    background-position: 100% 50%
}

100% {
    background-position: 0 50%
}
}

@keyframes pulseEffect {
    0% {
        filter: blur(60px)
    }

    50% {
        filter: blur(70px)
    }

    100% {
        filter: blur(60px)
    }
}

@keyframes drawLine2 {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes drawLineSlow2 {
    0% {
        stroke-dashoffset: 200
    }

    50% {
        stroke-dashoffset: 0
    }

    100% {
        stroke-dashoffset: -200
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes progressAnimation {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.btn {
    border: 0;
    color: #fff !important;
    padding: 20px 44px;
    border-radius: 40px;
    font-weight: 400
}

.btn:focus {
    box-shadow: none
}

@media(max-width:991px) {
    .btn {
        padding: 17px 40px
    }
}

.btn .btn-area {
    display: block;
    overflow: hidden
}

.btn .btn-area span {
    position: relative;
    display: block;
    padding: 0;
    transition: transform .9s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left center;
    font-weight: 400
}

.btn .btn-area span::after {
    content: attr(data-text);
    position: absolute;
    top: 180%;
    left: 50%;
    transform: translateX(-50%) skewY(30deg);
    transform-origin: left center;
    transition: transform .9s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%
}

@media(max-width:575px) {
    .btn .btn-area span::after {
        top: 160%
    }
}

.btn:hover .btn-area span {
    transform: translateY(-180%) skewY(7deg)
}

.btn:hover .btn-area span::after {
    transform: translateX(-50%) skewY(-7deg)
}

@media(max-width:575px) {
    .btn:hover .btn-area span {
        transform: translateY(-165%) skewY(7deg)
    }
}

.btn:visited .btn-area span {
    transform: translateY(-180%) skewY(7deg)
}

.btn:visited .btn-area span::after {
    transform: translateX(-50%) skewY(-7deg)
}

.btn-sm {
    padding: 15px 40px !important
}

.btn-sm-rounded {
    border-radius: 70px
}

.btn-primary {
    background: #847ABA;
    color: #fff;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: all .3s cubic-bezier(0.36, 0.03, 0, 0.91)
}

.btn-primary:hover {
    transform: scale(1.05);
    background: rgba(252, 202, 89, 0.9)
}

.btn-primary:active {
    box-shadow: none !important;
    background-color: #847ABA !important;
    border-color: #847ABA !important
}

.btn-primary:active:focus {
    box-shadow: none !important;
    background-color: #847ABA !important;
    border-color: #847ABA !important
}

.btn-secondary {
    background: #403f4c;
    color: #fff;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: all .3s cubic-bezier(0.36, 0.03, 0, 0.91)
}

.btn-secondary:hover {
    transform: scale(1.05);
    background: rgba(64, 63, 76, 0.8)
}

.btn-secondary:active {
    box-shadow: none !important;
    background-color: #403f4c !important;
    border-color: #403f4c !important
}

.btn-secondary:active:focus {
    box-shadow: none !important;
    background-color: #403f4c !important;
    border-color: #403f4c !important
}

body {
    background: #fff
}

@media(min-width:1400px) {
    .container {
        max-width: 1240px
    }
}

.section-title {
    margin-bottom: 40px
}

@media(max-width:991px) {
    .section-title {
        text-align: center
    }
}

.section-title h2 {
    margin-bottom: 8px;
    font-size: 48px;
    text-transform: capitalize
}

.section-title h2 span.colored {
    background-color: #FCCA59;
    color: #403f4c;
    padding: 5px;
}

@media(max-width:991px) {
    .section-title h2 {
        font-size: 40px
    }
}

.section-title p {
    font-size: 18px;
    font-weight: 300
}

.form-control {
    background: transparent;
    border-radius: 12px;
    margin-bottom: 30px;
    padding: 10px 20px;
    border-width: 1px;
    border-color: #847ABA;
    font-weight: 300;
    letter-spacing: 1px;
    -webkit-appearance: none;
    height: 60px
}

.form-control:focus {
    box-shadow: none;
    background: transparent;
    border-color: #9d9ea5
}

select.form-control {
    height: 60px !important;
    position: relative
}

.select-wrapper {
    position: relative
}

.select-wrapper::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 10px;
    background: url("../images/angle-down-select.svg");
    background-size: contain;
    background-repeat: no-repeat;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

textarea.form-control {
    height: auto
}

.slick-dots li {
    width: unset;
    height: unset;
    transition: all .3s cubic-bezier(0.36, 0.03, 0, 0.91)
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    overflow: hidden;
    transition: all .3s cubic-bezier(0.36, 0.03, 0, 0.91)
}

.slick-dots li button:before {
    font-family: "";
    font-size: 0;
    background-color: rgba(64, 63, 76, 0.5);
    width: 100%;
    height: 100%;
    border-radius: 8px;
    transition: all .3s cubic-bezier(0.36, 0.03, 0, 0.91);
    opacity: 1
}

.slick-dots li.slick-active button {
    width: 50px;
    transition: all .3s cubic-bezier(0.36, 0.03, 0, 0.91)
}

.slick-dots li.slick-active button:before {
    background-color: #847ABA;
    opacity: 1
}

.slick-prev,
.slick-next {
    width: 44px;
    height: 44px
}

.slick-prev {
    left: -40px
}

.slick-next {
    right: -40px
}

.slick-prev::before,
.slick-next::before {
    font-size: 40px;
    color: #847ABA
}

.typing-text {
    color: #847ABA
}

.typing-completed {
    color: #847ABA;
    transition: color .5s ease
}

.typing-active {
    color: #847ABA
}

.typed-cursor {
    color: #847ABA
}

.gradient-bg {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.8) 0, rgba(255, 192, 203, 0.6) 25%, rgba(255, 165, 0, 0.5) 45%, rgba(255, 105, 180, 0.4) 65%, rgba(255, 20, 147, 0.3) 85%);
    filter: blur(70px);
    z-index: -1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -250px
}

.custom-cards:hover .custom-card {
    background: radial-gradient(100rem circle at var(--xPos) var(--yPos), rgba(252, 202, 89, 0.4), transparent 15%)
}

.custom-cards .custom-card {
    background: radial-gradient(150rem circle at 0 0, rgba(252, 202, 89, 0), transparent 0);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .3s cubic-bezier(0.36, 0.03, 0, 0.91)
}

.custom-cards .custom-card:hover {
    transform: scale(1.02)
}

.custom-cards .custom-card:hover::before {
    opacity: 1
}

.custom-cards .custom-card::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    background: radial-gradient(60rem circle at var(--xPos) var(--yPos), rgba(252, 202, 89, 0.01), transparent 35%);
    opacity: 0;
    transition: all .15s ease-in-out
}

.custom-cards .custom-card .card-content {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: inherit;
    transition: all .25s;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    padding: 40px 20px;
    margin: 1px auto
}

.hero-section {
    display: flex;
    align-items: center;
    position: relative;
    padding: 200px 0 150px;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    background-color: #f3f3f5;
    border-radius: 12px;
    margin: 12px;
    z-index: 1
}

.hero-section .hero-text {
    font-size: 80px;
    text-transform: capitalize
}

.hero-section .hero-text .typed-text {
    color: #847ABA
}

@media(max-width:991px) {
    .hero-section .hero-text {
        font-size: 60px
    }
}

.badge {
    font-size: 12px;
    padding: 8px 16px;
    text-transform: uppercase;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border-radius: 99px
}

.badge-primary {
    background-color: rgba(252, 202, 89, 0.3)
}

.badge-secondary {
    background-color: rgba(64, 63, 76, 0.7)
}

.badge-outline {
    color: #00113e;
    border: 1px solid rgba(252, 202, 89, 0.4);
    font-weight: 500
}

.noise-texture {
    z-index: 5;
    pointer-events: none;
    background-image: url("../images/backgrounds/texture.png");
    background-position: 0 0;
    background-size: auto;
    position: absolute;
    inset: 0;
    opacity: .5
}

.colored {
    color: #FCCA59

}

.loader {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
.loader-wrapper {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    background-color: rgba(243, 243, 245, 0);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: rgba(252, 202, 89, 0);
    display: flex;
    align-items: flex-end;
    border-radius: 16px;
    margin: 12px;
}
.count-wrapper {
    position: relative;
    width: 180px;
    height: 360px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    will-change: transform;
}
.count {
    position: relative;
    width: 1080px;
    height: 360px;
    display: flex;
    justify-content: space-between;
    transform: translateX(-1080px);
    will-change: transform;
    color: #fff;
}
.digit {
    position: relative;
    width: 220px;
    height: 360px;
}
.digit h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: -moz-max-content;
    width: max-content;
    font-size: 320px;
    font-weight: lighter;
    line-height: 1;
    color: #e36000;
}
@media (max-width: 575px) {
    .digit h1 {
        font-size: 280px;
    }
}
@media(max-width:575px) {
    .digit h1 {
        font-size: 280px
    }
}

.blur-container {
    width: 100%;
    height: 10rem;
    position: absolute;
    bottom: 0;
    z-index: 21;
    pointer-events: none
}

.blur-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit
}

.layer-0 {
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0)
}

.layer-1 {
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 16.6667%, #000 33.3333%, rgba(0, 0, 0, 0) 50%);
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 16.6667%, #000 33.3333%, rgba(0, 0, 0, 0) 50%);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px)
}

.layer-2 {
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 16.6667%, #000 33.3333%, #000 50%, rgba(0, 0, 0, 0) 66.6667%);
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 16.6667%, #000 33.3333%, #000 50%, rgba(0, 0, 0, 0) 66.6667%);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.layer-3 {
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.3333%, #000 50%, #000 66.6667%, rgba(0, 0, 0, 0) 83.3333%);
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.3333%, #000 50%, #000 66.6667%, rgba(0, 0, 0, 0) 83.3333%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.layer-4 {
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 66.6667%, #000 83.3333%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 66.6667%, #000 83.3333%, rgba(0, 0, 0, 0) 100%);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

.layer-5 {
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.6667%, #000 83.3333%, #000 100%, rgba(0, 0, 0, 0) 116.667%);
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.6667%, #000 83.3333%, #000 100%, rgba(0, 0, 0, 0) 116.667%);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px)
}

.custom-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    z-index: 1000
}

.modal-overlay {
    position: fixed;
    top: 16px;
    left: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    border-radius: 16px;
    background-color: rgba(243, 243, 245, 0.85);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.modal-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 900px;
    z-index: 1001
}

.modal-content {
    position: relative
}

.modal-close {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 30px;
    height: 30px;
    background: 0;
    border: 0;
    color: #847ABA;
    font-family: "Figtree", serif;
    font-size: 24px;
    cursor: pointer;
    z-index: 1002
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 16px;
    overflow: hidden
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    animation: fadeInUp 1s ease-out forwards
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate(-50%, 20px)
    }

    to {
        opacity: 1;
        transform: translate(-50%, 0)
    }
}

.main-nav {
    padding: 10px;
    transition: all .5s ease-in-out;
    position: fixed;
    z-index: 99;
    top: 60px;
    width: 100%;
    max-width: 720px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 99px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.55);
    box-shadow: 0 4px 8px 0 rgba(252, 202, 89, 0.08)
}

.main-nav .noise-texture {
    opacity: .9
}

.main-nav.nav-bg {
    top: 20px
}

@media(max-width:991px) {
    .main-nav {
        padding: 12px 20px;
        border-radius: 12px
    }
}

@media(max-width:575px) {
    .main-nav {
        width: 95%;
        left: 50%;
        transform: translateX(-50%);
        top: 10px
    }

    .main-nav .btn {
        display: block
    }
}

.main-nav .container-fluid {
    padding-left: 0;
    padding-right: 0
}

.main-nav .navbar-nav {
    align-items: center
}

.main-nav .navbar-nav .nav-item .nav-link {
    color: #000;
    padding-left: 20px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 6px;
    padding-right: 20px;
    letter-spacing: 1px;
    position: relative;
    font-family: "Figtree", serif;
    z-index: 1;
    transition: all .5s ease-in-out
}

@media(max-width:991px) {
    .main-nav .navbar-nav .nav-item .nav-link {
        color: #00113e
    }
}

.main-nav .navbar-nav .nav-item.dropdown {
    position: relative
}

.main-nav .navbar-nav .nav-item.dropdown:hover .dropdown-menu,
.main-nav .navbar-nav .nav-item.dropdown .dropdown-menu:hover {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.main-nav .navbar-nav .nav-item.dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.main-nav .navbar-nav .nav-item.dropdown>a {
    position: relative;
    padding-right: 16px !important;
    display: flex;
    align-items: center;
    gap: 5px
}

.main-nav .navbar-nav .nav-item.dropdown .fa-angle-down {
    transition: transform .3s
}

.main-nav .navbar-nav .nav-item.dropdown .dropdown-menu {
    border: 0
}

@media(min-width:991px) {
    .main-nav .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: all .3s ease-in-out;
        border-radius: 12px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        padding: 15px 0;
        margin: 0;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        min-width: 200px;
        background-color: #fff
    }
}

.main-nav .navbar-nav .nav-item.dropdown .dropdown-item {
    padding: 10px 25px;
    color: #00113e;
    font-size: 14px;
    font-weight: 500;
    transition: all .3s ease
}

.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
    background: rgba(0, 0, 0, 0.02);
    color: #847ABA;
    padding-left: 30px
}

.main-nav .navbar-nav .nav-item:hover .nav-link {
    background-color: #fff;
    color: #00113e
}

.main-nav .navbar-nav .nav-item:hover .fa-angle-down {
    transform: rotate(180deg)
}

@media(max-width:991px) {
    .main-nav .navbar-nav {
        align-items: center
    }
}

.main-nav .navbar-brand {
    width: 51px;
    height: 51px;
    background: #847ABA;
    border-radius: 50%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #fff;
    text-align: center;
    line-height: 55px
}

.main-nav .navbar-brand span {
    display: inline-block;
    transform: translateY(-7px);
    font-size: 30px
}

.main-nav .navbar-toggler {
    outline: 0;
    padding: 0;
    padding: 10px 2px 10px 10px;
    transition: all .3s cubic-bezier(0.36, 0.03, 0, 0.91)
}

.main-nav .navbar-toggler:focus {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)
}

.main-nav .navbar-toggler .icon-bar {
    width: 25px;
    height: 2px;
    background: #847ABA;
    transition: all .2s;
    display: block
}

.main-nav .navbar-toggler .icon-bar:not(:last-child) {
    margin-bottom: 5px
}

.main-nav .navbar-toggler .icon-bar:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%
}

.main-nav .navbar-toggler .icon-bar:nth-child(2) {
    opacity: 0;
    filter: alpha(opacity=0)
}

.main-nav .navbar-toggler .icon-bar:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%
}

.main-nav .navbar-toggler.collapsed {
    padding: 10px 10px 10px 10px;
    transition: all .3s cubic-bezier(0.36, 0.03, 0, 0.91)
}

.main-nav .navbar-toggler.collapsed .icon-bar:nth-child(1) {
    transform: rotate(0)
}

.main-nav .navbar-toggler.collapsed .icon-bar:nth-child(2) {
    opacity: 1;
    filter: alpha(opacity=1)
}

.main-nav .navbar-toggler.collapsed .icon-bar:nth-child(3) {
    transform: rotate(0)
}

.main-nav .dropdown-toggle::after {
    display: none
}

.site-hero {
    position: relative;
    height: calc(100vh - 24px);
    background-image: url("../images/backgrounds/8.jpg");
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px;
    border-radius: 16px
}

@media(max-width:991px) {
    .site-hero {
        height: auto;
        padding: 200px 0
    }
}

@media(max-width:575px) {
    .site-hero {
        padding: 150px 0
    }
}

.site-hero-content h1 {
    margin-bottom: 75px;
    color: #fff;
    font-size: 100px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500
}

@media(max-width:991px) {
    .site-hero-content h1 {
        font-size: 30px
    }
}

.site-hero-content-buttons {
    margin: 0;
    padding: 0
}

.site-hero-content-buttons li {
    display: inline-block
}

@media(max-width:575px) {
    .site-hero-content-buttons li {
        display: block
    }
}

.site-hero-content-buttons li:not(:last-child) {
    margin-right: 30px
}

@media(max-width:575px) {
    .site-hero-content-buttons li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.site-hero-content-buttons li .btn {
    font-weight: 600
}

@media(max-width:575px) {
    .site-hero-content-buttons li .btn {
        width: 90%;
        margin: 0 auto;
        display: block
    }
}

.site-hero-scroll {
    position: absolute;
    left: 50%;
    bottom: 70px;
    transform: translateX(-50%)
}

.site-hero-2 {
    background-image: url("../images/backgrounds/hero-background.jpg")
}

.site-hero-2 .site-hero-content h1 .typed-text {
    color: #847ABA
}

.hero {
    position: relative;
    background-color: #f3f3f5;
    padding: 180px 0 70px;
    margin: 12px;
    border-radius: 16px;
    min-height: calc(100vh - 24px)
}

@media(max-width:767px) {
    .hero {
        padding: 200px 0 50px
    }
}

.hero-details {
    max-width: 620px;
    margin: 0 auto 40px
}

.hero-details h1 {
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 30px;
    text-align: center
}

.hero-details h1 span {
    color: #F36016
}

.hero-details h1 span.colored {
    color: #FCCA59
}

.hero-details .hero-button {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center
}

@media(max-width:450px) {
    .hero-details .hero-button {
        flex-direction: column;
        align-items: normal
    }
}

.hero-details .hero-button p {
    margin-bottom: 0;
    color: #00113e
}

.hero .hero-video {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    padding: 10px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 8px;
    display: flex;
    position: relative;
    height: 400px;
    overflow: hidden
}

.hero .hero-video img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 22px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.hero .hero-video .play-icon {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s cubic-bezier(0.36, 0.03, 0, 0.91);
    transform-origin: center;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform-style: preserve-3d
}

.hero .hero-video .play-icon .play-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px
}

.hero .hero-video .play-icon .play-button i {
    margin-left: 2px;
    color: #00113e;
    transition: all .3s cubic-bezier(0.36, 0.03, 0, 0.91)
}

.hero .hero-video:hover .play-icon {
    transform: translate3d(0, 0, 0) scale3d(1.1, 1.1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transition: all .3s cubic-bezier(0.36, 0.03, 0, 0.91);
    transform-origin: center
}

.hero .hero-video:hover i {
    color: #847ABA !important
}

.hero .hero-marquee {
    padding: 20px 0 0;
    background-color: transparent;
    display: flex;
    flex: 1 1 0;
    align-items: center;
    gap: 100px
}

.hero .hero-marquee .section-title {
    flex-shrink: 0;
    margin-bottom: 0
}

.hero .hero-marquee .section-title h2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    position: relative;
    margin-bottom: 0;
    padding-left: 20px
}

.hero .hero-marquee .section-title h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #847ABA
}

.hero-slider2 {
    width: 100%;
    height: 100vh
}

.hero-slider2 img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero-slider2 .cursor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 100%;
    pointer-events: none;
    z-index: 2
}

.hero-slider2 .cursor p {
    margin-bottom: 0;
    color: #fff
}

.hero-slider2 .story-img {
    position: absolute;
    top: 12px;
    left: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    border-radius: 16px;
    overflow: hidden
}

.hero-slider2 .story-content {
    position: absolute;
    padding: 60vh 0 4em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 2em;
    max-width: 600px
}

@media(max-width:575px) {
    .hero-slider2 .story-content {
        gap: 1em
    }
}

.hero-slider2 .story-content h1 {
    font-size: 36px;
    color: #fff
}

@media(max-width:575px) {
    .hero-slider2 .story-content h1 {
        font-size: 22px
    }
}

.hero-slider2 .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero-slider2 .indices {
    width: 94%;
    padding-left: 30px;
    height: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .25em
}

.hero-slider2 .index {
    position: relative;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 2px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.hero-slider2 .index-highlight {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transform: scaleX(100%)
}

.hero-slider2 .title-row {
    position: relative;
    width: 100%;
    height: 42px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.hero-slider2 .title-row h1 {
    position: absolute;
    top: 0
}

.hero-slider2 .link {
    position: relative;
    width: -moz-max-content;
    width: max-content;
    margin: 2em 0;
    padding: .25em 0
}

.hero-slider2 .link::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff
}

.hero-slider2 .content-container {
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 36px 48px
}

.site-project,
.site-blog {
    padding: 120px 0;
    overflow: hidden
}

.site-project .project-card,
.site-blog .project-card {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden
}

@media(max-width:575px) {

    .site-project .project-card,
    .site-blog .project-card {
        height: 350px
    }
}

.site-project .project-card img,
.site-blog .project-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .6s cubic-bezier(0.36, 0.03, 0, 0.91)
}

.site-project .project-card:hover img,
.site-blog .project-card:hover img {
    transform: scale(1.05)
}

.site-project .project-card .project-card-overlay,
.site-blog .project-card .project-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #fff
}

.site-project .project-card .project-card-content,
.site-blog .project-card .project-card-content {
    position: relative
}

.site-project .project-card .project-card-content h3,
.site-blog .project-card .project-card-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff
}

.site-project .project-card .project-card-content .main-stat,
.site-blog .project-card .project-card-content .main-stat {
    font-size: 18px;
    margin-bottom: 25px;
    color: #fff
}

.site-project .project-card .stat-grid,
.site-blog .project-card .stat-grid {
    display: flex;
    gap: 24px
}

.site-project .project-card .stat-item,
.site-blog .project-card .stat-item {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 10px
}

.site-project .project-card .stat-item .stat-value,
.site-blog .project-card .stat-item .stat-value {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px
}

.site-project .project-card .stat-item .stat-label,
.site-blog .project-card .stat-item .stat-label {
    display: block;
    font-size: 14px;
    opacity: .8
}

.site-project-item {
    position: relative;
    margin-bottom: 30px;
    transition: all .3s ease-in;
    border-radius: 16px;
    overflow: hidden
}

.site-project-item-thumb img {
    width: 100%;
    transform: scale(1);
    transition: all .3s cubic-bezier(0.36, 0.03, 0, 0.91)
}

.site-project-item-content {
    width: 90%;
    padding: 16px 20px;
    margin-inline: auto;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 16px;
    transition: all .3s cubic-bezier(0.36, 0.03, 0, 0.91)
}

.site-project-item-content span {
    color: #847ABA;
    display: block;
    margin-bottom: 8px;
    font-size: 14px
}

.site-project-item-content h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #00113e
}

.site-project-item:hover {
    box-shadow: 0 30px 45px 0 rgba(0, 0, 0, 0.01), 0 30px 45px 0 rgba(0, 0, 0, 0.02), 0 30px 45px 0 rgba(0, 0, 0, 0.03), 0 30px 45px 0 rgba(0, 0, 0, 0.04)
}

.site-project-item:hover img {
    transform: scale(1.05)
}

.site-project-cta {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #847ABA
}

.site-project-cta::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #847ABA;
    bottom: -2px;
    transition: transform .3s cubic-bezier(0.36, 0.03, 0, 0.91);
    transform-origin: right;
    transform: scaleX(0)
}

.site-project-cta:hover {
    color: #847ABA;
    text-decoration: none
}

.site-project-cta:hover::before {
    transform: scaleX(1);
    transform-origin: left
}

.site-project-header {
    padding: 200px 0 180px;
    position: relative;
    overflow: hidden;
    background-color: #f3f3f5;
    margin: 12px;
    border-radius: 12px;
    z-index: 1
}

@media(max-width:575px) {
    .site-project-header {
        padding-top: 60px;
        text-align: center
    }
}

.site-project-header-content h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 16px
}

.site-project-header-content h1 span {
    color: #847ABA
}

.site-project-header-content p {
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 32px
}

.site-project-header-content-buttons {
    display: flex;
    gap: 16px;
    margin: 0;
    padding: 0;
    justify-content: center
}

@media(max-width:575px) {
    .site-project-header-content-buttons {
        flex-direction: column
    }
}

.site-project-header-content-buttons li {
    list-style: none
}

.site-project-header-content-buttons li a {
    width: 100%
}

.site-project-pagination,
.site-blog-pagination {
    margin-top: 40px
}

.site-project-pagination .pagination .page-item:not(:last-child),
.site-blog-pagination .pagination .page-item:not(:last-child) {
    margin-right: 10px
}

.site-project-pagination .pagination .page-item .page-link,
.site-blog-pagination .pagination .page-item .page-link {
    font-size: 24px;
    border-radius: 12px;
    border: 0;
    padding: 8px 20px;
    color: #00113e;
    font-weight: 300;
    transition: all .3s ease
}

.site-project-pagination .pagination .page-item.active .page-link,
.site-blog-pagination .pagination .page-item.active .page-link {
    background-color: #847ABA;
    color: #fff
}

.site-project-single-section {
    padding: 250px 0 100px
}

@media(max-width:767px) {
    .site-project-single-section {
        padding: 100px 0
    }
}

.site-project-single h1 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 40px
}

@media(min-width:991px) {
    .site-project-single h1 {
        font-size: 80px
    }
}

.site-project-single-image {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    border-radius: 16px;
    overflow: hidden
}

.site-project-single-image img {
    width: 48%;
    border-radius: 16px
}

.site-project-single-image img:nth-child(2n) {
    margin-left: auto
}

@media(max-width:767px) {
    .site-project-single-image img {
        width: 100%
    }
}

.site-project-single-description {
    margin-bottom: 50px
}

.site-project-single-description p {
    margin-bottom: 30px
}

.site-project-single-action a {
    position: relative;
    font-size: 24px;
    font-weight: 300;
    color: #00113e;
    display: flex;
    margin-left: auto;
    justify-content: flex-end
}

@media(max-width:575px) {
    .site-project-single-action a {
        transform: translateX(-10px)
    }
}

.site-project-single-action a .link-area {
    display: inline-block;
    overflow: hidden
}

.site-project-single-action a .link-area span {
    position: relative;
    display: block;
    padding: 2px 0;
    transition: transform .9s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left center
}

.site-project-single-action a .link-area span::after {
    content: attr(data-text);
    position: absolute;
    top: 150%;
    left: 0;
    transform: skewY(30deg);
    transform-origin: left center;
    transition: transform .9s cubic-bezier(0.19, 1, 0.22, 1)
}

.site-project-single-action a:hover {
    text-decoration: none
}

.site-project-single-action a:hover .link-area span {
    transform: translateY(-150%) skewY(7deg)
}

.site-project-single-action a:hover .link-area span::after {
    transform: skewY(-7deg)
}

.site-project-single-action img {
    filter: invert(1);
    transform: rotate(90deg);
    margin-left: 30px
}

@media(max-width:575px) {
    .site-blog {
        padding: 70px 0
    }
}

.site-blog.details {
    padding: 150px 0 80px
}

@media(max-width:767px) {
    .site-blog.details {
        padding: 100px 0 60px
    }
}

.site-blog-header {
    padding: 200px 0 180px;
    position: relative;
    overflow: hidden;
    background-color: #f3f3f5;
    margin: 12px;
    border-radius: 12px;
    z-index: 1
}

@media(max-width:575px) {
    .site-blog-header {
        padding-top: 60px;
        text-align: center
    }
}

.site-blog-header-content h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 16px
}

.site-blog-header-content p {
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 32px
}

.site-blog-header-content-buttons {
    display: flex;
    gap: 16px;
    margin: 0;
    padding: 0;
    justify-content: center
}

@media(max-width:575px) {
    .site-blog-header-content-buttons {
        flex-direction: column
    }
}

.site-blog-header-content-buttons li {
    list-style: none
}

.site-blog-header-content-buttons li a {
    width: 100%
}

.site-blog-post {
    transition: transform .3s cubic-bezier(0.36, 0.03, 0, 0.91);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(252, 202, 89, 0.08);
    margin-bottom: 30px
}

.site-blog-post:hover img {
    transform: scale(1.05)
}

.site-blog-post img {
    width: 100%;
    transition: transform .6s cubic-bezier(0.36, 0.03, 0, 0.91)
}

.site-blog-post h3 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 8px;
    color: #fff
}

.site-blog-post p {
    font-size: 16px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    font-weight: 300;
    width: 90%
}

.site-blog-post span {
    color: rgba(255, 255, 255, 0.8)
}

.site-blog-post-content {
    padding: 32px;
    margin-inline: auto;
    background-color: rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.site-blog-details img {
    max-width: 100%;
    margin-bottom: 20px;
    border-radius: 12px
}

.site-blog-details .blog-title {
    font-size: 60px
}

@media(max-width:767px) {
    .site-blog-details .blog-title {
        font-size: 44px
    }
}

@media(max-width:575px) {
    .site-blog-details .blog-title {
        font-size: 36px
    }
}

.site-blog-details .feature-image {
    margin: 20px 0 30px
}

.site-blog-details h2,
.site-blog-details h3,
.site-blog-details h4,
.site-blog-details h5,
.site-blog-details h6 {
    margin-bottom: 15px
}

.site-blog-details blockquote {
    color: #00113e;
    font-size: 18px
}

.site-blog-details cite {
    margin-top: 10px;
    display: block
}

.blog-preview {
    padding: 100px 0;
    background-color: #fff
}

@media(max-width:767px) {
    .blog-preview {
        padding: 70px 0
    }
}

.blog-preview .blog-card {
    transition: transform .3s cubic-bezier(0.36, 0.03, 0, 0.91);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(252, 202, 89, 0.08);
    margin-bottom: 30px
}

.blog-preview .blog-card:hover img {
    transform: scale(1.05)
}

.blog-preview .blog-card:hover .blog-card-details i {
    transform: translateX(4px)
}

.blog-preview .blog-card-details {
    padding: 20px;
    margin-inline: auto;
    z-index: 22;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.blog-preview .blog-card-details i {
    font-size: 20px;
    color: #fff;
    transition: transform .3s cubic-bezier(0.36, 0.03, 0, 0.91)
}

.blog-preview .blog-card img {
    width: 100%;
    transition: transform .6s cubic-bezier(0.36, 0.03, 0, 0.91)
}

.blog-preview .blog-card h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 8px;
    color: #fff
}

.blog-preview .blog-card p {
    font-size: 16px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    font-weight: 300;
    width: 90%
}

.site-testimonial {
    background-color: #f3f3f5;
    margin: 12px;
    border-radius: 12px;
    padding: 100px 0;
    position: relative
}

.site-testimonial-item {
    background: rgba(255, 255, 255, 0.85);
    padding: 30px;
    margin: 15px;
    margin-bottom: 30px;
    transition: all .5s cubic-bezier(0.36, 0.03, 0, 0.91);
    border-radius: 16px
}

.site-testimonial-item.inactive {
    opacity: .4;
    filter: blur(2px)
}

.site-testimonial-item-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.site-testimonial-item-header .thumb {
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px
}

.site-testimonial-item-header .thumb img {
    width: 100%
}

.site-testimonial-item-header .person h5 {
    margin-bottom: 2px
}

.site-testimonial-item-header .person p {
    margin-bottom: 0;
    color: #646569
}

.site-testimonial-item-body {
    margin-bottom: 0;
    font-weight: 300
}

.testimonials {
    background-color: rgba(235, 235, 235, 0.48)
}

.testimonials .testimonial-cards-wrapper {
    margin: 0 -15px
}

.site-about-header {
    padding: 200px 0 180px;
    position: relative;
    overflow: hidden;
    background-color: #f3f3f5;
    margin: 12px;
    border-radius: 12px;
    z-index: 1
}

@media(max-width:575px) {
    .site-about-header {
        padding-top: 60px;
        text-align: center
    }
}

.site-about-content h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 16px
}

.site-about-content p {
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 32px
}

.site-about-content-buttons {
    display: flex;
    gap: 16px;
    margin: 0;
    padding: 0;
    justify-content: center
}

@media(max-width:575px) {
    .site-about-content-buttons {
        flex-direction: column
    }
}

.site-about-content-buttons li {
    list-style: none
}

.site-about-content-buttons li a {
    width: 100%
}

.site-about-image img {
    border-radius: 12px
}

.site-expertise {
    background-color: #f3f3f5;
    margin: 12px;
    border-radius: 12px;
    padding: 100px 0;
    position: relative;
    overflow: hidden
}

.site-expertise-list {
    padding: 0;
    margin: 10px 0 0 20px
}

@media(max-width:575px) {
    .site-expertise-list {
        text-align: center;
        margin: 0
    }
}

.site-expertise-list li {
    list-style: none;
    font-size: 25px;
    font-weight: 300;
    color: #00113e
}

.site-expertise-list li span {
    position: relative;
    display: inline-block
}

.site-expertise-list li span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #00113e;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform .3s ease-out
}

.site-expertise-list li:hover span::after {
    transform: scaleX(1);
    transform-origin: left
}

.site-expertise-list li:not(:hover) span::after {
    transform-origin: right
}

.site-expertise-list li:not(:last-child) {
    margin-bottom: 10px
}

.expertise-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    z-index: -1
}

.expertise-image {
    position: absolute;
    width: 380px;
    height: 500px;
    left: -10%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(0.8);
    border-radius: 12px
}

.site-expertise-list li {
    cursor: pointer;
    position: relative
}

.site-team {
    padding: 100px 0
}

.site-team-member {
    position: relative;
    border-radius: 12px;
    overflow: hidden
}

.site-team-member:hover .site-team-member-content {
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.85)
}

@media(max-width:767px) {
    .site-team-member {
        text-align: center
    }
}

.site-team-member-image {
    width: 100%;
    height: 100%
}

.site-team-member-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.site-team-member-content {
    width: 90%;
    padding: 12px 16px;
    margin-inline: auto;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 16px;
    margin-bottom: -100%;
    transition: all .5s cubic-bezier(0.36, 0.03, 0, 0.91);
    box-shadow: 0 4px 8px 0 rgba(252, 202, 89, 0.08)
}

.site-team-member-content h3 {
    font-size: 18px;
    color: #00113e;
    letter-spacing: .5px;
    margin-bottom: 6px;
    font-weight: 600
}

.site-team-member-content p {
    font-size: 14px;
    line-height: 1.2;
    color: #9d9ea5;
    margin-bottom: 8px;
    font-weight: 300
}

.site-team-member-social {
    margin: 0;
    padding: 0
}

.site-team-member-social li {
    display: inline-block
}

.site-team-member-social li a {
    color: #00113e
}

.site-team-member-social li:not(:last-child) {
    margin-right: 10px
}

.site-team-v2 .site-team-member {
    transition: transform .3s cubic-bezier(0.36, 0.03, 0, 0.91);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(252, 202, 89, 0.08);
    margin-bottom: 30px
}

.site-team-v2 .site-team-member:hover img {
    transform: scale(1.08)
}

.site-team-v2 .site-team-member img {
    width: 100%;
    transition: transform .6s cubic-bezier(0.36, 0.03, 0, 0.91)
}

.site-team-v2 .site-team-member-details {
    padding: 20px;
    margin-inline: auto;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 23
}

.site-team-v2 .site-team-member-details h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 2px;
    color: #fff
}

.site-team-v2 .site-team-member-details p {
    font-size: 14px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    font-weight: 300
}

.site-team-v2 .site-team-member-details ul {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0
}

.site-team-v2 .site-team-member-details ul li a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: .6s cubic-bezier(0.36, 0.03, 0, 0.91);
    font-size: 16px;
    line-height: 0;
    color: #00113e
}

.site-team-v2 .site-team-member-details ul li a:hover {
    transform: scale(1.1);
    background-color: rgba(255, 255, 255, 0.8)
}

.site-team-v2 .site-team-member-details ul li a i {
    display: inline-block;
    padding: 3px 0 0
}

.site-contact {
    padding: 200px 0 150px;
    position: relative;
    overflow: hidden;
    background-color: #f3f3f5;
    border-radius: 12px;
    margin: 12px;
    margin-bottom: 20px;
    z-index: 1
}

@media(max-width:575px) {
    .site-contact {
        padding: 120px 0 100px
    }
}

.site-contact-title {
    font-size: 48px
}

@media(max-width:767px) {
    .site-contact-title {
        font-size: 40px
    }
}

.site-contact-title span {
    color: #847ABA
}

.site-contact-form {
    margin-top: 20px
}

.site-contact-form h4 {
    font-weight: 600
}

@media(max-width:767px) {
    .site-contact-form h4 {
        font-size: 20px
    }
}

@media(max-width:991px) {
    .site-contact-form h4 {
        margin-bottom: 70px
    }
}

.site-contact-form p {
    margin-bottom: 30px
}

.site-contact .contact-info {
    margin-bottom: 40px
}

.site-contact .contact-info .lead {
    color: #9d9ea5;
    font-size: 16px
}

.site-contact .contact-details .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px
}

.site-contact .contact-details .contact-item i {
    font-size: 24px;
    color: #847ABA;
    margin-right: 20px;
    margin-top: 5px
}

.site-contact .contact-details .contact-item h5 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600
}

.site-contact .contact-details .contact-item p {
    color: #9d9ea5;
    margin-bottom: 0
}

.site-contact .social-links {
    display: flex;
    gap: 15px
}

.site-contact .social-links .social-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(252, 202, 89, 0.1);
    color: #847ABA;
    transition: all .3s ease
}

.site-contact .social-links .social-link:hover {
    background-color: #847ABA;
    color: #fff;
    transform: translateY(-3px)
}

.site-contact .site-contact-form {
    background-color: #fff;
    padding: 40px;
    border-radius: 12px;
    margin-top: 0
}

.site-contact .site-contact-form .form-control {
    height: 55px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    font-size: 15px;
    transition: all .3s ease
}

.site-contact .site-contact-form .form-control:focus {
    border-color: #847ABA;
    box-shadow: none
}

.site-contact .site-contact-form textarea.form-control {
    height: auto;
    padding: 15px 20px
}

.site-contact .site-contact-form .select-wrapper {
    position: relative
}

.site-contact .site-contact-form .select-wrapper select {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer
}

.site-contact .site-contact-form .btn {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
    font-weight: 600;
    letter-spacing: 1px
}

@media(max-width:575px) {
    .site-contact .site-contact-form {
        padding: 30px 20px
    }
}

.site-footer {
    background: #FCCA59;
    padding: 100px 0;
    margin: 12px;
    border-radius: 12px;
    position: relative
}

.site-footer-logo {
    margin-bottom: 50px
}

@media(max-width:575px) {
    .site-footer-logo {
        text-align: center
    }
}

@media(max-width:991px) {
    .site-footer-widget {
        margin-bottom: 40px
    }
}

@media(max-width:575px) {
    .site-footer-widget {
        text-align: center
    }
}

.site-footer-widget-title {
    color: #F36016;
    margin-bottom: 30px
}

@media(max-width:991px) {
    .site-footer-widget-title {
        margin-bottom: 20px
    }
}

.site-footer-widget-description {
    color: #403f4c;
    line-height: 30px
}

.site-footer-widget-description a {
    color: #403f4c
}

.site-footer-widget-links {
    margin: 0;
    padding: 0
}

.site-footer-widget-links li {
    list-style: none
}

.site-footer-widget-links li a {
    color: #403f4c;
    transition: all .3s cubic-bezier(0.36, 0.03, 0, 0.91);
    display: block
}

.site-footer-widget-links li:not(:last-child) a {
    padding-bottom: 9px
}

.site-footer-widget-top {
    text-align: center;
    background-color: rgba(252, 202, 89, 0.6);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    padding: 30px;
    border-radius: 20px
}

.site-footer-widget-top img {
    margin-bottom: 10px;
    transition: all .3s cubic-bezier(0.36, 0.03, 0, 0.91)
}

.site-footer-copyright p {
    color: #F36016;
    margin: 50px auto 0;
    text-align: center
}

.site-footer-copyright a {
    color: #F36016;
    font-weight: 600;
    transition: all .3s ease
}

.site-footer-copyright a:hover {
    text-decoration: underline
}

@media(max-width:767px) {
    .site-footer-copyright a {
        font-size: 20px
    }
}

@media(max-width:991px) {
    .site-footer-copyright a {
        margin-bottom: 70px
    }
}

.services-area {
    position: relative;
    background-color: #f3f3f5;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    margin: 12px;
    border-radius: 12px;
    padding: 100px 0
}

.services-area .service-card {
    position: relative;
    z-index: 1;
    height: 100%
}

.services-area .service-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #00113e;
    transition: color .3s ease
}

.services-area .service-card p {
    font-size: 16px;
    line-height: 1.4;
    color: #9d9ea5;
    margin-bottom: 0
}

.services-area .service-card .card-content {
    padding: 240px 24px 20px;
    position: relative
}

.services-area .service-card .card-content .badge {
    position: absolute;
    top: 20px;
    right: 20px
}

@media(max-width:991px) {
    .services-area .service-card {
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .services-area .section-title {
        text-align: center;
        margin-bottom: 40px
    }

    .services-area .section-title h2 {
        font-size: 32px
    }

    .services-area .section-title p {
        font-size: 18px
    }
}

@media(max-width:575px) {
    .services-area .service-card {
        text-align: center
    }

    .services-area .service-card h3 {
        font-size: 20px
    }
}

.hero-section {
    padding: 200px 0 180px;
    position: relative;
    overflow: hidden;
    background-color: #f3f3f5;
    margin: 12px;
    border-radius: 12px;
    z-index: 1
}

@media(max-width:575px) {
    .hero-section {
        padding-top: 60px;
        text-align: center
    }
}

.hero-section .site-services-content h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #00113e
}

.hero-section .site-services-content p {
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 32px
}

.hero-section .site-services-content-buttons {
    display: flex;
    gap: 16px;
    margin: 0;
    padding: 0;
    justify-content: center
}

@media(max-width:575px) {
    .hero-section .site-services-content-buttons {
        flex-direction: column
    }
}

.hero-section .site-services-content-buttons li {
    list-style: none
}

.hero-section .site-services-content-buttons li a {
    width: 100%
}

.projects-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 120px 0
}

@media(max-width:991px) {
    .projects-marquee {
        padding: 60px 0
    }
}

.projects-marquee .marquee-overlay-left,
.projects-marquee .marquee-overlay-right {
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 10;
    pointer-events: none
}

.projects-marquee .marquee-wrapper {
    width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #000 10%, #000 90%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #000 10%, #000 90%, rgba(0, 0, 0, 0) 100%)
}

.projects-marquee .marquee-track {
    display: flex;
    width: -moz-fit-content;
    width: fit-content
}

.projects-marquee .marquee-track:hover {
    animation-play-state: paused
}

.projects-marquee .marquee-content {
    display: flex;
    animation: none
}

.projects-marquee .marquee-item {
    max-width: 500px;
    min-width: 500px;
    padding: 0 15px
}

@media(max-width:575px) {
    .projects-marquee .marquee-item {
        max-width: 300px;
        min-width: 300px;
        padding: 0 15px
    }
}

.projects-marquee .project-card {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 16px;
    overflow: hidden
}

@media(max-width:575px) {
    .projects-marquee .project-card {
        height: 350px
    }
}

.projects-marquee .project-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .6s cubic-bezier(0.36, 0.03, 0, 0.91)
}

.projects-marquee .project-card:hover img {
    transform: scale(1.05)
}

.projects-marquee .project-card .project-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #fff
}

.projects-marquee .project-card .project-card-content {
    position: relative
}

.projects-marquee .project-card .project-card-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff
}

.projects-marquee .project-card .project-card-content .main-stat {
    font-size: 18px;
    margin-bottom: 25px;
    color: #fff
}

.projects-marquee .project-card .stat-grid {
    display: flex;
    gap: 24px
}

.projects-marquee .project-card .stat-item {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 10px
}

.projects-marquee .project-card .stat-item .stat-value {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px
}

.projects-marquee .project-card .stat-item .stat-label {
    display: block;
    font-size: 14px;
    opacity: .8
}

.showcase {
    padding: 150px 0 150px
}

.showcase-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    grid-row-gap: 8px;
    position: relative;
    padding: 20px;
    background: rgba(235, 235, 235, 0.48);
    border-radius: 20px
}

.showcase-card-image {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(252, 202, 89, 0.05)
}

.showcase-card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: all .6s cubic-bezier(0.36, 0.03, 0, 0.91)
}

.showcase-card:hover {
    transform: scale(1.1)
}

.showcase-card:hover img {
    transform: scale(1.2)
}

.showcase-card-content {
    display: flex;
    flex-direction: column;
    grid-row-gap: 4px;
    margin-top: 8px
}

.showcase-card-content h3 {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px
}

.showcase-card-content p {
    margin-bottom: 0
}

.showcase .marquee-item {
    padding: 0 20px
}

.showcase .marquee-item:nth-child(odd) .showcase-card .showcase-card-image {
    order: 0
}

.showcase .marquee-item:nth-child(even) .showcase-card .showcase-card-image {
    order: 1
}

.showcase .show-all {
    max-width: 600px;
    margin: 70px auto 0;
    display: flex;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: center
}

@media(max-width:575px) {
    .showcase .show-all {
        flex-direction: column;
        align-items: normal
    }
}

.showcase .show-all .btn {
    flex-shrink: 0
}

.showcase .show-all p {
    margin-bottom: 0
}

@media(max-width:575px) {
    .showcase .show-all p {
        text-align: center
    }
}

.work-process {
    padding: 82px 0;
    background: #f3f3f5;
    position: relative;
    margin: 12px;
    border-radius: 12px
}

.work-process .process-card {
    position: relative;
    border-radius: 16px;
    z-index: 1;
    height: 100%
}

.work-process .process-card .card-content {
    padding: 240px 24px 20px;
    position: relative
}

.work-process .process-card .card-content h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #00113e;
    transition: color .3s ease
}

.work-process .process-card .card-content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.4
}

.work-process .process-card .card-content .badge {
    position: absolute;
    top: 20px;
    right: 20px
}

@media(max-width:991px) {
    .work-process {
        padding: 70px 0
    }

    .process-card {
        margin-bottom: 30px
    }
}

.hero-slider {
    position: relative;
    height: 100vh;
    min-height: 700px;
    overflow: hidden
}

.hero-slider .slider-wrapper {
    height: 100%
}

.hero-slider .slider-wrapper .slick-list,
.hero-slider .slider-wrapper .slick-track {
    height: 100%
}

.hero-slider .slider-wrapper .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2
}

.hero-slider .slider-wrapper .slick-dots li {
    display: inline-block;
    margin: 0 5px
}

.hero-slider .slider-wrapper .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    font-size: 0;
    background: transparent;
    transition: all .3s ease;
    padding: 0
}

.hero-slider .slider-wrapper .slick-dots li button:focus {
    outline: 0
}

.hero-slider .slider-wrapper .slick-current .slide-content h1 {
    animation: fadeIn 1s ease forwards
}

.hero-slider .slider-wrapper .slick-current .slide-content p {
    animation: fadeIn 1s ease .3s forwards
}

.hero-slider .slider-wrapper .slick-current .slide-content .btn {
    animation: fadeIn 1s ease .6s forwards
}

.hero-slider .slide {
    position: relative;
    height: 100vh;
    min-height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center
}

.hero-slider .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4)
}

.hero-slider .slide-content {
    position: relative;
    z-index: 1;
    padding: 0 15px;
    color: #fff
}

.hero-slider .slide-content h1 {
    color: #fff;
    font-size: 80;
    margin-bottom: 20px;
    opacity: 0
}

@media(max-width:991px) {
    .hero-slider .slide-content h1 {
        font-size: 52px
    }
}

@media(max-width:575px) {
    .hero-slider .slide-content h1 {
        font-size: 42px
    }
}

.hero-slider .slide-content p {
    font-size: 24px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
    opacity: 0
}

@media(max-width:575px) {
    .hero-slider .slide-content p {
        font-size: 18px
    }
}

.hero-slider .slide-content .btn {
    opacity: 0
}

.hero-section-v3 {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 12px;
    border-radius: 16px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    z-index: 1
}

.hero-section-v3 .hero-marquee {
    padding: 60px 0 0;
    background-color: transparent;
    display: flex;
    flex: 1 1 0;
    align-items: center;
    gap: 100px
}

.hero-section-v3 .hero-marquee .section-title {
    flex-shrink: 0;
    margin-bottom: 0
}

.hero-section-v3 .hero-marquee .section-title h2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    position: relative;
    margin-bottom: 0;
    padding-left: 20px
}

.hero-section-v3 .hero-marquee .section-title h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #847ABA
}

.hero-content {
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.55);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    width: 100%;
    border-radius: 30px;
    margin-inline: auto;
    padding: 80px 60px;
    max-width: 85%;
    text-align: center
}

@media(max-width:991px) {
    .hero-content {
        max-width: 95%;
        padding: 20px;
        margin-top: 200px
    }
}

.hero-title {
    margin-bottom: 25px;
    font-size: 60px;
    color: #fff
}

.hero-title .typed-text {
    color: #fff
}

.hero-text {
    margin-bottom: 25px;
    max-width: 80%;
    margin-inline: auto;
    color: rgba(255, 255, 255, 0.9)
}

.hero-image {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden
}

@media(max-width:991px) {
    .hero-image {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        margin-top: 100px;
        border-radius: 30px;
        overflow: hidden
    }
}

.hero-image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.price {
    padding: 120px 0
}

.price .section-title p {
    margin-bottom: 40px
}

.price-hero {
    margin-bottom: 0
}

.price-card {
    position: relative;
    border-radius: 12px;
    z-index: 1
}

.price-card-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px
}

.price-card-list li {
    display: flex;
    align-items: center;
    gap: 10px
}

.price-card-list li:not(:last-child) {
    margin-bottom: 10px
}

.price-card.standard .card-content {
    padding-top: 60px;
    padding-bottom: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.price-card-badge {
    position: absolute;
    top: 10px;
    right: 20px
}

.price-card-badge span {
    display: inline-block;
    background-color: #00113e;
    padding: 10px 12px 8px;
    border-radius: 30px;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    margin-right: -10px
}

.price-card .price-month {
    border-bottom: 1px solid rgba(0, 17, 62, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px
}

.price-card .price-month p {
    margin-bottom: 0
}

@media(max-width:991px) {
    .price-card h2 {
        font-size: 40px
    }
}

.price .toggle-buttons {
    display: flex;
    margin: 20px 0;
    gap: 10px
}

@media(max-width:991px) {
    .price .toggle-buttons {
        justify-content: center
    }
}

@media(max-width:575px) {
    .price .toggle-buttons {
        flex-direction: column
    }
}

.price .toggle-btn {
    background-color: rgba(191, 191, 191, 0.1803921569);
    border: 0;
    color: #00113e !important;
    padding: 16px 44px;
    border-radius: 99px;
    cursor: pointer;
    font-size: 16px;
    transition: all .5s cubic-bezier(0.36, 0.03, 0, 0.91);
    display: flex;
    align-items: center;
    gap: 10px
}

@media(max-width:575px) {
    .price .toggle-btn {
        justify-content: center
    }
}

.price .toggle-btn:not(.btn-check)+.btn:active,
.price .toggle-btn:first-child:active {
    color: #00113e !important;
    background-color: rgba(191, 191, 191, 0.1803921569);
    border-color: transparent
}

.price .toggle-btn.active {
    background-color: #847ABA;
    color: #fff !important
}

.price .toggle-btn .discount {
    color: #fff;
    background-color: rgba(252, 202, 89, 0.8);
    border-radius: 16px;
    font-size: 12px;
    padding: 5px 16px;
    text-transform: uppercase;
    font-family: "Figtree", serif;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px)
}

.price-body {
    display: grid;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr
}

@media(max-width:991px) {
    .price-body {
        grid-template-columns: 1fr
    }
}

.price-body h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.price-body h3 {
    letter-spacing: -0.3px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px
}

.price-body h3 span.price-value {
    letter-spacing: -0.3px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    color: #00113e
}

.price-body h3 span {
    font-size: 18px;
    color: #9d9ea5
}

.price-body .btn {
    display: block
}

.price-item-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex
}

.price-item {
    background-color: rgba(235, 235, 235, 0.48);
    border-radius: 16px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 32px;
    display: grid;
    position: relative;
    border: 1px solid rgba(252, 202, 89, 0.06)
}

@media(max-width:575px) {
    .price-item {
        grid-template-columns: 1fr
    }
}

.price-item-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media(max-width:575px) {
    .price-item h5 {
        margin-bottom: 50px
    }
}

.price-item-details h3 {
    margin-bottom: 15px
}

.price-item-details .price-card-list {
    margin-bottom: 0
}

.price-item-single {
    background-color: rgba(235, 235, 235, 0.5);
    border-radius: 16px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    padding: 32px;
    display: flex;
    height: 100%;
    position: relative;
    border: 1px solid rgba(252, 202, 89, 0.06)
}

@media(max-width:575px) {
    .price-item-single {
        margin-bottom: 0
    }
}

.price-item-single .btn {
    max-width: 380px
}

.error {
    position: relative;
    padding: 200px 0 100px
}

.error .custom-cards:hover .custom-card {
    transform: scale(1)
}

.error-content {
    text-align: center;
    max-width: 450px;
    margin-inline: auto;
    position: relative;
    z-index: 1
}

.error-content .card-content {
    background-color: rgba(243, 243, 245, 0.85) !important;
    z-index: 1
}

.error-content h2 {
    font-size: 40px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 30px
}

@media(max-width:575px) {
    .error-content h2 {
        font-size: 50px
    }
}

@media(max-width:450px) {
    .error-content h2 {
        font-size: 40px;
        margin-bottom: 20px
    }
}

.error-content p {
    font-size: 30px;
    font-weight: 500;
    color: #00113e;
    margin-bottom: 30px
}

@media(max-width:450px) {
    .error-content p {
        font-size: 24px
    }
}

.error-content p.small {
    font-size: 18px;
    color: #9d9ea5
}

.faq {
    padding: 100px 0
}

.faq-item .nav-pills {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 32px
}

@media(max-width:767px) {
    .faq-item .nav-pills {
        flex-direction: row !important;
        align-items: center
    }
}

.faq-item .nav-pills .nav-link {
    padding: 10px 15px 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    transition: color .3s;
    display: flex;
    background-color: #f3f3f5;
    border-radius: 99px;
    color: #9d9ea5;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left
}

.faq-item .nav-pills .nav-link.active {
    background-color: #847ABA;
    color: #fff
}

.faq-item .nav-pills .nav-link.active:hover {
    color: #fff
}

.faq-item .nav-pills .nav-link:hover {
    color: #00113e
}

.faq-item-accordion .accordion-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

@media(max-width:767px) {
    .faq-item-accordion .accordion-wrapper {
        grid-template-columns: 1fr
    }
}

.faq-item-accordion .accordion {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.faq-item-accordion .tab-pane {
    transition: opacity .3s ease
}

.faq-item-accordion .tab-pane.fade {
    opacity: 0
}

.faq-item-accordion .tab-pane.fade.show {
    opacity: 1
}

.faq-item-accordion .accordion-item {
    background-color: #f3f3f5;
    border: 0;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 0;
    transition: all .3s ease
}

.faq-item-accordion .accordion-header {
    border: 0
}

.faq-item-accordion .accordion-header .accordion-button {
    background-color: transparent;
    border: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    color: #00113e;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.faq-item-accordion .accordion-header .accordion-button::after {
    width: 14px;
    height: 14px;
    background-size: 14px
}

.faq-item-accordion .accordion-collapse {
    transition: all .3s ease-in-out
}

.faq-item-accordion .accordion-body {
    padding-top: 0;
    color: #9d9ea5
}

/*# sourceMappingURL=maps/style.css.map */