body{
  margin: 0;
}
.row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.play-video{
    flex-basis: 69%;
    padding: 10px;
}
.right-sidebar{
flex-basis: 27%;
}
.right-sidebar .side-video-list{
  border-radius: 20px;  
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.right-sidebar .side-video-list a,p{
    margin: 10px 5px 0px 0px;
}
.right-sidebar .side-video-list a{
    text-decoration: none;
    font-size: 18px;
    font-weight: 200;
    display: block;
    color: black;
}
.right-sidebar .side-video-list .vid-info{
    margin: 17px;
}
.right-sidebar .side-video-list .vid-info img{
    width: 55px;
    float: left;
}
.right-sidebar .side-video-list .vid-info .logo_text{
    margin-top: 8px;
    display: inline-block;
}
.play-video video{ 
width: 100%;
box-shadow: 0 7px 4px rgba(0, 0, 0, 0.1);
}
.side-video-list{
    display: flex;
    justify-content: space-between; 
    margin-bottom: 8px;
}
.side-video-list img{
    width: 13em;
    height: 100%;
    border-radius: 14px;
}
.side-video-list .small-thumbnail{
    flex-basis: 49%;
    position: relative;
}
/*hover video*/    
.hover-video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  animation: Play 0.5s forwards;
}
@keyframes Play {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  

.small-thumbnail:hover .hover-video {
  display: block;
}

.unmute-button {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 3em;
  height: 3em;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  cursor: pointer;
  z-index: 10;
  animation: pauseToPlay 0.3s forwards;
}
@keyframes pauseToPlay {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
  

.small-thumbnail:hover .unmute-button {
  display: block;
}

/*hover video*/    
.play-video .tags a{
    color: #0000ff;
    font-size: 13px;
}
.play-video h1{
    font-weight: 600;
    font-size: 22px;
}
.play-video .play-video-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
    font-size: 20px;
}
.play-video .play-video-info .button {
    margin-right: 9px;
    font-size: 40px;
}
.play-video .play-video-info .dwn {
    margin-right: 9px;
}
.play-video .play-video-info  .btn{
    display: flex;
}
.play-video hr{
    border: 0;
    background-color: #ccc;
    height: 1px;
    margin: 0 6px 0 0;
}

.publisher{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.publisher div{
    flex: 1;
    line-height: 18px;
}
.publisher img{
    width: 65px;
    border: 1px solid #000;
    border-radius: 50%;
    margin-right: 15px;
}
.publisher div p{
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}
.publisher div span{
    font-size: 15px;
    color: #5a5a5a;
}
button {
    position: relative;
    width: 130px;
    height: 35px;
    border-radius: 30px;
    background-color: var(--header-bg-color);
    border: 1px #3a5ba2 solid;
    overflow: hidden;
  }
  
  .text1 {
    font-size: 15px;
    font-weight: 600;
    margin-left: 22px;
    color: black;
  }
  
  .text2 {
    position: absolute;
    top: 25%;
    left: -50px;
    font-weight: 700;
    font-size: 14px;
    color: white;
  }
  
  .icon {
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s;
  }
  
  .icon::before {
    position: absolute;
    left: -100px;
    top: 0;
    z-index: -1;
    content: '';
    width: 130px;
    height: 33px;
    border-radius: 30px;
    background-color: #3a5ba2;
  }
  
  button:hover .icon {
    transform: translateX(96px);
    transition: transform 0.5s;
  }
  
  button:hover .text2 {
    transform: translateX(100px);
    transition: transform 0.6s;
  }
  
  button:active {
    transform: scale(1.03);
  }
/* New styles for the description panel */
.video-description {
  border-radius: 8px;
  padding: 12px;
  margin-top: 16px;
  font-size: 15.5px;
  line-height: 1.4;
  box-shadow:  2px 0px 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fcfcfc;
}

.description-content {
  max-height: 30px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.description-content.expanded {
  max-height: 1000px;
}

.show-more-btn {
  background: none;
  border: none;
  color: #6908e7;
  cursor: pointer;
  font-size: 14px;
  margin-top: 8px;
  padding: 0;
}

.hr{
    border: 0;

    height: 2px;
    margin: 0 6px 0 0;
    width: 100%;
    background: linear-gradient(90deg, #84F7D5, #6274EC);
}
/*a*/
a{
  text-decoration: none;
}
/*Download button*/
.conta {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
  }
  .label {
    background-color: transparent;
    border: 2px solid rgb(91, 91, 240);
    display: flex;
    align-items: center;
    border-radius: 50px;
    width: 150px;
    height: 40px;
    cursor: pointer;
    transition: all 0.4s ease;
    padding: 5px;
    position: relative;
  }
  
  .label::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    width: 8px;
    height: 8px;
    transition: all 0.4s ease;
    border-radius: 100%;
    margin: auto;
    opacity: 0;
    visibility: hidden;
  }
  
  .label .input {
    display: none;
  }
  
  .label .title {
    font-size: 17px;
    color: #000;
    transition: all 0.4s ease;
    position: absolute;
    right: 15px;
    bottom: 14px;
    text-align: center;
  }
  
  .label .title:last-child {
    opacity: 0;
    visibility: hidden;
  }
  
  .label .circle {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: rgb(91, 91, 240);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
    position: relative;
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
    overflow: hidden;
  }
  
  .label .circle .icon {
    color: #fff;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
  }
  
  .label .circle .square {
    aspect-ratio: 1;
    width: 15px;
    border-radius: 2px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
  }
  
  .label .circle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #3333a8;
    width: 100%;
    height: 0;
    transition: all 0.4s ease;
  }
  
  .label:has(.input:checked) {
    width: 57px;
    animation: installed 0.4s ease 3.5s forwards;
  }
  
  .label:has(.input:checked)::before {
    animation: rotate 3s ease-in-out 0.4s forwards;
  }
  
  .label .input:checked + .circle {
    animation: pulse 1s forwards, circleDelete 0.2s ease 3.5s forwards;
    rotate: 180deg;
  }
  
  .label .input:checked + .circle::before {
    animation: installing 3s ease-in-out forwards;
  }
  
  .label .input:checked + .circle .icon {
    opacity: 0;
    visibility: hidden;
  }
  
  .label .input:checked ~ .circle .square {
    opacity: 1;
    visibility: visible;
  }
  
  .label .input:checked ~ .title {
    opacity: 0;
    visibility: hidden;
    left: 42px;
    display: flex;
  }
.fa-circle-check{
        margin-left: -14px;
        margin-right: 7px;
        display: block ruby;
        color: green;
}
  .label .input:checked ~ .title:last-child {
    animation: showInstalledMessage 0.4s ease 3.5s forwards;
  }
  
  @keyframes pulse {
    0% {
      scale: 0.95;
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
      scale: 1;
      box-shadow: 0 0 0 16px rgba(255, 255, 255, 0);
    }
    100% {
      scale: 0.95;
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
  
  @keyframes installing {
    from {
      height: 0;
    }
    to {
      height: 100%;
    }
  }
  
  @keyframes rotate {
    0% {
      transform: rotate(-90deg) translate(27px) rotate(0);
      opacity: 1;
      visibility: visible;
    }
    99% {
      transform: rotate(270deg) translate(27px) rotate(270deg);
      opacity: 1;
      visibility: visible;
    }
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }
  
  @keyframes installed {
    100% {
      width: 150px;
      border-color: rgb(35, 174, 35);
    }
  }
  
  @keyframes circleDelete {
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }
  
  @keyframes showInstalledMessage {
    100% {
      opacity: 1;
      visibility: visible;
      right: 56px;
    }
  }
/*Watch facebook button*/
button.facebook-button {
    font-family: inherit;
    font-size: 18px;
    background: linear-gradient(to bottom, #0D36B3 0%, #0063AD 100%);
    color: white;
    padding: 0.8em 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 25px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    width: 12.95em;
    height: 2.5em;
  }
  
  button.facebook-button:hover {
    transform: translateY(-3px);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
  }
  
  button.facebook-button:active {
    transform: scale(0.95);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  }
  
  button.facebook-button span {
    display: block;
    margin-left: 0.4em;
    transition: all 0.3s;
    color: white;
  }
  
  button.facebook-button i {
    width: 18px;
    height: 18px;
    fill: white;
    transition: all 0.3s;
  }
  
  button.facebook-button .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    margin-right: 0.5em;
    transition: all 0.3s;
  }
  
  button.facebook-button:hover i {
    transform: rotate(90deg);
  }
/*video player*/
.video-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-inline: auto;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
  background-color: #000; /* Optional: background color for better appearance */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}


#comment-container {
  width: 100%;
  margin: 30px auto;
  background: var(--header-bg-color);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  height: 100px; /* Initial height */
  transition: height 0.3s ease; /* Smooth transition */
  padding: 6px;
}

#show-more-btn, #show-less-btn {
  display: none;
  width: 100%;
  height: 2.5em;
  padding: 10px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
}

#show-more-btn:hover, #show-less-btn:hover {
  background-color: #0056b3;
}

@media (max-width: 1000px) {
  #comment-container {
      height: 100px; /* Initial height */
  }
  #show-more-btn {
      display: block;
  }
}

