@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/* bootsrap 5.2 import to css */
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css");
/* fontawsome */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}
body{
    user-select:none;
    background: #000000;
    color: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    cursor:url('../img/cursor.png'),default;
}
p{
  margin: 0;
  padding: 0;
}
a{
    text-decoration: none;
    cursor:url('../img/hand.png'),default;
}
.container-form{
    display: flex;
    align-items: center;
    width: 55%;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #8098F9;
}
.left-form{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #F5F8FF;
    padding: 50px;
    border-radius: 8px;
}
.right-form {
    display: flex;
    height: 100%;
    background: #8098F9;
    width: 50%;
    align-items: center;
    justify-content: center;
}
.image-container{
    width: 100%;
}
.image-container img{
    width: 400px;
}
.form-controller {
    width: 80%;
}
.image-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.image-container h4{
    font-weight: 300;
    color: #ffffff;
}
.input-cover{
    background: #8098f934;
    margin: 8px 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #8098F9;
}
.input-cover i{
    padding: 8px;
    color: #2d31a656;
}
.input-cover input{
    font-size: 15px;
    height: 40px;
    width: 80%;
    border: 0;
    background: transparent;
    outline: 0;
}
.input-cover input::placeholder{
    color: #2d31a656;
}
.site-button{
    height: 40px;
    width: 100%;
    background: #6172F3;
    border: 0;
    border-radius: 8px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    cursor: url('../img/hand.png'),default;
    transition: .3s;
    font-size: 13px !important;
}
.site-button:hover{
    background: #434fac;
}
.small-text{
    color: #969696;
    margin: 10px 0 !important;
}
label{
    color: #969696;
}

