/* dropdown start */
/* .special_content_title {
  display: flex;
  align-items: center;
}

.special_content_title img {
  margin-right: 10px;
}

.dropdown-menu {
  margin-top: 10px;
}
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 4px;
}

.dropdown-menu.show {
  display: block;
} */
/* dropdown end */

/* ---------------------------------------------- */

/* header start */
/* header top start */
.header_top_wrapper {
  background-color: var(--purple);
}
.header_top_wrapper .header_wrapper_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
.header_top_wrapper .header_wrapper_block .language_wrapper .dropdown {
  display: none;
}
.header_top_wrapper
  .header_wrapper_block
  .language_wrapper
  .dropdown
  .dropdown-menu
  .lang-item
  a {
  font-weight: 400;
  color: var(--dark);
  margin-left: 10px;
}
.header_top_wrapper
  .header_wrapper_block
  .language_wrapper
  .dropdown
  .dropdown-menu
  .lang-item:hover {
  background-color: var(--white-dark);
}
.header_top_wrapper
  .header_wrapper_block
  .language_wrapper
  .dropdown
  .dropdown-menu
  .lang-item.current-lang {
  background-color: var(--white-purple);
  color: var(--white);
}
.header_top_wrapper
  .header_wrapper_block
  .language_wrapper
  .dropdown
  .dropdown-menu
  .lang-item.current-lang
  a {
  color: var(--white);
}

.header_top_wrapper
  .header_wrapper_block
  .language_wrapper
  .dropdown
  .language_btn {
  color: var(--white);
}
.header_top_wrapper
  .header_wrapper_block
  .language_wrapper
  .dropdown
  .language_btn:active {
  border-color: transparent;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border-color: transparent;
}
/* .dropdown-item:hover {
  background-color: var(--white-dark);
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--white-purple);
} */
.bvi-widget .bvi-svg-eye,
.bvi-shortcode .bvi-svg-eye {
  height: 25px !important;
}
.header_top_wrapper
  .header_wrapper_block
  .language_wrapper
  .language_links_wrapper
  .language_items {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header_top_wrapper
  .header_wrapper_block
  .language_wrapper
  .language_links_wrapper
  .language_items
  .lang-item
  a {
  /* font-size: clamp(12px, 2vw, 16px); */
  font-size: var(--fontSize);
  font-weight: 400;
  color: var(--white);
}
.header_top_wrapper
  .header_wrapper_block
  .language_wrapper
  .language_links_wrapper
  .language_items
  .lang-item
  .item.active {
  border-bottom: 2px solid var(--white);
}
.current-lang {
  border-bottom: 2px solid var(--white);
}
.header_top_wrapper
  .header_wrapper_block
  .special_block_wrapper
  .special_content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header_top_wrapper
  .header_wrapper_block
  .special_block_wrapper
  .special_content
  .special_content_title {
  font-size: clamp(12px, 2vw, 16px);
  font-weight: 400;
  color: var(--white);
  position: relative;
}
/* header top end */

/* header bottom start */
.navbar {
  padding: 4px 0;
  background-color: var(--white) !important;
  box-shadow: #333 0px 3px 11px -7px;
}
.navbar-toggler {
  border-color: var(--purple);
}

.navbar-collapse .navbar-nav {
  align-items: center;
}
.navbar-collapse form {
  justify-content: center;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0.05rem;
}
.navbar .navbar-nav .nav-item .nav-link {
  font-size: clamp(12px, 1.4vw, 16px);
  /* font-size: var(--fontSize); */
  font-weight: 500;
  color: var(--dark);
  padding: 8px 0;
  margin: 0 8px;
}
.navbar .navbar-nav .nav-item .nav-link.active {
  border-bottom: 2px solid var(--purple);
}
.nav-link.active {
  border-bottom: 2px solid var(--purple);
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--purple);
}
.custom-logo-link {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar .navbar-brand img {
  width: 100%;
  max-width: 74px;
}
.navbar form {
  gap: 15px;
}
.navbar .btn_left {
  font-size: clamp(12px, 1.4vw, 16px);
  font-weight: 500;
  border-color: var(--dark);
  padding: 10px 20px;
  border-radius: 8px;
  transition: all 0.3s ease-in;
}
.navbar .btn_right {
  font-size: clamp(12px, 1.4vw, 16px);
  font-weight: 500;
  border-color: var(--purple);
  background-color: var(--purple);
  color: var(--white);
  padding: 10px 20px;
  border-radius: 8px;
  transition: all 0.3s ease-in;
}
.navbar .btn_left:hover {
  color: var(--purple);
  background-color: var(--white-dark);
}
.navbar .btn_right:hover {
  background-color: var(--white-purple);
}
.navbar-toggler-icon {
  width: 1.3rem;
  height: 1.3rem;
}
/* header bottom end */
/* header end */

/* ---------------------------------------------- */
/* HOME PAGE CUSTOM CSS START */
/* main banner section start */
body {
  /* background-image: url("/Assets/Images/home/bg.png"); */
  background-position: center;
  background-repeat: repeat;
  /* background-size: cover; */
}
#banner_section .banner {
  background-image: url("/Assets/Images/home/banner-bg.JPG");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1440px;
  aspect-ratio: 1440 / 900;
  height: auto;
  position: relative;
}
#banner_section .banner .banner_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: absolute;
/*   top: 40%;
  left: 5%; */
  bottom: 0;
  padding: 0 0 clamp(10px, 3vw, 50px) clamp(10px, 3vw, 50px);
}
#banner_section .banner .banner_content .banner_content_header {
  font-size: clamp(16px, 5vw, 56px);
  /* font-size: calc(var(--fontSize) + 40px); */
  font-weight: 500;
  color: var(--white);

  display: inline-block;
  position: relative;
}
/* #banner_section .banner .banner_content .banner_content_header span {
  position: absolute;
  top: -60px;
  background-color: rgb(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgb(0, 0, 0, 0.5);
  text-align: center;
  color: var(--white);
  display: none;
  padding: 20px 20px 30px 20px;
  font-size: var(--fontSize);
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 75%,
    61% 75%,
    51% 100%,
    39% 75%,
    0% 75%
  );
}
#banner_section .banner .banner_content .banner_content_header:hover span {
  display: block;
} */

