/*===============================================
* Custom CSS
=================================================*/
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html{
  font-size: 10px;
}

.toggle-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.toggle-label {
    margin-right: 10px;
}

.toggle-checkbox {
    appearance: none;
    width: 50px;
    height: 26px;
    background-color: #ccc;
    border-radius: 13px;
    position: relative;
    cursor: pointer;
}

.toggle-checkbox:checked {
    background-color: #4CAF50;
}

.toggle-checkbox::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: white;
    top: 2px;
    left: 2px;
    transition: 0.3s;
}

.toggle-checkbox:checked::before {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Poppins", sans-serif;
  list-style: 1.5em;
}
.inner {
  display: flex;
  justify-content: space-between;
}
.inner-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  grid-auto-flow: dense;
}

.ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ul li {
  display: inline-block;
}

a {
  transition: 0.5s;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}
.text-center {
  text-align: center;
}
body {
  font-family: 'Arial', sans-serif;
  background-color: #f4f4f4;
  margin: 0;
}
$darkBGColor: #1f1f1f;
$darkSColor: #262626;

body.dark {
  .socila_area {
    ul {
      li {
        a {
          &:hover {
            background: $whiteColor;
          }
        }
      }
    }
  }
  #header_area {
    .top_header_area {
      background: $darkBGColor;
    }
    .main_header {
      background: $darkSColor;
      .main_menu ul li a {
        color: $sColor;
      }
    }
  }
  #hero_area {
    background: $darkBGColor;
    .admin_info {
      h2,
      h5,
      p {
        color: $whiteColor;
      }
    }
  }
  #about_area {
    background: $darkSColor;
    .container.text-center {
      color: $whiteColor;
    }
    .about_numbers {
      .child_about {
        background: $darkBGColor;
        h4,
        h6 {
          color: $sColor;
        }
      }
    }
    .about_info {
      color: $whiteColor;
      h3,
      h6 {
        color: $whiteColor;
      }
    }
  }
  #service_area {
    background: $darkBGColor;
    .container.text-center {
      color: $whiteColor;
    }
    .child_service {
      background: $darkSColor;
      box-shadow: none;
      h4 {
        color: $sColor;
      }
      p {
        color: $whiteColor;
      }
    }
  }
  #projects_area {
    background: $darkSColor;
    .container.text-center {
      color: $whiteColor;
    }
  }
  #blog_area {
    background: $darkBGColor;
    .container.text-center {
      color: $whiteColor;
    }
    .child_blog {
      .blog_info {
        background: $darkSColor;
        h4 a,
        p {
          color: $whiteColor;
        }
      }
    }
  }
  #contact_area {
    background: $darkSColor;
    .container.text-center {
      color: $whiteColor;
    }
    .contact_info {
      div {
        background: $darkBGColor;
        p {
          color: $whiteColor;
        }
      }
    }
    .contact_form {
      input,
      textarea {
        background: $darkBGColor;
        border-color: $darkSColor;
        color: $whiteColor;
      }
      input[type="submit"] {
        background: $pColor;
      }
    }
  }
  #footer_area{
    background: $darkBGColor;
  }
}

.welcome-container {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
  color: #333;
}

p {
  color: #555;
}

h3 {
  color: #4caf50;
}

ul {
  list-style-type: none;
  padding: 0;
}

li {
  margin-bottom: 10px;
}

form {
  margin-top: 20px;
}

label {
  display: block;
  margin-bottom: 8px;
}

textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 16px;
}

