@font-face {
  font-family: 'Hurme';
  src: url('../fonts/Hurme.woff2');
  font-weight: 200;
  font-style: normal;
  unicode-range: U+02-7F;
}

@font-face {
  font-family: 'HurmeBold';
  src: url('../fonts/HurmeBold.woff2');
  font-weight: 800;
  font-style: normal;
  	unicode-range: U+02-7F;
}


@font-face {
	font-family: 'Euclides';
	 src: url('../fonts/EuclidCircularB-Regular.otf');
  	/* unicode range for greek alphabet */
	unicode-range: U+03??; 
}


body{
    
}

.coolBackground{

    width: 100%;
    height: 600px;
    color: #fff;
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 400% 400%;
    -webkit-animation: Gradient 60s ease infinite;
    -moz-animation: Gradient 60s ease infinite;
    animation: Gradient 60s ease infinite;
    
}

.fullDivImage{
     background: url('../images/Merchant.png') no-repeat ; 
    background-size: 100%;
}

.fullDivImageFetcher{
     background: url('../images/Fetcher.png') no-repeat ; 
    background-size: 100%;
}


.customContainer{
     width: 70%;
    margin: 64px 15% 64px 15%;
    display: inline-block;
}

.signUpTileTitle{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding: 28px 0;
    color:#ec008c;
}

.signUpTileSubTitle{
    text-align: center;
    font-size: 18px;
    color:#ec008c;
}

.signUpTileButton{
    width:70%;
     border: 2px solid #ec008c;
     border-radius: 40px;   
     padding: 8px;
        margin: 28px auto;
        color: #ec008c;
}

.signUpTileButton:hover{
background:#ec008c;
        color: #FFFFFF;
        cursor:pointer;
}


.signUpMerchantTileTitle{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding: 28px 0;
    color:#6551A1;
}

.signUpMerchantTileSubTitle{
    text-align: center;
    font-size: 18px;
    color:#6551A1;
}

.signUpMerchantTileButton{
    width:70%;
     border: 2px solid #6551A1;
     border-radius: 40px;   
     padding: 8px;
        margin: 28px auto;
        color: #6551A1;
}

.signUpMerchantTileButton:hover{
background:#6551A1;
        color: #FFFFFF;
        cursor:pointer;
}


.signUpDownloadTileTitle{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding: 28px 0;
    color:#707070;
}

.signUpDownloadTileSubTitle{
    text-align: center;
    font-size: 18px;
    color:#707070;
}

.services{
    margin: 128px 0 0 0;
    text-align: center;
    color: #ec008c;
    font-size: 68px;
    font-weight: 300;
}

.merchantTitle{
    text-align: center;
    color: #6551A1;
    font-size: 48px;
    font-weight: 300;
}


.imageVertical{
   /* max-height: 100%;
  //  max-width: 100%;//*/
    width: auto;
    height: auto;
   /* position: absolute; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;   
}





.titleDiv{
     width:80%;
     margin: 0 10%;
     text-align:center;
     
}



.title{
    font-family: 'HurmeBold';   
    font-size: 68px;
    padding: 0 0 60px 0;
}

.subtitle{
    font-size: 26px;  
}

.titleMerchant{
    font-family: 'HurmeBold', 'Euclides';   
    font-size: 68px;
    padding: 10% 0 6% 0;
    color:white;
}

.subtitleMerchant{
    font-size: 26px;  
    color:white;
}

.appTitle{
     text-align: left;
     font-size:28px;
    margin: 156px 0 0 0;
    color: #ec008c;
    font-weight:800;
}

.appSubTitle{
         text-align: left;
     font-size:18px;
    color: #6551A1;
    padding:10px 0 0 0;
    margin: 0 0 156px 0;
}


.appTitleRight{
     text-align: center;
     font-size:28px;
    margin: 166px 0;
    color: white;
}

.pinkBackground{
   /* background-color:#6551A1;*/
}

.scroll-content{
  paddding: 0px;
}



.hurmeFont{
  font-family: "Hurme", 'Euclides' !important;
}


.hr{
       width: 60%; 
}

.inputMerchant{
    height: 74px;
    border-radius: 22px;
    border: 2px solid #6551A1;
}

.inputMerchant::placeholder{
    color:#6551A1;

}

.inputFetcher{
    height: 74px;
    border-radius: 22px;
    border: 2px solid #ec008c;
}

.inputFetcher::placeholder{
    color:#ec008c;

}

.merchantSubTitle{
     color:#6551A1;
     font-size: 28px;
     padding: 8px 0;
     font-weight:500;
}

.merchantBtn{
    background-color: #6551A1;
    border: none;
    width: 50%;
    margin: 0 25% 100px 25%;
    height: 58px;
    font-size: 28px;
    border-radius: 22px;    
}


