:root {
--main-color:rgb(243, 139, 20);
--black-color:#00000000;
--border:0.1rem solid rgba(255,255,255,0.4);

}

.home .slider{
  position: relative;
  width: 1100px;
  height: 275px; 
  border: 1px #ccc;
  border-radius: 40px;
  margin: auto;
  overflow: hidden;
  box-shadow: 10px 10px 15px 3px rgba(0,0,0,0.75);
  
}
.home .slider .slider-content{
  position: absolute;
  width: 500%;
  left: 0;
  animation: slide 30s infinite;
  
}
.home .slider .slider-content:hover{
  animation-play-state: paused;
}
.home .slider .slider-content .slider-item{
  width: 20%;
  float: left;
}
.home .slider .slider-content .slider-item img{
  display: flex;
    align-items: center;
    justify-content: space-between;
}
@keyframes slide{
  0% {
      transform: translateX(0px);
  }
  10% {
      transform: translateX(0px);
  }
  10% {
      transform: translateX(-1100px);
  }
  20% {
      transform: translateX(-1100px);
  }
  30% {
      transform: translateX(-2200px);
  }
  40% {
      transform: translateX(-2200px);
  }
  50% {
      transform: translateX(-3300px);
  }
  60% {
      transform: translateX(-3300px);
  }
  70% {
      transform: translateX(0px);
  }
  
  
  
}



* {
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
margin: 0;
padding: 0;
box-sizing: border-box;
outline:none;
border: none;
text-decoration: none;
transition: 0.2s ease;
}
body{
    background-color: rgb(32, 31, 31);
    overflow-x: hidden;
}
html{
font-size: 62.5%;
overflow-x: hidden;
scroll-padding-top: 9rem;
scroll-behavior: smooth;
}

section{
padding: 3rem 7.5%;
}

.search-input {
    font-size: 1.6rem;
    color:var(--black-color);
    padding: 1rem;
    text-transform: none;
    border-radius: 3rem;
}
.header .search-form{
  position:absolute;
  top: 115%;
  right: 7%;
  background-color: #fff;
  width: 50rem;
  height: 5rem;
  display: flex;
  align-items: center;
  border-radius: 3rem;
  box-shadow: 0px 0px 25px 2px rgb(0 0 0 / 75%);
  transform: scaleY(0);
}
.header .search-form.active{
  transform: scaleY(1);
}
.header .search-form i{
  cursor: pointer;
  font-size: 2.2rem;
  margin-right: 1.5rem;
  color: var(--black-color);
}
.header .search-form input{
  width: 100%;
}
.header .logo img {
    height: 10rem;
    margin-top: 0.5rem;
}
.header{
    background: linear-gradient(rgb(3, 3, 3), rgb(33, 34, 33));
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 7%;
    margin: 2rem 7%;
    border-radius: 5rem;
    box-shadow: 10px 10px 15px 3px rgba(0,0,0,0.75);
    position: sticky;
    top: 0;
    z-index: 1000;
    background: transparent (100%);
    
}
.header .navbar{
  margin-left: 10rem;
}
.header .navbar a{
margin: 0 2rem;
font-size: 1.6rem;
color:beige;
border-bottom: 0.1rem solid transparent;
margin-left: 1rem;
}
.savbar{
  /* padding-top:3rem ;
  padding-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  width: 57%; */
  display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.savbar a{
box-shadow: 10px 10px 15px 3px rgba(0,0,0,0.75);  
margin-right: 5rem;
padding: 1rem;
font-size: 2rem;
color:beige;
border-radius: 10px;
}
.savbar a:hover{
 
color:rgb(243, 139, 20);

}
.header .navbar .active,
.header .navbar a:hover {
border-color:var(--main-color);
padding-bottom: 0.5rem;

}
.header .buttons button{
    cursor: pointer;
    font-size: 2rem;
    background-color: transparent;
    color: beige;
}
#menu-btn{
  display: none;
}

.menu .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 1.3rem;
}
.menu .box-container .box{
    padding: 2rem;
    background: linear-gradient(rgb(3, 3, 3), rgb(33, 34, 33));
    border-radius: 3rem;
    min-height: 10rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    box-shadow: 10px 10px 15px 3px rgba(0,0,0,0.75);
}
.menu .box-container .box img{
    width: 100%;
    object-fit: cover;
    
}
.menu .box-container .box h1{
    color: rgb(202, 203, 204);
    text-align: center;
}
.menu .box-container .box img:hover{
    -ms-transform: scale(1); /* IE 9 */
 -webkit-transform: scale(1); /* Safari 3-8 */
  transform: scale(1.3);
    
}
.kodfun-galeri{
  display: flex;
  height: 20rem;
  gap:1rem;
  
}
.kodfun-galeri div a{
  display: flex;
  /* font-size: 17px;
  padding: 0.5rem;
  padding-left: 0.6rem; */
  
  background-color: #a5a2a2;
  margin-top: 18rem; 
  
opacity:0;
} 
 .kodfun-galeri > div {
  flex: 1;
  border-radius: 3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: all .8s cubic-bezier(.25, .4, .45, 1.4);
} 

 .kodfun-galeri > div:hover {
  flex: 5;
} 

.parca{
  display: flex;
  
  justify-content: space-between;
}
.parca .menu1{
  background: linear-gradient(rgb(3, 3, 3), rgb(33, 34, 33));
  box-shadow: 10px 10px 15px 3px rgba(0,0,0,0.75);
  border-radius: 3rem;
  width: 20rem;
    
    
}
.parca .menu1 img{
width: 20rem;
height: 20rem;
}
/*! about start */
.about .row{
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
}

