

@font-face {
    font-family: "f-bold";
    src: url("../fonts/poppins/Poppins-Bold.ttf");
}

@font-face {
    font-family: "f-bold-italic";
    src: url("../fonts/poppins/Poppins-BoldItalic.ttf");
}

@font-face {
    font-family: "f-regular";
    src: url("../fonts/poppins/Poppins-Medium.ttf");
}

@font-face {
    font-family: "f-regular-italic";
    src: url("../fonts/poppins/Poppins-MediumItalic.ttf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: "f-regular" !important;
    font-size: 16px;
}

.main-container {
    display: flex;
    grid-template-columns: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.text-black {
    color: #000 !important;
}

.text-white {
    color: #fefffe !important;
}

.is-invalid {
    border-color: #ff7280 !important; /* Red border color from Bootstrap */
}

.error_text {
    width: 100% !important;
    margin-top: 0.25rem !important;
    font-size: .875em !important;
    color: #dc3545 !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 50px !important;
}

.my-4 {
    margin-top: 40px !important;
}

.container {
    width: 100%;
}

.font-regular {
    font-family: 'f-regular' !important;
}

.font-bold {
    font-family: 'f-bold' !important;
    font-weight: 700;
}

.font-regular-italic {
    font-family: 'f-regular-italic';
}

.font-bold-italic {
    font-family: 'f-bold-italic';
}

.navbar {
    background-color: transparent;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 0;
}

/* Title on the left side */
.navbar .navbar-logo {
    float: left;
    padding: 40px 30px;
    color: #fff;
    font-size: 20px;
}

.navbar-logo {
    width: 201px;
    padding: 30px 30px !important;
}

/* Navigation links on the right side */
.navbar .nav-links {
    float: right;
    padding: 20px 20px 20px 0px;
    margin : 20px;

}

/* Style for the navigation links */
.navbar .nav-links a {
    display: inline-block;
    text-align: center;
    /* margin: 20px 1.5vw; */
    text-decoration: none;
    color: #fff;
    font-family: 'f-bold';
}

.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.login {
    border-right: 3px solid #475a75;
    padding: 0px 5vw 0px 0px;
}

.menu-icon {
    display: none;
}

.unknown-text {
    padding: 0px 60px 0px 0px;
    font-family: "f-bold";
}

.nav-img {
    height: 37px;
    border-radius: 5px;
    margin: 0px 15px 0px 0px;
    margin-top: 8px;
}

.hero-banner {
    /* background-image: url("assets/images/hero_banner.jpg");
    background-size: cover; */
    height: 100vh; /* Adjust the height as needed */
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 99vw;
    object-fit: cover;
}

.mySlides, .headings {
    display: none;
  }

  /* .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }

  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  } */

.color-layer {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 1;
    top: 0;
    background-color: rgba(0, 31, 71, 0.8); /* Adjust the color and opacity as needed */
}

.hero-banner-content-container {
    position: absolute;
    width: 97%;
    margin-top: 10vh;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90%;
}

.arrow-icon {
    color: #427cd5;
    font-size: 40px !important;
    cursor: pointer;
}

.hero-content-container {
    display: grid;
    grid-template-columns: auto auto;
    width: 80%;
}

.grid-item {
    display: flex;
    flex-direction: column;
    width: 50%;
    text-align: left;
    justify-content: center;
}

.welcome-text {
    font-size: 16px;
    color: #fefffe;
}

.main-heading {
    margin-top: 15px;
    font-size: 3.5vw;
    width: 80%;
    color: #fefffe;
}

.main-context {
    margin-top: 25px;
    width: 78%;
    letter-spacing: 0.5px;
    color: #fefffe;
}

.learn-more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #e3d30b;
    color: #011e47;
    padding: 13px 0px 9px 0px;
    border-radius: 8px;
    font-weight: 700;
    border: none;
    font-family: "f-bold";
    font-size: 16px;
    width: 174px;
    height: 46px;
    margin-top: 15px;
    cursor: pointer;
}

.learn-more-btn:hover {
    background-color: #f0e338;
}

.mobile-img {
    position: absolute;
    width: 45%;
    max-width: 750px !important;
    bottom: 0;
    right: 6vw;
}

.about-section-container {
    display: flex;
    width: 100%;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    position: relative;
    padding-bottom: 15%;
}

.download-line {
    margin-top: 20vh;
    text-align: center;
}

.build-your-future-para {
    text-align: center;
    font-size: 2.3vw;
    margin-top: 20px;
    width: 50%;
    margin-bottom: 5vh;
}

.about-content-container {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.about-content-inner-container {
    display: flex;
    align-items: center;
    position: relative;
    width: 85%;
}

.grid-item-left {
    width: 100%;
}

.grid-item-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-item-right-bg {
    background-color: #f4f5f4;
    height: 400px;
    right: 0;
    border-radius: 20px 0px 0px 20px;
    padding: 10vh 0vw;

}

.what-is-tuttarvik {
    margin-top: 15px;
    font-size: 2.5vw;
}

.about-context-para {
    width: 85%;
    margin-top: 30px;
    max-width: 900px;
}

.welding-image {
    border-radius: 16px;
    height: 480px;
}

.about-skill-section {
    margin: 0px 0px 0px 200px;
    min-width: 300px;
}

.hr {
    width: 16vw;
    background: #dddbdb;
    height: 3.5px;
    border: none;
    border-radius: 25px;
    margin-bottom: 20px;
    opacity: 0.9;
    position: relative;
}

.skill-head {
    font-size: 1.5vw;
    margin-bottom: 20px;
}

.skill-para {
    margin-bottom: 20px;
    /* min-width: 90%; */
    max-width: 60%;
}



.fun-and-easy-heading {
    font-size: 3.5vw;
}

.fun-and-easy-para {
    font-size: 15px;
    margin-top: 30px;
}

.video-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.get-started-section {
    position: relative;
    height: auto;
    width: 100%;
}

.get-started-container {
    width: 75%;
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
    padding-bottom: 5%;
    flex-direction: column;
}

.get-started-left-grid {
    width: 100%;
}

.get-started-right-grid {
    width: 100%;
    display: flex;
    flex-flow: row-reverse;
}

.try-tuttarvik-heading {
    font-size: 3.5vw;
    margin-top: 15px;
    width: 66%;
}

.get-started-content-container {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.content-no {
    color: #011e47;
    background-color: #e3d30b;
    border-radius: 25px;
    font-size: 33px;
    height: 45px;
    min-width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.yt-video {
    margin: 55px 0px 0px 0px;
    height: 75vh;
    width: 100%;
    border-radius: 16px;
}

.inner-context-container {
    height: auto;
    margin: 5px 0px 0px 15px;
}

.inner-context-para {
    width: 100%;
    margin-top: 17px;
}

.inner-context-images {
    width: 100%;
    margin-top: 20px;
}

.content-images {
    height: 35px;
    border-radius: 5px;
    margin: 0px 15px 0px 0px;
}

.get-started-column-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.job-seeker-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30vh;
    margin-top: -25vh;
}

.job-seeker-form-container {
    width: 70%;
    background-color: #f5f5f5;
    height: auto;
    border-radius: 10px;
    padding: 7% 6%;
}

.acnt-create-head {
    font-size: 1.8vw;
    font-weight: bold;
}

.acnt-create-para {
    font-size: 15px;
    margin: 15px 0px 0px 0px;
}

.form-container {
    width: 100%;
    display: flex;
    margin-top: 20px;
    flex-direction: column;
}

.form-container-password {
    margin-top: 0px;
}

.form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
}

.form-input {
    height: 40px;
    border-radius: 4px;
    margin-top: 7px;
    border: 2px solid #d9d9d8;
    padding: 0px 10px 0px 35px;
    font-size: 12px;
}

.form-input:focus-visible {
    outline: none;
    border: 2px solid #427dd4;
}

.form-input-label {
    font-size: 13px;
}

.form-group span {
    position: absolute;
}

.icon {
    padding: 37px 0px 0px 8px;
    font-size: 20px !important;
    color: #427dd4;
}

.form-group-language {
    width: 195%;
}

.form-input-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 5px;
    background-color: #fff;
}

.passowrd-label-container {
    height: auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.pass-hint {
    font-size: 8px;
}

.terms_and_condition {
    margin-top: 40px;
    font-size: 11px;
}

.terms-link {
    color: #000;
}

.create-acnt {
    font-size: 12px;
    margin-top: 40px;
}

.our-supporters-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 20vh;
    padding-top: 20vh;
    justify-content: center;
    align-items: center;
}

.get-started-section-bg {
    height: 550px;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    /* margin-bottom: 15%; */
    background-color: #011e47;
}

.our-support-head {
    font-size: 6vh;
}

.supporters-container {
    width: 85%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 35px;
}

.supporter {
    height: 118px;
    width: 220px;
    /* background-color: #427cd5; */
    border-radius: 8px;
    margin: 5% 0%;
    align-items: center;
    display: flex;
}

.supporter a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: inherit;
}


