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

:root {
  --light_blue: #66f4f9;
  --violet: #c97afa;
  --black: #181818;
  --grey: #777777;
  --white: #fff;
  --grey2: #767676;
  --grey3: #242424;
  --grey4: #dddddd;
  --grey5: #8c8c8c;
  --grey6: #e0e0e0;
  --shadow: 0px 4px 10px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.06);

  --global_container_width: 1140px;
  --global_top_padding: 180px;
}

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth !important;
  height: 100%;
}

body {
  line-height: 1;
  background-color: #ffffff;
  height: 100%;
  font-family: "SourceSansPro";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

li {
  margin-bottom: 10px;
  margin-left: 20px;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* h1 {
  font-size: 36px;
  font-weight: 700;
  padding: 30px 0;
} */

.container {
  margin: auto;
  padding: 0 50px;
  max-width: calc(var(--global_container_width) + 100px);
}

.h1,
h1 {
  font-size: 70px;
  line-height: 80px;
  font-family: "OpenSans";
  font-weight: 700;
}

.h2,
h2 {
  font-size: 45px;
  line-height: 61px;
  font-family: "OpenSans";
  font-weight: 700;
}

.h3,
h3 {
  font-size: 24px;
  line-height: 33px;
  font-family: "OpenSans";
  font-weight: 600;
}

.h4,
h4 {
  font-size: 60px;
  line-height: 81px;
  font-family: "OpenSans";
  font-weight: 700;
}

.h5,
h5 {
  font-size: 20px;
  line-height: 27px;
  font-family: "OpenSans";
  font-weight: 600;
}

.h6,
h6 {
  font-size: 18px;
  line-height: 25px;
  font-family: "OpenSans";
  font-weight: 600;
}

.body1 {
  font-size: 25px;
  line-height: 30px;
  font-family: "SourceSansPro";
  font-weight: 600;
}

.body2 {
  font-size: 20px;
  line-height: 30px;
  font-family: "SourceSansPro";
  font-weight: 600;
}

.body3 {
  font-size: 16px;
  line-height: 23px;
  font-family: "SourceSansPro";
  font-weight: 600;
}

.body4 {
  font-size: 20px;
  line-height: 27px;
  font-family: "SourceSansPro";
  font-weight: 500;
}

.body5 {
  font-size: 22px;
  line-height: 28px;
  font-family: "SourceSansPro";
  font-weight: 600;
}

.body6 {
  font-size: 16px;
  line-height: 24px;
  font-family: "SourceSansPro";
  font-weight: 600;
}

.btn1 {
  font-size: 16px;
  line-height: 20px;
  font-family: "SourceSansPro";
  font-weight: 600;
}

.btn2 {
  font-size: 14px;
  line-height: 17px;
  font-family: "SourceSansPro";
  font-weight: 600;
}

.btn3 {
  font-size: 35px;
  line-height: 43px;
  font-family: "SourceSansPro";
  font-weight: 600;
}

.btn4 {
  font-size: 24px;
  line-height: 29px;
  font-family: "SourceSansPro";
  font-weight: 600;
}

.caption1 {
  font-size: 14px;
  line-height: 17px;
  font-family: "SourceSansPro";
  font-weight: 600;
}

.caption2 {
  font-size: 16px;
  line-height: 20px;
  font-family: "SourceSansPro";
  font-weight: 600;
}

.caption3 {
  font-size: 40px;
  line-height: 33px;
  font-family: "OpenSans";
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

.caption4 {
  font-size: 35px;
  line-height: 45px;
  font-family: "OpenSans";
  font-weight: 700;
}

.caption5 {
  font-size: 22px;
  line-height: 30px;
  font-family: "OpenSans";
  font-weight: 600;
}

.caption6 {
  font-size: 22px;
  line-height: 27px;
  font-family: "SourceSansPro";
  font-weight: 600;
}

.caption7 {
  font-size: 40px;
  line-height: 33px;
  font-family: "OpenSans";
  font-weight: 800;
}

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

@media screen and (max-width: 500px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }

  .h1,
  h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .h2,
  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .h3,
  h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .h4,
  h4 {
    font-size: 40px;
    line-height: 54px;
  }

  .h5,
  h5 {
    font-size: 18px;
    line-height: 25px;
  }

  .h6,
  h6 {
    font-size: 16px;
    line-height: 22px;
  }

  .body1 {
    font-size: 18px;
    line-height: 26px;
  }

  .body2 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
  }

  .body3 {
    font-size: 14px;
    line-height: 20px;
  }

  .body4 {
    font-size: 16px;
    line-height: 23px;
  }

  .body5 {
    font-size: 16px;
    line-height: 23px;
  }

  .body6 {
    font-size: 14px;
    line-height: 24px;
  }

  .btn1 {
    font-size: 15px;
    line-height: 18px;
  }

  .btn2 {
    font-size: 14px;
    line-height: 17px;
  }

  .btn3 {
    font-size: 24px;
    line-height: 30px;
  }

  .btn4 {
    font-size: 20px;
    line-height: 24px;
  }

  .caption1 {
    font-size: 14px;
    line-height: 17px;
  }

  .caption2 {
    font-size: 16px;
    line-height: 20px;
  }

  .caption3 {
    font-size: 36px;
    line-height: 36px;
  }

  .caption4 {
    font-size: 24px;
    line-height: 32px;
  }

  .caption5 {
    font-size: 18px;
    line-height: 25px;
  }

  .caption6 {
    font-size: 20px;
    line-height: 24px;
  }

  .caption7 {
    font-size: 36px;
    line-height: 36px;
  }
}
