/*---------------------------------
	1.1 Theme SCSS
---------------------------------*/
/*-----------------------------------------------------------------------------------

    Template Name: Bustar - Business Consulting HTML Template
    Author: Devsdesign
    Support: https://rstheme.com/support
    Description: Bustar - Business Consulting HTML Template
    Version: 1.0
	Developer: Nayeem Ahmed

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

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

	-----------------
    01. THEME SCSS
	-----------------
		1.1 spacing
		1.2 theme
		1.3 typography
		1.4 index

	-----------------
    01. utils SCSS
	-----------------
		1.1 breakpoints
		1.2 extends
		1.3 mixins
		1.4 root
		1.5 index
		1.6 main

	-----------------
    02. COMPONENTS SCSS
	-----------------
		2.1 animation
		2.2 backtotop
		2.3 buttons
		2.4 color
		2.5 common
		2.6 lenis
		2.7 offcanvas
		2.8 preloader
		2.9 section-title
		2.10 smooth-scroll
		2.11 index

	-----------------
    03. layout
	-----------------

		-----------------
		3.1.2 menu SCSS
		-----------------
			3.6.1 memu
			3.6.2 mobile-menu
			3.5.3 index

	-----------------
    04. Page SCSS
	-----------------
		4.1 banner
		4.2 builder
		4.3 copyright
		4.4 demo
		4.5 elementor
		4.6 faq
		4.7 feature
		4.8 footer
		4.9 header
		4.10 layout
		4.11 marquee
		4.12 template
		4.13 testimonial
		4.14 widget
		4.15 index
		4.26 index

/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Italianno&display=swap");
.offcanvas-overlay, a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
img,
svg,
.transition-3,
li,
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;
}

:root {
  /**  @font family declaration */
  --rs-ff-body: "Inter Tight", sans-serif;
  --rs-ff-title: "Inter Tight", sans-serif;
  --rs-ff-p: "Inter Tight", sans-serif;
  --rs-ff-remixicon: "remixicon";
  /** @color declaration */
  --rs-white: #FFFFFF;
  --rs-black: #000;
  --rs-theme-primary: #AB052D;
  --rs-theme-secondary: #2B3944;
  --rs-text-primary: #59585D;
  --rs-text-secondary: #BEBEBE;
  --rs-title-primary: #1C1C1D;
  --rs-bg-primary: #F6F6F6;
  --rs-bg-secondary: #EFEFEF;
  --rs-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.09);
  --rs-border-primary: #E5E5E5;
  --rs-border-secondary: rgba(255, 255, 255, 0.15);
  --rs-placeholder: rgba(30, 30, 30, 0.4);
  --rs-rgba-1: rgba(36, 59, 140, 0.05);
  /** @font weight declaration */
  --rs-fw-normal: normal;
  --rs-fw-thin: 100;
  --rs-fw-elight: 200;
  --rs-fw-light: 300;
  --rs-fw-regular: 400;
  --rs-fw-medium: 500;
  --rs-fw-sbold: 600;
  --rs-fw-bold: 700;
  --rs-fw-ebold: 800;
  --rs-fw-black: 900;
  /** @font size declaration */
  --rs-fs-body: 16px;
  --rs-fs-p: 16px;
  --rs-fs-h1: 65px;
  --rs-fs-h2: 48px;
  --rs-fs-h3: 38px;
  --rs-fs-h4: 28px;
  --rs-fs-h5: 24px;
  --rs-fs-h6: 20px;
  --rs-fs-b1: 14px;
  --rs-fs-b2: 16px;
  --rs-fs-b3: 18px;
  --rs-fs-b4: 22px;
}

/*----------------------------------------
   Icomoon customize
-----------------------------------------*/
i[class^=icon-] {
  line-height: 1;
  position: relative;
}

