.all-apps{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.app1{
    display: inline-block;
    justify-items: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    margin-bottom: 5px;
    vertical-align: top;
}



.app1-logo{
    width: 100px;
    height: 100px;
    border-radius: 20px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 6px;
}

.app-text{
    width: 130px;
    font-weight: bolder;
    font-size: 15px;
    
}






* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition-duration: .3s;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

a{
    color: #ececec;
}

.nav2 a:hover{
    background: -webkit-linear-gradient(to right, #eea849, #f46b45);  
    background: linear-gradient(to right, rgb(255,127,72), rgb(241,68,30));  
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

hr {
    border: none; 
    height: 1px;
    background-color: rgb(255, 255, 255);
    opacity: 0.2;
}




#backToTopBtn{
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: rgb(241,68,30);
    box-shadow: #090909 0px 0px 15px 0.1px;
    color: white;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: fixed;
    bottom: 50px;
    right: 16%;
    z-index: 100;
    transform: rotate(-90deg);
    border: none;
    outline: none;
    opacity: 0.8;   
}

    








.icon {
    font-size: 22px;
    background: -webkit-linear-gradient(to right, #eea849, #f46b45);  
    background-color: #ff7901; 
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    
  
}


.header-ul{
    display: flex;
    align-items: center;
}


br {
    content: " ";
    display: block;
    margin: 8px 0; 
}


h1 {
    font-size: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: -webkit-linear-gradient(to right, #eea849, #f46b45);  
    background: linear-gradient(to right, rgb(255,127,72), rgb(241,68,30));  
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

}

h2 {
    font-size: 15px;
    padding-bottom: 5px;
    background: -webkit-linear-gradient(to right, #eea849, #f46b45);  
    background: linear-gradient(to right, rgb(255,127,72), rgb(241,68,30));  
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

h3 {
    font-size: 14px;
    padding-bottom: 5px;
    background: -webkit-linear-gradient(to right, #eea849, #f46b45);  
    background: linear-gradient(to right, rgb(255,127,72), rgb(241,68,30));  
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

h4 {
    background: -webkit-linear-gradient(to right, #eea849, #f46b45);  
    background: linear-gradient(to right, rgb(255,127,72), rgb(241,68,30));  
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

p {
    font-size: 13px;
    color: #ececec;
    padding-bottom: 10px;
}

body {
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
    max-width: 100vw;

   background-color: #000000;
}



header {
 
    color: #ececec;
    text-align: center;
    padding: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
    position: sticky;
    position: -webkit-sticky; 
    position: -moz-sticky; 
    position: -ms-sticky; 
    justify-content: center;
    top: 0; 
    z-index: 999;
    background-color: rgb(20, 20, 20); 
    border-bottom: 2px solid rgba(131, 131, 131, 0.1);
}



.header-container {
    display: flex;
    justify-content: center;
}


.header-leftright {
    width: 94%;
    display: flex;
    justify-content: space-between;
    
}




.header-left {
    display: flex;
    align-items: center;
    padding: 5px;

    
}

.vayy{
    margin-top: 7px;
    
}



.co {
    font-weight: 500;
    display: inline-block;
    padding-left: 5px;
    font-size: 17px;
}



.burger {
    display: block;
    cursor: pointer;
}

.close .line1{
    transform: rotate(-45deg)  translate(-5px,3px);
    background: linear-gradient(to right, rgb(255,127,72), rgb(241,68,30));  
}

.close .line2 {
    opacity: 0;
}

.close .line3 {
    transform: rotate(45deg)  translate(-5px,-3px);
    background: linear-gradient(to right, rgb(255,127,72), rgb(241,68,30));  
}




.pages {
    display: flex;
    position: absolute;
    top: 7vh;
    right: 0px;
    width: 100%;
    height: 93vh;
    flex-direction: column;
    justify-content: space-around;
    transform: translateX(100%);
    background-color: rgba(0, 0, 0, 0.9); 
    list-style: none;

    }

.pages li a:hover{
    background: -webkit-linear-gradient(to right, #eea849, #f46b45);  
    background: linear-gradient(to right, rgb(255,127,72), rgb(241,68,30));  
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}





.pages-active {
transform: translateX(0);
overflow: hidden;

}









.header-right {
    text-align: right;
}



.header-leftright{
    display: flex;
    align-items: center;
}


.burger .line1,
.burger .line2,
.burger .line3 {
    width: 24px;
    height: 3px;
    background-color: #ff7901;
}
.burger .line2 {
    margin: 3px 0px;
}








.pages li a{
    display: block;
    color: #ececec;
    text-decoration: none;
    list-style-type: none;
    text-align: right;
    padding-right: 5%;
    

    
    }







.header-right {
    font-size: 13px;
    color: #ececec;
    display: block;
    padding: 5px;
}


.header-li {
    display: inline-block;
    color: #ececec;
    position: relative;
}

.header-li:hover {
    cursor: pointer;
}








.body-container {
    display: flex;
    justify-content: center;
    height: auto;
    min-height: 100vh;
    z-index: 1;
}

.nav-main { 
    display: flex;
    justify-content: center;
    min-height: 100vh;
    width: 69%;
    height: auto;
    margin-left: 11px;
    margin-right: 11px;  
    z-index: 1; 
    border-radius: 35px;
    padding: 15px;

    background-color: rgb(20, 20, 20);
  

    border: 2px solid rgba(131, 131, 131, 0.1);
}






nav {
    display: inline-block;
    width: 25%;
    margin: 7px 5px 7px 7px;
    height: min-content;
    position: sticky;
    top: 113px;
    border-radius: 15px;
    color: #ececec;
    background-color: rgb(40, 40, 40);  
}




.nav1 {
    margin: 10px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.nav-logo {
    height: 100px;
    width: 100px;
    margin-bottom:10px;
    border-radius: 20px;
    text-align: center;
  
}



.nav-logo:hover {
    cursor: pointer;
}


.nav-h1 {
   font-weight: bolder;
   font-size: 17px;
   margin-bottom: 4px;
   text-align: center;
}

.nav-h2 {
    font-weight: lighter;
    font-size: 13px;
}



.nav2 {
    margin: 10px;
  
}

.scrollable-div {
    overflow-y: auto;
    max-height: 100vh;
}

.scrollable-div::-webkit-scrollbar {
    width: 6px;
}



.scrollable-div:hover::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 100px;
}





.nav-ul {
    float: left;
    padding: 0;
   list-style-type: none;
}

.nav-li {
  margin-bottom: 7px;
    font-size: 13px;
    font-weight: bold;
    color: #ececec;
   
}



.nav-li:hover{
    background: -webkit-linear-gradient(to right, #eea849, #f46b45);  
    background: linear-gradient(to right, rgb(255,127,72), rgb(241,68,30));  
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    cursor: pointer;
    
}

.nav-li::before {
    content: "●"; 
    font-family: Arial, Helvetica, sans-serif; 
    padding-right: 5px;
    background: -webkit-linear-gradient(to right, #eea849, #f46b45);  
    background: linear-gradient(to right, rgb(255,127,72), rgb(241,68,30));  
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    
}

.main-container{
    height: max-content;
}


.nav-li2 {
    margin-bottom: 7px;
      font-size: 13px;
      font-weight: bold;
      color: #ececec;
     
  }
  
  .nav-li2:hover{
      background: -webkit-linear-gradient(to right, #eea849, #f46b45);  
      background: linear-gradient(to right, rgb(255,127,72), rgb(241,68,30));  
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      cursor: pointer;
  }





main {
    display: inline-block;
    width: 78%;
    margin: 7px 7px 7px 5px;
    border-radius: 15px;
    color: white;
    background-color: rgb(40, 40, 40); 
}

.section1 {
    margin: 10px 25px 10px 25px;
}

.section2 {
    margin: 10px 25px 10px 25px;
}

.reklam1 {
    display: flex;
    justify-content: center;
    height: min-content;
    width: 12%;
    min-width: 163px;
    position: sticky;
    top: 115px;
    z-index: 1;
}




li.pagesicon-ust{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pages-icon{
    margin-left: 1px;
}


.fa-instagram{ 
font-size: 30px;
background: -webkit-linear-gradient(to right, #eea849, #f46b45);  
background: linear-gradient(to right, rgb(255,127,72), rgb(241,68,30));  
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.fa-x-twitter{ 
    font-size: 30px;
    background: -webkit-linear-gradient(to right, #eea849, #f46b45);  
    background: linear-gradient(to right, rgb(255,127,72), rgb(241,68,30));  
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    }







.reklam1-ic {
    width: 160px;
    height: 600px;
    background-color: gray;
    color: lightgray;
}


.reklam2 {
    display: flex;
    justify-content: center;
    height: min-content;
    width: 12%;
    min-width: 163px;
    position: sticky;
    top: 115px; 
    z-index: 1;
}



.reklam2-ic {
    width: 160px;
    height: 600px;
    background-color: gray;
    color: lightgray;
}

.reklam3 {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.reklam3-ic {
    background-color: gray;
    color: lightgray;
    height: 60px;
    width: 468px;
}


.reklam4 {
   display: none;
}


.fa-square-x-twitter{
    font-size: 70px;
    background: -webkit-linear-gradient(to right, #eea849, #f46b45);  
    background: linear-gradient(to right, rgb(255,127,72), rgb(241,68,30));  
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.fa-square-instagram{
 font-size: 70px;
 background: -webkit-linear-gradient(to right, #eea849, #f46b45);  
 background: linear-gradient(to right, rgb(255,127,72), rgb(241,68,30));  
 -webkit-background-clip: text;
 background-clip: text;
 color: transparent;
}

.fa-spotify{
    font-size: 70px;
 background: -webkit-linear-gradient(to right, #eea849, #f46b45);  
 background: linear-gradient(to right, rgb(255,127,72), rgb(241,68,30));  
 -webkit-background-clip: text;
 background-clip: text;
 color: transparent;
}





.socialmedia{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
}

.mail{
    display: flex; 
    justify-content: center;
    font-size: 20px;
    padding-bottom: 20px;
}

.buyme{
    display: block;
    text-align: center;
    padding-bottom: 10px;
}
   

.fa-square-instagram:hover{
    font-size: 70px;
    background: -webkit-linear-gradient(to right, rgb(241,68,30), rgb(255,127,72));  
    background: linear-gradient(to right, rgb(241,68,30), rgb(255,127,72)); 
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}




.fa-square-x-twitter:hover{
    font-size: 70px;
    background: -webkit-linear-gradient(to right, rgb(241,68,30), rgb(255,127,72));  
    background: linear-gradient(to right, rgb(241,68,30), rgb(255,127,72));  
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.fa-spotify:hover{
    font-size: 70px;
    background: -webkit-linear-gradient(to right, rgb(241,68,30), rgb(255,127,72));  
    background: linear-gradient(to right, rgb(241,68,30), rgb(255,127,72));  
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}





footer {
    font-size: 13px;
    color: #ececec;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 15px;
    z-index: 1;
    background-color: rgba(20,20,20); 
    
    border-top: 2px solid rgba(131, 131, 131, 0.1);
}

footer a{
    color: #ececec;
}

footer a:hover{
    background: -webkit-linear-gradient(to right, #eea849, #f46b45);  
    background: linear-gradient(to right, rgb(255,127,72), rgb(241,68,30));  
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}








/*----------------------------------------------------------------------------------------------------------------------------------*/


@media only screen and (min-width: 150px) and (max-width: 1080px) {

    .reklam1 {
        display: none;
    }

    .reklam2 {
        display: none;
    }

    .nav-main {
        width: 100%;
    }

    .header-leftright {
        width: 94%;
        
    }

    .pages {
        padding-left: 40px;
    }

    #backToTopBtn{
        right: 3%;
        
    }
 
}



@media only screen and (min-width: 150px) and (max-width: 900px) {


    .nav-container {
        display: none;
    }



    .main-container {
        width: 100%;
    }



    html{
        overflow-x: hidden;
    }
    
    .header{
            position: fixed;
            width: 100%;  
    }

   .body-container{
    padding-top: 90px;

    
   }


    body{
        overflow-y: hidden;
       
        
    }


}



@media only screen and (min-width: 150px) and (max-width: 570px) {

.app1{
    display: inline-block;
    justify-items: center;
    align-items: center;
    text-align: center;
    padding: 5px;
    margin-bottom: 5px;
    vertical-align: top;
}



.app1-logo{
    width: 60px;
    height: 60px;
    border-radius: 20px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 6px;
}

.app-text{
    width: 70px;
    font-weight: bolder;
    font-size: 11px;
    
}

 }










@media only screen and (min-width: 150px) and (max-width: 550px) {
  

    .reklam3 {
        display: none;
    }

    .reklam4 {
        margin-top: 10px;
        display: flex;
        justify-content: center;
    }
    
    .reklam4-ic {
        background-color: gray;
        color: lightgray;
        height: 50px;
        width: 300px;
    }

  
  
}




    



@media only screen and (min-width: 150px) and (max-width: 374px) {
  

    .reklam4 {
        display: none;
    }
    
   
  
  
}


@media only screen and (min-width: 150px) and (max-width: 360px) {

    .app1{
        display: inline-block;
        justify-items: center;
        align-items: center;
        text-align: center;
        padding: 5px;
        margin-bottom: 5px;
        vertical-align: top;
    }
    
    
    
    .app1-logo{
        width: 55px;
        height: 55px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 6px;
    }
    
    .app-text{
        width: 45px;
        font-weight: bolder;
        font-size: 11px;

        
    }
    
     }












/*----------------HESAP MAKİNESİ---------------*/



.container {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    
}

.calc-main {
    background: #000000;
    width: 250px;
    height: 100%;
    border-radius: 5px;
    margin: auto;
    box-shadow: 0 0 11px rgba(0,0,0,0.5);
}

.calc-head {
    background: #000000;
    border-radius: 6px 6px 0 0;
    width: 100%;
    height: 60px;
    margin: auto;
    padding-top: 4px;
}

.calc-title {
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px 4px;
    color: #ffffff;
    text-indent: 15px;
    background: #000000;
    border-radius: 5px 5px 0 0;
    font-family: Arial, Helvetica, sans-serif;
}

.calc-display {
    background: #000000;
    height: 90px;
    padding: 1px 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.calc-display .result {
    text-align: right;
    overflow: hidden;
}

.calc-display .result #single {
    font-size: 1.7rem;
    color: white;
    text-overflow: ellipsis;
    overflow: hidden;
}

.calc-display .result #all {
    font-size: 1rem;
    color: #707a94;
    text-overflow: ellipsis;
    overflow: hidden;
}

.calc-body {
    background: #000000;
    padding: 0 5px 0 2px;
    height: 239px;
    border-radius: 0 0 5px 5px;
}

.calc-body button {
    margin: 4px 0 0 3px;
    background: #2c303c;
    height: 39px;
    border: 0;
    border-radius: 4px;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    outline: none;
    transition: background .1s ease-in-out;
    background-color: #333333;
}

.calc-body button:not(:active) {
    transition: background .2s ease-in-out;
}

.calc-body button:hover {
    background: #212121;
}

.calc-body .operator {
    background: #FF9500;
}

.calc-body .operator:hover {
    background: #ae6600;
}

.calc-body .operator:active {
    background: #41485a;
}

.calc-body button:active {
    background: #41485a;
    box-shadow: 2px 2px #1b1f27;
}

/* flex & parameters */
.flex-grid {
    display: flex;
    flex-direction: column;
}

.row {
    display: flex;
    flex-direction: row;
}

.col {
    flex: 1;

}

.col-25 {
    width: 25%;
}

.col-50 {
    width: 50%;
}

.mr-2 {
    margin-right: 2px !important;
}

.mt-5 {
    margin-top: 5px !important;
}


#clear {
    background-color: #A6A6A6;
    color: #000000;
}

#clear:hover {
    background-color: #6a6a6a;
}
