/*!
Theme Name: Eslamnia
Theme URI: http://underscores.me/
Author: Maysam Milani
Author URI: https://hosnejahan.ir
Version: 1.0.0
Tested up to: 6.7
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eslamnia

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Eslamnia is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
html,
body {
  font-family: Poppins !important;
}

a {
  text-decoration: none;
  color: #212121;
}
a:hover, a:active {
  color: #212121;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
/* Forms
--------------------------------------------- */
html,
body {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  margin: 0;
  padding: 0;
}

.main-container {
  max-width: 1440px;
  margin: auto;
}

.loader {
  width: 40px;
  aspect-ratio: 4;
  margin: auto;
  --_g: no-repeat radial-gradient(circle closest-side, #fff 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: 33.3333333333% 100%;
  animation: l7 1s infinite linear;
}
.loader.primary {
  --_g: no-repeat radial-gradient(circle closest-side, #333 90%, #0000);
}

@keyframes l7 {
  33% {
    background-size: 33.3333333333% 0%, 33.3333333333% 100%, 33.3333333333% 100%;
  }
  50% {
    background-size: 33.3333333333% 100%, 33.3333333333% 0%, 33.3333333333% 100%;
  }
  66% {
    background-size: 33.3333333333% 100%, 33.3333333333% 100%, 33.3333333333% 0%;
  }
}
.site-footer {
  background-color: #333;
  background-repeat: no-repeat;
  background-position: top left;
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .site-footer {
    margin-top: 48px;
  }
}
.site-footer h3 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  color: white;
  color: #d06834;
}
@media (max-width: 1200px) {
  .site-footer h3 {
    font-size: 18px;
  }
}
.site-footer p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins !important;
  color: #212121;
}
@media (max-width: 1200px) {
  .site-footer p {
    font-size: 14px;
  }
}
.site-footer section:first-of-type {
  max-width: 1440px;
  margin: auto;
  padding: 0 64px;
  padding: 36px 64px 0;
  display: flex;
}
@media (max-width: 1200px) {
  .site-footer section:first-of-type {
    padding: 0 24px;
  }
}
@media (max-width: 1200px) {
  .site-footer section:first-of-type {
    flex-direction: column;
  }
}
.site-footer section:first-of-type .footer-section-1 {
  display: flex;
  flex-direction: column;
  gap: 36px;
  flex: 0.9;
}
.site-footer section:first-of-type .footer-section-1 .logo-container {
  max-width: 420px;
}
@media (max-width: 1200px) {
  .site-footer section:first-of-type .footer-section-1 .logo-container {
    text-align: center;
    max-width: initial;
    margin-top: 36px;
  }
}
.site-footer section:first-of-type .footer-section-1 .logo-container img {
  width: 76px;
  filter: brightness(0) invert(1);
}
.site-footer section:first-of-type .footer-section-1 .logo-container p {
  color: white;
  margin-top: 24px;
}
.site-footer section:first-of-type .footer-section-1 ul.call-container {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer section:first-of-type .footer-section-1 ul.call-container li {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins !important;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1200px) {
  .site-footer section:first-of-type .footer-section-1 ul.call-container li {
    font-size: 14px;
  }
}
.site-footer section:first-of-type .footer-section-1 ul.call-container li:first-child {
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
}
@media (max-width: 1200px) {
  .site-footer section:first-of-type .footer-section-1 ul.call-container li:first-child {
    font-size: 22px;
  }
}
.site-footer section:first-of-type .footer-section-1 ul.call-container li:first-child a {
  direction: ltr;
}
.site-footer section:first-of-type .footer-section-1 ul.call-container li a {
  color: white;
  text-decoration: none;
}
.site-footer section:first-of-type .footer-section-1 ul.call-container li a:visited, .site-footer section:first-of-type .footer-section-1 ul.call-container li a:active {
  color: #212121;
}
.site-footer section:first-of-type .footer-section-1 .social-container {
  display: flex;
  gap: 36px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  filter: brightness(0) invert(1);
}
@media (max-width: 1200px) {
  .site-footer section:first-of-type .footer-section-1 .social-container {
    justify-content: center;
  }
}
.site-footer section:first-of-type .footer-section-1 .social-container img {
  width: 36px;
  height: 36px;
}
.site-footer section:first-of-type .footer-section-2 {
  flex: 1.1;
  display: flex;
  flex-direction: column;
}
.site-footer section:first-of-type .footer-section-2 .links-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 96px;
  flex: 1;
}
@media (max-width: 1200px) {
  .site-footer section:first-of-type .footer-section-2 .links-container {
    flex-direction: column;
    margin-top: 32px;
  }
}
.site-footer section:first-of-type .footer-section-2 .links-container > div {
  margin-top: 16px;
}
.site-footer section:first-of-type .footer-section-2 ul {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins !important;
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 1200px) {
  .site-footer section:first-of-type .footer-section-2 ul {
    font-size: 14px;
  }
}
.site-footer section:first-of-type .footer-section-2 ul li {
  padding-right: 24px;
  position: relative;
  margin: 0 !important;
}
.site-footer section:first-of-type .footer-section-2 ul li::before {
  content: "";
  background-image: url("assets/images/ul-dot.svg");
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 8px;
}
.site-footer section:first-of-type .footer-section-2 ul li a {
  color: white;
  text-decoration: none;
}
.site-footer section:first-of-type .footer-section-2 span {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  color: white;
  text-align: right;
  display: block;
  margin-top: 16px;
}
@media (max-width: 1200px) {
  .site-footer section:first-of-type .footer-section-2 span {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .site-footer section:first-of-type .footer-section-2 span {
    text-align: left;
    margin-top: 24px;
  }
}
.site-footer section:last-of-type {
  background-repeat: repeat-x;
  height: 50px;
  background-position: bottom;
  filter: brightness(0) invert(1);
}

.site-header {
  height: 80px;
  background-color: rgba(248, 248, 248, 0.9450980392);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
@media (max-width: 1200px) {
  .site-header {
    height: 50px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }
}
.site-header nav {
  max-width: 1440px;
  margin: auto;
  padding: 0 64px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1200px) {
  .site-header nav {
    padding: 0 24px;
  }
}
.site-header nav .logo {
  width: 100px;
  padding: 12px;
}
@media (max-width: 1200px) {
  .site-header nav .logo {
    width: 64px;
  }
}
.site-header nav ul {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 80px;
  margin-left: 180px;
  height: 100%;
}
@media (max-width: 1200px) {
  .site-header nav ul {
    display: none;
  }
}
.site-header nav ul li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.site-header nav ul li > div {
  position: absolute;
  background-color: white;
  top: 88px;
  border-radius: 5px;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 300ms;
  transition-delay: 300ms;
  z-index: 10;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.site-header nav ul li > div a {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins !important;
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 12px;
  color: #212121;
  transition: all 300ms;
}
@media (max-width: 1200px) {
  .site-header nav ul li > div a {
    font-size: 14px;
  }
}
.site-header nav ul li > div a:not(:last-of-type) {
  border-bottom: 1px solid #eee;
}
.site-header nav ul li > div a span {
  transition: all 300ms;
}
.site-header nav ul li > div a:hover {
  color: #d06834;
}
.site-header nav ul li > div a:hover span {
  transform: translateX(5px);
}
.site-header nav ul li > div a span {
  display: block;
  width: fit-content;
  white-space: nowrap;
  flex: 1;
}
.site-header nav ul li > div a img {
  transform: rotate(-90deg);
}
.site-header nav ul li > a {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins !important;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #212121;
  height: 100%;
  position: relative;
  transition: all 300ms;
  transition-delay: 300ms;
}
@media (max-width: 1200px) {
  .site-header nav ul li > a {
    font-size: 14px;
  }
}
.site-header nav ul li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #d06834;
  height: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transform: scaleX(0);
  transition: all 300ms;
  transition-delay: 300ms;
  width: 100%;
}
.site-header nav ul li > a img {
  transition: all 300ms;
  transition-delay: 300ms;
}
.site-header nav ul li:hover > div {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.site-header nav ul li:hover > a {
  color: #d06834;
}
.site-header nav ul li:hover > a:after {
  transform: scaleX(1);
}
.site-header nav ul li:hover > a img {
  transform: rotate(180deg);
  filter: invert(54%) sepia(95%) saturate(1230%) hue-rotate(360deg) brightness(103%) contrast(106%);
}
@media (max-width: 1200px) {
  .site-header nav .phone-blue-box {
    display: none;
  }
}
.site-header nav .buttons {
  display: none;
  margin-left: 10px;
  gap: 16px;
  align-items: center;
  height: 100%;
  flex: 1;
}
@media (max-width: 1200px) {
  .site-header nav .buttons {
    display: flex;
  }
}
.site-header nav .buttons button {
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
}
.site-header nav .buttons button img {
  width: 30px;
}
.site-header nav .head-buttons {
  display: flex;
  gap: 8px;
}
.site-header nav .head-buttons a {
  max-height: 40px;
}
@media (max-width: 500px) {
  .site-header nav .head-buttons a:last-of-type {
    display: none;
  }
}

.phone-blue-box {
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  background-color: #d06834;
  color: white;
  direction: ltr;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  text-decoration: none;
  width: fit-content;
  cursor: pointer;
  transition: all 300ms;
}
@media (max-width: 1200px) {
  .phone-blue-box {
    font-size: 22px;
  }
}
.phone-blue-box img {
  filter: invert(1);
}
.phone-blue-box:hover {
  background-color: rgb(217.588, 134.804, 93.412);
}
.phone-blue-box:hover, .phone-blue-box:focus, .phone-blue-box:visited {
  color: white;
  outline: none;
}

.mobile-menu {
  position: fixed;
  top: 0;
  height: 0;
  z-index: 30;
}
.mobile-menu .mobile-menu-content {
  position: fixed;
  inset: 0;
  right: unset;
  z-index: 6;
  transition: all 300ms;
  left: -100vw;
  display: flex;
  align-items: center;
  width: 100vw;
}
.mobile-menu .mobile-menu-content.show {
  left: 0;
}
.mobile-menu .mobile-menu-content > div:last-child {
  flex: 0.25;
  display: flex;
  justify-content: center;
}
.mobile-menu .mobile-menu-content > div:last-child button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.mobile-menu .mobile-menu-content > div:first-child {
  background-color: white;
  flex: 0.75;
  display: flex;
  flex-direction: column;
  padding: 48px 24px 24px;
  height: 100vh;
}
.mobile-menu .mobile-menu-content > div:first-child ul {
  width: 100%;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu .mobile-menu-content > div:first-child ul li {
  margin-bottom: 40px;
}
.mobile-menu .mobile-menu-content > div:first-child ul li > a {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-family: Poppins !important;
  color: #212121;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  outline: none;
}
@media (max-width: 1200px) {
  .mobile-menu .mobile-menu-content > div:first-child ul li > a {
    font-size: 14px;
  }
}
.mobile-menu .mobile-menu-content > div:first-child ul li > a.open img {
  transition: all 300ms;
  transform: rotate(180deg);
}
.mobile-menu .mobile-menu-content > div:first-child ul li > a img.left {
  transform: rotate(-90deg);
}
.mobile-menu .mobile-menu-content > div:first-child ul li > div {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  display: none;
}
.mobile-menu .mobile-menu-content > div:first-child ul li > div a {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 12px;
  margin-bottom: 6px;
  color: #212121;
  text-decoration: none;
  outline: none;
}
@media (max-width: 1200px) {
  .mobile-menu .mobile-menu-content > div:first-child ul li > div a {
    font-size: 14px;
  }
}
.mobile-menu .mobile-menu-content > div:first-child ul li > div a img {
  transform: rotate(-90deg);
}
.mobile-menu .mobile-menu-content > div:first-child .head-buttons {
  display: flex;
  gap: 8px;
}
.mobile-menu .mobile-menu-content > div:first-child .head-buttons a {
  flex: 1;
}
.mobile-menu .mobile-menu-bg {
  inset: 0;
  background-color: #212121;
  position: fixed;
  z-index: 5;
  opacity: 0;
  transition: all 300ms;
  visibility: hidden;
}
.mobile-menu .mobile-menu-bg.show {
  visibility: visible;
  opacity: 0.7;
}

.button-primary {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  color: white;
  background-color: #d06834;
  height: 50px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 36px;
  transition: all 300ms;
  border: none;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .button-primary {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .button-primary {
    height: 40px;
    padding: 0 16px;
    font-size: 14px;
  }
}
.button-primary:hover, .button-primary:visited, .button-primary:active {
  color: white;
}
.button-primary:hover {
  background-color: #f57c00;
}
.button-primary:disabled {
  opacity: 0.2;
  filter: grayscale(1);
  cursor: default;
}
.button-primary:disabled:hover {
  background-color: #d06834;
}

.button-secondary {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  background-color: white;
  cursor: pointer;
  color: #d06834;
  border: 2px solid #d06834;
  height: 50px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 36px;
  transition: all 300ms;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .button-secondary {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .button-secondary {
    height: 40px;
    padding: 0 16px;
    font-size: 14px;
  }
}
.button-secondary:hover, .button-secondary:visited, .button-secondary:active {
  color: #d06834;
}
.button-secondary:hover {
  background-color: #ffe0b2;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin-top: 36px;
}
.pagination span {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  background-color: #d06834;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
@media (max-width: 1200px) {
  .pagination span {
    font-size: 14px;
  }
}
.pagination a {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  background-color: #bdbdbd;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
@media (max-width: 1200px) {
  .pagination a {
    font-size: 14px;
  }
}
.pagination a.next, .pagination a.prev {
  width: fit-content;
  padding: 0 16px;
}

input:not([type=checkbox]), .comment-section > div > div #comment:not([type=checkbox]),
.comment-section > div > div #reply-comment:not([type=checkbox]),
select,
textarea {
  width: 100%;
  height: 40px;
  display: flex;
  font-family: inherit;
  font-size: 16px;
  outline: none;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  padding: 2px 12px;
  align-items: center;
  background-color: white;
  resize: vertical;
}
input:not([type=checkbox]).error, .comment-section > div > div #comment:not([type=checkbox]).error,
.comment-section > div > div #reply-comment:not([type=checkbox]).error,
select.error,
textarea.error {
  border: 1px solid #f44336;
}

.content-editable {
  display: block !important;
  height: unset !important;
  padding: 12px !important;
}

textarea {
  min-height: 100px;
}

input[type=checkbox], .comment-section > div > div [type=checkbox]#comment,
.comment-section > div > div [type=checkbox]#reply-comment {
  accent-color: #d06834;
}

.loader {
  width: 40px;
  aspect-ratio: 4;
  margin: auto;
  --_g: no-repeat radial-gradient(circle closest-side, #fff 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: 33.3333333333% 100%;
  animation: l7 1s infinite linear;
}
.loader.primary {
  --_g: no-repeat radial-gradient(circle closest-side, #333 90%, #0000);
}

@keyframes l7 {
  33% {
    background-size: 33.3333333333% 0%, 33.3333333333% 100%, 33.3333333333% 100%;
  }
  50% {
    background-size: 33.3333333333% 100%, 33.3333333333% 0%, 33.3333333333% 100%;
  }
  66% {
    background-size: 33.3333333333% 100%, 33.3333333333% 100%, 33.3333333333% 0%;
  }
}
.toast {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  display: block;
  position: fixed;
  bottom: 48px;
  padding: 16px 24px;
  border-radius: 100px;
  max-width: calc(100vw - 72px);
  background-color: #d06834;
  color: white;
  transition: all 300ms;
  left: 50%;
  transform: translateY(10px) translateX(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: 20;
}
@media (max-width: 1200px) {
  .toast {
    font-size: 14px;
  }
}
.toast.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(-50%);
}

.verified {
  max-width: fit-content;
  margin: 280px auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  right: -50%;
}
@media (max-width: 1200px) {
  .verified {
    margin: 80px auto;
  }
}
.verified > img {
  width: 200px;
  filter: invert(25%) sepia(97%) saturate(1895%) hue-rotate(99deg) brightness(92%) contrast(101%);
}
@media (max-width: 1200px) {
  .verified > img {
    width: 120px;
  }
}
.verified > div {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  padding: 36px;
  min-width: fit-content;
}
@media (max-width: 1200px) {
  .verified > div {
    font-size: 14px;
  }
}
.verified > div a {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  color: #d06834;
  text-decoration: underline;
  display: contents;
}
@media (max-width: 1200px) {
  .verified > div a {
    font-size: 14px;
  }
}

.verification-failed {
  max-width: fit-content;
  margin: 280px auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .verification-failed {
    margin: 80px auto;
  }
}
.verification-failed > img {
  width: 200px;
  filter: invert(17%) sepia(88%) saturate(7135%) hue-rotate(342deg) brightness(82%) contrast(111%);
}
@media (max-width: 1200px) {
  .verification-failed > img {
    width: 120px;
  }
}
.verification-failed > div {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  padding: 36px;
  min-width: fit-content;
}
@media (max-width: 1200px) {
  .verification-failed > div {
    font-size: 14px;
  }
}
.verification-failed > div a {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  color: #d06834;
  text-decoration: underline;
  display: contents;
}
@media (max-width: 1200px) {
  .verification-failed > div a {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* Posts and pages
--------------------------------------------- */
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.site-main {
  margin-top: 96px;
}
.site-main .hero-section {
  max-width: 1440px;
  margin: auto;
  padding: 0 64px;
  display: flex;
  gap: 128px;
  padding: 48px 64px;
  align-items: center;
}
@media (max-width: 1200px) {
  .site-main .hero-section {
    padding: 0 24px;
  }
}
@media (max-width: 1200px) {
  .site-main .hero-section {
    flex-direction: column-reverse;
    gap: 36px;
    margin-bottom: 64px;
  }
}
@media (max-width: 1200px) {
  .site-main .hero-section > div:first-child {
    text-align: center;
  }
}
.site-main .hero-section > div:first-child h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .site-main .hero-section > div:first-child h1 {
    font-size: 24px;
  }
}
.site-main .hero-section > div:first-child p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  margin-top: 36px;
}
@media (max-width: 1200px) {
  .site-main .hero-section > div:first-child p {
    font-size: 14px;
  }
}
.site-main .hero-section > div:first-child > div {
  display: flex;
  margin-top: 36px;
  gap: 12px;
  align-items: center;
}
@media (max-width: 1200px) {
  .site-main .hero-section > div:first-child > div {
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .site-main .hero-section > div:first-child > div a {
    width: 100%;
  }
}
.site-main .hero-section > div:last-child {
  width: 40%;
  min-width: 40%;
  overflow: hidden;
  border-radius: 1000px;
}
@media (max-width: 1200px) {
  .site-main .hero-section > div:last-child {
    width: 90%;
    min-width: 90%;
  }
}
.site-main .hero-section > div:last-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-main .about-me {
  max-width: 1440px;
  margin: auto;
  padding: 0 64px;
}
@media (max-width: 1200px) {
  .site-main .about-me {
    padding: 0 24px;
  }
}
.site-main .about-me h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  text-align: center;
  margin: auto;
  margin-bottom: 24px;
  margin-top: 24px;
  position: relative;
  width: fit-content;
}
@media (max-width: 1200px) {
  .site-main .about-me h1 {
    font-size: 24px;
  }
}
.site-main .about-me h1::after {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background-color: #d06834;
  height: 5px;
  bottom: -5px;
}
.site-main .about-me h1::before {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background-color: #d06834;
  height: 5px;
  top: -5px;
}
.site-main .about-me > div:first-child {
  display: flex;
  align-items: center;
}
.site-main .about-me > div:last-child {
  display: flex;
  align-items: center;
  border-radius: 24px;
  position: relative;
  background-color: white;
  gap: 32px;
  margin-top: 64px;
  flex-direction: column;
}
.site-main .about-me > div:last-child .content {
  max-width: 1024px;
  text-align: center;
}
.site-main .about-me > div:last-child .content p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
}
@media (max-width: 1200px) {
  .site-main .about-me > div:last-child .content p {
    font-size: 14px;
  }
}
.site-main .about-me > div:last-child .content a {
  width: fit-content;
  margin-top: 24px;
  color: white;
}
.site-main .about-me > div:last-child .content a:hover, .site-main .about-me > div:last-child .content a:active {
  color: white;
}
@media (max-width: 1200px) {
  .site-main .about-me > div:last-child .content a {
    width: 100%;
  }
}
.site-main .about-me > div:last-child .video-container {
  overflow: hidden;
  border-radius: 16px;
  width: 100%;
  max-width: 1024px;
}
.site-main .about-me > div:last-child .video-container video {
  width: 100%;
  height: auto;
  display: block;
}
.site-main .about-me > div:last-child .video-container iframe {
  max-width: 1024px;
  width: 100%;
  aspect-ratio: 1.77;
}
.site-main .stats {
  max-width: 1440px;
  margin: auto;
  padding: 0 64px;
  margin-top: 96px;
}
@media (max-width: 1200px) {
  .site-main .stats {
    padding: 0 24px;
  }
}
.site-main .stats h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  text-align: center;
  margin: auto;
  margin-bottom: 24px;
  margin-top: 24px;
  position: relative;
  width: fit-content;
}
@media (max-width: 1200px) {
  .site-main .stats h1 {
    font-size: 24px;
  }
}
.site-main .stats h1::after {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background-color: #d06834;
  height: 5px;
  bottom: -5px;
}
.site-main .stats h1::before {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background-color: #d06834;
  height: 5px;
  top: -5px;
}
.site-main .stats > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .site-main .stats > div {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 90px;
  }
}
.site-main .stats > div > div {
  transition: all 300ms;
  border-bottom: 4px solid #d06834;
  padding: 24px;
  align-items: center;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgba(85, 85, 85, 0.2);
}
.site-main .stats > div > div:hover {
  transform: translateY(-5px);
}
.site-main .stats > div > div img {
  margin-bottom: 24px;
  height: 80px;
  opacity: 0.8;
  filter: invert(39%) sepia(92%) saturate(414%) hue-rotate(336deg) brightness(103%) contrast(91%);
}
.site-main .stats > div > div h2 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .site-main .stats > div > div h2 {
    font-size: 22px;
  }
}
.site-main .stats > div > div p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  color: #555;
}
@media (max-width: 1200px) {
  .site-main .stats > div > div p {
    font-size: 14px;
  }
}
.site-main .courses {
  max-width: 1440px;
  margin: auto;
  padding: 0 64px;
  margin-top: 96px;
}
@media (max-width: 1200px) {
  .site-main .courses {
    padding: 0 24px;
  }
}
.site-main .courses h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  text-align: center;
  margin: auto;
  margin-bottom: 24px;
  margin-top: 24px;
  position: relative;
  width: fit-content;
}
@media (max-width: 1200px) {
  .site-main .courses h1 {
    font-size: 24px;
  }
}
.site-main .courses h1::after {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background-color: #d06834;
  height: 5px;
  bottom: -5px;
}
.site-main .courses h1::before {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background-color: #d06834;
  height: 5px;
  top: -5px;
}
.site-main .courses > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .site-main .courses > div {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.site-main .courses > div > div {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  padding: 24px;
  box-shadow: 0 0 30px 0 rgba(189, 189, 189, 0.2);
}
.site-main .courses > div > div h2 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media (max-width: 1200px) {
  .site-main .courses > div > div h2 {
    font-size: 22px;
  }
}
.site-main .courses > div > div p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1200px) {
  .site-main .courses > div > div p {
    font-size: 14px;
  }
}
.site-main .courses > div > div ul {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  flex: 1;
}
@media (max-width: 1200px) {
  .site-main .courses > div > div ul {
    font-size: 14px;
  }
}
.site-main .courses > div > div ul li {
  position: relative;
  color: #666;
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-main .courses > div > div a {
  margin-top: 24px;
}
.site-main .blog-posts {
  max-width: 1440px;
  margin: auto;
  padding: 0 64px;
  margin-top: 96px;
}
@media (max-width: 1200px) {
  .site-main .blog-posts {
    padding: 0 24px;
  }
}
.site-main .blog-posts h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  text-align: center;
  margin: auto;
  margin-bottom: 24px;
  margin-top: 24px;
  position: relative;
  width: fit-content;
}
@media (max-width: 1200px) {
  .site-main .blog-posts h1 {
    font-size: 24px;
  }
}
.site-main .blog-posts h1::after {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background-color: #d06834;
  height: 5px;
  bottom: -5px;
}
.site-main .blog-posts h1::before {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background-color: #d06834;
  height: 5px;
  top: -5px;
}
.site-main .blog-posts > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1200px) {
  .site-main .blog-posts > div {
    grid-template-columns: repeat(1, 1fr);
  }
}
.site-main .blog-posts > div > div {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  padding: 24px;
  box-shadow: 0 0 30px 0 rgba(189, 189, 189, 0.2);
  margin-top: 24px;
}
.site-main .blog-posts > div > div > div {
  height: 200px;
  overflow: hidden;
  border-radius: 5px;
}
.site-main .blog-posts > div > div > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-main .blog-posts > div > div h2 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  margin-top: 12px;
}
@media (max-width: 1200px) {
  .site-main .blog-posts > div > div h2 {
    font-size: 22px;
  }
}
.site-main .blog-posts > div > div p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  margin: 24px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1200px) {
  .site-main .blog-posts > div > div p {
    font-size: 14px;
  }
}
.site-main .see-more {
  margin-top: 80px;
}
.site-main .see-more a {
  width: fit-content;
  margin: auto;
}
.site-main .students {
  max-width: 1440px;
  margin: auto;
  padding: 0 64px;
  margin-top: 96px;
}
@media (max-width: 1200px) {
  .site-main .students {
    padding: 0 24px;
  }
}
.site-main .students h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  text-align: center;
  margin: auto;
  margin-bottom: 24px;
  margin-top: 24px;
  position: relative;
  width: fit-content;
}
@media (max-width: 1200px) {
  .site-main .students h1 {
    font-size: 24px;
  }
}
.site-main .students h1::after {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background-color: #d06834;
  height: 5px;
  bottom: -5px;
}
.site-main .students h1::before {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background-color: #d06834;
  height: 5px;
  top: -5px;
}
.site-main .students .carousel-buttons {
  margin-top: 48px;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.site-main .students .carousel-buttons button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
}
.site-main .students .carousel-buttons button:first-child {
  transform: rotate(-180deg);
  margin-top: -6px;
}
.site-main .students .students-carousel {
  margin-top: 24px;
}
.site-main .students .students-carousel .slick-slider {
  margin: 0 -15px;
}
.site-main .students .students-carousel .slick-slide {
  padding: 24px;
  margin-right: 15px;
  margin-left: 15px;
}
.site-main .students .students-carousel .slick-track {
  padding: 24px 0;
}
.site-main .students .students-carousel .students-card {
  box-shadow: 0 0 30px 0 rgba(189, 189, 189, 0.2);
  padding: 24px;
  border-radius: 5px;
}
.site-main .students .students-carousel .students-card > div {
  display: flex;
  gap: 12px;
  align-items: center;
}
.site-main .students .students-carousel .students-card > div > div:first-child {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  overflow: hidden;
}
.site-main .students .students-carousel .students-card > div > div:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-main .students .students-carousel .students-card > div > div:last-child {
  display: flex;
  flex-direction: column;
}
.site-main .students .students-carousel .students-card > div > div:last-child h3 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .site-main .students .students-carousel .students-card > div > div:last-child h3 {
    font-size: 18px;
  }
}
.site-main .students .students-carousel .students-card > div > div:last-child > div {
  display: flex;
  align-items: center;
  gap: 2px;
}
.site-main .students .students-carousel .students-card > div > div:last-child > div img {
  width: 15px;
}
.site-main .students .students-carousel .students-card p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  margin-top: 24px;
}
@media (max-width: 1200px) {
  .site-main .students .students-carousel .students-card p {
    font-size: 14px;
  }
}

