
@font-face { font-family: "Digitalis" ; src: url('fonts/digitali.ttf'); }
@font-face { font-family: "Heartbit-Bold" ; src: url('fonts/Heartbit-Bold.otf'); }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins" sans-serif;
}


html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
}

section {
  padding: 100px;
}

.site-titles {
  text-align: center;
  text-transform: uppercase;
  color: #2b285f;
  padding-top: 40px;
}

header {
  display: flex !important;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 100px;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}

header.sticky {
  background: white;
  padding: 20px 100px;
  box-shadow:  0 5px 20px rgba(0, 0, 0, 0.1);
}

header .logo {
  width: 200px;
}

header.sticky .logo  {
  width: 200px;
}

header ul {
  position: relative;
  display: flex;
}

header ul li {
  position: relative;
  list-style: none;
}

header ul li a {
  color: #2b285f;
}

header ul li a:hover {
  text-decoration: none;
  color: #000;
}

header.sticky ul li a{
  color: #e21913;
}

header.sticky ul li a:hover {
  text-decoration: none;
}

header ul li a {
  position: relative;
  display: inline-block;
  margin: 0 15px;
  color: #000;
  text-decoration: none;
  font-size: 20px;
  padding-top: 7px;
}

.heading {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  color: #111;
}

.heading h2 {
  font-weight: 600;
  font-size: 30px;
}


.slider {
  padding: 0;
  margin-bottom: -100px;
}

.slider img {
  width: 100%;
}
/* ABOUT */

.about-section { 
  margin-top: 100px;
  background: url(../images/polis-pelates.jpg) no-repeat left;
  background-size: 55%;
  background-color: #fdfdfd;
  overflow: hidden;
  padding: 100px 0;
}

.inner-container {
  width: 55%;
  float: right;
  background-color: #fdfdfd;
  padding: 130px;
}

.inner-container h1 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 900;
}

.text-about {
  font-size: 16px;
  color: #545454;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 40px;
}

/* WHY CHOOSE AS */

.why-as-section {
  margin-top: 100px;
  background: url(../images/polis-ektheseis.jpg) no-repeat right;
  background-size: 55%;
  background-color: #fdfdfd;
  overflow: hidden;
  padding: 100px 0;
}

.inner-container-second {
  width: 55%;
  float: left;
  background-color: #fdfdfd;
  padding: 130px;
}

.inner-container-second h1 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 900;
}

.text-why-as dl{
  font-size: 14px;
  color: #545454 !important;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 40px;
}

.site-titles {
  font-family: sans-serif !important;
  font-weight: 400 !important;
}

/* SERVISES */

.flex-container {
  display: flex;
}

.servise-boxes {
  display: flex;
}

#Bx-1 {
  width: 33%;
  padding: 10px;
}

#Bx-2 {
  width: 33%;
  padding: 10px;
}

#Bx-3 {
  width: 33%;
  padding: 10px;
}

#Bx-4 {
  width: 33%;
  padding: 10px;
}

.serviseBx-icon {
  display: flex;
  justify-content: center;
  padding: 40px;
}

.serviseBx-icon i {
  color: #D65052;
  border: 2px solid #D65052;
  border-radius: 50%;
  padding: 20px;
  font-size: 40px;
}

/* .serviseBx-icon i:hover {
  background-color: #D65052;
  color: #fff;
  transition: 0.7s;
} */

.serviseBx-title{
  text-align: center;
  color: #232323;
}

.learn-more-button {
  margin-top: 40px;
  text-align: center;
}

.learn-more-button a{
  border: 1px solid #D65052;
  padding: 15px;
  text-decoration: none;
  color: white;
  background: #D65052;
  font-size: 13px;
  transition: 0.5s;
}

.learn-more-button a:hover {
  color: #D65052;
  background: white;
  text-decoration: none;
  transition: 0.5s;
}

/* LOCAL MARKET */

