/*
   Stylesheet for Wudroz Pharma's Website
   Property of Medilance Healthcare

   Author - Medilance IT Team -- Credits(Anmol Garg, Kavan Patel, Mohit Bagdi)
   Contact - it@medilance.in


   Copyright 2022. All Rights Reserved
   Any Plagriazation Subject to Legal Actions
*/



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "open sans", sans-serif;
}

header {
    position: relative;
}

.header-text {
    position: absolute;
    top: 50vh;
    transform: translateY(-50%);
    padding: 0px 10%;
    font-size: 4rem;
    font-weight: bold;
    color: white; 
}
 

nav {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: hidden;

}

.nav_home{
    height: 100vh;
    background: url('../images/home-s-1.webp') no-repeat;
    animation: slideShow 21s ease;
    background-position: right; 
    background-size: cover;
    background-blend-mode: overlay;
    animation-iteration-count: infinite;
    background-color: rgba(5, 12, 68, 0.585);
}

@keyframes slideShow {
    0% {
        background: url('../images/home-s-1.webp') no-repeat;
        background-position: right;
        background-size: cover;
        background-blend-mode: overlay;
        background-color: rgba(5, 12, 68, 0.585);
    }

    35% {
        background: url('../images/home-s-2.webp') no-repeat;
        background-position: left;
        background-size: cover;
        background-blend-mode: overlay;
        background-color: rgba(5, 12, 68, 0.585);
    }

    70% {
        background: url('../images/home-s-3.webp') no-repeat;
        background-position: right;
        background-blend-mode: overlay;
        background-size: cover;
        background-color: rgba(5, 12, 68, 0.585);
    }
} 

.upperbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 65%;

}

.lowerbox {
    display: flex;
    align-items: center;
    width: 65%;
    padding: 30px;
    color: white;
    margin: 20px;
}

.lowerbox h1 {
    font-size: 35px;
    width: 30%;
}

.lowerbox p {
    margin-left: 50px;
    font-size: 15px;
    width: 70%;
}

.logo img {
    height: 80px;
}

.itemsContaiener ul {
    display: flex;
    list-style: none;
}


.itemsContaiener ul li {
    display: block;
    padding: 10px 50px;
    color: white; 
}

.itemsContaiener ul li:hover {
    border-top: 3px solid yellow;
    transition: 0.2s;
}


.active{
    border-top: 3px solid #2574e0;;
}

.itemsContaiener ul li a {

    color: white;
    text-decoration: none;
    font-size: 19px;
}

.humburger {
    position: absolute;
    right: 20px;
    top: 32px;     
    display: none;
    z-index: 1;
    padding: 9px;
    z-index: 9;
    background-color: white;
}

.humburger-line {
    height: 3px;
    width: 30px;
    background-color: black;
    margin: 5px;
    transition: all 0.3s ease;
}

.menu:nth-child(1) {
    transform: rotate(45deg) translate(10px, 10px);
}

.menu:nth-child(2) {
    transform: translateX(-30px);
    opacity: 0;
}

.menu:nth-child(3) {
    transform: rotate(-45deg) translate(2px, -1px);
}

.whs-1 form {
    padding: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-color: white;
}


.whs-1 form div {
    margin: 0px 10px;
}


.whs-1 form label {
    color: #1d67cd;
}


.whs-1 form input {
    color: #1d67cd;
    padding: 15px 30px;
    background-color: #d5dff6;
    border: 1px none;
    border-radius: 10px;
    margin: 10px 0px 0px 0px;
}


.whs-1 form button {
    background-color: #1d67cd;
    border: none;
    outline: none;
    color: white;
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 10px;
    margin-left: 10px;
}

.whs-1 form button:hover {
    background-color: #d2f148;
    color: #000000;
    transition: 0.3s;
    cursor: pointer;
} 


::placeholder {
    color: #1d67cd;
    padding-left: 15px;
}


#whs-2-1 {
    height: 127px;
    width: 100%;
    background-color: #7b84f6;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#whs-2-1 div {
    font-size: 2rem;
    color: white;

}

section {
    background-color: white;
}

#whs-2-2 {
    display: flex;
    width: 60%;
    margin: 0px auto;
    padding: 30px 0px;
}

.whs-2 {
    position: relative;
}

.yellowband {
    position: absolute;
    bottom: 20px;
    left: 0px;
    height: 200px;
    width: 0%;
    background-color: rgb(248, 248, 107);
    mix-blend-mode: multiply;
    transition: all 0.9s ease;
}

.yellowband-w {
    width: 70%;
}


#whs-2-2-1 {
    color: gray;
    margin: 0px 10px 0px 0px;
}

#whs-2-2-1-1 {
    color: #B45AD4;
    font-size: 2rem;
    margin-bottom: 20px;
}

#whs-2-2-1-2,
#whs-2-2-1-3 {
    font-size: 1.1rem;
}

#whs-2-2 img {
    width: 50%;
    z-index: 1;
}

.whs-3 {
    display: flex;
}

.whs-3 img {
    width: 60%;
}


.whs-3-2 {
    background-color: #2574e0;
    color: #FFFFFF;
    padding: 132px 60px;}

.whs-3-2 h1 {
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 9px;
    text-align: center;
    margin-bottom: 20px;

}
/*
.whs-3-2 p {
    line-height: 1.5;
    font-family: futura-lt-w01-light, futura-lt-w05-light, sans-serif;
    font-weight: 100;
    text-align: justify;
}
*/
.whs-3-2 p a {
    text-decoration: underline;
    color: #FFFFFF;
}



