@-moz-keyframes load {
  0% {
    width: 0;
  }
  10% {
    width: 5%;
  }
  20% {
    width: 15%;
  }
  30% {
    width: 25%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 44%;
  }
  60% {
    width: 50%;
  }
  70% {
    width: 72%;
  }
  80% {
    width: 84%;
  }
  90% {
    width: 92%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes load {
  0% {
    width: 0;
  }
  10% {
    width: 5%;
  }
  20% {
    width: 15%;
  }
  30% {
    width: 25%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 44%;
  }
  60% {
    width: 50%;
  }
  70% {
    width: 72%;
  }
  80% {
    width: 84%;
  }
  90% {
    width: 92%;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes load {
  0% {
    width: 0;
  }
  10% {
    width: 5%;
  }
  20% {
    width: 15%;
  }
  30% {
    width: 25%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 44%;
  }
  60% {
    width: 50%;
  }
  70% {
    width: 72%;
  }
  80% {
    width: 84%;
  }
  90% {
    width: 92%;
  }
  100% {
    width: 100%;
  }
}
@keyframes load {
  0% {
    width: 0;
  }
  10% {
    width: 5%;
  }
  20% {
    width: 15%;
  }
  30% {
    width: 25%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 44%;
  }
  60% {
    width: 50%;
  }
  70% {
    width: 72%;
  }
  80% {
    width: 84%;
  }
  90% {
    width: 92%;
  }
  100% {
    width: 100%;
  }
}


::-webkit-scrollbar {
	min-width: 8px;
	width: 8px;
	max-width: 8px;
  min-height: 8px;
	height: 8px;
	max-height: 8px;
	background: none;
}
::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,.15);
	cursor: default;
	backface-visibility: hidden;
	border-radius: 20px;
}
::-webkit-scrollbar-button {
	display: none;
  height: 0px;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  list-style: none;
}

body {
	background: url('../img/bg/macos.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 100vh;
	user-select: none;
	font-family: "Roboto", sans-serif !important;
	overflow: hidden;
	font-size: 14px;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.288);
}



.navbar-macos{
	
	color:#FFF;
    -webkit-backdrop-filter: blur(30px) saturate(2) brightness(0.5);
    backdrop-filter: blur(30px) saturate(2) brightness(0.5);
    background: rgba(50, 50, 50, 0.5);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(0, 0, 0, 0.5);
}
.nav-link:focus, .nav-link:hover{
	color:#FFF;
	border-radius: 5px;
	background-color:rgba(255, 255, 255, 0.2);

}
.nav-link{
	color:rgba(255, 255, 255, 0.9);
    margin: 0 2px;
    cursor: pointer;
	font-size: 14px;
	
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.288);
    transition: 0.2s;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.dropdown-menu-dark2 {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd;
	
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);

    font-size: 14px;
    color: var(--bs-dropdown-color);

    background-color: var(--bs-dropdown-bg);
    border: none;
    border-radius: var(--bs-dropdown-border-radius);
	
	-webkit-backdrop-filter: blur(30px) saturate(1.5) brightness(0.8);
    backdrop-filter: blur(30px) saturate(1.5) brightness(0.8);
    background: rgba(50, 50, 50, 0.5);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.5);
	padding:0;
	border:none;
	border-radius:inherit;
	outline:inherit;
	
   
}
.dropdown-toggle:after { content: none }

.dropdown-item:focus, .dropdown-item:hover{
	background: rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	
}

.dock {
    display: flex;
    align-items: center;
    position: fixed;
    padding: 0.2rem 0.5rem 0 0.5rem;
    bottom: 3%;
    left: 50%;
    height: 65px;
    transform: translateX(-50%);
    backdrop-filter: blur(20px);
	
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.555);
    z-index: 10;
}
.dock .icon {
    position: relative;
    display: grid;
    place-items: center;
    background: none;
    border: none;
    outline: none;
    transition: all 0.3s;
    transform: translate3d(0px, 0%, 0px);
    -webkit-tap-highlight-color: transparent;
}

.dock .icon:hover img {
    margin: 0 0 40px 0;
    width: 7.1rem;
}
.dock .icon img {
    width: 3.6rem;
    transition: 0.2s;
    transform: translateY(-2.5px);
}
.dock .icon:nth-child(1):hover::after {
    content: "SK";
}