@media (min-width: 1001px) {
  #comment-container {
      height: auto;
  }
  #show-more-btn, #show-less-btn {
      display: none;
  }
}
/*Search*/
.stardust,
.cosmic-ring,
.starfield,
.nebula {
  max-height: 70px;
  max-width: 314px;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  border-radius: 12px;
  filter: blur(3px);
}

.input {
  background-color: #05071b;
  border: none;
  width: 301px;
  height: 56px;
  border-radius: 10px;
  color: #a9c7ff;
  padding-inline: 59px;
  font-size: 18px;
}

#search-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.input::placeholder {
  color: #6e8cff;
}

.input:focus {
  outline: none;
}

#main:focus-within > #input-mask {
  display: none;
}

#input-mask {
  pointer-events: none;
  width: 100px;
  height: 20px;
  position: absolute;
  background: linear-gradient(90deg, transparent, #05071b);
  top: 18px;
  left: 70px;
}

#cosmic-glow {
  pointer-events: none;
  width: 30px;
  height: 20px;
  position: absolute;
  background: #4d6dff;
  top: 10px;
  left: 5px;
  filter: blur(20px);
  opacity: 0.8;
  transition: all 2s;
}

#main:hover > #cosmic-glow {
  opacity: 0;
}

.stardust {
  max-height: 63px;
  max-width: 307px;
  border-radius: 10px;
  filter: blur(2px);
}

.stardust::before {
  content: "";
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(83deg);
  position: absolute;
  width: 600px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: 0 0;
  filter: brightness(1.4);
  background-image: conic-gradient(
    rgba(0, 0, 0, 0) 0%,
    #4d6dff,
    rgba(0, 0, 0, 0) 8%,
    rgba(0, 0, 0, 0) 50%,
    #6e8cff,
    rgba(0, 0, 0, 0) 58%
  );
  transition: all 2s;
}

