/*<!--======================rooting======================-->*/
:root {
  --primary-color: #71d4fb;
  --secondary-color: #68a3bc;
  --text-primary: #fff;
  --text-secondary: #1f1f1f;
  --text-third: #b5b5b5;
  --background-primary: #fff;
  --background-secondary: #2b2b2b;
  --background-third: rgb(26, 26, 26);
  --font-family: "Poppins", sans-serif;
  --heading-font: "Roboto", sans-serif;
  --gradient-primary: linear-gradient(45deg,
      var(--primary-color),
      var(--secondary-color));
  --gradient-secondary: linear-gradient(135deg,
      var(--secondary-color),
      var(--primary-color));
  --gradient-tertiary: linear-gradient(135deg,
      var(--background-primary),
      var(--background-primary));
  --shadow-primary: 0px 0 30px rgba(1, 41, 112, 0.08);
}

/*<!--======================body======================-->*/
body {
  font-family: var(--font-family);
  font-size: 16px;
  scroll-behavior: smooth;
  color: var(--text-secondary);
  background: var(--background-third);
  overflow-x: hidden;
}

body .body-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.bg-combine {
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.bg-body {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/*<!--======================nooverflow======================-->*/
.no-overflow {
  overflow-x: hidden !important;
}

/*<!--======================ca-top======================-->*/
/* .ca {
  background: var(--gradient-primary);
  color: var(--text-primary);
}

.ca-mb {
  margin-top: 3rem;
}

@media (max-width: 991.98px) {
  .ca-mb {
    margin-top: 0rem;
  }
} */

/*<!--======================heading======================-->*/
/* h1,
h2,
.fw-bold {
  font-weight: 700 !important;
  background: linear-gradient(
    45deg,
    var(--text-secondary),
    var(--text-secondary)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: bolder;
  display: inline-block;
}

h3,
h4,
.fw-semi-bold {
  font-weight: 600 !important;
}

h5,
h6,
.fw-medium {
  color: var(--text-secondary);
} */

a {
  text-decoration: none;
}

/*<!--======================text and bg gradient======================-->*/
/* .text-primary-gradient {
  color: var(--text-secondary);
  font-weight: bolder;
}

.text-secondary-gradient {
  color: var(--text-secondary);
  font-weight: bolder;
}

.bg-prime {
  background-color: var(--background-primary);
}

.bg-primary-gradient {
  background: var(--gradient-primary);
}

.bg-secondary-gradient {
  background: var(--gradient-primary);
} */

/*<!--======================buttons======================-->*/
.btn {
  transition: 0.5s;
}

/* 
.btn.btn-primary-gradient,
.btn.btn-secondary-gradient {
  position: relative;
  overflow: hidden;
  border: none;
  color: #ffffff;
  z-index: 1;
}

.btn.btn-primary-gradient::after,
.btn.btn-secondary-gradient::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
  opacity: 0;
}

.btn.btn-primary-gradient,
.btn.btn-secondary-gradient::after {
  background: var(--gradient-primary);
}

.btn.btn-secondary-gradient,
.btn.btn-primary-gradient::after {
  background: var(--gradient-primary);
}
*/

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50px;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
  border: none;
  background: var(--gradient-primary);
}


button.btn1 {
  --primary-color: #645bff;
  --secondary2-color: #fff;
  --hover-color: #111;
  --arrow-width: 10px;
  --arrow-stroke: 2px;
  box-sizing: border-box;
  border: 0;
  border-radius: 20px;
  color: var(--secondary2-color);
  padding: 0.7em 1.5em;
  background: var(--primary-color);
  display: flex;
  transition: 0.2s background;
  align-items: center;
  gap: 0.6em;
  font-weight: bold;
}

button.btn1 .arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

button.btn1 .arrow {
  margin-top: 1px;
  width: var(--arrow-width);
  background: var(--primary-color);
  height: var(--arrow-stroke);
  position: relative;
  transition: 0.2s;
}

button.btn1 .arrow::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: solid var(--secondary2-color);
  border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
  display: inline-block;
  top: -3px;
  right: 3px;
  transition: 0.2s;
  padding: 3px;
  transform: rotate(-45deg);
}

button.btn1:hover {
  background-color: var(--secondary-color);
}

button.btn1:hover .arrow {
  background: var(--secondary2-color);
}

button.btn1:hover .arrow:before {
  right: 0;
}

/* ===BACK TO TOP=== */

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgb(255, 255, 255, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: 'Font Awesome';
  font-weight: 900;
  content: "⇮";
  text-align: center;
  line-height: 46px;
  font-size: 23px;
  color: var(--secondary-color);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.lightScrollIcon::after {
  color: #ecedf3 !important;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: 'Font Awesome';
  font-weight: 900;
  content: "⇮";
  text-align: center;
  line-height: 46px;
  font-size: 23px;
  opacity: 0;
  color: var(--primary-color);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--secondary-color);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

@media only screen and (max-width: 992px) {
  .progress-wrap svg path {
    fill: rgba(60, 60, 60, 0.5);
  }
}


/* =============CONTENT=========== */

/* =======NAVBAR====== */

.navbar {
  padding-top: 10px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

}

.navbar a {
  font-size: 15px;
}

.navbar .navbar-toggler-icon {
  color: var(--text-primary);
}

.hamburger-wrapper {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  box-shadow:
    0 0 1px var(--background-primary), 0 0 2px var(--background-primary), 0 0 4px var(--background-primary), 0 0 8px var(--background-primary);
  cursor: pointer;
  display: flex;
}

.hamburger-wrapper .hamburger-icon {
  position: relative;
  width: 20px;
  height: 20px;
  margin: auto;
  display: flex;
  align-items: center;
  transform: rotate(0);
  transition: 1s;
}

.hamburger-wrapper.active .hamburger-icon {
  transform: rotate(315deg);
}

.hamburger-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 5px;
  background: linear-gradient(45deg, var(--background-primary), var(--background-secondary));
  border: 1px solid var(--background-primary);
  border-radius: 30px;
  box-shadow: 0 0 1px var(--background-primary), 0 0 2px var(--background-primary);
  transition: .3s;
  transition-delay: 1s;
}

.hamburger-icon span:nth-child(1) {
  top: 0;
  left: 0;
  width: 50%;
  transform: translateY(0);
}

.hamburger-wrapper.active span:nth-child(1) {
  width: 100%;
  transform: translateY(7px);
  transition-delay: 0s;
}

.hamburger-icon span:nth-child(2) {
  width: 100%;
  transform: scaleX(1);
  opacity: 1;
}

.hamburger-wrapper.active span:nth-child(2) {
  transform: scaleX(0);
  opacity: 0;
}

.hamburger-icon span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 50%;
  transform: rotate(0);
}

.hamburger-wrapper.active span:nth-child(3) {
  bottom: 8px;
  width: 100%;
  transform: rotate(90deg);
  transition-delay: 0s;
}

.navbar ul li a {
  position: relative;
  color: var(--text-primary);
  text-transform: capitalize;
  transition: .3s;
}

.navbar ul li:nth-child(2) a {
  margin: 0 25px;
}

.navbar ul li:nth-child(3) a {
  margin-right: 25px;
}

.navbar ul li a.active::after {
  content: '';
  display: block;
  width: 85%;
  margin: 3px auto 0;
  border-bottom: 3px solid var(--text-primary);
  transition: .3s;
}

.navbar ul li a:hover,
.navbar ul li a.active {
  transform: scale(1.05);
  margin: 0 27px;
  font-weight: bold;
  color: var(--text-primary) !important;
}

.navbar ul li:nth-child(3) a:hover,
.navbar ul li:nth-child(3) a.active {
  transform: scale(1.05);
  margin: 0 27px 0 2px;

}

.navbar ul li:nth-child(4) a:hover,
.navbar ul li:nth-child(4) a.active,
.navbar ul li:nth-child(1) a:hover,
.navbar ul li:nth-child(1) a.active {
  margin-right: 1px;
  margin-left: 1px;
}

.navbar .navbar-brand img {
  width: 150px;
}

.scrollnav {
  background: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  /* box-shadow: 0 0 2px white; */
  transition-property: all;
  transition-duration: 1s;
}

.no-col {
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition-property: all;
  transition-duration: 0.5s;
}


