.navbar{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    
}

body{
    /* background-image: url(img/comex_web_bg5.png); */
    background-size: 100%;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.scroll-container{
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
    scroll-behavior: smooth;
}
.scroll-page{
    display: flex;
    height: 100vh;
    width: 100%;
    align-items: center;
}
#indexPage{
    background-image: url(img/comex_web_bg5.png);
    border-radius: 0px 0px 45px 45px;
}
h1{
    font-size: 35px;
    text-align: left;
    margin-top: 10%;
    background: linear-gradient(to right, #fc72ff, #8F68ff, #487bff, #8f68ff, #fc72ff);
    background-size: 200%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-gradient 1.5s linear, infinite;
}
@keyframes animate-gradient{
    to{
        background-position: 200%;
    }
}
.wrap {
    position:relative;
    top:0;
    width:100%;
    height:100vh;
    transition: transform 0.8s ease-in-out;
}
.section {
    height:100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}
.bee img{
    margin-bottom: 3rem;
}
.honeycomb img{
    margin-bottom: 4rem;
}
.expert img{
    margin-bottom: 4rem;
}
#logo{
    width: 100%; 
    height: auto;      
}
@media (min-width: 767px){
    #logo{
        width: 50%;
        height: auto;
    }
}
#contactUs{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
}

.form{
    text-align: left;
}
.aboutus{
    margin: 5rem;
}
.footer{
    text-align: center;
    position: fixed;
}
