/* Globals */
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,500,700,800,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

:root {
  --ion-color-secondary: #006600;
  --ion-color-secondary-rgb: 0, 102, 0;
  --ion-color-secondary-contrast: #ffffff;
  --ion-color-secondary-contrast-rgb: 255, 255, 255;
  --ion-color-secondary-shade: #005a00;
  --ion-color-secondary-tint: #1a751a;
  --ion-color-navbar: #ffffff;
  --ion-color-navbar-rgb: 255, 255, 255;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  /* background: linear-gradient(45deg, #000000, #222);*/
  background: #121212 url('/img/tmpl_2023/bg/aigenwear_login_bg_light.jpg');
  background-repeat: repeat;
  background-attachment: fixed;
}

/* Tags */

h1, h2, h3 {
  display: block;
  clear: both;
}

section {
  padding-top: 50px;
}

/* Elements */

/* Classes */
.bg-fixed {
  background-attachment: fixed;
}
.content-1 {
  background-image: url("/img/tmpl_2023/splash/aigenwear_splash_008_meettheteam.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-2 {
  background-image: url("/img/tmpl_2023/splash/aigenwear_splash_004_robotgeneratedart.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-3 {
  background-image: url("/img/tmpl_2023/splash/aigenwear_splash_006_handshake.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-4 {
  background-image: url("/img/tmpl_2023/splash/aigenwear_splash_007_workoffice.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-5 {
  background-image: url("/img/tmpl_2023/splash/aigenwear_splash_011_childchoosing.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-6 {
  background-image: url("/img/tmpl_2023/splash/aigenwear_splash_013_focusgroup.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-7 {
  background-image: url("/img/tmpl_2023/splash/aigenwear_splash_016_standingout.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-8 {
  background-image: url("/img/tmpl_2023/splash/aigenwear_splash_005_robotdrawingperson.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-9 {
  background-image: url("/img/tmpl_2023/splash/aigenwear_splash_017_reachingout.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer {
  font-size: 8pt;
  padding: 20px;
  text-align: center;
  color: #111;
  bottom: 0;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.half-blur {
  backdrop-filter: blur(10px);
  overflow:hidden;
  height:1%;
}
.half-light {
  background: rgba(255,255,255, 0.888);
}
.half-dark {
  background: rgba(0,0,0, 0.888);
}
.half-spot {
  width:50%;
  float:left;
}
.ion-color-navbar {
  --ion-color-base: var(--ion-color-navbar);
  --ion-color-base-rgb: var(--ion-color-navbar-rgb);
}
.image-container{
  /*
  border-radius: 5px;
  border: 3px groove rgba(15,15,15,0.5);
  height: 42vh;
  */
}
.image-spot{
  /*
  border-radius: 5px;
  border: 3px groove rgba(15,15,15,0.5);
  height: 100%;
  */
}
.image-spot img{
  margin: 50px;
  width:100%;
  height:auto;
  max-width:640px;
}
.main-content-pop {
  max-width: 50%;
}
.main-content-pop .subtitle-text{
  font-size: 75%;
}
.main-content-text {
  padding: 50px;
}
.main-content-text .title-text {
  line-height: 60px;
}
.main-content-text p {
  font-size: 12pt;
  text-align: justify;
  line-height: 30px;
}
.main-content-text ol li p {
  font-size: 11pt;
  line-height: 20px;
}
.main-content-text ul li p {
  font-size: 10pt;
  line-height: 20px;
}
.mention-company {
  font-weight: 900;
}
.navbar {
  position:fixed;
  z-index: 10000;
  width: 100%;
}
.navbar a {
}
.navbar a:hover {
}
.navbar input[type="search"] {
  height:32px;
  background: none;
  border: 1px solid #fff;
  color:#fff;
}
.navbar input[type="search"]:focus {
  outline: none !important;
}
.navbar input[type="search"]::placeholder {
  color: rgba(255,255,255,0.5);
}
.navbar ion-icon {
  color: #fff !important;
}
.navbar-brand div {
  display:inline-block;
}
.navbar-brand div.logo-txt {
  vertical-align:middle;
  line-height:15px;
}
.navbar-brand div.logo-txt span {
  font-size:9pt
}
.navbar-inner {
  background:transparent;
}
.navbar-fixed-top.scrolled {
  background-color: rgba(0,0,0,0.75);
  transition: background-color 200ms linear;
}
.splash-1 {
  background-image: url("/img/tmpl_2023/splash/aigenwear_splash_001_photographyequipment.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.splash-2 {
  background-image: url("/img/tmpl_2023/splash/aigenwear_splash_002_tshirtshop.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.splash-3 {
  background-image: url("/img/tmpl_2023/splash/aigenwear_splash_003_products.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.splash-4 {
  background-image: url("/img/tmpl_2023/splash/aigenwear_splash_010_sweatshop.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.splash-5 {
  background-image: url("/img/tmpl_2023/splash/aigenwear_splash_009_printpress.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.splash-6 {
  background-image: url("/img/tmpl_2023/splash/aigenwear_splash_012_nativetribaldesigns.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.splash-7 {
  background-image: url("/img/tmpl_2023/splash/aigenwear_splash_014_philippinetribalwear.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.splash-8 {
  background-image: url("/img/tmpl_2023/splash/aigenwear_splash_018_businessgrowth.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.splash-9 {
  background-image: url("/img/tmpl_2023/splash/aigenwear_splash_015_clockface.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.splash-btn {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 125%;
  float:right;
  background: #111;
  color: #fff;
  border-radius: 2px;
  border: 1px solid #111;
}
.splash-btn:hover {
  background: #fff;
  color: #111;
}
.splash-spacer {
  min-height:100px;
}
.subtitle-text {
  font-size:60%;
  font-weight:500;
}
.text-right {
  text-align:right;
}
.text-spot {
  padding:20px 0;
  color:#111;
}
.title-text {
  font-size: 50pt;
  font-weight: 900;
  color: #FFFFFF;
  background: transparent;
  letter-spacing: 2px;
  text-shadow: 1px 3px 0 #969696, 1px 13px 5px rgba(0,0,0,0.4);  
}
.title-text i {
  font-size: 30pt;
}

/* Carousel */

/*
#scrolling {
  position:fixed;
  top:52%;

  background: #8601AF;
  height: 48%;
  width: 100%;

  overflow: hidden;
}

#scrolling-items {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  margin: 0;
  padding: 0;
  position: absolute;
  margin-top:4vh;
  height:80%;

  list-style-type: none;

  -webkit-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}

#scrolling-items li {
  float: left;
  width:25vw;
  min-width: 250px;
  height: 100%;
  color: #8601AF;
  font-weight: 300;
  text-align: center;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -moz-border-radius: 30px;
  cursor: pointer;
  background: #FFF;
  -webkit-transform:  scale(0.95);
  -ms-transform:  scale(0.95);
  -moz-transform:  scale(0.95);
  transform: scale(0.95);

}

#scrolling-items .itemslide-active
{
  -webkit-transform:  scale(1);
  -ms-transform:  scale(1);
  -moz-transform:  scale(1);
  transform: scale(1);
}


canvas {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100vw;
  max-height: 100vh;
}

body {
  font-family: Arial, sans-serif;
  text-align: center;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #007BFF;
}

.nav h1 {
  color: #ffffff;
  font-size: 1.5em;
}

.nav ul {
  display: flex;
  list-style-type: none;
}

.nav ul li {
  margin-left: 20px;
}

.nav ul li a {
  color: #ffffff;
  text-decoration: none;
}

.landing {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://source.unsplash.com/random/1600x900");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.landing h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
}

.landing p {
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 40px;
}

.cta-button {
  background-color: #ffffff;
  color: #007BFF;
  font-size: 1.3em;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 5px;
}

.cta-button:hover {
  background-color: #f1f1f1;
}

.footer {
  background-color: #007BFF;
  padding: 20px;
  color: #ffffff;
  font-size: 0.9em;
  margin-top: auto;
}

.rose-gold-border-shine {
  position: relative;
  padding: 10px;
}

.rose-gold-border-shine:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid;
  border-image: linear-gradient(45deg, #B76E79, #E0AC9D, #C47B85, #B76E79);
  border-image-slice: 1;
  z-index: -1;
  animation: roseGoldBorderShine 8s ease infinite;
}

@keyframes roseGoldBorderShine {
  0% {
    border-image-source: linear-gradient(45deg, #B76E79, #E0AC9D, #C47B85, #B76E79);
  }
  25% {
    border-image-source: linear-gradient(45deg, #C47B85, #B76E79, #E0AC9D, #B76E79);
  }
  50% {
    border-image-source: linear-gradient(45deg, #E0AC9D, #C47B85, #B76E79, #B76E79);
  }
  75% {
    border-image-source: linear-gradient(45deg, #B76E79, #E0AC9D, #C47B85, #B76E79);
  }
  100% {
    border-image-source: linear-gradient(45deg, #B76E79, #E0AC9D, #C47B85, #B76E79);
  }
}


*/