@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: Satoshi-Variable;
  src: url('/css/Satoshi-Variable.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  src: url("/css/Inter-Regular.otf") format("opentype");
}

body {
  padding: 0;

  width: 100%;
  font-family: "Outfit", sans-serif;
  background-color: #FAFAFA;

  font-style: normal;

  font-size: 16px;
  line-height: 1.875;
}

.font-satoshi {
  font-family: Satoshi-Variable;
}




.container {
  max-width: 1440px;
}


.header_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
}

.header_bg img {
  width: 100%;

  object-fit: cover;
  height: 700px;
}

.menu-first {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 14px 10px 10px;
  gap: 4px;
  color: #000000;
  margin-left: 5px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;


}

.header-menu {
  display: flex;
  flex-direction: row;
  color: #FFFFFF;
  /* padding-top: 3px; */
  /* margin-top:3px; */
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;

  align-items: center;
  /* padding: 4px; */
  /* margin:4px; */


  height: 52px;

  background: rgba(0, 0, 0, 0.1);
  border-radius: 12px;


  letter-spacing: -0.016em;
}

.menu-first span {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;


  letter-spacing: -0.016em;
}

.menu-item {
  padding: 0 0 0 15px;
  margin-right: 30px;
  position: relative;
}

.menu-item::after {
  position: absolute;
  content: '';
  left: 110%;
  top: 8px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #FFFFFF;
}

.menu-first img {

  width: 20px;
  height: 20px;
  margin-top: -5px;
}


.color-white {
  color: #FFFFFF;
}

.header {

  display: flex;
  justify-content: space-between;
  color: #FFFFFF;
}

.header-content {
  font-size: 102px;

  line-height: 100%;
  display: flex;
  font-weight: 300;
  margin-top: 100px;
  flex-direction: column;
  position: relative;
  height: 250px;

}

.header-text {
  margin-left: 15% !important;
}

.mb-100 {
  padding-bottom: 100px !important;
}


.ml-p-15 {
  margin-left: 15% !important;
}

/* .header-content span:first-child {
  margin-left: 15%;

} */

.header-content span:last-child {
  /* margin-left: 35%; */

}

.header-content-line img {
  margin-left: 35%;
  width: 36.8%;
}

.header-foot {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;


}

.header-foot div:first-child {
  font-size: 18px;
}

.header-foot div:last-child {
  display: flex;
  flex-direction: row;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.016em;

  justify-content: center;
  align-items: center;
  margin-right: 5px;


}

.header-foot .badge {

  padding: 10px 14px;
  gap: 8px;
  font-size: 20px;
  width: 166px;
  height: 44px;
  display: flex;
  align-items: center;
  margin: 0 15px 0 0;

  background: rgba(5, 5, 5, 0.5);
  border-radius: 8px;
}

.header-foot .badge img {
  width: 20px;
  height: 20px;
}

.line {
  width: 98%;
  margin: auto;
  margin-top: 20px;
  height: 2px;
  background-image: url('/assets/line.png');
}


.mb-7em {
  margin-bottom: 7em;
}


.section-badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2px;
  display: inline-block;


  height: 37px;

  background: rgba(0, 0, 0, 0.1);
  position: relative;
  font-weight: 500;
  border-radius: 12px;
}

.section-badge-content {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  gap: 6px;
  padding-left: 25px;
  height: 33px;
  background: #FEFEFE;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  color: #000000;
  position: relative;


}

.section-badge-content::before {
  position: absolute;
  content: '';
  left: 10px;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;

  background: #005CB2;

}

.color-yellow::before {
  background: #F5AB20 !important;
}

.hide-bullet {
  padding-left: 10px;
}

.hide-bullet::before {
  position: absolute;

  width: 0px;
  height: 0px;


}


.detail-button {

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 18px;
  gap: 4px;
  max-width: 158px;
  height: 52px;
  background: #000000;
  color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 16px;
}

.who-we-are {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;

}

.who-we-are .content p {
  width: 100%;

}


.who-we-are .products-top {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 0px;
  gap: 16px;
}


.who-we-are .products-top .item {

  width: 339px;
  height: 361px;
  position: relative;
  border-radius: 24px;


}

.who-we-are .products-top .item-down {
  width: 248px !important;
  margin-top: 150px;
  height: 289px !important;

}

.who-we-are .products-top .item-down .item_bg img {
  height: 289px !important;

}