.dock .point {
    width: 6px;
    height: 6px;
    margin: 0;
    background: #f08080;
    border-radius: 50%;
    display: none;
    animation: top-to-bottom 0.3s;
    transition: 0.3s;
}
.dock .icon::after {
    font-size: 15px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.39);
    top: -25%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 95px;
    height: 25px;
    padding: 4px 3px 10px;
    border-radius: 8px;
    font-weight: 700;
    clip-path: polygon( 100% 0%, 100% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 80%, 43% 80%, 50% 101%, 57% 80%, 100% 80%, 100% 0% );
}

.dock .column {
    width: 1px;
    height: 45px;
    margin: 0 4px;
    background: rgba(255, 255, 255, 0.4);
}


#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #004d4c;
  z-index: 99;
}
   
#loading-image {
  z-index: 100;
}

.loading2 {
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: rgba(255,255,255,0.5);
 
  overflow: hidden;
}
.loading2:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
  animation: load 1s linear;
}

.btnDesktop{
	color:#FFF;
	text-shadow: 0 3px 10px rgba(0, 0, 0, 0.288);
	text-align:center;
	    padding-left: 2px;
    padding-right: 2px;
	width: 60px;
	
}
.btnDesktop p{
	margin-top:5px;
}
.btnDesktop img{
	width:59px;
	text-align:center;
	margin:0 auto;
}


.weather-widget {

  border-radius: 10px;
   background-color: #ffffff7d;
  border-radius: 10px;
    mix-blend-mode: lighten;
    backdrop-filter: blur(33px);
  -webkit-backdrop-filter: blur(33px);
      background-blend-mode: overlay;

  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
 
}

.weather-icon {

  color:#FFF;
}

.weather-info {
  text-align: left;
  color:#FFF;
}

.temperature {
  
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 5px;
  color:#FFF;
}

.location {
  font-size: 16px;
  color:#FFF;
  
}

.row.columns {
    column-count: 1;
    column-gap: .1rem;
    display:block;
}

.columns > .col-md-6 {
    display: inline-block;
    width: 100%;
    max-width: 100%;
}



@media(max-width:768px) {
 
	.row.columns {
		column-count: 4;
		column-gap: .1rem;
		display:block;
	}
}


.modal-content{
	/*box-shadow: 0 50px 80px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 1px black;
	*/
	border: none;
    border-radius: 10px;
    background: #303030;

}

.modal-header{
	background: #1e1e1f !important;
	color:#FFF;
}





 .title-bar .buttons {
  height: 100%;
  width: 60px;
  float: left;
  margin-left: 9px;
}
 .title-bar .buttons .close,  .title-bar .buttons .maximize,  .title-bar .buttons .minimize {
  float: left;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  margin-top: 5px;
  background: #fb4948;
  border: solid 1px rgba(214, 46, 48, 0.15);
  position: relative;
}
 .title-bar .buttons .close:before,  .title-bar .buttons .maximize:before,  .title-bar .buttons .minimize:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 8px;
  background: #360000;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  opacity: 0;
}
 .title-bar .buttons .close:after,  .title-bar .buttons .maximize:after,  .title-bar .buttons .minimize:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 8px;
  background: #360000;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  opacity: 0;
}
 .title-bar .buttons .minimize {
  background: #fdb225;
  margin-left: 8.5px;
  border-color: rgba(213, 142, 27, 0.15);
  position: relative;
}
 .title-bar .buttons .minimize:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 8px;
  background: #864502;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
 .title-bar .buttons .minimize:after {
  display: none;
}
 .title-bar .buttons .maximize {
  float: right;
  background: #2ac833;
  border-color: rgba(30, 159, 32, 0.15);
}
 .title-bar .buttons .maximize:before {
  width: 6px;
  height: 6px;
  background: #0b5401;
  transform: translateY(-50%) translateX(-50%);
  border: solid #2ac833 1px;
  border-radius: 2px;
}
 .title-bar .buttons .maximize:after {
  width: 10px;
  height: 2px;
  background: #2ac833;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
 .title-bar .buttons:hover .close:before,  .title-bar .buttons:hover .minimize:before,  .title-bar .buttons:hover .maximize:before {
  opacity: 1;
}
 .title-bar .buttons:hover .close:after,  .title-bar .buttons:hover .minimize:after,  .title-bar .buttons:hover .maximize:after {
  opacity: 1;
}




.app {

    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.resize-handle {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 10;
}

.top-left {
    top: -5px;
    left: -5px;
    cursor: nwse-resize;
}

.top-right {
    top: -5px;
    right: -5px;
    cursor: nesw-resize;
}

.bottom-left {
    bottom: -5px;
    left: -5px;
    cursor: nesw-resize;
}

.bottom-right {
    bottom: -5px;
    right: -5px;
    cursor: nwse-resize;
}



.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2d2d2d;
    width: 80%;
    height: 30px;
    padding: 0 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: grab;
}


.top-bar:active {
    cursor: grabbing;
}


.buttons {
    display: flex;
    align-items: center;
}

.buttons span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 8px;
    cursor: pointer;
}

