/* =========================================
   1. ROOT / TOKENS
========================================= */
 
 
:root {
  --maxWidth-none: none;
  --maxWidth-xs: 20rem;
  --maxWidth-sm: 24rem;
  --maxWidth-md: 28rem;
  --maxWidth-lg: 32rem;
  --maxWidth-xl: 36rem;
  --maxWidth-2xl: 42rem;
  --maxWidth-3xl: 48rem;
  --maxWidth-4xl: 56rem;
  --maxWidth-45xl: 59rem;
  --maxWidth-5xl: 62rem;
  --maxWidth-6xl: 68rem;
  --maxWidth-7xl: 74rem;
  --maxWidth-8xl: 80rem;
  --maxWidth-full: 100%;
  --maxWidth-90perc: 50%;
  --maxWidth-wrapper: var(--maxWidth-7xl);

  --spacing-px: 1px;
  --spacing-0: 0;
  --spacing-1: 0.25rem;
  --spacing-2: 0.5rem;
  --spacing-3: 0.75rem;
  --spacing-4: 1rem;
  --spacing-5: 1.25rem;
  --spacing-6: 1.5rem;
  --spacing-8: 2rem;
  --spacing-10: 2.5rem;
  --spacing-12: 3rem;
  --spacing-16: 4rem;
  --spacing-20: 5rem;
  --spacing-24: 6rem;
  --spacing-32: 8rem;

  --fontFamily-sans: Roboto, Montserrat, Arial, sans-serif;
  --fontFamily-serif: Merriweather, Georgia, serif;
  --font-body: var(--fontFamily-sans);
  --font-heading: var(--fontFamily-sans);
  --fontSize-root: 16px;
  --fontSize-6: 2.488rem;
  --fontSize-4: 1.728rem;

  --fontWeight-normal: 400;
  --fontWeight-medium: 500;
  --fontWeight-semibold: 600;
  --fontWeight-bold: 700;
  --fontWeight-extrabold: 800;
  --fontWeight-black: 900;

  
  --fontSize-0: 0.833rem;
  --fontSize-1: 1rem;
  --fontSize-2: 1.2rem;
  --fontSize-3: 1.44rem;
  --fontSize-5: 2.074rem;
  --fontSize-7: 2.986rem;

  --lineHeight-none: 1;
  --lineHeight-tight: 1.1;
  --lineHeight-normal: 1.5;
  --lineHeight-relaxed: 1.625;

  --color-primary: #005b99;
  --color-text: #2e353f;
  --color-text-light: #4f5969;
  --color-heading: #1a202c;
  --color-heading-black: #000;
  --color-accent: #d1dce5;

  --color-border: #e5e7eb;
  --color-cta: #ff6305;
  --color-cta-text: #fff;
  --color-green: #6ace26;
}

/* =========================================
   2. RESET / BASE
========================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}
 
html {
  font-size: var(--fontSize-root);
  line-height: var(--lineHeight-normal);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: var(--fontSize-1);
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  display: block;
}

a {
  color: var(--color-primary);
  text-decoration: none;
  background-color: transparent;
}

a:hover,
a:focus {
  text-decoration: none;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

hr {
  background: var(--color-accent);
  border: 0;
  height: 1px;
}

/* =========================================
   1. ROOT / TOKENS
========================================= */
 

