/* Variables
----------------------- */
:root {
  --primary: #e25b0e;
  --secondary: #b2ac13;
  --dark: #212736;
  --light: #fbf1e2;
  --border: #dabf98;
  --color-text: #343434;
  --color-text-light: #dadada;
  --color-bold: #151517;
  --font-text: "noto sans", sans-serif;
  --font-heading: "josefin sans", sans-serif;
  --shadow: -10px 10px 16px rgba(0, 0, 0, 0.1);
  --shadow2: 0 0 5px 0 var(--border);
  --shadow3: 0 0 16px rgba(0, 0, 0, 0.2);
  --shadow-hover: 0 0 4px 1px rgba(0, 0, 0, 0.1);
}

/* default box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* remove default margin */
body,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* HTML and Body
----------------------- */
html:focus-within {
  scroll-behavior: smooth;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  background-color: #f9f5f0;
  color: var(--color-text);
  font-family: var(--font-text), -apple-system, blinkmacsystemfont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "helvetica neue", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  min-height: 100vh;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* regions
----------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

template,
[hidden] {
  display: none;
}

/* Typography
----------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-bold);
  font-family: var(--font-heading);
  font-weight: 600;
  font-style: normal;
  line-height: 1.6;
  margin: 0;
}

h1 {
  font-size: 1.8rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.2rem;
}

h5, h6 {
  font-size: 1.1rem;
}

/* typography -> paragraph */
p {
  margin: 0 0 1.2rem 0;
}

/* typography -> links */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  color: var(--primary);
  background-color: transparent;
  text-decoration: none;
  transition: color 0.4s ease;
}

a:active,
a:hover,
a:focus {
  background-color: transparent;
  text-decoration: none;
  outline: 0;
}

a:hover {
  color: var(--secondary);
}

a:active,
li a.active {
  color: var(--secondary);
}

/* typography -> abbreviation */
acronym[title], abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

abbr {
  cursor: help;
}

acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

/* typography -> text styling */
b,
strong {
  color: var(--color-bold);
}

em,
dfn,
cite {
  font-style: italic;
}

mark,
ins {
  padding: 2px 6px;
  background: var(--border);
}

del {
  text-decoration: line-through;
}

small {
  font-size: 80%;
}

big {
  font-size: 125%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

tt,
var {
  font-family: monospace, monospace;
  font-style: italic;
}

/* Typography-> code tags */
code,
kbd,
pre,
samp {
  background-color: var(--light);
  color: var(--color-bold);
  font-family: monospace, monospace;
  font-size: 1rem;
}

code {
  padding: 0 0.5rem;
}

kbd,
samp {
  display: inline-block;
  margin: 0;
  padding: 0 5px;
}

pre {
  overflow: auto;
  margin: 1rem 0;
  padding: 1rem;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}

/* media
----------------------- */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img,
picture,
svg {
  max-width: 100% !important;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  border: 0;
}

figcaption {
  padding: 4px;
  font-size: 0.8rem;
  border: 1px solid var(--border);
  text-align: center;
}

figcaption {
  background-color: var(--border);
  color: var(--color-text);
}

.align-left,
img.align-left,
figure.align-left {
  margin: 0 1rem 1rem 0;
}

.align-right,
img.align-right,
figure.align-right {
  margin: 0 0 1rem 1rem;
}

.align-center,
img.align-center,
figure.align-center {
  display: block;
  clear: both;
  margin: 1rem auto;
}

figure.align-center {
  display: table;
}

figure.align-center img {
  display: block;
  clear: both;
  margin: 0 auto;
}

/* Form
----------------------- */
form {
  margin-bottom: 1rem;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.6;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 0;
}

button[disabled],
html input[disabled] {
  cursor: not-allowed;
  opacity: 0.7;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

input {
  line-height: normal;
}

input,
textarea {
  max-width: 100%;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=number],
input[type=search],
textarea {
  background-color: var(--light);
  padding: 10px;
  border: 0;
  outline: 0;
  box-shadow: 0 0 0 1px var(--border);
  transition: all 0.3s linear;
}

textarea {
  width: 100%;
  overflow: auto;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
  background-color: #ffffff;
  box-shadow: 0 0 3px 1px var(--border);
}

/* Form -> Radio and checkbox */
input[type=checkbox],
input[type=radio] {
  margin-right: 6px;
  padding: 0;
  padding: 0;
  box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

[type=file] {
  cursor: pointer;
}

fieldset {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid var(--border);
}

fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

optgroup {
  font-weight: bold;
}

select {
  padding: 6px;
  cursor: pointer;
}

label[for] {
  cursor: pointer;
}

.form-item {
  margin-bottom: 1rem;
}

.form-required:after {
  content: "*";
  display: inline-block;
  padding-left: 4px;
  color: red;
}

.form-item label {
  display: block;
}

label.option {
  display: inline;
  font-weight: normal;
}

::-moz-placeholder {
  color: var(--border);
  opacity: 1;
}

::placeholder {
  color: var(--border);
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--border);
}

::-ms-input-placeholder {
  color: var(--border);
}

:-moz-placeholder {
  color: var(--border);
}

::-moz-placeholder {
  color: var(--border);
}

/* Form -> Label */
.form-item label,
form label,
summary {
  font-weight: bold;
  color: var(--color-bold);
}

form .description {
  font-size: 0.9rem;
  color: var(--dark);
}

/* button */
.button {
  display: inline-block;
}

.button,
button,
[type=button],
[type=reset],
[type=submit] {
  position: relative;
  background-color: var(--dark);
  color: #ffffff;
  padding: 8px 12px;
  border: 0;
  border-radius: 4px;
  line-height: 1.6;
  transition: all 0.4s ease;
  cursor: pointer;
  -webkit-appearance: button;
}

.button:hover,
button:hover,
[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover {
  background-color: var(--primary);
  color: #ffffff;
}

/* Form in body */
.field--name-body input[type=text],
.field--name-body input[type=email],
.field--name-body input[type=url],
.field--name-body input[type=password],
.field--name-body input[type=search],
.field--name-body textarea {
  display: block;
  margin-bottom: 0.8rem;
}

/* Table
----------------------- */
table {
  width: 100%;
  margin-bottom: 1.2rem;
  border-spacing: 0;
  border-collapse: collapse;
}

th,
tr,
td {
  vertical-align: middle;
}

th {
  background-color: var(--light);
  color: var(--color-bold);
  margin: 0;
  text-align: left;
}

th a {
  color: var(--color-bold);
}

th,
td {
  padding: 0.5rem;
  border: 1px solid var(--border);
}

/* list
---------------------------------------- */
ul,
ol {
  margin: 0;
  padding: 0 0 0.25rem 1rem;
}

[dir=rtl] ul,
[dir=rtl] ol {
  padding: 0 1rem 0.25rem 0;
}

ol ol,
ul ul {
  margin: 0;
  padding: 0 0 0.25rem 1rem;
}

[dir=rtl] ol ol,
[dir=rtl] ul ul {
  padding: 0 1rem 0.25rem 0;
}

ul {
  list-style: disc;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

[dir=rtl] ul,
[dir=rtl] ol {
  padding: 0 1rem 0.25rem 0;
}

li {
  padding: 4px 0;
}

/* Common HTML Elements
----------------------- */
hr {
  background: var(--border);
  clear: both;
  width: 100%;
  max-width: 100%;
  height: 2px;
  border: 0;
  box-sizing: content-box;
  overflow: visible;
}

address {
  margin: 0 0 1rem 0;
  font-style: italic;
}

dt {
  font-weight: 600;
  color: var(--color-bold);
}

dd {
  margin: 0 0 1.2rem 0;
}

blockquote {
  position: relative;
  background-color: var(--light);
  box-shadow: 0 0 6px 2px var(--border);
  border-left: 8px solid var(--primary);
  margin: 1rem 0;
  padding: 1rem;
}

blockquote > :last-child {
  margin-bottom: 0;
}

.feed-icon {
  display: block;
}

details {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid var(--border);
}

summary {
  padding: 0.5rem;
  cursor: pointer;
}

/* Selection
----------------------- */
::-moz-selection {
  background: var(--dark);
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: var(--dark);
  color: #ffffff;
  text-shadow: none;
}

/* noto-sans-regular */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans.woff2") format("woff2");
}
/* josefin-sans-600 - latin */
@font-face {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/josefin-sans.woff2") format("woff2");
}
/*!
 *  Iconly icon font. Generated by Iconly: https://iconly.io/
 */
@font-face {
  font-display: auto;
  font-family: "ruhi";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ruhi.woff2") format("woff2");
}
[class=icon], [class^=icon-], [class*=" icon-"] {
  display: inline-block;
  font-family: "ruhi" !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.icon-minus:before {
  content: "\e000";
}

.icon-plus:before {
  content: "\e001";
}

.icon-close:before {
  content: "\e002";
}

.icon-comment-add:before {
  content: "\e003";
}

.icon-check:before {
  content: "\e004";
}

.icon-alert:before {
  content: "\e005";
}

.icon-alert-circle:before {
  content: "\e006";
}

.icon-clock:before {
  content: "\e007";
}

.icon-quote:before {
  content: "\e008";
}

.icon-arrow-left:before {
  content: "\e009";
}

.icon-arrow-right:before {
  content: "\e00a";
}

.icon-angle-right:before {
  content: "\e00b";
}

.icon-angle-left:before {
  content: "\e00c";
}

.icon-comment:before {
  content: "\e00d";
}

.icon-info:before {
  content: "\e00e";
}

.icon-bell:before {
  content: "\e00f";
}

.icon-horn:before {
  content: "\e010";
}

.icon-arrow-up:before {
  content: "\e011";
}

.icon-phone:before {
  content: "\e012";
}

.icon-map:before {
  content: "\e013";
}

.icon-mail:before {
  content: "\e015";
}

.icon-share:before {
  content: "\e016";
}

.icon-telegram:before {
  content: "\e017";
}

.icon-hashtag:before {
  content: "\e018";
}

.icon-vimeo:before {
  content: "\e019";
}

.icon-whatsapp:before {
  content: "\e01a";
}

.icon-vk:before {
  content: "\e01b";
}

.icon-instagram:before {
  content: "\e01c";
}

.icon-youtube:before {
  content: "\e01d";
}

.icon-file:before {
  content: "\e01e";
}

.icon-comments:before {
  content: "\e01f";
}

.icon-linkedin:before {
  content: "\e020";
}

.icon-github:before {
  content: "\e021";
}

.icon-facebook:before {
  content: "\e022";
}

.icon-twitter:before {
  content: "\e023";
}

.icon-calendar:before {
  content: "\e024";
}

.icon-user:before {
  content: "\e025";
}

.icon-search:before {
  content: "\e026";
}

.icon-bookmark:before {
  content: "\e027";
}

.icon-feed:before {
  content: "\e028";
}

/*
* Layout
*/
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

/* Layout -> Main wrapper (Main + Sidebar) */
.main-wrapper {
  position: relative;
  display: block;
}

.main-container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
}

#main {
  order: 1;
}

#sidebar-left {
  order: 2;
  padding: 0;
  padding: 1rem 0 0 0;
}

#sidebar-right {
  order: 3;
  padding: 0;
  padding: 1rem 0 0 0;
}

