@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Figtree", sans-serif;
}

html {
  scroll-behavior: smooth;
}
.errorx {
  border-bottom: 1px solid red !important;
}

/* Navbar Section  */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 5% !important;
  font-size: 16px;
  position: relative;
  background-color: #1e1c1e;
}
.navbar .navbar-logo {
  width: 75px;
  margin-right: 200px;
  position: relative;
  z-index: 1;
}

/* Navbarlinks  */
.navbar .navbar-links {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .navbar-links li a {
  margin: 0px 25px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  padding: 40px 0px;
  position: relative;
  z-index: 1;
}
.navbar .navbar-links li a:hover,
a.active {
  background: none;
  color: #7163e5;
}
.navbar .navbar-links button {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  background: #fff;
  border-radius: 40px;
  text-decoration: none;
  padding: 10px 20px;
  margin-left: 30px;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

/* Hamburger Menu  */
.checkbtn {
  font-size: 30px;
  color: #e40046;
  float: right;
  line-height: 80px;
  margin-right: 15px;
  display: none;
}
#check {
  display: none;
}

/* Hero Section  */

/* Animated Cursor Effect CSS  */
.canvas {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.tn-elem__3247127481623275730261 {
  position: fixed;
  top: 0;
  left: 0;
}

.paints {
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero {
  background-color: #1e1c1e;
  min-height: 100vh;
  position: relative;
  text-align: center;
}
.hero .hero-content {
  top: 0;
  min-height: 100vh;
  padding: 50px 0px 150px 0px;
}
.hero h1 span {
  font-style: normal;
  font-weight: 700;
  font-size: 120px;
  line-height: 97%;
  text-transform: capitalize;
  background: linear-gradient(91.31deg, #f24a74 1.57%, #5469ff 99.91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
  z-index: 1;
}
.hero h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 120px;
  line-height: 97%;
  text-transform: capitalize;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.hero p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  margin: 70px 0px;
  position: relative;
  z-index: 1;
}

.rlt {
  position: relative;
  z-index: 1;
}

/* Brand Popup  */
.brandbtn {
  background: linear-gradient(99.77deg, #f24a74 0%, #5469ff 100%);
  border-radius: 100px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 97%;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  margin: 0px 7px;
  padding: 15px 25px;
  position: relative;
  z-index: 1;
  border: none !important;
  outline: none !important;
}
.m-brandbtn {
  display: none;
}
.iamabrand {
  background: linear-gradient(99.77deg, #f24a74 0%, #5469ff 100%);
  border-radius: 100px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 97%;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  margin: 0px 7px;
  padding: 15px 25px;
  position: relative;
  z-index: 1;
  border: none !important;
  outline: none !important;
}

/* The Modal (background) */
.brand {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 150px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  z-index: 10;
}
/* Modal Content */
.brandcontent {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40% !important;
  display: block !important;
  border-radius: 10px !important;
}
.brand-modal-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 10;
}
.brand-modal-body h2 {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
  color: #1e1c20;
}
.brand-modal-body form {
  width: 100%;
  padding: 20px 20px;
}
.brand-modal-body form #bname {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  margin-right: 20px;
  width: 47%;
}
.brand-modal-body form #bname::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #1e1c20;
}
.brand-modal-body form #business {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  width: 47%;
}
.brand-modal-body form #business::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #1e1c20;
}
.brand-modal-body form #bemail {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  margin-right: 20px;
  width: 47%;
}
.brand-modal-body form #bemail::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #1e1c20;
}
.brand-modal-body form #monumber {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  width: 47%;
}
body {
  padding: 10px;
}
.brand-modal-body form #monumber::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #1e1c20;
}
.brand-modal-body form #bmessage {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  width: 100%;
}
.brand-modal-body form #bmessage::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #1e1c20;
}
.danger {
  color: red;
}
.submitbtn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-modal-body form #brandsubmitbtn {
  background: linear-gradient(99.77deg, #f24a74 0%, #5469ff 100%);
  border-radius: 100px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  margin: 30px 7px 0px;
  padding: 12px 34px;
  border: none;
  outline: none;
}

/* Creator  */
.creatorbtn {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 97%;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 25px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 100px;
  margin: 0px 7px;
  position: relative;
  z-index: 1;
  outline: none !important;
}
.m-creatorbtn {
  display: none;
}
.iamacreator {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 97%;
  text-transform: capitalize;
  color: #000;
  text-decoration: none;
  padding: 15px 25px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 100px;
  margin: 0px 7px;
  position: relative;
  z-index: 1;
  outline: none !important;
}
.who-modal-header {
  display: none;
}
/* The Modal (background) */
.creator {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 150px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  z-index: 10;
}
/* Modal Content */
.creatorcontent {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40% !important;
  display: block !important;
  border-radius: 10px !important;
}
.creator-modal-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 10000;
}
.creator-modal-body h2 {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
  color: #1e1c20;
}
.creator-modal-body form {
  width: 100%;
  padding: 20px 20px;
}
.creator-modal-body form #cname {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  width: 47%;
  margin-right: 20px;
}
.creator-modal-body form #cname::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #1e1c20;
}
.creator-modal-body form #cemail {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  width: 47%;
}
.creator-modal-body form #cemail::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #1e1c20;
}
.creator-modal-body form #channelname {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  width: 100%;
}
.creator-modal-body form #channelname::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #1e1c20;
}
.creator-modal-body form #service {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  width: 100%;
}
.creator-modal-body form #service::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #1e1c20;
}
.creator-modal-body form #cmessage {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  width: 100%;
  margin-top: 20px;
}
.creator-modal-body form #cmessage::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #1e1c20;
}
.creator-modal-body form #creatorsubmitbtn {
  background: linear-gradient(99.77deg, #f24a74 0%, #5469ff 100%);
  border-radius: 100px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  margin: 25px 7px 0px;
  padding: 12px 34px;
  border: none;
  outline: none;
}