.card-text {
  color: #fff;
}

span {
  color: rgb(214, 80, 82);
}

.btn {
  background-color: rgb(214, 80, 82) !important;
}

/* SPECIAL */

.big-special {
  background: #f5f5f5;
  width: 100%;
  display: flex;
  padding: 70px 0;
}

.container-special {
  display: flex;
  align-items: center;
  justify-content: center !important;
}

.row {
  display: flex;
  justify-content: center;
  align-self: center;
}

.text-title-left {
  display: flex;
  align-items: center;
}

#left-title {
  text-transform: uppercase;
  margin-left: 50px;
  font-size: 28px;
  color: #353535;
  font-weight: 300;
}

#left-text {
  padding: 20px;
  font-weight: 300;
}

#left-icon {
  margin-bottom: 40px;
}

#left-icon img {
  border: 2px solid #D65052;
  border-radius: 50%;
  width: 70px;
  border-radius: 50%;
  padding: 10px;
}

.serviseBx-text{
  font-size: 16px;
  padding: 20px;
  text-align: center;
  color: #333;
}

.right img {
  width: 350px;
  margin-top: 50px;
}

/* STATICS */

/* .big-static {
  background: #2b285f;
}

.statics {
  display: flex;
  justify-content: center;
  align-items: center;
}

.static-boxes {
  margin: 20px;
  display: flex;
  flex-wrap: wrap;
}

.staticBx-1 {
  width: 33%;
  margin: 50px;
  align-items: center;
}

.staticBx-2 {
  width: 33%;
  margin: 50px;
  align-items: center;
}

.staticBx-3 {
  width: 33%;
  margin: 50px;
}

.staticBx-4 {
  width: 33%;
  margin: 50px;
}

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

.static-img img {
  width: 44px;
  margin-bottom: 10px;
}

.static-number {
  text-align: center;
  font-family: Arial;
  color: #fff;
}

.static-text {
  color: #fff;
  text-align: center;
  font-weight: 600;
} */



/* COUNTER */

.wrapper {
  padding: 20px 50px;
}

.wrapper .title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}

.wrapper p {
  text-align: justify;
  padding-bottom: 20px;
}

.counter-up {
  min-height: 35vh;
  background-size: cover;
  background-attachment: fixed;
  padding: 0 50px;
  position: relative;
  display: flex;
  align-items: center;
}

.counter-up::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #2b285f;
}

.counter-up .content {
  z-index: 1;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.counter-up .content .counter-box {
  width: calc(25% - 30px);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 20px;
}

.content .counter-box .icon {
  font-size: 48px;
  color: #D65052;
}

.icon img{
  width: 64px;
  color: #D65052;
}

.content .counter-box .counter {
  font-size: 50px;
  font-weight: 500;
  color: #f2f2f2;
  font-family: sans-serif;
}

.content .counter-box .text {
  font-weight: 400;
  color: #ccc;
  text-align: center;
}

.counter-box h2 {
  color: white;
  font-size: 50px;
  margin: 10px 0;
}

.middle {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.counting-sec {
  padding: 40px 0;
  width: 100%;
  background: linear-gradient(90deg,#3c6382,#82ccdd);
}

.inner-width {
  max-width: 1200px;
  margin: auto;
  display: flex;
}

.col {
  flex: 1;
  text-align: center;
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
}

.col i {
  font-size: 40px;
  color: #333;
}

.num {
  font-size: 40px;
  margin: 20px 0;
}

/* .count-title { 
  font-size: 40px; 
  font-weight: normal;  
  margin-top: 10px; 
  margin-bottom: 0; 
  text-align: center; 
} */

/* COLLABORATORS */

/* .custom-carousel {
  max-width: 500px;
  margin: auto;
  background: #D65052;
}

.companies {
  height: 200px;
  font-size: 80px;
  padding: 20px;
  text-align: center;
  font-family: Arial;
  margin: 0 16px;
}

.companies {
  width: 200px;
}

#1 {
  width: 200px;
}


.companies img {
  width: 100px;
} */

#big-coll {
  align-items: center;
  background: #E3E3E3;
  display: flex;
  height: 100vh;
  justify-content: center;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
    
  }
}

.slider-2 {
  background: white;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 110px;
}

.slider-2::before, .slider-2::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider-2::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider-2::before {
  left: 0;
  top: 0;
}

.slider-2 .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slider-2 .slide-2 {
  height: 100px;
  width: 250px;
}

.slide1 {
  border-right: 2px solid grey;
  margin-right: 15px;
}

.slide1 img {
  margin-right: 15px;
}

/* TESTIMONIALS */

.carousel-item {
	color: #999;
	font-size: 14px;
  text-align: center;
	overflow: hidden;
  min-height: 290px;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}

.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}

