/*---------------- global fisrt ---------------- */

@font-face {
  font-family: "extra-light";
  font-display: swap;
  src: url("/templates/cassiopeia_eventure_new/css/font/SourceSerif4-ExtraLight.ttf");
}

@font-face {
  font-family: "light";
  font-display: swap;
  src: url("/templates/cassiopeia_eventure_new/css/font/SourceSerif4-Light.ttf");
}

@font-face {
  font-family: "regular";
  font-display: swap;
  src: url("/templates/cassiopeia_eventure_new/css/font/SourceSerif4-Regular.ttf");
}

@font-face {
  font-family: "medium";
  font-display: swap;
  src: url("/templates/cassiopeia_eventure_new/css/font/SourceSerif4-Medium.ttf");
}

@font-face {
  font-family: "semibold";
  font-display: swap;
  src: url("/templates/cassiopeia_eventure_new/css/font/SourceSerif4-SemiBold.ttf");
}

@font-face {
  font-family: "bold";
  font-display: swap;
  src: url("/templates/cassiopeia_eventure_new/css/font/SourceSerif4-Bold.ttf");
}

@font-face {
  font-family: "inter-semibold";
  font-display: swap;
  src: url("/templates/cassiopeia_eventure_new/css/font/Inter_24pt-SemiBold.ttf");
}


html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  overflow-x: hidden;
  z-index: -100000;
  background-color: #fff;
  position: relative;
}

footer,
main,
header {
  overflow: hidden;
}

/*img {*/
/*  max-width: 100%;*/
/*  width: auto \9;*/
/*  -ms-interpolation-mode: bicubic;*/
/*  height: auto;*/
/*}*/

figure {
  margin: 0;
}

:root {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  scroll-behavior: smooth;
}

/*!*a,*!*/
/*!*a:hover {*!*/
/*!*  text-decoration: none !important;*!*/
/*!*  font-family: "regular";*!*/
/*!*  cursor: pointer;*!*/
/*}*/

/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*h5,*/
/*p {*/
/*  margin-bottom: 0;*/
/*  font-family: "regular";*/
/*  font-stretch: normal;*/
/*}*/

p, li {
  /*font-size: 20px;*/
  /*font-family: "regular";*/
  /*line-height: 35px;*/
}

/*h2 {*/
/*  font-family: "regular";*/
/*}*/

menu {
  padding: 0;
  margin: 0;
}

/* b, strong { */
/*   font-family: "bold"; */
/* } */

ol, ul, dl {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

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


/*---------------- global end ---------------- */


/* initializations */
.vacuum {
  height: 120px;
  background-color: #fff;
}

.color-purple {
  color: #973488;
}

.color-grey {
  color: #898A8C;
}

.bgcolor-grey {
  background-color: #898A8C;
}

.bgcolor-purple {
  background-color: #973488;
}

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

.landing-title,
.page-header h1 {
  font-size: 100px;
  font-family: "regular";
  font-weight: 50;
  letter-spacing: -2px;
}

.landing-title-eventure {
  font-size: 80px;
}

.footer-newsletter {
  color: #fff;
}

/* header  */

.logo,
.button-top-header.lang {
  position: relative;
  z-index: 3;
  z-index: 6;
}

.header {
  height: 203px;
  position: relative;
}

.view-featured .header {
  height: 100vh;
}

.header-top-bar {
  padding-top: 50px;
  width: 86%;
  margin: auto;
  display: flex;
  align-items: center;
}

.logo  img {
  width: 220px;
  filter: invert(26%) sepia(21%) saturate(5433%) hue-rotate(281deg) brightness(88%) contrast(84%);
}

.view-featured .logo  img {
 filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.button-top-header {
  background-color: #898A8C8C;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 0px 8px;
  margin-left: 29px;
  display: flex;
  align-items: center;
}

.button-top-header a {
  color: #fff;
  font-size: 18px;
}

.buttons-header {
  display: flex;
}

.humburger-menu,
.buttons-header {
  height: 35px;
}

.buttons-header {
  margin-left: auto;
}

.button-top-header-inside {
  display: flex;
  align-items: center;
}

.button-top-header-inside img {
  width: 19px;
  height: 22px;
  margin-right: 15px;
}

.social-top-items {
  position: absolute;
  bottom: 93px;
  /*left: 135px;*/
  display: flex;
  flex-direction: column;
}

.social-top-items a {
  width: 62px;
  height: 62px;
  /*border: 2px solid #000;*/
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  /*background-color: #973488bf;*/
}

.social-top-items img {
  width: 30px;
}

.scroll-top img {
  width: 28px;
}

.scroll-top a {
  position: absolute;
  bottom: 78px;
  right: 125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.scroll-top .scroll-text {
  transform: rotate(-90deg);
  margin-bottom: 65px;
  font-size: 35px;
  color: #fff;
  opacity: 0.5;
  font-family: "semibold";
}

/* header end */

/* lang */

.mod-languages a {
  padding: 0 !important;
}

.mod-languages li {
  margin: 0 !important;
  display: flex !important;
  width: 39px;
  justify-content: center;
  position: relative;
}

.mod-languages ul {
  display: flex !important;
}

.mod-languages ul li.lang-active {
  background-color: #f0f0f000 !important;
  position: relative;
}

.mod-languages ul li:nth-child(1)::after {
  content: '';
  position: absolute;
  top: 9px;
  right: 0;
  width: 1px;
  height: 46%;
  background-color: #fff;
  transform: rotate(15deg);
}

fieldset,
#rsform_3_page_0 .formControls input[type="text"],
.form-group {
  margin-bottom: 0 !important;
}

.mod-languages li a {
  opacity: 0.4;
}

.mod-languages .lang-active a {
  opacity: 1;
}

/* lang end */


/* menu */

.menu-line {
  width: 100%;
  background-color: #fff;
  height: 2px;
}

.menu-line.line-2 {
  width: 70%;
  margin-left: auto;
}

.humburger-menu {
  margin-left: 66px;
  position: relative;
  z-index: 34;
}

.humburger-menu-inside,
.humburger-menu {
  width: 70px;
}

.humburger-menu-inside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
}

.custom-menu {
  position: fixed;
  display: none;
}

.custom-menu.change {
  display: inherit;
}

.humburger-menu,
.humburger-menu-inside {
  height: 50px;
  border-radius: 6px;
}

.humburger-menu-inside {
  padding: 9px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #953387;
  z-index: 2;
}

.first-video .mod-custom,
.social-top .mod-custom,
.scroll-top .mod-custom {
  position: inherit;
}

.custom-menu.change {
  color: #fff;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgb(149,51,135);
  background: linear-gradient(180deg, rgba(149,51,135,1) 0%, rgba(108,33,97,1) 50%);
  display: flex;
  flex-direction: column;
}

.nav-item a {
  color: #fff;
  font-size: 40px;
  font-family: "medium";
  line-height: 81px;
}

.custom-menu-inside {
  display: grid;
  grid-template-columns: 40% 60%;
  height: 100%;
  margin: 156px 135px 0px 135px;;
}

.bottom-menu {
  height: 123px;
  background-color: #707070B3;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 2px solid #000;
}

.menu-social a {
  margin-right: 45px;
}

.menu-social a:last-child {
  margin-right: 0;
}

.left-menu,
.right-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 30px;
}

.left-menu {
  background-color: rgba(0, 0, 0, 0.501);
  padding-block: 97px;
}

.right-menu {
  background-color: #000;
  position: relative;
}

.nav li {
  position: relative;
  z-index: 2;
}

.right-menu::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/grey-eventure-menu.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.cert-img-menu {
  width: 125px;
  display: flex;
  margin: 13px auto 13px auto;
}

.logo-active img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.menu-social img {
  width: 40px;
  height: 40px;
}

/* menu end */


/* video arxikis */

.view-featured .first-video video,
.sinedria-items video,
.ipiresies-web-items video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -2;
  left: 0;
}

/* video arxikis end */

/* footer */

