* {
    margin: 0px;
    padding: 0px;
}

body {
    background-attachment: fixed;
    background: linear-gradient(to left, rgb(148, 148, 148), rgb(41, 39, 39));
}

a i {
    height: 15px;
}

input {
    outline: none;
    border: none;
    margin-left: 10px;
    background: transparent;
    width: 0px;
    transition: 0.5s;
}

input:hover {
    width: 140px;
    transition: 0.25;
}

input:focus {
    width: 140px;
}

input::placeholder {
    color: black;
}

label {
    background-color: white;
    border: 1px solid lightgray;
    padding: 6px 0px 6px 15px;
    border-radius: 20px;
    transition: box-shadow 0.25s;
    margin-left: 30px;
}

label:hover {
    box-shadow: 0px 0px 1px rgb(49, 49, 49);
}

#navbar {
    background-color: whitesmoke;
    height: 50px;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    border: 1px solid rgb(231, 230, 230);
    position: fixed;
    z-index: 1;
}

#navbar div a {
    text-decoration: none;

}

#navbar div a img {
    height: 70px;
    margin-left: 40px;
}

.link {
    margin: 20px;
    font-size: 11px;
    color: black;
}

#login {
    margin-left: 30px;
    margin-right: 10px;
    font-size: 15px;
    padding: 0px;
    font-weight: 200;
    color: black;
}

#signin {
    margin-right: 50px;
    font-weight: 200;
    font-size: 15px;
    border: 1px solid rgb(48, 48, 48);
    padding: 6px 10px 6px 10px;
    border-radius: 20px;
    background-color: black;
    color: white;
}

#txt {
    position: absolute;
    left: 120px;
    font-size: 30px;
    color: black;
    font-weight: 900;
    text-decoration: none;
}

.hero {
    height: 65%;
    width: 90%;
    background-color: rgba(212, 212, 212, 0.568);
    background-attachment: fixed;
    position: absolute;
    left: 70px;
    top: 170px;
    border-radius: 25px;
    border: 1px solid rgb(138, 136, 136);
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.box1 {
    height: 260px;
    width: 200px;
    background-image: url(1.jpg);
    background-size: cover;
    border: 1px solid gray;
    border-radius: 20px;
    position: absolute;
    left: 70px;
    z-index: -1;
    transition: box-shadow 0.25s;
    box-sizing: border-box;
}

.box1:hover {
    box-shadow: 0px 0px 15px rgb(0, 0, 0);
    height: 280px;
    width: 220px;
}

.box2 {
    height: 290px;
    width: 210px;
    background-image: url(2.jpg);
    background-size: cover;
    border: 1px solid gray;
    border-radius: 20px;
    position: absolute;
    left: 200px;
    z-index: -1;
    transition: box-shadow 0.25s;
    box-sizing: border-box;
}

.box2:hover {
    box-shadow: 0px 0px 15px rgb(0, 0, 0);
    height: 310px;
    width: 230px;
}


.box3 {
    height: 310px;
    width: 220px;
    background-image: url(3.jpg);
    background-size: cover;
    border: 1px solid gray;
    border-radius: 20px;
    position: absolute;
    left: 350px;
    z-index: -1;
    transition: box-shadow 0.25s;
    box-sizing: border-box;
}

.box3:hover {
    box-shadow: 0px 0px 15px rgb(0, 0, 0);
    height: 330px;
    width: 240px;
}

.box4 {
    height: 330px;
    width: 210px;
    background-image: url(4.jpg);
    background-size: cover;
    border: 1px solid gray;
    border-radius: 20px;
    position: absolute;
    left: 510px;
    z-index: 1;
    transition: box-shadow 0.25s;
    box-sizing: border-box;
}

.box4:hover {
    box-shadow: 0px 0px 15px rgb(0, 0, 0);
    height: 350px;
    width: 230px;
}


.box5 {
    height: 310px;
    width: 200px;
    background-image: url(5.jpg);
    background-size: cover;
    border: 1px solid gray;
    border-radius: 20px;
    position: absolute;
    left: 670px;
    z-index: -1;
    transition: box-shadow 0.25s;
    box-sizing: border-box;
}

.box5:hover {
    box-shadow: 0px 0px 15px rgb(0, 0, 0);
    height: 330px;
    width: 220px;
}

.box6 {
    height: 290px;
    width: 210px;
    background-image: url(6.jpg);
    background-size: cover;
    border: 1px solid gray;
    border-radius: 20px;
    position: absolute;
    left: 850px;
    z-index: -2;
    transition: box-shadow 0.25s;
    box-sizing: border-box;
}

.box6:hover {
    box-shadow: 0px 0px 15px rgb(0, 0, 0);
    height: 310px;
    width: 230px;
}

.box7 {
    height: 260px;
    width: 200px;
    background-image: url(7.jpg);
    background-size: cover;
    border: 1px solid gray;
    border-radius: 20px;
    position: absolute;
    left: 1010px;
    z-index: -3;
    transition: box-shadow 0.25s;
    box-sizing: border-box;
}

.box7:hover {
    box-shadow: 0px 0px 15px rgb(0, 0, 0);
    height: 280px;
    width: 220px;
}

#shape {
    height: 100px;
    width: 100px;
    background-color: rgba(255, 255, 255, 0.61);
    position: absolute;
    top: 435px;
    left: 95%;
    border-radius: 20px;
}

