/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");

* {
    font-family: "Poppins", sans-serif;
}

html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body > main {
    flex-grow: 1;
}

body > main ul {
    text-align: left;
    font-size: 18px;
    line-height: 32px;
    color: var(--grey-text);
    padding-left: 42px;
}

#content a {
    text-decoration: none;
    display: flex;
    gap: 8px;
}

.maxContainer {
    box-sizing: border-box;
    width: 100%;
    max-width: 1920px;
    padding-left: 104px;
    padding-right: 104px;
    margin-left: auto;
    margin-right: auto;
}

.contentContainer {
    width: 100%;
    max-width: 1728px; /* 1520 + 104 + 104 */
    padding-left: 104px;
    padding-right: 104px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1010px) {
    .maxContainer,
    .contentContainer {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* --==COLORS==-- */
:root {
    --dark-blue: #00253d;
    --light-blue: #009ca6;
    --blue-accent: #256eff;
    --red-allert: #b1061d;
    --yellow: #ffa62b;
    --grey-text: #2a2f33;
    --accent-light: #edf2f4;
    --white: #ffffff;
    --gradient-light: linear-gradient(
            180deg,
            rgba(37, 110, 255, 0) 0%,
            rgba(0, 147, 245, 0.05) 100%
    );
    --grad1: linear-gradient(180deg, #0f54dc 0%, #00253d 100%);
    --grad2: linear-gradient(180deg, #28d8e3 0%, var(--light-blue) 100%);
    --grad3: linear-gradient(180deg, #00253d 0%, #011a2b 100%);
}

.bg-dark-blue {
    background-color: var(--dark-blue);
}

.color-dark-blue {
    color: var(--dark-blue);
}

.bg-light-blue {
    background-color: var(--light-blue);
}

.color-light-blue {
    color: var(--light-blue);
}

.bg-blue-accent {
    background-color: var(--blue-accent);
}

.color-blue-accent {
    color: var(--blue-accent);
}

.bg-red-allert {
    background-color: var(--red-allert);
}

.color-red-allert {
    color: var(--red-allert);
}

.bg-yellow {
    background-color: var(--yellow);
}

.color-yellow {
    color: var(--yellow);
}

.bg-text {
    background-color: var(--grey-text);
}

.color-text {
    color: var(--grey-text);
}

.bg-accent-light {
    background-color: var(--accent-light);
}

.color-accent-light {
    color: var(--accent-light);
}

.bg-white {
    background-color: var(--white);
}

.color-white {
    color: var(--white);
}

.bg-gradient-light {
    background: var(--gradient-light);
}

.bg-grad1 {
    background: var(--grad1);
}

.bg-grad2 {
    background: var(--grad2);
}

.bg-grad3 {
    background: var(--grad3);
}

/* --==HEADERS==-- */

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0.02em;
    margin: 0;
}

h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
}

h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}

h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}

h3.bold {
    font-weight: 700;
}

h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

/* --==PARAGRAPHS==-- */

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
}

label {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
}

label.bold {
    font-weight: 700;
}

.menu--semibold {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
}

.menu--semibold .dashicons {
    font-weight: 600;
    font-size: 24px;
    height: auto;
    width: auto;
}

.menu--regular {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
}

.menu--bottom {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
}

/* --==BUTTONS==-- */

button {
    cursor: pointer;
}

button:disabled {
    cursor: unset;
}

.button--primary:not(.wp-block-button),
.button--primary.wp-block-button > a {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    padding: 16px;
    background: var(--grad1);
    background-clip: padding-box;
    border: none;
    outline: unset;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-feature-settings: "pnum" on, "lnum" on;
    color: var(--accent-light);
    transition: ease-out 300ms;
}

.button--primary:hover:not(:disabled) {
    background: var(--grad2);
    background-clip: padding-box;
    box-shadow: 0 8px 16px rgba(0, 156, 166, 0.32);
    color: var(--dark-blue);
}

