@font-face {
    font-family: 'Maven Pro';
    src: url('../fonts/MavenPro-SemiBold.woff2') format('woff2'),
        url('../fonts/MavenPro-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Maven Pro';
    src: url('../fonts/MavenPro-Regular.woff2') format('woff2'),
        url('../fonts/MavenPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html,
body {
    color: #222222;
}

h1 {
    font-family: "Maven Pro", system-ui;
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    line-height: 1;
}

h2 {
    font-family: "Maven Pro", system-ui;
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: 0.1rem;
}

h3 {
    font-family: "Maven Pro", system-ui;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 1.1;
}

h4 {
    font-family: "Maven Pro", system-ui;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
}

h5 {
    font-family: "Maven Pro", system-ui;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1.4;
}

p,
span {
    font-family: "Maven Pro", system-ui;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 1.8;
}

strong {
    font-weight: 600;
}

@keyframes animatedBackground {
    from {
        background-size: 105% auto;
    }

    to {
        background-size: 115% auto;
    }
}

.navbar .nav-item #btn-register {
    border: 1px solid #0077D0;
    border-radius: 20px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    color: #0077D0;
}

.navbar .nav-item #btn-register:hover {
    background-color: #0077D0;
    color: #FFFFFF;
}

.navbar .nav-item>.nav-link {
    font-family: "Maven Pro", system-ui;
    color: #222222;
}

.navbar .nav-item:not(:last-child)>.nav-link {
    padding: 0.5rem 1rem;
}

.navbar .nav-item>.nav-link.active,
.navbar .nav-item>.nav-link:hover {
    color: #0077D0;
}

.navbar .nav-item>.nav-link.active {
    font-weight: 700;
}

.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
    position: relative;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #222222;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}

/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    position: absolute;
    top: 10px;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    position: absolute;
    top: 20px;
    transform: rotate(0deg);
}

/* when navigation is clicked */

.navbar-toggler .top-bar {
    top: inherit;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    top: inherit;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    top: inherit;
    transform: rotate(-135deg);
}

/* Color of 3 lines */

.navbar-toggler.collapsed .toggler-icon {
    background: #222222;
}

#banner {
    background-color: #b2d7e2;
    overflow: hidden;
}

#banner #logo-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

#banner #ijm-logo {
    max-width: 140px;
}

#banner .background {
    min-height: 85vh;
    position: relative;
    background-image: url('../images/banner.webp');
    background-repeat: no-repeat;
    background-position: center 35%;
    animation: animatedBackground 15s linear infinite alternate;
}

#banner h1 {
    color: #0077D0;
    padding-top: 10%;
}

#banner #logo {
    margin-top: -40px;
}

#banner #logo #smart-logo-m,
#banner #logo #smart-logo-m-glow {
    position: absolute;
    top: 0;
    left: 0;
}

#banner #logo #smart-logo-m-glow {
    mix-blend-mode: color-dodge;
}

#banner #logo #smart-logo-m-glow #heart,
#banner #logo #smart-logo-m-glow #heartShadow {
    stroke-dasharray: 81.659;
    stroke-dashoffset: 0;
    animation: dash 10s linear infinite;
}

#banner #logo #smart-logo-m-glow #heart2,
#banner #logo #smart-logo-m-glow #heartShadow2 {
    stroke-dasharray: 47.435;
    stroke-dashoffset: 0;
    animation: dash2 10s linear infinite;
}

@keyframes dash {
    to {
        stroke-dashoffset: 326.636;
    }
}

@keyframes dash2 {
    to {
        stroke-dashoffset: 189.74;
    }
}

#about {
    background-color: #0077D0;
    overflow: hidden;
}

#about .box {
    background-color: #e8f1f9;
    border-radius: 30px;
}

#about .box h3 {
    color: #0077D0;
}

#about .box .border-line {
    width: 1px;
    height: 100%;
    background-color: #0077D0;
}

#projects{
    overflow: hidden;
}

#projects .btn {
    padding: 0.75rem 1.25rem;
    border: 1px solid #222222;
    border-radius: 20px;
    width: 100%;
    min-width: 200px;
    max-width: 280px;
}

#projects .btn.active,
#projects .btn:hover {
    background-color: #0077D0;
    border: 1px solid #0077D0;
    color: #FFFFFF;
}

@media (max-width: 1399.98px) {

    h1{
        font-size: 34px;
    }

}