.forgetpsw{
    color: #6172F3;
    text-decoration: none;
} 
.small-text a{
    color: #6172F3;
    text-decoration: none;
}
.forgetpsw:hover{
    color: #4551ac;
} 
.small-text a:hover{
    color: #4551ac;
}
.checkbox-wrapper-13 {
    display: flex;
    align-items: center;
}
.input-cover select{
    font-size: 15px;
    height: 40px;
    width: 85%;
    border: 0;
    background: transparent;
    outline: 0;
    cursor: url('../img/hand.png'),default;
}
.logo-iamge{
    width: 250px !important;
}
.remember-section{
    display: flex;
    align-items: center;
    padding: 8px 0;
    justify-content: space-between;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .checkbox-wrapper-13 input[type=checkbox] {
      --active: #6172F3;
      --active-inner: #fff;
      --focus: 2px rgba(39, 94, 254, .3);
      --border: #BBC1E1;
      --border-hover: #6172F3;
      --background: #fff;
      --disabled: #F6F8FF;
      --disabled-inner: #E1E6F9;
      -webkit-appearance: none;
      -moz-appearance: none;
      height: 15px;
      width: 15px;
      outline: none;
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin: 0;
      cursor: url('../img/hand.png'),default;
      border: 1px solid var(--bc, var(--border));
      background: var(--b, var(--background));
      transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    .checkbox-wrapper-13 input[type=checkbox]:after {
      content: "";
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    .checkbox-wrapper-13 input[type=checkbox]:checked {
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    .checkbox-wrapper-13 input[type=checkbox]:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: 0.9;
    }
    .checkbox-wrapper-13 input[type=checkbox]:disabled:checked {
      --b: var(--disabled-inner);
      --bc: var(--border);
    }
    .checkbox-wrapper-13 input[type=checkbox]:disabled + label {
      cursor: not-allowed;
    }
    .checkbox-wrapper-13 input[type=checkbox]:hover:not(:checked):not(:disabled) {
      --bc: var(--border-hover);
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
      width: 15px;
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
      opacity: var(--o, 0);
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
      --o: 1;
    }
    .checkbox-wrapper-13 input[type=checkbox] + label {
      display: inline-block;
      vertical-align: middle;
      cursor: url('../img/hand.png'),default;
      margin-left: 4px;
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
      border-radius: 2px;
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
        width: 3px;
        height: 7px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 5px;
        top: 2px;
        transform: rotate(var(--r, 20deg));
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
      --r: 43deg;
    }
  }

  .checkbox-wrapper-13 * {
    box-sizing: inherit;
  }
  .checkbox-wrapper-13 *:before,
  .checkbox-wrapper-13 *:after {
    box-sizing: inherit;
  }
  .goback-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px !important;
    margin-top: 8px;
    background: #969696;
  }
  .goback-btn:hover{
    background: #646464;
  }
  .dark-bg{
    position: relative;
    height: 100vh;
    width: 100%;
  }
  .body-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -5;
    object-fit: cover;
    opacity: .3;
  }
  .profile-cover {
    position: relative;
    width: 320px;
    height: 320px;
    border: 5px solid #007ced;
    border-radius: 30px;
    overflow: hidden;
}
  .profile-img{
    width: 100%;
    object-fit: cover;
    filter: grayscale(100%);
  }
  .profile-card{
    position: fixed;
    width: 400px;
    padding: 30px 50px;
    border: 1px solid #ffffff8a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    border-radius: 40px;
    z-index: 99;
    left: 25px;
  }
  .container-wrapper{
    display: flex;
    align-items: center;
    justify-content: start; 
  }
  .tag-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
    width: 100%;
    flex-direction: column;
  }
  .tag-line .left-text{
    font-size: 28px;
    font-weight: 600;
    position: relative;
  }
  .tag-line .right-text{
    text-align: right;
  }
  .sm-logo{
    width: 25px;
    height: 25px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    right: -31px;
    top: -16px;
    filter: brightness(100%);
}
.bottom-text{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    flex-direction: column;
}
.full-height-vh{
    height: 100vh;
    display: flex;
    align-items: center;
}
.class-card-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bottom-text{
  text-align: center;
}
.email-area a{
  color: #ffffff;
  font-size: 25px;
}
p.copyright-text{
  color: #969696;
  font-size: 15px;
  padding: 20px 0;
}
.social-medias ul{
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
.social-medias ul li{
  display: inline-block;
  margin: 0 5px;
}
.social-medias ul li a{
  display: flex;
  width: 40px;
  height: 40px;
  border: 1px solid #969696;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #969696;
  font-size: 18px;
  transition: .2s all;
}
.social-medias ul li a:hover{
  color: #007ced;
  border: 1px solid #007ced;
}
.contact-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  width: 100%;
}
.contact-button a{
  background: #007ced;
  color: #ffffff;
  border: 0;
  border-radius: 35px;
  padding: 15px 40px;
  font-size: 15px;
  cursor: url('../img/hand.png'),default;
  transition: .3s;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-transform: uppercase;
  transition: .2s all;
  border: 1px solid #007ced;
}
.contact-button a:hover{
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.contact-button a i{
  margin-right: 10px;
}
.padding-left-right{
  padding: 0 170px;
}
.sm-title{
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 15px;
  border: 1px solid #bebebe;
  width: fit-content;
  border-radius: 50px;
  color: #bebebe;
  user-select: none;
}
.sm-title i{
  margin-right: 5px;
}
.main-text .title-text{
  font-size: 78px;
  font-weight: 300 !important;
  line-height: 1.2;
}
.main-text hilight{
  color: #007ced;
}
.main-text{
  width: 80%;
}
.sub-text{
  font-size: 16px;
  color: #969696;
  padding: 20px 0;
}
.number-counter{
  display: flex;
  align-items: center;
  margin-top: 150px;
}
.number-counter .counter:last-child{
  margin-left: 35px;
}
.number-counter .counter-number{
  font-size: 78px;
  font-weight: 400;
  color: #007ced;
}
.number-counter .counter-text{
  color: #969696;
  text-transform: uppercase;
}
.circle {
  position: absolute;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
  outline: 0.5px solid #fff;
  outline-offset: 16px;
  right: 211px;
  top: 51px;
}
.circle i{
  position: relative;
  transform-origin: 100px;
  font-size: 35px;
  font-weight: bold;
  color: #ffffff;
}
.circle-link{
  display: block;
  position: relative;
}
.circle img{
  width: 100%;
  height: 100%;
  position: absolute;
  animation: rotate 10s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
  
}
.navigator-container{
  position: fixed;
  right: 40px;
  border: 1px solid #ffffff8a;
  border-radius: 80px;
  color: #ffffff;
  background: #000000;
}
.navigator-container a{
  display: block;
  padding: 10px 10px;
  font-size: 18px;
  color: #ffffff8a;
  position: relative;
}
.navigator-container a span{
  position: absolute;
  right: 180%;
  font-size: 12px;
  text-transform: uppercase;
  padding: 3px 10px;
  background: #3f3f3f;
  color: #ffffff;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: .3s all;
}
.navigator-container a:hover>span{
  /* rest */
  opacity: 1;
  visibility: visible;
  right: 130%;
}
.navigator-container a>span::after{
  content: '\F231';
  font-family: "Bootstrap-icons";
  position: absolute;
  color: #3f3f3f;
  right: -10px;
  font-size: 15px;
}
.navigator-container .nav-item a.active{
  color: #007ced;
}
.margin-top{
  margin-top: 150px;
}
.main-text .title-text-sm{
  font-size: 40px;
  font-weight: 300 !important;
  line-height: 1.2;
  margin-bottom: 30px;
}
.main-text hilight{
  color: #007ced;
}
.sub-text-no-margin{
  font-size: 16px;
  color: #969696;
  margin: 0;
}
.timeline-container{
  padding-left: 74px;
  padding-bottom: 35px;
  position: relative;
  user-select: none;
}
.timeline-date{
  font-size: 16px;
  color: #969696;
  margin-bottom: 10px;
}
.timeline-title{
  font-size: 22px;
  color: #ffffff;
}
.timeline-subtitle{
  font-size: 15px;
  color: #969696;
}
.timeline-container::after{
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #969696;
  left: 30px;
  top: 0;
}
.timeline-container.edu::before{
  content: "\F6FD";
  font-family: "Bootstrap-icons";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #969696;
  color: black;
  border-radius: 50%;
  left: 19px;
  top: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  scale: 1;
  transition: .3s;
}
.timeline-container.job::before{
  content: "\F1CB";
  font-family: "Bootstrap-icons";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #007ced;
  color: #000000;
  border-radius: 50%;
  left: 19px;
  top: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  scale: 1;
}
.timeline-container.job::after{
  background: #007ced;
}
.timeline-container:hover.edu::before{
  scale: 1.2;
}
.timeline-container:hover.job::before{
  scale: 1.2;
}
.top-card{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sevice-card{
  border: 1px solid #ffffff8a;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 15px;
  transition: .3s;
  backdrop-filter: blur(6px);
}
.title{
  font-size: 25px;
}
.sevice-card .icon{
  font-size: 35px;
  color: #007ced;
}
.sevice-card:hover{
  border: 1px solid #007ced;
}
/* slills part */
.skills-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  width: 100%;
  column-gap: 15px;
  row-gap: 15px;
  flex-wrap: wrap;
}
.skill-card{
  border: 1px solid #ffffff8a;
  border-radius: 20px;
  padding: 15px;
  flex: 1 1 calc(25% - 15px); /* 4 columns per row */
  max-width: calc(25% - 15px); /* Ensures wrapping */
  backdrop-filter: blur(8px);
}
.projects-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  width: 100%;
  column-gap: 15px;
  row-gap: 30px;
  flex-wrap: wrap;
  position: relative;
  z-index: 99;
}
.project-card{
  border-radius: 20px;
  height: 250px;
  flex: 1 1 calc(50% - 15px); /* 4 columns per row */
  max-width: calc(50% - 15px); /* Ensures wrapping */
  overflow: hidden;
  background-size: cover;
  background-position: top;
  transition: background-position 2s ease-in-out;
  position: relative;
  border: 3px solid #ffffff8a;
}
.project-card:hover{
  background-position: bottom;
}
.project-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.skill-card i{
  font-size: 45px;
  color: #ffffff;
  margin-bottom: 10px;
}
.skill-bar-container{
  background: #7271718a;
  height: 5px;
  width: 100%;
  border-radius: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
  /* skill bar animation */
  position: relative;
  overflow: hidden;
  animation: skill-bar 2s;
}
@keyframes skill-bar{
  0%{
    width: 0;
  }
  100%{
    width: 100%;
  }
  
}
.skill-bar{
  background: #007ced;
  height: 100%;
  border-radius: 20px;
}
.skill-title{
  font-size: 18px;
  color: #ffffff;
}
.project-card::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 20px;
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: .3s;
}
.project-card:hover::before{
  opacity: 1;
}
.project-image{
  z-index: -2;
  position: absolute;
  width: 100%;
}
.project-card{
  cursor: url('../img/hand.png'),default;
}
.project-referel-link{
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  font-weight: 700;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 3px solid #ffffff;
  background: #000000;
  transition: .3s;
}
.project-referel-link:hover{
  background: #007ced;
  color: #ffffff;
}
.tech-stack{
  background: #000000;
  padding: 8px 15px;
  border-radius: 30px;
  color: #ffffff;
  border: 3px solid #ffffff;
  width: fit-content;
}
.techstack-row{
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.send-message-button{
  background: #007ced;
  border: 0;
  padding: 8px 10px;
  color: #ffffff;
  border-radius: 20px;
}
.send-message-button{
  background: #007ced;
  border: 0;
  padding: 8px 10px;
  color: #ffffff;
  border-radius: 20px;
}
.contact-form input{
  background: transparent;
  border-radius: 35px;
  border: 1px solid #8d8d8d;
  color: #ffffff;
  padding: 8px 15px;
  font-size: 16px;
  transition: .3s all;
  backdrop-filter: blur(5px);
}
.contact-form input:focus{
  background: transparent;
  color: #ffffff;
  border-color: #007ced;
}
.contact-form textarea{
  background: transparent;
  border-radius: 15px;
  min-height: 240px;
  color: #ffffff;
  border: 1px solid #8d8d8d;
  backdrop-filter: blur(5px);
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  position: fixed;
  bottom: 0;
  animation: fadeInRight 4s;
}
.content-wrapper {
  padding: 0 170px;
}
@keyframes fadeInRight {
  form{
    opacity: 0;
    right: 100%;
  }
  to{
    opacity: 1;
    right: 25px;
  }
  
}
.container-form-login {
  margin: 250px auto;
  display: flex
;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 15px;
}
.form-controller h2 {
  color: #6172f3;
  font-size: 20px;
  margin-bottom: 20px;
}
.dark-bg:after {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(36deg, black 20%, transparent 80%);
}
.navigator-container .nav-link:focus{
    color: #ffffff8a;
}
.navigator-container .nav-link.active{
    color: #007ced !important;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #222222;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #007ced;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0154a0;
}

/*wesak flowers putting */
#flower-container {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 9999;
}

