@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Pixelify+Sans:wght@400..700&display=swap');
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    box-sizing: border-box;
    overflow: hidden;
    text-decoration: none;
    
}

body{
    background-image: url("../images/background2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #07cc6e;
    cursor: url('../images/cursor3.cur'),auto;
    font-family: "Pixelify Sans", sans-serif;
    transition: background-color 0.5s ease;  /* Arka plan rengi ve opaklık için geçiş */
    
   

}
.icon .selected {
  background-color: rgba(234, 237, 234, 0.5);

}
.glitch {
  color: #ff0000;
  text-shadow: 2px 2px #00ff00, -2px -2px #0000ff;
  animation: glitch 0.3s infinite;
}

@keyframes glitch {
  0% { transform: translate(0) }
  20% { transform: translate(-2px, 2px) }
  40% { transform: translate(-2px, -2px) }
  60% { transform: translate(2px, 2px) }
  80% { transform: translate(2px, -2px) }
  100% { transform: translate(0) }
}

.pixel,
.pixel2 {
    color: white;
    text-transform: uppercase;

    cursor: pointer;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.pixel {

    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */

    border-style: solid;
    border-width: 20px;
    -moz-border-image: url(https://i.imgur.com/sREM8Yn.png) 20 stretch;
    -webkit-border-image: url(https://i.imgur.com/sREM8Yn.png) 20 stretch;
    -o-border-image: url(https://i.imgur.com/sREM8Yn.png) 20 stretch;
    border-image: url(https://i.imgur.com/sREM8Yn.png) 20 stretch;
}




.kurdeleCon{
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}
.kurdeleCon img{
  width: 30px;
  margin: 10px;
}
.kurdeleCon span{
  font-size: 10px;
  font-weight: 600;
}
.olive .content{
  background: url("/images/olive.png") no-repeat center;
  background-size: cover;
}
#olive-window{
  max-width: 400px;
  max-height: 400px;
  left: 50%;
}
.background-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  transition: opacity 0.5s ease; /* Opaklık için geçiş */
  z-index: -1; /* İçeriğin arkasında kalması için */
  transition: background-color 0.5s ease;  /* Arka plan rengi ve opaklık için geçiş */
}
 .snowBottom{
  position: fixed;
  bottom: 10px;
  left: 60%;
  width: 290px;
  z-index: 9999;
} 
.snowTop{
  position: absolute;
  width: 250px;
  left: 90px;
  top: -20px;
  z-index: 99999;
} 
.hidden{
  display: none;
}
.centered{
    display: flex;
    justify-content: center;
    align-items: center;
}
 
.taskbar{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #808080;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 35px;
    border: 1px solid #fff;
    transition: all 0.5s ease;
    font-family: "Pixelify Sans", sans-serif;

    
}

video {
  width: 100%;
  height: auto;
}
.taskbar button {
  background: #808080;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  height: 90%;
  margin: auto 2px;
  padding: 0 10px 0 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #000;
  transition: all 0.5s ease;
  font-family: "Pixelify Sans", sans-serif;

}
.taskbar span{
font-family:"Pixelify Sans", sans-serif;
position: relative;
font-weight: 600;

}

.supported{
  background-color: #000 !important;
  background-size: cover; 
  
}

.taskbar button img{
    position: relative;
    width: 24px;
}

.taskbar button:hover{
    background: #606060;

}


.container{
    width: 100%;
    height: 100vh;
}

.mainIcon{
width: 5vh;

}
.mobile-warning{
    display: none;
}


.draggableImage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:55px;
    height: 80px;
    cursor: pointer;
    position: relative;
  
}

.draggableImage img {
    width: 100%;
    height: auto;
}
.draggableImage span {
    margin-top: 5px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    font-weight: 700;
}

.marketPrices{
  background-color: #000 !important;
  width: 100%;
  height: 90%;
}
 #cryptoPrices p {
  font-size: 20px;
  display: flex;
  color: #fff;
  border: 1px solid #fff;
  padding: 20px;
 }
 #cryptoPrices p:hover {
 background-color: #151515;
 }
 #cryptoPrices p img {
 width: 30px;
 height: 30px;
 margin-right: 10px;
 }

 .crypto-item 
.draggableImage:active{
cursor: move;
background :#0984e3;
opacity: 0.6;
border: 1px dotted #fff;
}

.crypto-item span{
  margin: 0 2px 0 10px;
 position: relative;
 font-weight: 600;
 color: #07cc6e;
}

.draggableImage:nth-child(1) {
    top: 25px;
    left: 25px;
}

.draggableImage:nth-child(2) {
    top: 125px; 
    left: 25px;
}
.draggableImage:nth-child(3) {
    top: 225px;
    left: 25px;
}
.draggableImage:nth-child(4) {
    top: 325px;
    left: 25px;
}


.draggableImage:nth-child(5) {
    top: 425px;
    left: 25px;
}

.draggableImage:nth-child(6) {
    top: 525px;
    left: 25px;
}

.draggableImage:nth-child(7) {
    top: 625px;
    left: 25px;
}

.draggableImage:nth-child(8) {
    top: 25px;
    left: 125px;
}
.draggableImage:nth-child(9) {
    top: 125px;
    left: 125px;
}
.draggableImage:nth-child(10) {
    top: 225px;
    left: 125px;
}
.draggableImage:nth-child(11) {
    top: 325px;
    left: 125px;
}
.draggableImage:nth-child(12) {
    top: 425px;
    left: 125px;
}
.draggableImage:nth-child(13) {
    top: 525px;
    left: 125px;
}
.draggableImage:nth-child(14) {
    top: 625px;
    left: 125px;
}

.draggableImage:nth-child(15) {
    top: 30px;
    left: 175px;
}
 
.draggableImage:nth-child(16) {
    top: 115px;
    left: 175px;
}
.draggableImage:nth-child(17) {
    top: 190px;
    left: 175px;
}
.draggableImage:nth-child(18) {
    top: 270px;
    left: 175px;
}
.draggableImage:nth-child(19) {
    top: 10px;
    left: 10px;
}
.draggableImage:nth-child(20) {
    top: 30px;
    left: 10px;
}
.draggableImage:nth-child(21) {
    top: 350px;
    left: 175px;
}
.draggableImage:nth-child(22) {
    top: 1450px;
    left: 175px;
}
.draggableImage:nth-child(23) {
    top: 1450px;
    left:175px;
}
.draggableImage:nth-child(24) {
    top: 1450px;
    left:175px;
}
.draggableImage:nth-child(25) {
    top: 1050px;
    left:225px;
}
  .draggableImage:nth-child(26) {
      top: 1050px;
      left:250px;
  }
 
  .social-links-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
    align-items: start;
  }

  .social-link-item {
    transition: all 0.3s ease;
  }

  .social-link-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
  }

  .social-link-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-decoration: none;
    color: inherit;
    text-align: center;
  }
  .social-link-item-container .social-link-item{
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
   
  }

  .social-link-item.secondary-social-link {
    position: relative;
  top: 50px;
  }
  .social-link-item img {
    width: 28px;
    height: 28px;
    transition: transform 0.3s ease;
  }

  .social-link:hover img {
    transform: scale(1.1);
  }
  .social-link-item a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .social-link span {
    font-size: 10px;
    font-weight: 500;
  }




.folder {
    display : none;
   
}


.bin-general-component {
    display:none;
    background-color: #808080;
    width: 500px;
    height: 500px;
    position: absolute;
    top: 500px;
    left: 500px;
    transform: translate(-50%, -50%);
    border: 3px groove #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    z-index: 3;
    transition: background-color 0.5s ease;
    
}
.supported-bin{
  display:block;
  background-color: #808080;
  position: absolute;
  bottom: 200px;
  transform: translate(-50%, -50%);
  border: 3px groove #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  z-index: 3;
  transition: background-color 0.5s ease;
}
.collab-bin{
  box-sizing: border-box;
  display:block;
  background-color: #808080;
  position: absolute;
  bottom: 200px;
  transform: translate(-50%, -50%);
  border: 3px groove #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  z-index: 3;
  transition: background-color 0.5s ease;
}
.collabCon{
  top: 44%;
  left: 40%;
  width: 1050px; 
  height: 600px;
  box-sizing: border-box;
}
/* .collab-bin .content {
  background: url("../images/collab-background.png") no-repeat center;
  background-size: cover;
} */
 .collab-bin .content  img{
  width: 100%;
  height: 100%;
  
}
.collab-kitchen{
  z-index: 3;
  
}
.collab-kitchen-wall{
  position: absolute;
  z-index: 1;
}
.collab-kitchen-hotdog{
  top: 299px;
  left: 34%;
  width: 190px !important;
  height: 200px !important;
  position: absolute;
  z-index: 2;
}

.collab-kitchen-abstract-logo{
  top: 55px;
  width: 80% !important;
  height: 160px !important;
  position: absolute;
  z-index: 4;
}
.collab-heaven{
  background-color: #fff;
  border: 6px solid #170806;
  width: 230px !important;
  height: 100px !important;
  left: 620px;
  top: 85px;
  position: absolute;
  z-index: 4;
  background: url("../images/dogeimagen.gif") no-repeat center;
  background-size:cover;
  /* background-position-y: -85px; */
}
.collab-community{
  background-color: #fff;
  border: 6px solid #170806;
  width: 230px !important;
  height: 100px !important;
  left: 190px;
  top: 85px;
  position: absolute;
  z-index: 4;
  background: url("../images/community-collab-background.gif") no-repeat center; 
  background-size:cover;
  background-position-y: -45px;
}
.community-collab-text{
  width: 120px !important;
  height: 115px !important;
  left: 250px;
  top: 65px;
  position: absolute;
  z-index: 5;
}

.elite-chad-form{
  background-color: #fff;
  border: 6px solid #170806;
  width: 140px !important;
  height: 280px !important;
  left: 30px;
  top: 235px;
  position: absolute;
  z-index: 4;
  background: url("../images/running.gif") no-repeat center;
  background-size:cover;
}
.wl-application{
  background-color: #fff;
  border: 6px solid #170806;
  width: 140px !important;
  height: 280px !important;
  right: 30px;
  top: 235px;
  position: absolute;
  z-index: 4;
 background: url("../images/popup-background.png") no-repeat center;
  background-size:cover;
}
.wl-application-text{
  width: 120px !important;
  height: 120px !important;
  right: 40px;
  top: 180px;
  position: absolute;
  z-index: 5;
}
.wl-application .popup-button{
  position:absolute; top: 50px; left: 15px;
}

.supportCon{
  width: 17%; 
  height: 150px;
}
.KOLcollabform-text{
  width: 100px !important;
  height: 90px !important;
  left: 700px;
  top: 60px;
  position: absolute;
  z-index: 5;
}
.elitechadforms-text{
  width: 80px !important;
  height: 70px !important;
  left: 60px;
  top: 250px;
  position: absolute;
  z-index: 5;
}