.who-we-are .products-top .item-down .badge {


  top: 240px !important;


}

.who-we-are .products-top .item-mid {
  width: 248px !important;
  margin-top: 95px;
  height: 289px !important;

}

.who-we-are .products-top .item-mid .item_bg img {
  height: 289px !important;
}

.who-we-are .products-top .item-mid .badge {


  top: 240px !important;


}



.who-we-are .products-top .item .item_bg img {
  width: 100%;
  height: 361px;

  object-fit: cover;
  border-radius: 24px;

}

.who-we-are .products-top .item .badge {
  position: absolute;

  flex-direction: row;



  padding: 4px;
  gap: 8px;

  height: 38px;
  right: 15px;
  top: 307px;
  margin: auto;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.2);
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 8px;

}

.who-we-are .products-top .desc {
  position: absolute;
  top: 102%;
}

.who-we-are .products-top .item .desc h3 {
  font-size: 24px;
  font-weight: 400;
  align-items: center;
  letter-spacing: -0.016em;


}

.who-we-are .products-top .item .desc span {
  font-size: 18px;

}



.who-we-are .products {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 0px;
  gap: 16px;
}


.who-we-are .products .item {

  width: 339px;
  height: 361px;
  position: relative;
  border-radius: 24px;


}

.who-we-are .products .item-down {
  width: 248px !important;
  margin-top: 150px;
  height: 289px !important;

}

.who-we-are .products .item-down .item_bg img {
  height: 289px !important;

}

.who-we-are .products .item-down .badge {


  top: 240px !important;


}

.who-we-are .products .item-mid {
  width: 248px !important;
  margin-top: 95px;
  height: 289px !important;

}

.who-we-are .products .item-mid .item_bg img {
  height: 289px !important;
}

.who-we-are .products .item-mid .badge {


  top: 240px !important;


}



.who-we-are .products .item .item_bg img {
  width: 100%;
  height: 361px;

  /* object-fit: cover; */
  border-radius: 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #EEEEEE;
  /* border: 8px solid #FFFFFF; */
  box-shadow: 43px 114px 49px rgba(0, 0, 0, 0.01), 24px 64px 41px rgba(0, 0, 0, 0.05), 11px 29px 31px rgba(0, 0, 0, 0.09), 3px 7px 17px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
}

.who-we-are .products .item .badge {
  position: absolute;

  flex-direction: row;



  padding: 4px;
  gap: 8px;

  height: 38px;
  right: 15px;
  top: 307px;
  margin: auto;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.2);
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 8px;

}

.who-we-are .products .desc {
  position: absolute;
  top: 102%;
}

.who-we-are .products .item .desc h3 {
  font-size: 24px;
  font-weight: 400;
  align-items: center;
  letter-spacing: -0.016em;


}

.who-we-are .products .item .desc span {
  font-size: 18px;

}

.mt-60 {
  margin-top: 60px !important;

}

.slider-controller-container {

  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 2px;

  width: 70px;
  height: 28px;

  background: rgba(0, 0, 0, 0.1);
  border-radius: 12px;


}

.slider-controller-container .slider-left {

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  gap: 8px;
  background-image: url('/assets/left-arrow.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  width: 33px;
  height: 24px;

  border-radius: 10px;
  margin-top: 25px;


}

.slider-controller-container .slider-right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  gap: 8px;
  background-image: url('/assets/right-arrow.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  width: 33px;
  height: 24px;

  border-radius: 10px;
}

.slider-controller-container .active {

  background-color: #FEFEFE;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.products-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;

}

.products-container-top {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  flex-direction: column;
}


.section-header {
  display: flex;
  justify-content: space-between;
}

h1 {
  font-size: 64px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.032em;

  color: #050505;
}

.service-item {
  background-color: #FFFFFF;
  padding: 12px 16px;
  gap: 16px;
  border-radius: 24px;
}

.service-item h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.032em;

  color: #050505;

}

.service-item .img-container {
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px;
  gap: 8px;

  width: 90px;
  height: 90px;

  background: #E5E5E5;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
}

.d-flex {
  display: flex !important;
}

.d-flex-center {
  align-items: center;
  justify-self: center
}

.direction-column {
  flex-direction: column;
}

.solo-slider-controller-container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}

.w-40 {
  width: 40px !important;

}

.w-60 {
  width: 60px !important;
}

.w-50 {
  width: 50px !important;
}

