
@font-face {
    font-family: aljaz;
    src: url(RawasiDisplay-Medium.otf);
  }
@font-face {
    font-family: Fantezy;
    src: url(Fantezy.ttf);
  }

  @font-face {
    font-family: Samir;
    src: url(Samir.otf);
  }
  @font-face {
    font-family: Traisac;
    src: url(Traisac.otf);
  }

@font-face {
    font-family: RawasiDisplayBlack;
    src: url(RawasiDisplay-Black.otf);
  }
@font-face {
    font-family: RawasiDisplayBold;
    src: url(RawasiDisplay-Bold.otf);
  }
@font-face {
    font-family: RawasiDisplayExtraBold;
    src: url(RawasiDisplay-ExtraBold.otf);
  }
@font-face {
    font-family: RawasiDisplayLight;
    src: url(RawasiDisplay-Light.otf);
  }
@font-face {
    font-family: RawasiDisplayMedium;
    src: url(RawasiDisplay-Medium.otf);
  }
@font-face {
    font-family: RawasiDisplayRegular;
    src: url(RawasiDisplay-Regular.otf);
  }
.aljaz{
    font-family: RawasiDisplayMedium !important;
    font-size: 22pt;
}
.aljaz-title{
    font-family: RawasiDisplayMedium !important;
}
.elementor-button-text {
    font-family: RawasiDisplayMedium !important;
}
.elementor-button {
    font-family: RawasiDisplayMedium !important;
}
.elementor-heading-title {
    font-family: RawasiDisplayMedium !important;
}
.elementor-cta__title {
    font-family: RawasiDisplayMedium !important;
}
.elementor-widget-container {
    font-family: RawasiDisplayMedium !important;
}
/*-----------------------------------------*/

.image-background-wrapper:hover {
    box-shadow: rgb(0 255 78 / 61%) 0px 50px 100px -20px, rgb(0 234 255 / 54%) 0px 30px 60px -30px;
    cursor : Hand;
  transition : all .3s ease;
}

.quote-home {
transition: all .2s ;
border : 0px !important;
}
.quote-home:hover {
    /* background: red; */
    transform: translate(0px, -10px);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    cursor: grab;
    transition: all .2s ease;
    color : white !important;
}



p.aljaz.text-style {
transition: all .2s ;
border : 0px;
}
p.aljaz.text-style:hover {
    /* background: red; */
    transform: translate(0px, -10px);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    cursor: grab;
    border: 4px solid #0ebe56 !important;
    transition: all .2s ease;
    color:#002c57!important;
}


.gradient-border {
  --borderWidth: 4px;
  border: 4px solid #0ebe56 !important;
  background: white;
  position: relative;
  border-radius: var(--borderWidth);
  padding: 20px; /* Make sure this matches your inline style padding */
  color:#002c57!important; /* Adjust color to match your design */
  font-size: 1.5rem; /* Adjust font-size to match your design */
  text-align: center; /* Ensure the text is centered */
}

.gradient-border:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  border: 4px solid #0ebe56 !important;
  background: white;
  border-radius: 5px;
  z-index: -1;
  color:#002c57!important;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


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


.font-size {
    font-size: 20pt!important;
}

.border-radius {
    border-radius: 10px!important;
}

.text-style {
    direction: rtl;
    border: 2px solid #002c57;
    height: 100%;
    color: #002c57!important;
    border-radius: 5px;
    padding: 10px;
}