.title-bar {
    background-color: #808080;
    color: #000;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: grab;
    transition: background-color 0.5s ease;

}
.window-title {
    padding-left: 5px;
    font-weight: 600;
}
.window-url-bar{
    margin: auto;
    width: 99%;
    background-color: #e9e4e4;
    padding: 5px;
    font-weight: 600;
    color: gray;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px groove #000; 
   
}
.close-button {
    width: 20px;
    height: 20px;
    background-color: #07cc6e;
    border: 3px groove #000;
    margin-right: 1px;
    cursor: pointer;
}
.close-button img{
    width: 12px;
    top: 1px;
    left: 1px;
    display: flex;
    justify-content: center;
    position: relative;
}

.content {
    padding: 10px;
    background-color: #fdffff;
    width: 99%;
    height: 86.5%;
    justify-content: center;
    margin: auto;
    margin-top: 1%;
    border: 2px groove #000;
    
}

.content p {
    margin: 5px;
    cursor: pointer;
}


.sub-content-bar{
    list-style: none;
    padding: 0;
    font-size: 13px;
}
.sub-content-bar li{
    display: inline;
    margin-left: 5px;
    cursor: pointer;
}

.sub-content-bar li:hover{
    color:#000;
}

/* loader */

#console-simulation {
    width: 100%;
    z-index: 99999;
    background-color: #07cc6e;;
    position: fixed;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
}
#console-output {
    margin: 30px;
    font-family: Consolas, "Courier New";
    white-space: pre-wrap;
    top: 0;
    left: 0;
    font-size: 16px;
    text-align: left;
    max-height: 100vh;
    overflow-y: auto;
    width: 80%;
    position: inherit;
}
.xp-bar {
  border: 1px solid #fff;
  padding:7px;
  border-radius: 8px;
    width: 300px;
    height: 10px;
    margin-top: 20px;
    background: repeating-linear-gradient(
        90deg,
        #fff,
        #727272 10px,
        #313131 10px,
        #000 20px
    );
    animation: move 1s infinite linear;
}
@keyframes move {
    from { background-position: 0 0; }
    to { background-position: 40px 0; }
}

/* Custom Context Menu */
/* Menü stili */
.custom-context-menu {
    position: absolute;
    background-color: #c3c3c3;
    border: 1px solid #818181;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 9;
    list-style: none;
    width: 150px;
}

.custom-context-menu li {
    padding: 8px 15px;
    border-bottom: 1px solid #444;
    cursor: pointer;
    user-select: none;
}

.custom-context-menu li:hover {
    background-color: #d2d1d1;
}

.dragable {
  position: absolute; /* Mutlaka tanımlanmalı */
  cursor: grab;
}



/* Music PLayer */

#loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999;
}

#cmd-screen {
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}

#cmd-text {
  color: #fff;
  font-family: "Pixelify Sans", sans-serif;
  white-space: pre-line;
}

#loader-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #07cc6e;
  border: 4px solid #808080;
  padding: 20px;
  width: 400px;
  text-align: center;
  display: none;
  z-index: 10000;
  box-shadow: 5px 5px 10px #808080;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

#xp-logo {
  width: 300px;
  margin-bottom: 20px;
}

#progress-container {
  width: 100%;
  height: 20px;
  background: #fff;
  border: 1px solid #000;
  margin: 10px 0;
}

#progress-bar {
  width: 0%;
  height: 100%;
  background: linear-gradient(to right, #e86b53, #d73c59);
  transition: width 0.5s;
}

#status-text{
  color: #000;
  font-size: 14px;
  margin: 15px 0;
  font-family: "Pixelify Sans", sans-serif;
}

body.loaded #loader-overlay {
  display: none;
}
#start-text {
  color: #000;
  font-size: 14px;
  margin: 15px 0;
  font-family: "Pixelify Sans", sans-serif;
  line-height: 1.5;
}



/* xWindowContainer*/

.xWindowContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    
}
.xWindowContainer .innerContainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
     
}

.xWindowContainer img{
    width: 10%;
    cursor: pointer;
}

.bin-container{
    position: fixed;
    bottom: 40px;
    right: 15px;
    display: none;
}

/* Calculator */

.calculator-grid {
    position: absolute;
    left: 50%;
    display: none;
    justify-content: center;
    align-content: center;
    min-height: 100vh;
    grid-template-columns: repeat(4, 80px);
    grid-template-rows: minmax(120px, auto) repeat(5, 80px);
    font-family: "Pixelify Sans", sans-serif;
  }
  .calculator-grid .output{
cursor: grab;
  }
  .calculator-grid > button {
    cursor: pointer;
    font-size: 2rem;
    border: 1px solid white;
    outline: none;
    background-color: #5f6b65;
    font-family: "Pixelify Sans", sans-serif;
  }
  
  .calculator-grid > button:hover {
    background-color: rgba(255, 255, 255, .9);
    font-family: "Pixelify Sans", sans-serif;
  }
  
  .span-two {
    grid-column: span 2;
  }
  
  .output {
    grid-column: 1 / -1;
    background-color: rgba(0, 0, 0, .75);
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    flex-direction: column;
    padding: 10px;
    word-wrap: break-word;
    word-break: break-all;
  }
  
  .output .previous-operand {
    color: rgba(255, 255, 255, .75);
    font-size: 1.5rem;
  }
  
  .output .current-operand {
    color: white;
    font-size: 2.5rem;
  }
  

/* fake CMD */

  .fake-cmd {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 800px;
    height: 400px;
    background-color: black;
    color: #00ff00;
    font-family: "Pixelify Sans", sans-serif;
    display: none;
    z-index: 1 !important;
    box-shadow: 0px 0px 1px #3c3c3c;
    
  }

  .fake-cmd .header {
    position: relative;
    cursor: grab;
    background: #333;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #444;
    display: flex;
    justify-content: space-between;
  }

  .fake-cmd .header .close-btn {
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
  }

  .fake-cmd .content {
    background-color: black;
    padding: 10px;
    overflow-y: auto;
    height: calc(100% - 40px);
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
   
 
  }


  .line {
    margin: 0;
    white-space: pre-wrap;
    flex-shrink: 0;
  }

  .input-line::before {
    content: "";
    color: #00ff00;
    
  }

/* Kaydırma Çubuğu Genel Ayarları */
.fake-cmd .content::-webkit-scrollbar {
  width: 17px; /* Kaydırma çubuğu genişliği */
  background-color: #C0C0C0; /* Arka plan rengi (gri ton) */
}

/* Kaydırma Çubuğu Sürgüsü */
.fake-cmd .content::-webkit-scrollbar-thumb {
  background-color: #A9A9A9; /* Sürgünün rengi */
  border: 2px solid #808080; /* Sürgü kenarlığı */
  box-shadow: inset 1px 1px 0px #FFFFFF; /* İç gölge efekti */
}

/* Sürgü Üzerine Gelindiğinde */
.fake-cmd .content::-webkit-scrollbar-thumb:hover {
  background-color: #8F8F8F; /* Sürgü rengi (hover durumunda) */
}

/* Kaydırma Çubuğu Düğmeleri (Oklar) */
.fake-cmd .content::-webkit-scrollbar-button {
  background-color: #C0C0C0;
  height: 17px;
}

/* Kaydırma Çubuğu Düğme İçeriği */
.fake-cmd .content::-webkit-scrollbar-button:increment, /* Aşağı/İleri düğmesi */
.fake-cmd .content::-webkit-scrollbar-button:decrement { /* Yukarı/Geri düğmesi */
  display: block;
  background-color: #C0C0C0;
}

 

  /* Giriş satırı stili */
.input-line {
  display: flex;
  flex-shrink: 0;
}

.input-line .prompt {
  color: #00ff00;

  
}

.input-line .cmdline {
  flex: 1;
  color: #00ff00;
  outline: none;
  position: relative;
  background: none;
  border: none;
  white-space: nowrap; /* Satır kaydırmayı önler */
  overflow: hidden;
  caret-color: transparent; /* Varsayılan imleci gizle */
  overflow-y: auto;
  

}
.error{
  color: red;
}
.input-line .cmdline::after {
  content: '';
  position: absolute;
  left: calc(100%); /* Metnin sonuna yerleştir */
  top: 0;
  width: 8px; /* İmlecin genişliği */
  height: 1em; /* İmlecin yüksekliği, metin boyutuna eşit */
  background-color: #000;
  caret-color: transparent; /* Varsayılan imleci gizle */
  
}
.blinking-cursor {
  display: inline-block;
  width: 8px;
  height: 16px;
  background-color: #00ff00;
  animation: blink 1s steps(1) infinite;
  }

@keyframes blink {
  50% {
    opacity: 0;
  }
}
  .window-inner-files{
    display: flex;
    flex-direction: column;
    height: 80px;
  }
  .window-inner-files span{
   font-size: 10px;
   align-items: center;
   text-align: center;
  }
  .window-inner-files img{
    margin: 7px;
    cursor: pointer;
    position: relative;
  
  }

  .bin-general-component .content .theme{
    display: flex;
    flex-direction: row !important;
    margin-left:10px;
  }

  /* Taskbar Tabs */
  .taskbar-tabs {
    display: flex;
    margin-left: 1px;
  }

  .taskbar-tab {
    border: 1px solid #505050;
    color: white;
    padding: 8px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 5px;
  }

  .taskbar-tab.active {
    
    background: #505050;
  }
.taskbar-clock{
  font-size: 16px;
  font-weight: 600;
  right:5px;
  margin-top: 3px;
  border: 1px solid #000;
  padding:3px;
  padding-left:29px;
  position: fixed;
}
.taskbar-feed{
  font-size: 16px;
  font-weight: 600;
  right:50px;
  margin-top: 5px;
  padding:3px;
  position: fixed;
}

 /* Start Menu Stil */
