@import "../whc-extensions/init.css";

* {
  box-sizing: border-box;
}

html {
    /* background-color: #000000; */
    background-color: #111111;
    padding: 0px;
}
body {
  background-color: #210a46;
  padding: 0px;
  margin: 0px;
  max-width: 100%;
}

a {
    color: #eeeeee;
    /* font-weight: bold; */
}

button {
    font-family:inherit;
    font-size:larger;
    font-weight: bold;
    color: white;
    background-color: #111111;
    border: 0 solid #111111;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
}

button:hover {
    cursor: pointer;
}

form {
  /* border-color:#b99a45; */
  /* border-width: 2px; */
  /* border-style: solid; */
  /* border-radius: 10px; */
  padding: 0px;
}

footer {
    color:#c7ac6a;
    text-align: center;
    padding:10px;
    padding-top:20px;
    /* background: linear-gradient(to bottom, #210a46, #111111);  */
    background: linear-gradient(to bottom, #210a46, #000000);
    border-top: #b99a45 solid 2px;
    box-shadow: 0 -5px 4px rgba(17, 17, 17, 0.5);
}
footer a {
  color:#c7ac6a;
  /* text-align: center; */
  /* font-size: small; */
  /* margin-bottom: 0px; */
}
footer p {
    color:#c7ac6a;
    text-align: center;
    font-size: small;
    /* margin-bottom: 0px; */
}

h1 {
    font-family: "Roboto", sans-serif;
    font-size: xx-large;
    /* color: #111111; */
    /* background-color: #b99a45; */
    /* color:white; */
    color:#b99a45;
    text-transform: uppercase;
    transform: scaleY(0.9);
    /* padding:10px;
    padding-left: 0; */
    padding-right:10px;
    margin-left:10px;
    margin-top:10px;
    margin-bottom:10px;
    /* border-top:#b99a45 solid 2px; */
}

h2 {
    font-family: "Roboto", sans-serif;
    padding: 0;
    margin-top:0px;
    margin-bottom: 10px;
    /* color: #111111;  */
    color:#b99a45;
}

h3 {
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin-top:0px;
  margin-bottom: 10px;
  color:#b99a45;
}

header
{
    padding:10px;
    margin-bottom:10px;
    /* margin-bottom:20px; */
    /* background: linear-gradient(to bottom, #111111, #210a46);  */
    background-color: #210a46;
    /* background-color:#111111; */
    /* height: 155px; */
    /* border-bottom:#b99a45 solid 10px; */
    /* border: green 1px solid; */
    border-bottom: #b99a45  solid 2px;
    box-shadow: 0 5px 4px rgba(17, 17, 17, 0.5);
}

header p {
    font-size: small;
}

hr {
    border-color: #b99a45;
}

img {
  border-radius: 5px;
}

li a {
  color:#eeeeee;
}

p {
  /* text-align: justify; */
  text-align: left;
  margin-bottom: 10px;
}
/* text elements */
p, li, div
{
    font-family: "Comfortaa", sans-serif;
    font-style: normal;
    line-height: 1.5;
    /* color: #111111; */
    color:#eeeeee;
    margin-top: 0;
}
/* form elements */
input[type="checkbox"] {
  width:unset;
}
input[type="text"]:disabled {
  background-color: #dddddd;
}
input, textarea, select
{
  background-color: #eeeeee;
  font-family: "Comfortaa", sans-serif;
  font-style: normal;
  font-size: medium;
  line-height: 1.5;
  color: #b99a45;
  margin-top: 0;
  margin-bottom: 10px;
  padding:10px;
  border-radius: 5px;
}

li {
  font-size: unset;
}

ol {
  margin-left: -18px;
}

section { /* designed not to be nested as there is a spacing element to the sides */
  overflow: auto;
  color:#eeeeee;
  margin-bottom:10px;
  margin-left:10px;
  margin-right:10px;
}

section h1 {
  font-size: xx-large;
}

ul {
  margin-left: -20px;
}

video {
  border-radius: 5px;
}









#contact-form {
  margin:auto;
  margin-bottom: 20px;
  padding:20px;
  background-color: #b99a45;
  border-radius: 5px;
  /* max-width: 500px; */
  /* border: 1px yellow solid;   */
}
#contact-form h1,
#contact-form h2 {
  color:#111111;
}
#contact-form textarea,
#contact-form input {
  color:#111111;
  padding:10px;
  width:100%;
  border:0;
}
#contact-form input[type="submit"] {
  width:100%;
  background-color: #c73e1d;
  color: #eeeeee;
  font-size: larger;
  font-weight: bold;
  margin-top:10px;
  margin-bottom: 0;
}
#contact-form input[type="submit"]:hover {
  cursor: pointer;
}





