body {
  background-color: #f0f2f5;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
}

.story {
  position: relative;
  overflow: hidden;
  border: 1px solid #e2e2e2;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.story:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 255, 170, 0.25);
  cursor: pointer;
}

.story-ring {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: conic-gradient(#00ffc3, #006cff, #8000ff, #00ffc3);
  animation: ring-spin 4s linear infinite;
  box-shadow: 0 0 8px #00ffc383, 0 0 15px #006aff75;
}

.story-ring::before {
  content: '';
  position: absolute;
  width: 62px;
  height: 62px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 1;
}

.story-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  border: 2px solid rgb(248, 102, 102);
}

/* Animate ring */
@keyframes ring-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body {
  margin: 0;

}
.footercontainer {
  margin: 0;
}
footer {
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);

}
.team-footer {
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  margin: 0;
  width: 100%;
  padding-top: 15px;
  margin-left: 0px;
  margin-right: 0px;
  box-sizing: border-box;
}

.footer-link {
  color: #bbbbbb;
  text-decoration: none;
  display: flex;
  justify-content: center;
}

.footer-link:hover {
  color: #c41616;
  text-decoration: underline;
}

.footer-icon {
  font-size: 1.2rem;
  color: #7541ee;
  transition: color 0.3s;
}

.footer-icon:hover {
  color: #00ffc3;
}
.small{
    font-size:  16PX;
    color: #e2e0e0;
}
.logo {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  justify-content: center;
  justify-items: center;
}

.text-center {
  padding-bottom: 9px;

}
.list-fw-semibold {
  display: flex;
  flex-direction: column;
  font-size: 19px;
  font-weight: 600;
  justify-content: center;
  justify-items: center;
}
.leftists_y {
  justify-self: center;
	
}
.text-center {
  color: #f0f2f5;
  padding-bottom: 5px;
}

.button {
  background: none;
  border: none;
}

.button .bloom-container {
  position: relative;
  transition: all 0.2s ease-in-out;
  border: none;
  background: none;
}

.button .bloom-container .button-container-main {
  width: 110px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: grid;
  place-content: center;
  border-right: 5px solid white;
  border-left: 5px solid rgba(128, 128, 128, 0.147);
  transform: rotate(-20deg);
  transition: all 0.5s ease-in-out;
}

.button .bloom-container .button-container-main .button-inner {
  height: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.5) -10px 5px 10px 0px;
  transition: all 0.5s ease-in-out;
}

.button .bloom-container .button-container-main .button-inner .back {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(
    60deg,
    rgb(245, 255, 255) 0%,
    rgb(185, 225, 200) 100%
  );
}

.button .bloom-container .button-container-main .button-inner .front {
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: linear-gradient(60deg, rgb(0, 0, 0));
  display: grid;
  place-content: center;
  transform: rotate(20deg);
}

.button .bloom-container .button-container-main .button-inner .front .svg {
  fill: #ffffff;
  opacity: 0.5;
  width: 30px;
  aspect-ratio: 1;
  transition: all 0.2s ease-in;
}

.button .bloom-container .button-container-main .button-glass {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.888) 100%
  );
  transform: translate(0%, -50%) rotate(0deg);
  transform-origin: bottom center;
  transition: all 0.5s ease-in-out;
}

.button .bloom-container .bloom {
  height: 1px;
  width: 1px;
  position: absolute;
  background: white;
}

.button .bloom-container .bloom1 {
  top: 10px;
  right: 20px;
  box-shadow: rgb(255, 255, 255) 0px 0px 10px 10px,
    rgb(255, 255, 255) 0px 0px 20px 20px;
}

.button .bloom-container .bloom2 {
  bottom: 10px;
  left: 20px;
  box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 10px 10px,
    rgba(255, 255, 255, 0.5) 0px 0px 30px 20px;
}

.button .bloom-container:hover {
  transform: scale(1.1);
}

.button .bloom-container:hover .button-container-main .button-glass {
  transform: translate(0%, -40%);
}

.button
  .bloom-container:hover
  .button-container-main
  .button-inner
  .front
  .svg {
  opacity: 1;
  filter: drop-shadow(0 0 10px white);
}

.button .bloom-container:active {
  transform: scale(0.7);
}

.button .bloom-container:active .button-container-main .button-inner {
  transform: scale(1.2);
}


/* From Uiverse.io by wilsondesouza */ 
ul {
  list-style: none;
}

.example-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.example-2 .icon-content {
  margin: 0 10px;
  position: relative;
}
.example-2 .icon-content .tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
}
.example-2 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: -50px;
}
.example-2 .icon-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  padding: 3px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid black;
  color: #ffffff;
  background-color: #c41616;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}
