

/*========== HEADER  ==========*/


/* active sidebar */
/*.sidebar li:nth-child(3) a {
    background-color: var(--white-color);
    color: #26443B !important;
    font-weight: var(--font-medium);
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}*/



/*========== base img body ==========*/
.main{
    margin-top: 3%;
    overflow: hidden;
}

.base_img_body {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.base_img_container {
    position: relative;
    display: inline-block;
}

.slide__image {
    display: block;
    width: 100%; 
    height: auto; 
}

.image-data {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff; /* Yazı rengini görsele uygun olarak değiştirin */

}


.image-data h2{
    font-size: 42px;
    margin-bottom: 1rem;
}

.image-data .text{
    font-size: 23px;
}





@media (max-width: 768px) {

    .image-data h2{
        font-size: 17px;
        margin-bottom: 0rem;
        
    }
    

    .image-data .text{
        font-size: 7px;
        margin-top: 3%;
    }

    .main{
        margin-top: 16%;
    }
    

}



@media (min-width: 769px) and (max-width: 1440px)  {

    .image-data h2{
        font-size: 30px;
        margin-bottom: 0rem;

    }

    .image-data .text{
        font-size: 12px;
    }

    .main{
        margin-top: 5.5%;
    }
    
}


/*========== FIRST PART ==========*/

.first-part{
    margin-top: 6%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.introduction{
    text-align: center;
    padding: 20px;

}

.bird_card{
    width: 182px;
}

.container_title{
    margin: 0;
    font-size: 1.4rem;
    font-weight: 400;
    color: #26443B;
}

.container_subtitle{
    margin: 10px 0 0;
    font-size: 2.3rem;
    color: #26443B;
}

.cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.card{
    width: 350px;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
}


.first-part .cards img{
    max-width: 100%;
    border-radius: 10px;
}

.card-title{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card h3{

    font-size: 1.2rem;
    color: #26443B;
    margin: 15% 0;
}




.card li{
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.card li img{
    width: 40px;
    height: 40px;
    margin-right: 15px;
}



.card p {
    font-size: 0.9em;
    color: #26443B;
}


.icon_title h4{
    margin-bottom: 0.3rem;
}




.bird_card[data-aos^=fade][data-aos^=fade]{
    opacity: 1;
    transition: all 2s;
}

.bird_card[data-aos="fade-right"] {
    transform: translate(-120%, 0);
   
}


.card[data-aos^=fade][data-aos^=fade]{
    transition: all 2.75s;
}





@media (max-width: 768px) {
    .cards {
        flex-direction: column;
        align-items: center;
        align-content: center;
        align-items: center;
    }

    .inintroduction_container .card {
        width: 90%;
        border-bottom: 1px solid #26443b6b;
        margin-bottom: 2rem;
    }

    .container_title{
        font-size: 15px;
    }

    .container_subtitle{
        font-size: 18px;
    }


    .card h3{
        font-size: 14px;
    }

    .icon_title h4{
        font-size: 12px;
    }

    .card li img {
        width: 30px;
        height: 30px;
        margin-right: 4%;
    }

    .card p {
        font-size: 11px;
    }
}



/* SECOND PART */

.second-part{
    padding: 20px;
    display: flex;
    justify-content: center;
    position: relative;
}

.second_container{
    width: 1200px;
}


.second_title{
    text-align: center;
}


.second_cards{
    margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
}

.second_cards .card{
    flex:  1 0 50%;

}

.second_cards .card_content{
    display: flex;
}



.second_cards .card img{
    width: 200px;
    height: auto;
    border-radius: none;
}


.second_cards .card .card_title{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #26443B;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


.second_cards .card_title h4{
    color: #fff;
    margin-top: 1rem;
}

.second_cards .card_title svg{
    color: #fff;
    margin: 1rem 0 1rem;
}

.second_cards .card_title p{
    color: #fff;
    width: 50%;
}






@media (min-width: 768px) and (max-width: 1024px) {
    .second_cards .card_title svg{
        margin: 1px 0 21px;
    }

    .second_cards .card_title p{
        width: 100%;
    }


    .second_cards .card .card_title{
        padding: 10px;
    }

}




@media(max-width: 767px) {

    .second_cards .card_title svg{
        margin: 1px 0 21px;
    }

    .second_cards{
        margin-top: 2rem;
    }

    .second_cards .card_title p{
        width: 100%;
    }


    .second_cards .card .card_title{
        padding: 15px;
        margin-bottom: 1rem;
    }

    .second_cards .card_content{
        display: inline-block;
    }

    .second_cards h4{
        font-size: 12px;
    }

    .second_cards p{
        font-size: 10px;
    }

    .card{
        padding: 8px;
    }

}




/* THIRD PART */

.third-part{
    margin-top: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
   
}

.third-container{
    
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items: center;
    max-width: 1200px;
    padding: 20px;
}


.third-text{
    text-align: center;
    flex: 1;
    min-width: 300px;
    margin-right: 5%;
}

.third-text h1{
    margin-bottom: 4rem;
    color: #26443B;
    font-size: 35px;
    font-weight: 700;
}

.bird_logo{
    width: 65px;
    height: auto;
}

.text-item{
    margin-bottom: 20px;
}

.text-item h2{
    color: #26443B;
    font-size: 20px;
    margin-bottom: 10px;
}

.text-item p{
    color: #26443B;
}


.image-section{
    flex: 2;
    min-width: 300px;
}

.image-section img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}



@media (max-width: 1024px) {
    .third-container {
        flex-direction: column;
    }

    .third-text {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .image-section {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .third-text h1 {
        font-size: 1.75rem;
        margin-bottom: 3rem;
    }

    .text-item h2 {
        font-size: 1.25rem;
    }

    .text-item p {
        font-size: 0.875rem;
    }
}

@media (max-width: 480px) {
    .third-text h1 {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }

    .text-item h2 {
        font-size: 1rem;
    }

    .text-item p {
        font-size: 0.75rem;
    }

    .third-part{
        margin-top: 2rem;
    }
}




