@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Comfortaa&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200&family=Montserrat:wght@200;300&family=Poppins&display=swap');

/* font-family: 'Alata', sans-serif; */
/* font-family: 'Comfortaa', cursive; */

:root {
    --main-color: #9f8ddf;
    --blue: #c8a7f6;
    --blue-dark: #1f2f42;
    --orange: #ac8ce6;
    --green-yellow: #3e3e3d;
    --pink-light: #845aa8;
    --cyan-light: #948fe6;
    --white: #8567ac;
    --white-alpha-40: rgba(201, 161, 252, 0.4);
    --white-alpha-25: rgba(233, 184, 184, 0.25);
    --backdrop-filter-blur: blur(5px);
}

* {
    margin: 0;
    padding: 0;
}

body {
    /* background:  linear-gradient(to bottom right,rgb(8, 8, 8), var(--cyan-light)); */
    color: hsl(0, 4%, 5%);
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
    padding: 35px 15px;
    font-family: 'Alata', sans-serif;
    scroll-behavior: smooth;
}

body.hide-scrolling {
    overflow-y: hidden;
}

.head {
    position: relative;
    left: 42rem;
    font-size: 14px;
}

/* VIDEO */

.video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

video {
    min-width: 100%;
    min-height: 100%;
}

#background-video {
    position: relative;
    z-index: 1;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(201, 198, 198, 0.86);
    /* Adjust the alpha (last value) to control darkness */
    z-index: 2;
}

/* VIDEO */

.container {
    height: 600px;
    width: 490px;
    position: absolute;
    top: -426px;
    right: -1034px;
    display: none;
    /* background-color: white; */
    /* box-shadow: 8px 8px 20px rgb(128, 128, 128); */
    position: relative;
    overflow: hidden;
    /* position: absolute; */
    /* top: 156px;
    left: 901px; */
    /* width: 400px;
    height: 440px; */
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    backdrop-filter: blur(20px);
    box-shadow: 0 0 20px rgba(243, 241, 241, 0.5);
    /* display: flex;
    justify-content: center;
    align-items: center; */
    transition: height .2s ease;
}

.btn {
    height: 60px;
    width: 300px;
    margin: 20px auto;
    box-shadow: 10px 10px 30px rgb(251, 188, 254);
    border-radius: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: 'Comfortaa', cursive;
    font-size: 2rem;
    color: whitesmoke;
    text-align: center;
}

.login,
.signup {
    font-size: 22px;
    color: white;
    border: none;
    outline: none;
    background-color: transparent;
    position: relative;
    cursor: pointer;
}


.slider {
    height: 55px;
    width: 138px;
    border-radius: 50px;
    background-image: linear-gradient(to right,
            rgb(18, 17, 19),
            rgb(61, 50, 66));
    /* background-image: transparent; */
    position: absolute;
    top: 20px;
    left: 100px;
    transition: all 0.5s ease-in-out;
}

.moveslider {
    left: 250px;
}

.login-box,
.signup-box {
    height: 100%;
    width: 500px;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 30px;
}

.login-box {
    gap: 40px;
}

.signup-box {
    gap: 10px;
}

.ele {
    height: 60px;
    width: 400px;
    outline: none;
    border: none;
    border-bottom: 2px solid whitesmoke;
    background: transparent;
    /* border: none; */
    outline: none;
    font-family: 'Alata', sans-serif;
    color: #b7b7e5;


    color: rgb(77, 77, 77);
    background-color: transparent;
    border-radius: 50px;
    padding-left: 30px;
    font-size: 18px;
}

.clkbtn {
    height: 60px;
    width: 150px;
    border-radius: 50px;
    background-image: linear-gradient(to right,
            rgb(233, 167, 253),
            rgb(144, 36, 211));
    font-size: 22px;
    border: none;
    cursor: pointer;
}

/*----------------------
Custom Scrollbar 
------------------------*/
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: rgb(103, 52, 169);
}

::-webkit-scrollbar-thumb {
    background-color: rgb(184, 138, 237);
}

/* section{
    background-color: var(--white-alpha-25);
    border: 1px solid var(--white-alpha-40);
    min-height: calc(100vh - 70px);
    border-radius: 30px;
    backdrop-filter: var(--backdrop-filter-blur);
    display: none;
}
section.active{
    display: block;
    animation: fadeIn 0.5s ease-in-out forwards;
}
section.fade-out{
    animation: fadeOut 0.5s ease-in-out forwards;
} */

