/* region Fonts */
/* endregion */

/* region Common */
body {
    background: top center no-repeat #1e2a66;
    background-size: cover;
}

section {
    padding: 5rem 0;
}

.sub-page {
    background-color: #fff;
    padding: 2rem 0;
}

a {
    text-decoration: none;
    color: #000000;
}
/* endregion */

/* region Anasayfa */

/* region Avantajları Nelerdir */
#advantage {
    background-color: #f1f1f1;
    box-shadow: 0 0 1rem .5rem rgba(0, 0, 0, .25);
}

#advantage .section-header, #advantage .section-description {
    color: #1c2139;
}

.advnatage-list-item {
    font-size: 1rem;
    color: #1c2139;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    margin-bottom: 2rem;
}

.advnatage-list-item.right {
    flex-direction: row-reverse;
    text-align: left;
}

.advnatage-list-item .description h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

.advnatage-list-item .image {
    height: 100px;
    min-width: 100px;
    border-radius: 50%;
    text-align: center;
    margin-left: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.advnatage-list-item.right .image {
    margin-left: 0;
    margin-right: 1rem;
}

.advnatage-list-item .image.red {
    background-color: #c42712;
}

.advnatage-list-item .image.yellow {
    background-color: #fec700;
}

.advnatage-list-item .image.green {
    background-color: #22a54b;
}

.advnatage-list-item .image.aqua {
    background-color: #0babbd;
}

.advnatage-list-item .image.purple {
    background-color: #d82bed;
}

.advnatage-list-item .image.orange {
    background-color: #fe6600;
}

.advnatage-list-item .image img {
    height: 64px;
    width: 64px;
}

@media (max-width: 767px) {
    .advnatage-list-item {
        flex-direction: row-reverse;
        text-align: left;
    }

    .advnatage-list-item .image {
        margin-left: 0;
        margin-right: 1rem;
    }
}
/* endregion */

/* region Lisans Paketleri */
#licence {
    background: linear-gradient(2deg, #1c2139, #7faeff00);
}

.licence-card {
    background-color: #fff;
    color: #1c2139;
    padding: 3rem 2rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 1rem;
}

.licence-card:before, .licence-card:after {
    content: "";
    position: absolute;
    top: 2rem;
    left: calc(50% - 1.5rem);
    width: 3rem;
    height: .5rem;
    background-color: #1c2139;
    border-radius: .5rem;
    transition: all .3s;
}

.licence-card:after {
    top: auto;
    bottom: 2rem;
}

.licence-card:hover:before, .licence-card:hover:after {
    width: 14rem;
    left: calc(50% - 7rem);
    transition: all .3s;
}

.licence-card.popular {
    background-color: #1c2139;
    color: #fff;
}

.licence-card.popular:before, .licence-card.popular:after {
    background-color: #fff;
}

.licence-card .card-header, .licence-card .card-footer {
    border: none;
    background-color: transparent;
}

.licence-card .card-header {
    font-size: 1rem;
    font-weight: 400;
}

.licence-card .card-header .card-title {
    font-size: 1.25rem;
}

.licence-card .card-body {
    padding: 1rem 0;
}

.licence-card .card-footer .btn-licence {
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 1rem 1rem;
    border-radius: 1rem;
    background-color: #c42712;
    color: #fff;
}

.licence-card.popular .card-footer .btn-licence {
    background-color: #22a54b;
}

.licence-card .card-footer .btn-licence.style-1 {
    background-image: linear-gradient(90deg, rgb(140, 98, 57), rgb(117, 76, 36));
}

.licence-card .card-footer .btn-licence.style-2 {
    background-image: linear-gradient(90deg, rgb(251, 176, 59), rgb(247, 147, 30));
}

.licence-card .card-footer .btn-licence.style-3 {
    background-image: linear-gradient(90deg, rgb(57, 181, 74), rgb(0, 146, 69));
}

.licence-card .card-footer .btn-licence.style-4 {
    background-image: linear-gradient(90deg, rgb(41, 171, 226), rgb(0, 113, 188));
}

@media (max-width: 767px) {
    .licence-card {
        margin-bottom: 1rem;
    }
}
/* endregion */
/* endregion */

/* region Yedek Parça */
.page-order {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    color: #333;
    margin-bottom: 2rem;
    padding: .25rem .5rem;
    border-radius: .5rem;
    box-shadow: 0 0 .15rem .15rem rgba(0, 0, 0, .15);
}

.page-order .page-order-form {
    display: flex;
    justify-content: space-between;
}

.spare-list-item {
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 0 .25rem .25rem rgba(0, 0, 0, .25);
    display: flex;
    font-size: .75rem;
    margin-bottom: 1.875rem;
}

.spare-list-item .spare-item-info, .spare-list-item .spare-item-shopping {
    width: 50%;
    padding: 1rem;
}

.spare-list-item .spare-item-info h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.spare-list-item .spare-item-info img {
    width: 100%;
    height: 240px;
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: .5rem;
    overflow: hidden;
}

.spare-list-item .spare-item-info p {
    margin-bottom: 0;
}

.spare-list-item .spare-item-shopping {
    background-color: #efefef;
    text-align: center;
}

.spare-list-item .spare-item-shopping h3 {
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
}

.spare-list-item .spare-item-shopping small {
    display: block;
    font-size: .75rem;
    font-weight: 400;
    margin-top: .5rem;
}

.spare-list-item .spare-item-shopping .add-cart-area {
    margin: 2rem auto;
    display: flex;
    justify-content: space-between;
}

.spare-list-item .spare-item-shopping .add-cart-area .input-group {
    border: 1px solid #fff;
    width: 6rem;
}

.spare-list-item .spare-item-shopping .add-cart-area .input-group button, .spare-list-item .spare-item-shopping .add-cart-area .input-group input {
    width: 1.5rem;
    height: 2rem;
    border: none;
    text-align: center;
}

.spare-list-item .spare-item-shopping .add-cart-area .input-group input {
    width: 3rem;
    background-color: transparent;
}

.spare-list-item .spare-item-shopping .add-cart-area .add-cart {
    width: 8rem;
    background-color: #012e7e;
    color: #fff;
    height: 2rem;
    text-align: center;
    line-height: 1rem;
    border: none;
    font-size: 1rem;
    font-weight: 700;
}

.spare-list-item .spare-item-shopping .action-area {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
}

.spare-list-item .spare-item-shopping .action-area .btn {
    font-size: .875rem;
    color: #012e7e;
    padding: .25rem 0;
}

.spare-list-item .spare-item-shopping .info-area {
    color: #fff;
    background-color: darkred;
    border-radius: .5rem;
    padding: .25rem;
    text-align: left;
    display: flex;
    align-items: center;
}

.spare-list-item .spare-item-shopping .info-area i {
    float: left;
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0 .5rem;
}
/* endregion */

/* region Yedek Parça Detay */
#spare-detail {
    display: flex;
    justify-content: space-between;
    border: 1px solid #000;
    border-radius: 1rem;
    overflow: hidden;
}

