@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700;9..40,800&family=Jost:wght@400;500;600;700&family=Urbanist:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Space+Grotesk:wght@300..700&display=swap");
.home-section {
    padding-top: 200px;
  background-color: #0c0c21;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.home-section .text-box h6 {
  display: inline-block;
  background: rgba(58, 57, 114, 0.2);
  padding: 10px 45px;
  border-radius: 30px;
  color: var(--white);
  position: relative;
}
.home-section .text-box h6::before {
  content: "";
  background: url(../img/icon/bitcoin.svg);
  background-size: cover;
  width: 28px;
  height: 30px;
  position: absolute;
  left: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home-section .text-box h2 {
  color: var(--white);
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3;
}
.home-section .text-box h2 span {
  background-image: var(--gradiant);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-section .text-box p {
  color: var(--fontColor2);
}
.home-section .img-box {
  padding-right: 100px;
}
.home-section .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}

.rtl .home-section .text-box {
  padding-left: 0;
  padding-right: 200px;
}
.rtl .home-section .img-box {
  padding-right: 0;
  padding-left: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Space Grotesk", sans-serif;
  color: var(--white);
  margin-bottom: 15px;
  font-weight: 700;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 48px;
  font-weight: 600;
}

h3 {
  font-size: 36px;
  font-weight: 600;
}

h4 {
  font-size: 28px;
  font-weight: 500;
}

h5 {
  font-size: 18px;
  font-weight: 400;
  font-family: "outfit", sans-serif;
}

h6 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "outfit", sans-serif;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 15px;
}

b {
  font-weight: 500;
}

