body {
    font-family: 'Roboto', sans-serif !important;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing-: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
    direction: ltr;
    background-position: center;
    background-repeat: repeat;
    background-size: 7%;
    background-color: #1A1A1A;
    overflow-x: hidden;
    transition: all 200ms linear;
}



a {
    text-decoration: none !important;

}

li {
    list-style: none !important;

}


.navbar-brand img {
    width: 170px;
}

.navbar {
    background-color: rgb(134, 22, 22);
}

.navbar-collapse {
    display: flex;
    justify-content: flex-end;
    color: #fff;
}

@media(max-width:920px) {
    .navbar-collapse {
        justify-content: flex-start;
    }
}

.nav-link {
    color: #fff;
    font-weight: 300;
    transition: 350ms;
}

.nav-link:hover {
    color: rgb(241, 197, 75);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.aboutArea {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    font-weight: 300;
}

@media(max-width:1200px) {
    .aboutArea {
        display: flex;
        flex-direction: column;
    }
}

@media(max-width:1200px) {
    .aboutArea p {
        margin-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;
    }
}


.aboutArea span {
    align-self: flex-end;
    display: flex;
    float: right;
}

.aboutArea span img {
    width: 150px;
}


.mainSec {
    display: flex;
    justify-content: center;
}


.mainText {
    font-size: 13px;
    font-weight: 300;
    display: flex;
    justify-content: center;
}

@media(min-width:920px) {
    .mainText {
        padding-left: 150px;
        padding-right: 150px;
    }
}


.aboutHeader {
    text-align: center;
    margin-top: 50px;
    font-size: 40px;
    font-weight: 300;
}


a.btn {
    background: #b81e1c;
    border-radius: 4px;
    box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
    display: inline-block;
    padding: 6px 30px 8px;
    position: relative;
    text-decoration: none;
    transition: all 0.1s 0s ease-out;
}

.no-touch a.btn:hover {
    background: #861716;
    box-shadow: 0px 8px 2px 0 rgba(0, 0, 0, 0.075);
    transform: translateY(-2px);
    transition: all 0.25s 0s ease-out;
}

.no-touch a.btn:active,
a.btn:active {
    background: #b81e1c;
    box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.25);
    transform: translate3d(0, 1px, 0);
    transition: all 0.025s 0s ease-out;
}

div.cards {
    margin: 80px auto;
    max-width: 960px;
    text-align: center;
}

div.card {
    background: #ffffff;
    display: inline-block;
    margin: 8px;
    max-width: 300px;
    perspective: 1000;
    position: relative;
    text-align: left;
    transition: all 0.3s 0s ease-in;
    width: 300px;
    z-index: 1;
    color: #000;
}

div.card img {
    max-width: 300px;
}

div.card .card__image-holder {
    background: rgba(0, 0, 0, 0.1);
    height: 0;
    padding-bottom: 75%;
}

div.card div.card-title {
    background: #ffffff;
    padding: 6px 15px 10px;
    position: relative;
    z-index: 0;
}

div.card div.card-title a.toggle-info {
    border-radius: 32px;
    height: 32px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 32px;
}

div.card div.card-title a.toggle-info span {
    background: #ffffff;
    display: block;
    height: 2px;
    position: absolute;
    top: 16px;
    transition: all 0.15s 0s ease-out;
    width: 12px;
}

div.card div.card-title a.toggle-info span.left {
    right: 14px;
    transform: rotate(45deg);
}

div.card div.card-title a.toggle-info span.right {
    left: 14px;
    transform: rotate(-45deg);
}

div.card div.card-title h2 {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.05em;
    margin: 0;
    padding: 0;
}

div.card div.card-title h2 small {
    display: block;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.025em;
}

div.card div.card-description {
    padding: 0 15px 10px;
    position: relative;
    font-size: 14px;
}

div.card div.card-actions {
    box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.075);
    padding: 10px 15px 20px;
    text-align: center;
}

div.card div.card-flap {
    background: #d9d9d9;
    position: absolute;
    width: 100%;
    transform-origin: top;
    transform: rotateX(-90deg);
}

div.card div.flap1 {
    transition: all 0.3s 0.3s ease-out;
    z-index: -1;
}

div.card div.flap2 {
    transition: all 0.3s 0s ease-out;
    z-index: -2;
}

div.cards.showing div.card {
    cursor: pointer;
    opacity: 0.6;
    transform: scale(0.88);
}

