:root {
  --default-font-size: 16px;
  --color-primary: #b68a35;
  --color-secondary: #333333;
  --color-light: #F5F9FC;
  --color-gray-color: #7F7F7F;
  --color-text-color: #333333;
  --color-text-black: #000;
  --color-text-color-secondary: #556478;
  --color-border-color: #bbc2de;
  --color-white-color: #fff;
}

@font-face {
  font-family: "DINNextLTArabic-Light";
  src: url("../../fonts/DINNextLTArabic-Light.woff2") format("woff2"), url("../../fonts/DINNextLTArabic-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DINNextLTArabic-Regular";
  src: url("../../fonts/DINNextLTArabic-Regular.woff2") format("woff2"), url("../../fonts/DINNextLTArabic-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DINNextLTArabic-Medium";
  src: url("../../fonts/DINNextLTArabic-Medium.woff2") format("woff2"), url("../../fonts/DINNextLTArabic-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DINNextLTArabic-Bold";
  src: url("../../fonts/DINNextLTArabic-Bold.woff2") format("woff2"), url("../../fonts/DINNextLTArabic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DINNextLTArabic-Heavy";
  src: url("../../fonts/DINNextLTArabic-Heavy.woff2") format("woff2"), url("../../fonts/DINNextLTArabic-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DINNextLTArabic-Black";
  src: url("../../fonts/DINNextLTArabic-Black.woff2") format("woff2"), url("../../fonts/DINNextLTArabic-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/*Animation css*/
.fade-in-image {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*End Animation css*/
body {
  background: #F9F5EB;
}

p {
  font-family: "DINNextLTArabic-Regular";
  line-height: 40px;
  margin-bottom: 20px;
}

.custom-padding {
  padding-inline: 80px;
}

@media (max-width: 1199.9px) {
  .custom-padding {
    padding-inline: 40px;
  }
}

@media (max-width: 991.9px) {
  .custom-padding {
    padding-inline: 24px;
  }
}

.inner-title-bg h1 {
  color: #fff;
  font-family: "DINNextLTArabic-Medium";
}

.bg-inner-title-gradient {
  background: rgb(199, 153, 63);
  background: linear-gradient(0deg, rgba(199, 153, 63, 1) 0%, rgba(100, 77, 32, 1) 100%);
}

.bg-pattern {
  background-image: url("../images/bg-pattern-inner.png");
  background-size: 100px;
  min-height: 180px;
}

.breadcrumb-inner .double-arrow {
  transform: rotate(270deg);
  width: 12px;
  height: 12px;
  margin: 0 12px;
  margin-bottom: -6px;
}

.breadcrumb-inner .breadcrumb li::before {
  display: none;
}

.breadcrumb-inner .breadcrumb li {
  line-height: 20px;
  font-family: "DINNextLTArabic-Light";
}

.breadcrumb-inner .breadcrumb li a:hover svg path {
  fill: none !important;
}

.breadcrumb-inner .breadcrumb li:last-child {
  opacity: 0.7,
}

.mt-minus-40 {
  margin-top: -40px;
}

.rounded-20 {
  border-radius: 20px;
}

.inner-content-bg {
  position: relative;
  background: #fff;
  padding-top: 80px !important;
}

.inner-content-bg .bg-top {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 245, 218, 1) 100%);
}

.breadcrumb-inner {
  margin-bottom: 70px;
}

.border-right {
  position: relative;
  padding-right: 26px;
}

.border-right:after {
  width: 4px;
  height: 25px;
  background: #b68a35;
  position: absolute;
  right: 0;
  top: 15px;
  content: '';
}

.img-about-inner-1 {
  max-width: 525px;
  width: 100%;
  margin-top: -100px;
}

.img-about-inner-2 {
  max-width: 400px;
  width: 100%;
}

.about-img_circle {
  width: 150px;
  height: 150px;
  position: absolute;
  padding-top: 20px;
  left: 50px;
  bottom: 130px;
  border-radius: 300px;
  text-align: center;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 19%, rgba(245, 226, 189, 1) 100%);
}

.about-us-inner .image-wrap {
  position: relative;
  text-align: center;
}

.about-us-inner .sub-title {
  font-size: 11px;
  text-align: center;
  line-height: 15px;
}

.about-us-inner .title {
  font-size: 72px;
  line-height: 72px;
  text-align: center;
  font-family: "DINNextLTArabic-Bold";
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--color-primary);
  color: rgba(0, 0, 0, 0);
}

.vision-mission-wrap .title {
  text-align: center;
  color: var(--color-primary);
  margin-bottom: 150px;
}

.vision-slider {
  padding-bottom: 60px;
  padding-top: 50px;
}

.vision-slider .swiper-slide {
  height: auto;
  padding-left: 75px;
  padding-right: 75px;
}

.vision-slider .swiper-slide p {
  line-height: 30px;
  margin-top: 35px;
}

.vision-slider .swiper-slide {
  text-align: center;
}

.vision-slider-2 .swiper-slide {
  text-align: center;
}

.vision-slider-2 {
  padding-bottom: 60px;
  padding-top: 50px;
}

.vision-slider-2 .swiper-slide {
  height: auto;
  padding-left: 75px;
  padding-right: 75px;
}

.vision-slider-2 .swiper-slide p {
  line-height: 30px;
  margin-top: 35px;
}

.vision-bg {
  border-radius: 20px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 245, 218, 1) 100%);
}

.vision-bg .title-circle {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  background: #fff;
  border-radius: 300px;
  text-align: center;
  margin-top: -120px;
  padding: 50px;
}

.vision-bg .title-circle img {
  margin-top: 15px;
}

.vision-bg .title-circle p {
  font-size: 28px;
  margin-top: 10px;
}

.mission-wrap {
  margin-top: 120px;
  margin-bottom: 75px;
}

.the-foundation-wrap h2 {
  text-align: center;
  color: var(--color-primary);
}

.the-foundation-wrap .accordion-item {
  background: #F9F5EB !important;
  border-radius: 20px !important;
}

.the-foundation-wrap .accordion-button {
  background: none;
  color: var(--color-primary) !important;
}

.the-foundation-wrap .accordion-button:after,
.the-foundation-wrap .accordion-button[aria-expanded=true]::after {
  border: none;
}

.the-foundation-wrap .accordion-button {
  font-size: 28px;
  font-family: "DINNextLTArabic-Regular";
  color: var(--color-text-color) !important;
}

.the-foundation-wrap .accordion-body p {
  color: var(--color-text-color);
}

.the-foundation-wrap .accordion-body {
  padding-top: 0 !important;
  position: relative;
  min-height: 135px;
}

.the-foundation-wrap .list-number {
  font-size: 232px;
  position: absolute;
  top: -119px;
  font-family: "DINNextLTArabic-Medium";
  opacity: 0.1;
  line-height: 230px;
  right: 0;
  color: var(--color-primary);
}

.the-foundation-wrap .accordion-item .list-number {
  display: none;
}

.the-foundation-wrap .accordion-item .show .list-number {
  display: block;
}

.list-content {
  position: relative;
  z-index: 9;
  padding-bottom: 75px;
}

.list-content li {
  float: right;
  width: 50%;
}

.list-content li span {
  margin-top: -6px;
  display: block;
  float: right;
  padding-bottom: 32px;
}

.list-content li::marker {
  color: var(--color-primary);
  font-size: 25px;
}

.strategy-wrap .title {
  text-align: center;
  margin-bottom: 50px;
}

.strategy-wrap .title h2 {
  max-width: 1000px;
  text-align: center;
  color: var(--color-primary);
  margin: 80px auto 0;
}

.strategy-wrap .bg-widget {
  height: 100%;
  padding: 40px;
  text-align: center;
  border-radius: 20px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 245, 218, 1) 100%);
}

