* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    height: 130%;
    width: 100%;
    background-color: black;


}

main {
    height: 100%;
    width: 100%;
    /* background-color: bisque; */

}

header {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header h1 {

    font-size: 60px;
    text-align: center;
}

header span img {
    height: 25px;
    margin-top: 10px;


}

.imgcontainer {
    height: 45%;
    width: 100%;
    /* background-color: rgba(95, 158, 160, 0.664); */
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 27px;
}

.imgcontainer .card {
    height: 95%;
    width: 21%;
    background-color: #13100f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    outline: 2px solid #ed8002;
    box-shadow: 2px 3px 10px solid #ed8002;

}

.imgcontainer .card img {
    margin-top: 24px;
}

.imgcontainer .card .wrapcontent {
    margin-top: 20px;
}

.imgcontainer .card .signature {
    height: 5%;
    width: fit-content;
    padding: 0px 12px;
    /* background-color: blanchedalmond; */
    border-radius: 20px;
    outline: 2px solid #ed8002;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: 'Roboto';
    color: #ed8002;
    position: absolute;
    top: 22%;
    left: 5%;


}


.card .signature.posi {
    position: absolute;
    top: 22%;
    left: 76%;
}


.lastcontainer {
    height: 34%;
    width: 92%;
    /* background-color: #ed8002; */
    margin: 30px auto;
    border-radius: 20px;
    display: flex;
}

.lastcontainer img {
    height: 400px;
    border-radius: 20px 0 0 20px;

}

.lastcontainer .right-content {
    margin: 16px 0 100px 100px;
    color: #ffffff;

}

.right-content h4 {
    color: #ed8002;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 4px;
}

.right-content h3 {
    font-size: 46px;
    margin-top: 10px;
}

.right-content p {
    color: #908e8ec5;
    font-size: 16px;
    font-family: "Roboto";
    margin-top: 20px;
    letter-spacing: 1px;
    line-height: 30px;
    font-weight: 500;
}

.explore {
    width: fit-content;
    background-color: rgba(19, 19, 19, 0.747);
    padding: 14px 38px;
    border-radius: 40px;
    font-family: "Roboto", sans-serif;
    color: #ed8002;
    letter-spacing: 2px;
    outline: 2px solid #ed8002;
    margin-top: 40px;
}

footer {
    height: 70px;
    width: 95%;
    /* background-color: #ed8002; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Roboto", sans-serif;
    margin: auto;
    color: #8f8d8d;
    /* color: black; */
}

footer .middle ul {
    display: flex;
    gap: 80px;
    color: #ed8002;

}
footer .right ul{
    display: flex;
    list-style-type: none;
    gap: 20px;  
}
footer .right ul li{

    color: #ed8002;
    
}