.no-touch div.cards.showing div.card:hover {
    opacity: 0.94;
    transform: scale(0.92);
}

div.card.show {
    opacity: 1 !important;
    transform: scale(1) !important;
}

div.card.show div.card-title a.toggle-info {
    background: #ff6666 !important;
}

div.card.show div.card-title a.toggle-info span {
    top: 15px;
}

div.card.show div.card-title a.toggle-info span.left {
    right: 10px;
}

div.card.show div.card-title a.toggle-info span.right {
    left: 10px;
}

div.card.show div.card-flap {
    background: #ffffff;
    transform: rotateX(0deg);
}

div.card.show div.flap1 {
    transition: all 0.3s 0s ease-out;
}

div.card.show div.flap2 {
    transition: all 0.3s 0.2s ease-out;
}


.btnNata {
    border: 1px solid transparent;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 5px;
    background: #b3201d;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    transition: 350ms;
}

.btnNata:hover {
    color: #b3201d;
    background: #fff;
}


.partnerArea {
    text-align: center;
    margin-top: 75px;
}


.partnerPlace {
    text-align: center;
}

.partnerPlace img {
    height: 150px;
}

.partnerPlace p {
    font-size: 12px;
    color: #000;
}


.contact-page-form {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid transparent;
    -webkit-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.55);
    border-radius: 1%;
    background: #fff;
    color: black;
}

.contact-info {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 50px;
}

.contact-info-icon {
    margin-bottom: 15px;
}

.contact-info-item {
    background: #fff;
    padding: 30px 0px;
    border-radius: 15px;
}

@media(max-width:960px) {
    .contact-info-item {
        height: 200px;
    }
}


.contact-page-sec .contact-page-form h2 {
    color: #071c34;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;

}

.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0;
}

.contact-page-form.contact-form input {
    margin-bottom: 5px;
}

.contact-page-form.contact-form textarea {
    height: 110px;
}

.contact-page-form.contact-form input[type="submit"] {
    background: #071c34;
    width: 150px;
    border-color: #071c34;
}

.contact-info-icon i {
    font-size: 48px;
    color: #b61f1c;
    font-weight: 300;
}

.contact-info-text span {
    color: #000 !important;
}

.contact-info-text {
    margin-bottom: 0px !important;
}

.contact-info-text h2 {
    color: #999999;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 300;
    margin-bottom: 10px;
}

.contact-info-text span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
}


.contact-page-form input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
}

.contact-page-form .message-input {
    display: inline-block;
    width: 100%;
    padding-left: 0;
}

.single-input-field textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    width: 100%;
    height: 120px;
    padding: 12px 16px;
    border-radius: 4px;
}

.single-input-fieldsbtn input[type="submit"] {
    background: #071c34;
    color: #fff;
    display: inline-block;
    border: none;
    font-weight: 600;
    padding: 10px 0;
    width: 150px;
    font-size: 16px;
    -webkit-box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.35);

}

@media(min-width:730px) {
    .single-input-fieldsbtn input[type="submit"] {
        margin-top: 100px;
    }
}

.single-input-fieldsbtn input[type="submit"]:hover {
    background: #b20d20;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    border-color: #0c0c0c;
}

.single-input-field h4 {
    color: #464646;
    text-transform: capitalize;
    font-size: 14px;
}

.contact-page-form {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.contact-page-map {
    margin-top: 36px;
}

.contact-page-form form {
    padding: 20px 15px 0;
}

.kvkkcheckArea {
    display: flex;
    flex-direction: row;

}

.kvkkCheck {
    color: #FDA40B;
    text-decoration: underline !important;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    font-weight: 400;
    font-size: 15px;
}

.kvkkCheck:hover {
    color: #b20d20;
}



.form-group .form-kvkk {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.form-group .form-kvkk input[type=checkbox] {
    font-size: 1em;
    display: inline-block;
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
}


.footer {
    color: #fff;
    padding-top: 15px;
    font-size: 12px;
}

.footer a {
    font-size: 10px;
    color: #fff;
    transition: 350ms;
}

.footer a:hover {
    color: rgb(241, 197, 75);
}

.footerSection {
    display: flex;
    justify-content: center;
    background: #861716;
    margin-top: 50px;
}


.newsHeader {
    margin-top: 75px;
    display: flex;
    justify-content: center;
}