/*
Theme Name: Fitobite
Author: Blank Design Lab
*/

@charset "utf-8";

/* =========================================
   BARLOW - NORMAL STYLES
   ========================================= */

/* Thin 100 */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 100;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/barlow@5.3.0/latin-100-normal.woff2) format("woff2");
}

/* Extra Light 200 */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 200;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/barlow@5.3.0/latin-200-normal.woff2) format("woff2");
}

/* Light 300 */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/barlow@5.3.0/latin-300-normal.woff2) format("woff2");
}

/* Regular 400 */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/barlow@5.3.0/latin-400-normal.woff2) format("woff2");
}

/* Medium 500 */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/barlow@5.3.0/latin-500-normal.woff2) format("woff2");
}

/* Semi Bold 600 */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/barlow@5.3.0/latin-600-normal.woff2) format("woff2");
}

/* Bold 700 */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/barlow@5.3.0/latin-700-normal.woff2) format("woff2");
}

/* Extra Bold 800 */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/barlow@5.3.0/latin-800-normal.woff2) format("woff2");
}

/* Black 900 */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/barlow@5.3.0/latin-900-normal.woff2) format("woff2");
}

/* =========================================
   BARLOW - ITALIC STYLES
   ========================================= */

/* Thin 100 Italic */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 100;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/barlow@5.3.0/latin-100-italic.woff2) format("woff2");
}

/* Extra Light 200 Italic */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 200;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/barlow@5.3.0/latin-200-italic.woff2) format("woff2");
}

/* Light 300 Italic */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 300;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/barlow@5.3.0/latin-300-italic.woff2) format("woff2");
}

/* Regular 400 Italic */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/barlow@5.3.0/latin-400-italic.woff2) format("woff2");
}

/* Medium 500 Italic */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 500;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/barlow@5.3.0/latin-500-italic.woff2) format("woff2");
}

/* Semi Bold 600 Italic */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/barlow@5.3.0/latin-600-italic.woff2) format("woff2");
}

/* Bold 700 Italic */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 700;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/barlow@5.3.0/latin-700-italic.woff2) format("woff2");
}

/* Extra Bold 800 Italic */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 800;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/barlow@5.3.0/latin-800-italic.woff2) format("woff2");
}

/* Black 900 Italic */
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 900;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/barlow@5.3.0/latin-900-italic.woff2) format("woff2");
}

/**
 * ========================================
 * // common
 * ========================================
 */

html,
body {
  margin: 0;
  padding: 0;
  overflow-y: visible !important;
  /* overflow-x: hidden !important; */
  scroll-behavior: smooth;
}

body {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  text-decoration: none;
  word-break: auto-phrase;
  margin: 0;
}

p {
  font-family: 'Barlow', sans-serif;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.big-wrap {
  width: 100vw;
}

.small-wrap {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

button,
button:hover,
a:hover {
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

img {
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none; /* Safari, iOS */
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (min-width: 1442px) {
}

@media screen and (min-width: 1280px) and (max-width: 1441px) {
  .big-wrap {
    width: 100vw !important;
  }

  .small-wrap {
    max-width: 1098px !important;
    width: 100%;
    margin: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
}

@media screen and (max-width: 767px) {
}

/**
 * ========================================
 * // color
 * ========================================
 */

.light-blue {
  color: #47a9df !important;
}

.dark-blue {
  color: #2a6fb6 !important;
}

.navy {
  color: #2c368b !important;
}

.grey {
  color: #4d4d4d !important;
}

.light-yellow {
  color: #fff2de !important;
}

.light-purple {
  color: #f8f3ff !important;
}

/**
 * ========================================
 * // header
 * ========================================
 */

header {
  position: relative;
  z-index: 9999;
  /* margin-top: -32px !important; */
}

.header-site {
  position: sticky;
  z-index: 9999;
  top: 0px;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 20px 75px 20px 40px;
  justify-content: space-between;
  height: 50px;
  background-color: rgb(250 250 250 / 70%);
}

.header-logo img {
  height: 55px;
}

/* .hamburger {
  display: block;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0px;
  z-index: 1001;
  cursor: url("https://joevisualstudio.com/wp-content/themes/joe-visual/images/cursor/white.cur") 8 8, pointer;
} */

/* Navigation styling */

.header-nav {
  max-width: 60vw;
  width: 100%;
}

.header-main-nav {
  display: flex;
  flex-direction: row;
  gap: 60px;
  justify-content: flex-end;
}

.header-main-nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 60px;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.header-main-nav li {
  font-size: 22px;
  font-weight: 500;
  color: #2c368b;
}

.header-main-nav li a:hover {
  color: #47a9df;
}

.header-button {
  display: flex;
  flex-direction: row;
  background-color: #2c368b;
  align-items: center;
  justify-content: center;
  max-width: 180px;
  width: 100%;
  border-radius: 50px;
  padding: 10px 10px 10px 15px;
  gap: 15px;
}

.header-button p {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: #ffffff;
  margin: 0;
}

.header-button img {
  height: 19px;
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
}

@media screen and (max-width: 767px) {
}

/**
 * ========================================
 * // footer
 * ========================================
 */

.footer-contactus-box {
  background-image: url("https://getfitobite.com/wp-content/themes/fitobite/images/footer/footer-bg.png");
  background-size: cover;
  background-position: bottom;
  padding: 130px 0;
}

.footer-contactus {
  text-align: center;
  margin: 0 auto 80px auto;
}

.footer-contactus p {
  font-size: 72px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.footer-box-1 {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  background: #fff;
  justify-content: center;
  border-radius: 50px;
  padding: 40px 0;
  margin-bottom: 80px;
}

.footer-wa,
.footer-email,
.footer-ig {
  max-width: 33%;
  width: 100%;
}

.footer-wa a,
.footer-email a,
.footer-ig a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.footer-email a {
  border-left: solid 2px #b3b3b3;
  border-right: solid 2px #b3b3b3;
}

.footer-title {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}

.footer-text {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}

.footer-wa img {
  max-width: 50px;
  width: 100%;
}

.footer-email img {
  max-width: 56px;
  width: 100%;
}

.footer-ig img {
  max-width: 50px;
  width: 100%;
}

.footer-box-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50px;
  height: 200px;
}

.footer-loc a {
  display: flex;
  flex-direction: row;
  gap: 60px;
  align-items: center;
  justify-content: center;
}

.footer-loc img {
  max-width: 40px;
  width: 100%;
  height: auto;
}

.loc {
  max-width: 800px;
  width: 100%;
}

.footer-copyright-box {
  background-color: #2c368b;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-copyright-box p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
}

@media screen and (max-width: 767px) {
}
