/* Created By AkinaCss */
/* Main Css Start */

.owl-carousel .owl-stage-outer {
    direction: ltr; /* RTL olsa bile düzgün hizalanma için */
}
[dir="rtl"] .owl-carousel .owl-stage-outer {
    direction: rtl; /* RTL modunda stage hizalanması */
}



.logoImg {
    width: auto !important;
    height: 100px;
    object-fit: scale-down;
}
.logoImg img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}

.main {
    width: 100%;
    min-height: 55vh;
    height: 100%;
    padding: 50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 45px;
    overflow: hidden;
}

.mainInside {
    width: 85%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: start;
    position: relative;
    z-index: 2;
}

.mainText {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 20px;
}

.mainText h2 {
    color: var(--blueLight);
}

.mainText h1 {
    font-size: max(3.021vw, 50px);
    color: var(--white);
}

.mainText h1 span {
    font-family: var(--header);
}

.mainText p {
    font-family: var(--text);
    color: var(--whiteLight);
}

.cbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    padding: 5px 25px;
    font-weight: 700;
    font-size: 18px;
    font-family: var(--header);
    height: 50px;
}

.clrOrng {
    color: var(--orange);
    border: 3px solid var(--orange);
}
.clrOrng:hover {
    color: var(--white);
    background-color: var(--orange);
    border: 3px solid var(--orange);
}

.clrblu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    color: var(--white);
    border-bottom: 3px solid var(--blueLight);
}
.clrblu i {
    color: var(--blueLight);
    transition: 0.3s;
}
.clrblu:hover {
    background-color: var(--blueLight);
    border-bottom: 3px solid var(--white);
}
.clrblu:hover i {
    color: var(--white);
}

.overlayMain {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.overlayMain .mainImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


.nav-btn {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    transition: 0.3s;
}

.nav-btn:hover {
    color: var(--orange);
    background-color: rgb(0, 0, 0);
}

.prev-slide {
    left: 10px;
}

.next-slide {
    right: 10px;
}

/* Main Css end */

/* ========================================================= */

/* Card Box Css Start */

#cardMain {
    background-color: var(--white);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    position: relative;
    color: var(--black);
    padding: 50px 0px;
    z-index: 2;
}

.containerMain {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    width: 55%;
    padding: 30px;
    margin-top: -120px;
    background-color: var(--greenDark);
    transition: 0.3s;
}

.baslik {
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    color: var(--white);
    width: 100%;
}

.baslik h2 {
    font-size: 35px;
    margin-bottom: 30px;
}

.tabBtns {
    display: flex;
    width: 100%;
}

.tabBtns .cbtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    text-align: left;
    gap: 10px;
    width: 100%;
    height: 100px;
    color: var(--white);
}

.tabBtns .cbtn:hover {
    background-color: var(--blueLight);
}

.cbtn.activeTab {
    font-size: 25px;
    color: var(--greenDark);
    background-color: var(--white);
}

.tabBtns .cbtn span {
    font-size: 12px;
    transition: font-size 0.3s;
}
.cbtn.activeTab span {
    font-size: 16px;
}

.containerMainInside {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    transition: 0.3s;
    background-color: var(--white);
}

.containerMainInside.active {
    display: flex;
}

.tabBtns .cbtn.activeTab:hover {
    background-color: var(--white);
}

.cardMain {
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 20px;
    outline: none;
    justify-content: flex-start;
    padding: 20px;
    border-radius: 4px;
    align-items: stretch;
}

.hr {
    margin: auto;
    width: 90%;
    border: none;
    height: 1px;
    background: var(--greenDark);
    background: linear-gradient(100deg, var(--greenLight) 0%, var(--green) 50%, var(--greenLight) 100%);
}


.cardI {
    width: 100px;
    min-width: 100px;
    height: 100px;
    background-color: var(--greenDark);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cardI img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.cardI i {
    color: var(--white);
    font-size: 50px;
}

.cardText {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 20px;
    width: 100%;
}

.cardText h2 {
    color: var(--greenDark);
}

.txtinside {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.txtinside a {
    display: flex;
    min-width: 200px;
    gap: 5px;
    align-items: center;
    width: calc(50% - 10px);
}
.txtinside a:hover {
    color: var(--greenDark);
    transform: translateX(10px);
}
.txtinside a i {
    transition: 0.3s;
}
.txtinside a:hover i {
    color: var(--greenDark);
}

.containerMainRight {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    width: 30%;
    padding: 0;
    margin-top: -120px;
    transition: 0.3s;
    background: var(--blue);
    background-image: url(../img/main/a.jpg);
    background-size: cover;
    background-position: center;
}

.containerMainRight::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1d78d941;
    z-index: 1;
}

.sertifikaBox {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 20px;
    padding: 30px;
    background-color: var(--blue);
    color: var(--white);
    z-index: 2;
}

.sertifikaBox h2 {
    font-size: 35px;
    line-height: 1;
}

.sertifikaImg {
    width: 100%;
    background-color: aqua;
}

/* Card Box Css end */

/* ========================================================= */

/* six card Css Start */

section {
    background-color: var(--white);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    color: var(--black);
    padding: 50px 0px;
    z-index: 2;
}

.sixCardInside {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 30px;
    width: 85%;
    transition: 0.3s;
}

.sixCardBox {
    flex: 1 1 33%;
    width: 33%;
    max-width: calc(33% - 30px);
    min-width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--gray);
}

