

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}
@font-face {
font-family: 'Barlow-Black';
src: url('Barlow-Black.ttf');
}

@font-face {
font-family: 'Barlow-BlackItalic';
src: url('Barlow-BlackItalic.ttf');
}
@font-face {
font-family: 'Barlow-Bold';
src: url('Barlow-Bold.ttf');
}
@font-face {
font-family: 'Barlow-BoldItalic';
src: url('Barlow-BoldItalic.ttf');
}
@font-face {
font-family: 'Barlow-ExtraBold';
src: url('Barlow-ExtraBold.ttf');
}@font-face {
font-family: 'Barlow-ExtraBoldItalic';
src: url('Barlow-ExtraBoldItalic.ttf');
}
@font-face {
font-family: 'Barlow-ExtraLight';
src: url('Barlow-ExtraLight.ttf');
}
@font-face {
font-family: 'Barlow-ExtraLightItalic';
src: url('Barlow-ExtraLightItalic.ttf');
}@font-face {
font-family: 'Barlow-Italic';
src: url('Barlow-Italic.ttf');
}@font-face {
font-family: 'Barlow-Light';
src: url('Barlow-Light.ttf');
}@font-face {
font-family: 'Barlow-LightItalic';
src: url('Barlow-LightItalic.ttf');
}
@font-face {
font-family: 'Barlow-Medium';
src: url('Barlow-Medium.ttf');
}
@font-face {
font-family: 'Barlow-MediumItalic';
src: url('Barlow-MediumItalic.ttf');
}
@font-face {
font-family: 'Barlow-Regular';
src: url('Barlow-Regular.ttf');
}
@font-face {
font-family: 'Barlow-SemiBold';
src: url('Barlow-SemiBold.ttf');
}
@font-face {
font-family: 'Barlow-SemiBoldItalic';
src: url('Barlow-SemiBoldItalic.ttf');
}
@font-face {
font-family: 'Barlow-Thin';
src: url('Barlow-Thin.ttf');
}
@font-face {
font-family: 'Barlow-ThinItalic';
src: url('Barlow-ThinItalic.ttf');
}
* {
  font-family: "Barlow-Light", sans-serif !important;
}

body {
  overscroll-behavior: none;
}
a, a:hover{
  text-decoration: none !important;
}
.js-title {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 150px;
  font-weight: bold;
}

.js-title:nth-child(1) {
  color: #1dffff;
}

.js-title:nth-child(2) {
  color: #fe0604;
  mix-blend-mode: color;
}

#header{
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 80%;
  height: 80px;
  display: flex;
  align-items: center;

  justify-content: space-between;


}

#header img{
 
}
#header i{color: #fff;font-size: 40px;cursor: pointer;}

#scrollsmoother-container .relative .img-icerik{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*border-bottom: 10px solid #000000a1;*/
}
#scrollsmoother-container .relative .img-icerik:after{
  content:'';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #0000003d;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
#scrollsmoother-container .relative .img-icerik h1{
  font-size: 80px;
  color: #fff;
  position: relative;
  z-index: 1;

}
#scrollsmoother-container .relative .img-icerik *{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
#scrollsmoother-container .relative .img-icerik a{width:auto}
#scrollsmoother-container .relative .img-icerik a{
    font-size: 18px;
    border: 1px solid #ffffff52;
    background: #ffffff;
    color: #000000;
    padding: 10px 50px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    font-weight: 500;
}

#left-menu{
  position: fixed;
  z-index: 999;
  left: -400px;
  top: 80px;
  width: 400px;
  height: 100%;
 
background: linear-gradient(180deg, #00000014 15%, rgb(0 0 0 / 20%));
    backdrop-filter: blur(20px);
}
#left-menu i{
  position: fixed;
  top: 30px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
#left-menu ul{
  margin-top: 100px;
  width: 90%;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
#left-menu ul li{
    left: -400px;
    position: relative;
}
#left-menu ul li a{
  color: #efefef;
  font-size: 3rem;
  font-weight:300 !important;

  letter-spacing: .3rem;
}
#left-menu ul li a:hover{
  color: #fff;
}

