/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.hero {
    overflow-x: hidden;
    padding: 0;
    /* height: 600px; */
}

.hero .carousel {
    width: 100%;
    min-height: 100vh;
    padding: 80px 0;
    margin: 0;
    position: relative;
}

.hero .carousel-item {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
    transition-duration: 0.4s;
}

.hero .carousel-item::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    inset: 0;
}

.hero .info {
    position: absolute;
    inset: 0;
    z-index: 2;
}

@media (max-width: 768px) {
    .hero .info {
        padding: 0 50px;
    }
}

.hero .info h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 46px;
    font-weight: 700;
    position: relative;
}

@media (max-width: 768px) {
    .hero .info h2 {
        font-size: 36px;
    }
}

.hero .info p {
    color: #c9c9c9;
    font-size: 18px;
}

.hero .info .btn-get-started {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    border: 2px solid #2e48bc;
}

.hero .info .btn-get-started:hover {
    background: #2B49D6;
}

.hero .carousel-control-prev {
    justify-content: start;
}

@media (min-width: 640px) {
    .hero .carousel-control-prev {
        padding-left: 15px;
    }
}

.hero .carousel-control-next {
    justify-content: end;
}

@media (min-width: 640px) {
    .hero .carousel-control-next {
        padding-right: 15px;
    }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
    background: none;
    font-size: 26px;
    line-height: 0;
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
    border-radius: 50px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
    z-index: 3;
    transition: 0.3s;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
    opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
    opacity: 0.9;
}

.pre-title-text {
    max-width: 100%;
    font-size: 80px;
    font-weight: bold;
    color: #2e48bc;
}

.slider-title {
    color: white;
    font-size: 30px;
    margin-top: -20px;
    margin-bottom: 20px;
    font-weight: bold;
}

@media only screen and (max-width: 500px) {
    .slider-title {
        color: white;
        font-size: 20px;
        margin-top: -5px;
        margin-bottom: 20px;
        font-weight: bold;
    }
    .pre-title-text {
        max-width: 100%;
        font-size: 40px;
        font-weight: bold;
        color: #2e48bc;
    }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/


/* SERVICES DIV */

.service-div {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgb(235, 235, 235);
}

.service-description-div {
    text-align: start;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 10%;
}

.service-description-div p {
    font-size: 19px;
}

.service-description-div h2 {
    /* font-weight: bold; */
    color: #2e48bc;
    font-weight: bold;
    font-size: 60px;
}

.service-description-div .title-line {
    background-color: black;
    width: 50px;
}

.service-description-div p {
    color: rgb(0, 0, 0);
}

.service-img-1 {
    max-width: 100%;
    height: auto;
    width: 90%;
    margin-right: 2%;
    margin-left: 5%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}

.cta {
    position: relative;
    margin: auto;
    padding: 12px 18px;
    transition: all 0.2s ease;
    border: none;
    background: none;
}

.cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 50px;
    background: #2e48bc;
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
}

.cta span {
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #142985;
}

.cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #234567;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.cta:hover:before {
    width: 100%;
    background: #687cd5;
}

.cta:hover svg {
    transform: translateX(0);
}

.cta:active {
    transform: scale(0.95);
}


/* SERVICES DIV */


/* EVENT & FUNRAISE DIV */

.event-funraise-div {
    background-image: url("../img/events-img2.jpg");
    background-size: cover;
    height: 500px;
}

.event-funraise-div-data-outline {
    width: 100%;
    height: 100%;
    background-color: rgba(33, 122, 164, 0.5);
    text-align: center;
    padding-top: 10%;
}

.event-funraise-div-data-outline h2 {
    color: white;
    font-weight: bold;
    font-size: 55px;
}

.event-funraise-div-data-outline p {
    color: white;
    font-size: 20px;
}

@media (max-width: 640px) {
    .event-funraise-div {
        background-image: url("../img/events-img2.jpg");
        background-size: cover;
        height: 400px;
    }
    .event-funraise-div-data-outline {
        width: 100%;
        height: 100%;
        background-color: rgba(33, 122, 164, 0.5);
        text-align: center;
        padding-top: 30%;
    }
    .event-funraise-div-data-outline h2 {
        color: white;
        font-weight: bold;
        font-size: 40px;
    }
}


/* button design */

.event-button {
    position: relative;
    font-size: 14px;
    letter-spacing: 3px;
    height: 3em;
    padding: 0 3em;
    border: none;
    background-color: rgb(18, 80, 180);
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 5px
}

.event-button::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    height: 0px;
    width: 100%;
    background: rgb(231, 232, 233);
    background: linear-gradient(90deg, rgb(7, 61, 148) 20%, rgb(4, 39, 95) 100%);
    transition: 0.2s;
}

.event-button .label {
    position: relative;
}

.event-button .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3em;
    width: 3em;
    position: absolute;
    top: 3em;
    right: 0;
    opacity: 0;
    transition: 0.4s;
}

.event-button:hover::before {
    height: 100%;
}

.event-button:hover .icon {
    top: 0;
    opacity: 1;
}


/* button design */

/* PARTNERSHIP DIV */
.partnership-div{
    background-color: #f7f7f7;
}
.partnership-div h2{
    font-weight: bold;
    color: #2b49d6;
    font-size: 50px;
}

.partnership-div .logo-div{
    background-color: white;
    border: solid lightgray 1px;
}
.partnership-div .logo-div img{
    height: 200px;
}
  
  .slick-slide {
      margin: 0px 20px;
  }
  
  .slick-slide img {
      width: 100%;
  }
  
  .slick-slider
  {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
              user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }
  
  .slick-slide
  {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
      height: auto;
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }
  /* PARTNERSHIP DIV */