@charset "utf-8";

@keyframes rainbowbackground {
    0%{background-color: hsl(0, 100%, 50%);}1%{background-color: hsl(4, 100%, 50%);}2%{background-color: hsl(7, 100%, 50%);}3%{background-color: hsl(11, 100%, 50%);}4%{background-color: hsl(14, 100%, 50%);}5%{background-color: hsl(18, 100%, 50%);}6%{background-color: hsl(22, 100%, 50%);}7%{background-color: hsl(25, 100%, 50%);}8%{background-color: hsl(29, 100%, 50%);}9%{background-color: hsl(32, 100%, 50%);}10%{background-color: hsl(36, 100%, 50%);}11%{background-color: hsl(40, 100%, 50%);}12%{background-color: hsl(43, 100%, 50%);}13%{background-color: hsl(47, 100%, 50%);}14%{background-color: hsl(50, 100%, 50%);}15%{background-color: hsl(54, 100%, 50%);}16%{background-color: hsl(58, 100%, 50%);}17%{background-color: hsl(61, 100%, 50%);}18%{background-color: hsl(65, 100%, 50%);}19%{background-color: hsl(68, 100%, 50%);}20%{background-color: hsl(72, 100%, 50%);}21%{background-color: hsl(76, 100%, 50%);}22%{background-color: hsl(79, 100%, 50%);}23%{background-color: hsl(83, 100%, 50%);}24%{background-color: hsl(86, 100%, 50%);}25%{background-color: hsl(90, 100%, 50%);}26%{background-color: hsl(94, 100%, 50%);}27%{background-color: hsl(97, 100%, 50%);}28%{background-color: hsl(101, 100%, 50%);}29%{background-color: hsl(104, 100%, 50%);}30%{background-color: hsl(108, 100%, 50%);}31%{background-color: hsl(112, 100%, 50%);}32%{background-color: hsl(115, 100%, 50%);}33%{background-color: hsl(119, 100%, 50%);}34%{background-color: hsl(122, 100%, 50%);}35%{background-color: hsl(126, 100%, 50%);}36%{background-color: hsl(130, 100%, 50%);}37%{background-color: hsl(133, 100%, 50%);}38%{background-color: hsl(137, 100%, 50%);}39%{background-color: hsl(140, 100%, 50%);}40%{background-color: hsl(144, 100%, 50%);}41%{background-color: hsl(148, 100%, 50%);}42%{background-color: hsl(151, 100%, 50%);}43%{background-color: hsl(155, 100%, 50%);}44%{background-color: hsl(158, 100%, 50%);}45%{background-color: hsl(162, 100%, 50%);}46%{background-color: hsl(166, 100%, 50%);}47%{background-color: hsl(169, 100%, 50%);}48%{background-color: hsl(173, 100%, 50%);}49%{background-color: hsl(176, 100%, 50%);}50%{background-color: hsl(180, 100%, 50%);}51%{background-color: hsl(184, 100%, 50%);}52%{background-color: hsl(187, 100%, 50%);}53%{background-color: hsl(191, 100%, 50%);}54%{background-color: hsl(194, 100%, 50%);}55%{background-color: hsl(198, 100%, 50%);}56%{background-color: hsl(202, 100%, 50%);}57%{background-color: hsl(205, 100%, 50%);}58%{background-color: hsl(209, 100%, 50%);}59%{background-color: hsl(212, 100%, 50%);}60%{background-color: hsl(216, 100%, 50%);}61%{background-color: hsl(220, 100%, 50%);}62%{background-color: hsl(223, 100%, 50%);}63%{background-color: hsl(227, 100%, 50%);}64%{background-color: hsl(230, 100%, 50%);}65%{background-color: hsl(234, 100%, 50%);}66%{background-color: hsl(238, 100%, 50%);}67%{background-color: hsl(241, 100%, 50%);}68%{background-color: hsl(245, 100%, 50%);}69%{background-color: hsl(248, 100%, 50%);}70%{background-color: hsl(252, 100%, 50%);}71%{background-color: hsl(256, 100%, 50%);}72%{background-color: hsl(259, 100%, 50%);}73%{background-color: hsl(263, 100%, 50%);}74%{background-color: hsl(266, 100%, 50%);}75%{background-color: hsl(270, 100%, 50%);}76%{background-color: hsl(274, 100%, 50%);}77%{background-color: hsl(277, 100%, 50%);}78%{background-color: hsl(281, 100%, 50%);}79%{background-color: hsl(284, 100%, 50%);}80%{background-color: hsl(288, 100%, 50%);}81%{background-color: hsl(292, 100%, 50%);}82%{background-color: hsl(295, 100%, 50%);}83%{background-color: hsl(299, 100%, 50%);}84%{background-color: hsl(302, 100%, 50%);}85%{background-color: hsl(306, 100%, 50%);}86%{background-color: hsl(310, 100%, 50%);}87%{background-color: hsl(313, 100%, 50%);}88%{background-color: hsl(317, 100%, 50%);}89%{background-color: hsl(320, 100%, 50%);}90%{background-color: hsl(324, 100%, 50%);}91%{background-color: hsl(328, 100%, 50%);}92%{background-color: hsl(331, 100%, 50%);}93%{background-color: hsl(335, 100%, 50%);}94%{background-color: hsl(338, 100%, 50%);}95%{background-color: hsl(342, 100%, 50%);}96%{background-color: hsl(346, 100%, 50%);}97%{background-color: hsl(349, 100%, 50%);}98%{background-color: hsl(353, 100%, 50%);}99%{background-color: hsl(356, 100%, 50%);}100%{background-color: hsl(360, 100%, 50%);}
}

