*{}
body{
width: 100%;
    margin: 0;
    background-color: rgb(255, 255, 255);
}
.contaner{
    position: relative;
    background-color: rgb(255, 255, 255);
    display: grid;
    grid-template-rows: 900px auto;
    grid-template-columns:  auto;

}
.header{
    background-color: rgb(243, 243, 243);
    position: relative;
    object-fit: contain;
    overflow-x: hidden;
    
}
.texto{
    background-color: rgba(255, 0, 0, 0);
    position: absolute;
    bottom: 150px;
    left: 150px;
    font-size: 3rem;
    display: block;
    text-align: left;
}
.texto span{
display: block;
color:rgb(31, 33, 32) ; 
}
.nav-bar-mobile{
    position: relative;
    background-color: rgba(255, 0, 0, 0);
    width: 100%;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    height: 80px;
}
.nav-bar-bomile-logo{
    background-color: rgba(0, 0, 255, 0);
    width: 180px;
    position: absolute;
    height: 70px;
    margin-top: 5px;
    left: 25px;
    background-image: url(DIV.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.nav-bar-bomile-list{
    position: absolute;
    background: linear-gradient(90deg,#55c48b,#01849f);
    right: 25px;
    width: 60px;
    color: whitesmoke;
    outline: 0px;
    border: 0px;
    border-radius: 50%;
    height: 60px;
    margin-top: 10px;
    font-size: 2rem;

}
.mobile-list-view{
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg,#55c48bd6,#01859fca);
    height: 400px;
    text-align: center;
    font-size: x-large;
    border-radius: 0px 0px 30px 30px;
    translate: 0px -500px;
    transition: 0.5s;

}
.social-media-mobile-list button{
    width: 50px;
    height: 50px;
    font-size: 2.4rem;
    background-color: transparent;
    border: 0px;
    color: aliceblue;

}
.close-list-button{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    outline: 0px;
    border: 0px;
    font-size: 2rem;
    color: #55c48b;
    font-weight: 600;
    margin-top: 10px;
}
.page-in-list a{
    display: block;
    text-decoration: none;
    color: whitesmoke;
    margin: 15px;
    font-weight: 600;
    
}
.header-img img{
    position: absolute;
    right: -200px;

    
}
.nav-bar-desktop{
    background-color: rgb(255, 255, 255);
    position: absolute;
    width: 60%;
    height: 100px;
    border-radius: 60px;
    left: 20%;
    top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: 0px 0px 30px #55c48b;
}
.nav-bar-desktop-logo{
    width: 180px;
    height: 70px;
    margin-left: 25px;
    background-image: url(DIV.png);
    background-repeat: no-repeat;
    background-size: contain;

}
.nav-bar-desktop-links button{
    background-color: rgba(190, 190, 190, 0);
    height: 40px;
    width: 100px;
    font-size: 20px;
    border: 0;
    border-radius: 30px;
    color: #000000;
    font-weight: 600;
    transition: 0.5s;
    position: relative;




}
.nav-bar-desktop-links button:hover{
    color: #55c48b;
    scale: 1.4;
    transition: 0.5s;
    translate: 0px -10px;
}
.nav-bar-desktopfc button{
    background-color: rgb(190, 190, 190);
    height: 60px;
    width: 150px;
    font-size: 20px;
    border: 0;
    border-radius: 30px;
    background-image: linear-gradient(90deg,#55c48b,#01849f);
    color: whitesmoke;
    margin-right: 25px;
    transition: 0.5s;



}
.nav-bar-desktopfc button:hover{
    scale: 1.3;
    transition: 0.5s;
}
.content{
    padding: 0px;
    background-color: rgb(243, 243, 243);

}
.part1{
    background-color: rgb(243, 243, 243);
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    


}
.item1{
    background: linear-gradient(90deg,#55c48b,#01849f);
    width: 350px;
    height: 240px;
    margin: 10px;
    text-align: center;
    color: whitesmoke;
    border-radius: 30px;

}
.item1 span{
    background-color: rgba(255, 255, 255, 0);
    display: block;
    font-weight: 600;
    margin-top: 30px;
}
.item2{
    background-color: rgb(255, 255, 255);

    width: 350px;
    height: 240px;
    margin: 10px;
    text-align: center;
    color: whitesmoke;
    color: #000000;
    border-radius: 30px;
    

}
#icon img{
    margin-top: 15px;
width: 90px;
}
.item2:hover{
    scale: 1.04;
    transition: 0.5s;
    box-shadow: 0px 0px 10px   rgb(85, 196, 139);
}
.item2:hover #icon{  
    rotate: 360deg;
    transition: 0.5s;
}
.part2{
    background-color: rgb(255, 255, 255);
    height: 900px;
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
    
}
.item3{
    position: absolute;
    right: 100px;
    width: 40%;
}
.item4 img{
    position: absolute;
    left:  100px;

    
}
.part3{
    background-color: rgb(255, 255, 255);
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    
}

.item5{
    background-color: rgba(22, 142, 58, 0);
    overflow: hidden;

}
.item5 img{
    margin-top: 100px;
    width: 100px;
    overflow: hidden;



}

.item6{
    background-color: rgba(217, 255, 0, 0);
    width: 600px;
    overflow: hidden;

}
.item6 div{
    background-color: rgba(255, 255, 255, 0);
    
    font-size: 3rem;
    font-weight: 600;
    overflow: hidden;

}

#item6-text1 span span{
    color: #55c48b;
font-size: 6rem;
}

#item6-text2 span span{
    color: #55c48b;
font-size: 6rem;
}

#item6-text3 span span{
    color: #55c48b;
font-size: 6rem;
}
.item7 img{
    width: 500px;
} 

