@import url('https://fonts.googleapis.com/css2?family=Eczar:wght@400..800&display=swap');


*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root{

  --color1: #d7a449;
  --color2: #0e0707;
  --color3: #f1f1f1;
  --color4: #ACA22E;
  --color8: #E07250;
  --color10: #234848;
  --color11: #c1b7b7;
}

body{
    direction: ltr;
    font-family: 'Eczar', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0px;
    line-height: 1.4;
    direction: ltr !important;
}

img{
    max-width: 100%;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

li, p{
  padding: 10px 0;
}

a {
    text-decoration: none;
}

.container{
  max-width: 1280px;
  margin: 0 auto;
}

.page-header {
  user-select: none;
  background: #200F21;
  top: 0;
  color: #fff;
  width: 100%;
  line-height: 40px;
  padding: 20px;
}

.page-header__top{
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.page-header__logo {
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
}

.page-header__logo a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}


.page-header__logo a img{
  width: 55px;
  height: 55px;
}

.page-header__logo a h2{
  font-size: clamp(16px,2.5vw,18px);
  font-weight: 800;
  color: var(--color3);
  transition: .5s;
}

.page-header__logo a h2:hover{
  color: #006F5F;
}

.page-header__toggle {
  font-size: 2em;
}

.page-header__toggle {
  display: none;
}

.page-header__top,
.page-header__bottom {
  display: block;
}

.page-header__top {
  margin-right: auto;
}


.navigation {
  display: block;
  opacity: 1;
}


.navigation__item {
  background: #180707;
  padding: 0 16px;
  transition: .5s;
}

.navigation__item:hover{
  background: #006F5F;
}

.navigation__item:hover .navigation__item a{
  color: var(--color3);
}

.navigation__item a{
  color: var(--color3);
  transition: .5s;
}

.navigation__item {
  opacity: 0.8;
  display: inline-block;
}

.htp{
  background: url(uploads/misty-frame_2024-12-13_23-340.png), linear-gradient(90deg,  #006F5F 0%, #200F21 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 50px 50px 50px;
}

.htp-main{
  display: flex;
  flex-direction: row;
}

.htp-block-one, .htp-block-two{
  flex: 1;
}

.htp-block-text p{
  font-size: clamp(22px,5vw,30px);
  font-weight: 800;
  font-family: cursive;
  color: var(--color3);
}

.slider{
  display: flex;
  flex-direction: column;
  align-items: center;
}


.slider .slider-item{
  display: none;
  animation: reveal .5s ease-in-out;
}
.slider .slider-item.active {
  display: block;
}
.slider .dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
}
.slider .dots li {
  cursor: pointer;
  display: inline-block;
  background: linear-gradient(90deg,  #006F5F 0%, #200F21 100%);
  color: #fff;
  padding: 7px 11px;
  line-height: .5;
  border-radius: 50%;
  text-indent: -9999px;
  opacity: .5;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}
.slider .dots li.active{
  opacity: 1;
  background: var(--color3)
}
@keyframes reveal{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}

.slider-item img{
  object-fit: cover;
  height: 316px;
  filter: drop-shadow(2px 4px 6px var(--color3));
  -webkit-filter: drop-shadow(2px 4px 6px var(--color3));
}

.slider-item img:hover {
  filter: grayscale(0.5);
  -webkit-filter: grayscale(0.5);
}



.perks-main{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.perks-block {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 20px;
  background-color: #180707;
  color: var(--color3);
  padding: 20px;
  box-shadow: 0 8px 32px 0 #006F5F;
}


.perks-icon svg {
  height: 55px;
  width: 55px;
}

.perks-block:hover .perks-icon svg {
  fill: #006F5F;
  transition: background-position 575ms ease;
}

.perks-block:hover{
  transition: .5s ease-in-out;
  background-color: #200F21;
}

.perks-text {
  overflow: hidden;
  background: linear-gradient(to right, #006F5F, #006F5F 50%, var(--color3) 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 575ms ease;
}


.perks-block:hover .perks-text {
  background-position: 0 100%;
}


.analytics{
  padding: 49px 20px;
}

.analytics-main{
  display: flex;
  flex-direction: column;
}

.analytics-aboutus-title h5{
  color: #006F5F;
  margin-bottom: 49px;
  font-weight: 600;
  font-size: clamp(22px,5vw,30px);
  font-family: cursive;
}

.analytics-block, .analytics-aboutus{
  flex: 1;
  margin: 20px;
}

.analytics-box {
  list-style-type: none;
  position: relative;
  margin:0px;
  overflow-x: hidden;
  min-width: 270px;
}

.analytics-box li {
  background:#FFF;
  height:40px;
  padding:1px;
}

.analytics-block ul li{
  display: flex;
  align-items: center;
}

.analytics-box li:not(:last-child) {
  margin-bottom:30px;
}
.analytics-box li h3 {
  position: relative;
  font-size: clamp(12px,2.5vw,15px);
  line-height: 2.53;
  padding: 0 10px;
  margin:0;
  z-index: 1;
  color: #180707;
}
.analytics-box li .analytics-cont {
  height:38px;
  position:absolute;
  background-color: #006F5F;
  width: 100%;
  left: -100%;

}
.analytics-box li:first-child .analytics-cont {
  animation: line1 2s ease-in-out forwards;
}

.analytics-box li:nth-child(2) .analytics-cont {
  animation: line2 2s ease-in-out forwards;
}
.analytics-box li:nth-child(3) .analytics-cont {
  animation: line3 2s ease-in-out forwards;
}
.analytics-box li:last-child .analytics-cont {
  animation: line4 2s ease-in-out forwards;
}


@keyframes line1 {
  0% {
      left: -100%;
  }
  100% {
      left: calc(-100% + (330 * 100% / 500));
  }
}

@keyframes line2 {
  0% {
      left: -100%;
  }
  100% {
      left: calc(-100% + (370 * 100% / 500));
  }
}

@keyframes line3 {
  0% {
      left: -100%;
  }
  100% {
      left: calc(-100% + (456 * 100% / 500));
  }
}

@keyframes line4 {
  0% {
      left: -100%;
  }
  100% {
      left: calc(-100% + (475 * 100% / 500));
  }
}

.analytics-aboutus-text{
  color: var(--color2);
  font-style: italic;
  font-size: clamp(16px,2.5vw,18px);
}

.analytics-aboutus-btn{
  padding: 25px 0;
}



.content-area{
  background: url(uploads/misty-frame_2024-12-13_23-341.png),#180707;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 49px 20px;
}


.content-area-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 49px;
}

.content-area-title h5{
  margin-bottom:  29px;
  color: #006F5F;
  font-weight: 600;
  font-size: clamp(22px,5vw,30px);
  font-family: cursive;
}



.content-area-main{
  display: flex;
  align-items: center;
  flex-direction: row;
}

.content-area-image, .content-area-block-content{
  flex: 1;
  margin: 20px;
}


.content-area-image{
  filter: drop-shadow(2px 4px 6px var(--color3));
  -webkit-filter: drop-shadow(2px 4px 6px var(--color3));
}

.content-area-image img{
  width: 100%;
  object-fit: contain;
  transition: .5s;
  height: 396px;
}

.content-area-image img:hover {
  filter: grayscale(0.5);
  -webkit-filter: grayscale(0.5);
}

.content-area-block-content div{
  font-size: clamp(15px,2.5vw,18px) !important;
  color: var(--color3);
}

.content-area-block-content div ul{
  list-style: disc !important;
  margin: 12px;
  text-align: left !important;
}

.content-area .content-area-block-price div{
  color: var(--color3); 
  font-size: clamp(20px,5vw,25px);
  font-weight: 800;
  width: max-content;
  padding: 10px;
  animation: pulseColor 2s infinite;
}

@keyframes pulseColor {
  0% {
    color: var(--color3); 
  }
  50% {
    color: #006F5F; 
  }
  100% {
    color: var(--color3); 
  }
}
 

.svr-12 {
  padding: 49px 20px;
}


.svr-12-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 49px;
}

.svr-12 h5{
  margin-bottom:  29px;
  color: #006F5F;
  font-weight: 600;
  font-size: clamp(22px,5vw,30px);
  font-family: cursive;
}

.svr-12-main{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.svr-12-block{
  display: flex;
  margin: 10px;
}

.svr-12-inner-block {
  background: #180707; 
  color: #ddd;
  padding: 20px;
  float: right;
  position: relative;
  margin-bottom: 25px;
}

 .svr-12-inner-block:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 15px solid #191919;
  border-left: 15px solid #323232; 
  box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  display: block; width: 0;
}

.svr-12-inner-block.rounded {
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}

 .svr-12-inner-block.rounded:before {
  border-width: 8px;
  border-color: #323232 #323232 transparent transparent;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.svr-12-inner-block i{
  font-size: 60px;
  background: #323232;
  padding: 25px;
  border-radius: 150px;
}
.svr-12-inner-block h3{
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: left;
  padding-bottom: 10px;
  margin: 0;
  font-family: 'Concert One', cursive;
  color: #006F5F;
}

.svr-12-inner-block p{
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 14px;
}

 .svr-12-icon svg{
  width: 55px;
  height: 55px;
  background: #200F21;
  float: right;
  padding: 10px;
  border-radius: 50%;
}
.svr-12-inner-block  a h3{
  display: inline-block;
  padding-bottom: 10px; 
  transition: .5s;
  color: #006F5F;
  font-size: clamp(18px,2.5vw,20px);
}

.svr-12-inner-block:hover   a h3{
  color: var(--color3);
}

.svr-12-inner-block p{
  font-size: clamp(15px,2.5vw,17px);
  margin-bottom: 20px;
}

.svr-12-inner-block:hover svg{
  background: #006F5F;
  
  transition: all 1s;
}

.svr-12-btn{
  padding: 15px 0;
}


.blogpost {
  padding: 49px 20px;
}


.blogpost-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 49px;
}

.blogpost h5{
  margin-bottom:  29px;
  color: #006F5F;
  font-weight: 600;
  font-size: clamp(22px,5vw,30px);
  font-family: cursive;
}

.blogpost-main{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}


.blog-wrapper {
  padding: 15px;
  display: grid;
  grid-template-columns: 2fr 2fr;
  justify-content: center;
}

.blog-card {
  transition: all 0.3s;
  flex: 1;
  margin: 8px;
  background: #fff;
  border: 1px solid #006F5F;
  text-align: center;
}

.blog-card:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
}