.strategy-wrap .bg-widget h2 {
  margin-bottom: 30px;
}

.rules-wrap .title {
  text-align: center;
  margin-bottom: 50px;
}

.rules-wrap .title h2 {
  max-width: 1000px;
  text-align: center;
  color: var(--color-primary);
  margin: 80px auto 0;
}

.rules-wrap .bg-widget {
  height: 100%;
  padding: 20px;
  border-right: 4px solid var(--color-primary);
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 245, 218, 1) 100%);
}

.rules-wrap .bg-widget h2 {
  margin-bottom: 30px;
}

.rules-wrap {
  margin-bottom: 60px;
}

.partners-list {
  z-index: 9;
  position: relative;
  margin-top: 10px;
}

.partners-list .partners-image {
  width: 100%;
  text-align: center;
  border: 1px solid #E6E6E6;
  border-radius: 16px;
  margin-bottom: 20px;
}

.partners-list .partners-image img {
  max-width: 180px;
  max-height: 180px;
}

.questions-wrap h2 {
  text-align: center;
  color: var(--color-primary);
}

.questions-wrap .accordion-item {
  background: #F9F5EB !important;
  border-radius: 20px !important;
}

.questions-wrap .accordion-button {
  background: none;
  color: var(--color-primary) !important;
}

.questions-wrap .accordion-button:after,
.questions-wrap .accordion-button[aria-expanded=true]::after {
  border: none;
}