.w-55 {
  width: 55px !important;
}

.service-item .img-container img {
  width: 40px;

}

.section-desc {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}



.service-gallery .item {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px;
  gap: 8px;

  position: absolute;
  width: 165px;
  height: 35px;
  left: 79px;
  top: 237px;
}


.flex-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

}

.flex-start {
  display: flex !important;
  align-items: start !important;
  justify-content: start !important;

}

.flex-end {
  display: flex !important;
  align-items: end !important;
  justify-content: end !important;

}

.w-100 {
  width: 100% !important;
}


.fs-16 {
  font-size: 16px !important;
}



.experinces {
  margin: auto;
  text-align: center;
  max-width: 508px;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  /* or 36px */

  letter-spacing: -0.016em;

  color: rgba(5, 5, 5, 0.5);

}

.experinces strong {
  font-weight: 400;
  color: #000000;
}



.border-color-primary {
  border-color: #262626 !important;
}

.references {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-snap-align: center;
  scroll-behavior: smooth;

}

.references .item {
  display: flex;
  align-items: center;
  justify-self: center;
  justify-content: center;
  width: 205px;
}

.references .item img {
  display: flex;
  align-items: center;
  text-align: center;
  justify-self: center;
  padding: 25px;


}

.bg-secondary {
  background-color: #E6E6E6 !important;
  height: 650px;
  margin-bottom: 250px;


}

.contact-card {
  display: flex;
  padding: 15px 26px;
  background: #FFFFFF;
  border-radius: 24px;
  flex-direction: column;
}

.contact-card img {
  width: 110px;
}

.logo-footer img {
  height: 40px;
}

.logo-footer {
  display: flex;
  align-self: flex-end;
  flex-grow: 1;

}

.contact-card .header {

  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 15px 26px;
  gap: 16px;
}

.contact-card .body {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 55px 0px 52px 0px;
  align-items: center;

}

.contact-card .gallery {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.contact-card .gallery .item {

  width: 181px;
  height: 200px;
  /* border: 4px solid #FFFFFF; */
  box-shadow: -114px 86px 57px rgba(0, 0, 0, 0.01), -64px 48px 48px rgba(0, 0, 0, 0.05), -29px 22px 36px rgba(0, 0, 0, 0.09), -7px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
}

.contact-card .gallery .item img {
  width: 100%;
  height: 100%;
  /* border-radius: 26px;
  border: 4px solid #FFFFFF; */
}

.contact-card .gallery .item.mid-image {
  width: 200px !important;
  height: 220px !important;
}

.contact-card .footer {
  display: flex;

}

.contact-card .footer .head-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  /* or 19px */
  text-align: start;
  letter-spacing: -0.016em;
  padding: 15px 0 15px 0;

  color: rgba(5, 5, 5, 0.6);

}

.contact-card .footer .item {
  padding: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  /* or 19px */
  letter-spacing: -0.01em;
  text-align: start;

  color: #050505;

}


.offer-card {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: #EDEDED;
  border-radius: 24px;
  flex-direction: column;
}

.offer-card .header .header-title h5 {

  font-size: 20px;
  font-weight: 500;
  color: #050505;


}

.offer-card .header .header-title h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #050505;
}

.offer-card .header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 20px;
  gap: 16px;

}

.offer-card .body {
  display: flex;
  justify-content: center;
  align-items: center;


}

.offer-card .body .element {

  width: 261.54px;
  height: 289px;
  position: relative;

}

.offer-card .body .element img {
  width: 261.54px;

  height: 289px;
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('/assets/image-japan-travel.jpg'), #EEEEEE;
  border: 8px solid #FFFFFF; 
  box-shadow: -114px 86px 57px rgba(0, 0, 0, 0.01), -64px 48px 48px rgba(0, 0, 0, 0.05), -29px 22px 36px rgba(0, 0, 0, 0.09), -7px 5px 20px rgba(0, 0, 0, 0.1); */
  /* border-radius: 24px; */
}

.offer-card .body .element .badge {
  position: absolute;

  flex-direction: row;



  padding: 4px;
  gap: 8px;

  height: 38px;
  right: 20px;
  top: 235px;
  margin: auto;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.2);
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 8px;
  font-size: 18px;
}

.offer-card .body .element .badge span {

  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}


.offer-card .footer {
  padding: 20px;
  width: 100%;
}