.blog-card:hover .blog-img img {
  opacity: 0.8;
}

.blog-img {
  position: relative;
  text-align: center;
  background: #006F5F;
}

.blog-img img {
  transition: all 0.3s;
  object-fit: cover;
  height: 243px;
  width: 100%;
  border-bottom: 4px solid #006F5F;
}

.blog-img:before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: solid 10px #006F5F;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}

.blog-img a h2 {
  position: absolute;
  margin: 0;
  font-size: clamp(18px, 2.5vw, 22px);
  bottom: 15px;
  width: 100%;
  color: #fff;
}

.blog-details {
  display: flex;
  margin-top:  29px;
  font-style: italic;
  font-size: clamp(16px,2.5vw,17px);
  color: #3C3C3C;
}

.blog-details span {
  padding: 0  29px;
  display: flex;
  gap: 5px;
}

.blog-details span svg {
  margin-right: 5px;
}

.blog-text {
  padding:  29px 15px;
  font-size: clamp(16px,2.5vw,17px);
  line-height: 22px;
}


.price-schedule{
  background: url(uploads/misty-frame_2024-12-13_23-341.png), #9b9b9b;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 49px 20px;
}


.price-schedule-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 49px;
}

.price-schedule h5{
  margin-bottom:  29px;
  color: #006F5F;
  font-weight: 600;
  font-size: clamp(22px,5vw,30px);
  font-family: cursive;
}

