/*
Theme Name: kaoh-theme
Author: greshio | digital studio
Author URI: http://greshio.studio/
Description: The 2025 custom theme for WordPress.
*/

@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css");
@import url('https://fonts.googleapis.com/css2?family=Gantari:wght@100;200;300;400;500;700;900&display=swap');

/* latin */
@font-face {
  font-family: "Gantari";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/gantari/v6/XYZ9oQpYFh8o6kQK7w.woff2') format('woff2');
}

:root {
  --bs-body-font-family: "Gantari", sans-serif;
  --color-dark: #121212;
  --color-yellow: #FCF654;
  --color-purple: #60339A;
  --color-light: #F2F3F5;
  --color-silver: #AEB7B3;
  --color-silver-light: #f5f5f5;
  --color-gray: #858585;
  --color-white: #FFFFFF;
}

iframe {
  min-height: 200vh;
  margin-bottom: 3rem;
}

html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

main {
  position: relative;
  z-index: 1;
}

.form-control {
  height: auto;
  max-height: 42px;
  min-height: 42px;
}

.ios {
  /*some ios code*/
}


.form-check-label {
  cursor: pointer;
  min-width: 160px;
  margin-bottom: 1rem;
}

.form-check-label a {
  text-decoration: underline;
}

.form-check-label a:hover {
  color: var(--color-purple);
}

.form-check-inline {
  margin-right: 0 !important;
}

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

input {
  text-align: left;
}

input::placeholder {
  text-align: left;
  color: #bfc3c8 !important;
  font-weight: 400 !important;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-align: left;
  color: #bfc3c8 !important;
  font-weight: 400 !important;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  text-align: left;
  color: #bfc3c8 !important;
  font-weight: 400 !important;
}

input:-ms-input-placeholder {
  /* IE 10+ */
  text-align: left;
  color: #bfc3c8 !important;
  font-weight: 400 !important;
}

input:-moz-placeholder {
  /* Firefox 18- */
  text-align: left;
  color: #bfc3c8 !important;
  font-weight: 400 !important;
}

.round {
  border-radius: 1rem !important
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Gantari", sans-serif !important;
  outline: none;
  background: white;
  margin-top: 104px;
}
@media (min-width: 768px) {
  body {
    margin-top: 109px;
  }
}


header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  transition: all 0.3s;
  background: var(--color-yellow);
  box-shadow: 0px 8px 24px rgba(149, 149, 149, 0.2);
}
header.header-hidden {
  top: -115px;
  transition: all 0.3s;
}

.pre-header {
  display: flex;
  justify-content: center;
  padding: 5px 0 !important;
  gap: 20px;
}

@media (min-width: 768px) {

  .pre-header {
    display: flex;
    justify-content: flex-end;
  }
}



.pre-header a {
  font-size: 14px;
  line-height: 1.5rem;
  font-weight: 100;
  text-decoration: none;
  color: white;
}

.pre-header a:hover {
  color: var(--color-yellow);
  text-decoration: none;
  transition: color 0.5s ease-in-out;
}

.scrolled-down {
  opacity: 0;
}

body.has-sticky-header {
  padding-top: 70px;
}


*:focus {
  outline: none;
}

button:focus {
  outline: none;
}

mark,
.mark {
  padding: 1px;
  background-color: white;
  color: inherit;
  line-height: 2.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gantari", sans-serif;
  color: var(--color-purple);
  font-weight: 600;
  margin: 0;
  cursor: default;
}

h1 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 900;
  color: var(--color-dark);
  text-align: center;
}

h1.title {
  font-size: 4rem;
  line-height: 4.5rem;
  font-weight: 900;
  text-align: center;
  color: var(--color-yellow);
  -webkit-text-stroke: 1px var(--color-purple);
  text-shadow: 4px 4px var(--color-purple);
}

h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 900;
}

h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: var(--color-dark);
}

h4 {
  color: #050505;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 600;
}

h5 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

h2 a,
h4 a {
  text-decoration: underline;
  font-weight: 600;
}

a {
  color: #001732;
}

a:hover {
  color: initial;
  text-decoration: underline;
}

p {
  cursor: default;
  color: #858d97;
  font-family: "PT Serif", serif;
}

p.bigger {
  font-size: 20px;
  line-height: 36px;
}

p>strong {
  color: #001732;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Gantari", sans-serif;
}

p>a {
  color: #001732;
  text-decoration: underline;
}

a.see-all {
  font-size: 20px;
}

a.see-all span {
  color: #858d97;
}