/* SECTION 1 */
.section-1 {
    max-width: 1040px;
    margin: auto;
    margin-top: 60px;
    /* margin-bottom: 200px; */
    position: relative;
    padding-top: 10px;
}

.section-1-header {
    max-height: 70px;
    display: flex;
    justify-content: space-between;
    color: rgb(255, 255, 255);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 20px;
    background-color: rgba(8, 7, 7, .4);
    /* Adjust the last value (alpha) to control transparency */
    z-index: 210;
}

.section-1-header-logo {
    display: flex;
    align-items: center;
}

.logo-text {
    font-family: 'Comfortaa', cursive;
    margin-left: 5px;
    font-weight: 600;
}

.section-1-header-logo img {
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(90, 123, 128, 0.3);
    /* drop shadow effect */
}

.section-1-header-options {
    position: relative;
    left: -7rem;
    font-family: 'Alata', sans-serif;
    display: flex;
    align-items: center;
}

.section-1-header-options div a {
    text-decoration: none;
    opacity: .8;
    font-size: 18px;
    line-height: 36px;
    white-space: nowrap;
    margin: 0 20px 0 36px;
    color: white;
    font-family: 'Alata', sans-serif;
    transition: 0.3s ease;
}

.section-1-header-options div a:hover {
    color: #0e0e10;
    letter-spacing: 3px;
    cursor: pointer;
}


.section-1-main {
    font-family: 'Alata', sans-serif;
    text-align: center;
    font-weight: bolder;
}

.gradient-text {
    font-family: 'Alata', sans-serif;
    background: linear-gradient(to right, #070608, #574876), #f0dfec;
    /* Replace with your desired gradient colors */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-1-main-1 {
    margin-top: 100px;
    font-size: 106px;
    line-height: 125px;
    letter-spacing: -3px;
    font-weight: 700;
}

.section-1-main-2 {
    color: #997ee8;
    font-size: 30px;
    font-family: 'Comfortaa', cursive;
    letter-spacing: -0.2px;
    line-height: 38px;
    margin-top: 35px;
    font-weight: 700;
}

.section-1-main-3 {
    padding: 0.5rem;
}

/* .section-1-main-3 button {
    padding: 10px 30px;
    font-size: 24px;
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
    background-color: white;
    border: none;
    border-radius: 100px;
    cursor: pointer;
} */

/*----------------------
Animation Keyframes
------------------------*/
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomInOut {

    0%,
    100% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1);
    }
}