/* Why We Rock  */
.why-we-rock {
  display: flex;
  flex-direction: column;
  padding: 50px 7%;
  background-color: #fff;
  margin-bottom: 60px;
  position: relative;
}
.why-we-rock .why-we-rock-heading {
  position: absolute;
  top: 10%;
  width: 25%;
}
.why-we-rock .number-1 {
  position: absolute;
  top: 5%;
  left: 0%;
  width: 25%;
}

/* Why We Rock 1  */
.why-we-rock .why-we-rock-1 {
  display: flex;
  width: 100%;
  padding: 90px 50px 0px 65px;
}
.why-we-rock .why-we-rock-1 .why-we-rock-1-content {
  width: 65%;
  text-align: left;
  z-index: 10;
}
.why-we-rock .why-we-rock-1 .why-we-rock-1-content span {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 97%;
  text-transform: capitalize;
  color: #1e1c20;
}
.why-we-rock .why-we-rock-1 .why-we-rock-1-content h1 {
  padding-top: 40px;
  padding-bottom: 15px;
  width: 85%;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
.why-we-rock .why-we-rock-1 .why-we-rock-1-content p {
  width: 85%;
  padding-bottom: 70px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}
.why-we-rock .why-we-rock-1 .why-we-rock-1-content a {
  font-family: "NeueHaasDisplayMedium";
  background: #e40046;
  border-radius: 40px;
  text-decoration: none;
  padding: 10px 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}
.why-we-rock .why-we-rock-1 .why-we-rock-1-img {
  height: 100%;
  width: 35%;
}

/* Why We Rock 2  */
.why-we-rock .why-we-rock-2 {
  display: flex;
  width: 100%;
  padding: 90px 45px 0px 65px;
}
.why-we-rock .why-we-rock-2 .why-we-rock-2-content {
  width: 70%;
  text-align: left;
  padding-top: 20px;
}
.why-we-rock .why-we-rock-2-content h1 {
  padding-bottom: 15px;
  margin-left: 110px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
.why-we-rock .why-we-rock-2 .why-we-rock-2-content p {
  padding-bottom: 70px;
  text-align: left;
  margin-left: 110px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}
.why-we-rock .why-we-rock-2 .why-we-rock-2-content span {
  font-weight: 600;
  text-decoration: underline;
  color: #000;
}
.why-we-rock .why-we-rock-2 .why-we-rock-2-img {
  height: 100%;
  width: 35%;
}

/* What We Do  */
.what-we-do {
  display: flex;
  padding: 50px 12%;
  position: relative;
  z-index: 10;
}
.what-we-do .what-we-do-heading {
  position: absolute;
  top: 10%;
  width: 25%;
}
.what-we-do .number-2 {
  position: absolute;
  right: 0%;
  top: -5%;
  width: 33%;
}
.what-we-do .row-1 #btn {
  position: absolute;
  top: 63%;
  right: 45%;
  padding: 18px 60px;
  background: linear-gradient(99.77deg, #f24a74 0%, #5469ff 100%);
  border-radius: 100px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 97%;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  border: none;
}
.what-we-do .row-1 .card {
  cursor: pointer;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 80px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  z-index: 10;
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 12px;
  border: 1px solid #888;
  width: 100%;
  display: block !important;
  border-radius: 10px !important;
  z-index: 10;
}
.modal-header {
  border-bottom: 1px solid #fff !important;
}
/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 30px !important;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.demo-inner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 10;
  padding-top: 12px;
}
.demo-inner-content h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #1e1c20;
}
.demo-inner-content .demo-buttons {
  padding: 50px 0;
}
.demo-inner-content .demo-btn-1 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 97%;
  text-transform: capitalize;
  color: #ffffff;
  background: linear-gradient(99.77deg, #f24a74 0%, #5469ff 100%);
  border-radius: 100px;
  padding: 15px 30px;
  text-align: none;
  cursor: pointer;
  margin: 0px 5px;
  text-decoration: none;
}
.demo-inner-content .demo-btn-2 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 97%;
  text-transform: capitalize;
  color: #000000;
  background: #ffffff;
  border-radius: 50px;
  padding: 15px 30px;
  border: 1px solid #000;
  text-decoration: none;
  cursor: pointer;
  margin: 0px 5px;
}
.what-we-do .row-1 {
  width: 86%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.what-we-do .row-1 .card {
  width: 45%;
  display: flex;
  flex-direction: row;
  background: #eeeeee;
  border-radius: 10.1468px;
  padding: 30px 20px;
  border: none;
}
.what-we-do .mobile-card-1 {
  display: none;
}
.what-we-do .mobile-card-2 {
  display: none;
}
.what-we-do .mobile-card-3 {
  display: none;
}
.what-we-do .btn {
  background: linear-gradient(99.77deg, #f24a74 0%, #5469ff 100%);
  border-radius: 100px;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 97%;
  text-transform: capitalize;
  color: #ffffff;
  padding: 15px 60px;
}
.what-we-do .row-1 .card {
  width: 45%;
  display: flex;
  flex-direction: row;
  background: #eeeeee;
  border-radius: 10.1468px;
  padding: 30px 20px;
}
.what-we-do .row-1 .card .content {
  width: 80%;
}
.what-we-do .row-1 .card .content h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 100%;
  text-transform: capitalize;
  color: #ffffff;
  padding-bottom: 12px;
}
.what-we-do .row-1 .card .content span {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  color: #1e1c20;
}
.what-we-do .row-1 .card .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.what-we-do .row-2 {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  z-index: 10;
}
.what-we-do .row-2 p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin-top: 50px;
}

