@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&display=swap');
:root {
  --color-primary: #40beaa;
  --color-primary-dark: #3ba493;
  --color-secondary: #bf4155;
}
* {
  font-family: 'Montserrat', sans-serif;
  outline: none;
}
html, body{
	font-size: 100%;
	background: #ffffff;
}
h4, h5, h6, h1, h2, h3 {
  margin: 0;
}
ul, ol {
  margin: 0;
  padding:0;
}
p {
  margin: 0;
}
a {
  text-decoration: none !important;
}
iframe {
  border: none;
  width: 100%
}
footer {
  margin-top: 10px;
  padding-top: 30px;
  background-color: #f0f0f0;
}
footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "address reference docs";
}
footer .footer-social li {
  margin: 0 4px;
}
footer .footer-social a {
  text-decoration: none !important;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  transition: box-shadow 0.4s;
}
footer .footer-social a:hover {
  box-shadow: 2px 2px 5px 0px #00000033;
}
footer .footer-social img {
  background-color: #fff;
  width: 40px;
  height: 40px;
  padding: 8px;
  transition: transform 0.4s;
}
footer .footer-social a:hover img {
  transform: scale(1.2);
}
footer .footer-address {
  grid-area: address;
  padding: 0 1em;
}
footer .footer-address a {
  color: var(--color-primary);
  text-decoration: none !important;
}
footer .footer-address > p:first-of-type {
  font-weight: 500;
}
footer .footer-reference {
  grid-area: reference;
  padding: 0 1em;
}
footer .footer-reference > div:first-of-type{
  border-radius: 10px;
  overflow: hidden;
}
footer .footer-reference a.footer-reference-button {
  width:100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  background-color: var(--color-secondary);
  color: #fff !important;
  text-decoration: none !important;
  margin-top: 6px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
footer .footer-reference a.footer-reference-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  border:2px solid #d52f47;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
footer .footer-reference a.footer-reference-button:hover:before,
footer .footer-reference a.footer-reference-button:focus:before,
footer .footer-reference a.footer-reference-button:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
footer .footer-docs {
  grid-area: docs;
  display: flex;
  flex-direction: column;
  padding: 0 1em;
}
footer .footer-docs > div {
  gap: 5px;
  display: flex;
  flex-direction: column;
}
footer .footer-docs > div a {
  color: var(--color-primary) !important;
  text-decoration: none !important;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  padding: 10px 10px 10px 20px;
  transition: padding-left 0.4s;
}
footer .footer-docs > div a:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 20px;
  left: 8px;
  z-index: 1;
  border-radius: 4px;
  transition: transform 0.4s;
  background-color: var(--color-primary);
}
footer .footer-docs > div a:hover {
  padding-left: 30px;
}
footer .footer-docs > div a:hover:before {
  transform: scaleY(0.8);
}
footer .footer-docs > p {
  gap: 5px;
  display: flex;
  margin-top: 6px;
  font-size: 0.9em;
  align-items: center;
}
footer .footer-docs > p img {
  width: 40px;
  height: 40px;
}
.footer-copyright {
  text-align: center;
  margin-bottom: 110px;
  padding-top: 20px;
  color: #999;
}
.footer-social{
  margin-top: 1.3em;
  text-align: center;
}
.footer-social ul li {
  display: inline-block;
  padding: 0em;
  margin-bottom:15px;
}
.welcome-section {
  padding: 2em 0;
}
.welcome-right h2 {
	color: #333;
	font-weight: 600;
	font-size: 2.5em;
}
.welcome-right p {
	color: #777;
	line-height: 1.8em;
	margin-top: 1.3em;
	font-size: 1em;
}
.welcome-docs {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.welcome-docs > div {
  flex: 1 1 auto;
}
.testimonial {
    background-color: var(--color-primary);
    margin-top: 1em;
    padding: 1em;
}
.testimonial li {
  list-style: none;
}
.testimonial-section {
  background: url(/assets/images/etc/testimonial_bg.jpg) no-repeat;
  background-position: center bottom;
  background-size: cover;
  min-height: 300px;
  padding: 2em 0;
}
.testimonial-grids {
  width: 82%;
  margin: 0 auto;
}
.testimonial-left {
  width: 160px;
  float: left;
  margin: 1em;
}
.testimonial-left img{
  border: 4px solid #ffffff33;
	border-radius: 50%;
	width: 100%;
}
.testimonial-right {
  margin: 1em 0 0 2em;
}
.testimonial-right h5 {
	color: #fff;
	font-family: 'Lobster Two';
	margin: 0;
	font-size: 3em;
}
.testimonial-right p {
  color: #fff;
  font-size: 1.2em;
  margin: 1em 0 0 0;
  line-height: 1.8em;
}
.testimonial-right p span {
  font-size: 2em;
  line-height: 0.1em;
  vertical-align: middle;
  font-family: 'Lobster Two';
}
.service-section {
	padding-bottom: 2em;
	margin-bottom: 1em;
  margin-top: 1em;
}
.service-section ul {
  list-style-image: url(/assets/images/main/icon.png);
}
#tedavi + div .service-info  {
  margin-top: 6em;
}
.service-info h3,.projects-info h3 {
  text-align: center;
  font-family: 'Lobster Two';
  color: var(--color-primary);
  font-size: 2.5em;
  margin-top: 1em;
}
.service-info p, .projects-info p {
  color: #676666;
  text-align: center;
  width: 75%;
  margin: 2em auto 0 auto;
  line-height: 1.8em;
  font-size: 1em;  
}
.service-info.float-right {
  padding-left: 50px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
.service-box {
  text-align: center;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50px;
  padding: 8px 2px 2px 2px;
  box-shadow: 5px 5px 10px 0 #eee inset;
}
.service-box .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid #ddd;
  margin: 0 auto;
  text-align: center;
  position: relative;
  transition: box-shadow 0.4s;
  background: var(--color-primary);
  background: linear-gradient(45deg, var(--color-primary), var(--color-primary-dark));
}
.service-box:hover .icon {
  box-shadow: 0 0 1px 4px var(--color-primary);
}
.service-box .icon img {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  transition: all 0.3s ease 0s;
  transform: scale(0.75);
}
.service-box .icon:before {
  content: '';
  width: 102%;
  height: 102%;
  border-radius: 50%;
  background: #dfdfdf;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.service-box:hover .icon img {
  transform: scale(0.6);
  filter: drop-shadow(2px 2px 1px var(--color-primary));
}
.service-box:hover .icon:before {
  transform: scale(1);
}
.service-box h5 {
  font-size: 1.4em;
  color: #666;
  margin: 1em 0em 0.5em 0em;
	font-family: 'Lobster Two';
}
.service-box p {
  color: #333333;
  margin: 0;
  line-height: 1.8em;
  width: 95%;
  font-size:1em;
}
.catalog-carousel {
  margin-top: 36px;
}
.catalog-carousel .owl-item:hover {
  transform: scale(0.9);
  border-radius: 30px 10px 30px 10px;
  box-shadow: 0 0 20px 0px #00000011 inset;
}
.catalog-carousel .owl-item:hover .catalog-carousel-img {
  background-size: 150%;
}
.catalog-carousel .owl-item {
  padding: 20px;
  color: #666;
  cursor: pointer;
  transition: background-color 0.4s, transform 0.4s, box-shadow 0.4s;
}
.catalog-carousel-img {
  border-radius: 30px 10px 30px 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-size: 100%;
  background-position: center;
  transition: background-size ease-in-out 0.4s;
}
.catalog-carousel a {
  color: var(--color-primary);
  text-decoration: none !important;
}
.d-flex {
  display: flex;
}
.overflow-hidden {
  overflow: hidden;
}
.float-right {
  float: right !important;
}
.border-none {
  border: none !important;
}
.border-bottom {
  border-bottom: 1px solid #ccc !important;
}
.divider-s,
.divider-m,
.divider-m-2,
.divider-l,
.divider-xl {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: none;
  z-index: -1;
}
.divider-s {
  height: 25px;
}
.divider-m {
  height: 50px;
}
.divider-m-2 {
  height: 40px;
}
.reference {
  background-color: #eee;
  border-radius: 20px;
  text-align: center;
}
.reference li {
  display: inline-block;
  background-color: #fff;
  border-radius: 20px;
  margin: 20px;
  width: 150px;
  height: 150px;
  overflow: hidden;
  text-align: center;
}
.reference li:before { 
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.reference li img{
  display: inline-block;
  width: 140px;
  padding: 10px;
  vertical-align: middle;
}
.address h5{
	color:var(--color-primary);
	font-size:1.2em;
	font-weight:700;
}
.contact-left input[type="text"]:nth-child(2),.contact-left input[type="email"]:nth-child(2),.contact-left input[type="tel"]:nth-child(2) {
	margin: 0 6px;
}
.address p{
	color: #999;
	font-size: 0.85em;
	line-height: 1.6em;
	margin-top: 1em;
}
.address p span{
	display:block;
}
.address p a{
	color: #999;
}
.contact-top h3 {
	font-size: 2.5em;
  color: var(--color-primary);
  text-align: center;
  padding-bottom: 0.5em;
	font-family: 'Lobster Two';
}
.contact-bottom iframe{
	width:100%;
	height:400px;
	margin-top:2em;
}
.contact-bottom .g-recaptcha {
  display: flex;
  justify-content: center;
}
.contact-bottom .btn {
	font-family: 'Lobster Two';
  font-size: 2em;
  margin-top: 1em;
  width: 300px;
  cursor: pointer;
  padding: 15px 5px;
  background-color: var(--color-primary) !important;
}
.price-desc ul {
  list-style-image: url(/assets/images/main/icon.png);
}
.price-desc ul li {
  margin-bottom: 1em;
}
.price-title {
  font-size: 2em;
  color: #40beaa;
  font-family: Lobster Two;
}
.price-header {
	margin: 1em auto 0;
	background-color: var(--color-primary);
	color: #ffffff;
	width: 90%;
	border-radius: 6px;
	padding: 10px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
.price-triangle {
  margin:0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: var(--color-primary) transparent transparent transparent;
  line-height: 0px;
}
.price-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  text-align: center;
}
.price-row > div {
  font-size: 40px;
}
.price-row > :nth-child(odd) {
  border-right: 1px dashed #ccc;
}
.divider-l {
  height: 100px;
}
.divider-xl {
  height: 200px;
}
@media (max-width: 992px) {
  .divider-m-2 {
    height: 15px;
  }
  .divider-xl {
    height: 100px;
  }
  footer .footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "address""docs""reference";
  }
  .bar-reservation .bar-reservation-widget .hr_container > div:nth-child(1),
  .bar-reservation .bar-reservation-widget .hr_container > div:nth-child(2) {
    display: none;
  }
  .bar-reservation .bar-reservation-widget .hr_container > div:nth-child(3) {
    width: 100% !important;
  }
  .testimonial-left {
    margin: unset;
  }
  .testimonial-left img {
    display: none;
  }
}
@media (max-width: 322px) {
  .welcome-left iframe {
    height: auto;
  }
}
@media (min-width: 322px) {
  .page-reference .reference li {
    width: 120px;
    height: 120px;
  }
  .page-reference .reference li img {
    width: 100px;
  }
  .page-aboutus .testimonial-right {
    margin: unset;
  }
  .page-aboutus .testimonial-grids {
    width: 100%;
  }
  .page-aboutus ul.service-items {
    margin-left: 20px;
  }
  .page-thermal ul.service-items {
    margin-left: 20px;
  }
  .page-price ul.service-items {
    margin-left: 20px;
  }
  .page-price .price-row > div {
    font-size: 30px;
    padding-top: 10px;
    display: inline-block;
  }
}
.d-inline {
  display: inline;
}
.d-none {
  display: none;
}
.border-style-none {
  border-style: none;
}
header .banner {
  min-height: 100vh;
  background-size: cover !important;
}
.bar-reservation {
  transform: scale(0.9);
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  gap: 6px;
  margin-bottom: -40px;
  transition: opacity 0.4s, margin 0.4s, transform 0.6s;
}
.bar-reservation.show {
  opacity: 1;
  padding: 12px;
  margin-bottom: 0;
  transform: scale(1);
  display: flex !important;
  backdrop-filter: blur(4px);
  background-color: #ffffffcc;
  border-top: 3px solid var(--color-primary);
}
.bar-reservation .bar-reservation-widget {}
.bar-reservation .bar-reservation-widget .hr_container {
  display: flex;
  width: unset !important;
  max-width: unset !important;
}
.bar-reservation .bar-reservation-widget .hr_container > div:nth-child(1),
.bar-reservation .bar-reservation-widget .hr_container > div:nth-child(2) {
  flex: 1 1 auto;
  width: auto !important;
}
.bar-reservation .bar-reservation-widget .hr_container > div:nth-child(3) {
  width: auto;
}
.bar-reservation .bar-reservation-widget .hr_button#hr_booking_button {
  white-space: nowrap !important;
  font-size: 16px !important;
  height: 50px !important;
  overflow: hidden;
  font-weight: 500;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: -5px !important;
  border-radius: 6px !important;
  background: linear-gradient(307deg, var(--color-primary), #1d715b);
  background-size: 400% 400%;
  animation: wave 2s ease infinite;
}
.bar-reservation .bar-reservation-widget .hr_input {
  font-size: 19px !important;
  height: 50px !important;
  color: #666 !important;
  font-weight: 500;
}
.bar-reservation .bar-reservation-widget .outer_input:not(:last-of-type):before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 1;
  border-left: 16px solid var(--color-primary);
  border-right: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
