/*
*  Theme Name: Netscriperwp
*  Author: Netscriper
*  Author URI: http://www.netscriper.com/
*/

:root {
  --color-green: #21b8a5;
  --color-yellow: #f5f186;
  --text-color: #536265;
  --font-family-zilla: "Zilla Slab", serif;
}

@font-face {
  font-family: "Myanmar Sans Pro";
  src: url("/wp-content/themes/ns-paoyouth/fonts/MyanmarSansPro.ttf")
    format("truetype");
}
@font-face {
  font-family: "Russo One";
  src: url("/wp-content/themes/ns-paoyouth/fonts/RussoOne-Regular.ttf")
    format("truetype");
}

@font-face {
  font-family: "K2D";
  font-weight: 800; /* ExtraBold */
  src: url("/wp-content/themes/ns-paoyouth/fonts/K2D/K2D-ExtraBold.ttf")
    format("truetype");
}
@font-face {
  font-family: "K2D";
  font-weight: 700; /* Bold */
  src: url("/wp-content/themes/ns-paoyouth/fonts/K2D/K2D-Bold.ttf")
    format("truetype");
}
@font-face {
  font-family: "K2D";
  font-weight: 600; /* SemiBold */
  src: url("/wp-content/themes/ns-paoyouth/fonts/K2D/K2D-SemiBold.ttf")
    format("truetype");
}
@font-face {
  font-family: "K2D";
  font-weight: 500; /* Medium */
  src: url("/wp-content/themes/ns-paoyouth/fonts/K2D/K2D-Medium.ttf")
    format("truetype");
}
@font-face {
  font-family: "K2D";
  font-weight: 400; /* Medium */
  src: url("/wp-content/themes/ns-paoyouth/fonts/K2D/K2D-Medium.ttf")
    format("truetype");
}
@font-face {
  font-family: "K2D";
  font-weight: 300; /* Regular */
  src: url("/wp-content/themes/ns-paoyouth/fonts/K2D/K2D-Light.ttf")
    format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-weight: 800; /* ExtraBold */
  src: url("/wp-content/themes/ns-paoyouth/fonts/Roboto/Roboto-ExtraBold.ttf")
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700; /* Bold */
  src: url("/wp-content/themes/ns-paoyouth/fonts/Roboto/Roboto-Bold.ttf")
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 600; /* SemiBold */
  src: url("/wp-content/themes/ns-paoyouth/fonts/Roboto/Roboto-SemiBold.ttf")
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500; /* Medium */
  src: url("/wp-content/themes/ns-paoyouth/fonts/Roboto/Roboto-Medium.ttf")
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400; /* Medium */
  src: url("/wp-content/themes/ns-paoyouth/fonts/Roboto/Roboto-Medium.ttf")
    format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400; /* Regular */
  src: url("/wp-content/themes/ns-paoyouth/fonts/Roboto/Roboto-Regular.ttf")
    format("truetype");
}

@font-face {
  font-family: "Inter";
  font-weight: 800; /* ExtraBold */
  src: url("/wp-content/themes/ns-paoyouth/fonts/Inter/Inter_24pt-ExtraBold.ttf")
    format("truetype");
}
@font-face {
  font-family: "Inter";
  font-weight: 700; /* Bold */
  src: url("/wp-content/themes/ns-paoyouth/fonts/Inter/Inter_24pt-Bold.ttf")
    format("truetype");
}
@font-face {
  font-family: "Inter";
  font-weight: 600; /* SemiBold */
  src: url("/wp-content/themes/ns-paoyouth/fonts/Inter/Inter_24pt-SemiBold.ttf")
    format("truetype");
}
@font-face {
  font-family: "Inter";
  font-weight: 500; /* Medium */
  src: url("/wp-content/themes/ns-paoyouth/fonts/Inter/Inter_24pt-Medium.ttf")
    format("truetype");
}
@font-face {
  font-family: "Inter";
  font-weight: 400; /* Medium */
  src: url("/wp-content/themes/ns-paoyouth/fonts/Inter/Inter_24pt-Medium.ttf")
    format("truetype");
}
@font-face {
  font-family: "Inter";
  font-weight: 400; /* Regular */
  src: url("/wp-content/themes/ns-paoyouth/fonts/Inter/Inter_24pt-Regular.ttf")
    format("truetype");
}

