:root{
     --primary-color:#0b0c10;
     --secondary-color: #1f2833;
     --primary-text:#66fcf1;
     --secondary-text : #c5c6c7;
     --outline:#45a29e;
     --nav-height:12vh;
}
.container4 {
    width: 99%;
    border-top-left-radius: 125px;
}
.container5 {
    padding-top: 2%;
}

.container5 h3 {
    text-align: center;
    font-size: 50px;
    color: #fff;
    padding-bottom: 40px;
    margin-top: 5%;
}

.linkhome {
    color: #fff;
    font-size: 19px;
    text-decoration-line: none;
    font-weight: 500;
}

.linkhome span {
    font-size: 20px;
    padding: 10px 10px;
}
.container-fluid1{
    width: 100%;
    height: 100px;
    margin-top: 5%;
}
.cont{
    background: linear-gradient(#36015c, #ac85ed);
    border-radius: 30px;
    width: 40%;
    height: 60px;
    margin-right: 3%;
    padding: 10px;
    margin-top: 15px;
    margin-left: 40%;
}

.cont a {
    color: #fff;
    font-size: 20px;
    text-decoration: solid;
    padding: 25px;
    padding-top: 50px;
    text-align: center;
}
.cont i {
    font-size: 30px;
}
.cont i:hover {
    color: blue;
}
.para{
    font-size: 19px;
}
.team {
    margin-top: 8%;
    text-align: center;
}
.team h2 {
    font-size: 50px;
    font-weight: 600;
}
.container1{
    width: 95%;
    margin-left: 2%;
    height: 100%;
    margin-top: 5%;
}
.form-control, .form-select{
    margin-top: 5%;
    height: 100%;
    font-size: 18px;
    border: 1px solid #8a8a8a;
}

.form-field{
    background-color:var(--primary-text) ;
}
input[type=file] {
    padding: 0px 20px;
    padding-top: 30px;
    color: #000;
  background-color: #66fcf1bf;
  border: 1px solid #b3b3b3;
    border-radius: 5px;
    cursor: pointer;
    width: 450px;
}
.invalid-feedback{
    color: red;
}
.btn{
    background-color: transparent;
    border-radius: 30px;
    width: 27%;
    height: 50px;
    margin-left: 50%;
    margin-top: 5%;
    color: var(--outline);
    font-size: 20px;
    border: solid 2px var(--primary-text);
}
.btn:hover{
      background-color: var(--primary-text);
    color: var(--secondary-color);
    box-shadow: 5px -5px 15px var(--primary-text);
}
.jobdetail{
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 2%;
    margin-top:40px;
}

.container2{
    width: 60%;
    margin-left: 20%;
}

.whatsapp-link img ,.call-link img{
        width: 28%;
    margin-top: 42px;
    border-radius: 45px;
}
.email-link img{
      width: 28%;
    margin-top: 42px;
    border-radius: 45px;
    height:100px;
    margin-top:10%;
}