.price-schedule-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8em;
}

.price-schedule-card {
  flex: 1;
  background: #fff;
  text-align: center;
  padding: 20px 25px;
  border-radius: 0.625rem;
  position: relative;
  cursor: pointer;
}

.price-schedule-card li {
  text-transform: capitalize;
  font-size: 1rem;
}

.price-schedule-card .ribbon {
  position: absolute;
  width: 2.5rem;
  height: 200px;
  background: #006F5F;
  top: -0.625rem;
  left: -5px;
  transition: opacity 0.3s ease-in;
  visibility: hidden;
  opacity: 0;
}

.price-schedule-card .ribbon > div {
  transform: rotate(-90deg);
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 0.625rem;
}

.price-schedule-card .ribbon svg {
  width: 0.625rem;
  color: #1b1b1b;
}

.price-schedule-card .ribbon::before {
  content: "";
  position: absolute;
  top: 0;
  right: -0.563rem;
  border-left: 0.313rem solid #006F5F;
  border-right: 0.313rem solid transparent;
  border-top: 0.313rem solid transparent;
  border-bottom: 0.313rem solid #006F5F;
}

.price-schedule-card .ribbon::after {
  content: "";
  position: absolute;
  bottom: -0.063rem;
  left: 0;
  border-left: 1.25rem solid transparent;
  border-right: 1.25rem solid transparent;
  border-top: 1.25rem solid transparent;
  border-bottom: 1.25rem solid #1b1b1b;
}