.header-text {
  margin-bottom: 70px;
}
.header-text h5 {
  background-image: var(--gradiant);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-family: "outfit", sans-serif;
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.header-text h3,
.header-text h2 {
  text-transform: capitalize;
}
.header-text p {
  max-width: 700px;
}

.rtl .header-text h5 {
  padding-left: 0;
  padding-right: 15px;
}
.rtl .header-text h5::before {
  left: auto;
  right: 0;
}

.glow-effect {
  text-shadow: 0 0 0px #43c49e, 0 0 10px #43c49e, 0 0 10px #5729d6, 0 0 0px #43c49e, 0 0 2px #43c49e, 0 0 2px #43c49e;
}

.text-gradient {
  background-image: var(--gradiant);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar {
  padding: 15px;
  transition: 0.2s;
}
.navbar.active {
  background: #0c0c21;
}
.navbar.active .notification-show .dropdown-toggle i {
  color: var(--white);
}
.navbar.active .navbar-brand img {
  width: 150px;
}
.navbar.active .navbar-brand img:first-child {
  display: none;
}
.navbar.active .navbar-brand img:last-child {
  display: block;
}
.navbar .navbar-brand img {
  width: 150px;
}
.navbar .navbar-brand img:last-child {
  display: none;
}
.navbar .container {
  position: relative;
}
.navbar .navbar-nav {
  margin: auto;
}
.navbar .navbar-toggler {
  position: relative;
  color: var(--white);
}
.navbar .navbar-toggler i {
  font-size: 16px;
  color: var(--white);
}
.navbar .navbar-toggler:focus {
  box-shadow: 0 0 0 0rem;
}
.bottom-nav .link-item .icon {
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    position: relative !important;
    top: 0px !important;
}
.bottom-nav .link-item:hover, .bottom-nav .link-item.active {
     margin-top: 0px !important;
}
.bottom-nav .link-item:hover .icon, .bottom-nav .link-item.active .icon {
    background: transparent !important;
    color: #fff !important;
}
.bottom-nav .link-item:hover .icon i, .bottom-nav .link-item.active .icon i {
    color: #fff !important;
}
.navbar .close-btn {
  background: var(--primary);
  color: var(--white);
  width: 45px;
  height: 45px;
  border-radius: 10px;
}
.navbar .nav-item {
  margin: 0 15px;
}
.nav-link {
  color: var(--fontColor2);
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 5px;
  position: relative;
  transition: 0.3s;
}
.nav-link:hover{
    color: var(--primary);
}
.navbar .nav-item .nav-link::before {
  content: "";
  position: absolute;
  background: var(--primary);
  left: -10px;
  bottom: 0;
  top: 0;
  height: 8px;
  width: 0px;
  border-radius: 100px;
  z-index: -1;
  margin: auto;
  opacity: 0;
  transition: 0.4s;
}
.navbar .nav-item .nav-link.active, .navbar .nav-item .nav-link.active::before, .navbar .nav-item .nav-link:hover, .navbar .nav-item .nav-link:hover::before {
  opacity: 1;
  color: var(--primary);
}
.navbar .navbar-text {
  display: flex;
}
.navbar .navbar-text .btn-custom {
  padding: 15px 35px;
  border-radius: 15px;
  text-transform: capitalize;
}
.navbar .profile {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 100px;
}
.navbar .profile img {
  width: 36px;
  height: 36px;
  border-radius: 100px;
}
.navbar .user-panel {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0;
}
.navbar .user-panel:hover .user-dropdown {
  opacity: 1;
  visibility: visible;
  top: 54px;
}
.navbar .user-panel .user-dropdown {
  background: #121227;
  box-shadow: var(--shadow);
  width: 200px;
  overflow: hidden;
  padding-top: 0;
  padding-left: 0;
  position: absolute;
  right: 0;
  top: 64px;
  border-radius: 10px;
  visibility: hidden;
  transition: 0.2s;
  opacity: 0;
  z-index: 3;
}
.navbar .user-panel .user-dropdown li {
  list-style: none;
}
.navbar .user-panel .user-dropdown li button {
  width: 190px;
  height: 38px;
  padding: 5px;
  margin: 5px;
  margin-bottom: 0;
  border-radius: 5px;
  font-size: 13px;
}
.navbar .user-panel .user-dropdown li a {
  background: #121227;
  color: var(--fontColor2);
  font-weight: 300;
  padding: 8px 5px;
  margin: 5px;
  border-radius: 5px;
  display: flex;
  font-size: 15px;
  transition: 0.4s;
}
.navbar .user-panel .user-dropdown li a:active, .navbar .user-panel .user-dropdown li a:focus, .navbar .user-panel .user-dropdown li a:hover {
  color: var(--primary);
}
.navbar .user-panel .user-dropdown li a:active i, .navbar .user-panel .user-dropdown li a:focus i, .navbar .user-panel .user-dropdown li a:hover i {
  color: var(--primary);
}
.navbar .user-panel .user-dropdown li a:last-child {
  border-bottom: none;
}
.navbar .user-panel .user-dropdown li a i {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  color: var(--fontColor2);
  margin: 0 5px;
  font-size: 14px;
  text-align: center;
  transition: 0.4s;
}
.navbar .message {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 1px;
  padding: 10px 10px 10px 15px;
  padding-right: 5px;
  margin: 5px;
  border-radius: 5px;
  transition: 0.2s;
}
.navbar .message:last-child {
  margin-bottom: 0;
}
.navbar .message:hover {
  background: var(--bgLight);
}
.navbar .message.new {
  background: var(--bgLight);
}
.navbar .message.new::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: var(--primary);
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.navbar .message.active .img-box::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: var(--success);
  border: 2px solid var(--white);
  bottom: -3px;
  right: 5px;
  margin: auto;
}
.navbar .message .img-box {
  margin-right: 10px;
  position: relative;
}
.navbar .message .img-box img {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.navbar .message .text-box {
  width: calc(100% - 75px);
}
.navbar .message .text-box a {
  color: var(--fontColor);
  font-size: 13px;
}
.navbar .message .text-box a .name {
  color: var(--primary);
  font-weight: 400;
  font-size: 15px;
}
.navbar .message .text-box a .name .time {
  text-align: right;
  float: right;
  color: var(--gray);
  font-size: 12px;
}
.navbar .message .text-box a p {
  margin-bottom: 5px;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.navbar .notification-show {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0px 0;
}
.navbar .notification-show:hover .notification-dropdown {
  visibility: visible;
  opacity: 1;
  top: 54px;
}
.navbar .notification-show .dropdown-toggle {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  position: relative;
  margin-right: 15px;
  padding-top: 4px;
}
.navbar .notification-show .dropdown-toggle i {
  color: var(--white);
  font-size: 24px;
}
.navbar .notification-show .dropdown-toggle::after {
  display: none;
}
.navbar .notification-show .dropdown-toggle .count {
  background: var(--gradiant);
  min-width: 18px;
  height: 18px;
  border-radius: 50px;
  color: var(--white);
  position: absolute;
  top: 1px;
  right: 1px;
  font-size: 11px;
  font-weight: 300;
  padding-top: 1px;
}
.navbar .notification-show .dropdown-box {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  max-height: 300px;
}
.navbar .notification-show .dropdown-box::-webkit-scrollbar {
  width: 0;
  height: 100%;
}
.navbar .notification-show .dropdown-box::-webkit-scrollbar-track {
  background: var(--black);
}
.navbar .notification-show .dropdown-box::-webkit-scrollbar-thumb {
  background: var(--black);
  border-radius: 5px;
}
.navbar .notification-show .dropdown-box::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}
.navbar .notification-show .notification-dropdown {
  background: #121227;
  box-shadow: var(--shadow);
  width: 290px;
  max-height: 340px;
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 0;
  padding-left: 0;
  position: absolute;
  right: -40px;
  top: 64px;
  border-radius: 10px;
  visibility: hidden;
  transition: 0.2s;
  opacity: 0;
  z-index: 10;
}
.navbar .notification-show .notification-dropdown li {
  border-bottom: 1px solid #151531;
}
.navbar .notification-show .notification-dropdown li a {
  padding: 10px 10px 10px 15px;
  display: flex;
  color: var(--fontColor2);
  white-space: normal;
  transition: 0.4s;
}
.navbar .notification-show .notification-dropdown li a:active, .navbar .notification-show .notification-dropdown li a:focus, .navbar .notification-show .notification-dropdown li a:hover {
  background: #151531;
}
.navbar .notification-show .notification-dropdown li a i {
  background: var(--gradiant);
  border-radius: 10px;
  margin-top: 5px;
  padding: 4px;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 10px;
  color: var(--white);
  font-size: 16px;
}
.navbar .notification-show .notification-dropdown li a .text {
  width: calc(100% - 40px);
}
.navbar .notification-show .notification-dropdown li a .text p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.navbar .notification-show .notification-dropdown li a .text .time {
  font-size: 12px;
  color: var(--fontColor);
}
.navbar .notification-show .notification-dropdown .clear-all {
  background: #121227;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  border-top: 1px solid #151531;
  text-align: center;
  padding: 10px 10px 11px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.navbar .notification-show .notification-dropdown .clear-all a {
  color: var(--primary);
  transition: 0.4s;
}
.navbar .notification-show .notification-dropdown .clear-all a:hover {
  color: var(--primary);
}
.navbar .dropdown {
  cursor: pointer;
}
.navbar .dropdown .dropdown-menu {
  background: var(--white);
  border-top: 2px solid var(--primary) !important;
  border: none;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  display: block;
  transition: 0.3s;
  margin-top: 20px;
  padding: 5px;
}
.navbar .dropdown .dropdown-menu a {
  color: var(--fontColor);
  text-transform: capitalize;
  margin: 2px 0;
  padding: 6px 12px;
  border-radius: 4px;
  transition: 0.4s;
}
.navbar .dropdown .dropdown-menu a:hover {
  background: var(--bgLight);
  color: var(--primary);
}
.navbar .dropdown .dropdown-menu .dropdown-toggle::after {
  position: absolute;
  right: 15px;
  top: 50%;
  bottom: 50%;
  margin: auto;
}
.navbar .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-bottom: 0;
  margin-top: 1px;
}

.rtl .navbar .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}
.rtl .navbar .navbar-toggler {
  right: auto;
  left: 15px;
}
.rtl .navbar .navbar-brand {
  margin-right: 0;
}
.rtl .navbar .nav-item .nav-link::before {
  left: auto;
  right: -10px;
}
.rtl .navbar .notification-show .dropdown-toggle {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .navbar .notification-show .dropdown-toggle .count {
  right: auto;
  left: 1px;
}
.rtl .navbar .user-panel .user-dropdown {
  right: auto;
  left: 0;
}
.rtl .navbar .notification-show .notification-dropdown {
  right: auto;
  left: -40px;
}
.rtl .navbar .notification-show .notification-dropdown li a i {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .navbar .message {
  padding-right: 15px;
  padding-left: 5px;
}
.rtl .navbar .message .img-box {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .navbar .message .img-box::after {
  right: auto;
  left: 5px;
}
.rtl .navbar .message .text-box a .name .time {
  float: left;
  text-align: left;
}
.rtl .navbar .message.new::after {
  right: auto;
  left: 10px;
}

.badge {
  border-radius: 50px !important;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 5px 5px 3px 20px !important;
  position: relative;
  background: var(--bgLight) !important;
  color: var(--fontColor) !important;
}
.badge::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: var(--success);
}

.badge.bg-primary {
  background: none !important;
}
.badge.bg-primary::before {
  background: var(--primary);
}

.badge.bg-secondary {
  background: none !important;
}
.badge.bg-secondary::before {
  background: var(--secondary);
}

.badge.bg-success {
  background: none !important;
}
.badge.bg-success::before {
  background: var(--success);
}

.badge.bg-danger {
  background: none !important;
}
.badge.bg-danger::before {
  background: var(--danger);
}

.badge.bg-warning {
  background: none !important;
}
.badge.bg-warning::before {
  background: var(--warning);
}

.badge.bg-info {
  background: none !important;
}
.badge.bg-info::before {
  background: var(--info);
}

.text-primary {
  color: var(--primary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.text-success {
  color: var(--success) !important;
}

.text-danger {
  color: var(--danger) !important;
}

.text-warning {
  color: var(--warning) !important;
}

.text-info {
  color: var(--info) !important;
}

.text-black2 {
  color: var(--black2) !important;
}

.text-light {
  color: var(--bgLight2) !important;
}

.text-white {
  color: var(--white) !important;
}

.bg-primary {
  background: var(--primary) !important;
  color: var(--white);
  border-radius: 5px;
}

.bg-secondary {
  background: var(--secondary) !important;
  border-radius: 5px;
}

.bg-success {
  background: var(--success) !important;
  border-radius: 5px;
  color: var(--white);
}

.bg-danger {
  background: var(--danger) !important;
  border-radius: 5px;
  color: var(--white);
}

.bg-warning {
  background: var(--warning) !important;
  border-radius: 5px;
  color: var(--white);
}

.bg-info {
  background: var(--info) !important;
  border-radius: 5px;
  color: var(--white);
}

.bg-black2 {
  background: var(--black2) !important;
  border-radius: 5px;
  color: var(--white);
}

.bg-light {
  background: var(--bgLight2) !important;
  border-radius: 5px;
  color: var(--black);
}

.bg-white {
  background: var(--white) !important;
  border-radius: 5px;
  color: var(--black);
}

button {
  background: none;
  border: none;
  padding: 0;
}

i {
  font-size: 16px;
}

.btn,
.btn-custom {
  position: relative;
  background: var(--gradiant);
  border: none;
  font-family: "Outfit", sans-serif;
  text-transform: capitalize;
  display: inline-block;
  color: var(--white);
  text-align: center;
  font-weight: 500;
  padding: 15px 25px 15px 25px;
  line-height: 1;
  border-radius: 38px;
  overflow: hidden;
  transition: opacity 0.4s;
  z-index: 1;
  transition: 0.4s;
}
.btn i,
.btn-custom i {
  display: inline-block;
  text-align: center;
  background: var(--white);
  color: var(--primary);
  width: 30px;
  height: 30px;
  border-radius: 100px;
  padding: 7px;
  margin: 0 0 0 10px;
}
.btn:hover,
.btn-custom:hover {
  box-shadow: 0 0 0px #85ea80, 0 0 0px #85ea80, 0 0 25px #85ea80, 0 0 0px #85ea80;
}

a.btn-custom {
  color: var(--white);
}

.btn {
  border: none !important;
  box-shadow: none !important;
  width: auto;
}

.btn-primary {
  background: var(--primary);
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: var(--primary);
  color: var(--white);
}

.btn-secondary {
  background: var(--secondary);
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background: var(--secondary);
  color: var(--white);
}

.btn-success {
  background: var(--success);
}
.btn-success:hover, .btn-success:active, .btn-success:focus {
  background: var(--success);
  color: var(--white);
}

.btn-danger {
  background: var(--danger);
}
.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
  background: var(--danger);
  color: var(--white);
}

.btn-warning {
  background: var(--warning);
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
  background: var(--warning);
  color: var(--white);
}

.btn-info {
  background: var(--info);
}
.btn-info:hover, .btn-info:active, .btn-info:focus {
  background: var(--info);
  color: var(--white);
}

.btn-black2 {
  background: var(--black2);
}
.btn-black2:hover, .btn-black2:active, .btn-black2:focus {
  background: var(--black2);
  color: var(--white);
}

.btn-light {
  background: var(--bgLight2);
  color: var(--primary);
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  background: var(--bgLight2);
  color: var(--primary);
}

.feature-section {
  padding: 150px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.feature-section .feature-box {
  background: linear-gradient(135deg, var(--dark) 35.45%, var(--bgLight) 145.09%);
  background-size: cover;
  border-radius: 30px;
  padding: 50px;
  display: flex;
  align-items: center;
  height: 300px;
  position: relative;
  z-index: 1;
}
.feature-section .feature-box .icon-box {
  width: 200px;
}
.feature-section .feature-box .text-box {
  width: calc(100% - 200px);
  padding-right: 30px;
}
.feature-section .overlay {
  width: 500px;
  opacity: 1;
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: -1;
}
.feature-section .overlay-2 {
  width: 150px;
  position: absolute;
  right: -30px;
  bottom: 0px;
  z-index: -1;
}

.rtl .feature-section .feature-box .text-box {
  padding-left: 0;
  padding-right: 30px;
}

.about-section {
  padding: 100px 0;
  background-color: #0c0c21;
}
.about-section .img-box {
  position: relative;
  padding: 0 100px;
}
.about-section .text-box {
  padding-right: 200px;
}

.rtl .about-section .img-box {
  position: relative;
  padding: 0 100px;
}
.rtl .about-section .text-box {
  padding-right: 0;
  padding-left: 200px;
}

.testimonial-section {
  padding: 100px 0 100px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.testimonial-section::after {
  content: "";
  height: 450px;
  width: 450px;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: -300px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid rgba(35, 191, 183, 0.1137254902);
  z-index: -1;
}
.testimonial-section::before {
  content: "";
  height: 400px;
  width: 400px;
  position: absolute;
  z-index: 0;
  bottom: 150px;
  left: -300px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid rgba(133, 234, 128, 0.4666666667);
  z-index: -1;
}
.testimonial-section .testimonial-wrapper {
  background: var(--bgLight);
  padding: 50px;
  border-radius: 40px;
}
.testimonial-section .review-box {
  padding: 50px;
}
.testimonial-section .review-box .user-box {
  display: flex;
  align-items: center;
}
.testimonial-section .review-box .user-box .img {
  width: 80px;
}
.testimonial-section .review-box .user-box .text {
  padding: 0 15px;
}
.testimonial-section .review-box .user-box .title {
  font-size: 14px;
}
.testimonial-section .review-box .user-box .organization {
  color: var(--primary);
}
.testimonial-section .review-box .user-box h5 {
  margin-bottom: 3px;
}
.testimonial-section .review-box h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
}
.testimonial-section .review-box .rating {
  margin-bottom: 20px;
}
.testimonial-section .review-box .rating i {
  color: var(--gold);
  font-size: 14px;
}
.testimonial-section .review-box img {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  border: 6px solid #121227;
}
.testimonial-section .testimonials-2 {
  position: relative;
}
.testimonial-section .owl-nav {
  position: absolute;
  width: auto;
  justify-content: space-between;
  display: none !important;
  left: -49%;
  bottom: 100px;
}
.testimonial-section .owl-nav .owl-next,
.testimonial-section .owl-nav .owl-prev {
  background: var(--primary) !important;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  color: var(--white) !important;
  margin-right: 15px;
  transition: 0.4s;
}
.testimonial-section .owl-nav .owl-next:hover,
.testimonial-section .owl-nav .owl-prev:hover {
  background: var(--primary) !important;
  color: var(--white) !important;
}
.testimonial-section .owl-nav .owl-next span,
.testimonial-section .owl-nav .owl-prev span {
  position: relative;
  color: transparent;
}
.testimonial-section .owl-nav .owl-next span::before,
.testimonial-section .owl-nav .owl-prev span::before {
  content: "\f177";
  font-family: "Font Awesome 6 Pro";
  font-weight: 200;
  color: var(--white);
  font-size: 18px;
  position: absolute;
  top: -4px;
  left: -7px;
}
.testimonial-section .owl-nav .owl-next {
  margin-right: 0;
}
.testimonial-section .owl-nav .owl-next span::before {
  content: "\f178";
}
.testimonial-section .owl-carousel .owl-item {
  padding: 15px;
}
.testimonial-section .owl-dots {
  display: none;
  text-align: center;
}
.testimonial-section .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: var(--borderColor);
  margin: 0 5px;
  border-radius: 10px;
  transition: 0.4s;
}
.testimonial-section .owl-dots .owl-dot.active {
  background: var(--primary);
  width: 20px;
}

.rtl .testimonial-section .testimonials {
  direction: ltr;
}
.rtl .testimonial-section .testimonials .review-box {
  direction: rtl;
}
.rtl .testimonial-section .testimonials .review-box .user-box .text {
  padding-left: 0;
  padding-right: 15px;
}
.rtl .testimonial-section .owl-nav {
  left: auto;
  right: -49%;
}
.rtl .testimonial-section::after {
  left: auto;
  right: -300px;
}

.blog-section {
  padding: 100px 0;
}
.blog-section .blog-box {
  background: var(--bgLight);
  border-radius: 20px;
  padding: 20px;
}
.blog-section .blog-box .img-box {
  border-radius: 10px;
  overflow: hidden;
}
.blog-section .blog-box .img-box img {
  aspect-ratio: 16/9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.blog-section .blog-box .date-author {
  font-family: "outfit", sans-serif;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 14px;
}
.blog-section .blog-box .date-author span {
  margin-right: 15px;
}
.blog-section .blog-box .text-box {
  position: relative;
  padding-top: 20px;
}
.blog-section .blog-box .text-box .blog-title {
  color: var(--white);
  transition: 0.4s;
}
.blog-section .blog-box .text-box a.blog-title:hover {
  text-decoration: underline;
}
.blog-section .blog-box .read-more {
  font-family: "outfit", sans-serif;
  text-transform: capitalize;
  display: inline-block;
  color: var(--primary);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.blog-section .blog-box .read-more i {
  transform: rotate(-45deg);
  transition: 0.4s;
}
.blog-section .blog-box .read-more:hover i {
  transform: rotate(0deg);
}
.blog-section .blog-box .read-more.btn-custom {
  color: var(--white);
}
.blog-section .blog-box.d-flex {
  margin-bottom: 35px;
}
.blog-section .blog-box.d-flex .img-box {
  margin-right: 20px;
  width: 250px;
}
.blog-section .blog-box.d-flex .text-box {
  width: calc(100% - 250px);
  padding-top: 0;
}
.blog-section .blog-box.d-flex .text-box .blog-title {
  font-size: 18px;
}

.rtl .blog-section .blog-box .date-author span {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .blog-section .blog-box .read-more i {
  transform: rotate(225deg);
}
.rtl .blog-section .blog-box .read-more:hover i {
  transform: rotate(180deg);
}
.rtl .blog-section .blog-box.d-flex .img-box {
  margin-right: 0;
  margin-left: 20px;
}

.blog-details {
  padding: 100px 0;
}
.blog-details .blog-box {
  background: none;
  box-shadow: none;
  padding: 0;
  margin-bottom: 50px;
}
.blog-details .blog-box .quote {
  padding: 30px;
  display: flex;
  align-items: center;
}
.blog-details .blog-box .quote i {
  font-size: 48px;
  color: var(--primary);
}
.blog-details .blog-box .quote p {
  font-size: 18px;
  font-weight: 500;
  padding: 0 30px;
  margin-bottom: 0;
}
.blog-details .blog-box .img-box {
  border-radius: 30px;
}
.share-block{
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.share-block h4 {
    margin-bottom: 0;
    font-size: 22px;
}
.blog-details #shareBlock {
  margin: 10px 0;
  border-radius: 20px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.blog-details #shareBlock h4 {
  margin-bottom: 0;
  margin-right: 15px;
  font-weight: 600;
  font-size: 18px;
}
.blog-details #shareBlock .btn {
  background: transparent;
  border: none;
  padding: 0px;
  height: auto;
  width: auto;
}
.blog-details #shareBlock .btn i {
  font-size: 16px;
  background: none;
  transition: 0.4s;
}
.blog-details #shareBlock .btn:hover i {
  color: var(--primary) !important;
}
.blog-details .side-bar .side-box {
  margin-bottom: 30px;
  background: var(--bgLight);
  padding: 30px;
  border-radius: 20px;
}
.blog-details .side-bar .side-box h4 {
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
}
.blog-details .side-bar .side-box .links {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.blog-details .side-bar .side-box .links li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--borderColor);
}
.blog-details .side-bar .side-box .links li a {
  color: var(--fontColor);
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
  transition: 0.4s;
}
.blog-details .side-bar .side-box .links li a:hover {
  color: var(--primary);
}
.blog-details .side-bar .side-box .links li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.blog-details .side-bar .side-box .tag-item {
  background: var(--bgLight);
  display: inline-block;
  margin: 0 5px 10px 0;
  padding: 5px 15px;
  width: auto;
  height: auto;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--fontColor);
  border: 1px solid var(--borderColor);
  border-radius: 50px;
  transition: 0.4s;
}
.blog-details .side-bar .side-box .tag-item:hover {
  background: var(--primary);
  color: var(--white);
}
.blog-details .side-bar .side-box .side-blog-box {
  display: flex;
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 0;
  box-shadow: none;
}
.blog-details .side-bar .side-box .side-blog-box .title {
  color: var(--white);
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 15px;
  transition: 0.4s;
}
.blog-details .side-bar .side-box .side-blog-box .title:hover {
  color: var(--primary);
}
.blog-details .side-bar .side-box .side-blog-box .date {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--fontColor);
  margin-bottom: 5px;
}
.blog-details .side-bar .side-box .side-blog-box .img-box img {
  aspect-ratio: 1/1;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.blog-details .side-bar .side-box .side-blog-box .img-box .category {
  top: 10px;
  right: 10px;
}
.blog-details .side-bar .side-box .side-blog-box .text-box {
  width: calc(100% - 120px);
  overflow: hidden;
  padding: 0;
  padding-left: 15px;
}
.blog-details .side-bar .side-box .side-blog-box:last-child {
  margin-bottom: 0;
}
.blog-details .side-bar .input-group {
  max-width: 100%;
}
.blog-details .side-bar .input-group .form-control {
  border: none;
  height: 60px;
  font-size: 16px;
  padding: 20px;
  padding-right: 60px;
  background: var(--bgLight);
  caret-color: var(--primary);
  border: 1px solid var(--borderColor);
  color: var(--fontColor2);
  border-radius: 15px !important;
  transition: 0.4s;
}
.blog-details .side-bar .input-group .form-control:focus {
  color: var(--fontColor2);
  background: var(--bgLight);
  border-color: var(--primary);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.blog-details .side-bar .input-group .form-control::-moz-placeholder {
  text-transform: capitalize;
}
.blog-details .side-bar .input-group .form-control::placeholder {
  text-transform: capitalize;
}
.blog-details .side-bar .input-group button {
  height: 50px;
  width: 50px;
  background: transparent;
  border-radius: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  transition: 0.4s;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  z-index: 4;
  transition: 0.4s;
}
.blog-details .side-bar .input-group button i {
  font-size: 20px;
  color: var(--white);
  transition: 0.4s;
}
.blog-details .side-bar .input-group button:hover i {
  color: var(--primary);
}

.rtl .blog-details .side-bar .side-box h5 {
  padding-left: 0;
  padding-right: 15px;
}
.rtl .blog-details .side-bar .side-box h5::before {
  left: auto;
  right: 0;
}
.rtl .blog-details .side-bar .side-box .blog-box .text-box {
  padding-left: 0;
  padding-right: 15px;
}
.rtl .blog-details .side-bar .input-group button {
  right: auto;
  left: 5px;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
.rtl .blog-details .side-bar .side-box .side-blog-box .text-box {
  padding-right: 15px;
}
.rtl .blog-details .side-bar .input-group .form-control {
  padding-right: 20px;
  padding-left: 60px;
}
.rtl .blog-details .blog-box .special-quote {
  border-left: none;
  border-right: 2px solid var(--primary);
}

.plan-section {
  padding: 150px 0 100px 0;
  background: #0c0c21;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.plan-section .plan-navigator {
  justify-content: center;
  margin-bottom: 50px;
}
.plan-section .plan-navigator .tab {
  padding: 10px 20px;
  transition: 0.4s;
  border: 1px solid var(--borderColor);
  text-align: center;
  font-weight: 500;
  border-radius: 30px;
  margin: 5px;
  color: var(--white);
}
.plan-section .plan-navigator .tab:hover, .plan-section .plan-navigator .tab.active {
  border: 1px solid var(--primary);
  color: var(--primary);
}
.plan-section .plan-box {
  position: relative;
  background: var(--bgLight);
  /*background-image: url(../img/shape/pentagon.png);*/
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: right top;
  box-shadow: var(--shadow);
  border-radius: 25px;
  height: 100%;
  padding: 50px;
  text-align: center;
}
.plan-section .plan-box img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.plan-section .plan-box .text-gradient {
  font-weight: 800;
}
.plan-section .plan-box h4 {
  font-size: 24px;
}
.plan-section .plan-box ul {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 100px;
  padding-top: 30px;
  margin-left: 0;
  text-align: center;
}
.plan-section .plan-box ul li {
  margin-bottom: 25px;
}
.plan-section .plan-box ul li h5 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 20px;
}
.plan-section .plan-box .btn-custom {
  position: absolute;
  bottom: 50px;
  width: calc(100% - 100px);
  left: 0;
  right: 0;
  margin: auto;
  height: 55px;
}
.plan-section .overlay {
  width: 500px;
  opacity: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -50px;
  z-index: -1;
}

.rtl .plan-section .plan-box ul {
  padding-left: 0;
}

.profit-calculator-section {
  padding: 150px 0;
  background-color: #0c0c21;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.profit-calculator-section form label {
  margin-bottom: 5px;
}
.profit-calculator-section form .form-select,
.profit-calculator-section form .form-control {
  height: 60px;
  border-radius: 10px;
  background-color: var(--bgLight);
  border: 1px solid var(--bgLight);
  padding: 15px;
  font-weight: normal;
  font-size: 14px;
  caret-color: var(--primary);
  color: var(--textColor);
}
.profit-calculator-section form .form-select:focus,
.profit-calculator-section form .form-control:focus {
  color: var(--textColor);
  box-shadow: 0 0 0 0rem var(--white);
  border: 1px solid var(--primary);
}
.profit-calculator-section form .form-select {
  background-image: url(../img/icon/downward-arrow.png);
  padding: 15px;
}
.profit-calculator-section form .form-select option {
  background: var(--bgLight);
  color: var(--textColor);
}
.profit-calculator-section form textarea.form-control {
  height: 150px;
  border-radius: 5px;
}
.profit-calculator-section .overlay {
  width: 500px;
  opacity: 1;
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: -1;
}
.profit-calculator-section .overlay-2 {
  width: 150px;
  position: absolute;
  right: -30px;
  bottom: 0px;
  z-index: -1;
}

.footer-section {
  padding: 150px 0 0 0;
  background: #0c0c21;
  color: var(--fontColor2);
  position: relative;
}
.footer-section .navbar-brand {
  margin-bottom: 20px;
  display: inline-block;
}
.footer-section .navbar-brand img {
  width: 150px;
}
.footer-section .footer-box .company-bio {
  margin-bottom: 30px;
}
.footer-section .footer-box img {
  border-radius: 5px;
}
.footer-section ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  max-width: 250px;
}
.footer-section ul li {
  margin-bottom: 15px;
}
.footer-section ul li a {
  color: var(--fontColor2);
  transition: 0.4s;
}
.footer-section ul li a:hover {
  color: var(--primary);
}
.footer-section ul li i {
  display: inline-block;
  width: 20px;
  font-size: 14px;
  color: var(--fontColor2);
}
.footer-section h4 {
  color: var(--white);
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  display: inline-block;
  font-size: 24px;
  position: relative;
  margin-bottom: 28px;
  margin-top: 18px;
}
.footer-section h4::before {
  content: "";
  height: 8px;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 8px;
  background: var(--primary);
}
.footer-section .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  margin-right: 5px;
  background: var(--gradiant);
  color: var(--dark);
  transition: 0.4s;
}
.footer-section .social-links a i {
  font-size: 16px;
}
.footer-section .social-links a:hover {
  box-shadow: 0 0 0px #85ea80, 0 0 0px #85ea80, 0 0 25px #85ea80, 0 0 0px #85ea80;
}
.footer-section .copyright {
  position: relative;
  margin-top: 50px;
  padding: 20px 0;
  border-top: 1px solid var(--borderColor);
  color: var(--fontColor2);
  z-index: 1;
}
.footer-section .copyright a {
  color: var(--primary);
  margin: 0 7.5px;
  transition: 0.4s;
}
.footer-section .copyright a:hover {
  color: var(--primary);
}
.footer-section .language-dropdown-items {
  display: inline-block;
  margin: 0 5px;
}
.footer-section .language-dropdown-items .dropdown-toggle {
  background: none;
  height: 40px;
  width: 120px;
  border: 1px solid var(--bgLight);
  color: var(--fontColor2);
  border-radius: 50px;
  position: relative;
  padding: 0;
  transition: 0.4s;
}
.footer-section .language-dropdown-items .dropdown-toggle img {
  width: 20px;
  height: 14px;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-section .language-dropdown-items .dropdown-menu {
  border-radius: 10px;
  background: var(--bgLight);
  border: none;
  padding: 5px;
}
.footer-section .language-dropdown-items .dropdown-menu li {
  margin-bottom: 0;
}
.footer-section .language-dropdown-items .dropdown-item {
  color: var(--fontColor2);
  font-size: 14px;
  border-radius: 3px;
  padding: 8px 12px;
  margin: 0;
}
.footer-section .language-dropdown-items .dropdown-item i {
  font-size: 16px;
}
.footer-section .language-dropdown-items .dropdown-item img {
  width: 18px;
  height: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-section .language-dropdown-items .dropdown-item:hover,
.footer-section .language-dropdown-items .dropdown-item:active {
  color: var(--primary);
  text-decoration: none;
  background-color: var(--bgLight);
}
.footer-section .language-dropdown-items .dropdown-item:hover i,
.footer-section .language-dropdown-items .dropdown-item:active i {
  color: var(--primary);
}
.footer-section .language-dropdown-items .dropdown-item i {
  color: var(--primary);
  width: 22px;
}

.rtl .footer-section .navbar-brand {
  margin-right: 0;
}
.rtl .footer-section .social-links a {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .footer-section h4 {
  padding-left: 0;
}
.rtl .footer-section h4::before {
  left: auto;
  right: 0;
}
.rtl .footer-section .input-box .btn-action-icon {
  right: auto;
  left: 0;
}
.rtl .footer-section .language-dropdown-items .dropdown-item {
  text-align: right;
}
.rtl .footer-section .language-dropdown-items .dropdown-menu[data-bs-popper] {
  right: 0;
  left: auto;
}

.contact-section {
  padding: 100px 0;
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.contact-section .header-text {
  margin-bottom: 50px;
}
.contact-section .info-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contact-section .info-box .icon {
  width: 40px;
  height: 40px;
  border-radius: 45px;
  background: var(--gradiant);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-section .info-box .icon i {
  font-size: 18px;
  color: var(--dark);
}
.contact-section .info-box .text {
  width: calc(100% - 30px);
  padding-left: 10px;
}
.contact-section .info-box .text h5 {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}
.contact-section form label {
  margin-bottom: 5px;
}
.contact-section form .form-select,
.contact-section form .form-control {
  height: 60px;
  border-radius: 10px;
  background-color: var(--bgLight);
  border: 1px solid var(--bgLight);
  padding: 15px;
  font-weight: normal;
  font-size: 14px;
  caret-color: var(--primary);
  color: var(--textColor);
}
.contact-section form .form-select:focus,
.contact-section form .form-control:focus {
  color: var(--textColor);
  box-shadow: 0 0 0 0rem var(--white);
  border: 1px solid var(--primary);
}
.contact-section form .form-select {
  background-image: url(../img/icon/downward-arrow.png);
  padding: 15px;
}
.contact-section form .form-select option {
  background: var(--bgLight);
  color: var(--textColor);
}
.contact-section form textarea.form-control {
  height: 150px;
  border-radius: 15px;
}

.rtl .contact-section .info-box .text {
  width: calc(100% - 64px);
  padding-left: 0;
  padding-right: 20px;
}

.faq-section {
  padding: 100px 0;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}
.faq-section .accordion-item {
  border: none;
  background: var(--bgLight);
  box-shadow: var(--shadow);
  border-radius: 40px;
  margin-bottom: 30px;
}
.faq-section .accordion-item:last-child {
  border: none;
}
.faq-section .accordion-button {
  background: none;
  border: none;
  border-radius: 10px !important;
  padding-left: 0;
  font-size: 22px;
  font-weight: 500;
  padding: 30px 30px;
  padding-right: 70px;
  background-image: var(--gradiant);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.4s;
  z-index: 1;
}
.faq-section .accordion-button:focus {
  z-index: 3;
  border-color: var(--bgLight);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.faq-section .accordion-button::after {
  border-radius: 5px;
  background-image: url(../img/icon/plus.png);
  background-size: cover;
  position: absolute;
  right: 25px;
  height: 30px;
  width: 30px;
  background-position: center;
}
.faq-section .accordion-button .index {
  font-size: 0px;
  color: rgba(133, 234, 128, 0.1647058824);
  margin-top: -8px;
  padding-right: 10px;
}
.faq-section .accordion-body {
  padding: 30px;
  padding-top: 0;
  border-radius: 5px;
}
.faq-section .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: var(--primary);
}
.faq-section .accordion-button:not(.collapsed)::after {
  background-image: url(../img/icon/minus.png);
}
.faq-section .accordion-button:not(.collapsed)::before {
  opacity: 1;
}
.faq-section .overlay {
  width: 800px;
  opacity: 1;
  position: absolute;
  left: -350px;
  bottom: 0px;
  z-index: -1;
}

.rtl .faq-section .accordion-button {
  padding-right: 30px;
  padding-left: 70px;
  text-align: right;
}
.rtl .faq-section .accordion-button::after {
  right: auto;
  left: 25px;
}
.rtl .faq-section .accordion-button .index {
  padding-right: 0;
  padding-left: 10px;
}

.newsletter-section {
  margin-top: 100px;
  overflow: hidden;
}
.newsletter-section .box {
  background-color: var(--bgLight);
  background-size: cover;
  background-position: center;
  padding: 50px 20px 60px 20px;
  border-radius: 40px;
  text-align: center;
}
.newsletter-section h3 {
  text-transform: capitalize;
  color: var(--white);
  margin-bottom: 30px;
}
.newsletter-section .input-group {
  max-width: 100%;
  position: relative;
}
.newsletter-section .input-group .form-control {
  border: none;
  height: 60px;
  font-size: 16px;
  padding: 20px;
  padding-right: 130px;
  color: var(--white);
  background: var(--bgLight2);
  caret-color: var(--primary);
  border: 1px solid var(--bgLight2);
  border-radius: 50px !important;
  transition: 0.4s;
}
.newsletter-section .input-group .form-control:focus {
  color: var(--white);
  background: var(--bgLight2);
  border-color: var(--bgLight2);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.newsletter-section .input-group .form-control::-moz-placeholder {
  text-transform: capitalize;
}
.newsletter-section .input-group .form-control::placeholder {
  text-transform: capitalize;
}
.newsletter-section .input-group button {
  position: absolute;
  background: none;
  color: var(--primary);
  right: 0;
  top: 0;
  z-index: 3;
  width: 120px;
  padding: 16px;
  font-weight: 500;
  top: 5px;
  right: 5px;
  border-radius: 50px !important;
}

.rtl .newsletter-section .input-group button {
  right: auto;
  left: 5px;
}
.rtl .newsletter-section .input-group .form-control {
  padding-left: 130px;
  padding-right: 20px;
}

.banner-section {
  padding: 200px 0 130px 0;
  position: relative;
  background: linear-gradient(-180deg, var(--bgLight) 50%, var(--dark) 100%);
  overflow: hidden;
  z-index: 1;
}

.banner-section h3 {
  text-transform: capitalize;
  color: var(--white);
  font-size: 28px;
}
.banner-section .breadcrumb-item {
  color: var(--white);
  transition: 0.4s;
  text-transform: capitalize;
  font-family: "DM Sans", sans-serif;
}
.banner-section .breadcrumb-item:hover, .banner-section .breadcrumb-item.active {
  color: var(--primary);
}
.banner-section .breadcrumb-item:hover a, .banner-section .breadcrumb-item.active a {
  color: var(--primary);
  transition: 0.4s;
}
.banner-section .breadcrumb-item a {
  color: var(--white);
}
.banner-section .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: var(--white);
  content: var(--bs-breadcrumb-divider, "/");
}

.rtl .banner-section {
  border-radius: 0;
}
.rtl .banner-section .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding: 0 0.5rem;
  content: var(--bs-breadcrumb-divider, "/");
}

.login-section {
  position: relative;
  padding: 100px 0;
}
.login-section .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--white);
  border-radius: 10px;
}
.login-section .img-box h4,
.login-section .img-box h3 {
  color: var(--white);
}
.login-section .img-box .btn-custom {
  background: none;
  border: 1px solid var(--primary);
  margin-top: 20px;
  color: var(--primary);
}
.login-section a {
  color: var(--primary);
}
.login-section .form-wrapper {
  padding: 50px;
  position: relative;
  border-radius: 30px;
  background: var(--bgLight);
  overflow: hidden;
}
.login-section .register-form-wrapper {
  padding: 50px;
  border-radius: 30px;
  background: var(--bgLight);
}
.login-section form h3 {
  text-transform: capitalize;
  margin-bottom: 0;
}
.login-section form .input-box {
  position: relative;
}
.login-section form i {
  position: absolute;
  right: 27px;
  bottom: 17px;
  cursor: pointer;
  color: var(--fontColor);
}
.login-section form i::after {
  content: "";
  width: 1px;
  opacity: 1;
  height: 20px;
  background: var(--white);
  position: absolute;
  top: 2px;
  left: 8px;
  transform: rotate(-45deg);
}
.login-section form i.active::after {
  opacity: 0;
}
.login-section form label {
  margin-bottom: 10px;
}
.login-section form .form-select,
.login-section form .form-control {
  height: 60px;
  border-radius: 10px;
  background-color: var(--bgLight2);
  border: 1px solid var(--borderColor);
  padding: 15px;
  font-weight: normal;
  font-size: 14px;
  caret-color: var(--primary);
  color: var(--fontColor);
}
.login-section form .form-select:focus,
.login-section form .form-control:focus {
  color: var(--fontColor);
  box-shadow: 0 0 0 0rem var(--white);
  border: 1px solid var(--primary);
}
.login-section form .form-select {
  background-image: url(https://bug-finder.s3.ap-southeast-1.amazonaws.com/assets/icon/downward-arrow.png);
}
.login-section form .form-select option {
  background: var(--white);
  color: var(--black);
}
.login-section form textarea.form-control {
  height: 150px;
  border-radius: 10px;
}
.login-section form .select2 {
  width: calc(100% - 0px) !important;
  width: 100%;
  margin-left: auto;
}
.login-section form .select2-container--default .select2-selection--single {
  height: 50px;
  background: var(--bgLight2);
  border: 1px solid var(--bgLight2);
}
.login-section form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  color: var(--fontColor);
}
.login-section form .iti__country-list {
  z-index: 3;
  border-radius: 10px;
  border: 1px solid var(--borderColor);
  background: var(--bgLight2);
  max-width: 276px;
}
.login-section form .iti__country-list::-webkit-scrollbar {
  width: 4px;
  height: 100%;
}
.login-section form .iti__country-list::-webkit-scrollbar-track {
  background: transparent;
}
.login-section form .iti__country-list::-webkit-scrollbar-thumb {
  background: var(--borderColor);
  border-radius: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.login-section form .iti__country-list::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}
.login-section form .iti__selected-flag {
  padding: 0 12px 0 12px;
  background: var(--bgLight2);
  border-radius: 10px;
}
.login-section form .iti {
  width: 100%;
}
.login-section form .iti .form-control {
  padding-left: 108px !important;
}
.login-section form .links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.login-section form .links a {
  color: var(--primary);
  text-transform: capitalize;
}
.login-section form .links a:hover {
  color: var(--primary);
}
.login-section form .bottom {
  margin-top: 20px;
  color: var(--fontColor);
}
.login-section form .bottom a {
  color: var(--primary);
}
.login-section form .bottom a:hover {
  color: var(--primary);
}
.login-section form .btn-custom {
  padding: 20px 40px;
}
.login-section .divider {
  text-align: center;
  position: relative;
  display: block;
  margin-top: 20px;
}
.login-section .divider::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--borderColor);
  top: 13px;
  left: 0;
  z-index: 0;
}
.login-section .divider span {
  background: var(--white);
  z-index: 1;
  position: relative;
  padding: 0 10px;
  font-size: 14px;
}
.login-section .social-authentication {
  text-align: center;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.login-section .social-authentication a {
  background: var(--white);
  box-shadow: var(--shadow2);
  display: inline-block;
  width: 48%;
  border-radius: 10px;
  padding: 12px 20px;
  text-align: center;
  color: var(--fontColor);
}
.login-section .social-authentication a img {
  width: 24px;
}

.login-section.register::before,
.login-section.recover-password::before {
  width: 0;
}

.rtl .login-section::before {
  left: auto;
  right: 0;
}
.rtl .login-section form i {
  right: auto;
  left: 27px;
}

.service-section {
  padding: 100px 0;
  position: relative;
}
.service-section .service-box {
  background: var(--bgLight);
  display: flex;
  padding: 40px;
  border-radius: 30px;
}
.service-section .service-box .icon-box {
  width: 60px;
}
.service-section .service-box .icon-box img {
  width: 100%;
}
.service-section .service-box .text-box {
  width: calc(100% - 60px);
  padding: 0 30px;
}
.service-section .overlay {
  width: 150px;
  opacity: 0.4;
  position: absolute;
  left: -50px;
  top: 100px;
  z-index: -1;
}

.achievement-section {
  padding: 100px 0;
}
.achievement-section .achievement-box {
  text-align: center;
}
.achievement-section .icon-box {
  display: none;
}
@media (max-width: 1440px){
    .home-section {
        padding-top: 156px;
    }
}
/* Large screen  */
@media only screen and (min-width: 1200px) and (max-width: 1319px){
    .home-section .text-box h2 {
        font-size: 48px;
    }
}
@media (max-width: 1199px) {
  .feature-section .feature-box {
    padding: 30px;
  }
    .navbar .nav-item {
        margin: 0 10px;
    }
    .home-section .text-box h2 {
        font-size: 42px;
    }
  .feature-section .feature-box .text-box {
    width: calc(100% - 120px);
    padding-right: 20px;
  }
  .feature-section .feature-box .icon-box {
    width: 120px;
  }
  .about-section .img-box {
    padding: 0;
  }
  .about-section .text-box {
    padding-right: 0;
  }


  .rtl .about-section .img-box,
  .rtl .about-section .text-box {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-text {
    position: absolute;
    right: 15px;
  }
    .tabClass {
        padding: 1rem 60px 16px 16px;
    }
    .tabClass .btn-close{
        top: 32px !important;
    }
  .navbar .nav-item .nav-link {
    padding: 13px 0px 7px;
    text-align: center;
    color: var(--black);
  }
  .navbar .nav-item .nav-link::before {
    width: 0;
  }
  .navbar .notification-show .notification-dropdown {
    left: auto;
    right: -40px;
  }
  .navbar .user-panel .user-dropdown {
    left: auto;
    right: 0px;
  }
  .rtl .navbar .navbar-text {
    right: auto;
    left: 15px;
  }
  .rtl .navbar .notification-show .notification-dropdown {
    right: auto;
    left: -40px;
  }
  .rtl .navbar .user-panel .user-dropdown {
    right: auto;
    left: 0px;
  }
  .home-section {
    height: 100%;
    padding: 100px 0 100px 0;
  }
  .home-section .text-box {
    padding-left: 0;
  }
  .home-section .text-box h2 {
    font-size: 48px;
  }
  .home-section .img-box {
    padding-right: 0;
  }
  .rtl .home-section .text-box {
    padding-right: 0;
  }
  .rtl .home-section .text-box h2 {
    font-size: 48px;
  }
  .rtl .home-section .img-box {
    padding-left: 0;
  }
  .feature-section .feature-box {
    display: block;
    height: 100%;
  }
  .feature-section .feature-box .text-box {
    width: 100%;
    padding: 0;
  }
  .feature-section .feature-box h4 {
    border-bottom: none;
    padding-bottom: 0px;
  }
  .rtl .feature-section .feature-box .text-box {
    padding: 0;
  }
  .footer-section {
    padding: 100px 0 50px 0;
  }
  .footer-section .copyright {
    margin: 50px 0;
  }
  .service-section .service-box {
    display: block;
    padding: 30px;
    border-radius: 20px;
  }
  .service-section .service-box .icon-box {
    margin-bottom: 15px;
  }
  .service-section .service-box .text-box {
    padding: 0;
    width: 100%;
  }
  .service-section .overlay,
  .plan-section .overlay {
    display: none;
  }
    .home-section .img-box {
        display: none;
    }
    .about-section .img-box {
        display: none;
    }
    .profit-calculator-section .img-box {
        display: none;
    }
    .home-section {
        padding: 100px 0 0px 0;
    }
    .feature-section {
        padding: 60px 0;
    }

}

.blog-section .blog-box .text-box .singleBlogDetails{
    display: block;
}


@media (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
    .plan-section .plan-box .btn-custom {
        width: calc(100% - 140px) !important;
        height: 46px !important;
    }
    .feature-section .feature-box {
        display: flex;
        flex-direction: column-reverse;
        align-items: start;
        gap: 10px;
        height: 100%;
    }
    .registerBottom{
        padding: 0 !important;
    }
    .registerSocial .media-container{
        justify-content: space-between !important;
    }
    .registerSocial .media-container .social-btn {
        padding: 12px 27px 13px 25px;
    }
    .feature-section .feature-box {
        padding: 20px;
    }
    .feature-section .feature-box .text-box h4{
        font-size: 24px;
    }
    .feature-section .feature-box .text-box p{
        font-size: 17px;
    }
    .feature-section .feature-box .icon-box img{
        height: 85px;
        width: 85px;
    }
    .blog-section .blog-box .read-more {
        padding: 5px 19px 8px 14px !important;
    }
    .gatewayColumn{
        display: none !important;
    }

    .blog-section .blog-box .text-box .blog-title {
        font-size: 18px !important;
        padding-bottom: 10px;
    }
    .blog-section .blog-box .text-box .singleBlogDetails{
        padding-top: 10px;
        font-size: 15px;
        display: none;
    }
  h2 {
    font-size: 32px;
    font-weight: 500;
  }
  h3 {
    font-size: 24px;
  }
    .banner-section .text-gradient {
        -webkit-text-fill-color: #fff;
    }
    .btn, .btn-custom{
        padding: 8px 17px 8px 17px;
    }
  .header-text{
      margin-bottom: 30px !important;
  }
    .phone_area {
        margin-top: 10px;
        padding: 0 5px 0 10px !important;
    }
  .about-sub-heading{
      font-size: 28px;
  }
    .header-text h2{
        font-size: 28px;
    }
    .service-section {
        padding: 30px 0;
    }
  .service-box .text-box h4{
      font-size: 24px;
  }
    .plan-section {
        padding: 100px 0 30px 0;
    }
    .testimonial-section .testimonial-wrapper {
        padding: 10px;
    }
    .testimonial-section .review-box h4 {
        font-size: 18px;
    }
    .faq-section {
        padding: 35px 0;
    }
    .faq-section .accordion-button {
        padding: 20px 15px;
    }
    .faq-section .accordion-button h6 {
        font-size: 18px;
        margin-bottom: 0;
        max-width: 235px;
        width: 100%;
    }
    .social-btn{
        padding: 13px 35px 13px 35px;
    }
    .login-section {
        padding: 70px 0 0 !important;
    }
    .faq-section .accordion-body {
        padding: 0px 15px 25px !important;
    }
    .faq-section .accordion-button::after {
        right: 15px;
    }
    .share-block {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .share-block .btn i{
        width: 26px;
        height: 26px;
        margin: 0 10px 0 0;
    }
    .blog-details .side-bar .side-box .side-blog-box .text-box {
        width: calc(100% - 20px);
    }
   .blog-section{
        padding: 10px 0 !important;
    }
    .newsletter-section {
        margin-top: 50px;
    }
    .newsletter-section .box {
        padding: 30px 10px !important;
    }
    .newsletter-section .box .input-group .btn-custom {
        width: 100px !important;
        top: 9px !important;
        font-size: 14px !important;
    }
    .footer-section {
        padding: 75px 0 32px 0 !important;
    }
  .home-section .text-box h2 {
    font-size: 24px;
  }
  .home-section .text-box h6 {
    font-size: 15px;
  }
  .table-responsive {
    border-radius: 10px;
  }
  .table-responsive .table thead {
    display: none;
  }
  .table-responsive .table tbody tr {
    display: block;
    border-bottom: 1px solid var(--bgLight) !important;
  }
  .table-responsive .table tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: none !important;
    margin: 0 !important;
    padding: 15px;
  }
  .table-responsive .table tbody tr td::before {
    content: attr(data-label);
  }
  .table-responsive .table tbody > tr:nth-of-type(even) > * {
    --bs-table-accent-bg: var(--bgLight) !important;
    border-bottom: 1px solid var(--borderColor);
  }
  .table-responsive .table tr td:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .table-responsive .table tr td:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .contact-section form .form-control {
        height: auto;
    }
  .login-section .login-wrapper {
    margin: 0;
  }
    .footer-section .copyright {
        margin: 25px 0 0;
        padding-bottom: 0;
        flex-direction: column-reverse;
        gap: 15px;
    }
    .banner-section::before {
        width: 67% !important;
        height: 100% !important;
        left: 35% !important;
        top: 35px !important;
    }
    .contact-section .btn-custom {
        width: 100%;
    }
    .contact-section .btn-custom i{
        display: none;
    }
    .blog-section .blog-box.d-flex {
    display: block !important;
  }
  .blog-section .blog-box.d-flex .img-box {
    width: 100%;
  }
  .blog-section .blog-box.d-flex .text-box {
    width: 100%;
    padding-top: 20px;
  }
  .newsletter-section::after,
  .newsletter-section::before {
    width: 200px;
  }
  .about-section,
  .rental-item-section,
  .feature-section,
  .how-it-work,
  .testimonial-section,
  .blog-section,
  .profit-calculator-section,
  .item-details {
    padding: 50px 0;
  }
  .rental-item-section,
  .how-it-work {
    margin: 0;
  }
  .testimonial-section .review-box {
    padding: 0;
  }
  .login-section .register-form-wrapper {
    padding: 20px;
  }
}

.media-container {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between !important;
}
.registerSocial .media-container {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center !important;
    gap: 10px;
}

@media (max-width: 575px) {
  .navbar {
    padding: 15px 0;
  }
    .offcanvas .offcanvas-header .btn-close{
        position: relative !important;
        top: 0 !important;
    }
    .offcanvas-header {
        position: relative;
        padding: 1rem 1rem;
    }
    .offcanvas .navbar {
        padding: 0;
    }

  .navbar.active .navbar-brand img,
  .navbar .navbar-brand img {
    width: 100px;
  }
    .login-section .form-wrapper {
        padding: 20px 0;
    }
    .login-section form .form-control {
        height: auto;
    }
  .home-section .text-box h1 {
    font-size: 32px;
  }
  .social-btn .media-title{
      display: none;
  }
  .newsletter-section .box {
    padding: 30px 20px;
  }
  .newsletter-section .box .input-group .btn-custom {
    width: 120px;
    top: 7px;
  }
    .banner-section {
        padding: 100px 0 10px 0;
    }
  .banner-section::before {
    width: 0;
  }
  .testimonial-section .review-box .text p {
    font-size: 16px;
  }
  .testimonial-section .review-box .user-box .img img {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
  }
    .achievement-section {
        padding: 30px 0;
    }
    .blog-details .side-bar .side-box .side-blog-box .title {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .blog-details .side-bar .side-box .side-blog-box .date {
        font-size: 12px;
    }
    .blog-details .side-bar .side-box {
        margin-bottom: 26px;
        padding: 21px 15px;
    }
    .recentPostOpt{
        margin-top: 0;
    }
    .blog-section .blog-box .text-box .blog-title {
        font-size: 26px;
    }
    .banner-section h3 {
        text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
    }
    .contact-section {
        padding: 60px 0 0 !important;
    }
    .login-section {
        padding: 70px 0;
    }
    .login-title{
        font-size: 22px;
        margin-bottom: 0;
    }
}
:root {
  --primary: #5729d6;
  --primary: #85ea80;
  --secondary: #e275ff;
  --success: #26cc8c;
  --danger: #ff6379;
  --info: #59c8ff;
  --warning: #ffce00;
  --gold: #ffc107;
  --white: #fff;
  --black: #171621;
  --dark: #0c0c21;
  --bgLight: #121227;
  --bgLight2: #1b1b35;
  --bgLight3: #ffeee7;
  --borderColor: #1b1b35;
  --fontColor: #878c9f;
  --fontColor2: #e9e9e9;
  --shadow: 5px 2px 30px rgba(0, 0, 0, 0.06);
  --yt: #f20000;
  --fb: #1877f2;
  --ig: #e2306c;
  --tw: #1d9bf0;
  --in: #0172b1;
  --gradiant: linear-gradient(-100deg, #85ea80 10%, #23bfb8 100%);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Outfit", sans-serif;
  color: var(--fontColor2);
  background: var(--dark);
  font-weight: 300;
  font-size: 16px;
}

.rtl {
  direction: rtl;
  overflow-x: hidden !important;
}

.rtl .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: auto;
  left: 12px;
}

.rtl .select2-container--default .select2-selection--single .select2-selection__rendered {
  direction: rtl;
}

.select2-dropdown {
  background-color: var(--white);
  border: 1px solid var(--borderColor);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: var(--white);
  border: 1px solid var(--borderColor);
  color: var(--fontColor);
}

.select2-container--default .select2-results__option--selected {
  background: var(--bgLight);
  color: var(--primary);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary);
  color: var(--white);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--primary) transparent;
  border-width: 0 6px 5px 6px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border: 1px solid var(--primary);
}

hr {
  background-color: var(--borderColor) !important;
}

.text-stroke {
  -webkit-text-stroke-width: 1px;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-color: var(--black);
}

.gradient-title {
  background: var(--gradiant);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.glow-button {
  color: white;
  background-color: #e275ff;
  cursor: pointer;
  outline: none;
  box-shadow: 0 0 10px #e275ff, 0 0 20px #e275ff, 0 0 30px #e275ff;
  transition: all 0.2s ease-in-out;
  position: relative;
  animation: glow-pulse 1.5s infinite alternate;
}

.glow-button:hover {
  box-shadow: 0 0 20px #e275ff, 0 0 30px #e275ff, 0 0 40px #e275ff;
  transform: scale(1.05);
}

@keyframes glow-pulse {
  0% {
    box-shadow: 0 0 10px #e275ff, 0 0 10px #e275ff, 0 0 10px #e275ff;
  }
  100% {
    box-shadow: 0 0 20px #e275ff, 0 0 30px #e275ff, 0 0 40px #e275ff;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--fontColor);
  box-shadow: 0 0 0px 1000px var(--white) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.rtl .form-select {
  background-position-x: 10px !important;
}
.rtl .select2-container {
  text-align: right;
}

.input-group-text {
  background: var(--primary);
  color: var(--white);
  border: none;
}

button[data-bs-toggle=tooltip] i {
  color: var(--primary);
}

.form-check label {
  cursor: pointer;
  color: var(--fontColor);
}
.form-check .form-check-input {
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid #555570;
  cursor: pointer;
  margin-top: 3px;
}
.form-check .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}
.form-check .form-check-input:focus {
  box-shadow: 0 0 0 0rem var(--black);
}

.rtl .form-check .form-check-input {
  float: right;
  margin-left: 0.5em;
}

video::-webkit-media-controls {
  display: none;
}

.alert {
  border: none;
  margin-bottom: 0;
}
.alert .btn-sm {
  padding: 5px 20px;
  border-radius: 5px;
  margin: 5px;
}
.alert .btn-close {
  font-size: 12px;
}

.rtl .alert {
  text-align: right;
}
.rtl .alert .btn-close {
  right: auto;
  left: 0;
}

.btn-close:focus {
  box-shadow: 0 0 0 0rem;
}

.btn:focus {
  box-shadow: 0 0 0 0rem black;
}

.card-box {
  padding: 20px;
  border-radius: 10px;
  background: var(--white);
  box-shadow: var(--shadow);
  font-family: "outfit", sans-serif !important;
}

.ui-datepicker {
  z-index: 2 !important;
  font-family: "outfit", sans-serif !important;
  border: none;
}

.ui-widget.ui-widget-content {
  border: 1px solid var(--borderColor);
  border-radius: 5px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 1px solid var(--borderColor);
  border: 1px solid var(--bgLight);
  border-radius: 3px;
  text-align: center;
  transition: 0.4s;
}
.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover {
  border: 1px solid var(--primary);
  background: var(--primary);
  color: var(--white);
}

.ui-widget-header {
  border: 1px solid var(--bgLight);
  background: var(--bgLight);
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: var(--bgLight);
  border: 1px solid var(--primary);
  color: var(--primary);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid var(--primary);
  background: var(--primary);
  font-weight: normal;
  color: var(--white);
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  position: relative;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev span::before,
.ui-datepicker .ui-datepicker-next span::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 10px;
  background: var(--black);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: var(--primary);
  z-index: 1;
}

.ui-datepicker .ui-datepicker-prev span::before {
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

#preloader {
  background: #070712;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.4s;
  z-index: 1100;
}

#preloader .loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 200px;
}

.bottom-nav {
  z-index: 1031;
}
.bottom-nav .navbar-toggler:focus {
  box-shadow: 0 0 0 0rem;
}
.bottom-nav .link-item {
  margin-top: 0;
  text-align: center;
  width: 45px;
  height: 100%;
  transition: 0.4s;
}
.bottom-nav .link-item i {
  color: var(--white);
}
.bottom-nav .link-item .icon {
  width: 45px;
  height: 45px;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  position: relative;
  top: 5px;
}
.bottom-nav .link-item .text {
  color: var(--white);
  display: none;
  visibility: hidden;
  text-transform: capitalize;
  opacity: 0;
  width: 45px;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 1s;
}
.bottom-nav .link-item button {
  padding: 0;
  font-size: 14px;
}
.bottom-nav .link-item:hover, .bottom-nav .link-item.active {
  margin-top: -40px;
}
.bottom-nav .link-item:hover .icon, .bottom-nav .link-item.active .icon {
  background: var(--gradiant);
}
.bottom-nav .link-item:hover .icon i, .bottom-nav .link-item.active .icon i {
  color: var(--black);
}
.bottom-nav .link-item:hover .text, .bottom-nav .link-item.active .text {
  display: block;
  visibility: visible;
  opacity: 1;
}

.user-side-menu {
  background: var(--bgLight);
}
.user-side-menu .menu-links {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  overflow-y: auto;
}
.user-side-menu .menu-links li {
  margin-bottom: 5px;
}
.user-side-menu .menu-links li a {
  position: relative;
  color: var(--fontColor);
  text-transform: capitalize;
  font-weight: 500;
  width: 100%;
  display: block;
  border-radius: 5px;
  padding: 10px 0;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  transition: 0.4s;
}
.user-side-menu .menu-links li a i {
  width: 30px;
  text-align: left;
  position: relative;
  color: var(--primary);
  top: 0;
  transition: 0.4s;
}
.user-side-menu .menu-links li a.active, .user-side-menu .menu-links li a:hover {
  background: var(--primary);
  background: var(--dark2);
  color: var(--primary);
}
.user-side-menu .menu-links li a.active i, .user-side-menu .menu-links li a:hover i {
  color: var(--primary);
}
.user-side-menu .offcanvas-body::-webkit-scrollbar {
  width: 3px;
  height: 100%;
}
.user-side-menu .offcanvas-body::-webkit-scrollbar-track {
  background: transparent;
}
.user-side-menu .offcanvas-body::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.user-side-menu .offcanvas-body::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}
.user-side-menu .offcanvas-body:hover::-webkit-scrollbar-thumb {
  background: var(--bgLight);
}
.user-side-menu .navbar-brand img {
  width: 120px;
}
.user-side-menu .btn-close {
  font-size: 12px;
  color: var(--white);
}

.rtl .user-side-menu .menu-links li a i {
  text-align: right;
}

.privacy-policy {
  padding: 100px 0;
}

.table-responsive {
  border-radius: 10px;
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.table-responsive .table {
  color: var(--fontColor);
  background: var(--white);
  margin-bottom: 0;
  border-radius: 5px;
}
.table-responsive .table tbody > tr:nth-of-type(even) > * {
  --bs-table-accent-bg: var(--bgLight) !important;
  color: var(--fontColor);
}
.table-responsive .table tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--white);
  color: var(--fontColor);
}
.table-responsive .table thead {
  background: var(--black);
  color: var(--white);
  font-weight: 500;
  text-transform: capitalize;
}
.table-responsive .table tbody {
  border: none;
}
.table-responsive .table tr {
  border: none;
}
.table-responsive .table tr th {
  font-weight: 500;
  border: none !important;
  vertical-align: middle;
  padding: 20px;
  font-size: 14px;
}
.table-responsive .table tr th:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.table-responsive .table tr th:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  text-align: right;
}
.table-responsive .table tr td {
  padding: 20px;
  color: var(--fontColor);
  vertical-align: middle;
  border: none !important;
  border-bottom: 1px solid var(--bgLight) !important;
  text-transform: capitalize;
  font-size: 14px;
}
.table-responsive .table tr td span.currency {
  display: flex;
}
.table-responsive .table tr td span.currency img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}
.table-responsive .table tr td:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.table-responsive .table tr td:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-align: right;
}
.table-responsive .table tr:last-child td {
  border-bottom: none !important;
}
.table-responsive .table .sidebar-dropdown-items {
  display: inline-block;
}
.table-responsive .table .sidebar-dropdown-items .dropdown-menu {
  border-radius: 5px;
  background: var(--white);
  border: none;
  box-shadow: var(--shadow2);
  padding: 5px;
}
.table-responsive .table .sidebar-dropdown-items .dropdown-item {
  color: var(--fontColor);
  font-size: 15px;
  border-radius: 3px;
  padding: 6px 12px;
}
.table-responsive .table .sidebar-dropdown-items .dropdown-item i {
  font-size: 16px;
}
.table-responsive .table .sidebar-dropdown-items .dropdown-item:hover,
.table-responsive .table .sidebar-dropdown-items .dropdown-item:active {
  color: var(--primary);
  text-decoration: none;
  background-color: var(--bgLight);
}
.table-responsive .table .sidebar-dropdown-items .dropdown-item:hover i,
.table-responsive .table .sidebar-dropdown-items .dropdown-item:active i {
  color: var(--primary);
}
.table-responsive .table .sidebar-dropdown-items .dropdown-item i {
  color: var(--primary);
  width: 22px;
}
.table-responsive .table .sidebar-dropdown-items .dropdown-toggle {
  background: var(--primary);
  height: 30px;
  width: 30px;
  border-radius: 3px;
  color: var(--white);
  position: relative;
  padding: 0;
  transition: 0.4s;
}
.table-responsive .table .sidebar-dropdown-items .dropdown-toggle::after {
  display: none;
}
.table-responsive .table > :not(:first-child) {
  border-top: none;
}

