@font-face {
  font-family: "RobotoCondensed-Regular";
  font-style: normal;
  font-weight: 400;
  src: local("RobotoCondensed-Regular"), url("../fonts/roboto/RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/roboto/RobotoCondensed-Regular.woff") format("woff"), url("../fonts/roboto/RobotoCondensed-Regular.ttf") format("truetype"), url("../fonts/roboto/RobotoCondensed-Regular.eot") format("embedded-opentype");
}

@font-face {
  font-family: "OpenSans-Bold";
  font-style: normal;
  font-weight: 700;
  src: local("OpenSans-Bold"), url("../fonts/open-sans/OpenSans-Bold.woff2") format("woff2"), url("../fonts/open-sans/OpenSans-Bold.woff") format("woff"), url("../fonts/open-sans/OpenSans-Bold.ttf") format("truetype"), url("../fonts/open-sans/OpenSans-Bold.eot") format("embedded-opentype");
}

@font-face {
  font-family: "OpenSans-Regular";
  font-style: normal;
  font-weight: 600;
  src: local("OpenSans-Regular"), url("../fonts/open-sans/OpenSans-Regular.woff2") format("woff2"), url("../fonts/open-sans/OpenSans-Regular.woff") format("woff"), url("../fonts/open-sans/OpenSans-Regular.ttf") format("truetype"), url("../fonts/open-sans/OpenSans-Regular.eot") format("embedded-opentype");
}

