/*-----------------------------------------------------------------------------------

    Template Name: Artificial Intelligence Startup HTML5 Template
    Author: RRDevs
    Support: https://support.rrdevs.net
    Description: Artificial Intelligence Startup HTML5 Template
    Version: 1.0
	Developer: Soukhin khan (https://github.com/Soukhinkhan)

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

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

	-----------------
    01. THEME CSS
	-----------------
		1.1 colors
		1.2 mixins
		1.3 extends
		1.4 breakpoints
		1.5 typography
		1.6 root
		1.7 common
		1.8 spacing
		1.9 index

	-----------------
    02. COMPONENTS CSS
	-----------------
		2.1 color
		2.2 background
		2.3 buttons
		2.4 offcanvas
		2.5 niceselect
		2.6 sectiontitle
		2.7 breadcrumb
		2.8 lightmode
		2.9 carousel
		2.10 backtotop
		2.11 animation
		2.12 preloader
		2.13 rangeSlider
		2 index

	-----------------
    03. HEADER CSS
	-----------------
		3.1 header-1
		3.2 header-2
		3.3 header-3
		3.4 header-common
		3 index

    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Meanmenu
		4.2 Menu
		4 index

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 blog
		5.2 postbox
		5.3 sidebar
		5.4 blog-details
		5 index

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 footer
		6.2 footer-2
		6.3 footer-3
		6.4 footer-copyright
		6. index

	---------------------------------
	07. CTA CSS
	---------------------------------
		7.1 cta
		7. index

	---------------------------------
	08. BRAND CSS
	---------------------------------
		8.1 brand
		8. index

	---------------------------------
	07. PAGES CSS
	---------------------------------
		8.1 404
		8.2 faq
		8.3 feedback
		8.4 portfolio
		8.5 pricing
		8.6 service
		8.7 about
		8.8 contact-us
		8.9 service-details
		8.10 project-details
		8.11 team-details
		8.12 home1
		8.13 home2
		8.14 home3
		8.15 index
 */
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Langar&amp;family=Space+Grotesk:wght@300..700&amp;display=swap");

.mean-container .mean-nav ul li > a.mean-expand i, .main-menu ul li .submenu, .main-menu ul li .submenu li a::before, .main-menu ul li .mega-menu, .main-menu ul li .mega-menu li ul li a::before, .offcanvas__overlay, .offcanvas__navigation button svg, .rr-btn svg path, .rr-btn.btn-transparent.btn-border-gray i, .body__overlay, a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
li,
img,
svg,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

/* transform */
.faq__item .accordion-header .accordion-button::after, .faq-2__item .accordion-header .accordion-button::after, .faq-4__item .accordion-header .accordion-button::after, .faq-5__item .accordion-header .accordion-button::after, .faq-9__item .accordion-header .accordion-button::after, .faq-10__item .accordion-header .accordion-button::after, .breadcrumb__menu ul li:not(:last-child)::before, .nice-select::after {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

:root {
    /**
  @font family declaration
  */
    --rr-ff-heading: 'Space Grotesk', sans-serif;
    --rr-ff-body: 'Inter', sans-serif;
    --rr-ff-fontawesome: "Font Awesome 6 Pro";
    /**
  @color declaration
  */
    --rr-common-white: #FFFFFF;
    --rr-common-black: #000000;
    --rr-common-placeholder: #4A5764;
    --rr-body-primary: #fff;
    --rr-theme-primary: #f8ab0c;
    --rr-theme-primary1: linear-gradient(90deg, #2B22E0 0%, #46429E 100%);
    --rr-theme-primary2: #8B3DFF;
    --rr-theme-primary6: #ACE20C;
    --rr-theme-primary7: #f8ab0c;
    --rr-theme-primary9: #CCFF02;
    --rr-theme-primary8: #f8ab0c;
    --rr-theme-primary10: #FB5C66;
    --rr-heading-primary: #050513;
    --rr-text-body: rgba(5, 5, 19, 0.6);
    --rr-text-primary: #000;
    --rr-shadow-primary: 0px 30px 60px 0px rgba(0, 15, 32, 0.1);
    --rr-background-pastel-blue: #EFF3F6;
    --rr-background-body-2-bg: #18181B;
    --rr-border-primary: 1px solid rgba(5, 5, 19, 0.14);
    /**
  @font weight declaration
  */
    --rr-fw-normal: normal;
    --rr-fw-thin: 100;
    --rr-fw-elight: 200;
    --rr-fw-light: 300;
    --rr-fw-regular: 400;
    --rr-fw-medium: 500;
    --rr-fw-sbold: 600;
    --rr-fw-bold: 700;
    --rr-fw-ebold: 800;
    --rr-fw-black: 900;
    /**
  @font size declaration
  */
    --rr-fs-body: 18px;
    --rr-fs-body2: 18px;
    --rr-fs-p: 15px;
    --rr-fs-h1: 70px;
    --rr-fs-h2: 44px;
    --rr-fs-h3: 30px;
    --rr-fs-h4: 24px;
    --rr-fs-h5: 20px;
    --rr-fs-h6: 15px;
    --rr-lh-body: 28px;
    --rr-lh-body2: 28px;
    --rr-lh-p: 24px;
    --rr-lh-h1: 72px;
    --rr-lh-h2: 56px;
    --rr-lh-h3: 30px;
    --rr-lh-h4: 28px;
    --rr-lh-h5: 32px;
    --rr-lh-h6: 30px;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

/*---------------------------------
    Typography css start 
---------------------------------*/
body {
    font-family: var(--rr-ff-body);
    font-size: var(--rr-fs-body);
    font-weight: normal;
    color: var(--rr-text-body);
    line-height: var(--rr-lh-body);
    background: var(--rr-body-primary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, .h1 h2,
.h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: var(--rr-fw-bold);
    word-break: break-word;
}

h1, .h1 {
    font-size: var(--rr-fs-h1);
    line-height: var(--rr-lh-h1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    h1, .h1 {
        font-size: 60px;
        line-height: 72px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1, .h1 {
        font-size: 52px;
        line-height: 64px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    h1, .h1 {
        font-size: 50px;
        line-height: 52px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    h1, .h1 {
        font-size: 38px;
        line-height: 50px;
    }
}

@media (max-width: 575px) {
    h1, .h1 {
        font-size: 32px;
        line-height: 44px;
    }
}

h2, .h2 {
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h2, .h2 {
        font-size: 38px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    h2, .h2 {
        font-size: 40px;
        line-height: 52px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    h2, .h2 {
        font-size: 40px;
        line-height: 52px;
    }
}

@media (max-width: 575px) {
    h2, .h2 {
        font-size: var(--rr-fs-h3);
        line-height: 42px;
    }
}

@media (max-width:450px) {
    h2, .h2 {
        font-size: 27px;
        line-height: 37px;
    }
}

h3, .h3 {
    font-size: var(--rr-fs-h3);
    line-height: var(--rr-lh-h3);
}

@media (max-width: 575px) {
    h3, .h3 {
        font-size: var(--rr-fs-h3);
        line-height: 42px;
    }
}

@media (max-width:450px) {
    h3, .h3 {
        font-size: 27px;
        line-height: 37px;
    }
}

h4, .h4 {
    font-size: var(--rr-fs-h4);
    line-height: var(--rr-lh-h4);
}

h5, .h5 {
    font-size: var(--rr-fs-h5);
    line-height: var(--rr-lh-h5);
}

h6, .h6 {
    font-size: var(--rr-fs-h6);
    line-height: var(--rr-lh-h6);
}

ul {
    margin: 0px;
    padding: 0px;
}

p {
    font-size: var(--rr-fs-p);
    font-weight: var(--rr-fw-normal);
    color: var(--rr-text-body);
    line-height: var(--rr-lh-p);
    margin-bottom: 0;
}

.body-2 {
    font-size: var(--rr-fs-body2);
    line-height: var(--rr-lh-body2);
    font-weight: var(--rr-fw-light);
}

a {
    text-decoration: none;
}

    a:focus,
    .button:focus {
        text-decoration: none;
        outline: none;
    }

    a:focus,
    a:hover {
        text-decoration: none;
        color: inherit;
    }

a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}

img {
    width: 74%;
    height: auto;
    object-fit: cover;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

hr:not([size]) {
    margin: 0;
    border-color: var(--rr-border-primary);
    opacity: 1;
    border-width: 1px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea {
    background-color: var(--rr-common-white);
    color: var(--rr-heading-primary);
    outline: none;
    width: 100%;
    font-size: 16px;
    border: 1px solid rgba(5, 5, 19, 0.14);
}

textarea {
    background-color: var(--rr-common-white);
    color: var(--rr-heading-primary);
    outline: none;
    width: 100%;
    height: 50px;
    font-size: 16px;
    border: 1px solid rgba(5, 5, 19, 0.14);
}

*::-moz-selection {
    background: var(--rr-common-selection);
    color: var(--rr-common-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--rr-common-selection);
    color: var(--rr-common-white);
    text-shadow: none;
}

::selection {
    background: var(--rr-common-selection);
    color: var(--rr-common-white);
    text-shadow: none;
}

::selection {
    background: var(--rr-common-black);
    color: var(--rr-common-white);
    text-shadow: none;
}

*::-moz-placeholder {
    opacity: 1;
    font-size: 16px;
}

    *::-moz-placeholder::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: var(--rr-common-placeholder);
    }

    *::-moz-placeholder::-moz-placeholder { /* Firefox 19+ */
        color: var(--rr-common-placeholder);
    }

    *::-moz-placeholder:-moz-placeholder { /* Firefox 4-18 */
        color: var(--rr-common-placeholder);
    }

    *::-moz-placeholder:-ms-input-placeholder { /* IE 10+  Edge*/
        color: var(--rr-common-placeholder);
    }

    *::-moz-placeholder::placeholder { /* MODERN BROWSER */
        color: var(--rr-common-placeholder);
    }

*::placeholder {
    opacity: 1;
    font-size: 16px;
}

    *::placeholder::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: var(--rr-common-placeholder);
    }

    *::placeholder::-moz-placeholder { /* Firefox 19+ */
        color: var(--rr-common-placeholder);
    }

    *::placeholder:-moz-placeholder { /* Firefox 4-18 */
        color: var(--rr-common-placeholder);
    }

    *::placeholder:-ms-input-placeholder { /* IE 10+  Edge*/
        color: var(--rr-common-placeholder);
    }

    *::placeholder::placeholder { /* MODERN BROWSER */
        color: var(--rr-common-placeholder);
    }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*----------------------------------------
   Bootstrap customize
-----------------------------------------*/
.container {
    --bs-gutter-x: 30px;
    max-width: 1320px;
}

.custom-container {
    --bs-gutter-x: 30px;
    max-width: 1880px;
    width: 100%;
    margin: 0 auto;
}

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

.row-none {
    --bs-gutter-x: none !important;
}

.g-40,
.gx-40 {
    --bs-gutter-x: 40px;
}

.g-40,
.gy-40 {
    --bs-gutter-y: 40px;
}

.g-50,
.gx-50 {
    --bs-gutter-x: 50px;
}

.g-50,
.gy-50 {
    --bs-gutter-y: 50px;
}

.g-60,
.gy-60 {
    --bs-gutter-y: 60px;
}

#scroll-percentage {
    position: absolute;
}

#scroll-percentage {
    height: 60px;
    width: 60px;
    background-color: var(--rr-common-white);
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 50px;
    transform: scale(0);
    display: grid;
    place-items: center;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
}

@media only screen and (max-width: 992px) {
    #scroll-percentage {
        right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    #scroll-percentage {
        bottom: 20px;
        right: 20px;
    }
}

#scroll-percentage.active {
    bottom: 50px;
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
    animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: var(--rr-theme-primary2);
}

@media only screen and (max-width: 992px) {
    #scroll-percentage.active {
        bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    #scroll-percentage.active {
        bottom: 20px;
    }
}

.return {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#scroll-percentage-value {
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    background-color: var(--rr-common-white);
    color: var(--rr-theme-primary2);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: var(--rr-fw-sbold);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

    #scroll-percentage-value i {
        font-size: var(--rr-fs-h5);
    }

@-webkit-keyframes scrollToTop {
    0% {
        -webkit-transform: translate3d(0, 80%, 0);
        transform: translate3d(0, 80%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes scrollToTop {
    0% {
        -webkit-transform: translate3d(0, 80%, 0);
        transform: translate3d(0, 80%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes wobble-vertical {
    16.65% {
        transform: translateY(8px);
    }

    33.3% {
        transform: translateY(-6px);
    }

    49.95% {
        transform: translateY(4px);
    }

    66.6% {
        transform: translateY(-2px);
    }

    83.25% {
        transform: translateY(1px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes wobble-vertical {
    16.65% {
        transform: translateY(8px);
    }

    33.3% {
        transform: translateY(-6px);
    }

    49.95% {
        transform: translateY(4px);
    }

    66.6% {
        transform: translateY(-2px);
    }

    83.25% {
        transform: translateY(1px);
    }

    100% {
        transform: translateY(0);
    }
}
/*  Custom Cursor */
@media (min-width: 992px) {
    .mt-cursor {
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        position: fixed;
        left: 10px;
        top: 10px;
        user-select: none;
        pointer-events: none;
        visibility: hidden;
        z-index: 10000;
        -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

        .mt-cursor:before {
            background: var(--rr-theme-primary);
            opacity: 1;
            content: "";
            width: 100%;
            height: 100%;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 0;
            transition: all 0.3s ease;
        }

        .mt-cursor.cursor-grow:before {
            opacity: 0.7;
            transform: scale(1.5);
            transition: all 0.3s ease;
        }

        .mt-cursor.hide {
            opacity: 0;
            transition: opacity 0.3s ease;
            transition-delay: 0.4s;
        }

            .mt-cursor.hide .inner {
                transform: scale(0.1);
                transition: transform 0.3s ease;
            }
}
/*---------------------------------
    1.7 common
---------------------------------*/
.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.z-index-1 {
    z-index: 1;
}

.p-l-0 {
    padding-left: 0 !important;
}

.z-index-11 {
    z-index: 11;
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.include-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.valign {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body__overlay {
    background-color: var(--rr-common-heading);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.body__overlay {
    background-color: var(--rr-common-heading);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

    .body__overlay.opened {
        opacity: 0.7;
        visibility: visible;
    }

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

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

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

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

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .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(--rr-common-white);
    }

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

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

.z-index-1 {
    z-index: 1;
}

.bg-cover {
    background-size: cover;
}

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

.mb-2 {
    margin-bottom: 2px !important;
}

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

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

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

.p-0-5 {
    padding: 0 5px;
}

.p-0-5-20 {
    padding: 0 15px 0 5px;
}

@media (max-width: 575px) {
    .p-0-5-20 {
        padding: 0 15px 0 15px;
    }
}

.row-reverse {
    flex-direction: row-reverse;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-responsive {
        margin-top: 30px;
    }
}

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

section {
    margin-top: -2px;
}

@media (max-width:450px) {
    .mr-xs-0 {
        margin-right: 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pl-md-0 {
        padding-left: 0;
    }
}

.tab-ml-50 {
    margin-left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tab-ml-50 {
        margin-left: 0;
    }
}

.product-flex {
    display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .product-flex {
        display: block;
    }
}

@media (max-width: 575px) {
    .mt-xs-0 {
        margin-top: 0 !important;
    }
}

/*---------------------------------
	1.8 spacing
---------------------------------*/
.section-space {
    padding-top: 120px;
    padding-bottom: 120px;
}

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

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-space {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

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

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

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-space-5 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

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

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

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-space-top {
        padding-top: 70px;
    }
}

.section-space-top-5 {
    padding-top: 130px;
}

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

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-space-top-5 {
        padding-top: 70px;
    }
}

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

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

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-space-bottom {
        padding-bottom: 70px;
    }
}

.section-space-bottom-5 {
    padding-bottom: 130px;
}

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

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-space-bottom-5 {
        padding-bottom: 70px;
    }
}

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

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

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-space-bottom-2 {
        padding-bottom: 70px;
    }
}

.section-space-bottom-4 {
    padding-bottom: 105px;
}

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

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-space-bottom-4 {
        padding-bottom: 70px;
    }
}

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

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

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-space-2 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

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

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

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-space-3 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.section-space-9 {
    padding-top: 210px;
    padding-bottom: 180px;
}

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

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

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-space-9 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.section-space-10 {
    padding-top: 110px;
    padding-bottom: 80px;
}

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

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-space-10 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

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

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

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-space-8 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.section-space-top-14 {
    padding-top: 110px;
}

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

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-space-top-14 {
        padding-top: 70px;
    }
}

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

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

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-space-11 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.section-space-12 {
    padding-top: 110px;
    padding-bottom: 140px;
}

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

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-space-12 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

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

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

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section-space-13 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

/*----------------------------------------*/
/*  2.1 color
/*----------------------------------------*/
.color-white {
    color: var(--rr-common-white);
}

.color-heading-primary {
    color: var(--rr-heading-primary);
}

/*----------------------------------------*/
/*  2.2 background
/*----------------------------------------*/
.white-bg {
    background-color: var(--rr-common-white);
}

.black-bg {
    background-color: var(--rr-common-black);
}

.heading-bg {
    background-color: var(--rr-heading-primary);
}

.blue-gray {
    background-color: #132739;
}

.pastel-blue-bg {
    background-color: var(--rr-background-pastel-blue);
}

.bg-gradient {
    background: linear-gradient(90deg, #674AD9 0%, #FB5141 50.52%, #089EFF 100%);
}

.body-2-bg {
    background: var(--rr-background-body-2-bg);
}

.soft-light-blue {
    background-color: #EDF2F7;
}

.light-blue {
    background-color: #EDF0F7;
}

.green-gray {
    background-color: #E9EEE2;
}

.hero-bg-dark {
    background-color: #222225;
}

.footer-2-bg {
    background-color: #100F0F;
}

.op-bg {
    background-color: #0F0F1C;
}

.alice-blue-bg {
    background-color: #EEF5FD;
}

.raisin-black {
    background-color: #191927;
}

.home-7-bg-black {
    background-color: #0B1926;
}

/*----------------------------------------*/
/*  2.3 buttons
/*----------------------------------------*/
.rr-btn {
    background-color: var(--rr-theme-primary);
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-sbold);
    font-size: 16px;
    font-style: normal;
    line-height: 19px;
    padding: 11px 28px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 5;
}

    .rr-btn i {
        font-size: 14px;
    }

.rr-btn-bold {
    font-weight: var(--rr-fw-bold);
}

.rr-btn:focus {
    color: var(--rr-common-white);
}

.rr-btn::before {
    background: var(--rr-heading-primary);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-165%, 0) rotate(0deg);
    transform-origin: right bottom;
    transition: all 0.35s;
    z-index: -1;
    content: "";
}

.rr-btn:hover {
    color: var(--rr-common-white);
    background: var(--rr-heading-primary);
}

    .rr-btn:hover::before {
        transform: translate(0, 0);
    }

    .rr-btn:hover svg path[fill="#00160A"] {
        fill: var(--rr-common-white);
    }

.rr-btn.btn-hover-white::before {
    background-color: var(--rr-common-white);
}

.rr-btn.btn-hover-white:hover {
    color: var(--rr-heading-primary);
}

    .rr-btn.btn-hover-white:hover svg path[fill=white] {
        fill: var(--rr-heading-primary);
    }

.rr-btn.btn-transparent {
    padding: 12px 28px;
    border: 1px solid rgba(3, 6, 17, 0.14);
    color: var(--rr-heading-primary);
    background-color: transparent;
}

    .rr-btn.btn-transparent::before {
        background-color: var(--rr-theme-primary);
    }

    .rr-btn.btn-transparent.btn-border-2 {
        padding: 18px 30px;
        border: 2px solid var(--rr-theme-primary);
    }

        .rr-btn.btn-transparent.btn-border-2::before {
            border-radius: 0;
        }

    .rr-btn.btn-transparent.btn-border-gray {
        padding: 19px 22px;
        border-color: var(--rr-heading-primary);
    }

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .rr-btn.btn-transparent.btn-border-gray {
        padding: 10px 15px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .rr-btn.btn-transparent.btn-border-gray {
        padding: 6px 10px;
    }
}

.rr-btn.btn-transparent.btn-border-gray:hover i {
    background-color: var(--rr-theme-primary);
}

.rr-btn.btn-transparent.btn-border-gray i {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: var(--rr-heading-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .rr-btn.btn-transparent.btn-border-gray i {
        width: 30px;
        height: 30px;
    }
}

.rr-btn.btn-transparent svg path[fill=white] {
    fill: var(--rr-theme-primary);
}

.rr-btn.btn-transparent:hover {
    color: var(--rr-heading-primary);
    border: 1px solid var(--rr-theme-primary);
}

    .rr-btn.btn-transparent:hover svg path[fill=white] {
        fill: var(--rr-common-white);
    }

.rr-btn.btn-white {
    color: var(--rr-heading-primary);
    background-color: var(--rr-common-white);
    width: 100%;
}

    .rr-btn.btn-white::before {
        background-color: var(--rr-heading-primary);
    }

    .rr-btn.btn-white:hover {
        color: var(--rr-common-white);
    }

.rr-btn.btn-text-color-white {
    color: var(--rr-common-white);
}

.small-btn {
    height: 60px;
    width: 60px;
    border: 1px solid #E3DBD8;
    background: #d5dfd4;
    border-radius: 50%;
    transition: 0.3s;
}

    .small-btn:hover {
        background: var(--rr-theme-primary);
    }

        .small-btn:hover i {
            color: var(--rr-common-white);
        }

        .small-btn:hover svg path {
            fill: var(--rr-common-white);
        }

.small-btn-transparent {
    background: transparent;
    border: 1px solid #e5e8e6;
}

.rr-btn2 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-medium);
    font-size: 14px;
    line-height: var(--rr-lh-h5);
    padding: 15px 30px;
    border-radius: 30px;
    font-style: normal;
    border: 1px solid #e3dbd8;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

    .rr-btn2:hover {
        background: var(--rr-theme-primary);
        color: var(--rr-common-white);
    }

/*----------------------------------------*/
/*  offcanvas
/*----------------------------------------*/
.offcanvas__area {
    background: #0E0A24 none repeat scroll 0 0;
    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: 999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
    border-left: 1px solid var(--rr-border-primary);
}

    .offcanvas__area ::-webkit-scrollbar {
        display: none;
    }

@media (max-width: 575px) {
    .offcanvas__area {
        width: 400px;
    }
}

@media (max-width:450px) {
    .offcanvas__area {
        width: 100%;
    }
}

.offcanvas__area.info-open {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.offcanvas__logo a img {
    width: 160px;
}

@media (max-width: 575px) {
    .offcanvas__logo a img {
        width: 150px;
    }
}

@media (max-width: 575px) {
    .offcanvas__logo a img {
        width: 130px;
    }
}

.offcanvas__content {
    padding-bottom: 45px;
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 35px 40px;
}

@media (max-width: 575px) {
    .offcanvas__wrapper {
        padding: 25px 25px;
    }
}

.offcanvas__top {
    padding-bottom: 20px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.079);
}

@media (max-width: 575px) {
    .offcanvas__top {
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
}

.offcanvas__search {
    position: relative;
}

    .offcanvas__search input {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding-right: 20px;
        background: transparent;
        border-bottom: 1px solid var(--rr-border-primary);
        font-size: 16px;
        color: var(--rr-common-white);
        padding-bottom: 15px;
    }

        .offcanvas__search input::placeholder {
            color: var(--rr-common-white);
        }

        .offcanvas__search input:focus {
            border-color: var(--rr-common-white);
        }

    .offcanvas__search button {
        position: absolute;
        top: 2px;
        right: 0;
        font-size: var(--rr-fs-h5);
        color: var(--rr-common-white);
    }

        .offcanvas__search button:hover {
            color: var(--rr-theme-primary);
        }

.offcanvas__title {
    color: var(--rr-common-white);
}

@media (max-width:450px) {
    .offcanvas__title {
        font-size: var(--rr-fs-h5);
    }
}

.offcanvas__text p {
    margin-bottom: 25px;
}

.offcanvas__social {
    margin-bottom: 40px;
}

    .offcanvas__social ul li {
        display: inline-block;
    }

        .offcanvas__social ul li:not(:last-child) {
            margin-right: 5px;
        }

        .offcanvas__social ul li a {
            color: var(--rr-common-white);
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            background: var(--rr-theme-primary2);
            font-size: 16px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

            .offcanvas__social ul li a:hover {
                background-color: var(--rr-theme-primary);
                color: var(--rr-common-white);
                -webkit-transform: translateY(-3px);
                -moz-transform: translateY(-3px);
                -ms-transform: translateY(-3px);
                -o-transform: translateY(-3px);
                transform: translateY(-3px);
            }

.offcanvas__notification-icon a {
    font-size: 14px;
    color: var(--rr-common-white);
    position: relative;
}

    .offcanvas__notification-icon a .notification-count {
        position: absolute;
        top: -4px;
        right: -13px;
        display: inline-block;
        width: 20px;
        height: 20px;
        line-height: 22px;
        font-size: 12px;
        font-weight: var(--rr-fw-sbold);
        background-color: var(--rr-theme-primary);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        color: var(--rr-common-white);
        text-align: center;
    }

.offcanvas__notification-text p {
    margin-bottom: 0;
    font-weight: var(--rr-fw-medium);
    color: var(--rr-common-white);
    font-size: 14px;
}

    .offcanvas__notification-text p .notification-number {
        color: var(--rr-theme-primary);
    }

    .offcanvas__notification-text p a {
        color: var(--rr-theme-primary);
    }

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: var(--rr-common-black);
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
}

    .offcanvas__overlay.overlay-open {
        opacity: 0.6;
        visibility: visible;
    }

.sidebar__toggle {
    cursor: pointer;
}

.offcanvas__contact-icon {
    margin-inline-end: 15px;
}

.offcanvas__slider-content {
    border: 1px solid var(--rr-border-primary);
    padding: 20px;
}

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

    .offcanvas__navigation button svg * {
        fill: var(--rr-common-white);
    }

    .offcanvas__navigation button:hover svg * {
        fill: var(--rr-theme-primary);
    }

.offcanvas__post-title {
    font-size: 26px;
    color: var(--rr-common-white);
}

    .offcanvas__post-title a:hover {
        color: var(--rr-theme-primary);
    }

.offcanvas-close-icon {
    line-height: 1;
    color: var(--rr-common-white);
}

    .offcanvas-close-icon .offcanvas-m-lines {
        position: relative;
        display: block;
        height: 12px;
        width: 30px;
    }

    .offcanvas-close-icon.animation--flip .offcanvas-m-line.line--1 {
        top: 6px;
        transform: rotate(45deg);
    }

    .offcanvas-close-icon.animation--flip .offcanvas-m-line.line--3 {
        opacity: 0;
        opacity: 0;
    }

    .offcanvas-close-icon.animation--flip .offcanvas-m-line.line--2 {
        top: 6px;
        transform: rotate(-45deg);
    }

    .offcanvas-close-icon .offcanvas-m-line {
        position: absolute;
        left: 0;
        height: 2px;
        width: 100%;
        background-color: currentColor;
        transition: top 0.15s ease, transform 0.3s ease;
    }

        .offcanvas-close-icon .offcanvas-m-line.line--1 {
            top: 0;
        }

        .offcanvas-close-icon .offcanvas-m-line.line--2 {
            top: 5px;
        }

        .offcanvas-close-icon .offcanvas-m-line.line--3 {
            bottom: 0;
            bottom: 0;
        }

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

        .offcanvas-close-icon:hover .offcanvas-m-line:nth-of-type(2) {
            animation-delay: 0.1s;
        }

/*----------------------------------------*/
/*  2.5 niceselect
/*----------------------------------------*/
.nice-select {
    background-color: transparent;
    font-weight: var(--rr-fw-medium);
    font-family: var(--rr-ff-body);
    color: var(--rr-heading-primary);
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 13px;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

    .nice-select:hover {
        border-color: #dbdbdb;
    }

    .nice-select:active, .nice-select.open, .nice-select:focus {
        border-color: #999;
    }

    .nice-select::after {
        position: absolute;
        content: "\f107";
        top: 50%;
        right: -18px;
        font-family: var(--rr-ff-fontawesome);
        color: var(--rr-heading-primary);
        font-weight: var(--rr-fw-medium);
        pointer-events: none;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        margin-top: 0;
        transform-origin: center;
    }

    .nice-select.open::after {
        -webkit-transform: translateY(-50%) rotate(-180deg);
        -moz-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
        -o-transform: translateY(-50%) rotate(-180deg);
        transform: translateY(-50%) rotate(-180deg);
    }

    .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }

    .nice-select.disabled {
        border-color: #ededed;
        color: #999;
        pointer-events: none;
    }

        .nice-select.disabled::after {
            border-color: #cccccc;
        }

    .nice-select.wide {
        width: 100%;
    }

        .nice-select.wide .list {
            left: 0 !important;
            right: 0 !important;
        }

    .nice-select.right {
        float: right;
    }

        .nice-select.right .list {
            left: auto;
            right: 0;
        }

    .nice-select.small {
        font-size: 12px;
        height: 36px;
        line-height: 34px;
    }

        .nice-select.small::after {
            height: 4px;
            width: 4px;
        }

        .nice-select.small .option {
            line-height: 34px;
            min-height: 34px;
        }

    .nice-select .list {
        background-color: var(--rr-common-white);
        box-sizing: border-box;
        margin-top: 4px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9;
    }

    .nice-select .option {
        cursor: pointer;
        font-weight: var(--rr-fw-regular);
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

        .nice-select .option:hover {
            background-color: #f6f7f9;
        }

        .nice-select .option.selected {
            font-weight: bold;
        }

        .nice-select .option.disabled {
            background-color: transparent;
            color: #999;
            cursor: default;
        }

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

/*----------------------------------------*/
/*  2.6 sectiontitle
/*----------------------------------------*/
.section__title-wrapper {
    z-index: 1;
}

.section__title-wrapper-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    letter-spacing: -0.04em;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .section__title-wrapper-title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section__title-wrapper-title {
        font-size: 35px;
        line-height: 45px;
    }
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section__title-wrapper-title br {
        display: none;
    }
}

.section__title-wrapper-title-2 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    letter-spacing: -0.04em;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
    .section__title-wrapper-title-2 {
        font-size: 40px;
        line-height: 50px;
    }

        .section__title-wrapper-title-2 br {
            display: none;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section__title-wrapper-title-2 {
        font-size: 35px;
        line-height: 45px;
    }

        .section__title-wrapper-title-2 br {
            display: none;
        }
}

@media (max-width: 575px) {
    .section__title-wrapper-title-2 {
        font-size: 28px;
        line-height: 38px;
    }

        .section__title-wrapper-title-2 br {
            display: none;
        }
}

.section__title-wrapper-dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: var(--rr-fs-h6);
    line-height: 25px;
    color: rgba(5, 5, 19, 0.6);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section__title-wrapper-dec br {
        display: none;
    }
}

.section__title-wrapper-dec-2 {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: var(--rr-fs-h6);
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .section__title-wrapper-dec-2 br {
        display: none;
    }
}

.banner-heading__wrapper-title {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-common-white);
    font-size: var(--rr-fs-h1);
    line-height: var(--rr-lh-h1);
    font-style: normal;
    letter-spacing: -0.03em;
    text-transform: inherit;
    margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-heading__wrapper-title {
        font-size: 60px;
        line-height: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .banner-heading__wrapper-title {
        font-size: 60px;
        line-height: 70px;
    }

        .banner-heading__wrapper-title br {
            display: none;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-heading__wrapper-title {
        font-size: 47px;
        line-height: 58px;
        margin-bottom: 20px;
    }

        .banner-heading__wrapper-title br {
            display: none;
        }
}

@media (max-width: 575px) {
    .banner-heading__wrapper-title {
        font-size: 37px;
        line-height: 48px;
        margin-bottom: 20px;
    }

        .banner-heading__wrapper-title br {
            display: none;
        }
}

.banner-heading__wrapper-title-2 {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-common-white);
    font-size: var(--rr-fs-h1);
    line-height: var(--rr-lh-h1);
    font-style: normal;
    letter-spacing: -0.03em;
    text-transform: inherit;
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-heading__wrapper-title-2 {
        font-size: 60px;
        line-height: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .banner-heading__wrapper-title-2 {
        font-size: 60px;
        line-height: 70px;
    }

        .banner-heading__wrapper-title-2 br {
            display: none;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-heading__wrapper-title-2 {
        font-size: 47px;
        line-height: 58px;
        margin-bottom: 20px;
    }

        .banner-heading__wrapper-title-2 br {
            display: none;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-heading__wrapper-title-2 {
        font-size: 37px;
        line-height: 48px;
        margin-bottom: 20px;
    }

        .banner-heading__wrapper-title-2 br {
            display: none;
        }
}

.banner-heading__wrapper-dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    font-size: var(--rr-fs-body);
    line-height: var(--rr-lh-body);
    font-style: normal;
    color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-heading__wrapper-dec br {
        display: none;
    }
}

.space-between__wrapper {
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
}

.space-between__wrapper-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    letter-spacing: -0.04em;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .space-between__wrapper-title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .space-between__wrapper-title {
        font-size: 35px;
        line-height: 45px;
    }
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .space-between__wrapper-title br {
        display: none;
    }
}

/*----------------------------------------*/
/*  2.7 breadcrumb
/*----------------------------------------*/
.breadcrumb__area {
    background: #151515;
    padding: 170px 0 122px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 20px 20px 0 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .breadcrumb__area {
        margin: 0;
    }
}

.breadcrumb__before::before {
    background: var(--rr-common-white);
    position: absolute;
    width: 570px;
    height: 130px;
    content: "";
    right: 0;
    bottom: -56px;
    clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
    z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
    .breadcrumb__before::before {
        width: 370px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .breadcrumb__before::before {
        clip-path: polygon(20% 0%, 100% 0, 100% 100%, -14% 100%);
        width: 240px;
    }
}

.breadcrumb__shapes-shape-1 {
    position: absolute;
    width: 738px;
    height: 738px;
    left: -116px;
    top: -115px;
    background: #B617FF;
    filter: blur(300px);
    border-radius: 50%;
}

.breadcrumb__shapes-shape-2 {
    position: absolute;
    width: 738px;
    height: 738px;
    left: 425px;
    top: 144px;
    background: #0CD24E;
    filter: blur(300px);
    border-radius: 50%;
}

.breadcrumb__shapes-shape-3 {
    position: absolute;
    width: 738px;
    height: 738px;
    right: 442px;
    top: -212px;
    background: #3C19BE;
    filter: blur(300px);
    border-radius: 50%;
}

.breadcrumb__shapes-shape-4 {
    position: absolute;
    width: 738px;
    height: 738px;
    left: 1220px;
    top: 144px;
    background: #19FED8;
    filter: blur(300px);
    border-radius: 50%;
    z-index: 1;
}

.breadcrumb__shapes-shape-5 {
    position: absolute;
    top: 103px;
    left: 63px;
}

.breadcrumb__shapes-shape-6 {
    position: absolute;
    bottom: 63px;
    left: 176px;
}

.breadcrumb__shapes-shape-7 {
    position: absolute;
    top: 175px;
    left: 900px;
}

.breadcrumb__shapes-shape-8 {
    position: absolute;
    top: 110px;
    right: 107px;
}

@media (max-width: 575px) {
    .breadcrumb__shapes-shape-8 {
        right: 20px;
    }
}

.breadcrumb__shapes-shape-9 {
    position: absolute;
    bottom: 0;
    right: 311px;
    z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
    .breadcrumb__shapes-shape-9 {
        right: 152px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .breadcrumb__shapes-shape-9 {
        display: none;
    }
}

.breadcrumb__title {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h1);
    line-height: var(--rr-lh-h1);
    color: var(--rr-common-white);
    letter-spacing: -0.03em;
    text-transform: inherit;
    position: relative;
    font-style: normal;
    z-index: 1;
    margin-bottom: 25px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .breadcrumb__title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb__title {
        font-size: 46px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb__title {
        font-size: var(--rr-fs-h2);
        line-height: 50px;
    }
}

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

@media (max-width:450px) {
    .breadcrumb__title {
        font-size: 32px;
    }
}

.breadcrumb__menu ul {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flexbox;
    display: inline-flex;
    gap: 48px;
    justify-content: center;
    align-items: center;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(90deg, rgb(255, 218, 89) 0%, rgb(89, 244, 255) 100%) 1;
    border-top: none;
    border-left: none;
    border-right: none;
}

    .breadcrumb__menu ul li {
        list-style: none;
        position: relative;
        line-height: 1;
    }

        .breadcrumb__menu ul li:not(:last-child)::before {
            display: inline-block;
            content: "/";
            position: absolute;
            top: 55.8888%;
            font-family: var(--rr-ff-fontawesome);
            inset-inline-end: -29px;
            color: var(--rr-common-white);
            font-size: 16px;
            font-style: normal;
            font-weight: var(--rr-fw-bold);
            line-height: 16px;
        }

        .breadcrumb__menu ul li span a {
            font-family: var(--rr-ff-body);
            font-weight: var(--rr-fw-sbold);
            color: var(--rr-common-white);
            font-style: normal;
            font-size: 16px;
            line-height: var(--rr-lh-h3);
            text-transform: uppercase;
            display: flex;
            align-items: center;
            gap: 7px;
        }

            .breadcrumb__menu ul li span a img {
                width: 16.47px;
                height: 14px;
            }

            .breadcrumb__menu ul li span a:hover {
                color: var(--rr-theme-primary);
            }

        .breadcrumb__menu ul li.active span {
            font-family: var(--rr-ff-body);
            font-weight: var(--rr-fw-sbold);
            color: var(--rr-common-white);
            font-style: normal;
            font-size: 16px;
            line-height: var(--rr-lh-h3);
            text-transform: uppercase;
        }

/*----------------------------------------*/
/*  2.8 lightmode
/*----------------------------------------*/
.rs-theme-light:root {
    --rr-text-primary: rgba(6, 6, 6, 1);
    --rr-text-secondary: rgba(255, 255, 255, 1);
    --rr-text-body: rgb(81, 82, 84);
    --rr-border-primary: rgba(6, 6, 6, 0.1);
    --rr-bg-2: rgba(249, 249, 249, 1);
    --rr-bg-5: rgb(243, 243, 243);
}

    .rs-theme-light:root body {
        background: var(--rr-body-secondary);
    }

/*----------------------------------------*/
/*  2.9 carousel
/*----------------------------------------*/
.rs-swiper-dot .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 1;
    border-radius: 30px;
    position: relative;
    margin: 0 8px !important;
}

.rs-theme-light .rs-swiper-dot .swiper-pagination-bullet {
    background-color: rgba(6, 6, 6, 0.2);
}

.rs-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgb(255, 255, 255);
}

.rs-theme-light .rs-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgb(6, 6, 6);
}

.rs-swiper-dot.is-white .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.2);
}

    .rs-swiper-dot.is-white .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: rgb(255, 255, 255);
    }

/*----------------------------------------*/
/*  2.10 backtotop
/*----------------------------------------*/
.backtotop-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 46px;
    overflow: hidden;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background: var(--rr-theme-primary);
}

@media (max-width:450px) {
    .backtotop-wrap {
        bottom: 20px;
        right: 20px;
    }
}

.backtotop-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.backtotop-wrap::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border: 1px solid var(--rr-theme-primary);
    left: 0;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -o-border-radius: 500px;
    -ms-border-radius: 500px;
    border-radius: 500px;
    transform: translate(-100%, 0) rotate(50deg);
    transform-origin: top left;
    transition: all 0.35s;
    background-color: var(--rr-heading-primary);
    z-index: -1;
    content: "";
}

.backtotop-wrap::after {
    position: absolute;
    font-family: var(--rr-ff-fontawesome);
    content: "\f062";
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: var(--rr-fw-regular);
    color: var(--rr-common-white);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.backtotop-wrap svg path {
    fill: none;
}

.backtotop-wrap svg.backtotop-circle path {
    stroke: #ccc;
    stroke-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.backtotop-wrap:hover::before {
    border-color: var(--rr-heading-primary);
    transform: translate(0, 0);
}

/*----------------------------------------*/
/*  2.11 animation
/*----------------------------------------*/
@keyframes topToBottom {
    0% {
        top: 0px;
    }

    100% {
        top: 870px;
    }
}

@keyframes bottomToTop {
    0% {
        bottom: -50px;
    }

    100% {
        bottom: 800px;
    }
}

@keyframes topToBottom2 {
    0% {
        top: 0px;
    }

    100% {
        top: 100%;
    }
}

@keyframes bottomToTop2 {
    0% {
        bottom: -50px;
    }

    100% {
        bottom: 100%;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.animate-play {
    position: relative;
}

    .animate-play::before {
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        position: absolute;
        border: 1px solid rgb(134, 134, 134);
        top: 0;
        left: 0;
        right: 0px;
        bottom: 0px;
        z-index: 0;
        animation-name: popupBtn;
        animation-duration: 1.6s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        z-index: -1;
    }

    .animate-play::after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        position: absolute;
        border: 1px solid rgb(134, 134, 134);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0px;
        z-index: 0;
        animation-name: popupBtn;
        animation-duration: 1.8s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        z-index: -1;
    }

/*shake*/
@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
        opacity: 1;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

@keyframes popupBtn {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.4);
        opacity: 0.3;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.ripple,
.ripple:before,
.ripple:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

.ripple {
    z-index: -1;
}

    .ripple:before {
        -webkit-animation-delay: 0.9s;
        -moz-animation-delay: 0.9s;
        -ms-animation-delay: 0.9s;
        -o-animation-delay: 0.9s;
        animation-delay: 0.9s;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .ripple:after {
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        -ms-animation-delay: 0.6s;
        -o-animation-delay: 0.6s;
        animation-delay: 0.6s;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
    }

@-webkit-keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 20px rgba(244, 68, 56, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 20px rgba(244, 68, 56, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes slide-left {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes leftRight {
    0% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(-15px);
        -moz-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        -o-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}

.spin {
    animation-name: spin;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@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);
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(16px);
        -moz-transform: translateY(16px);
        -ms-transform: translateY(16px);
        -o-transform: translateY(16px);
        transform: translateY(16px);
    }
}

@-moz-keyframes scroll {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(16px);
        -moz-transform: translateY(16px);
        -ms-transform: translateY(16px);
        -o-transform: translateY(16px);
        transform: translateY(16px);
    }
}

@-ms-keyframes scroll {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(16px);
        -moz-transform: translateY(16px);
        -ms-transform: translateY(16px);
        -o-transform: translateY(16px);
        transform: translateY(16px);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(16px);
        -moz-transform: translateY(16px);
        -ms-transform: translateY(16px);
        -o-transform: translateY(16px);
        transform: translateY(16px);
    }
}

@keyframes bubble {
    0% {
        -webkit-transform: rotate(0deg) translateX(-50px);
        -moz-transform: rotate(0deg) translateX(-50px);
        -ms-transform: rotate(0deg) translateX(-50px);
        transform: rotate(0deg) translateX(-50px);
    }

    100% {
        -webkit-transform: rotate(360deg) translateY(100px);
        -moz-transform: rotate(360deg) translateY(100px);
        -ms-transform: rotate(360deg) translateY(100px);
        transform: rotate(360deg) translateY(100px);
    }
}

@-webkit-keyframes leftright {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@-moz-keyframes leftright {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@-ms-keyframes leftright {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes leftright {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes bounce {
    0%, 10%, 100%, 20%, 50%, 80% {
        transform: translateX(0);
    }

    40%, 60% {
        transform: translateX(-15px);
    }
}

@keyframes top-image-bounce {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(16px);
        -moz-transform: translateY(16px);
        -ms-transform: translateY(16px);
        -o-transform: translateY(16px);
        transform: translateY(16px);
    }
}

@-moz-keyframes scroll {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(16px);
        -moz-transform: translateY(16px);
        -ms-transform: translateY(16px);
        -o-transform: translateY(16px);
        transform: translateY(16px);
    }
}

@-ms-keyframes scroll {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(16px);
        -moz-transform: translateY(16px);
        -ms-transform: translateY(16px);
        -o-transform: translateY(16px);
        transform: translateY(16px);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(16px);
        -moz-transform: translateY(16px);
        -ms-transform: translateY(16px);
        -o-transform: translateY(16px);
        transform: translateY(16px);
    }
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

    .cd-words-wrapper b {
        display: inline-block;
        position: absolute;
        white-space: nowrap;
        left: 0;
        top: 0;
        font-weight: inherit;
    }

        .cd-words-wrapper b.is-visible {
            position: relative;
        }

.no-js .cd-words-wrapper b {
    opacity: 0;
}

    .no-js .cd-words-wrapper b.is-visible {
        opacity: 1;
    }

.cd-headline.clip span {
    display: inline-block;
    transition: none;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

    .cd-headline.clip .cd-words-wrapper::after {
        top: 0;
        right: 0;
        width: 2px;
        content: "";
        height: 100%;
        position: absolute;
        background-color: #3b3b3b;
    }

.cd-headline.clip b {
    opacity: 0;
}

    .cd-headline.clip b.is-visible {
        opacity: 1;
    }

.upDown {
    animation: upDown 1.3S infinite alternate;
}

@keyframes upDown {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.upDown-top {
    animation: upDown 1S infinite alternate;
}

@keyframes upDown-top {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.upDown-bottom {
    animation: upDown 0.8S infinite alternate;
}

@keyframes upDown-bottom {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.leftRight {
    animation: leftRight 1.3S infinite alternate;
}

@keyframes rightLeft {
    0% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.rightLeft {
    animation: rightLeft 1.3S infinite alternate;
}

@keyframes zooming {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.zooming {
    animation: zooming 1.3S infinite alternate;
}

@keyframes zoom {
    0% {
        transform: scale(1) translate(0, 0);
    }

    50% {
        transform: scale(1.1) translate(19px, 19px);
    }

    100% {
        transform: scale(1) translate(0, 0);
    }
}

.zoom {
    animation: zooming 1.3S infinite alternate;
}

@keyframes clip-a-z {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

.clip-a-z {
    z-index: 10;
    transition: transform 0.5s ease-in-out;
    animation: clip-a-z 1s;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@keyframes line-to-bottom-360 {
    0% {
        transform: translateX(0%);
    }

    50% {
        transform: translateX(1000px);
    }

    100% {
        transform: translateX(0px);
    }
}

.line-to-bottom-360 {
    animation: line-to-bottom-360 9S infinite alternate;
}

@keyframes line-to-bottom-360-l {
    0% {
        transform: translateX(350px);
    }

    50% {
        transform: translateX(700px);
    }

    100% {
        transform: translateX(1000px);
    }
}

.line-to-bottom-360-l {
    animation: line-to-bottom-360-l 9S infinite alternate;
}

/*img-animation**********************/
.img-custom-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.rrFadeInUp {
    opacity: 0; /* Start invisible */
    animation: rrFadeInUp 2s ease-out forwards; /* 2 seconds duration, ease-out effect */
}

@keyframes rrFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px); /* Start slightly below */
    }

    100% {
        opacity: 1;
        transform: translateY(0); /* End at original position */
    }
}

.rrfadeInLeft {
    opacity: 0; /* Start invisible */
    animation: rrfadeInLeft 2s ease-out forwards; /* 2 seconds duration, ease-out effect */
}

@keyframes rrfadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px); /* Start slightly to the left */
    }

    100% {
        opacity: 1;
        transform: translateX(0); /* End at original position */
    }
}

@-webkit-keyframes circleMove {
    0% {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes circleMove {
    0% {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes imageMove1 {
    0% {
        -webkit-transform: translateX(-50%) rotate(0deg);
    }

    to {
        -webkit-transform: translateX(-50%) rotate(-360deg);
    }
}

@keyframes imageMove1 {
    0% {
        -webkit-transform: translateX(-50%) rotate(0deg);
    }

    to {
        -webkit-transform: translateX(-50%) rotate(-360deg);
    }
}

@-webkit-keyframes imageMove2 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-60deg);
    }

    to {
        -webkit-transform: translateX(-50%) rotate(-420deg);
    }
}

@keyframes imageMove2 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-60deg);
    }

    to {
        -webkit-transform: translateX(-50%) rotate(-420deg);
    }
}

@-webkit-keyframes imageMove3 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-120deg);
    }

    to {
        -webkit-transform: translateX(-50%) rotate(-480deg);
    }
}

@keyframes imageMove3 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-120deg);
    }

    to {
        -webkit-transform: translateX(-50%) rotate(-480deg);
    }
}

@-webkit-keyframes imageMove4 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-180deg);
    }

    to {
        -webkit-transform: translateX(-50%) rotate(-540deg);
    }
}

@keyframes imageMove4 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-180deg);
    }

    to {
        -webkit-transform: translateX(-50%) rotate(-540deg);
    }
}

@-webkit-keyframes imageMove5 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-240deg);
    }

    to {
        -webkit-transform: translateX(-50%) rotate(-600deg);
    }
}

@keyframes imageMove5 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-240deg);
    }

    to {
        -webkit-transform: translateX(-50%) rotate(-600deg);
    }
}

@-webkit-keyframes imageMove6 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-300deg);
    }

    to {
        -webkit-transform: translateX(-50%) rotate(-660deg);
    }
}

@keyframes imageMove6 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-300deg);
    }

    to {
        -webkit-transform: translateX(-50%) rotate(-660deg);
    }
}

@keyframes rotate360 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-360 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}
/*----------------------------------------*/
/*  2.12 preloader
/*----------------------------------------*/
.preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 26px;
    background: var(--rr-common-white);
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    right: 30px;
    top: 30px;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #121212;
    z-index: 999;
}

.sk-three-bounce {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #121212;
}

    .sk-three-bounce .sk-child {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background-color: var(--rr-theme-primary);
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
        animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    }

    .sk-three-bounce.is-brick-red.sk-three-bounce .sk-child {
        background-color: var(--rr-theme-2);
    }

    .sk-three-bounce.is-mainly-blue.sk-three-bounce .sk-child {
        background-color: var(--rr-theme-3);
    }

    .sk-three-bounce.is-orange.sk-three-bounce .sk-child {
        background-color: var(--rr-theme-4);
    }

    .sk-three-bounce.is-purple.sk-three-bounce .sk-child {
        background-color: var(--rr-theme-5);
    }

    .sk-three-bounce .sk-bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .sk-three-bounce .sk-bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*----------------------------------------*/
/*  2.13 rangeSlider
/*----------------------------------------*/
.ui-button-icon-only, .ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-checkboxradio-disabled, .ui-state-disabled {
    pointer-events: none;
}

.ui-datepicker .ui-icon, .ui-icon {
    text-indent: -99999px;
    background-repeat: no-repeat;
}

.ui-helper-reset, .ui-menu {
    outline: 0;
    list-style: none;
}

.ui-helper-hidden, .ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    overflow: hidden;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 100%;
}

.ui-autocomplete, .ui-menu .ui-menu {
    position: absolute;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    padding: 0;
    margin: 0;
    display: block;
}

.ui-button, .ui-controlgroup {
    display: inline-block;
    vertical-align: middle;
}

.ui-button, .ui-menu-icons, .ui-resizable {
    position: relative;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0;
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
    margin: -1px;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

.ui-button, .ui-controlgroup .ui-controlgroup-label {
    padding: 0.4em 1em;
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}

    .ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
        text-decoration: none;
    }

.ui-button-icon-only {
    width: 2em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

    .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus, .ui-controlgroup > .ui-controlgroup-item:focus {
        z-index: 9999;
    }

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: 0.12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: 0.2em 0;
    }

    .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 45%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: 0.9em;
        border-collapse: collapse;
        margin: 0 0 0.4em;
    }

    .ui-datepicker th {
        padding: 0.7em 0.3em;
        text-align: center;
        font-weight: 700;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td a, .ui-datepicker td span {
            display: block;
            padding: 0.2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: 0.7em 0 0;
        padding: 0 0.2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: 0.5em 0.2em 0.4em;
            cursor: pointer;
            padding: 0.2em 0.6em 0.3em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-multi .ui-datepicker-group, .ui-datepicker-rtl .ui-datepicker-buttonpane button {
                float: left;
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-datepicker .ui-icon {
    display: block;
    overflow: hidden;
    left: 0.5em;
    top: 0.3em;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: 0.4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: 0.1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: 0.3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0;
        padding: 1px;
        height: 20px;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: 0.5em 1em;
        background: 0 0;
        overflow: auto;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0;
        background-image: none;
        margin-top: 0.5em;
        padding: 0.3em 1em 0.5em 0.4em;
    }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: 0.5em 0.4em 0.5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-n {
        height: 2px;
        top: 0;
    }

    .ui-dialog .ui-resizable-e {
        width: 2px;
        right: 0;
    }

    .ui-dialog .ui-resizable-s {
        height: 2px;
        bottom: 0;
    }

    .ui-dialog .ui-resizable-w {
        width: 2px;
        left: 0;
    }

    .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw {
        width: 7px;
        height: 7px;
    }

    .ui-dialog .ui-resizable-se {
        right: 0;
        bottom: 0;
    }

    .ui-dialog .ui-resizable-sw {
        left: 0;
        bottom: 0;
    }

    .ui-dialog .ui-resizable-ne {
        right: 0;
        top: 0;
    }

    .ui-dialog .ui-resizable-nw {
        left: 0;
        top: 0;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle, .ui-selectable, .ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%;
    }

    .ui-progressbar .ui-progressbar-overlay {
        background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
        height: 100%;
        opacity: 0.25;
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

    .ui-selectmenu-menu .ui-menu {
        overflow: auto;
        overflow-x: hidden;
        padding-bottom: 1px;
    }

        .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
            font-size: 1em;
            font-weight: 700;
            line-height: 1.5;
            padding: 2px 0.4em;
            margin: 0.5em 0 0;
            height: auto;
            border: 0;
        }

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none;
    }

    .ui-slider .ui-loan-range {
        position: absolute;
        z-index: 1;
        font-size: 0.7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-loan-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: 0.8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -0.3em;
        margin-left: -0.6em;
    }

    .ui-slider-horizontal .ui-loan-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-loan-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-loan-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -0.3em;
        margin-left: 0;
        margin-bottom: -0.6em;
    }

    .ui-slider-vertical .ui-loan-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-loan-range-min, .ui-spinner-down {
        bottom: 0;
    }

    .ui-slider-vertical .ui-loan-range-max, .ui-spinner-up {
        top: 0;
    }

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: 0.222em 0;
    margin: 0.2em 2em 0.2em 0.4em;
    vertical-align: middle;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: 0.5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-tabs {
    position: relative;
    padding: 0.2em;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: 0.2em 0.2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px 0.2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap;
        }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            float: left;
            padding: 0.5em 1em;
            text-decoration: none;
        }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            margin-bottom: -1px;
            padding-bottom: 1px;
        }

            .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
                cursor: text;
            }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-widget, .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5;
    }

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}

    .ui-widget-content a, .ui-widget-header a {
        color: #333;
    }

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700;
}

    .ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
        font-weight: 400;
        color: #454545;
    }

        .ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
            color: #454545;
            text-decoration: none;
        }

            .ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
                border: 1px solid #ccc;
                background: #ededed;
                font-weight: 400;
                color: #2b2b2b;
            }

                .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
                    color: #2b2b2b;
                    text-decoration: none;
                }

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff;
}

    .ui-icon-background, .ui-state-active .ui-icon-background {
        border: #003eff;
        background-color: #fff;
    }

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: #fff;
        text-decoration: none;
    }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

    .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
        color: #5f3f3f;
    }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

    .ui-state-disabled .ui-icon {
        filter: Alpha(Opacity=35);
    }

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.html");
}

.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.html");
}

.ui-button:active .ui-icon, .ui-state-active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.html");
}

.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_777620_256x240.html");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.html");
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.html");
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-first, .ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
    background: #aaa;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  		3.1 header-1
/*----------------------------------------*/
/*----------------------------------------*/
/*  3.2 header-2
/*----------------------------------------*/
#popup-search-box {
    background-color: var(--rr-common-white);
    position: fixed;
    width: 100%;
    height: 20%;
    top: -100%;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}

    #popup-search-box .box-inner-wrap {
        position: relative;
        width: 100%;
        height: 100%;
        box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    }

        #popup-search-box .box-inner-wrap form {
            position: relative;
            width: 100%;
            max-width: 560px;
            margin: 0 auto;
            padding: 0 15px;
        }

            #popup-search-box .box-inner-wrap form input {
                width: 100%;
                padding: 20px 15px;
                padding-right: 80px;
                background: transparent;
                border: none;
                color: #ddd;
                border: 1px solid var(--rr-common-black);
                color: #666;
                font-size: 16px;
            }

                #popup-search-box .box-inner-wrap form input:focus {
                    outline: none;
                }

        #popup-search-box .box-inner-wrap:hover {
            cursor: url(../img/cross.html), auto;
        }

        #popup-search-box .box-inner-wrap .search-close {
            position: absolute;
            top: 30px;
            right: 50px;
            color: var(--rr-heading-primary);
            border: 1px solid var(--rr-heading-primary);
            height: 50px;
            width: 50px;
            font-size: var(--rr-fs-h5);
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            #popup-search-box .box-inner-wrap .search-close:hover {
                background-color: var(--rr-theme-primary);
                border: 1px solid var(--rr-theme-primary);
                color: var(--rr-common-white);
            }

    #popup-search-box.toggled {
        top: 0;
        opacity: 1;
        visibility: visible;
    }

/*----------------------------------------*/
/*  3.3 header-3
/*----------------------------------------*/
.rs-sticky .header-3__top-bar {
    display: none;
}

.header-3 {
    border-bottom: none;
    padding: 0;
}

.header-3__top-bar {
    background: var(--rr-background-body-2-bg);
    padding: 9px 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header-3__top-bar {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header-3__main {
        margin-top: 20px;
    }
}

.header-3__top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 10px;
}

    .header-3__top-inner .discount {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        color: var(--rr-common-white);
        font-style: normal;
        font-size: 14px;
        line-height: 10px;
    }

        .header-3__top-inner .discount span {
            text-transform: capitalize;
            color: var(--rr-theme-primary);
        }

        .header-3__top-inner .discount a {
            font-weight: var(--rr-fw-sbold);
            text-decoration: underline;
            transition: all 0.3s ease-in-out;
        }

            .header-3__top-inner .discount a:hover {
                color: var(--rr-theme-primary);
            }

.header-3__top-inner-social ul {
    display: flex;
    align-items: center;
    gap: 21px;
}

    .header-3__top-inner-social ul li {
        list-style: none;
        position: relative;
    }

        .header-3__top-inner-social ul li::before {
            background: rgba(255, 255, 255, 0.2);
            position: absolute;
            width: 1px;
            height: 16px;
            top: 24%;
            left: 207%;
            content: "";
        }

        .header-3__top-inner-social ul li a {
            color: var(--rr-common-white);
            transition: all 0.3s ease-in-out;
            font-size: 12px;
        }

            .header-3__top-inner-social ul li a:hover {
                color: var(--rr-theme-primary);
            }

    .header-3__top-inner-social ul .last::before {
        display: none;
    }

.header-3__btn .rr-btn {
    background-color: var(--rr-theme-primary);
    color: var(--rr-heading-primary);
}

    .header-3__btn .rr-btn:hover {
        color: var(--rr-common-white);
    }

/*----------------------------------------*/
/*  3.3 header-4
/*----------------------------------------*/
.rs-sticky .header-4__top-bar {
    display: none;
}

.header-4 {
    position: absolute !important;
}

.header-4__top-bar {
    padding: 0 149px 0 145px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header-4__top-bar {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header-4__main {
        padding: 10px 0;
    }
}

.header-4__wrapper {
    padding: 0 149px 0 145px;
    border-bottom: 1px solid rgba(5, 5, 19, 0.14);
    border-top: 1px solid rgba(5, 5, 19, 0.14);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header-4__wrapper {
        border-bottom: 0;
        border-top: 0;
        padding: 0 30px 0 30px;
    }
}

.header-4__top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0 13px 0;
}

    .header-4__top-inner .discount {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        color: var(--rr-heading-primary);
        font-style: normal;
        font-size: 14px;
        line-height: 10px;
        text-transform: capitalize;
    }

        .header-4__top-inner .discount span {
            color: #E66E17;
        }

        .header-4__top-inner .discount img {
            width: 13px;
            height: 14px;
        }

.header-4__top-inner-social {
    display: inline-flex;
    align-items: center;
    gap: 56px;
}

.header-4__top-inner-social-link {
    display: flex;
    align-items: center;
    gap: 41px;
    position: relative;
}

    .header-4__top-inner-social-link::before {
        background: rgba(5, 5, 19, 0.2);
        position: absolute;
        width: 1px;
        height: 18px;
        top: 30%;
        left: 56%;
        content: "";
    }

    .header-4__top-inner-social-link a {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        color: var(--rr-heading-primary);
        font-size: 13px;
        line-height: 16px;
        font-style: normal;
        transition: all 0.3s ease-in-out;
    }

        .header-4__top-inner-social-link a:hover {
            color: var(--rr-theme-primary2);
        }

.header-4__top-inner-social .social {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .header-4__top-inner-social .social li {
        list-style: none;
    }

        .header-4__top-inner-social .social li a {
            width: 34px;
            height: 34px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            padding: 0;
        }

    .header-4__top-inner-social .social .facebook .rr-btn {
        background: #1877F2;
        color: var(--rr-common-white);
    }

    .header-4__top-inner-social .social .instagram .rr-btn {
        background: var(--rr-heading-primary);
        color: var(--rr-common-white);
    }

        .header-4__top-inner-social .social .instagram .rr-btn::before {
            background-color: var(--rr-theme-primary);
        }

        .header-4__top-inner-social .social .instagram .rr-btn:hover {
            color: var(--rr-heading-primary);
        }

    .header-4__top-inner-social .social .linkedin .rr-btn {
        background: #0A66C2;
        color: var(--rr-common-white);
    }

    .header-4__top-inner-social .social .pinterest .rr-btn {
        background: #CB2027;
        color: var(--rr-common-white);
    }

.header-4__middle {
    padding-right: 235px;
}

@media only screen and (max-width: 1700px) {
    .header-4__middle {
        padding-right: 0px;
    }
}

.header-4__action .search-form {
    position: relative;
}

@media only screen and (max-width: 1470px) {
    .header-4__action .search-form {
        display: none;
    }
}

.header-4__action .search-form .search-control {
    background: rgba(5, 5, 19, 0.06);
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    position: relative;
    max-width: 240px;
    height: 44px;
    padding: 17px 45px 16px 20px;
    font-style: normal;
    font-size: var(--rr-fs-h6);
    line-height: 25px;
    color: rgba(5, 5, 19, 0.7);
}

    .header-4__action .search-form .search-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: var(--rr-fs-h6);
        line-height: 25px;
        color: rgba(5, 5, 19, 0.7);
    }

    .header-4__action .search-form .search-control::-moz-placeholder { /* Firefox 19+ */
        font-size: var(--rr-fs-h6);
        line-height: 25px;
        color: rgba(5, 5, 19, 0.7);
    }

    .header-4__action .search-form .search-control:-moz-placeholder { /* Firefox 4-18 */
        font-size: var(--rr-fs-h6);
        line-height: 25px;
        color: rgba(5, 5, 19, 0.7);
    }

    .header-4__action .search-form .search-control:-ms-input-placeholder { /* IE 10+  Edge*/
        font-size: var(--rr-fs-h6);
        line-height: 25px;
        color: rgba(5, 5, 19, 0.7);
    }

    .header-4__action .search-form .search-control::placeholder { /* MODERN BROWSER */
        font-size: var(--rr-fs-h6);
        line-height: 25px;
        color: rgba(5, 5, 19, 0.7);
    }

.header-4__action .search-form .icon {
    position: absolute;
    top: 22%;
    right: 20px;
}

.header-4__action .contact {
    position: relative;
    margin-right: 20px;
}

    .header-4__action .contact a {
        background: transparent;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1.5px solid rgba(5, 5, 19, 0.14);
        border-radius: 50%;
    }

        .header-4__action .contact a i {
            color: var(--rr-heading-primary);
            font-size: 16px;
        }

    .header-4__action .contact .top {
        background: #EC2525;
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        top: -5px;
        right: -8px;
    }

        .header-4__action .contact .top span {
            color: var(--rr-common-white);
            font-family: var(--rr-ff-body);
            font-weight: var(--rr-fw-sbold);
            font-style: normal;
            font-size: 12px;
            line-height: 15px;
        }

.header-4__action .header__hamburger .sidebar__toggle .bar-icon span {
    background: var(--rr-theme-primary2);
}

.header-4__btn .rr-btn {
    background-color: var(--rr-theme-primary2);
    color: var(--rr-common-white);
    padding: 14px 17px;
}

/*----------------------------------------*/
/*  3.3 header-5
/*----------------------------------------*/
.header-5 {
    padding-top: 20px;
    position: absolute !important;
}

.header-5__main {
    background: var(--rr-common-white);
    padding: 17px 30px;
}

.header-5__btn .rr-btn {
    background-color: var(--rr-theme-primary2);
    color: var(--rr-common-white);
    padding: 11px 21px;
}

.header-5__action .header__hamburger .sidebar__toggle .bar-icon span {
    background: var(--rr-theme-primary2);
}

.header-5__contact a {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease-in-out;
}

    .header-5__contact a:hover {
        color: var(--rr-theme-primary2);
    }

/*----------------------------------------*/
/*  3.3 header-6
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header-6__main {
        padding: 15px 0;
    }
}

.header-6__top-bar {
    margin: 0 110px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header-6__top-bar {
        margin: 0;
    }
}

.header-6__right .header__action .contact a {
    color: rgba(5, 5, 19, 0.7) !important;
}

    .header-6__right .header__action .contact a:hover {
        color: var(--rr-theme-primary2) !important;
    }

.header-6__right .header__hamburger .sidebar__toggle .bar-icon span {
    background: var(--rr-heading-primary);
}

.header-6__btn .rr-btn {
    background: var(--rr-theme-primary6);
    padding: 13px 31px;
    font-size: 14px;
}

/*----------------------------------------*/
/*  3.3 header-7
/*----------------------------------------*/
.header-7 {
    position: relative !important;
    width: 100%;
    z-index: 99;
    padding: 0 !important;
}

    .header-7 .header-4__top-bar {
        padding: 0 149px 0 145px;
        background: linear-gradient(0deg, #0D41BD 0%, #4372F8 100%);
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-7 .header-4__top-bar {
        padding: 0 100px 0 100px;
    }
}

.header-7 .header-4__top-inner {
    padding: 7px 0 7px 0;
}

    .header-7 .header-4__top-inner .discount {
        font-size: 15px;
        color: var(--rr-common-white);
    }

        .header-7 .header-4__top-inner .discount span {
            font-size: 14px;
            color: #fff;
            font-weight: 600;
            margin-right: 15px;
            padding: 4.5px 13.6px;
            font-family: var(--rr-ff-body);
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.14);
        }

.header-7 .header-4__top-inner-social-link {
    gap: 30px;
}

    .header-7 .header-4__top-inner-social-link::before {
        background: rgba(255, 255, 255, 0.2);
        top: 10%;
        left: 44%;
    }

    .header-7 .header-4__top-inner-social-link a {
        font-weight: 600;
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
    }

        .header-7 .header-4__top-inner-social-link a i {
            color: #fff;
            font-size: 15px;
            margin-right: 5px;
        }

        .header-7 .header-4__top-inner-social-link a:hover {
            color: var(--rr-theme-primary7) !important;
        }

.header-7 .header-4__top-inner-social {
    gap: 24px;
}

    .header-7 .header-4__top-inner-social .social li a {
        width: 30px;
        height: 30px;
        background: #fff !important;
        color: #0B1926 !important;
    }

        .header-7 .header-4__top-inner-social .social li a:hover {
            background: var(--rr-theme-primary7) !important;
        }

        .header-7 .header-4__top-inner-social .social li a.rr-btn::before {
            background: var(--rr-heading-primary);
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            transform: translate(-165%, 0) rotate(0deg);
            transform-origin: right bottom;
            transition: all 0.35s;
            z-index: -1;
            content: "";
        }

.header-7 .header-4__wrapper {
    padding: 0 149px 0 145px;
    border-bottom: inherit;
    border-top: inherit;
    background: #0B1926;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
    .header-7 .header-4__wrapper {
        padding: 0 50px;
    }
}

@media (max-width: 575px) {
    .header-7 .header-4__wrapper {
        padding: 0 30px;
    }
}

.header-7 .header-4__action .contact a {
    background: transparent;
    width: 0;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: inherit;
    border-radius: inherit;
}

    .header-7 .header-4__action .contact a i {
        color: var(--rr-common-white);
        font-size: 21px;
    }

        .header-7 .header-4__action .contact a i:hover {
            color: var(--rr-theme-primary7);
        }

.header-7 .header-4__action .contact .top {
    background: #fff;
    top: -20px;
    right: -20px;
}

    .header-7 .header-4__action .contact .top span {
        color: #0B1926;
        font-size: 14px;
    }

.header-7 .header-4__action .icon i {
    color: #fff;
    cursor: pointer;
}

    .header-7 .header-4__action .icon i:hover {
        color: var(--rr-theme-primary7);
    }

.header-7 .header-4__action .sidebar__toggle {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1B2C3D;
    border-radius: 100%;
}

.header-7 .header-4__middle {
    padding-right: 350px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header-7 .header-4__middle {
        padding-right: 0;
    }
}

.header-7 .main-menu-2.main-menu-4 ul li > a {
    color: var(--rr-common-white);
    padding: 30px 0;
    font-size: 16px;
}

.header-7 .main-menu-2.main-menu-4 ul li.active > a {
    color: var(--rr-theme-primary7) !important;
}

.header-7 .main-menu-2.main-menu-4 ul li:hover > a {
    color: var(--rr-theme-primary7);
}

    .header-7 .main-menu-2.main-menu-4 ul li:hover > a::after {
        color: var(--rr-theme-primary7);
    }

.header-7 .main-menu-2.main-menu-4 ul li .submenu li a {
    color: var(--rr-heading-primary);
    padding: 0 25px;
    padding-bottom: 9px;
}

    .header-7 .main-menu-2.main-menu-4 ul li .submenu li a::before {
        background-color: var(--rr-theme-primary7) !important;
    }

.header-7 .main-menu-2.main-menu-4 ul li .submenu li:hover > a {
    color: var(--rr-theme-primary7);
}

/*----------------------------------------*/
/*  3.3 header-8
/*----------------------------------------*/
.header-8 {
    border-bottom: 1px solid rgba(5, 5, 19, 0.1);
}

    .header-8.header {
        padding: 0;
    }

    .header-8 .main-menu-8 {
        background: rgba(5, 5, 19, 0.5);
        border-radius: 6px;
        padding: 7px;
        margin: 18px 0;
        margin-right: 50px;
    }

        .header-8 .main-menu-8 ul > li {
            margin-inline-end: 0px;
        }

            .header-8 .main-menu-8 ul > li > a {
                color: var(--rr-common-white);
                padding: 10px 25.3px;
                border-radius: 4px;
                font-size: 15px;
            }

            .header-8 .main-menu-8 ul > li.active > a {
                color: var(--rr-common-white) !important;
                background: rgba(255, 255, 255, 0.12);
            }

                .header-8 .main-menu-8 ul > li.active > a::after {
                    color: var(--rr-common-white);
                }

            .header-8 .main-menu-8 ul > li.has-dropdown > a {
                padding-right: 25.3px !important;
            }

                .header-8 .main-menu-8 ul > li.has-dropdown > a::after {
                    top: 33%;
                    right: 12px;
                }

            .header-8 .main-menu-8 ul > li.submenu li:hover > a {
                color: var(--rr-theme-primary2) !important;
            }

            .header-8 .main-menu-8 ul > li:hover > a {
                color: var(--rr-common-white);
                background: rgba(255, 255, 255, 0.12);
            }

                .header-8 .main-menu-8 ul > li:hover > a::after {
                    color: var(--rr-common-white);
                }

            .header-8 .main-menu-8 ul > li:hover > .submenu {
                top: 184%;
            }

    .header-8 .header-8__right .header__action .contact a {
        color: #030611 !important;
        font-size: 16px !important;
    }

        .header-8 .header-8__right .header__action .contact a:hover {
            color: var(--rr-theme-primary8) !important;
        }

    .header-8 .header-8__right .header-8__btn .rr-btn {
        background: var(--rr-theme-primary8);
        padding: 12.5px 28.1px;
        color: #fff;
        font-size: 16px;
        border-radius: 6px;
    }

    .header-8 .bar-icon span {
        background: var(--rr-theme-primary8);
    }

/*----------------------------------------*/
/*  3.3 header-9
/*----------------------------------------*/
.header-9__action .search-form .rr-search-form .search-control {
    background: rgba(255, 255, 255, 0.06);
}

    .header-9__action .search-form .rr-search-form .search-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: rgba(255, 255, 255, 0.7);
    }

    .header-9__action .search-form .rr-search-form .search-control::-moz-placeholder { /* Firefox 19+ */
        color: rgba(255, 255, 255, 0.7);
    }

    .header-9__action .search-form .rr-search-form .search-control:-moz-placeholder { /* Firefox 4-18 */
        color: rgba(255, 255, 255, 0.7);
    }

    .header-9__action .search-form .rr-search-form .search-control:-ms-input-placeholder { /* IE 10+  Edge*/
        color: rgba(255, 255, 255, 0.7);
    }

    .header-9__action .search-form .rr-search-form .search-control::placeholder { /* MODERN BROWSER */
        color: rgba(255, 255, 255, 0.7);
    }

.header-9__action .search-form .rr-search-form .icon i {
    color: var(--rr-common-white);
}

.header-9__action .contact a {
    border: 1.5px solid rgba(255, 255, 255, 0.14);
}

    .header-9__action .contact a i {
        color: var(--rr-common-white);
    }

.header-9__action .contact .top {
    background: #EC25C8;
}

.header-9__action .header__hamburger .sidebar__toggle .bar-icon span {
    background: var(--rr-theme-primary6);
}

/*----------------------------------------*/
/*  3.3 header-10
/*----------------------------------------*/
.header-10 {
    background: var(--rr-common-white);
    position: relative !important;
}

.header-10__btn .rr-btn {
    background: var(--rr-theme-primary10);
    border-radius: 6px;
    font-size: 15px;
    padding: 16px 31px;
}

.header-10__action .header__hamburger .sidebar__toggle .bar-icon span {
    background: var(--rr-theme-primary10);
}

/*----------------------------------------*/
/*  3.4 header-common
/*----------------------------------------*/
.rs-sticky {
    position: fixed !important;
    top: 0;
    z-index: 111;
    inset-inline-end: 0;
    inset-inline-start: 0;
    width: 100%;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #F1F5EB;
    box-shadow: 0px 10px 20px 0px rgba(0, 29, 8, 0.1);
    border-top: 0;
}

    .rs-sticky.header-1 {
        background: var(--rr-heading-primary) !important;
        margin: 0;
    }

        .rs-sticky.header-1 .header-1__middle::after {
            background: var(--rr-heading-primary);
        }

        .rs-sticky.header-1 .main-menu .mobile-menu ul li a {
            color: var(--rr-common-white) !important;
        }

            .rs-sticky.header-1 .main-menu .mobile-menu ul li a:hover {
                color: var(--rr-theme-primary) !important;
            }

    .rs-sticky.header-2 {
        background: var(--rr-heading-primary) !important;
        margin: 0;
    }

        .rs-sticky.header-2 .header-1__middle::before {
            background: var(--rr-heading-primary);
        }

        .rs-sticky.header-2 .header-1__middle::after {
            background: var(--rr-heading-primary);
        }

        .rs-sticky.header-2 .main-menu .mobile-menu ul li a {
            color: var(--rr-common-white) !important;
        }

            .rs-sticky.header-2 .main-menu .mobile-menu ul li a:hover {
                color: var(--rr-theme-primary) !important;
            }

    .rs-sticky.header-9 {
        background: var(--rr-heading-primary) !important;
        margin: 0;
    }

    .rs-sticky.header-5 {
        background: var(--rr-common-white);
        padding: 0;
    }

.header {
    position: inherit;
    width: 100%;
    z-index: 99;
}

@media (max-width: 1199px) {
    .header {
        padding: 15px 0;
    }
}

.header.header-inner {
    background: var(--rr-common-white);
}

.header-1 {
    position: absolute;
    margin: 17px 0 0 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header-1 {
        margin: 0;
    }
}

.header-1__middle {
    position: relative;
    padding: 0 75px 0 105px;
    margin-left: 60px;
}

    .header-1__middle::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: var(--rr-common-white);
        clip-path: polygon(0 0, 100% 0, 95% 100%, 6% 100%);
    }

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header-1__middle {
        padding: 0;
        margin-left: 0;
    }
}

.header-6 {
    position: absolute;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header-6 {
        margin: 0;
    }
}

.header-6__middle {
    position: relative;
    padding: 0 75px 0 105px;
    margin-left: 60px;
}

    .header-6__middle::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: var(--rr-common-white);
        clip-path: polygon(0 0, 100% 0, 95% 100%, 6% 100%);
    }

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header-6__middle {
        padding: 0;
        margin-left: 0;
    }
}

.header-2 {
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.header-2__middle {
    position: relative;
    padding: 0 115px 0 0;
}

.header-3 {
    position: absolute;
    border-bottom: none;
}

@media (max-width: 1199px) {
    .header-3 {
        padding: 0;
    }
}

.header-3__middle {
    position: relative;
}

.error-header {
    margin: 17px 0 0 0;
}

.header__logo {
    max-width: 120px;
}

    .header__logo.header__logo-3 {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header__logo.header__logo-3 .header__hamburger {
        margin-left: 55px;
    }
}

.header__logo.header__logo-3 .header__hamburger .sidebar__toggle {
    background: var(--rr-heading-primary);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

    .header__logo.header__logo-3 .header__hamburger .sidebar__toggle .bar-icon span {
        background: var(--rr-common-white);
    }

.header__logo.header__logo-3 .logo-3 {
    width: 164px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header__logo.header__logo-3 .logo-3 {
        width: 130px;
    }
}

.header-container {
    max-width: 1825px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 1900px) {
    .header-container {
        padding: 0 20px;
    }
}

.header2 {
    position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header2 {
        padding: 0;
    }
}

.header2__bg {
    background: var(--rr-common-white);
    border-radius: 60px;
}

.header2__left {
    margin-left: 10px;
}

.header2__right .header__action .header__btn-wrap .rr-btn {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: var(--rr-common-white);
    padding: 13px 17px;
    font-size: 14px;
}

.header2__menu ul li > a {
    padding: 27px 0 !important;
}

.header2__menu ul li ul li a {
    padding: 5px 25px !important;
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header__main .header__middle .mean__menu-wrapper .main-menu .mobile-menu ul li {
        margin-inline-end: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header__main .header__middle .mean__menu-wrapper .main-menu .mobile-menu ul li a {
        font-size: 14px;
    }
}

.header__main .header__right .header__action {
    gap: 20px;
}

    .header__main .header__right .header__action .contact a {
        color: var(--rr-common-white);
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-sbold);
        font-style: normal;
        font-size: 14px;
        line-height: 17px;
        transition: all 0.3s ease-in-out;
    }

        .header__main .header__right .header__action .contact a svg {
            margin-right: 3px;
            margin-top: -3px;
        }

        .header__main .header__right .header__action .contact a:hover {
            color: var(--rr-theme-primary);
        }

.bar-icon {
    width: 26px;
    height: 18px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    transition: color 0.2s ease-out;
}

    .bar-icon span {
        width: 100%;
        height: 2px;
        background: var(--rr-theme-primary);
        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(--rr-common-black);
    }

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

.social-media {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 6px;
}

    .social-media a {
        color: var(--rr-gray-900);
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        position: relative;
        overflow: hidden;
        justify-content: center;
        width: 42px;
        height: 42px;
        background: var(--rr-common-white);
        font-size: var(--rr-fs-h5);
        -webkit-border-radius: 500px;
        -moz-border-radius: 500px;
        -o-border-radius: 500px;
        -ms-border-radius: 500px;
        border-radius: 500px;
        border: 1px solid rgba(0, 213, 99, 0.2);
    }

        .social-media a::before {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            -webkit-border-radius: 500px;
            -moz-border-radius: 500px;
            -o-border-radius: 500px;
            -ms-border-radius: 500px;
            border-radius: 500px;
            transform: translate(-100%, 0) rotate(50deg);
            transform-origin: top left;
            transition: all 0.35s;
            background-color: var(--rr-theme-primary);
            z-index: -1;
            content: "";
        }

        .social-media a:hover {
            color: var(--rr-common-white);
            -webkit-transform: translateY(-3px);
            -moz-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
            -o-transform: translateY(-3px);
            transform: translateY(-3px);
        }

            .social-media a:hover::before {
                transform: translate(0, 0);
            }

.social-media-2 a {
    border-color: var(--rr-gray-200);
    color: var(--rr-theme-primary);
}

    .social-media-2 a:hover {
        border-color: var(--rr-theme-primary);
    }

.header__btn {
    gap: 15px;
}

.inner-page {
    padding: 5px 0;
    background: var(--rr-heading-primary);
}

.inner-page-menu {
    gap: 30px;
    list-style: none;
}

    .inner-page-menu li {
        gap: 6px;
        display: flex;
        align-items: center;
        color: var(--rr-common-white);
        font-family: var(--rr-ff-body);
        font-style: normal;
        font-weight: var(--rr-fw-regular);
        font-size: 14px;
        line-height: 17px;
    }

        .inner-page-menu li a {
            display: flex;
            align-items: center;
            gap: 10px;
            color: var(--rr-common-white);
        }

            .inner-page-menu li a:hover {
                color: var(--rr-theme-primary);
            }

.inner-page-socail-menu {
    gap: 20px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .inner-page-socail-menu .lan-select .lan {
        background: transparent;
        color: var(--rr-common-white);
        border: none;
    }

        .inner-page-socail-menu .lan-select .lan option {
            background: #000;
            border: none;
        }

    .inner-page-socail-menu li a {
        display: flex;
        font-size: 14px;
        color: var(--rr-common-white);
        font-family: var(--rr-ff-body);
        font-style: normal;
        font-weight: var(--rr-fw-medium);
        line-height: 17px;
    }

        .inner-page-socail-menu li a:hover {
            color: var(--rr-theme-primary);
        }

.header-select {
    margin-left: -18px;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 banner Style 1
/*----------------------------------------*/
.banner1__area {
    padding-top: 215px;
    padding-bottom: 225px;
    margin: 20px 20px 0 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner1__area {
        margin: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
    .banner1__area {
        padding-top: 180px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner1__area {
        padding-top: 140px;
    }
}

@media (max-width: 575px) {
    .banner1__area {
        padding-top: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .banner1__area {
        padding-bottom: 150px;
    }
}

@media (max-width: 575px) {
    .banner1__area {
        padding-bottom: 100px;
    }
}

.banner1__shapes-shape-1 {
    position: absolute;
    width: 738px;
    height: 738px;
    background: #B617FF;
    filter: blur(300px);
    top: -115px;
    left: -116px;
}

.banner1__shapes-shape-2 {
    position: absolute;
    width: 738px;
    height: 738px;
    background: #3C19BE;
    filter: blur(300px);
    z-index: -1;
    top: -212px;
    left: 720px;
}

.banner1__shapes-shape-3 {
    position: absolute;
    width: 738px;
    height: 738px;
    background: #0CD24E;
    filter: blur(300px);
    bottom: -386px;
    left: 425px;
}

.banner1__shapes-shape-4 {
    position: absolute;
    width: 738px;
    height: 738px;
    background: #19FED8;
    filter: blur(300px);
    z-index: -1;
    right: -38px;
    bottom: -290px;
}

.banner1__shapes-shape-5 {
    position: absolute;
    width: 794.05px;
    height: 794.05px;
    background: linear-gradient(127.5deg, rgba(0, 0, 0, 0.1) 3.97%, rgba(0, 0, 0, 0.1) 99.13%);
    top: 68px;
    left: -81px;
    border-radius: 50%;
}

.banner1__shapes-shape-6 {
    position: absolute;
    right: 53px;
    top: 80px;
    z-index: -1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner1__shapes-shape-6 {
        display: none;
    }
}

.banner1__shapes-shape-7 {
    position: absolute;
    left: 97px;
    bottom: 140px;
    z-index: -1;
}

@media (max-width: 575px) {
    .banner1__shapes-shape-7 {
        display: none;
    }
}

.banner1__shapes-shape-8 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner1__from-wrapper {
    background: rgba(5, 5, 19, 0.4);
    backdrop-filter: blur(7px);
    max-width: 910px;
    padding: 22px 46px 32px 34px;
}

.banner1__from-wrapper-title {
    color: var(--rr-common-white);
    margin-bottom: 7px;
}

.banner1__from-wrapper-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner1__from-wrapper-box {
        display: block;
    }
}

.banner1__from-wrapper-box .rr-subscribe-form .form-control {
    background-color: transparent;
    width: 700px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0;
    padding-left: 20px;
    color: rgba(255, 255, 255, 0.5);
}

    .banner1__from-wrapper-box .rr-subscribe-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: rgba(255, 255, 255, 0.5);
    }

    .banner1__from-wrapper-box .rr-subscribe-form .form-control::-moz-placeholder { /* Firefox 19+ */
        color: rgba(255, 255, 255, 0.5);
    }

    .banner1__from-wrapper-box .rr-subscribe-form .form-control:-moz-placeholder { /* Firefox 4-18 */
        color: rgba(255, 255, 255, 0.5);
    }

    .banner1__from-wrapper-box .rr-subscribe-form .form-control:-ms-input-placeholder { /* IE 10+  Edge*/
        color: rgba(255, 255, 255, 0.5);
    }

    .banner1__from-wrapper-box .rr-subscribe-form .form-control::placeholder { /* MODERN BROWSER */
        color: rgba(255, 255, 255, 0.5);
    }

    .banner1__from-wrapper-box .rr-subscribe-form .form-control:focus {
        box-shadow: none;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner1__from-wrapper-box .rr-subscribe-form .form-control {
        width: 100%;
        margin-bottom: 15px;
    }
}

.banner1__thumb {
    width: 485px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner1__thumb {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
    .banner1__thumb {
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .banner1__thumb {
        width: 100%;
        margin: 0 auto;
    }
}

.banner-before {
    position: relative;
}

    .banner-before::before {
        background: var(--rr-common-white);
        position: absolute;
        width: 570px;
        height: 130px;
        content: "";
        right: 0;
        bottom: -1px;
        clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
        z-index: 2;
    }

@media (max-width: 575px) {
    .banner-before::before {
        display: none;
    }
}

/*----------------------------------------*/
/*  3.1 banner Style 1
/*----------------------------------------*/
.banner2__area {
    padding-top: 231px;
    padding-bottom: 189px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner2__area {
        margin: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
    .banner2__area {
        padding-top: 180px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner2__area {
        padding-top: 140px;
    }
}

@media (max-width: 575px) {
    .banner2__area {
        padding-top: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .banner2__area {
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .banner2__area {
        padding-bottom: 90px;
    }
}

.banner2__shapes-shape-1 {
    position: absolute;
    width: 594px;
    height: 594px;
    background: #7544F9;
    filter: blur(140px);
    top: -311px;
    left: -200px;
    border-radius: 50%;
}

.banner2__shapes-shape-2 {
    position: absolute;
    width: 568px;
    height: 568px;
    background: #A30564;
    filter: blur(140px);
    z-index: -1;
    top: -311px;
    right: -270px;
    border-radius: 50%;
}

.banner2__shapes-shape-3 {
    position: absolute;
    width: 608px;
    height: 462px;
    background: #11AE21;
    filter: blur(315px);
    z-index: -1;
    bottom: 62px;
    right: -206px;
    border-radius: 50%;
}

.banner2__shapes-shape-4 {
    position: absolute;
    width: 462px;
    height: 462px;
    background: #102A2C;
    filter: blur(315px);
    z-index: -1;
    left: 771px;
    bottom: 176px;
    border-radius: 50%;
}

.banner2__shapes-shape-5 {
    position: absolute;
    width: 594px;
    height: 594px;
    background: #00F3FE;
    filter: blur(140px);
    z-index: -1;
    top: -18px;
    left: -395px;
    border-radius: 50%;
}

.banner2__shapes-shape-6 {
    position: absolute;
    right: -405px;
    bottom: -395px;
    z-index: -1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner2__shapes-shape-6 {
        display: none;
    }
}

.banner2__shapes-shape-7 {
    position: absolute;
    top: 149px;
    left: 125px;
    z-index: -1;
}

@media (max-width: 575px) {
    .banner2__shapes-shape-7 {
        display: none;
    }
}

.banner2__shapes-shape-8 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner2__content .banner-heading__wrapper .banner-heading__wrapper-title-2 {
    font-weight: var(--rr-fw-medium);
}

.banner2__content .banner-heading__wrapper .banner-heading__wrapper-dec {
    font-size: 16px;
}

.banner2__content-message {
    display: flex;
    align-items: center;
    gap: 17px;
    flex-wrap: wrap;
    margin-top: 101px;
}

    .banner2__content-message .icon img {
        width: 56px;
        height: 53px;
        object-fit: cover;
    }

    .banner2__content-message .star-list .star ul {
        display: flex;
        align-items: center;
        gap: 4px;
        margin-bottom: 2px;
    }

        .banner2__content-message .star-list .star ul li {
            list-style: none;
            color: #F59E0B;
        }

    .banner2__content-message .star-list .star .dec {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        color: var(--rr-common-white);
        font-style: normal;
        font-size: var(--rr-fs-h6);
        line-height: 25px;
    }

.banner2__btn-wrapper {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

    .banner2__btn-wrapper .rr-btn {
        color: var(--rr-common-white);
        border-width: 1px;
        border-style: solid;
        padding: 14px 28px;
        border-image: linear-gradient(90deg, rgb(132, 88, 212) 0%, rgb(44, 35, 221) 100%) 1;
    }

        .banner2__btn-wrapper .rr-btn i {
            font-size: 14px;
        }

        .banner2__btn-wrapper .rr-btn::before {
            background: linear-gradient(90deg, #2B22E0 0%, #46429E 100%);
        }

        .banner2__btn-wrapper .rr-btn:hover {
            color: var(--rr-common-white);
            border: 1px solid rgba(255, 255, 255, 0.4);
        }

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner2__thumb {
        margin: 30px auto 0 auto;
        max-width: 470px;
    }
}

.banner2__thumb-btn .text-btn {
    font-family: var(--rr-ff-body);
    font-weight: var(--ff-fw-sbold);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    background: #222225;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 11px 24px;
    margin-left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner2__thumb-btn .text-btn {
        margin-left: 0;
    }
}

.banner2__thumb-text {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    padding: 46px 54px 46px 54px;
    max-width: 360px;
    margin: 0px auto -18px auto;
}

    .banner2__thumb-text p {
        font-family: var(--rr-ff-body);
        font-weight: var(--ff-fw-sbold);
        color: var(--rr-common-white);
        font-size: var(--rr-fs-body);
        line-height: var(--rr-lh-body);
        text-align: center;
        font-style: normal;
    }

@media (max-width: 575px) {
    .banner2__thumb-text p br {
        display: none;
    }
}

.banner2__thumb-media {
    width: 380px;
    position: relative;
    margin-left: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner2__thumb-media {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
    .banner2__thumb-media {
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .banner2__thumb-media {
        width: 100%;
        margin: 0 auto;
    }
}

/*----------------------------------------*/
/*  3.1 banner Style 1
/*----------------------------------------*/
.banner3__area {
    padding-top: 275px;
    padding-bottom: 235px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner3__area {
        padding-top: 250px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .banner3__area {
        padding-top: 180px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner3__area {
        padding-top: 160px;
        padding-bottom: 80px;
    }
}

.banner3__shapes-shape-1 {
    position: absolute;
    width: 916px;
    height: 696px;
    left: -366px;
    top: 0px;
    background: #09565B;
    filter: blur(315px);
    border-radius: 50%;
    z-index: -1;
}

.banner3__shapes-shape-2 {
    position: absolute;
    width: 916px;
    height: 696px;
    left: -307px;
    bottom: -222px;
    background: #09345B;
    filter: blur(315px);
    z-index: 1;
    border-radius: 50%;
}

.banner3__shapes-shape-3 {
    position: absolute;
    width: 916px;
    height: 696px;
    right: 136px;
    top: 95px;
    background: #1398A0;
    filter: blur(315px);
    border-radius: 50%;
}

.banner3__shapes-shape-4 {
    position: absolute;
    width: 608px;
    height: 462px;
    right: 102px;
    top: 249px;
    background: #0E4B73;
    filter: blur(315px);
    z-index: -1;
    border-radius: 50%;
}

.banner3__shapes-shape-5 {
    position: absolute;
    width: 608px;
    height: 462px;
    right: -231px;
    top: -74px;
    background: #C325DD;
    filter: blur(315px);
    border-radius: 50%;
}

.banner3__shapes-shape-7 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -4;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner3__shapes-shape-8 {
    position: absolute;
    left: 108px;
    top: 157px;
}

.banner3__shapes-shape-9 {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner3__from-wrapper-box {
    position: relative;
    margin-top: 64px;
}

    .banner3__from-wrapper-box .rr-subscribe-form {
        max-width: 620px;
        width: 100%;
    }

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner3__from-wrapper-box .rr-subscribe-form {
        max-width: 100%;
    }
}

.banner3__from-wrapper-box .rr-subscribe-form .form-control {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(7px);
    padding: 10px 150px 8px 20px;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    height: 60px;
}

    .banner3__from-wrapper-box .rr-subscribe-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: rgba(255, 255, 255, 0.7);
    }

    .banner3__from-wrapper-box .rr-subscribe-form .form-control::-moz-placeholder { /* Firefox 19+ */
        color: rgba(255, 255, 255, 0.7);
    }

    .banner3__from-wrapper-box .rr-subscribe-form .form-control:-moz-placeholder { /* Firefox 4-18 */
        color: rgba(255, 255, 255, 0.7);
    }

    .banner3__from-wrapper-box .rr-subscribe-form .form-control:-ms-input-placeholder { /* IE 10+  Edge*/
        color: rgba(255, 255, 255, 0.7);
    }

    .banner3__from-wrapper-box .rr-subscribe-form .form-control::placeholder { /* MODERN BROWSER */
        color: rgba(255, 255, 255, 0.7);
    }

.banner3__from-wrapper-box .rr-btn {
    padding: 11px 16px;
    font-size: 14px;
    gap: 7px;
    position: absolute;
    top: 10px;
    right: 96px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner3__from-wrapper-box .rr-btn {
        right: 10px;
    }
}

.banner3__from-wrapper-box .rr-btn i {
    font-size: 12px;
}

.banner3__content {
    position: relative;
    max-width: 705px;
    z-index: 3;
}

    .banner3__content .banner-heading__wrapper .subtitle {
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.24);
        backdrop-filter: blur(7px);
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        color: var(--rr-common-white);
        font-style: normal;
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        display: inline;
        padding: 5px 21px;
    }

    .banner3__content .banner-heading__wrapper .banner-heading__wrapper-title {
        margin-bottom: 20px;
        margin-top: 22px;
    }

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner3__content .banner-heading__wrapper .banner-heading__wrapper-title {
        font-size: 53px;
        line-height: 63px;
    }
}

.banner3__thumb {
    margin-right: -74px;
    position: relative;
    z-index: 3;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner3__thumb {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner3__thumb {
        margin: 40px auto 0 auto;
        max-width: 600px;
    }
}

/*----------------------------------------*/
/*  3.1 banner Style 4
/*----------------------------------------*/
.banner4__area {
    padding: 267px 0 140px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner4__area {
        padding: 200px 0 110px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner4__area {
        padding: 140px 0 80px 0;
    }
}

.banner4__shapes-shape-1 {
    position: absolute;
    width: 1000px;
    height: 1000px;
    left: -115px;
    bottom: -200px;
    background: #C8FBE4;
    filter: blur(250px);
    border-radius: 50%;
    z-index: -1;
}

.banner4__shapes-shape-2 {
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -126px;
    bottom: -89px;
    background: #C6CAFC;
    filter: blur(250px);
    border-radius: 50%;
    z-index: -1;
}

.banner4__title-wrapper-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-size: var(--rr-fs-h1);
    line-height: var(--rr-lh-h1);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    letter-spacing: -0.03em;
    text-transform: inherit;
    margin-bottom: 20px;
}

    .banner4__title-wrapper-title span {
        color: var(--rr-theme-primary2);
    }

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner4__title-wrapper-title {
        font-size: 50px;
        line-height: 65px;
    }
}

@media (max-width: 575px) {
    .banner4__title-wrapper-title {
        font-size: 43px;
        line-height: 53px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner4__title-wrapper-title br {
        display: none;
    }
}

.banner4__title-wrapper-dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: var(--rr-fs-body);
    line-height: var(--rr-lh-body);
    color: rgba(5, 5, 19, 0.7);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner4__title-wrapper-dec br {
        display: none;
    }
}

.banner4__media-wrapper {
    margin-top: 90px;
}

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

.banner4__thumb {
    width: 100%;
    height: 100%;
}

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

/*----------------------------------------*/
/*  3.1 banner Style 5
/*----------------------------------------*/
.banner-5__area {
    padding: 220px 0 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-5__area {
        padding: 180px 0 0 0;
    }
}

.banner-5__shapes-shape-1 {
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.banner-5__shapes-shape-2 {
    background: linear-gradient(270deg, rgba(160, 13, 124, 0.8) 0%, rgba(9, 35, 160, 0.8) 100%);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.banner-5__title-wrapper {
    margin-bottom: 100px;
}

    .banner-5__title-wrapper .rr-btn {
        background-color: var(--rr-theme-primary2);
        color: var(--rr-common-white);
        padding: 14px 30px;
    }

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-5__title-wrapper {
        margin-bottom: 60px;
    }
}

.banner-5__title {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-common-white);
    font-size: var(--rr-fs-h1);
    line-height: var(--rr-lh-h1);
    font-style: normal;
    letter-spacing: -0.03em;
    text-transform: inherit;
    margin-bottom: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-5__title {
        font-size: 50px;
        line-height: 65px;
    }
}

@media (max-width: 575px) {
    .banner-5__title {
        font-size: 43px;
        line-height: 53px;
    }
}

.banner-5__dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    color: rgba(255, 255, 255, 0.7);
    font-style: normal;
    font-size: var(--rr-fs-body);
    line-height: var(--rr-lh-body);
    margin-bottom: 43px;
}

.banner-5__media-wrapper {
    display: flex;
    align-items: center;
    gap: 101px;
    justify-content: center;
    padding-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    position: relative;
    padding-bottom: 70px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-5__media-wrapper {
        gap: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-5__media-wrapper {
        gap: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .banner-5__media-wrapper {
        gap: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-5__media-wrapper {
        gap: 20px;
        flex-wrap: wrap;
    }
}

@media (max-width: 1780px) {
    .banner-5__media-wrapper {
        margin: 0 15px;
    }

        .banner-5__media-wrapper::before {
            display: none;
        }

        .banner-5__media-wrapper::after {
            display: none;
        }
}

.banner-5__media-wrapper::before {
    background: rgba(255, 255, 255, 0.14);
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 435px;
    content: "";
}

.banner-5__media-wrapper::after {
    background: rgba(255, 255, 255, 0.14);
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 435px;
    content: "";
}

.banner-5__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 460px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-5__thumb img {
        max-height: 100%;
    }
}

.banner-5__thumb-1 {
    max-width: 338px;
}

.banner-5__thumb-2 {
    max-width: 930px;
}

.banner-5__thumb-3 {
    max-width: 338px;
}

/*----------------------------------------*/
/*  3.1 banner Style 6
/*----------------------------------------*/
.banner6__area {
    padding: 207px 0 120px 0;
    margin: 0 110px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner6__area {
        margin: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner6__area {
        padding: 125px 0 70px 0;
    }
}

.banner6__area::before {
    background: linear-gradient(180deg, #EEF3E9 0%, #FFFFFF 100%);
    position: absolute;
    width: 100%;
    height: 860px;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
}

.banner6__shapes-shape-1 {
    position: absolute;
    top: 244.54px;
    left: 238.43px;
    transform: rotate(-76.38deg);
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner6__shapes-shape-1 {
        display: none;
    }
}

.banner6__shapes-shape-2 {
    position: absolute;
    width: 1158px;
    height: 1158px;
    background: #FFFFFF;
    filter: blur(140px);
    z-index: -1;
    left: 271px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner6__shapes-shape-2 {
        display: none;
    }
}

.banner6__shapes-shape-3 {
    position: absolute;
    width: 29.73px;
    height: 30px;
    top: 313px;
    right: 103.27px;
}

.banner6__thumb {
    margin-top: 80px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner6__thumb {
        margin-top: 50px;
    }
}

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

.banner6__thumb-icon {
    background: var(--rr-theme-primary6);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
}

@media (max-width: 575px) {
    .banner6__thumb-icon {
        width: 80px;
        height: 80px;
    }
}

.banner6__thumb-icon .ripple,
.banner6__thumb-icon .ripple:before,
.banner6__thumb-icon .ripple:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

@media (max-width: 575px) {
    .banner6__thumb-icon .ripple,
    .banner6__thumb-icon .ripple:before,
    .banner6__thumb-icon .ripple:after {
        width: 80px;
        height: 80px;
    }
}

.banner6__thumb-icon .ripple {
    z-index: -1;
}

    .banner6__thumb-icon .ripple:before {
        -webkit-animation-delay: 0.9s;
        -moz-animation-delay: 0.9s;
        -ms-animation-delay: 0.9s;
        -o-animation-delay: 0.9s;
        animation-delay: 0.9s;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .banner6__thumb-icon .ripple:after {
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        -ms-animation-delay: 0.6s;
        -o-animation-delay: 0.6s;
        animation-delay: 0.6s;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
    }

@-webkit-keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 20px rgba(244, 68, 56, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 20px rgba(244, 68, 56, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

.banner6__thumb-shapes-shape-1 {
    position: absolute;
    width: 76.25px;
    height: 164.58px;
    top: -29px;
    left: -25px;
    z-index: -1;
}

    .banner6__thumb-shapes-shape-1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner6__thumb-shapes-shape-1 {
        display: none;
    }
}

.banner6__thumb-shapes-shape-2 {
    position: absolute;
    width: 191.7px;
    height: 92.72px;
    top: -42px;
    right: -94.73px;
    z-index: -1;
    transform: rotate(52deg);
}

    .banner6__thumb-shapes-shape-2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner6__thumb-shapes-shape-2 {
        display: none;
    }
}

.banner6__thumb-shapes-shape-3 {
    position: absolute;
    width: 74.78px;
    height: 267.23px;
    bottom: -134.09px;
    left: -10px;
    z-index: -1;
    transform: rotate(-56deg);
}

    .banner6__thumb-shapes-shape-3 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner6__thumb-shapes-shape-3 {
        display: none;
    }
}

.banner6__title-wrapper {
    position: relative;
}

.banner6__title-wrapper-subtitle {
    background: var(--rr-common-white);
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #EC188C;
    padding: 7px 25px;
    display: inline-block;
    margin-bottom: 20px;
}

.banner6__title-wrapper-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-size: var(--rr-fs-h1);
    line-height: var(--rr-lh-h1);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    letter-spacing: -0.03em;
    text-transform: inherit;
    margin-bottom: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner6__title-wrapper-title {
        font-size: 50px;
        line-height: 65px;
    }
}

@media (max-width: 575px) {
    .banner6__title-wrapper-title {
        font-size: 43px;
        line-height: 53px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner6__title-wrapper-title br {
        display: none;
    }
}

.banner6__title-wrapper-dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    font-size: var(--rr-fs-body);
    line-height: var(--rr-lh-body);
    font-style: normal;
    color: rgba(5, 5, 19, 0.6);
    margin-bottom: 52px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner6__title-wrapper-dec br {
        display: none;
    }
}

.banner6__title-wrapper .rr-btn {
    background: var(--rr-theme-primary6);
    font-size: 14px;
    text-transform: inherit;
    padding: 14px 31px;
}

/*----------------------------------------*/
/*  3.1 banner Style 7
/*----------------------------------------*/
.banner-7 {
    padding: 236px 0 312px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-7 {
        padding: 180px 0 312px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .banner-7 {
        padding: 140px 0 270px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner-7 {
        padding: 130px 0 260px 0;
    }
}

.banner-7 .banner4__title-wrapper-title {
    color: var(--rr-common-white);
    font-size: 90px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .banner-7 .banner4__title-wrapper-title {
        font-size: 65px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-7 .banner4__title-wrapper-title {
        font-size: 52px;
    }
}

@media (max-width: 575px) {
    .banner-7 .banner4__title-wrapper-title {
        font-size: 30px;
    }
}

.banner-7 .banner4__title-wrapper-title span {
    color: var(--rr-theme-primary7);
}

.banner-7 .banner4__title-wrapper-dec {
    color: rgba(255, 255, 255, 0.6);
    margin-top: 20px;
    margin-bottom: 45px;
}

.banner-7__title-wrapper .rr-btn {
    background: linear-gradient(0deg, #F95F40 0%, #C81BD7 100%);
    box-shadow: 0px 4px 30px rgba(221, 61, 29, 0.6);
    color: var(--rr-common-white);
    padding: 15.5px 35.4px;
    transition: 0.3s;
}

    .banner-7__title-wrapper .rr-btn:hover {
        color: var(--rr-common-white);
        background: linear-gradient(0deg, #F95F40 0%, #C81BD7 100%);
    }

.banner-7__shapes-shape {
    position: absolute;
    width: 800px;
    height: 800px;
    border-radius: 500px;
}

    .banner-7__shapes-shape img {
        width: min-content;
    }

.banner-7__shapes-shape-1 {
    left: calc(50% - 400px - 618px);
    top: -672px;
    background: rgba(0, 230, 255, 0.7);
    filter: blur(250px);
}

.banner-7__shapes-shape-2 {
    left: calc(50% - 400px - 823px);
    bottom: -668px;
    background: rgba(255, 140, 177, 0.8);
    filter: blur(300px);
}

.banner-7__shapes-shape-3 {
    left: calc(50% - 400px + 855px);
    bottom: -661px;
    background: rgba(140, 156, 255, 0.8);
    filter: blur(300px);
}

.banner-7__shapes-shape-4 {
    left: calc(50% - 400px + 570px);
    top: -674px;
    background: rgba(255, 140, 142, 0.8);
    filter: blur(300px);
}

.banner-7__shapes-shape-5 {
    width: 410px;
    height: 1600px;
    background: rgba(255, 255, 255, 0.07);
    transform: rotate(40deg);
    right: 255px;
    top: -200px;
}

.banner-7 .shape {
    position: absolute;
}

    .banner-7 .shape img {
        width: min-content;
    }

    .banner-7 .shape.banner-7__shapes-shape-6 {
        bottom: 100px;
        left: 75px;
    }

    .banner-7 .shape.banner-7__shapes-shape-7 {
        left: 179px;
        top: 159px;
        animation: rotate-360 3s linear infinite;
    }

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .banner-7 .shape.banner-7__shapes-shape-7 {
        left: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-7 .shape.banner-7__shapes-shape-7 {
        left: 0px;
    }
}

.banner-7 .shape.banner-7__shapes-shape-8 {
    left: 405px;
    bottom: 273px;
    animation: rotate360 3s linear infinite;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-7 .shape.banner-7__shapes-shape-8 {
        left: 200px;
        bottom: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .banner-7 .shape.banner-7__shapes-shape-8 {
        left: 80px;
    }
}

.banner-7 .shape.banner-7__shapes-shape-9 {
    top: 190px;
    right: 140px;
    animation: rotate360 3s linear infinite;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .banner-7 .shape.banner-7__shapes-shape-9 {
        right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-7 .shape.banner-7__shapes-shape-9 {
        right: 0px;
    }
}

.banner-7 .shape.banner-7__shapes-shape-10 {
    right: 344px;
    bottom: 269px;
    animation: rotate-360 3s linear infinite;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-7 .shape.banner-7__shapes-shape-10 {
        right: 200px;
        bottom: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .banner-7 .shape.banner-7__shapes-shape-10 {
        right: 80px;
    }
}

/*----------------------------------------*/
/*  3.1 banner Style 4
/*----------------------------------------*/
.banner8__area {
    padding: 256px 0 244px 0;
    position: relative;
    background: linear-gradient(180deg, #EDF0F7 0%, #FFFFFF 100%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner8__area {
        padding: 200px 0 120px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .banner8__area {
        padding: 200px 0 80px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner8__area {
        padding: 140px 0 70px 0;
    }
}

.banner8__title-wrapper-title {
    font-size: 90px;
    font-weight: 700;
    color: #050513;
    line-height: 94px;
    letter-spacing: -0.03em;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
    .banner8__title-wrapper-title {
        font-size: 80px;
        line-height: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner8__title-wrapper-title br {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner8__title-wrapper-title {
        font-size: 60px;
        line-height: 70px;
    }
}

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

.banner8__title-wrapper-dec {
    font-size: 18px;
    color: rgba(5, 5, 19, 0.6);
    font-weight: 500;
    line-height: 28px;
    margin-top: 22px;
    margin-bottom: 41px;
    font-family: var(--rr-ff-body);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner8__title-wrapper-dec br {
        display: none;
    }
}

.banner8__btn .rr-btn {
    background-color: var(--rr-theme-primary8);
    color: var(--rr-common-white);
    border-radius: 6px;
    padding: 15.5px 27.3px;
}

    .banner8__btn .rr-btn i {
        font-size: 18px;
        transform: translateY(2px);
    }

.banner8__shapes-shape-1 {
    position: absolute;
    width: 800px;
    height: 800px;
    left: calc(50% - 400px - 300px);
    top: -290px;
    background: rgba(234, 57, 231, 0.44);
    filter: blur(300px);
    z-index: -1;
}

.banner8__shapes-shape-2 {
    position: absolute;
    width: 800px;
    height: 800px;
    left: calc(50% - 400px + 300px);
    top: -290px;
    background: rgba(255, 197, 87, 0.6);
    filter: blur(200px);
    z-index: -1;
}

.banner8__shapes-shape {
    position: absolute;
}

.banner8__shapes-shape-3 {
    left: 90px;
    bottom: 275px;
    animation: rotate360 3s linear infinite;
}

.banner8__shapes-shape-5 {
    top: 194px;
    left: 72px;
}

.banner8__shapes-shape-4 {
    bottom: 150px;
    right: 130px;
}

.banner8__shapes-shape-6 {
    top: 82px;
    left: 444px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner8__shapes-shape-6 {
        left: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner8__shapes-shape-6 {
        left: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner8__shapes-shape-6 {
        top: 80px;
        left: 0px;
    }
}

.banner8__shapes-shape-6 img {
    width: inherit;
}

.banner8__thumb {
    position: absolute;
    bottom: 178px;
    right: 15.7%;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .banner8__thumb {
        right: 10%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .banner8__thumb {
        right: 4.7%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner8__thumb {
        right: 3%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner8__thumb {
        position: inherit;
    }
}

.banner8__thumb img {
    width: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner8__thumb img {
        width: 100%;
    }
}

.banner8__border__box {
    top: 82px;
    z-index: -1;
    position: absolute;
}

.banner8__border__box-1 {
    left: 428px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
    .banner8__border__box-1 {
        left: 100px;
    }
}

@media (max-width: 575px) {
    .banner8__border__box-1 {
        left: 20px;
    }
}

.banner8__border__box-2 {
    left: 50%;
    transform: translateX(-93%);
}

.banner8__border__box-3 {
    right: 470px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
    .banner8__border__box-3 {
        right: 100px;
    }
}

@media (max-width: 575px) {
    .banner8__border__box-3 {
        right: 20px;
    }
}

.banner8__border__shape {
    width: 50px;
    height: 870px;
    border-right: 1px solid rgba(5, 5, 19, 0.1);
    position: relative;
}

    .banner8__border__shape::before {
        content: "";
        width: 3px;
        height: 70px;
        opacity: 0.5;
        left: 48px;
        position: absolute;
        animation: topToBottom 5s ease-in-out infinite;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(5, 5, 19) 100%);
    }

.banner8__border__shape-2::before {
    animation: bottomToTop 5s ease-in-out infinite;
    transform: rotate(180deg);
}

/*----------------------------------------*/
/*  3.1 banner Style 9
/*----------------------------------------*/
.banner9__area {
    padding: 170px 0 210px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner9__area {
        padding: 150px 0 150px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner9__area {
        padding: 140px 0 150px 0;
    }
}

.banner9__shapes-shape-1 {
    position: absolute;
    width: 800px;
    height: 800px;
    left: -162px;
    top: -240px;
    background: #0C7C80;
    filter: blur(300px);
    z-index: -1;
}

.banner9__shapes-shape-2 {
    position: absolute;
    width: 800px;
    height: 800px;
    left: -166px;
    bottom: -441px;
    background: #34722C;
    filter: blur(300px);
}

.banner9__shapes-shape-3 {
    position: absolute;
    width: 800px;
    height: 800px;
    left: 560px;
    top: -308px;
    background: #0F4C86;
    filter: blur(200px);
    z-index: -1;
}

.banner9__shapes-shape-4 {
    position: absolute;
    width: 800px;
    height: 800px;
    left: 467px;
    bottom: -321px;
    background: #0B6560;
    filter: blur(200px);
    z-index: -1;
}

.banner9__shapes-shape-5 {
    position: absolute;
    width: 800px;
    height: 800px;
    right: -312px;
    top: -531px;
    background: #11364F;
    filter: blur(300px);
    z-index: -1;
}

.banner9__shapes-shape-6 {
    position: absolute;
    width: 690px;
    height: 690px;
    right: -188px;
    bottom: -156px;
    background: #730D4A;
    filter: blur(200px);
    z-index: -1;
}

.banner9__shapes-shape-7 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner9__content {
    position: relative;
}

    .banner9__content .banner-heading__wrapper .banner-heading__wrapper-title {
        margin-bottom: 23px;
    }

    .banner9__content .banner-heading__wrapper .banner-heading__wrapper-dec {
        font-weight: var(--rr-fw-medium);
        color: rgba(255, 255, 255, 0.6);
    }

.banner9__from-wrapper-box {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 43px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner9__from-wrapper-box {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner9__from-wrapper-box {
        display: block;
    }
}

.banner9__from-wrapper-box .rr-subscribe-form .form-control {
    background: rgba(255, 255, 255, 0.1);
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(7px);
    border-radius: 6px;
    font-style: normal;
    font-size: 15px;
    line-height: 10px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.6);
    width: 470px;
    height: 51px;
    padding: 0 20px;
}

    .banner9__from-wrapper-box .rr-subscribe-form .form-control:focus {
        box-shadow: none;
    }

    .banner9__from-wrapper-box .rr-subscribe-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: rgba(255, 255, 255, 0.6);
    }

    .banner9__from-wrapper-box .rr-subscribe-form .form-control::-moz-placeholder { /* Firefox 19+ */
        color: rgba(255, 255, 255, 0.6);
    }

    .banner9__from-wrapper-box .rr-subscribe-form .form-control:-moz-placeholder { /* Firefox 4-18 */
        color: rgba(255, 255, 255, 0.6);
    }

    .banner9__from-wrapper-box .rr-subscribe-form .form-control:-ms-input-placeholder { /* IE 10+  Edge*/
        color: rgba(255, 255, 255, 0.6);
    }

    .banner9__from-wrapper-box .rr-subscribe-form .form-control::placeholder { /* MODERN BROWSER */
        color: rgba(255, 255, 255, 0.6);
    }

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner9__from-wrapper-box .rr-subscribe-form .form-control {
        width: 100%;
    }
}

.banner9__from-wrapper-box .rr-btn {
    background: var(--rr-theme-primary9);
    padding: 16px 28px;
    border-radius: 6px;
}

    .banner9__from-wrapper-box .rr-btn i {
        font-size: 20px;
    }

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner9__from-wrapper-box .rr-btn {
        margin-top: 10px;
    }
}

.banner9__option {
    margin-top: 24px;
    display: flex;
    gap: 10px;
}

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

.banner9__option-box {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    color: var(--rr-common-white);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    padding: 5px 21px 6px 21px;
    transition: all 0.3s ease-in-out;
}

    .banner9__option-box:focus {
        color: var(--rr-common-white);
    }

    .banner9__option-box:hover {
        background: var(--rr-theme-primary9);
        color: var(--rr-heading-primary);
    }

.banner9__thumb {
    max-width: 492px;
    margin: 0 0 0 auto;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner9__thumb {
        margin: 40px auto 0 auto;
    }
}

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

.banner9__thumb-content {
    background: var(--rr-common-white);
    padding: 20px 24px 20px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 10px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    width: calc(100% - 60px);
    transform: translate(-50%, 0);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner9__thumb-content {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .banner9__thumb-content {
        flex-wrap: wrap;
        margin-bottom: -70px;
        gap: 10px;
        justify-content: center;
    }
}

.banner9__thumb-content-box img {
    width: 84px;
    height: 80px;
    border-radius: 10px;
}

.banner9__thumb-content-box .title {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    color: rgba(5, 5, 19, 0.7);
    text-align: center;
}

.banner9__thumb-content-text .text-box {
    background: #EDF0F7;
    border: 1px solid rgba(5, 5, 19, 0.2);
    border-radius: 6px;
    width: 84px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .banner9__thumb-content-text .text-box h5 {
        font-family: var(--rr-ff-heading);
        font-weight: var(--rr-fw-bold);
        color: var(--rr-heading-primary);
        font-style: normal;
        font-size: 22px;
        line-height: 56px;
        text-transform: uppercase;
    }

.banner9__thumb-content-text .title {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    color: rgba(5, 5, 19, 0.7);
    text-align: center;
}

/*----------------------------------------*/
/*  3.1 banner Style 4
/*----------------------------------------*/
.banner10__area {
    padding: 212px 0 416px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner10__area {
        padding: 150px 0 250px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner10__area {
        padding: 80px 0 200px 0;
    }
}

.banner10__shapes-shape-1 {
    position: absolute;
    width: 800px;
    height: 800px;
    left: -162px;
    top: -240px;
    background: #9AF064;
    filter: blur(300px);
}

.banner10__shapes-shape-2 {
    position: absolute;
    width: 800px;
    height: 800px;
    left: -121px;
    top: 477px;
    background: rgba(105, 100, 240, 0.2);
    filter: blur(300px);
}

.banner10__shapes-shape-3 {
    position: absolute;
    width: 690px;
    height: 690px;
    left: -96px;
    bottom: -337px;
    background: #57E0FF;
    filter: blur(200px);
}

.banner10__shapes-shape-4 {
    position: absolute;
    width: 1398px;
    height: 1398px;
    left: 223px;
    top: -283px;
    background: #B794FF;
    filter: blur(200px);
    z-index: -1;
}

.banner10__shapes-shape-5 {
    position: absolute;
    width: 800px;
    height: 800px;
    right: -202px;
    top: -222px;
    background: rgba(234, 57, 231, 0.5);
    filter: blur(300px);
}

.banner10__shapes-shape-6 {
    position: absolute;
    width: 690px;
    height: 690px;
    right: -214px;
    bottom: -265px;
    background: #FFC557;
    filter: blur(200px);
}

.banner10__shapes-shape-7 {
    position: absolute;
    left: 9%;
    top: -150px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner10__shapes-shape-7 {
        display: none;
    }
}

.banner10__title-wrapper-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-size: var(--rr-fs-h1);
    line-height: var(--rr-lh-h1);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    letter-spacing: -0.03em;
    text-transform: inherit;
    margin-bottom: 25px;
}

    .banner10__title-wrapper-title span {
        color: var(--rr-theme-primary2);
    }

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner10__title-wrapper-title {
        font-size: 50px;
        line-height: 65px;
    }
}

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

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner10__title-wrapper-title br {
        display: none;
    }
}

.banner10__title-wrapper-dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: var(--rr-fs-body);
    line-height: var(--rr-lh-body);
    color: rgba(5, 5, 19, 0.7);
    margin-bottom: 47px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .banner10__title-wrapper-dec br {
        display: none;
    }
}

.banner10__title-wrapper .rr-btn {
    gap: 16px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(5, 5, 19, 0.14);
    border-radius: 6px;
    padding: 5px 5px 5px 30px;
}

    .banner10__title-wrapper .rr-btn:hover span {
        background: var(--rr-theme-primary10);
    }

        .banner10__title-wrapper .rr-btn:hover span i {
            color: var(--rr-heading-primary);
            transform: rotate(0);
        }

    .banner10__title-wrapper .rr-btn span {
        background: var(--rr-heading-primary);
        width: 50px;
        height: 40px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .banner10__title-wrapper .rr-btn span i {
            color: var(--rr-common-white);
            font-size: 18px;
            transform: rotate(-45deg);
            transition: all 0.3s ease-in-out;
        }

/*----------------------------------------*/
/*  7.1 cta
/*----------------------------------------*/
.cta__fake-div {
    width: 100%;
    height: 183px;
    margin-bottom: -183px;
    position: relative;
}

    .cta__fake-div:before {
        width: 100%;
        content: "";
        height: 100%;
        background-color: currentColor;
        position: absolute;
        bottom: -100%;
        left: 0;
    }

.cta__area {
    position: relative;
    z-index: 11;
}

    .cta__area.footer-up-cta {
        margin-bottom: -63px;
    }

    .cta__area.footer-up-cta-2 {
        margin-bottom: -172px;
    }

    .cta__area.footer-up-home-1 {
        margin-bottom: -91.5px;
    }

.cta__wrapper {
    gap: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

    .cta__wrapper.primary-border-top {
        border-top: 2px solid var(--rr-border-primary);
    }

.cta__content {
    max-width: 420px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .cta__content {
        text-align: center;
        max-width: 100%;
    }
}

.cta__content p {
    max-width: 400px;
}

.cta__subscribe {
    gap: 10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .cta__subscribe {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.cta__meida {
    border: 36px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -o-border-radius: 500px;
    -ms-border-radius: 500px;
    border-radius: 500px;
}

.cta-2 .cta__content {
    max-width: 654px;
}

    .cta-2 .cta__content p {
        max-width: 570px;
    }

/*----------------------------------------*/
/*  4.2 Menu
/*----------------------------------------*/
.main-menu ul {
    margin-bottom: 0;
}

    .main-menu ul li {
        position: relative;
        list-style: none;
        display: inline-block;
        margin-inline-end: 26px;
        /* submenu css start */
        /* mega menu start */
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li {
        margin-inline-end: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-menu ul li {
        margin-inline-end: 30px;
    }
}

.main-menu ul li.active > a {
    color: var(--rr-theme-primary2) !important;
}

.main-menu ul li > a {
    display: inline-block;
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    padding: 35px 0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 10px;
    text-transform: capitalize;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .main-menu ul li > a {
        padding: 32.8px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-menu ul li > a {
        padding: 30px 0;
        font-size: 14px;
    }
}

.main-menu ul li.has-dropdown > a {
    position: relative;
    padding-right: 13px !important;
}

    .main-menu ul li.has-dropdown > a::after {
        background-image: none;
        font-family: "Font Awesome 6 Pro";
        font-size: 12px;
        font-weight: var(--rr-fw-bold);
        content: "\f107";
        position: absolute;
        top: 45%;
        right: 0;
        transform: translateY(1px);
        transition: all 0.3s ease-in-out;
        cursor: pointer;
    }

.main-menu ul li.has-dropdown-2 {
    margin-inline-end: 20px;
}

    .main-menu ul li.has-dropdown-2 > a::after {
        top: 35% !important;
        right: 0;
    }

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

.main-menu ul li.megamenu-wrapper {
    position: static;
}

.main-menu ul li .submenu {
    position: absolute;
    top: 110%;
    inset-inline-start: 0;
    min-width: 280px;
    background: var(--rr-common-white);
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    padding: 35px 0 6px;
    color: var(--rr-common-white);
    border: 1px solid var(--rr-border-primary);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

    .main-menu ul li .submenu li {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }

        .main-menu ul li .submenu li.has-dropdown > a::after {
            position: absolute;
            top: 50%;
            inset-inline-end: 25px;
            -webkit-transform: translateY(-50%) rotate(-90deg);
            -moz-transform: translateY(-50%) rotate(-90deg);
            -ms-transform: translateY(-50%) rotate(-90deg);
            -o-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
            color: var(--rr-text-1);
        }

        .main-menu ul li .submenu li a {
            position: relative;
            z-index: 11;
            color: var(--rr-heading-primary);
            font-size: var(--rr-fs-h6);
            padding: 0 25px;
            padding-inline-start: 30px;
            padding-bottom: 9px;
            width: 100%;
            text-transform: capitalize;
        }

            .main-menu ul li .submenu li a::before {
                position: absolute;
                content: "";
                left: 28px;
                top: 47%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 0px;
                height: 1px;
                background-color: var(--rr-theme-primary2);
            }

        .main-menu ul li .submenu li .submenu {
            inset-inline-start: 100%;
            top: 0;
            visibility: hidden;
            opacity: 0;
        }

        .main-menu ul li .submenu li:hover > a {
            color: var(--rr-theme-primary2);
            padding-inline-start: 43px !important;
        }

            .main-menu ul li .submenu li:hover > a::before {
                width: 12px;
            }

            .main-menu ul li .submenu li:hover > a::after {
                color: var(--rr-theme-primary);
            }

        .main-menu ul li .submenu li:hover > .submenu {
            -webkit-transform: translateY(1);
            -moz-transform: translateY(1);
            -ms-transform: translateY(1);
            -o-transform: translateY(1);
            transform: translateY(1);
            visibility: visible;
            opacity: 1;
        }

.main-menu ul li .mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    padding: 30px 35px 30px;
    background: var(--rr-heading-primary);
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    width: 100%;
    -webkit-transform: translateX(-50%) translateZ(0);
    -moz-transform: translateX(-50%) translateZ(0);
    -ms-transform: translateX(-50%) translateZ(0);
    -o-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
    clip: rect(0px, 200vw, 0, 0px);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li .mega-menu {
        padding: 25px 25px;
    }
}

.main-menu ul li .mega-menu.mega-menu.mega-menu-grid-4 {
    padding: 30px 35px 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 30px;
    column-gap: 30px;
}

.main-menu ul li .mega-menu.mega-menu.mega-menu-grid-3 {
    padding: 30px 35px 30px;
    display: grid;
    row-gap: 30px;
    column-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    width: 950px;
    margin: 0 auto;
    justify-content: space-around;
}

.main-menu ul li .mega-menu li .mega-menu-title {
    font-weight: var(--rr-fw-medium);
    color: var(--rr-text-body);
    cursor: text;
    padding: 0;
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--rr-border-primary);
    padding-bottom: 5px;
}

    .main-menu ul li .mega-menu li .mega-menu-title::before {
        display: none;
    }

.main-menu ul li .mega-menu li ul li {
    width: 100%;
    float: none;
    margin-bottom: 9px;
}

    .main-menu ul li .mega-menu li ul li:last-child {
        margin-bottom: 0;
    }

    .main-menu ul li .mega-menu li ul li a {
        font-size: 16px;
        color: var(--rr-text-body);
        padding: 0;
        position: relative;
    }

        .main-menu ul li .mega-menu li ul li a::before {
            position: absolute;
            content: "";
            left: 0;
            right: auto;
            top: 50%;
            bottom: auto;
            width: 0;
            height: 1px;
            background-color: var(--rr-theme-primary);
        }

    .main-menu ul li .mega-menu li ul li:hover > a {
        color: var(--rr-theme-primary);
    }

        .main-menu ul li .mega-menu li ul li:hover > a::before {
            background-color: var(--rr-theme-primary);
        }

.main-menu ul li .mega-menu li:hover > .mega-menu-title {
    color: var(--rr-theme-primary);
    padding-inline-start: 0;
}

.main-menu ul li .mega-menu li:hover > a {
    color: var(--rr-theme-primary);
}

.main-menu ul li .mega-menu li a:hover {
    padding-inline-start: 18px;
}

    .main-menu ul li .mega-menu li a:hover::before {
        width: 12px;
    }

.main-menu ul li:hover > a {
    color: var(--rr-theme-primary2);
}

    .main-menu ul li:hover > a::after {
        color: var(--rr-theme-primary2);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.main-menu ul li:hover > .submenu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-menu ul li:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    clip: rect(0px, 100vw, 200vh, -30px);
    transition: clip 0.6s linear, opacity 0.4s linear;
}

.main-menu-2 ul li > a {
    color: var(--rr-text-secondary);
}

    .main-menu-2 ul li > a::before {
        background: var(--rr-theme-primary);
    }

.main-menu-2 ul li .submenu li a:hover {
    color: var(--rr-theme-primary);
}

    .main-menu-2 ul li .submenu li a:hover::before {
        background: var(--rr-theme-primary);
    }

.main-menu-2 ul li .submenu li:hover > a {
    color: var(--rr-theme-primary);
}

    .main-menu-2 ul li .submenu li:hover > a::before {
        background-color: var(--rr-theme-primary);
    }

.main-menu-2 ul li .submenu li.has-dropdown:hover > a::after {
    color: var(--rr-theme-primary);
}

.main-menu-2 ul li .mega-menu li ul li:hover > a {
    color: var(--rr-theme-primary);
}

    .main-menu-2 ul li .mega-menu li ul li:hover > a::before {
        background: var(--rr-theme-primary);
    }

.main-menu-2 ul li .mega-menu li:hover > .mega-menu-title {
    color: var(--rr-theme-primary);
}

.main-menu-2 ul li:hover > a {
    color: var(--rr-theme-primary);
}

    .main-menu-2 ul li:hover > a::after {
        color: var(--rr-theme-primary);
    }

.main-menu-2.main-menu-2 ul li {
    margin-inline-end: 33px;
}

    .main-menu-2.main-menu-2 ul li > a {
        color: var(--rr-common-white);
        padding: 38px 0;
        font-size: var(--rr-fs-h6);
    }

        .main-menu-2.main-menu-2 ul li > a::before {
            background: var(--rr-theme-primary);
        }

    .main-menu-2.main-menu-2 ul li .submenu li a:hover {
        color: var(--rr-theme-primary);
    }

        .main-menu-2.main-menu-2 ul li .submenu li a:hover::before {
            background: var(--rr-theme-primary);
        }

    .main-menu-2.main-menu-2 ul li .submenu li:hover > a {
        color: var(--rr-theme-primary2);
    }

        .main-menu-2.main-menu-2 ul li .submenu li:hover > a::before {
            background-color: var(--rr-theme-primary2);
        }

    .main-menu-2.main-menu-2 ul li .submenu li.has-dropdown:hover > a::after {
        color: var(--rr-theme-primary);
    }

    .main-menu-2.main-menu-2 ul li .mega-menu li ul li:hover > a {
        color: var(--rr-theme-primary);
    }

        .main-menu-2.main-menu-2 ul li .mega-menu li ul li:hover > a::before {
            background: var(--rr-theme-primary);
        }

    .main-menu-2.main-menu-2 ul li .mega-menu li:hover > .mega-menu-title {
        color: var(--rr-theme-primary);
    }

    .main-menu-2.main-menu-2 ul li:hover > a {
        color: var(--rr-theme-primary2);
    }

        .main-menu-2.main-menu-2 ul li:hover > a::after {
            color: var(--rr-theme-primary2);
        }

.main-menu-2.main-menu-3 ul li {
    margin-inline-end: 33px;
}

    .main-menu-2.main-menu-3 ul li:last-child {
        margin-inline-end: 0;
    }

    .main-menu-2.main-menu-3 ul li > a {
        color: var(--rr-common-white);
        padding: 38px 0;
        font-size: 14px;
    }

        .main-menu-2.main-menu-3 ul li > a::before {
            background: var(--rr-theme-primary);
        }

    .main-menu-2.main-menu-3 ul li .submenu li a:hover {
        color: var(--rr-theme-primary);
    }

        .main-menu-2.main-menu-3 ul li .submenu li a:hover::before {
            background: var(--rr-theme-primary);
        }

    .main-menu-2.main-menu-3 ul li .submenu li:hover > a {
        color: var(--rr-theme-primary2);
    }

        .main-menu-2.main-menu-3 ul li .submenu li:hover > a::before {
            background-color: var(--rr-theme-primary2);
        }

    .main-menu-2.main-menu-3 ul li .submenu li.has-dropdown:hover > a::after {
        color: var(--rr-theme-primary);
    }

    .main-menu-2.main-menu-3 ul li .mega-menu li ul li:hover > a {
        color: var(--rr-theme-primary);
    }

        .main-menu-2.main-menu-3 ul li .mega-menu li ul li:hover > a::before {
            background: var(--rr-theme-primary);
        }

    .main-menu-2.main-menu-3 ul li .mega-menu li:hover > .mega-menu-title {
        color: var(--rr-theme-primary);
    }

    .main-menu-2.main-menu-3 ul li:hover > a {
        color: var(--rr-theme-primary2);
    }

        .main-menu-2.main-menu-3 ul li:hover > a::after {
            color: var(--rr-theme-primary2);
        }

.main-menu-2.main-menu-4 ul li {
    margin-inline-end: 33px;
}

    .main-menu-2.main-menu-4 ul li:last-child {
        margin-inline-end: 0;
    }

    .main-menu-2.main-menu-4 ul li > a {
        color: var(--rr-heading-primary);
        padding: 38px 0;
        font-size: 14px;
    }

        .main-menu-2.main-menu-4 ul li > a::before {
            background: var(--rr-theme-primary);
        }

    .main-menu-2.main-menu-4 ul li .submenu li a:hover {
        color: var(--rr-theme-primary);
    }

        .main-menu-2.main-menu-4 ul li .submenu li a:hover::before {
            background: var(--rr-theme-primary);
        }

    .main-menu-2.main-menu-4 ul li .submenu li:hover > a {
        color: var(--rr-theme-primary2);
    }

        .main-menu-2.main-menu-4 ul li .submenu li:hover > a::before {
            background-color: var(--rr-theme-primary2);
        }

    .main-menu-2.main-menu-4 ul li .submenu li.has-dropdown:hover > a::after {
        color: var(--rr-theme-primary);
    }

    .main-menu-2.main-menu-4 ul li .mega-menu li ul li:hover > a {
        color: var(--rr-theme-primary);
    }

        .main-menu-2.main-menu-4 ul li .mega-menu li ul li:hover > a::before {
            background: var(--rr-theme-primary);
        }

    .main-menu-2.main-menu-4 ul li .mega-menu li:hover > .mega-menu-title {
        color: var(--rr-theme-primary);
    }

    .main-menu-2.main-menu-4 ul li:hover > a {
        color: var(--rr-theme-primary2);
    }

        .main-menu-2.main-menu-4 ul li:hover > a::after {
            color: var(--rr-theme-primary2);
        }

.main-menu-2.main-menu-5 ul li {
    margin-inline-end: 33px;
}

    .main-menu-2.main-menu-5 ul li:last-child {
        margin-inline-end: 0;
    }

    .main-menu-2.main-menu-5 ul li.active {
        background: var(--rr-theme-primary2);
    }

        .main-menu-2.main-menu-5 ul li.active:hover a::after {
            color: var(--rr-common-white);
        }

        .main-menu-2.main-menu-5 ul li.active > a {
            padding-right: 23px !important;
            color: var(--rr-common-white) !important;
        }

            .main-menu-2.main-menu-5 ul li.active > a.main-menu ul li.has-dropdown > a::after {
                background-image: none;
                font-family: "Font Awesome 6 Pro";
                font-size: 12px;
                font-weight: var(--rr-fw-bold);
                content: "\f107";
                position: absolute;
                top: 33% !important;
                right: 11px;
                transform: translateY(1px);
                transition: all 0.3s ease-in-out;
                cursor: pointer;
            }

            .main-menu-2.main-menu-5 ul li.active > a::after {
                top: 32%;
                right: 10px;
            }

    .main-menu-2.main-menu-5 ul li.has-dropdown > a::after {
        top: 33%;
    }

    .main-menu-2.main-menu-5 ul li > a {
        color: rgba(5, 5, 19, 0.7);
        padding: 7px 0 7px 16px;
        font-size: 14px;
    }

        .main-menu-2.main-menu-5 ul li > a::before {
            background: var(--rr-theme-primary);
        }

    .main-menu-2.main-menu-5 ul li .submenu li a:hover {
        color: var(--rr-theme-primary);
    }

        .main-menu-2.main-menu-5 ul li .submenu li a:hover::before {
            background: var(--rr-theme-primary);
        }

    .main-menu-2.main-menu-5 ul li .submenu li:hover > a {
        color: var(--rr-theme-primary2);
    }

        .main-menu-2.main-menu-5 ul li .submenu li:hover > a::before {
            background-color: var(--rr-theme-primary2);
        }

    .main-menu-2.main-menu-5 ul li .submenu li.has-dropdown:hover > a::after {
        color: var(--rr-theme-primary);
    }

    .main-menu-2.main-menu-5 ul li .mega-menu li ul li:hover > a {
        color: var(--rr-theme-primary);
    }

        .main-menu-2.main-menu-5 ul li .mega-menu li ul li:hover > a::before {
            background: var(--rr-theme-primary);
        }

    .main-menu-2.main-menu-5 ul li .mega-menu li:hover > .mega-menu-title {
        color: var(--rr-theme-primary);
    }

    .main-menu-2.main-menu-5 ul li:hover > a {
        color: var(--rr-theme-primary2);
    }

        .main-menu-2.main-menu-5 ul li:hover > a::after {
            color: var(--rr-theme-primary2);
        }

.main-menu-2.main-menu-9 ul li {
    margin-inline-end: 33px;
}

    .main-menu-2.main-menu-9 ul li:last-child {
        margin-inline-end: 0;
    }

    .main-menu-2.main-menu-9 ul li.active > a {
        color: var(--rr-common-white) !important;
    }

    .main-menu-2.main-menu-9 ul li > a {
        color: rgba(255, 255, 255, 0.7);
        padding: 38px 0;
        font-size: 14px;
    }

        .main-menu-2.main-menu-9 ul li > a::before {
            background: var(--rr-theme-primary);
        }

    .main-menu-2.main-menu-9 ul li .submenu li a:hover {
        color: var(--rr-theme-primary);
    }

        .main-menu-2.main-menu-9 ul li .submenu li a:hover::before {
            background: var(--rr-theme-primary);
        }

    .main-menu-2.main-menu-9 ul li .submenu li:hover > a {
        color: var(--rr-theme-primary2);
    }

        .main-menu-2.main-menu-9 ul li .submenu li:hover > a::before {
            background-color: var(--rr-theme-primary2);
        }

    .main-menu-2.main-menu-9 ul li .submenu li.has-dropdown:hover > a::after {
        color: var(--rr-theme-primary);
    }

    .main-menu-2.main-menu-9 ul li .mega-menu li ul li:hover > a {
        color: var(--rr-theme-primary);
    }

        .main-menu-2.main-menu-9 ul li .mega-menu li ul li:hover > a::before {
            background: var(--rr-theme-primary);
        }

    .main-menu-2.main-menu-9 ul li .mega-menu li:hover > .mega-menu-title {
        color: var(--rr-theme-primary);
    }

    .main-menu-2.main-menu-9 ul li:hover > a {
        color: var(--rr-common-white);
    }

        .main-menu-2.main-menu-9 ul li:hover > a::after {
            color: var(--rr-common-white);
        }

.main-menu-2.main-menu-10 ul li {
    margin-inline-end: 33px;
}

    .main-menu-2.main-menu-10 ul li:last-child {
        margin-inline-end: 0;
    }

    .main-menu-2.main-menu-10 ul li.active > a {
        color: var(--rr-theme-primary10) !important;
    }

    .main-menu-2.main-menu-10 ul li > a {
        color: var(--rr-heading-primary);
        padding: 35px 0;
        font-size: 15px;
    }

        .main-menu-2.main-menu-10 ul li > a:hover::after {
            color: var(--rr-theme-primary10) !important;
        }

        .main-menu-2.main-menu-10 ul li > a::before {
            background: var(--rr-theme-primary);
        }

    .main-menu-2.main-menu-10 ul li .submenu li a:hover {
        color: var(--rr-theme-primary);
    }

        .main-menu-2.main-menu-10 ul li .submenu li a:hover::before {
            background: var(--rr-theme-primary);
        }

    .main-menu-2.main-menu-10 ul li .submenu li:hover > a {
        color: var(--rr-theme-primary10);
    }

        .main-menu-2.main-menu-10 ul li .submenu li:hover > a::before {
            background-color: var(--rr-theme-primary10);
        }

    .main-menu-2.main-menu-10 ul li .submenu li.has-dropdown:hover > a::after {
        color: var(--rr-theme-primary);
    }

    .main-menu-2.main-menu-10 ul li .mega-menu li ul li:hover > a {
        color: var(--rr-theme-primary);
    }

        .main-menu-2.main-menu-10 ul li .mega-menu li ul li:hover > a::before {
            background: var(--rr-theme-primary);
        }

    .main-menu-2.main-menu-10 ul li .mega-menu li:hover > .mega-menu-title {
        color: var(--rr-theme-primary);
    }

    .main-menu-2.main-menu-10 ul li:hover > a {
        color: var(--rr-theme-primary10);
    }

        .main-menu-2.main-menu-10 ul li:hover > a::after {
            color: var(--rr-theme-primary10);
        }

.home__menu-item {
    position: relative;
}

    .home__menu-item:hover .home__menu-buttons {
        transform: scale(1, 1);
        opacity: 1;
        visibility: visible;
    }

    .home__menu-item:hover .home__menu-thumb::before {
        opacity: 1;
    }

.home__menu-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 20px;
    column-gap: 30px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 992px) {
    .home__menu-grid {
        padding: 10px 0 20px;
        grid-template-columns: repeat(1, 1fr);
    }
}

.home__menu-thumb {
    position: relative;
    padding: 20px 20px 20px;
    border: 1px solid var(--rr-theme-primary);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

    .home__menu-thumb::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        background: rgba(13, 13, 13, 0.7);
        opacity: 0;
        transition: 0.3s;
        left: 0;
        top: 0;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
    }

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 992px) {
    .home__menu-thumb::before {
        opacity: 1;
    }
}

.home__menu-buttons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: scale(1, 0);
    opacity: 0;
    visibility: hidden;
    transform-origin: bottom center;
    transition: 500ms ease;
    gap: 10px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 992px) {
    .home__menu-buttons {
        transform: scale(1, 1);
        opacity: 1;
        visibility: visible;
    }
}

.home__menu-buttons .rr-btn {
    height: 45px;
    font-size: 14px !important;
    padding: 0 25px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: var(--rr-common-white) !important;
    width: inherit !important;
}

    .home__menu-buttons .rr-btn:before {
        width: 100% !important;
        background-color: var(--rr-common-white);
    }

    .home__menu-buttons .rr-btn:hover {
        color: var(--rr-heading-primary) !important;
    }

.home__menu-title {
    margin-bottom: 12px;
    font-weight: var(--rr-fw-medium);
    font-size: 16px;
    color: var(--rr-common-white);
}

/*----------------------------------------*/
/*  4.1 Meanmenu
/*----------------------------------------*/
.mean-container {
    margin-bottom: 35px;
}

    .mean-container a.meanmenu-reveal {
        width: 22px;
        height: 22px;
        padding: 13px 13px 11px 13px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        color: var(--rr-common-white);
        text-decoration: none;
        font-size: 16px;
        text-indent: -9999em;
        line-height: 22px;
        font-size: 1px;
        font-weight: var(--rr-fw-bold);
        display: none !important;
    }

        .mean-container a.meanmenu-reveal span {
            display: block;
            background: var(--rr-common-white);
            height: 3px;
            margin-top: 3px;
        }

    .mean-container .mean-push {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        clear: both;
    }

    .mean-container .mean-nav {
        background: none;
        margin-top: 0;
        float: left;
        width: 100%;
    }

        .mean-container .mean-nav .wrapper {
            width: 100%;
            padding: 0;
            margin: 0;
        }

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

            .mean-container .mean-nav > ul > li:first-child > a {
                border-top: 0;
            }

        .mean-container .mean-nav ul {
            padding: 0;
            margin: 0;
            width: 100%;
            list-style-type: none;
        }

            .mean-container .mean-nav ul li {
                position: relative;
                float: left;
                width: 100%;
            }

                .mean-container .mean-nav ul li.dropdown-opened > a, .mean-container .mean-nav ul li.dropdown-opened > span {
                    color: var(--rr-theme-primary2);
                }

                    .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked, .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
                        background: var(--rr-theme-primary2);
                        color: var(--rr-common-white);
                        border-color: transparent;
                    }

                        .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked i, .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked i {
                            color: var(--rr-common-white);
                            -webkit-transform: rotate(90deg);
                            -moz-transform: rotate(90deg);
                            -ms-transform: rotate(90deg);
                            -o-transform: rotate(90deg);
                            transform: rotate(90deg);
                        }

                .mean-container .mean-nav ul li.mean-last {
                    border-bottom: none;
                    margin-bottom: 0;
                }

                .mean-container .mean-nav ul li > a.mean-expand i {
                    display: inline-block;
                    color: var(--rr-common-white);
                }

                .mean-container .mean-nav ul li > a > i {
                    display: none;
                }

                .mean-container .mean-nav ul li a, .mean-container .mean-nav ul li span {
                    display: block;
                    float: left;
                    margin: 0;
                    text-align: left;
                    text-decoration: none;
                    text-transform: capitalize;
                    width: 100%;
                    padding: 10px 0;
                    color: var(--rr-common-white);
                    border-top: 1px solid rgba(255, 255, 255, 0.079);
                    font-size: 16px;
                    line-height: 1.5;
                    font-weight: var(--rr-fw-medium);
                }

                    .mean-container .mean-nav ul li a:hover, .mean-container .mean-nav ul li span:hover {
                        color: var(--rr-theme-primary);
                    }

                        .mean-container .mean-nav ul li a:hover i, .mean-container .mean-nav ul li span:hover i {
                            color: var(--rr-common-white);
                        }

                    .mean-container .mean-nav ul li a.mean-expand, .mean-container .mean-nav ul li span.mean-expand {
                        text-align: center;
                        position: absolute;
                        right: 0;
                        top: 1px;
                        z-index: 2;
                        font-size: 14px;
                        margin-top: 5px;
                        padding: 0 !important;
                        border: 1px solid rgba(255, 255, 255, 0.079) !important;
                        height: 30px;
                        width: 30px;
                        color: var(--rr-text-body);
                        line-height: var(--rr-lh-h3);
                        font-weight: var(--rr-fw-regular);
                        border-radius: 3px;
                    }

                        .mean-container .mean-nav ul li a.mean-expand:hover, .mean-container .mean-nav ul li span.mean-expand:hover {
                            background: var(--rr-theme-primary2);
                            color: var(--rr-common-white);
                            border-color: var(--rr-theme-primary2);
                        }

                            .mean-container .mean-nav ul li a.mean-expand:hover i, .mean-container .mean-nav ul li span.mean-expand:hover i {
                                color: var(--rr-common-white);
                            }

                        .mean-container .mean-nav ul li a.mean-expand.mean-clicked, .mean-container .mean-nav ul li span.mean-expand.mean-clicked {
                            color: var(--rr-common-white);
                        }

                            .mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover, .mean-container .mean-nav ul li span.mean-expand.mean-clicked:hover {
                                background: var(--rr-theme-primary2);
                                color: var(--rr-common-white);
                                border-color: var(--rr-theme-primary2);
                            }

                .mean-container .mean-nav ul li li a {
                    width: 90%;
                    padding: 10px 7%;
                    text-shadow: none !important;
                    visibility: visible;
                }

                .mean-container .mean-nav ul li li li a {
                    width: 80%;
                    padding: 10px 12%;
                }

                .mean-container .mean-nav ul li li li li a {
                    width: 70%;
                    padding: 10px 17%;
                }

                .mean-container .mean-nav ul li li li li li a {
                    width: 60%;
                    padding: 10px 20%;
                }

    .mean-container .mean-bar {
        background: none;
        float: left;
        width: 100%;
        position: relative;
        padding: 4px 0;
        min-height: 42px;
        z-index: 999999;
    }

        .mean-container .mean-bar, .mean-container .mean-bar * {
            /* Fix for box sizing on Foundation Framework etc. */
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
        }

/*----------------------------------------*/
/*  5.1 blog
/*----------------------------------------*/
.blog__item {
    max-width: 380px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog__item {
        max-width: 100%;
    }
}

.blog__item-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.blog__item-details-cta {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .blog__item-details-cta .man-img img {
        width: 44px;
        height: 44px;
        object-fit: cover;
        border-radius: 50%;
    }

    .blog__item-details-cta .text .title {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-sbold);
        color: var(--rr-heading-primary);
        font-style: normal;
        font-size: var(--rr-fs-h6);
        line-height: 18px;
    }

        .blog__item-details-cta .text .title a {
            transition: all 0.3s ease-in-out;
        }

            .blog__item-details-cta .text .title a:hover {
                color: #1877F2;
            }

    .blog__item-details-cta .text .position {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        color: rgba(5, 5, 19, 0.6);
        font-style: normal;
        font-size: 12px;
        line-height: 26px;
        text-transform: uppercase;
    }

.blog__item-details .date {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: rgba(5, 5, 19, 0.6);
}

    .blog__item-details .date i {
        color: var(--rr-heading-primary);
        margin-right: 3px;
    }

.blog__item-thumb-2 {
    position: relative;
}

    .blog__item-thumb-2::before {
        background: var(--rr-background-pastel-blue);
        position: absolute;
        width: 140px;
        height: 40px;
        content: "";
        top: -1px;
        right: -1px;
        z-index: 1;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 23% 100%);
    }

.blog__item-thumb {
    max-width: 380px;
    width: 100%;
}

.blog__item-thumb-1::before {
    background: var(--rr-common-white);
}

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

.blog__item-title {
    margin-top: 20px;
}

    .blog__item-title a {
        font-family: var(--rr-ff-heading);
        font-weight: var(--rr-fw-bold);
        color: var(--rr-heading-primary);
        font-size: var(--rr-fs-h4);
        line-height: var(--rr-lh-h4);
        font-style: normal;
        letter-spacing: -0.03em;
        transition: all 0.3s ease-in-out;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog__item-title a br {
        display: none;
    }
}

.blog__item-title a:hover {
    color: #1877F2;
}

.blog__right-border {
    border-right: 1px solid rgba(5, 5, 19, 0.2);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog__right-border {
        border-right: 1px solid transparent;
    }
}

.blog-2__item {
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(90deg, rgb(132, 88, 212) 0%, rgb(44, 35, 221) 100%) 1;
    padding: 20px 20px 53px 20px;
}

.blog-2__item-thumb {
    margin-bottom: 29px;
    position: relative;
}

    .blog-2__item-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
    }

    .blog-2__item-thumb .top-icon {
        background: linear-gradient(90deg, #2B22E0 0%, #46429E 100%);
        border: 1px solid rgba(255, 255, 255, 0.4);
        position: absolute;
        padding: 0 14px 0 14px;
        top: 20px;
        left: 20px;
    }

        .blog-2__item-thumb .top-icon h5 {
            font-family: var(--rr-ff-body);
            font-weight: var(--rr-fw-medium);
            color: var(--rr-common-white);
            font-size: 13px;
            line-height: 22px;
            text-transform: uppercase;
        }

.blog-2__item-content {
    padding: 30px 10px 0 10px;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(90deg, rgb(132, 88, 212) 0%, rgb(44, 35, 221) 100%) 1;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
}

@media (max-width: 575px) {
    .blog-2__item-content {
        padding: 30px 0 0 0;
    }
}

.blog-2__item-content-cta-wrap {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

    .blog-2__item-content-cta-wrap .date {
        font-family: var(--rr-ff-body);
        font-style: normal;
        font-weight: var(--rr-fw-medium);
        font-size: 14px;
        line-height: 22px;
        color: rgba(255, 255, 255, 0.7);
    }

        .blog-2__item-content-cta-wrap .date i {
            color: var(--rr-common-white);
            margin-right: 7px;
            transition: all 0.3s ease-in-out;
        }

    .blog-2__item-content-cta-wrap a {
        transition: all 0.3s ease-in-out;
    }

        .blog-2__item-content-cta-wrap a:hover {
            color: var(--rr-theme-primary);
        }

            .blog-2__item-content-cta-wrap a:hover i {
                color: var(--rr-theme-primary);
            }

.blog-2__item-content .title a {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-medium);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: 22px;
    line-height: var(--rr-lh-h3);
    letter-spacing: -0.03em;
    transition: all 0.3s ease-in-out;
}

    .blog-2__item-content .title a:hover {
        color: var(--rr-theme-primary2);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog-2__item-content .title a br {
        display: none;
    }
}

.blog-2__item-content-btn {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: var(--rr-fs-h6);
    line-height: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease-in-out;
    margin-top: 28px;
}

    .blog-2__item-content-btn i {
        font-size: 14px;
    }

    .blog-2__item-content-btn:hover {
        color: var(--rr-theme-primary2);
    }

.rr__latest-blog .swiper-pagination {
    height: 100%;
    width: auto;
    position: absolute;
    top: 47%;
    bottom: auto;
    left: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .rr__latest-blog .swiper-pagination {
        display: none;
    }
}

.rr__latest-blog .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    width: 20px;
    height: 20px;
    position: relative;
    border-radius: 50%;
    opacity: 1;
    display: block;
}

    .rr__latest-blog .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border: 1px solid var(--rr-common-white);
    }

        .rr__latest-blog .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
            background: var(--rr-common-white);
            border: 1px solid var(--rr-common-white);
        }

    .rr__latest-blog .swiper-pagination .swiper-pagination-bullet:before {
        content: "";
        background: rgba(255, 255, 255, 0.2);
        width: 8px;
        height: 8px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.rr__latest-blog-item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.24);
    padding: 20px;
    margin-bottom: 80px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .rr__latest-blog-item {
        margin-bottom: 0;
    }
}

.rr__latest-blog-item-img h6 {
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: var(--rr-fw-medium);
    font-size: var(--rr-fs-h6);
    line-height: 22px;
    color: var(--rr-heading-primary);
    text-transform: uppercase;
}

    .rr__latest-blog-item-img h6 span {
        font-family: var(--rr-ff-heading);
        font-style: normal;
        font-weight: var(--rr-fw-bold);
        font-size: 26px;
        line-height: 1;
        letter-spacing: -0.04em;
        color: var(--rr-heading-primary);
        display: block;
    }

.rr__latest-blog-item-img-text {
    background: var(--rr-theme-primary);
    display: inline-block;
    padding: 14px;
    max-width: 60px;
    max-height: 70px;
    position: absolute;
    left: 40px;
    top: 70px;
    transform: translate(0, -50%);
}

.rr__latest-blog-text .creative {
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: var(--rr-fw-medium);
    font-size: 13px;
    line-height: 22px;
    color: var(--rr-theme-primary);
    background: rgba(255, 218, 89, 0.1);
    border: 1px solid rgba(255, 218, 89, 0.2);
    padding: 0 13px 0 14px;
    display: inline-block;
}

.rr__latest-blog-text h4 {
    margin-top: 24px;
}

    .rr__latest-blog-text h4 a {
        font-family: var(--rr-ff-heading);
        color: var(--rr-common-white);
        font-weight: var(--rr-fw-medium);
        font-style: normal;
        font-size: 22px;
        line-height: var(--rr-lh-h3);
        letter-spacing: -0.03em;
        margin-top: 25px;
        transition: all 0.3s ease-in-out;
    }

        .rr__latest-blog-text h4 a:hover {
            color: var(--rr-theme-primary2);
        }

.rr__latest-blog-text h6 {
    margin-top: 25px;
}

    .rr__latest-blog-text h6 a {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        color: var(--rr-common-white);
        font-style: normal;
        font-size: var(--rr-fs-h6);
        line-height: 22px;
        margin-top: 20px;
        transition: all 0.3s ease-in-out;
    }

        .rr__latest-blog-text h6 a:hover {
            color: var(--rr-theme-primary2);
        }

    .rr__latest-blog-text h6 span {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-regular);
        font-style: normal;
        font-size: var(--rr-fs-h6);
        line-height: 22px;
        color: #6A738B;
        padding: 0;
        background: none;
        border: none;
    }

.blog-4__area .blog-4-slider .swiper-pagination-4 {
    height: 100%;
    width: auto;
    position: absolute;
    top: 47%;
    bottom: auto;
    left: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transform: translate(-50%);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog-4__area .blog-4-slider .swiper-pagination-4 {
        display: none;
    }
}

.blog-4__area .blog-4-slider .swiper-pagination-4 .swiper-pagination-bullet {
    background: rgba(5, 5, 19, 0.2);
    width: 8px;
    height: 8px;
    position: relative;
    border-radius: 50%;
    opacity: 1;
    display: block;
}

    .blog-4__area .blog-4-slider .swiper-pagination-4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--rr-theme-primary2);
    }

    .blog-4__area .blog-4-slider .swiper-pagination-4 .swiper-pagination-bullet:before {
        content: "";
        background: rgba(5, 5, 19, 0.2);
        width: 8px;
        height: 8px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.blog-4__item {
    background: var(--rr-common-white);
    box-shadow: 0px 8px 60px rgba(44, 58, 95, 0.16);
}

.blog-4__item-thumb {
    padding: 20px 20px 0 20px;
}

.blog-4__item-thumb-media {
    position: relative;
}

    .blog-4__item-thumb-media img {
        width: 100%;
        height: 10%;
        object-fit: cover;
    }

    .blog-4__item-thumb-media .icon {
        background: var(--rr-theme-primary2);
        display: inline-flex;
        padding: 1px 14px;
        position: absolute;
        top: 20px;
        left: 20px;
    }

        .blog-4__item-thumb-media .icon span {
            font-family: var(--rr-ff-body);
            font-weight: var(--rr-fw-medium);
            color: var(--rr-common-white);
            font-style: normal;
            font-size: 13px;
            line-height: 22px;
        }

.blog-4__item-cta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 5px;
    gap: 14px;
    padding: 27px 30px 18px 30px;
}

    .blog-4__item-cta .date {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        font-style: normal;
        font-size: 14px;
        line-height: 22px;
        color: rgba(5, 5, 19, 0.7);
    }

        .blog-4__item-cta .date i {
            color: var(--rr-heading-primary);
            font-size: 16px;
            margin-right: 7px;
        }

.blog-4__item-content {
    padding: 16px 30px 40px 30px;
    border-top: 1px solid rgba(5, 5, 19, 0.14);
}

.blog-4__item-content-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .blog-4__item-content-author img {
        width: 30px;
        height: 30px;
        object-fit: cover;
        border-radius: 50%;
    }

    .blog-4__item-content-author .title {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        color: var(--rr-heading-primary);
        font-style: normal;
        font-size: var(--rr-fs-h6);
        line-height: 22px;
        text-transform: capitalize;
    }

        .blog-4__item-content-author .title span {
            font-weight: var(--rr-fw-regular);
        }

.blog-4__title {
    margin-bottom: 24px;
}

    .blog-4__title a {
        font-family: var(--rr-ff-heading);
        font-weight: var(--rr-fw-medium);
        color: var(--rr-heading-primary);
        font-style: normal;
        font-size: 22px;
        line-height: var(--rr-lh-h3);
        letter-spacing: -0.03em;
        text-transform: capitalize;
        transition: all 0.3s ease-in-out;
    }

        .blog-4__title a:hover {
            color: var(--rr-theme-primary2);
        }

.blog-5__item {
    background: var(--rr-common-white);
}

.blog-5__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-5__text {
    padding: 30px 55px 60px 30px;
}

    .blog-5__text .cta {
        background-color: var(--rr-theme-primary2);
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        color: var(--rr-common-white);
        font-style: normal;
        font-size: 14px;
        line-height: 22px;
        align-items: center;
        padding: 10px 15px;
    }

        .blog-5__text .cta i {
            margin-right: 6px;
        }

    .blog-5__text .title {
        margin-top: 22px;
        margin-bottom: 34px;
    }

        .blog-5__text .title a {
            font-family: var(--rr-ff-heading);
            font-weight: var(--rr-fw-medium);
            color: var(--rr-fw-medium);
            font-style: normal;
            font-size: 22px;
            line-height: var(--rr-lh-h3);
            letter-spacing: -0.03em;
            text-transform: capitalize;
            margin-top: 15px;
            transition: all 0.3s ease-in-out;
        }

            .blog-5__text .title a:hover {
                color: var(--rr-theme-primary2);
            }

.blog-5__btn .learn-btn {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: var(--rr-fs-h6);
    line-height: 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease-in-out;
}

    .blog-5__btn .learn-btn:hover {
        color: var(--rr-theme-primary2);
    }

        .blog-5__btn .learn-btn:hover span {
            background: var(--rr-theme-primary2);
            color: var(--rr-common-white);
        }

    .blog-5__btn .learn-btn span {
        border: 1px solid rgba(5, 5, 19, 0.14);
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.latest-trends__item-wrapper {
    background: #E9EEE2;
    display: inherit;
}

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

@media (max-width: 575px) {
    .latest-trends__item-wrapper .latest-trends__thumb {
        width: 100%;
        height: 100%;
    }
}

.latest-trends__item-wrapper img {
    width: inherit;
}

.latest-trends__text {
    padding: 45px 50px 45px 36px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), (max-width: 575px) {
    .latest-trends__text {
        padding: 25px;
    }
}

.latest-trends__text span {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #050513;
    background: white;
    box-shadow: 0px 2px 8px rgba(5, 5, 19, 0.08);
    padding: 7px 14px;
}

.latest-trends__text h5 {
    margin-top: 20px;
    margin-bottom: 9px;
}

    .latest-trends__text h5 a {
        font-family: "Space Grotesk";
        font-style: normal;
        font-weight: 500;
        font-size: 22px;
        line-height: 30px;
        letter-spacing: -0.03em;
        text-transform: capitalize;
        color: #050513;
        margin: 15px 0 10px 0;
        transition: all 0.3s ease-in-out;
    }

        .latest-trends__text h5 a:hover {
            color: var(--rr-theme-primary2);
        }

.latest-trends__text p {
    font-weight: 500;
    color: #050513;
}

.latest-trends__text .latest-trends-btn {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #050513;
    display: block;
    transition: all 0.3s ease-in-out;
}

    .latest-trends__text .latest-trends-btn:hover {
        color: var(--rr-theme-primary2);
    }

    .latest-trends__text .latest-trends-btn i {
        margin-left: 5px;
    }

.rr-scrollbar {
    background: rgba(233, 238, 226, 0.6);
    height: 5px;
    margin-left: 315px;
    margin-right: 315px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .rr-scrollbar {
        margin-left: 60px;
        margin-right: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px) {
    .rr-scrollbar {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.swiper-scrollbar-drag {
    width: 430px !important;
    background-color: #ACE20C;
    height: 5px;
    border-radius: 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px) {
    .swiper-scrollbar-drag {
        width: 100px !important;
    }
}

.blog-8 {
    background: #EDF0F7;
}

.blog-8__item {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(5, 5, 19, 0.2);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 30px;
}

.blog-8__thumb {
    position: relative;
}

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

    .blog-8__thumb span {
        position: absolute;
        top: 30px;
        right: 25px;
        font-size: 15px;
        font-weight: 600;
        padding: 4.5px 14.5px;
        line-height: 1;
        border-radius: 4px;
        color: var(--rr-common-white);
        background-color: var(--rr-theme-primary8);
    }

.blog-8__content {
    padding: 30px 20px;
    padding-top: 20px;
}

.blog-8__title {
    font-size: 24px;
    font-weight: 700;
    color: #050513;
    line-height: 34px;
    margin-bottom: 0;
    letter-spacing: -0.03em;
}

    .blog-8__title:hover {
        color: var(--rr-theme-primary8);
    }

@media (max-width: 575px) {
    .blog-8__title {
        font-size: 18px;
        line-height: 28px;
    }
}

.blog-8__dec {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 8px;
    margin-bottom: 22px;
    color: rgba(5, 5, 19, 0.6);
}

.blog-8__author {
    display: flex;
    align-items: center;
    column-gap: 18px;
}

.blog-8__author__thumb {
    width: 54px;
    height: 54px;
}

    .blog-8__author__thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 100px;
    }

.blog-8__author__text .name {
    font-size: 18px;
    font-weight: 600;
    color: #050513;
    margin-bottom: 0;
    line-height: 1.3;
}

@media (max-width: 575px) {
    .blog-8__author__text .name {
        font-size: 16px;
        line-height: 1;
    }
}

.blog-8__author__text .name a:hover {
    color: var(--rr-theme-primary8);
}

.blog-8__author__text .date {
    font-size: 15px;
    font-weight: 500;
    color: rgba(5, 5, 19, 0.6);
}

.blog-8__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .blog-8__top {
        display: block;
    }
}

.blog-8__button i {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 1.5px solid rgba(5, 5, 19, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #050513;
    transition: 0.3s;
}

    .blog-8__button i:hover {
        background-color: var(--rr-theme-primary8);
        border-color: var(--rr-theme-primary8);
        color: var(--rr-common-white);
    }

.blog-8__button__wrapper {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.blog-9__item {
    background: #EDF0F7;
    border-radius: 10px;
}

.blog-9__item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.blog-9__item-content {
    margin-top: 22px;
    padding: 0 28px 40px 30px;
}

    .blog-9__item-content .title {
        margin-bottom: 12px;
    }

        .blog-9__item-content .title a {
            font-family: var(--rr-ff-heading);
            font-weight: var(--rr-fw-bold);
            color: var(--rr-heading-primary);
            font-style: normal;
            font-size: 18px;
            line-height: 26px;
            letter-spacing: -0.03em;
            transition: all 0.3s ease-in-out;
        }

            .blog-9__item-content .title a:hover {
                color: var(--rr-theme-primary2);
            }

    .blog-9__item-content .calender {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        font-style: normal;
        font-size: 15px;
        line-height: 22px;
        color: rgba(5, 5, 19, 0.6);
    }

        .blog-9__item-content .calender i {
            color: var(--rr-heading-primary);
            margin-right: 6px;
        }

.latest-blog10__content {
    background: #EDF2F7;
    padding: 20px 30px 30px 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media (max-width: 575px) {
    .latest-blog10__content {
        padding: 20px 15px 30px 15px;
    }
}

.latest-blog10__content-meta ul {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    list-style: none;
}

    .latest-blog10__content-meta ul li a {
        font-family: "Inter";
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        color: #050513;
        opacity: 0.7;
    }

    .latest-blog10__content-meta ul li span {
        font-family: "Inter";
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        color: #050513;
        opacity: 0.7;
    }

        .latest-blog10__content-meta ul li span svg {
            margin-right: 2px;
        }

.latest-blog10__content-title a {
    font-family: "Space Grotesk";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #050513;
    transition: all 0.3s ease-in-out;
}

    .latest-blog10__content-title a:hover {
        color: var(--rr-theme-primary10);
    }

.latest-blog10__thumb img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.latest-blog10__content .rr-btn {
    background: transparent;
    border: 1px solid rgba(5, 5, 19, 0.14);
    border-radius: 6px;
    font-size: 15px;
    padding: 15px 30px;
}

    .latest-blog10__content .rr-btn::before {
        background: var(--rr-theme-primary10);
    }

    .latest-blog10__content .rr-btn:hover {
        color: var(--rr-heading-primary);
    }

.latest-blog10__right-content {
    display: flex;
    align-items: center;
    background: #EDF2F7;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .latest-blog10__right-content {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .latest-blog10__right-content-img {
        width: 100%;
    }
}

.latest-blog10__right-content-img img {
    width: inherit;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .latest-blog10__right-content-img img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0px;
        height: 300px;
        width: 100%;
    }
}

.latest-blog10__right-content-text {
    padding: 34px 30px 44px 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .latest-blog10__right-content-text {
        padding: 34px 30px 77px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .latest-blog10__right-content-text {
        padding: 34px 30px 44px 30px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 10px;
    }
}

@media (max-width: 575px) {
    .latest-blog10__right-content-text {
        padding: 34px 15px 30px 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .latest-blog10__right-content-text {
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 10px;
    }
}

.latest-blog10__right-content-text .rr-btn {
    background: transparent;
    border: 1px solid rgba(5, 5, 19, 0.14);
    border-radius: 6px;
    font-size: 15px;
    padding: 15px 30px;
}

    .latest-blog10__right-content-text .rr-btn::before {
        background: var(--rr-theme-primary10);
    }

    .latest-blog10__right-content-text .rr-btn:hover {
        color: var(--rr-heading-primary);
    }

.latest-blog10__right-content-text-meta {
    margin-bottom: 10px;
}

    .latest-blog10__right-content-text-meta ul {
        display: flex;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
        list-style: none;
    }

    .latest-blog10__right-content-text-meta li span {
        font-family: "Inter";
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        color: #050513;
        opacity: 0.7;
    }

        .latest-blog10__right-content-text-meta li span svg {
            margin-right: 2px;
        }

    .latest-blog10__right-content-text-meta li a {
        font-family: "Inter";
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        color: #050513;
        opacity: 0.7;
        transition: all 0.3s ease-in-out;
    }

        .latest-blog10__right-content-text-meta li a:hover {
            color: var(--rr-theme-primary10);
        }

.latest-blog10__right-content-text .latest-blog10__content-title {
    font-size: 20px;
}

/*----------------------------------------*/
/*  5.3 sidebar
/*----------------------------------------*/
.sidebar-rr-sticky {
    position: sticky;
    top: 120px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-rr-sticky {
        margin-top: 50px;
    }
}

.sidebar__widget:not(:last-child) {
    margin-bottom: 30px;
}

.sidebar__widget {
    padding: 24px 40px 40px 30px;
    background: var(--rr-background-pastel-blue);
    position: relative;
}

    .sidebar__widget::before {
        background: var(--rr-common-white);
        position: absolute;
        width: 129px;
        height: 34px;
        content: "";
        top: 0;
        right: -1px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 21% 100%);
    }

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .sidebar__widget {
        margin-top: 50px;
    }
}

.sidebar__widget-title {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 22px;
    line-height: var(--rr-lh-body);
    letter-spacing: -0.03em;
    text-transform: capitalize;
    margin-bottom: 17px;
}

.sidebar__widget-title-2 {
    margin-bottom: 22px;
}

.sidebar__widget-title__have-bar {
    position: relative;
}

.sidebar__widget-service {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

    .sidebar__widget-service a {
        padding-bottom: 20px;
        display: flex;
        gap: 10px;
        align-items: center;
        font-size: var(--rr-fs-body);
        line-height: 27px;
        border-bottom: 1px solid rgba(0, 15, 32, 0.1);
        color: var(--rr-heading-primary);
    }

        .sidebar__widget-service a:last-child {
            padding-bottom: 0;
            border-bottom: 0;
        }

        .sidebar__widget-service a:hover {
            color: var(--rr-theme-primary);
        }

        .sidebar__widget-service a i {
            color: var(--rr-theme-primary);
            font-size: 14px;
            font-style: normal;
            font-weight: 900;
            line-height: normal;
        }

.sidebar__widget-download {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .sidebar__widget-download a {
        padding: 11.5px 20px;
        display: flex;
        gap: 10px;
        align-items: center;
        font-size: 16px;
        line-height: 25px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid rgba(0, 15, 32, 0.1);
        color: var(--rr-heading-primary);
    }

        .sidebar__widget-download a img {
            max-width: 15px;
        }

        .sidebar__widget-download a:hover {
            background-color: var(--rr-theme-primary);
            color: var(--rr-common-white);
        }

            .sidebar__widget-download a:hover img {
                filter: brightness(0) invert(1);
            }

.sidebar__widget-search .search__bar {
    position: relative;
    height: 46px;
    width: 100%;
}

.sidebar__widget-search .search__bar-icon {
    position: absolute;
    top: 11px;
    right: 20px;
}

    .sidebar__widget-search .search__bar-icon i {
        color: var(--rr-heading-primary);
    }

.sidebar__widget-search .search__bar input {
    height: 100%;
    padding: 14px 45px 14px 20px;
    width: 100%;
    border: 1px solid rgba(5, 5, 19, 0.14);
    background: transparent;
    color: var(--rr-text-body);
    font-family: var(--rr-ff-body);
    font-size: 14px;
    font-style: normal;
    font-weight: var(--rr-fw-regular);
    line-height: 10px;
    margin-left: 0;
    position: relative;
}

.sidebar__widget-search .search__bar button {
    position: absolute;
    left: 18px;
    padding: 0;
    height: 100%;
    line-height: 0;
}

    .sidebar__widget-search .search__bar button:hover svg path[stroke="#525257"] {
        stroke: var(--rr-theme-primary);
    }

.sidebar__widget-search .search__bar .icon {
    position: absolute;
    top: 20%;
    right: 5px;
    transform: translate(-50%);
}

.sidebar__widget-category {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .sidebar__widget-category a {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: space-between;
        border: 1px solid rgba(5, 5, 19, 0.1);
        padding: 9px 28px 9px 22px;
        transition: all 0.3s ease-in-out;
    }

        .sidebar__widget-category a:hover {
            background: var(--rr-theme-primary);
        }

            .sidebar__widget-category a:hover span {
                color: var(--rr-heading-primary);
            }

                .sidebar__widget-category a:hover span i {
                    transform: rotate(0deg);
                }

        .sidebar__widget-category a span {
            display: flex;
            align-items: center;
            font-family: var(--rr-ff-body);
            font-weight: var(--rr-fw-medium);
            color: rgba(5, 5, 19, 0.7);
            font-size: 14px;
            line-height: 26px;
            font-style: normal;
            transition: all 0.3s ease-in-out;
        }

            .sidebar__widget-category a span i {
                margin-right: 8px;
                color: var(--rr-heading-primary);
                font-weight: var(--rr-fw-bold);
                transform: rotate(-45deg);
                transition: all 0.3s ease-in-out;
            }

        .sidebar__widget-category a:hover {
            color: var(--rr-theme-primary);
        }

.sidebar__widget-tags .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .sidebar__widget-tags .tags a {
        background: transparent;
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        display: block;
        font-size: 14px;
        padding: 5px 10px;
        line-height: 26px;
        font-style: normal;
        color: rgba(5, 5, 19, 0.7);
        border: 1px solid rgba(5, 5, 19, 0.1);
    }

        .sidebar__widget-tags .tags a:hover {
            color: var(--rr-heading-primary);
            background: var(--rr-theme-primary);
        }

.sidebar__widget-have_any_question {
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background: var(--rr-theme-primary);
    box-shadow: 0px 1px 3px 0px rgba(0, 15, 32, 0.1);
    background-repeat: no-repeat;
    background-size: cover;
}

.sidebar__widget-have_any_question-space {
    padding: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
}

.sidebar__widget-have_any_question-media {
    padding-left: 41px;
    margin-top: -93px;
    margin-bottom: -30px;
    margin-right: -30px;
    max-width: 367px;
}

.sidebar__widget-have_any_question h3 {
    margin-bottom: 5px;
}

.sidebar__widget-have_any_question p {
    max-width: 275px;
    opacity: 0.8;
    color: var(--rr-common-white);
}

.sidebar__widget-have_any_question .rr-btn .text-one {
    color: var(--rr-heading-primary);
}

.sidebar__widget .sidebar-post {
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
}

    .sidebar__widget .sidebar-post:last-child {
        margin-bottom: 0;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
    .sidebar__widget .sidebar-post {
        flex-wrap: wrap;
    }
}

.sidebar__widget .sidebar-post_thumb {
    min-width: 90px;
    height: 100px;
    overflow: hidden;
}

    .sidebar__widget .sidebar-post_thumb img {
        width: 90px;
        height: 100px;
        object-fit: cover;
    }

    .sidebar__widget .sidebar-post_thumb:hover img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

.sidebar__widget .sidebar-post_content .post-meta {
    margin-bottom: 6px;
}

    .sidebar__widget .sidebar-post_content .post-meta li {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        line-height: 17px;
        color: rgba(5, 5, 19, 0.7);
        display: flex;
        font-style: normal;
        gap: 7px;
        align-items: center;
        font-size: 16px;
        margin-bottom: 10px;
    }

@media (max-width:376px) {
    .sidebar__widget .sidebar-post_content .post-meta li {
        font-size: 12px;
    }
}

.sidebar__widget .sidebar-post_content .post-meta li i {
    color: var(--rr-theme-primary);
}

.sidebar__widget .sidebar-post_content h3 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: var(--rr-fs-body);
    line-height: var(--rr-lh-p);
    letter-spacing: -0.02em;
}

@media (max-width:320px) {
    .sidebar__widget .sidebar-post_content h3 {
        font-size: 13px;
        line-height: 20px;
    }
}

.sidebar__widget .sidebar-post_content a:hover h3 {
    color: var(--rr-theme-primary2);
}

.sidebar__widget-button {
    border: 1px solid #e5e8e6;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 26px;
}

    .sidebar__widget-button .sidebar {
        margin-bottom: 24px;
        font-weight: var(--rr-fw-sbold);
    }

    .sidebar__widget-button .sidebar-tags .btn {
        gap: 10px;
        padding: 0;
    }

        .sidebar__widget-button .sidebar-tags .btn a {
            font-size: 14px;
            border: 1px solid #e5e8e6;
            border-radius: 4px;
            width: 34px;
            height: 34px;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: 0.3s;
        }

            .sidebar__widget-button .sidebar-tags .btn a:hover {
                background: var(--rr-theme-primary);
                color: var(--rr-common-white);
            }

/*----------------------------------------*/
/*  5.1 blog-details
/*----------------------------------------*/
.blog__details-content img {
    overflow: hidden;
}

.blog__details-content h1, .blog__details-content h2, .blog__details-content h3, .blog__details-content h4, .blog__details-content h6 {
    margin-bottom: 14px;
    font-weight: var(--rr-fw-medium);
    color: var(--rr-heading-primary);
}

.blog__details-content h4 {
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-sbold);
    font-size: var(--rr-fs-h4);
    line-height: var(--rr-lh-h5);
    font-style: normal;
}

.blog__details-content .blog__details-meta {
    list-style: none;
    display: inline-flex;
    flex-direction: row;
    gap: 12px;
    padding: 0;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 12px;
}

    .blog__details-content .blog__details-meta li {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        text-transform: capitalize;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        font-style: normal;
        font-size: 15px;
        line-height: 26px;
        color: rgba(5, 5, 5, 0.7);
    }

        .blog__details-content .blog__details-meta li a {
            gap: 8px;
            display: flex;
            align-items: center;
        }

            .blog__details-content .blog__details-meta li a:hover {
                color: var(--rr-theme-primary);
            }

                .blog__details-content .blog__details-meta li a:hover svg path[stroke="#4A5764"] {
                    stroke: var(--rr-theme-primary);
                }

.blog__details-content .title {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -0.03em;
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog__details-content .title br {
        display: none;
    }
}

@media (max-width: 575px) {
    .blog__details-content .title {
        font-size: 27px;
        line-height: 37px;
    }
}

.blog__details-content .title a {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -0.03em;
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog__details-content .title a br {
        display: none;
    }
}

@media (max-width: 575px) {
    .blog__details-content .title a {
        font-size: 27px;
        line-height: 37px;
    }
}

.blog__details-content .title a:hover {
    color: var(--rr-theme-primary2);
}

.blog__details-content .dec-2 {
    font-size: 16px;
    font-style: normal;
    font-weight: var(--rr-fw-regular);
    line-height: 26px;
    margin-bottom: 50px;
}

.blog__details-content .dec-3 {
    font-size: 16px;
    font-style: normal;
    font-weight: var(--rr-fw-regular);
    line-height: 26px;
    margin-bottom: 33px;
}

.blog__details-content .media {
    margin-bottom: 30px;
    position: relative;
}

    .blog__details-content .media::before {
        background: var(--rr-common-white);
        position: absolute;
        width: 120px;
        height: 34px;
        content: "";
        top: -1px;
        right: -1px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%);
    }

    .blog__details-content .media img {
        margin: 0;
        width: auto;
        max-width: 100%;
    }

.blog__details-content-list ul li {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 16px;
    line-height: 38px;
    color: rgba(5, 5, 19, 0.7);
    list-style: none;
    position: relative;
    padding-left: 18px;
}

    .blog__details-content-list ul li::before {
        background: var(--rr-theme-primary2);
        position: absolute;
        width: 8px;
        height: 8px;
        top: 15px;
        left: 0;
        content: "";
        border-radius: 50%;
    }

.blog__details-content-quite {
    background: var(--rr-background-pastel-blue);
    padding: 31px 116px 31px 40px;
    position: relative;
}

@media (max-width: 575px) {
    .blog__details-content-quite {
        padding: 40px 20px 20px 20px;
    }
}

.blog__details-content-quite::before {
    background: var(--rr-common-white);
    position: absolute;
    width: 129px;
    height: 34px;
    content: "";
    top: 0;
    right: -1px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%);
}

.blog__details-content-quite .dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}

.blog__details-content-quite .icon {
    position: absolute;
    bottom: 20px;
    right: 30px;
    width: 57px;
    height: 50px;
}

@media (max-width: 575px) {
    .blog__details-content-quite .icon {
        display: none;
    }
}

.blog__details-content-quite .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog__details-content-author-box {
    background: var(--rr-background-pastel-blue);
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    padding: 20px;
    margin-top: 80px;
    position: relative;
}

@media (max-width: 575px) {
    .blog__details-content-author-box {
        padding: 70px 20px 20px 20px;
    }
}

.blog__details-content-author-box::before {
    background: var(--rr-common-white);
    position: absolute;
    width: 215px;
    height: 44px;
    content: "";
    top: 0;
    right: -1px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}

.blog__details-content-author-box .thumb {
    max-width: 230px;
    position: relative;
}

    .blog__details-content-author-box .thumb::before {
        background: var(--rr-background-pastel-blue);
        position: absolute;
        width: 70px;
        height: 20px;
        content: "";
        top: -1px;
        right: -1px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%);
    }

    .blog__details-content-author-box .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.blog__details-content-author-box .content .author {
    margin-bottom: 11px;
}

    .blog__details-content-author-box .content .author h5 a {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-sbold);
        color: var(--rr-heading-primary);
        font-style: normal;
        font-size: 18px;
        line-height: 24px;
        transition: all 0.3s ease-in-out;
    }

        .blog__details-content-author-box .content .author h5 a:hover {
            color: var(--rr-theme-primary);
        }

    .blog__details-content-author-box .content .author span {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        font-style: normal;
        font-size: 13px;
        line-height: 16px;
        text-transform: uppercase;
        color: rgba(5, 5, 19, 0.6);
    }

.blog__details-content-author-box .content .author-dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    color: rgba(5, 5, 19, 0.6);
}

.blog__details-content-author-box .content .social ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

    .blog__details-content-author-box .content .social ul li {
        list-style: none;
    }

        .blog__details-content-author-box .content .social ul li a {
            transition: all 0.3s ease-in-out;
        }

            .blog__details-content-author-box .content .social ul li a:hover {
                color: var(--rr-theme-primary);
            }

.blog__details-thumb-2 {
    position: relative;
}

    .blog__details-thumb-2::before {
        background: var(--rr-common-white);
        position: absolute;
        width: 220px;
        height: 44px;
        content: "";
        top: -1px;
        right: -1px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
    }

.blog__details-thumb {
    overflow: hidden;
}

    .blog__details-thumb img {
        margin-bottom: 0;
    }

.blog__details-bottom {
    margin-top: 70px;
}

    .blog__details-bottom .share-social-media {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        flex-wrap: wrap;
    }

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog__details-bottom .share-social-media {
        display: inline-flex;
    }
}

.blog__details-bottom .share-social-media_wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}

    .blog__details-bottom .share-social-media_wrapper span {
        color: var(--rr-heading-primary);
        font-family: var(--rr-ff-heading);
        font-size: var(--rr-fs-body);
        font-style: normal;
        font-weight: var(--rr-fw-bold);
        line-height: 20px;
    }

.blog__details-bottom .share-social-media a {
    background-color: var(--rr-theme-primary);
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

    .blog__details-bottom .share-social-media a:nth-child(1) {
        background-color: #229EF2;
    }

    .blog__details-bottom .share-social-media a:nth-child(2) {
        background-color: #2E4E9C;
    }

    .blog__details-bottom .share-social-media a:nth-child(3) {
        background-color: #0681BA;
    }

    .blog__details-bottom .share-social-media a:nth-child(4) {
        background-color: #EB044F;
    }

    .blog__details-bottom .share-social-media a:hover {
        -webkit-transform: translate(0, -5px);
        -moz-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
        -o-transform: translate(0, -5px);
        transform: translate(0, -5px);
    }

        .blog__details-bottom .share-social-media a:hover svg path[fill="#00D563"] {
            fill: var(--rr-heading-primary);
        }

.blog__details-bottom-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog__details-bottom-tags {
        display: inline-flex;
    }
}

.blog__details-bottom-tags_wapper {
    display: flex;
    gap: 10px;
    align-items: center;
}

    .blog__details-bottom-tags_wapper span {
        color: var(--rr-heading-primary);
        font-family: var(--rr-ff-heading);
        font-size: var(--rr-fs-body);
        font-style: normal;
        font-weight: var(--rr-fw-bold);
        line-height: 20px;
    }

.blog__details-bottom-tags a {
    overflow: hidden;
    background: #F5F5F5;
    padding: 3px 12px;
    color: var(--rr-heading-primary);
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: var(--rr-fw-regular);
    line-height: 22px;
}

@media (max-width:376px) {
    .blog__details-bottom-tags a {
        padding: 3px 6px;
    }
}

.blog__details-bottom-tags a:hover {
    color: var(--rr-heading-primary);
    background-color: var(--rr-theme-primary);
}

.author-widget {
    display: flex;
    gap: 27px;
    padding: 25px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background: var(--rr-common-white);
    box-shadow: 0px 10px 60px 0px rgba(8, 8, 33, 0.1), 2px 0px 0px 0px #1745B3 inset;
}

.author-widget__media {
    width: 100px;
    height: 100px;
    min-height: 100px;
    min-width: 100px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

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

.author-widget__content {
    max-width: 565px;
}

    .author-widget__content h4 {
        font-size: 22px;
        font-style: normal;
        font-weight: var(--rr-fw-medium);
        line-height: normal;
    }

.comment-widget .title {
    font-family: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -0.03em;
    margin-bottom: 28px;
}

.comment-widget .comment-item {
    gap: 24px;
    border-bottom: 1px solid rgba(5, 5, 19, 0.1);
    padding-bottom: 36px;
}

    .comment-widget .comment-item:last-child {
        margin-bottom: 0;
    }

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .comment-widget .comment-item {
        gap: 10px;
    }
}

.comment-widget .comment-item__reply {
    margin-left: 94px;
}

@media (max-width: 575px) {
    .comment-widget .comment-item__reply {
        margin-left: 0;
    }
}

.comment-widget .comment-item__reply .comment-item__content {
    border-bottom: 0;
}

.comment-widget .comment-item__img {
    min-width: 70px;
    height: 70px;
    overflow: hidden;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .comment-widget .comment-item__img {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
    }
}

.comment-widget .comment-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-widget .comment-item__content .name {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 4px;
}

.comment-widget .comment-item__content .date {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    color: rgba(5, 5, 19, 0.7);
}

.comment-widget .comment-item__content .body {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    color: rgba(5, 5, 19, 0.6);
    margin-top: 13px;
}

.comment-widget .comment-item__content a {
    background: var(--rr-common-white);
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    color: var(--rr-heading-primary);
    border: 1px solid rgba(5, 5, 19, 0.1);
    padding: 7px 14px;
    font-style: normal;
    font-size: 12px;
    line-height: 17px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: all 0.3s ease-in-out;
    margin-top: 23px;
    border-radius: 0;
}

    .comment-widget .comment-item__content a:hover {
        background: var(--rr-theme-primary);
        border: 1px solid var(--rr-theme-primary);
    }

.live-comment-widget {
    margin-top: 110px;
}

    .live-comment-widget h4 {
        font-family: var(--rr-ff-heading);
        font-weight: var(--rr-fw-bold);
        color: var(--rr-heading-primary);
        font-style: normal;
        font-size: 34px;
        line-height: 44px;
        letter-spacing: -0.03em;
    }

    .live-comment-widget p {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-regular);
        color: rgba(5, 5, 19, 0.7);
        font-style: normal;
        font-size: 15px;
        line-height: 26px;
        margin-top: 8px;
        margin-bottom: 20px;
    }

.live-comment-widget__input {
    margin-bottom: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .live-comment-widget__input {
        margin-bottom: 10px;
    }
}

.live-comment-widget__textarea {
    margin-bottom: 5px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .live-comment-widget__textarea {
        margin-bottom: 15px;
    }
}

.live-comment-widget__form ::-webkit-resizer {
    color: var(--rr-gray-200);
}

.live-comment-widget__form .rr-btn {
    padding: 16px 28px;
    margin-top: 35px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .live-comment-widget__form .rr-btn {
        margin-top: 20px;
    }
}

.live-comment-widget__form label {
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-heading);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 11px;
    font-weight: var(--rr-fw-medium);
    line-height: normal;
}

.live-comment-widget__form input, .live-comment-widget__form textarea {
    font-family: var(--rr-ff-body);
    padding: 20px;
    color: rgba(5, 5, 19, 0.7);
    border: 1px solid rgba(5, 5, 19, 0.14);
    font-style: normal;
    font-weight: var(--rr-fw-regular);
    font-size: 14px;
    line-height: 17px;
}

    .live-comment-widget__form input::-webkit-input-placeholder, .live-comment-widget__form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: rgba(5, 5, 19, 0.7);
    }

    .live-comment-widget__form input::-moz-placeholder, .live-comment-widget__form textarea::-moz-placeholder { /* Firefox 19+ */
        color: rgba(5, 5, 19, 0.7);
    }

    .live-comment-widget__form input:-moz-placeholder, .live-comment-widget__form textarea:-moz-placeholder { /* Firefox 4-18 */
        color: rgba(5, 5, 19, 0.7);
    }

    .live-comment-widget__form input:-ms-input-placeholder, .live-comment-widget__form textarea:-ms-input-placeholder { /* IE 10+  Edge*/
        color: rgba(5, 5, 19, 0.7);
    }

    .live-comment-widget__form input::placeholder, .live-comment-widget__form textarea::placeholder { /* MODERN BROWSER */
        color: rgba(5, 5, 19, 0.7);
    }

.live-comment-widget__form input {
    height: 46px;
}

.live-comment-widget__form textarea {
    min-height: 162px;
}

.live-comment-widget__agree {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .live-comment-widget__agree {
        align-items: inherit;
    }
}

.live-comment-widget__agree label {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    font-size: 15px;
    color: rgba(5, 5, 19, 0.7);
    line-height: 26px;
    margin-bottom: 0;
    font-style: normal;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .live-comment-widget__agree label {
        margin-top: -4px;
    }
}

.live-comment-widget__agree input {
    width: 14px;
    height: 14px;
    padding: 4px 6px;
    border-radius: 2px !important;
    border: 1px solid rgba(3, 4, 29, 0.3) !important;
}

.form-check-input:checked {
    background-color: var(--rr-theme-primary);
}

.form-check-input:focus {
    box-shadow: none;
}

/*----------------------------------------*/
/*  5.1 blog-list
/*----------------------------------------*/
/*----------------------------------------*/
/*  6.1 footer
/*----------------------------------------*/
.footer-before {
    position: relative;
}

    .footer-before::before {
        background: var(--rr-background-pastel-blue);
        position: absolute;
        width: 270px;
        height: 70px;
        content: "";
        top: -1px;
        right: -1px;
        z-index: 2;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%);
    }

.footer__item {
    display: flex;
    align-items: start;
    gap: 16px;
    flex-wrap: wrap;
}

.footer__item-icon {
    background: transparent;
    color: var(--rr-common-white);
    width: 54px;
    height: 54px;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .footer__item-icon img {
        width: 20.7px;
        height: 24px;
        object-fit: cover;
    }

.footer__item-text span {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.6);
}

.footer__item-text .title a {
    font-family: var(--rr-ff-body);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-medium);
    font-size: var(--rr-fs-h5);
    line-height: var(--rr-lh-h5);
    font-style: normal;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer__item-text .title a br {
        display: none;
    }
}

.footer__item-text .title a:hover {
    color: var(--rr-theme-primary);
}

.footer__wrap {
    padding-bottom: 110px;
}

@media (max-width: 575px) {
    .footer__wrap {
        padding-bottom: 70px;
    }
}

.footer__left-item-1 {
    padding-left: 37px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer__left-item-1 {
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .footer__left-item-1 {
        margin-top: 30px;
    }
}

.footer__left-item-2 {
    padding-left: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer__left-item-2 {
        padding-left: 0;
    }
}

.footer__social {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer__social {
        margin-top: 30px;
    }
}

.footer__social a {
    background: transparent;
    color: var(--rr-common-white);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
}

    .footer__social a:hover {
        background: var(--rr-theme-primary);
        color: var(--rr-heading-primary);
    }

.footer__seken-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 120px;
    flex-wrap: wrap;
    row-gap: 135px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer__seken-wrapper {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .footer__seken-wrapper {
        padding-bottom: 70px;
        row-gap: 55px;
    }
}

.footer__seken-wrapper-seken h4 {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-ebold);
    color: var(--rr-common-white);
    font-size: 259px;
    line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .footer__seken-wrapper-seken h4 {
        font-size: 215px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer__seken-wrapper-seken h4 {
        font-size: 165px;
    }
}

@media (max-width: 575px) {
    .footer__seken-wrapper-seken h4 {
        font-size: 120px;
    }
}

@media (max-width:450px) {
    .footer__seken-wrapper-seken h4 {
        font-size: 100px;
    }
}

@media (max-width:320px) {
    .footer__seken-wrapper-seken h4 {
        font-size: 85px;
    }
}

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

.footer-inner::before {
    background: var(--rr-common-white);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 22% 100%);
}

/*----------------------------------------*/
/*  6.2 footer-2
/*----------------------------------------*/
.footer-2__shapes-shape-1 {
    position: absolute;
    top: 67px;
    left: 62px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-2__shapes-shape-1 {
        display: none;
    }
}

.footer-2__shapes-shape-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-2__shapes-shape-1-1 {
    top: 214px;
    left: 125px;
}

.footer-2__shapes-shape-1-5 {
    top: 103px;
    left: 64px;
}

.footer-2__shapes-shape-2 {
    position: absolute;
    bottom: 128px;
    right: 280px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-2__shapes-shape-2 {
        display: none;
    }
}

.footer-2__shapes-shape-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-2__shapes-shape-2-2 {
    right: 223px;
}

.footer-2__shapes-shape-2-5 {
    right: 206px;
    bottom: 105px;
}

.footer-2__shapes-shape-3 {
    position: absolute;
    top: 52px;
    left: 125px;
    z-index: -1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-2__shapes-shape-3 {
        display: none;
    }
}

.footer-2__shapes-shape-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-2__shapes-shape-3-3 {
    top: 199px;
    left: 188px;
}

.footer-2__shapes-shape-3-5 {
    top: 63px;
    left: 206px;
}

.footer-2__widget-title h4 {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: var(--rr-fs-h5);
    line-height: var(--rr-lh-p);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-2__widget-title h4 {
        margin-top: 30px;
    }
}

.footer-2__widget-2th-left {
    padding-left: 86px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-2__widget-2th-left {
        padding-left: 0;
    }
}

.footer-2__widget-3th-left {
    padding-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-2__widget-3th-left {
        padding-left: 0;
    }
}

.footer-2__widget-4th-left {
    padding-left: 78px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-2__widget-4th-left {
        padding-left: 0;
    }
}

.footer-2__wrap {
    padding-top: 120px;
    padding-bottom: 124px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .footer-2__wrap {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-2__wrap {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.footer-2__logo a img {
    max-width: 120px;
}

.footer-2__content .dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 14px;
    line-height: var(--rr-lh-p);
    color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-2__content .dec br {
        display: none;
    }
}

.footer-2__social-2 ul li .rr-btn {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(7px);
    border-image: none !important;
}

    .footer-2__social-2 ul li .rr-btn::before {
        background: var(--rr-theme-primary) !important;
    }

    .footer-2__social-2 ul li .rr-btn:hover {
        color: var(--rr-heading-primary) !important;
    }

.footer-2__social-3 ul li .rr-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-image: none !important;
    border-radius: 50%;
}

    .footer-2__social-3 ul li .rr-btn::before {
        background: var(--rr-theme-primary2) !important;
    }

    .footer-2__social-3 ul li .rr-btn:hover {
        color: var(--rr-common-white);
    }

.footer-2__social ul {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

    .footer-2__social ul li {
        list-style: none;
    }

        .footer-2__social ul li .rr-btn {
            color: var(--rr-common-white);
            padding: 0;
            width: 40px;
            height: 40px;
            border-width: 1px;
            border-style: solid;
            border-image: linear-gradient(90deg, rgb(132, 88, 212) 0%, rgb(44, 35, 221) 100%) 1;
        }

            .footer-2__social ul li .rr-btn::before {
                background: linear-gradient(90deg, #2B22E0 0%, #46429E 100%);
            }

            .footer-2__social ul li .rr-btn:hover {
                color: var(--rr-common-white);
                border: 1px solid rgba(255, 255, 255, 0.4);
            }

.footer-2__link ul li {
    list-style: none;
}

    .footer-2__link ul li:not(:last-of-type) {
        margin-bottom: 15px;
    }

    .footer-2__link ul li a {
        font-family: var(--rr-ff-body);
        font-style: normal;
        font-size: var(--rr-fs-h6);
        line-height: 36px;
        color: rgba(255, 255, 255, 0.7);
        transition: all 0.3s ease-in-out;
    }

        .footer-2__link ul li a:hover {
            color: var(--rr-theme-primary2);
        }

.footer-2__subscribe .footer-2-form {
    position: relative;
    max-width: 330px;
}

@media (max-width: 575px) {
    .footer-2__subscribe .footer-2-form {
        max-width: 100%;
    }
}

.footer-2__subscribe .footer-2-form-2 .rr-subscribe-form .form-control {
    background: #EDF2F7;
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(7px);
    border-image: none !important;
    border-radius: 0;
}

.footer-2__subscribe .footer-2-form-2 .submit {
    background: var(--rr-theme-primary) !important;
    color: var(--rr-heading-primary) !important;
}

.footer-2__subscribe .footer-2-form-3 .rr-subscribe-form .form-control {
    background: #EDF2F7 !important;
    border-image: none !important;
    border-radius: 6px;
    color: rgba(5, 5, 19, 0.7) !important;
}

    .footer-2__subscribe .footer-2-form-3 .rr-subscribe-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: rgba(5, 5, 19, 0.7) !important;
    }

    .footer-2__subscribe .footer-2-form-3 .rr-subscribe-form .form-control::-moz-placeholder { /* Firefox 19+ */
        color: rgba(5, 5, 19, 0.7) !important;
    }

    .footer-2__subscribe .footer-2-form-3 .rr-subscribe-form .form-control:-moz-placeholder { /* Firefox 4-18 */
        color: rgba(5, 5, 19, 0.7) !important;
    }

    .footer-2__subscribe .footer-2-form-3 .rr-subscribe-form .form-control:-ms-input-placeholder { /* IE 10+  Edge*/
        color: rgba(5, 5, 19, 0.7) !important;
    }

    .footer-2__subscribe .footer-2-form-3 .rr-subscribe-form .form-control::placeholder { /* MODERN BROWSER */
        color: rgba(5, 5, 19, 0.7) !important;
    }

.footer-2__subscribe .footer-2-form-3 .rr-subscribe-form .form-check-input {
    border-radius: 2px !important;
    width: 14px;
    height: 14px;
    margin-top: 8px;
}

.footer-2__subscribe .footer-2-form-3 .submit {
    background: var(--rr-theme-primary10) !important;
    color: var(--rr-heading-primary) !important;
    border-radius: 6px;
}

.footer-2__subscribe .footer-2-form .rr-subscribe-form .form-control {
    background: transparent;
    height: 46px;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(90deg, rgb(132, 88, 212) 0%, rgb(44, 35, 221) 100%) 1;
    padding: 18px 67px 18px 22px;
    position: relative;
    margin-bottom: 19px;
    color: var(--rr-common-white);
}

    .footer-2__subscribe .footer-2-form .rr-subscribe-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: rgba(255, 255, 255, 0.7);
    }

    .footer-2__subscribe .footer-2-form .rr-subscribe-form .form-control::-moz-placeholder { /* Firefox 19+ */
        color: rgba(255, 255, 255, 0.7);
    }

    .footer-2__subscribe .footer-2-form .rr-subscribe-form .form-control:-moz-placeholder { /* Firefox 4-18 */
        color: rgba(255, 255, 255, 0.7);
    }

    .footer-2__subscribe .footer-2-form .rr-subscribe-form .form-control:-ms-input-placeholder { /* IE 10+  Edge*/
        color: rgba(255, 255, 255, 0.7);
    }

    .footer-2__subscribe .footer-2-form .rr-subscribe-form .form-control::placeholder { /* MODERN BROWSER */
        color: rgba(255, 255, 255, 0.7);
    }

    .footer-2__subscribe .footer-2-form .rr-subscribe-form .form-control:focus {
        box-shadow: none;
    }

.footer-2__subscribe .footer-2-form .rr-subscribe-form .form-control-1 {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0;
}

.footer-2__subscribe .footer-2-form .rr-subscribe-form .form-check-input {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    margin-right: 5px;
    background-color: transparent;
}

.footer-2__subscribe .footer-2-form .rr-subscribe-form .form-check-input-1 {
    border-radius: 0;
}

.footer-2__subscribe .footer-2-form .rr-subscribe-form .form-check-label {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 14px;
    line-height: 10px;
    color: #BDC4D1;
}

    .footer-2__subscribe .footer-2-form .rr-subscribe-form .form-check-label a {
        color: var(--rr-common-white);
        text-decoration: underline;
    }

.footer-2__subscribe .footer-2-form .submit {
    background: linear-gradient(90deg, rgb(43, 34, 224) 0%, rgb(70, 66, 158) 100%);
    color: var(--rr-common-white);
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    right: 0;
}

.footer-2__subscribe .footer-2-form .submit-1 {
    background: var(--rr-theme-primary2);
}

.footer-2__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 15px;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-2__copyright p {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: var(--rr-fs-h6);
    line-height: var(--rr-lh-p);
    color: rgba(255, 255, 255, 0.7);
}

    .footer-2__copyright p a {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        font-style: normal;
        font-size: var(--rr-fs-h6);
        line-height: var(--rr-lh-p);
        color: rgba(255, 255, 255, 0.7);
        transition: all 0.3s ease-in-out;
    }

        .footer-2__copyright p a:hover {
            color: var(--rr-theme-primary2);
        }

.footer-2__copyright-menu ul {
    display: flex;
    align-items: center;
    gap: 22px;
    position: relative;
}

    .footer-2__copyright-menu ul::before {
        background: rgba(255, 255, 255, 0.7);
        position: absolute;
        width: 2px;
        height: 19px;
        left: 47%;
        top: 25%;
        content: "";
    }

    .footer-2__copyright-menu ul li {
        list-style: none;
    }

        .footer-2__copyright-menu ul li a {
            font-family: var(--rr-ff-body);
            font-weight: var(--rr-fw-medium);
            font-style: normal;
            font-size: var(--rr-fs-h6);
            line-height: var(--rr-lh-p);
            color: rgba(255, 255, 255, 0.7);
        }

/*----------------------------------------*/
/*  6.3 footer-3
/*----------------------------------------*/
.footer-3__shapes-shape-1 {
    position: absolute;
    width: 916px;
    height: 696px;
    top: -228px;
    left: -375px;
    background: #09565B;
    filter: blur(315px);
    z-index: -1;
}

.footer-3__shapes-shape-2 {
    position: absolute;
    width: 916px;
    height: 696px;
    left: -301px;
    bottom: -367px;
    background: #09345B;
    filter: blur(315px);
    z-index: -1;
}

.footer-3__shapes-shape-3 {
    position: absolute;
    width: 916px;
    height: 696px;
    left: 513px;
    bottom: -452px;
    background: #1398A0;
    filter: blur(315px);
    z-index: -1;
}

.footer-3__shapes-shape-4 {
    position: absolute;
    width: 608px;
    height: 462px;
    right: 102px;
    bottom: -106px;
    background: #0E4B73;
    filter: blur(315px);
    z-index: -1;
}

.footer-3__shapes-shape-5 {
    position: absolute;
    width: 608px;
    height: 462px;
    top: -241px;
    right: -262px;
    background: #C325DD;
    filter: blur(315px);
    z-index: -1;
}

.footer-3__shapes-shape-6 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

    .footer-3__shapes-shape-6 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/*----------------------------------------*/
/*  6.3 footer-4
/*----------------------------------------*/
.footer-4__widget-2th-left {
    padding-left: 47px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-4__widget-2th-left {
        padding-left: 0;
    }
}

.footer-4__widget-3th-left {
    padding-left: 42px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-4__widget-3th-left {
        padding-left: 0;
    }
}

.footer-4__widget-4th-left {
    padding-left: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-4__widget-4th-left {
        padding-left: 0;
    }
}

.footer-4__contact-link {
    margin-bottom: 4px;
}

    .footer-4__contact-link:last-child {
        margin-bottom: 0;
    }

    .footer-4__contact-link i {
        color: #C3DB31;
        margin-right: 11px;
        font-size: var(--rr-fs-h5);
    }

    .footer-4__contact-link a {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        font-style: normal;
        font-size: var(--rr-fs-h6);
        line-height: 36px;
        color: rgba(255, 255, 255, 0.7);
        transition: all 0.3s ease-in-out;
    }

        .footer-4__contact-link a:hover {
            color: var(--rr-theme-primary2);
        }

/*----------------------------------------*/
/*  6.3 footer-5
/*----------------------------------------*/
.footer-5::before {
    background: rgba(255, 255, 255, 0.14);
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 159px;
    content: "";
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-5::before {
        display: none;
    }
}

.footer-5::after {
    background: rgba(255, 255, 255, 0.14);
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 145px;
    content: "";
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-5::after {
        display: none;
    }
}

.footer-5__border-1 {
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-5__widget-2th-left {
    padding-left: 47px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-5__widget-2th-left {
        padding-left: 0;
    }
}

.footer-5__widget-3th-left {
    padding-left: 71px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-5__widget-3th-left {
        padding-left: 0;
    }
}

.footer-5__widget-4th-left {
    padding-left: 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-5__widget-4th-left {
        padding-left: 0;
    }
}

.footer-5__wrap {
    padding-bottom: 86px;
    padding-top: 95px;
}

    .footer-5__wrap::before {
        background: rgba(255, 255, 255, 0.14);
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        left: 409px;
        content: "";
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-5__wrap::before {
        left: 490px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-5__wrap::before {
        display: none;
    }
}

.footer-5__wrap::after {
    background: rgba(255, 255, 255, 0.14);
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    content: "";
}

/*----------------------------------------*/
/*  6.3 footer-6
/*----------------------------------------*/
.footer-6__widget-2th-left {
    padding-left: 96px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-6__widget-2th-left {
        padding-left: 0;
    }
}

.footer-6__widget-3th-left {
    padding-left: 95px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-6__widget-3th-left {
        padding-left: 0;
    }
}

.footer-6__widget-4th-left {
    padding-left: 66px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-6__widget-4th-left {
        padding-left: 0;
    }
}

.footer-6__wrap {
    padding-top: 120px;
    padding-bottom: 88px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .footer-6__wrap {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-6__wrap {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.footer-6__content .dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 15px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-6__content .dec br {
        display: none;
    }
}

.footer-6__content .link {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 15px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 16px;
}

    .footer-6__content .link a {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-regular);
        color: var(--rr-common-white);
        font-style: normal;
        font-size: 20px;
        line-height: 24px;
        transition: all 0.3s ease-in-out;
        position: relative;
    }

        .footer-6__content .link a::before {
            background: var(--rr-common-white);
            position: absolute;
            width: 100%;
            height: 1px;
            content: "";
            bottom: 0;
            left: 0;
        }

        .footer-6__content .link a:hover {
            color: var(--rr-theme-primary6);
        }

.footer-6__link ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-weight: var(--rr-fw-medium);
}

    .footer-6__link ul li a:hover {
        color: var(--rr-theme-primary6);
    }

.footer-6__contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

    .footer-6__contact-item:last-child {
        margin-bottom: 0;
    }

    .footer-6__contact-item .icon {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(5, 5, 19, 0.1);
        min-width: 46px;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: all 0.3s ease-in-out;
    }

        .footer-6__contact-item .icon svg {
            transition: all 0.3s ease-in-out;
        }

        .footer-6__contact-item .icon:hover {
            background: var(--rr-theme-primary6);
        }

            .footer-6__contact-item .icon:hover svg path {
                stroke: var(--rr-heading-primary);
            }

.footer-6__contact-link {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 15px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.7);
}

    .footer-6__contact-link a {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        font-style: normal;
        font-size: 15px;
        line-height: 25px;
        color: rgba(255, 255, 255, 0.7);
        transition: all 0.3s ease-in-out;
        display: inline-block;
    }

        .footer-6__contact-link a:hover {
            color: var(--rr-theme-primary6);
        }

.footer-6__copyright p a:hover {
    color: var(--rr-theme-primary6);
}

.footer-6__menu ul li a:hover {
    color: var(--rr-theme-primary6);
}

/*----------------------------------------*/
/*  6.3 footer-7
/*----------------------------------------*/
.footer-7__widget-2th-left {
    padding-left: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-7__widget-2th-left {
        padding-left: 0;
    }
}

.footer-7__widget-3th-left {
    padding-left: 75px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-7__widget-3th-left {
        padding-left: 0;
    }
}

.footer-7__widget-4th-left {
    padding-left: 38px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-7__widget-4th-left {
        padding-left: 0;
    }
}

.footer-7__wrap {
    padding-top: 100px;
    padding-bottom: 127px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .footer-7__wrap {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-7__wrap {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.footer-7__bottom-wrapper {
    background: var(--rr-background-body-2-bg);
}

.footer-7__bottom {
    border-top: none;
    padding: 11px 0;
}

.footer-7__social ul {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .footer-7__social ul li {
        list-style: none;
    }

        .footer-7__social ul li .rr-btn {
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.24);
            backdrop-filter: blur(7px);
            width: 40px;
            height: 40px;
            padding: 12px 19px;
            color: var(--rr-common-white);
        }

            .footer-7__social ul li .rr-btn::before {
                background: var(--rr-theme-primary7);
            }

            .footer-7__social ul li .rr-btn:hover {
                border-color: transparent;
            }

.footer-7__content .dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 15px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-7__content .link {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 15px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 16px;
}

    .footer-7__content .link a {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        color: var(--rr-common-white);
        font-style: normal;
        font-size: 20px;
        line-height: 24px;
        transition: all 0.3s ease-in-out;
        position: relative;
    }

        .footer-7__content .link a::before {
            background: var(--rr-common-white);
            position: absolute;
            width: 100%;
            height: 1px;
            content: "";
            bottom: 0;
            left: 0;
        }

        .footer-7__content .link a:hover {
            color: var(--rr-theme-primary7);
        }

.footer-7__link ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-weight: var(--rr-fw-medium);
}

    .footer-7__link ul li a:hover {
        color: var(--rr-theme-primary7);
    }

.footer-7__link ul li:not(:last-of-type) {
    margin-bottom: 18px;
}

.footer-7__contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

    .footer-7__contact-item:last-child {
        margin-bottom: 0;
    }

    .footer-7__contact-item .icon {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(5, 5, 19, 0.1);
        min-width: 46px;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: all 0.3s ease-in-out;
    }

        .footer-7__contact-item .icon svg {
            transition: all 0.3s ease-in-out;
        }

        .footer-7__contact-item .icon:hover {
            background: var(--rr-theme-primary7);
        }

            .footer-7__contact-item .icon:hover svg path {
                stroke: var(--rr-heading-primary);
            }

.footer-7__contact-link {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 15px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.7);
}

    .footer-7__contact-link a {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        font-style: normal;
        font-size: 15px;
        line-height: 25px;
        color: rgba(255, 255, 255, 0.7);
        transition: all 0.3s ease-in-out;
        display: inline-block;
    }

        .footer-7__contact-link a:hover {
            color: var(--rr-theme-primary7);
        }

.footer-7__instagram .instagram-7__thumb {
    width: 80px;
    height: 80px;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 4px;
    overflow: hidden;
}

    .footer-7__instagram .instagram-7__thumb:nth-child(3) {
        margin-right: 0;
    }

    .footer-7__instagram .instagram-7__thumb:nth-last-child(-n+3) {
        margin-bottom: 0;
    }

    .footer-7__instagram .instagram-7__thumb:nth-child(6) {
        margin-right: 0;
    }

    .footer-7__instagram .instagram-7__thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .footer-7__instagram .instagram-7__thumb a {
        background: linear-gradient(0deg, #F95F40 0%, #C81BD7 100%);
        box-shadow: 0px 4px 30px rgba(221, 61, 29, 0.6);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: -100%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
    }

        .footer-7__instagram .instagram-7__thumb a i {
            color: var(--rr-common-white);
            font-size: 25px;
        }

    .footer-7__instagram .instagram-7__thumb:hover a {
        opacity: 1;
        visibility: visible;
        top: 0;
    }

.footer-7__copyright p a:hover {
    color: var(--rr-theme-primary7);
}

.footer-7__menu ul li a:hover {
    color: var(--rr-theme-primary7);
}

.footer-7 .footer-2__shapes-shape-1 {
    position: absolute;
    top: 46px;
    left: 125px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-7 .footer-2__shapes-shape-1 {
        display: none;
    }
}

.footer-7 .footer-2__shapes-shape-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-7 .footer-2__shapes-shape-1-1 {
    top: 214px;
    left: 125px;
}

.footer-7 .footer-2__shapes-shape-1-5 {
    top: 103px;
    left: 64px;
}

.footer-7 .footer-2__shapes-shape-2 {
    position: absolute;
    bottom: 109px;
    right: 223px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-7 .footer-2__shapes-shape-2 {
        display: none;
    }
}

.footer-7 .footer-2__shapes-shape-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-7 .footer-2__shapes-shape-2-2 {
    right: 223px;
}

.footer-7 .footer-2__shapes-shape-2-5 {
    right: 206px;
    bottom: 105px;
}

.footer-7 .footer-2__shapes-shape-3 {
    position: absolute;
    top: 52px;
    left: 125px;
    z-index: -1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-7 .footer-2__shapes-shape-3 {
        display: none;
    }
}

.footer-7 .footer-2__shapes-shape-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-7 .footer-2__shapes-shape-3-3 {
    top: 199px;
    left: 188px;
}

.footer-7 .footer-2__shapes-shape-3-5 {
    top: 63px;
    left: 206px;
}

/*----------------------------------------*/
/*  6.3 footer-8
/*----------------------------------------*/
.footer-8 {
    background-color: #050513;
}

    .footer-8 .footer-2__wrap {
        padding-top: 120px;
        padding-bottom: 55px;
    }

    .footer-8 .footer-2__subscribe .footer-2-form .submit-1 {
        background: var(--rr-theme-primary8);
        border-radius: 0 6px 6px 0;
    }

    .footer-8 .footer-2__subscribe .footer-2-form .rr-subscribe-form .form-control-1 {
        background: #EDF2F7;
        border-radius: 6px;
        color: rgba(5, 5, 19, 0.6);
    }

        .footer-8 .footer-2__subscribe .footer-2-form .rr-subscribe-form .form-control-1::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: rgba(5, 5, 19, 0.6);
        }

        .footer-8 .footer-2__subscribe .footer-2-form .rr-subscribe-form .form-control-1::-moz-placeholder { /* Firefox 19+ */
            color: rgba(5, 5, 19, 0.6);
        }

        .footer-8 .footer-2__subscribe .footer-2-form .rr-subscribe-form .form-control-1:-moz-placeholder { /* Firefox 4-18 */
            color: rgba(5, 5, 19, 0.6);
        }

        .footer-8 .footer-2__subscribe .footer-2-form .rr-subscribe-form .form-control-1:-ms-input-placeholder { /* IE 10+  Edge*/
            color: rgba(5, 5, 19, 0.6);
        }

        .footer-8 .footer-2__subscribe .footer-2-form .rr-subscribe-form .form-control-1::placeholder { /* MODERN BROWSER */
            color: rgba(5, 5, 19, 0.6);
        }

    .footer-8 .footer-2__content .dec {
        font-weight: 500;
        font-size: 15px;
        line-height: 25px;
        color: rgba(255, 255, 255, 0.6);
    }

    .footer-8 .footer-2__link ul li a {
        color: rgba(255, 255, 255, 0.6);
    }

        .footer-8 .footer-2__link ul li a:hover {
            color: var(--rr-theme-primary8);
        }

    .footer-8 .footer-2__copyright p {
        color: rgba(255, 255, 255, 0.6);
    }

        .footer-8 .footer-2__copyright p a:hover {
            color: var(--rr-theme-primary8);
        }

    .footer-8 .footer-2__copyright-menu ul::before {
        background: rgba(255, 255, 255, 0.6);
    }

    .footer-8 .footer-2__copyright-menu ul li a {
        color: rgba(255, 255, 255, 0.6);
    }

        .footer-8 .footer-2__copyright-menu ul li a:hover {
            color: var(--rr-theme-primary8);
        }

    .footer-8 .footer-4__contact-link {
        margin-bottom: 16px;
        display: flex;
        align-items: baseline;
        column-gap: 15px;
    }

        .footer-8 .footer-4__contact-link cite span {
            display: block;
            font-size: 15px;
            font-weight: 500;
            line-height: 1;
            margin-bottom: 5px;
            font-style: normal;
            color: rgba(255, 255, 255, 0.6);
        }

        .footer-8 .footer-4__contact-link a {
            line-height: 1;
            color: rgba(255, 255, 255, 0.6);
        }

            .footer-8 .footer-4__contact-link a:hover {
                color: var(--rr-theme-primary8);
            }

    .footer-8 .footer-4__widget-4th-left {
        padding-left: 0;
        margin-left: -22px;
    }

@media (max-width: 575px) {
    .footer-8 .footer-4__widget-4th-left {
        margin-left: 0;
    }
}

.footer-8 .footer-4__widget-3th-left {
    padding-left: 0;
}

.footer-8__shape {
    position: absolute;
}

.footer-8__shape-1 {
    right: 100px;
    top: 88px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-8__shape-1 {
        right: 50px;
        top: 50px;
    }
}

.footer-8__shape-2 {
    left: 80px;
    bottom: 111px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-8__shape-2 {
        bottom: 80px;
    }
}

@media (max-width: 575px) {
    .footer-8__shape-2 {
        display: none;
    }
}

.footer-8__border__box {
    top: -50px;
    z-index: -1;
    position: absolute;
}

.footer-8__border__box-1 {
    left: 444px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-8__border__box-1 {
        left: 10%;
    }
}

.footer-8__border__box-2 {
    left: 50%;
    transform: translateX(-50%);
}

.footer-8__border__box-3 {
    right: 444px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-8__border__box-3 {
        right: 10%;
    }
}

.footer-8__border__shape {
    width: 50px;
    height: 870px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-8__border__shape {
        height: 1400px;
    }
}

.footer-8__border__shape::before {
    content: "";
    width: 3px;
    height: 70px;
    opacity: 0.5;
    left: 48px;
    position: absolute;
    animation: topToBottom2 5s ease-in-out infinite;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.footer-8__border__shape-2::before {
    animation: bottomToTop2 5s ease-in-out infinite;
    transform: rotate(180deg);
}

/*----------------------------------------*/
/*  6.3 footer-9
/*----------------------------------------*/
.footer-9__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

@media (max-width: 575px) {
    .footer-9__top {
        justify-content: center;
    }
}

.footer-9__top-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    position: relative;
    padding: 48px 131px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .footer-9__top-item {
        padding: 35px 82px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-9__top-item {
        padding: 35px 63px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-9__top-item {
        padding: 35px 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .footer-9__top-item {
        padding: 35px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-9__top-item {
        padding: 35px 80px;
    }
}

.footer-9__top-item::before {
    background: rgba(255, 255, 255, 0.14);
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
    content: "";
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-9__top-item::before {
        display: none;
    }
}

.footer-9__top-item-icon a i {
    color: var(--rr-common-white);
}

.footer-9__top-item-text h6 a {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-sbold);
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
}

/*----------------------------------------*/
/*  6.3 footer-10
/*----------------------------------------*/
.footer-10__widget-2th-left {
    padding-left: 44px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-10__widget-2th-left {
        padding-left: 0;
    }
}

.footer-10__widget-3th-left {
    padding-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-10__widget-3th-left {
        padding-left: 0;
    }
}

.footer-10__widget-4th-left {
    margin-left: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-10__widget-4th-left {
        margin-left: 0;
    }
}

.footer-10__wrap {
    padding-top: 95px;
    padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .footer-10__wrap {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-10__wrap {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.footer-10__top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding: 25px 0;
}

.footer-10__top-item {
    display: flex;
    align-items: center;
    gap: 22px;
}

.footer-10__top-item-1 {
    padding-left: 67px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-10__top-item-1 {
        padding-left: 0;
    }
}

.footer-10__top-item-2 {
    padding-left: 47px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-10__top-item-2 {
        padding-left: 0;
    }
}

.footer-10__top-item-3 {
    padding-left: 33px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-10__top-item-3 {
        padding-left: 0;
    }
}

.footer-10__top-item-icon {
    background: var(--rr-common-white);
    width: 70px;
    height: 70px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-10__top-item-icon-1 img {
    width: 26px;
    height: 26px;
}

.footer-10__top-item-icon-2 img {
    width: 30px;
    height: 25.81px;
}

.footer-10__top-item-icon-3 img {
    width: 26px;
    height: 30px;
}

.footer-10__top-item-text h6 {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
}

    .footer-10__top-item-text h6 a {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        font-style: normal;
        font-size: 14px;
        line-height: 20px;
        color: rgba(255, 255, 255, 0.6);
        display: block;
        transition: all 0.3s ease-in-out;
        margin-top: 8px;
    }

        .footer-10__top-item-text h6 a:hover {
            color: var(--rr-theme-primary10);
        }

.footer-10__social ul li .rr-btn {
    background: #EDF2F7;
    color: var(--rr-heading-primary);
    border-radius: 6px;
}

    .footer-10__social ul li .rr-btn::before {
        background: var(--rr-theme-primary10);
    }

    .footer-10__social ul li .rr-btn:hover {
        border-color: var(--rr-theme-primary10);
    }

.footer-10__content .dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-10__content .dec br {
        display: none;
    }
}

.footer-10__content .link {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 15px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 16px;
}

    .footer-10__content .link a {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-regular);
        color: var(--rr-common-white);
        font-style: normal;
        font-size: 20px;
        line-height: 24px;
        transition: all 0.3s ease-in-out;
        position: relative;
    }

        .footer-10__content .link a::before {
            background: var(--rr-common-white);
            position: absolute;
            width: 100%;
            height: 1px;
            content: "";
            bottom: 0;
            left: 0;
        }

        .footer-10__content .link a:hover {
            color: var(--rr-theme-primary6);
        }

.footer-10__link ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-weight: var(--rr-fw-medium);
}

    .footer-10__link ul li a:hover {
        color: var(--rr-theme-primary10);
    }

.footer-10__contact-item {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-10__contact-item {
        flex-wrap: wrap;
    }
}

.footer-10__contact-item:last-child {
    margin-bottom: 0;
}

.footer-10__contact-item .img img {
    width: 80px;
    height: 80px;
}

.footer-10__contact-link {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.7);
}

    .footer-10__contact-link i {
        margin-right: 3px;
    }

    .footer-10__contact-link a {
        font-family: var(--rr-ff-heading);
        font-weight: var(--rr-fw-bold);
        color: var(--rr-common-white);
        font-style: normal;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: -0.03em;
        text-transform: capitalize;
        transition: all 0.3s ease-in-out;
        display: block;
    }

        .footer-10__contact-link a:hover {
            color: var(--rr-theme-primary10);
        }

.footer-10__bottom-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

    .footer-10__bottom-wrapper .footer-2__bottom {
        border-top: none;
    }

.footer-10__copyright p {
    opacity: 0.7;
}

    .footer-10__copyright p a:hover {
        color: var(--rr-theme-primary10);
    }

.footer-10__menu ul li a:hover {
    color: var(--rr-theme-primary10) !important;
}

/*----------------------------------------*/
/*  6.4 footer-copyright
/*----------------------------------------*/
.footer-bottom-border {
    border: 1px solid #e5e8e6;
}

    .footer-bottom-border .footer__bottom .footer__copyright p {
        color: var(--rr-text-body);
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-regular);
        line-height: var(--rr-lh-h6);
        font-size: var(--rr-fs-body);
        font-style: normal;
        text-align: center;
    }

        .footer-bottom-border .footer__bottom .footer__copyright p a:hover {
            color: var(--rr-theme-primary);
        }

    .footer-bottom-border .footer__bottom .footer__copyright-menu ul li a {
        color: var(--rr-text-body);
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-regular);
        line-height: var(--rr-lh-h6);
        font-size: var(--rr-fs-body);
        font-style: normal;
    }

        .footer-bottom-border .footer__bottom .footer__copyright-menu ul li a:hover {
            color: var(--rr-theme-primary);
        }

.footer__copyright p {
    color: var(--rr-common-white);
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 14px;
    margin-bottom: 0;
}

    .footer__copyright p a:hover {
        color: var(--rr-theme-primary);
    }

.footer__copyright-2 p {
    color: var(--rr-common-white);
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 40px 0;
    gap: 10px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer__bottom {
        justify-content: center;
        flex-wrap: wrap;
    }
}

.footer__bottom-1 {
    padding-top: 80px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .footer__bottom-1 {
        padding-top: 60px;
    }
}

.footer__copyright p {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.7);
}

    .footer__copyright p a:hover {
        color: var(--rr-theme-primary);
    }

.footer__copyright-menu ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 35px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .footer__copyright-menu ul {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .footer__copyright-menu ul {
        gap: 10px;
    }
}

.footer__copyright-menu ul li {
    list-style: none;
    position: relative;
}

    .footer__copyright-menu ul li.no_bullet:after {
        display: none;
    }

    .footer__copyright-menu ul li a {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        color: var(--rr-common-white);
        font-style: normal;
        font-size: 14px;
        line-height: 10px;
    }

        .footer__copyright-menu ul li a:hover {
            color: var(--rr-theme-primary);
        }

.footer__bottom-2 {
    padding: 25px 0;
    border-top-color: rgba(0, 15, 32, 0.1);
}

.footer__copyright-2 p {
    text-align: center;
    color: var(--rr-text-body);
}

.footer__copyright-2 a {
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-theme-primary);
}

/*----------------------------------------*/
/* 8.1 404
/*----------------------------------------*/
.error__area {
    margin: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .error__area {
        margin: 0;
    }
}

.error__content-title {
    font-family: "Langar";
    font-weight: var(--rr-fw-regular);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: 230px;
    line-height: 240px;
}

@media (max-width: 575px) {
    .error__content-title {
        font-size: 160px;
        line-height: 170px;
    }
}

.error__content-sub-title {
    color: var(--rr-common-white);
}

.error__content-dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 25px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .error__content-dec br {
        display: none;
    }
}

.error__content .rr-btn {
    padding: 15px 33px;
    margin-top: 35px;
}

    .error__content .rr-btn:hover i {
        color: var(--rr-common-white);
    }

    .error__content .rr-btn i {
        color: var(--rr-heading-primary);
        font-weight: var(--rr-fw-regular);
        font-size: 18px;
    }

.about__img-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 26px;
    max-width: 600px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about__img-wrapper {
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about__img-wrapper {
        margin-top: 30px;
        justify-content: center;
    }
}

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

.about__searching-box {
    display: inline-flex;
    align-items: center;
    gap: 21px;
    row-gap: 20px;
    padding: 5px 0 5px 30px;
    border: 1px solid rgba(5, 5, 19, 0.14);
    max-width: 530px;
    margin: 0 auto;
    margin-top: 80px;
    flex-wrap: wrap;
}

@media (max-width: 575px) {
    .about__searching-box {
        padding: 15px 0 15px 30px;
    }
}

.about__searching-box .text {
    display: flex;
    align-items: center;
    gap: 11px;
}

    .about__searching-box .text p {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        color: rgba(5, 5, 19, 0.6);
        font-style: normal;
        font-size: var(--rr-fs-body);
        line-height: 25px;
    }

    .about__searching-box .text img {
        width: 23.95px;
        height: 24px;
    }

.about__media {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

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

        .about__media .img-1 img {
            width: 210px;
            height: 220px;
            object-fit: cover;
        }

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

        .about__media .img-2 img {
            width: 210px;
            height: 149px;
            object-fit: cover;
        }

.about__thumb-2 {
    position: relative;
}

    .about__thumb-2::before {
        background: var(--rr-common-white);
        position: absolute;
        width: 220px;
        height: 54px;
        content: "";
        right: -1px;
        bottom: -1px;
        clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%);
        z-index: 1;
    }

.about__thumb {
    max-width: 370px;
    width: 100%;
    height: 389px;
}

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

.about-9__shapes-shape-1 {
    position: absolute;
    top: 110px;
    left: 94px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-9__shapes-shape-1 {
        display: none;
    }
}

.about-9__shapes-shape-2 {
    position: absolute;
    top: 68px;
    right: 324px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-9__shapes-shape-2 {
        display: none;
    }
}

.about-9__shapes-shape-3 {
    position: absolute;
    bottom: 160px;
    right: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-9__shapes-shape-3 {
        display: none;
    }
}

.about-9__thumb {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    z-index: 1;
    border-radius: 10px;
}

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

.about-9__thumb-shape-1 {
    position: absolute;
    top: -111px;
    left: -66px;
    right: -39px;
    bottom: -110px;
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-9__thumb-shape-1 {
        right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-9__thumb-shape-1 {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.about-9__content {
    max-width: 580px;
    margin: 0 0 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-9__content {
        margin: 50px auto 0 auto;
    }
}

.about-9__content .section__title-wrapper .dec {
    font-weight: var(--rr-fw-medium);
    margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-9__content .section__title-wrapper .dec br {
        display: none;
    }
}

.about-9__content-btn {
    display: inline-flex;
    gap: 30px;
    align-items: center;
    margin-top: 42px;
}

    .about-9__content-btn .rr-btn {
        background: var(--rr-theme-primary9);
        border-radius: 6px;
        padding: 16px 33px;
    }

@media (max-width: 575px) {
    .about-9__content-btn .rr-btn {
        padding: 13px 13px;
        font-size: 14px;
    }

        .about-9__content-btn .rr-btn i {
            font-size: 14px;
        }
}

.about-9__content-btn .rr-btn i {
    font-size: 17px;
}

.about-9__content-btn-icon ul {
    display: flex;
    align-items: center;
    gap: 6px;
}

    .about-9__content-btn-icon ul li {
        list-style: none;
    }

        .about-9__content-btn-icon ul li i {
            color: #F59E0B;
            font-size: 20px;
        }

    .about-9__content-btn-icon ul .big i {
        font-size: 34px;
    }

.about-9__content-btn-icon h6 {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: rgba(5, 5, 19, 0.7);
    text-align: center;
}

.about-9__content-counter {
    display: inline-flex;
    align-items: center;
    gap: 50px;
    margin-top: 30px;
}

@media (max-width: 575px) {
    .about-9__content-counter {
        gap: 20px;
    }
}

.about-9__content-counter .count-item .title {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: 80px;
    line-height: 34px;
    -webkit-text-stroke: 1.5px rgba(185, 9, 173, 0.6);
    color: var(--rr-common-white);
}

@media (max-width: 575px) {
    .about-9__content-counter .count-item .title {
        font-size: 65px;
    }
}

.about-9__content-counter .count-item .title span {
    font-family: var(--rr-ff-heading);
}

.about-9__content-counter .count-item p {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-sbold);
    font-style: normal;
    font-size: 16px;
    line-height: 34px;
    text-transform: uppercase;
    color: #696971;
}

@media (max-width: 575px) {
    .about-9__content-counter .count-item p {
        font-size: 13px;
    }
}

.about__us-wrapper .tag-coulds {
    border-top: 1px solid rgba(5, 5, 19, 0.16);
    padding-top: 36px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about__us-wrapper .tag-coulds {
        width: 600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .about__us-wrapper .tag-coulds {
        width: 700px;
        margin-bottom: 30px;
    }

        .about__us-wrapper .tag-coulds br {
            display: none;
        }
}

@media (max-width: 575px) {
    .about__us-wrapper .tag-coulds {
        width: inherit;
        margin-bottom: 30px;
    }
}

@media (max-width:320px) {
    .about__us-wrapper .tag-coulds {
        width: 291px;
    }
}

@media (max-width:376px) {
    .about__us-wrapper .tag-coulds {
        width: inherit;
    }
}

@media (max-width:450px) {
    .about__us-wrapper .tag-coulds {
        width: inherit;
    }
}

.about__us-wrapper .tag-coulds a {
    padding: 16px 24px;
    display: inline-block;
    border-radius: 6px;
    background: #EDF2F7;
    margin-bottom: 10px;
    margin-right: 5px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: var(--rr-heading-primary);
}

    .about__us-wrapper .tag-coulds a:hover {
        background: var(--rr-theme-primary10);
    }

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__us-wrapper .tag-coulds {
        width: 768px;
        margin-bottom: 30px;
    }
}

.about__us-content p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: rgba(5, 5, 19, 0.6);
    margin-bottom: 32px;
}

@media (max-width:320px) {
    .about__us-content p {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .about__us-content p {
        margin-right: 0;
    }

        .about__us-content p br {
            display: none;
        }
}

@media (max-width: 575px) {
    .about__us-content p {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about__us-content p br {
        display: none;
    }
}

.choose-us__thumb-img img {
    border-radius: 20px;
}

/*----------------------------------------*/
/*  8.8 contact-us
/*----------------------------------------*/
.contact__media {
    max-width: 580px;
    position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .contact__media {
        margin: 0 auto;
    }
}

.contact__media::before {
    background: var(--rr-common-white);
    position: absolute;
    width: 270px;
    height: 70px;
    content: "";
    top: -1px;
    right: -1px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 22% 100%);
}

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

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .contact__title-wrapper {
        margin-top: 30px;
    }
}

.contact__form-wrapper {
    margin-top: 33px;
}

.contact__form .rr-btn {
    padding: 16px 49px;
}

.contact__input {
    margin-bottom: 20px;
}

    .contact__input input {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        padding: 14px 20px;
        font-style: normal;
        font-size: 15px;
        line-height: 20px;
        color: rgba(8, 5, 33, 0.5);
    }

.contact__textarea textarea {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    padding: 14px 20px;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    color: rgba(8, 5, 33, 0.5);
    max-width: 630px;
    height: 180px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .contact__textarea textarea {
        max-width: 100%;
    }
}

.contact__textarea .wrap {
    display: flex;
    gap: 10px;
    margin-top: 3px;
}

    .contact__textarea .wrap .form-check-input {
        border-radius: 0;
    }

        .contact__textarea .wrap .form-check-input:focus {
            border: 1px solid var(--rr-theme-primary);
        }

    .contact__textarea .wrap .form-check-label {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-regular);
        font-style: normal;
        font-size: 15px;
        line-height: 26px;
        color: rgba(5, 5, 19, 0.6);
    }

.contact-map .map {
    width: 100%;
    height: 570px;
    position: relative;
}

    .contact-map .map::before {
        background: var(--rr-common-white);
        position: absolute;
        width: 270px;
        height: 70px;
        content: "";
        top: -1px;
        right: -1px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%);
    }

@media (max-width: 575px) {
    .contact-map .map::before {
        width: 120px;
        height: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .contact-map .map {
        height: 400px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-map .map {
        height: 300px;
    }
}

.contact-map .map iframe {
    width: 100%;
    height: 100%;
}

.loading-form {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 9999;
    background: #000;
    opacity: 0.5;
    display: none;
}

.success-message {
    color: green;
}

.error-message {
    color: red;
}

.contact-us__widget {
    max-width: 587px;
    width: 100%;
}

    .contact-us__widget img {
        width: 100%;
        height: 100%;
    }

/*----------------------------------------*/
/* 8.1 404
/*----------------------------------------*/
.faq__item .accordion-header .accordion-button {
    background: var(--rr-background-pastel-blue);
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    border-radius: 0;
    box-shadow: none;
    padding: 26px 30px;
    transition: all 0.3s ease-in-out;
    font-style: normal;
    font-size: var(--rr-fs-body);
    line-height: var(--rr-lh-body);
    letter-spacing: -0.03em;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .faq__item .accordion-header .accordion-button {
        padding: 15px 45px 15px 15px;
    }
}

.faq__item .accordion-header .accordion-button:focus {
    box-shadow: none;
}

.faq__item .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: none;
    padding-bottom: 10px;
}

.faq__item .accordion-header .accordion-button::after {
    position: absolute;
    right: 30px;
    content: "+";
    background-image: none;
    font-family: var(--rr-ff-fontawesome);
    font-size: 22px;
    top: calc(50% - 8px);
    line-height: 29px;
    font-weight: 500;
    text-align: center;
    color: var(--rr-heading-primary);
}

.faq__item .accordion-collapse .accordion-body {
    background: var(--rr-common-white);
}

@media (max-width:320px) {
    .faq__item .accordion-collapse .accordion-body {
        padding: 10px;
    }
}

.faq__item:has(.collapse.show) {
    border-color: transparent;
    box-shadow: 0px 10px 60px rgba(5, 5, 19, 0.14);
    transition: all 0.3s ease-in-out;
}

    .faq__item:has(.collapse.show) .accordion-button {
        background: var(--rr-common-white);
        transition: all 0.3s ease-in-out;
        border-bottom: none;
    }

        .faq__item:has(.collapse.show) .accordion-button::after {
            content: "\f068";
            color: var(--rr-heading-primary);
        }

@media (max-width: 575px) {
    .faq__item:has(.collapse.show) .accordion-button {
        padding: 15px 45px 15px 15px;
    }
}

.faq__thumb-2 {
    position: relative;
}

    .faq__thumb-2::before {
        background: var(--rr-common-white);
        position: absolute;
        width: 210px;
        height: 56px;
        content: "";
        top: -1px;
        z-index: 1;
        right: -1px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 23% 100%);
    }

.faq__thumb {
    max-width: 550px;
    width: 100%;
    margin-left: auto;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .faq__thumb {
        margin-top: 30px;
        margin: 0 auto;
    }
}

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

/*ask-question*/
.ask-question .accordion {
    margin-right: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .ask-question .accordion {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .ask-question__faq {
        margin-bottom: 30px;
    }
}

.ask-question__faq .accordion-body {
    padding: 4px 30px 44px 30px;
}

    .ask-question__faq .accordion-body > p {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        font-style: normal;
        font-size: var(--rr-fs-h6);
        line-height: var(--rr-lh-p);
        color: rgba(5, 5, 19, 0.7);
        margin-bottom: 0;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .ask-question__faq .accordion-body > p br {
        display: none;
    }
}

.ask-question__faq .accordion-item {
    margin-bottom: 30px;
    -webkit-border-radius: 1;
    -moz-border-radius: 1;
    -o-border-radius: 1;
    -ms-border-radius: 1;
    border-radius: 1;
    border: none;
}

    .ask-question__faq .accordion-item:last-child {
        margin-bottom: 0;
    }

    .ask-question__faq .accordion-item:has(.collapse.show) {
        border-color: transparent;
    }

.faq-2__thumb-support {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: var(--rr-fs-h6);
    line-height: var(--rr-lh-p);
    color: rgba(255, 255, 255, 0.7);
}

    .faq-2__thumb-support a {
        color: #C8DF48;
    }

.faq-2__thumb-media {
    max-width: 316px;
    width: 100%;
    margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .faq-2__thumb-media {
        margin: 30px auto 30px auto;
    }
}

.faq-2__thumb-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq-2__item .accordion-header .accordion-button {
    background: transparent;
    color: var(--rr-common-white);
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    border-radius: 0;
    box-shadow: none;
    padding: 23px 34px;
    transition: all 0.3s ease-in-out;
    font-style: normal;
    font-size: var(--rr-fs-h5);
    line-height: var(--rr-lh-body);
    letter-spacing: -0.03em;
}

@media (max-width:320px) {
    .faq-2__item .accordion-header .accordion-button {
        padding: 15px 30px 15px 15px;
    }
}

.faq-2__item .accordion-header .accordion-button:focus {
    box-shadow: none;
}

.faq-2__item .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: none;
    padding-bottom: 10px;
}

.faq-2__item .accordion-header .accordion-button::after {
    position: absolute;
    right: 30px;
    content: "\f078";
    background-image: none;
    font-family: var(--rr-ff-fontawesome);
    font-size: var(--rr-fs-h6);
    top: calc(50% - 8px);
    line-height: 29px;
    font-weight: 900;
    text-align: center;
    color: var(--rr-common-white);
}

.faq-2__item .accordion-collapse .accordion-body {
    background: transparent;
}

@media (max-width:320px) {
    .faq-2__item .accordion-collapse .accordion-body {
        padding: 10px;
    }
}

.faq-2__item:has(.collapse.show) {
    border-color: transparent;
    transition: all 0.3s ease-in-out;
}

    .faq-2__item:has(.collapse.show) .accordion-button {
        background: transparent;
        transition: all 0.3s ease-in-out;
        border-bottom: none;
    }

        .faq-2__item:has(.collapse.show) .accordion-button::after {
            content: "\f106";
            color: var(--rr-common-white);
        }

@media (max-width:320px) {
    .faq-2__item:has(.collapse.show) .accordion-button {
        padding: 15px 0 15px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .ask-question-2__faq-2 {
        margin-bottom: 30px;
    }
}

.ask-question-2__faq-2 .accordion-body {
    padding: 4px 30px 35px 30px;
}

    .ask-question-2__faq-2 .accordion-body > p {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-regular);
        font-style: normal;
        font-size: var(--rr-fs-h6);
        line-height: var(--rr-lh-p);
        color: rgba(255, 255, 255, 0.7);
        margin-bottom: 0;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .ask-question-2__faq-2 .accordion-body > p br {
        display: none;
    }
}

.ask-question-2__faq-2 .accordion-item {
    margin-bottom: 24px;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(90deg, rgb(132, 88, 212) 0%, rgb(44, 35, 221) 100%) 1;
}

    .ask-question-2__faq-2 .accordion-item:last-child {
        margin-bottom: 0;
    }

    .ask-question-2__faq-2 .accordion-item:has(.collapse.show) {
        border-color: transparent;
    }

.faq-4__thumb .section__title-wrapper .section__title-wrapper-title-2 {
    color: var(--rr-heading-primary);
    font-size: 56px;
    line-height: 66px;
}

@media (max-width: 575px) {
    .faq-4__thumb .section__title-wrapper .section__title-wrapper-title-2 {
        font-size: 38px;
        line-height: 48px;
    }
}

.faq-4__thumb-support {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: var(--rr-fs-h6);
    line-height: var(--rr-lh-p);
    color: rgba(5, 5, 19, 0.7);
}

    .faq-4__thumb-support a {
        color: var(--rr-theme-primary2);
    }

.faq-4__thumb-media {
    max-width: 412px;
    width: 100%;
    margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .faq-4__thumb-media {
        margin: 30px auto 30px auto;
    }
}

.faq-4__thumb-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq-4__item .accordion-header .accordion-button {
    background: transparent;
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    border-radius: 0;
    box-shadow: none;
    padding: 23px 34px;
    transition: all 0.3s ease-in-out;
    font-style: normal;
    font-size: var(--rr-fs-h5);
    line-height: var(--rr-lh-body);
    letter-spacing: -0.03em;
}

@media (max-width:450px) {
    .faq-4__item .accordion-header .accordion-button {
        padding: 15px 45px 15px 15px;
    }
}

.faq-4__item .accordion-header .accordion-button:focus {
    box-shadow: none;
}

.faq-4__item .accordion-header .accordion-button:focus-visible {
    border: 0;
}

.faq-4__item .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: none;
    padding-bottom: 10px;
}

.faq-4__item .accordion-header .accordion-button::after {
    position: absolute;
    right: 30px;
    content: "\f078";
    background-image: none;
    font-family: var(--rr-ff-fontawesome);
    font-size: var(--rr-fs-h6);
    top: calc(50% - 8px);
    line-height: 29px;
    font-weight: 900;
    text-align: center;
    color: var(--rr-heading-primary);
}

.faq-4__item .accordion-collapse .accordion-body {
    background: transparent;
    border-top: 0;
}

@media (max-width:320px) {
    .faq-4__item .accordion-collapse .accordion-body {
        padding: 10px;
    }
}

.faq-4__item:has(.collapse.show) {
    transition: all 0.3s ease-in-out;
}

    .faq-4__item:has(.collapse.show) .accordion-button {
        background: transparent;
        transition: all 0.3s ease-in-out;
        border-bottom: none;
        box-shadow: none;
    }

        .faq-4__item:has(.collapse.show) .accordion-button::after {
            content: "\f106";
            color: var(--rr-heading-primary);
        }

@media (max-width:320px) {
    .faq-4__item:has(.collapse.show) .accordion-button {
        padding: 15px 30px 15px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .ask-question-4__faq-4 {
        margin-bottom: 30px;
    }
}

.ask-question-4__faq-4 .accordion-body {
    padding: 4px 30px 35px 30px;
}

    .ask-question-4__faq-4 .accordion-body > p {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-regular);
        font-style: normal;
        font-size: var(--rr-fs-h6);
        line-height: var(--rr-lh-p);
        color: rgba(5, 5, 19, 0.7);
        margin-bottom: 0;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .ask-question-4__faq-4 .accordion-body > p br {
        display: none;
    }
}

.ask-question-4__faq-4 .accordion-item {
    margin-bottom: 24px;
    background: transparent;
    -webkit-border-radius: 1;
    -moz-border-radius: 1;
    -o-border-radius: 1;
    -ms-border-radius: 1;
    border-radius: 1;
    border: none;
    background: var(--rr-common-white);
    border: 1px solid rgba(5, 5, 19, 0.14);
}

    .ask-question-4__faq-4 .accordion-item:last-child {
        margin-bottom: 0;
    }

.faq-5__thumb {
    max-width: 660px;
    display: flex;
    gap: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .faq-5__thumb {
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .faq-5__thumb {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.faq-5__thumb-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq-5__thumb-media-1 {
    margin-top: 58px;
    max-width: 354px;
    width: 100%;
}

@media (max-width: 575px) {
    .faq-5__thumb-media-1 {
        margin-top: 0;
        max-width: 100%;
    }
}

.faq-5__thumb-media-2 {
    max-width: 276px;
    width: 100%;
    max-height: 519px;
}

@media (max-width: 575px) {
    .faq-5__thumb-media-2 {
        max-width: 100%;
    }
}

.faq-5__item .accordion-header .accordion-button {
    background: transparent;
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 23px 0;
    transition: all 0.3s ease-in-out;
    font-style: normal;
    font-size: var(--rr-fs-body);
    line-height: var(--rr-lh-body);
    letter-spacing: -0.03em;
    text-transform: capitalize;
}

@media (max-width:320px) {
    .faq-5__item .accordion-header .accordion-button {
        padding: 0 0 15px 0;
        font-size: 19px;
    }
}

.faq-5__item .accordion-header .accordion-button:focus {
    box-shadow: none;
}

.faq-5__item .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: none;
    padding-bottom: 5px;
}

.faq-5__item .accordion-header .accordion-button::after {
    position: absolute;
    right: 0;
    content: "+";
    background-image: none;
    font-family: var(--rr-ff-fontawesome);
    font-size: var(--rr-fs-h5);
    top: calc(50% - 19px);
    line-height: 29px;
    font-weight: var(--rr-fw-medium);
    text-align: center;
    color: var(--rr-heading-primary);
}

@media (max-width: 575px) {
    .faq-5__item .accordion-header .accordion-button::after {
        top: calc(50% - 30px);
    }
}

.faq-5__item .accordion-collapse .accordion-body {
    background: transparent;
    border-bottom: 1px solid rgba(5, 5, 19, 0.14);
}

.faq-5__item:has(.collapse.show) {
    border-color: transparent;
    transition: all 0.3s ease-in-out;
}

    .faq-5__item:has(.collapse.show) .accordion-button {
        background: transparent;
        transition: all 0.3s ease-in-out;
        border-bottom: none;
    }

        .faq-5__item:has(.collapse.show) .accordion-button::after {
            content: "\f068";
            color: var(--rr-heading-primary);
        }

@media (max-width:320px) {
    .faq-5__item:has(.collapse.show) .accordion-button {
        padding: 15px 0 15px 0;
    }
}

.ask-question-5__faq-5 {
    margin-left: -30px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .ask-question-5__faq-5 {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .ask-question-5__faq-5 {
        margin-left: 0;
    }
}

.ask-question-5__faq-5 .section__title-wrapper .section__title-wrapper-title {
    letter-spacing: -0.04em;
    text-transform: inherit;
}

.ask-question-5__faq-5 .accordion-body {
    padding: 4px 0 25px 0;
}

    .ask-question-5__faq-5 .accordion-body > p {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        font-style: normal;
        font-size: var(--rr-fs-h6);
        line-height: var(--rr-lh-p);
        color: rgba(5, 5, 19, 0.7);
        margin-bottom: 0;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .ask-question-5__faq-5 .accordion-body > p br {
        display: none;
    }
}

.ask-question-5__faq-5 .accordion-item {
    margin-bottom: 33px;
    background: transparent;
    border-bottom: 1px solid rgba(5, 5, 19, 0.14);
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

    .ask-question-5__faq-5 .accordion-item:last-child {
        margin-bottom: 0;
    }

.ask-question-7 .ask-question-4__faq-4 .accordion-item {
    border-radius: inherit;
    background: #132739;
    margin-bottom: 32px;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.ask-question-7 .ask-question-4__faq-4 .accordion-body {
    padding: 0px 30px 35px 30px;
}

@media (max-width: 575px) {
    .ask-question-7 .ask-question-4__faq-4 .accordion-body {
        padding: 0px 20px 35px 20px;
    }
}

.ask-question-7 .ask-question-4__faq-4 .accordion-body > p {
    color: rgba(255, 255, 255, 0.7);
}

.ask-question-7 .faq-4__item .accordion-header .accordion-button {
    padding: 24px 34px;
    color: var(--rr-common-white);
}

@media (max-width: 575px) {
    .ask-question-7 .faq-4__item .accordion-header .accordion-button {
        padding: 24px 20px;
        font-size: 18px;
    }
}

.ask-question-7 .faq-4__item .accordion-header .accordion-button::after {
    color: var(--rr-common-white);
}

@media (max-width: 575px) {
    .ask-question-7 .faq-4__item .accordion-header .accordion-button::after {
        display: none;
    }
}

.ask-question-7 .faq-4__item:has(.collapse.show) .accordion-button::after {
    color: var(--rr-common-white);
}

.ask-question-7 .section__title-wrapper-dec {
    opacity: 0.6;
}

.ask-question-7 .faq-7__content__right {
    background: #132739;
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(7px);
    padding: 30px;
    padding-bottom: 39px;
}

@media (max-width: 575px) {
    .ask-question-7 .faq-7__content__right {
        padding: 20px;
        padding-bottom: 30px;
    }
}

.ask-question-7 .faq-7__content__right .rr-btn {
    background-color: var(--rr-theme-primary7);
    padding: 13.5px 35.6px;
}

.ask-question-7 .faq-7__content__title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 26px;
    letter-spacing: -0.03em;
    margin-top: 22px;
    margin-bottom: 53px;
}

@media (max-width: 575px) {
    .ask-question-7 .faq-7__content__title {
        font-size: 17px;
        margin-bottom: 35px;
    }
}

.ask-question-7 .faq-7__thumb {
    width: 100%;
    max-height: 408px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .ask-question-7 .faq-7__thumb {
        max-height: inherit;
    }
}

.ask-question-7 .faq-7__thumb img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.faq-8 .faq-4__thumb .section__title-wrapper .section__title-wrapper-title-2 {
    color: var(--rr-heading-primary);
    font-size: 44px;
    line-height: 56px;
}

@media (max-width: 575px) {
    .faq-8 .faq-4__thumb .section__title-wrapper .section__title-wrapper-title-2 {
        font-size: 27px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .faq-8__thumb-media {
        text-align: center !important;
        padding-right: 0;
    }
}

.faq-8__thumb-media img {
    width: inherit;
}

.faq-8 .ask-question-4__faq-4 .accordion-item {
    border-radius: 10px;
}

.faq-9__thumb {
    max-width: 470px;
    margin: 0 0 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .faq-9__thumb {
        margin: 0 auto 0 auto;
    }
}

.faq-9__thumb .section__title-wrapper .section__title-wrapper-title-2 {
    color: var(--rr-heading-primary);
}

@media (max-width: 575px) {
    .faq-9__thumb .section__title-wrapper .section__title-wrapper-title-2 {
        font-size: 38px;
        line-height: 48px;
    }
}

.faq-9__thumb .section__title-wrapper .dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 15px;
    line-height: 26px;
    color: rgba(5, 5, 19, 0.6);
    margin-top: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .faq-9__thumb .section__title-wrapper .dec br {
        display: none;
    }
}

.faq-9__thumb-media {
    max-width: 470px;
    width: 100%;
    margin-top: 33px;
}

    .faq-9__thumb-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

.faq-9__item .accordion-header .accordion-button {
    background: transparent;
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    border-radius: 0;
    box-shadow: none;
    padding: 26px 34px;
    transition: all 0.3s ease-in-out;
    font-style: normal;
    font-size: var(--rr-fs-h5);
    line-height: var(--rr-lh-body);
    letter-spacing: -0.03em;
}

@media (max-width:320px) {
    .faq-9__item .accordion-header .accordion-button {
        padding: 15px 30px 15px 15px;
    }
}

.faq-9__item .accordion-header .accordion-button:focus {
    box-shadow: none;
}

.faq-9__item .accordion-header .accordion-button:focus-visible {
    border: 0;
}

.faq-9__item .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: none;
    padding-bottom: 10px;
}

.faq-9__item .accordion-header .accordion-button::after {
    position: absolute;
    right: 30px;
    content: "\f078";
    background-image: none;
    font-family: var(--rr-ff-fontawesome);
    font-size: var(--rr-fs-h6);
    top: calc(50% - 8px);
    line-height: 29px;
    font-weight: 900;
    text-align: center;
    color: var(--rr-heading-primary);
}

.faq-9__item .accordion-collapse .accordion-body {
    background: transparent;
    border-top: 0;
}

@media (max-width:320px) {
    .faq-9__item .accordion-collapse .accordion-body {
        padding: 10px;
    }
}

.faq-9__item:has(.collapse.show) {
    transition: all 0.3s ease-in-out;
}

    .faq-9__item:has(.collapse.show) .accordion-button {
        background: transparent;
        transition: all 0.3s ease-in-out;
        border-bottom: none;
        box-shadow: none;
    }

        .faq-9__item:has(.collapse.show) .accordion-button::after {
            content: "\f106";
            color: var(--rr-heading-primary);
        }

@media (max-width:320px) {
    .faq-9__item:has(.collapse.show) .accordion-button {
        padding: 15px 45px 15px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .ask-question-9__faq-9 {
        margin-bottom: 30px;
    }
}

.ask-question-9__faq-9 .accordion-body {
    padding: 4px 30px 35px 30px;
}

    .ask-question-9__faq-9 .accordion-body > p {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        font-style: normal;
        font-size: 15px;
        line-height: var(--rr-lh-p);
        color: rgba(5, 5, 19, 0.6);
        margin-bottom: 0;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .ask-question-9__faq-9 .accordion-body > p br {
        display: none;
    }
}

.ask-question-9__faq-9 .accordion-item {
    margin-bottom: 24px;
    background: transparent;
    border: none;
    background: #EDF0F7;
}

    .ask-question-9__faq-9 .accordion-item:last-child {
        margin-bottom: 0;
    }

.faq-10__item .accordion-header .accordion-button {
    background: transparent;
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    border-radius: 0;
    box-shadow: none;
    padding: 25px 30px;
    transition: all 0.3s ease-in-out;
    font-style: normal;
    font-size: var(--rr-fs-h5);
    line-height: var(--rr-lh-body);
    letter-spacing: -0.03em;
}

@media (max-width: 575px) {
    .faq-10__item .accordion-header .accordion-button {
        padding: 15px 54px 15px 15px;
        font-size: 18px;
    }
}

.faq-10__item .accordion-header .accordion-button:focus {
    box-shadow: none;
}

.faq-10__item .accordion-header .accordion-button:focus-visible {
    border: 0;
}

.faq-10__item .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: none;
    padding-bottom: 10px;
}

.faq-10__item .accordion-header .accordion-button::after {
    position: absolute;
    right: 30px;
    content: "\f078";
    background-image: none;
    font-family: var(--rr-ff-fontawesome);
    font-size: var(--rr-fs-h6);
    top: calc(50% - 8px);
    line-height: 29px;
    font-weight: 900;
    text-align: center;
    color: var(--rr-heading-primary);
}

.faq-10__item .accordion-collapse .accordion-body {
    background: transparent;
    border-top: 0;
}

@media (max-width:320px) {
    .faq-10__item .accordion-collapse .accordion-body {
        padding: 10px;
    }
}

.faq-10__item:has(.collapse.show) {
    border-color: transparent;
    transition: all 0.3s ease-in-out;
    background: #EDF2F7;
}

    .faq-10__item:has(.collapse.show) .accordion-button {
        background: #EDF2F7;
        transition: all 0.3s ease-in-out;
        border-bottom: none;
        box-shadow: none;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

        .faq-10__item:has(.collapse.show) .accordion-button::after {
            content: "\f106";
            color: var(--rr-heading-primary);
        }

@media (max-width:320px) {
    .faq-10__item:has(.collapse.show) .accordion-button {
        padding: 15px 30px 15px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .ask-question-10__faq-10 {
        margin-bottom: 30px;
    }
}

.ask-question-10__faq-10 .accordion-body {
    padding: 4px 30px 35px 30px;
}

    .ask-question-10__faq-10 .accordion-body > p {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        font-style: normal;
        font-size: var(--rr-fs-h6);
        line-height: var(--rr-lh-p);
        color: rgba(5, 5, 19, 0.7);
        margin-bottom: 0;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .ask-question-10__faq-10 .accordion-body > p br {
        display: none;
    }
}

.ask-question-10__faq-10 .accordion-item {
    margin-bottom: 24px;
    background: transparent;
    border: none;
    background: var(--rr-common-white);
    border: 1px solid rgba(5, 5, 19, 0.14);
    border-radius: 10px;
}

    .ask-question-10__faq-10 .accordion-item:last-child {
        margin-bottom: 0;
    }

.team-page__item:hover .team-page__item-thumb-social {
    visibility: visible;
    opacity: 1;
    right: 0;
}

.team-page__item-thumb {
    position: relative;
}

    .team-page__item-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.team-page__item-thumb-social {
    background: var(--rr-common-white);
    position: absolute;
    bottom: 0;
    right: -20px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

    .team-page__item-thumb-social ul {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

        .team-page__item-thumb-social ul li {
            list-style: none;
        }

            .team-page__item-thumb-social ul li a {
                background: var(--rr-common-white);
                color: var(--rr-common-black);
                width: 50px;
                height: 50px;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: all 0.3s ease-in-out;
            }

                .team-page__item-thumb-social ul li a:hover {
                    background: var(--rr-theme-primary2);
                    color: var(--rr-common-white);
                }

.team-page__item-title-wrap .title a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-black);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-body);
    line-height: 23px;
    font-style: normal;
    transition: all 0.3s ease-in-out;
}

    .team-page__item-title-wrap .title a:hover {
        color: var(--rr-theme-primary2);
    }

.team-page__item-title-wrap .dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
}

.team-progress__wrapper {
    background: var(--rr-background-pastel-blue);
    display: flex;
    align-items: center;
    gap: 64px;
    padding: 30px;
    position: relative;
    flex-wrap: wrap;
    row-gap: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .team-progress__wrapper {
        justify-content: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .team-progress__wrapper {
        padding: 70px 30px 30px 30px;
    }
}

.team-progress__wrapper::before {
    background: var(--rr-common-white);
    position: absolute;
    width: 220px;
    height: 44px;
    content: "";
    top: -1px;
    right: -1px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 21% 100%);
}

.team-progress__thumb {
    max-width: 370px;
    width: 100%;
    position: relative;
}

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

.team-progress__thumb-social {
    background: var(--rr-background-pastel-blue);
    position: absolute;
    top: 0;
    right: 0px;
    transition: all 0.3s ease-in-out;
}

    .team-progress__thumb-social ul {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

        .team-progress__thumb-social ul li {
            list-style: none;
        }

            .team-progress__thumb-social ul li a {
                background: var(--rr-background-pastel-blue);
                color: var(--rr-common-black);
                width: 50px;
                height: 50px;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: all 0.3s ease-in-out;
            }

                .team-progress__thumb-social ul li a:hover {
                    background: var(--rr-theme-primary2);
                    color: var(--rr-common-white);
                }

.team-progress__content-author {
    margin-bottom: 19px;
}

    .team-progress__content-author .title {
        margin-bottom: 3px;
    }

        .team-progress__content-author .title a {
            font-family: var(--rr-ff-heading);
            font-weight: var(--rr-fw-bold);
            color: var(--rr-common-black);
            font-size: var(--rr-fs-h4);
            line-height: 31px;
            font-style: normal;
            transition: all 0.3s ease-in-out;
        }

            .team-progress__content-author .title a:hover {
                color: var(--rr-theme-primary2);
            }

    .team-progress__content-author span {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        font-size: 16px;
        line-height: 26px;
        font-style: normal;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.6);
    }

.team-progress__content .dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 16px;
    line-height: var(--rr-lh-body);
    color: #606162;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .team-progress__content .dec br {
        display: none;
    }
}

.team-progress__content .dec span {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-common-black);
    font-style: normal;
    font-size: var(--rr-fs-body);
    line-height: var(--rr-lh-body);
}

.team-progress__content-wrap .skills-item {
    overflow: hidden;
}

    .team-progress__content-wrap .skills-item:not(:last-of-type) {
        margin-bottom: 32px;
    }

    .team-progress__content-wrap .skills-item .title {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-sbold);
        font-size: 14px;
        line-height: 12px;
        text-transform: uppercase;
        font-style: normal;
        color: rgba(8, 8, 33, 0.7);
        margin-bottom: 14px;
    }

    .team-progress__content-wrap .skills-item .progress {
        height: 8px;
        overflow: visible;
        border: 1px solid rgba(5, 5, 19, 0.14);
        border-radius: 0;
    }

        .team-progress__content-wrap .skills-item .progress .progress-bar {
            position: relative;
            background-color: var(--rr-theme-primary2);
            overflow: visible;
        }

            .team-progress__content-wrap .skills-item .progress .progress-bar span {
                font-size: 14px;
                font-weight: var(--rr-fw-sbold);
                background-repeat: no-repeat;
                color: rgba(8, 8, 33, 0.7);
                padding: 10px 10px 20px 10px;
                position: absolute;
                top: -41px;
                right: -11px;
            }

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .team-progress__content-wrap .skills-item .progress .progress-bar span {
        padding-top: 20px;
        top: -52px;
    }
}

.team-8 {
    background: #EDF0F7;
}

.team-8__wrapper {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0px 2px 4px rgba(5, 5, 19, 0.2);
}

    .team-8__wrapper::before {
        content: "";
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        border-radius: 10px;
        position: absolute;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f8ab0c 100%);
    }

    .team-8__wrapper:hover::before {
        opacity: 1;
        visibility: visible;
    }

    .team-8__wrapper:hover .team-8__social {
        opacity: 1;
        visibility: visible;
        bottom: 40px;
    }

.team-8__info .name {
    font-size: 18px;
    font-weight: 600;
    color: #050513;
    line-height: 1;
    margin-bottom: 4px;
}

    .team-8__info .name:hover {
        color: var(--rr-theme-primary8);
    }

.team-8__info .position {
    font-size: 14px;
    font-weight: 500;
    color: rgba(5, 5, 19, 0.6);
    text-transform: uppercase;
}

.team-8__thumb img {
    width: inherit;
}

@media (max-width: 575px) {
    .team-8__thumb img {
        width: 100%;
    }
}

.team-8__social {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
}

    .team-8__social a {
        width: 40px;
        height: 40px;
        background: #fff;
        display: inline-block;
        text-align: center;
        line-height: 40px;
        border-radius: 100px;
    }

        .team-8__social a.facebook {
            color: #1877F2;
        }

        .team-8__social a.instagram {
            color: #d62976;
        }

        .team-8__social a.linkedin {
            color: #0A66C2;
        }

        .team-8__social a.pinterest {
            color: #CB2027;
        }

/*----------------------------------------*/
/*  8.12 home1
/*----------------------------------------*/
.choose-us__media-wrapper {
    max-width: 630px;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .choose-us__media-wrapper {
        margin: 0 auto;
    }
}

.choose-us__thumb {
    position: relative;
    padding-left: 80px;
}

.choose-us__thumb-1::before {
    display: none;
}

.choose-us__thumb-img {
    max-width: 440px;
    width: 100%;
    height: 570px;
}

.choose-us__thumb-img-1 {
    height: 100%;
    max-width: 520px !important;
}

    .choose-us__thumb-img-1 img {
        max-width: 520px !important;
    }

@media (max-width: 575px) {
    .choose-us__thumb {
        padding-left: 0;
    }
}

.choose-us__thumb::before {
    background: var(--rr-common-white);
    position: absolute;
    width: 140px;
    height: 54px;
    content: "";
    left: 80px;
    bottom: -1px;
    z-index: 1;
    clip-path: polygon(0 0, 79% 0, 100% 100%, 0% 100%);
}

@media (max-width: 575px) {
    .choose-us__thumb::before {
        left: 0;
    }
}

.choose-us__thumb img {
    max-width: 440px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 575px) {
    .choose-us__thumb img {
        max-width: 100%;
    }
}

.choose-us__thumb-img-2 {
    position: absolute;
    top: 40px;
    left: -50px;
}

    .choose-us__thumb-img-2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.choose-us__thumb-img-3 {
    position: absolute;
    top: 267px;
    right: -50px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .choose-us__thumb-img-3 {
        display: none;
    }
}

.choose-us__thumb-img-3-1 {
    right: -131px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .choose-us__thumb-img-3-1 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .choose-us__thumb-img-3-1 {
        right: -55px;
    }
}

.choose-us__thumb-img-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.choose-us__thumb-img-4 {
    position: absolute;
    top: 145px;
    right: 75px;
    z-index: -1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .choose-us__thumb-img-4 {
        display: none;
    }
}

.choose-us__thumb-img-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.choose-us__content-wrap {
    padding-left: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .choose-us__content-wrap {
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .choose-us__content-wrap {
        margin-top: 30px;
    }
}

.choose-us__list-item {
    margin-top: 30px;
}

    .choose-us__list-item ul li {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        list-style: none;
        display: flex;
        align-items: center;
        gap: 8px;
        font-style: normal;
        font-size: var(--rr-fs-h6);
        line-height: 25px;
        color: rgba(5, 5, 19, 0.7);
    }

        .choose-us__list-item ul li img {
            width: 19.17px;
            height: 16.01px;
        }

        .choose-us__list-item ul li:not(:last-of-type) {
            margin-bottom: 10px;
        }

.choose-us__list-item-2 {
    max-width: 431px;
}

    .choose-us__list-item-2 ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

        .choose-us__list-item-2 ul:last-child {
            margin-bottom: 0;
        }

        .choose-us__list-item-2 ul li:not(:last-of-type) {
            margin-bottom: 0;
        }

.choose-us-2__wrap {
    padding-left: 0;
}

/*----------------------------------------*/
/*  8.12 home3
/*----------------------------------------*/
.aifunction__item {
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(90deg, rgb(132, 88, 212) 0%, rgb(44, 35, 221) 100%) 1;
    overflow: hidden;
}

    .aifunction__item:hover .aifunction__item-content-text {
        visibility: hidden;
        opacity: 0;
    }

    .aifunction__item:hover .aifunction__item-content .rr-btn {
        visibility: visible;
        opacity: 1;
        bottom: 37px;
        transition: all 0.5s ease-in-out;
    }

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

.aifunction__item-icon-1 {
    max-width: 182.59px;
    width: 100%;
    margin: 73px auto;
}

.aifunction__item-icon-2 {
    max-width: 122.94px;
    width: 100%;
    margin: 52px auto 54px auto;
}

.aifunction__item-icon-3 {
    max-width: 139.6px;
    width: 100%;
    margin: 78px auto;
}

.aifunction__item-icon-4 {
    max-width: 197.37px;
    width: 100%;
    margin: 64px auto 92px auto;
}

.aifunction__item-content {
    padding: 32px 29px;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(90deg, rgb(132, 88, 212) 0%, rgb(44, 35, 221) 100%) 1;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aifunction__item-content-text .title {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-medium);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: 22px;
    line-height: var(--rr-lh-h3);
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 6px;
    transition: all 0.3s ease-in-out;
}

    .aifunction__item-content-text .title a:hover {
        color: var(--rr-theme-primary2);
    }

.aifunction__item-content-text .dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: var(--rr-fs-h6);
    line-height: 25px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

.aifunction__item-content .rr-btn {
    color: var(--rr-common-white);
    border-width: 1px;
    border-style: solid;
    padding: 14px 42px;
    background: linear-gradient(90deg, #2B22E0 0%, #46429E 100%);
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: absolute;
    bottom: -60px;
    visibility: hidden;
    opacity: 0;
}

    .aifunction__item-content .rr-btn::before {
        background: var(--rr-heading-primary);
    }

.aifunction__title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 55px;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 10px;
}

    .aifunction__title-wrap .title {
        font-family: var(--rr-ff-heading);
        font-weight: var(--rr-fw-bold);
        color: var(--rr-common-white);
        font-style: normal;
        font-size: var(--rr-fs-h2);
        line-height: 50px;
        letter-spacing: -0.04em;
        text-transform: inherit;
    }

@media (max-width: 575px) {
    .aifunction__title-wrap .title {
        font-size: 37px;
        line-height: 47px;
    }
}

.aifunction__title-wrap .slider-button-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .aifunction__title-wrap .slider-button-wrap .slide-button {
        background: transparent;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--rr-common-white);
        border-width: 1px;
        border-style: solid;
        border-image: linear-gradient(90deg, rgba(188, 225, 83, 0.2) 0%, rgba(83, 225, 216, 0.2) 100%) 1;
        transition: all 0.3s ease-in-out;
    }

        .aifunction__title-wrap .slider-button-wrap .slide-button i {
            font-size: 14px;
        }

        .aifunction__title-wrap .slider-button-wrap .slide-button:hover {
            background: linear-gradient(90deg, #2B22E0 0%, #46429E 100%);
            border: 1px solid rgba(255, 255, 255, 0.4);
            transition: all 0.3s ease-in-out;
        }

.different__item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 14px 20px;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(90deg, rgb(132, 88, 212) 0%, rgb(44, 35, 221) 100%) 1;
    transition: all 0.3s ease-in-out;
}

    .different__item:hover .different__item-icon img {
        animation: shake 0.5s;
    }

.different__item-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(90deg, rgb(132, 88, 212) 0%, rgb(44, 35, 221) 100%) 1;
}

    .different__item-icon img {
        width: 18px;
        height: 18px;
        object-fit: cover;
    }

.different__item-icon-1 img {
    width: 19px;
    height: 18px;
    object-fit: cover;
}

.different__item-icon-2 img {
    width: 17px;
    height: 18px;
    object-fit: cover;
}

.different__item-icon-3 img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.different__item-icon-4 img {
    width: 18px;
    height: 18.65px;
    object-fit: cover;
}

.different__item .title {
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: var(--rr-fw-regular);
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
}

.aigenerator__shapes-shape-1 {
    position: absolute;
    width: 594px;
    height: 594px;
    background: #7544F9;
    filter: blur(140px);
    top: -183px;
    left: -107px;
    border-radius: 50%;
}

.aigenerator__shapes-shape-2 {
    position: absolute;
    width: 594px;
    height: 594px;
    background: #00F3FE;
    filter: blur(140px);
    z-index: -1;
    border-radius: 50%;
    top: 113px;
    left: -295px;
}

.aigenerator__shapes-shape-3 {
    position: absolute;
    width: 608px;
    height: 462px;
    background: #11AE21;
    filter: blur(315px);
    z-index: -1;
    border-radius: 50%;
    top: -381px;
    left: 635px;
}

.aigenerator__shapes-shape-4 {
    position: absolute;
    width: 568px;
    height: 568px;
    background: #A30564;
    filter: blur(140px);
    z-index: -1;
    border-radius: 50%;
    top: -423px;
    right: -58px;
}

.aigenerator__thumb {
    max-width: 550px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .aigenerator__thumb {
        margin: 0 auto;
    }
}

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

.aigenerator__content {
    margin-left: -30px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .aigenerator__content {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .aigenerator__content {
        margin-top: 30px;
    }
}

.aigenerator__content-subtitle {
    background: linear-gradient(90deg, #2B22E0 0%, #46429E 100%);
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: inline-flex;
    padding: 2px 12px 3px 21px;
    position: relative;
}

    .aigenerator__content-subtitle::before {
        background: var(--rr-common-white);
        position: absolute;
        width: 6px;
        height: 6px;
        content: "";
        top: 8px;
        left: 10px;
        border-radius: 50%;
    }

.aigenerator__content-revive-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(90deg, rgb(132, 88, 212) 0%, rgb(44, 35, 221) 100%) 1;
    padding: 15px 15px 15px 20px;
    margin-top: 56px;
}

    .aigenerator__content-revive-box .text {
        font-family: var(--rr-ff-body);
        color: var(--rr-common-white);
        font-weight: var(--rr-fw-regular);
        font-style: normal;
        font-size: 14px;
        line-height: 22px;
    }

    .aigenerator__content-revive-box .rr-btn {
        color: var(--rr-common-white);
        border-width: 1px;
        border-style: solid;
        border: 1px solid rgba(255, 255, 255, 0.4);
        background: linear-gradient(90deg, #2B22E0 0%, #46429E 100%);
        padding: 14px 34px;
    }

.further__shapes-shape-1 {
    position: absolute;
    width: 594px;
    height: 594px;
    background: #7544F9;
    filter: blur(140px);
    top: -281px;
    left: -199px;
    border-radius: 50%;
}

.further__shapes-shape-2 {
    position: absolute;
    width: 594px;
    height: 594px;
    background: #00F3FE;
    filter: blur(140px);
    z-index: -1;
    border-radius: 50%;
    top: 12px;
    left: -394px;
}

.further__shapes-shape-3 {
    position: absolute;
    width: 608px;
    height: 462px;
    background: #11AE21;
    filter: blur(315px);
    z-index: -1;
    border-radius: 50%;
    top: -426px;
    left: 640px;
}

.further__shapes-shape-4 {
    position: absolute;
    width: 568px;
    height: 568px;
    background: #A30564;
    filter: blur(140px);
    z-index: -1;
    border-radius: 50%;
    bottom: -466px;
    right: -158px;
}

.further__content .section__title-wrapper .section__title-wrapper-title-2 {
    font-size: 50px;
    line-height: 60px;
}

.further__content-btn-wrap {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 44px;
    position: relative;
}

    .further__content-btn-wrap .button {
        background: var(--rr-common-white);
        display: flex;
        align-items: center;
        gap: 11px;
        padding: 0px 17px 5px 17px;
    }

        .further__content-btn-wrap .button .icon img {
            width: 20.9px;
            height: 24px;
            object-fit: cover;
        }

        .further__content-btn-wrap .button .text span {
            font-family: var(--rr-ff-body);
            font-weight: var(--rr-fw-medium);
            font-style: normal;
            font-size: 12px;
            line-height: 22px;
            letter-spacing: -0.04em;
            text-transform: capitalize;
            color: rgba(4, 18, 30, 0.7);
        }

        .further__content-btn-wrap .button .text h6 {
            font-family: var(--rr-ff-body);
            font-weight: var(--rr-fw-sbold);
            font-style: normal;
            font-size: var(--rr-fs-h6);
            line-height: 17px;
            color: var(--rr-background-body-2-bg);
        }

            .further__content-btn-wrap .button .text h6 a {
                transition: all 0.3s ease-in-out;
            }

                .further__content-btn-wrap .button .text h6 a:hover {
                    color: var(--rr-theme-primary2);
                }

    .further__content-btn-wrap .button-2 {
        padding: 0px 29px 5px 29px;
    }

.further__thumb {
    position: absolute;
    max-width: 436px;
    top: 53px;
    margin-left: 43px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .further__thumb {
        position: inherit;
        margin-left: 0;
        margin: 30px auto 0 auto;
    }
}

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

.things__shapes-shape-1 {
    position: absolute;
    width: 638px;
    height: 638px;
    background: #A30564;
    filter: blur(140px);
    border-radius: 50%;
    top: -20px;
    left: -228px;
}

.things__shapes-shape-2 {
    position: absolute;
    width: 502px;
    height: 502px;
    background: #973CAE;
    filter: blur(140px);
    border-radius: 50%;
    z-index: -1;
    top: -26px;
    left: 129px;
}

.things__shapes-shape-3 {
    position: absolute;
    width: 508.96px;
    height: 508.96px;
    background: #7544F9;
    filter: blur(140px);
    transform: rotate(14.19deg);
    border-radius: 50%;
    z-index: -1;
    top: -365px;
    left: 380px;
}

.things__shapes-shape-4 {
    position: absolute;
    width: 508.96px;
    height: 508.96px;
    background: #00F3FE;
    filter: blur(120px);
    transform: rotate(14.19deg);
    border-radius: 50%;
    z-index: -1;
    bottom: -348px;
    right: -102px;
}

.things__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
    padding: 45px 80px;
}

@media (max-width: 575px) {
    .things__wrapper {
        padding: 45px 40px;
    }
}

.things__wrapper .rr-btn {
    color: var(--rr-common-white);
    background: linear-gradient(90deg, #2B22E0 0%, #46429E 100%);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-width: 1px;
    border-style: solid;
    padding: 15px 28px;
}

    .things__wrapper .rr-btn i {
        font-size: 14px;
    }

.things__message {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    row-gap: 10px;
    position: relative;
}

.things__message-icon {
    width: 97px;
    height: 91px;
}

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

.things__message-text .title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.04em;
    text-transform: inherit;
    margin-bottom: 5px;
}

.things__message-text .dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
}

.dedicated__item {
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(90deg, rgb(132, 88, 212) 0%, rgb(44, 35, 221) 100%) 1;
    overflow: hidden;
}

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

.dedicated__item-icon-1 {
    max-width: 138px;
    width: 100%;
    margin: 37px 26px 41px 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .dedicated__item-icon-1 {
        margin: 37px auto 41px auto;
    }
}

.dedicated__item-icon-2 {
    max-width: 101px;
    width: 100%;
    margin: 41px 45px 33px 44px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .dedicated__item-icon-2 {
        margin: 41px auto 33px auto;
    }
}

.dedicated__item-icon-3 {
    max-width: 123px;
    width: 100%;
    margin: 35px 32px 32px 33px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .dedicated__item-icon-3 {
        margin: 35px auto 32px auto;
    }
}

.dedicated__item-icon-4 {
    max-width: 118px;
    width: 100%;
    margin: 30px 35px 20px 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .dedicated__item-icon-4 {
        margin: 30px auto 20px auto;
    }
}

.dedicated__item-icon-5 {
    max-width: 78px;
    width: 100%;
    margin: 34px 56px 39px 56px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .dedicated__item-icon-5 {
        margin: 34px auto 39px auto;
    }
}

.dedicated__item-icon-6 {
    max-width: 76px;
    width: 100%;
    margin: 16px 56px 25px 56px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .dedicated__item-icon-6 {
        margin: 16px auto 25px auto;
    }
}

.dedicated__item-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 16px;
    border-width: 1px;
    border-style: solid;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    border-image: linear-gradient(90deg, rgb(132, 88, 212) 0%, rgb(44, 35, 221) 100%) 1;
}

    .dedicated__item-content .text {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-regular);
        color: var(--rr-common-white);
        font-style: normal;
        font-size: 12px;
        line-height: 22px;
        transition: all 0.3s ease-in-out;
    }

        .dedicated__item-content .text:hover {
            color: var(--rr-theme-primary2);
        }

    .dedicated__item-content .icon i {
        color: var(--rr-common-white);
        transition: all 0.3s ease-in-out;
    }

        .dedicated__item-content .icon i:hover {
            color: var(--rr-theme-primary2);
        }

.brand__area {
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(90deg, rgb(132, 88, 212) 0%, rgb(44, 35, 221) 100%) 1;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.brand__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 10px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .brand__wrapper {
        justify-content: center;
    }
}

.brand__wrapper::before {
    background: linear-gradient(90deg, rgb(132, 88, 212) 0%, rgb(44, 35, 221) 100%);
    position: absolute;
    width: 1px;
    height: 80px;
    content: "";
    left: 53%;
    top: -56%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .brand__wrapper::before {
        display: none;
    }
}

.brand__wrapper .title {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-medium);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: var(--rr-fs-h5);
    line-height: 26px;
    letter-spacing: -0.04em;
}

.brand__wrapper-thumb {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.brand__wrapper-thumb-icon {
    cursor: pointer;
}

    .brand__wrapper-thumb-icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/*----------------------------------------*/
/*  8.12 home3
/*----------------------------------------*/
.rr__chatbot-item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.24);
    padding: 40px 25px 70px 25px;
    max-height: 340px;
}

    .rr__chatbot-item:hover .rr__chatbot-img img {
        animation: shake 0.5s;
    }

.rr__chatbot-item-btn .learn-btn {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: var(--rr-fs-h6);
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease-in-out;
}

    .rr__chatbot-item-btn .learn-btn:hover {
        color: var(--rr-theme-primary2);
    }

.rr__chatbot h2 {
    color: var(--rr-common-white);
}

.rr__chatbot-text h5 {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: var(--rr-fs-h5);
    line-height: var(--rr-lh-h3);
    letter-spacing: -0.03em;
    color: var(--rr-common-white);
}

.rr__chatbot-text p {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: var(--rr-fs-h6);
    line-height: 25px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

.rr__chatbot-img img {
    width: inherit;
}

.rr__explore-apps-item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.24);
    padding: 40px 55px;
}

.rr__explore-apps-item-btn .rr-btn {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(7px);
    color: var(--rr-common-white);
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-sbold);
    font-style: normal;
    font-size: var(--rr-fs-h6);
    line-height: 18px;
    padding: 15px 28px;
}

.rr__explore-apps-img img {
    width: inherit;
}

.rr__explore-apps-text h5 a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: var(--rr-fs-h5);
    line-height: var(--rr-lh-h3);
    letter-spacing: -0.03em;
    transition: all 0.3s ease-in-out;
}

    .rr__explore-apps-text h5 a:hover {
        color: var(--rr-theme-primary2);
    }

.rr__marketing-area .section__title-wrapper {
    margin-bottom: 3px;
}

    .rr__marketing-area .section__title-wrapper .section__title-wrapper-title-2 {
        text-transform: inherit;
    }

        .rr__marketing-area .section__title-wrapper .section__title-wrapper-title-2 span {
            color: var(--rr-theme-primary);
        }

.rr__marketing-item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.24);
    max-width: 230px;
    max-height: 100px;
    align-items: center;
    text-align: center;
    padding: 33px 40px;
}

    .rr__marketing-item img {
        width: inherit;
        text-wrap: wrap;
    }

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .rr__marketing-item-2 {
        margin-right: 35px;
    }
}

.rr__marketing-padding {
    padding: 22px 66px 22px 69px;
}

.further-2__shapes-shape-1 {
    position: absolute;
    width: 594px;
    height: 594px;
    background: #D551E1;
    filter: blur(315px);
    top: -365px;
    left: -353px;
    border-radius: 50%;
    z-index: 2;
}

.further-2__shapes-shape-2 {
    position: absolute;
    width: 594px;
    height: 594px;
    left: -243px;
    top: 195px;
    background: #13A0A0;
    filter: blur(315px);
    z-index: 1;
    border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .further-2__shapes-shape-2 {
        z-index: -1;
    }
}

.further-2__shapes-shape-3 {
    position: absolute;
    width: 608px;
    height: 462px;
    left: 630px;
    top: -426px;
    background: #63F3FD;
    filter: blur(315px);
    z-index: 1;
    border-radius: 50%;
}

.further-2__shapes-shape-4 {
    position: absolute;
    width: 568px;
    height: 568px;
    right: -318px;
    bottom: -491px;
    background: #1398A0;
    filter: blur(315px);
    z-index: 1;
    border-radius: 50%;
}

.further-2__shapes-shape-5 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .further-2__shapes-shape-5 {
        z-index: -1;
    }
}

.further-2__shapes-shape-5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.further-2__wrapper {
    max-width: 1600px;
    margin: 0 auto;
}

.further-2__content {
    position: relative;
    z-index: 3;
}

.further-2__content-btn-wrap {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 44px;
    position: relative;
}

    .further-2__content-btn-wrap .button {
        background: var(--rr-common-white);
        display: flex;
        align-items: center;
        gap: 11px;
        padding: 0px 17px 5px 17px;
    }

        .further-2__content-btn-wrap .button .icon img {
            width: 20.9px;
            height: 24px;
            object-fit: cover;
        }

        .further-2__content-btn-wrap .button .text span {
            font-family: var(--rr-ff-body);
            font-weight: var(--rr-fw-medium);
            font-style: normal;
            font-size: 12px;
            line-height: 22px;
            letter-spacing: -0.04em;
            text-transform: capitalize;
            color: rgba(4, 18, 30, 0.7);
        }

        .further-2__content-btn-wrap .button .text h6 {
            font-family: var(--rr-ff-body);
            font-weight: var(--rr-fw-sbold);
            font-style: normal;
            font-size: var(--rr-fs-h6);
            line-height: 18px;
            color: var(--rr-background-body-2-bg);
        }

            .further-2__content-btn-wrap .button .text h6 a {
                transition: all 0.3s ease-in-out;
            }

                .further-2__content-btn-wrap .button .text h6 a:hover {
                    color: var(--rr-theme-primary2);
                }

    .further-2__content-btn-wrap .button-2 {
        padding: 0px 29px 5px 29px;
    }

.further-2__thumb {
    position: absolute;
    max-width: 436px;
    top: 53px;
    margin-left: 43px;
    z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .further-2__thumb {
        position: inherit;
        margin-left: 0;
        margin: 30px auto 0 auto;
    }
}

.further-2__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.credible__shapes-shape-1 {
    position: absolute;
    bottom: 121px;
    right: -34px;
}

    .credible__shapes-shape-1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.credible__thumb {
    max-width: 480px;
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(7px);
    padding: 40px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .credible__thumb {
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .credible__thumb {
        max-width: 100%;
    }
}

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

.credible__thumb-icon {
    background: #2D3141;
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(30px);
    width: 140px;
    height: 140px;
    position: absolute;
    bottom: 70px;
    right: -40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .credible__thumb-icon img {
        width: 60px;
        height: 50px;
        object-fit: cover;
    }

@media (max-width: 575px) {
    .credible__thumb-icon {
        right: 0;
    }
}

.credible__content {
    margin-left: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .credible__content {
        margin-left: 0;
        margin-top: 40px;
    }
}

.credible__content-icon {
    margin-bottom: 15px;
}

    .credible__content-icon ul {
        display: flex;
        align-items: center;
        gap: 4px;
    }

        .credible__content-icon ul li {
            list-style: none;
        }

            .credible__content-icon ul li i {
                color: #F59E0B;
            }

.credible__content .dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: var(--rr-fs-h5);
    line-height: 40px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .credible__content .dec br {
        display: none;
    }
}

.credible__content-author {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

    .credible__content-author img {
        width: 56px;
        height: 56px;
        border-radius: 50%;
    }

    .credible__content-author .text h6 {
        font-family: var(--rr-ff-body);
        color: var(--rr-common-white);
        font-weight: var(--rr-fw-sbold);
        font-style: normal;
        font-size: var(--rr-fs-h6);
        line-height: 22px;
    }

        .credible__content-author .text h6 span {
            font-family: var(--rr-ff-body);
            font-weight: var(--rr-fw-regular);
            color: rgba(255, 255, 255, 0.7);
            font-size: 14px;
            line-height: 22px;
            display: block;
        }

.credible__content-btn {
    margin-top: 60px;
}

    .credible__content-btn .rr-btn {
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.24);
        backdrop-filter: blur(7px);
        color: var(--rr-common-white);
        padding: 11px 15px;
    }

.rr__features-box {
    background: rgba(255, 255, 255, 0.06);
    padding: 25px 40px 30px 40px;
    border: 1px solid rgba(255, 255, 255, 0.24);
}

@media (max-width: 575px) {
    .rr__features-box {
        padding: 20px;
    }
}

.rr__features-box h5 {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: var(--rr-fs-h5);
    line-height: var(--rr-lh-h3);
    letter-spacing: -0.03em;
    text-transform: inherit;
    margin-bottom: 10px;
}

.rr__features-box p {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: var(--rr-fs-h6);
    line-height: 25px;
    color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .rr__features-box p br {
        display: none;
    }
}

.rr__features__shapes-shape-1 {
    margin-top: 60px;
    max-width: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .rr__features__shapes-shape-1 {
        margin: 60px auto 0 auto;
    }
}

.rr__features__shapes-shape-2 {
    margin-top: 150px;
    max-width: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .rr__features__shapes-shape-2 {
        margin: 150px auto 0 auto;
    }
}

.rr__features__shapes-shape-3 {
    margin-top: 150px;
    max-width: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .rr__features__shapes-shape-3 {
        margin: 150px auto 0 auto;
    }
}

.rr__features-img {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(7px);
    padding: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .rr__features-img {
        margin-top: 30px;
    }
}

.features__media-icon {
    background: var(--rr-theme-primary);
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 41%;
    left: 44%;
    border: 14px solid #dddce2;
}

    .features__media-icon svg {
        width: 15px;
    }

@media (max-width:450px) {
    .features__media-icon {
        top: 33%;
        left: 40%;
    }
}

@media (max-width:376px) {
    .features__media-icon {
        top: 30%;
        left: 40%;
    }
}

@media (max-width:320px) {
    .features__media-icon {
        top: 28%;
        left: 35%;
    }
}

/*----------------------------------------*/
/*  8.12 home 4
/*----------------------------------------*/
.rr__marketing-4__area .section__title-wrapper {
    margin-bottom: 3px;
}

    .rr__marketing-4__area .section__title-wrapper .section__title-wrapper-title-2 {
        color: var(--rr-heading-primary);
        text-transform: inherit;
    }

        .rr__marketing-4__area .section__title-wrapper .section__title-wrapper-title-2 span {
            color: var(--rr-theme-primary2);
        }

.rr__marketing-4-item {
    background: #EEF5FD;
    max-width: 230px;
    max-height: 100px;
    align-items: center;
    text-align: center;
    padding: 33px 40px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

    .rr__marketing-4-item:hover {
        background: var(--rr-common-white);
        box-shadow: 0px 10px 60px rgba(5, 5, 19, 0.14);
    }

    .rr__marketing-4-item img {
        width: inherit;
        text-wrap: wrap;
    }

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .rr__marketing-4-item-2 {
        margin-right: 35px;
    }
}

.rr__marketing-4-padding {
    padding: 22px 66px 22px 69px;
}

.feature-4__item {
    background: #EEF5FD;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px 31px;
}

    .feature-4__item:hover .feature-4__item-icon img {
        animation: shake 0.5s;
    }

.feature-4__item-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-4__item-icon-1 img {
    width: 50px;
    height: 50px;
}

.feature-4__item-icon-2 img {
    width: 40px;
    height: 40px;
}

.feature-4__item-icon-3 img {
    width: 47.59px;
    height: 50px;
}

.feature-4__item .title {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-medium);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: var(--rr-fs-h5);
    line-height: var(--rr-lh-h3);
    letter-spacing: -0.03em;
    text-transform: capitalize;
}

.experience {
    margin-bottom: -115px;
    z-index: 2;
}

.experience__wrapper {
    background: var(--rr-common-white);
    z-index: 1;
}

.experience__shapes-shape-1 {
    position: absolute;
    width: 1000px;
    height: 1000px;
    left: -360px;
    bottom: -517px;
    background: #C8FBE4;
    filter: blur(200px);
    z-index: -1;
}

.experience__shapes-shape-2 {
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -512px;
    bottom: -408px;
    background: #C6CAFC;
    filter: blur(200px);
    z-index: -1;
}

.experience__shapes-shape-3 {
    position: absolute;
    width: 42px;
    height: 42px;
    top: 15px;
    left: 38px;
    border: 1px solid rgba(226, 36, 191, 0.34);
    border-radius: 50%;
    transform: matrix(1, 0, 0, -1, 0, 0);
    z-index: -1;
}

.experience__shapes-shape-4 {
    position: absolute;
    width: 177px;
    height: 177px;
    top: 27px;
    left: -105px;
    border: 1px solid rgba(36, 191, 226, 0.4);
    border-radius: 50%;
    z-index: -1;
}

.experience__shapes-shape-5 {
    position: absolute;
    top: -143px;
    left: 174px;
    z-index: -1;
}

.experience__shapes-shape-6 {
    position: absolute;
    bottom: -78px;
    right: -230px;
    z-index: -1;
}

.experience__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 65px 80px 57px 80px;
    z-index: 1;
    flex-wrap: wrap;
    row-gap: 10px;
}

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

.experience__content .rr-btn {
    background-color: var(--rr-theme-primary2);
    color: var(--rr-common-white);
    padding: 16px 37px;
}

.experience__title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: var(--rr-fs-h2);
    line-height: 50px;
    letter-spacing: -0.04em;
    text-transform: inherit;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
    .experience__title {
        font-size: 40px;
        line-height: 50px;
    }

        .experience__title br {
            display: none;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .experience__title {
        font-size: 35px;
        line-height: 45px;
    }

        .experience__title br {
            display: none;
        }
}

@media (max-width: 575px) {
    .experience__title {
        font-size: 27px;
        line-height: 37px;
    }

        .experience__title br {
            display: none;
        }
}

.experience__title span {
    position: relative;
}

    .experience__title span::before {
        background-image: url(../imgs/shapes/experience-shape-3.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom center;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 10px;
        z-index: -1;
    }

.experience__dec {
    font-family: var(--rr-ff-body);
    color: rgba(5, 5, 19, 0.7);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: var(--rr-fs-h6);
    line-height: 25px;
    padding-right: 55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .experience__dec {
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .experience__dec br {
        display: none;
    }
}

/*----------------------------------------*/
/*  8.12 home 5
/*----------------------------------------*/
.rrseken__fast-content-item {
    background-color: var(--rr-background-pastel-blue);
    padding: 50px 42px 60px 41px;
}

.rrseken__fast-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 20px;
    margin-bottom: 45px;
}

    .rrseken__fast-content-wrapper .title {
        font-family: var(--rr-ff-heading);
        color: var(--rr-heading-primary);
        font-weight: var(--rr-fw-bold);
        font-style: normal;
        font-size: var(--rr-fs-h2);
        line-height: var(--rr-lh-h2);
        letter-spacing: -0.04em;
        text-transform: inherit;
        margin-bottom: 0;
    }

    .rrseken__fast-content-wrapper .slider {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .rrseken__fast-content-wrapper .slider .rr-btn {
            background: transparent;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(5, 5, 19, 0.14);
            padding: 0;
        }

            .rrseken__fast-content-wrapper .slider .rr-btn::before {
                background: var(--rr-theme-primary2);
            }

            .rrseken__fast-content-wrapper .slider .rr-btn:hover i {
                color: var(--rr-common-white);
            }

            .rrseken__fast-content-wrapper .slider .rr-btn i {
                color: var(--rr-heading-primary);
                font-size: 16px;
            }

.rrseken__fast-content-img {
    background: var(--rr-common-white);
    border-radius: 50%;
    box-shadow: 0px 2px 4px rgba(5, 5, 19, 0.2);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px auto;
}

.rrseken__fast-content-img-1 img {
    width: 57px;
    height: 64px;
}

.rrseken__fast-content-img-2 img {
    width: 68.44px;
    height: 56px;
}

.rrseken__fast-content-img-3 img {
    width: 63.44px;
    height: 60px;
}

.rrseken__fast-content-img-4 img {
    width: 65px;
    height: 66px;
}

.rrseken__fast-content-text h5 {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: var(--rr-fs-h5);
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
}

.rrseken__fast-content-text p {
    color: rgba(5, 5, 19, 0.7);
}

.rrseken__fast-content .learn-btn {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

    .rrseken__fast-content .learn-btn i {
        margin-top: 3px;
    }

    .rrseken__fast-content .learn-btn:hover {
        color: var(--rr-theme-primary2);
    }

.rr-project-tab__left-content h3 {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -0.04em;
    text-transform: inherit;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
    .rr-project-tab__left-content h3 {
        font-size: var(--rr-fs-h3);
        line-height: 37px;
    }
}

@media (max-width: 575px) {
    .rr-project-tab__left-content h3 {
        font-size: 27px;
        line-height: 37px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .rr-project-tab__wrapper {
        align-items: center;
    }
}

.rr-project-tab__icon-list ul {
    list-style: none;
}

    .rr-project-tab__icon-list ul li {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        font-style: normal;
        font-size: var(--rr-fs-h6);
        line-height: 36px;
        display: flex;
        align-items: center;
        gap: 12px;
        color: rgba(5, 5, 19, 0.7);
    }

@media (max-width: 575px) {
    .rr-project-tab__icon-list ul li {
        font-size: 14px;
        line-height: 36px;
    }
}

.rr-project-tab__icon-list ul li i {
    background: linear-gradient(142.96deg, #18F2B4 14.78%, #0EAC4A 95.99%);
    box-shadow: 0px 1px 2px rgba(24, 119, 242, 0.3);
    color: var(--rr-common-white);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.rr-project-tab__right {
    max-width: 590px;
    margin: 0 0 0 auto;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .rr-project-tab__right {
        max-width: 100%;
        margin: 30px auto 0 auto;
    }
}

.rr-project-tab .tab-content {
    padding: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .rr-project-tab .tab-content {
        padding: 40px 20px 40px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .rr-project-tab .tab-content {
        padding: 30px 20px 30px 20px;
    }
}

.rr-project-tab__nav-tabs .nav {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    row-gap: 15px;
    gap: 20px;
}

    .rr-project-tab__nav-tabs .nav .nav-link.nav-link {
        background-color: var(--rr-background-pastel-blue);
        color: var(--rr-heading-primary);
        font-weight: var(--rr-fw-sbold);
        font-family: var(--rr-ff-body);
        padding: 13px 20px;
        font-style: normal;
        font-size: 13px;
        line-height: 16px;
        text-transform: uppercase;
    }

        .rr-project-tab__nav-tabs .nav .nav-link.nav-link:hover {
            color: var(--rr-heading-primary);
        }

        .rr-project-tab__nav-tabs .nav .nav-link.nav-link.active {
            background-color: var(--rr-theme-primary2);
            color: var(--rr-common-white);
        }

    .rr-project-tab__nav-tabs .nav .nav-link img {
        max-width: 24px;
        margin-right: 8px;
    }

.rr-project-tab__btn .rr-btn {
    background: var(--rr-theme-primary2);
    color: var(--rr-common-white);
    padding: 14px 30px;
}

.marketing-5__content .section__title-wrapper .section__title-wrapper-title {
    margin-bottom: 20px;
    text-transform: inherit;
}

.marketing-5__content .section__title-wrapper .section__title-wrapper-dec {
    margin-bottom: 17px;
}

.marketing-5__content .rr-btn {
    background: var(--rr-theme-primary2);
    color: var(--rr-common-white);
    padding: 13px 31px;
    font-size: var(--rr-fs-h6);
}

.marketing-5__counter {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 53px;
}

.marketing-5__counter-count {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    letter-spacing: 0px;
    text-transform: capitalize;
}

    .marketing-5__counter-count span {
        font-family: var(--rr-ff-heading);
    }

.marketing-5__counter-box-dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: var(--rr-fs-h6);
    line-height: 25px;
    color: rgba(5, 5, 19, 0.7);
}

.populer__item .circles_wrap {
    margin: auto;
    width: 473px;
    height: 470px;
    position: relative;
    background-position: center;
    background-size: contain;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .populer__item .circles_wrap {
        width: 350px;
        height: 350px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .populer__item .circles_wrap {
        width: 300px;
        height: 300px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .populer__item .circles_wrap {
        width: 430px;
        height: 430px;
        margin-top: 60px;
    }
}

@media (max-width: 575px) {
    .populer__item .circles_wrap {
        width: 350px;
        height: 350px;
        margin-top: 60px;
    }
}

@media (max-width:450px) {
    .populer__item .circles_wrap {
        width: 260px;
        height: 260px;
    }
}

.populer__item .coin_wrap .dot {
    display: block;
    position: absolute;
    content: "";
    top: calc(50% - 1px);
    left: 50%;
    width: 50%;
    height: 1px;
    background: transparent;
    transform-origin: left;
}

    .populer__item .coin_wrap .dot::after {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        top: -26px;
        right: -4px;
        background-color: var(--clr-theme-2);
    }

.populer__item .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid rgba(5, 5, 19, 0.14);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

    .populer__item .circle.circle1 {
        width: 100%;
        height: 100%;
        z-index: 9;
    }

    .populer__item .circle.circle2 {
        width: 75%;
        height: 75%;
    }

        .populer__item .circle.circle2 .coin_wrap {
            position: relative;
            height: 100%;
            width: 100%;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-animation: circleMove 15s infinite linear;
            animation: circleMove 15s infinite linear;
        }

        .populer__item .circle.circle2 .coin {
            width: 100%;
            height: auto;
            -webkit-transform-origin: center;
            transform-origin: center;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            position: absolute;
        }

            .populer__item .circle.circle2 .coin img {
                width: 80px;
                -webkit-animation-duration: 15s;
                animation-duration: 15s;
                -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
                -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
            }

            .populer__item .circle.circle2 .coin:first-of-type {
                -webkit-transform: rotate(40deg);
                transform: rotate(40deg);
            }

                .populer__item .circle.circle2 .coin:first-of-type img {
                    width: 80px;
                    max-width: 80px;
                    -webkit-animation-name: imageMove1;
                    animation-name: imageMove1;
                }

@media (max-width: 575px) {
    .populer__item .circle.circle2 .coin:first-of-type img {
        width: 65px;
        max-width: 65px;
    }
}

.populer__item .circle.circle2 .coin:nth-of-type(2) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

    .populer__item .circle.circle2 .coin:nth-of-type(2) img {
        width: 80px;
        max-width: 80px;
        -webkit-animation-name: imageMove2;
        animation-name: imageMove2;
    }

@media (max-width: 575px) {
    .populer__item .circle.circle2 .coin:nth-of-type(2) img {
        width: 65px;
        max-width: 65px;
    }
}

.populer__item .circle.circle2 .coin:nth-of-type(3) {
    -webkit-transform: rotate(310deg);
    transform: rotate(310deg);
}

    .populer__item .circle.circle2 .coin:nth-of-type(3) img {
        width: 80px;
        max-width: 80px;
        -webkit-animation-name: imageMove3;
        animation-name: imageMove3;
    }

@media (max-width: 575px) {
    .populer__item .circle.circle2 .coin:nth-of-type(3) img {
        width: 65px;
        max-width: 65px;
    }
}

.populer__item .circle.circle2 .coin:nth-of-type(4) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

    .populer__item .circle.circle2 .coin:nth-of-type(4) img {
        width: 80px;
        max-width: 80px;
        -webkit-animation-name: imageMove4;
        animation-name: imageMove4;
    }

@media (max-width: 575px) {
    .populer__item .circle.circle2 .coin:nth-of-type(4) img {
        width: 65px;
        max-width: 65px;
    }
}

.populer__item .circle.circle2 .coin:nth-of-type(5) {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

    .populer__item .circle.circle2 .coin:nth-of-type(5) img {
        width: 80px;
        max-width: 80px;
        -webkit-animation-name: imageMove5;
        animation-name: imageMove5;
    }

@media (max-width: 575px) {
    .populer__item .circle.circle2 .coin:nth-of-type(5) img {
        width: 65px;
        max-width: 65px;
    }
}

.populer__item .circle.circle4 {
    width: 25%;
    height: 25%;
}

    .populer__item .circle.circle4 .coin_wrap {
        -webkit-animation: circleMove 18s infinite linear;
        animation: circleMove 18s infinite linear;
    }

        .populer__item .circle.circle4 .coin_wrap .dot-1 {
            display: block;
            position: absolute;
            content: "";
            top: calc(50% - 1px);
            left: 50%;
            width: 50%;
            height: 1px;
            background: transparent;
            transform-origin: left;
            -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
        }

            .populer__item .circle.circle4 .coin_wrap .dot-1::after {
                position: absolute;
                content: "";
                width: 10px;
                height: 10px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                top: -26px;
                right: -4px;
                background-color: red;
            }

    .populer__item .circle.circle4 img {
        width: 24% !important;
        max-width: 60px !important;
        -webkit-animation-duration: 18s;
        animation-duration: 18s;
    }

.populer__item .circle_center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 27%;
    max-width: 80px;
}

.populer__item .coin_wrap {
    position: relative;
    height: 100%;
    width: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: circleMove 15s infinite linear;
    animation: circleMove 15s infinite linear;
}

.populer__item .coin {
    width: 100%;
    height: auto;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
}

    .populer__item .coin img {
        width: 80px;
        -webkit-animation-duration: 15s;
        animation-duration: 15s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .populer__item .coin:first-of-type {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

        .populer__item .coin:first-of-type img {
            width: 80px;
            max-width: 80px;
            -webkit-animation-name: imageMove1;
            animation-name: imageMove1;
        }

@media (max-width: 575px) {
    .populer__item .coin:first-of-type img {
        width: 65px;
        max-width: 65px;
    }
}

.populer__item .coin:nth-of-type(2) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

    .populer__item .coin:nth-of-type(2) img {
        width: 80px;
        max-width: 80px;
        -webkit-animation-name: imageMove2;
        animation-name: imageMove2;
    }

@media (max-width: 575px) {
    .populer__item .coin:nth-of-type(2) img {
        width: 65px;
        max-width: 65px;
    }
}

.populer__item .coin:nth-of-type(3) {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

    .populer__item .coin:nth-of-type(3) img {
        width: 80px;
        max-width: 80px;
        -webkit-animation-name: imageMove3;
        animation-name: imageMove3;
    }

@media (max-width: 575px) {
    .populer__item .coin:nth-of-type(3) img {
        width: 65px;
        max-width: 65px;
    }
}

.populer__item .coin:nth-of-type(4) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

    .populer__item .coin:nth-of-type(4) img {
        width: 80px;
        max-width: 80px;
        -webkit-animation-name: imageMove4;
        animation-name: imageMove4;
    }

@media (max-width: 575px) {
    .populer__item .coin:nth-of-type(4) img {
        width: 65px;
        max-width: 65px;
    }
}

.populer__item .coin:nth-of-type(5) {
    -webkit-transform: rotate(297deg);
    transform: rotate(297deg);
}

    .populer__item .coin:nth-of-type(5) img {
        width: 23px;
        max-width: 23px;
        -webkit-animation-name: imageMove5;
        animation-name: imageMove5;
    }

.populer__item .coin:nth-of-type(6) {
    -webkit-transform: rotate(475deg);
    transform: rotate(475deg);
}

    .populer__item .coin:nth-of-type(6) img {
        width: 23px;
        max-width: 23px;
        -webkit-animation-name: imageMove6;
        animation-name: imageMove6;
    }

@media (max-width: 1023px) {
    .populer__item .coin:nth-of-type(4) img {
        width: 60px;
    }
}

.populer__item .circle_center::before {
    position: absolute;
    content: "";
    height: 140px;
    width: 140px;
    background: #FFF0EB;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 992px) {
    .populer__item .circle_center::before {
        height: 116px;
        width: 116px;
    }
}

@media (max-width: 575px) {
    .populer__item .circle_center::before {
        height: 100px;
        width: 100px;
    }
}

.populer__item .circle.circle4 .coin_wrap .coin:nth-child(2) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*----------------------------------------*/
/*  8.12 home 6
/*----------------------------------------*/
.developed-7__item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.developed-7__item-content {
    background: #E9EEE2;
    padding: 30px 40px 43px 40px;
    margin-top: 10px;
}

@media (max-width: 575px) {
    .developed-7__item-content {
        padding: 20px 20px 25px 20px;
    }
}

.developed-7__item-content .title {
    margin-bottom: 5px;
}

    .developed-7__item-content .title a {
        font-family: var(--rr-ff-heading);
        font-weight: var(--rr-fw-bold);
        color: var(--rr-heading-primary);
        font-style: normal;
        font-size: 22px;
        line-height: 30px;
        letter-spacing: -0.03em;
        transition: all 0.3s ease-in-out;
    }

        .developed-7__item-content .title a:hover {
            color: #7FA511;
        }

.developed-7__item-content .dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 15px;
    line-height: 25px;
    color: rgba(5, 5, 19, 0.7);
    margin-bottom: 18px;
}

@media (max-width: 575px) {
    .developed-7__item-content .dec br {
        display: none;
    }
}

.developed-7__item-content-btn {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

    .developed-7__item-content-btn::before {
        background: var(--rr-heading-primary);
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        content: "";
        transition: all 0.3s ease-in-out;
    }

    .developed-7__item-content-btn:hover {
        color: #7FA511;
    }

        .developed-7__item-content-btn:hover::before {
            background: #7FA511;
        }

.choose-us-2__wrap .rr-btn {
    background: var(--rr-theme-primary6);
    padding: 14px 31px;
    font-size: 14px;
}

    .choose-us-2__wrap .rr-btn::before {
        background: var(--rr-heading-primary);
    }

    .choose-us-2__wrap .rr-btn:hover {
        color: var(--rr-common-white);
    }

/*----------------------------------------*/
/*  8.12 home 7
/*----------------------------------------*/
.about-us-7__area {
    background-color: #0B1926;
}

.about-us-7__content {
    margin-right: -47px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-us-7__content {
        margin-right: 0;
    }
}

.about-us-7__content p {
    color: rgba(255, 255, 255, 0.6);
    max-width: 594px;
}

.about-us-7__btn-box {
    max-width: 340px;
}

    .about-us-7__btn-box .rr-btn {
        border: 1px solid rgba(255, 255, 255, 0.24);
        background: rgba(255, 255, 255, 0.06);
        backdrop-filter: blur(7px);
        color: var(--rr-common-white);
        font-size: 14px;
        font-weight: 600;
        padding: 12.5px 30px;
    }

        .about-us-7__btn-box .rr-btn:not(:last-child) {
            margin-bottom: 10px;
            margin-right: 5px;
        }

        .about-us-7__btn-box .rr-btn::before {
            background-color: #f8ab0c;
        }

        .about-us-7__btn-box .rr-btn:hover {
            color: var(--rr-common-black);
            border-color: transparent;
        }

.about-us-7__slider-wrapper {
    gap: 10px;
    height: 570px;
    margin-left: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .about-us-7__slider-wrapper {
        margin-left: 0;
        height: 550px;
        margin-top: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-us-7__slider-wrapper {
        height: 400px;
        margin-top: 40px;
        margin-left: 0;
    }
}

.about-us-7__slider-1-first-reverse {
    transform: rotate(180deg);
    width: 100%;
}

    .about-us-7__slider-1-first-reverse .swiper-slide {
        transform: rotate(180deg);
    }

.about-us-7__slider-1 .swiper-slide {
    height: auto;
}

.about-us-7__slider-2 {
    width: 100%;
}

    .about-us-7__slider-2 .swiper-slide {
        height: auto;
    }

.about-us-7__slider-2__item {
    height: auto;
}

.about-us-7__slider-3-first-reverse {
    transform: rotate(180deg);
    width: 100%;
}

    .about-us-7__slider-3-first-reverse .swiper-slide {
        transform: rotate(180deg);
    }

.about-us-7__slider-3 .swiper-slide {
    height: auto;
}

.progress-7__area {
    overflow: hidden;
    background: #0B1926;
    position: relative;
}

.progress-7__content {
    margin-right: -47px;
    position: relative;
    z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .progress-7__content {
        margin-right: 0;
    }
}

.progress-7__content p {
    color: rgba(255, 255, 255, 0.6);
    max-width: 594px;
}

.progress-7__wrapper {
    margin-left: -35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .progress-7__wrapper {
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .progress-7__wrapper {
        margin-top: 40px;
    }
}

.progress-7__box {
    position: relative;
}

    .progress-7__box::after {
        content: "";
        width: 1px;
        background-color: var(--line-color, #f8ab0c);
        /* Use CSS variable for color */
        position: absolute;
        top: 0;
        left: 30px;
        height: var(--line-height, 0);
        /* Dynamic height controlled via JS */
        transition: height 0.3s ease, background-color 0.3s ease;
    }

    .progress-7__box::before {
        content: "";
        width: 1px;
        position: absolute;
        top: 0;
        height: 100%;
        left: 30px;
        background-color: rgba(255, 255, 255, 0.1);
    }

.progress-7__item {
    display: flex;
    gap: 20px;
    z-index: 9;
    margin-bottom: 50px;
    position: relative;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

    .progress-7__item:last-of-type {
        margin-bottom: 0;
    }

    .progress-7__item .step {
        width: 60px;
        height: 60px;
        min-width: 60px;
        background-color: #132739;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-weight: bold;
        position: relative;
        z-index: 99;
        color: #fff;
        backdrop-filter: blur(7px);
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }

    .progress-7__item .text h5 {
        margin-bottom: 8px;
        color: #fff;
    }

    .progress-7__item .text p {
        color: rgba(255, 255, 255, 0.7);
    }

    .progress-7__item.active {
        opacity: 1;
        transform: translateY(0);
    }

        .progress-7__item.active .step {
            border-color: var(--line-color, #f8ab0c);
        }

.lates-update__area {
    background: #0B1926;
    position: relative;
    z-index: 9;
}

.lates-update__content p {
    color: rgba(255, 255, 255, 0.6);
}

.lates-update__item {
    display: flex;
    gap: 30px;
    overflow: hidden;
    align-items: center;
    padding: 30px;
    background: #132739;
    backdrop-filter: blur(7px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    margin-bottom: 30px;
}

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

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .lates-update__item {
        flex-direction: column;
    }
}

.lates-update__media {
    min-width: 300px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .lates-update__media {
        width: 100%;
        height: 250px;
        min-width: 100%;
    }
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .lates-update__wrapper {
        margin-top: 50px;
    }
}

.lates-update__content span {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: #0B1926;
    backdrop-filter: blur(7px);
    font-weight: var(--rr-fw-medium);
    font-size: 14px;
    color: var(--rr-common-white);
    padding: 1px 13.5px 1.5px;
    margin-bottom: 14px;
}

.lates-update__content h5 {
    margin-top: 20px;
    padding-bottom: 22px;
}

    .lates-update__content h5 a {
        font-size: 22px;
        color: var(--rr-common-white);
        margin-bottom: 23px;
        font-weight: 500;
        transition: all 0.3s ease-in-out;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .lates-update__content h5 a {
        font-size: 17px;
    }
}

.lates-update__content h5 a:hover {
    color: var(--rr-theme-primary7);
}

@media (max-width: 575px) {
    .lates-update__content h5 {
        font-size: 20px;
    }
}

.lates-update__content-bottom {
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lates-update__content ul {
    list-style: none;
    display: flex;
    gap: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .lates-update__content ul {
        flex-wrap: wrap;
        gap: 0;
    }
}

.lates-update__content ul li {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
}

    .lates-update__content ul li:not(:last-child)::before {
        content: "";
        width: 8px;
        height: 4px;
        position: absolute;
        right: -22px;
        top: 50%;
        opacity: 0.3;
        background: #FFF;
        transform: translate(-50%, -50%);
        border-radius: 20px;
    }

.premium-gallery-7__area {
    background: #0B1926;
    padding-top: 0;
    margin-top: -182px;
}

.premium-gallery-7__wrapper {
    margin-left: -155px;
    margin-right: -155px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .premium-gallery-7__wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

.premium-gallery-7__thumb-1 {
    max-width: 455px;
    position: absolute;
    left: 0;
    top: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .premium-gallery-7__thumb-1 {
        max-width: 240px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .premium-gallery-7__thumb-1 {
        max-width: 240px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .premium-gallery-7__thumb-1 {
        max-width: 183px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .premium-gallery-7__thumb-1 {
        max-width: 140px;
    }
}

@media (max-width: 575px) {
    .premium-gallery-7__thumb-1 {
        max-width: 110px;
    }
}

@media (max-width:450px) {
    .premium-gallery-7__thumb-1 {
        max-width: 100%;
        position: inherit;
        margin-bottom: 30px;
        height: 200px;
    }
}

.premium-gallery-7__thumb-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.premium-gallery-7__thumb-2 {
    max-width: 1115px;
    clip-path: polygon(0% 15%, 0 0, 15% 0%, 66% 0, 66% 60%, 100% 60%, 100% 85%, 100% 100%, 85% 100%, 20% 100%, 20% 60%, 0 60%);
    display: flex;
    margin-left: auto;
    min-height: 740px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .premium-gallery-7__thumb-2 {
        max-width: calc(100% - 270px);
        min-height: 600px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .premium-gallery-7__thumb-2 {
        max-width: calc(100% - 270px);
        min-height: 450px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .premium-gallery-7__thumb-2 {
        max-width: calc(100% - 200px);
        min-height: 350px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .premium-gallery-7__thumb-2 {
        max-width: calc(100% - 150px);
        min-height: 264px;
    }
}

@media (max-width: 575px) {
    .premium-gallery-7__thumb-2 {
        max-width: calc(100% - 120px);
        min-height: 182px;
    }
}

@media (max-width:450px) {
    .premium-gallery-7__thumb-2 {
        max-width: 100%;
        position: inherit;
        clip-path: inherit;
        margin-bottom: 30px;
        height: 200px;
    }
}

.premium-gallery-7__thumb-2 img {
    width: 100%;
    object-fit: cover;
}

.premium-gallery-7__thumb-3 {
    max-width: 345px;
    position: absolute;
    right: 0;
    top: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .premium-gallery-7__thumb-3 {
        max-width: 275px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .premium-gallery-7__thumb-3 {
        max-width: 210px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .premium-gallery-7__thumb-3 {
        max-width: 165px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .premium-gallery-7__thumb-3 {
        max-width: 124px;
    }
}

@media (max-width: 575px) {
    .premium-gallery-7__thumb-3 {
        max-width: 83px;
    }
}

@media (max-width:450px) {
    .premium-gallery-7__thumb-3 {
        max-width: 100%;
        position: inherit;
        clip-path: inherit;
        margin-bottom: 30px;
        height: 200px;
    }
}

.premium-gallery-7__thumb-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.premium-gallery-7__thumb-4 {
    max-width: 670px;
    position: absolute;
    bottom: 0;
    clip-path: polygon(0% 15%, 0 0, 15% 0%, 68% 0, 68% 40%, 100% 40%, 100% 85%, 100% 100%, 85% 100%, 15% 100%, 0 100%, 0% 85%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .premium-gallery-7__thumb-4 {
        clip-path: polygon(0% 15%, 0 0, 15% 0%, 57% 0, 57% 50%, 100% 50%, 100% 85%, 100% 100%, 85% 100%, 15% 100%, 0 100%, 0% 85%);
        max-width: 420px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .premium-gallery-7__thumb-4 {
        clip-path: polygon(0% 15%, 0 0, 15% 0%, 62% 0, 62% 48%, 100% 48%, 100% 85%, 100% 100%, 85% 100%, 15% 100%, 0 100%, 0% 85%);
        max-width: 385px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .premium-gallery-7__thumb-4 {
        clip-path: polygon(0% 15%, 0 0, 15% 0%, 62% 0, 62% 48%, 100% 48%, 100% 85%, 100% 100%, 85% 100%, 15% 100%, 0 100%, 0% 85%);
        max-width: 290px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .premium-gallery-7__thumb-4 {
        clip-path: polygon(0% 15%, 0 0, 15% 0%, 62% 0, 62% 48%, 100% 48%, 100% 85%, 100% 100%, 85% 100%, 15% 100%, 0 100%, 0% 85%);
        max-width: 218px;
    }
}

@media (max-width: 575px) {
    .premium-gallery-7__thumb-4 {
        clip-path: polygon(0% 15%, 0 0, 15% 0%, 66% 0, 66% 42%, 100% 42%, 100% 85%, 100% 100%, 85% 100%, 15% 100%, 0 100%, 0% 85%);
        max-width: 165px;
    }
}

@media (max-width:450px) {
    .premium-gallery-7__thumb-4 {
        max-width: 100%;
        position: inherit;
        clip-path: inherit;
        margin-bottom: 0px;
        height: 200px;
    }
}

.premium-gallery-7__thumb-4 img {
    width: 100%;
    min-height: 440px;
    object-fit: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .premium-gallery-7__thumb-4 img {
        min-height: 420px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .premium-gallery-7__thumb-4 img {
        min-height: 285px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .premium-gallery-7__thumb-4 img {
        min-height: 220px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .premium-gallery-7__thumb-4 img {
        min-height: 170px;
    }
}

@media (max-width: 575px) {
    .premium-gallery-7__thumb-4 img {
        min-height: 100%;
    }
}

.brand-7 .secure-refined__logo img {
    width: min-content;
}

.brand-7 .section__title-wrapper-title {
    font-size: 24px;
    line-height: 1;
    letter-spacing: inherit;
    margin-bottom: 0;
}

.brand-7 .secure-refined__box {
    border: inherit;
    background: none;
    backdrop-filter: inherit;
    padding: 0;
}

    .brand-7 .secure-refined__box .brand-7__silder::before {
        content: "";
        position: absolute;
        width: 50px;
        height: 70px;
        background: rgb(19, 39, 57);
        background: linear-gradient(80deg, #0B1926 0%, rgba(11, 25, 38, 0.1) 100%);
        z-index: 2;
        left: 0;
        transform: translate(0px, -50%);
        top: 50%;
    }

    .brand-7 .secure-refined__box .brand-7__silder::after {
        content: "";
        position: absolute;
        width: 50px;
        height: 70px;
        background: rgb(19, 39, 57);
        background: linear-gradient(-90deg, #0B1926 0%, rgba(11, 25, 38, 0.1) 100%);
        z-index: 2;
        right: 0;
        transform: translate(0px, -50%);
        top: 50%;
    }

.secure-refined__area {
    background: #0B1926;
}

.secure-refined__card {
    position: relative;
    background: rgb(13, 65, 189);
    background: linear-gradient(0deg, rgb(13, 65, 189) 0%, rgb(248, 67, 67) 100%);
    padding: 50px 44px 54px;
    z-index: 1;
}

@media (max-width: 575px) {
    .secure-refined__card {
        padding: 40px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .secure-refined__card {
        margin-bottom: 30px;
    }
}

.secure-refined__card .title {
    font-size: 22px;
    line-height: 44px;
    letter-spacing: -1px;
}

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

.secure-refined__card .shape {
    position: absolute;
    z-index: -1;
    top: -1px;
    left: 0;
}

.secure-refined__card p {
    color: rgba(255, 255, 255, 0.7);
}

.secure-refined__card .rr-btn {
    background: #f8ab0c;
    color: var(--rr-heading-primary);
    font-size: 14px;
    font-weight: 600;
    padding: 13.5px 30px;
}

    .secure-refined__card .rr-btn::before {
        background-color: var(--rr-heading-primary);
    }

    .secure-refined__card .rr-btn:hover {
        color: var(--rr-common-white);
    }

.secure-refined__icon img {
    width: inherit;
}

.secure-refined__box {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: #132739;
    backdrop-filter: blur(7px);
    padding: 25px 0px 35px;
}

    .secure-refined__box span {
        color: var(--rr-common-white);
        font-size: 14px;
        margin-bottom: 10px;
        display: block;
    }

.secure-refined__box-content {
    padding: 0px 40px;
    margin-top: 50px;
}

@media (max-width: 575px) {
    .secure-refined__box-content {
        padding: 0px 20px;
        margin-top: 40px;
    }
}

.secure-refined__box-content .title {
    display: flex;
    justify-content: space-between;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.66px;
    gap: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .secure-refined__box-content .title {
        flex-wrap: wrap;
    }
}

.secure-refined__box-content .title .rr-btn {
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(7px);
    color: var(--rr-common-white);
    font-size: 14px;
    font-weight: 600;
    padding: 3.5px 9.4px;
}

    .secure-refined__box-content .title .rr-btn i {
        font-size: 20px;
    }

    .secure-refined__box-content .title .rr-btn::before {
        background-color: #f8ab0c;
    }

    .secure-refined__box-content .title .rr-btn:hover {
        color: var(--rr-common-black);
    }

.secure-refined__box-newsletter {
    padding: 0px 40px;
}

@media (max-width: 575px) {
    .secure-refined__box-newsletter {
        padding: 0px 20px;
    }
}

.secure-refined__box-newsletter .from-group {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

@media (max-width: 575px) {
    .secure-refined__box-newsletter .from-group {
        flex-wrap: wrap;
    }
}

.secure-refined__box-newsletter .title {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.66px;
}

.secure-refined__box-newsletter .form-control {
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(7px);
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    padding: 9.5px 22px;
    color: var(--rr-common-white);
}

    .secure-refined__box-newsletter .form-control:focus {
        outline: none;
        box-shadow: none;
    }

    .secure-refined__box-newsletter .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: var(--rr-common-white);
        opacity: 0.7;
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
    }

    .secure-refined__box-newsletter .form-control::-moz-placeholder { /* Firefox 19+ */
        color: var(--rr-common-white);
        opacity: 0.7;
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
    }

    .secure-refined__box-newsletter .form-control:-moz-placeholder { /* Firefox 4-18 */
        color: var(--rr-common-white);
        opacity: 0.7;
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
    }

    .secure-refined__box-newsletter .form-control:-ms-input-placeholder { /* IE 10+  Edge*/
        color: var(--rr-common-white);
        opacity: 0.7;
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
    }

    .secure-refined__box-newsletter .form-control::placeholder { /* MODERN BROWSER */
        color: var(--rr-common-white);
        opacity: 0.7;
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
    }

.secure-refined__box-newsletter .rr-btn {
    background: #f8ab0c;
    color: var(--rr-heading-primary);
    font-size: 14px;
    font-weight: 600;
    padding: 13.5px 40px;
}

    .secure-refined__box-newsletter .rr-btn::before {
        background-color: var(--rr-heading-primary);
    }

    .secure-refined__box-newsletter .rr-btn:hover {
        color: var(--rr-common-white);
    }

.secure-refined__box .secure-refined-silder {
    position: relative;
}

    .secure-refined__box .secure-refined-silder::before {
        content: "";
        position: absolute;
        width: 50px;
        height: 50px;
        background: rgb(19, 39, 57);
        background: linear-gradient(80deg, rgb(19, 39, 57) 15%, rgba(19, 39, 57, 0.330969888) 100%);
        z-index: 2;
        left: 0;
        transform: translate(0px, -50%);
        top: 50%;
    }

    .secure-refined__box .secure-refined-silder::after {
        content: "";
        position: absolute;
        width: 50px;
        height: 50px;
        background: rgb(19, 39, 57);
        background: linear-gradient(-90deg, rgb(19, 39, 57) 15%, rgba(19, 39, 57, 0.330969888) 100%);
        z-index: 2;
        right: 0;
        transform: translate(0px, -50%);
        top: 50%;
    }

.secure-refined__box .swiper-wrapper {
    transition-timing-function: linear;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .secure-refined__logo img {
        width: inherit;
    }
}

@media (max-width: 575px) {
    .secure-refined__logo img {
        width: 120px;
        height: 100%;
        object-fit: cover;
    }
}

.testimonial-7__area {
    background-color: #132739;
}

    .testimonial-7__area .section__title-wrapper p {
        opacity: 0.6;
        color: var(--rr-common-white);
    }

@media (max-width: 575px) {
    .testimonial-7__area .section__title-wrapper p br {
        display: none;
    }
}

.testimonial-7__area .section__title-wrapper-title {
    margin-bottom: 17px;
}

.testimonial-7__item {
    background: #0B1926;
    padding: 30px;
}

.testimonial-7__content {
    padding-top: 30px;
    padding-bottom: 10px;
}

    .testimonial-7__content .title {
        font-size: 22px;
        font-weight: 700;
        line-height: 30px;
    }

        .testimonial-7__content .title a:hover {
            color: var(--rr-theme-primary7);
        }

.testimonial-7__content-warpper {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .testimonial-7__content-warpper {
        display: block;
    }
}

.testimonial-7__content-warpper span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: -7px;
    display: block;
}

.testimonial-7__content-warpper .rr-btn {
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: #132739;
    backdrop-filter: blur(7px);
    color: var(--rr-common-white);
    font-size: 14px;
    font-weight: 600;
    padding: 8.5px 26px;
}

    .testimonial-7__content-warpper .rr-btn::before {
        background-color: #f8ab0c;
    }

    .testimonial-7__content-warpper .rr-btn:hover {
        color: var(--rr-common-black);
        border-color: transparent;
    }

.testimonial-7__silder {
    position: relative;
}

.testimonial-7 .swiper {
    overflow-x: clip !important;
}

.testimonial-7__slider-arrow {
    gap: 10px;
    display: flex;
    margin-top: 60px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 575px) {
    .testimonial-7__slider-arrow {
        margin-top: 30px;
    }
}

.testimonial-7__slider-arrow .rr-btn {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: #0B1926;
    backdrop-filter: blur(7px);
    color: var(--rr-common-white);
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out;
    padding: 0;
}

    .testimonial-7__slider-arrow .rr-btn::before {
        background: var(--rr-theme-primary7);
    }

    .testimonial-7__slider-arrow .rr-btn:hover {
        color: var(--rr-common-black);
    }

@media (max-width: 575px) {
    .testimonial-7__slider-arrow {
        display: none;
    }
}

.design-services-7__area {
    background-color: #0B1926;
}

    .design-services-7__area .section__title-wrapper p {
        margin-top: 20px;
        opacity: 0.6;
        color: var(--rr-common-white);
    }

.design-services-7__wrapper {
    gap: 30px;
    display: flex;
    overflow: hidden;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .design-services-7__wrapper {
        flex-direction: column;
    }
}

.design-services-7__item {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: #132739;
    backdrop-filter: blur(7px);
    padding: 40px;
}

@media (max-width: 575px) {
    .design-services-7__item {
        padding: 40px 20px;
    }
}

.design-services-7__item .description {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.design-services-7__top-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}

.design-services-7__top-wrapper__media {
    gap: 14px;
    display: flex;
    align-items: center;
}

    .design-services-7__top-wrapper__media img {
        width: inherit;
    }

    .design-services-7__top-wrapper__media .thumb {
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #0B1926;
        color: rgb(99, 91, 255);
        font-weight: 900;
        font-size: 20px;
    }

        .design-services-7__top-wrapper__media .thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .design-services-7__top-wrapper__media span {
        font-size: 30px;
        font-weight: 400;
        line-height: 24px;
        color: var(--rr-common-white);
    }

@media (max-width: 575px) {
    .design-services-7__top-wrapper .icon {
        display: none;
    }
}

.design-services-7__top-wrapper .icon img {
    width: inherit;
}

.design-services-7__bottom {
    margin-top: 80px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
    .design-services-7__bottom {
        flex-wrap: wrap;
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .design-services-7__bottom {
        margin-top: 30px;
        display: block;
        text-align: center;
    }
}

.design-services-7__bottom-item {
    position: relative;
}

@media (max-width: 575px) {
    .design-services-7__bottom-item {
        margin-bottom: 10px;
    }

        .design-services-7__bottom-item:last-child {
            margin-bottom: 0;
        }
}

.design-services-7__bottom-item:not(:last-child)::before {
    content: "";
    height: 58px;
    width: 1px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    right: -72px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .design-services-7__bottom-item:not(:last-child)::before {
        display: none;
    }
}

.design-services-7__bottom-item p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 14px;
    letter-spacing: -0.72px;
    color: var(--rr-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .design-services-7__bottom-item p {
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .design-services-7__bottom-item p {
        margin-bottom: 0;
    }
}

.design-services-7__bottom-item h3 {
    color: var(--rr-common-white);
}

    .design-services-7__bottom-item h3 span {
        font-family: var(--rr-ff-heading);
    }

.design-services-7__author {
    min-width: 410px;
    overflow: hidden;
}

@media (max-width: 575px) {
    .design-services-7__author {
        min-width: 300px;
    }
}

.design-services-7__author-content {
    background: linear-gradient(0deg, #F95F40 0%, #C81BD7 100%);
    box-shadow: 0px 4px 30px 0px rgba(221, 61, 29, 0.6);
    padding: 35px 40px;
    margin-top: -60px;
    position: relative;
    z-index: 9;
}

@media (max-width: 575px) {
    .design-services-7__author-content {
        padding: 30px 20px;
        margin-top: -30px;
    }
}

.design-services-7__author-content .des {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.72px;
}

.design-services-7__author-content-wrapper {
    /*display: flex;
  justify-content: space-between;*/
    margin-top: 10px;
}

    .design-services-7__author-content-wrapper .stripe {
        font-size: 18px !important;
        font-weight: 500;
        display: block;
        line-height: 24px;
        font-size: 14px;
        color: var(--rr-common-white);
        font-weight: 600;
    }

    .design-services-7__author-content-wrapper a {
        font-size: 14px;
        color: var(--rr-common-white);
        font-weight: 600;
        display: flex;
        align-items: end;
        gap: 10px;
    }

        .design-services-7__author-content-wrapper a i {
            font-size: 20px;
        }

.design-services-7__slider-arrow {
    gap: 10px;
    display: flex;
    margin-top: 60px;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
}

@media (max-width: 575px) {
    .design-services-7__slider-arrow {
        margin-top: 30px;
    }
}

.design-services-7__slider-arrow .rr-btn {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: #132739;
    backdrop-filter: blur(7px);
    color: var(--rr-common-white);
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out;
    padding: 0;
}

    .design-services-7__slider-arrow .rr-btn::before {
        background: var(--rr-theme-primary7);
    }

    .design-services-7__slider-arrow .rr-btn:hover {
        color: var(--rr-common-black);
    }

@media (max-width: 575px) {
    .design-services-7__slider-arrow {
        display: none;
    }
}

.faq-7__content .rr-btn {
    font-size: 14px;
}

/*----------------------------------------*/
/*  8.12 home 8
/*----------------------------------------*/
.trailblazing-ai-8__thumb {
    margin-top: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .trailblazing-ai-8__thumb {
        margin: 30px 0;
    }
}

.trailblazing-ai-8__thumb img {
    width: inherit;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .trailblazing-ai-8__thumb img {
        width: 100%;
    }
}

.trailblazing-ai-8__content__left .rr-btn {
    background-color: var(--rr-theme-primary8);
    color: var(--rr-common-white);
    border-radius: 6px;
    padding: 15.5px 29px;
}

.trailblazing-ai-8__content__right {
    margin-left: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .trailblazing-ai-8__content__right {
        margin-left: 0;
    }
}

.trailblazing-ai-8__item {
    background: #EDF0F7;
    border-radius: 10px;
    margin-bottom: 14px;
    padding: 40px 40px 44px 34px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .trailblazing-ai-8__item {
        padding: 30px 15px;
    }
}

.trailblazing-ai-8__item:last-of-type {
    margin-bottom: 0;
}

.trailblazing-ai-8__icon span {
    width: 70px;
    height: 70px;
    background: #fff;
    border: 1.5px solid #D0D5E0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.trailblazing-ai-8__title {
    font-size: 22px;
    font-weight: 700;
    color: #050513;
    letter-spacing: -0.03em;
    line-height: 30px;
    margin-bottom: 18px;
    padding: 23px 0;
    border-bottom: 1px solid rgba(16, 18, 33, 0.14);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .trailblazing-ai-8__title {
        font-size: 20px;
        line-height: 28px;
    }
}

.trailblazing-ai-8__dec {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    color: rgba(5, 5, 19, 0.6);
}

.generative-ai-8 {
    background: #EDF0F7;
    position: relative;
    z-index: 1;
}

.generative-ai-8__content {
    padding-top: 150px;
    padding-bottom: 180px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .generative-ai-8__content {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .generative-ai-8__content {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.generative-ai-8__content__list {
    display: flex;
    align-items: center;
    column-gap: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .generative-ai-8__content__list {
        column-gap: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .generative-ai-8__content__list {
        column-gap: 50px;
    }
}

@media (max-width: 575px) {
    .generative-ai-8__content__list {
        display: block;
    }
}

.generative-ai-8__content__left {
    border-right: 1px solid rgba(5, 5, 19, 0.14);
    padding-right: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .generative-ai-8__content__left {
        padding-right: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .generative-ai-8__content__left {
        padding-right: 50px;
    }
}

@media (max-width: 575px) {
    .generative-ai-8__content__left {
        padding-right: 0;
        border-right: none;
        margin-bottom: 15px;
    }
}

.generative-ai-8__content__left ul {
    list-style: none;
}

    .generative-ai-8__content__left ul li {
        border: 1px solid rgba(5, 5, 19, 0.14);
        border-radius: 6px;
        padding: 5px 12px;
        font-size: 13px;
        color: #050513;
        font-weight: 600;
        display: flex;
        align-items: center;
        column-gap: 10px;
        justify-content: center;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .generative-ai-8__content__left ul li {
        padding: 5px 15px;
        column-gap: 5px;
    }
}

.generative-ai-8__content__left ul li:last-of-type {
    margin-bottom: 0;
}

.generative-ai-8__content__left ul li:hover {
    background-color: var(--rr-theme-primary8);
    color: var(--rr-common-white);
    border-color: var(--rr-theme-primary8);
    cursor: pointer;
}

    .generative-ai-8__content__left ul li:hover svg [fill="#050513"] {
        fill: var(--rr-common-white);
    }

.generative-ai-8__content__left .nav-link {
    padding: 0;
    margin-bottom: 20px;
}

    .generative-ai-8__content__left .nav-link:last-of-type {
        margin-bottom: 0;
    }

.generative-ai-8__content__left .nav-pills .nav-link.active, .generative-ai-8__content__left .nav-pills .show > .nav-link {
    color: inherit;
    background-color: inherit;
}

    .generative-ai-8__content__left .nav-pills .nav-link.active ul li, .generative-ai-8__content__left .nav-pills .show > .nav-link ul li {
        background-color: var(--rr-theme-primary8);
        color: var(--rr-common-white);
        border-color: var(--rr-theme-primary8);
    }

        .generative-ai-8__content__left .nav-pills .nav-link.active ul li svg [fill="#050513"], .generative-ai-8__content__left .nav-pills .show > .nav-link ul li svg [fill="#050513"] {
            fill: var(--rr-common-white);
        }

.generative-ai-8__content__right ul {
    list-style: none;
    margin-bottom: 30px;
}

    .generative-ai-8__content__right ul li {
        display: flex;
        align-items: center;
        column-gap: 12px;
        font-size: 15px;
        color: #050513;
        font-weight: 500;
        line-height: 36px;
    }

        .generative-ai-8__content__right ul li i {
            background: linear-gradient(142.96deg, #f8ab0c 14.78%, #f8ab0c 95.99%);
            box-shadow: 0px 1px 2px rgba(6, 138, 75, 0.3);
            border-radius: 30px;
            width: 20px;
            height: 20px;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
        }

.generative-ai-8__content__right .rr-btn {
    background-color: var(--rr-heading-primary);
    color: var(--rr-common-white);
    border-radius: 6px;
    padding: 13.5px 27.7px;
}

    .generative-ai-8__content__right .rr-btn:hover {
        background: var(--rr-theme-primary8);
    }

    .generative-ai-8__content__right .rr-btn::before {
        background: var(--rr-theme-primary8);
    }

.generative-ai-8__thumb {
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .generative-ai-8__thumb {
        height: 80%;
        text-align: center;
    }
}

.generative-ai-8__thumb img {
    width: min-content;
    position: absolute;
    border-radius: 10px;
    box-shadow: 0px 20px 60px rgba(10, 9, 15, 0.3);
}

    .generative-ai-8__thumb img.image-1 {
        top: 120px;
        left: 85px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .generative-ai-8__thumb img.image-1 {
        left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .generative-ai-8__thumb img.image-1 {
        top: 30px;
        z-index: 1;
        left: 170px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .generative-ai-8__thumb img.image-1 {
        top: 30px;
        z-index: 1;
        left: 30px;
    }
}

@media (max-width: 575px) {
    .generative-ai-8__thumb img.image-1 {
        left: 0;
        top: 0;
        z-index: 1;
    }
}

.generative-ai-8__thumb img.image-2 {
    right: 0;
    bottom: 168px;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .generative-ai-8__thumb img.image-2 {
        right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .generative-ai-8__thumb img.image-2 {
        right: 15%;
    }
}

@media (max-width: 575px) {
    .generative-ai-8__thumb img.image-2 {
        bottom: 0;
        right: 0;
    }
}

.generative-ai-8__thumb img.image-3 {
    bottom: 120px;
    left: 85px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .generative-ai-8__thumb img.image-3 {
        left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .generative-ai-8__thumb img.image-3 {
        bottom: 50px;
        z-index: 1;
        left: 160px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .generative-ai-8__thumb img.image-3 {
        z-index: 1;
    }
}

@media (max-width: 575px) {
    .generative-ai-8__thumb img.image-3 {
        bottom: 0;
        left: 0;
        z-index: 1;
    }
}

.generative-ai-8__thumb img.image-4 {
    left: 30px;
    bottom: 66px;
    z-index: -1;
    box-shadow: inherit !important;
    animation: rotate360 30s linear infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .generative-ai-8__thumb img.image-4 {
        left: 0;
        bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .generative-ai-8__thumb img.image-4 {
        position: inherit;
        bottom: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .generative-ai-8__thumb img.image-4 {
        margin-top: 0px;
    }
}

@media (max-width: 575px) {
    .generative-ai-8__thumb img.image-4 {
        width: 100%;
    }
}

/*----------------------------------------*/
/*  8.12 home 9
/*----------------------------------------*/
.review-9__item {
    background: var(--rr-common-white);
    box-shadow: 0px 2px 4px rgba(5, 5, 19, 0.2);
    border-radius: 10px;
    padding: 30px;
}

.review-9__item-icon {
    margin-bottom: 17px;
}

    .review-9__item-icon ul {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        padding: 0px 7px;
        border: 1px solid rgba(5, 5, 19, 0.14);
        border-radius: 6px;
    }

        .review-9__item-icon ul li {
            list-style: none;
        }

            .review-9__item-icon ul li i {
                color: #F59E0B;
            }

.review-9__item .dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 15px;
    line-height: 26px;
    color: rgba(5, 5, 19, 0.6);
}

.review-9__item-thumb {
    margin-top: 32px;
    position: relative;
}

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

.review-9__item-thumb-icon {
    background: var(--rr-theme-primary6);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
}

@media (max-width: 575px) {
    .review-9__item-thumb-icon {
        width: 80px;
        height: 80px;
    }
}

.review-9__item-thumb-icon .ripple,
.review-9__item-thumb-icon .ripple:before,
.review-9__item-thumb-icon .ripple:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

@media (max-width: 575px) {
    .review-9__item-thumb-icon .ripple,
    .review-9__item-thumb-icon .ripple:before,
    .review-9__item-thumb-icon .ripple:after {
        width: 80px;
        height: 80px;
    }
}

.review-9__item-thumb-icon .ripple {
    z-index: -1;
}

    .review-9__item-thumb-icon .ripple:before {
        -webkit-animation-delay: 0.9s;
        -moz-animation-delay: 0.9s;
        -ms-animation-delay: 0.9s;
        -o-animation-delay: 0.9s;
        animation-delay: 0.9s;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .review-9__item-thumb-icon .ripple:after {
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        -ms-animation-delay: 0.6s;
        -o-animation-delay: 0.6s;
        animation-delay: 0.6s;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
    }

@-webkit-keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 20px rgba(244, 68, 56, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 20px rgba(244, 68, 56, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

.review-9__slider .swiper-pagination {
    height: 100%;
    width: auto;
    position: absolute;
    top: 47%;
    bottom: auto;
    left: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .review-9__slider .swiper-pagination {
        display: none;
    }
}

.review-9__slider .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    width: 24px;
    height: 24px;
    position: relative;
    border-radius: 50%;
    opacity: 1;
    display: block;
}

    .review-9__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--rr-heading-primary);
    }

        .review-9__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
            background: var(--rr-theme-primary9);
        }

    .review-9__slider .swiper-pagination .swiper-pagination-bullet:before {
        content: "";
        background: rgba(5, 5, 19, 0.2);
        width: 8px;
        height: 8px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

/*----------------------------------------*/
/*  8.12 home 10
/*----------------------------------------*/
.support-10__item {
    background: linear-gradient(0deg, #7D5CFB 0%, #1BCAD7 55%);
    border-radius: 10px;
}

.support-10__item-wrap {
    padding-bottom: 47px;
    display: block;
    background: linear-gradient(0deg, rgb(64, 129, 249) 0%, rgb(162, 27, 215) 100%);
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .support-10__item-wrap {
        padding-bottom: 42px;
    }
}

.support-10__item-wrapss {
    background: linear-gradient(0deg, rgb(130, 92, 247) 0%, rgb(231, 31, 187) 100%);
}

.support-10__item-connctt {
    background: linear-gradient(180deg, rgb(255, 97, 39) 0%, rgb(227, 30, 150) 100%);
}

.support-10__thumb {
    position: relative;
}

    .support-10__thumb img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

.support-10__thumb-nurture {
    padding-top: 30px;
    display: block;
}

.support-10__thumb .cost-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    padding-bottom: 20px;
}

    .support-10__thumb .cost-wrap span {
        font-family: var(--rr-ff-body);
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        color: rgba(255, 255, 255, 0.6);
    }

    .support-10__thumb .cost-wrap .cost {
        padding-left: 20px;
    }

    .support-10__thumb .cost-wrap .maro {
        padding-left: 194px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .support-10__thumb .cost-wrap .maro {
        padding-left: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .support-10__thumb .cost-wrap .maro {
        padding-left: 42px;
    }
}

@media (max-width:320px) {
    .support-10__thumb .cost-wrap .maro {
        padding-left: 52px;
    }
}

.support-10__content .Achieve-wrap {
    padding: 20px 40px 32px 30px;
}

@media (max-width:376px) {
    .support-10__content .Achieve-wrap {
        padding: 20px 27px 32px 18px;
    }
}

.support-10__content .Achieve-wrap-textt {
    padding: 30px 30px 10px 30px;
}

.support-10__content .Achieve-wrap-martt {
    padding: 25px 40px 32px 30px;
}

.support-10__content .Achieve-wrap .title-text a {
    font-family: "Space Grotesk";
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
    letter-spacing: -0.04em;
    text-transform: capitalize;
    color: var(--rr-common-white);
    padding-bottom: 22px;
    display: block;
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .support-10__content .Achieve-wrap .title-text a {
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .support-10__content .Achieve-wrap .title-text a {
        padding-bottom: 7px;
    }
}

@media (max-width:450px) {
    .support-10__content .Achieve-wrap .title-text a {
        font-size: 22px;
        line-height: 37px;
    }
}

@media (max-width:376px) {
    .support-10__content .Achieve-wrap .title-text a {
        font-size: 25px;
        line-height: 40px;
    }
}

@media (max-width:320px) {
    .support-10__content .Achieve-wrap .title-text a {
        font-size: 21px;
        line-height: 30px;
    }
}

.support-10__content .Achieve-wrap .title-text a:hover {
    color: var(--rr-heading-primary);
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .support-10__content .Achieve-wrap .title-text a {
        font-size: 28px;
    }
}

.support-10__content .Achieve-wrap p {
    color: var(--rr-common-white);
    opacity: 0.7;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .support-10__content .Achieve-wrap p br {
        display: none;
    }
}

.support-10-slide__main-item {
    padding: 60px 0px 39px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .support-10-slide__main-item {
        padding: 12px 0px 39px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .support-10-slide__main-item {
        padding: 0px 0px 39px 0px;
    }
}

.support-10-slide__item {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    background: #0B1926;
    border: 3px solid var(--rr-common-white);
    backdrop-filter: blur(7px);
    border-radius: 10px;
}

    .support-10-slide__item .arrow a {
        background: var(--rr-theme-primary10);
        width: 40px;
        height: 40px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease-in-out;
    }

        .support-10-slide__item .arrow a:hover i {
            transform: rotate(0deg);
        }

        .support-10-slide__item .arrow a i {
            color: var(--rr-common-white);
            font-size: 15px;
            transform: rotate(-45deg);
            transition: all 0.3s ease-in-out;
        }

.support-10-slide__thumb {
    margin-top: 10px;
}

    .support-10-slide__thumb img {
        width: 60.14px;
        height: 40px;
    }

.support-10-slide__content {
    margin-top: 16px;
}

    .support-10-slide__content .country-name {
        font-family: var(--rr-ff-body);
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: var(--rr-common-white);
    }

    .support-10-slide__content span {
        margin-top: 12px;
        font-family: var(--rr-ff-body);
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 26px;
        color: var(--rr-common-white);
        opacity: 0.7;
    }

.hero-10-slider__area {
    margin-top: -315px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-10-slider__area {
        margin-top: -190px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .hero-10-slider__area {
        margin-top: -150px;
    }
}

.hero-10-slider__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 40px;
}

    .hero-10-slider__wrapper .hero-btn {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-sbold);
        font-style: normal;
        font-size: 14px;
        line-height: 17px;
        color: rgba(5, 5, 19, 0.8);
        border-radius: 3px;
        border: 1px solid #EDF2F7;
        outline: #EDF2F7 solid 5px;
        padding: 5px 27px;
        background: #EDF2F7;
        transition: all 0.3s ease-in-out;
    }

        .hero-10-slider__wrapper .hero-btn:hover {
            background: var(--rr-theme-primary10);
            padding: 5px 27px;
            border: 1px solid var(--rr-common-white);
            outline: var(--rr-theme-primary10) solid 5px;
        }

.hero-slider__item {
    gap: 20px;
}

.hero-slider__thumb {
    position: relative;
}

    .hero-slider__thumb img {
        border-radius: 10px;
    }

.hero-slider__content {
    display: flex;
    align-items: center;
    padding: 5px 20px;
    gap: 20px;
    background: linear-gradient(180deg, rgba(230, 30, 184, 0.5) 0%, rgba(161, 18, 241, 0.5) 100%);
    backdrop-filter: blur(17px);
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider__content {
        gap: 0;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-slider__content {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 15px 20px;
        gap: 5px;
    }
}

.hero-slider__content .play-button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    text-align: center;
    background: var(--rr-common-white);
    color: var(--rr-heading-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hero-slider__content .play-button i {
        font-size: 13px;
        margin-left: 3px;
    }

.hero-slider__content .author .name a {
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: var(--rr-common-white);
    transition: all 0.3s ease-in-out;
}

    .hero-slider__content .author .name a:hover {
        color: var(--rr-theme-primary);
    }

.hero-slider__content .author .desgn {
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.8);
    opacity: 0.8;
}

.hero-interdum {
    background: #EDF2F7;
    margin: 40px auto 0 auto;
    gap: 18px;
    padding: 15px 20px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

    .hero-interdum .play-btn {
        width: 50px;
        height: 50px;
        line-height: 50px;
        display: block;
        text-align: center;
        background: #FB5C66;
        border-radius: 50%;
    }

        .hero-interdum .play-btn i {
            color: var(--rr-heading-primary);
            transform: translateX(2px);
            font-size: 15px;
        }

    .hero-interdum .hero-titles {
        font-family: var(--rr-ff-body);
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 26px;
        color: var(--rr-heading-primary);
        opacity: 0.8;
    }

.hero-slide {
    background: var(--rr-common-white);
    box-shadow: 0px 10px 20px rgba(5, 5, 19, 0.1);
    border-radius: 20px;
    padding: 40px 0 45px 0;
    text-align: center;
}

.service__item {
    background: var(--rr-common-white);
    padding: 64px 52px 62px 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
    .service__item {
        padding: 64px 30px 62px 30px;
    }
}

.service__item:hover {
    background-color: var(--rr-theme-primary);
}

    .service__item:hover .service__item-content {
        padding-top: 60px;
        padding-bottom: 68px;
    }

        .service__item:hover .service__item-content .rr-btn {
            visibility: visible;
            opacity: 1;
            bottom: 50px;
        }

    .service__item:hover .service__item-icon img {
        animation: shake 0.5s;
    }

.service__item-icon {
    width: 80px;
    height: 80px;
    transition: all 0.3s ease-in-out;
}

.service__item-icon-2 {
    width: 84px;
    height: 77.14px;
}

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

.service__item-content {
    padding-top: 130px;
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .service__item-content {
        padding-top: 60px;
    }
}

.service__item-content .dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: var(--rr-fs-h6);
    line-height: 25px;
    color: rgba(5, 5, 19, 0.6);
    margin-top: 26px;
}

.service__item-content .rr-btn {
    visibility: hidden;
    opacity: 0;
    bottom: -45px;
    padding: 14px 28px;
    position: absolute;
    left: 50px;
    width: calc(100% - 100px);
    visibility: hidden;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.service__item-2 {
    position: relative;
}

    .service__item-2::before {
        background: var(--rr-background-pastel-blue);
        position: absolute;
        width: 180px;
        height: 54px;
        content: "";
        top: -1px;
        right: -1px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%);
        z-index: 2;
    }

.service__item-inner::before {
    background: var(--rr-common-white);
}

.service__bg-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.03;
}

.services-provided .container {
    position: relative;
    z-index: 1;
}

.services-provided .section__title-wrapper .section__title-wrapper-dec-2 {
    font-weight: var(--rr-fw-medium);
    margin-top: 10px;
}

.services-provided .rr-btn {
    background: linear-gradient(90deg, #2B22E0 0%, #46429E 100%);
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-medium);
    color: var(--rr-common-white);
    font-size: var(--rr-fs-h5);
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border: 1px solid rgba(255, 255, 255, 0.4);
    gap: 20px;
    padding: 18px 28px;
    text-transform: inherit;
}

    .services-provided .rr-btn:hover img {
        transform: rotate(45deg);
    }

    .services-provided .rr-btn img {
        width: 22px;
        height: 22px;
        object-fit: cover;
    }

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .services-provided__reverse {
        flex-direction: column-reverse;
    }
}

.services-provided__tab {
    display: flex;
    flex-direction: column;
    border: none;
    gap: 30px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .services-provided__tab {
        flex-direction: inherit;
        gap: 15px;
        justify-content: center;
    }
}

.services-provided__tab li {
    position: relative;
    z-index: 1;
}

    .services-provided__tab li button {
        padding: 0;
        margin: 0;
        font-weight: var(--rr-fw-medium);
        display: flex;
        gap: 14px;
        align-items: center;
        font-size: var(--rr-fs-h5);
        line-height: var(--rr-lh-body);
        background-color: transparent;
        border: none;
        color: var(--rr-heading-primary);
    }

        .services-provided__tab li button.nav-link {
            background-color: #100F0F;
            width: 100%;
            border-width: 1px;
            border-style: solid;
            border-image: linear-gradient(90deg, rgba(132, 88, 212, 0.5) 0%, rgba(44, 35, 221, 0.5) 100%) 1;
            max-width: 190px;
            width: 100%;
            height: 171px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .services-provided__tab li button.nav-link {
        margin: 0 auto 30px auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .services-provided__tab li button.nav-link {
        margin: 0 auto 0 auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .services-provided__tab li button.nav-link {
        width: 170px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .services-provided__tab li button.last-item {
        margin: 0 auto 30px auto;
    }
}

.services-provided__tab li button.active {
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(90deg, rgb(132, 88, 212) 0%, rgb(44, 35, 221) 100%) 1;
}

.services-provided__content {
    max-width: 586px;
    margin-left: auto;
    margin-right: auto;
}

.services-provided__tab-content-media {
    position: relative;
}

.services-provided__tab-content-media-content {
    background-color: #100F0F;
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 0px 12px 0px 22px;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(90deg, rgb(132, 88, 212) 0%, rgb(44, 35, 221) 100%) 1;
}

    .services-provided__tab-content-media-content h4 {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-sbold);
        color: var(--rr-common-white);
        font-size: 14px;
        position: relative;
    }

        .services-provided__tab-content-media-content h4::before {
            background: var(--rr-common-white);
            position: absolute;
            height: 6px;
            width: 6px;
            border-radius: 50%;
            content: "";
            top: 38%;
            left: -11px;
        }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent;
}

.services-7 .section__title-wrapper-dec {
    opacity: 0.6;
}

.services-7__item {
    background: #162533;
    padding: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .services-7__item {
        padding: 30px 23px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-7__item {
        padding: 20px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .services-7__item {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .services-7__item {
        padding: 20px;
    }
}

.services-7__icon {
    width: 60px;
    height: 60px;
    background: #0B1926;
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(7px);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .services-7__icon img {
        width: min-content;
    }

.services-7__title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-top: 24px;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
    font-family: var(--rr-ff-heading);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-7__title {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), (max-width: 575px) {
    .services-7__title {
        font-size: 20px;
    }
}

.services-7__title a:hover {
    color: var(--rr-theme-primary7);
}

.services-7__dec {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.6);
    font-family: var(--rr-ff-body);
}

.services-8__area {
    background: #EDF0F7;
}

.services-8__item {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(5, 5, 19, 0.2);
    border-radius: 10px;
    padding: 30px 52px;
    text-align: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 992px) {
    .services-8__item {
        padding: 30px 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-8__item {
        padding: 30px 53px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .services-8__item {
        padding: 30px 35px;
    }
}

.services-8__item:hover .services-8__icon span {
    Color: #0b1926 !important;
}

    .services-8__item:hover .services-8__icon span svg [fill="#C3C9D7"],
    .services-8__item:hover .services-8__icon span [fill="#050513"] {
        fill: #FFFFFF;
        transition: 0.3s;
    }

.services-8__icon span {
    width: 70px;
    color: #f8ab0c;
    height: 70px;
    background: #EDF0F7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin: auto;
    border: 1.5px solid #D0D5E0;
    transition: 0.3s;
}

.services-8__content__title {
    font-size: 22px;
    font-weight: 700;
    color: #050513;
    line-height: 30px;
    letter-spacing: -0.03em;
    margin-bottom: 0;
    margin-top: 13px;
}

    .services-8__content__title:hover {
        color: var(--rr-theme-primary8) !important;
    }

.service-9__item {
    background: var(--rr-common-white);
    padding: 44px 37px 46px 40px;
    box-shadow: 0px 2px 4px rgba(5, 5, 19, 0.2);
    border-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .service-9__item {
        padding: 30px 20px 20px 30px;
    }
}

.service-9__item-icon img {
    width: 60px;
    height: 60px;
}

.service-9__item .title {
    margin-top: 40px;
}

    .service-9__item .title a {
        font-family: var(--rr-ff-heading);
        font-weight: var(--rr-fw-bold);
        color: var(--rr-heading-primary);
        font-style: normal;
        font-size: 22px;
        line-height: 30px;
        letter-spacing: -0.03em;
        transition: all 0.3s ease-in-out;
    }

        .service-9__item .title a:hover {
            color: var(--rr-theme-primary2);
        }

.service-9__item .dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 15px;
    line-height: 26px;
    color: rgba(5, 5, 19, 0.6);
    margin-top: 12px;
}

.service-9__item-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .service-9__item-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.service-9__thumb {
    width: 100%;
    position: relative;
}

    .service-9__thumb::before {
        background: rgba(5, 5, 19, 0.1);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        content: "";
        border-radius: 10px;
    }

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

    .service-9__thumb .rr-btn {
        background: var(--rr-theme-primary9);
        padding: 16px 33px;
        border-radius: 6px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .service-9__thumb .rr-btn:hover {
            border-color: black;
        }

        .service-9__thumb .rr-btn::before {
            border-color: black;
        }

@media (max-width: 575px) {
    .service-9__thumb .rr-btn {
        padding: 13px 10px;
    }
}

.service-details__wrapper .blog__details-bottom {
    padding-top: 0;
    margin-top: 53px;
}

    .service-details__wrapper .blog__details-bottom .blog__details-bottom-tags_wapper {
        display: block;
    }

        .service-details__wrapper .blog__details-bottom .blog__details-bottom-tags_wapper span {
            font-family: var(--rr-ff-heading);
            font-weight: var(--rr-fw-bold);
            color: var(--rr-heading-primary);
            font-style: normal;
            font-size: 22px;
            line-height: 28px;
            letter-spacing: -0.03em;
            text-transform: capitalize;
            margin-bottom: 22px;
        }

        .service-details__wrapper .blog__details-bottom .blog__details-bottom-tags_wapper .blog__details-bottom-tags {
            margin-top: 15px;
        }

            .service-details__wrapper .blog__details-bottom .blog__details-bottom-tags_wapper .blog__details-bottom-tags a {
                background: transparent;
                font-family: var(--rr-ff-body);
                font-weight: var(--rr-fw-medium);
                font-style: normal;
                font-size: 14px;
                line-height: 22px;
                color: rgba(5, 5, 19, 0.7);
                border: 1px solid rgba(4, 6, 24, 0.1);
                transition: all 0.3s ease-in-out;
                border-radius: 0;
            }

                .service-details__wrapper .blog__details-bottom .blog__details-bottom-tags_wapper .blog__details-bottom-tags a:hover {
                    background: var(--rr-theme-primary);
                    color: var(--rr-heading-primary);
                    border: 1px solid var(--rr-theme-primary);
                }

    .service-details__wrapper .blog__details-bottom .share-social-media_wrapper {
        display: block;
    }

        .service-details__wrapper .blog__details-bottom .share-social-media_wrapper span {
            font-family: var(--rr-ff-heading);
            font-weight: var(--rr-fw-bold);
            color: var(--rr-heading-primary);
            font-style: normal;
            font-size: 22px;
            line-height: 28px;
            letter-spacing: -0.03em;
            text-transform: capitalize;
        }

        .service-details__wrapper .blog__details-bottom .share-social-media_wrapper .share-social-media {
            margin-top: 6px;
        }

.service-details__thumb {
    position: relative;
}

.service-details__thumb-video {
    background: var(--rr-theme-primary);
    position: absolute;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
}

@media (max-width: 575px) {
    .service-details__thumb-video {
        width: 80px;
        height: 80px;
    }
}

.service-details__thumb-video i {
    color: var(--rr-heading-primary);
    font-size: 22px;
}

.service-details__thumb::before {
    background: var(--rr-common-white);
    position: absolute;
    width: 210px;
    height: 56px;
    content: "";
    top: -1px;
    right: -1px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%);
}

@media (max-width: 575px) {
    .service-details__thumb::before {
        width: 120px;
        height: 35px;
    }
}

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

.service-details__content {
    margin-top: 18px;
    margin-bottom: 51px;
}

.service-details__title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    letter-spacing: -0.04em;
    text-transform: inherit;
    font-style: normal;
    margin-bottom: 19px;
}

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

.service-details__dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-size: 15px;
    line-height: 26px;
    color: rgba(4, 6, 24, 0.6);
    font-style: normal;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .service-details__dec br {
        display: none;
    }
}

.service-details__media-thumb {
    position: relative;
}

    .service-details__media-thumb::before {
        background: var(--rr-common-white);
        position: absolute;
        width: 210px;
        height: 56px;
        content: "";
        top: -1px;
        right: -1px;
        z-index: 1;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%);
    }

    .service-details__media-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/*pricing-area start*/
.pricing__area .rr-btn.active {
    background-color: var(--rr-common-white) !important;
    color: var(--rr-heading-primary);
    padding: 9px 16px !important;
}

.pricing__pricing-top {
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 15px;
    width: 100%;
    display: flex;
    align-items: end;
}

@media (max-width: 575px) {
    .pricing__pricing-top {
        justify-content: center;
    }
}

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

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pricing__title-wrapper {
        margin-bottom: 0 !important;
    }
}

.pricing__title-wrapper-title {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    letter-spacing: -0.04em;
    text-transform: inherit;
    margin-bottom: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing__title-wrapper-title {
        font-size: 38px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .pricing__title-wrapper-title {
        font-size: 38px;
        line-height: 52px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pricing__title-wrapper-title {
        font-size: 40px;
        line-height: 52px;
    }
}

@media (max-width: 575px) {
    .pricing__title-wrapper-title {
        font-size: var(--rr-fs-h3);
        line-height: 42px;
    }
}

@media (max-width:450px) {
    .pricing__title-wrapper-title {
        font-size: 27px;
        line-height: 37px;
    }
}

.pricing__title-wrapper-dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    color: rgba(5, 5, 19, 0.6);
    font-style: normal;
    font-size: var(--rr-fs-h6);
    line-height: 25px;
}

.pricing__toggler_button {
    background: var(--rr-background-pastel-blue);
    display: inline-block;
    display: flex;
    gap: 19px;
    overflow: hidden;
    padding: 8px;
    flex-wrap: wrap;
}

@media (max-width:450px) {
    .pricing__toggler_button {
        justify-content: center;
    }
}

.pricing__toggler_button .extra-p {
    padding-left: 23px;
}

.pricing__toggler_button .rr-btn {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 14px;
    line-height: 10px;
    color: rgba(5, 5, 19, 0.7);
}

    .pricing__toggler_button .rr-btn .in-btn {
        background: var(--rr-theme-primary);
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-bold);
        color: var(--rr-heading-primary);
        border-radius: 20px;
        width: 48px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-style: normal;
        font-size: 13px;
        line-height: 10px;
    }

    .pricing__toggler_button .rr-btn.btn-transparent {
        padding: 9px 16px 9px 22px;
        border: none;
        border-radius: 0;
    }

        .pricing__toggler_button .rr-btn.btn-transparent::before {
            display: none;
        }

.pricing-card-price {
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-heading);
    font-size: var(--rr-fs-h3);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h3);
    font-style: normal;
}

    .pricing-card-price span:not(:first-child) {
        color: #695A2F;
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-regular);
        font-size: 16px;
        font-style: normal;
        margin-left: -15px;
    }

.pricing-card.active {
    background: var(--rr-theme-primary) !important;
    position: relative;
    z-index: 1;
}

.pricing-card .pricing-card-price h2 {
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-size: 60px;
    line-height: 70px;
    font-style: normal;
}

    .pricing-card .pricing-card-price h2 span {
        color: var(--rr-heading-primary);
    }

.pricing-card.active .pricing-card-body ul li i {
    background: #1877F2;
    color: var(--rr-common-white);
}

.pricing-card .pricing-btn {
    max-width: 252px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.my_row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .my_row {
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .my_row {
        gap: 30px;
    }
}

.my_row .pricing_card {
    flex-basis: 25%;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .my_row .pricing_card {
        flex-basis: 32%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .my_row .pricing_card {
        flex-basis: 49%;
    }
}

@media (max-width: 575px) {
    .my_row .pricing_card {
        flex-basis: 100%;
    }
}

.my_row .pricing_card .card_top {
    max-width: 170px;
    margin-bottom: 38px;
    margin-top: 32px;
}

    .my_row .pricing_card .card_top img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.my_row .pricing_card-active {
    background: var(--rr-theme-primary) !important;
}

.my_row .pricing_card .pricing-card-inner-wrap {
    padding: 36px 0 42px 34px;
}

    .my_row .pricing_card .pricing-card-inner-wrap .title {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-sbold);
        color: var(--rr-heading-primary);
        font-style: normal;
        font-size: var(--rr-fs-h6);
        line-height: var(--rr-lh-h3);
        text-transform: uppercase;
        margin-bottom: 8px;
        position: relative;
    }

        .my_row .pricing_card .pricing-card-inner-wrap .title::before {
            background: var(--rr-heading-primary);
            position: absolute;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            content: "";
            top: 11px;
            left: -10px;
        }

    .my_row .pricing_card .pricing-card-inner-wrap .pricing-card-price h2 {
        font-family: var(--rr-ff-heading);
        font-weight: var(--rr-fw-bold);
        color: var(--rr-heading-primary);
        font-size: 60px;
        line-height: 62px;
    }

    .my_row .pricing_card .pricing-card-inner-wrap .pricing-card-price .sm-text {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        line-height: normal;
        color: #695A2F;
        font-size: 16px;
    }

    .my_row .pricing_card .pricing-card-inner-wrap .dec {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        font-style: normal;
        font-size: var(--rr-fs-h6);
        line-height: var(--rr-lh-p);
        color: rgba(5, 5, 19, 0.6);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .my_row .pricing_card .pricing-card-inner-wrap .dec br {
        display: none;
    }
}

.my_row .pricing_card.extra_border_card {
    background: var(--rr-background-pastel-blue);
    position: relative;
}

    .my_row .pricing_card.extra_border_card::before {
        background: var(--rr-common-white);
        position: absolute;
        width: 140px;
        height: 40px;
        content: "";
        top: -1px;
        right: -1px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 23% 100%);
    }

    .my_row .pricing_card.extra_border_card ul li {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        color: rgba(5, 5, 19, 0.7);
        font-style: normal;
        font-size: var(--rr-fs-h6);
        line-height: 38px;
        position: relative;
    }

        .my_row .pricing_card.extra_border_card ul li::before {
            content: "";
            width: 10px;
            height: 1px;
            background-color: rgba(5, 5, 19, 0.14);
            position: absolute;
            right: 100%;
            top: -1px;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .my_row .pricing_card.extra_border_card ul li::before {
        background-color: transparent;
    }
}

.my_row .pricing_card.extra_border_card ul li:last-child::after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: rgba(5, 5, 19, 0.14);
    position: absolute;
    right: 100%;
    bottom: -1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .my_row .pricing_card.extra_border_card ul li:last-child::after {
        background-color: transparent;
    }
}

.card_middle ul li {
    list-style: none;
    padding: 8px 0;
    border-bottom: 1px solid rgba(5, 5, 19, 0.14);
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    color: rgba(5, 5, 19, 0.7);
    font-style: normal;
    font-size: var(--rr-fs-h6);
    line-height: 38px;
    position: relative;
    text-align: center;
}

    .card_middle ul li:first-child {
        border-top: 1px solid rgba(5, 5, 19, 0.14);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .card_middle ul li:first-child {
        border-top: 1px solid transparent;
    }
}

.card_middle ul li i {
    background: #1877F2;
    color: var(--rr-common-white);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 7px auto;
}

.card_middle-1 ul li {
    text-align: start !important;
}

.card_bottom {
    margin-top: 40px;
}

.card_bottom-1 {
    margin-top: 45px;
}

    .card_bottom-1 .meeting {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        font-style: normal;
        font-size: var(--rr-fs-h6);
        line-height: 36px;
        color: rgba(5, 5, 19, 0.7);
        transition: all 0.3s ease-in-out;
    }

        .card_bottom-1 .meeting:hover {
            color: #1877F2;
        }

.card_bottom .pricing-btn {
    max-width: 252px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.pricing__header {
    padding: 32px 50px 21px 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pricing__header {
        padding: 32px 20px 21px 20px;
    }
}

.pricing__header h3 {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: 22px;
    line-height: var(--rr-lh-h3);
    letter-spacing: -0.03em;
    text-transform: capitalize;
    margin-bottom: 7px;
}

.pricing__header .dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: var(--rr-fs-h6);
    line-height: 25px;
    color: rgba(255, 255, 255, 0.7);
}

.pricing__tag {
    padding: 18px 50px 0 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pricing__tag {
        padding: 18px 20px 0 20px;
    }
}

.pricing__tag span {
    font-size: var(--rr-fs-h5);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-medium);
}

.pricing__tag h4 {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: 60px;
    line-height: 70px;
}

    .pricing__tag h4 span {
        font-family: var(--rr-ff-heading);
        font-weight: var(--rr-fw-bold);
        color: #878790;
        font-size: 16px;
    }

.pricing__features {
    padding: 40px 50px 40px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pricing__features {
        padding: 40px 18px 40px 18px;
    }
}

.pricing__features ul li {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: 14px;
    line-height: 36px;
    text-transform: capitalize;
    list-style: none;
}

    .pricing__features ul li i {
        margin-right: 14px;
        font-size: 16px;
    }

.pricing__features ul .gray {
    color: rgba(255, 255, 255, 0.5);
}

.pricing__btn {
    padding: 0 50px 49px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pricing__btn {
        padding: 0 20px 49px 20px;
    }
}

.pricing__btn .rr-btn {
    background: rgba(255, 255, 255, 0.06);
    color: var(--rr-common-white);
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(7px);
    width: 100%;
    padding: 16px 28px;
}

.pricing__item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(7px);
}

.pricing__switch button {
    font-size: 12px;
    color: var(--rr-heading-primary);
    background: transparent;
}

.pricing__tab .nav-tabs {
    border: none;
}

.pricing__tab-item {
    position: relative;
}

    .pricing__tab-item .decount {
        background: linear-gradient(90deg, rgb(241, 70, 184) 0%, rgb(118, 10, 82) 100%);
        border-radius: 3px;
        text-align: center;
        padding: 0px 10px 0px 8px;
        position: absolute;
        top: -37px;
        right: -47px;
        z-index: 1;
    }

@media (max-width: 575px) {
    .pricing__tab-item .decount {
        right: -10px;
    }
}

.pricing__tab-item .decount::before {
    position: absolute;
    width: 19.32px;
    height: 21.93px;
    background: #F146B8;
    clip-path: polygon(46% 100%, 0 0, 100% 0);
    transform: rotate(0deg);
    content: "";
    left: 13%;
    bottom: -11px;
    z-index: -1;
}

.pricing__tab-item .decount h6 {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: -0.03em;
}

.pricing__tab .nav .nav-item .nav-link {
    padding: 0;
    padding-right: 100px;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    position: relative;
    outline: none;
    border: none;
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-sbold);
    font-style: normal;
    font-size: var(--rr-fs-h6);
    line-height: 18px;
    color: rgba(255, 255, 255, 0.7);
}

    .pricing__tab .nav .nav-item .nav-link:focus {
        outline: none;
    }

    .pricing__tab .nav .nav-item .nav-link::after {
        position: absolute;
        content: "";
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.24);
        backdrop-filter: blur(7px);
        width: 70px;
        height: 34px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -o-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
    }

    .pricing__tab .nav .nav-item .nav-link::before {
        position: absolute;
        content: "";
        right: 21px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background: var(--rr-theme-primary);
        z-index: 1;
    }

    .pricing__tab .nav .nav-item .nav-link.active {
        color: rgba(255, 255, 255, 0.7);
        border: none;
    }

        .pricing__tab .nav .nav-item .nav-link.active::before {
            right: 55px;
        }

    .pricing__tab .nav .nav-item .nav-link:hover {
        color: var(--rr-theme-primary);
    }

.pricing__tab .nav .nav-item:last-child .nav-link {
    padding-right: 0;
}

    .pricing__tab .nav .nav-item:last-child .nav-link::after {
        display: none;
    }

    .pricing__tab .nav .nav-item:last-child .nav-link::before {
        display: none;
    }

.pricing-4__header {
    padding: 32px 50px 21px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pricing-4__header {
        padding: 32px 20px 21px 20px;
    }
}

.pricing-4__header h3 {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 22px;
    line-height: var(--rr-lh-h3);
    letter-spacing: -0.03em;
    text-transform: capitalize;
    margin-bottom: 7px;
}

.pricing-4__header .dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: var(--rr-fs-h6);
    line-height: 25px;
    color: rgba(5, 5, 19, 0.7);
}

.pricing-4__tag {
    padding: 10px 50px 0 50px;
    border-bottom: 1px solid rgba(5, 5, 19, 0.14);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pricing-4__tag {
        padding: 18px 20px 0 20px;
    }
}

.pricing-4__tag span {
    font-size: var(--rr-fs-h5);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-medium);
}

.pricing-4__tag h4 {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 60px;
    line-height: 70px;
}

    .pricing-4__tag h4 span {
        font-family: var(--rr-ff-heading);
        font-weight: var(--rr-fw-bold);
        color: rgba(5, 5, 19, 0.7);
        font-size: 16px;
    }

.pricing-4__features {
    padding: 44px 50px 44px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pricing-4__features {
        padding: 40px 18px 40px 18px;
    }
}

.pricing-4__features ul li {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 14px;
    line-height: 36px;
    text-transform: capitalize;
    list-style: none;
}

    .pricing-4__features ul li i {
        margin-right: 14px;
        font-size: 16px;
    }

.pricing-4__features ul .gray {
    color: rgba(5, 5, 19, 0.5);
}

.pricing-4__btn {
    padding: 54px 50px 0px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pricing-4__btn {
        padding: 54px 20px 0px 20px;
    }
}

.pricing-4__btn .rr-btn {
    border: 1px solid rgba(5, 5, 19, 0.14);
    width: 100%;
    padding: 16px 28px;
}

    .pricing-4__btn .rr-btn::before {
        background: var(--rr-theme-primary2);
    }

    .pricing-4__btn .rr-btn:hover {
        color: var(--rr-common-white);
        border-color: transparent;
    }

.pricing-4__item {
    background: var(--rr-common-white);
    box-shadow: 0px 2px 4px rgba(5, 5, 19, 0.2);
}

.pricing-4__switch button {
    font-size: 12px;
    color: var(--rr-heading-primary);
    background: transparent;
}

.pricing-4__tab .nav-tabs {
    border: none;
}

.pricing-4__tab-item {
    position: relative;
}

    .pricing-4__tab-item .decount {
        background: linear-gradient(179.01deg, #9859FF 1.17%, #7105B4 74.91%);
        border-radius: 3px;
        text-align: center;
        padding: 0px 10px 0px 8px;
        position: absolute;
        top: -37px;
        right: -47px;
        z-index: 1;
    }

@media (max-width: 575px) {
    .pricing-4__tab-item .decount {
        right: -10px;
    }
}

.pricing-4__tab-item .decount::before {
    position: absolute;
    width: 19.32px;
    height: 21.93px;
    background: #7105B4;
    clip-path: polygon(46% 100%, 0 0, 100% 0);
    transform: rotate(0deg);
    content: "";
    left: 13%;
    bottom: -11px;
    z-index: -1;
}

.pricing-4__tab-item .decount h6 {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: -0.03em;
}

.pricing-4__tab .nav .nav-item .nav-link {
    padding: 0;
    padding-right: 100px;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    position: relative;
    outline: none;
    border: none;
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-sbold);
    font-style: normal;
    font-size: var(--rr-fs-h6);
    line-height: 18px;
    color: rgba(5, 5, 19, 0.6);
}

    .pricing-4__tab .nav .nav-item .nav-link:focus {
        outline: none;
    }

    .pricing-4__tab .nav .nav-item .nav-link::after {
        position: absolute;
        content: "";
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background: var(--rr-theme-primary2);
        width: 70px;
        height: 34px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -o-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
    }

    .pricing-4__tab .nav .nav-item .nav-link::before {
        position: absolute;
        content: "";
        right: 21px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background: var(--rr-common-white);
        z-index: 1;
    }

    .pricing-4__tab .nav .nav-item .nav-link.active {
        color: rgba(5, 5, 19, 0.6);
        border: none;
    }

        .pricing-4__tab .nav .nav-item .nav-link.active::before {
            right: 55px;
        }

    .pricing-4__tab .nav .nav-item .nav-link:hover {
        color: var(--rr-theme-primary2);
    }

.pricing-4__tab .nav .nav-item:last-child .nav-link {
    padding-right: 0;
}

    .pricing-4__tab .nav .nav-item:last-child .nav-link::after {
        display: none;
    }

    .pricing-4__tab .nav .nav-item:last-child .nav-link::before {
        display: none;
    }

.rrseken__pricing-item {
    background: var(--rr-common-white);
    box-shadow: 0px 6px 70px rgba(5, 5, 19, 0.16);
    padding: 40px 50px 50px 50px;
}

@media (max-width: 575px) {
    .rrseken__pricing-item {
        padding: 25px;
    }
}

.rrseken__pricing-item-title h4 {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-bold);
    font-size: 22px;
    line-height: var(--rr-lh-h3);
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: var(--rr-heading-primary);
}

.rrseken__pricing-item-title h2 {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-bold);
    font-size: 40px;
    line-height: 1;
    color: var(--rr-heading-primary);
    margin-top: 10px;
    margin-bottom: 15px;
}

    .rrseken__pricing-item-title h2 span {
        font-family: var(--rr-ff-heading);
        font-style: normal;
        font-weight: var(--rr-fw-bold);
        font-size: 16px;
        line-height: 1;
        color: rgba(5, 5, 19, 0.7);
    }

.rrseken__pricing-item-title span {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: var(--rr-fs-h6);
    line-height: 25px;
    color: #1877F2;
}

.rrseken__pricing-item .rrseken__pricing-list {
    margin-top: 42px;
}

    .rrseken__pricing-item .rrseken__pricing-list ul {
        list-style: none;
    }

        .rrseken__pricing-item .rrseken__pricing-list ul li {
            font-family: var(--rr-ff-body);
            font-weight: var(--rr-fw-medium);
            color: var(--rr-heading-primary);
            font-style: normal;
            font-size: 14px;
            line-height: 1;
            text-transform: capitalize;
            border-bottom: 1px solid rgba(5, 5, 19, 0.1);
            margin-bottom: 20px;
            padding-bottom: 17px;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .rrseken__pricing-item .rrseken__pricing-list ul li {
        line-height: var(--rr-lh-p);
    }
}

.rrseken__pricing-item .rrseken__pricing-list ul li.color-trans {
    color: rgba(5, 5, 19, 0.3);
}

.rrseken__pricing-item .rrseken__pricing-list ul li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.rrseken__pricing__btn {
    margin-top: 64px;
}

    .rrseken__pricing__btn .rr-btn {
        background: var(--rr-background-pastel-blue);
        padding: 18px 28px;
        width: 100%;
    }

        .rrseken__pricing__btn .rr-btn::before {
            background: var(--rr-theme-primary2);
        }

        .rrseken__pricing__btn .rr-btn:hover {
            color: var(--rr-common-white);
        }

.pricing-8 .pricing-4__item {
    background: #EDF0F7;
    border-radius: 10px;
    padding: 35px 40px;
    box-shadow: none;
}

@media (max-width: 575px) {
    .pricing-8 .pricing-4__item {
        padding: 30px;
    }
}

.pricing-8 .pricing-4__header {
    padding: 0;
}

    .pricing-8 .pricing-4__header h3 {
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 0;
    }

.pricing-8 .pricing-4__tag {
    padding: 0;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(5, 5, 19, 0.14);
}

    .pricing-8 .pricing-4__tag h4 {
        font-size: 50px;
    }

@media (max-width: 575px) {
    .pricing-8 .pricing-4__tag h4 {
        font-size: 38px;
    }
}

.pricing-8 .pricing-4__tag h4 span {
    font-weight: 500;
    color: rgba(5, 5, 19, 0.6);
}

.pricing-8 .pricing-4__features {
    padding: 0;
}

    .pricing-8 .pricing-4__features ul li {
        font-size: 15px;
        line-height: 1;
        margin-top: 21px;
        color: rgba(5, 5, 19, 0.6);
    }

        .pricing-8 .pricing-4__features ul li i {
            margin-right: 14px;
            font-size: 14px;
            background: linear-gradient(142.96deg, #f8ab0c 14.78%, #f8ab0c 95.99%);
            box-shadow: 0px 1px 2px rgba(6, 138, 75, 0.3);
            border-radius: 4px;
            color: #fff;
            display: inline-flex;
            width: 20px;
            height: 20px;
            align-items: center;
            justify-content: center;
        }

.pricing-8 .pricing-4__btn {
    padding: 0;
    margin-top: 25px;
    margin-bottom: 15px;
}

    .pricing-8 .pricing-4__btn .rr-btn {
        border: 1.5px solid rgba(5, 5, 19, 0.1);
        border-radius: 6px;
    }

        .pricing-8 .pricing-4__btn .rr-btn::before {
            background: var(--rr-theme-primary8);
        }

        .pricing-8 .pricing-4__btn .rr-btn i {
            font-size: 18px;
        }

.pricing-8__features__title {
    font-size: 15px;
    font-weight: 600;
    color: #050513;
    line-height: 1;
    font-family: var(--rr-ff-body);
}

.pricing-9__header {
    padding: 0 0 21px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pricing-9__header {
        padding: 0 0 21px 0;
    }
}

.pricing-9__header h3 {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 22px;
    line-height: var(--rr-lh-h3);
    letter-spacing: -0.03em;
    text-transform: capitalize;
    margin-bottom: 7px;
}

.pricing-9__header .dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: var(--rr-fs-h6);
    line-height: 25px;
    color: rgba(5, 5, 19, 0.7);
}

.pricing-9__tag {
    border-bottom: 1px solid rgba(5, 5, 19, 0.14);
}

    .pricing-9__tag span {
        font-size: var(--rr-fs-h5);
        color: var(--rr-heading-primary);
        font-weight: var(--rr-fw-medium);
    }

    .pricing-9__tag h4 {
        font-family: var(--rr-ff-heading);
        font-weight: var(--rr-fw-bold);
        color: var(--rr-heading-primary);
        font-style: normal;
        font-size: 60px;
        line-height: 55px;
    }

        .pricing-9__tag h4 span {
            font-family: var(--rr-ff-heading);
            font-weight: var(--rr-fw-bold);
            color: rgba(5, 5, 19, 0.7);
            font-size: 16px;
        }

    .pricing-9__tag h6 {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        color: var(--rr-heading-primary);
        font-style: normal;
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 16px;
    }

.pricing-9__features {
    padding: 26px 0 0 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pricing-9__features {
        padding: 21px 0 0 0;
    }
}

.pricing-9__features h6 {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
}

.pricing-9__features ul li {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 14px;
    line-height: 36px;
    text-transform: capitalize;
    list-style: none;
}

    .pricing-9__features ul li i {
        margin-right: 14px;
        font-size: 16px;
    }

.pricing-9__btn {
    padding: 31px 0 0 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pricing-9__btn {
        padding: 30px 0 0 0;
    }
}

.pricing-9__btn .rr-btn {
    border: 1px solid rgba(5, 5, 19, 0.14);
    width: 100%;
    padding: 16px 28px;
    border-radius: 10px;
}

    .pricing-9__btn .rr-btn::before {
        background: var(--rr-theme-primary2);
    }

    .pricing-9__btn .rr-btn:hover {
        color: var(--rr-common-white);
        border-color: transparent;
    }

.pricing-9__item {
    background: #EDF0F7;
    border-radius: 10px;
    padding: 37px 40px 86px 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pricing-9__item {
        padding: 25px 20px 45px 19px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing-9__item {
        padding: 35px 20px 45px 20px;
    }
}

.pricing-9__switch button {
    font-size: 12px;
    color: var(--rr-heading-primary);
    background: transparent;
}

.pricing-9__tab {
    display: flex;
    justify-content: center;
}

    .pricing-9__tab .nav-tabs {
        border: none;
        display: inline-flex;
        background: #CCFF02;
        padding: 5px;
        align-items: center;
        border-radius: 6px;
    }

.pricing-9__tab-item {
    position: relative;
}

.pricing-9__tab .nav .nav-item .nav-link {
    padding: 0 15px;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    position: relative;
    outline: none;
    border: none;
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
}

    .pricing-9__tab .nav .nav-item .nav-link:focus {
        outline: none;
    }

    .pricing-9__tab .nav .nav-item .nav-link.active {
        background: var(--rr-common-white);
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-sbold);
        color: var(--rr-heading-primary);
        font-style: normal;
        font-size: 15px;
        line-height: 18px;
        border: none;
        padding: 11px 17px;
        border-radius: 4px;
        box-shadow: 0px 2px 4px rgba(5, 5, 19, 0.2);
    }

        .pricing-9__tab .nav .nav-item .nav-link.active::before {
            right: 55px;
        }

.pricing-9__tab .nav .nav-item:last-child .nav-link::after {
    display: none;
}

.pricing-9__tab .nav .nav-item:last-child .nav-link::before {
    display: none;
}

.pricing-10__header {
    padding: 32px 50px 0 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pricing-10__header {
        padding: 32px 20px 0 20px;
    }
}

.pricing-10__header h3 {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 22px;
    line-height: var(--rr-lh-h3);
    letter-spacing: -0.03em;
    text-transform: capitalize;
    margin-bottom: 7px;
}

.pricing-10__tag {
    padding: 0 30px 0 50px;
    border-bottom: 1px solid rgba(5, 5, 19, 0.14);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pricing-10__tag {
        padding: 0 10px 0 20px;
    }
}

.pricing-10__tag span {
    font-size: var(--rr-fs-h5);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-medium);
}

.pricing-10__tag h4 {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 60px;
    line-height: 70px;
}

    .pricing-10__tag h4 span {
        font-family: var(--rr-ff-heading);
        font-weight: var(--rr-fw-bold);
        color: rgba(5, 5, 19, 0.7);
        font-size: 16px;
    }

.pricing-10__tag .dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: var(--rr-fs-h6);
    line-height: 25px;
    color: rgba(5, 5, 19, 0.6);
    margin-bottom: 32px;
}

.pricing-10__features {
    padding: 31px 50px 37px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pricing-10__features {
        padding: 27px 18px 33px 18px;
    }
}

.pricing-10__features ul li {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 14px;
    line-height: 36px;
    text-transform: capitalize;
    list-style: none;
}

    .pricing-10__features ul li i {
        margin-right: 14px;
        font-size: 16px;
    }

.pricing-10__btn {
    padding: 40px 50px 0px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pricing-10__btn {
        padding: 40px 20px 0px 20px;
    }
}

.pricing-10__btn .rr-btn {
    border: 1px solid rgba(5, 5, 19, 0.14);
    width: 100%;
    padding: 16px 28px;
}

    .pricing-10__btn .rr-btn::before {
        background: var(--rr-theme-primary10);
    }

    .pricing-10__btn .rr-btn:hover {
        color: var(--rr-heading-primary);
        border-color: transparent;
        border-radius: 6px;
    }

.pricing-10__item {
    background: var(--rr-common-white);
    border: 1px solid rgba(5, 5, 19, 0.14);
    border-radius: 10px;
}

.pricing-10__switch button {
    font-size: 12px;
    color: var(--rr-heading-primary);
    background: transparent;
}

.pricing-10__tab {
    display: flex;
    justify-content: center;
}

    .pricing-10__tab .nav-tabs {
        border: none;
        display: inline-flex;
        background: var(--rr-theme-primary10);
        padding: 5px;
        align-items: center;
        border-radius: 6px;
    }

.pricing-10__tab-item {
    position: relative;
}

.pricing-10__tab .nav .nav-item .nav-link {
    padding: 0 15px;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    position: relative;
    outline: none;
    border: none;
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
}

    .pricing-10__tab .nav .nav-item .nav-link:focus {
        outline: none;
    }

    .pricing-10__tab .nav .nav-item .nav-link.active {
        background: var(--rr-common-white);
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-sbold);
        color: var(--rr-heading-primary);
        font-style: normal;
        font-size: 15px;
        line-height: 18px;
        border: none;
        padding: 11px 17px;
        border-radius: 4px;
        box-shadow: 0px 2px 4px rgba(5, 5, 19, 0.2);
    }

        .pricing-10__tab .nav .nav-item .nav-link.active::before {
            right: 55px;
        }

.pricing-10__tab .nav .nav-item:last-child .nav-link::after {
    display: none;
}

.pricing-10__tab .nav .nav-item:last-child .nav-link::before {
    display: none;
}

.pricing-6__area .ask-question-4__faq-4 .accordion .pricing-6-item .accordion-collapse .accordion-body .according-content p {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 15px;
    line-height: 25px;
    color: rgba(5, 5, 19, 0.8);
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pricing-6__area .ask-question-4__faq-4 .accordion .pricing-6-item .accordion-collapse .accordion-body .according-content p br {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pricing-6__text-wrapper {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pricing-6__text-wrapper .section__title-wrapper .dec br {
        display: none;
    }
}

.pricing-6__text-wrapper .section__title-wrapper .rr-btn {
    background: var(--rr-theme-primary6);
    font-size: 14px;
    padding: 14px 29px;
    text-transform: inherit;
}

.pricing-6 h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 70px;
}

    .pricing-6 h3 span {
        font-family: "Space Grotesk";
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 70px;
        color: rgba(5, 5, 19, 0.7);
    }

.pricing-6 .white-bg {
    background-color: var(--rr-common-white);
    font-size: 14px;
    padding: 15px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .pricing-6 .white-bg {
        padding: 10px 20px;
    }
}

@media (max-width: 575px) {
    .pricing-6 .white-bg {
        padding: 10px 12px;
    }
}

.pricing-6-item:has(.collapse.show) {
    background-color: var(--rr-theme-primary6);
    border: 1px solid transparent;
}

    .pricing-6-item:has(.collapse.show) .accordion-button::after {
        background-color: var(--rr-common-white);
        align-items: center;
        text-align: center;
        justify-content: center;
        display: flex;
        padding: 15px;
        margin-top: 15px;
    }

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

.testimonial__review {
    background: var(--rr-common-white);
    gap: 45px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: start;
    border-radius: 70px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
    padding: 12px 33px 6px 20px;
    max-width: 364px;
    position: relative;
    margin-top: 30px;
}

@media (max-width:376px) {
    .testimonial__review {
        display: none;
    }
}

.testimonial__review::before {
    background: rgba(5, 5, 19, 0.14);
    position: absolute;
    width: 1px;
    height: 40px;
    top: 27%;
    left: 21%;
    content: "";
}

.testimonial__review .icon {
    margin-top: 8px;
}

    .testimonial__review .icon img {
        width: 34px;
        height: 36px;
        object-fit: cover;
    }

.testimonial__review .title-star-box .star-list {
    display: flex;
    align-items: center;
    gap: 14px;
}

    .testimonial__review .title-star-box .star-list .title {
        font-family: var(--rr-ff-heading);
        color: var(--rr-heading-primary);
        font-weight: var(--rr-fw-bold);
        font-style: normal;
        font-size: var(--rr-fs-h5);
        line-height: var(--rr-lh-h3);
        letter-spacing: -0.02em;
        text-transform: capitalize;
    }

    .testimonial__review .title-star-box .star-list .star-icon ul {
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .testimonial__review .title-star-box .star-list .star-icon ul li {
            list-style: none;
            color: #DB4723;
        }

.testimonial__review .title-star-box .dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 14px;
    line-height: 36px;
    color: rgba(5, 5, 19, 0.6);
}

.testimonial__item {
    background: var(--rr-theme-primary);
    padding: 60px 36px 25px;
    position: relative;
}

    .testimonial__item::before {
        background: var(--rr-background-pastel-blue);
        position: absolute;
        width: 140px;
        height: 40px;
        content: "";
        top: -1px;
        right: -1px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%);
    }

.testimonial__item-inner::before {
    background: var(--rr-common-white);
}

.testimonial__item-1 {
    background: #EBEED5;
}

.testimonial__item-2 {
    background: var(--rr-common-white);
}

.testimonial__item-3 {
    background: #D5EEEA;
}

.testimonial__item-4 {
    background: #08EF81;
}

.testimonial__item-logo {
    margin-bottom: 11px;
}

    .testimonial__item-logo img {
        max-width: 120px;
    }

.testimonial__item-dec {
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: var(--rr-fw-regular);
    font-size: var(--rr-fs-h6);
    line-height: 26px;
    color: rgba(5, 5, 19, 0.6);
    margin-bottom: 34px;
}

.testimonial__item-author {
    display: flex;
    align-items: center;
    gap: 14px;
    border-top: 1px solid rgba(5, 5, 19, 0.1);
    padding-top: 24px;
}

    .testimonial__item-author img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

.testimonial__item-author-title .title {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
}

.testimonial__item-author-title span {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    color: rgba(5, 5, 19, 0.6);
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
}

/* testimonial area style  */
.testimonial-2__area::after {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, #18181B 0%, #18181B 8%, rgba(24, 24, 27, 0) 100%);
    width: 100%;
    height: 726px;
    bottom: 0;
    left: 0;
}

.testimonial-2__list {
    -moz-column-count: 4;
    column-count: 4;
    gap: 30px;
}

@media only screen and (max-width: 1199px) {
    .testimonial-2__list {
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-2__list {
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .testimonial-2__list {
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media (max-width: 1199px) {
    .testimonial-2__list > *:nth-child(10) ~ * {
        display: none;
    }
}

@media (max-width: 991px) {
    .testimonial-2__list > *:nth-child(6) ~ * {
        display: none;
    }
}

.testimonial-2-btn .rr-btn {
    background: linear-gradient(90deg, #2B22E0 0%, #46429E 100%);
    color: var(--rr-common-white);
    border-width: 1px;
    border-style: solid;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

    .testimonial-2-btn .rr-btn i {
        font-size: 14px;
    }

.testimonial-2__item {
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(90deg, rgb(132, 88, 212) 0%, rgb(44, 35, 221) 100%) 1;
    position: relative;
}

.testimonial-2__item-shape {
    position: absolute;
    right: 30px;
    top: 0;
}

.testimonial-2__item-text {
    padding: 40px 37px 42px 30px;
}

.testimonial-2__item-icon {
    margin-bottom: 13px;
}

    .testimonial-2__item-icon ul {
        display: flex;
        align-items: center;
        gap: 4px;
    }

        .testimonial-2__item-icon ul li {
            list-style: none;
        }

            .testimonial-2__item-icon ul li i {
                color: #F59E0B;
            }

.testimonial-2__item-dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 14px;
    line-height: var(--rr-lh-h3);
    color: rgba(255, 255, 255, 0.7);
}

    .testimonial-2__item-dec img {
        width: 12px;
        height: 12px;
    }

.testimonial-2__item-content {
    padding: 20px 30px;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(90deg, rgb(132, 88, 212) 0%, rgb(44, 35, 221) 100%) 1;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
}

.testimonial-2__item-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .testimonial-2__item-author .icon img {
        width: 44px;
        height: 44px;
        object-fit: cover;
        border-radius: 50%;
    }

    .testimonial-2__item-author .title {
        font-family: var(--rr-ff-body);
        color: var(--rr-common-white);
        font-weight: var(--rr-fw-sbold);
        font-style: normal;
        font-size: var(--rr-fs-h6);
        line-height: 22px;
    }

        .testimonial-2__item-author .title span {
            font-family: var(--rr-ff-body);
            font-weight: var(--rr-fw-regular);
            font-style: normal;
            font-size: 14px;
            line-height: 22px;
            color: rgba(255, 255, 255, 0.7);
            display: inline-block;
        }

.hide_overlay::after {
    display: none;
}

.testimonial-4__slider {
    overflow: visible;
}

    .testimonial-4__slider .swiper-wrapper .swiper-slide {
        opacity: 0.5;
    }

    .testimonial-4__slider .swiper-wrapper .swiper-slide-active {
        opacity: 1;
    }

.testimonial-4__slider-arrow .rr-btn {
    background: var(--rr-common-white);
    color: var(--rr-heading-primary);
    width: 40px;
    height: 40px;
    border: 1px solid var(--rr-theme-primary2);
    transition: all 0.3s ease-in-out;
    padding: 0;
    transform: translate(0, -50%);
    top: 50%;
    position: absolute;
}

    .testimonial-4__slider-arrow .rr-btn::before {
        background: var(--rr-theme-primary2);
    }

    .testimonial-4__slider-arrow .rr-btn:hover {
        color: var(--rr-common-white);
    }

.testimonial-4__slider-arrow-prev {
    left: -15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-4__slider-arrow-prev {
        left: 15px;
    }
}

.testimonial-4__slider-arrow-prev-1 {
    left: 0;
}

.testimonial-4__slider-arrow-next {
    right: -15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-4__slider-arrow-next {
        right: 15px;
    }
}

.testimonial-4__slider-arrow-next-1 {
    right: 0;
}

@media (max-width: 575px) {
    .testimonial-4__slider-arrow {
        display: none;
    }
}

.testimonial-4__wrapper {
    background: var(--rr-common-white);
    gap: 80px;
    padding: 20px 40px 20px 20px;
    display: flex;
    align-items: center;
    box-shadow: 0px 10px 70px rgba(5, 5, 19, 0.2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .testimonial-4__wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .testimonial-4__wrapper {
        gap: 30px;
        padding: 20px 20px 20px 20px;
    }
}

.testimonial-4__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-4__content-star-icon {
    margin-bottom: 20px;
}

    .testimonial-4__content-star-icon ul {
        display: flex;
        align-items: center;
        gap: 4px;
    }

        .testimonial-4__content-star-icon ul li {
            list-style: none;
        }

            .testimonial-4__content-star-icon ul li i {
                color: #F59E0B;
            }

.testimonial-4__content-dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: var(--rr-fs-h5);
    line-height: 40px;
    color: rgba(5, 5, 19, 0.7);
}

@media (max-width: 575px) {
    .testimonial-4__content-dec {
        font-size: 16px;
        line-height: 33px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .testimonial-4__content-dec br {
        display: none;
    }
}

.testimonial-4__content-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
}

    .testimonial-4__content-author img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
    }

    .testimonial-4__content-author h5 {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-sbold);
        color: var(--rr-heading-primary);
        font-style: normal;
        font-size: var(--rr-fs-h6);
        line-height: 22px;
    }

        .testimonial-4__content-author h5 span {
            font-family: var(--rr-ff-body);
            font-weight: var(--rr-fw-regular);
            font-style: normal;
            font-size: 14px;
            line-height: 22px;
            color: rgba(5, 5, 19, 0.7);
            display: block;
        }

.testimonial-5__area .section__title-wrapper .section__title-wrapper-dec {
    font-weight: var(--rr-fw-regular);
    color: rgba(5, 5, 19, 0.7);
}

.testimonial-5__lrating-text h4 {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-medium);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 22px;
    line-height: var(--rr-lh-h3);
    letter-spacing: -0.03em;
    text-transform: inherit;
    margin-bottom: 12px;
}

.testimonial-5__lrating-text span {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    letter-spacing: -0.04em;
    text-transform: capitalize;
    margin-top: 10px;
}

.testimonial-5__rating-img ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-bottom: 10px;
}

    .testimonial-5__rating-img ul li {
        list-style: none;
    }

        .testimonial-5__rating-img ul li i {
            color: #F59E0B;
        }

.testimonial-5__rating-img p {
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: var(--rr-fw-medium);
    font-size: var(--rr-fs-h6);
    line-height: 25px;
    color: var(--rr-heading-primary);
    opacity: 0.7;
    margin-top: 10px;
    border-bottom: 1px solid rgba(5, 5, 19, 0.14);
    padding-bottom: 40px;
}

.testimonial-5__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
}

    .testimonial-5__btn .rr-btn {
        background: transparent;
        padding: 0;
        border: 1px solid rgba(5, 5, 19, 0.14);
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .testimonial-5__btn .rr-btn:focus {
            color: var(--rr-heading-primary);
        }

        .testimonial-5__btn .rr-btn::before {
            background: var(--rr-theme-primary2);
        }

        .testimonial-5__btn .rr-btn:hover {
            color: var(--rr-common-white);
        }

.testimonial-5__border {
    border-right: 1px solid rgba(5, 5, 19, 0.14);
    padding: 46px 0;
    height: 100%;
}

@media (max-width: 575px) {
    .testimonial-5__border {
        border: 0;
    }
}

.testimonial-5__icon ul {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 15px;
}

    .testimonial-5__icon ul li {
        list-style: none;
        font-size: 14px;
    }

        .testimonial-5__icon ul li i {
            color: #F59E0B;
        }

.testimonial-5__icon p {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: var(--rr-fs-body);
    line-height: 34px;
    opacity: 0.7;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .testimonial-5__icon p br {
        display: none;
    }
}

.testimonial-5__author {
    gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .testimonial-5__author img {
        width: inherit;
        margin-right: 12px;
        border-radius: 30px;
    }

.testimonial-5__author-text h6 {
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: var(--rr-fw-sbold);
    font-size: var(--rr-fs-h6);
    line-height: 22px;
    color: var(--rr-heading-primary);
}

.testimonial-5__author-text span {
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: var(--rr-fw-regular);
    font-size: 14px;
    line-height: 22px;
    color: rgba(5, 5, 19, 0.7);
}

.testimonial-5__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-5__item {
    padding: 57px 30px 0px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-5__item {
        padding: 57px 0 0 0;
    }
}

@media (max-width: 575px) {
    .testimonial-5__item {
        padding: 0px 15px 0px 15px;
    }
}

.testimonial-5__border-2 {
    position: relative;
}

    .testimonial-5__border-2::before {
        position: absolute;
        content: "";
        width: 1px;
        height: 300px;
        left: 62%;
        top: 55px;
        border-right: 1px solid rgba(5, 5, 19, 0.14);
    }

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .testimonial-5__border-2::before {
        display: none;
    }
}

.testimonial-8__slider {
    margin: 0 -244px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .testimonial-8__slider {
        margin: 0 -100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .testimonial-8__slider {
        margin: 0 0px;
    }
}

.testimonial-8__slider .swiper-pagination-8 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

    .testimonial-8__slider .swiper-pagination-8 .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: rgba(5, 5, 19, 0.14);
        opacity: 1.4;
    }

        .testimonial-8__slider .swiper-pagination-8 .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: var(--rr-theme-primary8);
            width: 40px;
            border-radius: 20px;
        }

.testimonial-8__wrapper {
    border: 1.5px solid #D0D5E0;
    border-radius: 14px;
    padding: 50px;
    padding-left: 40px;
    padding-bottom: 45px;
    background: #fff;
    max-width: 880px;
    margin: auto;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-8__wrapper {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .testimonial-8__wrapper {
        padding: 15px;
    }
}

.testimonial-8__content-star-icon ul {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
}

    .testimonial-8__content-star-icon ul li i {
        color: #F59E0B;
    }

.testimonial-8__content-dec {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: #696971;
    margin-top: 15px;
    margin-bottom: 30px;
}

    .testimonial-8__content-dec a {
        color: var(--rr-theme-primary8);
        font-weight: 600;
    }

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-8__content-dec {
        font-size: 15px;
        line-height: 28px;
    }
}

@media (max-width: 575px) {
    .testimonial-8__content-dec {
        font-size: 14px;
        line-height: 26px;
    }
}

.testimonial-8__author {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .testimonial-8__author {
        display: block;
    }
}

.testimonial-8__author .div {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.testimonial-8__author__thumb {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
    position: relative;
}

    .testimonial-8__author__thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 100px;
    }

    .testimonial-8__author__thumb span {
        font-size: 14px;
        background: var(--rr-theme-primary8);
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        line-height: 1;
        position: absolute;
        padding: 5px 9.8px;
        border-radius: 4px;
        bottom: 0px;
        bottom: -7px;
        left: 0;
        transform: rotate(-6deg);
    }

.testimonial-8__author__contant .name {
    font-size: 18px;
    color: #050513;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 600;
}

@media (max-width: 575px) {
    .testimonial-8__author__contant .name {
        font-size: 16px;
    }
}

.testimonial-8__author__contant .position {
    font-size: 14px;
    font-weight: 500;
    color: rgba(5, 5, 19, 0.6);
    text-transform: uppercase;
    line-height: 1;
}

@media (max-width: 575px) {
    .testimonial-8__author__contant .position {
        font-size: 13px;
    }
}

.testimonial-8__author__social a {
    width: 44px;
    height: 44px;
    background: #0A66C2;
    border-radius: 6px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
}

@media (max-width: 575px) {
    .testimonial-8__author__social a {
        display: none;
    }
}

.testimonial-8__bg {
    background: #fff;
    width: 310px;
    height: 420px;
    left: 0;
    top: 50%;
    z-index: 2;
    transform: translateY(-40%);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .testimonial-8__bg {
        width: 160px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .testimonial-8__bg {
        width: 90px;
        height: 500px;
    }
}

.testimonial-8__bg::after {
    content: "";
    background: #fff;
    width: 100%;
    height: 420px;
    display: inline-block;
    filter: blur(100px);
    transform: translateX(150px);
}

.testimonial-8__bg-2 {
    left: auto;
    right: 0;
}

    .testimonial-8__bg-2::after {
        content: "";
        background: #fff;
        width: 100%;
        height: 420px;
        display: inline-block;
        filter: blur(100px);
        transform: translateX(-150px);
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .testimonial-8__bg {
        display: none;
    }
}

.testimonial-6__carousel {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonial-6__shapes-shape-1 {
    position: absolute;
    bottom: -570px;
    left: 330px;
    transform: rotate(-44.07deg);
}

    .testimonial-6__shapes-shape-1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.testimonial-6__bottom {
    margin-bottom: 110px;
}

@media (max-width: 575px) {
    .testimonial-6__bottom {
        margin-bottom: 0;
    }
}

.testimonial-6__slider-arrow .rr-btn {
    background: var(--rr-common-white);
    color: var(--rr-heading-primary);
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out;
    padding: 0;
    transform: translate(0, -50%);
    bottom: 0;
    position: absolute;
}

    .testimonial-6__slider-arrow .rr-btn::before {
        background: var(--rr-theme-primary6);
    }

.testimonial-6__slider-arrow-prev {
    left: 50%;
    margin-left: 10px;
}

.testimonial-6__slider-arrow-next {
    right: 50%;
}

@media (max-width: 575px) {
    .testimonial-6__slider-arrow {
        display: none;
    }
}

.testimonial-6__review {
    gap: 14px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 70px;
    padding: 12px 33px 6px 20px;
    position: relative;
    margin-top: 10px;
}

@media (max-width:376px) {
    .testimonial-6__review {
        display: none;
    }
}

.testimonial-6__review .icon {
    display: flex;
    align-items: center;
}

    .testimonial-6__review .icon img {
        width: 50px;
        height: 50px;
        object-fit: cover;
    }

        .testimonial-6__review .icon img:nth-child(2) {
            margin-left: -20px;
        }

        .testimonial-6__review .icon img:nth-child(3) {
            margin-left: -20px;
        }

        .testimonial-6__review .icon img:nth-child(4) {
            margin-left: -20px;
        }

.testimonial-6__review .title-star-box .star-list {
    display: flex;
    align-items: center;
    gap: 9px;
}

    .testimonial-6__review .title-star-box .star-list .title {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        color: var(--rr-heading-primary);
        font-style: normal;
        font-size: 14px;
        line-height: 22px;
    }

    .testimonial-6__review .title-star-box .star-list .star-icon ul {
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .testimonial-6__review .title-star-box .star-list .star-icon ul li {
            list-style: none;
            color: #F59E0B;
        }

.testimonial-6__review .title-star-box .dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
}

.testimonial-6__item {
    background: var(--rr-common-white);
    padding: 37px 40px 50px 40px;
}

.testimonial-6__item-star-icon {
    margin-bottom: 18px;
}

    .testimonial-6__item-star-icon ul {
        display: flex;
        align-items: center;
        gap: 4px;
    }

        .testimonial-6__item-star-icon ul li {
            list-style: none;
        }

            .testimonial-6__item-star-icon ul li i {
                color: #F59E0B;
            }

.testimonial-6__item-title {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-medium);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.testimonial-6__item-dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    color: rgba(5, 5, 19, 0.6);
    margin-bottom: 51px;
}

.testimonial-6__item-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

    .testimonial-6__item-author img {
        width: 44px;
        height: 44px;
        border-radius: 50%;
    }

.testimonial-6__item-author-title .title {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
}

.testimonial-6__item-author-title span {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    color: rgba(5, 5, 19, 0.6);
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
}

.testimonial-10__area {
    padding-top: 57px;
    padding-bottom: 60px;
}

@media (max-width:320px) {
    .testimonial-10__area {
        padding-top: 58px;
        padding-bottom: 58px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-10__area {
        padding-top: 55px;
        padding-bottom: 59px;
    }
}

.testimonial-10__item {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .testimonial-10__item {
        gap: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-10__item {
        flex-wrap: wrap;
    }
}

@media (max-width:320px) {
    .testimonial-10__item {
        display: inherit;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-10__item {
        display: inherit;
    }
}

@media (max-width:450px) {
    .testimonial-10__item {
        display: inherit;
    }
}

@media (max-width: 575px) {
    .testimonial-10__item {
        display: inherit;
    }
}

.testimonial-10__thumb {
    position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-10__thumb {
        margin-bottom: 20px;
        overflow: hidden;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .testimonial-10__thumb {
        margin-bottom: 20px;
    }
}

@media (max-width:320px), (max-width:450px) {
    .testimonial-10__thumb {
        margin-bottom: 20px;
    }
}

.testimonial-10__thumb img {
    border-radius: 10px;
    width: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .testimonial-10__thumb img {
        max-width: 350px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-10__thumb img {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .testimonial-10__thumb img {
        width: 100%;
    }
}

@media (max-width:320px) {
    .testimonial-10__thumb img {
        width: 100%;
    }
}

@media (max-width:450px) {
    .testimonial-10__thumb img {
        width: 100%;
    }
}

.testimonial-10__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translate(-50%, 0);
    background: #ffffff;
    padding: 26px 30px;
    border-radius: 10px;
    content: "";
    position: absolute;
    bottom: 28px;
    left: 50%;
    width: calc(100% - 60px);
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .testimonial-10__wrap {
        width: calc(100% - 31px);
        bottom: 14px;
        padding: 14px 14px;
    }
}

@media (max-width:320px) {
    .testimonial-10__wrap {
        padding: 26px 14px;
        width: calc(100% - 23px);
        bottom: 10px;
        display: inherit;
    }
}

@media (max-width:376px) {
    .testimonial-10__wrap {
        padding: 20px 14px;
    }
}

@media (max-width:450px) {
    .testimonial-10__wrap {
        bottom: 14px;
    }
}

@media (max-width: 575px) {
    .testimonial-10__wrap {
        width: calc(100% - 35px);
        bottom: 16px;
        padding: 26px 23px;
    }
}

@media (max-width:450px) {
    .testimonial-10__wrap {
        width: calc(100% - 30px);
    }
}

@media (max-width:320px) {
    .testimonial-10__wrap .client-review {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), (max-width:450px) {
    .testimonial-10__wrap .client-review {
        margin-bottom: 10px;
    }
}

.testimonial-10__wrap .client-review span {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 22px;
    display: inline-flex;
    color: #050513;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .testimonial-10__wrap .client-review span {
        font-size: 24px;
    }
}

@media (max-width:320px) {
    .testimonial-10__wrap .client-review span {
        font-size: 25px;
    }
}

@media (max-width:450px) {
    .testimonial-10__wrap .client-review span {
        font-size: 25px;
        line-height: 18px;
    }
}

.testimonial-10__wrap .client-review span i {
    font-size: 16px;
    color: #F59E0B;
    padding-left: 10px;
    padding-top: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .testimonial-10__wrap .client-review span i {
        font-size: 12px;
        padding-left: 8px;
        padding-top: 5px;
    }
}

@media (max-width:320px) {
    .testimonial-10__wrap .client-review span i {
        font-size: 10px;
        padding-left: 6px;
        padding-top: 7px;
    }
}

@media (max-width:450px) {
    .testimonial-10__wrap .client-review span i {
        font-size: 12px;
        padding-left: 7px;
    }
}

.testimonial-10__wrap .client-review p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #050513;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .testimonial-10__wrap .client-review p {
        font-size: 13px;
    }
}

@media (max-width:320px) {
    .testimonial-10__wrap .client-review p {
        font-size: 13px;
    }
}

@media (max-width:450px) {
    .testimonial-10__wrap .client-review p {
        font-size: 12px;
    }
}

.testimonial-10__wrap .review-image img {
    width: inherit;
}

@media (max-width:320px) {
    .testimonial-10__wrap .review-image img {
        width: 30px;
    }
}

.testimonial-10__wrap .review-image img:nth-child(2) {
    margin-left: -20px;
}

@media (max-width:320px) {
    .testimonial-10__wrap .review-image img:nth-child(2) {
        margin-left: -10px;
    }
}

@media (max-width:450px) {
    .testimonial-10__wrap .review-image img:nth-child(2) {
        margin-left: -14px;
    }
}

.testimonial-10__wrap .review-image img:nth-child(3) {
    margin-left: -20px;
}

@media (max-width:320px) {
    .testimonial-10__wrap .review-image img:nth-child(3) {
        margin-left: -10px;
    }
}

@media (max-width:450px) {
    .testimonial-10__wrap .review-image img:nth-child(3) {
        margin-left: -14px;
    }
}

.testimonial-10__wrap .review-image img:nth-child(4) {
    margin-left: -20px;
}

@media (max-width:320px) {
    .testimonial-10__wrap .review-image img:nth-child(4) {
        margin-left: -11px;
    }
}

.testimonial-10__wrapper {
    padding: 31px 31px 48px 31px;
    background: #fff;
    opacity: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(5, 5, 19, 0.14);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-10__wrapper {
        padding: 25px 18px 30px 18px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .testimonial-10__wrapper {
        padding: 18px 18px 25px 18px;
    }
}

@media (max-width: 575px) {
    .testimonial-10__wrapper {
        padding: 20px 20px 35px 20px;
    }
}

@media (max-width:320px) {
    .testimonial-10__wrapper {
        padding: 20px 14px 25px 14px;
    }
}

@media (max-width:450px) {
    .testimonial-10__wrapper {
        padding: 31px 20px 48px 20px;
    }
}

.testimonial-10__wrapper span i {
    color: #F59E0B;
    font-size: 16px;
}

@media (max-width:450px) {
    .testimonial-10__wrapper span i {
        font-size: 13px;
    }
}

.testimonial-10__content {
    border-bottom: 1px solid #EDF2F7;
}

    .testimonial-10__content p {
        font-family: "Inter";
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        padding-right: 10px;
        line-height: 30px;
        color: rgba(5, 5, 19, 0.6);
        margin-bottom: 51px;
    }

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .testimonial-10__content p {
        padding-right: 34px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .testimonial-10__content p {
        padding-right: inherit;
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 14px;
    }
}

@media (max-width: 575px) {
    .testimonial-10__content p {
        margin-bottom: 26px;
    }
}

@media (max-width:450px) {
    .testimonial-10__content p {
        font-size: 13px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .testimonial-10__content p {
        margin-bottom: 34px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .testimonial-10__content p {
        margin-bottom: 31px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-10__content p {
        padding-right: inherit;
        margin-bottom: 25px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-10__content p {
        margin-bottom: 30px;
    }
}

@media (max-width:320px) {
    .testimonial-10__content p {
        padding-right: 0;
        line-height: 24px;
        font-size: 12px;
        margin-bottom: 25px;
    }
}

.testimonial-10__author-wrapper {
    padding-top: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .testimonial-10__author-wrapper {
        padding-top: 26px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .testimonial-10__author-wrapper {
        padding-top: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-10__author-wrapper {
        padding-top: 23px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .testimonial-10__author-wrapper {
        padding-top: 20px;
    }
}

@media (max-width: 575px) {
    .testimonial-10__author-wrapper {
        padding-top: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-10__author-wrapper {
        padding-top: 24px;
    }
}

@media (max-width:320px) {
    .testimonial-10__author-wrapper {
        padding-top: 25px;
    }
}

@media (max-width:450px) {
    .testimonial-10__author-wrapper {
        padding-top: 24px;
    }
}

.testimonial-10__author-wrapper .author__item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonial-10__author-wrapper .author-name {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #050513;
}

@media (max-width:320px) {
    .testimonial-10__author-wrapper .author-name {
        font-size: 14px;
        line-height: 10px;
    }
}

.testimonial-10__author-wrapper .author-desgn {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #050513;
    opacity: 60%;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-10__author-wrapper .author-desgn {
        font-size: 11px;
        line-height: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .testimonial-10__author-wrapper .author-desgn {
        font-size: 11px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-10__author-wrapper .author-desgn {
        font-size: 11px;
        line-height: 17px;
    }
}

@media (max-width:320px) {
    .testimonial-10__author-wrapper .author-desgn {
        font-size: 11px;
    }
}

@media (max-width:450px) {
    .testimonial-10__author-wrapper .author-desgn {
        font-size: 11px;
    }
}

@media (max-width:320px) {
    .testimonial-10__author-wrapper .author-logo img {
        width: 90px;
    }
}

.testimonial-10__icon {
    margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-10__icon {
        margin-bottom: 7px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .testimonial-10__icon {
        margin-bottom: 6px;
    }
}

@media (max-width: 575px) {
    .testimonial-10__icon {
        margin-bottom: 11px;
    }
}

@media (max-width:320px) {
    .testimonial-10__icon {
        margin-bottom: 10px;
    }
}

@media (max-width:450px) {
    .testimonial-10__icon {
        margin-bottom: 10px;
    }
}

.testimonial-10__arrow {
    position: relative;
    margin-top: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .testimonial-10__arrow {
        margin-top: 64px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .testimonial-10__arrow {
        margin-top: 74px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-10__arrow {
        margin-top: 50px;
    }
}

.testimonial-10__arrow .rr-btn {
    background: var(--rr-common-white);
}

    .testimonial-10__arrow .rr-btn::before {
        background: var(--rr-theme-primary10);
    }

    .testimonial-10__arrow .rr-btn:hover {
        color: var(--rr-heading-primary);
    }

    .testimonial-10__arrow .rr-btn:focus {
        color: var(--rr-heading-primary);
    }

.testimonial-10__swiper-button-next {
    color: var(--rr-heading-primary);
    width: 40px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0px 4px 4px rgba(5, 5, 19, 0.14);
    transition: all 0.3s ease-in-out;
    padding: 0;
    transform: translate(0, -50%);
    bottom: 0;
    position: absolute;
    text-align: center;
    right: 51%;
    border-radius: 6px;
}

@media (max-width:320px) {
    .testimonial-10__swiper-button-next {
        width: 35px;
        height: 35px;
        line-height: 35px;
        right: 53%;
    }
}

@media (max-width:450px) {
    .testimonial-10__swiper-button-next {
        right: 53%;
    }
}

.testimonial-10__swiper-button-prev {
    color: var(--rr-heading-primary);
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: all 0.3s ease-in-out;
    padding: 0;
    transform: translate(0, -50%);
    bottom: 0;
    position: absolute;
    text-align: center;
    left: 50%;
    border-radius: 6px;
    box-shadow: 0px 4px 4px rgba(5, 5, 19, 0.14);
}

@media (max-width:320px) {
    .testimonial-10__swiper-button-prev {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

@media (max-width:320px) {
    .swiper-wrapper {
        margin-bottom: 14px;
    }
}

@media (max-width:450px) {
    .swiper-wrapper {
        margin-bottom: 15px;
    }
}

.product-4__item {
    border: 1px solid rgba(5, 5, 19, 0.14);
}

.product-4__item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-4__item-thumb-2 {
    position: relative;
}

    .product-4__item-thumb-2::before {
        background: var(--rr-common-white);
        position: absolute;
        width: 129px;
        height: 34px;
        content: "";
        top: -1px;
        right: -2px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 21% 100%);
    }

.product-4__item-cart {
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid rgba(5, 5, 19, 0.14);
}

.product-4__item-cart-text {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-sbold);
    font-size: 14px;
    font-style: normal;
    line-height: 40px;
    text-transform: capitalize;
    color: var(--rr-theme-primary2);
}

.product-4__item-cart .rr-btn {
    background-color: #EEF5FD;
    padding: 13px 19px;
}

    .product-4__item-cart .rr-btn::before {
        background-color: var(--rr-theme-primary2);
    }

.product-4__content {
    padding: 14px 24px 24px 24px;
}

.product-4__content-wrap {
    display: flex;
    align-items: center;
    gap: 9px;
}

.product-4__content-wrap-icon ul {
    display: flex;
    align-items: center;
    gap: 4px;
}

    .product-4__content-wrap-icon ul li {
        list-style: none;
        font-size: 16px;
    }

        .product-4__content-wrap-icon ul li i {
            color: #F59E0B;
        }

.product-4__content-wrap h5 {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 14px;
    line-height: 40px;
    text-transform: capitalize;
    color: var(--rr-theme-primary2);
}

.product-4__content-title {
    line-height: 20px;
    margin-bottom: 3px;
}

    .product-4__content-title a {
        font-family: var(--rr-ff-heading);
        font-weight: var(--rr-fw-bold);
        color: var(--rr-heading-primary);
        font-style: normal;
        font-size: var(--rr-fs-h5);
        line-height: var(--rr-lh-h3);
        letter-spacing: -0.03em;
        transition: all 0.3s ease-in-out;
    }

        .product-4__content-title a:hover {
            color: var(--rr-theme-primary2);
        }

.product-4__content-dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: var(--rr-fs-h6);
    line-height: 25px;
    color: rgba(5, 5, 19, 0.7);
}

.project__media-wrap {
    display: flex;
    gap: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .project__item {
        width: 100%;
    }
}

.project__item-right {
    margin-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .project__item-right {
        margin-right: 0;
    }
}

.project__item:hover .project__item-thumb-content {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
}

@media (max-width: 575px) {
    .project__item:hover .project__item-thumb-content {
        bottom: 15px;
    }
}

.project__item-thumb-2 {
    position: relative;
}

    .project__item-thumb-2::before {
        background: var(--rr-common-white);
        position: absolute;
        width: 220px;
        height: 44px;
        content: "";
        top: -1px;
        right: -1px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%);
    }

.project__item-thumb {
    overflow: hidden;
}

.project__item-thumb-content {
    background: rgba(5, 5, 19, 0.7);
    position: absolute;
    bottom: -30px;
    left: 50%;
    backdrop-filter: blur(7px);
    padding: 27px 34px 15px 34px;
    width: calc(100% - 70px);
    transform: translate(-50%, 0);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 575px) {
    .project__item-thumb-content {
        padding: 15px;
        width: calc(100% - 30px);
    }
}

.project__item-thumb-content .title a {
    background: var(--rr-theme-primary);
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 4px 14px 3px 24px;
}

    .project__item-thumb-content .title a:hover {
        background: var(--rr-theme-primary2);
        color: var(--rr-common-white);
    }

        .project__item-thumb-content .title a:hover::before {
            background: var(--rr-common-white);
        }

    .project__item-thumb-content .title a::before {
        background: var(--rr-heading-primary);
        position: absolute;
        width: 4px;
        height: 4px;
        top: 43%;
        left: 12px;
        content: "";
        border-radius: 50%;
    }

.project__item-thumb-content .dec a {
    font-family: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: 24px;
    line-height: 44px;
    letter-spacing: -0.03em;
    margin-top: 6px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
    .project__item-thumb-content .dec a {
        font-size: 24px;
        line-height: 34px;
    }
}

.project__item-thumb-content .dec a:hover {
    color: var(--rr-theme-primary);
}

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

.product-7__item {
    background: #E9EEE2;
    text-align: center;
    padding: 20px 20px 23px 20px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

    .product-7__item:hover {
        background: var(--rr-common-white);
        box-shadow: 0px 10px 80px rgba(5, 5, 19, 0.2);
    }

.product-7__item-thumb img {
    width: 100%;
    height: 10%;
    object-fit: cover;
}

.product-7__item-content {
    margin-top: 15px;
}

    .product-7__item-content .title {
        margin-bottom: 50px;
    }

        .product-7__item-content .title a {
            font-family: var(--rr-ff-heading);
            font-weight: var(--rr-fw-bold);
            color: var(--rr-heading-primary);
            font-style: normal;
            font-size: 20px;
            line-height: 30px;
            letter-spacing: -0.03em;
            text-transform: capitalize;
            transition: all 0.3s ease-in-out;
        }

            .product-7__item-content .title a:hover {
                color: #7FA511;
            }

.product-7__btn {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-sbold);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: rgba(5, 5, 19, 0.6);
    transition: all 0.3s ease-in-out;
    left: 50%;
    bottom: 28px;
    transform: translate(-50%, 0);
    position: absolute;
}

    .product-7__btn::before {
        background: #7FA511;
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: -20px;
        content: "";
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }

    .product-7__btn:hover {
        color: #7FA511;
    }

        .product-7__btn:hover::before {
            left: 0;
            visibility: visible;
            opacity: 1;
        }

.product-7__button {
    text-align: center;
    margin-top: 60px;
}

    .product-7__button .rr-btn {
        background: var(--rr-theme-primary6);
        font-size: 14px;
        text-decoration: initial;
        padding: 14px 92px;
        text-transform: inherit;
    }

@media (max-width: 575px) {
    .product-7__button .rr-btn {
        padding: 14px 80px;
    }
}

.product-9__item {
    position: relative;
    border-radius: 10px;
}

    .product-9__item:hover::before {
        visibility: visible;
        opacity: 1;
        left: 50%;
    }

    .product-9__item:hover .product-9__item-content {
        visibility: visible;
        opacity: 1;
        left: 50%;
    }

    .product-9__item::before {
        background: rgba(5, 5, 19, 0.5);
        backdrop-filter: blur(5px);
        border-radius: 10px;
        position: absolute;
        content: "";
        top: 20px;
        left: 45%;
        width: 100%;
        height: 100%;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        transform: translate(-50%);
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }

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

.product-9__item-content {
    position: absolute;
    top: 50%;
    left: 45%;
    text-align: center;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

    .product-9__item-content .icon a {
        transition: all 0.3s ease-in-out;
    }

        .product-9__item-content .icon a:hover i {
            color: var(--rr-theme-primary9);
        }

        .product-9__item-content .icon a i {
            color: var(--rr-common-white);
            font-size: 29px;
        }

    .product-9__item-content .title {
        margin-top: 41px;
    }

        .product-9__item-content .title a {
            font-family: var(--rr-ff-heading);
            font-weight: var(--rr-fw-bold);
            color: var(--rr-common-white);
            font-style: normal;
            font-size: 30px;
            line-height: 47px;
            letter-spacing: -0.04em;
            text-transform: capitalize;
            transition: all 0.3s ease-in-out;
        }

            .product-9__item-content .title a:hover {
                color: var(--rr-theme-primary9);
            }

    .product-9__item-content .dec {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        font-style: normal;
        font-size: 15px;
        line-height: 26px;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.6);
        transition: all 0.3s ease-in-out;
    }

.product-10__item {
    background: var(--rr-common-white);
    box-shadow: 0px 4px 4px rgba(5, 5, 19, 0.14);
    border-radius: 10px;
    padding: 39px 40px 49px 40px;
}

.product-10__item-icon {
    margin-bottom: 27px;
}

    .product-10__item-icon img {
        object-fit: cover;
    }

.product-10__item-icon-1 img {
    width: 84.97px;
    height: 80px;
}

.product-10__item-icon-2 img {
    width: 91px;
    height: 80px;
}

.product-10__item-icon-3 img {
    width: 80px;
    height: 80px;
}

.product-10__item-icon-4 img {
    width: 84.81px;
    height: 80px;
}

.product-10__item-icon-5 img {
    width: 83.63px;
    height: 80px;
}

.product-10__item-icon-6 img {
    width: 80.64px;
    height: 80px;
}

.product-10__item .title {
    margin-bottom: 16px;
}

    .product-10__item .title a {
        font-family: var(--rr-ff-heading);
        font-weight: var(--rr-fw-bold);
        color: var(--rr-heading-primary);
        font-style: normal;
        font-size: 22px;
        line-height: 30px;
        letter-spacing: -0.03em;
        transition: all 0.3s ease-in-out;
    }

        .product-10__item .title a:hover {
            color: var(--rr-theme-primary10);
        }

.product-10__item .dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 15px;
    line-height: 26px;
    color: rgba(5, 5, 19, 0.6);
}

.product-10__item .rr-btn {
    background: var(--rr-common-white);
    border-radius: 6px;
    font-size: 15px;
    padding: 14px 28px;
    margin-top: 52px;
    border: 1px solid rgba(5, 5, 19, 0.14);
}

    .product-10__item .rr-btn i {
        transition: all 0.3s ease-in-out;
        font-size: 17px;
    }

    .product-10__item .rr-btn::before {
        background: var(--rr-theme-primary10);
    }

    .product-10__item .rr-btn:hover {
        color: var(--rr-heading-primary);
    }

        .product-10__item .rr-btn:hover i {
            transform: rotate(-45deg);
        }

.project-tab-6__shapes-shape-1 {
    position: absolute;
    left: -97.77px;
    top: 129px;
    transform: rotate(-97.88deg);
    z-index: -1;
}

.project-tab-6__nav-tabs {
    background-color: var(--rr-common-white);
    padding: 5px 0;
}

    .project-tab-6__nav-tabs .nav {
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        display: flex;
    }

        .project-tab-6__nav-tabs .nav .nav-link.nav-link {
            font-family: "Space Grotesk";
            font-style: normal;
            font-weight: 500;
            font-size: 18px;
            line-height: 30px;
            letter-spacing: -0.03em;
            text-transform: capitalize;
            color: rgba(5, 5, 19, 0.6);
            padding: 10px 74px;
        }

@media (max-width: 575px) {
    .project-tab-6__nav-tabs .nav .nav-link.nav-link {
        padding: 10px 45px;
    }
}

.project-tab-6__nav-tabs .nav .nav-link.nav-link:hover {
    color: var(--rr-heading-primary);
}

.project-tab-6__nav-tabs .nav .nav-link.nav-link.active {
    background-color: var(--rr-theme-primary6);
    color: var(--rr-heading-primary);
    font-family: "Space Grotesk";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #050513;
}

.project-tab-left {
    background-color: var(--rr-common-white);
    padding: 5px;
    display: flex;
    justify-content: space-between;
}

.project-tab-left-img img {
    width: inherit;
    margin-right: 10px;
}

.project-tab-left a {
    display: flex;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #EFF3EA;
    padding: 6px;
    height: 20px;
    width: 20px;
}

    .project-tab-left a i {
        font-size: 10px;
        color: var(--rr-heading-primary);
    }

.project-tab-left-text h6 {
    line-height: 20px;
}

.project-tab-left-text span {
    font-size: 15px;
    font-weight: 400;
}

.project-tab-6__wrapper {
    background-color: #fff;
    padding: 80px 80px 80px 93px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .project-tab-6__wrapper {
        padding: 40px 40px 40px 40px;
    }
}

@media (max-width: 575px) {
    .project-tab-6__wrapper {
        padding: 30px;
    }
}

.project-tab-6__wrapper .section__title-wrapper .rr-btn {
    background: var(--rr-theme-primary6);
    text-transform: inherit;
    font-size: 14px;
    padding: 14px 11px;
}

.project-tab-6__left-area {
    background: #EFF3EA;
    padding: 30px 25px 30px 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .project-tab-6__left-area {
        background: var(--rr-common-white);
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .project-tab-6__left-area {
        padding: 30px 10px 30px 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .project-tab-right {
        margin-top: 20px;
    }
}

.project-tab-right img {
    width: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .project-tab-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.project-tab-icon {
    background: var(--rr-common-white);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 38%;
    left: 42%;
}

    .project-tab-icon i {
        font-size: 14px;
        color: var(--rr-heading-primary);
    }

.brt {
    height: 30px;
    width: 1px;
    background: rgba(5, 5, 19, 0.6);
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .brt {
        display: none;
    }
}

.seken-project-area .blog__details-bottom {
    margin-top: 0;
}

.seken-project-content h3 {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -0.03em;
    color: var(--rr-heading-primary);
    margin-bottom: 20px;
}

.seken-project-content p {
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: var(--rr-fw-regular);
    font-size: 16px;
    line-height: 26px;
    color: var(--rr-heading-primary);
    opacity: 0.7;
}

.seken-project-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 24px;
}

    .seken-project-list ul {
        list-style: none;
    }

        .seken-project-list ul li {
            font-family: var(--rr-ff-body);
            font-style: normal;
            font-weight: var(--rr-fw-medium);
            font-size: 15px;
            line-height: 40px;
            text-transform: uppercase;
            color: #747474;
        }

@media (max-width: 575px) {
    .seken-project-list ul li {
        font-size: 13px;
        text-transform: capitalize;
    }
}

.seken-project-list ul li i {
    color: #8B3DFF;
    margin-right: 5px;
}

.seken-project-image {
    margin-top: 85px;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .seken-project-image {
        flex-wrap: wrap;
    }
}

.seken-project-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid rgba(5, 5, 19, 0.14);
    padding: 21px 40px;
    margin-top: 93px;
    row-gap: 15px;
    position: relative;
}

    .seken-project-box::before {
        position: absolute;
        background: rgba(5, 5, 19, 0.14);
        width: 1px;
        height: 40px;
        content: "";
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

@media (max-width: 575px) {
    .seken-project-box::before {
        display: none;
    }
}

.seken-project-box a {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease-in-out;
}

    .seken-project-box a:hover {
        color: var(--rr-theme-primary);
    }

        .seken-project-box a:hover i {
            color: var(--rr-theme-primary);
        }

    .seken-project-box a i {
        color: var(--rr-heading-primary);
        font-weight: var(--rr-fw-medium);
        font-size: 18px;
        transition: all 0.3s ease-in-out;
    }

.seken-project-sitebar {
    background: var(--rr-background-pastel-blue);
    padding: 32px 40px 40px 34px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .seken-project-sitebar {
        padding: 32px 20px 40px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .seken-project-sitebar {
        margin-top: 30px !important;
    }
}

.seken-project-sitebar::before {
    background: var(--rr-common-white);
    position: absolute;
    width: 129px;
    height: 34px;
    content: "";
    top: -1px;
    right: -1px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 19% 100%);
}

.seken-project-sitebar .share-social-media_wrapper {
    margin-top: 30px;
}

    .seken-project-sitebar .share-social-media_wrapper span {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-sbold);
        color: var(--rr-heading-primary);
        font-style: normal;
        font-size: 20px;
        line-height: 26px;
    }

.seken-project-sitebar .title {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
}

.seken-project-sitebar-box {
    margin-top: 30px;
}

    .seken-project-sitebar-box ul li {
        list-style: none;
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-sbold);
        color: var(--rr-heading-primary);
        font-style: normal;
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 14px;
        border-bottom: 1px solid rgba(23, 23, 24, 0.14);
        padding-bottom: 10px;
    }

        .seken-project-sitebar-box ul li:last-child {
            margin-bottom: 0;
        }

        .seken-project-sitebar-box ul li span {
            font-family: var(--rr-ff-body);
            font-weight: var(--rr-fw-medium);
            font-style: normal;
            font-size: 16px;
            line-height: 26px;
            color: rgba(5, 5, 19, 0.6);
        }

        .seken-project-sitebar-box ul li .first {
            margin-left: 29px;
        }

        .seken-project-sitebar-box ul li .second {
            margin-left: 39px;
        }

        .seken-project-sitebar-box ul li .third {
            margin-left: 20px;
        }

.seken-project-image-2-text h3 {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -0.03em;
    color: var(--rr-heading-primary);
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .seken-project-image-2-text h3 {
        font-size: 33px;
    }
}

.seken-project-image-2-text p {
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: var(--rr-fw-regular);
    font-size: 16px;
    line-height: 26px;
    color: var(--rr-heading-primary);
    opacity: 0.7;
}

/**----------------------------------------
START: Slider CSS
----------------------------------------*/
/* Fade Effect */
.pixfix-fadeIn {
    animation-name: asFadeIn;
}

@keyframes asFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.pixfix-fadeInLeft {
    animation-name: asFadeInLeft;
}

@keyframes asFadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
    }
}

.pixfix-fadeInRight {
    animation-name: asFadeInRight;
}

@keyframes asFadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
    }
}

.pixfix-fadeInDown {
    animation-name: asFadeInTop;
}

@keyframes asFadeInTop {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
    }
}

.pixfix-fadeInUp {
    animation-name: asFadeInBottom;
}

@keyframes asFadeInBottom {
    from {
        opacity: 0;
        z-index: -2;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
    }
}
/* Image Effect */
.pixfix-img-effect {
    animation-name: imgEffect;
}

@keyframes imgEffect {
    from {
        opacity: 0;
        transform: translatex(50%) scalex(2);
        filter: blur(10px);
    }

    to {
        opacity: 1;
        transform: translatex(0) scalex(1);
        filter: blur(0);
    }
}
/* Move From Effect */
.pixfix-moveFromLeft {
    animation-name: asMoveFromLeft;
}

@keyframes asMoveFromLeft {
    from {
        visibility: hidden;
        transform: translateX(-50px);
    }

    to {
        visibility: visible;
    }
}

.pixfix-moveFromRight {
    animation-name: asMoveFromRight;
}

@keyframes asMoveFromRight {
    from {
        visibility: hidden;
        transform: translateX(50px);
    }

    to {
        visibility: visible;
    }
}

.pixfix-moveFromTop {
    animation-name: asMoveFromTop;
}

@keyframes asMoveFromTop {
    from {
        visibility: hidden;
        transform: translateY(-50px);
    }

    to {
        visibility: visible;
    }
}

.pixfix-moveFromBottom {
    animation-name: asMoveFromBottom;
}

@keyframes asMoveFromBottom {
    from {
        visibility: hidden;
        transform: translateY(50px);
    }

    to {
        visibility: visible;
    }
}

.banner-4__active .swiper-slide-active .banner__thumb-bg {
    transform: scale(1.2);
    transition: all 4s ease-in-out;
}

/* Blur Effect */
.pixfix-blurIn {
    animation-name: asBlurIn;
}

@keyframes asBlurIn {
    from {
        filter: blur(20px);
        opacity: 0;
    }
}

.pixfix-blurInLeft {
    animation-name: asBlurInLeft;
}

@keyframes asBlurInLeft {
    from {
        transform: translateX(50px);
        filter: blur(20px);
        opacity: 0;
    }
}

.pixfix-blurInRight {
    animation-name: asBlurInRight;
}

@keyframes asBlurInRight {
    from {
        transform: translateX(-50px);
        filter: blur(20px);
        opacity: 0;
    }
}

.pixfix-blurInTop {
    animation-name: asBlurInTop;
}

@keyframes asBlurInTop {
    from {
        transform: translateY(50px);
        filter: blur(20px);
        opacity: 0;
    }
}

.pixfix-blurInBottom {
    animation-name: asBlurInBottom;
}

@keyframes asBlurInBottom {
    from {
        transform: translateY(-50px);
        filter: blur(20px);
        opacity: 0;
    }
}
/* Zoom Effect */
.pixfix-zoomIn {
    animation-name: asZoomIn;
}

@keyframes asZoomIn {
    from {
        opacity: 0;
        transform: scale(0.98);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.pixfix-zoomInLeft {
    animation-name: asZoomInLeft;
}

@keyframes asZoomInLeft {
    from {
        transform: scale(5) translateX(-50%);
        opacity: 0;
    }
}

.pixfix-zoomInRight {
    animation-name: asZoomInRight;
}

@keyframes asZoomInRight {
    from {
        transform: scale(5) translateX(50%);
        opacity: 0;
    }
}

.pixfix-zoomInTop {
    animation-name: asZoomInTop;
}

@keyframes asZoomInTop {
    from {
        transform: scale(10) translateY(-50%);
        opacity: 0;
    }
}

.pixfix-zoomInBottom {
    animation-name: asZoomInBottom;
}

@keyframes asZoomInBottom {
    from {
        transform: scale(10) translateY(50%);
        opacity: 0;
    }
}
/* Flip Effect */
.pixfix-flipInTop {
    animation-name: asFlipInTop;
}

@keyframes asFlipInTop {
    from {
        transform: perspective(600px);
        opacity: 0;
    }

    30% {
        transform: perspective(600px) rotateX(180deg);
        transform-origin: 0 0;
        animation-timing-function: ease-out;
    }

    to {
        transform: perspective(600px);
    }
}

.pixfix-flipInBottom {
    animation-name: asFlipInBottom;
}

@keyframes asFlipInBottom {
    from {
        transform: perspective(600px);
        opacity: 0;
    }

    30% {
        transform: perspective(600px) rotateX(180deg);
        transform-origin: bottom;
        animation-timing-function: ease-out;
    }

    to {
        transform: perspective(600px);
    }
}
/* Roll Effect */
.pixfix-rollFromLeft {
    animation-name: asRollFromLeft;
}

@keyframes asRollFromLeft {
    from {
        transform: translateX(-60px) perspective(600px) rotateY(180deg);
        opacity: 0;
    }
}

.pixfix-rollFromRight {
    animation-name: asRollFromRight;
}

@keyframes asRollFromRight {
    from {
        transform: translateX(60px) perspective(600px) rotateY(-180deg);
        opacity: 0;
    }
}

.pixfix-rollFromTop {
    animation-name: asRollFromTop;
}

@keyframes asRollFromTop {
    from {
        transform: translateY(-60px) perspective(600px) rotateX(180deg);
        opacity: 0;
    }
}

.pixfix-rollFromBottom {
    animation-name: asRollFromBottom;
}

@keyframes asRollFromBottom {
    from {
        transform: translateY(60px) perspective(600px) rotateX(-180deg);
        opacity: 0;
    }
}
/* Rotate Skate Effect */
.pixfix-rotateSkateInRight {
    animation-name: asRotateSkateInRight;
}

@keyframes asRotateSkateInRight {
    from {
        transform: scaleX(0.2) translateX(100px);
        opacity: 0;
    }
}

.pixfix-rotateSkateInLeft {
    animation-name: asRotateSkateInLeft;
}

@keyframes asRotateSkateInLeft {
    from {
        transform: scaleX(0.2) translateX(-100px);
        opacity: 0;
    }
}

.pixfix-rotateSkateInTop {
    animation-name: asRotateSkateInTop;
}

@keyframes asRotateSkateInTop {
    from {
        transform: scaleY(0.2) translateY(-100px);
        opacity: 0;
    }
}

.pixfix-rotateSkateInBottom {
    animation-name: asRotateSkateInBottom;
}

@keyframes asRotateSkateInBottom {
    from {
        transform: scaleY(0.2) translateY(100px);
        opacity: 0;
    }
}
/* PopUp Effect */
.pixfix-popUp {
    animation-name: asPopUp;
}

@keyframes asPopUp {
    0% {
        visibility: hidden;
    }

    50% {
        transform: scale(1.1);
        visibility: visible;
    }
}

.pixfix-popUpLeft {
    animation-name: asPopUpLeft;
}

@keyframes asPopUpLeft {
    0% {
        visibility: hidden;
    }

    50% {
        visibility: visible;
        transform: translateX(-20px) scale(1.1);
        animation-timing-function: ease-in;
    }
}

.pixfix-popUpRight {
    animation-name: asPopUpRight;
}

@keyframes asPopUpRight {
    0% {
        visibility: hidden;
    }

    50% {
        visibility: visible;
        transform: translateX(20px) scale(1.1);
        animation-timing-function: ease-in;
    }
}
/* !END:  Slider CSS */
.sub-inner-area .rr-fea-product__tab .nav-inner button {
    padding: 0px 0px 0px 24px;
    margin: 0;
}

.sub-inner-area .rr-fea-product__tab .nav-inner .text h6 {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    color: rgba(5, 5, 19, 0.7);
}

.sub-inner-area .rr-fea-product__tab .nav-inner .all-button {
    display: flex;
    gap: 12px;
    position: relative;
    flex-wrap: wrap;
}

    .sub-inner-area .rr-fea-product__tab .nav-inner .all-button button {
        margin: 0;
        padding: 0;
        height: initial;
        border-radius: 0;
        background: #FFFFFF;
        width: 36px;
        height: 36px;
        border: 1px solid rgba(5, 5, 19, 0.1);
    }

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .sub-inner-area .rr-fea-product__tab .nav-inner .all-button button {
        display: none;
    }
}

.sub-inner-area .rr-fea-product__tab .nav-inner .all-button button.active svg circle {
    fill: #001D08;
    fill-opacity: 100%;
}

.sub-inner-area .rr-fea-product__tab .right-text {
    row-gap: 15px;
}

@media (max-width: 575px) {
    .sub-inner-area .rr-fea-product__tab .right-text {
        margin-top: 5px;
    }
}

.sub-inner-area .rr-fea-product__tab .right-text h6 {
    font-size: 18px;
    font-style: normal;
    line-height: var(--rr-lh-h6);
    font-family: var(--rr-ff-body);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-regular);
}

.sub-inner-area .rr-fea-product__tab .right-text .sorting-type span {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    color: rgba(5, 5, 19, 0.7);
}

@media (max-width: 575px) {
    .sub-inner-area .rr-fea-product__tab .right-text .sorting-type span {
        white-space: nowrap;
        margin-right: 0;
    }
}

.sub-inner-area .rr-fea-product__tab .right-text .sorting-type .lan-5 {
    border: 1px solid #e5e8e6;
    color: var(--rr-heading-primary);
    width: 236px;
    padding-left: 12px;
    height: 38px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sub-inner-area .rr-fea-product__tab .right-text .sorting-type .lan-5 {
        width: 200px;
        max-width: 100%;
    }
}

.sub-inner-area .rr-fea-product__tab .right-text .sorting-type .lan-5 .list {
    background: var(--rr-common-white);
    width: 100%;
}

.sub-inner-area .rr-fea-product__tab .right-text .sorting-type .lan-5:after {
    font-size: 18px;
    font-weight: var(--rr-fw-sbold);
    right: 14px;
}

.sub-inner-area .rr-fea-product__tab .right-text .sorting-type .lan-6 {
    border: 1px solid #e5e8e6;
    color: var(--rr-heading-primary);
    width: 156px;
    padding-left: 12px;
    height: 38px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sub-inner-area .rr-fea-product__tab .right-text .sorting-type .lan-6 {
        width: 200px;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .sub-inner-area .rr-fea-product__tab .right-text .sorting-type .lan-6 {
        width: 180px;
        max-width: 100%;
    }
}

.sub-inner-area .rr-fea-product__tab .right-text .sorting-type .lan-6 .list {
    background: var(--rr-common-white);
    width: 100%;
}

.sub-inner-area .rr-fea-product__tab .right-text .sorting-type .lan-6:after {
    font-size: 18px;
    font-weight: var(--rr-fw-sbold);
    right: 14px;
}

.pagination-social {
    margin-top: 60px;
}

    .pagination-social ul {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
    }

        .pagination-social ul li {
            list-style: none;
        }

            .pagination-social ul li .active {
                background: var(--rr-theme-primary);
            }

            .pagination-social ul li a {
                background: var(--rr-common-white);
                width: 50px;
                height: 50px;
                border: 1px solid rgba(5, 5, 19, 0.1);
                display: flex;
                align-items: center;
                justify-content: center;
                font-family: var(--rr-ff-body);
                font-weight: var(--rr-fw-medium);
                color: var(--rr-heading-primary);
                font-style: normal;
                font-size: 16px;
                line-height: 26px;
                transition: all 0.3s ease-in-out;
            }

                .pagination-social ul li a:hover {
                    background: var(--rr-theme-primary);
                    border: 1px solid var(--rr-theme-primary);
                }

                .pagination-social ul li a i {
                    font-weight: var(--rr-fw-medium);
                    color: var(--rr-heading-primary);
                    font-size: 16px;
                    line-height: 26px;
                }

.product-details-wrap .product-slider-wrap {
    display: grid;
    grid-template-columns: 112px 1fr;
    grid-gap: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .product-details-wrap .product-slider-wrap {
        grid-template-columns: 1fr;
    }
}

.product-details-wrap .product-gallary {
    position: relative;
    margin: 0;
    height: 100%;
}

    .product-details-wrap .product-gallary .gallary-item {
        background-color: var(--rr-common-white);
        height: 100%;
        position: relative;
        max-width: 585px;
    }

        .product-details-wrap .product-gallary .gallary-item::before {
            background: var(--rr-common-white);
            position: absolute;
            width: 170px;
            height: 44px;
            content: "";
            top: -1px;
            right: -1px;
            clip-path: polygon(0 0, 100% 0, 100% 100%, 19% 100%);
        }

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .product-details-wrap .product-gallary .gallary-item {
        height: 450px;
    }
}

.product-details-wrap .product-gallary .gallary-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-details-wrap .product-gallary-thumb {
    height: 670px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .product-details-wrap .product-gallary-thumb {
        max-width: 100%;
        padding: 0 15px;
        left: 0;
    }
}

.product-details-wrap .product-gallary-thumb .thumb-item {
    width: 110px;
    height: 118px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .product-details-wrap .product-gallary-thumb .thumb-item img {
        width: auto;
        height: auto;
        object-fit: inherit;
    }

.product-details-wrap .product-gallary-thumb .swiper-slide-thumb-active .thumb-item img {
    border: 2px solid var(--rr-theme-primary);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .product-details {
        margin-top: 20px;
    }
}

.product-info {
    padding-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .product-info {
        padding-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .product-info {
        padding-top: 40px;
    }
}

.product-info .product-inner .dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(5, 5, 19, 0.6);
}

.product-info .product-inner-list {
    margin-top: 60px;
}

@media (max-width: 575px) {
    .product-info .product-inner-list {
        margin-top: 30px;
    }
}

.product-info .product-inner-list li {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    color: rgba(5, 5, 19, 0.6);
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    list-style: none;
    margin-bottom: 6px;
}

    .product-info .product-inner-list li:last-child {
        margin-bottom: 0;
    }

    .product-info .product-inner-list li span {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        color: var(--rr-heading-primary);
        font-style: normal;
        font-size: 16px;
        line-height: 26px;
        margin-right: 5px;
    }

    .product-info .product-inner-list li a {
        transition: all 0.3s ease-in-out;
    }

        .product-info .product-inner-list li a:hover {
            color: var(--rr-theme-primary);
        }

.product-info .title {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .product-info .title {
        font-size: 24px;
    }
}

.product-info .rating-wrap {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .product-info .rating-wrap .rating {
        list-style: none;
        display: flex;
        align-items: center;
        gap: 4px;
    }

        .product-info .rating-wrap .rating li {
            color: #FFB21D;
        }

            .product-info .rating-wrap .rating li:not(:last-of-type) {
                margin-right: 2px;
            }

    .product-info .rating-wrap span {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        font-style: normal;
        font-size: 14px;
        line-height: 17px;
        color: rgba(5, 5, 19, 0.6);
    }

.product-info .price {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    color: #0b1926;
    font-style: normal;
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 26px;
}

    .product-info .price span {
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-medium);
        font-style: normal;
        font-size: 18px;
        line-height: 22px;
        color: rgba(5, 5, 19, 0.5);
    }

.product-info .product-btn {
    gap: 17px;
    display: flex;
    align-items: center;
}

    .product-info .product-btn .count-wrap {
        display: flex;
        align-items: center;
    }

        .product-info .product-btn .count-wrap input {
            background-color: transparent;
            font-family: var(--rr-ff-body);
            font-weight: var(--rr-fw-medium);
            color: var(--rr-heading-primary);
            text-align: center;
            width: 53px;
            height: 50px;
            font-size: 14px;
            line-height: 26px;
            border: 1px solid rgba(5, 5, 19, 0.1);
        }

        .product-info .product-btn .count-wrap .control {
            border: 1px solid rgba(5, 5, 19, 0.1);
            height: 50px;
            width: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

            .product-info .product-btn .count-wrap .control .plus {
                line-height: 0;
            }

                .product-info .product-btn .count-wrap .control .plus i {
                    font-weight: var(--rr-fw-medium);
                    color: var(--rr-heading-primary);
                    font-style: normal;
                    font-size: 14px;
                }

            .product-info .product-btn .count-wrap .control .minus {
                line-height: 0;
            }

                .product-info .product-btn .count-wrap .control .minus i {
                    font-weight: var(--rr-fw-medium);
                    color: var(--rr-heading-primary);
                    font-style: normal;
                    font-size: 14px;
                }

    .product-info .product-btn .rr-btn {
        padding: 16px 30px;
    }

.reviewr-wrap {
    padding-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .reviewr-wrap {
        padding-right: 0;
        margin-bottom: 50px;
    }
}

.reviewr-wrap .review-list .review-item {
    display: grid;
    align-items: center;
    grid-template-columns: 90px 1fr;
    grid-gap: 15px;
    padding: 30px;
    border: 1px solid var(--rr-theme-primary);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .reviewr-wrap .review-list .review-item {
        grid-template-columns: 1fr;
    }
}

.reviewr-wrap .review-list .review-item:not(:last-of-type) {
    margin-bottom: 30px;
}

.reviewr-wrap .review-list .review-item img {
    height: 90px;
    width: 90px;
    border-radius: 50%;
}

.reviewr-wrap .review-list .review-item .content .content-top {
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}

    .reviewr-wrap .review-list .review-item .content .content-top .name {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 15px;
    }

        .reviewr-wrap .review-list .review-item .content .content-top .name span {
            color: var(--rr-text-body);
            font-size: 15px;
            display: block;
            margin-top: 7px;
        }

    .reviewr-wrap .review-list .review-item .content .content-top ul {
        list-style: none;
    }

        .reviewr-wrap .review-list .review-item .content .content-top ul li {
            display: inline-flex;
            color: var(--rr-theme-primary);
        }

            .reviewr-wrap .review-list .review-item .content .content-top ul li:not(:last-of-type) {
                margin-right: 2px;
            }

.reviewr-wrap .review-list .review-item .content p {
    margin-bottom: 0;
}

.review-form-wrap .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.review-form-wrap .publish {
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
}

.review-form-wrap .review-box {
    column-gap: 10px;
}

    .review-form-wrap .review-box span {
        color: var(--rr-heading-primary);
    }

    .review-form-wrap .review-box .review {
        list-style: none;
    }

        .review-form-wrap .review-box .review li {
            display: inline-flex;
            color: var(--rr-theme-primary);
        }

            .review-form-wrap .review-box .review li:not(:last-of-type) {
                margin-right: 2px;
            }

.review-form-wrap .review-form {
    background-color: transparent;
    padding: 0;
    border: none;
    margin-top: 40px;
}

.review-form-wrap .checkbox-wrap {
    margin-bottom: 30px;
}

    .review-form-wrap .checkbox-wrap input {
        width: 15px;
        height: 15px;
        accent-color: var(--rr-theme-primary);
    }

    .review-form-wrap .checkbox-wrap label {
        color: var(--rr-text-body);
        cursor: pointer;
        margin-left: 10px;
    }

.review-form-wrap .submit-btn .rr-primary-btn {
    padding: 15px 35px;
}

.tab-navigation .active::before {
    z-index: 2;
    width: calc(100% + 2px);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-bottom: 3px solid var(--rr-theme-primary2);
    content: "";
    left: 50%;
    position: absolute;
    top: 41px;
}

@media (max-width: 575px) {
    .tab-navigation .active::before {
        display: none;
    }
}

.tab-navigation {
    border-bottom: 1px solid rgba(5, 5, 19, 0.1);
    padding-bottom: 15px;
}

    .tab-navigation button {
        color: var(--rr-text-body);
        font-weight: var(--rr-fw-medium);
        font-size: 16px;
        text-transform: capitalize;
        letter-spacing: 0;
        padding: 0;
        margin-right: 30px;
        position: relative;
        transition: all 0.3s ease-in-out;
    }

        .tab-navigation button.active,
        .tab-navigation button:hover {
            color: var(--rr-heading-primary);
        }

/*** 7.2 - Tab Description ***/
.extra .gap {
    margin-top: 23px;
}

.extra .gap-2 {
    margin-top: 30px;
}

.description-meta {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 10px;
}

    .description-meta li span {
        color: var(--rr-theme-primary);
        font-weight: 600;
        margin-right: 5px;
    }

/*** 7.3 - Tab Additional Information ***/
.product-table {
    background-color: #F6F6F7;
    margin: 0;
    margin-top: 40px;
    --bs-table-bg: transparent;
}

    .product-table:not(caption) > * > * {
        border-bottom: 1px solid 1px solid rgba(5, 5, 19, 0.1);
    }

    .product-table > :not(:last-child) > :last-child > * {
        border-color: rgba(5, 5, 19, 0.1);
    }

    .product-table tbody tr td,
    .product-table thead tr th {
        text-align: center;
    }

        .product-table tbody tr td:not(:last-of-type),
        .product-table thead tr th:not(:last-of-type) {
            border-right: 1px solid rgba(5, 5, 19, 0.1);
        }

        .product-table tbody tr td:not(:last-of-type) {
            border-bottom: 1px solid rgba(5, 5, 19, 0.1);
        }

    .product-table thead tr th {
        color: var(--rr-heading-primary);
    }

    .product-table tbody tr td {
        color: var(--rr-heading-primary);
        padding: 15px 0;
    }

/*** 7.4 - Tab Review ***/
.review .comment-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

    .review .comment-list > li {
        background: linear-gradient(90deg, rgba(105, 85, 180, 0.1) 0%, rgba(105, 85, 180, 0.3) 50%, rgba(105, 85, 180, 0.1) 100%);
        border: 1px solid var(--rr-theme-primary);
        display: grid;
        grid-template-columns: 80px 1fr;
        grid-gap: 30px;
        align-items: center;
        padding: 40px;
    }

    .review .comment-list .comment-thumb img {
        border-radius: 50%;
    }

    .review .comment-list .comment-author {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .review .comment-list .comment-text h3 span {
        font-size: 14px;
        font-weight: 600;
        color: #ddd;
        display: block;
    }

    .review .comment-list .comment-text p {
        margin: 0;
    }

.blog-contact-form .title {
    font-size: 30px;
    font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog-contact-form .title {
        font-size: 28px;
    }
}

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

.blog-contact-form .request-form .form-item {
    position: relative;
}

    .blog-contact-form .request-form .form-item .form-control {
        background-color: var(--rr-common-white);
        color: var(--rr-text-body);
        font-size: 16px;
        font-weight: 400;
        box-shadow: none;
        border: none;
        padding: 13px 20px;
        border-radius: 0;
        margin-bottom: 25px;
        width: 100%;
        border: 1px solid var(--rr-theme-primary);
    }

        .blog-contact-form .request-form .form-item .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: var(--rr-text-body);
            font-size: 16px;
            font-weight: 400;
        }

        .blog-contact-form .request-form .form-item .form-control::-moz-placeholder { /* Firefox 19+ */
            color: var(--rr-text-body);
            font-size: 16px;
            font-weight: 400;
        }

        .blog-contact-form .request-form .form-item .form-control:-moz-placeholder { /* Firefox 4-18 */
            color: var(--rr-text-body);
            font-size: 16px;
            font-weight: 400;
        }

        .blog-contact-form .request-form .form-item .form-control:-ms-input-placeholder { /* IE 10+  Edge*/
            color: var(--rr-text-body);
            font-size: 16px;
            font-weight: 400;
        }

        .blog-contact-form .request-form .form-item .form-control::placeholder { /* MODERN BROWSER */
            color: var(--rr-text-body);
            font-size: 16px;
            font-weight: 400;
        }

        .blog-contact-form .request-form .form-item .form-control.nice-select {
            height: auto;
            line-height: inherit;
            padding: 15.5px 30px;
        }

            .blog-contact-form .request-form .form-item .form-control.nice-select:after {
                top: 46%;
                width: 10px;
                height: 10px;
                border-color: var(--rr-text-body);
                border-bottom: 1px solid var(--rr-text-body);
                border-right: 1px solid var(--rr-text-body);
                right: 35px;
            }

            .blog-contact-form .request-form .form-item .form-control.nice-select .list {
                background-color: var(--rr-theme-primary);
                width: 100%;
            }

                .blog-contact-form .request-form .form-item .form-control.nice-select .list li {
                    padding-left: 30px;
                }

    .blog-contact-form .request-form .form-item .icon {
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translateY(-50%);
    }

    .blog-contact-form .request-form .form-item.message-item .icon {
        top: 25px;
    }

.sidebar-widget {
    padding: 30px;
    border: 1px solid var(--rr-theme-primary);
    border-radius: 6px;
}

    .sidebar-widget:not(:last-of-type) {
        margin-bottom: 30px;
    }

    .sidebar-widget .search-form {
        position: relative;
    }

        .sidebar-widget .search-form .form-control {
            background-color: var(--rr-theme-primary);
            color: var(--rr-common-white);
            font-size: 16px;
            border: none;
            border-radius: 0;
            box-shadow: none;
            padding: 15px 0;
            padding-left: 30px;
            padding-right: 30px;
        }

            .sidebar-widget .search-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
                color: var(--rr-heading-primary);
                font-size: 16px;
            }

            .sidebar-widget .search-form .form-control::-moz-placeholder { /* Firefox 19+ */
                color: var(--rr-heading-primary);
                font-size: 16px;
            }

            .sidebar-widget .search-form .form-control:-moz-placeholder { /* Firefox 4-18 */
                color: var(--rr-heading-primary);
                font-size: 16px;
            }

            .sidebar-widget .search-form .form-control:-ms-input-placeholder { /* IE 10+  Edge*/
                color: var(--rr-heading-primary);
                font-size: 16px;
            }

            .sidebar-widget .search-form .form-control::placeholder { /* MODERN BROWSER */
                color: var(--rr-heading-primary);
                font-size: 16px;
            }

    .sidebar-widget .widget-title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid var(--rr-theme-primary);
    }

    .sidebar-widget .sidebar-list {
        list-style: none;
    }

        .sidebar-widget .sidebar-list li {
            column-gap: 10px;
        }

            .sidebar-widget .sidebar-list li:not(:last-of-type) {
                margin-bottom: 10px;
            }

            .sidebar-widget .sidebar-list li .sidebar-input-check {
                border: 1px solid var(--rr-theme-primary);
            }

            .sidebar-widget .sidebar-list li input {
                background-color: var(--rr-color-theme-primary);
                accent-color: var(--rr-color-theme-primary);
            }

            .sidebar-widget .sidebar-list li label {
                color: var(--rr-color-heading-primary);
                font-size: 16px;
                font-weight: 400;
                cursor: pointer;
            }

    .sidebar-widget .blog-gallery-wrap {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-gap: 10px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .sidebar-widget .blog-gallery-wrap {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .sidebar-widget .blog-gallery-wrap {
        display: flex;
        align-items: center;
        column-gap: 10px;
        row-gap: 10px;
        flex-wrap: wrap;
    }
}

.sidebar-widget .blog-gallery-wrap .gallary-img {
    height: 100px;
    width: 100px;
}

.sidebar-widget .tags {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    row-gap: 20px;
    list-style: none;
    column-gap: 0;
    margin: 0;
}

    .sidebar-widget .tags li:not(:last-of-type) {
        margin-right: 10px;
    }

    .sidebar-widget .tags li a {
        display: inline-block;
        color: var(--rr-color-heading-primary);
        font-size: 14px;
        font-weight: 500;
        padding: 8px 20px;
        border: 1px solid var(--rr-theme-primary);
        border-radius: 6px;
    }

        .sidebar-widget .tags li a:hover {
            background-color: var(--rr-color-theme-primary);
            color: var(--rr-color-common-white);
            border: 1px solid var(--rr-color-theme-primary);
        }

.sidebar-widget .sidebar-post {
    display: grid;
    align-items: center;
    grid-template-columns: 95px 1fr;
    grid-gap: 0px;
}

    .sidebar-widget .sidebar-post:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .sidebar-widget .sidebar-post img {
        width: 80px;
        height: 80px;
        object-fit: cover;
    }

    .sidebar-widget .sidebar-post .post-content .post-meta {
        column-gap: 20px;
        flex-wrap: wrap;
        row-gap: 5px;
        margin-bottom: 10px;
    }

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .sidebar-widget .sidebar-post .post-content .post-meta {
        column-gap: 5px;
    }
}

.sidebar-widget .sidebar-post .post-content .post-meta li {
    color: var(--rr-text-body);
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    column-gap: 10px;
    text-transform: capitalize;
}

    .sidebar-widget .sidebar-post .post-content .post-meta li i {
        color: var(--rr-text-body);
    }

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .sidebar-widget .sidebar-post .post-content .post-meta li {
        font-size: 13px;
    }
}

.sidebar-widget .sidebar-post .post-content .title {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 1.4;
    max-width: 255px;
    width: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .sidebar-widget .sidebar-post .post-content .title {
        font-size: 14px;
    }
}

.sidebar-widget .sidebar-post .post-content .title a:hover {
    color: var(--rr-color-theme-primary);
}

.image-generation-sidebar {
    background: var(--rr-background-pastel-blue);
    padding: 28px 40px 45px 30px;
    position: relative;
}

    .image-generation-sidebar::before {
        background: var(--rr-common-white);
        position: absolute;
        width: 129px;
        height: 34px;
        content: "";
        top: -1px;
        right: -1px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 19% 100%);
    }

    .image-generation-sidebar .title {
        font-family: var(--rr-ff-heading);
        font-weight: var(--rr-fw-bold);
        color: var(--rr-heading-primary);
        font-style: normal;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -0.03em;
        text-transform: capitalize;
    }

.image-generation-sidebar-box {
    margin-top: 23px;
}

    .image-generation-sidebar-box .item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid rgba(5, 5, 19, 0.1);
        padding: 8px 24px;
        transition: all 0.3s ease-in-out;
        margin-bottom: 14px;
    }

        .image-generation-sidebar-box .item:last-child {
            margin-bottom: 0;
        }

        .image-generation-sidebar-box .item:hover {
            background: var(--rr-theme-primary);
        }

            .image-generation-sidebar-box .item:hover .name {
                color: var(--rr-heading-primary);
            }

            .image-generation-sidebar-box .item:hover .icon {
                transform: rotate(0);
            }

        .image-generation-sidebar-box .item .name {
            font-family: var(--rr-ff-body);
            font-weight: var(--rr-fw-medium);
            color: rgba(5, 5, 19, 0.7);
            font-style: normal;
            font-size: 14px;
            line-height: 26px;
            transition: all 0.3s ease-in-out;
        }

        .image-generation-sidebar-box .item .icon {
            color: var(--rr-heading-primary);
            transform: rotate(-45deg);
            transition: all 0.3s ease-in-out;
        }

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .image-generation-content {
        margin-top: 40px;
    }
}

.image-generation-content-video video {
    width: 850px;
    height: 470px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .image-generation-content-video video {
        width: 770px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .image-generation-content-video video {
        width: 630px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .image-generation-content-video video {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .image-generation-content-video video {
        height: 200px;
    }
}

.image-generation-content .wrapper {
    margin-top: 23px;
}

    .image-generation-content .wrapper .title {
        font-family: var(--rr-ff-heading);
        font-weight: var(--rr-fw-bold);
        color: var(--rr-heading-primary);
        font-style: normal;
        font-size: 34px;
        line-height: 44px;
        letter-spacing: -0.03em;
        margin-bottom: 10px;
    }

@media (max-width: 575px) {
    .image-generation-content .wrapper .title {
        font-size: 30px;
    }
}

.image-generation-content .wrapper .dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    color: rgba(5, 5, 19, 0.7);
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
}

.image-generation-content .wrapper .dark-bg {
    background: var(--rr-background-pastel-blue);
    padding: 30px 40px;
    margin-top: 32px;
    position: relative;
    margin-bottom: 32px;
}

@media (max-width: 575px) {
    .image-generation-content .wrapper .dark-bg {
        padding: 30px 20px;
    }
}

.image-generation-content .wrapper .dark-bg::before {
    background: var(--rr-common-white);
    position: absolute;
    width: 129px;
    height: 34px;
    content: "";
    top: -1px;
    right: -1px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}

.image-generation-content .wrapper .dark-bg .text {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .image-generation-content .wrapper .dark-bg .text br {
        display: none;
    }
}

.image-generation-content .wrapper .cards {
    margin-top: 40px;
    margin-bottom: 70px;
}

    .image-generation-content .wrapper .cards .service__item {
        background: var(--rr-background-pastel-blue);
    }

        .image-generation-content .wrapper .cards .service__item:hover {
            background: var(--rr-theme-primary);
        }

        .image-generation-content .wrapper .cards .service__item::before {
            background: var(--rr-common-white);
        }

        .image-generation-content .wrapper .cards .service__item .service__item-content .title {
            font-size: 33px;
        }

@media (max-width: 575px) {
    .image-generation-content .wrapper .cards .service__item .service__item-content .title {
        font-size: 24px;
    }
}

.image-generation-content .wrapper .cards .service__item .service__item-content .dec {
    font-size: 15px;
}

.image-generation-content .media {
    margin-top: 42px;
    margin-bottom: 72px;
}

    .image-generation-content .media .thumb {
        position: relative;
    }

        .image-generation-content .media .thumb::before {
            background: var(--rr-common-white);
            position: absolute;
            width: 180px;
            height: 54px;
            content: "";
            top: -1px;
            right: -1px;
            clip-path: polygon(0 0, 100% 0, 100% 100%, 24% 100%);
        }

        .image-generation-content .media .thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

/*----------------------------------------*/
/*  5.1 cart
/*----------------------------------------*/
/*----------------------------------------*/
/*  5.1 checkout
/*----------------------------------------*/
.coupon-accordion h3 {
    background-color: #f6f6f6;
    border-top: 3px solid var(--rr-heading-primary);
    font-size: 14px;
    font-weight: 400;
    padding: 2em 2em 2em 3.5em;
    position: relative;
    width: auto;
    border-radius: 4px;
    line-height: 20px;
}

    .coupon-accordion h3::before {
        content: "\f07b";
        left: 15px;
        top: 27px;
        position: absolute;
        color: #575757;
        font-family: "Font Awesome 5 Pro";
        font-weight: 700;
    }

.coupon-accordion span {
    color: #575757;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
}

    .coupon-accordion span:hover,
    p.lost-password a:hover {
        color: var(--clr-common-heading);
    }

.coupon-content {
    border: 1px solid #E2E2E2;
    display: none;
    margin-bottom: 20px;
    padding: 30px;
}

.coupon-info p.coupon-text {
    margin-bottom: 15px;
}

.coupon-info p {
    margin-bottom: 0;
}

    .coupon-info p.form-row-first label,
    .coupon-info p.form-row-last label {
        display: block;
        color: var(--clr-common-heading);
    }

        .coupon-info p.form-row-first label span.required,
        .coupon-info p.form-row-last label span.required {
            color: var(--clr-common-heading);
            font-weight: 700;
        }

    .coupon-info p.form-row-first input,
    .coupon-info p.form-row-last input {
        border: 1px solid #E2E2E2;
        height: 60px;
        line-height: 60px;
        margin: 0 0 14px;
        max-width: 100%;
        padding: 0 0 0 10px;
        width: 100%;
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

        .coupon-info p.form-row-first input:focus,
        .coupon-info p.form-row-last input:focus {
            border-color: var(--clr-common-heading);
        }

    .coupon-info p.form-row input[type=submit]:hover,
    p.checkout-coupon input[type=submit]:hover {
        background: #3e976c none repeat scroll 0 0;
    }

    .coupon-info p.form-row input[type=checkbox] {
        position: relative;
        top: 2px;
    }

.form-row > label {
    margin-top: 15px;
    margin-left: 15px;
    color: #575757;
}

.buttons-cart input,
.coupon input[type=submit],
.buttons-cart a,
.coupon-info p.form-row input[type=submit] {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

p.lost-password {
    margin-top: 15px;
}

    p.lost-password a {
        color: var(--rr-theme-primary);
    }

.coupon-info input[type=checkbox] {
    accent-color: var(--rr-theme-primary);
}

p.lost-password a {
    color: #6f6f6f;
}

.checkout-coupon input[type=text] {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    width: 100%;
    border: 1px solid #E2E2E2;
    margin-bottom: 15px;
    outline: none;
    margin-left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

    .checkout-coupon input[type=text]:focus {
        border-color: #E2E2E2;
    }

.coupon-checkout-content {
    display: none;
}

.checkbox-form .ship-different-title {
    border-bottom: 1px solid #E2E2E2;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
}

.country-select {
    margin-bottom: 30px;
    position: relative;
}

    .country-select select {
        width: 100%;
        background-color: transparent;
        border: 1px solid #E2E2E2;
        padding: 0 10px;
        height: 60px;
        outline: none;
    }

    .country-select label,
    .checkout-form-list label {
        color: var(--clr-common-heading);
        display: block;
        margin: 0 0 5px;
    }

        .country-select label .form-check-input:checked,
        .checkout-form-list label .form-check-input:checked {
            background-color: var(--rr-theme-primary);
        }

        .country-select label span.required,
        .checkout-form-list label span.required {
            color: var(--clr-common-heading);
        }

    .country-select .nice-select {
        border: 1px solid #E2E2E2;
        height: 60px;
        line-height: 60px;
        padding-left: 20px;
        width: 100%;
        color: #575757;
        margin-bottom: 20px;
    }

        .country-select .nice-select .list {
            width: 100%;
        }

.checkout-form-list {
    margin-bottom: 30px;
}

    .checkout-form-list label {
        color: var(--clr-common-heading);
    }

    .checkout-form-list input[type=text],
    .checkout-form-list input[type=password],
    .checkout-form-list input[type=email] {
        background: #ffffff;
        border: 1px solid #E2E2E2;
        border-radius: 4px;
        height: 40px;
        line-height: 60px;
        padding: 0 0 0 20px;
        width: 100%;
        outline: none;
        margin-left: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

        .checkout-form-list input[type=text]:focus,
        .checkout-form-list input[type=password]:focus,
        .checkout-form-list input[type=email]:focus {
            border-color: #E2E2E2;
        }

    .checkout-form-list input#cbox {
        accent-color: var(--rr-theme-primary);
    }

.ship-different-title input#ship-box {
    accent-color: var(--rr-theme-primary);
}

.checkout-form-list input[type=text]::-moz-placeholder,
.checkout-form-list input[type=password]::-moz-placeholder,
.checkout-form-list input[type=email]::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

.checkout-form-list input[type=text]::placeholder,
.checkout-form-list input[type=password]::placeholder,
.checkout-form-list input[type=email]::placeholder {
    color: #575757;
    opacity: 1;
}

.checkout-form-list input[type=checkbox] {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.create-acc label {
    color: #575757;
    display: inline-block;
}

.create-account {
    display: none;
}

.ship-different-title label {
    display: inline-block;
    margin-right: 10px;
}

.order-notes textarea {
    border: 1px solid #E2E2E2;
    height: 60px;
    padding: 15px;
    width: 100%;
    resize: none;
    padding-left: 20px;
    outline: none;
    margin-left: 0;
    border-radius: 4px;
}

.checkbox-form .lan-select-6 .nice-select {
    color: var(--rr-heading-primary);
    background: transparent;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    height: 60px;
    padding-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    padding-left: 20px;
}

    .checkbox-form .lan-select-6 .nice-select .list {
        background: #fff;
        border: 1px solid #E2E2E2;
        color: #575757;
    }

    .checkbox-form .lan-select-6 .nice-select::after {
        right: 15px;
    }

.order-notes textarea::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

.order-notes textarea::placeholder {
    color: #575757;
    opacity: 1;
}

#ship-box-info {
    display: none;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default > .panel-heading {
    border-radius: 0;
}

.your-order {
    padding: 30px 40px 45px;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .your-order {
        padding: 15px;
    }
}

.your-order h3 {
    border-bottom: 1px solid #E2E2E2;
    font-size: 24px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
}

.your-order-table table {
    background: none;
    border: 0;
    width: 100%;
}

    .your-order-table table th,
    .your-order-table table td {
        border-bottom: 1px solid #E2E2E2;
        border-right: medium none;
        color: #575757;
        font-size: 16px;
        padding: 15px 0;
        text-align: left;
    }

@media (max-width: 767px) {
    .your-order-table table th,
    .your-order-table table td {
        padding-right: 10px;
    }
}

.your-order-table table td ul li {
    list-style: none;
}

.your-order-table table th {
    border-top: medium none;
    color: var(--clr-common-heading);
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
}

.panel-body > p {
    color: #222;
}

.your-order-table table .shipping ul li input {
    position: relative;
    top: 2px;
}

.your-order-table table .shipping ul li label {
    color: #575757;
}

.your-order-table table .shipping th {
    vertical-align: top;
}

.your-order-table table .order-total th {
    border-bottom: 0;
}

.your-order-table table .order-total td {
    border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
    background: #f9f9f9;
}

.your-order-table table tr.order-total td span {
    color: var(--clr-common-heading);
    font-size: 18px;
    font-weight: 500;
}

.payment-method {
    margin-top: 40px;
}

    .payment-method .accordion-item:last-of-type {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .payment-method .accordion-item {
        background-color: #fff;
        border: 0;
        border-bottom: 1px solid #E2E2E2;
    }

    .payment-method .accordion-button {
        font-size: 16px;
        font-weight: 500;
        color: var(--clr-common-heading);
        padding: 10px 10px 10px 0px;
        border: none;
    }

        .payment-method .accordion-button:focus {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -ms-box-shadow: none;
            -o-box-shadow: none;
            box-shadow: none;
        }

        .payment-method .accordion-button::after {
            position: absolute;
            content: "+";
            right: 0;
            top: 20%;
            transform: translateY(-50%);
            font-size: 23px;
            font-weight: 400;
            margin-left: 0;
            background-image: none;
        }

        .payment-method .accordion-button:not(.collapsed) {
            color: var(--clr-common-heading);
            background-color: var(--rr-common-white);
            box-shadow: none;
        }

            .payment-method .accordion-button:not(.collapsed)::after {
                content: "-";
                font-size: 30px;
            }

    .payment-method .accordion-body {
        padding: 8px 0;
        padding-bottom: 40px;
        margin-left: 15px;
    }

    .payment-method .accordion-collapse {
        border: none;
    }

.panel-title > a {
    display: block;
}

.order-button-payment input {
    background: #232323 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    margin: 0px 0 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
}

    .order-button-payment input:hover {
        background: #3e976c none repeat scroll 0 0;
    }

.payment-method .btn-link {
    user-select: none;
    -moz-user-select: none;
    background: no-repeat;
    border: medium none;
    border-radius: 0;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 3px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}

.payment-method .card {
    background-color: #ffffff;
    border: 1px solid #E2E2E2;
    border-radius: 0;
    margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
    border: 1px solid #E2E2E2;
}

.card-header:first-child {
    border-radius: 0;
}

.payment-method .card-header {
    background-color: #ffffff;
    border-bottom: 1px solid #E2E2E2;
}

.order-button-payment button {
    width: 100%;
}

.product-details-img {
    margin-right: 50px;
}

@media (max-width: 575px) {
    .product-details-img {
        margin-right: 0;
    }
}

.product-details-img img {
    width: 100%;
}

.product-side-info .product-name {
    font-size: 38px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .product-side-info .product-name {
        font-size: 28px;
    }
}

.product-side-info .product-price {
    font-size: 22px;
    font-weight: 600;
    color: var(--clr-theme-1);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .product-side-info .product-price {
        font-size: 18px;
    }
}

.product-side-info p {
    margin-top: 30px;
    margin-bottom: 40px;
}

.product-quantity-cart {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

    .product-quantity-cart .cart-minus {
        height: 55px;
        width: 55px;
        border: none;
    }

.product-quantity-form .cart-plus {
    height: 55px;
    width: 55px;
    border: none;
}

.product-quantity-cart .cart-input {
    height: 55px;
    width: 55px;
    border: none;
    text-align: center;
}

.product-quantity-cart .product-quantity-form {
    border: 1px solid #E2E2E2;
    border-radius: 4px;
}

/*----------------------------------------*/
/*  5.1 wishlist
/*----------------------------------------*/
/*cart-area*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .cart-area .table-content {
        overflow: scroll;
    }
}

.cart-area .table-content .table thead {
    border-style: none;
    border-top: 1px solid rgba(0, 29, 8, 0.1);
}

    .cart-area .table-content .table thead tr th {
        color: var(--rr-heading-primary);
        font-weight: var(--rr-fw-sbold);
        font-size: 16px;
        font-style: normal;
        padding: 18px 0px 16px;
        font-family: var(--rr-ff-body);
    }

.cart-area .table-content .table tbody tr {
    vertical-align: baseline;
}

    .cart-area .table-content .table tbody tr:not(:last-child) {
        border-bottom: 1px solid rgba(0, 29, 8, 0.1);
    }

.cart-area .table-content .table tbody td {
    padding: 29px 0px 30px;
    border-style: none;
}

.cart-area .table-content .table tbody .product-remove {
    padding-right: 35px;
}

    .cart-area .table-content .table tbody .product-remove a {
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        border-radius: 500px;
        justify-content: center;
        background: rgba(0, 29, 8, 0.1);
    }

    .cart-area .table-content .table tbody .product-remove i {
        font-size: 8px;
    }

.cart-area .table-content .table tbody .product-thumbnail {
    display: flex;
    align-items: center;
}

    .cart-area .table-content .table tbody .product-thumbnail img {
        width: 100px;
        height: 100px;
        max-width: 100px;
        margin-right: 14px;
    }

.cart-area .table-content .table tbody .product-thumbnail__wrapper {
    width: 175px;
}

    .cart-area .table-content .table tbody .product-thumbnail__wrapper .product-name {
        color: var(--rr-heading-primary);
        font-size: 16px;
        font-weight: var(--rr-fw-sbold);
        line-height: 26px;
        font-style: normal;
        font-family: var(--rr-ff-body);
    }

    .cart-area .table-content .table tbody .product-thumbnail__wrapper .product-size {
        color: var(--rr-ff-body);
        font-size: 14px;
        font-weight: var(--rr-fw-regular);
        line-height: 24px;
        font-style: normal;
        font-family: var(--rr-ff-body);
        display: block;
        max-width: 118px;
    }

.cart-area .table-content .table tbody .product-price .amount {
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-sbold);
    font-size: 16px;
    line-height: 26px;
    padding-right: 75px;
}

.cart-area .table-content .table tbody .product-quantity {
    padding-right: 100px;
}

    .cart-area .table-content .table tbody .product-quantity .rr-btn {
        white-space: nowrap;
    }

    .cart-area .table-content .table tbody .product-quantity.product-quantity-left {
        padding-left: 55px;
    }

    .cart-area .table-content .table tbody .product-quantity .count-wrap {
        width: 80px;
        display: flex;
        padding: 8px 10px;
        border-radius: 4px;
        align-items: center;
        background-color: #F7F7F7;
    }

        .cart-area .table-content .table tbody .product-quantity .count-wrap .quantity-control {
            display: flex;
            cursor: pointer;
            align-items: center;
            justify-content: center;
        }

            .cart-area .table-content .table tbody .product-quantity .count-wrap .quantity-control i {
                color: var(--rr-heading-primary);
                font-size: 14px;
                line-height: 1;
            }

            .cart-area .table-content .table tbody .product-quantity .count-wrap .quantity-control.minus {
                margin-right: 10px;
            }

                .cart-area .table-content .table tbody .product-quantity .count-wrap .quantity-control.minus i {
                    font-size: 14px;
                }

            .cart-area .table-content .table tbody .product-quantity .count-wrap .quantity-control.plus {
                margin-left: -6px;
            }

        .cart-area .table-content .table tbody .product-quantity .count-wrap .qty {
            appearance: none;
            color: black;
            border: 0;
            padding: 0;
            width: 30px;
            font-size: 18px;
            line-height: 19.2px;
            border-radius: 0px;
            background: transparent;
            margin-left: 0;
        }

.cart-area .table-content .table tbody .product-subtotal {
    padding-right: 0px;
}

    .cart-area .table-content .table tbody .product-subtotal .amount {
        color: var(--rr-heading-primary);
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-sbold);
        line-height: var(--rr-lh-h5);
        font-size: 16px;
        font-style: normal;
    }

.cart-area .text .form_input {
    gap: 10px;
}

    .cart-area .text .form_input input {
        background: #f7f7f7;
        margin-left: 0;
        border-bottom: none;
        padding-left: 18px;
        max-width: 440px;
        border: 0;
    }

.cart-area .box {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 30px;
}

    .cart-area .box .title {
        color: var(--rr-heading-primary);
        font-family: var(--rr-ff-heading);
        font-weight: var(--rr-fw-sbold);
        font-size: var(--rr-fs-h4);
        line-height: 24px;
        font-style: normal;
    }

    .cart-area .box .box-wrapper {
        border-bottom: 1px solid #dee1df;
        padding-bottom: 20px;
    }

        .cart-area .box .box-wrapper .middel-box span {
            color: var(--rr-text-body);
            font-family: var(--rr-ff-body);
            font-weight: var(--rr-fw-regular);
            line-height: var(--rr-lh-h5);
            font-size: 16px;
            font-style: normal;
        }

        .cart-area .box .box-wrapper .middel-box h6 {
            color: var(--rr-heading-primary);
            font-family: var(--rr-ff-body);
            font-weight: var(--rr-fw-regular);
            line-height: var(--rr-lh-h5);
            font-size: 16px;
            font-style: normal;
        }

    .cart-area .box .bottom-title h5 {
        color: var(--rr-heading-primary);
        font-family: var(--rr-ff-body);
        font-weight: var(--rr-fw-sbold);
        line-height: var(--rr-lh-h6);
        font-size: 18px;
        font-style: normal;
    }

    .cart-area .box .bottom-btn {
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

@media (max-width:376px), (max-width:320px) {
    .cart-area .box .bottom-btn {
        flex-wrap: wrap;
    }
}

/*----------------------------------------*/
/*  8.1 brand
/*----------------------------------------*/
.brands-image {
    display: inline-block;
}

    .brands-image img {
        width: 100%;
    }

.sub-titles {
    margin-bottom: 30px;
    display: block;
    font-family: "Space Grotesk";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #050513;
}

.brands-10-active {
    position: relative;
}

    .brands-10-active::before {
        content: "";
        left: 0;
        background: #fff;
        width: 50px;
        height: 50px;
        position: absolute;
        z-index: 2;
        opacity: 0.9;
    }

    .brands-10-active::after {
        content: "";
        top: 0;
        right: 0;
        background: #fff;
        width: 50px;
        height: 50px;
        position: absolute;
        z-index: 2;
        opacity: 0.9;
    }

.swiper-slide {
    position: relative;
    z-index: 1;
}

/*# sourceMappingURL=main.css.map */
