@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;

}
.wrapper {
    margin-right: auto; /* 1 */
    margin-left: auto; /* 1 */
    max-width:1160px; /* 2 */
    padding-right: 25px; /* 3 */
    padding-left: 25px; /* 3 */
    background-color: #000000;
     overflow-x: hidden;
    }

ul{
    list-style: none;
}
a{
    text-decoration: none;
}
img{
    width:100%
}

body{
    background-color: #000000;
    width: 100vw;
}

nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 8vh;
    background-color: #000000;
    max-width: 1000px;
}
.nav-links{
    display: flex;

    align-items: center;
    font-weight: 100;
    width: 30%;

}
.nav-links a{
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
    font-size: 14px;
}
.center-items{
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo{
    display: flex;
    color:#fff;
    align-items: center;
    z-index: 1000000;
    font-size: 1.5rem;
}
.search {
    display:flex;
    align-items: center;
    justify-content: center;
    height: 100%;
 }

.header{
    background-image: linear-gradient( to top right, rgba(11, 10, 10, 0.38), rgba(11, 10, 10, 0.19)), url('/images/T.jpeg');
    background-repeat: no-repeat;
    background-position: top;
    object-fit: contain;
    display:flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    background-size: cover;
    height: 90vh;
    background-color: #101522;
}
.titleTagContainer{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 2%;
}
.tagTitle{
    color:rgb(255, 255, 255);
    font-size: 2rem;
    text-align: center;

}
.tagSubTitle{
    color:#fff;
    font-size: 1rem;
}
span{
  display: flex;
  justify-content: center;
}
.search{
    padding-top: 15px;
    background-color: #101522;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height:42vh;
    width:100%;
}
.inputBox{

        font-size: 1.3rem;
        font-family: inherit;
        padding: 0.25em 0.5em;
        background-color: rgb(255, 30, 30);
        border: 2px solid rgb(80, 165, 255);
        border-radius: 25px;
        height:50px;
        width:150px;
}
.inputBox:hover {
    border: 2px solid coral;
  }

  .searchBox{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: translateX(-30px);
}


  .postBtn{
    border: none;
    background-color: rgba(21, 117, 233, 0.988);
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right:10px;
    width:140px;
    border-radius: 5px;
    padding: 8px;
    color:#fff;
    transition: all 0.3s linear;
    transform: translateX(30px);
}
.postBtn:hover{
    border: none;
    background-color:coral;
    margin-top: 20px;
    margin-bottom: 20px;
    width:140px;
    border-radius: 5px;
    padding: 8px;
    color:#fff;
    transition: all 0.3s linear;
    transform: translateX(30px);
}
.resumeBtn{
  border: none;
    background-color: coral;
    margin-top: 20px;
    margin-bottom: 20px;
    width:140px;
    border-radius: 5px;
    padding: 8px;
    color:#fff;
    transition: all 0.3s linear;
    transform: translateX(30px);
}
.resumeBtn:hover{
  border: none;
    background-color: rgba(21, 117, 233, 0.988);
    margin-top: 20px;
    margin-bottom: 20px;
    width:140px;
    border-radius: 5px;
    padding: 8px;
    color:#fff;
    transition: all 0.3s linear;
    transform: translateX(30px);
}
  .subscribeBtn{
    border: none;
    background-color: rgba(21, 117, 233, 0.988);
    margin-top: 10px;
    margin-bottom: 20px;
    width:100px;
    border-radius: 5px;
    padding: 8px;
    color:#fff;
    transition: all 0.3s linear;
  }


      .subscribeBtn--loading{
        background-color: #ff7000;
      }
      .subscribeBtn--loading::after{
        content:"";
        position: absolute;
        width: 16px;
        height: 16px;
        background-color: #ff7000;
        top:0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 9999999;
       }


  .subscribeBtn:hover{
    border: none;
    background-color: coral;
    margin-top: 10px;
    margin-bottom: 20px;
    width:100px;
    border-radius: 5px;
    padding: 8px;
    color:#fff;
    transition: all 0.3s linear;
  }
  .searchBtn{
    border: none;
    background-color: rgba(21, 117, 233, 0.988);
    margin-top: 20px;
    margin-bottom: 20px;
    width:150px;
    border-radius: 5px;
    padding: 8px;
    color:#fff;
    transition: all 0.3s linear;
    transform: translateX(30px);
}
  .searchBtn:hover{
    border: none;
    background-color: coral;
    margin-top: 20px;
    margin-bottom: 20px;
    width:170px;
    border-radius: 5px;
    padding: 8px;
    color:#fff;
    transition: all 0.3s linear;
    transform: translateX(30px);
}
.searchBtnTwo{
  border: none;
  background-color: rgba(21, 117, 233, 0.988);
  margin-top: 5px;
  margin-bottom: 5px;
  width:170px;
  border-radius: 5px;
  padding: 8px;
  color:#fff;
  transition: all 0.3s linear;

}
.searchBtnTwo:hover{
  border: none;
  background-color: coral;
  margin-top: 5px;
  margin-bottom: 5px;
  width:180px;
  border-radius: 5px;
  padding: 8px;
  color:#fff;
  transition: all 0.3s linear;
}
  .cardBtn{
    border: none;
    background-color: rgba(21, 117, 233, 0.988);
    margin-top: 20px;
    width:100px;
    border-radius: 5px;
    padding: 1px;
    color:#fff;
    margin-right: 5px;
    transition: color .5 ease
}
.cardBtn:hover{
    border: none;
    background-color: coral;
    margin-top: 20px;
    width:100px;
    border-radius: 5px;
    padding: 1px;
    color:#fff;
    margin-right: 5px;
}
  .result{
      background-color: #F8F8F8;
      width:100%;


  }
  #jobTitle{
    border-top-left-radius: 50px;border-bottom-left-radius: 50px; border:none;text-align:center;
  }