@keyframes bounceTop {

    0%,
    100% {
        transform: translateY(-50%);
    }

    50% {
        transform: translateY(0px);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*----------------------
Background Circles
-----------------------*/
.bg-circles {
    position: fixed;
    top: 0;
    height: 100%;
    max-width: 1200px;
    width: calc(100% - 30px);
    left: 50%;
    transform: translateX(-50%);
}

.bg-circles div {
    position: absolute;
    border-radius: 50%;
}

.bg-circles .circle-1 {
    height: 60px;
    width: 60px;
    background-color: var(--blue);
    left: 5%;
    top: 10%;
    opacity: 0.3;
    animation: zoomInOut 4s linear infinite;

}

.bg-circles .circle-2 {
    height: 80px;
    width: 80px;
    background-color: var(--main-color);
    left: 30%;
    top: 50%;
    opacity: 0.4;
    animation: bounceTop 2s ease-in-out infinite;
}

.bg-circles .circle-3 {
    height: 120px;
    width: 120px;
    background-color: var(--white);
    top: 40%;
    right: -60px;
    opacity: 0.3;
    animation: bounceTop 2s ease-in-out infinite;
}

.bg-circles .circle-4 {
    height: 50px;
    width: 50px;
    background-color: var(--orange);
    top: 80%;
    left: -30px;
    opacity: 0.6;
    animation: zoomInOut 4s linear infinite;
}

.bg-circles .circle-5 {
    height: 70px;
    width: 70px;
    background-color: rgb(141, 118, 224);
    left: 80%;
    top: 4.5%;
    opacity: 0.2;
    animation: bounceTop 2s ease-in-out infinite;
}

.bg-circles .circle-6 {
    height: 50px;
    width: 50px;
    background-color: rgba(36, 21, 45, 0.158);
    left: 60%;
    top: 91%;
    opacity: 0.2;
    animation: zoomInOut 2s ease-in-out infinite;
}




/* <!-- Employer features --> */

.features {

    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.5rem;
    gap: 60px;
}

.feature1 {
    z-index: 100;
    border: 1px solid white;
    padding: 10px 28px;
    box-shadow: 0px 0px 10px #8d89894d;
    border-radius: 22px;
    transition: 0.5s ease-in-out;
}

.feature2 {
    z-index: 100;
    border: 1px solid white;
    padding: 10px 28px;
    box-shadow: 0px 0px 10px #8d89894d;
    border-radius: 22px;
    transition: 0.5s ease-in-out;
}

.feature1 a {
    text-decoration: none;
    color: black;
}

.feature1:hover {
    background-color: #7878794c;
    color: white;
    letter-spacing: 2px;
}

.feature2 a {
    text-decoration: none;
    color: black;
}

.feature2:hover {
    background-color: #7878794c;
    color: white;
    letter-spacing: 2px;
}


/* <!-- Employer features --> */
.feature-contents1,
.feature-contents2 {
    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 1rem;
    /* Adjust the top value as needed */
}

.featuress1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 0.2px solid black;
    padding: 48px 19px;
    background-color: #15131324;
    gap: 1rem;
    border-radius: 18px;
    width: 19%;
    height: 72px;
    margin-left: 1rem;
    /* Add margin to separate them */
    position: relative;
    left: 32%;
}

.featuress2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 0.2px solid black;
    padding: 48px 19px;
    background-color: #15131324;
    gap: 1rem;
    border-radius: 18px;
    width: 19%;
    height: 72px;
    margin-left: 1rem;
    /* Add margin to separate them */
    position: relative;
    left: 47%;
}


.feature11 {
    z-index: 100;
    border: 1px solid white;
    padding: 10px 28px;
    box-shadow: 0px 0px 10px #151515;
    border-radius: 22px;
    transition: 0.5s ease-in-out;
    background-color: white;
}

.feature11 a {
    text-decoration: none;
    color: black;
}

.feature11:hover {
    background-color: #7878794c;
    color: white;
    letter-spacing: 0.2px;
}

.feature22 {
    z-index: 100;
    border: 1px solid white;
    padding: 10px 28px;
    box-shadow: 0px 0px 10px #151515;
    border-radius: 22px;
    transition: 0.5s ease-in-out;
    background-color: white;
}

.feature22 a {
    text-decoration: none;
    color: black;
}

.feature22:hover {
    background-color: #7878794c;
    color: white;
    letter-spacing: 0.2px;
}

.dropdown-content {
    display: none;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
}

/* Style for the active (visible) dropdown */
.dropdown-content.active {
    display: block;
    opacity: 1;
    max-height: 200px;
    /* Set an appropriate max-height */
}



/* FOOTER STARTS*/
footer {
    margin-top: 50px;
    border-top: 0.1px solid rgb(140, 139, 139);
    /* box-shadow: inset 0px 7px 8px -3px rgba(122, 120, 120, 0.5); */
    text-align: center;
    background-color: transparent;
    backdrop-filter: blur(10px);
    color: rgb(0, 0, 0);
}

.footer {
    /* margin-top: 50px; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 50px 0px;
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

.ftitle {
    margin-top: 50px;
    font-family: "Comfortaa", cursive;
    color: #8567ac;
    font-weight: 600;
    font-size: larger;
}

.foot-txt {
    line-height: 25px;
    margin-top: 70px;
}

.footer-col-title {
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
}

.footer li {
    cursor: pointer;
    list-style: none;
    padding: 10px 0;
}

.footer-col {
    text-align: left;
    margin-top: 20px;
}

.social {
    align-items: center;
}

.social i {
    margin-top: 30px;
    padding: 7px;
}

.social li {
    margin-top: -30px;
}

.social img {
    height: 88px;
}

.footer-icon {
    height: 13%;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(90, 123, 128, 0.3);
}

/* FOOTER ENDS */