@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Cabin:ital,wght@0,400..700;1,400..700&family=Roboto&display=swap');

body {
    box-sizing: border-box;
    padding: 0px;
    font-family: "Cabin", sans-serif !important;
    font-size: 20px !important;
    line-height: 35.88px;
    padding-bottom: 0px !important;
}

/* navbar */
.navbar,
.navbar-brand,
.img {
    height: 80px;
}

.navbar-brand {
    /* width: 150px; */
    justify-content: center;
}

.register-button {
    background-color: #0C2860;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s background-color;
}

.register-button:hover {
    background-color: #0C2860;
}

.navbar-toggler {
    border: none !important;
    font-size: 1.25rem !important;
}

.navbar-toggler:focus,
.btn-close:focus {
    box-shadow: none !important;
    outline: none !important;
}

.navbar-nav,
.nav-link {
    /* color: #0000; */
    font-weight: 500;
    position: relative;
    font-family: "Bree Serif", serif;
}

.nav-link.active, 
.nav-link.active:focus, 
.nav-link.active:hover {
  color: white !important;
}

.imglogo{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width:991px) {
    .navbar-brand {
        position: absolute;
        top: 10px;
    }

    .imglogo {
        background-color: white;
        border-radius: 50%;
        width: 100% !important;
    }

}

@media (min-width: 600px) {

    .imglogo {
        width: 100%;
        height: 60px;
    }
}

@media (max-width: 600px) {

    .imglogo {
        /* width: 100%; */
        height: 60px;
        padding: 5px;

    }

    .font {
        font-size: 60px !important;
        padding: 0px;
    }
}

@media (min-width: 768px) {
    .imglogo {
        width: 60%;
        height: 60px;

    }
}

@media (min-width: 992px) {
    .imglogo {
        width: 100px !important;
        height: 100px;

    }
}


/* @media (min-width:991px) {
    .nav-link::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        width: 0;
        height: 2px;
        background-color: #EC9134;
        visibility: hidden;
        transition: 0.3s ease-in-out;
    }

    .navbar-nav,
    .nav-link:hover::before,
    .nav-link.active::before {
        width: 100%;
        visibility: visible;
    }
} */

.nav-item.dropdown .dropdown-item:active {
    background-color: #0C2860;
}

.ul,
.dropdown-menu {
    border: none !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .23);

}

@media screen and (max-width:992px) {
    .dropdown-menu.show {
        max-height: 60vh;
        overflow-y: hidden;
    }
}

/* End navbar */
.bgcolormain {
    background: linear-gradient(to right, rgb(207,97,161), rgb(98,84,160));
    color: #ffff;
}
.thumb {
    margin-bottom: 15px;
    
}
.thumb:last-child {
    margin-bottom: 0;
}
.thumb figure img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.thumb figure:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

 /* footer */
 .footeer {
    background-color: #1D2939;
    padding: 80px 0px 80px 0px;
}

.foothead {
    color: #98A2B3;
}

footer {
    color: #E5E8EC;
}

.footer,
ul {
    padding-left: 0px !important;

}

.footer,
ul li {
    padding-left: 0px !important;

}

.footer,
li a {
    text-decoration: none;
    color: #E5E8EC;
}

.imgsize {
    width: 50px !important;
    margin: 5px;
}

.footdown {
    background-color: #2B3600;
    color: #ffff;
}