tools {
  /*2 Grid Responsive layout */
  /* grid-template-columns: minmax(14rem, 30%) 1fr; */
  /* grid-template-columns: repeat(auto-fit, minmax(min(100px, 100%), 1fr)); */
  /*2 Limited Paragraph Seen */
  /* .limited-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
} */

  /* 
&quot; Quotation Marks - "
&amp; Ampersand - &
&lt; Less than sign - <
&gt; Greater than sign - >
&nbsp; Non-breaking space 
&copy; Copyright Symbol - ©
&Uuml; @ symbol - @
&ouml; Small bullet - .
&ucirc; Trademark Symbol - ™ 
*/

  /* 
<header></header>                 <!-- Defines the header block for a document or a section -->
<footer></footer>                 <!-- Defines the footer block for a document or a section -->
<main></main>                     <!-- Describes the main content of a document --> 
<article></article>               <!-- Identifies an article inside a document -->
<aside></aside>                   <!-- Specifies content contained in a document sidebar -->
<section></section>               <!-- Defines a section of a document -->
<details></details>               <!-- Describes additional information that user can view or hide -->
<dialog></dialog>                 <!-- A dialog box or a window -->
<figure></figure>                 <!-- An independent content block featuring images, diagrams or illustrations -->
<figcaption></figcaption>         <!-- Caption that describe a figure -->
<mark></mark>                     <!-- Displays a portion of highlighted text with in a page content -->
<nav></nav>                       <!-- Navigation links for the user in a document -->
<menuitem></menuitem>             <!-- The specific menu item that a user can raise from a pop up menu -->
<meter></meter>                   <!-- Describes the scalar measurement with in a known array -->
<progress></progress>             <!-- Displays the progress of a task usually a progress bar -->
<summary></summary>               <!-- Contains a visible heading for details element -->
<canvas></canvas>                 <!-- Allows to draw 2D shapes on the web page with the help of javascript -->
<map></map>                       <!-- Specifies an image map --> 
*/
}

/*1 -------------------------------------------------------------------------- */
/*1                                  Font Face                                 */
/*1 -------------------------------------------------------------------------- */

/* @font-face {
  font-family: "HelveticaNowDisplay";
  font-weight: 300;
  src: url(fonts/HelveticaNowDisplay-Thin.woff2) format("woff2"),
  url(fonts/HelveticaNowDisplay-Thin.woff) format("woff");
} */

/*1 -------------------------------------------------------------------------- */
/*1                                    Root                                    */
/*1 -------------------------------------------------------------------------- */

:root {
  --ff-display: "Poppins", sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --ff-body: "Poppins", sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --ff-mono: ;

  --fs-d1: clamp(2.566rem, -0.1492rem + 10.8608vw, 5.96rem);
  --fs-d2: clamp(2.281rem, 0.2914rem + 7.9584vw, 4.768rem);
  --fs-d3: clamp(2.027rem, 0.5966rem + 5.7216vw, 3.815rem);
  --fs-1: clamp(1.802rem, 0.802rem + 4vw, 3.052rem);
  --fs-2: clamp(1.602rem, 0.9308rem + 2.6848vw, 2.441rem);
  --fs-3: clamp(1.424rem, 1.0008rem + 1.6928vw, 1.953rem);
  --fs-4: clamp(1.266rem, 1.0284rem + 0.9504vw, 1.563rem);
  --fs-5: clamp(1.125rem, 1.025rem + 0.4vw, 1.25rem);
  --fs-6: clamp(1rem, 1rem + 0vw, 1rem);
  --fs-regular: clamp(0.875rem, 0.8158rem + 0.2105vw, 1rem);
  --fs-small: clamp(0.8125rem, 0.7875rem + 0.1vw, 0.875rem);
  --fs-xsmall: clamp(0.6875rem, 0.6375rem + 0.2vw, 0.8125rem);

  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-extrabold: 800;
  --fw-black: 900;

  /* --clr-primary-300: #ffc107;
  --clr-primary-400: #ff5722;
  --clr-primary-500: #8bc34a;

  --clr-secondary-300: #2196f3;
  --clr-secondary-400: #e91e63;
  --clr-secondary-500: #00bcd4;

  --clr-accent-300: #607d8b;
  --clr-accent-400: #ffeb3b;
  --clr-accent-500: #ff9800; */

  --clr-neutral-200: hsl(0, 0%, 75%);
  --clr-neutral-300: hsl(0, 0%, 60%);
  --clr-neutral-400: hsl(0, 0%, 45%);
  --clr-neutral-500: hsl(0, 0%, 30%);
  --clr-neutral-600: hsl(0, 0%, 15%);

  --clr-black: #171010;
  --clr-white: #f1f1f1;

  --clr-heading: var(--clr-black);
  --clr-text: var(--clr-black);
  --clr-bg: var(--clr-white);

  --spacing-1: clamp(0.875rem, 0.8rem + 0.2667vw, 1rem);
  --spacing-2: clamp(1.2rem, 0.8211rem + 1.3474vw, 2rem);
  --spacing-3: clamp(1.5rem, 0.7895rem + 2.5263vw, 3rem);
  --spacing-4: clamp(2rem, 1.0526rem + 3.3684vw, 4rem);
  --spacing-5: clamp(2.5rem, 1.3158rem + 4.2105vw, 5rem);
  --spacing-8: clamp(4rem, 2.1053rem + 6.7368vw, 8rem);
  --spacing-10: clamp(5rem, 2.6316rem + 8.4211vw, 10rem);

  --spacing-left: clamp(0rem, -44.4444rem + 92.5926vw, 25%);

  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --shadow-inner: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
}