/*
#question-mark,
#question-mark p
{
  padding:0px;
  margin:0px;
  color:#b99a45;
  font-size:xx-large;
  font-weight:900;
  text-align: right;
  position: relative;
  top: 0px;
  right: 8px;
}
#question-mark a {
  color:#b99a45;
  text-decoration: none;
} */


/* .one-a-day-frame {
  overflow: auto;
  background-color: #111111;
}

.one-a-day-container {
  position: relative;
  width: 150px;
  margin: 0 auto;
  margin-bottom:20px;
  margin-top:20px;
}
.one-a-day-image {
  width: 100%;
  display: block;
}
.one-a-day-textbox {
  font-family: "Roboto", sans-serif;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  text-align:center;
  box-sizing: border-box;
}
.one-a-day-textbox a {
  color: white;
  text-decoration:none;
}
.one-a-day-matrix {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 0;
}
.one-a-day-matrix img {
  width: 100%;
  height: auto;
} */











/* .areas-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap:10px;
  padding-right:10px;
  padding-left:10px;
  margin:auto;
  width:100%;
}

.area {
  flex: 1;
  background-color: #3498db;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  aspect-ratio: 1 / 1;
  border: 1px solid #111111;
  border-radius: 5px;
  max-width: 170px;
}

.area:hover {
  background-color: #2980b9;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 20;
  overflow:hidden;
}

.overlay-content {
  color:#111111;
  padding: 0px;
  width:100%;
  height: 100%;
  z-index: 30;
  overflow-y: auto;
  overflow-x:hidden;
}

.overlay-content p,
.overlay-content h1,
.overlay-content h2
{
  color:#111111;
  border:0;
} */


.ai-container {
  width:100%;
  /* margin-bottom:20px; */
  display: flex;
}

.ai-cell {
  display:flex;
  width: calc(50.00% - 10px);
  align-items: center;
  justify-content: center;
  text-align: center;
  float:left;
  margin: 5px;
  margin-bottom:0px;
  padding:10px;
  padding-bottom:0px;
}

.ai-video {
  width:100%;
  /* border-radius: 5px; */
}



.bg-none {
  background-color:unset;
}

.border-none {
  border:unset;
}


.b-r-0 {
  border-radius: 0px;
}


.brand-statement p {
  text-align: center;
  color:#b99a45;
}




.button-box-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color:white;
  font-family: "Roboto", sans-serif;
  /* font-weight: bold; */
  /* font-size:medium; */
  font-size: small;
}
.button-box-text a {
  font-family: inherit;
}



.close-btn {
  float:right;
  text-align: right;
  font-size: 40px;
  font-weight: bold;
  color:white;
  cursor: pointer;
  margin:0px;
  padding:0px;
  position: relative;
  top: 0px; /* Adjust this value to move it upwards */
  right: 15px;
  z-index: 999;
  /* border: 1px red solid; */
}

.expanded {
  flex: 4; /* Cover the width of the page */
  z-index: 1; /* Ensure the expanded area appears below the overlay */
}


.f-s-normal {
  font-size: medium;
}


/*
*
*   FORMS
*
*/
.formLabel {
  font-family: "Comfortaa", sans-serif;
  font-style: normal;
  line-height: 1.5;
  color: #111111;
  margin-top: 0;
  margin-bottom: 5px;
}


