* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: Arial, sans-serif;
    background: radial-gradient(circle at top, #1a1a1f, #0b0b0d);
}

#header {
    height: 100px;
    width: 1530px;

    h1 {
        color: white;
        text-align: center;
        padding-top: 30px;
        font-family: arial black;
        font-size: 39px;
    }

    h3 {
        color: #6d1e15;
        text-align: center;
        font-family: arial black;
        word-spacing: 5px;
        font-size: 31px;
    }
}

/* HERO SECTION */
#herosec {
    .card1 {
        height: 250px;
        width: 300px;
        border: 2px solid white;
        margin-left: 190px;
        margin-top: 100px;
        border-radius: 25px;
        background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        border-radius: 20px;
        padding: 30px;
        box-shadow:
            0 10px 30px rgba(0, 0, 0, 0.6),
            inset 0 0 0 1px rgba(255, 255, 255, 0.08);
        transition: all 0.4s ease;

        h2 {
            color: white;
            text-align: center;
            padding-top: 10px;
            font-family: arial black;
            font-size: 29px;
        }

        h4 {
            color: #ffffff;
            text-align: center;
            font-family: arial black;
            word-spacing: 5px;
            font-size: 31px;
        }

        hr {
            margin-left: 30px;
            margin-top: 3px;
            border: 3px solid #853022;
            border-radius: 20px;
            width: 80%;
            height: 3px;
            background: linear-gradient(to right, #ff3c00, #ff9a00);
            margin: 15px auto;
            border-radius: 10px;
            box-shadow: 0 0 12px rgba(255, 90, 0, 0.7);
        }
    }

    .card1:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow:
            0 20px 40px rgba(255, 90, 0, 0.35),
            inset 0 0 0 1px rgba(255, 90, 0, 0.4);
        box-shadow:
            0 0 0 2px #ff3c00,
            0 15px 35px rgba(255, 60, 0, 0.4);
    }

    .card2 {
        height: 250px;
        width: 300px;
        border: 2px solid white;
        position: absolute;
        margin-left: 650px;
        top: 200px;
        border-radius: 25px;
        background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        border-radius: 20px;
        padding: 30px;
        box-shadow:
            0 10px 30px rgba(0, 0, 0, 0.6),
            inset 0 0 0 1px rgba(255, 255, 255, 0.08);
        transition: all 0.4s ease;

        h2 {
            color: white;
            text-align: center;
            padding-top: 10px;
            font-family: arial black;
            font-size: 29px;
        }

        h4 {
            color: #ffffff;
            text-align: center;
            font-family: arial black;
            word-spacing: 5px;
            font-size: 21px;
        }

        hr {
            margin-left: 30px;
            margin-top: 3px;
            border: 3px solid #853022;
            border-radius: 20px;
            width: 80%;
            height: 3px;
            background: linear-gradient(to right, #ff3c00, #ff9a00);
            margin: 15px auto;
            border-radius: 10px;
            box-shadow: 0 0 12px rgba(255, 90, 0, 0.7);
        }
    }

    .card2:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow:
            0 20px 40px rgba(255, 90, 0, 0.35),
            inset 0 0 0 1px rgba(255, 90, 0, 0.4);
        box-shadow:
            0 0 0 2px #ff3c00,
            0 15px 35px rgba(255, 60, 0, 0.4);
    }

    .card3 {
        height: 250px;
        width: 300px;
        border: 2px solid white;
        position: absolute;
        margin-left: 1100px;
        top: 200px;
        border-radius: 25px;
        background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        border-radius: 20px;
        padding: 30px;
        box-shadow:
            0 10px 30px rgba(0, 0, 0, 0.6),
            inset 0 0 0 1px rgba(255, 255, 255, 0.08);
        transition: all 0.4s ease;



        h2 {
            color: white;
            text-align: center;
            padding-top: 10px;
            font-family: arial black;
            font-size: 29px;
        }

        h4 {
            color: #ffffff;
            text-align: center;
            font-family: arial black;
            word-spacing: 5px;
            font-size: 25px;
        }

        hr {
            margin-left: 30px;
            margin-top: 3px;
            border: 3px solid #853022;
            border-radius: 20px;
            width: 80%;
            height: 3px;
            background: linear-gradient(to right, #ff3c00, #ff9a00);
            margin: 15px auto;
            border-radius: 10px;
            box-shadow: 0 0 12px rgba(255, 90, 0, 0.7);
        }
    }

    .card3:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow:
            0 20px 40px rgba(255, 90, 0, 0.35),
            inset 0 0 0 1px rgba(255, 90, 0, 0.4);
        box-shadow:
            0 0 0 2px #ff3c00,
            0 15px 35px rgba(255, 60, 0, 0.4);
    }
}

/* MIDDLE SECTION */
#midsec {
    height: 300px;
    width: 1150px;
    border-radius: 30px;
    margin-left: 215px;
    background-color: #27262f;
    margin-top: 100px;

    .card1 {
        img {
            height: 250px;
            width: 300px;
            margin-left: 30px;
            margin-top: 30px;
            border-radius: 20px;
        }
    }

    .v-line {
        width: 7px;
        height: 250px;
        background-color: #959292;
        border-radius: 20px;
        position: absolute;
        left: 700px;
        top: 630px;
    }

    .card2 {
        h1 {
            color: white;
            text-align: center;
            position: absolute;
            top: 610px;
            left: 850px;
            font-family: arial black;
            font-size: 33px;
        }

        iframe {
            position: absolute;
            top: 665px;
            left: 750px;
            border-radius: 20px;
            height: 195px;
            width: 550px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 25px;
            padding: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7);
        }
    }

    iframe:hover {
        box-shadow: 0 25px 60px rgba(255, 90, 0, 0.3);
    }
}

/* FOOTER */

#footer {
    height: 100px;
    width: 1150px;
    background-color: #27262f;
    margin-left: 215px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px);
    border-radius: 25px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.7);

    h3 {
        text-align: center;
        font-family: arial black;
        font-size: 27px;
        color: #fff;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }

    .social-icons {
        display: flex;
        justify-content: center;
        gap: 25px;
        text-align: center;
        margin-top: 5px;

        img {
            height: 40px;
            width: 40px;
            margin: 10px;
            width: 60px;
            height: 60px;
            border-radius: 30%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.08);
            color: #fff;
            font-size: 24px;
            transition: all 0.4s ease;
            box-shadow:
                inset 0 0 0 1px rgba(255, 255, 255, 0.1),
                0 10px 25px rgba(0, 0, 0, 0.6);
        }
    }
}

.social-icons img:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow:
        inset 0 0 0 1px rgba(255, 90, 0, 0.4),
        0 15px 35px rgba(255, 60, 0, 0.4);
}