.price-schedule-card hr {
  display: block;
  width: 35%;
  margin: 0 auto;
  margin-top: 1.875rem;
  margin-bottom: 1.563rem;
  visibility: visible;
}

.price-schedule-card hr.first {
  background: #d6d4d3;
  height: 0.156rem;
  border: none;
}

.price-schedule-card hr.second {
  background: #1b1b1b;
  height: 0.25rem;
  border: none;
}

.price-schedule-card h3 {
  color: #1b1b1b;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.063rem;
}

.price-schedule-card .card-price {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(19px,5vw,25px);
  font-weight: bold;
  color: #1b1b1b;
  margin: 1.563rem 0;
}

.price-schedule-card ul{
  margin-bottom: 20px;
}

.price-schedule-card .card-price span {
  color: #1b1b1b;
  font-size: 1.1rem;
  margin-right: 0.625rem;
}

.price-schedule-card.active {
  background: #1b1b1b;
  color: #a3a3a3;
}

.price-schedule-card.active li {
  font-size: 1.063rem;
}

.price-schedule-card.active .ribbon {
  opacity: 1;
  visibility: visible;
}

.price-schedule-card.active hr {
  opacity: 0;
  margin: 0;
  visibility: hidden;
}

.price-schedule-card.active h3 {
  color: #d6d4d3;
}

.price-schedule-card.active .card-price span {
  color: #d6d4d3;
}

.price-schedule-card.active .card-price {
  color: #fff;
}


.pict-galer {
  padding: 49px 20px;
}

.pict-galer-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 49px;
}

.pict-galer-title h5{
  margin-bottom:  29px;
  color: #006F5F;
  font-weight: 600;
  font-size: clamp(22px,5vw,30px);
  font-family: cursive;
}


.pict-galer-main{
  display: flex;
  gap: 15px;
  flex-direction:  row;
}

.pict-galer-imgBlock{
  flex: 1;
 
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.pict-galer-large{
  position: relative;
}


.pict-galer-imgBlock img:hover,.pict-galer-inner-bl img:hover,.pict-galer-inner-element img:hover{
  transform: scale(1.05);
  filter: grayscale(0.5);
  -webkit-filter: grayscale(0.5);
}

.pict-galer-imgBlock img,.pict-galer-inner-bl img,.pict-galer-inner-element img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s;
 
}


.pict-galer-imgBlock-wrapper{
  width: 100%;
  height: 100%;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.pict-galer-inner-bl{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}

.pict-galer-inner-element{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
}


.staff-member {
  padding: 49px 20px;
}


.staff-member-main{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.staff-member-block{
  margin: 10px;
  background: #180707;
  padding: 20px;
}

.staff-member-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.staff-member-images{
  width: 100%;
  height:  243px;
  margin-bottom: 19px;
}

.staff-member-images img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.staff-member-block:hover img,
.staff-member-block:focus img{
  filter: grayscale(0);
}

.staff-member-block:hover h2,
.staff-member-block:focus h2{
  color: var(--color3);
}

.staff-member-name h2{
  font-size: clamp(18px,2.5vw,20px);
  font-weight: 600;
  transition: .5s;
  color: #006F5F;
}

.empla-profession h4{
  color: var(--color3);
  font-style: italic;
  font-size: clamp(15px,2.5vw,17px);
}


.schema{
  background: url(uploads/misty-frame_2024-12-13_23-341.png),#180707;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 49px 20px;
}

.schema-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 49px;
}

.schema-title h5{
  margin-bottom:  29px;
  color: #006F5F;
  font-weight: 600;
  font-size: clamp(22px,5vw,30px);
  font-family: cursive;
}

.schema-main{
  display: flex;
  flex-direction: row;
}

.schema-block, .schema-image{
  flex: 1;
  margin: 20px;
}

.schema-block label{
  color: #fff;
}

.schema-block form{
  width: 100%;
}

.schema-block .field{
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top:  29px;
}

.schema-block .input-btn-containergroup{
  border-radius: 20px;
  color: var(--color3);
  padding: 10px 20px;
  transition: all 0.3s ease 0s;
  background-color: #180707;
  outline: none;
  border-bottom: 2px solid var(--color3);
  filter: drop-shadow(2px 4px 6px var(--color3));
  -webkit-filter: drop-shadow(2px 4px 6px var(--color3));
}

.schema-block .input-btn-containergroup::placeholder{
  color: var(--color3);
}

.schema-block .textarea-btn-containergroup::placeholder{
  color: var(--color3);
}

.schema-block .textarea-btn-containergroup{
  border-radius: 20px;
  box-shadow: none;
  color: var(--color3);
  padding: 10px 20px;
  height: 50px;
  background-color: #180707;
  outline: none;
  border-bottom: 2px solid var(--color3);
  filter: drop-shadow(2px 4px 6px var(--color3));
  -webkit-filter: drop-shadow(2px 4px 6px var(--color3));
}

.schema-block .schema-check{
  align-items: center;
  padding: 20px 0;
  display: flex;
  gap: 5px;
}

.schema-block .schema-check a{
  text-decoration: underline;
  color: #fff;
}

.schema-btn{
  padding-top: 20px;
}

.schema-image{
  display: flex;
  align-items: center;
  justify-content: center;
}

.schema-image img{
  width: 100%;
  height: 243px;
  animation: pulse 15s linear infinite;
}

@keyframes pulse {
    0% {
     transform: scale(1.1);
    }
    50% {
     transform: scale(0.8);
    }
    100% {
     transform: scale(1);
    }
}

.endnote{
  padding: 20px 10px;
  background: #230338;
}

.endnote-main{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
}

.endnote-link, .endnote-info-cnt, .endnote-cont{
  display: flex;
  gap: 10px;
  padding: 10px 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.endnote-link a, .endnote-title, .endnote-info-cnt a{
  font-size: 17px;
  color: var(--color3);
  transition: .5s;
}

.endnote-link a:hover, .endnote-info-cnt a:hover, .endnote-cont a:hover{
  color: #006F5F;
}

.endnote-title{
  padding: 10px 0;
}

.endnote-title div{
  display: flex;
  align-items: center;
  gap: 10px;
}

.endnote-title img{
  width: 30px;
  height: 30px;
}

.endnote-cont a{
  animation: pulseColor 2s infinite;
}

.about-our-business{
  background: url(uploads/misty-frame_2024-12-13_23-341.png),#180707;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 49px 20px;
}

.about-our-business-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 49px;
}

.about-our-business-title h5{
  margin-bottom:  29px;
  color: #006F5F;
  font-weight: 600;
  font-size: clamp(22px,5vw,30px);
  font-family: cursive;
}

.about-our-business-main{
  display: flex;
  align-items: center;
  flex-direction: row;
}

.about-our-business-block, .about-our-business-image{
  flex: 1;
  margin: 20px;
}

.about-our-business-txt{
  color: var(--color3);
  font-size: clamp(15px,2.5vw,18px);
}

.about-our-business-image{
  overflow: hidden;
  height: 316px;
  filter: drop-shadow(2px 4px 6px var(--color3));
  -webkit-filter: drop-shadow(2px 4px 6px var(--color3));
}

.about-our-business-image:hover img{
  transform: scale(1.05);
  filter: grayscale(0.5);
  -webkit-filter: grayscale(0.5);
}

.about-our-business-image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s;
 
}


