@charset "UTF-8";
/*
@File: Torado. Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*********************************************
*********************************************

** - Default CSS
** - Section Title CSS
** - Go Top Button CSS
** - Preloader Area CSS
** - Navbar Area CSS
** - Responsive Navbar Area CSS
** - Main Banner Area CSS

** - Contact Us Page
** - Blog Page
** - Blog Details Page
** - Privacy Policy Page
** - Terms & Condition Page
** - 404 Error Page
*/
/*
Google Fonts
==========================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --bodyFontFamily: "Inter", serif;
  --spaceFontFamily: "Space Grotesk", serif;
  --dark: #000000;
  --white: #ffffff;
  --primary: #fc7433;
  --paragraph: #3e4c59;
  --title-color: #1f2933;
  --icon-color: #615579;
  --info-color: #8164e3;
  --gray-color: #a3a7ab;
  --font-size: 16px;
  --transition: all 0.5s;
}

/* Default CSS */
body {
  font-size: var(--font-size);
  font-family: var(--bodyFontFamily);
  color: var(--paragraph);
  margin: 0;
  padding: 0;
}

p {
  font-weight: 400;
  font-family: var(--bodyFontFamily);
  margin-bottom: 15px;
  line-height: 1.6;
  transition: var(--transition);
}
p:last-child {
  margin-bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: var(--spaceFontFamily);
  line-height: 1.3;
  color: var(--title-color);
}
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: var(--title-color);
}
.h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: var(--primary);
}

a {
  text-decoration: none;
  outline: 0 !important;
  transition: var(--transition);
}

:focus {
  outline: 0 !important;
  box-shadow: unset !important;
}

.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

.form-control {
  color: var(--title-color);
  border: 1px solid transparent;
  box-shadow: unset !important;
  transition: var(--transition);
  border-radius: 5px;
}
.form-control::-moz-placeholder {
  color: var(--paragraph);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.form-control::placeholder {
  color: var(--paragraph);
  transition: var(--transition);
}
.form-control:focus::-moz-placeholder {
  color: transparent;
}
.form-control:focus::placeholder {
  color: transparent;
}

/*
Default Padding
============================================================*/
.ptb-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.pt-140 {
  padding-top: 140px;
}

.pb-140 {
  padding-bottom: 140px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fw-900 {
  font-weight: 900;
}

.f-f {
  font-family: var(--bodyFontFamily);
}

/*
Default Color
============================================================*/
.bg-1e0c3f {
  background-color: #1e0c3f;
}

.bg-2c1a4e {
  background-color: #2c1a4e;
}

.bg-1f2933 {
  background-color: #1f2933;
}

.bg-261646 {
  background-color: #261646;
}

.bg-372854 {
  background-color: #372854;
}

.bg-2e1b51 {
  background-color: #2e1b51;
}

/*
Default Container
============================================================*/
.container-fluid.nav-two {
  max-width: 1520px;
}
.container-fluid.nav-three {
  max-width: 1380px;
}
.container-fluid.side-padding {
  max-width: 1608px;
}
.container-fluid.right-padding {
  max-width: 1620px;
  margin-left: 0;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x) * 0);
}
.container-fluid.left-padding {
  max-width: 1620px;
  margin-left: auto;
  margin-right: 0;
  padding-right: calc(var(--bs-gutter-x) * 0);
}