.bar-reservation .bar-reservation-widget .hr_input#check_in_out {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
  box-shadow: 10px 0px 10px 0px inset #f0f0f0;
  border-width: 2px !important;
}
.bar-reservation .bar-reservation-widget .hr_input#dropdown_toggle {
  box-shadow: 10px 0px 10px 0px inset #f0f0f0, -10px 0px 4px 0px inset #f0f0f0;
  border-width: 2px !important;
}
.bar-reservation .bar-reservation-widget .hr_button {
  border-radius: 6px;
}
.bar-reservation-phone {
  background-color: var(--color-secondary);
  border-radius: 6px;
  padding: 4px 12px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}
.bar-reservation-phone:hover {
  background-color: #8c3140;
}
.bar-reservation-phone img {
  width: 20px;
  height: 20px;
  animation: nudge 1.6s linear infinite;
  transition: width 0.2s, height 0.2s;
}
.bar-reservation-phone:hover img {
  width: 32px;
  height: 32px;
  transform: scale(1.25);
}
.bar-reservation-whatsapp {
  background-color: var(--color-primary);
  border-radius: 6px;
  padding: 4px 12px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}
.bar-reservation-whatsapp:hover {
  background-color: #379f8e;
}
.bar-reservation-whatsapp img {
  width: 32px;
  height: 32px;
  transition: transform 0.2s;
}
.bar-reservation-whatsapp:hover img {
  transform: scale(1.25);
}
.fotorama__stage__frame {
  border-radius: 10px;
}
.fotorama__thumb {
  border-radius: 5px;
}
.fotorama__thumb-border {
  border-radius: 5px;
  border-color: var(--color-primary) !important;
  border-width: 3px !important;
}
@keyframes wave {
    0% {
      background-position: 0% 83%;
    }
    50% {
      background-position: 100% 18%;
    }
    100% {
      background-position: 0% 83%;
    }
}
@keyframes nudge {
  0% {
    transform: rotate(10deg);
  }
  10% {
    transform: rotate(-10deg);
  }
  20% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(-10deg);
  }
  40% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
