

@import url("https://fonts.googleapis.com/css2?family=League Spartan:wght@400;500;600;700&family=League Spartan:wght@400;500;700&display=swap");
html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  background-color: #fefffe;
}
html {
  scroll-behavior: smooth;
}

/* custom scroll bar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #fefffe;
}
::-webkit-scrollbar-thumb {
  background: #2b6055;
}

::-webkit-scrollbar-thumb:hover {
  background: #16332d;
}

/* all similar content styling codes */
section {
  padding: 100px 0;
}
.max-width {
  max-width: 1300px;
  padding: 0 80px;
  margin: auto;
}
.about,
.services,
.skills,
.projects,
.contact,
footer {
  font-family: "League Spartan", Poppins;
  line-height: 26px;
}
.about .about-content,
.services .serv-content
/* .skills .skills-content, */
/* .contact .contact-content  */ {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.contact .contact-content {
  /* display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; */
}
section .title {
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 60px;
  padding-bottom: 20px;
  font-family: "League Spartan", Poppins;
  line-height: normal;
}
section .title::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 180px;
  height: 3px;
  background: #111;
  transform: translateX(-50%);
}
section .title::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  font-size: 20px;
  color: #2b6055;
  padding: 0 5px;
  background: #fefffe;
  transform: translateX(-50%);
}