.p-20 {
  padding: 20px !important;
}

.logo-header {
  height: 50px;
  width: auto;
}

@media (min-width: 767px) {
  .logo-header {
    height: 60px;
  }
}

.btn {
  min-height: 48px;
  max-height: 48px;
  min-width: 120px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 46px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 auto;
  opacity: 1;
  transition: all 0.5s linear;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity;
}

a.btn:hover {
  color: var(--color-light);
}

.btn:hover {
  cursor: pointer;
  opacity: 0.8;
  transform: translate(0, -5px);
  transform: translate3d(0, -5px, 0);
  transition: all 0.5s linear;
  background: #001732;
}

.btn.bigger {
  width: 180px;
  margin: 0 auto;
}

.btn.btn-block {
  margin-bottom: 0;
}

.btn.btn-sm {
  min-height: 24px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #001732;
  border: 1px solid #001732;
  background: transparent;
  min-width: auto;
  padding: 0 20px;
  max-height: 24px;
  transition: all 0.5s linear;
}

.btn.btn-select {
  min-height: 48px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 45px;
  color: #001732;
  border: 2px solid #001732;
  background: var(--color-light);
  min-width: auto;
  min-width: 110px;
  padding: 0;
  max-height: 48px;
  transition: all 0.5s linear;
  letter-spacing: 1px;
}

.btn.btn-select:hover {
  color: #001732;
}

.btn.btn-sm.selected {
  color: var(--color-light);
  border: 1px solid #001732;
  background: #001732;
}

.btn.btn-sm:hover {
  background: var(--color-light);
  transition: all 0.5s linear;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}

.btn.btn-sm.selected:hover {
  background: #001732;
  transition: all 0.5s linear;
}

.lottie {
  background-color: transparent;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.lottie.lottie-banner {
  width: 100%;
  height: 100%;
  min-height: auto;
}

.lottie.lottie-banner.bottle {
  height: 100px;
}

.lottie.lottie-desert {
  width: 100%;
  height: 200px;
  min-height: 200px;
}


.p-6 {
  padding: 60px 80px;
}

.navbar {
  padding: 10px;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-light .navbar-brand {
  color: var(--color-purple);
  font-weight: 300;
  font-size: 1rem;
}


.navbar-nav {
  list-style: none;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-right: 1rem;
}

.navbar-nav li {
  flex: 0 1 auto;
  max-width: none;
  text-align: center;
}

.navbar-nav li a {
  color: var(--color-purple)
}

.navbar-nav li a:hover {
  text-decoration: none;
}

.fab,
.fas {
  font-size: 24px;
}

.btn-disabled {
  position: relative;
  overflow: hidden;
  cursor: not-allowed;
  display: inline-block;
  align-items: center;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 30px;
  font-family: "Gantari", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  background-color: var(--color-silver-light);
  color: var(--color-gray);
  border: 1px solid var(--color-silver);
  box-shadow: 4px 4px 0px var(--color-gray);
  transform: translate(0, 0);
}


.btn-default {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  align-items: center;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 30px;
  font-family: "Gantari", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  background-color: var(--color-yellow);
  color: var(--color-purple);
  border: 1px solid var(--color-purple);
  box-shadow: 4px 4px 0px var(--color-purple);
  transform: translate(0, 0);
}

.btn-default:hover,
.btn-default:active {
  background-color: var(--color-purple);
  color: var(--color-yellow);
  box-shadow: 4px 4px 0px transparent;
  text-decoration: none !important;
  transform: translate(4px, 4px);
  transition: all 0.2s ease-in-out;
}

.btn-default:hover i,
.btn-default:active i {
  color: var(--color-yellow) !important;
}

.btn-default i {
  display: inline-block;
  margin-right: 0;
  margin-left: 12px;
}

.btn-default i.external-link {
  transform: rotate(-45deg);
}

.btn-default-2 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  align-items: center;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 30px;
  font-family: "Gantari", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.25s ease-in-out;
  background-color: var(--color-purple);
  color: var(--color-yellow);
  border: 1px solid var(--color-purple);
  top: 2rem;
}

.contact-btn {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 32px;
  font-size: 20px;
  font-weight: 300;
  transition: all 0.25s ease-in-out;
  border: 1px solid transparent;
  background-color: var(--color-purple);
  color: var(--color-yellow);
}

.main-menu-btn {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 5px 0;
  margin: 0.5rem auto;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--color-dark);
  border-bottom: 2px solid transparent;
  transition: all 0.25s ease-in-out;
}

