.owl-carousel .owl-stage-outer .owl-stage{
  padding-left: 0 !important;
}
.carousel-item{
  position: relative;
}
.carousel-item::after{
  content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(11, 26, 53, 0.76) 0%, rgba(6, 33, 84, 0) 100%),
            linear-gradient(0deg, rgba(7, 23, 39, 0.3), rgba(7, 23, 39, 0.3)),
            linear-gradient(263.6deg, rgba(0, 0, 0, 0) 23.86%, rgba(0, 0, 0, 0.2) 97.25%);
} 

.mainSlider, .mainSlider .carousel-inner, .mainSlider .carousel-inner .carousel-item, .mainSlider .carousel-inner .carousel-item > img {
height: 100vh;
object-fit: cover;
}
.haber-btn {
    font-family: Inter;
    font-size: 16px;
    line-height: 24px;
    background-color: #ff7506;
    color: white;
    width: 140px;
    height: 48px;
}
.haber-btn:hover {
    font-family: Inter;
    font-size: 16px;
    line-height: 24px;
    background-color: #ff7506;
    color: white;
    width: 140px;
    height: 48px;
}
.uye-carousel{
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.homePageCardArea{
  display: block !important;
}
.mainSlider .carousel-inner .carousel-item > img {
filter: blur(4px);
}

.mainSlider .carousel-item .carousel-caption {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
padding: 0;
padding-top: 113px;
padding-bottom: 129px;
align-items: center;
justify-content: center;
z-index: 1;
}

.mainSlider .carousel-item .carousel-caption .slider-row {
align-items: center;
justify-content: space-between;
}


.slider-sag {
border-radius: 12px;
}

.mainSliderTextAndButtonArea {
display: flex;
flex-direction: column;
row-gap: 46px;
}

.mainSliderTextArea {
display: flex;
flex-direction: column;
row-gap: 32px;
}

.mainSliderTitle {
font-family: Inter;
font-size: 27px;
font-weight: 700;
line-height: 35px;
text-align: left;
color: #fff;
}

.mainSliderTitle span {
color: #FF7506;
}

.mainSliderDescription {
font-family: Inter;
font-size: 16px;
font-weight: 500;
line-height: 24px;
text-align: left;
color: #fff;
}

.mainSliderButtonArea {
display: block;
margin-right: auto;
}

.mainSliderButtonArea a {
font-family: Inter;
font-size: 14px;
font-weight: 500;
line-height: 22px;
color: #fff;
text-decoration: none;
padding: 16px 46px;
background: #2059C21A;
border: 1px solid #004287;
border-radius: 8px;
display: block;
transition: .4s;
}

    .mainSliderButtonArea a:hover {
        background: #004287;
        transition: .4s;
    }


.mainSlider .carousel-indicators {
right: 46px;
left: unset;
margin: 0;
height: 100%;
display: flex;
flex-direction: column;
row-gap: 12px;
}

.mainSlider .carousel-indicators button {
margin: 0;
width: 16px;
height: 16px;
border: 1px solid #FFFFFFB8;
border-radius: 50px;
background: #D9D9D980;
opacity: 1;
}

.mainSlider .carousel-indicators button.active {
background: #FF7506;
border-color: #FF7506;
}

.mainSliderSectorArea {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
border-top: 1px solid #FFFFFF52;
z-index: 1;
}


.sectorCardArea {
display: grid;
grid-template-columns: repeat(8, 1fr);
}

.sectorCard {
display: flex;
flex-direction: column;
row-gap: 10px;
text-align: center;
padding-top: 10px;
padding-bottom: 8px;
transition: .4s;
height: 120px;
align-items: center;
justify-content: center;
}

.sectorCard:hover {
background: #FFFFFF40;
transition: .4s;
}

.sektorCardLink
{
text-decoration: none;
}

.sectorCardTitle {
font-family: Inter;
font-size: 14px;
font-weight: 500;
line-height: 22px;
color: #FFFFFF;
}

.img-icon{
  width: 36px !important;
}
.icon-orta{
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.icon-cards{
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.icon-card {
  row-gap: 1rem;
  display: flex;
  height: 108px;
  justify-content: center;
  width: 216px;
  flex-direction: column;
  transition: .3s;
  cursor: pointer;
}
.icon-card:hover{
  transition: .3s;
  background-color: rgba(255, 255, 255, 0.25);
}
.card-icon-detay{
  font-family: Inter;
font-size: 14px;
font-weight: 500;
line-height: 16.94px;
text-align: center;
color: rgba(255, 255, 255, 1);
}




.homePageCardArea {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
}

.homePageCardAreaImage {
position: absolute;
z-index: -1;
width: 120%;
left: -10%;
}

.homePageCard {
position: relative;
}

.homePageCardTextArea {
position: absolute;
top: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: end;
padding: 48px;
row-gap: 1rem;
z-index: 1;
}

.homePageCardTitle {
font-family: Inter;
font-size: 24px;
font-weight: 700;
line-height: 30px;
color: #fff;
}

.homePageCardButton {
font-family: Inter;
font-size: 15px;
font-weight: 500;
line-height: 22px;
padding: 16px 48px;
background: #2059C21A;
border: 1px solid #004287;
border-radius: 8px;
color: #fff;
display: block;
width: max-content;
transition: .4s;
}

.homePageCard:hover .homePageCardTextArea .homePageCardButton {
background: #2059C2;
border-color: #2059C2;
transition: .4s;
}

.homePageCard, .homePageCard .homePageCardImage, .homePageCard .homePageCardImage img {
aspect-ratio: 2/1.15;
object-fit: cover;
border-radius: 10px;
}

.homePageCard::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #0614228A;
border-radius: 10px;
}

.entrepreneurMeetingArea {
position: relative;
height: 370px;
}

.entrepreneurMeetingArea-mobile {
  position: relative;
  height: 370px;
  display: none;
  }
.entrepreneurMeetingAreaImage, .entrepreneurMeetingAreaImage img {
height: 370px;
}

.entrepreneurMeetingTextArea {
position: absolute;
top: 0;
width: 100%;
height: 100%;
}

.entrepreneurMeetingContentArea {
display: flex;
align-items: center;
justify-content: space-between;
height: 100%;
}

.entrepreneurMeetingTitleArea {
display: flex;
flex-direction: column;
row-gap: 4px;
}

.entrepreneurMeetingAreaTitle {
font-family: Inter;
font-size: 26px;
font-weight: 500;
line-height: 34px;
color: #fff;
}

.entrepreneurMeetingAreaSubTitle {
font-family: Inter;
font-size: 26px;
font-weight: 700;
line-height: 34px;
color: #fff;
}

.entrepreneurMeetingAreaSubTitle span {
font-style: italic;
}

.entrepreneurMeetingButtonArea a {
display: block;
background: #FFFFFF0D;
border: 1px solid #FFFFFF;
font-family: Inter;
font-size: 16px;
font-weight: 500;
line-height: 24px;
color: #fff;
padding: 14px 32px;
border-radius: 8px;
text-decoration: none;
}

.newsArea {
background: #F9FAFB;
padding: 96px 0;
display: block;
}
.newsArea-mobile{
  background: #F9FAFB;
  padding: 96px 0;
  display: none;
  }  
.newsAreaTitle {
font-family: Inter;
font-size: 26px;
font-weight: 600;
line-height: 34px;
color: #1F1F1F;
}

.newsCardSlider {
margin-top: 46px;
}

.newsCardSlider a {
text-decoration: none;
}

.newsCard {
box-shadow: 0px 4px 30.2px 0px #00285214;
border-radius: 10px;
}

.newsCardImage, .newsCardImage img {
aspect-ratio: 2/1.25;
object-fit: cover;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.newsCardTextArea {
padding: 15px 20px 48px 20px;
display: flex;
flex-direction: column;
row-gap: 8px;
background: #fff;
}

.newsCardDate {
font-family: Inter;
font-size: 14px;
font-weight: 600;
line-height: 20px;
color: #FF7506;
}

.newsCardTitle {
font-family: Inter;
font-size: 16px;
font-weight: 700;
line-height: 24px;
color: #363636;
height: 72px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}


.news-carousel .owl-stage-outer {
margin: -15px;
padding: 15px;
background: white;
}

.news-carousel .owl-dots {
margin-top: 30px!important;
display: flex;
justify-content: center;
column-gap: 6px;
}

.news-carousel .owl-dots button span {
margin: 0!important;
width: 12px!important;
height: 12px!important;
background: #D9D9D9!important;
}

.news-carousel .owl-dots button.active span
{
background: #FF7506!important;
}

.presidentArea {
background-image: url(/img/giv/president-area-image.png);
background-size: cover;
background-repeat: no-repeat;
padding: 28px 0;
display: block;
}
.presidentArea-mobile{
  display: none !important;
}

.presidentInformation {
    display: flex;
    align-items: center;
    column-gap: 32px;
}

.presidentTextArea {
text-align: end;
display: flex;
flex-direction: column;
row-gap: 64px;
}

.presidentText {
font-family: Inter;
font-size: 22px;
font-style: italic;
font-weight: 400;
line-height: 32px;
text-align: right;
color: #1F1F1F;
}

    .presidentText p {
        margin: 0;
    }

.presidentNameSurname {
font-family: Inter;
font-size: 18px;
font-weight: 600;
line-height: 24px;
text-align: right;
color: #1F1F1F;
}

.presidentPosition {
font-family: Inter;
font-size: 16px;
font-style: italic;
font-weight: 400;
line-height: 24px;
text-align: right;
color: #1F1F1F;
}


.projectsArea {
padding: 96px 0;
}

.projectsAreaTitle {
font-family: Inter;
font-size: 26px;
font-weight: 600;
line-height: 34px;
color: #1F1F1F;
}

.projectsCardSlider {
margin-top: 46px;
}

.projectCardArea {
display: flex;
align-items: center;
}

.projectCardTextArea {
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 0px 32px;
row-gap: 32px;
}

.projectCardText {
display: flex;
flex-direction: column;
row-gap: 32px;
}

.projectCardTitle {
font-family: Inter;
font-size: 24px;
font-weight: 700;
line-height: 26px;
color: #1F1F1F;
}

.projectCardDescription {
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    overflow:hidden;

font-family: Inter;
font-size: 16px;
font-weight: 400;
line-height: 26px;
color: #5C5C5C;
}

.projectCardButton a {
font-family: Inter;
font-size: 15px;
font-weight: 500;
line-height: 23px;
color: #1f1f1f;
padding: 16px 46px;
border: 1px solid #004287;
text-decoration: none;
border-radius: 8px;
display: block;
width: max-content;
}

.projects-carousel .owl-stage {
padding-left: 0!important;
}

.projectCardImage, .projectCardImage img {
border-radius: 10px;
}


.projects-carousel
{
position: relative;
}

    .projects-carousel .owl-nav {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        z-index: 1;
        right: -.8rem;
        margin: 0;
    }

.gallery-carousel .owl-nav.disabled, .gallery-carousel .owl-dots.disabled {
    display: flex;
}

.projects-carousel .owl-nav .owl-prev {
display: none!important;
}

    .projects-carousel .owl-nav .owl-next {
        margin: 0 !important;
        width: 54px;
        height: 54px;
        border-radius: 50px !important;
        position: relative;
        background: #26222247 !important;
        border: 1px solid #ffffff !important;
        box-shadow: 0px 4px 11.5px 0px #0000004a;
        backdrop-filter: blur(5px);
    }

.projects-carousel .owl-nav .owl-next span {
display: none;
}

.projects-carousel .owl-nav .owl-next::after {
content: "\f054";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font-weight: 900;
font-family: 'Font Awesome 6 Free';
font-size: 26px;
color: #fff;
}


.foundationUsersArea {
background: #F9FAFB;
padding: 96px 0;
}


.foundationUsersTitle {
font-family: Inter;
font-size: 26px;
font-weight: 600;
line-height: 34px;
color: #1F1F1F;
}

.foundationUsersSlider {
margin-top: 46px;
}

.foundation-users .slick-track
{
    display: flex;
    align-items: center;
}

.foundationUserImage {
    padding: 0 16px;
}

.galleryArea {
    padding: 96px 0;
}

.galleryTitle {
font-family: Inter;
font-size: 26px;
font-weight: 600;
line-height: 34px;
color: #1F1F1F;
}

.gallerySlider {
margin-top: 46px;
}

.galleryImage, .galleryImage img {
aspect-ratio: 2/1.25;
object-fit: cover;
border-radius: 10px;
}

.gallery-carousel
{
position: relative;
}
    .gallery-carousel .owl-prev span{
        display:none;
    }
    .gallery-carousel .owl-nav {
        position: absolute;
        transform: translate(0, -50%);
        top: 50%;
        right: -27px;
        margin: 0 !important;
    }

.gallery-carousel .owl-nav .owl-prev {
display: block !important;
}

        .gallery-carousel .owl-nav .owl-prev {
            width: 56px;
            height: 56px;
            display: flex !important;
            align-items: center;
            justify-content: center;
            margin: 0 !important;
            background: #F9FAFB !important;
            border-radius: 50px !important;
            right: 3.5rem !important;
            position: relative;
        }
    .gallery-carousel .owl-nav .owl-next {
        width: 56px;
        height: 56px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin: 0 !important;
        background: #F9FAFB !important;
        border-radius: 50px !important;
        position: relative;
    }
.gallery-carousel .owl-nav .owl-next span {
display: none;
}
.uyeler-carousel{display: none !important;}
.gallery-carousel .owl-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.gallery-carousel .owl-nav .owl-next::after {
    content: "\f054";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    color: #2059C2;
    font-size: 22px;
}
    .gallery-carousel .owl-nav .owl-prev::after {
        content: "\f053";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 900;
        font-family: 'Font Awesome 6 Free';
        color: #2059C2;
        font-size: 22px;
    }
.slider-sag{
  width: 100%;
}
.mobile-input{
  display: none !important;
}
.mobil-input{
  display: flex;
  justify-content: center;
}

.mobile-search-area {
  display: none;
}
.entrepreneurMeetingArea{
  display: block;
}

.see-all-gallery {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

    .see-all-gallery a {
        border: 1px solid #004287;
        background: #fff;
        color: #004287;
        text-decoration: none;
        padding: 16px 24px;
        border-radius: 8px;
        font-family: Inter;
        font-size: 15px;
        font-weight: 500;
        line-height: 18.15px;
        transition: .4s;
    }

        .see-all-gallery a:hover {
            background: #004287;
            color: #fff;
            transition: .4s;
        }


@media screen and (min-width: 992px)
{
.mainSlider .carousel-item .carousel-caption .slider-row {
  max-width: 960px;
}
}
@media only screen and (max-width: 991px){
  .news-carousel .owl-dots{
    display: none !important;
  }
  .gallery-carousel .owl-nav{
    display: none !important;
  }
  .projects-carousel .owl-nav{
    display: none !important;
  }
  .projectCardText{
    margin-top: 2rem;
  }
  .projectCardTextArea {
    padding: 0px !important;
}
  .projectCardArea {
    flex-direction: column !important;
}
  .presidentTextArea {
    row-gap: 15px;
}
  .presidentInformation{
    flex-direction: column;
  }
  .presidentArea {
    display: none;
    }
    .presidentArea-mobile{
        background-image: url(../img/president-area-image.png);
        background-size: cover;
        background-repeat: no-repeat;
       padding-top: 2rem;
      padding-bottom: 2rem;
      display: block !important;
    }
   
  .entrepreneurMeetingArea-mobile {
    height: 41rem !important;
}
    .newsArea-mobile {
        display: block;
        overflow: hidden;
    }
  .newsArea{
    display: none;
  }
  .entrepreneurMeetingArea-mobile {
   display: block;
    }
  .entrepreneurMeetingTitleArea{
    margin-bottom: 3rem;
    margin-top: 2rem;
  }
  .entrepreneurMeetingAreaImage, .entrepreneurMeetingAreaImage img {
    height: 41rem;
    object-fit: fill;
}
  .entrepreneurMeetingArea-mobile{
    display: flex;
  }
  .entrepreneurMeetingArea{
    display: none;
  }
  .entrepreneurMeetingContentArea {
    flex-direction: column;
}
.uyeler-carousel{display: block !important;}

  .homePageCardArea{
    display: none !important;
  }
  .carousel-indicators {
    position: absolute !important;
    flex-direction: unset !important;
    z-index: 2554 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 2 !important;
    display: flex !important;
    justify-content: center !important;
    padding: 0 !important;
    margin-right: 15% !important;
    margin-bottom: 1rem !important;
    margin-left: 15% !important;
}

.mainSlider .carousel-indicators {
  height: max-content;
  bottom: 120px!important;
  column-gap: 5px;
}

.mainSlider .carousel-indicators button {
  width: 10px;
  height: 10px;
}

  .mainSliderDescription{
    display: none !important;
  }
  .input-group.mobile-input{
    display: flex !important;
    top:3rem !important;
    position: absolute !important;
    width: 71% !important;
    z-index: 4 !important;
}
  .mainSliderSectorArea{
    overflow: hidden;
    overflow-x: auto;
    justify-content: start;
    white-space: nowrap;
    display: flex;
    width: 100%;
  }
  .sectorCard {
    margin-right: 1.2rem;
}
  .degisim-2{
    order: 2;
  }
  .degisim-1{
    order: 1;
  }
  .slider-sag {
    object-fit: cover !important;
    width: 470px;
    height: 270px;
}
  .mainSliderTextArea{
    width: 78%;
    margin: auto;
  }
  .mainSliderTextArea {
    row-gap: 10px;
}
.mainSliderTitle {
  margin-top: 2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 20px;
  line-height: 30px;
}
.mainSliderButtonArea {
  margin: auto;
}

.mainSlider .carousel-item .carousel-caption {
  align-items: start;
  padding-bottom: 0;
}

.mainSlider .carousel-item .carousel-caption .slider-row
{
  align-items: start;
}

.mobile-search-area {
  z-index: 5151 !important;
  display: block;
  position: absolute;
  top: 84.22px;
  width: 100%;
  transform: translate(-50%, 0);
  z-index: 1;
  color: #fff;
  left: 50%;
  padding: 20px;
}

.mobile-search-input-area {
  display: flex;
  align-items: center;
}

.mobile-search-input-area input {
  width: 100%;
  height: 55px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid #FFFFFF1F;
  background: #FFFFFF14;
  padding: 12px 16px;
  font-family: Inter;
  color: white !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

.mobile-search-input-area button {
  background: #FF7506;
  column-gap: 8px;
  display: flex;
  align-items: center;
  height: 55px;
  padding: 12px 16px;
  border: 1px solid #FF7506;
  color: #fff;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.desktop
{
  padding-bottom: 95px;
}

}
@media screen and (min-width: 1200px)
{
.mainSlider .carousel-item .carousel-caption .slider-row {
  max-width: 1140px;
}
}

@media screen and (min-width: 1400px)
{
  .mainSlider .carousel-item .carousel-caption .slider-row {
    max-width: 1320px;
  }
}

@media only screen and (max-width: 767px)
{
  .newsAreaTitle{
    text-align: center;
  }
  .galleryTitle{
    text-align: center;
  }
  .foundationUsersTitle{
    text-align: center;
  }
  .projectsAreaTitle{
    text-align: center;
  }
  .homePageCard, .homePageCard .homePageCardImage, .homePageCard .homePageCardImage img {
    aspect-ratio: 1.5;
}
  .homePageCardButton {
    font-size: 13px;
    padding: 9px 30px;
}
  .homePageCardTitle {
    font-size: 18px;
}
  .homePageCardTextArea {
    padding: 0 0 14px 14px;
}
}




@media only screen and (max-width: 575px)
{

  .slider-sag {
    object-fit: cover !important;
    width: calc(100% - 40px);
    height: 250px;
    aspect-ratio: 2/1.2;
}

.mainSliderTextArea {
  width: calc(100% - 40px);
  margin: auto;
}

.mainSliderTextAndButtonArea {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.mainSliderTitle {
  margin-top: 1rem;
  font-size: 18px;
  line-height: 28px;
}
.mainSlider, .mainSlider .carousel-inner, .mainSlider .carousel-inner .carousel-item, .mainSlider .carousel-inner .carousel-item > img {
  height: calc(100vh - 87px);
  object-fit: cover;
}
.sectorCard {
  height: 90px;
}

.mainSlider .carousel-indicators {
  height: max-content;
  bottom: 90px!important;
  column-gap: 5px;
}
} 
@media only screen and (max-width: 500px)
{
  .homePageCard, .homePageCard .homePageCardImage, .homePageCard .homePageCardImage img {
    aspect-ratio: 1.5;
}
}
@media only screen and (max-width: 425px)
{

  .entrepreneurMeetingAreaSubTitle {
    font-size: 23px;
}
  .entrepreneurMeetingAreaTitle {
    font-size: 20px;
}
  .slider-sag {
    object-fit: cover !important;
    width: calc(100% - 40px);
    height: unset;
    aspect-ratio: 2/1.1;
}
}

@media only screen and (max-width: 375px)
{
  .slider-sag {
    object-fit: cover !important;
    width: calc(100% - 40px);
    height: unset;
    aspect-ratio: 2/1.25;
}
}

@media only screen and (max-height: 735px) {
    .mainSlider, .mainSlider .carousel-inner, .mainSlider .carousel-inner .carousel-item, .mainSlider .carousel-inner .carousel-item > img {
        height: 735px;
    }
}