.carousel .testimonial {
	padding: 30px 21px 10px;
}

.carousel .overview {	
	font-style: italic;
}

.carousel .overview b {
	text-transform: uppercase;
	color: #db584e;
}

.carousel .carousel-control {
	width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
	background: none;
}

.carousel-control i {
  font-size: 68px;
	line-height: 42px;
  position: absolute;
  display: inline-block;
	color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel .carousel-indicators {
	bottom: -40px;
}

/* .carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
} */

/* .carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
} */
/* .carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
} */

/* FOOTER */

.content1 {
  position: relative;
  margin: 130px auto;
  text-align: center;
  padding: 0 20px;
  color: #d9d9d9;
}

.content1 .text {
  font-size: 2.5rem;
  font-weight: 600;
  color: #202020;
}

.content1 .p {
  font-size: 2.1875rem;
  font-weight: 600;
  color: #202020;
}

footer {
  color: #d9d9d9;
  bottom: 0px;
  width: 100%;
  margin-top: 120px;
  font-family: "Poppins" sans-serif;

}

.main-content {
  display: flex;
}

.main-content .box {
  flex-basis: 50%;
  padding: 10px 20px;
  background: #2b285f;

}

.box h2 {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 0;
}

.box .content {
  margin: 20px 0 0 0;
  position: relative;
}

.box .content:before {
  position: absolute;
  content: '';
  top: -10px;
  height: 2px;
  width: 100%;
  background: #2b285f;
}

.box .content:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 15%;
  background: #D65052;
  top: -10px;
}

.collaborators {
  display: flex;
}

#first-footer-img img{
  width: 150px;
  display: flex;
  margin-right: 80px;
}

#second-footer-img img{
  width: 150px;
}

.social a span {
  color: #d9d9d9;
}
.left .content p {
  text-align: justify;
  padding: 16px 0 13px 0px;
}

.left .content .social {
  margin: 20px 0 0 0;
}

.left .content .social a {
  padding: 0 2px;
}

.left .content .social a span {
  height: 40px;
  width: 40px;
  background: #D65052;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s;
}

.left .content .social a span:hover {
  background: #2b285f;
}

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

.center .content .fas {
  font-size: 1.4375rem;
  background: #D65052;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  color: #d9d9d9;

}

.center .content .fas:hover { 
  background: #2b285f;
}

.center
 .content .footer-text{
  font-size: 1.0625rem;
  font-weight: 500;
  padding-left: 10px;
}

.footer-text {
  color: #d9d9d9;
}

.phone a { 
  text-decoration: none !important;
}

.place a {
  text-decoration: none !important;
}

.email a{
  text-decoration: none !important;
}

.center .content .phone {
  margin: 15px 0;
}

.right form .footer-text {
  font-size: 1.0625rem;
  margin-bottom: 2px;

}

.center form .footer-text a {
  text-decoration: none;
}

.bottom {
  padding: 5px;
  font-size: 0.9375rem;
  background: #2b285f;
}

.bottom  span{
  color: #656565;
  font-size: 17px;
}