.flower-wrapper {
    position: absolute;
    top: -50px;
    width: 15px;
    height: 15px;
    animation: fall linear infinite;
}

.flower {
    width: 100%;
    height: 100%;
    background-image: url('../img/jasmin.png'); /* Your flower PNG */
    background-size: contain;
    background-repeat: no-repeat;
    transform-origin: center center;
    animation: spin infinite linear, scalePulse infinite ease-in-out;
}


@keyframes scalePulse {
    0%, 100% {
        scale: 1;
    }
    25%{
        scale: 1.4;
    }
    50% {
        scale: 1.2; /* Adjust scale factor here */
    }
}

@keyframes fall {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 0.9;
    }
    100% {
        transform: translateY(100vh) translateX(50px);
        opacity: 0.3;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#snow {
	position: fixed;
	inset: 0;
	pointer-events: none;
	z-index: 1;
}

.snowflake {
	position: absolute;
	top: -10px;
	color: white;
	text-shadow: 0 0 10px white;
	opacity: 0.8;
	animation-name: fall;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}

@keyframes fall {
	0% {
		transform: translateX(0) translateY(0);
		opacity: inherit;
	}

	50% {
		transform: translateX(25px) translateY(50vh);
	}

	100% {
		transform: translateX(-25px) translateY(110vh);
		opacity: 0;
	}
}
.notification-container {
    position: fixed;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    background: #ffffff;
    color: #000;
    border-left: 5px solid;
    border-radius: 8px;
    padding: 10px 20px;
}
.notification-container i{
    margin-right: 8px;
}
.notification-container.success{
  border-color: #28a745;
}
.notification-container.success i{
  color: #28a745;
}
.notification-container.error{
  border-color: #dc3545;
}
.notification-container.error i{
  color: #dc3545;
}
.message-close-icon{
    position: absolute;
    top: -7px;
    right: -3px;
    cursor: url('../img/hand.png'),default;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #dc3545;
}
.message-close-icon i{
    color: #dc3545 !important;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.notification-container .message-close-icon:hover{
    background: #dc3545;
    color: #ffffff !important;
}
.notification-container .message-close-icon:hover i{
    color: #ffffff !important;
}