/*!
Theme Name: Solidgate
Theme URI: 
Author: 
Author URI: 
Description: D
Version: 1.0.0
Text Domain: solidgate
*/

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'],
[role="tab-list"] {
  list-style: none;
}
[role="list"],
[role="tab-list"] {
	margin-block: 0;
	padding: 0;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  margin: 0;
  padding: 0;
	overflow-wrap: anywhere;
	overflow-x: auto;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
video,
picture,
iframe {
  max-inline-size: 100%;
  block-size: auto;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}
/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}
:where(body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd) {
    margin-block: 0;
}
body {
	background-color: #1F1F1F;
	font-family: 'Onest', sans-serif;
	color:#fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wrapper {
	position: relative;
	margin-inline: auto;
	max-width: 1280px;
	padding-inline-start: 2rem;
	padding-inline-end: 2rem;
  padding-block-start: 3rem;
  padding-block-end: 2rem;
}
.gap\:m {
	gap: 15px;
}
.gap\:l {
	gap: 15px;
}
.align-items\:center {
	align-items:center !important;
}
.align-items\:flex-start {
	align-items:flex-start !important;
}
.sidebar {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding-block-end: 60px;
}
.sidebar > :last-child {
  flex-basis: 348px; 
  flex-grow: 1;
}
.sidebar > :first-child {
  flex-basis: 0;
  flex-grow: 999;
  min-inline-size: 50%;
}
.cluster {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width:420px) {
  .cluster {
    justify-content: space-evenly;
  }
}
.stack {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.stack > * {
  margin-block: 0;
} 
.stack > * + * {
  margin-block-start: var(--space, 1rem);
}
.intro h1 {
  font-size: 45px;
  font-weight: 600;
  background-image: linear-gradient(0deg,rgba(255,255,255,.12),rgba(255,255,255,.12)),linear-gradient(90deg,#00BECC,#FFA524 16.66%,#930FFF 33.33%,#00BECC 50%,#FFA524 66.66%,#930FFF 83.33%,#00BECC);
  background-size: 200% 100%;
  background-position: 0 50%;
  animation: text-gradient 3.5s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 59px;
}
@keyframes text-gradient {
  0% {
      background-position: 0 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.intro p {
  font-size: 24px;
  line-height: 37px;
  padding-block-start:25px;
}
.cta {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  width: fit-content;
  text-decoration: none;
  padding: 8px;
  margin-block-start: 25px;
  transition: all .2s ease-in;
}
.cta:hover {
  transform: scale(1.1);
}
.entry-player {
  background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.044) 77.08%, rgba(0, 0, 0, 0) 100%);
  border: 1.51px solid;
  border-radius: 44.5025px;
  backdrop-filter: blur(8.34388px);
  padding-inline: 40px;
  padding-block-start: 55px;
  padding-block-end: 35px;
  max-inline-size: 347px;
  margin: 1rem auto;
}
.entry-player p {
  font-size: 20px;
  padding-block-start: 15px;
}
.player-container {
    padding-block-start: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.progress-bar-container {
    width: 100%;
    height: 5px; 
    background-color: white; 
    margin-bottom: 15px;
    border-radius: 5px;
    position: relative; 
    cursor: pointer;
}
.progress-bar {
    height: 100%;
    width: 0%; 
    background-color: transparent; 
}
.progress-thumb {
    position: absolute; 
    top: 50%; 
    left: 0%; 
    transform: translate(-50%, -50%); 
    width: 14px; 
    height: 14px; 
    background-color: white; 
    border-radius: 50%; 
    cursor: grab; 
    z-index: 10; 
    transition: transform 0.1s ease-out;
}
.progress-thumb:active {
    transform: translate(-50%, -50%) scale(1.2); 
    cursor: grabbing; 
}
#playPauseButton {
    background: none;
    border: none;
    padding: 0; 
    width: 50px; 
    height: 50px;
    cursor: pointer;
    outline: none;
    transition: opacity 0.2s ease-in-out, transform 0.15s ease-in-out;
    opacity: 0.9; 
}
#playPauseButton:hover,
#playPauseButton:focus { 
    opacity: 1; 
    transform: scale(1.1); 
    outline-offset: 2px;
}
#playPauseButton:active {
    transform: scale(0.95); 
    opacity: 0.7;
}
.icon-svg {
    display: block;
    width: 100%;
    height: 100%;
}
.icon-path {
    fill: white;
    transition: opacity 0.2s ease-in-out; 
}
#playPauseButton #playIcon {
    opacity: 0; 
}
#playPauseButton #pauseIcon {
    opacity: 1; 
}
#playPauseButton.is-playing #playIcon {
    opacity: 1; 
}
#playPauseButton.is-playing #pauseIcon {
    opacity: 0; 
}
.entry-footer {
  display: none;
}
.logo-solidgate-mobile {
  width: 150px;
}
.logo-partner {
  width: 100px;
}
.logo-partner-mobile {
  width: 90px;
}
.bg-logo {
  display: none;
}
.logo-header {
  margin-block-end: 3rem;
}
.wee {
  text-decoration: none;
  color: #666;
  display: inline-block;
  margin-block-start: 5rem;
  transition: all .2s ease-in;
}
.wee:hover {
  transform: scale(1.1);
  font-weight: bold;
  color: #fff;
}
.entry-content .wee {
  position: absolute;
}
.entry-footer-mobile .wee {
  display: flex;
  width: max-content;
  margin: 3rem auto 1rem auto;
}
.open-modal {
  background: none;
  outline: none;
  border: none;
  width: max-content;
  padding: 0;
  margin: 0 auto;
  display: block;
  color:#fff;
  cursor: pointer;
  transition: all .2s ease-in;
}
.open-modal:hover {
  transform: scale(1.1);
  font-weight: bold;
}

