/* --------------------------------------------------------- */
/* BASIC SETUP*/
/* --------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

html:lang(en),
body:lang(en) {
  background-color: #fff;
  color: #555;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* body:nth-child(2n + 1) {
  background-color: rgb(243, 243, 243);
} */

section {
  background-color: rgba(255, 255, 255);
}

section:nth-child(2n + 1) {
  background-color: rgb(247, 247, 247);
}

li {
  list-style: none;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '.';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

/*----------VARIABLES--------*/

:root {
  --accent-color: #2ecc71;
}

/* --------------------------------------------------------- */
/* REUSABLE COMPONENTS*/
/* --------------------------------------------------------- */

.row {
  max-width: 1140px;
  margin: 0 auto;
}

.row-large {
  max-width: 1140px;
  margin: 0 auto;
}

section {
  padding: 80px 0;
}

.box {
  padding: 1%;
}

/*----------HEADINGS--------*/

h1,
h2,
h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 100;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
  word-spacing: 4px;
  font-size: 340%;
}

h2 {
  font-weight: 400;
  font-size: 180%;
  word-spacing: 2px;
  text-align: center;
  margin-bottom: 30px;
}

.other-page h2 {
  margin-top: 30px;
}

h3 {
  font-weight: 400;
  font-size: 110%;
  margin-bottom: 15px;
}

h2:after {
  display: block;
  height: 2px;
  background-color: #2ecc71;
  content: ' ';
  width: 100px;
  margin: 0 auto;
  margin-top: 30px;
}

/*--------PARAGRAPHS---------*/

.long-copy {
  line-height: 145%;
  width: 70%;
  margin-left: 15%;
}

.box p {
  font-size: 90%;
  line-height: 145%;
}

/*-----------ICONS----------*/

.icon-big {
  font-size: 300%;
  display: block;
  color: #2ecc71;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 35px;
}

/*----------BUTTONS---------*/

.btn:link,
.btn:visited,
input[type='submit'] {
  display: inline-block;
  padding: 10px 30px;
  font-weight: 300;
  text-decoration: none;
  color: #fff;
  -webkit-transition: background-color 0.2s, color 0.2s, border 0.2s;
  transition: background-color 0.2s, color 0.2s, border 0.2s;
}

.btn-full:link,
.btn-full:visited,
input[type='submit'] {
  background-color: #2ecc71;
  border-radius: 200px;
  margin-right: 15px;
}

.btn-ghost:link,
.btn-ghost:visited {
  border: 1px solid #2ecc71;
  border-radius: 200px;
  color: #2ecc71;
}

.btn:hover,
.btn:active,
input[type='submit']:hover,
input[type='submit']:active {
  background-color: #28b062;
}

.btn-full:hover,
.btn-full:active,
input[type='submit'] {
  border-radius: 200px;
}

.btn-ghost:hover,
.btn-ghost:active {
  border: 1px solid #28b062;
  border-radius: 200px;
  color: #fff;
}

.darker-background {
  background-color: #efefef;
}

/* --------------------SCROLL BUTTON------------------------- */

.scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: auto;
}

.scroll a {
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font: normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding-top: 60px;
  font-weight: 100;
  font-size: 100%;
  cursor: auto;
}

/*.scroll a:hover {
  opacity: .5;
}*/

/* --------------------------------------------------------- */
/* HERO SLIDER*/
/* --------------------------------------------------------- */
@-webkit-keyframes slider {
  0% {
    left: 0;
  }

  14% {
    left: 0;
  }

  19% {
    left: -100%;
  }

  33% {
    left: -100%;
  }

  38% {
    left: -200%;
  }

  52% {
    left: -200%;
  }

  57% {
    left: -300%;
  }

  71% {
    left: -300%;
  }

  76% {
    left: -400%;
  }

  90% {
    left: -400%;
  }

  100% {
    left: 0;
  }
}
@keyframes slider {
  0% {
    left: 0;
  }

  14% {
    left: 0;
  }

  19% {
    left: -100%;
  }

  33% {
    left: -100%;
  }

  38% {
    left: -200%;
  }

  52% {
    left: -200%;
  }

  57% {
    left: -300%;
  }

  71% {
    left: -300%;
  }

  76% {
    left: -400%;
  }

  90% {
    left: -400%;
  }

  100% {
    left: 0;
  }
}

.slider-section {
  padding: 0;
  position: absolute;
}

.slider {
  overflow: hidden;
  height: 100vh;
  background-color: black;
}

