.col-sm.platform-icon:nth-child(3) {
    display: none;
}


:root{
    --bg-blue: #092432;
    --bg-red: #E4161D;
    --color-red: #E4161D;
    --color-blue: #092432;
}
*{
    font-family: "Open Sans", sans-serif;
    text-decoration: none !important;
    transition: all .5s;
}
ul {
  list-style-type: none;
  padding: 0 !important;
  margin: 0;
}
img{
    width: 100%;
}
.text-red{
    color:var(--color-red)
}
.text-blue{
    color:var(--color-blue)
}
header{
    position: absolute;
    top:0;
    z-index: 999;
    width: 100%;
}
.logo{
    width: 250px;
    height: 50px;
}
.slider{
    background: var(--bg-blue);
    height:100vh;
    position:relative;
    color: #fff;
    
}
.slider-inner{
    position: absolute;
    top:0;
    width:100%;
    display: flex;
    justify-content: center; /* Yatayda ortalama */
    align-items: center; /* Dikeyde ortalama */
    height: 100vh;
    font-weight: 900;
    background: #092432b8;
}
.slider-text h1{
  font-size:55px;
}
.bg-video {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.bg-video iframe {
  z-index: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
  transform: scale(1.3);
}
/*Marquee Section*/
.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 100px;
    overflow-x: hidden;
    font-size:65px;
    font-weight: 600;
  }
  
  .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 13s linear infinite;
  }
  .track  .content a{
    -webkit-text-stroke: 2px var(--color-blue);
    color:transparent;
  }
  .track  .content span{
    -webkit-text-stroke: 2px var(--color-red);
    color:#E4161D;
  }
  
  @keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }
  
  /*treatments*/
  .treatments-inner{
    background-color:var(--bg-blue);
    color:#fff;
    padding:70px 50px 220px 50px !important;
  }
  .title-small{
    font-size:15px;
    font-weight: bold;
    letter-spacing: 5px;
  }
  .title-bar{
    margin:20px 0px;
  }
  .title-bar h2{
    font-weight: 600;
  }
  .treatments-img{
    position: relative;
  }
  .mask{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: rgb(9,38,53);
    background: linear-gradient(0deg, rgba(9,38,53,1) 0%, rgba(9,38,53,0) 91%, rgba(9,38,53,0) 93%);
}
.treatments-item{
    padding:10px;
}
.treatments-item-group{
    margin-top:-200px !important;
    padding: 0px 35px;
}
.treatments-name{
    position: absolute;
    bottom:40;
    left:30;
    color:#fff;
    font-size:25px;
    font-weight: bold;
}
.services{
    margin:200px 0px;
    position: relative;
}
.grad{
    background: rgb(244,163,164) ;
    background: radial-gradient(circle, rgba(244, 163, 164, 0.6) 0%, rgba(244, 163, 164, 0) 68%) !important;
    width: 500px !important;
    height: 500px !important;
    position: absolute !important;
    right: 0 !important;
    top: -200 !important;
}
.services .title-bar h1{
    font-size:75px;
    font-weight: 900;
}
.services-text{
  padding-left:50px !important;
}
.dark-btn{
    background:var(--bg-blue);
    color:#fff;
    padding:10px 20px;
    display: inline-flex;
}
.red-btn{
  background:var(--bg-red);
  color:#fff;
  padding:10px 20px;
  display: inline-flex;
}
.ba-slider{
  width:60%;
}
.ba-slider .owl-carousel div{
  padding-right:5px;
}
.ba-title .title-bar h1{
  font-size:80px;
  font-weight: 900;
  padding-left: 20px;
}

