@charset "UTF-8";
/*-----------------------------------------------------------------------------------
  Template Name: Cruv - Creative Agency & Portfolio HTML Template
  Author: themewolfs
  Support: themewolfs@gmail.com
  Description: Cruv - Creative Agency & Portfolio HTML Template.
  Version: 1.0
  Developer Github: Rana Ahmmed (https://github.com/mdranaahmed-dev)

	-----------------------------------------------------------------------------------

	/************ TABLE OF CONTENTS ***************

		-----------------
		01. UTILS CSS
		-----------------
		1.1 variables
    1.2 mixin
    1.3 typography
    1.4 common
	  1 index
		-----------------
		02. COMPONENTS CSS
		-----------------
		2.1 button
		2.2	preloader
		2.3	menu
		2.4	cursor
		2.5	scroll
		2 index

		---------------------------------
		03. BLOG CSS
		---------------------------------
		3.1 blog-details
		3.2	sidebar
		3 index


		---------------------------------
		4. PAGES CSS
		---------------------------------

		4.1 hero
		4.2 header
		4.3 footer
		4.4 cta
		4.5 blog
		4.6 brand
		4.7 testimonial
		4.8 about-us
		4.9 portfolio
		4.10 services
		4.11 title-slider
		4.12 experience
		4.13 counter
		4.14 insights
		4.15 working-process
		4.16 client
		4.17 awards
		4.18 featured-product
		4.19 our-services
		4.20 mission-statement
		4.21 text-slider
		4.22 hero-2
		4.23 approach
		4.24 about-video
		4.25 our-team
		4.26 breadcrumb
		4.27 choose-us
		4.28 services-details
		4.29 contact-us
		4.30 error
		4.31 faq
		4.32 pricing
		4.33 client-satisfaction
		4.34 portfolio-details
		4 index
 */
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&amp;family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap");

:root {
    --bs-primary: #000000;
    --bs-secondary: var(--bs-action);
    --bs-black: #000000;
    --bs-white: #ffffff;
    --bs-blue: #3b4eff;
    --bs-action: #fed500;
}

:root {
    --font_dmsans: "DM+Sans", sans-serif;
    --font_brico: "Bricolage Grotesque", sans-serif;
    --font_awesome: "Font Awesome 6 pro";
}

* {
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
    background: var(--bs-primary);
    font-family: var(--font_dmsans);
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    line-height: 1.22;
    font-weight: 500;
    color: var(--bs-white);
    font-family: var(--font_brico);
}

ul,
ol {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    transition: all 0.3s;
    color: inherit;
}

    a:hover {
        color: var(--bs-primary);
    }

button {
    background-color: transparent;
    border: 0;
}

p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--bs-white);
}

strong {
    font-weight: 500;
}

video,
iframe,
img {
    margin: 0;
    padding: 0;
}

main {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 1800px) {
    .container {
        max-width: 1800px;
    }
}

@media (min-width: 1850px) {
    .container.large {
        max-width: 1850px;
    }
}

h1 {
    font-size: 200px;
}

h2 {
    font-size: 140px;
}

h3 {
    font-size: 100px;
}

h4 {
    font-size: 52px;
}

h5 {
    font-size: 42px;
}

h6 {
    font-size: 30px;
}

section {
    margin-bottom: -1px;
}

.gutter-30 {
    --bs-gutter-x: 30px;
}

.gutter-35 {
    --bs-gutter-x: 35px;
}

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

.mt-30 {
    margin-top: 30px;
}

.theme-bg-gray {
    background-color: #e5e0d0;
}

.theme-bg-white {
    background-color: #ffffff;
}

.theme-bg-light {
    background-color: #fbf7f0;
}

.text-black {
    color: var(--bs-black);
}

.section-2__top {
    gap: 10px;
    display: flex;
    padding-bottom: 35px;
    border-bottom: 1px solid var(--bs-white);
    justify-content: space-between;
}

@media (max-width: 575px) {
    .section-2__top {
        flex-wrap: wrap;
    }
}

.section-2__top h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: var(--bs-white);
}

.section-2__top .left-sub-title {
    position: relative;
    padding-left: 20px;
}

    .section-2__top .left-sub-title::before {
        top: 50%;
        left: 0;
        width: 10px;
        content: "";
        height: 10px;
        position: absolute;
        border-radius: 500px;
        background-color: var(--bs-white);
        transform: translate(0px, -50%);
    }

.section-2__bottom {
    max-width: 1137px;
    margin-left: auto;
    margin-top: 35px;
}

@media only screen and (max-width: 991px) {
    .section-2__bottom {
        max-width: 100%;
    }
}

.section-2__bottom .title {
    font-weight: 700;
    font-size: 52px;
    line-height: 62px;
    color: var(--bs-white);
    text-indent: 300px;
    margin-bottom: 35px;
}

