/*
Theme Name: Thelux
Author: NJ Technos
Description: A premium WordPress theme designed for travel agency.
Version: 1.0.0
*/

/* -------------------------------------- */
/* --- Google Fonts --- */
/* -------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Jost:wght@400;500;600;700&display=swap');

/* -------------------------------------- */
/* --- Reset & Base --- */
/* -------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* html, body {
    width: 100%;
    overflow-x: hidden;
} */

body {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400; /* Regular */
  color: #151719; /* Body text color */
  background-color: #ffffff;
  line-height: 120%;
-ms-overflow-style: none;  /* IE and Edge */
            scrollbar-width: none;     /* Firefox */
}
body::-webkit-scrollbar {
            display: none;
        }
/* -------------------------------------- */
/* --- Links --- */
/* -------------------------------------- */
a {
  color: #0C2951;
  text-decoration: none;
  transition: all 0.3s ease;
}


/* -------------------------------------- */
/* --- Headings --- */
/* -------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Marcellus", serif;
  color: #0C2951; /* Heading color */
  line-height: normal;
  margin-bottom: 0.5em;
}

/* H1 - 64px, Bold */
h1 {
  font-size: 64px;
  font-weight: 700;
}

/* H2 - 48px, Bold */
h2 {
  font-size: 48px;
  font-weight: 700;
}

/* H3 - 36px, Bold */
h3 {
  font-size: 30px;
  font-weight: 700;
}

/* H4 - 30px, 120%, Medium */
h4 {
  font-size: 30px;
  line-height: 120%;
  font-weight: 500;
}

/* H5 - 24px, 120%, Medium */
h5 {
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
}

/* H6 - 18px, 120%, Medium */
h6 {
    font-family: 'Jost';
    font-size: 18px;
    line-height: 120%;
    font-weight: 600!important;
}

/* -------------------------------------- */
/* --- Paragraphs --- */
/* -------------------------------------- */
p {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
/*   color: #151719; */
  margin-bottom: 1em;
}

/* -------------------------------------- */
/* --- Utility --- */
/* -------------------------------------- */
strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

/* ul, ol {
  margin: 1em 0 1em 2em;
} */

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

/* -------------------------------------- */
/* --- Buttons --- */
/* -------------------------------------- */
button,
input[type="submit"],
a.button {
  font-family: "Jost", sans-serif;
  background-color: #0C2951;
  color: #fff;
  border: none;
/*   padding: 12px 32px; */
  font-size: 16px;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* button:hover,
input[type="submit"]:hover,
a.button:hover {
  background-color: #1c3a72;
} */

/* -------------------------------------- */
/* --- Brand Guidelines Summary --- */
/* --------------------------------------
   Headings Font: Marcellus
   Paragraph Font: Jost
   H1: 64px, Bold
   H2: 48px, Bold
   H3: 36px, Bold
   H4: 30px, 120%, Medium
   H5: 24px, 120%, Medium
   H6: 18px, 120%, Medium
   P: 18px, 120%, Regular
   Heading Color: #0C2951
   Body Text: #151719
-------------------------------------- */
li{
	margin-bottom:10px!important;
}

ul.wp-block-list {
    padding: 20px;
}