.start-menu {
    display: none;
    position: absolute;
    bottom: 35px;
    left: 10px;
    width: 200px;
    background: #fdffff;
    border: 1px solid #000;
    border-radius: 5px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
  }
  
  
  .start-menu-items {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .start-menu-items li {
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #aaa;
  }
  
  .start-menu-items li:hover {
    background: #c3c3c3;
    color: #000;
  }
  
  .start-menu-items li:last-child {
    border-bottom: none;
  }
  
  /* Alt Menüler */
  .submenu {
    position: relative;
    display:flex; justify-content: space-between; padding-right: 15px;
  }
  .submenu > ul li {
    text-decoration: none;
    color: #000;
  }
  a {
    text-decoration: none; /* Alt çizgiyi kaldırır */
    color: black; /* Varsayılan bağlantı rengini siyah yapar */
  }
  
  .submenu-items {
    display: none;
    position: fixed;
    left: 210px;
    bottom: 100px;
    background: #fdffff;
    border: 1px solid #000;
    color: #000;
    border-radius: 5px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1001;
    width: 190px;
  }
  .submenu-items li {
   font-size: 13px;
  }
  
  .submenu:hover > .submenu-items {
    display: block;
  }
  
  .submenu-items li {
    padding: 10px;
    border-bottom: 1px solid #c3c3c3;
  }
  
  .submenu-items li:hover {
    background: #c3c3c3;
    color: #fff;
  }

  #errorScreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000ff;
    color: white;
    font-family: "Pixelify Sans", sans-serif;
    text-align: center;
    padding-top: 20%;
    z-index: 9999999;
  }
  
  .error-content h1 {
    font-size: 80px;
    margin: 0;
  }
  
  .error-content p {
    font-size: 20px;
    margin: 10px 0;
  }
  
  .error-code {
    color: red;
    font-weight: bold;
  }
  
  .loader {
    width: 50px;
    height: 50px;
    border: 5px solid white;
    border-top: 5px solid red;
    border-radius: 50%;
    margin: 20px auto;
    animation: spin 1s linear infinite;
  }
  #loader-text{
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 50px;
    display: none;
  }

  #loader-text img {
    width: 70%;
  }
  @keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  #paint-window{
    width: 80% !important;
    height: 90% !important;
  }

  /* Popup */
  .popup-general-component {
    display:block;
    background-color: #808080;

    position: absolute;
    transform: translate(-50%, -50%);
    border: 3px groove #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    overflow:hidden;
    
}
  .popup-general-component-2 {
    background-color: #808080;
    position: absolute;
    transform: translate(-50%, -50%);
    border: 3px groove #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    overflow:hidden;
    
}
.popup-general-component-3 {
  display:block;
  background-color: #808080;
  position: absolute;
  transform: translate(-50%, -50%);
  border: 3px groove #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  overflow:hidden;
  
}

  .popup-general-component .title-bar{
    background-color: #808080;
    color: #000;
    font-weight: bold;
    
}
  .popup-general-component-2 .title-bar{
    background-color: #808080;
    color: #fff;
    
}



/* Snow theme start*/
 .snow-theme .popup-general-component .title-bar{
    transition: background-color 0.5s ease;
    background-color: #2f7b60;
    color: #fff;
    
}
 .snow-theme .popup-general-component-2 .title-bar{
    transition: background-color 0.5s ease;
    background-color: #2f7b60;
    color: #fff;
    
}
.snow-theme .popup-general-component {
  transition: background-color 0.5s ease;
  background-color: #2f7b60;
  color: #fff;
}
.snow-theme .popup-general-component-2 {
  transition: background-color 0.5s ease;
  background-color: #2f7b60;
  color: #fff;
  
}
.snow-theme .supported-bin {
  transition: background-color 0.5s ease;
  background-color: #2f7b60;
  color: #fff;
  
}
.snow-theme .taskbar{
  transition: background-color 0.5s ease;
  background-color: #2f7b60;
  color: #fff;
}

.snow-theme .taskbar button{
  transition: background-color 0.5s ease;
    background: #2f7b60;
    border-color: #fff #000 #000 #fff;
    color: #fff;  

}
.snow-theme  .taskbar-tab.active {
    
  background: #1f3520;
}
.snow-theme .bin-general-component{
  transition: background-color 0.5s ease;
  background-color: #2f7b60;
  
}
.snow-theme .title-bar{
  color: #fff;
  transition: background-color 0.5s ease;
  background-color: #2f7b60;
}
.snow-theme .close-button{
  background-color: #2f7b60;
}
.snow-theme{
  background-image: url("../images/whiteDogLogo.png"); /* Varsayılan arka plan resmi */
  background-size: cover;
  background-position: center;
  transition: background-color 0.5s ease;  /* Arka plan rengi ve opaklık için geçiş */
  background-color: red;
  cursor: default;
}
.snow-theme .classic, .snow-theme .window-url-bar {
  background-color: #9cd7a0 !important;
  color: #000;
}
.snow-theme .snow{
  display: block;
}


/* Snow theme end */