.footer-top-right img {
  filter: invert(100%) sepia(0%) saturate(7493%) hue-rotate(270deg) brightness(100%) contrast(100%);
  width: 378px;
}

.footer-top-right {
  width: 42%;
  margin-left: auto;
  border-radius: 72px 0 0 0;
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-box-items {
  display: grid;
grid-template-columns: 554px 75px 1fr;
}

.footer-box-item.a img {
  width: 554px;
}

.footer-box-item.b h2 {
  transform: rotate(-90deg);
  font-size: 100px;
  position: relative;
  bottom: -544px;
  letter-spacing: 3px;
  font-family: "inter-semibold";
    display: block ruby;
}

.footer-box-item-right-bottom {
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 219px;
}

.footer-box-item-right-bottom a {
  font-size: 20px;
  font-family: "regular";
}

.footer-box-item-left a,
.footer-box-item-center p a,
.footer-box-item-right-bottom a {
  color: #fff;
}

.footer-box-item.c {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-box-item-c--inside {
  display: flex;
  justify-content: center;
  padding-top: 124px;
}

.footer-box-item-c--inside p a {
  font-size: 18px;
  font-family: "light";
}

.footer-box-item-left {
  width: 346px;
  text-align: center;
  margin-right: 135px;
}

.footer-box-item-right,
.footer-box-item-left,
.footer-box-item-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-box-item-center {
  margin-right: 202px;
}

.footer-box-item-right img {
  width: 45px;
}

.footer-box-item-right img.cert-img {
  width: 133px;
}

.footer-box-item-right a {
  margin-bottom: 24px;
}

.footer-img-location img {
  width: 36px;
  height: 36px;
}

.footer-img-location {
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer-img-location {
  margin-bottom: 56px;
}

.footer-box-item-center p {
  margin-bottom: 8px;
  line-height: 25px;
}

.footer-box-item-left p {
  line-height: 19px;
}

.footer-box-item-left p:nth-child(3) {
  margin-top: 26px;
}

.footer-copyright {
  padding: 28px;
  text-align: center;
}

.footer-copyright a {
  color: #000;
  font-family: "bold";
}

/* diorganosi-sinedrion */

.sinedria-items {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 80px;
}

.sinedria-item {
  width: 568px;
  height: 700px;
  display: flex;
  justify-content: center;
  text-align: center;
  background-color: #F4E3F4;
  align-items: center;
  padding-inline: 82px;
}

.sinedria-items .sinedria-item:nth-child(1) {
  margin-right: 120px;
  border-radius: 284px 0 284px 284px;
}

.sinedria-items .sinedria-item:nth-child(2) {
  border-radius: 0 284px 284px 284px;
  margin-top: 134px;
  background-color:   #E6CDE1;
}

.sinedria-items .sinedria-item:nth-child(1) .icon-sinedria {
  width: 200px;
}

.sinedria-items .sinedria-item:nth-child(2) .icon-sinedria {
  width: 250px;
}

.sinedria-items .icon-aroow,
.diorganosi-ekdiloseon .basic-arrow .icon-aroow,
.about--us--page .basic-arrow img {
filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  width: 13px;
}

.sinedria-items h3 {
  font-size: 50px;
  color: #000;
  margin-top: 27px;
}

.basic-arrow {
  width: 38px;
  height: 38px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sinedria-items .basic-arrow {
  background-color:   #973488;
}

/*a {*/
/*  color: #000;*/
/*}*/

.sinedria-item-arrow {
  display: flex;
  justify-content: center;
  width: 224px;
  margin: auto;
  margin-top: 37px;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
}

.sinedria-items::after {
  content: '';
  position: absolute;
  top: 0;
  width: 93%;
  margin: auto;
  background-color: #973488;
  height: 2px;
}

.sinedria-item-arrow p {
  margin-right: 15px;
}

/* .diorganosi-sinedrion h2 {
  display: flex;
  justify-content: center;
  margin-bottom: 100px
} */

.sinedria-items video {
  height: auto;
}

/* diorganosi-sinedrion end */


/* diorganosi-ekdiloseon */

.diorganosi-ekdiloseon .basic-arrow {
  margin-top: 25px;
}

.team-link .basic-arrow,
.diorganosi-ekdiloseon .basic-arrow {
  background-color: #646464;
}

.diorganosi-ekdiloseon .basic-arrow,
.ipiresies-web-items .ipiresies-web-item:nth-child(2) .basic-arrow {
  width: 72px;
  height: 72px;
}

.diorganosi-ekdiloseon .basic-arrow .icon-aroow {
  width: 25px;
  transform: rotate(80deg);
}

.diorganosi-ekdiloseon {
  background-color: #000;
  padding-block: 72px;
  position: relative;
}

.diorganosi-ekdiloseon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 242px;
  height: 100%;
  background-image: url("/images/eventure-right.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.diorganosi-ekdiloseon h2 {
  width: 33%;
  margin-right: auto;
  margin-left: 342px;
  text-align: center;
}

.diorganosi-ekdiloseon h2,
.diorganosi-ekdiloseon h3,
.diorganosi-ekdiloseon a {
  color: #fff;
}

.diorganosi-ekdiloseon-items {
  display: flex;
  margin-right: 90px;
  justify-content: end;
}

.diorganosi-ekdiloseon-item {
  height: 754px;
  padding-block: 57px;
}

.item-inside-ekdiloseon {
  background-color: #973488;
  border-radius: 50%;
  width: 759px;
  height: 759px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}

.diorganosi-ekdiloseon-item:nth-child(2) .item-inside-ekdiloseon {
  background-color:    #646464;
}

.diorganosi-ekdiloseon-item:nth-child(2) {
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
  margin-right: -325px;
  margin-left: -257px;
  background-color: #000;
  z-index: 2;
  width: 404px;
  text-align: center;
  justify-content: center;
  display: grid;
  overflow: hidden;
  height: 1095px;
}

.diorganosi-ekdiloseon-item:nth-child(3) {
  display: flex;
  align-items: end;
  height: 1102px;
}
.diorganosi-ekdiloseon-item:nth-child(3) .item-inside-ekdiloseon {
  width: 620px;
  height: 620px;
}

.diorganosi-ekdiloseon-item:nth-child(1) {
  margin-top: 179px;
}

.diorganosi-ekdiloseon-items {
  padding-block: 0px;
  margin-top: -131px;
  height: 1268px;
}

.diorganosi-ekdiloseon h3 {
font-weight: 600;
  font-size: 40px;
font-family: "light";
    width: 97%;
}

.diorganosi-ekdiloseon-item:nth-child(1) .item-inside-ekdiloseon {
  padding: 0 257px 0 20px;
}

.diorganosi-ekdiloseon-item:nth-child(2) .item-inside-ekdiloseon {
  padding: 70px 230px 70px 150px;
  position: relative;
  left: 50px;
}

.diorganosi-ekdiloseon-item:nth-child(3) .item-inside-ekdiloseon {
  padding: 0 20px 0px 336px;
}

.diorganosi-ekdiloseon-item:nth-child(2) .basic-arrow {
  background-color: #973488;
}

.left-eventure {
  position: absolute;
}

.diorganosi-ekdiloseon .diorganosi-ekdiloseon-all {
 margin-left: 100px;
}

.diorganosi-ekdiloseon .diorganosi-ekdiloseon-all {
  margin-left: 525px;
  display: flex;
  align-items: center;
  width: 103px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-top: -226px;
}

.diorganosi-ekdiloseon .basic-arrow.ekdiloseon-bottom {
  margin-top: 0;
  width: 38px;
  height: 38px;
  background-color: #973488;
}

.diorganosi-ekdiloseon-all p {
  margin-right: 10px;
  font-size: 25px;
}

.diorganosi-ekdiloseon .basic-arrow.ekdiloseon-bottom .icon-aroow,
.ipiresies-web-items .ipiresies-web-item:nth-child(1) .icon-aroow,
.team-item--link .basic-arrow img {
  width: 13px;
}

/* diorganosi-ekdiloseon end */


/* ipiresies web */

.ipiresies-web-items {
  display: grid;
  grid-template-columns: 40% 60%;
}

.ipiresies-web-item,
.team--inside-item {
  border-radius: 30px;
  color: #fff;
  overflow: hidden;
}

.ipiresies-web-item a {
  color: #fff;
}

.ipiresies-web-item:nth-child(1) {
  background-color: #000;
  padding: 80px 129px;
  position: relative;
  z-index: 1;
}


.ipiresies-web-item:nth-child(1)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/evnr.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}

.ipiresies-web-item:nth-child(2) {
  position: relative;
  padding: 46px 193px;
  background-color: #9533876b;
}

.ipiresies-web-items .landing-title {
  margin-bottom: 45px;
  text-align: center;
}

.ipiresies-web-items .ipiresies-web-item:nth-child(1) p {
  margin-bottom: 30px;
}


.ipiresies-web-items video {
  height: 100%;
}

.ipiresies-web-items .basic-arrow {
  background-color: #953387;
}

.ipiresies-web-items .ipiresies-web-item:nth-child(2) .basic-arrow {
  background-color: #ffffff;
}

.ipiresies-web-items .ipiresies-web-item:nth-child(2) .basic-arrow .icon-aroow {
filter: invert(26%) sepia(21%) saturate(3738%) hue-rotate(273deg) brightness(101%) contrast(92%);
}

.ipiresies-web-items .icon-aroow,
.team-item--link .basic-arrow img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.ipiresies-web-link,
.ipiresies-web-item-inside {
  display: flex;
}

.ipiresies-web-link p {
  padding-inline: 0;
}

.ipiresies-web-item:nth-child(2) h3 {
  font-size: 60px;
}

.ipiresies-web-item:nth-child(2) .ipiresies-web {
  display: flex;
  align-items: end;
}

.ipiresies-web-item-inside {
  margin-bottom: 75px;
  margin-top: 45px;
}

.ipiresies-web-item-inside p {
  padding-inline: 0;
  padding-left: 146px;
}

.ipiresies-web-item-inside a  {
  padding-inline: 0;
  padding-left: 81px;
}

.ipiresies-web-item-inside.end {
  margin-bottom: 0px;
}

.ipiresies-web-item:nth-child(1) .ipiresies-web-link {
  width: 80%;
  border-bottom: 1px solid #fff;
  padding-left: 25px;
}

.ipiresies-web---item {
  width: 59%;
  margin: auto;
}

.ipiresies-web-items .ipiresies-web-item:nth-child(1) .ipiresies-web-link p {
  margin-right: 25px;
}

/* ipiresies web end */

/* team */


/* .team {
  background-color: #898A8C;
  margin-top: 21px;
  padding: 103px 40px;
} */

.team--inside-item p {
  position: relative;
  z-index: 1;
}


.team--inside-item p:nth-child(3) {
  margin-top: 50px;
}

.team--inside-item p:nth-child(4),
.team--inside-item p:nth-child(5),
.team--inside-item p:nth-child(6) {
  margin-top: 40px;
}

.team--inside-item p:nth-child(3)::after,
.team--inside-item p:nth-child(4)::after,
.team--inside-item p:nth-child(5)::after,
.team--inside-item p:nth-child(6)::after {
 content: '1';
 position: absolute;
 left: 0;
 width: 100%;
 font-size: 60px;
 opacity: 0.3;
 font-family: "bold";
 z-index: -1;
 top: 13px;
}

.team--inside-item p:nth-child(4)::after {
 content: '2';
}

.team--inside-item p:nth-child(5)::after {
 content: '3';
}

.team--inside-item p:nth-child(6)::after {
 content: '4';
 top: 11px;
}

.team--inside-item p:nth-child(6),
.team--inside-item p:nth-child(5),
.team--inside-item p:nth-child(4),
.team--inside-item p:nth-child(3) {
  line-height: 25px;
}

.team-item:nth-child(2) h2 {
  margin-top: 55px;
}

.team-items {
  display: grid;
  grid-template-columns: 30% 70%;
}

.team-item:nth-child(2) {
 margin-left: 153px;
 color: #fff;
}

.team-item:nth-child(1) .team-link {
 color: #fff;
}

.team-item--link {
  background-color: #953387;
  padding: 100px 0px;
  border-radius: 30px 40px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}

.team-link {
  display: flex;
  justify-content: center;
  width: 34%;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

.team-link p {
  margin-right: 20px;
}

.team--inside-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-left: 50px;
  margin-top: 210px;
}

.team--inside-item:nth-child(1) {
  background-color: #4E4E4E;
  padding: 155px 105px;
}

.team--inside-item:nth-child(2) {
  background-color: #953387;
  padding: 63px 106px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.expextations {
  width: 448px;
  margin: auto;
  display: flex;
  margin-top: 73px;
}


/* keinoumneolektiko */
.text-animation-landing p {
  font-size: 35px;
  letter-spacing: 2px;
}

.container--text {
  background-color: #000;
  padding-block: 50px;
}

.keinoumneolektiko {
  background-color: #BD2955;
  padding-block: 20px;
  margin-top: 125px;
}

:root {
  --gap: 0.5rem;
}

.text img {
  height: 60px;
  width: auto;
}

.marquee {
  overflow: hidden;
  user-select: none;
  display: flex;
  gap: var(--gap);
}

.marquee ul {
  list-style: none;
  flex-shrink: 0;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--gap);
  animation: marquee 13s linear infinite;
  margin-bottom: 0;
}

.marquee .text {
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
}

@keyframes marquee {
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}



/* keinoumneolektiko end */


/* sinergates */

.swiper-02 {
  padding: 60px 0px !important;
  background-color: #EEEDEE;
  background-color: #efedef;
}

/*
.swiper-02 .swiper-slide {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  column-gap: 50px;
  padding-inline: 55px;
  row-gap: 54px;
} */

.swiper-pagination-sinergates {
  display: flex;
  justify-content: center;
  width: 50% !important;
  margin: auto;
  margin-top: 34px;
}

.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  background:   #898A8C !important;
}

.swiper-pagination-bullet-active {
  background: #973488 !important;
}

.sunergates h2 {
  width: 57%;
  margin-left: auto;
  background-color: #953387;
  color: #fff;
  padding: 55px 135px;
  border-radius: 30px 0px 0 30px;
}

/* sinergates */

/* eipan gia emas */

.eipangiaemas {
  position: relative;
}

.eipangiaemas-items-line-right,
.eipangiaemas-items-line-left {
  position: absolute;
  width: 72%;
  height: 2px;
  z-index: 3;
  top: 237px;
  left: 0;
}

.eipangiaemas-items-line-left {
  background-color: #000;
}

.eipangiaemas-items-line-right {
  background-color: #fff;
}

.swiper-03 {
  padding: 126px 0px 15px 0 !important;
}

.swiper-03 .swiper-slide {
  padding: 0 294px 0 211px;
}

.swiper-button-eipan-next,
.swiper-button-eipan-prev {
  position: relative;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 33;
}

.swiper-button-eipan-next::after,
.swiper-button-eipan-prev::after {
  content: '' !important;
  width: 70%;
  height: 70%;
  background-image: url(/images/arrow-about-us.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
}

.swiper-button-eipan-next::after {
  transform: rotate(180deg);
}

.eipangiaemas-items {
  display: grid;
  grid-template-columns: 45% 55%;
  position: relative;
}

.eipangiaemas-item:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.eipangiaemas-item:nth-child(1) img {
  width: 500px;
}

.eipangiaemas-item:nth-child(1) h2  {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  padding-inline: 87px;
  line-height: 81px;
}

.eipangiaemas-item:nth-child(2)  {
  background-color: #898A8C;
  color: #fff;
  position: relative;
  border-radius: 240px 0 0 0;
}

.eipangiaemas-item:nth-child(2):after  {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 78.7%;
  height: 100%;
  background-image: url(/images/quote.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.swiper-button-eipan-items {
  display: flex;
  right: 82px;
  position: relative;
  bottom: 47px;
  height: 142px;
  flex-direction: column;
  align-items: end;
  width: 138px;
  margin-left: auto;
}

.eipan-inside h4 {
  margin-top: 72px;
  font-size: 20px;
  height: 108px;
  line-height: 35px;
}

.eipan-inside p {
  margin-top: 268px;
}

.eipan-inside h3 {
  font-size: 30px;
  line-height: 45px;
}

.swiper-button-eipan-prev {
  margin-right: auto;
}

.swiper-button-eipan-next {
  margin-left: auto;
}


/* eipan gia emas end */


/* events */

.events-title h2 {
  width: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 50px;
  border: 1px solid #000;
  border-radius: 30px;
  background-color: #E9D5E6;
  color: #973488;
}

/* events end */

/* article */

.view-article .vacuum.none,
.view-article .diorganosi-ekdiloseon-all {
  display: none;
}

.view-article h1 {
  font-size: 100px;
  color: #973488;
  padding-left: 135px;
  width: 80%;
  font-family: "medium";
  margin-bottom: 41px;
}

/* article end */

/* poioi eimaste */

.about--us--page h1 {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 93px 15px;
  background: rgb(149,51,135);
  background: linear-gradient(180deg, rgba(149,51,135,1) 0%, rgba(96,26,86,1) 50%);
  color: #fff;
  width: 100%;
  margin-bottom: 0px;
}

.about--us--page .full-image img {
  max-width: 122%;
}

.view-article.about--us--page .diorganosi-ekdiloseon-all {
  display: flex;
  border-bottom: 1px solid #fff;
  width: 198px;
  padding-bottom: 7px;
  margin-top: 13px;
}

.first-box-poipoi-eimaste {
  display: grid;
  grid-template-columns: 40% 60%;
  position: relative;
}

.box-poipoi-eimaste-02  {
  width: 257px;
  height: 257px;
  background-color: #898A8C33;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-poipoi-eimaste-02 img {
  width: 58%;
}

.about--us--page .full-image {
  width: 632px;
  height: 771px;
  display: flex;
  align-items: end;
  background: rgb(149,51,135);
  background: linear-gradient(180deg, rgba(149,51,135,1) 0%, rgba(75,26,68,1) 50%);
}

.eventureplanning {
  margin-top: 100px;
  width: 83%;
  margin-bottom: -4px;
}

.first-box-poipoi-eimaste-inside {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.first-inside-text {
  width: 80%;
  background-color: #EAD9E8;
  padding: 64px 45px;
  text-align: center;
}

.box-poipoi-eimaste-01-inside {
  position: relative;
  left: 58px;
}

.inside-poioi-eimste-eventure {
  background-color: #898A8C;
  position: absolute;
  bottom: 75px;
  z-index: -1;
  width: 100%;
  display: flex;
  justify-content: end;
  height: 571px;
  align-items: end;
}

.inside-poioi-eimste-eventure img {
  width: 658px;
}

.first-inside-text p {
  margin-bottom: 20px;
}

.first-inside-text p:nth-child(2),
p.number-about {
  margin-bottom: 25px;
  position: relative;
  z-index: 0;
}

.number-about::after,
.tow::after,
.trhree::after,
.four::after  {
  content: '1';
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 60px;
  opacity: 0.1;
  font-family: "bold";
  z-index: -1;
  color: #953387;
}

.tow::after {
  content: '2';
}

.trhree::after {
  content: '3';
}

.four::after {
  content: '4';
}

.about--us--page .diorganosi-ekdiloseon-all p {
  color: #fff;
}

.about--us--page .basic-arrow {
  background-color: #973488;
}

.orama-box {
  position: relative;
}

.orama-inside-image {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
}

.orama-box-inside {
  width: 95%;
  margin-left: auto;
  position: relative;
  color: #fff;
  z-index: 1;
  border-left: 20px solid #000;
}

.orama-box-inside::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(151,52,136);
  background: linear-gradient(7deg, rgb(159, 15, 138) 0%, rgb(47, 47, 47) 90%);
  top: 0;
  z-index: 0;
  opacity: 0.7;
}

.about--us--page .landing-title,
.about--us--page p {
  z-index: 1;
  position: relative;
}

.number-about {
  font-family: "semibold";
}

.orama-box-inside-text {
  position: absolute;
  width: 1037px;
  z-index: 1;
  bottom: 0;
  background-color: #953387;
  padding: 75px 36px;
  text-align: center;
}

.orama-box-inside-text p {
  margin-bottom: 20px;
  font-family: "light";
}

.orama-box-inside-text p:last-child {
  margin-bottom: 0px;
}

.orama-box-inside-text:last-child {
  margin-bottom: 0px;
}

.about--us--page .box-poipoi-eimaste-03 .landing-title {
  padding-bottom: 613px;
  display: flex;
  justify-content: end;
  padding-top: 60px;
  margin-right: 233px;
}

.box-poipoi-eimaste-05 {
  background-color: rgba(137, 138, 140, 0.15);
  padding-block: 50px;
}

.koutakia-poioi-eimaste-items {
  display: grid;
  grid-template-columns: 406px 406px 406px 406px;
  gap: 14px;
  width: 86%;
  margin: auto;
}

.koutakia-poioi-eimaste-item {
  border: 2px solid #898A8C;
  border-radius: 30px;
  position: relative;
  padding: 85px 75px 35px 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 425px;
  transition: 0.6s;
  background-color: #fff;
}

.koutakia-poioi-eimaste-item:hover {
  padding: 101px 75px 50px 35px;
  transition: 0.6s;
  background-color: #97348826;
}

.koutakia-poioi-eimaste-item::after {
  content: '';
  position: absolute;
  top: 35px;
  left: 35px;
  width: 35px;
  height: 41px;
  background-image: url("/images/logo-koutakia.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.koutakia-poioi-eimaste-item p {
  font-size: 18px;
  line-height: 28px;
  font-family: "light";
}

.koutakia-poioi-eimaste-item h3 {
  font-size: 25px;
  margin-bottom: 23px;
}

.koutakia-poioi-eimaste-item:last-child {
  grid-column: span 2 / -1; /* Καλύπτει τις στήλες που απομένουν */
  justify-content: center;
  text-align: center;
  padding: 35px;
}

.koutakia-poioi-eimaste-item:last-child p {
  width: 50%;
  margin: auto;
  position: relative;
}

.koutakia-poioi-eimaste-item:last-child p::before,
.koutakia-poioi-eimaste-item:last-child p::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
}

.koutakia-poioi-eimaste-item:last-child p::before {
  top: -11px;
  left: -22px;
  background-image: url("/images/quotes-left.svg");
}

.koutakia-poioi-eimaste-item:last-child p::after {
  bottom: -23px;
  right: -11px;
  background-image: url("/images/quotes-right.svg");
}


.container-vio {
  display: grid;
  grid-template-columns: 76% 24%;
  align-items: center;
  background: rgb(151,52,136);
  background: linear-gradient(239deg, rgba(151,52,136,1) 0%, rgba(76,26,68,1) 50%);
  padding-block: 50px;

}

.toggle-btn {
  cursor: pointer;
}

.box {
  border: 2px solid #898A8C;
  border-radius: 10px;
  display: none; /* Όλα κρυμμένα εξ αρχής */
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #f0f0f0;
}

.box.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.boxes-vio--content-items {
  margin: 0px 121px 0px 60px;
}

.boxes-vio--content-item p {
  line-height: 28px;
}

.boxes-vio--content-item .box1-image {
  display: flex;
}

.boxes-vio--content-item {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  height: 100%;
}

.boxes-vio--content-item:nth-child(2) {
  background-color: #898A8C;
  padding: 50px;
}

.boxes-vio--content-item:nth-child(2) p {
  margin-bottom: 12px;
  color: #fff;
}

.boxes-vio--content-item:nth-child(2) p:last-child {
  margin-bottom: 0px;
}

.boxes-vio--content-item-quetes {
  margin-top: 30px;
  padding: 30px 178px;
  background-color: #9734883d;
  text-align: center;
}

#box1 .boxes-vio--content-item:nth-child(2),
#box2 .boxes-vio--content-item:nth-child(2) {
  justify-content: center;
}

.boxes-vio--content-item h3 {
  font-size: 45px;
  margin-top: 51px;
}

.boxes-vio--content-item h4 {
  font-size: 25px;
  margin-top: 15px;
}

.toggle-btn {
  height: 345px;
  border-radius: 30px 0 0 30px;
  width: 469px;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  background-color: #4D4D4D;
}

.toggle-btn::after,
.box-poioi-eimste-plasio-inside:nth-child(2)::after {
  content: '';
  position: absolute;
  bottom: 3px;
  right: 0px;
  width: 313px;
  height: 337px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("/images/vio-eventure.png");
  z-index: 0;
}

.toggle-btn img {
  width: 226px;
  position: relative;
  left: -35px;
  z-index: 1;
}

.boxes-vio--content-item:nth-child(1) p {
  position: relative;
}

.boxes-vio--content-item:nth-child(1) p::before,
.boxes-vio--content-item:nth-child(1) p::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("/images/quotes-left.svg");
  z-index: 0;
}

.boxes-vio--content-item:nth-child(1) p::before {
  left: -60px;
  top: -7px;
}

.boxes-vio--content-item:nth-child(1) p::after {
  background-image: url("/images/quotes-right.svg");
  right: -60px;
  bottom: 0;
}

.toggle-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #898A8C;
  border-radius: 30px;
  z-index: 2;
  opacity: 0.5;
}

.toggle-btn.active::before {
 opacity: 1;
 background-color: rgba(0, 0, 0, 0);
}

.toggle-btn.active .box-image-stauros {
  display: none;
}

.box-image-stauros {
  position: absolute !important;
  left: 50% !important;
  right: 50% !important;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 60px !important;
  z-index: 2 !important;
  display: inherit;
}

.box-poipoi-eimaste-03 {
  overflow: hidden;
}

.box-poioi-eimste-plasio-inside:nth-child(1) {
  display: none;
}

.box-poioi-eimste-plasio.active .box-poioi-eimste-plasio-inside:nth-child(1) {
  display: inherit;
  width: 65%;
  margin-top: 64px;
}

.box-poioi-eimste-plasio-inside:nth-child(2) {
  margin-left: auto;
  display: flex;
  background-color: #827f7f;
  border-radius: 30px;
  align-items: end;
  padding: 0px 20px 0 73px;
  filter: grayscale(90%);
  color: #fff;
  width: 784px;
  justify-content: space-between;
}

.box-poioi-eimste-plasio.active .box-poioi-eimste-plasio-inside:nth-child(2) {
  background-color: #95338400;
  flex-direction: column;
  padding: 0;
  align-items: end;
  width: 35%;
  filter: none;
  }

.box-image--poioi-eimaste img {
  width: 219px;
  margin-left: 60px;
  position: relative;
  z-index: 1;
}

.box-poioi-eimste-plasio.active .box-image--poioi-eimaste img {
  width: 496px;
  margin-left: 0;
  transition: all 0.7s;
}

.box-poioi-eimste-plasio.active .box-title-poioi-eimaste h3 {
  font-size: 50px;
}

.box-poioi-eimste-plasio.active .box-title-poioi-eimaste h4 {
  font-size: 30px;
}

.box-poioi-eimste-plasio.active .box-poioi-eimste-plasio-inside:nth-child(1) p {
  margin-top: 33px;
  font-size: 19px;
}

.box-poioi-eimste-plasio {
display: flex;
margin-bottom: 13px;
cursor: pointer;
background-color: transparent;
margin-right: 111px;

}

.box-poioi-eimste-plasio.active {
  background-color: #953384;
  color: #fff;
  width: 85%;
  margin-left: auto;
  border-radius: 30px;
  padding: 55px 124px 0px 60px;
}

.box-poioi-eimste-plasio:not(.active) {
  transition: background-color 0s;
}

.box-poioi-eimste-plasio-inside:nth-child(2)::after {
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: contain;
}

.box-text-poioi-eimaste {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.box-poioi-eimste-plasio.active .box-poioi-eimste-plasio-inside-title-sub {
  text-align: end;
}

.box-poioi-eimste-plasio.active h4 {
  font-family: "light";
}

.box-title-poioi-eimaste h3 {
  font-size: 42px;
  margin-bottom: 7px;
}

.box-subtitle-poioi-eimaste h4 {
  font-size: 25px;
  font-family: "light";
}

.box-poioi-eimste-plasio-inside-title-sub {
  margin-block: 58px;
}

.box-poioi-eimste-plasio.active .box-poioi-eimste-plasio-inside-title-sub {
  margin-block: 0;
}

.box-text-poioi-eimaste P,
.boxes-vio-title h5  {
  font-family: "light";
}

.boxes-vio-title {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 30px;
}

.box-poioi-eimste-viografika {
  position: relative;
}

.box-poioi-eimste-viografika::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/even-purple.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.box-poioi-eimste-plasio.active .box-poioi-eimste-plasio-inside:nth-child(2)::after {
  display: none;
}



/* poioi eimaste end */


/* diorganosi */

.com-content-article_sinedria {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: rgb(131,131,131);
  background: linear-gradient(180deg, rgba(131,131,131,1) 0%, rgba(0,0,0,1) 50%);
  color: #fff;
}

.intro--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  padding-inline: 130px;
  position: relative;
}

.intro--text::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: url("/images/eventure-black.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 0;
  height: 149px;
}

.intro--text p {
  font-family: "light";
}

.video--sinedria {
  position: relative;
  border-radius: 0px 0 0 60px;
  overflow: hidden;
}

.video--sinedria::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #953387;
  top: 0;
  left: 0;
  opacity: 0.7;
}

.video--sinedria video {
  width: 100%;
}

.video--sinedria-text,
.video--sinedria-text-bg {
  position: absolute;
  z-index: 3;
  width: 343px;
  height: 425px;
  display: flex;
  align-items: center;
  background: rgb(137,138,140);
  background: linear-gradient(89deg, rgba(137,138,140,1) 0%, rgba(69,69,70,1) 50%);
  border-radius: 284px 0 284px 284px;
  top: 50%;
  left: 69%;
  transform: translate(-50%, -50%);
  padding: 40px;
  text-align: center;
}
.video--sinedria-text-bg {
  z-index: 2;
  left: 70%;
  background: #898A8C;
  top: 52%;
}

.sinedria--items {
  background-color: #898A8C2E;
  position: relative;
  padding-block: 96px;
  display: flex;
  justify-content: center;
  gap: 34px;
}

.sinedria--item {
  width: 526px;
  height: 600px;
  background-color: #97348829;
  border-radius: 30px;
  border: 2px solid #838388;
  padding: 35px 54px;
  position: relative;
  overflow: hidden;
}

.sinedria--item.one::after,
.sinedria--item.two::after,
.sinedria--item.three::after,
.sinedria--item.four::after,
.sinedria--item.five::after {
  content: '1';
  position: absolute;
  bottom: 0;
  right: -72px;
  font-size: 566px;
  font-family: "semibold";
  color: #0000001f;
  height: 602px;
  left: auto;
  width: auto;
  opacity: 1;
}

.sinedria--item.two::after {
  content: '2';
}

.sinedria--item.three::after {
  content: '3';
}

.sinedria--item.four::after {
  content: '4';
}

.sinedria--item.five::after {
  content: '5';
}

.sinedria--item p:nth-child(1) {
  margin-bottom: 40px;
  height: 70px;
  display: flex;
  align-items: end;
  font-size: 24px;
}

.sinedria--item p:nth-child(2) {
  padding-right: 10px;
  font-size: 18px;
}



.sinefo-items::after,
.ekdiloseis-text::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("/images/treagona-roz.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.sinefo-items {
  display: flex;
  justify-content: center;
  position: relative;
  padding-block: 55px;
}

.sinefo-item {
  padding: 98px;
  width: 483px;
  height: 390px;
  text-align: center;
  border-radius: 0px 284px 284px 284px;
 background: rgb(124,43,112);
  background: linear-gradient(270deg, rgba(124,43,112,1) 0%, rgba(62,22,56,1) 50%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.sinefo-item p {
  position: relative;
  z-index: 1;
  font-size: 19px;
}

.sinefo-item span {
  margin-right: 11px;
}

.sinefo-items.evenplan .sinefo-item {
  flex-direction: column;
  text-align: left;
  width: 854px;
  height: 720px;
  align-items: self-start;
  padding: 0;
  padding-inline: 100px;
  border-radius: 0px 361px 361px 361px;
}

.sinefo-items.evenplan .sinefo-item:nth-child(3) {
  border-radius: 361px 0px 361px 361px;
  margin-top: 353px;
}

.sinefo-items.evenplan::after {
  background-image: url("/images/treagona-roz-2.svg");
}

.sinefo-item-image,
.sinefo-item-image-bottom {
  position: absolute;
  top: 198px;
  right: 0;
  z-index: 2;
}

.sinefo-item-image img,
.sinefo-item-image-bottom img {
  width: 836px;
}

.sinefo-item-image-bottom img {
  width: 1335px;
}

.sinefo-item-image-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
  z-index: 2;
}

.ekdiloseis-image-items {
  display: grid;
  grid-template-columns: 48% 52%;
  background-color: #52525240;
  width: 94%;
  padding-block: 65px;
  position: relative;
}

.ekdiloseis-01 {
  width: 342px;
  height: 424px;
  background: rgb(151,52,136);
  background: linear-gradient(270deg, rgba(151,52,136,1) 0%, rgba(76,26,68,1) 50%);
  color: #fff;
  border-radius: 0px 284px 284px 284px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 27px;
  margin: auto;
  position: relative;
  margin-bottom: 92px;
}

.ekdiloseis-01::after {
  content: '';
  position: absolute;
  top: 10px;
  left: -14px;
  background-color: #000;
  width: 100%;
  height: 100%;
  background-color: #973488;
  border-radius: 0px 284px 284px 284px;
  z-index: -1;
}

.ekdiloseis-image-item {
  position: relative;
  z-index: 3;
}

.ekdiloseis-image-item:nth-child(1) {
  padding-left: 139px;
}

.ekdiloseis-image-items::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/first-icons-ekdiloseis.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

.ekdiloseis-03 {
  width: 756px;
  height: 772px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin: auto;
  border-radius: 0px 0 0 67px;
}

.ekdiloseis-02 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ekdiloseis-grey {
  background: rgb(137,138,140);
  background: linear-gradient(270deg, rgba(137,138,140,1) 0%, rgba(82,82,82,1) 50%);
  color: #fff;
  padding: 97px 342px;
  text-align: center;
}

.ekdiloseis-text {
  position: relative;
  padding: 60px 371px;
  text-align: center;
}

.ekdiloseis-two-boxes {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
}

.ekdiloseis--text.left {
background: rgb(137,138,140);
  background: linear-gradient(180deg, rgba(137,138,140,1) 0%, rgba(82,82,82,1) 50%);
  color: #fff;
  padding: 36px 190px;
  display: flex;
  align-items: center;
}


.ekdiloseis--text.right {
background: rgb(151,52,136);
  background: linear-gradient(180deg, rgba(151,52,136,1) 0%, rgba(76,26,68,1) 50%);
  color: #fff;
  height: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 87px;
}

.text-right-mov {
  width: 52%;
  margin: auto;
}

 .itemid-164 .text-right-mov {
   width: 100%;
   margin: auto;
 }



.text-right-mov p {
  border-bottom: 1px solid#fff;
  padding-bottom: 14px;
}

.text-left-mov {
  margin-bottom: 35px;
}

.text-left-mov p {
  font-size: 25px;
}

.ekdiloseis-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 34px;
}

.ekdiloseis-items-big {
  display: flex;
}

.ekdiloseis--sinefo {
  width: 495px;
  height: 554px;
  background: rgb(137,138,140);
  background: linear-gradient(89deg, rgba(137,138,140,1) 0%, rgba(69,69,70,1) 50%);
  border-radius: 271px 0 270px 268px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 63px;
  color: #fff;
  margin: auto;
}
.ekdiloseis--sinefo::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 16px;
  width: 100%;
  height: 100%;
  background-color: #898A8C;
  border-radius: 271px 0 270px 268px;
  z-index: -1;
}

