:root {
    --bs-dark: 13, 12, 28;
}

.bg-dark {
    --bs-bg-opacity: 0.7;
    background-color: rgba(var(--bs-dark), var(--bs-bg-opacity)) !important;
}

.bg-text {
    font-size: 200px;
    font-weight: 900;
    transform: rotate(-90deg);
    opacity: 0.15;
    color: #5b37eb;
    position: relative;
    top:220px;
}

.nav {
    font-family: 'Poppins', sans-serif;
}

.btn-bg {
    background-image:linear-gradient(hsl(220, 88%, 59%), hsl(270 100% 40% / 100%)),linear-gradient(#000000, #000000);
    border:none;
    font-size: 15px;
}

#scroll-text
{
	background: var(--bg-dark);
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px; 
  position:relative;
  width:99vw;  
  overflow: hidden;
}

.scrolling-text-warp {
    transform :rotate(-4.09deg); 
}

.scrolling-text {
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
    will-change: transform;
    backface-visibility: hidden;
  }
  
  .scrolling-text .scrolling-text-content {
    white-space: nowrap;
    transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
    font-family: "Poppins";
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    color: rgba(67, 63, 131, 0.8);
  }
  
  .bg-content-graident {
    background-image: radial-gradient(closest-side, rgba(62, 56, 141, 0.5), rgba(13, 12, 28));
  }


.glitch {
    position: relative;
    color: #fff;
    font-size: 4em;
    letter-spacing: 0
}

.glitch::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    left: 2px;
    text-shadow: -2px 0 #cf117b;
    clip: rect(44px,450px,106px,0);
    animation: glitch-anim 5s infinite linear alternate-reverse
}

.glitch::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    left: -2px;
    text-shadow: -2px 0 #30a6ef,2px 2px #cf117b;
    animation: glitch-anim2 1s infinite linear alternate-reverse
}

.img-bg {
  opacity: 0.3;
  position: sticky;
  top:0vh;
  width: 100%;
  height: 100vh;
  object-fit: cover;  
}


.img-bg2 {
  opacity: 0.07;
  position:absolute;
  z-index: -1;
  left: 0; 
  right: -100px; 
  margin-left: auto; 
  margin-right: auto; 
}

@media (max-width: 320px)
{
  
  .bg-text {
    font-size: 110px;
    font-weight: 900;
    transform: rotate(0deg);
    opacity: 0.15;
    color: #5b37eb;
    position: relative;
    top:0px;
  }

	.glitch {
    position: relative;
    color: #fff;
    font-size: 2em;
    letter-spacing: 0
  }

  .glitch.cvr-title-tp{
    font-size: 1.7em;
  }

  #scroll-text
  {
    background: var(--bg-dark);
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px; 
    position:relative;
    width:99vw;  
    overflow: hidden;
  }

  #scroll-text
  {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px; 
  }

  .scrolling-text .scrolling-text-content {
    font-size: 60px;
  }

}

@media (max-width: 430px)
{
  
  .bg-text {
    font-size: 110px;
    font-weight: 900;
    transform: rotate(0deg);
    opacity: 0.15;
    color: #5b37eb;
    position: relative;
    top:0px;
  }

	.glitch {
    position: relative;
    color: #fff;
    font-size: 2em;
    letter-spacing: 0
  }

  .glitch.cvr-title-tp{
    font-size: 1.7em;
  }

  #scroll-text
  {
    background: var(--bg-dark);
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px; 
    position:relative;
    width:99vw;  
    overflow: hidden;
  }

  #scroll-text
  {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px; 
  }

  .scrolling-text .scrolling-text-content {
    font-size: 60px;
  }

}

@keyframes glitch-anim {
    0% {
        clip: rect(1px,9999px,34px,0);
        transform: skew(0.82deg)
    }

    10% {
        clip: rect(78px,9999px,9px,0);
        transform: skew(0.18deg)
    }

    20% {
        clip: rect(49px,9999px,65px,0);
        transform: skew(0.11deg)
    }

    30% {
        clip: rect(98px,9999px,14px,0);
        transform: skew(0.37deg)
    }

    40% {
        clip: rect(65px,9999px,28px,0);
        transform: skew(0.45deg)
    }

    50% {
        clip: rect(73px,9999px,40px,0);
        transform: skew(0.93deg)
    }

    60% {
        clip: rect(41px,9999px,66px,0);
        transform: skew(0.3deg)
    }

    70% {
        clip: rect(78px,9999px,29px,0);
        transform: skew(0.67deg)
    }

    80% {
        clip: rect(28px,9999px,13px,0);
        transform: skew(0.48deg)
    }

    90% {
        clip: rect(27px,9999px,60px,0);
        transform: skew(0.95deg)
    }

    100% {
        clip: rect(11px,9999px,31px,0);
        transform: skew(0.75deg)
    }
}