.blog-page {
  max-width: 1440px;
  margin: auto;
  padding: 0 64px;
  margin-top: 160px;
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .blog-page {
    padding: 0 24px;
  }
}
@media (max-width: 1200px) {
  .blog-page {
    margin-top: 96px;
  }
}
.blog-page .blog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  margin-bottom: 80px;
  border-radius: 16px;
  background-color: #eee;
}
@media (max-width: 1200px) {
  .blog-page .blog-header {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 48px;
  }
}
.blog-page .blog-header > div {
  display: flex;
  gap: 4px;
}
.blog-page .blog-header h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .blog-page .blog-header h1 {
    font-size: 24px;
  }
}
.blog-page .blog-header select {
  width: fit-content;
  max-width: 280px;
  height: 40px;
  display: flex;
  font-family: inherit;
  font-size: 16px;
  outline: none;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  padding: 2px 12px;
  align-items: center;
  background-color: white;
}
@media (max-width: 1200px) {
  .blog-page .blog-header select {
    width: 100%;
  }
}
.blog-page .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media (max-width: 1200px) {
  .blog-page .blog-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog-page .blog-grid .blog-header-post {
  grid-column: span 3;
  display: flex;
  align-items: center;
  gap: 36px;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .blog-page .blog-grid .blog-header-post {
    flex-direction: column;
    grid-column: span 1;
    margin-bottom: 0;
  }
}
.blog-page .blog-grid .blog-header-post .thumb {
  flex: 1;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 1.7;
}
.blog-page .blog-grid .blog-header-post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-page .blog-grid .blog-header-post .content {
  flex: 1;
}
.blog-page .blog-grid .blog-header-post .content .categories {
  display: flex;
  gap: 8px;
}
.blog-page .blog-grid .blog-header-post .content .categories span {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  height: 28px;
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .blog-page .blog-grid .blog-header-post .content .categories span {
    font-size: 12px;
  }
}
.blog-page .blog-grid .blog-header-post .content h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  margin-top: 36px;
}
@media (max-width: 1200px) {
  .blog-page .blog-grid .blog-header-post .content h1 {
    font-size: 24px;
  }
}
.blog-page .blog-grid .blog-header-post .content p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  margin-top: 16px;
  color: #555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1200px) {
  .blog-page .blog-grid .blog-header-post .content p {
    font-size: 14px;
  }
}
.blog-page .blog-grid .blog-header-post .content a {
  width: fit-content;
  margin-top: 16px;
}
.blog-page .blog-grid .blog-post-card {
  position: relative;
  padding-bottom: 60px;
}
.blog-page .blog-grid .blog-post-card .thumb {
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 1.7;
  margin-bottom: 16px;
}
.blog-page .blog-grid .blog-post-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-page .blog-grid .blog-post-card .content .categories {
  display: flex;
  gap: 8px;
}
.blog-page .blog-grid .blog-post-card .content .categories span {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  height: 28px;
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .blog-page .blog-grid .blog-post-card .content .categories span {
    font-size: 12px;
  }
}
.blog-page .blog-grid .blog-post-card .content h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  margin-top: 16px;
}
@media (max-width: 1200px) {
  .blog-page .blog-grid .blog-post-card .content h1 {
    font-size: 24px;
  }
}
.blog-page .blog-grid .blog-post-card .content p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  margin-top: 16px;
  color: #555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1200px) {
  .blog-page .blog-grid .blog-post-card .content p {
    font-size: 14px;
  }
}
.blog-page .blog-grid .blog-post-card .content a {
  width: fit-content;
  margin-top: 16px;
  position: absolute;
  bottom: 0;
}
.blog-page .pagination {
  margin-top: 80px;
}

.blog-single {
  max-width: 1440px;
  margin: auto;
  padding: 0 64px;
  max-width: 1200px;
  margin-top: 160px;
}
@media (max-width: 1200px) {
  .blog-single {
    padding: 0 24px;
  }
}
@media (max-width: 1200px) {
  .blog-single {
    margin-top: 96px;
  }
}
.blog-single > h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  text-align: center;
  font-size: 36px;
}
@media (max-width: 1200px) {
  .blog-single > h1 {
    font-size: 24px;
  }
}
.blog-single > p {
  max-width: 900px;
  margin: auto;
  color: #555;
  margin-top: 24px;
}
.blog-single .categories {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  justify-content: center;
}
.blog-single .categories span {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  height: 28px;
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .blog-single .categories span {
    font-size: 12px;
  }
}
.blog-single .thumb {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 16px;
  margin-top: 36px;
}
.blog-single .thumb > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.blog-single .content {
  margin-top: 64px;
  font-family: inherit;
}
.blog-single .content h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  .blog-single .content h1 {
    font-size: 24px;
  }
}
.blog-single .content h2 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  .blog-single .content h2 {
    font-size: 22px;
  }
}
.blog-single .content h3 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  .blog-single .content h3 {
    font-size: 18px;
  }
}
.blog-single .content p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
}
@media (max-width: 1200px) {
  .blog-single .content p {
    font-size: 14px;
  }
}
.blog-single .content a {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  color: #d06834;
}
@media (max-width: 1200px) {
  .blog-single .content a {
    font-size: 14px;
  }
}
.blog-single .content ul {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  margin: unset;
  padding: 20px;
  list-style: unset;
}
@media (max-width: 1200px) {
  .blog-single .content ul {
    font-size: 14px;
  }
}
.blog-single .content ul li {
  margin: 8px 0;
}