/*1 -------------------------------------------------------------------------- */
/*1                              Responsive width                              */
/*1 -------------------------------------------------------------------------- */

.container {
  --width__screen: 100%;
  --width__laptops: 1400px;
  --width__blogs: 1100px;
  --padding: 1rem;

  width: min(var(--width__screen), 100% - (var(--padding) * 2));
  margin-inline: auto;
}

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 1100px;
  }
}

@media only screen and (max-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media only screen and (max-width: 576px) {
  .container {
    max-width: 540px;
  }
  .main-copy-wrap {
    font-size: 5rem;
  }
}

/*1 -------------------------------------------------------------------------- */
/*1                              Set Core Defaults                             */
/*1 -------------------------------------------------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--ff-body);
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  text-rendering: optimizeSpeed;
  background-color: var(--clr-bg);
  color: var(--clr-text);
  line-height: 1.5;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

img,
picture,
svg {
  max-width: 100%;
  display: block;
}

@media (prefers-reduced-motion: media) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  ::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    -o-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*1 -------------------------------------------------------------------------- */
/*1                                  Utility's                                 */
/*1 -------------------------------------------------------------------------- */

.d1,
.d2,
.d3,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ff-display);
  font-weight: var(--fw-medium);
  color: var(--clr-heading);
}
.d1 {
  font-size: var(--fs-d1);
  line-height: calc(var(--fs-d1) * 1);
}
.d2 {
  font-size: var(--fs-d2);
  line-height: calc(var(--fs-d2) * 1);
}
.d3 {
  font-size: var(--fs-d3);
  line-height: calc(var(--fs-d3) * 1);
}
h1 {
  font-size: var(--fs-1);
  line-height: calc(var(--fs-1) * 1.2);
}
h2 {
  font-size: var(--fs-2);
  line-height: calc(var(--fs-2) * 1.2);
}
h3 {
  font-size: var(--fs-3);
  line-height: calc(var(--fs-3) * 1.2);
}
h4 {
  font-size: var(--fs-4);
  line-height: calc(var(--fs-4) * 1.2);
}
h5 {
  font-size: var(--fs-5);
  line-height: calc(var(--fs-5) * 1.2);
}

h6 {
  font-size: var(--fs-6);
  line-height: calc(var(--fs-6) * 1.2);
}

p {
  font-size: var(--fs-regular);
  font-weight: var(--fw-regular);
  color: var(--clr-text);
}

a {
  text-decoration: none;
  font-size: var(--fs-regular);
  font-weight: var(--fw-medium);
  color: var(--clr-text);
}

.py-2 {
  padding-block: var(--spacing-2);
}
.py-3 {
  padding-block: var(--spacing-3);
}
.py-4 {
  padding-block: var(--spacing-4);
}
.py-5 {
  padding-block: var(--spacing-5);
}
.py-8 {
  padding-block: var(--spacing-8);
}
.py-10 {
  padding-block: var(--spacing-10);
}
.pb-2 {
  padding-bottom: var(--spacing-2);
}
.pb-3 {
  padding-bottom: var(--spacing-3);
}
.pb-4 {
  padding-bottom: var(--spacing-4);
}
.pb-5 {
  padding-bottom: var(--spacing-5);
}
.pb-8 {
  padding-bottom: var(--spacing-8);
}
.pb-10 {
  padding-bottom: var(--spacing-10);
}
.pt-2 {
  padding-top: var(--spacing-2);
}
.pt-3 {
  padding-top: var(--spacing-3);
}
.pt-4 {
  padding-top: var(--spacing-4);
}
.pt-5 {
  padding-top: var(--spacing-5);
}
.pt-8 {
  padding-top: var(--spacing-8);
}
.pt-10 {
  padding-top: var(--spacing-10);
}