@keyframes glitch-anim2 {
    0% {
        clip: rect(53px,9999px,78px,0);
        transform: skew(0.29deg)
    }

    10% {
        clip: rect(84px,9999px,34px,0);
        transform: skew(0.95deg)
    }

    20% {
        clip: rect(78px,9999px,57px,0);
        transform: skew(0.12deg)
    }

    30% {
        clip: rect(45px,9999px,30px,0);
        transform: skew(0.96deg)
    }

    40% {
        clip: rect(26px,9999px,77px,0);
        transform: skew(1deg)
    }

    50% {
        clip: rect(14px,9999px,68px,0);
        transform: skew(0.36deg)
    }

    60% {
        clip: rect(3px,9999px,3px,0);
        transform: skew(0.49deg)
    }

    70% {
        clip: rect(23px,9999px,34px,0);
        transform: skew(0.74deg)
    }

    80% {
        clip: rect(81px,9999px,42px,0);
        transform: skew(0.22deg)
    }

    90% {
        clip: rect(93px,9999px,72px,0);
        transform: skew(0.66deg)
    }

    100% {
        clip: rect(89px,9999px,10px,0);
        transform: skew(0.41deg)
    }
}

@keyframes glitch-skew {
    0% {
        transform: skew(1deg)
    }

    20% {
        transform: skew(5deg)
    }

    40% {
        transform: skew(-4deg)
    }

    60% {
        transform: skew(3deg)
    }

    80% {
        transform: skew(4deg)
    }

    100% {
        transform: skew(-2deg)
    }
}

ol {
    list-style: none;
    counter-reset: none;
    font-size: 1.2rem;
    position: relative;
    padding: 0;
  }
  
  /* increment the custom counter */
  ol li {
    counter-increment: none;
    /* center the content in the viewport */
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: left;
     /*text-shadow: 0 1px 5px rgba(29, 28, 100, 0.5);
    position relative to absolute position the pseudo element behind the text */
    z-index: 5;
  }
  
  /* display the custom counter with the :before pseudo element, in the very center of the list item */
  ol li:before {
   
  }
  
  /* added bonus, a more christmas-y selection */
  ol li::selection {
    color: white;
    background: #2d863c;
  }
  
  /* position the custom counter to the left/right for odd/even list items */
  ol li:nth-child(odd):before {
    left: 0%;
  }
  
  ol li:nth-child(even):before {
    left: 100%;
  }
  
  /* add position sticky and position each subsequent list item 7.5vh from the previous */
  ol li {
    position: sticky;
    font-family: 'Poppins', sans-serif;
	  font-weight: 500;
	  color: #fefefe;	
	  margin-bottom: 0;
  }
  
  /* ! have the list items occupy enough vertical space to cover (viewport - vertical offset)
  otherwise the elements would collapse to the top once the page reaches the last item
  */
  ol li:nth-child(1) {
    top: 15vh;
    height: 100vh;
  }
  
  ol li:nth-child(2) {
    top: 21vh;
    height: 79vh;
  }
  
  ol li:nth-child(3) {
    top: 31vh;
    height: 69vh;
  }
  
  ol li:nth-child(4) {
    top: 38vh;
    height: 62vh;
  }
  
  ol li:nth-child(5) {
    top: 48vh;
    height: 52vh;
  }
  
  ol li:nth-child(6) {
    top: 61vh;
    height: 39vh;
  }

  ol li:nth-child(7) {
    top: 70vh;
    height: 30vh;
  }
  
  ol li:nth-child(8) {
    top: 80vh;
    height: 20vh;
  }


  @media (max-width: 430px) {
    ol {
      list-style: none;
      counter-reset: none;
      font-size: 0.9rem;
      position: relative;
      padding: 0;
    }
  }

  @media (max-width: 320px) {
    ol {
      list-style: none;
      counter-reset: none;
      font-size: 0.9rem;
      position: relative;
      padding: 0;
    }
  }




