@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/gilroy-bold');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'montserrat';
    color: #fff;

    .montserrat {
        font-family: "Montserrat";
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
    }
}

html,
body {
    height: 100%;
    width: 100%;
}

#cursor {
    height: 20px;
    width: 20px;
    background-color: red;
    border-radius: 50%;
    position: fixed;
    z-index: 99;
}

#cursor-blur {
    height: 400px;
    width: 400px;
    background-color: rgba(255, 0, 0, 0.233);
    border-radius: 50%;
    position: fixed;
    filter: blur(40px);
    z-index: 9;
}

#nav {
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;

    position: fixed;
    z-index: 999;

}

#nav img {
    width: 250px;
    height: 10.5vh;
    margin-left: 30px;
}

#nav ul {

    width: 100%;
    display: flex;
    align-items: center;
    list-style: none;

    gap: 80px;
    padding: 0 150px;
    position: fixed;
    z-index: 99;
}

#nav li {
    height: 50px;
}

#nav a {
    height: 100%;
    padding: 20 60px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 700;
    transition: all 0.3s ease;
}

#nav a:hover {
    background-color: rgba(0, 0, 0, 0.137);
    border-radius: 15px;
}

#nav li:first-child {
    margin-right: auto;
}

.menu-btn {
    color: white;
    font-size: 30px;
    cursor: pointer;
    display: none;
}

#click {
    display: none;
}


@media(max-width:940px) {


    .menu-btn {
        display: block;
        padding: 50%;
        z-index: 999;
    }

    #nav ul {
        position: fixed;
        top: 0px;

        left: -100%;
        height: 100vh;
        width: 100%;
        display: block;
        text-align: center;
        background: #000000b9;
        transition: all 0.3s ease;
    }

    #click:checked~ul {
        left: 0%;
    }

    #nav ul li {
        margin: 40px 0;
    }

    #nav ul li a {
        font-size: 20px;
        font-weight: 800;
        display: block;
    }

    #nav ul li a:hover,
    #nav ul li a.active {
        color: #fff;
        background-color: #000;
    }

    #about-us {
        display: inline;
    }

    #about-us-in h2 {
        align-items: center;
        color: white;
        font-size: 35px;
        font-weight: 850;
        z-index: 10;
        position: relative;
    }


    #about-us-in p {
        align-items: center;
        justify-content: stretch;
        color: white;
        font-size: 15px;
        z-index: 10;
    }


    #service-area img {
        display: none;
    }

    #service-right {

        text-align: center;

        justify-content: center;
        align-items: center;
    }


    #service-right h3 {
        font-size: 5px;
        text-align: center;
        margin-right: 12%;
        gap: 0px;
    }

    #page4 {
        min-height: 60vh;
        width: 100%;

        align-items: center;
        justify-content: center;
        gap: 10px;
        position: relative;
        margin-top: 100px;
    }

    .elem {
        margin-left: 130px;
        margin-bottom: 50px;

    }

    #footer {
        padding: 50px;
    }

    .container {
        flex-direction: column;
    }

    .container .contactInfo {
        margin-bottom: 40px;
    }

    .container .contactInfo,
    .contactForm {
        width: 100%;
    }

    #nav img {
        height: 50px;
        width: 140px;
        margin-left: 0;
    }


}

#nav h4 {
    text-transform: uppercase;
    font-weight: 725;
}

video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: fixed;
    z-index: -1;

}

#main {
    position: relative;
    background-color: rgba(0, 0, 0, 0.525);
}

#page1 {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    z-index: 10;
}

#page1 h1 {
    font-size: 75px;
    font-weight: 900;
    position: relative;
}

#page1 h1::before {
    content: "YOUR BRAND-OUR EXPERTISE";
    position: absolute;
    color: red;
    top: -3px;
    left: -4px;
    -webkit-text-stroke: 2px red;
    z-index: -1;
}

#page1 h2 {
    font-size: 30px;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 20px;
}

#page1 p {
    font-size: 20px;
    font-weight: 600;
    width: 42.8%;
}

#page2 {
    min-height: 100vh;
    width: 100%;
    z-index: 10;
}

#page2 h2 {
    align-items: center;
    justify-content: center;
    color: white;
    margin-left: 20%;
    margin-bottom: 50px;
    font-size: 75px;
    font-weight: 850;
    z-index: 10;
    position: relative;
}



#scroller {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    z-index: 10;
    background-color: #ffffff;
}

#scroller::-webkit-scrollbar {
    display: none;
}

#scroller-in {
    white-space: nowrap;
    animation-name: scroll;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


