.container {
  max-width: 1585px;
  margin: 0 auto;
}

.site--header {
  height: 110px;
  border-bottom: 1px solid #fdf2f0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}

.site--header.scrolled {
  height: 80px;
}

.site--header .logo {
  width: 20%;
}
.site--header .logo img {
  height: 50px;
}

.site--header .navigation {
  width: 60%;
}

.site--header .navigation ul {
  margin: 0;
  list-style: none;
  padding: 0;
  text-align: center;
}

.site--header .navigation ul li {
  display: inline-block;
  margin-right: 30px;
}

.site--header .navigation ul li a {
  color: #304169;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s ease;
}
.site--header .navigation ul li a:hover {
  color: #f78677;
}
.site--header .actions {
  width: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.site--header ~ .clearfix {
  height: 110px;
}

.action--btn {
  display: inline-block;
  border-radius: 50px;
  overflow: hidden;
  background: red;
  position: relative;
  width: 220px;
  height: 50px;
}
.action--btn > span {
  padding: 12px 32px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 2;
  border-radius: 50px;
}

.action--btn .learn--more {
  background: #304169;
  z-index: 10;
  transition: 0.3s ease;
}
.action--btn .how--it-works {
  background: #f78677;
}
.action--btn .how--it-works span {
  opacity: 0.6;
  transform: scale(0.8);
  transition: 0.3s ease-in-out;
}

.action--btn:hover .learn--more {
  left: -100%;
}

.action--btn:hover .how--it-works span {
  opacity: 1;
  transform: scale(1);
}

.site--header .actions .icon {
  margin-left: 15px;
}

/* Footer */

.site--footer {
  border-top: 1px solid #fdf2f0;
  padding: 60px 0;
}
.site--footer .container {
  display: flex;
  align-items: center;
}
.site--footer .logo img {
  height: 35px;
}
.site--footer .logo {
  width: 20%;
}
.site--footer .copyright {
  width: 60%;
  text-align: center;
}

.site--footer .copyright p {
  margin: 0;
  font-size: 16px;
  color: #304169;
}
.site--footer .copyright strong {
  color: #f78677;
}
.site--footer .actions {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* SUBHEADER */

.sub--header {
  background-color: #fdf2f0;
  /* height: 240px; */
  display: flex;
  width: 100%;
  padding: 25px 0;
}

.glide__slides {
  padding: 15px !important;
}
.glide__slide {
  padding: 15px !important;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-self: center;
  height: 200px !important;
  position: relative;
  /* overflow: hidden; */
  color: #fff;
  border-radius: 14px;
}

.glide__slide .rect {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  left: 15px;
  top: 15px;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  border-radius: 14px;
  display: inline-block;
  transition: 0.3s ease-in-out;
  box-shadow: #fdf2f0 0 0 0px 30px;
  z-index: 999;
}

.glide__slide .background {
  background-position: center !important;
  background-size: cover !important;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.glide__slide .rect:before {
  content: "";
  z-index: 10000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 14px;
  transition: 0.3s ease-in-out;
  opacity: 0.9;
}

.glide__slide:hover .rect {
  height: calc(100%);
  width: calc(100%);
  top: 0;
  left: 0;
}

.glide__slide:hover .rect:before {
  opacity: 0.7;
}

.glide__slide .wrapper {
  z-index: 10009;
  position: relative;
  padding: 30px;
  display: flex;
  align-items: center;
  width: 100%;
}

.sub--header .wrapper .icon {
  width: 30%;
  margin-right: 30px;
}
.sub--header .wrapper h2 {
  margin: 0;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.sub--header .wrapper p {
  margin: 0;
  transition: 0.3s ease-in-out;
  color: #fff;
  font-size: 16px;
}

.glide__slide:hover .wrapper h2 {
  transform: translateY(-8px);
}
.glide__slide:hover .wrapper p {
  transform: translateY(8px);
}

/* Card images and colors */

.card_brain-behavior .background {
  background-image: url(../images/cat/brain-behavior.png) !important;
}

.card_brain-behavior .rect:before {
  background: #d581ab;
}

.card_astronomy .background {
  background-image: url(../images/cat/astronomy.png) !important;
}

.card_astronomy .rect:before {
  background: #4d2b83;
}

.card_chemistry .background {
  background-image: url(../images/cat/chemistry.png) !important;
}

.card_chemistry .rect:before {
  background: #223e81;
}
.card_biology .background {
  background-image: url(../images/cat/biology.png) !important;
}

.card_biology .rect:before {
  background: #56a080;
}

.card_math-physics .background {
  background-image: url(../images/cat/math-physics.png) !important;
}

.card_math-physics .rect:before {
  background: #d9594e;
}

.card_geography .background {
  background-image: url(../images/cat/geography.png) !important;
}

.card_geography .rect:before {
  background: #6ba2af;
}

.card_history .background {
  background-image: url(../images/cat/history.png) !important;
}

.card_history .rect:before {
  background: #672c00;
}

.posts--header {
  margin-top: 40px;
  margin-bottom: 30px;
}
.posts--header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.posts--header .title h3 {
  font-size: 24px;
  color: #304169;
  margin: 0;
}

/* Galaxy */

.galaxy {
  background-image: url(../images/galaxy.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 90vh;
  position: relative;
}

.galaxy:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #304169;
  opacity: 0.69;
}

.galaxy .container {
  display: flex;
  height: 100%;
  width: 100%;
  min-height: 90vh;
  z-index: 99;
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
}
.galaxy .container > .left,
.galaxy .container > .right {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 50vh;
}
.galaxy .center {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.galaxy .item p {
  font-size: 16px;
  opacity: 0.5;
  color: #fff;
}

.galaxy .item .title {
  display: flex;
  align-items: center;
}

.galaxy .item .title .icon {
  width: 60px;
  /* background: #fff; */
  height: 60px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-items: center;
}
.galaxy .item .title h4 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.galaxy .right .item p {
  text-align: right;
}
.galaxy .right .item .title {
  text-align: right;
  justify-content: flex-end;
}
.galaxy .right .item .title .icon {
  margin-right: 0;
  margin-left: 15px;
}

.center .card {
  background-image: url(../images/galaxy/background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 500px;
  width: 100%;
  max-width: 500px;
  border-radius: 14px;
}

.center .card:before {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 89;
  left: 0;
  width: 100%;
  height: 30%;
  background: #fff;
  background: -webkit-linear-gradient(to bottom, #000000, transparent);
  background: linear-gradient(to bottom, transparent, #000000);
  transition: 0.3s ease-in-out;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}

.center .card .title {
  background-color: #f78677;
  color: #fff;
  padding: 32px 50px;
  border-radius: 100px;
  font-size: 28px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -120px;
  width: 100%;
  border: 2px solid #f78677;
  transition: 0.3s ease-in-out;
}

.center .card .title:hover {
  background-color: transparent;
  border-color: #fff;
}

.center .card .content {
  position: relative;
  z-index: 999;
  height: 100%;
  width: 100%;
}

.center .card .icon {
  width: 120px !important;
  height: 120px !important;
  background-color: #fff;
  position: absolute;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

.center .card .icon.left {
  top: 30px;
  left: 0%;
  transform: translateX(-50%) perspective(1500px) rotateY(20deg);
  color: #f78677;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  padding: 15px;
}
.center .card .icon.left span:nth-child(1) {
  font-size: 38px;
  font-weight: 700;
}
.center .card .icon.left span:nth-child(2) {
  font-size: 17px;
}
.center .card .icon.left span:nth-child(3) {
  font-size: 11px;
}
.center .card .icon.right {
  top: 30px;
  right: 0%;
  transform: translateX(50%) perspective(1500px) rotateY(-20deg);
  background-image: url(../images/galaxy/helium.png);
  background-size: cover;
  background-position: center;
}

.center .card .source {
  background-color: #6ba2af;
  padding: 12px 24px;
  position: absolute;
  left: -30px;
  bottom: 60px;
  width: 90%;
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
}
.center .card .source .line {
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  width: 100%;
  margin: 0 10px;
}

.center .card .source a {
  color: #fff;
}

.share--btn {
  border: 2px solid #fff;
  background-color: #304169;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.share--btn:focus {
  outline: none;
}
/* As See */

.as--seen {
  background-color: #fdf2f0;
  padding: 160px 0;
  text-align: center;
}

.as--seen .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.as--seen h2 {
  font-size: 24px;
  margin: 30px 0;
}

.as--seen .btn {
  background-color: #fff;
  padding: 12px 32px;
  margin-top: 60px;
}

.as--seen .logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.25;
}

.as--seen .logos > div {
  width: 33.333%;
}

.as--seen .logos .logo_5 {
  margin-top: 80px;
}

#scrollToTop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  border: 4px solid #fff;
  transition: 0.3s ease-in-out;
}

/* Post */

.posts {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 60px;
  margin-left: -15px;
  margin-right: -15px;
}

.post {
  padding: 40px !important;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-self: center;
  flex-direction: column;
  position: relative;
  color: #fff;
  border-radius: 14px;
  width: calc(25% - 5px);
  margin: 2.5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.post .rect {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  left: 15px;
  top: 15px;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  border-radius: 14px;
  display: inline-block;
  transition: 0.3s ease-in-out;
  box-shadow: #fff 0 0 0px 21px;
  z-index: 999;
}

.post .rect:before {
  content: "";
  z-index: 10000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 14px;
  transition: 0.3s ease-in-out;
  opacity: 0.9;
}

.post:hover .rect,
.post.active .rect {
  height: calc(100%);
  width: calc(100%);
  top: 0;
  left: 0;
  box-shadow: #fff 0 0 0px 0px;
}
.post:hover,
.post.active {
  z-index: 1200;
}

.post:hover .rect:before,
.post.active .rect:before {
  opacity: 0.7;
}

.post .cover {
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.12);
  border-radius: 14px;
  overflow: hidden;
  height: 170px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.post .cover-xl {
  height: 270px !important;
}

.post .cover img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.post .source {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: calc(100% - 80px);
  color: #304169;
  display: flex;
  align-items: center;
  opacity: 0.5;
  z-index: 1000;
}
.post .source .line {
  height: 3px;
  background-color: #304169;
  border-radius: 3px;
  width: 100%;
  margin: 0 10px;
}

.post .source a {
  color: #304169;
}

.post .title {
  color: #304169;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.post .title-xl {
  color: #304169;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.post .share--btn {
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: 1200;
}

.post.active .share--btn,
.post:hover .share--btn {
  opacity: 1;
}
.post .focus {
  transition: 0.3s ease-in-out;
}

.post .share--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  transition: 0.3s ease-in-out;
  background: transparent;
  backdrop-filter: blur(50px);
  --webkit-backdrop-filter: blur(50px);
  background-color: rgba(0, 0, 0, 0.08);
}

.post .share--overlay a {
  background: #fff;
  padding: 12px 32px;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
  transition: 0.3s ease-in-out;
}
.post .share--overlay a:last-child {
  margin-bottom: 0;
}

.post .share--overlay a .icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.post .share--overlay a span {
  font-weight: bold;
  font-size: 16px;
}

.post .share--overlay a:hover,
.post .share--overlay a:focus {
  opacity: 0.8;
  text-decoration: none;
}
.post.active .share--overlay {
  z-index: 1100;
  opacity: 0.9;
}

.post.active.focus--color .focus,
.post.focus--color:hover .focus {
  color: #f78677;
}

.post_overlay:before {
  content: "";
  position: absolute;
  bottom: 0px;
  z-index: 89;
  left: 1px;
  width: calc(100% - 2px);
  height: 60%;
  background: #fff;
  background: -webkit-linear-gradient(to bottom, #000000, transparent);
  background: linear-gradient(to bottom, transparent, #000000);
  transition: 0.3s ease-in-out;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}

.active.post_overlay:before,
.post_overlay:hover:before {
  height: 85%;
}

.post_overlay .title,
.post_overlay .source {
  z-index: 1000;
}

.post_overlay .title h3,
.post_overlay .source a,
.post_overlay .source {
  color: #fff;
  transition: 0.3s ease-in-out;
}
.post_overlay .source .line {
  background-color: #fff;
}
.post_overlay .title h3 span {
  transition: 0.3s ease-in-out;
}
.post_overlay:hover .title h3 span {
  opacity: 0.5;
}

.post_overlay:hover .title h3 .focus {
  opacity: 1;
}

.post_overlay:hover .source {
  opacity: 1;
}

.post .icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  z-index: 1000;
  margin-bottom: 30px;
}

.post .icons .icon {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22);
  background: #fff;
  margin-right: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  cursor: pointer;
  position: relative;
}
.post .icons .icon .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.88);
  opacity: 0;
  z-index: -1;
  transition: 0.3s ease-in-out;
}

.post .icons .icon:hover .overlay {
  opacity: 1;
  z-index: 10;
}

.post .icons .icon:last-child {
  margin-right: 0;
}

/* Social Media */

.social .container {
  display: flex;
  align-items: center;
  padding: 120px 0;
}
.social .item {
  width: 25%;
  margin-right: 30px;
}

.social .item:last-child {
  margin-right: 0;
}
.social .card {
  box-shadow: -1px 4px 13px 0px rgb(229 189 182 / 47%);
  border: 1px solid #f2e6e4;
  color: #f78677;
  padding: 30px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social .card img {
  width: auto;
  max-height: 300px;
  height: 100%;
}

.social .title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.social .title .username {
  color: #304169;
  font-weight: bold;
  font-size: 18px;
}
.social .title .platform {
  opacity: 0.9;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.social .title .icon {
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Videos */

.post_video {
  height: 400px;
}

.post_video .title {
  background-color: rgba(107, 163, 175, 0.8);
  font-size: 18px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 30px;
  padding-top: 45px;
  display: flex;
  align-items: center;
}
.post_video .title h3 {
  margin: 0;
  color: #fff;
}
.post_video .source {
  background-color: rgba(107, 163, 175, 0.8);
  font-size: 12px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  opacity: 1;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 30px;
  padding-bottom: 45px;
  color: #fff;
  z-index: 10;
}

.post_video .source .line {
  background-color: #fff;
}
.post_video .source a {
  color: #fff;
}
.post_video .video {
  height: 200px;
  background: red;
  width: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
}
.post_video .video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post_video:hover .play-btn svg path {
  fill: #f78677;
  transition: 0.3s ease-in-out;
}

/* 404 Page */

.error--page {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: calc(100vh - 270px);
  max-width: 1440px;
  margin: 0 auto;
}

.error--page svg {
  width: 100%;
}

.error--page .icon {
  width: 100%;
  max-width: 800px;
}
.error--page .text {
  font-size: 19px;
  max-width: 600px;
  text-align: center;
}
.error--page .text a {
  font-weight: bold;
  color: #f78677;
}

/* Mobile menu */
.menu-toggle {
  width: 46px;
  height: 46px;
  cursor: pointer;
  background: transparent;
  border: none;
  background: #304169;
  border-radius: 50px;
  margin-left: 15px;
  transition: 0.3s ease-in-out;
  display: none;
}

.menu-toggle:focus {
  outline: none;
}
.menu-toggle.on .one {
  -moz-transform: rotate(45deg) translate(6px, 5px);
  -ms-transform: rotate(45deg) translate(6px, 5px);
  -webkit-transform: rotate(45deg) translate(6px, 5px);
  transform: rotate(45deg) translate(6px, 5px);
}
.menu-toggle.on .two {
  opacity: 0;
}
.menu-toggle.on {
  background: #f78677;
}
.menu-toggle.on .three {
  -moz-transform: rotate(-45deg) translate(5px, -6px);
  -ms-transform: rotate(-45deg) translate(5px, -6px);
  -webkit-transform: rotate(-45deg) translate(5px, -6px);
  transform: rotate(-45deg) translate(5px, -6px);
}

.one,
.two,
.three {
  width: 80%;
  height: 2px;
  background: white;
  margin: 6px auto;
  border-radius: 3px;
  backface-visibility: hidden;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.mobile--nav {
  position: fixed;
  top: 110px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fdf2f0;
  overflow-y: scroll;
  padding-bottom: 110px;
  opacity: 0;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  display: none;
}

.mobile--nav.on {
  opacity: 1;
  visibility: visible;
}
.site--header.scrolled .mobile--nav {
  top: 80px;
  padding-bottom: 80px;
}

.mobile--nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile--nav ul li {
  border-bottom: 1px dashed #f78677;
}

.mobile--nav ul li a {
  display: block;
  padding: 30px 24px;
  font-size: 16px;
}

.mobile--nav ul li a.with--icon {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: bold;
}

.mobile--nav ul li a.with--icon .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  width: 40px;
}

.mobile--nav ul li a.active {
  color: #f78677;
}

/* Home 2 */

.main--info .container {
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
}
.main--info .container .hot--stuff {
  width: 50%;
}

.main--info .container > div:not(:first-child) {
  width: 25%;
  margin-left: 60px;
}
.main--info .container > div > .title {
  display: flex;
  margin-bottom: 60px;
}
.main--info .container > div > .title span {
  font-weight: bold;
  font-size: 27px;
  color: #304169;
}
.main--info .container > div > .title .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.main--info .content {
  width: 100%;
  height: calc(100% - 98px);
}

.main--info .hot--stuff .content .post {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.main--info .hot--stuff .post h3 {
  font-size: 48px;
  margin-top: 50%;
}

.main--info .how--it-works .how {
  padding: 50px;
  background-color: #f0f3fa;
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.main--info .how--it-works .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.main--info .how--it-works .item .item_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main--info .how--it-works .item .item_title .icon {
  margin-right: 15px;
}
.main--info .how--it-works .item .item_title span {
  font-size: 24px;
  font-weight: bold;
  color: #304169;
}
.main--info .how--it-works .item p {
  color: #304169;
  opacity: 0.5;
}

.main--info .how--it-works .item .btn {
  margin-top: 30px;
}

.main--info .trending .content {
  margin: -15px;
}

.main--info .trending .content .post {
  width: calc(100% + 30px);
}

.ad img {
  width: 100%;
}

@media (max-width: 960px) {
  .site--header .container {
    justify-content: space-between;
  }
  .site--header .navigation {
    display: none;
  }

  .site--header .logo {
    width: 50%;
  }
  .site--header .logo img {
    height: 40px;
  }
  .site--header .actions {
    width: 50%;
  }
  .site--header .actions .action--btn {
    display: none;
  }

  .social .container {
    flex-direction: column;
    padding: 30px;
  }

  .social .item {
    width: 100%;
    margin: 0;
    margin-bottom: 60px;
  }

  .site--footer .container {
    flex-direction: column;
  }
  .site--footer .container > div {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .site--footer .container > div strong {
    display: block;
  }

  #scrollToTop {
    left: 50%;
    transform: translateX(-50%);
  }

  .posts {
    flex-direction: column;
    margin: 0;
    padding: 0 15px;
  }
  .posts .post {
    width: 100%;
    margin: 0;
  }
  .posts--header {
    padding: 30px;
    margin-bottom: 0;
  }
  .posts--header .show--more {
    display: none;
  }

  .galaxy .container {
    position: relative;
    flex-direction: column;
    padding: 30px;
    padding-top: 400px;
  }

  .galaxy .container .left,
  .galaxy .container .right {
    width: 100%;
  }

  .galaxy .center {
    position: absolute;
    top: -400px;
    width: calc(100% - 60px);
  }
  .galaxy .center .card {
    width: 80%;
    height: 300px;
  }

  .galaxy .center .card .title {
    font-size: 13px;
    padding: 20px 32px;
    left: -50px;
    top: 60%;
  }

  .galaxy .center .card .source {
    font-size: 11px;
    bottom: 20px;
  }
  .galaxy .center .card .icon.left {
    transform: translateX(-50%) perspective(1500px) rotateY(20deg) scale(0.7);
    top: 0;
  }
  .galaxy .center .card .icon.right {
    transform: translateX(50%) perspective(1500px) rotateY(20deg) scale(0.7);
    top: 0;
  }

  .sub--header {
    padding: 0 15px;
  }
  .as--seen {
    width: 100vw;
    overflow-x: hidden;
  }

  .as--seen .logos > div {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 30px !important;
  }

  .as--seen .logos > div:last-child {
    margin-bottom: 0 !important;
  }

  .glide__slide {
    transform: translateX(-15px);
  }

  .error--page {
    padding: 30px;
  }
  .mobile--nav {
    display: block;
  }
  .menu-toggle {
    display: block;
  }

  .main--info .container {
    flex-direction: column;
    padding: 30px;
  }
  .main--info .container > div {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 60px !important;
  }
  .main--info .container > div:last-child {
    margin-bottom: 0 !important;
  }

  .main--info .hot--stuff .post h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
