@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}


.prev-btn, .next-btn{
  z-index: 99999;
  font-size: 2em;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}

.prev-btn{
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.next-btn{
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}


.yazi-3{
      width: 80%;
      margin: auto;
      margin-top: 40px;
      margin-bottom: 40px;
      text-align: center;
      line-height: 3em;

}

.yazi-3 h1{
      font-size: 1.5vw;
      font-weight:300;


}

.home{
  padding: 100px 200px;
}

.home{
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #2696E9;
}

.home:before{
  z-index: 77;
  content: '';
  position: absolute;
  background: url(fotolar/arkaplan.png);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

}

.home .content{
  z-index: 101;
  color: #fff;
  width: 100%;
  margin-top: 50px;
  display: none;
}

.home .content.active{
  display: block;


}
.home .content h3{

  font-size: clamp(1.3em,3.5em,4em);
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 75px;
  text-align: right;

}
.home .content h1{
  font-size: clamp(5em,7vw,9em);          
  font-weight: 300;
  letter-spacing: 5px;
  line-height: 75px;
  margin-bottom: 2vw;
  padding-bottom: 4vw;
  text-align: center;
}

.home .content h4{
  font-size: clamp(1em,3.5vw,7em);
  font-weight: 300;
  text-align: right;
  padding-bottom: 4vw;
  
}

.home .content .bs-content h4{
      font-size: clamp(3em,3.5vw,7em);
      
}

.home .content p{
  margin-bottom: 1vw;
  font-size: clamp(2em,1.3vw,3em);
  text-align: center;
}



.home .content a img:hover{
      transform: scale(1.2);
      transition: 0.7s; 
}


.home .media-icons{
  z-index: 102;
  position: absolute;
  right: 30px;
  display: flex;
  flex-direction: column;
  transition: 0.5s ease;
}
.home .navigation{
  z-index: 102;
  position: absolute;
  right: 50px;
  display: flex;
  flex-direction: column;
  transition: 0.5s ease;
}
.home .navigation-2{
  z-index: 102;
  position: absolute;
  left: 50px;
  display: flex;
  flex-direction: column;
  transition: 0.5s ease;
}

.home .media-icons a{
  color: #fff;
  font-size: 1.6em;
  transition: 0.3s ease;
}

.home .navigation i{
  color: #fff;
  font-size: 1.6em;
  transition: 0.3s ease;
}

.home .navigation-2 i{
  color: #fff;
  font-size: 1.6em;
  transition: 0.3s ease;
}

.home .media-icons a:not(:last-child){
  margin-bottom: 20px;
}

.home .media-icons a:hover{
  transform: scale(1.3);
}

.home .navigation i:hover{
  transform: scale(1.3);
}
.home .navigation-2 i:hover{
  transform: scale(1.3);
}


.home .video-slide active{
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .video-slide {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.content .bs-content {

      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
}

.content .bs-content h2{
      font-weight: 400;
      
}
.content .bs-content h2:nth-child(1){
      font-size: clamp(3vw,3vw,5vw);
      letter-spacing: 1.5vw;

}

.content .bs-content h2:nth-child(2){
      font-size: clamp(3vw,3vw,5vw);
      padding-top: 3vw;
}

.content .bs-content h2:nth-child(3){
      font-size: clamp(3vw,3vw,5vw);
      letter-spacing: 1.5vw;
}

.content .bs-content .bs-3 p{
      font-size: clamp(8vw,8vw,11vw);
      display: inline-block;
}

.content .bs-content div{
      display: flex;
      width: 10%;
      justify-content: center;
}


.marka-logo div{

z-index: 112;
cursor: pointer;
display: flex;
justify-content: end;
flex-flow: row nowrap;
align-items: center;
width: 100%;


}


.logo img{
      width: 200px;

}



.marka-logo img{
    
      max-width: clamp(7em,8vw,10vw);
      margin-left: 5vw;
      max-height: clamp(7em,8vw,10vw);
       
      
}

.marka-logo img:hover{
      transform: scale(1.2);
      transition: 1s;
}

.marka-logo a{
      text-decoration: none;
}


.slider-navigation{
  z-index: 167;
  position: absolute;
  display: flex;
  bottom: 7%;
  
  

}

.slider-navigation .nav-btn{
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  transition: 0.3s ease;
  bottom: 0;
}

.slider-navigation .nav-btn.active{
  background: #2696E9;
}

.slider-navigation .nav-btn:not(:last-child){
  margin-right: 20px;
}

.slider-navigation .nav-btn:hover{
  transform: scale(1.2);
}

.video-slide{
  position: absolute;
  width: 100%;
  clip-path: circle(0% at 0 50%);
}

.video-slide.active{
  clip-path: circle(150% at 0 50%);
  transition: 2s ease;
  transition-property: clip-path;
}


.content .bs-content h5{
      font-size: clamp(0.7em,1.4em,4em);
      font-weight: 300;
}

@media (min-width: 1700px){

      .yan-baslik-ky h1{
            
            top: 0;
      }
}

@media (max-width:750px){

      .yan-baslik-ky h1{
            margin-top: 3em;
      }

      .yan-baslik-ky h2{
            margin-top: 6em;
      }

      .yan-baslik-iletisim h1{
            font-size: 120px;

            
      }
}
@media (max-width: 967px){
      .content .bs-content h5{
            font-size: 0.7em;
      }
      .logo img{
      max-width: 100px;

}
      .yazi-3 h1{
            font-size: 1em;
      }
      .content .bs-content h5{
      font-size: 1em;
      font-weight: 300;
      }
      .marka-logo div{
            justify-content: center;
      }

      .beyazsistem-foto img{
            width: 50vw;
      }
}


@media (max-width: 1200px){



.yan-baslik-iletisim h1{
      margin-top: clamp(1em,3.5em,5em);

}
.logo img{
      max-width: 150px;

}


home .content h1{
      font-size: 6em;
}

.slayt2div{
      padding-right: 3em;
}


.home .content p{
  
  font-size: 2vw;
  }
  .home{
    padding: 100px 20px;
  }

  .home .media-icons{
    display: none;
  }

    .home .navigation{
    right: 10px;
  }
      .home .navigation-2{
    left: 10px;
  }

  .ky-in:nth-child(1){
      display: none;
      visibility: hidden;
      opacity: 0;
  }

.content .bs-content h4{
      font-size: clamp(2em,3em,4em);
      text-align: center;
}




  .content .bs-content h2:nth-child(1){
      font-size: 4vh;
      letter-spacing: 1.5vw;

}

.content .bs-content h2:nth-child(2){
      font-size: 2vh;
      padding-top: 3vw;
}

.content .bs-content h2:nth-child(3){
      font-size: 4vh;
      letter-spacing: 1.5vw;
}

.content .bs-content p{
      font-size: 7vh;
      display: inline-block;
}

.content .bs-content div{
      width: 30%;
      margin-bottom: 2vw;

}



}


      

      /*---------------------------- HAKKIMIZDA---------------*/



.hakkinda-section{
      background: url(fotolar/pejohak1.png) no-repeat left;
      background-size: 55%;
      background-color: #fdfdfd;
      overflow: hidden;
      padding-top: 12vw;
}

.inner-container{
      width: 55%;
      float: right;
      background-color: #ebf8ff;
      padding: 100px;
      box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.3);
}

.hakkinda-text1{
      font-size: clamp(0.7em,1vw,2em);
      color: #545454;
      line-height: clamp(2em,2vw,3em);
      text-align: justify;
      margin-bottom: 40px;

}

@media (max-width: 1000px){
      .hakkinda-section{
            background-size: 100%;
            padding: 100px 40px;

      }
      .yan-baslik-ky h2{
            margin-top: 5em;
      }

      .inner-container{
            width: 100%;

      }

}

@media (max-width: 1200px){

      .inner-container{
            padding: 80px;
      }


}

@media (max-width: 600px){
      .hakkinda-section,{
            padding: 0;

      }

      .inner-container{
            padding: 60px;

      }

}

.hakkinda-section2{
      background: url(fotolar/denemeopel.png) no-repeat right;
      background-size: 55%;
      background-color: #fdfdfd;
      overflow: hidden;
      padding: 100px 0;
}

.inner-container2{
      width: 55%;
      float: left;
      background-color: #ebf8ff;
      padding: 100px;
      box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.3);
}

.hakkinda-text2{
      font-size: clamp(0.7em,1vw,2em);
      color: #545454;
      line-height: clamp(2em,2vw,3em);
      text-align: justify;
      margin-bottom: 40px;

}

@media (max-width: 1000px){
      .hakkinda-section2{
            background-size: 100%;
            padding: 100px 40px;

      }

      .inner-container2{
            width: 100%;

      }

}


@media (max-width: 600px){
      .hakkinda-section2{
            padding: 0;

      }

      .inner-container2{
            padding: 60px;

      }

}


/*---------------------------- İLETİŞİM ---------------*/

.iletisim-body{
      background-image:url(fotolar/iletisim2.jpg) ;
      background-position: center ;
      background-size: cover;
      background-attachment: fixed;
}
.iletisim-body{
      height: 100%;
      display: grid;
      align-items: center;
      font-family: 'Poppins', sans-serif;
}

.yan-baslik-iletisim{
      height: 30vh;
      width: 100%;
      background-image: linear-gradient(rgba(4, 9, 30, 0.7),rgba(4, 9, 30, 0.7)), url(fotolar/contactus.jp) ;
      background-position: center ;
      background-size: cover;
      background-attachment: fixed;
      text-align: center;
      color: #fff;

}

.yan-baslik-iletisim h1{
      padding-top: 8vw;
      font-size: clamp(4vw,6vw,2em);
}


.iletisim-wrap {
      width:100%;
      display: flex;
      flex-wrap: wrap;
      padding-bottom: 15%;
      padding-top: 3vw;
      justify-content: center;
     
}

.iletisim-in {
      padding: 40px 30px;
 
      
}


.iletisim-in:nth-child(1) {
      
      background-color: white;
      color: gray;
      
}

.iletisim-in:nth-child(2) {
      
      background: rgba(255, 255, 255, 0.6);
}



.iletisim-in h1 {
      font-size: 24px;
      color: gray;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 20px;
}

.iletisim-in h2 {
      font-size: 30px;
      font-weight: 400;
      margin-bottom: 15px;
}

.iletisim-in h2 i {
      font-size: 16px;
      width: 40px;
      height: 40px;
      margin-right: 10px;
      background: #f5f5f5;
      color: #545454;
      border-radius: 50px;
      line-height: 40px;
      text-align: center;
}

.iletisim-in p {
      font-size: 15px;
      font-weight: 300;
      margin-bottom: 20px;
}

.iletisim-in ul {
      padding: 0;
      margin: 0;
}

.iletisim-in ul li {
      list-style: none;
      display: inline-block;
      margin-right: 5px;
      margin-top: 5px;
}

.iletisim-in ul li a {
      display: block;
      width: 30px;
      height: 30px;
      text-align: center;
      background: gray;
      border-radius: 50px;
}

.iletisim-in ul li a i {
      font-size: 14px;
      line-height: 30px;
      color: #545454;
}

.iletisim-in form {
      width: 100%;
      height: auto;
}

.iletisim-in-input {
      width: 100%;
      height: 40px;
      margin-bottom: 20px;
      border: 1px solid gray;
      outline: none;
      padding-left: 5px;
      background: transparent;
      color: gray;
      font-size: 12px;
      font-weight: 300;
      font-family: 'Poppins', sans-serif;
}

.iletisim-in-input::placeholder {
      color: gray;
}

.iletisim-in-textarea {
      width: 100%;
      height: 140px;
      margin-bottom: 20px;
      border: 1px solid gray;
      outline: none;
      padding-top: 5px;
      padding-left: 5px;
      background: transparent;
      color: gray;
      font-size: 12px;
      font-weight: 300;
      font-family: 'Poppins', sans-serif;
}

.iletisim-in-textarea::placeholder {
      color: gray;
}

.iletisim-in-btn {
      width: 100%;
      height: 40px;
      border: 1px solid gray;
      outline: none;
      background: transparent;
      color: gray;
      font-size: 12px;
      font-weight: 300;
      font-family: 'Poppins', sans-serif;
      cursor: pointer;
}

.iletisim-in iframe {
      width: 100%;
      height: 500px;
      margin-top: 30px;}

@media only screen and (max-width:480px) {
      .iletisim-in:nth-child(1) {
            flex: 50%;
      }

      .iletisim-in:nth-child(2) {
            flex: 50%;
      }

      .iletisim-in:nth-child(3) {
            flex: 100%;
      }

}

@media only screen and (max-width:360px) {
      .iletisim-in:nth-child(1) {
            flex: 50%;
      }

      .iletisim-in:nth-child(2) {
            flex: 50%;
      }

      .iletisim-in:nth-child(3) {
            flex: 100%;
      }

}

/*İLETİŞİM 2 */


.box-area{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: baseline;
      
}

.single-box{
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      max-width: 400px;
      height: 100%;
      border-radius: 4px;
      background-color: #fff;
      text-align: center;
      margin: 20px;
      padding: 20px;
      transition: 0.3s;
}

.single-box h1{
      color: #2696E9;
}

.single-box h2, .single-box p, .single-box i{
      color: #333333;
}

.single-box:hover h2, .single-box:hover p, .single-box:hover i{
      color: #fff;
}

.single-box:hover{
      background: #2696E9;
      color: #fff;
}

.single-box:hover h1{
      color: #333333;
}

.single-box iframe{
      width: 100%;
      height: 300px;
      margin-top: 30px;

}



.iletisim2-in{
      display: inline-block;
      width: calc(90% / 3);
      justify-content: end;
      box-sizing: border-box;
      transition: 0.4s;
      background: #fff;


}


/*-------------------------KURUMSAL YÖNETİM --------------------------------*/

.ky-body{
      background-image:url(fotolar/contactus1.jpg) ;
      background-position: center ;
      background-size: cover;
      background-attachment: fixed;
}
.ky-body{
      height: 100%;
      display: grid;
      align-items: center;
      font-family: 'Poppins', sans-serif;
}

.yan-baslik-ky{
      height: 30vh;
      width: 100%;
      background-image: linear-gradient(rgba(4, 9, 30, 0.7),rgba(4, 9, 30, 0.7)), url(fotolar/contactus.jp) ;
      background-position: center ;
      background-size: cover;
      background-attachment: fixed;
      text-align: center;
      color: #fff;

}

.yan-baslik-ky h1{
      padding-top: clamp(2em,3.5vw,4em);
      font-size: clamp(4vw,6vw,2em);
}

.yan-baslik-ky h2{
      font-size: clamp(3vw,4vw,2em);
      padding-top: 2.5em;
}




.ky-wrap {
      width: 100%;
      display: flex;
      flex-wrap: wrap;  
      margin-top: 1vw;
      align-items: flex-start;
      justify-content: space-evenly;        
}


.ky-in {
      padding: 1.5vw 1vw;
      
      margin: 1em;
               
}

.ky-in p{

      width: 80%;
      font-size: clamp(1em,1vw,3em);
      padding-bottom: 1vw;
      text-align: center;
}


.ky-in:nth-child(1) {
      
      background-color: white;
      color: gray;
      
      

}

.ky-in:nth-child(2) {
      background: rgba(255, 255, 255, 0.8);
      padding-left: 2vw;
      padding-right: 2vw;
     
}

.ky-in:nth-child(3) {
      
      background-color: #fff;
      color: gray;
      
}



.ky-in h1 {
      font-size: clamp(1rem,1.5vw,5rem);
      color: black;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 20px;
      text-align: center;
      
}



.ky-in h2 {
      font-size: clamp(1rem,1vw,5rem);
      font-weight: 400;
      margin-bottom: 15px;
      display: inline-block;
}

.ky-in h3{
      font-size: clamp(2rem,2.5vw,5rem);
      font-weight: 400;
      margin-bottom: 15px;
      display: inline-block;
      color: darkred;

}



.ky-in h2 i {
      font-size: 16px;
      width: 40px;
      height: 40px;
      margin-right: 10px;
      background: #f5f5f5;
      color: #545454;
      border-radius: 50px;
      line-height: 40px;
      text-align: center;
}


.ky-in ul {
      padding: 0;
      margin: 0;
}

.ky-in ul li {
      list-style: none;
      display: inline-block;
      margin-right: 5px;
      margin-top: 5px;

}

.ky-in .ky-alt-baslik h2 {
      text-decoration: none;
      color: darkred;
}

.ky-items a{

      text-decoration: none;
      color: black;
      font-size: clamp(1rem,1.2vw,5rem);
      line-height: 40px;

}

.ky-items li:hover{
      transition: 1s;
      transform: translate3d(10px, -5px, 0px);
}

.ky-items-2{
      max-width: 50em;
}

.ky-items-2 li{

      font-size:clamp(1rem,1.2vw,5rem);
      display: inline;


}

.ky-in .ky-alt-baslik h2:hover{
      transition: 1s;
      transform: scale(1.1);
}



.ky-in .ky-alt-baslik{
      justify-content: center;
      align-items: center;
}


.drop-menu{
      text-decoration: none;
      background: #e6e6e6;
      width: 350px;
      line-height: 45px;
      position: absolute;
      opacity: 0;
      visibility: hidden;


}

.drop-menu li{
      list-style: none;
      margin-left: 35px;
}

.drop-menu li a {
      color: gray;
      text-decoration: none;
      font-size: 18px;
      font-weight: 300;
      transition: all 0.3s ease;
      width: 100%;
      display: block;

}

.drop-menu li a:hover{
      transform: scale(1.2) ;
      transition: 1s;
}

.ky-in ul li:hover .drop-menu{
      visibility: visible;
      opacity: 1;
      transition: 0.5s;
}

.drop2{
      margin-left: 500px;
}


.ky-alt-baslik h4{
 
      font-size: 20px;
      text-decoration: none;
      list-style: none;
      color: darkred;
      font-weight: 400;
      margin-bottom: 15px;

}

.ky-alt-baslik a {
      text-decoration: none;
      list-style: none;
}

.ky-alt-baslik h4:hover{
      transform: scale(1.1);
      transition: 1s;
}

/*KY2*/

.ky-in-2{
      background: rgba(255, 255, 255, 0.8);
      padding: 1.5vw 1vw;
      margin: 2vw;
      list-style: none;
      margin-bottom: 2vw;
}

.ky-in-3{
      background: #fff;
      padding: 1.5vw 1vw;
      margin: 2vw;
      width: 70%;
      
}

.ky-in-3

.ky-in-3 p{
      font-size: clamp(0.8em,1.3vw,2em);
      padding: 2vw;
}
.yatirimci-tablo{
      border-collapse: collapse;
      font-size: 0.9em;
      width: 100%;
      margin-bottom: 3em;
      margin-top: 3em;

}
.mobil-tablo ul{
      list-style: none;
      padding: 15px;
}
.mobil-tablo ul li {
      padding-top: 15px;
}
.mobil-tablo ul li h3{
      border-bottom: 1px solid  #2696E9;
}
.mobil-tablo{
      border: 5px solid #2696E9;
      margin-bottom: 3em;
      margin-top: 3em;
      display: none;
}
@media only screen and (max-width: 767px){
      .yatirimci-tablo{
            display: none;
      }
      .mobil-tablo{
            display: block;
      }
}

.yatirimci-tablo thead tr{
      text-align: left;
      background-color: #2696E9;
      color: #fff;
      font-weight: bold;

}

.yatirimci-tablo th, .yatirimci-tablo td {
      padding: 12px 15px;
}

.yatirimci-tablo tbody tr {
      border-bottom: 1px solid #dddddd;
}



.yatirimci-tablo tbody tr:last-of-type{
      border-bottom: 2px solid #2696E9;
}

.ky-in-3 h1{
      text-align: center;
      text-transform: uppercase;
      font-size: clamp(1.3em,4vw,2em);
      color: gray;
      padding-top: 2vw;
      padding-bottom: 2vw;
}

.ky-in-3 .ky-paragraf{
 
      line-height: clamp(1.3em,2vw,3em);
}
.ky-in-3 .ky-paragraf-2{
 
      line-height: clamp(1.3em,1.5em,3em);
}


.ky-in-3 .ky-paragraf h5{
      font-size: clamp(1em,2vw,3em);
      padding: 1em;
      color:#8c1f1f;
      text-align: center;
}

.ky-in-3 .ky-paragraf ul{
      padding-left: 4vw;

}
.ky-in-3 .ky-paragraf-2 ul{
      padding-left: 2vw;

}

.ky-in-3 .ky-paragraf ul li{

      font-size: clamp(0.8em,1.3vw,3em);
}

.ky-in-3 .ky-paragraf-2 ul li{

      font-size: clamp(0.8em,1em,3em);
}

.ky-in-3 .ky-paragraf p{
      font-size:clamp(0.8em,1.3vw,3em);

}

.ky-in-3 form{
      padding-top: 1vw;
      padding-bottom: 1vw;
}

.ky-in-2 ul{
      list-style: none;
}

.ky-in-2 .ky-alt-baslik{
      justify-content: center;
      align-items: center;
}


.ky-in-2 .ky-alt-baslik{
      justify-content: center;
      align-items: center;
}


.ky-in-2 h3{
      font-size: 30px;
      font-weight: 400;
      margin-bottom: 15px;
      display: inline-block;
      color: darkred;
}

.ky-in-2 .ky-paragraf{
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      max-width: 700px;
      margin-bottom: 30px;
      line-height: 50px;
}

.ky-in-2 .ky-paragraf p{
      font-size: 20px;

}

.ky-in-2 section{
      min-height: 100vh;
      width: 80%;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
}

.upload-container{
      padding-top: 3em;
      padding-bottom: 3em;
}
.upload-box{
      font-size: 1em;
      background: white;
      border-radius: 3em;
      box-shadow: 5px 5px 10px black;
      width: clamp(150px,250px,350px);
      outline: none;

}

::-webkit-file-upload-button{
      color: white;
      background: gray;
      padding: 1em;
      border: none;
      border-radius: 3em;
      box-shadow: 1px 0px 1px 1px #555761;
      outline: none;

}

::-webkit-file-upload-button:hover{
      background:  #2696E9;
      cursor: pointer;
}
.faq{
      max-width: 700px;
      margin-top: 2rem;
      padding-bottom: 1rem;
      border-bottom: 2px solid darkred;
      cursor: pointer;
}



.faq-ky{
      width: 100%;
      margin-top: 2rem;
      padding-bottom: 1rem;
      cursor: pointer;
}


.question{
      display: flex;
      justify-content: space-between;
      align-items: center;
}

.question-ky{
      display: flex;
      justify-content: space-between;
      align-items: center;
}

@media(max-width: 863px){
      .answer-ky img{

            width: clamp(1vw,20em,700px);
    
}
}

.question h3{
      font-size: 20px;
}
.question-ky h3{
      font-size: 20px;
      color: black;
      font-size: clamp(1rem,1.2vw,5rem);
      line-height: 40px;
}

.question-ky h4{

      color: darkred;
      font-size: clamp(1rem,1.2vw,5rem);
      line-height: 40px;
      font-weight: 400;
}

.answer{
      max-height: 0;
      overflow: hidden;
      transition: max-height 1.4s ease;
}

.answer-ky{
      max-height: 0;
      overflow: hidden;
      transition: max-height 1.4s ease;
}

.answer p {
      padding-top: 1rem;
      line-height: 1.6;
      font-size: 18px;
}



.faq.active .answer{
      max-height: 300px;
}
.faq-ky.active .answer-ky{
      max-height: 500px;
}
/*KY2*/


.alert{
      text-align: center;
      padding: 1vw;
}

.alert button{

      padding: 1vw;
      border-radius: 1vw;
      cursor: pointer;
}

.alert a{

      text-decoration: none;
      padding-left: 1vw;

}

.alert a{

}
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327 
    }

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: none;
    color: rgba(3, 96, 251, 1);
}
.cookiealert a:visited{
    text-decoration: none;
    color: rgba(3, 96, 251, 1);
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

.footer-container{
      max-width: 1170px;
      margin:auto;
}
.footer-row{
      display: flex;
      flex-wrap: wrap;
}
.footer ul{
      list-style: none;
}
.footer{
      background-color: #24262b;
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
      font-size: 18px;
      color: #ffffff;
      text-transform: capitalize;
      margin-bottom: 35px;
      font-weight: 500;
      position: relative;
}
.footer-col h4::before{
      content: '';
      position: absolute;
      left:0;
      bottom: -10px;
      background-color: #e91e63;
      height: 2px;
      box-sizing: border-box;
      width: 50px;
}
.footer-col ul li:not(:last-child){
      margin-bottom: 10px;
}
.footer-col ul li a{
      font-size: 16px;
      text-transform: capitalize;
      color: #ffffff;
      text-decoration: none;
      font-weight: 300;
      color: #bbbbbb;
      display: block;
      transition: all 0.3s ease;
}
.footer-col ul li a:hover{
      color: #ffffff;
      padding-left: 8px;
}
.footer-col .social-links a{
      display: inline-block;
      height: 40px;
      width: 40px;
      background-color: rgba(255,255,255,0.2);
      margin:0 10px 10px 0;
      text-align: center;
      line-height: 40px;
      border-radius: 50%;
      color: #ffffff;
      transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
      color: #24262b;
      background-color: #ffffff;
}

footer h5{
      font-size: clamp(1em,1em,2em);
      color: #fff;
      text-align: center;
      font-weight: 300;
      padding-top: 2em;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}


.container{
      width: 100%;
      
}
.row{
      display: flex;
      flex-wrap: nowrap;
}
.v-center{
      align-items: center;
      
}

.header .item-left{
      flex:0 0 40%;
}


a{
      text-decoration: none;
}




/* header */
.header{
      background-color: rgba(0, 0, 0, 0);
      color: white;
      z-index: 9999;
      position: absolute;
      width: 100%;
      height: 5vw;
      line-height: 5px;
      transition: 0.5s ease;
      

      }


.header.sticky{
      background: rgba(255, 255, 255, 1);

}

.header.sticky .menu > ul > li > a{

      color: #2696E9;
}
.mobile-menu-head,
.mobile-menu-trigger{
      display: none;
}

.header .logo{
      
      padding-left: 10%;
      padding-top: 1%;
      
}

.header.sticky logo{

      
      padding-left: 10%;
      padding-top: 1%;
      

}

.header .menu > ul > li{
      display: inline-block;
      line-height: 2vw;
      margin-left: 1vw;

}
.header .menu > ul > li > a{
      font-size: clamp(0.9em,1vw,3em);
      font-weight: 400;
      color:#fff;
      text-transform: capitalize;
      transition: color 0.3s ease;

}
.header .menu > ul > li .sub-menu{
      position: absolute;
      z-index: 500;
      background-color:#ffffff;
      box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
      padding: 20px 30px;
      transition: all 0.5s ease;
      opacity:0;
      visibility: hidden;
      text-align: center;
      
}
@media(min-width: 1200px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
      margin-top: 0;
      visibility: visible;
      opacity: 1;

}


}
.header .menu > ul > li .sub-menu > ul > li{
      line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a{
      display: inline-block;
      padding: 10px 0;
      font-size: 15px;
      color: #555555;
      transition: color 0.3s ease;
      text-decoration: none;
      text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu{
      width: 20%;
      left: 50%;

}

.slayt2div{
      width: 100%;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
      flex-direction: column;
      text-align: right;
}

.slayt2div h4{
      text-align: right;
      width: 60%;
      font-size: 2px;

}
.slayt2fotolar{

}

.header .menu > ul > li .single-column-menu img{
      max-width: 200px;
      max-height: 200px;

}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
      padding:10px 0;
      display: inline-block;
      font-size: 15px;
      color:#555555;
      transition: color 0.3s ease;
}

.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);    
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
  width: 100%;    
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:2 4 20%;
  padding:0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
      font-size: 16px;
      color:darkred;
      font-weight: 500;
      line-height: 1;
      padding:10px 0;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title:hover{
      transform: translateX(10px);
      transition: 1s;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
      text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
      width: 80%;
     
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .menu > ul > li:hover > a{
      color:darkred;
      transform: translateX(10px);
      transition: 1s;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a,
{

      border-left: 1px solid rgba(140, 31, 31, 0.09);
      padding-left: 1vw;
}

/*responsive*/
@media(max-width: 1200px){

      .header{

            position: fixed;


      }
      .v-center{
            justify-content: space-between;
      }
      .header .mobile-menu-trigger{
            display: flex;
            height: 30px;
            width: 30px;
            margin-left: 15px;
            cursor: pointer;
            align-items: center;
            justify-content: center;
      }
      .header .mobile-menu-trigger span{
            display: block;
            height: 2px;
            background-color: #fff;
            width: 24px;
            position: relative;
      }
      .header .mobile-menu-trigger span:before,
      .header .mobile-menu-trigger span:after{
            content: '';
            position: absolute;
            left:0;
            width: 100%;
            height: 100%;
            background-color: #fff;
      }
      .header .mobile-menu-trigger span:before{
            top:-6px;
      }
      .header .mobile-menu-trigger span:after{
            top:6px;
      }
      .header .item-right{
            align-items: center;
      }

      .header .menu{
            position: fixed;
            width: 320px;
            background-color:#ffffff;
            left:0;
            top:0;
            height: 100%;
            overflow: hidden;
            transform: translate(-100%);
            transition: all 0.5s ease;
            z-index: 1099;
      }
      .header .menu.active{
         transform: translate(0%);  
      }
      .header .menu > ul > li{
            line-height: 1;
            margin:0;
            display: block;
      }
      .header .menu > ul > li > a{
            line-height: 50px;
            height: 50px;
            padding:0 50px 0 15px;
            display: block;
            border-bottom: 1px solid rgba(0,0,0,0.1);
            color: black;
      }
      .header .menu > ul > li > a i{
            position: absolute;
            height: 50px;
            width: 50px;
            top:0;
            right: 0;
            text-align: center;
            line-height: 50px;
            transform: rotate(-90deg);
      }
      .header .menu .mobile-menu-head{
            display: flex;
            height: 50px;
            border-bottom: 1px solid rgba(0,0,0,0.1);
            justify-content: space-between;
            align-items: center;
            position: relative;
            z-index: 501;
            position: sticky;
            background-color: #ffffff;
            top:0;
      }
      .header .menu .mobile-menu-head .go-back{
            height: 50px;
            width: 50px;
            border-right: 1px solid rgba(0,0,0,0.1);
            cursor: pointer;
            line-height: 50px;
            text-align: center;
            color:#000000;
            font-size: 16px;
            display: none;
      }
      .header .menu .mobile-menu-head.active .go-back{
            display: block;
      }
      .header .menu .mobile-menu-head .current-menu-title{
            font-size: 15px;
            font-weight: 500;
            color:#000000;
      }
      .header .menu .mobile-menu-head .mobile-menu-close{
          height: 50px;
            width: 50px;
            border-left: 1px solid rgba(0,0,0,0.1);
            cursor: pointer;
            line-height: 50px;
            text-align: center;
            color:#000000;    
            font-size: 25px;
      }

      .header .menu > ul > li .sub-menu.mega-menu,
      .header .menu > ul > li .sub-menu{
            visibility: visible;
            opacity: 1;
            position: absolute;
            box-shadow: none;
            margin:0;
            padding:15px;
            top:0;
            left:0;
            width: 100%;
            height: 100%;
            padding-top: 65px;
            max-width: none;
            min-width: auto;
            display: none;
            transform: translateX(0%);
            overflow-y: auto;
      }
.header .menu > ul > li .sub-menu.active{
      display: block;
}
@keyframes slideLeft{
      0%{
            opacity:0;
            transform: translateX(100%);
      }
      100%{
          opacity:1;
            transform: translateX(0%);    
      }
}
@keyframes slideRight{
      0%{
            opacity:1;
            transform: translateX(0%);
      }
      100%{
          opacity:0;
            transform: translateX(100%);  
      }
}
      .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
            margin-top:0;
      }
      .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
            margin-bottom: 20px;
      }
      .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
            margin-bottom:0px;
      }
      .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
            
            flex-wrap: nowrap;
            padding: 0px;
      }
      .header .menu > ul > li .sub-menu > ul > li > a,
      .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
            display: block;
      }
      .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
            margin-bottom: 15px;
      }
      .menu-overlay{
            position: fixed;
            background-color: rgba(0,0,0,0.5);
            left:0;
            top:0;
            width: 100%;
            height: 100%;
            z-index: 1098;
            visibility: hidden;
            opacity:0;
            transition: all 0.5s ease;
      }
      .menu-overlay.active{
        visibility: visible;
        opacity:1;      
      }
}