.rtl .table tr td span.currency img {
  margin-right: 0;
  margin-left: 5px;
}
.rtl .table tr th:first-child,
.rtl .table tr th:last-child {
  border-radius: 0;
}
.rtl .table tr th:last-child,
.rtl .table tr td:last-child {
  text-align: left;
}

.modal .modal-content {
  background: var(--white);
  border-radius: 5px;
  border: none;
}
.modal .modal-content .modal-header {
  border-bottom: 1px solid var(--borderColor);
}
.modal .modal-content .modal-header .close-btn i {
  color: var(--fontColor);
  transition: 0.4s;
}
.modal .modal-content .modal-header .close-btn i:hover {
  color: var(--primary);
}
.modal .modal-content .modal-footer {
  border-top: 1px solid var(--borderColor);
}
.modal form .input-box label {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.modal form .input-box .form-select,
.modal form .input-box .form-control {
  height: 45px;
  border-radius: 5px !important;
  background-color: var(--bgLight);
  border: 1px solid var(--bgLight);
  padding: 8px;
  padding-left: 15px;
  font-weight: normal;
  caret-color: var(--primary);
  color: var(--fontColor);
}
.modal form .input-box .form-select:focus,
.modal form .input-box .form-control:focus {
  color: var(--fontColor);
  box-shadow: 0 0 0 0rem var(--white);
  border: 1px solid var(--primary);
}
.modal form .input-box .form-select::-moz-placeholder, .modal form .input-box .form-control::-moz-placeholder {
  color: var(--fontColor);
}
.modal form .input-box .form-select::placeholder,
.modal form .input-box .form-control::placeholder {
  color: var(--fontColor);
}
.modal form .input-box .form-select {
  background-image: url(../img/icon/downward-arrow.png);
}
.modal form .input-box .form-select option {
  background: var(--white);
  color: var(--fontColor);
}
.modal form .input-box textarea.form-control {
  height: 150px;
  border-radius: 5px;
}
.modal form .select2 {
  width: calc(100% - 0px) !important;
  width: 100%;
  margin-left: auto;
}
.modal form .select2-container--default .select2-selection--single {
  height: 45px;
  background: var(--bgLight);
  border: 1px solid var(--bgLight);
}
.modal form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  color: var(--fontColor);
}
.modal form .input-group {
  background: var(--bgLight);
  border-radius: 5px;
}
.modal form .input-group .btn-custom {
  padding: 15px;
}
.modal form .input-group-text {
  background: var(--primary);
  color: var(--white);
  border: none;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

.pagination {
  font-size: 14px;
  margin-top: 50px;
  padding: 0 15px;
}
.pagination .page-link {
  color: var(--fontColor);
  font-size: 14px;
  background: var(--bgLight);
  border: 1px solid var(--bgLight);
  min-width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-link i {
  font-size: 16px;
  padding-top: 2px;
}
.pagination .page-item {
  margin: 0 5px;
}
.pagination .page-item.disabled .page-link,
.pagination .page-item.disabled:hover .page-link {
  background: var(--bgLight);
  border-color: var(--bgLight);
  color: var(--fontColor);
}
.pagination .page-item:hover .page-link {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.pagination .page-item.active .page-link {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.pagination .page-link:focus {
  box-shadow: 0 0 0 0rem rgba(13, 109, 253, 0.211);
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-radius: 50px;
}

.rtl .pagination .page-link i {
  transform: rotate(180deg);
}/*# sourceMappingURL=style.css.map */

.headerSmallIcon{
    height: 20px;
    width: 20px;
    color: var(--primary);
}
.lang_active{
    color: var(--primary) !important;
}
#pagination{
    display: flex;
    align-items: center;justify-content: center;
}
.no_image_size{
    height: 200px;
    width: 200px;
}

.social-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: white !important;
}
.social-btn:hover{
    color: white !important;
}
.social-btn img{
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.activeMenu{
    color: var(--primary) !important;
}
::-webkit-scrollbar {
    width: 5px;
    background-color: var(--bgLight);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--bgLight);
}
::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
    background: var(--primary);
}
.offcanvas .offcanvas-header .btn-close {
    box-sizing: content-box;
    width: 0;
    height: 0;
    color: #fff !important;
    background: none;
    border: 0;
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #282828;
    padding: 21px 20px;
    line-height: 1;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar a, .navbar a:hover{
    color: var(--fontColor2);
}
.regLog{
    color: #e9e9e9 !important;
}


.bottom-nav-auth {
    width: calc(100% - 0px);
    height: 60px;
    background: var(--bgLight);
    box-shadow: var(--shadow);
    z-index: 1031;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0;
    border-radius: 0;
    padding: 0;
}
.bottom-nav-auth .navbar-toggler:focus {
    box-shadow: 0 0 0 0rem;
}
.bottom-nav-auth .link-item {
    margin-top: 0;
    text-align: center;
    width: 45px;
    height: 100%;
    transition: 0.4s;
}
.bottom-nav-auth .link-item i {
    color: var(--white);
}
.bottom-nav-auth .link-item .icon {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    position: relative;
    top: 5px;
}
.bottom-nav-auth .link-item .text {
    color: var(--white);
    display: none;
    visibility: hidden;
    text-transform: capitalize;
    opacity: 0;
    width: 45px;
    margin-top: 8px;
    font-size: 11px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 1s;
}
.bottom-nav-auth .link-item button {
    padding: 0;
    font-size: 14px;
}
.bottom-nav-auth .link-item:hover, .bottom-nav-auth .link-item.active {
    margin-top: -40px;
}
.bottom-nav-auth .link-item:hover .icon, .bottom-nav-auth .link-item.active .icon {
    background: var(--gradiant);
}
.bottom-nav-auth .link-item:hover .icon i, .bottom-nav-auth .link-item.active .icon i {
    color: var(--black);
}
.bottom-nav-auth .link-item:hover .text, .bottom-nav-auth .link-item.active .text {
    display: block;
    visibility: visible;
    opacity: 1;
}
/* PWA */
.pwa-popup {
    background-color: #000;
    border-radius: 10px;
    box-shadow: 0px -2px 15px 15px rgba(255, 255, 255, 0.2);
    padding: 25px;
    max-width: 400px;
    width: 100%;
    box-sizing: border-box;
}

/* Header */
.pwa-popup .header {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.pwa-popup .pwa-logo {
    max-width: 48px;
    max-height: 48px;
    border-radius: 6px;
}

.pwa-popup .header-text h2 {
    margin: 0;
    font-size: 18px;
    color: #fff;
}

.pwa-popup .header-text p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.pwa-popup .close-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
}

/* Description */
.pwa-popup .description {
    font-size: 14px;
    color: #fff;
    margin: 10px 0;
}

.pwa-popup .sub-description {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}

/* Carousel */
.pwa-popup .carousel-container {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 0.5s ease, opacity 0.5s ease;

}

.pwa-popup .carousel-container.active {
    opacity: 1;
}

.pwa-popup .carousel {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.pwa-popup .carousel-content {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}

.pwa-popup .carousel-content img {
    width: 100%;
    border-radius: 10px;
    flex-shrink: 0;
    max-height: min(45vh, 500px);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 10px 0px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    position: relative;
    object-fit: contain;
}
.pwa-popup .carousel-btn {
    background-color: #a7c7fa;
    border: none;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.3);
}

.pwa-popup .carousel-btn:hover {
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 123, 255, 0.5);
}

.pwa-popup .carousel-btn.left {
    left: 10px;
}

.pwa-popup .carousel-btn.right {
    right: 10px;
}

.pwa-popup .carousel-btn svg {
    width: 20px;
    height: 20px;
}

/* Actions */
.pwa-popup .actions {
    display: flex;
    justify-content: space-between;
}

.pwa-popup .action-btn {
    padding: 8px 50px;
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #a7c7fa;
    transition: transform 0.2s ease;
}

.pwa-popup .action-btn.less {

    background-color: rgba(0, 0, 0, 0);
    color: #a7c7fa;
}
.pwa-popup .action-btn.less:hover{
    color: #a7c7fa;
    background-color: rgba(167,199,250, 0.1);
}

.pwa-popup .action-btn.less:hover {
    transform: translateY(-2px);
}

.pwa-popup .action-btn.install {
    background-color: #a7c7fa;
    color: #1B222C;
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.3);
    font-size: 14px;
    font-weight: 500;
}

.pwa-popup .action-btn.install:hover {
    transform: translateY(-2px);
    background-color: #a7c7fa;
}
#pwaInstallPopup {
    display: none;
    margin: auto;
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.8s;
}


@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top: 10%; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top: 10%; opacity:1}
}

@keyframes animatebottom {
    from {bottom:-300px; opacity:0}
    to {bottom: 1%; opacity:1}
}


@media (max-width: 575px) {
    #pwaInstallPopup {
        top: auto;
        bottom: 1% !important;
        width: 95%;
        z-index: 9999;
        -webkit-animation-name: animatebottom;
        -webkit-animation-duration: 0.4s;
        animation-name: animatebottom;
        animation-duration: 0.8s;
    }
    .pwa-popup{
        padding: 20px;
    }
}
@media (max-width: 360px) {
    .pwa-popup .action-btn{
        padding: 8px 35px;
    }
}

@media (max-width: 991px) {
    .tabClass {
        padding: 1rem 60px 16px 16px;
    }
    .tabClass .btn-close{
        top: 32px !important;
    }
}
