/* Google Font CDN Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Babylonica&family=DM+Serif+Text:ital@0;1&family=Danfo&family=Great+Vibes&family=Italianno&family=Jacquard+12&family=Jersey+10&family=Josefin+Slab:ital,wght@0,100..700;1,100..700&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Lobster&family=Micro+5&family=Oswald:wght@200..700&family=Pacifico&family=Permanent+Marker&family=Playball&family=Playwrite+MX+Guides&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rowdies:wght@300;400;700&family=Shadows+Into+Light&family=Tiny5&display=swap');


.spinner {
  display: none;
  position: fixed;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  text-align: center;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #3498db;
  animation: blink 1.2s infinite ease-in-out;
}

.dot:nth-child(1) {
  animation-delay: 0s;
}

.dot:nth-child(2) {
  animation-delay: 0.3s;
}

.dot:nth-child(3) {
  animation-delay: 0.6s;
}

.dot:nth-child(4) {
  animation-delay: 0.9s;
}

@keyframes blink {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.loading-text {
  font-size: 16px;
  color: #3498db;
  font-weight: bold;
  margin-top: 10px;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
body{
  /* height: 1000px; */
  overflow-x: hidden;
}
  :root {
    --bg: #ffffff;
    --text: #222;
  }

  body.dark {
    --bg: #121212;
    --text: #f5f5f5;
  }
  .title44.darkness{
    color: #000000!important;
    background-color: #ffffff!important;
  }


  
  
  /* .nav-btn.darkness{
        color: #000000!important;
        font-weight: bold;
    background-color: transparent!important;
  } */
  .auto.dark{
    color:  #f5f5f5;
  }
  .title.dark{
    color:  #f5f5f5;
  }
  .titleE1.dark{
    color:  #f5f5f5;
  }
  #clip-text.dark{
    color:  #f5f5f5;
  }
  #clip-text0.dark{
    color:  #f5f5f5;
  }
  #clip-text1.dark{
    color:  #f5f5f5;
  }
  #clip-text00.dark{
    color: #f5f5f5;
  }
  .button-logic.dark{
    color: #fff;
  }
  .move-on.dark{
    background-color: #ffffff;
  }
  .title11.dark{
    color: #f5f5f5;
  }
   .title22.dark{
    color: #f5f5f5;
  }
   .title33.dark{
    color: #f5f5f5;
  }
   .title44.dark{
    color: #000000;
  }
  #skills.dark{
    background-color:var(--bg);
  }
  .label.dark{
    color: #f5f5f5;
  }
  .graduate.dark{
    color: #000000;
  }
  .navbar .menu a.dark{
    color: #ffffff;
  }
   .navbar .media-icons a.dark{
    color: #ffffff;
  }
  body {
    background-color: var(--bg);
    color: var(--text);
    transition: background 0.65s, color 0.3s;
  }

.portfolio{
  /* overflow: hidden; */
  overflow-x: hidden;
  /* padding-top: 15px; */
  }
/* Custom Scroll Bar CSS */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #6e93f7;
    border-radius: 12px;
    transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: #4070f4;
}
 .user-button {
      background: #0066cc;
      color: white;
      padding: 0.5rem 1rem;
      border: none;
      border-radius: 20px;
      cursor: pointer;
    }

    /* Popover styles */
    .user-popover {
      position: fixed; /* Changed from absolute */
      background: white;
      margin-top: 15px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.2);
      border-radius: 15px;
      /* padding: 1rem; */
      display: none;
      z-index: 9999;
      min-width: 250px;
      height: 450px;
      text-align: center;
    }
  
    .bg-imge{
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      width: 100%;
      object-fit: cover;
      position: relative;
    }
    .logo-1{
      width: 75px;
      height: 75px;
      box-sizing: border-box; 
      position: absolute;
      top: -5%;
      left: 27%;
      transform: translate(50%,50%);
    }
    .user-image-1{
      width: 100%;
      border-radius: 50%!important;
      border: 3px solid #3c3737;
      object-fit: cover!important;
      transition: transform 1.75s;
    }
    .user-image-1:hover{
      transform: translateY(5px);
      transition: transform 1.05s;
      }    .user-profile{
      color: hsl(246, 100%, 50%);
      font-size: 22px;
      font-weight: 455;
      font-family: poppins;
      padding: 10px 15px;
    }
   
    .occupy{
      width: 100%;
    }
    .user-popover.active {
      display: block;
    }
    .side-front{
      position: absolute;
      font-size: 14px;
      font-weight: 455;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #ffffff;
      white-space: nowrap;
      margin-left: -27px;
    }
    .education{
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-left: 15px;
      padding-right: 15px;
    }
    .log-out{
      position: absolute;
      top: -5px;
      color: #f5f5f5;
      left:165px
    }
  #userPopover {
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 1;
  transform: translateY(0) scale(1);
  transform-origin: top right;
  will-change: transform, opacity;
}