.about .row .image{
    padding-top: 3rem;
    flex: 1 1 20rem;
    opacity: 0.7;
}
.about .row .img{
    width: 100%;
}
.about .row .content{
    flex: 1 1 61rem;
}
.about .row .content p{
    font-size: 1.6rem;
    color: #ccc;
    padding: 6rem 0;
    line-height: 2.2rem;
}
.about h1{
color: rgb(202, 203, 204);
font-size: 2rem;
height: 4rem;
border-bottom: 0.1rem solid #363636;
}
/*! about end */

/*! contact start */
.contact h1{
    color: rgb(202, 203, 204);
    font-size: 2rem;
    height: 4rem;
    border-bottom: 0.1rem solid #363636;

}
.contact .row{
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    padding-top: 2rem;
    height: 35rem;
    
}
.contact .row .map{
    flex: 1 1 45rem;
    width: 100%;
    object-fit: cover;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 3rem;
}
.contact .row form{
    flex: 1 1 45rem;
}
/*! contact end */

/*! footer start */
  .footer {
    background-color: rgb(24, 23, 23);
    text-align: center;
  }
  .footer .search {
    display: flex;
    justify-content: center;
  }
  .footer .search .search-input {
    width: 30rem;
  }
  .footer .search .btn-primary { 
    background-color: var(--main-color);
    padding: 1rem 2rem;
    margin-left: 1rem;
    border-radius: 3rem;
  }
  .footer .share {
    padding: 1rem 0;
  }
  .footer .share a {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    color: #fff;
    font-size: 1.5rem;
    border: var(--border);
    border-radius: 50%;
    margin: 0.3rem;
  }
  .footer .share a:hover {
    background-color: var(--main-color);
  }
  .footer .links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    
  }
  .footer .links a {
    background-color: var(--main-color);
    padding: 0.7rem 2rem;
    color: #e7e5e5;
    font-size: 1.2rem;
    border: var(--border);
  }
  .footer .links a:hover {
    background-color: var(--black-color);
    opacity: 0.7;
  }
  .footer .links a.active{
    background-color: var(--black-color);
  }
  .footer .credit {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 300;
    padding-top: 1.5rem;
  }
  .footer .credit span {
    color: var(--main-color);
  }
/*! footer end */

/*! responsive start */
@media (max-width: 991px) {
  html {
    font-size: 55%;
}
.header{
  padding: 1.5rem 3rem;
  margin-left: 1rem;
  width: 93%;
}
.header .logo img{
  height: 8rem;
}
section{
  padding: 2rem;
  margin-top: 1rem;
}
.about .row .image img{
  height: 90%;
  
}
.about{
  padding-top: 2rem;
  width: 98%;
}
.about .row .content p{
 padding-top: 0rem;
  padding-right: 1rem;
}
.menu .box-container .box img{
height: 70%;
}
.menu .box-container .box{
  height: 80%;
  width: 60%;
}
.menu .box-container .box h1{
    font-size: 2rem;
}

}
@media (max-width: 991px) {
  
    
  .home .slider .slider-content .slider-item img{
  border-radius: 40px;
  width: 35%;
  height: 18rem;
  box-shadow: 10px 10px 15px 3px rgba(0,0,0,0.75);
  
    
    }
    .home .slider{
      padding-top: 3rem;
      height: 21rem;
      box-shadow: 10px 10px 15px 3px rgba(0,0,0,0);
      
    
    }
}
@media (max-width: 991px){
.contact .row .fr table td{
  font-size: 87%;
}
.contact{
  padding-bottom: 5rem;
  width: 98%;
}

}

@media (max-width: 768px) {
  #menu-btn {
    display: inline-block;
  }
  .header .navbar{
    position: absolute;
    top: 75%;
    background-color:rgb(32, 31, 31);
    height: calc(100vh - 65rem);
    width: 20rem;
    box-shadow: 0px 20px 14px 0px rgba(37, 37, 37, 0.75);
    right: -100%;
    border-radius: 2rem;
    
  }
    .header .navbar.active{
      right: 3rem;
    }
  
  .header .navbar a{
    color:rgb(241, 243, 243);
    display: block;
    margin: 1.5rem;
    padding: 0.5rem;
    font-size: 1.5rem;
  }
  .savbar{

  margin-right: 1.2rem;
  }
  .savbar a{
    font-size: 1.6rem;
    margin: 1.3rem;
  }
}
.ms{
  display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    gap: 1rem;
  
   padding: 3rem; 
}
.ms .ts .lk .sd{
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  
}

@media (max-width: 768px) {
  .ms{
    margin-right: 1rem;
    padding: 2rem ;
  }
  .ms .ts .lk .sd{
      
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
  }
  .ms .ts .lk .sd .tdImg .uy a img{
      width:114px;
      height:auto;
      
  }
  .ms .ts .lk .sd .tdImg .uy{
      
      height: auto;
      width:124px;
      
      
  }
  .ms .ts .lk .sd .tdImg {
      background-color: rgb(0, 0, 0);
      height: auto;
      width:127px;
      padding:1px;
      
  }
  .ms .ts .lk .sd .tdImg .text {
      font-size: 10.5px;
      
      
  }
}
.tablo {
  display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    padding-top: 4rem;
}
.tablo .tb .er{

  display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.tablo .tb .er .op{
  margin: 1rem;
}
@media (max-width: 768px){
.tablo .tb .er{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  
  
}

.tablo .tb .er .op a img{
  width:90%;
  
}
}
/*! responsive end */