@import url("../fonts/fonts.css");

/*noinspection CssInvalidAtRule*/
@property --gradient-color-1 {
  syntax: "<color>";
  initial-value: #ff8800;
  inherits: false;
}

/*noinspection CssInvalidAtRule*/
@property --gradient-color-2 {
  syntax: "<color>";
  initial-value: #ffbd00;
  inherits: false;
}

:root {
  --primary-color: #fff8e6;
  --primary-font: "bai-jamjuree", sans-serif;
  --transition: 300ms;

  --bs-body-font-family: var(--primary-font);
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  max-height: 100%;
}

hr {
  opacity: 1;
  margin: 0;
  border-color: #eaecf0;
}

.background-image {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 0;
  user-select: none;
  pointer-events: none;
}

h1 {
  font-family: var(--primary-font);
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.02em;
  color: #221229;
  margin: 0 0 0 0;
}

h2 {
  font-family: var(--primary-font);
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #101828;
  margin: 0 0 0 0;
}

h3 {
  font-family: var(--primary-font);
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #ffffff;
  margin: 0 0 0 0;
}

h4 {
  font-family: var(--primary-font);
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #101828;
  margin: 0 0 0 0;
}

h5 {
  font-family: var(--primary-font);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #101828;
  margin: 0 0 0 0;
}

h6 {
  font-family: var(--primary-font);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #101828;
  margin: 0 0 0 0;
}

p {
  font-family: var(--primary-font);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #667085;
  margin: 0 0 0 0;
}

.p-light {
  font-family: var(--primary-font);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin: 0 0 0 0;
}

.p-md {
  font-family: var(--primary-font);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #667085;
  margin: 0 0 0 0;
}

.p-sm {
  font-family: var(--primary-font);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #667085;
  margin: 0 0 0 0;
}

.colored-text {
  color: #3a1f45;
}

.colored-deaf {
  color: #667085;
}

.colored-light {
  color: #fff;
}