.flow * + * {
  margin-top: clamp(1.5rem, 1.28rem + 0.64vw, 2rem);
}
.flow-sm * + * {
  margin-top: clamp(0.625rem, 0.425rem + 0.8vw, 0.875rem);
}
.flow-xsm * + * {
  margin-top: clamp(0.375rem, 0.175rem + 0.8vw, 0.625rem);
}
.ch-xsmall {
  max-width: clamp(20ch, 24ch + 25.2632vw, 40ch);
}
.ch-small {
  max-width: clamp(30ch, 24ch + 25.2632vw, 60ch);
}
.ch-medium {
  max-width: clamp(40ch, 34ch + 25.2632vw, 70ch);
}
.ch-large {
  max-width: clamp(50ch, 40ch + 25.2632vw, 80ch);
}
.pe-none {
  pointer-events: none !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/*1 -------------------------------------------------------------------------- */
/*1                                Custom Style                                */
/*1 -------------------------------------------------------------------------- */

/*2 -------------------------------- Selection ------------------------------- */

::-moz-selection {
  color: var(--clr-white);
  background: var(--clr-black);
}
::selection {
  color: var(--clr-white);
  background: var(--clr-black);
}

/*2 -------------------------------- Scrollbar ------------------------------- */
/* 
::-webkit-scrollbar {
  width: 0.8rem;
}

::-webkit-scrollbar-thumb {
  border: 0.2vw solid var(--clr-black);
  background-color: var(--clr-accent-400);
  border-radius: 100vw;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--clr-accent-300);
}

::-webkit-scrollbar-track {
  padding: 0.5rem !important;
  background-color: transparent;
}

::-webkit-scrollbar-track:hover {
  background-color: transparent;
} */

/*2 --------------------------------- Cursor --------------------------------- */
/*2 --------------------------------- Swiper --------------------------------- */
/*2 ---------------------------------- Link ---------------------------------- */

.link {
  position: relative;
}

.link::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid var(--clr-black);
  width: 100%;
  bottom: 0;
  left: 0;
  scale: 1;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: scale 0.3s ease;
  -o-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}

.link:hover::before {
  content: "";
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  scale: 0 1;
}

/*2 --------------------------------- Button --------------------------------- */

button,
.button {
  cursor: pointer;
  outline: transparent;
  border: none;
  background-color: var(--clr-black);
  color: var(--clr-white);
  padding: 0.35rem 0.75rem;
  border-radius: 100vw;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-weight: var(--fw-regular);
  font-size: var(--fs-small);
}

button:hover,
button:focus-visible,
.button:hover,
.button:focus-visible {
  background-color: var(--clr-neutral-600);
}

button[data-type="inverted"],
.button[data-type="inverted"] {
  border: 1px solid var(--clr-black);
  color: var(--clr-neutral-200);
  background-color: var(--clr-neutral-600);
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-weight: var(--fw-regular);
}

button[data-type="inverted"]:hover,
button[data-type="inverted"]:focus-visible,
.button[data-type="inverted"]:hover,
.button[data-type="inverted"]:focus-visible {
  background-color: var(--clr-neutral-200);
  color: var(--clr-neutral-600);
}

/*2 --------------------------- Button with icon --------------------------- */

.button-icon {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  font-weight: var(--fw-regular);
  color: var(--clr-neutral-600);
  background-color: var(--clr-neutral-200);
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  white-space: nowrap;
  width: fit-content;
}

.button-icon i {
  font-size: 1rem;
  font-weight: var(--fw-regular);
  display: grid;
  place-content: center;
  transition: transform 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.button-icon:hover {
  color: var(--clr-neutral-200);
  background-color: var(--clr-neutral-600);
}

.button-icon:hover i {
  color: var(--clr-neutral-200);
  transform: translateX(10px);
}

/*2 ---------------------------------- Line ---------------------------------- */

.line {
  max-width: 100%;
  border-bottom: 1px dashed var(--clr-white);
  opacity: 0.4;
}

.line[data-type="inverted"] {
  max-width: 100%;
  border-bottom: 1px solid var(--clr-white);
}

/*2 ---------------------------------- Form ---------------------------------- */

label {
  font-size: var(--fs-regular);
  font-weight: var(--fw-regular);
  color: var(--clr-text);
}
input,
textarea {
  padding: 0.8rem 1rem;
  outline: transparent;
  border: none;
  background-color: var(--clr-neutral-500);
  border-radius: 0.5rem;
  color: var(--clr-text);
}
input::placeholder,
textarea::placeholder {
  color: var(--clr-neutral-200);
}
input:is(:hover, :focus-within),
textarea:is(:hover, :focus-within) {
  background-color: var(--clr-neutral-400);
}

/*1 -------------------------------------------------------------------------- */
/*1                                   Archive                                  */
/*1 -------------------------------------------------------------------------- */