.sub-title {
  display: inline-block;
  background: linear-gradient(to right, #FC7433 0%, #F7294F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  font-weight: 500;
}
.sub-title::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 28px;
  height: 2px;
  background: linear-gradient(to right, #FC7433 0%, #F7294F 100%);
}

.linear-info {
  background: linear-gradient(96.4deg, #523DE7 -12.77%, #977CF2 100%);
}

.linear-p {
  background: linear-gradient(to right, #FC7433 0%, #F7294F 100%);
}

/*
Default Btn CSS
============================================================*/
.default-btn {
  color: var(--white);
  border: none;
  box-shadow: none;
  display: inline-block;
  position: relative;
  font-weight: 600;
  border-radius: 5px;
  transition: var(--transition);
  padding: 16px 34px 16px;
  z-index: 1;
  background: linear-gradient(99.67deg, #FC7433 0%, #F7294F 100%);
}
.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  margin: auto;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  border-radius: 5px;
  transition: var(--transition);
  background: linear-gradient(96.4deg, #523DE7 -12.77%, #977CF2 100%);
  box-shadow: 12px 12px 19px 3px rgba(82, 61, 231, 0.19);
}
.default-btn i {
  position: relative;
  font-size: 24px;
  line-height: 1;
  top: 3px;
}
.default-btn.style-two {
  background: linear-gradient(96.4deg, #523DE7 -12.77%, #977CF2 100%);
  box-shadow: 12px 12px 19px 3px rgba(82, 61, 231, 0.19);
}
.default-btn.style-two::before {
  background: linear-gradient(99.67deg, #FC7433 0%, #F7294F 100%);
}
.default-btn:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
}

/*
Section Heading
============================================================*/
.section-heading h2 {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}

/*
Section Title
============================================================*/
.section-title {
  text-align: center;
}
.section-title h2 {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}

/*
Header Area
================================================================================*/
.header-area {
  padding: 12px 0 13px;
}
.header-area .header-content li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 35px;
}
.header-area .header-content li i {
  position: absolute;
  top: 4px;
  left: 0;
  color: var(--icon-color);
  line-height: 1;
}
.header-area .header-content li a {
  color: rgba(255, 255, 255, 0.6);
}
.header-area .header-content li a:hover {
  color: var(--primary);
}
.header-area .header-content li:last-child {
  margin-right: 0;
}
.header-area .header-social-icon {
  text-align: end;
}
.header-area .header-social-icon li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.header-area .header-social-icon li a {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
}
.header-area .header-social-icon li a:hover {
  color: var(--primary);
}
.header-area .header-social-icon li:last-child {
  margin-right: 0;
}

/*
Navbar Area CSS
================================================================================*/
.navbar {
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
  z-index: 999;
}
.navbar .navbar-brand {
  margin-right: 80px;
}
.navbar .navbar-nav {
  margin-right: 70px;
}
.navbar .navbar-nav .nav-item {
  margin-left: 18px;
  margin-right: 18px;
}
.navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: var(--white);
  transition: 0.6s;
  position: relative;
  padding: 20px 0;
  z-index: 1;
  transition: var(--transition);
  font-size: 16px;
  font-weight: 500;
}
.navbar .navbar-nav .nav-item .nav-link::after {
  font-size: var(--font-size);
  color: var(--white);
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
  padding-right: 20px;
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  position: absolute;
  vertical-align: 0;
  content: "\f135";
  margin-left: 0;
  border: 0;
  right: 2px;
  top: 21px;
  color: #8b819e;
  font-size: 12px;
  font-weight: 600;
  line-height: 26px;
  transition: var(--transition);
  font-family: flaticon_my-icons !important;
}
.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--primary);
}
.navbar .navbar-nav .nav-item .nav-link.active::after, .navbar .navbar-nav .nav-item .nav-link:hover::after {
  color: var(--primary);
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  left: 0;
  border: 0;
  top: 64px;
  opacity: 0;
  width: 250px;
  padding: 15px 0;
  border-radius: 0;
  visibility: hidden;
  display: block !important;
  background-color: var(--white);
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0.275rem 1.25rem rgba(11, 15, 25, 0.05), 0 0.25rem 0.5625rem rgba(11, 15, 25, 0.03);
  border-left: 3px solid var(--primary);
}
.navbar .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  display: block;
  padding: 10px 25px;
  position: relative;
  color: var(--title-color);
  background-color: transparent !important;
  font-size: 15px;
  font-weight: 500;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item.dropdown-toggle {
  padding-right: 18px;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item.dropdown-toggle::after {
  position: absolute;
  vertical-align: 0;
  content: "\f135";
  margin-left: 0;
  right: 20px;
  border: 0;
  top: 12px;
  transition: 0.6s;
  font-size: 14px;
  font-weight: 500;
  font-family: flaticon_my-icons !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item .name {
  color: var(--title-color);
  padding: 3px 10px 6px;
  font-size: 15px;
  border-radius: 5px;
  background-color: var(--primary);
  margin-left: 10px;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item.active {
  color: var(--primary);
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item:hover {
  color: var(--primary);
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  visibility: hidden;
  left: auto;
  right: -100%;
  opacity: 0;
  top: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover .sub-dropdown {
  color: var(--primary);
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover .sub-dropdown.dropdown-toggle::after {
  color: var(--primary);
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu .nav-link {
  font-size: 16px;
  font-weight: 400;
}
.navbar .navbar-nav .nav-item:hover .nav-link {
  color: var(--primary);
}
.navbar .navbar-nav .nav-item:hover .nav-link.dropdown-toggle::after {
  color: var(--primary);
}
.navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.navbar.style-two .navbar-nav .nav-item .nav-link {
  color: var(--title-color);
}
.navbar.style-two .navbar-nav .nav-item .nav-link::after {
  color: var(--title-color);
}
.navbar.style-two .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  color: var(--title-color);
}
.navbar.style-two .navbar-nav .nav-item .nav-link.active, .navbar.style-two .navbar-nav .nav-item .nav-link:hover {
  color: var(--primary);
}
.navbar.style-two .navbar-nav .nav-item .nav-link.active::after, .navbar.style-two .navbar-nav .nav-item .nav-link:hover::after {
  color: var(--primary);
}
.navbar.style-two .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  color: var(--title-color);
}
.navbar.style-two .navbar-nav .nav-item .dropdown-menu li .dropdown-item .name {
  color: var(--title-color);
}
.navbar.style-two .navbar-nav .nav-item .dropdown-menu li .dropdown-item.active {
  color: var(--primary);
}
.navbar.style-two .navbar-nav .nav-item .dropdown-menu li .dropdown-item:hover {
  color: var(--primary);
}
.navbar.style-two .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  visibility: hidden;
  opacity: 0;
}
.navbar.style-two .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.navbar.style-two .navbar-nav .nav-item:hover .nav-link {
  color: var(--primary);
}
.navbar.style-two .navbar-nav .nav-item:hover .nav-link.dropdown-toggle::after {
  color: var(--primary);
}
.navbar.style-two .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.navbar.sticky {
  top: 0;
  left: 0;
  width: 100%;
  position: sticky;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  border-bottom: 1px solid rgba(133, 127, 127, 0.2);
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}
.navbar .navbar-toggler {
  color: var(--title-color);
  font-size: inherit;
  box-shadow: unset;
  border: none;
  padding: 0;
}
.navbar .navbar-toggler .burger-menu {
  cursor: pointer;
}
.navbar .navbar-toggler .burger-menu span {
  height: 3px;
  width: 30px;
  margin: 5px 0;
  display: block;
  background-color: var(--title-color);
}
.navbar .others-options {
  padding-left: 0px !important;
  vertical-align: middle;
}
.navbar .others-options ul li {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  margin-right: 30px;
}
.navbar .others-options ul li .search-btn {
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: var(--title-color);
}
.navbar .others-options ul li .search-btn i {
  font-size: 24px;
  line-height: 1;
  position: relative;
  top: 3px;
}
.navbar .others-options ul li .search-btn .glass {
  color: #9d96ac;
}
.navbar .others-options ul li:last-child {
  margin-right: 0;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
/*
Responsive Navbar Area CSS
================================================================================*/
.mobile-navbar .offcanvas-header {
  padding: 30px 30px;
  background-color: #2c1a4e;
}
.mobile-navbar .offcanvas-header .btn-close {
  transition: var(--transition);
  font-size: 15px;
  cursor: pointer;
  top: 38px;
  right: 25px;
  position: absolute !important;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: var(--white) !important;
}
.mobile-navbar .offcanvas-header .btn-close:hover {
  color: var(--primary);
}
.mobile-navbar .offcanvas-body {
  padding: 30px 30px;
}
.mobile-navbar .offcanvas-body .mb-4 {
  margin-bottom: 35px !important;
}
.mobile-navbar .offcanvas-body .ins-image .t-image-5 {
  border-radius: 5px;
}
.mobile-navbar .offcanvas-body .ins-image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(2, 0, 36, 0.8995973389) 0%, rgba(9, 9, 121, 0.1040791317) 40%);
  border-radius: 5px;
}
.mobile-navbar .offcanvas-body .ins-image h3 {
  left: 25px;
  bottom: 22px;
  position: absolute;
  font-size: 20px;
}
.mobile-navbar .offcanvas-body ul {
  list-style-type: none;
  margin-bottom: 0;
}
.mobile-navbar .offcanvas-body ul.mobile-menu {
  padding-left: 0;
  overflow: hidden;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list {
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  line-height: 1;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  clear: both;
  width: 100%;
  color: var(--title-color);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list.active .mobile-menu-items {
  padding: 18px 0 0 0;
  margin: 18px 0;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list:last-child {
  border-bottom: 1px solid #e7e7e7;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a {
  height: 100%;
  padding-right: 30px;
  text-decoration: none;
  position: relative;
  display: block;
  color: var(--title-color);
  font-size: 16px;
  font-weight: 600;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a:after {
  top: 15%;
  right: 0;
  content: "שׁ";
  position: absolute;
  transform: translateY(-14%);
  transition: 0.6s;
  font-size: 16px;
  font-style: normal;
  font-family: tabler-icons !important;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a:hover, .mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a.active {
  color: var(--primary);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a:hover::after, .mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a.active::after {
  color: var(--primary);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items {
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items li {
  padding: 0 0 20px 0 !important;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items a {
  padding: 0 20px;
  font-size: 16px;
  font-size: 15px;
  font-weight: 600;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items a.active {
  color: var(--primary);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items a:hover {
  color: var(--primary);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items a::after {
  display: none;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list {
  padding: 0;
  margin: 0;
  border: none;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list::after {
  right: 15px;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list .mobile-menu-items {
  padding: 0 !important;
  background-color: var(--bs-gray-100);
  margin: 0 20px !important;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list.active .mobile-menu-items {
  padding: 18px 0 0 0 !important;
  margin: 18px 20px !important;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list.without-icon:after {
  display: none;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list.without-icon a::after {
  display: none;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .active:after {
  transform: translateY(-50%) rotate(180deg);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .active > .mobile-menu-items {
  transition: all 300ms;
  display: block;
  height: auto;
  clear: both;
  float: left;
  width: 100%;
  background-color: #ededed;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .active > .mobile-menu-items li:last-child {
  border: none;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .active > a {
  color: var(--primary);
}
.mobile-navbar .offcanvas-body .menu-bottom {
  margin-top: 40px;
}
.mobile-navbar .offcanvas-body .menu-bottom .social {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.mobile-navbar .offcanvas-body .menu-bottom .social li {
  display: inline-block;
  margin-right: 30px;
}
.mobile-navbar .offcanvas-body .menu-bottom .social li a {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
}
.mobile-navbar .offcanvas-body .menu-bottom .social li a:hover {
  color: var(--primary);
}
.mobile-navbar .offcanvas-body .menu-bottom .social li:last-child {
  margin-right: 0;
}
.mobile-navbar .offcanvas-body .side-menu-form .form-control {
  color: var(--title-color);
  height: 50px;
  background-color: #f6f5ef;
  margin-bottom: 20px;
}
.mobile-navbar .offcanvas-body .side-menu-form .form-control::-moz-placeholder {
  color: var(--paragraph);
}
.mobile-navbar .offcanvas-body .side-menu-form .form-control::placeholder {
  color: var(--paragraph);
}
.mobile-navbar .offcanvas-body .side-menu-form .form-control:focus {
  border-color: var(--primary);
}
.mobile-navbar .offcanvas-body .side-menu-form .textarea {
  min-height: 150px;
}
.mobile-navbar .offcanvas-body .social-icon h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 25px;
}
.mobile-navbar .offcanvas-body .social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}
.mobile-navbar .offcanvas-body .social-icon ul li a {
  display: inline-block;
  color: var(--title-color);
  width: 40px;
  height: 40px;
  line-height: 46px;
  border-radius: 100%;
  background-color: #f6f5ef;
  text-align: center;
}
.mobile-navbar .offcanvas-body .social-icon ul li a:hover {
  background-color: var(--primary);
  color: var(--white);
}
.mobile-navbar .offcanvas-body .social-icon ul li:last-child {
  margin-right: 0;
}
.mobile-navbar .others-options {
  padding-left: 0px !important;
  vertical-align: middle;
}

/*
Popup Search CSS
============================================================*/
.modal-backdrop {
  --bs-backdrop-opacity: 1;
}

.search-modal.modal {
  border: none;
  border-radius: 0;
}
.search-modal .modal-dialog {
  max-width: 875px;
  border-radius: 0;
}
.search-modal .modal-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.search-modal .btn-close {
  top: -20px;
  right: 8px;
  padding: 0;
  font-size: 30px;
  position: absolute;
  filter: invert(1);
  z-index: 2;
  opacity: 1;
}
.search-modal .modal-content {
  border: none;
  border-radius: 100px;
  background-color: transparent;
}
.search-modal .modal-body {
  padding: 55px 60px;
  border-radius: 100px;
  background-color: var(--paragraph);
}
.search-modal .modal-body .popup-form {
  position: relative;
}
.search-modal .modal-body .popup-form .form-control {
  height: 60px;
  padding: 12px 50px 12px 25px;
  border-radius: 100px;
  border: 1px solid var(--paragraph);
  background-color: var(--white);
}
.search-modal .modal-body .popup-form .form-control::-moz-placeholder {
  color: var(--paragraph);
}
.search-modal .modal-body .popup-form .form-control::placeholder {
  color: var(--paragraph);
}
.search-modal .modal-body .popup-form .form-control:focus {
  border-color: var(--primary);
}
.search-modal .modal-body .popup-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.search-modal .modal-body .popup-form .form-control:focus::placeholder {
  color: transparent;
}
.search-modal .modal-body .popup-form .p-btn {
  border: none;
  box-shadow: unset !important;
  background-color: transparent;
  color: var(--title-color);
  top: 17px;
  right: 15px;
  position: absolute;
  font-size: 20px;
  transition: var(--transition);
}
.search-modal .modal-body .popup-form .p-btn:hover {
  color: var(--primary);
}

/*
Banner Area
================================================================================*/
.banner-area {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 220px;
}

.banner-content {
  max-width: 815px;
}
.banner-content .sub-title {
  padding: 11px 28px 12px;
  background: linear-gradient(99.67deg, rgba(252, 116, 51, 0.1) 0%, rgba(247, 41, 79, 0.1) 100%);
  border-radius: 100px;
  margin-bottom: 15px;
}
.banner-content .sub-title::before {
  display: none;
}
.banner-content .sub-title span {
  background: linear-gradient(to right, #FC7433 0%, #F7294F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-content h1 {
  font-size: 106px;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 30px;
  letter-spacing: -4.5px;
}
.banner-content h1 span {
  display: block;
  font-size: 76px;
  background: linear-gradient(96.55deg, #977CF2 5.05%, #523DE7 128.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0;
}
.banner-content p {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.65;
}
.banner-content .banner-btn .play {
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 100%;
  text-align: center;
  background: linear-gradient(99.67deg, #FC7433 0%, #F7294F 100%);
  font-size: 26px;
  color: var(--white);
}
.banner-content .banner-btn span {
  background: linear-gradient(to right, #FC7433 0%, #F7294F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-warp .swiper-pagination {
  left: 300px;
  width: auto;
  bottom: 50px;
  text-align: right;
}
.banner-warp .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 16px;
  height: 16px;
  opacity: 1;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: var(--transition);
}
.banner-warp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(to right, #FC7433 0%, #F7294F 100%);
  border: 1px solid var(--primary);
}
.banner-warp .h-shape-1 {
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  animation: down 5s ease-in-out infinite;
}
.banner-warp .h-shape-2 {
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
}
.banner-warp .h-shape-3 {
  top: 165px;
  right: 175px;
  position: absolute;
  pointer-events: none;
  animation: astronaut 3s linear infinite;
}
.banner-warp .h-shape-4 {
  top: 65px;
  left: 0;
  right: 15%;
  margin: auto;
  position: absolute;
  pointer-events: none;
  animation: treeAnimate 3s linear infinite;
}
.banner-warp .h-shape-5 {
  left: 0;
  right: 25%;
  margin: auto;
  bottom: 95px;
  position: absolute;
  animation: astronaut 5s linear infinite;
}
.banner-warp .h-shape-6 {
  right: 32%;
  bottom: 315px;
  position: absolute;
  animation: beat 1s infinite;
}

/*
Sec Banner Area
================================================================================*/
.sec-banner-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 55px;
  padding-bottom: 100px;
}
.sec-banner-area .h-shape-8 {
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
}
.sec-banner-area .h-shape-9 {
  right: 120px;
  bottom: 85px;
  position: absolute;
  animation: astronaut 5s linear infinite;
  pointer-events: none;
}
.sec-banner-area .h-shape-10 {
  right: 25px;
  bottom: 220px;
  position: absolute;
  animation: up 5s ease-in-out infinite;
  pointer-events: none;
}

.sec-banner-image {
  margin-left: -120px;
}
.sec-banner-image .h-image-5 {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
}
.sec-banner-image .h-image-7 {
  left: 0;
  bottom: 0;
  position: absolute;
}
.sec-banner-image .content-card {
  top: 130px;
  right: 10px;
  position: absolute;
  padding: 22px 25px;
  box-shadow: 0px 0px 25px 12px rgba(14, 7, 60, 0.04);
  margin-bottom: 30px;
}
.sec-banner-image .content-card .u-image-5 {
  width: 62px;
  height: 62px;
  border: 1px dashed #977CF2;
  padding: 2px;
}
.sec-banner-image .content-card h4 {
  background: linear-gradient(to right, #FC7433 0%, #F7294F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec-banner-image .content-card p span {
  color: var(--info-color);
}
.sec-banner-image .content-card:last-child {
  margin-bottom: 0;
}

.sec-banner-content h1 {
  font-size: 87px;
  line-height: 1.01;
  letter-spacing: -0.045em;
  margin-bottom: 25px;
}
.sec-banner-content .banner-btn .play {
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 100%;
  text-align: center;
  background: linear-gradient(99.67deg, #FC7433 0%, #F7294F 100%);
  font-size: 26px;
  color: var(--white);
}
.sec-banner-content .banner-btn span {
  background: linear-gradient(to right, #FC7433 0%, #F7294F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*
Thr Banner Area
================================================================================*/
.thr-banner-area {
  padding-top: 80px;
}
.thr-banner-area::before {
  left: 0;
  width: 100%;
  height: 290px;
  bottom: 0;
  background-color: var(--white);
  content: "";
  position: absolute;
  z-index: -1;
}
.thr-banner-area .h-shape-11 {
  top: 0;
  right: 0;
  position: absolute;
  pointer-events: none;
}
.thr-banner-area .h-shape-12 {
  top: -70px;
  left: 0;
  z-index: -1;
  position: absolute;
}
.thr-banner-area .h-shape-13 {
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
}
.thr-banner-area .h-shape-14 {
  top: 50%;
  left: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
}

.thr-banner-content {
  text-align: center;
  padding-bottom: 70px;
}
.thr-banner-content h1 {
  font-size: 100px;
  line-height: 88px;
  letter-spacing: -0.045em;
  margin-bottom: 25px;
  color: var(--white);
}
.thr-banner-content h1 .c-info {
  color: var(--info-color);
}
.thr-banner-content h1 span {
  font-size: 70px;
}
.thr-banner-content .post {
  color: #c0baca;
  font-size: 17px;
}
.thr-banner-content .post i {
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 2px;
}
.thr-banner-content .banner-btn .play {
  width: 56px;
  height: 56px;
  line-height: 62px;
  border-radius: 100%;
  text-align: center;
  background: linear-gradient(99.67deg, #FC7433 0%, #F7294F 100%);
  font-size: 20px;
  color: var(--white);
}
.thr-banner-content .banner-btn span {
  color: #c0baca;
}
.thr-banner-content .banner-btn .number {
  background: linear-gradient(to right, #FC7433 0%, #F7294F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 900;
}

.thr-banner-image .content-card {
  top: 100px;
  right: -130px;
  position: absolute;
}
.thr-banner-image .content-card.style-two {
  top: auto;
  left: -130px;
  right: auto;
  bottom: 100px;
}

/*
Page Banner Area
================================================================================*/
.page-banner-area {
  padding-top: 125px;
  padding-bottom: 125px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-banner-area .page-1 {
  left: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  pointer-events: none;
}
.page-banner-area .page-2 {
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  pointer-events: none;
}

.page-banner-content h1 {
  color: var(--white);
  font-size: 46px;
}
.page-banner-content ul {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 4px 17px;
}
.page-banner-content ul li {
  display: -webkit-inline-box;
  color: var(--white);
  font-size: 17px;
  position: relative;
}
.page-banner-content ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: var(--primary);
}
.page-banner-content ul li a {
  color: var(--primary);
  font-weight: 700;
}
.page-banner-content ul li a:hover {
  color: var(--white);
}
.page-banner-content ul li:last-child::before {
  display: none;
}

/*
Partner Area
================================================================================*/
.partner-area .swiper-wrapper {
  align-items: center;
  text-align: center;
}
.partner-area .swiper-wrapper .swiper-slide .p-logo-1 {
  opacity: 0.4;
  transition: var(--transition);
}
.partner-area .swiper-wrapper .swiper-slide .p-logo-1:hover {
  opacity: 1;
}

/*
About Us Area
================================================================================*/
.about-us-image .a-image-1 {
  top: 0;
  right: 0;
  position: absolute;
}
.about-us-image .a-image-2 {
  left: 12%;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.about-us-image .a-image-3 {
  top: 60%;
  right: -72px;
  position: absolute;
  transform: translateY(-50%);
}
.about-us-image .popup-btn {
  right: -70px;
  bottom: 35px;
  position: absolute;
}
.about-us-image .popup-btn .play {
  color: var(--white);
  width: 79px;
  height: 79px;
  line-height: 79px;
  background: linear-gradient(96.4deg, #523DE7 -12.77%, #977CF2 100%);
  box-shadow: 12px 12px 19px 3px rgba(82, 61, 231, 0.19);
  border-radius: 100%;
  text-align: center;
  font-size: 35px;
}
.about-us-image .popup-btn span {
  color: var(--info-color);
}

.about-us-content .section-heading {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
.about-us-content .about-us-list li {
  display: inline-block;
  vertical-align: middle;
  margin-right: -20px;
}
.about-us-content .about-us-list li img {
  width: 54px;
  height: 54px;
  border: 5px solid var(--white);
}
.about-us-content .about-us-list li:last-child {
  margin-right: 0;
  background: linear-gradient(to right, #FC7433 0%, #F7294F 100%);
  width: 54px;
  height: 54px;
  line-height: 44px;
  border-radius: 100%;
  text-align: center;
  border: 5px solid var(--white);
}

.skills {
  max-width: 100%;
  padding: 0;
}
.skills .skill-name {
  margin: 10px 0;
}
.skills .skill-bar {
  height: 8px;
  background-color: rgba(130, 100, 227, 0.1);
  border-radius: 30px;
}
.skills .skill-bar .skill-percentage {
  height: 8px;
  background: linear-gradient(96.4deg, #523DE7 -12.77%, #977CF2 100%);
  border-radius: 30px;
  animation: fillBars 2.5s 1;
  position: relative;
}
.skills .skill-bar .skill-percentage::before {
  content: attr(per);
  position: absolute;
  font-size: 18px;
  font-weight: 600;
  top: -35px;
  right: 0;
  transform: transition(50%);
}

@keyframes fillBars {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.c-p {
  color: var(--primary);
}

.gray {
  color: var(--gray-color);
}

/*
About Us Area Home-2
================================================================================*/
.sec-about-area .about-us-list li {
  display: inline-block;
  vertical-align: middle;
  margin-right: -20px;
}
.sec-about-area .about-us-list li img {
  width: 54px;
  height: 54px;
  border: 5px solid var(--white);
}
.sec-about-area .about-us-list li:last-child {
  margin-right: 0;
  background: linear-gradient(to right, #FC7433 0%, #F7294F 100%);
  width: 54px;
  height: 54px;
  line-height: 44px;
  border-radius: 100%;
  text-align: center;
  border: 5px solid var(--white);
}

.sec-about-image .a-image-7 {
  right: 100px;
  bottom: 0;
  position: absolute;
}
.sec-about-image .a-image-7.a-image-19 {
  left: 0;
  right: auto;
}
.sec-about-image .a-shape-1 {
  left: 100px;
  bottom: 0;
  z-index: -1;
  position: absolute;
}
.sec-about-image .a-shape-1.a-shape-2 {
  left: auto;
  right: 170px;
}
.sec-about-image .w-shape-3 {
  top: 0;
  right: 0;
  z-index: -2;
  position: absolute;
  animation: up 8s ease-in-out infinite;
}
.sec-about-image .w-shape-3.w-shape-33 {
  left: -70px;
  right: auto;
}

/*
About Us Area Home-3
================================================================================*/
.about-image .a-image-12 {
  left: -25px;
  bottom: -12px;
  position: absolute;
}
.about-image .popup-btn {
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  text-align: center;
  bottom: -12px;
}
.about-image .popup-btn .play {
  display: inline-block;
  color: var(--white);
  width: 79px;
  height: 79px;
  line-height: 72px;
  background: linear-gradient(96.4deg, #523DE7 -12.77%, #977CF2 100%);
  box-shadow: 12px 12px 19px 3px rgba(82, 61, 231, 0.19);
  border-radius: 100%;
  text-align: center;
  font-size: 35px;
  border: 3px solid var(--white);
}

.thr-about-content .section-heading {
  max-width: 500px;
  margin-bottom: 30px;
}
.thr-about-content .s-count h3 {
  font-size: 56px;
  font-weight: 900;
  font-family: var(--bodyFontFamily);
  line-height: 1;
  background: linear-gradient(to right, #FC7433 0%, #F7294F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.thr-about-content .how-we-are-card::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  width: 1px;
  height: 100%;
  z-index: -1;
  background-color: #eeeeee;
}
.thr-about-content .how-we-are-card .post i {
  color: var(--primary);
  font-size: 22px;
  line-height: 0;
}

/*
Features Area
================================================================================*/
.features-area::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 130px;
  background-color: #2c1a4e;
  z-index: -1;
}
.features-area .fea-row.g-4, .features-area .fea-row .gx-4 {
  --bs-gutter-x: 200px;
}
.features-area .features-warp {
  padding: 70px 90px;
  box-shadow: 12px 12px 19px 3px rgba(82, 61, 231, 0.19);
}
.features-area.style-two::before {
  display: none;
}
.features-area.style-two .features-warp {
  box-shadow: none;
}
.features-area.style-two .features-item .technical {
  color: var(--info-color);
}
.features-area.style-two .features-item p {
  color: #a3a7ab;
}

.features-item {
  gap: 30px;
}
.features-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -90px;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-50%);
}
.features-item .technical {
  display: inline-block;
  width: 115px;
  height: 115px;
  line-height: 120px;
  border-radius: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 45px;
  color: var(--white);
}
.features-item.last-part::before {
  display: none;
}

/*
Our Services Area
================================================================================*/
.our-services-area .s-shape-1 {
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.our-services-area .s-shape-2 {
  right: 150px;
  bottom: 200px;
  position: absolute;
  animation: down 5s ease-in-out infinite;
}

.services-container .services-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.services-container .services-list .service-item {
  position: relative;
  cursor: pointer;
  font-size: 32px;
  font-weight: 700;
  font-family: var(--spaceFontFamily);
  margin: 10px 0;
  color: #766a8c;
  transition: var(--transition);
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.services-container .services-list .service-item span {
  font-family: var(--bodyFontFamily);
  background: linear-gradient(to right, #FC7433 0%, #F7294F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 25px;
}
.services-container .services-list .service-item i {
  color: #766a8c;
  top: 4px;
  right: 0;
  position: absolute;
  font-size: 36px;
  transition: var(--transition);
}
.services-container .services-list .service-item:hover, .services-container .services-list .service-item.active {
  color: var(--white);
}
.services-container .services-list .service-item:hover i, .services-container .services-list .service-item.active i {
  color: var(--white);
}
.services-container .services-list .service-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.services-container .image-container img {
  transition: var(--transition);
}

/*
Our Services Area Home-2
================================================================================*/
.sec-services-card {
  box-shadow: 0px 0px 25px 12px rgba(14, 7, 60, 0.04);
  padding: 30px 30px;
}
.sec-services-card .sec-services-image {
  width: 250px;
  height: 220px;
  border-radius: 4px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sec-services-card .sec-services-image::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(252, 116, 51, 0.3215686275) 0%, #f7294f 100%);
  opacity: 0;
  transition: var(--transition);
  border-radius: 4px;
}
.sec-services-card .sec-services-card-body {
  padding-left: 30px;
}
.sec-services-card .sec-services-card-body h3 a:hover {
  color: var(--info-color);
}
.sec-services-card .more-btn i {
  line-height: 1;
  font-size: 35px;
  color: var(--info-color);
}
.sec-services-card .more-btn span {
  background: linear-gradient(to right, #FC7433 0%, #F7294F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec-services-card:hover .sec-services-image::before {
  height: 100%;
  opacity: 1;
}

/*
Our Services Area Home-3
================================================================================*/
.thr-services-area .container-fluid {
  padding-left: calc(var(--bs-gutter-x) * 0);
  padding-right: calc(var(--bs-gutter-x) * 0);
}
.thr-services-area .s-shape-4 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
}

.thr-services-warp {
  position: relative;
  margin: 0 -145px;
}
.thr-services-warp .swiper-pagination {
  position: relative;
  text-align: center;
  bottom: 0;
  margin-top: 50px;
}
.thr-services-warp .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid var(--info-color);
  opacity: 1;
}
.thr-services-warp .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--info-color);
}

.thr-services-card {
  padding: 40px 40px;
  box-shadow: 0px 0px 25px 12px rgba(14, 7, 60, 0.04);
}
.thr-services-card::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  bottom: 0;
  background: linear-gradient(96.4deg, #523DE7 -12.77%, #977CF2 100%);
  opacity: 0;
  z-index: -1;
  transition: var(--transition);
  border-radius: 4px;
}
.thr-services-card .aim {
  line-height: 1;
  font-size: 57px;
  background: linear-gradient(96.4deg, #523DE7 -12.77%, #977CF2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: var(--transition);
}
.thr-services-card .number {
  background: linear-gradient(to right, #FC7433 0%, #F7294F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.thr-services-card h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.thr-services-card h3 a {
  color: var(--white);
}
.thr-services-card p {
  color: #a3a7ab;
  margin-bottom: 25px;
  transition: var(--transition);
}
.thr-services-card .more-btn {
  display: inline-block;
  border: none;
  line-height: 1;
  color: var(--info-color);
  font-size: 36px;
}
.thr-services-card:hover::before {
  height: 100%;
  opacity: 1;
}
.thr-services-card:hover .aim {
  background: linear-gradient(96.4deg, #ffffff -12.77%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.thr-services-card:hover p {
  color: #d6d6d6;
}
.thr-services-card:hover .more-btn {
  color: var(--white);
}

/*
Our Latest Projects Area
================================================================================*/
.projects-items {
  margin-left: -205px;
  margin-right: 115px;
}
.projects-items .swiper-slide-active .projects-image::before {
  opacity: 1;
}
.projects-items .swiper-slide-active .projects-image .projects-body {
  opacity: 1;
  bottom: 35px;
}
.projects-items .projects-btn {
  position: relative;
  margin-top: 60px;
  margin-left: 45%;
}
.projects-items .projects-btn .swiper-button-next, .projects-items .projects-btn .swiper-button-prev {
  top: 100%;
  width: 50px;
  height: 50px;
  line-height: 60px;
  border-radius: 100%;
  background-color: var(--white);
  text-align: center;
  box-shadow: 0px 0px 25px 12px rgba(14, 7, 60, 0.04);
  color: var(--primary);
  transition: var(--transition);
}
.projects-items .projects-btn .swiper-button-next i, .projects-items .projects-btn .swiper-button-prev i {
  font-size: 20px;
  line-height: 1;
}
.projects-items .projects-btn .swiper-button-next::after, .projects-items .projects-btn .swiper-button-prev::after {
  display: none;
}
.projects-items .projects-btn .swiper-button-next:hover, .projects-items .projects-btn .swiper-button-prev:hover {
  background: linear-gradient(99.67deg, #FC7433 0%, #F7294F 100%);
  color: var(--white);
}
.projects-items .projects-btn .swiper-button-next {
  bottom: 0;
  right: 0;
  left: 135px;
  margin: auto;
}
.projects-items .projects-btn .swiper-button-prev {
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.projects-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 205px;
  background: linear-gradient(180deg, rgba(31, 41, 51, 0) 0%, #1F2933 85.94%);
  border-radius: 4px;
  transition: var(--transition);
  opacity: 0;
}
.projects-image .projects-body {
  left: 35px;
  right: 35px;
  bottom: 0;
  position: absolute;
  transition: var(--transition);
  opacity: 0;
}
.projects-image .projects-body h3 a {
  color: var(--white);
}
.projects-image .projects-body i {
  color: var(--white);
  font-size: 35px;
}
.projects-image:hover::before {
  opacity: 1;
}
.projects-image:hover .projects-body {
  opacity: 1;
  bottom: 35px;
}

.projects-area .p-shape-1 {
  right: 135px;
  bottom: 70px;
  position: absolute;
  animation: down 5s ease-in-out infinite;
}
.projects-area .section-heading .nav-tabs {
  border: none;
  margin-bottom: 40px;
}
.projects-area .section-heading .nav-tabs .nav-item {
  border: none;
  margin-right: 10px;
}
.projects-area .section-heading .nav-tabs .nav-item .nav-link {
  color: #8b71f0;
  border: 1px solid #8b71f0;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  padding: 5px 13px 6px;
  transition: var(--transition);
}
.projects-area .section-heading .nav-tabs .nav-item .nav-link:hover, .projects-area .section-heading .nav-tabs .nav-item .nav-link.active {
  background: linear-gradient(96.4deg, #523DE7 -12.77%, #977CF2 100%);
  color: var(--white);
}
.projects-area .section-heading .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.projects-area.style-about .projects-items {
  margin-left: 115px;
  margin-right: -205px;
}

/*
Our Latest Projects Area Home-2
================================================================================*/
.sec-project-area .container-fluid {
  padding-left: calc(var(--bs-gutter-x) * 0);
  padding-right: calc(var(--bs-gutter-x) * 0);
}
.sec-project-area .projects-items {
  margin-left: 0;
  margin-right: 0;
  margin: 0 -60px 0 -270px;
}
.sec-project-area .project-pagination {
  position: relative;
  text-align: center;
  bottom: 0;
  margin-top: 50px;
}
.sec-project-area .project-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid var(--info-color);
  opacity: 1;
  transition: var(--transition);
}
.sec-project-area .project-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--info-color);
}
.sec-project-area .projects-image::before {
  opacity: 1;
}
.sec-project-area .projects-image .projects-body {
  opacity: 1;
  bottom: 35px;
}
.sec-project-area .projects-image .projects-body h3 a:hover {
  color: var(--info-color);
}
.sec-project-area .nav-tabs {
  border: none;
  margin-bottom: 0;
  justify-content: center;
}
.sec-project-area .nav-tabs .nav-item {
  border: none;
  margin-right: 10px;
}
.sec-project-area .nav-tabs .nav-item .nav-link {
  color: #8b71f0;
  border: 1px solid #8b71f0;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  padding: 5px 13px 6px;
  transition: var(--transition);
}
.sec-project-area .nav-tabs .nav-item .nav-link:hover, .sec-project-area .nav-tabs .nav-item .nav-link.active {
  background: linear-gradient(96.4deg, #523DE7 -12.77%, #977CF2 100%);
  color: var(--white);
}
.sec-project-area .nav-tabs .nav-item:last-child {
  margin-right: 0;
}

/*
Our Latest Projects Area Home-3
================================================================================*/
.projects-area.style-three .nav-tabs {
  border: none;
  margin-bottom: 0;
  justify-content: end;
}
.projects-area.style-three .nav-tabs .nav-item {
  border: none;
  margin-right: 10px;
}
.projects-area.style-three .nav-tabs .nav-item .nav-link {
  color: #8b71f0;
  border: 1px solid #8b71f0;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  padding: 5px 13px 6px;
  transition: var(--transition);
}
.projects-area.style-three .nav-tabs .nav-item .nav-link:hover, .projects-area.style-three .nav-tabs .nav-item .nav-link.active {
  background: linear-gradient(96.4deg, #523DE7 -12.77%, #977CF2 100%);
  color: var(--white);
}
.projects-area.style-three .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.projects-area.style-three .projects-items {
  margin-left: 0;
  margin-right: -35px;
}
.projects-area.style-three .projects-items .projects-image::before {
  opacity: 1;
}
.projects-area.style-three .projects-items .projects-image .projects-body {
  bottom: 35px;
  opacity: 1;
}
.projects-area.style-three .section-heading {
  margin-right: 40px;
}
.projects-area.style-three .section-heading .mb-1 {
  margin-bottom: 40px !important;
}
.projects-area.style-three .section-heading .project-facts {
  padding: 33px 40px;
  box-shadow: 0px 0px 25px 12px rgba(14, 7, 60, 0.04);
}
.projects-area.style-three .section-heading .project-facts h3 {
  font-size: 50px;
  font-weight: 800;
  font-family: var(--bodyFontFamily);
}
.projects-area.style-three .p-shape-2 {
  top: 0;
  right: 0;
  z-index: -1;
  position: absolute;
}

/*
Working Process Area
================================================================================*/
.process-card {
  box-shadow: 0px 0px 25px 12px rgba(14, 7, 60, 0.04);
  border-radius: 4px;
}
.process-card .icon {
  padding-bottom: 40px;
  margin-bottom: 25px;
  border-bottom: 1px solid #efefef;
}
.process-card .icon .bulb {
  position: relative;
  display: inline-block;
  width: 94px;
  height: 94px;
  line-height: 104px;
  border-radius: 100%;
  text-align: center;
  background: linear-gradient(96.4deg, #523DE7 -12.77%, #977CF2 100%);
  box-shadow: 12px 12px 19px 3px rgba(82, 61, 231, 0.19);
  transition: var(--transition);
  font-size: 36px;
  color: var(--white);
  z-index: 1;
}
.process-card .icon .bulb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  background: linear-gradient(to right, #FC7433 0%, #F7294F 100%);
  transition: var(--transition);
  border-radius: 100%;
}
.process-card .icon span {
  background: linear-gradient(to right, #FC7433 0%, #F7294F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.process-card:hover .icon .bulb {
  box-shadow: none;
}
.process-card:hover .icon .bulb::after {
  opacity: 1;
}
.process-card .w-shape-1 {
  top: -92px;
  left: 220px;
  position: absolute;
  pointer-events: none;
  animation: rl 5s ease-in-out infinite;
}
.process-card .w-shape-1.w-shape-7 {
  left: 90px;
}
.process-card .w-shape-2 {
  left: 220px;
  bottom: -51px;
  position: absolute;
  pointer-events: none;
  animation: rl 5s ease-in-out infinite;
}
.process-card .w-shape-2.w-shape-8 {
  left: 90px;
  bottom: -70px;
}

/*
Who We Are Area
================================================================================*/
.who-we-are-area .section-heading .mb-4 {
  margin-bottom: 40px !important;
}
.who-we-are-area .section-heading .post-list .icon {
  width: 88px;
  height: 88px;
  line-height: 88px;
  background: linear-gradient(96.4deg, rgba(82, 61, 231, 0.1) -12.77%, rgba(151, 124, 242, 0.1) 100%);
  border-radius: 4px;
  text-align: center;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.who-we-are-area .section-heading .post-list .icon img {
  width: 54px;
  height: 54px;
}
.who-we-are-area .w-shape-4 {
  top: 25px;
  right: 0;
  position: absolute;
  pointer-events: none;
}

.who-we-are-image .s-image-4 {
  bottom: -180px;
  right: 0;
  position: absolute;
}
.who-we-are-image .data-science {
  left: 48px;
  bottom: -150px;
  position: absolute;
  padding: 20px 30px;
}
.who-we-are-image .data-science p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}
.who-we-are-image .w-shape-3 {
  top: 30px;
  right: 0;
  z-index: -1;
  position: absolute;
}

/*
Who We Are Area Home-2
================================================================================*/
.sec-how-we-are-area .mb-4 {
  margin-bottom: 40px !important;
}
.sec-how-we-are-area .s-count h3 {
  font-size: 56px;
  font-weight: 900;
  font-family: var(--bodyFontFamily);
  letter-spacing: -0.03em;
  margin-bottom: 0;
}
.sec-how-we-are-area .how-we-are-card {
  box-shadow: 0px 0px 25px 12px rgba(14, 7, 60, 0.04);
  padding: 30px 30px;
}
.sec-how-we-are-area .how-we-are-card .post i {
  color: var(--info-color);
  font-size: 23px;
  line-height: 0;
}
.sec-how-we-are-area .banner-btn .play {
  width: 56px;
  height: 56px;
  line-height: 62px;
  border-radius: 100%;
  text-align: center;
  background: linear-gradient(99.67deg, #FC7433 0%, #F7294F 100%);
  font-size: 20px;
  color: var(--white);
}
.sec-how-we-are-area .banner-btn span {
  color: #7e7e7e;
}
.sec-how-we-are-area .banner-btn .number {
  background: linear-gradient(to right, #FC7433 0%, #F7294F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 900;
}

.sec-how-image .s-image-10 {
  right: 0;
  bottom: -30px;
  position: absolute;
}
.sec-how-image .s-shape-3 {
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  animation: astronaut 9s linear infinite;
}
.sec-how-image .w-shape-6 {
  top: 50%;
  left: -200px;
  position: absolute;
  transform: translateY(-50%);
}

/*
Who We Are Area Home-3
================================================================================*/
.right-solution-area .w-shape-10 {
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  pointer-events: none;
}

.right-solution-image {
  padding-right: 30px;
}
.right-solution-image .s-image-13 {
  top: 50%;
  right: -230px;
  position: absolute;
  transform: translateY(-50%);
}

.right-solution-content {
  padding-left: 115px;
}
.right-solution-content .mb-4 {
  margin-bottom: 40px !important;
}
.right-solution-content .me-5 {
  margin-right: 150px !important;
}
.right-solution-content .l-padding {
  padding-left: 164px;
}

.w-solution {
  padding: 40px 40px;
  box-shadow: 0px 0px 25px 12px rgba(14, 7, 60, 0.04);
}
.w-solution .check-2 {
  top: 3px;
  position: relative;
  font-size: 22px;
  color: var(--info-color);
}

/*
Our Testimonials Area
================================================================================*/
.testimonial-items {
  position: relative;
  left: -90px;
}
.testimonial-items .list-group {
  max-width: 62px;
}
.testimonial-items .list-group::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 434px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(151, 124, 242, 0) 0%, #977CF2 32.81%, #977CF2 70.31%, rgba(151, 124, 242, 0) 100%);
}
.testimonial-items .list-group-item {
  border: none;
  background-color: transparent;
  padding: 0;
  margin-bottom: 30px;
  width: 62px;
  height: 62px;
  transition: var(--transition);
}
.testimonial-items .list-group-item img {
  width: 62px;
  height: auto;
  border: 1px dashed transparent;
  padding: 2px;
  transition: var(--transition);
}
.testimonial-items .list-group-item.active {
  border: 1px dashed #977cf2;
  border-radius: 100%;
}
.testimonial-items .list-group-item:last-child {
  margin-bottom: 0;
}
.testimonial-items .scrollspy-example {
  height: 465px;
  overflow: auto;
  padding: 30px 5px 30px 30px;
}
.testimonial-items .scrollspy-example::-webkit-scrollbar {
  width: 5px;
}
.testimonial-items .scroll-content {
  position: relative;
  margin-left: -50px;
}
.testimonial-items .scroll-card {
  padding: 25px 25px;
  box-shadow: 0px 0px 25px 12px rgba(14, 7, 60, 0.04);
  margin-bottom: 30px;
}
.testimonial-items .scroll-card .u-image-5 {
  width: 62px;
  height: 62px;
  border: 1px dashed #977CF2;
  padding: 2px;
}
.testimonial-items .scroll-card p span {
  color: var(--info-color);
}
.testimonial-items .scroll-card:last-child {
  margin-bottom: 0;
}

.content-card {
  padding: 25px 30px;
  box-shadow: 0px 0px 25px 12px rgba(14, 7, 60, 0.04);
}
.content-card .u-image-5 {
  width: 62px;
  height: 62px;
  border: 1px dashed #977CF2;
  padding: 2px;
}
.content-card p span {
  color: var(--info-color);
}
.content-card:last-child {
  margin-bottom: 0;
}

/*
Our Testimonials Area Home-2
================================================================================*/
.sec-testimonials-items {
  position: relative;
  margin-left: -30px;
}
.sec-testimonials-items .scroll-card {
  padding: 25px 25px;
  box-shadow: 0px 0px 25px 12px rgba(14, 7, 60, 0.04);
  margin: 30px;
}
.sec-testimonials-items .scroll-card .u-image-5 {
  width: 62px;
  height: 62px;
  border: 1px dashed #977CF2;
  padding: 2px;
}
.sec-testimonials-items .scroll-card .rating li i {
  color: #fc7433;
}
.sec-testimonials-items .scroll-card p span {
  color: var(--info-color);
}
.sec-testimonials-items .mySwiper2 {
  position: relative;
}
.sec-testimonials-items .mySwiper {
  max-width: 265px;
  margin-left: 30px;
}
.sec-testimonials-items .mySwiper .swiper-slide img {
  width: 56px;
  height: 56px;
  cursor: pointer;
  border: 1px dashed transparent;
  padding: 2px;
  transition: var(--transition);
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-testimonials-items .mySwiper .swiper-slide.swiper-slide-thumb-active img {
  border: 1px dashed #977cf2;
  border-radius: 100%;
}

.testimonials-image .w-shape-3 {
  top: -50px;
  left: 30px;
  z-index: -1;
  position: absolute;
  animation: up 8s ease-in-out infinite;
}
.testimonials-image .content-card {
  left: 20px;
  bottom: 95px;
  position: absolute;
}

/*
Our Testimonials Area Home-3
================================================================================*/
.customer-rating-area .title {
  position: relative;
  margin-left: -200px;
}
.customer-rating-area .paragraph {
  position: relative;
  margin-left: -10px;
}
.customer-rating-area .scroll-card {
  padding: 31px 30px;
  box-shadow: 0px 0px 25px 12px rgba(14, 7, 60, 0.04);
  margin-bottom: 30px;
}
.customer-rating-area .scroll-card .u-image-5 {
  width: 62px;
  height: 62px;
  border: 1px dashed #977CF2;
  padding: 2px;
}
.customer-rating-area .scroll-card .warp span {
  color: #77818A;
}
.customer-rating-area .scroll-card .rating li i {
  color: var(--primary);
}
.customer-rating-area .scroll-card p span {
  color: var(--info-color);
}
.customer-rating-area .scroll-card:last-child {
  margin-bottom: 0;
}
.customer-rating-area .s-shape-1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  pointer-events: none;
}

/*
Fun Facts Area
================================================================================*/
.fun-fact-card.ps-4 {
  padding-left: 70px !important;
}
.fun-fact-card.ps-5 {
  padding-left: 85px !important;
}
.fun-fact-card h2 {
  color: var(--white);
  font-size: 50px;
  margin-bottom: 0;
}
.fun-fact-card span {
  color: var(--info-color);
}

/*
Fun Facts Area Home-2
================================================================================*/
.fun-fact-area.style-two .fun-fact-card h2 {
  color: var(--title-color);
}
.fun-fact-area.style-two .fun-fact-card span {
  color: var(--paragraph);
}

.right-shape .w-shape-5 {
  top: 41%;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
}

/*
Get In Touch Area
================================================================================*/
.get-in-touch .section-heading p {
  margin-bottom: 30px;
}
.get-in-touch .help-form .form-control {
  color: var(--dark);
  border: none;
  padding: 5px 20px 10px 0;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  border-radius: 0;
}
.get-in-touch .help-form .form-control::-moz-placeholder {
  color: #aeaeae;
}
.get-in-touch .help-form .form-control::placeholder {
  color: #aeaeae;
}
.get-in-touch .help-form .form-control:focus {
  border-color: var(--primary);
}
.get-in-touch .help-form .textarea {
  min-height: 90px;
}
.get-in-touch .help-form .banner-btn .play {
  width: 56px;
  height: 56px;
  line-height: 62px;
  border-radius: 100%;
  text-align: center;
  background: linear-gradient(99.67deg, #FC7433 0%, #F7294F 100%);
  font-size: 20px;
  color: var(--white);
}
.get-in-touch .help-form .banner-btn span {
  color: #7e7e7e;
}
.get-in-touch .help-form .banner-btn .number {
  background: linear-gradient(to right, #FC7433 0%, #F7294F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 900;
}

.get-in-touch-image .w-shape-3 {
  top: 0;
  left: 30px;
  z-index: -1;
  position: absolute;
}
.get-in-touch-image .email {
  left: 25px;
  bottom: 90px;
  position: absolute;
}

/*
Blog Area
================================================================================*/
.blog-card {
  padding: 10px 10px;
  box-shadow: 0px 0px 25px 12px rgba(14, 7, 60, 0.04);
}
.blog-card.mb-4 {
  margin-bottom: 35px !important;
}
.blog-card .blog-title .partner {
  color: #77818a;
}
.blog-card .blog-card-body {
  max-width: 480px;
}
.blog-card .blog-card-body h3 {
  font-size: 32px;
}
.blog-card .blog-card-body h3 a {
  color: #a3a7ab;
}
.blog-card .blog-card-body h3 a:hover {
  color: var(--primary);
}
.blog-card .blog-card-body .blog-btn {
  top: 50%;
  right: -100px;
  position: absolute;
  transform: translateY(-50%);
  font-size: 36px;
  color: #a3a7ab;
  line-height: 1;
}
.blog-card .blog-card-body .blog-btn:hover {
  color: #766a8c;
}
.blog-card:hover h3 a {
  color: var(--dark);
}

/*
Blog Area Home-2
================================================================================*/
.news-card .blog-card-body {
  padding-top: 25px;
}
.news-card .blog-card-body span {
  background: linear-gradient(to right, #FC7433 0%, #F7294F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news-card .blog-card-body h3 {
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}
.news-card .blog-card-body .message li {
  color: #77818a;
}
.news-card .blog-card-body .message li i {
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 1px;
}
.news-card .blog-card-body .more-btn {
  font-size: 35px;
  color: var(--info-color);
}

/*
Blog Area Home-3
================================================================================*/
.news-area.style-two .news-card .blog-card-body {
  padding-left: 135px;
  position: relative;
}
.news-area.style-two .news-card .blog-card-body .date {
  top: 0;
  left: 0;
  position: absolute;
  width: 104px;
  height: 80px;
  background: linear-gradient(96.4deg, #523DE7 -12.77%, #977CF2 100%);
  box-shadow: 12px 12px 19px 3px rgba(82, 61, 231, 0.19);
  padding-top: 18px;
}

/*
FAQ Area
================================================================================*/
.faq-area .section-heading h2 {
  margin-bottom: 40px;
}
.faq-area .f-shape-4 {
  right: 0;
  bottom: 140px;
  z-index: -1;
  position: absolute;
  pointer-events: none;
}

.faq-content .accordion-item {
  border: none;
  box-shadow: none;
  margin-bottom: 20px;
}
.faq-content .accordion-item .accordion-button {
  padding: 0 0 15px;
  border: none;
  box-shadow: none;
  color: #1f2933;
  font-size: 20px;
  font-weight: 700;
  background-color: transparent;
  position: relative;
}
.faq-content .accordion-item .accordion-button::before {
  content: "\ea1f";
  position: absolute;
  top: 0;
  right: 0;
  font-family: tabler-icons !important;
  color: var(--info-color);
}
.faq-content .accordion-item .accordion-button::after {
  display: none;
}
.faq-content .accordion-item .accordion-button:not(.collapsed)::before {
  content: "\ea25";
}
.faq-content .accordion-item .accordion-body {
  padding: 0;
}

.faq-image .w-shape-3 {
  top: -30px;
  right: 0;
  z-index: -1;
  position: absolute;
}
.faq-image .w-shape-3.a-shape-33 {
  top: -60px;
  left: 0;
  right: auto;
  animation: up 5s ease-in-out infinite;
}
.faq-image .a-image-14 {
  right: 25px;
  bottom: -30px;
  position: absolute;
}
.faq-image .w-shape-11 {
  top: -40px;
  right: 100px;
  z-index: -1;
  position: absolute;
  animation: astronaut 5s linear infinite;
}
.faq-image .question {
  left: 0;
  right: 0;
  bottom: -30px;
  position: absolute;
  max-width: 95px;
  margin: auto;
}
.faq-image .a-image-21 {
  top: -40px;
  right: 0;
  position: absolute;
}

/*
Get Started Area
================================================================================*/
.get-started-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  z-index: -1;
  background-color: #2c1a4e;
}

.get-started-warp {
  box-shadow: 12px 12px 19px 3px rgba(82, 61, 231, 0.19);
  padding: 100px 100px;
}
.get-started-warp .sub-title {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.get-started-warp .sub-title::before {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
}

/*
Footer Area
================================================================================*/
.footer-area .ps-5 {
  padding-left: 140px !important;
}
.footer-area .f-shape-1 {
  top: 0;
  left: 0;
  position: absolute;
  animation: down 5s ease-in-out infinite;
  pointer-events: none;
}
.footer-area .f-shape-2 {
  right: 300px;
  bottom: 0;
  position: absolute;
}
.footer-area .f-shape-3 {
  top: 50px;
  right: 150px;
  position: absolute;
  animation: beat 1s infinite;
  max-width: 9px;
}
.footer-area .h-shape-4 {
  top: 50px;
  left: 34%;
  position: absolute;
  animation: treeAnimate 3s linear infinite;
}
.footer-area .h-shape-5 {
  left: 0;
  right: 0;
  bottom: 50px;
  position: absolute;
  margin: auto;
  max-width: 9px;
  animation: astronaut 3s linear infinite;
  overflow: hidden;
  pointer-events: none;
}

.footer-weight {
  padding-bottom: 140px;
}
.footer-weight h3 {
  margin-bottom: 40px;
}
.footer-weight .paragraph {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-weight .f-form .form-control {
  border: 1px solid transparent;
  padding: 12px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  color: var(--white);
  font-size: 17px;
  font-weight: 500;
  height: 56px;
  background-color: #3d2c5c;
}
.footer-weight .f-form .form-control::-moz-placeholder {
  color: #aeaeae;
}
.footer-weight .f-form .form-control::placeholder {
  color: #aeaeae;
}
.footer-weight .f-form .form-control:focus {
  border-color: var(--white);
}
.footer-weight .social li {
  display: inline-block;
  margin-right: 20px;
}
.footer-weight .social li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
}
.footer-weight .social li a:hover {
  color: var(--white);
}
.footer-weight .social li:last-child {
  margin-right: 0;
}
.footer-weight .link li {
  font-size: 17px;
  margin-bottom: 15px;
}
.footer-weight .link li a {
  color: #a3a7ab;
}
.footer-weight .link li a:hover {
  color: var(--white);
}
.footer-weight .link li:last-child {
  margin-bottom: 0;
}

/*
Copyright Area
================================================================================*/
.copyright-area {
  padding: 20px 0;
}
.copyright-area p {
  color: #aeaeae;
}
.copyright-area .help-link {
  text-align: end;
}
.copyright-area .help-link li {
  display: inline-block;
  margin-right: 40px;
}
.copyright-area .help-link li a {
  color: #aeaeae;
}
.copyright-area .help-link li a:hover {
  color: var(--white);
}
.copyright-area .help-link li:last-child {
  margin-right: 0;
}

/*
Solution Area Home-2
================================================================================*/
.solution-area .section-heading .process .who-1 {
  max-width: 54px;
}

.solution-image {
  max-width: 100% !important;
}
.solution-image .a-image-9 {
  right: 35px;
  bottom: 68px;
  position: relative;
  text-align: end;
}
.solution-image .w-shape-3 {
  left: 30px;
  bottom: 85px;
  z-index: -1;
  position: absolute;
  animation: down 5s ease-in-out infinite;
}
.solution-image .w-shape-9 {
  top: 0;
  right: 0;
  z-index: -1;
  position: absolute;
  animation: up 5s ease-in-out infinite;
}

/*
Team Area Home-2
================================================================================*/
.team-image .team-image-body {
  right: 45px;
  bottom: 25px;
  position: absolute;
  box-shadow: 0px 0px 42px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 14px 85px 14px 50px;
  -webkit-clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
}
.team-image .team-image-body .plus {
  top: 50%;
  right: 10px;
  position: absolute;
  transform: translateY(-50%);
  color: var(--white);
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border-radius: 100%;
  background: linear-gradient(96.4deg, #523DE7 -12.77%, #977CF2 100%);
  transition: var(--transition);
}
.team-image .team-image-body .minus {
  top: 50%;
  right: 10px;
  position: absolute;
  transform: translateY(-50%);
  color: var(--white);
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border-radius: 100%;
  background: linear-gradient(96.4deg, #523DE7 -12.77%, #977CF2 100%);
  transition: var(--transition);
  opacity: 0;
}
.team-image .list-unstyled {
  top: 60px;
  right: 50px;
  position: absolute;
  opacity: 0;
  transition: var(--transition);
}
.team-image .list-unstyled li {
  margin-bottom: 15px;
}
.team-image .list-unstyled li a {
  display: inline-block;
  color: #3e4c59;
  width: 37px;
  height: 37px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  background-color: var(--white);
}
.team-image .list-unstyled li a:hover {
  color: var(--white);
  background: linear-gradient(96.4deg, #523DE7 -12.77%, #977CF2 100%);
}
.team-image .list-unstyled li:last-child {
  margin-bottom: 0;
}
.team-image:hover .team-image-body .plus {
  opacity: 0;
}
.team-image:hover .team-image-body .minus {
  opacity: 1;
}
.team-image:hover .list-unstyled {
  opacity: 1;
}

.team-btn .swiper-button-next, .team-btn .swiper-button-prev {
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 60px;
  border-radius: 100%;
  background-color: var(--white);
  text-align: center;
  box-shadow: 0px 0px 25px 12px rgba(14, 7, 60, 0.04);
  transition: var(--transition);
  color: var(--primary);
  z-index: 1;
}
.team-btn .swiper-button-next::before, .team-btn .swiper-button-prev::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: linear-gradient(99.67deg, #FC7433 0%, #F7294F 100%);
  transition: var(--transition);
  opacity: 0;
  z-index: -1;
  border-radius: 100%;
}
.team-btn .swiper-button-next i, .team-btn .swiper-button-prev i {
  line-height: 1;
}
.team-btn .swiper-button-next::after, .team-btn .swiper-button-prev::after {
  display: none;
}
.team-btn .swiper-button-next:hover, .team-btn .swiper-button-prev:hover {
  color: var(--white);
}
.team-btn .swiper-button-next:hover::before, .team-btn .swiper-button-prev:hover::before {
  opacity: 1;
}
.team-btn .swiper-button-next {
  right: -70px;
  left: auto;
}
.team-btn .swiper-button-prev {
  left: -70px;
  right: auto;
}

/*
Team Area Home-3
================================================================================*/
.pricing-card {
  padding: 40px 35px;
  box-shadow: 0px 0px 25px 12px rgba(14, 7, 60, 0.04);
  transition: var(--transition);
}
.pricing-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  opacity: 0;
  z-index: -1;
  border-radius: 4px;
  transition: var(--transition);
  background: linear-gradient(96.4deg, #523DE7 -12.77%, #977CF2 100%);
}
.pricing-card .pricing-card-header h3 {
  font-family: var(--bodyFontFamily);
  background: linear-gradient(to right, #FC7433 0%, #F7294F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: var(--transition);
}
.pricing-card .pricing-card-header .price {
  padding-bottom: 10px;
  margin-bottom: 25px;
  transition: var(--transition);
  border-bottom: 1px solid #eeeeee;
}
.pricing-card .pricing-card-header h4 {
  line-height: 1;
  display: inline-block;
  font-size: 56px;
  font-weight: 900;
  font-family: var(--bodyFontFamily);
  background: linear-gradient(96.4deg, #523DE7 -12.77%, #977CF2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: var(--transition);
}
.pricing-card .pricing-card-header h4 span {
  font-size: 36px;
}
.pricing-card .pricing-card-header .duration {
  color: #aeaeae;
  transition: var(--transition);
}
.pricing-card .pricing-card-body ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  color: #3e4c59;
  font-size: 17px;
  transition: var(--transition);
}
.pricing-card .pricing-card-body ul li i {
  color: var(--info-color);
  font-size: 20px;
  position: relative;
  top: 3px;
  transition: var(--transition);
}
.pricing-card .pricing-card-body ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.pricing-card .get-btn {
  display: inline-block;
  background-color: transparent;
  border: 1px solid var(--info-color);
  color: var(--info-color);
  padding: 15px 30px 15px;
  margin-top: 35px;
  position: relative;
}
.pricing-card .get-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  margin: auto;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  border-radius: 4px;
  transition: var(--transition);
  background: linear-gradient(to right, #FC7433 0%, #F7294F 100%);
}
.pricing-card:hover::before {
  height: 100%;
  opacity: 1;
}
.pricing-card:hover h3 {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing-card:hover .price {
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}
.pricing-card:hover h4 {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing-card:hover .duration {
  color: rgba(255, 255, 255, 0.42);
}
.pricing-card:hover .pricing-card-body ul li {
  color: rgba(255, 255, 255, 0.79);
  border-color: rgba(255, 255, 255, 0.11);
}
.pricing-card:hover .pricing-card-body ul li i {
  color: rgba(255, 255, 255, 0.79);
}
.pricing-card:hover .get-btn {
  color: var(--white);
  border: 1px solid var(--primary);
}
.pricing-card:hover .get-btn::before {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

/*
Service Details Page
================================================================================*/
.service-details-content .post li {
  font-size: 17px;
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
}
.service-details-content .post li i {
  top: 0;
  left: 0;
  font-size: 20px;
  color: var(--primary);
  position: absolute;
}
.service-details-content .post li:last-child {
  margin-bottom: 0;
}

.provide-area .post li {
  font-size: 17px;
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
}
.provide-area .post li i {
  top: 0;
  left: 0;
  font-size: 20px;
  color: var(--primary);
  position: absolute;
}
.provide-area .post li:last-child {
  margin-bottom: 0;
}

.provide-contact-card {
  padding: 40px 40px;
}
.provide-contact-card .number {
  font-size: 36px;
  font-weight: 700;
  font-family: var(--spaceFontFamily);
}
.provide-contact-card span {
  color: rgba(255, 255, 255, 0.75);
  margin: 13px 0 30px;
}
.provide-contact-card .phone {
  right: 20px;
  bottom: 25px;
  position: absolute;
}

.provide-image .popup-btn .play {
  width: 95px;
  height: 95px;
  line-height: 95px;
  border-radius: 100%;
  text-align: center;
  background: linear-gradient(99.67deg, #FC7433 0%, #F7294F 100%);
  font-size: 44px;
  color: var(--white);
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: translateY(-50%);
}

/*
Team Details Page
================================================================================*/
.team-details-image .mail-cart {
  left: -30px;
  bottom: 200px;
  position: absolute;
  text-align: start;
  padding: 15px 26px;
}
.team-details-image .mail-cart .email {
  width: 56px;
  height: 56px;
  line-height: 62px;
  border-radius: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 22px;
  color: var(--white);
}
.team-details-image .mail-cart span {
  color: rgba(255, 255, 255, 0.75);
}
.team-details-image .mail-cart.two {
  left: auto;
  right: -10px;
  bottom: 50px;
}

.team-details-content {
  padding-left: 65px;
}
.team-details-content .warp li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f2f2f2;
}
.team-details-content .social li {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #3e4c59;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f2f2f2;
}
.team-details-content .social li a {
  color: #3e4c59;
}
.team-details-content .social li a:hover {
  color: var(--info-color);
}

.quote-form h5 {
  font-weight: 800;
}
.quote-form .form-control {
  color: var(--dark);
  padding: 12px 15px;
  height: 56px;
  background-color: var(--white);
  box-shadow: 0px 0px 25px 12px rgba(14, 7, 60, 0.04) !important;
  margin-bottom: 20px;
}
.quote-form .form-control::-moz-placeholder {
  color: #989898;
}
.quote-form .form-control::placeholder {
  color: #989898;
}
.quote-form .form-control:focus {
  border-color: var(--primary);
}
.quote-form .textarea {
  height: 112px;
}

/*
Project Details Page
================================================================================*/
.project-sidebar {
  box-shadow: 0px 0px 25px 12px rgba(14, 7, 60, 0.04);
}
.project-sidebar .post {
  margin-bottom: 40px;
}
.project-sidebar .post .project-1 {
  transition: var(--transition);
}
.project-sidebar .post:last-child {
  margin-bottom: 0;
}
.project-sidebar .post:hover .project-1 {
  filter: drop-shadow(0 #fc7433);
}

.project-details-content .post li {
  font-size: 17px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}
.project-details-content .post li i {
  top: 2px;
  left: 0;
  font-size: 20px;
  color: var(--info-color);
  position: absolute;
  line-height: 0;
}
.project-details-content .post li:last-child {
  margin-bottom: 0;
}

.challenge-image .a-image-16 .play {
  width: 95px;
  height: 95px;
  line-height: 95px;
  border-radius: 100%;
  text-align: center;
  background: linear-gradient(99.67deg, #FC7433 0%, #F7294F 100%);
  font-size: 44px;
  color: var(--white);
  top: 50%;
  left: 31%;
  right: 0;
  margin: auto;
  position: absolute;
  transform: translateY(-50%);
}
.challenge-image .a-image-17 {
  left: 25px;
  bottom: 65px;
  position: absolute;
}
.challenge-image .w-shape-12 {
  top: 45px;
  left: 55px;
  z-index: -1;
  position: absolute;
  animation: up 5s ease-in-out infinite;
}

/*
Blog Details Page
================================================================================*/
.blog-details-page .nav-tabs {
  border: none;
  margin-bottom: 40px;
}
.blog-details-page .nav-tabs .nav-item {
  margin-right: 10px;
}
.blog-details-page .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.blog-details-page .nav-tabs .nav-link {
  border: none;
  color: var(--info-color);
  padding: 5px 13px 6px;
  border-radius: 4px;
  position: relative;
  background-color: rgba(151, 124, 242, 0.1);
  transition: var(--transition);
}
.blog-details-page .nav-tabs .nav-link:hover, .blog-details-page .nav-tabs .nav-link.active {
  color: var(--white);
  background-color: var(--info-color);
}

.blog-details-content .blog-details-image .list {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 23px 30px;
  color: #77818a;
  gap: 28px;
}
.blog-details-content .blog-details-image .list i {
  font-size: 20px;
}
.blog-details-content .post-list li {
  font-size: 17px;
  margin-bottom: 10px;
}
.blog-details-content .post-list li i {
  color: var(--info-color);
  font-size: 20px;
}
.blog-details-content .post-list li:last-child {
  margin-bottom: 0;
}
.blog-details-content .group-image .play {
  width: 95px;
  height: 95px;
  line-height: 95px;
  border-radius: 100%;
  text-align: center;
  background: linear-gradient(99.67deg, #FC7433 0%, #F7294F 100%);
  font-size: 44px;
  color: var(--white);
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: translateY(-50%);
}

.quote-card {
  padding: 30px 30px;
  box-shadow: 0px 0px 25px 12px rgba(14, 7, 60, 0.04);
  margin: 40px 0;
  border-left: 3px solid var(--info-color);
}
.quote-card h5 {
  padding-left: 45px;
}
.quote-card h5::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 30px;
  height: 1.7px;
  background-color: #3e4c59;
}

.share-tag {
  margin: 80px 0;
}
.share-tag .tags li {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}
.share-tag .tags li a {
  color: #3e4c59;
}
.share-tag .tags li a:hover {
  color: var(--info-color);
}
.share-tag .tags li:last-child {
  margin-right: 0;
}
.share-tag .share li {
  display: inline-block;
  margin-right: 10px;
}
.share-tag .share li a {
  display: inline-block;
  color: var(--info-color);
  background-color: rgba(151, 124, 242, 0.1);
  border-radius: 2px;
  padding: 5px 12px;
}
.share-tag .share li a:hover {
  color: var(--white);
  background-color: var(--info-color);
}
.share-tag .share li:last-child {
  margin-right: 0;
}

.blog-comment {
  padding: 35px 35px;
  box-shadow: 0px 0px 25px 12px rgba(14, 7, 60, 0.04);
}
.blog-comment ul li {
  margin-bottom: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
}
.blog-comment ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.blog-comment ul li.left-padding {
  padding-left: 55px;
}
.blog-comment .comment-item .u-image-8 {
  width: 60px;
  height: 60px;
}
.blog-comment .comment-item span {
  color: #a8a8a8;
}
.blog-comment .comment-item .read-more {
  top: 10px;
  right: 0;
  position: absolute;
  display: inline-block;
  color: var(--info-color);
  background-color: rgba(151, 124, 242, 0.1);
  border-radius: 2px;
  padding: 4px 12px;
}
.blog-comment .comment-item .read-more:hover {
  color: var(--white);
  background-color: var(--info-color);
}

.comment-form h3 {
  font-size: 50px;
}
.comment-form .form-control {
  background-color: var(--white);
  box-shadow: 0px 0px 25px 12px rgba(14, 7, 60, 0.04) !important;
  margin-bottom: 20px;
  height: 56px;
  color: var(--dark);
  padding: 12px 20px;
}
.comment-form .form-control::-moz-placeholder {
  color: #989898;
}
.comment-form .form-control::placeholder {
  color: #989898;
}
.comment-form .form-control:focus {
  border-color: var(--primary);
}
.comment-form .textarea {
  height: 150px;
}
.comment-form .form-check .form-check-input {
  width: 18px;
  height: 18px;
}

.blog-sidebar {
  padding: 35px 35px;
  box-shadow: 0px 0px 25px 12px rgba(14, 7, 60, 0.04);
}
.blog-sidebar .r-relative .form-control {
  padding: 12px 20px;
  height: 56px;
  background-color: var(--white);
  box-shadow: 0px 0px 25px 12px rgba(14, 7, 60, 0.04) !important;
}
.blog-sidebar .r-relative .form-control::-moz-placeholder {
  color: #989898;
}
.blog-sidebar .r-relative .form-control::placeholder {
  color: #989898;
}
.blog-sidebar .r-relative .form-control:focus {
  border-color: var(--primary);
}
.blog-sidebar .r-relative .glass-btn {
  position: absolute;
  top: 3px;
  right: 15px;
  height: 100%;
  line-height: 1;
  border-radius: 0 2px 2px 0;
  font-size: 24px;
  color: #989898;
}
.blog-sidebar .categories ul li {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
}
.blog-sidebar .categories ul li a {
  color: #989898;
  display: block;
}
.blog-sidebar .categories ul li a:hover {
  color: var(--info-color);
}
.blog-sidebar .categories ul li span {
  top: 0;
  right: 0;
  position: absolute;
}
.blog-sidebar .categories ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.blog-sidebar .recent-post ul li {
  position: relative;
  color: #989898;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f2f2f2;
}
.blog-sidebar .recent-post ul li .u-image-8 {
  width: 90px;
  height: 94px;
}
.blog-sidebar .recent-post ul li h5 {
  font-size: var(--font-size);
}
.blog-sidebar .recent-post ul li span {
  color: #77818a;
}
.blog-sidebar .recent-post ul li span i {
  font-size: 20px;
  color: var(--info-color);
}
.blog-sidebar .recent-post ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.blog-sidebar .tags ul li {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.blog-sidebar .tags ul li a {
  display: inline-block;
  background-color: rgba(151, 124, 242, 0.1);
  padding: 8px 15px;
  color: var(--info-color);
  font-size: 15px;
  font-weight: 500;
  transition: var(--transition);
}
.blog-sidebar .tags ul li a:hover {
  color: var(--white);
  background-color: var(--info-color);
}

.search-bar .r-relative .form-control {
  padding: 12px 20px;
  height: 56px;
  background-color: var(--white);
  box-shadow: 0px 0px 25px 12px rgba(14, 7, 60, 0.04) !important;
}
.search-bar .r-relative .form-control::-moz-placeholder {
  color: #989898;
}
.search-bar .r-relative .form-control::placeholder {
  color: #989898;
}
.search-bar .r-relative .form-control:focus {
  border-color: var(--primary);
}
.search-bar .r-relative .form-select {
  color: #989898;
}
.search-bar .r-relative .form-select option {
  color: var(--dark);
}
.search-bar .r-relative .glass-btn {
  position: absolute;
  top: 3px;
  right: 15px;
  height: 100%;
  line-height: 1;
  border-radius: 0 2px 2px 0;
  font-size: 24px;
  color: #989898;
}

/*
Contact Us Page
================================================================================*/
.map {
  margin-bottom: 30px;
}
.map .pin {
  color: var(--info-color);
  font-size: 38px;
}
.map span {
  color: #1f2933;
}
.map a {
  color: #3e4c59;
  font-size: 17px;
}
.map:last-child {
  margin-bottom: 0;
}

.contact-form {
  box-shadow: 0px 0px 25px 12px rgba(14, 7, 60, 0.04);
}
.contact-form .form-control {
  color: var(--dark);
  padding: 12px 20px;
  height: 56px;
  background-color: var(--white);
  box-shadow: 0px 0px 25px 12px rgba(14, 7, 60, 0.04) !important;
  border-radius: 4px;
  margin-bottom: 20px;
}
.contact-form .form-control::-moz-placeholder {
  color: #989898;
}
.contact-form .form-control::placeholder {
  color: #989898;
}
.contact-form .form-control:focus {
  border-color: var(--primary);
}
.contact-form .form-select {
  color: #989898;
}
.contact-form .form-select option {
  color: var(--dark);
}
.contact-form .textarea {
  min-height: 105px;
}

.contact-map-area iframe {
  width: 100%;
  height: 680px;
  display: block;
  border-radius: 5px;
}

/*
Register Page
================================================================================*/
.register-form {
  max-width: 850px;
  box-shadow: 0px 0px 25px 12px rgba(14, 7, 60, 0.04);
  margin-left: auto;
  margin-right: auto;
}
.register-form .form-control {
  padding: 12px 20px;
  height: 56px;
  background-color: var(--white);
  box-shadow: 0px 0px 25px 12px rgba(14, 7, 60, 0.04) !important;
  margin-bottom: 20px;
}
.register-form .form-check {
  margin-bottom: 20px;
}
.register-form .form-check .form-check-input {
  width: 18px;
  height: 18px;
}
.register-form .form-check .form-check-input:focus {
  border-color: var(--info-color);
  background-color: var(--info-color);
}
.register-form .form-check .form-check-label a {
  color: var(--info-color);
}
.register-form .google-btn {
  color: var(--info-color);
  padding: 16px 34px 16px;
  background-color: rgba(151, 124, 242, 0.5058823529);
  border-radius: 5px;
}
.register-form .google-btn:hover {
  color: var(--primary);
}

/*
Terms & Conditions Page
================================================================================*/
.terms-conditions-page .mb-4 {
  margin-bottom: 30px !important;
}

/*
404 Error Page CSS
================================================================================*/
.error-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.error-area .container {
  max-width: 700px;
}
.error-area .error-content-wrap {
  z-index: 1;
  position: relative;
}
.error-area .error-content-wrap p {
  margin: 30px 0 30px;
  font-size: 24px;
  font-weight: 500;
}
.error-area .error-content-wrap .default-btn {
  font-size: 18px;
  padding: 14px 50px 15px;
}
.error-area .health-shape-1 {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

/*
Service Pagination CSS
============================================================*/
.service-pagination .pagination {
  justify-content: center;
}
.service-pagination .pagination .page-item {
  margin-right: 10px;
  border-radius: 0;
}
.service-pagination .pagination .page-item .page-link {
  font-weight: 500;
  box-shadow: unset !important;
  color: var(--title-color);
  width: 40px;
  height: 40px;
  font-weight: 700;
  line-height: 26px;
  border-radius: 100%;
  text-align: center;
  transition: var(--transition);
  background-color: transparent;
}
.service-pagination .pagination .page-item .page-link span {
  font-size: 22px;
  position: relative;
  right: 3px;
  top: 2px;
  color: var(--title-color);
  transition: var(--transition);
}
.service-pagination .pagination .page-item .page-link.active {
  border-color: var(--info-color);
  color: var(--white);
  background-color: var(--info-color);
}
.service-pagination .pagination .page-item .page-link:hover {
  color: var(--white);
  background-color: var(--info-color);
}
.service-pagination .pagination .page-item .page-link:hover span {
  color: var(--white);
}
.service-pagination .pagination .page-item:last-child {
  margin-right: 0;
}

/*
Preloader Container
================================================================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white); /* Background for preloader */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.preloader .loader {
  position: relative;
  width: 80px;
  height: 80px;
}
.preloader .loader-outer {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 5px solid transparent;
  border-top-color: var(--dark);
  border-radius: 50%;
  animation: hera 1.5s linear infinite;
}
.preloader .loader-inner {
  position: absolute;
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
  border: 5px solid transparent;
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: hera 1s linear infinite reverse;
}

@keyframes hera {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes down {
  50% {
    transform: translateY(50px);
  }
  0%, 100% {
    transform: translateY(0);
  }
}
@keyframes rl {
  50% {
    transform: translateX(50px);
  }
  0%, 100% {
    transform: translateX(0);
  }
}
@keyframes astronaut {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes treeAnimate {
  0% {
    transform: rotateX(-20deg) rotateY(360deg);
  }
  100% {
    transform: rotateX(-20deg) rotateY(0deg);
  }
}
@keyframes up {
  0%, 100% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(20px);
  }
}
/*
Go Top Button CSS
================================================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 50%;
  right: 25px;
  background-color: var(--primary);
  color: var(--white);
  width: 40px;
  height: 40px;
  opacity: 0;
  font-size: 25px;
  text-align: center;
  visibility: hidden;
  transition: var(--transition);
  line-height: 42px;
  z-index: 4;
}
.go-top.active {
  top: 98%;
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}
.go-top::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  background-color: var(--dark);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.go-top:hover {
  color: var(--white);
}
.go-top:hover::before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}/*# sourceMappingURL=style.css.map */