#userPopover.hide {
  opacity: 0;
  transform: translateX(-300px) scale(0.1) translateY(-500px);
  pointer-events: none;
}

    .education-11{
      display: flex;
      align-items: center;
      margin-top: -37px;
      justify-content: space-between;
      padding-left: 15px;
      padding-right: 15px;
    }
    .education-container{
      display: flex;
      justify-content: start;
      align-items: start;
      /* gap: 15px; */
      column-gap: 15px;
      /* padding: 25px 0px; */
      padding-top: 25px;
      /* padding-top: 25px; */
    }
    .graduate{
      font-size: 16px;
    }
    .nizam{
      font-size: 14px;
      color: hsl(251, 100%, 41%);
    }
    .nizam-11{
      font-size: 14px;
      padding-top: 25px;
      color: hsl(240, 1%, 25%);
      font-family: sans-serif;
    }
    .head-section{
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-right: 15px;
      margin-top: -25px;
    }
    .educate-marks{
      /* position: absolute; */
      color: #000000;
      padding: 0px 0px;
      box-sizing: border-box;
      background-color: hwb(240 99% 0%);
      border: 1px solid #bcb8b8;
      margin: 15px;
      outline: none;
      border-radius: 3px;
      display: flex;
      column-gap: 15px;
      display: flex;
      justify-content: start;
      align-items: start;
      /* text-align: left; */
    }
    .hori{
      margin-top: -17px;
      width: 90%;
      height: 1px;
      margin-left: auto;
      margin-right: auto;
    }
    .content{
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.head-33 {
    background: linear-gradient(#31085d, #5a3293);
    padding: 10px 10px;
    width: 180px;
    border-radius: 21px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 550;
}
.content-inner {
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 12px;
} .h-box {
    width: 20%;
    float: left;
    padding: 15px 0px;
    padding-right: 15px;
    /* text-align: center; */
}
.h-box img {
    width: 50px;
}
.h-box p {
    font-size: 15px;
    font-weight: 650;
    margin-top: 2px;
    text-align: center;
}
/* user Image */
.logo{
  width: 50px;
  height: 50px;
  box-sizing: border-box;
}
.user-image{
  width: 100%;
  border-radius: 50%;
}
.popup{
    
    background-color: #ede9e9;
    /* font-size: 18px; */
    width: 90%;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 475;
    border: none;
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.para{
    margin-top: 18px;
    font-family: poppins;
    font-weight: 479;
    font-size: 14px;
}
.imageE1{
    position: absolute;
    top:0;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0.5px 10px 1px rgb(206, 204, 204);
    border: none;
    outline: none;
    border-radius: 50%;
    overflow: hidden;
}
.image-inside{
    width: 55px;
    height: 55px;
    object-fit: cover;
}
#pop-up-message{
    border: none;
    outline: none;
    background-color: hwb(120 11% 42%);
    font-weight: 459; 
    border-radius: 3px;
    font-size: 15px;
    letter-spacing: 0.95px;
    border-radius: 7px;
    color: rgb(231, 224, 224);
    text-align: center;
}
#pop-up-message:hover{
    background-color: hsl(120, 54%, 35%);
    color: #ffffff;
}
.wrong-container {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    overflow: hidden;
}
.icon{
    font-size: 18px;
    color: hsl(0, 71%, 68%);
    padding: 3px 5px;
}
.icon:hover{
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    color: hsl(0, 100%, 50%);
    /* padding: 3px 5px; */
    box-shadow: 0px 0.5px 1px 0.75px rgb(243, 240, 240);
    border: 1px solid #f7f6f6;
    outline: none;
}



.popupE1{
    background-color: #ede9e9;
    /* font-size: 18px; */
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 475;
    border: none;
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
/* 
https://i.pinimg.com/736x/05/96/37/059637f75abb751c137868b3af5f8976.jpg
https://static.vecteezy.com/system/resources/previews/033/530/781/large_2x/upset-cartoon-man-retro-illustration-vector.jpg
 */
.paraE1{
    margin-top: 18px;
    font-family: poppins;
    font-weight: 479;
    font-size: 14px;
    font-weight: 555;
    color: hsl(0, 100%, 50%);
}
.imageE11{
    position: absolute;
    top:0;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0.5px 10px 1px rgb(206, 204, 204);
    border: none;
    outline: none;
    border-radius: 50%;
    overflow: hidden;
}
.image-insideE1{
    width: 55px;
    height: 55px;
    object-fit: cover;
}
/* end part for user-image */
/* navbar styling */
nav{
  position: fixed;
  /* top: 0; */
  width: 100%;
  padding: 20px;
  z-index: 998;
  transition: all 0.3s ease;
  font-family: 'Ubuntu', sans-serif;
}
nav.sticky{
  background: #4070f4;
  /* padding: 13px 0; */
  position: fixed;
}

.nav-btn.sticky{
  background-color: hsl(221, 100%, 50%);
}

nav .navbar{
  width: 90%;
  display: flex;
  padding-top: 5px;
  justify-content: space-between;
  /* justify-content: space-around; */
  align-items: center;
  /* margin: auto; */
  margin: auto;
}
nav .navbar .logo a{
  font-weight: 500;
  font-size: 35px;
  color: #4070f4;
  /* padding: 0;
  margin: 0; */
}
nav.sticky .navbar .logo a{
  color: #fff;
}
/* nav.sticky .nav-btn{
  background-color: transparent;
} */


body.dark nav.sticky .nav-btn {
  background-color: none; /* Adjust for dark mode */
}
nav .navbar .menu{
  display: flex;
  position: relative;
}

nav .navbar .menu li{
  list-style: none;
  margin: 0 8px;
}
.navbar .menu a{
  font-size: 18px;
  font-weight: 500;
  color: #0E2431;
  padding: 6px 0;
  transition: all 0.4s ease;
  position: relative;
}
.nav-btn::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 3px;
  background-color: #ffd7d7;
  transition: 0.75s;
}

.nav-btn:hover::after{
  width: 100%;
}
.navbar .menu a:hover{
  color: #ffffff;
}
nav.sticky .menu li a{
  color: #FFF;
}
nav.sticky .menu li a:hover{
  color: #04ff00;
}
nav.sticky .nav-btn:hover::after{
  background-color: rgb(237, 237, 237);
}
.navbar .media-icons a {
  color: #4070f4;
  font-size: 18px;
  margin: 0 6px;
}
.media-icon{
  margin-top: 11%;
  display: grid;
  /* grid-template-rows: auto auto auto; */
  grid-template-columns: auto auto auto;
  gap: 25px;
}
.media-icon a .fab{
  /* color: #4070f4; */
  font-size: 31px;
  margin: 0 6px;
}
.media-icon a:nth-child(1):hover{
  color: blue;
  transform: translateY(-10px);
  transition: 0.75s;
}
.media-icon a:nth-child(2):hover{
  color: rgb(116, 194, 243);
  transform: translateY(-10px);
  transition: 0.75s;
}
.media-icon a:nth-child(3):hover{
  color: rgb(255, 3, 3);
  transform: translateY(-10px);
  transition: 0.75s;
}
nav.sticky .media-icons a {
  color: #ff0000;
}

/* Side Navigation Menu Button CSS */
nav .menu-btn,
.navbar .menu .cancel-btn{
  position: absolute;
  color: #fff;
  right: 30px;
  top: 20px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: none;
}
.menu .cancel-btn:hover{
  background-color: rgb(244, 51, 51);
  padding: 1% 2%;
  /* padding: 5px 6px; */
  /* border-radius: 50%; */
}
nav .menu-btn{
  color: #4070f4;
  padding-top: 10px;
}
nav.sticky .menu-btn{
  color: #FFF;
}
nav.sticky #moon{
  color: #FFF;
}

