/* @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Almarai&display=swap'); */
@import url('https://fonts.googleapis.com/css?family=Lalezar&display=swap');

:root {
    --bg1: url('/img/bg/0.jpg');
    --bg2: url('/img/bg/0.jpg');
    --view-width: 92%;
    --view-b:0;
    --view-r:initial;
    --tiles-width: 30%;
  }

   /* HTML: <div class="loader"></div> */
/* .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  width: 4px;
  color: #e3b361;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 
    19px -19px 0 0px, 38px -19px 0 0px, 57px -19px 0 0px,
    19px 0     0 5px, 38px 0     0 5px, 57px 0     0 5px,
    19px 19px  0 0px, 38px 19px  0 0px, 57px 19px  0 0px;
  transform: translateX(-38px);
  animation: l26 2s infinite linear;
}
@keyframes l26 {
  12.5% {box-shadow: 
    19px -19px 0 0px, 38px -19px 0 0px, 57px -19px 0 5px,
    19px 0     0 5px, 38px 0     0 0px, 57px 0     0 5px,
    19px 19px  0 0px, 38px 19px  0 0px, 57px 19px  0 0px}
  25%   {box-shadow: 
    19px -19px 0 5px, 38px -19px 0 0px, 57px -19px 0 5px,
    19px 0     0 0px, 38px 0     0 0px, 57px 0     0 0px,
    19px 19px  0 0px, 38px 19px  0 5px, 57px 19px  0 0px}
  50%   {box-shadow: 
    19px -19px 0 5px, 38px -19px 0 5px, 57px -19px 0 0px,
    19px 0     0 0px, 38px 0     0 0px, 57px 0     0 0px,
    19px 19px  0 0px, 38px 19px  0 0px, 57px 19px  0 5px}
  62.5% {box-shadow: 
    19px -19px 0 0px, 38px -19px 0 0px, 57px -19px 0 0px,
    19px 0     0 5px, 38px 0     0 0px, 57px 0     0 0px,
    19px 19px  0 0px, 38px 19px  0 5px, 57px 19px  0 5px}
  75%   {box-shadow: 
    19px -19px 0 0px, 38px -19px 0 5px, 57px -19px 0 0px,
    19px 0     0 0px, 38px 0     0 0px, 57px 0     0 5px,
    19px 19px  0 0px, 38px 19px  0 0px, 57px 19px  0 5px}
  87.5% {box-shadow: 
    19px -19px 0 0px, 38px -19px 0 5px, 57px -19px 0 0px,
    19px 0     0 0px, 38px 0     0 5px, 57px 0     0 0px,
    19px 19px  0 5px, 38px 19px  0 0px, 57px 19px  0 0px}
} */

.loader {
  z-index: 2;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  color: #ffffff;
  font-size: 45px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;

  transform: translateZ(0);
  animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
}

@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em,
    0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
    0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 
    0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 
    0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, 
    -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, 
    -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
     -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, 
     -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
     -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, 
     -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 
    0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes round {
  0% { transform: rotate(0deg) }
  100% { transform: rotate(360deg) }
}
 