#scroller h4 {
    display: inline-block;
    font-size: 115px;
    font-weight: 900;
    margin-right: 30px;
    color: transparent;
    -webkit-text-stroke: 3px yellow;
}

#scroller img {
    height: 90px;
    width: 180px;
    object-fit: contain;

}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

#about-us-in h2 {

    color: white;
    margin-bottom: 25px;
    margin-top: 45px;
    margin-left: 2%;
    text-align: center;
}

#about-us {
    height: 75vh;
    width: 100%;
    margin-top: 100px;
    padding: 0 150px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    text-align: center;
    font-size: 21px;
    line-height: 38px;
}

#about-us-in h3 {
    color: rgb(255, 255, 255);
    font-size: 35px;
}

#about-us-in p {
    margin-top: 40px;
    font-weight: 600;
}

p span {
    font-family: 'Gilroy-Heavy 400';
    font-size: 32px;
    font-weight: 900;
}

#cards-container {
    display: flex;
    align-items: center;
    height: 60vh;
    justify-content: center;
    gap: 80px;
    position: relative;
    z-index: 10;
}

.card {
    height: 80%;
    width: 24%;
    border-radius: 25px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    transition: all ease 0.6s;
}

#card1 {
    background-image: url("./images/ooh.JPG");
    background-size: cover;
}

#card2 {
    background-image: url("./images/standee.jpg");
    background-size: cover
}

#card3 {
    background-image: url("./images/led\ letter.webp");
    background-size: 125%;
}

.overlay {
    height: 100%;
    width: 100%;
    background-color: red;
    padding-top: 160px;
    padding: 30px;
    opacity: 0;
    transition: all ease 0.6s;
    text-align: center;
    justify-content: center;
}

.overlay h4 {
    color: black;
    font-size: 30px;
    font-weight: 800;
    white-space: nowrap;
    margin-bottom: 20px;
    font-weight: 850;
}

.overlay p {
    color: black;
    margin-top: 50px;
    color: white;
    font-weight: 700;
}

.card:hover .overlay {
    opacity: 1;
}

.card:hover {
    transform: rotate3d(-1, 1, 0, 20deg);
}

#service-area {
    height: 60vh;
    display: flex;
    align-items: center;
    padding-left: 50px;
    padding-right: 0px;

}

#service-area img {
    height: 415px;
    width: 51%;
    object-fit: cover;
}

#service-right {
    display: flex;
    flex-direction: column;
    text-align: center;
    /* margin-left: 170px; */
}


#service-right h3 {
    font-size: 29px;
    line-height: 45px;

}

#page4 {
    min-height: 60vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    position: relative;
}

.elem {
    height: 90%;
    margin-top: 60px;
    width: 26%;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.elem h2 {
    height: 100%;
    width: 100%;
    background-color: #ff00009d;
    text-align: center;
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
    font-weight: 800;
    justify-content: center;
    transition: all ease 0.5s;
    font-size: 40px;
    position: absolute;
    z-index: 10;
}

.elem img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all ease 0.5s;
    scale: 1.1;
}

.elem:hover h2 {
    color: #fff;
    background-color: transparent;
    font-size: 0px;
}

.elem:hover img {
    scale: 1;
}



#page4 h1 {
    font-size: 101px;
    position: absolute;
    top: 3%;
    font-weight: 900;
    color: #000;
    font-family: 'Gilroy-Bold', sans-serif;
    -webkit-text-stroke: 2px #fff;
}

.checkbtn {
    font-size: 50px;
}

#footer {
    position: relative;
    min-height: 100vh;
    padding: 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(to right bottom, rgb(161, 88, 88), rgb(181, 25, 25));
    font-family: 'Gilroy-Bold', sans-serif;
}

#footer .content {
    max-width: 800px;
    text-align: center;
    z-index: 1000;
}

#footer .content h2 {
    font-size: 46px;
    font-weight: 800;
    color: #fff;
}

#footer .content h4 {
    color: black;
    font-weight: 700;
}

#footer .content p {
    font-weight: 300;
    color: #fff;

}

.container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.container .contactInfo {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.container .contactInfo .box {
    position: relative;
    padding: 20px 0;
    display: flex;
}

.container .contactInfo .box .icon {
    min-width: 60px;
    height: 60px;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 25px;
}

.container .contactInfo .box .text {
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    color: #fff;
    flex-direction: column;
    font-weight: 650;
    z-index: 1000;
}

.container .contactInfo .box .text h3 {
    font-weight: 700;
    color: black;
}

.contactForm {
    width: 40%;
    padding: 40px;

    z-index: 1000;

}

.contactForm h2 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 500;

}

.contactForm .inputBox {
    position: relative;
    width: 100%;
    margin-top: 10px;

}