.offer-card .footer .offer-header {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  /* or 18px */
  display: flex;
  align-items: center;
  letter-spacing: -0.016em;

  color: rgba(5, 5, 5, 0.6);

}

.offer-card .footer .offer-title {
  padding-top: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  /* or 18px */
  display: flex;
  align-items: center;
  letter-spacing: -0.016em;

  color: #050505;

}

.copyright {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  /* or 19px */
  letter-spacing: -0.016em;

  color: rgba(5, 5, 5, 0.6);
}

.footer-tursab {
  width: 120px;
}

.header-logo {
  display: flex;
}

.header-logo {

  height: 45px;

  will-change: transform;
  ;

}

.header-logo-img {
  width: 144px;
  height: 45px;
  background: center/cover no-repeat url("/assets/logos/m-mice.png");
  background-size: 144px 45px;
  background-image: url("/assets/logos/m-mice.png");

  animation: test calc((var(--delay-time)*4)*2) ease-in-out ;
   animation-fill-mode: both;
  will-change: transform;
}








/* Animation */

[data-anim-wrap] {
  pointer-events: none;
}

[data-anim-wrap].animated {
  pointer-events: auto;
}

@keyframes reveal {
  100% {
    opacity: 1;
  }
}

[data-anim^='slide-'],
[data-anim-child^='slide-'] {
  opacity: 0;
  transition-property: opacity, transform;
  pointer-events: none;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-anim^='slide-'].is-in-view,
[data-anim-child^='slide-'].is-in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

[data-anim^='slide-up'],
[data-anim-child^='slide-up'] {
  transform: translate3d(0, 40px, 0);
}

[data-anim^='slide-down'],
[data-anim-child^='slide-down'] {
  transform: translate3d(0, -40px, 0);
}

[data-anim^='slide-right'],
[data-anim-child^='slide-right'] {
  transform: translate3d(-40px, 0, 0);
}

[data-anim^='slide-left'],
[data-anim-child^='slide-left'] {
  transform: translate3d(40px, 0, 0);
}

[data-anim^='fade'],
[data-anim-child^='fade'] {
  opacity: 0;
  transition-property: opacity;
  pointer-events: none;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-anim^='fade'].is-in-view,
[data-anim-child^='fade'].is-in-view {
  opacity: 1;
  pointer-events: auto;
}

[data-anim*="delay-1"],
[data-anim-child*="delay-1"] {
  transition-delay: 0.1s;
  animation-delay: 0.1s;
}

[data-anim*="delay-1"]::after,
[data-anim-child*="delay-1"]::after {
  animation-delay: 0.1s;
}

[data-anim*="delay-1"]>*,
[data-anim-child*="delay-1"]>* {
  animation-delay: 0.1s;
}

[data-anim*="delay-2"],
[data-anim-child*="delay-2"] {
  transition-delay: 0.2s;
  animation-delay: 0.2s;
}

[data-anim*="delay-2"]::after,
[data-anim-child*="delay-2"]::after {
  animation-delay: 0.2s;
}

[data-anim*="delay-2"]>*,
[data-anim-child*="delay-2"]>* {
  animation-delay: 0.2s;
}

[data-anim*="delay-3"],
[data-anim-child*="delay-3"] {
  transition-delay: 0.3s;
  animation-delay: 0.3s;
}

[data-anim*="delay-3"]::after,
[data-anim-child*="delay-3"]::after {
  animation-delay: 0.3s;
}

[data-anim*="delay-3"]>*,
[data-anim-child*="delay-3"]>* {
  animation-delay: 0.3s;
}

[data-anim*="delay-4"],
[data-anim-child*="delay-4"] {
  transition-delay: 0.4s;
  animation-delay: 0.4s;
}

[data-anim*="delay-4"]::after,
[data-anim-child*="delay-4"]::after {
  animation-delay: 0.4s;
}

[data-anim*="delay-4"]>*,
[data-anim-child*="delay-4"]>* {
  animation-delay: 0.4s;
}

[data-anim*="delay-5"],
[data-anim-child*="delay-5"] {
  transition-delay: 0.5s;
  animation-delay: 0.5s;
}

[data-anim*="delay-5"]::after,
[data-anim-child*="delay-5"]::after {
  animation-delay: 0.5s;
}

[data-anim*="delay-5"]>*,
[data-anim-child*="delay-5"]>* {
  animation-delay: 0.5s;
}

