/* global */

body {
	font-family: proxima-nova, sans-serif !important;
	font-size: clamp(0.85rem, 0.6829rem + 0.7131vw, 1.125rem) !important;
	overflow-x: clip !important;
}

a,a:hover {
	color: #fff;
	text-decoration: none !important;
	transition: 1s;
}

.btn-blue {
	color: #021972;
	background-color: #fff;
	border: 1px solid #021972;
	padding: 10px 25px;
	transition: 1s;
	text-decoration: none;
}

.btn-blue {
  background:
    linear-gradient(#021972 0 0) 0 0,
    linear-gradient(#021972 0 0) 0 0,
    linear-gradient(#021972 0 0) 0 100%,
    linear-gradient(#021972 0 0) 0 100%,
    linear-gradient(#021972 0 0) 100% 0,
    linear-gradient(#021972 0 0) 100% 0,
    linear-gradient(#021972 0 0) 100% 100%,
    linear-gradient(#021972 0 0) 100% 100%;
    background-size: var(--d, 0) 1px, 1px var(--d, 0);
    background-repeat: no-repeat;
    transition: 1s;
}

.btn-blue:hover {
  --d: 20px;
  border: none;
  color: #021972;
  transition: 1s;
}

.btn-red {
	color: #AD040E;
	background-color: #fff;
	border: 1px solid #AD040E;
	padding: 10px 25px;
	transition: 1s;
	text-decoration: none;
}

.btn-red {
  background:
    linear-gradient(#AD040E 0 0) 0 0,
    linear-gradient(#AD040E 0 0) 0 0,
    linear-gradient(#AD040E 0 0) 0 100%,
    linear-gradient(#AD040E 0 0) 0 100%,
    linear-gradient(#AD040E 0 0) 100% 0,
    linear-gradient(#AD040E 0 0) 100% 0,
    linear-gradient(#AD040E 0 0) 100% 100%,
    linear-gradient(#AD040E 0 0) 100% 100%;
    background-size: var(--d, 0) 1px, 1px var(--d, 0);
    background-repeat: no-repeat;
    transition: 1s;
}

.btn-red:hover {
  --d: 20px;
  border: none;
  color: #AD040E;
  transition: 1s;
}

.h2-blue {
	color: #021972;
	font-weight: bold;
	font-size: clamp(1.125rem, 0.4789rem + 2.7566vw, 2.188rem);
}

.h2-red {
	color: #AD040E;
	font-weight: bold;
	font-size: clamp(1.125rem, 0.4789rem + 2.7566vw, 2.188rem);
}

ul {
	padding: 0 !important;
	list-style: none;
}

svg {
	width: 50px;
	height: 50px;
}

p {
	margin-bottom: 0;
	color: #021972;
}

.custom-overflow {
	overflow-x: clip;
}

.padding-y {
	padding-top: 220px;
	padding-bottom: 100px;
}

.padding-top {
	padding-top: 100px;
}

.inner-height {
	height: 250px;
}

.bg-grey {
	background-color: #EDEDED;
}

/* header */

.itemid-101 .header-inner {
	background-color: rgba(173,4,14, 0.7);
	color: #fff;
}

.header-inner {
	background-color: rgb(173,4,14);
	color: #fff;
}

.itemid-101 .header {
	background-image: url("/images/header-img/bg-img.png");
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
    z-index: -1;
}

#header div#maximenuck92 ul.maximenuck,#header div#maximenuck92 ul.maximenuck li.maximenuck.level1:hover, div#maximenuck92 ul.maximenuck li.maximenuck.level1.active,[data-id="maximenuck92"] .mobilemenuck-bar-title,#maximenuck92-mobile  .mobilemenuck-item > .level1,[data-id="maximenuck92"] .mobilemenuck-title {
	background: transparent !important;
}

#header div#maximenuck92 ul.maximenuck li.maximenuck.level1:hover > a span.titreck,#header div#maximenuck92 ul.maximenuck li.maximenuck.level1.active > a span.titreck,.footer-left a,.copyright a {
	color: #fff !important;
}

div#maximenuck92.maximenuckh ul.maximenuck li.maximenuck.level1 > a span.titreck {
	font-size: clamp(0.85rem, 0.6829rem + 0.7131vw, 1.125rem) !important;
}

div#maximenuck92 ul.maximenuck li.maximenuck.level1 > a:hover {
	background-color: #fff;
	border-radius: 20px;
}

div#maximenuck92 ul.maximenuck li.maximenuck.level1 > a:hover span,.contact-middle,.middle-first a {
	color:  #021972;
}

#maximenuck92-mobile .mobilemenuck-button {
	font-size: 1.5rem !important;
}

#maximenuck92-mobile.mobilemenuck {
	background-color: #021972;
}

#maximenuck92-mobile .titreck-title, #maximenuck169-mobile .titreck-title {
    font-weight: 400;
    border-radius: 0;
    font-size: 13px !important;
    text-transform: uppercase;
}

.mobilemenuck-item {
	border-bottom: 1px solid #AD040E;
}

div#maximenuck92 ul.maximenuck li.maximenuck.level1 > a {
	padding: 15px 41px !important;
}

.menu-right {
	display: flex;
	justify-content: space-around;
    align-items: baseline;
}

.social-top svg {
	width: 25px;
	height: 22px;
}

.social-top a:hover svg {
	fill: #fff;
	stroke: #021972;
}

.social-top a #youtube-top {
	width: 30px;
}

.social-top a #facebook-top {
	width: 13px;
}

.logo {
	background-color: #021972;
	width: 35%;
	margin: auto;
	padding: 27px;
}

/* about */

#about::before,.about-main-03::before,.small-img-01::before {
	content: "";
	position: absolute;
	height: 871px;
	width: 40%;
	background-color: #EDEDED;
	right: 0;
	top: 0;
	border-top-left-radius: 300px;
	z-index: -1;
}

#about::before {
  height: 752px;
}

.about-text {
	width: 57%;
	margin: auto;
}

.about-content p,.desc {
	padding: 20px 0;
	color: #021972;
	font-size: clamp(0.875rem, 0.8214rem + 0.2381vw, 1rem);
}

.about-image {
	padding-left: 5rem;
}

.about-img {
	position: relative;
}

.about-img::before,.s-small-train::before {
	content: "";
	position: absolute;
	top: 27%;
	right: 0;
	height: 300px;
	width: 56%;
	background-color: #021972;
	background-image: url("/images/about-img/about-rails.svg");
	background-position: center center;	
	background-repeat: no-repeat;
}

/* small trains */

#small-trains::before {
	content: "";
	position: absolute;
	background-image: url("/images/small-trains/img-1.svg");
	background-position: center center;	
	background-repeat: no-repeat;
	width: 454px;
    height: 322px;
    left: -158px;
    top: -78px;
}

.bg-red {
	height: 300px;
    width: 100%;
    background-color: #AD040E;
    background-image: url("/images/small-trains/img-2.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 196px;
}

.small-content {
	padding: 42px 126px;
}

.small-content .link {
	padding-top: 20px;
}

.small-text::before,.about-rail-img01::before,.about-main-02::before,.small-img-02::before,.contact-1::before {
	content: "";
	position: absolute;
	height: 755px;
	width: 100%;
	background-color: #EDEDED;
	left:  0;
	top: -200px;
	border-top-right-radius: 300px;
	z-index: -1;
}

#small-trains.padding-top {
	padding-top: 350px;
}

.small-image::before {
	content: "S-MALL TRAIN";
	position: absolute;
	color: #AD040E;
	font-size: clamp(1.125rem, 0.4789rem + 2.7566vw, 2.188rem);
	font-weight: bold;
	top: -103px;
    left: 38%;
}

/* tourism train */

.tourism-img {
	left: -10px;
}

.tourism-img::before {
	content: "ΤΟΥΡΙΣΤΙΚΟ ΤΡΕΝΟ";
	position: absolute;
	color: #AD040E;
	font-size: clamp(1.125rem, 0.4789rem + 2.7566vw, 2.188rem);
	font-weight: bold;
	transform: rotate(270deg);
	top: 45%;
	right: -216px;
}

.tourism-img img {
	height: 100%;
	max-height: 840px;
}

.bg-blue {
	height: 270px;
	width: 331px;
	background-color: #021972;
	background-image: url("/images/small-trains/img-2.svg");
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: 100%
}

.itemid-101 .bg-blue {
	background-image: none;
}

.tourism-content {
	height: 300px;
	width: 331px;
	padding: 2rem 0;
	text-align: center;
}

.tourism-content .link {
    padding-top: 12px;
}

.tourism-text {
	width: 55%;
	margin: auto;
}

.tourism-text::before {
	content: "";
	position: absolute;
	background-image: url("/images/tourism-train/up-down.svg");
	background-position: center center;	
	background-repeat: no-repeat;
	width: 300px;
	height: 273px;
    left: 19px;
}

.tourism-text::after {
	content: "";
	position: absolute;
	background-image: url("/images/tourism-train/up-down.svg");
	background-position: center center;	
	background-repeat: no-repeat;
	width: 300px;
	height: 273px;
    left: 19px;
    bottom: 0; 
}

#tourism::before,.small-content-02::before,.about-img-bg03::before {
	content: "";
	position: absolute;
	background-image: url("/images/tourism-train/img-right.svg");
	background-position: center center;	
	background-repeat: no-repeat;
	top: 25%;
	right: -97px;
	height: 522px;
	width: 300px;
}

.tourism-gallery::before {
	content: "";
	position: absolute;
	background-image: url("/images/tourism-train/second-left.svg");
	background-position: center center;	
	background-repeat: no-repeat;
	width: 489px;
	height: 300px;
	top: 68%;
}

.tourism-gallery::after {
	content: "";
    position: absolute;
    height: 300px;
    width: 28%;
    background-color: #EDEDED;
    right: 0;
    top: 377px;
    border-top-left-radius: 300px;
    z-index: -1;
}

.gallery-content {
	padding-top: 70px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.img-4-link {
	display: inline-block;
}

/* contact us */

.custom-height {
	height: 600px;
}

.contact-left {
	background-color: #EDEDED;
	border-top-left-radius: 450px;
	text-align: center;
	width: 85%;
	margin-left: auto;
}

.contact-title {
	font-size: clamp(1.125rem, 0.4789rem + 2.7566vw, 2.188rem);
	font-weight: bold;
	color: #021972;
	position: absolute;
	transform: rotate(270deg);
	top: 45%;
	right: 0;
}

.contact-middle ul li.title {
	color: #AD040E;
}

.separator {
	background-image: url("/images/contact-social/contact-left.svg");
	background-position: center center;	
	background-repeat: no-repeat;
	width: 100%;
	height: 200px;
}

.contact-right,.media-left {
	background-color: #AD040E;
	color: #fff;
}

.contact-right {
	width: 85%;
}

.contact-right .rsform {
	width: 65%;
	margin: auto;
	padding: 2rem 0;
	text-align: center;
}

.contact-us .form-control,.contact-us .form-control:focus {
	background-color: #AD040E;
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	outline: none;
}

.contact-right .rsform-block .form-label {
	position: relative;
	top: 16px;
}

.contact-right .rsform h2 {
	padding-bottom: 1rem;
}

#Submit {
	color: #fff;
	background-color: #AD040E;;
	border: 1px solid #fff;
	padding: 10px 45px;
	transition: 1s;
}

/* footer */

.footer {
	background: #021972;
	color: #fff;
	padding-bottom: 25px;
}

.footer h3 {
	font-size: clamp(1rem, 0.8177rem + 0.7780vw, 1.3rem);
	padding-bottom: 1.3rem;
}

.footer .facebook,.footer .instagram {
	color: #fff;
	transition: 1s;
}

.footer .instagram svg,#instagram-top {	
	fill: #fff;
}

