/*=============== GOOGLE FONTS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");

/*=============== VARIABLES CSS ===============*/
:root {
  --header-height: 3.5rem;  
  
--first-color: hsl(220, 68%, 54%);
--first-color-lighten: hsl(220, 68%, 97%);
--title-color: hsl(220, 48%, 28%);
--text-color: hsl(220, 12%, 45%);
--box-shadows: hsla(220, 68%, 12%, 0.1);
--answer-boxes: hsl(0, 0%, 95%);
--answer-boxes-hover: hsl(0, 0%, 5%);
--background-image: url("../../assets/Images/Background/backgroundMain.jpg");
 

/*========== Main Colors ==========*/

  --button-text-color-main: #b7a79f;
  --button-color-main: #f9eae1;
  --background-color-main: #f9f5f1;
  --menu-color-main: hsl(220, 100%, 99%);
  
  --button-text-color-main: #b7a79f;
  --button-color-main: #f9eae1;
  --background-color-main: #f9f5f1;
  --menu-color-main: hsl(220, 100%, 99%);

  --sub-title-a: #fee8e8;
  --sub-text-a: #fee8e8;
  --sub-title-b: hsl(0, 5%, 30%);
  --sub-text-b: hsl(236, 14%, 21%);

  --sub-title:#504444;
  --sub-container-color: rgba(0, 0, 0, 0.7);
  --sub-container-content: rgb(33, 33, 33);
  --sub-container-content: rgb(208, 206, 206);

  /*========== Flip Flip ==========*/

  --white: #ffffff;
  --black: #000000;

  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --body-font: "Poppins", sans-serif;
  --normal-font-size: 0.938rem;
  --small-font-size: 0.813rem;
  --smaller-font-size: 0.75rem;

  /*========== Font weight ==========*/
  --font-medium: 500;
  --font-semi-bold: 600;

  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;
}

/*===============DARK MODE ===============*/

.dark-mode {
--first-color: hsl(0, 0%, 90%);
--first-color-lighten: hsl(0, 0%, 12%);
--title-color: hsl(0, 0%, 100%);
--text-color: hsl(0, 0%, 70%);
--box-shadows: hsla(40, 67%, 88%, 0.300);
--answer-boxes: hsl(0,0%,13%);
--answer-boxes-hover: hsl(0, 0%, 5%);
--background-image: url("../../assets/Images/Background/backgroundMainDark.png");

  /*========== Main Colors ==========*/

--button-text-color-main: #eeeae8;
--button-color-main: #aa8f8b;
--background-color-main: #2c2c2c;
--menu-color-main: hsl(0, 0%, 10%);


--sub-title-b: hsl(0, 0%, 100%);
--sub-text-b: hsl(0, 0%, 90%);



--sub-title:#efe6e6;
--sub-text:#efe6e6;
--sub-container-color: rgba(255, 255, 255, 0.5);
--sub-container-content: rgb(33, 33, 33);


  /*========== Flip Flip ==========*/

  --black: #ffffff;
  --white: #000000;


--wavy: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 70 500 60' preserveAspectRatio='none'%3E%3Crect x='0' y='0' width='500' height='500' style='stroke: none; fill: %23ff9578;' /%3E%3Cpath d='M0,100 C150,200 350,0 500,100 L500,00 L0,0 Z' style='stroke: none; fill: %232c2c2c;'%3E%3C/path%3E%3C/svg%3E");
--awavy: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 70 500 60' preserveAspectRatio='none'%3E%3Crect x='0' y='0' width='500' height='500' style='stroke: none; fill: %232c2c2c;' /%3E%3Cpath d='M0,100 C150,200 350,0 500,100 L500,00 L0,0 Z' style='stroke: none; fill: %23ff9578;'%3E%3C/path%3E%3C/svg%3E");
--bwavy: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 70 500 60' preserveAspectRatio='none'%3E%3Crect x='0' y='0' width='500' height='500' style='stroke: none; fill: %23ff9578;' /%3E%3Cpath d='M0,100 C150,200 350,0 500,100 L500,00 L0,0 Z' style='stroke: none; fill: %232c2c2c;'%3E%3C/path%3E%3C/svg%3E");
--wavy-text: #2c2c2c;


--700: hsl(0,0%,13%);
--800: hsl(0,0%,9%);
--900: hsl(0,0%,7%);




}
/*===============DARK MODE ===============*/

.flag {
  border-radius: 4px;
/*  top: 50%;
  left: 50%;
transform: translate(69%, -42%);*/  
position: relative;
top: -28px;

    margin-top: 60px;

  cursor: pointer;
}


.errorMsgs {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(255, 0, 0, 0.5);
  color: white;
  text-align: center;
}


.submit {
  position: relative;
  color: var(--text-color);
  font-weight: bold;
}

.submit:hover{
  background-color: var(---answer-boxes-hover);
}

