
.hero{
    width: 100vw;
    background-color: #FAEDBC;
    top:0;
    left: 0;
    overflow:hidden;
}



.hero video{
    top: 0;
    left: 0;
    object-fit: cover;
    user-select: none;
    z-index: 1;
}



.slogan{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 60vw;
    align-items: center;
    z-index: 100;
}

.slogan_text{
    padding-left: 120px;
}

h1{
    font-size: 60px;
    line-height: 100px;
}



.slogan_tag{
    display: flex;
    align-items: center;
    margin-top: 16px;
    padding: 10px;
    border-radius: 24px;
    background-color: rgba(255,255,255,0.3);
}

.slogan_tag img{
    width: 28px;
    height: 28px;
}

.slogan_tag p{
    margin: 0 8px;
    font-size: 16px;
}

@media (max-width: 950px){
    h1{
        font-size: 36px;
        line-height: 72px;
    }
}

@media (max-width: 600px){

    .hero{
        
        height: 100vh;
    }

	.hero video{
		width: 150%;
	}

    .slogan{
        height: 100vh;
    }
    

    .slogan_text{
        transform: translateY(-50%);
        padding-left: 100px;
    }

    h1{
        font-size: 36px;
        line-height: 72px;
    }

    .slogan_tag img{
        width: 20px;
        height: 20px;
    }

    .slogan_tag p{
        font-size: 14px;
    }
}

.fields{
    position: relative;
    width: 100vw;
    min-height: 500px;
    background-color: var(--color-neutral-dark);  
    padding: 100px 0;
}

h2{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 2em;
    color: white;
  }

.fileds_highlight{
    color: var(--color-main-light);     
}

.kol_highlight{
    color: var(--color-main-medium);   
}
  
.fields h3{
    padding-top: 1.5em;
    font-size: 16px;
    font-weight: 600; 
    color: var(--color-main-light); 
  }
  
.ch_grid {
    padding-top: 20px;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
  }
  
.ch_grid li {
    width: 150px;
    height: 200px;
    display: inline-block;
    margin: 40px;
  }

.ch_icon img{
    width: 64px;
    height: 64px;
    margin: 20px;
  }

.ch_decor img{
    width: 20px;
    height: 20px;
  }

  @media (max-width: 500px){
    .ch_grid li{
        width:100px;
        height: 150px;
        margin: 20px;
    }

    .ch_icon img{
        width: 50px;
        height: 50px;
    }
  }

.kol{
    width: 100vw;
    padding: 100px 200px;
    background-color: black;
    color: white;
    text-align: left;
}

@media (max-width: 900px){
    .kol{
        padding: 100px 120px;
    }
}

@media (max-width: 500px){
    .kol{
        padding: 100px 40px;
    }
}



.counters{
    padding: 20px 0;
}

.counter h4{
    color: var(--color-main-medium);
}
.data{
    font-size: 48px;
    line-height: 2em;
    font-weight: bold;
}

.abilities{
    width: 100vw;
    background-color: black;
    padding-bottom: 100px;
}

.abilities_header{
    font-size: 48px;
    font-weight: bold;
    padding-left: 200px;
    background-color: black;
    color: white;
    height: 160px;
    display: flex;
    align-items: center;
    position: sticky;
    top:0;
}

.card{
    width: 90vw;
    height: 40vw;
    margin: 0 5vw;
    border-radius: 100px;
    background-size: cover;
    position: sticky;
}

.card_text_w, .card_text_b{
    padding-left: 200px;
    position: absolute;
    top: 50%;
    transform: translateY(-75%);
}

.card_text_w{
    color: white;
 
}

.card_text_b{
    color: black;

}

.card_title{
    font-size: 48px;
    font-weight: bold;
    padding: 40px 0;
}

.bullets{
    font-size: 20px;
    font-weight: 600;
}

.bullets li{
    padding: 16px 0;
}

.card1{
    background-image: url(../img/target.png);
    z-index: 1;
    top:160px;
}

.card2{
    background-image: url(../img/content.png);
    z-index: 2;
    top:170px;
}

.card3{
    background-image: url(../img/marketing.png);
    z-index: 3;
    top:180px;
}

.card4{
    background-image: url(../img/payment.png);
    z-index: 4;
    top:190px;

}

.card5{
    background-image: url(../img/logistics.png);
    z-index: 5;    
    top:200px;

}

@media (max-width: 1200px){
    .card{
        border-radius: 40px;
    }

    .card_text_w, .card_text_b{
        padding-left: 140px;
        top: 20%;
        transform: none;
    }

    .card_title{
        font-size: 32px;
        padding: 20px 0;
    }

    .bullets{
        font-size: 16px;
        
    }
}

@media (max-width: 600px){
    .abilities_header{
        padding-left: 40px;
        font-size: 40px;
    }

    .card{
        width: 90vw;
        height: 135vw;
        border-radius: 40px;
    }

    .card_text_w, .card_text_b{
        padding-left: 60px;
        padding-right: 20px;
        top: 60px;
    }

    .card_title{
        font-size: 32px;
        padding-top: 0;
        padding-bottom: 20px;
    }

    .bullets{
        font-size: 16px;
        font-weight: 600;
    }

    .card1{
        background-image: url(../img/target_sm.png);
    }

    .card2{
        background-image: url(../img/content_sm.png);
    }

    .card3{
        background-image: url(../img/marketing_sm.png);
    }

    .card4{
        background-image: url(../img/payment_sm.png);
    }

    .card5{
        background-image: url(../img/logistics_sm.png);
    }
}