@keyframes rainbowtxt {
   0%{color: hsl(0, 100%, 50%);}1%{color: hsl(4, 100%, 50%);}2%{color: hsl(7, 100%, 50%);}3%{color: hsl(11, 100%, 50%);}4%{color: hsl(14, 100%, 50%);}5%{color: hsl(18, 100%, 50%);}6%{color: hsl(22, 100%, 50%);}7%{color: hsl(25, 100%, 50%);}8%{color: hsl(29, 100%, 50%);}9%{color: hsl(32, 100%, 50%);}10%{color: hsl(36, 100%, 50%);}11%{color: hsl(40, 100%, 50%);}12%{color: hsl(43, 100%, 50%);}13%{color: hsl(47, 100%, 50%);}14%{color: hsl(50, 100%, 50%);}15%{color: hsl(54, 100%, 50%);}16%{color: hsl(58, 100%, 50%);}17%{color: hsl(61, 100%, 50%);}18%{color: hsl(65, 100%, 50%);}19%{color: hsl(68, 100%, 50%);}20%{color: hsl(72, 100%, 50%);}21%{color: hsl(76, 100%, 50%);}22%{color: hsl(79, 100%, 50%);}23%{color: hsl(83, 100%, 50%);}24%{color: hsl(86, 100%, 50%);}25%{color: hsl(90, 100%, 50%);}26%{color: hsl(94, 100%, 50%);}27%{color: hsl(97, 100%, 50%);}28%{color: hsl(101, 100%, 50%);}29%{color: hsl(104, 100%, 50%);}30%{color: hsl(108, 100%, 50%);}31%{color: hsl(112, 100%, 50%);}32%{color: hsl(115, 100%, 50%);}33%{color: hsl(119, 100%, 50%);}34%{color: hsl(122, 100%, 50%);}35%{color: hsl(126, 100%, 50%);}36%{color: hsl(130, 100%, 50%);}37%{color: hsl(133, 100%, 50%);}38%{color: hsl(137, 100%, 50%);}39%{color: hsl(140, 100%, 50%);}40%{color: hsl(144, 100%, 50%);}41%{color: hsl(148, 100%, 50%);}42%{color: hsl(151, 100%, 50%);}43%{color: hsl(155, 100%, 50%);}44%{color: hsl(158, 100%, 50%);}45%{color: hsl(162, 100%, 50%);}46%{color: hsl(166, 100%, 50%);}47%{color: hsl(169, 100%, 50%);}48%{color: hsl(173, 100%, 50%);}49%{color: hsl(176, 100%, 50%);}50%{color: hsl(180, 100%, 50%);}51%{color: hsl(184, 100%, 50%);}52%{color: hsl(187, 100%, 50%);}53%{color: hsl(191, 100%, 50%);}54%{color: hsl(194, 100%, 50%);}55%{color: hsl(198, 100%, 50%);}56%{color: hsl(202, 100%, 50%);}57%{color: hsl(205, 100%, 50%);}58%{color: hsl(209, 100%, 50%);}59%{color: hsl(212, 100%, 50%);}60%{color: hsl(216, 100%, 50%);}61%{color: hsl(220, 100%, 50%);}62%{color: hsl(223, 100%, 50%);}63%{color: hsl(227, 100%, 50%);}64%{color: hsl(230, 100%, 50%);}65%{color: hsl(234, 100%, 50%);}66%{color: hsl(238, 100%, 50%);}67%{color: hsl(241, 100%, 50%);}68%{color: hsl(245, 100%, 50%);}69%{color: hsl(248, 100%, 50%);}70%{color: hsl(252, 100%, 50%);}71%{color: hsl(256, 100%, 50%);}72%{color: hsl(259, 100%, 50%);}73%{color: hsl(263, 100%, 50%);}74%{color: hsl(266, 100%, 50%);}75%{color: hsl(270, 100%, 50%);}76%{color: hsl(274, 100%, 50%);}77%{color: hsl(277, 100%, 50%);}78%{color: hsl(281, 100%, 50%);}79%{color: hsl(284, 100%, 50%);}80%{color: hsl(288, 100%, 50%);}81%{color: hsl(292, 100%, 50%);}82%{color: hsl(295, 100%, 50%);}83%{color: hsl(299, 100%, 50%);}84%{color: hsl(302, 100%, 50%);}85%{color: hsl(306, 100%, 50%);}86%{color: hsl(310, 100%, 50%);}87%{color: hsl(313, 100%, 50%);}88%{color: hsl(317, 100%, 50%);}89%{color: hsl(320, 100%, 50%);}90%{color: hsl(324, 100%, 50%);}91%{color: hsl(328, 100%, 50%);}92%{color: hsl(331, 100%, 50%);}93%{color: hsl(335, 100%, 50%);}94%{color: hsl(338, 100%, 50%);}95%{color: hsl(342, 100%, 50%);}96%{color: hsl(346, 100%, 50%);}97%{color: hsl(349, 100%, 50%);}98%{color: hsl(353, 100%, 50%);}99%{color: hsl(356, 100%, 50%);}100%{color: hsl(360, 100%, 50%);}
}

