@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a {
  text-decoration: none;
  text-transform: none;
  color: #4a90e2;
}

footer {
  float: left;
  width: 100%;
  min-height: 150px;
  font-size: 14px;
  padding: 150px 150px 80px 150px !important;
  margin-top: 0px !important;
  color: #616061;
  background-color: #eee;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(238, 238, 238, 1) 45%
  );
  max-width: none !important;
  margin-bottom: 0 !important;
  font-weight: 300;
}

footer p {
  color: #616061;
}

footer a {
  color: red;
  text-decoration: underline;
}

footer a:hover {
  text-decoration: none;
}

body {
  line-height: 1;
  font-family: lato, ubuntu, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  background-color: #fefefe;
  color: #04143a;
}
p {
  color: #15171a;
  font-size: 17;
  line-height: 31px;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

div,
footer {
  box-sizing: border-box;
}

footer,
.container {
  max-width: 1100px;
  height: auto;
  margin: 60px auto;
}

.hero {
  margin: 10px auto 10px auto;
  position: relative;
}

@media (max-width: 1024px) {
  .hero {
    margin: 60px auto;
  }
}

h1.name {
  font-size: 94px;
  font-weight: 700;
  display: inline-block;
}

#only {
  font-weight: 900;
}

#strike {
  display: inline;
  font-weight: 200;
}

.subtitle {
  display: block;
  font-size: 24px;
  font-weight: 300;
  color: #81899c;
  margin-top: 10px;
}

.lead {
  font-size: 44px;
  font-weight: 300;
  margin-top: 60px;
  line-height: 55px;
}

.sections {
  vertical-align: top;
  display: inline-block;
  min-height: 50px;
}

.sectionleft {
  width: 49%;
}

.sectionright {
  width: 49%;
}

.section-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}

.list-card {
  -moz-box-shadow: 0px 0px 29px -4px rgba(0, 0, 0, 0.46);
  margin: 30px 80px;
  padding: 25px 25px 10px 25px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: -20px 20px 60px #d9d9d9, 20px -20px 60px #ffffff;
}

*[dir='ltr'] .list-card {
  margin-left: 0;
}

.list-card .exp,
.list-card div {
  display: inline-block;
  vertical-align: top;
}

.list-card .exp {
  margin-right: 15px;
  color: #4a90e2;
  font-weight: 600;
  width: 100px;
}

.list-card div {
  width: 100%;
}

.list-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #5b6a9a;
  line-height: 26px;
  margin-bottom: 8px;
}

.list-card div p {
  font-size: 18px;
  color: #616061;
  line-height: 24px;
  margin-bottom: 22px;
}

.list-card div p:first-of-type {
  margin-top: 55px;
}

.container ul {
  list-style: none;
  font-size: 18px;
  color: #616061;
  line-height: 24px;
  margin-bottom: 16px;
  margin-left: 20px;
  margin-top: -20px;
  opacity: 70%;
}

.card {
  width: 47.9%;
  height: 200px;
  background-color: #eef0f7;
  display: inline-block;
  margin: 7px 5px;
  vertical-align: top;
  border-radius: 10px;
  text-align: center;
  padding-top: 50px;
}

.card-active,
.card:hover {
  transform: scale(1.02);
  transition: 0.5s;
  background-color: #fff;
  box-shadow: 0px 5px 50px -8px #ddd;
  cursor: pointer;
}

/* encoder styles */
.encoder-box {
  margin-top: 30px;
}

.encoder-box textarea {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  font-family: lato, ubuntu, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  resize: vertical;
  min-height: 80px;
  box-sizing: border-box;
  background: #fafafa;
  color: #1d1c1d;
}

.encoder-box textarea:focus {
  outline: none;
  border-color: #4a90e2;
  background: #fff;
}

.encoder-box textarea.output {
  background: #f5f5f5;
  color: #04143a;
  cursor: pointer;
}

.encoder-box textarea.output::selection {
  background: #4a90e2;
  color: #fff;
}

.hello-word {
  color: #4a90e2;
  font-weight: 400;
  word-break: break-all;
  line-height: 1.6;
}

.action-row {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  align-items: center;
}

.btn {
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
  font-family: lato, ubuntu, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
}

.btn-primary {
  background: #4a90e2;
  color: #fff;
}

.btn-primary:hover {
  background: #357abd;
}

.btn-secondary {
  background: #eef0f7;
  color: #04143a;
}

.btn-secondary:hover {
  background: #d9d9d9;
}

.char-count {
  font-size: 14px;
  color: #81899c;
  margin-left: auto;
}

.copy-toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: #04143a;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 100;
}

.copy-toast.show {
  opacity: 1;
}

@media (max-width: 1024px) {
  footer,
  .container {
    padding: 15px;
    margin: 0px auto;
  }
}

@media (max-width: 768px) {
  footer,
  .container {
    padding: 15px;
    margin: 0px auto;
  }
  .card,
  .sections {
    width: 100%;
    height: auto;
    float: left;
  }
}

@media (max-width: 425px) {
  h1.name {
    font-size: 40px;
  }
  .card,
  .sections {
    width: 100%;
    height: auto;
    margin: 10px 0;
    float: left;
  }
  .lead {
    margin-top: 40px;
    font-size: 20px;
    line-height: 28px;
  }
  footer,
  .container {
    margin: 0px;
    padding: 0 15px;
  }
  footer {
    padding: 150px 15px 80px 15px !important;
  }
  .section-title {
    font-size: 20px;
    margin-top: 20px;
  }
  .yepyep .section-title {
    margin-top: 80px;
  }
}
