html {  
  font-variation-settings: normal;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  /* font-size: 11px; */
  /* scroll-behavior: smooth; */
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  background: #f0f0f0;
  /* max-width:1920px; */
  margin: 0 auto;
  overflow-x: hidden;
}

header {
  /* background-color: #333; */
  background: linear-gradient(to right, #00ffa3, #9945FF);
  color: white;
  padding: 0;
  width: 100%;
}

.TitleRow {
  background-color: #0332f2;
  width: 100%;
  padding: 0.6em 0;
  text-align: center;
  color: white;
}
.SubTitleRow {
  background-color: #333;
  width: 100%;
  /* padding: 0; */
  margin: 0;
  text-align: center;
  color: white;
  /* height: 30px; */
  flex: 1;
  padding: 0.2em;
}



h1 {
	font-size:  2.2em;  /* 40px;*/
  color: #f3eb23; /* Updated font color */
  /* line-height: 0.8; */
  margin-top: 12px;
}

h2 {
  font-size: 1.8em ;  /*32px*/
  /* line-height: 0.8em; */
  color: #f3eb23; /* Updated font color */
  font-style: italic;    
  margin-bottom: 12px;
}

h3 {
	
  font-size: 1.6em;
  color: #0332f2;
 
  /* font-size: 2rem;  */
    
}

h4 {
	font-size: 1.2em;
  line-height: 0.8;
  color: #e0e0e0 ;
  padding-bottom: 9px;
  padding-top: 9px;
  margin-bottom: 0px;
}

h5 {
	font-size: 1.4em;
  color: #0332f2;
  text-align: center;
  padding: 0.3em;
  /* padding-bottom: 8px;
  padding-top: 8px; */
  margin-bottom: 10px;
  margin-top: 10px;

}

h6 {
  font-size: 1.4em;
  color: #c0c0c0;
  font-weight: bolder;
  padding: 0;
  margin-top: 3px;
  margin-bottom: 3px;
}


.container {
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 0 1em; */
  flex: 1;
  text-align: center;
}

/* --- NAVIGATION START --- */

.NavBox {
  width:70%;
  margin-inline: auto;
}
.navImgLink
{
   vertical-align:middle;
   margin-right: 30px; 
   padding: 0;

}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  text-align: center;
}


nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

nav ul li {
  font-size: 1.1em;
  margin-top: 0;
  text-align: center;
  white-space: nowrap;

}
nav ul li a, nav ul li a:link,nav ul li a:visited {
  color: white;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  white-space: nowrap;
  /*  margin-right: 10px; */
}
nav ul li a:hover,nav ul li a:active {
  color: #f3eb23;
  text-decoration: none;
  font-size: 1.1em;
  /*  margin-right: 10px; */
  font-weight: bold;
  white-space: nowrap;
}

.menu-icon {
  display: none;
  font-size: 2em;
  cursor: pointer;
}

/* --- END NAVIGATION  --- */


/* quantum cat link */
.TitleRow a, .TitleRow a:link, .TitleRow a:visited {

  color: whitesmoke;
  font-style: italic;  
}
.TitleRow a:hover, .TitleRow a:focus{

  color: #dc28b0;
  text-decoration: none;
}
/* end quantum cat link */



/* ====== GALLERY === */

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}
.gallery figure {
  flex: 1 0 98%; /* 1 items per row */
  margin: 0;
}
.gallery img, .gallery video {
  width: 100%;
  height: auto;
}

/* ====== END GALLERY === */


/* #hero {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* height: 300px; */
  /* background-color: #f4f4f4; */
  /* max-width: 1200px; */
 /**/

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}

.content-row {
  display: flex;
  /* flex-direction: row; */
  justify-content: center;
  align-items: center;
  width: 100%;
}

.logo-column {
  width: 30%;
  height: 650px; 
}

.logoImage {
  animation: spin 5s linear infinite;
}


.staticHeroImage
{
  margin-bottom: 0px;
  margin-top: 30px;
  width: 200px;
}

.columnLeft, .columnRight {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
  padding: 1rem;
}
.columnLeft img, .columnLeft video, .columnRight img, .columnRight video {
  max-width: 100%;
  height: auto;
  margin: 0.5rem 0;
  border: 2px solid #ddd;
  border-radius: 8px;
  position: relative;
  /*animation: bounce 2s infinite; */
}



.columnLeft img:nth-child(1), .columnLeft video:nth-child(1) {
  transform: rotate(2deg);
  margin-left: -5px;
}
.columnLeft img:nth-child(2), .columnLeft video:nth-child(2) {
  transform: rotate(-10deg);
  margin-right: -10px;
}
.columnLeft img:nth-child(3), .columnLeft video:nth-child(3) {
  transform: rotate(5deg);
  margin-left: 5px;
}

.columnRight img:nth-child(1), .columnRight video:nth-child(1) {
  transform: rotate(5deg);
  margin-left: 5px;
}
.columnRight img:nth-child(2), .columnRight video:nth-child(2) {
  transform: rotate(-10deg);
  margin-right: -20px;
}
.columnRight img:nth-child(3), .columnRight video:nth-child(3) {
  transform: rotate(-5deg);
  margin-left: -5px;
}



@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

section {
  width: 100%;
  padding: 2em 0;
  border-bottom: 1px solid #ddd;
  max-width: 1200px;
  margin: 0 auto;
  flex: 1;
}