#spare-images {
    width: 400px;
    min-width: 400px;
    padding: 1rem;
}

#spare-content {
    width: 100%;
    padding: 1rem;
}

#spare-content h3 {
    font-size: 1.1rem;
    font-weight: 700;
}

#spare-content .preview, #spare-content .text {
    font-size: .875rem;
    color: #333333;
    text-align: justify;
}

#spare-content .code {
    font-size: 1rem;
    color: #888;
}

#spare-content .spare-sub-title {
    font-size: 1rem;
    color: orange;
}

#spare-content .btn-link {
    color: orange;
    font-size: .875rem;
    padding: .25rem 0;
}

#spare-basket {
    background-color: #efefef;
    text-align: center;
    width: 300px;
    padding: 1rem;
}

#spare-basket h3 {
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
}

#spare-basket small {
    display: block;
    font-size: .75rem;
    font-weight: 400;
    margin-top: .5rem;
}

#spare-basket .add-cart-area {
    margin: 2rem auto;
    display: flex;
    justify-content: space-between;
}

#spare-basket .add-cart-area .input-group {
    border: 1px solid #fff;
    width: 6rem;
}

#spare-basket .add-cart-area .input-group button, #spare-basket .add-cart-area .input-group input {
    width: 1.5rem;
    height: 2rem;
    border: none;
    text-align: center;
}

#spare-basket .add-cart-area .input-group input {
    width: 3rem;
    background-color: transparent;
}

#spare-basket .add-cart-area .add-cart {
    width: 8rem;
    background-color: #012e7e;
    color: #fff;
    height: 2rem;
    text-align: center;
    line-height: 1rem;
    border: none;
    font-size: 1rem;
    font-weight: 700;
}

#spare-basket .action-area {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
}

#spare-basket .action-area .btn {
    font-size: .875rem;
    color: #012e7e;
    padding: .25rem 0;
}

#spare-basket .info-area {
    color: #fff;
    background-color: darkred;
    border-radius: .5rem;
    padding: .25rem;
    text-align: left;
    display: flex;
    align-items: center;
}

#spare-basket .info-area i {
    float: left;
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0 .5rem;
}
/* endregion */

/* region Ürün */
.product-item {
    display: flex;
    overflow: hidden;
    box-shadow: 0 0 .25rem rgba(0, 0, 0, .25);
    margin-bottom: 2rem;
    border-radius: .25rem;
}

.product-item.reverse {
    flex-direction: row-reverse;
}

