  @import url('https://fonts.googleapis.com/css?family=Comfortaa&display=swap');

    .navbar-light .navbar-nav .nav-link {
        color: rgb(0 0 0);
    }

  body,
  html {
    background-color: #f4f4f6 !important;
    font-family: 'Comfortaa', cursive !important;
  }

  p,
  h1,
  h2,
  h3,
  span {
    color: #333 !important;
  }

  .text-center {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /*text-align: center !important;*/
    /*display: flex;*/
    /*flex-wrap: nowrap;*/
    /*align-content: center;*/
    /*justify-content: center;*/
    /*align-items: center;*/
  }

  /*.section-1 {*/
  /*  height: 80vh;*/
    /*background-image: url('https://site.pro/assets/img/site/covers/main.svg?fsgts=1');*/
  /*  background-image: url('https://sitestudio.gr/images/main/backgroundv2.png');*/
  /*  background-size: cover;*/
  /*  background-position: center;*/
  /*  position: relative;*/
  /*  display: flex;*/
  /*  justify-content: center;*/
  /*  align-items: center;*/
  /*  color: white;*/
  /*  text-align: center;*/
  /*  clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%);*/
  /*}*/

  /*.section-1 .overlay {*/
  /*  position: absolute;*/
  /*  top: 0;*/
  /*  left: 0;*/
  /*  right: 0;*/
  /*  bottom: 0;*/
  /*  background: rgba(0, 0, 0, 0.5);*/
  /*  z-index: 1;*/
  /*  clip-path: inherit;*/
  /*}*/
  
    .section-1 {
        height: 80vh;
        /* background-image: url(https://site.pro/assets/img/site/covers/main.svg?fsgts=1); */
        background-image: url("https://fastaccounting.gr/images/fastaccounting.jpeg");
        background-size: cover;
        background-position: center;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        text-align: center;
        clip-path: none;
        margin: auto;
        border-radius: 20px;
        margin: 10px;
    }
  
  .section-1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    clip-path: inherit;
    clip-path: none;
    margin: auto;
    border-radius: 20px;
}
  
  .section-3 {
    height: 65vh;
    background-image: url(https://site.pro/assets/img/site/covers/main.svg?fsgts=1);
    background: royalblue;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    /* clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%); */
    align-content: center;
    flex-direction: column;
    clip-path: none;
    margin: 10px;
    border-radius: 20px;
}

.section-1 .content {
    z-index: 2;
    padding: 10px;
}

    @media only screen and (min-width: 900px) {
        .section-1 .overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1;
            clip-path: inherit;
            margin: auto;
            border-radius: 20px;
        }
        .section-1 {
            height: 80vh;
            background-image: url("https://fastaccounting.gr/images/fastaccounting.jpeg");
            background-size: cover;
            background-position: center;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            text-align: center;
            clip-path: none;
            width: 95%;
            margin: auto;
            margin-top: 20px;
            border-radius: 20px;
        }
        .section-3 {
            height: 65vh;
            background-image: url(https://site.pro/assets/img/site/covers/main.svg?fsgts=1);
            background: royalblue;
            background-size: cover;
            background-position: center;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            text-align: center;
            clip-path: none;
            align-content: center;
            flex-direction: column;
            width: 95%;
            margin: auto;
            margin-top: 20px;
            border-radius: 70px;
        }
    }
        
    .gt_float_switcher {
        border-radius: 10px!important;
    }
  /*.section-1 .content {*/
  /*  z-index: 2;*/
  /*}*/

  .section-3 {
    height: 65vh;
    background-image: url(https://site.pro/assets/img/site/covers/main.svg?fsgts=1);
    background: royalblue;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    /*clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);*/
    align-content: center;
    flex-direction: column;
  }

  .section-2 .image-wrapper {
    position: relative;
    overflow: hidden;
  }

  .section-2 img {
    position: absolute;
    bottom: -300px;
    transition: transform 0.3s ease-out;
  }

  @media only screen and (max-width: 800px) {
    h2 {
      font-size: 18px;
    }

    span {
      font-size: 17px !important;
      margin: 10px;
    }

    .section-3 {
        height: 170vh;
    }
  }

  .section-4 .image-wrapper4 {
    position: relative;
    overflow: hidden;
  }

  .section-4 img {
    position: absolute;
    bottom: -300px;
    transition: transform 0.3s ease-out;
  }

.btn-primary {
    color: #fff;
    background-color: #006bd5;
    border-color: #ffffff;
    border-radius: 10px;
}

  .btn-primary:hover {
    color: #fff;
    background-color: #00b7b7;
    border-color: #ffffff;
  }

  .btn-secondary {
    color: #fff;
    background-color: #ffffff00;
    border-color: #ffffff;
  }

  .btn-secondary:hover {
    color: #000;
    background-color: #ebebeb;
    border-color: #545b62;
  }
  
  .service {
    font-size: 25px;
    margin: 20px; 
    color:#fff!important;
  }
  
  .servicePhoto {
      max-width:100px; 
      border-radius:10px;
  }
  
  .contactForm {
      overflow: hidden; 
      margin: 15px auto; 
      max-width: 736px; 
      background: white; 
      padding: 40px; 
      border-radius: 10px;
  }
  
  .menuActionButton {
    background: #8d5df2!important;
    border-radius: 10px!important;
    padding: 5px!important;
    color: white!important;
    padding-left: 10px!important;
    border: 1px solid!important;
    padding-right: 10px!important;
  }
  
  .menuActionButton:hover {
    background: #8d00d3 !important;
  }
  
        .mybutton {
            font-size: smaller;
            background: #e7e7e7;
            padding: 30px;
            border-radius: 10px;
            color: #222324;
            text-decoration: none;
            margin: 10px;
            width: -webkit-fill-available;
        }
        .mybutton:hover {
            background: #7c85ff;
            color:white;
            text-decoration:none;
        }
        .labels {
            margin-top:20px;
            margin-left:10px;
            font-weight: bolder;
        }
        span.number {
            font-size: 14px !important;
            background: white;
            border-radius: 100%;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-left: 9px;
            padding-right: 9px;
            margin-right: 5px;
            margin-left: 0px;
        }
        .number:hover {
            background: #e7e7e7;
        }