/* Description: Navigation CSS file */
.nav-resize {
    height: 120px!important;
    /* border: 1px solid var(--bs-blue); */
    /* padding-top: 1.8rem!important;
    padding-bottom: 1.8rem!important; */
}

nav {
    display: block;
}

.header__navigation {
    /* display: none; */
    vertical-align: middle;
    /* text-align: right !important; */
}

.header__navigation > ul {
    /* padding: 2.8rem 0; */
    margin: 0;
    display: table;
    height: 120px;
}

.header__navigation > ul > li {
    display: table-cell;
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
    text-align: center;
    /* border: 1px dashed gray; */
    /* margin: 0; */
}

.header__navigation .navbar-nav {
    flex-direction: row;
}

/* .mt-1, .my-1 {
    margin-top: 0.25rem!important;
} */

.header__navigation .navbar-nav {
    /* display: flex; */
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.header__navigation .navbar-nav .nav-link {
    /* position: relative; */
    display: block;
    font-weight: 500;
    /* color: rgba(0,0,0,.5); */
    /* padding-top: 2.8rem;
    padding-bottom: 2.9rem; */
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

.header__navigation .navbar-nav .nav-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: calc(100% - 2rem);
    border-radius: 30px;
    background-color: #39c9a7;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity .5s;
}

/* .header__navigation .navbar-nav .nav-link.active, */
.header__navigation .navbar-nav .nav-item:hover .nav-link {
    --tw-text-opacity: 1;
    color: rgba(49,187,174,var(--tw-text-opacity));
}

.header__navigation .navbar-nav .nav-item:hover .nav-link:after {
    opacity: 1;
    transition: opacity .5s;
}

/* SECOND LEVEL MENU */
.menu-shadow {
    overflow: auto;
    --tw-shadow: 0 0 #0000;
    /* box-shadow: 0 0.8125rem 1.0625rem #0003; */
    -webkit-box-shadow: 0 2px 3px rgb(96 96 96 / 10%);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    box-shadow: 0 2px 3px rgb(96 96 96 / 10%);
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}

/* .header__navigation > ul > li > ul,  */
.header__navigation > ul > li > .group-hover\:flex {
    display: none;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    /*padding: 0 1000em; /* trick from css-tricks comments */
    /*margin: 0 -1000em; /* trick from css-tricks comments */
    z-index: 99999;
    --tw-bg-opacity: 1;
    background-color: rgba(255,255,255,var(--tw-bg-opacity));
    /* background-color:rgba(255,255,255,.8);
    -webkit-backdrop-filter:saturate(180%) blur(20px);
    backdrop-filter:saturate(180%) blur(20px); */
}

.header__navigation > ul > li:hover > .group-hover\:flex {
    display: block;
    /* opacity: 1; */
}

.header__navigation > ul > li > ul > li {
    padding: 3px 0;
}

.full-menu {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 11;
    right: 0;
    top: 0;
    background-color: #2d2f53;
    background-color: rgba(45,47,83,.97);
    overflow-x: hidden;
    transition: .5s;
    transform: translateY(-100%);
    z-index: 9999999999;
}

.full-menu:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../images/footer-bg.png) 50% no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
}

.full-menu .container-lg {
    padding-bottom: 30px;
}
@media (max-width:428px){.home .index-scholarship .content .link-btn{margin-top:28px}}
@media (max-width:1025px){.home .index-scholarship .index-scholarship__stories{margin-top:45px}}

@media (max-width:768px){.home .index-scholarship .index-scholarship__stories .container-lg{flex-direction:column}}
.home .index-scholarship .index-scholarship__stories .container-lg h4{font-size:clamp(16px,1.5vw,34px);color:#41448b;font-weight:700;text-transform:uppercase}
@media (max-width:428px){.home .index-scholarship .index-scholarship__stories .container-lg h4{margin-bottom:10px}}
@media (max-width:320px){
    .home .index-scholarship .index-scholarship__stories .container-lg h4{ font-size:16px }
}
.container-lg {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.full-menu-content {
    position: relative;
    top: 10%;
    width: 100%;
}

.mobile-header {
    display: none;
}

/*
-------------------------------------
FULL MENU
-------------------------------------
*/
.nav-hold {
    position: fixed;
    top: 36px;
    right: 30px;
    height: 20px;
    width: 26px;
    z-index: 9999;
    /* border: 1px slateblue solid; */
}

.navToggle {
    position: fixed;
    top: 45px;
    right: 34px;
    text-align: center;
    z-index: 9999;

}
.menu-btn {
    width: 22px;
}

.menu-btn, .menu-btn:before, 
.menu-btn:after {
    display: block;
    height: 2px;
    background: #a9a9a9;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.menu-btn:before {
    top: 8px;
    width: 20px;
}

.menu-btn:after {
    bottom: 8px;
    width: 26px;
}

.menu-btn:before, 
.menu-btn:after {
    content: "";
    position: absolute;
    left: 0;
}

.navToggle:hover .menuOn {
    background: transparent;
}
/* .navToggle:hover .menu, 
.navToggle:hover .menu:before, 
.navToggle:hover .menu:after {
    background: white;
} */
.menuOn {
    background: transparent;
}

.menuOn:before {
    width: 26px;
    top: 0;
    transform: rotate3d(0, 0, 1, 45deg);
}

.menuOn:after {
    width: 26px;
    bottom: 0;
    transform: rotate3d(0, 0, 1, -45deg);
}
/* 
.btn-open:after {
    color: #333;
    content: "\f394";
    font-family: "Ionicons";
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}
.btn-open:hover:after {
    color: #34B484;
}
.btn-close:after {
    color: #fff;
    content: "\f2d7";
    font-family: "Ionicons";
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}
.btn-close:hover:after {
    color: #34B484;
} */

/* OVERLAY */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: var(--bs-purple);
    transition: all .5s ease;
}

.show-nav {
    display: block;
}

.menu-title {
    text-align: center;
    display: block;
}

.info__menu-items {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.info__menu-items ul {
    display: flex;
    flex-direction: column;
}

.info__menu-items ul li {
    margin: 5px 0;
}

.info__menu-items ul li a {
    color: #fff;
    text-transform: capitalize;
}

.overlay .mb-menu {
    margin: 10% auto;
    width: 80%;
}

.overlay .mb-menu ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.overlay .mb-menu ul li {
    float: left;
    padding: 20px 0;
    width: 25%;
    list-style: none;
    text-align: center;
    text-transform: uppercase;
}
.overlay .mb-menu ul li a {
    color: #34B484;
    font-weight: bold;
    font-size: 20px;
}
.overlay .mb-menu ul ul {
    margin-top: 50px;
}
.overlay .mb-menu ul ul li {
    position: relative;
    float: none;
    margin: 0;
    width: 100%;
    border: 0;
}
.overlay .mb-menu ul ul li a {
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 14px;
}
.overlay .mb-menu ul ul li a:hover {
    color: #34b484;
}
/* RESPONSIVE */
@media screen and (max-width: 768px) {
    .overlay .mb-menu ul li {
        float: none;
        margin-bottom: 50px;
        width: 100%;
        border-bottom: 1px solid #575757;
    }
    .overlay .mb-menu ul li:last-child {
        border: 0;
    }
    .overlay .mb-menu ul ul {
        margin-top: 20px;
    }
    /* .navToggle {
        right: 25px;
    } */
}

.allexamples{
  position:absolute;
  bottom:0;
  font-size:18px;
  font-weight:bold;
  width:100%;
  text-align:center;
  background:#e9e9e9;
  padding:20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color:#333;
  position:fixed;
}