.masonry-gallery-demo {
    margin: 0 auto;
  
    &:after {
      content: '';
      display: block;
      clear: both;
    }
  
    .grid-sizer,
    .lg-item {
      width: 33.33%;
    }
  
    .lg-item {
      float: left;
      margin-bottom: 10px;
    }
  
    .lg-item img {
      display: block;
      max-width: 100%;
    }
  }

  .gradient {
    width: 500px;    
    height: 500px;
    filter: blur(50px);
    background-image: linear-gradient(#4ddc9e, #5b37eb, #f1307e);
    animation: rotate 10s cubic-bezier(0.8, 0.2, 0.2, 0.8) alternate infinite;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    position: absolute;
    z-index: -0;
  }
  
  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

/*--Roadmap--*/
#roadmap .pr_cnt{
	color: #fefefe;
}

#roadmap .pr_cnt .item
{
	margin-top: 15px;
  width: 50vw;
	overflow: hidden;
	position: relative;
	background: radial-gradient(50% 50% at 50% 50%, rgb(32, 31, 60) 0%, rgb(22, 20, 41) 100%);
	box-shadow: 10 10 var( #17222f, 8px) 0 #17222f;
	border:1px solid #17222f;
	cursor: pointer;
	transition: all 0.5s;
  padding: 0 30px 0 30px;
  transform: skew(10deg);
}

#roadmap ul .owl-item {
  padding-bottom: 140px;
}

#roadmap .pr_cnt .item:hover
{
	box-shadow: 0px 0px 20px 5px #ffbb763f;
  border: outset 3px solid rgba(255, 255, 255, 0.454);
}

#roadmap li+li {
  margin-left: 30px;
}

#roadmap li+li+li {
  margin-left: 60px;
}

#roadmap li+li+li+li {
  margin-left: 90px;
}

#roadmap li+li+li+li+li {
  margin-left: 120px;
}

#roadmap li+li+li+li+li+li {
  margin-left: 150px;
}

#roadmap li+li+li+li+li+li+li {
  margin-left: 180px;
}





#roadmap ul>li.item:nth-child(n)  {
  /* margin-left: 30px; */
}

#roadmap ul>li.item:nth-child(odd) {
   
}

#roadmap ul>li.item:nth-child(even) {
  
}

#roadmap .pr_cnt .pr_obj
{
	
}
#roadmap .pr_cnt .pr_obj .pr_main
{
	/* padding:20px !important; */
  transform: skew(-10deg);
}
#roadmap .pr_cnt .pr_obj .pr_subhead
{
	font-family: 'Poppins',sans-serif;
	font-size: 14px;
	font-weight: 500;
	color:#d5d5d5;
  /* transform: skew(-20deg); */
}
#roadmap .pr_cnt .pr_obj .pr_head
{
	font-family: 'Poppins',sans-serif;
	font-size: 20px;
	font-weight: 900;
	text-align: left;
  /* transform: skew(-20deg); */
}

#roadmap .pr_cnt .pr_obj .pr_head-2
{
	color:lightgray;
	border-top:1px solid gray;
	font-size:16px;
}