/* abs theme start*/
#abs-wallet{
  top: 50%;
  left: 35%;
  max-width: 800px;
  max-height: 600px;
  width: 60%;
  height: 80%;
  

}
#abs-wallet-video{
  display: block;
  top: 30%;
  left: 75%;
  max-width: 400px;
  max-height: 260px;
  width: 60%;
  height: 80%;
  
}
#abs-wallet-video2{
  display: block;
  top: 65%;
  left: 75%;
  max-width: 400px;
  max-height: 260px;
  width: 60%;
  height: 80%;
  
}
.awg-discover-container {
  padding: 20px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.awg-discover-header {
  text-align: center;
  margin-bottom: 40px;
}

.awg-discover-header h1 {
  font-size: 32px;
  margin-bottom: 20px;
}

.awg-discover-header p {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
}

.awg-discover-image-section {
  text-align: center;
  margin: 40px 0;
}

.awg-discover-image {
  width: 80%;
  max-width: 600px;
  height: auto;
}

.awg-discover-why-section {
  margin: 40px 0;
}

.awg-discover-why-section h2 {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}

.awg-discover-why-section p {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  text-align: center;
}
.abs-left-navbar-list ul li.active {
  background-color: #e0e0e0; /* Vurgulama rengi */
}
.abstract-theme .popup-general-component .title-bar{
  transition: background-color 0.5s ease;
 
  color: #fff;
  
}
.abstract-theme .popup-general-component-2 .title-bar{
  transition: background-color 0.5s ease;
  color: #fff;
  
}
.abstract-theme .popup-general-component {
transition: background-color 0.5s ease;
color: #fff;
}
.abstract-theme .popup-general-component-2 {
transition: background-color 0.5s ease;
color: #fff;

}
.abstract-theme .taskbar{
transition: background-color 0.5s ease;
color: #fff;
}

.abstract-theme .taskbar button{
transition: background-color 0.5s ease;
  border-color: #fff #000 #000 #fff;
  color: #fff;  

}

.abstract-theme .bin-general-component{
transition: background-color 0.5s ease;

}
.abstract-theme .title-bar{
color: #fff;
transition: background-color 0.5s ease;
}
.abstract-theme .close-button{
}
.abstract-theme{
background-image: url("../images/abs-background.png");
background-size: cover;
background-position: center;
transition: background-image 1s ease;  /* Arka plan rengi ve opaklık için geçiş */
background-color: #000;
cursor: default;
}
.abstract-theme .classic, .abstract-theme .window-url-bar {
color: #000;
}
.abstract-theme .abs{
display: block;
}
.abstract-theme .draggableImage {
  display: none;
}
.abstract-theme .go-back-icon{
  margin: 20px;
  display: block;
}

.absGeneralCon{
  background-color: rgb(240, 238, 238);
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.abs-left-navbar{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 25%;
  border-radius: 11px;
}
.abs-logo-con{
  width: 100%;
  height: 8%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
.abs-logo-con img{
  margin: 10px;
  width: 60%;
}
.abs-card-con{
  position: relative;
  width: 95%;
  height: 20%;
  background: rgb(245,245,245);
background: -moz-linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(163,164,164,1) 32%, rgba(139,138,138,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(163,164,164,1) 32%, rgba(139,138,138,1) 100%);
background: linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(163,164,164,1) 32%, rgba(139,138,138,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5",endColorstr="#8b8a8a",GradientType=1);
  border-radius: 11px;
  margin: 10px auto;
}
.abs-card-con .abs-card-con-logo {
  position: absolute;
  width: 20px;
  right: 15px;
  top: 15px;
  opacity: 0.2;
  
}
.abs-card-con .abs-card-con-money-stats{
  position: absolute;
  left: 10px;
  bottom: 5px;
}
.abs-card-con .abs-card-con-money-stats .abs-money-eth{
  font-size: 16px;
}
.abs-card-con .abs-card-con-money-stats .abs-money-usd{
  font-size: 11px;
  font-weight: bold;
}

.abs-card-con .abs-card-wallet-text{
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 13px;
}
.abs-left-navbar-list{
  width: 100%;
  height: 60%;
}
.abs-left-navbar-list ul {
  padding: 10px;
}
.abs-left-navbar-list ul li {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 10px;
  width: 100%;
  cursor: pointer;
  color: #383838;
  font-size: 13px;
}
.abs-left-navbar-list ul li img {
  
  width: 25px;
  padding: 5px;
}
.abs-left-navbar-list ul li:hover {
  background-color: #cbcaca;

}
.abs-right-con{
  padding: 5px;
  margin-left: 15px;
  width: 75%;
  overflow: auto;
  max-height: 100%; 
}
.abs-right-con-top{
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 100%;
  border-radius: 11px;
  height: 33%;
  
}
.abs-right-con-top .top-left-con {
  display: flex;
  position: absolute;
  left: 15px;
  top: 15px;
}
.abs-right-con-top .top-left-con .wallet-adr{
  display: flex;
  margin-left: 10px;
  background: rgb(217,215,215);
background: -moz-linear-gradient(90deg, rgba(217,215,215,1) 0%, rgba(163,164,164,1) 51%, rgba(233,231,231,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(217,215,215,1) 0%, rgba(163,164,164,1) 51%, rgba(233,231,231,1) 100%);
background: linear-gradient(90deg, rgba(217,215,215,1) 0%, rgba(163,164,164,1) 51%, rgba(233,231,231,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9d7d7",endColorstr="#e9e7e7",GradientType=1);
align-items: center;
border-radius: 11px;
padding: 0 5px;
}
.abs-right-con-top .top-left-con .wallet-adr span{
 font-size: 13px;
}
.abs-right-con-top .top-left-con .wallet-adr img{
 width: 20px;
 margin-left: 5px;
 background-color: #fff;
 padding: 3px;
 border-radius: 50%;
 margin-top: 5px;
 cursor: pointer;
}
.abs-right-con-top .top-left-con .wallet-adr img:hover{
 background-color: #e4e1e1;
}
.abs-right-con-top .top-left-con .tlcon-img{
 width: 30px;
 height: 30px;
 padding: 5px;
 border-radius: 50%;
 background-color: #00ff00;
 cursor: pointer;
}
.abs-right-con-top .bottom-left-con{
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.abs-right-con-top .bottom-left-con .bottom-left-money{
 display: flex;
 text-align: center;
 align-items: center;
}
.abs-right-con-top .bottom-left-con .bottom-left-money .money-eth{
 font-size: 21px;
}
.abs-right-con-top .bottom-left-con .bottom-left-money .money-usd{
 font-size: 13px;
 margin-left: 10px;
}
.abs-right-con-top .bottom-left-con .money-stats{
  display: flex;
}
.abs-right-con-top .bottom-left-con .money-stats .usdtats{
  font-size: 0.8em;
  color: #00ff00;
}
.abs-right-con-top .bottom-left-con .money-stats .stats-time{
  font-size: 0.8em;
  margin-left: 5px;
  color: #343333;
}
.abs-right-con-top .top-right-con{
  position: absolute;
  right: 15px;
  top:15px;
  display: flex;
}
.abs-right-con-top .top-right-con .abs-tr-button{
  display: flex;
  margin: 5px;
  padding: 5px 10px;
  border-radius: 11px;
  font-size: 13px;
  text-align: center;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  font-size: 11px;
  cursor: pointer;
}
.abs-right-con-top .top-right-con .abs-tr-button:hover{
  background-color: #eaeaea;
}

.abs-right-con-top .top-right-con .abs-tr-button:first-child{
  background-color: #000;
  color: #fff;
}
.abs-right-con-top .top-right-con .abs-tr-button:first-child:hover{
  background-color: #1d1d1d;
}
.abs-right-con-top .top-right-con .abs-tr-button img{
  width: 15px;
  margin-right: 5px;
}
.abs-right-con-top .bottom-right-con{
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.abs-right-con-bottom{
}
.abs-right-con-bottom .top-navbar{
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  width: 100%;
  height: 17%;
}
.top-navbar .button-list{
  display: flex;
  background: rgb(220,218,218);
background: -moz-linear-gradient(90deg, rgba(220,218,218,1) 0%, rgba(232,232,232,1) 51%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(220,218,218,1) 0%, rgba(232,232,232,1) 51%, rgba(255,255,255,1) 100%);
background: linear-gradient(90deg, rgba(220,218,218,1) 0%, rgba(232,232,232,1) 51%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dcdada",endColorstr="#ffffff",GradientType=1);
  border-radius: 11px;
  align-items: center;
  margin-top: 10px;
}
.top-navbar .button-list .button{
  margin: 5px;
  font-size: 0.8em;
  cursor: pointer;
}
.top-navbar .button-list .button:hover{
  color:#3b3b3b;
}
.top-navbar .button-list .button:first-child{
  background-color: #fff;
  padding: 6px;
  border-radius:11px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.top-navbar .search {
  padding: 5px;
  align-items: center;
  margin: 0;
  border: 1px solid #dcdada;
  border-radius: 11px;
  margin-top: 10px;
}
.top-navbar .search::placeholder {
  color: #cdcbcb;
  padding: 10px;
  font-size: 0.8em;
}


.abs-wrapper {
  position: relative;
  width: 100%;
  max-width: 1024px;
  top:10px;
}

.abs-canvas {
  position: relative;
  width: 100%;
}
.abs-right-con-bottom .list{
  margin-top: 10px;
}

.abs-right-con-bottom .list table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}


.abs-right-con-bottom .list table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.2em;
}
.abs-right-con-bottom .list table tr:hover{
  background-color: #e3e2e2;
  cursor: pointer;
}

.abs-right-con-bottom .list table th,
.abs-right-con-bottom .list table td {
  font-size: 0.8em;
  padding: 0.3em;
  text-align: center;
}

.abs-right-con-bottom .list table td span{
  text-align: center;
  margin-left: 10px;
  position: relative;
  top: -5px;
}
.abs-list-header{
  background: rgb(236,233,233);
  background: -moz-linear-gradient(90deg, rgba(236,233,233,1) 0%, rgba(242,242,242,1) 51%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(236,233,233,1) 0%, rgba(242,242,242,1) 51%, rgba(255,255,255,1) 100%);
  background: linear-gradient(90deg, rgba(236,233,233,1) 0%, rgba(242,242,242,1) 51%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ece9e9",endColorstr="#ffffff",GradientType=1);
  border-radius: 11px;
}
.abs-right-con-bottom .list table th {
  font-size: .7em;
  letter-spacing: .1em;
 
  
}
















.abs-right-con-bottom{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 100%;
  border-radius: 11px;
  height: 64%;
  margin-top: 2%;
}

.go-back-icon{
  display: none;
}

/* Squid Game Theme Start */
.squid-game-theme .popup-general-component .title-bar{
  transition: background-color 0.5s ease;
  background-color: 	#222222;
  color: #fff;
  
}
.squid-game-theme .popup-general-component-2 .title-bar{
  transition: background-color 0.5s ease;
  background-color: 	#222222;
  color: #fff;
  
}
.squid-game-theme .popup-general-component {
transition: background-color 0.5s ease;
background-color: 	#222222;
color: #fff;
}
.squid-game-theme .popup-general-component-2 {
transition: background-color 0.5s ease;
background-color: 	#222222;
color: #fff;

}

.squid-game-theme .taskbar{
transition: background-color 0.5s ease;
background-color: #222222;
color: #fff;
}
.squid-game-theme .supported-bin{
transition: background-color 0.5s ease;
background-color: #222222;
color: #fff;
}

.squid-game-theme .taskbar button{
transition: background-color 0.5s ease;
  background: 	#222222;
  border-color: #fff #000 #000 #fff;
  color: #fff;  

}
.squid-game-theme  .taskbar-tab.active {
  
background: #363636;
}
.squid-game-theme .bin-general-component{
transition: background-color 0.5s ease;
background-color: 	#222222;

}
.squid-game-theme .title-bar{
color: #fff;
transition: background-color 0.5s ease;
background-color: 	#222222;
}
.squid-game-theme .close-button{
background-color: 	#222222;
}
.squid-game-theme{
background-image: url("../images/blackLogo.png"); /* Varsayılan arka plan resmi */
background-size: cover;
background-position: center;
background-color: rgb(243, 12, 12);
transition: background-color 0.5s ease;  /* Arka plan rengi ve opaklık için geçiş */
cursor: default;
}
.squid-game-theme .classic, .squid-game-theme .window-url-bar {
background-color: #e3f5f4 !important;
color: #000;
}
.squid-game-theme .squid{
display: block;
}

.squid-game-theme {
  background-color: rgb(243, 12, 12);
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}

/* Kırmızı ışık efekti */
.red-light {
  background-color: rgb(33, 199, 33);
  transition: background-color 0.3s ease;
}
/* Mevcut CSS'e eklenecek */
.squid-shape {
  position: absolute;
  opacity: 0.85;
  transition: all 0.3s ease;
  pointer-events: none;
  animation: float 8s ease-in-out infinite;
}

/* Titreme animasyonu */
@keyframes shake {
  0%, 100% { transform: translate(0, 0) rotate(0); }
  10% { transform: translate(-2px, -2px) rotate(-1deg); }
  20% { transform: translate(2px, -2px) rotate(1deg); }
  30% { transform: translate(-2px, 2px) rotate(0); }
  40% { transform: translate(2px, 2px) rotate(1deg); }
  50% { transform: translate(-2px, -2px) rotate(-1deg); }
  60% { transform: translate(2px, -2px) rotate(0); }
  70% { transform: translate(-2px, 2px) rotate(-1deg); }
  80% { transform: translate(-2px, -2px) rotate(1deg); }
  90% { transform: translate(2px, 2px) rotate(0); }
}

/* Kırmızı ışık yandığında titreme efekti */
.squid-shape.shake {
  animation: shake 0.5s ease-in-out infinite;
}

/* Normal durumda süzülme animasyonu */
@keyframes float {
  0% {
      transform: translate(0, 0) rotate(0);
  }
  33% {
      transform: translate(10px, -15px) rotate(2deg);
  }
  66% {
      transform: translate(-10px, -25px) rotate(-2deg);
  }
  100% {
      transform: translate(0, 0) rotate(0);
  }
}

/* Kırmızı ışık durumunda genel efektler */
.red-light .squid-shape {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

/* Doll döndüğünde şekillerin animasyonunu değiştir */
.red-light .squid-shape {
  animation: shake 0.5s ease-in-out infinite !important;
}
/* Dalgona şekilleri */
.dalgona {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid #000;
  background: transparent;
  opacity: 0.8;
  animation: float 3s ease-in-out infinite;
}

.dalgona.circle {
  border-radius: 50%;
}

.dalgona.triangle {
  background: none;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 35px solid #000;
}

.dalgona.square {
  border: 2px solid #000;
}
.squid-shape {
  position: absolute;
  opacity: 0.85;
  transition: all 0.3s ease;
  pointer-events: none;
  animation: float 8s ease-in-out infinite;
}

@keyframes float {
  0% {
      transform: translate(0, 0) rotate(0);
  }
  33% {
      transform: translate(10px, -15px) rotate(2deg);
  }
  66% {
      transform: translate(-10px, -25px) rotate(-2deg);
  }
  100% {
      transform: translate(0, 0) rotate(0);
  }
}

/* Medya sorguları - responsive tasarım için */
@media (max-width: 768px) {
  .squid-shape {
      transform: scale(0.8);
  }
}



@keyframes float {
  0%, 100% {
      transform: translateY(0) rotate(45deg);
  }
  50% {
      transform: translateY(-20px) rotate(45deg);
  }
}

/* Maske şekilleri */
.mask-container {
  position: fixed;
  top: 90px;
  right: 20px;
  display: flex;
  gap: 20px;
}

.mask-shape {
  width: 30px;
  height: 30px;
  background-color: white;
  animation: pulse 2s infinite;
}

.mask-shape.circle {
  border-radius: 50%;
}

.mask-shape.triangle {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.mask-shape .square {
  /* Kare zaten default şekil */
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}
/* Animasyon sırasında şekillerin dönmesi */
@keyframes rotateSlow {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.dalgona {
    animation: float 3s ease-in-out infinite, rotateSlow 10s linear infinite;
}
/* Doll (영희) */
.doll {
  position: fixed;
  bottom: -73px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 150px;
  background: url('../images/doll.png') no-repeat center center; /* Bebek resmi ekleyin */
  background-size: contain;
  transition: transform 0.5s ease;
}

.doll.turned {
  transform: translate(-50%, -50%) rotateY(180deg);
  background: url('../images/dollturned.png') no-repeat center center; 
  background-size: contain;
  transition: transform 0.5s ease;

}

/* Neon efekti */
.squid-game-theme::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  pointer-events: none;
}

/* Ekstra animasyonlar */
@keyframes glitch {
  0% { transform: translate(0); }
  20% { transform: translate(-5px, 5px); }
  40% { transform: translate(-5px, -5px); }
  60% { transform: translate(5px, 5px); }
  80% { transform: translate(5px, -5px); }
  100% { transform: translate(0); }
}

.squid-game-theme.red-light .dalgona {
  animation: glitch 0.3s infinite;
}


/* Brave Theme Start */
.brave-theme .popup-general-component .title-bar{
  transition: background-color 0.5s ease;
  background-color:#ff5500;
  color: #000;
  
}
.brave-theme .popup-general-component-2 .title-bar{
  transition: background-color 0.5s ease;
  background-color: #ff5500;
  color: #000;
  
}
.brave-theme .popup-general-component-3{
  transition: background-color 0.5s ease;
  background-color: #ff5500;
  color: #000;
  
}
.brave-theme .supported-bin{
  transition: background-color 0.5s ease;
  background-color: #ff5500;
  color: #000;
  
}
.brave-theme .popup-general-component {
transition: background-color 0.5s ease;
background-color: #ff5500;
color: #000;
}
.brave-theme .popup-general-component-2 {
transition: background-color 0.5s ease;
background-color: #ff5500;
color: #000;

}
.brave-theme .taskbar{
transition: background-color 0.5s ease;
background-color: #ff5500;
border-color: #000 #000 #000 #000;
color: #000;
}
.mcdonalds-theme .supported-bin{
  background-color: #ff5500;
}

.brave-theme .taskbar button{
transition: background-color 0.5s ease;
  background: #ff5500;
  border-color: #000 #000 #000 #000;
  color: #000;  

}
.brave-theme  .taskbar-tab.active {
  
background: #ff5500;
}
.brave-theme .bin-general-component{
transition: background-color 0.5s ease;
background-color: #ff5500;

}
.brave-theme .title-bar{
color: #000;
transition: background-color 0.5s ease;
background-color: #ff5500;
}
.brave-theme .close-button{
background-color: #ff5500;
}
.brave-theme{
background-image: url("../images/HTBRAVE.png"); 
background-size: cover;
background-position: center;
background-color: #c25115;
transition: background-color 0.5s ease;  /* Arka plan rengi ve opaklık için geçiş */
cursor: default;
}
.brave-theme .classic, .brave-theme .window-url-bar {
background-color: #fff !important;
color: #000;
}


#brave-popup{
    top: 50%;
    left: 50%;
    max-width: 600px;
    max-height: 600px;
    width: 100%;
    height: 100%; 
    display: none;
}
#terms-and-conditions{
    top: 50%;
    left: 50%;
    max-width: 600px;
    max-height: 600px;
    width: 100%;
    height: 100%; 
    display: none;
}
#privacy-policy{
    top: 50%;
    left: 50%;
    max-width: 600px;
    max-height: 600px;
    width: 100%;
    height: 100%; 
    display: none;
    overflow-y: auto;
}
#hotdogs-meta{
    top: 50%;
    left: 50%;
    max-width: 600px;
    max-height: 600px;
    width: 100%;
    height: 100%; 
    overflow-y: auto;
}

/* CSS Kodu */

.wallet-connection {
  text-align: center;
  margin: 20px 0;
}

.wallet-connection p {
  font-size: 16px;
  color: #333;
}

.connect-wallet-button {
  background-color: #ff8c00;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 10px;
}

.connect-wallet-button:hover {
  background-color: #e67e00;
}

.magic-eden-an {
  display: inline-block;
  animation: jump 2s infinite;
  transform-origin: center bottom;
}

@keyframes jump {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}

.status-message {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
}

.status-message.success {
  color: green;
}

.status-message.error {
  color: red;
}

.popup-terms {
  overflow-y: auto;
  max-height: 400px; /* İhtiyacına göre yükseklik ayarla */
  word-wrap: break-word;
}

.btn-brave {
  background: #ff5500;
  color: white;
  border: none;
  margin-top: 20px;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.brave-text {
  width: 80%;
  font-size: 16px;
  margin: 15px 0;
  line-height: 1.5;
}
.btn-brave:hover {
  background: #ff7700;
}

/* Squid Game Theme Start */
.mcdonals-theme .popup-general-component .title-bar{
  transition: background-color 0.5s ease;
  background-color:#ffc600;
  color: #000;
  
}
.mcdonals-theme .popup-general-component-2 .title-bar{
  transition: background-color 0.5s ease;
  background-color: #ffc600;
  color: #000;
  
}
.mcdonals-theme .popup-general-component {
transition: background-color 0.5s ease;
background-color: #ffc600;
color: #000;
}
.mcdonals-theme .popup-general-component-2 {
transition: background-color 0.5s ease;
background-color: #ffc600;
color: #000;

}
.mcdonals-theme .taskbar{
transition: background-color 0.5s ease;
background-color: #cda204;
border-color: #000 #000 #000 #000;
color: #000;
}
.mcdonals-theme .supported-bin{
  background-color: #ffc600;
}
.mcdonals-theme .taskbar button{
transition: background-color 0.5s ease;
  background: #ffc600;
  border-color: #000 #000 #000 #000;
  color: #000;  

}
.mcdonals-theme  .taskbar-tab.active {
  
background: #ffc600;
}
.mcdonals-theme .bin-general-component{
transition: background-color 0.5s ease;
background-color: #ffc600;

}
.mcdonals-theme .title-bar{
color: #000;
transition: background-color 0.5s ease;
background-color: #ffc600;
}
.mcdonals-theme .close-button{
background-color: #ffc600;
}
.mcdonals-theme{
background-image: url("../images/mcdonaldsbgLogo.png"); /* Varsayılan arka plan resmi */
background-size: cover;
background-position: center;
background-color: #c25115;
transition: background-color 0.5s ease;  /* Arka plan rengi ve opaklık için geçiş */
cursor: default;
}
.mcdonals-theme .classic, .mcdonals-theme .window-url-bar {
background-color: #f4ebcb !important;
color: #000;
}
.mcdonals-theme .mcdonalds{
display: block;
}





/* zombie theme start*/

.zombie-theme .taskbar{
  transition: background-color 0.5s ease;
  background-color: #000;
  color: #fff;
}
.zombie-theme .kurdeleCon{
  color: #fff;
}
.zombie-theme .draggableImage span {
  margin-top: 5px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
}
.zombie-theme .popup-general-component .title-bar{
  transition: background-color 0.5s ease;
  background-color: #3b3a56 ;
  color: #fff;
  
}
.zombie-theme .popup-general-component-2 .title-bar{
  transition: background-color 0.5s ease;
  background-color: #3b3a56 ;
  color: #fff;
  
}
.zombie-theme .supported-bin{
  transition: background-color 0.5s ease;
  background-color: #3b3a56 ;
  color: #fff;
  
}
.zombie-theme .popup-general-component {
transition: background-color 0.5s ease;
background-color: #3b3a56 ;
color: #fff;
}
.zombie-theme .popup-general-component-2 {
transition: background-color 0.5s ease;
background-color: #3b3a56 ;
color: #fff;

}
.zombie-theme .taskbar{
transition: background-color 0.5s ease;
background-color: #3b3a56 ;
color: #fff;
}
.zombie-theme .taskbar{
transition: background-color 0.5s ease;
background-color: #3b3a56;
color: #fff;
}
.zombie-theme .taskbar button{
transition: background-color 0.5s ease;
  background: #3b3a56 ;
  border-color: #fff #000 #000 #fff;
  color: #fff;  

}
.zombie-theme  .taskbar-tab.active {
  
background: #302f46;
}
.zombie-theme .bin-general-component{
transition: background-color 0.5s ease;
background-color: #3b3a56 ;

}
.zombie-theme .title-bar{
color: #fff;
transition: background-color 0.5s ease;
background-color: #3b3a56 ;
}
.zombie-theme .close-button{
background-color: #3b3a56 ;
}
.zombie-theme{
background-image: url("../images/zombieDogBg.png"); /* Varsayılan arka plan resmi */
background-size: cover;
background-position: center;
transition: background-color 0.5s ease;  /* Arka plan rengi ve opaklık için geçiş */
cursor: default;
}
.zombie-theme .classic, .zombie-theme .window-url-bar {
background-color: #8786bc !important;
color: #000;
}
.zombie-theme .zombie{
display: block;
}
.zombie-theme {
  background-color: #1e1d2f;
  transition: background-color 0.5s;
  position: relative;
  overflow: hidden;
}

.blood {
  position: absolute;
  top: -60px;
  background: linear-gradient(to bottom, #8b0000, #660000);
  opacity: 0.7;
  border-radius: 50%;
  animation: bloodfall 4s linear;
  filter: drop-shadow(0 0 5px rgba(139, 0, 0, 0.5)); 
}

@keyframes bloodfall {
  0% {
      transform: translateY(-20px);
      opacity: 0.7;
  }
  80% {
      opacity: 0.7;
  }
  100% {
      transform: translateY(100vh);
      opacity: 0;
  }
}

/* Ekran sallama efekti */
.shake-effect {
  animation: shake 0.5s ease-in-out infinite;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  75% { transform: translateX(5px); }
}

/* Şimşek efekti */
.lightning {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  animation: flash 0.15s ease-in;
  pointer-events: none;
  z-index: 1000;
}

@keyframes flash {
  0% {
      opacity: 0;
  }
  50% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}

.rain {
  position: absolute;
  top: -50px;
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.4));
  width: 1px;
  height: 20px;
  animation: rainfall linear infinite;
  opacity: 0.3;
}

@keyframes rainfall {
  0% {
      transform: translateY(-50px) skewX(-15deg);
  }
  100% {
      transform: translateY(calc(100vh + 50px)) skewX(-15deg);
  }
}

/* Yağmur damlası izi efekti */
.rain::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 3px;
  height: 3px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

/* Zombie teması güncelleme */
.zombie-theme {
  transition: background-color 0.5s;
  position: relative;
  overflow: hidden;
}

/* Yağmur sisi efekti */
.zombie-theme::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.1)
  ); 
  pointer-events: none;
}

/* Şimşek parlaması sırasında yağmur damlalarının daha görünür olması için */
.lightning + .rain {
  opacity: 0.6;
}

/* Zombie teması için karanlık efekt */
.zombie-theme::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: radial-gradient(circle at center, transparent 0%, rgba(0,0,0,0.3) 100%); */
  pointer-events: none;
}
  .popup-general-component  .content{
    background-image: url(../images/popup-background.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    
}
  .popup-general-component-2  .content{
    background-image: url(../images/popup-background.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    
}
/* zombie theme end */




/* Heaven theme */

.heaven-theme .popup-general-component .title-bar{
  transition: background-color 0.5s ease;
  background-color: #88b2ff;
  color: #000;
  
}
.heaven-theme .popup-general-component-2 .title-bar{
  transition: background-color 0.5s ease;
  background-color: #88b2ff;
  color: #000;
  
}
.heaven-theme .popup-general-component {
transition: background-color 0.5s ease;
background-color: #88b2ff;
color: #000;
}
.heaven-theme .popup-general-component-2 {
transition: background-color 0.5s ease;
background-color: #88b2ff;
color: #000;

}
.heaven-theme .taskbar{
transition: background-color 0.5s ease;
background-color: #566d98;
color: #000;
}
.heaven-theme .supported-bin{
transition: background-color 0.5s ease;
background-color: #88b2ff;
color: #000;
}

.heaven-theme .taskbar button{
transition: background-color 0.5s ease;
  background: #405271;
  border-color: #000 #000 #000 #000;
  color: #000;  

}
.heaven-theme  .taskbar-tab.active {
  
background: #405271;
}
.heaven-theme .bin-general-component{
transition: background-color 0.5s ease;
background-color: #88b2ff;

}
.heaven-theme .title-bar{
color: #000;
transition: background-color 0.5s ease;
background-color: #88b2ff;
}
.heaven-theme .close-button{
background-color: #88b2ff;
}
.heaven-theme{
background-image: url("../images/goldlogo.png");
z-index: 9999; /* Varsayılan arka plan resmi */
background-size: cover;
background-position: center;
background-color: #88b2ff;
transition: background-color 0.5s ease;  /* Arka plan rengi ve opaklık için geçiş */
cursor: default;
}
.heaven-theme .classic, .heaven-theme .window-url-bar {
background-color: #c7d6f1 !important;
color: #000;
}
.heaven-theme .heaven{
display: block;
}


.heaven-theme {
  background: linear-gradient(to bottom, #87CEEB, #E0FFFF);
  transition: all 1s ease;
  position: relative;
  overflow: hidden;
}

.heaven-glow {
  animation: heavenGlow 4s infinite alternate;
}

@keyframes heavenGlow {
  0% { filter: brightness(1); }
  100% { filter: brightness(1.2); }
}

/* Tüy Efekti */
.feather {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url('feather.png') no-repeat center center; /* Tüy resmi ekleyin */
  opacity: 0.7;
  animation: featherFall 15s linear infinite;
}

@keyframes featherFall {
  0% {
      transform: translateY(-100px) rotate(0deg) translateX(0);
      opacity: 0;
  }
  10% { opacity: 0.7; }
  100% {
      transform: translateY(100vh) rotate(360deg) translateX(100px);
      opacity: 0;
  }
}

/* Işık Huzmeleri */
.light-beams {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.beam {
  position: absolute;
  top: -50%;
  width: 100px;
  height: 200vh;
  background: linear-gradient(to bottom, 
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0) 100%);
  transform: rotate(45deg);
  animation: beamMove 8s infinite;
}

@keyframes beamMove {
  0% { transform: rotate(45deg) translateX(-100%); opacity: 0; }
  50% { opacity: 0.5; }
  100% { transform: rotate(45deg) translateX(100%); opacity: 0; }
}

/* Parıltı Efekti */
.sparkle {
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: white;
  border-radius: 50%;
  animation: sparkleFloat infinite;
}

.sparkle::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  transform: rotate(45deg);
}

@keyframes sparkleFloat {
  0%, 100% {
      transform: scale(0.3) translate(0, 0);
      opacity: 0;
  }
  50% {
      transform: scale(1) translate(10px, -10px);
      opacity: 0.8;
  }
}

/* Yumuşak Bulutlar */
.heaven-theme::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('clouds.png') repeat; /* Bulut resmi ekleyin */
  opacity: 0.3;
  animation: cloudMove 60s linear infinite;
  pointer-events: none;
}

@keyframes cloudMove {
  from { background-position: 0 0; }
  to { background-position: 100% 0; }
}
.popup-general-component iframe {
  overflow: hidden;
}
.popup-general-component-2 iframe {
  overflow: hidden;
}
#popup-window-1{
  display: block;
  top: 50%;
  left: 35%;
  max-width: 800px;
  max-height: 800px;
  width: 60%;
  height: 80%;
  
}
#popup-window-2{
  top: 62%;
  left: 65%;
  max-width: 348px;
  max-height: 350px;
  width: 60%;
  height: 80%;
  object-fit: contain;
 
}
#popup-window-3{
  top: 62%;
  left: 65%;
  max-width: 348px;
  max-height: 350px;
  width: 60%;
  height: 80%;
  object-fit: contain;
 
}
#crypto-prices{
  display: block; 
  height: 45.5%; 
  left:80%; 
  top: 280px; 
  position:fixed;
  width: 30%;
}

.make-full{
  height: 94%;
}

.popup-buttons-con{
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.popup-buttons-con img{
  max-width: 200px;
  width: 200px;
  margin: 150px;
}

.bin-general-component .component .whitepaper {
  display: flex;
  justify-content: bottom;
}
.popup-text{

  max-width: 750px !important; 
  width: 100%;
  height: 120%;
  margin-top:70px; 
  right: 30px;
}

.whitepaper-image{
  width: 400px; position:absolute; bottom:5px;
}



/* Honorary section */




/* Pencere stili */
.honorary-window {
  width: 600px; /* İstediğiniz genişlik */
  height: 100%; /* İstediğiniz yükseklik */
  overflow-y: auto; /* Dikey kaydırma */
  /* border: 2px solid #000; Windows95 kenarlık stili 
  background-color: #C0C0C0;  Windows95 arka plan rengi  */
  padding: 10px;
  box-sizing: border-box;
 
}

#honorary-file{
  height: 550px !important;
  width: 600px;
}

/* Galeri stili */
.honorary-gallery {
  display: flex;
  flex-wrap: wrap; /* İçeriklerin satır satır dizilmesi */
  margin: -5px; /* Negatif margin for proper spacing */
  padding: 10px;
}

/* Galeri öğesi stili */
.honorary-item {
  width: calc(24.5% - 10px); /* 4 kolon için genişlik ayarı */
  margin: 5px;
  box-sizing: border-box;
  /* İçerik hizalama */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10px;

  
}
.honorary-item img {
  width: 100px; /* İsteğe bağlı resim genişliği */
  height: 100px; /* İsteğe bağlı resim yüksekliği */
  margin-bottom: 10px; /* İsteğe bağlı alt boşluk */
  object-fit: contain; /* Resim boyutu */
  cursor: pointer;
}
.honorary-item span{
  font-size: 11px;
  font-weight: 600;
  color: #000;
}

/* Scrollbar genel stili */
.honorary-window::-webkit-scrollbar {
  width: 10px; /* Windows 95 kaydırma çubuğu genişliği */
  background-color: #9cd7a0; /* Arka plan rengi */
}

/* Scrollbar track (arka plan) */
.honorary-window::-webkit-scrollbar-track {
  background-color: #C0C0C0; /* Genel arka plan rengi */
  border-left: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
}

/* Scrollbar thumb (kaydırma çubuğu) */
.honorary-window::-webkit-scrollbar-thumb {
  background-color: #9cd7a0; /* Kaydırma çubuğu rengi */
  border-left: 1px solid #557e58;
  border-top: 1px solid #557e58;
  border-right: 1px solid #557e58;
  border-bottom: 1px solid #557e58;
  box-shadow: inset 0 0 0 1px #557e58;
  cursor: grab;

}


.hotdogsbat-window {
  position: absolute;
  width: 300px;
  height: 200px;
  border: 2px solid #000;
  background-color: #C0C0C0;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
  z-index: 1000;
}

.hotdogsbat-header {
  background-color: #808080;
  border-bottom: 2px solid #000;
  color: #000;
  padding: 5px;
  font-size: 14px;
  cursor: move;
  user-select: none;
  position: relative;
}

.hotdogsbat-content {
  background-size: cover;
  background-position: center;
  background-position-y: center;
}
.hotdogsbat-content p {
  margin: 10px;
}
.hotdogsbat-content img{
  width: 99%;
  height: 99%;
}

.hotdogsbat-close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 16px;
  height: 16px;
  background-image: url('../images/close.svg'); 
  background-size: cover;
  cursor: pointer;
}