.bottom  a{
  color: #d9d9d9;
  text-decoration: none;
}

.bottom center a:hover{
  text-decoration: none;
  color: #d9d9d9;
}


/* SERVICES SECOND */

.service-red {
  background: #D65052;
  width: 100%;
  margin-top: 100px;
  align-items: center;
}

.container-service {
  padding: 60px;
}

.learn-more-button-second a{
  border: 1px solid #474747;
  padding: 15px;
  text-decoration: none;
  color: #474747;
  background: transparent;
  font-size: 13px;
  transition: 0.5s;
}

.learn-more-button-second a:hover {
  color: #fff;
  background: #474747;
  text-decoration: none;
  transition: 0.5s;
}

.col-sm-8 {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  color: #474747;
} 

/* COPYRIGHT */

.copyright {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
}

/* Responsive */
@media (max-width: 1060px) {
  header,
  header.sticky {
    padding: 20px 50px;
    z-index: 1000;
  }

  .menu {
    position: fixed;
    top: 81.88px;
    left: -100%;
    display: block;
    padding: 100px 50px;
    text-align: center;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: 0.5s;
    z-index: 999;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }

  .menu.active {
    left: 0;
  }

  header ul li a {
    color: #111;
    font-size: 24px;
    margin: 10px;
  }

  .toggle {
    width: 40px;
    height: 40px;
    background: url(../images/menu.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
  }

  .toggle.active {
    background: url(../images/close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
  }

  header.sticky .toggle {
    filter: invert(1);
  }

  section {
    padding: 100px 50px;
  }
}

@media (max-width: 600px) {
  header,
  header.sticky {
    padding: 20px 20px;
  }

  .slider {
    padding: 150px 20px 100px;
  }

  section {
    padding: 100px 20px;
  }
}

@media (max-width: 992px) {
  .statics {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 1020px) {
  .flex-container {
    display: flex;
  }
  
  .servise-boxes {
    display: block;
  }
  
  #Bx-1 {
    width: 100%;
    padding: 10px;
  }
  
  #Bx-2 {
    width: 100%;
    padding: 10px;
  }
  
  #Bx-3 {
    width: 100%;
    padding: 10px;
  }
  
  #Bx-4 {
    width: 100%;
    padding: 10px;
  }
}

@media screen and (max-width:1200px) {
  .inner-container{
      padding: 80px;
  }

  .inner-container-second {
    padding: 80px;
  }
}

@media screen and (max-width:1000px) {
  .about-section{
      background-size: 100%;
      padding: 100px 40px;
  }
  .inner-container{
      width: 100%;
  }

  .why-as-section {
    background-size: 100%;
      padding: 100px 40px;
  }

  .inner-container-second {
    width: 100%;
  }
}

@media screen and (max-width:600px) {
  .about-section{
      padding: 0;
  }

  .why-as-section {
    padding: 0;
  }
  .inner-container{
      padding: 60px;
  }

  .inner-container h1{
    text-align: center;
  }

  .inner-container-second {
    padding: 60px;
  }

  .inner-container-second h1 {
    text-align: center;
  }

  .container {
    width: 100%;
  }

  .big-special {
    width: 100%;
  }
}

/* @media (max-width:767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
} */


/* COUNTER */


@media screen and (max-width: 1036px) {
  
  .counter-up {
    padding: 50px 50px 0 50px;
  }

  .counter-up .content .counter-box {

    width: calc(50% - 30px);
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 580px) {

  .counter-up .content .counter-box {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  
  .wrapper {
    padding: 20px;
  }

  .counter-up {
    padding: 30px 20px 0 20px;
  }
}

@media screen and (max-width: 900px) {
  
  footer{
    position: relative;
    bottom: 0px;
  }
  .main-content{
    flex-wrap: wrap;
    flex-direction: column;
  }

  .box h2 {
    margin-top: 10px;
  }
  
}

