#section-1 {
    /* height:100vh; */
}
#section-1 h1 {
    text-transform: uppercase;
}
#section-2 h2 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.title-detail-page {
    text-transform: uppercase;
}

h3 {
    text-transform: capitalize !important;
    font-size: 2rem;
}

.btn-career {
    text-transform: uppercase;
    color: white;
    background: #a21717;
    padding: 8px 12px;
    border-radius: 8px;
    text-align: center;
    line-height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.btn-more {
    text-transform: capitalize;
    color: white;
    background: #a21717;
    padding: 8px 12px;
    border-radius: 8px;
    text-align: center;
    line-height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: max-content;
    margin-left: auto;
}

.font-red {
    color: #a21717;
}

.p-32 {
    font-size: 2rem;
}

.box-vacancy {
    background: white;
    box-shadow: 0px 0px 35px 0px #00000026;
    border-radius: 40px 0px 4px 0px;
    padding: 32px;
}

.box-vacancy img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

h3.sub-header-2 {
    font-family: "PlayfairDisplay-BoldItalic" !important;
    color: #ed1c24;
}
#section-2 .content-container {
    height: 100vh;
}
#section-2 .bg-img {
    height: 100%;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media (max-width: 767px) {
    #section-2 .bg-img {
        height: 28vh;
    }

    #section-detail-title {
        margin-bottom: 50vh;
    }

    #section-detail {
        padding-top: 0;
    }
}
@media (max-width: 650px) {

    #section-detail-title {
        margin-bottom: 30vh!important;
    }

    img.career-img.w-75 {
        width: 70%!important;
    }

    .btn-more {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 560px) {

    #section-detail-title {
        margin-bottom: 34vh!important
    }

    img.career-img {
        width: 70%!important;
    }

    #section-detail .main-padding-top.main-padding-bottom {
        padding-top: 110px!important;
    }
}

/*story detail*/
#section-detail-title {
    margin-bottom: 10rem;
    padding-bottom: 13%;
}
@media screen and (min-width:1025px) and (max-width:1919px){
    #section-detail-title {
        margin-bottom: 9rem;
    }
    #section-detail {
        padding-top: 8% !important;
    }
}

@media screen and (min-width:2400px){
    #section-detail-title {
        margin-bottom: 13rem;
    }
}

#section-detail-title h1 {
    letter-spacing: 0.2em;
}
#section-detail {
    position: relative;
    background: #212028;
    border-top-right-radius: 80px;
    border-top-left-radius: 80px;
    padding-top: 30vh;
}

.intersection-bg {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 80%;
    width: 80%;
    top: -45%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, 0);
}

#section-detail .main-padding-top {
    padding-top: 5rem;
}

#section-detail .content-container p {
    font-family: "Gill-Sans";
    line-height: 150%;
    letter-spacing: 0.1em;
    color: white;
}
@media screen and (min-width:300px) and (max-width:330px){
    .main-padding-top{
        padding-top:5rem !important;
    }
    #section-detail {
        /* padding-top:26% !important; */
    }
}

@media (max-width: 1025px) {
    #section-detail {
        padding-top: 10%;
        border-top-left-radius: 80px;
        border-top-right-radius: 80px;
    }
}
@media (max-width: 992px) {
    #section-detail {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding-top: 23%;
        position: relative;
    }

}
@media (max-width: 767px) {
    #section-detail-title {
        padding-bottom: 0;
    }
    #section-detail {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding-top: 0;
        position: relative;
    }
}
.intersection-bg-2 {
    display: none;
}
.intersect-row {
    position: absolute;
    top: 0%;
    z-index: 1;
}
@media screen and (min-width: 375px) and (max-width: 624px) {
    .intersect-row {
        top: 7%;
    }
}
@media screen and (min-width: 625px) and (max-width: 768px) {
    .intersect-row {
        top: 6%;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .intersect-row {
        top: 4%;
    }
}
@media screen and (min-width: 1200px) {
    .intersect-row {
        top: 8%;
    }
}
@media (min-width: 993px) {
    .intersection-bg {
        position: absolute;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 80%;
        width: 30%;
        top: -50%;
        left: 24%;
        z-index: 100;
        transform: translate(-50%, 0);
    }
    .intersection-bg-2 {
        display: block;
        position: absolute;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 80%;
        width: 80%;
        top: -10%;
        left: 46%;
        z-index: 100;
        transform: translate(-50%, 0);
    }
    .main-padding-top {
        padding-top: 0rem;
    }
    h1, h2 {
        font-size: 40px;
    }
    #section-detail {
        padding-top: 8%;
    }
    #section-1.main-padding-top {
        padding-top: 6rem;
    }
}

