
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Nunito Sans', sans-serif;
}
.hero-head {
    width: 100%;
    height: 100px;
    background: linear-gradient(to right, #032445, #032445);
}
.navbar-base {
    
    width: 100%;
    height: 100px;
}
.navbar{
    
    min-height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
    
}
.nav-logo{
    width: 300px;
    height: 100px;
    
}
.nav-logo img {
    
    width: 100%;
    height: 100px;
    max-height: 100px;
    object-fit: contain;
    object-position: left;
    max-width: 300px;
}
.nav-menu{
    
   
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
   
}

.nav-item{
    text-transform: uppercase;
    font-weight:bolder;
    font-size:12.5px;
    color: rgb(255, 255, 255);
   
}
.nav-link{
    transition: 0.3s ease;
}

.nav-link:hover{
    color:#8e8e8e;
    font-size: 0.9rem;
}

.hamburger{
    display: none;
    cursor: pointer;
}
.bar{
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
}
.nav-item-btn {
    background: linear-gradient(to right, #032445, #032445);
    width: 120px;
    height: 50px;
    padding: 0; 
    display: flex;
    align-items: center; 
    justify-content: center; 
    border: 1px solid white;
    border-radius: 10px;
}

.nav-link-btn {
    width: 100%;
    text-decoration: none; 
    display: flex;
    align-items: center;
    justify-content: center;
}


.nav-link-btn span {
    
    padding: 10px 15px;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}
.nav-link-btn span:hover{
    color: #8e8e8e;
}
@media (max-width:1000px){
    .nav-logo{
        width: 200px;
        height: 100px;
    }
    .nav-logo img {
        
        width: 100%;
        height: 100px;
        max-height: 100px;
        max-width: 200px;
    }
}



@media (max-width:990px){
    .hamburger{
        display: block;
    }
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .nav-menu{
        position: absolute; /* menuyu ust kısma sabitlemeye yarar*/
        left: -300%;
        top: 100px;
        gap: 0;
        flex-direction: column;
        background: linear-gradient(to right, #032445, #032445);
        width: 100%;
        text-align: center ;
        transition: 0.3s ;
        
    }
    .nav-item{
        margin: 16px 0;
    }
    .nav-menu.active{
        left: 0;
        z-index: 0;
        
    }
    .nav-item-btn {
        border: 0;
    }
}
/* -----------------base html end-----------*/
.alert-danger {
            background-color: #f14668 !important; 
            color: #fff;
            padding: 1em;
            text-align: center;
            border-radius: 5px;
            width: 100%;
            margin: 1em auto;
}


.popup.success {
    background-color: #4caf50;
}
.popup.danger {
    background-color: #f44336;
}

/*otobus kayıt css */
.button_kaydet {
    color: #ffffff;
    background-color:#032445;
    font-size: 16px;
    
    border-radius: 8px;
    width: 150px;
    height: 45px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color 0.3s ease-in-out;
}

.button_kaydet:hover {
    background-color: #0055a5;
    cursor: pointer;
}

.captcha-container {
    display: flex;
    align-items: center;
    gap: 15px; 
    flex-wrap: wrap; 
}

.captcha-image img {
    max-width: 100%;
    height: auto;
}

.captcha-input {
    display: flex;
    flex-direction: column; 
}

.captcha-input .label {
    margin-bottom: 5px; 
}

.input {
    max-width: 300px; 
}



.pagination {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.pagination li {
    list-style-type: none;
    margin: 0 5px;
}

.pagination li a {
    color: #032445;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #032445;
    transition: background-color 0.3s ease;
}

.pagination li a:hover {
    background-color: #032445;
    color: #fff;
}




.popup {
position: fixed;
background: rgba(0, 0, 0, 0.5);
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0);
transition: transform 0.3s ease;
padding: 1.5rem;
max-width: 450px;  
z-index: 1000;
border: 0.1px solid rgba(243, 227, 227, 0.609);
border-radius: 20px;
height: auto;
display: flex;
flex-direction: column;
align-items: center !important;
justify-content: center;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.odeme-form-popup{
background-color: rgb(245, 245, 245);
width: 80%; 
padding: 1rem;
border-radius: 10px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;

}

.sorgula-form-popup{
background-color: rgb(245, 245, 245);
width: 80%; 
padding: 1rem;
height: 100%;
max-height: 300px;
align-items: center;
border-radius: 10px;
}

.odeme-form-popup .field-popup{
align-items: center;
width: 100%;
height: 100%;
max-height: 100px;
display: flex;
justify-content: center;
color: #ffffff;

}

#carpi-ikon{
position: absolute;

width: 5%;
display: flex;
justify-content: right;
top: 25px;
margin-left: 65%;
align-items: end;
color: #032445;
font-size: 25px;
cursor: pointer;
}

.popup.active {
transform: translate(-50%, -50%) scale(1);
align-items: center;
}
.button_yukle_index{
font-size: 15px;
background: linear-gradient(to right, #032445, #032445);
color: rgb(255, 255, 255);
border-radius: 15px;
width: 150px!important;
border: 1px solid #ffffff; 
height: 45px;
font-family:Verdana, Geneva, Tahoma, sans-serif,bold;

}
.button_sorgula_index{
margin-left: 20%;
font-size: 15px;
background: linear-gradient(to right, #032445, #032445);
color: rgb(255, 255, 255);
border-radius: 15px;
width: 140px!important;
border: 1px solid #ffffff; 
height: 45px;
font-family:Verdana, Geneva, Tahoma, sans-serif,bold;

}
.field-popup label{
color: #000000;
font-size: 1rem;
}
@media (max-width:768px){
.popup {
    width: 100%;
   
}
.odeme-form-popup{
    width: 80%;
    height: 100%;
}
.odeme-form-popup .field-popup{
width: 100%;
height: 100%;


}
#carpi-ikon{
    margin-left: 65%;
}
.button_sorgula_index{
    margin-left: 30%;
    width: 100px!important;
}
.field-popup label{
    color: #000000;
    font-size: 0.8rem;
}
}
@media (max-width:400px){
.popup {
    width: 100%;
   
}
.odeme-form-popup{
    width: 80%;
    height: 100%;
}
.odeme-form-popup .field-popup{
width: 100%;
height: 100%;


}
.button_sorgula_index{
    margin-left: 20%;
    width: 80px!important;
    font-size: 1rem;
}
#carpi-ikon{
    margin-left: 60%;
}
}

/* mesajlar için profile sayfasındaki*/
.notification.is-hidden {
    display: none;
}

/* 768 pikselin  in üstüne çıktığında */
@media screen and (min-width: 768px) {
    .popup {
        width: 190%;
       
    }
    .popup_odm{
        width: 390%;
    }
    .field {
        margin-bottom: 1rem;
    }

    .input, .button_yukle_index {
        width: 100%;
        font-size: 1rem;
    }

     .fas.fa-times {
        font-size: 1.5rem;
    }
   .popup_odm .fas.fa-times{
    font-size: 1.5rem;
   }
}




/* İndexForm*/

#footer-base {
    padding: 1rem;
    text-align: center;
    background: linear-gradient(to right, #031e37, #03203a); 
    color: #ffffff;
    border-top: none;
    height: 50%;
    margin-top: 0px;
    width: 100%;
}
#footer-base p{
    font-weight: bold;
    font-size: 20px!important;
}
.footer-top{
    
    margin-top: 0px;
    width: 10%;
   
}

.footer_section{
    text-align: left;
    color: #ffffff;
    margin-left: 70px;
    font-weight: bold;


}
.text-body{
    color: #ffffff !important;
}

.yonetici-box {
    background-color: rgba(255, 255, 255, 1); 
    border-radius: 10px;
    padding: 2rem;
    width: 500px;
    margin: auto;
    box-shadow: 0 4px 8px rgba(230, 230, 230, 0.1); 
    transition: transform 0.3s ease, background-color 0.3s ease; 
    text-align: left;
    flex: 1 1 30%;
}
.firma-box{
    background-color: rgba(255, 255, 255, 1); 
    border-radius: 15px;
    padding: 2rem;
    width: 400px;
    margin: auto;
    box-shadow: 0 4px 8px rgba(230, 230, 230, 0.1); 
    transition: transform 0.3s ease, background-color 0.3s ease; 
    text-align: center;
    
}
.firma-form{
    width: 100%;
    height: auto;
    background-color: rgb(245, 245, 245);
    padding: 1rem;
    align-content: first baseline;
}
.firma-box .input-firma{
    width: 100%;
    font-size: 1rem;
}
.input-firma::placeholder{
    font-size: 1rem;
    color: #aaa;
}
.firma-box label{
  
    white-space: nowrap;
    overflow: hidden;
  width: 50%;
  text-align: left;
  
  
}

.firma_kaydet-btn {
    
    font-size: 16px;
    color: #ffffff;
    background-color:#032445;
    border-radius: 8px;
    width: 100px;
    height: 45px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    transition: background-color 0.3s ease-in-out;
}
@media (max-width:450px){
    .firma-box{
        width:85%;
        
    }
    .firma-box label{
        width: 100%;

    }
    .firma_kaydet-btn{
        width: 100px;
    }
    .input-firma::placeholder{
        font-size: 0.8rem;
        color: #aaa;
    }
  
}


.yonetici-box:hover {
    background-color: rgba(255, 255, 255, 1); 
    transform: translateY(0px); 
}

.input, .select select {
    border-radius: 8px;
    
    border: 1px solid #ddd;
}

.button.is-link {
    background-color: #061226;
    color: white;
}

.button.is-link:hover {
    background-color: #061428;
}

.profile-box {
    background-color: rgba(27, 30, 72, 0.8)0.8; 
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 4px 8px rgba(230, 230, 230, 0.1); 
    transition: transform 0.3s ease, background-color 0.3s ease; 
}

.profile-box:hover {
    background-color: rgba(255, 255, 255, 1); 
    transform: translateY(-10px); 
}





@media (max-width: 768px) {


.box_filter3 {
padding: 15px;
}

.filter-title {
font-size: 18px;
}




.button.is-primary, .button.is-light {
    width: 100%;
    margin-bottom: 10px;
}
.yonetici-box {
    width: 80%; 
    padding: 1rem; 
}

.input, .select select {
    width: 100%;
    }



.input, .select select {
border-radius: 8px;
border: 1px solid #ddd;
}

.button.is-link {
background-color: #061226;
color: white;
}

}
@media (max-width:450px){
    .yonetici-box {
        width: 100%; 
        padding: 0.5rem; 
    }
}






h3.title_direkt_odeme {
        font-size: 24px;
        font-weight: bold;
        color: #444;
        text-align: center;
        margin-bottom: 20px;
        
    }

  

    .direkt_close-icon {
        color: #888;
        font-size: 20px;
        cursor: pointer;
        float: right;
    }
    .odeme_box{
        width: 100% !important;
        max-width: 600px;
        margin: 0 auto; 
        display: flex;
        flex-direction: column;
        align-items: center;
    }

   .odeme_box.form-group {
        background: #f8f9fa;
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 20px;
        border: 1px solid #ddd;
    }

    .form-group h1 {
        font-size: 20px;
        color: #333;
        text-align: center;
        margin-bottom: 15px;
    }
 #payment-form-container [type="checkbox"] {
    width: auto;
    margin-right: 10px;
    vertical-align: middle;
}

    #payment-form-container {
       
        margin-top: 20px;
        background: #f8f9fa;
        padding: 20px;
        text-align: left;
        border-radius: 8px;
        color: #000000;
        border: 1px solid #ddd;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
    }
    

    #payment-form-container .field {
        margin-bottom: 15px;
    }

    #payment-form-container .payment-label {
        font-weight: bold;
        margin-bottom: 5px;
        display: block;
        font-size: 14px;
        color: #555;
}
#payment-form-container .field input {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-sizing: border-box;
    }
.select-card-btn{
    background-color: blue ;
}
.select-card-btn.active {
    background-color: green;
}

.tab {
    display: flex;
    justify-content: space-between;
}

.tab button {
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    width: 50%;
}

.tab button.active {
    border-bottom: 2px solid  rgb(132, 204, 255);
    color: rgb(132, 204, 255);
}

.tabcontent {
    width: 100%;
   
    display: none;
    margin-top: 15px;
}

.tabcontent h3 {
    margin-bottom: 10px;
}

input, select {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.card-details {
    display: flex;
    justify-content: space-between;
}

.card-details div {
    width: 48%;
}
.container-profile{
    min-height: 100vh;
    min-height: 100dvh;
    background: linear-gradient(to right, #032445, #032445); 
    
    display: grid;
    grid-template-columns: auto 1fr;
}