.colored-dark {
  color: #101828;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

.mb-64px {
  margin-bottom: 64px;
}

.btn-group button:first-child {
  margin-right: 12px;
}

.section-heading {
  margin: 0 0 30px 0;
}

.section-heading .colored-text {
  font-weight: 600;
  margin: 0 0 12px 0;
}

.section-heading h2 {
  margin: 0 0 20px 0;
}

.notice {
  width: 100%;
  background: #313131;
  padding: 10px 32px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.notice p,
.notice a {
  font-weight: 500;
  color: #fff;
}

.notice a:hover {
  text-decoration: underline;
  color: #fff;
}

.notice button {
  padding: 8px 14px;
  height: 36px;
}

.notice .close-notice {
  cursor: pointer;
}

.accordion-button {
  padding: 24px;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
  padding-bottom: 0;
}

.accordion-body {
  padding-top: 8px;
  padding-bottom: 32px;
}

.primary-btn,
.light-btn {
  border-radius: 8px;
  font-family: var(--primary-font);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  padding: 0 27px;
  border: 1px solid;
  transition: --gradient-color-1 var(--transition),
    --gradient-color-2 var(--transition), color var(--transition);
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: linear-gradient(
    45deg,
    var(--gradient-color-1) 0%,
    var(--gradient-color-2) 100%
  );
}

.primary-btn *,
.light-btn * {
  margin: 0 14px 3px 0;
}

.primary-btn,
.light-btn:hover {
  --gradient-color-1: #ff8800;
  --gradient-color-2: #ffbd00;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  color: #ffffff;
  border-color: transparent;
}

.light-btn:hover *,
.primary-btn * {
  stroke: #ffffff;
}

.primary-btn:hover,
.light-btn {
  --gradient-color-1: #ffffff;
  --gradient-color-2: #ffffff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  color: #344054;
  border-color: #d0d5dd;
}

.light-btn *,
.primary-btn:hover * {
  stroke: #344054;
}

.backdrop-blur {
  background-color: rgba(0, 0, 0, 0.5);
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .backdrop-blur {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
  }
}

.shadow-on-hover,
.no-shadow-on-hover {
  transition: var(--transition);
}

.shadow-on-hover:hover {
  box-shadow: 0 5px 20px 0 #eaecf0;
}

.no-shadow-on-hover:hover {
  box-shadow: none;
}

button .stretched-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

form .primary-btn,
form .light-btn {
  padding: 12px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
}

.form-control {
  padding: 11px 0.75rem;
  min-width: 233px;
  height: 48px;
  border-radius: 8px;
}

.input-group-text {
  border-radius: 8px;
  background: #fff;
  padding: 16px;
}

.banner .form-control,
.banner .input-group-text {
  border: none;
}

.banner .input-group {
  max-width: 320px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

header {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background-color: var(--primary-color);
}

.navbar {
  padding: 18px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar .navbar-brand {
  margin: 0 75px 0 0;
  padding: 0 0 0 0;
}

.navbar .primary-btn {
  height: 44px;
  line-height: 44px;
  padding: 0 14px;
  min-width: 95px;
}

.navbar .dropdown-toggle::after {
  border: 2px solid transparent;
  width: 10px;
  height: 10px;
  background: transparent;
  transform: rotate(45deg);
  border-bottom-color: #221229;
  border-right-color: #221229;
  margin: 0 0 0 13px;
}

a,
.navbar .nav-link {
  font-family: var(--primary-font);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: var(--transition);
  color: #221229;
}

a:hover,
.navbar .nav-link:hover {
  text-decoration: underline;
  color: #221229;
}

.navbar .nav-link {
  margin: 0 30px 0 0;
}

.get-template {
  display: none;
}

/* Swiper Slider Settings */

.swiper-overflow-container {
  overflow-x: hidden;
}

.swiper-overflow-container .container {
  overflow: visible;
  position: relative;
}

.swiper-overflow-container .swiper-container {
  overflow: visible;
}

.swiper-overflow-container .container:before {
  content: "";
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 9;
}

.swiper-overflow-container .swiper-slide {
  min-height: 100%;
}

.swiper-overflow-container .swiper-slide * {
  user-select: none;
}

.swiper-overflow-container .swiper-controls img {
  user-select: none;
  margin: 0 32px 0 0;
  cursor: pointer;
}

/* Banner Styling */

.banner {
  padding: 95px 0 65px 0;
}

.inner-page .banner {
  padding-bottom: 95px;
}

.banner h1 {
  margin-bottom: 24px;
}

.banner p {
  margin-bottom: 40px;
  color: #3a1f45;
}

.banner .colored-text {
  color: #4a2858;
  font-weight: 600;
}

.banner button {
  margin: 0 6px;
}

.banner .feature {
  margin-bottom: 16px;
  background: #fff8e6;
  mix-blend-mode: multiply;
  border-radius: 16px;
  display: inline-flex;
  padding: 5px 10px 5px 5px;
}

.banner .feature p {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.banner .feature span {
  background: #ffffff;
  border-radius: 16px;
  padding: 2px 10px 0 10px;
  margin: 0 12px 0 0;
  line-height: 20px;
}

.banner .feature svg {
  margin: 0 0 0 7px;
}

/* Demo Video Section */

#demo-video {
  margin: -50px 0 95px 0;
  padding: 35px 0 0 0;
  position: relative;
}

/*noinspection ALL*/
#demo-video #video-player {
  max-width: 768px;
  min-height: 270px;
  max-height: 432px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 32px 64px -12px rgb(16 24 40 / 14%);
  border-radius: 8px;
  overflow: hidden;
}

#demo-video #video-player .vjs-poster {
  background-size: cover;
}

#demo-video #video-player .vjs-poster::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}

#demo-video #video-player .vjs-big-play-button {
  background: transparent;
  border: none;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#demo-video #video-player .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "";
  background-size: 100%;
  background: url(../images/demo-video-play.png) no-repeat center;
  border: none !important;
  box-shadow: none !important;
  width: 80px;
  height: 80px;
}

#demo-video #video-player .vjs-fullscreen-control,
#demo-video #video-player .vjs-picture-in-picture-control,
#demo-video #video-player .vjs-menu-button,
#demo-video #video-player .vjs-time-control,
#demo-video #video-player .vjs-volume-panel {
  display: none;
}

#demo-video #video-player .vjs-progress-control .vjs-progress-holder {
  background: #ffffff33;
  border-radius: 4px;
  height: 8px;
}

#demo-video #video-player .vjs-play-progress:before {
  font-size: 8px;
  top: 0;
}

#demo-video #video-player .vjs-load-progress div {
  background: #ffffff55;
  border-radius: 4px;
}

#demo-video #video-player .vjs-progress-holder .vjs-play-progress {
  border-radius: 4px;
}

#demo-video #video-player .vjs-progress-control,
#demo-video #video-player .vjs-progress-control * {
  pointer-events: none;
}

/* Companies */

#companies {
  margin: 0 0 95px 0;
}

#companies p {
  margin: 0 0 30px 0;
}

/* How It Work */

#how-it-work {
  margin: 55px 0 95px 0;
}

