@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');

:root {
  --biggest_title: 32px;
  --medium_title: 25px;
  --small_title: 18px;
  --color_white: #ffffff;
}

/* test */

/* test */

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 19px;
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
p,
dl,
ol,
ul {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

ul {
  list-style: none;
  padding-left: 0;
}
img {
  height: 100%;
  width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
/* common classes style */
.download_link {
  color: #ec383e;
}
.download_link:hover {
  color: #2a3890a3;
}
.postion_relative {
  position: relative;
}
.txt_light {
  color: var(--color_white);
}
.width_1320 {
  max-width: 1320px;
  width: 100%;
}

.h_100 {
  height: 100%;
}
.w_100 {
  width: 100%;
}
.p_2-5 {
  padding: 2.5rem 0;
}
.align_item_center {
  align-items: center;
}
.seciton_padding_block {
  padding-block: 3rem;
}
.seciton_title {
  position: relative;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.seciton_title h2 {
  font-size: var(--biggest_title);
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  padding-bottom: 20px;
  padding-top: 5px;
}
/*footer slogan*/
.slogan{
    font-family: "Mukta", sans-serif;
    font-weight: 500;
}

/*footer slogan*/

.section_underline {
  position: absolute;
  bottom: -5px;
  left: 1px;
  z-index: 1;
}
.section_underline img {
  height: 5px;
}
ul a{
    transition: ease-in-out 200ms;
}
ul a:hover{
    color: #3c3788;
}
main{
    min-height: 65vh;
    min-height: 65dvh;
}
/* //common classes style */

/* -------------------------------------------------------nav header */
.nav_bg {
  position: absolute;
  top: -1px;
  left: 0;
  background-repeat: no-repeat;
  background-position: top;
  z-index: -1;
  background-size: cover;
  min-height: 75px;
}

.top_nav {
  position: relative;
  flex-direction: column;
  align-items: center;
  min-height: 69px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.site_logo img {
  height: 68px;
  width: 68px;
  object-fit: contain;
  margin-right: 10px;
}

.site_title {
  margin-left: 10px;
  font-size: var(--medium_title);
  font-family: "Gotu", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--color_white);
}
.nav_menu {
  justify-content: space-between;
  width: clamp(200px, 470px, 500px);
  color: var(--color_white);
}
.nav_menu li {
  font-weight: 600;
}
.parent_item a{
    transition: ease-in-out 200ms;
} 
.parent_item a:hover {
    color: #3c3788;
    transition: ease-in-out 200ms;
}
.parent_item{
    position: relative;
}
.drop_down{
    position: relative;
}
.drop_down a:after{
  position: absolute;
  content: '';
  background-image: url('https://cpnumlokhaldhunga.org/wp-content/uploads/2024/05/caret-down-fill-white.png');
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  right: -13px;
  top: 50%;
  transform: translateY(-30%);
}
.sub_items{
    visibility: hidden;
    padding: 0 10px;
    position: absolute;
    background: #eb1c24;
    z-index: 2;
    right: -15px;
    opacity: 0;
    white-space: nowrap;
    padding-top: 30px;
    transition: ease-in-out 200ms;
}
.parent_item:hover .sub_items, .sub_items:hover{
    opacity: 1;
    z-index: 1;
    visibility: visible;
}
.sub_items a:hover {
    color: #3c3788;
}

.mobile_nav {
  display: none;
}
.mobile_nav.de_active {
  position: absolute;
  width: 10rem;
  height: auto;
  transform: translateY(0);
  right: 0;
  top: 0;
  background-color: #000;
  z-index: -99;
  visibility: hidden;
  transition: ease-in-out 300ms;
  opacity: 0;
  overflow-x: hidden;
}

.mobile_nav.active {
  position: absolute;
  width: 100%;
  height: auto;
  transform: translateY(28px);
  right: 0;
  top: 45px;
  background-color: #000;
  z-index: 99;
  visibility: visible;
  opacity: 1;
  transition: ease-in-out 300ms;
  overflow-x: hidden;
}
.mobile_nav_btn i,
.close_mobile_nav i {
  cursor: pointer;
}
.close_mobile_nav {
  text-align: right;
  padding-right: 10px;
  padding-top: 10px;
  font-size: 23px;
  line-height: 0.2;
  color: #ffffff;
}
.mobile_nav ul li {
  text-align: center;
  color: #ffffff;
  font-weight: 500;
}

/* nav header */

/* ------------------------------------------------------banner seciton */
.top_banner{
    gap: 5px;
}
.big_image_container {
  z-index: 2;
}
.big_image_container img {
  min-height: 872px;
  max-height: 872px;
  height: 100%;
  object-fit: cover;
  transform: translateY(2px);
}
.banner_right{
    transform: translateY(2px);
}
.members{
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.member{
    gap: 10px;
}
.member .member_image img{
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 5px;
}
.member_detail{
    position: relative;
}
.team_links{
    position
}
.team_cred .team_title{
    font-size: 13px;
    font-weight: 500;
}
.team_cred .team_name{
    font-size: 18px;
    color: #3c3788;
    font-weight: 600;
}
.team_links img{
    width: 22px;
    height: 22px;
}
.team_links .twitter{
    width: 19px;
    height: 19px;
}

/* // banner seciton */

/* ------------------------------------------------------notices sections */

.medium_title {
  font-size: var(--medium_title);
  font-weight: 600;
  margin-top: 15px;
}
.list_post_desc .medium_title {
  margin-top: 0;
}
.post_desc {
  font-size: var(--small_title);
  margin-top: 5px;
}
p.post_desc, .post_desc p{
    color: #6d6d6d;
}
.list_post_desc {
  margin-left: 10px;
}

.big_post_img img {
  height: 330px;
  object-fit: cover;
  border-radius: 5px;
}

.list_post_img img {
  height: 150px;
  object-fit: cover;
  border-radius: 5px;
}

.post_image_list li {
  margin-bottom: 10px;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}

.view_more {
  text-align: right;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.view_more a {
    background-color: #3c3788;
    padding: 6px 32px;
    color: var(--color_white);
    font-size: 16px;
    border-radius: 50px;
    letter-spacing: 0.5px;
    transition: 200ms ease-in-out;
}
.view_more a:hover {
  background-color: #4b4696;
}
/* // notices sections */

/* bichar */

.bichar {
  background-color: #efefef;
}
.swiper {
  padding-top: 80px;
  position: relative;
}
#slide-left,
#slide-right {
  opacity: 0;
  transition: ease-in-out 300ms;
}
.swiper:hover #slide-right,
.swiper:hover #slide-left {
  opacity: 1;
}

#slide-right {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

#slide-left {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.swiper-custom-pagination {
  text-align: center;
  padding: 1rem 0;
}
.swiper-custom-pagination span.number {
  display: none;
}
.swiper-custom-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: ease-in-out 300ms;
}

.cards {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 270px;
  background-color: #d9d9d9;
  padding: 0 10px;
}

.card_img {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
}
.card_img img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}
.card_desc {
  text-align: center;
  padding: 90px 10px 20px 10px;
}
.card_desc p{
    font-weight: 500;
    line-height: 1.4;
}
/* // bichar */