@media only screen and (max-width: 992px) {
  .navbar ul {
    margin-top: 5px;
    background-color: #1f1f1f;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  .navbar .navbar-brand img {
    width: 100px;
  }

  .navbar ul li a {
    letter-spacing: 0px;
    word-spacing: 0px;
  }

  .navbar ul li:nth-child(2) a,
  .navbar ul li:nth-child(3) a {
    margin: 0px;
  }

  .navbar ul li a:hover,
  .navbar ul li a.active {
    margin: 0;
  }

  .navbar ul li:nth-child(3) a:hover,
  .navbar ul li:nth-child(3) a.active {
    margin: 0;
  }
}

@media only screen and (max-width: 600px) {
  .navbar ul {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 10px 0;
  }

  .navbar ul li a.active::after {
    width: 10%;
  }
}

/* ======PRELOADER====== */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 16, 22);
  z-index: 9999;
}

.loader {
  width: 40px;
  height: 40px;
  margin: auto;
  position: relative;
  top: 50%;
  aspect-ratio: 1;
  --_g: no-repeat radial-gradient(farthest-side, white 94%, white);
  background:
    var(--_g) 0 0,
    var(--_g) 100% 0,
    var(--_g) 100% 100%,
    var(--_g) 0 100%;
  background-size: 40% 40%;
  animation: l38 .5s infinite;
}

@keyframes l38 {
  100% {
    background-position: 100% 0, 100% 100%, 0 100%, 0 0
  }
}


/* =============HERO=========== */
.hero {
  padding: 150px 10px 50px;
  background: linear-gradient(var(--primary-color), #5aadce, #3c748b, #2a5363, #1c3843, #112229, #0b151a,
      var(--background-third));
}

.hero-content {
  color: white;
}

.hero-content .text-wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.hero-content h1.hero-title {
  font-weight: bold;
  font-size: 60px;
  line-height: 65px;
}

.hero-content h1.hero-title span {
  color: #71d4fb;
}

.hero-content p {
  margin-top: 25px;
  color: var(--text-primary);
  max-width: 800px;
}

.hero-content .text-wrapper {
  display: flex;
  text-align: center;
  justify-content: center;
}

.hero-content .text-wrapper h1 {
  font-size: 55px;
  font-weight: bold;
}

.hero-content .animation {
  height: 60px;
  overflow: hidden;
  display: inline-block;
}

.hero-content .animation>div>div {
  display: inline-block;
}

.hero-content .animation div:first-child {
  animation: text-animation 8s infinite;
}

@keyframes text-animation {
  0% {
    margin-top: 0;
  }

  25% {
    margin-top: -70px;
  }

  50% {
    margin-top: -135px;
  }

  75% {
    margin-top: -70px;
  }

  100% {
    margin-top: 0;
  }
}

/* 
.hero-content .hero-button button {
  margin-top: 100px;
  justify-content: center;
  align-items: center;
  text-align: center;

} */

/* .hero-content .hero-right {
  margin-top: 100px;
} */

/* .hero-content .hero-right img {
  width: 500px;
  display: block;
  margin: auto;
} */