button {
  background-color: #4caf50;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

button:hover {
  background-color: #45a049;
}
footer_area{
  background: $bkColor;
  position: relative;
  .top{
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 10px;
    i{
      width: 40px;
      height: 40px;
      background: $pColor;
      color: $whiteColor;
      padding-top: 12px;
      display: block;
      border-radius: 5px;
      transition: 0.3s;
      &:hover{
        background: $sColor;
      }
    }
  }
  .logo_area{
    width: 200px;
    margin: 0 auto 20px; 
  }
  .socila_area ul{
    text-align: center;
    margin-bottom: 20px;
  }
  .copyright{
    color: $whiteColor;
    p{
      font-size: 13px;
      span{
        color: red;
      }
    }
  }
}
body {
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            background-attachment: fixed;
            margin: 0;
        }

        #statusBar {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 24px;
            background: rgba(0, 0, 0, .2);
            transform: translateY(-24px);
            transition: .4s;
        }

        #dockBar {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 128px;
        }

        #navBar {
            text-align: center;
            height: 48px;
            width: 100%;
            position: fixed;
            bottom: 0;
            color: #fff;
            font-size: 48px;
            transform: translateY(48px);
            transition: .3s;
            z-index: 9999;
        }

        .navButton {
            height: 48px;
            width: 30%;
            border-radius: 48px;
            display: inline-block;
            max-width: 100px;
        }

        .navButton svg {
            width: 24px;
            height: 24px;
            transform: translateY(-6.5px);
        }

        .icon {
            margin-top: 24px;
            text-align: center;
        }

        .icon-dock {
            margin-top: 8px;
            width: 64px;
            height: 64px;
        }

        .icon img {
            width: 64px;
            height: 64px;
            border-radius: 16px;
            transition: .4s;
            transform: scale(.9);
        }

        .icon img:hover {
            filter: brightness(1.5);
        }

        .icon p {
            color: #fff;
            margin: 0;
            text-shadow: 0 0 2px #000;
            font-size: 13px;
        }

        iframe {
            border: none;
            position: fixed;
            top: 28px;
            width: 100%;
            height: calc(100% - 76px);
            transform: translateY(calc(100% + 48px));
            transition-property: transform, opacity, scale;
            transition-duration: .4s, .4s, .2s;
            transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
            z-index: 9998;
            background: #fff;
        }

        .toast {
            position: fixed;
            bottom: 96px;
            background: rgba(240, 240, 240, .9);
            color: #000;
            padding: 16px 24px;
            border-radius: 32px;
            animation-name: toast;
            animation-duration: 5s;
            animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
            z-index: -1;
            opacity: 0;
            transform: scale(.85);
            max-width: 256px;
            pointer-events: none;
        }

        @keyframes toast {
            0% {
                z-index: 10000;
            }

            5% {
                z-index: 10000;
                opacity: 1;
                transform: scale(1);
            }

            95% {
                z-index: 10000;
                opacity: 1;
                transform: scale(1);
            }

            99.99% {
                z-index: 10000;
            }

            100% {}
        }

        #cover,
        #grayscale {
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 10001;
            pointer-events: none;
        }

        .notification {
            position: fixed;
            top: 0;
            animation-name: notification;
            animation-duration: 7s;
            z-index: 10000;
            width: 95%;
            transform: scale(1, 0);
            transform-origin: center 0;
            padding-top: 8px;
            background: #ECEFF1;
            max-width: 512px;
            border-radius: 16px;
            animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
        }

        .notification:hover {
            background-color: #EBEBEB;
        }

        @keyframes notification {
            0% {}

            5% {
                transform: scale(1) translateY(32px);
            }

            95% {
                transform: scale(1) translateY(32px);
            }

            100% {}
        }

        .mdui-theme-layout-dark .notification {
            background: #303030;
            color: #fff;
        }

        .mdui-theme-layout-dark .notification:hover {
            background: #404040;
        }

        #appList::-webkit-scrollbar-corner {
            display: none;
        }

        .mdui-dialog {
            border-radius: 24px;
            -webkit-box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12) !important;
            box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12) !important;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
            background: #ECEFF1;
        }

        .mdui-overlay {
            background: rgba(0, 0, 0, 0.3);
            transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
        }

        .mdui-dialog .mdui-btn {
            border-radius: 16px;
        }