/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@font-face {
  font-family: "EthiopicLeTewahedo-Regular";
  src: url('../../fonts/SenamirmirLeTewahedo-1.0/EthiopicLeTewahedo-Regular.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}
.cf-fields {
  font-family: "EthiopicLeTewahedo-Regular", sans-serif !important;
}
.cf-control-input h2 {
  font-family: "EthiopicLeTewahedo-Regular", sans-serif !important;
}
.ic-title-header h2 {
  font-family: "EthiopicLeTewahedo-Regular", sans-serif !important;
}
.g-main-nav {
  font-family: "EthiopicLeTewahedo-Regular", sans-serif !important;
}
.page-header h1 {
  font-family: "EthiopicLeTewahedo-Regular", sans-serif !important;
}
.com-content-article__body h1 {
  font-family: "EthiopicLeTewahedo-Regular", sans-serif !important;
}
.ic-header-container h1 {
  font-family: "EthiopicLeTewahedo-Regular", sans-serif !important;
}
.title-header h1 {
  font-family: "EthiopicLeTewahedo-Regular", sans-serif !important;
}
.g-social {
  position: fixed;
  top: 35%;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}
.g-social:hover {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.g-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.g-social a svg {
  width: 28px;
  height: 28px;
  fill: white;
  transition: transform 0.3s ease;
}
.g-social a:hover svg {
  transform: scale(1.1);
}
.g-social .facebook {
  background: #1877F2;
}
.g-social .twitter {
  background: #1DA1F2;
}
.g-social .linkedin {
  background: #0077B5;
}
.g-social .youtube {
  background: #FF0000;
}
.g-social a:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
.g-block.size-25 {
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  display: none !important;
}
.platform-content.container {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.g-block.size-75 {
  flex: 0 0 90% !important;
  max-width: 90% !important;
  width: 90% !important;
}
.event h1 {
  font-family: "EthiopicLeTewahedo-Regular", sans-serif !important;
}
/* Increase logo size */
.g-logo.g-logo-helium img {
  max-width: 150px !important;
  height: auto !important;
}
/* Ensure logo container has enough space */
.g-logo.g-logo-helium img {
  max-width: 100% !important;
  height: auto !important;
}
/* Optimize for mobile */
@media (max-width: 768px) {
  .g-logo.g-logo-helium {
    text-align: center !important;
  }
  .g-logo.g-logo-helium img {
    max-width: 70% !important;
  }
}
/* Further adjustments for very small screens */
@media (max-width: 480px) {
  .g-logo.g-logo-helium img {
    max-width: 60% !important;
  }
}
.g-block.size-5 {
  flex: 0 0 0px !important;
  width: 0 !important;
  padding: 0 !important;
}
.coming-soon-container {
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 20px 0;
}
.coming-soon-message {
  background-color: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  font-size: 24px;
  color: #555;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .coming-soon-container {
    padding: 10px;
  }
  .coming-soon-message {
    font-size: 18px;
    padding: 20px;
  }
}
/* Increase the height of g-navigation to eliminate white space */
.g-navigation {
  height: 120px;
  /* Adjust the value as needed */
  padding-top: 0;
  /* Remove padding from the top */
  padding-bottom: 0;
  /* Remove padding from the bottom */
  display: flex;
  align-items: center;
  /* Vertically align the content */
  justify-content: space-between;
  /* Ensure logo and menu are spaced correctly */
}
/* Adjust logo size and ensure it doesn't push menu items up */
.g-logo {
  height: 80px;
  /* Adjust logo height here */
  width: auto;
  /* Keep the logo's aspect ratio */
}
/* Adjust the menu items for better alignment */
.g-main-nav {
  display: flex;
  align-items: center;
  margin-top: 0;
  /* Remove any extra margin that might push the menu down */
}
/* Make the logo and menu responsive */
@media (max-width: 768px) {
  .g-navigation {
    height: 100px;
    /* Adjust for mobile screens */
  }
  .g-logo {
    height: 60px;
    /* Adjust logo size for smaller screens */
  }
  .g-main-nav {
    font-size: 14px;
    /* Adjust menu items font size for smaller screens */
  }
}
#logo-2427-particle .g-logo img {
  max-height: 230px;
  width: auto;
  display: block;
  margin: auto;
  animation: fadeLift 2s ease-in-out forwards, softDivineGlow 2s ease-in-out 1.5s forwards;
}
@keyframes softDivineGlow {
  0% {
    filter: drop-shadow(0 0 3px rgba(255, 215, 0, 0.2)) drop-shadow(0 0 3px rgba(30, 144, 255, 0.15)) drop-shadow(0 0 3px rgba(255, 255, 255, 0.2));
    /* Gentle white */
  }
  50% {
    filter: drop-shadow(0 0 12px rgba(255, 200, 0, 0.5)) drop-shadow(0 0 15px rgba(30, 144, 255, 0.4)) drop-shadow(0 0 18px rgba(255, 255, 255, 0.5));
    /* Subtle divine white */
  }
  100% {
    filter: drop-shadow(0 0 8px rgba(255, 200, 0, 0.3)) drop-shadow(0 0 10px rgba(30, 144, 255, 0.3)) drop-shadow(0 0 12px rgba(255, 255, 255, 0.4));
    /* Lingering divine white */
  }
}
#logo-9608-particle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
#logo-9608-particle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.2) 20%, rgba(30, 144, 255, 0.1) 70%, transparent 100%);
  filter: blur(15px);
  z-index: -1;
}
.fancy-closeBTN {
  display: inline-block;
  padding: 1px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background-color: #00AEEF;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  border: none;
}
.fancy-closeBTN:hover {
  background-color: #008CBA;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.fancy-closeBTN:active {
  transform: translateY(1px);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
.fancy-closeBTN-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1px;
  right: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1px;
  border-radius: 6px;
  backdrop-filter: blur(3px);
}
body {
  font-family: "EthiopicLeTewahedo-Regular", Arial, sans-serif;
  background-color: #f4f4f4;
  margin: 0;
  padding: 0;
  color: #333;
}
.container {
  width: 90%;
  max-width: 700px;
  margin: 20px auto;
}
.event-row {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  overflow: hidden;
}
.event-date {
  background: linear-gradient(45deg, #ff6b6b, #f06595);
  color: white;
  text-align: center;
  padding: 20px;
  width: 100px;
  flex-shrink: 0;
}
.event-date .day {
  font-size: 2.5em;
  font-weight: bold;
  margin: 0;
}
.event-date .month {
  font-size: 1.2em;
  text-transform: uppercase;
}
.event-date .year {
  font-size: 0.9em;
}
.event-details {
  padding: 15px 20px;
  flex: 1;
}
.event-title {
  font-size: 1.5em;
  margin: 0 0 10px;
  color: #0056b3;
}
.event-info {
  font-size: 0.95em;
  margin: 5px 0;
}
@media (max-width: 768px) {
  .event-row {
    flex-direction: column;
    text-align: center;
  }
  .event-date {
    width: 100%;
    padding: 15px 0;
  }
  .event-details {
    padding: 10px;
  }
}
.ic-list-habir .ic-box-date {
  border-radius: 0px;
}
.ic-list-habir .ic-title-header h2 {
  font-size: 28px;
}
.ic-list-habir .ic-list-event:nth-child(2n+1), .ic-list-habir .ic-list-event {
  background: none;
  background: var(--border-color);
  padding: 1rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  border-radius: 0px;
}
.ic-list-habir .ic-title-cat-btn {
  background-color: var(--color-secondary) !important;
  color: #fff;
  padding: 7px !important;
  border-radius: 0px;
}
.ic-list-habir .ic-btn {
  border-radius: 0px;
}
.ic-list-habir .ic-btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: var(--color-primary);
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  border-color: var(--color-primary-dark);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: var(--color-primary);
  padding: 3px 9px;
}
.ic-list-habir .ic-btn-small {
  padding: 3px 9px;
  font-size: 13px;
  line-height: inherit;
}
.icrounded_eventlist.habir .ic-date-img-box {
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 12px;
  /* Subtle rounded corners */
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  /* Soft shadow for depth */
}
.icrounded_eventlist.habir .ic-date-img-box img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}
.icrounded_eventlist.habir .ic-date-img-box:hover {
  transform: translateY(-5px);
  /* Slight lift effect on hover */
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
  /* More pronounced shadow */
}
.icrounded_eventlist.habir .ic-date-img-box:hover img {
  transform: scale(1.05);
  /* Slight zoom effect */
}
.icrounded_eventlist.habir, .icrounded_eventlist.habir:nth-child(2n+1) {
  background: none;
  padding: 5px;
  margin-bottom: 2px;
  margin-top: 5px;
}
.icrounded_eventlist.habir .ic-date-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}
.icrounded_eventlist.habir h4 {
  text-align: center;
  transition: all 0.3s linear 0s;
}
.icrounded_eventlist.habir:hover h4, .icrounded_eventlist.habir:hover .ic-day, .icrounded_eventlist.habir:hover .ic-month {
  color: var(--color-primary);
  transition: all 0.3s linear 0s;
}
.icrounded_eventlist.habir .ic-day, .icrounded_eventlist.habir .ic-month {
  font-weight: bold;
  color: #fff;
  transition: all 0.3s linear 0s;
}
.icrounded_eventlist.habir .ic-block {
  margin: auto 3px;
}
.icrounded_eventlist.habir a:link, .icrounded_eventlist.habir a:visited {
  color: var(--body-text-color);
}
.icrounded_eventlist.habir a:hover {
  color: var(--body-text-color);
  cursor: pointer;
}
.icrounded_eventlist.habir .iceventlist-desc, .icrounded_eventlist.habir .iceventlist-city, .icrounded_eventlist.habir .ic-datetime-div {
  font-size: 13px;
  transition: all 0.3s linear 0s;
}
.icrounded_eventlist.habir.ic-col {
  background-color: var(--border-color);
  border-radius: 0px;
}
.icrounded_eventlist.habir .iceventlist-desc {
  display: inline;
}
.icrounded_eventlist.habir .eventlist-inner {
  background: var(--border-color);
  padding: 1rem;
  border-radius: 6px;
}
.habir .iceventlist-title.ic-block {
  display: inline-block;
}
.icrounded_eventlist.habir h5 {
  font-size: 1.4rem;
  line-height: 1.2 !important;
  font-weight: bold;
}
.icrounded_eventlist.habir h3 {
  font-size: 1.6rem;
  line-height: 1.2 !important;
  font-weight: bold;
  font-family: "EthiopicLeTewahedo-Regular", sans-serif !important;
}
.icrounded_eventlist.habir img {
  transition: all 0.2s linear 0s;
}
.habir .ic-event-header, .habir .ic-info {
  background: none;
  border: 0;
}
.habir .ic-image img {
  border: 0;
  border-radius: 0px;
}
.habir .ic-info .ic-details {
  text-align: left;
  padding: 5px 15px 5px 20px;
}
.iccalendar table td .icevent a .ic-bright {
  position: relative;
  overflow: hidden;
}
.iccalendar table td .icevent a .ic-bright::after {
  position: absolute;
  top: -50%;
  right: -45%;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--color-dark);
  color: #fff;
  transform: rotate(-135deg);
}
.iccalendar table td .icevent a .ic-bright::before {
  position: absolute;
  top: -6px;
  right: 1px;
  height: 5px;
  width: 5px;
  content: "+";
  color: #fff;
  z-index: 1;
}
.icrounded_eventlist.habir.timeline .ic-event-div {
  display: flex;
}
.icrounded_eventlist.habir.timeline .ic-block.border-start {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  flex: 4;
  margin-left: 0;
}
.icrounded_eventlist.habir.timeline.ic-col {
  background-color: transparent;
}
.icrounded_eventlist.habir.timeline .datediv {
  flex: 1;
  margin-right: 0;
}
.icrounded_eventlist.habir.timeline .ic-date-img-box {
  flex: 3;
}
.icrounded_eventlist.habir.timeline {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 0;
  padding-top: 0;
}
.icrounded_eventlist.habir.timeline .ic-datetime-div {
  margin-right: 0;
}
.icrounded_eventlist.habir.timeline .iceventlist-desc {
  font-style: normal !important;
  font-size: 1rem;
}
.icrounded_eventlist.habir.timeline .ic-month, .icrounded_eventlist.habir.timeline .ic-day {
  font-size: 2rem;
  line-height: 1.2 !important;
}
.icrounded_eventlist.habir {
  opacity: 0;
  /* Hide initially */
  transform: translateY(50px);
  /* Start slightly below */
  transition: opacity 1s ease-out, transform 1s ease-out;
}
/* This class will be added via JavaScript when element comes into view */
.icrounded_eventlist.habir.show {
  opacity: 1;
  /* Fully visible */
  transform: translateY(0);
  /* Move to its normal position */
}
/* Hover effect for the event container */
.icrounded_eventlist.habir:hover {
  background-color: rgba(0, 0, 0, 0.1);
  /* Light background */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  /* Shadow effect */
  transform: scale(1.05);
  /* Slight zoom effect */
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
/* Hover effect for event description */
.icrounded_eventlist.habir:hover .iceventlist-desc {
  color: var(--color-primary);
  /* Change text color on hover */
  transition: color 0.3s ease;
}
/* Hover effect for event image */
.icrounded_eventlist.habir:hover img {
  opacity: 0.8;
  /* Slight fade effect */
  transform: scale(1.1);
  /* Slight zoom effect */
  transition: all 0.3s ease;
}
/*# sourceMappingURL=custom_18.css.map */