/*
*
*   OTHERS
*
*/
.li-title {
  font-size: larger;
}


.link-box {
  font-family: "Roboto", sans-serif;
  /* border: 1px solid #111111; */
  border: 1px solid #c73e1d;
  border-radius: 10px;
  padding:10px;
  /* background-color: #b99a45;  */
  /* background-color: #c73e1d; */
  color: #eeeeee;
  font-size: larger;
  /* font-weight: bold;  */
  display:inline-block;
  /* color: #111111; */
  margin-bottom: 20px;
}
.link-box-a {
  font-family: inherit;
  font-weight: normal;
  text-decoration: none;
  color: #111111;
}
.link-box:hover {
  /* background-color: white; */
  background-color: #c73e1d;
  /* color: #333333; */
}

.logo {
    /* height: 120px; */
    width:100px;
    margin: 0px;
    padding:0;
    /* padding-left:7px; */
    /* padding-top:7px; */
}


.m-0 {
  margin: 0px;
}
.m-0-auto {
  margin: 0 auto;
}
.m-b-0 {
  margin-bottom:0px;
}
.m-b-10 {
  margin-bottom:10px;
}
.m-t-10 {
  margin-top:10px;
}

.margin-bottom-0 {
  margin-bottom:0px;
}









.menu-container {
  display: none;
  position: fixed;
  /* top: 155px; */
  top: 0;
  left: 0;
  width: 100%;
  /* height: calc(100% - 155px); */
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.9); */
  background-color: #111111;
  z-index: 99;
  vertical-align: middle;
  /* border: red 1px solid; */
}
.menu-container-inside {
  display:flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  width: 100%;
  height: 100%;
  /* z-index: 2; */
  vertical-align: middle;
  /* border: yellow 1px solid; */
}
.menu {
  width:350px;
  margin:auto;
  padding:20px;
}
.menu a {
  font-weight: bold;
  font-size: larger;
  color: #b99a45;
  text-decoration: none;
}
.menu li {
  padding:10px;
  font-family: "Roboto", sans-serif;
  font-size: large;
  text-transform: uppercase;
}
.menu ul {
  padding:0px;
  list-style-type: none;
  text-align: center;
}
.menu-icon {
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 20px;
  position: relative;
  margin:8px;
  margin-right:20px;
  margin-bottom: 10px;
}
.menu-icon-2-position {
  float:right;
  top: 25px;
  right: 9px;
}
.menu-icon .bar {
  display: block;
  background-color: #b99a45;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  transition: transform 0.3s ease;
}
.menu-icon .bar:not(:last-child) {
  margin-bottom: 6px;
}
.menu-icon.open .bar:first-child {
  transform: translateY(10px) rotate(45deg);
}
.menu-icon.open .bar:nth-child(2) {
  opacity: 0;
}
.menu-icon.open .bar:last-child {
  transform: translateY(-10px) rotate(-45deg);
}












.nav-breadcrumbs {
  font-family: "Roboto", sans-serif;
  font-size: small;
  font-style: italic;
  color:#b99a45;
  /* text-transform: uppercase; */
  text-transform:capitalize;
  transform: scaleY(0.9);
  padding:0px;
  padding-left: 10px;
  padding-top:10px;
  margin-top:0;
  margin-bottom:0;
  cursor: pointer;
  /* border-top:#b99a45 solid 2px; */
}
.nav-breadcrumb {
  text-decoration: underline;
}

.nav-tiles-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* margin-bottom: 10px; */
}
.nav-tiles-button {
  /* width: calc(33.33% - 10px); */
  width: calc(50% - 10px);
  height: 85px;
  background-color: #210a46;
  color: #ffffff;
  font-weight: bold;
  font-size: large;
  display:flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 5px;
  padding:10px;
  float: left;
  text-decoration: none;
  border-radius: 5px;
}
.nav-tiles-button:nth-child(3n+1) {
  background-color: #3f007d;
}
.nav-tiles-button:nth-child(3n+2) {
  background-color: #5900b3;
}