.merchantBtn{
    background-color: #ec008c;
    border: none;
    width: 50%;
    margin: 50px 25% 0px 25%;
    height: 66px;
    font-size: 28px;
    border-radius: 22px; 
}

.merchantBtn:hover{
     background:#6551A1;
}



@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}


.smallForms{
    width: 40%;
    margin: 0 30%;
    
}

.mediumForms{
    width: 60%;
    margin: 0 20%;
    
}

.error-msg{
     color: red;   
}

.orders{
    
}

.orderItems{
    
}

.errorSignUp{
    width:80%;
    margin: 16px 10%;
    padding:16px;
    border-radius:22px;
    background:red;
    color:white;
    font-size:16px;
    font-weight:800;
}

.succsessSignUp{
    font-size: 52px;
    text-align: center;
    margin: 10% 0; 
}


.errInput{
     background-color:red;
}

::-webkit-input-placeholder { /* Edge */
  color: white;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

::placeholder {
  color: white;
}


.footer{
       display: inline-table;
    margin: 2% 25%;
    width: 50%;
}

.facadeTitle{
    font-size: 18px;    
    margin:10px 0;
    font-weight:500;
}

.facadeList{
 list-style-type:none;
 padding: 0px;
}

.facadeList a{
     color:#ec008c;   
}


.row a:hover{
    text-decoration: none;
}



.myForms{
    margin:50px 30%;
}

 .otherPagesTitle{
     font-size:86px;
 }
 
 .containerOtherPages{
  padding: 84px;   
 }
 
 .facadeButtonContainer{
     width:60%; margin: 0px 20% 84px 20%; text-align:center;
 }

 

@media (max-width: 639px){
 .otherPagesTitle{
     font-size:56px;
 }
 
  .facadeButtonContainer{
     width:100%; margin: 0px 0% 42px 0%; text-align:center;
 }

 
  
 .containerOtherPages{
  padding: 42px;   
 }
 
 .customContainer{
     width: 96%;
    margin: 64px 2% 64px 2%;
    display: inline-block;
}

.myForms{
    margin:50px 5%;
}


.imgCol{
    height: auto;
     min-height:300px; 
}
 
 
.merchantBox{
    text-align:center; border-right: 0px solid #6551A1; padding: 18px;  
}

.fetcherBox{
     text-align:center; border-right: 0px solid #ec008c; padding: 18px;   
}


.appTitle{

    margin:0px 0 0 0;
}

.appSubTitle{

    margin: 0 0 0px 0;
}


.appTitleRight{
    margin: 0px 0;
}

}

@media (min-width: 640px){
 
  .customContainer{
     width: 96%;
    margin: 64px 2% 64px 2%;
    display: inline-block;
}

.imgCol{
        height: auto;
     min-height:300px; 
}
 
 
.merchantBox{
text-align:center; border-right: 0px solid #6551A1; padding: 18px;  
}

.fetcherBox{
     text-align:center; border-right: 0px solid #ec008c; padding: 18px;   
}

}
 
@media (min-width: 768px){


.merchantBox{
text-align:center; border-right: 0px solid #6551A1; padding: 18px;  
}

.fetcherBox{
     text-align:center; border-right: 0px solid #ec008c; padding: 18px;   
}

}
 
@media (min-width: 1024px){
 
  .customContainer{
     width: 96%;
    margin: 64px 2% 64px 2%;
    display: inline-block;
}
 
.merchantBox{
 text-align:center;  border-bottom: 0px solid #6551A1;  border-right: 1px solid #6551A1; padding: 18px;   
}

.fetcherBox{
     text-align:center; border-right: 1px solid #ec008c; padding: 18px;   
}

 
}
 
@media (min-width: 1200px){

 .merchantBox{
 text-align:center; border-right: 1px solid #6551A1; padding: 18px;   
}

.fetcherBox{
     text-align:center; border-right: 1px solid #ec008c; padding: 18px;   
}

}


.options{

    font-family: 'Hurme','Euclides';
    width: 100%;
    height: 160px;
    
  text-align: center;
  font-size: 28px;
  color: black;
  margin:0px;
  
  position: relative;
  
    background-repeat: no-repeat;
  background-size: auto;
  
  cursor:pointer;
  
}

.options img{
  filter: brightness(74%);
  width:100%; height: 100%; object-fit: cover;
  border-radius: 16px;

}


.card-title{
  position:absolute;
  top: 38%;
  font-size: 26px;
  width: 100%;
  color: #FFF;
  
}

.error404{
 background: linear-gradient(315deg, #ec008c, #6723d5); width:100%; height:100vh;   
}


