/* PAGE 1 */

/* /common/rkv_hero.html.twig */
/* rkv_hero.html.twig.css */

main section.hero {
    /* background-color: red; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    height: auto;
    margin: 100px auto;
  }
  
  @media screen and (max-width: 1000px) {
    main section.hero {
      flex-direction: column-reverse;
    }
  }
  
  main section.hero div.messages,
  main section.hero div.images {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    /* height: 90%; */
  }
  
  @media screen and (max-width: 1000px) {
  
    main section.hero div.messages,
    main section.hero div.images {
      width: 100%;
      margin-bottom: 25px;
  
    }
  }
  
  main section.hero div.messages {
    align-items: flex-start;
    padding-right: 30px;
  }
  
  
  main section.hero div.messages h1 {
    font-family: Inter;
    font-weight: 700;
    font-size: 50px;
    line-height: 71.3px;
    margin: 0;
  }
  
  main section.hero div.messages p {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 20.8px;
    color: #4B5563;
    margin-top: 15px;
  }
  
  main section.hero div.messages div.search-bar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 44px;
    margin-top: 1rem;
    gap: 10px;
  }
  
  main section.hero div.images img {
    max-width: 100%;
    /* position: relative; */
    /* height: 80%; */
    /* width="620px" height="419px" */
  }
  
  
  @media screen and (min-width: 901px) and (max-width: 990px) {
    main section.hero div.images {
      height: 60%;
    }
  }
  
  
  @media (max-width: 990px) {
    main section.hero div.images img {
      max-width: 100%;
    }
  }
  
  main section.hero div.images img:nth-child(1) {
    top: 0;
    left: 0;
    border-top-left-radius: 100px;
  }
  
  main section.hero div.images img:nth-child(2) {
    bottom: 10px;
    right: 0;
    border-top-right-radius: 100px;
  }
  

/* /common/rkv_marquee.html.twig */
main section.partners {
	margin: 100px 0;
}

main section.partners div.marquee {
	--gap: 1rem;
	margin: 1rem 0;
	position: relative;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: var(--gap);
}

main section.partners div.marquee:hover .marquee-content {
	animation-play-state: paused;
}

main section.partners div.marquee .marquee-content {
	flex-shrink: 0;
	display: flex;
	justify-content: space-around;
	min-width: 100%;
	gap: var(--gap);
	animation: scroll 30s linear infinite;
}

main section.partners div.marquee .marquee-content>* {
	flex: 0 0 auto;
	margin: 2px;
	padding: 1rem 2rem;
	border-radius: 0.25rem;
	text-align: center;
	font-weight: 900;
	font-size: 60px;
	line-height: 69px;
}

/* /common/rkv_download_app_primary.html.twig */
main section.downloap-app {
	margin: 100px 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

main section.downloap-app div.container {
	height: auto;
	width: 70%;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 600px) {
	main section.downloap-app div.container {
		flex-direction: column;
		width: 100%;
	}
}

@media screen and (max-width: 700px) {
	main section.downloap-app div.container {
		width: 90%;
	}
}

@media screen and (min-width: 701px) and (max-width: 990px) {
	main section.downloap-app div.container {
		width: 80%;
	}
}

main section.downloap-app div.container img {
	width: 300px;
	aspect-ratio: 1;
	object-fit: cover;
	border-top-right-radius: 100px;
}

main section.downloap-app div.container div.actions {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-items: flex-start;
	width: calc(100% - 350px);
}

@media screen and (max-width: 600px) {

	main section.downloap-app div.container img,
	main section.downloap-app div.container div.actions {
		width: 100%;
		height: 100%;
		padding-bottom: 25px;
	}
}

main section.downloap-app div.container div.actions h3 {
	font-family: Inter;
	font-weight: 700;
	line-height: 48.3px;
	font-size: 42px;
	margin: 0;
}

@media screen and (max-width: 400px) {
	main section.downloap-app div.container div.actions h3 {
		font-size: 24px;
		line-height: 28.3px;
		font-weight: 800;
	}
}

@media screen and (min-width: 401px) and (max-width: 990px) {
	main section.downloap-app div.container div.actions h3 {
		font-size: 32px;
		line-height: 38.3px;
		font-weight: 800;
	}
}

main section.downloap-app div.container div.actions p {
	font-family: Inter;
	font-weight: 500;
	line-height: 20.8px;
	font-size: 16px;
	margin-top: 15px;
}

main section.downloap-app div.container div.actions div.platforms {
	display: flex;
	width: 100%;
}

main section.downloap-app div.container div.actions div.platforms a.platform {
	width: 170px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
	transition: all 0.25s ease-in-out;
}

main section.downloap-app div.container div.actions div.platforms a.platform:nth-child(2) {
	margin-left: 1rem;
}

main section.downloap-app div.container div.actions div.platforms a.platform:hover {
	transform: scale(1.1);
}

main section.downloap-app div.container div.actions div.platforms a.platform img {
	display: block;
	border-radius: 0;
	width: 100%;
	height: 50px;
	object-fit: contain;
	object-position: left;
}