.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: var(--menu-color-main);
  box-shadow: 0 2px 8px var(--box-shadows);
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  border-radius: 10px; /* Adjust the value to control the amount of curvature */

}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: var(--answer-boxes);
  width: 100%;
  border: 0;
  margin: 0 0 0px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius:10px;
  color: var(--title-color);

}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}

.form .message a {
  text-decoration: none;
}
.form .register-form {
  display: none;
}

.registration-form {
  margin-top: 10px; /* Adjust this value to control the spacing above the form */
  margin-bottom: 10px; /* Adjust this value to control the spacing above the form */

}

.registration__title {
  position: relative;
  margin-bottom: 30px; /* Adjust this value to control the spacing above the form */

}


/*========== Responsive typography==========*/
@media screen and (min-width: 1024px) {
  :root {
    --normal-font-size: 1rem;
    --small-font-size: 0.875rem;
    --smaller-font-size: 0.813rem;
  }
}

/*=============== BASE ===============*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  background-color: var(--background-color-main);
  color: var(--text-color);
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/*=============== REUSABLE CSS CLASSES ===============*/
.container {
  margin-inline: 1.5rem;
}

/*=============== HEADER ===============*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 8px var(--box-shadows); 

  background-color: var(--menu-color-main);
  z-index: var(--z-fixed);
}

/*=============== NAV ===============*/
.nav {
  height: var(--header-height);
}

.nav__data {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 0;
}

.nav__logo {
  display: inline-flex;
  align-items: center;
  column-gap: 0.25rem;
  color: var(--title-color);
  font-weight: var(--font-semi-bold);
  transition: color 0.3s;
}

.nav__logo i {
  font-size: 1.25rem;
}

.nav__logo:hover {
  color: var(--first-color);
}

.nav__toggle {
  position: relative;
  width: 32px;
  height: 32px;
}

.nav__toggle-menu,
.nav__toggle-close {
  font-size: 1.25rem;
  color: var(--title-color);
  position: absolute;
  display: grid;
  place-items: center;
  inset: 0;
  cursor: pointer;
  transition: opacity 0.1s, transform 0.4s;
}

.nav__toggle-close {
  opacity: 0;
}

/* Navigation for mobile devices */


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

  .flag {
    border-radius: 4px;
    margin: 22px 6px 1px;
    top: 50%;
    transform: translate(69%, -42%);
    max-width: 30px;
    height: 20px;
    cursor: pointer;
  }
  .nav__menu {
    background-color: var(--menu-color-main);
    position: absolute;
    left: 0;
    top: 2.5rem;
    width: 100%;
    height: calc(100vh - 3.5rem);
    overflow: auto;
    padding-block: 1.5rem 4rem; /* padding top - bottom */
    pointer-events: none;
    opacity: 0;
    transition: top 0.4s, opacity 0.3s;
    
  }

  .nav__menu::-webkit-scrollbar {
    width: 0.5rem;
  }

  .nav__menu::-webkit-scrollbar-thumb {
    background-color: hsl(200, 12%, 70%);
  }
}

.nav__link {
  color: var(--title-color);
  font-weight: var(--font-semi-bold);
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s;
  cursor: pointer;
}

.nav__link:hover {
  background-color: var(--first-color-lighten);
}

/* Show menu */
.show-menu {
  opacity: 1;
  top: 3.5rem;
  pointer-events: initial;
}

/* Show icon */
.show-icon .nav__toggle-menu {
  opacity: 0;
  transform: rotate(90deg);
}

.show-icon .nav__toggle-close {
  opacity: 1;
  transform: rotate(90deg);
}

/*=============== DROPDOWN ===============*/
.dropdown__button {
  cursor: pointer;
}

.dropdown__arrow {
  font-size: 1.5rem;
  font-weight: initial;
  transition: transform 0.4s;
}

.dropdown__content,
.dropdown__group,
.dropdown__list {
  display: grid;
}



.dropdown__container {
  background-color: var(--first-color-lighten);
  height: 0;
  overflow: hidden;
  transition: height 0.4s;
}

.dropdown__content {
  row-gap: 1.75rem;
}

.dropdown__group {
  padding-left: 2.5rem;
  row-gap: 0.5rem;
}

.dropdown__group:first-child {
  margin-top: 1.25rem;
}

.dropdown__group:last-child {
  margin-bottom: 1.25rem;
}

.dropdown__icon {
  font-size: 1.25rem;
  color: var(--first-color);
}

.dropdown__title {
  font-size: var(--small-font-size);
  font-weight: var(--font-semi-bold);
  color: var(--title-color);
}

.dropdown__list {
  row-gap: 0.25rem;
}

.dropdown__link {
  font-size: var(--smaller-font-size);
  font-weight: var(--font-medium);
  color: var(--text-color);
  transition: color 0.3s;
}

.dropdown__link:hover {
  color: var(--title-color);
}

/* Rotate dropdown icon */
.show-dropdown .dropdown__arrow {
  transform: rotate(180deg);
}

/*=============== DROPDOWN ===============*/







  .main-content {
    padding-top: 6.5rem; 
  } 