.questions-wrap .accordion-button {
  font-size: 20px;
  font-family: "DINNextLTArabic-Regular";
  color: var(--color-text-color) !important;
}

.questions-wrap .accordion-body p {
  color: var(--color-text-color);
}

.questions-wrap .accordion-body {
  padding-top: 0 !important;
  position: relative;
  min-height: 135px;
}

.questions-wrap .list-number {
  font-size: 232px;
  position: absolute;
  top: -119px;
  font-family: "DINNextLTArabic-Medium";
  opacity: 0.1;
  line-height: 230px;
  right: 0;
  color: var(--color-primary);
}

.questions-wrap .accordion-item .list-number {
  display: none;
}

.questions-wrap .accordion-item .show .list-number {
  display: block;
}

.margin-top-50 {
  margin-top: -50px;
}

.choose-category-wrap label {
  font-size: 20px;
  margin-bottom: 15px;
  -webkit-padding-start: 10px;
  padding-inline-start: 10px;
}

.choose-category-wrap {
  margin-bottom: 18px;
}

.choose-category-wrap .form-control,
.choose-category-wrap .form-select:not(.countery-select) {
  padding: 18px 24px;
}

.e-government-list h2 {
  color: var(--color-primary);
  margin-right: 30px;
}

.e-government-list .list-style {
  padding: 0;
}

.e-government-list .list-style li {
  list-style: none;
  width: 28%;
  margin: 0 2%;
  float: right;
  border-bottom: 1px solid #C4C7C5;
  padding: 12px 0;
}

.e-government-list .list-style li a {
  padding: 10px 0;
  display: block;
  color: var(--color-text-color);
  margin-left: 40px;
  float: right;
  width: 70%;
}

.e-government-list .list-style ul {
  margin: 0;
  padding: 0;
}

.e-government-list .double-arrow {
  transform: rotate(270deg);
  width: 12px;
  height: 12px;
  margin-top: 20px;
  margin-left: 10px;
  float: right;
}

.news-list-wrap .circle-image {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #F5EDDC;
  overflow: hidden;
  border: 10px solid #F5EDDC;
  /* float: right;
  flex: none;
  align-self: flex-start;*/
}

.news-list-wrap .circle-image a {
  display: block;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}

.news-list-wrap .circle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-list-wrap {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  border: 1px solid #C6BCA1;
  padding: 30px;
  border-radius: 10px;
  /*
	width: 100%;
	border: 1px solid var(--color-primary);
	float: right;
    border-radius: 10px;
    padding: 30px;
	height: 100%;
*/
}

.news-list-wrap:hover {
  background: #F9F5EB;
  cursor: pointer;
}

.right-content {
  float: right;
  width: 55%
}

.right-content .n-date {
  margin-bottom: 10px;
  font-size: 12px;
}

.right-content .n-date img {
  margin-left: 10px;
}

.right-content .title-d {
  font-size: 18px;
  line-height: 35px;
  font-family: "DINNextLTArabic-Medium";
}

.right-content .description-t {
  font-size: 16px;
  font-family: "DINNextLTArabic-Light";
  /* line-height: 35px; */
}

.news-col {
  margin-bottom: 20px;
}

.news-list-wrap .group-left {
  display: flex;
  justify-content: center;
}

@media (max-width: 1199.9px) {
  .news-list-wrap {
    flex-direction: column;
  }

  .news-list-wrap .group-right,
  .news-list-wrap .group-left {
    width: 100%;
  }

  .news-list-wrap .right-content,
  .news-list-wrap .left-content {
    text-align: center;
  }
}

