@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch&display=swap');
body{
    text-align: justify;
    text-justify: inter-word;
}
.up-menu{
    background-color: #8f8c8c82;
    position: fixed;
    overflow: hidden;
    z-index: 1;
    top: 2%;
    width: 100%;
    height: 10%;
    max-height: 10%;
    transition: top 0.3s;
}
.up-menu--hidden {
    top: -100%; /* Move the menu off-screen */
    transition: top 0.3s; /* Apply a smooth transition effect */
}
.nlogo{
    position: relative;
    left: 2%;
    top: 22%;
}
#nelit-logo img{
    height: 10%;
    width: 10%;
}
.sidebar{
    position: relative;
    top: -20%;
    width: 75%;
    font-size: 18px;
    height: 50%;
    left: 17%;
    font-weight: bold;
}
.links a {
    text-decoration: none;
    --c: #1095c1; 
    --s: .2em;
    line-height: 1.1em;
    color: var(--c);
    color: #dad7d7;
    padding-right: 30px;
    position: relative;
    transition: color 0.5s;
    cursor: pointer;
}
.links a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px; /* çizginin çıkacağı konum */
    width: 80%; /* çizginin boyutu */
    height: var(--s);
    background: var(--c);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.5s;
}
.links a:hover {
    color: var(--c);
}
.links a:hover::before {
    transform: scaleX(1);
}
.social{
    position: relative;
    width: 10%;
    height: 35%;
    top: -70%;
    left: 93%;
}
.social a {
   position: relative;
   padding-right: 10px;
   color: #f2f2f2;
}
#insta img{
    height: 70%;
    width: 10%;
}
#twitter img{
    height: 70%;
    width: 10%;
}
#linkedin img{
    height: 70%;
    width: 10%;
}
body{
    overflow-y: scroll;
    background-color: rgb(2 2 2);
    font-family: 'Chakra Petch', sans-serif;
    text-align: justify;
    color: white;
    overflow-x: hidden;
    overflow-y: scroll;
}
#menu__toggle {
    opacity: 0;
  }
  #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
  }
  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    left: 0 !important;
  }
  .hamburger-menu{
    visibility: hidden;
  }
  .menu__btn {
    position: fixed;
    top: 2000000000px;
    left: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #616161;
    transition-duration: .25s;
  }
  .menu__btn > span::before {
    content: '';
    top: -8px;
  }
  .menu__btn > span::after {
    content: '';
    top: 8px;
  }
  .menu__box {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 30%;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    color: white;
    text-decoration: none;
    background-color: #879aa7;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
  }
  .menu__box li{
    position: relative;
    left: 5%;
    padding-top: 5%;
  }
  .menu__box li:first-child{
    padding-top: 10%;
  }
  .menu__box li a{
    font-family: 'Chakra Petch', sans-serif;
    text-decoration: none;
    color: white;
  }
  .menu__box li a:hover{
    background-color: #dad7d7;
    color: black;
  }
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: white;
    font-size: 2rem;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
  }
  .menu__item:hover {
    background-color: #CFD8DC;
  }

button:hover{
    background-color: white;
    color: rgb(2 2 2);
}

.container{
    position: relative;
    width: 100%;
    height: 100%;
    top: 0%;
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
.container::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}
body::-webkit-scrollbar{
    display: none;
}
.referanslar{
    position: absolute;
    z-index: 5;
    top: 20%;
    left: 10%;
    width: 80%;
    height: 600%;
}
.tabletitle{
    width: 20%;
    font-size: 30px;
    position: relative;
    left: 40%;
}
.referans{
    height: 95%;
}
.RefTable{
    height: 100%;
    background: transparent;
    border-radius: 25px;
}
.RefTable img{
    position: relative;
    height: 40%;
}
.RefTable td {
    border-radius: 25px;
    background-color: rgb(255, 255, 255);
    width: 10%;
    height: 1%; 
  }