@keyframes rainbowsvg {
   0%{fill: hsl(0, 100%, 50%);}1%{fill: hsl(4, 100%, 50%);}2%{fill: hsl(7, 100%, 50%);}3%{fill: hsl(11, 100%, 50%);}4%{fill: hsl(14, 100%, 50%);}5%{fill: hsl(18, 100%, 50%);}6%{fill: hsl(22, 100%, 50%);}7%{fill: hsl(25, 100%, 50%);}8%{fill: hsl(29, 100%, 50%);}9%{fill: hsl(32, 100%, 50%);}10%{fill: hsl(36, 100%, 50%);}11%{fill: hsl(40, 100%, 50%);}12%{fill: hsl(43, 100%, 50%);}13%{fill: hsl(47, 100%, 50%);}14%{fill: hsl(50, 100%, 50%);}15%{fill: hsl(54, 100%, 50%);}16%{fill: hsl(58, 100%, 50%);}17%{fill: hsl(61, 100%, 50%);}18%{fill: hsl(65, 100%, 50%);}19%{fill: hsl(68, 100%, 50%);}20%{fill: hsl(72, 100%, 50%);}21%{fill: hsl(76, 100%, 50%);}22%{fill: hsl(79, 100%, 50%);}23%{fill: hsl(83, 100%, 50%);}24%{fill: hsl(86, 100%, 50%);}25%{fill: hsl(90, 100%, 50%);}26%{fill: hsl(94, 100%, 50%);}27%{fill: hsl(97, 100%, 50%);}28%{fill: hsl(101, 100%, 50%);}29%{fill: hsl(104, 100%, 50%);}30%{fill: hsl(108, 100%, 50%);}31%{fill: hsl(112, 100%, 50%);}32%{fill: hsl(115, 100%, 50%);}33%{fill: hsl(119, 100%, 50%);}34%{fill: hsl(122, 100%, 50%);}35%{fill: hsl(126, 100%, 50%);}36%{fill: hsl(130, 100%, 50%);}37%{fill: hsl(133, 100%, 50%);}38%{fill: hsl(137, 100%, 50%);}39%{fill: hsl(140, 100%, 50%);}40%{fill: hsl(144, 100%, 50%);}41%{fill: hsl(148, 100%, 50%);}42%{fill: hsl(151, 100%, 50%);}43%{fill: hsl(155, 100%, 50%);}44%{fill: hsl(158, 100%, 50%);}45%{fill: hsl(162, 100%, 50%);}46%{fill: hsl(166, 100%, 50%);}47%{fill: hsl(169, 100%, 50%);}48%{fill: hsl(173, 100%, 50%);}49%{fill: hsl(176, 100%, 50%);}50%{fill: hsl(180, 100%, 50%);}51%{fill: hsl(184, 100%, 50%);}52%{fill: hsl(187, 100%, 50%);}53%{fill: hsl(191, 100%, 50%);}54%{fill: hsl(194, 100%, 50%);}55%{fill: hsl(198, 100%, 50%);}56%{fill: hsl(202, 100%, 50%);}57%{fill: hsl(205, 100%, 50%);}58%{fill: hsl(209, 100%, 50%);}59%{fill: hsl(212, 100%, 50%);}60%{fill: hsl(216, 100%, 50%);}61%{fill: hsl(220, 100%, 50%);}62%{fill: hsl(223, 100%, 50%);}63%{fill: hsl(227, 100%, 50%);}64%{fill: hsl(230, 100%, 50%);}65%{fill: hsl(234, 100%, 50%);}66%{fill: hsl(238, 100%, 50%);}67%{fill: hsl(241, 100%, 50%);}68%{fill: hsl(245, 100%, 50%);}69%{fill: hsl(248, 100%, 50%);}70%{fill: hsl(252, 100%, 50%);}71%{fill: hsl(256, 100%, 50%);}72%{fill: hsl(259, 100%, 50%);}73%{fill: hsl(263, 100%, 50%);}74%{fill: hsl(266, 100%, 50%);}75%{fill: hsl(270, 100%, 50%);}76%{fill: hsl(274, 100%, 50%);}77%{fill: hsl(277, 100%, 50%);}78%{fill: hsl(281, 100%, 50%);}79%{fill: hsl(284, 100%, 50%);}80%{fill: hsl(288, 100%, 50%);}81%{fill: hsl(292, 100%, 50%);}82%{fill: hsl(295, 100%, 50%);}83%{fill: hsl(299, 100%, 50%);}84%{fill: hsl(302, 100%, 50%);}85%{fill: hsl(306, 100%, 50%);}86%{fill: hsl(310, 100%, 50%);}87%{fill: hsl(313, 100%, 50%);}88%{fill: hsl(317, 100%, 50%);}89%{fill: hsl(320, 100%, 50%);}90%{fill: hsl(324, 100%, 50%);}91%{fill: hsl(328, 100%, 50%);}92%{fill: hsl(331, 100%, 50%);}93%{fill: hsl(335, 100%, 50%);}94%{fill: hsl(338, 100%, 50%);}95%{fill: hsl(342, 100%, 50%);}96%{fill: hsl(346, 100%, 50%);}97%{fill: hsl(349, 100%, 50%);}98%{fill: hsl(353, 100%, 50%);}99%{fill: hsl(356, 100%, 50%);}100%{fill: hsl(360, 100%, 50%);}
}

