@import url("https://fonts.googleapis.com/css2?family=Poppins:weight@100;200;300;400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

body {
    background-color: #eee;
    font-family: "Poppins", sans-serif;
}

/* ----------------- MIAN NAVBAR START HERE --------------------- */
.main-navbar {
    background-color: white;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

/*  LOGO  */
.main-logo {
    width: 250px;
    box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.25);
}

.main-logo img {
    margin: 17px 0px 17px 65px;
}

/*  MESSAGE */
.msg-dropdown img {
    margin: 17px 0px 17px 15px;
}

.msg-dropdown button:focus {
    box-shadow: none;
    border: none;
}

/* BELL */
.bell-dropdown img {
    margin: 17px 0px 17px 8px;
}

.bell-dropdown button:focus {
    box-shadow: none;
    border: none;
}

/* message,bell dropdown */
.dropdown1 .drop-down-menu-1 {
    min-width: 16rem;
    margin-top: 10px !important;
    border-radius: 10px;
}

.drop-down-menu-1 .dropdown-item-1 {
    text-decoration: none;
}

.drop-down-menu-1 .dropdown-item-1 h4 {
    background-color: #003B74;
    font-size: 14px;
    font-family: 'Inter';
    text-align: center;
    color: white;
    padding: 12px 0 12px 0;
}

.drop-down-menu-1 .drop-down-item-2 {
    text-decoration: none;
}

.inner-dropdown {
    background-color: #5EAEFB96;
    margin-top: 10px;
    position: relative;
}

.inner-dropdown img {
    width: 20px;
    position: relative;
    right: 5px;
}

.inner-dropdown h5 {
    margin-left: 40px;
    position: absolute;
    bottom: 14px;
    color: black;
    font-size: 11px;
    font-weight: 300;
    font-family: 'Roboto';
}

.inner-dropdown p {
    margin-left: 200px;
    position: absolute;
    bottom: 5px;
    font-size: 10px;
    font-family: 'Roboto';
    font-weight: 300;
    color: #003B74;
}

.dropdown-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.dropdown-item .veiw {
    padding: 3px 10px 3px 10px;
    border: none;
    background-color: #4267B2;
    color: white;
    font-size: 12px;
    font-weight: 300;
    border-radius: 37px;
    margin-top: 15px;
}

/* end the dropdown */
/* -------------- SEARCH SECTION START HERE ------------------------- */
.search {
    position: relative !important;
}

.search input {
    background: #F5F7FA !important;
    border: 0.3px solid rgba(0, 0, 0, 0.3) !important;
    border-radius: 5px !important;
    padding: 10px 0px 10px 0px !important;
    margin-top: 17px !important;
    margin-bottom: 17px !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    font-family: 'Poppins' !important;
    padding-left: 50px !important;
}

.search input:focus {
    box-shadow: none !important;
}

.search .fa-search {
    position: absolute !important;
    top: 30px !important;
    left: 16px !important;
    margin-left: 20px !important;
    color: #AAA9AD !important;
}

/*--------------------------  SEARCH SECTION END HERE ------------------------- */
/* ----------------------- FOUNDER SECTION START HERE ----------------------------- */
.founder {
    background-color: #003B74;
    display: flex;
    position: relative;
    width: 80%;
}

.founder img {
    margin-top: 12px;
    margin-left: 5px;
    margin-bottom: 17px;
}

.founder .h6 {
    position: absolute;
    top: 40px;
}

.founder p {
    font-size: 13px;
    font-weight: 300;
    font-family: 'Roboto';
    margin-top: 20px;
    color: white;
    margin-left: 20px;
}

.founder h6 {
    color: white;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Poppins';
    margin-left: 80px;
}

.dropdown-3 button i {
    margin-top: 12px;
    font-size: 33px;
    position: relative;
    right: 40px;
}

.dropdown-3 button:focus {
    box-shadow: none;
}

/* --------------------- FOUNDER SECTION END HERE ----------------------- */
/* ----------------------------------- MOBILE SCREEN NAVABR START HERE ----------------------------------- */

/* MAIN NAVBAR */
.nav-bar-1 {
    background-color: white;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    display: none;
}

/* LOGO */
.logo-mbl img {
    padding: 16px 0px 16px 120px;
}

/* SEARCH */
.search-mbl i {
    font-size: 30px;
    margin-bottom: 17px;
    margin-top: 25px;
    color: #003B74;
    margin-left: 30px;
}

/* FOUNDER */
.founder-mbl {
    margin-bottom: 17px;
    margin-top: 10px;
}

/* ================================= MEADIA QUERIES START HERE ========================= */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bell-dropdown img {
        margin: 17px 0px 17px 2px;
    }

    .msg-dropdown img {
        margin: 17px 0px 17px 5px;
    }

    .founder {
        width: 90%;
    }

    .founder p {
        font-size: 12px;
        margin-left: 20px;
    }

    .dropdown .drop-down-menu-1 {
        min-width: 14rem;
    }

    .drop-down-menu-1 .dropdown-item-1 h4 {
        font-size: 12px;
    }

    .inner-dropdown img {
        left: 3px;
    }

    .inner-dropdown h5 {
        font-size: 10px;
    }

    .inner-dropdown p {
        margin-left: 180px;
        font-size: 9px;
    }

    .dropdown-3 button i {
        left: 10px;
    }
}

