.loader_bg{
  position: fixed;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background-color: black;
  text-align: center;
  
  
}
.ulli ul{
  padding-left: 0px;
}
.loader{
  height: 100vh;
  line-height: 100vh;
}
 .loader h1{
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Courgette', cursive;
  background-image: linear-gradient(
    -225deg,
    #decd0a 0%,
    #995809 29%,
    #eb9307 67%,
    #D5C056 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 1s linear infinite;
  display: inline-block;
      font-size: 100px;
      width: 100%;
      
       
       
}
.main-menu ul{
  padding-left: 0px;
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
 
       

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.all{
    width: 100%;
    height: auto;
    background-color: #111111; 
}
.header{
    width: 100%;
    height:100vh;
    background-image: linear-gradient(to right, rgba(255, 238, 238, 0.144), rgba(0, 0, 0, 0.314)), url(https://wallpaperaccess.com/full/3967963.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header nav{
    display: flex;
    justify-content: space-between;
    
}
.header nav i{
    font-size: 20px;
} 
.h11 {
    align-items: center;
    text-align: center;
    margin: auto;
    position: relative;
    top: 30%;
   
}
.h11{
    
    color: white;
    font-size: 50px;


}
.h11{
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
@keyframes scale {
  100% {
    transform: scale(1);
  }
}

.text span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
  font-family: 'Dancing Script', cursive;
}
 
span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}span:nth-child(2) {
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

  
@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.h11 h1{
    font-size: 80px!important;
    font-family: 'Dancing Script', cursive;
}
 .one{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: auto;
 }
 .one-img{
    width: 50%;
    flex-wrap: wrap;

 }
 .one-img img{
    width: 100%;
    height: 100vh;
    min-height: 600px;
 }
 .one-content{
    width: 50%;
    padding: 60px 88px;
 }
 .one-content h1{
    font-size: 70px;
 }
 .one-content p{
    font-size: 20px;
    padding: 12px;
 }
 .view{
  
        width: 33%;
        height: 44px;
        padding-top: 9px;
        margin-left: 10px;
        margin-top: 47px;
 }
 .gallery h2{
    color: white;
    text-align: center;
  }
  .uclu-sekil{
    width: 80%;
    height: 300px;
    margin-left: 10%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
   
  .l{
    width: 40%;
    overflow: hidden;
  
  }
  .l img{
    width: 95%;
    height: 300px;
    transition: 1s;
  
  }
  .s{
    width:30% ;
    overflow: hidden;
  
    
  }
  .s img{
    width: 95%;
    height: 300px;
    transition: 1s;
    overflow: hidden;
  
  }
  .footer{
    width: 100%;
    height: auto;
}
.footer ul{
list-style:none ;
}
.footer ul li{
    font-size: 23px;
}
  .ulli ul li a:hover{
    color: #dc9457;
  }
  .ulli{
    position: relative;
  }
  .uclu-sekil img:hover{
    transform: scale(1.2);
    transition: 1s;
    overflow: hidden;
  }
 
  .ulli:before{
    content: "";
    position: absolute;
    width: 1%;
    height: 189px;
    background-color: #cfa670;
    left: 5%;
    top: 0;
  }
  .ulli:after{
    content: "";
    position: absolute;
    width: 1%;
    height: 189px;
    background-color:#cfa670;
    right: 5%;
    z-index: 1111111;
    top: 0;
  }ul li a{
    text-decoration: none;
    color: white;
  }
  
  .main-menu{
    width: 20%;
    height: 100vh;
    background-color: black;
    position: fixed;
    top: 0;
    right: -37%;
    text-align: center;
     transition: 1s;
     z-index: 1;
  }
  .main-menu .fa-xmark{
    position: absolute;
    right: 11px;
    top: 4px;
    font-size: 30px;
    color: white;
  }
  .main-menu ul li a{
    color: #989898;
    text-decoration: none;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
 
  }
  .main-menu ul {
     list-style: none;
  }
  .main-menu ul li {
    margin-top: 15px;
  }
  .adrs address{
    color: #989898;
    padding: 0 14px;


  }
  .reveal2{
    position: relative;
    transform:scale(0.9);
    opacity: 0;
    transition: 1s all ease;
  }
  .reveal2.active{
    transform: scale(1);
    opacity: 1;
  }
  @media only screen and (max-width: 767px) {
    .main-menu {
      width: 100%;
      display: none;
    }
    .loader h1{
      font-size: 80px;
    }
    .ulli{
      padding: 10px;
    }
    .ulli ul{
      padding-left: 0px;
    }
     .onee{
      flex-direction: column-reverse;
     }
    .one-img{
      flex-wrap: wrap;
      width: 100%;
    }
    .one-img img{
      object-fit: cover;
    }
    .one-content{
      width: 100%;
      padding: 60px 18px;
   }
   .one-content h1{
      font-size: 30px;
      padding: 0 12px;
   }
   .one-content p{
      font-size: 20px;
      padding: 12px;
   }
   .uclu-sekil{
    flex-wrap: wrap;
    height: auto;
    object-fit: cover;
  }
  .s{
    width: 100%;
    margin-bottom: 20px;
  }
  .s img{
    width: 100%;
    margin: auto;
  
  }
  .l{
    width: 100%;
    margin-bottom: 20px;
  }
  .l img{
    width: 100%;
  }
  .ulli{
    padding: 10px;
  }
  .ulli ul{
    padding-left: 0px;
  }
  .coll{
    padding-top: 20px;
  }
  .ulli:after{
    content: "";
    position: absolute;
    width: 90%;
    height: 3px;
    background-color:#cfa670;
    left: 5%;
     top:100%;
     margin: auto;
  }
  .ulli:before{
    content: "";
    position: absolute;
    width: 90%;
    height: 3px;
    background-color:#cfa670;
    right: 40px ;
    z-index: 1111111;
    top: 0;
    margin: auto;
  }
    .h11 h1{
      font-size: 51px!important;
    }

     

   
  }
  @media only screen and (min-width: 768px ) and (max-width: 1024px ) {
    .one-content h1 {
      font-size: 49px;
  }
  .one-content {
    width: 50%;
    padding: 59px 37px;
}
.one-img img {
  
   height: 600px;
}
.uclu-sekil img{
  object-fit:cover;
}
.main-menu {
  width: 35%;
  height: 100vh;
}
.footer .row>* {
  width: 33%;
  }
 
}