#roadmap .pr_cnt .pr_obj .pr_lnk
{
	margin-bottom: 40px;
}
#roadmap .pr_cnt .pr_obj .pr_lnk a{
	color: #fefefe;
}
@media (max-width: 320px)
{
	#roadmap .pr_cnt .pr_obj
	{
		padding-left: 0px;
	}
	#roadmap .pr_cnt .item
	{
		width: 280px !important;
	}
	#roadmap .pr_cnt .pr_obj .pr_lnk a
	{
		padding: 10px 18px !important;
	}

  #roadmap .pr_cnt
  {
    margin: 0;
    padding: 0;
  }

	#roadmap .pr_cnt .item
  {
    margin-top: 15px;
    width: 90vw;
    overflow: hidden;
    position: relative;
    background: radial-gradient(50% 50% at 50% 50%, rgb(32, 31, 60) 0%, rgb(22, 20, 41) 100%);
    box-shadow: 10 10 var( #17222f, 8px) 0 #17222f;
    border:1px solid #17222f;
    cursor: pointer;
    transition: all 0.5s;
    padding: 0;
    transform: skew(0deg);
  }

  #roadmap li+li {
    margin-left: 0px;
  }

  #roadmap li+li+li {
    margin-left:0px;
  }

  #roadmap li+li+li+li {
    margin-left: 0px;
  }

  #roadmap li+li+li+li+li {
    margin-left: 0px;
  }

  #roadmap li+li+li+li+li+li {
    margin-left: 0px;
  }

  #roadmap li+li+li+li+li+li+li {
    margin-left: 0px;
  }

  #roadmap .pr_cnt .pr_obj .pr_main
  {
    transform: skew(0deg);
  }

  #roadmap .pr_cnt .pr_obj .pr_subhead
  {
    font-size: 12px;
  }
  #roadmap .pr_cnt .pr_obj .pr_head
  {
    font-size: 16px;
    min-width: 100px;
  }

  .gradient {
    width: 250px;    
    height: 250px;
    filter: blur(50px);
    background-image: linear-gradient(#4ddc9e, #5b37eb, #f1307e);
    animation: rotate 10s cubic-bezier(0.8, 0.2, 0.2, 0.8) alternate infinite;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    position: absolute;
    z-index: -0;
  }
}
@media (max-width: 240px)
{
	#roadmap .pr_cnt .item
	{
		width: 200px !important;
		height: 390px !important;
	}

  #roadmap .pr_cnt
  {
    margin: 0;
    padding: 0;
  }

	#roadmap .pr_cnt .item
  {
    margin-top: 15px;
    width: 90vw;
    overflow: hidden;
    position: relative;
    background: radial-gradient(50% 50% at 50% 50%, rgb(32, 31, 60) 0%, rgb(22, 20, 41) 100%);
    box-shadow: 10 10 var( #17222f, 8px) 0 #17222f;
    border:1px solid #17222f;
    cursor: pointer;
    transition: all 0.5s;
    padding: 0;
    transform: skew(0deg);
  }

  #roadmap li+li {
    margin-left: 0px;
  }

  #roadmap li+li+li {
    margin-left:0px;
  }

  #roadmap li+li+li+li {
    margin-left: 0px;
  }

  #roadmap li+li+li+li+li {
    margin-left: 0px;
  }

  #roadmap li+li+li+li+li+li {
    margin-left: 0px;
  }

  #roadmap li+li+li+li+li+li+li {
    margin-left: 0px;
  }

  #roadmap .pr_cnt .pr_obj .pr_main
  {
    transform: skew(0deg);
  }

  #roadmap .pr_cnt .pr_obj .pr_subhead
  {
    font-size: 12px;
  }
  #roadmap .pr_cnt .pr_obj .pr_head
  {
    font-size: 16px;
    min-width: 100px;
  }

  .gradient {
    width: 250px;    
    height: 250px;
    filter: blur(50px);
    background-image: linear-gradient(#4ddc9e, #5b37eb, #f1307e);
    animation: rotate 10s cubic-bezier(0.8, 0.2, 0.2, 0.8) alternate infinite;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    position: absolute;
    z-index: -0;
  }
}

@media (max-width: 430px)
{
  #roadmap .pr_cnt
  {
    margin: 0;
    padding: 0;
  }

	#roadmap .pr_cnt .item
  {
    margin-top: 15px;
    width: 90vw;
    overflow: hidden;
    position: relative;
    background: radial-gradient(50% 50% at 50% 50%, rgb(32, 31, 60) 0%, rgb(22, 20, 41) 100%);
    box-shadow: 10 10 var( #17222f, 8px) 0 #17222f;
    border:1px solid #17222f;
    cursor: pointer;
    transition: all 0.5s;
    padding: 0;
    transform: skew(0deg);
  }

  #roadmap li+li {
    margin-left: 0px;
  }

  #roadmap li+li+li {
    margin-left:0px;
  }

  #roadmap li+li+li+li {
    margin-left: 0px;
  }

  #roadmap li+li+li+li+li {
    margin-left: 0px;
  }

  #roadmap li+li+li+li+li+li {
    margin-left: 0px;
  }

  #roadmap li+li+li+li+li+li+li {
    margin-left: 0px;
  }

  #roadmap .pr_cnt .pr_obj .pr_main
  {
    transform: skew(0deg);
  }

  #roadmap .pr_cnt .pr_obj .pr_subhead
  {
    font-size: 12px;
  }
  #roadmap .pr_cnt .pr_obj .pr_head
  {
    font-size: 16px;
    min-width: 100px;
  }

  .gradient {
    width: 250px;    
    height: 250px;
    filter: blur(50px);
    background-image: linear-gradient(#4ddc9e, #5b37eb, #f1307e);
    animation: rotate 10s cubic-bezier(0.8, 0.2, 0.2, 0.8) alternate infinite;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    position: absolute;
    z-index: -0;
  }
}


/* Cards */
.postcard {
  flex-wrap: wrap;
  display: flex;
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
  border-radius: 10px;
  margin: 0 0 2rem 0;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}
