@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

body{
    font-family: 'Poppins', sans-serif;
    background: #ececec;
}
.box-area{
    width: 930px;
}
.right-box{
    padding: 40px 30px 40px 40px;
}

::placeholder{
    font-size: 16px;
}

.rounded-4{
    border-radius: 20px;
}
.rounded-5{
    border-radius: 30px;
}

@media only screen and (max-width: 768px){
    .box-area{
        margin: 0 10px;
    }
    .left-box{
        height: 100px;
        overflow: hidden;
    }
    .right-box{
        padding: 20px;
    }
}
@media (min-width: 769px) { 
    #cpsulogoImage {
        display: none !important; /* Default: Hidden */
    }
}

@media (max-width: 768px) { 
    #cpsulogoleftsideImage {
        display: none !important;
    }
}
#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    /* background-image: url('{{ asset('template/img/bg-campuswifi.png') }}'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    z-index: -1;
}

.bg-icons i{
    position: absolute;
    font-size: 50px;
    color: #04401f;
    opacity: 0.08;
    transition: transform 0.2s ease-out;
    will-change: transform;
}

.bg-icons i:nth-child(1){
    top: 20%;
    left: 10%;
}

.bg-icons i:nth-child(2){
    bottom: 15%;
    right: 12%;
}

.bg-icons i:nth-child(3){
    top: 10%;
    left: 50%;
}
.bg-icons i:nth-child(4){
    top: 50%;
    left: 90%;
}

.bg-icons i:nth-child(5){
    bottom: 15%;
    right: 50%;
}

.bg-icons i:nth-child(6){
    top: 60%;
    left: 20%;
}
body::before{
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(4,64,31,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(4,64,31,0.05) 1px, transparent 1px);
    background-size: 40px 40px;
    z-index: -1;
}