.footer-middle .social-right h3 {
	padding-bottom: 3rem;
}

.footer-logo {
	text-align: center;
	padding: 50px 0 25px;
}

.footer-logo-inner {
	background-color: #AD040E;
	width: 8%;
	margin: auto;
	padding: 20px;
}

.footer-middle svg {
	width: 27px;
	height: 42px;
}

.copyright {
	text-align: center;
	padding-top: 2rem;
}

#back {
	width: 60px;
	height: 60px;
}

#back path.cls-1 {
	fill: #ad040e !important;
}

/* inside pages */

.about-rail-img01::before {
	top: -372px;
	height: 780px;
	width: 1050px;
}

.about-rail-img01 {
	padding: 6.5rem 0;
	background-color: #fff;
}

.about-content-01,.small-content-02 {
	padding: 8.5rem 5rem 0;	
	height: 561px;
	background-color: #EDEDED;
}

.about-main-02::before {
	height: 390px;
	width: 1500px;
}

.custom-height-1,.custom-height-2 {
	height: 400px;
}

.about-content-02 {
    padding: 7.125rem;
}

.about-img-bg03,.small-img-01,.small-img-04 {
	background-color: #021972;
	padding: 6.5rem 0;
}

.about-img-bg03::before {
	top: -500px;
}

