@media only screen and (max-width: 300px) {

  .here {
    display: none;
  }

  #div-dance-holder {
    display: none;
  }

  .login {
    width: 100%;
  }

  .logo img {
    width: 50px;
  }

  .inner {
    margin: auto;
    width: 90%;
    margin-right: auto;
  }

  .account {
    font-size: 1.1rem;
  }

  .para p {
    width: 90%;
    font-size: 0.8rem;
    margin-top: -20px !important;
    margin-bottom: 15px !important;
    margin: 0px auto;
  }

  .input label {
    width: 83%;
    font-size: 0.7rem;
  }

  .input input {
    width: 83%;
    margin: 10px auto;
    height: 29px;
    font-size: 0.65rem;
  }

  .login__form-btn {
    width: 45%;
    height: 28px;
    font-size: 0.7rem;
  }

  .login__form-title {
    font-size: 0.65rem;
  }

  .g-button {
    width: 62%;
    height: 32px;
    font-size: 0.7rem;
  }

  .btn p {
    color: #555a59;
    font-family: "Poppins", sans-serif;
    font-size: 0.7rem;
  }

  .more-section {
    margin: 20px auto !important;
    width: 100%;
  }

  .head-loader {
    width: 88% !important;
  }

  .head-loader h1 {
    font-size: 1.1rem;
  }

  .head-loader p {
    font-size: 0.7rem;
  }

  .name label {
    font-size: 0.7rem;
  }

  .name input {
    width: 100% !important;
  }

  .main-loader {
    width: 90% !important;
  }

  .submit-btn {
    width: 100%;
  }

  .submit-btn button {
    font-size: 0.75rem;
  }

  .btn {
    width: 100%;
    margin-left: 0 !important;
  }

  #applyBtn {
    font-size: 0.75rem;
  }

}

@media only screen and (min-width: 300px) and (max-width: 500px) {

  #yellow-001 {
    width: 60px;
    height: 60px;
  }

  #yellow-001-holder {
    width: 70px;
    height: 70px;
    left: 65vw;
    top: 60px;
  }

  #orange-grad-001 {
    width: 56px;
    height: 56px;
  }

  #orange-grad-001-holder {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 70vw;
    top: 170px;
  }

  #vendor-2-001 {
    width: 40px;
    height: 40px;
  }

  #vendor-2-001-holder {
    width: 45px;
    height: 45px;
    left: 85vw;
    top: 130px;
  }
  #swing-holder{
    scale: 0.7;
    left: 10vw;
    top: 0;
  }

  .here {
    display: none;
  }

  /* #div-dance-holder{
    display: none;
  } */
  .login {
    width: 100%;
    /* height: auto; */
  }

  .logo img {
    width: 100px !important;
  }

  .inner {
    margin: 0 auto !important;
    width: 90%;
    margin-right: auto;
  }

  .account {
    font-size: 1.15rem;
  }

  .para p {
    width: 90%;
    font-size: 0.85rem;
    margin-top: -20px !important;
    margin-bottom: 15px !important;
    margin: 0px auto;
  }

  .input label {
    width: 80%;
    font-size: 0.7rem;
  }

  .input input {
    width: 80%;
    margin: 10px auto;
    height: 35px;
    font-size: 0.75rem;
  }

  .login__form-btn {
    width: 42%;
    height: 32px;
    font-size: 0.75rem;
  }

  .login__form-title {
    font-size: 0.75rem;
  }

  .g-button {
    width: 50%;
    height: 32px;
    font-size: 0.75rem;
  }

  .btn p {
    color: #555a59;
    font-family: "Poppins", sans-serif;
    font-size: 0.75rem;
  }

  .main-loader {
    width: 90% !important;
    margin-top: 25px !important;
  }

  .head-loader {
    width: 88% !important;
  }

  .head-loader h1 {
    font-size: 1.2rem;
  }

  .head-loader p {
    font-size: 0.8rem;
  }

}



