@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

 @import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400..800&family=Basic&family=Dancing+Script:wght@400..700&family=Kalam:wght@300;400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Russo+One&display=swap');

        #container>hr {
            height: 12px;
            background-color: #75613d;
            border: none;
            margin: 0;
        }

        #lower-part {
            background: url("/assets/abstract-background.png");
            background-repeat: no-repeat;
            background-size: cover;
            width: 100vw;
            display: grid;
            grid-template-columns: 1fr 1fr;
            padding-top: 100px;
            padding-bottom: 30px;
        }

        @media (max-width: 500px) {
            #lower-part {
                grid-template-columns: 1fr;
            }
        }

        .left-part {
            height: 100%;
            padding-left: 20px;
        }

        .privacy-links {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .privacy-links a {
            color: #a8823c;
            font-size: 12px;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
            text-decoration: none;
        }

        .privacy-rights {
            color: rgba(255, 255, 255, 0.952);
            margin-top: 30px;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
            font-size: 13px;
        }
        .right-part {
            padding-top: 30px;
        }

        .right-part .logo {
            color: rgba(255, 255, 255, 0.952);
            font-family: 'Russo One', sans-serif;
            font-size: 15px;
            font-style: italic;
            text-align: center;
            font-size: clamp(32px, 10vw, 60px);

        }

        .right-part .logo span {
            font-size: 20px;
            font-size: clamp(16px, 4vw, 20px);
        }

        .socials {
            margin-top: 60px;
            color: white;
            padding-left: 20px;
            font-family: "Poppins", sans-serif;
            color: #a8823c;
            font-size: 14px;
            font-weight: 600;

        }
        .socials-link {
            display: flex;
        }
        .socials a {
            color: white;
            margin-top: 10px;
            width: 40px;
            text-decoration: none;
            font-size: 20px;
            flex-direction: row;
        }
        