.page_wrapper {
  width: 100%;
  /* background-color: rgb(0, 0, 0); */
  /* padding: 10px; */
}

.static-hero {
  width: 100%;
  /* padding: 10px; */
  /* background-color: rebeccapurple !important; */
  position: relative;
  /* overflow: hidden; */
}

.line_set_1 {
  position: absolute;
  top: 0px;
  z-index: -1;
  /* width: 100%; */
  height: 100%;
}

.Hero_container {
  padding: 17px 5px 5px 5px;
}

nav {
  display: flex;
  justify-content: space-between;
  padding: 0px;
  align-items: center;
  position: relative;
  width: 100%;
  z-index: 1000;
  margin: auto;
  transition: all 0.3s ease-in-out
}

/* Jab scroll ho to fixed */
nav.sticky {
  position: fixed;
  top: 0;
  left: 0%;
  padding: 12px 112px;
  right: 0px;
  width: 100%;
  background: #111;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

NAV .Logo {
  font-size: 2.6rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

nav .Logo span {
  color: red;
}

nav .navbar_list {
  /* align-items-center d-flex gap-2 mt-3 p-0 */
  align-items: center;
  display: flex;
  gap: 8px;
  padding: 0px;
  margin: 0px;
  /* margin-top: 15px; */
}



nav ul li {
  padding: 8px 15px;
  border-radius: 2px;
  transition: .2s all;
  /* background-color: red; */
  position: relative;
}

nav ul li::after {
  content: '';
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background-color: red;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .8s ease-in-out;
}

nav ul li:hover::after {
  transform: scaleX(1);
  /* hover par full width */
}

nav ul li a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
  font-size: 1.6rem;
  font-weight: 500;

}


.Static-hero-inner {
  /* background-color: red; */
  padding: 30px 1px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 5px;
  margin-top: 20px;
}

.Static-hero-inner h2 {
  font-size: 4.2rem;
  color: #FFE600;
  font-weight: 700;
  letter-spacing: .9px;
}

.Static-hero-inner .My_name_is {
  font-size: 6rem;
  font-weight: 700;
  word-spacing: -4px;
  color: #fff;
}

.Static-hero-inner h3 {
  font-size: 3.2rem;
  letter-spacing: 1px;
  color: #59C378;
  font-weight: 700;
}

.Static-hero-inner p {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: .6px;
}

.Hire_Me {
  padding: 13px 25px !important;
  font-size: 16px !important;
}

.Hire_Me i {
  margin-top: 3px;
  font-size: 16px !important;
  margin-left: 6px;

}


.static-hero-right {
  padding: 10px;
  /* background-color: rebeccapurple; */
}


.static-hero-img {
  /* margin-top: 20px; */
  width: 100%;
  /* height: 550px; */
  /* background-color: blue; */
  /* padding: 10px; */
  position: relative;
}

.static-hero-img-inner {
  /* background-color: aqua; */
  padding: 10px;
  width: 100%;
  height: 100%;
  position: relative;
}

#static-hero-img-inner_image {
  width: 100%;
  /* height: 100%; */
  height: auto;
  padding: 0px 75px;

}

