/*===================================================================================================================
=================================================== DEFAULT STYLE ===================================================
===================================================================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

li a {
    display: inline-block;
    margin: 0;
    padding: 0;
}

li a img {
    display: block;
    margin: 0;
    padding: 0;
}

input:focus, textarea:focus, select:focus{
    color: var(--text-default-dark);
}

input:focus-visible, textarea:focus-visible, select:focus-visible{
    color: var(--text-default-dark);
}

/* ================================ POPPINS ================================ */

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/*===================================================================================================================
====================================================== GLOBALS ======================================================
===================================================================================================================*/

body {
    font-family: 'Poppins';
    margin: 0;
    display: flex;
    justify-content: center;
    background: radial-gradient(rgb(230, 230, 254), rgb(229, 229, 242));
}

strong{
    font-weight: bold;
}

.product-card{
    width: 90%;
    color: rgb(61, 57, 65);
    background: radial-gradient(rgb(246, 246, 249), rgb(229, 229, 242));
    border-radius: 3rem;
    margin: auto;
    margin-bottom: 2rem;
    line-height: 2.3rem;
    text-align: center;
    box-shadow: 0px 0px 20px rgba(23, 25, 201, 0.107);
}

.product-card h2{
    align-content: center;
    line-height: 4.5rem;
    font-size: 3rem;
    padding: 1.3rem 3rem;
    border-bottom: 1px solid rgba(66, 65, 85, 0.301);
}

.product-card .description{
    font-size: 2rem;
}

.product-card .description p{    
    text-align: left;
    padding: 0 2.5rem;
    line-height: 2.3rem;
    font-size: 1.5rem;
    margin: 1.5rem 0.5rem;
}

.product-card a{
    text-decoration: none;
    background: radial-gradient(rgba(63, 83, 215, 0.951), rgb(74, 113, 232));
    color: rgb(241, 235, 238);
    font-size: 2.3rem;
    border-radius: 10rem;
    padding: 2rem 3.8rem;
}

.product-card .link-button{
    margin-top: 100px;
    padding-bottom: 5rem;
}

.sequence {
  border-radius: 3rem 3rem 0 0;
  width: 100%;
  height: 700px;
  object-fit: cover;
  display: block;
  margin: auto;
  box-shadow: 0px 0px 25px rgba(81, 45, 240, 0.093);
}

#product-page{
    display: flex;
    flex-wrap: wrap;
}

model-viewer {    
    width: 100dvw;
    height: 88dvh;
    background: radial-gradient(rgb(215, 215, 237), rgba(232, 229, 253, 0.923));
}

#bottom-navbar{
    display: flex;
    width: 100%;
    height: 10dvh;
    justify-content: space-around;
    background: radial-gradient(rgb(215, 215, 237), rgba(239, 237, 255, 0.923));
    padding: 1dvh 0;
}

#bottom-navbar button, #home, #customer{
    width: 19%;
    height: auto;
    text-align: center;
    align-content: center;
    border: none;
    background: radial-gradient(rgb(249, 249, 250), rgba(244, 243, 253, 0.923));
    border-radius: 1rem;
    cursor: pointer;
    transition: 0.2s ease;
}

#bottom-navbar #myArButton{
    background: radial-gradient(rgb(109, 114, 255), rgba(163, 163, 242, 0.923));
}

#home a, #customer a{
    display: block;
    width: 100%;
    height: 100%;
    align-content: center;
}

#bottom-navbar button:active, #home:active, #customer:active{
    transform: scale(0.8);
    filter: brightness(1.2);
}

#bottom-navbar #home img, #bottom-navbar .button img, #bottom-navbar #customer img{
    width: 5.5rem;
}

#copyMessage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #1d3485f1;
  color: rgb(249, 246, 246);
  padding: 10px 18px;
  border-radius: 12px;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}

#infoPopup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  background-color: rgba(52, 56, 245, 0.901);
  backdrop-filter: blur(12px);
  color: white;
  padding: 3rem;
  border-radius: 2rem;
  font-size: 2rem;
  text-align: center;
  z-index: 1000;
  opacity: 0;
  pointer-events: none; 
  transition: opacity 0.3s ease;
}

#infoPopup.show {
  opacity: 1;
  pointer-events: auto;
}

#infoPopup h2{
    line-height: 4.5rem;
    background-color: rgba(241, 221, 222, 0.243);
    border: 1px solid rgb(184, 182, 218);
    border-radius: 1rem;
    padding: 2rem;
    color: rgba(237, 237, 243, 0.901);
    font-size: 4rem;
    margin-bottom: 2rem;
}

#infoPopup p{
    text-align: left;
    padding: 1rem 0;
    line-height: 3rem;
}

#copyMessage.show {
  opacity: 1;
}


@media (min-width: 600px){

}