@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body{
        /*background: #e4d3f5;*/
    background: url(images/projectbg2.jpg);
    height: 100vh;
    color:#fff;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
.navbar{
    width: 100%;
    max-width: 1750px;
    margin: 0 auto;
    background:black;
}
.navbar-nav {
    flex-direction: row;
} 
.navbar-nav-scroll {
    overflow-y: auto;
}
/*     navbar css */
.navbar-brand img {
    width: 110%;
    padding: 2px 50px;
    height: 100px;
}

.nav-link {
    color:#c5c6c7;
    font-weight: 500;
    position: relative;
    font-size: 20px;
    margin: 0px 10px;
    text-transform: uppercase;
}

.navbar-scrolled {
    background-color: #01248c;
    box-shadow: 0 3px 10px rgba(12, 12, 197, 0.837);
}

.nav-link:hover,
.nav-link.active {
    color: #66fcf1;
}

.dropdown-menu {
    font-size: 19px;
    font-weight: 700;
    border-radius: 10px;
    border-top-width: 5px;
    border-top-color: #01248c;
}
.navbar1 .btn {
    font-size: 20px;
    padding: 0px 5px 5px;
}
.btn2 {
    border: none;
    margin: 0px 10px;
    background: transparent;
    color: white;
}
.navbar1{
            margin-left: 10%;
        }


.main-bar ul li{
    padding-left: 30px;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    font-size: 20px; 
    margin-left: 7%;
    position: relative;
}
.submenu-inner ul li {
    padding: 0 4px 5px;
    font-size: 17px;
    margin: 0px 10px;
}
.nav-item a{
    font-size: 18px;
    text-decoration: none;
    padding: 5px 13px;
}

.submenu-inner{
    color: #000;
    position: sticky;
    margin-top: 70px;
    height:50px;
    z-index: 12;
    width: 100%;
    border-bottom: 1px solid #dddcdc;
    padding-top: 5px;
}
.nav-link1{
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    color: #666777;
    font-weight: 500;
    position: relative;
    margin: 0px 60px;
    text-transform: uppercase;
}
.nav-link1:hover{
    color: #2c0154;
}

/*-----------------------------Footer css------------------------------------------------------------------- */
.container4 {
    width: 100%;
    border-top-left-radius: 125px;
}
footer{
    margin-top: 10px;
}
.footer1 a{
    color: rgb(254, 250, 250); 
    text-decoration: none; 
    font-size: 20px;
    text-align: left;
}

.whatsapp a img{
    width: 20%;
    border-radius: 30%;
}
  /* Social Icons Style */
  .social-icons {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  
  .social-icon {
    color: #fff; /* White color for icons */
    font-size: 20px;
    text-decoration: none;
  }
  
  .social-icon:hover {
    color: #ddd; /* Change color on hover */
  }
