        *,
        *::before,
        *::after {
            padding: 0;
            margin: 0;
            box-sizing: border-box;
        }

        body {
            font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        }

        main {
            width: 100%;
            height: 100vh;
            background-image: url(../img/photo-1533251107558-25299f5a3893.jfif);
            background-size: 80% auto;
            background-position: 50% 10%;
            padding-top: 150px;

            input {
                height: 45px;
                background-color: transparent;
                outline: none;
                border: 1px solid white;
                border-radius: 40px;
                color: white;
                font-size: 20px;
                padding-left: 15px;
                margin-bottom: 15px;
            }

            h3 {
                color: white;
                font-size: 18px;
                padding-bottom: 3px;
                text-transform: uppercase;
                padding-left: 15px;
                font-weight: normal;
            }

            >.blur {
                width: 700px;
                height: 440px;
                border-radius: 10px;
                backdrop-filter: blur(5px);
                background-color: rgba(255, 255, 255, 0.103);
                margin-inline: auto;
                position: relative;

                .card {
                    position: absolute;
                    width: 60%;
                    height: 220px;
                    border-radius: 20px;
                    top: -130px;
                    left: 20%;
                    background-image: url(../img/7.jpeg);
                    background-size: cover;
                    transform-style: preserve-3d;
                    transition: 1.5s;

                    /* &:hover {
                        transform: perspective(800px) rotateY(180deg);
                    } */

                    >.front {
                        width: 100%;
                        height: 100%;
                        display: flex;
                        flex-wrap: wrap;
                        align-content: space-between;
                        padding: 15px;
                        color: white;
                        position: absolute;
                        backface-visibility: hidden;

                        >h3 {
                            font-size: 22px;
                            padding-bottom: 15px;
                        }

                        >.num {
                            font-size: 28px;
                            width: 100%;
                            border: 1px solid transparent;
                            transition: 0.5s;
                            border-radius: 10px;
                            height: 55px;
                            padding-inline: 30px;
                            display: flex;
                            align-items: center;
                            justify-content: space-evenly;

                            >span {
                                display: flex;
                                align-items: center;
                                justify-content: center;
                            }
                        }


                        >div {
                            display: flex;
                            justify-content: space-between;
                            width: 100%;
                            font-size: 23px;
                            text-transform: capitalize;
                            height: 50px;

                            >span {
                                padding: 10px;
                                transition: 0.5s;
                                border: 1px solid transparent;
                                width: 70%;
                            }

                            #exp {
                                border: 1px solid transparent;
                                transition: 0.5s;
                                display: flex;
                                border-radius: 10px;
                                align-items: center;
                                min-width: 100px;
                                justify-content: center;
                                padding-right: 5px;

                                >span {
                                    padding-left: 5px;
                                }
                            }
                        }

                    }

                    .back {
                        width: 100%;
                        height: 100%;
                        color: white;
                        position: absolute;
                        backface-visibility: hidden;
                        padding-block: 20px;
                        display: flex;
                        flex-wrap: wrap;
                        /* align-content: space-between; */
                        transform: rotateY(180deg);

                        >div {
                            width: 100%;

                            &:first-of-type {
                                height: 50px;
                                background-color: rgb(39, 39, 39);
                            }

                            &:last-of-type {
                                padding-inline: 20px;
                                /* background-color: white; */


                                >span {
                                    font-size: 25px;
                                    display: flex;

                                    &:first-of-type {
                                        padding-bottom: 5px;
                                        padding-left: 5px;
                                    }

                                    &:last-of-type {
                                        width: 100%;
                                        background-color: transparent;
                                        color: white;
                                        border: 1px solid white;
                                        height: 50px;
                                        border-radius: 10px;
                                        padding-left: 5px;
                                        display: flex;
                                        align-items: center;
                                    }

                                }
                            }
                        }


                    }
                }

                .down {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: center;
                    align-content: start;
                    padding-top: 115px;
                    padding-bottom: 15px;
                    position: relative;

                    >h3 {
                        width: 60%;
                    }

                    >input {
                        width: 60%;
                        display: flex;
                    }

                    >div {
                        width: 60%;
                        display: flex;
                        justify-content: space-between;

                        >.expImp {
                            >input {
                                width: 75px;
                                padding-left: 0;
                                text-align: center;
                            }

                            >h3 {
                                font-size: 17px;
                            }
                        }

                        >.cvv2Imp {
                            >input {
                                width: 90px;
                                padding-left: 0;
                                text-align: center;
                            }

                            >h3 {
                                font-size: 17px;
                            }
                        }
                    }

                    button {
                        width: 60%;
                        padding: 5px;
                        position: absolute;
                        bottom: 20px;
                        left: 50%;
                        transform: translateX(-50%);
                        border-radius: 30px;
                        background-image: linear-gradient(to right, #272940, #343553, #2b4465);
                        color: white;
                        border: 2px solid white;
                        font-size: 30px;
                        text-transform: capitalize;
                        cursor: pointer;

                        &:active {
                            transform: perspective(800px) translateX(-50%) scale(0.98) translateY(2px);
                        }
                    }
                }
            }
        }

        .border {
            border: 1px solid white !important;
            border-radius: 10px !important;
            transition: 1.5s !important;
        }


        footer {
            width: 100%;
            height: 100vh;
            background-color: rgb(39, 39, 39);

            >div {
                width: 100%;
                height: 100%;
                padding: 20px;
                display: flex;
                align-items: center;

                >div {
                    width: 60%;
                    height: 100%;
                    /* border: 2px solid black; */
                    display: flex;

                    >figure {
                        /* border: 1px solid black; */
                        width: 50%;
                        height: 100%;
                        display: flex;
                        align-items: center;

                        >img {
                            width: 100%;
                            height: 68%;
                            object-fit: cover;
                            border-radius: 60% 40% 31% 69% / 27% 23% 77% 73%;
                        }
                    }

                    >div {
                        width: 50%;
                        display: flex;
                        flex-direction: column;
                        justify-content: start;
                        align-items: center;

                        >h2 {
                            font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
                            font-size: 35px;
                            text-transform: capitalize;
                            text-decoration: underline;
                            padding-top: 100px;
                            padding-bottom: 30px;
                            color: white;
                            transition: 0.4s;

                            &:hover {
                                font-size: 37px;
                            }
                        }

                        >div {
                            display: flex;
                            flex-direction: column;

                            >a {
                                text-decoration: none;
                                color: black;

                                &:nth-of-type(1) {
                                    >i {
                                        color: #0a66c2;
                                    }
                                }

                                &:nth-of-type(2) {
                                    >i {
                                        color: #6d6d6d;
                                    }
                                }

                                &:nth-of-type(3) {
                                    >i {
                                        color: #ff0267;
                                    }
                                }

                                >i {
                                    font-size: 60px;
                                    display: flex;
                                    padding-bottom: 10px;
                                    transition: 0.4s;

                                    &:hover {
                                        scale: 1.2;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }