/*aside tag start*/
aside {
      width: 250px;
      height: 100%; /* Set a fixed height for the aside section */
      padding: 10px;
/*      background-color: #ddd;*/
      overflow-y: auto; /* Enable vertical scrolling when content exceeds height */
/*      float: right; /* Float the aside to the right side of the page */*/
      margin-left: 10px; /* Add some space between the main content and aside */
    }
/*aside tag end*/

/*invite_btn start*/
.invite_btn {
  font-family: inherit;
  font-size: 14px;
  background-image: linear-gradient(to bottom, #4e54c8, #8f94fb);
  color: #fff;
  font-weight: bold;
  padding: 11px 16px;
  padding-left: 14px;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.2s;
}

.invite_btn span {
  display: block;
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
}

.invite_btn svg {
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}

.invite_btn:hover .svg-wrapper {
  animation: fly-1 0.6s ease-in-out infinite alternate;
}

.invite_btn:hover svg {
  transform: translateX(19px) rotate(45deg) scale(1.1);
}

.invite_btn:hover span {
  transform: translateX(160px);
}

.invite_btn:active {
  transform: scale(0.95);
}

@keyframes fly-1 {
  from {
    transform: translateY(1px);
  }

  to {
    transform: translateY(-1px);
  }
}
/*invite_btn end*/

/*btn_CV Button for View Resume start*/
.btn_CV {
  display: grid;
  place-items: center;
  background: #e3edf7;
  padding: 10px
  border-radius: 10px;
  box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.15),
  -6px -6px 10px -1px rgba(255,255,255,0.7);
  border: 1px solid rgba(0,0,0,0);
  cursor: pointer;
  transition: transform 0.5s;
}
.btn_CV:hover {
  box-shadow: inset 4px 4px 6px -1px rgba(0,0,0,0.2),
  inset -4px -4px 6px -1px rgba(255,255,255,0.7),
  -0.5px -0.5px 0px rgba(255,255,255,1),
  0.5px 0.5px 0px rgba(0,0,0,0.15),
  0px 12px 10px -10px rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.1);
  transform: translateY(0.5em);
}
.btn_CV img {
  transition: transform 0.5s;
}
.btn_CV:hover img {
  transform: scale(0.9);
  fill: #333333;
}
/*btn_CV Button for View Resume end*/

/*Add to favorites Button start*/
.label1 {
   background-color: white;
   display: flex;
   align-items: center;
   gap: 14px;
   padding: 10px 15px 10px 10px;
   cursor: pointer;
   user-select: none;
   border-radius: 10px;
   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
   color: black;
}

.input1 {
  display: none;
}

.input1:checked + .label1 svg {
   fill: hsl(0deg 100% 50%);
   stroke: hsl(0deg 100% 50%);
   animation: heartButton 1s;
}

@keyframes heartButton {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.3);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}

.input1 + .label1 .action {
 position: relative;
 overflow: hidden;
 display: grid;
}

.input1 + .label1 .action span {
 grid-column-start: 1;
 grid-column-end: 1;
 grid-row-start: 1;
 grid-row-end: 1;
 transition: all .5s;
}

.input1 + .label1 .action span.option-1 {
 transform: translate(0px,0%);
 opacity: 1;
}

.input1:checked + .label1 .action span.option-1 {
 transform: translate(0px,-100%);
 opacity: 0;
}

.input1 + .label1 .action span.option-2 {
 transform: translate(0px,100%);
 opacity: 0;
}

.input1:checked + .label1 .action span.option-2 {
 transform: translate(0px,0%);
 opacity: 1;
}
html{
scroll-behavior: smooth;
}
.text_highlight:target {
font-weight: bold;
background-color: #FFA;
-webkit-transition: all 1s linear;
border-radius: 20px;
} 
/*Add to favorites Button end*/

/*Download and Pause Unpause button start*/
.cssbuttons-io-button {
  background: #A370F0;
  color: white;
  font-family: inherit;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 15px;
  font-weight: 500;
  border-radius: 0.9em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1.6em -0.6em #714da6;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
}

.cssbuttons-io-button .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.7em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em #7b52b9;
  right: 0.3em;
  transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
  width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #7b52b9;
}

.cssbuttons-io-button:hover .icon svg {
  transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
  transform: scale(0.95);
}
/*Download and Pause Unpause button end*/

/*WhatsApp button start*/
.whatsapp_float {
  /*position:fixed;*/
  width:50px;
  height:50px;
  bottom:40px;
  right:80px;
  float: right;
  background-color:#25d366;
  color:#FFF;
  border-radius: 30px;
  text-align:center;
        font-size:30px;
  box-shadow: 2px 2px 3px #999;
        z-index:100;
}
.whatsapp-icon {
  margin-top:10px;
}
@media screen and (max-width: 767px){
     .whatsapp-icon {
   margin-top:10px;
     }
    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 18px;
        right: 70px;
        font-size: 22px;
    }
}
/*WhatsApp button end*/