#banner_section .banner .banner_content .banner_content_title {
  width: 100%;
  max-width: 560px;
  font-size: clamp(10px, 1.5vw, 18px);
  font-weight: 400;
  color: var(--white);
}
#banner_section .banner .banner_content .banner_content_btn {
/*   padding: 12px 24px; */
  padding: clamp(10px, 0.8vw, 12px) clamp(15px, 1.5vw, 24px);
  font-size: clamp(10px, 1.5vw, 16px);
  font-weight: 400;
  color: var(--white);
  background-color: var(--purple);
  border-radius: 8px;
  transition: all 0.3s ease-in;
}
#banner_section .banner .banner_content .banner_content_btn:hover {
/*   padding: 12px 24px; */
  font-size: clamp(10px, 1.5vw, 16px);
  font-weight: 400;
  color: var(--white);
  background-color: var(--white-purple);
  border-radius: 8px;
}
/* main banner section end */

/* About the Reward (Mukofot haqida) section start */
#reward_section .reward_wrapper {
  display: flex;
  padding: 100px 72px;
  background-color: rgba(248, 250, 252, 1);
}
#reward_section .reward_wrapper .reward_image_wrapper img {
  width: 100%;
  /* max-width: 460px; */
  border-radius: 16px;
}
#reward_section .reward_wrapper .reward_wrapper_content .reward_content_header {
  color: var(--dark);
  font-size: clamp(24px, 3vw, 80px);
  font-weight: 800;
}
#reward_section .reward_wrapper .reward_wrapper_content .reward_content_title {
  color: var(--dark);
  font-size: clamp(14px, 1vw, 24px);
  line-height: 30px;
  font-weight: 400;
}
#reward_section
  .reward_wrapper
  .reward_wrapper_content
  .reward_content_btn_wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
#reward_section
  .reward_wrapper
  .reward_wrapper_content
  .reward_content_btn_wrapper
  .reward_left_btn,
.reward_right_btn {
  border: 1px solid var(--purple);
  border-radius: 8px;
  padding: 12px 24px;
  color: var(--purple);
  font-size: clamp(11px, 1vw, 16px);
  transition: all 0.3s ease-in;
}
#reward_section
  .reward_wrapper
  .reward_wrapper_content
  .reward_content_btn_wrapper
  .reward_left_btn:hover,
.reward_right_btn:hover {
  background-color: var(--white-purple);
  color: var(--white);
}
/* About the Reward (Mukofot haqida) section end */

/* Services section start */
#services_section .services_section_wrapper {
  background-color: var(--purple);
  padding: 100px 72px;
}
#services_section .services_section_wrapper .services_left_content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 35px;
}
#services_section
  .services_section_wrapper
  .services_left_content
  .services_left_content_text {
  color: var(--white);
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 600;
}
#services_section
  .services_section_wrapper
  .services_left_content
  .services_left_content_header {
  color: var(--white);
  font-size: clamp(24px, 2vw, 48px);
  font-weight: 700;
}
#services_section
  .services_section_wrapper
  .services_left_content
  .services_left_content_title {
  color: var(--white);
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 400;
  line-height: 30px;
}
#services_section
  .services_section_wrapper
  .services_left_content
  .services_left_content_btn {
  color: var(--white);
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 400;
  padding: 12px 24px;
  border-radius: 8px;
  border: 1px solid var(--white);
}
#services_section
  .services_section_wrapper
  .services_left_content
  .services_left_content_btn:hover {
  background-color: var(--white-purple);
}
#services_section .services_section_wrapper .services_right_wrapper {
  padding: 0 0 0 50px;
}
#services_section
  .services_section_wrapper
  .services_right_wrapper
  .services_right_item {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  padding: 10px;
}
#services_section
  .services_section_wrapper
  .services_right_wrapper
  .services_right_item
  .services_item_header {
  color: var(--white);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
}
#services_section
  .services_section_wrapper
  .services_right_wrapper
  .services_right_item
  .services_item_title {
  color: var(--white);
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 400;
}
/* Services section end */