.inner-page #how-it-work {
  margin-top: 95px;
}

.how-it-work-card {
  margin: 30px 0;
}

.how-it-work-card img {
  margin: 0 auto 20px auto;
  display: block;
  max-width: 66px;
  max-height: 66px;
}

.how-it-work-card h5 {
  margin: 0 0 8px 0;
}

/* Features */

#features {
  margin: 0 0 100px 0;
}

#features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#features ul li {
  padding: 15px 0 15px 24px;
  border-left: 4px solid #f2f4f7;
}

#features ul li.active {
  border-left-color: #4a2858;
}

#features ul li h5 {
  margin: 0 0 8px 0;
}

#features ul li p {
  margin: 0 0 20px 0;
}

#features ul li a {
  display: flex;
  justify-content: start;
  align-items: center;
}

#features ul li a svg {
  margin: 0 0 0 12px;
}

/* Companies Testimonials  */

#companies-testimonials {
  margin: 95px 0 95px 0;
}

.companies-testimonial-card {
  padding: 24px;
  margin: 30px 0;
  min-height: 100%;
}

.companies-testimonial-card img {
  margin: 0 0 140px 0;
}

.companies-testimonial-card .content {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 32px 24px;
}

.companies-testimonial-card .content h3 {
  margin: 0 0 16px 0;
}

.companies-testimonial-card .content p {
  margin: 0 0 32px 0;
}

/* Companies Testimonials  */

#users-testimonials {
  margin: 95px 0 95px 0;
}

.users-testimonial-card {
  padding: 24px;
  margin: 30px 0;
  height: 480px;
  background-size: cover;
  background: no-repeat center;
  display: flex;
  justify-content: center;
  align-items: end;
}

.users-testimonial-card .content {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 24px 20px;
  width: 100%;
}

.users-testimonial-card .content .rating-stars {
  margin: 0 0 15px 0;
}

.users-testimonial-card .content .rating-stars svg {
  margin: 0 5px 0 0;
}

.users-testimonial-card .content h3 {
  margin: 0 0 10px 0;
}

.users-testimonial-card .content p {
  margin: 5px 0 0 0;
}

.users-testimonial-card .content h5 {
  margin: 0 0 24px 0;
  display: none;
  transition: var(--transition);
}

.users-testimonial-card:hover .content h5 {
  display: block;
}

/* Pricing Plans */

#plans {
  margin: 95px 0 45px 0;
}

.plan {
  margin: 50px 0;
  border: 1px solid #eaecf0;
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08),
    0 4px 6px -2px rgba(16, 24, 40, 0.03);
  border-radius: 16px;
  padding: 32px;
}

.plan .plan-price {
  margin: 16px 0;
}

.plan .plan-price p {
  margin: 0 0 0 5px;
  line-height: 60px;
}

.plan .plan-actions {
  margin: 32px 0;
}

.plan .plan-actions button:first-child {
  margin: 0 0 12px 0;
}

.plan hr {
  margin: 0 0 32px 0;
}

.plan .plan-features > p {
  margin: 0 0 4px 0;
}

.plan .plan-features .plan-feature {
  margin: 11px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.plan .plan-features .plan-feature svg {
  margin: 0 14px 0 0;
}

.plan .plan-features .plan-feature p {
  line-height: 16px;
  margin-bottom: -2px;
}

/* Blog Slider */

#blog-slider {
  margin: 95px 0;
}

.blog-slide-card {
  margin: 30px 0;
}

.blog-slide-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.blog-slide-card .content {
  margin: 32px 0;
}

.blog-slide-card .content .colored-text {
  margin-bottom: 12px;
}

.blog-slide-card .content div {
  margin-bottom: 12px;
}

.blog-slide-card .content .p-md {
  margin-bottom: 25px;
}

.post-tag {
  padding: 2px 10px;
  border-radius: 16px;
  margin: 0 0 8px 0;
}

.post-tag-purple {
  background: #eeeaef;
  color: #3a1f45;
}

.post-tag-blue {
  background: #eef4ff;
  color: #3538cd;
}

.post-tag-pink {
  background: #fdf2fa;
  color: #c11574;
}

.post-tag-green {
  background: #ecfdf3;
  color: #027a48;
}

/* News Letter */

#newsletter {
  padding: 95px 0;
  background: #f9fafb;
}

/* Footer */

footer {
  background: #512c61;
  padding: 64px 0 48px 0;
}

footer hr {
  border-color: #745681;
  margin: 0 0 32px 0;
}

footer a,
footer p,
footer p.p-md,
footer p.p-sm {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #f9fafb;
}