.sixCardBox:hover .sixImg img {
    transform: scale(1);
}

.sixCardBox:hover .col-txt h2 {
    border-bottom: 2px solid var(--blue);
}

.sixImg {
    width: 100%;
    height: 280px;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 60% 100%, 50% 85%, 40% 100%, 0 100%);
}
.sixImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
    transform: scale(1.2);
}

.sixText {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 50px;
    padding: 20px 30px;
}
.sixText i {
    font-size: 65px;
    color: var(--bg-color);
}

.col-txt {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.col-txt h2 {
    color: var(--blue);
    font-size: 19px;
    font-weight: bold;
    transition: 0.3s;
    width: fit-content;
    border-bottom: 2px solid transparent;
    line-height: 1;
}
.col-txt p {
    font-family: var(--text);
    font-size: 14px;
    
}

/* six card Css end */

/* ========================================================= */

/* six card Css end */

#iletisim {
    background-image: url(../img/main/register.jpg);
    background-size: cover;
    background-position: center;
}

#iletisim::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000c9;
    z-index: 1;
}

.iletisim {
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 20px;
    z-index: 2;
}

.iletisim h2 {
    width: 50%;
    font-size: 35px;
    color: var(--white);
}

.iletisim p {
    width: 50%;
    font-size: 16px;
    color: var(--white);
}

.dropbtn1 {
    width: 100% !important;
}

#myInput1:focus {outline: 3px solid #ddd;}

.dropdown1 {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: var(--white);
    width: 100%;
    overflow: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    z-index: 1;
    overflow-y: auto;
    max-height: 400px;
}

.dropdown-content1 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown1 a:hover {background-color: #ddd;}

.show1 {display: block;}

/* six card Css end */

/* ========================================================= */

@media (max-width: 1500px) {
    .sixText {
        gap: 20px;
        padding: 10px 10px;
    }
}

@media (max-width: 1200px) {
    .sixText {
        gap: 20px;
        padding: 10px 10px;
    }
    .sixCardBox {
        flex: 1 1 50%;
        width: 50%;
        max-width: calc(50% - 30px);
        min-width: 200px;
    }
}

@media (max-width: 1024px) {
    .mainText {
        width: 80%;
    }
    .mainInside {
        width: 80%;
    }

    .iletisim h2 {
        width: 80%;
    }
    .iletisim p {
        width: 80%;
    }
}

@media (max-width: 1000px) {
    .containerMain {
        width: 85%;
        margin-top: -120px;
    }
    .containerMainRight {
        width: 85%;
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .sixCardBox {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
        min-width: 200px;
    }
    .sixText {
        padding: 20px 20px;
    }
    .iletisim h2 {
        width: 100%;
        font-size: 30px;
    }
    .iletisim p {
        width: 100%;
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .mainText h1 {
        font-size: max(3.021vw, 35px);
        color: var(--white);
    }
    .logoImg {
        height: 70px;
        object-fit: scale-down;
    }
    
    .mainText {
        width: 100%;
    }

    .baslik h2 {
        font-size: 25px;
    }

    .cbtn.activeTab {
        font-size: 18px;
        color: var(--greenDark);
        background-color: var(--white);
    }
}

@media (max-width: 500px) {
    .cardI {
        width: 50px;
        min-width: 50px;
        height: 50px;
    }
    .cardI i {
        font-size: 30px;
    }
    .tabBtns .cbtn {
        font-size: 14px;
    }
    .tabBtns .cbtn.activeTab {
        font-size: 16px;
    }
    .cbtn.activeTab span {
        font-size: 12px;
    }
    
    .iletisim h2 {
        font-size: 25px;
    }
}

@media (max-width: 425px) {
    .containerMain, .sertifikaBox {
        padding: 10px;
    }
    .cardText h2 {
        font-size: 16px;
    }
    .txtinside a {
        font-size: 14px;
    }
    .cardMain {
        gap: 10px;
        padding: 5px;
    }
    .sixText i {
        font-size: 35px;
    }
    .sixCardInside {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .containerMain {
        width: 100%;
        margin-top: -100px;
    }
    .containerMainRight {
        width: 100%;
    }
}





.questionBtn {
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 12px;
    transition: 0.3s;
    text-align: center;
    border: 2px solid #d91d1d;
    background-color: #d91d1d;
    color: var(--white);
}

.questionBtn:hover {
    border: 2px solid #d91d1d !important;
    color: #ffffff;
    background-color: transparent;
}