@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap");
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/*  ---Fonts---  */
@font-face {
  font-family: "AdobeArabic-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/AdobeArabic-Regular.otf") format("truetype");
}
/*  ---Variables---  */
/* MAIN */
html {
  font-size: 62.5%;
}

html,
body {
  overflow-x: hidden;
}
@media screen and (max-width: 991px) {
  html.hide-scroll,
  body.hide-scroll {
    overflow: hidden;
  }
}

*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*vertical-align:baseline;*/
  /*background:transparent;*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  /*color: #000000;*/
  color: #272727;
  text-decoration: none;
  /* FF3.7+ */
  /* Opera 10.5 */
  /* Saf3.2+, Chrome */
  transition: all 0.3s ease-out;
}
a:visited {
  color: #272727;
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  outline: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

div {
  /*overflow: hidden;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

ul,
ol {
  /*clear: both;*/
  padding: 0px;
}

button {
  border: none;
}

li {
  /* list-style-type: none; */
}

img {
  border: none;
  width: auto;
  height: auto;
}

header,
footer,
article,
news,
content,
details,
section,
group,
nav,
bar,
wrap_menu,
blockh,
blockv,
title,
block,
wrap,
clear {
  display: block;
}

.clear {
  clear: both;
}

::-moz-selection {
  color: #ffffff;
  background: #a59052;
}

::selection {
  color: #ffffff;
  background: #a59052;
}

::-moz-selection {
  color: #ffffff;
  background: #a59052;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #272727 !important;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #272727 !important;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #272727 !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #272727 !important;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: "GothamSSm-Book", sans-serif !important;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: "GothamSSm-Book", sans-serif !important;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: "GothamSSm-Book", sans-serif !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: "GothamSSm-Book", sans-serif !important;
}

body {
  font-size: 1.6rem;
  background: #f6f8ff;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: "Play", sans-serif;
}

:root[dir="rtl"] {
  font-family: "AdobeArabic-Regular", sans-serif !important;
}

#layout {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  background: #ffffff;
  z-index: 9;
}

.container {
  position: relative;
}

@media (min-width: 1580px) {
  .container {
    max-width: 1360px;
  }
  .container.wide {
    max-width: 100%;
  }
  .container.boxed {
    max-width: 1040px;
  }
}
.bg-secondary {
  background-color: #201b6d !important;
}

header {
  position: relative;
  width: 100%;
  z-index: 2;
  padding: 10px;
  background: #201b6d;
}

.navbar-nav .nav-item,
.navbar-nav .menu-item,
li.mega-menu-item {
  margin: 0 1rem;
  position: relative !important;
}

.navbar-nav .nav-item .nav-link,
.navbar-nav .menu-item a {
  color: #002c6c;
  font-weight: 400;
  position: relative;
  white-space: nowrap;
}

.navbar-nav .nav-item .nav-link:before,
.navbar-nav .menu-item:not(.btn):before,
li.mega-menu-item > .mega-menu-link:before {
  content: "" !important;
  background: transparent;
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 6px;
  transition: all 0.3s ease-in-out !important;
  margin: 0 !important;
}
html[dir="rtl"] .navbar-nav .nav-item .nav-link:before,
html[dir="rtl"] .navbar-nav .menu-item:not(.btn):before,
html[dir="rtl"] li.mega-menu-item > .mega-menu-link:before {
  left: auto;
  right: 0;
  margin: 0 !important;
}

.navbar-nav .nav-item .nav-link.active,
.navbar-nav .menu-item.current-menu-item:not(.btn) a {
  color: #a59052;
  font-size: 1.5rem;
  /* font-weight: 700; */
}

.navbar-nav .nav-item:hover .nav-link,
.navbar-nav .menu-item:not(.btn):hover a {
  color: #a59052;
  /* font-size: 1.6rem; */
}

.navbar-nav .nav-item:hover .nav-link:before,
.navbar-nav .menu-item:not(.btn):hover:before,
li.mega-menu-item:hover > .mega-menu-link:before {
  background: #a59052 !important;
  width: 100% !important;
}

.navbar-nav .nav-item,
.navbar-nav .menu-item.btn a {
  padding: 1rem 1.2rem;
  color: #fff;
}

/* max menu */