.close {
    background-color: #ff5f56;
}

.minimize {
    background-color: #ffbd2e;
}

.zoom {
    background-color: #27c93f;
}

.actionbuttons {
    margin-left: auto;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.action-button {
    cursor: pointer;
    padding-right: 6px;
}


.title {
    color: #bbb;
    font-size: 14px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.prompt{
  color: #ffffff;
}
.output{
  color: #ffffff;
}

.terminal {
    background-color: #000000;
    width: 100%;
    height: 370px;
    min-height: 370px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    overflow-y: scroll;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

::-webkit-scrollbar {
    height: .5rem;
    width: .5rem
  }

  ::-webkit-scrollbar:horizontal {
    height: .5rem;
    width: .5rem
  }

  ::-webkit-scrollbar-track {
    background-color: hsla(0, 0%, 32%, 0.336);
  }

  ::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 100%, .1);
    border-color: rgba(255, 255, 255, 1);
    border-radius: 9999px;
    border-width: 1px
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: hsla(0, 0%, 100%, .3)
  }

.output {
    white-space: pre-wrap;
}

.input-line {
    display: flex;
    align-items: center;
}

.prompt {
    margin-right: 5px;
}

.input {
    background: none;
    border: none;
    color: #ffffff;
    flex-grow: 1;
    outline: none;
}



@media screen and (max-width: 600px) {
    .app {
        width: 100%;
        height: 100%;
        max-width: 100%;
        left: 0;
        top: 0;
        border-radius: 0;
    }

    .top-bar {
        width: 98%;
    }

    .terminal {
        width: 98%;
        height: 98%;
    }

    .input-line {
        padding: 10px;
    }

    

}


  @keyframes float {

            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-20px);
            }
        }

        @keyframes pulse {

            0%,
            100% {
                opacity: 1;
            }

            50% {
                opacity: 0.5;
            }
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        .animate-float {
            animation: float 3s ease-in-out infinite;
        }

        .animate-pulse {
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
        }

        .animate-spin-slow {
            animation: spin 8s linear infinite;
        }

        .gradient-text {
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            background-image: linear-gradient(45deg, #3b82f6, #8b5cf6, #ec4899);
        }

        /* Loading Screen Styles */
        .loading-screen {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            z-index: 9999;
            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
            color: white;
            overflow: hidden;
        }

        .loading-container {
            max-width: 500px;
        }

        .loading-glow {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 120px;
            height: 120px;
            background: linear-gradient(45deg, #3b82f6, #8b5cf6, #ec4899);
            border-radius: 50%;
            filter: blur(20px);
            opacity: 0.3;
            animation: spin-slow 3s linear infinite;
        }

        .loading-icon {
            position: relative;
            width: 80px;
            height: 80px;
            margin: 0 auto;
            background: #2d3748;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            border: 2px solid #4a5568;
            animation: float 2s ease-in-out infinite;
        }

        .loading-icon i {
            font-size: 2.5rem;
            background: linear-gradient(45deg, #3b82f6, #8b5cf6, #ec4899);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .loading-title {
            font-size: 3rem;
            font-weight: bold;
            background: linear-gradient(45deg, #3b82f6, #8b5cf6, #ec4899);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 1rem;
        }

        .loading-subtitle {
            color: #a0aec0;
            font-size: 1.1rem;
        }

        .loading-progress-container {
            width: 100%;
            max-width: 300px;
            margin: 0 auto;
            height: 8px;
            background: #2d3748;
            border-radius: 10px;
            overflow: hidden;
        }

        .loading-progress-bar {
            height: 100%;
            background: linear-gradient(90deg, #3b82f6, #8b5cf6);
            border-radius: 10px;
            transition: width 0.3s ease;
        }

        .loading-dots {
            display: flex;
            justify-content: center;
            gap: 0.5rem;
        }

        .loading-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            animation: pulse 1.5s ease-in-out infinite;
        }

        .loading-dot-1 {
            background: #3b82f6;
            animation-delay: 0s;
        }

        .loading-dot-2 {
            background: #8b5cf6;
            animation-delay: 0.3s;
        }

        .loading-dot-3 {
            background: #ec4899;
            animation-delay: 0.6s;
        }

        .loading-status {
            color: #718096;
            font-size: 0.9rem;
        }

        @keyframes spin-slow {
            0% { transform: translate(-50%, -50%) rotate(0deg); }
            100% { transform: translate(-50%, -50%) rotate(360deg); }
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
        }

        @keyframes pulse {
            0%, 100% { opacity: 0.3; transform: scale(1); }
            50% { opacity: 1; transform: scale(1.2); }
        }

        /* Weather Widget Styles */
        .weather-widget-macos {
            position: absolute;
            top: 30%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border-radius: 20px;
            padding: 1.5rem;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: white;
            text-align: center;
            width: 400px;
            max-width: 90vw;
            z-index: 10;
        }

        @media (max-width: 991px) {
            .weather-widget-macos {
                padding: 1rem;
                width: 350px;
                top: 20%;
            }
            
            .row.py-3.columns {
                margin-top: 90%;
            }
        }

        .weather-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 1rem;
        }

        .weather-location {
            font-size: 1.2rem;
            font-weight: 500;
            opacity: 0.9;
        }

        .weather-temp {
            font-size: 4rem;
            font-weight: 300;
            line-height: 1;
            margin: 0;
        }

        .weather-icon {
            font-size: 2.5rem;
            opacity: 0.9;
        }

        .weather-description {
            font-size: 1.1rem;
            opacity: 0.8;
            margin-bottom: 2rem;
            text-transform: capitalize;
        }

        .weather-forecast {
            display: flex;
            justify-content: space-between;
            gap: 1rem;
            overflow-x: auto;
            padding: 1rem 0;
        }

        .forecast-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            min-width: 60px;
            padding: 0.5rem;
            border-radius: 10px;
            background: rgba(255, 255, 255, 0.05);
            transition: background 0.3s ease;
        }

        .forecast-item:hover {
            background: rgba(255, 255, 255, 0.1);
        }

        .forecast-time {
            font-size: 0.9rem;
            opacity: 0.8;
            margin-bottom: 0.5rem;
        }

        .forecast-icon {
            font-size: 1.5rem;
            margin-bottom: 0.5rem;
        }

        .forecast-temp {
            font-size: 1rem;
            font-weight: 500;
        }

        /* Weather Icons */
        .weather-icon .fas.fa-sun { color: #ffd700; }
        .weather-icon .fas.fa-cloud-sun { color: #87ceeb; }
        .weather-icon .fas.fa-cloud { color: #b0c4de; }
        .weather-icon .fas.fa-cloud-rain { color: #4682b4; }
        .weather-icon .fas.fa-bolt { color: #ffd700; }
        .weather-icon .fas.fa-snowflake { color: #e6e6fa; }
        .weather-icon .fas.fa-moon { color: #c0c0c0; }

        /* Button Container Styles */
        .container-fluid .row.py-3.columns {
            margin-bottom: 1rem;
        }

        /* Main container for absolute positioning */
        main {
            position: relative;
            min-height: 100vh;
        }

        main,
        header,
        footer {
            display: none;
        }

        /* Terminal Styles */
        #terminal {
            background: #1a1a1a;
            border-radius: 8px;
            overflow: hidden;
            height: 500px;
            font-family: 'Courier New', monospace;
            cursor: text;
        }

        #terminal .terminal {
            height: 100%;
            padding: 20px;
            color: #00ff00;
            background: #000;
            overflow-y: auto;
        }

        #terminal .output {
            margin-bottom: 10px;
            line-height: 1.4;
        }

        #terminal .input-line {
            display: flex;
            align-items: center;
            margin-top: 10px;
        }

        #terminal .prompt {
            color: #00ff00;
            margin-right: 8px;
            font-weight: bold;
        }

        #terminal .input {
            background: transparent;
            border: none;
            color: #00ff00;
            outline: none;
            flex: 1;
            font-family: 'Courier New', monospace;
            font-size: 14px;
        }

        #terminal .welcome {
            color: #ffff00;
            font-weight: bold;
        }

        #terminal .output div {
            margin-bottom: 2px;
        }

        /* Terminal scrollbar */
        #terminal .terminal::-webkit-scrollbar {
            width: 8px;
        }

        #terminal .terminal::-webkit-scrollbar-track {
            background: #1a1a1a;
        }

        #terminal .terminal::-webkit-scrollbar-thumb {
            background: #333;
            border-radius: 4px;
        }

        #terminal .terminal::-webkit-scrollbar-thumb:hover {
            background: #555;
        }