@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,400;1,100;1,300&display=swap');


* {
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}

 /* #box2, #box1, #box3 { 
    opacity: 0;
    transition: all 0.7s;
} */

.bi-menu-up{
    font-size: 25px;
}


/*#carouselExampleCaptions:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.2);
    z-index: 1;
    
}*/

.index{
    z-index: 2;
}

#main-1:hover {
    opacity: 0;
    transition: all .6s;
}

.max {
    max-width: 715px;
    width: 100%;
}

.max_min{
    max-width: 355px;
    width: 100%;
}