@media only screen and (max-width: 991px) {
    .section-2__bottom .title {
        font-size: 40px;
        line-height: 50px;
        text-indent: 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-2__bottom .title {
        font-size: 30px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .section-2__bottom .title {
        font-size: 20px;
        line-height: 30px;
    }
}

.section-2__bottom-2 {
    max-width: 1137px;
    margin-left: 0;
    margin-top: 35px;
    text-align: center;
}

.section-space {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media only screen and (max-width: 1399px) {
    .section-space {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-space {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .section-space {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.section-space-top {
    padding-top: 120px;
}

@media only screen and (max-width: 1399px) {
    .section-space-top {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-space-top {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .section-space-top {
        padding-top: 60px;
    }
}

.section-space-top-2 {
    padding-top: 72px;
}

@media only screen and (max-width: 1399px) {
    .section-space-top-2 {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-space-top-2 {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .section-space-top-2 {
        padding-top: 40px;
    }
}

.section-space-bottom {
    padding-bottom: 120px;
}

@media only screen and (max-width: 1399px) {
    .section-space-bottom {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-space-bottom {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .section-space-bottom {
        padding-bottom: 60px;
    }
}

.section-space-top-2 {
    padding-bottom: 72px;
}

@media only screen and (max-width: 1399px) {
    .section-space-top-2 {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-space-top-2 {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .section-space-top-2 {
        padding-bottom: 40px;
    }
}

/*----------------------------------------
   Mfp customize
-----------------------------------------*/
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1280px;
}

@media only screen and (max-width: 1919px) {
    .mfp-iframe-holder .mfp-content {
        max-width: 1000px;
    }
}

@media only screen and (max-width: 1399px) {
    .mfp-iframe-holder .mfp-content {
        max-width: 850px;
    }
}

@media only screen and (max-width: 1199px) {
    .mfp-iframe-holder .mfp-content {
        max-width: 820px;
    }
}

@media only screen and (max-width: 991px) {
    .mfp-iframe-holder .mfp-content {
        max-width: 750px;
    }
}

.mfp-close {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

    .mfp-close:hover {
        color: var(--bs-white);
    }

    .mfp-close::after {
        position: absolute;
        content: "\f00d";
        height: 100%;
        width: 100%;
        font-family: var(--font_awesome);
        font-size: 31px;
        font-weight: 200;
        right: -20px;
        margin-top: -25px;
    }

@media (max-width: 575px), only screen and (max-width: 767px), only screen and (max-width: 991px) {
    .mfp-close::after {
        right: 15px;
        margin-top: -30px;
    }
}

.section-sub__wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .section-sub__wrapper h6 {
        position: relative;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        border-radius: 90px;
        background: var(--bs-action);
        color: var(--bs-primary);
        padding: 5px 25px;
    }

    .section-sub__wrapper span {
        height: 1px;
        flex: 1;
        background-color: rgba(255, 255, 255, 0.1);
    }

.section__wrap {
    gap: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 991px) {
    .section__wrap {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.section-title {
    font-style: normal;
    font-weight: 700;
    font-size: 200px;
    line-height: 200px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1399px) {
    .section-title {
        font-size: 170px;
        line-height: 170px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-title {
        font-size: 140px;
        line-height: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .section-title {
        font-size: 120px;
        line-height: 130px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title {
        font-size: 100px;
        line-height: 110px;
    }
}

@media (max-width: 575px) {
    .section-title {
        font-size: 60px;
        line-height: 75px;
    }
}

.section__content {
    max-width: 417px;
}

    .section__content p {
        text-indent: 103px;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        color: #aaaaaa;
        margin-bottom: 30px;
    }

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
.fade-in-bottom {
    -webkit-animation-name: fade-in-bottom;
    animation-name: fade-in-bottom;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-fill-mode: both;
}

@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
.fade-in-left {
    -webkit-animation-name: fade-in-left;
    animation-name: fade-in-left;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-fill-mode: both;
}

@-webkit-keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */
.fade-in-right {
    -webkit-animation-name: fade-in-right;
    animation-name: fade-in-right;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-fill-mode: both;
}

@-webkit-keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes upDown {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px); /* উপরে যাবে */
    }
}

.upDown {
    animation: upDown 5s infinite ease-in-out;
}

/*----------------------------------------*/
/*  01. Button CSS START
/*----------------------------------------*/
.rr-btn {
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 5;
    padding: 26px 31px;
    background-color: #ff6a3a;
    color: var(--bs-white);
    border-radius: 100px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    display: inline-flex;
    border-color: transparent;
    align-items: center;
    text-transform: capitalize;
    letter-spacing: -0.02em;
}

@media only screen and (max-width: 1199px) {
    .rr-btn {
        padding: 18px 29px;
    }
}

@media (max-width: 575px) {
    .rr-btn {
        padding: 16px 20px;
        font-size: 14px;
    }
}

.rr-btn:hover::before, .rr-btn:focus::before {
    height: 100%;
}

.rr-btn:hover .btn-wrap .text-one, .rr-btn:focus .btn-wrap .text-one {
    transform: translateY(-150%);
}

.rr-btn:hover .btn-wrap .text-two, .rr-btn:focus .btn-wrap .text-two {
    top: 50%;
    transform: translateY(-50%);
    color: var(--bs-black);
}

.rr-btn:after {
    display: block;
    clear: both;
    content: "";
}

.rr-btn::before {
    background-color: var(--bs-white);
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    position: absolute;
    transition: all 0.5s;
}

.rr-btn .btn-wrap {
    z-index: 1;
    float: left;
    overflow: hidden;
    position: relative;
    display: inline-block;
    border: none;
}

    .rr-btn .btn-wrap .text-one,
    .rr-btn .btn-wrap .text-two {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .rr-btn .btn-wrap .text-one {
        position: relative;
        color: var(--bs-white);
        transition: all 0.5s;
    }

    .rr-btn .btn-wrap .text-two {
        position: absolute;
        top: 100%;
        color: var(--bs-black);
        transition: all 0.5s;
    }

.rr-btn__black {
    background-color: var(--bs-black);
}

    .rr-btn__black::before {
        background-color: var(--bs-action);
        ;
    }

    .rr-btn__black:hover .btn-wrap .text-two {
        color: var(--bs-white);
    }

.btn-primary {
    z-index: 1;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    line-height: 28px;
    padding: 14px 30px;
    padding-left: 48px;
    position: relative;
    color: var(--bs-black);
    border-radius: 90px;
    display: inline-block;
    background-color: var(--bs-white);
}

    .btn-primary::before {
        content: "";
        top: 50%;
        left: 30px;
        width: 8px;
        height: 8px;
        position: absolute;
        transition: all 0.5s;
        border-radius: 500px;
        background-color: var(--bs-black);
        transform: translate(0px, -50%);
    }

    .btn-primary::after {
        content: "";
        left: 0;
        right: 0;
        height: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
        position: absolute;
        border-radius: 500px;
        transition: all 0.5s;
        background-color: var(--bs-action);
        ;
    }

    .btn-primary:hover::after {
        height: 100%;
    }

    .btn-primary.btn-black-2 {
        background-color: var(--bs-black);
        color: var(--bs-white);
        padding: 19px 32px;
    }

        .btn-primary.btn-black-2::before {
            background-color: var(--bs-white);
            left: 18px;
        }

        .btn-primary.btn-black-2::after {
            background-color: var(----bs-blue);
        }

.btn-black {
    gap: 10px;
    z-index: 1;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    line-height: 28px;
    padding: 19px 29px;
    position: relative;
    color: var(--bs-white);
    border-radius: 90px;
    align-items: center;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    transition: all 0.9s;
    background-color: var(--bs-black);
}

@media (max-width: 575px) {
    .btn-black {
        font-size: 15px;
        line-height: 28px;
        padding: 16px 23px;
    }
}

.btn-black::after {
    content: "";
    left: 0;
    right: 0;
    height: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    border-radius: 500px;
    transition: all 0.5s;
    background-color: var(----bs-blue);
}

.btn-black:hover {
    color: var(--bs-white);
}

    .btn-black:hover::after {
        height: 100%;
    }

.btn-black.btn---bs-white {
    background-color: var(--bs-white);
    color: var(--bs-black);
}

    .btn-black.btn---bs-white::after {
        background-color: var(--bs-action);
        ;
    }

.btn-black.btn---bs-white-2 {
    background-color: #3b4eff;
    color: var(--bs-white);
    text-transform: capitalize;
}

    .btn-black.btn---bs-white-2::after {
        background-color: var(--bs-action);
        ;
    }

    .btn-black.btn---bs-white-2:hover {
        color: var(--bs-black);
    }

.rr-btnn {
    position: relative;
    padding: 19px 41px;
    margin-top: 30px;
    text-transform: lowercase;
    margin-bottom: 30px;
}

    .rr-btnn::before {
        position: absolute;
        content: "";
        height: 8px;
        width: 8px;
        left: 25px;
        background: #000000;
        border-radius: 100px;
    }

.rr-btnn-2 {
    width: 100%;
}

.btn-re {
    margin-top: 25px;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    padding: 19px 42px;
}

/* Preloader */
.loader-wrap {
    position: fixed;
    z-index: 10;
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--bs-black);
    z-index: 99999999999999;
}

    .loader-wrap svg {
        position: absolute;
        top: 0;
        width: 100vw;
        height: 110vh;
        fill: #fff;
    }

    .loader-wrap .loader-wrap-heading .load-text {
        font-size: 60px;
        font-weight: 800;
        text-transform: uppercase;
        color: var(--bs-black);
        z-index: 20;
    }

@media only screen and (max-width: 767px) {
    .loader-wrap .loader-wrap-heading .load-text {
        font-size: 50px;
    }
}

.load-text span {
    -webkit-animation: loading 1s infinite alternate;
    animation: loading 1s infinite alternate;
}

    .load-text span:nth-child(1) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .load-text span:nth-child(2) {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .load-text span:nth-child(3) {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .load-text span:nth-child(4) {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .load-text span:nth-child(5) {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .load-text span:nth-child(6) {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

    .load-text span:nth-child(7) {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

@-webkit-keyframes loading {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes loading {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/*----------------------------------------*/
/* menu css  */
/*----------------------------------------*/
.main-menu.menu-dark > ul > li > a {
    color: var(--bs-secondary);
}

.main-menu.menu-light > ul > li > a {
    color: var(--bs-secondary);
}

.main-menu > ul {
    display: flex;
}

    .main-menu > ul > li:hover > a {
        color: var(--bs-secondary);
    }

    .main-menu > ul > li:hover > ul {
        opacity: 1;
        pointer-events: all;
        inset-inline-start: 0;
    }

        .main-menu > ul > li:hover > ul.dp-menu li:hover > ul {
            opacity: 1;
            pointer-events: all;
            inset-inline-start: 100%;
        }

.main-menu li {
    position: relative;
}

    .main-menu li a {
        display: flex;
        align-items: center;
        font-weight: 500;
        font-size: 18px;
        line-height: 1;
        color: var(--bs-white);
        font-family: var(--font_brico);
        text-transform: capitalize;
    }

.main-menu ul.dp-menu {
    background-color: #232529;
    padding: 18px 0px;
    width: 250px;
    position: absolute;
    inset-inline-start: 10px;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    transition: all 0.5s;
}

    .main-menu ul.dp-menu.col-2 {
        column-count: 2;
        width: 480px;
    }

    .main-menu ul.dp-menu ul {
        background: var(--bs-black);
        padding: 18px 0px;
        width: 300px;
        position: absolute;
        inset-inline-start: calc(100% + 10px);
        top: 0;
        opacity: 0;
        z-index: 10;
        transition: all 0.5s;
    }

    .main-menu ul.dp-menu li {
        position: relative;
        padding: 0 25px;
    }

        .main-menu ul.dp-menu li:hover > a {
            color: var(--bs-secondary);
            background-color: transparent;
        }

        .main-menu ul.dp-menu li:hover > ul {
            opacity: 1;
            transform: none !important;
            pointer-events: all;
        }

        .main-menu ul.dp-menu li a {
            font-size: 16px;
            font-weight: 500;
            color: #999999;
            padding: 10px 0;
            background-color: transparent;
            border-radius: 8px;
            text-transform: capitalize;
        }

            .main-menu ul.dp-menu li a:hover {
                letter-spacing: 0.5px;
            }

            .main-menu ul.dp-menu li a:after {
                transform: rotate(-90deg);
                margin-left: auto;
            }

.main-menu .has-mega-menu {
    position: static;
}

.main-menu li.menu-item-has-children > a:after {
    content: "";
    top: 0%;
    right: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(../img/icon/arrow.svg);
}

.sidebar-menu li {
    display: block;
    padding-bottom: 15px;
}

@media only screen and (max-width: 1919px) {
    .sidebar-menu li {
        padding-bottom: 10px;
    }
}

.sidebar-menu li a {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    color: var(--bs-white);
    padding: 10px 0;
    text-transform: uppercase;
}

    .sidebar-menu li a:hover, .sidebar-menu li a.active {
        color: var(--bs-primary);
    }

@media only screen and (max-width: 1399px) {
    .sidebar-menu li a {
        padding: 5px 0;
    }
}

/* mean menu customize */
.offcanvas__menu-wrapper.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

    .offcanvas__menu-wrapper.mean-container .mean-nav > ul > li:last-child > a {
        border-bottom: 1px solid var(--bs-black-4);
    }

.offcanvas__menu-wrapper.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

    .offcanvas__menu-wrapper.mean-container .mean-nav .new {
        font-size: 10px;
        font-weight: 600;
        background: #FFA38E;
        color: var(--bs-black);
        padding: 3px 7px;
        line-height: 1;
        display: flex;
        align-items: center;
        border-radius: 2px;
    }

    .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
        width: 100%;
        padding: 15px 0;
        padding-inline-start: 15px;
        font-weight: 400;
        font-size: 22px;
        line-height: 1;
        color: var(--bs-white);
        text-transform: capitalize;
        border-top: 1px solid var(--bs-black-4);
        display: flex;
        gap: 8px;
        justify-content: flex-start;
        align-items: center;
        outline: none;
        transform: translateY(var(--y)) translateZ(0);
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        box-sizing: border-box;
    }

@media only screen and (max-width: 767px) {
    .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
        font-size: 20px;
    }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    width: 54px;
    height: 54px;
    justify-content: center;
    font-weight: 300;
    border: none !important;
}

@media only screen and (max-width: 767px) {
    .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
        height: 50px;
    }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
    background: var(--bs-secondary);
    opacity: 1;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
    border-top: 1px solid var(--bs-black-4);
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    font-size: 20px;
    text-transform: capitalize;
    border-top: none !important;
    padding: 12px 0;
    padding-inline-start: 30px;
}

@media only screen and (max-width: 767px) {
    .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
        font-size: 18px;
    }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 58px;
}

@media only screen and (max-width: 991px) {
    .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
        height: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
        height: 22px;
    }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li:last-child {
    border-bottom: 1px solid var(--bs-black-4);
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
    padding-left: 40px;
}

.offcanvas__menu-wrapper.mean-container .mean-bar {
    padding: 0;
    background: none;
    max-height: auto;
    overflow-y: scroll;
}

    .offcanvas__menu-wrapper.mean-container .mean-bar::-webkit-scrollbar {
        width: 0;
    }

.offcanvas__menu-wrapper.mean-container a.meanmenu-reveal {
    display: none !important;
}

.offcanvas-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

    .offcanvas-overlay.overlay-open {
        opacity: 0.5;
        visibility: visible;
    }

.side-info-close {
    font-size: 18px;
    padding: 0;
    transition: all 0.3s linear;
    background-color: var(--bs-white);
    color: var(--bs-black);
    width: 40px;
    height: 40px;
    border: 1px solid var(--bs-black);
    border-radius: 50%;
    line-height: 38px;
}

    .side-info-close:hover {
        transform: rotate(90deg);
    }

.side-info {
    background: var(----bs-white) none repeat scroll 0 0;
    padding: 40px 45px;
    position: fixed;
    right: 0;
    top: 0;
    width: 500px;
    height: 100%;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    z-index: 9999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

    .side-info ::-webkit-scrollbar {
        display: none;
    }

@media (max-width: 575px) {
    .side-info {
        width: 100%;
        padding: 30px 30px;
    }
}

.side-info.info-open {
    opacity: 1;
    transform: translateX(0);
}

.offset-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offset-logo {
    width: 95px;
}

@media (max-width: 575px) {
    .offset-logo {
        width: 95px;
    }
}

.offset-logo img {
    width: 100%;
}

.offset-button {
    margin-top: 40px;
}

@media (min-width: 576px) {
    .offset-button {
        display: none;
    }
}

.offset-widget-box {
    margin-top: 40px;
}

    .offset-widget-box .title {
        font-size: 24px;
        line-height: 1.33;
        margin-bottom: 15px;
    }

@media only screen and (max-width: 1919px) {
    .offset-widget-box .title {
        margin-bottom: 22px;
    }
}

.offset-widget-box .contact-meta > *:not(:first-child) {
    margin-top: 16px;
}

.offset-widget-box .contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

    .offset-widget-box .contact-item span {
        color: var(--bs-primary);
        font-weight: 500;
    }

        .offset-widget-box .contact-item span a:hover {
            color: var(--bs-secondary);
        }

    .offset-widget-box .contact-item .icon {
        width: 40px;
        min-width: 40px;
        height: 40px;
        display: inline-flex;
        border: 1px solid var(--bs-primary);
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        color: var(--bs-primary);
    }

/* mean menu customize */
.mobile-menu {
    margin-top: 40px;
}

    .mobile-menu.mean-container .mean-nav > ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
        display: block !important;
    }

        .mobile-menu.mean-container .mean-nav > ul > li:last-child > a {
            border-bottom: 1px solid var(--border);
        }

    .mobile-menu.mean-container .mean-nav {
        background: none;
        margin-top: 0;
    }

        .mobile-menu.mean-container .mean-nav .new {
            font-size: 10px;
            font-weight: 600;
            background: #FFA38E;
            color: var(--bs-black-2);
            padding: 3px 7px;
            line-height: 1;
            display: flex;
            align-items: center;
            border-radius: 2px;
        }

        .mobile-menu.mean-container .mean-nav ul li a {
            width: 100%;
            padding: 15px 0;
            padding-inline-start: 0px;
            font-weight: 500;
            font-size: 18px;
            line-height: 1;
            color: var(--bs-primary);
            text-transform: capitalize;
            border-top: 1px solid var(--border);
            display: flex;
            gap: 8px;
            justify-content: flex-start;
            align-items: center;
            outline: none;
            transform: translateY(var(--y)) translateZ(0);
            transition: transform 0.4s ease, box-shadow 0.4s ease;
            box-sizing: border-box;
            opacity: 1;
        }

@media only screen and (max-width: 767px) {
    .mobile-menu.mean-container .mean-nav ul li a {
        font-size: 20px;
    }
}

.mobile-menu.mean-container .mean-nav ul li a:hover {
    color: var(--bs-secondary);
}

.mobile-menu.mean-container .mean-nav ul li a.mean-expand {
    width: 100%;
    height: 48px;
    justify-content: end;
    font-weight: 300;
    border: none !important;
    background: transparent;
    color: var(--bs-primary);
}

@media only screen and (max-width: 767px) {
    .mobile-menu.mean-container .mean-nav ul li a.mean-expand {
        height: 50px;
    }
}

.mobile-menu.mean-container .mean-nav ul li a.mean-expand:hover {
    opacity: 1;
}

.mobile-menu.mean-container .mean-nav ul li li:first-child {
    border-top: 1px solid var(--border);
}

.mobile-menu.mean-container .mean-nav ul li li a {
    font-size: 16px;
    text-transform: capitalize;
    border-top: none !important;
    padding: 12px 0;
    padding-inline-start: 15px;
}

    .mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
        height: 58px;
    }

@media only screen and (max-width: 991px) {
    .mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
        height: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
        height: 22px;
    }
}

.mobile-menu.mean-container .mean-nav ul li li li:last-child {
    border-bottom: 1px solid var(--border);
}

.mobile-menu.mean-container .mean-nav ul li li li a {
    padding-left: 40px;
}

.mobile-menu.mean-container .mean-bar {
    padding: 0;
    background: none;
    max-height: auto;
    overflow-y: scroll;
}

    .mobile-menu.mean-container .mean-bar::-webkit-scrollbar {
        width: 0;
    }

.mobile-menu.mean-container a.meanmenu-reveal {
    display: none !important;
}

/*----------------------------------------*/
/*  10.4 Cursor Styles  */
/*----------------------------------------*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
.cb-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    contain: layout style size;
    pointer-events: none;
    will-change: transform;
    transition: opacity 0.3s, color 0.4s;
}

    .cb-cursor:before {
        content: "";
        position: absolute;
        top: -24px;
        left: -24px;
        width: 48px;
        height: 48px;
        background: transparent;
        border-radius: 500px;
        transform: scale(0);
        transition: opacity 0.1s, transform 0.3s ease-in-out;
    }

.cb-cursor-text {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    letter-spacing: -0.01em;
    font-family: var(--font_bdogrotesk);
    opacity: 0;
    transform: scale(0) rotate(10deg);
    transition: opacity 0.4s, transform 0.3s;
    color: #000;
}

/* Exclusion and Blending Modes */
@supports (mix-blend-mode: exclusion) {
    .cb-cursor.-exclusion,
    .cb-cursor.-opaque {
        mix-blend-mode: exclusion;
    }

        .cb-cursor.-exclusion:before,
        .cb-cursor.-opaque:before {
            background: --bs-white;
        }
}

.cb-cursor.-normal,
.cb-cursor.-text {
    mix-blend-mode: normal;
}

    .cb-cursor.-normal:before,
    .cb-cursor.-text:before {
        background: currentColor;
    }

.cb-cursor.-inverse {
    color: --bs-white;
}

/* Cursor Visibility and Transformations */
.cb-cursor.-visible:before {
    transform: scale(0.2);
}

.cb-cursor.-visible.-active:before {
    transform: scale(0.23);
    transition-duration: 0.2s;
}

.cb-cursor.-pointer:before {
    transform: scale(0);
}

.cb-cursor.-text .cb-cursor-text {
    opacity: 1;
    transform: scale(1);
}

.cb-cursor.-text.-active:before {
    transform: scale(1.6);
    transition-duration: 0.2s;
}

.cb-cursor.all-element:before {
    transform: scale(1.6);
    opacity: 0.2;
    transition-duration: 0.2s;
}

.cb-cursor.-opaque:before {
    transform: scale(1.32);
}

.cb-cursor.-text:before {
    background: #fff;
    opacity: 1;
    backdrop-filter: blur(10px);
    transform: scale(3);
}

.cb-cursor.-opaque.-active:before {
    transform: scale(1.2);
}

.cb-cursor.-lg:before {
    transform: scale(2);
}

.cb-cursor.-hidden:before {
    transform: scale(0);
}

.scroll__down {
    display: flex;
    gap: 20px;
    align-items: center;
}

    .scroll__down p {
        font-weight: 500;
        font-size: 14px;
        line-height: 1.9;
        text-transform: uppercase;
        color: var(--bs-white);
    }

    .scroll__down span {
        width: 66px;
        height: 106px;
        border: 1px solid var(--bs-black);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 89px;
    }

        .scroll__down span i {
            color: var(--bs-white);
        }

.scroll__down-wrapper {
    height: 425px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1399px) {
    .scroll__down-wrapper {
        height: 380px;
    }
}

@media only screen and (max-width: 1199px) {
    .scroll__down-wrapper {
        height: 350px;
    }
}

@media only screen and (max-width: 767px) {
    .scroll__down-wrapper {
        height: auto;
        padding: 40px 0;
    }
}

.scroll-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 15px;
    bottom: 0px;
    z-index: 9999;
    background: var(--bs-white);
    border-radius: 100px;
    mix-blend-mode: exclusion;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

    .scroll-top.showed {
        opacity: 1;
        visibility: visible;
        bottom: 20px;
    }

.progress-wrap {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100px);
    transition: all 300ms linear;
}

    .progress-wrap.active-progress {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        mix-blend-mode: exclusion;
        background-color: var(--bs-black);
    }

    .progress-wrap::after {
        position: absolute;
        content: "\f062";
        font: var(--fa-font-solid);
        text-align: center;
        line-height: 46px;
        font-size: 20px;
        color: var(--bs-primary);
        left: 0;
        top: 0;
        height: 46px;
        width: 46px;
        cursor: pointer;
        display: block;
        z-index: 1;
        transition: all 200ms linear;
        border-radius: 50px;
    }

    .progress-wrap svg path {
        fill: var(--bs-black-6);
    }

    .progress-wrap svg.progress-circle path {
        fill: var(--bs-white);
        stroke: transparent;
        stroke-width: 5;
        box-sizing: border-box;
        transition: all 200ms linear;
    }

.light .scroll__down p {
    color: var(--bs-black);
}

.light .scroll__down span {
    border-color: var(----bs-white-3);
}

    .light .scroll__down span i {
        color: var(--bs-black);
    }

.light.go-top-writer {
    color: var(--bs-black);
    background-color: transparent;
    background-image: url(../imgs/writer/go-top-light.html);
}

.light.progress-wrap {
    margin: 0;
    background-color: transparent;
}

    .light.progress-wrap svg path {
        fill: var(--bs-black);
    }

    .light.progress-wrap::after {
        color: var(--bs-white);
    }

.hero__inner {
    padding-top: 196px;
    padding-bottom: 160px;
}

@media only screen and (max-width: 1919px) {
    .hero__inner {
        padding-top: 160px;
    }
}

@media only screen and (max-width: 1399px) {
    .hero__inner {
        padding-top: 130px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero__inner {
        padding-top: 110px;
    }
}

@media only screen and (max-width: 991px) {
    .hero__inner {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .hero__inner {
        padding-top: 80px;
    }
}

.hero__content {
    position: relative;
}

    .hero__content .hero-title {
        font-weight: 800;
        font-size: 180px;
        line-height: 200px;
        text-transform: uppercase;
    }

@media only screen and (max-width: 1919px) {
    .hero__content .hero-title {
        font-size: 150px;
        line-height: 170px;
    }
}

@media only screen and (max-width: 1399px) {
    .hero__content .hero-title {
        font-size: 130px;
        line-height: 150px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero__content .hero-title {
        font-size: 120px;
        line-height: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .hero__content .hero-title {
        font-size: 90px;
        line-height: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .hero__content .hero-title {
        font-size: 65px;
        line-height: 80px;
    }
}

@media (max-width: 575px) {
    .hero__content .hero-title {
        font-size: 50px;
        line-height: 60px;
    }
}

.hero__content .hero-title .des {
    font-size: 20px;
    font-weight: 500;
    max-width: 433px;
    line-height: 30px;
    font-style: normal;
    text-indent: 162px;
    display: inline-block;
    text-transform: math-auto;
    font-family: var(--font_dmsans);
    transform: translatey(-15%);
    margin-left: 90px;
}

@media only screen and (max-width: 1919px) {
    .hero__content .hero-title .des {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1399px) {
    .hero__content .hero-title .des {
        font-size: 18px;
        max-width: 380px;
        line-height: 26px;
        text-indent: 100px;
        transform: translatey(0%);
    }
}

@media only screen and (max-width: 991px) {
    .hero__content .hero-title .des {
        max-width: 460px;
        text-indent: 80px;
    }
}

@media (max-width: 575px) {
    .hero__content .hero-title .des {
        max-width: 100%;
        text-indent: 0px;
        margin: 20px 0px;
    }
}

.hero__content .hero-title .arrow {
    margin-left: 98px;
}

@media only screen and (max-width: 1919px) {
    .hero__content .hero-title .arrow {
        margin-left: 0;
        max-width: 110px;
    }
}

@media only screen and (max-width: 1399px) {
    .hero__content .hero-title .arrow {
        max-width: 90px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero__content .hero-title .arrow {
        max-width: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .hero__content .hero-title .arrow {
        max-width: 50px;
    }
}

@media (max-width: 575px) {
    .hero__content .hero-title .arrow {
        max-width: 40px;
    }
}

@media only screen and (max-width: 1919px) {
    .hero__content .hero-title .circle {
        max-width: 190px;
    }
}

@media only screen and (max-width: 1399px) {
    .hero__content .hero-title .circle {
        max-width: 165px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero__content .hero-title .circle {
        max-width: 122px;
    }
}

@media only screen and (max-width: 767px) {
    .hero__content .hero-title .circle {
        max-width: 80px;
    }
}

.hero__featured {
    right: 0;
    top: 230px;
    padding: 20px;
    max-width: 515px;
    position: absolute;
    border-radius: 10px;
    background: var(--bs-white);
}

@media only screen and (max-width: 1919px) {
    .hero__featured {
        max-width: 430px;
    }
}

@media only screen and (max-width: 1399px) {
    .hero__featured {
        max-width: 370px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero__featured {
        position: inherit;
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .hero__featured {
        padding: 10px;
    }
}

.hero__featured__item img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero__featured__bottom {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .hero__featured__bottom {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.hero__featured__bottom .title {
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    color: var(--bs-primary);
}

@media only screen and (max-width: 1399px) {
    .hero__featured__bottom .title {
        font-size: 20px;
        line-height: 30px;
    }
}

.hero__featured__arrow {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.hero__featured__prev, .hero__featured__next {
    width: 62px;
    height: 32px;
    background: #e5e0d0;
    display: flex;
    align-items: center;
    border-radius: 80px;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

    .hero__featured__prev:hover, .hero__featured__next:hover {
        background: var(--bs-action);
        ;
    }

.hero-video__wrapper {
    justify-content: space-between;
    display: flex;
}

@media (max-width: 575px) {
    .hero-video__wrapper {
        flex-wrap: wrap;
    }
}

.hero-video__wrapper .hero__play {
    width: 285px;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .hero-video__wrapper .hero__play {
        width: 100%;
    }
}

.hero-video__wrapper .hero__play .popup-video {
    width: 156px;
    height: 100%;
    display: flex;
    min-width: 156px;
    align-items: center;
    background: var(--bs-action);
    justify-content: center;
}

@media (max-width: 575px) {
    .hero-video__wrapper .hero__play .popup-video {
        height: 50px;
        width: 100%;
        min-width: 100%;
    }
}

.hero-video__wrapper .hero__play .popup-video.has--play {
    font-size: 18px;
    font-weight: 700;
    background: var(--bs-white);
}

@media only screen and (max-width: 767px) {
    .hero-video__wrapper .hero__play .popup-video.has--play {
        font-size: 16px;
        width: 100%;
        min-width: 100%;
        justify-content: flex-start;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-video__wrapper .hero__play .popup-video {
        min-width: 110px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-video__wrapper .hero__play .popup-video {
        width: 90px;
        min-width: 90px;
    }
}

.hero-video__wrapper .work {
    width: 100%;
    padding-left: 75px;
    padding-right: 210px;
    padding-top: 47px;
    padding-bottom: 47px;
    background-color: #3b4eff;
}

@media only screen and (max-width: 1199px) {
    .hero-video__wrapper .work {
        padding-left: 50px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-video__wrapper .work {
        padding-left: 20px;
        padding-right: 0;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-video__wrapper .work {
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.hero-video__wrapper .work a {
    font-size: 18px;
    font-weight: 700;
    position: relative;
}

    .hero-video__wrapper .work a::before {
        left: 0;
        bottom: 0;
        height: 1px;
        content: "";
        width: 100%;
        position: absolute;
        transition: all 0.3s;
        background-color: currentColor;
    }

    .hero-video__wrapper .work a:hover {
        color: var(--bs-white);
    }

        .hero-video__wrapper .work a:hover::before {
            width: 0;
        }

.hero-video__wrapper .play {
    width: 100%;
    padding-top: 47px;
    padding-bottom: 47px;
    padding-right: 75px;
    text-align: right;
    background: var(--bs-white);
}

@media only screen and (max-width: 1199px) {
    .hero-video__wrapper .play {
        padding-right: 50px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-video__wrapper .play {
        padding-right: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-video__wrapper .play {
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .hero-video__wrapper .play {
        text-align-last: left;
        padding-left: 20px;
    }
}

.hero-video__wrapper .play a {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    color: var(--bs-black);
}

    .hero-video__wrapper .play a::before {
        left: 0;
        bottom: 0;
        height: 1px;
        content: "";
        width: 100%;
        position: absolute;
        transition: all 0.3s;
        background-color: currentColor;
    }

    .hero-video__wrapper .play a:hover {
        color: var(--bs-black);
    }

        .hero-video__wrapper .play a:hover::before {
            width: 0;
        }

/* header area style  */
.header-area {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
}

.header-area__inner {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    height: 80px;
}

@media only screen and (max-width: 1199px) {
    .header-area__inner {
        height: 70px;
        gap: 10px;
    }
}

.header-area__inner > *:nth-child(1) {
    margin-inline-end: auto;
}

.header__logo .normal-logo {
    width: 200px;
}

@media (max-width: 575px) {
    .header-area .header__logo img {
        max-width: 150px;
    }
}

.header-area .header__nav {
    display: flex;
    align-items: center;
    border-radius: 90px;
    padding-right: 30px;
    backdrop-filter: blur(17.5px);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0px -8px 10px rgba(0, 0, 0, 0.25), inset 0px 8px 10px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 1199px) {
    .header-area .header__nav {
        background: none;
        border: none;
    }
}

.header-area .main-menu li a {
    font-size: 16px;
    font-weight: 400;
    padding: 15px 28px;
}

    .header-area .main-menu li a:hover {
        color: var(--bs-action);
        ;
    }

.header-area .side-toggle {
    height: 24px;
}

    .header-area .side-toggle .bar-icon {
        width: 50px;
        height: 10px;
    }

@media (max-width: 575px) {
    .header-area .side-toggle .bar-icon {
        width: 30px;
    }
}

.header-area .side-toggle .bar-icon span {
    height: 2px;
    border-radius: 500px;
    background-color: var(--bs-white);
}

/* header area style  */
.header-area-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

    .header-area-2 .container {
        max-width: 1800px;
    }

.header-area-2__inner {
    gap: 30px;
    width: 100%;
    height: 100px;
    margin-top: 30px;
    align-items: center;
    position: relative;
    border-radius: 10px;
    display: inline-flex;
    padding: 0 30px 0 30px;
    backdrop-filter: blur(5px);
    border: 1px solid #282828;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: inset -10px 0px 10px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 1199px) {
    .header-area-2__inner {
        display: flex;
    }
}

@media only screen and (max-width: 767px) {
    .header-area-2__inner {
        height: 70px;
    }
}

@media (max-width: 575px) {
    .header-area-2 .header__logo img {
        width: 100px;
    }
}

.header-area-2 .main-menu li.menu-item-has-children > a:after {
    content: "";
    top: 0%;
    right: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(../img/icon/arrow.svg);
}

@media only screen and (max-width: 1399px) {
    .header-area-2 .main-menu li.menu-item-has-children > a:after {
        right: 0;
    }
}

.header-area-2 .main-menu li a {
    font-weight: 600;
    padding: 15px 28px;
    font-size: 16px;
    line-height: 19px;
    color: var(--bs-white);
    text-transform: uppercase;
    font-family: var(--font_brico);
}

@media only screen and (max-width: 1399px) {
    .header-area-2 .main-menu li a {
        padding: 15px 16px;
    }
}

.header-area-2 .main-menu li a:hover {
    color: var(--bs-action);
    ;
}

.header-area-2 .search-icon {
    color: var(--bs-primary);
}

@media only screen and (max-width: 1199px) {
    .header-area-2 .header__button {
        margin-left: auto;
    }
}

@media only screen and (max-width: 767px) {
    .header-area-2 .header__button {
        display: none;
    }
}

.header-area-2 .header__navicon {
    margin-left: auto;
}

@media only screen and (max-width: 1199px) {
    .header-area-2 .header__navicon {
        margin-left: inherit;
    }
}

.header-area-2 .header__navicon i {
    font-size: 22px;
    color: var(--bs-white);
}

.bar-icon {
    width: 50px;
    height: 10px;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    display: flex;
    transition: color 0.2s ease-out;
}

    .bar-icon span {
        width: 100%;
        height: 2px;
        background: var(--bs-white);
        display: inline-block;
        transition: color 0.2s ease-out;
    }

        .bar-icon span:nth-child(2) {
            margin-left: 0px;
        }

    .bar-icon:hover span {
        animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
    }

        .bar-icon:hover span:nth-child(2) {
            margin-left: 0px;
            animation-delay: 0.1s;
        }

        .bar-icon:hover span:nth-child(3) {
            animation-delay: 0.2s;
        }

    .bar-icon.is-black span {
        background: var(--bs-white);
    }

    .bar-icon.is---bs-white span {
        background: var(--bs-white);
    }

@keyframes qode-draw {
    0%, 100% {
        -webkit-clip-path: inset(-2px 0);
        clip-path: inset(-2px 0);
    }

    42% {
        -webkit-clip-path: inset(-2px 0 -2px 100%);
        clip-path: inset(-2px 0 -2px 100%);
    }

    43% {
        -webkit-clip-path: inset(-2px 100% -2px 0);
        clip-path: inset(-2px 100% -2px 0);
    }
}
/* footer area style  */
.footer-area .footer-top-inner {
    display: flex;
    padding-top: 90px;
    padding-bottom: 90px;
    justify-content: space-between;
    gap: 20px;
}

@media only screen and (max-width: 1199px) {
    .footer-area .footer-top-inner {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-top-inner {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.footer-area .footer-top-inner .text p {
    max-width: 240px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
}

.footer-area .footer-top-inner .footer-socail ul {
    gap: 38px;
    display: flex;
    align-items: center;
    padding-bottom: 90px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1399px) {
    .footer-area .footer-top-inner .footer-socail ul {
        padding-bottom: 50px;
        gap: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer-area .footer-top-inner .footer-socail ul {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .footer-area .footer-top-inner .footer-socail ul {
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .footer-area .footer-top-inner .footer-socail ul {
        gap: 5px 20px;
    }
}

.footer-area .footer-top-inner .footer-socail ul li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--bs-white);
    text-transform: uppercase;
}

    .footer-area .footer-top-inner .footer-socail ul li a:hover {
        color: var(--bs-action);
        ;
    }

.footer-area .footer-top-inner .info-link {
    margin-top: 45px;
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1399px) {
    .footer-area .footer-top-inner .info-link {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer-area .footer-top-inner .info-link {
        padding-bottom: 30px;
    }
}

.footer-area .footer-top-inner .info-link a {
    font-weight: 500;
    font-size: 90px;
    color: var(--bs-white);
    line-height: 90px;
    font-family: var(--font_brico);
}

@media only screen and (max-width: 1399px) {
    .footer-area .footer-top-inner .info-link a {
        font-size: 80px;
        line-height: 80px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer-area .footer-top-inner .info-link a {
        font-size: 70px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-top-inner .info-link a {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (max-width: 575px) {
    .footer-area .footer-top-inner .info-link a {
        font-size: 33px;
        line-height: 33px;
    }
}

.footer-area .footer-top-inner .info-link a:hover {
    color: var(--bs-action);
    ;
}

.footer-area .footer-widget-wrapper-box {
    padding-bottom: 90px;
}

@media only screen and (max-width: 991px) {
    .footer-area .footer-widget-wrapper-box {
        padding-bottom: 60px;
    }
}

.footer-area .footer-widget-wrapper {
    display: grid;
    gap: 30px 168px;
    grid-template-columns: 1fr auto auto auto;
    justify-content: space-between;
}

@media only screen and (max-width: 1919px) {
    .footer-area .footer-widget-wrapper {
        gap: 30px 100px;
    }
}

@media only screen and (max-width: 1399px) {
    .footer-area .footer-widget-wrapper {
        gap: 30px 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer-area .footer-widget-wrapper {
        gap: 30px;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-widget-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575px) {
    .footer-area .footer-widget-wrapper {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 1199px) {
    .footer-area .footer-widget-wrapper > *:nth-child(1) {
        grid-column: span 3;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-widget-wrapper > *:nth-child(1) {
        grid-column: span 2;
    }
}

@media (max-width: 575px) {
    .footer-area .footer-widget-wrapper > *:nth-child(1) {
        grid-column: auto;
    }
}

.footer-area .footer-widget-box .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 25px;
    color: var(--bs-white);
    font-family: var(--font_brico);
    margin-bottom: 48px;
}

@media only screen and (max-width: 1199px) {
    .footer-area .footer-widget-box .title {
        margin-bottom: 30px;
    }
}

.footer-area .footer-widget-box.let-talk {
    padding: 30px;
    max-width: 540px;
    border-radius: 10px;
    background: var(--bs-white);
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-widget-box.let-talk {
        max-width: 100%;
    }
}

.footer-area .footer-widget-box.let-talk .let-talk-title {
    display: flex;
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
    align-items: center;
    margin-bottom: 100px;
    color: var(--bs-primary);
    justify-content: space-between;
}

@media only screen and (max-width: 1399px) {
    .footer-area .footer-widget-box.let-talk .let-talk-title {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-widget-box.let-talk .let-talk-title {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .footer-area .footer-widget-box.let-talk .let-talk-title {
        font-size: 35px;
        line-height: 50px;
    }
}

.footer-area .footer-widget-box.let-talk .let-talk-title a {
    width: 70px;
    height: 70px;
    display: flex;
    font-size: 22px;
    align-items: center;
    border-radius: 500px;
    color: var(--bs-primary);
    justify-content: center;
    background-color: var(--bs-action);
    ;
}

@media (max-width: 575px) {
    .footer-area .footer-widget-box.let-talk .let-talk-title a {
        width: 50px;
        height: 50px;
    }
}

.footer-area .footer-widget-box.let-talk p {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: var(--bs-primary);
    font-family: var(--font_brico);
}

@media (max-width: 575px) {
    .footer-area .footer-widget-box.let-talk p {
        font-size: 25px;
        line-height: 30px;
    }
}

.footer-area .footer-nav-list li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-area .footer-nav-list li a {
    color: #aaaaaa;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

    .footer-area .footer-nav-list li a:hover {
        color: var(--bs-action);
        ;
    }

.footer-area .copyright-area-inner {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 37px 0;
}

.footer-area .copyright-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

@media only screen and (max-width: 767px) {
    .footer-area .copyright-text {
        flex-wrap: wrap;
    }
}

.footer-area .copyright-text .text {
    font-size: 18px;
    line-height: 28px;
    color: var(--bs-white);
}

    .footer-area .copyright-text .text a:hover {
        color: var(--bs-action);
        ;
    }

.footer-area .copyright-text .back {
    font-size: 18px;
    color: var(--bs-white);
    text-decoration: underline;
    text-transform: uppercase;
}

    .footer-area .copyright-text .back:hover {
        color: var(--bs-action);
        ;
    }

.footer-area .footer-bottom {
    background: var(--bs-action);
    ;
    margin-bottom: -60px;
}

@media (max-width: 575px) {
    .footer-area .footer-bottom {
        margin-bottom: -30px;
    }
}

.footer-area .footer-bottom-title {
    white-space: nowrap;
    font-weight: 800;
    font-size: 500px;
    line-height: 350px;
    color: var(--bs-primary);
    text-align: center;
    margin-left: -15px;
    letter-spacing: 16px;
}

@media only screen and (max-width: 1919px) {
    .footer-area .footer-bottom-title {
        font-size: 288px;
        line-height: 350px;
        margin-left: -7px;
        letter-spacing: 0px;
    }
}

@media only screen and (max-width: 1399px) {
    .footer-area .footer-bottom-title {
        font-size: 240px;
        line-height: 279px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer-area .footer-bottom-title {
        font-size: 198px;
        line-height: 253px;
    }
}

@media only screen and (max-width: 991px) {
    .footer-area .footer-bottom-title {
        font-size: 154px;
        line-height: 225px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-bottom-title {
        font-size: 115px;
        line-height: 197px;
        margin-left: -2px;
    }
}

@media (max-width: 575px) {
    .footer-area .footer-bottom-title {
        font-size: 60px;
        line-height: 100px;
        margin-left: -2px;
    }
}

/* footer-2 area style  */
.footer-area-2 .footer-bg {
    background-size: cover;
}

.footer-area-2 .footer-top-inner {
    display: flex;
    padding-top: 90px;
    padding-bottom: 90px;
    justify-content: space-between;
    gap: 20px;
}

@media only screen and (max-width: 1199px) {
    .footer-area-2 .footer-top-inner {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area-2 .footer-top-inner {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.footer-area-2 .footer-top-inner .text p {
    max-width: 240px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
}

.footer-area-2 .footer-top-inner .info-link {
    margin-top: 45px;
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1399px) {
    .footer-area-2 .footer-top-inner .info-link {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer-area-2 .footer-top-inner .info-link {
        padding-bottom: 30px;
    }
}

.footer-area-2 .footer-top-inner .info-link a {
    font-weight: 500;
    font-size: 90px;
    color: var(--bs-white);
    line-height: 90px;
    font-family: var(--font_brico);
}

@media only screen and (max-width: 1399px) {
    .footer-area-2 .footer-top-inner .info-link a {
        font-size: 80px;
        line-height: 80px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer-area-2 .footer-top-inner .info-link a {
        font-size: 70px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area-2 .footer-top-inner .info-link a {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (max-width: 575px) {
    .footer-area-2 .footer-top-inner .info-link a {
        font-size: 33px;
        line-height: 33px;
    }
}

.footer-area-2 .footer-top-inner .info-link a:hover {
    color: var(--bs-action);
    ;
}

.footer-area-2 .footer-widget-wrapper {
    display: grid;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    grid-template-columns: 450px 340px 308px 317px auto;
}

@media only screen and (max-width: 1919px) {
    .footer-area-2 .footer-widget-wrapper {
        grid-template-columns: 380px 240px 220px 220px auto;
    }
}

@media only screen and (max-width: 1399px) {
    .footer-area-2 .footer-widget-wrapper {
        grid-template-columns: 300px 225px 180px 190px auto;
    }
}

@media only screen and (max-width: 1199px) {
    .footer-area-2 .footer-widget-wrapper {
        grid-template-columns: auto auto auto;
        padding-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area-2 .footer-widget-wrapper {
        grid-template-columns: auto auto;
    }
}

@media (max-width: 575px) {
    .footer-area-2 .footer-widget-wrapper {
        grid-template-columns: auto;
    }
}

.footer-area-2 .footer-widget-wrapper > * {
    padding-top: 78px;
    padding-left: 90px;
    padding-bottom: 90px;
}

@media only screen and (max-width: 1919px) {
    .footer-area-2 .footer-widget-wrapper > * {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer-area-2 .footer-widget-wrapper > * {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area-2 .footer-widget-wrapper > * {
        padding-bottom: 50px;
    }
}

.footer-area-2 .footer-widget-wrapper > *:nth-child(1) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 0;
    padding-right: 90px;
}

@media only screen and (max-width: 1919px) {
    .footer-area-2 .footer-widget-wrapper > *:nth-child(1) {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer-area-2 .footer-widget-wrapper > *:nth-child(1) {
        grid-column: span 2;
        padding-right: 30px;
        border-right: none;
    }
}

@media (max-width: 575px) {
    .footer-area-2 .footer-widget-wrapper > *:nth-child(1) {
        grid-column: auto;
        padding-right: 0px;
    }
}

.footer-area-2 .footer-widget-wrapper > *:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1199px) {
    .footer-area-2 .footer-widget-wrapper > *:nth-child(2) {
        border-right: none;
    }
}

.footer-area-2 .footer-widget-wrapper > *:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1199px) {
    .footer-area-2 .footer-widget-wrapper > *:nth-child(3) {
        border-right: none;
    }
}

.footer-area-2 .footer-widget-wrapper > *:nth-child(4) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1199px) {
    .footer-area-2 .footer-widget-wrapper > *:nth-child(4) {
        border-right: none;
    }
}

.footer-area-2 .footer-widget-box .title {
    font-weight: 600;
    font-size: 30px;
    line-height: 25px;
    color: var(--bs-white);
    font-family: var(--font_brico);
    margin-bottom: 48px;
}

@media only screen and (max-width: 1199px) {
    .footer-area-2 .footer-widget-box .title {
        margin-bottom: 30px;
    }
}

.footer-area-2 .content .logo {
    display: inline-block;
    margin-bottom: 45px;
}

@media only screen and (max-width: 1199px) {
    .footer-area-2 .content .logo {
        margin-bottom: 30px;
    }
}

.footer-area-2 .content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    max-width: 350px;
    color: #aaaaaa;
}

@media only screen and (max-width: 1199px) {
    .footer-area-2 .content p {
        max-width: 100%;
    }
}

.footer-area-2 .footer-socail li:not(:last-child) {
    margin-bottom: 17px;
}

.footer-area-2 .footer-socail li a {
    color: #aaaaaa;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
}

    .footer-area-2 .footer-socail li a:hover {
        color: var(--bs-action);
        ;
    }

.footer-area-2 .footer-nav-list li:not(:last-child) {
    margin-bottom: 17px;
}

.footer-area-2 .footer-nav-list li a {
    color: #aaaaaa;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

    .footer-area-2 .footer-nav-list li a:hover {
        color: var(--bs-action);
        ;
    }

.footer-area-2 .copyright-text {
    padding: 35px 0;
}

    .footer-area-2 .copyright-text .text {
        font-size: 18px;
        line-height: 28px;
        color: var(--bs-white);
        text-align: center;
    }

        .footer-area-2 .copyright-text .text a:hover {
            color: var(--bs-action);
            ;
        }

.footer-cta {
    padding-top: 120px;
    padding-bottom: 90px;
}

@media only screen and (max-width: 1399px) {
    .footer-cta {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer-cta {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .footer-cta {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.footer-cta .footer-cta-title {
    font-weight: 700;
    font-size: 140px;
    line-height: 150px;
    text-align: center;
    text-transform: uppercase;
    background: url(../img/footer/text-shape.png) no-repeat center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: --bs-white;
    background-position: 50% 80%;
    letter-spacing: 12px;
}

@media only screen and (max-width: 1919px) {
    .footer-cta .footer-cta-title {
        font-size: 130px;
        line-height: 130px;
    }
}

@media only screen and (max-width: 1399px) {
    .footer-cta .footer-cta-title {
        font-size: 110px;
        line-height: 110px;
        letter-spacing: 8px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer-cta .footer-cta-title {
        font-size: 90px;
        line-height: 100px;
        letter-spacing: 6px;
    }
}

@media only screen and (max-width: 991px) {
    .footer-cta .footer-cta-title {
        font-size: 68px;
        line-height: 78px;
        letter-spacing: 3px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-cta .footer-cta-title {
        font-size: 50px;
        line-height: 60px;
        letter-spacing: 0px;
    }
}

@media (max-width: 575px) {
    .footer-cta .footer-cta-title {
        font-size: 30px;
        line-height: 45px;
    }
}

.cta__content {
    max-width: 804px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

    .cta__content .title {
        font-weight: 800;
        font-size: 100px;
        line-height: 100px;
        font-style: normal;
        text-align: center;
        margin-bottom: 35px;
        color: var(--bs-primary);
        text-transform: uppercase;
    }

@media only screen and (max-width: 1199px) {
    .cta__content .title {
        font-size: 80px;
        line-height: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .cta__content .title {
        font-size: 61px;
        line-height: 61px;
    }
}

@media only screen and (max-width: 767px) {
    .cta__content .title {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (max-width: 575px) {
    .cta__content .title {
        font-size: 33px;
        line-height: 38px;
    }
}

.cta__content .title span {
    color: var(----bs-blue);
}

.blog .section__wrapper {
    margin-bottom: 90px;
}

@media only screen and (max-width: 991px) {
    .blog .section__wrapper {
        margin-bottom: 60px;
    }
}

.blog__item {
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

    .blog__item:hover .blog-media img {
        transform: scale(1.1);
    }

.blog-media {
    overflow: hidden;
}

    .blog-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s;
    }

.blog-meta__list {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 25px;
    margin-bottom: 25px;
    margin-top: 25px;
}

    .blog-meta__list li {
        font-weight: 500;
        font-size: 16px;
        color: #aaaaaa;
        line-height: 26px;
        text-transform: uppercase;
    }

.blog-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    font-style: normal;
    margin-bottom: 60px;
}

@media only screen and (max-width: 1399px) {
    .blog-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .blog-title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}

.blog-title a:hover {
    color: var(--bs-action);
    ;
}

.blog .read-more {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--bs-white);
    align-items: center;
    transition: all 0.3s;
    text-transform: uppercase;
    justify-content: space-between;
}

    .blog .read-more span {
        width: 50px;
        height: 50px;
        display: flex;
        font-size: 15px;
        color: var(--bs-black);
        align-items: center;
        transition: all 0.3s;
        background: var(--bs-white);
        justify-content: center;
    }

@media (max-width: 575px) {
    .blog .read-more span {
        width: 40px;
        height: 40px;
    }
}

.blog .read-more:hover {
    color: var(--bs-action);
    ;
}

    .blog .read-more:hover span {
        background: var(--bs-action);
        ;
    }

.bottom-button {
    gap: 10px;
    margin-top: 60px;
    border-radius: 0px 0 10px 10px;
}

    .bottom-button a {
        font-family: "Bricolage Grotesque";
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        color: #ffffff;
        border: 1px solid rgba(255, 255, 255, 0.1);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 56px;
        height: 56px;
        border-radius: 100px;
        transition: all 0.3s ease-in-out;
    }

        .bottom-button a:hover {
            background: #c4f000;
            color: #161616;
        }

.brand-slide .brand-slide__active .swiper-wrapper {
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: space-between;
    transition-timing-function: linear;
}

    .brand-slide .brand-slide__active .swiper-wrapper .swiper-slide {
        width: auto;
    }

.brand-slide__item {
    width: 270px;
    height: 270px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    background-color: #fbf7f0;
}

@media only screen and (max-width: 991px) {
    .brand-slide__item {
        width: 250px;
        height: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .brand-slide__item {
        width: 250px;
        height: 150px;
    }
}

.brand-slide__wrapper .title {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: var(--bs-black);
    margin-bottom: 60px;
}

.brand-slide-2 .brand-slide-2__active-2 .swiper-wrapper {
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: space-between;
    transition-timing-function: linear;
}

    .brand-slide-2 .brand-slide-2__active-2 .swiper-wrapper .swiper-slide {
        width: auto;
    }

.brand-slide-2__item {
    width: 330px;
    height: 330px;
    display: flex;
    align-items: center;
    border-radius: 500px;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 991px) {
    .brand-slide-2__item {
        width: 250px;
        height: 250px;
    }
}

@media only screen and (max-width: 767px) {
    .brand-slide-2__item {
        width: 250px;
        height: 250px;
    }
}

.testimonial .section__wrapper {
    margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
    .testimonial .section__wrapper {
        margin-bottom: 60px;
    }
}

.testimonial .section-sub__wrapper span {
    background-color: var(--bs-black);
}

.testimonial .section__wrap {
    display: block;
}

.testimonial .section-title {
    color: var(--bs-black);
}

@media only screen and (max-width: 991px) {
    .testimonial .section-title {
        font-size: 100px;
        line-height: 110px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial .section-title {
        font-size: 75px;
        line-height: 85px;
    }
}

@media (max-width: 575px) {
    .testimonial .section-title {
        font-size: 43px;
        line-height: 50px;
    }
}

.testimonial__inner {
    display: flex;
    align-items: center;
    gap: 30px;
}

.testimonial__wrapper {
    gap: 30px;
    height: 536px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .testimonial__wrapper {
        height: 500px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial__wrapper {
        height: 560px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial__wrapper {
        flex-direction: column;
        height: 100%;
    }
}

.testimonial__item {
    width: 140px;
    height: 100%;
    background: #fbf7f0;
    transition: width 0.5s;
    border-radius: 10px;
    display: flex;
    padding: 60px;
    overflow: hidden;
    gap: 175px;
}

@media only screen and (max-width: 1919px) {
    .testimonial__item {
        gap: 70px;
        width: 120px;
        padding: 40px;
    }
}

@media only screen and (max-width: 1399px) {
    .testimonial__item {
        gap: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .testimonial__item {
        width: 90px;
        padding: 30px 25px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial__item {
        width: 90px;
        padding: 30px 25px;
        gap: 20px;
        flex-direction: column;
    }
}

.testimonial__item.active {
    width: 1090px;
}

    .testimonial__item.active .testimonial__content {
        display: block;
    }

@media only screen and (max-width: 1919px) {
    .testimonial__item.active {
        width: 700px;
    }
}

@media only screen and (max-width: 1399px) {
    .testimonial__item.active {
        width: 550px;
    }
}

@media only screen and (max-width: 1199px) {
    .testimonial__item.active {
        width: 450px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial__item.active {
        width: 350px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial__item.active {
        width: 100%;
        height: 100%;
    }
}

.testimonial__number span {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    display: block;
    color: var(--bs-black);
}

.testimonial__content {
    display: none;
}

@media only screen and (max-width: 991px) {
    .testimonial__content img {
        width: 50px;
    }
}

.testimonial__content .des {
    font-weight: 500;
    font-size: 36px;
    line-height: 46px;
    color: var(--bs-black);
    font-family: var(--font_brico);
    margin-top: 45px;
    margin-bottom: 45px;
}

@media only screen and (max-width: 1919px) {
    .testimonial__content .des {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1399px) {
    .testimonial__content .des {
        font-size: 25px;
        line-height: 35px;
    }
}

@media only screen and (max-width: 1199px) {
    .testimonial__content .des {
        font-size: 20px;
        margin-top: 30px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}

.testimonial__author {
    display: flex;
    gap: 25px;
}

@media only screen and (max-width: 1199px) {
    .testimonial__author {
        display: block;
    }
}

.testimonial__author .media {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 500px;
}

    .testimonial__author .media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.testimonial__author h6 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 5px;
    color: var(--bs-black);
}

@media only screen and (max-width: 1199px) {
    .testimonial__author h6 {
        font-size: 30px;
        line-height: 40px;
    }
}

.testimonial__author p {
    font-size: 18px;
    font-weight: 500;
    color: var(--bs-black);
}

.testimonial__arrow {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

@media only screen and (max-width: 991px) {
    .testimonial__arrow {
        display: none;
    }
}

.testimonial__prev, .testimonial__next {
    width: 140px;
    height: 253px;
    background: #fbf7f0;
    display: flex;
    align-items: center;
    border-radius: 10px;
    font-size: 29px;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1399px) {
    .testimonial__prev, .testimonial__next {
        width: 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .testimonial__prev, .testimonial__next {
        height: 235px;
    }
}

.testimonial__prev:hover, .testimonial__next:hover {
    background: var(----bs-blue);
    color: var(--bs-white);
}

.about-us__inner {
    display: grid;
    grid-template-columns: 332px 1fr 318px;
}

@media only screen and (max-width: 1919px) {
    .about-us__inner {
        grid-template-columns: 200px 1fr 200px;
    }
}

@media only screen and (max-width: 1199px) {
    .about-us__inner {
        grid-template-columns: 1fr;
    }
}

.about-us__sub-title span {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    border-radius: 90px;
    background: var(--bs-white);
    color: var(--bs-primary);
    padding: 5px 26px;
    display: inline-block;
}

.about-us__content {
    max-width: 1115px;
}

@media only screen and (max-width: 1199px) {
    .about-us__content {
        margin-top: 30px;
        max-width: 100%;
        order: 2;
    }
}

.about-us__content p {
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    text-indent: 270px;
    color: var(--bs-black);
    margin-bottom: 35px;
    font-family: var(--font_brico);
}

@media only screen and (max-width: 1919px) {
    .about-us__content p {
        font-size: 37px;
        line-height: 50px;
        text-indent: 115px;
    }
}

@media only screen and (max-width: 1199px) {
    .about-us__content p {
        text-indent: 0;
    }
}

@media only screen and (max-width: 991px) {
    .about-us__content p {
        font-size: 30px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .about-us__content p {
        font-size: 22px;
        line-height: 35px;
    }
}

.about-us__date {
    margin-left: auto;
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    color: var(--bs-black);
}

@media only screen and (max-width: 1199px) {
    .about-us__date {
        margin-left: inherit;
        order: 1;
        margin-top: 20px;
    }
}

.about .about-inner {
    padding-top: 260px;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .about .about-inner {
        padding-top: 240px;
    }
}

@media only screen and (max-width: 767px) {
    .about .about-inner {
        padding-top: 180px;
    }
}

.about .shape {
    position: absolute;
    right: 132px;
}

@media only screen and (max-width: 991px) {
    .about .shape {
        right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .about .shape {
        display: none;
    }
}

.about-wrapper {
    gap: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

@media (max-width: 575px) {
    .about-wrapper {
        flex-wrap: wrap;
    }
}

.about-wrapper .about-client {
    display: flex;
    align-items: center;
}

    .about-wrapper .about-client img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        display: flex;
        border-radius: 500px;
        outline: 1px solid #fff;
    }

        .about-wrapper .about-client img:not(:first-child) {
            margin-left: -27px;
        }

.about-wrapper .about-text .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.about-wrapper .about-text p {
    font-size: 20px;
    line-height: 30px;
}

.about .title {
    font-size: 140px;
    line-height: 150px;
    font-weight: 700;
}

@media only screen and (max-width: 1919px) {
    .about .title {
        font-size: 120px;
        line-height: 130px;
    }
}

@media only screen and (max-width: 1399px) {
    .about .title {
        font-size: 95px;
        line-height: 110px;
    }
}

@media only screen and (max-width: 1199px) {
    .about .title {
        font-size: 70px;
        line-height: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .about .title {
        font-size: 55px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .about .title {
        font-size: 45px;
        line-height: 44px;
    }
}

@media (max-width: 575px) {
    .about .title {
        font-size: 35px;
        line-height: 44px;
    }
}

.about .about-media {
    position: relative;
    margin-top: 130px;
}

@media only screen and (max-width: 991px) {
    .about .about-media {
        margin-top: 50px;
    }
}

.about .about-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .about-media .about-info {
    padding: 45px;
    background: var(--bs-action);
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    top: -278px;
    right: 75px;
    width: 449px;
}

@media only screen and (max-width: 1919px) {
    .about .about-media .about-info {
        right: 50px;
        width: 400px;
    }
}

@media only screen and (max-width: 1199px) {
    .about .about-media .about-info {
        width: 360px;
        padding: 30px;
        top: -220px;
    }
}

@media only screen and (max-width: 991px) {
    .about .about-media .about-info {
        position: inherit;
        right: inherit;
        top: inherit;
        margin-bottom: 30px;
        margin-left: 30px;
    }
}

@media (max-width: 575px) {
    .about .about-media .about-info {
        width: 100%;
        margin-left: 0;
    }
}

.about .about-media .about-info .sub-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: var(--bs-black);
    margin-bottom: 15px;
}

.about .about-media .about-info .about-info-item {
    gap: 25px;
    display: flex;
    align-items: center;
    padding-top: 18px;
}

    .about .about-media .about-info .about-info-item:not(:last-child) {
        padding-bottom: 18px;
        border-bottom: 1px solid var(--bs-black);
    }

    .about .about-media .about-info .about-info-item:first-of-type {
        padding-top: 0;
    }

    .about .about-media .about-info .about-info-item h4 {
        font-size: 100px;
        font-weight: 700;
        line-height: 100px;
        color: var(--bs-black);
        font-family: var(--font_brico);
    }

        .about .about-media .about-info .about-info-item h4 .odometer.odometer-auto-theme,
        .about .about-media .about-info .about-info-item h4 .odometer.odometer-theme-default {
            font-family: var(--font_brico);
            line-height: 1;
        }

@media only screen and (max-width: 1919px) {
    .about .about-media .about-info .about-info-item h4 {
        font-size: 80px;
    }
}

@media only screen and (max-width: 1399px) {
    .about .about-media .about-info .about-info-item h4 {
        font-size: 70px;
    }
}

@media only screen and (max-width: 1199px) {
    .about .about-media .about-info .about-info-item h4 {
        font-size: 60px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .about .about-media .about-info .about-info-item h4 {
        font-size: 35px;
        line-height: 40px;
    }
}

.about .about-media .about-info .about-info-item p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: var(--bs-black);
    font-family: var(--font_brico);
}

@media (max-width: 575px) {
    .about .about-media .about-info .about-info-item p br {
        display: none;
    }
}

.portfolio .section__wrapper {
    margin-bottom: 60px;
}

.portfolio .section__bottom {
    gap: 40px;
    display: flex;
    margin-top: 5px;
    align-items: baseline;
}

@media only screen and (max-width: 991px) {
    .portfolio .section__bottom {
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 20px;
    }
}

.portfolio .section__bottom-title {
    font-style: normal;
    font-weight: 700;
    font-size: 200px;
    line-height: 200px;
    text-transform: uppercase;
    margin-left: auto;
}

@media only screen and (max-width: 1399px) {
    .portfolio .section__bottom-title {
        font-size: 170px;
        line-height: 170px;
    }
}

@media only screen and (max-width: 1199px) {
    .portfolio .section__bottom-title {
        font-size: 140px;
        line-height: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .portfolio .section__bottom-title {
        font-size: 120px;
        line-height: 130px;
        margin-left: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio .section__bottom-title {
        font-size: 100px;
        line-height: 110px;
    }
}

@media (max-width: 575px) {
    .portfolio .section__bottom-title {
        font-size: 60px;
        line-height: 75px;
    }
}

.portfolio .section__bottom-sub-title {
    font-size: 90px;
    margin-top: -11px;
    line-height: 90px;
    text-align: right;
    transform: translate(0px, -10px);
}

@media only screen and (max-width: 1199px) {
    .portfolio .section__bottom-sub-title {
        font-size: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .portfolio .section__bottom-sub-title {
        transform: translate(0px, 0px);
    }
}

@media (max-width: 575px) {
    .portfolio .section__bottom-sub-title {
        text-align: left;
        font-size: 40px;
        line-height: 50px;
    }
}

.portfolio-wrapper {
    display: grid;
    gap: 60px 60px;
    grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 1199px) {
    .portfolio-wrapper {
        gap: 40px 20px;
    }
}

@media only screen and (max-width: 991px) {
    .portfolio-wrapper {
        grid-template-columns: 1fr;
    }
}

.portfolio-wrapper > *.span-2 {
    grid-column: span 2;
}

@media only screen and (max-width: 991px) {
    .portfolio-wrapper > *.span-2 {
        grid-column: auto;
    }
}

.portfolio__item .thumb {
    overflow: hidden;
    position: relative;
}

    .portfolio__item .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .portfolio__item .thumb .tags {
        gap: 10px;
        top: 35px;
        right: 35px;
        padding: 6px 25px;
        position: absolute;
        align-items: center;
        border-radius: 90px;
        display: inline-flex;
        background: var(--bs-white);
    }

@media only screen and (max-width: 1199px) {
    .portfolio__item .thumb .tags {
        padding: 6px 20px;
    }
}

@media (max-width: 575px) {
    .portfolio__item .thumb .tags {
        gap: 0px 8px;
        top: inherit;
        right: inherit;
        flex-wrap: wrap;
        margin-top: 20px;
        position: inherit;
    }
}

.portfolio__item .thumb .tags li {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--bs-black);
}

@media only screen and (max-width: 1199px) {
    .portfolio__item .thumb .tags li {
        font-size: 16px;
    }
}

.portfolio__item .content {
    gap: 20px;
    display: flex;
    margin-top: 35px;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 991px) {
    .portfolio__item .content {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .portfolio__item .content {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.portfolio__item .content .title {
    font-size: 42px;
    line-height: 52px;
}

@media only screen and (max-width: 1199px) {
    .portfolio__item .content .title {
        font-size: 32px;
        line-height: 42px;
    }
}

@media (max-width: 575px) {
    .portfolio__item .content .title {
        font-size: 29px;
        line-height: 40px;
    }
}

.portfolio__item .content .date {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    padding: 6px 28px;
    border-radius: 500px;
    white-space: nowrap;
    display: inline-flex;
    background-color: var(--bs-white);
}

@media only screen and (max-width: 1199px) {
    .portfolio__item .content .date {
        padding: 6px 20px;
        font-size: 16px;
    }
}

.services .section__wrapper {
    margin-bottom: 90px;
}

.services .section-sub__wrapper span {
    background-color: var(--bs-black);
}

.services .section__content p {
    color: #444444;
}

.services__item {
    gap: 178px;
    display: flex;
    padding-bottom: 35px;
    padding-top: 35px;
    border-top: 1px solid var(--bs-black);
}

@media only screen and (max-width: 1919px) {
    .services__item {
        gap: 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .services__item {
        gap: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .services__item {
        gap: 50px;
        flex-wrap: wrap;
    }
}

.services__item:last-child {
    border-bottom: 1px solid var(--bs-black);
}

.services__item:hover .services__media img {
    height: 370px;
}

@media only screen and (max-width: 767px) {
    .services__item:hover .services__media img {
        height: 100%;
    }
}

.services__item:hover .services__content .des {
    display: block;
}

.services__item:hover .services__list {
    display: flex;
}

.services__content {
    min-width: 707px;
}

@media only screen and (max-width: 1399px) {
    .services__content {
        min-width: 500px;
    }
}

@media only screen and (max-width: 991px) {
    .services__content {
        min-width: 100%;
    }
}

.services__content .title {
    font-size: 90px;
    line-height: 90px;
    color: var(--bs-black);
    margin-bottom: 35px;
}

@media only screen and (max-width: 1399px) {
    .services__content .title {
        font-size: 60px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .services__content .title {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 575px) {
    .services__content .title {
        font-size: 35px;
        line-height: 40px;
    }
}

.services__content .des {
    color: #444444;
    font-size: 18px;
    line-height: 28px;
    max-width: 519px;
    text-indent: 150px;
    margin-bottom: 35px;
    display: none;
    transition: all 0.5s ease;
}

@media only screen and (max-width: 991px) {
    .services__content .des {
        display: block;
        text-indent: 0;
    }
}

.services__list {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: all 0.5s ease;
    display: none;
}

@media only screen and (max-width: 991px) {
    .services__list {
        display: flex;
        flex-wrap: wrap;
        align-items: self-start;
    }
}

.services__list li {
    font-size: 14px;
    font-weight: 700;
    padding: 5px 21px;
    line-height: 26px;
    color: var(--bs-black);
    border-radius: 500px;
    text-transform: uppercase;
    border: 1px solid var(--bs-black);
}

.services__media {
    width: 100%;
    height: 370px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

    .services__media img {
        width: 100%;
        height: 120px;
        object-fit: cover;
        border-radius: 10px;
        transition: height 0.5s ease;
    }

@media only screen and (max-width: 991px) {
    .services__media img {
        height: 100%;
    }
}

.title-slider .swiper-wrapper {
    transition-timing-function: linear;
}

    .title-slider .swiper-wrapper .swiper-slide {
        width: auto;
    }

.title-slider__active {
    margin-bottom: 35px;
}

.title-slider__title {
    gap: 35px;
    display: flex;
    font-size: 60px;
    line-height: 60px;
    color: var(--bs-black);
    text-transform: uppercase;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .title-slider__title {
        gap: 20px;
        font-size: 40px;
        line-height: 40px;
    }
}

.title-slider__title img {
    border-radius: 90px;
    max-width: 190px;
}

@media only screen and (max-width: 1199px) {
    .title-slider__title img {
        max-width: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .title-slider__title img {
        max-width: 100px;
    }
}

.experience__media {
    position: relative;
    overflow: hidden;
}

    .experience__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.experience__card {
    z-index: 1;
    right: 65px;
    bottom: -1px;
    padding: 20px;
    max-width: 645px;
    position: absolute;
    background: #e5e0d0;
    border-radius: 10px 10px 0px 0px;
}

@media only screen and (max-width: 991px) {
    .experience__card {
        position: inherit;
        right: inherit;
    }
}

.experience__card-wrapper {
    gap: 30px;
    display: flex;
    padding: 35px 35px;
    border-radius: 10px;
    align-items: center;
    background-color: #3b4eff;
}

@media only screen and (max-width: 767px) {
    .experience__card-wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .experience__card-wrapper {
        padding: 20px;
        gap: 10px;
    }
}

.experience__card-wrapper .number {
    font-size: 90px;
    line-height: 90px;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .experience__card-wrapper .number {
        font-size: 50px;
        line-height: 50px;
    }
}

.experience__card-wrapper p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: var(--font_brico);
}

@media only screen and (max-width: 767px) {
    .experience__card-wrapper p {
        font-size: 15px;
        line-height: 20px;
    }
}

.counter__item {
    gap: 10px;
    padding: 40px 45px 45px;
    border-radius: 10px;
    border: 2px solid var(--bs-white);
    background: #fbf7f0;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1399px) {
    .counter__item {
        padding: 40px 35px 45px;
    }
}

@media only screen and (max-width: 1199px) {
    .counter__item {
        padding: 30px 30px 30px;
    }
}

.counter__item h4 {
    font-size: 90px;
    font-weight: 700;
    line-height: 90px;
    color: var(--bs-black);
    margin-bottom: 55px;
    font-family: var(--font_brico);
}

    .counter__item h4 .odometer.odometer-auto-theme,
    .counter__item h4 .odometer.odometer-theme-default {
        font-family: var(--font_brico);
        line-height: 1;
    }

@media only screen and (max-width: 1399px) {
    .counter__item h4 {
        font-size: 70px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .counter__item h4 {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .counter__item h4 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 10px;
    }
}

.counter__item p {
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    text-align: right;
    color: var(--rr-text-body);
    font-family: var(--font_brico);
}

@media only screen and (max-width: 1199px) {
    .counter__item p {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .counter__item p {
        text-align: left;
        font-size: 20px;
    }
}

.insights .section-title-wrapper {
    margin-bottom: 90px;
}

@media only screen and (max-width: 991px) {
    .insights .section-title-wrapper {
        margin-bottom: 50px;
    }
}

.insights .section-title-wrapper .title {
    font-weight: 700;
    font-size: 200px;
    line-height: 200px;
    color: var(--bs-primary);
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (max-width: 1919px) {
    .insights .section-title-wrapper .title {
        font-size: 125px;
        line-height: 130px;
    }
}

@media only screen and (max-width: 1199px) {
    .insights .section-title-wrapper .title {
        font-size: 104px;
        line-height: 104px;
    }
}

@media only screen and (max-width: 991px) {
    .insights .section-title-wrapper .title {
        font-size: 75px;
        line-height: 75px;
    }
}

@media only screen and (max-width: 767px) {
    .insights .section-title-wrapper .title {
        font-size: 55px;
        line-height: 55px;
    }
}

@media (max-width: 575px) {
    .insights .section-title-wrapper .title {
        font-size: 40px;
        line-height: 45px;
    }
}

.insights .section-title-wrapper .title span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--bs-primary);
}

.insights__item {
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid var(--bs-primary);
    gap: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 1399px) {
    .insights__item {
        gap: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .insights__item {
        flex-direction: column;
        align-items: flex-start;
    }
}

.insights__item:first-child {
    border-top: 1px solid var(--bs-primary);
}

.insights__item:hover .insights__media img {
    transform: scale(1.2);
}

.insights__media {
    overflow: hidden;
    border-radius: 10px;
}

@media only screen and (max-width: 1399px), only screen and (max-width: 1919px) {
    .insights__media {
        min-width: 350px;
    }
}

@media only screen and (max-width: 1199px) {
    .insights__media {
        width: 100%;
    }
}

.insights__media img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.3s;
}

@media only screen and (max-width: 1199px) {
    .insights__media img {
        width: 100%;
    }
}

.insights__content {
    max-width: 724px;
    margin-right: auto;
}

    .insights__content .insight-list {
        margin-bottom: 30px;
    }

@media only screen and (max-width: 767px) {
    .insights__content .insight-list {
        margin-bottom: 20px;
    }
}

.insights__content .insight-list li {
    gap: 25px;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    align-items: center;
    color: var(--bs-primary);
}

    .insights__content .insight-list li span {
        padding: 2px 23px;
        border-radius: 500px;
        display: inline-block;
        border: 1px solid var(--bs-primary);
    }

.insights__content .meta-list {
    gap: 27px;
    display: flex;
    align-items: center;
}

    .insights__content .meta-list li {
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        color: var(--bs-primary);
    }

.insights__content .title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    color: var(--bs-primary);
    margin-bottom: 30px;
}

@media only screen and (max-width: 1399px) {
    .insights__content .title {
        font-size: 35px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .insights__content .title {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .insights__content .title {
        font-size: 25px;
        line-height: 35px;
    }
}

.insights__content .title a:hover {
    color: var(----bs-blue);
}

.insights__btn .btn-primary {
    rotate: -51.5deg;
    white-space: nowrap;
}

@media only screen and (max-width: 1199px) {
    .insights__btn .btn-primary {
        rotate: 0deg;
    }
}

.working-process__wrapper {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    .working-process__wrapper {
        flex-direction: column;
    }
}

.working-process__item {
    max-width: 540px;
    padding: 35px 49px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid var(--bs-white);
    background-color: #ddd9ca;
    transition: all 0.3s ease;
    position: relative;
}

@media only screen and (max-width: 1399px) {
    .working-process__item {
        padding: 35px 39px;
    }
}

.working-process__item:not(:first-child) {
    margin-left: -130px;
}

@media only screen and (max-width: 991px) {
    .working-process__item:not(:first-child) {
        margin-left: 0;
        margin-top: -100px;
        padding: 35px 30px;
    }
}

.working-process__item:hover {
    background-color: var(--bs-white);
    z-index: 1;
}

.working-process__item span {
    font-size: 18px;
    color: var(--bs-black);
    margin-bottom: 10px;
    display: inline-block;
    line-height: 28px;
}

.working-process__item .title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    color: var(--bs-black);
    margin-bottom: 60px;
}

@media only screen and (max-width: 1399px) {
    .working-process__item .title {
        font-size: 35px;
        line-height: 45px;
        color: var(--bs-black);
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .working-process__item .title {
        font-size: 30px;
        line-height: 35px;
        color: var(--bs-black);
        margin-bottom: 30px;
    }
}

.working-process__item p {
    font-size: 18px;
    color: var(--bs-black);
    line-height: 28px;
}

.client-slider__item {
    background: #fbf7f0;
    border: 1px solid var(--bs-white);
    padding: 45px;
    border-radius: 10px;
}

@media only screen and (max-width: 1399px) {
    .client-slider__item {
        padding: 45px 30px;
    }
}

@media (max-width: 575px) {
    .client-slider__item {
        padding: 30px 20px;
    }
}

.client-slider__item .icon {
    margin-bottom: 45px;
}

@media (max-width: 575px) {
    .client-slider__item .icon {
        margin-bottom: 30px;
    }
}

.client-slider__item p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: var(--bs-black);
    max-width: 466px;
}

@media (max-width: 575px) {
    .client-slider__item p {
        font-size: 15px;
        line-height: 25px;
        font-weight: 700;
        color: var(--bs-black);
        max-width: 466px;
    }
}

.client-slider__item__author {
    gap: 25px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
}

@media (max-width: 575px) {
    .client-slider__item__author {
        margin-top: 30px;
    }
}

.client-slider__item__author .media {
    width: 75px;
    height: 75px;
    border-radius: 4px;
}

    .client-slider__item__author .media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
    }

.client-slider__item__author .text .name {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: var(--bs-black);
    margin-bottom: 5px;
}

.client-slider__item__author .text span {
    font-size: 18px;
    line-height: 28px;
    color: var(--bs-black);
}

.client-slider .client-slider__dot {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    gap: 10px;
}

    .client-slider .client-slider__dot .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        padding: 0;
        opacity: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        position: relative;
        margin: 0 !important;
        border-radius: 500px;
        background: transparent;
        border: 2px solid var(--bs-black);
    }

        .client-slider .client-slider__dot .swiper-pagination-bullet:after {
            position: absolute;
            width: 10px;
            height: 10px;
            content: "";
            top: calc(50% - 5px);
            background: transparent;
            border-radius: 500px;
            left: calc(50% - 5px);
        }

    .client-slider .client-slider__dot .swiper-pagination-bullet-active {
        border-color: var(--bs-black);
    }

        .client-slider .client-slider__dot .swiper-pagination-bullet-active::after {
            background-color: var(--bs-black);
        }

.our-expertise-7 .section-title-wrapper {
    margin-bottom: 90px;
}

@media only screen and (max-width: 991px) {
    .our-expertise-7 .section-title-wrapper {
        margin-bottom: 50px;
    }
}

.our-expertise-7 .section-title-wrapper .title {
    font-weight: 700;
    font-size: 200px;
    line-height: 200px;
    text-transform: uppercase;
    text-align: center;
    color: var(--bs-white);
}

@media only screen and (max-width: 1399px) {
    .our-expertise-7 .section-title-wrapper .title {
        font-size: 125px;
        line-height: 125px;
    }
}

@media only screen and (max-width: 1199px) {
    .our-expertise-7 .section-title-wrapper .title {
        font-size: 100px;
        line-height: 104px;
    }
}

@media only screen and (max-width: 991px) {
    .our-expertise-7 .section-title-wrapper .title {
        font-size: 75px;
        line-height: 75px;
    }
}

@media only screen and (max-width: 767px) {
    .our-expertise-7 .section-title-wrapper .title {
        font-size: 55px;
        line-height: 55px;
    }
}

@media (max-width: 575px) {
    .our-expertise-7 .section-title-wrapper .title {
        font-size: 40px;
        line-height: 45px;
    }
}

.our-expertise-7 .section-title-wrapper .title span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--bs-white);
}

.our-expertise-7 .our-expertise__top {
    display: grid;
    grid-template-columns: 536px 1fr auto;
    border-bottom: 1px solid #d5d0ce;
    padding-bottom: 35px;
}

@media only screen and (max-width: 1399px) {
    .our-expertise-7 .our-expertise__top {
        grid-template-columns: 430px 1fr auto;
    }
}

@media only screen and (max-width: 991px) {
    .our-expertise-7 .our-expertise__top {
        grid-template-columns: 330px 1fr auto;
    }
}

@media only screen and (max-width: 767px) {
    .our-expertise-7 .our-expertise__top {
        gap: 20px;
        grid-template-columns: auto;
    }
}

.our-expertise-7 .our-expertise__top span {
    font-size: 24px;
    font-weight: 700;
    color: var(--bs-white);
    padding-left: 15px;
    position: relative;
}

    .our-expertise-7 .our-expertise__top span::before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 500px;
        background: var(--bs-white);
        top: 50%;
        left: 0;
        transform: translate(0px, -50%);
    }

.our-expertise-7 .our-expertise-item {
    gap: 30px;
    display: grid;
    cursor: pointer;
    padding-top: 35px;
    position: relative;
    padding-bottom: 35px;
    border-bottom: 1px solid #d5d0ce;
    grid-template-columns: 504px 350px 1fr;
}

@media only screen and (max-width: 1399px) {
    .our-expertise-7 .our-expertise-item {
        grid-template-columns: 400px 430px 1fr;
    }
}

@media only screen and (max-width: 1199px) {
    .our-expertise-7 .our-expertise-item {
        grid-template-columns: 400px 1fr auto;
    }
}

@media only screen and (max-width: 991px) {
    .our-expertise-7 .our-expertise-item {
        grid-template-columns: 300px 1fr auto;
    }
}

@media only screen and (max-width: 767px) {
    .our-expertise-7 .our-expertise-item {
        grid-template-columns: 1fr;
        padding-bottom: 20px;
        gap: 5px;
    }
}

.our-expertise-7 .our-expertise-item:hover span,
.our-expertise-7 .our-expertise-item:hover .title {
    color: var(--bs-action);
}

.our-expertise-7 .our-expertise-item span {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    display: inline-block;
    color: var(--bs-white);
    letter-spacing: -0.7px;
    text-transform: uppercase;
    font-family: var(--font_bdogrotesk);
    z-index: 1;
    position: relative;
    transition: all 0.3s;
}

.our-expertise-7 .our-expertise-item .title {
    z-index: 1;
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    position: relative;
    color: var(--bs-white);
    transition: all 0.3s;
}

.our-expertise-7 .our-expertise-item span {
    z-index: 1;
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    position: relative;
    color: var(--bs-white);
    margin-left: auto;
    transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
    .our-expertise-7 .our-expertise-item span {
        margin-left: inherit;
    }
}

.our-expertise-7 .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 99;
    width: 350px;
    height: 370px;
    overflow: hidden;
    pointer-events: none;
    border-radius: 10px;
    will-change: transform;
    transform: translate(0%, 0%) scale(0);
}

    .our-expertise-7 .hover-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        pointer-events: none;
    }

.featured-product__item:not(:last-child) {
    margin-bottom: 30px;
}

.featured-product__item .thumb {
    overflow: hidden;
    position: relative;
}

    .featured-product__item .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .featured-product__item .thumb .tags {
        gap: 10px;
        top: 35px;
        right: 35px;
        padding: 6px 25px;
        position: absolute;
        align-items: center;
        border-radius: 90px;
        display: inline-flex;
        background: var(--bs-white);
    }

@media only screen and (max-width: 1199px) {
    .featured-product__item .thumb .tags {
        padding: 6px 20px;
    }
}

@media (max-width: 575px) {
    .featured-product__item .thumb .tags {
        gap: 0px 8px;
        top: inherit;
        right: inherit;
        flex-wrap: wrap;
        margin-top: 20px;
        position: inherit;
    }
}

.featured-product__item .thumb .tags li {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--bs-black);
}

@media only screen and (max-width: 1199px) {
    .featured-product__item .thumb .tags li {
        font-size: 16px;
    }
}

.featured-product__item .title {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    position: absolute;
    left: 45px;
    bottom: 45px;
}

@media only screen and (max-width: 1199px) {
    .featured-product__item .title {
        font-size: 32px;
        line-height: 42px;
    }
}

@media (max-width: 575px) {
    .featured-product__item .title {
        font-size: 24px;
        margin-top: 10px;
        line-height: 30px;
        position: inherit;
        bottom: inherit;
        left: inherit;
    }
}

.our-services .section-2__top {
    gap: 10px;
    display: flex;
    padding-bottom: 35px;
    border-bottom: 1px solid var(--bs-black);
    justify-content: space-between;
}

@media (max-width: 575px) {
    .our-services .section-2__top {
        flex-wrap: wrap;
    }
}

.our-services .section-2__top h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: var(--bs-black);
}

.our-services .section-2__top .left-sub-title {
    position: relative;
    padding-left: 20px;
}

    .our-services .section-2__top .left-sub-title::before {
        top: 50%;
        left: 0;
        width: 10px;
        content: "";
        height: 10px;
        position: absolute;
        border-radius: 500px;
        background-color: var(--bs-black);
        transform: translate(0px, -50%);
    }

.our-services .section-2__bottom {
    max-width: 1137px;
    margin-left: auto;
    margin-top: 35px;
}

@media only screen and (max-width: 991px) {
    .our-services .section-2__bottom {
        max-width: 100%;
    }
}

.our-services .section-2__bottom .title {
    color: var(--bs-black);
}

.our-services__item {
    display: grid;
    grid-template-columns: 1fr 820px;
    justify-content: space-between;
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid var(--bs-black);
}

    .our-services__item:first-child {
        border-top: 1px solid var(--bs-black);
    }

@media only screen and (max-width: 1919px) {
    .our-services__item {
        grid-template-columns: 1fr 640px;
    }
}

@media only screen and (max-width: 1399px) {
    .our-services__item {
        grid-template-columns: 1fr 540px;
    }
}

@media only screen and (max-width: 1199px) {
    .our-services__item {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.our-services__item .title-wrapper .title {
    gap: 60px;
    display: flex;
    font-size: 90px;
    color: var(--bs-black);
    line-height: 100px;
    align-items: center;
}

@media only screen and (max-width: 1919px) {
    .our-services__item .title-wrapper .title {
        gap: 40px;
        font-size: 70px;
    }
}

@media only screen and (max-width: 1399px) {
    .our-services__item .title-wrapper .title {
        font-size: 50px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .our-services__item .title-wrapper .title {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 575px) {
    .our-services__item .title-wrapper .title {
        font-size: 28px;
        line-height: 30px;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.our-services__item .title-wrapper .title span {
    font-size: 20px;
}

.our-services__item .title-wrapper .title a:hover {
    color: var(----bs-blue);
}

.our-services__item:hover .our-services__media .content {
    transform: translateY(0);
    opacity: 1;
}

.our-services__media {
    height: 295px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

@media (max-width: 575px) {
    .our-services__media {
        height: 360px;
    }
}

.our-services__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.our-services__media .content {
    top: 30px;
    right: 30px;
    left: 30px;
    padding: 40px;
    text-align: center;
    position: absolute;
    border-radius: 10px;
    background: #fbf7f0;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s;
}

@media only screen and (max-width: 1919px) {
    .our-services__media .content {
        padding: 40px 20px;
    }
}

@media only screen and (max-width: 1399px) {
    .our-services__media .content {
        padding: 30px 20px;
    }
}

@media (max-width: 575px) {
    .our-services__media .content {
        top: 10px;
        right: 10px;
        left: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }
}

.our-services__media .content p {
    color: #444444;
    max-width: 519px;
    font-size: 18px;
    line-height: 28px;
    margin-left: auto;
    margin-right: auto;
    text-indent: 150px;
}

@media only screen and (max-width: 767px) {
    .our-services__media .content p {
        text-indent: 0px;
    }
}

@media (max-width: 575px) {
    .our-services__media .content p {
        font-size: 15px;
        line-height: 25px;
    }
}

.our-services__media .content ul {
    gap: 15px;
    display: flex;
    margin-top: 35px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 575px) {
    .our-services__media .content ul {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1399px) {
    .our-services__media .content ul {
        gap: 10px;
        display: flex;
        margin-top: 30px;
    }
}

.our-services__media .content ul li {
    font-size: 14px;
    font-weight: 700;
    padding: 3px 25px;
    line-height: 26px;
    border-radius: 500px;
    text-transform: uppercase;
    border: 1px solid var(--bs-black);
}

@media only screen and (max-width: 1399px) {
    .our-services__media .content ul li {
        font-size: 12px;
        font-weight: 700;
        padding: 3px 10px;
    }
}

.media-wrapper {
    overflow: hidden;
}

    .media-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.mission-statement__top {
    margin-bottom: 110px;
}

@media only screen and (max-width: 1399px) {
    .mission-statement__top {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .mission-statement__top {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .mission-statement__top {
        margin-bottom: 60px;
    }
}

.mission-statement__top .sub-title {
    font-size: 60px;
    line-height: 70px;
    color: var(--bs-action);
    margin-bottom: 30px;
}

@media only screen and (max-width: 1399px) {
    .mission-statement__top .sub-title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .mission-statement__top .sub-title {
        font-size: 40px;
        line-height: 55px;
    }
}

@media only screen and (max-width: 991px) {
    .mission-statement__top .sub-title {
        font-size: 35px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .mission-statement__top .sub-title {
        font-size: 25px;
        line-height: 35px;
    }
}

@media only screen and (max-width: 991px) {
    .mission-statement__top .sub-title svg {
        width: 12px;
    }
}

.mission-statement__item {
    gap: 0px 35px;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

    .mission-statement__item:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

@media only screen and (max-width: 1199px) {
    .mission-statement__item {
        gap: 0px 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .mission-statement__item {
        padding: 20px 0;
    }
}

.mission-statement__item .title {
    font-size: 90px;
    line-height: 100px;
    font-weight: 600;
}

@media only screen and (max-width: 1919px) {
    .mission-statement__item .title {
        font-size: 65px;
        line-height: 75px;
    }
}

@media only screen and (max-width: 1399px) {
    .mission-statement__item .title {
        font-size: 55px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 1199px) {
    .mission-statement__item .title {
        font-size: 46px;
        line-height: 65px;
    }
}

@media only screen and (max-width: 991px) {
    .mission-statement__item .title {
        font-size: 40px;
        line-height: 55px;
    }
}

@media only screen and (max-width: 767px) {
    .mission-statement__item .title {
        font-size: 32px;
        line-height: 46px;
    }
}

@media (max-width: 575px) {
    .mission-statement__item .title {
        font-size: 28px;
        line-height: 46px;
    }
}

.mission-statement__item .title.has--border {
    gap: 35px;
    display: flex;
    font-weight: 400;
    border: 1px solid var(--bs-action);
    border-radius: 90px;
    align-items: center;
    padding: 0px 35px;
}

@media only screen and (max-width: 1399px) {
    .mission-statement__item .title.has--border {
        gap: 20px;
        padding: 0px 20px;
    }
}

@media (max-width: 575px) {
    .mission-statement__item .title.has--border {
        padding: 0px 10px;
    }
}

.mission-statement__item .title.has--border span {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    background: var(--bs-action);
    border-radius: 500px;
    justify-content: center;
}

@media only screen and (max-width: 991px) {
    .mission-statement__item .title.has--border span {
        width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .mission-statement__item .title.has--border span svg {
        width: 12px;
    }
}

.mission-statement__content {
    max-width: 1246px;
    margin-left: auto;
}

    .mission-statement__content .description {
        font-size: 42px;
        line-height: 52px;
        font-weight: 700;
        font-family: var(--font_brico);
        margin-bottom: 120px;
    }

@media only screen and (max-width: 1399px) {
    .mission-statement__content .description {
        font-size: 40px;
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .mission-statement__content .description {
        font-size: 33px;
        line-height: 45px;
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .mission-statement__content .description {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .mission-statement__content .description {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (max-width: 575px) {
    .mission-statement__content .description {
        font-size: 18px;
    }
}

.mission-statement__box {
    padding: 48px 60px;
    display: flex;
    align-items: center;
    background: #fbf7f0;
    border-radius: 10px;
    margin-bottom: 30px;
    justify-content: space-between;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .mission-statement__box {
        padding: 40px 40px;
    }
}

@media only screen and (max-width: 991px) {
    .mission-statement__box {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 767px) {
    .mission-statement__box {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .mission-statement__box {
        padding: 10px 20px 20px;
    }
}

.mission-statement__box::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #3b4eff;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
}

@media (max-width: 575px) {
    .mission-statement__box::before {
        width: 10px;
        height: 10px;
        right: 10px;
        bottom: 10px;
    }
}

.mission-statement__box h2 {
    font-size: 200px;
    line-height: 200px;
    color: var(--bs-black);
    font-weight: 700;
}

@media only screen and (max-width: 1399px) {
    .mission-statement__box h2 {
        font-size: 170px;
        line-height: 180px;
    }
}

@media only screen and (max-width: 1199px) {
    .mission-statement__box h2 {
        font-size: 120px;
        line-height: 130px;
    }
}

@media only screen and (max-width: 991px) {
    .mission-statement__box h2 {
        font-size: 90px;
        line-height: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .mission-statement__box h2 {
        font-size: 70px;
        line-height: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .mission-statement__box h2 {
        font-size: 60px;
        line-height: 80px;
    }
}

.mission-statement__box h2 .odometer.odometer-auto-theme,
.mission-statement__box h2 .odometer.odometer-theme-default {
    font-family: var(--font_brico);
    line-height: 1;
}

.mission-statement__box p {
    color: var(--bs-black);
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    max-width: 390px;
    text-indent: 105px;
    font-family: var(--font_brico);
}

@media only screen and (max-width: 991px) {
    .mission-statement__box p {
        text-indent: 0px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .mission-statement__box p {
        font-size: 25px;
        line-height: 35px;
    }
}

@media (max-width: 575px) {
    .mission-statement__box p {
        font-size: 18px;
        line-height: 28px;
    }
}

.mission-statement__wrapper {
    gap: 30px;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .mission-statement__wrapper {
        flex-wrap: wrap;
    }
}

.mission-statement__wrapper .item-box {
    padding: 54px 60px;
    background: #fbf7f0;
    border-radius: 10px;
    width: 100%;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .mission-statement__wrapper .item-box {
        padding: 30px 40px;
    }
}

@media only screen and (max-width: 991px) {
    .mission-statement__wrapper .item-box {
        padding: 20px 40px 30px;
    }
}

@media (max-width: 575px) {
    .mission-statement__wrapper .item-box {
        padding: 10px 20px 20px;
    }
}

.mission-statement__wrapper .item-box::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #3b4eff;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
}

@media (max-width: 575px) {
    .mission-statement__wrapper .item-box::before {
        width: 10px;
        height: 10px;
        right: 10px;
        bottom: 10px;
    }
}

.mission-statement__wrapper .item-box h4 {
    font-size: 100px;
    line-height: 100px;
    color: var(--bs-black);
    font-weight: 700;
    margin-bottom: 60px;
}

@media only screen and (max-width: 1399px) {
    .mission-statement__wrapper .item-box h4 {
        font-size: 90px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1399px) {
    .mission-statement__wrapper .item-box h4 {
        font-size: 70px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .mission-statement__wrapper .item-box h4 {
        font-size: 60px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .mission-statement__wrapper .item-box h4 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .mission-statement__wrapper .item-box h4 {
        font-size: 40px;
        line-height: 60px;
    }
}

.mission-statement__wrapper .item-box h4 .odometer.odometer-auto-theme,
.mission-statement__wrapper .item-box h4 .odometer.odometer-theme-default {
    font-family: var(--font_brico);
    line-height: 1;
}

.mission-statement__wrapper .item-box p {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: var(--bs-black);
    text-align: right;
    font-family: var(--font_brico);
}

@media only screen and (max-width: 1199px) {
    .mission-statement__wrapper .item-box p {
        text-align: left;
    }
}

@media only screen and (max-width: 1199px) {
    .mission-statement__wrapper .item-box p {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 575px) {
    .mission-statement__wrapper .item-box p {
        font-size: 18px;
        line-height: 25px;
    }
}

.text-slider-2 .text-slider-2__wrapper {
    padding-top: 45px;
    padding-bottom: 45px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.text-slider-2 .text-slider-2__active .swiper-wrapper {
    display: flex;
    column-gap: 200px;
    align-items: center;
    justify-content: space-between;
    transition-timing-function: linear;
}

@media only screen and (max-width: 1399px) {
    .text-slider-2 .text-slider-2__active .swiper-wrapper {
        column-gap: 150px;
    }
}

@media only screen and (max-width: 1199px) {
    .text-slider-2 .text-slider-2__active .swiper-wrapper {
        column-gap: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .text-slider-2 .text-slider-2__active .swiper-wrapper {
        column-gap: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .text-slider-2 .text-slider-2__active .swiper-wrapper {
        column-gap: 20px;
    }
}

.text-slider-2 .text-slider-2__active .swiper-wrapper .swiper-slide {
    width: auto;
}

.text-slider-2__item h5 {
    font-size: 30px;
    line-height: 30px;
}

.hero-2 .hero-2-bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-2 .hero-2__inner {
    padding-top: 250px;
    padding-bottom: 120px;
}

@media only screen and (max-width: 1399px) {
    .hero-2 .hero-2__inner {
        padding-top: 200px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-2 .hero-2__inner {
        padding-top: 150px;
        padding-bottom: 60px;
    }
}

.hero-2__content {
    margin-left: 100px;
}

@media only screen and (max-width: 1919px) {
    .hero-2__content {
        margin-left: 0;
    }
}

.hero-2 .hero-2-title-wrapper {
    margin-bottom: 15px;
    display: flex;
    gap: 145px;
    align-items: center;
}

@media only screen and (max-width: 1399px) {
    .hero-2 .hero-2-title-wrapper {
        gap: 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-2 .hero-2-title-wrapper {
        gap: 50px;
    }
}

@media (max-width: 575px) {
    .hero-2 .hero-2-title-wrapper {
        gap: 20px;
    }
}

.hero-2 .hero-2-title-wrapper .title {
    font-size: 400px;
    font-weight: 700;
    line-height: 300px;
}

@media only screen and (max-width: 1919px) {
    .hero-2 .hero-2-title-wrapper .title {
        font-size: 350px;
        line-height: 280px;
    }
}

@media only screen and (max-width: 1399px) {
    .hero-2 .hero-2-title-wrapper .title {
        font-size: 300px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-2 .hero-2-title-wrapper .title {
        font-size: 250px;
        line-height: 260px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-2 .hero-2-title-wrapper .title {
        font-size: 200px;
        line-height: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-2 .hero-2-title-wrapper .title {
        font-size: 160px;
        line-height: 160px;
    }
}

@media (max-width: 575px) {
    .hero-2 .hero-2-title-wrapper .title {
        font-size: 100px;
        line-height: 100px;
    }
}

.hero-2 .hero-2-title-wrapper .video {
    width: 210px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    background-color: var(--bs-white);
}

@media only screen and (max-width: 1399px) {
    .hero-2 .hero-2-title-wrapper .video {
        width: 170px;
        height: 170px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-2 .hero-2-title-wrapper .video {
        width: 140px;
        height: 140px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-2 .hero-2-title-wrapper .video {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 575px) {
    .hero-2 .hero-2-title-wrapper .video {
        width: 60px;
        height: 60px;
    }
}

@media only screen and (max-width: 1399px) {
    .hero-2 .hero-2-title-wrapper .video img {
        max-width: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-2 .hero-2-title-wrapper .video img {
        max-width: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-2 .hero-2-title-wrapper .video img {
        max-width: 70px;
    }
}

@media (max-width: 575px) {
    .hero-2 .hero-2-title-wrapper .video img {
        max-width: 45px;
    }
}

.hero-2 .hero-2-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

@media only screen and (max-width: 1399px) {
    .hero-2 .hero-2-wrapper {
        gap: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-2 .hero-2-wrapper {
        flex-wrap: wrap;
    }
}

.hero-2 .hero-2-wrapper p {
    font-size: 20px;
    line-height: 30px;
    max-width: 356px;
    text-indent: 148px;
}

@media only screen and (max-width: 991px) {
    .hero-2 .hero-2-wrapper p {
        order: 2;
        max-width: 100%;
        text-indent: 0;
    }
}

.hero-2 .hero-2-wrapper .sub-title {
    font-size: 200px;
    line-height: 200px;
    font-weight: 700;
}

@media only screen and (max-width: 1919px) {
    .hero-2 .hero-2-wrapper .sub-title {
        font-size: 150px;
        line-height: 160px;
    }
}

@media only screen and (max-width: 1399px) {
    .hero-2 .hero-2-wrapper .sub-title {
        font-size: 120px;
        line-height: 130px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-2 .hero-2-wrapper .sub-title {
        font-size: 95px;
        line-height: 110px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-2 .hero-2-wrapper .sub-title {
        order: 1;
    }
}

@media only screen and (max-width: 767px) {
    .hero-2 .hero-2-wrapper .sub-title {
        font-size: 80px;
        line-height: 80px;
    }
}

@media (max-width: 575px) {
    .hero-2 .hero-2-wrapper .sub-title {
        font-size: 45px;
        line-height: 50px;
    }
}

.approach__content-item:not(:last-child) {
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .approach__content-item:not(:last-child) {
        margin-bottom: 40px;
    }
}

.approach__content-item .title-wrapper {
    padding-bottom: 35px;
    border-bottom: 1px solid var(--bs-black);
}

    .approach__content-item .title-wrapper .title {
        font-size: 20px;
        font-weight: 700;
        padding-left: 20px;
        color: var(--bs-black);
        position: relative;
    }

        .approach__content-item .title-wrapper .title::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            background: var(--bs-black);
            width: 10px;
            height: 10px;
            border-radius: 500px;
            transform: translate(0px, -50%);
        }

.approach__content-item .description {
    margin-top: 60px;
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    color: var(--bs-black);
    font-family: var(--font_brico);
    max-width: 1246px;
    margin-left: auto;
}

@media only screen and (max-width: 1199px) {
    .approach__content-item .description {
        margin-top: 30px;
        font-size: 30px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .approach__content-item .description {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 575px) {
    .approach__content-item .description {
        font-size: 18px;
    }
}

.approach .approach-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

@media only screen and (max-width: 1199px) {
    .approach .approach-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 991px) {
    .approach .approach-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .approach .approach-wrapper {
        grid-template-columns: 1fr;
    }
}

.approach .approach-wrapper .media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-video .media {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

    .about-video .media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.about-video .video {
    width: 210px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    background-color: var(--bs-white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1399px) {
    .about-video .video {
        width: 170px;
        height: 170px;
    }
}

@media only screen and (max-width: 1199px) {
    .about-video .video {
        width: 140px;
        height: 140px;
    }
}

@media only screen and (max-width: 991px) {
    .about-video .video {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 575px) {
    .about-video .video {
        width: 60px;
        height: 60px;
    }
}

@media only screen and (max-width: 1399px) {
    .about-video .video img {
        max-width: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .about-video .video img {
        max-width: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .about-video .video img {
        max-width: 70px;
    }
}

@media (max-width: 575px) {
    .about-video .video img {
        max-width: 45px;
    }
}

.our-team__item {
    margin-bottom: 30px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

    .our-team__item:hover .content {
        transform: translateY(0%);
    }

    .our-team__item .media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .our-team__item .content {
        width: 100%;
        height: 100%;
        padding: 45px;
        position: absolute;
        background: #3b4eff;
        transition: all 0.6s;
        transform: translateY(100%);
    }

@media only screen and (max-width: 1399px) {
    .our-team__item .content {
        padding: 30px;
    }
}

.our-team__item .content p {
    font-size: 20px;
    line-height: 30px;
}

@media only screen and (max-width: 1399px) {
    .our-team__item .content p br {
        display: none;
    }
}

.our-team__item .content .title {
    margin-top: auto;
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
    position: absolute;
    left: 45px;
    bottom: 45px;
}

@media only screen and (max-width: 1399px) {
    .our-team__item .content .title {
        left: 30px;
        bottom: 30px;
    }

        .our-team__item .content .title br {
            display: none;
        }
}

@media (max-width: 575px) {
    .our-team__item .content .title {
        font-size: 30px;
        line-height: 30px;
    }
}

.our-team__item .content .socail {
    gap: 15px;
    right: -200px;
    rotate: -90deg;
    bottom: 285px;
    display: flex;
    position: absolute;
}

@media only screen and (max-width: 1919px) {
    .our-team__item .content .socail {
        rotate: 0deg;
        right: inherit;
        top: 125px;
        flex-direction: column;
    }
}

@media only screen and (max-width: 1399px) {
    .our-team__item .content .socail {
        top: 100px;
        position: inherit;
    }
}

@media (max-width: 575px) {
    .our-team__item .content .socail {
        top: 80px;
    }
}

.our-team__item .content .socail li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    position: relative;
    color: var(--bs-white);
    padding: 5.5px 10px;
    padding-left: 30px;
    transition: all 0.3s;
    border-radius: 500px;
    text-transform: uppercase;
    border: 1px solid var(--bs-white);
}

    .our-team__item .content .socail li a:hover {
        background: var(--bs-white);
        color: var(--bs-black);
    }

        .our-team__item .content .socail li a:hover::before {
            background-color: var(--bs-black);
        }

    .our-team__item .content .socail li a::before {
        content: "";
        top: 50%;
        left: 0;
        width: 6px;
        height: 6px;
        position: absolute;
        transition: all 0.3s;
        border-radius: 500px;
        background-color: var(--bs-white);
        transform: translate(15px, -50%);
    }

.breadcrumb {
    margin: 0;
    padding: 0;
}

.breadcrumb__content {
    padding-top: 250px;
}

@media only screen and (max-width: 991px) {
    .breadcrumb__content {
        padding-top: 230px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb__content {
        padding-top: 180px;
    }
}

@media (max-width: 575px) {
    .breadcrumb__content {
        padding-top: 160px;
    }
}

.breadcrumb__content .title {
    font-size: 200px;
    font-weight: 700;
    line-height: 200px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
    .breadcrumb__content .title {
        font-size: 170px;
        line-height: 170px;
    }
}

@media only screen and (max-width: 991px) {
    .breadcrumb__content .title {
        font-size: 130px;
        line-height: 130px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb__content .title {
        font-size: 100px;
        line-height: 100px;
    }
}

@media (max-width: 575px) {
    .breadcrumb__content .title {
        font-size: 60px;
        line-height: 60px;
    }
}

.breadcrumb__content p {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    font-family: var(--font_brico);
}

@media only screen and (max-width: 767px) {
    .breadcrumb__content p {
        font-size: 20px;
        line-height: 30px;
    }
}

.breadcrumb__menu {
    gap: 10px 20px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}

    .breadcrumb__menu ul {
        gap: 35px;
        display: flex;
        align-items: center;
    }

        .breadcrumb__menu ul li {
            font-weight: 700;
            font-size: 20px;
            line-height: 30px;
            position: relative;
            color: var(--bs-white);
        }

            .breadcrumb__menu ul li:after {
                position: absolute;
                margin-left: 14px;
                content: "\f7a5";
                font-family: var(--font_awesome);
                font-style: normal;
                font-weight: 900;
                font-size: 20px;
                rotate: 20deg;
                line-height: 20px;
                transform: translate(0, 34%);
            }

            .breadcrumb__menu ul li a:hover {
                color: var(--bs-action);
                ;
            }

            .breadcrumb__menu ul li.active {
                color: var(--bs-action);
                ;
            }

                .breadcrumb__menu ul li.active:after {
                    display: none;
                }

.breadcrumb .scroll-down h6 a {
    gap: 10px;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    align-items: center;
    transition: all 0.3s;
}

    .breadcrumb .scroll-down h6 a:hover {
        color: var(--bs-action);
        ;
    }

.choose-us .title {
    font-size: 140px;
    line-height: 150px;
    text-align: center;
    margin-bottom: 90px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1399px) {
    .choose-us .title {
        font-size: 120px;
        line-height: 130px;
    }
}

@media only screen and (max-width: 1199px) {
    .choose-us .title {
        font-size: 100px;
        line-height: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .choose-us .title {
        font-size: 80px;
        line-height: 80px;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .choose-us .title {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (max-width: 575px) {
    .choose-us .title {
        font-size: 35px;
        line-height: 35px;
    }
}

.choose-us__item {
    padding: 60px;
    background: #fffbf5;
    border-radius: 10px;
}

@media only screen and (max-width: 1399px) {
    .choose-us__item {
        padding: 30px;
    }
}

.choose-us__item span {
    font-size: 52px;
    line-height: 62px;
    font-weight: 300;
    color: var(--bs-black);
    font-family: var(--font_brico);
    display: inline-block;
    margin-bottom: 25px;
}

.choose-us__item .sub-title {
    font-size: 52px;
    line-height: 62px;
    color: var(--bs-black);
    font-weight: 700;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1399px) {
    .choose-us__item .sub-title {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (max-width: 575px) {
    .choose-us__item .sub-title {
        font-size: 30px;
        line-height: 30px;
    }
}

.choose-us__item .description {
    font-size: 18px;
    line-height: 28px;
    color: var(--bs-black);
}

.choose-us__slider__arrow {
    gap: 30px;
    display: flex;
    margin-top: 60px;
    justify-content: center;
}

.choose-us__slider__arrow-prev, .choose-us__slider__arrow-next {
    width: 60px;
    height: 60px;
    border: 1px solid var(--bs-white);
    border-radius: 500px;
}

    .choose-us__slider__arrow-prev:hover, .choose-us__slider__arrow-next:hover {
        border-color: var(--bs-action);
        ;
    }

        .choose-us__slider__arrow-prev:hover svg [stroke=--bs-white], .choose-us__slider__arrow-next:hover svg [stroke=--bs-white] {
            stroke: var(--bs-action);
            ;
        }

.branding-identity .branding-identity-inner {
    text-align: center;
    padding-top: 250px;
}

@media only screen and (max-width: 991px) {
    .branding-identity .branding-identity-inner {
        padding-top: 230px;
    }
}

@media only screen and (max-width: 767px) {
    .branding-identity .branding-identity-inner {
        padding-top: 160px;
    }
}

.branding-identity .title {
    font-size: 100px;
    line-height: 110px;
    font-weight: 700;
    margin-bottom: 35px;
}

@media only screen and (max-width: 991px) {
    .branding-identity .title {
        font-size: 80px;
        line-height: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .branding-identity .title {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (max-width: 575px) {
    .branding-identity .title {
        font-size: 35px;
        line-height: 35px;
    }
}

.branding-identity__list {
    gap: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .branding-identity__list li {
        border-radius: 500px;
        border: 1px solid var(--bs-white);
        padding: 4px 25px;
        font-size: 14px;
        font-weight: 700;
        color: var(--bs-white);
        line-height: 26px;
    }

@media only screen and (max-width: 767px) {
    .branding-identity__list li {
        padding: 4px 15px;
    }
}

.services-slider .media {
    position: relative;
}

    .services-slider .media img {
        width: 100%;
        border-radius: 10px;
        height: 100%;
        object-fit: cover;
    }

.services-slider__arrow {
    gap: 30px;
    display: flex;
    justify-content: space-between;
}

.services-slider__arrow-prev, .services-slider__arrow-next {
    width: 60px;
    height: 60px;
    transition: all 0.3s;
    background: var(--bs-white);
    border-radius: 500px;
}

@media (max-width: 575px) {
    .services-slider__arrow-prev, .services-slider__arrow-next {
        width: 40px;
        height: 40px;
        font-size: 10px;
    }
}

.services-slider__arrow-prev:hover, .services-slider__arrow-next:hover {
    background: var(--bs-action);
    ;
}

.services-slider__arrow-next {
    top: 50%;
    z-index: 2;
    right: 35px;
    position: absolute;
    transform: translate(0px, -50%);
}

@media (max-width: 575px) {
    .services-slider__arrow-next {
        right: 10px;
    }
}

.services-slider__arrow-prev {
    top: 50%;
    left: 35px;
    z-index: 2;
    position: absolute;
    transform: translate(0px, -50%);
}

@media (max-width: 575px) {
    .services-slider__arrow-prev {
        left: 10px;
    }
}

.services-details__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
    margin-top: 60px;
}

    .services-details__content .title {
        font-size: 52px;
        line-height: 62px;
        font-weight: 700;
        margin-bottom: 30px;
    }

@media only screen and (max-width: 991px) {
    .services-details__content .title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .services-details__content .title {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .services-details__content .title {
        font-size: 25px;
        line-height: 35px;
    }
}

.services-details__content .sub-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .services-details__content .sub-title {
        font-size: 18px;
    }
}

.services-details__content .description {
    color: #aaaaaa;
    font-size: 18px;
    line-height: 28px;
}

.services-details__item:not(:last-child) {
    margin-bottom: 60px;
}

.services-details__item .list {
    margin-top: 35px;
}

    .services-details__item .list li {
        list-style: none;
        color: #aaaaaa;
        position: relative;
        font-size: 18px;
        padding-left: 25px;
        line-height: 28px;
    }

        .services-details__item .list li:not(:last-child) {
            margin-bottom: 25px;
        }

        .services-details__item .list li::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 11px;
            height: 11px;
            border-radius: 500px;
            background: #aaaaaa;
            transform: translate(0px, -50%);
        }

@media (max-width: 575px) {
    .services-details__item .list li::before {
        top: 25%;
    }
}

.video-services .media {
    position: relative;
}

    .video-services .media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.video-services .popup-video {
    top: 50%;
    left: 50%;
    display: flex;
    height: 150px;
    width: 150px;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    align-items: center;
    border-radius: 500px;
    justify-content: center;
    background: var(--bs-white);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 991px) {
    .video-services .popup-video {
        width: 120px;
        height: 120px;
    }
}

.video__pagination {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    align-items: center;
    justify-content: center;
}

    .video__pagination a {
        gap: 5px;
        width: 200px;
        height: 200px;
        display: flex;
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
        color: var(--bs-white);
        align-items: center;
        border-radius: 500px;
        transition: all 0.3s;
        flex-direction: column;
        justify-content: center;
        border: 1px solid var(--bs-white);
    }

@media only screen and (max-width: 991px) {
    .video__pagination a {
        width: 150px;
        height: 150px;
    }
}

.video__pagination a:hover {
    border-color: transparent;
    background: var(--bs-action);
    color: var(--bs-black);
}

    .video__pagination a:hover svg [stroke=--bs-white] {
        stroke: var(--bs-black);
    }

.contact-info-area .section-title-wrapper {
    max-width: 1352px;
    margin: 0 auto;
}

    .contact-info-area .section-title-wrapper .title {
        font-weight: 700;
        font-size: 52px;
        line-height: 62px;
        color: var(--bs-white);
        text-indent: 366px;
    }

@media only screen and (max-width: 991px) {
    .contact-info-area .section-title-wrapper .title {
        font-size: 40px;
        line-height: 50px;
        text-indent: 0;
    }
}

@media only screen and (max-width: 767px) {
    .contact-info-area .section-title-wrapper .title {
        font-size: 30px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .contact-info-area .section-title-wrapper .title {
        font-size: 20px;
        line-height: 30px;
    }
}

.contact-info__item {
    display: grid;
    padding: 45px 0;
    grid-template-columns: 646px 1fr auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

    .contact-info__item:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

@media only screen and (max-width: 1919px) {
    .contact-info__item {
        grid-template-columns: 446px 1fr auto;
    }
}

@media only screen and (max-width: 1399px) {
    .contact-info__item {
        grid-template-columns: 346px 1fr auto;
    }
}

@media only screen and (max-width: 1199px) {
    .contact-info__item {
        grid-template-columns: 246px 1fr auto;
    }
}

@media only screen and (max-width: 991px) {
    .contact-info__item {
        grid-template-columns: 1fr;
        padding: 30px 0;
    }
}

.contact-info-widget h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: var(--bs-white);
}

.contact-info-widget-link h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: var(--bs-white);
}

@media (max-width: 575px) {
    .contact-info-widget-link h5 {
        font-size: 20px;
        line-height: 30px;
    }
}

.contact-info-widget-link h5 a {
    transition: all 0.3s;
}

@media only screen and (max-width: 991px) {
    .contact-info-widget-link h5 a br {
        display: none;
    }
}

.contact-info-widget-link h5 a:hover {
    color: var(--bs-action);
}

.contact-wrapper {
    background: #282828;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #282828;
    box-shadow: inset -10px 0px 10px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
}

.contact-thumb {
    width: 100%;
    height: 100%;
}

    .contact-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0 10px 10px 0px;
    }

.contact-us__area .contact-us__form-wrapper {
    border-radius: 20px;
    padding: 47px 27px 0px 60px;
    width: 100%;
    max-width: 905px;
    margin: 0 auto;
    z-index: 9999;
}

    .contact-us__area .contact-us__form-wrapper .title {
        margin-bottom: 40px;
        font-weight: 700;
        font-size: 52px;
        line-height: 62px;
        color: var(--bs-white);
    }

@media only screen and (max-width: 1399px) {
    .contact-us__area .contact-us__form-wrapper .title {
        font-size: 31px;
        line-height: 55px;
    }
}

@media (max-width: 575px) {
    .contact-us__area .contact-us__form-wrapper {
        padding: 20px;
    }
}

.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input input {
    position: relative;
    margin-left: 0;
    color: var(--bs-white);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #282828;
    box-shadow: inset -10px 0px 10px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    margin-bottom: 22px;
    padding: 21px 12px 21px 25px;
    border-radius: 10px;
    font-style: normal;
    outline: none;
    width: 100%;
    border: none;
}

    .contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input input::placeholder {
        font-family: --font_dmsans;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #aaaaaa;
    }

.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea {
    position: relative;
}

    .contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea {
        color: --bs-white;
        margin-top: 5px;
        height: 190px;
        margin-left: 0;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid #282828;
        box-shadow: inset -10px 0px 10px rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(5px);
        padding: 21px 12px 21px 25px;
        border-radius: 10px;
        width: 100%;
    }

        .contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea::placeholder {
            opacity: 0.6;
            font-family: --font_dmsans;
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            color: #aaaaaa;
        }

        .contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea:hover, .contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea:focus {
            outline: none;
        }

.contact-us__area .contact-us__form-wrapper .contact-us__form .rr-btn {
    max-width: 100%;
}

.contact-us__area .contact-us__form-wrapper .contact-us__form .rr-btn-3 {
    margin-top: 20px;
    padding: 17px 22px;
    width: none;
}

.error-img img {
    height: 100%;
    object-fit: cover;
}

@media (max-width: 575px) {
    .error-img img {
        font-size: 53px;
        max-width: 100%;
    }
}

.error-content {
    margin-top: 20px;
}

    .error-content h2 {
        font-family: var(--font_brico);
        font-style: normal;
        font-weight: 700;
        font-size: 52px;
        line-height: 62px;
        text-transform: uppercase;
        color: var(--bs-white);
        margin-bottom: 7px;
    }

    .error-content p {
        font-family: var(--font_dmsans);
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        color: var(--bs-white);
    }

.text-slider {
    background: var(--bs-action);
    padding: 35px 0;
}

.text-slide {
    position: relative;
    margin-right: 55px;
}

    .text-slide h2 {
        position: relative;
        font-family: var(--font_brico);
        font-style: normal;
        font-weight: 700;
        font-size: 52px;
        line-height: 62px;
        color: var(--bs-black);
    }

@media only screen and (max-width: 767px) {
    .text-slide h2 {
        font-size: 40px;
    }
}

.text-slide::before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: -26px;
    top: 21px;
    background: var(--bs-black);
    border-radius: 100px;
}

.text-slide-2 h2 {
    color: #fff;
}

.text-slide-2::before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: -26px;
    top: 21px;
    background: #fff;
    border-radius: 100px;
}

.test-slider {
    background: #3b4eff;
    padding: 35px 0;
}

.slide-transtion {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.tpcauses-text-slider-active .swiper-slide {
    width: auto;
    display: block;
}

.faq-area .section-2__bottom {
    max-width: 1280px;
}

    .faq-area .section-2__bottom .title {
        text-indent: 263px;
        margin-bottom: 0;
    }

@media only screen and (max-width: 767px) {
    .faq-area .section-2__bottom .title {
        text-indent: 0px;
    }
}

.faq-content {
    max-width: 1280px;
    margin-left: auto;
}

    .faq-content .rr-accordion-item {
        border-bottom: 1px solid --bs-white;
    }

    .faq-content .rr-accordion-button {
        font-family: "Josefin Sans";
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 34px;
        color: #ffffff;
        width: 100%;
        text-align: left;
        padding-top: 30px;
        display: flex;
        justify-content: space-between;
        padding-bottom: 30px;
        align-items: end;
    }

        .faq-content .rr-accordion-button .number {
            font-family: var(--font_brico);
            font-style: normal;
            font-weight: 700;
            font-size: 18px;
            display: block;
            line-height: 28px;
            color: #ffffff;
        }

@media only screen and (max-width: 767px) {
    .faq-content .rr-accordion-button .number {
        font-size: 16px;
    }
}

.faq-content .rr-accordion-button .number .title {
    font-family: var(--font_brico);
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    color: #ffffff;
    cursor: pointer;
    margin-left: 54px;
}

@media only screen and (max-width: 767px) {
    .faq-content .rr-accordion-button .number .title {
        font-size: 22px;
        margin-left: 20px;
    }
}

.faq-content .rr-accordion-button .icon i {
    font-size: 18px;
    transform: rotate(-130deg);
}

.faq-content .rr-accordion-button-2 {
    border-top: 1px solid --bs-white;
}

.faq-content .rr-accordion-button.collapsed .icon {
    transform: rotate(70deg);
}

.faq-content .rr-accordion-body {
    margin-left: 95px;
}

@media only screen and (max-width: 767px) {
    .faq-content .rr-accordion-body {
        margin-left: 0;
    }
}

.faq-content .rr-accordion-body .desc {
    font-family: var(--font_dmsans);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #aaaaaa;
    margin-bottom: 30px;
}

.pricing {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    margin-bottom: 30px;
}

.pricing-content {
    background: #090909;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 30px 30px 25px 30px;
    margin: 20px;
}

    .pricing-content p {
        margin-top: 22px;
        font-family: var(--font_dmsans);
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        color: var(--bs-white);
    }

.pricing-badge {
    background: var(--bs-black);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 90px;
    padding: 7px 29px;
    display: inline-block;
    margin-bottom: 20px;
}

    .pricing-badge span {
        font-family: var(--font_dmsans);
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 23px;
        color: var(--bs-white);
    }

.pricing-price {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

    .pricing-price h2 {
        font-family: var(--font_brico);
        font-style: normal;
        font-weight: 700;
        font-size: 72px;
        line-height: 82px;
        color: var(--bs-white);
    }

@media (max-width: 575px) {
    .pricing-price h2 {
        font-size: 53px;
    }
}

.pricing-price h2 span {
    font-family: var(--font_brico);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 82px;
    color: var(--bs-white);
}

.pricing-list {
    margin-top: 52px;
    margin-left: 70px;
    margin-bottom: 52px;
}

    .pricing-list ul li {
        position: relative;
        margin-bottom: 20px;
        font-family: var(--font_dmsans);
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        color: #aaaaaa;
    }

        .pricing-list ul li::before {
            position: absolute;
            content: "";
            left: -20px;
            top: 8px;
            width: 10px;
            height: 10px;
            background: #aaaaaa;
            border-radius: 100px;
        }

.pricing-btn {
    margin: 20px;
}

.client-satisfaction__inner {
    display: grid;
    overflow: hidden;
    border-radius: 10px;
    background: var(--bs-white);
    grid-template-columns: 490px 1fr 490px;
}

@media only screen and (max-width: 1919px) {
    .client-satisfaction__inner {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (max-width: 1199px) {
    .client-satisfaction__inner {
        grid-template-columns: 1fr;
    }
}

.client-satisfaction__inner > *:nth-child(1) {
    background-color: var(--bs-action);
}

    .client-satisfaction__inner > *:nth-child(1) .content {
        height: 100%;
    }

.client-satisfaction__inner > *:nth-child(2) {
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 1919px) {
    .client-satisfaction__inner > *:nth-child(2) .content {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 1919px) {
    .client-satisfaction__inner > *:nth-child(2) .content h4 {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1919px) {
    .client-satisfaction__inner > *:nth-child(2) .media {
        min-height: 347px;
    }
}

.client-satisfaction__inner > *:nth-child(3) .content {
    background-color: #3b4eff;
}

    .client-satisfaction__inner > *:nth-child(3) .content .sub-title {
        color: var(--bs-white);
    }

    .client-satisfaction__inner > *:nth-child(3) .content h4 {
        color: var(--bs-white);
    }

.client-satisfaction__inner > *:nth-child(3) .content-bottom {
    padding: 45px;
}

@media only screen and (max-width: 1199px) {
    .client-satisfaction__inner > *:nth-child(3) .content-bottom {
        padding: 30px 20px;
    }
}

.client-satisfaction__item .content {
    padding: 45px;
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 1199px) {
    .client-satisfaction__item .content {
        padding: 30px 20px;
    }
}

.client-satisfaction__item .content p {
    color: var(--bs-black);
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    max-width: 377px;
}

.client-satisfaction__item .content .btn-wrap {
    margin-top: auto;
}

@media only screen and (max-width: 1199px) {
    .client-satisfaction__item .content .btn-wrap {
        margin-top: 30px;
    }
}

.client-satisfaction__item .sub-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: var(--bs-black);
    margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
    .client-satisfaction__item .sub-title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 20px;
    }
}

.client-satisfaction__item h4 {
    font-size: 100px;
    font-weight: 700;
    line-height: 100px;
    color: var(--bs-black);
    margin-bottom: 55px;
    font-family: var(--font_brico);
}

    .client-satisfaction__item h4 .odometer.odometer-auto-theme,
    .client-satisfaction__item h4 .odometer.odometer-theme-default {
        font-family: var(--font_brico);
        line-height: 1;
    }

@media only screen and (max-width: 1399px) {
    .client-satisfaction__item h4 {
        font-size: 70px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .client-satisfaction__item h4 {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .client-satisfaction__item h4 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 10px;
    }
}

.client-satisfaction__item .media {
    margin-top: auto;
}

    .client-satisfaction__item .media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.portfolio-details .portfolio-details-inner {
    padding-top: 250px;
}

@media only screen and (max-width: 991px) {
    .portfolio-details .portfolio-details-inner {
        padding-top: 230px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-details .portfolio-details-inner {
        padding-top: 180px;
    }
}

@media (max-width: 575px) {
    .portfolio-details .portfolio-details-inner {
        padding-top: 160px;
    }
}

.portfolio-details__content .title {
    font-weight: 700;
    font-size: 100px;
    line-height: 110px;
    color: var(--bs-white);
    margin-bottom: 15px;
    text-align: center;
    margin-bottom: 35px;
}

@media only screen and (max-width: 991px) {
    .portfolio-details__content .title {
        font-size: 80px;
    }
}

@media only screen and (max-width: 1199px) {
    .portfolio-details__content .title {
        font-size: 80px;
        line-height: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-details__content .title {
        font-size: 60px;
        line-height: 70px;
    }
}

@media (max-width: 575px) {
    .portfolio-details__content .title {
        font-size: 35px;
        line-height: 45px;
    }
}

.portfolio-details .meta-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

    .portfolio-details .meta-list li {
        padding: 4px 25px;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 26px;
        color: var(--bs-white);
        text-transform: uppercase;
        border: 1px solid var(--bs-white);
        border-radius: 90px;
    }

@media only screen and (max-width: 991px) {
    .portfolio-details .meta-list li {
        font-size: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-details .meta-list li {
        padding: 3px 18px;
        font-family: "DM Sans";
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
        font-size: 12px;
    }
}

.portfolio-details__info {
    display: flex;
    gap: 10px 55px;
    margin: 0 auto;
    margin-top: 60px;
    max-width: 1320px;
    padding: 35px 50px;
    border-radius: 10px;
    justify-content: center;
    border: 1px solid #282828;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: inset -10px 0px 10px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 1919px) {
    .portfolio-details__info {
        padding: 35px 35px;
    }
}

@media only screen and (max-width: 1399px) {
    .portfolio-details__info {
        padding: 35px 30px;
        gap: 10px 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .portfolio-details__info {
        padding: 35px 20px;
        gap: 10px 15px;
    }
}

@media only screen and (max-width: 991px) {
    .portfolio-details__info {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 20px 15px;
    }
}

.portfolio-details__info-item:not(:last-child) {
    padding-right: 55px;
    border-right: 1px solid #282828;
}

@media only screen and (max-width: 1399px) {
    .portfolio-details__info-item:not(:last-child) {
        padding-right: 29px;
    }
}

@media only screen and (max-width: 1199px) {
    .portfolio-details__info-item:not(:last-child) {
        padding-right: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .portfolio-details__info-item:not(:last-child) {
        border-right: none;
    }
}

.portfolio-details__info-item span {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #aaaaaa;
    display: block;
    margin-bottom: 10px;
}

.portfolio-details__info-item h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}

    .portfolio-details__info-item h6 i {
        margin-left: 10px;
    }

    .portfolio-details__info-item h6:hover a {
        color: var(--bs-action);
        ;
    }

.portfolio-details-main .portfolio-details-inner {
    max-width: 1320px;
    margin: 0 auto;
    margin-top: 60px;
}

.portfolio-details-main .title {
    font-weight: 700;
    font-size: 52px;
    line-height: 62px;
    color: var(--bs-white);
    margin-bottom: 35px;
}

@media only screen and (max-width: 1199px) {
    .portfolio-details-main .title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .portfolio-details-main .title {
        font-size: 35px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-details-main .title {
        font-size: 28px;
        line-height: 38px;
    }
}

@media (max-width: 575px) {
    .portfolio-details-main .title {
        font-size: 20px;
        line-height: 30px;
    }
}

.portfolio-details-main .content .sub-title {
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 30px;
}

@media (max-width: 575px) {
    .portfolio-details-main .content .sub-title {
        font-size: 18px;
        line-height: 28px;
    }
}

.portfolio-details-main .content .content-list {
    margin-bottom: 25px;
}

    .portfolio-details-main .content .content-list li {
        position: relative;
        font-family: var(--font_brico);
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        color: var(--bs-white);
        padding-left: 25px;
    }

        .portfolio-details-main .content .content-list li:not(:last-child) {
            margin-bottom: 12px;
        }

        .portfolio-details-main .content .content-list li::before {
            position: absolute;
            content: "";
            left: 0;
            height: 11px;
            width: 11px;
            top: 50%;
            background: #fff;
            transform: translate(0px, -50%);
            border-radius: 100px;
        }

.portfolio-details-main .description {
    color: #aaaaaa;
    margin-bottom: 60px;
}

.portfolio-details-main .thumb {
    margin-bottom: 60px;
    overflow: hidden;
}

    .portfolio-details-main .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

.portfolio-details-main .list {
    margin-top: -25px;
    margin-bottom: 60px;
}

    .portfolio-details-main .list li {
        position: relative;
        padding-left: 25px;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        color: #aaaaaa;
    }

        .portfolio-details-main .list li::before {
            position: absolute;
            content: "";
            left: 0;
            height: 11px;
            width: 11px;
            top: 50%;
            background: #aaaaaa;
            transform: translate(0px, -50%);
            border-radius: 100px;
        }

/*----------------------------------------*/
/*  5.3 blog-details
/*----------------------------------------*/
.blog-details-inner {
    text-align: center;
    padding-top: 250px;
    padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
    .blog-details-inner {
        padding-top: 230px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-details-inner {
        padding-top: 180px;
        padding-bottom: 60px;
    }
}

@media (max-width: 575px) {
    .blog-details-inner {
        padding-top: 160px;
    }
}

.blog-details-inner .section-heading .creative {
    padding: 10px 27px;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: var(--bs-black);
    background-color: var(--bs-secondary);
    border-radius: 500px;
    margin-bottom: 25px;
    display: inline-block;
}

.blog-details-inner .section-heading .date {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 35px;
}

.blog-details-inner .section-heading .title {
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    color: var(--bs-white);
    margin-bottom: 35px;
}

@media only screen and (max-width: 1199px) {
    .blog-details-inner .section-heading .title {
        font-size: 50px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .blog-details-inner .section-heading .title {
        font-size: 40px;
        line-height: 50px;
    }

        .blog-details-inner .section-heading .title br {
            display: none;
        }
}

@media only screen and (max-width: 767px) {
    .blog-details-inner .section-heading .title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-details-inner .section-heading .title {
        font-size: 25px;
        line-height: 30px;
    }
}

.blog-details-inner .author-info {
    gap: 54px;
    display: flex;
    text-align: left;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .blog-details-inner .author-info {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.blog-details-inner .author-info .author {
    gap: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .blog-details-inner .author-info .author .media {
        width: 66px;
        height: 66px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 500px;
    }

        .blog-details-inner .author-info .author .media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .blog-details-inner .author-info .author .text span {
        font-size: 18px;
        color: #bbbbbb;
        display: inline-block;
        margin-bottom: 5px;
    }

    .blog-details-inner .author-info .author .text h6 {
        font-size: 18px;
        font-weight: 600;
    }

.blog-details-inner .author-info .author-date span {
    font-size: 18px;
    color: #bbbbbb;
    display: inline-block;
    margin-bottom: 5px;
}

.blog-details-inner .author-info .author-date h6 {
    font-size: 16px;
    font-weight: 600;
}

@media only screen and (max-width: 1199px) {
    .blog-details .media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.blog__details {
    max-width: 834px;
    margin-left: 250px;
    margin-top: 60px;
    margin-bottom: 120px;
}

@media only screen and (max-width: 1919px) {
    .blog__details {
        margin-left: 0;
    }
}

.blog__details-content img {
    width: auto;
    overflow: hidden;
    max-width: 100%;
}

.blog__details-content h1,
.blog__details-content h2,
.blog__details-content h3,
.blog__details-content h4,
.blog__details-content h5,
.blog__details-content h6 {
    margin-bottom: 35px;
    font-size: 42px;
    line-height: 52px;
    color: var(--bs-white);
}

@media (max-width: 575px) {
    .blog__details-content h1,
    .blog__details-content h2,
    .blog__details-content h3,
    .blog__details-content h4,
    .blog__details-content h5,
    .blog__details-content h6 {
        font-size: 35px;
    }
}

.blog__details-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 35px;
    color: #aaaaaa;
}

.blog__details-content img {
    margin-bottom: 60px;
}

.blog__details-content img {
    max-width: 400px;
}

@media only screen and (max-width: 1399px) {
    .blog__details-content img {
        max-width: 350px;
    }
}

@media only screen and (max-width: 767px) {
    .blog__details-content img {
        margin-left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.blog__details-content img + img {
    margin-left: 25px;
}

@media only screen and (max-width: 767px) {
    .blog__details-content img + img {
        margin-left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.blog__details-content blockquote {
    margin-top: 60px;
    position: relative;
    display: flex;
    gap: 35px;
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .blog__details-content blockquote {
        flex-wrap: wrap;
        margin-bottom: 40px;
        margin-top: 40px;
        gap: 20px;
    }
}

.blog__details-content blockquote p {
    font-family: var(--font_brico);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 30px;
    color: var(--bs-white);
}

.blog__details-content blockquote span:not(.icon) {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: var(--rr-text-body);
}

.blog__details-content blockquote span.icon img {
    margin: 0;
}

.blog__details-meta {
    gap: 2px 32px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
}

    .blog__details-meta li {
        display: flex;
        align-items: center;
    }

        .blog__details-meta li a {
            display: flex;
            align-items: center;
        }

        .blog__details-meta li i {
            font-size: 16px;
            margin-right: 8px;
            color: var(--rr-theme-primary);
        }

        .blog__details-meta li:hover a {
            color: var(--rr-theme-primary);
        }

.blog__details-thumb {
    overflow: hidden;
}

    .blog__details-thumb img {
        margin-bottom: 0;
    }

.blog__details-bottom {
    margin-top: 60px;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    gap: 10px;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .blog__details-bottom {
        flex-wrap: wrap;
        margin-top: 40px;
    }
}

.blog__details-bottom .share-social-media {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.blog__details-bottom .share-social-media_wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
}

    .blog__details-bottom .share-social-media_wrapper span {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        color: var(--bs-white);
        font-family: var(--font_brico);
    }

.blog__details-bottom .share-social-media a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    color: var(--bs-black);
    justify-content: center;
    transition: all 0.3s;
    background: var(--bs-white);
    border-radius: 500px;
}

    .blog__details-bottom .share-social-media a:hover {
        background: var(--bs-action);
        ;
    }

.blog__details-bottom-tags {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.blog__details-bottom-tags_wapper {
    display: flex;
    gap: 20px;
    align-items: center;
}

    .blog__details-bottom-tags_wapper span {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        color: var(--bs-white);
        font-family: var(--font_brico);
    }

.blog__details-bottom-tags a {
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    padding: 3px 20px;
    border-radius: 500px;
    color: var(--bs-black);
    transition: all 0.3s;
    background-color: var(--bs-white);
}

    .blog__details-bottom-tags a:hover {
        background: var(--bs-action);
        ;
    }

.blog__details-pagination {
    margin-top: 83px;
    gap: 20px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #282828;
    padding: 30px;
    box-shadow: inset -10px 0px 10px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    border-radius: 10px;
}

    .blog__details-pagination a {
        color: var(--bs-white);
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        text-transform: uppercase;
        font-size: 16px;
        transition: all 0.3s;
        font-weight: 700;
    }

        .blog__details-pagination a svg {
            transition: all 0.3s;
        }

        .blog__details-pagination a:hover {
            color: var(--bs-action);
            ;
        }

            .blog__details-pagination a:hover svg {
                stroke: var(--bs-action);
                ;
            }

.author-widget {
    margin-top: 37px;
    padding: 45px;
    gap: 25px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #282828;
    box-shadow: inset -10px 0px 10px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    .author-widget {
        flex-wrap: wrap;
        padding: 30px 20px;
    }
}

.author-widget-media {
    width: 130px;
    height: 130px;
    min-width: 130px;
}

    .author-widget-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.author-widget-text__title {
    font-weight: 600;
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 20px;
}

.author-widget-text h6 {
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 575px) {
    .author-widget-text h6 {
        font-size: 18px;
    }
}

.live-comment-widget {
    margin-top: 60px;
}

    .live-comment-widget h4 {
        margin-bottom: 35px;
    }

@media (max-width: 575px) {
    .live-comment-widget h4 {
        font-size: 35px;
    }
}

.live-comment-widget .contact-us-message__form-input {
    margin-bottom: 30px;
}

    .live-comment-widget .contact-us-message__form-input input {
        width: 100%;
        color: var(--bs-white);
        padding: 20px 25px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid #282828;
        box-shadow: inset -10px 0px 10px rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(5px);
        border-radius: 10px;
    }

        .live-comment-widget .contact-us-message__form-input input::placeholder {
            color: #aaaaaa;
            font-size: 16px;
            line-height: 20px;
        }

        .live-comment-widget .contact-us-message__form-input input:hover, .live-comment-widget .contact-us-message__form-input input:focus {
            outline: none;
        }

    .live-comment-widget .contact-us-message__form-input textarea {
        width: 100%;
        padding: 20px 25px;
        background: rgba(255, 255, 255, 0.05);
        color: var(--bs-white);
        border: 1px solid #282828;
        box-shadow: inset -10px 0px 10px rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(5px);
        border-radius: 10px;
        height: 189px;
    }

        .live-comment-widget .contact-us-message__form-input textarea::placeholder {
            color: #aaaaaa;
            font-size: 16px;
            line-height: 20px;
        }

        .live-comment-widget .contact-us-message__form-input textarea:hover, .live-comment-widget .contact-us-message__form-input textarea:focus {
            outline: none;
        }

.live-comment-widget .contact-us-message__form .btn-black-2 {
    background: var(--bs-action);
    ;
    color: var(--bs-black);
}

    .live-comment-widget .contact-us-message__form .btn-black-2::before {
        background: var(--bs-black);
    }

    .live-comment-widget .contact-us-message__form .btn-black-2::after {
        background: var(--bs-white);
    }

/*----------------------------------------*/
/*  5.2 sidebar
/*----------------------------------------*/
.blog__right {
    margin-top: 60px;
    margin-left: -80px;
}

@media only screen and (max-width: 1919px) {
    .blog__right {
        margin-left: 0;
    }
}

.sidebar__widget {
    max-width: 413px;
}

@media only screen and (max-width: 1199px) {
    .sidebar__widget {
        max-width: 100%;
    }
}

.sidebar__widget:not(:last-child) {
    margin-bottom: 35px;
}

.sidebar__widget {
    padding: 35px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #282828;
    box-shadow: inset -10px 0px 10px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    border-radius: 10px;
}

@media only screen and (max-width: 1399px) {
    .sidebar__widget {
        padding: 30px 25px;
    }
}

@media (max-width: 575px) {
    .sidebar__widget {
        padding: 35px;
    }
}

.sidebar__widget-title {
    font-size: 25px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 35px;
    color: var(--bs-white);
    font-family: var(--font_brico);
}

.sidebar__widget-search .search__bar {
    position: relative;
    height: 60px;
    overflow: hidden;
}

    .sidebar__widget-search .search__bar input {
        width: 100%;
        height: 100%;
        color: var(--bs-white);
        border: none;
        padding: 17px 25px;
        box-shadow: none;
        border-radius: 10px;
        padding-right: 70px;
        background: var(--bs-black);
    }

        .sidebar__widget-search .search__bar input::placeholder {
            font-family: var(--font_dmsans);
            font-weight: 400;
            font-size: 16px;
            line-height: 26px;
            color: #aaaaaa;
        }

        .sidebar__widget-search .search__bar input:hover, .sidebar__widget-search .search__bar input:focus {
            outline: none;
        }

    .sidebar__widget-search .search__bar button {
        right: 0;
        padding: 0;
        width: 60px;
        height: 100%;
        position: absolute;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
        color: var(--bs-black);
        background: var(--bs-action);
        ;
        border-radius: 0px 10px 10px 0px;
    }

        .sidebar__widget-search .search__bar button:hover {
            background: var(--bs-secondary);
        }

.sidebar__widget-category a {
    font-size: 18px;
    line-height: 28px;
    color: #aaaaaa;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 10px;
}

    .sidebar__widget-category a .title {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .sidebar__widget-category a:last-child {
        margin-bottom: 0;
    }

    .sidebar__widget-category a i {
        font-size: 18px;
        line-height: 28px;
        color: #aaaaaa;
    }

    .sidebar__widget-category a:hover {
        color: var(--bs-action);
        ;
    }

        .sidebar__widget-category a:hover i {
            color: var(--bs-action);
            ;
        }

.sidebar__widget-post {
    gap: 25px;
    display: flex;
    align-items: center;
}

    .sidebar__widget-post:not(:last-child) {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

.sidebar__widget-post__thum {
    width: 90px;
    height: 90px;
    overflow: hidden;
    min-width: 90px;
    display: block;
}

    .sidebar__widget-post__thum img {
        width: 100%;
        height: 100%;
        transition: all 0.3s;
        object-fit: cover;
    }

        .sidebar__widget-post__thum img:hover {
            transform: scale(1.1);
        }

.sidebar__widget-post__content-meta {
    margin-bottom: 8px;
}

    .sidebar__widget-post__content-meta li {
        display: flex;
        align-items: center;
        gap: 5px;
        flex-wrap: wrap;
    }

        .sidebar__widget-post__content-meta li a {
            font-size: 16px;
            line-height: 22px;
            align-items: center;
            text-transform: uppercase;
            color: var(--bs-white);
        }

        .sidebar__widget-post__content-meta li i {
            font-size: 14px;
            color: var(--rr-text-body);
        }

        .sidebar__widget-post__content-meta li a:hover {
            color: var(--bs-action);
            ;
        }

            .sidebar__widget-post__content-meta li a:hover i {
                color: var(--bs-primary);
            }

.sidebar__widget-post__content-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    font-family: var(--font_brico);
    color: var(--bs-white);
}

@media (max-width: 575px) {
    .sidebar__widget-post__content-title {
        font-size: 14px;
        line-height: 18px;
    }
}

.sidebar__widget-post__content-title:hover {
    color: var(--bs-action);
    ;
}

.sidebar__widget-tags .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 7px;
}

    .sidebar__widget-tags .tags a {
        overflow: hidden;
        padding: 2px 21px;
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 26px;
        border-radius: 500px;
        display: flex;
        align-items: center;
        transition: all 0.3s;
        color: var(--bs-white);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

        .sidebar__widget-tags .tags a:hover {
            color: var(--bs-black);
            background: var(--bs-action);
            ;
        }
/*# sourceMappingURL=style.css.map */