/*----------------------------------------
   Bootstrap customize
-----------------------------------------*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 3rem;
}

@media (min-width: 1441px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }
}
.row {
  --bs-gutter-x: 3rem;
}

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

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

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

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

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

.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;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

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

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

.opacity-05 {
  opacity: 0.5;
}

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

.p-relative {
  position: relative;
}

.position-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.position-absolute {
  position: absolute;
}

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

.hr-1 {
  border-top: 1px solid rgb(232, 232, 232);
}

.x-clip {
  overflow-x: clip;
}

@media only screen and (max-width: 575px) {
  .o-xs {
    overflow-x: hidden;
  }
}

.overflow-visible {
  overflow: visible;
}

/*---------------------------------
	1.2 Typography SCSS
---------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

/*---------------------------------
    Typography css start 
---------------------------------*/
body {
  color: var(--rs-text-primary);
  font-family: var(--rs-ff-body);
  font-size: var(--rs-fs-body);
  font-weight: normal;
  line-height: 1.5;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h5,
h5, .h5,
h6, .h6 {
  color: var(--rs-title-primary);
  margin-top: 0px;
  line-height: 1;
  margin-bottom: 0;
  font-weight: var(--rs-fw-medium);
  word-break: break-word;
  font-family: var(--rs-ff-title);
}

h1,
.h1 {
  font-size: var(--rs-fs-h1);
  line-height: 1;
  font-family: var(--rs-ff-title);
}

h2,
.h2 {
  font-size: var(--rs-fs-h2);
  line-height: 1.17;
}
@media only screen and (max-width: 1366px) {
  h2,
  .h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}

h3,
.h3 {
  font-size: var(--rs-fs-h3);
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

h4,
.h4 {
  font-size: var(--rs-fs-h4);
  line-height: 1.33;
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}
h4.medium,
.h4.medium {
  font-size: 28px;
}

h5,
.h5 {
  font-size: var(--rs-fs-h5);
  line-height: 1.4;
}
@media only screen and (max-width: 1366px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}

h6,
.h6 {
  font-size: var(--rs-fs-h6);
  line-height: 1.44;
}
h6.small,
.h6.small {
  font-size: 18px;
}
@media only screen and (max-width: 575px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}

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

p {
  font-size: var(--rs-fs-p);
  font-family: var(--rs-ff-p);
  font-weight: var(--rs-fw-normal);
  color: var(--rs-text-primary);
  margin-bottom: 30px;
  line-height: 26px;
}
p.b1 {
  font-size: var(--rs-fs-b1);
  line-height: 1.714;
}
p.b2 {
  font-size: var(--rs-fs-b2);
  line-height: 1.625;
}
p.b3 {
  font-size: var(--rs-fs-b3);
  line-height: 1.55;
}
p.b4 {
  font-size: var(--rs-fs-b4);
  line-height: 1.454;
}
p:last-child {
  margin-bottom: 0;
}

.b1 {
  font-size: var(--rs-fs-b1);
  line-height: 1.714;
}

.b2 {
  font-size: var(--rs-fs-b2);
  line-height: 1.625;
}

.b3 {
  font-size: var(--rs-fs-b3);
  line-height: 1.55;
}

.b4 {
  font-size: var(--rs-fs-b4);
  line-height: 1.454;
}

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 {
  max-width: 100%;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

hr:not([size]) {
  margin: 0;
  opacity: 1;
  border: none;
  height: 1px;
  background-color: #ececec;
}
[rs-theme=rs-theme-dark] hr:not([size]) {
  background-color: #2d2d27;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea {
  outline: none;
  background-color: transparent;
  height: 50px;
  width: 100%;
  font-size: 16px;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid var(--rs-border-primary);
  color: var(--rs-black);
  padding-inline-start: 25px;
  padding-inline-end: 25px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: var(--rs-theme-orange);
}

textarea {
  padding: 14px 24px;
}
textarea:focus {
  border-color: var(--rs-theme-orange);
}

*::-moz-selection {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
  text-shadow: none;
}

::selection {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
  text-shadow: none;
}

*::-moz-placeholder {
  opacity: 1;
  font-size: 16px;
  color: var(--rs-placeholder);
}

*::placeholder {
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--rs-ff-title);
  color: var(--rs-placeholder);
}

/*---------------------------------
	1.3 Default Spacing SCSS
---------------------------------*/
.section-space {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

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

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

.section-space-small-bottom {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .section-space-small-bottom {
    padding-bottom: 50px;
  }
}

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

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

.section-title-space {
  margin-bottom: 45px;
}

/*----------------------------------------*/
/*  2.2 Buttons
/*----------------------------------------*/
.rs-btn {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--rs-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  transition: all 0.4s ease-out 0s;
  border-radius: 100px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--rs-theme-primary);
}
.rs-btn:hover {
  background: var(--rs-white);
  color: var(--rs-black);
}
.rs-btn:hover.has-icon .icon-first {
  transform: translateX(150%);
}
.rs-btn:hover.has-icon .icon-second {
  transform: translateX(0%);
}
.rs-btn:hover.has-icon .icon-box.is-black svg path {
  fill: var(--rs-black);
}
.rs-btn:hover.has-icon svg path {
  fill: var(--rs-black);
}
.rs-btn.has-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.rs-btn.has-icon .icon-box {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  transition: all 0.3s ease-out 0s;
}
[dir=rtl] .rs-btn.has-icon .icon-box {
  transform: rotate(-180deg);
}
.rs-btn.has-icon .icon-box svg {
  width: 17px;
  fill: var(--rs-white);
}
.rs-btn.has-icon .icon-box:hover .icon-first {
  transform: translateX(150%);
}
.rs-btn.has-icon .icon-box:hover .icon-second {
  transform: translateX(0%);
}
.rs-btn.has-icon .icon-box.is-black svg path {
  fill: var(--rs-black);
}
.rs-btn.has-icon .icon-first {
  transition: all 0.3s ease-out 0s;
}
.rs-btn.has-icon .icon-second {
  position: absolute;
  transform: translateX(-150%);
  transition: all 0.3s ease-out 0s;
}
.rs-btn.has-icon svg path {
  transition: 0.5s;
  fill: var(--rs-white);
}
.rs-btn.hover-white:hover {
  background: var(--rs-white);
  color: var(--rs-black);
}
.rs-btn.hover-black {
  color: var(--rs-white);
}
.rs-btn.hover-black svg path {
  fill: var(--rs-white);
}
.rs-btn.hover-black:hover {
  background: var(--rs-black);
  color: var(--rs-white);
}
.rs-btn.hover-black:hover svg path {
  fill: var(--rs-white);
}
.rs-btn.is-transparent {
  background: transparent;
  border: 1px solid var(--rs-border-primary);
  color: var(--rs-title-primary);
}
.rs-btn.is-transparent:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
  border-color: var(--rs-theme-primary);
}
.rs-btn.has-text-white {
  color: var(--rs-white);
}
.rs-btn.has-white {
  background: var(--rs-white);
}
.rs-btn.has-white:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
}
.rs-btn.has-white:hover.has-icon svg path {
  fill: var(--rs-white);
}
.rs-btn.has-white.has-icon svg path {
  transition: 0.5s;
}

.rs-btn-two {
  padding: 9px 15px;
  border-radius: 6px;
  background: var(--rs-white);
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--rs-black);
  position: relative;
  z-index: 1;
}
.rs-btn-two:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
}

/*----------------------------------------*/
/*  2.4 Color Short Code
/*----------------------------------------*/
.text-color {
  color: var(--rs-theme-secondary);
}

/*----------------------------------------*/
/*  2.9 Offcanvas
/*----------------------------------------*/
.offcanvas-area {
  background: var(--rs-white) none repeat scroll 0 0;
  position: fixed;
  inset-inline-end: -100%;
  top: 0;
  width: 400px;
  height: 100%;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  transition: all 0.5s ease-in-out;
}
.offcanvas-area ::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 480px) {
  .offcanvas-area {
    width: 100%;
  }
}
.offcanvas-area.info-open {
  inset-inline-end: 0%;
}
.offcanvas-area .mean-container .mean-nav ul li.active > a {
  color: var(--rs-theme-primary);
}
.offcanvas-area .mean-container .mean-nav ul li a.active {
  color: var(--rs-theme-primary);
}
.offcanvas-logo a img {
  width: 160px;
}
@media only screen and (max-width: 575px) {
  .offcanvas-logo a img {
    width: 150px;
  }
}
.offcanvas-wrapper {
  position: relative;
  height: 100%;
  padding: 45px 45px;
}
@media only screen and (max-width: 575px) {
  .offcanvas-wrapper {
    padding: 30px 30px;
  }
}
.offcanvas-top {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--rs-border-primary);
}
.offcanvas-search {
  position: relative;
}
.offcanvas-search button {
  position: absolute;
  top: 50%;
  inset-inline-start: 0;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--rs-hover-primary);
}
.offcanvas-search button:hover {
  color: var(--rs-theme-primary);
}
.offcanvas-search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #D5D5D5;
  font-size: 18px;
  color: var(--rs-black);
}
.offcanvas-search input::placeholder {
  color: var(--rs-placeholder);
}
.offcanvas-search input:focus {
  border-radius: 0;
}
.offcanvas-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
}
.offcanvas-overlay:hover {
  cursor: url(../images/shape/cross-out.png), pointer;
}
.offcanvas-overlay.overlay-open {
  opacity: 1;
  visibility: visible;
}