.cosmic-ring {
  max-height: 59px;
  max-width: 303px;
  border-radius: 11px;
  filter: blur(0.5px);
}

.cosmic-ring::before {
  content: "";
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(70deg);
  position: absolute;
  width: 600px;
  height: 600px;
  filter: brightness(1.3);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(
    #05071b,
    #4d6dff 5%,
    #05071b 14%,
    #05071b 50%,
    #6e8cff 60%,
    #05071b 64%
  );
  transition: all 2s;
}

.starfield {
  max-height: 65px;
  max-width: 312px;
}

.starfield::before {
  content: "";
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(82deg);
  position: absolute;
  width: 600px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(
    rgba(0, 0, 0, 0),
    #1c2452,
    rgba(0, 0, 0, 0) 10%,
    rgba(0, 0, 0, 0) 50%,
    #2a3875,
    rgba(0, 0, 0, 0) 60%
  );
  transition: all 2s;
}

#search-container:hover > .starfield::before {
  transform: translate(-50%, -50%) rotate(-98deg);
}

#search-container:hover > .nebula::before {
  transform: translate(-50%, -50%) rotate(-120deg);
}

#search-container:hover > .stardust::before {
  transform: translate(-50%, -50%) rotate(-97deg);
}

#search-container:hover > .cosmic-ring::before {
  transform: translate(-50%, -50%) rotate(-110deg);
}

#search-container:focus-within > .starfield::before {
  transform: translate(-50%, -50%) rotate(442deg);
  transition: all 4s;
}

#search-container:focus-within > .nebula::before {
  transform: translate(-50%, -50%) rotate(420deg);
  transition: all 4s;
}

#search-container:focus-within > .stardust::before {
  transform: translate(-50%, -50%) rotate(443deg);
  transition: all 4s;
}

#search-container:focus-within > .cosmic-ring::before {
  transform: translate(-50%, -50%) rotate(430deg);
  transition: all 4s;
}

.nebula {
  overflow: hidden;
  filter: blur(30px);
  opacity: 0.4;
  max-height: 130px;
  max-width: 354px;
}

.nebula:before {
  content: "";
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(60deg);
  position: absolute;
  width: 999px;
  height: 999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(
    #000,
    #4d6dff 5%,
    #000 38%,
    #000 50%,
    #6e8cff 60%,
    #000 87%
  );
  transition: all 2s;
}

#wormhole-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  max-height: 40px;
  max-width: 38px;
  height: 100%;
  width: 100%;
  isolation: isolate;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(180deg, #1c2452, #05071b, #2a3875);
  border: 1px solid transparent;
}

.wormhole-border {
  height: 42px;
  width: 40px;
  position: absolute;
  overflow: hidden;
  top: 7px;
  right: 7px;
  border-radius: 10px;
}

.wormhole-border::before {
  content: "";
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  position: absolute;
  width: 600px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: 0 0;
  filter: brightness(1.35);
  background-image: conic-gradient(
    rgba(0, 0, 0, 0),
    #4d6dff,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 50%,
    #6e8cff,
    rgba(0, 0, 0, 0) 100%
  );
  animation: rotate 4s linear infinite;
}



#search-icon {
  position: absolute;
  left: 20px;
  top: 15px;
}

@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(450deg);
  }
}
#main {
  position: relative;
  display: inline-block; /* Ensures it doesn't take up unnecessary space */
}

#suggestions {
  position: absolute;
  top: 100%; /* Positions the suggestions box right below the search bar */
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, #1c2452, #05071b, #2a3875); /* Adjust as needed */
  z-index: 1000; /* Ensures it appears above other elements */
  display: none; /* Initially hidden */
  border-radius: 0 0 5px 5px ;
  color: #fff;
}

.suggestion {
  padding: 8px;
  cursor: pointer;
  margin: 5px;
}

.suggestion a {
  text-decoration: none;
  color: white;
}

.suggestion:hover {
  background-color: #130f40;
}
#no-results{
  background-color: #130f40;
  color: white;
  padding: 10px;
}
/*Tips1*/ 
.Tips_Btn {
  width: 2.5em;
  height: 2.5em;
  align-items: baseline;
  justify-content: center;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s;
  fill: white !important;
  position: absolute;
}


/* Notification badge */
.Tips_Btn::after {
  content: '1';
  position: absolute;
  top: -5px;
  right: -10px;
  background-color: red;
  color: white;
  border-radius: 50%;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.svgContainer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  backdrop-filter: blur(0px);
  letter-spacing: 0.8px;
  border-radius: 10px;
  transition: all 0.3s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  color: white;
  border-radius: 50%;
}

.svgContainer > img {
  width: 1.5rem;
}

.BG {
  position: absolute;
  bottom: 0;
  left: -25px;
  content: "";
  width: 5.5em;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
  pointer-events: none;
  transition: all 2s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: transparent;
  filter: blur(4px);
  z-index: 4;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  opacity: 0;
}

.BG::before {
  position: absolute;
  content: "";
  height: 0.6em;
  width: 0.6em;
  top: -0.2em;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  background: white;
  opacity: 0;
  z-index: -10;
  transition: 5s all;
}

.Tips_Btn:hover .BG::before {
  opacity: 1;
}

.Tips_Btn:hover .BG {
  transform: translateY(130%);
  transform-origin: top;
  background: white;
  color: black;
  filter: blur(0px);
  opacity: 1;
}

