/* ========================
Fonts
======================== */
/*
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.satisfy-regular {
  font-family: "Satisfy", cursive;
  font-weight: 400;
  font-style: normal;
}

.marcellus-regular {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
*/

/* ==============
General
============== */

html {
  color: #000000;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
  opacity: 1;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

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

a,
a:link,
a:visited,
a:active,
a:hover {
  /* color: #000000; */
  color: #942C32;
}

/* ========================
Fonts and typography
======================== */

html,
body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.0vw;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Marcellus", serif;
}

.timeline-text {
  font-family: "Marcellus", serif;
}

h1.satisfy,
h2.satisfy,
h3.satisfy,
h4.satisfy,
h5.satisfy,
h6.satisfy {
  font-family: "Satisfy", cursive;
}

h1.satisfy {
  font-size: 2.5em;
  line-height: 1.2;
}

h2.satisfy {
  font-size: 2.5em;
  line-height: 1.2;
}

h3.satisfy {
  font-size: 1.8em;
  line-height: 1.2;
}

h4.satisfy {
  font-size: 1.5em;
  line-height: 1.2;
}

h5.satisfy {
  font-size: 1.3em;
  line-height: 1.2;
}

h6.satisfy {
  font-size: 1.2em;
  line-height: 1.2;
}

@media screen and (max-width: 1800px) {

  html,
  body {
    font-size: 1.1vw;
    line-height: 1.4;
  }
}

@media screen and (max-width: 1400px) {

  html,
  body {
    font-size: 1.0em;
    line-height: 1.6;
  }
}

@media screen and (max-width: 1200px) {

  html,
  body {
    font-size: 1.0em;

  }
}

@media screen and (max-width: 992px) {

  html,
  body {
    font-size: 1em;

  }
}

@media screen and (max-width: 768px) {

  html,
  body {
    font-size: 1em;

  }
}

@media screen and (max-width: 660px) {

  html,
  body {
    font-size: 1em;

  }
}

@media screen and (max-width: 550px) {

  html,
  body {
    font-size: 0.9em;

  }
}

@media screen and (max-width: 390px) {

  html,
  body {
    font-size: 0.95em;

  }
}

/* Line height */
.line-height-2x {
  line-height: 1.9;
}

.underline-red {
  display: inline-block;
  border-bottom: solid 5px #942C32;
  line-height: 1.5;
}

/* ==============
Header
============== */

header {
  background-color: #942C32;
  padding-left: 1vw;
  padding-right: 1vw;
  margin: 0;
  height: 90px;
  display: flex;
  align-content: center;
  flex-direction: row;
}

@media screen and (max-width: 1200px) {
  header {
    padding-left: 15px;
    padding-right: 15px;
    height: 70px;

  }
}

@media screen and (max-width: 768px) {
  header {
    padding: 0;
    height: 60px;

  }
}

header .logo img {
  width: auto;
  height: 60px;
}

@media screen and (max-width: 1200px) {
  header .logo img {
    width: auto;
    height: 44px;
  }
}

@media screen and (max-width: 500px) {
  header .logo img {
    width: auto;
    height: 44px;
    max-width: 82%;
  }
}

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

header nav ul li {
  display: inline;
}

header nav ul li a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff !important;
  padding: 5px 15px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
}

@media screen and (max-width: 1200px) {
  header nav ul li a {
    padding: 5px 10px;
  }
}

@media screen and (max-width: 992px) {
  header nav ul li a {
    padding: 5px 8px;
  }
}

header nav ul li a:hover {
  color: #000000;
  text-decoration: underline;
}

@media screen and (max-width: 992px) {
  header nav ul li:last-child a {
    margin-left: 0;
  }
}

/* ==============
Quick Nav
============== */

.quick-nav {
  height: 100%;
}

.quick-nav nav {
  height: 100%;
}

.quick-nav nav ul {
  height: 100%;
  display: inline-flex;
  flex-direction: row;
}

.quick-nav nav ul li {
  position: relative;
}

.quick-nav nav ul li a {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-transform: unset;
  position: relative;
  background-color: #942C32;
  height: 100%;
  width: 88px;
  padding: 0px 5px;
}

