/*
===============================================================================
VIKING-ROOT.CSS
===============================================================================
*/

/* ============================== FONTS ============================== */

html {
  margin-right: 0 !important;
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
} /* 10px (62.5% of 16px html default) */


body {
  background: var(--hex-background);
}

body,
button,
input,
select,
textarea {
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--hex-blue-1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 500;
  color: var(--hex-blue-1);
  margin: 0;
  text-rendering: optimizeLegibility;
}

/* ABSOLUTE (PX) */
h1 {
  font-size: 80px;
  line-height: 88px;
}

h2 {
  font-size: 56px;
  line-height: 68px;
}

h3 {
  font-size: 44px;
  line-height: 52px;
}

h4 {
  font-size: 32px;
  line-height: 40px;
}

h5 {
  font-size: 22px;
  line-height: 30px;
}

h6 {
  font-size: 20px;
  line-height: 28px;
}



/* ============================== COLORS ============================== */

:root {

  --hex-black: #000000;

  --hex-white: #FFFFFF;
    --hex-white-1a: #F3F5F5; /* 243, 245, 245 */
    --hex-white-1b: #E5E5E5;
    --hex-white-1c: #CCCCCC;
    --hex-white-1d: #B2B2B2;
    --hex-white-1e: #999999;
    --hex-white-1f: #7F7F7F;
    --hex-white-1g: #666666;
    --hex-white-1h: #4C4C4C;
    --hex-white-1i: #333333;

  --hex-blue-1: #24283E; /* (36, 40, 62) */
    --hex-blue-1a: #393D51;
    --hex-blue-1b: #4F5264;
    --hex-blue-1c: #656877;
    --hex-blue-1d: #7B7E8B;
    --hex-blue-1e: #91939E;
    --hex-blue-1f: #A7A9B1;
    --hex-blue-1g: #BDBEC5;
    --hex-blue-1h: #D3D4D8;
    --hex-blue-1i: #E9E9EB;

  --hex-blue-2: #44485A; /* (68, 72, 90) */
    --hex-blue-2a: #3D4051;
    --hex-blue-2b: #565A6A;
    --hex-blue-2c: #696C7A;
    --hex-blue-2d: #7C7E8B;
    --hex-blue-2e: #8E919C;
    --hex-blue-2f: #A1A3AC;
    --hex-blue-2g: #B4B5BD;
    --hex-blue-2h: #C6C8CD;
    --hex-blue-2i: #D9DADE;

  --hex-primary: #317C6F; /* (49, 124, 111) */
    --hex-primary-1a: #45897d;
    --hex-primary-1b: #5a968b;
    --hex-primary-1c: #6ea39a;
    --hex-primary-1d: #83b0a8;
    --hex-primary-1e: #98bdb7;
    --hex-primary-1f: #accac5;
    --hex-primary-1g: #c1d7d3;
    --hex-primary-1h: #d5e4e2;
    --hex-primary-1i: #eaf1f0;

  --hex-background: var(--hex-white-1a);

}

/* ============================== PADDING ============================== */

:root {

  --section_padding: 60px;

  --header_padding-top: 0px;
  --header_padding-bottom: 0px;

  --slider_padding-top: 0px;
  --slider_padding-bottom: 0px;

  --about_padding-top: var(--section_padding);
  --about_padding-bottom: 30px;

  --strategic_padding-top: var(--section_padding);
  --strategic_padding-bottom: var(--section_padding);

  --flexible_padding-top: var(--section_padding);
  --flexible_padding-bottom: var(--section_padding);

  --private_padding-top: var(--section_padding);
  --private_padding-bottom: var(--section_padding);

  --simplified_padding-top: 0px;
  --simplified_padding-bottom: 0px;

  --faq_padding-top: var(--section_padding);
  --faq_padding-bottom: var(--section_padding);

  --contact_padding-top: 40px;
  --contact_padding-bottom: 40px;

  --footer_padding-top: 0px;
  --footer_padding-bottom: 0px;

  --page_padding-top: var(--section_padding);
  --page_padding-bottom: var(--section_padding);

}

/* ============================== HEADER ============================== */

:root {
  --header-left_gap: 50px;
  --header-logo_padding-bottom: 12px;
  --header-menu_gap: 25px;
  --header-menu_font-size: 24px;
  --header-menu-text_color: var(--hex-blue-1);
  --header-menu-underline: var(--hex-primary);
  --header-submenu-text: var(--hex-white);
  --header-submenu-background: var(--hex-blue-1);
}

/* ============================== HEADINGS ============================== */

