body {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    font-family: "Epilogue", sans-serif;
    overflow-x: hidden;
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
    margin: 0;
}

.TopBar
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index:999;
}


.headTopBar {
    position: relative;
    width: 100%;
    padding: 3px 15px;
    margin: 0;
    background-color: #1e1e2f;
    color: #fff;
    font-size: 16px;
}

    .headTopBar .connectButton {
        font-size: 15px;
        font-weight: 200;
        text-decoration: none;
        color: #fff;
        transition: .5s;
        position:relative;
    }


.headTopBar .connectButton:hover
{
    font-size: 15px;
    font-weight: 200;
    text-decoration: none;
    color: #fff;
    transition: .5s;
}



.headTopBar .connectButton::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    content: "";
    background-color: #6FCF97;
    height: 2px;
    transition: .3s;
}

.headTopBar .connectButton:hover::before {
    width: 100%;
}




.socialBox
{
    display: flex;
    gap: 20px;
    position: relative;
}

.socialBox a{
    color: #000;
    text-decoration: none;
    font-size: 20px;
}



nav {
    position: relative;
    width: 100%;
    height: 84px;
    z-index: 99;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
}

.logo {
    height: 80%;
}

.navFlex {
    display: flex;
    width: 100%;
    height: 100%;
}

.navUl li {
    list-style: none;
}

.navUl li {
    color: #000;
    font-weight: 500;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.navUl li::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    content: "";
    background-color: #6FCF97;
    height: 4px;
    transition: .3s;
}

.navUl li:hover::before {
    width: 100%;
}

.navUl li a{
    color: #000;
    font-weight: 500;
    font-size:16px;
    text-decoration:none;
}

.navUl {
    display: flex;
    height: 100%;
    align-items: center;
    gap: 2rem;
    padding: 0;
    margin: 0;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.leftNav {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}



.search {
    position: absolute;
    right: 0rem;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.search svg {
    stroke: #000;
    stroke-width: 2px;
}

.lang {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 10px;
}

.cl-a {
    stroke: #000;
    stroke-miterlimit: 10;
    stroke-width: 1.5px;
    fill: none;
}

.search:hover svg {
    stroke: var(--renk);
}


.cl-b {
    stroke: none;
}

.cl-a,
.cl-c {
    fill: none;
}


.lang::before {
    display: none;
}

.lang:hover .cl-a {
    stroke: var(--renk) !important;
}


.searchAhAcildi{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #141212;
    z-index: 100;
    display: none;
    animation: opacity .3s;
}

@keyframes opacity{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

.searchAcildi svg path{
    height: 30px;
    stroke: none;
   
}

.searchAcildi svg{
    height: 30px;
    stroke: white;
    color: #fff;
}

.svgler{
    display: flex;
    position: absolute;
    right: 1.5rem;
    gap: 2rem;
    height: 100%;
    align-items: center;
    top: 0;
}


.svgler div:hover svg{
    color: var(--renk);
    stroke: var(--renk);
}



.svgler div{
    cursor: pointer;
}

.searchSvg svg{
    height: 20px !important;
}

.searchAcildi input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 17px;
    font-weight: 600;
    color: #bfbfbf;
}


.fixed-menu {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff !important;
    color: #000 !important;
    z-index: 99;
    transition: all 0.3s ease;
}

.fixed-menu .navUl li,
.fixed-menu .search svg,
.fixed-menu .logo,
.fixed-menu i,
.fixed-menu input,
.fixed-menu svg {
    color: #000 !important;
    fill: #000 !important;
}

/* Menü üzerine gelindiğinde siyah zemin ve beyaz yazı */
#menuBar:hover {
    background-color: #fff !important;
    color: #000 !important;
}

#menuBar:hover li,
#menuBar:hover i,
#menuBar:hover svg {
    color: #000 !important;
    fill: #000 !important;
}


