@import url("https://fonts.googleapis.com/css2?family=Allerta&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allerta&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "Pacifico";
  src: URL("/fonts/Pacifico/Pacifico-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Parisienne";
  src: URL("/fonts/Parisienne/Parisienne-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Shrikhand";
  src: URL("/fonts/Shrikhand/Shrikhand-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Rock_Salt";
  src: URL("/fonts/Rock_Salt/RockSalt-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Arizonia";
  src: URL("/fonts/Arizonia/Arizonia-Regular.ttf") format("truetype");
}

.login-sec {
  position: relative;
  padding-top: 20px;
  height: 100%;
  margin: 0px 50px 20px 50px;
}

.login-sec .flag-img {
  position: absolute;
  right: 50px;
}

.login-sec .login-con {
  display: flex !important;
  justify-content: space-between !important;
  margin-top: 50px;
  gap: 30px;
  position: relative;
  z-index: 1;
  display: none;
}

.forget {
  display: flex !important;
  justify-content: center !important;
}

.login-sec .bottomImg {
  position: absolute;
  bottom: 0px;
  left: 0;
}

.login-con .left {
  flex: 1;
  width: 100%;
  min-width: 777px;
  height: auto;
  background-color: #fff;
  border-top: 15px solid #e0211d;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 1px 20px 0px rgb(190, 189, 189);
}

.login-con .left h3 {
  font-family: "Allerta";
  font-size: 32px;
  font-weight: 500;
  line-height: 41px;
  color: #e0211d;
}

.login-con .left h3 span {
  font-family: "Allerta";
  font-size: 22px;
  font-weight: 400;
  line-height: 28.12px;
  color: #000;
  display: block;
}

.login-con .left .hr {
  background-color: #e0211d;
  height: 2px;
  border: none;
  width: 80px;
  margin: 0;
  margin-top: 20px;
}

.login-con .left p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 0;
  margin-bottom: 50px;
  margin-top: 10px;
}
.login-con .left .video-sec {
  margin-top: 100px;
}

.login-con .right {
  flex: 0.5;
  width: 100%;
  min-width: 400px;
  height: auto;
  background-color: #fff;
  border-top: 15px solid #e0211d;
  border-radius: 12px;
  padding: 20px;
  padding-bottom: 0px;
  box-shadow: 0px 1px 20px 0px rgb(190, 189, 189);
}

.login-con .right .top {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
}

.login-con .right .top .hr {
  width: 2px;
  height: 40px;
  background-color: #e0211d;
}

.login-con .right .top h4 {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.login-con .right .top h4 span {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  display: block;
}

.login-con .right form {
  padding-top: 20px;
}

.login-con .right form label {
  font-family: "poppins";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.login-con .right form .login-input-field {
  display: flex;
  justify-content: space-between;
  width: 95%;
  height: 45px;
  border: 2px solid #d9d9d9;
  border-radius: 11px;
  padding: 10px;
  align-items: center;
  margin-top: 10px;
  background-color: #fcfcfc;
}

.login-con .right form .login-input-field input {
  border: none;
  outline: none;
  background: none;
  width: 90%;
  font-size: 16px;
  color: #666666;
}

.login-con .right form .login-input-field input::placeholder {
  font-size: 16px;
  font-weight: 400;
  font-family: "poppins";
  line-height: 16px;
  color: #666666;
}

.login-con .right form .checkbox {
  display: flex;
  align-items: center;
  gap: 5px;
}

.login-con .right form .checkbox p {
  color: #e0211d;
  font-family: "poppins";
  font-size: 14px;
  font-weight: 600;
}

.login-con .right form button {
  width: 100%;
  background-color: #e0211d;
  padding: 20px;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 12px;
  margin-top: 20px;
  cursor: pointer;
}

.login-con .right form p {
  font-weight: 400;
  font-size: 16px;
  font-family: "poppins";
  text-align: center;
  line-height: 24px;
}

.login-con .right form p span a {
  color: #e0211d;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

/* -----------------------------------signup-sec----------------------- */
.signup-sec {
  position: relative;
  padding-top: 20px;
  padding-inline: 50px;
}

.signup-sec .signup-con {
  margin-top: 60px;
  display: flex;
  justify-content: space-between !important;
  gap: 40px;
  margin-bottom: 10px;
}

.signup-sec .signup-con .left {
  flex: 1;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.signup-sec .signup-con .left-top {
  /* flex: 1; */
  height: auto;
  background-color: #fff;
  border-top: 15px solid #e0211d;
  border-radius: 30px;
  padding: 20px;
  box-shadow: 0px 1px 20px 0px rgb(190, 189, 189);
}

.signup-con .left-top h3 {
  font-family: "poppins";
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #000000;
}

.signup-con .left-top p {
  font-family: "poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-top: 40px;
}

.signup-sec .signup-con .left-bottom {
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
  box-shadow: 0px 1px 20px 0px rgb(190, 189, 189);
  height: 100%;
}

.signup-sec .signup-con .left-bottom .left-bottom-img {
  border: 1px solid #e0221e;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  height: 100%;
  cursor: pointer;
}

.signup-sec .signup-con .left-bottom .left-bottom-img img {
  margin-top: 30px;
}

.signup-sec .signup-con .right {
  flex: 0.5;
  height: auto;
  background-color: #fff;
  border-top: 15px solid #e0211d;
  border-radius: 30px;
  padding: 20px;
  padding-bottom: 0px;
  box-shadow: 0px 1px 20px 0px rgb(190, 189, 189);
}

.signup-sec .flag-img {
  position: absolute;
  right: 50px;
}

.signup-sec .signup-bottom-img {
  position: absolute;
  bottom: -30px;
  left: 0;
  object-fit: contain;
  z-index: -1;
}

.signup-con .right .top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.signup-con .right .top .hr {
  width: 2px;
  height: 40px;
  background-color: #e0211d;
  margin: 0;
  border: none;
}

.signup-con .right .top p {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  width: 250px;
}

.signup-con .right form .signup-input-field {
  display: flex;
  justify-content: space-between;
  width: 95%;
  border: 2px solid #d9d9d9;
  border-radius: 11px;
  padding: 10px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 45px;
}

.signup-input-field select {
  border: none;
  outline: none;
  background: none;
  width: 100%;

  color: #666666;
}

.signup-con .right form .signup-input-field input {
  border: none;
  outline: none;
  background: none;
  width: 90%;
}

.signup-con .right form .signup-input-field input::placeholder {
  font-size: 16px;
  font-weight: 400;
  font-family: "poppins";
  line-height: 16px;
  color: #666666;
}

.signup-con .right form .checkbox {
  display: flex;
  align-items: center;
  gap: 5px;
}

.signup-con .right form .signup-btn {
  width: 100%;
  background-color: #e0211d;
  padding: 20px;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 12px;
  margin-top: 20px;
  font-size: 16px;
}

.signup-con .right form label {
  font-family: "poppins";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.signup-con .right form .checkbox p {
  color: #e0211d;
  font-family: "poppins";
  font-size: 14px;
  font-weight: 600;
  padding: 0;
}

.signup-con .right form p {
  font-weight: 400;
  font-size: 16px;
  font-family: "poppins";
  text-align: center;
  line-height: 24px;
  color: #000000;
  margin: 0;
  padding: 20px 0px;
}

.signup-con .right form p span a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #e0211d;
}

.sidebar-con .logo{
  display: none;
}
/* ---------------------sidebar---------------------- */
.sidebar-con {
  background-image: url("/images/sidebar-bg.png");
  background-size: cover;
  /* transition: width 0.3s ease; */
  position: fixed !important;
  z-index: 100;
  height: 100vh !important;
}

.sidebar-con.open {
  width: 250px;
}

.sidebar-con.closed {
  width: 80px;
}

.header {
  margin-left: 0px !important;
}

.menubar {
  position: absolute;
  right: 10px;
  color: #ffffff;
  top: 10px;
  cursor: pointer;
}

.menu-center {
  position: absolute;
  right: 20px;
  color: #ffffff;
  top: 10px;
  cursor: pointer;
}

.menu-items {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.menu-items-active {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.menu-item {
  display: flex;
  align-items: center;
  padding: 7px 15px 7px 15px;
  margin: 0px 15px 0px 15px;
  gap: 15px;
}

.menu-item p {
  color: #ffffff;
  font-family: "poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
}

.menu-item p.active-text {
  color: #000000;
}

.menu-item.active {
  background-color: #ffffff;
  border-radius: 10px;
}

/* .center {
  margin: 0 auto;

} */

.pageName h1 {
  color: #ffffff;
  font-family: "Atmospheric";
  font-size: 20px;
  margin-top: 50px;
  padding-left: 20px;
}

.mobile-view-items {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.mobile-view-items .profile-sec {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-view-items .profile-sec h3 {
  font-family: "poppins";
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.mobile-view-items {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.mobile-view-items .profile-sec {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-view-items .profile-sec h3 {
  font-family: "poppins";
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

/* -------------------------------navbar--------------------------- */
.mobile-nav-item {
  display: none;
}

.progress {
  display: none;
}

.navbar {
  background-color: #ffffff;
  border-bottom: 20px solid #e0221e;
  position: fixed;
  width: 100%;
  z-index: 99;
  margin-left: 200px;
}

.navbar.closed {
  margin-left: 70px;
}

.navbar .header-top {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  align-items: center;
  margin-inline: 70px;
  width: 100%;
}

.navbar .header-top .right {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: 300px;
}
.navbar .header-top .right option {
  font-family: "poppins";
  font-size: 16px;
}

.logout-button {
  background-color: #e0221e;
  width: max-content;
  height: 40px;
  border-radius: 10px;
  border: none;
  outline: none;
  color: #fff;
  /* margin-left: 10px; */
  cursor: pointer;
  font-family: "poppins";
  font-weight: 700;
  line-height: 13px;
  padding: 0px 10px;
}
.navbar .header-top .right select {
  font-family: "poppins";
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  border: none;
  outline: none;
}

.navbar .header-bottom {
  margin-top: 10px;
  width: auto;
  position: absolute;
  bottom: -20px;
  left: 95px;
}

.navbar .header-bottom img {
  width: 100%;
  object-fit: cover;
}

.header-lang-buttons {
  display: flex;
  background-color: #ececec;
  width: max-content;
  border-radius: 20px;
  height: 25px;
}

.header-lang-btn {
  /* background-color: #ffffff; */
  color: #000;
  border: none;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
}

.header-active-lang-btn {
  background-color: #e0221e;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

/* ----------------------------------landing-header-------------------------------- */
.navbar-landing {
  
  position: relative;
  /* z-index: 1; */
  /* padding-top: 10px; */
  /* width: 100%; */
}
.navbar-landing-bg{
  background-image: url("/images/navbar-bg-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 500px;
  position: relative;
  /* z-index: -1; */
}
.landing-header-con{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.landing-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:15px  40px 15px 30px;
  width: 100%;
  max-width: 80%;
  border-radius: 80px;
  background-color: #ffffff;
  margin-top: 30px;
}
.landing-header .right {
  display: flex;
  align-items: center;
  gap: 10px;
  /* width: calc(100% - 300px); */
}

.landing-header .center ul {
  display: flex;
  /* box-shadow: 0px 33px 30px 0px #00000026; */
  /* background-color: #fff; */
  margin: 0;
  /* padding: 0 35px; */
  /* border-radius: 36px; */
  gap: 50px;
}

.landing-header .center ul a.active {
}

.landing-header .center ul a.active li {
  color: #e0201c;
  font-weight: 600;
}

.landing-header .center ul li {
  display: flex;
  /* box-shadow: 0px 33px 30px 0px #00000026; */
  background-color: #fff;
  margin: 0;
  padding: 16px 0px;
  border-radius: 36px;
  text-decoration: none;
  color: #212529;
  font-family: "poppins";
}
.center ul a.active {
  border-bottom: 1px solid #e11f1c;
  color: #e11f1c;
}
.nav-hamberger {
  display: none;
}

.hamburger-mobile {
  display: none;
}

.mobile-nav {
  display: none;
}

/* --------------------------------------dashboard------------------------------ */
.dashboard-con {
  display: flex;
  width: 100%;
}

.dashboard {
  margin-bottom: 20px;
  width: 100%;
}

.dashboard .dashboard-main {
  height: auto;
  box-shadow: 0px 1px 20px 0px rgb(190, 189, 189);
  background-color: #fff;
  /* margin-inline: 40px; */
  border-radius: 30px;
  margin-top: 150px;
  position: relative;
  padding-bottom: 20px;
  z-index: 1;
  margin-left: 280px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dashboard-main.closed {
  margin-left: 120px;
}

.dashboard-main .top {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  padding: 50px 0px;
  gap: 80px;
}

.dashboard-main .top p {
  margin: 0;
  font-family: "poppins";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.dashboard-main .top p span {
  color: #e0221e;
  word-break: break-all;
}

.dashboard-main .top div {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 20px;
}

.dashboard-main .top button:nth-child(1) {
  background-color: #000000;
  width: 129px;
  height: 67px;
  border-radius: 10px;
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  font-family: "poppins";
  font-weight: 700;
}

.dashboard-main .top button:nth-child(2) {
  background-color: #e0221e;
  width: 129px;
  height: 67px;
  border-radius: 10px;
  border: none;
  outline: none;
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
  font-family: "poppins";
  font-weight: 700;
}

.dashboard-main .center {
  /* padding-inline: 50px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}

.dashboard-main .center .left {
  width: 500px;
  height: 219px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  background-color: #fff5f5;
  color: #e0221e;
  padding: 20px 0px;
}

.dashboard-main .center .left:hover {
  background: linear-gradient(to right, #e0221e 0%, #8f0000 100%);
}

.dashboard-main .center .left:hover * {
  color: #ffffff;
}

.dashboard-main .center .left p {
  font-size: 20px;
  font-weight: 400;
  font-family: "poppins";
  color: #e0221e;
  line-height: 30px;
}

.dashboard-main .center .left p span {
  display: block;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  padding-top: 10px;
}

.dashboard-main .center .right {
  width: 500px;
  height: 219px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  background-color: #fff5f5;
  color: #e0221e;
  padding: 20px 0px;
}

.dashboard-main .center .right:hover {
  background: linear-gradient(to right, #e0221e 0%, #8f0000 100%);
}

.dashboard-main .center .right:hover * {
  color: #ffffff;
}

.dashboard-main .center .right p {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-family: "poppins";
  color: #e0221e;
}

.dashboard-main .center .right p span {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  display: block;
  padding-top: 10px;
}

.dashboard-main .bottom {
  padding: 50px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 1;
}

.dashboard-main .bottom .left {
  width: 500px;

  height: 219px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  background-color: #fff5f5;
  color: #e0221e;
  padding: 20px 0px;
}

.dashboard-main .bottom .left:hover {
  background: linear-gradient(to right, #e0221e 0%, #8f0000 100%);
}

.dashboard-main .bottom .left:hover * {
  color: #ffffff;
}

.dashboard-main .bottom .left p {
  font-family: "poppins";
  font-size: 50px;
  color: #e0221e;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
}

.dashboard-main .bottom .left button {
  width: 135px;
  height: 55px;
  background-color: #000000;
  color: #fff;
  border-radius: 10px;
  margin-top: 10px;
  border: none;
  outline: none;
  font-family: "poppins";
  font-weight: 700;
  cursor: pointer;
}

.dashboard-main .bottom .right {
  width: 500px;

  height: 219px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  background-color: #fff5f5;
  color: #e0221e;
  padding: 20px 0px;
}

.dashboard-main .bottom .right:hover {
  background: linear-gradient(to right, #e0221e 0%, #8f0000 100%);
}

.dashboard-main .bottom .right:hover * {
  color: #ffffff;
}

.dashboard-main .bottom .right p {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-family: "poppins";
  color: #e0221e;
}

.dashboard-main .bottom .right p span {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  display: block;
  padding-top: 10px;
}

.dashboard-main .dropdown {
  display: flex;
  gap: 80px;
  position: relative;
  z-index: 1;
  /* padding: 0px 50px; */
}

.dashboard-main .dropdown select {
  width: 800px;
  outline: none;
  height: 67px;
  border: 1px solid #d9d9d9;
  background-color: #fcfcfc;
  border-radius: 11px;
  padding: 10px;
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  font-family: "poppins";
}

.dashboard-main .dropdown .show-more {
  width: max-content;
  height: 67px;
  background-color: #000000;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  align-items: center;
}

.dashboard-main .dropdown .show-more button {
  width: 179px;
  color: #fff;
  font-family: "poppins";
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
}

.dashboard-main .bottom-img {
  position: absolute;
  bottom: 0px;
  left: 0;
}

.show-more-sec {
  background-color: #fff;
  box-shadow: 0px 1px 20px 0px rgb(190, 189, 189);
  margin-top: 20px;
  position: relative;
  border-radius: 30px;
  margin-inline: 30px;
  height: auto;
  padding-bottom: 20px;
  margin-left: 280px;
}

.show-more-sec.closed {
  margin-left: 120px;
}

.show-more-sec .head-sec {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #e0221e;
}

.show-more-sec .head-sec p {
  margin: 0;
  padding: 15px 0px 15px 30px;
  color: #fff;
  font-weight: 600;
  font-family: "poppins";
  line-height: 33px;
  font-size: 22px;
}

.show-more-sec img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.show-more-sec .values-sec {
  display: flex;
  justify-content: space-between;
  background-color: #fff4f4;
  border-radius: 12px;
  padding: 20px 10px 20px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  margin-inline: 20px;
  border: 1px solid #d9d9d9;
  height: auto;
}

.show-more-sec .values-sec div {
  display: flex;
  align-items: center;
  gap: 15px;
}

.show-more-sec .values-sec div p {
  margin: 0;
  color: #666666;
  font-size: 14px;
  font-family: "poppins";
  font-weight: 400;
  line-height: 16px;
}

.show-more-sec .values-sec div span {
  color: #000000;
  font-family: "poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

/* -----------------------------------------invest-franchise-sec-------------------- */

.invest-sec {
  /* display: flex; */
}

.invest-con {
  width: 100%;
  position: relative;
  z-index: 10;
}

.invest-main {
  height: auto;
  box-shadow: 0px 1px 20px 0px rgb(190, 189, 189);
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  padding-bottom: 50px;
  /* margin: 20px 40px 20px 40px; */
  margin-right: 30px;
  margin-bottom: 20px;
  margin-left: 280px;
  margin-top: 120px;
}

.invest-main.closed {
  margin-left: 120px;
}

.invest-main .bottom-img {
  position: absolute;
  bottom: 0px;
  left: 0;
}

.invest-main .rightBgImg {
  position: absolute;
  right: 0;
  height: 250px;
}

.invest-main h5 {
  font-family: "poppins";
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  padding: 40px 50px 0px 50px;
  position: relative;
  z-index: 100;
}

.invest-main .search-sec {
  height: 67px;
  border: 1px solid #d9d9d9;
  border-radius: 11px;
  margin-top: 30px;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  padding: 0px 10px 0px 10px;
  position: relative;
  z-index: 999;
  background-color: #fff;
  margin-inline: 50px;
}

.search-sec .input-field-sec {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-sec .input-field-sec input {
  border: none;
  outline: none;
  padding: 10px;
  width: 100%;
  /* min-width: 200px; */
}

.search-sec .input-field-sec input::placeholder {
  font-family: "poppins";
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  font-weight: 400;
}

.search-sec .location-sec {
  display: flex;
  gap: 10px;
  align-items: center;
}

.search-sec .location-sec select {
  width: 100%;
  /* min-width: 200px; */
  padding: 5px;
  border: none;
  outline: none;
  font-family: "poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #666666;
  background: none;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}

.card-sec {
  /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap; */
  position: relative;
  z-index: 1;
  margin-inline: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;

  /* grid-template-columns: repeat(auto-fit, minmax(400, 1fr)); */
}

.card-sec .type-img {
  width: 100%;
  border-radius: 6px;
}

.card-sec .card {
  width: 100%;
  max-width: 300px;
  margin-top: 50px;
  cursor: pointer;
  height: auto;
  /* background-color: lightgrey; */
  padding: 15px;
  border-radius: 12px;
  border: 1.53px solid #ede6e6;
  position: relative;
}

.card-sec .card .card-main-img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.card .card-content {
  margin-top: 10px;
}

.card .card-content h3 {
  font-size: 16px;
  font-family: "poppins";
  font-weight: 700;
  line-height: 24px;
  color: #000;
}

.card .card-content p {
  font-family: "poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  word-break: break-word;
}

.card .card-content p span {
  color: #e0221e;
  font-weight: 700;
}

.card .card-content .location {
  display: flex;
  align-items: center;
  gap: 10px;
}

.card .card-content .location p {
  font-size: 16px;
  font-weight: 400;
  font-family: "poppins";
  line-height: 18px;
}

.card-btn button {
  cursor: pointer;
  width: 300px;
  height: 67px;
  background-color: #e0221e;
  font-family: "poppins";
  font-weight: 700;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  border-radius: 10px;
  margin-top: 10px;
}

.card-btn button:hover {
  background-color: #fff;
  color: #e0221e;
  border: 2px solid #e0221e;
}

.show-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  text-align: center;
}

.show-btn button {
  width: 546px;
  height: 67px;
  color: #ffffff;
  background-color: #000000;
  border: none;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
  font-family: "poppins";
  font-weight: 700;
  font-size: 16px;
}

/* -------------table-------------------------- */
table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fcfcfc;
}

th {
  color: #fff;
  border: 1px solid #d9d9d9;
  padding: 8px;
  text-align: center;
  font-family: "poppins";
  font-size: 16px;
  background-color: #000000;
  font-weight: 400;
}

td {
  border: 1px solid #d9d9d9;
  padding: 8px;
  text-align: center;
  font-family: "poppins";
  font-size: 16px;
  color: #666666;
}

/* ----------------------------------------wallet-sec------------------------------------- */
.wallet-sec {
  display: flex;
  width: 100%;
}

.wallet-con {
  width: 100%;
  margin-bottom: 30px;
}

.wallet-sec .wallet-main {
  height: auto;
  padding-inline: 50px;
  box-shadow: 0px 1px 20px 0px rgb(190, 189, 189);
  background-color: #fff;
  border-radius: 30px;
  margin-top: 150px;
  position: relative;
  padding-bottom: 50px;
  z-index: 1;
  margin-right: 30px;
  margin-left: 280px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.wallet-sec .wallet-main.closed {
  margin-left: 120px;
}

.wallet-main .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0px;
  width: 100%;
  flex-wrap: wrap;
}

.wallet-main .top p {
  margin: 0;
  font-family: "poppins";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.wallet-main .top p span {
  color: #e0221e;
}

.wallet-main .top button:nth-child(1) {
  background-color: #000000;
  width: max-content;
  height: 67px;
  border-radius: 10px;
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  font-family: "poppins";
  font-weight: 700;
  padding: 0px 30px 0px 40px;
  font-size: 16px;
}

.wallet-main .center {
  display: flex;
  align-items: center;
  gap: 80px;
}

.wallet-main .center .left {
  width: 500px;
  height: 219px;
  background-color: #fff5f5;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  color: #e0221e;
}

.wallet-main .center .left:hover {
  background: linear-gradient(to right, #e0221e 0%, #8f0000 100%);
}

.wallet-main .center .left:hover * {
  color: #ffffff;
}

.wallet-main .center .left p {
  font-size: 20px;
  font-weight: 400;
  font-family: "poppins";
  color: #e0221e;
  line-height: 30px;
}

.wallet-main .center .left p span {
  display: block;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  padding-top: 10px;
}

.wallet-main .center .right {
  width: 500px;
  height: 219px;
  background-color: #fff5f5;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.wallet-main .center .right:hover {
  background: linear-gradient(to right, #e0221e 0%, #8f0000 100%);
}

.wallet-main .center .right:hover * {
  color: #ffffff;
}

.wallet-main .center .right p {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-family: "poppins";
  color: #e0221e;
}

.wallet-main .center .right p span {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  display: block;
  padding-top: 10px;
}

.wallet-main .bottom {
  padding: 50px 0px;
  display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 1;
}

.wallet-main .bottom .left {
  width: 500px;
  height: 219px;
  background-color: #fff5f5;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
}

.wallet-main .bottom .left .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wallet-main .bottom .left:hover {
  background: linear-gradient(to right, #e0221e 0%, #8f0000 100%);
}

.wallet-main .bottom .left:hover * {
  color: #ffffff;
}

.wallet-main .bottom .left p {
  font-family: "poppins";
  font-size: 20px;
  color: #e0221e;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

.wallet-main .bottom .left p span {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  display: block;
}

.wallet-main .bottom .left button {
  width: 135px;
  height: 55px;
  background-color: #000000;
  color: #fff;
  border-radius: 10px;
  margin-top: 10px;
  border: none;
  outline: none;
  font-family: "poppins";
  font-weight: 700;
}

.wallet-main .bottom .right {
  width: 500px;
  height: 219px;
  background-color: #fff5f5;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.wallet-main .bottom .right:hover {
  background: linear-gradient(to right, #e0221e 0%, #8f0000 100%);
}

.wallet-main .bottom .right:hover * {
  color: #ffffff;
}

.wallet-main .bottom .right p {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-family: "poppins";
  color: #e0221e;
}

.wallet-main .bottom .right p span {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  display: block;
  padding-top: 10px;
}

.wallet-main .bottom-img {
  position: absolute;
  bottom: 0px;
  left: 0;
}

/* -----------------------wallet-show-more-sec-------------------------- */
.wallet-show-more-sec {
  background-color: #fff;
  box-shadow: 0px 1px 20px 0px rgb(190, 189, 189);
  margin-top: 20px;
  position: relative;
  border-radius: 30px;
  height: auto;
  padding-bottom: 1px;
  z-index: 1;
  width: 100%;
}

.wallet-show-more-sec .head-sec {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #e0221e;
}

.wallet-show-more-sec .head-sec p {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  color: #fff;
  font-weight: 600;
  font-family: "poppins";
  line-height: 33px;
  font-size: 22px;
}

.wallet-show-more-sec img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.table-border-radius {
  border-radius: 12px;
}

.wallet-table {
  padding-inline: 30px;
  border-radius: 12px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  overflow-x: auto;
}

tr.active {
  background-color: #fff2f2;
}

/* --------------------------------franchise-detail-sec----------------------------- */
.card-detail-sec {
  display: flex;
}

.card-detail-con {
  width: 100%;
  margin-left: 280px;
  margin-right: 30px;
  margin-top: 150px;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}

.card-detail-con.closed {
  margin-left: 120px;
}

.card-detail-con .card-details {
  height: auto;
}

.card-detail-con .card-details .top {
  box-shadow: 0px 1px 20px 0px rgb(190, 189, 189);
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  padding: 30px 30px 30px 30px;
}

.card-detail-con .card-details .top img {
  position: absolute;
  right: 0;
  top: 0;
  height: 130px;
  width: auto;
}

.card-detail-con .card-details .top h3 {
  font-family: "poppins";
  font-weight: 700;
  line-height: 24px;
  color: #000000;
  font-size: 16px;
  /* padding-bottom: 10px; */
}

.card-detail-con .card-details .top .scrollable-paragraph {
  max-height: 150px;
  /* Set a max height for scrolling */
  overflow-y: auto;
  /* Enable vertical scrolling */
  font-family: "Poppins";
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  font-size: 16px;
  /* padding: 10px; */
  /* Add some padding */
  border-radius: 5px;
  /* Optional: rounded corners */
  position: relative;
  z-index: 1;
}

/* Scrollbar styles */
.scrollable-paragraph::-webkit-scrollbar {
  width: 8px;
  /* Width of the scrollbar */
}

.scrollable-paragraph::-webkit-scrollbar-thumb {
  background-color: #e0221e;
  /* Color of the scrollbar thumb */
  border-radius: 30px;
}

.scrollable-paragraph::-webkit-scrollbar-track {
  background: #fb9696;
  border-radius: 30px;
}

.card-detail-con .card-details .bottom {
  box-shadow: 0px 1px 20px 0px rgb(190, 189, 189);
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  margin-top: 30px;
}

.card-detail-con .card-details .bottom .bottomBgImg {
  position: absolute;
  bottom: 0px;
  left: 0;
}

.card-detail-con .card-details .bottom .bottom-con {
  padding: 40px 30px 40px 30px;
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 999;
}

.bottom .bottom-con .left {
  max-width: 500px;
  height: 400px;
}

.bottom-con .left .card-details-img {
  width: 500px;
  height: 400px;
  border-radius: 12px;
}

.bottom-con .left .card-details-video {
  width: 500px;
  height: 400px;
  border-radius: 12px;
}

.card-details .bottom .bottom-con .card-details-content {
  width: 500px;
  height: auto;
  margin-top: 40px;
}

.card-details .bottom .bottom-con .card-details-content .head .span > span {
  color: #e0221e;
}

.card-details .bottom .bottom-con .card-details-content .head h3 {
  font-family: "poppins";
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}

.card-details .bottom .bottom-con .card-details-content .head p {
  font-family: "poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  margin: 0px;
  margin-bottom: 10px;
}

.progress-container {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.progress-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: #a50c0c;
  /* Default background */
  outline: none;
  position: relative;
  z-index: 2;
  /* Ensure it is above the progress bar */
  border-radius: 12px;
}

.progress-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Hide default thumb */
  appearance: none;
  width: 20px;
  /* Size of the thumb */
  height: 20px;
  /* Size of the thumb */
  background: #e04b49;
  /* Thumb color */
  border-radius: 50%;
  /* Round thumb */
  cursor: pointer;
  /* Change cursor to pointer */
  position: relative;
  z-index: 3;
  /* Ensure thumb is above the progress bar */
}

.card-details-content .investors,
.card-details-content .location {
  display: flex;
  align-items: center;
  /* Center the image and text vertically */
  margin-bottom: 10px;
  /* Space between items */
  gap: 10px;
}

.card-details-content .investors p,
.card-details-content .location p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
  font-family: "poppins";
}

.card-details-content .min-investment {
  font-family: "poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #666666;
  margin: 0;
  margin-left: 40px;
}

.card-details-content .min-investment > span {
  color: #e0221e;
}

.card-details-content button {
  width: 100%;
  height: 67px;
  border: none;
  /* Remove border */
  border-radius: 10px;
  /* Rounded corners */
  background-color: #e11f1c;
  /* Button color */
  color: white;
  /* Button text color */
  cursor: pointer;
  /* Pointer cursor */
  text-align: center;
  font-family: "poppins";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-top: 40px;
}

/* --------------------------checkout-sec------------------------------ */

.checkout-sec {
  display: flex;
  width: 100%;
}

.checkout-sec .checkout-con {
  width: 100%;
}

.checkout-sec .checkout-con .checkout-main {
  display: flex;
  gap: 30px;
  margin-top: 150px;
  margin-right: 30px;
  margin-left: 280px;
  margin-bottom: 30px;
}

.checkout-con .checkout-main.closed {
  margin-left: 120px;
}

.checkout-con .checkout-main .left {
  flex: 1;
  background-color: #fff;
  padding: 20px;
  border-radius: 30px;
  width: 100%;
  position: relative;
}

.checkout-con .checkout-main .left .bg-img {
  position: absolute;
  top: 0;
  right: 0;
}

.checkout-con .checkout-main .left .steps-complete {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkout-con .checkout-main .left .steps-complete p {
  font-family: "poppins";
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
}

.checkout-con .checkout-main .left .head h2 {
  font-family: "poppins";
  font-size: 26px;
  line-height: 39px;
  color: #000000;
  font-weight: 700;
}

.checkout-con .checkout-main .left .head p {
  font-family: "poppins";
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

.checkout-con .checkout-main .left .select div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkout-main .left .select div p {
  font-family: "poppins";
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
}

.checkout-main .left .one {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.checkout-main .left .one .content h3 {
  font-family: "poppins";
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.checkout-main .left .one .content div {
  width: 307px;
  height: 47px;
  border: 1px solid #d9d9d9;
  background-color: #fcfcfc;
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  font-family: "poppins";
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  font-weight: 400;
  justify-content: center;
  align-items: flex-start;
}

.checkout-main .left .one .content div span {
  display: block;
  font-size: 12px;
  line-height: 16px;
}

.checkout-main .left .two {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.checkout-main .left .two .content h3 {
  font-family: "poppins";
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.checkout-main .left .two .content div {
  width: 307px;
  height: 47px;
  border: 1px solid #d9d9d9;
  background-color: #fcfcfc;
  border-radius: 11px;
  display: block;
  padding: 10px;
  font-family: "poppins";
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  font-weight: 400;
  align-items: flex-start;
}

.checkout-main .left .two .content div span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin-top: 3px;
}

.checkout-main .left .two .content .copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.checkout-main .left .two .content .copy img {
  cursor: pointer;
}

.checkout-main .left p:nth-child(6) {
  font-family: "poppins";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #000000;
  margin-top: 30px;
}

.checkout-main .left span:nth-child(7) {
  color: #e0221e;
  font-size: 12px;
  font-family: "poppins";
  font-weight: 400;
  line-height: 16px;
}

.checkout-con .checkout-main .right {
  flex: 0.5;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.checkout-main .right .top,
.checkout-wallet-main .right .top {
  background-color: #ffffff;
  border-radius: 30px;
  height: auto;
}

.checkout-main .right .head,
.checkout-wallet-main .right .head {
  background-color: #e0221e;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  height: 61px;
  align-items: center;
  display: flex;
}

.checkout-main .right .top .head p,
.checkout-wallet-main .right .top .head p {
  margin: 0;
  padding-left: 20px;
  color: #ffffff;
  font-family: "poppins";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.checkout-main .right .top .top-content,
.checkout-wallet-main .right .top .top-content {
  padding: 20px;
  max-height: 100px;
  /* Set a max height for scrolling */
  overflow-y: auto;
  /* Enable vertical scrolling */
  margin-top: 10px;
}

/* Scrollbar styles */
.checkout-main .right .top .top-content::-webkit-scrollbar,
.checkout-wallet-main .right .top .top-content::-webkit-scrollbar {
  width: 8px;
  /* Width of the scrollbar */
  margin-top: 10px;
}

.checkout-main .right .top .top-content::-webkit-scrollbar-thumb,
.checkout-wallet-main .right .top .top-content::-webkit-scrollbar-thumb {
  background-color: #e0221e;
  /* Color of the scrollbar thumb */
  border-radius: 30px;
}

.checkout-main .right .top .top-content::-webkit-scrollbar-track,
.checkout-wallet-main .right .top .top-content::-webkit-scrollbar-track {
  background: #fb9696;
  border-radius: 30px;
}

.checkout-main .right .top .top-content h3,
.checkout-wallet-main .right .top .top-content h3 {
  font-family: "poppins";
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

.checkout-main .right .top .top-content p,
.checkout-wallet-main .right .top .top-content p {
  font-family: "poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
}

.checkout-main .right .top .bottom-content,
.checkout-wallet-main .right .top .bottom-content {
  border: 1px solid #ffcccc;
  background-color: #fff2f2;
  padding: 20px;
  border-radius: 14px;
  margin: 40px 20px 20px 20px;
}

.checkout-main .right .top .bottom-content p,
.checkout-wallet-main .right .top .bottom-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  font-family: "poppins";
}

.checkout-main .right .top .bottom-content div,
.checkout-wallet-main .right .top .bottom-content div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.checkout-main .right .top .bottom-content div h6,
.checkout-wallet-main .right .top .bottom-content div h6 {
  font-family: "poppins";
  font-weight: 700;
  line-height: 24px;
  font-size: 16px;
}

.checkout-main .right .top .bottom-content div span,
.checkout-wallet-main .right .top .bottom-content div span {
  font-family: "poppins";
  font-weight: 700;
  line-height: 24px;
  font-size: 16px;
  color: #e0221e;
}

.checkout-main .right .bottom,
.checkout-wallet-main .right .bottom {
  background-color: #ffffff;
  border-radius: 30px;
  height: auto;
  padding-bottom: 20px;
}

.checkout-main .right .bottom .head p,
.checkout-wallet-main .right .bottom .head p {
  margin: 0;
  padding-left: 20px;
  color: #ffffff;
  font-family: "poppins";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.checkout-main .right .bottom div,
.checkout-wallet-main .right .bottom div {
  padding: 20px;
}

.checkout-main .right .bottom div p,
.checkout-wallet-main .right .bottom div p {
  font-family: "poppins";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin: 0;
  margin-top: 20px;
}

.checkout-main .right .bottom div p:nth-child(1),
.checkout-wallet-main .right .bottom div p:nth-child(1) {
  margin-top: 10px;
}

.checkout-main .right .bottom div p span,
.checkout-wallet-main .right .bottom div p span {
  color: #e0221e;
}

.checkout-main .right .bottom div:nth-child(4),
.checkout-wallet-main .right .bottom div:nth-child(4) {
  border: 1px solid #ffcccc;
  background-color: #fff2f2;
  padding: 20px;
  border-radius: 14px;
  margin: 30px 20px 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout-main .right .bottom div:nth-child(4) h6,
.checkout-wallet-main .right .bottom div:nth-child(4) h6 {
  font-family: "poppins";
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 700;
}

.checkout-main .right .bottom div:nth-child(4) h6 span,
.checkout-wallet-main .right .bottom div:nth-child(4) h6 span {
  color: #e0221e;
  padding-left: 10px;
}

.checkout-wallet-sec {
  display: flex;
  width: 100%;
}

.checkout-wallet-sec .checkout-wallet-con {
  width: 100%;
}

.checkout-wallet-sec .checkout-wallet-con .checkout-wallet-main {
  display: flex;
  gap: 30px;
  margin-top: 150px;
  margin-right: 30px;
  margin-left: 280px;
  margin-bottom: 30px;
}

.checkout-wallet-sec .checkout-wallet-con .checkout-wallet-main.closed {
  margin-left: 110px;
}

.checkout-wallet-con .checkout-wallet-main .left {
  flex: 1;
  background-color: #fff;
  padding: 20px;
  border-radius: 30px;
  width: 100%;
  position: relative;
}

.checkout-wallet-con .checkout-wallet-main .left .bg-img {
  position: absolute;
  top: 0;
  right: 0;
}

.checkout-wallet-main .left .steps-complete {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkout-wallet-main .left .steps-complete p {
  font-family: "poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.checkout-wallet-main .left .head {
  margin-top: 30px;
}

.checkout-wallet-main .left .head h2 {
  font-family: "poppins";
  font-size: 26px;
  line-height: 39px;
  color: #000000;
  font-weight: 700;
}

.checkout-wallet-main .left .head p {
  font-family: "poppins";
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  margin: 0;
  margin-top: 10px;
}

.checkout-wallet-main .left .balance {
  width: 100%;
  background-color: #fff2f2;
  border: 1px solid #ffcccc;
  height: 160px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.checkout-wallet-main .left .balance p {
  font-family: "poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin: 0;
}

.checkout-wallet-main .left .balance span {
  font-family: "poppins";
  font-size: 66px;
  font-weight: 700;
  line-height: 76px;
  text-align: center;
  color: #e0221e;
}

.checkout-wallet-main .left .checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.checkout-wallet-main .left .checkbox span {
  font-family: "poppins";
  font-size: 14px;
  color: #e0221e;
  line-height: 15px;
}

.checkout-wallet-main .left button {
  width: 100%;
  height: 67px;
  background-color: #e0221e;
  color: #ffffff;
  text-align: center;
  font-family: "poppins";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  border: none;
  outline: none;
  border-radius: 10px;
  margin-top: 40px;
  cursor: pointer;
}

.checkout-wallet-con .checkout-wallet-main .right {
  flex: 0.5;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* ----------------------------withdraw-sec----------------------- */
.withdraw-sec {
  display: flex;
  width: 100%;
}

.withdraw-sec .withdraw-con {
  margin-bottom: 20px;
  width: 100%;
}

.withdraw-sec .withdraw-con .withdraw-main {
  height: auto;
  box-shadow: 0px 1px 20px 0px rgb(190, 189, 189);
  background-color: #fff;
  border-radius: 30px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  padding: 50px 50px 50px 50px;
  margin-top: 150px;
  margin-right: 30px;
  margin-left: 280px;
}

.withdraw-sec .withdraw-con .withdraw-main.closed {
  margin-left: 120px;
}

.withdraw-main h6 {
  font-family: "poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}

.withdraw-main .top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.amount-input {
  display: flex;
  gap: 20px;
}

.amount-input input {
  /* min-width: 100%; */
  width: 100%;
  height: 47px;
  padding: 10px;
  border: 1px solid #d9d9d9;
  background-color: #fcfcfc;
  border-radius: 11px;
  outline: none;
}

.amount-input button {
  width: 179px;
  height: 67px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  border: none;
  outline: none;
  font-family: "poppins";
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}

.withdraw-main .top .right {
  width: 100%;
  max-width: 263px;
  background-color: #fff5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-radius: 20px;
}

.withdraw-main .top .right p {
  font-family: "poppins";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e0221e;
  margin: 0;
}

.withdraw-main .top .right p span {
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  display: block;
  text-align: center;
}

.withdraw-main .top .right img {
  width: 90px;
  height: 90px;
}

.withdraw-table {
  margin-top: 40px;
  border-radius: 12px;
  overflow-x: auto;
}

.withdraw-border-radius {
  border-radius: 12px;
  overflow: hidden;
}

.withdraw-border-radius {
  border-radius: 12px;
  overflow: hidden;
}

/* ------------------------document-sec------------------------- */
.document-con {
  width: 100%;
  display: flex;
}

.document-sec {
  width: 100%;
}

.document-sec .document-main {
  height: auto;
  box-shadow: 0px 1px 20px 0px rgb(190, 189, 189);
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  padding-bottom: 50px;
  z-index: 1;
  padding: 20px 40px 80px 40px;
  margin-top: 150px;
  margin-right: 30px;
  margin-bottom: 20px;
  margin-left: 280px;
}

.document-sec .document-main.closed {
  margin-left: 120px;
}

.document-sec .document-main .top-bg {
  position: absolute;
  top: 0;
  right: 0;
}

.document-sec .document-main .bottom-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  z-index: -1;
}

.document-sec .document-main h2 {
  font-family: "poppins";
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.document-sec .document-main p {
  margin: 0;
  /* padding-top: 10px; */
  font-family: "poppins";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}

.doc-card {
  margin-top: 40px;
  position: relative;
  width: 317px;
}

.doc-card .doc-card-status {
  position: absolute;
  top: -8px;
  right: 0px;
  background-color: #20bf55;
  border-radius: 20px;
  width: max-content;
  height: 7px;
  padding: 10px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
}

.doc-card .doc-card-status span {
  color: #ffffff;
  font-family: "poppins";
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
}

.doc-card .NFT-image-holder {
  border: 1px solid #d9d9d9;
  width: 100%;
  padding: 10px;
  border-radius: 11px;
  background-color: #faf8f8;
}

.doc-card .NFT-image-upload-txt {
  display: flex;
  margin-top: 10px;
  width: 317px;
  height: 47px;
  justify-content: center;
  background-color: #e0221e;
  padding: 10px;
  border-radius: 10px;
  align-items: center;
  cursor: pointer;
}

.doc-card .NFT-image-upload-txt button {
  border: none;
  background: none;
  outline: none;
  color: #ffffff;
  font-family: "poppins";
  font-weight: 700;
  line-height: 24px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  gap: 20px;
  align-items: center;
}

.doc-card .type-of-file {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.type-of-file div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.type-of-file div .category {
  font-family: "poppins";
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  max-width: 150px;
}

.type-of-file .file-jpg {
  color: #666666;
  font-family: "poppins";
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
}

.document-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 99999;
  gap: 10px;
}

/* ------------------referral-sec------------------------ */
.referral-sec {
  display: flex;
  width: 100%;
}

.referral-sec .referral-con {
  width: 100%;
}

.referral-con .referral-main {
  height: auto;
  box-shadow: 0px 1px 20px 0px rgb(190, 189, 189);
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  padding-bottom: 50px;
  z-index: 1;
  padding: 20px 40px 20px 40px;
  margin-top: 150px;
  margin-right: 30px;
  margin-bottom: 20px;
  margin-left: 280px;
}

.referral-con .referral-main.closed {
  margin-left: 120px;
}

.referral-main h2 {
  font-family: "poppins";
  font-size: 20px;
  font-weight: 700;
}

.referral-main .head {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
}

.referral-main .head h3 {
  font-family: "poppins";
  font-size: 18px;
  font-weight: 600;
}

.referral-main .head button {
  background-color: #e0221e;
  width: 149px;
  height: 57px;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 11px;
  font-family: "poppins";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
}

.referral-main h4 {
  font-weight: 400;
  font-size: 18px;
  font-family: "poppins";
  margin-top: 20px;
  margin-bottom: 20px;
}

.referral-main .link {
  align-items: center;
  background-color: #ebebeb;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: space-between !important;
  padding: 20px;
}

.referral-main .link p {
  font-family: "poppins";
  font-size: 16px;
  font-weight: 500;
  color: #565656;
  word-break: break-all;
  margin: 0;
  display: flex;
  justify-content: center;
}

.referral-main .lp-btn {
  background-color: #e0201c;
  border-radius: 30px;
  padding: 0.2em 1.2em;
  color: #fff;
  cursor: pointer;
  border: 1px solid #e0201c;
  text-decoration: none;
  min-width: 80px;
}

.referral-main .link span {
  display: flex;
  align-items: center;
  color: #e0221e;
  font-family: "poppins";
  font-size: 16px;
  font-weight: 500;
  gap: 10px;
  word-break: break-all;
}

.referral-main .center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.referral-main .center div h6 {
  font-family: "poppins";
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000000;
}

.referral-main .center div p {
  font-family: "poppins";
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  color: #000000;
  text-align: center;
}

.referral-table {
  border-radius: 12px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow-x: auto;
}

/* ----------------------------referral-policy-sec----------------------------- */
.referral-policy-sec {
  display: flex;
  width: 100%;
}

.referral-policy-sec .referral-policy-con {
  width: 100%;
}

.referral-policy-con .referral-policy-main {
  height: auto;
  box-shadow: 0px 1px 20px 0px rgb(190, 189, 189);
  background-color: #fff;
  border-radius: 30px;
  margin-top: 20px;
  position: relative;
  padding-bottom: 50px;
  z-index: 1;
  padding: 20px 40px 20px 40px;
  margin-top: 150px;
  margin-right: 30px;
  margin-left: 280px;
}

.referral-policy-con .referral-policy-main.closed {
  margin-left: 120px;
}

.referral-policy-main h1 {
  font-family: "poppins";
  font-size: 30px;
  color: #000000;
  margin-bottom: 20px;
  font-weight: 700;
}

.referral-policy-main h3 {
  font-family: "poppins";
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
  font-weight: 500;
}

.referral-policy-main p {
  font-family: "poppins";
  font-weight: 400;
  color: #000000;
  letter-spacing: 2px;
}

.lang-buttons {
  display: flex;
  background-color: #ffffff;
  width: max-content;
  position: absolute;
  right: 60px;
  border-radius: 20px;
}

.lang-btn {
  /* background-color: #ffffff; */
  color: #000;
  border: none;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
}

.active-lang-btn {
  background-color: #e0221e;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

/* --------home-sec------- */
.home-sec {
  display: flex;
  width: 100% !important;
}

/* ----------------------forget-sec---------------- */
.forget-sec {
  margin-top: 20px;
}

.forget-sec .forget-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.forget-main .forget-con {
  width: 500px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  height: auto;
  align-items: center;
  box-shadow: 0 3px 5px -3px #a2a2a2;
  border-radius: 5px;
}

.forget-con h1 {
  color: #404040;
  font-family: "poppins";
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}

.forget-con input {
  /* outline: none; */
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  border: 1px solid #5f6366;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;
}

.forget-con button {
  border-radius: 30px;
  width: 100px;
  text-align: center;
  background-color: #e0221e;
  color: #ffffff;
  font-family: "poppins";
  font-size: 17px;
  font-weight: 500;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

/* ------------------------update-sec-------------------------- */

.update-sec {
  margin-top: 20px;
}

.update-sec .update-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.update-main .update-con {
  width: 500px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  height: auto;
  align-items: center;
  box-shadow: 0 3px 5px -3px #a2a2a2;
  border-radius: 5px;
}

.update-con h1 {
  color: #404040;
  font-family: "poppins";
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}

.update-con input {
  /* outline: none; */
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  border: 1px solid #5f6366;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;
}

.update-con button {
  border-radius: 30px;
  width: 100px;
  text-align: center;
  background-color: #e0221e;
  color: #ffffff;
  font-family: "poppins";
  font-size: 17px;
  font-weight: 500;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

/* --------------------------verify-sec-------------------------- */
.verify-sec {
  margin-top: 20px;
}

.verify-sec .verify-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.verify-main .verify-con {
  width: 500px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 100px 50px 100px;
  height: auto;
  /* align-items: center; */
  box-shadow: 0 3px 5px -3px #a2a2a2;
  border-radius: 5px;
}

.verify-con img {
  margin: 0 auto;
}

.verify-con h1 {
  font-family: "poppins";
  font-size: 20px;
  letter-spacing: 2px;
  color: #000000;
  padding-top: 20px;
  text-align: left;
}

.verify-con p {
  font-family: "poppins";
  font-size: 16px;
  font-weight: 400;
  color: #212529;
  margin: 0px 0px 20px 0px;
  text-align: left;
}

.verify-con h5 {
  font-family: "poppins";
  color: #212529;
  font-weight: 700 !important;
}

.verify-con .input-fileds {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.verify-con .input-fileds input {
  width: 63.32px;
  text-align: center;
  padding: 0px;
  height: 56px;
  margin: 1rem 0.7rem;
  font-size: 2rem;
  border-radius: 4px;
  border: none;
  background-color: rgb(237, 237, 237);
  outline: none;
}

.verify-con button {
  background-color: #e11f1c;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-family: "poppins";
  font-size: 18px;
  font-weight: 500;
  margin-top: 25px;
  padding: 2%;
  width: 100%;
}

.verify-con span {
  margin-top: 16px;
  font-family: "poppins";
  color: #212529;
  font-weight: 400;
  font-size: 16px;
}

/* MUZAMMIL CSSS */
.type-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 12px;
}

.type-wrap p {
  color: #666666;
  font-family: Poppins;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
  margin: 0;
}

.type-wrap-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.custom-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.custom-modal-content {
  background-color: white;
  border-radius: 10px;
  width: 80%;
  max-width: 800px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}

.custom-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.close-btn {
  cursor: pointer;
}

.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}

.custom-modal-body {
  max-height: 500px;
  /* overflow-y: auto; */
}

/* .row {
  display: flex;
  gap: 20px;
}

.col-lg-6 {
  flex: 1;
} */

.document-conn-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.document-conn-card.mt-5 {
  margin-top: 16px;
}

.logout {
  padding: 10px;
  width: 130px;
  border-radius: 12px;
  background-color: #e0221e;
  border: none;
  outline: none;
  font-family: "poppins";
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.card-container-doc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  /* flex-wrap: wrap; */
  overflow: hidden;
}

/* MUZAMMIL CSSS ENDD*/

/* -------------------------notification-------------------- */
#notification-main {
  justify-content: start;
  align-items: unset;
  display: flex;
  flex-direction: column;
}
.notification-history-card {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 4px #0000001a;
  margin: 20px 100px 20px 100px;
  padding: 20px;
  gap: 50px;
}

.notification-history-card .text h4 {
  font-family: "poppins";
  color: #333;
  font-size: 20px;
  margin: 0;
  width: 100%;
  word-break: break-all;
  line-height: 25px;
  margin-top: 5px;
}

.notification-history-card .text p {
  color: #666;
  font-size: 16px;
  word-break: break-all;
  font-weight: 400;
}

/* -------------notification-detail-sec----------- */
.notification-detail-sec {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 4px #0000001a;
  margin: 20px 100px 20px 100px;
  padding: 20px;
  gap: 50px;
}
.notification-detail-sec .content h1 {
  font-family: "poppins";
  color: #333;
  font-size: 20px;
  margin: 0;
  width: 100%;
  word-break: break-all;
  letter-spacing: 1px;
  line-height: 1.4rem;
  overflow: hidden;
  margin-bottom: 10px;
}
.notification-detail-sec .content div {
  color: #666;
  font-size: 16px;
  word-break: break-all;
  letter-spacing: 1px;
  line-height: 1.4rem;
  margin-top: 15px;
}

/* signature css  */

.signature-active {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  overflow: hidden;
  border-radius: 6px;
  border: 2px solid #e11f1c;
}

.signature-option img {
  width: 150px;
  margin-top: -32px;
  /* margin-left: 50px; */
}

.signature-option {
  overflow: hidden;
  width: 150px;
  margin-top: -32px;
  /* margin-left: 50px; */
}

.signature-sec {
  width: 40%;
  padding-inline: 20px;
  /* width: -webkit-fill-available; */
}

.signature-sec .top .top-1 {
  display: flex;
  gap: 15px;
}

.signature-sec .bottom div:nth-child(1) {
  flex-direction: column;
}

.signature-sec .bottom div:nth-child(1) .signature-option:nth-child(1) {
  margin: 10px 0px 3px 0px;
  width: 183px;
  overflow: hidden;
}

.signature-sec .bottom div:nth-child(1) .signature-option:nth-child(2) {
  margin: 3px 0px 3px 0px;
  width: 183px;
  overflow: hidden;
}

.signature-sec .bottom div:nth-child(1) .signature-option:nth-child(3) {
  margin: 3px 0px 3px 0px;
  width: 183px;
  overflow: hidden;
}

.signature-sec .bottom div:nth-child(1) .signature-option:nth-child(4) {
  margin: 3px 0px 3px 0px;
  width: 183px;
  overflow: hidden;
}

.signature-sec .bottom div:nth-child(1) .signature-option:nth-child(5) {
  margin: 3px 0px 3px 0px;
  width: 183px;
  overflow: hidden;
}

.signature-sec .bottom div:nth-child(1) .signature-active:nth-child(1) {
  margin: 10px 0px 3px 0px;
  width: 183px;
  overflow: hidden;
}

.signature-sec .bottom div:nth-child(1) .signature-active:nth-child(2) {
  margin: 3px 0px 3px 0px;
  width: 183px;
  overflow: hidden;
}

.signature-sec .bottom div:nth-child(1) .signature-active:nth-child(3) {
  margin: 3px 0px 3px 0px;
  width: 183px;
  overflow: hidden;
}

.signature-sec .bottom div:nth-child(1) .signature-active:nth-child(4) {
  margin: 3px 0px 3px 0px;
  width: 183px;
  overflow: hidden;
}

.signature-sec .bottom div:nth-child(1) .signature-active:nth-child(5) {
  margin: 3px 0px 3px 0px;
  width: 183px;
  overflow: hidden;
}

.signature-sec .bottom div:nth-child(1) button {
  display: inline-block;
  padding: 5px 10px;
  background: #e11f1c;
  border-radius: 6px;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: white;
  text-transform: capitalize;
  text-align: center;
  transition: all 0.5s;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  margin-top: 10px;
}

.signature-sec .top .top-1 {
  display: flex;
  gap: 15px;
}

.signature-sec .top .top-1 label input {
  margin-right: 5px;
}

.signature-sec .top .top-1 label {
  font-size: 14px;
  font-weight: 600;
}

.top .top-2 button {
  display: inline-block;
  padding: 5px 10px;
  background: #e11f1c;
  border-radius: 6px;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: white;
  text-transform: capitalize;
  text-align: center;
  transition: all 0.5s;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  margin-right: 10px;
}

.top .top-2 button:nth-child(3) {
  display: inline-block;
  padding: 5px 10px;
  background: #e11f1c;
  border-radius: 6px;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: white;
  text-transform: capitalize;
  text-align: center;
  transition: all 0.5s;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
}

.top .top-2 #convas {
  border: 1px solid #dee2e6 !important;
  touch-action: none !important;
  width: 100% !important;
  margin-top: 10px;
  height: 120px;
  margin-bottom: 10px;
  border-radius: 6px;
  box-shadow: rgb(244 0 0 / 25%) 0px 2px 5px -1px,
    rgb(255 0 0 / 30%) 0px 1px 3px -1px;
}

.top .top-3 input {
  padding: 5px 10px;
  width: 80%;
  margin: 10px 0px;
  border-radius: 6px;
  border: 1px solid #525659;
}

.top .top-3 button {
  display: inline-block;
  padding: 5px 10px;
  background: #e11f1c;
  border-radius: 6px;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: white;
  text-transform: capitalize;
  text-align: center;
  transition: all 0.5s;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
}

.pdf-container {
  overflow: hidden;
  overflow-x: auto;
  overflow-y: auto;
  height: 480px;
  border: 2px solid grey;
  width: 100%;
}

.canvas-contain {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  flex-wrap: wrap;
  gap: 20px;
}

.signature-container {
  display: "flex" !important;
  gap: "10px" !important;
  max-height: "500px" !important;
  overflow: "auto" !important;
  margin-top: "50px" !important;
}

.pitch-con {
  padding: 16px;
}
.pitch-con .main-heading {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  margin-bottom: 25px;
}

.pitch-con .container {
  display: flex;
  gap: 50px;
  /* flex-wrap: wrap; */
  align-items: center;
}

.pitch-con .container .left {
  flex: 2;
}

.pitch-con .container .left p {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25.75px;
  text-align: left;
}

.pitch-con .container .right {
  flex: 1;
}

.pitch-con .container .right img {
  width: 100%;
  border-radius: 12px;
  margin-inline: auto;
  object-fit: cover;
}

/*---------------------- about-us--------------------- */
.page-banner {
  position: relative;
  overflow: hidden;
}

.page-banner .background-img {
  width: 100%;
  min-height: 400px;
  filter: brightness(0.5);
  object-fit: cover;
}
.page-banner-body {
  position: absolute;
  top: 70%;
  left: 44%;
}
.page-banner-body p {
  font-size: 2rem;
  font-weight: 500;
  color: white;
  font-family: "poppins";
}
.about-us-content {
  padding-inline: 100px;
}
.about-us-content .title {
  color: #404040;
  font-family: "poppins";
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 1em;
  text-align: center;
}
.about-us-content .p-desc {
  color: #404040;
  font-family: "poppins";
  font-size: 16px;
  text-align: left;
}
.about-us-content .p-title {
  color: #404040;
  font-family: "poppins";
  font-size: 16px;
  text-align: left;
}

.team-sec {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.team-sec .section-title {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2em;
  text-align: center;
  color: #404040;
  font-family: "poppins";
  letter-spacing: 0;
}
.team-sec .sub-heading {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  text-align: center;
  color: #404040;
  font-family: "poppins";
  letter-spacing: 0;
  width: 80%;
}

/* ------------------------team------card-------------------- */
.t-card-wrapper {
  border-radius: 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  /* background: var(--white); */
  padding: 1em;
  box-shadow: 1px 1px 1px 1px var(--light-gray);
}

.t-card-img {
  align-items: center;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 234px;
  height: 234px;
  border-radius: 300px;
}

.t-card-img img {
  width: 100%;
  min-height: 100%;
  border-radius: 300px;
  object-fit: contain;
}

.custom-prev {
  position: absolute;
  top: 30%;
  left: -50px;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;

}
.custom-next {
  position: absolute;
  top: 30%;
  right: -50px;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.custom-prev::before {
  display: none !important;
}
.custom-next::before {
  display: none !important;
}
.custom-modal-content.ide{
  max-width: 800px;
}