.slider {
  position: relative;
  width: 100%;
  height: 100%; /* Slider yüksekliği (isteğinize göre ayarlayın) */
  overflow: hidden;
}

.slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  object-fit: cover; /* Resmin konteynıra sığması için */
}

.slider .slide.active {
  opacity: 1;
}




















































/* RESPONSIVE SCREEN SIZES */



/** MOBİL */
@media screen and (max-width: 767px) { 

  #abs-wallet{
    top: 50%;
    left: 50%;
    max-width: 800px;
    max-height: 800px;
    width: 100%;
    height: 100%;
    
  
  }

  .absGeneralCon{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px;
  }
  .abs-left-navbar{
    display: none;
    width: 95%;
    height: 25%;
    border-radius: 11px;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .abs-logo-con{
    width: 40%;
    height: 40%;
    display: none;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin-top: 20px;
  }
  .abs-logo-con img{
    margin: 10px;
    width: 80%;
  }
  .abs-card-con{
    position: relative;
    width: 80%;
    height: 90%;
    
    border-radius: 11px;
    margin: 10px auto;
  }
  .abs-card-con .abs-card-con-logo {
    position: absolute;
    width: 20px;
    right: 15px;
    top: 15px;
    opacity: 0.2;
    
  }
  
  .abs-card-con .abs-card-con-money-stats{
    position: absolute;
    left: 10px;
    bottom: 5px;
  }
  .abs-card-con .abs-card-con-money-stats .abs-money-eth{
    font-size: 1.5em;
  }
  .abs-card-con .abs-card-con-money-stats .abs-money-usd{
    font-size: 0.9em;
    font-weight: bold;
  }
  
  .abs-card-con .abs-card-wallet-text{
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 1em;
  }
  .abs-left-navbar-list{
   display: none;
  }
  
  .abs-right-con{
    margin-left: 15px;
    margin-top: 5px;
    width: 98%;
    height: 100%;
  }
  .abs-right-con-top{
    position: relative;
    width: 100%;
    border-radius: 11px;
    height: 35%;
    
  }
  .abs-right-con-top .top-left-con {
    display: flex;
    position: absolute;
    left: 15px;
    top: 15px;
  }
  .abs-right-con-top .top-left-con .wallet-adr{  
    margin-left: 10px;
  align-items: center;
  border-radius: 11px;
  padding: 0 5px;
  }
  .abs-right-con-top .top-left-con .wallet-adr span{
   font-size: 13px;
  }
  .abs-right-con-top .top-left-con .wallet-adr img{
   width: 20px;
   margin-left: 5px;
   background-color: #fff;
   padding: 3px;
   border-radius: 50%;
   margin-top: 5px;
   cursor: pointer;
  }
  .abs-right-con-top .top-left-con .wallet-adr img:hover{
   background-color: #e4e1e1;
  }
  .abs-right-con-top .top-left-con .tlcon-img{
   width: 30px;
   height: 30px;
   padding: 5px;
   border-radius: 50%;
   background-color: #00ff00;
   cursor: pointer;
  }
  .abs-right-con-top .bottom-left-con{
    position: absolute;
    bottom: 30px;
    left: 15px;
  }
 


  .abs-right-con-top .top-right-con{
    position: absolute;
    left: 12px;
    top:50px;
    display: flex;
  }
 

  .abs-right-con-bottom .top-navbar{
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 100%;
    height: 17%;
  }
  .top-navbar .button-list{
   
    align-items: center;
    margin-top: 10px;
  }
  .top-navbar .button-list .button{
    margin: 5px;
    font-size: 0.7em;
    cursor: pointer;
  }


  .top-navbar .search {
    padding: 5px;
    width: 20%;
    align-items: center;
    margin: 0;
    border: 1px solid #dcdada;
    border-radius: 11px;
    margin-top: 10px;
  }
  
  
  .abs-right-con-bottom .list{
    margin-top: 10px;
  }
  
  .abs-right-con-bottom .list table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }
  
  
  .abs-right-con-bottom .list table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 0.2em;
    
  }
  .abs-right-con-bottom .list table tr:hover{
    background-color: #e3e2e2;
    cursor: pointer;
  }
  
  .abs-right-con-bottom .list table th,
  .abs-right-con-bottom .list table td {
    font-size: 0.8em;
    padding: 0.3em;
    text-align: center;
  }
  
  .abs-right-con-bottom .list table td span{
    text-align: center;
    margin-left: 10px;
    position: relative;
    top: -5px;
  }

  
 
  .container{
    max-width: 767px;
    width: 100%;
    height: 100vh;
}
.snowBottom{
  left: 25%;
}
.honorary-window{
  height: 240px;
}
.honorary-item {
  width: calc(50% - 10px); /* 3 kolon */
  
}
.mobile-warning{
  display: block;
}
.honorary-item span{
  font-size: 12px;
}
.bin-container{
  display: none !important;
}

  .taskbar{
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0px;
    height: 35px;
    border: 1px solid #fff;

    
}
#popup-window-2{
  top: 62%;
  left: 65%;
  max-width: 350px;
  max-height: 260px;
  width: 240px;
  height: 260px;
}
.window-inner-files{
  position: relative;
  left: -5px;
}
.window-inner-files span{
  font-size: 9px;
  align-items: center;
  text-align: center;
 }
 .window-inner-files img{
   margin: 7px;
   cursor: pointer;
   position: relative;
  left: -5px;
 }

