﻿body {
    font-family: "Poppins", Arial, sans-serif;
    background: #fff;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #666666;
}

h3, h2 {
    color: #000000cc;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 2rem;
}

h3 {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

/* <!-- Home Page-- > */

.home-main .home-item {
    background-size: cover;
    height: 600px;
    position: relative;
    z-index: 0;
}

    .home-main .home-item .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: .5;
        background: linear-gradient(45deg, #435a7e 0%, #f18b28 100%);
    }

    .home-main .home-item .home-text {
        height: 600px;
    }

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.home-main .home-item .home-text h1 {
    font-size: 40px;
    color: #fff;
    line-height: 1.2;
    font-weight: 600;
}

.home-main .home-item .home-text p {
    color: rgba(255, 255, 255, 0.9);
}

.features-no-pb {
    padding-bottom: 0;
}

.bg-orange {
    background-color: #f18b28;
}

.bg-blue {
    background-color: #435a7e;
}

.features .icons .icon span {
    font-size: 50px;
    color: #fff;
}

.features .media-body {
    color: #ffffffcc;
}

    .features .media-body h3 {
        font-size: 22px;
        color: #fff;
        line-height: 1.5;
    }

.wrap-about {
    position: relative;
}

.services-2 {
    margin-bottom: 30px;
}

    .services-2 .text h3 {
        font-size: 20px;
        font-weight: 500;
    }

    .services-2 .text {
        width: calc(100% - 80px);
    }

    .services-2 .icon {
        line-height: 1;
        position: relative;
        width: 80px;
        height: 80px;
        background: #f18b28;
        border-radius: 50%;
    }

        .services-2 .icon span {
            font-size: 30px;
            color: #fff;
        }

i.fa.fa-credit-card {
    font-size: 20px;
    font-weight: bold;
}

/* <!-- Log-In --> */

.main {
    background: #f6f7fc;
    width: 75%;
}

.bg {
    background-size: cover;
    background-position: center;
    width: 25%;
    background-image: url('/Assets/Images/triangles.png');
}

.mainpage a {
    color: #fb771a;
    text-decoration: underline;
}

.forgot-pass {
    position: relative;
    top: 2px;
    font-size: 14px;
}

/* <!-- Register --> */

.register.row.align-items-center {
    margin: 3rem;
}

/* <!-- ThreeDSuccessReturn --> */

.message {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 600;
}

.a-link {
    color: #fb771a;
    text-decoration: none;
    font-size: 18px;
}

.go-to-home {
    padding: 40px;
    text-align: center;
}

.success.row.align-items-center {
    padding: 4rem;
}

/* <!--BuyedRapor --> */

.discountcode {
    color: red;
    font-weight: bold;
    font-size: 14px;
    width: 130px;
}

i.sub-titles.last {
    margin-right: 2rem;
}

.last {
    float: right;
}

.title {
    font-style: unset;
    margin-left: 4rem;
}

.sub-titles {
    font-style: unset;
    margin-left: 2rem;
}

.container-body.no-product {
    margin: 8rem;
}

.search-part.d-flex {
    margin-left: 350px;
    margin-bottom: 8px;
}

.siparis-title {
    color: #212529;
    font-family: "Poppins", Arial, sans-serif;
    background: #fff;
    font-size: 18px;
    line-height: 1.8;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.hiddenObjects {
    margin-left: 6px;
}

a:hover {
    text-decoration: none;
    color: black;
}

.clicked {
    color: #fb771a !important;
}

span {
    margin: 6px;
}

.aside-links {
    padding: 0.25rem 1.5rem;
    color: #fb771a;
    height: auto;
    display: flex;
    text-decoration: none;
    height: 45px;
}

.row.buyed-part {
    padding-top: 5rem;
    margin-left: auto;
}

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
    font-size: 12px;
    color: #000;
    padding: 0.5rem 1.5rem;
}

.navbar {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

.card {
    border: none;
}

    .card span {
        font-size: 20px;
        color: #212529;
        font-family: "Poppins", Arial, sans-serif;
        background: #fff;
        font-size: 16px;
        line-height: 1.8;
        font-weight: 500;
    }

        .card span i {
            font-family: "Poppins", Arial, sans-serif;
            font-style: normal;
            color: #000;
            font-size: 14px;
            margin: 10px;
        }

/* <!-- UserInvoiceInfoPage --> */

label.tckn {
    margin-top: 15px;
}

/* <!-- Credit Card from Mobile --> */

.container.preload {
    padding: 30px;
    height: 280px;
}

.payment-title h1 {
    font-family: "Poppins", Arial, sans-serif;
    color: #000;
    margin-top: 45px;
}

input.btn.btn-orange {
    background-color: #fb771a;
    margin-top: 13px;
    color: #fff;
}

.payment-title {
    width: 100%;
    text-align: center;
}

.payment-form-container .form-group:first-of-type {
    grid-area: name;
}

.payment-form-container .form-group:nth-of-type(2) {
    grid-area: number;
}

.payment-form-container .form-group:nth-of-type(3) {
    grid-area: expiration;
}

.payment-form-container .form-group:nth-of-type(4) {
    grid-area: security;
}

.form-group input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-group {
    position: relative;
}

.payment-form-container {
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: 90px 90px 90px;
    grid-template-areas: "name name""number number""expiration security";
    max-width: 400px;
    padding: 20px;
    color: #707070;
}

.ccicon {
    height: 38px;
    position: absolute;
    top: calc(50% - 17px);
}

/* CREDIT CARD IMAGE STYLING */
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

#ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

    #ccsingle svg {
        width: 100px;
        max-height: 60px;
    }

.creditcard svg#cardfront,
.creditcard svg#cardback {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0px black;
    box-shadow: 1px 5px 6px 0px black;
    border-radius: 22px;
}