.ekdiloseis--sinefo p {
  font-size: 19px;
}

.ekdiloseis-numbers {
  padding: 52px 135px;
  background-color: #898A8C1C;
}

.ekdiloseis-numbers h3 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 60px;
}

.icon-koutakia .sinedria--item:last-child img {
  height: 100%;
  width: auto;
}

.icon-koutakia .sinedria--item:last-child {
  padding: 0;
  background-color: #97348800;
  border: 0px solid #838388;
}

.ekdiloseis-items.icon-koutakia .sinedria--item.one::after,
.ekdiloseis-items.icon-koutakia .sinedria--item.two::after,
.ekdiloseis-items.icon-koutakia .sinedria--item.three::after,
.ekdiloseis-items.icon-koutakia .sinedria--item.four::after,
.ekdiloseis-items.icon-koutakia .sinedria--item.five::after {
  bottom: -138px;
}

/* web */

.web-01 {
  width: 756px;
  height: 772px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  border-radius: 0px 0 0px 78px;
  margin-left: auto;
}

.first-sectioc-web-inside {
  display: grid;
  grid-template-columns: 46% 54%;
  width: 92.6%;
  margin-left: auto;
  background-color: #973488;
  color: #fff;
  padding-left: 105px;
  z-index: -1;
  position: relative;
}