.company-profile{
  background: url(uploads/misty-frame_2024-12-13_23-341.png),#180707;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 49px 20px;
}

.company-profile-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 49px;
}

.company-profile-title h5{
  margin-bottom:  29px;
  color: #006F5F;
  font-weight: 600;
  font-size: clamp(22px,5vw,30px);
  font-family: cursive;
}

.company-profile-main {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 49px;
  padding: 53px 0;
}

.company-profile-main-inner{
  position: relative;
}

.company-profile-main-inner img{
  position: relative;
  z-index: 2;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 40%;
  margin: 49px;
  filter: drop-shadow(2px 4px 6px var(--color3));
  -webkit-filter: drop-shadow(2px 4px 6px var(--color3));
}

.company-profile-content {
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
}

.company-profile-icon{
  display: flex;
  align-items: center;
  gap: 10px;
}

.company-profile-icon svg{
  width: 55;
  height: 55;
  fill: #006F5F;
}

.company-profile-icon h2{
  font-size: 20px;
  font-weight: 800;
  color: var(--color3);
}

.company-profile-star {
  padding-top:  29px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.company-profile-star svg{
  width: 55;
  height: 55;
  fill: #006F5F;
}


.get-connected{
  background: url(uploads/misty-frame_2024-12-13_23-341.png),#180707;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 49px 20px;
}

.get-connected-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 49px;
}

.get-connected-title h5{
  margin-bottom:  29px;
  color: #006F5F;
  font-weight: 600;
  font-size: clamp(22px,5vw,30px);
  font-family: cursive;
}

.get-connected-main{
  display: flex;
  flex-direction: row;
}

.get-connected-block, .get-connected-infoAdr{
  flex: 1;
  margin: 20px;
}

