:root {
  --bs-font-comic-sans-ms: sans-serif;
  
}

body {
  margin: 0;
  font-family: var(--bs-font-comic-sans-ms);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #67748e;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn-theme {
  color: #fff;
  background-color: #335673;
  border-color: #335673;
}

.btn-theme:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-theme:focus, .btn-theme.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-theme.disabled, .btn-theme:disabled {
  color: #fff;
  background-color: #335673;
  border-color: #335673;
}

.btn-theme:not(:disabled):not(.disabled):active, .btn-theme:not(:disabled):not(.disabled).active,
.show > .btn-theme.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-theme:not(:disabled):not(.disabled):active:focus, .btn-theme:not(:disabled):not(.disabled).active:focus,
.show > .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-gradient {
  background-image: linear-gradient(to right, rgb(1 134 218), rgb(28,18,52));
  border: 0;
  color: rgba(var(--text-color));
}
.btn-gradient-dark {
  background-image: linear-gradient(to right,rgb(116, 125, 140), rgb(47, 53, 66));
  border: 0;
  color: rgba(var(--text-color));
}
.btn-gradient-border {
  color: rgb(var(--text-color));
  border: 2px double transparent;
  background-image: linear-gradient(rgb(13, 14, 33), rgb(13, 14, 33)), radial-gradient(circle at left top, rgb(1, 110, 218), rgb(217, 0, 192));
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.gradient {
  background-image: linear-gradient(to right, rgb(201, 214, 218), rgba(28,18,52,0.9));
  border: 0;
  color: rgba(var(--text-color));
}

.text-gradient {
  background: linear-gradient(to right, #30CFD0, #c43ad6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-light {
  background: linear-gradient(to right, #ffffff, #BDC581);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#del:focus { outline: 0; }
.folderlink{
  display: inline-block;
  padding: 10px;
  text-align: center;
  background-color: rgba(200, 200, 200, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.folderlink b{
  color: black;
}
.folderlink:hover{
  border: none;
  border-radius: 10px;
  background-color: rgba(150, 150, 150, 0.2);
  -webkit-box-shadow: 8px 8px 15px 13px rgba(0,0,0,0.2);
  -moz-box-shadow: 8px 8px 15px 13px rgba(0,0,0,0.2);
  box-shadow: 8px 8px 15px 13px rgba(0,0,0,0.2);
}
.folderlink a:hover{
  text-decoration: none;
}
.box-shadow{
  -webkit-box-shadow: 8px 8px 23px 13px rgba(0,0,0,0.47);
  -moz-box-shadow: 8px 8px 23px 13px rgba(0,0,0,0.47);
  box-shadow: 8px 8px 23px 13px rgba(0,0,0,0.47);
}
.graph-container-box-shadow{
  -webkit-box-shadow: 10px 10px 20px 2px rgba(0,0,0,0.17);
  -moz-box-shadow: 10px 10px 20px 2px rgba(0,0,0,0.17);
  box-shadow: 10px 10px 20px 2px rgba(0,0,0,0.17);
  border-radius: 2px;
  padding: 15px 5px 0px 5px;
}
.mynav-box-shadow{
  -webkit-box-shadow: 2px 4px 15px 5px rgba(0,0,0,0.38);
  -moz-box-shadow: 2px 4px 15px 5px rgba(0,0,0,0.38);
  box-shadow: 2px 4px 15px 5px rgba(0,0,0,0.38);
}
.bordertops{
  border-top: 2px solid black;
}
.mynav-box-shadow2{
  padding: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 2px 4px 15px 5px rgba(0,0,0,0.38);
  -moz-box-shadow: 2px 4px 15px 5px rgba(0,0,0,0.38);
  box-shadow: 2px 4px 15px 5px rgba(0,0,0,0.38);
}
#quantitydisp span{
  float: right;
  position:relative;
  margin-right:-5%;
  margin-top:10px;
}
#quantitydisp input[type='number']{
  padding-left:5px;
  text-align:left;
}
.quote{
  border-left: 2px solid rgba(60, 75, 123, 0.9);
  padding:20px;
  color:rgba(52, 84, 189, 0.9);
}
.group {
  position: relative;
  z-index: 1;
  margin-bottom: 0px; }
  .group input,
  .group textarea {
    font-size: 12px;
    padding: 10px;
    display: block;
    width: 100%;
    height: 25px;
    background-color: white;
    outline: none;
    border: none;
    border-bottom: 3px solid;
    border-color: #b1b1b1; }
    .group input:focus,
    .group textarea:focus {
      outline: none;
      box-shadow: none; }
  .group label {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 5px;
    transition: 0.5s ease all;
    font-family: "Ubuntu", sans-serif; }
  .group .bar {
    position: relative;
    display: block;
    width: 100%; }
    .group .bar:before, .group .bar:after {
      content: '';
      height: 2px;
      width: 0;
      bottom: 1px;
      position: absolute;
      background-color: #ffffff;
      transition: 0.5s ease all; }
    .group .bar:before {
      left: 50%; }
    .group .bar:after {
      right: 50%; }
  .group .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5; }
  .group textarea {
    min-height: 90px; }

/* Form Active State */
input:focus ~ label,
textarea:focus ~ label,
input:valid ~ label,
textarea:valid ~ label {
  top: -15px;
  font-size: 10px;
  color: #0088c3; }

input:focus ~ .bar:before,
textarea:focus ~ .bar:before,
input:focus ~ .bar:after,
textarea:focus ~ .bar:after {
  width: 50%; }

input:focus ~ .highlight,
textarea:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease; }

/* Animations */
/* @-webkit-keyframes inputHighlighter {
  from {
    background-color: #000000; }
  to {
    width: 0;
    background-color: transparent; } }
@-moz-keyframes inputHighlighter {
  from {
    background-color: #000000; }
  to {
    width: 0;
    background-color: transparent; } }
@keyframes inputHighlighter {
  from {
    background-color: #000000; }
  to {
    width: 0;
    background-color: transparent; } } */

.card-inside{
  margin: 10px;
}
.back_shadow{
box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.stylish_input{
  border:none;
  background-image: url('./search.png');
  background-position: 5px 10px;
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 30px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom:solid black 1px;
}
.stylish_input:active{
  border-bottom:solid red 1px;
  /* transition: all 0.2s cubic-bezier(0.810, -0.330, 0.345, 1.375); */
}
.back-button{
  color:#fff;
  background-color:#335673;
  padding:18px 17px 10px 17px;
  border-radius:50%;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.image-filter-purple{
  position: relative;
  z-index:2;
  background-position: center center;
  background-size: cover;
}
.image-filter-purple::after{
  background-color: rgba(12,4,48,0.89);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.purple-filter{
  background: rgba(101,60,142,0.24);
  background: linear-gradient(45deg, rgba(10,20,0,0.88) 0%, rgba(125,46,185,0.45) 100%);
  background: -moz-linear-gradient(135deg, rgba(101,60,142,0.88) 0%, rgba(125,70,185,0.45) 100%);
  background: -webkit-linear-gradient(135deg, rgba(10,20,0,0.88) 0%, rgba(125,46,185,0.45) 100%);
}
.clear-filter::before{
  background: none;
}
.header-filter{
  position: relative;
}
.header-filter::before,
.header-filter::after{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  content: "";
}
.header-filter::before{
  background: rgba(0,0,0,0.5);
}
.header-filter .container{
  z-index: 2;
  position: relative;
}


.mycontact-form,
         .post-a-comment-area {
           padding: 10px 35px;
           box-shadow: 0 25px 15px rgba(88, 36, 97, 0.3); }
           @media only screen and (max-width: 767px) {
             .mycontact-form,
             .post-a-comment-area {
               padding: 30px 25px; } }
           .mycontact-form h5,
           .post-a-comment-area h5 {
             font-size: 18px;
             color: #000000;
             margin-bottom: 30px;
             font-family: "Ubuntu", sans-serif;
             font-weight: 700;
             margin-bottom: 30px; }
           .mycontact-form button.world-btn,
           .post-a-comment-area button.world-btn {
             border-color: #273c75;
             background-color: #192a56;
             color: #ffffff;
             margin-top: 40px; }
         .mycontact-form2,
         .post-a-comment-area2 {
           padding: 60px 0px;
           box-shadow: 0 105px 105px rgba(25, 42, 86, 10.85); }
           @media only screen and (max-width: 767px) {
             .mycontact-form2,
             .post-a-comment-area2 {
               padding: 30px 25px; } }
           .mycontact-form2 h5,
           .post-a-comment-area2 h5 {
             font-size: 18px;
             color: #000000;
             margin-bottom: 30px;
             font-family: "Ubuntu", sans-serif;
             font-weight: 700;
             margin-bottom: 30px; }
           .mycontact-form2 button.world-btn2,
           .post-a-comment-area button.world-btn {
             border-color: #273c75;
             background-color: #192a56;
             color: #ffffff;
             margin-top: 40px; }


.contact-form,
.post-a-comment-area {
  padding: 10px 35px;
  box-shadow: 0 105px 105px rgba(25, 42, 86, 10.85); }
  @media only screen and (max-width: 767px) {
    .contact-form,
    .post-a-comment-area {
      padding: 30px 25px; } }
  .contact-form h5,
  .post-a-comment-area h5 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 30px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    margin-bottom: 30px; }
  .contact-form button.world-btn,
  .post-a-comment-area button.world-btn {
    border-color: #273c75;
    background-color: #192a56;
    color: #ffffff;
    margin-top: 40px; }
.contact-form2,
.post-a-comment-area2 {
  padding: 60px 0px;
  box-shadow: 0 105px 105px rgba(25, 42, 86, 10.85); }
  @media only screen and (max-width: 767px) {
    .contact-form2,
    .post-a-comment-area2 {
      padding: 30px 25px; } }
  .contact-form2 h5,
  .post-a-comment-area2 h5 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 30px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    margin-bottom: 30px; }
  .contact-form2 button.world-btn2,
  .post-a-comment-area button.world-btn {
    border-color: #273c75;
    background-color: #192a56;
    color: #ffffff;
    margin-top: 40px; }