.slider figure img {
  width: 20%;
  float: left;
  opacity: 0.7;
}

.slider figure {
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  -webkit-animation: 40s slider infinite;
  animation: 40s slider infinite;
  height: 100%;
  overflow: hidden;
}

/* --------------------------------------------------------- */
/* LANGUAGE SELECT*/
/* --------------------------------------------------------- */

.middle {
  text-align: center;
  height: 50vh;
}

.main-logo {
  height: 100%;
}

.main-logo img {
  height: 100%;
}

/*.main-logo:after {
    display: block;
    height: 4px;
    background-color: #28E334;
    content: " ";
    width: 550px;
    margin: 60px auto;
}*/

.select-btn {
  margin-top: 4vw;
  color: #2ecc71;
}

.select-btn a {
  margin: 0 20px;
  font-size: 22px;
}

.btn-select:link,
.btn-select:visited {
  text-decoration: none;
  color: #25cb3e;
}

.btn-select:active,
.btn-select:hover {
  color: #28e3bb;
}

/* --------------------------------------------------------- */
/* HEADER*/
/* --------------------------------------------------------- */

.header-index {
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(Images/Hero-background.JPG);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(Images/Hero-background.JPG);*/
  background-size: cover;
  background-position: center;
  height: 100vh;
  background-attachment: fixed;
}

.header-other {
}

.hero-text-box {
  position: absolute;
  width: 1140px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.logo:lang(en) {
  height: 100px;
  width: auto;
  float: left;
  margin-left: 5%;
  margin-top: 10px;
  position: relative;
}

.sticky-logo {
  display: none;
  height: 50px;
  width: auto;
  float: left;
  margin-left: 5%;
  margin: 5px 0;
  position: relative;
}

/* Main Nav*/
.main-nav:lang(en) {
  float: right;
  list-style: none;
  margin-top: 18px;
  margin-right: 5%;
  position: relative;
}

.main-nav li {
  display: inline-block;
  margin-left: 30px;
}

.main-nav li a:link,
.main-nav li a:visited {
  padding: 8px 0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 80%;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-bottom 0.2s;
  transition: border-bottom 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active {
  border-bottom: 2px solid #2ecc71;
}

/*responsive CSS nav btn*/

nav .menu-btn i {
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  display: none;
}

.menu-btn-i {
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  display: none;
}

.menu-btn-i:lang(en) {
  float: right;
}

.menu-btn-i:lang(ar) {
  float: left;
}

input[type='checkbox'] {
  display: none;
}

@media (max-width: 920px) {
  /*Mobile Nav*/

  .mobile-nav-icon {
    float: right;
    margin: 30px 30px;
    cursor: pointer;
    display: none;
  }

  .mobile-nav-icon i {
    font-size: 200%;
    color: white;
  }
}
/*Sticky Nav*/

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0 2px 2px #e8e8e8;
  box-shadow: 0 2px 2px #e8e8e8;
  z-index: 9999;
}

#sticky-other {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-nav {
  margin-top: 18px;
}

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
  color: #555;
  padding: 20px 0;
}

.sticky .main-nav li a:lang(ar):link,
.sticky .main-nav li a:lang(ar):visited {
  color: #555;
  padding: 8px 0;
}

.sticky .logo {
  display: none;
}
.sticky .sticky-logo {
  display: block;
}

.ion-close {
  height: 100px;
}

/* --------------------------------------------------------- */
/* FEATHURES*/
/* --------------------------------------------------------- */

.section-features .long-copy {
  margin-bottom: 30px;
}

/* --------------------------------------------------------- */
/* PHOTO GALLERY*/
/* --------------------------------------------------------- */

.section-pic {
  padding: 0;
}

.pic-showcase {
  list-style: none;
  width: 100%;
}

.pic-showcase li {
  display: block;
  float: left;
  width: 25%;
}

.pic-photo {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background-color: #000;
}