.topBanner
{
    position: relative;
    width: 100%;
    min-height: 40rem;
    height: 100dvh;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

 .topBanner   .swiper {
      width: 100%;
      height: 100%;
      position: relative;
    }


.topBanner .swiper-slide img {
      display: block;
    }


 .topBanner .swiper-button-next,
 .topBanner .swiper-button-prev {
    color: #fff; /* Beyaz renk */
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    top: 60%; /* Dikey ortalama */
    transform: translateY(-50%);
    z-index: 10;
}

/* Hover efekti */
 .topBanner .swiper-button-next:hover,
 .topBanner .swiper-button-prev:hover,
 .topBanner .swiper-pagination-bullet:hover {
    color:  #6FCF97; /* Beyaz renk */
}

/* Butonları içeriye yaklaştır */
 .topBanner .swiper-button-prev {
    left: 10rem;
}

 .topBanner .swiper-button-next {
    right: 15rem;
}

/* Swiper pagination bullets */
    .topBanner .swiper-pagination-bullet {
        background: #6FCF97; /* Beyaz renk */
        opacity: 1;
        transition: opacity 0.3s ease;
        width: 30px;
        height: 15px;
        border-radius: 5px;
    }

/* Aktif pagination bullet */
 .topBanner .swiper-pagination-bullet-active {
    background: #fff;
}

 .topBanner .swiper-button-next:after, .topBanner .swiper-button-prev:after {
    font-size: 20px;
}

    .bannerText
    {
        position: absolute;
        top:25%;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .bannerTitle
    {
        font-size: 3.5rem;
        color: #fff;
        font-weight: 200;
    }

.textBanner {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #fff;
    font-weight: 200;
    margin: 30px 0;
}

    .link-button
    {
        position: relative;
        color: #1e1e2f;
        background-color: #6FCF97;
        font-size: 17px;
        font-weight: 300;
        text-align: center;
        transition: .5s;
    }

.link-button:hover, .link-button:focus
    {
        position: relative;
        color: #1e1e2f; 
        background-color: #6FCF97;
        transition: .5s;
        transform: translate(0px,-5px);
    }






    .section1
    {
        position: relative;
        width: 100%;
        background-color: #f2f2f2;
        margin: 0;
        padding: 5rem 0px;
    }

    .section1 .section1-title
    {
        font-size: 3.25rem;
        line-height: 1;
        color: #6FCF97;
        font-weight: 200;
        margin-bottom: 20px;
    }

.section1 .section1-imgBox img
{
    border-radius: 15px;
    position: relative;
}

    .section1 p
    {
font-size: 17px;
    line-height: 30px;
    color: #1e1e2f;
    font-weight: 300;
    margin-bottom: 10px;
    }

.golgebox
{
    position:relative;
    width:100%;
    margin:0;
    padding:0;
}

    .golgebox::before {
        content: "";
        bottom: 0;
        left: 0;
        height: 100px;
        width: 100%;
        background: linear-gradient(0deg, #f2f2f2 0%, #f2f2f294 50%, #f2f2f257 100%);
        position: absolute;
        z-index: 9;
    }

.section2 {
    position: relative;
    width: 100%;
    background-color: #1e1e2f;
    margin: 0;
    padding: 5rem 0px;
}

.section2 .section2-title
    {
        font-size: 3.25rem;
        line-height: 1;
        color: #6FCF97;
        font-weight: 200;
        margin-bottom: 20px;
    }

.section2 .section2Box
           {
            background-color: #fff;
            border-radius:10px;
            padding: 1.5rem 2rem;
            display: flex;
            flex-direction: column;
            gap: .5rem;
            height: 100%;
            width: 100%;
           } 

.section2 .section2Box i
           {
            font-size: 40px;
            color: #6FCF97;
           }

.section2 .section2Box .section2Box-title
{
    color:#000;
    width: 100%;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
}

.section2 .section2Box p
{
    font-size: .875rem;
    line-height: 1.25rem;
    color: #000;
    margin-bottom: 0;
}
    

.section3
    {
        width: 100%;
        background-color: #1e1e2f;
        margin: 0;
        padding: 5rem 0px;
    }

.section3 ul
{
    list-style:none;
    padding:0;
    margin:15px 0;
}

    .section3 ul li {
        padding: 10px 0;
    }


.section3 .section3-title {
    font-size: 3.25rem;
    line-height: 1;
    color: #6FCF97;
    font-weight: 200;
    margin-bottom: 20px;
    width: 40%;
}

    .section3 .section3-text
    {
        font-size: 1.25rem;
        line-height: 1.5;
        color: #fff;
        font-weight: 200;
        margin-bottom: 20px;
    }

    .section3 .swiper-alan
    {
        padding: 1rem 0;
        width: 100%;
    }

/* Hover efekti */
.swiper-alan .swiper-button-next:hover,
.swiper-alan .swiper-button-prev:hover,
.swiper-alan .swiper-pagination-bullet:hover {
    color: #6FCF97; /* Beyaz renk */
}

/* Butonları içeriye yaklaştır */
.swiper-alan .swiper-button-prev {
    left: 15rem;
}

.swiper-alan .swiper-button-next {
    right: 22rem;
}

/* Swiper pagination bullets */
.swiper-alan .swiper-pagination-bullet {
    background: #6FCF97; /* Beyaz renk */
    opacity: 1;
    transition: opacity 0.3s ease;
    width: 30px;
    height: 15px;
    border-radius: 5px;
}

/* Aktif pagination bullet */
.swiper-alan .swiper-pagination-bullet-active {
    background: #fff;
}



.section3 .swiper-alan {
    padding: 0px 0px 50px 0px !important;
}

.section3 .swiper-alan .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: visible;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
    padding: 0px 0px 50px 0px;
}

    .section3 .section3Box
           {
            background-color: transparent;
            border-radius:10px;
            padding: 1.5rem 2rem;
            height: 485px;
            width: 100%;
            background-position: top;
            background-size: cover;
            background-repeat: no-repeat;
            position: relative;
            transition: .5s;
           } 


    .section3 .section3Box:hover
           {
            transition: .5s;
            transform: translate(0px,-5px);
           } 


           .section3Box::before
           {
           content: "";
           background-color: #000;
           width: 100%;
           height: 100%;
           position: absolute;
           left: 0;
           top: 0;
           opacity: 0.5;
           } 

           .section3text
           {
           position: absolute;
           bottom: 30px;
            left: 25px;
           display: flex;
           flex-direction: column;
           } 

              .section3text .section3title
              {
                    color: currentColor;
                    font-weight: 300;
                    line-height: 1.1;
                    font-size: 2rem;
              }


.section4
    {
        position: relative;
        width: 100%;
        background-color: #fff;
        margin: 0;
        padding: 5rem 0px;
    }

.section4 .section4-title
    {
        font-size: 3.25rem;
        line-height: 1;
        color: #1e1e2f;
        font-weight: 200;
        margin-bottom: 20px;
        text-align: center;
    }


.section4 .section4-text
    {
        font-size: 1.75rem;
        line-height: 1.5;
        color: #000;
        font-weight: 200;
        margin-bottom: 20px;
        text-align: center;
    }    

    .section4 .section4-text span
    {
        font-size: 1.75rem;
        color: #1e1e2f;
        font-weight: 600;
        text-align: center;
    }    

    .section4 .section4-paybox
    {
        border-radius: 10px;
        border:1px solid #ededed;
        background-color: #f7f7f7;
        padding: 48px 40px;
        width: 100%;
        text-align: center;
        transition: .5s;
    }

    .section4 .section4-paybox:hover
    {
        border-radius: 10px;
        border:1px solid #ededed;
        background-color: #f7f7f7;
        padding: 48px 40px;
        width: 100%;
        text-align: center;
        transform: translate(0px, -10px);
        transition: .5s;
    }


     .section4 .section4-paybox   .paybox-title
    {
    color: #273464;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    }
    
    .section4 .section4-paybox .paybox-text
{
 color: #a4acc5;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 400;
}
   
    .section4 .section4-paybox .btn-payment
    {
    color: #fff;
    background-color: #4e5a85;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    max-width: none;
    min-height: 64px;
    margin-top: 32px;
    padding: 14px 24px;
    text-decoration: none;
    transition: all .3s;
    display: flex;
    }

        .section4 .section4-paybox .btn-payment:hover
    {
    color: #fff;
    background-color: rgb(56, 66, 100);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    max-width: none;
    min-height: 64px;
    margin-top: 32px;
    padding: 14px 24px;
    text-decoration: none;
    transition: all .3s;
    display: flex;
    }


    .section4-paybox p
    {
    font-size: 1.5rem;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
    }

    .section4 .section4-paybox .paylist
    {
        padding: 0;
        margin: 25px 0px;
        list-style: none;
        text-align: left;
    }

    
    .section4 .section4-paybox .paylist li
    {
        margin-bottom: 15px;
        font-size: 1rem;
        font-weight: 400;
        color: #000;
        display: flex;
    }

        .section4 .section4-paybox .paylist li i
    {
        margin-right: 10px;
        font-size: 0.9rem;
        color:#141212;
    }

.section4 .section4-paybox.active
    {
        border-radius: 10px;
        border:1px solid #ededed;
        background-color: #4e5a85;
        padding: 48px 40px;
        width: 100%;
        text-align: center;
        height: 110%;
        transform: translate(0px, -30px);
        transition: .5s;
    }

    
.section4 .section4-paybox.active:hover
    {
        border-radius: 10px;
        border:1px solid #ededed;
        background-color: #4e5a85;
        padding: 48px 40px;
        width: 100%;
        text-align: center;
        height: 110%;
        transform: translate(0px, -40px);
        transition: .5s;
    }

    
     .section4 .section4-paybox.active   .paybox-title
    {
    color: #fff;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    }
    
    .section4 .section4-paybox.active .paybox-text
{
 color: #a4acc5;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 400;
}

 .section4 .section4-paybox.active .paylist
    {
        padding: 0;
        margin: 25px 0px;
        list-style: none;
        text-align: left;
    }

    
    .section4 .section4-paybox.active .paylist li
    {
        margin-bottom: 15px;
        font-size: 1rem;
        font-weight: 400;
        color: #fff;
        display: flex;
    }

        .section4 .section4-paybox.active .paylist li i
    {
        margin-right: 10px;
        font-size: 0.9rem;
        color:#a4acc5;
    }

        .section4-paybox.active p
    {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
    }

        .section4 .section4-paybox.active .btn-payment
    {
    color: #fff;
    background-color: rgb(56, 66, 100);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    max-width: none;
    min-height: 64px;
    margin-top: 32px;
    padding: 14px 24px;
    text-decoration: none;
    transition: all .3s;
    display: flex;
    }

        .section4 .section4-paybox.active .btn-payment:hover
    {
    color: #fff;
    background-color:   #4e5a85;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    max-width: none;
    min-height: 64px;
    margin-top: 32px;
    padding: 14px 24px;
    text-decoration: none;
    transition: all .3s;
    display: flex;
    }


.section5
    {
        position: relative;
        width: 100%;
        background-color: #fff;
        margin: 0;
        padding: 5rem 0px;
        padding-bottom:0px;
    }

    .section5 .section5Form {
        padding: 3rem;
        width: 86%;
    }

    .section5Form-title
    {
        font-size: 2.5rem;
        font-weight: 200;
        line-height: 1.1;
        color: #273464;
        margin-bottom: 15px;
    }
.section5Form-text
{
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5rem;
    word-break: break-word;
    text-wrap: pretty;
    color: #000;
     margin-bottom: 15px;
}


.section5Form .btn-formsend
{
    color: #fff;
    background-color: rgb(56, 66, 100);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    max-width: none;
    min-height: 64px;
    margin-top: 32px;
    padding: 14px 24px;
    text-decoration: none;
    transition: all .3s;
    display: flex;
    width:50%;
}


.section5Form .btn-formsend:hover
{
    color: #fff;
    background-color:   #4e5a85;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    max-width: none;
    min-height: 64px;
    margin-top: 32px;
    padding: 14px 24px;
    text-decoration: none;
    transition: all .3s;
    display: flex;
}


.btn-formsend {
    color: #fff;
    background-color: rgb(56, 66, 100);
    border-radius: 8px;
    text-decoration: none;
    transition: all .3s;
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    transition: .5s;
    margin-right:15px;
}


 .btn-formsend:hover {
    color: #fff;
    background-color: #4e5a85;
    border-radius: 8px;
    text-decoration: none;
    transition: all .5s;
    transform:translate(0px,-5px);

 }




.accordions {
    margin: 0 auto;
}

.accordion {
    border: 1px solid #ccc;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: border-color .5s ease;
    background-color: #f1f1f1;
    margin-bottom: 15px;
    border-radius: 10px;
}

    .accordion:hover {
        border-color: #000;
    }

.accordion__header {
    cursor: pointer;
    font-weight: 500;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    position: relative;
    padding: 1rem;
    color: #666;
    text-transform: capitalize;
}

    .accordion__header:after, .accordion__header:before {
        content: '';
        position: absolute;
        right: 1.5em;
        width: 2px;
        height: 0.75em;
        background-color: #666;
        transition: all 0.2s;
    }

    .accordion__header:after {
        transform: rotate(90deg);
    }

.accordion:has(input:checked) .accordion__header {
    color: #000;
}

.accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}



.accordion input {
    display: none;
}

.accordion:has(input:checked) {
    border-color: #6cd49c;
    background-color: #f2f2f2;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.accordion input:checked ~ .accordion__header:before {
    transform: rotate(270deg) !important;
    background-color: #6cd49c;
}

.accordion input:checked ~ .accordion__header:after {
    transform: rotate(270deg) !important;
    background-color: #6cd49c;
}

.accordion input:checked ~ .accordion__content {
    max-height: 1000px; /* Adjust based on content length */
}


/*Footer css*/

.footerh1 {
    color: gray !important;
    letter-spacing: 4px;
    margin-bottom: 12px;
    font-size: 17px;
}
.footerh2 {
    color: gray !important;
    letter-spacing: 4px;
    margin-bottom: 12px;
    font-size: 17px;
}
.footerul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footerul li {
    color: #fff;
    margin-bottom: 5px;
    transition: .3s;
}

.footerul li:hover {
    color: #6FCF97;
    transition: .3s;
    margin-bottom: 5px;
    cursor: pointer;
}

.footerul li a {
    color: #fff;
    margin-bottom: 5px;
    transition: .3s;
    text-decoration: none;
}

.footerul li a:hover {
    color: #6FCF97;
    transition: .3s;
    margin-bottom: 5px;
    cursor: pointer;
    text-decoration: none;
}

.copyright {
    font-weight: 300;
    color: #ffffffbd;
    font-size: 14px;
}
/*Footer Css Bitiş*/

/*İç Sayfa CSS*/
.pageBanner
{
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #141212;
}

.pageBanner::before
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000054;
    z-index: 9;
}

.pageBannerimg
{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.pageBannerTitle {
    position: relative;
    color: #6FCF97;
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 200;
    width: 40%;
    margin-bottom: 20px;
}

.pageBannerText
{
    position: relative;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
    width: 60%;
}

.pageTextBox
{
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 10;
}


.pageSection
{
    position: relative;
    padding: 5rem 0px;
    margin: 0;
    background-color: #f2f2f2;
}

.pageLeftBar
{
    position: relative;
    margin:0;
    padding: 0;
    width: 100%;
    border-radius: 15px;
}

.leftBarul
{
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #d0d3d6;
    border-top-right-radius: .375rem;
    border-top-left-radius: .375rem;
    border-bottom-right-radius: .375rem;
    border-bottom-left-radius: .375rem;
}

.leftBarul .leftbarli
{

    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
    border-left: .375rem solid #fff;
    background-color: #fff;
    transition: .2s;
    margin-bottom: 1px;
}

.leftBarul .leftbarli:hover
{

    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
    transform: translate(0.375rem, -6px) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    box-shadow: 0 16px 35px -12px rgba(0, 0, 0, .25), 0 8px 21px -9px rgba(0, 0, 0, .3);
    border-bottom-right-radius: .375rem;
    border-bottom-left-radius: .375rem;
    transition: .2s;
}


    .leftBarul .leftbarli.activelink {

        text-align: left;
        font-size: 1rem;
        line-height: 1.5rem;
        background-color: #6FCF97;
        border-left: .375rem solid #46984d;
    }

        .leftBarul .leftbarli.activelink:hover {

            text-align: left;
            font-size: 1rem;
            line-height: 1.5rem;
            border-left: .375rem solid #46984d;
            transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
            box-shadow: none;
        }

    .leftBarul .leftbarli a {
        text-decoration: none;
        color: #000;
        font-size: 1rem;
        line-height: 1.5rem;
        text-align: left;
        padding: 1rem;
        width:100%;
        height:100%;
        display:block;
    }

    .leftBarul .leftbarli.activelink a {
        text-decoration: none;
        color: #000;
        font-size: 1rem;
        line-height: 1.5rem;
        text-align: left;
        padding: 1rem;
        width: 100%;
        height: 100%;
        display: block;
    }

.rich-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
}

.rich-text .page-title
{
    color: #090f29;
    font-weight: 300;
    line-height: 1.1;
    font-size: 2rem;
    margin-bottom: 20px;
}



.rich-text p, .rich-text ul li {
    font-size: 1rem;
    line-height: 1.5rem;
    word-break: break-word;
    text-wrap: pretty;
}

.rich-text ul {
    list-style-type: disc;
    padding-left: 1.5rem;
}

.rich-text :first-child {
    margin-top: 0;
}


 .BlogBox {
    background-color: transparent;
    border-radius: 10px;
    padding: 1.5rem 2rem;
    height: 350px;
    width: 100%;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    transition: .5s;
}


 .BlogBox:hover {
    transition: .5s;
    transform: translate(0px,-5px);
}


    .BlogBox::before {
        content: "";
        background-color: #000;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0.5;
        border-radius:15px;
    }

.BlogBoxtext {
    position: absolute;
    bottom: 30px;
    left: 25px;
    display: flex;
    flex-direction: column;
}

    .BlogBoxtext .BlogBoxtitle {
        color: #fff;
        font-weight: 300;
        line-height: 1.1;
        font-size: 2rem;
    }


.blogTopBox
{
    padding-top:50px;
    padding-bottom:50px;
    padding-left:100px;
    padding-right:100px;
    position:relative;
    width:100%;
}

.blogBanner {
    width: 100%;
    position: relative;
    padding: 30px 100px;
    margin-top: 50px;
}

    .blogBanner .blogTitle {
        font-size: 3.5rem;
        line-height: 1;
        color:#000;
        font-weight:200;
    }

.blogBannerimg {
    width: 100%;
    position: relative;
    padding: 30px 100px;
}

    .blogBannerimg img
    {
        border-radius:20px;
    }

.blog-title {
    font-size: 3.25rem;
    font-weight: 200;
    color: #090f29;
    line-height: 1;
    margin-bottom:15px;
}




    /*Son Eklenenler*/
    .steps-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
        margin: 0 auto;
    }

    .step-box {
      background: #fff;
      border-radius: 12px;
      padding: 24px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.06);
      transition: all 0.2s ease;
    }

    .icon-circle {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background-color: #e0f2f1;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 16px;
    }

    .step-title {
      font-size: 18px;
      margin-bottom: 10px;
      font-weight: bold;
      color: #004d40;
    }

    .step-desc {
      font-size: 15px;
      line-height: 1.6;
      color: #555;
    }

    svg {
      width: 28px;
      height: 28px;
      fill: #00796b;
    }

