/*------- General Color -------*/
/*------- Button Gradient Color -------*/
/*------- Page Gradient Color -------*/
/*------- Text Color -------*/
/*------- Border Color -------*/
/*------- Font Include -------*/
/* 

* BASIC STYLE
  - General Style
  - Headings Style     
  - Spacer Style
  - Button Style
  - Form Style
  - Preloader Style  

* HEADER

/*----------------------------------------
    Basic Style
-----------------------------------------*/
/*---------- General Style ------------*/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  overflow-x: hidden;
}

.container {
  max-width: 1230px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.main {
  padding-top: 0px;
}

img {
  height: auto;
  max-width: 100%;
  border: none;
  outline: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  outline: none !important;
  text-decoration: none;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

a:focus {
  outline: none !important;
  text-decoration: none;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}

a:hover {
  color: #009fed;
}

button {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  outline: none;
  border: 0px;
  background-color: transparent;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  padding: 0;
  margin: 0;
}

label {
  list-style: none;
  padding: 0;
  margin: 0;
}

span {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 0px;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.relative {
  position: relative;
}

.form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.logos_text {
  font-size: 17px;
}
.flex-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.primary-color {
  background-color: #f9f9f9;
}

.secondary-color {
  background-color: #fff;
}

.color-blue {
  color: #009fed;
}

.overflow-x {
  overflow-x: hidden;
}

.owl-carousel .owl-item img {
  width: auto !important;
}

.owl-dots {
  line-height: 0px;
  text-align: center;
  padding-bottom: 30px;
}

.owl-dots .owl-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 0px 5px;
  background-color: #cccccc !important;
}

.owl-dots .owl-dot.active {
  background-color: #009fed !important;
}

.z-index-1 {
  z-index: 1;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xl-12,
.col-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xl-11,
.col-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xl-10,
.col-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xl-9,
.col-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xl-8,
.col-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xl-7,
.col-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xl-6,
.col-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xl-5,
.col-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xl-4,
.col-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xl-3,
.col-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xl-2,
.col-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xl-1 {
  padding: 0px 15px;
}

.delay-1 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay-2 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay-3 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.fancybox-container .fancybox-slide--image {
  padding: 44px 15px;
}
.text-gradient {
  background: linear-gradient(
    328deg,
    rgba(94, 184, 240, 1) 4%,
    rgba(8, 134, 212, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ----------- Headings Style  ---------------- */
h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h9,
.box-title-HIW-title,
.what-if-text span {
  padding: 0px;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 650;
  line-height: 76px;
}

h1 {
  font-size: 48px;
  line-height: 54px;
  background: rgb(94, 184, 240);
  background: linear-gradient(
    328deg,
    rgba(94, 184, 240, 1) 4%,
    rgba(8, 134, 212, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2 {
  font-size: 40px;
  line-height: 46px;
  color: #111111;
}

h3,
.box-title-HIW-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #000000;
}
.what-if-text span {
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
  color: #009fed !important;
}
h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
}

h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #ffffff;
}

h6 {
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
  background: linear-gradient(45deg, #0886d4, #0986d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h7 {
  font-size: 34px;
  line-height: 40px;
  color: #262e3d;
}

h8 {
  font-size: 20px;
  line-height: 0px;
  color: #262e3d;
  font-weight: 500;
}

h9 {
  font-size: 34px;
  line-height: 46px;
  color: #009fed;
}

h7 span {
  background: -webkit-linear-gradient(#0049d3, #009dea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
}

h2 span {
  font-size: 40px;
  line-height: 46px;
  color: #ffffff;
}

h9 span {
  font-size: 28px;
  color: #0886d4;
}
.why-ostreon {
  font-size: 28px;
  color: #0886d4;
  line-height: 32px;
  font-weight: 620;
}

p {
  font-size: 18px;
}

p span {
  font-size: 16px;
  font-weight: normal;
  color: #111111;
  line-height: 28px;
}
h1 span {
  font-size: 48px;
  line-height: 66px;
  background: rgb(94, 184, 240);
  background: linear-gradient(
    328deg,
    rgba(94, 184, 240, 1) 4%,
    rgba(119, 222, 235, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*----------- Spacer Style  ---------------- */
.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-100-50 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-30 {
  margin-top: 30px;
}

/*----------- Button Style -----------*/
.btn-small,
.btn-large,
.btn-two,
.btn {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0049d3),
    to(#009dea)
  );
  background: linear-gradient(to right, #0049d3, #009dea);
  color: #ffffff;
  position: relative;
  border-radius: 10px;
  padding: 12px 24px;
  display: inline-block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  overflow: hidden;
  z-index: 0;
  text-align: center;
}

.btn-small::before,
.btn-large::before,
.btn-two::before,
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  opacity: 0;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#009dea),
    to(#0049d3)
  );
  background: linear-gradient(to right, #009dea, #0049d3);
}

.btn-small:hover,
.btn-large:hover,
.btn-two:hover,
.btn:hover {
  color: #ffffff;
}

.btn-small:hover::before,
.btn-large:hover::before,
.btn-two:hover::before,
.btn:hover::before {
  opacity: 1;
}

.btn-large,
.btn-two {
  font-size: 16px;
  padding: 18px 16px;
  min-width: 190px;
}

.btn-two {
  background: transparent;
  border: 2px solid #009fed;
  padding: 16px 16px;
}

.btn-two:hover {
  background: #009fed;
}

.btn-two:hover::before {
  opacity: 0;
}

.btn {
  font-size: 14px;
  padding: 15px 18px;
  min-width: 172px;
  border: 0px;
}

.view-btn {
  color: #009fed;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.view-btn img {
  padding-left: 12px;
  padding-bottom: 4px;
  position: relative;
  left: 0px;
}

.view-btn:hover {
  color: #f7931a;
}

.view-btn:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  left: 8px;
}

.read-more {
  color: #009fed;
  text-transform: uppercase;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.read-more img {
  padding-left: 10px;
  position: relative;
  left: 0px;
}

.read-more:hover {
  color: #ffffff;
}

.read-more:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  left: 5px;
}

/*-----------Home Image-------------*/

/*----------- Form Style -----------*/
.form-control {
  font-size: 14px;
  border: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  line-height: 18px;
  color: #ffffff !important;
  font-weight: 500;
  padding: 15px 20px;
  background-color: #011e3e;
  border-radius: 10px;
}

.form-control:focus {
  -webkit-box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.1) !important;
  outline: none !important;
  background-color: #011e3e;
}

.form-control::-webkit-input-placeholder {
  color: #cccccc;
}

.form-control:-ms-input-placeholder {
  color: #cccccc;
}

.form-control::-ms-input-placeholder {
  color: #cccccc;
}

.form-control::placeholder {
  color: #cccccc;
}

/*----------------------------------------
    Header Style Start
-----------------------------------------*/
/*------- Header Style -------*/
.header {
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 999;
  top: 0;
  left: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.header .container {
  overflow: unset;
}

.header .logo img {
  max-width: 220px;
}

.header .main-menu {
  text-align: right;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .main-menu .login {
  margin-left: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.login {
  padding-left: 100px;
}

.header .nav-menu {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.header .nav-menu {
  -webkit-filter: none;
  filter: none;
}

.header .nav-menu > ul {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.no-hover:hover {
  color: inherit !important;
}
.gap-1 {
  gap: 1rem;
}
.home_logos {
  width: 165px;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.w-full {
  width: 100%;
}
.h-max {
  height: max-content;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.justify-between {
  justify-content: space-between;
}

.header .nav-menu > ul > li {
  display: inline-block;
  padding: 0px 16px;
  position: relative;
}

.header .nav-menu > ul > li > a {
  font-size: 14px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  position: relative;
  padding: 38px 0px;
  width: fit-content;
}

.header .nav-menu > ul > li:last-child {
  padding-right: 0;
}

.header .nav-menu > ul > li:first-child {
  padding-left: 0;
}

.header .nav-menu > ul > li:hover > a {
  color: #009fed;
}

.header .nav-menu > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.header .nav-menu > ul > li a.active {
  color: #009fed;
}

.header .nav-menu > ul ul {
  position: absolute;
  background: #011631;
  text-align: left;
  min-width: 214px;
  padding: 16px 27px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.1);
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}

.header .nav-menu > ul ul li {
  padding: 7px 0px;
  display: block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.header .nav-menu > ul ul li a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
}

.header .nav-menu > ul ul li a:hover {
  color: #009fed;
}

.header.sticky-header {
  background-color: #011631;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.1);
}

.header.sticky-header .logo img {
  max-width: 200px;
}

.header.sticky-header .nav-menu > ul > li > a {
  padding: 30px 0px;
}

.header-shadow {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.1);
}

/*Language Bar*/

.sl-nav {
  display: inline;
}

.sl-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}

.sl-nav li {
  cursor: pointer;
  padding-bottom: 0px;
}

.sl-nav li ul {
  display: none;
}

.sl-nav li:hover ul {
  position: absolute;
  top: 29px;
  right: -52px;
  display: block;
  background: #fff;
  width: 120px;
  padding-top: 0px;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index: 10;
  height: 14px;
  overflow: hidden;
  width: 30px;
  background: transparent;
}

.sl-nav li:hover .triangle:after {
  content: "";
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius: 2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom: 0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
}

.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}

.sl-nav li ul li span {
  padding-left: 5px;
}

.sl-nav li ul li span:hover,
.sl-nav li ul li span.active {
  color: #146c78;
}

.sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  transform: translateY(2px);
  overflow: hidden;
}

.flag-France {
  object-fit: scale-down;
}

.flag-us {
  object-fit: scale-down;
}

/*------- Header Search Style -------
.search-form-modal {
  opacity: 0;
  background: #011631;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 30px 0px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.1);
          box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.1);
}

.search-form-modal.open {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.search-form-modal .btn-close {
  opacity: 1;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  font-size: 20px;
  padding: 0px;
  margin-left: 10px;
  opacity: 0.8;
}

.search-form-modal .btn-close:hover {
  opacity: 0.5;
}

.search-form-modal .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-form-modal .form-group .form-control {
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #cccccc;
  border-radius: 0px;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  padding: 0px 20px 14px 0px;
}

.search-form-modal .form-group .form-control:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}*/

/*------- Header Profile Style -------*/
.header-profile {
  margin-left: 40px;
}

.header-profile .profile-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 14px;
  border-radius: 10px;
  border: 2px solid #009fed;
}

.header-profile .profile-inr img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid #009fed;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.header-profile .profile-inr span {
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 76px;
}

.header-profile .profile-inr p {
  width: calc(100% - 40px);
  padding-left: 10px;
  text-align: left;
  line-height: 20px;
}

.header-profile .profile-inr .price {
  font-size: 12px;
  color: #cccccc;
}

.header-profile a:hover {
  color: #ffffff;
}

.header-profile.mob-profile {
  display: none;
}

.header-profile-in {
  border-radius: 6px;
  background-color: #011631;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 15px;
  min-width: 300px;
  padding: 22px 30px;
  display: none;
}

.header-profile-in.active {
  display: block;
}

.header-profile-in .copy-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 3px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  cursor: pointer;
}

.header-profile-in .copy-icon img {
  max-width: 14px;
  -webkit-filter: invert(1);
  filter: invert(1);
  max-width: 17px;
}

.header-profile-in .copy-icon .desc {
  padding-right: 10px;
}

.header-profile-in .balance-box {
  background-color: rgba(1, 30, 62, 0.8);
  border-radius: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.header-profile-in .balance-box .au-img {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-profile-in .balance-box .au-img img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.header-profile-in .link-profile {
  margin-top: 14px;
}

.header-profile-in .link-profile li {
  padding: 8px 0px;
}

.header-profile-in .link-profile li a {
  font-size: 16px;
  color: #cccccc;
}

.header-profile-in .link-profile li a:hover {
  color: #009fed;
}

.header-profile-in .link-profile li:last-child {
  padding-bottom: 0px;
}

.form-control-banner {
  font-size: 14px;
  border: 2px solid #0886d4;
  min-width: 60%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  line-height: 18px;
  color: #ffffff !important;
  font-weight: 500;
  padding: 13px 15px;
  background-color: transparent;
  border-radius: 10px;
}

.form-control-banner:focus {
  -webkit-box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.1) !important;
  outline: none !important;
  background-color: #011e3e;
}

.form-control-banner::-webkit-input-placeholder {
  color: #cccccc;
}

.form-control-banner:-ms-input-placeholder {
  color: #cccccc;
}

.form-control-banner::-ms-input-placeholder {
  color: #cccccc;
}

.form-control-banner::placeholder {
  color: #cccccc;
}

/*------- Menu Toggle Style -------*/
.menu-toggle {
  display: none;
  position: absolute;
  width: 26px;
  height: 18px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}

.menu-toggle span {
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  content: "";
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  background-color: #ffffff;
}

.menu-toggle span::before {
  top: -8px;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  content: "";
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  background-color: #ffffff;
}

.menu-toggle span::after {
  top: 8px;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  content: "";
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  background-color: #ffffff;
}

.menu-toggle.active span {
  background: transparent;
}

.menu-toggle.active span::before {
  top: 0px;
  transform: translate(-50%) rotate(-45deg);
  -webkit-transform: translate(-50%) rotate(-45deg);
}

.menu-toggle.active span::after {
  top: 0px;
  transform: translate(-50%) rotate(45deg);
  -webkit-transform: translate(-50%) rotate(45deg);
}

/*----------------------------------------
    Content Style
-----------------------------------------*/
/*------- Home Banner Start -------*/
.home-banner {
  background: transparent;
  position: relative;
  padding-top: 150px;
  padding-bottom: 80px;
  height: 680px;
}

.home-banner:before {
  content: "";
  background: url(../images/home-banner-bg-6.png) no-repeat bottom center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 760px;
  opacity: 1;
  background-size: cover;
}

.home-banner .home-banner-content,
.home-banner .artwork-box {
  position: relative;
  z-index: 99;
}

.home-banner .home-banner-content {
  max-width: 570px;
}

.home-banner .home-banner-content .banner-des {
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  padding-top: 24px;
  padding-bottom: 42px;
}

.home-banner .home-banner-content .banner-des-form {
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  padding-top: 10px;
  padding-bottom: 15px;
  color: #f7931a;
}

.home-banner .home-banner-content .banner-btn .btn-two {
  margin-left: 22px;
}

.home-banner .artwork-box {
  max-width: 550px;
  margin-left: auto;
}

.home-banner .artwork-box .art-img img {
  overflow: hidden;
  border-radius: 24px;
}

.home-banner .artwork-box .create-inr {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background-color: #011e3e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px;
  border-radius: 10px;
}

.home-banner .artwork-box .create-inr .create-img {
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid #009fed;
  width: 56px;
  height: 56px;
}

.home-banner .artwork-box .create-inr .create-content {
  padding-left: 16px;
}

.home-banner .artwork-box .create-inr .create-content p {
  font-size: 16px;
  color: #ffffff;
}

.home-banner .artwork-box .create-inr .create-content a {
  color: #009fed;
}

.home-banner .artwork-box .create-inr .create-content a:hover {
  color: #ffffff;
}

.home-banner .home-banner-slider .owl-nav {
  height: 0px;
  width: 0px;
}

.home-banner .home-banner-slider .owl-nav .owl-prev span,
.home-banner .home-banner-slider .owl-nav .owl-next span {
  font-size: 0px;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 30px;
  margin-top: 30px;
  width: 36px;
  height: 36px;
  line-height: 31px;
  text-align: center;
  background-color: #011e3e;
  display: inline-block;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  border-radius: 100%;
  overflow: hidden;
}

.home-banner .home-banner-slider .owl-nav .owl-prev span::after,
.home-banner .home-banner-slider .owl-nav .owl-next span::after {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 3px;
  left: 0;
}

.home-banner .home-banner-slider .owl-nav .owl-prev span:hover,
.home-banner .home-banner-slider .owl-nav .owl-next span:hover {
  background-color: #009fed;
}

.home-banner .home-banner-slider .owl-nav .owl-next span::after {
  content: "\f105";
  left: 1px;
}

.home-banner .home-banner-slider .owl-nav .owl-prev span {
  margin-right: 50px;
}

.home-img {
  cursor: pointer;
}

.modal-content {
  background: transparent !important;
  border: none !important;
  width: fit-content;
  height: fit-content;
}

/*------- Heading Part Start -------*/
.heading-part .sub-title {
  color: #009fed;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding-left: 44px;
  font-weight: 600;
}

.heading-part .sub-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 2px;
  background-color: #009fed;
}

.heading-part h2,
.heading-part p {
  padding-top: 12px;
}

.view-all-mob {
  display: none;
}

.heading-part-2 .sub-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#004dd4),
    to(#009ae9)
  );
  background-image: linear-gradient(to right, #004dd4, #009ae9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-bottom: 14px;
}

/*------- How It Works Start -------*/
.how-it-work {
  background: url(../images/home-banner-bg-7.png) no-repeat bottom center;
  width: 100%;
  height: 660px;
  opacity: 1;
  background-size: cover;
}

.bg-pattern .pattern {
  position: absolute;
  top: 7%;
  left: 13%;
}

.how-it-work .bg-pattern .pattern.pattern-2 {
  top: unset;
  left: unset;
  bottom: 7%;
  right: 13%;
}

.How-it-work-steps-box {
  height: 396px;
  background: rgb(246, 238, 244);
  background: linear-gradient(
    138deg,
    rgba(246, 238, 244, 1) 21%,
    rgba(226, 216, 216, 1) 46%,
    rgba(219, 232, 229, 1) 100%
  );
  box-shadow: 3px 5px 12px -1px rgba(0, 0, 0, 0.41);
  border-radius: 10px;
  padding: 30px 35px;
  margin-bottom: 30px;
  padding-top: 0px;
  margin-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.How-it-work-steps-box .step-number-box {
  width: 60px;
  height: 60px;
  background: rgb(11, 156, 215);
  background: linear-gradient(
    328deg,
    rgba(11, 156, 215, 1) 4%,
    rgba(25, 172, 190, 1) 100%
  );
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: -37px;
}

.How-it-work-steps-box .content-box {
  margin-top: -10px;
}

.How-it-work-steps-box .content-box .box-title {
  margin-bottom: 12px;
}

.How-it-work-steps-box:hover .step-number-box {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

/*
*
* ==========================================
* Pricing table
* ==========================================
*
*/

.rounded-lg {
  border-radius: 1rem !important;
}

.text-small {
  font-size: 0.9rem !important;
  color: #0886d4;
}

.custom-separator {
  width: 5rem;
  height: 6px;
  border-radius: 1rem;
}

.text-uppercase {
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 22px;
  background: -webkit-linear-gradient(#0049d3, #009dea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-table {
  padding-bottom: 70px;
  padding-top: 0px;
  position: relative;
  background: rgb(252, 247, 251);
  background: linear-gradient(
    138deg,
    rgba(252, 247, 251, 1) 21%,
    rgba(245, 240, 240, 1) 46%,
    rgba(237, 245, 243, 1) 100%
  );
}

.pricing-table .ribbon {
  width: 180px;
  height: 42px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
  background: #0886d4;
  transform: rotate(45deg);
  position: absolute;
  bottom: 0;
  right: -42px;
  top: 20px;
  padding-top: 7px;
}

.pricing-table .ribbon2 {
  width: 180px;
  height: 42px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
  background: #052077;
  transform: rotate(45deg);
  position: absolute;
  bottom: 0;
  right: -42px;
  top: 20px;
  padding-top: 7px;
}

.pricing-table .bg-white {
  background-color: #ffffff;
  padding: 0px;
  overflow: hidden;
  position: relative;
}

/*------- Supported assets -------*/
.Supported-assets {
  background: rgb(252, 247, 251);
  background: linear-gradient(
    138deg,
    rgba(252, 247, 251, 1) 21%,
    rgba(245, 240, 240, 1) 46%,
    rgba(237, 245, 243, 1) 100%
  );
}

.Supported-assets-box {
  background: rgb(1, 62, 80);
  background: linear-gradient(
    344deg,
    rgba(1, 62, 80, 1) 0%,
    rgba(11, 25, 51, 1) 48%
  );
  -webkit-box-shadow: 3px 5px 12px -1px rgba(0, 0, 0, 0.41);
  box-shadow: 3px 5px 12px -1px rgba(0, 0, 0, 0.41);
  margin-bottom: 30px;
  padding: 28px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  width: 100%;
}

.Supported-assets-box .Supported-assets-img {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  overflow: hidden;
  border: 3px solid #111111;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-box-shadow: 3px 5px 12px -1px rgba(0, 0, 0, 0.41);
  box-shadow: 3px 5px 12px -1px rgba(0, 0, 0, 0.41);
}

.Supported-assets-box .Supported-assets-img a {
  display: block;
}

.Supported-assets-box:hover .Supported-assets-img {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.Supported-assets-box .Supported-assets-name {
  width: calc(100% - 72px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Supported-assets-box .Supported-assets-name .bid-price {
  padding-top: 5px;
  font-weight: 500;
}

/*------- Blog Section Start -------*/
.our-blog .bg-pattern .pattern {
  position: absolute;
  top: 7%;
  left: 0;
}

.our-blog .bg-pattern .pattern.pattern-2 {
  top: unset;
  left: unset;
  bottom: 7%;
  right: 0;
}

.blog-box {
  background-color: #011e3e;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.blog-box .blog-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.blog-box .blog-img a {
  width: calc(100% + 1px);
  display: block;
}

.blog-box .blog-img img {
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}

.blog-box .blog-content {
  padding: 30px 30px;
}

.blog-box .blog-content .blog-date li {
  display: inline-block;
  position: relative;
}

.adventage-text {
  margin-left: 62px;
}

.blog-box .blog-content .blog-date li:first-child {
  padding-right: 22px;
}

.blog-box .blog-content .blog-date li:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 1px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #cccccc;
}

.blog-box .blog-content .box-title {
  line-height: 28px;
  padding: 11px 0px;
  display: block;
}

.blog-box .blog-content .blog-des {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 14px;
}

.blog-box:hover .blog-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*------- SubPage Banner -------*/
.sub-page-banner {
  background: radial-gradient(circle, #01184a -6%, #011631 40%);
  padding: 204px 0px 104px 0px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sub-page-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/subpage-pattern.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 3;
}

.sub-page-banner .container {
  z-index: 9;
}

.sub-page-banner .page-banner .sub-banner-title {
  font-size: 48px;
  line-height: 56px;
  padding-bottom: 12px;
}

.sub-page-banner .page-banner ul li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  padding: 0px 16px;
  font-weight: 600;
  color: #ffffff;
}

.sub-page-banner .page-banner ul li::after {
  content: "";
  position: absolute;
  top: 6px;
  right: -3px;
  width: 2px;
  height: 15px;
  -webkit-transform: rotate(22deg);
  transform: rotate(22deg);
  background-color: #ffffff;
}

.sub-page-banner .page-banner ul li:last-child::after {
  display: none;
}

.explore-artwork,
.explore-creator,
.single-artwork,
.live-auction,
.single-creator,
.login,
.about-us,
.contact-us,
.activity,
.blog-list,
.blog-detail {
  position: relative;
}

/*----------------------------------------
    Slider Area
-----------------------------------------*/
/*------- Slider Area -------*/

.slider-area {
  padding-bottom: 60px;
}
.slider-left h2 {
  font-size: 40px;
  font-weight: 800;
  background: -webkit-linear-gradient(#0049d3, #009dea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 40px;
}
.slider-left p {
  font-size: 16px;
  color: #26323e;
  padding-top: 10px;
}

.slider-left h2 {
  font-size: 35px;
}
.slider-area {
  margin-top: 100px;
}

.slider-area button.slick-prev.slick-arrow::before {
  left: 45%;
  top: 258px;
}
.slider-area button.slick-next.slick-arrow::before {
  left: 50%;
  top: 258px;
}

/*----------------------------------------
    Footer Style
-----------------------------------------*/
.footer {
  background: radial-gradient(circle, #01184a -6%, #011631 40%);
}

.footer::after {
  content: "";
  background: url(../images/footer-pattern.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  opacity: 0.04;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.footer-content {
  position: relative;
  z-index: 9;
}

.footer-content .footer-logo {
  margin-bottom: 30px;
}
.footer-social {
  display: flex;
  flex-flow: wrap;
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social_logo {
  fill: var(--color_white);
  height: 16px;
  width: 16px;
}
.footer-content .footer-logo .footer-social {
  margin-top: 24px;
}

.footer-content .footer-logo .footer-social li {
  display: inline-block;
  padding: 0px 5px;
}

.footer-content .footer-logo .footer-social li:first-child {
  padding-left: 0px;
}
.footer-content .footer-logo .footer-social li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  border-radius: 100%;
  background-color: var(--color_blue);
  font-size: 16px;
}

.footer-content .footer-box {
  margin-bottom: 30px;
}
.footer-title {
  color: rgba(255, 255, 255, 1);
}
.footer-content .footer-box .form-group .form-control {
  background-color: #002248;
}

.footer-content .footer-box .form-group .form-control:focus {
  background-color: #002248;
}

.footer-content .footer-box .footer-title {
  margin-bottom: 26px;
}

.footer-content .footer-box .footer-link li a {
  color: #ffffffb8;
  cursor: pointer;
  letter-spacing: 0;
  line-height: 19px;
  text-align: left;
}

.footer-content .footer-box .footer-link li a:hover {
  text-decoration: underline;
}

.footer-content .footer-box .footer-link li:last-child a {
  padding-bottom: 0px;
}

.footer-content .footer-box .form-group .btn-small,
.footer-content .footer-box .form-group .btn-large,
.footer-content .footer-box .form-group .btn-two,
.footer-content .footer-box .form-group .btn {
  margin-top: 24px;
  min-width: 142px;
}

.copyright {
  padding: 37px 0px;
  border-top: 1px solid #182c49;
  position: relative;
  z-index: 9;
}

.copyright .copyright-text a {
  text-decoration: underline;
  color: #009fed;
}

.copyright .copyright-text a:hover {
  color: #ffffff;
}

.copyright .copyright-link {
  text-align: right;
}

.copyright .copyright-link li {
  display: inline-block;
  position: relative;
  padding-right: 26px;
}

.copyright .copyright-link li:last-child {
  padding-right: 0px;
}

.copyright .copyright-link li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  width: 1px;
  height: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #cccccc;
}

.copyright .copyright-link li:last-child::after {
  display: none;
}

.copyright .copyright-link li a {
  text-transform: uppercase;
  color: #cccccc;
}

.copyright .copyright-link li a:hover {
  color: #009fed;
}
.gradient-text {
  background: linear-gradient(0deg, #0091ea 33.5%, #005284 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.text-rounded-bg {
  background: linear-gradient(270deg, #0091ea 0%, #4596c8 100%);
  border-radius: 14px;
}
.card-bg-1,
.card-bg-2,
.card-bg-3,
.card-bg-4 {
  width: 100%;
  height: 36%;
  z-index: 0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background-size: cover;
}
.card-bg-1 {
  background-image: url("../images/card-bg-1.svg");
}
.card-bg-2 {
  background-image: url("../images/card-bg-2.svg");
  height: 36%;
}
.card-bg-3 {
  background-image: url("../images/card-bg-3.svg");
  height: 36.5%;
}
.card-bg-4 {
  background-image: url("../images/card-bg-4.svg");
  height: 36.5%;
}
.carousel-container {
  position: relative;
  width: 100%;
  /* max-width: 400px; */
  overflow: hidden;
}

.carousel {
  transition: transform 0.4s ease-in-out;
  overflow: hidden;
  border-radius: 8px;
  display: none;
}

.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
}

.carousel-button.prev {
  left: 10px;
}

.carousel-button.next {
  right: 10px;
}

.carousel-button:hover {
  background: rgba(0, 0, 0, 0.8);
}
.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 10px;
  width: 90%;
}

.carouselcard {
  min-width: 100%;
  text-align: center;
}

.carousel-dots {
  display: flex;
  justify-content: center;
}

.dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background-color: #0672b5;
}

.trigger .heading-title-trigger,
.heading-part p {
  color: #111111;
  font-size: 40px;
  line-height: 46px;
  font-weight: 650;
}
.btn-card {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 30px;
  margin-right: 30px;
  z-index: 2;
  transform: translateY(-25px);
}
@media (max-width: 1299px) {
  /*---------- General Style ------------*/
  .container {
    max-width: calc(100% - 50px);
    padding: 0px 30px;
  }

  /*------- Header Style -------*/
  .header .main-menu .login {
    margin-left: 32px;
  }

  .header .nav-menu > ul > li {
    padding: 0px 12px;
  }

  .header-profile {
    margin-left: 34px;
  }
  .pricing-row-row h1 {
    font-size: 19px;
  }
  .pricing-row-row h2 {
    font-size: 30px;
  }
  .banner-des {
    font-size: 16px !important;
  }
}
@media (max-width: 1200px) {
  .mob-nav {
    flex-direction: column;
  }
  .header .main-menu {
    position: fixed;
    width: 100%;
    height: calc(100vh - 67px);
    background: #011631;
    left: 0;
    top: 67px;
    text-align: left !important;
    display: none;
    transition: top 0.4s;
    -webkit-transition: top 0.4s;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.1);
  }

  .header .main-menu .login {
    margin-left: 0px;
    width: 100%;
    max-width: calc(100% - 20px);
    margin: 0px auto;
    padding: 0px 30px;
  }

  .header .main-menu .login .btn-small,
  .header .main-menu .login .btn-large,
  .header .main-menu .login .btn-two,
  .header .main-menu .login .btn {
    padding: 11px 0px;
    background: transparent;
    border-radius: 0px;
  }

  .header .main-menu .login .btn-small::before,
  .header .main-menu .login .btn-large::before,
  .header .main-menu .login .btn-two::before,
  .header .main-menu .login .btn::before {
    display: none;
  }

  .header .main-menu .login .btn-small:hover,
  .header .main-menu .login .btn-large:hover,
  .header .main-menu .login .btn-two:hover,
  .header .main-menu .login .btn:hover {
    color: #009fed;
  }

  .header .main-menu .login .btn-small.active,
  .header .main-menu .login .active.btn-large,
  .header .main-menu .login .active.btn-two,
  .header .main-menu .login .active.btn {
    color: #009fed;
  }

  .header .nav-menu,
  .header .nav-wrapper {
    width: 100%;
    max-width: calc(100% - 20px);
    margin: 0px auto;
    padding: 0px 30px;
    padding-top: 14px;
  }

  .header .nav-menu > ul > li {
    display: block;
    padding: 0px 0px !important;
  }

  .header .nav-menu > ul > li > a {
    padding: 11px 0px;
  }

  .header .nav-menu > ul ul {
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0s;
    transition: all 0s;
    padding: 0px 22px 6px 22px;
  }

  .header .nav-menu > ul ul li a {
    font-size: 15px;
  }

  .header .nav-menu .search {
    display: none;
  }

  .header.sticky-header .main-menu {
    height: calc(100vh - 60px);
    top: 60px;
  }

  .header.sticky-header .nav-menu > ul > li > a {
    padding: 11px 0px;
  }

  .menu-toggle,
  .opener,
  .menu-search {
    display: block;
  }
}
@media (max-width: 1199px) {
  /*------- General Style  -------*/
  .btn-card {
    margin: 0 10px;
  }
  .container {
    max-width: calc(100% - 20px);
  }

  .order_lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order_lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  /*------- Headings Style  -------*/
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: 46px;
    line-height: 66px;
  }
  .heading-part p,
  h2 {
    font-size: 36px;
    line-height: 44px;
  }

  h3,
  .box-title-HIW-title {
    font-size: 24px;
    line-height: 28px;
  }

  h5 {
    font-size: 18px;
    line-height: 28px;
  }
  h1 span {
    font-size: 46px;
    line-height: 66px;
  }
  /*----------- Button Style -----------*/
  .btn-large,
  .btn-two {
    padding: 16px 10px;
  }

  .btn-two {
    padding: 14px 10px;
  }

  /*------- Header Style -------*/
  .header .main-menu .login {
    margin-left: 32px;
  }

  .header .nav-menu > ul > li {
    padding: 0px 12px;
  }

  .header-profile {
    margin-left: 34px;
  }

  /*------- Home Banner -------*/
  .home-banner .home-banner-content .banner-des {
    font-size: 18px;
    line-height: 32px;
    padding-top: 20px;
    padding-bottom: 36px;
  }

  /*------- Footer Section -------*/
  .footer-content .footer-logo .footer-social li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .btn-card {
    font-size: 12px;
  }
  /*------- Spacer Style  -------*/
  .pt-100 {
    padding-top: 70px;
  }

  .pb-100 {
    padding-bottom: 70px;
  }

  .ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pb-70 {
    padding-bottom: 40px;
  }

  /*------- Header Style -------*/
  .header {
    padding: 15px 0px;
    background-color: #011631;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.1);
  }

  .header-profile {
    display: none;
  }

  .home-banner {
    height: 990px;
  }
  .home-banner:before {
    height: 880px;
  }

  .header-profile.mob-profile {
    display: block;
    padding: 0px;
    border: 0px;
    margin: 0px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 73px;
  }

  .header-profile.mob-profile .profile-inr {
    padding: 0px;
    border: 0px;
    margin: 0px;
  }

  .header-profile.mob-profile .profile-inr img {
    width: 36px;
    height: 36px;
  }

  .header-profile-in {
    top: 15px;
  }

  /*------- Home Banner -------*/
  .home-banner {
    padding-top: 175px !important;
    padding-bottom: 100px !important;
  }

  /*------- Header Style -------*/
  .header .main-menu .login {
    margin-left: 18px;
  }

  .header .nav-menu > ul > li {
    padding: 0px 12px;
  }

  .header-profile {
    margin-left: 18px;
  }
}

@media (max-width: 991px) {
  .pricing-table {
    padding-bottom: 0;
  }
  .footer-box {
    text-align: center;
  }
  .How-it-work-steps-box .step-number-box {
    width: 50px;
    height: 50px;
    background: rgb(11, 156, 215);
    background: linear-gradient(
      328deg,
      rgba(11, 156, 215, 1) 4%,
      rgba(25, 172, 190, 1) 100%
    );
    -webkit-box-shadow: 3px 5px 12px -1px rgba(0, 0, 0, 0.41);
    box-shadow: 3px 5px 12px -1px rgba(0, 0, 0, 0.41);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: -37px;
  }

  .How-it-work-steps-box .content-box {
    margin-top: -10px;
  }

  .How-it-work-steps-box .content-box .box-title {
    margin-bottom: 12px;
  }

  .How-it-work-steps-box:hover .step-number-box {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }

  .home-banner {
    height: 1020px;
    padding-bottom: 0px;
  }
  .home-banner:before {
    height: 1160px;
    padding-bottom: 0px;
  }

  /*------- General Style -------*/
  .container {
    max-width: 800px;
    padding: 0px 20px;
  }

  .order_md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order_md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .pricing-row {
    width: 100% !important;
  }
  .card-bg-1,
  .card-bg-2,
  .card-bg-3,
  .card-bg-4 {
    background-size: cover;
  }
  .card-bg-1 {
    background-image: url("../images/card-bg-1.svg");
  }
  .card-bg-2 {
    background-image: url("../images/card-bg-2.svg");
    height: 36.7%;
  }
  .card-bg-3 {
    background-image: url("../images/card-bg-3.svg");
    height: 36.5%;
  }
  .card-bg-4 {
    background-image: url("../images/card-bg-4.svg");
    height: 37%;
  }

  /*------- Spacer Style  -------*/
  .pb-50 {
    padding-bottom: 40px;
  }

  /*------- Headings Style -------*/
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: 40px;
    line-height: 56px;
  }

  h2,
  .heading-part p {
    font-size: 34px;
    line-height: 42px;
  }
  .box-title-HIW-title,
  h3 {
    font-size: 22px;
    line-height: 26px;
  }

  h5 {
    font-size: 18px;
    line-height: 28px;
  }

  /*----------- Button Style -----------*/
  .btn-large,
  .btn-two {
    font-size: 14px;
    padding: 14px 10px;
    min-width: 178px;
  }

  .btn-two {
    font-size: 14px;
    padding: 12px 10px;
  }

  .view-btn {
    font-size: 14px;
  }

  .view-btn img {
    max-width: 30px;
  }

  /*------- Header Style -------*/
  .header .nav-menu,
  .header .nav-wrapper {
    max-width: 800px;
    padding: 0px 20px;
    padding-top: 14px;
    margin: 0 auto;
  }

  .header .main-menu {
    height: calc(100vh - 58px);
    top: 58px;
  }

  .header .main-menu .login {
    max-width: 800px;
    padding: 0px 20px;
  }

  .header .logo img {
    max-width: 185px;
  }

  .header.sticky-header .main-menu {
    height: calc(100vh - 58px);
    top: 58px;
  }

  .header.sticky-header .logo img {
    max-width: 185px;
  }

  .menu-toggle {
    right: 20px;
  }

  .menu-search {
    right: 114px;
  }

  .header-profile.mob-profile {
    right: 61px;
  }

  .header-home .menu-search {
    right: 66px;
  }

  /*------- Home Banner -------*/
  .home-banner .home-banner-content {
    margin-bottom: 40px;
    text-align: center;
    max-width: 100%;
  }

  .home-banner .home-banner-content .banner-btn .btn-two {
    margin-left: 18px;
  }

  .home-banner .artwork-box,
  .home-banner .home-banner-slider {
    margin-right: auto;
    max-width: 550px;
    margin-left: auto;
  }

  /*------- Heading Part -------*/
  .heading-part-2 .sub-title {
    padding-bottom: 10px;
  }

  /*------- Footer -------*/
  .copyright {
    padding: 30px 0px;
    text-align: center !important;
  }

  .copyright .copyright-text {
    padding-bottom: 14px;
  }

  .copyright .copyright-link {
    text-align: center !important;
  }

  /*------- Blog List Page -------*/
  .blog-list-main {
    margin-bottom: 50px;
  }

  .blog-list-main .blog-list-box {
    margin-bottom: 40px;
  }

  /*------- Blog Detail Page -------*/
  .blog-detail-main .blog-detail-social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-top: 20px;
  }

  .blog-detail-main .blog-detail-content h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .blog-detail-main .blog-detail-content blockquote {
    padding: 24px 20px;
  }
}

@media (max-width: 990px) {
  .pricing-row {
    display: none !important;
  }
  .carousel {
    display: block;
  }
  .btn-card {
    width: max-content;
    margin: 0 auto;
    font-size: 14px;
  }
  .home-img {
    width: 80%;
    display: flex;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .logos_text {
    font-size: 14px;
  }
  .home-img {
    width: 70%;
    display: flex;
    margin: 0 auto;
  }
  .home_logos {
    width: 100px;
  }
  /*------- General Style  -------*/
  .delay-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }

  .delay-2 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }

  .delay-3 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }

  .order_sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order_sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  /*------- Spacer Style  -------*/
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .pb-70 {
    padding-bottom: 20px;
  }

  .mt-50 {
    margin-top: 35px;
  }

  /*------- Button Style  -------*/
  .btn {
    padding: 14px 18px;
    min-width: 160px;
  }

  /*------- Headings Style -------*/
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: 32px;
    line-height: 43px;
  }

  h2,
  .heading-part p {
    font-size: 28px;
    line-height: 38px;
  }

  h3,
  .box-title-HIW-title {
    font-size: 22px;
    line-height: 26px;
  }

  h5 {
    font-size: 18px;
    line-height: 28px;
  }

  /*------- Home Banner -------*/
  .home-banner {
    padding-top: 135px !important;
    padding-bottom: 80px !important;
  }

  .home-banner .home-banner-content {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-banner .home-banner-content .banner-des {
    font-size: 14px;
    line-height: 22px;
    padding-top: 16px;
    padding-bottom: 28px;
  }

  .page-heading {
    font-size: 24px;
    line-height: 36px;
  }

  .home-banner {
    height: 850px;
    padding-bottom: 0px;
  }
  .home-banner:before {
    height: 940px;
    padding-bottom: 0px;
  }
  /*------- Footer -------*/
  .footer-content .footer-box .footer-title {
    margin-bottom: 18px;
  }

  /*------- trigger -------*/
  .trigger {
    background-image: url("images/iStock-658444674.png");
    height: 800px;
  }
  .trigger.ptb-100 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .trigger.ptb-100-50 {
    background-image: url("images/iStock-658444674.png");
    height: 800px;
  }

  .trigger-content {
    background-image: url("/images/iStock-658444674.png");
    /* background-color: #F; */
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 10000px;
  }

  /*------- Login -------*/
  .login {
    padding: 36px 22px;
  }

  /*------- Blog List Page -------*/
  .blog-list-main .blog-list-box .blog-list-content .blog-list-title {
    font-size: 20px;
  }

  .blog-list-main .blog-list-pagination ul li a {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .blog-list-main .blog-list-pagination ul li a i {
    font-size: 18px;
  }

  /*------- Blog Detail Page -------*/
  .blog-detail-main .blog-comment-box li {
    display: inline-block;
  }

  .blog-detail-main .comment-user {
    width: 70px;
  }

  .blog-detail-main .blog-comment-post {
    padding-bottom: 40px;
  }

  .blog-detail-main .blog-comment-content {
    width: calc(100% - 70px);
    padding-left: 22px;
  }

  .blog-detail-main .blog-comment-content .commenter {
    line-height: 22px;
    padding-bottom: 6px;
  }

  .blog-detail-main .blog-comment-content .comment-reply {
    position: static;
    margin-top: 16px;
  }

  .blog-detail-main .blog-detail-tag-social {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .blog-detail-main .blog-comment-post-singel {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .blog-comment-heading {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .home-img {
    width: 80%;
  }
  /*------- Spacer Style  -------*/
  .pb-50 {
    padding-bottom: 30px;
  }

  /*------- Header -------*/
  .search-form-modal .form-group .form-control {
    font-size: 16px;
    padding: 0px 20px 11px 0px;
  }

  .header-profile-in {
    width: 100%;
    right: 0;
    padding: 20px 30px;
  }

  .home-banner {
    height: 800px;
    padding-bottom: 0px;
  }
  .home-banner:before {
    height: 900px;
    padding-bottom: 0px;
  }

  /*------- Section Heading -------*/
  .heading-part h2,
  .heading-part p {
    padding-top: 7px;
  }

  .view-all {
    display: none;
  }

  .view-all-mob {
    display: block;
  }

  /*------- Home Banner -------*/
  .home-banner .home-banner-content .banner-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
  }

  .home-banner .home-banner-content .banner-btn .btn-two {
    margin-left: 0px;
    margin-top: 16px;
  }

  .home-banner .artwork-box .create-inr {
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 257px;
    padding: 15px;
  }

  .home-banner .home-banner-slider .owl-nav .owl-prev span,
  .home-banner .home-banner-slider .owl-nav .owl-next span {
    width: 26px;
    height: 26px;
    line-height: 20px;
    right: 24px;
    margin-top: 24px;
  }

  .home-banner .home-banner-slider .owl-nav .owl-prev span::after,
  .home-banner .home-banner-slider .owl-nav .owl-next span::after {
    font-size: 15px;
  }

  .home-banner .home-banner-slider .owl-nav .owl-prev span {
    margin-right: 38px;
  }

  /*------- Blog Detail Page -------*/
  .blog-detail-main .blog-detail-tag,
  .blog-detail-main .blog-detail-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .blog-detail-main .blog-detail-tag span,
  .blog-detail-main .blog-detail-social span {
    display: block;
    text-align: left;
    padding-bottom: 10px;
    width: 100%;
  }

  .blog-detail-main .blog-detail-tag ul,
  .blog-detail-main .blog-detail-social ul {
    padding-left: 0px;
  }

  .blog-detail-main .blog-detail-tag ul li a,
  .blog-detail-main .blog-detail-social ul li a {
    padding: 8px 15px;
  }
}
@media (max-width: 400px) {
  .logos_text {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */

/*# FAQ */

.fir-faq {
  display: none;
}

.faqs {
  padding-bottom: 30px;
}

.faqs-area {
  padding: 60px 0;
}

.accordion-button {
  line-height: 20px;
}

.accordion-button:not(.collapsed) {
  color: #0b1933 !important;
  font-size: 18px !important;
  border-radius: 10px !important;
  font-family: "Albert Sans", sans-serif !important;
  box-shadow: none !important;
}

.accordion-button.collapsed {
  background: #0b1933 !important;
  color: #fff !important;
  border-radius: 10px !important;
  font-size: 18px !important;
  font-family: "Albert Sans", sans-serif !important;
}

.accordion-body {
  border-radius: 10px !important;
  font-size: 16px;
  font-family: "Albert Sans", sans-serif;
  color: #000000;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-item {
  border: none !important;
  box-shadow: rgb(17 12 46 / 4%) 0px 3px 84px 0px;
  border-radius: 10px !important;
  margin-bottom: 20px;
}

.accordion-header {
  padding: 0 !important;
}

button.accordion-button.collapsed::after {
  background-image: url(images/chevron.png) !important;
}

/*----- FAQ Section End -----*/

.adventage {
  gap: 10px;
}

.adventage h9 {
  line-height: 32px;
}

.sl-flag img {
  display: flex;
  height: 100%;
}

.pricing-row {
  display: flex;
  gap: 20px;
}
.pricing-row-row {
  width: 100%;
}

@media (min-width: 1200px) {
  .header .container {
    position: static;
  }
  .main-menu {
    width: max-content;
  }
  .header .main-menu {
    padding-right: 60px;
    display: flex !important;
  }

  .sl-nav li:hover ul {
    right: -15px;
  }

  .sl-nav {
    position: absolute;
    width: 68px;
    right: 20px;
    top: 53px;
    transition: top 400ms ease;
  }

  .sticky-header .sl-nav {
    top: 44px;
  }
}

@media (min-width: 1240px) {
  .sl-nav {
    right: 6vw;
  }
}

@media (min-width: 1199px) {
  .sl-nav {
    top: 37px;
  }

  .sticky-header .sl-nav {
    top: 30px;
  }
}

@media (max-width: 1199px) {
  .header {
    padding: 15px 0;
    background-color: #011631;
  }
}

@media (max-width: 991px) {
  .home-banner-title h1 {
    font-size: 44px;
    line-height: 44px;
  }

  .home-banner-title h1 span {
    font-size: 44px;
    line-height: 44px;
  }

  .pricing-row {
    width: 55vw;
    min-width: 350px;
    margin: 0 auto;
  }

  .advantages {
    padding: 40px 0;
  }

  .Supported-assets .owl-item > div {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .home-banner-title h1 {
    font-size: 34px;
    line-height: 34px;
  }

  .home-banner-title h1 span {
    font-size: 34px;
    line-height: 34px;
  }

  .trigger {
    padding: 50px 0;
  }

  .trigger .banner-heading-slogen {
    font-size: 32px;
    line-height: 40px;
  }

  .trigger .heading-title-trigger,
  .our-blog h2,
  .Supported-assets h2,
  .how-it-work h2 span,
  .advantages h2,
  .pricing-table h2,
  .faqs-area h2,
  .faqs-area h2,
  .heading-part p {
    font-size: 22px;
    line-height: 30px;
  }

  .trigger .heading-des {
    font-size: 16px;
    line-height: 20px;
    display: block;
  }

  .trigger .heading-des br {
    display: none;
  }

  .trigger .heading-title-trigger {
    margin-bottom: 20px;
  }

  .trigger .banner-heading-slogen,
  .what-if-text span {
    font-size: 26px;
    line-height: 36px;
  }

  .advantages h9 span {
    font-size: 22px;
    line-height: 30px;
    display: block;
  }

  .adventage-text p span {
    font-size: 14px;
    line-height: 20px;
  }

  .work-row {
    margin: 0;
  }

  .pricing-table h7,
  .pricing-table h7 span {
    font-size: 24px;
    line-height: 30px;
  }

  .copyright-text p {
    font-size: 14px;
  }

  .Supported-assets-box .Supported-assets-img {
    width: 45px;
    height: 45px;
  }

  .Supported-assets-box {
    padding: 15px 10px;
    min-height: 84px;
  }

  .Supported-assets-box .Supported-assets-name {
    width: calc(100% - 45px);
  }

  .box-title-HIW,
  .box-title-HIW-title {
    font-size: 18px;
    line-height: 18px;
  }
}

@media (max-width: 479px) {
  .home-banner .form-control-banner,
  .home-banner .btn-small {
    width: 100%;
  }

  .home-banner .form-control-banner {
    margin-bottom: 10px;
  }

  .footer-box .form-control,
  .footer-box .btn-small {
    width: 100%;
  }

  .home-banner {
    height: 780px;
    padding-bottom: 0px;
  }
  .home-banner:before {
    height: 880px;
    padding-bottom: 0px;
  }
}
