/*
    Theme Name: TecSpace
    Version: 1.0
    Author: Webrom
    Author URI: https://webrom.lt
    Text Domain: webrom-theme
    Domain Path: /languages
*/

:root {
  --white: #ffffff;
  --gradient-1: linear-gradient(to right, #f7eae4 0%, #dbdef0 100%);
  --gradient-2: linear-gradient(to top, #15151f 20%, #4a5a78 50%, #ffffff 100%);
  --blue-1: #0057ff;
  --blue-2: #d9e6ff;
  --blue-3: #003499;
  --dark-blue-1: #15151f;
  --dark-blue-2: #303042;
  --grey-1: #767676;
  --grey-2: #d8dae0;
  --red-mail: #ff0000;
  --green-mail: #0057ff;
}

/* Reset */

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

/* div *{
  background-color: green;
  opacity: 0.9;
} */

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

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

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

#root,
#__next {
  isolation: isolate;
}

/* ----- GENERAL RULES ----- */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  cursor: default;
}

a {
  text-decoration: none;
  color: var(--black1);
}

ul,
ol,
li {
  list-style-type: none;
  /* color: var(--black1); */
}

.container {
  max-width: 1440px;
  margin: auto;
  width: 100%;
  padding: 0 40px;
}

/* ----- FONTS ----- */

.h1,
h1 {
  font-size: 60px;
  font-weight: 700;
  font-family: "InstrumentSans";
  line-height: 78px;
  letter-spacing: 0em;
}

.h2,
h2 {
  font-size: 58px;
  font-weight: 700;
  font-family: "InstrumentSans";
  line-height: 76px;
  letter-spacing: 0em;
}

.h3,
h3 {
  font-size: 48px;
  font-weight: 700;
  font-family: "InstrumentSans";
  line-height: 59px;
  letter-spacing: 0em;
}

.h4,
h4 {
  font-size: 40px;
  font-weight: 700;
  font-family: "InstrumentSans";
  line-height: 48px;
  letter-spacing: 0em;
}

.h5,
h5 {
  font-size: 24px;
  font-weight: 700;
  font-family: "InstrumentSans";
  line-height: 29px;
  letter-spacing: 0em;
}

.h6,
h6 {
  font-size: 20px;
  font-weight: 700;
  font-family: "InstrumentSans";
  line-height: 25px;
  letter-spacing: 0em;
}

/* ----- BODY ----- */

.body-1 {
  font-size: 18px;
  line-height: 28px;
  font-family: "Manrope";
  font-weight: 600;
  letter-spacing: 0em;
}

.body-2 {
  font-size: 16px;
  line-height: 26px;
  font-family: "Manrope";
  font-weight: 600;
  letter-spacing: 0em;
}

.body-3 {
  font-size: 14px;
  line-height: 22px;
  font-family: "Manrope";
  font-weight: 600;
  letter-spacing: 0em;
}

.body-4 {
  font-size: 20px;
  line-height: 27px;
  font-family: "Manrope";
  font-weight: 600;
  letter-spacing: 0em;
}

.body-5 {
  font-size: 16px;
  line-height: 26px;
  font-family: "Manrope";
  font-weight: 600;
  letter-spacing: 0em;
}

.body-default {
  font-size: 16px;
  line-height: 22px;
  font-family: "Manrope";
  font-weight: 600;
  letter-spacing: 0em;
}

/* ----- BUTTONS ----- */

.btn-1 {
  font-size: 16px;
  line-height: 22px;
  font-family: "Manrope";
  font-weight: 700;
  letter-spacing: 0em;
}

.btn-2 {
  font-size: 14px;
  line-height: 19px;
  font-family: "Manrope";
  font-weight: 700;
  letter-spacing: 0em;
}

.btn-3 {
  font-size: 24px;
  line-height: 33px;
  font-family: "Manrope";
  font-weight: 700;
  letter-spacing: 0em;
}

.btn-4 {
  font-size: 20px;
  line-height: 27px;
  font-family: "Manrope";
  font-weight: 700;
  letter-spacing: 0em;
}

.btn-5 {
  font-size: 16px;
  line-height: 22px;
  font-family: "Manrope";
  font-weight: 600;
  letter-spacing: 0em;
}

.btn-6 {
  font-size: 16px;
  line-height: 22px;
  font-family: "Manrope";
  font-weight: 700;
  letter-spacing: 0em;
}

/* ----- CAPTIONS ----- */

.caption-1 {
  font-size: 16px;
  line-height: 22px;
  font-family: "Manrope";
  font-weight: 700;
  letter-spacing: 0em;
}