/* .box-card {
  width: 200px;
  height: 200px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 1s ease;
  cursor: pointer;
  animation: rotate3d 8s infinite linear;
  margin: auto;
  display: block;
}

.face {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  backface-visibility: visible;
  border-radius: 12px;
  background: linear-gradient(145deg, #2a2a2a, #383838);
  border: 2px solid #646cff;
  transition: all 0.3s ease;
  overflow: hidden;
}

.face::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  top: -100%;
  left: -100%;
  transition: all 0.5s ease;
  transform: translateZ(20px);
}

.face::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      transparent 0%,
      rgba(255, 255, 255, 0.05) 50%,
      transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.face:hover::before {
  top: 100%;
  left: 100%;
}

.face img {
  width: 150px;
}

.face:hover::after {
  opacity: 1;
}

.front {
  transform: translateZ(100px);
  border-color: #b6f3f7;
}

.back {
  transform: translateZ(-100px) rotateY(180deg);
  border-color: #6bf3fc;
}

.right {
  transform: translateX(100px) rotateY(90deg);
  border-color: #33ccee;
}

.left {
  transform: translateX(-100px) rotateY(-90deg);
  border-color: #2299dd;
}

.top {
  transform: translateY(-100px) rotateX(90deg);
  border-color: #0b58b3;
}

.bottom {
  transform: translateY(100px) rotateX(-90deg);
  border-color: #003399;
}

@keyframes rotate3d {
  0% {
    transform: rotateX(0) rotateY(0);
  }

  25% {
    transform: rotateX(90deg) rotateY(90deg);
  }

  50% {
    transform: rotateX(180deg) rotateY(180deg);
  }

  75% {
    transform: rotateX(270deg) rotateY(270deg);
  }

  100% {
    transform: rotateX(360deg) rotateY(360deg);
  }
}

@media (max-width: 768px) {
  .box-card {
    width: 150px;
    height: 150px;
  }

  .front {
    transform: translateZ(75px);
  }

  .back {
    transform: translateZ(-75px) rotateY(180deg);
  }

  .right {
    transform: translateX(75px) rotateY(90deg);
  }

  .left {
    transform: translateX(-75px) rotateY(-90deg);
  }

  .top {
    transform: translateY(-75px) rotateX(90deg);
  }

  .bottom {
    transform: translateY(75px) rotateX(-90deg);
  }
} */

.socialwrap {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
  height: 50px;
}

.socialwrap .socialm {
  border: 1px solid white;
  padding: 7px 15px 5px;
  border-radius: 20px;
  margin-left: 10px;
  transition: 0.5s linear;

}

.socialwrap .socialm i {
  font-size: 20px;
  color: var(--text-primary);
  margin: 2px auto 0;
  display: block;
  transition: 0.5s linear;
}

.socialwrap .socialm:hover {
  background-color: var(--background-primary);
}

.socialwrap .socialm:hover i {
  color: var(--text-secondary);
}

@media only screen and (max-width: 1648px) {}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 992px) {
  /* .hero-content .hero-right img {
    margin-top: 50px;
  } */
}

@media only screen and (max-width: 768px) {}

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

  .hero-content h1.hero-title {
    font-weight: bold;
    font-size: 38px;
    line-height: 38px;
  }

  .hero-content p {
    margin-top: 15px;
    color: var(--text-primary);
    max-width: 800px;
  }

  .hero-content .text-wrapper {
    margin-bottom: -5px;
  }

  .hero-content .text-wrapper h1 {
    font-size: 45px;
    font-weight: bold;
  }

  .hero-content .animation {
    height: 53px;
    overflow: hidden;
    display: inline-block;
  }

  @keyframes text-animation {
    0% {
      margin-top: 0;
    }

    25% {
      margin-top: -52px;
    }

    50% {
      margin-top: -104px;
    }

    75% {
      margin-top: -52px;
    }

    100% {
      margin-top: 0;
    }
  }

  /* .hero-content .hero-button button {
    margin-top: 30px;
  } */

  /* .hero-content .hero-right img {
    width: 300px;
  } */
}

@media only screen and (max-width: 420px) {}

@media only screen and (max-width: 320px) {}



/* =============ABOUT=========== */
.about {
  filter: blur(6px);
  -webkit-filter: blur(6px);
  padding: 100px 10px 100px;
  transition: 0.5s linear;
}

.about.show-animate {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.about-content {
  text-align: center;
}

.about-content h1 {
  font-weight: bold;
  text-transform: capitalize;
  color: var(--text-primary);
  position: relative;
}

.about-content h1.about-title::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  width: 100px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-top: 1px solid var(--primary-color);
}

.about-content h1 span {
  color: var(--primary-color);
}

.about-content p {
  color: var(--text-primary);
  margin-top: 40px;
}

.about-content .about-cat {
  margin-top: 100px;
}

.about-content .about-cat h2 {
  color: var(--text-primary);
  font-weight: bold;
  text-align: left;
  font-size: 50px;
}

.about-content .about-cat h2 span {
  color: var(--primary-color);
}

.about-content .about-cat h6 {
  color: rgb(161, 161, 161);
  text-align: left;
}

.about-content .row {
  justify-content: center;
  margin-top: 20px;
}