@media screen and (max-width: 992px) {
    #section-detail .main-padding-top {
        padding-top: 1rem;
    }
    #section-detail-title {
        margin-bottom: 280px;
    }

    img.career-img {
        width: 50%!important;
    }
}
@media screen and (max-width: 1400px) {
    #section-detail .main-padding-top {
        padding-top: 0rem;
    }
}
@media screen and (min-width: 1400px) {
    #section-2 .bg-img {
        height: 50vh;
        /* background-attachment: fixed; */
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
}
@media (max-width:768px){
    #section-detail .main-padding-top {
        padding-top: 5vh;
    }
    img.career-img {
        width: 60%!important;
    }
}
#target-img {
    perspective: 30px;
}

@media (max-width:767px){
    #section-detail .main-padding-top {
        padding-top: 150px!important;
    }
}

#target-img-child {
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    /* box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.2); */
}

#target-img-2 {
    perspective: 30px;
}

#target-img-child-2 {
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    /* box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.2); */
}


/*top left*/
.bg-top-left {
    position: absolute;
    top: 10%;
    left: 0;
    transform: translate(-25%, -50%);
}
.bg-top-left img {
    width: 50%;
}
/*center right*/
.bg-center-right {
    position: absolute;
    top: 50%;
    right: 0;
    /* z-index: 999; */
    transform: translate(66%, 20%) rotate(-302deg);
}
.bg-center-right img {
    width: 60%;
}
/*bottom left*/
.bg-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-56%, -11%) rotate(241deg);
}
.bg-bottom-left img {
    width: 50%;
}

.bg-top-right {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(80%, -18%);
}
.bg-top-right img {
    width: 40%;
}

@media (max-width: 767px) {

    .bg-top-left.show-page {
        transform: translate(-49%, -96%);
    }
    .bg-top-left {
        transform: translate(-41%, -49%);
    }
    .bg-top-left img {
        width: 100%;
    }

    .bg-center-right img {
        width: 75%;
    }

    .bg-center-right {
        transform: translate(0, 90%) rotate(-302deg);
    }
}

.pos-md-rel{
    position:unset;
}

#apply-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: white;
    border: none;
    border-radius: 16px 0px 16px 0px;
    padding: 8px 20px;
    font-weight: 900;
    font-size: 22px;
    background-color: #ed1d25;
    text-transform: capitalize;
}

#apply-btn:hover, #apply-btn:focus {
    box-shadow: none!important;
    outline: none!important;
}

.title-ribbon {
    position: absolute;
    background-color: #ED1C24;
    border: none;
    padding: 16px 18px 4px;
    color: #fff;
    top: 5%;
    right: -30%;
    border-radius: 16px 0px 16px 0px;
}

.title-ribbon h3,
.title-ribbon2 h3{
    margin: 0;
    letter-spacing: unset !important;
}

.title-ribbon2 {
    position: absolute;
    background-color: #ED1C24;
    border: none;
    padding: 16px 18px 4px;
    color: #fff;
    bottom: 5%;
    right: -30%;
    border-radius: 16px 0px 16px 0px;
}

@media screen and (min-width: 1699px) {
    .title-ribbon {
        top: 25px;
        right: -260px;
    }

    .title-ribbon2 {
        bottom: 25px;
        right: -230px;
    }
}

@media screen and (max-width:768px){
    #apply-btn {
        font-size: 18px;
    }
    .pos-md-rel{
        position:relative;
    }

    .title-ribbon {
        width: 100%;
        right: 0;
        top: 0;
    }

    .title-ribbon2 {
        width: 100%;
        bottom: unset;
        right: 0;
        top: 0;
    }

    .title-size {
        font-size: 22px;
    }
}

@media screen and (min-width:540px) and (max-width:768px){
    .tablet-none{
        display: none;
    }
}

.main-wrapper {
    padding-bottom: 8rem;
    padding-top: 7rem;
}

.stories-details-card {
    border-radius: 60px 0px 60px 0px;
    background-color: #212028;
    z-index: 9999;
}

.cover-img-details {
    width: 100%;
    height: 460px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 60px 0px 60px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cover-video-details {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    border-radius: 60px 0px 60px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.padding-content {
    padding: 24px 32px !important;
}

.title-stories {
    font-size: 32px !important;
    font-family: unset;
    line-height: unset;
    letter-spacing: unset;
}

.text-18 {
    font-size: 18px;
}

.text-20 {
    font-size: 20px;
}

.requirement-card {
    border-radius: 60px 0px 60px 0px;
    background-color: #F5F5F5;
    border: none;
    padding: 24px 12px;
}