.example-2 .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 23px;
  height: 23px;
}
.example-2 .icon-content a:hover {
  color: white;
}
.example-2 .icon-content a .filled {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover .filled {
  height: 100%;
}

.example-2 .icon-content a[data-social="whatsapp"] .filled,
.example-2 .icon-content a[data-social="whatsapp"] ~ .tooltip {
  background-color: #128c7e;
}

.example-2 .icon-content a[data-social="facebook"] .filled,
.example-2 .icon-content a[data-social="facebook"] ~ .tooltip {
  background-color: #3b5998;
}
.example-2 .icon-content a[data-social="instagram"] .filled,
.example-2 .icon-content a[data-social="instagram"] ~ .tooltip {
  background: linear-gradient(
    45deg,
    #405de6,
    #5b51db,
    #b33ab4,
    #c135b4,
    #e1306c,
    #fd1f1f
  );
}
  .example-2 .icon-content a[data-social="youtube"] .filled,
  .example-2 .icon-content a[data-social="youtube"] ~ .tooltip {
  background-color: #ff0000;
  }

  .aligned {
    display: flex;
    align-items: center; 
    gap: 2px; 
    justify-self: center;
    margin-bottom: 15px;
  }

  .logo {
     width: 60px;
     height: 60px;
     object-fit: cover; 
  }
  .logo-texts {
    font-size: 25px;
    text-decoration: none;
    color: #0f0f0f;
    line-height: 1;
    font-weight: 600;
    margin-right: 55px;
  }


  /*stories home page*/
  .story-list {
  width: 90%;
  max-width: none;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 8px;
  background-color: transparent;
  overflow: hidden;
  justify-self: center;
  margin-top: 20px;
  margin-bottom: 20px;
  }
  .muted-label {
     padding: 10px 15px;
    font-size: 14px;
    color: #888;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
  }
  #cardnewfilter {
  width: 75px;
  height: 30px;
  border-radius: 25px;
  background-color: #05330760;
  border:1px solid #006cff;
  position: absolute;
  z-index: 2;
  justify-self: flex-end;
  display: flex;
  color: white;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-weight: 500;
}

  .story-item {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 15px 25px;
  border-radius: 8px;
  border: 0.3px solid rgba(194, 194, 194, 0.65);
  width: 700px;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin: 12px;
      /*box-shadow: 0 2px 15px rgba(37, 37, 137, 0.01);*/
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(255, 0, 0, 0.08) 0px 0px 0px 1px;
  justify-self: center;
  background-color: white;
  }
    
    @media (max-width: 768px) {
.story-list {  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
  .story-item {
    margin:6px;
 
    width: 100%;
  }
}
.story-item:hover {
  background-color:rgba(245, 245, 245, 0);
}

.story-photo {
  width: 65px; 
  height: 65px;
  border-radius: 55%;
  padding: 2px;
  border: 2px solid #272727d7;
  object-fit: cover;
  margin-right: 15px;
  background: conic-gradient(#ffffff, #ff0000, #000000, #bbbdbc);
 animation: pulse 4.5s ease-in-out 4s infinite;
 box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.story-textupdate {
  width: 100%;
}
.story-text {
display: flex;
flex-direction: column;
    }

.story-name {
  font-size: 18px;
  font-weight: 700;
  color: #252525;
    }
.loaderz {
  height: 2px;
  width: inherit;
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 3px;
  background-color: #9ab1df31;
  animation: retract 5s cubic-bezier(0.15, 0.83, 0.66, 1) 2s forwards infinite;
}
.loadera {
  height: 2px;
  width: inherit;
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 3px;
  background-color: rgba(135, 0, 0, 0.8); /* Red with slight transparency */
  animation: retract 5s cubic-bezier(0.15, 0.83, 0.66, 1) 2s forwards infinite;
}

  .story-time {
  font-size: 16px;
  color: #1b1b1b;
  display: -webkit-box;
  -webkit-line-clamp: 2;      
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
    }

    .story-item:last-child {
      border-bottom: none;
    }

.wrapper {
  display: flex;
  list-style: none;
  height: 120px;
  padding: auto;
  width: 100%;
  padding-top: 4px;
  font-family: "Poppins", sans-serif;
  justify-content: center;
}

.wrapper .icon {
  position: relative;
  background: #c41616;
  z-index: 0;
  color: #ffffffff;
  border-radius: 50%;
  margin: 8px;
  width: 50px;
  height: 50px;
  border: 2px solid rgb(0, 0, 0);
  box-shadow: inset
  8px 8px 20px rgb(247, 27, 27),
  -8px -8px 20px rgba(255, 255, 255, 0.856);
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media (max-width: 600px) {
  #wrapper .icon {
    width: 25px;
    height: 25px;
    font-size: 16px;
    margin: 6px;
   
  }
}

.wrapper .icon::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 100%;
  background-color: transparent;
  z-index: -1;
  border-radius: 50%;
  top: 100%;
}
.wrapper .icon:hover:after {
  animation: bg-pos 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1 both;
  animation-timing-function: ease-in-out;
}

.wrapper .icon:hover {
  color: #fff;
  overflow: unset;
  transition: color 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: overflow-toggle 0.7s;
}

.wrapper .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #fff;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #fff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.wrapper .facebook::after {
  background-color: #1877f2;
}
.wrapper .whatsapp::after {
  background-color: #1df241;
}
.wrapper .instagram::after {
  background-color: #922079;
}

.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background: #1877f2;
  color: #fff;
}

.wrapper .whatsapp:hover .tooltip,
.wrapper .whatsapp:hover .tooltip::before {
  background: #1da1f2;
  color: #fff;
}

.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background: #922079;
  color: #fff;
}

@keyframes bg-pos {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}

@keyframes overflow-toggle {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}


/* Scroll to top button */
#scrollToTopBtn {
position: fixed;
bottom: 40px;
right: 40px;
width: 50px;
height: 50px;
background: #ffffff00;
color: rgb(0, 0, 0);
border: 2px solid #050505;
border-radius: 50%;
box-shadow: 0 4px 8px rgba(0,0,0,0.3);
cursor: pointer;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, transform 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
z-index: 1000;
}
#fa-brands .fa-upwork {
 box-shadow: inset 0 8px 19px #c41616;
}
#scrollToTopBtn.show {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
#scrollToTopBtn:hover {
background: #fa2408e5;
box-shadow: 0 6px 12px rgba(0,0,0,0.4);
transform: scale(1.1);
}
@media (max-width: 600px) {
#scrollToTopBtn {
width: 30px;
height: 30px;
font-size: 20px;
bottom: 10px;
right: 15px;}
}
