/* ==============================
   HEADER & HERO SECTION
   ============================== */
   .original-img {
    background-color: #fff;
    background-blend-mode: overlay;
    background-image: url("../../wp-content/themes/disrupt/images/sectors/sectors-topper.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    width: -webkit-fill-available;
    opacity: 20%;
}

.img-treatment {
    height: 90vh;
    clip-path: polygon(0% 0%, 80% 0%, 100% 0%, 100% 100%, 70% 100%, 450% 100%, 0% 100%, 0% 0%);
    position: relative;
}

.col-md-12.cols-sm-12.col-xs-12 {
    z-index: 99;
    position: absolute;
    top: 27vh;
}


.head-content {
    margin-top: unset;
    font: normal normal normal 180px/140px Knockout-HTF67-FullBantamwt;
}

.head-icon {
    margin-top: 10%;
}


/* ==============================
   AWARDS SECTION
   ============================== */
.influencer-awards {
    background-color: #0E141F;
    margin: auto;
    text-align: center;
    position: relative;
    /* padding-bottom: 10vw; */
}

.influencer-awards::before {
    content: '';
    display: block;
    height: 100px;
    background: transparent linear-gradient(0deg, #0E141F 0%, #0E141F00 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: -95px;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 1;
}

.influencer-awards .head-footer {
    margin-bottom: 7vw;
}

.trust-signals-container {
    position: absolute;
    top: 18%;
    right: 0;
    left: 0;
    margin: auto;
}

._6-cols {
    display: grid;
    grid-template-columns: repeat(6, auto);
    row-gap: 4em;
    column-gap: 3em;
    align-items: center;
    margin: 0 5% 6vw;
}

.trust-signals-box {
    display: flex;
    align-items: center;
    max-width: 260px;
    min-width: 130px;
}

.trust-signal-icon {
    margin-right: 10px;
}

.work-section-p {
    color: #fff;
    text-align: center;
    font: normal normal normal 18px/25px Rubik;
    letter-spacing: 0.18px;
    opacity: 1;
    margin-left: 22%;
    margin-right: 22%;
}

.knockout-18 {
    font: normal normal normal 18px/20px Knockout-HTF29-JuniorLiteweight;
    letter-spacing: 1.8px;
    color: #FFFFFF;
    text-align: left;
    text-transform: uppercase;
    opacity: 1;
    margin: 0 0 0 10px;
}

.knockout-36 {
    font: normal normal normal 36px/40px Knockout-HTF67-FullBantamwt;
    letter-spacing: 1.8px;
    color: #f5ed0b;
    text-transform: uppercase;
    margin-top: 6vw;
}

/* ==============================
   SECTORS CONTENT GRID
   ============================== */
.sectors-content {
    position: relative;
    padding: 6vw 0;
}

.sectors-content ._2-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 4em;
    column-gap: 6em;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto 15%;
    padding-top: 6vw;
}

.sectors-content ._2-col.reverse {
    grid-template-areas: "image text";
}

.sectors-content ._2-col.reverse .inf-first-col {
    grid-area: text;
}

.sectors-content ._2-col.reverse > div:last-child {
    grid-area: image;
}
.sectors-content .centered-title{
    margin-bottom: 0.7em;
}
/* ==============================
   CAROUSELS & SECTIONS
   ============================== */
.logo-carousel {
    padding-top: 2vw;
    padding-bottom: 8vw;
    margin-top: -2vw;
}

.logo-carousel .slide {
    height: auto;
}
.social-platforms {
    margin-top: 8vw;
}


.case-studies-carrousel .centered-column {
    padding-top: 4vw;
}

.case-studies-carrousel .centered-column h2 {
    color: #0E141F;
}

.case-studies-carrousel {
    margin-top: 0;
}

.testimonials {
    padding-bottom: 25vw !important;
}

/* ==============================
   DECORATIVE ELEMENTS
   ============================== */

.why-disrupt.custom-position {
    margin-bottom: -16vw;
}

#startMenu h2 {
    margin-top: 0;
}

#grad1 {
    height: 200px;
    background-image: linear-gradient(to top, #0E141F, #04020200);
    position: absolute;
    width: 100%;
    bottom: 7vw;
    z-index: 1;
}

#grad2 {
    height: 50px;
    background-image: linear-gradient(to bottom, #0E141F, #04020200);
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
}

/* ==============================
   RESPONSIVE STYLES - TABLET
   ============================== */
@media screen and (min-width: 668px) and (max-width: 1150px) {
    ._6-cols {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .influencer-awards {
        height: auto;
    }
}

/* ==============================
   RESPONSIVE STYLES - MOBILE
   ============================== */
@media screen and (max-width: 667px) {
    /* Header & Trust signals */
    .head-content {
        font: normal normal normal 85px/95px Knockout-HTF67-FullBantamwt;
    }
        
    .img-treatment {
        height: 580px;
    }
    
    ._6-cols {
        grid-template-columns: 1fr 1fr;
    }
    
    .trust-signals-container {
        top: 8%;
    }
    
    .trust-signals-box {
        display: grid;
        align-items: center;
        text-align: center;
        margin: auto;
    }
    
    .trust-signal-icon {
        margin: auto;
    }
    
    .trust-signals-box .knockout-18 {
        margin: 16px 0 0 0;
        text-align: center;
    }
    
    /* Other sections */
    .logo-carousel {
        padding-bottom: 60px;
    }
    
    .case-studies-carrousel {
        margin-top: -64vw;
    }
}

@media screen and (max-width: 767px) {
    /* Sectors content */
    .sectors-content ._2-col {
        display: flex; 
        flex-direction: column; 
        gap: 20vw; 
        margin: 30px 20px; 
        text-align: center;
    }
    
    .sectors-content ._2-col img {
        max-width: 100%; 
        height: auto;
    }
    
    .sectors-content ._2-col .centered-content {
        text-align: center;
    }
    
    .sectors-content ._2-col .centered-title {
        margin-bottom: 30px;
        text-align: center !important;
    }
    
    /* Other responsive adjustments */
    .work-section-p {
        margin: 0vw 6vw;
    }
    
    .influencer-awards .trust-signals-bg {
        min-height: 850px;
    }
    
    .case-studies-carrousel {
        margin-top: -40vw;
    }
    
    .cutted-div {
        overflow-x: hidden;
        overflow-y: hidden;
    }
    
    .row-cutted-left {
        display: none;
    }
    
    .why-disrupt.custom-position {
        margin-top: 75vw;
    }
    
    h2.heading {
        text-align: center;
        margin: auto;
        margin-top: 6vw;
    }
    
    p.heading {
        text-align: center;
    }
}