.nav-link {
    color: #006600 !important;
}

.text-afc-green {
    color: #006600 !important;
}

.btn-afc-yellow {
    background: #EFB443;
    color: #fff !important;
}

.btn-afc-green {
    background: #006600;
    color: #fff !important;
}

.bg-afc-green {
    background: #006600;

}

.bg-afc-orange {
    background-color: #DC5D01;
}

.btn-afc-white {
    background: #fff;
    color: #006600 !important;
    border: 1px solid #006600;

}

.menu-active {
    border-bottom: 2px solid #EFB443;

}

.ent-details {
  border-left: 2px solid #EFB443;

}

.hero-image {
    position: relative;
    background-image: url("/v2/images/header.png");
    /* Replace with your image URL */
    background-size: cover;
    background-position: center;

    height: 400px;
    /* Adjust the height as needed */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    /* Replace with your desired overlay color */
    display: flex;
    flex-direction: column;
    padding: 20px;
    color: #fff;
    /* Replace with your desired text color */
}

.hero-text {
  margin-top: 120px;
    font-family: 'Merienda';
    width: 519px;
    height: 168px;
    left: calc(50% - 519px/2 - 378.5px);
    top: 247px;
    margin-bottom: 20px;
    /* Adjust the spacing as needed */
    color: #262626;
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 120%;
}

.hero-button {
    background-color: #fff;
    /* Replace with your button background color */
    color: #000;
    /* Replace with your button text color */
    border: none;
    padding: 10px 20px;
    /* Adjust the padding as needed */
    font-size: 18px;
    /* Adjust the font size as needed */
    text-decoration: none;
}

@media (min-width: 768px) {
    .overlay {
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
    }

}

.hero-p {
    color: #333333;
}

.text-dark-red {
    color: #780101 !important;
}

@media (max-width: 767px) {
    .hero-text {
        font-size: 40px;
        width: 90vw;
    }

    .hero-p {
        margin-top: -50px;
        font-size: 20px;
        font-weight: 500;
    }

    .h-btn-1 {
        margin-bottom: 10px;
    }
}

.our-partner-h4 {
    color: #444444;
}

@media (min-width: 768px) {

    /* show 3 items */
    .carousel-inner-ent .active,
    .carousel-inner-ent .active+.carousel-item-ent,
    .carousel-inner-ent .active+.carousel-item-ent+.carousel-item-ent {
        display: block;
    }

    .carousel-inner-ent .carousel-item-ent.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner-ent .carousel-item-ent.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
    .carousel-inner-ent .carousel-item-ent.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
        transition: none;
    }

    .carousel-inner-ent .carousel-item-next,
    .carousel-inner-ent .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carousel-inner-ent .active.carousel-item-ent+.carousel-item-ent+.carousel-item-ent+.carousel-item-ent {
        /* position: absolute;
        top: 0;
        right: -.3333%;
        z-index: -1;
        display: block;
        visibility: visible; */
    }
    .carousel-item-left-demo{
      /* position: unset!important; */
      transform: none!important;
      visibility: visible;
    }
    /* left or forward direction */
    .active.carousel-item-left+.carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left+.carousel-item-ent,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item-ent,
    .carousel-item-next.carousel-item-left+.carousel-item-ent+.carousel-item-ent+.carousel-item-ent {
        /* position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible; */
    }

    /* farthest right hidden item must be abso position for animations */
    .carousel-inner-ent .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item-ent {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

.carousel-item-ent {
    margin-right: 0px;
}

.card-img {
    object-fit: cover;
    height: 100%;
}

.card-img-overlay {
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
    /* padding: 1.25rem; */
    background: linear-gradient(360deg, rgba(2, 1, 0, 0.5) 28.21%, rgba(2, 1, 0, 0) 98.39%);
    /* background-color: rgba(0, 0, 0, 0.6); */
}

.card-img-overlay2 {
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
    /* padding: 1.25rem; */
    /* background-color: rgba(0, 0, 0, 0.6); */
}

.card-title,
.card-text {
    color: white;
}

.text-afc-orange {
    color: #DC5D01;
}

.bg-light-green {
    background-color: #ECFFEC;
}

.oppotunities-country {
    color: #808080;
}

.bg-image {
    background-size: cover;
    background-position: center;
    height: 100vh;
    /* Set the height to occupy the full viewport height */
}

.bg-social{
    background: linear-gradient(0deg, rgba(120, 1, 1, 0.8), rgba(120, 1, 1, 0.8))!important;
}




/*FOOTER*/

footer {
    background: #006600;

    color: white;
    margin-top:100px;
  }

  footer a {
    color: #fff;
    font-size: 14px;
    transition-duration: 0.2s;
  }

  footer a:hover {
    color: #FA944B;
    text-decoration: none;
  }

  .copy {
    font-size: 12px;
    padding: 10px;
    border-top: 1px solid #FFFFFF;
  }

  .footer-middle {
    padding-top: 2em;
    color: white;
  }


  /*SOCİAL İCONS*/

  /* footer social icons */

  ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
  }

  ul.social-network li {
    display: inline;
    margin: 0 5px;
  }


  /* footer social icons */

  .social-network a.icoFacebook:hover {
    background-color: #3B5998;
  }

  .social-network a.icoLinkedin:hover {
    background-color: #007bb7;
  }

  .social-network a.icoFacebook:hover i,
  .social-network a.icoLinkedin:hover i {
    color: #fff;
  }

  .social-network a.socialIcon:hover,
  .socialHoverClass {
    color: #44BCDD;
  }

  .social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
  }

  .social-circle li a:hover i,
  .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
  }

  .social-circle i {
    color: #595959;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
  }

  .social-network a {
    background-color: #F9F9F9;
  }

  .border-top-left-radius-0 {
    border-top-left-radius: 0;
  }
  .border-bottom-left-radius-0 {
    border-bottom-left-radius: 0;
  }

  .border-top-right-radius-0 {
    border-top-right-radius: 0;
  }
  .border-bottom-right-radius-0 {
    border-bottom-right-radius: 0;
  }

  .socail-active {
    border-bottom: 2px solid #EFB443;
    max-width: 6rem;

}

.home-social-image{
    width: 100%;
    object-fit: scale-down; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    /*height: 400px;*/
    border-radius: 8px;
}
