@font-face {
  font-family: 'Gilroy-UltraLight';
  src: url('Gilroy/Gilroy-UltraLight.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



.hi-slide {
    position: relative;
    width: 67vw;
    height: 15.2vw;
    margin: 6vw auto 15vw;
    
  }
  
  .hi-slide .hi-next,
  .hi-slide .hi-prev {
    position: absolute;
    top: 50%;
    width: 2vw;
    height: 4.15vw;
    margin-top: -2.08vw;
    border-radius: 5px;
    line-height: 4.15vw;
    text-align: center;
    cursor: pointer;
    
    color: white;
   
    transition: all 0.6s;
    font-size: 1.5vw;
  }
  
  
  
  .hi-slide .hi-prev {
    top: 10vw;
    left:  16.75vw;
    z-index: 6;
  }
  
  .hi-slide .hi-prev::before {
    content: '<';
    font-family: 'Consolas',monospace;
    font-size: 2vw;
    
    

  }
  
  .hi-slide .hi-next {
    top: 10vw;
    right: 17.6vw;
    z-index: 6;
  }
  
  .hi-slide .hi-next::before {
    content: '>';
    font-family: 'Consolas',monospace;
    font-size: 2vw;
    
  }
  
  .hi-slide > ul {
    list-style: none;
    position: relative;
    width: 2.54vw;
    height: 15.2vw;
    margin: 0;
    padding: 0;
  }

  .deneme{
    list-style: none;
    position: relative;
    width: 2.54vw;
    height: 15.2vw;
    margin: 0;
    padding: 0;

  }
  

.deneme li {
    overflow: hidden;
    position: absolute;
    z-index: 0;
    left: 377px;
    top: 146px;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
   
   
    background-color: #333;
    cursor: pointer;
  }

  .hi-slide > ul > li {
    overflow: hidden;
    position: absolute;
    z-index: 0;
    left: 377px;
    top: 146px;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
   
   
    background-color: #333;
    cursor: pointer;
  }
  
  .hi-slide > ul > li > img {
    width: 100%;
    height: 100%;
  }
  
  