*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
  .lobster-regular {
    font-family: "Lobster", serif;
    font-weight: 400;
    font-style: normal;
  }
  .satisfy-regular {
    font-family: "Satisfy", serif;
    font-weight: 400;
    font-style: normal;
  }
  .playfair-display-q {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 1000;
    font-style: normal;
  }

@media (max-width: 992px) {
    .active{
        font-weight: bold;
    }
    #color {
    color: #333333; 
    }
    .icon{
        flex-direction: column;
        justify-content: center;
    }

}

#foto{
    margin-top: 0px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 1px; 
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    }
      
#quote{
    min-height: 30vw;
    margin-bottom: 50px;
}

.head{
    margin-top: 50px;
    text-align: center;

}
  
.icon {
    text-align: center;
    right: 0;
    display: flex;
    margin-top: 30px;
    justify-content: space-evenly;
}
.icon i{
    font-size: 3rem;
    text-align: center;
    margin-top: 10px;
}

.card{
    flex-grow: 1;
    margin: 10px 3vw;
    box-shadow: #333333 5px 5px;

}

.photo{
    display: flex;
    justify-content: center;

}

.photo img{
    width: 31vw;
}

.marginl{
    margin-left: 1vw;
}
.subjudul{
    display: flex;
    justify-content: center;
    
}
blockquote {
    width: 100%;
    max-width: 70vw; 
    margin: 50px 0;    
    font: 2vw 'cutive';
    hyphens: auto;
    text-align: justify;
    flex-shrink: 0;
}

blockquote cite {
    float: right;
    font-size: 15px;
}

.exp {
    text-align: center;
    font-family: "cinzel";    
    margin: 50px;
}

.exp h1{
    font-size: 10vw;
}

.exp button{
    font-size: 2vw;
    padding: 10px;
    margin-bottom: 50px;
    background-color: white;
    box-shadow: #333333 5px 5px ;
}

.exp button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }


.subjudul2{
    font-family: "anton";
    text-align: center;
    margin-top: 5vh ;
    overflow: hidden;
}

.trend{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.trend .card-title{
    font-size: 2vw;
}
.trend .card-text{
    font-size: 1.5vw;
}
.trend .card{
    flex-grow: 1;
    height: 25vh;
    width: 25vw;
}

.trend img{
    height: 25vh;
}

.trend{
    display: flex;
}

.trend img{
    width: 30vw;
    height: 25wh;
}

.trend .title{
    width: 25vw; 
    font-size: 2vw;  
    margin-top: 15px;
    font-family: "anton";
}
.trend .dec{
    width: 25vw;
    font-size: 1vw;
    font-family: "cutive";
}

#trending{
    background-color: #c4c4c4;
    padding-top: 10px;
    padding-bottom: 30px;
}

#reg {
    font-family: "Staatliches", sans-serif;
  }
  
  #reg .input-group .form-control {
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
    border: none;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  }
  
  #reg .input-group .btn {
    font-size: 1.2rem;
    padding: 0.5rem 1.5rem;
  }
  
  #reg .input-group .btn i {
    font-size: 1.5rem;
  }
  
  @media (max-width: 768px) {
    #reg .input-group .form-control {
      font-size: 1rem;
      padding: 0.75rem 1rem;
    }
  
    #reg .input-group .btn {
      font-size: 1rem;
      padding: 0.5rem 1rem;
    }
  
    #reg .input-group .btn i {
      font-size: 1.2rem;
    }
  }


#category {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-evenly; 
    margin-top: 50px;
    margin-bottom: 40px;
}

.kard {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    position: relative;
}

.kard:hover{
    scale: 1.2;
    z-index: 100;
    box-shadow: white 0px 0px 10px;
    transition: scale 0.3s;

}

.kard img {
    width: 19vw; 
    height: 400px; 
    object-fit: cover;
}

.buton h5{
    position: absolute;
    bottom: 10px; 
    left: 50%;
    transform: translateX(-50%);
    max-width: 15vw;
    font-size: 1.5vw;
    background-color: black;
    padding: 5px;
    box-shadow: white 5px 5px;
    color: #fff;
    font-family: "playfair display";

}


footer {
    background-color: #222;
    color: #fff;
    padding-top: 50px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    max-width: 100vw;
}

footer .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100vw;
    margin: 0 auto;
    padding: 50px;
}

footer .footer-column {
    flex: 1 1 250px;
    margin: 10px;
    min-width: 200px;
}

footer h2 {
    font-size: 2rem;
    border-bottom: 2px solid #555;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    text-decoration: none;
    color: #aaa;
    transition: color 0.3s;
}

footer ul li a:hover {
    color: #fff; 
}

footer .social-icons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

footer .social-icons a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    background-color: #555;
    border-radius: 50%;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    transition: background-color 0.3s;
}

footer .social-icons a:hover {
    background-color: #f4511e; 
}

footer .contact-info p {
    margin: 5px 0;
}

footer .contact-info p span {
    font-weight: bold;
}

@media (max-width: 768px) {
    footer .footer-container {
        flex-direction: column;
        text-align: center;
    }

    footer .footer-column {
        margin-bottom: 20px;
    }
    footer .social-icons {
        justify-content: center;
    }
}

.footer-bottom{
    background-color: rgb(27, 26, 26);
    text-align: center;
    padding: 1px;
}

/* Animation styles */
@keyframes userShake {
    50% {
        transform: rotate(90deg) rotate(15deg);
    }
}

@keyframes cpuShake {
    50% {
        transform: rotate(-90deg) scaleX(-1) rotate(-15deg);
    }
}

.shake-user {
    animation: userShake 0.7s ease infinite;
}

.shake-cpu {
    animation: cpuShake 0.7s ease infinite;
}