.mobilMenu {
    display: none;
}

#mobilMenuAc, .mobilteklif {
    display: none;
}


.contactPage .contactTitle {
    font-size: 30px;
    color: #0e3d75;
    font-weight: bold;
    margin-bottom: 15px;
}

.contactPage h4 {
    font-size: 25px;
    color: #000;
    margin-bottom: 15px;
}

.contactPage a {
    text-decoration: none;
    color: #0e3d75;
}

.contactPage p {
    font-weight: 300;
    font-size: 16px;
}


.contactPage i {
    color: #000;
    font-size: 20px;
    margin-right: 10px;
}



.formkariyer .form-control {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.formkariyer .form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: 15px 25px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.formSend {
    border-radius: 0px !important;
    border: 1px solid #0e3d75 !important;
    background-color: #fff !important;
    color: #0e3d75 !important;
    font-size: 16px;
    transition: .5s;
    width: 100%;
    padding: 15px 25px !important;
}


    .formSend:hover {
        border-radius: 0px !important;
        border: 1px solid #0e3d75 !important;
        background-color: #0e3d75 !important;
        color: #fff !important;
        font-size: 16px;
        transition: .5s;
        width: 100%;
        padding: 15px 25px !important;
    }

.formTitle {
    font-size: 45px;
    color: #0069b4;
    margin-bottom: 30px;
}

.formText p {
    font-size: 20px;
    font-weight: 300;
    color: #3a3a3d;
    line-height: inherit;
}


.coqecolor
{
    color:#6FCF97;
    margin-right:10px;
}

.footerText
{
    color:#fff;
    width:100%;
    padding:10px 0;
}


.footerText p{
    color: #fff;
    width: 100%;
    padding: 10px 0;
    font-weight:300;
}

.mobbannergorsel
{
    display:block !important;
}




@media (max-width: 991px) {
    .navFirst ul {
        display: none;
    }


    .mobilteklif {
        display: block;
        position: absolute;
        top: 40%;
        right: 12%;
    }

    .mobilCookWrap {
        flex-wrap: wrap;
        justify-content: center;
        margin: 8px 0;
        gap: 10px;
    }


    .mobilMenu {
        padding-top: 50px;
        display: block;
    }


    .popup-inner {
        width: 75%;
    }


    .mbSearch label {
        color: white;
        text-align: center;
        margin-bottom: 6px;
    }

    .mbSearch {
        display: flex;
        flex-direction: column;
        margin: 1rem 2rem;
    }

        .mbSearch input {
            width: 100%;
            background: transparent;
            border: 1px solid white;
            border-radius: 15px;
            padding: 10px;
            color: white;
        }

    #mobilMenu .langs ul li {
        padding: 0 6px;
        font-size: 15px;
    }

    #mobilMenu .langs ul {
        display: flex;
        flex-direction: column;
        gap: 9px;
        background-color: transparent;
        padding: 0;
        margin: 0;
        padding: 8px 15px;
        border-radius: 5px;
        flex-direction: row !important;
    }


    .langs {
        position: absolute;
        right: 0;
        display: none;
        top: 30px;
    }

    .search {
        display: none;
    }


    #mobilMenu .langs {
        right: inherit;
        left: 1rem;
        top: auto;
        bottom: 1rem;
        display: block !important;
        height: max-content;
    }

    .lang-link a {
        background: transparent !important;
        color: white !important;
        padding: 0 !important;
    }

    #mobilMenuAc {
        display: flex;
    }


    .mobilDropdown ul li {
        font-weight: 300 !important;
        font-size: 15px !important;
    }

    .mobilDropdown ul {
        gap: 15px !important;
        display: none !important;
    }

    .mobilDropdown.active ul {
        display: flex !important;
    }

    .mobilDropdown ul li:last-child {
        top: inherit !important;
    }

    .mobilDropdown {
        display: flex;
        flex-direction: column;
        justify-content: start !important;
    }

        .mobilDropdown.active {
            position: absolute;
            height: 100%;
            width: 100%;
            z-index: 1;
            background-color: #050B20;
        }

            .mobilDropdown.active .bx-chevron-right {
                transform: rotate(180deg);
            }

        .mobilDropdown .bx-chevron-right {
            position: absolute;
            right: 1rem;
            transition: .5s;
        }

    #mobilMenuAc svg {
        height: 30px;
        width: auto;
        position: absolute;
        right: 1rem;
        top: 1rem;
    }

    #mobilHambKapatBtn {
        display: none;
    }

    .mobilMenu .normal-btn {
        width: 100%;
    }

    .mobilMenu ul {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 100%;
        position: relative;
        padding-right: 30px;
        padding-left: 0;
        padding-top: 20px;
    }



        .mobilMenu ul li {
            color: white;
            font-size: 18px;
            display: flex;
            width: 100%;
            justify-content: space-between;
            font-weight: 400;
            padding: 0 35px;
        }

            .mobilMenu ul li a {
                color: white;
                font-size: 17px;
                width: 100%;
                font-weight: 400;
                text-decoration: none;
            }


    .mobilMenu {
        position: fixed;
        left: 0;
        top: 0;
        width: 60%;
        height: 100%;
        transform: translateX(-100%);
        background-color: #000;
        z-index: 996;
        transition: .25s;
        display: flex;
        flex-direction: column;
    }


    #mobilClc1 {
        display: flex !important;
    }

    div#mobilClc1 {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        margin-top: -8rem;
    }

    .mobil-none {
        display: none !important;
    }


    .navic {
        width: 100%;
    }

    .navUl {
        display: none;
    }

    .section3 .swiper-alan {
        padding: 1rem 0;
        width: 100%;
        overflow: hidden;
    }

    .section5Form .btn-formsend {
 
        width: 100%;
    }


    .section2 .section2Box {
        padding: 1.5rem 1rem;
    }

    .section4 .section4-paybox.active {
        padding: 30px;
        height: 100%;
        transform: translate(0px, 0px);
    }

        .section4 .section4-paybox.active:hover {

            padding: 30px;
            height: 100%;
            transform: translate(0px, -5px);
        }

    .section4 .section4-paybox {
        padding: 30px;
    }

        .section4 .section4-paybox:hover {

            padding: 30px;
            width: 100%;
            transform: translate(0px, -5px);

        }

    .section5 .section5Form {
        padding: 2rem;
        width: 100%;
    }

    .section5Form-title {
        font-size: 2rem;
    }

    .section4 .section4-title {
        font-size: 3rem;
        margin-bottom: 10px;
    }

    .section4 .section4-text {
        font-size: 1.25rem;
        margin-bottom: 20px;
    }

    .section2 .section2-title {
        font-size: 3rem;
    }

    .section1 .section1-title {
        font-size: 3rem;
    }

    .section3 .section3-title {
        font-size: 3rem;
        width: 100%;
    }

    .topBanner .swiper-button-prev, .topBanner .swiper-button-next {
        left: 10rem;
        display: none;
    }

    .bannerTitle {
        font-size: 2rem;
        color: #fff;
        font-weight: 200;
    }

    .mobbannergorsel
    {
        display:none !important;
    }

    .pageBannerTitle {
        font-size: 2rem;
        width: 95% !important;
    }

    .pageTextBox {
        position: absolute;
        bottom: 50px;
        left: 15px;
    }

    .pageBannerText {
        font-size: 1rem;
        width: 95%;
    }

    .blog-title {
        font-size: 2.25rem;
    }

    .section4 {
        padding: 3rem 0px;
    }

    .section5 {
        padding: 2rem 0px;
        padding-bottom: 0px;
    }
}