/* sidebar + main */
.no-sidebar #main,
.sidebar-left #main,
.sidebar-right #main,
.two-sidebar #main {
  flex: 1 1 100%;
  width: 100%;
  margin: 0 0 2rem 0;
}

.no-sidebar #main {
  margin: 0;
}

#front-main {
  flex: 1 1 100%;
  width: 100%;
  margin: 0;
}

/* Header
------------------------------- */
.header {
  position: relative;
  background-color: var(--light);
  width: 100%;
  margin: 0;
  padding: 0;
}

.inner-page .header,
.slider-page .header {
  background-image: url(../images/header-inner.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Header -> Header Top */
.header-top,
.header-main {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0.5rem 0;
}

.header-top-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.header-top-block p:last-of-type {
  margin: 0;
}

.header-top a {
  color: var(--dark);
}

.header-top a:hover,
.header-top i {
  color: var(--primary);
}

.header-top ul {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Header -> Header main */
.header-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Header -> Site branding */
.site-branding {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 1rem;
}

.site-logo {
  padding-right: 5px;
}

.site-name-slogan {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-brand img {
  max-height: 50px;
  display: block;
}

.site-name,
.site-slogan {
  line-height: 1.1;
}

.site-name {
  color: var(--dark);
  font-family: var(--font-heading);
  font-weight: 500;
}

.site-name a {
  color: var(--dark);
}

.site-name a:hover {
  color: var(--primary);
}

.site-slogan {
  font-size: 14px;
}

/* Header -> header right */
.header-right {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* Header main menu */
.mobile-menu-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
}

.mobile-menu-icon span {
  width: 100%;
  height: 2px;
  background-color: var(--dark);
  transform-origin: left;
  transition: all 0.6s ease;
}

.mobile-menu-icon span:nth-child(2) {
  background-color: var(--primary);
}

.menu-icon-active span:first-child {
  transform: rotate(45deg);
}

.menu-icon-active span:last-child {
  transform: rotate(-45deg);
}

.menu-icon-active span:nth-child(2) {
  display: none;
}

.close-mobile-menu {
  position: absolute;
  right: 0;
  top: 0;
  display: grid;
  place-content: center;
  background-color: #28282f;
  color: #ffffff;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 120;
}

.primary-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--primary);
  padding: 1rem;
  transform: translateX(-100%);
  transition: all 0.3s linear;
  z-index: 100;
}

.region-primary-menu {
  font-size: 1rem;
}

.active-menu {
  transform: translateX(0);
  box-shadow: 4px 0 16px #111111;
}

.region-primary-menu .menu,
.region-primary-menu .submenu {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.region-primary-menu .menu {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.region-primary-menu .menu > li {
  padding: 0;
  border-bottom: 1px solid var(--border);
}

.region-primary-menu .menu > li:hover,
.region-primary-menu .menu > li:hover > a {
  color: var(--primary);
}

.region-primary-menu .menu a {
  display: block;
  color: #ffffff;
  padding: 0.6rem 0;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children::after {
  position: absolute;
  content: "+";
  color: var(--dark);
  right: 0;
  top: 0.5rem;
}

.region-primary-menu .submenu {
  font-size: 0.9rem;
  padding: 0 0 0 2rem;
}

.region-primary-menu .submenu li {
  border-bottom: 1px solid var(--border);
}

.region-primary-menu .submenu li:last-child {
  border: 0;
}

.region-primary-menu .submenu li:first-child {
  border-top: 1px solid var(--border);
}

/* Header -> header search form */
.full-page-search {
  position: relative;
  margin: 0;
  padding: 0;
}

.search-icon {
  position: relative;
  background-color: var(--dark);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
}

.search-icon i {
  font-size: 24px;
  line-height: 24px;
}

.search-box {
  position: fixed;
  background-color: var(--light);
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 50px 0;
  z-index: 50;
  transform: translate(0, -100%);
  transition: transform 0.5s;
}

.search-box.open {
  transform: translate(0, 0);
  box-shadow: 0 1px 4px var(--border);
}

.search-box-content {
  position: relative;
  z-index: 60;
  text-align: center;
}

.header-search-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #000000;
  border-radius: 50%;
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}

.search-box-content .block {
  width: 100%;
  margin: 0;
}

.search-box-content .block-title,
.search-box-content form label {
  display: none;
  color: #000000;
}

.search-box-content input[type=search] {
  width: 100%;
  margin: 2rem 0;
  padding: 0 0 6px 0;
  font-size: 1.4rem;
  background: url("../images/icons/search.svg") top right no-repeat;
  background-size: contain;
  border: 0;
  border-bottom: 2px solid var(--border);
  border-radius: 0;
  outline: 0;
}

.search-box-content input[type=submit] {
  display: none;
}

.search-box-content .block-title::before,
.search-box-content .block-title::after {
  content: none;
}

.search-box-content input[type=search],
.search-box-content input[type=search]:focus {
  box-shadow: none;
}

/* Header -> Sliding sidebar */
.sliding-sidebar-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 36px;
  height: 28px;
  border-top: 2px solid var(--dark);
  border-bottom: 2px solid var(--dark);
  cursor: pointer;
}

.sliding-sidebar-icon span {
  height: 2px;
  width: 70%;
  background-color: var(--primary);
  transition: width 0.3s ease;
}

.sliding-sidebar-icon:hover span {
  width: 100%;
}

.sliding-sidebar-container {
  background: var(--light);
  box-shadow: -2px 0 14px var(--dark);
}

.sliding-sidebar-container .block-title {
  text-align: center;
}

.sliding-sidebar-container .block-title::before,
.sliding-sidebar-container .block-title::after {
  position: absolute;
  content: "";
  top: 50%;
  left: unset;
  width: 24px;
  height: 2px;
  background-color: var(--primary);
}

.sliding-sidebar-container .block-title::before {
  transform: translateX(-34px);
}

.sliding-sidebar-container .block-title::after {
  transform: translateX(10px);
}

/* Sticky Header */
.header-main.sticky-header {
  z-index: 110;
  animation-name: sticky-header-animate;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.sticky-header .site-logo img {
  max-height: 30px;
}
@keyframes sticky-header-animate {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.sticky-header-height {
  position: relative;
  display: block;
  width: 100%;
  height: 0px;
}

@media (max-width: 767px) {
  .menu-wrap {
    height: 100vh;
  }
}
/* Header -> Page header */
.page-header {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 3rem 0;
}

.region-page-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.page-header a:hover {
  color: var(--dark);
}

.region-page-header {
  align-items: center;
}

/* Header -> Page Header-> breadcrumb */
.breadcrumb {
  position: relative;
  width: 100%;
}

.breadcrumb-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb-item {
  padding: 0;
}

.breadcrumb-item span {
  font-size: 14px;
  margin: 0 5px;
}

/* Homepage -> Slider */
.slider {
  position: relative;
  background-image: url(../images/slider.svg);
  background-color: var(--light);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

/* Slider column */
.slider-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.slider-half {
  flex: 0 0 50%;
  max-width: 100%;
}

/* Layer slider */
.slider-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: calc(100vh - 2rem);
  overflow: hidden;
}

/* slider content */
.slider-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.slider em {
  font-style: normal;
}

.slider h1,
.slider h2,
.slider h3,
.slider h4,
.slider h5 {
  line-height: 1.2;
}

.slider p {
  margin-bottom: 0;
}

/* Slider Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes gallery {
  mode:gallery;
}

.slider-gallery {
  animation-name: gallery;
}

.layer1,
.layer2,
.layer3,
.layer4,
.layer5,
.layer6 {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease 0.8s;
}

.tns-slide-active .layer1,
.tns-slide-active .layer2,
.tns-slide-active .layer3,
.tns-slide-active .layer4,
.tns-slide-active .layer5,
.tns-slide-active .layer6 {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate3d(0, 0, 0);
}

.layer1,
.layer4 {
  transform: translate3d(100%, 0, 0);
}

.layer2,
.layer5 {
  transform: translate3d(0, -100%, 0);
}

.layer3,
.layer6 {
  transform: translate3d(0, 100%, 0);
}

.tns-slide-active .layer1 {
  transition-delay: 0.8s;
}

.tns-slide-active .layer2 {
  transition-delay: 2s;
}

.tns-slide-active .layer3 {
  transition-delay: 3s;
}

.tns-slide-active .layer4 {
  transition-delay: 4s;
}

.tns-slide-active .layer5 {
  transition-delay: 5s;
}

.tns-slide-active .layer6 {
  transition-delay: 6s;
}

/* tiny slider */
.tns-slider,
.tns-carousel {
  margin: 0;
  padding: 0;
}

/* tiny slider -> dot navigation */
.tns-nav,
.tns-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 1rem;
}

.tns-nav button {
  background-color: #222222;
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
}

.tns-nav .tns-nav-active {
  background-color: var(--primary);
}

/* tiny slider -> button navigation */
.tns-controls button {
  background-color: transparent;
  color: var(--dark);
  padding: 4px 1rem;
  border: 3px solid var(--dark);
  border-radius: 2rem;
}

.tns-controls button:hover {
  background-color: var(--light);
  color: var(--dark);
}

/* Responsive */
@media (min-width: 992px) {
  .slider-container,
  .slider-item {
    flex-direction: row;
  }
  .slider-half {
    max-width: 50%;
  }
  .slider h1 {
    font-size: 2rem;
  }
  .slider h2 {
    font-size: 1.8rem;
  }
  .slider h3 {
    font-size: 1.6rem;
  }
  .slider h4 {
    font-size: 1.4rem;
  }
  .slider h5 {
    font-size: 1.2rem;
  }
  .slider em {
    color: var(--primary);
  }
  .slider p {
    font-size: 20px;
  }
}
/* Common for all blocks */
.block,
.block-title,
.block-content {
  position: relative;
}

.block-title {
  margin-bottom: 0.8rem;
}

/* contextual links */
.header-top .contextual-links {
  display: none;
}

/* Highlighted Block Region */
.highlighted {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.region-highlighted {
  display: flex;
  flex-direction: column;
}

.highlighted .block {
  position: relative;
  margin: 0;
  padding: 1rem 0;
}

.highlighted .block p:last-of-type {
  margin: 0;
}

/* node display mode */
.node-view-mode-teaser {
  background-color: #ffffff;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 6px;
  box-shadow: var(--shadow2);
}

/* Node submitted details */
.node-header {
  margin-bottom: 0.5rem;
}

.node-submitted-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.node-submitted-details i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--light);
  color: var(--primary);
  width: 32px;
  height: 32px;
  border-radius: 4px;
}

/* Node tags */
.field-name-field-tags .field-items {
  position: relative;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.field-name-field-tags .field-item::before {
  content: "#";
}

/* Main -> Filter Module */
.filter-wrapper {
  border: 1px solid var(--border);
}

/* Node links */
.node-content ul.links.inline {
  background-color: var(--light);
  padding: 5px 0.5rem;
  border-radius: 6px;
  justify-content: space-between;
}

.node-view-mode-full .links {
  margin-bottom: 1rem;
}

/* Sidebar
------------------------- */
.sidebar {
  position: relative;
  width: 100%;
  margin: 0;
}

.region-sidebar-first,
.region-sidebar-second {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.sidebar .block {
  background-color: var(--light);
  padding: 1rem;
  border-radius: 6px;
  box-shadow: var(--shadow2);
}

.sidebar .block-title {
  font-size: 1.5rem;
  text-transform: none;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}

.sidebar .block-title::before {
  position: absolute;
  content: "";
  top: 50%;
  width: 24px;
  height: 2px;
  background-color: var(--primary);
  transform: translateX(-34px);
}

.sidebar .block-title::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 24px;
  height: 2px;
  background-color: var(--primary);
  transform: translateX(10px);
}

.sidebar ul,
.sidebar ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.sidebar ul {
  list-style: none;
}

.sidebar li {
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
}

.sidebar li:last-child {
  border-bottom: 0;
}

.sidebar a:hover {
  color: var(--dark);
}

.sidebar .block p:last-of-type {
  margin: 0;
}

/* Sidebr -> Form */
.sidebar input[type=text],
.sidebar input[type=email],
.sidebar input[type=url],
.sidebar input[type=password],
.sidebar input[type=search],
.sidebar textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--border);
}

/* Sliding sidebar
------------------------- */
.sliding-sidebar {
  position: relative;
  visibility: hidden;
  z-index: 110;
  transition: visibility 0s 0.4s;
}

.sliding-sidebar.animated-panel-is-visible {
  visibility: visible;
  transition: visibility 0s 0s;
}

.sliding-sidebar-container {
  position: fixed;
  top: 0;
  width: 90%;
  max-width: 360px;
  height: 100%;
  padding: 40px 1rem 1rem 1rem;
  overflow-x: auto;
  transition: transform 0.4s 0s;
}

.animated-panel-from-right .sliding-sidebar-container {
  right: 0;
  transform: translate(100%, 0);
}

.animated-panel-from-left .sliding-sidebar-container {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.animated-panel-is-visible .sliding-sidebar-container {
  transition-delay: 0s;
  transform: translate(0, 0);
}

.close-sliding-sidebar {
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: var(--dark);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  line-height: 1;
  border-radius: 50%;
  pointer-events: auto;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 120;
  transition: all 0.4s ease;
}

.close-sliding-sidebar:hover {
  color: var(--primary);
}

.region-sidebar-sliding {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.region-sidebar-sliding .block-content p:last-of-type {
  margin: 0;
}

/* Comments
--------------------------------------*/
#comments i {
  color: var(--primary);
}

.comments-title::before {
  font-family: "ruhi";
  content: "\e01f";
  color: var(--primary);
  font-weight: 400;
  padding-right: 6px;
}

/* Comments -> comemtn form */
.add-comment-title::before {
  font-family: "ruhi";
  content: "\e003";
  color: var(--primary);
  font-weight: 400;
  padding-right: 6px;
}

.comment-form {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 6px;
  box-shadow: var(--shadow2);
}

/* Comments -> single comment */
.comment {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1rem;
  background-color: var(--light);
  box-shadow: var(--shadow2);
}

.comment-header {
  position: relative;
  background-color: var(--light);
  display: flex;
  gap: 1rem;
  width: 100%;
  padding: 10px;
  border: 0;
  align-items: center;
}

.comment-user-picture {
  background-color: #ffffff;
  flex: 0 0 100px;
  height: 100px;
  text-align: center;
  align-self: center;
  border-radius: 6px;
}

.comment-user-picture img {
  max-width: 100px;
  height: auto;
}

.comment-user-picture .image-field {
  margin: 0;
}

.comment-title,
.comment-title a {
  color: var(--color-bold);
  font-size: 20px;
}

.comment-meta p {
  margin: 0;
}

.comment-body {
  background-color: #ffffff;
  padding: 1rem;
}

#comments .indented {
  margin-left: 3rem;
}

/* comment links */
.comment-body ul.links.inline {
  background-color: transparent;
  justify-content: start;
  margin: 0;
  padding: 0;
}

.comment-body .links a {
  color: var(--dark);
  padding: 4px 12px;
  border: 2px solid var(--dark);
}

.comment-body .links a:hover {
  background-color: var(--dark);
  color: #ffffff;
}

.comment-reply a,
.comment-delete a,
.comment-edit a {
  padding: 4px 12px;
  background: #ffffff;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}

.comment-reply a:hover,
.comment-delete a:hover,
.comment-edit a:hover {
  background: var(--primary);
  color: #ffffff;
}

/* Footer */
.footer {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.footer .block-title {
  position: relative;
  font-size: 1.5rem;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.footer .block-title::before,
.footer .block-title::after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  background: var(--primary);
}

.footer .block-title::before {
  width: 30px;
  bottom: 6px;
}

.footer .block-title::after {
  width: 60px;
  bottom: 0;
}

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

.footer .block p:last-of-type {
  margin: 0;
}

/* Footer -> Footer Top */
.footer-top {
  background-color: var(--light);
}

.footer-top-container {
  position: relative;
  padding: 1rem 0;
}

.region-footer-top {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* footer dark */
.footer-dark {
  background-color: var(--dark);
  color: var(--color-text-light);
}

.footer-dark a {
  color: var(--color-text-light);
}

.footer-dark a:hover {
  color: var(--primary);
}

.footer-dark .block-title {
  color: #ffffff;
}

/* Footer -> 4 Column blocks */
.footer-blocks-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
  gap: 1.5rem;
}

.footer-block {
  flex: 1 0 250px;
}

.footer-block li {
  padding: 10px 0;
  border-bottom: 1px solid #000000;
}

/* Footer -> Footer Bottom blocks */
.footer-bottom-blocks-container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  gap: 1.5rem;
}

.footer-bottom-block {
  flex: 1;
}

.footer-bottom-container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  gap: 1.5rem;
}

.footer-bottom-container p:last-child {
  margin: 0;
}

.footer-bottom-last-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-bottom-last-menu li {
  display: inline-block;
  padding-left: 1rem;
}

/**
 * @file
 * Visual styles for fields.
 */
[dir] .field:not(:last-child) {
  margin-bottom: 1rem;
}

.field__label,
.field-label {
  font-weight: bold;
}

.field--label-inline .field__label,
.field--label-inline .field-label,
.field--label-inline .field__items {
  float: left; /* LTR */
}

.field--label-inline .field__label,
.field--label-inline .field-label,
.field--label-inline > .field__item,
.field--label-inline .field__items {
  padding-right: 0.5rem;
}

[dir=rtl] .field--label-inline .field__label,
[dir=rtl] .field--label-inline .field-label,
[dir=rtl] .field--label-inline .field__items {
  padding-right: 0;
  padding-left: 0.5rem;
}

.field--label-inline .field__label::after,
.field--label-inline .field-label::after {
  content: ":";
}

/* Image field */
.image-field {
  border-radius: 6px;
}

/* frontpage */
.homepage-content .block-title {
  text-align: center;
  margin-bottom: 1rem;
}

.region-content-home-top .block {
  position: relative;
  padding: 4rem 0;
}

.region-content-home-top .block:nth-child(even) {
  background-color: var(--light);
}

.circle-lines {
  position: absolute;
  left: 5%;
  bottom: 30%;
  background: url("../images/shapes/circle-lines.svg") no-repeat;
  background-size: cover;
  height: 5rem;
  width: 5rem;
}

.circle-lines-right {
  position: absolute;
  right: 5%;
  bottom: 20%;
  background: url("../images/shapes/circle-lines.svg") no-repeat;
  background-size: cover;
  height: 5rem;
  width: 5rem;
}

.circle-double {
  position: absolute;
  right: 3%;
  top: 40%;
  background: url("../images/shapes/circle-double.svg") no-repeat;
  background-size: cover;
  height: 66px;
  width: 66px;
}

.triangle-left {
  position: absolute;
  left: 10%;
  bottom: 30%;
  background: url("../images/shapes/triangle.svg") no-repeat;
  background-size: contain;
  height: 3rem;
  width: 3rem;
}

.triangle-right {
  position: absolute;
  right: 8%;
  bottom: 8%;
  background: url("../images/shapes/triangle.svg") no-repeat;
  background-size: contain;
  height: 3rem;
  width: 3rem;
}

.square {
  position: absolute;
  left: 6%;
  top: 8%;
  height: 2rem;
  width: 2rem;
  border: 2px solid var(--primary);
  transform: rotateZ(45deg);
}

.square-dot {
  position: absolute;
  left: 6%;
  top: 8%;
  background: url("../images/shapes/square-dots.svg") no-repeat;
  background-size: contain;
  height: 3rem;
  width: 3rem;
}

/* Admin Toolbar */
button.toolbar-item,
button.toolbar-icon {
  background: none;
}

/* Drupal system message */
.messages-list {
  display: flex;
  flex-direction: column;
}

.message,
.message-success,
.message-info,
.message-error,
.message-warning,
.message-announcement,
.message-notice,
.message-note {
  position: relative;
  margin: 0.5rem 0;
  padding: 14px 14px 14px 60px;
  color: #ffffff;
}

.message a,
.message-success a,
.message-info a,
.message-error a,
.message-warning a,
.message-announcement a,
.message-notice a,
.message-note a {
  color: #ffffff;
  text-decoration: underline;
}

.message p:last-of-type,
.message-success p:last-of-type,
.message-info p:last-of-type,
.message-error p:last-of-type,
.message-warning p:last-of-type,
.message-announcement p:last-of-type,
.message-notice p:last-of-type,
.message-note p:last-of-type {
  margin: 0;
}

.message em,
.message-success em,
.message-info em,
.message-error em,
.message-warning em,
.message-announcement em,
.message-notice em,
.message-note em {
  font-style: italic;
  border-bottom: 1px dotted #ffffff;
}

.message-status,
.message-success {
  background: #89ad32;
}

.message-status::before,
.message-success::before {
  content: "\e004";
  background: #759625;
}

.message-error {
  background: #c94d1c;
}

.message-error::before {
  content: "\e006";
  background-color: #b3461b;
}

.message-warning {
  background: #cd5a0a;
}

.message-warning::before {
  content: "\e005";
  background-color: #a44707;
}

.message-info {
  background-color: #5a82a1;
}

.message-info::before {
  content: "\e00e";
  background-color: #3e6584;
}

.message-announcement {
  background-color: #46c280;
}

.message-announcement::before {
  content: "\e010";
  background-color: #34a268;
}

.message-notice {
  background-color: #afa82e;
}

.message-notice::before {
  content: "\e00f";
  background-color: #9b941b;
}

.message-note {
  background-color: #d3a72a;
}

.message-note::before {
  content: "\e01e";
  background-color: #c99400;
}

.message::before,
.message-status::before,
.message-success::before,
.message-error::before,
.message-warning::before,
.message-info::before,
.message-announcement::before,
.message-notice::before,
.message-note::before {
  font-family: "ruhi";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.8rem;
  width: 50px;
  height: 100%;
  text-align: center;
}

/* Main -> Admin Tabs */
.page-tabs {
  margin: 0 0 0.6rem 0;
  padding: 0;
  list-style: none;
  display: flex;
  border-bottom: 2px solid var(--dark);
}

.page-tabs li {
  padding: 0;
}

.page-tabs li a {
  display: block;
  background-color: var(--dark);
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-right: 2px solid #ffffff;
  transition: all 0.4s ease;
}

.page-tabs li:last-child a {
  border-right: 0;
}

.page-tabs li a:hover {
  background-color: var(--secondary);
}

.page-tabs .active-page-tab a {
  background-color: var(--primary);
}

/* Inline Links */
ul.inline,
ul.links.inline {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  list-style-type: none;
}

/* Pager
------------------------*/
.pager {
  width: 100%;
  margin-top: 1rem;
}

.pager-items {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pager-item,
.pager-item a {
  display: grid;
  place-content: center;
  height: 44px;
  min-width: 44px;
}

.pager-item {
  background-color: var(--primary);
  color: #ffffff;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}

.pager-item:hover {
  background-color: var(--secondary);
}

.pager-item a {
  color: #ffffff;
}

.pager-item-active {
  background-color: var(--dark);
}

.pager-item-first,
.pager-item-last {
  padding: 0 4px;
}

/* vertical Tabs */
.vertical-tabs__panes {
  padding: 1rem;
}

/* components -> Scroll To Top */
.scrolltop {
  position: fixed;
  display: none;
  background-color: var(--primary);
  color: #ffffff;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  z-index: 20;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: background-color 0.4s ease;
}

.scrolltop:hover {
  background-color: var(--secondary);
}

/* Feed text */
.feed-icon {
  display: block;
  font-size: 0;
  width: 32px;
  height: 32px;
  background: url(../images/icons/rss.svg) no-repeat;
}

/* Components -> Social icons */
.social-icons {
  position: relative;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.social-icons li {
  margin: 0;
  padding: 0;
  transition: all 0.4s ease;
}

.social-icons li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 2px solid var(--primary);
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.social-icons li a:hover {
  background-color: var(--primary);
  color: #ffffff;
}

/* Page Loader
-------------------------------------------- */
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
  overflow: hidden;
}

/* Components -> Share node
-------------------------------------------- */
.share-node {
  position: relative;
  padding: 1rem 0;
}

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

.share-icons li {
  display: inline-block;
  margin-right: 10px;
}

.share-icons li:last-child {
  margin-right: 0;
}

.share-icons li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--light);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: 0 0 3px 2px var(--border);
  transition: all 0.3s ease;
}

.share-icons li a:hover {
  background-color: var(--primary);
  color: #ffffff;
}

/* Cookies Popup message
-------------------------------------------- */
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 150;
  background: var(--dark);
  color: #ffffff;
  padding: 10px 0;
  margin: 0 !important;
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
}

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookie-message {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.cookie-message p:last-of-type {
  margin: 0;
}

.cookie-message .button,
.cookie-message button {
  background-color: var(--primary);
}

/* Mobile and desktop display
--------------------------------- */
.view-in-mobile {
  display: block;
}

.view-in-desktop {
  display: none;
}

/* Color and background
--------------------------------- */
.disabled {
  opacity: 0.3;
}

.primary,
.color-primary {
  color: var(--primary);
}

.secondary,
.color-secondary {
  color: var(--secondary);
}

.dark,
.color-dark {
  color: var(--dark);
}

.light,
.color-light {
  color: var(--light);
}

.white,
.color-white {
  color: #ffffff;
}

.color-black {
  color: #000000;
}

.color-info {
  color: #008bda;
}

.color-success {
  color: #64a43d;
}

.color-warning {
  color: #d98b17;
}

.color-danger {
  color: #ea2957;
}

/* Background */
.bg-theme-color,
.bg-primary {
  background-color: var(--primary);
}

.bg-secondary,
.bg-theme-color-two {
  background-color: var(--secondary);
}

.bg-dark {
  background-color: var(--dark);
}

.bg-light,
.featured {
  background-color: var(--light);
}

.bg-black {
  background-color: #000000;
}

.bg-white {
  background-color: #ffffff;
}

/* Content and Text Alignment
--------------------------------- */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.center {
  display: block;
  margin: 0 auto;
}

/* margin, padding
--------------------------------- */
.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

/* Heading
--------------------------------- */
.heading-line {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
}

.heading-line span {
  flex: 1 1 1px;
  background-color: var(--border);
  height: 2px;
}

/* Text styles
--------------------------------- */
.underline {
  display: inline-block;
  border-bottom: 2px solid var(--primary);
}

.text-info {
  background-color: #eef4fb;
  color: #114785;
  padding: 2px 6px;
}

.text-success {
  background-color: #eeffeb;
  color: #159347;
  padding: 2px 6px;
}

.text-warning {
  background-color: #fff7e7;
  color: #9e540f;
  padding: 2px 6px;
}

.text-danger {
  background-color: #ffeeee;
  color: #920f0f;
  padding: 2px 6px;
}

/* Inline content
--------------------------------- */
.inline {
  display: inline-block;
}

.inline:not(:last-child) {
  padding-right: 1rem;
}

/* Direction
--------------------------------- */
.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

/* Font Size
--------------------------------- */
.font-small {
  font-size: 0.75rem;
}

.font-medium {
  font-size: 1.25rem;
}

.font-large {
  font-size: 1.5rem;
}

.font-2x {
  font-size: 2rem;
}

.font-3x {
  font-size: 2.5rem;
}

.font-4x {
  font-size: 3rem;
}

.font-5x {
  font-size: 4rem;
}

.font-6x {
  font-size: 5rem;
}

.font-7x {
  font-size: 6rem;
}

.font-8x {
  font-size: 7rem;
}

/* Font Icon Size
--------------------------------- */
.size-xs {
  font-size: 0.5em;
}

.size-small {
  font-size: 0.75em;
}

.size-medium {
  font-size: 1.25em;
}

.size-large {
  font-size: 1.5em;
}

.size-2x {
  font-size: 2em;
}

.size-3x {
  font-size: 3em;
}

.size-4x {
  font-size: 4em;
}

.size-5x {
  font-size: 5em;
}

.size-6x {
  font-size: 6em;
}

.size-7x {
  font-size: 7em;
}

.size-8x {
  font-size: 8em;
}

.size-9x {
  font-size: 9em;
}

.size-10x {
  font-size: 10em;
}

/* image icons size
--------------------------------- */
.icon-s {
  max-height: 1rem;
}

.icon-m {
  max-height: 1.5rem;
}

.icon-l {
  max-height: 2rem;
}

.icon-xl {
  max-height: 3rem;
}

.icon-x2 {
  max-height: 4rem;
}

.icon-x3 {
  max-height: 5rem;
}

.icon-x4 {
  max-height: 6rem;
}

.icon-x5 {
  max-height: 7rem;
}

.icon-x6 {
  max-height: 8rem;
}

.icon-x7 {
  max-height: 9rem;
}

.icon-x8 {
  max-height: 10rem;
}

/* Content width
--------------------------------- */
.width30,
.width40,
.width50,
.width60,
.width70,
.width80,
.width90 {
  width: 100%;
  clear: both;
  display: block;
}

/* Empty width and height
--------------------------------- */
.w20px {
  display: inline-block;
  width: 20px;
}

.w30px {
  display: inline-block;
  width: 30px;
}

.w40px {
  display: inline-block;
  width: 40px;
}

.w50px {
  display: inline-block;
  width: 50px;
}

.w70px {
  display: inline-block;
  width: 70px;
}

.w100px {
  display: inline-block;
  width: 100px;
}

.empty,
.spacer,
.spacer-small,
.spacer-x2,
.spacer-x3 {
  width: 100%;
  min-height: 1px;
  display: flex;
  flex-direction: column;
}

.empty,
.spacer {
  padding: 1rem 0;
}

.spacer-small {
  padding: 0.5rem 0;
}

.spacer-x2 {
  padding: 2rem 0;
}

.spacer-x3 {
  padding: 3rem 0;
}

/* section
--------------------------------- */
.section,
.section-small,
.section-large {
  display: block;
  width: 100%;
}

.section {
  padding: 2rem 0;
}

.section-small {
  padding: 1rem 0;
}

.section-large {
  padding: 3rem 0;
}

/* Responsive Columns
--------------------------------- */
.flex,
.grid,
.items,
.columns,
.grid-container,
.flex-container {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.flex {
  display: flex;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.grid {
  display: grid;
}

.items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
}

.item img {
  display: block;
}

.columns {
  display: flex;
  flex-wrap: wrap;
}

/* Create Equal width columns with no gap */
.column {
  flex: 1 1 250px;
  margin: 0;
  padding: 0;
}

/* flex-items width */
.w10,
.w20,
.w30,
.w40,
.w50,
.w60,
.w70,
.w80,
.w90 {
  flex: 1 0 100%;
}

/* Flex and grid properties
--------------------------------- */
.space-between {
  justify-content: space-between;
}

.v-center {
  align-items: center;
}

.h-center {
  justify-content: center;
}

.vh-center {
  justify-content: center;
  align-items: center;
}

.grid-container {
  display: grid;
  grid-auto-flow: column;
}

.gap {
  gap: 1rem;
}

.gap-2x {
  gap: 2rem;
}

.gap-small {
  gap: 0.5rem;
}

.no-gap {
  gap: 0;
}

/* Flex properties */
.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.no-wrap {
  flex-wrap: nowrap;
}

/* Shortcodes - card and Box
--------------------------------- */
.box {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 1rem;
  box-shadow: var(--shadow2);
}

.box p:last-of-type,
.card-content p:last-of-type {
  margin: 0;
}

.card {
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow2);
}

.card-title {
  background-color: var(--dark);
  color: #ffffff;
  padding: 0.5rem;
}

.card-content {
  padding: 1rem;
}

/* Progress Bar
--------------------------------- */
.progress {
  display: flex;
  background-color: var(--secondary);
  color: var(--primary);
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}

.progress:not(:last-child) {
  margin-bottom: 1rem;
}

/* Tag
--------------------------------- */
.tags:not(:last-child) {
  margin-bottom: 1.2rem;
}

.tag {
  position: relative;
  display: inline-block;
  background: var(--dark);
  color: #ffffff;
  padding: 0.4em 0.8em;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.tag:not(:last-child) {
  margin-right: 1.2rem;
}

.tag::before {
  content: "#";
  color: var(--primary);
  margin-right: 6px;
}

.tag::after {
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  content: "";
  background: var(--dark);
  height: 100%;
  width: 1em;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.tag a,
a.tag {
  color: #ffffff;
}

.tag a:hover,
a.tag:hover {
  color: var(--primary);
}

/* Modal
--------------------------------- */
.modal {
  position: relative;
}

.modal-content {
  display: none;
}

.modal-active {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-color: #ffffff;
  padding: 1rem;
  max-height: 100vh;
  box-shadow: var(--shadow3);
  z-index: 10;
  overflow: auto;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--dark);
  color: #ffffff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}

/* Accordion and Toggle
--------------------------------- */
.accordion-title,
.toggle-title {
  position: relative;
  background-color: var(--border);
  padding: 0.5rem;
  cursor: pointer;
}

.active-accordion,
.active-toggle {
  background-color: var(--primary);
}

.accordion-title::after,
.toggle-title::after {
  position: absolute;
  font-family: "ruhi" !important;
  content: "\e001";
  right: 1rem;
}

.active-accordion::after,
.active-toggle::after {
  content: "\e000";
}

.accordion-title:not(:first-child),
.toggle-title:not(:first-child) {
  margin-top: 1rem;
}

.accordion-content,
.toggle-content {
  background-color: var(--light);
  padding: 0.5rem;
}

.accordion-content p:last-of-type,
.toggle-content p:last-of-type {
  margin: 0;
}

/* Tab
--------------------------------- */
.tabs, .v-tabs {
  position: relative;
  display: flex;
  flex-direction: column;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
}

.tabs:not(:last-child) {
  margin-bottom: 1rem;
}

.tab-nav {
  display: flex;
  justify-content: flex-start;
  padding: 0;
}

.tab-nav li {
  display: block;
  margin-right: 2px;
  padding: 0;
}

.tab-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--border);
  border-bottom-color: transparent;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
  border-radius: 4px 4px 0 0;
}

.tabs-content {
  border: 1px solid var(--border);
}

.tab-content {
  display: none;
  padding: 1rem;
}

.active-tab-content {
  display: block;
}

/* Vertical tabs */
.v-tabs {
  flex-direction: row;
}

.v-tabs .tab-nav {
  flex-direction: column;
}

.v-tabs .tab-nav a {
  border-right-color: transparent;
  border-bottom: 1px solid var(--border);
}

.v-tabs .tabs-content {
  flex-grow: 1;
  margin-left: -2px;
}

.sliding-titles {
  position: relative;
}

.sliding-titles li {
  display: none;
}

.sliding-titles li.active-title {
  display: block;
}

/* Divider
--------------------------------- */
.line,
.line-double,
.line-dash,
.line-dot {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 1rem 0;
  height: 10px;
}

.line {
  height: 2px;
  background-color: var(--border);
}

.line-double {
  border-top: 2px solid var(--border);
  border-bottom: 2px solid var(--border);
}

.line-dash {
  border-top: 2px dashed var(--border);
  border-bottom: 2px dashed var(--border);
}

.line-dot {
  border-top: 2px dotted var(--border);
  border-bottom: 2px dotted var(--border);
}

.divider-zigzag,
.divider-slash,
.divider-square,
.divider-curve {
  position: relative;
  display: flex;
  background-color: var(--primary);
  width: 100%;
  max-width: 100%;
  margin: 2rem 0;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
}

.divider-zigzag {
  min-height: 20px;
  -webkit-mask-image: url(../images/icons/divider-zigzag.svg);
  mask-image: url(../images/icons/divider-zigzag.svg);
  -webkit-mask-size: 26px 100%;
  mask-size: 26px 100%;
}

.divider-curve {
  min-height: 23px;
  -webkit-mask-image: url(../images/icons/divider-curve.svg);
  mask-image: url(../images/icons/divider-curve.svg);
  -webkit-mask-size: 30px 100%;
  mask-size: 30px 100%;
}

.divider-slash {
  min-height: 33px;
  -webkit-mask-image: url(../images/icons/divider-slash.svg);
  mask-image: url(../images/icons/divider-slash.svg);
  -webkit-mask-size: 12px 100%;
  mask-size: 12px 100%;
}

.divider-square {
  min-height: 18px;
  -webkit-mask-image: url(../images/icons/divider-square.svg);
  mask-image: url(../images/icons/divider-square.svg);
  -webkit-mask-size: 38px 100%;
  mask-size: 38px 100%;
}

/* Banner
--------------------------------- */
.banner {
  position: relative;
  width: 100%;
  margin-bottom: 1.6rem;
}

.banner img {
  position: relative;
  display: block;
}

.banner .banner-message {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
}

/* banner -> Overlay banner */
.banner-overlay {
  position: relative;
  display: flex;
  flex-direction: row;
}

.banner-overlay-text {
  background: var(--light);
  flex: 60%;
  margin-inline-end: -10%;
  padding: 2rem 5% 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.banner-overlay-text p:last-of-type {
  margin: 0;
}

.banner-overlay-text.dark {
  background-color: var(--dark);
}

.banner-overlay-image {
  flex: 50%;
  height: 100%;
}

.banner-overlay-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Call to action
--------------------------------- */
.call-to-action {
  position: relative;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 2rem 1rem;
  align-items: center;
  text-align: center;
  box-shadow: var(--shadow3);
}

.call-to-action p:last-child {
  margin: 0;
}

/* Animation Effects
--------------------------------- */
@keyframes animation-up-down {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(20px);
  }
}
.animation-up-down {
  animation: animation-up-down 1s linear infinite alternate;
}
@keyframes animation-left-right {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}
.animation-left-right {
  animation: animation-left-right 1s linear infinite alternate;
}

@keyframes animation-zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.animation-zoom {
  -webkit-zoom: animation-zoom 2s linear infinite alternate;
  animation: animation-zoom 2s linear infinite alternate;
}

.bg-light,
.featured {
  background-color: var(--light);
}

/* Elements -> Box, Card */
.box-primary,
.box-secondary {
  color: var(--dark);
}

.box-primary h1, .box-primary h2, .box-primary h3, .box-primary h4, .box-primary h5, .box-primary h6,
.box-secondary h1, .box-secondary h2, .box-secondary h3, .box-secondary h4, .box-secondary h5, .box-secondary h6 {
  color: #ffffff;
}

.box-dark h1, .box-dark h2, .box-dark h3, .box-dark h4, .box-dark h5, .box-dark h6,
.box-dark strong {
  color: var(--light);
}

.box-title {
  margin-bottom: 10px;
}

/* Icon Box */
.icon-box {
  font-family: var(--font-text);
  line-height: 1.7;
  background-color: var(--light);
  box-shadow: 0 3px 6px var(--border);
  display: flex;
}

.icon-box-icon {
  padding-right: 1rem;
  flex: 0 0 auto;
}

.icon-box-text {
  font-family: var(--font-text);
  line-height: 1.7;
}

/* 
 * Features and Services
 */
.features,
.services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 1rem;
}

.feature,
.service {
  position: relative;
  background-color: #ffffff;
  padding: 1rem;
  -ms-box-shadow: -10px 10px 16px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 10px 16px rgba(0, 0, 0, 0.1);
  transition: all 0.3s linear;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.feature {
  text-align: center;
}

.service {
  transform: skew(0);
}

.feature:hover,
.service:hover {
  -ms-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.feature:hover {
  transform: translateY(-4px);
}

.service:hover {
  transform: skew(0);
}

.feature-icon img,
.service-icon img {
  max-height: 4rem;
}

.feature-icon {
  transition: all 0.3s ease;
  transition-delay: 0.3s;
}

.feature:hover .feature-icon {
  margin-top: -10px;
  margin-bottom: 10px;
}

.service img {
  max-height: 3rem;
  margin: 1rem 0 0 1rem;
}

.service-icon::before {
  position: absolute;
  content: "";
  width: 4rem;
  height: 4rem;
  background-color: var(--light);
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  z-index: -1;
}

.feature p:last-of-type,
.service p:last-of-type {
  margin: 0;
}

/* 
 * Tab, Toggle, Accordion
 */
.tab-nav a {
  color: var(--dark);
}

.active-tab a {
  color: #ffffff;
  background-color: var(--primary);
  border-bottom-color: var(--primary);
}

.tab-nav a:hover {
  color: #ffffff;
  background-color: var(--dark);
  border-bottom-color: var(--dark);
}

.accordion-title,
.toggle-title {
  background-color: var(--light);
  border-radius: 5px;
}

.accordion-title::after,
.toggle-title::after {
  color: var(--dark);
}

.active-accordion,
.active-toggle {
  background-color: var(--primary);
  color: #ffffff;
}

.active-accordion::after,
.active-toggle::after {
  color: #ffffff;
}

/*
 * Pricing Table
 */
.pricing {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.plan {
  flex: 1 0 300px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 1rem;
  box-shadow: var(--shadow2);
  transition: all 0.3s ease;
  backface-visibility: hidden;
}

.plan:hover {
  box-shadow: var(--shadow-hover);
}

.plan-name {
  font-family: var(--font-heading);
  color: var(--primary);
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  transition: all 0.3s ease;
}

.plan:hover .plan-name {
  color: var(--dark);
}

.plan-price {
  text-align: center;
  font-size: 1.6rem;
  transition: all 0.3s ease;
}

.plan:hover .plan-price {
  color: var(--primary);
}

.plan-details {
  list-style: none;
  margin: 0;
  padding: 0;
}

.plan-details li {
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}

.plan-details li:last-child {
  border-bottom: none;
}

.plan-button {
  margin: 2rem auto 1rem auto;
}

/*
 * Testimonials
 */
.testimonial,
.testimonial-content {
  background-color: #ffffff;
  padding: 1rem;
  box-shadow: var(--shadow);
  transition: all 0.3s ease;
}

.testimonial-content:hover,
.testimonial:hover {
  box-shadow: var(--shadow-hover);
}

/*
 * Title styles
 */
.text-underline,
.text-underline-secondary {
  position: relative;
}

.text-underline::before,
.text-underline-secondary::before {
  position: absolute;
  content: "";
  height: 0.2em;
  width: 100%;
  bottom: 0.2em;
  opacity: 0.4;
  transition: all 0.6s ease;
}

.text-underline::before {
  background-color: var(--primary);
}

.text-underline-secondary::before {
  background-color: var(--secondary);
}

.text-underline:hover::before,
.text-underline-secondary:hover::before {
  height: 1em;
}

.text-underline-wavy {
  -webkit-text-decoration: underline var(--primary) wavy;
          text-decoration: underline var(--primary) wavy;
  text-underline-position: under;
}

/* Title styles -> Stroke */
.text-stroke {
  color: transparent;
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: var(--dark);
}

.text-stroke-black {
  color: transparent;
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: #000000;
}

.text-stroke-white {
  color: transparent;
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: #ffffff;
}

/*
 * Highlighted Text Box
 */
.highlight-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--light);
  padding: 8rem 2rem;
  box-shadow: var(--shadow);
  transition: all 0.4s ease;
}

.highlight-box:hover {
  box-shadow: var(--shadow-hover);
}

/*
 * Masked Image
 */
.image-masked,
.image-masked-animated {
  display: block;
  border-radius: 28% 72% 71% 29%/52% 45% 55% 48%;
  overflow: hidden;
}

.image-masked-animated {
  animation: image-masked-shape 5s linear infinite;
}
@keyframes image-masked-shape {
  0%, 100% {
    border-radius: 28% 72% 71% 29%/52% 45% 55% 48%;
  }
  50% {
    border-radius: 64% 36% 56% 44%/60% 69% 31% 40%;
  }
}
/*
* Projects
*/
.projects {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.project {
  position: relative;
  flex: 1 0 310px;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
}

.project .image-field {
  margin: 0;
}

.project .views-field-title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(0);
  transition: transform 0.3s linear;
}

.project .views-field-title a {
  color: #ffffff;
}

.project:hover .views-field-title {
  transform: translateY(100%);
}

/*
 * Dark, Primary, Secondary versions of elements
 */
.primary-version {
  background-color: var(--primary);
  color: #ffffff;
}

.primary-version h1,
.primary-version h2,
.primary-version h3,
.primary-version h4,
.primary-version h5,
.primary-version h6,
.primary-version strong {
  color: var(--light);
}

.primary-version .button,
.primary-version a.button {
  background-color: var(--dark);
  color: #ffffff;
}

.secondary-version {
  background-color: var(--secondary);
  color: #ffffff;
}

.secondary-version h1,
.secondary-version h2,
.secondary-version h3,
.secondary-version h4,
.secondary-version h5,
.secondary-version h6,
.secondary-version strong {
  color: var(--light);
}

.secondary-version .button,
.secondary-version a.button {
  background-color: var(--dark);
  color: #ffffff;
}

.dark-version {
  background-color: var(--dark);
  color: #ffffff;
}

.dark-version h1,
.dark-version h2,
.dark-version h3,
.dark-version h4,
.dark-version h5,
.dark-version h6,
.dark-version strong {
  color: var(--light);
}

.light-version {
  background-color: var(--light);
}

.white-version {
  background-color: #ffffff;
}

/* color sceme
---------------------*/
.black {
  background-color: #000000;
  color: #ffffff;
}

.dark {
  color: #ffffff;
}

.dark strong {
  color: var(--light);
}

.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5 {
  color: #ffffff;
}

.black a {
  color: var(--light);
  text-decoration: underline;
}

.white {
  background-color: #ffffff;
  color: var(--color-text);
}

/* buttons
---------------------*/
.button.primary {
  background-color: var(--primary);
  color: #ffffff;
}

.button.primary:hover {
  background-color: var(--secondary);
}

.button.secondary {
  background-color: var(--secondary);
  color: #ffffff;
}

.button.secondary:hover {
  background-color: var(--primary);
}

.button.dark {
  background-color: var(--dark);
  color: #ffffff;
}

.button.dark:hover {
  background-color: var(--primary);
}

.button.light {
  background-color: var(--light);
  color: var(--dark);
}

.button.light:hover {
  background-color: var(--border);
}

.button.black {
  background-color: #000000;
  color: #ffffff;
}

.button.black:hover {
  background-color: var(--primary);
}

.button.info {
  background-color: #c8dbf1;
  color: #114785;
}

.button.info:hover {
  background-color: #91b9e8;
}

.button.success {
  background-color: #d2f3df;
  color: #159347;
}

.button.success:hover {
  background-color: #bbe4b4;
}

.button.warning {
  background-color: #f1e6be;
  color: #9e540f;
}

.button.warning:hover {
  background-color: #efd7a7;
}

.button.danger {
  background-color: #eacdcd;
  color: #920f0f;
}

.button.danger:hover {
  background-color: #eaa7a7;
}

.button.round {
  padding: 8px 20px;
  border-radius: 2rem;
}

.button.outline {
  background-color: transparent;
  color: var(--dark);
  border: 3px solid var(--dark);
}

.button.outline:hover {
  background-color: var(--light);
}

/* box
---------------------*/
.box.primary,
.call-to-action.primary {
  background-color: var(--primary);
  color: #ffffff;
}

.box.secondary,
.call-to-action.secondary {
  background-color: var(--secondary);
  color: #ffffff;
}

.box.dark,
.call-to-action.dark {
  background-color: var(--dark);
  color: #ffffff;
}

.box.light,
.call-to-action.light {
  background-color: var(--light);
  color: var(--color-bold);
}

.box.black {
  background-color: #000000;
  color: #ffffff;
}

.box.info,
.call-to-action.info {
  background-color: #eef4fb;
}

.box.success,
.call-to-action.success {
  background-color: #eeffeb;
}

.box.warning,
.call-to-action.warning {
  background-color: #fff7e7;
}

.box.danger,
.call-to-action.danger {
  background-color: #ffeeee;
}

/* card
---------------------*/
.card.primary,
.card.secondary,
.card.light,
.card.white {
  color: var(--color-text);
}

.card.primary .card-title {
  background-color: var(--primary);
}

.card.secondary .card-title {
  background-color: var(--secondary);
}

.card.light .card-title {
  background-color: var(--light);
  color: var(--color-heading);
}

.card.black .card-title {
  background-color: #000000;
}

.card.black .card-content {
  background-color: #565a67;
  color: #ffffff;
}

.card.white .card-title {
  background-color: #ffffff;
  color: var(--color-heading);
  border-bottom: 2px solid var(--border);
}

.card.info .card-title {
  background-color: #114785;
}

.card.info .card-content {
  background-color: #eef4fb;
}

.card.success .card-title {
  background-color: #64a43d;
}

.card.success .card-content {
  background-color: #eeffeb;
}

.card.warning .card-title {
  background-color: #c26a17;
}

.card.warning .card-content {
  background-color: #fff7e7;
}

.card.danger .card-title {
  background-color: #920f0f;
}

.card.danger .card-content {
  background-color: #ffeeee;
}

/* eu cookie compliance module */
div#sliding-popup, div#sliding-popup .eu-cookie-withdraw-banner,
.eu-cookie-withdraw-tab {
  background-color: #ffffff;
  box-shadow: 0 0 6px 2px var(--border);
  left: 0;
}

#sliding-popup {
  padding: 1.5rem;
  max-width: 540px;
}

#sliding-popup .popup-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.eu-cookie-compliance-content {
  max-width: 100%;
}

