@media (min-width: 768px) {
.banner-area {
  background-image: url("/assets/icons/BGmobile.jpg");
  background-size: cover;
  background-position: center;
  /* padding-top: 200px; */
  padding-bottom: 90px;
}
}
@media (orientation: landscape) {
  .banner-area {
    background-image: url("/assets/icons/Background.jpg");
    /* background-size: 1450px; */
  }
}

@media (orientation: portrait) {
  .about-area video {
/*    display: none;*/
width: 300px !important;
  }
}

.image-item img {
/*  filter: grayscale(1);*/
  transition: all 1s ease;
  filter: grayscale(0);
}

.image-item img:hover,
.image-item img:focus {
  /*filter: grayscale(0);*/
  filter: grayscale(1);
}

.icon {
  transition: all 0.08s ease-in-out;
}

.single-fetuses-box:hover .icon {
  filter: brightness(0) saturate(100%) invert(22%) sepia(52%) saturate(2541%) hue-rotate(289deg) brightness(90%) contrast(102%);
}

.default-btn-header {
  display: block;
  text-align: center;
  right: 0;
  bottom: 0;
  color: var(--white_color);
  border-radius: 5px;
  margin: 10px;
  border: none;
  padding: 15px 55px 15px 40px;
  background-size: 200% auto;
  font-weight: 500;
  font-size: var(--font-size);
  background: linear-gradient(91.9deg, #7F00FF -45.57%, #981F76 61.89%);
  transition: var(--transition);
  position: relative;
}

.default-btn-header:hover {
  background-position: right center;
}

.default-btn-header i {
  position: absolute;
  right: 25px;
  top: 11px;
  font-size: 22px;
  font-weight: 400;
}

.default-btn {
  display: block;
  text-align: center;
  right: 0;
  bottom: 0;
  color: var(--white_color);
  border-radius: 5px;
  margin: 10px;
  border: none;
  padding: 15px 55px 15px 40px;
  background-size: 200% auto;
  font-weight: 500;
  font-size: var(--font-size);
  background: linear-gradient(91.9deg, #7F00FF -45.57%, #981F76 61.89%);
  transition: var(--transition);
  position: relative;
}

.default-btn:hover {
  background-position: right center;
}

.default-btn i {
  position: absolute;
  right: 25px;
  top: 11px;
  font-size: 22px;
  font-weight: 400;
}

.sub-t {
  background-color: #402199;
}

.main-btn {
  background: linear-gradient(91.9deg, #7F00FF -45.57%, #981F76 61.89%);
  padding-left: 30px;
}

h2 {
  margin: 20px auto 80px;
  font-size: 38px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
}

details {
  width: 75%;
  min-height: 5px;
  max-width: 700px;
  /*padding: 45px 70px 45px 45px;*/
  margin: 0 auto;
  position: relative;
  font-size: 22px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 15px;
  box-sizing: border-box;
  transition: all .3s;
  background-color: rgba(22, 25, 35);
  border: solid 1.5px #fefefe;
  padding: 10px;
  color: #fff;
}

details+details {
  margin-top: 20px;
}

details[open] {
  min-height: 50px;
 /*  background-color: #f6f7f8; */
  box-shadow: 2px 2px 20px rgba(0, 0, 0, .2);
}

details[open] summary{
  padding: 18px;
}

details p {
  color: #96999d;
  font-weight: 300;
  padding: 18px;
}

summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  
}

summary:focus {
  outline: none;

}

summary:focus::after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  /* box-shadow: 0 0 0 5px rebeccapurple; */
}

summary::-webkit-details-marker {
  display: none
}

.control-icon {
  /* fill: rebeccapurple; */
  fill: #fff;
  transition: .3s ease;
  pointer-events: none;
}

.control-icon-close {
  display: none;
}

details[open] .control-icon-close {
  display: initial;
  transition: .3s ease;
}

details[open] .control-icon-expand {
  display: none;
}

#video1 video,
#video2 video {
  width: 100%;
}


/* .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none; 
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
   max-width: 600px; // bunu kapat 
  width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} */


.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
  max-height: 60%;
  overflow-y: auto;
  background-color: #fefefe;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  border-radius: 5px;
}