.before-after{
  display: flex;
}
.before-after .owl-buttons {
  position: absolute;
  bottom: 25%;
  right: -170px;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  border-radius: 0 !important;
  opacity: 1 !important;
  border: 2px solid #fff ;
  font-size: 30px !important;
  padding: 5px 20px !important;
  background:transparent !important;
}
.before-after .owl-theme .owl-controls .owl-buttons div {
  border: 2px solid #fff !important;
}
.faq{
  background:url("../img/faq-bg.png");
  background-size: cover;
  margin-top:-13%;
  padding-top:400px;
  color: #fff;
  background-position: -1;
}
.faq .title-bar h1{
  font-size:55px;
}
.faq .title-bar h1 span{ 
  font-weight: 900;
}
.faq .accordion-item {
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.faq .accordion-button:not(.collapsed) {
  box-shadow: none !important;
  background-color: transparent !important;
  font-weight: 900 !important;
  border-bottom: 1px solid #ccc;
}
.faq-icon {
  display: flex;
  vertical-align: middle;
  align-items: center;
  margin-top:70px;
}
.faq-icon-item svg{
  width:100px;
}
.faq-icon-item svg::nth-child(2){
  width:120px !important; 
}
.video-reviews{
  margin-top:150px;
}
.video-reviews-slider {
    width: 55%;
}
.video-reviews-title{
  width:30%;
  margin-left:15%;
}
.video-reviews-slider .owl-carousel div{
  padding-right:5px;
}
.video-reviews-slider .owl-controls.clickable {
  position: absolute;
  left: -40%;
  bottom: 7%;
}
.brands{
  background:var(--bg-blue);
  margin-top:-141px;
  padding-top:300px;
  color:#fff;
  padding-bottom:100px;
}
.platform-icon svg{
  width:100%;

}
.col-sm.platform-icon {
  text-align: center;
  width: 50%;
  float: left;
  padding: 50px;
  display: inline-flex;
  height: 168px;
}
.video-reviews .title {
  margin-top: 100px;
}



/*video btn*/
.video-play-button {
  position: absolute;
  z-index: 10;
  bottom: 35;
  right: 5;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 15px;
  height: 12px;
  background: #b50201;
  border-radius: 50%;
  padding: 9px 24px 18px 28px;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 75px;
  height: 75px;
  background: #b50201;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #b50201;
  border-radius: 50%;
  transition: all 200ms;
  border: solid 4px #fff;
}


.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 12px solid transparent;
}

@keyframes pulse-border {
0% {
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  opacity: 1;
}
100% {
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
  opacity: 0;
}
}

.rName {
  position: absolute;
  bottom: 60;
  color: #fff;
  left: 25;
  font-size: 25px;
  font-weight: 600;
}
.rOpaeration {
  position: absolute;
  bottom: 40;
  color: #ffffff;
  left: 27px;
  font-size: 11px;
  letter-spacing: 4px;
}
.mask-video{
  position: absolute;
  width:100%;
  height:50%;
  bottom:0;
  left:0;
  background: rgb(9,38,53);
  background: linear-gradient(0deg, rgba(9, 36, 50, 1) 20%, rgba(9, 36, 50, 0) 100%);
}