.imgDivide{
    background-image: linear-gradient( to top right, rgba(11, 10, 10, 0.38), rgba(11, 10, 10, 0.19)), url('/images/self.jpeg');
    /* background-image: linear-gradient( to top right, rgba(11, 10, 10, 0.38), rgba(11, 10, 10, 0.19)), url(${HeroImg}); */
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    display:flex;
    align-items:center;
    justify-content:center;
    height: 40vh;
    width:100vw;

}
.footer{
    background-color: #101522;
    padding: 3rem 0 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#F8F8F8
}
.jobz{
    color: rgb(33, 139, 220);
}
.footerTitle{
    color:#fff;
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.footerSubTitle{
    margin-bottom: 10px;
    text-align: center;
}
.footerForm{
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footerBottomContainer{
    margin: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}
.socialContainer{
    margin-top: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footerLogo{
    font-size: 2rem;
}
.subscribe{
    height:38px;
    width:200px;
    border-radius: 10px;
    border: none;
}
.resultTitle{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 1.5rem;
    color:rgb(0, 0, 0);
}
 .burger{
    display:none;
    z-index: 1000000;
}
input::placeholder {
    text-align: center;
    font-size: 1.2em;

  }
  .resultContainer{
     margin-top: 50px;
     margin-bottom: 100px;

  }
  .card{
      height:180px;
      width:300px;
      background-color: rgb(255, 255, 255);
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.39);
      border-radius: 10px;

  }
  .card:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.39);
  }
  .card-body{
    height:100%;
    width:300px;
    padding:10px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
  }
  .card-logo{
      width:40px;
      height:40px;
      margin-left: 10px;;
  }
  .card-title{
      font-size: 1.1rem;
      font-weight: 400;
      margin-left: 10px;
      color: #000000;
  }
  .card-text{
      color:rgb(33, 139, 220);
      margin-left: 10px;
  }
  .card-address{
    color:rgb(164, 160, 160);
    margin-left: 10px;
    font-weight: 100;
}
.card-day{
    color:rgb(164, 160, 160);
    margin-left: 10px;
    font-weight: 100;
    font-size: .8rem;
}
.card-con{
    display:flex;

    justify-content: space-between;
}
.cardBtnContainer{
    display: flex;
}

