@import url('https://fonts.googleapis.com/css2?family=Aladin&family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');

/* style.css */
body {
  font-family: 'Poppins', sans-serif;
  /* background-color: #1a1a1a; */



}

#bg-animation {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

#bg-animation iframe {
  border: none;
}


/* Scroll bar  Start*/

body {
  --sb-track-color: #232E33;
  --sb-thumb-color: #00d0ff;
  --sb-size: 5px;
  /* transition: .4s ease; */
}

body::-webkit-scrollbar {
  width: var(--sb-size)
}

body::-webkit-scrollbar-track {

  background: var(--sb-track-color);
  border-radius: 3px;
}

body::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #002c361c, #00d0ff);
  /* background: var(--sb-thumb-color); */
  border-radius: 3px;

}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}


/* Scroll bar  Ends*/


a {
  text-decoration: none;
}

/* logo section  */
.logo {
  font-size: 2rem;
}

.logo-a {
  /* color: #ff4757;  */
  color: #00C9FF;
}

.hero-section {
  /* background-color: #1a1a1a; */
  color: white;
}

.lead {
  font-size: 18px;
}

.image-container {
  position: relative;
}

.animate-image {
  animation: upDown 2s infinite;
}

@keyframes upDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

.text-danger {
  color: #00C9FF;
  font-size: 3rem;
}

.text-animation {
  font-weight: bold;
  font-size: 1.2rem;
  /* color: #ff4757; */
  color: #00C9FF;
}

/* Dark Mode */
body.dark-mode {
  background-color: #121212;
  color: white;
}

.mynavbar {
  position: fixed;
  border-bottom: 1px solid #80808050;
  backdrop-filter: blur(10px);
  width: 100%;
  z-index: 1;
}

.margin-botom {
  margin-top: -30px;
}


body.dark-mode .navbar {
  border-bottom: 2px solid;
  /* position: fixed; */
  /* background-color: #333; */
  background-color: #3333331a;
  backdrop-filter: blur (10px);
}

body.dark-mode .btn-outline-light {
  border-color: white;
  color: white;
}

body.dark-mode .btn-outline-light:hover {
  background-color: white;
  color: #121212;
}

/* style.css */
body {
  font-family: 'Poppins', sans-serif;
}

.hero-section {
  /* height: 100vh; */
  /* background-color: #1a1a1a; */
  color: white;
}

.marfin-top {
  margin-top: 80px;
}

.image-container {
  position: relative;
}

.animate-image {

  animation: upDown 2s infinite;
}

.animate-image img {


  animation: upDown 2s infinite;
}

@keyframes upDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

.text-animation {
  font-weight: bold;
  font-size: 3rem;
  /* color: #ff4757; */
  color: #00C9FF;
}

.text-animation1 {
  font-weight: bold;
  font-size: 3rem;
  color: #ffffff;
}

/* Dark Mode */
body.dark-mode {
  /* background-color: #121212; */
  color: white;
}

body.dark-mode .navbar {
  /* position: fixed; */
  /* background-color: #333; */
  background-color: #3333331a;
  backdrop-filter: blur (10px);
}

body.dark-mode .btn-outline-light {
  /* border-color: white; */
  border-color: #00C9FF;
  color: white;
}

body.dark-mode .btn-outline-light:hover {
  background-color: white;
  color: #121212;
}



/* Responsive Design */
@media (max-width: 991px) {

  /* For screens smaller than 992px */
  .hero-section .row {

    flex-direction: column-reverse;
    /* Image above text */
  }

  .text-animation {

    font-size: 2.5rem;

  }

  .image-container {
    margin-bottom: 10px;

  }

}

@media (min-width: 992px) {

  /* For larger screens */
  .hero-section .row {
    flex-direction: row;
    /* Image beside text */
  }
}



/* Social media links  Start*/
.social-media {
  font-size: 25PX;
  justify-content: center;
  text-align: center;
  color: #00C9FF;
  width: 40PX;
  height: 40PX;
  padding: 5PX;
  border: 2px solid #00C9FF;
  border-radius: 50%;
  transition: 0.4s;
}

.social-media:hover {
  color: white;
  background-color: #00C9FF;
  box-shadow: 0 0 20px #00C9FF, 0 0 40px #00C9FF;
}

/* Social media links Ends */

/* ================About Me Start ============= */
.profile-img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 10px;
}

