@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
}

/* Header Section */
header {
    min-height: 900px;
    background-color: aqua;
    background-image: url(images/header.pic.png);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: start;
    gap: 0px;
    padding: 20px;
}

.box-1 {
    padding-top: 40px;
    gap: 30px;
    max-width: 1800px;
    width: 100%;
    min-height: 185px;
    line-height: 100px;
    display: inline-block;
    justify-content: center;
    align-items: center;
}

.logo {
    width: fit-content;
    height: 100%;
    margin-left: 0px;
    display: flex;
    align-self: center;
    justify-content: flex-start;
}

img {
    width: 110px;

    height: 60px;
}

.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color: rgba(128, 128, 128, 0.336);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgb(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 30px;
    
}

.menu-button {
  height: 100%;
  width: 30%;
  display: flex;
  justify-items: center;
  align-items: center;
  margin-left: 50px;


}
.menu-icon {
width: 50px;
height: 50px;
display: flex;
display: block;
}

.cancel-sidebar {
    width: fit-content;
    height: 10%;
}

.close-menu {

    width: 26px;
    height: 26px;
}

.HOME-TAG-sidebar
.SERVICES-TAG-sidebar
.ABOUT-TAG-sidebar
.CONTACT-US-TAG-sidebar {

    width: 100%;
    height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 30px;
    padding: 10 10 10 10;

}

.HOME-TAG-sidebar:hover,
.SERVICES-TAG-sidebar:hover,
.ABOUT-TAG-sidebar:hover,
.CONTACT-US-TAG-sidebar:hover {

    transform: translateY(-10px);
    cursor: pointer;
 
    
}

a:hover {
    color: white;
}

/* Navigation Header */
.header-container {
    display: flex;
    width: 100%;
    max-width: 610px;
    height: auto;
    min-height: 30px;
    border-radius: 8px;
    --border: 3px solid blue;
    justify-content: space-between;
    gap: 2px;
    align-items: center;
    justify-content: start;
    margin: 0 auto;
    padding: 5px;
  

}

.HOME-TAG,
.SERVICES-TAG,
.ABOUT-TAG,
.CONTACT-US-TAG {
    background-color: rgba(0, 0, 0, 0.404);
    width: 100%;
    max-width: 150px;
    min-width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: transform 0.3s ease;
    flex: 1 1 auto;
      box-shadow: 10px 10px 20px rgba(36, 36, 36, 0.616);
}