* {
  font-family: "Myanmar Sans Pro", "Inter", "Roboto", sans-serif;
}

body {
  margin: 0 auto;
  font-family: "Myanmar Sans Pro", "Inter", "Roboto", sans-serif;
}

p {
  margin: 0px;
  padding: 0px;
  font-family: "Myanmar Sans Pro", "Roboto", sans-serif;
}

a,
a:focus,
a:hover,
a:visited,
a:focus-visible {
  outline: none;
  text-decoration: none;
  color: black;
  font-family: "Myanmar Sans Pro", "Roboto", sans-serif;
}

header {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
  /*border-top: 8px solid #0c4da2;*/
  /*padding-top: 17px;*/
}
header.fix {
  position: fixed;
  top: 0;
  z-index: 10000000;
  background-color: #fff;
  width: 100%;
  left: 0;
  animation: smoothScroll 1s forwards;
  box-shadow: 1px -1px 7px #000;
}
header.fix .header_info {
  display: none;
}
div.sub-banner {
  height: 400px;
  display: flex;
  flex-flow: nowrap;
  align-items: center;
}
section#main-page {
  position: relative;
}
/*

   Styles for animated modal
   =========================

*/

/* Start state */
.animated-modal {
  max-width: 550px;
  border-radius: 4px;
  overflow: hidden;

  transform: translateY(-50px);
  transition: all 0.7s;
}

.animated-modal h2,
.animated-modal p {
  transform: translateY(-50px);
  opacity: 0;

  transition-property: transform, opacity;
  transition-duration: 0.4s;
}

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p {
  transform: translateY(0);
  opacity: 1;
}

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h2 {
  transition-delay: 0.1s;
  font-family: "Inria Serif";
  font-weight: 800;
  font-size: 23px;
}

.fancybox-slide--current .animated-modal p {
  transition-delay: 0.3s;
  font-family: "Inria Serif";
}

button.fancybox-close-small:after {
  content: "\F628";
  font-family: bootstrap-icons !important;
  color: #0d6efd;
}
/************** menu **************/

.dropdown-menu-lg-end:hover ul.dropdown-menu {
  display: block;
}

/*.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}*/

nav#site-nav {
  padding: 0;
}
.mm-navbar.mm-navbar_has-btns:last-child {
  height: 0px;
}
.mm-btn.mm-btn_close.mm-navbar__btn {
  position: absolute;
  width: fit-content;
  height: fit-content;
  left: auto;
  top: -44px;
  padding: 20px 25px;
}
.mm-menu_navbar_top-2 .mm-panels {
  top: 7% !important;
}

.dropdown-menu-start a:hover ul.dropdown-menu,
.dropdown-menu-start a:focus ul.dropdown-menu {
  display: block !important;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}
/* Pagination */

ul.page-numbers {
  padding-left: 0px;
}
ul.page-numbers li {
  float: left;
  height: 35px;
  width: 35px;
  list-style: none;
  line-height: 35px;
  text-align: center;
  padding: 0px;
  border-radius: 100px;
  margin-right: 3px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}
ul.page-numbers li span.current {
  color: #000;
  font-size: 16px;
}
.content-img img {
  width: 100%;
  height: auto;
}
/* 404 error */
.error img {
  position: relative;
  margin: 0 auto;
}
.back-home-wrap p {
  font-size: 21px;
  margin-top: 50px;
}
.back-home-wrap {
  text-align: center;
  left: 0;
  right: 0;
}
.error {
  height: 400px;
}
.back-home {
  margin-top: 14px;
  border-radius: 0;
}