.burger > div{
    color:#fff;
    background-color: #F8F8F8;
    width:20px;
    height:3px;
    margin-bottom: 4px;
}




  /* The Close Button */
  .close {
    color: coral;
    display: flex;
    align-self: center;
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }


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


  .nav-links{
    width: 40%;
  }
}
@media screen and (max-width:959px){


  .nav-links{
    width: 42%;
  }
}
@media screen and (max-width:859px){


  .nav-links{
    width: 50%;
  }
}
  @media screen and (max-width:768px){

    body{
        overflow-x: hidden;
    }
    .burger{
        display:block;

    }
  #jobTitle{
        border-top-left-radius: 50px;border-bottom-left-radius: 50px; border:none;text-align:center;width:155px;
      }
      #jobZip{
        border-top-right-radius: 50px;border-bottom-right-radius: 50px; border:none;text-align:center;width:155px;
      }
    .resumeBtn{
        border: none;
        background-color: coral;
        margin-top: 20px;
        margin-bottom: 20px;
        width:200px;
        border-radius: 5px;
        padding: 8px;
        color:#fff;
        transition: all 0.3s linear;
        transform: translateX(-5px);

    }
    .resumeBtn:hover{
        border: none;
        background-color: rgb(80, 165, 255);
        margin-top: 20px;
        margin-bottom: 20px;
        width:200px;
        border-radius: 5px;
        padding: 8px;
        color:#fff;
        transition: all 0.3s linear;
        transform: translateX(-5px);
      }
    .postBtn{
        border: none;
        background-color: rgba(21, 117, 233, 0.988);
        margin-top: 80px;
        margin-bottom: 20px;
        width:200px;
        border-radius: 5px;
        padding: 8px;
        color:#fff;
        transition: all 0.3s linear;
        transform: translateX(-5px);

    }
    .postBtn:hover{
        border: none;
        background-color: coral;
        margin-top: 80px;
        margin-bottom: 20px;
        width:200px;
        border-radius: 5px;
        padding: 8px;
        color:#fff;
        transition: all 0.3s linear;
        transform: translateX(-5px);

    }
 .inputBox{

        font-size: 1.3rem;
        font-family: inherit;
        padding: 0.25em 0.5em;
        background-color: #fff;

        border-radius: 25px;
        height:50px;
        width:75px;
}

  .nav-links{
           position: absolute;
           padding-top: 50px;
           justify-content: center;
           height: 60vh;
           top:-75px;
           background-color: rgb(0, 0, 0);
           flex-direction: column;
           align-items: center;
           transition: all 0.5s ease-in;
            z-index: 100;
            width:100%;
            transition: transform 0.5 ease-in;
            transform: translateY(-100%);
   }
 /*   .nav-links li {
  margin-bottom: 30px;
  width: 100%;
  height: 100px;
  text-align: center;
  background-color: #7b7b7b;
} */
   .wrapper {
    margin-right: 0px; /* 1 */
    margin-left:0px; /* 1 */
    max-width:1160px; /* 2 */
    padding-right: 25px; /* 3 */
    padding-left: 0px; /* 3 */
    background-color: #000000;
    }
    .titleTagContainer{
        transform: translateY(40px);
    }
}
.nav-active{
    transform: translateY(0%);
}
a i {
    transition: all 0.3s linear;
    color: #ff7000;
}

a:hover i {

    background-color: coral;
    border-radius: 50%;
}
.firstStep{
    color: #ecf0f1;
    font-size: 1.8rem;
}
.results{
display:flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.searchContainer{
    margin-top: 10px;
    width:20%;
    height:50px;
    background-color: #fff;
    display:flex;
   justify-content: center;
    border-radius: 50px;
    transform: translateX(27px);

}
.searchNow{
    text-align: center;
    font-size: 1.5rem;
    color: #F8F8F8;
}


  .button {
    position: relative;
    padding: 9px 16px;
    background-color: rgba(21, 117, 233, 0.988);
    border: none;
    outline: none;
    border-radius: 10px;
    cursor: pointer;
    color:#fff;
    transition: all 0.3s linear;
    width: 150px;

    }

  .button:hover {
    background: coral;
  }

  .button__text {

    color: #ffffff;
    transition: all 0.2s;
  }

  .button--loading .button__text {
    visibility: hidden;
    opacity: 0;
  }

  .button--loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
  }

  @keyframes button-loading-spinner {
    from {
      transform: rotate(0turn);
    }

    to {
      transform: rotate(1turn);
    }
  }
  .main {
    background-color: #252d30;
    width: 300px;
    height: 400px;
    margin: 1em auto;
    border-radius: 1.5em;
    box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.24);
}