.RefTable p{
    color: black;
    text-align: center;
    position: relative;
    bottom: -10%;
}
.cb img{
    width: 10rem;
    height: 10rem;
    position: relative;
    left: 15%;
    top: 10%;
}
.cb p{
    position: relative;
    top: 20%;
}
.cbyat img{
    width: 12rem;
    height: 4rem;
    position: relative;
    top: 25%;
    left: 6%;
}
.cbyat p{
    position: relative;
    top: 50%;
}
.cbdij img{
    width: 16rem;
    height: 10rem;
    position: relative;
    left: -5%;
    top: 10%;
}
.cbdij p{
    position: relative;
    top: 20%;
}
.tbmm img{
    width: 11rem;
    height: 11rem;
    position: relative;
    left: 12%;
    top: 8%;
}
.tbmm p{
    position: relative;
    top: 15%;
}
.merkezbank img{
    width: 11rem;
    height: 10rem;
    position: relative;
    left: 10%;
    top: 10%;
}
.merkezbank p{
    position: relative;
    top: 20%;
}
.adalet img{
    width: 10rem;
    height: 10rem;
    position: relative;
    left: 15%;
    top: 10%;
}
.adalet p{
    position: relative;
    top: 20%;
}
.ailebak img{
    width: 10rem;
    height: 10rem;
    position: relative;
    left: 15%;
    top: 10%;
}
.ailebak p{
    position: relative;
    top: 20%;
}
.icisleri img{
    width: 9rem;
    height: 10rem;
    position: relative;
    left: 18%;
    top: 10%;
}
.icisleri p{
    position: relative;
    top: 20%;
}
.tsk img{
    width: 10rem;
    height: 12rem;
    position: relative;
    left: 15%;
    top: 10%;
}
.tsk p{
    position: relative;
    top: 12%;
}
.jandarma img{
    width: 8rem;
    height: 9rem;
    position: relative;
    left: 22%;
    top: 10%;
}
.jandarma p{
    position: relative;
    top: 25%;
}
.teias img{
    width: 8rem;
    height: 11rem;
    position: relative;
    top: 10%;
    left: 20%;
}
.teias p{
    position: relative;
    top: 15%;
}
.MKE img{
    height: 13rem;
    width: 13rem;
    position: relative;
    top: 0%;
    left: 5%;
}
.MKE p{
    position: relative;
    top: 5%;
}
.roketsan img{
    width: 10rem;
    height: 10rem;
    position: relative;
    left: 15%;
    top: 10%;
}
.roketsan p{
    position: relative;
    top: 20%;
}
.havelsan img{
    width: 13rem;
    height: 10rem;
    position: relative;
    left: 5%;
    top: 10%;
}
.havelsan p{
    position: relative;
    top: 20%;
}
.havelsanradar img{
    width: 12rem;
    height: 10rem;
    position: relative;
    left: 8%;
    top: 10%;
}
.havelsanradar p{
    position: relative;
    top: 20%;
}
.yargitay img{
    width: 10rem;
    height: 10rem;
    position: relative;
    left: 15%;
    top: 10%;
}
.yargitay p{
    position: relative;
    top: 20%;
}
.illerbank img{
    width: 10rem;
    height: 10rem;
    position: relative;
    left: 15%;
    top: 10%;
}
.illerbank p{
    position: relative;
    top: 20%;
}
.ssk img{
    width: 10rem;
    height: 10rem;
    position: relative;
    left: 18%;
    top: 10%;
}
.ssk p{
    position: relative;
    top: 20%;
}
.karayollari img{
    width: 10rem;
    height: 10rem;
    position: relative;
    left: 15%;
    top: 10%;
}
.karayollari p{
    position: relative;
    top: 20%;
}
.devhava img{
    width: 10rem;
    height: 10rem;
    position: relative;
    left: 15%;
    top: 10%;
}
.devhava p{
    position: relative;
    top: 20%;
}
.anitkabir img{
    width: 12rem;
    height: 12rem;
    position: relative;
    left: 10%;
    top: 5%;
}
.anitkabir p{
    position: relative;
    top: 10%;
}
.kamuihale img{
    width: 10rem;
    height: 10rem;
    position: relative;
    left: 15%;
    top: 10%;
}
.kamuihale p{
    position: relative;
    top: 20%;
}
.biltek img{
    width: 15rem;
    height: 10rem;
    position: relative;
    top: 10%;
}
.biltek p{
    position: relative;
    top: 20%;
}
.ibb img{
    width: 12rem;
    height: 5rem;
    position: relative;
    left: 8.5%;
    top: 25%;    
}
.ibb p{
    position: relative;
    top: 45%;
}
.isoto img{
    width: 16rem;
    height: 4rem;
    position: relative;
    left: 15%;
    top: 20%;
}
.isoto p{
    position: relative;
    top: 48%;
}
.isbil img{
    width: 12rem;
    height: 7rem;
    position: relative;
    left: 8%;
    top: 10%;
}
.isbil p{
    position: relative;
    top: 34%;
}
.isgaz img{
    width: 11.5rem;
    height: 7.8rem;
    position: relative;
    left: 10%;
    top: 15%;
}
.isgaz p{
    position: relative;
    top: 30%;
}
.abb img{
    width: 8.5rem;
    height: 10rem;
    position: relative;
    left: 20%;
    top: 10%;
}
.abb p{
    position: relative;
    top: 20%;
}
.ankapark img{
    width: 10rem;
    height: 10rem;
    position: relative;
    left: 15%;
    top: 10%;
}
.ankapark p{
    position: relative;
    top: 20%;
}
.kbb img{
    width: 10rem;
    height: 10rem;
    position: relative;
    left: 15%;
    top: 10%;
}
.kbb p{
    position: relative;
    top: 20%;
}
.kayula img{
    width: 10rem;
    height: 5rem;
    position: relative;
    left: 15%;
    top: 25%;
}
.kayula p{
    position: relative;
    top: 45%;
}
.akbel img{
    width: 10rem;
    height: 10rem;
    position: relative;
    top: 10%;
    left: 15%;
}
.akbel p{
    position: relative;
    top: 20%;
}
.malbb img{
    width: 10rem;
    height: 10rem;
    position: relative;
    left: 12%;
    top: 10%;
}
.malbb p{
    position: relative;
    top: 20%;
}
.telekom img{
    width: 11rem;
    height: 10rem;
    position: relative;
    top: 10%;
    left: 15%;
}
.telekom p{
    position: relative;
    top: 20%;
}
.turksat img{
    width: 10rem;
    height: 10rem;
    position: relative;
    top: 10%;
    left: 15%;
}
.turksat p{
    position: relative;
    top: 20%;
}
.ted img{
    width: 10rem;
    height: 10rem;
    position: relative;
    top: 10%;
    left: 15%;
}
.ted p{
    position: relative;
    top: 20%;
}
.gazi img{
    width: 10rem;
    height: 10rem;
    position: relative;
    top: 10%;
    left: 15%;
}
.gazi p{
    position: relative;
    top: 20%;
}
.gazihas img{
    width: 12rem;
    height: 10rem;
    position: relative;
    top: 10%;
    left: 9.5%;
}
.gazihas p{
    position: relative;
    top: 20%;
}
.dau img{
    width: 10rem;
    height: 10rem;
    position: relative;
    left: 15%;
    top: 10%;
}
.dau p{
    position: relative;
    top: 20%;
}
.nato img{
    width: 12rem;
    height: 7rem;
    position: relative;
    top: 16%;
    left: 8%;
}
.nato p{
    position: relative;
    top: 35%;
}
.litvan img{
    width: 8rem;
    height: 10rem;
    position: relative;
    left: 20%;
    top: 10%;
}
.litvan p{
    position: relative;
    top: 20%;
}
.camii img{
    width: 12rem;
    height: 12rem;
    position: relative;
    top: 10%;
    left: 10%;
}
.camii p{
    position: relative;
    top: 10%;
}
.cfn img{
    height: 6rem;
    width: 12rem;
    position: relative;
    left: 10%;
    top: 20%;
}
.cfn p{
    position: relative;
    top: 40%;
}
.firat img{
    height: 8rem;
    width: 12rem;
    position: relative;
    left: 8%;
    top: 15%;
}
.firat p{
    position: relative;
    top: 30%;
}
.otel img{
    height: 12rem;
    width: 12rem;
    position: relative;
    top: 10%;
    left: 10%;
}
.otel p{
    position: relative;
    top: 10%;
}
.hill img{
    width: 10rem;
    height: 10rem;
    position: relative;
    top: 10%;
    left: 15%;
}
.hill p{
    position: relative;
    top: 20%;
}
.tav img{
    width: 12rem;
    height: 10rem;
    position: relative;
    top: 10%;
    left: 9%;
}
.tav p{
    position: relative;
    top: 20%;
}
.nextlvl img{
    width: 10rem;
    height: 10rem;
    position: relative;
    top: 10%;
    left: 15%;
}
.nextlvl p{
    position: relative;
    top: 20%;
}
.ronesans img{
    width: 10rem;
    height: 10rem;
    border-radius: 10px;
    position: relative;
    top: 10%;
    left: 15%;
}
.ronesans p{
    position: relative;
    top: 20%;
}
.sinpas img{
    width: 10rem;
    height: 10rem;
    position: relative;
    top: 10%;
    left: 15%;
}
.sinpas p{
    position: relative;
    top: 20%;
}
.tumas img{
    width: 10rem;
    height: 10rem;
    border-radius: 10px;
    position: relative;
    top: 10%;
    left: 15%;
}
.tumas p{
    position: relative;
    top: 20%;
}
.yenigun img{
    width: 12rem;
    height: 6rem;
    border-radius: 15px;
    position: relative;
    top: 20%;
    left: 9%;
}
.yenigun p{
    position: relative;
    top: 40%;
}
.celik img{
    width: 10rem;
    height: 10rem;
    position: relative;
    top: 10%;
    left: 15%;
}
.celik p{
    position: relative;
    top: 20%;
}
.nata img{
    width: 10rem;
    height: 10rem;
    position: relative;
    top: 10%;
    left: 15%;
}
.nata p{
    position: relative;
    top: 20%;
}
.daax img{
    width: 12rem;
    height: 6rem;
    position: relative;
    top: 20%;
    left: 8%;
}
.daax p{
    position: relative;
    top: 40%;
}
.turkseven img{
    width: 12rem;
    height: 6rem;
    border-radius: 15px;
    position: relative;
    top: 20%;
    left: 10%;
}
.turkseven p{
    position: relative;
    top: 40%;
}
.emi img{
    width: 11rem;
    height: 6rem;
    border-radius: 10px;
    position: relative;
    top: 20%;
    left: 15%;
}
.emi p{
    position: relative;
    top: 40%;
    
}
.tasyapi img{
    width: 12rem;
    height: 8rem;
    position: relative;
    top: 15%;
    left: 9%;
}
.tasyapi p{
    position: relative;
    top: 30%;
}
.bozankaya img{
    width: 10rem;
    height: 6rem;
    border-radius: 10px;
    position: relative;
    top: 20%;
    left: 15%;
}
.bozankaya p{
    position: relative;
    top: 40%;
}
.gentas img{
    width: 13rem;
    height: 4rem;
    position: relative;
    left: 15%;
    top: 25%;
}
.gentas p{
    position: relative;
    top: 50%;
}
.emek img{
    width: 12rem;
    height: 5rem;
    position: relative;
    top: 20%;
    left: 9%;
}
.emek p{
    position: relative;
    top: 45%;
}
.intaya img{
    width: 10rem;
    height: 10rem;
    position: relative;
    top: 10%;
    left: 15%;
}
.intaya p{
    position: relative;
    top: 20%;
}
.sosyal img{
    width: 12rem;
    height: 6rem;
    position: relative;
    left: 15%;
    top: 20%;
}
.sosyal p{
    position: relative;
    top: 40%;
}
.atak img{
    width: 10rem;
    height: 10rem;
    position: relative;
    top: 10%;
    left: 15%;
}
.atak p{
    position: relative;
    top: 20%;
}
.seha img{
    width: 12rem;
    height: 5rem;
    position: relative;
    top: 25%;
    left: 9%;
}
.seha p{
    position: relative;
    top: 45%;
}
.highlife img{
    width: 10rem;
    height: 10rem;
    border-radius: 15px;
    position: relative;
    top: 10%;
    left: 15%;
}
.highlife p{
    position: relative;
    top: 20%;
}
.altinordu img{
    width: 10rem;
    height: 10rem;
    border-radius: 10px;
    position: relative;
    top: 10%;
    left: 15%;
}
.altinordu p{
    position: relative;
    top: 20%;
}
.ardic img{
    width: 10rem;
    height: 6rem;
    position: relative;
    top: 20%;
    left: 15%;
}
.ardic p{
    position: relative;
    top: 40%;
}
.erkem img{
    width: 10rem;
    height: 10rem;
    border-radius: 10px;
    position: relative;
    top: 10%;
    left: 15%;
}
.erkem p{
    position: relative;
    top: 20%;
}
.belbeton img{
    width: 10rem;
    height: 10rem;
    position: relative;
    top: 10%;
    left: 15%;
}
.belbeton p{
    position: relative;
    top: 20%;
}
.lilyum img{
    width: 12rem;
    height: 8rem;
    border-radius: 10px;
    position: relative;
    top: 20%;
    left: 10%;
}
.lilyum p{
    position: relative;
    top: 30%;
}
.desen img{
    width: 10rem;
    height: 10rem;
    position: relative;
    top: 10%;
    left: 15%;
}
.desen p{
    position: relative;
    top: 20%;
}
.page{
    height: 100%;
    max-width: 100%;
    margin-right: -50px; /* Maximum width of scrollbar */
    padding-right: 50px; /* Maximum width of scrollbar */
    padding-bottom: 100px;
    margin-bottom: 100px;
    top: 10%;
}
.reftitle{
    position: absolute;
    top: 10%;
    left: 40%;
    color: white;
    font-size: 40px;
}
.tableplswork{
    display: flex;
    order: 5;
    flex-direction: row;
    flex-wrap: wrap;
    flex-grow: 6;
    width: 80%;
    height: 500%;
    position: relative;
    left: 10%;
    top: 15rem;
}
.tableplswork img{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

.tableplswork p{
    color:  black;
    text-align: center;
}
.tableplswork > div {
    /* Your styles here */
    width: 15rem;
    height: 20rem;
    background-color: white;
    border: 4px solid rgb(92, 91, 91);
    border-radius: 25px;
    margin-bottom: 10px; /* Adjust the value as needed */
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out;
}
.tableplswork >div:hover {
    transform: translateZ(60px);
    /*box-shadow: 0px 0px 30px rgb(250, 2, 2);*/
}
.tableplswork img{
    transition: transform 0.3s ease-in-out;
}
.tableplswork > div:hover img {
    transform: scale(1.2);
}
.tableplswork> div p{
    transition: transform 0.3s ease-in-out;
}


#bilgi{
    position: absolute;
    left: 8%;
    top: 30%;
    width: 80%;
    height: 100%;
}
.bg-bilgi{
    position: absolute;
    left: 27%;
    width: 40%;
    height: 40%;
    top: 8%;
}
.sub-bilgi-title{
    font-size: 30px;
    font: bold;
    position: relative;
    top: 20%;
}
.sub-bilgi-text{
    font-size: 1.3rem;
    position: relative;
    left: 2.7%;
    top: 20%;
}
.sub-bbilgi{
    background:transparent ;
    color: white;
    border: 3px solid white;
    border-radius: 50px;
    width: 6%;
    height: 4%;
    font-size: 18px;
    position: relative;
    top: 20%;
}
#ai{
    position: absolute;
    left: 8%;
    top: 50%;
    width: 80%;
    height: 120%;
}
.bg-ai{
    position: absolute;
    left: 30%;
    width: 40%;
    height: 45%;
    top: 10%;
}
.sub-ai-title{
    font-size: 30px;
    font: bold;
}
.sub-ai-text{
    font-size: 1.3rem;
    position: relative;
    left: 2.7%;
}
.sub-bai{
    background:transparent ;
    color: white;
    border: 3px solid white;
    border-radius: 50px;
    width: 6%;
    height: 4%;
    font-size: 18px;
    position: absolute;
    top: 115%;
}
#oto{
    position: absolute;
    left: 8%;
    width: 80%;
    height: 100%;
}
.bg-oto{
    position: absolute;
    left: 30%;
    width: 40%;
    height: 40%;
    top: 12%;
}
.sub-oto-title{
    font-size: 30px;
    font: bold;
    position: absolute;
    top: 35%;
}
.sub-oto-text{
    font-size: 1.3rem;
    position: absolute;
    left: 2.7%;
    top: 42%;
}
.sub-boto{
    background:transparent ;
    color: white;
    border: 3px solid white;
    border-radius: 50px;
    width: 6%;
    height: 10%;
    font-size: 18px;
    position: relative;
}
#soft{
    position: absolute;
    left: 8%;
    width: 80%;
    height: 100%;
}
.bg-soft{
    position: absolute;
    left: 30%;
    width: 30rem;
    height: 30rem;
    top: 5rem;
}
.sub-soft-title{
    font-size: 30px;
    font: bold;
    position: absolute;
    top: 40%;
}
.sub-soft-text{
    font-size: 1.3rem;
    position: absolute;
    top: 50%;
    left: 2.7%;
}
.sub-bsoft{
    background:transparent ;
    color: white;
    border: 3px solid white;
    border-radius: 50px;
    width: 10%;
    height: 18%;
    font-size: 18px;
    position: absolute;
    top: 100%;
}
#ik{
    position: absolute;
    left: 8%;
    width: 80%;
    top: 10%;
    height: 100%;
}
.sub-ik-title{
    font-size: 30px;
    font: bold;
    position: relative;
    
}
.sub-ik-text{
    font-size: 1.3rem;
    position: relative;
    left: 2.7%;
    
}
.sub-bik{
    background:transparent ;
    color: white;
    border: 3px solid white;
    border-radius: 50px;
    width: 10%;
    height: 2%;
    font-size: 18px;
    position: relative;
    top: 10%;
}
#kurum{
    position: relative;
    left: 8%;
    width: 80%;
    height: 40%;
}
.bg-kurum{
    position: relative;
    left: 20%;
    width: 55%;
    height: 40%;
    top: 5%;
}
.sub-kurum-title{
    font-size: 40px;
    font: bold;
}
.sub-kurum-text{
    font-size: 1.3rem;
    position: relative;
    left: 2.7%;
}
.sub-bkurum{
    background:transparent ;
    color: white;
    border: 3px solid white;
    border-radius: 50px;
    width: 6%;
    height: 8%;
    font-size: 18px;
    position: relative;
}
@media (max-width: 1800px){
    .links{
        position: relative;
        left: -4%;
        width: 105%;
    } 
    
}
@media (max-width: 1700px){
    .links{
        font-size: 16.5px;
    }
    
}
@media (max-width: 1650px){
    .links{
        font-weight: normal;
        left: -9%;
        font-size: 17px;
        top: 10%;
        width: 110%;
    }
    .nlogo{
        width: 80%;
        left: 1%;
        top: 20%;
    }
    .social{
        top: -65%;
        height: 30%;
    }
}
@media (max-width: 1600px){
    .links{
        font-size: 17px;
        left: -5%;
    }
    
}
@media (max-width: 1590px){
    .links{
        left: -8%;
        width: 115%;
    }
}
@media (max-width: 1536px) {
    .links{
        font-size: 18px;
    }
    .nlogo{
        top: 22%;
    }
    .social{
        left: 94%;
        top: -62%;
    }
    .social a{
        padding-right: 5px;
    }
    .links a{
        padding-right: 5px;
    }
    #insta img{
        width: 10%;
        height: 60%;
    }
    #twitter img{
        width: 10%;
        height: 60%;
    }
    #linkedin img{
        width: 10%;
        height: 60%;
    }
   .page button{
    width: 10%;
    height: 15%;
   }
   .sub-bai{
    bottom: 2%;
   }
   .page p{
    font-size: 20px;
   }
   .page h3{
    font-size: 30px;
   }
}
@media (max-width:1400px){
    .links{
        font-size: 17px;
        width: 118%;
        left: -10%;
    }
    .social a{
        padding-right: 2px;
    }
    .nlogo{
        left: 0.2%;
    }

    .nlogo{
        right: 40%;
    }
    .page button{
        width: 10%;
        height: 15%;
    }
    .reftitle{
        left: 40%;
    }
    .bg-oto{
        width: 70%;
        left: 15%;
    }
    .bg-bilgi{
        width: 60%;
        left: 20%;
    }
    .bg-ai{
        left: 20%;
        width: 60%;
    }
    
}
@media (max-width: 1280px) {
    .links{
        left: -8%;
        font-size: 16px;
        top: 30%;
    }
    .social{
        left: 95%;
        top: -55%;
    }
    .nlogo{
        right: 68%;
    }
    .bg-bilgi{
        width: 50%;
        left: 20%;
    }
    .page p{
        font-size: 18px;
    }
    .page h3{
        font-size: 20px;
    }
    .reftitle{
        left: 35%;
    }
    .bg-oto{
        width: 80%;
        left: 15%;
    }
    
}
@media (max-width: 1200px) {
    .links{
        font-size: 15px;
        left: -11.4%;
        width: 119%;
    }
    .nlogo{
        right: 65%;
    }
    .page button{
        width: 8%;
        height: 15%;
        font-size: 15px;
    }
    .page p{
        width: 85%;
    }
    .page h3{
        width: 85%;
    }
    .reftitle{
        left: 30%;
    }
    .tableplswork{
        left: 20%;
    }
    
}
@media(max-width: 1119px){
    .links{
        width: 105%;
        left: -3%;
        top: -15%;
        text-align: center;
    }
    .social{
        left: 93%;
        top: -70%;
    }
    #insta img{
        width: 15%;
        height: 70%;
    }
    #twitter img{
        width: 15%;
        height: 70%;
    }
    #linkedin img{
        width: 15%;
        height: 70%;
    }
    .nlogo{
        top: 20%;
        width: 120%;
    }
}
@media (max-width: 1024px) {
    .links{
        left: -5%;
        width: 105%;
    }
    #insta img{
        width: 20%;
    }
    #twitter img{
        width: 20%;
    }
    #linkedin img{
        width: 20%;
    }
    .social{
        left: 91%;
        top: -70%;
    }
    .bg-ai{
        left: 5%;
    }
    .bg-oto{
        width: 80%;
        left: 10%;
    }
    .bg-bilgi{
        width: 70%;
        left: 10%;
    }
}
@media (max-width: 950px){
    .links{
        top: 10%;
    }
    .social{
        top: -58%;
    }
}
@media (max-width: 920px){
    .sidebar{
        visibility: hidden;
    }
    .up-menu{
        height: 6%;
        width: 100%;
    }
    .social{
        top: -100%;
        left: 80%;
        height: 60%;
        width: 15%;
    }
    .nlogo{
        top: 10%;
        left: 40%;
    }
    #nelit-logo img{
        width: 20%;
    }
    .hamburger-menu{
        visibility: visible;
    }
    .menu__btn{
        top: 5%;
        z-index: 99999999;
    }
    .menu__box{
        z-index: 999999;
    }
}
@media (max-width: 820px){
    .sidebar{
        visibility: hidden;
    }
    .up-menu{
        height: 6%;
        width: 100%;
    }
    .social{
        top: -100%;
        left: 80%;
        height: 60%;
        width: 15%;
    }
    .nlogo{
        top: 10%;
        left: 40%;
    }
    #nelit-logo img{
        width: 20%;
    }
    .hamburger-menu{
        visibility: visible;
    }
    .menu__btn{
        top: 5%;
        z-index: 99999999;
    }
    .menu__box{
        z-index: 999999;
    }
    .bg-soft{
        left: 10%;
        width: 80%;
    }
   
}
@media (max-width: 800px){
  
    .page button{
        width: 10%;
        height: 8%;
    }
    
      .bg-oto{
        width: 80%;
        left: 10%;
      }
      .bg-soft{
        left: 10%;
        width: 80%;
      }
      .bg-ai{
        left: 20%;
      }
      .tableplswork{
        left: 10%;
      }
}
@media (max-width: 768px) {
    
    .bg-ai{
        left: 0%;
        width: 80%;
    }
    .bg-soft{
        left: 5%;
    }
    .bg-bilgi{
        width: 75%;
        left: 5%;
    }
    .bg-oto{
        width: 90%;
        left: 5%;
    }
    body{
        overflow-x: hidden;
    }
    .tableplswork{
        left: 10%;
    }
    .reftitle{
        left: 25%;
    }
    .bg-ai{
        width: 40%;
    }
    .sub-ai-text{
        font-size: 1.2rem;
    }
    .sub-bilgi-text{
        font-size: 1.2rem;
    }
    .sub-ik-text{
        font-size: 1.2rem;
    }
    .sub-kurum-text{
        font-size: 1.2rem;
    }
    .sub-oto-text{
        font-size: 1.2rem;
    }
    .sub-soft-text{
        font-size: 1.2rem;
    }
}
@media (max-width: 640px) {
    .page button{
        width: 13%;
        height: 15%;
        font-size: 15px;
    }
    .menu__box{
        width: 50%;
    }
    .reftitle{
        font-size: 30px;
        left: 30%;
        top: 15%;
    }
    .tableplswork{
        left: 5%;
    }
    .bg-ai{
        width: 30rem;
    }
    .bg-bilgi{
        width: 80%;
    }
    .bg-soft{
        top: 5%;
        width: 100%;
        left: 0%;
    }
    .bg-oto{
        width: 95%;
        left: 0%;
    }
    .sub-soft-title{
        top: 50%;
    }
    .sub-soft-text{
        top: 55%;
    }
    .sub-ai-text{
        font-size: 0.8rem;
    }
    .sub-bilgi-text{
        font-size: 0.8rem;
    }
    .sub-ik-text{
        font-size: 0.8rem;
    }
    .sub-kurum-text{
        font-size: 0.8rem;
    }
    .sub-oto-text{
        font-size: 0.8rem;
    }
    .sub-soft-text{
        font-size: 0.8rem;
    }
}
@media(max-width: 480px){
    .tableplswork{
        left: 25%;
    }
    .reftitle{
        left: 25%;
    }
    .bg-oto{
        width: 100%;
        height: 50%;
        top: 5%;
    }
    .bg-soft{
        top: 5%;
        width: 85%;
    }
    .sub-soft-title{
        top: 50%;
    }
    .sub-soft-text{
        top: 60%;
    }
    .sub-ik-text{
        left: 10%;
    }
    .bg-oto{
        top: 10%;
        left: 2%;
        height: 30%;
        width: 95%;
    }
    
}
@media(max-width: 476px){
    .bg-ai{
        top: 5%;
        left: 5%;
        width: 85%;
        height: 35%;
    }
    #ai{
        top: 40%;
    }
    .bg-bilgi{
        width: 90%;
    }
    
}
@media(max-width: 420px){
    .bg-soft{
        width: 110%;
        left: -10%;
    }
    .nlogo{
        top: 20%;
    }
    .social{
        top: -90%;
    }
}
@media(max-width: 412px){
    .bg-oto{
        top: 10%;
        left: 2%;
        height: 30%;
        width: 95%;
    }
    .nlogo{
        top: 30%;
    }
    .social{
        top: -80%;
        left: 75%;
        width: 20%;
    }
}
@media(max-width: 390px){
.bg-oto{
    width: 110%;
    left: -5%;
}
.bg-soft{
    width: 120%;
    left: -15%;
}
}
@media(max-width: 360px){
    .nlogo{
        top: 30%;
    }
    .social{
        top: -80%;
        width: 20%;
    }
    .sub-oto-text{
    top: 45%;
   }
   
   .sub-ai-text{
    left: 25%;
   }
}
@media(max-height: 800px){
   
}