.addessIcon {
    color: violet;
}

.Development {
    background: url("/src/items2.svg") no-repeat center;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 15px
}

.contactsContainer {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 27%, rgba(90, 187, 0, 1) 98%);
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.bi {
    color: white;
}

.bi:hover {
    color: blue;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Satisfy&display=swap');
html,
body {
    font-family: Roboto;
    font-size: 15px;
    line-height: 1.5;
    box-sizing: border-box;
    margin: 0;
    overflow-x: hidden;
    top: 0;
    left: 0
}

a {
    text-decoration: none;
    color: white !important;
    font-weight: 500;
}

a::before {
    /* background-color: #54b3d6; */
    background-color: #5abb00;
    height: 2px;
    bottom: 0;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

a::after {
    content: attr(data-replace);
    height: 100%;
    top: 0;
    transform-origin: 100% 50%;
    transform: translate3d(200%, 0, 0);
    transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
    color: yellow;
    /* color: #54b3d6; */
}

a:hover {
    border-bottom: 1px solid #5abb00;
}

ul {
    list-style: none;
}

.navbar {
    background-color: #820078 !important;
    padding: 3rem 2rem;
}

.navbar-brand a {
    padding: 1rem 0 !important;
    display: block !important;
    text-decoration: none !important;
}

.navbar-brand {
    font-family: 'Pacifico';
    font-size: 2.2rem !important;
    color: #fff !important;
    padding: 1rem 0 !important;
    display: block;
    text-decoration: none;
}

.navbar-toggler {
    /* background: green !important; */
    color: white !important;
    border: none !important;
    padding: 10px 6px;
    outline: none;
}

.navbar-toggler span {
    display: block;
    width: 22px;
    height: 2px;
    border: 1px solid;
    background: white;
}

.navbar-toggler span+span {
    margin-top: 4px;
    width: 18px;
    margin-left: 4px;
}

.navbar-toggler span+span+span {
    width: 10px;
    margin-left: 4px;
}

.navbar-expand-lg .navbar-nav .navbar-link {
    padding: 2rem 1.2rem;
    font-size: 1.4rem;
    position: relative;
}

.navbar-expand-lg .navbar-nav .navbar-link:hover {
    border-bottom: 4px solid red !important;
    color: brown !important;
}

.navbar .navbar-nav .navbar-link.active {
    /* border-top: 4px solid red !important;
    color: blue !important; */
    background: red;
}

.nav-link {
    color: white;
    font-weight: 500 !important;
}

.navbar .nav-link.active {
    border-bottom: 1px solid #5abb00;
}

@media (max-width: 500px) {
    /*  .collapse {
        background: #820078;
        text-align: center;
    } */
    /*  .nav a {
        text-align: center;
    } */
}