.offcanvas-close-icon {
  line-height: 1;
  color: var(--rs-black);
}
.offcanvas-close-icon .offcanvas-m-lines {
  position: relative;
  display: block;
  height: 12px;
  width: 20px;
}
.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;
  inset-inline-start: 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;
}

.sidebar-toggle {
  cursor: pointer;
  background: var(--rs-white);
  padding: 12px 12px;
  border-radius: 4px;
}

/*----------------------------------------*/
/*  2.0 Section Title  
/*----------------------------------------*/
.section-title {
  color: var(--rs-title-primary);
  font-family: var(--rs-ff-title);
  letter-spacing: 1px;
}
.section-title.has-text-white {
  color: var(--rs-white);
}

/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
#backtotop-wrap {
  text-align: center;
  bottom: 20px;
  cursor: pointer;
  display: none;
  position: fixed;
  left: 20px;
  z-index: 10;
  border-radius: 50%;
  background: var(--rs-theme-primary);
  padding: 1px;
  transition: all linear 0.3s;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
#backtotop-wrap .scrollprogress .progress-circle {
  transition: stroke-dashoffset 0.5s ease;
}
#backtotop-wrap .arrowicon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#backtotop-wrap:hover {
  background: var(--rs-theme-primary);
}

/*----------------------------------------*/
/*  2.3 Animations
/*----------------------------------------*/
@keyframes rs-scroll {
  to {
    transform: translateY(calc(-50% - 0.5rem));
  }
}
@keyframes btnHoverEffectReverse {
  0% {
    transform: scale(1);
  }
  33.333% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes btnHoverEffect {
  0% {
    transform: scale(1);
  }
  33.333% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@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 rightleft {
  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 rotate {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-5deg);
  }
}
@keyframes translate {
  0% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes line-dash {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes updown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes rotateTwo {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@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);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
}
.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;
  font-weight: 700;
  color: var(--rs-theme-primary);
}
.cd-words-wrapper b.is-visible {
  position: relative;
}

.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: var(--rs-theme-primary);
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}

/*----------------------------------------*/
/*  2.12 Short codes
/*----------------------------------------*/
.rs-italic {
  font-family: var(--rs-ff-title-2);
  font-weight: 500;
  font-style: italic;
}

.dash-line {
  stroke-dasharray: 4;
  stroke-dashoffset: 350;
  animation: line-dash 30s linear backwards alternate-reverse infinite;
}

.rs-sticky-header {
  position: fixed !important;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  width: 100%;
  z-index: 999;
  background: var(--rs-theme-secondary);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.6s ease;
}
.rs-sticky-header.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media only screen and (max-width: 991px) {
  #mobile-menu-two {
    display: none;
  }
}

.header-transparent {
  position: absolute;
  inset-inline-start: 0;
  margin: auto;
  width: 100%;
  z-index: 99;
}

/* Font Weight */
.fw-1 {
  font-weight: var(--rs-fw-thin);
}

.fw-2 {
  font-weight: var(--rs-fw-elight);
}

.fw-3 {
  font-weight: var(--rs-fw-light);
}

.fw-4 {
  font-weight: var(--rs-fw-regular);
}

.fw-5 {
  font-weight: var(--rs-fw-medium);
}

.fw-6 {
  font-weight: var(--rs-fw-sbold);
}

.fw-7 {
  font-weight: var(--rs-fw-bold);
}

.fw-8 {
  font-weight: var(--rs-fw-ebold);
}

.fw-9 {
  font-weight: var(--rs-fw-black);
}

/*----------------------------------------*/
/*  lenis
/*----------------------------------------*/
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-scrolling {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/*----------------------------------------*/
/*  2.10 Preloader
/*----------------------------------------*/
#pre-load {
  background-color: var(--rs-white);
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
}

.loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.loader .loader-container:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-top: 3px solid var(--rs-theme-primary);
  border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}

.loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  text-align: center;
}

.loader .loader-icon img {
  animation: loaderpulse alternate 900ms infinite;
  width: 40px;
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/* Menu index */
.main-menu ul li.active > a {
  color: var(--rs-theme-primary);
}
.main-menu ul li a.active {
  color: var(--rs-theme-primary);
}
.main-menu > ul {
  display: inline-flex;
  gap: 0px 40px;
}
.main-menu li {
  position: relative;
  list-style: none;
}
.main-menu li a {
  font-size: 16px;
  line-height: 1;
  color: var(--rs-white);
  padding: 35px 0px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s linear;
}
.main-menu li a:hover {
  color: var(--rs-theme-primary);
}

/*----------------------------------------*/
/*  3.6.1 Mobile Menu css
/*----------------------------------------*/
.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
  margin-bottom: 30px;
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
  float: left;
  width: 100%;
}

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