.contactForm .inputBox input,
.contactForm .inputBox textarea {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    outline: none;
    border-bottom: 3px solid #000000;
    color: #000;
    resize: none;
}


.contactForm .inputBox span {

    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #ffffff;
    font-weight: 600;
}


.contactForm .inputBox input~span,
.contactForm .inputBox textarea~span {
    color: #f4e9ed;
    font-size: 12px;
    transform: translateY(-20px);
}

.contactForm .inputBox button[type="submit"] {
    width: 100px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    font-weight: 650;
    margin-left: 40%;
    border-radius: 20px;

}

@media screen and (max-width:600px) {
    #main {
        position: relative;
        background-color: rgba(0, 0, 0, 0.525);
        padding: 20px;
        width: 100%;
    }

    video {
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: fixed;
        z-index: -1;
    }

    #page1 {
        margin-top: 50px;
        width: 100%;
        flex-direction: column;
        text-align: center;
        z-index: 10;
    }

    #page1 h1 {
        font-size: 47px;
        font-weight: 900;
        position: relative;
        margin-top: 80px;
        line-height: 60px;
    }

    #page1 h2 {
        font-size: 29px;
    }

    #page1 p {
        font-size: 20px;
        font-weight: 600;
        width: 70%;
    }

    #page2 h2 {
        align-items: center;
        text-align: center;
        justify-content: center;
        color: white;
        margin-left: 1%;

        font-size: 35px;
        font-weight: 850;
        z-index: 10;
        position: relative;
    }

    #page4 h1 {
        font-size: 50px;
        align-items: center;
        justify-content: center;
        margin-left: 15px;
        padding-top: 10px;
    }

    #page4 {
        display: block;
    }

    .elem h2 {
        font-size: 30px;
        font-weight: 800;

        text-align: center;
    }

    .elem {
        margin-left: 2px;
        height: 40vh;
        width: 100%;
        margin-bottom: 50px;
        margin-top: 50px;
    }

    #page4 {
        margin-top: 180px;
    }

    #page4 h1 {
        display: none;
    }

    .card {
        height: 30%;
        width: 100%;
        border-radius: 25px;
        background-size: cover;
        background-position: center;
        overflow: hidden;
        transition: all ease 0.6s;
        margin-bottom: 180px;
    }

    #cards-container {
        display: flex;
        align-items: center;
        height: 60vh;
        width: 102%;
        justify-content: center;
        gap: 20px;
        position: relative;
        z-index: 10;
    }

    .overlay {
        height: 100%;
        width: 100%;
        background-color: red;
        padding-top: 16px;
        /* padding: 30px; */
        opacity: 0;
        transition: all ease 0.6s;
        text-align: center;
        justify-content: center;
    }

    .overlay h4 {
        color: black;
        font-size: 10px;
        font-weight: 800;
        /* white-space: nowrap; */
        /* margin-bottom: 20px; */
        text-align: left;
    }

    #card1 {
        font-size: 10px;
        align-items: center;
        text-align: center;
    }

    #card1 h4 {
        font-size: 9px;
        font-weight: 800;
        color: #fff;
        align-items: center;
        /* text-align: center; */
        margin-left: -15px;
    }

    #card1 p {
        margin-top: 0;
        font-size: 4.5px;
        font-weight: 600;
        color: #fff;
        align-items: center;
        text-align: center;
    }

    #card2 {
        font-size: 10px;
        align-items: center;
        text-align: center;
    }

    #card2 h4 {
        margin-left: -25px;
        font-size: 9px;
        font-weight: 800;
        color: #fff;
        align-items: center;
        text-align: center;
    }

    #card2 p {
        margin-top: 0;
        font-size: 4.5px;
        font-weight: 600;
        color: #fff;
        align-items: center;
        text-align: center;
    }

    #card3 {
        font-size: 10px;
        align-items: center;
        text-align: center;
    }

    #card3 h4 {
        margin-left: -17px;
        font-size: 12px;
        font-weight: 800;
        color: #fff;
        align-items: center;
        text-align: center;
    }

    #card3 p {
        margin-top: 0;
        font-size: 4px;
        font-weight: 800;
        color: #fff;
        align-items: center;
        text-align: center;
    }

    #about-us-in h3 {
        font-size: 25px;
    }

    .contactForm {
        width: 130%;
    }

    .contactForm .inputBox input[type="submit"] {
        margin-left: 40%;
    }

    .container .contactInfo .box {
        margin-left: -90px;
    }

    #scroller-in {
        white-space: nowrap;
        animation-name: scroll;
        animation-duration: 6s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }
}