/* Creator  */
#whocreatorbtn {
  background: linear-gradient(99.77deg, #f24a74 0%, #5469ff 100%);
  border-radius: 100px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 97%;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  margin: 0px 7px;
  padding: 15px 25px;
  position: relative;
  z-index: 1;
  border: none;
  outline: none;
}
/* The Modal (background) */
.whocreator {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 150px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  z-index: 100000;
}
/* Modal Content */
.whocreatorcontent {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40% !important;
  display: block !important;
  border-radius: 10px !important;
}
/* The Close Button */
.whocreatorclose {
  color: #aaaaaa;
  float: right;
  font-size: 30px !important;
  font-weight: bold;
}
.whocreatorclose:hover,
.whocreatorclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.whocreator-inner-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 10;
}
.whocreator-inner-content h2 {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
  color: #1e1c20;
}
.whocreator-inner-content form {
  width: 100%;
  padding: 20px 0px;
}
.whocreator-inner-content form #name {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  width: 45%;
  margin-right: 20px;
}
.whocreator-inner-content form #name::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #1e1c20;
}
.whocreator-inner-content form #email {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  width: 45%;
}
.whocreator-inner-content form #email::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #1e1c20;
}
.whocreator-inner-content form #channel {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  width: 95%;
}
.whocreator-inner-content form #channel::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #1e1c20;
}
.whocreator-inner-content form #service {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  width: 95%;
}
.whocreator-inner-content form #service::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #1e1c20;
}
.whocreator-inner-content form #message {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  width: 95%;
}
.whocreator-inner-content form #message::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #1e1c20;
}
.whocreator-inner-content form #whocreatorsubmit {
  background: linear-gradient(99.77deg, #f24a74 0%, #5469ff 100%);
  border-radius: 100px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  margin: 40px 7px 0px;
  padding: 12px 34px;
  border: none;
  outline: none;
}

/* Brand Popup  */
#whobrandbtn {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 97%;
  text-transform: capitalize;
  color: #000;
  text-decoration: none;
  padding: 15px 25px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 100px;
  margin: 0px 7px;
  position: relative;
  z-index: 1;
  outline: none;
}

/* The Modal (background) */
.whobrand {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 150px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  z-index: 100000;
}
/* Modal Content */
.whobrandcontent {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40% !important;
  display: block !important;
  border-radius: 10px !important;
}
/* The Close Button */
.whobrandclose {
  color: #aaaaaa;
  float: right;
  font-size: 30px !important;
  font-weight: bold;
}
.whobrandclose:hover,
.whobrandclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.whobrand-inner-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 10;
}
.whobrand-inner-content h2 {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
  color: #1e1c20;
}
.demo-inner-content .demo-inner-btns {
  padding: 30px 0px 20px;
}
.whobrand-inner-content form {
  width: 100%;
  padding: 20px 0px;
}
.whobrand-inner-content form #name {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  width: 45%;
  margin-right: 20px;
}
.whobrand-inner-content form #name::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #1e1c20;
}
.whobrand-inner-content form #business {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  width: 45%;
}
.whobrand-inner-content form #business::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #1e1c20;
}
.whobrand-inner-content form #email {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  width: 45%;
  margin-right: 20px;
}
.whobrand-inner-content form #email::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #1e1c20;
}
.whobrand-inner-content form #number {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  width: 45%;
}
.whobrand-inner-content form #number::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #1e1c20;
}
.whobrand-inner-content form #message {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  width: 95%;
}
.whobrand-inner-content form #message::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #1e1c20;
}

.whobrand-inner-content form #whobrandsubmit {
  background: linear-gradient(99.77deg, #f24a74 0%, #5469ff 100%);
  border-radius: 100px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  margin: 40px 7px 0px;
  padding: 12px 34px;
  border: none;
  outline: none;
}

/* Our Collaborators  */
.our-collaborators {
  background-color: #000000;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 300px 150px;
  position: relative;
  margin-top: -150px;
}
.our-collaborators .content .our-collaborators-heading {
  position: absolute;
  top: 25%;
  width: 30%;
}
.our-collaborators .number-3 {
  position: absolute;
  top: 15%;
  left: 0%;
  width: 38%;
}
.our-collaborators .number-4 {
  position: absolute;
  top: 70%;
  right: 0%;
  width: 38%;
}
.our-collaborators .global-bffs {
  position: absolute;
  top: 92%;
  right: 35%;
  width: 32%;
}
.our-collaborators .mobile-global-bffs {
  display: none;
}
.our-collaborators .content {
  z-index: 10;
}
.our-collaborators .content h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-transform: capitalize;
  background: linear-gradient(91.31deg, #f24a74 1.57%, #5469ff 99.91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: left;
  padding-bottom: 25px;
}
.our-collaborators .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  text-align: left;
  padding-bottom: 15px;
}
.our-collaborators .content .partner-icons {
  width: 100%;
}
.our-collaborators .content .mobile-partners {
  display: none;
}

/* Logo Carousel  */
.slick-slide {
  margin: 0px 30px;
}
.logo-carousel {
  overflow: inherit;
  border-top: 3px solid #8360d6;
  border-bottom: 3px solid #8360d6;
}
.slick-slide img {
  width: 100%;
}
.slick-track::before,
.slick-track::after {
  display: table;
  content: "";
}
.slick-track::after {
  clear: both;
}
.slick-track {
  padding: 1rem 0;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-arrow {
  visibility: hidden;
}
.slick-arrow.slick-next {
  visibility: hidden;
}
.slick-arrow.slick-prev {
  visibility: hidden;
}
.slick-track {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* MENA Creators  */
.mena-creators {
  background-color: rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 250px 150px 60px;
  position: relative;
}
.mena-creators .content .mena-creators-heading {
  position: absolute;
  top: 13%;
  width: 35%;
}
.mena-creators .know-more .the-ode-family-heading {
  top: 10%;
  width: 35%;
}
.mena-creators .number-5 {
  position: absolute;
  top: 5%;
  left: 0%;
  width: 35%;
}
.mena-creators .number-6 {
  position: absolute;
  top: 68%;
  right: 0%;
  width: 35%;
}
.mena-creators .content {
  z-index: 10;
}
.mena-creators .content h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-transform: capitalize;
  background: linear-gradient(91.31deg, #f24a74 1.57%, #5469ff 99.91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: left;
  padding-bottom: 25px;
}
.mena-creators .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  text-align: left;
  padding-bottom: 15px;
}
.mena-creators .content img {
  width: 100%;
}

/* Testimonial Carousel  */
.mena-creators .testimonial-carousel {
  margin-top: 32px;
}
.mena-creators .testimonial-carousel .slide h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 24.0219px;
  line-height: 29px;
  text-align: center;
  color: #ffffff;
  padding-top: 20px;
}