/* .searchAccordian .accordion-button {
  font-size: 20px;
  font-family: "DINNextLTArabic-Regular";
  color: var(--color-text-color) !important;
  background: #F9F5EB;
  border-radius: 20px !important;
}
.searchAccordian .accordion-collapse {
  background: #F9F5EB;
  border-radius: 20px !important;
}
.searchAccordian .accordion .accordion-collapse .accordion-body {
  background: #F9F5EB;
  border-radius: 20px !important;
} */
/* .searchAccordian .accordion {
  background: none !important;
} */
/* .searchAccordian .accordion .accordion-item {
  border-radius: 20px !important;
}
.searchAccordian .accordion .accordion-button:after, .searchAccordian .accordion .accordion-button[aria-expanded=true]::after {
  border: none;
} */
.searchAccordian .icon-search {
  margin-left: 10px;
  margin-bottom: -8px;
}

.searchAccordian .form-control,
.searchAccordian .form-select:not(.countery-select) {
  padding: 18px 24px;
}

.searchAccordian .form-label {
  margin-bottom: 15px;
}

.searchAccordian .acc-button {
  text-align: left;
  margin-top: 35px;
}

.searchAccordian .acc-button a {
  min-width: 45%;
  float: right;
  padding-top: 12px;
  padding-bottom: 12px;
}

.searchAccordian .acc-button a.btn-primary {
  float: left;
}

.search-icon {
  background-image: url("../images/icon-search-grey.svg");
  background-repeat: no-repeat;
  background-position: 20px 19px;
}

.event-col .news-list-wrap {
  display: flex;
}

.event-col .right-content {
  align-content: center;
}

.document-list .list-wrap {
  display: flex;
  flex-direction: row;
  gap: 20px;
  border-bottom: 1px solid #C4C7C5;
  padding: 20px 0;
  position: relative;
}

.document-list .list-wrap:hover {
  cursor: pointer;
}

.border-animation:before {
  width: 5px;
  height: 2px;
  background: var(--color-primary);
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  transition: width 0.5s;
  visibility: hidden;
}

.border-animation:hover:before {
  width: 100%;
  visibility: visible;
}

.document-list .icon-download {
  display: flex;
  margin-right: auto;
  visibility: hidden;
}

.document-list .list-wrap .text-wrap a {
  color: var(--color-text-color) !important;
}

.document-list .list-wrap:hover .icon-download {
  visibility: visible;
}

.document-list .list-wrap:hover .text-wrap a {
  color: var(--color-primary) !important;
}

.document-list .icon-download img {
  width: 25px;
}

.document-list {
  margin-top: 20px;
}

.gallery-list .circle-image {
  width: 250px;
  height: 250px;
  background: #95660A;
  border-radius: 50%;
  margin: auto;
  border: 1px solid #C6BCA1;
  overflow: hidden;
  transition: transform 1s;
  position: relative;
  margin-bottom: 50px;
}

.gallery-list .circle-image:hover {
  cursor: pointer;
}

.gallery-list .circle-image img.master-image {
  width: 250px;
  height: 250px;
  object-fit: cover;
  filter: grayscale(100%);
  transition: transform 1s;
}

.gallery-list .circle-image:hover img.master-image {
  filter: grayscale(0);
  transform: scale(1.5);
  opacity: .7;
  transition: transform 1s;
}

.gallery-list .circle-image .icon-camera img {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -15px;
  opacity: 0;
  transition: transform 2s;
}

.gallery-list .circle-image:hover .icon-camera img {
  opacity: 1;
  animation: fadeIn .5s;
  -webkit-animation: fadeIn .5s;
  -moz-animation: fadeIn .5s;
  -o-animation: fadeIn .5s;
  -ms-animation: fadeIn .5s;
}

.gallery-list {
  margin-top: 30px;
}

.gallery-list .circle-image.sub-circle {
  border: 1px solid #C6BCA1;
  background: #F9F5EB;
  text-align: center;
}

.gallery-list .circle-image.sub-circle .icon-gallery img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -20px;
}

.gallery-list .circle-image.sub-circle .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  padding: 0 25px;
}