.Tips_Btn:hover .svgContainer {
  z-index: 20;
  background-color: rgba(156, 156, 156, 0.466);
  filter: blur(0px);
  fill: black;
}
/*Tips pop up*/
.card {
  width: 300px;
  height: 220px;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  gap: 13px;
  position: absolute;
  top: 20%;
  right: 10%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.062);
  z-index: 100;
}

.card.show {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.hidden {
  display: none;
}

.cookieHeading {
  font-size: 1.5em;
  font-weight: 800;
  color: rgb(26, 26, 26);
}

.cookieDescription {
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  color: rgb(99, 99, 99);
}

.buttonContainer {
  display: flex;
  gap: 20px;
  flex-direction: row;
}

.acceptButton {
  width: 100px;
  height: 30px;
  background-color: #7b57ff;
  transition-duration: .2s;
  border: none;
  color: rgb(241, 241, 241);
  cursor: pointer;
  font-weight: 600;
  border-radius: 20px;
}

.declineButton {
  width: 80px;
  height: 30px;
  background-color: rgb(218, 218, 218);
  transition-duration: .2s;
  color: rgb(46, 46, 46);
  border: none;
  cursor: pointer;
  font-weight: 600;
  border-radius: 20px;
}

.declineButton:hover {
  background-color: #ebebeb;
  transition-duration: .2s;
}

.acceptButton:hover {
  background-color: #9173ff;
  transition-duration: .2s;
}
.card img{
  width: 3em;
  height: 3em;
}
/*Tips_Btn2*/
.Tips_Btn2 {
  right: 22%;
  width: 2.5em;
  height: 2.5em;
  align-items: baseline;
  justify-content: center;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s;
  position: absolute;
}


.Tips_Btn2:hover .BG::before {
  opacity: 1;
}

.Tips_Btn2:hover .BG {
  transform: translateY(130%);
  transform-origin: top;
  background: white;
  color: black;
  filter: blur(0px);
  opacity: 1;
}

.Tips_Btn2:hover .svgContainer {
  z-index: 20;
  background-color: rgba(156, 156, 156, 0.466);
  filter: blur(0px);
  fill: black;
}
/*responsive*/

@media (max-width:1986px){
  .right-sidebar .side-video-list a{
    font-size: 17px;
    font-weight: 300;
  }
  .card {
    right: 9%;
  }
}
@media (max-width:1892px){
  .right-sidebar .side-video-list a{
    font-size: 16.5px;
    font-weight: 200;
    word-break: break-all;
  }
  .right-sidebar .side-video-list .vid-info{
    margin: 12px;
  }
  .input {
    width: 250px;
    height: 50px;
    padding-inline: 55px;
    font-size: 18px;
  }
  .cosmic-ring {
    max-height: 50px;
    max-width:250px;
  }
  .wormhole-border{top: 5px;}
  #wormhole-icon{top: 5px;}
}
@media (max-width:1783px){
  .right-sidebar .side-video-list a{
    font-size: 17.5px;
    word-break: break-all;
  }
  .side-video-list img {
    width: 98%;
    height: 89%;
    margin: 5px;
  }
  .right-sidebar .side-video-list .vid-info {
    margin: 3px;
  }
  
}
@media screen and (max-width: 1702px) {
  .right-sidebar .side-video-list a{
    font-size: 20px;
    word-break: break-all;
  }
  .right-sidebar .side-video-list .vid-info {
    margin: 3px;
  }
  .card {
    top: 22%;
    right: 8%;
  }
}
@media screen and (max-width: 1677px) {
  .right-sidebar .side-video-list a{
    font-size: 19px;
    word-break: break-all;
  }
  .side-video-list img {
    width: 100%;
    height: 92%;
    margin: 0px;
  }
  .right-sidebar .side-video-list .vid-info {
    margin: 3px;
  }
  .input {
    width: 210px;
    font-size: 17px;
  }
  .cosmic-ring {
    max-width:200px;
  }
  .nebula {
    max-width: 100px;
  }
}

@media screen and (max-width: 1603px) {
  .right-sidebar .side-video-list a{
    font-size: 20px;
    word-break: keep-all;
    margin-left: 15px;
  }
  .side-video-list img {
    width: 108%;
    height: 91%;
    margin: 0;
  }
  .right-sidebar .side-video-list .vid-info {
    margin: 3px;
  }
  #preloader img{
    width: 20em;
    height: 10em;
  }
  .input {
    width: 180px;
    font-size: 17px;
  }
  .cosmic-ring {
    max-width:200px;
  }
  .nebula {
    max-width: 200px;
  }
  .starfield {
    max-width: 280px;
  }
  .stardust {
    max-width: 280px;
  }
  .Tips_Btn2 {
    right: 21%;
  }
  .hover-video {
    width: 105%;
  }
}
@media screen and (max-width: 1500px) {
  .side-video-list img {
    width: 100%;
    height: 91%;
    margin: 4px;
  }
  .right-sidebar .side-video-list a{
    margin-left: 0;
  }
  .right-sidebar .side-video-list .vid-info {
    margin: 3px;
  }
  .card {
    top: 22%;
    right: 5%;
  }
}

