*,
*::before,
*::after{
    border: 0;
    margin: 0;
}

:root{
    --font-family: 'Nunito Sans';
    --primary-color: #3a86ff;
    --secondary-color: #0077b6;
    --body-color: #edf6f9;
    --body-color-two: #fffffc;
    --ash-color: #d9d9d9;
}

body{
    font-family: 'Nunito Sans', sans-serif;
    background-color: var(--body-color-two);
}

.header_container{
    max-width: 100%;
    margin: 0 auto;
    padding: 0.96rem;
    overflow: hidden;
    height: 100vh;
    position: relative;
    top: 0;
    background: url(/images/bg_image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    background-attachment: fixed;
}

.header_container::before{
    content: '';
    background-color: rgba(0, 0, 0, 0.70);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.96rem;
    height: inherit;
}

.header_container .sub_header_container{
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: baseline;
    align-content: center;
    position: relative;
    width: auto;
}

.sub_header_container .logo{
    margin: 0.95rem 3rem;
    margin-bottom: 2rem;
}

.logo h2 a{
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    text-decoration: none;
    /* letter-spacing: 2px; */
}

.sub_header_container .navbar{
    position: relative;
    margin-bottom: 2rem;
}

.navbar ul{
    list-style: none;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    gap: 3.5rem;
}

.navbar ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.20s ease;
}

.navbar ul li a:hover{
    border-bottom: 3px solid #fff;
    transform-origin: left;
    padding-bottom: 5px;
}

.sub_header_container .actions{
    display: flex;
    flex: 1;
    justify-content: end;
    align-items: center;
    gap: 1.3rem;
}

.actions ul{
    display: flex;
    list-style: none;
    flex: 1;
    justify-content: end;
    align-items: center;
    gap: 1.3rem;
}

.actions ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.20s ease;
}

.actions .get_started{
    background: transparent;
    padding: 0.65rem 2.5em;
    color: #fff;
    font-size: 18px;
    font-family: inherit;
    outline: 3px solid var(--ash-color);
    border-radius: 50px;
    transition: all .45s ease-in;
    cursor: pointer;
}

.get_started:hover{
    transform: translateY(-2px);
    background-color: #d9d9d9;
    color: #333;
    outline: none;
}

.header_container .hero_section{
    max-width: 100%;
    position: relative;
    top: 8em;
    left: 0;
    width: 52rem;
    padding: 3em;
    /* line-height: 2em; */
}

.hero_section .hero_mid_text h1{
    font-size: 3.5em;
    word-wrap: break-word;
    word-break: break-all;
    color: #fff;
    margin-bottom: 0.35em;
}

.hero_mid_text p{
    font-size: 20px;
    color: #fff;
}

.hero_section .button{
    margin-top: 2em;
    padding: 1.5rem 0;
}

.button .hero_btn{
    background-color: #d9d9d9;
    font-size: 18px;
    font-weight: 300;
    font-family: inherit;
    padding: 0.65rem 3rem;
    border: 0;
    outline: 0;
    border-radius: 50px;
    transition: all .24s ease;
    cursor: pointer;
}

.hero_btn:hover{
    transform: translateY(-5px);
}

.header_container .responsive_header{
    display: none;
}

.header_container .responsive_navbar{
    display: none;
}

/* Hired Section */
.hired_section {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    top: 6em;
    margin-bottom: 8em;
    padding: 2em 1.2em;
    display: flex;
    flex: 1;
    justify-content: space-around;
    gap: 2em;
    align-items: center;
    flex-wrap: nowrap;
}

.hired_section .pic_section{
    width: 50%;
    padding: 2em;
}

.pic_section > .yellow_box{
    background-color: rgb(253, 253, 52);
    padding: 2em;
    width: 300px;
    height: 300px;
    position: relative;
    left: 0;
    border-top-right-radius: 20px;
}
.pic_section img{
    position: absolute;
    top: 10em;
    width: 400px;
    left: 10em;
    border: 10px solid #fff;
    border-radius: 20px;
}

.hired_section .text_section{
    width: 50%;
    line-height: 2em;
    text-align: start;
}

.text_section i {
    font-size: 1.8em;
}
.text_section i, h2{
    margin-bottom: 20px;
}
.text_section p{
    width: 30em;
}

/* Brands Section */
.partnership_section{
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    top: 6em;
    margin-bottom: 8em;
    padding: 2em 1.2em;
    text-align: center;
}

.partnership_section .brands{
    display: flex;
    flex-direction: row;
    flex: 1;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    gap: 2em;
    margin-top: 3em;
}

.brands .brand img{
    width: 300px;
    height: 100px;
}

.partnership_section .brands .brand{
    width: 300px;
    height: 100px;
    padding: 1rem 2.5rem;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.20);
    /* border: 2px solid black; */
}

/* Hired section two */
.hired_section_two{
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    top: 6em;
    margin-bottom: 8em;
    padding: 2em 1.2em;
    display: flex;
    flex: 1;
    justify-content: space-around;
    gap: 2em;
    align-items: center;
    flex-wrap: nowrap;
}

.hired_section_two .text_section{
    width: 50%;
    line-height: 2em;
    text-align: start;
    position: relative;
    left: 2em;
    bottom: 2em;
}

.hired_section_two .pic_section_two{
    width: 50%;
    padding: 2em;
}