:root {
  --maxWidth-none: none;
  --maxWidth-xs: 20rem;
  --maxWidth-sm: 24rem;
  --maxWidth-md: 28rem;
  --maxWidth-lg: 32rem;
  --maxWidth-xl: 36rem;
  --maxWidth-2xl: 42rem;
  --maxWidth-3xl: 48rem;
  --maxWidth-4xl: 56rem;
  --maxWidth-45xl: 59rem;
  --maxWidth-5xl: 62rem;
  --maxWidth-6xl: 68rem;
  --maxWidth-7xl: 74rem;
  --maxWidth-8xl: 80rem;
  --maxWidth-full: 100%;
  --maxWidth-90perc: 50%;
  --maxWidth-wrapper: var(--maxWidth-7xl);

  --spacing-px: 1px;
  --spacing-0: 0;
  --spacing-1: 0.25rem;
  --spacing-2: 0.5rem;
  --spacing-3: 0.75rem;
  --spacing-4: 1rem;
  --spacing-5: 1.25rem;
  --spacing-6: 1.5rem;
  --spacing-8: 2rem;
  --spacing-10: 2.5rem;
  --spacing-12: 3rem;
  --spacing-16: 4rem;
  --spacing-20: 5rem;
  --spacing-24: 6rem;
  --spacing-32: 8rem;

  --fontFamily-sans: Mulish, Roboto, Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

  --fontFamily-serif: Muli, "Open Sans", "Myriad Pro", "Nunito", "Muli", Times, Georgia, serif, "Merriweather", Cambria, "Times New Roman";
  --font-body: var(--fontFamily-sans);
  --font-heading: var(--fontFamily-sans);

  --fontWeight-normal: 400;
  --fontWeight-medium: 500;
  --fontWeight-semibold: 600;
  --fontWeight-bold: 700;
  --fontWeight-extrabold: 800;
  --fontWeight-black: 900;

  --fontSize-root: 18px;
  --fontSize-0: 0.833rem;
  --fontSize-1: 1rem;
  --fontSize-2: 1.2rem;
  --fontSize-3: 1.44rem;
  --fontSize-4: 1.728rem;
  --fontSize-5: 2.074rem;
  --fontSize-6: 2.488rem;
  --fontSize-7: 2.986rem;

  --lineHeight-none: 1;
  --lineHeight-tight: 1.1;
  --lineHeight-normal: 1.5;
  --lineHeight-relaxed: 1.625;

  --color-primary: #005b99;
  --color-text: #2e353f;
  --color-text-light: #4f5969;
  --color-heading: #1a202c;
  --color-heading-black: #000;
  --color-accent: #d1dce5;

  --color-border: #e5e7eb;
  --color-cta: #ff6305;
  --color-cta-text: #fff;
  --color-green: #6ace26;
}

/* =========================================
   2. RESET / BASE
========================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {  
  font-size: var(--fontSize-root);
  line-height: var(--lineHeight-normal);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-body);  
  font-size: 1rem;
  line-height: 1.6;
  overflow-x: hidden;
  background: #fff;
}



/* =========================================
   3. TYPOGRAPHY
========================================= */


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  line-height: var(--lineHeight-tight);
  letter-spacing: -0.025em;
  margin-top: var(--spacing-12);
  margin-bottom: var(--spacing-6);
}

h2,
h3,
h4,
h5,
h6 {
  color: var(--color-heading);
  font-weight: var(--fontWeight-bold);
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 2.488rem;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.728rem;
  letter-spacing: -0.025em;
  line-height: 1.1;
}




h1 {
  color: var(--color-heading-black);
  font-size: var(--fontSize-6);
  font-weight: var(--fontWeight-black);
}

h2 { font-size: var(--fontSize-5); }
h3 { font-size: var(--fontSize-4); }
h4 { font-size: var(--fontSize-3); }
h5 { font-size: var(--fontSize-2); }
h6 { font-size: var(--fontSize-1); }

p {
  line-height: var(--lineHeight-relaxed);
  margin: 0 0 var(--spacing-8) 0;
}

ul,
ol {
  margin: 0 0 var(--spacing-8) 1.25rem;
  padding: 0;
}

li {
  margin-bottom: calc(var(--spacing-8) / 2);
}

/* =========================================
   4. GLOBAL LAYOUT
========================================= */
.global-wrapper {
  max-width: var(--maxWidth-wrapper);
  margin: 0 auto;
  padding: 1.5rem 0.75rem;
  background: #fff;
}

main {
  width: 100%;
}

