@import url(https://db.onlinewebfonts.com/c/17450d6197b5675a5765359dad1adaac?family=Flamante+Sans+Book);

@font-face {
  font-family: "MADE Future X";
  src: url(../FONTS/MADE\ Future\ X\ Thin\ PERSONAL\ USE.otf);
}

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

    Template Name:Megabot Landing
    Template URI: themes.pixelstrap.com/multikart-app
    Description: This is Html Landing Template
    Author: Pixelstrap
    Author URL: https://themeforest.net/user/pixelstrap

----------------------------------------------------------------------------------- */
/* 1.0 Variable CSS  */
/* 1.1 Reset CSS  */
/* 1.2 Typography CSS */
/* 2.1 Animation CSS  */
/* 2.2 Breadcrumb CSS */
/* 2.3 Button CSS  */
/* 2.4 Chatting CSS  */
/* 2.5 Custom cursor CSS  */
/* 2.6 Form CSS  */
/* 2.7 Pagination CSS */
/* 2.8 Ratio CSS */
/* 2.9 Slider CSS */
/* 2.10 Tabs CSS */
/* 2.11 Tap to top CSS */
/* 2.12 Title CSS */
/* 3.1 Footer css */
/* 3.2 Header CSS */
/* 3.3 Nav CSS */
/* 4.1 Blog CSS */
/* 4.2 Chat CSS */
/* 4.3 Contact CSS */
/* 4.4 Error CSS */
/* 4.5 Home CSS */
/* 4.6 Login CSS*/
/*=====================
   1.0 Variables start
==========================*/
:root {
  --black: 0, 0, 0;
  --white: 255, 255, 255;
  --title-color: 245, 245, 245;
  --content-color: 156, 157, 159;
  --theme-color: 81, 134, 140;
  --dark-title: 13, 18, 31;
  --Iconsax-Color: #6e7179;
  --secondary-color: 244, 137, 65;
  --warning-color: 255, 189, 48;
  --info-color: 220, 154, 254;
  --danger-color: 157, 145, 255;
}

/*=====================
    1.1 Reset CSS start
==========================*/
@media (min-width: 1430px) {
  .container {
    max-width: 1400px;
  }
}

@media (max-width: 576px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

section,
.section-t-space {
  padding-top: calc(40px + 60 * (100vw - 320px) / 1600);
}

.section-b-space {
  padding-bottom: calc(40px + 60 * (100vw - 320px) / 1600);
}

.section-mt-space {
  margin-top: calc(40px + 60 * (100vw - 320px) / 1600);
}

.section-mb-space {
  margin-bottom: calc(40px + 60 * (100vw - 320px) / 1600);
}

.sm-t-space {
  padding-top: calc(30px + 20 * (100vw - 320px) / 1600);
}

.sm-b-space {
  padding-bottom: calc(30px + 20 * (100vw - 320px) / 1600);
}

.text-content {
  color: rgba(var(--content-color), 1) !important;
}

.text-title {
  color: rgba(var(--title-color), 1) !important;
}

.text-theme-color {
  color: rgba(var(--theme-color), 1) !important;
}

.rtl {
  direction: rtl;
}

.theme-controller {
  position: fixed;
  right: -31px;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  background-color: rgba(var(--theme-color), 1);
  border-radius: 7px;
}

.theme-controller .iconsax svg [fill] {
  fill: rgba(var(--dark-title), 1);
}

[dir=rtl] .theme-controller {
  left: -31px;
  right: unset;
}

.theme-controller button {
  background-color: transparent;
  border: none;
  padding: 5px 18px;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  text-transform: uppercase;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

/*=====================
  1.2 Typography CSS start
==========================*/
* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #122C33;
}

::-webkit-scrollbar-thumb {
  background-color: #2b4952;
}

body {
  position: relative;
  font-family: "Outfit", sans-serif;
  background: linear-gradient(270deg, #0A0E17 -0.44%, #0B242D -0.43%, #122F36 47.72%, #153942 100%);
}

body:after {
  content: "";
  position: absolute;
  /* background-image: url(../images/about-bg.png); */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.65;
  background-attachment: fixed;
  background-size: cover;
}

body.inner-bg:after {
  background-image: url(../images/inner-bg.png);
}

h1 {
  font-weight: 600;
  font-size: calc(22px + 34 * (100vw - 320px) / 1600);
  line-height: 1.5;
  letter-spacing: 0.03em;
}

h2 {
  font-size: calc(20px + 20 * (100vw - 320px) / 1600);
  font-weight: 600;
}

h3 {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  font-weight: 400;
}

h4 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 400;
}

h5 {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  font-weight: 400;
}

h6 {
  font-size: 14px;
  font-weight: 400;
}

p {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  color: rgba(var(--content-color), 1);
  font-weight: 400;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: rgba(var(--theme-color), 1);
}

a {
  text-decoration: none;
  color: rgba(var(--theme-color), 1);
}

a:hover {
  color: rgba(var(--theme-color), 1);
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

[dir=rtl] ul {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
}

li {
  list-style: none;
  display: inline-block;
}

/*=====================
    2.1 Animation Scss start
==========================*/
@-webkit-keyframes flip {
  from {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes flip {
  from {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

/*=====================
    2.2 Breadcrumb Scss start
==========================*/
.breadcrumb-section {
  background-image: url("../images/breadcrumb-bg.png");
  background-position: bottom;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 30px;
  position: relative;
}

@media (max-width: 1400px) {
  .breadcrumb-section {
    padding-top: 150px;
  }
}

@media (max-width: 1199px) {
  .breadcrumb-section {
    padding-top: calc(80px + 30 * (100vw - 320px) / 1600);
  }
}

@media (max-width: 1199px) {
  .breadcrumb-section {
    padding-bottom: calc(40px + 20 * (100vw - 320px) / 1600);
  }
}

.breadcrumb-section .breadcrumb-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.breadcrumb-section .breadcrumb-content h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(var(--theme-color), 1);
  font-weight: 600;
  gap: 5px;
  margin-bottom: 0;
}

.breadcrumb-section .breadcrumb-content h2 img {
  height: calc(50px + 30 * (100vw - 320px) / 1600);
}

.breadcrumb-section .breadcrumb-content p {
  margin-bottom: 0;
  padding-left: calc(20px + 20 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

[dir=rtl] .breadcrumb-section .breadcrumb-content p {
  padding-left: 0;
  padding-right: calc(20px + 20 * (100vw - 320px) / 1600);
}

.breadcrumb-section .breadcrumb-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 30px;
}

@media (max-width: 1400px) {
  .breadcrumb-section .breadcrumb-img {
    width: 80%;
    margin: 0 auto;
  }
}

/*=====================
    2.3 Button Scss start
==========================*/
.btn {
  font-size: 22px;
  color: rgba(var(--theme-color), 1);
  font-weight: 500;
}

.btn-theme {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: calc(14px + 6 * (100vw - 320px) / 1600);
  background: rgba(var(--theme-color), 0.21);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 8px;
  padding: calc(10px + 2 * (100vw - 320px) / 1600) calc(20px + 20 * (100vw - 320px) / 1600);
}

.btn-theme span {
  margin: auto;
  color: rgba(var(--theme-color), 1);
}

.btn-theme:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(114.72deg, rgba(62, 255, 255, 0.5) -16.82%, rgba(58, 237, 177, 0.5) 59.74%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  /* [2] */
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border: 1px solid;
  border-image-source: linear-gradient(114.72deg, rgba(62, 255, 255, 0.5) -16.82%, rgba(58, 237, 177, 0.5) 59.74%);
}

.btn-theme:hover {
  background: rgba(var(--theme-color), 0.21);
  -webkit-box-shadow: 0 0 17px 3px rgba(52, 208, 156, 0.34);
  box-shadow: 0 0 17px 3px rgba(52, 208, 156, 0.34);
}

.btn-arrow {
  color: rgba(var(--theme-color), 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.btn-arrow .icon-arrow {
  width: calc(36px + 6 * (100vw - 320px) / 1600);
  height: calc(36px + 6 * (100vw - 320px) / 1600);
  background-color: rgb(255, 255, 255, 1);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #0f141d;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-arrow .icon-arrow:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--danger-color), 0.15);
  border-radius: 100%;
  right: -8px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-arrow .icon-arrow svg {
  stroke: rgba(var(--dark-title), 1);
  fill: rgba(var(--dark-title), 1);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: calc(16px + 4 * (100vw - 320px) / 1600);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-arrow:hover {
  color: rgba(var(--theme-color), 1);
}

.btn-arrow:hover .icon-arrow {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.btn-arrow:hover .icon-arrow:after {
  right: 0;
}

.btn-arrow:hover .icon-arrow svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.btn-solid {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  color: rgba(var(--dark-title), 1);
  background-color: rgba(var(--theme-color), 1);
  border: 1px solid rgba(var(--theme-color), 1);
  display: inline-block;
  padding: calc(8px + 4 * (100vw - 320px) / 1600) calc(20px + 8 * (100vw - 320px) / 1600);
  border-radius: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-solid:hover {
  background-color: transparent;
  color: rgba(var(--theme-color), 1);
}

/*=====================
    2.4 Chatting Scss start
==========================*/
.msger {
  margin-top: 105px;
}

.msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 10px;
}

.msg:last-of-type {
  margin: 0;
}

.msg-img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}

[dir=rtl] .msg-img {
  margin-left: 10px;
  margin-right: unset;
}

.msg-bubble {
  max-width: 450px;
  padding: 8px;
  border-radius: 15px;
  background: var(--left-msg-bg);
  font-size: 16px;
}

.msg-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.msg-info-name {
  margin-right: 10px;
  font-weight: bold;
}

[dir=rtl] .msg-info-name {
  margin-left: 10px;
  margin-right: unset;
}

.msg-info-time {
  font-size: 0.85em;
}

.msger-chat {
  padding: 0 30px 120px;
}

.left-msg .msg-bubble {
  border-bottom-left-radius: 0;
  background: rgba(var(--content-color), 0.25);
  border-radius: 6px;
  color: rgba(var(--title-color), 0.6);
  margin-right: 0;
}

[dir=rtl] .left-msg .msg-bubble {
  margin-left: 0;
  margin-right: unset;
}

.right-msg {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.right-msg .msg-bubble {
  background: rgba(var(--theme-color), 1);
  border-radius: 6px 6px 0 6px;
  color: rgba(var(--white), 1);
}

.right-msg .msg-bubble .msg-text {
  color: rgba(var(--dark-title), 1);
}

.right-msg .msg-img {
  margin-left: 10px;
}

[dir=rtl] .right-msg .msg-img {
  margin-left: unset;
  margin-right: 10px;
}

.right-msg .msg-img .icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.msger-inputarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 30px;
  left: 430px;
  width: calc(100% - 60px - 400px);
  gap: 10px;
  z-index: 1;
}

[dir=rtl] .msger-inputarea {
  left: unset;
  right: 430px;
}

@media (max-width: 991px) {
  .msger-inputarea {
    width: calc(100% - 140px);
    left: 120px;
  }

  [dir=rtl] .msger-inputarea {
    right: 120px;
  }
}

@media (max-width: 767px) {
  .msger-inputarea {
    left: 20px;
    width: calc(100% - 40px);
  }

  [dir=rtl] .msger-inputarea {
    right: 20px;
  }
}

.msger-inputarea .navbar-toggler.msger-send-btn .iconsax svg [stroke] {
  stroke: rgba(var(--dark-title), 1);
}

.msger-inputarea .scan-icon {
  position: absolute;
  right: 130px;
  bottom: 20px;
}

[dir=rtl] .msger-inputarea .scan-icon {
  left: 130px;
  right: unset;
}

@media (max-width: 575px) {
  .msger-inputarea .scan-icon {
    right: 90px;
    bottom: 15px;
  }

  .msger-inputarea .scan-icon svg {
    width: 20px;
    height: 20px;
  }
}

.msger-inputarea .mic-icon {
  position: absolute;
  right: 90px;
  bottom: 20px;
}

[dir=rtl] .msger-inputarea .mic-icon {
  left: 90px;
  right: unset;
}

@media (max-width: 575px) {
  .msger-inputarea .mic-icon {
    right: 60px;
    bottom: 15px;
  }

  .msger-inputarea .mic-icon svg {
    width: 20px;
    height: 20px;
  }
}

.msger-inputarea .msger-send-btn {
  color: rgb(255, 255, 255);
  font-weight: bold;
  background: rgba(var(--theme-color), 1);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 6px;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
}

@media (max-width: 575px) {
  .msger-inputarea .msger-send-btn {
    width: 50px;
    height: 50px;
  }
}

.msger-inputarea .msger-send-btn .iconsax svg [stroke] {
  fill: rgba(var(--dark-title), 1);
  stroke: rgba(var(--theme-color), 1);
}

.msger-inputarea .msger-input {
  padding: 10px 110px 10px 30px;
  border: none;
  border-radius: 8px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  color: rgba(var(--title-color), 0.7);
  -webkit-backdrop-filter: blur(5.5px);
  backdrop-filter: blur(5.5px);
  height: 60px;
  width: calc(100% - 60px - 10px);
  background: rgba(var(--content-color), 0.25);
  position: relative;
}

[dir=rtl] .msger-inputarea .msger-input {
  padding: 10px 30px 10px 110px;
}

.msger-inputarea .msger-input::-webkit-input-placeholder {
  color: rgba(var(--content-color), 1);
}

.msger-inputarea .msger-input::-moz-placeholder {
  color: rgba(var(--content-color), 1);
}

.msger-inputarea .msger-input:-ms-input-placeholder {
  color: rgba(var(--content-color), 1);
}

.msger-inputarea .msger-input::-ms-input-placeholder {
  color: rgba(var(--content-color), 1);
}

.msger-inputarea .msger-input::placeholder {
  color: rgba(var(--content-color), 1);
}

.msger-inputarea .msger-input:focus {
  outline: none;
}

@media (max-width: 575px) {
  .msger-inputarea .msger-input {
    height: 50px;
    padding: 10px 100px 10px 10px;
    font-size: 14px;
  }
}

.no-chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.no-chat img {
  mix-blend-mode: luminosity;
  opacity: 0.6;
  width: 76%;
}

.no-chat h3 {
  font-size: 24px;
  color: rgba(var(--theme-color), 1);
  font-weight: 500;
  margin-top: 15px;
}

@media (max-width: 575px) {
  .no-chat h3 {
    font-size: 20px;
  }
}

/*=====================
    2.5 Custom cursor Scss start
==========================*/
#cursor {
  position: fixed;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  background-color: rgba(var(--theme-color), 1);
  border-radius: 50%;
  pointer-events: none;
  z-index: 999;
}

#cursor-border {
  --size: 20px;
  position: fixed;
  top: calc(var(--size) / -2);
  left: calc(var(--size) / -2);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px rgba(var(--theme-color), 1);
  box-shadow: 0 0 0 1px rgba(var(--theme-color), 1);
  pointer-events: none;
  -webkit-transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out, background-color 0.15s ease-out;
  transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out, background-color 0.15s ease-out;
  z-index: 999;
}

@media (max-width: 768px) {
  #cursor {
    display: none;
  }

  #cursor-border {
    display: none;
  }
}

/*=====================
    2.6 form Scss start
==========================*/
.input-group>.form-control:focus,
.input-group>.form-control:focus-within,
.input-group>.form-floating:focus,
.input-group>.form-floating:focus-within,
.input-group>.form-select:focus,
.input-group>.form-select:focus-within {
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: unset;
}

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

.auth-form .form-label {
  color: rgba(var(--title-color), 1);
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
}

.auth-form .form-control {
  background: rgba(var(--title-color), 0.1);
  border-radius: 4px;
  border: none;
  padding: calc(10px + 3 * (100vw - 320px) / 1600) calc(15px + 3 * (100vw - 320px) / 1600);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: rgba(var(--content-color), 1);
}

.auth-form .form-group {
  position: relative;
}

.auth-form .form-group .form-control {
  padding-left: 70px;
}

.auth-form .form-group .iconsax {
  position: absolute;
  left: 14px;
  bottom: calc(10px + 3 * (100vw - 320px) / 1600);
  border-right: 1px solid rgba(var(--content-color), 1);
  padding-right: 14px;
}

.auth-form .form-group .iconsax svg [stroke] {
  stroke: rgba(var(--content-color), 1);
}

.auth-form .form-group .iconsax svg [fill] {
  fill: rgba(var(--content-color), 1);
}

.divider {
  margin-top: 25px;
  text-align: center;
  position: relative;
}

.divider:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(var(--content-color), 1);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.divider h3 {
  color: rgba(var(--content-color), 1);
  margin-bottom: 0;
  display: inline-block;
  background-color: #0e242f;
  padding: 0 12px;
}

/*=====================
  2.7 Pagination Scss start
==========================*/
.theme-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.theme-pagination .pagination {
  gap: 20px;
}

.theme-pagination .pagination .page-link {
  background-color: transparent;
  border: none;
  color: rgba(var(--content-color), 1);
  width: 100%;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.theme-pagination .pagination .iconsax svg [fill] {
  fill: rgba(var(--content-color), 1);
}

.theme-pagination .pagination .page-item {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.theme-pagination .pagination .page-item.active {
  background-color: rgba(var(--theme-color), 1);
  border-radius: 100%;
}

.theme-pagination .pagination .page-item.active .page-link {
  color: rgba(var(--dark-title), 1);
}

.theme-pagination .pagination .page-item:first-child,
.theme-pagination .pagination .page-item:last-child {
  background-color: rgba(110, 113, 121, 0.2);
}

/*=====================
 2.8 Image-ratio start
==========================*/
.ratio_40 .bg-size:before {
  padding-top: 40%;
  content: "";
  display: block;
}

.ratio_45 .bg-size:before {
  padding-top: 45%;
  content: "";
  display: block;
}

.ratio2_1 .bg-size:before {
  padding-top: 50%;
  content: "";
  display: block;
}

.ratio2_3 .bg-size:before {
  padding-top: 60%;
  content: "";
  display: block;
}

.ratio3_2 .bg-size:before {
  padding-top: 66.66%;
  content: "";
  display: block;
}

.ratio_landscape .bg-size:before {
  padding-top: 75%;
  content: "";
  display: block;
}

.ratio_square .bg-size:before {
  padding-top: 100%;
  content: "";
  display: block;
}

.ratio_115 .bg-size:before {
  padding-top: 115%;
  content: "";
  display: block;
}

.ratio_125 .bg-size:before {
  padding-top: 125%;
  content: "";
  display: block;
}

.ratio_asos .bg-size:before {
  padding-top: 127.7777778%;
  content: "";
  display: block;
}

.ratio_portrait .bg-size:before {
  padding-top: 150%;
  content: "";
  display: block;
}

.ratio1_2 .bg-size:before {
  padding-top: 200%;
  content: "";
  display: block;
}

.b-top {
  background-position: top !important;
}

.b-bottom {
  background-position: bottom !important;
}

.b-center {
  background-position: center !important;
}

.b_size_content {
  background-size: contain !important;
  background-repeat: no-repeat;
}

/*=====================
   2.9 Slider Scss start
==========================*/
[dir=rtl] .feature-section .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
  right: 0;
  left: unset;
}

[dir=rtl] .swiper {
  direction: ltr;
}

/*=====================
    2.10 Tabs Scss start
==========================*/
.tab-section {
  background: rgba(var(--title-color), 0.08);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  border-radius: 4px;
  padding: 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(14px + 8 * (100vw - 320px) / 1600);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto calc(30px + 10 * (100vw - 320px) / 1600) !important;
}

@media (max-width: 1400px) {
  .tab-section {
    overflow: auto;
    width: 100%;
  }
}

.tab-section li {
  padding: calc(10px + 2 * (100vw - 320px) / 1600) calc(15px + 10 * (100vw - 320px) / 1600);
  background: rgba(var(--title-color), 0.08);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  border-radius: 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tab-section li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: rgba(var(--title-color), 1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: nowrap;
}

.tab-section li.active,
.tab-section li:hover {
  background-color: rgba(var(--theme-color), 1);
}

.tab-section li.active a,
.tab-section li:hover a {
  color: #222;
}

/*=====================
   2.11 tap to top Scss start
==========================*/
.tap-to-top-box {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

[dir=rtl] .tap-to-top-box {
  right: unset;
  left: 30px;
}

.tap-to-top-box.hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.tap-to-top-box .tap-to-top-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: rgba(var(--theme-color), 1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid transparent;
}

.tap-to-top-box .tap-to-top-button .iconsax svg [fill] {
  fill: rgba(var(--dark-title), 1);
}

/*=====================
   2.12 Title Scss start
==========================*/
.title {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 45px;
  margin-top: -10px;
}

@media (max-width: 991px) {
  .title {
    padding-bottom: calc(10px + 10 * (100vw - 320px) / 1600);
    margin-bottom: calc(15px + 10 * (100vw - 320px) / 1600);
  }
}

.title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 78px;
  height: 1px;
  background-color: rgba(var(--theme-color), 1);
}

[dir=rtl] .title:after {
  left: unset;
  right: 0;
}

.title:before {
  content: "";
  position: absolute;
  left: 78px;
  bottom: -2px;
  width: 6px;
  height: 6px;
  background-color: rgba(var(--theme-color), 1);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

[dir=rtl] .title:before {
  left: unset;
  right: 78px;
}

.title .number-pattern {
  -webkit-text-fill-color: #0a0e17;
  -webkit-text-stroke: 1px rgba(var(--title-color), 0.2);
  font-size: 60px;
  font-weight: 800;
  mix-blend-mode: lighten;
}

@media (max-width: 1199px) {
  .title .number-pattern {
    font-size: calc(35px + 15 * (100vw - 320px) / 1600);
  }
}

.title h2 {
  color: rgba(var(--theme-color), 1);
  font-weight: 400;
}

@media (max-width: 1199px) {
  .title h2 {
    font-size: calc(20px + 6 * (100vw - 320px) / 1600);
  }
}

.title h3 {
  color: rgba(var(--white), 1);
  margin-bottom: 0;
}

.title-basic {
  text-align: center;
}

.title-basic.fs-sm h2 {
  font-size: calc(20px + 10 * (100vw - 320px) / 1600);
  width: 38%;
}

@media (max-width: 1199px) {
  .title-basic.fs-sm h2 {
    width: 58%;
  }
}

@media (max-width: 767px) {
  .title-basic.fs-sm h2 {
    width: 78%;
  }
}

@media (max-width: 360px) {
  .title-basic.fs-sm h2 {
    width: 100%;
  }
}

.title-basic h2 {
  color: #fff;
  font-weight: 400;
  width: 48%;
  margin: -10px auto 50px;
}

@media (max-width: 1199px) {
  .title-basic h2 {
    width: 58%;
    margin: -7px auto 30px;
  }
}

@media (max-width: 768px) {
  .title-basic h2 {
    width: 88%;
    margin: -7px auto 30px;
  }
}

@media (max-width: 576px) {
  .title-basic h2 {
    width: 100%;
    margin: -5px auto 20px;
  }
}

.title-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 56px;
  margin-top: -10px;
  gap: 15px 0;
}

@media (max-width: 1199px) {
  .title-horizontal {
    margin-bottom: calc(16px + 20 * (100vw - 320px) / 1600);
  }
}

.title-horizontal h2 {
  width: 30%;
  color: rgba(var(--white), 1);
  margin-bottom: 0;
  line-height: 1.4;
}

@media (max-width: 1199px) {
  .title-horizontal h2 {
    width: 100%;
  }
}

.title-horizontal p {
  width: 70%;
  padding-left: 60px;
  position: relative;
  margin-bottom: 0;
}

[dir=rtl] .title-horizontal p {
  padding-left: 0;
  padding-right: 60px;
}

@media (max-width: 1199px) {
  .title-horizontal p {
    width: 100%;
    padding-left: 0;
  }
}


/**=====================
   3.1 footer section scss
==========================**/
footer .footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  font-family: Roboto Mono;
}

@media (max-width: 991px) {
  footer .footer-row {
    gap: calc(30px + 20 * (100vw - 320px) / 1600) 0;
    margin: 0 -15px;
  }
}

footer .footer-row .footer-main {
  width: 40%;
}

@media (max-width: 1400px) {
  footer .footer-row .footer-main {
    width: 37%;
  }
}

@media (max-width: 991px) {
  footer .footer-row .footer-main {
    width: 50%;
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  footer .footer-row .footer-main {
    width: 100%;
  }
}

@media (max-width: 576px) {
  footer .footer-row .footer-main {
    text-align: center;
  }
}

@media (max-width: 991px) {
  footer .footer-row .link-section {
    width: 33.33%;
    padding: 0 15px;
  }
}

@media (max-width: 576px) {
  footer .footer-row .link-section {
    width: 100%;
  }
}

@media (max-width: 576px) {
  footer .footer-row .link-section.open .footer-title:after {
    content: "\ea78";
  }
}

@media (max-width: 576px) {
  footer .footer-row .link-section.open .footer-content {
    display: block;
  }
}

footer .footer-logo {
  margin-bottom: calc(14px + 10 * (100vw - 320px) / 1600);
  display: inline-block;
}

footer .footer-logo img {
  width: calc(162px + 30 * (100vw - 320px) / 1600);
  height: auto;
}

footer h3 {
  color: #FFF;
  font-family: Roboto Mono;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

footer form {
  margin-top: 20px;
}

footer form .form-control {
  border: 1px solid rgba(var(--title-color), 0.1) !important;
  padding: 14px 164px 14px 14px;
  background-color: transparent !important;
  border-radius: 4px;
  color: rgba(var(--title-color), 1) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

[dir=rtl] footer form .form-control {
  padding: 14px 14px 14px 164px;
  text-align: right;
}

footer form .form-control::-webkit-input-placeholder {
  color: rgba(var(--content-color), 1);
}

footer form .form-control::-moz-placeholder {
  color: rgba(var(--content-color), 1);
}

footer form .form-control:-ms-input-placeholder {
  color: rgba(var(--content-color), 1);
}

footer form .form-control::-ms-input-placeholder {
  color: rgba(var(--content-color), 1);
}

footer form .form-control::placeholder {
  color: rgba(var(--content-color), 1);
}

footer form .btn-basic {
  position: absolute;
  background-color: #FFF;
  color: #51868C;
  font-family: Roboto Mono;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  top: 50%;
  right: 6px;
  padding: 6px calc(17px + 10 * (100vw - 320px) / 1600);
  overflow: hidden;
  border-radius: 6px !important;
  border: 1px solid rgba(var(--theme-color), 1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

[dir=rtl] footer form .btn-basic {
  right: unset;
  left: 6px;
}

@media (max-width: 1199px) {
  footer form .btn-basic {
    font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  }
}

footer form .btn-basic:hover {
  background-color: transparent;
  color: rgba(var(--theme-color), 1);
}

footer .social-links {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}

@media (max-width: 1199px) {
  footer .social-links {
    margin-top: calc(16px + 4 * (100vw - 320px) / 1600);
    gap: 20px;
  }
}

@media (max-width: 576px) {
  footer .social-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

footer .social-links li img {
  width: 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 1199px) {
  footer .social-links li img {
    width: 34px;
  }
}

footer .social-links li img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

footer .footer-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  font-family: Roboto Mono;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 35px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  footer .footer-title {
    font-size: 18px;
    margin-bottom: calc(15px + 11 * (100vw - 320px) / 1600);
  }
}

@media (max-width: 767px) {
  footer .footer-title {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  footer .footer-title {
    margin-bottom: 0;
    position: relative;
  }

  footer .footer-title:after {
    content: "\ea4e";
    font-family: Outfit !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
  }
}

footer .footer-content {
  /* padding-left: 33px; */
}

[dir=rtl] footer .footer-content {
  padding-left: 0;
  padding-right: 33px;
}

@media (max-width: 576px) {
  footer .footer-content {
    display: none;
    margin-top: calc(15px + 11 * (100vw - 320px) / 1600);
  }
}

footer .footer-content ul li {
  display: block;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 767px) {
  footer .footer-content ul li {
    font-size: 18px;
  }
}

footer .footer-content ul li a {
  display: inline-block;
  color: rgba(var(--content-color), 1);
  padding-left: 0;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}

[dir=rtl] footer .footer-content ul li a {
  padding-left: 0;
  padding-right: 0;
}

footer .footer-content ul li a:after {
  content: "\f1af";
  font-family: Outfit !important;
  font-style: normal;
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

[dir=rtl] footer .footer-content ul li a:after {
  left: unset;
  right: -40px;
}

footer .footer-content ul li+li {
  margin-top: 25px;
}

@media (max-width: 1199px) {
  footer .footer-content ul li+li {
    margin-top: calc(12px + 10 * (100vw - 320px) / 1600);
  }
}

footer .footer-content ul li:hover a {
  padding-left: 5px;
}

[dir=rtl] footer .footer-content ul li:hover a {
  padding-left: 0;
  padding-right: 5px;
}

footer .footer-content ul li:hover a:after {
  left: -22px;
  opacity: 1;
  visibility: visible;
}

[dir=rtl] footer .footer-content ul li:hover a:after {
  left: unset;
  right: -22px;
}

footer .footer-copyright {
  margin-top: calc(25px + 53 * (100vw - 320px) / 1600);
  padding: calc(15px + 10 * (100vw - 320px) / 1600) 0;
  border-top: 1px solid rgba(var(--content-color), 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 576px) {
  footer .footer-copyright {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    text-align: center;
  }
}

footer .footer-copyright h4 {
  margin-bottom: 0;
  color: rgba(var(--content-color), 1);
}

@media (max-width: 576px) {
  footer .footer-copyright h4 {
    width: 100%;
  }
}

footer .footer-copyright ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 576px) {
  footer .footer-copyright ul {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

footer .footer-copyright ul li a {
  color: rgba(var(--content-color), 1);
}

footer .footer-copyright ul li+li {
  padding-left: 8px;
  margin-left: 8px;
  border-left: 1px solid rgba(var(--content-color), 1);
}

[dir=rtl] footer .footer-copyright ul li+li {
  padding-left: 0;
  padding-right: 8px;
  margin-left: 0;
  margin-right: 8px;
  border-left: none;
  border-right: 1px solid rgba(var(--content-color), 1);
}

/**=====================
   3.2 header scss
==========================**/
@keyframes slideInLeft {
  0% {
    transform: translateY(-100%);
  }

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

.wrapper {
  margin: 0px;
  padding: 0px;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(270deg, #0A0E17 -0.44%, #0B242D -0.43%, #122F36 47.72%, #153942 100%), linear-gradient(160deg, #122C33 0%, #122B32 0.87%, #122B32 2.07%, #133037 87.61%, #0B252E 98.1%);
  animation: 1s ease-out 0s 1 slideInLeft;
}



.wrapper ul {
  list-style: none;
  text-align: left;
}

.wrapper ul li {
  /* margin: 15px 0; */
  padding-bottom: 10px;
}

.wrapper ul li a,
.wrapper ul li button {
  border: none;
  text-decoration: none;
  color: #A0A2A8;
  font-family: "Flamante Sans Book";
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* .wrapper ul li button:hover,
.wrapper ul li button:focus,
.wrapper ul li a:hover {
  color: #666;
} */

.sidebar {
  height: 100vh;
  margin-left: 15%;
  /* margin-top: 50px; */
}

.sidebar ul li {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.sidebar ul li div h2 {
  color: #A0A2A8;
  font-family: "Flamante Sans Medium";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.sidebar button {
  background-color: transparent;
}

.social-btm-menu {
  margin: 15px 0;
}

.social-btm-menu svg {
  padding-right: 10px;
}


@media screen and (min-height: 900px) {
  .sidebar {
    height: 100vh;
    margin-left: 15%;
    /* margin-top: 90px; */
  }

  .sidebar ul {
    margin: 50px 0;
  }

  .sidebar ul li {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin: 20px 0;
  }

  .social-btm-menu {
    margin: 25px 0;
  }
}

.navbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.logo {
  float: left;
  padding: 12px;
  margin-left: 20px;
}

.logo img {
  height: 65px;
}

.more {
  float: right;
  padding: 12px;
  margin-right: 20px;
  font-size: 50px;
}

.more h1 {
  font-size: 50px;
}

.sec2 {
  width: 20%;
}

@media screen and (max-width: 600px) {

  .sec2 {
    width: 0%;
  }

  .display-section {
    height: 100%;
    overflow-x: scroll;
    width: 40%;
    padding-left: 0%;
    padding-top: 2%;
    left: 10;
  }

  .navbar a {
    float: none;
    display: block;
  }

  .logo img {
    height: 41px;
  }

  .logo {
    float: left;
    padding: 12px;
    margin-left: 0;
  }

  .more h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 500px) {
  .navbar a {
    float: none;
    display: block;
  }
}

.carter-sec {
  height: 500px;
  width: 50%;
  background: transparent;
}

@media screen and (max-width: 930px) {
  .carter-sec {
    height: 100%;
    width: 100%;
    background-image: url(images/bg-img.png);
    background-size: cover;
  }
}

.slide-right {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 1s, opacity 1s;
}


/**=====================
   4.1 Blog Page scss
==========================**/
.blog-box .blog-img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: calc(200px + 80 * (100vw - 320px) / 1600);
}

.blog-box .blog-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-box .blog-img label {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  color: rgba(var(--theme-color), 1);
  position: absolute;
  background-color: rgba(var(--theme-color), 0.2);
  top: calc(14px + 6 * (100vw - 320px) / 1600);
  right: calc(14px + 6 * (100vw - 320px) / 1600);
  padding: calc(4px + 2 * (100vw - 320px) / 1600) calc(18px + 2 * (100vw - 320px) / 1600) calc(4px + 2 * (100vw - 320px) / 1600) calc(34px + 6 * (100vw - 320px) / 1600);
  border-radius: 25px;
}

[dir=rtl] .blog-box .blog-img label {
  right: unset;
  left: calc(14px + 6 * (100vw - 320px) / 1600);
}

.blog-box .blog-img label:after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: rgba(var(--theme-color), 1);
  border-radius: 100%;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

[dir=rtl] .blog-box .blog-img label:after {
  left: unset;
  right: 20px;
}

.blog-box .blog-img .hover-content a {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background-color: rgba(var(--theme-color), 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: -70px;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

[dir=rtl] .blog-box .blog-img .hover-content a {
  left: unset;
  right: -70px;
}

.blog-box .blog-img .hover-content a svg {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.blog-box .blog-img .hover-content a .iconsax svg [fill] {
  fill: rgba(var(--dark-title), 1);
}

.blog-box .blog-img .hover-content h5 {
  color: rgba(var(--theme-color), 1);
  position: absolute;
  right: -40%;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

[dir=rtl] .blog-box .blog-img .hover-content h5 {
  left: -40%;
  right: unset;
}

.blog-box .blog-content {
  margin-top: calc(15px + 5 * (100vw - 320px) / 1600);
}

.blog-box .blog-content a {
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  color: rgba(var(--white), 1);
}

.blog-box .blog-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-left: 15px;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: calc(8px + 7 * (100vw - 320px) / 1600);
}

[dir=rtl] .blog-box .blog-content ul {
  padding-left: 0;
  padding-right: 15px;
}

.blog-box .blog-content ul::after {
  content: "-";
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 1;
  color: rgba(var(--content-color), 1);
}

[dir=rtl] .blog-box .blog-content ul::after {
  left: unset;
  right: 10px;
}

.blog-box .blog-content ul li {
  color: rgba(var(--content-color), 1);
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1;
}

.blog-box .blog-content ul li+li {
  border-left: 1px solid rgba(var(--content-color), 1);
}

[dir=rtl] .blog-box .blog-content ul li+li {
  border-left: none;
  border-right: 1px solid rgba(var(--content-color), 1);
}

.blog-box:hover .blog-img img {
  height: 90%;
}

.blog-box:hover .blog-img .hover-content a {
  left: 20px;
}

[dir=rtl] .blog-box:hover .blog-img .hover-content a {
  left: unset;
  right: 20px;
}

.blog-box:hover .blog-img .hover-content h5 {
  right: 10px;
}

[dir=rtl] .blog-box:hover .blog-img .hover-content h5 {
  left: 10px;
  right: unset;
}

.blog-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-listing .blog-img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  width: 42%;
}

@media (max-width: 991px) {
  .blog-listing .blog-img {
    width: 100%;
  }
}

.blog-listing .blog-img label {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  color: rgba(var(--theme-color), 1);
  position: absolute;
  background-color: rgba(var(--theme-color), 0.2);
  top: calc(14px + 6 * (100vw - 320px) / 1600);
  right: calc(14px + 6 * (100vw - 320px) / 1600);
  padding: calc(4px + 2 * (100vw - 320px) / 1600) calc(18px + 2 * (100vw - 320px) / 1600) calc(4px + 2 * (100vw - 320px) / 1600) calc(34px + 6 * (100vw - 320px) / 1600);
  border-radius: 25px;
}

[dir=rtl] .blog-listing .blog-img label {
  left: calc(14px + 6 * (100vw - 320px) / 1600);
  right: unset;
  padding: calc(4px + 2 * (100vw - 320px) / 1600) calc(34px + 6 * (100vw - 320px) / 1600) calc(4px + 2 * (100vw - 320px) / 1600) calc(18px + 2 * (100vw - 320px) / 1600);
}

.blog-listing .blog-img label:after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: rgba(var(--theme-color), 1);
  border-radius: 100%;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

[dir=rtl] .blog-listing .blog-img label:after {
  left: unset;
  right: 20px;
}

.blog-listing .blog-content {
  width: 58%;
  padding-left: 25px;
}

[dir=rtl] .blog-listing .blog-content {
  padding-left: 0;
  padding-right: 25px;
}

@media (max-width: 991px) {
  .blog-listing .blog-content {
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }

  [dir=rtl] .blog-listing .blog-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.blog-listing .blog-content .main-title {
  font-size: 28px;
  color: rgba(var(--white), 1);
  line-height: 1.2;
}

@media (max-width: 1300px) {
  .blog-listing .blog-content .main-title {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .blog-listing .blog-content .main-title {
    font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  }
}

.blog-listing .blog-content p {
  font-size: 20px;
  color: rgba(var(--content-color), 1);
  margin-top: 5px;
}

@media (max-width: 1300px) {
  .blog-listing .blog-content p {
    font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  }
}

.blog-listing .blog-content .btn-arrow {
  margin-top: 35px;
}

@media (max-width: 1300px) {
  .blog-listing .blog-content .btn-arrow {
    margin-top: calc(15px + 10 * (100vw - 320px) / 1600);
  }
}

.blog-listing .blog-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 15px;
  gap: 8px 0;
}

.blog-listing .blog-content ul li {
  color: rgba(var(--content-color), 1);
  padding-left: calc(10px + 5 * (100vw - 320px) / 1600);
  padding-right: calc(10px + 5 * (100vw - 320px) / 1600);
  line-height: 1;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  position: relative;
}

.blog-listing .blog-content ul li .iconsax svg [stroke] {
  stroke: rgba(var(--content-color), 1);
}

.blog-listing .blog-content ul li .avtar {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-listing .blog-content ul li+li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(var(--content-color), 1);
  height: 70%;
  width: 1px;
}

[dir=rtl] .blog-listing .blog-content ul li+li:after {
  left: unset;
  right: 0;
}

@media (max-width: 576px) {
  .blog-listing .blog-content ul li+li:after {
    display: none;
  }
}

.blog-details .blog-img {
  border-radius: 6px;
}

.blog-details .blog-title-box {
  width: 46%;
  margin: -128px auto 0;
  text-align: center;
  padding: calc(14px + 20 * (100vw - 320px) / 1600);
  background: rgba(var(--title-color), 0.1);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 6px;
}

@media (max-width: 1199px) {
  .blog-details .blog-title-box {
    width: 66%;
    margin: -88px auto 0;
  }
}

@media (max-width: 991px) {
  .blog-details .blog-title-box {
    width: 86%;
    margin: -28px auto 0;
  }
}

@media (max-width: 576px) {
  .blog-details .blog-title-box {
    width: 93%;
    margin: -8px auto 0;
  }
}

.blog-details .blog-title-box .main-title {
  font-size: 28px;
  color: rgba(var(--white), 1);
}

@media (max-width: 1300px) {
  .blog-details .blog-title-box .main-title {
    font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  }
}

.blog-details .blog-title-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 15px;
  gap: 5px 0;
}

.blog-details .blog-title-box ul li {
  color: rgba(var(--content-color), 1);
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  position: relative;
}

.blog-details .blog-title-box ul li .iconsax svg [stroke] {
  stroke: rgba(var(--content-color), 1);
}

.blog-details .blog-title-box ul li .avtar {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-details .blog-title-box ul li+li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(var(--content-color), 1);
  height: 70%;
  width: 1px;
}

[dir=rtl] .blog-details .blog-title-box ul li+li:after {
  left: unset;
  right: 0;
}

@media (max-width: 576px) {
  .blog-details .blog-title-box ul li+li:after {
    display: none;
  }
}

.blog-main-content {
  margin-top: calc(25px + 20 * (100vw - 320px) / 1600);
}

.blog-main-content h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: rgba(var(--theme-color), 1);
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1.5;
}

.blog-main-content h4 {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  color: rgba(var(--title-color), 1);
}

.blog-main-content p,
.blog-main-content li {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  color: rgba(var(--content-color), 1);
}

.blog-main-content ol {
  padding-left: 22px;
}

[dir=rtl] .blog-main-content ol {
  padding-left: 0;
  padding-right: 22px;
}

.blog-main-content ol li {
  display: list-item;
  list-style-type: auto;
  margin-bottom: 12px;
}

.comment-box h3 {
  color: rgba(var(--title-color), 1);
  font-size: 25px;
}

.user-comment-box {
  margin-top: 24px;
}

.user-comment-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

[dir=rtl] .user-comment-box ul {
  padding-left: unset;
  padding-right: 0;
}

.user-comment-box ul li {
  padding: 0px 0 50px;
  width: 100%;
  position: relative;
}

@media (max-width: 480px) {
  .user-comment-box ul li:last-child .user-box .user-contain p {
    margin-bottom: 20px;
  }
}

.user-comment-box ul li.li-padding {
  padding-left: calc(28px + 52 * (100vw - 320px) / 1600);
}

[dir=rtl] .user-comment-box ul li.li-padding {
  padding-left: 0;
  padding-right: calc(28px + 52 * (100vw - 320px) / 1600);
}

@media (max-width: 480px) {
  .user-comment-box ul li {
    padding: 0;
  }
}

.user-comment-box ul li .user-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 480px) {
  .user-comment-box ul li .user-box {
    display: block;
  }
}

.user-comment-box ul li .user-box .reply-button {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

[dir=rtl] .user-comment-box ul li .user-box .reply-button {
  right: unset;
  left: 0;
}

.user-comment-box ul li .user-box .reply-button i {
  margin: -3px 9px 0 0;
  color: #777;
}

[dir=rtl] .user-comment-box ul li .user-box .reply-button i {
  margin: -3px 0 0 9px;
}

.user-comment-box ul li .user-box .user-image {
  position: relative;
}

.user-comment-box ul li .user-box .user-image img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
  overflow: hidden;
}

.user-comment-box ul li .user-box .user-image .user-name {
  position: absolute;
  top: 0;
  left: 80px;
  width: 220px;
}

[dir=rtl] .user-comment-box ul li .user-box .user-image .user-name {
  right: 80px;
  left: unset;
}

@media (max-width: 480px) {
  .user-comment-box ul li .user-box .user-image .user-name {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.user-comment-box ul li .user-box .user-image .user-name h5 {
  font-weight: 600;
}

.user-comment-box ul li .user-box .user-image .user-name h6 {
  color: rgba(var(--content-color), 1);
  margin-bottom: 6px;
}

.user-comment-box ul li .user-box .user-contain {
  width: calc(100% - 70px);
  padding-left: 20px;
}

[dir=rtl] .user-comment-box ul li .user-box .user-contain {
  padding-left: unset;
  padding-right: 20px;
}

@media (max-width: 480px) {
  .user-comment-box ul li .user-box .user-contain {
    width: 100%;
    padding: 0;
    margin-top: 14px;
  }
}

.user-comment-box ul li .user-box .user-contain p {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  line-height: 1.6;
  color: rgba(var(--content-color), 1);
  margin-bottom: 0;
  margin-top: 50px;
  width: 85%;
}

@media (max-width: 576px) {
  .user-comment-box ul li .user-box .user-contain p {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .user-comment-box ul li .user-box .user-contain p {
    margin: 0 0 35px;
  }
}

.comment-section {
  padding-top: 0;
}

.comment-section .container>.row>div {
  padding-top: calc(20px + 20 * (100vw - 320px) / 1600);
  border-top: 1px solid #20333c;
  margin-top: calc(10px + 20 * (100vw - 320px) / 1600) !important;
}

/**=====================
    4.2 Chatting Page scss
==========================**/
.menu-panel {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100px;
  background-color: #0b1523;
}

[dir=rtl] .menu-panel {
  left: unset;
  right: 0;
}

@media (max-width: 991px) {
  .menu-panel {
    background-color: #232831;
  }
}

@media (max-width: 767px) {
  .menu-panel {
    width: 280px;
    z-index: 2;
    left: -190px;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }

  [dir=rtl] .menu-panel {
    left: unset;
    right: -190px;
  }
}

.menu-panel .logo-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid rgba(var(--title-color), 0.15);
}

@media (max-width: 767px) {
  .menu-panel .logo-icon {
    width: 30px;
    height: 30px;
  }
}

.menu-panel .menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding-top: 20px;
  border-bottom: none;
}

@media (max-width: 767px) {
  .menu-panel .menu-wrapper {
    padding: 20px;
  }
}

.menu-panel .menu-wrapper li {
  display: block;
}

.menu-panel .menu-wrapper li .nav-link {
  background-color: transparent;
  display: block;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  border: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: none;
}

@media (max-width: 767px) {
  .menu-panel .menu-wrapper li .nav-link {
    width: 240px;
    gap: 12px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.menu-panel .menu-wrapper li .nav-link span {
  display: none;
  color: rgba(var(--title-color), 1);
  font-size: 16px;
}

@media (max-width: 767px) {
  .menu-panel .menu-wrapper li .nav-link span {
    display: block;
  }
}

.menu-panel .menu-wrapper li .iconsax svg {
  width: 30px;
  height: 30px;
}

.menu-panel .menu-wrapper li .iconsax svg [stroke] {
  stroke: rgba(var(--white), 1);
}

.menu-panel .menu-wrapper li .iconsax svg [fill] {
  fill: rgba(var(--white), 1);
}

.menu-panel .menu-wrapper li .nav-link.active,
.menu-panel .menu-wrapper li .nav-link:hover {
  background-color: rgba(var(--theme-color), 0.15);
}

.menu-panel .menu-wrapper li .nav-link.active .iconsax svg [stroke],
.menu-panel .menu-wrapper li .nav-link:hover .iconsax svg [stroke] {
  fill: rgba(var(--theme-color), 1);
  stroke: #133538;
}

.menu-panel .menu-wrapper li .nav-link.active .iconsax svg [fill],
.menu-panel .menu-wrapper li .nav-link:hover .iconsax svg [fill] {
  fill: rgba(var(--theme-color), 1);
}

.menu-panel .menu-wrapper li .nav-link.active span,
.menu-panel .menu-wrapper li .nav-link:hover span {
  color: rgba(var(--theme-color), 1);
}

.inner-menu-panel {
  width: 300px;
  left: 100px;
  position: fixed;
  top: 0;
  background: #141d2b;
  height: 100vh;
  padding: 18px 15px;
  z-index: 3;
}

[dir=rtl] .inner-menu-panel {
  right: 100px;
  left: unset;
}

.inner-menu-panel .search-box {
  background: #0d121f;
  position: relative;
  border-radius: 6px;
}

.inner-menu-panel .search-box i {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

[dir=rtl] .inner-menu-panel .search-box i {
  left: unset;
  right: 15px;
}

.inner-menu-panel .search-box .iconsax svg [fill] {
  fill: rgba(var(--content-color), 1);
}

.inner-menu-panel .search-box .form-control {
  background: #0d121f;
  border: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 6px;
  padding: 13px 15px 13px 50px;
  color: rgba(var(--title-color), 1);
  -webkit-box-shadow: none;
  box-shadow: none;
}

[dir=rtl] .inner-menu-panel .search-box .form-control {
  padding: 13px 50px 13px 15px;
}

.inner-menu-panel .search-box .form-control::-webkit-input-placeholder {
  color: rgba(var(--content-color), 1);
}

.inner-menu-panel .search-box .form-control::-moz-placeholder {
  color: rgba(var(--content-color), 1);
}

.inner-menu-panel .search-box .form-control:-ms-input-placeholder {
  color: rgba(var(--content-color), 1);
}

.inner-menu-panel .search-box .form-control::-ms-input-placeholder {
  color: rgba(var(--content-color), 1);
}

.inner-menu-panel .search-box .form-control::placeholder {
  color: rgba(var(--content-color), 1);
}

.inner-menu-panel .inner-links-list {
  margin-top: 20px;
  overflow: auto;
  height: calc(100vh - 80px);
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .inner-menu-panel .inner-links-list {
    height: calc(100vh - 120px);
  }
}

.inner-menu-panel .inner-links-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(var(--theme-color), 0.1);
  box-shadow: inset 0 0 6px rgba(var(--theme-color), 0.1);
  background-color: #2e333b;
  border-radius: 5px;
}

.inner-menu-panel .inner-links-list::-webkit-scrollbar {
  width: 3px;
  height: 6px;
  background-color: #0d121f;
}

.inner-menu-panel .inner-links-list::-webkit-scrollbar-thumb {
  background-color: rgba(var(--theme-color), 0.5);
  border-radius: 5px;
}

.inner-menu-panel .inner-links-list li {
  width: 100%;
  display: block;
  border-radius: 6px;
}

.inner-menu-panel .inner-links-list li.active a {
  color: rgba(var(--theme-color), 1);
}

.inner-menu-panel .inner-links-list li a {
  width: 100%;
  display: block;
  color: rgba(var(--title-color), 1);
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  padding: calc(6px + 5 * (100vw - 320px) / 1600) 15px;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-menu-panel .inner-links-list li a:hover {
  color: rgba(var(--theme-color), 1);
}

.inner-menu-panel .inner-links-list li+li {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .inner-menu-panel {
    left: -300px;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }

  [dir=rtl] .inner-menu-panel {
    left: unset;
    right: -300px;
  }
}

.inner-menu-panel .inner-close {
  margin-left: auto;
  margin-bottom: 10px;
  background: transparent;
  border: none;
  color: rgba(var(--theme-color), 1);
  margin-top: 0;
  margin-bottom: 15px;
}

[dir=rtl] .inner-menu-panel .inner-close {
  margin-left: unset;
  margin-right: auto;
}

.navbar-collapse.collapse.show .inner-menu-panel {
  left: 0;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

[dir=rtl] .navbar-collapse.collapse.show .inner-menu-panel {
  left: unset;
  right: 0;
}

.navbar-collapse.collapse.show .menu-panel {
  left: 0;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

[dir=rtl] .navbar-collapse.collapse.show .menu-panel {
  left: unset;
  right: 0;
}

.mainnav-close {
  margin-left: auto;
  margin-top: 10px;
  background: transparent;
  border: none;
  margin-right: 10px;
}

[dir=rtl] .mainnav-close {
  margin-left: 10px;
  margin-right: auto;
}

.mainnav-close .iconsax svg [stroke] {
  stroke: rgba(var(--theme-color), 1);
}

.main-wrapper {
  margin-left: 100px;
  min-height: 100vh;
  position: relative;
  padding-left: 300px;
  background: #141d2b;
}

[dir=rtl] .main-wrapper {
  padding-left: 0;
  padding-right: 300px;
  margin-left: 0;
  margin-right: 100px;
}

@media (max-width: 991px) {
  .main-wrapper {
    padding-left: 0;
  }

  [dir=rtl] .main-wrapper {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .main-wrapper {
    margin-left: 0;
  }

  [dir=rtl] .main-wrapper {
    margin-right: 0;
  }
}

.main-wrapper .main-section .card .inner-card .card-body {
  padding: 30px;
}

@media (max-width: 575px) {
  .main-wrapper .main-section .card .inner-card .card-body {
    padding: 15px;
  }
}

.main-wrapper .main-section .card .inner-card .card-body h3 {
  font-weight: 600;
  color: rgba(var(--theme-color), 1);
  text-align: center;
  margin-bottom: 15px;
}

.main-wrapper .main-section .card .inner-card .card-body ul {
  padding-left: 30px;
}

.main-wrapper .main-section .card .inner-card .card-body ul li {
  list-style: disc;
  display: list-item;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  color: rgba(var(--white), 0.75);
  font-weight: 400;
  margin-bottom: 16px;
}

.main-wrapper .main-section.faq-section .accordion .accordion-item .accordion-button {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}

.main-wrapper .main-section .my-account .user-detail {
  background-image: url(../images/info-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 15vh;
  border-radius: 8px;
}

.main-wrapper .main-section .my-account .user-main {
  margin-top: -50px;
  margin-bottom: 30px;
}

.main-wrapper .main-section .my-account .user-main .user-profile {
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.main-wrapper .main-section .my-account .user-main .user-profile img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 3px solid rgba(var(--white), 1);
}

.main-wrapper .main-section .my-account .user-main .iconsax {
  position: absolute;
  right: -3px;
  bottom: 3px;
  background-color: rgba(var(--white), 1);
  border-radius: 100%;
}

.main-wrapper .main-section .my-account .user-main .iconsax svg {
  width: 28px;
  height: 28px;
  padding: 6px;
}

.main-wrapper .main-section .my-account .user-main .user-option {
  margin-top: 20px;
  text-align: center;
}

.main-wrapper .main-section .my-account .user-main .user-option h4 {
  font-size: 22px;
  font-weight: 500;
  color: rgba(var(--theme-color), 1);
  margin-bottom: 0;
}

.main-wrapper .main-section .my-account .user-main .user-option p {
  color: rgba(var(--white), 1);
}

.main-wrapper .main-section .my-account .msger-inputarea {
  position: unset;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.main-wrapper .main-section .my-account .msger-inputarea label {
  color: rgba(var(--white), 1);
}

.main-wrapper .main-section .my-account .msger-inputarea input {
  width: 100%;
  padding: 10px 30px;
}

@media (max-width: 575px) {
  .main-wrapper .main-section .my-account .msger-inputarea input {
    padding: 10px 16px;
    font-size: 16px;
    height: 45px;
  }
}

.main-wrapper .main-section .setting-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-wrapper .main-section .setting-btn button {
  margin: 0;
}

.main-wrapper .main-section .history-sec .history-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: calc(6px + 10 * (100vw - 320px) / 1600);
  border-bottom: 1px dashed rgba(var(--title-color), 0.15);
  padding: 16px 0;
}

@media (max-width: 576px) {
  .main-wrapper .main-section .history-sec .history-main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.main-wrapper .main-section .history-sec .history-main:last-child {
  border: none;
  padding-bottom: 0;
}

.main-wrapper .main-section .history-sec .history-main:first-child {
  padding-top: 0;
}

.main-wrapper .main-section .history-sec .history-main .history-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
}

.main-wrapper .main-section .history-sec .history-main .history-detail svg {
  width: 30px;
}

.main-wrapper .main-section .history-sec .history-main .history-detail img {
  width: 45px;
  height: 45px;
  padding: 8px;
  border-radius: 6px;
}

@media (max-width: 575px) {
  .main-wrapper .main-section .history-sec .history-main .history-detail img {
    width: 40px;
    height: 40px;
  }
}

.main-wrapper .main-section .history-sec .history-main .history-detail p {
  margin: 0;
  color: rgba(var(--title-color), 0.8);
  white-space: normal;
}

.main-wrapper .main-section .history-sec .history-main .history-detail p:nth-child(2) {
  color: rgba(var(--title-color), 0.5);
}

.main-wrapper .main-section .history-sec .history-main .history-time {
  color: rgba(var(--white), 1);
  width: calc(70% - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 576px) {
  .main-wrapper .main-section .history-sec .history-main .history-time {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.main-wrapper .main-section .history-sec .history-main .history-time ul li {
  padding: 0 15px;
  font-size: 16px;
  color: rgba(var(--title-color), 0.6);
}

@media (max-width: 991px) {
  .main-wrapper .main-section .history-sec .history-main .history-time ul li {
    padding: 0 8px;
    font-size: 14px;
  }
}

@media (max-width: 425px) {
  .main-wrapper .main-section .history-sec .history-main .history-time ul li {
    font-size: 12px;
  }
}

.main-wrapper .main-section .history-sec .history-main .history-time ul li:first-child {
  color: rgba(var(--theme-color), 1);
  position: relative;
  line-height: 25px;
  font-size: 18px;
}

@media (max-width: 991px) {
  .main-wrapper .main-section .history-sec .history-main .history-time ul li:first-child {
    font-size: 14px;
  }
}

@media (max-width: 675px) {
  .main-wrapper .main-section .history-sec .history-main .history-time ul li:first-child {
    display: none;
  }
}

.main-wrapper .main-section .history-sec .history-main .history-time ul li:first-child:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  background: rgba(var(--theme-color), 1);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  border-radius: 100%;
}

[dir=rtl] .main-wrapper .main-section .history-sec .history-main .history-time ul li:first-child:before {
  left: unset;
  right: 0;
}

.main-wrapper .main-section .history-sec .history-main .history-time ul li+li {
  border-left: 1px solid rgba(var(--title-color), 0.15);
}

[dir=rtl] .main-wrapper .main-section .history-sec .history-main .history-time ul li+li {
  border-left: none;
  border-right: 1px solid rgba(var(--title-color), 0.15);
}

@media (max-width: 675px) {
  .main-wrapper .main-section .history-sec .history-main .history-time ul li+li {
    border: none;
  }

  [dir=rtl] .main-wrapper .main-section .history-sec .history-main .history-time ul li+li {
    border: none;
  }
}

.main-wrapper .main-section .history-sec .history-main:nth-child(1) .history-detail img {
  background-color: rgba(var(--secondary-color), 1);
}

.main-wrapper .main-section .history-sec .history-main:nth-child(2) .history-detail img {
  background-color: rgba(var(--info-color), 1);
}

.main-wrapper .main-section .history-sec .history-main:nth-child(3) .history-detail img {
  background-color: rgba(var(--warning-color), 1);
}

.main-wrapper .main-section .history-sec .history-main:nth-child(4) .history-detail img {
  background-color: rgba(var(--danger-color), 1);
}

.main-wrapper .main-section .history-sec .history-main:nth-child(5) .history-detail img {
  background-color: rgba(var(--secondary-color), 1);
}

.main-wrapper .main-section .history-sec .history-main:nth-child(6) .history-detail img {
  background-color: rgba(var(--info-color), 1);
}

.main-wrapper .main-section .history-sec .history-main:nth-child(7) .history-detail img {
  background-color: rgba(var(--warning-color), 1);
}

.main-wrapper .main-section .history-sec .history-main:nth-child(8) .history-detail img {
  background-color: rgba(var(--danger-color), 1);
}

.main-wrapper .main-section .history-sec .history-main:nth-child(9) .history-detail img {
  background-color: rgba(var(--secondary-color), 1);
}

.main-wrapper .main-section .history-sec .history-main:nth-child(10) .history-detail img {
  background-color: rgba(var(--info-color), 1);
}

.main-wrapper .main-section .history-sec .history-main:nth-child(11) .history-detail img {
  background-color: rgba(var(--warning-color), 1);
}

.main-wrapper .main-section .history-sec .history-main:nth-child(12) .history-detail img {
  background-color: rgba(var(--danger-color), 1);
}

.subscription-continue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subscription-continue button {
  margin: 0;
  font-size: 20px;
}

.subscription-continue a {
  font-size: 18px;
}

.subscription-continue a:hover {
  text-decoration: underline;
}

@media (max-width: 575px) {
  .subscription-continue button {
    font-size: 16px;
  }

  .subscription-continue a {
    font-size: 16px;
  }
}

.select-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px auto 0;
  color: rgba(var(--white), 1);
  background: rgba(var(--theme-color), 1);
  border: none;
  gap: 4px;
  padding: 16px 40px;
  border-radius: 8px;
  color: #0a101a;
}

@media (max-width: 575px) {
  .select-plan {
    padding: 8px 16px;
    font-size: 16px;
  }
}

.select-plan .iconsax svg {
  width: 25px;
  height: 25px;
}

.select-plan .iconsax svg [stroke] {
  stroke: #0a101a;
}

.select-plan .iconsax svg [fill] {
  fill: #0a101a;
}

.select-plan.no-select-plan {
  color: rgba(var(--theme-color), 1);
  gap: 4px;
  background: rgba(var(--theme-color), 0.05);
  border: 1px sold rgba(var(--theme-color), 1);
}

.select-plan.no-select-plan .iconsax svg [stroke] {
  stroke: #133538;
}

.select-plan.no-select-plan .iconsax svg [fill] {
  fill: rgba(var(--theme-color), 1);
}

.main-chat {
  padding-top: 120px;
  position: relative;
  height: 100vh;
  padding-bottom: 110px;
  background-color: #0a101a;
}

.rating-modal .modal-dialog .modal-content {
  background-color: #26292c;
  padding: 15px;
}



.rating-modal .modal-dialog .modal-content .modal-body .form-control {
  padding-left: 24px;
}

.rating-modal .modal-dialog .modal-content .modal-body label {
  font-size: 16px;
  color: rgba(var(--theme-color), 0.65) !important;
}

.rating-modal .modal-dialog .modal-content .modal-body .star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 3px;
  color: #ffb800;
  margin-top: 12px;
}

.rating-modal .modal-dialog .modal-content .modal-body .star-rating i {
  font-size: 30px;
}

.rating-modal .modal-dialog .modal-content .modal-body [data-aos^=fade] {
  opacity: 1;
}

.rating-modal .modal-dialog .modal-content .modal-body [data-aos=fade-up] {
  -webkit-transform: unset;
  transform: unset;
}

.rating-modal .modal-dialog .modal-content .modal-footer {
  border-top: none;
}

.rating-modal .modal-dialog .modal-content .modal-footer .modal-submit {
  background-color: rgba(var(--theme-color), 1);
  color: rgba(var(--dark-title), 1);
  border-radius: 6px;
  font-size: 18px;
  padding: 8px;
  width: 100%;
  border: none;
}

/**=====================
   4.3 Contact Page scss
==========================**/
.contact-section .contact-box {
  text-align: center;
  gap: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .contact-section .contact-box {
    gap: 40px;
  }
}

@media (max-width: 991px) {
  .contact-section .contact-box li {
    width: calc(50% - 50px);
  }
}

@media (max-width: 430px) {
  .contact-section .contact-box li {
    width: 100%;
  }
}

.contact-section .contact-box .contact-icon {
  width: calc(67px + 10 * (100vw - 320px) / 1600);
  height: calc(67px + 10 * (100vw - 320px) / 1600);
  padding: 15px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(var(--title-color), 0.08);
  border: 1px solid rgba(var(--title-color), 0.3);
  margin: 0 auto 15px;
}

.contact-section .contact-box h3 {
  color: rgba(var(--theme-color), 1);
  margin-bottom: 10px;
}

.contact-section .contact-box h4 {
  margin-bottom: 0;
  color: rgba(var(--content-color), 1);
  line-height: 1.3;
}

.contact-section .contact-details {
  background: rgba(var(--title-color), 0.06);
  border: 1px solid rgba(var(--title-color), 0.3);
  padding: 50px;
  margin-top: 38px;
}

@media (max-width: 1199px) {
  .contact-section .contact-details {
    padding: calc(15px + 15 * (100vw - 320px) / 1600);
  }
}

.contact-section .contact-details .map-sec {
  height: 100%;
  position: relative;
}

@media (max-width: 991px) {
  .contact-section .contact-details .map-sec {
    height: 210px;
  }
}

.contact-section .contact-details .map-sec iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

/**=====================
    4.4 Error Page scss
==========================**/
.error-section {
  position: relative;
  padding-top: 230px;
}

@media (max-width: 1199px) {
  .error-section {
    padding-top: 160px;
  }
}

.error-section:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 25px;
  background-image: url("https://themes.pixelstrap.net/mega_bot/assets/svg/404/404-background.svg");
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}

.error-section .error-main .error-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .error-section .error-main .error-img img {
    width: 25%;
  }
}

.error-section .error-main .error-img .robot-img {
  -webkit-animation: error 2s linear;
  animation: error 2s linear;
  margin: 0 -30px -40px;
  z-index: 1;
}

@media (max-width: 767px) {
  .error-section .error-main .error-img .robot-img {
    width: 46%;
  }
}

@media (max-width: 576px) {
  .error-section .error-main .error-img .robot-img {
    width: 56%;
  }
}

.error-section .error-main .error-content {
  text-align: center;
  margin-top: 65px;
}

.error-section .error-main .error-content h2 {
  color: rgba(var(--theme-color), 1);
  font-size: calc(26px + 8 * (100vw - 320px) / 1600);
}

.error-section .error-main .error-content p {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  color: rgba(var(--content-color), 1);
}

@-webkit-keyframes error {
  0% {
    -webkit-transform: translateY(-280px) rotate(5deg);
    transform: translateY(-280px) rotate(5deg);
  }

  50% {
    -webkit-transform: translateY(-160px) rotate(-35deg);
    transform: translateY(-160px) rotate(-35deg);
  }

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

@keyframes error {
  0% {
    -webkit-transform: translateY(-280px) rotate(5deg);
    transform: translateY(-280px) rotate(5deg);
  }

  50% {
    -webkit-transform: translateY(-160px) rotate(-35deg);
    transform: translateY(-160px) rotate(-35deg);
  }

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

/**=====================
    4.5 Home Page scss
==========================**/
.home-section {
  text-align: center;
  /* padding: calc(100px + 90 * (100vw - 320px) / 1600) 0 calc(40px + 20 * (100vw - 320px) / 1600); */
  position: relative;
  background-size: cover;
  z-index: 1;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .home-section {
    overflow: hidden;
  }
}

.home-section .bg-effect .bg-gif {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 100%;
  height: 80%;
  object-fit: cover;
  top: 0;
  z-index: -1;
  opacity: 0.3;
  mix-blend-mode: lighten;
}


.home-section-heading {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  padding: 0 1px;
}

/* .y */
.home-section .home-content h1 {
  color: rgba(var(--title-color), 1);
}

@media (max-width: 1000px) {
  .home-content .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.home-section-subheading {
  font-family: Outfit;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 5.6px;
  text-transform: capitalize;
}

.home-section-heading-hindi {
  color: #FFF;
  font-family: Tiro Devanagari Hindi;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .home-section .home-content h1 {
    font-size: 30px;
  }

  .home-section-heading-hindi {
    color: #FFF;
    font-family: Tiro Devanagari Hindi;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
    text-align: center;
  }

  .home-section-heading {
    display: flex;
    justify-content: column;
    align-items: column;
    flex-direction: column;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .home-section .home-content h1 {
    font-size: 24px;
  }
}

.home-section .home-content h1 .title-effect {
  padding: 35px 20px;
  background-color: #17273f;
  display: inline-block;
  position: relative;
  margin: 0 15px;
}

@media (max-width: 767px) {
  .home-section .home-content h1 .title-effect {
    padding: 1px 10px;
  }
}

@media (max-width: 576px) {
  .home-section .home-content h1 .title-effect {
    background-color: transparent;
    margin: 0;
    padding: 0;
  }
}

.home-section .home-content h1 .title-effect img {
  position: absolute;
  left: -18px;
  top: -18px;
  height: calc(100% + 36px);
  width: calc(100% + 36px);
}

@media (max-width: 576px) {
  .home-section .home-content h1 .title-effect img {
    display: none;
  }
}

.home-section .home-content h1 .title-effect span {
  background: url("../images/title-bg.jpg");
  background-position: bottom;
  -webkit-background-clip: text;
  color: transparent;
}

.home-section .home-content p {
  width: 70%;
  margin: 0 auto;
  margin: 32px auto;
}

@media (max-width: 1199px) {
  .home-section .home-content p {
    width: 80%;
    margin: calc(16px + 16 * (100vw - 320px) / 1600) auto calc(10px + 10 * (100vw - 320px) / 1600);
  }
}

@media (max-width: 991px) {
  .home-section .home-content p {
    width: 100%;
  }
}

.home-section .home-content .start-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(var(--theme-color), 1);
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.home-section .home-content .start-link:hover {
  -webkit-transform: translateY(-5px) scale(1.1);
  transform: translateY(-5px) scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.home-section .home-content .start-link svg {
  stroke: rgba(var(--theme-color), 1);
}

.home-section .home-laptop {
  margin-top: 48px;
}

.home-section .home-laptop .laptop-sec {
  -webkit-perspective: 1130px;
  perspective: 1130px;
}

.home-section .home-laptop .laptop-img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  vertical-align: middle;
  -webkit-transform: rotateX(50deg);
  transform: rotateX(50deg);
  will-change: transform;
}

@media (max-width: 767px) {
  .home-section .home-laptop .hand-sec {
    display: none;
  }
}

.home-section .home-laptop .hand-sec .left-hand {
  position: absolute;
  bottom: calc(-100% + 108px);
  left: 215px;
}

@media (max-width: 1430px) {
  .home-section .home-laptop .hand-sec .left-hand {
    left: 188px;
    bottom: calc(-100% + 99px);
  }
}

@media (max-width: 1400px) {
  .home-section .home-laptop .hand-sec .left-hand {
    left: 97px;
    bottom: calc(-100% + 97px);
  }
}

@media (max-width: 1199px) {
  .home-section .home-laptop .hand-sec .left-hand {
    left: 10px;
    bottom: calc(-100% + 98px);
  }
}

@media (max-width: 991px) {
  .home-section .home-laptop .hand-sec .left-hand {
    left: -105px;
  }
}

.home-section .home-laptop .hand-sec .right-hand {
  position: absolute;
  bottom: calc(-100% + 108px);
  right: 215px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media (max-width: 1430px) {
  .home-section .home-laptop .hand-sec .right-hand {
    right: 188px;
    bottom: calc(-100% + 99px);
  }
}

@media (max-width: 1400px) {
  .home-section .home-laptop .hand-sec .right-hand {
    right: 97px;
    bottom: calc(-100% + 97px);
  }
}

@media (max-width: 1199px) {
  .home-section .home-laptop .hand-sec .right-hand {
    right: 10px;
    bottom: calc(-100% + 98px);
  }
}

@media (max-width: 991px) {
  .home-section .home-laptop .hand-sec .right-hand {
    right: -105px;
  }
}

.home-section .home-laptop .hand-sec .left-finger {
  position: absolute;
  bottom: -8px;
  left: 305px;
  z-index: 1;
}

@media (max-width: 1430px) {
  .home-section .home-laptop .hand-sec .left-finger {
    left: 292px;
  }
}

@media (max-width: 1400px) {
  .home-section .home-laptop .hand-sec .left-finger {
    left: 202px;
  }
}

@media (max-width: 1199px) {
  .home-section .home-laptop .hand-sec .left-finger {
    left: 115px;
  }
}

@media (max-width: 991px) {
  .home-section .home-laptop .hand-sec .left-finger {
    left: 0;
  }
}

.home-section .home-laptop .hand-sec .right-finger {
  position: absolute;
  bottom: -8px;
  right: 305px;
  z-index: 1;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media (max-width: 1430px) {
  .home-section .home-laptop .hand-sec .right-finger {
    right: 292px;
  }
}

@media (max-width: 1400px) {
  .home-section .home-laptop .hand-sec .right-finger {
    right: 202px;
  }
}

@media (max-width: 1199px) {
  .home-section .home-laptop .hand-sec .right-finger {
    right: 115px;
  }
}

@media (max-width: 991px) {
  .home-section .home-laptop .hand-sec .right-finger {
    right: 0;
  }
}

.home-section .home-laptop .home-info {
  margin-top: 75px;
}

@media (max-width: 767px) {
  .home-section .home-laptop .home-info {
    margin-top: calc(25px + 20 * (100vw - 320px) / 1600);
  }
}

.home-section .home-laptop .home-info .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: calc(20px + 12 * (100vw - 320px) / 1600);
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1400px) {
  .home-section .home-laptop .home-info .info-list {
    gap: 2px 15px;
  }
}

.home-section .home-laptop .home-info .info-list:after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: rgba(var(--theme-color), 1);
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home-section .home-laptop .home-info .info-list li {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  color: rgba(var(--theme-color), 1);
  padding-left: 15px;
  position: relative;
}

@media (max-width: 1400px) {
  .home-section .home-laptop .home-info .info-list li {
    padding-left: 8px;
  }
}

.home-section .home-laptop .home-info .info-list li:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: rgba(var(--theme-color), 1);
  border-radius: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-section .home-laptop .home-info .star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3px;
  color: #ffb800;
  margin-top: 8px;
}

.home-section .home-laptop .home-info .star-rating i {
  font-size: 18px;
}

.home-section .home-laptop .home-info h4 {
  color: rgba(var(--title-color), 1);
  max-width: 27%;
  margin: 4px auto 0;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .home-section .home-laptop .home-info h4 {
    max-width: 48%;
  }
}

@media (max-width: 767px) {
  .home-section .home-laptop .home-info h4 {
    max-width: 58%;
  }
}

@media (max-width: 576px) {
  .home-section .home-laptop .home-info h4 {
    max-width: 90%;
  }
}

@media (max-width: 360px) {
  .home-section .home-laptop .home-info h4 {
    max-width: 100%;
  }
}

.service-section {
  padding-top: 178px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .service-section {
    padding-top: calc(30px + 70 * (100vw - 320px) / 1600);
  }
}

/* .service-section:after {
  content: "";
  position: absolute;
  background-image: url("../images/service-bg.png");
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.65;
  background-size: cover;
} */

.service-section .service-box {
  padding: 40px;
  background: #0a0e17;
  position: relative;
  border-radius: 4px;
  height: 100%;
}

@media (max-width: 1400px) {
  .service-section .service-box {
    padding: 30px;
  }
}

@media (max-width: 1199px) {
  .service-section .service-box {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .service-section .service-box {
    padding: 14px;
  }
}

.service-section .service-box:after {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(315.14deg, rgba(var(--theme-color), 0) 65%, rgba(var(--theme-color), 0.15) 83.43%);
  border-radius: 4px;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-section .service-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(148deg, rgba(var(--theme-color), 0.15) -15.73%, rgba(var(--theme-color), 0) 98.72%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-section .service-box .service-icon {
  width: 72px;
  height: 72px;
  background: rgba(var(--title-color), 0.05);
  border-radius: 4px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 1400px) {
  .service-section .service-box .service-icon {
    width: 62px;
    height: 62px;
  }
}

@media (max-width: 576px) {
  .service-section .service-box .service-icon {
    width: 52px;
    height: 52px;
  }
}

.service-section .service-box .service-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}



.service-section .service-box .service-icon .outline-icon {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


.service-heading {
  color: #FFF;
  font-family: Outfit;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 43.2px;
  /* 123.429% */
}

.service-sub-heading {
  color: #FFF;
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.52px;
  /* 117.6% */
}

.service-section .service-box .service-icon .bold-icon {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-section .service-box .service-content {
  margin-top: calc(18px + 7 * (100vw - 320px) / 1600);
}

.service-section .service-box .service-content h3 {
  color: rgba(var(--white), 1);
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.service-section .service-box .service-content p {
  margin-bottom: 0;
}

.service-section .service-box:hover:after {
  background: rgba(var(--theme-color), 0.25) !important;
}

.service-section .service-box:hover:before {
  opacity: 1;
  visibility: visible;
}

.service-section .service-box:hover .service-icon {
  background-color: rgba(var(--theme-color), 0.1);
}

.service-section .service-box:hover .service-icon .outline-icon {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  opacity: 0;
  visibility: hidden;
}

.service-section .service-box:hover .service-icon .bold-icon {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.service-section .service-row>div:nth-child(2) .service-box:after {
  background: linear-gradient(45deg, rgba(var(--theme-color), 0) 65%, rgba(var(--theme-color), 0.15) 83.43%);
}

.service-section .service-row>div:nth-child(3) .service-box:after {
  background: linear-gradient(225deg, rgba(var(--theme-color), 0) 65%, rgba(var(--theme-color), 0.15) 83.43%);
}

.service-section .service-row>div:nth-child(4) .service-box:after {
  background: linear-gradient(135deg, rgba(var(--theme-color), 0) 65%, rgba(var(--theme-color), 0.15) 83.43%);
}

.service-section .service-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-left: 32px;
}

@media (max-width: 1199px) {
  .service-section .service-info {
    padding-left: 0;
  }
}

.service-section .service-info p {
  margin-bottom: 0;
}

.service-section .service-info a {
  margin-top: 35px;
}

@media (max-width: 991px) {
  .service-section .service-info a {
    margin-top: 25px;
  }
}

.about-section {

  position: relative;
  overflow: hidden;
}

.about-section-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 90px 0;
  color: #F5F5F5;
  text-align: center;
  font-family: Outfit;
  font-size: 49px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.about-section .about-content {
  padding-left: 80px;
}

[dir=rtl] .about-section .about-content {
  padding-left: 0;
  padding-right: 80px;
}

@media (max-width: 1199px) {
  .about-section .about-content {
    padding-left: calc(15px + 25 * (100vw - 320px) / 1600);
  }

  [dir=rtl] .about-section .about-content {
    padding-left: 0;
    padding-right: calc(15px + 25 * (100vw - 320px) / 1600);
  }
}

.about-section .about-content p {
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .about-section .about-content p {
    margin-bottom: 20px;
  }
}

.about-section .about-content li {
  color: rgba(var(--white), 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: calc(8px + 7 * (100vw - 320px) / 1600);
  font-size: 18px;
  margin-bottom: 22px;
}

.about-section .about-content li img {
  width: 25px;
}

@media (max-width: 1199px) {
  .about-section .about-content li img {
    width: 18px;
  }
}

.about-section .about-content li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .about-section .about-content li {
    font-size: 16px;
  }
}

.about-section .about-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

@media (max-width: 991px) {
  .about-section .about-img img {
    width: 58%;
  }
}

.about-section .bg-effect {
  background: rgba(245, 245, 245, 0.08);
  position: absolute;
  height: 100%;
  width: calc(100% - (27px + 237 * (100vw - 1430px) / 490));
  right: 0;
  top: 0;
  z-index: -1;
}

[dir=rtl] .about-section .bg-effect {
  right: unset;
  left: 0;
}

@media (max-width: 1429px) {
  .about-section .bg-effect {
    width: calc(100% - (52px + 15 * (100vw - 1400px) / 30));
  }
}

@media (max-width: 1399px) {
  .about-section .bg-effect {
    width: calc(100% - (42px + 100 * (100vw - 1200px) / 200));
  }
}

@media (max-width: 1199px) {
  .about-section .bg-effect {
    width: calc(100% - (29px + 108 * (100vw - 992px) / 208));
  }
}

@media (max-width: 991px) {
  .about-section .bg-effect {
    width: calc(100% - (36px + 112 * (100vw - 768px) / 224));
  }
}

@media (max-width: 767px) {
  .about-section .bg-effect {
    width: calc(100% - (33px + 94 * (100vw - 576px) / 192));
  }
}

@media (max-width: 576px) {
  .about-section .bg-effect {
    width: calc(100% - 15px);
  }
}

.about-section.right-version .about-content {
  padding-left: 0;
  padding-right: 80px;
}

[dir=rtl] .about-section.right-version .about-content {
  padding-left: 80px;
  padding-right: 0;
}

@media (max-width: 1199px) {
  .about-section.right-version .about-content {
    padding-right: calc(15px + 25 * (100vw - 320px) / 1600);
  }

  [dir=rtl] .about-section.right-version .about-content {
    padding-right: 0;
    padding-left: calc(15px + 25 * (100vw - 320px) / 1600);
  }
}

.about-section.right-version .bg-effect {
  left: 0;
  right: unset;
}

[dir=rtl] .about-section.right-version .bg-effect {
  left: unset;
  right: 0;
}

.feature-section {
  position: relative;
  z-index: 1;
  padding-bottom: calc(80px + 150 * (100vw - 320px) / 1600);
}

.feature-section .feature-left {
  position: absolute;
  left: 0;
  width: 100%;
  height: 646px;
  object-fit: cover;
  top: 0;
  z-index: -1;
  mix-blend-mode: lighten;
  opacity: 0.09;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.feature-section .effect1 {
  position: absolute;
  left: 3%;
  bottom: 9px;
}

@media (max-width: 1199px) {
  .feature-section .effect1 {
    left: 1%;
  }
}

@media (max-width: 767px) {
  .feature-section .effect1 {
    left: -10px;
  }
}

@media (max-width: 650px) {
  .feature-section .effect1 {
    display: none;
  }
}

.feature-section .effect2 {
  position: absolute;
  right: 8%;
  top: 90px;
}

@media (max-width: 1199px) {
  .feature-section .effect2 {
    right: 5%;
  }
}

@media (max-width: 767px) {
  .feature-section .effect2 {
    display: none;
  }
}


.feature-section .feature-right {
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
  z-index: -1;
  mix-blend-mode: difference;
  opacity: 0.12;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.feature-section .feature-bg {
  position: absolute;
  bottom: 0;
  opacity: 0.2;
  width: 100%;
  left: 0;
}

.feature-section .round-effect {
  position: absolute;
  width: 309px;
  height: 309px;
  background: #196ed3;
  -webkit-filter: blur(422px);
  filter: blur(422px);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  border-radius: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
  z-index: -1;
}

.feature-content {
  width: 90%;
  max-width: 1300px;
  /* height: 420px; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 60px;
}

.feature-content img {
  height: 360px;
}

@media (max-width: 1290px) {
  .feature-content img {
    height: 340px;
  }
}

@media (max-width: 1210px) {
  .feature-content img {
    height: 300px;
  }
}

@media (max-width: 1000px) {
  .feature-content {
    width: 90%;
    max-width: 1300px;
    /* height: 420px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

.feature-content-para {
  width: 42%;
  margin-left: 50px;
}

.view {
  color: #93C0C5;
  font-family: Roboto Mono;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 10px;
}

.feature-content-para h2 {
  color: #FFF;
  font-family: Roboto Mono;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 43.2px;
  /* 123.429% */
}

/* .feature-content-para h3 {
  color: #FFF;
  font-family: Roboto Mono;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
} */

.feature-content-para p {
  color: #E1E1E1;
  font-family: Roboto Mono;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 38px;
}

.feature-content-para p span {
  color: #FFF;
  font-weight: 500;
}

@media (max-width: 1000px) {
  .feature-content {
    width: 90%;
    max-width: 1300px;
    /* height: 420px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .feature-content-para {
    width: 92%;
    margin-left: 0px;
    text-align: center;
    margin-top: 50px;
  }
}

/* ************************************************************************************************************* */
.pricing-section {
  overflow: hidden;
}

.pricing-section .pricing-box {
  position: relative;
}

.pricing-section .pricing-box .handing-cls {
  right: -12px;
  position: absolute;
  top: 200px;
}

.pricing-section .pricing-box .pricing-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 225px;
  height: 81px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricing-section .pricing-box .pricing-top .pricing-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.pricing-section .pricing-box .pricing-top h3 {
  color: rgba(var(--title-color), 1);
  margin-bottom: 0;
}

.pricing-section .pricing-box .pricing-mid {
  width: 425px;
  height: 125px;
  background: rgba(81, 134, 140, 0.30);
  padding: 1px;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.pricing-section .pricing-box .pricing-mid h2 {
  color: rgba(var(--theme-color), 1);
  text-align: center;
  font-family: Outfit;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pricing-section .pricing-box .pricing-mid h4 {
  margin-bottom: 0;
  color: #FFF;
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pricing-section .pricing-box .pricing-content {
  width: 90%;
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


.pricing-section .pricing-box .pricing-content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: calc(22px + 10 * (100vw - 320px) / 1600);
  color: rgba(var(--white), 1);
}

.pricing-section .pricing-box .pricing-content li h4 {
  margin-bottom: 0;
}

.pricing-section .pricing-box .pricing-content li:last-child {
  margin-bottom: 0;
}

.pricing-section .pricing-box .pricing-content .pricing-link {
  color: rgba(var(--theme-color), 1);
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  text-align: center;
  text-transform: uppercase;
  padding-top: 30px;
  display: block;
  border-top: 1px solid rgba(var(--white), 0.3);
  width: 70%;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .pricing-section .pricing-box .pricing-content .pricing-link {
    padding-top: 20px;
  }
}

.pricing-section .pricing-row {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.custom-margin {
  margin-bottom: 100px;
}

.testimonial-section {
  background-image: url("../images/testimonial-bg.png");
  background-size: cover;
  position: relative;
}

.testimonial-section .swiper {
  padding: 0 1px 45px;
}

.testimonial-section .swiper .swiper-pagination {
  bottom: -6px;
}

.testimonial-section .swiper .swiper-pagination .swiper-pagination-bullet {
  background: rgba(110, 113, 121, 0.4);
  opacity: 1;
}

.testimonial-section .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: rgba(var(--theme-color), 1);
}

[dir=rtl] .testimonial-section .testimonial-box {
  direction: rtl;
}

.testimonial-section .testimonial-box .content-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 22px;
  padding: 30px;
  border: 1px solid rgba(var(--title-color), 0.23);
  border-radius: 4px;
  background-color: #0a0e17;
  position: relative;
}

@media (max-width: 1400px) {
  .testimonial-section .testimonial-box .content-sec {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .testimonial-section .testimonial-box .content-sec {
    padding: calc(20px + 10 * (100vw - 320px) / 1600);
  }
}

.testimonial-section .testimonial-box .content-sec p {
  margin-bottom: 0;
  width: calc(100% - 30px - 22px);
}

.testimonial-section .testimonial-box .content-sec .quote-img img {
  width: 30px;
}

.testimonial-section .testimonial-box .content-sec .quote-img .fill-img {
  display: none;
}

.testimonial-section .testimonial-box .content-sec::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  background-color: rgba(var(--theme-color), 1);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.testimonial-section .testimonial-box .small-circle,
.testimonial-section .testimonial-box .large-circle {
  width: calc(10px + 2 * (100vw - 320px) / 1600);
  height: calc(10px + 2 * (100vw - 320px) / 1600);
  border-radius: 100%;
  padding: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: radial-gradient(47.62% 47.62% at 33.33% 28.57%, #acb0bc 0%, #6e7179 100%);
  margin: 10px auto 0;
}

.testimonial-section .testimonial-box .small-circle span,
.testimonial-section .testimonial-box .large-circle span {
  background-color: #131d2b;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100%;
}

.testimonial-section .testimonial-box .large-circle {
  width: calc(20px + 3 * (100vw - 320px) / 1600);
  height: calc(20px + 3 * (100vw - 320px) / 1600);
}

.testimonial-section .testimonial-box .avtar-img {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 10px auto 0;
}

@media (max-width: 1400px) {
  .testimonial-section .testimonial-box .avtar-img {
    width: calc(80px + 20 * (100vw - 320px) / 1600);
    height: calc(80px + 20 * (100vw - 320px) / 1600);
  }
}

.testimonial-section .testimonial-box h4 {
  color: rgba(var(--title-color), 1);
  text-align: center;
  margin-top: 10px;
}

.testimonial-section .testimonial-box h5 {
  color: rgba(var(--content-color), 1);
  margin-bottom: 0;
  text-align: center;
}

.testimonial-section .swiper-slide-active {
  padding-top: 60px;
}

@media (max-width: 1400px) {
  .testimonial-section .swiper-slide-active {
    padding-top: 40px;
  }
}

@media (max-width: 1199px) {
  .testimonial-section .swiper-slide-active {
    padding-top: 0;
  }
}

@media (min-width: 1199px) {
  .testimonial-section .swiper-slide-active .testimonial-box .content-sec {
    border: 1px solid rgba(var(--title-color), 0.1);
  }

  .testimonial-section .swiper-slide-active .testimonial-box .content-sec:before {
    opacity: 1;
    visibility: visible;
  }

  .testimonial-section .swiper-slide-active .testimonial-box .content-sec .quote-img .fill-img {
    display: block;
  }

  .testimonial-section .swiper-slide-active .testimonial-box .content-sec .quote-img .outline-img {
    display: none;
  }

  .testimonial-section .swiper-slide-active .testimonial-box .small-circle {
    margin: 18px auto 0;
  }

  .testimonial-section .swiper-slide-active .testimonial-box .small-circle,
  .testimonial-section .swiper-slide-active .testimonial-box .large-circle {
    background: rgba(var(--theme-color), 1);
  }

  .testimonial-section .swiper-slide-active .testimonial-box .small-circle span,
  .testimonial-section .swiper-slide-active .testimonial-box .large-circle span {
    background: rgba(var(--theme-color), 1);
  }

  .testimonial-section .swiper-slide-active .testimonial-box .avtar-img {
    border: 5px solid rgba(var(--theme-color), 1);
  }

  .testimonial-section .swiper-slide-active .testimonial-box h4 {
    color: rgba(var(--theme-color), 1);
  }
}

.faq-section {
  padding-bottom: calc(0px + 60 * (100vw - 320px) / 1600);
}

.faq-section .accordion .accordion-item {
  margin-bottom: 25px;
  background: transparent;
  border: 1px solid rgba(var(--title-color), 0.1);
  border-radius: 4px;
}

.faq-section .accordion .accordion-item .accordion-button {
  background-color: rgba(245, 245, 245, 0.04);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(var(--theme-color), 1);
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  padding: calc(15px + 5 * (100vw - 320px) / 1600) calc(15px + 10 * (100vw - 320px) / 1600);
  line-height: 1.4;
}

.faq-section .accordion .accordion-item .accordion-button:after {
  content: "\f1af";
  font-family: Outfit !important;
  font-style: normal;
  background-image: none;
}

.faq-section .accordion .accordion-item .accordion-button.collapsed {
  color: rgba(var(--white), 1);
}

.faq-section .accordion .accordion-item .accordion-button.collapsed:after {
  content: "\ea13";
}

.faq-section .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-section .accordion .accordion-item .accordion-body {
  color: rgba(var(--content-color), 1);
  padding: calc(15px + 5 * (100vw - 320px) / 1600) calc(15px + 10 * (100vw - 320px) / 1600);
  border-top: 1px solid rgba(var(--title-color), 0.1);
}

.faq-section .accordion .accordion-item .accordion-body p {
  margin-bottom: 0;
}

.info-section {
  position: relative;
  overflow: hidden;
  font-family: Roboto Mono;
}

.info-section .info-box {
  text-align: center;
  background-image: url("../images/home/info-bg.png");
  background-size: cover;
  border-radius: 8px;
  padding: 50px;
  border: 1px solid rgba(81, 134, 140, 0.30);
  position: relative;
  padding-left: 15%;
}



@media (max-width: 768px) {
  .info-section .info-box {
    padding-left: 29%;
  }
}

@media (max-width: 482px) {
  .info-section .info-box {
    padding-left: 33%;
  }
}

@media (max-width: 402px) {
  .info-section .info-box {
    padding-left: 39%;
  }
}

.info-section .info-box h2 {
  color: #fff;
  margin-bottom: calc(28px + 12 * (100vw - 320px) / 1600);
  text-transform: capitalize;
  font-weight: 400;
  margin-top: calc(-4px + -6 * (100vw - 320px) / 1600);
}

.info-section .info-box h2 span {
  position: relative;
  color: rgba(var(--white), 1);
}

.info-section .info-box h2 span img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px;
}

.info-section .info-box p {
  width: 60%;
  margin: 0 auto 15px;
  color: rgba(var(--content-color), 1);
}

@media (max-width: 1400px) {
  .info-section .info-box p {
    width: 70%;
  }
}

@media (max-width: 1199px) {
  .info-section .info-box p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .info-section .info-box p {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .info-section .info-box p {
    width: 100%;
  }
}

.info-section .info-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-evenly;
  margin-bottom: 40px;
}

@media (max-width: 1400px) {
  .info-section .info-box ul {
    gap: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .info-section .info-box ul {
    gap: 10px;
    margin-bottom: 20px;
  }
}

.info-section .info-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  color: rgba(var(--white), 1);
  font-size: 18px;
}

@media (max-width: 1199px) {
  .info-section .info-box ul li img {
    width: calc(16px + 4 * (100vw - 320px) / 1600);
  }
}

@media (max-width: 1199px) {
  .info-section .info-box ul li {
    font-size: 16px;
    gap: 8px;
  }
}

.info-section .info-box a {
  margin: 0 auto;
}

/**=====================
  4.6 Login Page scss
==========================**/
.login-section {
  background-image: url("../images/login-bg.jpg");
  background-size: cover;
  height: 100%;
  padding-left: calc(40px + 120 * (100vw - 991px) / 929);
  padding-right: calc(40px + 120 * (100vw - 991px) / 929);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 60px;
  padding-top: 52px;
}

@media (max-width: 991px) {
  .login-section {
    padding-left: calc(15px + 25 * (100vw - 320px) / 1600);
    padding-right: calc(15px + 25 * (100vw - 320px) / 1600);
    height: auto;
    padding-bottom: 0;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
}

.login-section .row {
  width: 100%;
}

.login-section .login-box {
  background: rgba(58, 237, 177, 0.05);
  border: 1px solid rgba(var(--title-color), 0.1);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 6px;
  padding: calc(30px + 20 * (100vw - 991px) / 929);
  height: 100%;
  min-height: calc(100vh - 150px);
}

@media (max-width: 991px) {
  .login-section .login-box {
    height: auto;
    min-height: unset;
    padding: 30px 20px;
    margin-top: calc(60px + 50 * (100vw - 320px) / 1600);
    margin-bottom: calc(60px + 50 * (100vw - 320px) / 1600);
  }
}

.login-section .login-box h2 {
  font-size: calc(26px + 4 * (100vw - 991px) / 929);
  font-weight: 500;
  color: rgba(var(--white), 1);
  margin-bottom: calc(15px + 20 * (100vw - 991px) / 929);
  text-align: center;
  margin-top: calc(-3px + -3 * (100vw - 320px) / 1600);
}

@media (max-width: 991px) {
  .login-section .login-box h2 {
    font-size: calc(22px + 4 * (100vw - 320px) / 1600);
    margin-bottom: calc(10px + 5 * (100vw - 320px) / 1600);
  }
}

.login-section .login-box h2 span {
  color: rgba(var(--theme-color), 1);
}

.login-section .login-box .nav-tabs {
  border-bottom: 2px solid rgba(var(--theme-color), 0.1);
  margin-bottom: calc(25px + 5 * (100vw - 320px) / 1600);
}

.login-section .login-box .nav-tabs .nav-link {
  color: rgba(var(--content-color), 1);
  width: 100%;
  background-color: transparent;
  border: none;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  outline: none;
}

.login-section .login-box .nav-tabs .nav-link.active {
  color: rgba(var(--theme-color), 1);
}

.login-section .login-box .nav-tabs .nav-link.active:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid rgba(var(--theme-color), 1);
  width: 100%;
  left: 0;
  bottom: 0;
}

.login-section .login-box .nav-tabs .nav-item {
  width: 50%;
  text-align: center;
}

.login-section .social-btn {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.login-section .social-btn li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(var(--white), 0.8);
  border-radius: 8px;
}

.login-section .social-btn li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  height: calc(40px + 10 * (100vw - 320px) / 1600);
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  color: rgba(var(--white), 1);
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-section .btn-absolute {
  position: absolute;
  left: 50px;
  bottom: 50px;
  width: calc(100% - 100px);
}

@media (max-width: 991px) {
  .login-section .btn-absolute {
    position: relative;
    left: unset;
    bottom: unset;
    width: 100%;
  }
}

.login-animation {
  height: 100%;
  position: relative;
}

@media (max-width: 991px) {
  .login-animation {
    height: calc(360px + 140 * (100vw - 320px) / 1600);
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    margin-bottom: 40px;
  }
}

.login-animation .img-base {
  position: absolute;
  bottom: 0;
}

.login-animation .img-light {
  position: absolute;
  bottom: calc(60px + 30 * (100vw - 991px) / 929);
  mix-blend-mode: color-dodge;
}

@media (max-width: 991px) {
  .login-animation .img-light {
    bottom: 60px;
  }
}

.login-animation .img-face {
  position: absolute;
  bottom: calc(30px + 50 * (100vw - 991px) / 929);
  left: calc(30px + 60 * (100vw - 991px) / 929);
}

[dir=rtl] .login-animation .img-face {
  left: unset;
  right: calc(30px + 60 * (100vw - 991px) / 929);
}

@media (max-width: 991px) {
  .login-animation .img-face {
    bottom: 30px;
    left: 120px;
  }

  [dir=rtl] .login-animation .img-face {
    left: unset;
    right: 120px;
  }
}

.login-animation .img-face img {
  -webkit-animation: flip 3s linear infinite alternate;
  animation: flip 3s linear infinite alternate;
  mix-blend-mode: color-dodge;
}

.logo-auth {
  position: absolute;
  top: calc(40px + 20 * (100vw - 991px) / 929);
  left: calc(40px + 120 * (100vw - 991px) / 929);
  z-index: 1;
}

[dir=rtl] .logo-auth {
  left: unset;
  right: calc(40px + 120 * (100vw - 991px) / 929);
}

@media (max-width: 991px) {
  .logo-auth {
    top: calc(20px + 40 * (100vw - 320px) / 1600);
    left: calc(15px + 45 * (100vw - 320px) / 1600);
  }

  [dir=rtl] .logo-auth {
    left: unset;
    right: calc(15px + 45 * (100vw - 320px) / 1600);
  }
}

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


/* working system section */
.working-section {
  width: 100%;
  background-image: url(../images/home/working.png);
  background-size: cover;
  padding-top: 15%;
  margin-top: 100px;
}

.working-content {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.working-path {
  position: relative;
}

.working-path-absolute {
  position: absolute;
  top: 2px;
  left: 80px;
}

.working-path-absolute div {
  color: #51868C;
  text-align: center;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #51868C;
  padding-bottom: 5px;
}

.working-path-absolute-arrow {
  position: absolute;
  top: 60px;
  left: 2px;
}

.working-path-img {
  position: relative;
  width: 1000px;
  float: right;
  padding-top: 60px;
  padding-bottom: 115px;
}

.working-path-img img {
  width: 1000px;
  float: right;
  position: relative;
}

.working-path-img-01 {
  position: absolute;
  top: -17px;
  left: 260px;
}

.working-path-img-01 img {
  width: 68px;
}

.working-path-img-02 {
  position: absolute;
  top: -17px;
  right: 370px;
}

.working-path-img-02 img {
  width: 93px;
}

.working-path-img-03 {
  position: absolute;
  top: -17px;
  right: 100px;
}

.working-path-img-03 img {
  width: 59px;
}

.working-path-img-04 {
  position: absolute;
  bottom: -22px;
  right: 100px;
}

.working-path-img-04 img {
  width: 68px;
}

.working-path-img-05 {
  position: absolute;
  bottom: 13px;
  right: 370px;
}

.working-path-img-05 img {
  width: 93px;
}

.working-path-img-06 {
  position: absolute;
  bottom: 12px;
  left: 265px;
}

.working-path-img-06 img {
  width: 59px;
}

.working-path-img-07 {
  position: absolute;
  bottom: -20px;
  left: -40px;
}

.working-path-img-07 img {
  width: 101px;
}

@media (max-width: 1251px) {
  .working-path-absolute {
    position: absolute;
    top: 2px;
    left: 80px;
  }

  .working-path-absolute-arrow {
    position: absolute;
    top: 60px;
    left: 2px;
  }

  .working-path-img {
    margin-top: 200px;
    position: relative;
    width: 1000px;
    float: right;
    padding-top: 60px;
    padding-bottom: 115px;
  }
}

.working-path-responsive {
  display: none;
}

@media (max-width: 1121px) {
  .working-path {
    display: none;
  }

  .working-path-responsive {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin-top: 100px;
  }

  .working-path-absolute-arrow-res {
    position: absolute;
    top: 60px;
    left: 2px;
  }

  .working-path-responsive img {
    width: 90%;
    margin-top: 130px;
    margin-bottom: 100px;
  }

  .working-path-responsive h2 {
    color: #51868C;
    text-align: center;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }
}

.carter-sec {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.carter-sec span {
  color: #51868C;
  text-align: center;
  font-family: Roboto Mono;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 250%;
  /* 65px */
  text-decoration-line: underline;
}

.carter-sec p {
  color: #343434;
  font-family: Roboto Mono;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 38px;
  text-align: center;
}

.technology-sec {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  margin: auto;
}

.technology-sec h1 {
  color: #51868C;
  text-align: center;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #51868C;
}

.technology-sec .technology-row {
  width: 900px;
  margin-left: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.technology-box {
  width: 114px;
  height: 95px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #BCBCBC;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 10px 0;
}

.technology-box span {
  padding-top: 8px;
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 1201px) {
  .technology-sec {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
  }

  .technology-sec .technology-row {
    width: 90%;
    margin-left: 0px;
  }

  .technology-sec h1 {
    color: #51868C;
    text-align: center;
    font-family: Roboto;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #51868C;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

/* Service screen css */
.service-screen-section1 {
  width: 100%;
  height: auto;
  background-image: url(../images/gifs/services.gif);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.service-screen-sec1-content {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin: auto;
  padding-bottom: 15%;
}

.service-screen-sec1-content h1 {
  margin-top: 15%;
  color: #FFF;
  font-family: Outfit;
  font-size: 65px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 78px */
}

@media (max-width: 1201px) {
  .service-screen-section1 {
    width: 100%;
    height: 100vh;
    min-height: 800px;
    background-image: url(../images/gifs/services.gif);
    background-size: cover;
    background-position: center;
    z-index: -1;
  }

  .service-screen-sec1-content {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin: auto;
    padding-bottom: 15%;
  }

  .service-screen-sec1-content h1 {
    margin-top: 35%;
    color: #FFF;
    font-family: Outfit;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 78px */
  }
}
@media (max-width: 601px) {
  .service-screen-section1 {
    width: 100%;
    height: 100vh;
    min-height: 800px;
    background-image: url(../images/gifs/services.gif);
    background-size: cover;
    background-position: center;
    z-index: -1;
  }

  .service-screen-sec1-content {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin: auto;
    padding-bottom: 15%;
  }

  .service-screen-sec1-content h1 {
    margin-top: 60%;
    color: #FFF;
    font-family: Outfit;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 78px */
  }
}

.service-about {
  width: 100%;
  height: auto;
  padding: 180px 0;
  background-image: url(../images/service/abt.svg);
}

.service-about-content {
  width: 90%;
  max-width: 1600px;
  position: relative;
  margin: auto;
  display: flex;
  justify-content: end;
}

.service-about-content div {
  width: 600px;
}

.service-about h2 {
  color: #FFF;
  font-family: Open Sans;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.service-about p {
  color: #FFF;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 1201px) {
  .service-about h2 {
    color: #FFF;
    font-family: Open Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .service-about p {
    color: #FFF;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}



.service-type {
  width: 100%;
  height: auto;
  padding: 90px;
  background-color: #1E2222;
}

.service-type-content {
  width: 95%;
  max-width: 1400px;
  height: auto;
  margin: auto;
}

.image-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 1156px) {
  .image-row .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .service-type-box {
    margin-bottom: 20px;
  }
}

@media (max-width: 690px) {
  .image-row .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .service-type-box {
    margin-bottom: 20px;
  }
}

.service-type h2 {
  color: #FFF;
  font-family: Roboto Mono;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.service-type-box {
  width: 276px;
  height: 324px;
  flex-shrink: 0;
  border-radius: 10px;
  background-image: url(../images/service/web.png);
  background-size: cover;
  color: #FFF;
  font-family: Roboto Mono;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 40px 20px;
  position: relative;
}

.overlay-type-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  z-index: 1;
}

.service-type-box:hover .overlay-type-box {
  opacity: 0;
}

@media (max-width: 1391px) {
  .service-type-box {
    width: 256px;
    height: 304px;
    flex-shrink: 0;
    border-radius: 10px;
    background-image: url(../images/service/web.png);
    background-size: cover;
    color: #FFF;
    font-family: Roboto Mono;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 40px 20px;
    position: relative;
  }
}

@media (max-width: 1291px) {
  .service-type-box {
    width: 226px;
    height: 274px;
    flex-shrink: 0;
    border-radius: 10px;
    background-image: url(../images/service/web.png);
    background-size: cover;
    color: #FFF;
    font-family: Roboto Mono;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 40px 20px;
    position: relative;
  }
}

@media (max-width: 1214px) {
  .service-type-box {
    width: 206px;
    height: 254px;
    flex-shrink: 0;
    border-radius: 10px;
    background-image: url(../images/service/web.png);
    background-size: cover;
    color: #FFF;
    font-family: Roboto Mono;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 40px 20px;
    position: relative;
  }
}

.service-type button {
  background-color: transparent;
  border-radius: 30px;
  border: 1px solid #FFF;
  padding: 15px 38px;
  text-decoration: none;
  display: inline-block;
  color: #FFF;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* 152.941% */
}

.team {
  width: 100%;
  height: auto;
  padding: 90px 0;
  background: #181717;
}

.team-content {
  width: 90%;
  max-width: 1300px;
  position: relative;
  margin: auto;
}

.team-content h2 {
  color: #FFF;
  font-family: Roboto Mono;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.team-content p {
  color: #FFF;
  font-family: Roboto Mono;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.team-row {
  margin-top: 66px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}

.team-row div {
  position: relative;
  padding: 0px 80px;
}

.team-row div img {
  height: 361px;
  width: 251px;
}

.team-row .team1 {
  margin-top: 208px;
}

.team-row .team3 {
  margin-top: 136px;
}

.team-row .team-absolute {
  position: absolute;
  width: 140px;
  padding: 2px 22px;
  height: auto;
  background: #CCC;
}

.team-row .team-absolute h2 {
  color: #000;
  font-family: Roboto Mono;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 1251px) {
  .team-row div img {
    height: 341px;
    width: 231px;
  }
}

@media (max-width: 1201px) {
  .team-row div img {
    height: 341px;
    width: 231px;
  }

  .team-row {
    margin-top: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .team-row .team1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .team-row .team3 {
    margin-top: 30px;
  }
}

/************************** UI UX *********************************/
.ui-screen-section1 {
  width: 100%;
  height: auto;
  background-color: #000;
  background-image: url(../images/gifs/ui-ux.gif);
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  background-position: bottom center;
}

@media (max-width: 1200px) {
  .ui-screen-section1 {
    width: 100%;
    height: auto;
    background-color: #000;
    background-image: url(../images/gifs/ui-ux.gif);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    background-position: bottom center;
  }
}

@media (max-width: 1000px) {
  .ui-screen-section1 {
    width: 100%;
    height: 100vh;
    background-color: #000;
    background-image: url(../images/gifs/ui-ux.gif);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    background-position: bottom center;
  }
}

.ui-ux-tabs {
  width: 100%;
  height: auto;
  padding: 90px 0px;
  background-color: #1E2222;
}

.ui-ux-content {
  width: 90%;
  max-width: 1300px;
  height: auto;
  margin: auto;
}

.ui-ux-content h3 {
  color: #FFF;
  font-family: Roboto Mono;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ui-ux-content img {
  width: 100%;
  margin-bottom: 20px;
}

.tab {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 16px;
  margin: 0px 10px;
  transition: 0.3s;
  color: #FFF;
  font-family: Roboto Mono;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


/* Create an active/current tablink class */
.tab button.active {
  border-radius: 18px;
  border: 1px solid #FFF;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  margin-top: 50px;
}

.tabcontent div {
  width: 100%;
  /* display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row; */
}

.tabcontent img {
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 1000px) {

  .ui-ux-content h3 {
    color: #FFF;
    font-family: Roboto Mono;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 2px 6px;
    /* margin: 0px 5px; */
    /* transition: 0.3s; */
    color: #FFF;
    font-family: Roboto Mono;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

.ui-design {
  position: relative;
  box-sizing: content-box;
  width: 100%;
  height: auto;
  /* display: contents; */
}

.ui-design img {
  width: 100%;
}

.wheel1 {
  position: absolute;
  right: 47%;
  top: 25%;
  height: 112px;
  animation: roll 8s linear infinite;
}

.wheel2 {
  position: absolute;
  right: 39%;
  top: 36%;
  height: 174px;
  animation: roll 8s linear infinite;
}

.wheel3 {
  position: absolute;
  right: 9%;
  bottom: 20%;
  height: 92px;
  animation: roll 8s linear infinite;
}

.design-ui-content {
  position: absolute;
  left: 9%;
  top: 20%;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}

.design-ui-content img {
  height: 520px;
}

.design-ui-content button {
  background-color: transparent;
  border-radius: 21px;
  border: 2px solid #FFF;
  padding: 8px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: #FFF;
  font-family: Roboto Mono;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

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

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

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

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

@media (max-width: 1359px) {
  .design-ui-content img {
    height: 450px;
  }
}

@media (max-width: 1241px) {
  .design-ui-content {
    position: absolute;
    left: 3%;
    top: 20%;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
  }

  .design-ui-content img {
    height: 400px;
  }
}

.ui-design-responsive {
  display: none;
}

@media (max-width: 1000px) {
  .ui-design {
    display: none;
  }

  .ui-design-responsive {
    height: auto;
    width: 100%;
    display: flex;
    position: relative;
  }

  .ui-design-responsive img {
    height: auto;
    width: 100%;
  }

  .ui-design-top {
    position: absolute;
    top: 10%;
    right: 10px;
  }

  .ui-design-top img {
    width: 100%;
  }

  .ui-design-bottom {
    position: absolute;
    top: 50%;
    left: 5%;
  }

  .ui-design-bottom img {
    width: 80%;
  }

  .ui-design-bottom button {
    background-color: transparent;
    border-radius: 21px;
    border: 2px solid #FFF;
    padding: 8px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color: #FFF;
    font-family: Roboto Mono;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .wheel1-res {
    position: absolute;
    left: 7%;
    top: 23%;
    animation: roll 8s linear infinite;
  }

  .wheel2-res {
    position: absolute;
    left: 15%;
    top: 27%;
    animation: roll 8s linear infinite;
  }

  .wheel3-res {
    position: absolute;
    right: 9%;
    top: 45%;
    animation: roll 8s linear infinite;
  }
}




.web-screen-section1 {
  width: 100%;
  height: auto;
  background-image: url(../images/gifs/web.gif);
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 1;
}

.web-type {
  width: 100%;
  height: auto;
  padding: 90px;
  background-color: #fff;
}

.web-type h1 {
  color: #163942;
  font-family: Inter;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  margin-bottom: 60px;
}


.tab-web {
  overflow: hidden;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}

.tab-web button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0px 16px;
  transition: 0.3s;
  margin-bottom: 60px;
}

.tab-web button.active {
  border-left: 4px solid #51868C;
  border-top-left-radius: 2px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 4px;
}

.tab-web button h2 {
  color: #51868C;
  text-align: justify;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  /* 220% */
}

.tab-web button h4 {
  color: #242627;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

/* Style the tab content */
.tabcontentweb {
  display: none;
  padding: 6px 12px;
}

.tabcontentweb div {
  width: 100%;
  /* display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row; */
}

.tabcontentweb img {
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 1000px) {
  .web-screen-section1 {
    width: 100%;
    height: 100vh;
    min-height: 800px;
    background-image: url(../images/gifs/web.gif);
    background-size: cover;
    background-position: center;
    mix-blend-mode: luminosity;
    opacity: 1;
  }

}

@media (max-width: 1150px) {
  .tab-web .col-md-3 {
    flex: 0 0 100vw;
    max-width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tab-web button h2 {
    color: #51868C;
    text-align: justify;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    /* 220% */
  }

  .tab-web button h4 {
    color: #242627;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
  }

  .tab-web button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0px 16px;
    transition: 0.3s;
    margin-bottom: 6px;
  }

  .web-type h1 {
    color: #163942;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    margin-bottom: 10px;
  }
}

@media (max-width: 760px) {
  .web-type {
    width: 100%;
    height: auto;
    padding: 90px 9px;
    background-color: #fff;
  }

  .tab-web button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0px 6px;
    width: auto;
    transition: 0.3s;
    margin-bottom: 20px;
  }

  .tab-web button.active {
    border-left: 4px solid transparent;
    border-bottom: 4px solid #51868C;
  }

  .tab-web h4 {
    color: #242627;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
  }

  .tab-web {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }

  .tab-web button h2 {
    color: transparent;
    text-align: justify;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    /* 220% */
  }

  .tab-web button h4 {
    color: #242627;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
  }

  .web-type h1 {
    color: #163942;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    margin-bottom: 10px;
    text-align: center;
  }

  .tab-web .col-md-9 {
    flex: 0 0 100vw;
    max-width: 100vw;
  }
}



/* ********************************************************************************************** */


.web-process {
  background-color: #1E2222;
  height: auto;
  width: 100%;
  padding: 90px 0;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.web-process h2 {
  color: #FFF;
  font-family: Roboto Mono;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 100px;
}

.web-process img {
  margin-bottom: 5%;
  height: auto;
  width: 100%;
}

.web-process-responsive {
  display: none;
}


@media (max-width: 1000px) {
  .web-process {
    display: none;
  }

  .web-process-responsive {
    background-color: #1E2222;
    height: auto;
    width: 100%;
    padding: 90px 0;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .web-process-responsive .process-res-content {
    width: 90%;
  }

  .web-process-responsive .process-res-content h2 {
    color: #FFF;
    font-family: Roboto Mono;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
  }

  .process-res {
    margin-bottom: 30px;
  }

  .process-res h3 {
    color: #FFF;
    font-family: Roboto Mono;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .process-res h4 {
    color: #FFF;
    font-family: Roboto Mono;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .process-res p {
    color: #FFF;
    font-family: Roboto Mono;
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}

@media (max-width: 600px) {
  .web-process-responsive .process-res-content h2 {
    color: #FFF;
    font-family: Roboto Mono;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 100px;
  }
}

.development-process {
  background-color: #1E2222;
  height: auto;
  width: 100%;
  padding: 90px 0;
}

.development-content {
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90%;
  max-width: 1500px;
}

.development-process .development-content h2 {
  color: #FFF;
  font-family: Roboto Mono;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 100px;
}

.development-process .development-content img {
  margin-bottom: 5%;
  height: auto;
  width: 90%;
  display: flex;
}

.development-res {
  display: none;
}

@media (max-width: 1000px) {
  .development-process .development-content h2 {
    color: #FFF;
    font-family: Roboto Mono;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 100px;
  }

  .development-res {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
  }

  .development-process .development-content img {
    display: none;
  }

  .dev-process-res {
    margin-bottom: 30px;
  }

  .dev-process-res h3 {
    color: #FFF;
    font-family: Roboto Mono;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .dev-process-res h4 {
    color: #FFF;
    font-family: Roboto Mono;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .dev-process-res p {
    color: #FFF;
    font-family: Roboto Mono;
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}

/* Enquire form */
.enquire-form {
  height: 100%;
  width: 100%;
  position: relative;
}

.enquire-form-back {
  position: absolute;
  top: 5%;
  left: 5%;
  color: #BABABA;
  font-family: Roboto Mono;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.enquire-form .form-content {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  margin-left: 15%;
  margin-top: 12%;
  width: 70%;
}

.first {
  width: 345px;
}

.last {
  width: 330px;
}

@media (min-width: 1609px) {
  .enquire-form-back {
    position: absolute;
    top: 5%;
    left: 5%;
    color: #BABABA;
    font-family: Roboto Mono;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .enquire-form .form-content {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    margin-left: 19%;
    margin-top: 15%;
    width: 700px;
  }
}

@media (min-width: 1809px) {
  .enquire-form-back {
    position: absolute;
    top: 5%;
    left: 5%;
    color: #BABABA;
    font-family: Roboto Mono;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .enquire-form .form-content {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    margin-left: 25%;
    margin-top: 15%;
    width: 700px;
  }
}

@media (min-width: 1909px) {
  .enquire-form-back {
    position: absolute;
    top: 5%;
    left: 5%;
    color: #BABABA;
    font-family: Roboto Mono;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .enquire-form .form-content {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    margin-left: 39%;
    margin-top: 15%;
    width: 700px;
  }
}

.enquire-form .form-content h3 {
  color: #FFF;
  font-family: Roboto Mono;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.enquire-form .form-content h4 {
  color: #BABABA;
  font-family: Roboto Mono;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.enquire-form .form-content h5 {
  color: #8F8F8F;
  font-family: Roboto Mono;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.enquire-form .form-content button {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  border: none;
  color: #51868C;
  font-family: Roboto Mono;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 12px 33px;
}

.enquire-form .form-content .inp {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #8F8F8F;
  padding: 5px 10px;
  outline: none;
  width: 100%;
  margin-top: 30px;
}

[placeholder]:focus::-webkit-input-placeholder {
  transition: text-indent 0.4s 0.4s ease;
  text-indent: -100%;
  opacity: 1;
}

.enquire-form .form-content .inp::placeholder,
.enquire-form .form-content select {
  color: #FFF;
  font-family: Roboto Mono;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.enquire-form .form-content input[type="checkbox"] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
}

.enquire-form .form-content .inp option {
  color: #000;
  font-family: Roboto Mono;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#charCount {
  color: #888;
  margin-left: auto;
  /* Align to the right */
}

.enquire-form .form-content input {
  color: #fff;
}

.enquire-form img {
  display: flex;
}

@media (max-width: 1009px) {
  .enquire-form img {
    display: none;
  }

  .enquire-form .form-content {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    margin: auto;
    position: relative;
    padding-top: 150px;
    width: 80%;
  }

  .first {
    width: 100%;
  }

  .last {
    width: 100%;
  }
}

/* *********    ecommerce     ******** */
.ecommerce-about-us {
  padding: 10px 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(106deg, #808080 -4.12%, #999 6.98%, #BDBDBD 24.89%, #D8D8D8 43.03%, #ECECEC 61.27%, #F8F8F8 79.68%, #FCFCFC 98.46%);
  background-size: cover;
  background-position: center;
}

.ecommerce-about-us-content {
  width: 90%;
  max-width: 1300px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: relative;
  margin: auto;
}

.ecommerce-about-us-content h2 {
  color: #1E2222;
  font-family: Roboto Mono;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.ecommerce-about-us-content p {
  width: 50%;
  color: #1E2222;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 40px */
}

.ecommerce-about-us img {
  width: 50%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.ecommerce-about-us-content div {
  display: flex;
  flex-direction: column;
}


@media (max-width: 1009px) {
  .ecommerce-about-us-content h2 {
    color: #1E2222;
    font-family: Roboto Mono;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .ecommerce-about-us-content p {
    width: 50%;
    color: #1E2222;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 40px */
  }
}

@media (max-width: 900px) {
  .ecommerce-about-us {
    padding-top: 50px;
    width: 100%;
    height: auto;
    background: linear-gradient(106deg, #808080 -4.12%, #999 6.98%, #BDBDBD 24.89%, #D8D8D8 43.03%, #ECECEC 61.27%, #F8F8F8 79.68%, #FCFCFC 98.46%);
    background-size: cover;
    background-position: center;
  }

  .ecommerce-about-us-content {
    width: 90%;
    max-width: 1300px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin: auto;
  }

  .ecommerce-about-us-content h2 {
    color: #1E2222;
    font-family: Roboto Mono;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .ecommerce-about-us-content p {
    width: 100%;
    color: #1E2222;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 40px */
  }

  .ecommerce-about-us img {
    width: 100%;
    position: absolute;
    top: 70%;
    left: 5%;

  }

  .ecommerce-about-us-content div {
    display: flex;
    flex-direction: column;
    padding-bottom: 90%;
  }
}

@media (max-width: 600px) {
  .ecommerce-about-us img {
    width: 100%;
    position: absolute;
    top: 76%;
    left: 5%;

  }

  .ecommerce-about-us-content div {
    display: flex;
    flex-direction: column;
    padding-bottom: 95%;
  }

  .ecommerce-about-us-content h2 {
    color: #1E2222;
    font-family: Roboto Mono;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

@media (max-width: 470px) {
  .ecommerce-about-us img {
    width: 100%;
    position: absolute;
    top: 80%;
    left: 5%;

  }

  .ecommerce-about-us-content div {
    display: flex;
    flex-direction: column;
    padding-bottom: 95%;
  }
}

@media (max-width: 400px) {
  .ecommerce-about-us img {
    width: 100%;
    position: absolute;
    top: 85%;
    left: 5%;

  }

  .ecommerce-about-us-content div {
    display: flex;
    flex-direction: column;
    padding-bottom: 95%;
  }
}


.get-touch {
  display: flex;
}

.get-touch-res {
  display: none;
}

@media (max-width: 1009px) {
  .get-touch {
    display: none;
  }

  .get-touch-res {
    display: flex;
  }

  .get-touch-res button {
    color: #FFF;
    text-align: center;
    font-family: Roboto Mono;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 17px;
    border: 0.4px solid #FFF;
    background: rgba(81, 134, 140, 0.80);
    padding: 2px 10px;
    margin-top: 10px;
  }
}
















































/* Image hover amination */
.text-animation {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  color: #FFF;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.container-image-animation {
  position: relative;
  width: 100%;
  display: inline-block;
}

.overlay-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  /* Set the width to 100% */
  height: 100%;
  border-radius: 27px;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}


.container-image-animation:hover .overlay-animation,
.container-image-animation:hover .text-animation {
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .container-image-animation {
    margin-bottom: 20px;
  }

  .overlay-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 260px;
    height: 100%;
    border-radius: 27px;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  /* transform: translate(-50%, -10%); */
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  /* max-width: 600px; */
  padding: 40px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 40px;
  cursor: pointer;
  font-size: 70px;
  color: white;
}



.image-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

/* Style the main image */
.main-image {
  height: 70vh;
  width: auto;
  object-fit: cover;
  /* max-width: 80%; */
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

.preview-images {
  height: 200px;
  display: flex;
  justify-content: center;
  gap: 10px;
  /* Adjust the gap between preview images */
  margin-top: 20px;
}

.preview-images img {
  height: 80px;
  width: auto;
  object-fit: fill;
}

/* Style the preview images */
.preview {
  width: 100px;
  /* Set the width of each preview image */
  height: auto;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}

/* Highlight the selected preview image */
.preview:hover {
  opacity: 0.7;
}

/* Add animation to the sliding effect */
.image-gallery.active .main-image {
  transform: translateX(-100%);
}

@media screen and (max-width: 900px) {
  .main-image {
    margin-top: 50%;
    height: 70vh;
    width: auto;
    object-fit: cover;
    /* max-width: 80%; */
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
  }

  .preview-images {
    width: 100%;
    height: 100px;
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }

  .preview-images img {
    height: 80px;
    width: auto;
    object-fit: fill;
  }

  .image-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }

  /* .modal {
    display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 2;
  } */

  .main-image {
    height: auto;
    width: auto;
    object-fit: cover;
    /* max-width: 80%; */
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
  }
}

@keyframes nudge {

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

  50% {
    transform: translate(30px, -1px);
  }

  80% {
    transform: translate(-30px, -2px);
  }
}

@keyframes nudge-large {

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

  50% {
    transform: translate(-30px, -1px);
  }

  80% {
    transform: translate(30px, -2px);
  }
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(.3);
  }

  50% {
    transform: scale(1.5);
  }
}