article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
footer {
    margin: 80px 0 0 0;
}
.container-fluid {
    max-width: 1265px;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

footer .footerMenu span {
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    display: block;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
}
footer .footerMenu p {
    font-size: 13px;
    margin: 0;
}
footer .footerMenu ul li {
    list-style-type: none;
    font-size: 13px;
}
footer .footerMenu .all ul {
    margin: 10px 0 0 0;
}
footer .footerMenu ul li strong {
    font-size: 13px;
    color: #E50019;
    margin-right: 5px;
}
footer .footerMenu ul li a {
    transition: 0.3s;
    font-size: 13px;
    display: inline-block;
    color: #363636;
    padding: 2px 0;
}
footer .footerMenu .all ul {
    margin: 10px 0 0 0;
}
footer .footerMenu ul {
    padding: 0;
    margin: 0;
}
footer .footerMenu ul li {
    list-style-type: none;
    font-size: 13px;
}
footer .social li {
    float: left;
    margin-right: 18px;
}
footer .footerMenu ul li a {
    transition: 0.3s;
    font-size: 13px;
    display: inline-block;
    color: #363636;
    padding: 2px 0;
}
footer .social li.facebook i {
    color: #184490;
}
footer .social li a i {
    font-size: 26px;
}
footer .social li.twitter i {
    color: #009CDA;
}

footer .social li.instagram i {
    color: #BD1B78;
}

footer .social li.youtube i {
    color: #DB0316;
}

footer .footerMenu span:after {
    content: "";
    width: 43px;
    height: 4px;
    background: var(--primary);
    display: block;
    margin-top: 10px;
}
footer .footerText {
    margin-top: 30px;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    padding: 30px 0;
}
footer .footerText .row {
    align-items: center;
}
footer .footerText p {
    font-size: 12px;
    margin: 0;
}
footer .copyList {
    padding: 25px 0;
    display: flex
;
    align-items: center;
}
footer .copyList .left {
    display: flex
;
    float: left;
    width: calc(100% - 396px);
}
footer .copyList span {
    display: flex
;
    align-items: center;
    font-size: 12px;
}
footer .copyList ul {
    padding: 0;
  
}
footer .copyList ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 10px;
}
footer .copyList ul li a {
    transition: 0.3s;
    font-size: 12px;
    color: #363636;
}
footer .copyList .right {
    width: 396px;
    float: right;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
footer .copyright {
    border-top: 1px solid #D1D1D1;
    padding: 25px 0;
    text-align: right;
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
footer .footerMenu ul li a:hover{
    color: var(--primary);
    font-weight: 600;
}
footer .copyList span:hover{
    color: var(--primary);
}
.footer-social-link .single {
    background-color: var(--primary);
    color: #ffffff;
    padding: 8px 9px;
    border-radius: 10px;
}
.footer-social-link .single:hover {
    background-color: var(--dark);
    color: #fff;
}
@media only screen and (max-width: 767px) {
    footer .copyList span {
        justify-content: center;
    }
}
@media only screen and (max-width: 767px) {
    footer .col {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    footer .copyList .left {
        width: 100%;
        display: block;
        text-align: center;
    }
    footer .copyList {
        display: flex;
        flex-direction: column;
    }
}@media only screen and (max-width: 767px) {
    footer .copyList .right {
        width: 100%;
        display: block;
        text-align: center;
    }
    footer .copyList {
        padding: 0px 0 25px;
        display: flex
    ;
        align-items: center;
    }
    footer .footerMenu span{
        display: flex !important;
            flex-direction: column!important;
            align-items: center;
    }
}
@media only screen and (max-width: 767px) {
    .x-twitter-icon{
        padding: 8px 6px!important;
    }
    .centerBanner .textBox {
        padding: 30px 0;
    }
    .iletisim-col{
        display: block !important;
        margin: 2rem 3rem 1rem;
    }
    footer .footerText {
        margin-top: 0px;}
        footer .copyList ul {
            padding: 7px 1px 15px;
        }
        .centerBanner {
            position: relative;
            background-size: cover !important;
            min-height: 445px!important;
        }
        .centerBanner .textBox {
            padding: 20px 0!important;
        }
}
@media only screen and (max-width: 767px) {
    .centerBanner .textBox .title span {
        font-size: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .centerBanner .textBox .title {
        font-size: 20px;
    }
    footer .copyright {
        border-top: 1px solid #D1D1D1;
        padding: 25px 0;
        text-align: right;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    footer .footerMenu ul li a{
    font-size: 14px;
    }
    .footer-social-link .single {
        background-color: var(--primary);
        color: #ffffff;
        padding: 4px 5px;
        border-radius: 10px;
    }
}
@media only screen and (max-width: 1023px) {
    .centerBanner {
        min-height: inherit;
    }
    footer {
        margin: 0px 0 0 0;
    }

}.footer-social-link .single:hover i {
    color: #fff; /* Hover'da mavi */
}
.hizli-bagis-padding .centerBanner {
    margin-top: 0 !important;
}
.centerBanner {
    position: relative;
    background-size: cover !important;
 min-height: 550px;
}
.centerBanner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 1;
    background:#000000;

}
.container-fluid {
    max-width: 1265px;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.centerBanner .textBox {
    padding: 68px 0;
    position: relative;
    z-index: 2;
}
.centerBanner .textBox .title {
    font-size: 37px ;
    color: #fff;
    font-family: "Barlow", sans-serif;
    max-width: 700px;
    margin: 80px auto;
    font-weight: 700;
}
.centerBanner .textBox .title span {
    display: block;
    font-size: 50px ;
    font-family: "Barlow", sans-serif;
    margin: 0 0 20px 0;
    font-weight: 700;
}
.centerBanner .textBox .title span:after {
    content: "";
    background: var(--primary);
    width: 43px;
    height: 4px;
    display: block;
    text-align: center;
    margin: 20px auto 10px auto;
}
.centerBanner .textBox .title p:last-child {
    margin: 0;
}
.centerBanner .textBox .title p:last-child {
    margin: 0;
}
.centerBanner .textBox .title p {
    font-size: 15px ;
    font-family: "Quicksand", sans-serif;
}
.miniForm {
    margin-top: 125px;
}
.miniForm .row .col-12 .row {
    justify-content: center;
    align-items: flex-end;
}
.form-group {
    margin-bottom: 1rem;
}
.miniForm form .form-group label {
    color: #fff;
}
.miniForm form .form-group label {
    font: 27px camptonbold;
    color: #fff;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
.miniForm form .form-group .selectBox {
    position: relative;
}
.miniForm form .form-group .selectBox:before {
    content: "\f078";
    color: #E50019;
    font-family: "Font Awesome 5 Pro";
    width: 70px;
    height: 100%;
    border-left: 4px solid #fff;
    position: absolute;
    right: 0;
    pointer-events: none;
    font-size: 32px;
    text-align: center;
    display: flex
;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
.miniForm form .form-group select {
    text-transform: uppercase;
    cursor: pointer;
    background: #00000082;
    border: 4px solid #fff !important;
    border-radius: 0;
    font: 17px camptonbold;
    color: #fff;
    padding: 17px 75px 13px 20px;
    white-space: nowrap;
    height: auto;
    box-shadow: none !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.miniForm .invalid-feedback {
    position: absolute;
    background: #ffffffd6;
    padding: 5px 10px 2px 10px;
    border-radius: 4px;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.miniForm {
    margin-top: 125px;
}
.miniForm form .form-group select option {
    font-size: 16px;
    padding: 10px;
    background: #252525;
}
@media (max-width: 768px) {
    .centerBanner .textBox .title span {
    display: block;
    font-size: 20px;
    font-family: "Barlow", sans-serif;
    margin: 0 0 20px 0;
    font-weight: 700;
}

}

@media only screen and (max-width: 767px) {
    footer .copyList .right {
        width: 100%;
        display: block;
        text-align: center;
    }}