* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.general-info{
    height: 100vh;
}
.general-info img{
    height: 100vh;
    object-fit: cover;
}

.general-details{
    width: 100vw;
    right: 0;
    top:0;
    bottom: 0;
    left: 0;
    transform: translateY(5%);
    margin: auto;
    gap: 3rem;
}
.general-details .box{
    width: 8.5rem;
    height: 8.5rem;
    border:2px solid #ffff;
}
.general-info .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(to top, rgba(7, 7, 7, 1) 30%, rgba(255, 255, 255, 0) 100%);
}
.general-info .top-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.general-details .date{
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 700;
}
.general-details .month{
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 700;
}
.general-details .time{
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 700;
}
.general-details p.paragraph{
    width: 60vw;
}
.detail-info{
    gap: 4rem;
}
.main-contents .card{
    background:#070707;
}
.main-contents .row .card:hover{
    scale: 1;
}
.main-contents .row .col-lg-7{
    padding: 4rem 0 2rem 0;
}
.main-contents .row .col-lg-5{
    display: flex;
    padding: 3rem;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 2rem;
    flex: 1 0 0;
}
@media (max-width:1100px) {
    .general-details p.paragraph{
        width: 80vw;
    }
}
@media (max-width:991px) {
    .main-contents .row .col-lg-7 {
        padding: 0;
    }
    .main-contents .row .col-lg-5{
        padding: 1.5rem;
    }
}
@media (max-width:767px) {

    .general-details{
        padding: 0 1.5rem;
        top:0;
        bottom:0;
    }
    .general-details p.paragraph{
        width: 90vw;
    }
    .general-details .buttons a{
        padding:1rem 2rem;
    }
    .detail-info {
        gap: 2rem;
    }
    .general-details .box{
        width:8rem;
        height:8rem;
    }
    .general-details .date{
        font-size:2.5rem;
        line-height: 3rem;
    }
    .general-details .month{
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
    .general-details .time{
        font-size: 1.2rem;
    }
    .main-contents .row .col-lg-5{
        padding: 1.5rem;
    }
    .buttons.gap-3{
        gap: 2.5rem !important;
    }

}
@media (max-width:600px) {

    .general-details{
        gap:3rem;
    }

}
@media (max-width:480px) {
    .general-details{
        gap:2rem;
    }
    .general-details .paragraph, .main-contents .card .paragraph{
        font-size: 1rem;
    }
    .general-details .date{
        font-size:2.5rem;
        line-height: 3rem;
    }
    .general-details .month{
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
    .general-details .time{
        font-size: 1.2rem;
    }
    .detail-info{
        gap: 1rem;
    }
    .buttons.gap-3{
        gap: 1.5rem !important;
    }
    .main-contents .row.gap2{
        gap: 0;
    }
    .general-details .buttons a {
        padding: 0.7rem 1.5rem;
        font-size: 0.9rem;
    }
    .security .main-title{
        padding: 0 2rem;
    }
}
@media (max-width:400px) {
    .general-info{
        height: 110vh;
    }
    .general-details{
        bottom:1%;
        gap:1.5rem;
    }
    .general-details .box{
        width:6rem;
        height:6rem;
    }
    .general-details .date{
        font-size:2rem;
        line-height: 2.5rem;
    }
    .general-details .month{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .general-details .time{
        font-size: 1rem;
    }
    .contact-us .general-details{
        transform: translateY(15%);
    }
    .browse.gap-3{
        gap: 1rem !important;
    }
}