.supporter svg {
    max-height: 100%;
    max-width: 100%;
}

/* inner img tag of .supporter */
/* .supporter img {
    height: 100%;
    width: 100%;
} */

.footer {
    background-color: #011635;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-content-container {
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0px;
}

.logo {
    height: 140px;
}

.logo-content-container {
    display: flex;
    align-items: center;
}

.footer-content {
    display: flex;
    flex-direction: column;
    margin: 0px 0px 0px 15px;
    position: relative;
}

.content-header {
    font-size: 4vh;
}

.content-para {
    max-width: 500px;
    /* font-size: 10px; */
    width: 500px;
    min-width: 450px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.employer-btn {
    position: absolute;
    right: 0;
    width: 174px;
    height: 46px;
    padding: 13px 10px 9px 10px;
}

.footer-links {
    height: auto;
    background-color: #011635;
    width: 100%;
    padding: 30px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.links-container {
    width: 85%;
    display: flex;
    flex-direction: column;
}

.content-left-side {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin: 80px 0px 0px 0px;

}

.footer-img {
    height: 30px;
    margin: 0px 0px 0px 15px;
}

.footer-link {
    text-decoration: none;
    margin: 0px 15px 0px 0px;
}

.copyright {
    margin: 15px 0px 0px 0px;
    font-size: 14px;
    text-align: right;
}

.mobile-employer-btn {
    display: none;
}

.emp-login {
    margin: 0;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    justify-content: center;
    align-items: center;
  }

  .modal-content {
    background-color: #f5f5f5;
    padding: 0px 50px 0px 50px;
    margin: 30px 0px 0px 0px;
    border-radius: 16px;
    width: 42vw;
    height: 80vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

  .close {
    float: right;
    cursor: pointer;
    color: #fff;
    position: absolute;
    top: 25px;
    right: 50px;
    font-size: 33px !important;
  }

  .modal-head {
    font-size: 25px;
  }

  .modal-para {
    font-size: 13px;
    width: 100%;
    margin: 10px 0px 0px 0px;
  }

  .frgt-pswrd {
    color: #000;
    width: 100%;
    text-align: right;
    margin-top: 13px;
    font-size: 15px;
  }

  .modal-btn-container {
    width: 258px;
    display: flex;
    margin: 30px 0px 0px 0px;
  }

  .login-btn{
    padding: 13px 45px 9px 45px;
  }

  .cancel-btn {
    margin: 0px 0px 0px 25px;
    background-color: transparent;
    padding: 10px;

  }

  .cancel-btn:hover {
    background-color: transparent;
  }

  .crt-acnt-line {
    margin: 20px 0px 0px 0px;
    font-size: 15px;
  }

  .fun-and-easy-section {
    height: auto;
    width: 100%;
    padding-bottom: 15%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.fun-and-easy-section-container {
    justify-content: center;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0px 110px;

}

.card-container {
    display: flex;
    flex-direction: column;
    padding: 0px 0px 0px 20px;
}

  .card-text-container, .card-image {
    max-width: 28vw;
    min-width: 212px;
    border-radius: 0px 0px 16px 16px;
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    margin: 0;
}

  .card-image {
    border-radius: 16px 16px 0px 0px;

  }

  .card-heading {
    font-size: 28px;
    padding: 20px 20px 10px 30px;
  }

  .card-para {
    font-size: 16px;
    padding: 10px 10px 30px 30px;
    width: 90%;

  }

  .blah {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .blah2 {
    display: flex;
    flex-direction: row-reverse;
  }

  /* Reset default styles for anchor tags containing images */
a img {
    text-decoration: none; /* Remove underline */
    border: none; /* Remove border */
    display: inline-block; /* Ensure the image behaves as a block element */
    color: inherit; /* Inherit the color from the parent */
  }

/* Add these styles to your existing CSS or create a new section for modal styles */
.centered-text {
    text-align: center;
    margin-bottom: 20px;
}

.account-type-buttons {
    display: flex;
    gap: 20px; /* Adjust the spacing between buttons */
    justify-content: center; /* Center the buttons horizontally */
}


.choose-modal-btn {
    flex: 1;
    position: relative;
}

.job-seeker-btn {
    background-color: #e3d30b; /* Example color, replace with your desired color */
    color: #011e47;
}

.employer-btn-modal {
    background-color: #e3d30b; /* Example color, replace with your desired color */
    color: #011e47;
}

.inner-modal-fields {
    overflow-y: auto;
    max-height: 250px; /* Adjust the value as needed */
    position: relative;
    width: 100%;
}

.inner-modal-fields .form-group {
    width: auto;
}

.inner-modal-fields {
    padding-right: 10px;
}

.inner-modal-fields::-webkit-scrollbar {
    width: 7px;
}

.inner-modal-fields::-webkit-scrollbar-track,
.inner-modal-fields::-webkit-scrollbar-corner,
.inner-modal-fields::-webkit-scrollbar-track-piece {
    background: #f1f1f1;
}

.inner-modal-fields::-webkit-scrollbar-thumb,
.inner-modal-fields::-webkit-scrollbar-thumb:hover,
.inner-modal-fields::-webkit-scrollbar-thumb:active {
    background-color: #e3d30b;
    border-radius: 20px;
}

.inner-modal-fields::-webkit-scrollbar-thumb:vertical {
    height: 50px;
}

.inner-modal-fields {
    overflow-x: hidden;
}

.form-group-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.form-group-row .form-group {
    width: 48%;
}

.reset-btn {
    width: 100%;
}

.card-image-wrapper {
    height: 224px;
    overflow: hidden;
}

#overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;

}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}