.about-img-bg04 {
	background-color: #AD040E;
	padding: 6.5rem 0;
	position: relative;
}

.about-main-03::before {
	top: -240px;
	height: 450px;
	width: 1500px;
}

.about-content-03,.small-content-01 {
	padding: 7.125rem;	
	background-color: #fff;
	height: 565px;
}

.itemid-137 .main-content.padding-top {
	padding-top: 0;
}

.small-img-01::before {
	top: -405px;
	height: 817px;
	width: 1000px;
	right: 0;
}

.small-img-03 {
	background-color: #AD040E;
	text-align: center;
	position: relative;
	top: 159px;
	height: 700px;
}

.small-img-02 img {
	width: min(100%,650px);
}

.small-img-02::before {
	width: 865px;
}

.small-content-02 {
	height: 458px;
	padding: 4rem 5rem 0;
	position: relative;
}

.small-content-02::before {
	top: -500px;
}

.small-img-05 img {
	width: min(100%,550px);
}

.small-content-03 {
	padding: 2rem 2.2rem;
}

.bg-grey {
	height: 486px;
}

.small-img-04 {
	position: relative;
	top: 25%;
}

.small-content-03::before,.about-img-bg04::before {
	content: "";
	position: absolute;
	background-image: url("/images/about-img/article/blue-rails-right.png");
	height: 300px;
	width: 100%;
	background-repeat: no-repeat;
	-webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: -296px;
    top: -100px;
}