#lk1{
    font-size: 1.3rem;
    font-weight: 100; 
    color: #55c48b;
}
#lk2{
    font-size: 1.5rem;
    font-weight: 700;
    width: 600px;
    text-transform: uppercase;
    overflow: hidden;

}
.footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(255, 255, 255);
    height: 500px;
    width: 100%;

}
.footer-logo img{
    width: 180px;
}

.footer-links a{
    font-size: 2rem;
    text-decoration: none;
    font-weight: 700;
    color: #55c48b;
    margin: 10px;
}
.footer-about{
    font-size: 1.6rem;
}
@media (max-width:1500px){

    .nav-bar-desktop{
        background-color: rgb(255, 255, 255);
        position: absolute;
        width: 70%;
        height: 100px;
        border-radius: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 5px;
        padding-right: 5px;
        box-shadow: 0px 0px 30px #55c48b;
    }
    .nav-bar-desktopfc button{
        display: none;
    
    
    
    }
    .texto{
        background-color: rgba(255, 0, 0, 0);
        position: absolute;
        bottom: 50px;
        left: 50px;
        font-size: 2rem;
        display: block;
        text-align: left;
    }
        
    
}

@media (max-width:1050px){
    .nav-bar-mobile{
        display: flex;
    }
    .nav-bar-desktop{
        display: none
        ;
    }
    .header-img img{
        width:100%;
        right: 0px;

    }
    .nav-bar-bomile-logo{
        width: 160px;
        left: 5px;
        margin-top: 5px;
        background-image: url(DIV.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .item3{
        position: relative;
        right: 0px;
        width: 100%;
    }
    .item4 img{
        position: relative;
        left:  0px;
        width: 100%;
    }
    .part2{
        background-color: rgb(243, 243, 243);
        width: 80%;
        left: 10%;
        height: auto;
    }
    
.item5 img{
    margin-top: 80px;
    width: 100px;


}
}
@media (max-width:750px){
    .contaner{
        grid-template-rows: 750px auto;
    
    }
    .part3{
        display: none;
        
    }
    
.footer-logo img{
    width: 180px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.footer-links a{
    font-size: 1.2rem;
    text-decoration: none;
    font-weight: 700;
    color: #55c48b;
}
.footer-about{
    text-align: center;
    font-size: 1rem;
}
}
@media (max-width:480px){
    .contaner{
        grid-template-rows: 530px auto;
        grid-template-columns:  auto;
    
    }

    
    .nav-bar-bomile-list{
        position: absolute;
        background-color: yellow;
        width: 60px;
        height: 60px;
        margin-top: 10px;
        right: 5px;
    
    }
    .nav-bar-bomile-logo{
        width: 160px;
        left: 5px;
        margin-top: 5px;
        background-image: url(DIV.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .texto{
        background-color: rgba(255, 0, 0, 0);
        position: absolute;
        bottom: 15px;
        left: 15px;
        font-size: 1.2rem;
        display: block;
        text-align: left;
    }
    .item4 img{
        position: relative;
        left:  0px;
        width: 100%;
    
        
    }
    

}