@media (min-width: 768px) {
  .main-menu-btn {
    font-size: 1rem;
    margin: 0 15px;
  }
}

.main-menu-btn:hover {
  text-decoration: none;
  border-color: var(--color-purple);
}

.main-menu-btn.active {
  font-weight: 500;
  text-decoration: none;
  color: var(--color-purple);
  border-color: var(--color-purple);
}

.menu-btn {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0;
  text-decoration: none;
  font-size: 30px;
  font-weight: 300;
  transition: all 0.25s ease-in-out;
  color: var(--color-purple) !important;
  border: 0;
}

.menu-btn.active>i.fa-bars,
.menu-btn>i.fa-close {
  display: none;
}

.menu-btn>i.fa-bars,
.menu-btn.active>i.fa-close {
  display: inline-block;
}

.menu-btn:hover {
  color: var(--color-dark);
  transition: all 0.5s ease-in-out;
}

.contact-btn:hover {
  background: var(--color-yellow);
  color: var(--color-purple);
  transition: all 0.5s ease-in-out;
}

.kaoh-3d-btn {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 300;
  width: 60px;
  transition: background-color 0.25s ease-in-out;
  background-color: var(--color-purple);
  color: var(--color-yellow);
}

.kaoh-3d-btn:hover {
  background-color: var(--color-yellow);
  color: var(--color-purple);
  transition: background-color 0.5s ease-in-out;
  width: auto;
  border-radius: 30px;
}

.kaoh-3d-btn span {
  position: relative;
  display: inline-block;
  margin-left: 20px;
}

.sr-only {
  margin: 0 !important
}

.kaoh-3d-btn i {
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
}

.contact-btn:hover,
.contact-btn:focus,
.kaoh-3d-btn:hover,
.kaoh-3d-btn:focus {
  text-decoration: none;
}

.kaoh-3d-btn-mail:hover,
.kaoh-3d-btn-phone:hover {
  background-color: var(--color-white);
  color: var(--color-purple);
}

.kaoh-3d-btn-whatsapp:hover {
  background-color: #25D366;
  color: white;
}

.kaoh-3d-btn-facebook:hover {
  background-color: #1877F2;
  color: white;
}

.kaoh-3d-btn-instagram:hover {
  background-color: #E1306C;
  color: white;
}

header .navbar-nav .kaoh-3d-btn:hover {
  cursor: pointer;
}

.navbar-collapse .show {
  background: var(--color-light);
}

.content-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 1rem;
}

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

.purple-bg h1 {
  color: var(--color-light);
}

.white-bg {
  background: #FFF;
}

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

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

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

.silver-bg mark {
  background: var(--color-yellow);
}

.image-bg {
  background: white url(https://kaoh.sk/wp-content/uploads/2025/09/beach.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.image-bg-2 {
  background: url('https://images.unsplash.com/photo-1443397646383-16272048780e?q=80&w=3174&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D') no-repeat center center;
  background-size: cover;
}

.color-yellow {
  color: var(--color-yellow);
}

.color-white {
  color: var(--color-white);
}

.color-purple {
  color: var(--color-purple);
}

.max-space {
  margin: 8rem;
}

.max-space h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
  color: var(--color-purple);
}

.logo-box {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 2rem white;
}

@media (min-width: 768px) {
  .logo-box {
    padding: 3rem 0;
  }
}

#partneri {
  position: relative;
}

#partneri .graphic {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  pointer-events: none;
  z-index: 1;
  background-color: white;
}
#partneri .graphic.top {
  clip-path: polygon(0% 0%,0% 100%,100% 0%);
}
#partneri .graphic.bottom {
  clip-path: polygon(100% 100%, 0% 100%, -100% -100%);
}


.partner-logo {
  flex: 0 1 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.partner-logo img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}


.top-features {
  gap: 20px;
  background: var(--color-yellow);
  border-radius: 2rem;
  flex-direction: column;
}

@media (min-width: 768px) {
  .top-features {
    flex-direction: row;
  }
}

.top-features .feature {
  border-radius: 10px;
}

.top-features .feature p {
  margin-bottom: 0;
}

.top-services,
.top-destinations {
  gap: 20px;
}

.destination {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 20px;
  box-shadow: 5px 5px 0px transparent;
  transition: all 0.2s ease-in-out;
  padding: 1.5rem;
  text-decoration: none;
  background-color: var(--color-silver-light);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: start;
}