.supportCon{
  top: 80%;
  left:50%;
  max-width:250px;
  width: 75%; 
  height: 120px;
}


/* Popup */
.popup-general-component {
  position: absolute;
  overflow:hidden;
  
}
.popup-text{
  width: 260px !important;
  height: 750px !important; 
  margin-top:0px; 
  right: -10px;
}
.popup-general-component  .content{
  background-size: cover;
  display: flex;
  flex-direction: column;
  
}


#popup-window-1{
top: 25%;
left:53%;
width: 300px;
height: 300px;
}

.popup-buttons-con img{
  width: 70px;
  top: 100px;
  margin: 150px;
}

.draggableImage {
  width:45px;
  height: 80px;
  position: absolute;
  top: 0; /* Başlangıç yüksekliği */
  left: 0; /* Başlangıç genişliği */
}

.draggableImage img {
  width: 100%;
  height: auto;
}
.draggableImage span {
  margin-top: 5px;
  text-align: center;
  font-size: 8px;
  color: #000;
  font-weight: 700;
}


.draggableImage:nth-child(1) {
  top: 25px;
  left: 25px;
}

.draggableImage:nth-child(2) {
  top: 100px; 
  left: 25px;
}
.draggableImage:nth-child(3) {
  top: 175px;
  left: 25px;
}
.draggableImage:nth-child(4) {
  top: 250px;
  left: 25px;
}


