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

a{
    color: #ececec;
}


button{
    display: block;
}

hr {
    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;
}

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

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

    background-color: black;
}



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: rgba(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;
    text-align: right; /* EKLENECEK SATIR */

    }

.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: inline-block; /* EKLENECEK SATIR */
    color: #ececec;
    text-decoration: none;
    list-style-type: none;
    padding: 0 5% 0 0; /* DEĞİŞECEK SATIR */
}




  
    .hesaplamalar-menu{
        display: block;
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: center;
        font-weight: bolder;

        color: #ececec;
    }

    .hesaplamalar-menu a{
        color: #ececec;
        cursor: pointer;
    }
    

    .hesaplamalar-menu 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;
    }
    





.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;
}





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;
        }
    
        .fa-spotify{ 
            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;
            }
    



.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: rgba(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: rgba(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;
    
}





.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: rgba(40, 40, 40);

}

.section1 {
    margin: 0px 0px 0px 0px;
}

.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;
}


.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;
}

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

.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;
}


.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;
}





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: 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;
    }
    
   
  
  
}












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


.math{
    background:rgb(241,68,30);  
   
}

.math2{
    background-color: #ff9c22;
   color: #090909;
}



.wrapper {
    height: 330px;
    width: 260px;
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: rgb(16, 16, 16);
    transition: 0.8s all;
    margin: auto;
    border-radius: 30px;
    box-shadow: 0 0 11px rgba(0,0,0,0.5);
  }
  
  
  
  .container {
    width: 350px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  
  .header-container-calc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
  }
  
  .top-buttons {
    display: flex;
    align-items: center;
  
  }
  
  input {
    padding: 10px;
    color: rgb(255, 255, 255);
    font-size: 1em;
    cursor: pointer;
    width: 50px;
    background-color: rgb(47, 51, 50);
    border: none;
    outline: none;
    border-radius: 7px;
    margin: 0.2em;
  }
  
  .first-row,
  .second-row,
  .third-row,
  .fourth-row,
  .fifth-row {
    margin-bottom: 4px;
  }
  
  input[type="text"] {
    background-color: rgb(100, 100, 100);
    width: 172px;
  }
  
  input[type="button"]:hover {
    background-color: rgb(101, 101, 101);
    color: #fff;
  }
  
  #clear-button {
    color: #fff;
    background-color: rgb(100, 100, 100);
  }
  
  a {
    text-decoration: none;
    color: #fff;
  }
  