@keyframes fourofourbackground {
    0%{background-color: red}
    50%{background-color: blue}
    100%{background-color: red}
}

@keyframes fourofourtxt {
    0%{color: red}
    50%{color: blue}
    100%{color: red}
}

:root {
  --my-radius: 20px;
    --transp: 0.9;
}


::-webkit-scrollbar {
    background: transparent;
	overflow: visible;
	width: 7px;
    height: 7px;
}
::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border: solid #fff;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #aaa;
}
::-webkit-scrollbar-thumb:active {
	background-color: #888;
}
::-webkit-scrollbar-thumb:horizontal {
	border-width: 0px;
	min-width: 30px;
}
::-webkit-scrollbar-thumb:vertical {
	border-width: 0px;
	min-height: 30px;
}
::-webkit-scrollbar-track-piece {
	background-color: #fff;
}
::-webkit-scrollbar-corner {
	background: transparent;
}

html,
body {
	margin:0;
	padding:0;
	height:100%;
}
#wrapper {
	min-height:100%;
	position:relative;
    cursor: crosshair;
    min-width: 1200px;
}
#header {
    background-color: rgba(255,255,255,var(--transp));
    cursor: auto;
}
#content {
    padding-bottom:25px; /* Height of the footer element */ 
}
#footer {
	width:100%;
	min-height:25px;
	position:absolute;
	bottom:20px;
	left:0;
    opacity:0.66;
    font-size:25px;
    transition: opacity 0.95s, font-size 0.95s, bottom 0.95s;
}