.postcard.dark {
  background-color: #18151f;
}
.postcard .t-dark {
  color: #18151f;
}
.postcard a {
  color: inherit;
}
.postcard h1, .postcard .h1 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.postcard .small {
  font-size: 80%;
}
.postcard .postcard__title {
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
}
.postcard .postcard__img {
  max-height: 180px;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.postcard .postcard__img_link {
  display: contents;
}
.postcard .postcard__bar {
  width: 50px;
  height: 10px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #424242;
  transition: width 0.2s ease;
}
.postcard .postcard__text {
  padding: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.postcard .postcard__preview-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  height: 100%;
  font-size: 14px;
  line-height: 20px;
}

.postcard:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-70deg, #424242, transparent 50%);
  opacity: 1;
  border-radius: 10px;
}
.postcard:hover .postcard__bar {
  width: 100px;
}

@media screen and (min-width: 769px) {
  .postcard {
    flex-wrap: inherit;
  }
  .postcard .postcard__title {
    font-size: 2rem;
  }
  .postcard .postcard__tagbox {
    justify-content: start;
  }
  .postcard .postcard__img {
    max-width: 300px;
    max-height: 100%;
    transition: transform 0.3s ease;
  }
  .postcard .postcard__text {
    padding: 3rem;
    width: 100%;
  }
  .postcard .media.postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    background: #18151f;
    top: -20%;
    height: 130%;
    width: 55px;
  }
  .postcard:hover .postcard__img {
    transform: scale(1.1);
  }
  .postcard:nth-child(2n+1) {
    flex-direction: row;
  }
  .postcard:nth-child(2n+0) {
    flex-direction: row-reverse;
  }
  .postcard:nth-child(2n+1) .postcard__text::before {
    left: -12px !important;
    transform: rotate(4deg);
  }
  .postcard:nth-child(2n+0) .postcard__text::before {
    right: -12px !important;
    transform: rotate(-4deg);
  }
}
@media screen and (min-width: 1024px) {
  .postcard__text {
    padding: 2rem 3.5rem;
  }

  .postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    top: -20%;
    height: 130%;
    width: 55px;
  }

  .postcard.dark .postcard__text:before {
    background: #18151f;
  }

  .postcard.light .postcard__text:before {
    background: #e1e5ea;
  }
}
/* COLORS */
.postcard .postcard__tagbox .green.play:hover {
  background: #79dd09;
  color: black;
}

.green .postcard__title:hover {
  color: #79dd09;
}

.green .postcard__bar {
  background-color: #79dd09;
}

.green::before {
  background-image: linear-gradient(-30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.green:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .blue.play:hover {
  background: #0076bd;
}

.blue .postcard__title:hover {
  color: #0076bd;
}

.blue .postcard__bar {
  background-color: #0076bd;
}

.blue::before {
  background-image: linear-gradient(-30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.blue:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .red.play:hover {
  background: #bd150b;
}

.red .postcard__title:hover {
  color: #bd150b;
}

.red .postcard__bar {
  background-color: #bd150b;
}

.red::before {
  background-image: linear-gradient(-30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.red:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .yellow.play:hover {
  background: #bdbb49;
  color: black;
}

.yellow .postcard__title:hover {
  color: #bdbb49;
}

.yellow .postcard__bar {
  background-color: #bdbb49;
}

.yellow::before {
  background-image: linear-gradient(-30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

.yellow:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

@media screen and (min-width: 769px) {
  .green::before {
    background-image: linear-gradient(-80deg, rgba(121, 221, 9, 0.1), transparent 50%);
  }

  .green:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(121, 221, 9, 0.1), transparent 50%);
  }

  .blue::before {
    background-image: linear-gradient(-80deg, rgba(0, 118, 189, 0.1), transparent 50%);
  }

  .blue:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(0, 118, 189, 0.1), transparent 50%);
  }

  .red::before {
    background-image: linear-gradient(-80deg, rgba(189, 21, 11, 0.1), transparent 50%);
  }

  .red:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(189, 21, 11, 0.1), transparent 50%);
  }

  .yellow::before {
    background-image: linear-gradient(-80deg, rgba(189, 187, 73, 0.1), transparent 50%);
  }

  .yellow:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(189, 187, 73, 0.1), transparent 50%);
  }
}

.socials {
  color: whitesmoke;
  display: inline-block;
  margin:10px 20px 10px 20px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 1px solid rgba(243, 243, 243, 0.3);
  line-height: 80px;
  vertical-align: middle;
  font-size: 35px;
}

.socials:hover {
  border: outset 3px solid rgba(255, 255, 255, 0.454);
  background: radial-gradient(50% 50% at 50% 50%, rgb(32, 31, 60) 0%, rgb(22, 20, 41) 100%);
  box-shadow: 0px 0px 20px 5px #ffbb763f;
}

.gradient-border {
  --borderWidth: 3px;
  position: relative;
  border-radius: var(--borderWidth);
}
.gradient-border:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}


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

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}
