@charset "UTF-8";
/* CSS Document */

.text-gradient {
  display: inline-block;
  color: #5CA17C; /*non-webkit fallback*/
  background: -webkit-linear-gradient(135deg, #f8722e, #f8722e);
	background: linear-gradient(135deg, #f8722e, #f8722e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-white {
  display: inline-block;
  color: #5CA17C; /*non-webkit fallback*/
  background: -webkit-linear-gradient(135deg, #ffffff, #ffffff);
	background: linear-gradient(135deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-black {
  display: inline-block;
  color: #5CA17C; /*non-webkit fallback*/
  background: -webkit-linear-gradient(135deg, #000000, #000000);
	background: linear-gradient(135deg, #000000, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map-two {
  position: relative;
  display: block;
  background-color: var(--ambed-primary, #666666);
}

.google-map__two-box {
  position: relative;
  display: block;
  border: none;
  height: 600px;
  width: 100%;
  mix-blend-mode: luminosity;
}



.no-webp .elementWithBackgroundImage {
  background-image: url("image.jpg");
}

.webp .elementWithBackgroundImage{
  background-image: url("image.webp");
}






.social-side {
  position: fixed;
  left: 25px;
  bottom: 50px;
  z-index: 10;
  display: flex;
  mix-blend-mode: exclusion;
}

.social-side .icon {
  text-align: center;
  width: 30px;
  line-height: 30px;
  cursor: pointer;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
  white-space: nowrap;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 12px;
}
.social-side .icon:before {
  content: "";
  position: relative;
  display: inline-block;
  border-left: 1px solid var(--border-color);
  height: 50px;
  margin-bottom: 10px;
}

.socials {
  text-align: center;
  font-size: 14px;
}
.socials li a {
  position: relative;
  margin-bottom: 10px;
  margin-top: 5px;
  color: var(--heading-color);
}
.socials li a:after, .socials li a span, .socials li a:hover i {
  transition: all 0.3s cubic-bezier(0.55, 0.02, 0.1, 0.9);
}
.socials li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--heading-color);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.2);
}
.socials li a i {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.socials li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--heading-color);
  font-size: 13px;
  opacity: 0;
  transform-origin: center bottom;
  cursor: pointer;
  transform: translateX(0px) translateY(-50%);
}
.socials li a:hover i {
  transform: scale(0);
}
.socials li a:hover label {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 12, -8);
  transition: all 0.6s cubic-bezier(0.75, -0.5, 0, 1.75);
}
.socials li a:hover:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s cubic-bezier(0.75, -0.5, 0, 1.75);
  transition-delay: 0.2s;
}
.socials li a:hover span {
  opacity: 1;
  transform: translateX(10px) translateY(-50%);
}

.dsn-socials li {
  display: inline-block;
}
.dsn-socials li:not(:last-of-type) {
  margin-right: -10px;
}
.dsn-socials li a {
  position: relative;
  width: 60px;
  height: 60px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--heading-color);
}
.dsn-socials li a a:not(.move-circle) {
  border-color: var(--border-color);
}
.dsn-socials li a .icon-circle {
  z-index: 1;
}
.dsn-socials li a:after, .dsn-socials li a span:not(.dsn-icon) {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.55, 0.02, 0.1, 0.9);
}
.dsn-socials li a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--theme-color);
  transform: translate(-50%, -50%) scale(0.2);
}
.dsn-socials li a span:not(.dsn-icon) {
  color: var(--heading-color);
  font-weight: bold;
  font-size: 13px;
  transform-origin: center bottom;
  cursor: pointer;
}
.dsn-socials li a i {
  transform: scale(1);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.dsn-socials li a:hover i {
  transform: scale(0);
}
.dsn-socials li a:hover span:not(.dsn-icon) {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, -20);
  transition: all 0.6s cubic-bezier(0.75, -0.5, 0, 1.75);
}
.dsn-socials li a:hover:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s cubic-bezier(0.75, -0.5, 0, 1.75);
  transition-delay: 0.2s;
}

.elementor-align-right .dsn-socials .dsn-icon {
  margin: inherit;
}

#swal2-title {
  color: #e1e1e1;
}

$pill-border-radius:  20px !default;
$pill-margin-x:       10px !default;
$pill-margin-y:       15px !default;

$pill-bg:             #FFF !default;
$pill-border:         rgb(187, 187, 187) !default;
$pill-font:           rgb(20, 164, 190) !default;

$pill-hover-bg:       rgb(21, 139, 159) !default;
$pill-hover-border:   rgb(21, 139, 159) !default;
$pill-hover-font:     #FFF !default;

$pill-active-bg:      rgb(20, 164, 190) !default;
$pill-active-border:  rgb(20, 164, 190) !default;
$pill-active-font:    #FFF !default;

body {
  font-family: "Monsterrat";
}

.button-group-pills {
  .btn {
    border-radius: $pill-border-radius;
    line-height: 1.2;
    
    margin-bottom: $pill-margin-y;
    margin-left:   $pill-margin-x;
    
    border-color: $pill-border;
    background-color: $pill-bg;
    color: $pill-font;
    
    &.active {
      border-color:     $pill-active-border;
      background-color: $pill-active-bg;
      color:            $pill-active-font;
      
      box-shadow: none;
    }

    &:hover {
      border-color:     $pill-hover-border;
      background-color: $pill-hover-bg;
      color:            $pill-hover-font;
    }
    
  }
}