.button--primary:disabled {
    opacity: 0.3;
}

.button--primary:focus-visible {
    border: 8px solid rgba(0, 156, 166, 0.2);
    border-radius: 7px;
}

.button--primary > svg > path {
    transition: fill ease-out 300ms;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.button--primary:hover:not(:disabled) > svg > path {
    fill: #00253d;
}

.button--sec {
    display: flex;
    flex-direction: row;
    border: 2px solid #00253d;
    background-clip: padding-box;
    outline: unset;
    padding: 14px;
    column-gap: 8px;
    text-align: center;
    align-items: center;
    font-style: normal;
    text-transform: uppercase;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #00253d;
    transition: ease-out 300ms;
}

.button--sec:hover:not(:disabled) {
    background: linear-gradient(180deg, #28d8e3 0%, var(--light-blue) 100%);
    background-color: rgba(0, 156, 166, 0.2);
    border: 2px solid var(--light-blue);
    background-clip: padding-box;
}

.button--sec:disabled {
    box-sizing: border-box;
    opacity: 0.3;
    border: 2px solid #00253d;
}

.button--sec:focus-visible {
    background: rgba(0, 156, 166, 0.2);
    border: 2px solid #00253d;
}

.button--sec > svg > path {
    transition: fill ease-out 300ms;
    flex: none;
    order: 1;
    flex-grow: 0;
    fill: #00253d;
}

.button--sec:hover:not(:disabled) > svg > path {
    fill: #00253d;
}

.link--sec {
    display: inline-flex;
    flex-direction: row;
    padding: 0px;
    gap: 8px;
    /* justify-content: center; */
    align-items: center;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #00253d;
    transition: ease-out 300ms;
}

.link--sec:hover:not(:disabled) {
    padding: 0px 0px 0px 12px;
    border-left: 4px solid var(--light-blue);
    background-clip: padding-box;
    color: var(--bg-dark-blue);
}

.link--sec:disabled {
    opacity: 0.3;
}

.link--sec:focus-visible {
    background: rgba(0, 156, 166, 0.2);
}

.link--sec > svg > path {
    transition: fill ease-out 300ms;
}

.button--top-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: none;
    padding: 8px;
    color: var(--accent-light);
    flex: none;
    order: 0;
    flex-grow: 0;
    transition: ease-in-out 150ms;
}

.button--top-menu:hover {
    border-bottom: 2px solid var(--light-blue);
    color: var(--light-blue);
}

.button--icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px;
}

.link--primary {
    display: inline-flex;
    align-items: center;
    border: none;
    background-clip: padding-box;
    outline: unset;
    padding: 0px 0px 4px;
    gap: 8px;
    width: fit-content;
    text-decoration: none;
    transition: ease-out 150ms;
    border-bottom: 2px solid transparent;
}

.link--primary > span {
    color: var(--light-blue);
}

.link--primary:hover:not(:disabled) {
    box-sizing: border-box;
    border-bottom: 2px solid var(--yellow);
}

.link--primary > svg > path {
    transition: fill ease-out 300ms;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.link--primary:visited {
    color: var(--light-blue);
}

.link--primary:hover:not(:disabled) > svg > path {
    fill: var(--light-blue);
}

.icon--twitter > svg > path {
    transition: fill ease-out 300ms;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.icon--twitter:hover > svg {
    filter: drop-shadow(0px 8px 16px rgba(30, 161, 242, 0.32));
}

.icon--twitter:hover > svg > path {
    fill: #1ea1f2;
}

.icon--linkedin > svg > path {
    transition: fill ease-out 300ms;
}

.icon--linkedin:hover > svg > path {
    fill: #0a66c2;
    filter: drop-shadow(0px 8px 16px rgba(10, 102, 194, 0.32));
}

.custom-logo,
.logo {
    width: 80px;
    height: 64px;
}