@media screen and (max-width: 1450px) {
  .right-sidebar .side-video-list a{
    font-size: 19px;
  }
  .right-sidebar .side-video-list .vid-info {
    margin: 3px;
  }
  .input {
    width: 165px;
    height: 50px;
    font-size: 16px;
  }
  .cosmic-ring {
    max-height: 50px;
    max-width:170px;
  }
  .nebula {
    max-width: 130px;
  }
  .starfield {
    max-width: 250px;
  }
  .stardust {
    max-width: 250px;
  }
}
@media screen and (max-width: 1350px) {
  .right-sidebar .side-video-list a{
    font-size: 19px;
  }
  .right-sidebar .side-video-list .vid-info {
    margin: 3px;
  }
  .card {
    right: 2%;
  }
  .input {
    width: 150px;
  }
  .Tips_Btn2 {
    right: 20.5%;
  }
}
@media screen and (max-width:1266px) {
  .input {
    width: 125px;
    height: 50px;
    font-size: 16px;
  }
  .cosmic-ring {
    max-height: 50px;
    max-width:125px;
  }
  .nebula {
    max-width: 115px;
  }
  .starfield {
    max-width: 235px;
  }
  .stardust {
    max-width: 235px;
  }
  .Tips_Btn2 {
    right: 20%;
  }
  .card {
    right: 0%;
  }
}
@media screen and (max-width: 1175px) {
  .right-sidebar .side-video-list a{
    font-size: 18px;
  }
  .input {
    width: 120px;
    font-size: 15px;
  }
  .cosmic-ring {
    max-width:120px;
  }
  .nebula {
    max-width: 130px;
  }
  .starfield {
    max-width: 220px;
  }
  .stardust {
    max-width: 220px;
  }
  .Tips_Btn2 {
    right: 20%;
  }
  .card {
    right: -4%;
  }
}
@media screen and (max-width: 1123px) {
  .right-sidebar .side-video-list a{
    font-size: 17px;
    word-break: break-all;
  }
  .input {
    width: 90px;
  }
  .cosmic-ring {
    max-width:90px;
  }
  .nebula {
    max-width: 110px;
  }
  .starfield {
    max-width: 200px;
  }
  .stardust {
    max-width: 200px;
  }
  .Tips_Btn2 {
    right: 19%;
  }
}
@media screen and (max-width: 1052px) {
  .right-sidebar .side-video-list a{
    font-size: 18px;
    word-break: keep-all;
  }
  .input {
    width:80px;
    font-size: 14.5px;
  }
  .cosmic-ring {
    max-width:80px;
  }
  .nebula {
    max-width: 100px;
  }
  .starfield {
    max-width: 190px;
  }
  .stardust {
    max-width: 190px;
  }
  .Tips_Btn2 {
    right: 19%;
  }
}
@media screen and (max-width: 1018px) {
  .right-sidebar .side-video-list a{
    font-size: 18px;
    word-break: keep-all;
    margin-left: 13px;
  }
  .side-video-list img {
    width: 125%;
    height: 70%;
    margin: 8px -8px 0px 0;
  }
}

@media screen and (max-width:1000px){
  .play-video{
    flex-basis: 98%;
  }
  .right-sidebar{
    flex-basis:100%;
  }
  .right-sidebar .side-video-list a{
    font-size: 18px;
    word-break: keep-all;
    margin-left: 13px;
  }
  .side-video-list img {
    width: 100%;
    height: 95%;
  }
  .hover-video {
    max-width: 26em;
  }
  .side-video-list {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 8px;
  }
  .input {
    width: 380px;
    font-size: 18px;
    height: 56px;
  }
  .cosmic-ring {
    max-width:380px;
  }
  .nebula {
    max-width: 400px;
  }
  .starfield {
    max-width: 490px;
  }
  .stardust {
    max-width: 480px;
  }
  .Tips_Btn2 {
    left: 32%;
  }
  .Tips_Btn{
    left: 25%;
  }
  .wormhole-border{top: 7px;}
  #wormhole-icon{top: 8px;}
  .card{
    top: 110%;
  left: 30%;
  }
}
@media screen and (max-width:800px){
  .Tips_Btn2 {
    left: 25%;
  }
  .Tips_Btn{
    left: 15%;
  }
  .input {
    width: 350px;
    font-size: 15px;
    height: 56px;
  }
  .cosmic-ring {
    max-width:350px;
  }
  .nebula {
    max-width: 380px;
  }
  .starfield {
    max-width: 460px;
  }
  .stardust {
    max-width: 460px;
  }
  .card{
  top: 110%;
  left: 30%;
  }
}
@media screen and (max-width: 690px) {
  .side-video-list img{
    margin: 0;
  }
  .right-sidebar .side-video-list a, p {
    margin: 0;
  }
  button.facebook-button {
    font-size: 18px;
    color: white;
    padding: 0.8em 1.2em;
    width: 7.95em;
    height: 2.5em;
  }
  .label {
    width: 130px;
    padding: 5px;
  }
  .label .title {
    font-size: 15px;
    bottom: 15px;
  }
  #preloader img{
    width: 15em;
    height: 10em;
    margin-bottom: 12%;
  }
  .Tips_Btn2 {
    left: 15%;
  }
  .Tips_Btn{
    left: 5%;
  }
  .input {
    width: 350px;
    font-size: 15px;
    height: 56px;
  }
  .cosmic-ring {
    max-width:350px;
  }
  .nebula {
    max-width: 380px;
  }
  .starfield {
    max-width: 460px;
  }
  .stardust {
    max-width: 460px;
  }
  #search-container{
    margin-bottom: 15px;
  }
  .card{
    top: 100%;
  left: 30%;
  }
}
@media screen and (max-width:609px) {
  .Tips_Btn2 {
    left: 13%;
  }
  .Tips_Btn{
    left: 4%;
  }
  .input {
    width: 320px;
    font-size: 17px;
    height: 56px;
  }
  .cosmic-ring {
    max-width:320px;
  }
  .nebula {
    max-width: 350px;
  }
  .starfield {
    max-width: 430px;
  }
  .stardust {
    max-width: 430px;
  }
  .card{
    top: 90%;
  left: 40%;
  }
}
@media screen and (max-width:560px) {
  .Tips_Btn2 {
    left: 11%;
  }
  .Tips_Btn{
    left: 2%;
  }
  .input {
    width: 300px;
    font-size: 16px;
    height: 56px;
  }
  .cosmic-ring {
    max-width:300px;
  }
  .nebula {
    max-width: 330px;
  }
  .starfield {
    max-width: 410px;
  }
  .stardust {
    max-width: 410px;
  }
}
@media screen and (max-width: 520px) {
  button.facebook-button {
    font-size: 18px;
    color: white;
    padding: 0.8em 1.2em;
    width: 7em;
    height: 2.5em;
  }
  button.facebook-button span {
    margin-left: 0.1em;
    font-size: 15px;
    font-weight: 500;
  }
  .label {
    width: 130px;
    padding: 5px;
  }
  .label .title {
    font-size: 15px;
    bottom: 15px;
    font-weight: 600;
  }

  .play-video video {
    width: 100%;
    box-shadow: 0 7px 4px rgba(0, 0, 0, 0.1);
  }
  .input {
    width: 270px;
    font-size: 15px;
    height: 56px;
  }
  .cosmic-ring {
    max-width:270px;
  }
  .nebula {
    max-width: 300px;
  }
  .starfield {
    max-width: 380px;
  }
  .stardust {
    max-width: 380px;
  }
}