@media only screen and (min-width: 766px) and (max-width: 994px) {
    .nav-bar {
        display: none !important;
    }

    .nav-bar-1 {
        display: block;
    }

    .msg-dropdown img {
        width: 22px;
    }

    .bell-dropdown img {
        width: 22px;
    }

    .founder-mbl img {
        width: 30px;
        margin-top: 8px;
    }

    .search-mbl i {
        font-size: 22px;
    }

    .logo-mbl img {
        padding: 17px 0px 18px 20px;
    }

    .dropdown-3 button i {
        right: 20px;
        font-size: 25px;
        top: 2px;
    }

    .dropdown1 .drop-down-menu-1 {
        min-width: 14rem;
    }

    .drop-down-menu-1 .dropdown-item-1 h4 {
        font-size: 12px;
    }

    .inner-dropdown h5 {
        font-size: 10px;
    }

    .inner-dropdown p {
        margin-left: 180px;
        font-size: 9px;
    }
}

@media only screen and (min-width: 450px) and (max-width: 767px) {
    .nav-bar {
        display: none !important;
    }

    .nav-bar-1 {
        display: block;
    }

    .logo-mbl img {
        padding: 16px 0px 16px 20px;
    }

    .dropdown-3 button i {
        left: 20px;
        font-size: 25px;
        top: 3px;
    }

    .msg-dropdown img {
        width: 20px;
        margin-left: 10px;
    }

    .bell-dropdown img {
        width: 20px;
        margin-left: 10px;
    }

    .founder-mbl img {
        width: 28px;
        margin-top: 10px;
        margin-left: 20px;
    }

    .search-mbl i {
        font-size: 22px;
        margin-left: 12px;
    }

    .dropdown1 .drop-down-menu-1 {
        min-width: 14rem;
    }

    .drop-down-menu-1 .dropdown-item-1 h4 {
        font-size: 12px;
    }

    .inner-dropdown h5 {
        font-size: 10px;
    }

    .inner-dropdown p {
        margin-left: 180px;
        font-size: 9px;
    }
}

@media only screen and (min-width: 280px) and (max-width: 450px) {
    .nav-bar {
        display: none !important;
    }

    .nav-bar-1 {
        display: block;
    }

    .logo-mbl img {
        padding: 16px 0px 16px 5px;
    }

    .vt-navbar-logo {
        height: 60px;
        width: 110px;
    }

    .dropdown-3 button i {
        left: 15px;
        font-size: 23px;
        top: 3px;
    }

    .msg-dropdown img {
        width: 18px;
        margin-left: 10px;
    }

    .bell-dropdown img {
        width: 18px;
        margin-left: 10px;
    }

    .founder-mbl img {
        width: 25px;
        margin-top: 10px;
        margin-left: 20px;
    }

    .search-mbl i {
        font-size: 19px;
        margin-left: 15px;
    }

    .dropdown1 .drop-down-menu-1 {
        min-width: 12rem;
    }

    .drop-down-menu-1 .dropdown-item-1 h4 {
        font-size: 12px;
    }

    .inner-dropdown img {
        left: 3px;
    }

    .inner-dropdown h5 {
        font-size: 10px;
    }

    .inner-dropdown p {
        margin-left: 150px;
        font-size: 9px;
    }
}