@font-face {
  font-family: "OpenSans-Medium";
  font-style: normal;
  font-weight: 600;
  src: local("OpenSans-Medium"), url("../fonts/open-sans/OpenSans-Medium.woff2") format("woff2"), url("../fonts/open-sans/OpenSans-Medium.woff") format("woff"), url("../fonts/open-sans/OpenSans-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: 400;
  src: local("Poppins-Regular"), url("../fonts/open-sans/Poppins-Regular.woff2") format("woff2"), url("../fonts/open-sans/Poppins-Regular.woff") format("woff"), url("../fonts/open-sans/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans-Italic";
  font-style: normal;
  font-weight: 600;
  src: local("OpenSans-Italic"), url("../fonts/open-sans/OpenSans-Italic.woff2") format("woff2"), url("../fonts/open-sans/OpenSans-Italic.woff") format("woff"), url("../fonts/open-sans/OpenSans-Italic.ttf") format("truetype"), url("../fonts/open-sans/OpenSans-Italic.eot") format("embedded-opentype");
}

@font-face {
  font-family: "Lato-Black";
  font-style: normal;
  font-weight: 900;
  src: local("Lato-Black"), url("../fonts/Lato-Black.woff2") format("woff2"), url("../fonts/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Lato-Bold";
  font-style: normal;
  font-weight: 700;
  src: local("Lato-Bold"), url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Lato-Medium";
  font-style: normal;
  font-weight: 900;
  src: local("Lato-Medium"), url("../fonts/Lato-Medium.woff2") format("woff2"), url("../fonts/Lato-Medium.woff") format("woff"), url("../fonts/Lato-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Lato-Regular";
  font-style: normal;
  font-weight: 500;
  src: local("Lato-Regular"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "LatoSemibold";
  font-style: normal;
  font-weight: 600;
  src: local("LatoSemibold"), url("../fonts/LatoSemibold.woff2") format("woff2"), url("../fonts/LatoSemibold.woff") format("woff"), url("../fonts/LatoSemibold.ttf") format("truetype");
}

a {
  text-decoration: none;
}

.loginModal {
  z-index: 10000;
}

.loginModal .login-carousel {
  margin: 0 auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.loginModal .login-carousel h4 {
  margin-bottom: 15px;
}

.loginModal.SignUp form {
  max-width: 19.86rem;
}

.loginModal .form-control {
  border: 0;
  border-radius: 0;
  padding-left: 0;
  border-bottom: 1px solid #c4c4c4;
}

.loginModal .left,
.loginModal .right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  place-items: center;
}

.loginModal .left {
  color: #fff;
  background-size: cover;
  border-radius: 18px 0 0 18px;
}

.loginModal .right {
  padding: 3rem;
}

.loginModal form {
  text-align: left;
  min-width: 16.8rem;
  display: block;
  margin: 0 auto;
}

.loginModal form label {
  font-family: "OpenSans-Medium";
}

.loginModal form input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.loginModal .modal-dialog {
  max-width: 60.25rem;
  z-index: 9999999;
}

.loginModal .modal-content {
  border-radius: 25px;
}

.loginModal .modal-body {
  padding: 0;
  min-height: 37.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.loginModal .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.loginModal span {
  color: #727272;
}

.loginModal .btn {
  border-radius: 3px;
  color: #fff;
  font-family: "Poppins-Regular", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.loginModal .btn.google,
.loginModal .btn.fb {
  min-width: 120px;
  padding: 0.5rem;
}

.loginModal .btn.google {
  background-color: #db4437;
  border-color: #db4437;
}

.loginModal .btn.fb {
  background-color: #4267b2;
  border-color: #4267b2;
}

.loginModal .btn-primary {
  padding: 0.5rem 1rem;
  background-color: #550ded;
  outline: 0;
  border-radius: 5px;
  border-color: #550ded;
}

.loginModal .form-check .form-check-input {
  border: 2px solid #c5c5c6;
}

.linkIn {
  color: #550ded;
  font-weight: 600;
}

.orClass {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  margin: 20px 0;
  text-align: center;
}

.orClass::before,
.orClass::after {
  content: "";
  position: absolute;
  background-color: #e9e9e9;
  width: 44%;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.orClass::before {
  left: 0;
}

.orClass:after {
  right: 0;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-group input {
  margin: 0;
}

.login-carousel .slick-slide img {
  width: 50%;
  margin: 0 auto 2rem;
}

.login-carousel .slick-dots {
  bottom: -2rem;
}

.login-carousel .slick-dots li {
  margin: 0;
}

.login-carousel .slick-dots li.slick-active button::before {
  opacity: 1;
  background-color: #fff;
}

.login-carousel .slick-dots button::before {
  background-color: #fff;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  opacity: 0.5;
}

.btn.fusion-button {
  letter-spacing: 0.015rem;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 1024px) {
  .loginModal .left {
    padding: 3rem 0;
    border-radius: 0 20px 0 0;
  }

  .loginModal .modal-body {
    display: block;
  }
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
  font-family: "OpenSans-Bold";
}

/* Header */
ul,
nav {
  list-style-type: none;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  padding: 35px 0;
}

header.secondary {
  position: inherit;
  background-color: #000527;
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header nav li {
  margin-right: 43.9px;
  display: inline-block;
}

header nav li:last-child {
  margin-right: 0;
}

header li a {
  text-decoration: none;
  color: #C4B4E4;
  font-size: 18px;
  letter-spacing: 0.04em;
  font-family: "RobotoCondensed-Regular";
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

header li a:hover {
  color: #ffffff;
}

header li a.active {
  color: #ffffff;
}

body {
  font-family: "RobotoCondensed-Regular";
  overflow-x: hidden;
}

.only-mob {
  display: none;
}

.letter-animate {
  position: relative;
  background-color: #f2f3f3;
  padding: 3rem 0;
  text-align: center;
}

.letter-animate::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 29px 29px 0 29px;
  border-top-color: #8404d9;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
}

.typed {
  font-size: 42px;
  line-height: 48px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #8404d9;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.8s infinite;
  animation: blink 0.8s infinite;
  font-size: 50px;
  line-height: 46px;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.header-logo {
  max-width: 160px;
}

.header-logo img {
  width: 100%;
}

.banner-area {
  background-image: url(../images/home/home-banner.jpg);
  background-size: cover;
  padding-top: 8%;
  padding-bottom: 6%;
  background-color: rgba(132, 4, 217, 0.71);
  background-blend-mode: overlay;
  background-position: right center;
  display: -ms-grid;
  display: grid;
  place-content: center;
  place-items: center;
}

.banner-area .head-1 {
  padding-top: 130px;
  font-family: "OpenSans-Bold";
  font-size: 50px;
  line-height: 63px;
  color: #ffffff;
}

.banner-area h2 {
  border-bottom: 1px solid rgba(236, 239, 239, 0.41);
  line-height: 60px;
  font-family: "OpenSans-Medium";
  font-size: 26px;
  color: #ffffff;
  padding: 0 5rem;
}

.banner-area .button {
  padding: 9px 20px;
  border-radius: 2px;
  margin: 25px 0 0 9px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 0.015em;
  font-weight: 600;
}

.banner-area .btn-center {
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.space-right {
  margin-right: 3rem;
}

.list-left {
  color: #5c6770;
}

.list-left li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-sec {
  padding-top: 100px;
}

.shop-sec hr {
  background-color: #8404d9;
  opacity: 1;
}

.shop-sec h1,
.shop-sec h5,
.shop-sec h4 {
  color: #272d3a;
}

.shop-sec h1 {
  font-family: "OpenSans-Medium";
  font-weight: 600;
  font-size: 42px;
  line-height: 53px;
}

.shop-sec h5 {
  font-size: 18px;
  line-height: 27px;
  font-family: "OpenSans-Bold";
  font-weight: 900;
}

.shop-sec li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

.shop-sec .bi-list {
  color: #8404d9;
}

.shop-sec h4 {
  font-size: 26px;
  font-weight: 900;
  font-family: "OpenSans-Bold";
  line-height: 34px;
}

.shop-sec .button-1 {
  padding: 9px 30px;
  border-radius: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.to-top {
  background-color: #333;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  height: 35px;
  position: fixed;
  text-align: center;
  width: 48px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: #ffffff;
  opacity: 0;
  z-index: 100000;
  -webkit-transition: opacity 0.4s ease-in-out, background 0.2s ease-in-out;
  transition: opacity 0.4s ease-in-out, background 0.2s ease-in-out;
  line-height: 1;
  pointer-events: none;
  right: 70px;
}

.to-top.top-active {
  pointer-events: auto;
  opacity: 0.9;
  -webkit-transition: opacity 0.4s ease-in-out, background 0.2s ease-in-out;
  transition: opacity 0.4s ease-in-out, background 0.2s ease-in-out;
}

.slider-sec {
  background-color: #05c7f2;
  padding: 10rem 0;
}

.slider-sec h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  color: #ffffff;
  font-family: "OpenSans-Bold";
  font-weight: 600;
  font-size: 42px;
  line-height: 53px;
}

.slider-sec .bi-arrow-right-short {
  font-size: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  color: #ffffff;
  margin: -25px -26px 0px;
}

.slider-sec .space-60 {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.slider-sec .main-sec {
  font-family: Arial;
  width: 800px;
  display: block;
  margin: 5% auto;
}

.slider-sec h3 {
  background: #fff;
  color: #3498db;
  font-size: 2.2rem;
  line-height: 100px;
  margin: 10px;
  padding: 2%;
  position: relative;
  text-align: center;
}

.slider-sec .slide-sec {
  display: block;
  width: 100%;
}

.slider-sec .box-bg {
  background: #f26105;
  padding: 25px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.slider-sec .box-bg .login-carousel {
  width: auto;
}

.slider-sec .box-bg p {
  color: #ffffff;
  font-family: "RobotoCondensed-Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 2px;
}

.consumer-sec {
  padding: 6rem 0;
  color: #5c6770;
}

.consumer-sec h2 {
  font-size: 42px;
  font-family: "OpenSans-Bold";
  font-weight: 600;
}

.consumer-sec p {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
}

.testimonials-sec {
  background-image: url(../images/section/testimonials.jpg);
  background-size: cover;
  height: 83vh;
  background-color: rgba(132, 4, 217, 0.71);
  background-blend-mode: overlay;
  background-position: center;
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.testimonials-sec h2 {
  font-family: "OpenSans-Medium";
  font-weight: 600;
  font-size: 42px;
  line-height: 53px;
  color: #ffffff;
}

.testimonials-sec p {
  font-family: "OpenSans-Italic";
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  color: #ffffff;
}

.testimonials-sec .button-2 {
  padding: 13px 28px;
  border-radius: 2px;
  font-family: "Poppins-Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.015em;
  font-weight: 600;
}

footer {
  color: #ffffff;
  background-color: #000527;
  padding: 20px 0 30px;
}

footer .Flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer li {
  display: inline-block;
  margin-right: 20px;
}

footer li:last-child {
  margin-right: 0;
}

footer a {
  color: #ffffff;
}

footer p {
  font-size: 13px;
  line-height: 19px;
}

.banner-sec {
  color: #ffffff;
  background-size: cover;
  height: 210px;
  background-position: center center;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.banner-sec h1 {
  font-size: 60px;
  line-height: 1.25;
}

.careers-short {
  padding: 4rem 0 2rem;
  color: #5c6770;
  font-family: "OpenSans-Regular";
}

.careers-short p,
.careers-short a {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}

.careers-short a {
  color: #0468bf;
}

.careers-details {
  background-color: #f2f3f3;
  padding: 3rem 0;
}

.careers-details .col-md-6 {
  padding-right: 5.7rem;
}

.careers-details h4 {
  margin-bottom: 1.5rem;
  font-family: "OpenSans-Medium";
  color: #272d3a;
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 1.3;
}

.careers-details p,
.careers-details li {
  color: #5c6770;
  padding-bottom: 1rem;
  font-size: 18px;
  line-height: 1.7;
}

.careers-details h5 {
  color: #5c6770;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
  padding-bottom: 1.25rem;
}

.careers-details .tab-content {
  margin-left: 4rem;
}

.careers-details .tab-content ul {
  padding-left: 2rem;
  list-style: disc;
}

.careers-details li {
  padding-bottom: .5rem;
}

.careers-details .btn-primary {
  font-size: 14px;
  line-height: 17px;
  border-radius: 2px;
  font-family: "Poppins-Regular", Arial, Helvetica, sans-serif;
  font-weight: 600;
  padding: 0.7rem 1.55rem;
  background-color: #0468bf;
}

.nav-tabs {
  display: block;
  border-bottom: 0;
}

.nav-tabs .nav-link {
  border-color: #05c7f2;
  border-radius: 0;
  color: #272d3a;
  font-family: "OpenSans-Medium";
  padding: 0.523rem 2.55rem;
  margin-bottom: .3rem;
  white-space: nowrap;
}

.nav-tabs .nav-link:hover {
  border-color: #05c7f2;
}

.nav-tabs .nav-link.active {
  background-color: #ffffff;
  border-color: #05c7f2;
  color: #272d3a;
}

.contact-main {
  padding: 5rem 0 1rem;
}

.contact-main a {
  color: #0468bf;
}

.contact-main h1 {
  font-size: 3.125rem;
  line-height: 1.25;
  color: #272d3a;
  padding-bottom: 2.5rem;
}

.contact-main p {
  color: #5c6770;
  padding-bottom: 1rem;
  font-size: 18px;
  line-height: 1.7;
}

.contact-main li {
  display: inline-block;
  margin-right: 1rem;
}

.contact-main li:last-child {
  margin-right: 0;
}

.atMail {
  margin-bottom: 2rem;
  padding: 1.5rem 0 2rem;
  display: block;
  border-top: 1px solid #05c7f2;
  border-bottom: 1px solid #05c7f2;
  font-size: 24px;
  line-height: 1.7;
}

.body-bg {
  background-color: #F2F7FF;
}

.nav-bg {
  background-color: #ffffff;
  padding: 18px 30px;
}

.white-bg {
  /* margin: 0px 25px 0px 0px; */
  background-color: #ffffff;
  /* height: 100%; */
}

.search {
  position: relative;
}

.search input {
  height: 2.5rem;
  width: 20.875rem;
  text-indent: 41px;
  border: none;
  background-color: #F2F7FF;
  font-size: 14px;
  font-family: "LatoSemibold";
  border-radius: 10px;
}

.search input::-webkit-input-placeholder {
  color: #A3A3A3;
}

.search input:-ms-input-placeholder {
  color: #A3A3A3;
}

.search input::-ms-input-placeholder {
  color: #A3A3A3;
}

.search input::placeholder {
  color: #A3A3A3;
}

.search .fa-search {
  position: absolute;
  top: 10px;
  left: 20px;
}

.search::before {
  content: "";
  background-color: #7C8DB5;
  height: 35px;
  width: 1px;
  position: absolute;
  left: -15px;
}

.logo-right {
  margin-right: 78px;
}

.card-h2 {
  font-family: "Lato-Black";
  font-size: 18px;
  color: #ffffff;
}

.para {
  font-family: "Lato-Regular";
  font-size: 14px;
  color: #ffffff;
}

.read-more {
  color: #ffffff;
  font-family: "Lato-Regular";
  font-size: 14px;
}

.read-more:hover {
  color: #ffffff;
}

.pink-bg {
  border-radius: 10px;
  margin: 0px !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7C27FD), to(#C62CF1));
  background-image: linear-gradient(180deg, #7C27FD, #C62CF1);
  padding: 0px !important;
  margin-top: 0px !important;
}

.pink-bg span a {
  color: #ffffff;
  font-family: "Lato-Bold";
  line-height: 45px;
}

.pink-bg b {
  font-family: "Lato-Black";
  font-size: 20px;
  color: #ffffff;
}

.pink-bg .small {
  font-family: "Lato-Regular";
  font-size: 16px;
  color: #ffffff;
}

.pink-bg .input-field {
  color: #791398;
  font-family: "Lato-Regular";
  font-size: 14px;
}

.pink-bg .input-field::-webkit-input-placeholder {
  color: #791398;
}

.pink-bg .input-field:-ms-input-placeholder {
  color: #791398;
}

.pink-bg .input-field::-ms-input-placeholder {
  color: #791398;
}

.pink-bg .input-field::placeholder {
  color: #791398;
}

.pink-bg .wallet {
  position: absolute;
  right: 21px;
  top: 37%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 16px;
}

.lock-content {
  border-radius: 10px;
  margin: 30px 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#516FB7), to(#6A90EB));
  background-image: linear-gradient(124deg, #516FB7, #6A90EB);
  padding: 20px !important;
  margin-top: 0px !important;
}

.login-bg {
  margin: auto !important;
  margin-top: 0px !important;
}

.login-bg .blue-bg {
  border-radius: 10px;
  padding: 0px 0px 80px;
}

.login-bg h4 {
  font-size: 14px;
  font-family: "LatoSemibold";
  color: #ffffff;
  margin-bottom: 20px;
}

.login-bg img {
  padding-top: 90px;
}

.side-border {
  background-color: #ffffff;
  border-left: 1px solid #E2E7EE;
  /* padding-top: 25px; */
}

.main-banner-sec {
  margin: 0px -49px;
}

.color-gray {
  color: #A3A3A3;
  font-size: 14px;
  font-family: "Lato-Regular";
}

.center-text {
  color: #2D173F;
  font-size: 24px;
  font-family: "LatoSemibold";
}

.banner-sec {
  position: relative;
}

.banner-sec .home-banner {
  width: 100%;
  /* margin-top: -16px; */
  border-radius: 10px;
}

.banner-sec .center-img {
  position: relative;
  margin-top: -50% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  border-radius: 50% !important;
  width: 215px;
  height: 215px;
  border: 15px solid white;
  display: block !important;
}

.banner-section {
  margin-top: 70px;
}

.created-by.row {
  margin: 40px;
  display: flex;
}

.created-by h3 {
  color: #2D173F;
  font-size: 16px;
  font-family: "LatoSemibold";
  margin-top: 5px;
  word-wrap: break-word;
}

.created-by .box-right {
  margin-right: 141px;
}

.created-by-owner.row {
  margin: 40px;
  display: flex;
}

.created-by-owner h3 {
  color: #2D173F;
  font-size: 16px;
  font-family: "LatoSemibold";
  margin-top: 5px;
  word-wrap: break-word;
}

.created-by-owner .box-5 {
  margin-right: 167px;
}

.desc-box {
  margin: 0 40px 40px 40px;
  padding: 0 0 40px;
}

.desc-box .box-1 {
  border: 1px solid #E0E0E0;
  width: 90%;
  border-radius: 10px;
}

.desc-box .box-1 h3 {
  border-radius: 10px 10px 0px 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(#7C27FD), to(#C62CF1));
  background-image: linear-gradient(90deg, #7C27FD, #C62CF1);
  font-size: 18px;
  font-family: "LatoSemibold";
  color: #ffffff;
  padding: 19px 30px;
}

.desc-box .box-1 p {
  color: #2D173F;
  background-color: #ffffff;
  font-family: "Lato-Medium";
  font-size: 14px;
  padding: 30px;
  line-height: 28px;
}

@media (max-width: 1024px) {
  .only-mob {
    display: block;
  }

  .banner-area .d-flex {
    display: block !important;
  }

  .banner-area .head-1 {
    font-size: 38px;
    line-height: 44px;
  }

  .banner-area .button {
    margin: 5rem 0 0;
  }

  .space-right {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }

  .hamburgerMenu {
    font-size: 32px;
    line-height: 38px;
    background-color: #ffffff;
    width: 100px;
    height: 100px;
    display: -ms-grid;
    display: grid;
    place-content: center;
    margin-right: -0.75rem;
  }

  .shop-sec img {
    width: 100%;
  }

  .slider-sec {
    padding: 3rem 0;
  }

  .slider-sec h2 {
    margin-bottom: 1rem;
  }

  .slider-sec .bi-arrow-right-short {
    display: none;
  }

  .slider-sec .box-bg {
    margin: 0;
  }

  .shop-sec li img {
    width: auto;
  }

  header {
    padding: 0;
    background-color: #000527;
  }

  header nav {
    background-color: #ffffff;
    position: absolute;
    top: -100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  header nav ul {
    width: 100%;
  }

  header nav li {
    display: block;
    margin: 0;
  }

  header nav button {
    margin: 20px 0;
  }

  header nav .btn.btn-outline-primary {
    color: #0d6efd !important;
  }

  header nav .btn.btn-outline-primary:hover {
    color: #ffffff !important;
  }

  header nav a {
    padding: 20px 0;
    display: block;
    color: #5c6770;
  }

  header nav a:hover {
    background-color: #F2F7FC;
    color: #8404d9;
  }

  header nav.active {
    top: 100px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 999;
  }

  header li a.active {
    color: green;
  }

  footer .Flex {
    display: block;
    text-align: center;
  }

  footer .Flex ul {
    margin-top: 1rem;
    width: 100%;
  }
}

@media (max-width: 667px) {
  .container-fluid {
    padding-right: var(--bs-gutter-x, 1.75rem) !important;
    padding-left: var(--bs-gutter-x, 1.75rem) !important;
  }

  header {
    padding: 0;
    background-color: #000527;
  }

  header nav {
    background-color: #ffffff;
    position: absolute;
    top: -100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  header nav ul {
    width: 100%;
  }

  header nav li {
    display: block;
    margin: 0;
  }

  header nav button {
    margin: 20px 0;
  }

  header nav .btn.btn-outline-primary {
    color: #0d6efd !important;
  }

  header nav .btn.btn-outline-primary:hover {
    color: #ffffff !important;
  }

  header nav a {
    padding: 20px 0;
    display: block;
    color: #5c6770;
  }

  header nav a:hover {
    background-color: #F2F7FC;
    color: #8404d9;
  }

  header nav.active {
    top: 100px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 999;
  }

  header li a.active {
    color: green;
  }


  .banner-sec .center-img {
    /* position: absolute; */
    position: relative;
    top: -35px;
    /* right: 18% !important; */
    width: 9rem;
    height: 9rem;
    margin-top: -50% !important;
    display: block !important;
  }

  .white-bg {
    margin: 0px;
    background-color: #ffffff;
    height: 100%;
  }

  .banner-sec .home-banner {
    width: 100%;
    margin-top: 0px;
    height: 100%;
  }



  .mob-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .created-by.row {
    margin: 0px;
  }

  .created-by .box-right {
    margin-right: 0;
  }

  .created-by-owner.row {
    margin: 0px;
  }

  .created-by-owner .box-5 {
    margin-right: 0;
  }

  .mob-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mob-box .space-30 {
    margin-bottom: 30px;
  }

  .desc-box .box-1 {
    border: 1px solid #E0E0E0;
    width: 100% !important;
    border-radius: 10px;
  }

  .desc-box {
    margin: 0px !important;
    padding: 0 0 40px;
  }


  .desc-box .box-1 {
    border: 1px solid #E0E0E0;
    /* width: 458px; */
    border-radius: 10px;
    margin-right: 0px !important;
  }

  .desc-box .box-1 h3 {
    border-radius: 10px 10px 0px 0px;
    background-image: -webkit-gradient(linear, left top, right top, from(#7C27FD), to(#C62CF1));
    background-image: linear-gradient(90deg, #7C27FD, #C62CF1);
    font-size: 18px;
    font-family: "LatoSemibold";
    color: #ffffff;
    padding: 19px 30px;
  }

  .desc-box .box-1 p {
    color: #2D173F;
    background-color: #ffffff;
    font-family: "Lato-Medium";
    font-size: 14px;
    padding: 30px;
    line-height: 28px;
  }

  .logo-right {
    margin-right: 30px;
    margin-left: -17px !important;
  }

  .search input {
    height: 2.5rem;
    width: 9.875rem;
    text-indent: 41px;
    border: none;
    background-color: #F2F7FF;
    font-size: 14px;
    font-family: "LatoSemibold";
    border-radius: 10px;
  }

  .space-10 {
    margin-right: 10px;
  }

  .footer-bg {
    text-align: center;
  }

  .footer-bg .copyright {
    margin-bottom: 10px;
  }

  .login-bg1 .content-center {
    margin-bottom: 20px;
  }

  .footer-center {
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */