@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Inter:wght@400;500&display=swap");

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

body {
  color: var(--base-color);
  background: #131313;
  font-weight: 400;
  line-height: 30px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  --base-color: rgba(255, 255, 255, 0.65);
  --heading-color: #FFFFFF;
  --primary-color: #C9F31D;
  --lighter-color: #1F1F1F;
  --black-color: #070707;
  --border-color: rgba(255, 255, 255, 0.1); }

a {
  color: var(--base-color);
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none; }
  a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none; }
  a:hover {
    color: var(--primary-color); }

img {
  max-width: 100%;
  display: inline-block; }

header:after, section:after, footer:after {
  display: block;
  clear: both;
  content: ""; }


label {
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--base-color); }

.form-group {
  position: relative;
  margin-bottom: 15px; }


input[type=checkbox], input[type=radio] {
  height: auto;
  width: auto; }

/* For Scroll Animation */
html {
  scroll-behavior: unset !important; }


@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1625px;
    padding-left: 15px;
    padding-right: 15px; }
    .container.container-1620 {
      max-width: 1650px; } }

@media only screen and (min-width: 1400px) {
  .container-fluid {
    padding-left: 70px;
    padding-right: 70px; } }

@media only screen and (min-width: 1400px) {
  .container-fluid.gap-wide {
    padding-left: 100px;
    padding-right: 100px; } }

.row {
  --bs-gutter-x: 30px; }

@media only screen and (min-width: 1200px) {
  .row-cols-xl-7 > * {
    width: 14.2857%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; } }

.no-gap {
  margin-left: 0;
  margin-right: 0; }
  .no-gap > div {
    padding-left: 0;
    padding-right: 0; }

@media only screen and (min-width: 1400px) {
  .gap-10 {
    --bs-gutter-x: 10px; } }

@media only screen and (min-width: 1400px) {
  .gap-20 {
    --bs-gutter-x: 20px; } }

@media only screen and (min-width: 1400px) {
  .gap-30 {
    --bs-gutter-x: 30px; } }

@media only screen and (min-width: 1400px) {
  .gap-40 {
    --bs-gutter-x: 40px; } }

@media only screen and (min-width: 1400px) {
  .gap-50 {
    --bs-gutter-x: 50px; } }

@media only screen and (min-width: 1400px) {
  .gap-60 {
    --bs-gutter-x: 60px; } }

@media only screen and (min-width: 1400px) {
  .gap-70 {
    --bs-gutter-x: 70px; } }

@media only screen and (min-width: 1400px) {
  .gap-80 {
    --bs-gutter-x: 80px; } }

@media only screen and (min-width: 1400px) {
  .gap-90 {
    --bs-gutter-x: 90px; } }

@media only screen and (min-width: 1400px) {
  .gap-100 {
    --bs-gutter-x: 100px; } }

@media only screen and (min-width: 1400px) {
  .gap-110 {
    --bs-gutter-x: 110px; } }

@media only screen and (min-width: 1400px) {
  .gap-120 {
    --bs-gutter-x: 120px; } }

@media only screen and (min-width: 1400px) {
  .gap-130 {
    --bs-gutter-x: 130px; } }

@media only screen and (min-width: 1400px) {
  .gap-140 {
    --bs-gutter-x: 140px; } }

@media only screen and (min-width: 1400px) {
  .gap-150 {
    --bs-gutter-x: 150px; } }

@media only screen and (max-width: 375px) {
  .col-small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

/** Section Title style **/
.section-title {
  margin-top: -7px; }
  .section-title .sub-title {
    font-weight: 500;
    display: block;
    color: rgba(255, 255, 255, 0.65); }
  .section-title h2 {
    margin-bottom: 25px; }
    .section-title h2 span {
      color: var(--primary-color); }
    @media only screen and (max-width: 767px) {
      .section-title h2 {
        font-size: 35px; } }
    @media only screen and (max-width: 479px) {
      .section-title h2 {
        font-size: 30px;
        line-height: 1.3; } }
  .section-title h6 {
    font-size: 18px; }
    .section-title h6 span {
      color: var(--primary-color); }

/** Button style **/
.theme-btn,
a.theme-btn {
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease, transform 0.2s ease;
  -o-transition: background-color 0.3s ease, transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-weight: 600;
  text-align: center;
  padding: 11px 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: var(--black-color);
  border-radius: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: capitalize;
  background: var(--primary-color);
  font-size: 1.2em;
  color: black !important;
  position: inherit;
  margin-right: 27px;
  margin-top: 11px;
}

/** Hover Effect **/
a.theme-btn:hover,
.theme-btn:hover {
  background-color: #003b80;
  color: white !important;
}

/** Icon Hover Effect **/
.theme-btn i,
a.theme-btn i {
  -webkit-transition: margin-left 0.3s ease, transform 0.2s ease;
  -o-transition: margin-left 0.3s ease, transform 0.2s ease;
  transition: margin-left 0.3s ease, transform 0.2s ease;
  margin-left: 10px;
}

a.theme-btn:hover i,
.theme-btn:hover i {
  transform: translateX(3px); /* Slight icon movement */
}


.bg-lines span {
  top: 0;
  z-index: -1;
  width: 1px;
  height: 100%;
  position: absolute;
  -webkit-animation: leftRightOne 18s infinite;
  animation: leftRightOne 18s infinite;
  background: rgba(255, 255, 255, 0.05); }
  .bg-lines span:nth-child(1) {
    left: 10%; }
  .bg-lines span:nth-child(2) {
    left: 20%; }
  .bg-lines span:nth-child(3) {
    left: 30%; }
  .bg-lines span:nth-child(4) {
    left: 40%; }
  .bg-lines span:nth-child(5) {
    left: 50%; }
  .bg-lines span:nth-child(6) {
    left: 60%; }
  .bg-lines span:nth-child(7) {
    left: 70%; }
  .bg-lines span:nth-child(8) {
    left: 80%; }
  .bg-lines span:nth-child(9) {
    left: 90%; }

/* Position */
.rel {
  position: relative; }


.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }



.for-bgc-black {
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  background: var(--black-color); }

.heading,
input,
select,
textarea,
.nice-select,
.form-control,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.accordion-item .accordion-button {
  color: var(--heading-color);
  font-family: "DM Sans", sans-serif; }

h1, .h1 {
  font-size: 40px; }

h2, .h2 {
  font-size: 35px; }

h3, .h3 {
  line-height: 1.3;
  font-size: 30px; }

h4, .h4 {
  line-height: 1.1;
  font-size: 24px; }

  h5, .h5 {
    line-height: 1.4;
    font-size: 18px;
    color: #c9f31df0;
}

h6, .h6 {
  font-size: 13px; }


.pt-40,
.py-40 {
  padding-top: 40px; }


.pt-130,
.py-130 {
  padding-top: 50px; }


.pt-150,
.py-150 {
  padding-top: 42px; }


.pb-80,
.py-80 {
  padding-bottom: 49px; }


.pb-100,
.py-100 {
  padding-bottom: 45px; }


.pb-130,
.py-130 {
  padding-bottom: 55px; }


.mb-15,
.my-15 {
  margin-bottom: 15px; }


.mb-35,
.my-35 {
  margin-bottom: 35px; }

.mb-40,
.my-40 {
  margin-bottom: 40px; }


.mb-60,
.my-60 {
  margin-bottom: 60px; }

.delay-0-2s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.delay-0-3s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.delay-0-4s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.delay-0-5s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }
  .main-header .header-upper {
    z-index: 5;
    width: 100%;
    position: relative;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
  .main-header .logo-outer {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
    @media only screen and (max-width: 991px) {
      .main-header .logo-outer {
        display: block; } }
  .main-header .logo {
    z-index: 9;
    padding: 2px 0;
    position: relative; }
  .main-header .nice-select .current {
    color: white; }
  .main-header.menu-absolute .header-upper {
    position: absolute; }

@media only screen and (max-width: 767px) {
  .hero-menu {
    display: none; } }

@media only screen and (max-width: 991px) {
  .hero-menu li .menu-item span {
    display: none; } }

.nav-outer {
  margin-left: auto; }
  @media only screen and (max-width: 991px) {
    .nav-outer {
      width: 100%; } }

/** Header Main Menu **/
@media only screen and (max-width: 991px) {
  .main-menu {
    width: 100%; } }

.main-menu .mobile-logo {
  margin-right: auto; }
  @media only screen and (max-width: 575px) {
    .main-menu .mobile-logo {
      max-width: 150px; } }

@media only screen and (max-width: 991px) {
  .main-menu .collapse {
    overflow: auto; } }

.main-menu .navbar-collapse {
  padding: 0px; }
.menu-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* Menu Sidebar */
.menu-sidebar button {
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  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;
  border-radius: 50%;
  background: var(--primary-color); }
  @media only screen and (max-width: 991px) {
    .menu-sidebar button {
      width: 45px;
      height: 45px; } }

/** hidden-sidebar * */
.hidden-bar {
  position: fixed;
  right: -350px;
  top: 0px;
  opacity: 0;
  width: 350px;
  height: 100%;
  z-index: 99999;
  overflow-y: auto;
  visibility: hidden;
  background-color: var(--lighter-color);
  border-left: 1px solid #231b26;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media only screen and (max-width: 375px) {
    .hidden-bar {
      width: 300px; } }
  .hidden-bar .social-style-one a {
    width: 40px;
    height: 40px;
    line-height: 40px; }

.side-content-visible .hidden-bar {
  right: 0px;
  opacity: 1;
  visibility: visible; }

.hidden-bar .inner-box {
  position: relative;
  padding: 100px 40px 50px; }
  @media only screen and (max-width: 375px) {
    .hidden-bar .inner-box {
      padding-left: 25px;
      padding-right: 25px; } }
  .hidden-bar .inner-box .cross-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
  .hidden-bar .inner-box h4 {
    position: relative;
    color: #ffffff;
    margin-bottom: 35px; }

  .about-btn img {
    border-radius: 50%;
    margin-right: 15px; }

    @media only screen and (max-width: 479px) {
      .about-btn h6 {
        font-size: 14px; } }
  .about-btn i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .about-btn.btn-one {
    position: absolute;
    left: -10%;
    bottom: 42%;
    visibility: visible!important; }
    @media only screen and (max-width: 991px) {
      .about-btn.btn-one {
        left: 5%; } }
    .about-btn.btn-one h6 {
      margin-right: 9px; }
  .about-btn.btn-two {
    position: absolute;
    left: -18%;
    bottom: 34%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    visibility: visible!important;}
    @media only screen and (max-width: 991px) {
      .about-btn.btn-two {
        left: 0; } }
    @media only screen and (max-width: 479px) {
      .about-btn.btn-two {
        bottom: 12%; } }


.about-right-part {
  height: 465px;
  position: relative; }
  @media only screen and (max-width: 479px) {
    .about-right-part {
      height: 400px; } }
  .about-right-part:after {
    content: '';
    z-index: -2;
    width: 390px;
    height: 390px;
    position: absolute;
    right: 10%;
    bottom: 0;
    border-radius: 50%;
    background: var(--lighter-color); }
    @media only screen and (max-width: 479px) {
      .about-right-part:after {
        width: 250px;
        height: 250px; } }
  .about-right-part .experience-years {
    position: absolute;
    right: 0;
    top: 50%;
    width: 190px;
    height: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: black;
    padding: 0px;
    font-weight: 700;
    border-radius: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "DM Sans", sans-serif;
    background: var(--primary-color);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (max-width: 479px) {
      .about-right-part .experience-years {
        top: 0;
        width: 130px;
        height: 130px;
        padding: 25px;
        -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        transform: translateY(-30%); } }
    .about-right-part .experience-years b {
      line-height: 1;
      display: block;
      font-size: 50px;
      margin-bottom: 6px; }
      @media only screen and (max-width: 479px) {
        .about-right-part .experience-years b {
          font-size: 25px; } }
    .about-right-part .experience-years h5 {
      color: black;
      margin-bottom: 0;
      font-weight: 700;
      line-height: 1.3; }
      @media only screen and (max-width: 479px) {
        .about-right-part .experience-years h5 {
          font-size: 16px; } }
  .about-right-part .about-btn {
    position: absolute; }
    .about-right-part .about-btn.one {
      left: 0;
      top: 30%; }
    .about-right-part .about-btn.two {
      left: 10%;
      top: calc(60% - 30px); }
      @media only screen and (max-width: 479px) {
        .about-right-part .about-btn.two {
          left: 0; } }
    .about-right-part .about-btn.three {
      left: 20%;
      bottom: 10%; }
      @media only screen and (max-width: 479px) {
        .about-right-part .about-btn.three {
          left: 0; } }
  .about-right-part .dot-shape {
    z-index: -1;
    position: absolute; }
    .about-right-part .dot-shape.one {
      top: 0;
      left: 30%; }
    .about-right-part .dot-shape.two {
      bottom: 0;
      right: 15%; }

.skill-item {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 14px;
  padding: 25px 10px 10px;
  background: var(--lighter-color);
  border: 1px solid var(--border-color); }
  .skill-item h5 {
    margin-top: 15px;
    margin-bottom: 16px; }
  .skill-item .percent {
    padding: 10px;
    display: block;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    line-height: 1.2;
    border-radius: 14px;
    background: #131313;
    font-family: "DM Sans", sans-serif;
    color: rgba(255, 255, 255, 0.35); }