#go-top {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #09205a;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}

/* Breadcrumb */

#ns_breadcrumb {
  list-style-type: none;
  display: inline-block;
}
#ns_breadcrumb li {
  display: inline-block;
}
.ns_breadcrumb {
  list-style: none;
  padding: 0;
}
ol.breadcrumb.ns-bcr {
  background-color: transparent;
  padding-left: 0;
  padding-top: 0px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.ns_breadcrumb li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 20px;
  color: hsl(0deg 0% 100%);
}

.ns_breadcrumb li a {
  display: block;
  padding: 0 40px 0 0px;
  color: hsl(0deg 0% 100%);
  text-decoration: none;
  height: 20px;
  position: relative;
  perspective: 700px;
}

.ns_breadcrumb li a:after {
  content: "";
  width: 20px;
  height: 20px;
  border-color: #fff;
  border-style: solid;
  border-width: 1px 1px 0 0;

  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;

  position: absolute;
  right: 20px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform: rotateZ(45deg) skew(10deg, 10deg);
  -moz-transform: rotateZ(45deg) skew(10deg, 10deg);
  -ms-transform: rotateZ(45deg) skew(10deg, 10deg);
  transform: rotateZ(45deg) skew(10deg, 10deg);
}

.ns_breadcrumb li a:hover:after {
  right: 15px;
  -webkit-transform: rotateZ(45deg) skew(-10deg, -10deg);
  -moz-transform: rotateZ(45deg) skew(-10deg, -10deg);
  -ms-transform: rotateZ(45deg) skew(-10deg, -10deg);
  transform: rotateZ(45deg) skew(-10deg, -10deg);
}
/*.sub-banner:before {
    position: absolute;
    background: #000;
    width: 100%;
    height: 300px;
    bottom: 0;
    content: '';
    opacity: 0.6;
   
}
.sub-banner{
    position: relative;
    
}*/

.sub-banner li.breadcrumb-item a {
  color: #3fb385;
}
.sub-banner .breadcrumb-item + .breadcrumb-item::before {
  color: #3fb385;
}
.sub-banner li.breadcrumb-item {
  color: #fff;
}
.page-meta {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem;
}

/***************** Header ****************/
.header_info {
  background-color: #09205a;
  padding: 15px;
}