.about-img-bg04::before {
	top: -500px;
	right: 0;
	left: -500px;
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.custom-height-5 {
	height: 500px;
}

.title-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 6rem;
}

.tech {
	width: 80%;
	height: 350px;
	color: #fff;
}

.tech ul {
	padding: 3rem !important;
	width: 80%;
	margin: auto;
}

.tech-left {
	background-color: #021972;
	border-top-left-radius: 100px;
	margin-left: auto;
}

.tech-right {
	background-color: #AD040E;
	border-radius: 100px;
}

.title-img img {
	width: 100%;
}

.custom-height-7 {
	height: 350px;
}

.gallery,.gallery-tourism {
	width: 80%;
	margin: auto;
}

.gallery a,.gallery-trains a,.gallery-00 a,.gallery-tourism a {
	display: block;
}

.gallery::before,.gallery-tourism::before,.itemid-140 .small-content-01::before,.itemid-140 .small-content-02::before,.itemid-140 .small-content-02::before {
	content: "";
	position: absolute;
	height: 300px;
	width: 30%;
	background-image: url("/images/small-trains/article/ring-left.svg");
	background-repeat: no-repeat;
	top: -300px;
	left: -200px;
}

.itemid-140 .small-content-01::before {
	width: 300px;
	left: -100px;
}

.gallery-02 img {
	width: min(100%, 700px)
}

.gallery-02 {
	padding: 2rem 0;
}

.gallery-03 img {
	height: 170px;
}

.gallery-04 img {
	max-width: 100%;
}

.gallery-05 {
	position: relative;
	top: 3rem;
}

.gallery-05 img {
	max-width: 100%;
	height: 450px;
}

.itemid-140 .gallery-05 img {
	max-width: 85%;
	height: auto;
}

.gallery-05,.gallery-04  {
	text-align: right;
}