#generatecard {
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

/* CHANGEABLE CARD ELEMENTS */
.creditcard .lightcolor,
.creditcard .darkcolor {
    -webkit-transition: fill .5s;
    transition: fill .5s;
}

.creditcard .lightblue {
    fill: #03A9F4;
}

.creditcard .lightbluedark {
    fill: #0288D1;
}

.creditcard .red {
    fill: #ef5350;
}

.creditcard .reddark {
    fill: #d32f2f;
}

.creditcard .purple {
    fill: #ab47bc;
}

.creditcard .purpledark {
    fill: #7b1fa2;
}

.creditcard .cyan {
    fill: #26c6da;
}

.creditcard .cyandark {
    fill: #0097a7;
}

.creditcard .green {
    fill: #66bb6a;
}

.creditcard .greendark {
    fill: #388e3c;
}

.creditcard .lime {
    fill: #d4e157;
}

.creditcard .limedark {
    fill: #afb42b;
}

.creditcard .yellow {
    fill: #ffeb3b;
}

.creditcard .yellowdark {
    fill: #f9a825;
}

.creditcard .orange {
    fill: #ff9800;
}

.creditcard .orangedark {
    fill: #ef6c00;
}

.creditcard .grey {
    fill: #3e6097fc;
}

.creditcard .greydark {
    fill: #14141b;
}

/* FRONT OF CARD */
#svgname {
    text-transform: uppercase;
}

#cardfront .st2 {
    fill: #FFFFFF;
}

#cardfront .st3 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
}

#cardfront .st4 {
    font-size: 54.7817px;
}

#cardfront .st5 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardfront .st6 {
    font-size: 33.1112px;
}

#cardfront .st7 {
    opacity: 0.6;
    fill: #FFFFFF;
}

#cardfront .st8 {
    font-size: 24px;
}

#cardfront .st9 {
    font-size: 36.5498px;
}

#cardfront .st10 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
}

#cardfront .st11 {
    font-size: 16.1716px;
}

#cardfront .st12 {
    fill: #4C4C4C;
}

/* BACK OF CARD */
#cardback .st0 {
    fill: none;
    stroke: #0F0F0F;
    stroke-miterlimit: 10;
}

#cardback .st2 {
    fill: #111111;
}

#cardback .st3 {
    fill: #F2F2F2;
}

#cardback .st4 {
    fill: #D8D2DB;
}

#cardback .st5 {
    fill: #C4C4C4;
}

#cardback .st6 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardback .st7 {
    font-size: 27px;
}

#cardback .st8 {
    opacity: 0.6;
}

#cardback .st9 {
    fill: #FFFFFF;
}

#cardback .st10 {
    font-size: 24px;
}

#cardback .st11 {
    fill: #EAEAEA;
}

#cardback .st12 {
    font-family: 'Rock Salt', cursive;
}

#cardback .st13 {
    font-size: 37.769px;
}

/* FLIP ANIMATION */
.container {
    perspective: 1000px;
}

.creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
}

    .creditcard .front,
    .creditcard .back {
        position: absolute;
        width: 100%;
        max-width: 400px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-font-smoothing: antialiased;
        color: #47525d;
    }

    .creditcard .back {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .creditcard.flipped {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

.payment-bottom {
    margin: 15px;
}

span.active-link {
    color: #fb771a;
    font-weight: bold;
    padding: 3px;
}

.payment-bottom span.fa.fa-arrow-right {
    margin: 50px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.payment-form-container input {
    width: 400px;
}

button.btn.btn-orange {
    color: #fff;
    background-color: #fb771a;
}



.exam-text {
    padding: 20px 0px;
}

    .exam-text h3 {
        margin: 0 0 20px;
        font-size: 22px;
        height: 48px;
    }

    .exam-text a.btn.btn-orange {
        color: #fff;
        background-color: #fb771a;
    }

    .exam-text span {
        font-size: 20px;
        color: #fb771a;
    }

        .exam-text span i {
            font-family: "Poppins", Arial, sans-serif;
            font-style: normal;
            color: #000;
            font-size: 18px;
            margin: 12px;
        }

    .exam-text button.btn.btn-orange {
        color: #fff;
        background-color: #fb771a;
    }

/* <!-- MyBasket --> */

.basket.dropdown-menu.dropdown-menu-right {
    right: 13rem;
}

.container.basket-img {
    width: auto;
    height: 87px;
}

.basket .img {
    max-width: 70px;
    height: 80px;
    margin: 5px 5px;
    border: 1px solid #e9ecef;
    background-size: cover;
    background-position: center;
}

p.product-name {
    margin-top: -80px;
    margin-bottom: 1rem;
    margin-left: 6rem;
}

.before-basket .title h2 {
    padding: 10px;
    font-size: 25px;
}

.before-basket h1.title {
    font-size: 1.8rem;
    font-family: "Poppins", Arial, sans-serif;
    background: #fff;
    line-height: 1.8;
    font-weight: 400;
    color: #666666;
}

.basket-header.border-bottom-basket {
    border-bottom: 10px solid #f8f9fa !important;
    padding: 10px;
    background-color: #f8f9fa;
}

.basket-box {
    padding: 5px;
}

.basket-text button.btn.btn-orange {
    color: #fff;
    background-color: #fb771a;
}

.exam-text button.btn.btn-orange {
    color: #fff;
    background-color: #fb771a;
}

.basket-section {
    padding: 1em;
}

    .basket-section .basket .basket-box {
        box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    }

.basket-text {
    padding: 20px 0px;
}

    .basket-text h3 {
        margin: 0 0 20px;
    }

    .basket-text a.btn.btn-orange {
        color: #fff;
        background-color: #fb771a;
    }

    .basket-text span {
        font-size: 20px;
        color: #fb771a;
    }

        .basket-text span i {
            font-family: "Poppins", Arial, sans-serif;
            font-style: normal;
            color: #000;
            font-size: 18px;
            margin: 12px;
        }

.product-details {
    margin-top: -13px;
    margin-left: 98px;
}

    .product-details.two {
        padding-top: 8px;
    }

.basket-img i {
    font-family: "Poppins", Arial, sans-serif;
    font-style: normal;
    color: #000;
    font-size: 15px;
    margin: 12px;
}

.basket-img span {
    font-size: 16px;
    color: #fb771a;
}

.product-actions .decrease {
    margin-left: 300px;
    margin-top: -40px;
    border: 1px solid #e9ecef;
    cursor: pointer;
}

.product-actions .productnumber {
    margin-left: 330px;
    margin-top: -55px;
    border: 1px solid #e9ecef;
    width: 60px;
    height: 33px;
    text-align: center;
}

.product-actions .addproduct {
    margin-left: 395px;
    margin-top: -55px;
    border: 1px solid #e9ecef;
    cursor: pointer;
}

.product-price p {
    margin-left: 450px;
    margin-top: -70px;
    font-size: 15px;
    font-weight: bold;
    color: #043565;
}

.product-delete button {
    border: none;
    background-color: white;
    margin-left: 524px;
    margin-top: -42px;
    font-size: 20px;
    color: #fb771a;
    cursor: pointer;
}

.navbar span {
    margin-right: auto;
}

    .navbar span.fa.fa-arrow-right {
        margin-left: 2em;
    }

    .navbar span.text {
        margin-left: -30em;
    }

.home-section {
    padding: 10em 0;
}

.free-basket p {
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
    padding: 50px;
}
/*<--! ExamBuy -->*/

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 4px;
    display: none;
}

.sub-btn {
    width: 310px;
    height: 50px;
    cursor: pointer;
    position: relative;
}

.btn-1 {
    background: #fb771a;
    border: none;
    z-index: 1;
}

    .btn-1:after {
        position: absolute;
        content: "";
        width: 0;
        height: 100%;
        top: 0;
        right: 0;
        z-index: -1;
        background-color: #fb771a;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .btn-1:hover {
        color: #fff;
    }

        .btn-1:hover:after {
            left: 0;
            width: 100%;
        }

    .btn-1:active {
        top: 2px;
    }

ul {
    list-style-type: none
}

.accordion {
    max-width: 360px;
    background: #FFF;
    padding: 5px;
}

    .accordion .link {
        cursor: pointer;
        padding: 15px 15px 15px 42px;
        color: #4D4D4D;
        font-size: 14px;
        font-weight: 700;
        border-bottom: 1px solid #CCC;
        position: relative;
    }

    .accordion li:last-child .link {
        border-bottom: 0
    }

    .accordion li i {
        position: absolute;
        top: 16px;
        left: 12px;
        font-size: 18px;
        color: #595959;
    }

        .accordion li i.fa-chevron-down {
            right: 12px;
            left: auto;
            font-size: 16px
        }

    .accordion li.open .link {
        color: #fb874b
    }

    .accordion li.open i {
        color: #fb874b
    }

.submenu {
    display: none;
    background: #e9ecef1c;
    font-size: 14px
}

    .submenu li {
        border-bottom: 1px solid #4b4a5e
    }

    .submenu button {
        display: block;
        color: #1b181a;
        text-decoration: none;
        padding: 12px;
        padding-left: 30px;
        border: none;
        cursor: pointer;
        background-color: initial;
    }

.active {
    background-color: #fb771a !important;
    color: #ffffff;
    border: none;
}

.card.col-md-15.mb-2 {
    border: 2px solid #e9ecef;
}

.btn-link {
    color: #fb771a;
}

.home-bottom {
    padding: 20px;
}

    .home-bottom a {
        color: #fb771a;
    }

    .home-bottom .navbar span {
        margin-right: auto;
    }

        .home-bottom .navbar span.fa.fa-arrow-right {
            margin-left: 2em;
        }

        .home-bottom .navbar span.text {
            margin-left: -30em;
        }

.exam-section {
    padding: 1em;
}

    .exam-section .exam .exam-box {
        box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    }

    .exam-section .exam .img {
        background-size: cover;
        background-position: center;
        height: 350px;
    }

.exam-text {
    padding: 20px 0px;
}

    .exam-text h3 {
        margin: 0 0 20px;
        font-size: 22px;
        height: 48px;
    }

    .exam-text a.btn.btn-orange {
        color: #fff;
        background-color: #fb771a;
    }

    .exam-text span {
        font-size: 20px;
        color: #fb771a;
    }

        .exam-text span i {
            font-family: "Poppins", Arial, sans-serif;
            font-style: normal;
            color: #000;
            font-size: 18px;
            margin: 12px;
        }

    .exam-text button.btn.btn-orange {
        color: #fff;
        background-color: #fb771a;
    }

.card h3 {
    margin: 0 0 20px;
    font-size: 22px;
    height: 48px;
}

.card a.btn.btn-orange {
    color: #fff;
    background-color: #fb771a;
}

.card button.btn.btn-orange {
    color: #fff;
    background-color: #fb771a;
}

/* <!-- Permisson Module --> */

.duration {
    margin-left: 100px;
}

.body-part {
    padding: 6px;
    color: black;
}

.code-header {
    padding: 0.5rem 0.5rem;
    font-size: 16px;
    font-weight: bolder;
    color: black;
}

/* <--! AlertBox --> */

.modal-confirm {
    color: #636363;
    width: 325px;
}

    .modal-confirm .modal-content {
        padding: 20px;
        border-radius: 5px;
        border: none;
    }

    .modal-confirm .modal-header {
        border-bottom: none;
        position: relative;
    }

    .modal-confirm h4 {
        text-align: center;
        font-size: 26px;
        margin: 30px 0 -15px;
    }

    .modal-confirm .form-control, .modal-confirm .btn {
        min-height: 40px;
        border-radius: 3px;
    }

    .modal-confirm .close {
        position: absolute;
        top: -5px;
        right: -5px;
    }

    .modal-confirm .modal-footer {
        border: none;
        text-align: center;
        border-radius: 5px;
        font-size: 13px;
    }

    .modal-confirm .icon-box {
        color: #fff;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -70px;
        width: 95px;
        height: 95px;
        border-radius: 50%;
        z-index: 9;
        background: #ef513a;
        padding: 15px;
        text-align: center;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    }

        .modal-confirm .icon-box i {
            font-size: 56px;
            position: relative;
            top: 4px;
        }

    .modal-confirm.modal-dialog {
        margin-top: 80px;
    }

    .modal-confirm .btn {
        color: #fff;
        border-radius: 4px;
        background: #ef513a;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        border: none;
    }

        .modal-confirm .btn:hover, .modal-confirm .btn:focus {
            background: #da2c12;
            outline: none;
        }

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}