html{
    scroll-behavior: smooth;
}
[id] {
  scroll-margin-top: 100px;
}
body{
    background: #030f1a;
}
p{
    color: #dcdcdc;
    font-weight: 500;
}
@font-face {
    font-family: OldFont;
    src: url("../css/fonts/Ditty.ttf");
}
@font-face {
    font-family: Fonts1;
    src: url("../css/fonts/Outfit-VariableFont_wght.ttf");
}
.hero-section{
    background: url("https://i.pinimg.com/originals/5d/a3/11/5da311e193e3d828e956ed010f95891b.gif");
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.hero-text{
    z-index: 1;
    opacity: 100%;
}
.navbar{
    position: fixed;
    width: 100%;
    backdrop-filter: blur(30px);
        background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(30px);
    z-index: 1;
}
.navbar-brand{
    padding: 0px!important;
    font-family: Fonts1;
    color: black!important;
}
.navbar-brand p{
    color: #fff!important;
    margin: 0!important;
    padding: 0!important;
}
.navbar-brand span:nth-child(1){

}
.navbar-brand span:nth-child(2){
    font-size: 0.60em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0aa4ff;
}
.nav-link:hover{
  color: #fff !important;
}
.mt-10{
    margin-top: 100px;
}
.mb-10{
    margin-bottom: 100px;
}
h1, h2, h3, h4, h5{
    font-family: Fonts1;
    font-weight: 600;
    color: #fff;
}
.hero-section h1{
    font-size: 3.5em;
}
.hero-section a{
    background: #fff;
    color: #030f1a;
    padding: 10px;
    transition: 0.4s;
    font-weight: 600;
}
.hero-section a:hover{
    background: green;
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
    font-size: large;
}
.ing-5{
    display: flex;
    justify-content: left;
    align-items: center;
}
details{
    /*border-bottom: 0.5px solid #ffffff39;
    padding-left: 0!important;
    border: 0.5px solid #ffffff39;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;*/
    background: #ffffff33;
    border-radius: 16px;
    padding: 10px;
    margin-bottom: 15px;
    box-shadow: 0 4px 30px #0000001a;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.details-img{
    max-height: 320px;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.details-img img{
    background-size: cover;
}
details:hover, details:open{
    /*filter: drop-shadow(0 0 0.75rem #285194e4);*/
    transition: 0.3s;
}
summary p{
    color: #fff!important;
}
details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}

details {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

details.visible {
  opacity: 1;
  transform: translateY(0);
}

.card.ownproducts{
    padding: 0;
    border-radius: 0;
    margin: 0;
    border: 0;
    overflow: hidden;
}
.card .products-details{
    position: absolute;
    top: 400px;
    opacity: 0%;
    width: 100%;
    height: 100%;
    background: #0d031c99;
    color: #fff;
    font-weight: 600;
    padding: 10px;
}
.card .products-details p, .card .products-details h5{
    color: #fff!important;
}
.card.ownproducts:hover .products-details{
    top: 0;
    backdrop-filter: blur(10px);
    transition: 0.5s;
    opacity: 100%;
}
.member{
    padding: 0;
    border: none;
    border-radius: 0;
    width: 100%;
    margin: 0;
    overflow: hidden;
}
.card p, .card h5{
    margin: 2px;
    color: #030f1a!important;
}
.member img{
    padding: 0;
    margin: 0;
    transition: 0.4s;
}
.member img:hover{
    transition: 0.5s;
    transform: scale(1.2);
}
.member-details h6{
    margin-top: 5px;
    color: #fff;
    font-weight: normal;
}


.footer {
  background-color: #fff;
  color: #030f1a!important;
  font-family: Fonts1;
}

.footer p{
  color: #030f1a!important;
}

.footer h5 {
  font-weight: 600;
  color: #030f1a;
}

.footer a {
  color: #030f1a!important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer a:hover {
  color: #ee3b3b!important;
}

.footer input, .footer textarea {
    border: 1px solid #ee3b3b;
    border-radius: 0;
}

@media screen and (min-width: 768px) {
    .wr-5{
    width: 50%;
    }
    .wr-5-5{
    width: 55%;
    }
    .wr-2{
        width: 20%;
    }
    .wr-3{
        width: 30%;
    }
    .hero-section{
        background-size: contain;
    }
    .navbar{
        backdrop-filter: blur(5px);
    }
    .card.ownproducts{
        height: 350px;
    }
}
@media (max-width: 768px) {
    
}


.scroll-appear {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease-out;
}

.scroll-appear.visible {
    opacity: 1;
    transform: translateY(0px);
}
.magnetic {
  display: inline-block;
  transition: transform 0.25s ease;
  will-change: transform;
  perspective: 1000px;
  transform-style: preserve-3d;
  cursor: pointer;
}