.btn-readmore {
    background-color: #0ebe56;
    padding: 10px;
    color: #fff;
    border-radius: 6px;
    position: relative;
    top: -10px;
    float: right;
}
.images {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .image-background-wrapper {
        width: 150px; /* Fixed width */
        height: 150px; /* Fixed height */
        overflow: hidden;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        transition : all .2s ease;
    }
    
    .image-effect {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .image-effect:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

.quote{
  text-align: center;
  font-size: 3.3rem;
  margin: auto;
  padding: 15px;
  border: 2px solid black;
  /*max-width: 70%;*/
  position: relative;
  margin-top: 100px;
}
blockquote{
  color: white;
  text-shadow: -1px 1px #555;
  font-style: italic;
  position: relative;
  z-index: 20;
}
.left{
  position: absolute;
  top: -50px;
  left: -20px;
  width: 150px;
  text-align: left;
  z-index: 10;
  font-size: 8rem;
  color: #336699;
  background-color: #ffcc00;
  line-height: 200px;
}
.right{
  position: absolute;
  bottom: -50px;
  right: -20px;
  width: 150px;
  text-align: right;
  z-index: 10;
  font-size: 8rem;
  color: #336699;
  background-color: #ffcc00;
  line-height: 200px;
}
small{
  font-size: 1.7rem;
  color: #336699;
  position: relative;
  z-index: 20;
  
  &:before{
    content: "\2014 \0020";
    width: 5px;
  }
}

.header-active-link {
    border-bottom: 3px solid #0ebe56;
}

.event_content {
    display: flex;
    flex-direction: column;
    position: relative;
    bottom: 15vh;
    z-index: 9;
    float: right;
    direction: rtl;
    width: 100%;
    padding: 10px;
}
.event_tags {
    list-style: none;
    display: contents;
}
.event_tags li {
    float: right;
}
.event_tags li a {
    background-color: #27ae60;
    color: #fff;
    font-size: 7pt;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 5px;
}
.event_name {
    color: #fff;
    font-size: 13pt;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    direction: rtl;
}
.event_date {
    color: #fff;
    font-size: 10pt;
    float: right;
    margin: 0;
    padding-top: 5px;
}



.small-txt{
    font-size: 16px;
    line-height: 24px;
    color: #222f64;
    position: relative;
    padding-bottom: 13px;
}
span.small-txt::before{
    content: "";
    background: #222f64;
    width: 60px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* footer section styling start here */
.footer-logo-box .header-contact-btn a{
    font-size: 18px;
    font-weight: 700;
    color: var(--secondary-color);
}
.footer-logo-box .header-contact-btn a i {
    color: var(--accent);
    margin-right: 16px;
}
.footer-logo-box .header-contact-btn a:hover{
    color: var(--accent);
}
.footer-main-section {
    position: relative;
    overflow: hidden;
}/*
.footer-main-section::before {
    content: "";
    background: url(../images/shape-logo.png) no-repeat center;
    background-size: cover;
    width: 472px;
    height: 473px;
    position: absolute;
    left: -146px;
    bottom: -105px;
}*/
.footer-list-box span.small-txt{
    font-weight: 700;
    color: #222f64;
    padding-bottom: 12px!important;
    margin-bottom: 36px!important;
}
.footer-list-box span.small-txt::before{
    left: 0;
    width: 40px;
    transform: unset;
}
.footer-logo-box figure{
    margin-bottom: 32px;
}
.footer-logo-box p{
    margin-bottom: 35px;
}
.footer-inner-con {
    display: grid;
    gap: 42px;
    margin-bottom: 75px;
    grid-template-columns: 39% 13.2% 13.5% 22%;
}
.footer-list-box{
    padding-top: 13px;
}
.footer-list-box ul li a{
    color: var(--text-color);
}
.footer-links ul li{
    margin-bottom: 10px;
    /* padding-left: 15px; */
}
.footer-list-box ul li:last-child{
    margin-bottom: 0;
}
.footer-links ul li::before{
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #222f64;
    position: absolute;
    left: 0;
    top: 0px;
}
.footer-contact-box ul li {
    margin-bottom: 18px;
    display: flex;
}
.footer-list-box a:hover{
    color: #222f64;
}
.footer-contact-box ul li i{
    margin-right: 8px;
    margin-top: 5px;
    color: #222f64;
}
.footer-social-links{
    display: flex;
    gap: 10px;
}
.footer-social-links a{
    width: 46px;
    height: 46px;
    background: #f4f4f7;
    color: #222f64;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social-links a:hover{
    color: #fff;
    background: #222f64;
}
.footer-contact-box ul {
    margin-bottom: 24px;
}
.copyright-inner-con {
    padding: 23px 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}
.copyright-inner-con p{
    font-size: 14px;
}
.copyright-inner-con p span{
    color: #222f64;
}
.text-ft {
    color:#555555;
    font-family:RawasiDisplayMedium!important;
}
/* footer section styling end here */
li::marker {
    content: "\f0da";
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

.edit {
    background-color: #2196F3;
    text-align: center;
    padding: 3px;
    transition: 0.5s;
    cursor: pointer;
    color: white;
}
.edit:hover {
    background-color: #0ebe56;
    transition: 0.5s;
}
.edit a {
    color: white;
}
.edit a:hover {
    background-color: #0ebe56;
    transition: 0.5s;
    color: white;
}