/* Know More Section  */
.mena-creators .know-more {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 150px 0px;
  z-index: 10;
}
.mena-creators .know-more h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-transform: capitalize;
  color: #ffffff;
}
.mena-creators .know-more p {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  padding: 30px 0px 20px 0px;
}
.mena-creators .know-more a {
  padding: 18px 60px;
  background: linear-gradient(99.77deg, #f24a74 0%, #5469ff 100%);
  border-radius: 100px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 97%;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
}

/* The ODE Family  */
.the-ode-family {
  background-color: #1e1c1e;
  padding: 100px 150px 200px;
  position: relative;
  text-align: left;
}
.the-ode-family .the-ode-heading {
  position: absolute;
  top: 12%;
  left: 11%;
  width: 30%;
}
.the-ode-family h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  padding: 30px 0px;
}
.the-ode-family p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}

/* Contact Section  */
.contact {
  display: flex;
  justify-content: space-between;
}
.contact .contact-col-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 70px;
}
.contact .contact-col-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contact .contact-col-2 h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-transform: capitalize;
  color: #000000;
}
.contact .contact-col-2 .contact-btns {
  padding: 30px 0px;
  position: relative;
}
.contact .contact-col-2 .contact-btns .contact-btn-1 {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  font-size: 14.0453px;
  line-height: 17px;
  color: #ffffff;
  background: #000000;
  border-radius: 50px;
  text-decoration: none;
  padding: 15px 50px 15px 30px;
  margin: 8px;
}
.contact .contact-col-2 .contact-btns .white-arrow {
  position: absolute;
  top: 27.5%;
  left: 39%;
  cursor: pointer;
}
.contact .contact-col-2 .contact-btns .black-arrow {
  position: absolute;
  top: 28%;
  right: 3%;
  cursor: pointer;
}
.contact .contact-col-2 .contact-btns .contact-btn-2 {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  font-size: 14.0453px;
  line-height: 17px;
  color: #000000;
  background: #ffffff;
  border-radius: 50px;
  border: 1px solid #000000;
  text-decoration: none;
  padding: 15px 50px 15px 30px;
  margin: 8px;
}
.contact .contact-col-3 img {
  width: 200px;
}

/* Family Boxes  */
.family-boxes {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: transparent;
  padding: 70px;
  margin-top: -200px;
}
.family-boxes .box {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  z-index: 10;
}
.family-boxes .box-1 {
  background: #eeeeee;
  border-radius: 10px;
  min-height: 230px;
}
.family-boxes .box-2 {
  background: #f3f5ff;
  border-radius: 10px;
  min-height: 230px;
}
.family-boxes .box-3 {
  background: #fff5f2;
  border-radius: 10px;
  min-height: 230px;
}
.family-boxes .box-4 {
  background: #f8f2ff;
  border-radius: 10px;
  min-height: 230px;
}
.family-boxes .box-5 {
  background: #fff7f5;
  border-radius: 10px;
  min-height: 230px;
}
.family-boxes .box-6 {
  background: #f0f0f0;
  border-radius: 10px;
  min-height: 230px;
}
.family-boxes .box-7 {
  background: #f6f2ff;
  border-radius: 10px;
  min-height: 230px;
}
.family-boxes .box-8 {
  background: #fffbe0;
  border-radius: 10px;
  min-height: 230px;
}
.family-boxes .box-9 {
  background: #fff4e7;
  border-radius: 10px;
  min-height: 230px;
}
.family-boxes .box-10 {
  background: #010101;
  border-radius: 10px;
  min-height: 230px;
}
.family-boxes .box-11 {
  background: #f6f6f6;
  border-radius: 10px;
  min-height: 230px;
}
.family-boxes .box-12 {
  background: #ffeded;
  border-radius: 10px;
  min-height: 230px;
}
.container {
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-width: 100% !important;
}
.hero-m2-btns {
  display: none;
}

