/* .content,
footer{
    display: none;
}
header{
    opacity: 0;
} */
.hero {
    color: white;
    background: rgba(0, 0, 0, 0.15);
    padding: 200px 0;
    height: 100vh;
}

#myVideo {
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}

.about {
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.75)),
        url("../img/back1.jpg");
    background-size: cover;
    text-align: center;
    padding: 2rem 0;
}

.talent-temp {
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.75)),
        url("../img/back1.jpg");
    background-size: cover;
    text-align: center;
    padding: 1rem 0;
}

.column-about .textDescription h2 {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.column-about .textDescription hr {
    margin: 1.4rem 0;
    width: 40%;
    height: 0.4vh;
    background: #ff0051;
}

.column-about .textDescription p {
    font-size: 1.2rem;
    line-height: 2;
    margin-bottom: 1rem;
}

.column-about .textDescription .btn {
    background: #7b153f;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    transition: 0.3s;
}

/* hiring section */

.hiring {
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.75)),
        url("../img/back2.jpg");
    background-size: cover;
    text-align: center;
    padding: 0 0;
    /* padding-bottom: 0px; */
    /* padding-left: 10em; */
}

.hiringTalent .column-about {
    position: relative;
}

/* audience section */

.audience {
    color: #fff;
    background-image: linear-gradient(
            rgba(0, 0, 0, 0.75),
            rgba(0, 11, 64, 0.479)
        ),
        url("../img/back3.jpg");
    background-size: cover;
    background-position: bottom;
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.audience .column-about hr {
    margin: 3rem 0;
    width: 40%;
    height: 0.4vh;
    background: #ff0051;
}

.audience .column-about h2 {
    font-size: 2.6rem;
    font-weight: bold;
    margin-top: 1rem;
}

.icon-audience .fa-brands {
    font-size: 7em;
}
.icon-audience .card-body {
    margin-bottom: 2rem;
}

/* glassmorphism on firefox */
.seeTalent {
    color: white;
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 11, 64, 0.6));
    padding: 3em 0;
}

.seeTalent .column-about {
    margin-left: 10rem;
}

/* .seeTalent .column-about img{
    height: 75vh;
} */
.simpleParallax {
    z-index: -1;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    filter: blur(5px);
}

/* reach us section*/

.contact {
    background: #000949;
    color: #fff;
}
.contactUs {
    padding: 5em 1em;
}
.contactUs .contactUsInfo {
    margin-top: 4rem;
    height: 30vh;
}
.contactUsInfo .fa-envelope {
    font-size: 24px;
}
.iconSocialMedia a {
    font-size: 24px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    transition: 0.3s;
}
.iconSocialMedia a:hover {
    transform: scale(1.2);
    background-color: #0c58e5;
}
.formContactUs {
    background-color: #fff;
    color: #000;
    padding: 2em 3em;
    border-radius: 1rem;
}
.formContactUs .form-floating textarea {
    width: 100%;
    height: 30vh;
    padding: 1rem;
    font-size: 1.2rem;
    resize: none;
}
.formContactUs button {
    background: #08b2f5;
    color: #fff;
    padding: 0.5rem 2rem;
    border-radius: 1rem;
    font-size: 1.2rem;
    transition: 0.3s;
}
.formContactUs .form-floating input {
    border: none;
    border-bottom: 2px solid #eee;
}
.formContactUs .form-floating input:focus,
.formContactUs .form-floating textarea:focus {
    border: none;
    border-bottom: 2px solid #7b1fa2;
    box-shadow: none;
}

#welcome-text{
    opacity: 0.5;
}

@media (max-width: 991.98px) {
    #myVideo {
        z-index: -1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        width:50%;
    }
    .hero {
        color: white;
        background: rgba(0, 0, 0, 0.15);
        padding: 160px 0;
        height: 0vh;
    }
    .hiring {
        padding-left: 0;
    }
    .column-about .textDescription p {
        font-size: 1rem;
        line-height: 1.5;
    }
    .column-about .textDescription h2 {
        font-size: 2rem;
    }
    .icon-audience .fa-brands {
        font-size: 6em;
    }
    .contactUs {
        padding: 5em 0;
    }
    .contactUs .contactUsInfo {
        height: 25vh;
    }
    .contactUs .formContactUs {
        padding: 2em 1em;
    }
    .audience {
        padding-top: 2.5rem;
    }
    .audience .column-about hr {
        margin: 2rem 0;
    }
    .seeTalent {
        height: 60vh;
    }
    .simpleParallax {
        top: 0%;
    }
}

@media screen and (max-width: 767.98px) {
    .about {
        padding: 4em 1em;
        height: 60vh;
    }
    .hero {
        padding: 100px 0;
    }
    .hiring {
        padding: 3em 1em;
        height: 70vh;
    }
    .hiringTalent .column-about {
        left: 0;
    }
    .column-about .textDescription p {
        font-size: 1rem;
    }
    .column-about .textDescription h2 {
        font-size: 2rem;
    }
    .icon-audience .fa-brands {
        font-size: 5em;
    }
    .seeTalent .column-about {
        margin: 0rem;
        padding: 0 2rem;
    }
    .iconSocialMedia a {
        margin-right: 0rem;
    }
    .contactUs {
        padding: 3em 0 0 0;
    }
    .contactUs .formContactUs {
        padding: 2em 3em;
    }
    .contactUs .contactUsInfo {
        margin-top: 2.5rem;
        height: 20vh;
        margin-bottom: 2rem;
    }
    .column-about .textDescription .btn {
        font-size: 18px;
        padding: 0.5rem 1rem;
        margin-top: -0.5rem;
    }
    .audience .column-about h2 {
        font-size: 2rem;
    }
    .audience .column-about hr {
        margin: 1.5rem 0 2rem 0;
    }
}

@media screen and (max-width: 575.98px) {
    .contactUs .column-about {
        margin: auto;
    }
    .contactUs .formContactUs {
        padding: 2em 1.5em;
        border-radius: 20px 20px 0 0;
    }
}