.comment-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 80px;
}
.comment-list .children {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.comment-section {
  margin-top: 64px;
}
.comment-section h2 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .comment-section h2 {
    font-size: 22px;
  }
}
.comment-section > div > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 12px;
}
.comment-section > div > div label {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  color: #555;
}
@media (max-width: 1200px) {
  .comment-section > div > div label {
    font-size: 14px;
  }
}
.comment-section > div > div #comment,
.comment-section > div > div #reply-comment {
  min-height: 100px;
  height: fit-content;
  padding: 12px;
  display: block;
}
.comment-section > div > div span {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-size: 12px;
  color: #f44336;
  display: none;
}
@media (max-width: 1200px) {
  .comment-section > div > div span {
    font-size: 12px;
  }
}
.comment-section > div > div span.show {
  display: block;
}
.comment-section > div button {
  margin-top: 24px;
  width: 200px;
}

.comment-box {
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  padding: 24px;
}
@media (max-width: 1200px) {
  .comment-box {
    margin-left: 0 !important;
  }
}
.comment-box .title-section {
  display: flex;
  align-items: center;
  gap: 12px;
}
.comment-box .title-section img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.comment-box .title-section > div > div {
  display: flex;
  gap: 4px;
  align-items: baseline;
}
.comment-box .title-section > div > div h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-family: Poppins !important;
}
@media (max-width: 1200px) {
  .comment-box .title-section > div > div h3 {
    font-size: 14px;
  }
}
.comment-box .title-section > div > div span {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-size: 12px;
  color: #d06834;
}
@media (max-width: 1200px) {
  .comment-box .title-section > div > div span {
    font-size: 12px;
  }
}
.comment-box .title-section > div > time {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  color: #888;
  margin-top: -8px;
  display: block;
}
@media (max-width: 1200px) {
  .comment-box .title-section > div > time {
    font-size: 12px;
  }
}
.comment-box > div {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
}
@media (max-width: 1200px) {
  .comment-box > div {
    font-size: 14px;
  }
}
.comment-box button {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  margin: 0;
  transition: all 300ms;
}
@media (max-width: 1200px) {
  .comment-box button {
    font-size: 14px;
  }
}
.comment-box button:hover {
  transform: translateX(-5px);
}

.reply-modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms;
}
.reply-modal.show {
  visibility: visible;
  opacity: 1;
}
.reply-modal.show .reply-modal-content {
  transform: translateY(0);
}
.reply-modal .reply-modal-content {
  background-color: white;
  padding: 24px;
  min-width: 800px;
  position: absolute;
  max-height: calc(100vh - 96px);
  overflow: auto;
  border-radius: 16px;
  transition: all 300ms;
  transform: translateY(-20px);
}
.reply-modal .reply-modal-content .reply-to {
  font-weight: 500;
}
@media (max-width: 800px) {
  .reply-modal .reply-modal-content {
    min-width: 100vw;
    bottom: 0;
    border-radius: 16px 16px 0 0;
    transform: translateY(20px);
  }
}

.course-single {
  max-width: 1440px;
  margin: auto;
  padding: 0 64px;
  margin-top: 120px;
}
@media (max-width: 1200px) {
  .course-single {
    padding: 0 24px;
  }
}
@media (max-width: 1200px) {
  .course-single {
    margin-top: 96px;
  }
}
.course-single .head-section {
  display: flex;
  gap: 16px;
}
@media (max-width: 1200px) {
  .course-single .head-section {
    flex-direction: column;
  }
}
.course-single .head-section > div:first-of-type {
  flex: 0.4;
}
@media (max-width: 1200px) {
  .course-single .head-section > div:first-of-type {
    margin-bottom: 36px;
  }
}
.course-single .head-section > div:last-of-type {
  flex: 0.6;
}
.course-single .head-section > div:last-of-type h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  margin-bottom: 36px;
}
@media (max-width: 1200px) {
  .course-single .head-section > div:last-of-type h1 {
    font-size: 24px;
  }
}
.course-single .head-section > div:last-of-type h2 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .course-single .head-section > div:last-of-type h2 {
    font-size: 22px;
  }
}
.course-single .head-section > div:last-of-type ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
}
.course-single .head-section > div:last-of-type .row-box {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 32px 0;
  justify-content: space-between;
  background-color: #f8f8f8;
  padding: 24px;
  border-radius: 8px;
}
@media (max-width: 1200px) {
  .course-single .head-section > div:last-of-type .row-box {
    flex-direction: column;
    align-items: start;
  }
}
.course-single .head-section > div:last-of-type .row-box .price-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.course-single .head-section > div:last-of-type .row-box .price-container .price {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .course-single .head-section > div:last-of-type .row-box .price-container .price {
    font-size: 22px;
  }
}
.course-single .head-section > div:last-of-type .row-box .price-container .price.has-discount {
  color: #d90429;
  text-decoration: line-through;
  font-size: 16px;
}
.course-single .head-section > div:last-of-type .row-box .price-container .discount-percent {
  background-color: green;
  color: white;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 12px;
}
.course-single .head-section > div:last-of-type .row-box .you-have {
  color: green;
  font-size: 12px;
  font-style: italic;
}
.course-single .head-section > div:last-of-type .row-box > a {
  height: 40px;
  width: fit-content;
}
@media (max-width: 1200px) {
  .course-single .head-section > div:last-of-type .row-box > a {
    width: 100%;
  }
}
.course-single .about-course {
  border: 1px solid #bdbdbd;
  padding: 24px;
  border-radius: 12px;
  margin-top: 24px;
}
.course-single .about-course h2 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .course-single .about-course h2 {
    font-size: 22px;
  }
}
.course-single .about-course p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  margin-top: 24px;
}
@media (max-width: 1200px) {
  .course-single .about-course p {
    font-size: 14px;
  }
}
.course-single .about-course a {
  color: #d06834;
}

.course-chapters-header {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  text-align: center;
  margin: auto;
  margin-bottom: 24px;
  margin-top: 24px;
  position: relative;
  width: fit-content;
  margin: 80px auto 0 auto;
}
@media (max-width: 1200px) {
  .course-chapters-header {
    font-size: 24px;
  }
}
.course-chapters-header::after {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background-color: #d06834;
  height: 5px;
  bottom: -5px;
}
.course-chapters-header::before {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background-color: #d06834;
  height: 5px;
  top: -5px;
}

.course-chapters {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.course-chapters .chapter .head {
  display: flex;
  align-items: center;
  padding: 24px;
  border: 1px solid #bdbdbd;
  border-radius: 12px;
  gap: 16px;
  width: 100%;
  transition: background-color 300ms;
  cursor: pointer;
}
.course-chapters .chapter .head:hover {
  background-color: #f8f8f8;
}
.course-chapters .chapter .head img {
  width: 12px;
  transition: all 300ms;
}
.course-chapters .chapter .head.show {
  background-color: #f8f8f8;
}
.course-chapters .chapter .head.show img {
  transform: rotate(180deg);
}
.course-chapters .chapter .head h3 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  flex: 1;
}
@media (max-width: 1200px) {
  .course-chapters .chapter .head h3 {
    font-size: 18px;
  }
}
.course-chapters .chapter .head p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  color: #555;
}
@media (max-width: 1200px) {
  .course-chapters .chapter .head p {
    font-size: 14px;
  }
}
.course-chapters .chapter .courses {
  display: none;
  flex-direction: column;
  gap: 12px;
  margin: 12px 0 0;
  margin-left: 12px;
}
.course-chapters .chapter .courses .course {
  display: flex;
  align-items: center;
  padding: 12px 24px;
  border: 1px solid #bdbdbd;
  border-radius: 12px;
  gap: 16px;
  width: 100%;
}
.course-chapters .chapter .courses .course img {
  width: 12px;
}
.course-chapters .chapter .courses .course img.green {
  filter: invert(24%) sepia(57%) saturate(3741%) hue-rotate(113deg) brightness(89%) contrast(102%);
}
.course-chapters .chapter .courses .course h4 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  flex: 1;
}
@media (max-width: 1200px) {
  .course-chapters .chapter .courses .course h4 {
    font-size: 16px;
  }
}
.course-chapters .chapter .courses .course p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  color: #555;
}
@media (max-width: 1200px) {
  .course-chapters .chapter .courses .course p {
    font-size: 14px;
  }
}