/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 300px) {
  .dropdown__group {
    padding-left: 1.5rem;
  }
}

/* For large devices */
@media screen and (min-width: 900px) {
  /* Nav */
  .nav {
    height: calc(var(--header-height) + 2rem);
    display: flex;
    justify-content: space-between;
  }

  .nav__toggle {
    display: none;
  }

  .nav__list {
    display: flex;
    column-gap: 3rem;
    height: 100%;
  }

  .nav li {
    display: flex;
  }

  .nav__link {
    padding: 0;
  }

  .nav__link:hover {
    background-color: initial;
  }

  /* Dropdown */
  .dropdown__button {
    column-gap: 0.25rem;
    pointer-events: none;
  }

  .dropdown__container {
    height: max-content;
    position: absolute;
    left: 0;
    right: 0;
    top: 6.5rem;
    background-color: var(--menu-color-main);
    box-shadow: 0 6px 8px var(--box-shadows);
    pointer-events: none;
    opacity: 0;
    transition: top 0.4s, opacity 0.3s;
  }

  .dropdown__content {
    grid-template-columns: repeat(4, max-content);
    column-gap: 6rem;
    max-width: 1120px;
    margin-inline: auto; /* margin left and right auto */
  }

  .dropdown__group {
    padding: 4rem 0;
    align-content: baseline;
    row-gap: 1.25rem;
  }

  .dropdown__group:first-child,
  .dropdown__group:last-child {
    margin: 0;
  }

  .dropdown__list {
    row-gap: 0.75rem;
  }

  .dropdown__icon {
    width: 60px;
    height: 60px;
    background-color: var(--first-color-lighten);
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-bottom: 1rem;
  }

  .dropdown__icon i {
    font-size: 2rem;
  }

  .dropdown__title {
    font-size: var(--normal-font-size);
  }

  .dropdown__link {
    font-size: var(--small-font-size);
  }

  .dropdown__link:hover {
    color: var(--first-color);
  }

  .dropdown__item {
    cursor: pointer;

  }

  /* Rotate dropdown icon */
  .dropdown__item:hover .dropdown__arrow {
    transform: rotate(180deg);
  }

  /* Show dropdown menu */
  .dropdown__item:hover > .dropdown__container {
    top: 5.5rem;
    opacity: 1;
    pointer-events: initial;
    cursor: initial;
  }
}

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

}


.background-div {
  background-image: var(--background-image);
  background-size: cover; /* Ensures the image covers the entire div */
  background-repeat: no-repeat; /* Prevents the image from repeating */
}

.background-color {
  background-color: var(--background-color-main);
}






/* Start Landing Page */


.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

/* Start Global Rules */


.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}




@media (max-width: 767px) {

  .landing-page .content .info {
    text-align: center;
    margin-bottom: 15px 
  }
  .landing-page .content .container {
    gap: 0;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .landing-page .content .image img {
    max-width: 50%;
    border-radius: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  
  }
  .landing-page .content .info-text {
    position: relative;
    left: 0;
  }


}

@media (max-width: 1024px ){

  .landing-page .content .info {
    text-align: center;
    margin-bottom: 15px 
  }
  .landing-page .content .container {
    gap: 0;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .landing-page .content .image img {
    max-width: 50%;
    border-radius: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  
  }
  .landing-page .content .info-text {
    position: relative;
    left: 0;
  }


}

@media screen and (min-width: 1024px) {
  .landing-page .content .info-text {
    position: relative;
    left: 20%;
  }

  .landing-page .content .image img {
    max-width: 50%;
    border-radius: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

}

.landing-page .content .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 140px;
  padding-top: 6.5rem;
}


.landing-page .content .info h1 {
  color: var(--title-color);
  font-size: 44px;
}
.landing-page .content .info p {
  margin: 0;
  line-height: 1.6;
  font-size: 15px;
  color: var(--text-color);
}
.landing-page .content .info button {
  border: 0;
  border-radius: 10px;
  padding: 12px 30px;
  margin-top: 30px;
  cursor: pointer;
  color: var(--button-text-color-main);
  background-color: var(--button-color-main);
  
}

.landing-page .content .info button:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(255, 163, 163);
}

/* End Landing Page */
.title-container{
  display: grid;
  align-content: center;
  justify-content: space-evenly;
  position: relative;
  top: 6rem;
}

.title-word-one{
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--black);  
}
.prod-head
{
margin-left:-5px !important;
text-align:center;
font-weight:800;
font-size:80pt;
margin:0;
}
.prod-head-sub
{
 font-weight:400;
font-size:25pt;
color:var(--sub-title);
margin:0 auto;
}

@media screen and (max-width: 600px) {
  .prod-head {
      font-size: 56pt !important; 
  }
  .prod-head-sub {
      font-size: 20pt !important; 
  }
}

@media screen and (max-width: 414px) {
  .prod-head {
      font-size: 40pt !important; 
  }
  .prod-head-sub {
      font-size: 15pt !important; 
  }
}