@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');


:root {   
  --bg-tem-1:#f68a0a;
  --bg-tem-2: #0f2fd0;
  --bg-tem-3:#546ce9;
  --bg-tem-4:#df3a42;
  --bg-tem-5:#d2b214;

  --green: #2ECC71;
  --orange: #f68a0a;

  --white: #F8F8FF;
  --color-white-ten:#ffffff; 
  --white:#fff;
  --black: #060606;  
  --hover-tranzitipn: all 0.2s ease-in-out;
}

.th-container { 
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; 
  margin-left: auto;
  margin-right: auto; 
}

body{    
  direction: ltr;
  font-family: 'Quicksand', sans-serif !important;
  font-size: 15px;
  margin: 0;
  padding: 0;
  line-height:1.3;   
}
 * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
  list-style: none;
  cursor: pointer;
  transition: all ease 0.4s;
}           
input:focus, textarea:focus, select:focus {
  outline: none;
}
h2{
font-size: clamp(21px,4vw,36px)!important;
}
img, video{
  max-width: 100%;
}
ul{
  list-style: none;               
}
[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}

.header-layout{
background-color: #ffffff;
}

.flex-box{
  display: flex;
}
.align-item-centr{
  align-items: center;
}
.justify-content-betwee{
  justify-content: space-between;
}
.justify-content-center{
  justify-content: center;
}
.col{
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 24px;
}
.logo{
  gap: 10px;  
  transition: all ease 0.4s;
  color: var(--black);
  img{
    height: 50px;    
    object-fit: contain;
  }
}
.top-header{
  padding-top:  16px;
  padding-bottom: 21px;
  flex-wrap: wrap;
  gap: 10px;
  border-bottom: 1px  dashed #eaebee;
}
.svg-box{
  width: 32px;
  height: 32px;
  background-color: var(--bg-tem-3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;  
  
}
.svg-box_item{
  width: 16px;
  height: 16px;
  stroke: #fff;
  fill: var(--bg-tem-3);
}
.info{
  display: flex;
  flex-direction: column;
  gap: 5px;
  p{
    font-size: 14px;
    line-height: 1.6;
    color: var(--black);
  }
  a{
    font-size: 16px;
    font-weight: 500;
    word-break: break-word;
    color: var(--black);
  }
}
.header-contact{
  gap: 9px;
  align-items: center;
}

.base-btn{
  display: inline-block;
  padding: 11px 28px; 
  width: fit-content;
  font-size: 16px; 
  font-weight: 500; 
  text-align: center;
  text-decoration: none;
  cursor: pointer; 
  outline: none;
  border-radius: 4px; 
  transition: background-color 0.3s ease; 
}
.hero-padding-for-three{
  padding: 100px 0px 100px 0px;
}
.video-overlay {
  position: relative;

  &::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('visuals/hotel_hotels_real_45f1c_3.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.3;
    z-index: 3;
  }

  .th-container{
    position: relative;
    z-index: 4;
  }
}
.video-overlay::before{
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(26, 43, 61, 0) 0%, rgb(6, 47, 42) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-repeat: no-repeat;
} 
.hero-bg-video{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-cover{
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.hero-content{
  flex: 3;
}
.fero-nav{
  flex: 1;
}

.nav{
  padding: 50px;
 background: #06060659;
  box-shadow: 0 8px 32px 0 rgba(40, 41, 55, 0.37);
backdrop-filter: blur(5px );
-webkit-backdrop-filter: blur(5px );
clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);

}
.nav-listJKU,.under-menu{
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.nav-listJKU li{
  display: flex; 
  flex-direction: column;
  gap: 9px;
}
.nav-listJKU_link{
 color: #fff;
 font-size: 15px;
 display: flex;
 align-items: center;
 gap: 9px;
 transition: var(--hover-tranzitipn);
 svg{
  width: 20px;
  height: 20px;
  stroke:#fff;
  fill: transparent;
  transition: var(--hover-tranzitipn);
 }
}
.nav-listJKU_link:hover{
  color:var(--orange);
}
.nav-listJKU_link:hover svg{
   stroke:var(--orange);
}
.gap-30{
  gap: 30px;
}
.flex-row{
  flex-direction:  row;
}

.relative{
  position: relative;
  z-index: 2;
}
.hero-title{
  margin-bottom: 20px;
  color: #fff;
  font-size: 34px;
  font-weight: 500;

}
.hero-text{
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}
.hero-footer{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.avatars{
  transition: all 0.2s ease-in-out;
  display: flex;
  
}
.avatars img{ 
  width:50px;
  height: 50px;
  border: 2px solid var(--green);
  overflow: hidden;
   
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
  
}
.avatars img:nth-child(2) {
    transform: translate(-30px, 0);
}

.avatars img:nth-child(3) {
    transform: translate(-60px, 0);
}

.avatars img:nth-child(4) {
    transform: translate(-90px, 0);
}

.avatars img:hover:not(:nth-last-child(1)) {
    margin-right: 50px;
}

.avatars img:hover {
    border: 3px solid var(--orange);
}
.pera{
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin: 0 9px;
  text-transform: capitalize;
}
.wave-emoji{
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: wave;
    animation-name: wave;
    display: inline-block;
    -webkit-transform-origin: 70% 70%;
    transform-origin: 70% 70%;
  svg{
    width: 25px;
    height: 25px;
    stroke:#FFD500;
    fill: #FFD500;
  }
}
@keyframes wave {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
10% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
20% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
}
30% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
40% {
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
}
50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
}
.pad-section{
  padding: 80px 0;
}
.process-card-area{
  background-color:#0e121d;  
  padding: 16px 51px;
}

.process{
  flex-wrap: wrap;
  gap: 16px;

}
.card-item{
  flex-grow: 1;
  flex-basis: 240px;
}
.title-area{
  position: relative;
  z-index: 2;
  margin-top: -6px;
  color: #fff;
  
}
.process-card{
  position: relative;
  background-color: #fff;
  padding: 30px;
  width: 100%;
  border-radius: 4px;
  color: var(--black);
  display: flex;
  transition: all 0.4s ease;
  gap: 12px;
  flex-direction:  column-reverse;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  z-index: 2;
  overflow: hidden;
}
.process-card:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0; 
  background-color:var(--bg-tem-3);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}
.process-card:hover:before {
  height: 100%;
}
.process-card:hover .process-card_icon{
    background-color: rgba(255, 255, 255, 0.7);
}
.process-card:hover .process-card_icon svg{
 stroke:#121212;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.process-card:hover {
  color: #fff;
}
.process-card_icon{
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 102, 0, 0.1);
  svg{
    width: 50px;
    height: 50px;
    stroke:var(--bg-tem-3);
    fill: transparent;
    transition: all 0.4s ease;
  }
   
}
.align-items{
  align-items: center;
}
.pos-text{
  text-align:  center;
}
.content-work{
  flex-direction: column;
  justify-content: center;
}
.flex-big{
  flex: 2;
}
.flex-col{
  flex-direction: column-reverse;
}
.img-box2{
  position: relative;
  display: flex;
  gap: 21px;
  height: 100%;
  align-items: center;
}
.img1{
  overflow: hidden;
  position: relative;
  height: 400px;
  -webkit-clip-path: polygon(13% 0, 100% 0%, 84% 100%, 0 100%);
  clip-path: polygon(13% 0, 100% 0%, 84% 100%, 0 100%);
}
.img1::before{
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(25deg);
  z-index: 2;
}
.img1:hover:before{
    animation: shine 1.9s;
}
.img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text{
  font-weight: 400;
  color: var(--bg-tem-3);
}
.counter-box-wrap{
  margin-left: 60px;
  margin-top: 5px;
}
.counter-box:not(:last-child) {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 11px;
   
}
.media-body{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.box-number{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  color: var(--black);
  margin-bottom: 3px;
}
.box-text{
  font-size: 18px;
  font-weight:500;
  line-height: 28px;
}
.section_title{
  text-align: center;
  margin-bottom: 41px;
  
}
.iner-box{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;  
}

.benefit-list{
flex-direction: column;
gap: 33px;
}
.benefit-list li{
  display: flex;
  gap: 9px;  
}
.color-box{
  background-color: #0e121d;
}
.color-box .section_title{
  color: #fff;
}
.servis-box{
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
}
.servis-item{
  flex-basis: calc(50% - 30px);
  margin: 0 15px 30px;
  overflow: hidden;
  border-radius: 28px;
  transition: all ease 0.4s;
}
.servis_link{
  display: block;
  padding: 28px 21px;
  background-color:  #060606;
  overflow: hidden;
  position: relative;
  color: #FFF;
  height: 100%;
  p{
    position: relative;
    z-index: 2;
  }
}
.servis-item_bg{
 height: 128px;
  width: 128px;
  background-color: #f9b234;
  z-index: 1;
  position: absolute;
  top: -75px;
  right: -75px;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  transition: all .5s ease;
}
.servis-item:nth-child(2n) .servis-item_bg{
background-color: #3ecd5e;
}
.servis-item:nth-child(3n) .servis-item_bg{
 background-color: #e44002;
}
.servis-item:nth-child(4n) .servis-item_bg{
  background-color: #952aff;
}

.servis_link:hover .servis-item_bg{
  transform: scale(10);
}
.servis-item_title{
  font-weight: 900;
  font-size:25px;
  color: #FFF;
  z-index: 2;
  margin: 0 0 25px;
  position: relative;
}
.article{
  display: flex;
  gap: 30px;
  flex-direction:  column-reverse;
}
.article-img{
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
    
  img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.article-content p{
  margin-bottom: 10px;
  
}
.article-content ul,ol{
  list-style: inside;
 
}
.article-price{
  display:inline-flex;
  gap: 10px;
  font-weight: 900;
  margin-top: 20px;
  font-size:21px;
  padding: 15px 20px;
  background-color: var(--bg-tem-3); 
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.blog-box{
  background-color: #000957;
  transition: all 500ms ease;
  width: 100%;
  height: 100%;
}
.blog-img{
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.4s ease;
  }
}
.blog-img::before{
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);  
  transform: skewX(25deg);
  z-index: 2;
}
.blog-box_content{
  padding: 28px 21px;
}
.box-title{
  font-size: 20px;
  font-weight:500;
  margin-bottom: 15px;
  color: #ffffff;
  a{
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}
.box-title:hover a{
  color:var(--bg-tem-3);
}
.subtitle{
  color: var(--bg-tem-3);
  font-size: 20px;
}
.blog-btn{
  display: inline-flex;
  color: #ffffff;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-bottom: 2px;
 
  font-weight: 500;
  font-size: 15px;
  transition: all ease 0.4s;
  text-transform: uppercase;
  svg{
    width: 20px;
    height: 20px;
    stroke:#ffffff;
    fill: transparent;
    transition: all ease 0.4s;
    transform: rotate(0deg);
  }
}
.blog-btn::before{
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transition: all ease 0.4s;
  background-color: #ffffff;
}
.blog-btn:hover{
  color: var(--bg-tem-3);
}
.blog-btn:hover:before{
  background-color: var(--bg-tem-3);
  width: 45px;
}
.blog-btn:hover svg{
  stroke:var(--bg-tem-3);
  transform: rotate(45deg);
}
.servis-item:hover{
  transform: translateY(-5px);
}
.servis-item:hover .blog-img::before{
  -webkit-animation: shine 1.9s;
  animation: shine 1.9s;
}
@keyframes shine {
  100% {
    left: 125%;
}
}
.blog-meta{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 15px;
}
.autor  svg{
  stroke:var(--bg-tem-3);
  width: 20px;
  height: 20px;
  fill: transparent;
}
.autor{
  display: flex;
  align-items: center;
  gap: 8px;
  
  color:var(--bg-tem-3);
}
.footer-wrapper{
  position: relative;
  padding-top: 130px;
  color: #788094;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(image/icons_header_67eabeac39e572.42428118.jpg);
}
.footer-wrapper::before{
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(14, 18, 29, 0.94);
}
.copyright-wrap{
  padding: 18px 0;
  background-size: 100% auto;
  position: relative;
  background-color: #262A36;
  z-index: 2;
}
.copyright{
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.name{
  color: var(--bg-tem-3);
}
.widget-area{
  padding-bottom: 54px;
  position: relative;
}
.footer-item{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.footer-item .logo,.footer-item  .info p,.footer-item  .info a{
  color: #fff;
}
.footer-item .logo{
  font-weight: 500;
  font-size: 20px;
}
.footer-contact{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.widget_title{
  color: #fff;
  margin: -0.11em 0 0px 0;
  padding: 0 0 18px 0;
  position: relative;
  font-weight: 500;
  font-size: 20px;
 
}
.widget_title::after,.widget_title::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 2px;
  background-color: var(--bg-tem-3);
}
.widget_title::after{
  width: 16px;
  border: 2px solid #0E121D;
  height: 10px;
  background-color: transparent;
  bottom: -3px;
  left: 40px;
  -webkit-animation: footerLine 7s linear infinite;
  animation: footerLine 7s linear infinite;

}
@keyframes footerLine  {
  0% {
    left: 40px;
}
50% {
    left: 0;
}
100% {
    left: 40px;
}
}
.footer-wrapper .nav-listJKU_link{
  padding-inline-start: 20px;
  position: relative;
}
.footer-wrapper .nav-listJKU_link::before{
  position: absolute;
  inset-inline-start: 0;
  content: '\279C';
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.9em;
  background-color: transparent;
  border: none;
  color: inherit;
}
.footer-nav{
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.category-grid{
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(2, 3fr);
}
.grid__item{
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  max-height: 100px;
  overflow: hidden;
  border: 0px solid var(--bg-tem-3);
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.grid__item::before{
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(25deg);
  z-index: 2;
}
.grid__item:hover:before {
  -webkit-animation: shine 1.9s;
  animation: shine 1.9s;
}
.btn-box{
  width: 100%;
  display: flex;
justify-content: center;
}
.footer-box{
  flex-grow: 1;
  flex-basis: 280px;
}
.widget-area .process{
  gap: 35px;
}
.footer-tex{
  text-align: center;
}
.bg-img-box{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
  background-image: url(image/photos_header_67eabeae46abb6.11549500.jpg);
}
.tarifs-box{
  flex-wrap: wrap;
  display: flex;
}
.tarif-item{
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;  
  position: relative;
  gap: 20px;
  border-radius: 16px;
  padding: 50px 24px 24px;
  transition: all 500ms ease;
  box-shadow: none;
}
.col:hover .tarif-item{
  transform: translateY(-5px);
 box-shadow: 0px 4px 4px 0px rgba(141, 144, 153, 0.25);
}
.leba{
  position: absolute;
  right: 0;
  top: -10px;
  padding: 10px 20px;
  color: #fff;
  font-weight: 500;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  background-color: var(--bg-tem-3);
}

.price-box_price{
 font-size: 27px;
  font-weight: 500;
  line-height: 54px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.93%, #daedef), color-stop(103.19%, rgba(218, 237, 239, 0)));
  background: linear-gradient(90deg, #daedef 2.93%, rgba(218, 237, 239, 0) 103.19%);
  padding: 10px 20px;
  border-radius: 12px;
  width: 100%;
}


.offer-tag{  
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: var(--black);
 
}
.price-box_wrapp{
  padding: 10px 0;
  border-top: 1px solid #eaebee;
  border-bottom: 1px solid #eaebee;
}

.available-list{
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.available-list li{
  padding-inline-start: 20px;
  position: relative;
  color: #4D5765;
}
.available-list li::before{
  position: absolute;
  inset-inline-start: 0;
  content: '\2713';
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.9em;
  background-color: transparent;
  border: none;
  color: var(--bg-tem-3);
}
.tarif-btn{
 
  margin: auto 0 0;
  a{
    width: 100%;
  }
}
.section-group{
  gap: 80px;
  flex-direction: column-reverse;

}
.contact-map{
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  iframe{
    width: 100%;
    height: 100%;
    -webkit-filter: brightness(0.4) grayscale(1);
    filter: brightness(0.4) grayscale(1);

  }
}
.contact-info{
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  padding: 30px;
}
.contact-info_label{
  font-size: 18px;
  font-weight: 500;
  color: #0e121d;
}
.contact-info_link{
  font-size: 16px;
  color: #4d5765;
  display: block;
  word-break: break-word;
}
.contact-info .svg-box{
  width: 70px;
  height: 70px;
  svg{
    width: 25px;
    height: 25px;
  }
}
.contact-image{
  border-radius: 20px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
  
  background-image: url( image/photos_header_67eabeae46abb6.11549500.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.grup-form{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-check{
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  font-size: 13px;
 color: #878680;
}
.form-check a{
  color: inherit;
}
.box-input{
  gap: 20px;
  flex-direction: row;
}
.input-stil,.textarea-stil,.input-inputlayout-group,.textarea-inputlayout-group{
  width: 100%;
  outline: none;
  padding: 15px 25px;
  font-size: 14px;
  border-radius: 10px;
  background-color: #f8f8f8;
  border: 1px solid #E4E4E4;
  color: #888C97;
}
.form-box{
  gap: 20px;
}
.searching{
  display: none;
}
.th-privacy{
  word-break: break-word;
  }
  .th-privacy p{
  margin-bottom: 10px;
  text-indent: 3ch; 
  
  }
  .th-privacy h1{
  font-weight: 500;
  text-align: center;
  color: var(--black);
  margin-bottom:  23px;
  }
  .th-privacy h2{
  font-weight: 400;
  text-align: center;
  color: var(--black);
  margin-bottom:16px ;
  }
  .th-privacy table,.th-privacy a{
  word-break: break-word;
  color: inherit;
  }
.team-box{
  padding: 30px;
  background-color: #ffffff;
  text-align: center;
  display: flex;
  height: 100%;
  width: 100%;
  gap: 30px;
  flex-direction: column-reverse;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.06);
}
.team-box:hover,.recent-post:hover {
  transform: translateY(-5px);
  background-color: #000957;
}
.team-box:hover .team-img img{
  transform: scale(1.3);
}
.team-box:hover .team-content h3{
  color: #fff;
}
.team-img{
  overflow: hidden;
  transition: 0.4s ease-in-out;
  height: 211px;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1.3s all ease;
  }
}  
.team-content{
  gap: 10px;
  flex-direction: column-reverse;
  h3{
    font-size: 20px;
    color: #0e121d;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
  }
  span{
    color: var(--bg-tem-3);
    font-size: 16px;
    font-weight: 400;
  }
}
.page-element{
  padding: 20px;
}
.recent-post-wrap{
  flex-direction: column;
}
.recent-post{
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 20px 15px;
  transition: all 0.4s ease-in-out;
  background-color:#00095717;
  clip-path: polygon(0% 0%, 100% 0, 100% 70%, 90% 100%, 0% 100%);
}
.media-img{  
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  border: none;
  transition: all 0.4s ease-in-out;
  border-radius: 50;
  flex: 0 0 auto;
  
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.recent-post:hover .media-img{
  border: 0px solid var(--bg-tem-3);
} 
.post-title{
  font-weight: 500;
  color: var(--bg-tem-3);
  font-size: 18px;
 
}
.sticky{
   position: sticky;
  top: 80px;
}
.quiz-img{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  img{
    width: 100%;
    max-height: 500px;
    object-fit: contain;
    animation: smoothMove 3s ease-in-out infinite;
  }
}
@keyframes smoothMove {
  0%, 100% {
      transform: translateY(0); 
  }
  50% {
      transform: translateY(10px); 
  }
}
.title-kwiz{
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.text-kwizPKH{
  font-size: 25px;
  margin-bottom: 50px;
  color: var(--bg-tem-3);
  text-align: center;
 
}
.survey-container {  
  height: 100%;
}

.question {
  display: none;
  h3{
    color: #fff;
    text-align: center;
    margin-bottom: 29px;
    font-size:  29px;
  }
}

.question.active-step {
  display: block;
  
}
.kwiz-form{
  height: 100%;
  display: flex;
  align-items: center;
 
}
.about-bottom{
  display: none;
}
.options label {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  text-align: left;
  color: var(--bg-tem-3);
  font-size: 21px;
  margin-bottom: 29px;
  position: relative;
}

.options input[type="radio"] {
  display: none;
}

.options input[type="radio"] + label:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: 2px solid #555;
  border-radius: 50%; 
  transition: all 0.3s ease;
  cursor: pointer;
  flex: 0 0 auto;
}

.options input[type="radio"]:checked + label:before {
  transform:  scale(0.9);
  border: 5px solid var(--bg-tem-3);
  color: var(--bg-tem-3);
}
.options input[type="radio"]:hover + label:before{
 transform: scale(1.02);
  border-color: var(--bg-tem-3);
  box-shadow: 0 0 10px var(--bg-tem-3)80;
}

.error-message {
  color: var(--bg-tem-2);
  display: none;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
}

.thank-you-message{
  color: var(--bg-tem-2);
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-op{
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-image: url( files/img/SoftBgOverlay-dbvKS0.png);
}


.btn-5 {
  cursor: pointer;
  padding: 15px 40px 15px 40px;
  border-radius: 10px;
  border-style: double;
  font-weight: 500;
  background-image: linear-gradient(
    rgb(54, 53, 53),
    rgb(0, 0, 0),
    rgb(54, 54, 54)
  );
  color: rgb(164, 164, 162);
 
  border-color: rgb(0, 0, 0);
  transition: 400ms;
}

.btn-5:hover {
  transition: 400ms;
  border-style: double;
  border-color: rgb(208, 207, 207);
  color: rgb(219, 216, 216);
  font-size: 16px;
  text-shadow: 1px 10px 5px rgb(61, 61, 61);
}

.btn-4 {  
  background:var(--bg-tem-3);
  border: solid 1px #fff;
  transition: all linear 250ms; 
  text-align: center;
  color: #fff;
  padding: 15px 30px;
 }

.btn-4:focus,.btn-4:hover{
  background:#100f0f;
  color: #fff;
}

.btn-3 {
  display: inline-flex;
  justify-content: center; 
  border: 2px solid var(--bg-tem-3);
  position: relative;
  overflow: hidden;  
  padding: 12px 30px;
  color: #FFF;
  font-weight: 500;
  text-transform: uppercase;
  background:var(--bg-tem-3);
  transition: box-shadow 0.3s, transform 0.3s;
   
}
.btn-3:hover,
.btn-3:active,
.btn-3:focus {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
  color: #FFF;
}
.btn-3:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, transparent, rgba(191, 226, 255, 0.3), transparent);
  transition: left 0.7s;
}
.btn-3:hover:before,
.btn-3:active:before,
.btn-3:focus:before {
  left: 100%;
}
.btn-2 {
  width: fit-content;
 display: inline-block;
 padding: 12px 24px;
 background-color: var(--bg-tem-3);
 border: 1px solid var(--bg-tem-3);
 border-radius: 4px;
 transition: all 0.2s ease-in;
 position: relative;
 overflow: hidden;
 font-size: 15px;
 color: #fff;
 
 z-index: 1;
}

.btn-2:before {
 content: "";
 position: absolute;
 left: 50%;
 transform: translateX(-50%) scaleY(1) scaleX(1.25);
 top: 100%;
 width: 140%;
 height: 180%;
 background-color: var(--black);
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}

.btn-2:after {
 content: "";
 position: absolute;
 text-align: center;
 left: 55%;
 transform: translateX(-50%) scaleY(1) scaleX(1.45);
 top: 180%;
 width: 160%;
 height: 190%;
 background-color: var(--black);
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}

.btn-2:hover {
 color: #ffffff;
 
}

.btn-2:hover:before {
 top: -35%;
 background-color: var(--black);
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.btn-2:hover:after {
 top: -45%;
 background-color: var(--black);
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.btn-1 {
  background:var(--bg-tem-3);   
  display: inline-flex;
  position: relative;    
  color:#fff;    
  text-transform: uppercase; 
  text-align: center;
  border:1px solid #fff;
  overflow: hidden;
  justify-content: center;
  z-index: 1;
}
.btn-1::after{
  background-color: var(--black);  
  backface-visibility: hidden;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 102%;
  left: 0;
  position: absolute;
  top: -1px;
  transform: translateZ(0);
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  border-radius: 0px;
  z-index: -1;
}
.btn-1:hover{
  outline: none;
  box-shadow: none;
  color: #fff;
}
.btn-1:hover:after{
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}
@media screen and (min-width: 480px) {
  .th-container{
    max-width: 450px;
  }
			  
}
@media screen and (min-width: 575px){
  .th-container{
    max-width: 540px;
  }

}
@media screen and (max-width: 575px){
 .hero-title{
  font-size: 25px;
 }
 .process-card-area {
  padding: 20px;
 }
 .img-box2{
  flex-direction: column;
 }
 .benefit-list li{
  flex-direction: column;
  align-items: center;
 }
 .servis-item_title{
  font-size: 20px;
 }
 .servis-item{
  margin: 0 0 30px;
 }
 .article-img,.article-img img{
  height: auto;
 }
 .col{
  padding: 0;
 }
 .contact-info{
  text-align: center;
 }
 .recent-post{
  flex-direction: column;
  text-align: center;
  clip-path:unset
 }
 .page-box .header-layout{
  background-color: inherit;
 }
 .page-element{
  padding: 0;
 }
 .question h3{
 font-size: 20px;

} 
.box-number{
  font-size: 30px;
}
.options label{
  font-size: 18px;
}
.text-kwizPKH {
font-size: 19px;
}
}
@media (min-width: 575px) and (max-width: 992px){  
.contact-info{
  flex-direction: column;
}
 
}
@media screen and (min-width: 768px){
  .th-container{
   max-width: 720px;				
  }
  .col-md-6{
    width: 50%;
    flex: 0 0 auto;
  }
} 


@media screen and (max-width: 768px){
 .header-contact{
  display: none;
 }
 .widget-area .header-contact{
  display: flex;
 } 
 .top-header{
  justify-content:  flex-start;
 }
 .img1{
  height: 280px;
 }
 .servis-item{
    flex-basis: 100%;
 }
 .box-input{
  flex-direction: column;
 }
}

@media (min-width: 992px){
.th-container {
   max-width: 960px;
  }
  .col-lg-4{
  width: 33.3333333333%;
  flex: 0 0 auto;
}

}
@media (max-width: 992px){
.flex-row {
  flex-direction: column-reverse;
}
.page-box{
  flex-direction: column;
}
.nav{
  padding: 20px;
  clip-path: polygon(0% 0%, 100% 0, 100% 70%, 90% 100%, 0% 100%);
}
.media-body{
  align-items: center;
  text-align: center;
}
.nav .nav-listJKU{
  align-items: center;
}
.servis-box{
  padding: 0;
}
.contact-map{
  height: 250px;
}
.contact-box{
  flex-wrap: wrap;
  flex-direction: unset;
}
.contact-info{
  flex-grow: 1;
  flex-basis: 300px;
}
.contact-image{
  height: 250px;  
  -webkit-clip-path: unset;
  clip-path:unset
}
.sticky {
    position: unset;
}
.quiz-img img {
max-height: 400px;
}
    
}
@media (max-width: 1199px){
 .menu-area:before{
    width: 35%;
  }
}
@media (min-width: 1300px){
 .th-container {
  max-width: 1230px;
  }
  .menu-area:before{
    width: 25%;
  }
  .servis-box{
    padding: 0;
  }
  .servis-item{
  flex-basis: calc(50% - 30px);
}
} 

.travel-form-group,
.travel-form-group2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
  width: 100%;
}

.travel-form-detail {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-grow: 1;
}

#place {
  width: 100%;
  flex-direction: column;
}

@media (min-width: 768px) {
  .travel-form-detail {
    width: calc(50% - 14px);
  }

  .travel-form-group2 {
    .travel-form-detail {
      width: calc(33.33% - 14px);
    }
  }
}

