.listtitle{
    font-size: 4vh;
    color: var(--ThemeColor-);
    font-weight: 700;
    margin-top: 7vh;
}

.aboutmassege{
    font-size: 1.6vh;
    color: rgb(255, 255, 255);
    font-weight: 400;
    margin-top: 1.3vh;
    margin-bottom: 1vh;
    width: 500px;
}

/* .ct{
    margin-top: 4vh;
} */

.ct a{
    color: var(--ThemeColor-);
}




.career {
    height: auto;

    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding: 5.4vh 2.2vh;
    min-height: 100vh;
    text-transform: uppercase;
}

.career .ban {
    width: 90%;
    height: 10.5vw;

    margin-top: 90px;
    border-radius: 2vh;

    display: flex;
    align-items: center;
    justify-content: center;
    background: url(Banners/CareerBanner.webp) center bottom;

    background-size: cover;
}

.career .Title {
    margin-top: 5vh;
    color: rgb(255, 255, 255);
    font-size: clamp(5vh, 10vw, 10vh);
    font-weight: bolder;
    text-align: center;
    transform: translateY(5.4vh);
    opacity: 0;

    animation: bantextani 1s 1 alternate ease-in-out forwards;
}

@keyframes banani {
    to {
        background-position: center -15vh;
    }
}

@keyframes bantextani {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.career .contactform {
    position: relative;
    /* background: #141414e0; */
    padding: 3.3vh 0vh;
    padding-right: 6.5vh;
    padding-left: 3.3vh;
    border-bottom-left-radius: 1.1vh;
    border-top-left-radius: 1.1vh;
    max-width: 54.3vh;
    width: 80%;
    height: 65.2vh;
    font-weight: 800;
    font-size: 1.3vh;
    /* background: #141414b4; */
    border-radius: 3.8vh;
}



.career form {
    margin-top: 3.3vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #141414b4; */
    backdrop-filter: blur(1.1vh);
    max-width: 130.4vh;
    width: 100%;
    position: relative;
    border-radius: 4.3vh;
    z-index: 1000;
}

.career form h2 {
    margin: 3.3vh 0vh;
    text-align: center;
    color: #f1f1f1;
    font-size: 5.4vh;
    font-weight: bolder;
    text-shadow: 0 0.3vh 0vh rgb(156, 156, 156);
}

.career form h2 span {
    color: var(--ThemeColor-);
    text-shadow: 0 0.3vh 0vh rgb(136, 111, 0);
}

.career label {
    display: block;
    margin-bottom: 2vh;
    color: var(--ThemeColor-);
    position: relative;
}

.career label span {
    display: block;
    margin-bottom: 0.7vh;
    margin-top: 1.1vh;
    font-weight: 500;
    color: var(--ThemeColor-);
    margin-left: 1.1vh;
}

.career input[type="text"],
.career input[type="email"],
.career input[type="tel"],
.career textarea {
    width: 100%;
    padding: 1.3vh 1.5vh;
    font-size: 1.7vh;
    border: none;
    border-radius: 1.1vh;
    background-color: transparent;
    box-shadow: 0vh 0.3vh .0vh .1vh rgba(0, 0, 0, 0.418);
    color: #ffffff;

    background-color: #262626;

    transition: .1s ease-in-out;
}

.career input:focus,
.career textarea:focus {
    box-shadow: 0vh 0.3vh .0vh .1vh var(--ThemeColor-);
    outline: none;
}

.career textarea {
    resize: none;
    min-height: 10.9vh;
}

.test {
    width: 100%;
}

.career button[type="submit"] {
    /* position: relative; */
    text-transform: uppercase;
    font-size: 1.8vh;
    color: var(--ThemeColor-);
    font-weight: 600;
    margin-top: 1vh;
    padding: 1.2vh 2vh;
    border-radius: 1.4vh;
    border: 0.4vh solid var(--ThemeColor-);

    transition: 0.3s ease;
    position: relative;
    background-color: transparent;
    cursor: pointer;
}

.career button[type="submit"]::after {
    content: '';
    position: absolute;
    background-image: url(right-arrow.png);
    height: 1.8vh;
    width: 1.8vh;
    right: 1vh;


    /* background-color: #fff; */
    top: 50%;
    right: 0.5vh;
    transform: translate(-50%, -50%);

    background-size: cover;
    background-position: center center;
    opacity: 0;
    transition: 0.3s ease;
}

.career button[type="submit"]:hover {
    padding: 1.2vh 4vh 1.2vh 1vh;
}

.career button[type="submit"]:hover::after {
    opacity: 1;
}








@media (max-width: 800px) {
    .career form {
        height: auto;
        margin-top: 3.3vh;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        /* background: #141414b4; */
        backdrop-filter: blur(1.1vh);
        max-width: 130.4vh;
        width: 100%;
        position: relative;
        border-radius: 4.3vh;
        z-index: 1000;
    }

    .career .info {
        width: 90%;
        height: 71.7vh;

        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        padding-right: 3.3vh;
        /* background: #141414b4; */
        backdrop-filter: blur(1.1vh);
        padding-left: 3.3vh;
        border-radius: 3.8vh;
    }

    .career .contactform {
        position: relative;
        /* background: #141414e0; */
        padding: 3.3vh 0vh;
        padding-right: 6.5vh;
        padding-left: 3.3vh;
        border-bottom-left-radius: 1.1vh;
        border-top-left-radius: 1.1vh;
        max-width: 54.3vh;
        width: 80%;
        height: 65.2vh;
        font-weight: 800;
        font-size: 1.3vh;
        /* background: #141414b4; */
        border-radius: 3.8vh;
    }

        .aboutmassege{
        margin-top: 1.5vh;
        color: white;
        font-size: 1.4vh;
        width: 90%;
        text-align: justify;
                line-height: 1.8vh;
    }

}
.custom-file-upload {
      display: inline-block;
      padding: 10px 15px;
      color: rgb(44, 44, 44);
      background-color: #f8f8f8;
      border-radius: 6px;
      cursor: pointer;
      font-weight: bold;    
      box-shadow: 0px 3px 0 0 rgb(197, 197, 197);
    }

    .custom-file-upload:hover {
      box-shadow: 0px 0px 0 0 rgb(197, 197, 197);
      margin-top: 3px;
    }

    .career input[type="file"] {
      display: none;
    }

    .file-name {
        display: inline-block;
      font-style: italic;
      color: #ccc;
    }


    .listtitle{
        color: var(--ThemeColor-);
        font-weight: bold;
        font-size: 2.2vh;
    }

      .listtitle{
        color: var(--ThemeColor-);
        font-weight: bold;
        font-size: 2.2vh;
    }


.list {
    margin-top: 15vh;
    width: clamp(100px, 100%, 1100px);
    columns: 300px;
    padding: 0;
    gap: 10px;
}

.leader {
    width: 100%;
        margin-bottom: 9px;
        border-radius: 1vh;
}

.career .banlife {
    width: 90%;
    height: 35vw;

    margin-top: 90px;
    /* border-radius: 2vh; */

    display: flex;
    align-items: center;
    justify-content: center;
    background: url(jjj.png) center bottom;

    background-size: cover;
    /* animation: banani 1s 1 alternate ease-in-out forwards; */
}