@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"),
  url("../fonts/Gotham-Bold.woff2") format("woff2"),
  url("../fonts/Gotham-Bold.woff") format("woff"),
  url("../fonts/Gotham-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"),
  url("../fonts/Gotham-Book.woff2") format("woff2"),
  url("../fonts/Gotham-Book.woff") format("woff"),
  url("../fonts/Gotham-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Black.eot");
  src: url("../fonts/Gotham-Black.eot?#iefix") format("embedded-opentype"),
  url("../fonts/Gotham-Black.woff2") format("woff2"),
  url("../fonts/Gotham-Black.woff") format("woff"),
  url("../fonts/Gotham-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"),
  url("../fonts/Gotham-Medium.woff2") format("woff2"),
  url("../fonts/Gotham-Medium.woff") format("woff"),
  url("../fonts/Gotham-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

:root {
  --white: #fff;
  --white-2: rgba(255, 255, 255, 0.3);
  --white-3: rgba(255, 255, 255, 0.5);
  --white-4: #f9f9f9;
  --gray: #e1e6f3;
  --gray-2: #999;
  --gray-3: #cac9c9bf;
  --blue: #033399;
  --blue-2: #2680ba;
  --green: #55b250;
  --black: #000;
  --black-2: #666;
  --purple: #b250d1;
  --orange: #ef884c;
  --yellow: #efc94b;
  --turquoise: #00baa4;
  --red: #f15b43;
}

.app {
  /* overflow-x: auto; */
}

body {
  /*font-family: "Poppins", sans-serif;*/
  font-family: "Gotham", sans-serif;
  background-color: #f7f7f5
}

h1 {
  font-size: 68px;
}

h2 {
  font-size: 48px;
}

.slider h2 {
  font-size: 38px;
}

a {
  text-decoration: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: #555;
}

.slider .btn-classic {
  padding: 12px 28px;
}

.btn-classic {
  display: inline-flex;
  padding: 8px 25px;
  border-radius: 100px;
  transition: 0.3s;
  border: 2px solid transparent;
}

.btn-classic:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.btn-classic.black-btn {
  background-color: var(--black);
  color:white;
  border-color: var(--black);
}

.btn-classic.black-btn:hover {
  background-color: transparent;
  color: var(--black);
}

.btn-classic.white-btn {
  background-color:white;
  color: var(--black);
  border-color:white;
}

.btn-classic.white-btn:hover {
  background-color: transparent;
  color:white;
}

.btn-classic.green-btn {
  background-color: var(--green);
  color:white;
}

.btn-classic.green-btn:hover {
  background-color: transparent;
  border-color: var(--green);
}

.btn-classic.red-btn {
  background-color: var(--red);
  color:white;
  border-color: var(--red);
}

.btn-classic.red-btn:hover {
  background-color: transparent;
  color: var(--red);
}

.btn-classic-2 {
  display: inline-flex;
  align-items: center;
  padding: 6px 20px;
  border-radius: 6px;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  color:white;
  background-color: rgba(0, 0, 0, 0.3);
}

.btn-classic-2:hover {
  color:white;
  background-color: rgba(0, 0, 0, 0.5);
}

.btn-classic-2 svg {
  font-size: 12px;
  padding-left: 10px;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 50;
}

header .header-container {
  padding-inline: 70px;
  padding-block: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .header-container.header-bottom {
  padding-inline: 0;
  margin-top: -20px;
}

header .header-top {
  /*width: 100%;*/
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-left:15px;
}

header .header-top .lang-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: 0.3s;
  overflow: hidden;
}

header .header-top .lang-btn a {
  font-size: 14px;
  font-weight: 500;
  color:white;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  transition: 0.3s;
}

header .header-top>div>a:hover {
  color: var(--green);
  background-color:white;
}

header .logo {
  width: 130px;
  height: 130px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 50%;
}

header .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header nav {
  display: flex;
  position: relative;
  gap: 30px;
}

header nav .header-item>a {
  position: relative;
  font-size: 16px;
  height: 95px;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.85);
  transition: 0.3s;
}

header nav .header-item>a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  bottom: 0;
  width: 0%;
  background-color: var(--green);
  transition: 0.3s;
}

header nav .header-item>a:hover {
  color: var(--green);
}

header nav .header-item>a:hover::before {
  width: 100%;
}

header nav>.header-item {
  position: relative;
}

header nav .header-item .dropdown-content {
  position: absolute;
  left: 50%;
  right: 0;
  top: 100%;
  background-color: #eff9ff;
  border-radius: 0 0 12px 12px;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(15px);
  transition: 0.3s;
  width: 230px;
}

.list-personnel__contact .item {
  font-weight: 500 !important;
  color: #f15b43 !important;
}

.list-personnel__header .title {
  color: #039 !important;
  font-weight: 800 !important;
  font-size: 18px !important;
  letter-spacing: -0.5px !important;
}

.list-personnel__header .rank {
  font-size: 11px !important;
  color: #0033998f !important;
  font-weight: 300 !important;
}
.list-personnel__contact .item .icon {
  font-size: 12px !important;
  color: #f15b43 !important;
}
.list-personnel__footer .btn {
  background-color: rgb(0 52 153 / 6%) !important;
  border-radius: 15px;
  padding: 7px 15px !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 11px !important;
  font-weight: 400 !important;
  color: #003499 !important;
  margin-top: 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.list-personnel__footer .btn:hover {
  background-color: rgb(0 52 153 / 6%) !important;
  box-shadow: 0 0 5px #ddd;
}

header nav .header-item .dropdown-content a {
  display: inline-flex;
  align-items: center;
  padding: 20px;
  background-color: transparent;
  color: #5e788f;
  font-weight: 500;
  padding-top: 13px;
  font-size: 12px;
  border-bottom: 1px solid #5e788f17;
  transition: 0.2s;
  width: 100%;
  padding-bottom: 13px;
}

header nav .header-item .dropdown-content a:last-child {
  border-radius: 0 0 12px 12px;
}

header nav .header-item .dropdown-content a:hover {
  background-color:white;
  border-color: transparent;
  color: var(--green);
  box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}

header nav .header-item .dropdown-content a .icon {
  margin-right: 20px;
  font-size: 22px;
  color: rgba(122, 147, 169, 0.3);
}

header nav .header-item:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateX(-50%) translateY(0);
}

header .header-btn-wrapper-area {
  display: flex;
  gap: 25px;
  margin-left: 25px;
}

header .btn-wrapper a {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  border-radius: 8px;
  padding: 10px 15px;
  height: 100%;
  transition: 0.3s;
}

header .btn-wrapper a svg {
  font-size: 16px;
}

header .btn-wrapper.btn-1 a {
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
}

header .btn-wrapper.btn-1 a:hover {
  color: var(--blue);
  background-color:white;
}

header .btn-wrapper.btn-1,
header .btn-wrapper.btn-2 {
  height: 65px;
}

header .btn-wrapper.btn-2 a {
  font-weight: 700;
  flex-direction: column;
  border: 2px solid transparent;
  color:white;
  /* color: #8d4b4f; */
  background-color: #e7b8bb;
  background-color: var(--red);
}

header .btn-wrapper.btn-2 a svg {
  font-size: 16px;
  padding-right: 5px;
  color:white;
}

header .btn-wrapper.btn-1 a .icon:hover svg {
  opacity: 1 !important;
}

header .btn-wrapper.btn-2 a:hover {
  color:white;
  background-color: #e7b8bb;
  /* background-color: var(--red); */
}

header .header-right {
  display: flex;
  align-items: center;
  padding-right: 70px;
  padding-left: 30px;
  transition: 0.3s;
  position: relative;
}

header .header-right::before {
  content: "";
  background-color: var(--blue);
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px 0 0 20px;
  transition: 0.3s;
}

header nav {
  position: static;
}

header .header-right * {
  z-index: 10;
}

header .header-right:hover::before {
  opacity: 1;
}

header .header-left {
  padding-left: 70px;
  display: flex;
  align-items: center;
  gap: 15px;
}