footer {
    background-color: white;
    width: 100%;
    height: 430px;
}

footer div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.links ul {
    list-style: none;
    display: flex;
    flex-direction: column;
}


.links ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #555252;
}


.links ul li {
    padding: 3px;
    margin: 10px;
    text-align: center;
}

.fixed {
    background-color: #1d67cd;
    padding: 13px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: fixed;
    right: -40px;
    top: 50%;
    transform: rotate(270deg) translate(0, 50%);
    font-family: "open sans", sans-serif;
    z-index: 2;
}

.fixed span a {
    font-size: 22px;
    font-weight: bold;
    color: white;
    text-decoration: none;


}

.fixed:hover {
    background-color: #d2f148;
    color: #000000;
    transition: 0.3s;
    cursor: pointer;
}


.iframe {
    width: 350px;
    height: 200px;
    margin-left: 20px;
    margin-top: 20px;
}

#ruler {
    width: 1.5px;
    height: 216px;
    background-color: #a0a0a0;
    margin-left: 45px;
    margin-top: 12px;
}

.logos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
}

.logos div {
    display: flex;
    margin: 10px;

}


.logos img {
    width: 30px;
    height: 30px;
}


.text {
    font-size: 15px;
    text-decoration: none;
    color: #000000;
    margin: 0px 10px;
}

.footer-info {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

#footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}


#logo-text {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

#footer-logo img {
    width: 159px;
    height: 82px;
}


#logo-text span {
    color: #2f2e2e;
    font-size: 11px;
}

#logo-text span a {
    text-decoration: underline;
    color: #2f2e2e;
}

#span-2 span{
   margin: 0px 10px;
}


.wh-video {
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wh-video h1 {
    font-size: 3rem;
    margin: 10px;
    text-align: center;
    color: white;
}

.wh-video a {
    color: white;
    font-size: 1.3rem;
}

.wh-video video {
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    object-fit: cover;
    z-index: -5;
}

.bottomnav {
    padding: 20px;
    width: 65%;
    color: white;
    display: flex;
    justify-content: space-between;

}

.bottomnav h1 {
    width: 30%;
}

.bottomnav p {
    width: 70%;
}



/*For Navbar Responsiveness ***/

@media only screen and (max-width:1200px) {
    .humburger {
        display: block;
        transition: all 0.9s ease;
    }

    .humburger-menu{
        padding: 9px 9px 20px 9px;
        background-color: rgba(255, 255, 255, 0);
    }



    .upperbox {
        justify-content: center;
        width: 100%;
    }

    .itemsContaiener {
        display: none;
        position: absolute;
        top: 0;
        margin-right: 250%;
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        padding: 100px 50px;
        background-color: white;
        transition: all 0.9s ease;
        z-index: 8;
    }


    .itemsContaiener ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .itemsContaiener ul li a {
        color: black;
    }


    .itemsContaiener-menu {
        position: absolute;
        top: 0;
        margin-right: 0%;
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        padding: 100px 50px;
        background-color: white;
        z-index: 8;
    }

    .itemsContaiener-menu ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .itemsContaiener-menu ul li a {
        color: black;
    }

    .lowerbox {
        flex-direction: column;
        width: 100%;
        margin: 0px;
    }

    .lowerbox h1 {
        font-size: 35px;
        width: auto;
        text-align: center;
    }

    .lowerbox p {
        font-size: 15px;
        margin-left: 0px; 
        width: auto;
        text-align: center;
    }



}

@media only screen and (max-width:1000px) {
    #whs-2-2 {
        flex-direction: column-reverse;
        align-items: center;
    }

    #whs-2-2 img {
        width: 70%;
        margin: 20px;
    }

    #whs-2-2-1 {
        margin: 0px 20px 20px 20px;
    }

    #whs-2-2-1-1 {
        text-align: center;
    }

    #whs-2-2-1-2,
    #whs-2-2-1-3 {
        text-align: justify;
    }

    .whs-3 {
        flex-direction: column;
        align-items: center;
    }

    .whs-1 form {
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .whs-1 form button {
        margin: 10px;
    }

    footer {
        height: 610px;
    }

    footer div {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .links ul {
        list-style: none;
        display: flex;
        flex-direction: row;
    }


    #ruler {
        display: none;
    }

    .logos {
        flex-direction: row;
    }

    .yellowband-w{
        width: 80%;
        height: 21%;
    }    


}


@media screen and (max-width: 600px) {


    #whs-2-2 {
        width: 100%;
        margin: 0px auto;
    }


    #whs-2-2 img {
        width: 90%;
        margin: 20px;
    }

    #whs-2-2-1 {
        margin: 0px 20px 20px 20px;
    }

    #whs-2-2-1-2,
    #whs-2-2-1-3 {
        text-align: justify;
    }

    .whs-3-2 {
        background-color: #2574e0;
        color: #FFFFFF;
        padding: 30px 20px;
    }

    .whs-3 img {
        width: 90%;
    }

    #whs-2-1 {
        flex-direction: column;
    }

    .header-text {
        font-size: 3rem;
    
    }
     
    .yellowband-w{
        width: 80%;
        height: 21%;
    }    


}

@media screen and (max-width: 360px) {

    .iframe {
        width: 270px;
        height: 200px;
        margin-left: 0px;
        margin-top: 20px;
    }

}