a:link{
    color:inherit;
    background-color:transparent;
    text-decoration:none;
}
a:visited{
    color: inherit;
    background-color:transparent;
    text-decoration:none;
}
a:hover{
    color: inherit;
    background-color:transparent;
    text-decoration:none;
}
a:active{
   color: inherit;
    background-color:transparent;
    text-decoration:none;
}
h1{
    display: inherit;
    font-size: inherit;
    margin: 0px;
    font-weight: inherit;
}
h2{
    display: inherit;
    font-size: inherit;
    margin: 0px;
    font-weight: inherit;
}
h3{
    display: inherit;
    font-size: inherit;
    margin: 0px;
    font-weight: inherit;
}
h4{
    display: inherit;
    font-size: inherit;
    margin: 0px;
    font-weight: inherit;
}
h5{
    display: inherit;
    font-size: inherit;
    margin: 0px;
    font-weight: inherit;
}
h6{
    display: inherit;
    font-size: inherit;
    margin: 0px;
    font-weight: inherit;
}
.center {
    margin-left: auto;
    margin-right: auto;
}
.centertxt{
    text-align: center;
}
.Dosis {
    font-family: 'Dosis', sans-serif;
    color:black;
    text-decoration: none; 
}
.rainbow {
    color: red;
    animation: rainbowtxt 60s linear 0s infinite;
}
.antirainbow{
    color: white;
}
.rainbowback{
    background-color: red;
    animation: rainbowbackground 60s linear 0s infinite;
}
.rainbowsvg{
    fill: red;
    animation: rainbowsvg 60s linear 0s infinite;
}
.bigtxt {
    font-size: 78.9px;
}

.spacr {
    height: 50px;
}

.whitepage {
    background-color: rgba(255,255,255,var(--transp));
    width: 85%;
    max-width: 1000px;
    padding: 30px 0px 30px 0px;
    border-radius: var(--my-radius);
}
.verticalsection {
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px;  
    width: 450px;
    height: 664px;
}
.sectiontitle {
    padding: 10px 0px 10px 0px;
    position: relative
}
nav {
    padding: 17px 0px 17px 0px;
    transition: padding 0.95s;
}
#logodiv {
    padding:30px 0px 0px 0px;
    width: 200px;
    transition: padding 0.95s;
}