/*Nasil Çalisir CSS*/


.circle-wrapper {
    position: relative;
    width: 700px;
    height: 700px;
    margin: 3rem auto;
}

svg.flow-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.step {
    position: absolute;
    width: 160px;
    height: 180px;
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: center;
    padding: 0.5rem;
    box-sizing: border-box;
    z-index: 2;
    transition: transform 0.5s;
}

    .step:hover {
        transform: translate(-50%, -60%);
        transition: transform 0.5s;
    }

.step-title {
    font-size: 1rem;
    font-weight: bold;
    color: #0057b8;
    margin: 0.3rem 0;
}

.step-desc {
    font-size: 0.85rem;
    color: #555;
}

.step lottie-player {
    width: 60px;
    height: 60px;
    margin: auto;
}

/* Tam dairesel pozisyonlar */
.s-2 {
    top: 50px;
    left: 350px;
    transform: translate(-50%, -50%);
}

.s-3 {
    top: 205px;
    left: 640px;
    transform: translate(-50%, -50%);
}

.s-4 {
    top: 500px;
    left: 650px;
    transform: translate(-50%, -50%);
}

.s-5 {
    top: 630px;
    left: 360px;
    transform: translate(-50%, -50%);
}

.s-6 {
    top: 500px;
    left: 90px;
    transform: translate(-50%, -50%);
}

.s-7 {
    top: 205px;
    left: 90px;
    transform: translate(-50%, -50%);
}


.iletisimBasarili {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffffbf;
    z-index: 99999999999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: translateY(-100%);
    transition: opacity 1s;
    opacity: 0;
}

    .iletisimBasarili a {
        text-decoration: none !important;
    }

    .iletisimBasarili span {
        font-size: 40px;
        color: #6FCF97;
        font-weight: 700;
    }

    .iletisimBasarili p {
        font-size: 20px;
        font-weight: 400;
    }

    .iletisimBasarili a {
        background: #6FCF97;
        padding: 7px 20px;
        color: #000;
        margin-top: 16px;
    }


    .iletisimBasarili a {
        background: #6FCF97;
        padding: 7px 20px;
        color: #000;
        margin-top: 16px;
        border-radius: 15px;
    }

@media(max-width: 750px) {
    .circle-wrapper {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }

    .step {
        position: static;
        width: auto;
        height: auto;
        transform: none !important;
    }

    svg.flow-circle {
        display: none;
    }
}