@media screen and (max-width: 500px) {
  .label {
    width: 50px;
    padding: 5px;
  }
  .label .title {
    display: none;
  }
  .input {
    width: 210px;
    font-size: 15px;
    height: 56px;
  }
  .cosmic-ring {
    max-width:210px;
  }
  .nebula {
    max-width: 260px;
  }
  .starfield {
    max-width: 320px;
  }
  .stardust {
    max-width: 320px;
  }
  .Tips_Btn2 {
    left: 13%;
  }
  .Tips_Btn{
    left: 2%;
  }
  .card{
    top: 100%;
  left: 50%;
  }
}

@media screen and (max-width: 434px) {
  .input {
    width: 190px;
    font-size: 15px;
    height: 50px;
  }
  .cosmic-ring {
    max-width:190px;
  }
  .nebula {
    max-width: 240px;
  }
  .starfield {
    max-width: 295px;
  }
  .stardust {
    max-width: 295px;
  }
  .play-video video{
    margin-top: 25%;
  }
}
@media screen and (max-width: 410px) {
  button.facebook-button span {
  display: none;
  }
  button.facebook-button {
    width: 3em;
  }
  button.facebook-button .icon-wrapper{
    margin: 0;
  }
  .play-video .play-video-info {
    font-size: 14px;
  }
  .input {
    width: 170px;
    font-size: 14px;
  }
  .cosmic-ring {
    max-width:170px;
  }
  .nebula {
    max-width: 220px;
  }
  .starfield {
    max-width: 275px;
  }
  .stardust {
    max-width: 275px;
  }

  .Tips_Btn2 {
    left: 13%;
  }
  .Tips_Btn{
    left: 0.5%;
  }
  .card{
    top: 95%;
  left: 50%;
  }
}

@media screen and (max-width: 385px) {
  .input {
    width: 150px;
    font-size: 14px;
  }
  .cosmic-ring {
    max-width:150px;
  }
  .nebula {
    max-width: 200px;
  }
  .starfield {
    max-width: 255px;
  }
  .stardust {
    max-width: 255px;
  }
  .card {
    width: 230px;
    height: 220px;
    top: 120%;
    right: 10%;
  }
}


@media screen and (max-width: 364px) {
  .input {
    width: 140px;
    font-size: 14px;
  }
  .cosmic-ring {
    max-width:140px;
  }
  .nebula {
    max-width: 190px;
  }
  .starfield {
    max-width: 245px;
  }
  .stardust {
    max-width: 245px;
  }
  .card {
    width: 230px;
    height: 220px;
    top: 125%;
    right: 10%;
  }
  .cookieHeading {
    font-size: 1.28em;
    font-weight: bolder;
  }
  .cookieDescription {
    text-align: center;
    font-size: 1em;
    font-weight: 300;
  }
}
@media screen and (max-width: 349px) {
  .input {
    width: 120px;
    font-size: 13.5px;
  }
  .cosmic-ring {
    max-width:120px;
  }
  .nebula {
    max-width: 170px;
  }
  .starfield {
    max-width: 230px;
  }
  .stardust {
    max-width: 230px;
  }
  
  .Tips_Btn2 {
    left: 13.8%;
  }
}
@media screen and (max-width: 324px) {
  .input {
    width: 105px;
    font-size: 13px;
  }
  .cosmic-ring {
    max-width:105px;
  }
  .nebula {
    max-width: 110px;
  }
  .starfield {
    max-width: 215px;
  }
  .stardust {
    max-width: 215px;
  }

  .Tips_Btn2 {
    left: 14%;
  }
}
@media screen and (max-width: 310px) {
  .input {
    width: 95px;
    font-size: 13px;
  }
  .cosmic-ring {
    max-width:95px;
  }
  .nebula {
    max-width: 100px;
  }
  .starfield {
    max-width: 200px;
  }
  .stardust {
    max-width: 20px;
  }

  .Tips_Btn2 {
    left: 14.5%;
  }
  .card {
    width: 210px;
    height: 220px;
    top: 130%;
    right: 10%;
  }
  .cookieHeading {
    font-size: 1.17em;
  }
  .cookieDescription {
    font-size: 0.9em;
    font-weight: 300;
  }
}
@media screen and (max-width: 298px) {
  .input {
    width: 85px;
    font-size: 12px;
  }
  .cosmic-ring {
    max-width:85px;
  }
  .nebula {
    max-width: 90px;
  }
  .starfield {
    max-width: 190px;
  }
  .stardust {
    max-width: 190px;
  }
}
@media screen and (max-width: 285px) {
  .input {
    width: 65px;
    font-size: 12px;
  }
  .cosmic-ring {
    max-width:75px;
  }
  .nebula {
    max-width: 85px;
  }
  .starfield {
    max-width: 170px;
  }
  .stardust {
    max-width: 170px;
  }
  .Tips_Btn2 {
    left: 14.9%;
  }
  .card {
    width: 200px;
    height: 220px;
    top: 150%;
    right: 10%;
  }
  .cookieHeading {
    font-size: 1.28em;
    font-weight: bolder;
  }
  .cookieDescription {
    text-align: center;
    font-size: 1em;
    font-weight: 300;
  }
}
/*nav*/
/* Navbar styles */
nav {
  height: 4rem;
  width: 100%;
  top: 0%;
  display: flex;
  z-index: 10;
  margin-bottom: 10px;
  background: var(--header-bg-color);;
}