[data-anim*="delay-6"],
[data-anim-child*="delay-6"] {
  transition-delay: 0.6s;
  animation-delay: 0.6s;
}

[data-anim*="delay-6"]::after,
[data-anim-child*="delay-6"]::after {
  animation-delay: 0.6s;
}

[data-anim*="delay-6"]>*,
[data-anim-child*="delay-6"]>* {
  animation-delay: 0.6s;
}

[data-anim*="delay-7"],
[data-anim-child*="delay-7"] {
  transition-delay: 0.7s;
  animation-delay: 0.7s;
}

[data-anim*="delay-7"]::after,
[data-anim-child*="delay-7"]::after {
  animation-delay: 0.7s;
}

[data-anim*="delay-7"]>*,
[data-anim-child*="delay-7"]>* {
  animation-delay: 0.7s;
}

[data-anim*="delay-8"],
[data-anim-child*="delay-8"] {
  transition-delay: 0.8s;
  animation-delay: 0.8s;
}

[data-anim*="delay-8"]::after,
[data-anim-child*="delay-8"]::after {
  animation-delay: 0.8s;
}

[data-anim*="delay-8"]>*,
[data-anim-child*="delay-8"]>* {
  animation-delay: 0.8s;
}

[data-anim*="delay-9"],
[data-anim-child*="delay-9"] {
  transition-delay: 0.9s;
  animation-delay: 0.9s;
}

[data-anim*="delay-9"]::after,
[data-anim-child*="delay-9"]::after {
  animation-delay: 0.9s;
}

[data-anim*="delay-9"]>*,
[data-anim-child*="delay-9"]>* {
  animation-delay: 0.9s;
}

[data-anim*="delay-10"],
[data-anim-child*="delay-10"] {
  transition-delay: 1s;
  animation-delay: 1s;
}

[data-anim*="delay-10"]::after,
[data-anim-child*="delay-10"]::after {
  animation-delay: 1s;
}

[data-anim*="delay-10"]>*,
[data-anim-child*="delay-10"]>* {
  animation-delay: 1s;
}

[data-anim*="delay-11"],
[data-anim-child*="delay-11"] {
  transition-delay: 1.1s;
  animation-delay: 1.1s;
}

[data-anim*="delay-11"]::after,
[data-anim-child*="delay-11"]::after {
  animation-delay: 1.1s;
}

[data-anim*="delay-11"]>*,
[data-anim-child*="delay-11"]>* {
  animation-delay: 1.1s;
}

[data-anim*="delay-12"],
[data-anim-child*="delay-12"] {
  transition-delay: 1.2s;
  animation-delay: 1.2s;
}

[data-anim*="delay-12"]::after,
[data-anim-child*="delay-12"]::after {
  animation-delay: 1.2s;
}

[data-anim*="delay-12"]>*,
[data-anim-child*="delay-12"]>* {
  animation-delay: 1.2s;
}

[data-anim*="delay-13"],
[data-anim-child*="delay-13"] {
  transition-delay: 1.3s;
  animation-delay: 1.3s;
}

[data-anim*="delay-13"]::after,
[data-anim-child*="delay-13"]::after {
  animation-delay: 1.3s;
}

[data-anim*="delay-13"]>*,
[data-anim-child*="delay-13"]>* {
  animation-delay: 1.3s;
}

[data-anim*="delay-14"],
[data-anim-child*="delay-14"] {
  transition-delay: 1.4s;
  animation-delay: 1.4s;
}

[data-anim*="delay-14"]::after,
[data-anim-child*="delay-14"]::after {
  animation-delay: 1.4s;
}

[data-anim*="delay-14"]>*,
[data-anim-child*="delay-14"]>* {
  animation-delay: 1.4s;
}

[data-anim*="delay-15"],
[data-anim-child*="delay-15"] {
  transition-delay: 1.5s;
  animation-delay: 1.5s;
}

[data-anim*="delay-15"]::after,
[data-anim-child*="delay-15"]::after {
  animation-delay: 1.5s;
}

[data-anim*="delay-15"]>*,
[data-anim-child*="delay-15"]>* {
  animation-delay: 1.5s;
}

[data-anim*="delay-16"],
[data-anim-child*="delay-16"] {
  transition-delay: 1.6s;
  animation-delay: 1.6s;
}

[data-anim*="delay-16"]::after,
[data-anim-child*="delay-16"]::after {
  animation-delay: 1.6s;
}

