/* * {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
} */
/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
/* @media screen and (min-width: 901px) {
  .logohome {
      text-align: center;
      width:40%;
      left: 30%;
      position: relative;
  }
} */

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
/* @media screen and (max-width: 900px) {
  .logohome {
      text-align: center;
      width:80%;
      left: 10%;
      position: relative;
  }
} */

/* h4, .h4 {
    font-size: unset!important;
} */

/* body {
    margin: 0;
    height: 100vh;
    font-weight: 100;
    background: radial-gradient(#ea111175,#ffffff);
    -webkit-animation: fadeIn 1 1s ease-out;
    -moz-animation: fadeIn 1 1s ease-out;
    -o-animation: fadeIn 1 1s ease-out;
    animation: fadeIn 1 1s ease-out;
} */
/*
.light {
    position: absolute;
    width: 0px;
    opacity: .75;
    background-color: white;
    box-shadow: #e9f1f1 0px 0px 20px 2px;
    opacity: 0;
    top: 100vh;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.x1{
  -webkit-animation: floatUp 4s infinite linear;
  -moz-animation: floatUp 4s infinite linear;
  -o-animation: floatUp 4s infinite linear;
  animation: floatUp 4s infinite linear;
   -webkit-transform: scale(1.0);
   -moz-transform: scale(1.0);
   -o-transform: scale(1.0);
  transform: scale(1.0);
}

.x2{
  -webkit-animation: floatUp 7s infinite linear;
  -moz-animation: floatUp 7s infinite linear;
  -o-animation: floatUp 7s infinite linear;
  animation: floatUp 7s infinite linear;
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  left: 15%;
}

.x3{
  -webkit-animation: floatUp 2.5s infinite linear;
  -moz-animation: floatUp 2.5s infinite linear;
  -o-animation: floatUp 2.5s infinite linear;
  animation: floatUp 2.5s infinite linear;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  left: -15%;
}

.x4{
  -webkit-animation: floatUp 4.5s infinite linear;
  -moz-animation: floatUp 4.5s infinite linear;
  -o-animation: floatUp 4.5s infinite linear;
  animation: floatUp 4.5s infinite linear;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  left: -34%;
}

.x5{
  -webkit-animation: floatUp 8s infinite linear;
  -moz-animation: floatUp 8s infinite linear;
  -o-animation: floatUp 8s infinite linear;
  animation: floatUp 8s infinite linear;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
  left: -57%;
}

.x6{
  -webkit-animation: floatUp 3s infinite linear;
  -moz-animation: floatUp 3s infinite linear;
  -o-animation: floatUp 3s infinite linear;
  animation: floatUp 3s infinite linear;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
  left: -81%;
}

.x7{
  -webkit-animation: floatUp 5.3s infinite linear;
  -moz-animation: floatUp 5.3s infinite linear;
  -o-animation: floatUp 5.3s infinite linear;
  animation: floatUp 5.3s infinite linear;
  -webkit-transform: scale(3.2);
  -moz-transform: scale(3.2);
  -o-transform: scale(3.2);
  transform: scale(3.2);
  left: 37%;
}

.x8{
  -webkit-animation: floatUp 4.7s infinite linear;
  -moz-animation: floatUp 4.7s infinite linear;
  -o-animation: floatUp 4.7s infinite linear;
  animation: floatUp 4.7s infinite linear;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
  left: 62%;
}

.x9{
  -webkit-animation: floatUp 4.1s infinite linear;
  -moz-animation: floatUp 4.1s infinite linear;
  -o-animation: floatUp 4.1s infinite linear;
  animation: floatUp 4.1s infinite linear;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  left: 85%;
} */

button:focus{
  outline: none;
}

@-webkit-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}
@-moz-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}
@-o-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}
@keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}

/* .header{
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  color: white;
} */

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
/* @media screen and (min-width: 601px) {
  .header {
    font-size: 2vw;
  }
} */

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
/* @media screen and (max-width: 600px) {
  .header {
    font-size: 20px;
  }
} */


/* #head1, #head2,#head3, #head4, #head5{
  opacity: 0;
}

#head1{
  -webkit-animation: fadeOut 1 3s ease-in;
  -moz-animation: fadeOut 1 3s ease-in;
  -o-animation: fadeOut 1 3s ease-in;
  animation: fadeOut 1 3s ease-in;
  text-align: center;
}

#head2{
  -webkit-animation: fadeOut 1 3s ease-in;
  -moz-animation: fadeOut 1 3s ease-in;
  -o-animation: fadeOut 1 3s ease-in;
  animation: fadeOut 1 3s ease-in;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
  text-align: center;
}

#head3{
  -webkit-animation: fadeOut 1 3s ease-in;
  -moz-animation: fadeOut 1 3s ease-in;
  -o-animation: fadeOut 1 3s ease-in;
  animation: fadeOut 1 3s ease-in;
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s;
  text-align: center;
}

#head4{
  -webkit-animation: fadeOut 1 3s ease-in;
  -moz-animation: fadeOut 1 3s ease-in;
  -o-animation: fadeOut 1 3s ease-in;
  animation: fadeOut 1 3s ease-in;
  -webkit-animation-delay: 9s;
  -moz-animation-delay: 9s;
  -o-animation-delay: 9s;
  animation-delay: 9s;
  text-align: center;
}

#head5{
  -webkit-animation: finalFade 1 3s ease-in;
  -moz-animation: finalFade 1 3s ease-in;
  -o-animation: finalFade 1 3s ease-in;
  animation: finalFade 1 3s ease-in;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
  text-align: center;
  padding:20px;
} */

