@import url("./assets/css/reset.css");

/*
Theme Name: Jorės theme
Version: 1.00
Author: Webrom
Author URI: https://webrom.lt
Text Domain: webrom-theme
Domain Path: /languages
*/

:root {
  --green1: #CED800;
  --green1hover: #BBC500;
  --green2: #FCFDF2;
  --green3: #F3F6B3;
  --black1: #080808;
  --grey1: #757575;
  --grey2: #B5B5B5;
  --white1: #FFFFFF;
  --red1: #FF0000;
  --gradient1: linear-gradient(to bottom, #CED800, #95A209);
  --gradient2: linear-gradient(to bottom, #95A209, #CED800);
}

body {
    overflow-x: hidden;
}

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

ul,
ol,
li {
  list-style-type: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

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

@media (max-width: 1020px) {
    .container {
        padding: 0 50px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
}

.display1 {
  font-size: 46px;
  line-height: 55px;
  font-weight: 600;
  font-family: "CronosPro";
}

.h1,
h1 {
  font-size: 46px;
  line-height: 55px;
  font-weight: 600;
  font-family: "CronosPro";
}

.h2,
h2 {
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
  font-family: "CronosPro";
}

.h3,
h3 {
  font-size: 26px;
  line-height: 31px;
  font-weight: 600;
  font-family: "CronosPro";
}

.h4,
h4 {
  font-size: 26px;
  line-height: 31px;
  font-weight: 600;
  font-family: "CronosPro";
}

.body1 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-family: "CronosPro";
}

.body2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    font-family: "CronosPro";
}

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

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

.body5 {
    font-size: 30px;
    line-height: 26px;
    font-weight: 600;
    font-family: "CronosPro";
}

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

.caption1 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    font-family: "CronosPro";
}

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

@media (max-width: 768px) {

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

    .h1,
    h1 {
        font-size: 36px;
        line-height: 43px;
        font-weight: 600;
        font-family: "CronosPro";
    }

    .h2,
    h2 {
        font-size: 32px;
        line-height: 38px;
        font-weight: 700;
        font-family: "CronosPro";
    }

    .h3,
    h3 {
        font-size: 28px;
        line-height: 34px;
        font-weight: 600;
        font-family: "CronosPro";
    }

    .h4,
    h4 {
        font-size: 22px;
        line-height: 26px;
        font-weight: 600;
        font-family: "CronosPro";
    }

    .body1 {
        font-size: 16px;
        line-height: 19px;
        font-weight: 600;
        font-family: "CronosPro";
    }

    .body2 {
        font-size: 16px;
        line-height: 19px;
        font-weight: 600;
        font-family: "CronosPro";
    }

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

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

    .body5 {
        font-size: 16px;
        line-height: 16px;
        font-weight: 600;
        font-family: "CronosPro";
    }

    .btn1 {
        font-size: 18px;
        line-height: 22px;
        font-weight: 600;
        font-family: "CronosPro";
    }

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

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