.product-item .image {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.product-item .discount {
    position: absolute;
    left: 1rem;
    top: 1rem;
    background-color: #ffab36;
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 1rem;
    padding: .25rem .5rem;
    border-radius: 1.5rem;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

.product-item .new {
    position: absolute;
    right: -50px;
    bottom: 24px;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .5px;
    color: #FFFFFF;
    background-color: #ff3333;
    text-align: center;
    padding: .25rem 3rem;
    transform: rotate(320deg);
}

.product-item .info {
    flex: 1;
    background-color: #efefef;
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-item .info h3 {
    margin-top: 2rem;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.product-item .info .sub-title {
    display: block;
    margin-top: .5rem;
    font-size: 1rem;
    font-weight: 600;
}

.product-item .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 1rem;
}

.product-item .bottom span {
    display: inline-block;
    padding: .5rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 700;
}

.product-item .bottom .btn-link {
    color: #012d7c;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    padding: .25rem .5rem;
}

@media (max-width: 567px) {
    .product-item {
        flex-direction: column;
    }

    .product-item.reverse {
        flex-direction: column;
    }
}
/* endregion */

/* region Ürün Detay */

/* endregion */

/* region Detay Tabs */
.tabs-title {
    margin-top: 2rem;
    margin-bottom: 1rem;
    box-shadow: 0 0 .25rem rgba(0, 0, 0, .25);
    border-radius: .5rem;
}

.tabs-title .nav-tabs {
    padding: .25rem .5rem;
    border: none;
}

.tabs-title .nav-tabs .nav-link {
    padding: .5rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1c1c1c;
    border: none;
    border-bottom: 2px solid transparent;
    margin-right: .5rem;
}

.tabs-title .nav-tabs .nav-link.active, .tabs-title .nav-tabs .nav-link:hover {
    border-color: transparent;
    background-color: transparent;
    color: #012e7e;
    border-bottom: 2px solid #012e7e;
}
/* endregion */

/* region Card Spare */
.card-spare {
    text-align: center;
    color: #1c1c1c;
    text-decoration: none;
}

.card-spare h3 {
    font-size: 1.125rem;
    font-weight: 700;
}

.card-spare p {
    font-size: 1rem;
    font-weight: 600;
}

.similar-spare {
    padding-bottom: 2rem;
}
/* endregion */

/* region Header */
#header-topbar {
    padding: 0 0 .5rem;
    background: #0d101a;
}

#header-topbar .phone {
    margin-top: 1rem;
    margin-right: 1rem;
    background-color: rgba(0, 0, 0, .5);
    padding: .5rem 1rem;
    border-radius: .5rem;
    color: #fff;
    font-weight: 600;
    line-height: 1.25rem;
    font-size: 1rem;
}

#header-topbar .btn-locale {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 0 0 .5rem .5rem;
    padding: 1.5rem .5rem .5rem;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25rem;
}

header {
    background: #1c2139;
}

.logo img {
    width: 300px;
}

header .navbar-nav li {
    margin-left: 1rem;
}

header .navbar-nav .nav-item {
    text-decoration: none;
    color: #fff;
}

header .navbar-toggler {

}

@media (max-width: 767px) {
    .logo img {
        width: 240px;
    }
}
/* endregion */

/* region Footer */
footer {
    color: #fff;
    background-color: #1c2139;
}

footer #footer-bottom {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 1rem 0;
    line-height: 2rem;
    font-weight: 600;
    letter-spacing: 1px;
}

footer .footer-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

footer .footer-description {
    font-size: .875rem;
    color: rgba(255, 255, 255, .75)
}

footer .footer-menu {
    padding: 0;
    list-style: none;
}

footer .footer-menu li {
    margin-bottom: 1rem;
}

footer .footer-menu li a {
    text-decoration: none;
    color: #fff;
    padding-left: 1.5rem;
    line-height: 1.5rem;
    position: relative;
    display: inline-block;
}

footer .footer-menu li a:before {
    content: "";
    width: .5rem;
    height: .5rem;
    border-radius: .5rem;
    position: absolute;
    top: .5rem;
    left: 0;
    background-color: rgba(255, 255, 255, .5);
    transition: all .3s;
}

footer .footer-menu li a:hover:before {
    width: 1rem;
    transition: all .3s;
}

footer .footer-form {
    padding: .5rem;
    border: 1px solid #fff;
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
}

footer .footer-form input[type="text"] {
    line-height: 2rem;
    font-size: 1rem;
    background-color: transparent;
    border: none;
    color: #fff;
    width: calc(100% - 100px);
}

footer .footer-form input[type="text"]:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

footer .footer-form button {
    font-size: 1rem;
    line-height: 1rem;
    color: #fff;
    background-color: rgba(0, 0, 0, .2);
    border: none;
    padding: .5rem 1rem;
    border-radius: .5rem;
    width: 90px;
}
/* endregion */
