* {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}
body {
    overflow-x: hidden !important;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}
.head{
    width: 100%;
    height: 1.4vh;
    background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff);
}
.header1{
    box-shadow: 0px 2px 5px #777;
}
.search{
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
      
}

.search-input{
    display: flex;
    padding-top: 1%;

}


.header-input{
    width:80%;
    background-color: #cfcdca;
    border:none;
}
.section-2 {
    position: relative;
    background: url('images/i1.png')no-repeat;

    max-width: 100%;
    height: 52.813rem;
}
.sec-3{
    width: 100%;
    height: 39.305rem;
}
.sec-4{
    width: 100%;
    height: 25.188rem;
}
.sec-4{
    position: relative;
    background:url(images/i3.png)
}
.sec-4-text{
    text-align: center;
}
.sec-5{
    width: 100%;
    height: 20.188rem;
}

.footerdummy{

    display: flex;
    flex-direction: column;
    
    align-items: center;
    justify-content: center;
    justify-items: center;
    align-content: center;
    text-align: center;
    gap: 0.5rem;
    padding-left: 1.25rem;

}

#rak{

    align-items: center;
    justify-content: center;
    justify-items: center;
    align-content: center;
    text-align: center;

}

.npm{

    width: 2rem;
    height: 2.2rem;

}

#github{

    width: 4rem;
    height: 4rem;


}
.footend{
    width: 100%;
    height: 1.4vh;
    background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff);
}