@media only screen and (min-width: 500px) and (max-width: 800px) {
  .happy {
    height: auto;
    /* height: 1000px !important; */
  }

  .container-plus {}

  .here {
    display: none;
    /* width: 45%; */
  }

  /* .auto-img img {
    width: 100%;
    position: absolute;
    top: 200px;
  } */
  .testimonial blockquote {
    margin: 10px 10px 0;
    padding: 6px 33px;
  }

  blockquote p {
    width: 100%;
    font-size: 0.67rem !important;
  }

  .resume-heading {
    width: 80%;
    margin: 0px 0px;
  }

  .testimonial blockquote:before,
  .testimonial blockquote:after {
    font-size: 36px;
  }

  .name-star p {
    /* width: 100% !important; */
    margin-left: auto;
    text-align: right;
    font-size: 0.6rem !important;
  }

  .fa-star {
    font-size: 0.4rem;
  }

  /* .welcome {
    top: 42% !important;
    right: -15% !important;
    width: 75% !important;
  } */

  .welcome h3 {
    margin-bottom: 10px !important;
    font-size: 0.9rem !important;
    font-family: Poppins, sans-serif;
  }

  #username-preview {
    font-size: 11px !important;
  }

  #div-dance-holder {
    /* display: none; */
  }

  .login {
    width: 100%;
    height: auto;
  }

  .logo img {
    width: 90px !important;
  }

  .inner {
    width: 60%;
  }

  .caontainer {}

  .account {
    font-size: 2rem;
  }

  .para p {
    width: 110%;
    font-size: 0.94rem;
    margin-top: -20px !important;
    margin-bottom: 15px !important;
    margin: 0px auto;
  }

  .input label {
    width: 80%;
    font-size: 0.85rem;
  }

  .input input {
    width: 80%;
    margin: 10px auto;
    height: 40px;
    font-size: 0.85rem;
  }

  .login__form-btn {
    width: 42%;
    height: 36px;
    font-size: 0.85rem;
  }

  .login__form-title {
    font-size: 0.85rem;
  }

  .g-button {
    width: 50%;
    height: 36px;
    font-size: 0.85rem;
  }

  .btn p {
    color: #555a59;
    font-family: "Poppins", sans-serif;
    font-size: 0.85rem;
  }

  .head-loader {
    width: 88% !important;
  }

}