.modal-img {
  max-width: 100%;
  height: auto;
}

.custom-btn {
  /* background-color: #ff4757; */
  background-color: #00C9FF;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom-btn:hover {
  /* background-color: #ff6b81; */
  background-color: #00c8ffe3;
  color: white;
}

.about-section {
  /* background-color: #222222; */
  color: white;
  padding: 2rem 0;
}

.highlight {
  /* color: #ff4757; */
  color: #00C9FF;
}

/* ================About Me Ends============= */

/* =============Service Start============= */
.services-heading {
  text-align: center;
  margin-bottom: 3rem;
  color: white;
}

.services-heading h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

.services-heading h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.highlight {
  /* color: #ff4757; */
  color: #00C9FF;
}

.service-card {
  color: #ffffff;
  /* background-color: #1e2130; */
  background-color: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 2rem;
  height: 100%;
  transition: transform 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: .5s;
}

.service-card:hover {
  background: linear-gradient(205deg, #00C9FF, #017494);
  color: #232E33;
  transform: translateY(-10px);
  /* box-shadow: 0 0 10px #00C9FF; */
  border: 1px solid #00C9FF;
  /* transition: .4s; */
}

.read-more-btn:hover {
  background: #121212;
  color: ;
  transform: translateY(-10px);
  /* box-shadow: 0 0 10px #00C9FF; */
  border: 1px solid #00C9FF;
}

.service-img {
  width: 200px;
  height: 200px;
  margin: 0 auto 1.5rem;
  display: block;
}

.service-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}

.service-description {
  text-align: center;
  margin-bottom: 1.5rem;
  /* color: #a4b0be; */
}

.read-more-btn {
  /* background-color: #ff4757; */
  background-color: #00C9FF;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 5px;
  transition: all 0.3s;
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.read-more-btn:hover {
  /* background-color: #ff6b81; */
  background-color: #121212;

  color: white;
}

.add-service-card {
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px dashed rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}

.add-service-card:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.add-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

/* =============Service Ends============= */

/* ===================Why Choose Me Start =========================== */
.section-heading {
  text-align: center;
  margin-bottom: 3rem;
  color: #ffffff;
}

.section-heading h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

.highlight {
  /* color: #ff4757; */
  color: #00C9FF;
}

.process-card {
  /* background-color: #1e2130; */
  background-color: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 2rem;
  height: 100%;
  text-align: center;
  transition: transform 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.process-card:hover {
  transform: translateY(-10px);
}

.process-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 1.5rem;
  display: block;
}

.process-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: white;
}

.process-description {
  color: #a4b0be;
  font-size: 0.95rem;
  line-height: 1.6;
}

.process-card.first-row {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .process-card {
    margin-bottom: 1.5rem;
  }

  .Gallary {
    display: block;
  }

}

/* ===================Why Choose Me Ends =========================== */


/* ======================How We Work Start============================= */
.section-heading {
  text-align: center;
  /* margin-bottom: 4rem; */
}

.section-heading h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

.highlight {
  /* color: #ff4757; */
  color: #00C9FF;
}

.work-step {
  text-align: center;
  position: relative;
  padding: 1rem;
}

.work-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 30%;
  right: -10%;
  width: 20%;
  height: 2px;
  /* background: #ff4757; */
  background: #00C9FF;
  transform: translateY(-50%);
}

@media (max-width: 992px) {
  .work-step:not(:last-child)::after {
    display: none;
  }
}

.step-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem;
  background-color: #1e2130;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.step-icon img {
  width: 40px;
  height: 40px;
}

.work-step:hover .step-icon {
  transform: scale(1.1);
  /* background-color: #ff4757; */
  background-color: #00C9FF;
}

.step-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 1rem;
  color: white;
}

.timeline-wrapper {
  position: relative;
  padding: 2rem 0;
}

.timeline-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(255, 71, 87, 0.2);
  z-index: -1;
}

@media (max-width: 768px) {
  .work-step {
    margin-bottom: 2rem;
  }

  .timeline-line {
    display: none;
  }
}

/* =======================How We Work Ends========================= */


/* ===========================My work start====================== */
#Portfolio {
  margin-top: 80px;
}

.portfolio-section {
  margin-top: 50px;
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}

.section-title>span {
  color: #fc3f5c;
  color: #00C9FF;
}

.section-description {
  text-align: center;
  margin-bottom: 2rem;
  color: #a0a0a0;
}