/* News Section start */
#news_section .news_section_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 4.5vw, 50px);
  padding: 100px 72px;
  background-color: rgba(248, 250, 252, 1);
}
#news_section .news_section_wrapper .news_header_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#news_section .news_section_wrapper .news_header_wrapper .news_header_text {
  color: var(--dark);
  font-size: clamp(14px, 1.5vw, 16px);
}
#news_section .news_section_wrapper .news_header_wrapper .news_header_title {
  color: var(--dark);
  font-size: clamp(20px, 3vw, 48px);
}
#news_section .news_section_wrapper .news_card_wrapper .card_item {
  background-color: var(--white);
  border-radius: 16px;
}

#news_section .news_section_wrapper .news_card_wrapper .card_item .news-card-item-img-wrapper img {
  width: 100%;
  border-radius: 16px;
  height: auto;
  aspect-ratio: 500 / 400;
  object-fit: cover;
}
#news_section
  .news_section_wrapper
  .news_card_wrapper
  .card_item
  .card_item_header {
  color: var(--dark);
  font-size: clamp(15px, 2vw, 20px);
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  min-height: 52px;
}
#news_section
  .news_section_wrapper
  .news_card_wrapper
  .card_item
  .card_item_title {
  color: var(--dark);
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0 0 5px 0;
}
#news_section
  .news_section_wrapper
  .news_card_wrapper
  .card_item
  .card_item_btn {
  color: var(--purple);
  font-size: clamp(12px, 1.5vw, 16px);
  font-weight: 500;
}
#news_section
  .news_section_wrapper
  .news_card_wrapper
  .card_item
  .card_item_btn:hover {
  color: var(--white-purple);
}
#news_section
  .news_section_wrapper
  .news_card_wrapper
  .card_item
  .card_content {
  padding: 20px 30px;
}
#news_section .news_section_wrapper .news_btn_wrapper .news_btn {
  border: 1px solid var(--purple);
  padding: 12px 24px;
  color: var(--purple);
  border-radius: 8px;
  font-size: clamp(11px, 1vw, 16px);
  transition: all 0.3s ease-in;
}
#news_section .news_section_wrapper .news_btn_wrapper .news_btn:hover {
  color: var(--white);
  background-color: var(--purple);
}
/* News Section end */

/* question section start */
#question_section .question_content_wrapper .question_header_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}
#question_section
  .question_content_wrapper
  .question_header_wrapper
  .question_header {
  color: var(--white);
  font-size: clamp(20px, 4vw, 48px);
  font-weight: 700;
}
#question_section
  .question_content_wrapper
  .question_header_wrapper
  .question_title {
  color: var(--white);
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 400;
}
#question_section .question_content_wrapper .question_footer_wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
}
#question_section
  .question_content_wrapper
  .question_footer_wrapper
  .question_footer_header {
  color: var(--white);
  font-size: clamp(18px, 3vw, 32px);
  font-weight: 700;
}
#question_section
  .question_content_wrapper
  .question_footer_wrapper
  .question_footer_title {
  color: var(--white);
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 400;
}
#question_section
  .question_content_wrapper
  .question_footer_wrapper
  .question_footer_btn {
  color: var(--purple);
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 500;
  background-color: var(--white);
  padding: 12px 24px;
  border: 1px solid var(--purple);
  border-radius: 8px;
}
#question_section
  .question_content_wrapper
  .question_footer_wrapper
  .question_footer_btn:hover {
  background-color: var(--purple);
  border-color: var(--white);
  color: var(--white);
}
/* accordion block */
#question_section .question_content_wrapper {
  padding: 100px 72px;
}
#question_section
  .question_content_wrapper
  .question_main_wrapper
  .accordion_left {
  padding: 0 25px 0 0;
}
#question_section
  .question_content_wrapper
  .question_main_wrapper
  .accordion_right {
  padding: 0 0 0 25px;
}
#question_section
  .question_content_wrapper
  .question_main_wrapper
  .question_accordion:first-child {
  margin-top: 1.5rem;
  padding: 1.2rem 0;
  border-top: 1px solid var(--white);
  cursor: pointer;
}
#question_section
  .question_content_wrapper
  .question_main_wrapper
  .question_accordion {
  margin-top: 0.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--white);
  cursor: pointer;
}
#question_section
  .question_content_wrapper
  .question_main_wrapper
  .question_accordion
  .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#question_section
  .question_content_wrapper
  .question_main_wrapper
  .question_accordion
  .question
  h3 {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  color: var(--white);
}
#question_section
  .question_content_wrapper
  .question_main_wrapper
  .question_accordion
  .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.4s ease;
}
#question_section
  .question_content_wrapper
  .question_main_wrapper
  .question_accordion
  .answer
  p {
  padding-top: 1rem;
  line-height: 1.6;
  font-size: clamp(13px, 3vw, 18px);
  color: var(--white);
}
#question_section
  .question_content_wrapper
  .question_main_wrapper
  .question_accordion.active
  .answer {
  max-height: 300px;
  animation: fade 1s ease-in-out;
}
#question_section
  .question_content_wrapper
  .question_main_wrapper
  .question_accordion.active
  img {
  transform: rotate(180deg);
}
#question_section
  .question_content_wrapper
  .question_main_wrapper
  .question_accordion
  img {
  transition: transform 0.5s ease-in;
}
@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#question_section .question_content_wrapper {
  background-color: var(--purple);
}
/* accordion block */
/* question section end */

