@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');

body {
    background: #E8EFFC;
    overflow-x: hidden;
}

* {
    font-family: "Sofia Sans", sans-serif;
}

/* Scroll Bar */
::-webkit-scrollbar {
    width: 4px !important;
    height: 4px !important;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: rgb(164, 164, 164);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(129, 129, 129);
}

/* Editing Bootstrap values*/

.no-gutters {
    margin-right: 0;
    margin-left: 0 !important;
}

.no-gutters .col,
.no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}




.statusBar {
    background: black;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
    padding: 7px;
}

.statusBar * {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
}

.followContainer {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.followContainer,
.followContainer a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}


.followContainer i {
    color: #00B4D8;
    font-size: 20px;
    margin-left: 3px;
}

/* Navbar */
nav {
    height: 75px;
    background: #FFF;
    display: flex;
    align-items: center;
}


nav .row {
    height: 100% !important;
    width: 100%;
}

/* Logo */
.logo {
    font-weight: bolder;
    margin-right: 25px;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.logoImage {
    margin-right: 15px;
    color: #000;
}

.navElementsContainer {
    display: flex;
    height: 100%;

    justify-content: center;
    align-items: center;
}

.navElementsContainer>* {
    font-size: 13px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 30px;
    cursor: pointer;
    transition: color 0.15s ease;
    color: #000 !important;
    text-decoration: none;
    margin-bottom: 0 !important;

    white-space: nowrap;
}

.navElementsContainer>*:hover *,
.navElementsContainer>*:hover {
    color: #00B4D8 !important;
}

.nav-active {
    color: #00B4D8 !important;
    text-decoration: underline;
}

.navElementsContainer>*:hover .dropdown-icon {
    transform: rotate(180deg);
    top: 5px;
}

.navElementsContainer i {
    margin-right: 8px;
    position: relative;
}

.dropdown-icon {
    position: relative;
    bottom: 2px;
    left: 6px;
}

.leftContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rightContainer {
    display: flex;
    align-items: center;
    justify-content: center;


}

.signUpBtn {
    min-width: 90px;
    width: 125px;
    max-width: 150px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    border: none;
    box-shadow: none;
    transition: background 0.2s;
}




.dropdown-icon {
    display: flex !important;
}

.dropdownContainer {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdownContent {
    display: none;
    position: absolute;
    background-color: #FFF;
    top: 60px;
    border-top: #E8EFFC 1px solid;
    padding: 5px 0;
    border-radius: 6px;
    min-width: 200px;
    left: 0;
    box-shadow: 0px 3px 21px 0px rgba(175, 189, 215, 0.43);
    flex-direction: column;
}

.dropdownElement {
    padding: 10px 15px;
    text-decoration: none;
    color: #000 !important;
}

.dropdownElement * {
    color: #000 !important;

}

.dropdownContainer:hover .dropdownElement {
    color: #000 !important;

}

.dropdownElement:hover {
    background: #DFE4EF;
    color: #23E5A2 !important;
}

.dropdownContainer:hover .dropdownContent {
    display: flex;
}

.hamburger {
    display: none;
}

.mob-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 3px 21px 0px rgba(175, 189, 215, 0.43);
    z-index: 10;
    padding: 10px;
}

.mob-menu-element {
    cursor: pointer;
    padding: 6px 10px;
    color: black;
    text-decoration: none;
    display: block;
    border: none !important;
}

.mob-menu-parent {
    font-weight: bold;
    margin-top: 25px;
    padding: 5px 10px;
}

.mob-menu-element:hover {
    background-color: rgb(228, 228, 228);
}


@media (max-width: 1200px) {
    .statusBar {
        font-size: 9px;
    }

    .navElementsContainer i {
        display: none;
    }


    /* Signup Buttons in Low Width Devices*/
    .signUpBtn,
    .signInBtn {
        width: 110.69px;
        padding: 0 10px;
        font-size: 12px;
    }
}


@media (max-width: 1030px) {
    .navElementsContainer * {
        display: none;
    }

    .logo {
        display: flex
    }
	
    nav {
        position: relative;
    }

    .logo {
        display: none;
    }

    .hamburger {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        cursor: pointer;
    }



    .mob-menu.show {
        display: flex;
    }

    .mob-menu a {
        padding: 10px;
        border-bottom: 1px solid #E8EFFC;
    }

    .dropdownContent {
        position: static;
        background: none;
        box-shadow: none;
        display: none;
        flex-direction: column;
    }

    .dropdownContainer:hover .dropdownContent {
        display: flex;
    }
	
}

@media (max-width: 940px) {
    .statusBar {
        padding: 3px 14px;
        font-size: 11px;
    }

    .statusBar p {
        margin-left: 0;
        margin-right: 25px;
    }

}

@media (max-width: 670px) {

    .statusBar {
        font-size: 9px;
    }


}

@media (max-width: 550px) {
    .logoImage {
        display: none;
    }

    .statusBar * {
        padding: 0;
        margin: 0;
    }


}