footer a:hover {
  color: #fff;
}

footer .footer-bottom a {
  margin: 0 0 0 16px;
}

footer .footer-top {
  margin: 0 0 64px 0;
}

footer .footer-top a {
  margin: 0 0 0 32px;
  font-weight: 500;
}

/* Column Element */

#column-element {
  margin: 95px 0;
}

.column-element-card {
  padding: 20px 95px;
}

.column-element-card > img {
  margin: 0 0 24px 0;
}

.column-element-card h3 {
  margin: 0 0 16px 0;
}

.column-element-card p {
  margin: 0 0 32px 0;
}

.column-element-card .list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 20px 0;
}

.column-element-card .list-item img {
  margin: 0 12px;
}

.column-element-img {
  min-width: 100%;
  max-height: 560px;
  object-fit: cover;
}

/* Stats */

#stats {
  background-size: cover;
  background: url(../images/stats-bg.jpg) no-repeat center center;
  padding: 34px 64px;
}

.stat-card {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 32px 24px;
  margin: 15px 0;
}

/* Our Team */

#our-team {
  background: #f9fafb;
  padding: 96px 0 65px 0;
}

.our-team-card {
  margin: 32px 0;
  padding: 24px;
  background: #ffffff;
}

.our-team-card img {
  margin: 0 0 20px 0;
}

.our-team-card p:last-of-type {
  margin: 8px 0 16px 0;
}

/* Blogs */

#blogs {
  padding: 0 0 95px 0;
}

#blogs *:not(.background-image) {
  z-index: 1;
}

.blog-card {
  min-height: calc(100% - 48px);
  margin: 24px 0;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08),
    0 4px 6px -2px rgba(16, 24, 40, 0.03);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.blog-card > img {
  width: 100%;
  max-height: 240px;
  margin: 0 0 32px 0;
}

.blog-card .tag,
.blog-card .title {
  margin: 0 0 12px 0;
  position: relative;
  width: 100%;
}

.blog-card .desc {
  margin: 0 0 42px 0;
}

.blog-card .author {
  margin-top: auto;
}

.blog-card .author img {
  width: 40px;
  height: 40px;
  margin: 0 12px 0 0;
}

#blogs .blog-load-more-btn {
  margin: 44px auto 0 auto;
  --gradient-color-1: #512c61;
  --gradient-color-2: #512c61;
  color: #fff;
}

#blogs .blog-load-more-btn * {
  stroke: #fff;
  margin: 0 12px 3px 0;
}

#blogs .blog-load-more-btn:hover {
  --gradient-color-1: #fff;
  --gradient-color-2: #fff;
  border: 1px solid #512c61;
  color: #512c61;
}

#blogs .blog-load-more-btn:hover * {
  stroke: #512c61;
}

/* Policy */

#policy {
  padding: 96px 0;
}

#policy p {
  margin: 0 0 48px 0;
}

#policy h3 {
  margin: 0 0 24px 0;
}

.small-container {
  max-width: 720px;
  margin: 0 auto;
}

/* 404 */

#lost-page {
  padding: 95px 0;
}

.lost-card {
  background: #f9fafb;
  padding: 30px 24px;
  margin: 0 0 95px 0;
}

.lost-card > svg {
  margin: 0 0 50px 0;
}

.lost-card h5 {
  margin: 0 0 8px 0;
}

.lost-card p {
  margin: 0 0 20px 0;
}

/*We Are Hiring*/

#hiring {
  padding: 96px 0 50px 0;
}

.contact-card {
  background: #f9fafb;
  padding: 24px;
  margin: 45px 0;
  min-height: calc(100% - 90px);
}

.contact-card svg {
  margin: 0 0 64px 0;
}

.contact-card h5 {
  margin: 0 0 8px 0;
}

.contact-card p {
  margin: 0 0 20px 0;
}

/*Positions*/

#positions {
  padding: 96px 0 70px 0;
}

.position-categories {
  margin: 34px 0 64px 0;
}

.position-categories a {
  margin: 0 18px;
}

.position-categories a.active {
  color: #3a1f45;
  font-weight: 500;
  background: #eeeaef;
  border-radius: 6px;
  padding: 10px 14px;
}

.position-list-item {
  border: 1px solid #eaecf0;
  border-radius: 16px;
  padding: 24px;
  margin: 0 0 24px 0;
}