/* partners section start */
#parnters_section .partners_content_wrapper {
  padding: 100px 72px;
  background-color: rgba(248, 250, 252, 1);
}
#parnters_section .partners_content_wrapper .partners_content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
#parnters_section .partners_content_wrapper .partners_content .partner-image {
	width: 200px;
	height: 130px;
}
#parnters_section .partners_content_wrapper .partners_content img {
  width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
}
#parnters_section .partners_content_wrapper .partneers_header_title {
  color: var(--dark);
  font-size: clamp(16px, 2vw, 26px);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
/* partners section end */
/* HOME PAGE CUSTOM CSS END */

/* ---------------------------------------------- */
/* BANNER DESCRIPTION CUSTOM CSS START */
#banner_description_section_wrapper .banner_description_wrapper {
  background-color: var(--white);
  padding: 0 40px 50px;
}
#banner_description_section_wrapper
  .banner_description_wrapper
  .banner_description_img {
  background-position: 25% 35%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: auto;
  aspect-ratio: 1440 / 400;
/*   filter: brightness(0.7); */
  z-index: 1;
}
#banner_description_section_wrapper .banner_description_wrapper .banner_back {
  background-color: var(--purple);
  color: var(--white);
  font-weight: 500;
  font-size: clamp(12px, 1.5vw, 18px);
  border-radius: 8px;
  padding: 10px 20px;
  margin: 5px 0;
  transition: 0.3s ease;
}
#banner_description_section_wrapper
  .banner_description_wrapper
  .banner_back:hover {
  background-color: var(--white-purple);
}
#banner_description_section_wrapper
  .banner_description_wrapper
  .banner_description_img
  .banner_description_header {
  position: absolute;
  top: 40%;
  left: 5%;
  color: var(--white);
  font-size: clamp(14px, 5vw, 56px);
  font-weight: 700;
  z-index: 2;
}
#banner_description_section_wrapper
  .banner_description_wrapper
  .banner_description_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0;
}
#banner_description_section_wrapper
  .banner_description_wrapper
  .banner_description_content
  .banner_description_content_header {
  font-size: clamp(18px, 4vw, 36px);
  font-weight: 700;
  color: var(--dark);
}
#banner_description_section_wrapper
  .banner_description_wrapper
  .banner_description_content
  .banner_decription_content_title {
  font-size: clamp(13px, 2vw, 24px);
  font-weight: 400;
  color: var(--dark);
}
/* BANNER DESCRIPTION CUSTOM CSS END */
/* ---------------------------------------------- */
/* BANNER DESCRIPTION CUSTOM CSS START */
#news_description_section_wrapper .news_description_wrapper {
  background-color: var(--white);
  padding: 40px clamp(10px, 3vw, 40px) 50px;
}
#news_description_section_wrapper
  .news_description_wrapper
  .news_description_img {
  position: relative;
}
#news_description_section_wrapper
  .news_description_wrapper
  .news_description_img