.threegrid {
    display: inline-block;
    margin: 10px;  
    width: 285px;
    height: 285px;
    position:relative;
    overflow: hidden;
    border-radius: var(--my-radius);
}
.threegridimg {
    width: 285px;
    height: inherit;
}
.threegridlink {
    width: inherit;
    height: inherit;
}
.swiper-container {
    width: inherit;
    height: inherit;
    border-radius: var(--my-radius);
}
.verticalsectionproduct2 {
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    margin-top: 0px;
    width: 300px;
    height: 350px;
}
.verticalsectionproduct1 {
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px;  
    width: 600px;
    height: 446px;
}
.swiperimg {
 width: inherit;
    border-radius: var(--my-radius);
}
.threegridtxt {
    width: 285px;
    height: 285px;
    line-height: 285px;
    text-align: center;
    background-color: transparent;
    color: transparent;
    transition: background-color 0.3s, color 0.15s;
}
.threegridtxt:hover {
    background-color: rgba(0,0,0,0.5);
    color: white;
}
.threegridtxtv {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    background-color: transparent;
    color: inherit;
    font-size: 30px;
    padding: 0px 20px;
}
.productdesc {
    text-align: justify;
    font-size: 22px;
}
.productbutton {
    font-size: 28px;
    padding: 10px;
    margin: 25px 0px 0px 0px;
    color: white;
    position: absolute;
    bottom: 4px;
    width: 280px;
    background-color: inherit;
    border-radius: var(--my-radius);
}
.threegridyear {
    font-size: 60px;
    padding-bottom: 10px;
    font-family: 'Dosis', sans-serif;
}
#wrapper404 {
    min-height:100%;
	position:relative;
    cursor: crosshair;
    background-color:red;
    animation: fourofourbackground 3s linear 0.5s infinite;
    min-width: 666px;
}
.fourofourtxt {
    color: red;
    animation: fourofourtxt 3s linear 0.5s infinite;
}
.navtxt {
    font-size: 37px;
    transition: font-size 0.95s, height 0.95s;
}

.Dosis {
    font-family: 'Dosis', sans-serif;
}

.productbutton2 {
    font-size: 28px;
    padding: 10px;
    margin: 25px 0px 0px 0px;
    color: white;
    position: absolute;
    bottom: 80px;
    width: 280px;
    background-color: inherit
}

.backicon {
    display:inline-block;
    position: absolute;
    top:7px;
    left:40px;
}

.phgrid {
    display: inline-block;
    margin: 10px;  
    width: 208px;
    height: 138px;
    position:relative;
}

.invisible {
  display:none;
}

td {
    width: 500px;
    height: 200px;
    padding: 20px;
}

.theenormoustable {
    width: 2700px;
    position: relative;
    left: 50%;
    top: 0%;
    transform: translate(-50%,0%);
    padding-top: 20px;
}

.whitepagetitle {
    background-color: rgba(255,255,255,var(--transp));
    max-width:  1000px;
    border-radius: var(--my-radius);
}

.txthome {
    font-size: 55px;
}

.bottomtxt {
    font-size: 27px;
    font-family: 'Dosis', sans-serif;
    text-align: justify;
}

.contenttitle {
    padding: 0px 0px 20px 0px;
    position: relative
}



.threegridPLUS {
    margin: 10px;
    width: 285px;
    height: 285px;
    position:absolute;
    top:0;
    left:0;
    overflow: hidden;
    border-radius: var(--my-radius);
}

.my-gallery {
    display: inline-block;
    position: relative;
}

.phgrid4 {
    width: 208px;
    border-radius: var(--my-radius);
}

.igicon {
    width: 27.5px; height: 27.5px; padding-left: 2px; padding-bottom: 5.5px;
    transition: width 0.95s, height 0.95s, padding-left 0.95s, padding-bottom 0.95s;
}
.swiperimgport {
    width: inherit;
}

.verticalsectionport {
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px;  
    width: 100%;
    height: 100%;
}

.st0 {
    fill:none;
    stroke:#000;
    stroke-width:100;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
}

@media (min-width: 1201px) {    
    #logodiv {
    padding:25px 0px 0px 0px;
}
.navtxt {
    font-size: 27px;
    height: 30px;
} 
    nav {
    padding: 12.5px 0px 25px 0px;
}
    .igicon {
    width: 22px; height: 22px; padding-bottom:3px; padding-left: 2px;
}
    #footer {
    opacity: 0.75;
    font-size: 20px;
    bottom:24px;
}    
    }

@media (prefers-color-scheme: dark) {
    :root {
        --transp: 0.75;
    }
    #header{
        color: #fff;
        background: rgba(0,0,0,var(--transp));
    }
    .Dosis{
        color:#fff;
    }
    .whitepage,.whitepagetitle{
        background-color: rgba(0,0,0,var(--transp));
    }
    .st0{
        stroke:#fff;
    }
    .antirainbow{
        color: rgba(0,0,0,var(--transp));
    }
    #footer {
        opacity:1;
    }
    .igicon {
        filter: invert(100%);
    }
    
}

