@font-face {
  font-family: "Neue";
  src: url("../../assets/fonts/neue/NeueHaasDisplayBlack.ttf") format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "Neue";
  src: url("../../assets/fonts/neue/NeueHaasDisplayBold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Neue";
  src: url("../../assets/fonts/neue/NeueHaasDisplayLight.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Neue";
  src: url("../../assets/fonts/neue/NeueHaasDisplayMediu.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Neue";
  src: url("../../assets/fonts/neue/NeueHaasDisplayRoman.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Passenger";
  src: url("../../assets/fonts/passenger/PassengerDisplay-Bold-BF63f2d242ac75b.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Passenger";
  src: url("../../assets/fonts/passenger/PassengerDisplay-Extrabold-BF63f2d242ac6c4.otf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Passenger";
  src: url("../../assets/fonts/passenger/PassengerDisplay-Extralight-BF63f2d24155a28.otf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Passenger";
  src: url("../../assets/fonts/passenger/PassengerDisplay-Light-BF63f2d24134aa0.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Passenger";
  src: url("../../assets/fonts/passenger/PassengerDisplay-Medium-BF63f2d2402a611.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Passenger";
  src: url("../../assets/fonts/passenger/PassengerDisplay-Regular-BF63f2d24127b50.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Passenger";
  src: url("../../assets/fonts/passenger/PassengerDisplay-Semibold-BF63f2d2417b454.otf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Marck";
  src: url("../../assets/fonts/marck/MarckScript-Regular.ttf") format("opentype");
  font-weight: 600;
}
:root {
  --main-font: "Neue";
  --second-font: "Passenger";
  --third-font: "Marck";
  --third-color: #3E4230;
  --forth-color: #FAF8F5;
}

.block__arrow {
  display: flex;
  justify-content: center;
}

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

ol,
ul {
  padding-left: 20px;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: black;
}
a:hover {
  text-decoration: none;
}

body {
  font-family: var(--main-font);
  background-color: var(--forth-color);
  color: var(--third-color);
  position: relative;
}
body a {
  text-decoration: none;
}
body li,
body ul {
  list-style: none;
}
body h1,
body h2,
body h3,
body h4 {
  font-family: var(--second-font);
}

main {
  position: relative;
}

.vertical-line {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(62, 66, 48, 0.1019607843);
  opacity: 10;
  z-index: -1;
}

.generic__wrapper {
  padding: 100px 0px;
}
.generic__wrapper h1 {
  font-size: 56px;
  font-family: var(--second-font);
  font-weight: 200;
  margin-bottom: 80px;
  text-align: center;
}
.generic__wrapper h2,
.generic__wrapper h3,
.generic__wrapper h4 {
  font-size: 35px;
  padding-bottom: 20px;
}

footer {
  background-color: var(--third-color);
  color: var(--primary-color);
  padding-top: 80px;
}

.footer__wrapper .footer__top {
  padding: 0px 80px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer__wrapper .footer__top {
    padding: 0px 30px;
  }
}
@media (max-width: 820px) {
  .footer__wrapper .footer__top {
    flex-direction: column;
    padding: 0px 20px;
    text-align: center;
  }
}
.footer__wrapper .footer__top h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
@media (max-width: 820px) {
  .footer__wrapper .footer__top h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
.footer__wrapper .footer__top .footer__services {
  max-width: 25%;
}
@media (max-width: 820px) {
  .footer__wrapper .footer__top .footer__services,
  .footer__wrapper .footer__top .footer__about {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
  }
}
.footer__wrapper .footer__top .footer__services a,
.footer__wrapper .footer__top .footer__about a {
  transition: all 0.3s ease;
  color: var(--primary-color);
}
.footer__wrapper .footer__top .footer__services a:hover,
.footer__wrapper .footer__top .footer__about a:hover {
  color: var(--forth-color);
}
.footer__wrapper .footer__top .footer__logo img {
  width: 250px;
}
@media (max-width: 820px) {
  .footer__wrapper .footer__top .footer__logo {
    width: 100%;
    margin-bottom: 40px;
  }
}
.footer__wrapper .footer__top .footer__contact {
  width: 21%;
}
@media (max-width: 820px) {
  .footer__wrapper .footer__top .footer__contact {
    width: 100%;
  }
}
.footer__wrapper .footer__top .footer__contact h3 {
  margin-top: 45px;
}
.footer__wrapper .footer__top li,
.footer__wrapper .footer__top p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
@media (max-width: 820px) {
  .footer__wrapper .footer__top li,
  .footer__wrapper .footer__top p {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.footer__wrapper .footer__middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding: 0px 80px;
}
@media (max-width: 1024px) {
  .footer__wrapper .footer__middle {
    padding: 0px 30px;
  }
}
@media (max-width: 820px) {
  .footer__wrapper .footer__middle {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding: 0px 20px;
    margin-top: 40px;
  }
}
.footer__wrapper .footer__middle a {
  color: var(--primary-color);
}
.footer__wrapper .footer__middle a svg {
  fill: currentColor !important;
  color: var(--primary-color) !important;
}
.footer__wrapper .footer__middle .middle__right {
  display: flex;
  gap: 15px;
}
@media (max-width: 820px) {
  .footer__wrapper .footer__middle .middle__right {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 820px) {
  .footer__wrapper .footer__middle .middle__left {
    width: 100%;
  }
}
.footer__wrapper .footer__middle .middle__left .newsletter__form {
  margin-top: 10px;
}
@media (max-width: 820px) {
  .footer__wrapper .footer__middle .middle__left .newsletter__form {
    display: flex;
    gap: 15px;
    width: 100%;
  }
}
.footer__wrapper .footer__middle .middle__left .newsletter__form input {
  height: 65px;
  width: 400px;
  background: transparent;
  border: 1px solid var(--primary-color);
  margin-right: 20px;
  padding: 0px 20px;
  color: var(--primary-color);
}
@media (max-width: 820px) {
  .footer__wrapper .footer__middle .middle__left .newsletter__form input {
    width: 100%;
    height: 55px;
    margin-right: 0;
  }
}
.footer__wrapper .footer__middle .middle__left .newsletter__form input::placeholder {
  color: var(--primary-color);
  font-size: 16px;
}
.footer__wrapper .footer__bottom {
  margin-top: 60px;
  border-top: 1px solid var(--primary-color);
  padding: 30px 80px;
}
@media (max-width: 1024px) {
  .footer__wrapper .footer__bottom {
    padding: 30px;
  }
}
@media (max-width: 820px) {
  .footer__wrapper .footer__bottom {
    padding: 20px;
    margin-top: 40px;
  }
}
.footer__wrapper .footer__bottom ul {
  display: flex;
  gap: 100px;
}
@media (max-width: 820px) {
  .footer__wrapper .footer__bottom ul {
    flex-direction: column;
    gap: 15px;
  }
}
.footer__wrapper .footer__bottom ul li {
  font-size: 16px;
}
@media (max-width: 820px) {
  .footer__wrapper .footer__bottom ul li {
    font-size: 14px;
  }
}
.footer__wrapper .footer__bottom a {
  color: var(--primary-color);
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
  padding-bottom: 5px;
}
.footer__wrapper .footer__bottom a:hover {
  border-color: var(--primary-color);
  padding-bottom: 2px;
}

.sub-menu {
  display: none;
}

ul {
  padding-left: 0px;
}

header {
  border-bottom: 1px solid #3E4230;
  padding: 20px 50px;
  background-color: var(--forth-color);
  transition: all 0.3s ease;
}
@media (max-width: 1220px) {
  header {
    padding: 20px;
  }
}
header.sticky {
  position: fixed;
  background-color: var(--forth-color);
  z-index: 99;
  top: 0;
  left: 0;
  padding: 20px 50px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1220px) {
  header.sticky {
    padding: 20px;
  }
}
header.sticky .logo__mini {
  opacity: 1;
  width: 170px;
  height: 100%;
}
@media (max-width: 1220px) {
  header.sticky .logo__mini {
    width: 120px;
  }
}
header.sticky .logo__default {
  opacity: 0;
  width: 0px;
  height: 0px;
}
header .logo__default {
  opacity: 1;
  width: 180px;
  height: 100%;
}
@media (max-width: 1220px) {
  header .logo__default {
    display: none;
  }
}
header .logo__mini {
  opacity: 0;
  width: 0px;
  height: 0px;
}
@media (max-width: 1220px) {
  header .logo__mini {
    opacity: 1;
    width: 120px;
    height: 100%;
  }
}
header .header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  header .header__wrapper .header__center {
    display: none;
  }
}
header .header__wrapper .header__center ul {
  display: flex;
  gap: 40px;
  align-items: center;
}
header .header__wrapper .header__center ul li {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
}
header .header__wrapper .header__center ul li a {
  transition: all 0.3s ease;
}
header .header__wrapper .header__center ul li a:hover {
  color: var(--primary-color);
}
header .header__wrapper .header__center ul li .sub-menu {
  background: white;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 10px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  display: block;
}
header .header__wrapper .header__center ul li .sub-menu li {
  padding: 10px 0px;
}
header .header__wrapper .header__center .menu-item-has-children {
  position: relative;
}
header .header__wrapper .header__center .menu-item-has-children ul {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 160px;
}
header .header__wrapper .header__center .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
header .header__wrapper .header__left a {
  display: block;
  font-size: 0px;
}
header .header__wrapper .header__right .btn {
  font-size: 16px;
  padding: 10px 25px;
}
header .header__wrapper .header__right .btn__white {
  margin-right: 10px;
}
@media (max-width: 1024px) {
  header .header__wrapper .header__right {
    display: none;
  }
}

.menu-item-has-children.open ul {
  display: block;
}

.burger {
  display: none;
}
@media (max-width: 1024px) {
  .burger {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 28px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
  }
  .burger span {
    display: block;
    height: 3px;
    background: #000;
    border-radius: 3px;
    transition: 0.3s;
  }
  .burger.open span:nth-child(1) {
    transform: rotate(45deg) translate(3px, 3px);
  }
  .burger.open span:nth-child(2) {
    transform: rotate(-45deg) translate(3px, -3px);
  }
}

.mobile-menu-overlay {
  position: fixed;
  top: 65px;
  left: -200%;
  width: 80%;
  width: 400px;
  height: 100%;
  background: var(--forth-color);
  z-index: 1000;
  transition: left 0.4s ease;
  padding: 40px 0px;
}
.mobile-menu-overlay .mobile__btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  align-items: center;
  gap: 20px;
}
@media (max-width: 580px) {
  .mobile-menu-overlay .mobile__btn {
    flex-direction: column;
  }
}
@media (max-width: 580px) {
  .mobile-menu-overlay {
    width: 100%;
  }
}
.mobile-menu-overlay nav ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 5px 20px;
}
.mobile-menu-overlay nav ul .menu-item-has-children a:after {
  content: "";
  margin-left: 25px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid currentColor;
  transition: transform 0.3s;
}
.mobile-menu-overlay nav ul .menu-item-has-children.submenu-open .sub-menu {
  display: block;
}
.mobile-menu-overlay nav ul .menu-item-has-children.submenu-open a:after {
  transform: rotate(180deg);
}
.mobile-menu-overlay nav ul li {
  margin: 10px 0px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
.mobile-menu-overlay nav ul li a {
  color: var(--third-color);
  text-decoration: none;
}
.mobile-menu-overlay nav ul li a:hover {
  color: var(--primary-color);
}
.mobile-menu-overlay nav ul li .sub-menu {
  display: none;
}
.mobile-menu-overlay nav ul li .sub-menu li {
  font-weight: 500;
  font-size: 18px;
  margin: 15px 0px;
}
.mobile-menu-overlay nav ul li .sub-menu li a::after {
  display: none;
}

.menu-open {
  overflow: hidden;
}

.mobile-menu-overlay.open {
  left: 0;
}

.btn {
  font-size: 20px;
  letter-spacing: 1px;
  font-family: var(--main-font);
  font-weight: 500;
  border: 1px solid transparent;
  border-radius: 30px;
  padding: 16px 36px;
  text-transform: lowercase;
  transition: all 0.3s ease;
}
.btn__white {
  background-color: var(--forth-color);
  color: var(--third-color);
  border-color: var(--primary-color);
}
.btn__white:hover {
  background-color: transparent;
  border-color: var(--third-color);
}
.btn__black {
  background-color: var(--third-color);
  color: var(--primary-color);
}
.btn__black:hover {
  background-color: var(--primary-color);
  border-color: var(--third-color);
  color: var(--third-color);
}
.btn__main {
  background-color: var(--primary-color);
  border-color: var(--third-color);
}
.btn__main:hover {
  background-color: var(--third-color);
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn__outline-main {
  border-color: var(--primary-color);
  background-color: transparent;
  color: var(--primary-color);
}
.btn__outline-main:hover {
  background-color: var(--primary-color);
  border-color: var(--third-color);
  color: var(--third-color);
}

@media (max-width: 768px) {
  .btn {
    font-size: 16px;
    padding: 12px 24px;
  }
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    max-width: 850px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1070px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1270px;
  }
}
.custom-mark {
  background-color: var(--primary-color);
  padding: 4px 0px;
}

.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  margin: 15px 0px;
  font-size: 25px;
}
.wysiwyg p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.wysiwyg p a {
  border-bottom: 4px solid var(--primary-color);
}
.wysiwyg p ul {
  list-style: none;
}
@media (max-width: 912px) {
  .wysiwyg p {
    font-size: 15px;
    line-height: 28px;
  }
}
.wysiwyg ul {
  list-style: none;
  padding-left: 50px;
}
@media (max-width: 912px) {
  .wysiwyg ul {
    padding-left: 20px;
  }
}
.wysiwyg ul li {
  list-style: none;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
@media (max-width: 912px) {
  .wysiwyg ul li {
    font-size: 15px;
  }
}
.wysiwyg ul li::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 5px;
  width: 25px;
  height: 25px;
  background-image: url("/wp-content/themes/mno/assets/img/custom-bullet.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.space {
  margin: 150px auto;
}
@media (max-width: 768px) {
  .space {
    margin: 90px auto;
  }
}

.space__sm {
  margin: 100px auto;
}
@media (max-width: 768px) {
  .space__sm {
    margin: 60px auto;
  }
}

.newsletter__wrapper {
  position: relative;
}
.newsletter__wrapper:hover .newsletter__shadow {
  top: 0%;
  right: 2.5%;
}
.newsletter__wrapper .newsletter__shadow {
  position: absolute;
  width: 97%;
  height: 100%;
  border-radius: 20px;
  border: 1px solid var(--third-color);
  background: var(--primary-color);
  z-index: -1;
  top: 7%;
  right: 0%;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .newsletter__wrapper .newsletter__shadow {
    top: 0%;
    right: -2%;
  }
}
.newsletter__wrapper .newsletter__form {
  background: var(--second-color);
  border-radius: 20px;
  border: 1px solid var(--third-color);
  padding: 60px 30px;
  width: 93%;
}
@media (max-width: 1024px) {
  .newsletter__wrapper .newsletter__form {
    padding: 40px 25px;
  }
}
@media (max-width: 768px) {
  .newsletter__wrapper .newsletter__form {
    padding: 30px 20px;
    width: 90%;
  }
}
.newsletter__wrapper .newsletter__form h3 {
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .newsletter__wrapper .newsletter__form h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .newsletter__wrapper .newsletter__form h3 {
    font-size: 28px;
  }
}
.newsletter__wrapper .newsletter__form p {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .newsletter__wrapper .newsletter__form p {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .newsletter__wrapper .newsletter__form p {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.newsletter__wrapper .newsletter__form .newsletter__input form .input {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .newsletter__wrapper .newsletter__form .newsletter__input form .input {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
}
.newsletter__wrapper .newsletter__form .newsletter__input form .input p {
  width: 500px;
}
@media (max-width: 1024px) {
  .newsletter__wrapper .newsletter__form .newsletter__input form .input p {
    width: 400px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .newsletter__wrapper .newsletter__form .newsletter__input form .input p {
    width: 100%;
  }
}
.newsletter__wrapper .newsletter__form .newsletter__input form .input p span input {
  width: 100%;
  height: 60px;
  padding: 0px 20px;
  box-sizing: border-box;
  border: 1px solid var(--third-color);
  z-index: 11;
  position: relative;
}
@media (max-width: 768px) {
  .newsletter__wrapper .newsletter__form .newsletter__input form .input p span input {
    height: 50px;
  }
}
.newsletter__wrapper .newsletter__form .newsletter__input form .wpcf7-response-output {
  width: fit-content;
  margin-top: 0px;
  border-color: var(--primary-color);
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .newsletter__wrapper .newsletter__form .newsletter__input form .wpcf7-response-output {
    width: 100%;
    box-sizing: border-box;
    margin-top: 15px;
  }
}

.comments__wrapper {
  position: relative;
}
.comments__wrapper .quote__top {
  position: absolute;
  top: -14%;
  left: 12%;
  z-index: 99;
}
@media (max-width: 580px) {
  .comments__wrapper .quote__top {
    left: 5%;
    top: -8%;
    width: 70px;
  }
}
.comments__wrapper .quote__down {
  position: absolute;
  bottom: -13%;
  right: 12%;
}
@media (max-width: 580px) {
  .comments__wrapper .quote__down {
    right: 5%;
    width: 70px;
    bottom: -8%;
  }
}
.comments__wrapper .comments__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.comments__wrapper .comments__list .slick-dots li button::before {
  font-size: 10px;
}
.comments__wrapper .comments__list .slick-dots .slick-active button::before {
  opacity: 1;
  color: var(--primary-color);
}
.comments__wrapper .comments__list .slick-list {
  max-width: 1025px;
  border: 1px solid var(--third-color);
  border-radius: 20px;
}
.comments__wrapper .comments__list .slick-next,
.comments__wrapper .comments__list .slick-prev {
  width: auto;
  height: auto;
}
.comments__wrapper .comments__list .slick-next::before,
.comments__wrapper .comments__list .slick-prev::before {
  display: none;
}
.comments__wrapper .comments__list .slick-next {
  right: -12%;
}
@media (max-width: 1540px) {
  .comments__wrapper .comments__list .slick-next {
    right: -7%;
  }
}
.comments__wrapper .comments__list .slick-next img {
  width: 100px;
  height: 100px;
}
@media (max-width: 1540px) {
  .comments__wrapper .comments__list .slick-next img {
    width: 80px;
    height: 80px;
  }
}
.comments__wrapper .comments__list .slick-prev {
  left: -12%;
}
@media (max-width: 1540px) {
  .comments__wrapper .comments__list .slick-prev {
    left: -7%;
  }
}
.comments__wrapper .comments__list .slick-prev img {
  width: 100px;
  height: 100px;
}
@media (max-width: 1540px) {
  .comments__wrapper .comments__list .slick-prev img {
    width: 80px;
    height: 80px;
  }
}
.comments__wrapper .comments__list .avis__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 60px;
  width: 100%;
  min-height: 280px;
}
@media (max-width: 580px) {
  .comments__wrapper .comments__list .avis__card {
    padding: 40px 30px;
  }
}
.comments__wrapper .comments__list .avis__card .avis__card__meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 18px 0px;
}
.comments__wrapper .comments__list .avis__card .avis__card__meta svg {
  width: 20px;
  height: 20px;
}
.comments__wrapper .comments__list .avis__card .avis__card__meta p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}
.comments__wrapper .comments__list .avis__card h3 {
  font-family: var(--main-font);
  font-size: 31px;
  font-weight: 600;
  letter-spacing: 1px;
}
.comments__wrapper .comments__list .avis__card .comment__content p {
  font-family: var(--third-font);
  font-size: 26px;
}
.comments__wrapper .comments__list .avis__card .comment__content a {
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 20px;
}

.comments h2 {
  margin-bottom: 120px;
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 912px) {
  .comments h2 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 90px;
  }
}
@media (max-width: 912px) {
  .comments {
    padding: 40px 0px;
  }
}

.certicication__wrapper {
  display: flex;
  background: var(--second-color);
  padding: 60px 30px;
  border: 1px solid var(--third-color);
  border-radius: 20px;
  width: 93%;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .certicication__wrapper {
    padding: 40px 25px;
  }
}
@media (max-width: 768px) {
  .certicication__wrapper {
    flex-direction: column;
    padding: 30px 20px;
    width: 90%;
    border-radius: 15px;
  }
}
.certicication__wrapper .certification__image {
  width: 35%;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .certicication__wrapper .certification__image {
    width: 45%;
    padding: 0px 20px;
  }
}
@media (max-width: 768px) {
  .certicication__wrapper .certification__image {
    width: 100%;
    padding: 0px;
    margin-bottom: 30px;
  }
  .certicication__wrapper .certification__image img {
    max-width: 70%;
    margin: 0 auto;
  }
}
.certicication__wrapper .certification__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.certicication__wrapper .certification__image span {
  display: block;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .certicication__wrapper .certification__image span {
    text-align: center;
  }
}
.certicication__wrapper .certification__image span a {
  border-bottom: 2px solid var(--primary-color);
  font-size: 15px;
  font-weight: 500;
}
.certicication__wrapper .certification__content {
  width: 35%;
  padding-left: 10px;
}
@media (max-width: 1024px) {
  .certicication__wrapper .certification__content {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .certicication__wrapper .certification__content {
    width: 100%;
    padding-left: 0;
  }
}
.certicication__wrapper .certification__content h3 {
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .certicication__wrapper .certification__content h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .certicication__wrapper .certification__content h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
.certicication__wrapper .certification__content .wysiwyg p {
  font-size: 18px;
}
@media (max-width: 768px) {
  .certicication__wrapper .certification__content .wysiwyg p {
    font-size: 16px;
  }
}

.service__card__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.service__card__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.service__item__shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: var(--primary-color);
  top: 3%;
  left: 2%;
  z-index: -2;
  border-radius: 20px;
  border: 1px solid var(--third-color);
  transition: all 0.3s ease;
}

.card__categories {
  display: flex;
  gap: 10px;
  align-items: center;
}
.card__categories .card__category {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  border: 2px solid var(--primary-color);
  padding: 5px 10px;
  border-radius: 5px;
}

.card__category__link {
  position: absolute;
  right: 25px;
  bottom: 20px;
  cursor: pointer;
  width: 57px;
  height: 57px;
  background-color: var(--primary-color);
  border: 1px solid var(--third-color);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.card__category__link:hover {
  background: transparent;
}

.service__card__title {
  font-size: 28px;
  font-weight: 600;
  margin: 30px 0px;
  font-family: var(--main-font);
}

.card__category__summary {
  font-size: 14px;
  font-weight: 500;
}
.card__category__summary p {
  padding-bottom: 70px;
}

.service__item {
  position: relative;
  border-radius: 20px;
  border: 1px solid var(--third-color);
  background-color: var(--forth-color);
  padding: 30px;
  aspect-ratio: 3.7/4;
  transition: all 0.3s ease;
  max-height: 450px;
}
.service__item:hover .service__item__shadow {
  top: 0px;
  left: 0px;
}

.services__container ul {
  width: 100%;
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px;
}
@media (max-width: 1250px) {
  .services__container ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
@media (max-width: 580px) {
  .services__container ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 768px) {
  .service__item {
    padding: 20px;
    max-height: none;
    aspect-ratio: auto;
    width: 80%;
    margin: 0 auto;
    min-height: 150px;
  }
  .service__card__title {
    font-size: 22px;
    margin: 20px 0;
  }
  .card__category__summary {
    font-size: 13px;
  }
  .card__categories {
    flex-wrap: wrap;
    gap: 8px;
  }
  .card__categories .card__category {
    font-size: 13px;
    padding: 4px 8px;
  }
  .card__category__link {
    width: 48px;
    height: 48px;
    right: 15px;
    bottom: 15px;
  }
}
.contact__banner {
  background: var(--second-color);
  border-radius: 20px;
  border: 1px solid var(--third-color);
  padding: 60px 30px;
  width: 93%;
  height: 300px;
}
@media (max-width: 1024px) {
  .contact__banner {
    padding: 40px 25px;
    height: auto;
    min-height: 280px;
  }
}
@media (max-width: 768px) {
  .contact__banner {
    padding: 30px 20px;
    width: 90%;
    border-radius: 15px;
    height: auto;
  }
}
.contact__banner h3 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 65px;
}
@media (max-width: 1024px) {
  .contact__banner h3 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  .contact__banner h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
.contact__banner h3 span {
  font-weight: 500;
  font-style: italic;
  display: block;
  text-transform: lowercase;
}
.contact__banner .cta__buttons {
  display: flex;
  gap: 40px;
  margin-top: 70px;
  align-items: center;
}
@media (max-width: 1024px) {
  .contact__banner .cta__buttons {
    gap: 30px;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .contact__banner .cta__buttons {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
  }
}

.post__card {
  width: 300px;
  height: 450px;
  border: 1px solid var(--third-color);
  border-radius: 20px;
  padding: 30px;
  margin: 0px 35px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .post__card {
    width: 100%;
    height: auto;
    padding: 10px;
  }
}
.post__card:hover .post__thumbnail {
  border: 1px solid var(--third-color);
}
.post__card:hover .post__card__meta {
  border-top: 2px solid var(--third-color);
}
@media (max-width: 1024px) {
  .post__card {
    margin: 0px 15px;
  }
}
.post__card .post__card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post__card .post__card__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post__card a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.post__card .post__card__meta {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--third-color);
  padding-top: 20px;
  font-size: 13px;
}
@media (max-width: 769px) {
  .post__card .post__card__meta {
    font-size: 11px;
  }
}
.post__card .post__card__title {
  font-family: var(--main-font);
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .post__card .post__card__title {
    font-size: 14px;
    padding-bottom: 8px;
  }
}
.post__card .post__thumbnail {
  aspect-ratio: 2.9/2.1;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}
@media (max-width: 769px) {
  .post__card .post__thumbnail {
    margin-bottom: 10px;
  }
}
.post__card .post__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post__card .post__card__summary {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 769px) {
  .post__card .post__card__summary {
    display: none;
  }
}
.post__card .post__card__summary p {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.hero__wrapper {
  display: flex;
  justify-content: space-between;
  margin: 150px auto;
  align-items: center;
}
@media (max-width: 1024px) {
  .hero__wrapper {
    justify-content: space-around;
  }
}
@media (max-width: 912px) {
  .hero__wrapper {
    flex-direction: column;
    margin: 30px auto 90px auto;
  }
}
.hero__wrapper .hero__title {
  width: 55%;
}
@media (max-width: 1024px) {
  .hero__wrapper .hero__title {
    width: 50%;
  }
}
@media (max-width: 912px) {
  .hero__wrapper .hero__title {
    width: 100%;
  }
}
.hero__wrapper .hero__title h1 {
  font-size: 56px;
  font-family: var(--second-font);
  font-weight: 200;
}
@media (max-width: 1450px) {
  .hero__wrapper .hero__title h1 {
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  .hero__wrapper .hero__title h1 {
    font-size: 35px;
  }
}
@media (max-width: 912px) {
  .hero__wrapper .hero__title h1 {
    width: 60%;
    margin: 0px auto;
    padding-top: 30px;
  }
}
@media (max-width: 580px) {
  .hero__wrapper .hero__title h1 {
    width: 100%;
    text-align: center;
  }
}
.hero__wrapper .hero__title h1 .line1 {
  display: block;
  text-align: right;
  margin-bottom: 5px;
}
@media (max-width: 580px) {
  .hero__wrapper .hero__title h1 .line1 {
    text-align: center;
  }
}
.hero__wrapper .hero__title h1 .line2 {
  display: block;
  margin-bottom: 5px;
  font-style: italic;
  font-weight: 400;
}
.hero__wrapper .hero__title h1 .line3 {
  display: block;
  padding-left: 14%;
}
@media (max-width: 580px) {
  .hero__wrapper .hero__title h1 .line3 {
    padding-left: 0%;
  }
}
.hero__wrapper .hero__title h1 .line4 {
  display: block;
  font-style: italic;
  font-weight: 400;
  padding-left: 28%;
}
@media (max-width: 580px) {
  .hero__wrapper .hero__title h1 .line4 {
    padding-left: 0%;
  }
}
.hero__wrapper .hero__img {
  width: 40%;
  position: relative;
}
@media (max-width: 998px) {
  .hero__wrapper .hero__img {
    width: 85%;
    margin: 0px auto;
  }
}
.hero__wrapper .hero__img .hero__thumbnail__wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
}
.hero__wrapper .hero__img .hero__thumbnail__wrapper .hero__thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__wrapper .hero__img .hero__scotch__right {
  position: absolute;
  right: -13%;
  bottom: -9%;
}
@media (max-width: 1024px) {
  .hero__wrapper .hero__img .hero__scotch__right {
    bottom: -12%;
  }
}
@media (max-width: 912px) {
  .hero__wrapper .hero__img .hero__scotch__right {
    right: -7%;
    bottom: -5%;
  }
}
@media (max-width: 580px) {
  .hero__wrapper .hero__img .hero__scotch__right {
    display: none;
  }
}
.hero__wrapper .hero__img .hero__scotch__left {
  position: absolute;
  top: -10%;
  left: -10%;
}
@media (max-width: 1024px) {
  .hero__wrapper .hero__img .hero__scotch__left {
    top: -14%;
  }
}
@media (max-width: 912px) {
  .hero__wrapper .hero__img .hero__scotch__left {
    top: -7%;
    left: -5%;
  }
}
@media (max-width: 580px) {
  .hero__wrapper .hero__img .hero__scotch__left {
    display: none;
  }
}

.about {
  text-align: center;
  width: 65%;
  margin: 0px auto;
  position: relative;
}
@media (max-width: 580px) {
  .about {
    width: 90%;
  }
}

.home__services {
  padding: 20px 0px;
}
.home__services h2 {
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 912px) {
  .home__services h2 {
    font-size: 35px;
  }
}
.home__services .service__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 912px) {
  .home__services .service__title {
    flex-direction: column;
    gap: 50px;
    margin-bottom: 70px;
  }
}
@media (max-width: 912px) {
  .home__services .service__title .service__category__wrapper {
    width: 100%;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .home__services .service__title .service__category__wrapper::-webkit-scrollbar {
    display: none;
  }
}
.home__services .service__title .service__categories {
  display: flex;
  gap: 0px;
  align-items: center;
}
.home__services .service__title .service__categories .service-category-link {
  position: relative;
  padding: 15px 40px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.home__services .service__title .service__categories .service-category-link .oval {
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.home__services .service__title .service__categories .active {
  font-weight: 600;
  color: #000;
}
.home__services .service__title .service__categories .active .oval {
  display: block;
}

@media (max-width: 912px) {
  .home__posts {
    padding-bottom: 20px;
  }
}
.home__posts .post__title {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 912px) {
  .home__posts .post__title {
    flex-direction: column;
    gap: 50px;
  }
}
.home__posts .post__title h2 {
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 912px) {
  .home__posts .post__title h2 {
    font-size: 35px;
    text-align: center;
  }
}
.home__posts .post__list .slick-dots li button::before {
  font-size: 10px;
}
.home__posts .post__list .slick-dots .slick-active button::before {
  opacity: 1;
  color: var(--primary-color);
}
.home__posts .post__list .post__card {
  padding: 30px;
}
.home__posts .post__list .slick-slide {
  height: 450px;
}
.home__posts .post__list .slick-next,
.home__posts .post__list .slick-prev {
  width: auto;
  height: auto;
}
.home__posts .post__list .slick-next img,
.home__posts .post__list .slick-prev img {
  width: 100px;
  height: 100px;
}
@media (max-width: 1540px) {
  .home__posts .post__list .slick-next img,
  .home__posts .post__list .slick-prev img {
    width: 80px;
    height: 80px;
  }
}
.home__posts .post__list .slick-next::before,
.home__posts .post__list .slick-prev::before {
  display: none;
}
.home__posts .post__list .slick-prev {
  left: -14%;
}
@media (max-width: 1540px) {
  .home__posts .post__list .slick-prev {
    left: -7%;
  }
}
.home__posts .post__list .slick-next {
  right: -12%;
}
@media (max-width: 1540px) {
  .home__posts .post__list .slick-next {
    right: -7%;
  }
}
.home__posts .post__list .slick-list[style] {
  padding: 60px 0px 40px 0px !important;
}
@media (max-width: 1024px) {
  .home__posts .post__list .slick-list[style] {
    padding: 10px 0px !important;
  }
}

.contact__wrapper h1 {
  font-size: 62px;
  margin-bottom: 150px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .contact__wrapper h1 {
    font-size: 48px;
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .contact__wrapper h1 {
    font-size: 36px;
    margin-bottom: 60px;
  }
}
.contact__wrapper form .form__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .contact__wrapper form .form__btn {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .contact__wrapper form .form__btn {
    margin-top: 50px;
  }
}
.contact__wrapper form .form__btn p .wpcf7-spinner {
  display: none;
}
.contact__wrapper form .form__message p label {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .contact__wrapper form .form__message p label {
    font-size: 18px;
  }
}
.contact__wrapper form .form__message p span {
  width: 100%;
}
.contact__wrapper form .form__message p span textarea {
  width: 100%;
  min-height: 200px;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 20px;
}
@media (max-width: 768px) {
  .contact__wrapper form .form__message p span textarea {
    width: 94%;
    min-height: 150px;
    padding: 15px;
    margin-bottom: 20px;
  }
}
.contact__wrapper form .contact__group {
  display: flex;
  gap: 150px;
  align-items: center;
  margin: 50px 0px;
}
@media (max-width: 1024px) {
  .contact__wrapper form .contact__group {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .contact__wrapper form .contact__group {
    flex-direction: column;
    gap: 30px;
    margin: 30px 0px;
  }
}
.contact__wrapper form .contact__group .contact__item {
  width: 50%;
}
@media (max-width: 768px) {
  .contact__wrapper form .contact__group .contact__item {
    width: 100%;
  }
}
.contact__wrapper form .contact__group .contact__item p label {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .contact__wrapper form .contact__group .contact__item p label {
    font-size: 18px;
  }
}
.contact__wrapper form .contact__group .contact__item p span {
  display: block;
  width: 100%;
  position: relative;
}
.contact__wrapper form .contact__group .contact__item p span::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 15px;
  background-color: var(--primary-color);
  opacity: 0;
  transition: opacity 0.3s ease;
  border: 1px solid var(--third-color);
  width: 100%;
  height: 50px;
  z-index: 1;
}
@media (max-width: 768px) {
  .contact__wrapper form .contact__group .contact__item p span::before {
    top: 12px;
    height: 48px;
  }
}
.contact__wrapper form .contact__group .contact__item p span:focus-within::before {
  opacity: 1;
}
.contact__wrapper form .contact__group .contact__item p span input {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  padding: 0px 20px;
  box-sizing: border-box;
  border: 1px solid var(--third-color);
  z-index: 11;
  position: relative;
}
@media (max-width: 768px) {
  .contact__wrapper form .contact__group .contact__item p span input {
    height: 48px;
  }
}
.contact__wrapper form .contact__group .contact__item p span select {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  padding: 0px 20px;
  z-index: 11;
  position: relative;
}
@media (max-width: 768px) {
  .contact__wrapper form .contact__group .contact__item p span select {
    height: 48px;
  }
}

.blog__wrapper h1 {
  text-transform: uppercase;
  font-size: 62px;
  font-weight: 200;
  text-align: center;
}
@media (max-width: 1024px) {
  .blog__wrapper h1 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .blog__wrapper h1 {
    font-size: 36px;
  }
}
.blog__wrapper .blog__categories ul {
  display: flex;
}
.blog__wrapper .blog__categories ul .slick-track {
  display: flex;
  align-items: center;
}
.blog__wrapper .blog__categories ul .slick-prev::before {
  display: none;
}
.blog__wrapper .blog__categories ul .slick-next::before {
  display: none;
}
.blog__wrapper .blog__categories ul .blog__category {
  text-align: center;
  padding: 0px 20px;
}
@media (max-width: 768px) {
  .blog__wrapper .blog__categories ul .blog__category {
    padding: 0px 15px;
  }
}
.blog__wrapper .blog__categories ul .blog__category a {
  display: block;
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
  padding: 23px 0px;
}
@media (max-width: 768px) {
  .blog__wrapper .blog__categories ul .blog__category a {
    padding: 18px 0px;
    font-size: 14px;
  }
}
.blog__wrapper .blog__categories ul .blog__category a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/mno/assets/img/oval.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.blog__wrapper .blog__categories ul .blog__category a.active::before {
  opacity: 1;
}
.blog__wrapper .blog__categories ul .blog__category a:hover::before {
  opacity: 1;
}
.blog__wrapper .blog__categories ul .blog__category .oval {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s ease;
}
.blog__wrapper .blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media (max-width: 1024px) {
  .blog__wrapper .blog__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .blog__wrapper .blog__list {
    gap: 15px;
  }
}
.blog__wrapper .blog__list .post__card {
  margin: 0px;
  width: auto;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 768px) {
  .pagination .page-numbers {
    gap: 15px;
  }
}
.pagination .page-numbers li {
  font-weight: 500;
  font-size: 20px;
  color: var(--third-color);
}
@media (max-width: 768px) {
  .pagination .page-numbers li {
    font-size: 16px;
  }
}
.pagination .page-numbers li a {
  transition: all 0.3s ease-in-out;
}
.pagination .page-numbers li a:hover {
  color: var(--primary-color);
}
.pagination .page-numbers li .current {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  font-weight: 600;
}

.about__content {
  display: flex;
  gap: 5%;
}
@media (max-width: 768px) {
  .about__content {
    flex-direction: column;
    gap: 60px;
  }
}
.about__content .about__references,
.about__content .about__me {
  width: 50%;
}
@media (max-width: 768px) {
  .about__content .about__references,
  .about__content .about__me {
    width: 100%;
  }
}
.about__content h2 {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 1024px) {
  .about__content h2 {
    font-size: 36px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .about__content h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.about__content .about__references .wysiwyg ul li::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 12px;
  width: 28px;
  height: 28px;
  background-image: url("/wp-content/themes/mno/assets/img/list-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .about__content .about__references .wysiwyg ul li::before {
    width: 22px;
    height: 22px;
    left: -30px;
  }
}
.about__content .block__border {
  border: 1px solid var(--third-color);
  padding: 40px 40px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .about__content .block__border {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .about__content .block__border {
    padding: 25px 20px;
    border-radius: 15px;
  }
}

.about__title h1 .about__line1 {
  text-align: left;
  padding-left: 10%;
}
@media (max-width: 768px) {
  .about__title h1 .about__line1 {
    padding-left: 5%;
  }
}
.about__title h1 .about__line3 {
  padding-left: 22%;
}
@media (max-width: 768px) {
  .about__title h1 .about__line3 {
    padding-left: 10%;
  }
}

.pdf__section .pdf__section__title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 33px;
  text-align: center;
}
@media (max-width: 768px) {
  .pdf__section .pdf__section__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.pdf__section .section__buttons {
  margin: 100px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media (max-width: 1024px) {
  .pdf__section .section__buttons {
    gap: 50px;
    margin: 60px 0px;
  }
}
@media (max-width: 768px) {
  .pdf__section .section__buttons {
    flex-direction: column;
    gap: 30px;
    margin: 40px 0px;
  }
}

.about .quote__top {
  position: absolute;
  top: -40px;
  left: -45px;
}
.about .quote__down {
  position: absolute;
  bottom: -40px;
  right: -45px;
}
@media (max-width: 768px) {
  .about .quote__top {
    position: absolute;
    top: -40px;
    left: -20px;
  }
  .about .quote__down {
    position: absolute;
    bottom: -40px;
    right: -25px;
  }
}

.service__hero__section .service__hero__wrapper {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1024px) {
  .service__hero__section .service__hero__wrapper {
    flex-direction: column;
    gap: 40px;
    align-items: center;
    padding: 0px 20px;
  }
}
.service__hero__section .service__hero__wrapper .hero__left {
  width: 65%;
}
@media (max-width: 1024px) {
  .service__hero__section .service__hero__wrapper .hero__left {
    width: 100%;
  }
}
.service__hero__section .service__hero__wrapper .hero__left .single__title__wrapper {
  position: relative;
}
.service__hero__section .service__hero__wrapper .hero__left .single__title__wrapper .single__service__title {
  font-size: 62px;
  font-weight: 400;
  text-transform: uppercase;
  font-style: italic;
  margin: 10px 0px;
}
@media (max-width: 1024px) {
  .service__hero__section .service__hero__wrapper .hero__left .single__title__wrapper .single__service__title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .service__hero__section .service__hero__wrapper .hero__left .single__title__wrapper .single__service__title {
    font-size: 36px;
  }
}
.service__hero__section .service__hero__wrapper .hero__left .single__title__wrapper .single__service__title .first__word {
  font-weight: 200;
  font-style: normal;
}
.service__hero__section .service__hero__wrapper .hero__left .single__title__wrapper .satisfaction__wrapper {
  position: absolute;
  top: -45%;
  right: 0%;
}
@media (max-width: 1024px) {
  .service__hero__section .service__hero__wrapper .hero__left .single__title__wrapper .satisfaction__wrapper {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
}
.service__hero__section .service__hero__wrapper .hero__left .single__title__wrapper .satisfaction__wrapper .satisfaction {
  width: 145px;
  height: 138px;
  position: relative;
}
@media (max-width: 768px) {
  .service__hero__section .service__hero__wrapper .hero__left .single__title__wrapper .satisfaction__wrapper .satisfaction {
    width: 120px;
    height: 115px;
  }
}
.service__hero__section .service__hero__wrapper .hero__left .single__title__wrapper .satisfaction__wrapper .satisfaction img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service__hero__section .service__hero__wrapper .hero__left .single__title__wrapper .satisfaction__wrapper .satisfaction .percentage {
  position: absolute;
  bottom: 15%;
  left: 0%;
  font-size: 50px;
  font-family: var(--second-font);
  font-style: italic;
}
@media (max-width: 768px) {
  .service__hero__section .service__hero__wrapper .hero__left .single__title__wrapper .satisfaction__wrapper .satisfaction .percentage {
    font-size: 40px;
  }
}
.service__hero__section .tarif__section {
  border: 2px solid var(--primary-color);
  width: fit-content;
  border-radius: 8px;
  padding: 15px 15px 0px 15px;
  min-width: 250px;
  background-color: var(--second-color);
}
.service__hero__section .tarif__section h3 {
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid var(--third-color);
  padding-bottom: 10px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-align: center;
}
.service__hero__section .tarif__section h3 svg {
  margin-left: 15px;
}
.service__hero__section .tarif__section .price__group {
  margin: 15px 0px;
}
.service__hero__section .tarif__section .price__group h4 {
  border-bottom: 1px solid var(--primary-color);
  padding: 8px 0px;
  font-family: var(--main-font);
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
}
.service__hero__section .tarif__section .price__group .price__line {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--primary-color);
  padding: 5px 0px;
  font-size: 13px;
  font-weight: 500;
}
.service__hero__section .tarif__section .price__group .duration {
  padding: 8px 0px;
  font-size: 13px;
  font-weight: 500;
}

.programmes__section h2 {
  margin-bottom: 80px;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .programmes__section h2 {
    font-size: 36px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .programmes__section h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.programmes__section .programme {
  border-top: 1px solid var(--third-color);
  border-radius: 60px 60px 0 0;
  transition: all 0.3s ease;
  position: relative;
  background-color: var(--forth-color);
}
@media (max-width: 768px) {
  .programmes__section .programme {
    border-radius: 45px 45px 0 0;
  }
}
.programmes__section .programme.show {
  background-color: var(--second-color);
}
.programmes__section .programme.show:hover {
  background-color: var(--second-color);
}
.programmes__section .programme.show:hover .programme__bg {
  background-color: var(--second-color);
}
.programmes__section .programme.show:hover:last-child {
  background: linear-gradient(to top, transparent 0%, var(--second-color) 50%);
}
.programmes__section .programme.show:hover:last-child .programme__bg {
  display: block;
}
.programmes__section .programme.show .programme__bg {
  background-color: var(--second-color);
}
.programmes__section .programme.show .programme__title h4 {
  font-weight: 600;
}
.programmes__section .programme.show .programme__title svg {
  transform: rotate(180deg);
}
.programmes__section .programme:hover {
  background-color: var(--primary-color);
}
.programmes__section .programme:hover .programme__bg {
  background-color: var(--primary-color);
}
.programmes__section .programme:hover:last-child {
  background: linear-gradient(to top, transparent 0%, var(--primary-color) 50%);
}
.programmes__section .programme:hover:last-child .programme__bg {
  display: none;
}
.programmes__section .programme .programme__bg {
  position: absolute;
  top: 65px;
  width: 100%;
  height: 100%;
  background-color: var(--forth-color);
  right: 0;
  border-radius: 8px 8px 0px 0px;
  z-index: -1;
}
@media (max-width: 768px) {
  .programmes__section .programme .programme__bg {
    top: 60px;
  }
}
.programmes__section .programme:last-child .programme__bg {
  display: none;
}
.programmes__section .programme__title {
  cursor: pointer;
  padding: 40px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.programmes__section .programme__title h4 {
  max-width: 85%;
  font-family: var(--main-font);
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .programmes__section .programme__title {
    padding: 22px 15px;
    gap: 20px;
  }
  .programmes__section .programme__title h4 {
    font-size: 17px;
    line-height: 24px;
  }
}
.programmes__section .programme__title svg {
  transition: all 0, 3s ease-in-out;
}
@media (max-width: 768px) {
  .programmes__section .programme__title svg {
    width: 20px;
    height: 10px;
  }
}
.programmes__section .programme__description {
  max-height: 0;
  opacity: 0;
  padding: 0px;
  transition: all 0.3s ease-in-out;
  display: none;
}
@media (max-width: 768px) {
  .programmes__section .programme__description {
    padding: 0px 15px;
  }
  .programmes__section .programme__description li {
    margin-bottom: 10px;
  }
}
.programmes__section .programme__description.show {
  padding-bottom: 40px;
  opacity: 1;
  display: block;
}
@media (max-width: 768px) {
  .programmes__section .programme__description p,
  .programmes__section .programme__description li,
  .programmes__section .programme__description a {
    font-size: 14px;
    line-height: 26px;
  }
}

.child__services__wrapper h2 {
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .child__services__wrapper h2 {
    font-size: 36px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .child__services__wrapper h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

.conference__section h3 {
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .conference__section h3 {
    font-size: 36px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .conference__section h3 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.conference__section .conference__block {
  border: 1px solid var(--third-color);
  width: 90%;
  margin: 0px auto;
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 768px) {
  .conference__section .conference__block {
    padding: 25px 20px;
    border-radius: 15px;
  }
}
.conference__section .conference__block ul {
  padding-left: 50px;
}
@media (max-width: 768px) {
  .conference__section .conference__block ul {
    padding-left: 20px;
  }
}

.single__post__wrapper {
  border: 1px solid var(--third-color);
  border-radius: 20px;
  padding: 80px 100px;
  position: relative;
}
.single__post__wrapper .post__quote__top {
  position: absolute;
  top: -2.8%;
  left: 3%;
}
.single__post__wrapper .post__quote__down {
  position: absolute;
  bottom: -2.8%;
  right: 3%;
}
.single__post__wrapper .single__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 80px;
}
.single__post__wrapper .single__top .post__thumbnail {
  width: 60%;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 6/4;
}
.single__post__wrapper .single__top .post__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single__post__wrapper .single__top .post__title {
  width: 40%;
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 140%;
}
.single__post__wrapper .post__summary {
  margin: 80px 0px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 175%;
}

.single__post__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.single__post__list .post__card {
  margin: 0px;
  width: auto;
}

@media (max-width: 768px) {
  .single__post__wrapper {
    padding: 40px 20px;
  }
  .single__post__wrapper .post__quote__top {
    top: -2%;
    left: 5%;
  }
  .single__post__wrapper .post__quote__down {
    bottom: -2%;
    right: 5%;
  }
  .single__post__wrapper .single__top {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
  }
  .single__post__wrapper .single__top .post__thumbnail,
  .single__post__wrapper .single__top .post__title {
    width: 100%;
  }
  .single__post__wrapper .single__top .post__title {
    font-size: 32px;
    text-align: center;
  }
  .single__post__wrapper .post__summary {
    margin: 60px 0px;
    font-size: 18px;
    text-align: center;
  }
  .single__post__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}