/* Media Queries */
@media (max-width: 991px) {
  /* Carousel  */
  .slick-arrow {
    width: 1rem;
    height: 1rem;
  }
  .row {
    overflow: hidden;
  }

  /* Navbar Section  */
  .navbar {
    padding: 10px 5% !important;
    position: fixed;
    z-index: 10;
    background-color: #292729;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .fa-bars:before,
  .fa-navicon:before {
    content: "\f0c9";
    color: #fff;
  }
  .navbar .navbar-logo {
    width: 65px;
    margin-right: 0px;
  }
  .navbar .navbar-links {
    display: flex;
    flex-direction: column;
    padding: 10px;
    position: fixed;
    width: 100%;
    height: 85vh;
    background: #2c3e50;
    top: 100px;
    left: 100%;
    text-align: center;
    transition: all 0.5s;
    z-index: 10;
  }
  .navbar .navbar-links li {
    display: block;
    margin: 20px 0;
    line-height: 30px;
  }
  .navbar .navbar-links li a {
    font-size: 20px;
    color: #fff;
  }
  .navbar .navbar-links button {
    padding: 15px 60px;
    margin: 15px 0;
  }

  /* Hamburger Menu  */
  .checkbtn {
    display: block;
    margin-right: 0px;
  }
  #check {
    display: none;
  }
  #check:checked ~ ul {
    left: 0;
  }

  /* Hero Section  */
  /* Animated Cursor Effect CSS  */
  .canvas {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
  }
  .tn-elem__3247127481623275730261 {
    position: fixed;
    top: 0;
    left: 0;
  }
  .paints {
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .hero {
    background-color: #1e1c1e;
    height: 100vh;
    position: relative;
  }
  .hero .hero-content {
    top: 0;
    min-height: 100vh;
    padding: 50px 0px 150px 0px;
  }
  .hero h1 span {
    font-size: 40px;
  }
  .hero h1 {
    font-size: 40px;
    line-height: 135%;
  }
  .hero p {
    font-size: 14px;
    padding: 20px 0px 80px;
    margin: 0px;
  }
  .hero .hero-btns .brand {
    font-size: 14px;
    padding: 15px 20px;
    margin: 0px 5px;
  }
  .hero .hero-btns .creator {
    font-size: 14px;
    padding: 15px 20px;
    margin: 0px 5px;
  }

  /* Contact Section  */
  .contact {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .contact .contact-col-1 {
    display: none;
  }
  .contact .contact-col-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 0px 20px;
  }
  .contact .contact-col-2 h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #000000;
  }
  .contact .contact-col-2 .contact-btns {
    padding: 30px 0px;
    position: relative;
  }
  .contact .contact-col-2 .contact-btns .contact-btn-1 {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 600;
    font-size: 14.0453px;
    line-height: 17px;
    color: #ffffff;
    background: #000000;
    border-radius: 50px;
    text-decoration: none;
    padding: 15px 50px 15px 30px;
    margin: 8px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact .contact-col-2 .contact-btns .white-arrow {
    position: absolute;
    top: 21.5%;
    left: 78%;
    cursor: pointer;
  }
  .contact .contact-col-2 .contact-btns .black-arrow {
    position: absolute;
    top: 58.6%;
    right: 6%;
    cursor: pointer;
  }
  .contact .contact-col-2 .contact-btns .contact-btn-2 {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 600;
    font-size: 14.0453px;
    line-height: 17px;
    color: #000000;
    background: #ffffff;
    border-radius: 50px;
    border: 1px solid #000000;
    text-decoration: none;
    padding: 15px 50px 15px 30px;
    margin: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact .contact-col-3 img {
    display: none;
  }

  /* Why We Rock  */
  .why-we-rock {
    display: flex;
    flex-direction: column;
    padding: 20px 1%;
    background-color: #fff;
    margin-bottom: 60px;
    position: relative;
    margin-top: 40px;
  }
  .why-we-rock .why-we-rock-heading {
    position: absolute;
    top: 1%;
    width: 50%;
  }
  .why-we-rock .number-1 {
    position: absolute;
    top: -1%;
    left: 0%;
    width: 40%;
  }

  /* Why We Rock 1  */
  .why-we-rock .why-we-rock-1 {
    display: flex;
    width: 100%;
    padding: 15px;
    flex-direction: column;
  }
  .why-we-rock .why-we-rock-1 .why-we-rock-1-content {
    width: 100%;
  }
  .why-we-rock .why-we-rock-1 .why-we-rock-1-content span {
    font-size: 40px;
  }
  .why-we-rock .why-we-rock-1 .why-we-rock-1-content h1 {
    padding-top: 40px;
    padding-bottom: 15px;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
  }
  .why-we-rock .why-we-rock-1 .why-we-rock-1-content p {
    width: 100%;
    padding-bottom: 30px;
    font-size: 16px;
  }
  .why-we-rock .why-we-rock-1 .why-we-rock-1-content a {
    border-radius: 40px;
    padding: 10px 15px;
    font-size: 14px;
  }
  .why-we-rock .why-we-rock-1 .why-we-rock-1-img {
    height: 100%;
    width: 100%;
  }

  /* Why We Rock 2  */
  .why-we-rock .why-we-rock-2 {
    display: flex;
    width: 100%;
    padding: 0px 15px 15px 15px;
    flex-direction: column-reverse;
  }
  .why-we-rock .why-we-rock-2 .why-we-rock-2-content {
    width: 100%;
    text-align: left;
    padding-top: 20px;
  }
  .why-we-rock .why-we-rock-2-content h1 {
    padding-bottom: 5px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 30px;
  }
  .why-we-rock .why-we-rock-2 .why-we-rock-2-content p {
    padding-bottom: 30px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 28px;
  }
  .why-we-rock .why-we-rock-2 .why-we-rock-2-img {
    height: 100%;
    width: 100%;
  }

  /* What We Do  */
  .what-we-do {
    display: flex;
    padding: 180px 5%;
    position: relative;
    z-index: 10;
    flex-direction: column-reverse;
  }
  .what-we-do .what-we-do-heading {
    position: absolute;
    top: -1%;
    width: 60%;
  }
  .what-we-do .number-2 {
    position: absolute;
    right: 0%;
    top: -5%;
    width: 55%;
  }
  .what-we-do .row-1 .btn {
    position: absolute;
    top: 63%;
    right: 45%;
    padding: 18px 60px;
    background: linear-gradient(99.77deg, #f24a74 0%, #5469ff 100%);
    border-radius: 100px;
  }
  .what-we-do .row-1 .btn a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 97%;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
  }
  .what-we-do .row-1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
    padding: 0px 20px;
  }
  .what-we-do .row-1 .card {
    width: 100%;
    display: flex;
    flex-direction: row;
    background: #eeeeee;
    border-radius: 10.1468px;
    padding: 20px 10px;
  }
  .what-we-do .row-1 #btn {
    position: absolute;
    top: 85%;
    right: 20%;
    padding: 15px 50px;
    background: linear-gradient(99.77deg, #f24a74 0%, #5469ff 100%);
    border-radius: 100px;
  }

  /* Mobile Card 1  */
  .what-we-do .mobile-card-1 {
    display: block;
  }
  .what-we-do .row-1 .mobile-card-1 a {
    width: 100%;
    display: flex;
    flex-direction: row;
    background: #eeeeee;
    border-radius: 10.1468px;
    padding: 20px 10px;
    text-decoration: none;
  }
  .what-we-do .row-1 .mobile-card-1 .content {
    width: 80%;
  }
  .what-we-do .row-1 .mobile-card-1 .content h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 100%;
    text-transform: capitalize;
    color: #ffffff;
    padding-bottom: 12px;
  }
  .what-we-do .row-1 .mobile-card-1 .content span {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #1e1c20;
  }
  .what-we-do .row-1 .mobile-card-1 .icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Mobile Card 2  */
  .what-we-do .mobile-card-2 {
    display: block;
  }
  .what-we-do .row-1 .mobile-card-2 a {
    width: 100%;
    display: flex;
    flex-direction: row;
    background: #eeeeee;
    border-radius: 10.1468px;
    padding: 20px 10px;
    text-decoration: none;
  }
  .what-we-do .row-1 .mobile-card-2 .content {
    width: 80%;
  }
  .what-we-do .row-1 .mobile-card-2 .content h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 100%;
    text-transform: capitalize;
    color: #ffffff;
    padding-bottom: 12px;
  }
  .what-we-do .row-1 .mobile-card-2 .content span {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #1e1c20;
  }
  .what-we-do .row-1 .mobile-card-2 .icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Mobile Card 3  */
  .what-we-do .mobile-card-3 {
    display: block;
  }
  .what-we-do .row-1 .mobile-card-3 a {
    width: 100%;
    display: flex;
    flex-direction: row;
    background: #eeeeee;
    border-radius: 10.1468px;
    padding: 20px 10px;
    text-decoration: none;
  }
  .what-we-do .row-1 .mobile-card-3 .content {
    width: 80%;
  }
  .what-we-do .row-1 .mobile-card-3 .content h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 100%;
    text-transform: capitalize;
    color: #ffffff;
    padding-bottom: 12px;
  }
  .what-we-do .row-1 .mobile-card-3 .content span {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #1e1c20;
  }
  .what-we-do .row-1 .mobile-card-3 .icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 150px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    z-index: 10;
  }
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 8px;
    border: 1px solid #888;
    width: 90% !important;
    display: block !important;
    border-radius: 10px !important;
  }
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 30px !important;
    font-weight: bold;
  }
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .demo-inner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 10;
  }
  .demo-inner-content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    color: #1e1c20;
  }
  .demo-inner-content .demo-inner-btns {
    padding: 10px 0px 20px;
    display: flex;
  }
  .demo-inner-content .iamabrand {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 97%;
    text-transform: capitalize;
    color: #ffffff;
    background: linear-gradient(99.77deg, #f24a74 0%, #5469ff 100%);
    border-radius: 100px;
    padding: 14px;
    text-align: none;
    cursor: pointer;
    text-decoration: none;
  }
  .iamabrand {
    display: none;
  }
  .iamacreator {
    display: none;
  }
  .demo-inner-content .iamacreator {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 97%;
    text-transform: capitalize;
    color: #000000;
    background: #ffffff;
    border-radius: 50px;
    padding: 14px;
    border: 1px solid #000;
    text-decoration: none;
    cursor: pointer;
  }
  .hero-m2-btns {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .m2-brandbtn {
    display: inline-block;
    background: linear-gradient(99.77deg, #f24a74 0%, #5469ff 100%);
    border-radius: 100px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 97%;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 16px;
    position: relative;
    z-index: 1;
    border: none !important;
    outline: none !important;
    margin: 0px 6px;
  }
  .m2-creatorbtn {
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 97%;
    text-transform: capitalize;
    color: #000;
    text-decoration: none;
    padding: 12px 16px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 100px;
    position: relative;
    z-index: 1;
    outline: none !important;
    margin: 0px 6px;
  }
  .what-we-do .card {
    display: none !important;
  }
  .what-we-do .row-1 .card .content {
    width: 80%;
  }
  .what-we-do .row-1 .card .content h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 100%;
    text-transform: capitalize;
    color: #ffffff;
    padding-bottom: 12px;
  }
  .what-we-do .row-1 .card .content span {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #1e1c20;
  }
  .what-we-do .row-1 .card .icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .what-we-do .row-2 {
    width: 100%;
  }
  .what-we-do .row-2 h2 {
    font-size: 40px;
  }
  .what-we-do .row-2 p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    margin-top: -150px;
  }

  /* Our Collaborators  */
  .our-collaborators {
    background-color: #000000;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 800px 15px 100px;
    position: relative;
    margin-top: -650px;
  }
  .our-collaborators .content .our-collaborators-heading {
    position: absolute;
    top: 46%;
    width: 75%;
    right: 21%;
  }
  .our-collaborators .number-3 {
    position: absolute;
    top: 47%;
    left: 0%;
    width: 60%;
  }
  .our-collaborators .number-4 {
    position: absolute;
    top: 91%;
    right: 0%;
    width: 68%;
  }
  .our-collaborators .global-bffs {
    position: absolute;
    top: 96%;
    right: 18%;
    width: 65%;
  }

  .our-collaborators .content {
    z-index: 10;
    margin-top: 215px;
  }
  .our-collaborators .content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: capitalize;
    background: linear-gradient(91.31deg, #f24a74 1.57%, #5469ff 99.91%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: left;
    padding-bottom: 25px;
  }
  .our-collaborators .content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #ffffff;
    text-align: left;
    padding-bottom: 15px;
    margin-top: -280px;
  }
  .our-collaborators .content .partner-icons {
    display: none;
  }
  .our-collaborators .content .mobile-partners {
    display: block;
    padding: 20px 0px 100px;
    width: 100%;
  }
  /* Logo Carousel  */
  .slick-slide {
    margin: 0px 10px;
  }
  .slick-slide img {
    width: 100%;
  }
  .slick-track {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  /* MENA Creators  */
  .mena-creators {
    background-color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px 15px;
    position: relative;
  }
  .mena-creators .content .mena-creators-heading {
    position: absolute;
    top: 12%;
    width: 86%;
  }
  .mena-creators .know-more .the-ode-family-heading {
    top: 10%;
    width: 88%;
  }
  .mena-creators .number-5 {
    position: absolute;
    top: 7%;
    left: 0%;
    width: 55%;
  }
  .mena-creators .number-6 {
    position: absolute;
    top: 68%;
    right: 0%;
    width: 70%;
  }
  .mena-creators .content {
    z-index: 10;
  }
  .mena-creators .content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: capitalize;
    background: linear-gradient(91.31deg, #f24a74 1.57%, #5469ff 99.91%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: left;
    padding-bottom: 25px;
  }
  .mena-creators .content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #ffffff;
    text-align: left;
    padding-bottom: 15px;
    padding-top: 220px;
  }
  .mena-creators .content img {
    width: 100%;
  }

  /* Testimonial Carousel  */
  .mena-creators .testimonial-carousel {
    margin-top: -65px;
  }
  .mena-creators .testimonial-carousel .slide h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    color: #ffffff;
    padding-top: 20px;
  }

  /* Know More Section  */
  .mena-creators .know-more {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 150px 0px;
    z-index: 10;
  }
  .mena-creators .know-more h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: capitalize;
    color: #ffffff;
  }
  .mena-creators .know-more p {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #ffffff;
    padding: 30px 0px 20px 0px;
  }
  .mena-creators .know-more a {
    padding: 18px 40px;
    background: linear-gradient(99.77deg, #f24a74 0%, #5469ff 100%);
    border-radius: 100px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 97%;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
  }

  /* The ODE Family  */
  .the-ode-family {
    background-color: #1e1c1e;
    padding: 200px 15px;
    position: relative;
    text-align: left;
  }
  .the-ode-family .the-ode-heading {
    position: absolute;
    top: 16%;
    left: 5%;
    width: 70%;
  }
  .the-ode-family h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    color: #ffffff;
    padding: 0px 0px 30px;
  }
  .the-ode-family p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
  }

  /* Family Boxes  */
  .family-boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: transparent;
    padding: 0px;
    margin-top: -100px;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .family-boxes .box {
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    z-index: 0;
  }
  .family-boxes .box-1 {
    background: #eeeeee;
    border-radius: 10px;
    min-height: 230px;
  }
  .family-boxes .box-2 {
    background: #f3f5ff;
    border-radius: 10px;
    min-height: 230px;
  }
  .family-boxes .box-3 {
    background: #fff5f2;
    border-radius: 10px;
    min-height: 230px;
  }
  .family-boxes .box-4 {
    background: #f8f2ff;
    border-radius: 10px;
    min-height: 230px;
  }
  .family-boxes .box-5 {
    background: #fff7f5;
    border-radius: 10px;
    min-height: 230px;
  }
  .family-boxes .box-6 {
    background: #f0f0f0;
    border-radius: 10px;
    min-height: 230px;
  }
  .family-boxes .box-7 {
    background: #f6f2ff;
    border-radius: 10px;
    min-height: 230px;
  }
  .family-boxes .box-8 {
    background: #fffbe0;
    border-radius: 10px;
    min-height: 230px;
  }
  .family-boxes .box-9 {
    background: #fff4e7;
    border-radius: 10px;
    min-height: 230px;
  }
  .family-boxes .box-10 {
    background: #010101;
    border-radius: 10px;
    min-height: 230px;
  }
  .family-boxes .box-11 {
    background: #f6f6f6;
    border-radius: 10px;
    min-height: 230px;
  }
  .family-boxes .box-12 {
    background: #ffeded;
    border-radius: 10px;
    min-height: 230px;
  }

  /* Animated Cursor Effect CSS  */
  .tn-elem__2353467151602267888493 {
    display: none;
  }

  /* Desktop Version  */
  .brandbtn {
    display: none;
  }
  .creatorbtn {
    display: none;
  }
  .hero-m-btns {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .m-brandbtn {
    display: inline-block;
    background: linear-gradient(99.77deg, #f24a74 0%, #5469ff 100%);
    border-radius: 100px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 97%;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    margin: 0px 7px;
    padding: 15px 25px;
    position: relative;
    z-index: 1;
    border: none !important;
    outline: none !important;
  }
  .m-creatorbtn {
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 97%;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 25px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 100px;
    margin: 0px 7px;
    position: relative;
    z-index: 1;
    outline: none !important;
  }
}

/* Mobile Creator Solutions  */
.mobile-creator-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
}
.mobile-creator-head .logo {
  width: 15%;
}
.mobile-creator-head .cross {
  width: 25px;
}
.mobile-creator-content {
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.mobile-creator-content h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: capitalize;
  color: #1e1c20;
}
.mobile-creator-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding: 10px 0px 40px 0px;
}
.mobile-creator-content button {
  background: linear-gradient(99.77deg, #f24a74 0%, #5469ff 100%);
  border-radius: 100px;
  outline: none;
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 97%;
  text-transform: capitalize;
  color: #ffffff;
  padding: 15px;
  width: 100%;
}

/* Mobile Brand Solutions  */
.mobile-brand-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
}
.mobile-brand-head .logo {
  width: 15%;
}
.mobile-brand-head .cross {
  width: 25px;
}
.mobile-brand-content {
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.mobile-brand-content h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: capitalize;
  color: #1e1c20;
}
.mobile-brand-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding: 10px 0px 40px 0px;
}
.mobile-brand-content button {
  background: linear-gradient(99.77deg, #f24a74 0%, #5469ff 100%);
  border-radius: 100px;
  outline: none;
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 97%;
  text-transform: capitalize;
  color: #ffffff;
  padding: 15px;
  width: 100%;
}

/* Mobile Client Solutions  */
.mobile-client-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
}
.mobile-client-head .logo {
  width: 15%;
}
.mobile-client-head .cross {
  width: 25px;
}
.mobile-client-content {
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.mobile-client-content h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: capitalize;
  color: #1e1c20;
}
.mobile-client-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding: 10px 0px 40px 0px;
}
.mobile-client-content button {
  background: linear-gradient(99.77deg, #f24a74 0%, #5469ff 100%);
  border-radius: 100px;
  outline: none;
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 97%;
  text-transform: capitalize;
  color: #ffffff;
  padding: 15px;
  width: 100%;
}

/* Mobile Creator Form  */
.mobile-creator-form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
}
.mobile-creator-form-head .logo {
  width: 15%;
}
.mobile-creator-form-head .cross {
  width: 25px;
}
.mobile-creator-form-content {
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.mobile-creator-form-content h1 {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: capitalize;
  color: #1e1c20;
}
.mobile-creator-form-content form {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 30px;
}
.mobile-creator-form-content form #cname {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  width: 100%;
  margin-right: 20px;
}
.mobile-creator-form-content form #cname::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #1e1c20;
}
.mobile-creator-form-content form #cemail {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  width: 100%;
  margin-right: 20px;
}
.mobile-creator-form-content form #cemail::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #1e1c20;
}
.mobile-creator-form-content form #channelname {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  width: 100%;
  margin-right: 20px;
}
.mobile-creator-form-content form #channelname::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #1e1c20;
}
.mobile-creator-form-content form #service {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  width: 100%;
  margin-right: 20px;
}
.mobile-creator-form-content form #service::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #1e1c20;
}
.mobile-creator-form-content form #cmessage {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  width: 100%;
  margin-right: 20px;
}
.mobile-creator-form-content form #cmessage::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #1e1c20;
}