.about-us{
  margin-top:150px;
}
.about-text{
  display: inline-flex;
  align-items: center;
  padding-left:50px !important;
}
.about-title h1{
  font-weight: 700;
  
}
.counter{
  background:url("../img/counter-bg.png");
  background-size: cover;
  text-align: center;
  margin-top:150px;
  padding-top:200px;
  padding-bottom:100px;
}
.counter h1{
  font-weight: 700;
  font-size:55px;
}
span.countNumber {
  font-size: 75px;
  -webkit-text-stroke: 2px #000;
  color: transparent;
  font-weight: 900;
  display: block;
}
.countText{
  font-size: 25px;
  font-weight: 700;
}
.tripplan{
  margin-top:150px;
}
.tripplan h1{
  font-weight:700;
}
.tripplan-items{
  background:var(--bg-blue);
  color:#fff;
  padding:50px 30px;
  padding-left:13%;
}
.tripplan-item{
  margin:20px 0px;
  display:flex;
}
.tripplan-item .item-title{
  font-weight: 700;
  font-size:25px;
}
.tripplan-item .item-text{
  margin-left:20px;
}
.tripplan-item .item-number{
  font-size:40px;
  font-weight: 900;
}
.owl-carousel .tripplan-img-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.tripplan-item {
  padding: 10px;
  margin: 10px 0;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
  border-radius: 4px;
}
.tripplan-item.active {
  opacity: 1;
}
.tripplan-img-item img {
  position: absolute;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  bottom:0;
}
#tripplan-img{
  margin-top:0px;
  height: 158%;
  margin-top: -33%;
}
#tripplan-img .owl-buttons {
  position: absolute;
  bottom: 0;
  left: -171px;
}
.wct{
  margin-top:150px;
  position: relative;
}
.wct h1{
  font-weight: 700;
}
.wct-group{
  width: 100% !important;
  display: flex;
  margin-top:50px !important;
}
.wct-item{
  padding-right:30px;
}
.p-air {
  position: absolute;
  top: -83px;
  width: 100%;
  height: 200px;
}
span.airline {
  left: -200px;
  position: absolute;
  width: 90%;
}
span.airplane {
  width: 39%;
  position: absolute;
  right: 5%;
  top: 280px;
}
.wct .title{
  margin-bottom:150px;
}
.accordion-button:focus{
  box-shadow: none !important;
}
.text-reviews{
  margin-top:150px;
}
.text-reviews h1{
  font-weight: 700;
}
.text-reviews-item {
  padding: 30px;
  margin: 20px;
  box-shadow: 0px 4px 5px #ccc;
  min-height: 475px;
}
.text-reviews-title{
  font-weight: 700;
  margin:20px 0px;
}
.text-review-icon{
  width:40%;
}
.text-reviews-slider .owl-buttons {
  position: absolute;
  top: -100px;
  right: 350px;

}
.text-reviews-slider  .owl-buttons div {
  color: var(--color-blue) !important;
  border:2px solid var(--color-blue) !important;
}
.img-box{
  padding-left :50px;
  padding-right :50px;
  position: relative;
}
.owl-item{
  position: relative;
}
.footer-offer{
  margin-top:70px;
  margin-bottom: 100px;
  position: relative;
}
.offer-title{
  display: flex;
  align-items: end;
  height: 60%;
}
.offer-title h1{
  font-weight: 700;
}
footer{
  width:100%;
  padding-top:100px;
  background:var(--bg-blue);
  color:#fff;
}
.footer-social ul{
  margin-top:50px;
  padding-left:0 !important;
}
.footer-social li {
  font-size: 25px;
  color: #fff;
  margin-right: 10px;
}
footer li a{
  color: #fff;
}
footer .contact li {
  margin: 10px 0px;
  display: flex;
}
.footer-logo {
  width: 60%;
}
footer .title h4 {
  font-weight: 700;
  margin-bottom: 20px;
}
.copy {
  margin-top: 100px !important;
  font-size:15px;
  padding-bottom:30px;
}
.privacy{
  text-align: right;
}
.privacy a{
  color:#fff;
}
.contact a.footer-item {
  margin-left: 20px;
  display: block;
  margin-top: -3px;
}
.social-nav{
  display: flex;
  float: right;
  color:#fff;
  font-size:20px;
}
.social-nav li{
  margin:10px;
}
.social-nav li a{
  color:#fff;
}
.slider-form {
  background: #fff;
  padding: 30px 15px;
  width: 70%;
  float: right;
  border-radius: 25px;
  text-align: left;
  color: #000000;
}
.slider-form input {
  margin: 10px 0px;
  padding: 10px 20px;
  border:1px solid var(--color-blue);
}
.slider-form input::placeholder {
  color:#ccc;
  
}
.send-btn{
  background:var(--bg-blue) !important;
  color:#fff !important;
  fill:#fff;
  font-size:22px !important;
  padding:10px !important;
  margin:10px 0px;
}
.slider-text {
  height: 100%;
  display: flex;
  align-items: center;
}
.wp{
  font-size: 20px;
  margin-left: 15px;
  margin-top: 2px;
}
.modal-header{
  display: none !important;
}
.modal-body{
  padding: 0 !important;
}
.about-img {
  position: relative;
  width: 100%;
  height: 600px;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
  background-color: black; /* Video yüklenmeden önce siyah arka plan */
}