.navbar .menu .menu-btn{
  color: red;
}
.scroll-button{
  display: none;
}
.scroll-button a{
  position: fixed;
  bottom: 55px;
  right: 25px;
  background-color: rgb(12, 12, 255);
  padding: 9px 12px;
  color: white;
  font-size: 18px;
  border-radius: 6px;
}
.scroll-button :hover{
  background-color: hsla(109, 98%, 19%, 0.888);
  transition: 0.5s;
}
/* For hide elements  */
.media-icons{
  display: none;
}

.navbar.active .menu{
  left: 0;
}
.menu{
  left: 0;
}
#krishnarjun.anim01{
  animation-delay: 0.1s;
  animation-duration: 1.5s;
}
.anim01{
  opacity: 0;
  transform: translateY(-100%);
  animation: star ease-in forwards;
}  
@keyframes star {
  100%{
      opacity: 1;
      transform: translateY(0);
      
  }
}

@keyframes slideIn {
0% {
opacity: 0;
transform: translateY(-500px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes slideIntro {
0% {
opacity: 0;
transform: translateX(-1000px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}

.home-content{
  padding-left: 5%;
  line-height: 1.3;
}
.text-one{
  font-size: 1.9rem;
  font-weight: 459;
  /* font-family: poppins, sans-serif; */
}
.text-two{
  font-size: 3.9rem;
  font-weight: bolder;
}
.text-three{
  font-size: 2.1rem;
  color: blue;
  font-family: poppins , sans-serif;
  margin-top: 1%;
  margin-bottom: 3%;
}
.text-four{
  font-size: 1.5rem;
  margin-bottom: 3%;
  font-weight: bolder;
}
.click-button{
  width: 25%;
  height: 6vh;
  border-radius: 0.4rem;
  background-color: white;
  color: rgb(60, 66, 243);
  border: none;
  text-align: center;
  outline: 1px solid rgb(4, 88, 255);
  font-size: 1.5rem;
  font-weight: 495;
  font-family: poppins,sans-serif;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.click-button:hover{
  color: #ffffff;
  /* z-index: -1; */
  /* transition: 0.5s; */
  font-weight: 615;
  text-align: center;
}
.click-button::before{
  content: '';
  position: absolute;
  background-color: rgb(90, 145, 255);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform-origin: 0 0;
  transition: transform 0.75s;
  /* transition-timing-function: ease-in-out; */
  transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
}
.click-button::before{
  /* transform: scaleX(0); */
  content: '';
  transform: scaleX(0);
  z-index: 0;
  /* transform: translateX(-100%); */
}

.click-button:hover::before{
  /* transform: scaleX(1); */
  content: 'Hire Me';
  transform: scaleX(1);
  /* transform: translateX(-100%); */
}



.samesideE1{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 11px;
}

.button-logic {
  position: relative;
  padding: 14px 5px;
  font-size: 18px;
  font-weight: 750;
  color: #000000;
  background: transparent;
  border: 2px solid #b3b6b6;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
  margin-top: 7px;
}
@media (min-width:420px) {
  .button-logic {
  position: relative;
  padding: 14px 15px;
  font-size: 23px;
  font-weight: 750;
  color: #000000;
  background: transparent;
  border: 1px solid #d3d6d7;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
  margin-top: 7px;
}
}
.button-logic::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #00d1ff, #7efff5);
  transition: left 0.4s ease;
  z-index: -1;
  box-shadow: 0 0 20px 10px rgb(0, 0, 0,0.0.5);
  border: 1px solid rgb(238, 235, 235);
}

.button-logic::after {
  content: '';
  position: absolute;
  top: -2px; left: -2px;
  right: -2px; bottom: -2px;
  background: linear-gradient(45deg, #00d1ff, #ff00ff, #00ffae, #ffc800);
  background-size: 300%;
  filter: blur(8px);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -2;
  border-radius: 12px;
}

.button-logic:hover {
  color: #ffffff;
  border: none;
  outline: none;
}

.button-logic:hover::before {
  left: 0;
}

.button-logic:hover::after {
  opacity: 1;
  animation: logicGlow 2s linear infinite;
}

@keyframes logicGlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}



#clip-text{
  background: linear-gradient(to right, #449f54 0%, #0026ff 100%);
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  /* background-color: transparent; */
  color: transparent;
}
#clip-text00{
  background: linear-gradient(to top, #2e0000 0%, #221d21 100%);
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  /* background-color: transparent; */
  color: transparent;
}
#clip-text1{
  background: linear-gradient(to top, #970f0f 0%, #ff1717 100%);
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  /* background-color: transparent; */
  color: transparent;
}
#clip-text0{
  background: linear-gradient(to bottom, #970f0f 0%, #ff1717 100%);
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  /* background-color: transparent; */
  color: transparent;
}
.button{
  display: flex;
  display: grid;
  grid-template-columns: 32% auto auto ;
  /* justify-content: center; */
  align-items: center;
  gap: 1rem;
  /* overflow: hidden; */
}
.social-links{
  display: flex;
  margin-top: 2%;
}
.social-links a{
  width: 70px;
  height: 70px;
  text-align: center  ;
  color: #463131;
  box-shadow: 0 0 20px 10px rgb(0, 0, 0,0.0.5);
  margin: 0px 18px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(238, 235, 235);
  border-radius: 50%;
  position: relative;
  transform: translateY(0px);
  transition: transform 1s;
  overflow: hidden;
}
.social-links a .skill{
  font-size: 28px;
  line-height: 70px;
  position: relative;
  z-index: 10;
}
.social-links a::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 90px;
  left: 0;
  background: linear-gradient(-45deg, #ed1c94, #ffec17);
  transition: 0.75s;
}
.social-links a:hover{
  transform: translateY(-10px);
}
.social-links a:hover::after{
  top: 0;
}
.social-links a:hover .skill{
  color: #fff;
}
#image-smalldevice{
  display: none;
}
#image-largedevice{
  display: none;
}
section{
  /* padding-top: 40px; */
  scroll-margin-top: 100px;
}
section .content{
  width: 80%;
  margin: 40px auto;
  font-family: 'Poppins', sans-serif;
}
.about .about-details{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section .title{
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
section .title span{
  color: #0E2431;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  padding-bottom: 8px;
}
section .title span::before,
section .title span::after{
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  background: #4070f4;
  left: 0;
  bottom: 0;
}
section .title span::after{
  bottom: -7px;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
}
/* .about-details .right{
  width: 55%;
} */
.move-on{
  margin-top: 11px;
  padding: 15px;
  border-radius: 5px;
  transition: 0.5s ease-in-out;

}
.move-on:hover{
  /* background-color: rgb(242, 235, 235); */
  transition: 0.5s ease-in-out;
}
section  .topic{
  color: #0E2431;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width:400px) {
  section  .topic{
  color: #0E2431;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
}
.about-details .right p{
  text-align: justify;
  color: #0E2431;
}
section .button-11{
  margin: 16px 0;
  text-align: center;
}
section .button-11 button{
   background: linear-gradient(90deg, #db3a3a, #b0d616);
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  background-size: 200% auto;
  transition: background-position 0.4s ease;
}
section .button-11 button:hover{
  background-color: #3399ff;
  box-shadow: 0 0 10px hsl(11, 100%, 50%);
}
.topic{
  margin-top: 11px;
}
  #message {
      position: fixed;
      top: 20px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #4caf50;
      color: white;
      padding: 10px 20px;
      border-radius: 8px;
      opacity: 0;
      pointer-events: none;
      z-index: 9999;
      font-weight: bold;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      transition: opacity 0.5s ease;
    }

    #message.show {
      opacity: 1;
    }

    .carousel-projectSlide{
      width: 90%;
      margin-left: auto;
      margin-right: auto;
    }
    .project-card {
      font-family: 'Segoe UI', sans-serif;
      width: 100%;
      border-radius: 16px;
      overflow: hidden;
      background: #fff;
      transition: transform 0.3s ease;
      margin-bottom: 50px;
    }
    .project-card:hover{
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      transition: 0.3s ease-in-out;
    }

    /* .project-card:hover {
      transform: translateY(-5px);
    } */

    .carousel-container {
      position: relative;
      width: 100%;
      height: 200px;
      overflow: hidden;
    }

    .carousel-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .carousel-image {
      min-width: 100%;
      width: 100%;
      height: 200px;
      object-fit: cover;
      flex-shrink: 0;
    }

    .carousel-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.8);
      color: #333;
      border: none;
      padding: 10px;
      cursor: pointer;
      border-radius: 50%;
      font-size: 20px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
      transition: all 0.3s ease;
      z-index: 10;
    }

    .carousel-btn:hover {
      background-color: #007bff;
      color: #fff;
      transform: translateY(-50%) scale(1.1);
    }

    .carousel-btn.left {
      left: 10px;
    }

    .carousel-btn.right {
      right: 10px;
    }

    .carousel-indicators {
      position: absolute;
      bottom: 12px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 10px;
      z-index: 5;
    }

    .indicator {
      width: 10px;
      height: 10px;
      background-color: #d0d0d0;
      border-radius: 50%;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .indicator:hover {
      background-color: #007bff;
      transform: scale(1.1);
    }

    .indicator.active {
      background-color: #007bff;
      width: 14px;
      height: 14px;
      box-shadow: 0 0 6px rgba(0, 123, 255, 0.6);
    }

     #skills {
      max-width: 700px;
      margin: 100px auto;
      padding: 0 20px;
      margin-top: 50px;
      font-family: Arial, sans-serif;
      background: #f9f9f9;
    }

    .section-title {
      text-align: center;
      font-size: 2.5rem;
      margin-bottom: 50px;
      color: #333;
    }

    .skill-bar {
      margin-bottom: 50px;
    }

    .label {
      display: flex;
      justify-content: space-between;
      font-weight: bold;
      margin-bottom: 9px;
      color: #444;
    }

    .bar {
      height: 20px;
      background: #e0e0e0;
      border-radius: 15px;
      overflow: hidden;
    }

    .fill {
      height: 100%;
      width: 0%;
      background: hsl(224, 75%, 49%);
      border-radius: 10px;
      transition: width 2.15s ease-in-out;
    }
 .contact-section {
      font-family: 'Segoe UI', sans-serif;
      max-width: 800px;
      margin: 100px auto;
      padding: 40px;
      background: white;
      border-radius: 12px;
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    }

    h2 {
      text-align: center;
      margin-bottom: 30px;
      font-size: 2rem;
    }

    form {
      display: grid;
      gap: 20px;
    }
   
    input, textarea {
      width: 100%;
      padding: 14px;
      border-radius: 8px;
      border: 1px solid #ccc;
      font-size: 1rem;
      transition: border-color 0.3s;
    }

    input:focus, textarea:focus {
      border-color: #007bff;
      outline: none;
    }

    button {
      padding: 14px;
      font-size: 1rem;
      border: none;
      background: #007bff;
      color: white;
      border-radius: 8px;
      cursor: pointer;
      transition: background 0.3s;
    }

    button:hover {
      background: #0056b3;
    }
    @media (max-width: 600px) {
      /* .carousel-indicators {
        display: none;
      } */
      .carousel-btn{
        display: none;
      }
    }

    .project-content {
      padding: 1rem;
    }

    .project-title {
      font-size: 1.25rem;
      margin-bottom: 0.5rem;
      color: #333;
    }

    .project-description {
      font-size: 0.95rem;
      color: #555;
      margin-bottom: 1rem;
    }

    .project-links a {
      margin-right: 10px;
      text-decoration: none;
      color: #007BFF;
      font-weight: bold;
      transition: color 0.2s ease;
    }

    .project-links a:hover {
      color: #0056b3;
    }
    #contactme{ 
      width: 80%;
      margin: auto;
    }
   
    @media (min-width:900px) {
      #contactme{
        width: 70%;
        margin: auto;
    }
    }
@media (max-width:1200px) {
  .slide-in-left {
    animation: slide-in-left 2.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-delay:0.3s;
  }
  
  @keyframes slide-in-left {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
  }
  .slide-in-left1 {
    animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-delay: 0.1s;
  }
  
  @keyframes slide-in-left {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
  }
  .fade-in-top {
    animation: fade-in-top 1.5s cubic-bezier(0.390, 0.575, 0.765, 1.000) both;
    /* animation-delay: 2s; */
  }
   @keyframes fade-in-top {
    0% {
      transform: translateY(-50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .puff-in-center {
    animation: puff-in-center 1.57s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
  }
   @keyframes puff-in-center {
    0% {
      transform: scale(2);
      filter: blur(4px);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      filter: blur(0px);
      opacity: 1;
    }
  }
  .bounce-in-top {
    animation: bounce-in-top 2.5s both;
    /* animation-delay: 0.25s; */
  }
   @keyframes bounce-in-top {
    0% {
      transform: translateY(-500px);
      animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      transform: translateY(0);
      animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      transform: translateY(-65px);
      animation-timing-function: ease-in;
    }
    72% {
      transform: translateY(0);
      animation-timing-function: ease-out;
    }
    81% {
      transform: translateY(-28px);
      animation-timing-function: ease-in;
    }
    90% {
      transform: translateY(0);
      animation-timing-function: ease-out;
    }
    95% {
      transform: translateY(-8px);
      animation-timing-function: ease-in;
    }
    100% {
      transform: translateY(0);
      animation-timing-function: ease-out;
    }
  }
  .fade-in-bottom {
    animation: fade-in-bottom 2.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  }
   @keyframes fade-in-bottom {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
   @keyframes tilt-in-bottom-1 {
    0% {
      transform: rotateY(30deg) translateY(300px) skewY(-30deg);
      opacity: 0;
    }
    100% {
      transform: rotateY(0deg) translateY(0) skewY(0deg);
      opacity: 1;
    }
  }
  
  .tilt-in-bottom-1 {
    animation: tilt-in-bottom-1 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
  .slide-in-blurred-bottom {
    animation: slide-in-blurred-bottom 1.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
  }
  
   @keyframes slide-in-blurred-bottom {
    0% {
      transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
      transform-origin: 50% 100%;
      filter: blur(40px);
      opacity: 0;
    }
    100% {
      transform: translateY(0) scaleY(1) scaleX(1);
      transform-origin: 50% 50%;
      filter: blur(0);
      opacity: 1;
    }
  }
  
}
@media (min-width:1201px) {
  .slide-in-leftSmall {
    animation: slide-in-left 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-delay:0.75s;
  }
  
  @keyframes slide-in-left {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
  }
  .slide-in-left1Big {
    animation: slide-in-left1 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-delay: 0.1s;
  }
  
  @keyframes slide-in-left1 {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
  }
  .fade-in-top {
    animation: fade-in-top 1.5s cubic-bezier(0.390, 0.575, 0.765, 1.000) both;
    animation-delay: 2s;
  }
   @keyframes fade-in-top {
    0% {
      transform: translateY(-50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
 
  .bounce-in-top {
    animation: bounce-in-top 2.5s both;
    animation-delay: 2.75s;
  }
   @keyframes bounce-in-top {
    0% {
      transform: translateY(-500px);
      animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      transform: translateY(0);
      animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      transform: translateY(-65px);
      animation-timing-function: ease-in;
    }
    72% {
      transform: translateY(0);
      animation-timing-function: ease-out;
    }
    81% {
      transform: translateY(-28px);
      animation-timing-function: ease-in;
    }
    90% {
      transform: translateY(0);
      animation-timing-function: ease-out;
    }
    95% {
      transform: translateY(-8px);
      animation-timing-function: ease-in;
    }
    100% {
      transform: translateY(0);
      animation-timing-function: ease-out;
    }
  }
  .fade-in-bottom {
    animation: fade-in-bottom 2.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  }
   @keyframes fade-in-bottom {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
   @keyframes tilt-in-bottom-1 {
    0% {
      transform: rotateY(30deg) translateY(300px) skewY(-30deg);
      opacity: 0;
    }
    100% {
      transform: rotateY(0deg) translateY(0) skewY(0deg);
      opacity: 1;
    }
  }
  
  .tilt-in-bottom-1 {
    animation: tilt-in-bottom-1 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
  .slide-in-blurred-bottom {
    animation: slide-in-blurred-bottom 1.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
  }
  
   @keyframes slide-in-blurred-bottom {
    0% {
      transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
      transform-origin: 50% 100%;
      filter: blur(40px);
      opacity: 0;
    }
    100% {
      transform: translateY(0) scaleY(1) scaleX(1);
      transform-origin: 50% 50%;
      filter: blur(0);
      opacity: 1;
    }
  }
  .slide-in-right {
    animation: slide-in-right 3.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-delay: 1.25s;
  }
@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

}
@media (max-width:576px) {
  
  nav .navbar{
    width: 90%;
  }
  nav .navbar .menu{
    position: fixed;
    left: -100%;
    top: 80px;
    background: #585858;
    height: 60vh;
    /* max-width: 400px; */
    width: 50%;
    padding-top: 50px;
    border-bottom-right-radius: 35%;
    flex-direction: column;
    align-items: center;
    transition: all 0.5s ease;
  }
  nav.sticky .menu{
    background: hsl(236, 52%, 59%);
    color: #ffffff;
  }
  .navbar.active .menu{
    left: 0;
  }
  nav .navbar .menu a{
    font-size: 23px;
    display: block;
    color: #fff;
    margin: 5px 0;
  }

  /* nav.sticky .menu a:hover{
    color: #4070f4;
  } */
  nav .navbar .media-icons{
    display: none;
  }
  nav .menu-btn,
  .navbar .menu .cancel-btn{
    display: block;
  }
  .home{
    padding-top: 45%;
    font-family: 'Ubuntu', sans-serif;
  }
  .text-one{
  font-size: 1.9rem;
  font-weight: 459;
  /* font-family: poppins, sans-serif; */
}
.text-two{
  font-size: 3.9rem;
  font-weight: bolder;
}
.text-three{
  font-size: 2.1rem;
  color: blue;
  font-family: poppins , sans-serif;
  margin-top: 1%;
  margin-bottom: 2%;
}
.text-four{
  font-size: 1.5rem;
  margin-bottom: 3%;
  font-weight: bolder;
}

::-webkit-scrollbar {
    width: 0px;
}
.portfolio::-webkit-scrollbar{
  display: none;
}

 .user-popover {
      position: fixed; /* Changed from absolute */
      background: white;
      margin-top: 15px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.2);
      border-radius: 15px;
      /* padding: 1rem; */
      display: none;
      z-index: 9999;
      width: 275px;
      height: 425px;
      text-align: center;
    }
  
    .bg-imge{
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      width: 100%;
      object-fit: cover;
      position: relative;
    }
    .logo-1{
      width: 50px;
      height: 50px;
      box-sizing: border-box; 
      position: absolute;
      top: 0%;
      left: 35%;
      transform: translate(50%,50%);
    }
    .user-image-1{
      width: 100%;
      border-radius: 50%!important;
      border: 3px solid #3c3737;
      object-fit: cover!important;
      transition: transform 1.75s;
    }
    .user-image-1:hover{
      transform: translateY(5px);
      transition: transform 1.05s;
      }
      .log-out{
        position: absolute;
        left: 130px;
      } 
     .content-inner {
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 18px;
    padding-right: 15px;
} 
.h-box {
    width: 20%;
    margin: auto;
    float: left;
    padding: 15px 0px;
    /* text-align: center; */
}
.h-box img {
    width: 40px;
}
.h-box p {
    font-size: 13px;
    font-weight: 650;
    margin-top: 7px;
    text-align: center;
}
}
#other{
  margin-bottom: 25px;
}
.dark-mode{
  position: relative;
}
#moon{
  position: absolute;
  top: -20px;
  right: 35px;
  font-size: 27px;
}
#image-smalldevice{
  display: block;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11%;
}
.image-small-section{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 50%;
  transition: 1s;
}
.center-man{
   display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
}
body.dark .topic,
body.dark .para
 {
  color: white;
}
body.dark .title44{
  color: #ffffff;
  background-color: none;
}
.logo-image{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  border:0px solid #000000;
  object-fit: cover;
  /* box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.75); */
  transition: 1s ease-in-out;
}
.image-small-section:hover{
  transform: translateY(5px);
}
.logo-image:hover{
  transform: scale(1.05);
}
.about-details .right{
  /* margin-top: 11px; */
  /* width: 95%; */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#other{
  overflow: hidden;
}
#over{
  transform: scale(1);
}

@media (min-width:425px) and (max-width:576px)
    {
    .carousel-projectSlide{
     width: 85%;
     margin-left: auto;
     margin-right: auto;
    }
    .project-card {
      font-family: 'Segoe UI', sans-serif;
      width: 100%;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      background: #fff;
      transition: transform 0.3s ease;
      margin-bottom: 50px;
    }
}
@media (min-width:577px) and (max-width:993px){
  #image-smalldevice{
    width: 65%;
    margin-left: auto;
    margin-right: auto;

  }
  .logo-image{
    width: 100%;
  }
  #other{
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
  .logo-image-11{
    width: 100%;
    object-fit: cover;
  }
  .move-on{
    flex-grow: 1;
  }
}
@media (min-width:577px) and (max-width:776px) {
  
  nav .navbar{
    width: 90%;
  }
  nav.sticky .menu{
    background: rgb(246, 145, 145)!important;
  }
  nav .navbar .menu{
    position: fixed;
    left: -100%;
    top: 80px;
    background: #2f3031;
    height: 60vh;
    /* max-width: 400px; */
    width: 35%;
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
    transition: all 0.5s ease;
  }
  .navbar.active .menu{
    left: 65%;
  }
  nav .navbar .menu a{
    font-size: 23px;
    display: block;
    color: #fff;
    margin: 5px 0;
  }
  nav.sticky .menu a:nth-child(1):hover{
    color: #0303ff;
  }
  nav.sticky .menu a:nth-child(2):hover{
    color: #00ccff;
  }
  nav.sticky .menu a:nth-child(3):hover{
    color: #ff0000;
  }
  nav.sticky .nav-btn:hover::after{
    background-color: rgb(224, 0, 0);
  }
  nav .navbar .media-icons{
    display: none;
  }
  nav .menu-btn,
  .navbar .menu .cancel-btn{
    display: block;
  }
  nav.sticky .menu li a:hover{
    color: #0044ff!important;
  }
  .home{
    padding-top: 25%;
    font-family: 'Ubuntu', sans-serif;
  }
  .text-one{
    font-size: 2.3rem;
    font-weight: 459;
    /* font-family: poppins, sans-serif; */
  }
  .text-two{
    font-size: 4.3rem;
    font-weight: bolder;
  }
  .text-three{
    font-size: 2.4rem;
    color: blue;
    font-family: poppins , sans-serif;
    margin-top: 1%;
    margin-bottom: 2%;
  }
  .text-four{
    font-size: 1.7rem;
    margin-bottom: 3%;
    font-weight: bolder;
  }
  .carousel-projectSlide{
     width: 68%;
     margin-left: auto;
     margin-right: auto;
    }
    .project-card {
      font-family: 'Segoe UI', sans-serif;
      width: 100%;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      background: #fff;
      transition: transform 0.3s ease;
      margin-bottom: 50px;
    }
    .carousel-btn.left {
      left: 20px;
      margin: 11px;
    }

    .carousel-btn.right {
      right: 20px;
      margin: 11px;
    }
      .carousel-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.326);
      color: hsl(0, 0%, 0%);
      border: none;
      padding: 10px 15px;
      cursor: pointer;
      border-radius: 50%;
      font-size: 22px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
      transition: all 0.3s ease;
      z-index: 10;
    }

    .carousel-btn:hover {
      background-color: #007bff;
      color: #fff;
      transform: translateY(-50%) scale(1.05);
    }
}

@media (min-width:777px) and (max-width:992px) {
  nav .navbar{
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* justify-content: space-evenly; */
    /* justify-content: space-around; */
    /* align-items: center; */
    /* margin: auto; */
    /* margin: auto; */
    /* box-sizing: border-box;
    margin: 0;
    padding: 0; */
  }
 .menu {
    display: block;
  }
  .media-icon{
    display: none;
  }
  .media-icons{
    display: none;
  }
  .navbar .menu a{
    font-size: 17px;
    font-weight: 399;
    color: #000000;
    /* padding: 3px 5px; */
    transition: all 0.4s ease;
    position: relative;
    margin: 0px 15px;
  }
  .nav-btn::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 3px;
    background-color: #ff0000;
    transition: 0.75s;
  }
  .nav-btn:hover::after{
    width: 100%;
  }
  .navbar .menu a:hover{
    color: #6e77ef;
    font-weight: 650;
    font-size: 18px;
    transition: 0.61s;
  }
  nav.sticky{
    padding: 2% 3%;
  }
  nav.sticky .menu li a{
    color: #ffffff;
  }
  nav.sticky .menu li a:hover{
    color: #f7f7f7; 
  }
  .home{
    padding-top: 20%;
    font-family: 'Ubuntu', sans-serif;
  }
  .text-one{
    font-size: 2.7rem;
    font-weight: 459;
    /* font-family: poppins, sans-serif; */
  }
  .text-two{
    font-size: 4.5rem;
    font-weight: bolder;
  }
  .text-three{
    font-size: 2.7rem;
    color: blue;
    font-family: poppins , sans-serif;
    margin-top: 1%;
    margin-bottom: 2%;
  }
  .text-four{
    font-size: 2.1rem;
    margin-bottom: 3%;
    font-weight: bolder;
  }
  .dark-mode{
    position: relative;
  }
  #moon{
    position: absolute;
    top: -18px;
    right: 20px;
  }

  .carousel-projectSlide{
     display: grid;
     grid-template-columns: auto auto;
     /* gap: 15px; */
     gap: 11px;
     column-gap: 30px;
    }
    .project-card {
      font-family: 'Segoe UI', sans-serif;
      width: 100%;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      background: #fff;
      transition: transform 0.3s ease;
      margin-bottom: 50px;
    }
    .carousel-btn.left {
      left: 20px;
      margin: 11px;
    }

    .carousel-btn.right {
      right: 20px;
      margin: 11px;
    }
    #skills{
      display: grid;
      grid-template-columns: 50% 50%;
      gap: 15px;
      column-gap: 25px;
    }
}
@media (min-width:777px) {
   #skills{
      display: grid;
      grid-template-columns: 48% 48%;
      gap: 5%;
      width: 100%;
      max-width: 98%;
    }
}
/* // Navbar  */
@media (min-width:993px) and (max-width:1800px) {
  nav .navbar{
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* justify-content: space-evenly; */
    /* justify-content: space-around; */
    /* align-items: center; */
    /* margin: auto; */
    /* margin: auto; */
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
 .menu {
    display: block;
  }
  .media-icon{
    display: none;
  }
  .media-icons{
    display: block;
  }
  .navbar .menu a{
    margin: 7px 9px;
    font-size: 18px;
    font-weight: 750;
    color: #000000;
    padding: 6px 10px;
    transition: all 0.4s ease;
    position: relative;
  }
 .navbar .menu a .nav-btn-22.dark{
  color: #f5f5f5;
 }
  .nav-btn::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 3px;
    background-color: #ff0000;
    transition: 0.75s;
  }
  .nav-btn:hover::after{
    width: 100%;
  }
  .navbar .menu a:hover{
    color: #6e77ef;
  }
  .navbar .media-icons a {
    color: #000000;
    font-size: 28px;
    margin: 6px 19px;
  }
  .media-icons a:nth-child(1):hover{
    color: blue;
    transition: 0.75s;
    font-size: 32px;
  }
  .media-icons a:nth-child(2):hover{
    color: rgb(116, 194, 243);
    font-size: 32px;

    transition: 0.75s;
  }
  .media-icons a:nth-child(3):hover{
    color: rgb(255, 3, 3);
    font-size: 32px;

    transition: 0.75s;
  }
  nav.sticky{
    padding: 2% 3%;
  }
  nav.sticky .media-icons a {
    color: rgb(255, 255, 255);
  }
  nav.sticky .menu li a{
    color: #ffffff;
  }
  nav.sticky .menu li a:hover{
    color: #f7f7f7;
  }
  .home{
    padding-top: 11%;
    font-family: 'Ubuntu', sans-serif;
  }
  .text-one{
    font-size: 3.7rem;
    font-weight: 459;
    /* font-family: poppins, sans-serif; */
  }
  .text-two{
    font-size: 6.1rem;
    font-weight: bolder;
  }
  .text-three{
    font-size: 2.5rem;
    color: blue;
    font-family: poppins , sans-serif;
    margin-top: 1%;
    margin-bottom: 2%;
  }
  .text-four{
    font-size: 2.7rem;
    margin-bottom: 3%;
    font-weight: bolder;
  }
  .dark-mode{
   display: none;
  }
  .dark-mode-1{
    
    position: fixed;
  }
  #moon{
    display: block;
    position: absolute;
    top: -27px;
    left: -35px;
   }
    .carousel-projectSlide{
     display: grid;
     grid-template-columns: auto auto;
     /* gap: 15px; */
     gap: 11px;
     column-gap: 5%;
    }
    .project-card {
      font-family: 'Segoe UI', sans-serif;
      width: 100%;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      background: #fff;
      transition: transform 0.3s ease;
      margin-bottom: 50px;
    }
    .carousel-btn.left {
      left: 20px;
      margin: 11px;
    }

    .carousel-btn.right {
      right: 20px;
      margin: 11px;
    }


}
/* // style for main content */
@media (min-width:993px) and (max-width:1200px) {
  .image-small-section{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-radius: 50%;
    transition: 1s;
  }
  .logo-image{
    /* margin-bottom: 11px; */
    width: 100%;
    /* border-radius: 50%; */
    border:0px solid #000000;
    object-fit: cover;
    /* box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.75); */
    transition: 1s ease-in-out;
  }
  .about-details{
    display: grid;
    grid-template-columns: 35% 65%;
    gap: 50px;
   }
   .move-on{
     display: block;
     width: 100%;
     display: flex;
     justify-content: center;
     flex-direction: column;
     align-items: center;
     padding: 5px 25px;
     box-sizing: border-box;
     /* margin-left: auto; */
     /* margin-right: auto; */
     /* padding-top: 11%; */
   } 
   #other{
     width: 100%;
     /* margin-left: auto; */
     /* margin-right: auto; */
     /* overflow: hidden; */
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: 50%;
     transition: 1s;
   }
  .logo-image:hover{
    transform: scale(1.05);
  } 
   .carousel-projectSlide{
     display: grid;
     grid-template-columns: auto auto;
     /* gap: 15px; */
     gap: 11px;
     column-gap: 5%;
    }
    .project-card {
      font-family: 'Segoe UI', sans-serif;
      width: 100%;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      background: #fff;
      transition: transform 0.3s ease;
      margin-bottom: 50px;
    }
    .carousel-btn.left {
      left: 20px;
      margin: 11px;
    }
    .carousel-btn.right {
      right: 20px;
      margin: 11px;
    }
}
/* // Style for Navbar (or) use it for main-content  */
@media (min-width:1200px) and (max-width:1800px) {
  
  #image-smalldevice{
    display: none;
  }  
  #home{
    display: flex;
    /* justify-content: center; */
    justify-content: space-between;
    align-items: center;
  }
  #image-largedevice{
    display: block;
    width: 30%;
    margin-left: auto;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    /* margin-right: auto; */
    /* padding-top: 11%; */
  } 
  .image-small-section{
    width: 100%;
    /* margin-left: auto; */
    /* margin-right: auto; */
    overflow: hidden;
    object-fit: cover;
    border-radius: 50%;
    transition: 1s;
  }
  .logo-image{
    width: 100%;
    border-radius: 50%;
    border:0px solid #000000;
    object-fit: cover;
    /* box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.75); */
    transition: 1s ease-in-out;
  }
  .logo-image-11{
    width: 80%;
    border-radius: 50%;
    border:0px solid #000000;
    object-fit: cover;
    /* box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.75); */
    transition: 1s ease-in-out;
  }
  .logo-image-11:hover{
    transform: scale(1);
  }
  .logo-image:hover{
    transform: scale(1.15);
  } 
  .about-details{
   display: grid;
   grid-template-columns: 40% 60%;
   justify-content: center;
   align-items: center;
   gap: 5%;
  }
  .move-on{
    display: block;
    width: 100%;
    /* display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* padding-top: 11%; */
  } 
  .title{
    margin-top: 15%;
  }
  #other{
    width: 78%;
    /* margin-left: auto; */
    margin-right: auto;
    margin-top: 15%;
    overflow: hidden;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    border-radius: 50%;
    transition: 1s;
  }
  #over:hover{
    border-radius: 50%!important;
    transform: scale(1.5);
  }
  .carousel-projectSlide{
     display: grid;
     grid-template-columns: auto auto auto;
     /* gap: 15px; */
     gap: 11px;
     column-gap: 5%;
    }
    .project-card {
      font-family: 'Segoe UI', sans-serif;
      width: 100%;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      background: #fff;
      transition: transform 0.3s ease;
      margin-bottom: 50px;
    }
    .carousel-btn.left {
      left: 20px;
      margin: 11px;
    }
    .carousel-btn.right {
      right: 20px;
      margin: 11px;
    }
  
}


