@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


* {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;

}




.roboto {
    font-family: 'Roboto', sans-serif;
}

.sw-one {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.sw-two {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.h-sw:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.sw-three{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}





/* ======================Navbar================== */
.nav-link {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 2.5px;
    border-bottom: 2.5px solid #0060D6;
}

.nav-link:hover {
    border-bottom: 2.5px solid white;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 200px;
    border-radius: 5px;

}

.dropdown-menu li {
    padding: 5px 10px;
}

.dropdown-menu li:hover {
    background-color: #0060D6;
    color: white;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* =======Footer====== */
