@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;600;800&display=swap');
:root {
	--primary-color: #a6387b;
	--secondary-color: #4faa30;
	--success-color: #405ea8;
    --Fourth-color: #ed9c1b;
    --Fifth-color: #62487a;
  }
  body {
      font-family: 'Rubik', sans-serif;
      direction: rtl;
      color: #000;
      font-size: inherit;
  }
  header {
      text-align: center;
  }
  .herosection {
      position: relative;
      height: 540px;
      overflow: hidden;
  }
  .heroVideo {
      position: absolute;
      bottom: 0;
      right: 0;
  }
  .heroVideo video {
  z-index: -1;
  }
  .texthero{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    }
  .texthero img{
    height: 120px;
    width: 120px;
  }
  .texthero h1{
    color: #fff;
    font-size: 4rem;
    font-weight: 600;
  }
  .texthero h2{
    color: #fff;
    font-size: 2.5rem;
    font-weight: 300;
  }
  article > section{
    padding: 60px 0 40px 0;
  }
  article > section:nth-child(2n) .row {
    flex-direction: row-reverse;
  }
  h2 {
    font-size: 4.4rem;
    font-weight: 800;
    padding-right: 20px;
    margin-top: -20px;
  }
  .no {
    font-size: 9.75rem;
    font-weight: 100;
    color: #b7b7b7;
  }
  .gif{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gif img{
      max-height: 160px;
  }
  .imagesSwiper {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 90px;
  }
  .swiper-slide {
    background-position: center;
    background-size: cover;
  }
  .swiper-slide img {
    display: block;
    width: 100%;
  }
  .swiper-pagination .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #000;
  }
  a.btn {
    padding: 5px 20px;
    color: #fff;
  }
  a.btn:hover {
    color: #fff;
    filter: brightness(1.1);
  }
  article > section:nth-child(1) h2{
    color:var(--primary-color);
  }
  article > section:nth-child(1) a.btn {
    background-color:var(--primary-color);
  }
  article > section:nth-child(2) h2{
    color:var(--secondary-color);
  }
  article > section:nth-child(2) a.btn {
    background-color:var(--secondary-color);
  }
  article > section:nth-child(3) h2{
    color:var(--success-color);
  }
  article > section:nth-child(3) a.btn {
    background-color:var(--success-color);
  }
  article > section:nth-child(4) h2{
    color:var(--Fourth-color);
  }
  article > section:nth-child(4) a.btn {
    background-color:var(--Fourth-color);
  }
  article > section:nth-child(5) h2{
    color:var(--Fifth-color);
  }
  article > section:nth-child(5) a.btn {
    background-color:var(--Fifth-color);
  }
  .form {
    background-color: var(--secondary-color);
    padding: 20px;
    max-width: 1000px;
    margin: 0 auto;
}
.form h2{
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  padding: 30px 0 10px 0;
}
input#cf_name, input#cf_email {
    border: none;
    border-radius: 3px;
}
.form .btn-primary {
    color: #fff;
    background-color: #275517;
    border-color: #275517;
    padding: 10px 60px;
    margin: auto;
    display: block;
}
.formcont{
    min-height: 480px;
    background-image: url(/media/5272695/backform.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
}
.floatingLabelsForm .form-group input[type="text"] {
    background: #fff;
    border: 0;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    padding: 6px 10px;
    width: 100%;
}
.umbraco-forms-navigation {
    padding: 0 0 15px 0;
}
.floatingLabelsForm .form-group label, .floatingLabelsForm .textLable {
    color: #000;
}
.floatingLabelsForm .form-group input:not([type=file]):focus ~ label.floatingLabel, .floatingLabelsForm .form-group textarea:focus ~ label.floatingLabel, .floatingLabelsForm .form-group input.valid ~ label.floatingLabel, .floatingLabelsForm .form-group textarea.valid ~ label.floatingLabel, .floatingLabelsForm .form-group input.input-validation-error ~ label.floatingLabel, .floatingLabelsForm .form-group textarea.input-validation-error ~ label.floatingLabel {
    color: #fff;
}
.field-validation-error {
    color: #ffc4c4;
}
.floatingPhone {
  position: fixed;
  bottom: 15vh;
  left: 18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #2989d8;
  border: 3px solid;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  transform: rotate(-10deg);
  box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}
.floatingPhone:hover {
  color: #fff;
}















@media (min-width: 1024px) /* Tablet Wide */ {
    html {
        font-size: 15px;
    }
}

@media (min-width: 1280px) /* Small Laptops */ {
    html {
        font-size: 16px;
    }
}

@media (min-width: 1440px) /* Standard Laptop */ {
    html {
        font-size: 17px;
    }
}

@media (min-width: 1600px) /* HighRes & Desktops */ {
    html {
        font-size: 18px;
    }
    .container {
        max-width: 1500px;
    }
}






@media (max-width: 1023px) /* Tablet Tall*/ {
    html {
        font-size: 17px;
    }
}


@media (max-width: 500px) /* Big Mobiles */ {
    .herosection {
        height: 230px;
    }
    .texthero h1 {
        font-size: 3rem;
    }
    .texthero h2 {
        font-size: 1.4rem;
    }
    .texthero img {
        height: 60px;
        width: 60px;
    }
    .imagesSwiper {
        padding-bottom: 0;
    }
    article > section {
        padding: 20px 0;
    }
    .gif img {
        max-height: 120px;
    }
    .no {
        font-size: 8rem;
    }
    h2 {
        font-size: 3rem;
    }
}