.rounded-div {
  width: 100%;
  margin-bottom: 1em;
}
.rounded-divs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding: 1em 0; */
  max-width: 1200px;
  margin: 0 auto;
  padding: 1em;
  flex: 1;
  align-items: center;
}
.rounded-div {
  width: 44%;
  padding: 1em;
  border-radius: 15px;
  color: white;
  text-align: center;
  
}
.divLeft {
  background-color: #c2c2c2;
  width:400px;
}
.divRight {
  background-color: #f0f0f0;
  color: #333;
  /*  border: 1px solid #333; */
  width:350px;
}



/*-------------------------------------
        Our Story
--------------------------------------*/

#OurStory{
  display: flex;
  flex-direction: column;
}

.rounded-div-ourStory p,.rounded-div-ourStory {
  font-family: Arial, Helvetica, sans-serif ;
  font-size: 1.1em;
}

.rounded-div-ourStory 
{
  background-color: #a8dafc;  /* #e998d5 */
  border-radius: 25px;
  padding:20px;
  margin: auto;
  text-align: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.rounded-div-ourStory p
{
   color: #005d9a; 
   font-weight: 600;
   padding-right: 10px;
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.öurStoryImage
{
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 10px;
}



@media screen and (min-width: 768px) 
{
  .rounded-div-ourStory p
  {
   padding-right: 20px;
   padding-left: 20px;
   margin-left: 20px;
   margin-right: 20px;
  }
}


/*  BUY BUtton*/
button {

  border: 1px solid black; /* Border style */
  background-color: #9945FF;
  width: 200px;
  color: white;
  padding: 0.8em;
  font-size: 1.3em;
  font-weight: bold;
  border-radius: 12px; /* Border radius for rounded corners */
  margin: 0;
  margin-bottom: 10px;
  cursor: pointer; 

}


/*-------------------------------------
        END Our Story
--------------------------------------*/

/* --- START FOOTERs  --- */



footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 1em 0;
  width: 100%;
  margin-top: auto;
}

.LogoFooter {
  height: 45px;
  width: 100%;
  background-color: #333; /* Adjust the background color as needed */
  padding-top: 7px;
	padding-bottom: 7px;
  text-align: center;
}

.LogoFooter a
{
  position:relative;
  width: 30px;
  display: inline-block;
}

.fFooter
{
    background: linear-gradient(to right, #9945FF,#00ffa3); /* Gradient background */
    width: 100%;
    margin:auto;
    height: 25px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
}


.copyright
{
    font-weight: 500;
}

/* --- END FOOTERs  --- */



/*
  GLightBox styles
  
*/


/* ----------------- */

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #ffffff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*---------------------
   Helper CSS
 -----------------------*/

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

  nav ul {
    display: none;
    flex-direction: column;
    width: 100%;
    /* background-color: #333; */
  }
  nav ul li {
    margin: 0;
    text-align: center;
    /* padding: 1em 0; */
    border-top: 1px solid #444;
  }
  nav ul li:first-child {
    border-top: none;
  }
  .menu-icon {
    display: block;
  }

  h1, h2 {
    font-size: 1em;
  }
  h6 {
    font-size: 0.9em;
    padding-bottom: 1px;
    margin-top: 1px;
    font-weight: 300;
  }


}


@media screen and (max-width: 359px) {
  .staticHeroImage 
  {
    margin-top: 5px;
    width: 80px;
  }
  .logoImage
  {
    width: 80px;
  }
  .öurStoryImage
  {
      width: 150px;
  }

}
@media screen and (min-width: 360px) and (max-width: 576px){
  .staticHeroImage 
  {
    margin-top: 10px;
    width: 100px;
  }


  .logoImage
  {
    width: 100px;
  }

  .logo-column {
    /* width: 30%; */
     height: 350px; 
  }
  button {
      width: 100px;
      font-size: 1em;
      padding: 0.1em;
  }

  .copyright
  { 
    font-size: 0.8em;
    font-weight: 400;
  }

  .öurStoryImage
  {
      width: 200px;
  }

}

@media screen and (min-width: 577px) and (max-width: 768px){
 .staticHeroImage 
  {
    margin-top: 10px;
    width: 130px;
  }
  .logoImage
  {
   width: 130px;
  }
  .logo-column {
    /* width: 30%; */
     height: 400px; 
  }
  button {
      width: 150px;
      font-size: 1.2em;
      padding: 0.6em;
  }
  .copyright
  {
      font-weight: 400;
  }
  .öurStoryImage
  {
      width: 200px;
  }
}


@media (min-width: 576px) {
  .gallery figure {
    flex: 1 0 45%; /* 2 items per row */
  }
}
@media (min-width: 990px) {
  .gallery figure {
    flex: 1 0 30%; /* 3 items per row */
  }
}
@media (min-width: 1200px) {
  .gallery figure {
      flex: 1 0 22%; /* 4 items per row */
  }
}


@media (min-width: 769px) {
  .staticHeroImage 
  {
    margin-top: 20px;
    width: 150px;
  }
  .logoImage
  {
    width: 150px;
  }
  .öurStoryImage
  {
      width: 250px;
  }
}


@media (min-width: 990px) {
  .staticHeroImage 
  {
    margin-top: 20px;
    width: 250px;
  }
  .logoImage
  {
    width: 200px;
  }
  button {
    width: 180px;
    font-size: 1.2em;
    padding: 0.6em;
  }
  .öurStoryImage
  {
      width: 300px;
  }
}


@media (min-width: 1200px) {
  .logoImage
  {
    width: 250px;
  }
  button {
    width: 200px;
    font-size: 1.2em;
    padding: 0.7em;
  }
}