/* =========================================
   5. NAVBAR
========================================= */
.navbar {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: Montserrat, Arial, sans-serif;
  font-size: var(--fontSize-2);
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}


.burgermenu {
  position: relative;
  display: flex;
  align-items: center;
}

.burgerbutton {
  background: transparent;
  border: 0;
  color: inherit;
  font-size: 28px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

.nav-item.logo {
  color: purple;
  font-size: 1.728rem;
  font-weight: 700;
  line-height: 1.1;
}

.nav-item.logo a {
  color: purple;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.44rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
  text-decoration: none;
  word-break: normal;
}
.btncta-right,
.btncta {
  display: inline-block;
  border: 0;
  border-radius: 15px;
  background: var(--color-cta);
  color: var(--color-cta-text);
  text-align: center;
  text-decoration: none;
  padding: 10px 30px;
  font: normal 400 16px/30px Arial, Helvetica, sans-serif;
  cursor: pointer;
}

/* =========================================
   6. BURGER MODAL
========================================= */
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 998;
}

.menu-overlay.open {
  opacity: 1;
  visibility: visible;
}

.modalwindow {
  position: fixed;
  top: 0;
  left: 0;
  width: 260px;
  max-width: 85vw;
  height: 100vh;
  background-color: #fff;
  color: #000;
  padding: 20px;
  border: 0;
  box-shadow: 4px 4px 0 rgb(209, 205, 205);
  transform: translateX(-100%);
  transition: transform 0.2s ease;
  z-index: 999;
  overflow-y: auto;
}

.modalwindow.open {
  transform: translateX(0);
}

button.close {
  background-color: #fff;
  color: #000;
  font-size: 0.833rem;
  padding: 10px 14px;
  border: 1px solid #000;
  cursor: pointer;
  margin-bottom: 20px;
}

body.menu-open {
  overflow: hidden;
}

.menuitem {
  clear: left;
  display: block;
  margin: 18px 0;
  font-size: 1.728rem;
}

.menuitem a {
  text-decoration: none;
  color: #000;
  font-family: var(--fontFamily-heading);
  font-size: 1.44rem;
}

.menuitem a:hover {
  font-weight: var(--fontWeight-semibold);
}

/* =========================================
   7. FOOTER
========================================= */
footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 3rem;
  border-top: 1px solid blueviolet;
  margin-top: 4rem;
  padding-top: 3rem;
  font-size: 16px;
}

footer .footer_column {
  width: 100%;
}

footer ul {
  margin-left: 1rem;
}

footer p,
footer li,
footer a {
  font-size: 16px;
  line-height: 1.7;
}

/* =========================================
   8. TOP10 LAYOUT
========================================= */
.\33 colwrapper {
  width: 100%;
  max-width: 100%;
  margin: 22px 0;
  padding: 0;
}

.threecolumns {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  margin: 22px 0;
  border-top: 10px solid;
  border-bottom: 1px solid;
  box-shadow: 0 0 49px 0 rgba(60, 73, 255, 0.3);
  background: transparent;
}

.threecolumns:hover {
  box-shadow: 0 0 20px #23adff;
}

.eachcolumn {
  flex: 1 1 0;
  margin: 2px;
  padding: 18px 20px;
  min-width: 0;
  font-family: var(--fontFamily-sans);
  font-size: 1rem;
  line-height: 1.58;
  font-weight: 400;
}

.eachcolumn:first-child {
  flex: 1.28 1 0;
}

.eachcolumn.grey {
  flex: 0.86 1 0;
}

.eachcolumn h2,
.eachcolumn h3 {
  font-family: var(--fontFamily-heading);
  font-size: 22px;
  line-height: 1.18;
  font-weight: 700;
  margin: 6px 0 12px;
}

.eachcolumn p {
  margin: 0 0 10px;
}

.eachcolumn a {
  font-size: 0.95rem;
}