:root {

  /* TAGS */
  --heading-tag_padding: 0.375em 0.750em;

  --heading-tag_font-size: 0.750em;
  --heading-tag_line-height: 1.250em;
  --heading-tag_letter-spacing: 0.075em;

  --heading-tag-dark_color: var(--hex-primary-1d);
    --heading-tag-dark_background-color: var(--hex-blue-1a);
  --heading-tag-light_color: var(--hex-primary);
    --heading-tag-light_background-color: var(--hex-blue-1i);

  /* TEXT */
  --heading-subtitle_padding-top: 0.625em;
  --heading-paragraph_padding-top: 0.625em;

  --heading-title_font-size: 3.125em;
  --heading-subtitle_font-size: 1.250em;
  --heading-paragraph_font-size: 1.125em;
    --heading-paragraph_line-height: 1.350em;

  --heading-title_color: var(--hex-blue-1);
  --heading-subtitle_color: var(--hex-blue-1);
  --heading-paragraph_color: var(--hex-blue-1b);

  --heading-light-title_color: var(--hex-white);
  --heading-light-subtitle_color: var(--hex-white);
  --heading-light-paragraph_color: var(--hex-white-1b);

}

/* ============================== SLIDER ============================== */

:root {

 /* ========== SLIDES ========== */
  --slide-1_image: url("../images/slider/slide-1.avif");
    --slide-1_background-color: rgba(68, 72, 90, 0.75);

  --slide-2_image: url("../images/slider/slide-2.avif");
    --slide-2_background-color: rgba(68, 72, 90, 0.65);

  --slide-3_image: url("../images/slider/slide-3.avif");
    --slide-3_background-color: rgba(68, 72, 90, 0.70);

  --slide-4_image: url("../images/slider/slide-4.avif");
    --slide-4_background-color: rgba(68, 72, 90, 0.65);

  --slide-title-a_transition-delay: 0.1s;
  --slide-title-b_transition-delay: 0.4s;
  --slide-subtitle_transition-delay: 0.6s;
  --slide-button_transition-delay: 0.8s;

 /* ========== STYLES ========== */
  --swiper-bullet_color: #24283E; /* JAVASCRIPT REQUIRES HEX NOT VAR */
  --slider-button_color: var(--hex-white);
  --slider-button_background-color: var(--hex-blue-1);
  --slider-text-title-a_color: var(--hex-primary);
  --slider-text-title-b_color: var(--hex-blue-1);
  --slider-text-subtitle_color: var(--hex-blue-1);

}

/* ============================== SECTIONS ============================== */
    
:root {

  /* ========== ABOUT ========== */
  --about_background-color: var(--hex-blue-1);
  --about_border: 1px solid var(--hex-blue-1d);

  --about-left_color: var(--hex-white);
  --about-right_color: var(--hex-white-1b);

  /* ========== STRATEGIC ========== */
  --strategic_background-color: var(--hex-background);

  --strategic-text_color:  var(--hex-blue-1b);
  --strategic-text_font-size: 1.125em;
  --strategic-text_line-height: 1.350em;
  --strategic-text_padding-top: 0.625em;

  --strategic-image_background-color: rgba(36, 40, 62, 0.70);
  --strategic-image_opacity: 1.00;
  --strategic-image_contrast: 1.20;
  --strategic-image_brightness: 0.95;

  --strategic-image-border-size: 15px;
  --strategic-image-border-color: var(--hex-blue-1);

  /* ========== FLEXIBLE ========== */
  --flexible-outer_background-color: var(--hex-blue-1);
  --flexible-inner-top_background-color: var(--hex-blue-1);
  --flexible-inner-bottom_background-color: var(--hex-blue-1a);

  --flexible-tab-active_color: var(--hex-white);
  --flexible-tab-inactive_color: var(--hex-blue-1c);

  --flexible-text_color: var(--hex-white);
  --flexible-item-text_color: var(--hex-white-1b);
  --flexible-item-icon_color: var(--hex-primary);

  --flexible-item-text_size: 16px;
  --flexible-item-icon_gap: 6px;
  --flexible-item-icon_font-size: var(--flexible-item-text-size);

  /* ========== DISCREET ========== */
  --private-title_color: var(--hex-blue-1);
  --private-subtitle_color: #6D7074;

  /* ========== SIMPLIFIED ========== */
  --simplified-image_background-color: rgba(36, 40, 62, 0.90);
  --simplified-image_opacity: 1.00;
  --simplified-image_contrast: 1.00;
  --simplified-image_brightness: 1.00;

  --process-step-name_color: var(--hex-white);
  --process-step-desc_color: var(--hex-white-1b);

  /* ========== FAQ ========== */
  --faq-accordion_border: 2px solid var(--hex-white-1b);
  --faq-accordion_border-radius: 6px;
  --faq-accordion_background-color: var(--hex-white);

  --faq-accordion-item_border: 1px solid var(--hex-white-1b);
  --faq-accordion-item-symbol_padding: 20px;
  --faq-accordion-item-symbol_background-color: var(--hex-blue-1);
 
  --faq-accordion-question_color: var(--hex-blue-1);
  --faq-accordion-answer_color: #6D7074;

  /* ========== CONTACT ========== */
  --contact_background-image: url("../images/sections/contact.avif");
    --contact_opacity: 0.20;
    --contact_background-color: rgba(36, 40, 62, 1.00);
}