/* Styling logo */
.logo img {
  height: 4.3rem;
  width: 5rem;
}

/* Styling Links */
.nav-links {
  display: flex;
  list-style: none;
  width: 88vw;
  padding: 0 0.7vw;
  justify-content: space-evenly;
  align-items: center;
  text-transform: uppercase;
}

.nav-links li a {
  text-decoration: none;
  margin: 0 0.7vw;
  color: black;
  font-weight: bolder;
}

.nav-links li a:hover {
  color: #61dafb;
}

.nav-links li {
  position: relative;
}

.nav-links li a::before {
  content: "";
  display: block;
  height: 3px;
  width: 0%;
  background-color: #61dafb;
  position: absolute;
  transition: all ease-in-out 250ms;
  margin: 0 0 0 10%;
}

.nav-links li a:hover::before {
  width: 80%;
}

/* Styling Buttons */
.login-button {
  background-color: transparent;
  border: 1.5px solid #f2f5f7;
  border-radius: 2em;
  padding: 0.6rem 0.8rem;
  margin-left: 2vw;
  font-size: 1rem;
  cursor: pointer;
  color: rgb(9, 153, 250);
}

.login-button:hover {
  color: #131418;
  background-color: #f2f5f7;
  border: 1.5px solid #f2f5f7;
  transition: all ease-in-out 350ms;
}

.join-button {
  color: #131418;
  background-color: #61dafb;
  border: 1.5px solid #61dafb;
  border-radius: 2em;
  padding: 0.6rem 0.8rem;
  font-size: 1rem;
  cursor: pointer;
}

.join-button:hover {
  color: #f2f5f7;
  background-color: transparent;
  border: 1.5px solid #f2f5f7;
  transition: all ease-in-out 350ms;
}

/* Styling Hamburger Icon */
.hamburger div {
  width: 30px;
  height: 3px;
  background: #48dbfb;
  margin: 5px;
  transition: all 0.3s ease;
}

.hamburger {
  display: none;
}

/* Styling for small screens */
@media screen and (max-width: 800px) {
  nav {
    position: fixed;
    z-index: 300;
    background: #121127;
  }
  .video-container{
    margin-top: 15%;
  }
  .hamburger {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 10px; /* Adjusted to be at the top */
    transform: translateY(0);
    z-index: 2;
    transition: all 0.7s ease;
  }

  .nav-links {
    position: fixed;
    background: #121127;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    clip-path: circle(50px at 90% -20%);
    -webkit-clip-path: circle(50px at 90% -10%);
    transition: all 1s ease-out;
    pointer-events: none;
  }

  .nav-links.open {
    clip-path: circle(1000px at 90% -10%);
    -webkit-clip-path: circle(1000px at 90% -10%);
    pointer-events: all;
    margin: 0;
  }

  .nav-links li {
    opacity: 0;
  }

  .nav-links li:nth-child(1) {
    transition: all 0.5s ease 0.2s;
  }

  .nav-links li:nth-child(2) {
    transition: all 0.5s ease 0.4s;
  }

  .nav-links li:nth-child(3) {
    transition: all 0.5s ease 0.6s;
  }

  .nav-links li:nth-child(4) {
    transition: all 0.5s ease 0.7s;
  }

  .nav-links li:nth-child(5) {
    transition: all 0.5s ease 0.8s;
  }

  .nav-links li:nth-child(6) {
    transition: all 0.5s ease 0.9s;
    margin: 0;
  }

  .nav-links li:nth-child(7) {
    transition: all 0.5s ease 1s;
    margin: 0;
  }

  li.fade {
    opacity: 1;
  }
  .hamburger div {
    background: #fff;
  }
  .nav-links li a {
    color: #fff;
  }
}
@media screen and (max-width: 434px) {
  .video-container{
    margin-top: 25%;
  }
}
/* Animating Hamburger Icon on Click */
.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
  transition: all 0.7s ease;
  width: 0;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}