#shape2 {
    height: 100px;
    width: 100px;
    background-color: rgba(255, 255, 255, 0.61);
    position: absolute;
    bottom: 435px;
    right: 95%;
    border-radius: 20px;
}

#heading {
    color: white;
    font-size: 40px;
    text-align: center;
    padding-top: 65px;
}

#firstpara {
    margin-top: 40%;
    text-align: justify;
    margin-left: 30px;
    margin-right: 30px;
    color: white;
    line-height: 23px;
}

h2 {
    margin-bottom: 20px;
    padding-top: 20px;
}

div p {
    margin-top: 20px;
}

#second {
    background-color: white;
    height: 200px;
    width: 100%;
    margin-top: 30px;
}

#second div {
    margin-left: 30px;
    margin-right: 30px;
    text-align: justify;
}

#menu {
    background-color: rgba(255, 255, 255, 0.507);
    backdrop-filter: blur(3px);
    height: 110px;
    width: 85%;
    display: flex;
    flex-direction: row;
    position: sticky;
    left: 110px;
    top: 60px;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-top: 4px;
    margin-bottom: 30px;
}

#menu div img {
    margin: 40px;
    border-radius: 20px;
}

#last {
    color: white;
    margin-left: 30px;
    margin-right: 30px;
    text-align: justify;
}

#last p {
    margin-bottom: 20px;
    margin-top: 10px;
}

h3 {
    margin-top: 30px;
}

#list a img {
    height: 400px;
    width: 300px;
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#list {
    text-align: center;
    position: absolute;
    margin: 0px;
    background-color: rgb(182, 182, 182);
    width: 99.89%;
    border: 1px solid rgb(255, 255, 255);
}

#foot {
    height: 60px;
    background-color: rgb(5, 5, 5);
    color: lightgray;
    position: absolute;
    width: 97.08%;
    top: 2490px;
    font-size: 14px;
    padding: 20px;
    border: 1px solid rgb(0, 0, 0);
}

#ser {
    position: absolute;
    top: 2380px;
    color: white;
    font-size: 12px;
    margin: 0px 20px 20px 20px;
    text-align: justify;
}

hr {
    margin-top: 15px;
}

#email {
    background-color: white;
    border: 1px solid lightgray;
    padding: 6px 0px 6px 15px;
    border-radius: 20px;
    margin-left: 60%;
    margin-right: 20px;
}

label i {
    color: black;
}

#reg i {
    margin-left: 10px;
}

#reg {
    text-align: center;
    margin-top: 15px;
}

#end {
    margin-left: 10px;
}

.l1 {
    transition: box-shadow 0.25s;
}

.l1:hover {
    box-shadow: 0px 0px 15px black;
}

.l2 {
    transition: box-shadow 0.25;
}

.l2:hover {
    box-shadow: 0px 0px 15px black;
}

.l3 {
    transition: box-shadow 0.25;
}

.l3:hover {
    box-shadow: 0px 0px 15px black;
}

.l4 {
    transition: box-shadow 0.25;
}

.l4:hover {
    box-shadow: 0px 0px 15px black;
}