/* ===================================================================================
 * Theme Name: Nimo Child
 * Theme URI: https://themexriver.com/wp/Nimo
 * Author: ThemeXriver
 * Author URI: https://themeforest.net/user/themexriver
 * Description: Creative Digital Agency WordPress Theme
 * Version: 1.0.2
 * Template: nimo
 * Text Domain: nimo-child
 * License: GNU General Public License version 3.0
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready
 * Tested up to: 6.6
 * Requires PHP: 7.4
=================================================================================== */


/* ===================== VARIABLES ===================== */
:root {
  --main-red-accent: #DF0000;
  --main-white-accent: #fdfdfd;
  --subtitle-color: #fdfdfd;
  --button-color: #d6f345;
}


/* ===================== HEADER ===================== */
.tx-logo {
  margin-left: 40px;
}

.nm-header-1-wrap {
  border-color: rgba(223, 0, 0, 0.3);
  box-shadow: 1.782px 0.908px 32.2px 2.8px rgba(223, 0, 0, 0.23);
  background: linear-gradient(180deg, rgba(15, 1, 1, 0.75) 0%, rgba(29, 35, 39, 0.75) 50%, rgba(15, 11, 11, 0.75) 100%);
}


/* ===================== GENERAL ===================== */
#the-main-content-container {
  min-height: 85vh;
}



/* ===================== HERO SECTION ===================== */
.nm-hero-1-area {
  background-color: #000;
}

.nm-hero-1-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  perspective: 2000px;
  transform-style: preserve-3d;
}

.nm-hero-1-bg-img img {
  animation: hero1-bg-img 20s linear infinite;
}

.nm-hero-1-main-img {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: center;
  height: 100%;
  opacity: 70%;
  transform: translateY(100%);
  transition: all 0.8s var(--nm-cube-1);
}

/* @media only screen and (min-width: 1400px) and (max-width: 1599px),
       only screen and (min-width: 1200px) and (max-width: 1399px),
       only screen and (min-width: 992px) and (max-width: 1199px),
       only screen and (min-width: 768px) and (max-width: 991px),
       (max-width: 767px) {
  .nm-hero-1-main-img {
    align-items: end;
  }
} */

.nm-hero-1-main-img img {
  margin-right: 14vw;
  width: 60%;
  margin-right: 0;
}

.nm-hero-1-main-img img:nth-child(2) {
  position: absolute;
  top: 0;
  right: 100px;
  mix-blend-mode: color;
  z-index: 1;
  opacity: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
       only screen and (min-width: 768px) and (max-width: 991px),
       (max-width: 767px) {
  .nm-hero-1-main-img img:nth-child(2) {
    top: unset;
    bottom: 0;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
       only screen and (min-width: 1400px) and (max-width: 1599px),
       only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-hero-1-main-img img {
    width: 46%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
       only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-hero-1-main-img img {
    width: 62%;
    margin-right: 0;
  }
}

/* @media (max-width: 767px) {
  .nm-hero-1-main-img img {
    width: 80%;
    margin-right: 0;
  }
} */

/* @media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-hero-1-main-img img {
    width: 62%;
    margin-right: 0;
  }
} */

.nm-hero-1-bg-icon {
  color: var(--nm-clr-pr-1);
  font-size: 70px;
  position: absolute;
  right: 15%;
  top: 38%;
  z-index: -1;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s var(--nm-cube-1);
}

/* @media only screen and (min-width: 992px) and (max-width: 1199px),
       only screen and (min-width: 768px) and (max-width: 991px),
       (max-width: 767px) {
  .nm-hero-1-bg-icon {
    display: none;
  }
}
 */
.nm-hero-1-bg-icon i {
  animation: waRotation360 10s linear infinite;
}

.nm-hero-1-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.nm-hero-1-content {
  padding-top: 180px;
  padding-bottom: 260px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
       only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-hero-1-content {
    padding-bottom: 470px;
  }
}

/* @media (max-width: 767px) {
  .nm-hero-1-content {
    padding-bottom: 510px;
  }
} */

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-hero-1-content {
    padding-bottom: 470px;
  }
}


/* ===================== TITLE ===================== */
.nm-hero-1-title.has-title-1 {
  font-family: var(--nm-font-1);
  font-size: 50px;
  font-weight: 700;
  color: var(--main-white-accent);
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  padding-bottom: 15px;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.9);
  margin-left: 0;
}

#title_and_subtitle h1 {
  text-align: center;
}

#title_and_subtitle h2 {
  text-align: center;
}



.nm-hero-1-title span {
  transform: translateY(100%);
  transition: all 0.8s var(--nm-cube-1);
}

/* 1800px+ */
@media only screen and (min-width: 1800px) {
  .nm-hero-1-title.has-title-1 {
    font-size: 180px;
    color: var(--main-white-accent);
    margin-left: -10%;
    margin-top: 0%;
  }
}

/* 1600–1799px */
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .nm-hero-1-title.has-title-1 {
    font-size: 160px;
    color: var(--main-white-accent);
    margin-left: -10%;
    margin-top: 0%;
  }
}

/* 1400–1599px */
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nm-hero-1-title {
    font-size: 140px;
    color: var(--main-white-accent);
  }

  .nm-hero-1-title.has-title-1 {
    margin-left: 0%;
    margin-top: 0%;
  }
}

/* 1200–1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-hero-1-title {
    font-size: 120px;
    color: var(--main-white-accent);
    margin-left: -10%;
    margin-top: 0%;
  }

  .nm-hero-1-content {
    padding-bottom: 0px;
  }

  /* stack content below title, indented to match subtitle alignment */
  .nm-hero-1-content-2-wrap {
    flex-direction: column;
    align-items: start;
    /* margin-bottom: 5%; */
  }

  .nm-hero-1-content-2-wrap .tx-description {
    margin-left: 10%;
    font-size: 1em;
    margin-bottom: 20px;
  }

  .nm-hero-1-content-2-wrap .nm-hero-1-btn {
    margin-left: 10%;
  }

  /* image: same treatment as 992-1199px */
  .nm-hero-1-main-img {
    position: absolute;
    top: -4%;
    right: 0%;
    bottom: unset;
    width: 100%;
    z-index: 1;
    opacity: 70%;
    text-align: right;
    align-items: end; /* image sits at its natural bottom edge */
  }

  .nm-hero-1-main-img img {
    margin-right: 10vw;
    width: 400px;
  }

  /* hover color-filter overlay follows image position */
  .nm-hero-1-main-img img:nth-child(2) {
    top: unset;
    bottom: 0;
  }

  .nm-hero-1-bg-icon#first {
    display: initial;
    right: 20%;
    top: 30%;
  }

  .nm-hero-1-bg-icon#second {
    display: initial;
    right: 35%;
    top: 50%;
  }
}

/* 992–1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-hero-1-title {
    font-size: 100px;
    color: var(--main-white-accent);
    margin-left: -10%;
    margin-top: 0%;
  }
}

/* 768–991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-hero-1-title {
    font-size: 80px;
    color: var(--main-white-accent);
    margin-top: 25px;
  }
}

/* 576–767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-hero-1-title {
    font-size: 70px;
    line-height: 1.3;
    color: var(--main-white-accent);
  }
}

/* max 767px */
/* @media (max-width: 767px) {
  .nm-hero-1-title {
    font-size: 50px;
    color: var(--main-white-accent);
  }
} */


/* ===================== SUBTITLE ===================== */
/*
  Alignment guide (must always match title margin-left):
  1800px+      title margin-left: -10%  → subtitle margin-left: -10%
  1600–1799px  title margin-left: -10%  → subtitle margin-left: -10%
  1400–1599px  title margin-left:   0   → subtitle margin-left:   0
  1200–1399px  title margin-left: -10%  → subtitle margin-left: -10%
  992–1199px   title margin-left: -10%  → subtitle margin-left: -10%  (offset right by same 20%)
  ≤991px       no offset                → subtitle margin-left:   0
*/
.nm-hero-1-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: var(--main-white-accent);
  margin-left: 0;
  margin-top: -10px;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.9);
}

.nm-hero-1-subtitle span {
  transform: translateY(100%);
  transition: all 0.8s var(--nm-cube-1);
}

/* 1800px+ — title is at -10%, subtitle follows */
@media only screen and (min-width: 1800px) {
  .nm-hero-1-subtitle {
    font-size: 33px;
    color: var(--subtitle-color);
    margin-left: -10%;
    margin-top: -10px;
  }
}

/* 1600–1799px — title is at -10%, subtitle follows */
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .nm-hero-1-subtitle {
    font-size: 30px;
    color: var(--subtitle-color);
    margin-left: -10%;
    margin-top: -10px;
  }
}

/* 1400–1599px — title is at 0, subtitle follows */
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nm-hero-1-subtitle {
    font-size: 30px;
    color: var(--subtitle-color);
    margin-left: 0;
    margin-top: -10px;
  }
}

/* 1200–1399px — title is at -10%, subtitle follows */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-hero-1-subtitle {
    font-size: 20px;
    color: var(--subtitle-color);
    margin-left: 10%;
    margin-top: -10px;
  }
}

/* 992–1199px — title is at -10%, subtitle indented 10% to the right of it */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-hero-1-subtitle {
    font-size: 20px;
    color: var(--subtitle-color);
    margin-left: 10%;
    margin-top: -10px;
  }
}

/* ≤991px — no offset */
/* @media (max-width: 991px) {
  .nm-hero-1-subtitle {
    margin-left: 0;
  }
} */


/* ===================== HERO CONTENT ===================== */
.nm-hero-1-disc {
  max-width: 520px;
  font-size: 17px;
  color: #e3e3e3;
  text-align: center;
  transform: translateY(100%);
  transition: all 0.8s var(--nm-cube-1);
}

.nm-hero-1-btn {
  margin-left: 40px;
  transform: translateY(160%);
  transition: all 0.8s var(--nm-cube-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
       only screen and (min-width: 768px) and (max-width: 991px),
       (max-width: 767px) {
  .nm-hero-1-btn {
    margin-left: 0;
  }
}

.nm-hero-1-content-2 {
  position: absolute;
  bottom: 220px;
  left: 0;
  width: 100%;
  z-index: 2;
}

.nm-hero-1-content-2-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

/* @media only screen and (min-width: 992px) and (max-width: 1199px),
       only screen and (min-width: 768px) and (max-width: 991px),
       (max-width: 767px) {
  .nm-hero-1-content-2-wrap {
    flex-direction: column;
    align-items: start;
  }
} */

.nm-hero-1-content-2-wrap .plybtn-wrap {
  transform: translateY(100%);
  transition: all 0.8s var(--nm-cube-1);
}

/* 1800px+ */
@media only screen and (min-width: 1800px) {
  .nm-hero-1-content-2-wrap {
    margin-left: -10%;
  }
}

/* 1600–1799px */
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .nm-hero-1-content-2 {
    bottom: 59px;
  }

  .nm-hero-1-content-2-wrap {
    flex-direction: column;
    align-items: start;
    margin-left: -10%;
  }

  .nm-hero-1-content-2-wrap .nm-hero-1-btn {
    margin-left: 0px;
  }

  .nm-hero-1-content-2-wrap .nm-hero-1-disc {
    max-width: 700px;
  }

  .nm-hero-1-main-img img {
    margin-right: 18vw;
  }
}

/* 1600–1750px */
@media only screen and (min-width: 1600px) and (max-width: 1750px) {
  .nm-hero-1-content-2-wrap {
    flex-direction: column;
    align-items: start;
  }
}

/* 1400–1599px */
/* @media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nm-hero-1-content-2 {
    bottom: 59px;
  }

  .nm-hero-1-content-2-wrap {
    flex-direction: column;
    align-items: start;
  }

  .nm-hero-1-content-2-wrap .nm-hero-1-btn {
    margin-left: 0px;
  }

  .nm-hero-1-content-2-wrap .nm-hero-1-disc {
    max-width: 700px;
  }

  .nm-hero-1-main-img {
    position: absolute;
    top: 50%;
    right: -2%;
    bottom: unset;
    width: 100%;
    z-index: 1;
    opacity: 70%;
    text-align: right; */
    /* override the grouped align-items: end rule */
    /* align-items: start;
  }

  .nm-hero-1-main-img img:nth-child(2) {
    top: 0;
    bottom: unset;
  }

  .nm-hero-1-main-img img {
    margin-right: 18vw;
    width: 400px;
  }
}
 */
/* 992–1199px */
/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-hero-1-content {
    padding-bottom: 0px;
  }

  .nm-hero-1-content-2-wrap {
    margin-bottom: 5%;
  }

  .nm-hero-1-content-2-wrap .tx-description {
    margin-left: 10%;
    font-size: 1em;
    margin-bottom: 20px;
  }

  .nm-hero-1-content-2-wrap .nm-hero-1-btn {
    margin-left: 10%;
  }

  .nm-hero-1-main-img {
    position: absolute;
    right: 0%;
    width: 100%;
    z-index: 1;
    opacity: 70%;
    top: -4%;
    text-align: right;
  }

  .nm-hero-1-main-img img {
    margin-right: 10vw;
    width: 400px;
  }

  .nm-hero-1-bg-icon#first {
    display: initial;
    right: 20%;
    top: 30%;
  }

  .nm-hero-1-bg-icon#second {
    display: initial;
    right: 35%;
    top: 50%;
  }
} */


/* ===================== HERO IMAGE (large screens) ===================== */
@media only screen and (min-width: 1800px) {
  .nm-hero-1-main-img {
    position: absolute;
    top: 50%;
    right: -2%;
    width: 100%;
    z-index: 1;
    opacity: 70%;
    text-align: right;
  }

  .nm-hero-1-main-img img {
    margin-right: 14vw;
    width: 600px;
  }

  .nm-hero-1-bg-icon#second {
    display: initial;
    right: 45%;
    top: 60%;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .nm-hero-1-main-img {
    position: absolute;
    top: 50%;
    right: -2%;
    width: 100%;
    z-index: 1;
    opacity: 70%;
    text-align: right;
  }

  .nm-hero-1-main-img img {
    width: 600px;
  }
}


/* ===================== SOCIAL LINKS ===================== */
.nm-hero-1-social-position {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
       only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-hero-1-social-position {
    transform: translateY(-50%) scale(0.7);
  }
}

@media (max-width: 767px) {
  .nm-hero-1-social-position {
    display: none;
  }
}

.nm-hero-1-social-position::after {
  content: "";
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 60px solid var(--nm-clr-pr-1);
  position: absolute;
  top: 50%;
  right: -180px;
  transform: translateY(-50%);
  z-index: -1;
}

.nm-hero-1-social-border {
  width: 430px;
  height: 430px;
  border: 3px solid #7c7c7c;
  border-radius: 50%;
  position: absolute;
  right: -210px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  animation: nm-hero-1-social-border 10s linear infinite;
}

.nm-hero-1-social-border::after {
  content: "";
  width: 22px;
  height: 22px;
  background: var(--nm-clr-pr-1);
  border-radius: 50%;
  box-shadow: 0px 3px 5.52px 0.48px rgba(214, 243, 69, 0.46);
  position: absolute;
  left: -11px;
  top: 47%;
}

.nm-hero-1-social-border::before {
  content: "";
  width: 22px;
  height: 22px;
  background: var(--nm-clr-pr-1);
  border-radius: 50%;
  box-shadow: 0px 3px 5.52px 0.48px rgba(214, 243, 69, 0.46);
  position: absolute;
  right: -11px;
  top: 47%;
}

.nm-hero-1-social-link {
  display: flex;
  flex-direction: column;
  gap: 37px;
  margin-right: 10px;
  transform: rotate(179deg);
  transition: 1.5s var(--nm-cube-1);
}

.nm-hero-1-social-link .link-elm {
  color: #000;
  font-size: 35px;
}

.nm-hero-1-social-link .link-elm i {
  transition: all 0.5s var(--nm-cube-1);
}

.nm-hero-1-social-link .link-elm:hover i {
  transform: scale(0.7);
}

.nm-hero-1-social-link .link-elm:nth-child(2) {
  transform: translate(-85px, -20px);
}

.nm-hero-1-social-link .link-elm:nth-child(3) {
  transform: translate(-120px, 0px);
}

.nm-hero-1-social-link .link-elm:nth-child(4) {
  transform: translate(-89px, 20px);
}

.nm-hero-1-social-link:is(.active) {
  transform: rotate(0deg);
  transition-delay: 1s;
}


/* ===================== ACTIVE STATE ANIMATIONS ===================== */
.nm-hero-1-area:is(.active) .nm-hero-1-title span {
  transform: translateY(0);
  transition-delay: 0.5s;
}

.nm-hero-1-area:is(.active) .nm-hero-1-title.has-title-2 span {
  transition-delay: 0.7s;
}

.nm-hero-1-area:is(.active) .nm-hero-1-subtitle span {
  transform: translateY(0);
  transition-delay: 0.6s;
}

.nm-hero-1-area:is(.active) .nm-hero-1-disc {
  transform: translateY(0);
  transition-delay: 1.2s;
}

.nm-hero-1-area:is(.active) .nm-hero-1-main-img {
  transform: translateY(0);
  transition-delay: 1s;
}

.nm-hero-1-area:is(.active) .nm-hero-1-content-2-wrap .plybtn-wrap {
  transform: translateY(0);
  transition-delay: 1.3s;
}

.nm-hero-1-area:is(.active) .nm-hero-1-content-2-wrap .nm-hero-1-btn {
  transform: translateY(0);
  transition-delay: 1.4s;
}

.nm-hero-1-area:is(.active) .nm-hero-1-bg-icon {
  transform: translateY(0);
  transition-delay: 1.1s;
  opacity: 1;
}

.nm-hero-1-area:hover .nm-hero-1-main-img img:nth-child(2) {
  opacity: 1;
  animation: nm-hero-1-img-filter 3s linear infinite;
}

.nm-hero-1-area canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}


/* ===================== KEYFRAMES ===================== */
@keyframes nm-hero-1-social-border {
  0%   { transform: translateY(-50%) rotate(0deg); }
  100% { transform: translateY(-50%) rotate(360deg); }
}

@keyframes nm-hero-1-img-filter {
  0%   { filter: sepia(1) hue-rotate(0deg) saturate(300%); }
  5%   { filter: sepia(1) hue-rotate(10deg) saturate(300%); }
  10%  { filter: sepia(1) hue-rotate(20deg) saturate(300%); }
  15%  { filter: sepia(1) hue-rotate(30deg) saturate(300%); }
  20%  { filter: sepia(1) hue-rotate(40deg) saturate(300%); }
  25%  { filter: sepia(1) hue-rotate(50deg) saturate(300%); }
  30%  { filter: sepia(1) hue-rotate(60deg) saturate(300%); }
  35%  { filter: sepia(1) hue-rotate(70deg) saturate(300%); }
  40%  { filter: sepia(1) hue-rotate(80deg) saturate(300%); }
  45%  { filter: sepia(1) hue-rotate(90deg) saturate(300%); }
  50%  { filter: sepia(1) hue-rotate(100deg) saturate(300%); }
  55%  { filter: sepia(1) hue-rotate(110deg) saturate(300%); }
  60%  { filter: sepia(1) hue-rotate(120deg) saturate(300%); }
  65%  { filter: sepia(1) hue-rotate(130deg) saturate(300%); }
  70%  { filter: sepia(1) hue-rotate(140deg) saturate(300%); }
  75%  { filter: sepia(1) hue-rotate(150deg) saturate(300%); }
  80%  { filter: sepia(1) hue-rotate(160deg) saturate(300%); }
  85%  { filter: sepia(1) hue-rotate(170deg) saturate(300%); }
  90%  { filter: sepia(1) hue-rotate(180deg) saturate(300%); }
  95%  { filter: sepia(1) hue-rotate(190deg) saturate(300%); }
  100% { filter: sepia(1) hue-rotate(200deg) saturate(300%); }
}

@keyframes hero1-bg-img {
  0%   { transform-origin: 100% 50%; transform: scaleX(1.1); }
  50%  { transform-origin: 0% 50%;   transform: scaleX(1); }
  100% { transform-origin: 100% 50%; transform: scaleX(1.1); }
}


@media only screen and (min-width: 635px) and (max-width: 767px) {
    .nm-hero-1-content-2 {
      bottom: 270px;
    }
  }



  @media only screen and (min-width: 768px)  {
    #title_and_subtitle .title {
      text-align: left;
      font-size: 70px;
    }

    #title_and_subtitle .subtitle {
      text-align: left;
      font-size: 17px;
    }

    #title_and_subtitle {
      margin-left: 5%;
    }

    .nm-hero-1-content-2-wrap {
      align-items: start;
      margin-left: 5%;
    }

    .nm-hero-1-disc {
      text-align: left;
    }
  }


  @media only screen and (min-width: 769px) and (max-width:992px){
            
    .nm-hero-1-main-img img {
      width: 40%;
      margin-right: -40%;
    }

    .nm-hero-1-content-2-wrap {
      margin-left: 5%;
    }

    .nm-hero-1-content-2 {
      bottom: 170px;
    }

    .nm-hero-1-main-img img:nth-child(2){
      right:50%;
    }

    .nm-hero-1-bg-icon#first {
        display: initial;
        right: 20%;
        top: 30%;
    }

    .nm-hero-1-bg-icon#second {
        display: initial;
        right: 33%;
        top: 60%;
    }

  }


@media only screen and (min-width: 993px) and (max-width:1199px) {
    #title_and_subtitle .title {
        font-size: 100px;
    }

        #title_and_subtitle .subtitle {
        font-size: 25px;
        margin-left: 0;
    }

    .nm-hero-1-content-2 {
      bottom: 170px;
    }

    .nm-hero-1-main-img img {
      width: 40%;
      margin-right: -40%;
    }

        .nm-hero-1-main-img img:nth-child(2){
      right:50%;
    }

    .nm-hero-1-bg-icon#first {
        display: initial;
        right: 20%;
        top: 30%;
    }

    .nm-hero-1-bg-icon#second {
        display: initial;
        right: 33%;
        top: 50%;
    }
}


@media only screen and (min-width: 1200px) and (max-width:1399px) {
    #title_and_subtitle .title {
        font-size: 130px;
    }

        #title_and_subtitle .subtitle {
        font-size: 30px;
        margin-left: 0;
    }

    .nm-hero-1-content-2 {
      bottom: 100px;
    }

    .nm-hero-1-main-img img {
      width: 40%;
      margin-right: -40%;
    }

        .nm-hero-1-main-img img:nth-child(2){
      right:50%;
    }

    .nm-hero-1-bg-icon#first {
        display: initial;
        right: 20%;
        top: 30%;
        z-index: 2;
    }

    .nm-hero-1-bg-icon#second {
        display: initial;
        right: 33%;
        top: 50%;
        z-index: 2;
    }

        .nm-hero-1-bg-icon#third {
        display: none;

        ;
    } 

        .nm-hero-1-content-2-wrap {
          margin-left: -5%;
        }
}


@media only screen and (min-width: 1400px) and (max-width:1599px) {
    #title_and_subtitle .title {
        font-size: 130px;
    }

        #title_and_subtitle .subtitle {
        font-size: 30px;
        margin-left: 0;
    }

    .nm-hero-1-content-2 {
      bottom: 100px;
    }

    .nm-hero-1-main-img img {
      width: 40%;
      margin-right: -35%;
    }

        .nm-hero-1-main-img img:nth-child(2){
      right:47%;
      top: unset;
    }

    .nm-hero-1-bg-icon#first {
        display: initial;
        right: 20%;
        top: 30%;
        z-index: 2;
    }

    .nm-hero-1-bg-icon#second {
        display: initial;
        right: 33%;
        top: 50%;
        z-index: 2;
    }

        .nm-hero-1-bg-icon#third {
        display: none;

        ;
    } 



        .nm-hero-1-btn{
          margin-left: 0px;
        }
}




@media only screen and (min-width: 1600px) and (max-width:1799px) {
    #title_and_subtitle .title1 {
        font-size: 150px;
    }

        #title_and_subtitle .subtitle {
        font-size: 30px;
        margin-left: -10%;
    }

    .nm-hero-1-content-2 {
      bottom: 100px;
    }

    .nm-hero-1-main-img img {
      width: 40%;
      margin-right: -35%;
    }

        .nm-hero-1-main-img{
          bottom: 0px;
          top: 0px;
        }

        .nm-hero-1-main-img img:nth-child(2){
      right:47%;
      top: unset;
    }

    .nm-hero-1-bg-icon#first {
        display: initial;
        right: 20%;
        top: 30%;
        z-index: 2;
    }

    .nm-hero-1-bg-icon#second {
        display: initial;
        right: 33%;
        top: 50%;
        z-index: 2;
    }

        .nm-hero-1-bg-icon#third {
        display: none;

        ;
    } 

        .nm-hero-1-content-2-wrap {
           margin-left: -5%; 
          flex-direction: column;
          align-items: start;
        }

        .nm-hero-1-btn{
          margin-left: 0px;
        }
}








@media only screen and (min-width: 1800px) {
    #title_and_subtitle .title {
        font-size: 150px;
        margin-left: -20%;
    }

        #title_and_subtitle .subtitle {
        font-size: 30px;
        margin-left: -20%;

    }

    .nm-hero-1-content-2 {
      bottom: 100px;
    }

    .nm-hero-1-main-img img {
      width: 35%;
      margin-right: -31%;
    }

        .nm-hero-1-main-img{
          bottom: 0px;
          top: 0px;
        }

        .nm-hero-1-main-img img:nth-child(2){
      right:47%;
      top: unset;
    }

    .nm-hero-1-bg-icon#first {
        display: initial;
        right: 20%;
        top: 30%;
        z-index: 2;
    }

    .nm-hero-1-bg-icon#second {
        display: initial;
        right: 33%;
        top: 50%;
        z-index: 2;
    }

        .nm-hero-1-bg-icon#third {
        display: none;

        ;
    } 

        .nm-hero-1-content-2-wrap {
           margin-left: -15%; 
          flex-direction: row;
          align-items: end;
        }

        .nm-hero-1-btn{
          margin-left: 0px;
        }
}



h3.tab_title {
  color: var(--nm-clr-p-1);
  font-size: 30px;
  margin-top: 10px;
}


.nm-services-1-tabs-pane-single .content-wrap
{
  background: radial-gradient(circle,rgba(54, 54, 54, 1) 0%, rgba(17, 17, 17, 1) 70%);

}

.nm-services-1-tabs-pane-single .item-icon 
{
  text-align: center;
}


.nm-portfolio-1-card .card-categories .link-elm {
    background: #323232 !important;
    border-radius: 100px !important;
    font-size: 15px !important;
    padding: 5px 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    transition: all 0.5s var(--nm-cube-1) !important;
}



.nm-portfolio-1-top {
  
  margin-top: 40px;
}

.nm-portfolio-1-sec-title h2
{
  font-size: 35px;
}

.nm-portfolio-1-sec-title-2 h2
{
  font-size: 35px;
}

.nm-steps-1-sec-title h2
{
  font-size: 35px;
}

.nm-steps-1-card h3
{
  color: #fff
}

.nm-steps-1-card .content .title {
    gap: 10px;
    
}

.nm-steps-1-card .content
{
    border: 1px solid rgba(238, 238, 238, 0.4);
background-image: linear-gradient(45deg, rgba(86, 86, 86,0.04) 0%, rgba(86, 86, 86,0.04) 50%,rgba(169, 169, 169,0.04) 50%, rgba(169, 169, 169,0.04) 71%,rgba(251, 251, 251,0.04) 71%, rgba(251, 251, 251,0.04) 100%),linear-gradient(45deg, rgba(86, 86, 86,0.04) 0%, rgba(86, 86, 86,0.04) 56%,rgba(169, 169, 169,0.04) 56%, rgba(169, 169, 169,0.04) 67%,rgba(251, 251, 251,0.04) 67%, rgba(251, 251, 251,0.04) 100%),linear-gradient(135deg, rgba(86, 86, 86,0.04) 0%, rgba(86, 86, 86,0.04) 4%,rgba(169, 169, 169,0.04) 4%, rgba(169, 169, 169,0.04) 75%,rgba(251, 251, 251,0.04) 75%, rgba(251, 251, 251,0.04) 100%),linear-gradient(90deg, rgb(0,0,0),rgb(0,0,0));
}