@charset "UTF-8";

html {
  scroll-behavior: smooth;
}


a{
    text-decoration: none !important;
}

#preloader {
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    z-index:999998;
}
 
#status {
    width:130px;
    height:130px;
    position:absolute;
    left:50%;
    top:50%;
    background-image: url(../img/page-loader.gif);
	background-size: 100%;
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px   -100px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #fff;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #ccc;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #000;
  }


  *:active,
  *:hover {
    cursor: normal;
  }


@media only screen and (min-width: 1401px) {

  html, body {
    overflow-x:hidden;
    -webkit-text-size-adjust: none;
    touch-action: manipulation;
  } 

  body {
    /*
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
      */
      background-color: #fff !important;
      overflow: overlay;
      font-family: 'Plus Jakarta Sans', sans-serif !important;
      outline: none !important;
      font-weight: 500;
      color: #000 !important;
      -webkit-transition: all 0.2s ease-in-out;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-decoration: none;
      margin: auto;
      direction:ltr;
      overflow-x: hidden !important;
      height: auto;
  }

  .main-title{
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 30px;
    color: #2f5a51;
    display: block;
    font-weight: 800;
  }

  .main-subtitle{
    font-size: 10px;
    letter-spacing: 0px;
    line-height: 15px;
    color: rgb(47, 90, 81,0.5);
    display: block;
    font-weight: 800;
    letter-spacing: 2px;
  }

  .urun-frame{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    overflow: hidden;
    width: 100%;
    height: 450px;
    border-radius: 20px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.1s ease-in-out;
  }

  .urun-frame2{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    overflow: hidden;
    width: 100%;
    height: 300px;
    border-radius: 20px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.1s ease-in-out;
  }

  .urun-frame3{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    overflow: hidden;
    width: 100%;
    height: 200px;
    border-radius: 20px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.1s ease-in-out;
  }

  .urun-frame:active{
    opacity: 0.96;
    transform: translateY(5px);
    transition: 0.1s ease-in-out;
  }
  

  .urun-text-area{
    border-radius: 20px 20px 0px 0px;
    position: absolute;
    top:0px;
    left:0px;
    right:0px;
    margin: auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 150px;
    padding-top: 30px;
    height: auto;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  }

  .urun-title{
    transition: 0.1s ease-in-out;
    letter-spacing: -0.7px;
    font-size: 30px;
    color: #fff;
    display: block;
    font-weight: 800;
    line-height: 35px;
  }

  .urun-title-en{
    letter-spacing: 2px;
    font-size: 11px;
    color: rgba(255,255,255,0.85);
    display: block;
    font-weight: 800;
    line-height: 20px;
    font-style: italic;
  }

  .urun-subtitle{
    font-size: 13px;
    color: rgba(255,255,255,1);
    display: block;
    font-weight: 500;
    line-height: 20px;
  }

  .main-cta{
    width: 80%;
    height: auto;
    padding: 10px;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 700;
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(0,0,0,0.1);
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    box-shadow: 0px -10px 20px rgba(0,0,0,.2);
    position: absolute;
    left:0px;
    right:0px;
    bottom: 0px;
    margin: auto;
    text-align: center;
  }

  .nt1{
    margin-top: -2rem;
  }

  .nt2{
    margin-top: -3rem;
  }

  .nt3{
    margin-top: -4rem;
  }

  .nt4{
    margin-top: -5rem;
  }

  .main-bg{
    background-image: url(../images/main-bg.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-size:100%;
    width: 350px;
    margin: auto;
    height: 80vh;
    padding: 0px !important;
  }

}