@media only screen and (min-width: 800px) and (max-width: 1000px) {
  .happy {
    /* height: auto;  
     */
  }

  .here {
    /* height: auto; */
    /* display: none; */
    width: 40%;
  }

  .auto-img img {
    width: 100%;
    position: absolute;
    top: 200px;
  }

  .testimonial blockquote {
    margin: 10px 10px 0;
    padding: 6px 33px;
  }

  blockquote p {
    width: 100%;
    font-size: 0.67rem !important;
  }

  .resume-heading {
    width: 80%;
    margin: 0px 0px;
  }

  .testimonial blockquote:before,
  .testimonial blockquote:after {
    font-size: 36px;
  }

  .name-star p {
    /* width: 100% !important; */
    margin-left: auto;
    text-align: right;
    font-size: 0.6rem !important;
  }

  .fa-star {
    font-size: 0.4rem;
  }

  .welcome {
    top: 220px !important;
    right: -15% !important;
    width: 75% !important;
  }

  .welcome h3 {
    margin-bottom: 10px !important;
    font-size: 0.9rem !important;
    font-family: Poppins, sans-serif;
  }

  #username-preview {
    font-size: 11px !important;
  }

  #div-dance-holder {
    /* display: none; */
  }

  .login {
    width: 60%;
    height: auto;
  }

  .logo img {
    width: 90px !important;
  }

  .inner {
    width: 60%;
  }

  .caontainer {}

  .account {
    font-size: 1.5rem;
  }

  .para p {
    width: 100%;
    font-size: 0.9rem;
    margin-top: -20px !important;
    margin-bottom: 15px !important;
    margin: 0px auto;
  }

  .input label {
    width: 90%;
    font-size: 0.85rem;
  }

  .input input {
    width: 90%;
    margin: 10px auto;
    height: 40px;
    font-size: 0.85rem;
  }

  .login__form-btn {
    width: 50%;
    height: 36px;
    font-size: 0.85rem;
  }

  .login__form-title {
    font-size: 0.85rem;
  }

  .g-button {
    width: 60%;
    height: 36px;
    font-size: 0.85rem;
  }

  .btn p {
    color: #555a59;
    font-family: "Poppins", sans-serif;
    font-size: 0.85rem;
  }

}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {

  .happy {}

  .here {
    /* display: none; */
    width: 40%;
  }

  .auto-img img {
    width: 100%;
    position: absolute;
    top: 200px;
  }

  .testimonial blockquote {
    margin: 10px 10px 0;
    padding: 6px 33px;
  }

  blockquote p {
    width: 100%;
    font-size: 0.8rem !important;
  }

  .resume-heading {
    width: 92%;
    margin: 0px 0px;
  }

  .testimonial blockquote:before,
  .testimonial blockquote:after {
    font-size: 55px;
  }

  .name-star p {
    /* width: 100% !important; */
    margin-left: auto;
    text-align: right;
    font-size: 0.75rem !important;
  }

  .fa-star {
    font-size: 0.7rem;
  }

  .welcome {
    top: 250px !important;
    right: -15% !important;
    width: 75% !important;
  }

  .welcome h3 {
    margin-bottom: 10px !important;
    font-size: 1rem !important;
    font-family: Poppins, sans-serif;
  }

  #username-preview {
    font-size: 14px !important;
  }

  #div-dance-holder {
    /* display: none; */
  }

  .login {
    width: 60%;
  }

  .logo img {
    width: 90px !important;
  }

  .inner {
    width: 60%;
  }

  .caontainer {}

  .account {
    font-size: 1.5rem;
  }

  .para p {
    width: 100%;
    font-size: 0.9rem;
    margin-top: -20px !important;
    margin-bottom: 15px !important;
    margin: 0px auto;
  }

  .input label {
    width: 90%;
    font-size: 0.85rem;
  }

  .input input {
    width: 90%;
    margin: 10px auto;
    height: 40px;
    font-size: 0.85rem;
  }

  .login__form-btn {
    width: 50%;
    height: 36px;
    font-size: 0.85rem;
  }

  .login__form-title {
    font-size: 0.85rem;
  }

  .g-button {
    width: 60%;
    height: 36px;
    font-size: 0.85rem;
  }

  .btn p {
    color: #555a59;
    font-family: "Poppins", sans-serif;
    font-size: 0.85rem;
  }

}

@media only screen and (min-width: 100px) and (max-width: 1100px) {
  .first-hiring {
    display: none;
  }

  .hiring {
    display: block;
  }

  .main-loader {
    width: 66%;
  }

}

@media only screen and (min-width: 800px) and (max-width: 1100px) {
  .main-loader {
    width: 66%;
  }

  .head-loader {
    width: 88% !important;
  }
}

@media only screen and (min-width: 1100px) {
  .first-hiring {
    display: block;
  }

  .hiring {
    display: none;
  }

}



@media only screen and (min-width: 1300px) and (max-width: 1500px) {
  .video-foreground iframe {
    height: 850px;
  }

  .video {
    height: 850px !important;
  }
}

@media only screen and (min-width: 2000px) and (max-width: 4000px) {
  .temporary-header {
    display: none;
  }
}

@media only screen and (min-width: 0px) and (max-width: 650px) {
  .full-navbar {
    display: none !important;
  }

  .temporary-header {
    display: none !important;
  }
}

@media only screen and (min-width: 650px) and (max-width: 992px) {
  .full-navbar {
    display: none !important;
  }

  .hamburger {
    display: none !important;
  }

  .icon-burger {
    display: none !important;
  }

  .temporary-header {
    display: block !important;
  }

  .pt-5 {
    padding-top: 3rem !important;
    margin-top: -73px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 2000px) {
  .hamburger {
    display: none !important;
  }

  .icon-burger {
    display: none;
  }

  .offcanvas-body {
    position: relative;
    z-index: 200;
  }

  .navbar-nav {
    position: relative;
    z-index: 200;
  }

  .temporary-header {
    display: none !important;
  }
}