.post-thumbnail {
	border-radius: 16px;
}
#news_description_section_wrapper
  .news_description_wrapper
  .news_description_img
  .post-thumbnail
  img {
  width: 100%;
  object-position: 25% 25%;
  object-fit: cover;
  position: relative;
  height: auto;
  aspect-ratio: 1440 / 700;
  filter: brightness(0.8);
  z-index: 1;
  border-radius: 16px;
}
.entry-meta {
  margin: 20px 20px 0;
}
.entry-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: clamp(1px, 1.5vw, 20px) clamp(1px, 1.5vw, 20px);
}
.entry-content p {
  font-size: clamp(12px, 2vw, 24px);
  font-weight: 400;
  color: var(--dark);
  text-indent: 2em;
}
#news_description_section_wrapper .news_description_wrapper .news_back {
  background-color: var(--purple);
  color: var(--white);
  font-weight: 500;
  font-size: clamp(12px, 1.5vw, 18px);
  border-radius: 8px;
  padding: 10px 20px;
  margin: 5px 0;
  transition: 0.3s ease;
  width: 100%;
  max-width: 120px;
  text-align: center;
}
#news_description_section_wrapper .news_description_wrapper .news_back:hover {
  background-color: var(--white-purple);
}
#news_description_section_wrapper
  .news_description_wrapper
  .news_description_img
  .entry-title {
  position: absolute;
/*   top: 50%;
  left: 2.5%; */
  color: var(--white);
/*   font-size: clamp(14px, 3.5vw, 56px); */
  font-size: clamp(14px, 3vw, 51px);
  font-weight: 700;
  z-index: 2;
  bottom: 0;
  padding: 0 0 clamp(10px, 3vw, 50px) clamp(10px, 3vw, 50px);
}
#news_description_section_wrapper
  .news_description_wrapper
  .news_description_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
  padding: 20px 25px;
}
#news_description_section_wrapper
  .news_description_wrapper
  .news_description_content
  .news_description_content_header {
  font-size: clamp(13px, 2vw, 24px);
  font-weight: 400;
  color: var(--dark);
}
#news_description_section_wrapper
  .news_description_wrapper
  .news_description_content
  .news_decription_content_title {
  font-size: clamp(13px, 2vw, 24px);
  font-weight: 400;
  color: var(--dark);
}
#news_description_section_wrapper
  .news_description_wrapper
  .news_description_content
  span {
  font-size: clamp(13px, 2vw, 24px);
  font-weight: 700;
  color: var(--dark);
}
#news_description_section_wrapper
  .news_description_wrapper
  .news_description_content
  ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 50px;
}
#news_description_section_wrapper
  .news_description_wrapper
  .news_description_content
  ul
  li {
  list-style: disc;
  font-size: clamp(13px, 2vw, 24px);
  font-weight: 400;
  color: var(--dark);
}
/* BANNER DESCRIPTION CUSTOM CSS END */
/* ---------------------------------------------- */
/* ABOUT PURPOSE (Mukofotlar Haqida) PAGE START */
#about_us_section_wrapper .about_us_wrapper {
  background-color: var(--white);
  padding: 100px 40px;
}
#about_us_section_wrapper .about_us_wrapper p {
	text-indent: 2em;
}
#about_us_section_wrapper .about_us_wrapper .award-item h2 {
	text-align: center;
}
#about_us_section_wrapper .about_us_wrapper .award-item .award-content p{
	text-indent: 2em;
}
#about_us_section_wrapper .about_us_wrapper .about_us_header {
  font-size: clamp(22px, 5vw, 48px);
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 45px;
  text-align: center;
}
#about_us_section_wrapper .about_us_wrapper .about_us_content_wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
#about_us_section_wrapper
  .about_us_wrapper
  .about_us_content_wrapper
  .about_us_title {
  font-size: clamp(14px, 1.3vw, 24px);
  font-weight: 400;
  color: var(--dark);
  margin: 0;
}
#about_us_section_wrapper
  .about_us_wrapper
  .about_us_content_wrapper
  .about_us_title
  .purpose_title {
  font-weight: 600;
}
#about_us_section_wrapper
  .about_us_wrapper
  .about_us_content_wrapper
  .about_us_middle_header_title {
  font-size: clamp(14px, 1.3vw, 24px);
  font-weight: 600;
  color: var(--dark);
}
#about_us_section_wrapper .about_us_wrapper .about_us_content_wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: disc;
  margin-left: 40px;
}
#about_us_section_wrapper .about_us_wrapper .about_us_content_wrapper ul li {
  font-size: clamp(14px, 1.3vw, 24px);
  font-weight: 400;
  color: var(--dark);
}
/* ABOUT PURPOSE (Mukofotlar Haqida) PAGE END */

/* ---------------------------------------------- */

/* CONDIDATE PAGE START */
#condidate_section_wrapper .condidate_wrapper {
  background-color: var(--white);
  padding: 100px 40px;
}
#condidate_section_wrapper .condidate_wrapper .condidate_header {
  text-align: center;
  margin-bottom: 50px;
  font-size: clamp(20px, 4vw, 48px);
  color: var(--dark);
}
#condidate_section_wrapper .condidate_wrapper .condidate_cards_wrapper img {
  width: 100%;
  height: auto;
  display: block;
    aspect-ratio: 1 / 1.2;
    object-fit: cover;
}
#condidate_section_wrapper
  .condidate_wrapper
  .condidate_cards_wrapper
  .card_item_title_wrapper
  .card_first_title {
  color: var(--dark);
  font-weight: 600;
  font-size: clamp(13px, 1.5vw, 16px);
}
#condidate_section_wrapper
  .condidate_wrapper
  .condidate_cards_wrapper
  .card_item_title_wrapper
  .card_second_title {
  color: var(--dark);
  font-weight: 600;
  font-size: clamp(16px, 2vw, 24px);
}
#condidate_section_wrapper
  .condidate_wrapper
  .condidate_cards_wrapper
  .card_item_title_wrapper
  .card_third_title {
  color: var(--dark);
  font-weight: 400;
  font-size: clamp(13px, 2vw, 16px);
}

/* ---------------------------------------------- */