/* ========== Root variables ========== */
:root {
  --radius: 1.25rem;
  --blur-bg: rgba(255, 255, 255, 0.25);
  --shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* ========== Base reset ========== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ========== Section heading ========== */
.section-title {
  font-size: clamp(2rem, 5vw + 1rem, 3.5rem);
  font-weight: 800;
  text-align: center;
  margin-bottom: 2.5rem;
  line-height: 1.1;
  position: relative;
  overflow: hidden;          /* so underline animation clips */
}

.section-title span {
  background: linear-gradient(90deg, #2563eb, #ec4899, #f59e0b);
  --webkit-background-clip: text;
  --webkit-text-fill-color: transparent;
  animation: hue 12s linear infinite;
}

/* Animated underline */
.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0;
  height: 4px;
  background: #2563eb;
  border-radius: 2px;
  transform: translateX(-50%);
  animation: underline 2s ease-out forwards;
}

@keyframes underline { to { width: 80%; } }
@keyframes hue { 0% { filter: hue-rotate(0); } 100% { filter: hue-rotate(360deg); } }

/* ========== Card grid ========== */
/* ========== Card grid ========== */
.cards{
  /* Layout */
  --min: 15rem;                    /* 👈 base card width */
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(var(--min),1fr));

  /* Spacing & alignment */
  gap:clamp(1rem,2vw,2rem);        /* gap shrinks a bit on tiny screens */
  place-content:center;            /* centers the whole grid */
  width:min(1100px,100%);
  margin-inline:auto;              /* centers in page */
  padding-inline:clamp(1rem,4vw,2.5rem);
}