@font-face {
  font-family: "CustomFont";
  src: url("Trajan.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

header .header-left h3 {
  font-family: "Trajan";
  color: #9b4d51;
  font-size: 20px;
  margin-top: 10px;
}

header .header-left h3>* {
  display: block;
}

header .header-left strong {
  font-size: 32px;
  letter-spacing: 7px;
  font-weight: 900;
}

header .header-left span:first-child {
  letter-spacing: 3px;
}

header .header-left span:last-child {
  letter-spacing: 15px;
}

.slider {
  height: 100vh;
  position: relative;
  background-image: url("../images/home-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider::before {
  content: "";
  background-image: url("../images/home-bg-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  position: absolute;
  left: -200px;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.slider::after {
  content: "";
  background-image: url("../images/blue-effect.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.slider .slide-item {
  display: -ms-flexbox !important; display: -webkit-box !important; display: flex !important;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
}

.slider .owl-carousel,
.slider .owl-carousel .owl-stage-outer,
.slider .owl-carousel .owl-stage,
.slider .owl-carousel .owl-item,
.slider .slide-item,
.slider .slide-img {
  height: 100%;
}

.slider .slide-content {
  padding-top: 250px;
  width: 100%;
  position: relative;
  z-index: 50;
}

.slider .btn-classic.slide-btn {
  background-color:white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 16px;
  font-size: 14px;
  position: relative;
  padding-inline: 15px 25px;
  color: #54b250;
}

.slider .btn-classic.slide-btn:hover {
  box-shadow: none;
  opacity: 0.8;
}

.slider .btn-classic.slide-btn:hover .icon {
  transform: translateY(-50%) rotate(360deg);
}

.slider .btn-classic.slide-btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--blue);
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: 0.3s;
}

.slider .btn-classic.slide-btn .icon svg {
  color:white;
}

.slide-container {
  padding-inline: 100px;
  width: 50%;
}

.slider .slide-content h2 {
  font-weight: 700;
  min-height: 60px;
  margin-bottom: 15px;
  color: var(--blue);
  width: 550px;
}

.slider .slide-content p {
  font-size: 14px;
  min-height: 84px;
  margin-bottom: 35px;
  color: var(--blue);
  width: 450px;
  line-height: 18px;
}

.slider .slide-content .donate-area {
  display: flex;
  width: 500px;
}

.slider .slide-content .donate-area .donate-wrapper {
  background-color:white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 25px;
  border-radius: 22px 0 0 22px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.slider .slide-content .donate-area h6 {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  justify-content: center;
  color: #084298;
}

.slider .slide-content .donate-area .donate-type {
  border: 2px solid #a1afcc;
  border-radius: 12px;
  padding-inline: 15px;
  height: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.slider .slide-content .donate-area .donate-type span {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #a1afcc;
}

.slider .slide-content .donate-area .donate-type span img {
  width: 12px;
  height: 10px;
  object-fit: cover;
  margin-left: 10px;
}

.slider .slide-content .donate-area .donate-amount {
  width: 120px;
}

.slider .slide-content .donate-area .donate-amount input {
  border: 2px solid #a1afcc;
  border-radius: 12px;
  padding-inline: 15px;
  height: 50px;
  display: flex;
  align-items: center;
  box-shadow: none !important;
  outline: none !important;
  color: #a1afcc;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
}

.slider .slide-content .donate-area .donate-amount input::placeholder {
  font-size: 14px;
  font-weight: 600;
  color: #a1afcc;
}

.slider .slide-content .donate-area .send-donation-area {
  border-radius: 0 22px 22px 0;
  background-color: var(--green);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  transition: 0.3s;
}

.slider .slide-content .donate-area .send-donation-area:hover {
  background-color: #399534;
}

.slider .slide-content .donate-area .send-donation-area .icon svg {
  font-size: 16px;
  color:white;
}

.slider .slide-content .donate-area .send-donation-area span {
  font-weight: 600;
  font-size: 14px;
  color:white;
}

.slider .slide-img {
  /* position: absolute; */
  position: relative;
  width: 50%;
  right: 0;
  top: 0;
  z-index: 51;
  pointer-events: none;
}

.slider .slide-img .mask-img {
  -webkit-mask-image: url(../images/mask-img-3.png);
  mask-image: url(../images/mask-img-3.png);
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-repeat-y: no-repeat !important;
  /* height: calc(100% + 1000px); */
  width: 100%;
  position: absolute;
  /* top: -510px; */
  /* right: -100px; */
  right: 0;
  z-index: 15;
  pointer-events: none;
  mask-position: 0 -200px;
  -webkit-mask-position: 0 -200px;
  height: 100%;
}

.slider .slide-img .mask-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider .video-area {
  background-image: url("../images/video-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 520px;
  height: 150px;
  border-radius: 22px;
  z-index: 10;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.slider .video-area:hover {
  margin-right: 20px;
}

.slider .video-area::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: linear-gradient(to left,
      rgba(0, 143, 201, 1),
      rgba(0, 143, 201, 0.4));
  border-radius: 22px;
  pointer-events: none;
}

.slider .video-area .video-img {
  width: 150px;
  height: 100%;
  overflow: hidden;
  border-radius: 22px 0 0 22px;
  position: relative;
  display: block;
}

.slider .video-area .video-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider .video-area .video-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
  z-index: 6;
}

.slider .video-area .video-content h3 {
  font-size: 24px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color:white;
  margin-left: 25px;
}

.slider .video-area .video-content h3 span {
  font-weight: 400;
}

.slider .video-area .video-content .icon {
  border-radius: 50%;
  border: 1px solidwhite;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -20px;
  bottom: 5px;
}

.slider .video-area .video-content .icon img {
  width: 10px;
  height: 12px;
  object-fit: cover;
  margin-left: 2px;
  display: block;
  transition: 0.3s;
}

.slider .video-area:hover .icon img {
  transform: rotate(360deg);
}

.slider .slide-bottom {
  display: flex;
  align-items: center;
  margin-top: 30px;
  justify-content: space-between;
  width: 1220px;
}

.slider .slide-social-media-icons {
  display: flex;
  flex-direction: column;
  background-color:white;
  gap: 20px;
  border-radius: 12px 0 0 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 55;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
}

.slider .slide-social-media-icons .icon svg {
  transition: 0.3s;
  font-size: 20px;
  color: #133a59;
  margin-left: 3px;
  transition: 0.3s;
}

.slider .donate-content {
  position: absolute;
  top: 110%;
  display: flex;
  flex-direction: column;
  background-color:white;
  width: 100%;
  left: 0;
  border: 2px solid #a1afcc;
  border-radius: 12px;
  overflow-y: scroll;
  max-height: 130px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateY(12px);
}

.slider .donate-content a {
  font-size: 14px;
  font-weight: 500;
  color: var(--blue);
  background-color: #f1f1f1;
  padding: 10px;
  transition: 0.2s;
}

.slider .donate-content a:hover {
  background-color:white;
}

.slider .donate-content.is-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.slider .owl-theme .owl-nav.disabled+.owl-dots {
  position: absolute;
  top: 80%;
  transform: translateY(-50%);
  right: 250px;
}

.slider .owl-theme .owl-nav.disabled+.owl-dots span {
  border-radius: 12px;
  width: 24px;
  height: 10px;
  background-color:white;
  transition: 0.3s;
  margin: 0 3px;
}

.slider .owl-theme .owl-dots .owl-dot.active span {
  width: 120px;
  background-color:white;
  opacity: 0.8;
}

@media (min-width: 1920px) and (max-height: 1080px) {
  .slider .owl-theme .owl-nav.disabled+.owl-dots {
    top: 60%;
    right: 400px;
  }
}

.inner-page table {
  text-align: left;
  width: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.inner-page table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.inner-page table tbody tr td:last-child,
.inner-page table tbody tr th:last-child {
  border-right: 0 none !important;
}

.inner-page table tbody tr td,
.inner-page table tbody tr th {
  padding: 10px 20px !important;
  border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
  line-height: 1.5;
}

.inner-page table p {
  margin-bottom: 15px;
}

.inner-page table strong {
  font-weight: 600;
}

.inner-page .card .card-img {
  width: 100%;
  height: 100%;
}

.inner-page .card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-page.team .col-md-3 {
  margin-bottom: 35px;
}

.inner-page.birimler strong {
  font-weight: 800;
  color: #777;
}

.inner-page .news-wrapper {
  padding: 20px;
  background-color:white;
  border-radius: 12px;
  transition: 0.3s;
  margin-bottom: 35px;
}

.inner-page .news-wrapper:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transform: translateY(-10px);
}

.inner-page .news-wrapper .news-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 12px;
}

.inner-page .news-wrapper .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-page .news-wrapper .calendar {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.inner-page .news-wrapper .calendar svg {
  font-size: 12px;
  padding-right: 5px;
  color: var(--black-2);
}

.inner-page .news-wrapper .calendar span {
  font-size: 12px;
  margin-top: 3px;
  color: var(--black-2);
}

.inner-page .news-wrapper .news-title h4 {
  font-size: 14px;
  font-weight: 600;
  color: #f15b43;
  letter-spacing: -0.5px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.inner-page .news-wrapper .news-desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.inner-page.news {
  background-color: var(--white-4);
}

.img-wrapper {
  width: 450px;
  height: 450px;
  position: relative;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 35px;
  object-fit: cover;
}

.desc-section {
  margin-block: 0;
  padding-block: 60px;
  background-image: url("../images/section-bg-1.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
}

.desc-section .col-lg-6 {
  position: relative;
}

.desc-section .col-lg-6 .img-wrapper.img-2 {
  position: relative;
  width: 250px;
  height: 250px;
  right: -45%;
  top: -150px;
}

span.badge {
  padding: 5px 15px;
  border-radius: 8px;
  color:white;
  background-color: var(--green);
  font-size: 12px;
  display: inline-block;
  margin-bottom: 10px;
}

.desc-section h2,
.map-section h2 {
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 48px;
  color: #084298;
}

.map-section h2 {
  font-size: 34px;
  text-align: center;
}

.desc-section p {
  margin-bottom: 20px;
  color: #898f95;
  line-height: 27px;
  text-align: justify;
}

.desc-section .profile-wrapper {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 4px solidwhite;
  overflow: hidden;
}

.desc-section .profile-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.desc-section .profile-detail {
  margin-left: 10px;
}

.desc-section .profile-detail h3 {
  font-size: 18px;
  color: #084298;
  font-weight: 600;
}

.desc-section .profile-detail span {
  color: #898f95;
}

.img-wrapper-area img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.donate-section {
  margin-top: -120px;
  margin-bottom: 0;
  padding-block: 30px 220px;
  background-image: url("../images/section-bg-2.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 30;
}

.donate-section .wrapper {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: var(--white);
  border-radius: 15px;
}

.donate-section .donate-img {
  position: relative;
}

.donate-section .wrapper {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color:white;
}

.donate-section .donate-btn {
  padding: 7px 25px;
  position: absolute;
  right: 20px;
  bottom: -15px;
  border-radius: 6px;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-weight: 600;

}




.donate-section .donate-content {
  padding: 10px;
}

.donate-section .donate-content h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--black-2);
  margin-bottom: 25px;
}

.donate-section .donate-content p {
  font-size: 13px;
  color: #888;
  line-height: 1.5;
}

.donate-section .progress {
  position: relative;
  border-radius: 100px;
  height: 5px;
  overflow: visible;
  margin-top: 25px;
}

.donate-section .indicator {
  position: absolute;
  top: 50%;
  left: 52%;
  border-radius: 5px;
  transform: translateY(-50%);
  padding: 3px 10px;
  color: var(--white);
}

.donate-section .purple .progress .progress-bar,
.donate-section .purple .indicator,
.donate-section .purple .donate-btn {
  background-color: var(--purple);
}

.donate-section .orange .progress .progress-bar,
.donate-section .orange .indicator,
.donate-section .orange .donate-btn {
  background-color: var(--orange);
}

.donate-section .blue .progress .progress-bar,
.donate-section .blue .indicator,
.donate-section .blue .donate-btn {
  background-color: var(--blue-2);
}

.donate-section .amount {
  display: flex;
  align-items: center;
  background: #f2f2f2;
  justify-content: space-between;
  color: #5d5d5d;
  border-radius: 10px;
  padding: 6px;
  font-size: 12px;
  margin-top: 24px;
  text-align: center;
  margin-bottom: 24px;
}

.donate-section .blue .btn-classic {
  background-color: var(--blue-2);
  color:white;
  border-color: var(--blue-2);
}

.donate-section .blue .btn-classic:hover {
  background-color: transparent;
  color: var(--blue-2);
}

.donate-section .orange .btn-classic {
  background-color: var(--orange);
  color:white;
  border-color: var(--orange);
}

.donate-section .orange .btn-classic:hover {
  background-color: transparent;
  color: var(--orange);
}

.donate-section .purple .btn-classic {
  background-color: var(--purple);
  color:white;
  border-color: var(--purple);
}

.donate-section .purple .btn-classic:hover {
  background-color: transparent;
  color: var(--purple);
}

.donate-section {
  margin-top: 17px;
}

.donate-section .row {
  justify-content: center;
}

.donate-section .col-lg-4 {
  margin-bottom: 30px;
}

.list-carousel-section {
  position: relative;
}

.list-carousel-section .list-box {
  height: 400px;
  width: 400px;
}

.list-carousel-section .list-box.d-flex {
  width: 800px;
}

.list-carousel-section .list-box .img-wrapper-area {
  height: 100%;
}

.list-carousel-section .box-text-area {
  padding: 50px;
}

.list-carousel-section .box-text-area.yellow-bg {
  background-color: var(--yellow);
}

.list-carousel-section .box-text-area.purple-bg {
  background-color: var(--purple);
}

.detail-video__header {
  background-color: #f15b43 !important;
  margin-bottom: 20px;
}

.list-common.ui-style-light .list-common__description .tag {
  color: #ffffff !important;
}

.list-common__description .date {
  color: #ffffff !important;
}


.detail-video__information ul li a {
  color: #ffffff !important;
}

.detail-video__heading {
  background-color: #a43827 !important;
  padding: 18px 20px !important;
}

.detail-video__heading .link {
  color: #ffffff !important;
}

.detail-video__description {
  background-color: rgb(164 57 40) !important;
}


body > div.app > main > section.list-carousel-section.aos-init.aos-animate > div > div:nth-child(1) > a:nth-child(1) > div.box-text-area.blue-bg
{
  background-color: #aa8060;
}

body > div.app > main > section.list-carousel-section.aos-init.aos-animate > div > div:nth-child(1) > a:nth-child(2) > div.box-text-area.blue-bg
{
  background-color: #a867a4;
}

body > div.app > main > section.list-carousel-section.aos-init.aos-animate > div > div:nth-child(1) > a:nth-child(3) > div.box-text-area.blue-bg
{
  background-color: #6baa68;
}

body > div.app > main > section.list-carousel-section.aos-init.aos-animate > div > div:nth-child(2) > a:nth-child(1) > div.box-text-area.blue-bg{
  background-color: #6bafba;
}

body > div.app > main > section.list-carousel-section.aos-init.aos-animate > div > div:nth-child(2) > a:nth-child(2) > div.box-text-area.blue-bg
{
  background-color: #b5b060;
}

body > div.app > main > section.list-carousel-section.aos-init.aos-animate > div > div:nth-child(2) > a:nth-child(3) > div.box-text-area.blue-bg
{
  background-color: #d48447;
}

.list-carousel-section .box-text-area.orange-bg {
  background-color: var(--orange);
}

.list-carousel-section .box-text-area.turquoise-bg {
  background-color: var(--turquoise);
}

.list-carousel-section .box-text-area span.badge {
  background-color: transparent;
  padding: 0;
}

.list-carousel-section .box-text-area h3,
.list-carousel-section .box-text-area span,
.list-carousel-section .box-text-area p {
  color:white;
  margin-bottom: 15px;
}

.list-carousel-section .box-text-area p {
  font-size: 14px;
  letter-spacing: 1.5px;
}

.list-carousel-section .list-box.d-flex .box-text-area,
.list-carousel-section .list-box.d-flex .img-wrapper-area {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.list-carousel-section .list-carousel {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

.list-carousel-section .owl-theme .owl-nav {
  position: absolute;
  top: -15%;
  transform: translateY(-50%);
  width: 100%;
}

.list-carousel-section .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 25px;
}

.list-carousel-section .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 25px;
}

.list-carousel-section .custom-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -30px;
  width: 100%;
  z-index: 40;
}

.list-carousel-section .custom-nav button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color:white;
  color: var(--black);
  transition: 0.3s;
  position: absolute;
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.list-carousel-section .custom-nav button:hover {
  background-color: var(--black);
  color:white;
}

.list-carousel-section .custom-nav .prev {
  left: 25px;
}

.list-carousel-section .custom-nav .next {
  right: 25px;
}

.list-carousel-section .social-media-wrapper {
  gap: 30px;
}

.list-carousel-section .social-media-wrapper .icon svg {
  color:white;
}

.list-carousel-section .list-box.d-flex .img-wrapper-area img {
  border-radius: 0 35px 35px 0 !important;
}

.list-carousel-section .box-text-area {
  border-radius: 35px 0 0 35px !important;
}

.campains-section {
  margin-block: 50px;
}

.campains-section .owl-stage {
  padding-block: 30px;
}

.campains-section .campain-wrapper {
  display: flex;
  gap: 5%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px;
  border-radius: 43px;
}

.campains-section .campain-wrapper .campain-img {
  width: 45%;
}

.campains-section .campain-wrapper .campain-img .img-wrapper-area {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}

.campains-section .campain-wrapper .campain-detail {
  width: 45%;
}

.campains-section span.badge {
  border-radius: 100px;
  text-transform: uppercase;
  background-color: var(--red);
  margin-bottom: 20px;
}

.campains-section h3 {
  margin-bottom: 20px;
  color: #898f95;
  /* color: var(--black); */
}

.campains-section .amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.campains-section .amount .flex-area {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.campains-section .amount .flex-area strong {
  font-size: 14px;
  color: var(--black);
}

.campains-section .amount .flex-area span:nth-child(2) {
  font-size: 14px;
  font-weight: 600;
}

.campains-section .amount .flex-area:nth-child(1) span:nth-child(2) {
  color: var(--red);
}

.campains-section .amount .flex-area:nth-child(2) span:nth-child(2) {
  color: var(--orange);
}

.campains-section .amount .flex-area:nth-child(3) span:nth-child(2) {
  color: var(--yellow);
}

.campains-section .progress {
  margin-top: 50px;
}

.campains-section p {
  font-size: 14px;
  line-height: 2;
}

.campains-section .progress {
  border-radius: 100px;
}

.campains-section .progress .progress-bar {
  background-color: var(--red);
}

.campains-section .campain-wrapper {
  transform: scale(0.9);
  transition: 0.3s;
}

.campains-section .owl-item.active .campain-wrapper {
  transform: scale(1);
}

.campains-section .custom-nav-2 {
  gap: 10px;
}

.campains-section .custom-nav-2 button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color:white;
  color: var(--black);
  transition: 0.3s;
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-size: 14px;
}

.campains-section .custom-nav-2 button:hover {
  background-color: var(--black);
  color:white;
}

.donation-section .title-area {
  margin-bottom: 40px;
}

.title-area span {
  font-family: "Caveat", cursive;
  font-size: 28px;
  font-weight: 500;
  color: var(--orange);
}

.title-area h3 {
  margin-top: 0 !important;
  font-weight: 700 !important;
  font-size: 34px !important;
  color: #084298 !important;
}

.donation-section {
  margin-block: 80px;
}

.donation-section .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 5px;
  padding: 20px;
  border-radius: 8px;
  height: 420px;
  overflow: hidden;
}

.donation-section p {
  font-size: 14px;
  font-weight: 500;
  color:white;
  padding-inline: 30px;
}

.donation-section h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 12px;
  color:white;
}

.donation-section .wrapper.blue-bg {
  background-color: #369ff4;
}

.donation-section .wrapper.purple-bg {
  background-color: #8f64c0;
}

.donation-section .wrapper.red-bg {
  background-color: #fb585d;
}

.donation-section .wrapper.blue-bg-2 {
  background-color: #5486e8;
}

.donation-section .full-height .img-wrapper {
  width: 35px;
  height: 50px;
  overflow: hidden;
  margin-bottom: 15px;
}

.donation-section .img-wrapper {
  width: 100%;
  height: 50%;
  overflow: hidden;
  border-radius: 8px;
}

.donation-section .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-page .inner-page-title {
  padding-block: 15px;
  /* border-top: 2px solid #F4F4F4; */
}

.inner-page .inner-page-title .container {
  display: flex;
  align-items: center;
}

.inner-page .inner-page-title a:first-child {
  color: rgba(255, 255, 255, 0.4);
  position: relative;
}

.inner-page .inner-page-title svg {
  margin-inline: 10px;
  font-size: 8px;
  color:white;
}

.inner-page .inner-page-title a {
  font-size: 12px;
  color:white;
}
.inner-page .inner-page-title a:hover {
  color:#f15b43 !important;
}

.inner-page .inner-page-info {
  background-image: url("../images/page-title-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 20px;
  position: relative;
  filter: grayscale(0.3);
  height: 450px;
  padding-block: 20px;
  display: flex;
  align-items: flex-end;
}

.inner-page .inner-page-info h1 {
  font-family: "Noto Serif", serif;
  color:white;
}

.inner-page .inner-page-wrapper {
  margin-top: 50px;
}

.inner-page .inner-page-wrapper h3 {
  margin-bottom: 10px;
}

.inner-page .gmap {
  width: 100%;
  height: 450px;
  margin-top: 25px;
  margin-bottom: 50px;
}

.inner-page .gmap iframe {
  width: 100%;
  height: 100%;
}

.inner-page p {
  /*font-size: 12px;*/
  line-height: 1.7;}

.inner-page form input,
.inner-page form textarea {
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  font-size: 14px;
  padding: 12px 20px;
  outline: none !important;
  box-shadow: none !important;
}

.inner-page form input::placeholder,
.inner-page form textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
  font-size: 12px;
}

.inner-page form input {
  margin-bottom: 15px;
}

.inner-page form textarea {
  height: 150px;
  max-height: 150px;
}

.inner-page form .col-md-4 {
  margin-top: 15px;
}

.inner-page form .col-md-4 input {
  border-radius: 100px;
  padding: 8px 20px;
}

.inner-page h6 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 40px;
}

.inner-page .btn-classic.green-btn {
  background-color: #003499;
  color:white;
  font-size: 14px;
  justify-content: center;
  border: 2px solid transparent;
}

.inner-page .btn-classic.green-btn:hover {
  background-color: transparent;
  border-color: #003499;
  color: var(--black);
}

.inner-page .btn-classic.transparent-btnn {
  border: 2px solid #003499;
  text-align: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 14px;
  color: var(--black);
}

.inner-page .btn-classic.transparent-btnn:hover {
  background-color: #003499;
  color:white;
}

.inner-page .area {
  margin-bottom: 50px;
}

.inner-page .contact-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.inner-page .contact-box a {
  font-size: 14px;
  font-weight: 300;
  color: var(--black);
  margin-bottom: 10px;
}

.inner-page .contact-box span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.inner-page .social-media-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.inner-page .social-media-wrapper .icon {
  font-size: 20px;
  color: var(--black);
}

.inner-page .about h2 {
  font-size: 38px;
  font-family: "Noto Serif", serif;
  font-weight: 500;
}

.inner-page .about .wrapper {
  background-image: url("../images/about-bg.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 80px;
  margin-block: 50px;
}

.inner-page .about .wrapper .box-wrapper {
  display: flex;
  gap: 20px;
  padding: 60px;
  background-color:white;
  border-radius: 6px;
  transition: 0.3s;
}

.inner-page .about .box-img {
  width: 65px;
  height: 65px;
  flex-shrink: 0;
  transition: 0.3s;
}

.inner-page .about .box-img img {
  width: 100%;
  height: 100%;
}

.inner-page .about .wrapper .box-wrapper span {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
  color: #999;
}

.inner-page .about .wrapper .box-wrapper h3 {
  font-family: "Noto Serif", serif;
  margin-bottom: 20px;
}

.inner-page .about .wrapper .box-wrapper p {
  padding-right: 80px;
}

.inner-page .about .wrapper .box-wrapper:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.inner-page .about .wrapper .box-wrapper:hover .box-img {
  transform: scale(0.85);
}

.inner-page .section-title {
  margin-bottom: 20px;
}

.inner-page .footer-top-area {
  background-image: url("../images/about-bg-2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 120px;
  margin-top: 50px;
}

.inner-page .footer-top-area h3 {
  font-family: "Noto Serif", serif;
  width: 40%;
  line-height: 1.7;
  margin-left: auto;
  color:white;
}

.inner-page__sidebar>div:not(:last-child) {
  margin-bottom: 30px;
}

.inner-page header .header-left h3 {
  color:white;
}

.inner-page.donate-page form span {
  margin-bottom: 10px;
  display: block;
}

.inner-page.donate-page form input.form-control {
  border-radius: 12px;
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  background-color: #f9f9f9;
}

.inner-page.donate-page form input.form-control::placeholder {
  font-weight: 500;
  font-size: 14px;
  color: #919191;
}

.inner-page.donate-page .donate-type-area .select-btn {
  width: 100%;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 12px;
  height: 53px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  cursor: pointer;
}

.inner-page.donate-page .donate-type-area span {
  margin-bottom: 0;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #919191;
}

.inner-page.donate-page .donate-type-area svg {
  margin-top: -5px;
  color: #919191;
  pointer-events: none;
}

.inner-page.donate-page .form-check {
  margin-top: 20px;
  margin-bottom: 20px;
}

.inner-page.donate-page .form-check input {
  padding: 0;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.inner-page.donate-page .form-check label {
  font-size: 14px;
  margin-top: 5px;
  display: block;
  margin-left: 12px;
}

.inner-page.donate-page .form-check-input {
  border: 1px solid #00715d;
}

.inner-page.donate-page .form-check-input:checked {
  background-color: #00715d;
  border-color: #00715d;
}

.inner-page.donate-page .donate-submit-btn {
  padding: 15px 25px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  background-color: #00715d;
  color:white;
  width: 100%;
  transition: 0.3s;
  border: 2px solid #00715d;
}

.inner-page.donate-page .donate-submit-btn:hover {
  color: #00715d;
  background-color: transparent;
}

.inner-page.donate-page .donate-type-area {
  position: relative;
}

.inner-page.donate-page .donate-type-area span {
  cursor: pointer;
}

.inner-page.donate-page .donate-category {
  position: absolute;
  top: 110%;
  background-color:white;
  display: flex;
  flex-direction: column;
  left: 0;
  width: 100%;
  height: auto;
  border-radius: 12px;
  height: 180px;
  overflow-y: scroll;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
}

.inner-page.donate-page .donate-category span {
  padding: 12px 15px;
  background-color: #f9f9f9;
  cursor: pointer;
  transition: 0.15s;
}

.inner-page.donate-page .donate-category span:hover {
  background-color: #fff;
}

.inner-page.donate-page .donate-category.is-visible {
  display: block;
}

.inner-page.donate-page .wrapperr {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
}

.inner-page.donate-page .wrapperr .img {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.inner-page.donate-page .wrapperr .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-page.donate-page .wrapperr .contentt {
  padding: 20px 15px;
}

.inner-page.donate-page .wrapperr .contentt h5 {
  margin-bottom: 15px;
}

.inner-page.donate-page .wrapperr .contentt p {
  margin-bottom: 15px;
}

.inner-page.donate-page .wrapperr .contentt .donation-info {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inner-page.donate-page .wrapperr .contentt .donation-info span:first-child {
  font-weight: 600;
}

.sidebar-nav {
  background: #f9f9fa;
  border-radius: 12px;
}

.sidebar-nav ul {
  padding: 0;
  list-style-type: none;
}

.sidebar-nav ul li a {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 16px 30px;
  border-bottom: 1px solid rgb(239 239 239);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-nav ul li:last-child a {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}

.sidebar-nav ul li:first-child a {
  border-radius: 8px 8px 0 0;
}

.sidebar-nav ul li a .icon {
  position: absolute;
  right: 25px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  will-change: transform;
}

.sidebar-nav ul li:hover a,
.sidebar-nav ul li.is-current a {
  color: #fff;
  background-color: var(--gray-3);
  border-color: transparent;
}

.sidebar-nav ul li:hover a .icon,
.sidebar-nav ul li.is-current a .icon {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.sidebar-nav ul li.active a {
  background-color: var(--blue);
  border-color: transparent;
  color:white;
}

.inner-page .about p {
  margin-bottom: 15px;
}

.inner-pagea .accordion-item:first-of-type .accordion-button {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.inner-page .accordion-button {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  background-color: #f9f9fa;
}

.accordion-button::after {
  width: 15px;
  height: 15px;
  background-size: cover;
}

.accordion-body {
  font-size: 14px;
}

footer {
  background-color: var(--white-4);
}

footer .footer-top {
  padding-top: 130px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

footer .logo {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-bottom: 20px;
}

footer .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 15px;
}

footer .btn-classic.red-btn svg {
  margin-left: 5px;
  font-size: 14px;
}

footer h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 18px;
}

footer .footer-links a {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  /* color: var(--black); */
  color: #084298;
  transition: 0.3s;
}

footer .footer-links a:hover {
  padding-left: 8px;
  color: #999;
}

footer .footer-links.footer-contact h4 {
  margin-bottom: 22px;
}

footer .footer-links.footer-contact a {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

footer .footer-links.footer-contact a svg {
  color: var(--red);
  font-size: 22px;
  margin-right: 20px;
}

footer .row .col-md-3:first-child {
  margin-top: -80px;
}

footer .footer-bottom {
  padding-bottom: 25px;
}

footer .footer-bottom span {
  font-size: 12px;
  color: #898f95;
}

footer .footer-bottom .web-design {
  filter: grayscale(1);
  transition: 0.3s;
}

footer .footer-bottom .web-design:hover {
  filter: grayscale(0);
}

.map-section {
  margin-bottom: 50px;
}

.map#map {
  margin-top: 80px;
  height: auto;
  position: relative;
}

.map#map::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 300px;
  background-color:white;
  z-index: 500;
}

.mobile-nav {
  position: fixed;
  height: 100vh;
  width: 320px;
  top: 0;
  background-color: #f3f3f3;
  overflow-y: scroll;
  transform: translateX(-110%);
  transition: 0.3s;
  display: none;
  z-index: 60;
}

.mobile-nav.is-visible {
  display: block;
  transform: translateX(0);
}

.mobile-nav li {
  list-style-type: none;
  padding-block: 5px;
}

.mobile-menu-btn {
  font-size: 22px;
  cursor: pointer;
  display: none;
  color:white;
}

.mobile-menu-btn svg {
  pointer-events: none;
}

.mobile-nav-header {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-nav-header-content {
  display: flex;
  justify-content: space-between;
  padding-inline: 25px;
  height: 75px;
  align-items: center;
}

.mobile-nav-header-logo a {
  color: #666;
  font-size: 16px;
  font-weight: 400;
}

.mobile-nav-close .icon {
  font-size: 24px;
  pointer-events: none;
  color: #666;
}

.mobile-nav-content .heading {
  padding-block: 20px 15px;
  color: var(--blue);
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 600;
  padding-inline: 25px;
  margin-bottom: 20px;
}

.mobile-nav-content ul {
  padding-left: 0;
  padding-block: 0;
  width: 100%;
  transition: 0.3s;
}

.mobile-nav-content>ul>li:not(.heading) {
  /* background-color:white; */
  color: var(--blue);
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s;
}

.mobile-nav-content>ul>li {
  padding-inline: 0;
  display: block;
  transition: 0.3s;
}

.mobile-nav-content .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #444;
  font-weight: 500;
  padding-inline: 25px;
  padding-block: 15px;
  transition: 0.3s;
}

.mobile-nav-sub {
  background: #fff none repeat scroll 0 0;
  display: none;
}

.mobile-nav-sub>li {
  padding-block: 0;
}

.mobile-nav-sub>li>a {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  padding-inline: 25px;
  padding-block: 12px;
  padding-left: 50px;
}

.mobile-nav-sub li:last-child a {
  border-bottom: none;
}

.mobile-nav-sub>li>a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: currentColor;
  opacity: 0.3;
  width: 5px;
  height: 5px;
  border-radius: 100%;
}

.mobile-nav-content>ul>li.is-open {
  background-color:white;
}

.mobile-nav-content>ul>li.is-open .mobile-nav-sub {
  display: block;
}

.mobile-nav-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-nav-button-area {
  margin-top: 30px;
  padding-inline: 20px;
}

.mobile-nav-button-area a {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: var(--blue);
  border-radius: 12px;
  color:white;
  justify-content: center;
  padding-block: 15px;
  font-weight: 600;
  border: 2px solid transparent;
  transition: 0.3s;
}

.mobile-nav-button-area a:hover {
  background-color: transparent;
  color: var(--blue);
  border-color: var(--blue);
}

.mobile-nav-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 65px;
  background-color:white;
  box-shadow: 8px 12px 25px rgba(0, 0, 0, 0.1);
  display: flex;
}

.mobile-nav-footer a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #444;
  opacity: 0.3;
  transition: 0.3s;
}

.news-detail-wrapper .news-img {
  width: 100%;
  height: 600px;
  overflow: hidden;
  border-radius: 24px;
}

.news-detail-wrapper .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-detail-wrapper .news-content {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.news-card {
  background: #fff;
  padding: 18px;
  border-radius: 18px;
}

.news-card:hover {
  box-shadow: 0 0 25px #00000012;
}
.news-detail-wrapper .news-content h2 {
  font-size: 34px;
  font-weight: 600;
  color: var(--blue);
}

.news-date-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 60px;
  overflow: hidden;
  border-radius: 6px;
}

.news-date-area span:first-child {
  background-color: #f9f9f9;
  color: var(--blue);
  width: 100%;
  padding: 15px;
}

.news-date-area span:last-child {
  background-color: var(--blue);
  color: #f9f9f9;
  width: 100%;
  padding: 8px;
}

.news-date-area span {
  font-weight: 600;
  font-size: 12px;
}

.news-detail-text {
  margin-top: 40px;
}

.other-news-area {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.other-news-area h3 {
  color: var(--blue);
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 40px !important;
}

.other-news-area h4 {
  font-weight: 500;
  font-size: 13px;
  color: #f15b43;
  margin-bottom: 0;}

.other-news-area .news-content {
  margin-top: 20px;
}

.news-img-2 {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 24px;
}

.news-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 2560px) and (max-height: 1440px) {
  .slider .slide-bottom {
    width: 1870px;
  }




  .slider .slide-content {
    padding-top: 450px;
  }

  .slider .owl-theme .owl-nav.disabled+.owl-dots {
    top: 70%;
    right: 300px;
  }
}

@media (min-width: 2560px) and (max-height: 1080px) {
  .slider .slide-bottom {
    width: 1800px;
  }

  .slider .slide-content {
    padding-top: 350px;
  }

  .slider .owl-theme .owl-nav.disabled+.owl-dots {
    top: 85%;
    right: 350px;
  }

  .slider .slide-img .mask-img {
    mask-position: 0 -270px;
    -webkit-mask-position: 0 -270px;
  }
}

@media (min-width: 1920px) and (max-height: 1200px) {
  .slider .slide-bottom {
    width: 1240px;
  }

  .slider .slide-content {
    padding-top: 400px;
  }

  .slider .owl-theme .owl-nav.disabled+.owl-dots {
    top: 70%;
    right: 410px;
  }

  .slide-container {
    width: 30%;
  }

  .slider .slide-img {
    width: 70%;
  }

  .slider .slide-img .mask-img {
    mask-position: 0 -350px;
    -webkit-mask-position: 0 -350px;
  }
}

@media (min-width: 1600px) and (max-height: 1000px) {
  .slide-container {
    width: 32%;
  }

  .slider .slide-content {
    padding-top: 250px;
  }

  .slider .slide-bottom {
    width: 1180px;
  }

  .slider .slide-img {
    width: 70%;
  }

  .slider .slide-img .mask-img {
    mask-position: -40px -520px;
    -webkit-mask-position: -40px -520px;
  }

  .slider .owl-theme .owl-nav.disabled+.owl-dots {
    right: 230px;
  }
}

@media (max-width: 1640px) {
  .list-carousel-section .list-box.d-flex {
    width: 650px;
  }
}

@media (max-width: 1599px) {
  .slide-container {
    width: 32%;
  }

  .slider .slide-content {
    padding-top: 250px;
  }

  .slider .slide-bottom {
    width: 1180px;
  }

  .slider .slide-img {
    width: 70%;
  }

  .slider .slide-img .mask-img {
    mask-position: -40px -520px;
    -webkit-mask-position: -40px -520px;
  }

  .slider .owl-theme .owl-nav.disabled+.owl-dots {
    right: 230px;
  }
}

@media (max-width: 1500px) {
  header .logo {
    width: 110px;
    height: 110px;
  }

  header .header-left h3 {
    font-size: 16px;
  }

  header .header-left strong {
    font-size: 28px;
  }

  header nav .header-item>a {
    font-size: 14px;
  }

  .slider .slide-content {
    padding-top: 230px;
  }

  .slider .slide-img .mask-img {
    right: 0;
  }

  .slider .slide-content .donate-area {
    width: auto;
  }

  .slider .slide-content .donate-area .donate-wrapper {
    flex-direction: column;
    gap: 15px;
    width: auto;
  }

  .slider .slide-content .donate-area .send-donation-area {
    width: 160px;
  }

  .slider .slide-content h2 {
    min-height: auto;
    width: 410px;
    margin-bottom: 8px;
  }

  .slider h2 {
    font-size: 40px;
  }

  .slider .slide-content p {
    margin-bottom: 15px;
  }

  .slider .slide-content .donate-area h6 {
    flex-direction: row;
    gap: 5px;
  }

  .slider .slide-bottom {
    margin-top: 25px;
    width: 1070px;
  }

  .slider .video-area .video-content h3 {
    font-size: 21px;
  }

  .slider .video-area .video-content .icon {
    width: 35px;
    height: 35px;
  }

  .slider .owl-theme .owl-nav.disabled+.owl-dots {
    right: 200px;
  }

  .slider .slide-social-media-icons {
    gap: 15px;
  }

  .slider .slide-social-media-icons .icon svg {
    font-size: 16px;
  }

  .btn-classic {
    font-size: 14px !important;
  }

  .list-carousel-section .list-box {
    height: 350px;
  }

  .list-carousel-section .list-box.d-flex {
    width: 580px;
  }

  .list-carousel-section .box-text-area {
    padding: 30px;
  }

  .list-carousel-section .list-box {
    width: 360px;
  }
}

@media (max-width: 1440px) {
  header .logo {
    width: 130px;
    height: 130px;
  }

  header .header-left h3 {
    display: none;
  }

  .slider .slide-content .donate-area .donate-wrapper {
    padding: 25px 15px;
  }

  .slider .slide-content .donate-area .send-donation-area {
    width: 120px;
  }

  .slider .owl-theme .owl-nav.disabled+.owl-dots {
    right: 150px;
  }

  .slider .slide-bottom {
    width: 1000px;
  }

  .desc-section h2 {
    font-size: 38px;
    padding-right: 120px;
  }

  .desc-section p {
    font-size: 14px;
    text-align: left;
    line-height: 22px;
  }
}

@media (max-width: 1439px) {
  .list-carousel-section .list-box {
    width: 310px;
    height: 280px;
  }

  .list-carousel-section .box-text-area h3 {
    font-size: 20px;
    font-weight: 700;
  }

  .list-carousel-section .box-text-area p {
    letter-spacing: 0.5px;
  }
}

@media (max-width: 1280px) {
  header .logo {
    width: 120px;
    height: 120px;
  }

  header .header-left {
    padding-left: 30px;
  }

  header .header-right {
    padding-right: 30px;
    padding-block: 15px;
  }

  header .header-container {
    padding-inline: 30px;
  }

  header nav {
    gap: 15px;
    display: none !important;
  }

  .mobile-menu-btn,
  .mobile-nav {
    display: block;
  }

  header .header-left h3 {
    display: block;
  }

  header .header-btn-wrapper-area {
    margin-left: 30px;
    gap: 20px;
  }

  header .btn-wrapper a {
    font-size: 13px;
    padding: 10px;
  }

  header .btn-wrapper a svg {
    font-size: 14px;
  }

  header .btn-wrapper.btn-1,
  header .btn-wrapper.btn-2 {
    height: 60px;
  }

  .slider .slide-bottom {
    width: 920px;
  }

  .slide-container {
    padding-inline: 30px;
  }

  .slider .slide-img {
    width: 70%;
  }

  .slider .slide-img .mask-img {
    mask-position: 0;
    -webkit-mask-position-y: -320px;
  }

  .slider .owl-theme .owl-nav.disabled+.owl-dots {
    right: 70px;
  }

  .slider .slide-content .donate-area h6 {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .slider .slide-content .donate-area .send-donation-area {
    width: 150px;
  }

  .slider .slide-content {
    padding-top: 200px;
  }

  .slider .slide-content p {
    width: 350px;
  }

  .campains-section h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .campains-section p {
    line-height: 1.8;
  }

  .campains-section span.badge {
    margin-bottom: 15px;
  }

  .campains-section .progress {
    margin-top: 20px;
  }
}

@media (max-width: 1279px) {
  .list-carousel-section .list-box {
    width: 200px;
    height: 250px;
  }
}

@media (max-width: 1199px) {
  .other-news-area h4 {
    font-size: 16px;
  }

  .news-date-area {
    flex-shrink: 0;
  }

  .news-detail .other-news-area .col-lg-4 {
    margin-bottom: 40px;
  }

  .news-detail-wrapper .news-img {
    height: 450px;
  }

  .news-detail-wrapper .news-content h2 {
    font-size: 30px !important;
  }
}

@media (max-width: 1024px) {
  .list-carousel-section .list-carousel {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .list-carousel-section .list-box {
    width: 49%;
    height: 300px;
  }

  .list-carousel-section .list-box.d-flex {
    width: 100%;
  }

  .list-carousel-section .list-box.d-flex .box-text-area {
    width: 40%;
  }

  .list-carousel-section .list-box.d-flex .img-wrapper-area {
    width: 60%;
  }

  .list-carousel-section .list-carousel:last-child .list-box.d-flex {
    order: 3;
  }

  .list-carousel-section .list-carousel:last-child .list-box:last-child {
    order: 1;
  }

  .title-area h3 {
    font-size: 30px !important;
  }
}

@media (max-width: 991px) {
  .inner-page .inner-page-info {
    height: 380px;
  }

  h1 {
    font-size: 50px;
  }

  .inner-page .inner-page-title {
    padding-block: 5px;
  }

  .inner-page .inner-page-title>.container {
    padding-inline: 0 !important;
  }

  footer p {
    line-height: 1.8;
  }

  .map-section h2 {
    font-size: 26px !important;
  }

  .desc-section .col-lg-6 .img-wrapper.img-2 {
    width: 350px;
    height: 350px;
    right: -45%;
    top: -200px;
  }

  .desc-section .row>.col-lg-6:first-child {
    height: 650px;
  }

  .desc-section h2 {
    padding-right: 180px;
  }

  .donate-section {
    padding: 30px 10px;
  }

  .title-area span {
    font-size: 24px !important;
  }

  .title-area h3 {
    font-size: 26px !important;
  }

  .campains-section .campain-wrapper {
    padding: 15px;
  }

  .campains-section span.badge {
    margin-bottom: 10px;
  }

  .inner-page .about h2 {
    font-size: 32px;
  }

  .inner-page .about .offset-1.col-md-3 {
    margin-left: 0;
  }

  .inner-page .about .about-container-1 .row>div {
    margin-bottom: 35px;
  }

  .inner-page .about .about-container-1 .row>div:last-child {
    margin-bottom: 0;
  }

  .inner-page .about .wrapper .box-wrapper {
    padding: 30px;
  }

  .inner-page .about .wrapper .box-wrapper h3 {
    font-size: 20px;
  }

  .inner-page .about .box-img {
    width: 50px;
    height: 50px;
  }

  .inner-page .about .wrapper .box-wrapper span {
    margin-bottom: 10px;
  }

  .inner-page .about .wrapper .box-wrapper h3 {
    margin-bottom: 10px;
  }

  .inner-page .about .wrapper .box-wrapper p {
    padding-right: 0;
  }

  .inner-page .footer-top-area h3 {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .map#map::before {
    height: 25px;
  }

  header .header-left h3 {
    display: none;
  }

  .slider {
    height: 110vh;
  }

  .slide-container {
    width: 50%;
  }

  .slider .slide-content {
    padding-top: 220px;
  }

  .slider .slide-img {
    width: 50%;
    padding-top: 180px;
    padding-inline: 20px;
  }

  .slider .slide-img .mask-img {
    mask-image: none;
    -webkit-mask-image: none;
    position: relative;
    height: 380px;
    overflow: hidden;
    border-radius: 35px;
  }

  .slider .slide-img .mask-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slider::before {
    left: 0;
  }

  .slider .owl-theme .owl-nav.disabled+.owl-dots {
    top: auto;
    bottom: 290px;
    right: auto;
    left: 50%;
    transform: translateX(40%);
  }

  .slider .slide-bottom {
    margin-top: 80px;
  }

  .donate-section .donate-btn {
    font-size: 12px;
  }

  .donate-section .donate-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .campains-section .custom-nav-2 button {
    width: 35px;
    height: 35px;
  }

  .campains-section h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .news-detail-wrapper .news-img {
    height: 350px;
  }

  .news-detail-wrapper .news-content h2 {
    font-size: 26px !important;
  }

  /*.inner-page .inner-page-wrapper .container .row>.col-md-3:first-child {
    order: 1;
  }

  .inner-page .inner-page-wrapper .container .row>.col-md-3:last-child {
    order: 0;
  }*/

  .inner-page .inner-page-wrapper .container .row .col-md-9 {
    margin-bottom: 25px;
  }

  .inner-page .contact .offset-1.col-md-3 {
    margin-top: 40px;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .inner-page h6 {
    margin-bottom: 20px;
  }

  .btn-classic {
    padding: 6px 15px;
  }

  footer .footer-bottom .container>.d-flex {
    flex-direction: column;
    gap: 10px;
  }

  footer .btn-classic.red-btn {
    margin-bottom: 25px;
  }

  .donate-section {
    margin-top: 0;
  }

  .donate-section .donate-content p {
    letter-spacing: 0;
  }

  .campains-section .campain-wrapper .campain-img {
    width: 35%;
  }

  .campains-section .campain-wrapper .campain-detail {
    width: 60%;
  }

  .campains-section span.badge {
    font-size: 10px;
  }

  .campains-section h3 {
    font-size: 20px;
  }

  .campains-section p {
    font-size: 13px;
  }

  .inner-page .about .wrapper .row>.col-md-6:first-child .box-wrapper {
    margin-bottom: 25px;
  }

  .inner-page .about .wrapper {
    padding-block: 30px;
  }

  .inner-page .footer-top-area {
    margin-top: 30px;
  }
}

@media (max-width: 680px) {
  header .logo {
    width: 110px;
    height: 110px;
  }

  header .header-top .lang-btn {
    width: 35px;
    height: 35px;
  }

  header .header-top .lang-btn a {
    font-size: 12px;
    font-weight: 600;
  }

  header .btn-wrapper a {
    font-size: 12px;
  }

  header .btn-wrapper a svg {
    font-size: 12px;
  }

  header .btn-wrapper.btn-2 a svg {
    font-size: 14px;
  }

  .slider {
    height: 140vh;
    padding-bottom: 20px;
  }

  .slider .slide-social-media-icons {
    top: 30%;
  }

  .slider .slide-item {
    flex-direction: column-reverse;
    gap: 30px;
    justify-content: start;
    padding-top: 150px;
}
  .slider .slide-content {
    padding-top: 0;
  }

  .slider .slide-bottom {
    margin-top: 20px;
  }

  .slider .owl-theme .owl-nav.disabled+.owl-dots {
    bottom: auto;
    top: 470px;
  }

  .slider h2 {
    font-size: 34px;
  }

  .slider .slide-container {
    width: 100%;
  }

  .slider .slide-content h2 {
    width: 350px;
  }

  .slider .btn-classic.slide-btn {
    font-size: 12px !important;
    padding-block: 10px;
    border-radius: 12px;
  }

  .slider .slide-bottom {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }

  .slider .video-area {
    height: 120px;
  }

  .slider .slide-content .donate-area {
    width: 100%;
  }

  .slider .slide-content .donate-area .donate-wrapper {
    width: 100%;
    flex-direction: row;
    padding: 20px 15px;
  }

  .slider .video-area {
    width: 100%;
  }

  .slider .slide-content .donate-area .donate-type,
  .slider .slide-content .donate-area .donate-amount input {
    height: 45px;
  }

  .slider .slide-content .donate-area .donate-type span,
  .slider .slide-content .donate-area .donate-amount input,
  .slider .slide-content .donate-area .donate-amount input::placeholder {
    font-size: 12px;
  }

  .slider .slide-content .donate-area .donate-type span img {
    width: 8px;
    height: 7px;
  }

  .slider .donate-content {
    z-index: 40;
  }

  .slider .donate-content a {
    font-size: 12px;
    font-weight: 700;
  }

  .slider .slide-social-media-icons {
    padding: 15px 12px;
  }

  .slider .owl-theme .owl-nav.disabled+.owl-dots {
    transform: translateX(-50%);
  }

  .slider .slide-img {
    width: 100%;
    padding-top: 20px;
    padding-inline: 30px;
    height: auto;
  }

  .slider .slide-img .mask-img {
    height: 315px;
  }

  .desc-section {
    padding-block: 25px;
  }

  .desc-section .col-lg-6:first-child {
    display: none;
  }

  .desc-section h2 {
    padding-right: 0;
  }

  .desc-section h2,
  .map-section h2 {
    line-height: 42px;
  }

  .list-carousel-section .list-box.d-flex .box-text-area,
  .list-carousel-section .list-box.d-flex .img-wrapper-area {
    width: 50%;
  }

  h2 {
    font-size: 34px !important;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 40px;
  }

  .inner-page .inner-page-info {
    height: 320px;
  }

  .map#map {
    pointer-events: none;
  }

  footer {
    text-align: center;
  }

  footer .footer-links.footer-contact a {
    justify-content: center;
  }

  footer .logo {
    margin-inline: auto;
  }

  footer .row>.col-sm-4.col-md-3 {
    margin-bottom: 25px;
  }

  footer .row>.col-sm-4.col-md-3:last-child {
    margin-bottom: 0;
  }

  footer h4 {
    margin-bottom: 10px;
  }

  .campains-section {
    margin-block: 50px 20px;
  }

  .map-section span {
    font-size: 14px;
  }

  header .logo {
    width: 100px;
    height: 100px;
  }

  .mobile-menu-btn {
    font-size: 20px;
  }

  header .btn-wrapper.btn-1,
  header .btn-wrapper.btn-2 {
    height: 55px;
  }

  .mobile-nav-content .heading {
    margin-bottom: 0;
  }

  .mobile-nav-content>ul>li:not(.heading) {
    font-size: 18px;
  }

  .mobile-nav-content .link {
    padding-block: 12px;
  }

  .mobile-nav-button-area a {
    padding-block: 12px;
  }

  .slider .slide-content .donate-area .donate-wrapper {
    flex-direction: unset;
    flex-wrap: wrap;
  }

  .slider .slide-content .donate-area h6 {
    justify-content: flex-start;
    flex-direction: row;
    gap: 5px;
    width: 100%;
  }

  .slider .slide-content .donate-area .donate-type,
  .slider .slide-content .donate-area .donate-amount {
    width: 45%;
  }

  .slider .slide-img .mask-img {
    height: 330px;
  }

  .slider .owl-theme .owl-nav.disabled+.owl-dots {
    top: 450px;
  }

  .campains-section .owl-item.active .campain-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .campains-section .campain-wrapper .campain-img,
  .campains-section .campain-wrapper .campain-detail {
    width: 100%;
  }

  .campains-section .campain-wrapper .campain-detail {
    padding-left: 10px;
  }

  .campains-section .campain-wrapper {
    border-radius: 20px;
  }

  .inner-page .footer-top-area {
    padding-block: 70px;
  }

  .inner-page .footer-top-area h3 {
    width: 100%;
    line-height: 1.4;
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .news-date-area {
    width: 50px;
  }

  .news-detail-wrapper .news-content {
    margin-top: 20px;
  }

  .news-detail-text {
    margin-top: 20px;
  }

  .other-news-area {
    padding-top: 30px;
    margin-top: 30px;
  }

  .other-news-area h3 {
    margin-bottom: 30px;
  }

  .news-detail-wrapper .news-img {
    height: 250px;
  }

  .news-detail-wrapper .news-content {
    gap: 10px;
  }

  .news-detail-wrapper .news-content h2 {
    font-size: 22px !important;
  }

  .map#map {
    margin-top: 40px;
  }

  .map#map::before {
    width: 230px;
  }

  .mobile-nav {
    width: 280px;
  }

  header .header-left {
    padding-left: 20px;
  }

  header .header-right {
    padding-right: 20px;
  }

  header .header-btn-wrapper-area {
    gap: 10px;
    margin-left: 20px;
  }

  header .header-container {
    padding-inline: 20px;
  }

  .slider h2 {
    font-size: 32px;
    margin-bottom: 5px !important;
  }

  .slider .slide-content .donate-area .send-donation-area {
    width: 100px;
  }

  .slider .slide-content .donate-area .donate-type,
  .slider .slide-content .donate-area .donate-amount {
    width: 100%;
  }

  .slider .slide-content .donate-area .donate-wrapper {
    padding: 15px;
  }

  .slider .slide-content .donate-area .send-donation-area {
    width: 120px;
  }

  .slider .slide-content .donate-area .donate-type,
  .slider .slide-content .donate-area .donate-amount input {
    height: 40px;
  }

  .slider .slide-content .donate-area .send-donation-area .icon svg {
    font-size: 14px;
  }

  .slider .slide-content .donate-area .send-donation-area span {
    font-size: 12px;
  }

  .slide-container {
    padding-inline: 20px;
  }

  .slider .video-area {
    height: 100px;
  }

  .slider .video-area .video-content h3 {
    font-size: 18px;
  }

  .slider .video-area .video-content .icon {
    width: 30px;
    height: 30px;
  }

  .slider .video-area .video-content .icon img {
    width: 8px;
    height: 10px;
  }

  .slider .slide-content .donate-area h6 {
    font-size: 15px;
  }

  .slider .slide-content .donate-area .donate-wrapper {
    gap: 10px;
  }

  .slider .owl-theme .owl-dots .owl-dot.active span {
    width: 80px;
  }

  .slider .slide-img {
    padding-top: 10px;
    padding-inline: 20px;
  }

  .slider .slide-img .mask-img {
    height: 340px;
  }

  .donate-section .donate-content {
    padding: 20px;
  }

  .donate-section .donate-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .list-carousel-section .list-carousel {
    row-gap: 10px;
  }

  .list-carousel-section .list-box {
    height: 250px;
  }

  .list-carousel-section .list-box.d-flex {
    flex-direction: column;
    height: auto;
  }

  .list-carousel-section .list-box.d-flex .box-text-area,
  .list-carousel-section .list-box.d-flex .img-wrapper-area {
    height: 180px;
    width: 100%;
  }

  .img-wrapper-area img,
  .donate-section .wrapper {
    border-radius: 20px;
  }

  .list-carousel-section .box-text-area {
    border-radius: 16px 16px 0 0 !important;
  }

  .list-carousel-section .list-box.d-flex .img-wrapper-area img {
    border-radius: 0 0 16px 16px !important;
  }

  .list-carousel-section .img-wrapper-area img {
    border-radius: 16px;
  }

  .list-carousel-section .list-carousel {
    margin-bottom: 10px;
  }

  .list-carousel-section .box-text-area p {
    margin-bottom: 0;
  }

  h2 {
    font-size: 30px !important;
  }

  .desc-section h2 {
    padding-right: 80px;
  }

  .inner-page .inner-page-wrapper {
    margin-top: 25px;
  }

  .inner-page .about .about-container-1 h2 {
    margin-bottom: -5px;
  }

  .inner-page .about .about-container-1 .row>div {
    margin-bottom: 20px;
  }

  .inner-page p {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .inner-page .about .about-container-1 .btn-classic.transparent-btnn {
    margin-bottom: 25px;
  }

  .inner-page .about h2 {
    font-size: 28px !important;
  }

  .btn-classic {
    padding: 6px 15px;
  }
}

@media (max-width: 425px) {
  .news-date-area-org {
    width: 50px;
  }

  header .logo {
    width: 95px;
    height: 95px;
  }

  header .header-left {
    padding-left: 10px;
  }

  header .header-right {
    padding-right: 10px;
    padding-left: 20px;
  }

  header .btn-wrapper a {
    font-size: 11px;
  }

  header .btn-wrapper.btn-1,
  header .btn-wrapper.btn-2 {
    height: 50px;
  }

  header .header-btn-wrapper-area {
    margin-left: 12px;
  }

  header .header-top {
    gap: 7px;
  }

  header .header-container {
    padding-inline: 10px;
  }

  .slide-container {
    padding-inline: 10px;
  }

  .slider .btn-classic.slide-btn .icon {
    width: 28px;
    height: 28px;
  }

  .slider .slide-content .donate-area h6 {
    margin-bottom: 5px;
  }

  .slider .slide-content .donate-area .donate-wrapper {
    gap: 5px;
  }

  .slider .slide-bottom {
    margin-top: 20px;
    gap: 10px;
  }

  .slider .owl-theme .owl-dots .owl-dot.active span {
    width: 60px;
  }

  .slider .slide-content .donate-area h6 {
    font-size: 14px;
  }

  .slider .slide-img {
    padding-inline: 10px;
  }

  .slider .slide-img .mask-img {
    height: 350px;
  }

  .desc-section .profile-wrapper {
    width: 80px;
    height: 80px;
  }

  .list-carousel-section .list-box {
    height: 200px;
  }

  h2 {
    font-size: 32px !important;
  }
}

@media (max-width: 390px) {
  .news-detail-wrapper .news-content h2 {
    font-size: 20px !important;
  }
}

@media (max-width: 389px) {
  .slider .slide-content .donate-area .send-donation-area {
    width: 110px;
  }
}

.map {
  height: 400px;
}

.map svg {
  height: 100%;
}

.unit .card {
  height: 13rem;
  margin-bottom: 20px;
  border: none;
  color: #000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.unit .card svg {
  width: 17%;
  height: 22%;
  margin: 3% auto;
  color: #000;
  transition: 0.4s ease color;
}

.unit .card:hover svg {
  color: var(--green);
}

.unit .card h5 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.unit .card h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: var(--gray-2);
}

.unit .card a {
  text-align: center;
  font-size: 14px;
  text-decoration: underline;
  text-align: center;
}

.inner-page__sidebar .sidebar-img {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.inner-page__sidebar .sidebar-img:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.5s ease;
}

.inner-page__sidebar .sidebar-img:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.inner-page__sidebar .sidebar-img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.inner-page__sidebar .sidebar-img h6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  font-family: "Poppins", sans-serif;
}

.inner-page__sidebar .sidebar-img:hover h6 {
  opacity: 1;
}

.services h5 {
  color: var(--red);
}

.project .projects {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}

.project .buttons {
  padding: 20px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.project .buttons button {
  background: rgba(85, 178, 80, 0.1);
  padding: 20px 25px;
  margin: 11px;
  border-radius: 30px;
  border: none;
  color: #55b250;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  line-height: 1.25;
}

.project .buttons .active {
  background: #55b250;
  color: #fff;
}

.project .card {
  width: 100%;
  height: 25rem;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 10px;
  margin-bottom: 20px;
  text-decoration: none;
}

.project .card a {
  text-decoration: none;
}

.project .card .img {
  width: 100%;
  height: 13rem;
  overflow: hidden;
}

.project .card .img img {
  width: 100%;
  height: 100%;
  transition: transform 0.7s ease;
}

.project .card:hover .img img {
  transform: scale(1.2);
}

.project .card .card-body {
  height: 12rem;
  text-decoration: none;
}

.project .card .card-body h5 {
  font-family: "Poppins", sans-serif;
  color: var(--green);
  text-decoration: none;
}

.project .card .card-body .btn {
  color: #000;
  background-color: transparent;
  border: none;
  text-decoration: underline;
  float: right;
}

.project .card:hover .card-body a {
  color: var(--green);
}

.project-details {
  margin: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  overflow: hidden;
}
.list-common__description .title {
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 700;
  letter-spacing: -0.3px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

.project-details .img-title {
  height: 450px;
  padding: 30px;
}

.project-details .img-title img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  border-radius: 30px;
  position: relative;
}
.detail-personnel__description-header .title {
  color: #039!important;
  font-weight: 900;
  letter-spacing: -0.5px;
}
.detail-personnel__description-header .rank {
  color: #00349947 !important;
  font-size: 13px !important;
}
.detail-personnel__contact .item .desc .heading {
  color: #f15b43 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}
.detail-personnel__contact .item .desc .text {
  color: rgb(0 51 151 / 29%) !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.3px;
  display: block;
  margin-top: 4px;
}
.sidebar-nav:not(.ui-filter) ul li a {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px !important;
}

.sidebar-nav ul li a {
  color: #333 !important;
  font-weight: 500 !important;
  line-height: 1.4;
  padding-left: 5px;
  display: block;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.project-details .project-details-body {
  padding: 20px 30px;
}

.project-details .project-details-body h2 {
  font-family: "Poppins", sans-serif;
  position: relative;
  margin-left: 20px;
}

.project-details .project-details-body h2:before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: -15px;
  width: 5px;
  background: #55b250;
}

.project-details .img-body img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 15px;
  margin-top: 10px;
}

.donate {
  margin-bottom: 10px;
  margin-top: 0 !important;
}

.donates {
  margin-top: 0 !important;
}

.donate .donate-categories {

  padding: 11px;
  cursor: pointer;
  padding-bottom: 19px;
  border-right: 1px solid #dedede;
  text-align: center;
  padding-top: 25px;}

.donate .donate-categories.active {
  border-bottom: 4px solid #ddd;}

.donate .donate-categories span {

  color: #999;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 14px;}

.donate .donate-categories .fa-hospital {
  color: red;
}

svg:not(:host).svg-inline--fa,
svg:not(:root).svg-inline--fa {
  padding-right: 4px;
  opacity: 0.7;
}

.donate-categories .fa-star-and-crescent {
  color: purple;
}

.donate-categories .fa-child {
  color: blue;
}

.donate-categories .fa-heart {
  color: pink;
}

.donate-categories .fa-droplet {
  color: green;
}

.donate-categories .fa-school {
  color: purple;
}

.donate-categories .fa-cow {
  color: orangered;
}

.donate-categories .fa-money-bills {
  color: green;
}

.donate-categories:hover {
  background-color: gainsboro;
}

.donates {
  margin-top: 50px;
}

.donates .card {
  height: 25rem;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.donates .card:hover {
  box-shadow: 0 5px 25px rgb(0 0 0 / 23%);
}


.donates .card .img {
  padding: 10px;
  height: 17rem;
  overflow: hidden;
}

.donates .card .img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.donates .card .card-body h4 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  color: #f15b43;}

.donates .card .card-body .form_donate {
  display: inline;
  width: 57%;
}

.donates .card .card-body .btn {
  float: right;
  background-color: var(--green);
  color: white;
  padding: 10px 20px;
  background-color: #f15b43 !important;}


  .donates .card .card-body .btn:hover {
    float: right;
    background-color: var(--green);
    color: white;
    padding: 10px 20px;
    background-color: #a13b2b !important;}


    .form-control {
      padding: 0.645rem .75rem !important;
  }

  .donates .card .card-body .form_donate {
    width: 55%;
    color: #039 !important;
    font-weight: 700;
}


/* Bağış Detay */
.inner-page .inner-page-info-bd {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 20px;
  position: relative;
  height: 450px;
  padding-block: 20px;
  display: flex;
  align-items: flex-end;
}

.unit-detail .row {}

.unit-detail .bagis-detay-icerik img {
  width: 100%;
  margin-bottom: 15px;
}
.unit-detail .bagis-detay-sidebar {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background-color: white;
  z-index: 200;
  padding: 25px;
  position: sticky;
  top: 280px;
}

.unit-detail .row .col-md-4 {
  position: sticky;

}

.unit-detail .bagis-detay-sidebar .sidebar-ust {
  padding: 10px;
  border-bottom: 1px solid gainsboro;
}

.unit-detail .bagis-detay-sidebar svg {
  width: 35px;
  height: 35px;
}

.unit-detail .bagis-detay-sidebar .sidebar-ust span {
  color: #033399;
  font-weight: 700;
}

.unit-detail .bagis-detay-sidebar .sidebar-icerik {
  padding: 10px;
}

.unit-detail .bagis-detay-sidebar .sidebar-icerik p {
  padding: 10px;
  color: black;
}

.unit-detail .bagis-detay-sidebar .sidebar-icerik .box {
  width: 22%;
  height: 50px;
  background-color: transparent;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #f15b43;
  font-weight: 600;
  float: left;
  border-radius: 5px;
  border: 1px solid gainsboro;
  margin-bottom: 10px;}

  .unit-detail .bagis-detay-sidebar .sidebar-icerik span {
    padding: 10px;
    font-size: 12px;}

    .bagis-detay-sidebar .links a {
      font-size: 12px!important;
      color: #039!important;
  }

.unit-detail .bagis-detay-sidebar .sidebar-icerik form {
  width: 100%;
}

.unit-detail .bagis-detay-sidebar .sidebar-icerik input {
  padding: 5px;
  width: 63%;
  color: #039;
  height: 50px;
  padding-left: 11px;
  font-size: 17px;
  font-weight: 800;}

.unit-detail .bagis-detay-sidebar .sidebar-icerik button {
  padding: 8px 16px;
  height: 50px;
  background-color: var(--red);
  border: none;
  cursor: pointer;
  border-radius: 5px;
  color: white;
}
.unit-detail .bagis-detay-sidebar .sidebar-icerik button:hover {
  background-color: #C94F39;
}


.unit-detail .bagis-detay-sidebar .sidebar-icerik .box:hover {
  border: 1px solid #8686ff;
  background-color: #c2d9ec;
}

.inner-page-info-bd h1 {
  margin-top: -18%;
}


body > div.app.inner-page > main > div > div > div.col-md-8 > div > img {
  border-radius: 16px;
}

body > div.app.inner-page > main > div > div > div.col-md-4 > div{
  transform: translateY(0);
  border-radius: 16px;
}
.iner-header-pos-img{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: -1;



}

body > div.app.inner-page > div > div > h1 {
  color:white;
}


.bagis-detay-icerik-item{
  display: flex;
  flex-direction: column;
  gap:1rem;
}
.bagis-detay-icerik-item img{
  border-radius: 15px;
}
.main-tab{
  background-color: red;
  display: flex;
  align-items: center;
}
.tab-menu-section{
  display: flex;
  align-items: center;
  box-shadow: 0 0 35px #0000001f;
  border-radius: 0 0 15px 15px;
  background: #fff;
  justify-content: center;


}
.tab-menu-section .donate-categories{

  display: flex;
  align-items: center;
  gap: 16px;
  padding: 1.4rem;
  font-size: 14px;
  cursor: pointer;
  color: #999;
  text-transform: uppercase;
  background-color: #ffff;
}
.tab-menu-section .donate-categories.active{
  background-color: rgb(17 53 135 / 6%);
}
.text-wrapper{
  color: white;
  font-size: 14px;
  max-width: 700px;
}
.button-wrapper{
  display: flex;
  justify-content: center;
}
.button-wrapper a {
  font-size: 13px!important;
}

#content > div > div > section > div > div > div{
  margin-bottom: 1.5rem;
}

body > div > div > div > h1{
  font-family: "Noto Serif", serif;

}

@media (min-width: 1200px) {
  .detail-video__header > div {
      padding-top: 26px !important;
  }
}