/* WINNERS PAGE CUSTOM CSS START */
#winners_section_wrapper .winners_wrapper {
  background-color: var(--white);
  padding: 100px 40px;
}
#winners_section_wrapper .winners_wrapper .winners_header {
  text-align: center;
  margin-bottom: 50px;
  font-size: clamp(20px, 4vw, 48px);
  color: var(--dark);
}
#winners_section_wrapper .winners_wrapper .winners_cards_wrapper img {
  width: 100%;
}
#winners_section_wrapper
  .winners_wrapper
  .winners_cards_wrapper
  .card_item_title_wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#winners_section_wrapper
  .winners_wrapper
  .winners_cards_wrapper
  .card_item_title_wrapper
  .card_first_title {
  color: var(--dark);
  font-weight: 600;
  font-size: clamp(18px, 3vw, 32px);
}
#winners_section_wrapper
  .winners_wrapper
  .winners_cards_wrapper
  .card_item_title_wrapper
  .card_second_title {
  color: var(--dark);
  font-weight: 400;
  font-size: clamp(13px, 2vw, 16px);
}
#winners_section_wrapper
  .winners_wrapper
  .winners_cards_wrapper
  .card_item_title_wrapper
  .card_third_title {
  color: var(--dark);
  font-weight: 500;
  font-size: clamp(14px, 2vw, 24px);
}
/* WINNERS PAGE CUSTOM CSS END */
/* ---------------------------------------------- */
/* GALERY PAGE CUSTOM CSS START */
#galery_section_wrapper .galery_wrapper {
  background-color: var(--white);
  padding: 100px 40px;
}
/* modal */
#galery_section_wrapper .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 70px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
#galery_section_wrapper .modal-content {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 800px;
  height: auto;
  aspect-ratio: 800 / 800;
  /* max-width: 80%;
  max-height: 80%; */
  border: 15px solid #fff;
}
#galery_section_wrapper .galery_modal_wrapper {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 50px;
}
#galery_section_wrapper .close {
  position: absolute;
  top: 27px;
  right: 27px;
  color: black;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  background-color: white;
  border-radius: 50%;
  padding: 0 20px;
}
#galery_section_wrapper .modal-controls .prev,
.modal-controls .next {
  position: absolute;
  top: 50%;
  color: black;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  background-color: white;
  border-radius: 50%;
  font-size: 25px;
  padding: 0 10px;
}
#galery_section_wrapper .modal-controls .prev {
  left: 70px;
}
#galery_section_wrapper .modal-controls .next {
  right: 70px;
}
/* modal */
#galery_section_wrapper .galery_wrapper .galery_cards_wrapper img {
  width: 100%;
  max-width: 416px;
  border-radius: 16px;
  cursor: pointer;
}
#galery_section_wrapper .galery_wrapper .galery_header {
  font-size: clamp(20px, 4vw, 48px);
  font-weight: 700;
  text-align: center;
  color: var(--dark);
}
#galery_section_wrapper .galery_wrapper .galery_title {
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 400;
  margin-bottom: 50px;
  text-align: center;
  color: var(--dark);
}
/* GALERY PAGE CUSTOM CSS END */
/* ---------------------------------------------- */
/* NEWS PAGE CUSTOM CSS START */
#news_section_wrapper .news_wrapper {
  background-color: var(--white);
  padding: 100px 40px;
}
#news_section_wrapper .news_wrapper .news_header {
  text-align: center;
  margin-bottom: 50px;
  font-size: clamp(20px, 4vw, 48px);
  color: var(--dark);
}
#news_section_wrapper .news_wrapper .news_card_wrapper .item img {
  width: 100%;
  max-width: 416px;
  border-radius: 16px;
  cursor: pointer;
  height: auto;
  aspect-ratio: 500 /400;
  object-fit: cover;
}
#news_section_wrapper .news_wrapper .news_card_wrapper .item .item_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
}
#news_section_wrapper
  .news_wrapper
  .news_card_wrapper
  .item
  .item_content
  .item_content_title {
  font-size: clamp(14px, 2vw, 24px);
  font-weight: 700;
  color: var(--dark);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0;
}
#news_section_wrapper
  .news_wrapper
  .news_card_wrapper
  .item
  .item_content
  .item_content_description {
  font-size: clamp(12px, 2vw, 16px);
  font-weight: 400;
  color: var(--dark);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0;
}
#news_section_wrapper
  .news_wrapper
  .news_card_wrapper
  .item
  .item_content
  .item_content_btn
  a {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 500;
  color: var(--purple);
}
/* news pagination start */
.news_card_wrapper .pagination_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_card_wrapper .pagination_wrapper .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.news_card_wrapper .pagination_wrapper .page-numbers li a {
  color: var(--dark);
  font-size: clamp(13px, 1.5vw, 16px);
  font-weight: 500;
}
.news_card_wrapper .pagination_wrapper .page-numbers li .current {
  background-color: var(--purple);
  padding: 10px 15px;
  font-size: clamp(13px, 2.5vw, 16px);
  color: var(--white);
}
/* news pagination end */
/* NEWS PAGE CUSTOM CSS END */
/* ---------------------------------------------- */
/* OFERTA PAGE CUSTOM CSS START */
#public_oferta_section_wrapper .oferta_wrapper {
  background-color: var(--white);
  padding: 100px 40px;
}
#public_oferta_section_wrapper .oferta_wrapper .oferta_header {
  font-size: clamp(22px, 5vw, 48px);
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 45px;
  text-align: center;
}
#public_oferta_section_wrapper .oferta_wrapper .oferta_content_wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
#public_oferta_section_wrapper
  .oferta_wrapper
  .oferta_content_wrapper
  .oferta_title {
  font-size: clamp(14px, 1.3vw, 24px);
  font-weight: 400;
  color: var(--dark);
  margin: 0;
}
#public_oferta_section_wrapper
  .oferta_wrapper
  .oferta_content_wrapper
  .oferta_title
  .purpose_title {
  font-weight: 600;
}
#public_oferta_section_wrapper
  .oferta_wrapper
  .oferta_content_wrapper
  .oferta_middle_header_title {
  font-size: clamp(14px, 1.3vw, 24px);
  font-weight: 600;
  color: var(--dark);
}
#public_oferta_section_wrapper .oferta_wrapper .oferta_content_wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: disc;
  margin-left: 40px;
}
#public_oferta_section_wrapper .oferta_wrapper .oferta_content_wrapper ul li {
  font-size: clamp(14px, 1.3vw, 24px);
  font-weight: 400;
  color: var(--dark);
}
/* OFERTA PAGE CUSTOM CSS END */
/* ---------------------------------------------- */
/* CONTACT PAGE CUSTOM CSS START */
#contact_section_wrapper .contact_wrapper {
  background-color: var(--white);
  padding: 100px 60px;
}
#contact_section_wrapper .contact_wrapper .contact_top .contact_top_left {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
}
#contact_section_wrapper
  .contact_wrapper
  .contact_top
  .contact_top_left
  .contact_left_header {
  font-size: clamp(22px, 4vw, 48px);
  font-weight: 700;
  color: var(--dark);
}
#contact_section_wrapper
  .contact_wrapper
  .contact_top
  .contact_top_left
  .contact_info_wrapper
  .contact_info {
  display: flex;
  margin-bottom: 10px;
  gap: 50px;
}
#contact_section_wrapper
  .contact_wrapper
  .contact_top
  .contact_top_left
  .contact_info_wrapper
  .contact_info
  .contact_info_head {
  font-size: clamp(14px, 2.5vw, 24px);
  font-weight: 700;
  width: 100%;
  max-width: 150px;
  color: var(--dark);
}
#contact_section_wrapper
  .contact_wrapper
  .contact_top
  .contact_top_left
  .contact_info_wrapper
  .contact_info
  .contact_info_right_title {
  font-size: clamp(14px, 2vw, 22px);
  font-weight: 400;
  color: var(--dark);
}
#contact_section_wrapper
  .contact_wrapper
  .contact_top
  .contact_top_left
  .contact_info_wrapper
  .contact_info
  .contact_link {
  color: var(--purple);
}
#contact_section_wrapper
  .contact_wrapper
  .contact_top
  .contact_top_left
  .contact_social_wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