.filter-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.filter-btn {
  background-color: transparent;
  border: 1px solid #fc3f5c;
  border: 1px solid #00C9FF;
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.filter-btn.active {
  background-color: #fc3f5c;
  background-color: #00C9FF;
}

.filter-btn:hover {
  background-color: #fc3f5c;
  background-color: #00C9FF;
  transform: translateY(-2px);
}

.portfolio-item {
  margin-bottom: 1.5rem;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.portfolio-item.hide {
  transform: scale(0);
  width: 0;
  padding: 0;
  margin: 0;
}

.portfolio-item-inner {
  aspect-ratio: 1;
  background-color: #2a2f4a;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(252, 63, 92, 0.9); */
  background: #00c8ff8e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 1rem;
}

.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-item:hover>img {
  transform: scale(1.1);
}

.portfolio-overlay>h3 {
  color: white;
  margin-bottom: 0.5rem;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.portfolio-overlay>p {
  color: white;
  text-align: center;
  transform: translateY(20px);
  transition: transform 0.3s ease;
  margin: 0;
}

.portfolio-item:hover .portfolio-overlay h3,
.portfolio-item:hover .portfolio-overlay p {
  transform: translateY(0);

}

/* ===========================My work Ends====================== */


/* <!-- =============================number counting animation start=============================== --> */

/* <!-- =============================number counting animation Ends=============================== --> */






/* ==================================Skill Start========================== */
.skills-section {
  /* max-width: 1000px; */
  /* margin: 0 auto; */
  color: #ffffff;
}

.skills-section h1 {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  color: white;

}

.skill-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

.skill-title span {
  /* color: #fc3f5c; */
  color: #00C9FFc;
  text-decoration: underline;
}

.category-title {
  color: #ffffff;
  margin: 2rem 0 1rem;
  font-size: 1.2rem;
}

.skill-icon {
  /* background-color: #2a2f4a; */
  /* border-radius: 10px; */
  /* padding: 1rem; */
  margin-bottom: 1rem;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.skill-icon:hover {
  transform: translateY(-5px);
}

.skill-icon img {
  max-width: 40px;
  max-height: 40px;
}

/* ==================================Skill Ends========================== */





/* ============================Footer start============================= */

/* ============================Footer Ends============================= */






/* 2nd footer start */


/* 2nd footer Ends */



/* profile section start */

/* profile section Ends */


/* scroll to top start */
.scroll-to-top {
  /* position: fixed; */
  bottom: 20px;
  right: 20px;
  background-color: #ff4b5c;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* opacity: 0; */
  /* visibility: hidden; */
  /* transition: all 0.3s ease; */
  /* z-index: 1000; */
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); */
}

/* .scroll-to-top.active { */
/* opacity: 1; */
/* visibility: visible; */
/* } */

.scroll-to-top:hover {
  /* background-color: #ff3344; */
  /* transform: translateY(-3px); */
}

.scroll-to-top i {
  color: white;
  font-size: 20px;
}

/* scroll to top Ends */




/* Image Gallary  Start*/


#gallery {
  display: block;
}

.gallery-image {
  transition: transform 0.3s ease;
}

.gallery-image:hover {
  transform: scale(1.05);
}

/* Image Gallary  Ends*/


#particle-canvas {
  width: 100%;
  height: 100%;
}

/* Right Button Custon POPUP Start*/
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  z-index: 9998;
  display: none;
}

.custom-popup {
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background: #fffbe6; */
  background: #ffc6c6;
  /* border-left: 6px solid #ffc107; */
  border-left: 6px solid #ff0000;
  border-radius: 12px;
  padding: 20px 25px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  text-align: center;
  width: 320px;
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

.custom-popup i {
  font-size: 36px;
  color: #ff9800;
  margin-bottom: 10px;
}

.custom-popup h2 {
  margin: 5px 0;
  font-size: 20px;
  color: #333;
}

.custom-popup p {
  font-size: 14px;
  color: #555;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -60%);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

/* Right Button Custon POPUP ENDS*/

/* For image right click bllock stat */
.custom-alert {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #fff3cd;
      color: #856404;
      border: 1px solid #ffeeba;
      padding: 20px 25px;
      border-radius: 10px;
      font-size: 16px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.25);
      display: none;
      z-index: 9999;
    }
/* For image right click bllock ends */