@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Mynerve&display=swap');


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}
.whatsapp{
    position: fixed;
    bottom: 40px;
    left: 20px;
    z-index: 100;
}
 
#google_translate_element{
    align-self: flex-end;
}


#google_translate_element{
    font-size: 10px;
    padding: 10px;
}

.cover {
    width: 100vw;
    height: 931px;
    flex-shrink: 0;
    position: relative;
}

.gradient {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(62, 11, 11, 0.00) 26.74%, rgba(187, 51, 60, 0.615) 55.38%, #E3000F 78.82%);
    position: absolute;
    top: 0;
}

.cover img {
    width: 100%;
    height: 100%;
}


.cover h1 {
    position: absolute;
    top: 40%;
    left: 20%;
    color: #fff;
    font-size: 10vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    z-index: 1;
    animation: cureworth 4s ease-in-out infinite;
}

@keyframes cureworth {
    0% {
        transform: translateY(0px);
    }

    20% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.cover h2 {
    position: absolute;
    top: 68%;
    left: 40%;
    color: #fff;
    font-size: 4vw;
    z-index: 1;
}

.ct {
    padding: 6px 30px;
    background-color: #0054A3;
    color: #fff;
    position: absolute;
    top: 80%;
    left: 40%;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    height: 40px;
    z-index: 1;
    font-weight: bold;
}

.ct:hover {
    color: #fff;
    cursor: pointer;
    transform: scale(1.2)
}

.ct a {
    list-style: none;
    text-decoration: none;
    color: #fff;
}

.km {
    padding: 6px 30px;
    background-color: #fff;
    color: #0054A3;
    position: absolute;
    border-radius: 5px;
    border: 3px solid #0054A3;
    top: 80%;
    left: 55%;
    justify-content: center;
    align-items: center;
    height: 40px;
    z-index: 1;
    font-weight: bold;
}

.km:hover {
    background-color: #fff;
    color: #E3000F;
    cursor: pointer;
    transform: scale(1.2);
}

.km a {
    list-style: none;
    text-decoration: none;
    color: #0054A3;
}



.container1,
.container3 {
    width: 100vw;
    height: 40vh;
    display: flex;
    align-items: center;
    margin: 0 auto;
    background-color: #0054A3;
    color: #fff;
}

.container1 p,
.container3 p {
    width: 50%;
    color: #FFF;
    font-family: Roboto;
    font-size: 1.4vw;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    padding: 0 15vw;
    text-align: justify;
}

.container1 h1,
.container3 h1 {
    width: 50%;
    color: #FFF;
    font-family: Staatliches;
    font-size: 3.3vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 15vw;
}
.tagline{
        font-family: "Mynerve", cursive;
        font-weight: 400;
        font-style: normal;
        background-color: #E3000F;
        justify-items: center;
        margin-top: 15px;
      
}
.container2,
.container4 {
    height: auto;
    width: 100vw;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: auto;
}

.B1 {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    margin-bottom: 100px;
}

.B2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.B1 img {
    width: 435px;
    height: 483px;
    border-radius: 0px 220px 0px 0px;
}

.B2 img {
    width: 433px;
    height: 479px;
    border-radius: 220px 0px 0px 0px;
}

.B1 p,
.B2 p {
    width: 400px;
    text-align: justify;
    color: #484848;
    font-family: Roboto;
    font-size: 1.4vw;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.B1 h1,
.B2 h1 {
    color: #E3000F;
    font-family: Staatliches;
    font-size: 3vw;
    font-weight: 400;
    line-height: normal;
}



.container5 {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 200px auto;
    text-align: center;
}

.C5 span {
    display: flex;
    font-family: Staatliches;
    font-size: 5vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.container5 p {
    text-align: center;
    color: #484848;
    text-align: center;
    font-family: Roboto;
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
}



.footer {
    display: flex;
    background-color: #0054A3;
    height: 90vh;
    justify-content: center;
    align-items: center;
}



.footer1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 50px;
    text-align: justify;
    width: 380px;
}

.footer1 h1 {
    color: #FFF;
    font-family: Staatliches;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer1 p {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}



.socialmedia {
    display: flex;
    margin-top: 30px;
    gap: 15px;
}

.footer2 {
    width: 180px;
    margin-right: 50px;
}

.footer2 h2 {

    font-family: Staatliches;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.footer2 h2 a {
    color: #FFF;
    text-decoration: none;
    list-style: none;
}

.footer2 h3 {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    text-decoration: none;
    list-style: none;
}

.footer2 h3 a {
    color: #FFF;
    text-decoration: none;
    list-style: none;
}

.footer3 {
    width: 300px;
    height: 200px;
    margin-right: 50px;
}

.footer3 h2 {
    color: #FFF;
    font-family: Staatliches;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;


}

.footer3 h3 {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}


/*------------------------------*/
/* ------ABOUT US PAGE CSS -----*/
/*------------------------------*/
.about1 {
    width: 100dvw;
    height: 100dvh;
    overflow: hidden;
    position: relative;
}

.aboutmain {
    width: 100vw;
    height: 100vh;
    position: relative;
}

.aboutmain img {
    width: 100%;
    height: 100%;
    opacity: 0.3;
    object-fit: cover;
}

@media (max-width:980px) {
    .aboutmain img {
        object-fit: cover;
        height: 100dvh;
    }
}

.aboutmain h1 {
    color: #484848;
    text-align: center;
    font-family: Roboto;
    font-size: 3.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    top: 30%;
    left: 3%;
    margin-right: 40px;
}

.aboutmain h3 {
    color: #808080;
    text-align: center;
    font-family: Roboto;
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    top: 60%;
    left: 3%;
    margin-right: 60px;
}

.btnkm {
    width: 157px;
    height: 54px;
    background-color: #0054a3;
    color: #fff;
    position: absolute;
    top: 75%;
    left: 45%;
    font-size: 15px;
    border: 5px solid #0054a3;
    border-radius: 5px;
}

.btnkm:hover {
    cursor: pointer;
}

@media (max-width: 58em) {
    .aboutmain {
        position: relative;
    }

    .aboutmain h1 {
        position: absolute;
        top: 25%;
        left: 3%;
        font-size: 5vw;
        margin: 20px;
    }

    .aboutmain h3 {
        position: absolute;
        top: 40%;
        left: 3%;
        margin: 20px;
        font-size: 4vw;
    }

    .btnkm {
        left: 42%;
    }
}

@media (max-width: 50em) {
    .aboutmain {
        position: relative;
    }

    .aboutmain h1 {
        position: absolute;
        top: 20%;
        left: 3%;
        margin: 20px;
    }

    .aboutmain h3 {
        position: absolute;
        top: 40%;
        left: 3%;
        margin: 20px;
        font-size: 3vw;
    }

    .btnkm {
        left: 42%;
    }
}

@media (max-width: 38em) {
    .aboutmain {
        position: relative;
    }

    .aboutmain h1 {
        position: absolute;
        top: 20%;
        left: 3%;
        margin: 20px;
    }

    .aboutmain h3 {
        position: absolute;
        top: 40%;
        left: 3%;
        margin: 20px;
        font-size: 3vw;
    }

    .btnkm {
        left: 40%;
    }
}

@media (max-width: 28em) {
    .btnkm {
        left: 35%;
    }
}

.heading {
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5vw;
    color: #0054a3;
}

.ourstory {
    width: 100%;
    height: 1100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0054A3;
}

.message {
    height: 100%;
    display: flex;
    text-align: justify;
    align-items: center;
    justify-content: center;
    margin: 2vw;
}

.message h2 {
    color: #fff;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.mdphoto {
    height: 100%;
    align-items: start;
    padding: 40px;
}

.mdphoto img {
    width: 420px;
    height: 450px;
    border-radius: 220px 0px 220px 0px;
    align-self: flex-end;
    z-index: 2;
}

@media (max-width:58em) {
    .story {
        width: 100vw;
        min-height: 760px;
        display: flex;
        background-color: #0054A3;
    }

    .ourstory {
        width: 100%;
        height: 940px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
        background-color: #0054A3;
    }

    .message h2 {
        height: 100%;
        display: flex;
        font-size: 1.8vw;
        text-align: justify;
        align-items: center;
        justify-content: center;
        padding: 2px;
    }

    .mdphoto {
        height: 100%;
        align-items: end;
        padding: 150px;
    }

    .mdphoto img {
        width: 540px;
        height: 572px;
        border-radius: 220px 0px 220px 0px;
        align-self: flex-end;
        z-index: 2;
    }
}

@media (max-width:500px) {
    .ourstory {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        background-color: #0054A3;
    }

    .message {
        width: 100%;
        display: flex;
        text-align: justify;
        align-items: center;
        justify-content: center;
    }

    .message h2 {
        color: #fff;
        font-family: Roboto;
        font-size: 2.5vw;
        font-style: normal;
        font-weight: 500;
        line-height: 14px;
        margin: 8vw;
    }

    .mdphoto {
        height: 100%;
        align-items: start;
        padding: 40px;
    }

    .mdphoto img {
        width: 220px;
        height: 250px;
        border-radius: 20px 0px 20px 0px;
        align-self: flex-end;
        z-index: 2;
    }
}

.values1,
.values2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 100px;
}

.values1 h1 {
    color: #0054A3;
    font-family: Staatliches;
    font-size: 3vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50vw;
}

.values1 h3,
.values2 h3 {
    width: 50vw;
    color: #484848;
    font-family: Roboto;
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    text-align: justify;
}

.quality {
    width: 50vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #0054A3;
    text-align: center;
    font-family: "Figma Hand";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.quality h2 {
    font-size: 2.5vw;
}

@media (max-width:500px) {

    .values1,
    .values2 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .values1 h1 {
        color: #0054A3;
        font-family: Staatliches;
        font-size: 5vw;
        font-weight: 400;
        width: 100vw;
    }

    .values1 h3,
    .values2 h3 {
        width: 70vw;
        color: #484848;
        font-family: Roboto;
        font-size: 2.2vw;
        font-style: normal;
        font-weight: 500;
        line-height: 10px;
        text-align: justify;
    }

    .quality {
        /* width: 100vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #0054A3;
        text-align: center;
        font-family: "Figma Hand";
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal; */
    }

    .quality h2 {
        font-size: 4vw;
    }
}

/*------------------------------*/
/* facilties PAGE */
/*------------------------------*/
.facilitiesmain {
    width: 100vw;
    height: 931px;
    flex-shrink: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.facilitiesmain img {
    width: 100%;
    height: 100%;
    opacity: 0.3;
    object-fit: cover;
}

.facilitiesmain h1 {
    color: #484848;
    text-align: center;
    font-family: Roboto;
    font-size: 4vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    top: 30%;
}

.facilitiesmain h3 {
    color: #808080;
    text-align: center;
    font-family: Roboto;
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    text-align: center;
    padding: 100px;
}

.btn1 {
    width: 130px;
    height: 50px;
    border-radius: 5px;
    position: absolute;
    top: 60%;
    color: #FFF;
    background-color: #0054A3;
}

@media (max-width:500px) {
    .facilitiesmain img {
        width: auto;
        object-fit: cover;
    }

    .facilitiesmain h1 {
        position: absolute;
        top: 20%;
        font-size: 5vw;
    }

    .facilitiesmain h3 {
        position: absolute;
        text-align: justify;
        padding: 100px;
        top: 20%;
        font-size: 2.5vw;
    }

    .btn1 {
        position: absolute;
        top: 50%;
        left: 40%;
    }
}

.facilities {
    width: 100vw;
    height: 942px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 200px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

@media (max-width:980px) {
    .facilities {
        height: auto;
        display: flex;
        flex-direction: column-reverse;
    }

    .facilities3,
    .facilities4,
    .facilities5 {
        padding-right: 200px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

/* .facilities1, .facilities2, .facilities3, .facilities4, .facilities5{ */
/* border: 2px solid black; */
/* } */
.facilities,
.facilities3,
.facilities4,
.facilities5 {
    /* margin: 20px; */
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.facilities1 h1 {
    color: #0054A3;
    font-family: Staatliches;
    font-size: 3.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 4vw;
}

.facilities1 h3 {
    color: #484848;
    font-family: Roboto;
    font-size: 1.2vw;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    padding: 0 4vw;
}

.facilities1 li {
    color: #808080;
    font-family: Roboto;
    font-size: 1.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    padding: 0 4vw;
}

.facilities2 img {
    width: 394px;
    height: 294px;
}

.facilities3 h1,
.facilities4 h1,
.facilities5 h1 {
    color: #0054A3;
    font-family: Staatliches;
    font-size: 3.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.facilities3 li,
.facilities4 li,
.facilities5 li {
    color: #808080;
    font-family: Roboto;
    font-size: 1.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
}

.facilities3,
.facilities4,
.facilities5 {
    display: flex;
    flex-direction: column;
    padding-left: 5vw;
}

@media (max-width:500px) {
    .facilities1 h1 {
        font-size: 5vw;
    }

    .facilities1 h3 {
        font-size: 2.5vw;
    }

    .facilities1 li {
        font-size: 2.5vw;
    }

    .facilities3 h1,
    .facilities4 h1,
    .facilities5 h1 {
        font-size: 5vw;
        padding: 0 3vw;
    }

    .facilities3 li,
    .facilities4 li,
    .facilities5 li {
        font-size: 2.5vw;
        padding: 0 3vw;
    }
}

/*------------------------------*/
/* Product Page*/
/*------------------------------*/
.productmain {
    width: 100vw;
    height: 931px;
    position: relative;
}

.productmain {
    background: rgba(0, 84, 163, 0.80);
}

.productmain img {
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.productmain h1 {
    font-size: 8vw;
    position: absolute;
    top: 30%;
    left: 25%;
    color: black;
    font-weight:bolder;
}

.productmain h2 {
    font-size: 3vw;
    position: absolute;
    top: 50%;
    left: 35%;
    color: black;
    font-weight:bolder;
}

.productinfo {
    width: 100vw;
    height: 50vh;
    display: flex;
}

.productinfo1 {
    width: 70%;
    height: 90%;
    margin: 2vw;
    padding: 5vw;
    text-align: justify;
}

.productinfo2 {
    width: 30%;
    height: 30%;
}

.productinfo2 img {
    width: 80%;
    margin: 2vw;
    padding: 2vw;
}

.products {
    width: 100vw;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.P1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.api1 {
    width: 100%;
    margin: 5%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    align-items: center;
    justify-items: center;
    text-align: start;
    word-wrap: break-word;
}

.category {
    border: 1px solid #0054a3;
    color: #0054a3;
    background-color: #C0E0FF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 10vw;
    font-weight: 800;
    font-size: 0.8vw;
}

/* ------------------------ */
.open-button {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}

/* Add styles to the form container */
.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
}

/* Full-width input fields */
.form-container input[type=text],
.form-container input[type=password],
.form-container textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus,
.form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
    background-color: #0054A3;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
    background-color: #E3000F;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
    opacity: 1;
}

@media (max-width: 800px) {
    .productmain {
        width: 100vw;
        height: 70vh;
        position: relative;
        background: rgba(0, 84, 163, 0.80);
    }

    .productmain img {
        width: 100%;
        height: 100%;
        opacity: 0.3;
    }

    .productmain h1 {
        font-size: 10vw;
        position: absolute;
        top: 45%;
        left: 20%
    }

    .productmain h2 {
        font-size: 5vw;
        position: absolute;
        top: 69%;
        left: 30%;
    }

    .productinfo {
        width: 100vw;
        height: 50vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .productinfo1 {
        width: 50%;
        height: 10vh;
        margin: 2vw;
        padding: 5vw;
        text-align: justify;
    }

    .productinfo2 {
        width: 50%;
        height: 30%;
    }

    .productinfo2 img {
        width: 90%;
        margin: 2vw;
        padding: 2vw;
        display: flex;
        align-self: center;

    }

    .P1 {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 50px;
    }

    .category {
        border: 1px solid #0054a3;
        color: #0054a3;
        background-color: #C0E0FF;
        display: inline-block;
        align-self: baseline;
        padding: 20px 20px;
        font-weight: 800;
        font-size: 2.3vw;
        width: auto;
        height: auto;
        text-align: center;
    }

    .prodbtn {
        width: 112px;
        height: 42px;
        border: 5px solid #0054a3;
        background-color: #fff;
        color: #0054a3;
        font-size: 2vw;
        font-weight: 900;
    }

    .api1 {
        width: 90%;
        margin: 5%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        align-items: center;
        gap: 10px;
    }
}

/*------------------------------*/
/* Contact Us Page*/
/*------------------------------*/
.contactmain {
    width: 100vw;
    height: 90vh;
    justify-content: center;
    color: white;
    position: relative;
}

.contactmain {
    background: rgba(0, 84, 163, 0.80);
}

.contactmain img {
    width: 100%;
    height: 100%;
    opacity: 0.3;
    object-fit: cover;
}

.contactmain h1 {
    font-size: 55px;
    position: absolute;
    top: 40%;
    left: 35%;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 4vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contactmain h2 {
    font-size: 55px;
    position: absolute;
    top: 59%;
    left: 40%;
    color: #C0E0FF;
    font-family: "Figma Hand";
    font-size: 3vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.map {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.formmain {
    height: 100%;
    padding-top: 5vw;
}

.googlemap {
    height: 100%;
    padding-top: 5vw;
}

.contactform input[type="text"],
.contactform textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.contact-form input[type="submit"] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
}

.contact-form input[type="submit"]:hover {
    background-color: #0054a3;
}

.submitbtn {
    width: 100%;
    height: 4.5vh;
    background-color: #0054a3;
    color: white;
    font-size: medium;
    font-weight: bold;
}

.blogs {
    width: 100vw;
    height: 373px;
    background: linear-gradient(180deg, #E3000F 0%, rgba(227, 0, 15, 0.20) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.viewbtn {
    width: 100px;
    height: 30px;
    margin: 10px;
    background-color: #0054A3;
    color: white;
    border: 2px solid white;
    font-weight: bold;
    border-radius: 4px;
}

.viewbtn:hover {
    cursor: pointer;
    transform: scale(1.2);
}

.blogs .h1 {
    font-size: 3vw;
}

.blogs .h3 {
    font-size: 1.5vw;
    text-align: center;
}

@media (max-width:500px) {
    .contactmain {
        width: 100vw;
        height: 80vh;
        justify-content: center;
        color: white;
    }

    .contactmain {
        background: rgba(0, 84, 163, 0.80);
    }

    .contactmain img {
        width: 100%;
        height: 100%;
        opacity: 0.3;
    }

    .contactmain h1 {
        position: absolute;
        top: 30%;
        left: 25%;
        font-size: 7vw;
    }

    .contactmain h2 {
        position: absolute;
        top: 50%;
        left: 33%;
        font-size: 5vw;
    }

    .map {
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .formmain {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .googlemap {
        padding-left: 2.5vw;
        padding-top: 5vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contactform input[type="text"],
    .contactform textarea {
        /* width: 100%; */
        padding: 3px 6px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        box-sizing: border-box;
    }

    .contact-form input[type="submit"] {
        /* width: 100%; */
        background-color: #4CAF50;
        color: white;
        padding: 14px 20px;
        margin: 8px 0;
        border: none;
        cursor: pointer;
    }

    .contact-form input[type="submit"]:hover {
        background-color: #0054a3;
    }

    .submitbtn {
        /* width: 100%; */
        height: 4.5vh;
        background-color: #0054a3;
        color: white;
        font-size: medium;
        font-weight: bold;
    }

    .blogs {
        width: 100vw;
        height: 373px;
        background: linear-gradient(180deg, #E3000F 0%, rgba(227, 0, 15, 0.20) 100%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
    }

    .viewbtn {
        width: 100px;
        height: 30px;
        margin: 10px;
        background-color: #E3000F;
        color: white;
        border: 2px solid white;
        font-weight: bold;
        border-radius: 4px;
    }

    .viewbtn:hover {
        cursor: pointer;
        transform: scale(1.2);
    }

    .blogs .h1 {
        font-size: 3vw;
    }

    .blogs .h3 {
        font-size: 1.5vw;
        text-align: center;
    }
}

/*------------------------------*/
/* career PAGE */
/*------------------------------*/
.openingsmain {
    width: 100vw;
    height: 80vh;
    position: relative;
}

.openingsmain {
    background: rgba(0, 84, 163, 0.80);
}

.openingsmain img {
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.openingsmain h1 {
    position: absolute;
    top: 40%;
    left: 40%;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.openingsmain h2 {
    position: absolute;
    top: 50%;
    left: 35%;
    color: #C0E0FF;
    font-family: "Figma Hand";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.openings {
    width: 100vw;
    height: 50vh;
}

.openings h1 {
    color: #0054A3;
    font-family: Staatliches;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.openings h3 {
    color: #0054A3;
    font-family: Staatliches;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

@media (max-width:600px) {
    .openingsmain h1 {
        position: absolute;
        top: 40%;
        left: 20%;
    }

    .openingsmain h2 {
        position: absolute;
        top: 50%;
        left: 10%;
        text-align: center;
        padding-right: 40px;
    }
}

@media (max-width:420px) {
    .openingsmain h1 {
        position: absolute;
        top: 30%;
        left: 15%;
    }

    .openingsmain h2 {
        position: absolute;
        top: 50%;
        left: 10%;
        text-align: center;
        padding-right: 40px;
    }
}