@media (min-width: 768px) {
  .destination {
    width: calc(33.333% - 20px);
  }
}

.destination.italy {
  background-image: url('assets/images/italy.jpeg');
}

.destination.tunisia {
  background-image: url('assets/images/tunis.jpeg');
}

.destination.egypt {
  background-image: url('assets/images/egypt.jpeg');
}

.destination.cyprus {
  background-image: url('assets/images/cyprus.jpeg');
}

.destination.greece {
  background-image: url('assets/images/santorini.jpeg');
}

.destination.turkey {
  background-image: url('assets/images/turkey.jpeg');
}

.destination.spain {
  background-image: url('assets/images/spain.jpeg');
}

.destination h3 {
  color: white;
  font-size: 2rem;
  font-weight: 600;
  text-shadow: 0 0 10px var(--color-gray);
}

.top-services .service {
  position: relative;
  width: auto;
  border-radius: 20px;
  background: white;
  box-shadow: 5px 5px 0px transparent;
  transition: all 0.2s ease-in-out;
  padding: 1.5rem;
  text-decoration: none;
}

.top-services .service.invert {
  background: var(--color-silver-light);
}

.top-services .service.disabled h3 {
  color: var(--color-gray);
}

.top-services .service .p {
  margin-bottom: 0;
}

.top-services h3,
.top-features h3 {
  color: var(--color-purple);
  font-size: 1.9rem;
  line-height: 2rem;
  font-weight: 600;
  clear: both;
}


.service i {
  font-size: 2rem;
  width: 2rem;
  height: 2rem;
  color: var(--color-silver);
}

.top-features i {
  font-size: 2rem;
  width: 2rem;
  height: 2rem;
  color: var(--color-purple);
}

.service p {
  font-size: 1.1rem;
  color: var(--color-gray);
}

.feature p {
  font-size: 1.1rem;
  color: var(--color-dark);
}

.service span i,
.top-features span i {
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
}

.label {
  display: inline-block;
  position: relative;
  float: right;
  font-size: 15px;
  background-color: var(--color-silver-light);
  color: var(--color-gray);
  padding: 5px 15px;
  border-radius: 5px;
  text-transform: uppercase;
  border: 1px solid var(--color-silver);
}

.label ul,
.label li {
  list-style: none;
  color: inherit;
  margin: 0;
  padding: 0;
}
.label li a {
  text-decoration: none;
  color: inherit;
}

.service.invert .label {
  background-color: white;
}

.service.invert .label.new,
.label.new {
  background-color: var(--color-purple);
  color: white;
  border-color: transparent;
}


/* BLOG */

.blog-list {
 gap: 2rem;
}

article.blog-post {
  position: relative;
  width: auto;
  
  background: transparent;
  box-shadow: 5px 5px 0px transparent;
  transition: all 0.2s ease-in-out;
  padding: 1.5rem;
  text-decoration: none;
}
article.blog-post img {
  border-radius: 20px;
}

article.blog-post .p {
  margin-bottom: 0;
}

article.blog-post h3 {
  color: var(--color-dark);
  font-size: 1.9rem;
  line-height: 2rem;
  font-weight: 800;
  clear: left;
  cursor: pointer;
}
.blog-content p {
  font-size: 18px;
  color: var(--color-dark)
}
p.wp-caption-text {
    font-size: 14px;
    line-height: 18px;
    color: var(--color-gray);
    margin: 10px 0 20px 0;
  }

