@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

html,
body {
    width: 100%;
    height: 100%;
    background: #dcf2ff;
}

:root {
    --main-clr: #0AEDFD;
}

.home {
    width: 100%;
    height: 100vh;
    background: url('../images/homebg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
    /* z-index: -1; */
    overflow: hidden;
}

.home-overlay {
    background: #000000ce;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 5%;
    z-index: 2;
    position: relative;
    height: 120px;
}

.navbar-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.menu{
    display: none;
}
.menu i{
    font-size: 25px;
    color: var(--main-clr);
    cursor: pointer;
}
.navbar-content a {
    text-decoration: none;
    color: #fff;
}

.navbar-content a.active {
    border-bottom: 2px solid var(--main-clr);
}

.navbar-content button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 4px 16px;
    outline: none;
    border: none;
    border-radius: 30px;
    background: var(--main-clr);
    color: #fff;
}

.navbar-content button span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: #fff;
    border-radius: 50%;
    background: #000;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.second-log {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.first-logo {
    width: 100px;
}

.first-logo img {
    width: 100%;
}

.regby {
    font-size: 10px;
    color: #fff;
}

.niti,
.nextlogo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.niti img,
.nextlogo img {
    height: 65px;
    margin-top: 12px;
}

.niti p {
    color: #E0B26A;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;

}

.nextlogo p {
    color: #6583A6;
    font-family: Oleo Script;
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;

}






.home-content {
    width: 100%;
    height: calc(100% - 150px);
    position: relative;
    z-index: 2;
    padding: 10px 5%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.home-right {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.home-right img {
    width: 70%;
}

.home-left {
    width: 50%;
    /* background: red; */
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.home-left h1 {
    margin-top: 20px;
    color: #fff;
    font-size: 4vw;
}

.home-left p {
    margin: 20px opx;
    color: #fff;
    font-size: 2vw;
}

.home-left button {
    padding: 6px 24px 10px 24px;
    border: none;
    outline: none;
    background: var(--main-clr);
    border-radius: 15px 0px 15px 15px;
    color: #fff;
    margin-top: 20px;
    font-size: 17px;
    cursor: pointer;
    box-shadow: 0px -3px 0px 0px #00000078 inset;
}

.cat {
    padding: 0% 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5%;
    margin-bottom: 20px;
    flex-wrap: wrap;
    margin-top: -50px;
    z-index: 10;
    position: relative;

}

.cat-box {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
    background: #fff;
    padding: 30px;
    border-radius: 30px 0px 30px 0px;
    margin-bottom: 4%;
   cursor: pointer;
     transition: all .4s ease-in-out;
}
.cat-box:hover{
    scale: 1.1;
}
.cat-box p {
    font-size: 15px;
}

.cat-icon i {
    font-size: 70px;
    line-height: 70px;
    color: var(--main-clr);
}

.cat-icon img {
    height: 70px;
    width: 70px;
}

.catbg {
    background: var(--main-clr);
}

.catbg img {
    background: var(--main-clr);

}



/* member form  open*/
.wraper {
    position: relative;
}

.wrapper-overlay-active {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    padding: 20px;
    background: #000;
    z-index: 999;
    opacity: .5;
}

.search-member{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0%;
   opacity: 0;
    background: #fff;
    z-index: 9999;
    border-radius: 10px;
    transition: all .4s ease-in-out;
}
.download-card{
     position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0%;
    opacity: 0;
    background: #fff;
    z-index: 9999;
    border-radius: 10px;
    transition: all .4s ease-in-out;
}

.search-member-active{
    opacity: 1!important;
    width: 70%!important;
}
.download-card-active{
    opacity: 1;
    width: 80%;
}
.search-member-header {
    padding: 10px;
    width: 100%;
    background: var(--main-clr);

    border-radius: 10px 10px 0px 0px;

}

.search-member-header h3 {
    font-size: 18px;
    text-align: center;
    font-weight: 500
}

.search-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 20px 10px;
}

.search-field input ,.search-field select{
    width: 30%;
    padding: 5px;
    border: 1px solid #000;
    border-radius: 5px;
}

.search-field input[type="submit"] {
   border: none;
   outline: none;
   background: var(--main-clr);
   color: #000;
   padding: 8px 5px;
   cursor: pointer;
}


input[type="date"]{
    display: flex;
    color:#ccc;
}
input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #000;
    margin-right: 0.5em;
  }
  input[type="date"]:focus:before,
  input[type="date"]:valid:before {
    content: "";
  }
.download-card input[type="date"]{
    width:45%;
}



.movable-para{
    padding: 0% 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    background: var(--main-clr);
    color: #fff;
    font-size: 15px;
    height: 40px;
    /*gap:20px;*/
    width:100%;
    overflow:hidden;
}
.movable-para p{
    animation: movetext 15s ease-in-out infinite;
    min-width: 30%;
    margin: 0px 50px;
    text-wrap:nowrap;
}
.movable-para p > b{
   color:#000;
}


@keyframes movetext {
  0% { transform: translateX(0); }
  100% { transform: translateX(-500%); }
  }










@media (width <=700px) {
    .home-content {
        flex-direction: column-reverse;
    }

    .home-left {
        width: 100%;
        justify-content: flex-start;
    }

    .home-right {
        width: 100%;
    }

    .home-right img {
        width: 80%;
    }

    .home-left h1 {
        font-size: 4vh;
    }

    .home-left p {
        font-size: 2vh;
    }

    .cat {
        gap: 0%;
    }

    .cat-box {
        width: 45%;
    }
    .first-logo{
        width: 50px;
    }
    .niti img ,.nextlogo img{
        height: 24.5px;
    }
    .niti p ,.nextlogo p{
       font-size: 7px;
    }
    .navbar-content {
        display: none;
    }
    .menu{
        display: block;
    }
    
     .search-field{
        flex-direction: column;
    }
    .search-field input ,.search-field select{
        width: 100%;
    }
    .download-card input[type="date"]{
    width:100%;
    }
     .movable-para p{
        min-width: 90%;
        /*text-wrap:wrap;*/
    }
    
}
.member-data{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0%;
    opacity: 0;
    background: #fff;
    z-index: 9999;
    border-radius: 10px;
    transition: all .4s ease-in-out;
    
}
#memberData{
    padding :30px;
}