.mobile-creator-form-content button {
  background: linear-gradient(99.77deg, #f24a74 0%, #5469ff 100%);
  border-radius: 100px;
  outline: none;
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 97%;
  text-transform: capitalize;
  color: #ffffff;
  padding: 15px;
  margin-top: 40px;
  width: 100%;
}

/* Mobile Brand Form  */
.mobile-brand-form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
}
.mobile-brand-form-head .logo {
  width: 15%;
}
.mobile-brand-form-head .cross {
  width: 25px;
}
.mobile-brand-form-content {
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.mobile-brand-form-content h1 {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: capitalize;
  color: #1e1c20;
}
.mobile-brand-form-content form {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 30px;
}
.mobile-brand-form-content form #bname {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  width: 100%;
  margin-right: 20px;
}
.mobile-brand-form-content form #bname::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #1e1c20;
}
.mobile-brand-form-content form #monumber {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  width: 100%;
  margin-right: 20px;
}
.mobile-brand-form-content form #monumber::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #1e1c20;
}
.mobile-brand-form-content form #bemail {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  width: 100%;
  margin-right: 20px;
}
.mobile-brand-form-content form #bemail::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #1e1c20;
}
.mobile-brand-form-content form #business {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  width: 100%;
  margin-right: 20px;
}
.mobile-brand-form-content form #business::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #1e1c20;
}
.mobile-brand-form-content form #bmessage {
  background: #ffffff;
  outline: 0;
  border-width: 0 0 2px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  width: 100%;
  margin-right: 20px;
}
.mobile-brand-form-content form #bmessage::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #1e1c20;
}