.caption-2 {
  font-size: 14px;
  line-height: 19px;
  font-family: "Manrope";
  font-weight: 600;
  letter-spacing: 0em;
}

.caption-3 {
  font-size: 24px;
  line-height: 29px;
  font-family: "Manrope";
  font-weight: 700;
  letter-spacing: 0em;
}

.caption-4 {
  font-size: 18px;
  line-height: 25px;
  font-family: "Manrope";
  font-weight: 700;
  letter-spacing: 0em;
}

.caption-5 {
  font-size: 18px;
  line-height: 25px;
  font-family: "Manrope";
  font-weight: 600;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 16px;
  }

  .h1,
  h1 {
    font-size: 40px;
    font-weight: 700;
    font-family: "InstrumentSans";
    line-height: 52px;
    letter-spacing: 0em;
  }

  .h2,
  h2 {
    font-size: 32px;
    font-weight: 700;
    font-family: "InstrumentSans";
    line-height: 40px;
    letter-spacing: 0em;
  }

  .h3,
  h3 {
    font-size: 30px;
    font-weight: 700;
    font-family: "InstrumentSans";
    line-height: 37px;
    letter-spacing: 0em;
  }

  .h4,
  h4 {
    font-size: 30px;
    font-weight: 700;
    font-family: "InstrumentSans";
    line-height: 37px;
    letter-spacing: 0em;
  }

  .h5,
  h5 {
    font-size: 18px;
    font-weight: 700;
    font-family: "InstrumentSans";
    line-height: 22px;
    letter-spacing: 0em;
  }

  .h6,
  h6 {
    font-size: 18px;
    font-weight: 700;
    font-family: "InstrumentSans";
    line-height: 22px;
    letter-spacing: 0em;
  }
  /* ----- BODY ----- */

  .body-1 {
    font-size: 16px;
    line-height: 24px;
    font-family: "Manrope";
    font-weight: 600;
    letter-spacing: 0em;
  }

  .body-2 {
    font-size: 14px;
    line-height: 23px;
    font-family: "Manrope";
    font-weight: 600;
    letter-spacing: 0em;
  }

  .body-3 {
    font-size: 12px;
    line-height: 20px;
    font-family: "Manrope";
    font-weight: 600;
    letter-spacing: 0em;
  }

  .body-4 {
    font-size: 16px;
    line-height: 22px;
    font-family: "Manrope";
    font-weight: 600;
    letter-spacing: 0em;
  }

  .body-5 {
    font-size: 14px;
    line-height: 23px;
    font-family: "Manrope";
    font-weight: 600;
    letter-spacing: 0em;
  }

  .body-default {
    font-size: 14px;
    line-height: 19px;
    font-family: "Manrope";
    font-weight: 600;
    letter-spacing: 0em;
  }

  /* ----- BUTTONS ----- */

  .btn-1 {
    font-size: 14px;
    line-height: 19px;
    font-family: "Manrope";
    font-weight: 700;
    letter-spacing: 0em;
  }

  .btn-2 {
    font-size: 14px;
    line-height: 19px;
    font-family: "Manrope";
    font-weight: 700;
    letter-spacing: 0em;
  }

  .btn-3 {
    font-size: 20px;
    line-height: 27px;
    font-family: "Manrope";
    font-weight: 700;
    letter-spacing: 0em;
  }

  .btn-4 {
    font-size: 16px;
    line-height: 22px;
    font-family: "Manrope";
    font-weight: 700;
    letter-spacing: 0em;
  }

  .btn-5 {
    font-size: 14px;
    line-height: 19px;
    font-family: "Manrope";
    font-weight: 600;
    letter-spacing: 0em;
  }

  .btn-6 {
    font-size: 16px;
    line-height: 22px;
    font-family: "Manrope";
    font-weight: 700;
    letter-spacing: 0em;
  }

  /* ----- CAPTIONS ----- */

  .caption-1 {
    font-size: 14px;
    line-height: 19px;
    font-family: "Manrope";
    font-weight: 700;
    letter-spacing: 0em;
  }

  .caption-2 {
    font-size: 12px;
    line-height: 16px;
    font-family: "Manrope";
    font-weight: 600;
    letter-spacing: 0em;
  }

  .caption-3 {
    font-size: 22px;
    line-height: 27px;
    font-family: "Manrope";
    font-weight: 700;
    letter-spacing: 0em;
  }

  .caption-4 {
    font-size: 16px;
    line-height: 22px;
    font-family: "Manrope";
    font-weight: 700;
    letter-spacing: 0em;
  }

  .caption-5 {
    font-size: 14px;
    line-height: 19px;
    font-family: "Manrope";
    font-weight: 600;
    letter-spacing: 0em;
  }
}
