/* fonts */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=K2D:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

:root {
  --primary-color: #1e1e1e;
  --secondary-color: #fefefe;
}

body {
  background-color: #1e1e1e;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

/* custom scrollbar */

html::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.04);
}

html::-webkit-scrollbar {
  width: 10px;
  background-color: rgba(255, 255, 255, 0.04);
}

html::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #e46400;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
}

img {
  object-fit: cover;
}

h1 {
  font-size: 65px;
  letter-spacing: 0.21px;
  font-weight: 900;
}

h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.12px;
  color: var(--secondary-color);
}

p {
  font-size: 20px;
}

.univ-sub-para {
  color: #707070;
}

.univ-heading-two-bottom {
  margin-bottom: 20px;
}

.container {
  max-width: 1310px !important;
  padding: 0 15px !important;
  margin: 0 auto !important;
  width: 100% !important;
}

/* navbar */
.navbar {
  position: absolute;
  width: 100%;
  top: 41px;
  z-index: 9999;
}

.navbar .nav-wrapper {
  width: 100%;
  justify-content: space-between !important;
}

.nav-wrapper .logo-part .logo-text {
  font-family: "K2D", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.09px;
  background: linear-gradient(90deg, #fa6e00, #e60026);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu-part ul {
  gap: 60px;
}

.menu-part ul li a {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06px;
  color: #959595;
}

.menu-part ul li a.active {
  background: linear-gradient(71deg, #fd6f00, #e46400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu-part ul li a:hover {
  background: linear-gradient(71deg, #fd6f00, #e46400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar .nav-wrapper .nav-btn a {
  padding: 12px 42px;
  background: linear-gradient(71deg, #fd6f00, #e46400);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.048px;
  border-radius: 8px;
  text-transform: capitalize;
  color: var(--secondary-color);
}

.nav-wrapper .logo-part .logo-text {
  height: 45px;
}

.toggler {
  font-size: 30px;
  background: linear-gradient(71deg, #fd6f00, #e46400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: none;
}

.sticky {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #2a2929;
  /* optional for better visibility */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  /* start with no shadow */
  transition: all 0.3s ease-in-out;
  /* smooth transition */
}

/* banner */

.banner {
  background-image: url("../images/banner-main.png");
  /* height: 100vh; */
  padding-top: 85px;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 650px 516px;
}

.banner-left-right-content-wrapper {
  gap: 100px;
}

.banner-content-main .banner-left-text p {
  color: #707070;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.072px;
}

.banner-content-main .banner-left-text p span {
  color: #959595;
  font-size: 28px;
  font-weight: 700;
}

.banner-content-main .banner-left-text h1 {
  background: linear-gradient(71deg, #984300, #fd6f00, #ca5900);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.banner-content-main .banner-left-text .social-icons {
  gap: 20px;
}

.banner-content-main .banner-left-text .social-icons a {
  color: #fff;
  padding: 10px;
  border: 1px solid #707070;
  border-radius: 50px;
}

.banner-content-main .banner-left-text .social-icons a {
  transition: all 0.4s;
}

.banner-content-main .banner-left-text .social-icons a:hover {
  background: #ffffff09;
  transition: all 0.4s;
}

.univ-btn {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06px;
  color: #ffffff;
  padding: 12px 43px;
  border-radius: 8px;
  text-transform: capitalize;
}

.uppper-up-btn a {
  background-color: #fd6f00;
  padding: 13px 15px;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  right: 43px;
  bottom: 35px;
  display: none;
  /* hidden initially */
  z-index: 99999;
  transition: all 0.3s ease;
}

/* Hover effect: lift + shadow + background */
.uppper-up-btn a:hover {
  background-color: #000;
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Arrow spins continuously on hover */
.uppper-up-btn a:hover i {
  animation: spin 1s linear infinite;
}

/* Arrow spins continuously on hover */
.uppper-up-btn a:hover i {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.banner-left-text .btn-wrapper .first-btn a {
  background: linear-gradient(71deg, #fd6f00, #e46400);
}

.banner-left-text .btn-wrapper {
  gap: 24px;
  padding-top: 40px;
}

.banner-left-text .btn-wrapper .second-btn a {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06px;
  color: #ffffff;
  padding: 12px 43px;
  border-radius: 8px;
  text-transform: capitalize;
  border: 1px solid #959595;
}

.banner-left-text .btn-wrapper .second-btn a {
  transition: all 0.4s;
}

.banner-left-text .btn-wrapper .second-btn a:hover {
  background: #ffffff09;
  transition: all 0.4s;
}

.banner-left-text .items-wrapper {
  display: flex;
  padding-top: 40px;
  background-color: rgba(255, 255, 255, 0.04);
  width: 100%;
  border-radius: 8px;
  justify-content: space-between;
  padding: 24px 65px;
  margin-top: 60px;
}

.banner-left-text .items-wrapper h5 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.072px;
  color: #fd6f00;
}

.banner-left-text .items-wrapper p {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06px;
  color: #dfdfdf;
}

.items-one-after-line {
  position: relative;
}

.items-one-after-line::after {
  content: "";
  height: 77px;
  width: 1px;
  background-color: #959595;
  position: absolute;
  top: 3px;
  left: 185%;
}

.banner-content-main .my-image img {
  width: 500px;
  height: 650px;
}

/* portfolio-sec-two */
.portfolio-sec-two {
  padding-top: 45px;
  padding-bottom: 75px;
  margin-top: -23px;
}

.portfolio-sec-two .items-wrapper .item {
  background-color: rgba(255, 255, 255, 0.04);
  padding: 30px 39px;
  border-radius: 24px;
}

.portfolio-sec-two .items-wrapper .item:hover {
  box-shadow: -4px 6px 26px 1px rgba(228, 100, 0, 0.09);
  -webkit-box-shadow: -4px 6px 26px 1px rgba(228, 100, 0, 0.09);
  -moz-box-shadow: -4px 6px 26px 1px rgba(228, 100, 0, 0.09);
}

.portfolio-sec-two .items-wrapper .item {
  text-align: center;
  transition: all 0.4s;
}

.portfolio-sec-two .items-wrapper .item:hover {
  transform: translateY(-3px);
  transition: all 0.4s;
}

.portfolio-sec-two .items-wrapper .item img {
  height: 55px;
  width: 58px;
  display: block;
  margin: 0 auto;
}

.portfolio-sec-two .items-wrapper .item h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.072px;
  line-height: 160%;
  color: #fd6f00;
  margin-bottom: 15px;
}

.portfolio-sec-two .items-wrapper .item p {
  color: #575757;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06px;
  line-height: 160%;
}

.portfolio-sec-two .row {
  --bs-gutter-x: 25px;
  --bs-gutter-y: 25px;
}

.portfolio-sec-two .items-wrapper {
  padding-top: 50px;
}

/* portfolio-sec-three */

.portfolio-sec-three {
  padding-top: 47px;
  padding-bottom: 75px;
}

.portfolio-sec-three .section-wrapper {
  padding-top: 50px;
  margin-top: -70px;
}

.portfolio-sec-three .section-wrapper .about-wrapper {
  gap: 40px;
}

.portfolio-sec-three .section-wrapper .about-wrapper p {
  font-weight: 500;
  color: #959595;
  line-height: 190%;
}

.portfolio-sec-three .right-ceontent .about-btn {
  margin-top: 50px;
}

.portfolio-sec-three .right-ceontent .about-btn a {
  background: linear-gradient(71deg, #fd6f00, #e46400);
}

.portfolio-sec-three .skill-wrapper .progresses {
  transform: rotate(-90deg);
}

.portfolio-sec-three .skill-wrapper circle {
  fill: none;
  stroke-width: 12;
  r: 60;
  cx: 70;
  cy: 70;
}

.portfolio-sec-three .skill-wrapper {
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  padding-top: 60px;
}

.portfolio-sec-three .skill-wrapper .bg {
  stroke: #333;
  opacity: 0.3;
}

.portfolio-sec-three .skill-wrapper .meter {
  stroke: #fd6f00;
  stroke-linecap: round;
  transition: stroke-dashoffset 1s ease;
  stroke-dasharray: 377;
  /* 2 * π * r (2*3.14*60) */
  stroke-dashoffset: calc(377 - (377 * 100) / 100);
  /* 85% progress */
}

.portfolio-sec-three .skill-wrapper .item {
  width: 18%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.portfolio-sec-three .skill-wrapper .label h4 {
  font-size: 30px;
  font-weight: 700;
  background: linear-gradient(71deg, #fd6f00, #e46400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.portfolio-sec-three .skill-wrapper .label {
  padding-top: 20px;
  text-align: center;
}

.portfolio-sec-three .skill-wrapper .label h5 {
  font-size: 20px;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase;
}

.portfolio-sec-three .skill-wrapper .main-box i {
  color: #959595;
  font-size: 40px;
}

.portfolio-sec-three .skill-wrapper .main-box {
  width: 130px;
  position: relative;
}

.portfolio-sec-three .skill-wrapper .main-box i {
  position: absolute;
  /* height: 100%; */
  left: 51%;
  top: 34%;
  transform: translateX(-51%);
  width: 100%;
}

.portfolio-sec-three .skill-wrapper .fa-js {
  margin-top: 19px;
}

.portfolio-sec-three .section-wrapper .about-img img {
  height: 700px;
  width: 450px;
}

/* portfolio-sec-four */

.portfolio-sec-four {
  padding-top: 35px;
  padding-bottom: 75px;
}

.portfolio-sec-four ul {
  display: flex;
  gap: 25px;
}

.portfolio-sec-four .btn-wrapper-main {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.portfolio-sec-four ul li a {
  padding: 18px 39px;
  letter-spacing: 0.048px;
  font-weight: 700;
  line-height: 160%;
  color: #c6c6c6 !important;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.08);
  text-transform: capitalize;
  cursor: pointer;
}

.portfolio-sec-four ul li a:hover {
  background: linear-gradient(71deg, #fd6f00, #e46400);
  color: #fff !important;
}

.portfolio-sec-four .items-wrapper figcaption {
  background-color: #2e2e2e;
  padding: 11px 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.portfolio-sec-four .items-wrapper .item {
  position: relative;
}

.portfolio-sec-four .items-wrapper figcaption {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.portfolio-sec-four .items-wrapper .item img {
  border-radius: 16px;
  width: 415px;
  height: 415px;
}

.portfolio-sec-four .items-wrapper figcaption h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.048px;
  /* background: linear-gradient(71deg, #FD6F00, #E46400); */
  /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  color: #c6c6c6;
}

.portfolio-sec-four .items-wrapper figcaption {
  background-color: #2e2e2e;
  padding: 25px 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  position: absolute;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  max-height: 40px;
  /* only show h5 by default */
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.portfolio-sec-four .items-wrapper figcaption h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.006px;
  margin-top: -16px;
  text-transform: capitalize;
}

.portfolio-sec-four .items-wrapper figcaption p {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: #959595;
  opacity: 0;
  transition: opacity 0.4s ease;
  line-height: 23px;
}

.portfolio-sec-four .items-wrapper .item:hover figcaption {
  max-height: 50%;
  /* expand to half of the card height */
  padding: 26px 16px 16px 16px;
}

.portfolio-sec-four .items-wrapper .item:hover figcaption p {
  opacity: 1;
}

.portfolio-sec-four .items-wrapper {
  padding-top: 40px;
}

.portfolio-sec-four .items-wrapper .row {
  --bs-gutter-x: 17px;
  --bs-gutter-y: 7px;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

/* portfolio-sec-five */
.contact {
  padding-top: 20px;
  padding-bottom: 95px;
}

.contact .contact-form-wrapper {
  padding-top: 35px;
}

.contact form input,
.contact form textarea {
  display: block;
  width: 100%;
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.04);
  outline: none;
  border: 0;
  padding: 14px;
  border-radius: 8px;
  margin-bottom: 25px;
}

.contact form textarea {
  height: 162px;
}

.contact form input::placeholder,
.contact form textarea::placeholder {
  color: #959595;
  text-transform: capitalize;
}

.contact form input {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.48px;
  color: #959595;
}

.contact form textarea {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.48px;
  color: #959595;
}

.contact form input:focus,
.contact form textarea:focus {
  border: 1px solid #e46400;
}

.contact form input[type="submit"] {
  background: linear-gradient(71deg, #fd6f00, #e46400);
  padding: 9px 40px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #fefefe;
  border: 0;
  outline: none;
  border-radius: 8px;
  width: auto;
  /* margin-right: 0; */
}

.contact form .input-btn-wrapper {
  display: flex;
  justify-content: flex-end;
}

/* footer */
footer {
  background-color: rgba(255, 255, 255, 0.04);
  padding-top: 40px;
  padding-bottom: 5px;
}

.footer-content .footer-logo {
  text-align: center;
}

.footer-content .footer-logo .footer-text {
  font-family: "K2D", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.09px;
  background: linear-gradient(90deg, #fa6e00, #e60026);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 25px;
}

.footer-menu {
  display: flex;
  justify-content: center;
}

.footer-menu ul {
  display: flex;
  gap: 60px;
  padding-bottom: 25px;
}

.footer-menu ul li a {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06px;
  color: #959595;
}

.footer-menu li a:hover {
  background: linear-gradient(71deg, #fd6f00, #e46400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-content .social-icons ul {
  gap: 20px;
  display: flex;
  justify-content: center;
}

.footer-content .social-icons ul li a {
  color: #fff;
  padding: 10px;
  border: 1px solid #707070;
  border-radius: 50px;
}

.footer-content .social-icons ul li a {
  transition: all 0.4s;
}

.footer-content .social-icons ul li a:hover {
  background: #ffffff09;
  transition: all 0.4s;
}

.footer-content-main .contact-details {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 40px;
  padding: 25px 0;
}

.footer-content-main .contact-details p a {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #959595;
}

.footer-content .copyright p {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.48px;
  color: #707070;
  position: relative;
}

.footer-content .copyright p::after {
  content: "";
  height: 1px;
  width: 74%;
  background-color: #fefefe;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}

/* responsive */
/* responsive */
/* responsive */

.logo-part {
  display: flex;
  align-items: center;
}

p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1399px) {
  .banner-left-right-content-wrapper {
    gap: 82px;
  }

  .banner-content-main .my-image img {
    display: block;
    margin: 0 auto;
  }

  .banner-content-main .my-image img {
    display: block;
    margin: 0 auto;
    width: 440px;
    height: 574px;
  }

  .portfolio-sec-three .section-wrapper .about-img img {
    height: 624px;
    width: 450px;
  }

  .portfolio-sec-three .section-wrapper {
    padding-top: 50px;
    margin-top: -39px;
  }
}

@media screen and (max-width: 1199px) {
  /* banner */

  .portfolio-sec-two {
    padding-top: 45px;
    padding-bottom: 75px;
    margin-top: -25px;
  }

  .portfolio-sec-three .section-wrapper {
    padding-top: 90px;
  }

  .banner-content-main .my-image img {
    display: block;
    margin: 0 auto;
    width: 380px;
    height: 500px;
  }

  .portfolio-sec-three .section-wrapper {
    padding-top: 50px;
    margin-top: -25px;
  }
}

@media screen and (max-width: 1024px) {
  .items-one-after-line::after {
    top: 1px;
    left: 133%;
  }
}

@media screen and (max-width: 991px) {
  /* navbar */
  .toggler {
    display: block;
  }

  .navbar {
    padding-top: 8px;
    padding-bottom: 16px;
    background-color: #2a2929;
    top: 0;
  }

  .navbar .nav-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
  }

  .menu-part ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-part ul {
    gap: 15px;
  }

  .nav-wrapper .logo-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .nav-wrapper .nav-btn a {
    padding: 12px 30px !important;
  }

  .nav-wrapper .nav-btn {
    position: absolute;
    top: 22px;
    right: 61px;
  }

  .menu-part ul {
    padding-top: 5px;
  }

  .navbar .menu-part {
    display: none;
  }

  .d-block {
    display: block;
  }

  /* banner */
  .banner {
    background-image: url(../images/banner-main.png);
    padding-top: 150px;
  }

  .banner-left-right-content-wrapper {
    gap: 75px;
  }

  .banner-left-text .items-wrapper {
    width: 74%;
  }

  .items-one-after-line::after {
    left: 158%;
  }

  h1 {
    font-size: 60px;
  }

  .banner .my-image {
    margin-top: -30px;
  }

  .banner-content-main .banner-left-text h1 {
    margin-bottom: 25px;
    margin-top: 11px;
  }

  .banner-left-text .btn-wrapper {
    padding-top: 50px;
  }

  .portfolio-sec-three .section-wrapper .about-img img {
    height: 600px;
    width: 480px;
    margin: 0 auto;
    display: block;
  }

  .portfolio-sec-three .section-wrapper {
    padding-top: 30px;
  }

  .portfolio-sec-three .section-wrapper .about-wrapper p {
    font-weight: 500;
    color: #959595;
    line-height: 190%;
    text-align: center;
  }

  .portfolio-sec-three .right-ceontent .about-btn {
    margin-top: 50px;
    text-align: center;
  }

  .portfolio-sec-three .skill-wrapper {
    padding-top: 60px;
  }

  .portfolio-sec-four .items-wrapper .item img {
    width: 100%;
  }

  .portfolio-sec-four .items-wrapper .item:hover figcaption {
    max-height: 80%;
  }

  .portfolio-sec-four ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .portfolio-sec-four ul li {
    margin-top: 20px;
  }

  /* footer */

  .footer-content .footer-logo .footer-text {
    margin-bottom: 15px;
  }

  .footer-menu ul {
    padding-bottom: 30px;
  }

  .footer-content-main .contact-details {
    padding: 28px 0 20px 0;
  }

  footer {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  /* all section padding */
  .banner .my-image {
    margin-top: -60px;
  }

  .portfolio-sec-two {
    margin-top: -45px;
  }

  .portfolio-sec-two {
    padding-bottom: 30px;
  }

  .portfolio-sec-four {
    padding-top: 30px;
  }

  .portfolio-sec-three {
    padding-bottom: 40px;
  }

  .portfolio-sec-four {
    padding-bottom: 50px;
  }

  .contact {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .portfolio-sec-four .btn-wrapper-main {
    padding-top: 15px;
  }

  /* banner-img */
  .banner-content-main .my-image img {
    width: 432px;
    height: 586px;
    display: block;
    margin: 0 auto;
  }

  .portfolio-sec-three .section-wrapper {
    padding-top: 55px;
  }

  .uppper-up-btn a {
    background-color: #fd6f00;
    padding: 11px 13px;
    font-size: 14px;
    color: #fff;
    border-radius: 50%;
    position: fixed;
    right: 15px;
    bottom: 40px;
    display: none;
    z-index: 99999;
    transition: all 0.3s ease;
  }
}

@media screen and (max-width: 768px) {
  .toggler {
    font-size: 28px;
  }

  /* banner */

  h1 {
    font-size: 50px;
  }

  .banner-content-main .banner-left-text p {
    font-size: 21px;
  }

  .banner-content-main .banner-left-text p span {
    font-size: 25px;
  }

  .univ-btn {
    font-size: 18px;
  }

  .banner-left-text .btn-wrapper .second-btn a {
    font-size: 18px;
    padding: 12px 27px;
  }

  .banner-left-text .items-wrapper {
    margin-top: 54px;
    padding: 24px 40px;
  }

  /*  .portfolio-sec-two  */
  .portfolio-sec-two .items-wrapper {
    padding-top: 40px;
  }

  .portfolio-sec-three .section-wrapper .about-img img {
    height: 550px;
    width: 463px;
    margin: 0 auto;
    display: block;
  }

  .portfolio-sec-three .right-ceontent .about-btn a {
    padding: 12px 22px;
  }

  .portfolio-sec-three .section-wrapper .about-wrapper {
    gap: 48px;
  }

  /* portfolio-sec-three */
  .portfolio-sec-three .skill-wrapper .item {
    width: 27%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contact form input[type="submit"] {
    padding: 9px 37px;
    font-size: 18px;
  }

  /* footer */
  .footer-menu ul {
    gap: 36px;
  }

  .footer-content .footer-logo .footer-text {
    margin-bottom: 15px;
  }

  .footer-menu ul {
    padding-bottom: 31px;
  }

  .footer-content-main .contact-details p a {
    font-size: 16px;
  }

  .about-img {
    margin-top: -26px;
  }

  .about-img {
    margin-top: -35px;
  }
}

@media screen and (max-width: 575px) {
  .nav-wrapper .nav-btn a {
    padding: 11px 21px !important;
  }

  .menu-part ul li a {
    font-size: 19px;
  }

  .menu-part ul {
    gap: 13px;
  }

  .nav-wrapper .nav-btn {
    right: 60px;
  }

  .navbar {
    padding-bottom: 15px;
  }

  .banner-left-text .items-wrapper {
    width: 100%;
  }

  .banner-left-text {
    text-align: center;
  }

  .banner-content-main .banner-left-text .social-icons {
    gap: 20px;
    justify-content: center;
  }

  .banner-left-text .btn-wrapper {
    padding-top: 50px;
    justify-content: center;
  }

  .banner-content-main .my-image img {
    width: 354px;
    height: 474px;
  }

  h1 {
    font-size: 45px;
  }

  .banner-content-main .banner-left-text p {
    font-size: 20px;
  }

  .portfolio-sec-three .section-wrapper .about-img img {
    margin: 0 auto;
    display: block;
  }

  .portfolio-sec-three .section-wrapper .right-ceontent p {
    font-size: 18px !important;
  }

  .portfolio-sec-three .skill-wrapper .label h4 {
    font-size: 28px;
  }

  .portfolio-sec-three .skill-wrapper .item {
    width: 41%;
  }

  .portfolio-sec-four ul li a {
    padding: 16px 25px;
  }

  .portfolio-sec-four .btn-wrapper-main {
    padding-top: 9px;
  }

  .portfolio-sec-two .items-wrapper .item h3 {
    font-size: 23px;
  }

  .footer-menu ul li a {
    font-size: 19px;
  }

  .footer-menu ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-menu ul {
    gap: 20px;
  }

  .footer-menu ul li {
    width: 20%;
  }

  .footer-menu ul li {
    width: 26%;
    text-align: center;
  }

  .footer-content-main .contact-details {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 5px;
  }

  .footer-content-main .contact-details {
    padding: 28px 0 27px 0;
  }

  /*all-section-padding*/
  .portfolio-sec-two {
    margin-top: -60px;
  }

  .portfolio-sec-three {
    padding-top: 30px;
  }

  .portfolio-sec-three {
    padding-bottom: 25px;
  }

  .portfolio-sec-four {
    padding-bottom: 30px;
  }

  .contact {
    padding-bottom: 35px;
  }

  .portfolio-sec-three .skill-wrapper {
    padding-top: 40px;
  }

  .portfolio-sec-three .section-wrapper .about-img img {
    height: 550px;
    width: 463px;
    margin: 0 auto;
    display: block;
  }

  .banner-left-right-content-wrapper {
    gap: 65px;
  }

  .uppper-up-btn a {
    background-color: #fd6f00;
    padding: 10px 12px;
    font-size: 14px;
    color: #fff;
    border-radius: 50%;
    position: fixed;
    right: 15px;
    bottom: 57px;
    display: none;
    z-index: 99999;
    transition: all 0.3s ease;
  }
}

@media screen and (max-width: 480px) {
  .banner-left-text .items-wrapper {
    margin-top: 54px;
    padding: 24px 20px;
  }

  h1 {
    font-size: 40px;
  }

  .portfolio-sec-three .section-wrapper .about-img img {
    margin: 0 auto;
    display: block;
    margin-top: -30px;
  }

  .banner-left-text .btn-wrapper {
    gap: 15px;
  }

  .items-one-after-line::after {
    left: 134%;
    top: -4px;
  }

  .banner .my-image {
    margin-top: -40px;
  }

  h2 {
    font-size: 36px;
  }

  .portfolio-sec-three .skill-wrapper .progresses {
    padding: 0 17px;
  }

  .portfolio-sec-three .skill-wrapper .label {
    padding-top: 0px;
    margin-top: -4px;
  }

  .portfolio-sec-three .skill-wrapper .main-box i {
    color: #959595;
    font-size: 33px;
  }

  .portfolio-sec-three .skill-wrapper .label h4 {
    font-size: 27px;
  }

  .portfolio-sec-three .skill-wrapper .label h5 {
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .portfolio-sec-three .skill-wrapper .main-box i {
    top: 38%;
  }

  .portfolio-sec-three .skill-wrapper {
    gap: 20px;
  }

  .footer-menu ul li {
    width: 28%;
  }

  .portfolio-sec-three .skill-wrapper {
    gap: 20px;
    margin-top: -30px;
  }

  .banner {
    padding-top: 110px;
  }

  .toggler {
    font-size: 25px;
  }

  .nav-wrapper .nav-btn {
    right: 52px;
  }

  .banner .my-image {
    margin-top: -70px;
  }

  .portfolio-sec-two {
    margin-top: -60px;
  }

  .univ-heading-two-bottom {
    margin-bottom: 15px;
  }

  .portfolio-sec-four .btn-wrapper-main {
    padding-top: 0px;
  }

  .portfolio-sec-three {
    padding-bottom: 20px;
  }

  .portfolio-sec-four {
    padding-bottom: 23px;
  }

  .portfolio-sec-three .section-wrapper {
    padding-top: 48px;
  }

  .portfolio-sec-three .section-wrapper .about-img img {
    height: 500px;
    width: 460px;
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 394px) {
  .items-one-after-line::after {
    left: 123%;
    top: -4px;
  }

  .univ-btn {
    padding: 12px 39px;
  }

  .banner .my-image {
    margin-top: -65px;
  }

  .portfolio-sec-three .section-wrapper .about-img img {
    margin: 0 auto;
    display: block;
  }

  .footer-menu ul li {
    width: 40%;
  }

  /* banner */

  .banner-content-main .my-image img {
    width: 348px;
    height: 450px;
  }

  .portfolio-sec-three .skill-wrapper {
    padding-top: 27px;
  }

  .portfolio-sec-three .about-wrapper .about-img {
    margin-top: -30px;
  }
}

@media screen and (max-width: 376px) {
  .items-one-after-line::after {
    left: 118%;
    top: -4px;
  }
}

@media screen and (max-width: 370px) {
  .items-one-after-line::after {
    left: 112%;
    top: -4px;
  }
}
