@charset "UTF-8";
:root {
  --primary-bg: #e74c3c;
  --dark-primary-bg: #c0392b;
  --primary-color-text: #e74c3c;
  --dark-primary-color-text: #c0392b;
  --body-bg: #fff;
  --header-hight: 70px;
  --white-color-text: #fff;
  --black-color-text: #000;
  --agencies-bg:#fff;
}

* {
  box-sizing: border-box;
}

body {
  background-color: var(--body-bg);
  padding: 0px;
  margin: 0px;
  font-family: "Lato";
  direction: rtl;
}

header {
  background-color: var(--primary-bg);
  height: var(--header-hight);
  display: flex;
}
header .row {
  height: var(--header-hight);
}
header nav {
  background-color: var(--primary-bg);
  z-index: 99;
}
header nav .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #bdbcbc !important;
  padding: 10px 20px;
}
header nav .dropdown-menu img {
  height: auto;
  width: 100px;
}

.slider {
  height: calc(100vh - var(--header-hight));
}
.slider .carousel-inner .carousel-item:nth-child(1) {
  background-color: #fff;
}
.slider .carousel-inner .carousel-item:nth-child(1) p {
  color: var(--black-color-text);
  font-size: 17px;
  margin: 20px 0px;
}
.slider .carousel-inner .carousel-item:nth-child(2) {
  background-color: #fff;
}
.slider .carousel-inner .carousel-item:nth-child(2) p {
  color: var(--black-color-text);
  font-size: 17px;
  margin: 20px 0px;
}
.slider .carousel-inner .carousel-item:nth-child(3) {
  background-color: #fff;
}
.slider .carousel-inner .carousel-item:nth-child(3) p {
  color: var(--black-color-text);
  font-size: 17px;
  margin: 20px 0px;
}
.slider .slide {
  width: 100%;
  height: calc(100vh - var(--header-hight));
  box-sizing: border-box;
}
.slider .slide .slide-content {
  padding: 50px 12% 0px 12%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 0px) {
  .slider .slide .slide-content {
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .slider .slide .slide-content {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .slider .slide .slide-content {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .slider .slide .slide-content {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .slider .slide .slide-content {
    flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .slider .slide .slide-content {
    flex-direction: row;
  }
}
.slider .slide .slide-content .left_side_slider {
  flex: 1;
}
.slider .slide .slide-content .right_side_slider {
  display: flex;
  flex: 1.5;
}
.slider .slide .slide-content .right_side_slider img {
  width: auto;
  margin: 0px 0px;
  max-height: 400px;
}

.aboutUs {
  padding: 30px 0px;
  background-color: var(--dark-primary-bg);
  color: var(--white-color-text);
}
.aboutUs .about {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.aboutUs .about .about-left-side {
  flex: 1;
  flex-basis: 80%;
}
.aboutUs .about .about-right-side {
  flex: 1;
  flex-basis: auto;
}
.aboutUs .about .about-right-side img {
  opacity: 0.5;
}
.aboutUs h4 {
  color: var(--white-color-text);
  margin-bottom: 30px;
  text-align: center;
}

.agencies {
  padding: 30px 0px;
  background-color: var(--agencies-bg);
}
.agencies h4 {
  color: var(--primary-color-text);
  margin-bottom: 30px;
  text-align: center;
}

.contactUs {
  background-color: #2c3e50;
  padding: 30px 0px;
}
.contactUs h4 {
  color: var(--white-color-text);
  margin-bottom: 30px;
  text-align: center;
}

footer {
  background-color: #2C3A47;
  padding: 30px 0px;
  color: var(--white-color-text);
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.subHeader {
  width: 100%;
  height: 400px;
}
@media (min-width: 0px) {
  .subHeader {
    padding: 0px 0px;
  }
}
@media (min-width: 576px) {
  .subHeader {
    padding: 0px 0px;
  }
}
@media (min-width: 768px) {
  .subHeader {
    padding: 20px 0px;
  }
}
@media (min-width: 992px) {
  .subHeader {
    padding: 50px 0px;
  }
}
@media (min-width: 1200px) {
  .subHeader {
    padding: 50px 0px;
  }
}
@media (min-width: 1400px) {
  .subHeader {
    padding: 50px 0px;
  }
}
.subHeader.lacalut {
  background-image: url("../agencies/lacalut/img/new/aktiv_2.jpg");
  background-size: cover;
}
@media (min-width: 0px) {
  .subHeader.lacalut {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -237px 0px;
  }
}
@media (min-width: 576px) {
  .subHeader.lacalut {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -237px 0px;
  }
}
@media (min-width: 768px) {
  .subHeader.lacalut {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
}
@media (min-width: 992px) {
  .subHeader.lacalut {
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1200px) {
  .subHeader.lacalut {
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1400px) {
  .subHeader.lacalut {
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.subHeader.vega {
  background-image: url("../agencies/vega/img/vega_header_img.jpg");
  background-size: cover;
}
@media (min-width: 0px) {
  .subHeader.vega {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -237px 0px;
  }
}
@media (min-width: 576px) {
  .subHeader.vega {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -237px 0px;
  }
}
@media (min-width: 768px) {
  .subHeader.vega {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
}
@media (min-width: 992px) {
  .subHeader.vega {
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1200px) {
  .subHeader.vega {
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1400px) {
  .subHeader.vega {
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.subHeader.form_stay {
  background-image: url("../agencies/form_stay/img/form_stay_header_img.jpg");
  background-size: cover;
}
@media (min-width: 0px) {
  .subHeader.form_stay {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -237px 0px;
  }
}
@media (min-width: 576px) {
  .subHeader.form_stay {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -237px 0px;
  }
}
@media (min-width: 768px) {
  .subHeader.form_stay {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
  }
}
@media (min-width: 992px) {
  .subHeader.form_stay {
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1200px) {
  .subHeader.form_stay {
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1400px) {
  .subHeader.form_stay {
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.subHeader.biologist {
  background-image: url("../agencies/biologist/img/biologist_header_img.jpg");
  background-size: cover;
}
@media (min-width: 0px) {
  .subHeader.biologist {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -237px 0px;
  }
}
@media (min-width: 576px) {
  .subHeader.biologist {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -237px 0px;
  }
}
@media (min-width: 768px) {
  .subHeader.biologist {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
  }
}
@media (min-width: 992px) {
  .subHeader.biologist {
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1200px) {
  .subHeader.biologist {
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1400px) {
  .subHeader.biologist {
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.subHeader.gingeronatur {
  background-image: url("../agencies/gingeronatur/img/gingeronatur_header_img.jpg");
  background-size: cover;
}
@media (min-width: 0px) {
  .subHeader.gingeronatur {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -237px 0px;
  }
}
@media (min-width: 576px) {
  .subHeader.gingeronatur {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -237px 0px;
  }
}
@media (min-width: 768px) {
  .subHeader.gingeronatur {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
  }
}
@media (min-width: 992px) {
  .subHeader.gingeronatur {
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1200px) {
  .subHeader.gingeronatur {
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1400px) {
  .subHeader.gingeronatur {
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.subHeader.acuregripewaterlogo {
  background-image: url("../agencies/acuregripewater/img/slide-1.jpeg");
  background-size: cover;
}
@media (min-width: 0px) {
  .subHeader.acuregripewaterlogo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -237px 0px;
  }
}
@media (min-width: 576px) {
  .subHeader.acuregripewaterlogo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -237px 0px;
  }
}
@media (min-width: 768px) {
  .subHeader.acuregripewaterlogo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
  }
}
@media (min-width: 992px) {
  .subHeader.acuregripewaterlogo {
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1200px) {
  .subHeader.acuregripewaterlogo {
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1400px) {
  .subHeader.acuregripewaterlogo {
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.subHeader.prodent {
  background-image: url("../agencies/prodent/img/slide-1.jpeg");
  background-size: cover;
}
@media (min-width: 0px) {
  .subHeader.prodent {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -237px 0px;
  }
}
@media (min-width: 576px) {
  .subHeader.prodent {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -237px 0px;
  }
}
@media (min-width: 768px) {
  .subHeader.prodent {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
  }
}
@media (min-width: 992px) {
  .subHeader.prodent {
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1200px) {
  .subHeader.prodent {
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1400px) {
  .subHeader.prodent {
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.subHeader .LogoAgencie img {
  width: 150px;
}
@media (min-width: 0px) {
  .subHeader .LogoAgencie img {
    padding: 15px;
    margin-top: 0px;
  }
}
@media (min-width: 576px) {
  .subHeader .LogoAgencie img {
    padding: 15px;
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .subHeader .LogoAgencie img {
    background-color: transparent;
    padding: 20px;
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .subHeader .LogoAgencie img {
    background-color: transparent;
    padding: 20px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .subHeader .LogoAgencie img {
    background-color: transparent;
    padding: 20px;
    margin-top: 10px;
  }
}
@media (min-width: 1400px) {
  .subHeader .LogoAgencie img {
    background-color: transparent;
    padding: 20px;
    margin-top: 10px;
  }
}
.subHeader .LogoAgencie p {
  padding: 20px 0px;
}
@media (min-width: 0px) {
  .subHeader .LogoAgencie p {
    padding: 10px;
    margin-top: 0px;
  }
}
@media (min-width: 576px) {
  .subHeader .LogoAgencie p {
    padding: 10px;
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .subHeader .LogoAgencie p {
    background-color: transparent;
    padding: 20px;
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .subHeader .LogoAgencie p {
    background-color: transparent;
    padding: 20px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .subHeader .LogoAgencie p {
    background-color: transparent;
    padding: 20px;
    margin-top: 10px;
  }
}
@media (min-width: 1400px) {
  .subHeader .LogoAgencie p {
    background-color: transparent;
    padding: 20px;
    margin-top: 10px;
  }
}
.subHeader .col-lg-7 {
  display: flex;
  align-items: end;
  justify-content: flex-end;
}
.subHeader .col-lg-7 img {
  width: 70%;
}

.products {
  padding: 40px 0px;
}
.products h4 {
  font-weight: 100;
  text-align: center;
  padding: 20px 0px;
}
.products .productBlock a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: fit-content;
  text-align: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s;
}
.products .productBlock a img {
  max-width: 75px;
  transition: all 0.3s;
}
.products .productBlock a span {
  width: fit-content;
  color: #2c3a47;
  text-decoration: none;
  padding: 10px 0px;
  transition: all 0.3s;
}
.products .productBlock a:hover {
  transition: all 0.3s;
  cursor: pointer;
}
.products .productBlock a:hover img {
  transform: scale(1.2);
  transition: all 0.3s;
}
.products .productBlock a:hover span {
  color: #d6000a;
  transition: all 0.3s;
}

.allProducts {
  padding: 50px 0px;
}
.allProducts h4 {
  padding: 20px 0px;
  margin: 0px;
}
.allProducts h1 {
  margin: 0px;
  padding: 0px;
  padding-bottom: 20px;
  font-weight: 100;
}
.allProducts .productMenuList ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  border-right: 1px solid #e9e9e9;
}
.allProducts .productMenuList ul li {
  min-height: 40px;
  line-height: 40px;
  padding-right: 10px;
  transition: all 0.3s;
}
.allProducts .productMenuList ul li a {
  text-decoration: none;
  color: #2C3A47;
}
.allProducts .productMenuList ul li.active {
  border-right: 3px solid #d6000a;
}
.allProducts .productMenuList ul li.active a {
  color: #d6000a;
}
.allProducts .productMenuList ul li:hover {
  background-color: #e9e9e9;
  transition: all 0.3s;
}
.allProducts .productCard {
  width: 100%;
  min-height: 300px;
  border: 1px solid #e9e9e9;
  transition: all 0.3s;
  text-align: center;
  display: flex;
  text-decoration: none;
  justify-content: space-between;
  align-items: center;
}
.allProducts .productCard:hover {
  background-color: #d6000a;
  transition: all 0.3s;
  border: 1px solid #ff4c55;
}
.allProducts .productCard:hover img {
  transition: all 0.3s;
  width: 90%;
}
.allProducts .productCard:hover p {
  color: #fff;
  transition: all 0.3s;
}
.allProducts .productCard:hover span {
  color: #fff;
  transition: all 0.3s;
}
.allProducts .productCard img {
  transition: all 0.3s;
  width: 90%;
}
.allProducts .productCard span {
  color: #2C3A47;
  font-size: 20px;
  padding: 0px;
  margin: 0px;
}
.allProducts .productCard p {
  color: #2C3A47;
  font-size: 14px;
  padding: 20px;
  transition: all 0.3s;
}

.product-promo {
  position: relative;
  height: 350px;
  border-bottom: rgba(23, 139, 139, 0.1);
}
@media (min-width: 0px) {
  .product-promo {
    height: 300px;
  }
}
@media (min-width: 576px) {
  .product-promo {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .product-promo {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .product-promo {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .product-promo {
    height: 350px;
  }
}
@media (min-width: 1400px) {
  .product-promo {
    height: 350px;
  }
}
.product-promo .product-promo-title {
  padding: 10px 0px;
}
.product-promo .product-promo-title h1 {
  font-weight: 100;
}
.product-promo .product-promo-text {
  font-weight: 100;
}
.product-promo .product-promo-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 0px) {
  .product-promo .product-promo-img {
    height: 300px;
  }
}
@media (min-width: 576px) {
  .product-promo .product-promo-img {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .product-promo .product-promo-img {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .product-promo .product-promo-img {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .product-promo .product-promo-img {
    height: 350px;
  }
}
@media (min-width: 1400px) {
  .product-promo .product-promo-img {
    height: 350px;
  }
}
@media (min-width: 0px) {
  .product-promo .product-promo-img img {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .product-promo .product-promo-img img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .product-promo .product-promo-img img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .product-promo .product-promo-img img {
    width: 90%;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .product-promo .product-promo-img img {
    width: 90%;
    margin-top: 0px;
  }
}
@media (min-width: 1400px) {
  .product-promo .product-promo-img img {
    width: 90%;
    margin-top: 0px;
  }
}
.product-promo:before {
  content: "";
  width: 50%;
  position: absolute;
  right: 0px;
  z-index: -1;
  border-bottom: 350px solid rgba(23, 139, 139, 0.1);
  border-left: 150px solid transparent;
}

.img_big {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 0px) {
  .img_big img {
    width: 150%;
  }
}
@media (min-width: 576px) {
  .img_big img {
    width: 150%;
  }
}
@media (min-width: 768px) {
  .img_big img {
    width: 150%;
  }
}
@media (min-width: 992px) {
  .img_big img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .img_big img {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .img_big img {
    width: 100%;
  }
}

.accordion-button:focus {
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  color: #C60C30;
  background-color: #f7c9d2;
}

.accordion-button:not(.collapsed)::after {
  content: "";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  background-image: none;
  text-align: center;
  line-height: normal;
}

.accordion-button::after {
  content: "";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  background-image: none;
  text-align: center;
  line-height: normal;
}

.carousel-control-next,
.carousel-control-prev {
  width: 10% !important;
}

.product-promo-back-link {
  color: #C60C30;
  padding-top: 15px;
  display: block;
  transition: all 0.3s;
}
.product-promo-back-link i {
  padding-right: 5px;
}
.product-promo-back-link:hover {
  color: #2C3A47;
  transition: all 0.3s;
}

.card-title {
  min-height: 50px;
}

.card-text {
  min-height: 75px;
  max-height: 75px;
}

/*# sourceMappingURL=style_ara.css.map */
