*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    transition: all 0.5s;
    transform-origin: center center;
}
:root{
    --widthFull: 100%;
    --heightFull: 100%;
}
input,textarea,button{
    outline: none;
    border: none;
}
button{
    cursor: pointer;
}
ul li{
    list-style: none;
}
a{
    text-decoration: none;
    color: white;
}
hr{
    color: #000;
}
img:not(img.icon),video{
    /* object-fit: cover; */
}
.display_flex{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.display_flex_col{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

p,h1,h2,h3,h4,h5,h6{
    text-align: center;
}
.mx-auto{
    margin: 10px auto !important;
}
.wrapper{
    width: 100%;
    height:100%;
}
.container{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 1240px;
    overflow: hidden;
}
html{
    overflow-x: hidden;
    font-family: 'Roboto';
}
body{
    overflow-x: hidden;
}
.section5 .container div:nth-child(1) img:not(:nth-child(2)){
    z-index: 999;
    transform: translateY(-90px) ;
    padding: 25px;
    opacity: 1;
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.706));
   }