.blog-content img {
  border-radius: 20px;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.alignright {
  float: right;
  margin-left: 2rem;
}
.alignleft {
  float: left;
  margin-right: 2rem;
}

/* FOOTER */

footer {
  background: var(--color-purple);
  position: relative;
  z-index: 2;
}

footer::before {
  content: "";
  position: absolute;
  top: -99px;
  left: 0;
  width: 100%;
  height: 100px;
  background: transparent;
  pointer-events: none;
  z-index: 1;
  clip-path: polygon(100% 100%, 0% 100%, -100% -100%);
  background-color: var(--color-purple);
}

ul.footer-links li {
  list-style: none;
  margin: 0.3rem 0;
  padding: 0;
  font-size: 16px;
}

ul.footer-links li a {
  font-size: 16px;
  line-height: 2rem;
  color: var(--color-light);
  font-weight: 300;
  margin: 1rem 0;
}

ul.footer-links li a:hover {
  color: var(--color-yellow);
  text-decoration: none;
  transition: color 0.5s ease-in-out;
}

ul.footer-links li a i {
  margin-right: 1rem;
}

ul.footer-links li a:hover i {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

p.legal {
  font-family: "PT Serif", serif;
  line-height: 2rem;
  font-size: 16px;
  font-weight: 400;
}

.legal span {
  opacity: 0.5;
}

footer h4 {
  font-family: "Gantari", sans-serif;
  color: white;
  text-decoration: none;
  display: block;
  font-size: 20px;
  font-weight: 100;
  line-height: 2rem;
  margin: 1rem 0;
  opacity: 0.5;
}

footer a {
  font-family: "Gantari", sans-serif;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

footer p {
  font-family: "Gantari", sans-serif;
  color: var(--color-silver);
  display: block;
  margin: 0;
  font-size: 12px;
  font-weight: 300;
}

footer p a {
  color: var(--color-yellow) !important;
  display: inline;
  color: inherit;
  text-decoration: underline;
}

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

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

.copyright-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 40px;
  padding: 0.5rem;
}

.copyright-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .copyright-container {
    flex-direction: row;
  }
}

.copyright-footer p {
    color: var(--color-dark);
}

.copyright-footer p a {
  color: var(--color-purple) !important;
  text-decoration: underline;
}

.copyright-footer>* {
  flex: 1 1 0;
  text-align: center;
}

.copyright-footer> :first-child {
  text-align: left;
}

.copyright-footer> :last-child {
  text-align: right;
}

#back-to-top {
  position: fixed;
  right: 24px;
  bottom: 48px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(0, 23, 50, 0.12);
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s, opacity 0.2s;
  opacity: 0.85;
  font-size: 24px;
  border: none;
}

#back-to-top:hover {
  background: var(--color-yellow);
  color: #001732;
  opacity: 1;
  box-shadow: 0 8px 24px rgba(0, 23, 50, 0.18);
}


.wrapper-universal {
  max-width: 660px;
  margin: 0 auto;
}

.wrapper-universal ol li,
.wrapper-universal ul li {
  color: #858d97;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0;
}

.service-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 3rem auto;
  max-width: 1200px;
}
.service-container.right-reverse {
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .service-container {
    margin: 6rem auto;
  }
  .service-container.right-reverse {
    flex-direction: row;
  }
}

.left {
  flex: 1;
  height: 100%;
  padding: 0 6rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px 0 0 20px;
}

.left-reverse {
  padding: 0 0 0 6rem;
}

.left h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 0 2rem 0;
  color: var(--color-dark);
}

.left h2 mark {
  background-color: var(--color-yellow);
}

.left p {
  font-size: 1.1rem;
  line-height: 1.75rem;
  margin: 0;
  color: var(--color-dark);
}

.right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.right img.size-full {
  max-width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: 8px 8px 0 0 var(--color-yellow);
  z-index: 2;
}

@media (min-width: 767px) {
  .right img.size-full {
    max-height: 420px;
  }
}

/* INPUTS */
.tnp-subscription input {
  border: 1px solid #ddd !important;
  background-color: white !important;
}

.tnp-subscription label {
  font-weight: 600;
}

.select-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-family: 'Open Sans', 'Helvetica Neue', 'Segoe UI', 'Calibri', 'Arial', sans-serif;
  font-size: 18px;
  color: #60666d;
  background: #fff;
  border: 1px solid #dfe0e4;
  border-radius: 4px;
  padding: 10px 15px;
  box-sizing: border-box;
  transition: border-color 0.2s ease-in-out;
  appearance: initial;
  cursor: pointer;
}

.select-wrapper {
  position: relative;
  width: auto;
}

.select-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #60666d;
  transform: translateY(-50%);
}

.tnp-subscription {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 0 100px 0 !important;
  border-radius: 1rem;
}

.tnp-subscription label,
.tnp-profile label {
  display: block;
  color: inherit;
  font-weight: normal;
  line-height: normal;
  padding: 0;
  margin-bottom: 0.25em !important;
  font-size: 1em !important;
}

.tnp-subscription .tnp-submit {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  border-radius: 30px;
  font-family: "Gantari", sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  background-color: var(--color-purple);
  color: var(--color-yellow);
  border: 1px solid white;
  box-shadow: 4px 4px 0px white;
  transform: translate(0, 0);
}

.tnp-submit:hover,
.tnp-submit:active {
  background-color: var(--color-purple);
  color: var(--color-yellow);
  box-shadow: 4px 4px 0px transparent;
  text-decoration: none !important;
  transform: translate(4px, 4px);
  transition: all 0.2s ease-in-out;
}