.icons-move {
  width: 100%;
  /* background-color: #FFE600; */
  padding: 20px;
  position: absolute;
  top: 30%;
  height: 300px;
  left: 0px;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.floating-item_1 {
  /* position: absolute; */
  width: 100px;
  height: 100px;
  padding: 20px;
  /* background: #fff; */
  border: 2px solid #dd1313;
  border-radius: 25px;
  animation: floatingXY 8s infinite ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@keyframes floatingXY {
  0% {
    transform: translateX(0px) translateY(0px);
  }

  20% {
    transform: translateX(15px) translateY(-10px);
  }

  40% {
    transform: translateX(-10px) translateY(-20px);
  }

  60% {
    transform: translateX(-20px) translateY(10px);
  }

  80% {
    transform: translateX(20px) translateY(15px);
  }

  100% {
    transform: translateX(0px) translateY(0px);
  }
}

.photoshop_img {
  width: 100%;
  height: auto;
}

.project_1500 {
  padding: 0px 0px !important;
  width: 150px;
  /* border-radius: 20px !important; */
  height: 100px;
  /* background: #fff; */
  border-radius: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}


/* About-area-section */

.set_Bg-about {
  background: linear-gradient(135deg,
      #191919 0%,
      #1e1921 25%,
      #1b191b 50%,
      #2a2817 75%,
      #25172c 100%);
  position: relative;
}


.About-area-section {
  position: relative;
  /* padding-top: 20px; */
  /* background-color: rgba(255, 0, 0, 0.788); */
  padding: 20px 10px;
}


.shape-1-set {
  right: 0px;
  top: 0px;
  z-index: -1;
}


.About-exprience-wrap {

  width: 100%;
  /* padding: 10px; */
  /* background-color: #FFE600; */
  position: relative;
  /* height: 40vh; */
}

.About-exprience {
  background: linear-gradient(180deg, #2E2C1F 0%, #1B1B19 100%);
  border-radius: 10px;
  padding: 50px;
  max-width: 350px;
  text-align: center;
  padding-bottom: 180px;
}


.About-exprience h2 {
  font-size: 14rem;
  color: yellow;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}

.About-exprience p {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: .7px;
}

.client {
  max-width: 300px;
  border-radius: 12px;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  bottom: 40px;
  right: 10px;
  background:
    linear-gradient(#2d2b1f, #2d2b1f) padding-box,
    /* andar ka bg color */
    linear-gradient(90deg, #939393 0%, rgba(28, 26, 26, 0.3) 100%) border-box;
  /* border gradient */
  border: 3px solid transparent;
  /* Border width control */
}


.client h3 {
  font-size: 4rem;
  color: #59C378;
}

.client p {
  font-size: 1.7rem;
  font-weight: 500;
  margin-top: 5px;
  color: floralwhite;
  text-transform: capitalize;
}

.About-content {
  width: 100%;
  /* background-color: aqua; */
  padding: 20px;
  padding-left: 40px;

}

.Heading_about {
  /* background-color: teal; */
  padding: 20px 0px;
  color: #fff;
}

.Heading_about h2 {
  font-size: 4.5rem;
  font-weight: 700;
  font-family: 'Futura PT', sans-serif;
}

.Heading_about p {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 20px;
}

.About-funfact-skill {
  /* background-color: violet; */
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  /* gap: 40px; */
  justify-content: space-between;
}

.About-funfact-skill .Skill_grid {
  background: linear-gradient(180deg, rgba(255, 230, 0, 0.6) 0%, rgba(31, 30, 28, 0.6) 67.59%);
  border-radius: 12px;
  margin-bottom: 10px;
  margin-bottom: 40px;

}

.About-funfact-skill .Skill_grid:nth-child(2) {
  background: linear-gradient(180deg, rgba(89, 195, 120, 0.6) 0%, rgba(31, 30, 28, 0.6) 67.59%);
}

.About-funfact-skill .Skill_grid:nth-child(2) .grid-inner {
  color: #59C378 !important;
}


.About-funfact-skill .Skill_grid:nth-child(3) {
  background: linear-gradient(180deg, rgba(221, 88, 79, 0.6) 0%, rgba(31, 30, 28, 0.6) 67.59%);
}

.About-funfact-skill .Skill_grid:nth-child(3) .grid-inner {
  color: #DD584F !important;
}


.About-funfact-skill .Skill_grid:nth-child(4) {
  background: linear-gradient(180deg, rgba(255, 154, 0, 0.6) 0%, rgba(31, 30, 28, 0.6) 67.59%);
}

.About-funfact-skill .Skill_grid:nth-child(4) .grid-inner {
  color: #FF9A00 !important;
}

.About-funfact-skill .Skill_grid:nth-child(5) {
  background: linear-gradient(180deg, rgba(0, 169, 255, 0.6) 0%, rgba(31, 30, 28, 0.6) 67.59%);
}

.About-funfact-skill .Skill_grid:nth-child(5) .grid-inner {
  color: #00A9FF !important;
}


.About-funfact-skill .Skill_grid:nth-child(6) {
  background: linear-gradient(180deg, rgba(158, 0, 255, 0.6) 0%, rgba(31, 30, 28, 0.6) 67.59%);
}

.About-funfact-skill .Skill_grid:nth-child(6) .grid-inner {
  color: #AD00FF !important;
}

.Skill_grid .grid-inner {
  background: #1F1E1D;
  margin: 3px 3px 0 3px;
  padding: 38px;
  border-radius: 12px;
  font-size: 1.7rem;
  font-weight: 500;
  color: yellow;
  letter-spacing: .8px;
  text-align: center;

}

.grid-inner h3 {
  font-size: 3.4rem;
  color: #fff;
  margin-left: 6px;
  margin-bottom: 10px;
  /* background-color: red; */
}


/* .Popular-Services */
.Popular-Services {
  position: relative;
  background-color: #222121;
}


.servies-section-title {
  text-align: center;
  padding: 10px;
  padding-top: 30px;
  position: relative;
  /* overflow: hidden; */
}

.ab-Shape_services {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, #FFE500 0%, transparent 70%);
  opacity: 0.3;
  filter: blur(100px);
  position: absolute;
  top: -70px;
  left: -100px;

}

.servies-section-title h2 {
  font-size: 5rem;
  color: #D8D8D8;
  letter-spacing: .6px;
  font-weight: 700;
}

.servies-section-title p {
  font-size: 1.8rem;
  letter-spacing: .6px;
  color: #D8D8D8;
  margin: 20px 0px;
}

.nav_tabs {
  width: 100%;
  /* background-color: #AD00FF; */
  /* margin-bottom: 40px; */
  justify-content: center;
  gap: 30px;
}


.nav_link {
  font-weight: 600;
  font-size: 2.3rem;
  align-items: center;
  color: #fff;
  letter-spacing: .7px;
  width: 230px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 34px;
  background: #373737;
  padding: 0px;
  cursor: pointer;
}

.nav_link_ative {

  border: 2px solid #373737;
  color: yellow;
  background-color: transparent;

}



.Web-service-item {
  background: #232221;
  border: 2px solid #373737;
  border-radius: 12px;
  text-align: center;
  padding: 50px 40px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Web-service-item .web_icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  background-color: #373737;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Web-service-item:hover .web_icon {
  background-color: #59C378;
}


.Web-service-item .web_icon i {
  font-size: 40px;
  color: #FFE600;
}

.Web-service-item:hover .web_icon i {
  color: #fff !important;
}

.Web-service-item h2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  color: #fff;

}


.Web-service-item p {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #fff;
}

.web-leran-More {
  margin-top: 10px;
  color: #fff;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  gap: 2px;
  font-weight: 500;
  padding: 3px;
  text-transform: capitalize;
  transition: .2s all;
}


.web-leran-More i {
  margin-top: 4px;
  color: #fff;
  font-size: 15px;
  margin-right: 10px;
  transition: .2s all;

}

.web-leran-More:hover,
.web-leran-More:hover i {
  color: yellow;
}


.My-Work-Experience {

  background: radial-gradient(circle at center, rgba(100, 0, 0, 0.322) 0%, rgba(0, 0, 0, 1) 60%);
  background-color: #1D1A1A;
  /* fallback color */
  margin-top: 30px;
}




.wpo-work-wrap {
  margin-top: 25px;
  /* background-color: red; */
  padding: 10px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.wpo-work-item {
  padding: 23px 10px;
  background: #282828;
  border-radius: 8px;
  position: relative;
  border: 1px solid transparent;
}

.wpo-work-item:hover {

  border: 1px solid #494949;
}

.wpo-work-item .Experience_onOrder {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 5px;
}

.wpo-work-item .Experience_onOrder .Experience_date {
  font-weight: 700;
  font-size: 3rem;
  color: #fff;
  flex-basis: 20%;
  display: flex;
  align-items: center;
}

.wpo-work-item .Experience_onOrder .Experience_Logo {
  width: 65px;
  height: 65px;
  /* background-color: red; */
  /* padding: 10px; */
}

.wpo-work-item .Experience_onOrder .Experience_Logo img {
  width: 100%;
  height: 100%;
}

.wpo-work-item .Experience_onOrder .Experience_position {
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 29px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.wpo-work-item ul .Experience_position span {
  font-size: 15px;
  color: #DD584F;
}

/* .planing_price */
.Pricing-Plan {
  padding: 40px 0px;
  background: radial-gradient(circle, rgba(150, 150, 0, 0.15) 0%, rgba(25, 25, 25, 1) 60%);
  background-color: #191919;

}

.planing_price {
  width: 100%;
  /* background-color: red; */
  padding: 10px;
  margin-bottom: 20px;

}

.wpo-pricing-item {
  background-color: #262626;
  text-align: center;
  padding: 0px 30px;
  border-radius: 10px;
}

.wpo-pricing-top {
  /* background-color: #00A9FF; */
  text-align: center;

}

.pricing-thumb {
  display: inline-block;
  font-size: 1.7rem;
  padding: 3px 30px 5px;
  background: #59C378;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: fit-content;
  color: #Fff;
  font-weight: 500;
  letter-spacing: .6px;
}

.wpo-pricing-text {
  margin-top: 30px;
}

.wpo-pricing-text h2 {
  font-size: 4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  text-transform: capitalize;
  font-family: "Jost", sans-serif;
  margin-top: 20px;

}

.wpo-pricing-text h2 span {
  font-weight: 500;
  color: #D8D8D8;
  font-size: 1.6rem;
}


.wpo-pricing-text p {
  padding-bottom: 20px;
  max-width: 270px;
  margin: 0 auto;
  border-bottom: 1px solid #496451;
  color: #D8D8D8;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 25px;
}

.wpo-pricing-bottom {
  /* background-color: springgreen; */
  /* margin-top: 10px; */
  padding: 30px 0px;
}

.wpo-pricing-bottom-text ul {
  min-height: 230px;
  max-height: 250px;
  overflow-y: auto;
  /* background-color: red; */
  text-align: start;
  padding-left: 35px;
}


.wpo-pricing-bottom-text ul li {
  list-style: circle;
  padding-left: 10px;
  color: #D8D8D8;
  padding-bottom: 15px;
  font-size: 1.6rem;
  font-weight: 500;
}

.wpo-pricing-bottom-text ul li::marker {
  color: #59C378;
  /* bullet ka color */
}

.CHOOSE-PLAN-BTN {
  display: inline-block;
  position: relative;
  padding: 10px 25px;
  border: 1px solid #496451;
  text-transform: uppercase;
}

.CHOOSE-PLAN-BTN a {
  font-size: 16px;
  color: #59C378;
  font-weight: 500;
}


.about-widget-footer {
  /* background-color: #AD00FF; */
  padding-right: 60px;
}


.footer_logo {
  /* background-color: red; */
  padding: 10px 0px;

}

.footer_logo a h2 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.footer_logo a h2 span {
  color: red;
}

.about-widget-footer p {
  font-size: 1.6rem;
  color: #fff;
  font-family: "Inter", sans-serif;

  letter-spacing: .6px;
  margin: 30px 20px 0px 0px;
}

.social-media-icons {
  /* background-color: violet; */
  display: flex;
  align-items: center;
}

.link-widget {
  /* background-color: thistle; */
  padding: 10px;
}

.widget-title h3 {
  font-size: 2.4rem;
  text-transform: capitalize;
  margin-bottom: 50px;
  color: #fff;
}

.link-widget ul {
  /* background-color: slategrey; */
}

.link-widget ul li {
  /* background-color: #191919; */
  padding: 5px;
  margin-top: 5px;
  position: relative;
}

.link-widget ul li {
  /* background: brown; */
  position: relative;
  /* width: 100%; */
}

.link-widget ul li::before {
  content: "";
  width: 6px;
  background-color: yellow;
  height: 2px;
  position: absolute;
  left: 0px;
  top: 50%;
}

.link-widget ul li a {
  padding-left: 17px;
}

.link-widget ul li a {
  color: #fff;
  font-size: 1.6rem;
}

.link-widget ul li:hover a {
  color: #59C378;
}

.Sent-Email {
  background-color: steelblue;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #232925;
  /* padding-right: 20px; */
  gap: 10px;

}

.Must--explain {
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: .6px;

}

.Sent-Email input {
  background-color: #232925;

  /* height: 50px; */
  color: #fff;
  padding: 6px 15px;
  border: 1px solid #222623;
  box-shadow: none;
  font-size: 1.6rem;
  width: 190px;
}

.Sent-Email i {
  color: #fff;
  font-size: 22px;
  margin-right: 20px;
  cursor: pointer;
}

footer {
  background: radial-gradient(circle at center,
      rgba(89, 195, 120, 0.25) 0%,
      /* center green glow */
      rgba(89, 195, 120, 0.1) 20%,
      /* softer green */
      rgba(0, 0, 0, 0.9) 70%,
      /* dark fade */
      #000000 100%
      /* solid black background */
    );
}

.footer-row {
  padding: 15px;
  padding-top: 35px;
}

.lower-footer {
  background-color: black;
}

.footerLast-text {
  /* padding: 8px 0px; */
  border-top: 1px solid #ccc;
}

.footerLast-text p {
  font-size: 1.4rem;
  color: #ccc;
  text-align: center;
  margin-top: 12px;
  letter-spacing: .5px;


}






/* contact work */
.established_Question {
  background: linear-gradient(135deg, #0f241b 0%, #0a0a0a 100%);
}

.Have-Any-Question h2 {
  margin-top: -10px;
  font-size: 4rem;
}

.Have-Any-Question p {
  font-size: 1.6rem;
}

.contact_work_from {
  padding: 10px;
  /* background-color: red; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.wpo-contact-form-area {
  padding: 50px;
  background: #22212149;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding-bottom: 20px;
  width: 900px;
  border-radius: 10px;
}

.top_input {
  padding: 10px;
  /* background-color: violet; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}

.top_input input {
  width: 47%;
  padding: 5px;
  font-size: 1.6rem;
  padding-left: 25px;
  border: 1px solid #363636;
  color: #D8D8D8;
  background-color: transparent;
  height: 45px;
  margin: 10px 0px;
  outline: none;
}

.top_input input:focus {
  border-color: #59C378;
  box-shadow: 0 0 5px #59C378;
}

.form-control {
  width: 47%;
  padding: 5px;
  font-size: 1.6rem;
  padding-left: 25px;
  border: 1px solid #363636;
  color: #D8D8D8;
  background-color: transparent;
  height: 45px;
  margin: 10px 0px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;

}

.form-control:focus textarea:focus {
  border-color: #59C378;
  box-shadow: 0 0 5px #59C378;
}


.top_input textarea {
  /* background-color: red; */
  width: 100%;
  padding: 10px;
  background-color: transparent;
  font-size: 1.6rem;
  color: #fff;
  outline: none;


}

textarea:focus {
  border-color: #59C378;
  box-shadow: 0 0 5px #59C378;
}

.Get-in-Touch {
  background: #222121;
  color: #fff;
  display: inline-block;
  padding: 12px 22px;
  border: 1px solid #59C378;
  border-radius: 55px;
  text-transform: capitalize;
  position: relative;
  font-size: 1.6rem;
  margin-top: 10px;
  font-weight: 500;
}

.Get-in-Touch:hover {
  background-color: #59C378;
  color: #fff;
}