[data-anim*="delay-16"]>*,
[data-anim-child*="delay-16"]>* {
  animation-delay: 1.6s;
}

[data-anim*="delay-17"],
[data-anim-child*="delay-17"] {
  transition-delay: 1.7s;
  animation-delay: 1.7s;
}

[data-anim*="delay-17"]::after,
[data-anim-child*="delay-17"]::after {
  animation-delay: 1.7s;
}

[data-anim*="delay-17"]>*,
[data-anim-child*="delay-17"]>* {
  animation-delay: 1.7s;
}

[data-anim*="delay-18"],
[data-anim-child*="delay-18"] {
  transition-delay: 1.8s;
  animation-delay: 1.8s;
}

[data-anim*="delay-18"]::after,
[data-anim-child*="delay-18"]::after {
  animation-delay: 1.8s;
}

[data-anim*="delay-18"]>*,
[data-anim-child*="delay-18"]>* {
  animation-delay: 1.8s;
}

[data-anim*="delay-19"],
[data-anim-child*="delay-19"] {
  transition-delay: 1.9s;
  animation-delay: 1.9s;
}

[data-anim*="delay-19"]::after,
[data-anim-child*="delay-19"]::after {
  animation-delay: 1.9s;
}

[data-anim*="delay-19"]>*,
[data-anim-child*="delay-19"]>* {
  animation-delay: 1.9s;
}

[data-anim*="delay-20"],
[data-anim-child*="delay-20"] {
  transition-delay: 2s;
  animation-delay: 2s;
}

[data-anim*="delay-20"]::after,
[data-anim-child*="delay-20"]::after {
  animation-delay: 2s;
}

[data-anim*="delay-20"]>*,
[data-anim-child*="delay-20"]>* {
  animation-delay: 2s;
}




.corps {
  display: flex;
  flex-direction: column;
}

.corps div:first-child {
  margin-top: -40px;
  -webkit-transform: perspective(100px) rotateX(40deg);
  width: 150px;
  background-position: start;
  background-size: 150px;
  margin-left: 5px;
  opacity: 0.2;

}

.corps div:last-child {

  -webkit-transform: perspective(100px) rotateX(-40deg);
  width: 130px;
  background-position: start;
  background-size: 130px;
  margin-left: 15px;
  margin-top: -25px;
  opacity: 0.2;
}

.logo-tourism {

  background-image: url('/assets/logo.png');
  background-repeat: no-repeat;
  background-position: start center;
  background-size: 165px;
  width: 165px;
  height: 80px;
}






.buble {
  /* Frame 48096117 */

  position: absolute;
  box-sizing: border-box;
  ;
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  gap: 10px;


  width: 130px;
  height: 130px;
  /* left: 500px;
  top: calc(50% - 130px/2); */
  top: 0;
  left: -35px;
  background: rgba(120, 128, 136, 0.5);
  border: 1.3px solid #FFFFFF;
  border-radius: 100px;
  animation-name: bubble-move;
  animation-duration: 2s;
  animation-fill-mode: forwards
}


.buble-container {
  position: absolute;
  top: 120px;
  left: 35%;

}

.bordered {
  border-collapse: collapse;
  table-layout: fixed;
}

.footer-iata {
  width: 170px;
  padding: 10px;
}

.bordered td,
table.bordered th {
  border: 1px solid #262626;
  vertical-align: middle;
  text-align: center;
}


@keyframes bubble-move {
  from {
    transform: translateX(0px);
  }

  to {
    transform: translateX(500px);

  }
}