.dialog-container,
.dialog-overlay {
	position: fixed; 
	inset: 0; 
}
.dialog-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center; 
	z-index: 9999;	
	padding-inline: 1rem;
	padding-block: 1rem;
}
.dialog-container[aria-hidden='true'] {
	display: none; 
}
.dialog-overlay {
	background-color: rgb(43 46 56 / 0.9); 
}
.dialog-content {
  position: relative; 
  margin: auto; 
  z-index: 2;   
  background-color: white;
	box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
	animation: fade-in 400ms 200ms both, slide-left 400ms 200ms both; 	
  border-radius: 1rem;
  padding-inline-start: 1.5rem;
  padding-inline-end: .25rem;
  padding-block: 1.5rem;
  color: #000;
  overflow: visible;  
}
.modal-content {
  overflow-y: auto; 
  max-height: 80vh;
  max-width: 75vw;
  padding-inline-end: 1.25rem;
}
@keyframes fade-in {
    from {
    	opacity: 0;
	}
}
@keyframes slide-left {
    from {
    	transform: translateY(-100%);
	}
}
.close {
    position: absolute; 
    top: -15px;         
    right: -15px;       
    width: 40px;        
    height: 40px;
    background-color: #333; 
    border: none;
    border-radius: 50%;     
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); 
    z-index: 10; 
    padding: 0; 
}
.close svg {
    width: 20px;
    height: 20px;
}
.open-dialog {
  background: none;
  border: none;
  color: #fff;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

@media (min-width:938px) {
  .sidebar {
    gap:90px;
    padding-block-start: 0;
    padding-block-end: 0;
  }
  .wrapper {
    padding-block-start: 0;
    padding-block-end: 0;
  }
  .entry-footer {
    display: block;
  }
  .entry-footer-mobile,
  .logo-header {
    display: none;
  }
  .intro h1 {
    font-size: 50px;
  }
  .intro p {
    font-size: 21px;
    max-inline-size: 29ch;
  }
  .logos {
    padding-block-start: 80px;
  }
  .gap\:m {
	  gap: 21px;
  }
  .gap\:l {
	  gap: 28px;
  }
  .bg-logo {
    display: block;
    position: absolute;
    width: 275px;
    height: 275px;
    bottom: -160px;
    right: 265px;
    z-index: -1;
  }
}
@media (max-width:937px) {
  .entry-content .wee {
    display: none;
  }
}