.about-content .about-box {
  border: 3px solid var(--secondary-color);
  background-color: var(--background-secondary);
  box-shadow: 0 0 10px var(--primary-color) inset, 0 0 10px var(--primary-color);
  margin-left: 20px;
  margin-top: 20px;
  border-radius: 20px;
  padding: 15px 20px;
  transition: .5s linear;
}

.about-content .about-box:hover {
  transform: scale(1.03);
  cursor: pointer;
  box-shadow: 0 0 2px var(--primary-color) inset, 0 0 5px var(--primary-color);
}

.about-content .about-box img {
  width: 50%;
  transition: .5s linear;
}

.about-content .ai .about-box img {
  width: 35%;
  transition: .5s linear;
}

.about-content .about-box:hover img {
  transform: scale(1.07);
}

.about-content .about-box h1 {
  margin-top: 20px;
  color: var(--text-primary);
}

.about-content .about-box p {
  margin-top: 20px;
}

@media only screen and (max-width: 1200px) {
  .about-content .about-box {
    margin: 10px 0 0 10px;
  }
}

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

  .about-content .about-box {
    margin: 10px 0 0 0;
  }
}

@media only screen and (max-width: 768px) {}

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

@media only screen and (max-width: 420px) {}


/* =============PORTFOLIO=========== */
.portfolio {
  filter: blur(6px);
  -webkit-filter: blur(6px);
  padding: 100px 10px 100px;
  transition: 0.5s linear;
}

.portfolio.show-animate {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.portfolio-content {
  text-align: center;
}

.portfolio-content h1 {
  font-weight: bold;
  text-transform: capitalize;
  color: var(--text-primary);
  position: relative;
}

.portfolio-content h1::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  width: 130px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-top: 1px solid var(--primary-color);
}

.portfolio-content h1 span {
  color: var(--primary-color);
}

.portfolio-content p {
  color: var(--text-primary);
  margin-top: 30px;
  text-align: left;
}

.portfolio-content .portfolio-cat {
  margin-top: 100px;
}

.portfolio-content .portfolio-cat h2 {
  color: var(--text-primary);
  font-weight: bold;
  text-align: left;
  font-size: 48px;
}

.portfolio-content .portfolio-cat h2 span {
  color: var(--primary-color);
}

.portfolio-content .portfolio-cat h6 {
  color: rgb(161, 161, 161);
  text-align: left;
}

.portfolio-content .venture .row {
  margin-top: 50px;
  justify-content: center;
}

.portfolio-content .venture-box {
  border: 2px solid white;
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
  border-radius: 10px;
  transition: 0.5s linear;
  /* -webkit-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s; */
}

.portfolio-content .venture-box img {
  width: 300px;
  transition: .5s linear;
  /* -webkit-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s; */
}

.portfolio-content .venture .text-wrapper {
  text-align: left;
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px !important;
}

.portfolio-content .venture-box h3 {
  transition: .5s linear;
  /* -webkit-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s; */
}

.portfolio-content .venture-box h3 span {
  color: var(--primary-color);
}

.portfolio-content .venture-box:hover {
  transform: translateY(5px) translateX(5px);
  cursor: pointer;
  box-shadow: 0 0 15px var(--primary-color) inset;
}

.portfolio-content .venture-box:hover h3 {
  text-shadow: 1px 1px 2px var(--primary-color);
  /* font-weight: bold; */
}

.portfolio-content .venture-box:hover img {
  transform: scale(1.02) translateX(3px) translateY(3px);
}

.portfolio-content .venture-box.btc h3 span {
  color: #f7931a;
}

.portfolio-content .venture-box.btc:hover h3 {
  text-shadow: 1px 1px 2px #f7931a;
}

.portfolio-content .highly .venture-box.btc:hover {
  box-shadow: 0 0 15px #f7931a inset;
}

.portfolio-content .venture-box.eth h3 span {
  color: #8c8c8c;
}

.portfolio-content .venture-box.eth:hover h3 {
  text-shadow: 1px 1px 2px #8c8c8c;
}

.portfolio-content .highly .venture-box.eth:hover {
  box-shadow: 0 0 15px #8c8c8c inset;
}

.portfolio-content .venture-box.bnb h3 span {
  color: #f0b90b;
}