.position-list-item ul {
  display: inline-flex;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.position-list-item .tag {
  margin: 0 0 0 8px;
  background: #eff8ff;
  border-radius: 16px;
  color: #175cd3;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 14px;
  padding: 7px 10px 4px 10px;
  vertical-align: middle;
}

.position-list-item .tag span {
  width: 6px;
  height: 6px;
  background: #2e90fa;
  border-radius: 50%;
  margin: -4px 7px 0 0;
}

/*FAQ*/

.accordion-item {
  --bs-accordion-btn-bg: #sF9FAFB;
  background: #f9fafb;
}

#faq {
  background: #f9fafb;
  padding: 96px 0;
}

.need-more-help {
  margin: 64px 0 0 0;
  background: #ffffff;
  border-radius: 16px;
  padding: 32px;
}

.need-more-help .team-imgs {
  margin: 0 0 32px 0;
}

.need-more-help h5 {
  margin: 0 0 8px 0;
}

.need-more-help .team-imgs {
  margin: 0 0 32px 0;
}

.need-more-help .team-imgs img {
  width: 48px;
  height: 48px;
  border: 3px solid #ffffff;
  border-radius: 200px;
}

.need-more-help .team-imgs img:nth-child(2) {
  margin: -10px -20px 0 -20px;
  width: 56px;
  height: 56px;
  position: relative;
  z-index: 1;
}

/*Contact Us*/

#contact-us {
  padding: 28px 0;
}

#location {
  padding: 96px 0;
  background: #f9fafb;
}

#contact {
  padding: 96px 0;
}

#contact form {
  margin: 64px 0 0 0;
}

#contact form textarea {
  height: 134px;
}

#contact form label {
  color: #344054;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--primary-font);
}

#contact form label.colored-deaf {
  color: #667085;
}

#contact form label.colored-deaf a {
  color: #667085;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

::placeholder {
  color: #667085;
  font-size: 16px;
  line-height: 24px;
}

/*Post*/

#post {
  padding: 96px 0;
}

#post .featured-image {
  margin: 0 0 96px 0;
}

.post-tags-container {
  margin: 0 0 64px 0;
}

.post-tags-container .post-tag {
  padding: 5px 10px;
  margin: 0 4px;
  font-weight: 500;
}

#post .small-container p {
  margin: 0 0 48px 0;
}

#post.small-container h3 {
  margin: 0 0 24px 0;
}

#post .small-container hr {
  margin: 0 0 48px 0;
}

blockquote {
  padding: 0 0 0 20px;
  border-left: 2px solid #3a1f45;
  margin: 0 0 48px 0;
}

#post .small-container .highlight {
  background: #f9fafb;
  border-radius: 16px;
  padding: 32px;
  margin: 0 0 48px 0;
}

.small-btn {
  height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

/*Responsive*/

@media screen and (max-width: 480px) {
  br {
    display: none;
  }
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  h2 {
    font-size: 33px;
    line-height: 38px;
  }

  h3 {
    font-size: 29px;
    line-height: 35px;
  }

  p {
    font-size: 18px;
    line-height: 22px;
  }

  .p-light {
    font-size: 16px;
    line-height: 20px;
  }

  .p-md {
    font-size: 14px;
    line-height: 18px;
  }

  .p-sm {
    font-size: 12px;
    line-height: 16px;
  }

  .primary-btn,
  .light-btn {
    padding: 0 20px;
    height: 40px;
  }

  .banner {
    padding: 50px 0 50px 0;
  }

  .banner h1 {
    margin-bottom: 15px;
  }

  .banner p {
    margin-bottom: 25px;
  }

  #demo-video,
  #companies,
  #how-it-work,
  #features,
  #companies-testimonials,
  #users-testimonials,
  #blog-slider,
  .position-categories,
  #column-element {
    margin-bottom: 50px;
  }

  #companies-testimonials,
  #users-testimonials,
  #plans,
  #blog-slider,
  .need-more-help,
  .inner-page #how-it-work,
  #column-element {
    margin-top: 50px;
  }

  #newsletter,
  #hiring,
  #positions,
  #faq,
  #our-team,
  #location,
  #contact,
  #post,
  #policy {
    padding-top: 50px;
  }

  #newsletter,
  .inner-page .banner,
  #positions,
  #faq,
  #our-team,
  #location,
  #contact,
  #blogs,
  #post,
  #policy {
    padding-bottom: 50px;
  }

  #hiring {
    padding-bottom: 0;
  }

  footer {
    padding: 40px 0 30px 0;
  }

  .footer-top .col-auto:last-child {
    margin: 35px 0 0 0;
  }

  .position-categories a {
    margin: 10px auto;
  }

  #column-element > .row:nth-child(2) {
    flex-direction: column-reverse;
  }

  .plan {
    margin: 15px 0;
  }
}