.course-archive-page {
  max-width: 1440px;
  margin: auto;
  padding: 0 64px;
  margin-top: 160px;
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .course-archive-page {
    padding: 0 24px;
  }
}
@media (max-width: 1200px) {
  .course-archive-page {
    margin-top: 96px;
  }
}
.course-archive-page .course-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 16px;
  background-color: #eee;
}
@media (max-width: 1200px) {
  .course-archive-page .course-header {
    flex-direction: column;
    gap: 16px;
  }
}
.course-archive-page .course-header h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .course-archive-page .course-header h1 {
    font-size: 24px;
  }
}
.course-archive-page .course-header select {
  width: fit-content;
  max-width: 280px;
  height: 40px;
  display: flex;
  font-family: inherit;
  font-size: 16px;
  outline: none;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  padding: 2px 12px;
  align-items: center;
  background-color: white;
}
@media (max-width: 1200px) {
  .course-archive-page .course-header select {
    width: 100%;
  }
}
.course-archive-page .course-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.course-archive-page .course-grid > div {
  display: flex;
  overflow: hidden;
  border-radius: 5px;
  padding: 24px;
  box-shadow: 0 0 30px 0 rgba(189, 189, 189, 0.2);
  margin-top: 24px;
  gap: 24px;
}
@media (max-width: 1200px) {
  .course-archive-page .course-grid > div {
    flex-direction: column;
  }
}
.course-archive-page .course-grid > div > img {
  width: 400px;
  border-radius: 20px;
}
.course-archive-page .course-grid > div > div h2 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media (max-width: 1200px) {
  .course-archive-page .course-grid > div > div h2 {
    font-size: 22px;
  }
}
.course-archive-page .course-grid > div > div p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1200px) {
  .course-archive-page .course-grid > div > div p {
    font-size: 14px;
  }
}
.course-archive-page .course-grid > div > div ul {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  flex: 1;
}
@media (max-width: 1200px) {
  .course-archive-page .course-grid > div > div ul {
    font-size: 14px;
  }
}
.course-archive-page .course-grid > div > div ul li {
  position: relative;
  color: #666;
  display: flex;
  align-items: center;
  gap: 8px;
}
.course-archive-page .course-grid > div > div ul li strong {
  max-width: 50%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.course-archive-page .course-grid > div > div ul li img {
  filter: invert(54%) sepia(95%) saturate(1230%) hue-rotate(360deg) brightness(103%) contrast(106%);
}
.course-archive-page .course-grid > div > div a {
  margin-top: 24px;
  width: fit-content;
}
@media (max-width: 1200px) {
  .course-archive-page .course-grid > div > div a {
    width: 100%;
  }
}

.resource-box {
  border: 1px solid #bdbdbd;
  padding: 24px;
  border-radius: 12px;
  margin-top: 24px;
}
.resource-box h2 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .resource-box h2 {
    font-size: 22px;
  }
}
.resource-box ul {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  margin-top: 24px;
}
@media (max-width: 1200px) {
  .resource-box ul {
    font-size: 14px;
  }
}

.register {
  display: grid;
  grid-template-columns: 1fr 2fr;
  height: 100vh;
}
@media (max-width: 1200px) {
  .register {
    grid-template-columns: 1fr;
  }
}
.register .register-vector {
  background-color: #d06834;
  background-image: url("assets/images/register.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .register .register-vector {
    display: none;
  }
}
.register .register-content {
  padding: 24px;
  position: relative;
}
.register .register-content .success-message {
  display: flex;
  display: none;
  background-color: rgba(0, 128, 0, 0.1);
  border: 1px solid #008000;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  text-align: left;
  margin: auto;
  max-width: 500px;
  margin-top: 64px;
}
.register .register-content .success-message h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-family: Poppins !important;
}
@media (max-width: 1200px) {
  .register .register-content .success-message h2 {
    font-size: 14px;
  }
}
.register .register-content .success-message p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
}
@media (max-width: 1200px) {
  .register .register-content .success-message p {
    font-size: 12px;
  }
}
.register .register-content > a {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  display: flex;
  color: #333;
  align-items: center;
  gap: 6px;
}
@media (max-width: 1200px) {
  .register .register-content > a {
    font-size: 14px;
  }
}
.register .register-content > a img {
  width: 10px;
  transform: rotate(90deg);
}
.register .register-content > div {
  text-align: center;
}
.register .register-content > div > img {
  width: 64px;
  margin-top: 64px;
}
.register .register-content > div > h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .register .register-content > div > h1 {
    font-size: 24px;
  }
}
.register .register-content > div > p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
}
@media (max-width: 1200px) {
  .register .register-content > div > p {
    font-size: 14px;
  }
}
.register .register-content > div > form {
  max-width: 480px;
  margin: auto;
  margin-top: 64px;
  display: flex;
  text-align: left;
  gap: 12px;
  flex-direction: column;
}
.register .register-content > div > form a {
  color: #d06834;
}
.register .register-content > div > form label.required {
  position: relative;
}
.register .register-content > div > form label.required:after {
  content: "*";
  position: absolute;
  top: -5px;
  right: -10px;
  color: #d90429;
}
.register .register-content > div > form label.checkbox {
  display: flex;
  align-items: center;
  gap: 4px;
}
.register .register-content > div > form .button-container {
  margin-top: 48px;
}
.register .register-content > div > form .button-container button.button-primary {
  width: 100%;
}
.register .register-content > div > form .or-section {
  border-top: 1px solid #ccc;
  width: 100%;
  text-align: center;
  margin-top: 36px;
}
.register .register-content > div > form .or-section > div {
  background-color: white;
  margin-top: -25px;
  display: inline-block;
  padding: 10px;
}
.register .register-content > div > form span.error {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  color: #d90429;
}
@media (max-width: 1200px) {
  .register .register-content > div > form span.error {
    font-size: 12px;
  }
}
.register .register-content > div > form .google-container {
  margin-top: 20px;
}
.register .register-content > div > form .google-container button {
  width: 100%;
}
.register .between {
  text-align: center;
}

.cv-container {
  max-width: 1440px;
  margin: auto;
  padding: 0 64px;
  margin-top: 120px;
  display: grid;
  grid-template-columns: 280px auto;
  gap: 32px;
  align-items: start;
}
@media (max-width: 1200px) {
  .cv-container {
    padding: 0 24px;
  }
}
@media (max-width: 1200px) {
  .cv-container {
    grid-template-columns: 1fr;
  }
}
.cv-container .cv-abstract {
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 24px;
  position: sticky;
  top: 140px;
}
@media (max-width: 1200px) {
  .cv-container .cv-abstract {
    position: static;
  }
}
.cv-container .cv-abstract ul li {
  padding: 8px 0;
}
.cv-container .cv-abstract ul li a {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  color: #d06834;
}
@media (max-width: 1200px) {
  .cv-container .cv-abstract ul li a {
    font-size: 14px;
  }
}
.cv-container .cv-content .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cv-container .cv-content .title img {
  width: 70px;
  height: 70px;
  border-radius: 70px;
}
.cv-container .cv-content .title h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  margin: 16px 0;
}
@media (max-width: 1200px) {
  .cv-container .cv-content .title h1 {
    font-size: 24px;
  }
}
.cv-container .cv-content h2 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  margin: 0;
  margin-top: 36px;
}
@media (max-width: 1200px) {
  .cv-container .cv-content h2 {
    font-size: 22px;
  }
}
.cv-container .cv-content h3 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 1200px) {
  .cv-container .cv-content h3 {
    font-size: 18px;
  }
}
.cv-container .cv-content p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
}
@media (max-width: 1200px) {
  .cv-container .cv-content p {
    font-size: 14px;
  }
}
.cv-container .cv-content p.hint {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-style: italic;
}
@media (max-width: 1200px) {
  .cv-container .cv-content p.hint {
    font-size: 12px;
  }
}
.cv-container .cv-content ul li {
  position: relative;
  padding: 4px 0;
  padding-left: 24px;
}
.cv-container .cv-content ul li::before {
  content: "";
  position: absolute;
  background-image: url(assets/images/list-check.svg);
  background-size: 20px;
  background-position: center;
  width: 20px;
  height: 20px;
  left: 0;
  top: 9px;
}
.cv-container .cv-content div.box {
  background-color: #f7f7f7;
  border-radius: 16px;
  padding: 24px;
  margin-top: 16px;
}
.cv-container .cv-content div.box h3 {
  margin-bottom: 16px;
}
.cv-container .cv-content div.box h3:not(:first-of-type) {
  margin-top: 24px;
}
.cv-container .cv-content div.box hr {
  margin-top: 20px;
}
.cv-container .cv-content div.box h3.small {
  margin: 0;
}
.cv-container .cv-content div.box h3.small:not(:first-of-type) {
  margin-top: 24px;
}
.cv-container .cv-content div.box p.small {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
}
@media (max-width: 1200px) {
  .cv-container .cv-content div.box p.small {
    font-size: 12px;
  }
}
.cv-container .cv-content div.box a {
  padding-top: 4px;
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
}
.cv-container .cv-content div.box a img {
  width: 22px;
  height: 22px;
}
.cv-container .cv-content div.box .spaced li {
  margin-bottom: 16px;
}
.cv-container .cv-content .experience-inner {
  margin-left: 36px;
  border-left: 5px solid #eee;
  padding-left: 36px;
}
@media (max-width: 1200px) {
  .cv-container .cv-content .experience-inner {
    margin-left: 0;
    padding-left: 16px;
  }
}
.cv-container .cv-content .two-parts {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 36px;
}
.cv-container .cv-content .two-parts h2 {
  margin: 0;
}
.cv-container .cv-content .two-parts span {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  color: #888;
}
@media (max-width: 1200px) {
  .cv-container .cv-content .two-parts span {
    font-size: 12px;
  }
}