.draggableImage:nth-child(5) {
  top: 325px;
  left: 25px;
}

.draggableImage:nth-child(6) {
  top: 400px;
  left: 25px;
}

.draggableImage:nth-child(7) {
  top: 475px;
  left: 25px;
}

.draggableImage:nth-child(8) {
  top: 25px;
  left: 100px;
}
.draggableImage:nth-child(9) {
  top: 100px;
  left: 100px;
}
.draggableImage:nth-child(10) {
  top: 175px;
  left: 100px;
}
.draggableImage:nth-child(11) {
  top: 250px;
  left: 100px;
}
.draggableImage:nth-child(12) {
  top: 325px;
  left: 100px;
}
.draggableImage:nth-child(13) {
  top: 400px;
  left: 100px;
}
.draggableImage:nth-child(14) {
  top: 475px;
  left: 100px;
}


.bin-general-component {
  top: 50%;
  left: 200px;
  width: 300px;
  height: 300px;
  
}

.title-bar {
  padding: 5px;
  font-size: 12px;
}
.window-title {
  padding-left: 5px;
  font-weight: 600;
}
.whitepaper-image{
  width: 300px; position:absolute; bottom:1px;
}

.credit-logo-text{
  display: none;
}

#crypto-prices{
  display: none; 
}

.collabCon{
  display: none;
}
#popup-window-1{
  display: block;
}



  }

   /** Tablet */
  @media screen and (min-width: 768px) and (max-width: 1024px) {

    #abs-wallet{
      display: block;
      top: 50%;
      left: 35%;
      max-width: 800px;
      max-height: 600px;
      width: 88%;
      height: 80%; 
    
    }

    .collabCon{
      display: none;
    }
    #crypto-prices{
      display: none; 
   
    }
    .mobile-warning{
      display: block;
    }
    .snowBottom{
      left: 25%;
    }
    .draggableImage {
      width:50px;
      height: 80px;
      position: absolute;
      top: 0; /* Başlangıç yüksekliği */
      left: 0; /* Başlangıç genişliği */
    }
    .supportCon{
      
        top: 80%;
        max-width: 250px;
        max-height: 120px;
        left:40%;
        width: 35%; 
        height: 140px;
      
    }
    
    .draggableImage img {
      width: 100%;
      height: auto;
    }
    .draggableImage span {
      margin-top: 5px;
      margin-left: 5px;
      text-align: center;
      font-size: 8px;
      color: #000;
      font-weight: 700;
    }

    
.draggableImage:nth-child(1) {
  top: 25px;
  left: 25px;
}

.draggableImage:nth-child(2) {
  top: 100px; 
  left: 25px;
}
.draggableImage:nth-child(3) {
  top: 175px;
  left: 25px;
}
.draggableImage:nth-child(4) {
  top: 250px;
  left: 25px;
}


.draggableImage:nth-child(5) {
  top: 325px;
  left: 25px;
}

.draggableImage:nth-child(6) {
  top: 400px;
  left: 25px;
}

.draggableImage:nth-child(7) {
  top: 475px;
  left: 25px;
}

.draggableImage:nth-child(8) {
  top: 25px;
  left: 100px;
}
.draggableImage:nth-child(9) {
  top: 100px;
  left: 100px;
}
.draggableImage:nth-child(10) {
  top: 175px;
  left: 100px;
}
.draggableImage:nth-child(11) {
  top: 250px;
  left: 100px;
}
.draggableImage:nth-child(12) {
  top: 325px;
  left: 100px;
}
.draggableImage:nth-child(13) {
  top: 400px;
  left: 100px;
}
.draggableImage:nth-child(14) {
  top: 475px;
  left: 100px;
}

/* Popup */
.popup-general-component {
  position: absolute;
  overflow:hidden;
  
}
.popup-text{
  width: 100%;
  height: 750px !important; 
  margin-top:0px; 
  right: -10px;
}
.popup-general-component  .content{
  background-size: cover;
  display: flex;
  flex-direction: column;
  
}

#popup-window-1{
  position: absolute;
  top: 39%;
left: 45%;
width: 460px;
height: 460px;
}

.popup-buttons-con img{
  width: 120px;
  top: 100px;
  margin: 150px;
}

    
}

/** Küçük masaüstü ekranlar */
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  #abs-wallet{
    display: block;
    top: 50%;
    left: 35%;
    max-width: 800px;
    max-height: 600px;
    width: 88%;
    height: 80%;
    
  }
  #crypto-prices{
    display: block; 
    height: auto; 
    left:80%; 
    min-width: 380px;
    top: 210px; 
    position:relative;
    width: 37%;
    overflow-y: auto;
  }
  .supportCon{
  
    top: 85%;
    left:60%;
    width: 23%; 
    height: 130px;
  
}
  
  
  .snowBottom{
    left: 25%;
  }
  .marketPrices{
    background-color: #000 !important;
    width: 100%;
    height: 100%;
  }
   #cryptoPrices p {
    font-size: 13px;
    display: flex;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px;
   }
   #cryptoPrices p:hover {
   background-color: #151515;
   }
   #cryptoPrices p img {
   width: 30px;
   height: 30px;
   margin-right: 10px;
   }
  
   .crypto-item 
  .draggableImage:active{
  cursor: move;
  background :#0984e3;
  opacity: 0.6;
  border: 1px dotted #fff;
  }
  
  .crypto-item span{
    margin: 0 2px 0 10px;
   position: relative;
   font-weight: 600;
   color: #07cc6e;
  }
  .draggableImage {
    width:60px;
    height: 80px;
    padding: 5px;
    position: absolute;
    top: 0; /* Başlangıç yüksekliği */
    left: 0; /* Başlangıç genişliği */
  }
  
  .draggableImage img {
    width: 100%;
    height: auto;
  }
  .draggableImage span {
    margin-top: 5px;
    text-align: center;
    font-size: 10px;
    color: #000;
    font-weight: 700;
  }

  
.draggableImage:nth-child(1) {
top: 25px;
left: 25px;
}

.draggableImage:nth-child(2) {
top: 100px; 
left: 25px;
}
.draggableImage:nth-child(3) {
top: 175px;
left: 25px;
}
.draggableImage:nth-child(4) {
top: 250px;
left: 25px;
}


.draggableImage:nth-child(5) {
top: 325px;
left: 25px;
}

.draggableImage:nth-child(6) {
top: 400px;
left: 25px;
}

.draggableImage:nth-child(7) {
top: 475px;
left: 25px;
}

.draggableImage:nth-child(8) {
top: 25px;
left: 100px;
}
.draggableImage:nth-child(9) {
top: 100px;
left: 100px;
}
.draggableImage:nth-child(10) {
top: 175px;
left: 100px;
}
.draggableImage:nth-child(11) {
top: 250px;
left: 100px;
}
.draggableImage:nth-child(12) {
top: 325px;
left: 100px;
}
.draggableImage:nth-child(13) {
top: 400px;
left: 100px;
}
.draggableImage:nth-child(14) {
top: 475px;
left: 100px;
}

/* Popup */
.popup-general-component {
position: absolute;
overflow:hidden;

}
.popup-text{
width: 100%;
height: 750px !important; 
margin-top:0px; 
right: -10px;
}
.popup-general-component  .content{
background-size: cover;
display: flex;
flex-direction: column;

}

#popup-window-1{
left: 38%;
width: 500px;
height: 500px;
}

.popup-buttons-con img{
width: 120px;
top: 100px;
margin: 150px;
}
.bin-general-component {
  top: 50%;
  left: 200px;
  width: 300px;
  height: 300px;
  
}

.title-bar {
  padding: 5px;
  font-size: 12px;
}
.window-title {
  padding-left: 5px;
  font-weight: 600;
}
.whitepaper-image{
  width: 300px; position:absolute; bottom:1px;
}

.credit-logo-text{
  display: none;
}

#crypto-prices{
  display: none; 
}

.collabCon{
  display: none;
}
#popup-window-1{
  display: block;
}



  }

   /** Büyük masaüstü ekranlar için stiller */