.quick-nav nav ul li a:hover {
  text-decoration: none;
  background-color: #000000;
}

.quick-nav nav ul li:first-child a img {
  width: auto;
  height: 17px;
  margin-bottom: 7px;
}

.quick-nav nav ul li:last-child a img {
  width: auto;
  height: 22px;
  margin-bottom: 3px;
}

/* ==============
Navigation
============== */

.navigation {
  background-color: #eeeeee;
  padding-left: 1vw;
  padding-right: 1vw;
  margin: 0;
  height: 70px;
  display: flex;
  align-content: center;
  flex-direction: row;
}

@media screen and (max-width: 1200px) {
  .navigation {
    padding: 0 15px;
    height: 60px;

  }
}

@media screen and (max-width: 768px) {
  .navigation {
    padding: 0;
    height: 40px;

  }
}

.navigation nav,
.navigation nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation nav ul {
  display: flex;
  flex-direction: row;
}

.navigation nav ul li {
  height: 70px;
  display: flex;
  justify-content: center;
  align-self: center;
  flex-direction: column;
}

@media screen and (max-width: 1200px) {
  .navigation nav ul li {
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .navigation nav ul li {
    height: 40px;
  }
}

.navigation nav ul li:hover a {
  color: #000000;
}

.navigation nav ul li a {
  display: inline !important;
  text-decoration: none;
  text-transform: uppercase;
  color: #942C32;
  padding: 0 16px 0 10px;
  font-size: 0.8rem;
}

@media screen and (max-width: 1200px) {
  .navigation nav ul li a {
    margin-right: 10px;
  }
}

@media screen and (max-width: 992px) {
  .navigation nav ul li a {
    margin-right: 5px;
  }
}

.navigation nav ul li a:hover {
  color: #000000;
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .navigation nav ul li:last-child a {
    margin-left: 0;
  }
}

.navigation nav ul li.menu-item-has-children {
  position: relative;
  margin-right: 44px;
}

@media screen and (max-width: 1200px) {
  .navigation nav ul li.menu-item-has-children {
    margin-right: 25px;
  }
}

@media screen and (max-width: 992px) {
  .navigation nav ul li.menu-item-has-children {
    margin-right: 14px;
  }
}

.navigation nav ul li.menu-item-has-children a {
  position: relative;
}

.navigation nav ul li.menu-item-has-children a::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #942C32;
  position: absolute;
  top: 0.4rem;
  right: 0;
  z-index: 999;
}

.navigation nav ul li.menu-item-has-children:hover::before {
  border-top: 6px solid #000000;
}

.navigation nav ul li ul {
  display: block;
  position: absolute;
  top: 70px;
  background-color: #942C32;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999999;
  width: 220px;
  height: unset !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s;
}

@media screen and (max-width: 1200px) {
  .navigation nav ul li ul {
    top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .navigation nav ul li ul {
    top: 40px;
  }
}

.navigation nav ul li:hover ul {
  opacity: 1;
  visibility: visible;
  display: flex;
  flex-direction: column;
}

.navigation nav ul li ul li {
  height: unset;
}

.navigation nav ul li ul li a {
  display: block;
  padding: 10px 20px;
  width: 220px;
  color: #ffffff !important;
  margin: 0;
  height: unset;
  transition: background-color 0.3s;
}

.navigation nav ul li ul li a::before {
  display: none;
}

.navigation nav ul li ul li a:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}

/* ==============
Follow Nav
============== */

.follow-nav {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-content: center;
}

.follow-nav nav ul li {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
  color: #942C32;
}

.follow-nav nav ul li a svg {
  width: 23px;
  height: auto;
  margin-top: -4px;
}

.follow-nav nav ul li svg path {
  fill: #942C32;
  transition: fill 0.3s;
}

.follow-nav nav ul li:hover svg path {
  fill: #000000;
}

.follow-nav nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #942C32;
  padding: 5px 8px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 0.9rem;
  height: auto;
  display: unset;
}

.follow-nav nav ul li:hover a {
  color: #000000;
}

@media screen and (max-width: 1200px) {
  .follow-nav nav ul li a {
    padding: 5px 4px;
  }
}

