/* ======================== FONTS ======================== */

/* outfit-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/webtroopswp-clean/fonts/outfit-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/webtroopswp-clean/fonts/outfit-v15-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/webtroopswp-clean/fonts/outfit-v15-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/webtroopswp-clean/fonts/outfit-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-400 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'inter-custom';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/webtroopswp-clean/fonts/inter-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'inter-custom';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/webtroopswp-clean/fonts/inter-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/* ======================== ROOT ======================== */
:root {
  --orange:#2BEBF0;
  --Light-orange: #FBDAB2;
  --grey: #54595f;
  --text: #fff;
  --primary-bg:#000;
  --primary-bg-2:#36A841;

}

*, ::before, ::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth; /* This enables smooth scrolling for the entire page */
}


html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family:'inter-custom', sans-serif;
  font-size: 18px;
  font-weight: 400;
  background-color: var(--primary-bg);
}

html {
  scroll-behavior: smooth;
}

/* Standard */
::selection {
  background:var(--orange);
  color:var(--primary-bg);
}

/* Firefox */
::-moz-selection {
  background:var(--orange);
  color:var(--primary-bg);
}

.kb-row-layout-wrap{
  padding: 0 15px;
}

.inter{
  font-family: 'inter-custom', sans-serif !important;
}

.font-400{
  font-weight: 400 !important;
}
/* ======================== CONTAINERS ======================== */
.alignfull {
  max-width: 100vw;
}

.alignwide {
  max-width: 1350px;
  margin: auto;
  width: 100%;
}

@media only screen and (max-width: 1430px) and (min-width: 1200px) {
  .alignwide {
    max-width: 1200px;
  }
  .logo-hreader > .kt-row-column-wrap,
  .topbarhead > .kt-row-column-wrap,
  .footwidth > .kt-row-column-wrap {
    max-width: 1200px !important;
    margin: auto;
  }
}

/* ======================== TYPOGRAPHY ======================== */
p {
  font-size: 18px;
  line-height:28px;
  font-weight: 300;
  color: var(--text);
  margin: 14px 0;
}

ul {
  list-style: none;
  padding-left: 0;
}

h1 {
  font-size: 55px;
  line-height:65px;
}

h2 {
  font-size: 45px;
  line-height: 55px;
}

h3 {
  font-size: 30px;
  line-height:40px;
}

h4 {
  font-size: 25px;
  line-height:35px;
}

h5 {
  font-size: 23px;
  line-height: 33px;
}


h1, h2, h3, h4, h5, h6 {
  font-family:'Outfit', sans-serif;
  font-weight: 600;
  margin: 0;
  color: var(--text);
  width: 100%;
}

/* ======================== LINKS ======================== */
a {
  color: var(--orange);
  text-decoration: none;
}
a:hover {
  color: var(--text);
}

/* ======================== WPFORMS ======================== */
.wpforms-container-full input {
  background: #fff !important;
  box-shadow: inset 1px 8px 9px -6px #dcdcdc !important;
  border-radius: 7px !important;
  border: 1px solid #4c4b517d !important;
  color: #000;
}

.wpforms-container-full .wpforms-field-file-upload input {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.wpforms-container-full button.wpforms-submit {
  background:linear-gradient(135deg,rgb(40,151,51) 0%,rgb(21,125,185) 100%) !important;
  font-size: 21px !important;
  width: 100%;
  height: 54px !important;
}

.wpforms-container-full button.wpforms-submit:hover {
  background:linear-gradient(180deg,rgb(21,125,185) 0%,rgb(40,151,51) 100%) !important;
  color:#fff !important;
}
.kt-btn-inner-text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
/* ======================== RESPONSIVE ======================== */
@media (max-width: 1024px) {
  h1 { font-size: 42px; line-height: 54px; }
  h2 { font-size: 34px; line-height: 46px; }
  h3 { font-size: 28px; line-height: 40px; }
  h4 { font-size: 22px; line-height: 34px; }
  p  { font-size: 15px; line-height: 26px; }

  div.wpforms-container-full {
    width: 100%;
  }
}

@media (max-width: 768px) {
  h1 { font-size: 34px; line-height: 46px; }
  h2 { font-size: 28px; line-height: 40px; }
  h3 { font-size: 24px; line-height: 36px; }
  h4 { font-size: 20px; line-height: 32px; }
  h5 { font-size: 18px; line-height: 30px; }
  h6 { font-size: 16px; line-height: 28px; }
  p  { font-size: 14px; line-height: 26px; }
}

@media (max-width: 480px) {
  h1 { font-size: 28px; line-height: 40px; }
  h2 { font-size: 24px; line-height: 36px; }
  h3 { font-size: 21px; line-height: 33px; }
  h4 { font-size: 18px; line-height: 30px; }
  h5, h6 { font-size: 16px; line-height: 28px; }
  p { font-size: 14px; line-height: 26px; }
}


/* ======================== THEME END ======================== */