/* ===== Fine‑tune for tablets & mobiles ===== */
@media(max-width:900px){
  .cards{--min:13rem;}             /* squeeze cards a little */
}
@media(max-width:650px){
  .cards{--min:11rem;}
}
@media(max-width:450px){
  .cards{--min:100%}               /* single‑column on very small phones */
}


/* ========== Card base ========== */
.card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  padding: 2.5rem 2rem;
  backdrop-filter: blur(12px);
  background: var(--blur-bg);
  box-shadow: var(--shadow);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}



@keyframes fadeInCard {
  to {
    opacity: 1;
    transform: scale(1);
  }
}



/* Glass overlay */
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05); /* soft overlay */
  opacity: 0.15;  /* reduce visual interference */
}

/* Icon + text */
.icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.15));
}
.card h3,
.card p {
  color: #fff;
}

.card .icon {
  color: #111; /* Or try #222 or #333 for slightly softer black */
}

/* ========== Brand gradients ========== */
.blue  { background-image: linear-gradient(135deg, #3b82f6, #60a5fa); }
.orange{ background-image: linear-gradient(135deg, #f97316, #fdba74); }
.purple{ background-image: linear-gradient(135deg, #a855f7, #c084fc); }
.green { background-image: linear-gradient(135deg, #22c55e, #86efac); }
.red   { background-image: linear-gradient(135deg, #ef4444, #fb7185); }
.cyan  { background-image: linear-gradient(135deg, #06b6d4, #67e8f9); }
.lime  { background-image: linear-gradient(135deg, #84cc16, #bef264); }
.teal  { background-image: linear-gradient(135deg, #14b8a6, #5eead4); }

/* white text on vivid backgrounds */
.card h3, .card p, .card .icon { color: #ffffff; }
.card .icon:hover{
  color: #000000;
  transition: 0.25s ease-in-out;
}
/* ========== Small‑screen tweaks ========== */
@media (max-width: 480px) {

  .card      { padding: 2rem 1.25rem; }
  .icon      { font-size: 2.2rem; }
}

/* ========== Global font ========== */
body {
  font-family: 'Poppins', system-ui, sans-serif;
}

/* ========== New Heading UI ========== */
.ui-heading {
  text-align: center;
  margin-bottom: 3rem;
  padding: 0 1rem;
  animation: fadeInUp 1s ease-in-out;
}

.ui-heading h1 {
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -1px;
 color: rgb(114, 82, 243);
  animation: hueShift 12s linear infinite;
}

.ui-heading p {
  margin-top: 0.6rem;
  font-size: 1rem;
  color: #555;
  max-width: 650px;
  margin-inline: auto;
  line-height: 1.5;
}

/* ===== Subtle animations ===== */
@keyframes hueShift {
  0% { filter: hue-rotate(0deg); }
  100% { filter: hue-rotate(360deg); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

.dark {
  background-image: linear-gradient(135deg, #0f0f0f, #1a1a1a);
}
.teal {
  background-image: linear-gradient(135deg, #2dd4bf, #5eead4);
}
.amber {
  background-image: linear-gradient(135deg, #f59e0b, #fbbf24);
}
.sky {
  background-image: linear-gradient(135deg, #38bdf8, #7dd3fc);
}