@media screen and (max-width: 992px) {
  .follow-nav nav ul li a {
    padding: 5px 2px;
  }
}

/* ========================
Section
======================== */

section {
  padding: 5vw 8vw;
  position: relative;
}

@media screen and (max-width: 1200px) {
  section {
    padding: 5vw 8vw;
  }
}

@media screen and (max-width: 992px) {
  section {
    padding: 5vw 30px;
  }
}

@media screen and (max-width: 768px) {
  section {
    padding: 5vw 0;
  }
}

.section {
  padding: 5vw 0;
  position: relative;
  border-bottom: solid 1px #919191;
}

@media screen and (max-width: 1200px) {
  .section {
    padding: 5vw 0;
  }
}

@media screen and (max-width: 992px) {
  .section {
    padding: 5vw 0;
  }
}

@media screen and (max-width: 768px) {
  .section {
    padding: 5vw 0;
  }
}

/* ==============
Footer
============== */

footer {
  background-color: #942C32;
  color: #ffffff;
  padding: 5vw 3vw;
}

@media screen and (max-width: 1200px) {
  footer {
    padding: 5vw 30px;
  }
}

@media screen and (max-width: 768px) {
  footer {
    padding: 5vw 0;
  }
}

footer h5 {
  width: 100%;
  border-bottom: solid 1px #ffffff;
  display: block;
  padding-bottom: 8px;
  margin-bottom: 25px;
}

footer .footer-logo {
  margin-bottom: 20px;
}

footer .footer-logo img {
  width: 150px;
  height: auto;
}

footer nav,
footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: auto;
}

footer nav ul li {
  width: 50%;
  float: left;
}

footer nav ul li a {
  display: inline-block;
  text-decoration: none;
  color: #ffffff !important;
  padding: 0 4px 10px 4px;
  margin-left: 3px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
}

footer nav ul li a:hover {
  color: #000000;
  text-decoration: underline;
}

/* Flex Wrapper */
.flex-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}

/* Copyright block */
footer .copyright-block {
  background-color: #77000C;
  padding: 15px 50px;
}

footer .copyright-block a {
  color: #ffffff;
  text-decoration: none;
}

footer .copyright-block a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* ==============
Backgrounds
============== */

.bg-red {
  background-color: #942C32;
}

.bg-grey {
  background-color: #f6f6f6;
}

.bg-grad {
  background-repeat: repeat;
  background-size: cover;
  background-position: top center;
  margin-top: 8vw;
}

.bg-sm-grad {
  background-repeat: repeat;
  background-size: cover;
  background-position: top center;
}

.bg-campus {
  background-image: url(../img/bg-campus.png);
  background-size: cover;
  background-position: center;
  min-height: 500px;
}