.web-01-box {
  padding-block: 55px;
}

.first-sectioc-web {
  position: relative;
}

.first-sectioc-web::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/eventure-web.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.web-02 {
  width: 388px;
  height: 481px;
  background: rgb(137,138,140);
  background: linear-gradient(89deg, rgba(137,138,140,1) 0%, rgba(69,69,70,1) 50%);
  border-radius: 284px 0px 284px 284px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px;
  position: relative;
  margin: auto;
}

.web-02::after {
  content: '';
  position: absolute;
  top: 9px;
  left: 16px;
  width: 100%;
  height: 100%;
  background-color: #898A8C;
  z-index: -1;
  border-radius: 284px 0px 284px 284px;
}

.web-02-box,
.web-03 {
  display: flex;
  position: relative;
}

.web-02-box::after  {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/evnr-web.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.web-02 p {
  position: relative;
  z-index: 1;
}

.web-03 {
  text-align: center;
  padding: 112px 214px;
}

.web-03::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/bg-image-grey-web.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.web-04 {
  width: 61%;
  margin-left: auto;
  background: rgb(151,52,136);
  background: linear-gradient(180deg, rgba(151,52,136,1) 0%, rgba(76,26,68,1) 50%);
  color: #fff;
  padding: 126px 183px;
  text-align: center;
  border-radius: 30px 0 0 30px;
}

.web-04-box {
  position: relative;
}

.web-04-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-image: url("/images/evnr-web-roz.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.web-boxes-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 60px 133px;
  gap: 30px;
  background-color: #898A8C2E;
}

.web-boxes-items .sinedria--item:nth-child(4) {
  grid-column: span 2;
  width: auto;
}

.web-boxes-items.hybrid .sinedria--item:nth-child(4) {
  grid-column: inherit;
}

.web-boxes-items.hybrid {
  position: relative;
}

.four.sinedria--item-aboslute {
  position: absolute;
  bottom: 0;
  width: 60%;
  right: 0px;
}

.sinedria--item-aboslute-text {
  padding: 70px 185px;
  background: rgb(137,138,140);
  background: linear-gradient(180deg, rgba(137,138,140,1) 0%, rgba(82,82,82,1) 50%);
  color: #fff;
  border-radius: 47px 0 0 0;

  text-align: center;
}

/* web end */


/* contact us */

.formResponsive input,
.formResponsive textarea {
  width: 100%;
}

.contact--us-first-section-items {
  display: grid;
  grid-template-columns: 55% 45%;
}

.contact--us-first-section-item:nth-child(1) {
  background-color: #000;
  color: #fff;
}

.contact--us-first-section-item:nth-child(1) p,
.contact--us-first-section-item:nth-child(1) a {
  color: #fff;
}

.contact--us-first-section-item:nth-child(2) {
  background: rgb(149,51,135);
  background: linear-gradient(180deg, rgba(149,51,135,1) 0%, rgba(96,26,86,1) 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact--us-first-section-item:nth-child(2)  h1 {
  color: #fff;
  padding-left: 0;
  width: 100%;
  margin-bottom: 0;
}

.contact--us-first-item {
  display: flex;
  justify-content: center;
  gap: 51px;
  align-items: center;
  background-color: #898A8C;
  padding: 22px 263px;
  text-align: center;
  margin-top: 35px;
}

.contact--us-second-item {
  display: flex;
  justify-content: center;
  gap: 60px;
  align-items: center;
  padding: 50px;
}

.iamge--contact img {
  width: 35px;
}

.contact--us-second-item img {
  width: 70px;
}

.line {
  width: 78%;
  height: 1px;
  background-color: #fff;
  margin: auto;
  margin-block: 14px;
}

.contact--form-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #898A8C1C;
  padding: 50px 150px;
}

.contact--form-item-inside {
  background-color: #E6CDE1;
  width: 568px;
  height: 768px;
}

.contact--form-item-inside {
  background-color: #E6CDE1;
  width: 568px;
  height: 708px;
  border-radius: 0px 284px 284px 284px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-block: 90px;
  position: relative;
  margin: auto;
  gap: 41px;
}

.contact--form-item-inside::after {
content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/evnt-contact.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.contact--form-item-inside a {
  position: relative;
  z-index: 3;
}

.contact--form-item-inside a img {
  width: 45px;
}

.contact--form-item:nth-child(1) {
  background: rgb(151,52,136);
  background: linear-gradient(180deg, rgba(151,52,136,1) 0%, rgba(88,34,80,1) 50%);
}

/*.formControls input[type="text"],*/
/*.formResponsive input[type="email"],*/
/*.formResponsive textarea {*/
/*  height: 70px;*/
/*  padding-left: 20px !important;*/
/*  margin-bottom: 30px;*/
/*  font-size: 20px;*/
/*  border-radius: 21px !important;*/
/*  background-color: #0000 !important;*/
/*  !*color: #fff;*!*/
/*  opacity: 1 !important;*/
/*}*/

.formResponsive textarea {
  height: 250px;
  padding-top: 20px;
}

/* input::placeholder, */
/* textarea::placeholder, */
/* .formResponsive .formControls label  { */
/*   color: #fff !important; */
/*   font-family: "light"; */
/* } */

/* #rsform_5_page_0 { */
/*   width: 84%; */
/*   margin: auto; */
/*   padding-top: 22px; */
/* } */

.formResponsive .formControls label {
  font-size: 15px;
  margin-bottom: 30px;
}

/* .privacy-link {
  color: #fff;
} */

/*
.privacy-link:hover {
  color: rgba(255, 255, 255, 0.808);
}
*/


.fab_link {
  background-color: #0074cc00;
  border-color: rgba(0, 0, 0, 0) rgba(0,0,0,.1) rgba(0,0,0,.25);
  border: 0px solid #ccc0;
  box-shadow: none;
  font-size: 21px;
  font-family: "light";
  float: right;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding-right: 42px;
  position: relative;
  padding-bottom: 10px;
  font-family: "semibold";
}

.fab_link::after {
  content: '';
  position: absolute;
  top: -1px;
  right: 0;
  width: 28px;
  height: 31px;
  background-image: url("/images/arrow-color.png");
  background-repeat: no-repeat;
  background-size: 100%;

}

.register a {
    background: #973488;
    display: inline-block;
    margin: auto;
    font-size: 24px;
    padding: 10px 20px;
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
}
#main .register a:hover, #main .register a:focus {
    background: #888A8C;
    display: inline-block;
    margin: auto;
    font-size: 24px;
    padding: 10px 20px;
    color: #973488!important;
    border-radius: 10px;
    text-transform: uppercase;
}



#rsform_5_page_0 #Submit {
  background-color: #0074cc00;
  border-color: rgba(0, 0, 0, 0) rgba(0,0,0,.1) rgba(0,0,0,.25);
  border: 0px solid #ccc0;
  box-shadow: none;
  font-size: 21px;
  font-family: "light";
  float: right;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding-right: 42px;
  position: relative;
  padding-bottom: 10px;
}

#rsform_5_page_0 #Submit::after {
  content: '';
  position: absolute;
  top: -1px;
  right: 0;
  width: 28px;
  height: 31px;
  background-image: url("/images/velaki-contact.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.yendif-video-share-grid .card {

}

.yendif-col .card {
  margin: 0;
  border: 0px solid #000;
  border-radius: 0;
}

.yendif-video-share-responsive-item .yendif-video-share-image {
  border-radius: 0px 25px 0 25px;
  height: 404px;
}

.yendif-video-share-responsive-item {
  z-index: 1;
}

.yendif-row {
  margin: 0;
  justify-content: center;
  padding-inline: 136px;
  gap: 70px;
}

.yendif-col-2 {
  width: 745px;
}

.yendif-video-share-title a {
  font-size: 30px;
  line-height: 41px;
}

/* on dimand */

.yendif-video-share-grid .sinedria-item-arrow p {
  font-family: "light";
}

.yendif-video-share-grid .sinedria-item-arrow {
  margin-left: 0;
}

.yendif-video-share-grid .basic-arrow {
  background-color: #973488;
}

.yendif-video-share-grid .basic-arrow img {
  width: 13px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.yendif-video-share-meta-date .icon-calendar::before,
.yendif-video-share-category.text-muted.small.mt-1,
.yendif-video-share-meta-views,
.view-video .yendif-video-share-info,
.yendif-video-share-related .yendif-video-share-meta,
.view-video .yendif-video-share-search-form {
  display: none;
}

.yendif-video-share-meta-date .icon-fw {
  width: auto;
}

.yendif-video-share-meta-date {
  font-size: 25px;
  color: #973488;
  font-family: "medium";
}

.yendif-video-share-title{
  font-size: 35px;
  font-family: "light";
  display: flex;
  justify-content: center;
  text-align: left;
  margin-bottom: 50px !important;
  padding: 10px;
}

.yendif-video-share-player.mb-4 {
  width: 63%;
  margin: auto;
  margin-bottom: 59px !important;
}

.yendif-video-share-related h4 {
  padding-left: 205px;
  margin-bottom: 40px !important;
}

.yendif-video-share-related .yendif-video-share-title {
  margin-bottom: 15px !important;
  text-align: left;
  justify-content: flex-start;
}

.view-category .yendif-video-share-title {
  margin-bottom: 0px !important;
  justify-content: left;
  margin-top: -26px;
}

.yendif-video-share-ratings-stars,
.yendif-video-share-meta-user {
  display: none;
}

.yendif-video-share-related .card-body {
  padding-left: 0;
}

.pagination {
  display: flex;
  justify-content: center;
  margin: auto !important;
}

.page-link {
  width: 47px;
  height: 47px;
  background-color: #EDEDED;
  color: #000;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 0px 10px 0px;
  margin-right: 10px;
  border: 0;
}

.active .page-link {
  background-color: #B9B9B9;
}

.disabled .page-link,
.page-item:last-child .page-link,
.page-item:nth-last-child(2) .page-link {
  background-color: rgba(237, 237, 237, 0);
  width: auto;
  height: 100%;
  padding: 0;
}


/* error */

.error .full-image img {
  width: 471px;
}

.error.com-content-article.item-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: rgb(149,51,135);
  background: linear-gradient(180deg, rgba(149,51,135,1) 0%, rgba(75,26,68,1) 50%);
  color: #fff;
  padding: 70px 300px 70px 192px;
}

.error .left-error {
  padding-right: 170px;
}

.left-error .com-content-article__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.error .page-header h1 {
  font-size: 300px;
  color: #fff;
}

.error  .full-image {
  display: flex;
  justify-content: center;
}


/* events land */

.events-list h1 {
  display: none;
}

.fabrik_groupdata tr {
  --table-bg: #EDEDED;
  border-radius: 20px;
  overflow: hidden;
}

/* .fabrikDataContainer {
  max-width: 83%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
} */

.events-list thead {
  display: none;
}

.fabrik_groupdata {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  gap: 0px;
  gap: 50px;
}

.fabrik_element img {
  width: 480px;
  padding-block: 30px;
  border-radius: 0px 70px 0px 70px;
  overflow: hidden;
}

.events___title {
  font-size: 30px;
}

.events___location,
.view-details .page-header h1,
.view-details .legend {
  display: none;
}

.item-list {
  display: grid;
  grid-template-columns: 30% 50% 20%;
  background-color: #EDEDED;
  padding: 30px 50px;
  border-radius: 20px;
}

.event_list-title-date {
  text-align: end;
  width: 87%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.event_list-title-date h2 {
  font-size: 30px;
}

.event_date p {
  color: #973488;
  font-family: "medium";
  font-size: 25px;
}

.event-cyrcle {
  width: 25px;
  height: 25px;
  background-color: #973488;
  border-radius: 50%;
}

.event-three {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-inline: 49px;
  text-align: center;
}

.webonly {
  font-size: 25px;
  font-family: "regular";
}

#events___title_ro {
  font-size: 25px;
}

.event_list-banner img {
  border-radius: 0px 25px 0px 25px;
}

.mob-team-title-land {
  display: none;
}

.item-list:hover {
  background-color: #973488;

}

.item-list:hover .event_list-title-date,
.item-list:hover .event-three,
.item-list:hover .event_date .font-weight-bold {
  color: #fff;
}

.item-list:hover .event-cyrcle {
  background-color: #fff;
}

.page-header.events {
  width: 1721px;
  height: 498px;
  background-image: url("/images/bg-eventss.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: end;
  justify-content: end;
  padding-bottom: 80px;
  padding-right: 111px;
  background-color: #EDEDED;
  border-radius: 30px;
  border: 1px solid;
  position: relative;
  margin: auto;
  margin-bottom: 120px;
}

.page-header.events::after {
  content: '';
  position: absolute;
  top: 31px;
  left: 111px;
  width: 321px;
  height: 498px;
  background-image: url("/images/lefimage-events.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.title-event-inside h1 {
  color: #973488;
  font-size: 40px;
  text-align: center;
  padding-inline: 228px;
  margin-bottom: 50px;
}

.event-full-desc,
.box-event-main {
  width: 85%;
  margin: auto;
}

.box-event-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: rgb(237, 237, 237);
  border-radius: 0 50px 0 50px;
  padding: 50px;
  gap: 50px;
}

.box-event-image {
  border-radius: 0px 30px 0 30px;
  overflow: hidden;
}

.from-event,
.location,
.address {
  font-size: 25px;
}

.event-full-desc {
  margin-top: 70px
}

.event-full-desc p {
  margin-bottom: 15px;
}



.box-event-main-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

.form-row,
.footer-newsletter {
  display: flex;
}

.newsletter-item h3 {
  font-size: 35px;
}

.footer-newsletter {
  padding-left: 135px;
  padding-right: 221px;
  align-items: center;
  padding-block: 36px;
}

.newsletter-item:nth-child(1) {
  margin-right:30px;
}

.newsletter-item:nth-child(2) {
  margin-right: 120px;
    color: #D939C1;
}

.newsletter-item:nth-child(2) p {
  font-size: 18px;
}

.newsletter-item:nth-child(3) {
  margin-right: 20px;
}

#news_email {
  border: 0px solid;
  border-bottom: 1px solid #fff;
  border-radius: 0 !important;
    height: 45px;
}

#rsform_3_page_0 .col-9 {
  width: 466px;
}