.eu-cookie-compliance-message {
  float: none;
  margin: 0;
  max-width: 100%;
}

#sliding-popup div,
#sliding-popup h2 {
  color: var(--color-bold);
}

#sliding-popup h2 {
  font-size: 1.2rem;
}

#sliding-popup p {
  display: block;
  color: var(--color-text);
  font-size: 1rem;
  font-weight: 400;
}

.eu-cookie-compliance-message button {
  background-color: transparent;
  color: var(--primary);
  margin: 0;
  padding: 0;
  border: 0;
}

.eu-cookie-compliance-message button:hover {
  background-color: transparent;
  color: var(--color-bold);
}

.eu-cookie-compliance-buttons {
  display: flex;
  gap: 1rem;
  float: none;
  margin: 0;
  max-width: 100%;
}

.eu-cookie-compliance-buttons .button {
  background-color: transparent;
  background-image: none;
  color: var(--primary);
  font-weight: 400;
  margin: 0;
  padding: 8px 1rem;
  border: 2px solid var(--color-bold);
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.eu-cookie-compliance-buttons .button:hover {
  background-color: var(--color-bold);
  color: #ffffff;
}

/*slide up */
@keyframes slideUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (min-width: 576px) {
  .w10,
  .w20,
  .w30,
  .w40,
  .w50,
  .w60,
  .w70,
  .w80,
  .w90 {
    flex-basis: calc(50% - 5px);
  }
}
@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
  /* Header */
  .header-top-container {
    flex-direction: row;
  }
  .site-brand img {
    max-height: 60px;
  }
  /* Header -> Search form */
  .search-box-content .block-title {
    display: block;
  }
  .search-box-content input[type=submit] {
    display: block;
    margin: 0 auto;
    padding: 10px 30px;
    border-radius: 50px;
  }
  /* Header -> Page Header */
  .page-header {
    padding: 5rem 0;
  }
  .breadcrumb-item span {
    margin: 0 10px;
  }
  /* Layout */
  .main-container {
    flex-direction: row;
  }
  #main {
    order: 1;
  }
  #sidebar-left {
    order: 0;
  }
  #sidebar-right {
    order: 2;
  }
  /* Left sidebar + main */
  .sidebar-left #main {
    flex: 1 1 70%;
  }
  /* Right sidebar + main */
  .sidebar-right #main {
    flex: 1 1 70%;
  }
  /* Both sidebar + main */
  .two-sidebar #main {
    flex: 1 1 40%;
  }
  #sidebar-left {
    flex: 0 1 30%;
    padding: 0 1rem 0 0;
  }
  #sidebar-right {
    flex: 0 1 30%;
    padding: 0 0 0 1rem;
  }
  /* Homepage */
  .homepage-content .block-title::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: var(--primary);
    top: 50%;
    transform: translateX(-50px);
  }
  .homepage-content .block-title::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: var(--primary);
    top: 50%;
    transform: translateX(10px);
  }
  /* Footer */
  .footer-bottom-blocks-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-bottom-container,
  .footer-bottom-last {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .copyright {
    margin-bottom: 0;
  }
  /*
  * shortcodes
  */
  /* Shortcodes -> responsive view */
  .view-in-mobile {
    display: none;
  }
  .view-in-desktop {
    display: block;
  }
  /* shortcodes -> content width */
  .width30 {
    width: 30%;
  }
  .width40 {
    width: 40%;
  }
  .width50 {
    width: 50%;
  }
  .width60 {
    width: 60%;
  }
  .width70 {
    width: 70%;
  }
  .width80 {
    width: 80%;
  }
  .width90 {
    width: 90%;
  }
  /* shortcodes -> responsive column */
  .w10 {
    flex: 1 1 calc(10% - 1rem);
  }
  .w20 {
    flex: 1 1 calc(20% - 1rem);
  }
  .w30 {
    flex: 1 1 calc(30% - 1rem);
  }
  .w40 {
    flex: 1 1 calc(40% - 1rem);
  }
  .w50 {
    flex: 1 1 calc(50% - 1rem);
  }
  .w60 {
    flex: 1 1 calc(60% - 1rem);
  }
  .w70 {
    flex: 1 1 calc(70% - 1rem);
  }
  .w80 {
    flex: 1 1 calc(80% - 1rem);
  }
  .w90 {
    flex: 1 1 calc(90% - 1rem);
  }
  .model-active {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .call-to-action {
    flex-direction: row;
    justify-content: space-around;
  }
}
@media (max-width: 991px) {
  .primary-menu-wrapper {
    width: 90%;
    max-width: 320px;
    height: 100%;
    overflow-y: auto;
  }
}
@media (min-width: 992px) {
  /* Header */
  .site-brand img {
    max-height: 80px;
  }
  /* Header main menu */
  .menu-wrap .menu a {
    color: var(--color-bold);
  }
  .primary-menu-wrapper {
    position: relative;
    background-color: transparent;
    padding: 0;
    transform: translateX(0);
    z-index: 5;
  }
  .region-primary-menu .menu {
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .region-primary-menu .menu .menu-item-has-children:hover {
    background-color: var(--dark);
    color: #ffffff;
  }
  .region-primary-menu .menu .menu-item-has-children:hover a,
  .region-primary-menu .menu .menu-item-has-children:hover::after {
    color: #ffffff;
  }
  .region-primary-menu .menu > li {
    position: relative;
    border: 0;
  }
  .menu-wrap .menu li > a,
  .menu-wrap .menu li > span {
    padding: 8px;
  }
  .menu-item-has-children::after {
    right: 0;
  }
  .menu-wrap .menu li.menu-item-has-children > a {
    padding: 8px 14px 8px 8px;
  }
  .region-primary-menu .submenu {
    position: absolute;
    background-color: var(--dark);
    top: calc(100% - 2px);
    min-width: 200px;
    padding: 0 4px;
    border-radius: 0 0 8px 8px;
    opacity: 0;
    visibility: hidden;
  }
  .region-primary-menu .submenu li {
    padding: 0;
  }
  .region-primary-menu .submenu li:first-child {
    border-top: none;
  }
  .region-primary-menu .submenu a {
    padding: 0.5rem 0;
  }
  .menu-item-has-children:hover > .submenu {
    visibility: visible;
    animation: slideUp 0.5s forwards;
  }
  .region-primary-menu .submenu .menu-item-has-children::after {
    color: #ffffff;
  }
  /* third level menu */
  .region-primary-menu .submenu .submenu {
    left: 100%;
    top: 0;
  }
  .mobile-menu-icon,
  .close-mobile-menu {
    display: none;
  }
  /* Shortcodes */
  .service {
    transform: skew(2deg, 0deg);
  }
  .model-active {
    padding: 2rem;
    left: 50%;
    right: inherit;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1170px) {
  /* Header */
  .site-brand img {
    max-height: 90px;
  }
}/*# sourceMappingURL=style.css.map */

/*  Custom css*/

#block-ruhipro-views-block-rooms-block-2 .block-title{

  text-align: center;
  --font-heading: josefin sans", sans-serif;
  }

  .projects {
    margin:10px;    
  }

.land-page {
    padding: 7rem;
}

.facilities-text{
  color: #09ee1c;
}