body {
    color: white;
    background-image:url(../imges/yfhsdfhjdhjds.jpg);
    background-size: cover;
}

.s1 h2 {
    font-size: 50px;
}

ul li a {
    color: white;
}

ul li {
    transition: 2s;
}

ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #0D6EFD;
    transform: scalex(0);
    transition: 2s;
}

ul li:hover::after {
    transform: scalex(1);
}


ul li:hover {
    transform: scale(1.5);
}

#section1 .d1 {
    width: 290px;
    height: 350px;
    border-radius: 20px;
    transition: 2s;
}

#section1 .d1:hover {
    transform: scale(1.1);
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

#section1 .d2 {

    color: #ff0000;
    width: 85%;
    height: 45px;
    border-radius: 10px;
    transition: 2s;
}

#section1 .d2:hover {
    transform: scale(1.1);
    background-color: #0D6EFD;
}

#section3 {
    height: 50vh;
}

.section1 p {
    margin-top: 10px;
    text-align: center;
    justify-content: center;
    font-size: 150px;
}




.form {  
  
  position:relative;
    justify-self: center;
    text-align: center;
    align-items: center;
    width: 25%;
    height: 450px;
    color: rgb(215, 0, 162);
    font-size: 20px;
    
}





.form input {
  
    margin-top: 35px;
    transition: 2s;
    margin-left: 50px;
    background: none;
    border: none;
    border-bottom: 1px solid #eb0404;
    color: #4c21ba;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;

}

.form input:hover {
    transform: scale(1.1);
    color: #4c21ba;
}

.body {
    background-image:url(../imges/yfhsdfhjdhjds.jpg);
    background-size: cover;
}