#section-1 h1 {
    text-transform: uppercase;
}

#section-1, #section-2 {
    position: relative;
}

#section-2 .content-container {
    height: 100vh;
}

#custom-tab li a {
    color: black;
    background: white;
    font-family: "Gill-Sans-Medium";
    font-size: 20px;
}

#custom-tab li a.active {
    color: white;
    background: #ed1c24;
    box-shadow: 0px 2px 10px rgba(237, 28, 36, 0.3);
    border-radius: 10px;
}

h3 {
    font-family: "PlayfairDisplay-BoldItalic" !important;
    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;
}

.bg-img {
    height: 60vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
}

.grid-img {
    width: 33.33%;
    position: relative;
}

.grid-img img{
    width: 100%;
    object-fit: cover;
    transition: .5s ease;
    backface-visibility: hidden;
    opacity: 1;
    display: block;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background-color: #000000B2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.grid-img:hover .middle {
    opacity: 1;
}

.text {
    color: white;
    font-size: 18px;
    font-family: "Gill-Sans";
}

.text-desc {
    color: white;
    font-size: 24px;
    font-family: "Gill-Sans";
}

.modal-content {
    background: transparent !important;
    border: none !important;
}

.close {
    color: #fff !important;
    text-shadow: unset !important;
    font-weight: unset !important;
    background-color: #FFFFFF4D !important;
    padding: 10px 16px 4px 16px !important;
    border-radius: 32px !important;
    font-size: 18px !important;
    opacity: 1 !important;
}

.modal-header {
    border-bottom: unset !important;
}

.slick-slide {
    width: 100%;
    transition: all 0.4s;
    position: relative;
}

.overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

.bg-top-right {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(80%, -18%);
}
.bg-top-right img {
    width: 40%;
}
/*top left*/
.bg-top-left {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-25%, -50%);
}
.bg-top-left img {
    width: 50%;
}
.slide-container .slick-next, .slide-container .slick-prev  {
    height: 100%;
}

/*---center slick---*/

/*---end center slick---*/

/* img {
    max-width: 100%;
    width: 100%;
} */

.owl-item .item {
    width: 10vw;
}
.owl-item.active.center .item {
    width: 40vw !important;
}

.owl-item:not(.center) > div:hover {
    opacity: 0.75;
}
.owl-carousel .owl-stage-outer {
    transform: translateX(-15%) !important;
    overflow: unset;
}

.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 50%;
    height: 500px;
}

.swiper-slide.swiper-slide-active .overlay-bg {
    opacity: 0;
}

.width-expand {
    transform: scaleX(1);
    max-width: 55vw;
    transition: all 1s;
}
.slick-track-trans {
    /* transform: translateX(-1900px)!important; */
}

.clip-container {
    position: relative;
    width: 100vw;
    height: 90vh;
    background: black;
}
@media (max-width: 767px) {
    .clip-container {
        height: 30vh;
    }
    .bg-top-left {
        transform: translate(-41%, -49%);
    }
    .bg-top-right {
        transform: translate(71%, -1%);
    }
    .bg-top-right img {
        width: 70%;
    }
    .bg-top-left img {
        width: 100%;
    }

    .grid-img {
        width: 100%;
    }

    .bg-img {
        height: unset;
    }
}
@media (min-width: 768px) and (max-width: 1025px) {
    .clip-container {
        height: 40vh;
        width: 90% !important;
    }
}
@media (min-width: 1026px) {
    .clip-container {
        height: 80vh;
        width: 90% !important;
    }
}

.clip-container .clip.clip1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 33%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    /* clip-path: polygon(0 0, 55% 0, 20% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.clip-container .clip.clip2 {
    position: absolute;
    top: 0;
    left: 33%;
    width: 34%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    /* clip-path: polygon(55% 0, 100% 0, 45% 100%, 20% 100%);
    -webkit-clip-path: polygon(100% 0, 0% 0, 0% 100%, 100% 100%); */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.clip-container .clip.clip3 {
    position: absolute;
    top: 0;
    left: 67%;
    width: 33%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    /* clip-path: polygon(100% 0, 100% 0, 100% 100%, 45% 100%);
    -webkit-clip-path: polygon(100% 0, 0% 0, 0% 100%, 100% 100%); */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/* 4 clips styling */
/* .clip-container .clip.clip1 {
    clip-path: polygon(0 0, 20% 0, 30% 100%, 0 100%);
}

.clip-container .clip.clip2 {
    clip-path: polygon(20% 0, 45% 0, 55% 100%, 30% 100%);
}

.clip-container .clip.clip3 {
    clip-path: polygon(45% 0, 70% 0, 80% 100%, 55% 100%);
}

.clip-container .clip.clip4 {
    clip-path: polygon(70% 0, 100% 0, 100% 100%, 80% 100%);
} */

/* CSS specific to iOS devices */
/* @supports (-webkit-touch-callout: none) {
    .clip-container.active .clip1:not(.active-clip) {
        left:0;
        display: none;
    }
    .clip-container.active .clip2:not(.active-clip) {
        left:33%;
        display: none;
    }
    .clip-container.active .clip3:not(.active-clip) {
        left:67%;
        display: none;
    }
} */

/* CSS for other than iOS devices */
/* @supports not (-webkit-touch-callout: none) {
    .clip-container .clip.clip1 {
        left: 0;
        width: 100%;
        clip-path: polygon(0 0, 55% 0, 20% 100%, 0 100%);
        -webkit-clip-path: polygon(0 0, 55% 0, 20% 100%, 0 100%);
    }
    .clip-container .clip.clip2 {
        left: 0;
        width: 100%;
        clip-path: polygon(55% 0, 100% 0, 45% 100%, 20% 100%);
        -webkit-clip-path: polygon(55% 0, 100% 0, 45% 100%, 20% 100%);
    }
    .clip-container .clip.clip3 {
        left: 0;
        width: 100%;
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 45% 100%);
        -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 45% 100%);
    }
    .clip-container.active .clip {
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }
} */
.clip-container.active .clip1:not(.active-clip) {
    left:0;
    display: none;
}
.clip-container.active .clip2:not(.active-clip) {
    left:33%;
    display: none;
}
.clip-container.active .clip3:not(.active-clip) {
    left:67%;
    display: none;
}
.clip-container .clip.clip1 {
    left: 0;
    width: 100%;
    clip-path: polygon(0 0, 55% 0, 20% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 55% 0, 20% 100%, 0 100%);
}
.clip-container .clip.clip2 {
    left: 0;
    width: 100%;
    clip-path: polygon(55% 0, 100% 0, 45% 100%, 20% 100%);
    -webkit-clip-path: polygon(55% 0, 100% 0, 45% 100%, 20% 100%);
}
.clip-container .clip.clip3 {
    left: 0;
    width: 100%;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 45% 100%);
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 45% 100%);
}
.clip-container.active .clip {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.clip-container .clip.active-clip {
    left:0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.clip-container .clip.active-clip .overlay-bg-2 {
    opacity: 0;
}
.overlay-bg-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.347);
    z-index: 2;
    cursor: none;
}
.width-100 {
    width: 100% !important;
}

.owl-item.active.center .overlay-bg {
    opacity: 0;
}

.margin-top-60 {
    margin-top: 60px;
}