.eachcolumn ul {
  list-style: none !important;
  list-style-type: none !important;
  margin-left: 30px !important;
  margin-bottom: 0 !important;
  padding-left: 0;
}

.eachcolumn ul li {
  list-style: none !important;
  list-style-type: none !important;
  margin-left: -30px;
  margin-bottom: 2px !important;
  padding: 0;
  position: relative;
}

.eachcolumn ul li::before {
  content: "\2713";
  color: green;
  margin-right: 6px;
}

.grey {
  box-shadow: 0 0 19px 0 rgba(60, 73, 255, 0.3);
}

.eachcolumn img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 12px;
}

.eachcolumn > a img {
  width: auto;
  max-width: 190px;
  max-height: 125px;
  object-fit: contain;
  margin-bottom: 14px;
}

.btnctagreen {
  display: inline-block;
  width: 226px;
  max-width: 100%;
  height: auto;
  margin: 0 10px;
  padding: 10px 28px;
  border: 1px solid var(--color-green);
  border-radius: 4px;
  background: var(--color-green);
  color: #fff;
  font: normal 400 16px/18px Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease;
}

.btnctagreen:hover,
.btnctagreen:active {
  background: #96dc66;
  border-color: #96dc66;
  color: #fff;
  box-shadow: 0.2rem 0.1rem 1.2rem rgba(91, 91, 91, 0.5);
}

main > h1:first-child,
main > center:first-child h1 {
  margin-top: 0.8rem;
}

main > center h1 {
  text-align: center;
}

main > center h3 {
  text-align: center;
  margin-top: 0;
}


/* =========================================
   9. NOTIFY CONTENT BLOCKS
========================================= */
.notify {
  background: #fcfcfc;
  color: #555;
  font-family: var(--fontFamily-sans);
  font-size: 1rem;
  line-height: 1.6;
  margin: 10px 10px 10px 0;
  padding: 10px 10px 10px 20px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.notify h2,
.notify h4 {
  background: #333 !important;
  color: #fff;
  font-size: 25px;
  margin: 10px -1vw;
  padding: 10px 1vw;
  border-left: 10px solid #d93;
  border-right: 10px solid #d93;
}

.notify h3 {
  display: table;
  font-size: 16px;
  color: #000;
  margin: 5px 10vw 5px -1vw;
  padding: 5px 10vw 5px 1vw;
  background-image: linear-gradient(270deg, rgba(255, 0, 0, 0), #72c075);
}

/* =========================================
   10. RESPONSIVE
========================================= */
@media screen and (max-width: 980px) {
  .\33 colwrapper {
    width: 92%;
    margin: 18px auto;
  }

  .threecolumns .eachcolumn {
    flex-basis: 40%;
    margin-bottom: 5px;
  }

  .grey {
    box-shadow: 0 0 0 0 rgba(60, 73, 255, 0.3);
  }
}

@media screen and (max-width: 680px) {
  html {
    font-size1: 16px;
    font-size: var(--fontSize-root);
  }

  .threecolumns .eachcolumn {
    flex-basis: 100%;
    margin: 0 0 5px;
    padding: 14px 14px;
  }

  .\33 colwrapper {
    width: 100%;
    padding: 0;
    margin: 14px auto;
  }

  .eachcolumn > a img {
    max-width: 140px;
    max-height: 90px;
  }

  .eachcolumn h2,
  .eachcolumn h3 {
    font-size: 18px;
  }

  .notify {
    font-size: 16px;
  }

  .notify h2,
  .notify h4 {
    font-size: 20px;
  }
}

@media (max-width: 42rem) {
  .global-wrapper {
    padding: 1rem 0.6rem;
  }

  .navbar {
    gap: 0.5rem;
    align-items: flex-start;
  }

  .nav-item.logo a {
    font-size: 1.45rem;
  }

  .btncta-right {
    display: none;
  }

  footer {
    flex-direction: column;
    gap: 2rem;
  }
}