/* POPUP*/

.popup{
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      display: none;
      z-index: 9999;
}

.contentBox{
      position: relative;
      width: 600px;
      height: 400px;
      background: #fff;
      border-radius: 20px;
      display: flex;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@media(max-width: 767px){

  .contentBox{
      width: 300px;
      height: auto;
      flex-direction: column;
  }
 
 

  .contentBox .imgBx{
      height: 200px;
      
  }
  .contentBox .popupcontent{
      height: auto;
      text-align: center;
      padding: 20px;
      padding-top: 0;
  }
  .contentBox .imgBx::before{
      background: #fff;
  }

  .close{
      top: -50px;
      right: -10px;
      background: #000 url(fotolar/close.png);
      background-repeat: no-repeat;
      background-size: 10px;
      background-position: center;
  }

    .close-btn{
      top: -50px;
      right: -10px;
      background: #000 url(fotolar/close.png);
      background-repeat: no-repeat;
      background-size: 10px;
      background-position: center;
  }
}

.contentBox .imgBx{

      position: relative;
      width: 300px;
      height: 400px;
      display: flex;
      justify-content: center;
      align-items: center;
      
}

.contentBox .imgBx: :before{
      content: ' ' ;
      position: absolute;
      width: 250px;
      height: 250px;
      background: gray;
      border-radius: 50%;
}

.contentBox .imgBx img{
      position: relative;
      max-width: 250px;
      border-radius: 20%;
      
}

.contentBox .popupcontent{
      position: relative;
      width: 300px;
      height: 400px;
      display: flex;
      justify-content: center;
      align-items: center;
      

}



.contentBox .popupcontent h3{
      color: darkred;
      line-height: 1em;
      font-weight: 300;
      font-size: 4em;
      padding-top: 1vw;
}

.contentBox .popupcontent h2{
      font-size: 2em;
      color: lightblue;
      line-height: 1em;
      padding-top: 1vw;
}

.contentBox .popupcontent p{
      font-weight: 300;
      padding-top: 1vw;
}

.close{
      position: absolute;
      top: 20px;
      right: 20px;
      width: 40px;
      height: 40px;
      background: #000 url(fotolar/close.png);
      background-repeat: no-repeat;
      background-size: 10px;
      background-position: center;
      cursor: pointer;
      border-radius: 50%;
      z-index: 10;
}

.close-btn{
      position: absolute;
      top: 20px;
      right: 20px;
      width: 40px;
      height: 40px;
      background: #000 url(fotolar/close.png);
      background-repeat: no-repeat;
      background-size: 10px;
      background-position: center;
      cursor: pointer;
      border-radius: 50%;
      z-index: 10;
}