.get-connected-block{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.get-connected-block form{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.get-connected-field-inner{
  display: flex;
  gap: 10px;
}

.get-connected-block .get-connected-field{
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex: 1;
}

.get-connected-block .get-connected-field input {
  padding: 12px 20px;
  max-width: 100%;
  border: 1px solid #006F5F;
  font-size: 14px;
  width: 100%;
  font-weight: 400;
  max-height: 50px;
  background: inherit;
  outline: none;
  color: var(--color3);
}


.get-connected-block .get-connected-fields textarea {
  padding: 15px 20px;
  border: 1px solid #006F5F;
  width: 100%;
  height: 120px;
  font-size: 14px;
  color: #313131;
  line-height: 20px;
  font-weight: 400;
  background: inherit;
  outline: none;
  color: var(--color3);
}

.get-connected-block .get-connected-field input::placeholder,.get-connected-block .get-connected-fields textarea::placeholder{
  font-size: 10px;
  color: var(--color3);
}

.get-connected-chk {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.get-connected-chk input {
  margin-top: 0;
}

.get-connected-chk-label {
  font-size: 14px;
  margin-left: 5px;
  color: var(--color3);
}

.get-connected-chk-label a{
  color: #006F5F !important;
}


.get-connected-mapa{
  display: flex;
}

.get-connected-infoAdr{
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(portrait/figures_header_676877f6648049.12285875.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding:  29px;
}


.get-connected-infoAdr-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
}

.gciChange{
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.get-connected-infoAdr-box svg{
  fill: #006F5F;
  width: 55px;
  height: 55px;
}

.get-connected-infoAdr-cont div, .get-connected-infoAdr-cont a{
  font-size: 17px;
  color: var(--color3);
  transition: .5s;
  word-break: break-all;
} 

.get-connected-infoAdr-cont a:hover{
  color: #006F5F;
}



.data-privacy{
    padding: 91px 91px;
    color: var(--color3);
    overflow: hidden;
    background: url(uploads/misty-frame_2024-12-13_23-341.png),#180707;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .data-privacy h1.data-privacy-title{
      font-size: 24px;
      font-weight: 800;
      color: var(--color3);
  }
  
  .data-privacy h2,h3{
      font-size: 19px;
      font-weight: 800;
      color: var(--color3);
  }
  
  .data-privacy  a{
      text-decoration: underline;
      color: var(--color3);
      word-break: break-all;
  }
  
  .data-privacy ol li {
      color: var(--color3);
  }
  
  .data-privacy ul{
      list-style: disc !important;
      text-align: left;
      margin: 10px;
  }

 
  #bttop {
    display: inline-block;
    background-color: #006F5F;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
  }


  #bttop:hover {
    cursor: pointer;
    border: 1px solid #006F5F;
    background-color:#180707;
  }
  #bttop:active {
    background-color: #555;
  }
  #bttop.show {
    opacity: 1;
    visibility: visible;
  }

  #bttop svg {
    width: 50%;
    height: 100%;
  }



  .button-1{
    background-color: var(--color3);
    color: black;
    border-radius: 20px;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: 1px solid black;
    box-shadow: 0 0 0 0 black;
  }
  .button-1:hover {
    transform: translateY(-4px) translateX(-2px);
    box-shadow: 2px 5px 0 0 black;
  }
  .button-1:active {
    transform: translateY(2px) translateX(1px);
    box-shadow: 0 0 0 0 black;
  }
  

  .button-2 {
    transition: all 0.3s;
    display: inline-block;
    width: auto;
    text-align: center;
    text-transform: uppercase;
    background: #006F5F;
    color: #fff;
    padding: 15px;
    margin-bottom:  29px;
    font-family: 'Oswald', sans-serif;
  }
  
  .button-2:hover {
    background: #180707;
  }


  .button-3 {
    padding: 10px 15px;
    border: none;
    outline: none;
    color: #FFF;
    font-family: inherit;
    font-weight: 500;
    font-size: 17px;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 12px;
  }
  
  .button-3::after {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(46, 46, 46);
    left: 0;
    top: 0;
    border-radius: 10px;
  }
  
  .button-3::before {
    content: "";
    background: #006F5F;
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 600%;
    z-index: -1;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    filter: blur(8px);
    animation: glowing 20s linear infinite;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
    opacity: 0;
  }
  
  .button-3:hover::before {
    opacity: 1;
  }
  
  .button-3:active:after {
    background: transparent;
  }
  
  .button-3:active {
    color: #FFF;
    font-weight: bold;
  }

  .button-4 {
    padding: 10px 15px;
    font-size: 16px;
    border: none;
    background: #200F21;
    color: var(--color3);
    cursor: pointer;
    position: relative;
    z-index: 1;
  }
  
  .button-4:hover {
    color: rgb(255, 255, 255);
  }
  
  .button-4::before,
  .button-4::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(128, 128, 128, 0.096);
    backdrop-filter: blur(10px);
    z-index: -1;
    transition: all 0.4s;
  }
  
  .button-4::after {
    z-index: -2;
    transition: all 0.4s;
  }
  
  .button-4:hover::before {
    background: rgb(0, 0, 0, 0.315);
    border-radius: 10px;
  }
  
  .button-4:hover::after {
    background: #006F5F;
    border-radius: 10px;
    transform: scale(1.07, 1.2) rotateX(180deg);
  }
  

  .button-5 {
    border: 0;
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    background: #200F21;
    transition: all 0.2s;
    border-radius: 3px;
  }
  
  .button-5:hover {
    background: #006F5F;
    animation: 2s linear zoom infinite;
    transform: scale(1.1) translateY(-1px);
  }
  
  @keyframes zoom {
    to {
      background-position: var(--width);
    }
  }

  @media (max-width: 1200px) {
    .blog-wrapper{
      grid-template-columns: 2fr 2fr !important;
    }
  }
 


  @media (max-width: 992px) {
 
  
    .page-header__toggle {
      display: block;
    }
  
    .navigation {
      display: block;
      opacity: 0.5;
      height: 0;
    }
  
 
    .navigation--visible {
      opacity: 0;
      height: 200px;
    }

    .navigation {
      opacity: 1;
      overflow: hidden;
      transition: 0.7s;
    }

      .navigation__item {
        opacity: 1;
        display: block;
    }

    .page-header__top {
        flex-direction: column;
        align-items: center;
    }

    .page-header__bottom{
      width: 100%;
    }

    
  
    .navigation__item:hover {
      cursor: pointer;
      opacity: 1;
    }
  

      .htp-main {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .perks-main{
      display: grid;
      grid-template-columns: 2fr 2fr;
    }

    .analytics-main{
      flex-direction: column;
    }

    .content-area-main{
      flex-direction: column;
    }

    .svr-12-main {
        display: grid;
        grid-template-columns: 2fr 2fr !important;
    }

    .staff-member-main{
      display: grid;
      grid-template-columns: 2fr 2fr !important;
    }

    .schema-main{
      flex-direction: column;
    }

    .blog-wrapper{
      grid-template-columns: 2fr 2fr !important;
    }

    .about-our-business-main{
      flex-direction: column;
    }

    .endnote-main{
      align-items: center;
      justify-content: center;
    }

    .get-connected-main{
      flex-direction: column;
    }
      
    .price-schedule-cards{
      flex-direction: column;
    }

    .price-schedule-card{
      margin: 20px 0;
    }
  }
  




@media(max-width: 768px){
  .perks-main{
    grid-template-columns: 1fr;
  }

  .svr-12-main {
      grid-template-columns: 1fr !important;
  }

  .staff-member-main{
    grid-template-columns: 1fr !important;
  }

  .blog-wrapper{
    grid-template-columns: 1fr !important;
  }
  .company-profile-main-inner img{
    width: 100%;
    margin: 0;
    margin-bottom:  29px;
    height: auto;
  }

  .pict-galer-main{
    flex-direction: column;
  }
}


@media(max-width: 600px){
  
    .data-privacy{
        padding: 49px 49px;
    }
    
    .htp{
      padding: 100px 25px 25px 25px;
    }

    .content-area-image img{
      height: auto;
    }

    .schema-image img{
      height: auto;
    }

    .about-our-business-image{
      height: auto;
    }

    .price-schedule-card .ribbon{
      width: 2rem;
    }

}



@media (max-width: 575px){
    button{
        width: 100%;
    }

    .get-connected-field-inner{
      flex-direction: column;
    }

    .pict-galer-inner-bl{
      flex-direction: column;
    }

}