.loader-bg
{
  background-color: #194641;
  /* height: 100%; */
  /* width: 100%; */
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

body {
    font-family: 'Lalezar', sans-serif;
    /* padding: 48px; */
    /* background-image: url("./img/bg/3.jpg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-color: #000;
    
    animation: fadeIn 4s  alternate ease-in-out;
}
@keyframes fadeIn {
    0% {
        background: var(--bg1);
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

    100% {
        background: var(--bg2);
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
}

.card {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */

    position: relative;
    /* left:0;
    right:0; */
    margin: 4%;
    top: 70px;

    /* width: 25rem; */
    /* padding: 2.5rem; */
    /* box-sizing: border-box; */

    /* position: relative; */
    min-height: 460px;
    width: 90%;
    /* background-color: #fff; */
    /* margin: 200px auto 0 auto; */
    /* border-radius: 12px; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    
    padding: 16px 8px 16px 8px;
    text-align: center;
    background-color: rgba(225, 225, 225, 0.4);
    box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(225, 225, 225, 0.2);
    border-radius: 16px;
    padding-bottom: 70px;
}
.header {
    position: absolute;
    height: 170px;
    width: 95%;
    margin:0 auto;
    left: 0;
    right: 0;
    top: -80px;
    /* border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-image: linear-gradient(to right, #1dd1a1, #1abc9c); */
    background-color: rgba(225, 225, 225, 0.4);
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(225, 225, 225, 0.2);
    border-radius: 16px;
    backdrop-filter: blur(10px);
}

.header img {
    position: relative;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    top: 20px;
    /* left: 90px;
    right: 90px;
    display: inherit; */
    box-shadow: 0 0 3px #000,0 0 5px #000,0 0 10px #000;
}

.header h3 {
    position: relative;
    /* font-family: sans-serif; */
    /* 194641 */
    color: #e3b361;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    /* top: 118px; */
    /* left: 90px; */
    margin: 0;
    text-shadow: 0 0 3px #000,0 0 5px #000,0 0 10px #000;
}

.header p {
    position: relative;
    /* font-family: sans-serif; */
    color: #e3b361;
    font-size: 13px;
    /* top: 166px;
    left: 90px */
}

/*footer*/

.footer {
    position: absolute;
    height: 80px;
    bottom: -30px;
    left: 0;
    right: 0;
    width:95%;
    margin: 0 auto;
    /* border-radius: 12px; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-image: linear-gradient(to right, #1dd1a1, #1abc9c); */
    background-color: rgba(225, 225, 225, 0.4);
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(225, 225, 225, 0.2);
    border-radius: 16px;
    backdrop-filter: blur(10px);
}

.footer ul {
    position: relative;
    /* left: -60px; */
}

.footer ul li {
    display: inline-block;
    margin-left: 60px;
}

.footer ul li i {
    font-size: 30px;
    color: #000;
    transition: all .3s ease-in;
}

.footer ul li:hover i {
    transform: scale(0.9);
    color: #fff;
    cursor: pointer;
}

h1 {
    text-align: start;
    margin: 16px 8px 16px 8px;
    font-size: 36px;
    color: #000;
    text-shadow: 0 0 3px #fff,0 0 5px #fff;
}


.box {
    margin: 2%;
    position: relative;
    /* top: 130px; */
  }
  
  
  .box .inputBox {
    position: relative;
  }
  
  .box .inputBox input {
    width: 100%;
    padding: 0.625rem 0;
    font-size: 3rem;
    color: #000;
    text-shadow: 0 0 3px #fff,0 0 5px #fff,0 0 10px #fff;
    letter-spacing: 0.062rem;
    margin-top: 2.875rem;
    border: none;
    border-bottom: 0.065rem solid #fff;
    outline: none;
    background: transparent;
  }
  
  .box .inputBox label {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3.1rem 0;
    font-size: 3rem;
    color: #e3b361;
    text-shadow: 0 0 3px #000,0 0 5px #000,0 0 10px #000;
    pointer-events: none;
    transition: 0.5s;
  }
  
  .box .inputBox input:focus ~ label,
  .box .inputBox input:valid ~ label,
  .box .inputBox input:not([value=""]) ~ label {
    top: -3.1rem;
    right: 0;
    color: #e3b361;
    text-shadow: 0 0 3px #000,0 0 5px #000,0 0 10px #000;
    font-size: 2rem;
  }
  
  .box input[type="submit"] {
    border: none;
    outline: none;
    color: #000;
    background-color: #e3b361;
    padding: 0.625rem 1.25rem;
    cursor: pointer;
    border-radius: 0.312rem;
    font-size: 1rem;
  }
  
  .box input[type="submit"]:hover {
    background-color: #e3b361;
  }
  
.viewport {
    margin: 2%;
    position: relative;
    top: 0px;
}

.tiles .tile {
    display: inline-block;
    margin: 8px;
    width: var(--tiles-width);
    height: 113px;
    background-color: rgba(225, 225, 225, 0.4);
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(225, 225, 225, 0.2);
    border-radius: 16px;
    backdrop-filter: blur(10px);
}

.tile .title{
    text-align: right;
    color:#e3b361;
    margin:5px 10px -10px 10px;
    font-size: xx-large;
    text-shadow: 0 0 3px #000,0 0 5px #000,0 0 10px #000;
}
.tile .price{
    text-align: left;
    color:#fff;
    font-size: 48px;
    margin: 0 10px;
    text-shadow: 0 0 3px #000,0 0 5px #000,0 0 10px #000;
}


/* Place the navbar at the bottom of the page, and make it stick */
.navbar {
    background-color: rgba(225, 225, 225, 0.4);
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(225, 225, 225, 0.2);
    /* border-radius: 16px; */
    backdrop-filter: blur(10px);
    margin: 0 -10px;
    /* background-color: #333; */
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
  }
  
  /* Style the links inside the navigation bar */
  .navbar a {
    /* float: right; */
    display: inline-block;
    /* color: #f2f2f2; */
    text-align: center;
    padding: 2.5rem 3rem;
    text-decoration: none;
    font-size: 3rem;
    flex: 1;
    text-shadow: 0 0 3px #000,0 0 5px #000,0 0 10px #000;
    color: white;
  }
  
  /* Change the color of links on hover */
  .navbar a:hover {
    /* background-color: #ddd; */
    color: white;
    
  }
  
  /* Add a color to the active/current link */
  .navbar a.active {
    /* background-color: #04AA6D; */
    color: #e3b361;
  }