@media (max-width: 991.98px) {

    @keyframes animatedBackground {
        from {
            background-size: 145% auto;
        }

        to {
            background-size: 155% auto;
        }
    }

    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 28px;
        line-height: 1.2;
    }

    .navbar .nav-item>.nav-link {
        font-size: 16px;
    }

    .navbar .nav-item:first-child>.nav-link {
        padding-top: 1.5rem;
    }

    .navbar .nav-item>.nav-link {
        padding: 0.5rem 1rem;
    }

    .navbar .nav-item #btn-register {
        margin-left: 0.5rem;
        margin-top: 0.5rem;
        max-width: fit-content;
    }

    #banner .background {
        min-height: 0vh;
        padding-bottom: 70%;
        background-image: url('../images/banner-mobile.webp');
        background-position: center;
    }

    #banner h1 {
        padding-top: 160px;
    }

    #banner #logo {
        margin-top: -30px;
    }

    #banner #smart-logo,
    #banner #smart-logo-m,
    #banner #smart-logo-m-glow {
        max-width: 360px;
    }

    #about .box .border-line {
        height: 1px;
        width: 100%;
        background-color: #0077D0;
    }

}

@media (max-width: 767.98px) {

    h1{
        font-size: 26px;
    }

    #banner #ijm-logo {
        max-width: 90px;
    }

    #banner h1 {
        padding-top: 120px;
    }

    #banner #logo {
        margin-top: -30px;
    }

    #banner #smart-logo,
    #banner #smart-logo-m,
    #banner #smart-logo-m-glow {
        max-width: 290px;
    }

}

#register{
    background-color: lightgray;
    padding: 80px 0;
}

#register .submit-btn-2 {
    background: #ffffff;
    color: black;
    padding: 10px 30px;
    border-radius: 60px;
}
#register .submit-btn-2:hover{background-color: black; color: white; text-decoration: none; border-radius: 60px;}

#projects #btn-all {
    background-color: #0077D0;
    width: 100%;
    border-radius: 60px;
    display: block;
    padding: 1rem 2.5rem;
    text-align: center;
    text-decoration: none;
    color: #222222;
}

#projects #btn-all:hover {
    background-color: #0077D0;
    border-color: #0077D0;
    color: #FFFFFF;
}


#projects .btn-state {
    width: 100%;
    border-radius: 60px;
    border: 1px solid #222222;
    display: block;
    padding: 1rem 2.5rem;
    text-align: center;
    text-decoration: none;
    color: #222222;
}

#projects .btn-state:hover {
    background-color: #0077D0;
    border-color: #0077D0;
    color: #FFFFFF;
}

.btn-state.active {
    background-color: #0077D0;  /* Your highlight color */
    color: white;
    border-color: #0077D0;
}

.filterDiv {
  float: left;   
  color: #007DC4;
  width: 310px;
  line-height: 100px;  
  margin: 5px;
  display: none;
  margin-bottom:10px;
}

.filterDiv img{ max-width:300px; max-height: 300px;min-height:300px;width:auto}

.filterDiv .infodesc {
    padding-left: 5px;
    margin-bottom: 20px;
}

.innercontainer {   
  margin-top: 30px;
  overflow: hidden;
}

.filterDiv .btn-state {
    width: 80px;
}

.show {
  display: block;
}

/* Footer (NEW)*/
footer{background: #0077D0;padding: 30px 0;color: #ffffff;font-family: 'Maven Pro', 'Arial', system-ui;}
.img-ijm{width: 80px;position: relative;top: -5px; margin-left: 10px;}
.footerinfo{color: #ffffff;float: left;}
.footerlist li{list-style: none; display: inline-block;border-right: 1px solid #808284;}
ul{padding-inline-start: 1em}
.footerlist li a{color: #ffffff; margin-right: 8px; margin-left: 8px;}
.footerlist li a:first-child{margin-left: 0;}
.footerlist li:last-child{border-right: 0;}
.footer-right,.sociallink{display: flex;flex-direction: column; justify-content: right;}
/*.footer-right p,.footer-right ul{float: left;}*/
.footer-link li {list-style: none; display: inline-block; text-align: right; margin-left: 15px} 
.footer-link img{width: 24px;}
.sociallink{display: flex;flex-direction: row; justify-content: right; align-items: center;}
a.maillink{text-align: right;color: #ffffff}
.maillink img{margin-right: 5px;}
.footerleft ul{padding-inline-start:0}
.footer-right ul{margin-bottom: 0}
/* Footer Ends */