/** START OF GENERAL SETTINGS  **/
:root {
  --fontMain: "Playfair Display", serif;
  --fontSecondary: "Noto Sans", sans-serif;
  --fontGreek: "Libertinus Serif", serif;
  --white: #ffffff;
  --black: #020202;
  --gray: #818181;
  --gray-medium: #f6f6f6;
  --gray-light: #efefef;
  --sand: #cbc1ad;
  --text: #474747;
  --letter-spacing: 3px;

  /*==========Font Size=========*/
  --step--2: clamp(0.8681rem, 0.7915rem + 0.3405vw, 1.2rem);
  --step--1: clamp(1.0417rem, 0.9359rem + 0.4701vw, 1.5rem);
  --step-0: clamp(1.25rem, 1.1058rem + 0.641vw, 1.875rem);
  --step-1: clamp(1.5rem, 1.3053rem + 0.8654vw, 2.3438rem);
  --step-2: clamp(1.8rem, 1.5393rem + 1.1587vw, 2.9297rem);
  --step-3: clamp(2.16rem, 1.8134rem + 1.5406vw, 3.6621rem);
  --step-4: clamp(2.592rem, 2.1338rem + 2.0366vw, 4.5776rem);
  --step-5: clamp(3.1104rem, 2.5077rem + 2.6786vw, 5.722rem);

  /*==========Font Size=========*/
}

.gray-bg {
  background-color: #efefef;
}

.form-control:focus,
.form-select:focus {
  outline: none;
  box-shadow: none;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 16px;
}
body {
  overflow-x: hidden;
}
html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
button {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
button:focus,
a:focus {
  box-shadow: none !important;
  outline: none;
}

a,
a:hover {
  color: var(--black);
  text-decoration: none;
}

a:hover {
  color: var(--gray);
}
.text a {
  color: var(--black);
}
.text a:hover {
  text-decoration: underline;
}

/** FOR MAV IOS **/
input[type="checkbox"],
a[type="submit"] {
  float: none !important;
}
button:focus,
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.img-fit {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}

/**START OF BODY AND HEADINGS
=====================================**/
body.homepage {
  font-family: var(--fontSecondary);
  color: var(--text);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  background: var(--gray-medium);
  text-align: left;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
body {
  font-family: var(--fontSecondary);
  color: var(--text);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  background: var(--gray-medium);
  text-align: left;
}
@media (max-width: 767px) {
  body {
    padding-top: 74px;
  }
}

/**START OF HEADINGS
=====================================**/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: var(--fontMain);
  margin-bottom: 40px;
  line-height: 1;
  color: var(--black);
  font-weight: 400;
  word-wrap: break-word;
  text-transform: capitalize;
}
h1,
.h1 {
  font-size: var(--step-3);
}
h1 hr {
  display: block;
  width: 10%;
  margin: 20px auto;
  border: 0;
  background: #fff;
  height: 2px;
  background-color: var(--gray);
}
h2,
.h2 {
  font-size: var(--step-2);
}
hr {
  display: block;
  width: 10%;
  margin: 20px auto;
  border: 0;
  background: #fff;
  height: 2px;
  background-color: var(--sand);
}

h3,
.h3 {
  font-size: var(--step-1);
}
h1 .subtitle,
.h1 .subtitle,
h2 .subtitle,
.h2 .subtitle {
  padding-top: 16px;
  display: block;
  /* font-size: 24px; */
  line-height: 1.5;
  font-weight: 400;
  text-transform: none;
  font-size: var(--step--1);
}
h4,
.h4 {
  margin-bottom: 10px;
  font-size: var(--step--1);
}

/** START OF MARGIN  
============================== **/
.mt-offset {
  margin-top: 120px;
}
.pb-offset {
  padding-bottom: 120px !important;
}
.mt-offset-half {
  margin-top: 60px;
}
.pt-offset {
  padding-top: 80px;
}
.py-offset {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 1200px) {
  .mt-offset {
    margin-top: 90px;
  }
  .pb-offset {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mt-offset {
    margin-top: 70px;
  }
  .pb-offset {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mt-offset {
    margin-top: 50px;
  }
  .pb-offset {
    padding-bottom: 50px !important;
  }
}

@media (max-width: 767px) {
  .mt-offset {
    margin-top: 50px;
  }
  .pb-offset {
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 575px) {
  .mt-offset {
    margin-top: 40px;
  }
  .mt-offset-half {
    margin-top: 40px;
  }
  .pb-offset {
    padding-bottom: 40px !important;
  }
  .pt-offset {
    padding-top: 60px;
  }
  .py-offset {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* START OF BUTTONS  
====================================*/
button.submit {
  position: relative;
  align-items: center;
  display: inline-flex;
  padding: 0.5em 1em 0.5em 1em;
  font-size: 16px;
  font-family: var(--fontMain);
  font-weight: 400;
  text-decoration: none;
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
}
button.submit img {
  width: 35px;
  padding-left: 10px;
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%)
    hue-rotate(327deg) brightness(96%) contrast(104%);
}

/* START OF HEADER  
============================*/
/* Header full-screen */
.header {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: height 0.7s ease;
  z-index: 2;
  background-color: transparent;
  color: var(--black);
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 0;
  left: 0;
  right: 0;
  height: 80px;
  background-color: transparent;
  transition: 0.1s ease-in-out;
  opacity: 0;
}

.header.shrink {
  height: 80px;
}

.header.shrink::before {
  opacity: 1;
  background-color: var(--gray-medium);
}

body.homepage.menu-open .left-col {
  display: none;
}

/* Left column */
.left-col {
  position: absolute;
  left: 7%;
  top: 45%;
  transition: 1.5s ease-in-out;
}

.header.shrink .left-col {
  left: 48px;
  top: 8px;
  transition: all 1s ease-out;
}

/* .logo {
  transition: height 0.7s ease;
} */
.header .img-logo {
  height: 100px;
  /* -webkit-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out; */
}

/* === Header InnerPage === */
.header-inner {
  background: var(--gray-medium);
  height: 80px;
}
.header-inner .logo img {
  height: 60px;
  transition: 0.7s ease-in-out;
}
.header-inner .left-col,
.header-inner.shrink .left-col {
  top: 20px;
  left: 20px;
}
.header-inner .right-col {
  top: 17px;
}
.header-inner.shrink {
  height: 66px;
}

.header-inner.shrink .right-col {
  top: 9px;
}
.header-inner.shrink .logo img {
  height: 40px;
  transition: 0.7s ease-in-out;
}
.header-inner.shrink .nav_burger {
  top: 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-inner .left-col {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .header-inner {
    height: 60px;
  }
  .header-inner .img-logo {
    top: 30px;
    height: 40px;
  }
  .header-inner .left-col {
    top: 30px;
    left: 20px;
  }
  .header-inner .right-col {
    top: 9px;
  }
  .header-inner a.button {
    padding: 0.7em 1em;
    font-size: 14px;
  }
  .header-inner .nav_burger {
    top: 11px;
  }
}
@media (max-width: 320px) {
  .header-inner a.button {
    padding: 0.7em 1em;
    font-size: 12px;
    margin-right: 3px;
  }
}

@media (max-width: 1200px) {
  .header .img-logo {
    height: 80px;
  }
}
.header.shrink .img-logo {
  height: 60px;
}
.header .arrowDown {
  text-align: center;
  margin-top: 50%;
}
.header.shrink .arrowDown {
  display: none;
}

/* Right column image */
.right-col {
  position: absolute; /* Keep it in the same place regardless of scroll */
  top: 18px;
  right: 100px;
  display: flex;
  gap: 10px;
  color: white;
  z-index: 50; /* High z-index ensures it's always on top */
  pointer-events: auto; /* Ensures the dropdown or button is clickable */
}

/* Image-Body */
.Image-Body {
  margin-left: auto;
  z-index: 0;
  width: 70%;
  height: 100vh;
  overflow: hidden;
  transition: width 1.5s ease, height 1.5s ease, transform 1.5s ease;
}

.Image-Body img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* When header shrinks -> expand image */
.homepage.scrolled .Image-Body {
  width: 100%;
  height: 750px;
  transform: translateX(0);
}
.homepage.scrolled .arrowDown {
  display: none;
}

@media (max-width: 1200px) {
  .Image-Body {
    width: 65%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .right-col {
    right: 70px;
  }
  .Image-Body {
    width: 62%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .right-col {
    right: 70px;
  }
  .Image-Body {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .header {
    height: 70px;
    background: var(--gray-medium);
  }
  .header .arrowDown {
    display: none;
  }
  .left-col {
    top: 38px;
    left: 18px;
  }
  .right-col {
    top: 14px;
    right: 60px;
  }
  .header .img-logo {
    height: 50px;
  }
}

@media (max-width: 575px) {
  .header .img-logo {
    height: 40px;
  }

  @media (max-width: 320px) {
    .right-col {
      top: 20px;
    }
  }
}

.header a.button {
  padding: 0.7em 2em;
  margin-right: 10px;
  font-size: 16px;
  font-family: var(--fontMain);
  font-weight: 400;
  color: var(--white);
  background: var(--black);
  text-align: center;
  border-radius: 30px;
  border: 1px solid var(--black);
  transition: all 0.3s ease-in-out;
}

.headerScroll a.button {
  color: var(--black);
  background: transparent;
}

.header .button:hover {
  color: var(--white);
  background: var(--black);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .header a.button {
    padding: 0.7em 1em;
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .header a.button {
    padding: 0.7em 1em;
    font-size: 12px;
    margin-right: 3px;
  }
}

.Languages {
  font-size: 16px;
  font-family: var(--fontMain);
  padding: 50px 0;
}

.Languages li {
  margin: 5px 0px;
  padding: 0px 7px;
}

.Languages li:first-child {
  border-right: 1px solid var(--black);
}

.Languages li.active a {
  text-decoration: underline;
}

/* LANGUAGES  
-----------------------*/
.languagesDrop {
  position: relative;
  font-family: var(--fontMain);
}
.languagesDrop .dropdown-toggle {
  color: var(--black);
  font-weight: 400;
  font-size: 15px;
}
.languagesDrop .dropdown-menu {
  min-width: 40px;
  border-radius: 0;
  padding: 5px 0px;
  font-size: 15px;
  left: -10px !important;
  top: 0px !important;
  background-color: var(--white);
  border: 0;
}
.languagesDrop .dropdown-menu a {
  color: var(--black);
  text-align: left;
}
.languagesDrop .dropdown-menu a:hover {
  background: none;
  color: var(--black);
}

@media (max-width: 767px) {
  .languagesDrop {
    margin-left: 10px;
  }
  .languagesDrop .dropdown-menu a {
    color: var(--black);
    text-align: left;
    padding: 0 11px;
  }
}
/* END OF HEADER  */

/*NAV Button
====================== */
.nav_burger {
  position: fixed;
  top: 21px;
  right: 50px;
  z-index: 1050;
  transition: 0.15s ease-in-out;
}
@media (max-width: 1199px) {
  .nav_burger {
    right: 1rem;
  }
}
@media (max-width: 767px) {
  .nav_burger {
    top: 18px;
  }
}
.nav_burger_inner {
  padding-left: 10px;
  transition: all 0.2s ease-in-out;
}
.nav_burger_inner:hover {
  cursor: pointer;
}
.nav_burger_icon {
  position: relative;
  display: block;
  /* vertical-align: middle; */
}
.nav_burger_icon .bar {
  height: 2px;
  width: 31px;
  display: block;
  margin: 8px 0;
  position: relative;
  background: var(--black);
}
.nav_burger_icon .bar:nth-of-type(2) {
  width: 43px;
}
.menu-open .nav_burger_icon .bar {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  transform: skew(0deg);
  background: var(--black);
}
.menu-open .nav_burger_icon .bar:first-of-type {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.menu-open .nav_burger_icon .bar:nth-of-type(2) {
  opacity: 0;
}
.menu-open .nav_burger_icon .bar:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
/*NAV OVERALY
=============================== */
.overlay-menu {
  display: none;
}

.main_navigation {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 0;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.menu-open .main_navigation {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.main_navigation_inner {
  height: auto;
  min-height: 100%;
  width: 100% !important;
  right: 0;
  position: absolute;
  background-color: var(--gray-medium);
  padding-top: 150px;
}

@media (min-width: 1025px) {
  .main_navigation_inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.menu--main {
  position: relative;
  width: calc(100%);
  height: calc(100%);
  padding: 0px 3rem 60px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: var(--fontMain);
  font-size: var(--step-2);
  text-align: center;
}
.menu--main .menu__list {
  list-style: none;
}
.menu--main .menu__link {
  text-decoration: none;
  display: inline-block;
}
.menu--main .menu__list li.menu__item a.menu__link {
  color: var(--black);
  transition: 0.3s 0.2s;
}
.menu--main .menu__list li.menu__item a.menu__link:hover {
  color: #a3a3a3;
  transition: 0.3s 0.2s;
}
.main_navigation .copyright {
  width: 90%;
  border-top: 1px solid var(--black);
  color: var(--text);
}

.main_navigation .copyright a {
  color: var(--text);
}

@media (max-width: 1024px) {
  .menu__list__wrapper ul {
    list-style: none;
  }
}

@keyframes fade_in_show {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }

  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}

/*FOOTER
=====================*/
.footer {
  color: var(--black);
  font-weight: 300;
  text-align: start;

  font-family: var(--fontSecondary);
}
.footer a {
  color: var(--black);
}
.footer a:hover {
  color: var(--gray);
}

.footer-nav {
  margin: 0;
  padding: 0;
}
.footer-nav li {
  margin: 0px 0px 1px 0;
  list-style-type: none;
  text-decoration: none;
}
.footer-nav a {
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.footer-nav a:hover,
.footer-nav a:focus {
  text-decoration: none;
}

.social a {
  display: inline-block;
  padding: 12px 12px 12px 0;
  margin: 0 10px;
  transition: all 0.5s linear;
  font-family: var(--fontSecondary);
}
.copyright {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 14px;
  text-transform: capitalize;
}
.copyright a {
  text-decoration: none;
}
.copyright a:hover {
  text-decoration: underline;
}

/*CONTENT
=====================*/
.BigLetter {
  position: absolute;
  top: -40%;
  left: 1%;
  z-index: 0;
  font-size: 280px;
  font-family: var(--fontMain);
  font-weight: 400;
}

.BigLetter::before {
  content: "A";
  color: var(--gray-light);
}
.place-text {
  padding: 0rem 9rem 0rem 0rem;
}
@media (min-width: 768px) {
  .BigLetter {
    top: -30%;
  }
}
@media (max-width: 767px) {
  .BigLetter {
    top: -10%;
  }
}
@media (max-width: 420px) {
  .place-text {
    padding: 0rem 0rem;
  }
}

.text-right-space {
  padding: 0px 10rem 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-right-space {
    padding: 0px 9rem 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-right-space {
    padding: 0px 0rem 0 0;
  }
}

@media (max-width: 767px) {
  .text-right-space {
    padding: 0px 0rem 0 0;
  }
}

/* ===Circle Button=== */
.arrow-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}

.circle {
  width: 60px;
  height: 60px;
  border: 2px solid var(--sand);
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  transition: transform 0.6s ease;
  z-index: 0;
}

.arrow {
  font-size: 3.2rem;
  position: relative;
  left: 40px;
  top: 0px;
  z-index: 1;
  transition: transform 0.6s ease;
  background-color: #f6f6f6;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  transform: translateX(-20px);
}

.gray-bg .arrow {
  background-color: transparent;
}

.arrow img {
  margin-top: -34px;
}

/* Hover effect: arrow moves through the circle */
.arrow-btn:hover .arrow {
  transform: translateX(14px);
}

.arrow-btn:hover .circle {
  transform: translateX(0px);
}

/*======= Services List ==========*/
.numbered-nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  counter-reset: nav-counter;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
  font-size: var(--step-1);
}

.numbered-nav li {
  counter-increment: nav-counter; /* increment counter for each li */
  position: relative;
  color: var(--gray);
  font-family: var(--fontMain);
}

.numbered-nav li::before {
  content: counter(nav-counter, decimal-leading-zero) " "; /* 01, 02, 03 */
  font-weight: 400;
  margin-right: 0.4em;
}

.numbered-nav a {
  text-decoration: none;
  color: var(--gray);
  font-weight: 400;
  text-transform: capitalize;
  transition: color 0.2s ease;
}

.numbered-nav a:hover,
.numbered-nav li:hover::before {
  color: var(--black);
}

/*==========  BannerBox =========*/
.why {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .why {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .why {
    text-align: center;
  }
}
.BannerCont {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 2rem; /* space between items */
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 1rem;
}

.BannerCont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.BannerCont .BannerBox {
  flex: 1 1 calc(50% - 2rem); /* 2 per row */
  text-align: center;
  padding: 1rem;
  font-family: var(--fontMain);
  font-size: var(--step--1);
}

.BannerBox img {
  height: 50px;
}

@media (max-width: 767px) {
  .BannerCont .BannerBox {
    flex: 1 1 calc(50% - -7rem);
  }
}

/* START OF SWIPER CAROUSELS 
====================================*/
.News-swiper .swiper-pagination-bullet-active {
  background: var(--sand);
}

.News-swiper .swiper-slide.swiper-slide-next picture img {
  height: 420px;
}

/*Big Image
======================*/
.bg-image {
  position: relative;
  height: 550px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bg-image {
    height: 450px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bg-image {
    height: 400px !important;
  }
}

@media (max-width: 767px) {
  .bg-image {
    height: 300px !important;
  }
}
/*=========why===========*/
.ColumnBox h2 {
  font-size: var(--step-1);
}

/*NEWSLETTER
----------------------------*/
.section-newsletter {
  background-color: var(--blue-color);
  color: var(--white);
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}
.newsletter .h3 {
  font-weight: 300;
  color: var(--black);
}
.newsletter a {
  color: var(--black);
}

.newsletterform {
  text-align: center;
}
.newsletterform .v-no {
  display: none;
}
/*FORM
==========================*/
.contactForm {
  font-size: 18px;
}
.contactForm .form-control {
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--black);
  font-size: 18px;
}
.contactForm select:has(option[value=""]:checked) {
  color: var(--blue-color);
}
.contactForm label,
.contactForm .form-control::placeholder {
  color: var(--blue-color);
}
.field-validation-valid {
  display: none;
  color: red;
}
.field-validation-error {
  display: block;
  color: red;
  text-align: left;
  font-size: 12px;
}
.field-validation-error:empty {
  display: none;
}
.asterisk span {
  display: inline;
  font-size: 14px;
}
.form-agree label {
  display: inline;
  color: var(--black);
  text-transform: unset;
}
.form-agree .field-validation-error {
  display: inline-block;
}
.form-agree a {
  text-decoration: underline;
  padding-bottom: 0px;
}
.form-agree a:hover {
  text-decoration: none;
}

input[type="date"]:not(.has-value):before {
  content: attr(placeholder);
}

#json-msg {
  padding-top: 20px;
}
.status-failure,
.status-busy {
  margin: 6px 0 0 0;
}
.status-busy img {
  height: 10px;
}

.newsletterform {
  color: var(--white);
  font-size: 16px;
}
.newsletterform .form-control {
  background-color: transparent;
  padding: 12px 15px;
  color: var(--black);
  font-size: 14px;
  border-bottom: 1px solid var(--black);
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-radius: 0;
}
.newsletterform .form-agree label {
  font-size: 14px;
  color: var(--black);
}
.newsletterform .form-control::placeholder {
  color: var(--black);
}
.newsletterform label {
  background: rgba(0, 0, 0, 0.01);
}
.attachment-field {
  min-width: 150px;
  padding-bottom: 8px;
}

/*404 page
============================================*/
.sitemap a {
  text-decoration: none;
  color: var(--dark-color);
  text-transform: uppercase;
}
.sitemap a:hover {
  text-decoration: underline;
}

/*=========== To Top =========== */
.toTop {
  text-align: right;
}

a.scrollup {
  background: url(../images/ToTop.svg) no-repeat center center !important;
  display: none;
  position: fixed;
  bottom: 65px;
  right: 20px;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  text-decoration: none;
  padding: 0px 0px 0;
  z-index: 10000;
  transition: height 350ms ease-in-out, opacity 750ms ease-in-out;
  background-size: 100% auto;
}
.scrollup.is-visible {
  display: inline;
  opacity: 1;
}

@media (min-width: 992px) {
  a.scrollup {
    bottom: 65px;
  }
}

.Row-Body {
  font-weight: 300;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--sand);
}

/* ===Vertical Tabs=== */
:root {
  --gap: 1rem;
}

.Vertical-Tabs.tabs {
  display: flex;
  gap: var(--gap);
  max-width: 1100px;
  margin: 0 auto;
  align-items: flex-start;
}

/* Tab list (buttons) */
.tablist {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 60%;
  flex: 0 0 220px;
  padding-right: 10%;
}

.tab {
  display: block;
  text-align: left;
  padding: 0.4rem 0.4rem;
  text-transform: capitalize;
  /* border-radius: 10px; */
  background: transparent;
  /* border: none; */
  cursor: pointer;
  font-weight: 600;
  box-shadow: none;
  transition: transform 0.08s ease, background 0.12s ease;
  color: var(--gray);
  background: rgba(0, 0, 0, 0.005);
  font-family: var(--fontMain);
  font-size: var(--step--1);
  font-weight: 300;
}
.tab span {
  font-size: var(--step--1);
}

/* .tab:hover { transform: translateY(-2px); } */
.tab:focus {
  outline: 3px solid rgba(59, 130, 246, 0.18);
  outline-offset: 2px;
}

.tab[aria-selected="true"] {
  color: var(--black);
  font-family: var(--fontMain);
  font-size: var(--step--1);
  font-weight: 300;
}
/* Content panels */
.panel {
  display: none;
}

.panel.active {
  display: block;
}

.panel h2 {
  font-size: var(--step-1);
  margin-top: 0;
  text-transform: capitalize;
}
.muted {
  color: var(--muted);
}

/* Responsive: on small screens show tabs horizontally on top */
@media (max-width: 760px) {
  .tabs {
    flex-direction: column;
  }

  /* <= Εδώ η αλλαγή */
  .tablist {
    flex-direction: column; /* Κάθετα στο mobile */
    gap: 0.5rem;
    border-bottom: 1px solid var(--sand);
  }

  .tab {
    border-radius: 10px;
    white-space: normal;
    flex: none;
  }

  .panels {
    margin-top: 0.5rem;
  }
}

.ImageSection {
  height: 500px;
}

.ColumnBox picture {
  width: 100%;
}

.ColumnBox picture img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.mainText {
  column-count: 2;
  column-gap: 40px;
}

@media screen and (max-width: 992px) {
  .ImageSection,
  .ColumnBox picture img,
  .News-swiper .swiper-slide.swiper-slide-next picture img {
    height: 400px;
  }
}

@media screen and (max-width: 575px) {
  .mainText {
    column-count: 1;
  }
  .ImageSection,
  .ColumnBox picture img,
  .News-swiper .swiper-slide.swiper-slide-next picture img {
    height: 300px;
  }
}

/** START OF MODAL 
=======================*/
.modal {
  z-index: 20000;
}

.modal .modal-content {
  -webkit-box-shadow: 0px 20px 20px #00000045;
  box-shadow: 0px 20px 20px #00000045;
  padding: 20px;
  border-radius: 0px;
  border: none;
  text-align: left;
}
#popupModal .modal-content.padding {
  padding: 20px;
}
#popupModal .modal-content.padding .modal-body {
  padding: 0px;
}
.modal .btn-close {
  position: absolute;
  width: 2em;
  height: 2em;
  right: 0px;
  top: 0px;
  opacity: 0.8;
  border-radius: 0px;
}

#popupModal .img {
  height: 400px;
}

#popupModal img {
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .modal .modal-dialog {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
/** END OF MODAL 
=======================*/

/*====Animation====*/
.reveal {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s ease-out;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

/* When visible, animate in */
.reveal .show {
  opacity: 1;
  transform: translateX(0);
}

/* Extra option: slide from bottom */
.reveal .from-bottom300 {
  transform: translateX(-300px);
}
.reveal .from-bottom.show {
  transform: translateX(0);
  opacity: 1;
}

/*=== Zoom In ===*/

.ColumnBoxImg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ColumnBoxImg img {
  transition: transform 0.5s ease;
}
.ColumnBox:hover .ColumnBoxImg img {
  transform: scale(1.2);
}