.close {
  justify-content: flex-end;
  display: flex;
 /*  text-align: right; */
  color: #aaa;
 /*  float: left; */
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


#background-video video{
  width: 300px;
}

#navbar .navbar-toggler{

}

a {
  color: #fff;
}

/*mobile menu half*/
.responsive-navbar {
  width: 50% !important;
}
/*mobile menu half*/

.offcanvas-body .default-btn{
  padding: 10px;
  margin: 0px;
}
.offcanvas-body .default-btn i{
  display: none;
}

.responsive-navbar .offcanvas-header .close-btn{
  font-size: 43px;
  padding-left: 15px !important;
}

.banner-area .content h1{
  font-weight: 200;
}



.spanit {
      font-size: 35px;
        font-weight: bolder;
        display: block;
        width: fit-content;
        border-radius: 18px;
        margin: 4px 5px;
        padding: 5px 25px 5px 25px;
        color: white;
      line-height: normal;
}

.spanit.blue{
  background-color: #337AB2;
}
   
.spanit.purple {
  background-color: #9A1F70;
}

.banner-area .content h1{
  margin-bottom: 5px;
}

.mainslider h1{
  padding-left: 20px;
}

.mainslider p{
  margin-left: 20px;
  margin-top: 20px;
}

@media (min-width: 768px) {
.mainslider {
    margin-top: 90px;
  }
}
/* kvkk renk değişimi */
#kvkkPopup{
  color: #2d2f30;
}
/* ana ekran responsive uyumluluğu küçük boyut */
@media (max-width: 576px){
  .spanit{
    font-size: 25px;
    margin:auto; 
    display:table;
  }
  .banner-area .content h1{
    font-size: 25px;
    margin:auto; 
    display:table;
  }

}

/* ana ekran responsive uyumluluğu orta boyut */
@media (max-width: 642px){
  .spanit{
    font-size: 35px;
    margin:auto; 
    display:table;
    border-radius: 5px;
  }
  .banner-area .content h1{
    font-size: 35px;
    margin:auto; 
    display:table;
    padding-top: 1px;

  }
  .banner-area{
    padding-top: 110px;
  }
}  
/* masaüstü ana ekran radius ayarlanması */
@media (min-width: 642px){
  .spanit{
    border-radius: 8px;
  }
}

@media(min-width: 992px){
  .section-title h2 {
    line-height: 1;
    
  }
  
}
/* haber resimleri üzerindeki yazı font size düşürüldü */
.article-area .item .pop-content h3 a{
font-size: 20px;
}
/* sıkça sorulan sorular başlık mesafesi azaltıldı */
.section-title-center .width{
  margin-bottom: 20px;
}

@media (max-width: 992px){
  #video1-mobil{
    display: none;
  }
  #video1{
    display: block;
  }
  
  }

  @media (min-width: 992px){
    #video1-mobil{
      display: none;
    }
    #video1{
      display: block;
    }
    .brands-area img{
      margin-right: 60px;
      width: 240px;
    }
  }

  @media (min-width: 768px) {
    .mainslider {
        margin-bottom: 0px;
        margin-top: 0px;
        
    }
    #background-video video{
      width: 300px;
      margin-left: 150px;
    }
    
  }
  @media (max-width: 768px){
    .brands-area img{
      margin-right: 60px;
      width: 150px;
    }
  }
  
  h2{
    margin: 0px !important;
  }
  @media (max-width: 767px) {
    .banner-area {
      background-image: url("/assets/icons/BG.jpg");
      background-size: cover;
      background-position: center;
      /* padding-top: 200px; */
      padding-bottom: 90px;
    }
  }


@media (max-width: 932px) and (orientation: landscape){
  .banner-area {
    background-image: url(/assets/icons/Background.jpg);
    /* background-size: 1450px; */
    height: 100vh !important;
  }
  .banner-area .content h1{
    text-align: left;
  }
  .banner-area .content{
    padding-top:20px !important;
  }
  #background-video video{
    margin-left:30px;
  }
  .team-area .col-lg-2 {
    width: 25%
  }
  .col-lg-1{
    width: 14.26%
  }
}