:root {
    /* GENERAL FONT */
 /*   --font1: 'IRANSans';
    --font2: 'IRANSans';*/
    /* GENERAL COLOR */
    --bg-col-1: #040147;
    --bg-col-2: #dc3545;
    --bg-col-3: #fff;
    --bg-col-4: #024c96;
    --tx-color-1: #fff;
    --tx-color-2: #040147;
    --tx-color-3: #040147;
    --tx-slider-section-title: #040147;
    --bg-slider-section: rgb(250, 250, 250);
    --bg-slider-card-4: #fff;
    --tx-slider-card-4: #040147;
    --tx-button: #fff;
    --bg-button: #040147;
}


.coustomCardBody h4{
    font-size: 13px;
    font-weight:900;
}
.coustomCardBody p {
    font-size: 11px;
    font-weight: 900;
}

.custom-slider {
    font-family: var(--font1);
    background: none;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.custom-slider .title-section {
  font-weight: 500;
  text-transform: uppercase;
  color: var(--tx-slider-section-title);
  text-align: center;
}


.swiper-container {
    overflow: hidden;
}

.custom-slider .swiper-container .card.box-4 {
    background: var(--bg-slider-card-4);
    color: var(--tx-slider-card-4);
}
.custom-slider .swiper-container .card.box-4 .card-header {
  background: var(--bg-slider-card-4);
  color: var(--tx-slider-card-4);
  border-bottom: 0;
}


.custom-slider .swiper-container .card.box-4 .card-title {
  line-height: 95px;
  color: var(--tx-slider-card-4);
}