.HOME-TAG {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.CONTACT-US-TAG {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.HOME-TAG:hover,
.SERVICES-TAG:hover,
.ABOUT-TAG:hover,
.CONTACT-US-TAG:hover {
    transform: translateY(-10px);
    cursor: pointer;
}

/* Headline Box */
.box-2 {
    width: 100%;
    max-width: 600px;
    min-height: 400px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 2px;
    margin-left: 40px;
}

.headline {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

h1 {
    font-size: clamp(40px, 8vw, 100px);
    color: white;
    font-weight: 700;
    animation: slideInLeft 0.5s ease-in both;
    transform: translateY(-150px);
}

.sub-headline {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

p1 {
    font-size: clamp(24px, 5vw, 48px);
    color: white;
    animation: slideInLeft 1s ease-in;
}

/* Nav Section */
nav {
    width: 100%;
    min-height: 450px;
    background-image: url(images/web-section-background.jpg);
    background-size: cover;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 40px 20px;
}

.box-1-right-nav {
    width: 100%;
    max-width: 50%;
    min-height: 150px;
    margin: 20px;
    margin-top: 40px;
    padding: 20px;
}

p2 {
    font-size: clamp(16px, 2vw, 18px);
}

.box-1-left-nav {
    width: 100%;
    max-width: 90%;
    min-height: 200px;
    display: flex;
    align-items: start;
    margin: 20px;
    flex-direction: column;

}

h2 {
    font-size: clamp(20px, 3vw, 28px);
    color: blue;
    font-weight: 700;
}

p3 {
    font-size: clamp(28px, 5vw, 50px);
    color: black;
    font-weight: 700;
}

/* Nav2 Section */
nav2 {
    width: 100%;
    min-height: 700px;
    background-image: url(images/2432.jpg);
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: repeat-x;
    padding: 40px 20px;
}

.box-2-top-nav2 {
    width: 100%;
    max-width: 700px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    gap: 16px;
    text-align: center;
    margin-top: 20px;
    padding: 20px;
}

h3 {
    font-size: clamp(18px, 2.5vw, 24px);
    color: blue;
    font-weight: 700;
}

p4 {
    font-size: clamp(28px, 5vw, 55px);
    color: white;
    font-weight: 700;
}

.box-containers-nav2 {
    width: 100%;
    max-width: 900px;
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 35px;
    padding: 20px;
}

.box-headlin-mission,
.box-headline-Vision,
.Box-headline-core-principles {
    background-color: rgba(0, 0, 0, 0.226);
    text-align: center;
    padding: 16px;
    border-radius: 12px;
    border: 3px solid blue;
    box-shadow: 10px 10px 20px rgba(36, 36, 36, 0.616);
    transition: transform 0.3s ease, background-color 0.3s, color 0.3s;
    flex: 1 1 250px;
    min-width: 250px;
}

.box-headlin-mission:hover,
.box-headline-Vision:hover,
.Box-headline-core-principles:hover {
    transform: translateY(-10px);
    cursor: pointer;
    background-color: rgba(0, 0, 255, 0.8);
    color: white;
}

h4, h5, h6 {
    color: white;
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 700;
}

p5, p6, p7 {
    color: white;
    font-size: clamp(16px, 1.8vw, 18px);
}

:root {
    --clr-accent: rgba(0, 0, 255, 0.9);
    --clr-light: #FFFFFF;
}

/* Yellow Block */
.yellow-block {
    width: 100%;
    height: 80px;
    background-color: yellow;
}

/* Nav3 Section */
nav3 {
    width: 100%;
    min-height: 800px;
    background-image: url(images/web-image-design-section.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 40px 20px;
}

.upper-box-nav3 {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.title-colomn-nav3 {
    width: 100%;
    max-width: 500px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
    padding: 20px;
}

h7 {
    font-size: clamp(18px, 2.5vw, 24px);
    color: blue;
    font-weight: 700;
}

p8 {
    font-size: clamp(28px, 5vw, 50px);
    color: black;
    font-weight: 700;
}

.sevices-right-colomn-nav3 {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
}

.Design-coloumn,
.digital-campaign-column,
.Motion-Graphics-column {
    width: 100%;
    max-width: 250px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 1 1 250px;
}

.design-column-headline-and-list,
.Digital-campaign-column-headline-and-list,
.Motion-graphics-column-headline-and-list {
    width: 100%;
    max-width: 250px;
    min-height: 250px;
    box-shadow: 10px 10px 20px rgba(36, 36, 36, 0.616);
    background-color: white;
    border: 2px solid blue;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 20px;
    padding: 20px;
    transition: transform 0.3s ease, background-color 0.3s, color 0.3s;
}

.design-column-headline-and-list:hover,
.Digital-campaign-column-headline-and-list:hover,
.Motion-graphics-column-headline-and-list:hover {
    transform: translateY(-20px);
    cursor: pointer;
    background-color: rgba(0, 0, 255, 0.9);
    color: white;
}

.designing-header,
.Digital-campaign-header,
.Motion-graphics-header {
    width: 100%;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

h8, h10, h12 {
    color: black;
    font-size: clamp(18px, 2vw, 24px);
    text-align: center;
    font-weight: 700;
}

.Design-page-button,
.motion-graphics-page-button {
    width: 100%;
    max-width: 150px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.342);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid blue;
    border-radius: 8px;
    box-shadow: 10px 10px 20px rgba(36, 36, 36, 0.616);
    transition: transform 0.3s ease, background-color 0.3s, color 0.3s;
}

.Design-page-button:hover,
.motion-graphics-page-button:hover {
    transform: translateY(-20px);
    cursor: pointer;
    background-color: rgba(0, 0, 255, 0.9);
    color: white;
}

.designing-list,
.digital-campaign-list,
.motion-design-list {
    font-size: clamp(16px, 1.8vw, 18px);
}

a {
    font-size: clamp(16px, 1.8vw, 18px);
    color: blue;
    font-weight: 700;
    text-decoration: none;
}

h11, h13 {
    font-size: clamp(16px, 1.8vw, 18px);
    color: blue;
    font-weight: 700;
}

/* Lower Box Nav3 */
.lower-box-nav3 {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 20px;
}

.lower-list-column {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    width: 100%;
}

.second-unordered-list {
    width: 100%;
    max-width: 400px;
    min-height: 200px;
    font-size: clamp(16px, 1.8vw, 18px);
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 10px;
    padding: 20px;
}

.lower-right-title-headline {
    width: 100%;
    max-width: 600px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 20px;
}

h14 {
    font-size: clamp(18px, 2.5vw, 24px);
    color: blue;
    font-weight: 700;
}

p9 {
    font-size: clamp(28px, 5vw, 50px);
    color: black;
    font-weight: 700;
}

/* Black Block */
.Black-block {
    width: 100%;
    height: 80px;
    background-color: black;
    display: flex;
    justify-content: start;
    padding: 10px;
}

h15 {
    font-size: clamp(28px, 5vw, 52px);
    color: rgb(0, 0, 255);
    font-weight: 800;
}

/* Nav4 Contact Section */
nav4 {
    width: 100%;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    background-image: url(images/23750.jpg);
    background-size: cover;
    background-color: rgb(161, 199, 224);
    padding: 40px 20px;
}

.left-contact-box-nav4 {
    width: 100%;
    max-width: 600px;
    min-height: 500px;
    margin: 0 auto;
}

.contact-form {
    width: 100%;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 30px;
    padding: 20px;
}

.right-contact-box-nav4 {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 30px;
    padding: 20px;
    margin: 0 auto;
}

h16 {
    font-size: clamp(24px, 3vw, 30px);
    color: blue;
    font-weight: 700;
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.number,
.email-contact {
    font-size: clamp(18px, 2.5vw, 24px);
    color: black;
}

.icons {
    min-height: 90px;
    width: fit-content;
    display: flex;
    
    justify-content: start;
    gap: 20px;

}

.Socia-media-icons {
    height: 50px;
    width: 100%;
}

/* Form Elements */
input {
    background-color: white;
    width: 100%;
    max-width: 300px;
    font-size: clamp(16px, 2vw, 20px);
    padding: 16px;
    border-radius: 10px;
    border: 2px solid blue;
    box-shadow: 10px 10px 20px rgba(36, 36, 36, 0.616);
    transition: transform 0.3s ease;
}

input:hover {
    transform: translateY(-10px);
}

textarea {
    background-color: white;
    width: 100%;
    max-width: 400px;
    min-height: 150px;
    font-size: clamp(16px, 2vw, 20px);
    padding: 16px;
    border-radius: 10px;
    border: 2px solid blue;
    box-shadow: 10px 10px 20px rgba(36, 36, 36, 0.616);
    transition: transform 0.3s ease;
}

textarea:hover {
    transform: translateY(-10px);
}

input:focus-within,
textarea:focus-within {
    outline: none;
    border-color: blue;
    border-width: 3px;
}

button {
    background-color: blue;
    border-radius: 20px;
    border: 2px solid black;
    font-size: clamp(18px, 2.5vw, 22px);
    padding: 10px 18px;
    display: flex;
    justify-content: center;
    box-shadow: 10px 10px 20px rgba(36, 36, 36, 0.616);
    transition: transform 0.3s ease, background-color 0.3s, color 0.3s;
    cursor: pointer;
}

button:hover {
    transform: translateY(-10px);
    opacity: 0.8;
    background-color: rgba(0, 0, 255, 0.9);
    color: white;
}

a:hover {
    opacity: 0.8;
    cursor: pointer;
}

/* Lists */
ul {
    list-style: none;
}

ul li::before {
    content: "\2022";
    color: yellow;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/* Footer */
footer {
    width: 100%;
    height: 80px;
    background-color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Animations */
@keyframes slideInLeft {
    from {
        transform: translateY(-300px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Media Queries */
@media screen and (min-width: 300px) and (max-width: 768px) {
    header {
        min-height: 600px;
    }


    
    .box-1 {
        gap: 200px;
        display: inline-block;
        margin-right: 40px;

    
    }
    
    .logo {
        margin: 0 auto;
    }

    .menu-button {
        display:block;

            }

    .menu-icon {
                display:block;
            }

    
    .header-container {
        flex-direction: column;
        height: auto;
        gap: 10px;

        display: none;
    }
    
    .HOME-TAG,
    .SERVICES-TAG,
    .ABOUT-TAG,
    .CONTACT-US-TAG {
        width: 100%;
        max-width: 200px;
        border-radius: 8px;
    }
    
    .box-2 {
        margin-left: 0;
        padding: 20px;
    }
    
    nav {
        flex-direction: column-reverse;
        padding: 10px;
        align-items: flex-start;
    }
    
    .box-1-right-nav,
    .box-1-left-nav {
        margin: 5px;
        width: 80%;
        padding: 0px;
        flex-wrap: nowrap;
        flex-shrink: 0;
        
    }






    
    .box-containers-nav2 {
        flex-direction: column;
    }

    .lower-box-nav3 {
        flex-direction: column-reverse;
    }

    .lower-list-column {
        flex-direction: column-reverse;
    }
    
    .sevices-right-colomn-nav3 {
        flex-direction: column;
        align-items: center;
    }
    
    .lower-list-column {
        flex-direction: column;
        gap: 30px;
    }
    
    nav4 {
        flex-direction: column;
        gap: 30px;
    }
}

@media screen and (min-width: 300px) and (max-width: 768px) {
    header {
        min-height: 500px;
        padding: 10px;
    }
    
    .box-1 {
        padding-top: 0px;
        gap: 90px;
        display: inline-block;
        display: flex;
        margin-right: 30px;
        flex-direction: row-reverse;
    }


        nav {
        flex-direction: column-reverse;
        padding: 10px;
        align-items: flex-start;
    }

        .box-1-right-nav,
    .box-1-left-nav {
        margin: 5px;
       max-width: 80%; 
       padding: 0px;
       flex-wrap: nowrap;
       flex-shrink: 0;
    }
    
    .logo {
        width: 150px;
        height: auto;
    }

    .menu-button {
        display: block;

            }

            .menu-icon {
                display: block;
            }
    
    

    .lower-box-nav3 {
        flex-direction: column-reverse;
    }


    .lower-list-column {
        flex-direction: column-reverse;
    }


    .header-container {
        padding: 5px;
        display: none;
    }
    
    input,
    textarea {
        margin-left: 0;
    }
    
    .icons {
        justify-content: center;
    }
}


        @media (min-width: 768px) and (max-width: 899px) {


               .lower-box-nav3 {
        flex-direction: column-reverse;
    }

            nav {
        flex-direction: column-reverse;
        padding: 20px;
    }



    .lower-list-column {
        flex-direction: column-reverse;
    }

        .menu-button {
        display: block;
    }

                nav {
        flex-direction: column-reverse;
        padding: 20px;
    }
    .menu-icon{
        display: block;
    }

        .box-1 {
        padding-top: 20px;
        gap: 100px;
        margin-right: 30px;
        display: inline-block;
        flex-direction: row-reverse;
    }


        }


            @media (min-width: 900px) and (max-width: 1100px) {


               .lower-box-nav3 {
        flex-direction: column-reverse;
    }

    .menu-button {
        display: none;
    }
    .menu-icon{
        display: none;
    }


    .lower-list-column {
        flex-direction: column-reverse;
    }

            }


            @media (min-width: 1100px) and (max-width:2000px) {

                    .menu-button {
        display: none;

            }

            .menu-icon {
                display: none;
            }

        }