body {
    font-family: Arial, sans-serif;
    margin: 2px;
    padding: 2px;
    background: #fff;
    text-align: center;
}

@media only screen and (max-width: 2000px) {
    header {
        background: #00AEEF;
        padding: 10px 0;
    }
    nav ul {
        list-style: none;
        padding: 0;
    }
    nav ul li {
        display: inline;
        margin: 0 15px;
    }
    nav ul li a {
        text-decoration: none;
        color: white;
        font-size: clamp(1.5rem, calc(2vw + 1rem), 5rem);
    }
    nav ul li a:hover {
        color: blue;
    }
    .dropdown {
        display: inline-block;
    }
    .dropdown button {
        background-color: #00AEEF;
        color: #fff;
        border: none;
        cursor: pointer;
        padding: 10px 15px;
        font-size: 100%;
    }
    .dropdown a {
        display: block;
        color: black;
        text-decoration: none;
        padding: 10px 15px;
    }
    .dropdown:hover .content {
        display: block;
    }
    .dropdown .content {
        display: none;
        position: absolute;
        background-color: #ffffff9d;
        min-width: 100px;
        box-shadow: 2px 2px 5px hsla(0, 0%, 0%, 0.379);
    }
    .dropdown:hover button {
        background-color: blue;
    }
    .dropdown a:hover {
        background-color: white;
    }
    .hero img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .logo img {
        width: 160px;
        margin-top: -80px;
        margin-right: 530px;
    }
    .rong_shilpo h1 {
        font-size: clamp(1.8rem, calc(7vw + 1rem), 5rem);
        color: red;
        margin-top: -50px;
        margin-left: 110px;
        filter: drop-shadow(5px 5px 5px rgba(52, 6, 6, 0.621));
        -webkit-text-stroke: 0.5px #fff;
    }
    .contact-section {
        background: green;
        padding: min(5em, 8%);
        width: auto;
        color: white;
        box-shadow: 0 3px 10px rgb(0, 0, 0, 0.05);
        border-radius: 1em;
    }
    .contact-section h2 {
        font-size: clamp(1.5rem, calc(5vw + 1rem), 5rem);
        filter: drop-shadow(5px 5px 5px rgba(12, 72, 3, 0.66));
    }
    .contact-text {
        font-size: clamp(1.5rem, calc(3vw + 1rem), 5rem);
        color: yellow;
        margin: 15px 0;
    }
    .social-buttons {
        width: 80vh;
        padding: min(5em, 8%);
        display: contents;
        flex-direction: column;
        align-items: center;
    }
    .social-row {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 10px 0;
    }
    button {
        background: #c2f3ff;
        font-size: clamp(1.5rem, calc(2vw + 1rem), 5rem);
        padding: 1em;
        margin: 1em;
        border-radius: 2em;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 2px;
        box-shadow: 2px 5px 30px hsl(92, 96%, 11%);
    }
    button:hover {
        background-color: yellow;
    }
    button img {
        width: 20%;
    }
    .whatsapp {
        color: green;
    }
    .facebook {
        color: #1877F2;
    }
    .youtube {
        color: red;
    }
    .tiktok {
        color: black;
    }
   
    .owner {
        font-size: clamp(1.5rem, calc(3vw + 1rem), 5rem);
        font-family: 'Bangla';
        color: yellow;
        font-weight: bold;
        margin-top: 1em;
        box-shadow: 2px 5px 30px hsl(92, 96%, 11%);
    }
    .phone-number {
        font-size: clamp(1.5rem, calc(2vw + 1rem), 5rem);
        color: rgb(10, 226, 10);
    }
    .owner-photo img {
        width: 30%;
        border-radius: 50%;
        border: 10px solid #00AEEF;
        display: inline;
        box-shadow: 2px 5px 30px hsla(245, 86%, 28%, 0.688);
    }
    .contact-reed {
        font-size: clamp(1.5rem, calc(2vw + 1rem), 5rem);
    }
    footer {
        background: #00AEEF;
        padding: 20px 0;
        margin-top: 20px;
        color: white;
    }
    .footer-logo img {
         width: 160px;
        margin-top: -40px;
        margin-right:530px;
        box-shadow: 0 3px 10px rgba(255, 255, 255, 0.96);
        border-radius: 50%;
    }
    .social-icons img {
        width: 10%;
        margin-top: -1em;
        padding: 1em;
        box-shadow: 0 3px 10px rgba(4, 35, 119, 0.346);
        border-radius: 1em;
        flex-grow: 1;
        flex-basis: 400;
    }
    footer nav ul {
        margin-top: -1em;
        padding: min(1em, 8%);
        display: -moz-grid-group;
    }
    footer nav ul li {
        display: flexbox;
        margin: 0 10px;
    }
    footer nav ul li a {
        color: white;
        font-size: clamp(1.5rem, calc(2vw + 1rem), 5rem);
        gap: 20px;
        text-decoration: none;
    }
    .copyright {
        margin-top: 10px;
        font-size: clamp(1.3rem, calc(1vw + 1rem), 2rem);
    }
}