.pic-photo img {
  opacity: 0.7;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.pic-photo img:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.insta-gallery {
  padding: 80px 0 0 0;
}

/* --------------------------------------------------------- */
/* Upate*/
/* --------------------------------------------------------- */

.section-update {
  background: #fbfbfb;
}

.updates {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.updates > div {
}

.updates-image {
  width: 40%;
  text-align: center;
}

.updates-image > img {
  width: 80%;
}

.updates-content {
  width: 60%;
  text-align: center;
}

.updates-content > div:lang(en) {
  width: 80%;
  margin: 5% 10%;
  text-align: left;
}

.updates-content > div:lang(ar) {
  width: 80%;
  margin: 5% 10%;
  text-align: right;
}

/* --------------------------------------------------------- */
/* What'sApp*/
/* --------------------------------------------------------- */

.section-steps {
  background-color: #f4f4f4;
}

.steps-box {
  margin-top: 30px;
}

.steps-box:first-child {
  text-align: right;
  padding-right: 3%;
}

.steps-box:last-child {
  padding-left: 3%;
  margin-top: 70px;
}

.app-screen {
  width: 40%;
}

.work-steps {
  margin-top: 50px;
}

.work-steps div {
  color: #2ecc71;
  border: 2px solid #2ecc71;
  display: inline-block;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  text-align: center;
  padding: 5px;
  float: left;
  font-size: 150%;
  margin-right: 25px;
}

/* --------------------------------------------------------- */
/* PARENT COMMENTS*/
/* --------------------------------------------------------- */

.section-testimonials {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.3)),
      to(rgba(0, 0, 0, 0.3))
    ),
    url(https://tinyurl.com/ydxxvpse);
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(https://tinyurl.com/ydxxvpse);
  background-size: cover;
  color: #ffffff;
  background-attachment: fixed;
  background-position: center;
  padding: 7%;
}

blockquote {
  padding: 2%;
  font-style: italic;
  line-height: 145%;
  position: relative;
  margin-top: 40px;
  font-weight: 100;
}
/* ----
blockquote:before{
    content: "\201c";
    font-size: 500%;
    display: block;
    position: absolute;
    top: -5px;
    left: -5%;
    
}

cite{
    font-size: 90%;
    margin-top: 25px;
    display: block;
}

------ */

/* --------------------------------------------------------- */
/* PRICES*/
/* --------------------------------------------------------- */

.section-prices {
  background-color: #f4f4f4;
}

.plan-box {
  background-color: #fff;
  border-radius: 5px;
  width: 90%;
  margin-left: 5%;
  -webkit-box-shadow: 0 2px 2px #d8d8d8;
  box-shadow: 0 2px 2px #d8d8d8;
}

.plan-box div {
  padding: 15px;
  border-bottom: 1px solid #e3e3e3;
}

.plan-price {
  font-size: 300%;
  margin-bottom: 10px;
  color: #2ecc71;
}

.plan-price span {
  font-size: 30%;
  font-weight: 400;
}

.plant-price-child {
  font-size: 80%;
}

.plan-box ul {
  list-style: none;
}

.plan-box ul li {
  padding: 5px 0;
}

.plan-box i {
  padding-right: 10px;
}

.plan-box div:last-child {
  text-align: center;
  background-color: #fafafa;
}

.plan-box div:first-child {
  background-color: #fafafa;
}

/* --------------------------------------------------------- */
/* FORM*/
/* --------------------------------------------------------- */

.contact-form {
  width: 90%;
  margin: 0 auto;
  max-width: 540px;
}

input[type='text'],
input[type='email'],
select,
textarea {
  width: 100%;
  padding: 7px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

input[type='checkbox'] {
  margin: 10px 5px 10px 0;
}

input[type='submit'] {
  margin: 0 auto;
}

*:focus {
  outline: none;
}

.map-container {
  width: 50%;
}

.map {
  width: 100%;
  height: 540px;
  position: relative;
  z-index: 0;
}

.map-box {
  width: 100%;
  height: 540px;
  position: relative;
}

.form-box {
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
  height: 540px;
  padding-top: 40px;
  width: 50%;
}

.form-box:lang(en) {
  right: 0;
}

.form-box:lang(ar) {
  left: 0;
}

.form-messages {
  width: 70%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 30px;
  color: #333;
}

.form-messages p {
  text-align: center;
}

.success {
  background-color: rgba(173, 255, 47, 0.8);
}

.error {
  background-color: rgba(255, 0, 0, 0.8);
}

#confirm {
  height: 30px;
  position: relative;
}

.slider-text-container{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  pointer-events: none;
}

input[type=range] {
  height: 30px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 30px;
  cursor: pointer;
  animate: 0.2s;
  background: #F2F2F2;
  border-radius: 15px;
  border: 1px solid #ccc;
}

input[type=range]::-webkit-slider-thumb {
  border: 1px solid #ccc;
  height: 22px;
  width: 50px;
  border-radius: 11px;
  background: #2ecc71;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 3px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #F2F2F2;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 30px;
  cursor: pointer;
  animate: 0.2s;
  background: #F2F2F2;
  border-radius: 15px;
  border: 1px solid #ccc;
}

input[type=range]::-moz-range-thumb {
  border: 1px solid #ccc;
  height: 22px;
  width: 50px;
  border-radius: 11px;
  background: #2ecc71;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 30px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #F2F2F2;
  border: 1px solid #ccc;
  border-radius: 30px;
}

input[type=range]::-ms-fill-upper {
  background: #F2F2F2;
  border: 1px solid #ccc;
  border-radius: 30px;
}

input[type=range]::-ms-thumb {
  margin-top: 1px;
  border: 1px solid #ccc;
  height: 22px;
  width: 50px;
  border-radius: 11px;
  background: #2ecc71;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #F2F2F2;
}

input[type=range]:focus::-ms-fill-upper {
  background: #F2F2F2;
}

/* --------------------------------------------------------- */
/* FOOTER*/
/* --------------------------------------------------------- */

footer {
  background-color: #333;
  padding: 50px;
  width: 100%;
}

.footer-other {
  background-color: #e2e2e2;
  text-align: center;
  display: inline-block;
  padding-top: 0;
  position: absolute;
}

.footer-other:lang(ar) {
  position: relative;
}

.footer-nav {
  float: left;
  list-style: none;
  padding-top: 50px;
}

.footer-nav li a {
  text-decoration: none;
  color: #555;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.contact-links li i,
.contact-links li {
  text-decoration: none;
  color: #848484;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active {
  color: #ddd;
}

.contact-links {
  padding-top: 50px;
}

.footer-nav li,
.contact-links li {
  display: inline-block;
  margin-right: 20px;
}

.footer-nav li:last-child,
.contact-links li:last-child {
  margin-right: 0;
}

.copy-right {
  text-align: center;
  margin-top: 50px;
}

/* --------------------------------------------------------- */
/* ARABIC*/
/* --------------------------------------------------------- */

html:lang(ar),
body:lang(ar) {
  background-color: #fff;
  color: #555;
  font-family: 'Amiri', serif;
  font-size: 25px;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  text-align: right;
  line-height: 1.35;
}

.arabic {
  font-family: 'Amiri', serif;
  font-weight: 100;
}

.sticky-logo:lang(ar) {
  display: none;
  height: 50px;
  width: auto;
  float: right;
  position: relative;
}

.sticky .sticky-logo:lang(ar) {
  display: block;
}

.sticky .sticky-logo:lang(en) {
  display: block;
}

.logo:lang(ar) {
  height: 100px;
  width: auto;
  float: right;
  margin-right: 5%;
  margin-top: 10px;
  position: relative;
}

.main-nav:lang(ar) {
  float: left;
  list-style: none;
  margin-left: 5%;
  position: relative;
}

.main-nav li:lang(ar) {
}

/* --------------------------------------------------------- */
/* ANIMATIONS*/
/* --------------------------------------------------------- */
/*
.js--wp-1{
    opacity:0;
}

.js--wp-1.animated {
    opacity: 1;
}

*/

/* --------------------------------------------------------- */
/* ABOUT-US*/
/* --------------------------------------------------------- */

.about-us-list li {
  list-style-type: decimal;
}

.about-us-list li:lang(ar):child {
  display: inline-block;
}

.about-us-section {
  margin-bottom: 30px;
}

/* --------------------------------------------------------- */
/* CONTACT-PAGE*/
/* --------------------------------------------------------- */

.contact-page {
  padding-top: 100px;
  display: block;
  min-height: 71%;
}

.map-other {
  width: 100%;
  height: 540px;
  position: relative;
  z-index: 0;
}

.contact-page-content {
  margin-bottom: 30px;
  height: 500px;
  overflow: hidden;
}

#map-other-box {
  width: 190%;
}

.contact-us-content-box {
  margin: 1% 5%;
  display: inline-block;
}

.contact-us-content-heading {
  margin: 1.5em 1.5em 0 1.5em;
}

.contact-us-content {
  position: relative;
  line-height: 1.8em;
  margin: 1.5em 0;
}

.contact-us-content:lang(en) {
  padding-left: 4.375em;
}

.contact-us-content:lang(ar) {
  padding-right: 4.375em;
}

.contact-us-content p {
  display: inline-block;
}

.contact-us-content:before {
  content: '';
  font-family: 'Ionicons';
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  display: block;
  position: absolute;
  /*border-radius: 50%;*/
  font-size: 1.125em;
  text-align: center;
  color: #2ecc71;
  /*border: 2px solid #e8e8e8;*/
  line-height: 2em;
  vertical-align: middle;
}

.contact-us-content-box i {
  display: inline-block;
  color: #2ecc71;
  position: relative;
}

.contact-us-content-box i:lang(en) {
  left: -3.675em;
}

.contact-us-content-box i:lang(ar) {
  right: -3.675em;
}

.form-contactpage {
  padding-top: 55px;
  background-color: #fbfbfb;
  padding-bottom: 60px;
}

/*.contact-us-content-phone:before{content:'\f2d2';}*/
.contact-us-content-email:before {
  content: '\f132';
}
.contact-us-content-location:before {
  content: '\f1ff';
}

/* --------------------------------------------------------- */
/* ANNUAL CALENDAR*/
/* --------------------------------------------------------- */

.calendar-img {
  width: 100%;
}

/* --------------------------------------------------------- */
/*  COVID UPDATE*/
/* --------------------------------------------------------- */

.covid-update > div:not(:last-child) {
  margin-bottom: 80px;
}

.covid-update div:lang(ar) {
  line-height: 135%;
}

/* --------------------------------------------------------- */
/* NOTIFICATION BANNER*/
/* --------------------------------------------------------- */

.notification-banner {
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #2ecc71;
}

.notification-banner p {
  color: white;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.notification-banner p a:link,
.notification-banner p a:visited {
  text-decoration: underline;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 32px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* --------------------------------------------------------- */
/* UPDATES SLIDER*/
/* --------------------------------------------------------- */

#slider {
  margin: 0 auto;
  text-align: center;
  width: 90%;
  max-width: 1140px;
}
#slider input[type='radio'] {
  display: none;
}
#slider label {
  cursor: pointer;
  text-decoration: none;
}
#slides {
  background: #fff;
  position: relative;
  z-index: 1;
}
#overflow {
  width: 100%;
  overflow: hidden;
  background-color: #fbfbfb;
}
#slide1:checked ~ #slides .inner {
  margin-left: 0;
}
#slide2:checked ~ #slides .inner {
  margin-left: -100%;
}
#slide3:checked ~ #slides .inner {
  margin-left: -200%;
}
#slide4:checked ~ #slides .inner {
  margin-left: -300%;
}
#slides .inner {
  transition: margin-left 800ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 400%;
  /*height: 300px;*/
}
#slides .slide {
  width: 25%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: ;
  background: #fbfbfb;
}
#slides .slide_1 {
  background: ;
}
#slides .slide_2 {
  background: ;
}
#slides .slide_3 {
  background: ;
}
#slides .slide_4 {
  background: ;
}
#controls {
  margin: -180px 0 0 0;
  width: 100%;
  height: 50px;
  z-index: 3;
  position: relative;
}
#controls label {
  transition: opacity 0.2s ease-out;
  display: none;
  width: 50px;
  height: 50px;
  opacity: 0.4;
}
#controls label:hover {
  opacity: 1;
}

/*THREE SLIDE CONTROLS*/
#slide1:checked ~ #controls label:nth-child(2),
#slide2:checked ~ #controls label:nth-child(3),
#slide3:checked ~ #controls label:nth-child(1) {
  background: url(https://image.flaticon.com/icons/svg/130/130884.svg) no-repeat;
  float: right;
  margin: 0 -50px 0 0;
  display: block;
}

/*FOUR SLIDE CONTORLS*/ /*
#slide1:checked ~ #controls label:nth-child(2),
#slide2:checked ~ #controls label:nth-child(3),
#slide3:checked ~ #controls label:nth-child(4),
#slide4:checked ~ #controls label:nth-child(1) {
   background: url(https://image.flaticon.com/icons/svg/130/130884.svg) no-repeat;
   float:right;
   margin: 0 -50px 0 0;
   display: block;
}*/

/*THREE SLIDE CONTROLS*/

#slide1:checked ~ #controls label:nth-last-child(1),
#slide2:checked ~ #controls label:nth-last-child(3),
#slide3:checked ~ #controls label:nth-last-child(2) {
  background: url(https://image.flaticon.com/icons/svg/130/130882.svg) no-repeat;
  float: left;
  margin: 0 0 0 -50px;
  display: block;
}

/*FOUR SLIDE CONTROLS*/
/*#slide1:checked ~ #controls label:nth-last-child(1),
#slide2:checked ~ #controls label:nth-last-child(4),
#slide3:checked ~ #controls label:nth-last-child(3),
#slide4:checked ~ #controls label:nth-last-child(2) {
   background: url(https://image.flaticon.com/icons/svg/130/130882.svg) no-repeat;
   float:left;
   margin: 0 0 0 -50px;
   display: block;
}*/