/* navbar styling */
.navbar {
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 30px 0;
  font-family: "League Spartan", Poppins;
  transition: all 0.3s ease;
}
.navbar.sticky {
  padding: 15px 0;
  /* background: #2b6055; */
  background-color: #222;
  background-image: linear-gradient(132deg, #222 0%, #2b6055 100%);
}
.navbar .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .logo a {
  color: #fefffe;
  font-size: 35px;
  font-weight: 600;
}
.navbar .logo a span {
  color: #2b6055;
  transition: all 0.3s ease;
}
.navbar.sticky .logo a span {
  color: #fefffe;
}
.navbar .menu li {
  list-style: none;
  display: inline-block;
}
.navbar .menu li a {
  display: block;
  color: #fefffe;
  font-size: 18px;
  font-weight: 500;
  margin-left: 25px;
  transition: color 0.3s ease;
}
.navbar .menu li a:hover {
  color: #fefffea9;

  /* color: #2b6055; */
  /* text-shadow: 0.25px 0.25px #E0E0E0; */
  /* text-decoration: underline; */
}
.navbar.sticky .menu li a:hover {
  color: #fefffe;
}

/* menu btn styling */
.menu-btn {
  color: #fefffe;
  font-size: 23px;
  cursor: pointer;
  display: none;
}
.scroll-up-btn {
  position: fixed;
  height: 45px;
  width: 42px;
  /* background: #2b6055; */
  background-color: #222;
  background-image: linear-gradient(132deg, #222 00%, #2b6055 100%);
  right: 30px;
  bottom: 10px;
  text-align: center;
  line-height: 45px;
  color: #fefffe;
  z-index: 9999;
  font-size: 30px;
  border-radius: 6px;
  border-bottom-width: 2px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.scroll-up-btn.show {
  bottom: 30px;
  opacity: 1;
  pointer-events: auto;
}
.scroll-up-btn:hover {
  filter: brightness(90%);
}

/* home section styling */

/* home section styling */
/* home section styling */
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.home {
  display: flex;
  /* background: url("mountain-journey.jpg") no-repeat center; */
  background: linear-gradient(
    285deg,
    #274942,
    #354b46,
    #97b1aa,
    #514a53
  ); /* Adjusted gradient colors */
  height: 100vh;
  color: #fefffe;
  min-height: 500px;
  background-size: 600% 600%; /* Adjusted background size */
  animation: gradient-animation 9s ease infinite; /* Applying the animation */
  background-attachment: fixed;
  font-family: "League Spartan", Poppins;
}

.home .max-width {
  width: 100%;
  display: flex;
}
.home .max-width .row {
  margin-right: 0;
}

.home .home-content  {
  margin-top: 70px;
}

.home .home-content .text-1 {
  font-size: 27px;
}
.home .home-content .text-2 {
  /* font-size: 75px; */
  font-size: 216px;
  font-weight: 600;
  margin-left: -3px;
  text-shadow: 2px 2px #111;
}
.home .home-content .text-3 {
  /* font-size: 40px; */
  font-size: 170px;
  /* margin: 5px ; */
  /* margin-left: 400px; */
  /* text-align: right; */
  /* text-shadow: 0.5px 0.5px #E0E0E0; */
  text-shadow: 2px 2px #111;
  font-weight: 600;
}
.home .home-content .text-3 span {
  /* color: #2b6055; */
  text-shadow: 2px 2px #111;
  font-weight: 500;
}

.home {
  img {
    height: 70px;
    width: 70px;
  }
}
.home .home-content a {
  /* background: red; */
  width: 100%;
  /* margin: auto; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* display: inline-block; */
  /* background-color: #222; */
  /* background-image: linear-gradient(132deg, #222 20%, #2b6055 100%); */
  color: #fefffe;
  font-size: 25px;
  padding: 12px 36px;
  margin-top: 20px;
  font-weight: 400;
  border-radius: 6px;
  /* border: 2px solid #2b6055; */
  transition: all 0.3s ease;
}
/* .home .home-content a:hover {
  color: #FEFFFE;
  border: 2px solid #FEFFFE;
  font-size: 28px;
  padding: 10px 26px;
  font-weight: 500;
  background: none;
} */

@keyframes a {
  0% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(360deg);
  }

  0% {
    transform: scale(0.7, 1.3);
  }

  25% {
    transform: scale(1.3, 0.7);
  }

  50% {
    transform: scale(0.7, 1.3);
  }

  75% {
    transform: scale(1.3, 0.7);
  }

  100% {
    transform: scale(1, 1);
  }
}

/* about section styling */
.about .title::after {
  content: "who i am";
}
.about .about-content .left {
  width: 45%;
}
.about .about-content .left img {
  height: 450px;
  width: 400px;
  object-fit: cover;
  border-radius: 6px;
}
.about .about-content .right {
  width: 55%;
}
.about .about-content .right .text {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
.about .about-content .right .text span {
  color: #2b6055;
}
.about .about-content .right p {
  text-align: left;
  line-height: 26px;
  font-size: 18px;
}

/* .about .about-content .right a {
  display: inline-block;
  background-color: #222;
  background-image: linear-gradient(132deg, #222 0%, #2b6055 100%);
  color: #FEFFFE;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 30px;
  margin-top: 20px;
  border-radius: 10px;
  border: 2px solid #2b6055;
  transition: all 0.3s ease;
}
.about .about-content .right a:hover {
  color: #2b6055;
  background: none;
} */

/* services section styling */
.services,
.projects {
  color: #fefffe;
  background: #111;
}
.services .title::before,
.projects .title::before {
  background: #fefffe;
}
.services .title::after,
.projects .title::after {
  background: #111;
  content: "what i do";
}
.services .serv-content .card {
  /* width: calc(45% - 20px); */
  /* background: #222; */
  background-color: #222;
  background-image: linear-gradient(132deg, #222 20%, #2b6055 100%);
  text-align: center;
  border-radius: 6px;
  padding: 50px 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 24px;
  font-size: 18px;
}
.services .serv-content .card:hover {
  background: #2b6055;
}
.services .serv-content .card .box {
  transition: all 0.3s ease;
}
.services .serv-content .card:hover .box {
  transform: scale(1.025);
}
.services .serv-content .card i {
  font-size: 50px;
  color: #2b6055;
  transition: color 0.3s ease;
}
.services .serv-content .card:hover i {
  color: #fefffe;
}
.services .serv-content .card .text {
  font-size: 25px;
  font-weight: 500;
  margin: 20px 0 15px 0;
}

/* skills section styling */

.skills .title::after {
  content: "what i know";
}
.skills .skills-content .column {
  /* width: calc(50% - 30px); */
}
.skills .skills-content .left .text {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}
.skills .skills-content .left p {
  text-align: left;
  font-size: 18px;
}
.skills .skills-content .left a {
  display: inline-block;
  /* background: #2b6055; */
  background-color: #222;
  background-image: linear-gradient(132deg, #222 00%, #2b6055 100%);
  color: #fefffe;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 16px;
  margin-top: 20px;
  border-radius: 6px;
  border: 2px solid #2b6055;
  transition: all 0.3s ease;
}
.skills .skills-content .left a:hover {
  color: #2b6055;
  background: none;
}
.skills .skills-content .right .bars {
  margin-bottom: 15px;
}
.skills .skills-content .right .info {
  display: flex;
  margin-bottom: 5px;
  align-items: center;
  justify-content: space-between;
}

.skills .skills-content .right .row {
  font-size: 15px;
  font-weight: 500;
  /* display: inline; */
}
.divided_content {
  display: flex;
  justify-content: space-between;
}
.skills .skills-content .right span {
  font-weight: 500;
  font-size: 18px;
  display: inline;
  align-items: center;
}

.skill-list {
  padding: 16px;
}

/* .skills .skills-content .right .techs li {
    list-style: none;
    display: inline-block;
} */

/* projects section styling */
.projects .title::after {
  content: "what i have done";
}
.projects p {
  font-size: 18px;
  /* text-align: left; */
}

/* .projects {
  padding: 100px 0 0;
}
.projects .carousel {
  padding: 0 0 100px;
}
#car1 {
  padding: 0 0 60px;
} */
.projects .carousel .card {
  /* background: #222; */
  background-color: #222;
  background-image: linear-gradient(132deg, #222 20%, #2b6055 100%);
  border-radius: 6px;
  padding: 25px 35px;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease;
}
.projects {
}
.projects .carousel .card:hover {
  background: #2b6055;
  /* background-image: url(/baithak.PNG); */
}
.projects .carousel .card .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.projects .carousel .card:hover .box {
  transform: scale(1.05);
}
.projects .carousel .card .text {
  font-size: 25px;
  font-weight: 500;
  margin: 10px 0 7px 0;
}

.projects .carousel .card .box a {
  display: inline-block;
  background: #2b6055;
  color: #fefffe;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 16px;
  margin-top: 20px;
  border-radius: 6px;
  border: 2px solid #2b6055;
  transition: all 0.3s ease;
}
.projects .carousel .card img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #2b6055;
  transition: all 0.3s ease;
}
.projects .carousel .card:hover img {
  border-color: #fefffe;
}
/* .projects{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.projects .view_more a {
  display: inline-block;
  background-color: #222;
  background-image: linear-gradient(132deg, #222 0%, #2b6055 100%);
  color: #FEFFFE;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 30px;
  margin-top: 25px;
  border-radius: 10px;
  border: 2px solid #2b6055;
  transition: all 0.3s ease;
}
.projects .view_more a:hover {
  color: #2b6055;
  background: none;
} */

.owl-carousel {
  padding: 20px 0 0;
}

/* .owl-dots{
    text-align: center;
    margin-top: 20px;
}
.owl-dot{
    height: 13px;
    width: 23px;
    margin: 0 5px;
    outline: none!important;
    border-radius: 50%;
    border: 2px solid #2b6055!important;
    transition: all 0.3s ease;
}
.owl-dot.active{
    width: 35px;
    border-radius: 14px;
}
.owl-dot.active,
.owl-dot:hover{
    background: #2b6055!important;
} */

/* contact section styling */
.contact .title::after {
  content: "get in touch";
}
.contact .contact-content .column {
  width: calc(50% - 30px);
}
.contact .contact-content .text {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  /* color: rgb(43, 96, 85); */
}

.contact .contact-content .text span {
  text-decoration: underline;
  line-height: 1rem;
  color: rgb(43, 96, 85);
}

/* .contact .contact-content  .lastp{
    text-align: center;
    color: #2b6055;
    font-size: 20px;
        font-weight: 600;
} */
.contact .contact-content .icons {
  margin: 10px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.contact .contact-content .row {
  display: flex;
  height: 65px;
}

.contact .contact-content .row i {
  font-size: 30px;
  color: #2b6055;
  display: flex;
  box-sizing: border-box;
  margin: 20px;
  padding: 20px;
  text-align: center;
}
/* .owl-carousel {
  display: block !important;
} */

.lastp {
  text-align: center;
  color: #2b6055;
  font-size: 25px;
  font-weight: 600;
  font-family: "League Spartan", Poppins;
  margin: -50px 25px 100px;
  /* padding: 0 25px 50px; */
}
/* footer section styling */
footer {
  background: #111;
  padding: 15px 23px;
  color: #fefffe;
  text-align: center;
}
footer span a {
  color: #2b6055;
  text-decoration: none;
}
footer span a:hover {
  text-decoration: underline;
}

/* responsive media query start */
@media (max-width: 1104px) {
  .about .about-content .left img {
    height: 550px;
    width: 350px;
  }
}

@media (max-width: 991px) {
  .max-width {
    padding: 0 50px;
  }
}
@media (max-width: 947px) {
  .menu-btn {
    display: block;
    z-index: 999;
  }
  .menu-btn i.active:before {
    content: "\f00d";
  }
  .navbar .menu {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: -100%;
    top: 0;
    background: #111;
    text-align: center;
    padding-top: 80px;
    transition: all 0.3s ease;
  }
  .navbar .menu.active {
    left: 0;
  }
  .navbar .menu li {
    display: block;
  }
  .navbar .menu li a {
    display: inline-block;
    margin: 20px 0;
    font-size: 25px;
  }


  .home .home-content .text-2 {
    font-size: 70px;
  }
  .home .home-content .text-3 {
    font-size: 35px;
  }
  .home .home-content a {
    font-size: 23px;
    padding: 10px 30px;
  }
  .max-width {
    max-width: 930px;
  }
  .about .about-content .column {
    width: 100%;
  }
  .about .about-content .left {
    display: flex;
    justify-content: center;
    margin: 0 auto 60px;
  }
  .about .about-content .left img {
    height: 450px;
  }
  .about .about-content .right {
    flex: 100%;
  }
  .services .serv-content .card {
    /* width: calc(50% - 10px); */
    margin-bottom: 20px;
  }
  .skills .skills-content .column,
  .contact .contact-content .column {
    width: 100%;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 810px) {
 
  .navbar .max-width{
    max-width: 710px;
  }
}
@media (max-width: 690px) {
  .max-width {
    padding: 0 30px;
    
  }
  .navbar .max-width{
    max-width: 510px;
  }
  .home .home-content .text-2 {
    font-size: 60px;
  }
  .home .home-content .text-3 {
    font-size: 32px;
  }
  .home .home-content a {
    font-size: 20px;
  }
  .services .serv-content .card {
    width: 100%;
  }
}

@media (max-width: 500px) {

  .navbar .max-width{
    max-width: 410px;
  }
  .home .home-content .text-2 {
    font-size: 50px !important;
    text-align: center;
  }
  .home .home-content .text-3 {
    font-size: 44px !important;
    text-align: center !important;
  }
  .about .about-content .right .text,
  .skills .skills-content .left .text {
    font-size: 19px;
  }
  .contact .right form .fields {
    flex-direction: column;
  }
  .contact .right form .name,
  .contact .right form .email {
    margin: 0;
  }
  .right form .error-box {
    width: 150px;
  }
  .scroll-up-btn {
    right: 15px;
    bottom: 15px;
    height: 38px;
    width: 35px;
    font-size: 23px;
    line-height: 38px;
  }
  .skills .skills-content .right span {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .skills .skills-content .right span {
    font-size: 10px;
  }
  .skills .skills-content .column,
  .contact .contact-content .column {
    margin-bottom: 0px;
  }
  .contact .contact-content .row i {
    font-size: 20px;
    margin: 10px;
    padding: 10px;
  }
  section {
    padding: 50px 0;
  }
  .lastp {
    font-size: 15px;
    margin: -50px 25px 50px;
    /* padding: 25px; */
  }
}

@media (max-width: 375px) {
  .about .about-content .left img {
    height: 350px;
    width: 280px;
  }
  .home .home-content .text-2 {
    font-size: 48px !important;
  }
  .home .home-content .text-3 {
    font-size: 37px !important;
  }

  .home .home-content img {
    height: 40px;
    width: 40px;
  }

  .home .max-width {
    display: flex;
    flex-direction: column;
  }
  .navbar .max-width{
    max-width: 310px;
  }
}

@media (max-width: 500px) {
  .home .max-width {
    display: flex;
    flex-direction: column;
  }
  .home .home-content img {
    height: 50px;
    width: 50px;
  }
  .home .home-content .text-2 {
    margin: 10px 0;
  }
  .home .home-content .text-3 {
    margin: 10px 0;
  }
}

@media (max-width: 1024px) {
  .home .home-content .text-2 {
    font-size: 150px;
  }
  .home .home-content .text-3 {
    font-size: 140px;
  }
}

@media (max-width: 768px) {
  .home .home-content .text-3 {
    text-align: right;
  }
}