.sign {
    padding-top: 40px;
    color: rgb(109, 104, 104);
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 23px;
}

.un {
width: 76%;
color: rgb(255, 14, 14);
font-weight: 700;
font-size: 14px;
letter-spacing: 1px;
background: rgba(255, 255, 255, 1);
padding: 10px 20px;
border: none;
border-radius: 20px;
outline: none;
box-sizing: border-box;
border: 2px solid rgba(0, 0, 0, 0.02);
margin-bottom: 50px;
margin-left: 46px;
text-align: center;
margin-bottom: 27px;
font-family: 'Ubuntu', sans-serif;
}

form.form1 {
    padding-top: 40px;
}

.pass {
        width: 76%;
color: rgb(255, 255, 255);
font-weight: 700;
font-size: 14px;
letter-spacing: 1px;
background: rgb(255, 255, 255);
padding: 10px 20px;
border: none;
border-radius: 20px;
outline: none;
box-sizing: border-box;
border: 2px solid rgba(0, 0, 0, 0.02);
margin-bottom: 50px;
margin-left: 46px;
text-align: center;
margin-bottom: 27px;
font-family: 'Ubuntu', sans-serif;
}


.un:focus, .pass:focus {
    border: 2px solid rgb(255, 255, 255)!important;

}

.submit {
  cursor: pointer;
    border-radius: 5em;
    color: #fff;
    background-color: coral;
    /* background: linear-gradient(to right, coral, #ffffff); */
    border: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: 'Ubuntu', sans-serif;
    margin-left: 35%;
    font-size: 13px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
}
.submit-form {
  cursor: pointer;
    border-radius: 5em;
    color: #fff;
    background-color: coral;
    /* background: linear-gradient(to right, coral, #ffffff); */
    border: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: 'Ubuntu', sans-serif;

    font-size: 13px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
}

.forgot {
    text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
    color: #ffffff;
    padding-top: 15px;
}

a {
    text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
    color: #ffffff;
    text-decoration: none
}




a.modal-open {
  display:block;

  color:#424242;
  font-weight:bold;


  background:transparent;
  border-radius:2px;
  text-align:center;
  text-decoration:none;
}
.modal {
  background:rgba(0,0,0,0.7);
  position:fixed;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  bottom:0px;
  transition:all .5s ease-in-out;
  opacity:0;
  z-index:-1;
  border-radius:4px;
}
.modal:target {
  opacity:1;
  transition:all .5s ease-in-out;
  z-index:+1;
}
.modal-content {
  position:fixed;
  top:50%;
  left:50%;
  width:300px;
  background:#fff;
  border-radius:4px;
  transform:translate(-50%, -200%);
  transition:all .5s ease-in-out;
  perspective: 1000;
  outline:1px solid transparent;
  opacity:0;
}
.modal:target .modal-content {
  transform:translate(-50%, -50%);
  transition:all .5s ease-in-out;
  transition-delay:.5s;
  z-index:9999;
  opacity:1;
}
.modal-close {
  float:right;
  text-decoration:none;
  padding:5px 5px;
  color:#424242;
  font-weight:800;
  transition:all .5s ease-in-out;
  z-index:+1;
  background:transparent;
  text-align:center;

}
.modal-close:hover {
  color:#fff;
  background:rgba(0,0,0,0.5);
}

.modal-content h3 {
  padding:20px;
  display:block;
  text-align:center;
  border-bottom:1px solid #e0e0e0;
  text-transform:uppercase;
  background:rgba(2,162,239,1);
  color:#fff;
  border-radius:4px 4px 0 0;
}
.modal-area {
  border:1px solid #333;
  margin: 20px;
  padding:20px;
  border-radius: .5rem;
}
.form-group{
  display:flex;
  flex-direction: column;


  gap:5px;
}
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
#snackbarTwo {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbarTwo.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}