/*=========================================
GLOBAL
=========================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    color:#0F172A;
    background:#fff;
    overflow-x:hidden;
}

img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
}

.container{

    width:min(1400px,92%);

    margin:auto;

}
/*==================================================
GLOBAL CONTAINER
==================================================*/

.container{

    width:min(1400px,92%);

    margin:0 auto;

}