.pic_section_two .blue_box{
    background-color: #0077b6;
    padding: 2em;
    width: 300px;
    height: 300px;
    position: relative;
    left: 0;
    float: right;
    border-top-left-radius: 20px;
}

.pic_section_two img{
    position: absolute;
    top: 10em;
    width: 400px;
    right: 10em;
    border: 10px solid #fff;
    border-radius: 20px;
}

/* Testimonial */

.carousel{
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    top: 6em;
    margin-bottom: 8em;
    padding: 2em 1.2em;
}

.carousel .carousel_text{
    text-align: center;
    margin: auto;
    margin-bottom: 4em;
}

.carousel .main_carousel{
    display: flex;
    flex: 1;
    justify-content: space-around;
    gap: 2em;
    align-items: center;
    flex-wrap: nowrap;
}

.main_carousel .content{
    display: grid;
    grid-template-columns: 1fr;
    border: 0;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.20);
    width: 400px;
    padding: 5em 3em;
    border-radius: 20px;
}

.content .head_content {
   display: flex;
   flex-wrap: nowrap;
   flex: 1;
   gap: 1em;
   align-items: baseline;
   text-align: center;
}

.head_content .name{
    position: relative;
    right: 0;
    top: -4em;
}

.name p{
    font-weight: 700;
}

.content .head_content img{
    width: 100px;
    border-radius: 50%;
}

/* Footer start */

.footer_start{
    max-width: 100%;
    position: relative;
    top: 5em;
    bottom: 5em;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.footer_start .black_container{
    background-color: black;
    color: #fff;
    padding: 4em 0;
}

.footer_start .black_container h1{
    font-size: 2em;
}

.footer_start .blue_container{
    background-color: #0077b6;
    color: #fff;
    padding: 4em 0;
}

.blue_container button{
    background-color: #d9d9d9;
    font-size: 18px;
    font-weight: 300;
    font-family: inherit;
    padding: 0.65rem 3rem;
    border: 0;
    outline: 0;
    border-radius: 50px;
    transition: all .24s ease;
    cursor: pointer;
}

/* Main Footer */

.main_footer{
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    top: 8em;
    margin-bottom: 8em;
    padding: 4em 1.2em;
}

.footer_container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-around;
    align-items: center;
    vertical-align: middle;   
}

.footer_container .talent h5{
    font-size: larger;
    margin-bottom: 2em;
}

.talent .talent_list ul{
    list-style: none;
}

@media (max-width: 949px) {
    .header_container .sub_header_container{
        display: none;
    }


    .header_container .responsive_header{
        display: flex;
        position: relative;
        flex: 1;
        justify-content: space-between;
        align-items: baseline;
        padding: 0.95rem;
        max-width: 100%;
    }

    .responsive_header .responsive_logo h2 a{
        color: #fff;
        text-decoration: none;
        font-family: var(--font-family);
        font-size: larger;
    }

    .responsive_header .menu #open{
        display: block;
        color: #fff;
        font-size: 25px;
        transition: ease .24s;
    }

    .responsive_header .menu #cancel{
        display: none;
        color: #fff;
        font-size: 25px;
        transition: ease .24s;
    }

    .responsive_header .menu #open.go{
        display: none;
    }

    .responsive_header .menu #cancel.show{
        display: block;
    }

    .header_container .responsive_navbar{
        position: relative;
        background-color: #d9d9d9;
        text-align: center;
        color: #333;
        height: 100vh;
        max-width: 100%;
        animation: drop 2s ease-in .45s;
        transition: all .34s ease-in-out;
        display: none;
    }

    .responsive_navbar.open{
        display: block;
    }

    .responsive_navbar ul{
        list-style: none;
        display: flex;
        flex-direction: column;
        flex: 1;
        gap: 1.45rem;
        padding: 2.5em 0;
        margin: 0 auto;
    }

    .responsive_navbar ul li a{
        font-size: 25px;
        color: #333;
        text-decoration: none;
    }

    .responsive_navbar .responsive_btn {
        margin-top: 2em;
    }

    .responsive_btn .get_started{
        background-color: #333;
        font-size: 18px;
        font-weight: 300;
        color: #d9d9d9;
        font-family: inherit;
        padding: 0.65rem 3rem;
        border: 0;
        outline: 0;
        border-radius: 50px;
        transition: all .24s ease;
        cursor: pointer;
    }

    .hero_section .hero_mid_text h1{
        font-size: 2.4em;
        word-wrap:break-word;
        break-after: always;
        word-break:keep-all;
    }

    .header_container .hero_section{
        width: auto;
    }

    .hired_section {
        flex-wrap: wrap;
        padding: 1em 0;
    }

    .pic_section_two img{
        top: 20em;
    }

    .pic_section_two .blue_box{
        border-bottom-right-radius: 50px;
    }

    .hired_section .pic_section{
        padding: 2em 0;
        position: relative;
        left: -5em;
    }

    .text_section p{
        width: auto;
    }

    .pic_section img{
        left: 0.95em;
    }
    .yellow_box {
        margin-bottom: 3em;
        
    }

    .hired_section_two{
        flex-wrap: wrap;
        padding: 1em 0;
    }

    .carousel .main_carousel{
        flex-wrap: wrap;
    }

    .content .head_content {
        grid-template-columns: 1fr;
    }

    .footer_container{
        grid-template-columns: repeat(2, 1fr);
        gap: 1em;
    }
}   


@media (max-width: 500px) {
    .footer_container{
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }
}