@media only screen and (max-width: 960px) {
  .contact-card .header {
    margin-top: -25px;
  }

  .header_bg {
    background-image: url('/assets/header-bg.jpg');
    object-fit: cover;
    height: 650px;
    background-size: 2000px 1000px;
    background-position: 5% 0%;


  }

  .header-content {
    /* font-size: 48px; */
    font-size: 2.8rem;
    height: 110px;

    position: relative;

  }

  .products {
    padding-bottom: 70px !important;
  }

  .mt-60 {
    margin-top: 0px !important;

  }

  .who-we-are .products {
    gap: 2px !important;
  }

  .products-container {
    align-items: flex-start;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    scroll-snap-align: center;
    scroll-behavior: smooth;
  }

  h1 {
    font-size: 48px;

  }


  .footer-tursab-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section-header,
  .section-badge {
    margin-top: 2em;
    margin-left: 15px;
  }

  .header-text {
    margin-left: 0 !important;
  }

  .bg-secondary {
    margin-bottom: 50px;
  }

  .buble-container {
    left: 10px;
    top: 50px;

  }

  .mb-100 {
    padding-bottom: 0px !important;
  }

  .who-we-are {
    padding-top: 0px
  }

  .products-container-top {
    margin-left: 15px;
    margin-top: 3em;
    align-items: start;
    align-items: flex-start;

    scroll-behavior: smooth;
  }

  .mobile-product {
    margin-left: 15px;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 12px;

    width: 100%;
    /* container genişliği */
    max-width: 90vw;
    margin-top: 5rem !important;
    align-items: flex-start;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    scroll-snap-align: center;
    scroll-behavior: smooth;
  }

  .who-we-are .products-top .item-mid {
    margin-top: 0px;
    ;
  }

  .references {
    display: flex;
    align-items: start;
    justify-content: start;
    margin-left: 15px;

  }

  .buble {
    width: 80px;
    height: 80px;
    /* left: 500px;
  top: calc(50% - 130px/2); */
    top: 0;
    left: 0px;
  }

  .header-content-line img {
    margin-left: 5%;
    width: 95.8%;
  }

  .who-we-are .products-top .item-down {
    margin-top: 50px;
    ;
  }

  .mb-7em {
    margin-bottom: 2em;
  }

  .header-foot {
    flex-direction: column;
  }

  .detail-button {
    font-size: 1.2rem;
  }

  .content h2 {
    font-size: 3rem;
  }

  .content {
    margin-left: 15px;
    line-height: 160%;
    font-size: 1.2rem;
  }

  .header-foot div:last-child {

    font-size: 13px;
    margin-top: 2em;
    margin-bottom: 10em;
  }

  .header-foot div:last-child .badge {

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
  }

  @keyframes bubble-move {
    from {
      transform: translateX(0px);
    }

    to {
      transform: translateX(208px);

    }
  }

}



:root {

  --speed: 16s;
  --delay-time: 1s;
  --corp-size: 72px;

}

.scroller {


  height: 125px;
  /* görünür alan yüksekliği */
  margin: -20px auto;
  position: relative;
}


.scroller {
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 30%, black 60%, transparent 90%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 30%, black 60%, transparent 90%);


}

.track {
  display: flex;
  flex-direction: column;

  margin-top: -19.1px;
  animation: yukari calc((var(--delay-time)*4)*2) ease-in-out;
  animation-fill-mode: both;
  will-change: transform;
}


.track.reverse {
  animation-direction: reverse;
}

/* Hover'da durdur */
/* .scroller:hover .track {
  animation-play-state: paused;
} */

.item-top {


  height: 53px;
  margin-top: 10px;
}

.item-top .corp {
  font-family: Inter;
  letter-spacing: -0.05em;
  font-size: 58px;

}

.item-top img {
  padding-top: 17px;
  height: 70px;
  display: block;
}






@keyframes yukari {

  0%,
  12% {
    transform: translateY(-12.95%);
    animation-delay: var(--delay-time);
  }



  25%,
  36% {
    transform: translateY(-25.50%);
    animation-delay: var(--delay-time);
  }


  50%,
  62% {
    transform: translateY(-38.0%);
    animation-delay: var(--delay-time);
  }


  75%,
  86% {
    transform: translateY(-50.50%);
    animation-delay: var(--delay-time);
  }

  100% {
    transform: translateY(-12.95%);
    animation-delay: var(--delay-time);
  }


}

@keyframes test {

  0%,
  12% {
    /* background-color: red; */
    background-image: url("/assets/logos/m-tourism.png");

    animation-delay: var(--delay-time);
  }



  25%,
  36% {
    background-image: url("/assets/logos/m-mice.png");
    animation-delay: var(--delay-time);
  }


  50%,
  62% {

    background-image: url("/assets/logos/m-creative.png");
    animation-delay: var(--delay-time);
  }


  75%,
  86% {

    background-image: url("/assets/logos/m-event.png");
    animation-delay: var(--delay-time);
  }

  100% {

    background-image: url("/assets/logos/m-tourism.png");
    animation-delay: var(--delay-time);
  }


  /* 2x içerik olduğundan -50% ile dikişsiz döngü */

}