.about-img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.about-video-container {
  position: relative;
  width: 100%;
  height: 600px;
}

.video-cover {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.video-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: url('assets/img/play-button.png') no-repeat center center;
  background-size: contain;
}
.owl-wrapper-outer{
  overflow: none !important;
}
.traveler{
  width:50%;
  right:0;
  bottom:70px !important;
}
.ba-title-responsive{
  display: none !important;
}
.video-reviews{
  display: flex;
}
.counter-group{
  display: flex;
}
.offer-footer {
  position: absolute;
  top: 50%;
  padding-left: 50px;
}
.offer-footer h1 {
  color:#fff;
}


.mobile-fixed-nav {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 1000;
  display: none;
  border-bottom: 1px solid #fff;

}

.mobile-fixed-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-around;
}

.mobile-fixed-nav ul li {
  display: inline;
}

.mobile-fixed-nav ul li a {
  display: block;
  padding: 15px;
  color: white;
  text-align: center;
  text-decoration: none;
}

.mobile-fixed-navul li a:hover {
  background-color: #575757;
}

.mobile-fixed-nav .content {
  padding: 60px 20px;
}

.mobile-fixed-nav .content h1 {
  margin-top: 100px;
}
.iti {
  font-weight: 500 !important;
  width: 100% !important;
}
div#whatsappBtn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  padding: 15px;
  border-radius: 100%;
  background-color: rgb(37, 211, 102);
  font-size: 35px;
  color: #fff;
}
div#whatsappBtn a{
  color: #fff;
}
.footer-inner input#phone , input#name {
    margin-bottom: 10px !important;
}
.text-center{
    text-align:center;
}
/*success*/
.main-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.check-container {
  width: 6.25rem;
  height: 7.5rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
}
.check-container .check-background {
  width: 100%;
  height: calc(100% - 1.25rem);
  background: linear-gradient(to bottom right, #5de593, #41d67c);
  box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  transform: scale(0.84);
  border-radius: 50%;
  animation: animateContainer 0.75s ease-out forwards 0.75s;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.check-container .check-background svg {
  width: 65%;
  transform: translateY(0.25rem);
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  animation: animateCheck 0.35s forwards 1.25s ease-out;
}
.check-container .check-shadow {
  bottom: calc(-15% - 5px);
  left: 0;
  border-radius: 50%;
  background: radial-gradient(closest-side, #49da83, transparent);
  animation: animateShadow 0.75s ease-out forwards 0.75s;
}
.hospitals h1 {
    font-weight:700;
}
.hospital-item{
    padding:10px;
}
.hospital-items{
    display:flex;
}
@keyframes animateContainer {
  0% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  25% {
    opacity: 1;
    transform: scale(0.9);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  43.75% {
    transform: scale(1.15);
    box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  62.5% {
    transform: scale(1);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
  }
  81.25% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
  100% {
    opacity: 1;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
}
@keyframes animateCheck {
  from {
    stroke-dashoffset: 80;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes animateShadow {
  0% {
    opacity: 0;
    width: 100%;
    height: 15%;
  }
  25% {
    opacity: 0.25;
  }
  43.75% {
    width: 40%;
    height: 7%;
    opacity: 0.35;
  }
  100% {
    width: 85%;
    height: 15%;
    opacity: 0.25;
  }
}

@media (max-widtH:1440px){
  .ba-title .title-bar h1 {
    font-size: 50px;
  }
.tripplan-items {
  padding-left: 10 !important;
  }
  #tripplan-img {
    margin-top: -48% !important;
  }
  .rOpaeration {
    font-size: 8px !important;
    letter-spacing: 3px;
  }
  .rName {
    font-size: 18px !important;
  }
}
@media (max-widtH:1280px){
  .services .title-bar h1 {
    font-size: 50px;
  }
  .services-immg {
    position: sticky;
    top: 30px;
  }
  .container{
    max-width:90% !important;
    width: 90% !important;
  }
  .tripplan-items .col-sm-7{
    display: none !important;
  }
  .tripplan-items .col-sm-5{
    width: 100% !important;
  }
  .video-reviews-title {
    margin-left: 7% !important;
    }
    .hospital-items{
        display:block !important;
    }
}
@media (max-widtH:980px){
  .slider-text h1 {
    font-size: 30px;
  }
  .slider-form {
    padding: 10px 0px;
    width: 90% !important;
  } 
  .slider-form input {
    margin: 4px 0px;
    padding: 10px 20px;
  }
  .send-btn {
    font-size: 18px !important;
    padding: 5px !important;
  }
  .title-bar {
    margin: 10px 0px;
  }
  .tripplan-items{
    padding-left:0 !important;
  }
  
  .services-text {
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
    margin-top:30px !important;
  }
  .ba-slider{
    width: 100% !important;
  }
  .ba-title{
    width: 100% !important;
  }
  .before-after{
    display: block !important;
  }
  .before-after .owl-buttons {
    position: relative !important;
    right: 0 !important;
  }
  .ba-title-responsive{
    display: block !important
  }
  .no-responsive{
    display: none !important;
  }
  .faq {
    margin-top: -200px !important;
    padding-top: 300px !important;
  }
  .faq-icon {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .video-reviews-slider{
    width: 100% !important;
  }
  .video-reviews{
    display: block !important;
  }
  .video-reviews-title {
    margin-left: auto !important;
  }
  .about-text {
    margin-top: 30px !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
  }
  .counter-group{
    display: block !important;
  }
  .counter h1 {
    font-size: 30px !important;
  }
  span.countNumber {
    font-size: 55px !important;
  }
  .counter {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    text-align: center;
    margin-top: 100px !important;
    padding-top: 100px !important;
    padding-bottom: 0px !important;
  }
  .counter-item{
    margin-top:30px;
  }
  .wct-group{
    display: block !important;
    margin-top:0 !important
  }
  .wct .title {
    margin-bottom: 30px !important;
  }
  .wct-item {
    margin-bottom: 20px !important;
  }
  .tripplan-item .item-title {
    font-size: 20px !important;
  }
  .text-reviews-slider .owl-buttons{
    display: none;
  }
  .about-video-container{
    height: 100% !important;
  }
  .about-img {
    height: 400px !important;
    padding-bottom: 0 !important;
  }
  .rOpaeration {
    font-size: 8px !important;
    letter-spacing: 3px;
  }
  .rName {
    font-size: 18px !important;
  }
  .footer-inner .col-sm{
      margin-top:20px !important;
  }
}
@media (max-widtH:768px){
  .slider-form {
    padding: 30px 15px !important;
    width: 100% !important;
    margin-top:30px !important;
  }
  .slider-inner {
    position: relative !important;
    padding-top: 200px;
    height: auto;
    padding-bottom: 50px;
  }
  .slider {
    height: auto;
  }
  .slider-text {
    text-align: center;
    width: 100%;
    display: block;
}
  .social-nav{
    display: none;
  }
  .mobile-fixed-nav{
    display: block
  }
  .logo {
    margin: 0 auto;
  }
  header{
    margin-top:80px;
  }
  .footer-offer{
    display: none !important;
  }
  .ba-slider .owl-carousel div {
   padding-right: 0px !important;
  }
  .wct-item {
   padding-right: 0px !important; 
  }
  .text-reviews {
    margin-top: 100;
  }
  .video-reviews-slider .owl-carousel div{
      padding-right:0px !important;
  }
  .services{
      margin:100px 0px !important;
  }
  .video-reviews {
    margin-top: 100px !important;
    }
    .tripplan {
        margin-top: 100px !important;
    }
    footer {
        padding-top: 50px !important;
        margin-top: 50px !important;
    }
}
@media (max-widtH:479px){
  .faq-icon-item{
    margin-right: 10px;
  }
}
.free-video-consultation{
    position: absolute;
    width: 180px !important;
    padding: 0;
    right: -70px;
    top: -70px;
}
.free-video-consultation img{
    width:100%;
}
.content-form{
    position:relative;
}