#rsform_3_page_0 .btn-primary {
  background-color: #973488;
  border-color: var(--cassiopeia-color-primary);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
}

#rsform_3_page_0 .btn-primary::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("/images/basic-arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.eipan-inside p {
  font-size: 17px;
}

.event-full-desc a {
  color: #953387;
}

.event-full-desc a:hover {
  color: rgba(149, 51, 135, 0.763) !important;
}

.footer-box-item-left p:nth-child(4) {
  margin-top: 26px;
}

.espa {
  position: absolute;
  top: 150px;
  right: 180px;
  z-index: 2;
}

/* .pagination__wrapper {
  display: none;
} */


.privacy--page .com-content-article__body {
  width: 86%;
  margin: auto;
}


/* slider */

[data-rlta-element="button"] {
  padding: 30px 60px !important;
  background-color: #EDEDED !important;
  color: #963286;
  border-radius: 20px !important;
  margin-top: 20px;
  position: relative;
}

[data-rlta-element="panel-content"] {
  background-color: #963487 !important;
  border-radius: 20px !important;
  color: #fff !important;
  padding: 60px !important;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

[data-rlta-element="heading"] {
  font-size: 25px !important;
  font-family: "bold";
}

[data-rlta-state="closed"]::after,
[data-rlta-state="open"]::after {
  content: '';
  position: absolute;
  right: 30px;
  top: 20px;
  width: 50px;
  height: 50px;
  background-image: url("/images/closed.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

[data-rlta-state="open"]::after {
  background-image: url("/images/open.png");
}

:lang(en-gb) .footer-box-item.b h2 {
    bottom: -268px;
    width: 593px;
    left: -263px;
}

.buttons-below .col-12 {
  justify-content: space-between !important;
  width: 86%;
  margin: auto;
}


/* egraffh */

.registration,
.login,
.com-users-reset.reset,
.com-users-remind.remind {
  width: 64%;
  margin: auto;
}
legend {
  font-family: "regular";
  font-size: 40px;
}
.required {
  margin-bottom: 19px;
  font-family: "bold";
}
#jform_password1-lbl.required {
margin-bottom: 12px;
}
#jform\[password1\]-rules {
  margin-bottom: 20px;
}
.registration .form-control,
.login .form-control {
  border: 1px solid#953387;
  border-radius: 10px;
}
.required.form-control {
  margin-bottom: 0;
}
.control-group {
  margin: 0;
  margin-top: 17px;
}
.registration .btn-primary,
.reset .btn-primary,
.remind .btn-primary,
.login .btn-primary {
  background-color: #973488;
  border-color: #973488;
  border-radius: 20px;
}
.list-group-item {
   border: 0px solid#000;
   border-bottom: 1px solid#953387;
   border-radius: 0;
}
.com-users-login__options {
   border-radius: 0;
}

.remind legend,
.reset legend {
  font-size: 25px;
  text-align: center;
}

.remind #jform_email-lbl,
.reset #jform_email-lbl {
  margin-top: 100px;
}
/* egraffh end */
.swiper-pagination-sinergates {
  display: none;
}
.com-content-article .box-text-poioi-eimaste ul {
  overflow: inherit;
  list-style-type: disc;
  padding-left: 2rem;
}

.team-item .landing-title.basic {
  width: 60%;
  text-align: center;
  font-size: 97px;
}
/* .team {
  position: relative;
} */
/* .team::after {
  content: '';
  position: absolute;
  top: 167px;
  right: 0;
  width: 360px;
  height: 427px;
  background-image: url("/templates/cassiopeia_eventure_new/media/bottom-right-logo.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 0;
} */

.ipiresies--web--page.view-article .ipiresies-web-link {
  display: none;
}

.view-details .fabrikDetails .buttons-below .col-12 {
  justify-content: flex-start !important;
  text-align: left !important;
  align-items: flex-start !important;
  gap: 23px;
}