.about-container {
  max-width: 1440px;
  margin: auto;
  padding: 0 64px;
  margin-top: 120px;
}
@media (max-width: 1200px) {
  .about-container {
    padding: 0 24px;
  }
}
.about-container .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-container .title img {
  width: 70px;
  height: 70px;
  border-radius: 70px;
}
.about-container .title h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  margin: 16px 0;
}
@media (max-width: 1200px) {
  .about-container .title h1 {
    font-size: 24px;
  }
}
.about-container h2 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  margin: 0;
  margin-top: 36px;
}
@media (max-width: 1200px) {
  .about-container h2 {
    font-size: 22px;
  }
}
.about-container h3 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 1200px) {
  .about-container h3 {
    font-size: 18px;
  }
}
.about-container p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
}
@media (max-width: 1200px) {
  .about-container p {
    font-size: 14px;
  }
}
.about-container p.hint {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-style: italic;
}
@media (max-width: 1200px) {
  .about-container p.hint {
    font-size: 12px;
  }
}
.about-container ul li {
  position: relative;
  padding: 4px 0;
  padding-left: 24px;
}
.about-container ul li::before {
  content: "";
  position: absolute;
  background-image: url(assets/images/list-check.svg);
  background-size: 20px;
  background-position: center;
  width: 20px;
  height: 20px;
  left: 0;
  top: 9px;
}
.about-container div.box {
  background-color: #f7f7f7;
  border-radius: 16px;
  padding: 24px;
  margin-top: 16px;
}
.about-container div.box h3 {
  margin-bottom: 16px;
}
.about-container div.box h3:not(:first-of-type) {
  margin-top: 24px;
}
.about-container div.box hr {
  margin-top: 20px;
}
.about-container div.box h3.small {
  margin: 0;
}
.about-container div.box h3.small:not(:first-of-type) {
  margin-top: 24px;
}
.about-container div.box p.small {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
}
@media (max-width: 1200px) {
  .about-container div.box p.small {
    font-size: 12px;
  }
}
.about-container div.box p:not(:first-child) {
  margin-top: 16px;
}
.about-container div.box a {
  padding-top: 4px;
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
}
.about-container div.box a img {
  width: 22px;
  height: 22px;
}
.about-container div.box .spaced li {
  margin-bottom: 16px;
}
.about-container .experience-inner {
  margin-left: 36px;
  border-left: 5px solid #eee;
  padding-left: 36px;
}
.about-container .two-parts {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 36px;
}
.about-container .two-parts h2 {
  margin: 0;
}
.about-container .two-parts span {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  color: #888;
}
@media (max-width: 1200px) {
  .about-container .two-parts span {
    font-size: 12px;
  }
}
.about-container .links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 36px;
  gap: 16px;
}
@media (max-width: 1200px) {
  .about-container .links {
    grid-template-columns: 1fr;
  }
}
.about-container .links a {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  padding: 24px;
  transition: all 300ms;
  border-radius: 16px;
  cursor: pointer;
}
.about-container .links a:nth-child(1) {
  border-bottom: 10px solid #d06834;
}
.about-container .links a:nth-child(2) {
  border-bottom: 10px solid #6ab04c;
}
.about-container .links a:nth-child(3) {
  border-bottom: 10px solid #30336b;
}
.about-container .links a:nth-child(4) {
  border-bottom: 10px solid #22a6b3;
}
.about-container .links a:hover {
  transform: scale(1.05);
}
.about-container .links a img {
  height: 40px;
}
.about-container .links a img p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins !important;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .about-container .links a img p {
    font-size: 14px;
  }
}
.about-container h2 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  text-align: center;
  margin: auto;
  margin-bottom: 24px;
  margin-top: 24px;
  position: relative;
  width: fit-content;
}
@media (max-width: 1200px) {
  .about-container h2 {
    font-size: 24px;
  }
}
.about-container h2::after {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background-color: #d06834;
  height: 5px;
  bottom: -5px;
}
.about-container h2::before {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background-color: #d06834;
  height: 5px;
  top: -5px;
}
.about-container .lets-connect {
  background-color: #d06834;
  border-radius: 16px;
  padding: 24px;
  color: white;
  display: flex;
  gap: 24px;
  align-items: center;
  max-width: 1024px;
  margin: auto;
  margin-top: 64px;
}
@media (max-width: 1200px) {
  .about-container .lets-connect {
    flex-direction: column;
  }
}
.about-container .lets-connect > div:first-child img {
  width: 120px;
  min-width: 120px;
  display: block;
}
.about-container .lets-connect > div:last-child p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins !important;
}
@media (max-width: 1200px) {
  .about-container .lets-connect > div:last-child p {
    font-size: 14px;
  }
}
.about-container .lets-connect > div:last-child a {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-family: Poppins !important;
  color: white;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .about-container .lets-connect > div:last-child a {
    font-size: 14px;
  }
}

.contact-container {
  max-width: 1440px;
  margin: auto;
  padding: 0 64px;
  margin-top: 120px;
}
@media (max-width: 1200px) {
  .contact-container {
    padding: 0 24px;
  }
}
.contact-container .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-container .title img {
  width: 70px;
  height: 70px;
  border-radius: 70px;
}
.contact-container .title h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  margin: 16px 0;
}
@media (max-width: 1200px) {
  .contact-container .title h1 {
    font-size: 24px;
  }
}
.contact-container h2 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  margin: 0;
  margin-top: 36px;
}
@media (max-width: 1200px) {
  .contact-container h2 {
    font-size: 22px;
  }
}
.contact-container h3 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 1200px) {
  .contact-container h3 {
    font-size: 18px;
  }
}
.contact-container p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
}
@media (max-width: 1200px) {
  .contact-container p {
    font-size: 14px;
  }
}
.contact-container p.hint {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-style: italic;
}
@media (max-width: 1200px) {
  .contact-container p.hint {
    font-size: 12px;
  }
}
.contact-container ul li {
  position: relative;
  padding: 4px 0;
  padding-left: 24px;
}
.contact-container ul li::before {
  content: "";
  position: absolute;
  background-image: url(assets/images/list-check.svg);
  background-size: 20px;
  background-position: center;
  width: 20px;
  height: 20px;
  left: 0;
  top: 9px;
}
.contact-container div.box {
  background-color: #f7f7f7;
  border-radius: 16px;
  padding: 24px;
  margin-top: 16px;
}
.contact-container div.box.small {
  max-width: 640px;
  margin: auto;
}
.contact-container div.box h3 {
  margin-bottom: 16px;
}
.contact-container div.box h3:not(:first-of-type) {
  margin-top: 24px;
}
.contact-container div.box hr {
  margin-top: 20px;
}
.contact-container div.box h3.small {
  margin: 0;
}
.contact-container div.box h3.small:not(:first-of-type) {
  margin-top: 24px;
}
.contact-container div.box p.small {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
}
@media (max-width: 1200px) {
  .contact-container div.box p.small {
    font-size: 12px;
  }
}
.contact-container div.box p:not(:first-child) {
  margin-top: 16px;
}
.contact-container div.box a {
  padding-top: 4px;
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
}
.contact-container div.box a img {
  width: 22px;
  height: 22px;
}
.contact-container div.box .spaced li {
  margin-bottom: 16px;
}
.contact-container .experience-inner {
  margin-left: 36px;
  border-left: 5px solid #eee;
  padding-left: 36px;
}
.contact-container .two-parts {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 36px;
}
.contact-container .two-parts h2 {
  margin: 0;
}
.contact-container .two-parts span {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  color: #888;
}
@media (max-width: 1200px) {
  .contact-container .two-parts span {
    font-size: 12px;
  }
}
.contact-container .after-title {
  display: block;
  margin: auto;
  text-align: center;
  color: #555;
}
.contact-container .links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 36px;
  gap: 16px;
}
@media (max-width: 1200px) {
  .contact-container .links {
    grid-template-columns: 1fr;
  }
}
.contact-container .links.small {
  grid-template-columns: repeat(2, 1fr);
  max-width: 640px;
  margin: 36px auto 0 auto;
}
.contact-container .links a {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  padding: 24px;
  transition: all 300ms;
  border-radius: 16px;
  cursor: pointer;
}
.contact-container .links a:nth-child(1) {
  border-bottom: 10px solid #d06834;
}
.contact-container .links a:nth-child(2) {
  border-bottom: 10px solid #6ab04c;
}
.contact-container .links a:nth-child(3) {
  border-bottom: 10px solid #30336b;
}
.contact-container .links a:nth-child(4) {
  border-bottom: 10px solid #22a6b3;
}
.contact-container .links a:hover {
  transform: scale(1.05);
}
.contact-container .links a img {
  height: 40px;
}
.contact-container .links a img p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins !important;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .contact-container .links a img p {
    font-size: 14px;
  }
}
.contact-container h2 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  text-align: center;
  margin: auto;
  margin-bottom: 24px;
  margin-top: 24px;
  position: relative;
  width: fit-content;
}
@media (max-width: 1200px) {
  .contact-container h2 {
    font-size: 24px;
  }
}
.contact-container h2::after {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background-color: #d06834;
  height: 5px;
  bottom: -5px;
}
.contact-container h2::before {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background-color: #d06834;
  height: 5px;
  top: -5px;
}
.contact-container .lets-connect {
  background-color: #d06834;
  border-radius: 16px;
  padding: 24px;
  color: white;
  display: flex;
  gap: 24px;
  align-items: center;
  max-width: 1024px;
  margin: auto;
  margin-top: 64px;
}
.contact-container .lets-connect > div:first-child img {
  width: 120px;
  min-width: 120px;
  display: block;
}
.contact-container .lets-connect > div:last-child p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins !important;
}
@media (max-width: 1200px) {
  .contact-container .lets-connect > div:last-child p {
    font-size: 14px;
  }
}
.contact-container .lets-connect > div:last-child a {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-family: Poppins !important;
  color: white;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .contact-container .lets-connect > div:last-child a {
    font-size: 14px;
  }
}

.comment-section.contact {
  max-width: 1440px;
  margin: auto;
  padding: 0 64px;
  margin-top: 96px;
}
@media (max-width: 1200px) {
  .comment-section.contact {
    padding: 0 24px;
  }
}
.comment-section.contact h2 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  text-align: center;
  margin: auto;
  margin-bottom: 24px;
  margin-top: 24px;
  position: relative;
  width: fit-content;
}
@media (max-width: 1200px) {
  .comment-section.contact h2 {
    font-size: 24px;
  }
}
.comment-section.contact h2::after {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background-color: #d06834;
  height: 5px;
  bottom: -5px;
}
.comment-section.contact h2::before {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background-color: #d06834;
  height: 5px;
  top: -5px;
}
.comment-section.contact p {
  text-align: center;
}