@-webkit-keyframes fadeIn{
  from{opacity: 0;}
  to{opacity: 1;}
}

@-moz-keyframes fadeIn{
  from{opacity: 0;}
  to{opacity: 1;}
}

@-o-keyframes fadeIn{
  from{opacity: 0;}
  to{opacity: 1;}
}

@keyframes fadeIn{
  from{opacity: 0;}
  to{opacity: 1;}
}

@-webkit-keyframes fadeOut{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 0;}
}

@-moz-keyframes fadeOut{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 0;}
}

@-o-keyframes fadeOut{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 0;}
}

@keyframes fadeOut{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 0;}
}

@-webkit-keyframes finalFade{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 1;}
}

@-moz-keyframes finalFade{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 1;}
}

@-o-keyframes finalFade{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 1;}
}

@keyframes finalFade{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 1;}
}



.containers {

    height: 100% !important;
  }




#region-main {
    height: 100% !important;
  }
#page-content {
    height: 100% !important;
  }
input[type="text"] {
  width: 100%;
  padding: 15px 35px;
  border: none;
  border-bottom: 1px solid #645979;
  outline: none;
  border-radius: 30px 30px 30px 30px;
  background-color: #ffffff;
  font-size: small;
}
ul {
  list-style: none;
  text-align:left;
}
.list {
  /* width: 100%;
  max-height: 300px;
  overflow-y: scroll;
  padding: 15px 10px;
  border: none;
  display: contents; */
  background-color: #ffffff;
  border-radius: 0 0 5px 5px;
  max-height: 200px;
  overflow-y: scroll;
  position: relative;
  border: none;
  display: block;
  box-shadow: 0px 4px 4px 0px rgb(100 89 121 / 44%);
  z-index: 100;
}
.list-items {
  padding: 10px 5px;
}
.list-items:hover {
  background-color: #dddddd;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

select[type="text"] {
  width: 100%;
  padding: 15px 35px;
  border: none;
  border-bottom: 1px solid #645979;
  outline: none;
  border-radius: 30px 30px 30px 30px;
  background-color: #ffffff;
  font-size: small;
  color: #757575;
}

.parent {
  /* display: flex; */
  flex-direction: column;
  align-items: center;
}

button {
  background-color: #a30304;
  color: white;
  border: none;
  padding: 5px;
  height: 50px;
  width: 50px;
  box-shadow: 0 2px 4px #645979;//darkslategray;
  cursor: pointer;
  transition: all 0.2s ease;
}


button:hover {
 background-color: #a30304a1;
 background-color: #ffffff;
 color: #a30304;
 border-style: hidden;
 border-color: #a30304;
}

button:active {
  box-shadow: 0 0 2px darkslategray;
  transform: translateY(2px);
}

button {
  margin-bottom: 10px;
}

.round-1 {
  border-radius: 5%;
}

.round-2 {
  border-radius: 10%;
}

.round-3 {
  border-radius: 20%;
}

.round-4 {
  border-radius: 30%;
}

.round-5 {
  border-radius: 40%;
}

.round-6 {
  border-radius: 70%;
}







/* h1{
  text-align:center;
  text-transform: uppercase;
  color: #F1FAEE;
  font-size: 4rem;
} */

.roller{
  height: 4.125rem;
  line-height: 4rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
}

.roller #rolltext {
  position: absolute;
  top: 0;
  animation: slide 5s 2;
  /* font-family: 'Roboto', sans-serif;
  font-weight: 200; */
  /* color: white; */
  font-variant: small-caps;
  font-weight: bold;
  /* text-shadow: 2px 2px 3px #a30304b0; */
  font-family: "Sofia", sans-serif;
}

@keyframes slide {
  0%{
    top:0;
  }
  25%{
    top: -4rem;
  }
  50%{
    top: -8rem;
  }
  72.5%{
    top: -12.25rem;
  }
}
  .roller{
  text-align:center;
  height: 1.2rem;
  line-height: 1.125rem;
  }

  #spare-time {
    /* text-align:center;
    font-size: 1rem; */
    /* letter-spacing: 0.1rem; */
  }

  .roller #rolltext {
  animation: slide-mob 5s 1;
  text-align: center;
  color: #371f1f;
  background: linear-gradient(to right, #371f1f, #a81519, #371f1f);
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: rgb(32 6 6);
  text-shadow: -1px -1px 1px #bc31314a, 1px 1px 1px rgb(32 6 6 / 0%)
}

  @keyframes slide-mob {
  0%{
    top:0;
  }
  25%{
    top: -1.125rem;
  }
  50%{
    top: -2.25rem;
  }
  72.5%{
    top: -3.375rem;
  }
}
}