.mean-container .mean-nav .submenu {
  padding-inline-start: 20px;
}
.mean-container .mean-nav .submenu a {
  font-size: 15px;
}
.mean-container .mean-nav .mega-menu {
  margin-inline-start: 20px;
}
.mean-container .mean-nav .mega-menu a {
  font-size: 15px;
}
.mean-container .mean-nav .mega-menu ul {
  padding-inline-start: 20px;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--rs-border-primary);
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li span {
  display: block;
  float: left;
  width: 90%;
  padding: 10px 5%;
  margin: 0;
  text-align: start;
  text-decoration: none;
  text-transform: capitalize;
  width: 100%;
  padding: 10px 0;
  color: var(--rs-black);
  border-top: 1px solid rgba(255, 255, 255, 0.079);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li span:hover {
  color: var(--rs-theme-primary);
}

/*----------------------------------------*/
/*  Feature css
/*----------------------------------------*/
.rs-landing-feature-one .feature-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-landing-feature-one .feature-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .rs-landing-feature-one .feature-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-landing-feature-one .feature-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-landing-feature-one .feature-thumb img {
  width: 100%;
}
.rs-landing-feature-one .feature-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.rs-landing-feature-one .feature-item {
  box-shadow: 0px 4px 30px rgba(24, 28, 112, 0.08);
  overflow: hidden;
  border-radius: 15px;
}
.rs-landing-feature-one .feature-item.item-one {
  position: relative;
  z-index: 1;
  padding-inline-start: 25px;
  padding-top: 35px;
}
.rs-landing-feature-one .feature-item.item-one .feature-desc {
  max-width: 275px;
  margin-bottom: 35px;
  margin-top: 10px;
}
.rs-landing-feature-one .feature-item.item-one .feature-content {
  padding-inline-start: 18px;
}
@media only screen and (max-width: 1199px) {
  .rs-landing-feature-one .feature-item.item-one .feature-content {
    padding-inline-start: 0px;
  }
}
.rs-landing-feature-one .feature-item.item-one .feature-title .text-highlight {
  position: relative;
  display: inline-flex;
  margin-inline-start: 8px;
}
.rs-landing-feature-one .feature-item.item-one .feature-title .text-highlight .arrow-shape {
  position: absolute;
  left: -10px;
  top: 0;
  max-width: 190px;
}
@media only screen and (max-width: 1199px) {
  .rs-landing-feature-one .feature-item.item-one .feature-title .text-highlight .arrow-shape {
    max-width: 165px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-landing-feature-one .feature-item.item-one .feature-title .text-highlight .arrow-shape {
    max-width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-landing-feature-one .feature-item.item-one .feature-title .text-highlight .arrow-shape {
    max-width: 175px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-landing-feature-one .feature-item.item-one .feature-title .text-highlight .arrow-shape {
    max-width: 165px;
  }
}
.rs-landing-feature-one .feature-item.item-two {
  position: relative;
  z-index: 1;
  padding-inline-start: 20px;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-inline-end: 20px;
}
.rs-landing-feature-one .feature-item.item-two .feature-desc {
  max-width: 275px;
  margin-bottom: 25px;
  margin-top: 10px;
}
.rs-landing-feature-one .feature-item.item-two .feature-title .star-shape {
  width: 24px;
  height: 24px;
  vertical-align: -2px;
  min-width: 24px;
}
.rs-landing-feature-one .feature-item.item-two .feature-content {
  padding-inline-start: 18px;
}
@media only screen and (max-width: 1199px) {
  .rs-landing-feature-one .feature-item.item-two .feature-content {
    padding-inline-start: 0px;
  }
}
.rs-landing-feature-one .feature-item.item-three {
  position: relative;
  z-index: 1;
  padding-inline-start: 25px;
  padding-top: 35px;
}
@media only screen and (max-width: 1199px) {
  .rs-landing-feature-one .feature-item.item-three {
    padding-inline-start: 20px;
  }
}
.rs-landing-feature-one .feature-item.item-three .feature-desc {
  max-width: 245px;
  margin-bottom: 35px;
  margin-top: 10px;
}
.rs-landing-feature-one .feature-item.item-three .feature-title .text-highlight {
  position: relative;
  display: inline-flex;
  margin-inline-start: 8px;
}
.rs-landing-feature-one .feature-item.item-three .feature-title .text-highlight .arrow-shape {
  position: absolute;
  left: -10px;
  top: 0;
  max-width: 210px;
}
@media only screen and (max-width: 1199px) {
  .rs-landing-feature-one .feature-item.item-three .feature-title .text-highlight .arrow-shape {
    max-width: 180px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-landing-feature-one .feature-item.item-three .feature-title .text-highlight .arrow-shape {
    max-width: 190px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-landing-feature-one .feature-item.item-three .feature-title .text-highlight .arrow-shape {
    max-width: 180px;
  }
}
.rs-landing-feature-two .feature-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.rs-landing-feature-two .feature-item {
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  background: var(--rs-white);
  width: 210px;
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid var(--rs-white);
  transition: 0.5s;
}
.rs-landing-feature-two .feature-item:hover {
  border-color: var(--rs-theme-primary);
}
.rs-landing-feature-two .feature-item:hover .feature-icon svg {
  animation: swing 1s;
}
.rs-landing-feature-two .feature-item:hover .feature-icon svg path {
  fill: var(--rs-theme-primary);
}
.rs-landing-feature-two .feature-icon {
  margin-bottom: 20px;
}
.rs-landing-feature-two .feature-icon svg {
  width: 50px;
  height: 50px;
}
.rs-landing-feature-two .feature-icon svg path {
  transition: 0.5s;
}
.rs-landing-feature-two .feature-icon svg path {
  fill: var(--rs-black);
}
.rs-landing-feature-two .feature-title {
  font-size: 15px;
}

/*----------------------------------------*/
/*  banner css
/*----------------------------------------*/
.rs-landing-banner {
  position: relative;
  z-index: 1;
  overflow-x: clip;
  margin-bottom: 240px;
}
@media only screen and (max-width: 991px) {
  .rs-landing-banner {
    padding-bottom: 80px;
    margin-bottom: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-landing-banner {
    padding-bottom: 70px;
    margin-bottom: 0px;
  }
}
.rs-landing-banner .rs-landing-banner-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.rs-landing-banner .banner-wrapper {
  text-align: center;
  padding-top: 160px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1366px) {
  .rs-landing-banner .banner-wrapper {
    padding-top: 165px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-landing-banner .banner-wrapper {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-landing-banner .banner-wrapper {
    padding-top: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-landing-banner .banner-wrapper {
    padding-bottom: 0px;
  }
}
.rs-landing-banner .banner-title {
  font-size: 150px;
  letter-spacing: 0.07em;
  line-height: 0.85;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FFFFFF -88.62%, rgba(255, 255, 255, 0.05) 95.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: rgba(2, 1, 1, 0);
  font-weight: 600;
}
@media only screen and (max-width: 1600px) {
  .rs-landing-banner .banner-title {
    font-size: 120px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-landing-banner .banner-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-landing-banner .banner-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-landing-banner .banner-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-landing-banner .banner-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-landing-banner .banner-title {
    font-size: 50px;
  }
}
.rs-landing-banner .banner-sub-title {
  font-size: 45px;
  color: var(--rs-white);
  margin-top: 15px;
}
@media only screen and (max-width: 1199px) {
  .rs-landing-banner .banner-sub-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-landing-banner .banner-sub-title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-landing-banner .banner-sub-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-landing-banner .banner-sub-title {
    font-size: 25px;
  }
}
.rs-landing-banner .banner-button-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 23px;
  flex-wrap: wrap;
  justify-content: center;
}
.rs-landing-banner .banner-desc {
  color: var(--rs-white);
  max-width: 310px;
  text-align: start;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .rs-landing-banner .banner-desc {
    max-width: 100%;
    text-align: center;
  }
}
.rs-landing-banner .banner-button-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.rs-landing-banner .banner-shape-one {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1366px) {
  .rs-landing-banner .banner-shape-one {
    top: 55%;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-landing-banner .banner-shape-one {
    top: 62%;
  }
}
@media only screen and (max-width: 991px) {
  .rs-landing-banner .banner-shape-one {
    top: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .rs-landing-banner .banner-shape-one {
    display: none;
  }
}
.rs-landing-banner .banner-shape-two {
  position: absolute;
  top: -45px;
  left: 30px;
  animation: rotate 4s infinite;
}
@media only screen and (max-width: 1600px) {
  .rs-landing-banner .banner-shape-two {
    display: none;
  }
}
.rs-landing-banner .banner-shape-three {
  position: absolute;
  top: 280px;
  inset-inline-start: 230px;
}
@media only screen and (max-width: 1600px) {
  .rs-landing-banner .banner-shape-three {
    inset-inline-start: 150px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-landing-banner .banner-shape-three {
    inset-inline-start: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-landing-banner .banner-shape-three {
    inset-inline-start: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-landing-banner .banner-shape-three {
    display: none;
  }
}
.rs-landing-banner .banner-shape-four {
  position: absolute;
  top: 247px;
  inset-inline-end: 250px;
}
@media only screen and (max-width: 1600px) {
  .rs-landing-banner .banner-shape-four {
    inset-inline-end: 150px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-landing-banner .banner-shape-four {
    inset-inline-end: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-landing-banner .banner-shape-four {
    inset-inline-end: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-landing-banner .banner-shape-four {
    display: none;
  }
}

.rs-landing-banner-thumb-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  margin-bottom: -240px;
}
@media only screen and (max-width: 767px) {
  .rs-landing-banner-thumb-wrapper {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .rs-landing-banner-thumb-wrapper {
    margin-top: 40px;
  }
}
.rs-landing-banner-thumb-wrapper .landing-banner-thumb-inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}
.rs-landing-banner-thumb-wrapper .landing-banner-thumb.img-two {
  position: absolute;
  inset-inline-start: -65px;
  top: 120px;
}
@media only screen and (max-width: 1600px) {
  .rs-landing-banner-thumb-wrapper .landing-banner-thumb.img-two {
    inset-inline-start: -10px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-landing-banner-thumb-wrapper .landing-banner-thumb.img-two {
    top: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-landing-banner-thumb-wrapper .landing-banner-thumb.img-two {
    top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-landing-banner-thumb-wrapper .landing-banner-thumb.img-two {
    display: none;
  }
}
.rs-landing-banner-thumb-wrapper .landing-banner-thumb.img-three {
  position: absolute;
  top: 135px;
  inset-inline-end: -60px;
}
@media only screen and (max-width: 1600px) {
  .rs-landing-banner-thumb-wrapper .landing-banner-thumb.img-three {
    inset-inline-end: -10px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-landing-banner-thumb-wrapper .landing-banner-thumb.img-three {
    top: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-landing-banner-thumb-wrapper .landing-banner-thumb.img-three {
    display: none;
  }
}

/*----------------------------------------*/
/*  header css
/*----------------------------------------*/
.rs-landing-header .header-inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .rs-landing-header .header-inner {
    padding: 14px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rs-landing-header .header-inner {
    padding: 12px 0;
  }
}
@media only screen and (max-width: 575px) {
  .rs-landing-header .header-inner {
    padding: 10px 0;
  }
}
.rs-landing-header .header-logo {
  max-width: 170px;
}
@media only screen and (max-width: 575px) {
  .rs-landing-header .header-logo {
    max-width: 150px;
  }
}
.rs-landing-header .header-logo img {
  width: 100%;
}
.rs-landing-header .header-right {
  display: flex;
  align-items: center;
  gap: 0 36px;
}
@media only screen and (max-width: 1366px) {
  .rs-landing-header .header-right {
    gap: 0 20px;
  }
}
.rs-landing-header .header-hamburger {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .rs-landing-header .header-hamburger {
    display: block;
  }
}
.rs-landing-header .header-btn .rs-btn {
  padding: 11px 16px;
}
.rs-landing-header.rs-sticky-header .main-menu li a {
  padding: 32px 0px;
}
.rs-landing-header.rs-sticky-header .header-logo {
  max-width: 150px;
}
.rs-landing-header.has-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.bar-icon {
  width: 25px;
  height: 16px;
  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: 28px;
  height: 2px;
  background: var(--rs-black);
  display: inline-block;
  transition: color 0.2s ease-out;
  margin: 0 auto;
  margin-right: auto;
  margin-right: 0;
}
.bar-icon span:nth-child(1) {
  width: 20px;
  transition: all 0.3s linear;
}
.bar-icon span:nth-child(2) {
  width: 15px;
  transition: all 0.3s linear;
}
.bar-icon span:nth-child(3) {
  width: 20px;
  transition: all 0.3s linear;
}
.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) {
  animation-delay: 0.1s;
}
.bar-icon:hover span:nth-child(3) {
  animation-delay: 0.2s;
}

/*----------------------------------------*/
/*  demo css
/*----------------------------------------*/
.rs-landing-demo {
  position: relative;
  z-index: 1;
}
.rs-landing-demo.has-container-space {
  padding-inline-start: 20px;
  padding-inline-end: 20px;
}
@media only screen and (max-width: 991px) {
  .rs-landing-demo.has-container-space {
    padding-inline-start: 0px;
    padding-inline-end: 0px;
  }
}
.rs-landing-demo .descrip {
  max-width: 630px;
  margin: 15px auto 0px;
}
.rs-landing-demo .demo-thumb {
  position: relative;
}
.rs-landing-demo .demo-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(9, 40, 55, 0.8509803922);
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.rs-landing-demo .demo-thumb img {
  width: 100%;
}
.rs-landing-demo .demo-item {
  background: #0C384D;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
  padding: 0px 15px 20px 15px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  transition: 0.6s;
}
.rs-landing-demo .demo-item:hover {
  border-color: var(--rs-theme-primary);
}
.rs-landing-demo .demo-item:hover .demo-thumb::before {
  opacity: 1;
  visibility: visible;
}
.rs-landing-demo .demo-item:hover .demo-btn-wrapper {
  transform: translateY(-50px);
  opacity: 1;
  visibility: visible;
}
.rs-landing-demo .demo-item.is-coming-soon {
  border: none;
}
.rs-landing-demo .demo-item.is-coming-soon .demo-thumb::before {
  content: none;
}
.rs-landing-demo .demo-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
  padding: 0 20px;
}
.rs-landing-demo .demo-title {
  text-transform: capitalize;
  color: var(--rs-white);
}
.rs-landing-demo .demo-title a:hover {
  color: var(--rs-theme-primary);
}
.rs-landing-demo .dot-shape {
  margin-top: 5px;
  margin-bottom: 5px;
}
.rs-landing-demo .demo-btn-wrapper {
  position: absolute;
  transition: 0.5s;
  padding-left: 10px;
  display: flex;
  gap: 10px;
  padding-right: 10px;
  flex-wrap: wrap;
  transform: translateY(0);
  width: 100%;
  justify-content: center;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

/*----------------------------------------*/
/*  layout css
/*----------------------------------------*/
.rs-landing-layout .layout-wrapper {
  gap: 30px 60px;
  display: flex;
}
@media only screen and (max-width: 1600px) {
  .rs-landing-layout .layout-wrapper {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-landing-layout .layout-wrapper {
    flex-wrap: wrap;
  }
}
.rs-landing-layout .section-title-wrapper .descrip {
  margin-top: 20px;
  margin-bottom: 30px;
  max-width: 630px;
}
@media only screen and (max-width: 1600px) {
  .rs-landing-layout .section-title br {
    display: none;
  }
}
.rs-landing-layout .layout-box-wrapper {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
}
.rs-landing-layout .layout-box-item {
  background: var(--rs-white);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.09);
  border-radius: 12px;
  padding: 25px 10px 25px 10px;
  text-align: center;
  width: 170px;
  background: rgba(255, 255, 255, 0.08);
}
@media only screen and (max-width: 991px) {
  .rs-landing-layout .layout-box-item {
    width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-landing-layout .layout-box-item {
    width: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-landing-layout .layout-box-item {
    width: 146px;
  }
}
.rs-landing-layout .layout-title {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.rs-landing-layout .layout-box-item p {
  font-size: 14px;
  line-height: 1.3;
}
.rs-landing-layout .layout-thumb-wrapper {
  position: relative;
  z-index: 2;
  height: 317px;
  margin: 15px;
  width: 586px;
}
@media only screen and (max-width: 1600px) {
  .rs-landing-layout .layout-thumb-wrapper {
    position: sticky;
    top: 110px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-landing-layout .layout-thumb-wrapper {
    width: 490px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-landing-layout .layout-thumb-wrapper {
    width: 100%;
    position: relative;
    top: unset;
  }
}
@media only screen and (max-width: 575px) {
  .rs-landing-layout .layout-thumb-wrapper {
    margin: 0 0 20px 0;
  }
  .rs-landing-layout .layout-thumb-wrapper::before {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .rs-landing-layout .layout-thumb-wrapper {
    height: 277px;
  }
}
.rs-landing-layout .layout-thumb-wrapper::before {
  position: absolute;
  content: "";
  background: #F8F8F9;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  top: -15px;
  left: -15px;
  z-index: -1;
  border-radius: 12px;
  border: 0.5px solid #DBDEE1;
}
.rs-landing-layout .layout-thumb-wrapper .layout-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.rs-landing-layout .layout-thumb-wrapper .layout-thumb-inner {
  width: 500px;
  position: relative;
  z-index: 1;
  margin-inline-start: 70px;
  margin-top: 70px;
}
@media only screen and (max-width: 1199px) {
  .rs-landing-layout .layout-thumb-wrapper .layout-thumb-inner {
    width: 440px;
    margin-inline-start: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-landing-layout .layout-thumb-wrapper .layout-thumb-inner {
    width: 400px;
    margin: 70px auto 0px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-landing-layout .layout-thumb-wrapper .layout-thumb-inner {
    width: 300px;
    margin: 70px auto 20px;
  }
}
.rs-landing-layout .layout-thumb-wrapper .layout-thumb img {
  width: 100%;
}
.rs-landing-layout .layout-thumb-wrapper .layout-thumb.image-two {
  position: absolute;
  top: 50%;
  inset-inline-start: -50px;
  z-index: 1;
  transform: translateY(-50%);
}
@media only screen and (max-width: 575px) {
  .rs-landing-layout .layout-thumb-wrapper .layout-thumb.image-two {
    inset-inline-start: 0px;
  }
}
.rs-landing-layout .layout-thumb-wrapper .shape-one {
  position: absolute;
  inset-inline-start: 65px;
  top: 40px;
  animation: rotate 4s infinite;
}
@media only screen and (max-width: 1600px) {
  .rs-landing-layout .layout-thumb-wrapper .shape-one {
    top: 14%;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-landing-layout .layout-thumb-wrapper .shape-one {
    top: 9%;
    inset-inline-start: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-landing-layout .layout-thumb-wrapper .shape-one {
    display: none;
  }
}
.rs-landing-layout .layout-thumb-wrapper .shape-two {
  position: absolute;
  inset-inline-start: 235px;
  top: 0px;
  animation: translate 2s ease-in-out 1s forwards infinite alternate;
}
@media only screen and (max-width: 1199px) {
  .rs-landing-layout .layout-thumb-wrapper .shape-two {
    inset-inline-start: 170px;
  }
}
.rs-landing-layout .layout-thumb-wrapper .shape-three {
  position: absolute;
  inset-inline-end: 20px;
  top: 90px;
  overflow: hidden;
}
@media only screen and (max-width: 1600px) {
  .rs-landing-layout .layout-thumb-wrapper .shape-three {
    left: 145px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-landing-layout .layout-thumb-wrapper .shape-three {
    left: 133px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-landing-layout .layout-thumb-wrapper .shape-three {
    left: 185px;
    top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-landing-layout .layout-thumb-wrapper .shape-three {
    left: 95px;
    top: 85px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-landing-layout .layout-thumb-wrapper .shape-three {
    display: none;
  }
}
.rs-landing-layout .layout-thumb-wrapper .shape-four {
  position: absolute;
  top: 20px;
  inset-inline-end: 50px;
  z-index: 2;
  animation: leftright 2s ease-in-out 2s forwards infinite alternate;
}
@media only screen and (max-width: 575px) {
  .rs-landing-layout .layout-thumb-wrapper .shape-four {
    display: none;
  }
}

/*----------------------------------------*/
/*  testimonial css
/*----------------------------------------*/
.rs-landing-testimonial {
  position: relative;
  z-index: 1;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
  background: var(--rs-bg-primary);
}
@media only screen and (max-width: 1700px) {
  .rs-landing-testimonial {
    margin-inline-start: 20px;
    margin-inline-end: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-landing-testimonial {
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }
}
.rs-landing-testimonial .section-title-wrapper {
  position: relative;
  z-index: 1;
}
.rs-landing-testimonial .testimonial-wrapper {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1366px) {
  .rs-landing-testimonial .testimonial-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-landing-testimonial .testimonial-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-landing-testimonial .testimonial-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px;
}
.rs-landing-testimonial .testimonial-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background: var(--rs-white);
  padding: 40px 40px;
}
@media only screen and (max-width: 1600px) {
  .rs-landing-testimonial .testimonial-item {
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-landing-testimonial .testimonial-item {
    padding: 25px 25px;
  }
}
.rs-landing-testimonial .testimonial-top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: space-between;
}
.rs-landing-testimonial .testimonial-icon {
  height: 43px;
  width: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  background: #F0F7F8;
}
.rs-landing-testimonial .descrip {
  line-height: 1.5;
}
@media only screen and (max-width: 1600px) {
  .rs-landing-testimonial .descrip {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-landing-testimonial .descrip {
    font-size: 18px;
  }
}
.rs-landing-testimonial .testimonial-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.rs-landing-testimonial .testimonial-shape img {
  opacity: 0.5;
}

/*----------------------------------------*/
/*  faq css
/*----------------------------------------*/
.rs-landing-faq .accordion-item {
  border: 0;
  background: var(--rs-white);
  box-shadow: 0px 4px 30px rgba(24, 28, 112, 0.08);
  border-radius: 16px;
}
.rs-landing-faq .accordion-item:not(:last-child) {
  margin-bottom: 16px;
}
.rs-landing-faq .accordion-button {
  font-size: 18px;
  font-weight: 500;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  padding-right: 50px;
  color: var(--rs-title-primary);
  padding: 20px 40px 20px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 480px) {
  .rs-landing-faq .accordion-button {
    padding: 15px 40px 15px 15px;
    font-size: 16px;
  }
}
.rs-landing-faq .accordion-button::after {
  content: none;
}
.rs-landing-faq .accordion-button:focus {
  border: none;
}
.rs-landing-faq .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: var(--rs-theme-primary);
}
.rs-landing-faq .accordion-button:not(.collapsed) .accordion-number {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
}
.rs-landing-faq .accordion-button:not(.collapsed) .accordion-icon-opened {
  display: block !important;
}
.rs-landing-faq .accordion-button:not(.collapsed) .accordion-icon-opened svg path {
  fill: var(--rs-theme-primary);
}
.rs-landing-faq .accordion-button:not(.collapsed) .accordion-icon-closed {
  display: none;
}
.rs-landing-faq .accordion-button .accordion-icon-wrapper {
  position: absolute;
  right: 20px;
}
.rs-landing-faq .accordion-button .accordion-icon-wrapper span {
  display: inline-block;
}
.rs-landing-faq .accordion-button .accordion-icon-wrapper:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.rs-landing-faq .accordion-button .accordion-icon-wrapper .accordion-icon-opened {
  display: none;
}
.rs-landing-faq .accordion-body {
  padding: 0;
  color: var(--rs-text-primary);
  padding: 0px 35px 20px 20px;
  font-size: 18px;
}
.rs-landing-faq .accordion-body a {
  color: var(--rs-theme-secondary);
  text-decoration: underline;
}
.rs-landing-faq .accordion-number {
  width: 40px;
  height: 36px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  background: var(--rs-white);
  color: var(--rs-title-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  flex: 0 0 auto;
}

/*----------------------------------------*/
/*  Footer css
/*----------------------------------------*/
.rs-landing-footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-landing-footer .footer-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.rs-landing-footer .section-title {
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1600px) {
  .rs-landing-footer .section-title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-landing-footer .section-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-landing-footer .section-title {
    font-size: 26px;
    line-height: 1.45;
  }
}
.rs-landing-footer .footer-sub-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--rs-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  padding: 7px 15px;
  display: inline-flex;
  align-items: center;
  line-height: 20px;
}
.rs-landing-footer .rs-footer-desc {
  color: rgba(255, 255, 255, 0.9);
  max-width: 570px;
  margin: 0 auto;
}
.rs-landing-footer .footer-wrapper {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .rs-landing-footer .footer-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.rs-landing-footer .footer-feature-item {
  background: #2D4659;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 4px 16px;
}
.rs-landing-footer .footer-feature-title {
  letter-spacing: 0.02em;
  color: var(--rs-white);
}
@media only screen and (max-width: 480px) {
  .rs-landing-footer .footer-feature-title {
    font-size: 13px;
  }
}
.rs-landing-footer .footer-feature-wrapper {
  gap: 15px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.rs-landing-footer .footer-btn {
  margin-top: 37px;
  margin-bottom: 70px;
}
.rs-landing-footer .footer-shape-one {
  position: absolute;
  top: 125px;
  inset-inline-start: 45px;
}
@media only screen and (max-width: 1366px) {
  .rs-landing-footer .footer-shape-one {
    display: none;
  }
}
.rs-landing-footer .footer-shape-two {
  position: absolute;
  top: 245px;
  inset-inline-start: 84px;
}
@media only screen and (max-width: 991px) {
  .rs-landing-footer .footer-shape-two {
    display: none;
  }
}
.rs-landing-footer .footer-shape-three {
  position: absolute;
  top: 160px;
  inset-inline-start: 275px;
}
@media only screen and (max-width: 1800px) {
  .rs-landing-footer .footer-shape-three {
    display: none;
  }
}
.rs-landing-footer .footer-shape-four {
  position: absolute;
  top: 343px;
  inset-inline-start: 180px;
}
@media only screen and (max-width: 1600px) {
  .rs-landing-footer .footer-shape-four {
    display: none;
  }
}
.rs-landing-footer .footer-shape-five {
  position: absolute;
  top: 125px;
  inset-inline-end: 46px;
}
@media only screen and (max-width: 1366px) {
  .rs-landing-footer .footer-shape-five {
    display: none;
  }
}
.rs-landing-footer .footer-shape-six {
  position: absolute;
  top: 160px;
  inset-inline-end: 276px;
}
@media only screen and (max-width: 1800px) {
  .rs-landing-footer .footer-shape-six {
    display: none;
  }
}
.rs-landing-footer .footer-shape-seven {
  position: absolute;
  top: 245px;
  inset-inline-end: 85px;
}
@media only screen and (max-width: 991px) {
  .rs-landing-footer .footer-shape-seven {
    display: none;
  }
}
.rs-landing-footer .footer-shape-eight {
  position: absolute;
  top: 343px;
  inset-inline-end: 180px;
}
@media only screen and (max-width: 1600px) {
  .rs-landing-footer .footer-shape-eight {
    display: none;
  }
}

/*----------------------------------------*/
/*  marquee css
/*----------------------------------------*/
.rs-landing-marquee {
  overflow-x: clip;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .rs-landing-marquee {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-landing-marquee {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.rs-landing-marquee .marquee-item {
  display: inline-flex;
  align-items: center;
}
.rs-landing-marquee .marquee-item p {
  font-size: 80px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  font-style: italic;
  color: var(--rs-title-primary);
  font-family: var(--rs-ff-title-2);
}
@media only screen and (max-width: 991px) {
  .rs-landing-marquee .marquee-item p {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-landing-marquee .marquee-item p {
    font-size: 50px;
  }
}
.rs-landing-marquee .marquee-item:nth-child(2n) p {
  color: var(--rs-theme-primary);
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--rs-ff-title);
}
.rs-landing-marquee .marquee_text {
  overflow: hidden;
}
.rs-landing-marquee .marquee-thumb {
  margin: 0px 25px 0px 25px;
  animation: rotateTwo 9s linear infinite;
}
.rs-landing-marquee .marquee-thumb img {
  width: 76px;
}
@media only screen and (max-width: 767px) {
  .rs-landing-marquee .marquee-thumb img {
    width: 56px;
  }
}

/*----------------------------------------*/
/*  offer css
/*----------------------------------------*/
.rs-offer-wrapper {
  background: var(--rs-theme-secondary);
  padding: 5px 0;
  overflow: hidden;
}
.rs-offer-wrapper .marquee_text {
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.74);
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
}
.rs-offer-wrapper .marquee_text span {
  display: inline-block;
  margin: 0 10px;
  color: var(--rs-white);
}

/*----------------------------------------*/
/*  info css
/*----------------------------------------*/
.rs-info-tab-one {
  position: relative;
  z-index: 1;
}
.rs-info-tab-one .rs-info-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.rs-info-tab-one .info-wrapper {
  display: grid;
  grid-template-columns: 360px 1040px;
  gap: 30px;
}
@media only screen and (max-width: 1600px) {
  .rs-info-tab-one .info-wrapper {
    grid-template-columns: 360px auto;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-info-tab-one .info-wrapper {
    grid-template-columns: 320px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-info-tab-one .info-wrapper {
    grid-template-columns: 300px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-info-tab-one .info-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
.rs-info-tab-one .info-tab .nav-pills {
  display: block;
}
.rs-info-tab-one .info-tab .nav-item:not(:last-child) {
  margin-bottom: 20px;
}
.rs-info-tab-one .info-tab .nav-link {
  width: 100%;
  background: var(--rs-white);
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  gap: 10px;
  font-weight: 500;
  padding: 0;
  color: var(--rs-title-primary);
  transition: all 0.5s ease;
  font-size: 18px;
  padding: 15px 25px 15px 25px;
  border-radius: 6px;
}
@media only screen and (max-width: 1199px) {
  .rs-info-tab-one .info-tab .nav-link {
    width: 100%;
  }
}
.rs-info-tab-one .info-tab .nav-link.active {
  color: var(--rs-black);
  background: var(--rs-theme-primary);
}
.rs-info-tab-one .info-tab .nav-link.active svg path {
  fill: var(--rs-black);
}
.rs-info-tab-one .info-tab .nav-link:hover {
  color: var(--rs-black);
  background: var(--rs-theme-primary);
}
.rs-info-tab-one .info-tab .nav-link:hover svg path {
  fill: var(--rs-black);
}
.rs-info-tab-one .info-icon svg {
  width: 22px;
  height: 22px;
}
.rs-info-tab-one .info-icon svg path {
  transition: 0.3s;
  fill: var(--rs-black);
}
.rs-info-tab-one .info-tab-anim .tab-pane.active .info-tab-content-thumb {
  -webkit-animation: slide-down 5s ease-out;
  animation: slide-down 5s ease-out;
}
.rs-info-tab-one .info-tab-content-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rs-info-tab-one .info-tab {
  background: var(--rs-bg-primary);
  border-radius: 16px;
  padding: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-info-tab-one .info-tab {
    width: 100%;
  }
}

/*----------------------------------------*/
/*  template css
/*----------------------------------------*/
.rs-landing-template {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-landing-template::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #092837 0%, #092837 105.92%);
  transform: matrix(1, 0, 0, -1, 0, 0);
  z-index: -1;
}
.rs-landing-template .template-content-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
}
.rs-landing-template .section-title {
  color: var(--rs-white);
  margin-bottom: 15px;
}
.rs-landing-template .section-desc {
  max-width: 660px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.9);
}
.rs-landing-template .template-number {
  font-size: 130px;
  color: var(--rs-theme-primary);
  line-height: 0.85;
}
@media only screen and (max-width: 1366px) {
  .rs-landing-template .template-number {
    font-size: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-landing-template .template-number {
    font-size: 80px;
  }
}
.rs-landing-template .template-icon {
  color: var(--rs-theme-primary);
  font-size: 70px;
}
.rs-landing-template .template-number-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1366px) {
  .rs-landing-template .template-number-info {
    justify-content: start;
  }
}
.rs-landing-template .template-info-bottom {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 25px;
  flex-wrap: wrap;
}
.rs-landing-template .template-title {
  font-family: "Italianno", cursive;
  font-size: 50px;
  color: var(--rs-white);
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .rs-landing-template .template-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-landing-template .template-title {
    font-size: 35px;
  }
}
.rs-landing-template .template-item {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 16px;
}
.rs-landing-template .template-thumb img {
  width: 100%;
}
.rs-landing-template .inner-page-anim {
  animation: marquee 20s linear 0s infinite normal;
  animation-play-state: running;
  flex-wrap: nowrap;
}
.rs-landing-template .inner-page-anim-two {
  animation-name: marquee_rev;
}

/* inner-page-animation */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes marquee_rev {
  100% {
    transform: translateX(0);
  }
  0% {
    transform: translateX(-50%);
  }
}
.container-scroller {
  display: flex;
  align-items: stretch;
  padding: 0 24px;
  gap: 24px;
  border: 1px solid white;
}

.scroller {
  flex: 1;
  /*     border: 1px solid lime; */
  height: 100%;
  gap: 24px;
  overflow: hidden;
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  flex-direction: column;
  height: max-content;
  animation: scroll 30s forwards linear infinite;
}

.scroller__inner.reverse {
  animation-direction: reverse;
}

@keyframes scroll {
  to {
    transform: translateY(calc(-50% - 0.5rem));
  }
}

/*# sourceMappingURL=main.css.map */