@media (max-width: 991px) {
  .header_info {
    display: none;
  }
}
a.nav-link {
  font-size: 14px;
}
a.nav-link.active {
  color: #09205a !important;
}
.nav-item-17 a.nav-link {
  background-color: #09205a;
  color: white !important;
  border-radius: 1000px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.nav-item-17 a.nav-link:hover {
  background-color: black;
}
.nav-item-17 a.nav-link::before {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/ns-paoyouth/images/cs.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

@media (min-width: 1200px) {
  a.nav-link {
    font-size: 18px;
  }
  .nav-item-17 a.nav-link {
    gap: 15px;
    padding: 0.5rem 1rem !important;
  }
}
.navbar-collapse {
  display: none;
}
/***************** Header ****************/

/***************** Home Page ****************/

.splide__slide__content {
  position: absolute;

  top: 50%;

  color: #fff;

  left: 0;

  right: 0;

  width: 100%;
}

.splide__slide__content h2.wp-block-heading {
  font-weight: 700;

  text-align: center;

  color: #fff;
}

.splide__slide__content p {
  line-height: 30px;

  font-weight: 400;

  text-align: center;
}

/********************** Media Query ********************/

/* .xs = | Extra Small devices only (portrait phones) less than 576px --*/
@media (max-width: 575.98px) {
}
/* .sm > | Small devices and up (landscape, phones) 576px and up */
@media (min-width: 576px) {
}
/* .sm < | Small devices and down (landscape, phones) less than 768px */
@media (max-width: 767.98px) {
}
/* .sm = | Small devices only (landscape, phones) upper 576px and less than 768px ---*/
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* .md > | Medium devices and up (tablets) 768px and up */
@media (min-width: 768px) {
}
/* .md < | Medium devices and down (tablets) less than 992px */
@media (max-width: 991.98px) {
}
/* .md = | Medium devices only (tablets) upper 768px and less than 992px */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* .lg > | Large devices and up (desktops) 992px and up */
@media (min-width: 992px) {
}
/* .lg < | Large devices and down (desktops) less than 1200px */
@media (min-width: 1199.98px) {
}
/* .lg = | Large devices only (desktops) upper 992px and less than 1200px */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* .xl = | Large devices only (desktops, TV) 1200px and up */
@media (min-width: 1200px) {
  .container {
    max-width: 1330px;
  }
}

/* Between <> .sm-lg, .sm-xl, .md-xl */
/* .sm <> .lg | From Small to Large devices only (landscape, phones, tablet, desktops) upper 576px and less than 1200px */
@media (min-width: 576px) and (max-width: 991.98px) {
}
/* .sm <> .xl | From Small to Extra Large devices only (landscape, phones, tablet, desktops, TV) upper 576px and less than 1200px ---*/
@media (min-width: 576px) and (max-width: 1199.98px) {
}
/* .md <> .xl | From Medium to Extra Large devices only (tablet, desktops, TV) upper 768px and less than 1200px */
@media (min-width: 768px) and (max-width: 1199.98px) {
}

@media only screen and (max-width: 500px) {
  .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
  }
}

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

#innerBanner {
  background-image: url("/wp-content/uploads/2025/06/73eecaf689ebb2608d0755767478dba011b9b959.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.breadcrumb_title {
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
  font-family: "Myanmar Sans Pro", "K2D", "Inter", "Roboto", "sans-serif";
}

@media (min-width: 768px) {
  .breadcrumb_title {
    font-size: 56px;
  }
}

@media (min-width: 992px) {
  #innerBanner {
    min-height: 300px;
    align-items: end;
  }
  .breadcrumb_title {
    font-size: 64px;
  }
}

/* Home */
.n2-ss-slider-4.n2-ow {
  background-color: #00000090 !important;
}
.home_slider {
  position: relative;
}
.home_slider_div * {
  color: white;
}
.home_slider_div {
  position: absolute;
  top: 0%;
  left: 0%;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}
.home_slider_div_text {
  font-size: 14px;
  text-align: justify;
}
.home_slider_div_btn {
  width: fit-content;
  font-size: 14px;
  padding: 10px 20px;
  background: white;
  border-radius: 1000px;
  cursor: pointer;
  transition: 0.3s;
}
.home_slider_div_btn:hover {
  background-color: #000;
  color: white;
}

@media (min-width: 768px) {
  .home_slider_div {
    top: 15%;
    left: 10%;
    gap: 15px;
  }
}

@media (min-width: 992px) {
  .home_slider_div {
    top: 40%;
    left: 20%;
    gap: 20px;
    transform: translateY(-30%);
  }
  .home_slider_div_text {
    font-size: 14px;
  }
  .home_slider_div_btn {
    font-size: 14px;
  }
}