@media screen and (min-width: 1281px) and (max-width: 1360px) {
  #crypto-prices{
    display: block; 
    height: auto; 
    left:80%; 
    min-width: 380px;
    top: 210px; 
    position:relative;
    width: 20%;
    overflow-y: auto;
  }
  .supportCon{
  
    top: 85%;
    left:65%;
    width: 20%; 
    height: 120px;
  
}
  .snowBottom{
    left: 45%;
  }
  .marketPrices{
    background-color: #000 !important;
    width: 100%;
    height: 100%;
  }
   #cryptoPrices p {
    font-size: 18px;
    display: flex;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
   }
   
   #cryptoPrices p:hover {
   background-color: #151515;
   }
   #cryptoPrices p img {
   width: 30px;
   height: 30px;
   margin-right: 10px;
   }
  
   .crypto-item 
  .draggableImage:active{
  cursor: move;
  background :#0984e3;
  opacity: 0.6;
  border: 1px dotted #fff;
  }
  
  .crypto-item span{
    margin: 0 2px 0 10px;
   position: relative;
   font-weight: 600;
   color: #07cc6e;
  }
  .draggableImage {
    width:58px;
    height: 80px;
    padding: 5px;
    position: absolute;
    top: 0; /* Başlangıç yüksekliği */
    left: 0; /* Başlangıç genişliği */
  }
  
  .draggableImage img {
    width: 100%;
    height: auto;
  }
  .draggableImage span {
    margin-top: 5px;
    text-align: center;
    font-size: 10px;
    color: #000;
    font-weight: 700;
  }

  
.draggableImage:nth-child(1) {
top: 30px;
left: 25px;
}

.draggableImage:nth-child(2) {
top: 110px; 
left: 25px;
}
.draggableImage:nth-child(3) {
top: 190px;
left: 25px;
}
.draggableImage:nth-child(4) {
top: 270px;
left: 25px;
}


.draggableImage:nth-child(5) {
top: 350px;
left: 25px;
}

.draggableImage:nth-child(6) {
top: 430px;
left: 25px;
}

.draggableImage:nth-child(7) {
top: 510px;
left: 25px;
}

.draggableImage:nth-child(8) {
top: 30px;
left: 100px;
}
.draggableImage:nth-child(9) {
top: 110px;
left: 100px;
}
.draggableImage:nth-child(10) {
top: 190px;
left: 100px;
}
.draggableImage:nth-child(11) {
top: 270px;
left: 100px;
}
.draggableImage:nth-child(12) {
top: 350px;
left: 100px;
}
.draggableImage:nth-child(13) {
top: 430px;
left: 100px;
}
.draggableImage:nth-child(14) {
top: 510px;
left: 100px;
}

/* Popup */
.popup-general-component {
position: absolute;
overflow:hidden;

}
.popup-text{
width: 100%;
height: 750px !important; 
margin-top:0px; 
right: -10px;
}
.popup-general-component  .content{
background-size: cover;
display: flex;
flex-direction: column;

}

#popup-window-1{
  top: 50%;
left: 33%;
width: 550px;
height: 550px;
}

.popup-buttons-con img{
width: 120px;
top: 100px;
margin: 150px;
}
 
}
@media screen and (min-width: 1360px) and (max-width: 1920px) {
  #crypto-prices{
    display: block; 
    height: auto; 
    left:80%; 
    top: 210px; 
    position:relative;
    min-width: 380px;
    width: 24%;
    overflow-y: auto;
  }
  .snowBottom{
    left: 45%;
  }
  
  .marketPrices{
    background-color: #000 !important;
    width: 100%;
    height: 100%;
  }
   #cryptoPrices p {
    font-size: 18px;
    display: flex;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
   }
   #cryptoPrices p:hover {
   background-color: #151515;
   }
   #cryptoPrices p img {
   width: 30px;
   height: 30px;
   margin-right: 10px;
   }
  
   .crypto-item 
  .draggableImage:active{
  cursor: move;
  background :#0984e3;
  opacity: 0.6;
  border: 1px dotted #fff;
  }
  
  .crypto-item span{
    margin: 0 2px 0 10px;
   position: relative;
   font-weight: 600;
   color: #07cc6e;
  }
  .draggableImage {
    width:58px;
    height: 85px;
    padding: 5px;
    position: absolute;
    top: 0; /* Başlangıç yüksekliği */
    left: 0; /* Başlangıç genişliği */
  }
  .supportCon{
  
    top: 85%;
    left:67%;
    width: 20%; 
    height: 120px;
  
}
 
  .draggableImage img {
    width: 100%;
    height: auto;
  }
  .draggableImage span {
    margin-top: 5px;
    text-align: center;
    font-size: 10px;
    color: #000;
    font-weight: 700;
  }

  
.draggableImage:nth-child(1) {
top: 30px;
left: 25px;
}

.draggableImage:nth-child(2) {
top: 110px; 
left: 25px;
}
.draggableImage:nth-child(3) {
top: 190px;
left: 25px;
}
.draggableImage:nth-child(4) {
top: 270px;
left: 25px;
}


.draggableImage:nth-child(5) {
top: 350px;
left: 25px;
}

.draggableImage:nth-child(6) {
top: 430px;
left: 25px;
}

.draggableImage:nth-child(7) {
top: 510px;
left: 25px;
}

.draggableImage:nth-child(8) {
top: 30px;
left: 100px;
}
.draggableImage:nth-child(9) {
top: 110px;
left: 100px;
}
.draggableImage:nth-child(10) {
top: 190px;
left: 100px;
}
.draggableImage:nth-child(11) {
top: 270px;
left: 100px;
}
.draggableImage:nth-child(12) {
top: 350px;
left: 100px;
}
.draggableImage:nth-child(13) {
top: 430px;
left: 100px;
}
.draggableImage:nth-child(14) {
top: 510px;
left: 100px;
}

/* Popup */
.popup-general-component {
position: absolute;
overflow:hidden;


}
.popup-text{
width: 100%;
height: 750px !important; 
margin-top:0px; 
right: -10px;
}
.popup-general-component  .content{
background-size: cover;
display: flex;
flex-direction: column;

}

#popup-window-1{
  top: 45%;
left: 33%;
width: 600px;
height: 600px;
}

.popup-buttons-con img{
width: 120px;
top: 100px;
margin: 150px;
}
 
}

/** 4K ve daha büyük ekranlar için stiller */
@media screen and (min-width: 1921px) {

  #crypto-prices{
    display: block; 
    height: auto; 
    left:80%; 
    top: 260px; 
    position:absolute;
    width: 23%;
    overflow-y: auto;
  }
  .supportCon{
  
    top: 86%;
    left:73%;
    width: 17%; 
    height: 120px;
  
}
  
 
   #cryptoPrices p {
    font-size: 18px;
    display: flex;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
   }
   #cryptoPrices p:hover {
   background-color: #151515;
   }
   #cryptoPrices p img {
   width: 30px;
   height: 30px;
   margin-right: 10px;
   }
  
   .crypto-item 
  .draggableImage:active{
  cursor: move;
  background :#0984e3;
  opacity: 0.6;
  border: 1px dotted #fff;
  }
  
  .crypto-item span{
    margin: 0 2px 0 10px;
   position: relative;
   font-weight: 600;
   color: #07cc6e;
  }
  .draggableImage {
    width:60px;
    height: 80px;
    padding: 5px;
    position: absolute;
    top: 0; /* Başlangıç yüksekliği */
    left: 0; /* Başlangıç genişliği */
  }
  
  .draggableImage img {
    width: 100%;
    height: auto;
  }
  .draggableImage span {
    margin-top: 5px;
    text-align: center;
    font-size: 10px;
    color: #000;
    font-weight: 700;
  }

  
.draggableImage:nth-child(1) {
top: 25px;
left: 25px;
}

.draggableImage:nth-child(2) {
top: 100px; 
left: 25px;
}
.draggableImage:nth-child(3) {
top: 175px;
left: 25px;
}
.draggableImage:nth-child(4) {
top: 250px;
left: 25px;
}


.draggableImage:nth-child(5) {
top: 325px;
left: 25px;
}

.draggableImage:nth-child(6) {
top: 400px;
left: 25px;
}

.draggableImage:nth-child(7) {
top: 475px;
left: 25px;
}

.draggableImage:nth-child(8) {
top: 25px;
left: 100px;
}
.draggableImage:nth-child(9) {
top: 100px;
left: 100px;
}
.draggableImage:nth-child(10) {
top: 175px;
left: 100px;
}
.draggableImage:nth-child(11) {
top: 250px;
left: 100px;
}
.draggableImage:nth-child(12) {
top: 325px;
left: 100px;
}
.draggableImage:nth-child(13) {
top: 400px;
left: 100px;
}
.draggableImage:nth-child(14) {
top: 475px;
left: 100px;
}

/* Popup */
.popup-general-component {
position: absolute;
overflow:hidden;

}
.popup-text{
width: 100%;
height: 750px !important; 
margin-top:0px; 
right: -10px;
}
.popup-general-component  .content{
background-size: cover;
display: flex;
flex-direction: column;

}

#popup-window-1{
left: 38%;
width: 900px;
height: 900px;
}

.popup-buttons-con img{
width: 120px;
top: 100px;
margin: 150px;
}
}

.snowflake {
  position: fixed;
  top: -10px;
  background-color: white;
  border-radius: 50%;
  opacity: 0.8;
  pointer-events: none; /* Kar tanelerinin tıklanabilir olmamasını sağlar */
  animation: fall linear infinite;
}

@keyframes fall {
  to {
      transform: translateY(100vh);
  }
}

  /* @media only screen and (min-width: 801px) and (max-width: 1500px){

    .container{

      width: 100%;
      height: 100vh;
  }
  
  
    .taskbar{
      width: 100%;
      position: fixed;
      left: 0;
      bottom: 0px;
      height: 35px;
      border: 1px solid #fff;
  
      
  }
  
  #crypto-prices{
    display: block; 
    height: 45.5%; 
    left:80%; 
    top: 280px; 
    position:fixed;
    width: 32%;
  }
  
  
  .marketPrices{
    background-color: #000 !important;
    width: 100%;
    height: 100%;
  }
   #cryptoPrices p {
    font-size: 18px;
    display: flex;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px;
   }
   #cryptoPrices p:hover {
   background-color: #151515;
   }
   #cryptoPrices p img {
   width: 30px;
   height: 30px;
   margin-right: 10px;
   }
  
   .crypto-item 
  .draggableImage:active{
  cursor: move;
  background :#0984e3;
  opacity: 0.6;
  border: 1px dotted #fff;
  }
  
  .crypto-item span{
    margin: 0 2px 0 10px;
   position: relative;
   font-weight: 600;
   color: #07cc6e;
  }
  
  


  
  .bin-general-component {
    top: 50%;
    left: 200px;
    width: 300px;
    height: 300px;
    
  }

  .title-bar {
    padding: 5px;
    font-size: 12px;
  }
  .window-title {
    padding-left: 5px;
    font-weight: 600;
  }
  .whitepaper-image{
    width: 300px; position:absolute; bottom:1px;
  }
  
  .credit-logo-text{
    display: none;
  }


  } */
