@import "dimen.css";
@import "font.css";
@import "color.css";
@import "switch.css";

body {
  background: #002bb7;
  color: #ffffff;
  font-family: "EudoxusSans", "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
    "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  -moz-osx-font-smoothing: grayscale;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

button:hover {
  cursor: pointer;
}

.header {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-image: radial-gradient(circle at 50% 0%, #3261fb 0%, #002bb7 52%);
}

.app-preview {
  width: var(--hermes-app-preview-width);
  max-width: var(--hermes-app-preview-max-width);
  margin: auto;
  margin-top: 90px;
}

.app-preview img {
  max-width: 100%;
}

.header-floater {
  position: fixed;
  z-index: 9;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 30px auto 30px;
  display: flex;
  gap: 44px;
  background: #000;
  align-items: center;
  border-radius: 60px;
  border: 1px solid #000000;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.4);
}

.header-floater .free {
  padding: 9px 20px 10px;
  margin: 4px 4px 4px 0px;
  background: #002bb7;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.27);
  border-radius: 21px;
}

.header-floater img {
  width: 42px;
  /* margin-right: 10px; */
  margin-left: 12px;
  margin-bottom: 2px;
}

.header-floater a {
  text-decoration: none;
  -webkit-text-decoration: none;
  padding: 9px 0px 10px;
  color: #fff;
}

.right-btns a.header-cta,
a.header-cta {
  background-color: #3261fb;
  color: #ffffff;
  font-size: 18px;
  padding: 9px 18px 10px;
  border-radius: 4px;
  border: none;
  outline: none;
  text-decoration: none;
  -webkit-text-decoration: none;
  font-family: "EudoxusSans", "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
    "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  resize: none;
  box-shadow: 0px 5px 9px -5px rgba(0, 0, 0, 0.2);

  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s,
    color 0.2s ease 0s, transform 0.2s ease 0s;
}

a.header-cta.black{
  background-color: #000;
color: #ffffff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.4);
}

a.header-cta.white {
  background-color: #ffffff;
  color: #3261fb;
}

.footer-box-cta a.header-cta {
  font-size: 18px;
}

.header-text {
  display: flex;
  font-weight: 600;
  align-items: center;
  font-family: "ClashGrotesk";
  font-size: 24px;
  color: #fff;
}

.right-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

.right-btns a {
  transition: ease-in 0.2s;
  padding: 9px 16px 10px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  text-decoration: none;
  -webkit-text-decoration: none;
}

.connector {
  margin-top: 80px;
}

.hero-area {
  width: var(--hermes-content-width);
  max-width: var(--hermes-content-max-width);
  margin: 90px auto 160px;
  padding: 0px 110px;
}

.hero-area-top{
  margin: 190px auto 0px;
  gap: 50px;
  display: flex;
}

.hero-play-area .hm-single-changelog-header{
  margin-bottom: 0px;
}

.hero-area-top .h1-desktop{
  display: block;
}



.hero-play-area{
  position: relative;
  margin-top: 12px;
  flex: 1;
  transition: 300ms ease-out;
}

.hero-play-area:hover{
  scale: 1.06;
  cursor: pointer;
}

.hero-play-area:hover .hm-single-public-changelog-parent.first{
  transform: translateY(-50%) rotateZ(2deg);
}

.hero-play-area:hover .hm-single-public-changelog-parent.third{
  transform: translateY(-60%) rotateZ(6deg);
}

.hero-play-area .hm-single-public-changelog-parent{
  position: absolute;
  top:50%;
  transform: translateY(-50%) rotateZ(4deg);
  transition: 500ms ease-out;
}


.hero-play-area .hm-single-public-changelog-parent.second{
  scale: 0.9;
  right: -32px;
  transform: translateY(-55%) rotateZ(4deg);
  opacity: 0.8;
}

.hero-play-area .hm-single-public-changelog-parent.third{
  scale: 0.8;
  right: -66px;
  transform: translateY(-60%) rotateZ(4deg);
  opacity: 0.75;
}

.hero-area-top .hm-single-public-changelog-emoji-parent{
margin-bottom: 0px;
}

.hero-area-top .hm-single-public-changelog-content{
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
}


.tag {
  background: #3261fb;
  border-radius: 4px;
  padding: 6px 10px 8px;
  color: #ffffff;
}

.pricing {
  width: var(--hermes-content-width);
  max-width: var(--hermes-content-max-width);
  padding: 50px 0px 90px;
  margin: auto;
}

.pricing-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.pricing-header-title {
  font-weight: bold;
  font-size: 40px;
}

.pricing-header-subtitle {
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
}

.pricing-content {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  font-size: 18px;
}

.pricing .header-cta{
  margin-top: 30px;
}

.mobile-panel {
  width: var(--hermes-content-width);
  max-width: var(--hermes-content-max-width);
  margin: 160px auto 90px;
  padding: 0px 110px;
  gap: 40px;
  display: flex;
  align-items: center;
}

.features-more {
  padding: 0px 110px;
  width: var(--hermes-content-width);
  max-width: var(--hermes-content-max-width);
  margin: 0px auto 110px;
}

.features-more .comment {
  opacity: 0.65;
  font-size: 35px;
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  /* text-transform: uppercase; */
}

.mobile-panel-words {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: flex-start;
}

.mobile-panel img {
  width: 50%;
  max-width: 450px;
}

.working-copy {
  display: flex;
  width: var(--hermes-content-width);
  margin: auto;
  justify-content: center;
  align-items: center;
  max-width: var(--hermes-content-max-width);
}

.hm-widget-new-section.more:first-of-type {
  margin-top: 0px;
  margin-bottom: 0px;
}

.hm-widget-new-section.more {
  margin: 50px 0;
}

.hm-widget-new-section-title {
  margin-bottom: 10px;
}

.hm-workflow-item {
  background-color: var(--hermes-workflow-action-bg);
  border-radius: 8px;
  box-shadow: var(--hermes-workflow-action-single-box-shadow);
  cursor: default;
  display: flex;
  margin-bottom: 0;
  min-width: 380px;
  padding: 13px;
  position: relative;
  transition: 0.15s linear;
  color: var(--hermes-text-color);
}

.hm-workflow-item .hm-workflow-actionpanel-single-img {
  margin-right: 12px;
}

.hm-workflow-actionpanel-single-img {
  border: 1px solid var(--hermes-input-border-color);
  border-radius: 8px;
  flex-shrink: 0;
  height: 38px;
  margin-right: 10px;
  padding: 6px;
  width: 38px;
}

.hm-single-public-changelog-parent {
  background-color: var(--hermes-secondary-bg);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.35);
  border-radius: 16px;
  padding: 22px 30px 26px;
  max-width: var(--hermes-public-content-max-width);
  /* width: var(--hermes-public-content-width); */
  flex: 1;
}

.hm-text-icon-button {
  align-items: center;
  background: none;
  border: none;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  font-family: "EudoxusSans", "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
  "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  justify-content: center;
  outline: none;
  padding: 0;
  resize: none;
}

.hm-link-icon-button.normal,
.hm-text-icon-button.normal {
  color: #3261fb;
}

.img-mobile{
  display: none;
}

.img-desktop{
  display: initial;
}

.hm-text-icon-button span {
  margin-bottom: 2px;
  margin-left: 5px;
  text-decoration: none;
  -webkit-text-decoration: none;
}

.hm-single-public-changelog-date-holder {
  opacity: 0.7;
  font-size: 14px;
  color: var(--hermes-text-color);
}

.hm-single-changelog-content,
.hm-single-public-changelog-content {
  color: var(--hermes-text-color);
  font-size: 16px;
  line-height: 1.6;
  margin: 25px 0 20px;
}

.hm-single-changelog-title {
  color: var(--hermes-text-color);
  font-size: 28px !important;
  font-weight: 600 !important;
  margin-right: 12px;
}

.hm-author-name {
  color: var(--hermes-text-color);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  white-space: nowrap;
}

.hm-single-public-changelog-emoji-parent {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.hm-single-changelog-bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.hm-author-parent {
  align-items: center;
  display: flex;
  justify-content: center;
}

.hm-author-image {
  border-radius: 50%;
  height: 40px;
  margin-right: 10px;
  object-fit: cover;
  width: 40px;
}

.hm-single-public-changelog-emoji {
  color: var(--hermes-text-color);
  font-size: 12px;
}

.hm-single-public-changelog-counter {
  font-size: 14px;
  padding-bottom: 2px;
}

.hm-single-public-changelog-emoji {
  align-items: center;
  background: none;
  background-color: var(--hermes-body-bg);
  font-family: "EudoxusSans", "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
    "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue";
  border: 1px solid var(--hermes-single-changelog-border);
  border-radius: 15px;
  color: var(--hermes-text-color);
  display: flex;
  font-size: 16px;
  gap: 5px;
  transition: 0.5s linear;
}

.hm-single-changelog-bottom-buttons {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.hm-single-changelog-header {
  align-content: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.hm-workflow-actionpanel-single-img img {
  width: 100%;
}

.hm-workflow-item-add {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
}

.hm-workflow-item-holder:last-of-type .hm-workflow-item-add {
  display: none;
}

.trigger-connector::after,
.trigger-connector::before {
  background-color: var(--hermes-input-border-color);
  content: "";
  height: 50px;
  width: 1px;
}

.trigger-connector::after {
  margin-bottom: -160px;
}

.trigger-connector {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.hm-workflow-item-add:before {
  margin-bottom: -4px;
}

.hm-workflow-item-add:after {
  margin-top: -4px;
}

.hm-workflow-item-add-plus {
  align-items: center;
  display: flex;
  justify-content: center;
  transition: 0.15s linear;
}

.hm-workflow-item-add:after,
.hm-workflow-item-add:before {
  background-color: var(--hermes-input-border-color);
  content: "";
  height: 8px;
  width: 1px;
}

.hm-workflow-actionpanel-single-content span:first-child {
  font-size: 15px;
}

.hm-workflow-actionpanel-single-content span:nth-child(2) {
  opacity: 0.8;
  line-height: 1.5;
  font-size: 14px;
}

.hm-workflow-actionpanel-single-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 2px 0;
}

.hm-workflow-item-trash {
  opacity: 0.7;
  display: none;
  position: absolute;
  right: -30px;
  top: 6px;
  transition: 0.15s linear;
}

.hero-area h1,
.mobile-panel h1,
.features-more h1 {
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 1.3;
  text-align: left;
  margin: 0px;
}

.h1-desktop {
  display: inherit;
}

.h1-desktop span.best {
  font-style: italic;
}

.h1-desktop span.change {
  opacity: 0.65;
}

.h1-mobile {
  display: none;
}

.hamburger {
  display: none;
}

.preview_image_cta {
  margin-top: 20px;
  text-align: center;
}

.preview_image {
  display: inherit;
}

.preview_image_mobile {
  display: none;
}

.g-h {
  display: flex;
  align-items: center;
  vertical-align: baseline;
}

.thunder {
  width: 160px;
  height: 240px;
}

.preview-area {
  width: var(--hermes-content-width);
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}

.thunderstar {
  position: absolute;
  bottom: -60px;
  right: 28%;
  width: 50px;
}

.preview_top_star {
  align-self: flex-start;
}

.preview_main {
  width: 100%;
  position: relative;
}

.preview_image {
  width: 100%;
  border-radius: 16px;
  /* border: 4px solid #000000; */
  position: relative;
  z-index: 2;
  /* box-shadow: 10px 10px 0px 0px rgb(0, 0, 0); */
}

.preview_shadow::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000000;
  border-radius: 16px;
  left: 22px;
  top: 8px;
  z-index: 1;
}

.preview_bottom_star {
  align-self: flex-end;
}

.footer-area {
  background: #000;
  padding-top: 70px;
  padding-bottom: 60px;
}

.footerImg {
  margin-top: 104px;
  margin-bottom: 104px;
}

.footer-box {
  width: var(--hermes-content-width);
  max-width: var(--hermes-content-max-width);
  margin: auto;
}

.footer-box h1 {
  font-weight: bold;
  font-size: 38px;
  text-align: center;
  line-height: 1.3;
  margin: 0px;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-button {
  background: #ffffff;
  border-radius: 8px;
  transition: ease-in 0.2s;
  text-align: center;
  color: #000000;
  font-weight: 500;
  padding: 20px 40px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-box-cta {
  position: relative;
  box-shadow: 10px 10px 0px 0px rgb(255, 255, 255);
  background: #000000;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin: auto;
  padding: 120px 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}

.footer-low-parent {
  width: var(--hermes-content-width);
  max-width: var(--hermes-content-max-width);
  /* max-width: 1100px; */
  margin: auto;
}

.footer-attribution {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.footer-attribution img {
  height: 34px;
  margin-top: 15px;
}

.footer-attribution-img {
  width: 120px;
}

.footer-low {
  display: flex;
  margin: auto;
  justify-content: space-between;
  color: #ffffff;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  -webkit-text-decoration: none;
  display: inline-flex;
  margin-bottom: 20px;
}

.footer-links a:last-of-type {
  margin-bottom: 50px;
}

.footer-attribution h1 {
  margin: 0px;
  padding: 0px;
}

.footer-copy {
  opacity: 0.6;
}

.features-area {
  padding: 80px 0px 0px;
  margin: auto;
  position: relative;
  width: var(--hermes-content-width);
  max-width: var(--hermes-content-max-width);
}

.right_pointer {
  top: -70px;
  left: 5%;
  position: absolute;
}

.features-title {
  font-weight: 900;
  font-size: 38px;
  text-align: center;
  display: block;
  margin-bottom: 60px;
  padding: 0px 40px;
}



.pricing-switch {
  margin: 10px 0px;
}

.features-content {
  max-width: var(--hermes-content-max-width);
  /* max-width: var(--hermes-feature-content-max-width); */
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 25px;
}

.features-content-30,
.pricing-content-30 {
  width: 39%;
  background: #2e5ae8;
  border-radius: 20px;
  height: 400px;
  overflow: hidden;
}

.features-content-20{
  width: 29%;
  background: #2e5ae8;
  border-radius: 20px;
  height: 400px;
  overflow: hidden;
}

.features-content-70,
.pricing-content-70 {
  flex: 1;
  background: #2e5ae8;
  border-radius: 20px;
  height: 400px;
  overflow: hidden;
}

.pricing-content-70{
  background: none;

}

.features-content-70.reverse, .features-content-20.reverse {
  display: flex;
  flex-direction: column-reverse;
}

.pricing-content-30,
.pricing-content-70 {
  padding: 10px 30px 30px;
  display: flex;
  height: auto;
  min-height: 380px;
  flex-direction: column;
  align-items: center;
}

.pricing-content-title {
  font-weight: bold;
  font-size: 20px;
}

.pricing-content ul {
  margin: 0px;
  padding: 0px;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: 15px
  /* display: grid; */
  /* grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 15px;
grid-row-gap: 15px; */
}

.pricing-content .fade {
  opacity: 0;
}

.pricing-content li {
  display: flex;
  align-items: flex-start;
  list-style-type: none;
  /* background: #2e5ae8; */
  border-radius: 20px;
  /* padding: 5px; */
}


.pricing-content-price {
  font-size: 16px;
  
}

.pricing-content-price #price #actual, .pricing-content-price #price #currency{
  font-size: 70px;
  font-weight: bold;
  min-width: 170px;
  text-align: center;
  /* opacity: 1; */
}

.pricing-content-price #price{
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;  
}

.price-tag-holder{
  position: relative;
  margin: 35px 0px 50px;
}

.pricing-content-price .freetag{
  position: absolute;
  font-size: 12px;
  background-color: green;
  padding: 5px 8px;
  border-radius: 5px;
  white-space: nowrap;
  left: 70%;
  top: -5px;
  font-weight: bold;
  transform: rotate(20deg);
}

.features-content-100 {
  flex: 1;
  background: #3261fb;
  border-radius: 20px;
  height: 620px;
  overflow: hidden;
}

.features-content-image {
  position: relative;
}

.features-content-image.full{
  height: 100%;
  overflow: hidden;
}

.features-content-image.center {
  justify-content: center;
  display: flex;
}

.features-content-image img.red {
  /* background-color: red; */
  width: 900px;
  position: absolute;
  left: -250px;
  /* background-image: radial-gradient(at 40% 20%, #ffb87a 0, transparent 50%), radial-gradient(at 80% 0, #f01fff 0, transparent 50%), radial-gradient(at 0 50%, #ffdbde 0, transparent 50%), radial-gradient(at 80% 50%, #ff85ad 0, transparent 50%), radial-gradient(at 0 100%, #ffb58a 0, transparent 50%), radial-gradient(at 80% 100%, #6b66ff 0, transparent 50%), radial-gradient(at 0 0, #ff85a7 0, transparent 50%); */
}

.features-content-image img.purple {
  width: 90%;
  max-width: 1200px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.35);
}

.features-content-image img.green {
  width: 1700px;
  position: absolute;
  left: 100px;
  right: 0;
  margin-left: -50%;
  margin-right: -50%;
}

.features-content-image img.magneta{
  width: 93%;
  margin: auto;
  display: block;
  max-width: 2000px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
}

.features-content-image img.yellow {
  border-radius: 20px;
  right: 60px;
  width: 1900px;
  position: absolute;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.35);
}

.features-content-image img.blue {
  width: 1700px;
  position: absolute;
  top: -355px;
}

.features-content-image img.gold {
  border-radius: 10px;
  right: 50px;
  bottom: 30px;
  width: 1900px;
  position: absolute;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.35);
}

.features-content-text-title {
  font-weight: 600;
  font-size: 20px;
  padding: 24px 0px 26px;
  text-align: center;
  display: block;
}

.features-content-text-title.no-top{
  padding-top: 0px;
}

.features-content-text-content {
  font-weight: 400;
}

.features-content-single {
  width: calc(50% - 30px);
  font-size: 20px;
  line-height: 1.5;
}

.hm-no-link-decor {
  text-decoration: none;
  -webkit-text-decoration: none;
}