#contact_section_wrapper
  .contact_wrapper
  .contact_top
  .contact_top_left
  .contact_social_wrapper
  .contact_social_header {
  font-size: clamp(14px, 2.5vw, 22px);
  font-weight: 700;
  color: var(--dark);
}
#contact_section_wrapper
  .contact_wrapper
  .contact_top
  .contact_top_left
  .contact_social_wrapper
  .contact_social_items_wrapper {
  /* display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap; */
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  align-items: center;
}
#contact_section_wrapper
  .contact_wrapper
  .contact_top
  .contact_top_left
  .contact_social_wrapper
  .contact_social_items_wrapper
  .contact_social_item {
  display: flex;
  align-items: center;
}
#contact_section_wrapper
  .contact_wrapper
  .contact_top
  .contact_top_left
  .contact_social_wrapper
  .contact_social_items_wrapper
.contact_social_item a img {
	width: 24px;
}
#contact_section_wrapper
  .contact_wrapper
  .contact_top
  .contact_top_left
  .contact_social_wrapper
  .contact_social_items_wrapper
  .contact_social_item
  a {
  background-color: var(--white-dark);
  font-size: clamp(10px, 1.5vw, 14px);
  font-weight: 400;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--purple);
  width: 100%;
}
#contact_section_wrapper .contact_wrapper .contact_top .contact_top_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
#contact_section_wrapper
  .contact_wrapper
  .contact_top
  .contact_top_right
  .contact_right_header {
  font-size: clamp(22px, 4vw, 48px);
  font-weight: 700;
  color: var(--dark);
}
#contact_section_wrapper .contact_wrapper .contact_top .contact_top_right form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
#contact_section_wrapper
  .contact_wrapper
  .contact_top
  .contact_top_right
  .user_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#contact_section_wrapper
  .contact_wrapper
  .contact_top
  .contact_top_right
  .user_info
  label {
  margin-left: 10px;
  font-size: clamp(12px, 1.4vw, 14px);
  font-weight: 500;
}
#contact_section_wrapper
  .contact_wrapper
  .contact_top
  .contact_top_right
  .user_info
  input,