#bullets {
  margin: 150px 0 0;
  text-align: center;
}
#bullets label {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #ccc;
  margin: 0 10px;
}
#slide1:checked ~ #bullets label:nth-child(1),
#slide2:checked ~ #bullets label:nth-child(2),
#slide3:checked ~ #bullets label:nth-child(3),
#slide4:checked ~ #bullets label:nth-child(4) {
  background: #444;
}
@media screen and (max-width: 900px) {
  #slide1:checked ~ #controls label:nth-child(2),
  #slide2:checked ~ #controls label:nth-child(3),
  #slide3:checked ~ #controls label:nth-child(1),
  #slide4:checked ~ #controls label:nth-child(1) {
    margin: 0 -15px 0 0;
  }

  #slide1:checked ~ #controls label:nth-last-child(1),
  #slide2:checked ~ #controls label:nth-last-child(3),
  #slide3:checked ~ #controls label:nth-last-child(2),
  #slide4:checked ~ #controls label:nth-last-child(1) {
    margin: 0 0 0 -15px;
  }

  #slides {
    max-width: calc(100% - 50px);
    margin: 0 auto;
  }
  /*#slide1:checked ~ #controls label:nth-child(2),
   #slide2:checked ~ #controls label:nth-child(3),
   #slide3:checked ~ #controls label:nth-child(4),
   #slide4:checked ~ #controls label:nth-child(1),
   #slide1:checked ~ #controls label:nth-last-child(2),
   #slide2:checked ~ #controls label:nth-last-child(3),
   #slide3:checked ~ #controls label:nth-last-child(4),
   #slide4:checked ~ #controls label:nth-last-child(1) {
      margin: 0;
   }
   #slides {
      max-width: calc(100% - 140px);
      margin: 0 auto;
   }*/
  #controls label {
    height: 30px;
    width: 30px;
  }
}