.portfolio-content .venture-box.bnb:hover h3 {
  text-shadow: 1px 1px 2px #f0b90b;
}

.portfolio-content .highly .venture-box.bnb:hover {
  box-shadow: 0 0 15px #f0b90b inset;
}

.portfolio-content .venture-box.gold h3 span {
  color: gold;
}

.portfolio-content .highly .venture-gold.bnb:hover {
  box-shadow: 0 0 15px gold inset;
}

.portfolio-content .highly .venture-box.gold:hover {
  box-shadow: 0 0 15px gold inset;
}

@media only screen and (max-width: 1648px) {}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 992px) {
  .portfolio-content .venture-box {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 768px) {}

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

@media only screen and (max-width: 420px) {}

@media only screen and (max-width: 320px) {}


/* =============TEAM=========== */
.teams {
  filter: blur(6px);
  -webkit-filter: blur(6px);
  padding: 100px 10px 100px;
  transition: 0.5s linear;
  position: relative;
}

.teams.show-animate {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.teams-content {
  text-align: center;
  position: relative;
}

.teams-content h1 {
  font-weight: bold;
  text-transform: capitalize;
  color: var(--text-primary);
  position: relative;
}

.teams-content h1.teams-title::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  width: 100px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-top: 1px solid var(--primary-color);
}

.teams-content h1 span {
  color: var(--primary-color);
}

.teams-content p {
  color: var(--text-primary);
  margin-top: 40px;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;

}

/* .owl-carousel {
  margin-top: 50px;
  position: relative;
}

.owl-carousel .owl-item {
  opacity: 1;
}

.owl-carousel .owl-item.active {
  opacity: 1;
} */

/* .owl-carousel .owl-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {

  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {

  .owl-carousel .owl-nav .owl-prev span:before,
  .owl-carousel .owl-nav .owl-next span:before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.owl-carousel .owl-nav .owl-prev:hover span:before,
.owl-carousel .owl-nav .owl-next:hover span:before {
  color: var(--primary-color);
}

.owl-carousel .owl-nav .owl-prev {
  right: 0;
  margin-right: 20px;
}

.owl-carousel .owl-nav .owl-next {
  right: 0;
}

.owl-carousel .owl-dots {
  display: flex;
  flex-direction: row;
  text-align: left;
  margin-top: 10px;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
  outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: var(--primary-color);
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}*/

.teams-content .teams-row {
  margin-top: 50px;
}

.work {
  width: 100%;
  border: 5px solid white;
  border-radius: 21px;
  box-shadow: 0 0 5px white, inset 0 0 5px white;
}

.work .img {
  width: 100%;
  height: 500px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
  z-index: 0;
}

.work .img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  background: rgba(255, 93, 177, 0);
  background: -moz-linear-gradient(top, rgba(255, 93, 177, 0) 0%, rgba(148, 54, 103, 0) 42%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 93, 177, 0)), color-stop(42%, rgba(148, 54, 103, 0)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(255, 93, 177, 0) 0%, rgba(148, 54, 103, 0) 42%, black 100%);
  background: -o-linear-gradient(top, rgba(255, 93, 177, 0) 0%, rgba(148, 54, 103, 0) 42%, black 100%);
  background: -ms-linear-gradient(top, rgba(255, 93, 177, 0) 0%, rgba(148, 54, 103, 0) 42%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 93, 177, 0)), color-stop(42%, rgba(148, 54, 103, 0)), to(black));
  background: linear-gradient(to bottom, rgba(255, 93, 177, 0) 0%, rgba(148, 54, 103, 0) 42%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5db1', endColorstr='#000000', GradientType=0);
  opacity: .6;
}

.work .text {
  padding: 35px;
  padding-top: 0;
}

.work .text h3 {
  font-size: 34px;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  margin-bottom: 0;
  background-color: rgb(0, 0, 0, 0.4);
  padding: 5px 10px;
  border-radius: 20px;
}

.work .text h3 a {
  color: #fff;
}

.work .text .cat {
  font-size: 12px;
  color: #0099ff;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.9);
  padding: 1px 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 10px;
}



@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 992px) {
  .work {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {}

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

@media only screen and (max-width: 420px) {}