.personal-container {
  max-width: 1440px;
  margin: auto;
  padding: 0 64px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .personal-container {
    padding: 0 24px;
  }
}
.personal-container:first-of-type {
  margin-top: 120px;
}
.personal-container .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.personal-container .title img {
  width: 70px;
  height: 70px;
  border-radius: 70px;
}
.personal-container .title h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  margin: 16px 0;
}
@media (max-width: 1200px) {
  .personal-container .title h1 {
    font-size: 24px;
  }
}
.personal-container h2 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  margin: 0;
  margin-top: 36px;
  text-align: center;
}
@media (max-width: 1200px) {
  .personal-container h2 {
    font-size: 22px;
  }
}
.personal-container h3 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 1200px) {
  .personal-container h3 {
    font-size: 18px;
  }
}
.personal-container p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
}
@media (max-width: 1200px) {
  .personal-container p {
    font-size: 14px;
  }
}
.personal-container p.hint {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-style: italic;
}
@media (max-width: 1200px) {
  .personal-container p.hint {
    font-size: 12px;
  }
}
.personal-container div.box {
  background-color: #f7f7f7;
  border-radius: 16px;
  padding: 24px;
  margin-top: 16px;
}
.personal-container div.box.small {
  max-width: 640px;
  margin: auto;
}
.personal-container div.box ul li {
  position: relative;
  padding: 4px 0;
  padding-left: 24px;
}
.personal-container div.box ul li::before {
  content: "";
  position: absolute;
  background-image: url(assets/images/list-check.svg);
  background-size: 20px;
  background-position: center;
  width: 20px;
  height: 20px;
  left: 0;
  top: 9px;
}
.personal-container div.box h3 {
  margin-bottom: 16px;
}
.personal-container div.box h3:not(:first-of-type) {
  margin-top: 24px;
}
.personal-container div.box hr {
  margin-top: 20px;
}
.personal-container div.box h3.small {
  margin: 0;
}
.personal-container div.box h3.small:not(:first-of-type) {
  margin-top: 24px;
}
.personal-container div.box p.small {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
}
@media (max-width: 1200px) {
  .personal-container div.box p.small {
    font-size: 12px;
  }
}
.personal-container div.box p:not(:first-child) {
  margin-top: 16px;
}
.personal-container div.box a {
  padding-top: 4px;
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
}
.personal-container div.box a img {
  width: 22px;
  height: 22px;
}
.personal-container div.box .spaced li {
  margin-bottom: 16px;
}
.personal-container .experience-inner {
  margin-left: 36px;
  border-left: 5px solid #eee;
  padding-left: 36px;
}
.personal-container .two-parts {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 36px;
}
.personal-container .two-parts h2 {
  margin: 0;
}
.personal-container .two-parts span {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  color: #888;
}
@media (max-width: 1200px) {
  .personal-container .two-parts span {
    font-size: 12px;
  }
}
.personal-container .after-title {
  display: block;
  margin: auto;
  text-align: center;
  color: #555;
}
.personal-container .links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 36px;
  gap: 16px;
}
@media (max-width: 1200px) {
  .personal-container .links {
    grid-template-columns: 1fr;
  }
}
.personal-container .links.small {
  grid-template-columns: repeat(2, 1fr);
  max-width: 640px;
  margin: 36px auto 0 auto;
}
.personal-container .links a {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  padding: 24px;
  transition: all 300ms;
  border-radius: 16px;
  cursor: pointer;
}
.personal-container .links a:nth-child(1) {
  border-bottom: 10px solid #d06834;
}
.personal-container .links a:nth-child(2) {
  border-bottom: 10px solid #6ab04c;
}
.personal-container .links a:nth-child(3) {
  border-bottom: 10px solid #30336b;
}
.personal-container .links a:nth-child(4) {
  border-bottom: 10px solid #22a6b3;
}
.personal-container .links a:hover {
  transform: scale(1.05);
}
.personal-container .links a img {
  height: 40px;
}
.personal-container .links a img p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins !important;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .personal-container .links a img p {
    font-size: 14px;
  }
}
.personal-container .lets-connect {
  background-color: #d06834;
  border-radius: 16px;
  padding: 24px;
  color: white;
  display: flex;
  gap: 24px;
  align-items: center;
  max-width: 1024px;
  margin: auto;
  margin-top: 64px;
}
.personal-container .lets-connect > div:first-child img {
  width: 120px;
  min-width: 120px;
  display: block;
}
.personal-container .lets-connect > div:last-child p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins !important;
}
@media (max-width: 1200px) {
  .personal-container .lets-connect > div:last-child p {
    font-size: 14px;
  }
}
.personal-container .lets-connect > div:last-child a {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-family: Poppins !important;
  color: white;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .personal-container .lets-connect > div:last-child a {
    font-size: 14px;
  }
}
.personal-container .offer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 64px;
  align-items: center;
  position: relative;
}
@media (max-width: 1200px) {
  .personal-container .offer {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 36px;
  }
}
.personal-container .offer h2 {
  text-align: left;
}
.personal-container .offer span.a1 {
  background-color: #d06834;
  width: 100px;
  aspect-ratio: 1;
  border-radius: 2000px;
  position: absolute;
  z-index: -1;
  display: block;
  top: calc(50% - 150px);
  left: 60px;
}
@media (max-width: 1200px) {
  .personal-container .offer span.a1 {
    top: 50px;
    left: calc(50% - 50px);
  }
}
.personal-container .offer > div {
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  backdrop-filter: blur(30px);
}
.personal-container .offer ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.personal-container .offer ul li {
  padding: 20px;
  border-radius: 16px;
  background-color: #eee;
  transition: all 300ms;
}
.personal-container .offer ul li:hover {
  transform: scale(1.03) rotate(0.5deg);
}
.personal-container .offer ul li:nth-child(1) {
  background-color: #c44569;
  color: white;
}
.personal-container .offer ul li:nth-child(2) {
  background-color: #e15f41;
  color: white;
}
.personal-container .offer ul li:nth-child(3) {
  background-color: #546de5;
  color: white;
}
.personal-container .offer ul li:nth-child(4) {
  background-color: #e66767;
  color: white;
}
.personal-container .offer ul li:nth-child(5) {
  background-color: #574b90;
  color: white;
}
.personal-container .offer ul li:nth-child(6) {
  background-color: #596275;
  color: white;
}
.personal-container .offer ul li:nth-child(7) {
  background-color: #303952;
  color: white;
}
.personal-container .how {
  display: flex;
  flex-direction: row-reverse;
  justify-content: stretch;
  position: relative;
  gap: 48px;
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .personal-container .how {
    flex-direction: column;
    gap: 24px;
    margin-top: 36px;
  }
}
.personal-container .how span.a1 {
  background-color: #d06834;
  width: 100px;
  aspect-ratio: 1;
  border-radius: 2000px;
  position: absolute;
  z-index: -1;
  display: block;
  top: calc(50% - 150px);
  right: 60px;
}
@media (max-width: 1200px) {
  .personal-container .how span.a1 {
    top: 50px;
    left: calc(50% - 50px);
  }
}
.personal-container .how > div {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  backdrop-filter: blur(30px);
}
@media (max-width: 1200px) {
  .personal-container .how > div {
    padding: 36px 0;
  }
  .personal-container .how > div h2 {
    text-align: left;
    margin-top: 0;
  }
}
.personal-container .how ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.personal-container .how ul li {
  padding: 20px;
  border-radius: 16px;
  background-color: #eee;
  transition: all 300ms;
}
.personal-container .how ul li h3 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .personal-container .how ul li h3 {
    font-size: 18px;
  }
}
.personal-container .how ul li:hover {
  transform: scale(1.03) rotate(0.5deg);
}
.personal-container .how ul li:nth-child(1) {
  background-color: #c44569;
  color: white;
}
.personal-container .how ul li:nth-child(2) {
  background-color: #e15f41;
  color: white;
}
.personal-container .how ul li:nth-child(3) {
  background-color: #596275;
  color: white;
}
.personal-container .how ul li:nth-child(4) {
  background-color: #303952;
  color: white;
}
.personal-container .choose {
  margin-top: 80px;
}
.personal-container .choose h2 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  text-align: center;
  margin: auto;
  margin-bottom: 24px;
  margin-top: 24px;
  position: relative;
  width: fit-content;
}
@media (max-width: 1200px) {
  .personal-container .choose h2 {
    font-size: 24px;
  }
}
.personal-container .choose h2::after {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background-color: #d06834;
  height: 5px;
  bottom: -5px;
}
.personal-container .choose h2::before {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background-color: #d06834;
  height: 5px;
  top: -5px;
}
.personal-container .example {
  margin-top: 80px;
}
.personal-container .example h2 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  text-align: center;
  margin: auto;
  margin-bottom: 24px;
  margin-top: 24px;
  position: relative;
  width: fit-content;
}
@media (max-width: 1200px) {
  .personal-container .example h2 {
    font-size: 24px;
  }
}
.personal-container .example h2::after {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background-color: #d06834;
  height: 5px;
  bottom: -5px;
}
.personal-container .example h2::before {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background-color: #d06834;
  height: 5px;
  top: -5px;
}
.personal-container .example ul li {
  margin-top: 12px;
}
.personal-container .faq {
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .personal-container .faq {
    margin-top: 64px;
  }
}
.personal-container .faq h2 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  text-align: center;
  margin: auto;
  margin-bottom: 24px;
  margin-top: 24px;
  position: relative;
  width: fit-content;
}
@media (max-width: 1200px) {
  .personal-container .faq h2 {
    font-size: 24px;
  }
}
.personal-container .faq h2::after {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background-color: #d06834;
  height: 5px;
  bottom: -5px;
}
.personal-container .faq h2::before {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background-color: #d06834;
  height: 5px;
  top: -5px;
}
.personal-container .faq .faq-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1024px;
  margin: auto;
  margin-top: 64px;
}
.personal-container .faq .faq-container .faq-card {
  background-color: #f8f8f8;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 2px 3px 5px rgba(208, 104, 52, 0.2);
}
.personal-container .faq .faq-container .faq-card p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  margin-top: 12px;
}
@media (max-width: 1200px) {
  .personal-container .faq .faq-container .faq-card p {
    font-size: 14px;
  }
}
.personal-container .faq .faq-container .faq-card h3 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .personal-container .faq .faq-container .faq-card h3 {
    font-size: 18px;
  }
}

.needs {
  background-color: #f7f1e3;
  padding: 64px 0;
  margin-top: 80px;
  border-top: 5px dashed #aaa69d;
  border-bottom: 5px dashed #aaa69d;
}
@media (max-width: 1200px) {
  .needs {
    padding: 0;
    margin-top: 48px;
  }
}
.needs > div {
  max-width: 1440px;
  margin: auto;
  padding: 0 64px;
  display: flex;
  gap: 48px;
  justify-content: stretch;
  position: relative;
}
@media (max-width: 1200px) {
  .needs > div {
    padding: 0 24px;
  }
}
@media (max-width: 1200px) {
  .needs > div {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
}
.needs > div span.a1 {
  background-color: #d06834;
  width: 100px;
  aspect-ratio: 1;
  border-radius: 2000px;
  position: absolute;
  z-index: 1;
  display: block;
  top: 50px;
  left: calc(25% - 50px);
}
@media (max-width: 1200px) {
  .needs > div span.a1 {
    top: 30px;
    left: calc(50% - 50px);
  }
}
.needs > div > div:first-of-type {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(247, 241, 227, 0.6);
  backdrop-filter: blur(30px);
  z-index: 2;
}
@media (max-width: 1200px) {
  .needs > div > div:first-of-type {
    padding: 64px 0;
  }
}
.needs > div > div:first-of-type h2 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .needs > div > div:first-of-type h2 {
    font-size: 22px;
  }
}
.needs > div > div:last-of-type {
  flex: 1;
}
@media (max-width: 1200px) {
  .needs > div > div:last-of-type {
    padding: 0 24px 24px;
  }
}
.needs > div > div:last-of-type p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
}
@media (max-width: 1200px) {
  .needs > div > div:last-of-type p {
    font-size: 14px;
  }
}

.book {
  background-color: #f7f1e3;
  padding: 64px 0;
  margin-top: 80px;
  border-top: 5px dashed #aaa69d;
  border-bottom: 5px dashed #aaa69d;
}
@media (max-width: 1200px) {
  .book {
    padding: 0;
  }
}
.book > div {
  max-width: 1440px;
  margin: auto;
  padding: 0 64px;
  display: flex;
  gap: 48px;
  justify-content: stretch;
  position: relative;
}
@media (max-width: 1200px) {
  .book > div {
    padding: 0 24px;
  }
}
@media (max-width: 1200px) {
  .book > div {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
}
.book > div span.a1 {
  background-color: #d06834;
  width: 100px;
  aspect-ratio: 1;
  border-radius: 2000px;
  position: absolute;
  z-index: 1;
  display: block;
  top: 50px;
  left: calc(25% - 50px);
}
@media (max-width: 1200px) {
  .book > div span.a1 {
    top: 20px;
    left: calc(50% - 50px);
  }
}
.book > div > div:first-of-type {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(247, 241, 227, 0.6);
  backdrop-filter: blur(30px);
  z-index: 2;
}
@media (max-width: 1200px) {
  .book > div > div:first-of-type {
    padding: 64px 0;
  }
}
.book > div > div:first-of-type h2 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .book > div > div:first-of-type h2 {
    font-size: 22px;
  }
}
.book > div > div:last-of-type {
  flex: 1;
}
@media (max-width: 1200px) {
  .book > div > div:last-of-type {
    padding: 0 24px 24px;
  }
}
.book > div > div:last-of-type p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
}
@media (max-width: 1200px) {
  .book > div > div:last-of-type p {
    font-size: 14px;
  }
}
.book > div > div:last-of-type a {
  color: #d06834;
  text-decoration: underline;
}