select {
  border: 1px solid #ddd !important;
  background-color: white !important;
  color: #60666d !important;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;

  &+label {
    position: relative;
    cursor: pointer;
    padding: 0;
  }

  &+label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: background 0.2s ease-in-out;
    position: relative;
  }

  &:hover+label:before {
    background: var(--color-purple);
  }

  &:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  }

  &:checked+label:before {
    background: var(--color-purple);
  }

  &:disabled+label {
    color: #b8b8b8;
    cursor: auto;
  }

  &:disabled+label:before {
    box-shadow: none;
    background: #ddd;
  }

  &:checked+label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: var(--color-silver);
    width: 2px;
    height: 2px;
    box-shadow:
      2px 0 0 white,
      4px 0 0 white,
      4px -2px 0 white,
      4px -4px 0 white,
      4px -6px 0 white,
      4px -8px 0 var(--color-light);
    transform: rotate(45deg);
  }
}

.ui-element-sun {
  display: none;
  width: 400px;
  height: 400px;
  position: fixed;
  top: 40vh;
  right: 20px;
  background-image: url('assets/images/sun.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 100;
  pointer-events: none;
  opacity: 0.5;
}

.container {
  max-width: 100%;
}


.cover {
  max-width: 100%;
  height: 100vh;
  max-height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-silver-light);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-direction: column;
}

.cover h1 {
  font-size: 4rem;
  line-height: 3.5rem;
  text-align: left;
  padding: 1rem;
}

.form-panel {
  margin: -5rem auto 5rem auto;
}

.contacts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto 1rem auto;
  padding: 0;
  width: 100%;
  justify-content: center;
  gap: 20px;
}


@media (max-width: 900px) {

  h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  h4 {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .cover h1.title {
    font-size: 3rem;
    line-height: 3rem;
  }

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

  .right,
  .left {
    flex: none;
    width: 100%;
    padding: 20px 10px;
  }

  .right {
    min-height: 200px;
  }

  .left h1,
  .left h2 {
    font-size: 2rem;
  }
  article.blog-post {
    padding: 20px 10px;
  }

  .alignleft,
  .alignright {
    width: 100% !important;
    margin: 0;
  }

  .cover {
    max-height: 70vh;
  }

}

@media (min-width: 576px) {
  header .navbar-light .navbar-nav .nav-link {
    margin: 0;
  }

  .tripple-banner {
    max-width: 300px;
  }
}


@media (min-width: 768px) {
  .contacts {
    display: none !important;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .navbar-light {
    background: transparent;
  }

  .container {
    max-width: 1240px;
  }

  .details p {
    margin: 10px auto;
  }

  .banner {
    text-align: left;
  }

  .banner h1 {
    font-size: 60px;
    line-height: 72px;
  }

  .banner button {
    margin: 0;
  }

  .small-banner {
    min-width: 300px;
    padding: 40px !important;
  }

  .small-banner h2 {
    font-size: 24px;
    font-weight: 500;
  }

  .btn.bigger {
    margin: 0;
  }

  .details span,
  .details h1,
  .details p {
    text-align: left;
  }

  .details p {
    margin: 10px 10px 10px 0;
  }

  .subscribe {
    padding: 20px 40px;
    margin: 0 20px;
  }

  .trusted div img {
    height: 80px;
  }

  .gallery .preview {
    width: 48%;
    width: calc(50% - 12.5px);
    margin-right: 0;
    margin-bottom: 25px;
    padding: 0;
  }

  .gallery .preview:nth-child(odd) {
    margin-right: 25px;
  }

  .newsletter-form {
    flex-direction: row;
  }

  .newsletter-form input[type="email"] {
    margin-right: 10px;
    margin-bottom: 0;
  }

  .newsletter-form input[type="submit"] {
    min-width: 140px;
    max-width: 200px;
  }

  .cover h1 {
    font-size: 5rem;
    line-height: 5rem;
    padding: 0;
  }

  .logo-footer {
    position: relative;
    bottom: 8px;
  }

  #subscribe-input {
    width: 100%;
    margin: 0 8px 0 0;
  }

  .top-services .service {
    width: 32%;
    padding: 2.5rem;
  }

  article.blog-post {
    width: 31%;
    min-width: 300px;
    padding: 0;
  }

  .navbar-expand-lg .navbar-collapse {
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .content-wrapper {
    padding: 3rem;
  }
}

@media (min-width: 1220px) {
  .content-wrapper {
    padding: 0;
  }
}