.gallery-text {
	top: 340px;
	background-color: #EDEDED;
	padding: 5rem 4rem;
	z-index: 0;
	position: relative;
}

.small-content-04 .gallery-text {
	padding: 2rem 4rem;
}

.small-content-04::after {
	content: "";
	position: absolute;
	width: 757px;
	height: 200px;
	background-color: #EDEDED;
	z-index: -1;
	top: 251px;
	left: -119px;
}

.small-content-04::before {
	content: "";
	position: absolute;
	width: 1200px;
	height: 350px;
	background-color: #021972;
	z-index: -1;
	top: -100px;
	right: 0;
}

.title-rotate {
	-webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    top: 45px;
    left: -17px;
    color: #fff;
    font-size: clamp(1.125rem, 0.4789rem + 2.7566vw, 2.188rem);
}

.title-span {
	position: relative;
	margin: auto;
	width: 50%;
	top: 45px;
	right: -150px;
}

.video-text {
	width: 90%;
	height: 350px;
	color: #fff;
	background-color: #AD040E;
	margin: auto;
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
	padding: 4rem; 
	
}

.img-red,.img-blue {
	width: 200px;
}

.small-content-05 .h2-blue {
	padding-left: 9rem;
}

.video-rails {
	position: relative;
	top: 97px;
	left: -20px;
}

.video-rails img {
	height: 350px;
}

.youtube-video {
	height: 500px;
	border-radius: 150px;
	background-color: #EDEDED;
	position: relative;
}

.youtube-video::after {
	content: "";
	position: absolute;
	background-image: url("/images/about-img/article/blue-rails-right.png");
	background-repeat: no-repeat;
	height: 300px;
	width: 300px;
	right: -174px;
	top: -150px;
}

.custom-height-0 {
	height: 120px;
}

.custom-height-9 {
	height: 100%;
}

.itemid-140 .custom-height-3,.itemid-140 .custom-height-4 {
	height: 350px;
}

.itemid-140 .about-rail-img01,.itemid-140 .small-img-01 {
	background-color: #AD040E;
}

.itemid-140 .small-img-03 {
	background-color: #021972; 
	top: 0;
}

.itemid-140 .small-content-02::before {
	right: 0;
	left: -1200px;
	top: -500px;
	height: 500px;
}

.itemid-140 .small-img-02::before {
	height: 455px;
}

.itemid-140 .small-content-02 {
	background-color: transparent;
	padding: 3rem;
	font-size: 1rem;
	width: 92%;
}

.itemid-140 .about-content-01 {
	background-color: transparent;
}

.itemid-140 .small-img-02 {
	top: 140px;
}

.about-img-logo00 img {
	width: min(100%, 700px);
}

.contact-2 img {
	width: min(100%,400px);
}

.contact-2  {
	background-color: #fff;
	padding: 4rem 7rem;
}

.itemid-141 .bg-blue {
	background-image: none;
	width: 100%;
}

.contact-us {
	height: 500px;
}

.contact-1 {
	position: relative;
	height: 400px;
}

.contact-1::before {
	height: 400px;
	width: 900px;
}

.contact-3 {
	background-color: #EDEDED;
}

.itemid-141 .rsform {
	width: 40%;
	margin: auto;
	padding: 4rem;
	    background-color: #AD040E;
	    color: #fff;
	    text-align: center;
	    position: relative;
	    height: 746px;
 
}

.contact-text {
	width: 55%;
	margin: auto;
	padding: 5rem 1rem 0;
}

.blue {
	background-color: #021972;
	height: 232px;
}

.rails {
	padding: 90px 0;
	background-color: #fff;
	position: relative;
	top: 43px;
}

.itemid-141 .inner-height {
	height: 200px;
}

.itemid-141 .rsform::before {
	content: "";
	position: absolute;
	background-image: url("/images/about-img/about-rails.svg");
	background-repeat: no-repeat;
	height: 200px;
	background-color: #021972;
	right: -576px;
	top: 35%;
	width: 300px;
    background-position: center;
}

.itemid-141 .rsform .form-label {
	padding-top: 2rem;
}

.img-train-logo {
	width: 40%;
}