.sp-button {
  min-width: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.project-detail .n-date {
  margin-bottom: 10px;
  font-size: 12px;
}

.project-detail .n-date img {
  margin-left: 10px;
}

.project-detail .page-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.project-detail .page-header .right {
  margin-right: auto;
  display: flex;
  gap: 16px;
}

.project-detail .page-header .right a {
  align-self: center;
}

.project-detail .page-banner {
  background: #F9F5EB;
  text-align: center;
  border-radius: 20px;
  padding: 0;
  align-items: center;
  display: flex;
  min-height: 325px;
  margin-bottom: 20px;
}

.project-detail .page-banner img {
  max-width: 100%;
  margin: 0 auto;
}

.n-detail .n-date {
  margin-bottom: 10px;
  font-size: 12px;
}

.n-detail .n-date img {
  margin-left: 10px;
}

.n-detail .page-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.n-detail .page-header .right {
  margin-right: auto;
  display: flex;
}

.n-detail .page-header .right a {
  align-self: center;
}

.innerbanner-slider {
  max-height: 400px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.innerbanner-slider img {
  width: 100%;
  object-fit: contain;
}

.innerbanner-slider .swiper-slide p {
  line-height: 30px;
  margin-top: 35px;
}

.side-list-wrap {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #DAD3C0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.side-list-wrap .left {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background: #F5EDDC;
  overflow: hidden;
  border: 7px solid #F5EDDC;
  float: right;
  flex: none;
}

.side-list-wrap .left img {
  width: 115px;
  height: 115px;
  object-fit: cover;
}

.side-list-wrap .n-date {
  margin-bottom: 10px;
  font-size: 12px;
  color: #b68a35;
}

.side-list-wrap .right {
  display: flex;
  flex-direction: column;
}

.side-list-wrap:last-child {
  border: none;
}

.submit-propos {
  background: #F9F5EB;
  border-radius: 20px;
  min-height: 200px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 40px;
  margin-bottom: 30px;
}

.submit-propos .title {
  font-size: 22px;
  font-family: "DINNextLTArabic-Medium";
}

.submit-propos img {
  width: 100px;
}

.submit-propos p {
  font-size: 14px;
  font-family: "DINNextLTArabic-Light";
}

.donation-sidebar {
  background: #F9F5EB;
  border-radius: 20px;
  min-height: 150px;
  padding: 10px;
  padding-top: 25px;
}

.widget-title {
  border-bottom: 1px solid #C6BCA1;
  margin-bottom: 20px;
  padding-bottom: 5px;
  margin-left: 20px;
  margin-right: 20px;
}

.widget-title img {
  margin-left: 15px;
  margin-top: -10px;
}

.donation-sidebar .image-circle img {
  width: 135px;
  height: 135px;
  object-fit: cover;
}

.donation-sidebar .image-circle {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background: #F5EDDC;
  overflow: hidden;
  border: 7px solid #F5EDDC;
  margin: 0 auto;
  margin-bottom: 15px;
}

.widget-wrap {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-box-shadow: 1px 1px 7px 5px rgb(0 0 0 / 3%);
  -moz-box-shadow: 1px 1px 7px 5px rgb(0 0 0 / 3%);
  box-shadow: 1px 1px 7px 5px rgb(0 0 0 / 3%);
}

.widget-wrap >a {
  margin-top: auto;
}

.donation-sidebar .project-card {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  padding: 0px;
  gap: 18px;
  background-color: none;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 0px rgba(51, 51, 51, 0.06);
  box-shadow: 0 0 0px rgba(51, 51, 51, 0.06);
}

.donation-sidebar .progress-details .count {
  font-size: 1em !important;
}

.donation-sidebar .project-card .project-info {
  margin-top: 0;
}

.innersidebar-slider {
  padding-bottom: 35px;
  margin-bottom: 15px;
}

.innersidebar-slider .swiper-slide {
  padding: 20px;
  height: auto;
}

.helping-feedback .btn {
  min-width: 70px;
  padding: 10px;
}

.pagination-wrap nav {
  margin: 20px auto;
}

.pagination-wrap .page-link {
  border-radius: 50%;
  margin: 0 12px;
  width: 40px;
  height: 40px;
  text-align: center;
  border: none;
  color: #979797;
}

.pagination-wrap .page-link:hover {
  background: #b68a35 !important;
  color: #fff;
}

.pagination-wrap .page-link.active {
  background: #b68a35;
  color: #fff;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border-radius: 50%;
  background: #F9F5EB;
}

.view-display-id-videos_gallery_page .news-col .video-card .field--name-field-media-oembed-video {
  display: flex;
  width: 350px;
  height: 350px;
  box-shadow: 0 0 0 10px rgba(163, 145, 97, .16);
  overflow: hidden;
  border-radius: 50%;
  transition: all .3s ease-in-out;
}

.view-display-id-videos_gallery_page .news-col .video-card .field--name-field-media-oembed-video iframe {
  width: 100%;
  height: 100%;
}