.comment-section.contact {
  max-width: 1440px;
  margin: auto;
  padding: 0 64px;
  margin-top: 96px;
}
@media (max-width: 1200px) {
  .comment-section.contact {
    padding: 0 24px;
  }
}
.comment-section.contact h2 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  text-align: center;
  margin: auto;
  margin-bottom: 24px;
  margin-top: 24px;
  position: relative;
  width: fit-content;
}
@media (max-width: 1200px) {
  .comment-section.contact h2 {
    font-size: 24px;
  }
}
.comment-section.contact h2::after {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background-color: #d06834;
  height: 5px;
  bottom: -5px;
}
.comment-section.contact h2::before {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background-color: #d06834;
  height: 5px;
  top: -5px;
}
.comment-section.contact p {
  text-align: center;
}

.personal-form {
  max-width: 1440px;
  margin: auto;
  padding: 0 64px;
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .personal-form {
    padding: 0 24px;
  }
}
.personal-form form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.personal-form form span {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  color: #d90429;
}
@media (max-width: 1200px) {
  .personal-form form span {
    font-size: 12px;
  }
}
.personal-form form .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 1200px) {
  .personal-form form .grid-3 {
    grid-template-columns: 1fr;
  }
}
.personal-form form .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 1200px) {
  .personal-form form .grid-2 {
    grid-template-columns: 1fr;
  }
}
.personal-form form textarea {
  min-height: 300px;
  padding: 16px;
}
.personal-form form .button-primary {
  margin-left: auto;
}

.page-faq {
  margin-top: 50px;
}
.page-faq .head {
  padding-top: 80px;
  background-color: #ffe0b2;
  padding-bottom: 80px;
}
.page-faq .head > div {
  max-width: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
}
.page-faq .head > div a {
  color: #d06834;
}
.page-faq .head > div div {
  background-color: #d06834;
  padding: 24px;
  width: 96px;
  height: 96px;
  border-radius: 96px;
}
.page-faq .head > div div img {
  width: 100%;
  filter: invert(1);
}
.page-faq .faq-container {
  max-width: 1440px;
  margin: auto;
  padding: 0 64px;
  margin-top: 64px;
  max-width: 1024px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1200px) {
  .page-faq .faq-container {
    padding: 0 24px;
  }
}
.page-faq .faq-container .faq-card {
  background-color: #f1f1f1;
  padding: 24px;
  border-radius: 16px;
}
.page-faq .faq-container .faq-card h2 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  margin-top: 0;
}
@media (max-width: 1200px) {
  .page-faq .faq-container .faq-card h2 {
    font-size: 18px;
  }
}
.page-faq .faq-container .faq-card p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  margin-top: 16px;
}
@media (max-width: 1200px) {
  .page-faq .faq-container .faq-card p {
    font-size: 14px;
  }
}
.page-faq #not-found {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  color: #555;
  font-style: italic;
  text-align: center;
  padding: 64px 0;
  display: none;
}
@media (max-width: 1200px) {
  .page-faq #not-found {
    font-size: 14px;
  }
}

.terms-page {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  max-width: 1440px;
  margin: auto;
  padding: 0 64px;
  max-width: 1024px;
  margin-top: 140px;
}
@media (max-width: 1200px) {
  .terms-page {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .terms-page {
    padding: 0 24px;
  }
}
.terms-page h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .terms-page h1 {
    font-size: 24px;
  }
}
.terms-page h2 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .terms-page h2 {
    font-size: 22px;
  }
}
.terms-page h3 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .terms-page h3 {
    font-size: 18px;
  }
}

.dashboard {
  max-width: 1440px;
  margin: auto;
  padding: 0 64px;
  margin-top: 100px;
}
@media (max-width: 1200px) {
  .dashboard {
    padding: 0 24px;
  }
}
@media (max-width: 1024px) {
  .dashboard {
    margin-top: 24px !important;
  }
}
.dashboard .welcome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #efefef;
  padding: 12px 24px;
  border-radius: 8px;
}
.dashboard .welcome h1 {
  font-size: 20px;
  font-weight: 600;
}
.dashboard .dash-link-con {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .dashboard .dash-link-con {
    grid-template-columns: repeat(1, 1fr);
  }
}
.dashboard .dash-link-con .large-link {
  border: 1px solid #eee;
  background-color: white;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  transition: all 300ms;
  cursor: pointer;
}
.dashboard .dash-link-con .large-link:hover {
  background-color: #eee;
}
.dashboard .dash-link-con .large-link img {
  max-width: 120px;
  display: block;
  margin: 36px auto;
}
.dashboard .dash-link-con .large-link h2 {
  display: block;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  margin-top: 80px;
}
.dashboard .dash-link-con .large-link p {
  margin: 0;
  margin-top: 16px;
  font-size: 14px;
  color: #555;
}
.dashboard .title-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #efefef;
  padding: 12px 24px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .dashboard .title-bar {
    flex-direction: column;
    padding: 12px 12px;
  }
}
.dashboard .title-bar h1 {
  font-size: 20px;
  font-weight: 600;
}
.dashboard .title-bar > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dashboard .dashboard-table {
  border-collapse: collapse;
  width: 100%;
}
.dashboard .dashboard-table tr {
  border: 1px solid #ddd;
}
.dashboard .dashboard-table td,
.dashboard .dashboard-table th {
  padding: 8px;
}
.dashboard .dashboard-table td .thumb,
.dashboard .dashboard-table th .thumb {
  width: 80px;
}
.dashboard .dashboard-table td .flex,
.dashboard .dashboard-table th .flex {
  display: flex;
  align-items: center;
  gap: 24px;
}
.dashboard .dashboard-table td a,
.dashboard .dashboard-table th a {
  width: fit-content;
  margin-left: auto;
}
.dashboard .dashboard-table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.dashboard .dashboard-table tr:hover {
  background-color: #ddd;
}
.dashboard .dashboard-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #333;
  color: white;
}
.dashboard .dashboard-table .ticket-status {
  font-size: 12px;
  width: fit-content;
  padding: 2px;
  border-radius: 5px;
}
.dashboard .dashboard-table .ticket-status.waiting {
  background-color: yellow;
}
.dashboard .dashboard-table .ticket-status.answered {
  background-color: green;
}
.dashboard .dashboard-table .ticket-status.closed {
  background-color: #ccc;
}
.dashboard .dashboard-table .little-btn {
  background-color: #888;
  color: white;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard .ticket-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.dashboard .ticket-form > div:last-of-type {
  display: flex;
  align-items: center;
  gap: 12px;
}
.dashboard .ticket-form .error {
  color: red;
  font-size: 12px;
}
.dashboard .ticket-card {
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}
.dashboard .ticket-card > span {
  font-size: 14px;
  color: #d06834;
  font-weight: 500;
}
.dashboard .ticket-card > span span {
  font-size: 12px;
  opacity: 0.5;
}
.dashboard .ticket-card > div:first-of-type {
  font-weight: bold;
  margin-top: 8px;
}
.dashboard .ticket-card > div:nth-of-type(2) {
  margin-top: 16px;
  font-size: 14px;
  color: #555;
}
.dashboard .ticket-card > div:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  font-size: 14px;
  color: #888;
}
.dashboard .ticket-card > div:nth-of-type(3) a {
  color: blue;
}

.eslamnia-information-box {
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  padding: 24px;
  margin-top: 36px;
  display: block;
}
@media (max-width: 1200px) {
  .eslamnia-information-box {
    padding: 12px;
  }
}
.eslamnia-information-box:not(:last-child) {
  margin-bottom: 24px;
}
.eslamnia-information-box.eslamnia-example {
  background-color: rgba(0, 128, 0, 0.1);
  border-color: #008000;
}
.eslamnia-information-box.eslamnia-note {
  background-color: rgba(83, 190, 249, 0.1);
  border-color: #53bef9;
}
.eslamnia-information-box.eslamnia-warning {
  background-color: rgba(217, 4, 41, 0.1);
  border-color: #d90429;
}
.eslamnia-information-box.eslamnia-attention {
  background-color: rgba(251, 133, 0, 0.1);
  border-color: #fb8500;
}
.eslamnia-information-box > div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.eslamnia-information-box > div h1,
.eslamnia-information-box > div h2,
.eslamnia-information-box > div h3,
.eslamnia-information-box > div h4,
.eslamnia-information-box > div h5,
.eslamnia-information-box > div h6 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  margin: 0 !important;
}
@media (max-width: 1200px) {
  .eslamnia-information-box > div h1,
  .eslamnia-information-box > div h2,
  .eslamnia-information-box > div h3,
  .eslamnia-information-box > div h4,
  .eslamnia-information-box > div h5,
  .eslamnia-information-box > div h6 {
    font-size: 18px;
  }
}
.eslamnia-information-box > div img {
  width: 50px;
  height: 50px;
}
.eslamnia-information-box p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
  margin-top: 12px;
}
@media (max-width: 1200px) {
  .eslamnia-information-box p {
    font-size: 14px;
  }
}

.eslamnia-related-products {
  display: flex;
  align-items: center;
  background-color: #ffe0b2;
  border: 1px solid #d06834;
  gap: 24px;
  padding: 24px !important;
  margin: 24px 0 !important;
  border-radius: 12px;
  color: #212121 !important;
  transition: all 300ms;
}
@media (max-width: 1200px) {
  .eslamnia-related-products {
    flex-direction: column;
  }
}
.eslamnia-related-products:hover {
  transform: translateY(-5px);
}
.eslamnia-related-products > div:first-child {
  width: 100px;
  height: 100px;
  overflow: hidden;
  min-width: 100px;
  border-radius: 5px;
}
.eslamnia-related-products > div:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eslamnia-related-products > div:last-child h2 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  font-weight: bold;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .eslamnia-related-products > div:last-child h2 {
    font-size: 22px;
  }
}
.eslamnia-related-products > div:last-child p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: Poppins;
  line-height: 32px;
}
@media (max-width: 1200px) {
  .eslamnia-related-products > div:last-child p {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