.mobile-brand-form-content button {
  background: linear-gradient(99.77deg, #f24a74 0%, #5469ff 100%);
  border-radius: 100px;
  outline: none;
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 97%;
  text-transform: capitalize;
  color: #ffffff;
  padding: 15px;
  margin-top: 40px;
  width: 100%;
}

/* Desktop Card Popups  */
.modal-dialog {
  max-width: 650px !important;
  margin: 1.75rem auto;
}

/* Desktop Creator Solutions  */
.desktop-creator-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 0px 20px;
}
.desktop-creator-head h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-transform: capitalize;
  color: #1e1c20;
}
.desktop-creator-head .cross {
  width: 4%;
}
.desktop-creator-content {
  display: flex;
  flex-direction: column;
  padding: 10px 15px 20px 15px;
}
.desktop-creator-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgb(0, 0, 0);
  padding: 0px 5px 10px 5px;
}
.desktop-creator-content button {
  background: linear-gradient(99.77deg, #f24a74 0%, #5469ff 100%);
  border-radius: 100px;
  outline: none;
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 97%;
  text-transform: capitalize;
  color: #ffffff;
  padding: 15px;
  width: 30%;
}
.desktop-creator-content .card-btn {
  outline: none;
  border: none;
}

/* Desktop Brand Solutions  */
.desktop-brand-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 0px 20px;
}
.desktop-brand-head h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-transform: capitalize;
  color: #1e1c20;
}
.desktop-brand-head .cross {
  width: 4%;
}
.desktop-brand-content {
  display: flex;
  flex-direction: column;
  padding: 10px 15px 20px 15px;
}
.desktop-brand-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgb(0, 0, 0);
  padding: 0px 5px 10px 5px;
}
.desktop-brand-content button {
  background: linear-gradient(99.77deg, #f24a74 0%, #5469ff 100%);
  border-radius: 100px;
  outline: none;
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 97%;
  text-transform: capitalize;
  color: #ffffff;
  padding: 15px;
  width: 30%;
}
.desktop-brand-content .card-btn {
  outline: none;
  border: none;
}

/* Desktop Client Solutions  */
.desktop-client-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 0px 20px;
}
.desktop-client-head h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-transform: capitalize;
  color: #1e1c20;
}
.desktop-client-head .cross {
  width: 4%;
}
.desktop-client-content {
  display: flex;
  flex-direction: column;
  padding: 10px 15px 20px 15px;
}
.desktop-client-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgb(0, 0, 0);
  padding: 0px 5px 10px 5px;
}
.desktop-client-content button {
  background: linear-gradient(99.77deg, #f24a74 0%, #5469ff 100%);
  border-radius: 100px;
  outline: none;
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 97%;
  text-transform: capitalize;
  color: #ffffff;
  padding: 15px;
  width: 30%;
}
.desktop-client-content .card-btn {
  outline: none;
  border: none;
}

/* Success Popup  */
.success-inner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
}
.success-inner-content img {
  width: 10%;
}
.success-inner-content h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #1e1c20;
  padding-top: 5px;
}
.success-inner-content span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #1e1c20;
}