/*footer*/
     /*foter animation*/
     #animation {
      background: #080a3c;
      height: auto;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      z-index: 1;
      border-radius: 75px 75px 0px 0px;
    }
    #animation::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: url(/img/tt.png);
      animation: imgChange 1s linear 1s infinite;
    }
    #animation::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: url(/img/tt.2.png);
      animation: imgChangeTwo 1s linear 1s infinite;
    }
    @keyframes imgChange {
      0% {
        opacity: 0;
      }
      50% {
        opacity: 1;
      }
      100% {
        opacity: 0;
      }
    }
    @keyframes imgChangeTwo {
      0% {
        opacity: 1;
      }
      50% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
    }
    /* The footer is fixed to the bottom of the page */
    
    footer {
      position: fixed;
      bottom: 0;
    }
    
    @media (max-height:800px) {
      footer {
          position: static;
      }
      header {
          padding-top: 40px;
      }
    }
    
    .footer-distributed {
      box-sizing: border-box;
      width: 100%;
      text-align: left;
      font: bold 16px sans-serif;
      margin-top: 80px;
      padding: 20px;
      position: relative;
      z-index: 2;
    }
    
    .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
      display: inline-block;
      vertical-align: top;
    }
    
    /* Footer left */
    .footer-distributed .footer-left {
    width: 35%;
    padding: 10px;
    }
    
    .footer-distributed .footer-left i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
    }
    
    .footer-distributed .footer-left i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
    }
    
    .footer-distributed .footer-left p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
    }
    
    .footer-distributed .footer-left p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
    }
    
    .footer-distributed .footer-left p a {
    color: #e0ac1c;
    text-decoration: none;
    ;
    }
    
    
    /* Footer links */
    
    .footer-distributed .footer-links {
      color: #ffffff;
      margin: 20px 0 12px;
    }
    
    .footer-distributed .footer-links a {
      display: inline-block;
      line-height: 1.8;
      text-decoration: none;
      color: inherit;
    }
    
    .footer-distributed .footer-company-name {
      color: #8f9296;
      font-size: 14px;
      font-weight: normal;
      margin: 0;
    }
    
    /* Footer Center */
    
    
    .footer-distributed .footer-center {
    width: 30%;
    }
    
    .footer-distributed h3 {
    color: #ffffff;
    font: normal 36px 'Cookie', cursive;
    margin: 0;
    }
    
    
    .footer-distributed h3 span {
    color: #e0ac1c;
    }
    
    
    /* Footer Right */
    
    .footer-distributed .footer-right {
      width: 30%;
    }
    
    .footer-distributed .footer-company-about {
      line-height: 20px;
      color: #92999f;
      font-size: 13px;
      font-weight: normal;
      margin: 0;
    }
    
    .footer-distributed .footer-company-about span {
      display: block;
      color: #ffffff;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 20px;
    }
    
    .footer-distributed .footer-icons {
      margin-top: 25px;
    }
    
    .footer-distributed .footer-icons a {
      display: inline-block;
      width: 35px;
      height: 35px;
      cursor: pointer;
      background-color: #33383b;
      border-radius: 2px;
      font-size: 20px;
      color: #ffffff;
      text-align: center;
      line-height: 35px;
      margin-right: 3px;
      margin-bottom: 5px;
    }
    
    .footer-distributed .footer-icons a:hover {
      background-color: #3F71EA;
      transition: .5s;
      transform: scale(1.2);
    }
    
    .footer-links a:hover {
      color: #3F71EA;
      transition: .5s;
    }
    
    @media (max-width: 880px) {
      .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
          display: block;
          width: 100%;
          margin-bottom: 40px;
          text-align: center;
      }
      .footer-distributed .footer-center i {
          margin-left: 0;
      }
    }       
    /*logo*/
    .mr{
    border: 2px solid #fafafa;
    border-radius:50% ;
    width: 5.5em;
    height: 5.5em;
    margin-left: 20px;
    }        
    .mr img{
    width: 5em;
    height: 5em;
    padding: 7px;
    }
    .tainor{
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    h1{
      color: #000000;
      font-size: 75px;
    }
    
    span{
      color: #fff724;
    }
/*Go to top*/
.button {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgb(20, 20, 20);
	border: none;
	font-weight: 600;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 0px 4px rgba(180, 160, 255, 0.253);
	cursor: pointer;
	transition: width 0.3s, background-color 0.3s, border-radius 0.3s;
	overflow: hidden;
	position: fixed;
	bottom: 120px;
	right: 20px;
	z-index: 1000;
	display: none;
}

.button i {
  color: white;
  transition: transform 0.8s;
}

.button:hover {
  width: 160px;
  border-radius: 50px;
  background-color: rgb(65, 24, 211);
}

.button:hover i {
  transform: translateY(-230%);
}

.button::before {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, 50%);
  content: "Back to Top";
  color: white;
  font-size: 0px;
  transition: font-size 0.3s, opacity 0.3s, transform 0.3s;
}

.button:hover::before {
  font-size: 13px;
  opacity: 1;
  transform: translate(-50%, -50%);
}
/*dark mode*/
.dark-mode {
  --theme-bg-color: #151616;
  --header-bg-color: #d3d8e4;
  --main-color: #fefffd;
 }
.dark-light {
  position: fixed;
  bottom: 30px;
  right: 20px;
  background-color: var(--header-bg-color);
  box-shadow: -1px 3px 8px -1px rgba(0, 0, 0, 0.2);
  padding: 8px;
  border-radius: 50%;
  z-index: 3;
  width: 2em;
  height: 2em;
  background-color: #323A4B;
  color: aliceblue;
  svg {
   width: 28px;
  }
 }
 
 .dark-mode .dark-light svg {
     fill: #ffce45;
     stroke: #ffce45;
 }
 
 .dark-light svg {
     fill: transparent;
     transition: 0.5s;
 }