/* --------------------------------------------------------- */
/* Cookie consent*/
/* --------------------------------------------------------- */

.cookie-wrapper {
  z-index: 99;
  position: fixed;
  bottom: 30px;
  right: 30px;
  max-width: 365px;
  background: #fff;
  padding: 25px 25px 30px 25px;
  border-radius: 15px;
  box-shadow: 0px 9px 14px 4px rgb(0 0 0 / 15%);
  text-align: center;
}
.cookie-wrapper.hide {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
  transition: all 0.3s ease;
}
::selection {
  color: #fff;
  background: var(--accent-color);
}
.cookie-wrapper img {
  max-width: 90px;
}
.cookie-content .cookie-header {
  font-size: 25px;
  font-weight: 600;
  color: black;
}
.cookie-content {
  margin-top: 10px;
}
.cookie-content p {
  color: #858585;
  margin: 5px 0 20px 0;
}
.cookie-content .cookie-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookie-buttons button {
  padding: 10px 20px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  background: var(--accent-color);
  cursor: pointer;
  transition: all 0.3s ease;
}
.cookie-buttons button:hover {
  transform: scale(0.97);
}
.cookie-buttons .cookie-item {
  margin: 0 10px;
}
.cookie-buttons a {
  color: var(--accent-color);
}

/* --------------------------------------------------------- */
/* TESTS*/
/* --------------------------------------------------------- */

.boxs {
  position: absolute;
  text-align: right;
  background-color: green;
  display: inline-block;
  margin: 10px;
  right: 0;
  border-radius: 50%;
}

.icon {
  position: relative;
  top: 0px;
  right: 0px;
  height: 3em;
  fill: none;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
  cursor: pointer;
  display: block;
}

.icon {
  stroke: #ffffff;
  opacity: 0.95;
}

/* --------------------------------------------------------- */
/* OTHER*/
/* --------------------------------------------------------- */


.loader {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.loader-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: pulse 1.5s ease-in-out infinite;
}

.loader-circle:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 8px solid var(--accent-color);
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  animation: loader 1.2s linear infinite;
}

.loader-text {
  color: var(--accent-color);
  font-size: 24px;
  font-weight: bold;
  margin-top: 16px;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
   0% {
     transform: scale(0.8);
     opacity: 0.5;
   }
   50% {
     transform: scale(1);
     opacity: 1;
   }
   100% {
     transform: scale(0.8);
     opacity: 0.5;
   }
 }