.map_container {
  position: relative;
}
.map_totals {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.map_filter {
  position: absolute;
  left: 15px;
  top: 60px;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  background-color: white;
  box-shadow: 0px 3px 10px 0px #00000033;
  padding: 15px 30px;
  border-radius: 20px;
}
.map_filter select {
  width: 100%;
  border: none;
  background: #09205a24;
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
}

.map_filter select:focus,
.map_filter select:visited,
.map_filter select:focus-visible {
  border: none;
}
.map_total_values {
  background-color: white;
  box-shadow: 0px 3px 10px 0px #00000033;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  border-radius: 5px;
}
.map_total_values .value_num {
  font-size: 18px;
  font-weight: 700;
}
.map_section {
  border-radius: 30px;
  overflow: hidden;
}
.map_total_values .value_title {
  font-size: 14px;
}
.chart_container {
  display: none;
}
@media (min-width: 768px) {
  .map_totals {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .map_filter {
    position: absolute;
    top: 60px;
    bottom: auto;
    right: 15px;
    left: auto;
    z-index: 10000;
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .chart_container {
    display: block;
    position: absolute;
    top: 50%;
    bottom: auto;
    right: 15px;
    background-color: #ffffffaa;
    left: auto;
    z-index: 10000;
    padding: 20px;
    transform: translateY(-50%);
    overflow: auto;
    max-width: 400px;
    max-height: 200px;
  }
  .chart_container canvas {
    display: inline !important;
  }

  .map_total_values {
    background-color: #09205ae8;
    color: white;
    box-shadow: 0px 3px 10px 0px #00000033;
    gap: 10px;
    padding: 10px 30px;
    align-items: end;
  }
  .map_total_values .value_num {
    font-size: 22px;
    font-weight: 700;
  }
  .map_total_values .value_title {
    font-size: 16px;
  }
}

.home_news {
  background-color: #f4f4f4;
  padding: 50px 0px;
}
.left_news {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  display: flex;
  align-items: end;
  height: 100%;
  padding: 30px;
}

.right_news {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  flex: 1;
}
.right_news * {
  color: white !important;
}
.right_news img {
  border-radius: 20px;
  object-fit: cover;
  max-width: 250px;
  display: none;
}
.right_news .right_news_content {
  padding: 30px;
  background-color: #00000090;
}

@media (min-width: 992px) {
  .right_news {
    background: none !important;
  }
  .right_news * {
    color: black !important;
  }
  .right_news img {
    display: block;
  }
  .right_news .right_news_content {
    background-color: transparent;
  }
}

.bookPrev,
.bookNext {
  cursor: pointer;
}

.home_book_card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 5px 15px 0px #00000033;
  margin: 20px 0px;
}
.home_book_card img {
  max-width: 200px;
  aspect-ratio: 1/1;
  border: 2px solid #dedede;
  border-radius: 20px;
}
.book_btn {
  background-color: rgb(9, 32, 90);
  padding: 20px;
  border-radius: 1000px;
  width: fit-content;
}
.book_slider_parent {
  overflow: hidden;
}
.owl-stage-outer {
  overflow: visible !important;
}
@media (max-width: 542px) {
  .home_book_card {
    flex-direction: column;
  }
  .book_btn {
    padding: 15px;
  }
}
/* Home */

/* About Us */
.top_quote {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
.quote_left {
  word-wrap: nowrap;
  font-size: 20px;
}
.quote_right {
  max-width: 900px;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .top_quote {
    gap: 20px;
    flex-direction: row;
    justify-content: space-between;
  }
  .quote_left {
    font-size: 25px;
  }
  .quote_right {
    text-align: end;
    font-size: 25px;
  }
}

.future_plan_div {
  display: flex;
  flex-direction: row;
  justify-content: end;
  min-height: 500px;
}
.fp_text {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex: 1;
  background-image: url("/wp-content/uploads/2025/07/fp_bg.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 15px;
}

@media (min-width: 992px) {
  .future_plan_div {
    gap: 20px;
  }
  .fp_text {
    background-image: none;
    max-width: 700px;
  }
  .fp_img {
    width: 40%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/ns-paoyouth/images/fp.png");
  }
}

.bg_history_left {
  display: flex;
  flex-direction: column;
}

.bg_history_right,
.bg_history_left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bg_history_left_item {
  display: flex;
  gap: 20px;
}
.bg_history_left_item.item-1 {
  display: none;
}

.bg_history_left_date {
  font-weight: 500;
  font-size: 18px;
  text-align: start;
}
.bg_history_left_content {
  text-align: justify;
}
.bg_history_left_item svg {
  display: none;
}

@media (min-width: 992px) {
  .bg_history_left {
    gap: 0px;
  }
  .bg_history_left_item {
    display: flex;
    justify-content: end;
    gap: 20px;
  }
  .bg_history_left_item.item-1 {
    display: flex;
  }
  .bg_history_left_item svg {
    display: block;
  }
  .bg_history_left_date {
    font-size: 18px;
    text-align: end;
  }
  .bg_history_left_content {
    max-width: 600px;
    text-align: end;
  }
}

/* About Us */

/* Book Detail  */

.book_cover {
  width: 100%;
  height: auto;
  object-fit: cover;
  background: #1987541f;
  border-radius: 20px;
}
.book_title {
  font-size: 28px;
  font-weight: 400;
  font-family: "Russo One", "Roboto", sans-serif;
  color: #09205a;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0px;
}
.book_sub_title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #09205a;
  margin: 0px;
}
.book_detail_text {
  font-size: 16px;
  margin: 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.download_btn {
  background-color: #09205a;
  border-radius: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 20px;
  width: fit-content;
  padding: 10px 20px;
  color: white !important;
}
.download_btn :hover {
  background-color: #09205aaa;
  color: white !important;
}
.other_books_div {
  background-color: #f1f2f3;
  padding: 40px 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 10px;
}
.other_book_cover {
  max-width: 100px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.other_book {
  background-color: #c7c7c733;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.other_book_title {
  padding-right: 15px;
  font-family: "Roboto", sans-serif;
}
.book_list_img {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #1987541f;
  border-radius: 20px;
}

@media (min-width: 992px) {
  .book_title {
    font-size: 32px;
  }
  .book_sub_title {
    font-size: 24px;
  }
}

/* Book Detail  */

/* News */

.news_div {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  /* background-color: #f1f2f3; */
  /* border-radius: 10px; */
}
.news_cover_div {
  width: 100%;
  aspect-ratio: 4/3;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  padding: 20px;
}
.news_cover_date {
  color: white;
  background-color: #000000cc;
  padding: 15px;
  width: fit-content;
}
.news_content {
  padding: 10px;
}
.new_detail_cover {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 10px;
  object-fit: cover;
}
.yt_link iframe {
  width: 100% !important;
  aspect-ratio: 3/2;
}
.gallery_item {
  overflow: hidden;
  aspect-ratio: 1/1;
  transition: 0.3s;
}
.gallery_item a {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s;
  width: 100%;
  aspect-ratio: 1/1;
  display: block;
}
.gallery_item:hover a {
  scale: 1.05;
}
@media (min-width: 992px) {
  .news_content {
    padding: 15px;
  }
}

/* News */

/* Contact Us */
.text_white * {
  color: white;
}
.contact_div {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.contact_div_center {
  display: none;
}
.contact_div_right {
  background-color: #09205a;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
.contact_div_form {
  row-gap: 20px;
}
.contact_input {
  width: 100%;
  background: transparent;
  border: 1px solid white;
  outline: none;
  height: 50px;
  padding: 30px 15px;
  color: white;
}
.contact_input.contact_textarea {
  height: 150px !important;
}
.contact_input::placeholder {
  color: #f1f1f190;
}
.contact_btn {
  border: 1px solid white;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent !important;
  color: white !important;
  width: 100%;
  transition: 0.3s;
}
.contact_btn:hover {
  background-color: #ffffff90 !important;
  color: black !important;
}

@media (min-width: 992px) {
  .contact_div {
    flex-direction: row;
  }
  .contact_div_left {
    width: 50%;
  }
  .contact_div_right {
    width: 50%;
    padding: 50px;
    flex-direction: row;
    justify-content: end;
  }
  .contact_div_center {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background-color: #09205a;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 400px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
  }
  .contact_div_center * {
    color: white !important;
  }
  .contact_div_form {
    width: 70%;
  }
}
/* Contact Us */

/* Footer */
footer {
  background-color: #252525;
}
footer * {
  color: white !important;
}
.footer_base {
  text-align: center;
  padding: 10px;
  border-top: 1px solid white;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.footer_base p {
  font-size: 14px;
}
/* Footer */