li.mega-menu-item {
  padding: 0 0.5rem;
  position: relative;
}

.mega-menu-link {
  background: transparent !important;
  color: #fff;
  font-weight: 400;
  position: relative !important;
  white-space: nowrap;
  padding: 0 !important;
  margin: 0 1rem !important;
  line-height: 24px !important;
  display: flex !important;
  align-items: center !important;
}

li.mega-menu-item:hover > a.mega-menu-link {
  color: #a59052 !important;
}
.mega-sub-menu .mega-menu-link {
  padding: 0.5rem 1rem !important;
}
.mega-indicator {
  margin: 0 !important;
}

.mega-sub-menu {
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  background: #fff !important;
}

@media all and (min-width: 992px) {
  .main_nav {
    background-color: #f0f5fa;
    border-radius: 1rem;
    padding-block: 1rem;
    display: flex;
    justify-content: flex-start !important;
    align-items: center !important;
    -moz-column-gap: 3.2rem !important;
    column-gap: 3.2rem !important;
    padding-inline: 1rem;
    min-height: 65px;
  }
  .mega-submenu {
    left: 100%;
    top: 0;
    min-width: 25rem;
  }
  .ktm-mega-menu {
    position: static;
  }
  .mega-menu {
    left: 0;
    right: 0;
    width: 100%;
  }
  .dropdown-menu li {
    position: relative;
  }
  .dropdown-menu .submenu {
    display: none;
    left: 100%;
    top: 0;
  }
  .dropdown-menu > li:hover > .submenu,
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-menu > li:hover > .submenu li,
  .dropdown:hover > .dropdown-menu li {
    flex: 1 1 25%;
  }
  .mega-menu li p {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .mega-menu li p img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .sub-list {
    margin-top: 10px;
  }
  .sub-list a {
    color: #000000;
    font-size: 1.5rem;
    font-weight: normal;
  }
  .sub-list a img {
    max-width: 40px;
    margin-right: 8px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .mega-menu-item .mega-menu-link {
    font-size: 1.6rem !important;
  }
}

@media all and (max-width: 992px) {
  .main_nav {
    padding: 1rem;
    border-radius: 0.8rem;
    background-color: #f0f5fa;
    width: 100%;
  }
  .navbar-toggler {
    background-color: #002c6c;
  }
  .mega-menu li p {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .mega-menu li p img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .sub-list a {
    color: #000000;
    font-size: 1.5rem;
    font-weight: normal;
  }
  .sub-list a img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.page-header {
  background: url("../img/page-bg.svg") #201b6d no-repeat left;
  background-size: cover;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-header h2 {
  font-size: 5rem;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.page-header.hero {
  height: 580px;
  background: transparent;
}
.page-header.hero .hero-swiper {
  width: 100%;
  height: 100%;
  min-height: auto;
}

/* ---- components ---- */
.btn,
.elementor-button {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  border-radius: 6px;
  font-size: 1.5rem;
  border: none;
  white-space: nowrap;
}
.btn:before,
.elementor-button:before {
  content: "";
  background: transparent;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
.btn span,
.elementor-button span,
.btn i,
.elementor-button i {
  position: relative;
  z-index: 2;
}
.btn:hover,
.elementor-button:hover {
  border: none;
}
.btn:hover:before,
.elementor-button:before {
  width: 100%;
  height: 100%;
}
.btn.btn-primary,
.elementor-button {
  color: #ffffff;
  background: #201b6d;
}
.btn.btn-primary:hover:before,
.elementor-button:hover:before {
  background: #a59052;
}
.btn.btn-secondary {
  color: #ffffff;
}
.btn.btn-secondary:hover:before {
  background: #a59052;
}
.btn.btn-light {
  background: #ffffff;
  color: #201b6d;
}
.btn.btn-light:hover {
  color: #ffffff;
}
.btn.btn-light:hover:before {
  background: #a59052;
}
.btn.btn-outline {
  background: #ffffff;
  color: #201b6d;
  border: 1px solid #201b6d;
}
.btn.btn-outline:hover {
  color: #ffffff;
  border-color: #a59052;
}
.btn.btn-outline:hover:before {
  background: #a59052;
}

.title h2 {
  color: #201b6d;
  font-size: 2.6rem;
  font-weight: 700;
  padding-bottom: 1.5rem;
  position: relative;
}
.title p {
  color: #272727;
  font-size: 1.8rem;
  font-weight: 400;
  margin: auto;
}
.title.light h2 {
  color: #ffffff;
}
.title.light p {
  color: #ffffff;
}

/* ---- pages ---- */
/* home */
.hero-swiper {
  background: #201b6d;
  margin-top: 5px;
  border-radius: 10px;
  overflow: hidden;
  margin-inline: 4px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-swiper {
    height: 80vh;
  }
}
.hero-swiper .swiper-controls {
  position: absolute;
  border-top-right-radius: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  border-bottom: 1px solid #a6b0bb;
  overflow: hidden;
}
.hero-swiper .swiper-controls .swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100px;
  background: #ffffff;
}
.hero-swiper .swiper-button-next,
.hero-swiper .swiper-button-prev {
  height: 50px;
  min-width: 50px;
  margin-top: 0;
  position: relative;
  top: 45%;
  left: auto;
  right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  padding: 0 !important;
}
.hero-swiper .swiper-button-next::after,
.hero-swiper .swiper-button-prev::after {
  color: #a59052;
  font-size: 20px;
  z-index: 3;
}
.hero-swiper .swiper-button-next:hover::before,
.hero-swiper .swiper-button-prev:hover::before {
  border-radius: 0;
}
.hero-swiper .swiper-button-next:hover::after,
.hero-swiper .swiper-button-prev:hover::after {
  color: #ffffff;
}

.swiper-slide {
  height: 100%;
  overflow: hidden;
}
.swiper-slide .container,
.swiper-slide .row {
  position: relative;
  z-index: 3;
}
.swiper-slide .swiper-slide-bg {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  transition: all 0.3s linear;
  animation: grow 30000ms ease-in-out infinite;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper-slide .swiper-slide-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(257deg, #BEBEBE08 0%, #000000 100%);
  opacity: 0.8;
  z-index: 2;
}
.swiper-slide-contents {
  position: relative;
  z-index: 3;
}

.swiper-slide-contents .elementor-slide-description,
.swiper-slide-contents .elementor-slide-heading {
  max-width: 800px;
}

.swiper-slide-contents .elementor-slide-heading span {
  position: relative;
  transition: all 0.3s ease-in-out;
}

.swiper-slide-contents .elementor-slide-heading span::before {
  position: relative;
  content: "";
  width: 100%;
  height: 0.275em;
  background: #201b6d;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.swiper-slide-contents .elementor-slide-heading span:hover::before {
  height: 80%;
}

.elementor-swiper-button-prev {
  left: 10%;
}
.elementor-swiper-button-next {
  right: 10%;
}
.swiper-slide .slide__content h1,
.swiper-slide .slide__content .h1,
.swiper-slide .slide__content .typed-title {
  font-size: 4.5rem;
  font-weight: 500;
  color: #ffffff;
  animation: fade-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s both;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .swiper-slide .slide__content h1,
  .swiper-slide .slide__content .h1,
  .swiper-slide .slide__content .typed-title {
    font-size: 4rem;
    line-height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .swiper-slide .slide__content h1,
  .swiper-slide .slide__content .h1,
  .swiper-slide .slide__content .typed-title {
    font-size: 3rem;
    line-height: 48px;
  }
}
.swiper-slide .slide__content h3,
.swiper-slide .slide__content .h3 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #ffffff;
  animation: fade-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s both;
}
.swiper-slide .slide__content .divider {
  width: 200px;
  height: 4px;
  background: #cd3c0d;
  margin: 15px 0 30px 0;
  animation: fade-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s both;
}
.swiper-slide .slide__content p {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 16px;
  margin-bottom: 30px;
  color: #ffffff;
  position: relative;
  animation: fade-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s both;
}
.swiper-slide .slide__content .btn {
  font-size: 1.8rem;
  padding: 15px 40px;
  animation: fade-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s both;
}

@keyframes grow {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.3, 1.3, 1.3);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.swiper-pagination {
  position: absolute;
  bottom: auto;
  left: auto;
  right: auto;
  display: flex;
  justify-content: center;
  padding: 10px 25px;
  border-radius: 5px;
}
.swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #a6b0bb;
}
.swiper-pagination .swiper-pagination-bullet-active:before {
  background: #a59052;
}

.scroll-to-main {
  border-radius: 0;
  padding: 0 20px;
  border-inline-end: 1px solid #a6b0bb;
}
.scroll-to-main:hover svg,
.scroll-to-main:hover path {
  fill: #ffffff;
}
.scroll-to-main:hover:before {
  border-radius: 0;
}

.pathway {
  width: 100%;
  background-image: url("../img/home/second-section-bg.png");
  background-size: cover;
  background-position: 0px -320px;
  background-repeat: no-repeat;
}
.pathway .pathway-left-img,
.pathway .pathway-right-img {
  position: relative;
  animation: MoveUpDown 2s ease-in-out infinite;
}
.pathway .pathway-right-img::after,
.pathway .pathway-left-img:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 0;
  bottom: 0px;
  /* width: 81%; */
  /* max-width: 350px; */
  width: 95%;
  height: 100%;
  background: #201b6d;
  z-index: -1;
  transform: rotate(-13deg);
  border-radius: 10px;
  margin: auto;
}
.pathway .pathway-right-img::after {
  transform: rotate(13deg);
  top: 30px;
  left: 30px;
}
.pathway h2 {
  color: #201b6d;
  font-size: 3.2rem;
}
.pathway .pathway-left-img img,
.pathway .pathway-right-img img {
  border-radius: 10px;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.pathway .pathway-left-img img {
  transform: rotate(-13deg);
}
.pathway .pathway-right-img img {
  transform: rotate(13deg);
}

@keyframes MoveUpDown {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
}
/* Gallery Grid Layout */
/* .gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 20px;
  align-items: start;
} */

.gallety-child {
  display: flex;
  gap: 20px;
}

.gallery-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.left-column {
  grid-column: 1;
}

.center-column {
  grid-column: 2;
}

.right-column {
  grid-column: 3;
}

/* Gallery Items */
.gallery-item {
  /* position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12); */
}

/* .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
} */

/* Item Sizes */
.item-small {
  height: 170px;
}

.item-medium {
  height: 170px;
}

.item-large {
  height: 370px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .left-column {
    grid-column: 1;
  }
  .center-column {
    grid-column: 2;
  }
  .right-column {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .bhcr-section {
    padding: 40px 15px;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .left-column,
  .center-column,
  .right-column {
    grid-column: 1 !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .item-large {
    grid-column: 1/-1;
  }
  .item-small,
  .item-medium,
  .item-large {
    height: 150px;
  }
  .item-large {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .bhcr-section {
    padding: 30px 10px;
  }
  .gallery-grid {
    gap: 10px;
  }
  .left-column,
  .center-column,
  .right-column {
    grid-template-columns: 1fr;
  }
  .item-large {
    grid-column: 1;
  }
  .section-title {
    font-size: 20px;
  }
  .section-subtitle {
    font-size: 12px;
  }
  .item-small,
  .item-medium,
  .item-large {
    height: 120px;
  }
  .item-large {
    height: 150px;
  }
}
.card {
  border: none;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 10px;
  margin-block: 10px;
  padding: 0;
  display: flex;
  align-items: stretch;
  height: calc(100% - 30px);
}
.card .img-container {
  transition: transform 0.3s ease;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.card .img-container:after {
  content: "";
  background: linear-gradient(
    135deg,
    rgba(165, 144, 82, 0.8) 0%,
    rgba(32, 65, 153, 0.6) 100%
  );
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 10px;
}
.card .img-container img {
  width: 100%;
  /* height: 100%; */
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.2s linear;
  max-height: 250px;
}
.card .card-body {
  font-weight: 700;
  font-size: 1rem;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
.card h4 {
  font-size: 1.5rem;
  color: #272727;
  margin-block: 15px;
}
.card h4 span {
  display: block;
  font-size: 1.3rem;
  color: #272727;
  font-weight: 400;
  margin-block-start: 5px;
}
.card h5 {
  font-size: 2rem;
  color: #201b6d;
  margin-block: 15px;
}
.card p {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.card:hover .img-container::after {
  width: 100%;
  opacity: 1;
}
.card:hover .img-container img {
  opacity: 1;
  transform: scale(1.05);
}
.card:hover h5 {
  color: #a59052;
}

.section-details h2 {
  font-size: 2.5rem;
  color: #201b6d;
  margin-block: 15px;
}
.section-details p {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

form .form-control {
  font-size: 1.6rem;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem 2.4rem 1rem 2.4rem;
}

form select.form-control {
  background: url(../img/bottom.svg) #ffffff no-repeat center right 15px;
  background-size: 15px;
}

form hr {
  margin: 15px !important;
}

.nav li {
  margin-inline-end: 1.5rem;
}

.nav .nav-item .nav-link {
  font-size: 1.6rem;
  font-weight: 500;
  color: #090909;
  padding: 1.2rem 2.4rem;
  border-radius: 40px;
  transition: background-color 0.3s ease;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.0784313725);
  background-color: #ffffff;
}

.nav .nav-item .nav-link.active {
  background-color: #201b6d;
  color: #ffffff;
}

.nav .nav-item .nav-link:hover {
  background-color: #201b6d;
  color: #ffffff;
}

.submit-search {
  position: absolute;
  right: 10px;
  top: 8px;
  background: transparent !important;
  padding: 5px !important;
}
.view-toggle {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.view-toggle .btn.active {
  background: #201b6d;
  border-color: #201b6d;
  color: #ffffff;
}
.view-toggle .btn svg {
  width: 20px;
  height: 20px;
}

.tags {
  background: #201b6d;
  padding: 0 2rem;
  border-radius: 40px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.6rem;
  text-align: center;
}
.tags p {
  margin: 0;
}

.event-data {
  background: #ffffff;
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.0784313725);
  max-width: 400px;
  padding: 2rem;
  border-radius: 10px;
  position: absolute;
  top: -140px;
  right: 0;
  margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-data {
    position: relative;
    top: 0;
  }
}
@media (min-width: 545px) and (max-width: 767px) {
  .event-data {
    position: relative;
    top: 0;
  }
}
@media (max-width: 544px) {
  .event-data {
    position: relative;
    top: 0;
  }
}
.event-data .event-time-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(32, 65, 153, 0.4);
  width: 100px;
  height: 100px;
  border-radius: 5px;
}
.event-data .event-time-icon h3 {
  font-size: 3.4rem;
  color: #201b6d;
  font-weight: 700;
  text-align: center;
}
.event-data .event-time-icon span {
  font-size: 3.4rem;
  color: #201b6d;
}
.event-data .event-time-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.event-data .event-time-text strong {
  font-size: 1.8rem;
  font-weight: 700;
  color: #272727;
}
.event-data .event-time-text label {
  font-size: 1.8rem;
  color: rgba(39, 39, 39, 0.7);
}
.event-data .event-time-text span {
  font-size: 1.4rem;
  color: #201b6d;
}
.event-data .event-location {
  color: #201b6d;
  margin-top: 10px;
}

.blogs .event-details {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-block: 10px;
  gap: 5px;
  position: relative;
}
.blogs .event-details span {
  font-size: 1.4rem;
  font-weight: 700;
  color: #201b6d;
}
.blogs.list-view .row {
  display: flex;
  flex-direction: column;
}
.blogs.list-view .row .col-12 {
  width: 100% !important;
}
.blogs.list-view .card {
  flex-direction: row !important;
}
.blogs.list-view .card .img-container {
  width: 25%;
  min-width: 25%;
  max-width: 25%;
}
.blogs.list-view .card .img-container img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blogs.list-view .card .card-body {
  justify-content: center;
  width: 75%;
}
.blogs.list-view .card .card-body p {
  width: 80%;
}
.blogs.list-view .event-details {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .blogs.list-view .card {
    flex-direction: column !important;
  }
  .blogs.list-view .card .img-container {
    width: 100%;
    max-width: 100%;
  }
  .blogs.list-view .card .card-body {
    width: 100%;
  }
}

/* ---- layout ---- */
/*--- footer --- */
footer {
  position: relative;
  background: url(https://beta.bhc-riyadh.com/wp-content/uploads/2024/03/hp-bg-pattern.webp) no-repeat right bottom #201b6d;
  background-size: cover;
  padding-block: 20px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.0784313725);
}
footer .footer-content {
  padding: 50px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-content {
    text-align: center;
  }
}
@media (min-width: 545px) and (max-width: 767px) {
  footer .footer-content {
    text-align: center;
  }
}
@media (max-width: 544px) {
  footer .footer-content {
    text-align: center;
  }
}
footer .footer-block {
  padding: 15px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-block {
    width: 100%;
  }
}
@media (min-width: 545px) and (max-width: 767px) {
  footer .footer-block {
    width: 100%;
  }
}
@media (max-width: 544px) {
  footer .footer-block {
    width: 100%;
  }
}
footer .footer-block h3 {
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}
footer .footer-block ul {
  margin-bottom: 0;
}
footer .footer-block ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  margin-block: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-block ul li {
    justify-content: center;
  }
}
@media (min-width: 545px) and (max-width: 767px) {
  footer .footer-block ul li {
    justify-content: center;
  }
}
@media (max-width: 544px) {
  footer .footer-block ul li {
    justify-content: center;
  }
}
footer .footer-block ul li span {
  font-weight: 400;
  line-height: 1.6rem;
  padding-bottom: 2px;
  font-size: 1.3rem;
}
footer .footer-block ul li a {
  color: #fff;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 2px;
  font-size: 1.6rem;
  position: relative;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
footer .footer-block ul li a:after {
  content: "";
  background: transparent;
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
footer .footer-block ul li a:hover {
  transition: all 0.3s ease-out;
  color: #a59052;
}
footer .footer-block ul li a:hover:after {
  background: #a59052;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .social-links {
    width: 100%;
  }
}
@media (min-width: 545px) and (max-width: 767px) {
  footer .social-links {
    width: 100%;
  }
}
@media (max-width: 544px) {
  footer .social-links {
    width: 100%;
  }
}
footer .social-links ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .social-links ul {
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 545px) and (max-width: 767px) {
  footer .social-links ul {
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 544px) {
  footer .social-links ul {
    justify-content: center;
    text-align: center;
  }
}
footer .social-links ul li a:hover {
  opacity: 0.7;
}

.footer-social ul {
  display: flex;
  align-items: center;
}

.footer-social li {
  list-style-type: none;
}

.footer-social li a {
  display: block;
  font-size: 16px;
  line-height: 35px;
  height: 35px;
  width: 35px;
  margin-inline: 5px;
  color: #fff;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
  /* background: #ffffff; */
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-social li a span {
  position: relative;
  z-index: 2;
  color: #fff;
}

.footer-social li a svg {
  position: relative;
  z-index: 3;
  fill: #fff !important;
  width: 25px;
  height: 25px;
}

.footer-social li a span:before {
  color: #ffffff;
}

.footer-social li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 5px;
  z-index: 1;
}

.footer-social li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: #a59052;
  border-radius: 5px;
  z-index: 1;
}

.footer-social li a:hover {
  -webkit-animation-name: bubble2;
  animation-name: bubble2;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.footer-social li a:hover svg {
  fill: #fff !important;
}

.footer-social li a:hover::after {
  -webkit-animation-name: bubble;
  animation-name: bubble;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.footer-social li.ssi-twitter a::before {
  background: rgba(114, 180, 255, 0.8);
}

.footer-social li.ssi-facebook a::before {
  background: rgba(75, 110, 185, 0.8);
}

.footer-social li.ssi-whatsapp a::before {
  background: rgba(37, 211, 102, 0.8);
}

.footer-social li.ssi-youtube a::before {
  background: #ff0000;
}

.footer-social li.ssi-linkedin a::before {
  background: rgba(81, 144, 195, 0.8);
}

.footer-social li.ssi-instagram a::before {
  background: #3f729b;
}

.footer-social li.ssi-snapchat a::before {
  background: #fffc00;
}

.footer-social li.ssi-tiktok a::before {
  background: #000000;
}

.footer-social .ssi-snapchat a svg {
  fill: #000000 !important;
}

@-webkit-keyframes bubble {
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bubble {
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes bubble2 {
  100% {
    color: #fff;
  }
}

@keyframes bubble2 {
  100% {
    color: #fff;
  }
}

@media only screen and (max-width: 991px) {
  .footer-social {
    margin: auto;
  }
}

.copyright p {
  color: #FFFFFF9C;
}
/* ---- abstracts ---- */
/*# sourceMappingURL=app.css.map */