@media screen and (max-width: 767px) {
  .bg-campus {
    min-height: unset;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.bg-stellar {
  background-image: url(../img/bg-stellar.jpg);
  background-size: cover;
  background-position: center;
}

.bg-student-inspire {
  background-image: url(../img/bg-student.jpg);
  background-size: cover;
  background-position: center;
  min-height: 500px;
}

@media screen and (max-width: 767px) {
  .bg-student-inspire {
    min-height: unset;
    padding-top: 100px;
  }
}

.bg-mashup {
  background-image: url(../img/bg-mashup.jpg);
  background-size: cover;
  background-position: center;
}

/* ==============
Buttons
============== */

.btn,
.btn:focus,
.btn:visited,
.btn:link {
  background-color: #942C32 !important;
  padding: 8px 15px !important;
  text-decoration: none !important;
  border-radius: 0px !important;
  border: solid 1px #ffffff !important;
  color: #ffffff !important;
  transition: all 0.5s;
}

.btn:hover,
.btn:active,
.btn:focus {
  background-color: #000000 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

/* ==============
Table
============== */

table {
  width: 100%;
}

table.table-company {
  border-color: #bbbbbb;
}

table.table-company tr td {
  padding: 25px;
}

@media screen and (max-width: 767px) {
  table.table-company tr td {
    padding: 15px;
  }
}

table.table-company tr td:first-child {
  width: 200px;
}

/* ========================
Table Responsive 
======================== */

.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table-responsive th,
.table-responsive td {
  white-space: nowrap;
}

.table-responsive table th,
.table-responsive table td {
  padding: 0.75rem;
  vertical-align: top;
}

.table-responsive table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-responsive thead {
  position: unset;
  top: 0;
  background-color: #fff;
  z-index: 1;
}

/* ========================
Contact Form
======================== */

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="url"],
.contact-form input[type="password"],
.contact-form input[type="search"],
.contact-form input[type="number"],
.contact-form input[type="date"],
.contact-form input[type="time"],
.contact-form input[type="datetime"],
.contact-form textarea {
  width: 100%;
  padding: 5px 10px;
  border: solid 1px #000000;
  border-radius: 0;
}

.contact-form textarea {
  height: 200px;
}

.contact-form input[type="checkbox"] {
  border-color: #000000;
  border-radius: 0;
}

.contact-form input[type="submit"] {
  background-color: #942C32;
  color: #000000;
  padding: 0.5em 3em;
  border: solid 1px #ffffff;
  cursor: pointer;
  margin-top: 20px;
}

.contact-form .form-group {
  margin-bottom: 25px;
}

.contact-form .form-group label {
  display: block;
  margin-bottom: 8px;
}

.contact-form .form-group label span.required {
  background-color: #942C32;
  color: #ffffff;
  border-radius: 5px;
  padding: 3px 8px;
  display: inline;
  margin-left: 15px;
}

.contact-form .form-check {
  padding-left: 0.5em;
}

.form-check-input {
  border: none !important;
}

.wpcf7-list-item .form-check-input {
  border: solid 1px #000000 !important;
}

.contact-form .form-check-input .wpcf7-list-item,
.contact-form .form-check-inout .wpcf7-list-item-label {
  width: 49%;
  margin: 0;
}

@media screen and (max-width: 767px) {

  .contact-form .form-check-input .wpcf7-list-item,
  .contact-form .form-check-inout .wpcf7-list-item-label {
    width: 100%;
  }
}

/* ========================
Header - Mobile Navigation Toggle 
======================== */

.mobile-nav-toggle {
  display: block;
  position: absolute;
  top: 6px;
  right: 10px;
  cursor: pointer;
  z-index: 999999;
}

.mobile-nav-toggle span {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  margin: 9px 0;
}

@media screen and (min-width: 768px) {
  .mobile-nav-toggle {
    display: none;
  }
}

.mobile-navigation {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #942C32;
  z-index: 99999;
}

.mobile-navigation nav {
  display: block;
  padding: 2em;
}

.mobile-navigation nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mobile-navigation nav ul li {
  margin: 1.5em 0;
}

.mobile-navigation nav ul li ul {
  display: none;
}

.mobile-navigation nav a {
  color: #ffffff;
  text-decoration: none;
}

.mobile-navigation.show {
  display: block;
}

/* ========================
Text Colors
======================== */

.text-red {
  color: #942C32;
}

/* ======================== 
Hide Google Recaptcha Badge
======================== */

.grecaptcha-badge {
  visibility: hidden;
}

/* ======================== 
Desktop only <br>
======================== */

@media screen and (max-width: 992px) {
  .desktop-only {
    display: none;
  }
}

/* ========================
Slider 
======================== */

.slider {
  display: flex;
  height: calc(100vh - 160px);
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 1200px) {
  .slider {
    height: calc(100vh - 120px);
  }
}

@media screen and (max-width:992px) {
  .slider {
    height: auto;
    flex-direction: column;
  }
}

.slider .slider-main {
  width: 75%;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .slider .slider-main {
    width: 66%;
  }
}

@media screen and (max-width: 992px) {
  .slider .slider-main {
    width: 100%;
  }
}

.slider .slider-main .btn {
  background: unset !important;
  background-color: unset !important;
  padding: 7px 12px !important;
  border-width: 1px !important;
  text-transform: uppercase;
  cursor: unset;
}

.slider .slider-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slider .slider-nav {
  width: 25%;
}

@media screen and (max-width: 1200px) {
  .slider .slider-nav {
    width: 34%;
  }
}

@media screen and (max-width: 992px) {
  .slider .slider-nav {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
}

@media screen and (max-width: 880px) {
  .slider .slider-nav {
    display: none;
  }
}

.slider .slider-nav .slider-nav-item .slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  background-image: url(../img/slider/bg-shadow-dark.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 20px 15px 20px 15px;
  color: #ffffff !important;
}

.slider .slider-nav .slider-nav-item .slider-overlay h5 {
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
}

.slider .slider-nav .slider-nav-item .slider-overlay .btn {
  margin-left: 10px;
  margin-top: 10px;
  background: unset !important;
  background-color: unset !important;
  padding: 5px 8px !important;
  border-width: 2px !important;
  text-transform: uppercase;
  cursor: unset;
}

.slider .slider-nav .slider-nav-item {
  height: calc((100vh - 160px) / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .slider .slider-nav .slider-nav-item {
    height: calc((100vh - 120px) / 3);
  }
}

@media screen and (max-width: 992px) {
  .slider .slider-nav .slider-nav-item {
    height: auto;
  }
}

.slider .slider-nav .slider-nav-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ========================
Graphics
======================== */

.graphic-uniform {
  width: 20vw;
  height: auto;
  position: absolute;
  top: 32%;
  left: 0;
  object-fit: contain;
  animation: shamisen 1s infinite;
  -webkit-animation: shamisen 1s infinite;
}

@media screen and (max-width: 767px) {
  .graphic-uniform {
    display: none;
  }
}

.graphic-science {
  width: 120px;
  height: auto;
  position: absolute;
  top: -130px;
  left: 10%;
  object-fit: contain;
  animation: shamisen 1s infinite;
  -webkit-animation: shamisen 1s infinite;
}

@media screen and (max-width: 767px) {
  .graphic-science {
    width: 100px;
    height: auto;
    top: -130px;
    left: 10%;
  }
}

.graphic-science:hover {
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
}

.graphic-science-2 {
  width: 90px;
  height: auto;
  position: absolute;
  top: -130px;
  left: 320px;
  object-fit: contain;
  animation: shamisen 1s infinite;
  -webkit-animation: shamisen 1s infinite;
}

@media screen and (max-width: 767px) {
  .graphic-science-2 {
    width: 80px;
    height: auto;
    top: -130px;
    right: 10%;
    left: unset;
  }
}

.graphic-science-2:hover {
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
}

.graphic-mask {
  width: 10vw;
  height: auto;
  position: absolute;
  top: calc(-20%);
  left: 30px;
  object-fit: contain;
  animation: pop-up-down 6s infinite;
  -webkit-animation: pop-up-down 6s infinite;
}

@media screen and (max-width: 767px) {
  .graphic-mask {
    width: 16vw;
    right: 30px;
    top: calc(-19%);
    left: unset;
  }
}

.graphic-fish {
  width: 30vw;
  height: auto;
  position: absolute;
  top: -60px;
  left: 0;
  object-fit: contain;
}

.graphic-emoji-love {
  width: 11vw;
  height: auto;
  position: absolute;
  top: 90px;
  left: 3vw;
  object-fit: contain;
  animation: shamisen 1s infinite;
  -webkit-animation: shamisen 1s infinite;
}

@media screen and (max-width: 1600px) {
  .graphic-emoji-love {
    width: 15vw;
  }
}

@media screen and (max-width: 767px) {
  .graphic-emoji-love {
    display: none;
  }
}

.icon-curved {
  width: 30px;
  height: auto;
}

/* ========================
  Margins
  ========================= */

.pt-75 {
  padding-top: 75px;
}

.pb-100 {
  padding-bottom: 100px;
}

/* ========================
  Feature Block
  ========================= */

.feature-block {
  object-fit: cover;
  object-position: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;

}

.feature-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: flex-start;
  background-image: url(../img/bg-shadow.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 10px 20px 10px 20px;
}

/* ========================
  Main Carousel Block
  ========================= */

.hero-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}

.carousel-items {
  background: url("../img/slide-en.png");
  background-repeat: repeat;
  background-size: cover !important;
  background-position: left center;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.carousel-items:nth-child(1) {
  animation: movebase 20s linear;
  visibility: hidden;
}

.carousel-items:nth-child(2) {
  animation: movefirst 20s infinite linear;
  background-position: right center;
}

.carousel-items:last-child {
  animation: movelast 20s infinite linear;
  animation-delay: 10s;
  transform: translateX(100%);
}

/* 6 x 2 */
.carousel-items,
.hero-carousel {
  height: calc(100vw / 3.8 * 1);
}

/* ========================
  Section Padding Lg
  ========================= */

section.padding-lg {
  padding: 8vw 8vw;
  position: relative;
}

@media screen and (max-width: 1200px) {
  section.padding-lg {
    padding: 8vw 8vw;
  }
}

@media screen and (max-width: 992px) {
  section.padding-lg {
    padding: 8vw 30px;
  }
}

@media screen and (max-width: 768px) {
  section.padding-lg {
    padding: 8vw 0;
  }
}

/* ========================
  Social Buttons
  ========================= */

.social-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.social-button {
  margin: 0 10px;
  width: 80px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.5s;
}

.social-button:nth-child(1) {
  background-color: #455C94;
}

.social-button:nth-child(2) {
  background-color: #CD426D;
}

.social-button:nth-child(3) {
  background-color: #3B7AB2;
}

.social-button:hover {
  background-color: #000000;
}

.social-button:nth-child(1) img {
  width: 10px;
  height: auto;
}

.social-button:nth-child(2) img {
  width: 20px;
  height: auto;
}

.social-button:nth-child(3) img {
  width: 20px;
  height: auto;
}

/* ========================
  Inner Banner
  ========================= */

.inner-banner {
  width: 100%;
  height: 500px;
  max-height: 60vh;
}

@media screen and (max-width: 768px) {
  .inner-banner {
    max-height: 50vh;
  }
}

.inner-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.inner-title-block {
  background-color: #942C32;
  color: #ffffff;
  padding: 30px 40px 20px 40px;
  text-align: center;
  min-height: 20vh;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  max-width: 900px;
  margin: 0 auto;
  margin-top: -220px !important;
}

@media screen and (max-width: 768px) {
  .inner-title-block {
    padding: 30px 15px 20px 15px;
  }
}

/* ========================
  Contact Form
  ========================= */

.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: none;
  border-radius: 6px;
}

.contact-form select {
  width: 100%;
  padding: 15px;
  margin: 15px 0;
  border: none;
  border-radius: 6px;
  background-color: #ffffff;
}

.contact-form label {
  width: 100%;
  height: auto;
  font-weight: bold;
}

.contact-form label span {
  font-weight: normal;
}

.contact-form button,
.contact-form input[type="submit"] {
  width: auto;
  padding: 15px 20px;
  margin: 10px 0;
  border: none;
  border-radius: 3px;
  background-color: #942C32;
  color: #ffffff;
  cursor: pointer;
}

/* ========================
  Voice
  ========================= */

.profile-image {
  text-align: center;
}

.profile-image img {
  width: 125px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .profile-image img {
    display: none;
  }
}

.voice-block {
  padding-bottom: 50px;
}

.voice-block .col-md-10 {
  position: relative;
}

.voice-block .col-md-10::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: -15px;
  left: 15px;
}

/* ========================
  Voice Introduction
  ========================= */

.voice-introduction {
  padding: 0 0 50px 0;
  margin-top: -14vw;
}  

.voice-introduction-text h2 {
  line-height: 170%;
  font-weight: bold;
  padding-top: 4vw;
}

/* ========================
  Post Single
  ========================= */

.post-single {
  padding: 50px 40px;
  background-color: #ffffff;
  max-width: 900px;
  margin: 0 auto;
}

/* ========================
  Button Styling
  ========================= */

button.btn.no-link,
button.btn.no-link:hover,
button.btn.no-link:active,
button.btn.no-link:focus,
button.btn.no-link:visited,
button.btn.no-link:link {
  background-color: #942C32 !important;
  cursor: unset;
}

/* ========================
  Temporary Multilingual changes
  ========================= */

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  display: none;
}