.one-a-day-image-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  justify-items: center;
  justify-content: center;
}
.one-a-day-image-grid-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.one-a-day-image-grid-item img {
  max-width: 100%;
  height: auto;
}
.one-a-day-image-large {
  width:90%;
  margin:2px;
  border: 5px solid #111111;
}







.p-0 {
  padding:0;
}


.price {
  font-size: x-large;
  font-weight: bold;
}




.reignite-image {
  width: 50%;
}
.reignite-video {
  width: 100%;
}





.section-reverse {
  /* background-color: #111111; */
  background-color: #000000;
  margin-left:0px;
  margin-right:0px;
  padding-left:10px;
  padding-right:10px;
}


.video-container {
  display: flex;
  flex-wrap: wrap;
  /* border: red 1px solid; */
}
.video {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  /* margin-top: 20px; */
}
.video-text-container {
  width: calc(100% - 150px);
  order: 1; /* Makes the text appear first on mobile */
  /* padding: 0 20px; */
  padding-right: 20px;
}
.video-vertical-right-container {
  width: 150px;
  order: 2; /* Makes the video appear second on mobile */
}

.video-hero-4-3 {
  width: 100%;
  height: auto;
  display: block;
}
.video-hero-4-3-container {
  width: 100%;
  max-width: 800px; /* or any other max-width you prefer */
  margin: 0 auto;
}

.video-hero-9-16 {
  width: 100%;
  height: auto;
  display: block;
}
.video-hero-9-16-container {
  width: 100%;
  max-width: 1080px; /* or any other max-width you prefer */
  margin: 0 auto;
}























.w-full {
  width: 100%;
  margin-left:0;
  margin-right:0;
}













/*
*
*   All development is mobile-first. Therefore all @media tags are for changes when the website is TABLET or DESKTOP size.
*
*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  /* CSS rules for tablets */
  h1 {
    margin-left: 80px;
  }
  section {
    margin:auto;
    margin-left:80px;
    margin-right:80px;
    margin-bottom:20px;
  }
  #contact-form {
    width:500px;
  }
  .areas-container {
    width:62%;
  }
  .button-box-text {
    font-size: large;
  }
  .nav-tiles-button {
    width: calc(25% - 10px);
  }
  .one-a-day-image-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .one-a-day-image-large {
    max-width: 40%;
  }
  .reignite-image {
    width: 25%;
  }
  .reignite-video {
    width:50%;
  }
  .section-reverse {
    margin-left:0px;
    margin-right:0px;
    padding-left:80px;
    padding-right:80px;
  }
  .video-hero-4-3 {
    border-radius: 5px;
  }
  .video-hero-9-16-container {
    width:400px;
  }
}
@media only screen and (min-width: 1025px) {
  /* @media only screen and (min-width: 12005px) { */
  /* CSS rules for laptops/desktops */
  h1 {
    margin-left: 300px;
    margin-left: 25%;
  }
  section {
    margin:auto;
    /* margin-left:300px;
    margin-right:300px; */
    margin-left:25%;
    margin-right:25%;
    margin-bottom:20px;
  }
  #contact-form {
    width:500px;
  }
  .areas-container {
    width:62%;
  }
  .button-box-text {
    font-size: large;
  }
  .nav-tiles-button {
    width: calc(25% - 10px);
  }
  .one-a-day-image-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .one-a-day-image-large {
    max-width: 40%;
  }
  .reignite-image {
    width: 25%;
  }
  .reignite-video {
    width:600px;
  }
  .section-reverse {
    margin-left:0px;
    margin-right:0px;
    padding-left:300px;
    padding-right:300px;
  }


  .video-hero-4-3 {
    border-radius: 5px;
  }
  .video-hero-9-16-container {
    width:400px;
  }

  .video-text-container {
    width: calc(100% - 200px);
  }
  .video-vertical-right-container {
    width: 200px;
    order: 2; /* Makes the video appear second on mobile */
  }
}