textarea {
  width: 100%;
  max-width: 400px;
  padding: 13px 16px;
  border-radius: 10px;
  border-color: var(--second-black-white);
}
#contact_section_wrapper
  .contact_wrapper
  .contact_top
  .contact_top_right
  .contact_btn {
  background-color: var(--purple);
  color: var(--white);
  font-size: clamp(12px, 2vw, 16px);
  font-weight: 500;
  padding: 10px 0;
  width: 100%;
  max-width: 400px;
}
#contact_section_wrapper
  .contact_wrapper
  .contact_top
  .contact_top_right
  .contact_btn:disabled {
  background-color: var(--btn-disabled-color);
  color: var(--dark);
  border-color: transparent;
}
.form-control:focus {
  box-shadow: 0 0 0 0.1rem var(--purple);
}
#contact_section_wrapper .contact_wrapper .contact_bottom iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1440 / 660;
  border-radius: 20px;
}
/* CONTACT PAGE CUSTOM CSS END */
/* ---------------------------------------------- */
/* PAGE NOT FOUND (404) START */
#page_not_found_section_wrapper .page_not_found_wrapper {
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
}
#page_not_found_section_wrapper .page_not_found_wrapper .title_404 {
  font-size: clamp(50px, 40vw, 470px);
  color: var(--dark);
  font-weight: 700;
  margin: 0;
}
#page_not_found_section_wrapper .page_not_found_wrapper .title_description {
  font-size: clamp(16px, 4vw, 32px);
  font-weight: 500;
  color: var(--dark);
}
#page_not_found_section_wrapper .page_not_found_wrapper .page_not_found_btns {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 25px;
}
#page_not_found_section_wrapper .page_not_found_wrapper .page_not_found_btns a {
  font-size: clamp(13px, 1.5vw, 20px);
  padding: 8px 20px;
  border-radius: 8px;
  background-color: var(--purple);
  color: var(--white);
}
/* PAGE NOT FOUND (404) END */
/* ---------------------------------------------- */
/* PRESIDENT ORDER CSS START */
.president-order-wrapper {
	background-color: var(--white);
	padding: 100px 40px;

}
.president-order-wrapper .entry-header h1 {
	font-size: clamp(18px, 4vw, 36px);
    font-weight: 700;
    color: var(--dark);
	text-align: center;
	padding: clamp(10px, 1vw, 15px) 0;
	margin: 0;
}
.president-order-wrapper .entry-content p {
	text-indent: 0;
}
.president-order-wrapper .entry-content ol {
    padding: 0 0 0 1rem;
    margin: 0;
}
.president-order-wrapper .entry-content ol li {
	font-size: clamp(12px, 2vw, 24px);
    font-weight: 400;
    color: var(--dark);
}
/* PRESIDENT ORDER CSS END */
/* ---------------------------------------------- */
/* FOOTER CUSTOM CSS START */
footer {
  background-color: var(--purple);
}
footer .section_padd {
  padding: 100px 0 76px;
}
footer .footer_top_wrapper {
  padding: 0 72px;
}
footer .footer_top_wrapper .footer_logo {
  width: 100%;
  max-width: 74px;
}
footer .footer_top_wrapper .footer_address {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 15px 0;
}
footer .footer_top_wrapper .footer_address a {
  color: var(--white);
  font-size: clamp(13px, 1.5vw, 15px);
  font-weight: 400;
}
footer .footer_top_wrapper .footer_address a:hover {
  color: var(--dark);
}
footer .footer_top_wrapper .footer_address p {
  color: var(--white);
  font-size: clamp(13px, 1.5vw, 15px);
  font-weight: 400;
  margin: 0;
}
footer .footer_top_wrapper .footer_address p span {
  font-weight: 700;
}
footer .footer_top_wrapper .footer_links_header {
  font-weight: 600;
  color: var(--white);
  font-size: clamp(14px, 1.5vw, 19px);
  margin-bottom: 25px;
}
footer .footer_top_wrapper .useful_links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .footer_top_wrapper .useful_links li a {
  font-weight: 400;
  color: var(--white);
  font-size: clamp(14px, 1.5vw, 16px);
}
footer .footer_top_wrapper .useful_links li a:hover {
  color: var(--dark);
}
footer .footer_top_wrapper .useful_links li a img {
	width: 24px;
}
footer .footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  border-top: 1px solid #7780f1;
  padding: 30px 0;
}
footer .footer_bottom .footer_bottom_item p {
  margin: 0;
  color: var(--white);
  font-size: clamp(12px, 1.5vw, 15px);
  font-weight: 400;
}
footer .footer_bottom .footer_bottom_item {
  display: flex;
  align-items: center;
  gap: 20px;
}
footer .footer_bottom .footer_bottom_item a {
  margin: 0;
  color: var(--white);
  font-size: clamp(12px, 1.5vw, 15px);
  font-weight: 400;
}
footer .footer_bottom .footer_bottom_item a:hover {
  color: var(--dark);
}
/* FOOTER CUSTOM CSS END */
/* ---------------------------------------------- */