/* ---------------------------------------------------------activities */
.activities_posts {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  padding: 15px;
  border-radius: 5px;
}
.activities .horizontal_post_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.activities .post_image img {
  height: 100%;
  min-height: 160px;
  object-fit: cover;
  border-radius: 5px;
}
/* // activities */

/* --------------------------------------------------------------footer */
footer {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 60px;
  margin-top: 2rem;
  background-color: #393978;
  color: white;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.inner_footer {
  margin-bottom: 2rem;
}
.left_footer .slogan{
    max-width: 350px;
    font-size: 24px;
} 
.right_footer h4{
    font-size: var(--medium_title);
    font-weight: 600;
}
footer a {
  display: block;
}
.copyright {
  text-align: center;
}
.socials_container span{
    margin-left: 10px;
    font-size: 17px;
}
.socials{
    gap: 20px;
}
.socials img{
  width: 28px;
  height: 28px;
  transition: ease-in-out 200ms;
}
.socials img:hover{
    transform: scale(1.1);
}
.socials p, .socials a{
    display: flex;
    align-items: center;
    gap: 10px;
}
.socials span{
    font-size: 15px;
}
.socials i {
  font-size: 20px;
}
.related_links ul{
  list-style-type: disc;
  font-size: 18px;
}

footer .quickLinks {
  text-align: center;
}
footer .copyright {
  font-size: 13px;
}
/* //footer */

/* --------------------------------------------------------- archives */
.post_list .display_img_container img{
    max-height: 275px;
    object-fit: cover;
}
/* --------------------------------------------------------- archives */

/* ---------------------------------------------------------- 404 page*/
.page_not_found{
    min-height: 60vh;
    min-height: 60dvh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_not_found .page_404 *{
    display: inline;
    display: inline-block;
    font-weight: 600;
}
.page_not_found .page_404 i{
    font-size: 30px;
    margin-right: 5px;
}
/* ---------------------------------------------------------- 404 page*/

@media screen and (min-width: 992px){
    .top_banner {
        transform: translateY(1px);
    }
}

@media screen and (max-width: 995px) {
  .hide_mobile {
    display: none;
  }
  .mobile_nav {
    display: block;
  }
}
@media screen and  (max-width: 992px){
    .activities_posts .medium_title{
        font-size: 18px;
    }
    .post_desc{
        font-size: var(--small_title);
    }
    .socials img {
    width: 30px;
    height: 30px;
    }
    .socials i {
    font-size: 20px;
    }
    .members{
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 800px){
    .big_image_container img{
        max-height: 600px;
        min-height: 600px;
    }
}
@media screen and (max-width: 768px){
    .activities .horizontal_post_list {
        grid-template-columns: 1fr;
    }
    .activities .post_image img {
        height: 250px;
    }
    .members{
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 766px) {
  footer .quickLinks {
    width: 100%;
  }
  .footer_menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  .footer_menu li {
    margin: 5px;
  }
}
@media screen and (max-width: 570px) {
  .post_image img {
    height: 200px;
  }
  .activities_posts {
    min-height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .post_image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
}
@media screen and (max-width: 400px){
    .big_image_container img{
        max-height: 450px;
        min-height: 450px;
    }
}