#left-menu-modeller{
  position: fixed;
  z-index: 999;
  left: -400px;
  top: 80px;
  width: 400px;
  height: 100%;
background: linear-gradient(180deg, #00000014 15%, rgb(0 0 0 / 20%));
    backdrop-filter: blur(20px);
}
#left-menu-modeller i{
  position: fixed;
  top: 30px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
#left-menu-modeller ul{
  margin-top: 100px;
  width: 90%;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
#left-menu-modeller ul li{
    left: -400px;
    position: relative;
}
#left-menu-modeller ul li a{
  color: #efefef;
  font-size: 3rem;
  font-weight:300 !important;

  letter-spacing: .3rem;
}
#left-menu-modeller ul li a:hover{
  color: #fff;
}

#footer-form{
  background: #151515;
  color: #fff;
  padding: 30px 0px;
  border-top: 4px solid #4c4c4c;
}
#footer-form .form-sol h1{
    font-size: 30px;
    margin-bottom: 30px;
}
#footer-form .form-sol ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#footer-form .form-sol ul li{
    display: flex;
    gap: 10px;
    align-items: center;
}
#footer-form .form-sol ul li i{
    font-size: 30px;
}
#footer-form .form-sol ul li span{}
#footer-form input, #footer-form textarea{
    background: no-repeat;
    border: none;
    border-bottom: 1px solid #343434;
    border-radius: 0px;
    margin-bottom: 40px;
}
#footer{
    text-align: center;
    padding: 20px 0px;
    background: #000;
    color: #fff;
    border-top: 1px solid #2e2e2e;
}
.form-control:focus{box-shadow: unset !important}
.py-44{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.sosyal{display: flex !important; flex-direction: row !important; margin-top: 45px !important;}
.sosyal li a{
    border: 1px solid #ddd;
    padding: 0px 5px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1023px) {
 
    #left-menu ul li a{
     
        font-size: 2.5rem;
         line-height: 50px;
}
#left-menu-modeller ul li a{
   font-size: 2.5rem;
         line-height: 50px;
}
    #scrollsmoother-container .relative .img-icerik *{
        width:80% !important;
        font-size: 2.2rem !important;
    }
}
@media only screen and (max-width:600px){
      #left-menu ul li a{
     
        font-size: 1.2rem;
        line-height: 40px;
       
}
#left-menu-modeller ul li a{
         font-size: 1.2rem;
        line-height: 40px;
}
  #header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px;
}
  #header a{}
  #header a img{}
#scrollsmoother-container .relative .img-icerik h1{
    width: 80%;
    font-size: 49px;
}
  #scrollsmoother-container .relative .img-icerik *{
    width: 100%;
    font-size: 2.5rem !important;
}
#scrollsmoother-container .relative .img-icerik a{
    font-size:18px !important;
}
  .form-sol{margin-bottom:50px}
  #left-menu{width:300px}
  #left-menu-modeller{
    width: 200px;
}
#modeller li{
}
#modeller li img{}
#modeller li b{
    font-size: 20px !important;
    bottom: 41px !important;
}
#modeller li a{
    bottom: 10px !important;
    font-size: 13px;
    padding: 3px 7px !important;
    left: calc(50% - 40px) !important;
}
}

#modeller{position: fixed;z-index: 999;top: 80px;left: -100%;width: calc(100% - 400px);height: 100%; background: linear-gradient(180deg, #00000014 15%, rgb(0 0 0 / 20%));backdrop-filter: blur(20px);border-left: 1px solid #8b8b8b63;}
#modeller li{
    display: none;
    position: relative;
}
#modeller li:after{
  content:'';
  position:absolute;
  z-index:1;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background:#000;
  opacity: 0.4;
}
#modeller li:nth-child(1){display: block;}
#modeller li img{
    width: 100%;
}
#modeller li a{
    position: absolute;
    z-index: 18;
    bottom: 50%;
    left: calc(50% - 70px);
    background: #ffffff;
    color: #000000;
    padding: 10px 20px;
    border-radius: 5px;
}
#modeller li b{
    position: absolute;
    z-index: 18;
    bottom: 55%;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 74px;
}
