body {
    background-color: #efeff2;
}

body {
    background-color: white;
}

.d-none-pc {
    display: none;
}

.accordion-image {
    width: 78%;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 1rem;
}

.navbar {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
/************quantitiy css ************/

.qty .count {
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 2px;
    min-width: 35px;
    text-align: center;
    border: 1px black solid;
    color: black;
}

.qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: center;
    color: white;
    width: 30px;
    height: 30px;
    font: 30px/1 Arial, sans-serif;
    text-align: center;
    border-radius: 50%;
    background-color: black;
}

.qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: center;
    color: white;
    width: 30px;
    height: 30px;
    font: 28px/1 Arial, sans-serif;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: black;
}

.minus:hover {
    background-color: #4b4848 !important;
}

.plus:hover {
    background-color: #4b4848 !important;
}

/*Prevent text selection*/
span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

input {
    border: 0;
    width: 2%;
}

    nput::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input:disabled {
        background-color: white;
    }

/************/

* {
    margin: 0;
}

.badge-special {
    background-color: #ffffff;
    color: #c4c0c0;
}

.bg-light {
    background-color: #efeff2 !important;
}

    .bg-light:focus {
        background-color: #ffffff !important;
        border: black 2px solid !important;
    }

input[type="radio"] {
    visibility: hidden;
    display: none;
    background-color: #f6f6f8;
}

label {
    color: #909494;
    display: inline-block;
    background-color: #efeff2;
    cursor: pointer;
    font-weight: normal;
    padding: 10px 5px;
    border: none;
    text-align: left;
    text-decoration: none;
    border-radius: 30px;
    margin: 0;
}

input[type="radio"]:checked + label {
    color: black;
    background: #ffffff;
    font-weight: 800;
}

input[type="radio"]:checked {
    color: black;
    background: #ffffff;
    font-weight: 800;
}

.input-button-inner-type {
    color: #d1d4d4;
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    background-color: #f5f6f8;
    cursor: pointer;
    font-weight: normal;
    border: none;
    text-align: left;
    text-decoration: none;
    border-radius: 30px !important;
}

.input-button-inner-type-2 {
    color: #d1d4d4;
    align-items: center;
    background-color: #f5f6f8;
    cursor: pointer;
    font-weight: normal;
    border: none;
    text-align: left;
    text-decoration: none;
    border-radius: 30px !important;
    min-width: 200px;
}

.input-button-inner-type-4 {
    color: #d1d4d4;
    display: flex;
    padding: 0 5px;
    flex-direction: row-reverse;
    align-items: center;
    background-color: #efeff2;
    cursor: pointer;
    font-weight: normal;
    border: none;
    text-align: left;
    text-decoration: none;
    border-radius: 30px !important;
}

.w-25 {
    width: 29% !important;
    text-align: center !important;
}

.input-button-inner-type-4 label {
    color: #909494;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background-color: #efeff2;
    cursor: pointer;
    font-weight: normal;
    border: none;
    text-align: left;
    text-decoration: none;
    border-radius: 30px !important;
}

.input-button-inner-type-2 input[type="radio"] {
    visibility: visible;
    display: none;
    background-color: #f6f6f8;
}

.input-button-inner-type input[type="radio"] {
    visibility: visible;
    display: unset;
    background-color: #f6f6f8;
}

input[type="radio"] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid darkgray;
    border-radius: 50%;
    outline: none;
    box-shadow: 0 0 5px 0px gray inset;
}

    input[type="radio"]:hover {
        box-shadow: 0 0 5px 0px black inset;
    }

    input[type="radio"]:before {
        content: "";
        display: block;
        width: 60%;
        height: 60%;
        margin: 20% auto;
        border-radius: 50%;
    }

    input[type="radio"]:checked:before {
        background: black;
    }

.highlight {
    color: black;
    background-color: #ffffff;
    font-weight: 800;
    box-shadow: 5px 5px #d4d4d9;
}


a, h1, p, div, span {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}

.input-button-inner-type label {
    font-size: 1.2rem;
}

.input-button-inner-type-2 label {
    font-size: 1.2rem;
}

.input-button-inner-type-3 label {
    font-size: 0.8rem;
}

a {
    color: unset;
}

img {
    width: 100%;
}

.header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    z-index: 9999;
}

.w-40 {
    width: 45%;
}

.logo {
    width: 15%;
    padding: 0 40px;
}

.wiki-nav-menu {
    width: 65%;
}

.logo img {
    width: 55%;
    margin-top: 2px;
}

.wiki-nav-menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}

.wiki-nav-menu ul {
    padding: 0;
    margin: 0;
    padding-left: 5%;
}

.login-wrapper ul li {
    list-style: none;
    display: inline-block;
}

.login-wrapper {
    width: 30%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: right;
    padding-right: 40px;
}

    .login-wrapper ul {
        margin-bottom: 0;
        width: 100%;
    }

        .login-wrapper ul li a {
            padding: 8px 25px;
            color: #000;
        }

.navbar {
    position: absolute;
    z-index: 999;
}

.nav-item {
    padding-left: 3%;
    text-transform: uppercase;
    font-weight: bold;
}

    .nav-item a {
        color: black;
    }

a.black-button {
    background-color: #000;
    border-radius: 15px;
    color: #fff !important;
    font-size: 15px;
    text-decoration: none;
}

.company-profile-slider > img:first-child {
    width: auto !important;
    float: right;
}

a.button {
    display: table;
    background-color: transparent;
    background-image: linear-gradient(to bottom, transparent 50%, white 50%);
    background-size: 100% 200%;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: black;
    border: 1px solid black;
    border-radius: 35px;
    padding: 10px 95px;
    text-decoration: none;
    transition: background-position 0.6s, color 0.6s, box-shadow 0.6s, margin-top 0.6s;
    margin-left: 63px;
}

.slider img {
    width: 100%;
}

.caption {
    position: absolute;
    top: 25%;
    left: 10%;
    width: 50%;
}

.caption h1 {
    font-size: 47px;
    font-weight: bold;
}

    .caption p {
        /*color: #919191;*/
        margin: 0;
        font-size: 19px;
        margin-bottom: 22px;
    }

.color-black {
    color: #000 !important;
}

.font-bold {
    font-weight: bold !important;
}

.slider-button-wrapper {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.lets-start {
    margin-right: 10px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 120px;
    padding: 17px 36px;
}

.card {
    border: none;
}

.video {
    width: 100%;
}

.container2 h2 {
    display: block;
    text-align: center;
}

.videocontainer {
    padding-right: 5%;
}

.accordioncontainer {
    padding-left: 5%;
}

.card-header {
    border-radius: 100px !important;
    margin-bottom: 10px;
}

.mb-0 {
    display: flex;
    justify-content: space-between;
}

.btn-link {
    color: black !important;
    font-size: 17px;
    text-decoration: none !important;
}

    .btn-link i {
        font-size: 25px;
    }

    .btn-link p {
        margin-bottom: 0px;
    }

.card-header {
    padding: 10 20 10 20 !important;
}

.section-3 img {
    width: 100%;
}

.section-3 h2 {
    text-align: left;
    padding-left: 62px;
}

.bg-grey {
    background-color: #e0dfe42e;
}

.section-3 li {
    list-style-type: none;
    margin-bottom: 15px;
}

    .section-3 li i {
        margin-right: 5px;
    }

    .section-3 li::before {
        font-family: 'Font Awesome 5 Pro';
        content: "\f00c";
        margin: 0 5px 0 -15px;
    }

.section-3 p {
    padding-left: 66px;
}

.section-3 ul {
    margin-bottom: 2.9rem !important;
}

.referanslar h3 {
    color: #272d4e;
    text-align: center;
}

.referanslar p {
    text-align: center;
}

.referanslar img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 20%;
}

section.contact {
    padding: 30px 0px;
    min-height: 139px;
}

.sui-input {
    height: 50px;
}

.sui-button {
    height: 50px;
}

.footer-group {
    padding: 53px 0px;
    align-items: center;
    justify-content: space-between;
}

.footer-menus ul li {
    list-style: none;
    margin-bottom: 10px;
}

.footer-menu-1 ul li {
    list-style: none;
    margin-bottom: 21px;
    text-transform: uppercase;
    font-size: 15px !important;
    padding-left:0px;
}

.footer-social ul li {
    list-style: none;
}

.footer-social ul {
    display: flex;
    justify-content: center !important;
    padding: 0;
    margin-top: 10px;
}

.page-detail-banner {
    height: 460px;
    background-size: cover;
}

.product-detail-section h1 {
    font-size: 45px;
    font-weight: bold;
    text-align: left;
}

.detail-1 ul {
    padding: 0;
}

    .detail-1 ul li {
        list-style: none;
        color: #919191;
    }

.property {
    padding-left: 50px;
}

.product-detail-section {
    padding: 50px 0px;
}

.detail-1 ul li:before {
    content: "✓";
    font-weight: 900;
    font-size: 22px;
}

.nfc-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
}

.nfc-bg-1 {
    background-color: #e0dfe447;
    width: 100%;
    padding: 11% 20% 11% 30%;
    border-radius: 30px;
}

.nfc-bg-2 {
    background-color: #e0dfe447;
    width: 100%;
    padding: 11% 30% 11% 10%;
    border-radius: 30px;
}

.nfc-img {
    width: 60%;
}

.nfc-bg-1 h1,
.nfc-bg-2 h1 {
    font-weight: bold;
    font-size: 32px;
}

.nfc-img {
    margin-right: 10%;
}

.how-it-works {
    padding: 50px 100px;
}

.info-group {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-bottom: 10px;
}

.info-box {
    display: flex;
    flex-wrap: wrap;
}

.info-group span {
    color: #919191;
}

.info-group label {
    color: #272d4e;
}

.info-box {
    padding: 20px 0px;
}

.contact-page {
    padding: 50px 100px;
}

.contact-form input {
    margin-bottom: 20px;
    border-radius: 8px;
    height: 60px;
}

button.btn.contact-btn {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 10px 50px;
}

.wiki-nav-menu a {
    color: #000;
}

.login-page-wrapper {
    height: 100vh;
}

.left-login-side {
    width: 40%;
    position: absolute;
    left: 5%;
    top: 10%;
}

.login-logo {
    width: 200px;
}

    .login-logo p {
        margin-top: 15px;
    }

.login-form input {
    margin-top: 10px;
    border-radius: 25px;
}

button.btn.login-button {
    margin-top: 10px;
    width: 50%;
    border-radius: 25px;
    background-color: #000;
    color: #fff;
    height: 50px;
}

.login-form-footer {
    text-align: center;
    margin-top: 12px;
}

    .login-form-footer label {
        color: #919191;
    }

    .login-form-footer span {
        color: #000;
    }

    .login-form-footer p a {
        color: #000;
    }

    .login-form-footer a {
        color: #000;
    }

.navbar-toggler {
    display: none;
    text-transform: uppercase;
}

.login-wrapper-responsive {
    display: none;
}

.card--header {
    font-size: 2.2rem;
}

.font-size-80 {
    font-size: 80px;
}

.cardChange {
    width: 100%;
    height: 100%;
    max-height: 485px;
    min-height: 450px;
    border-radius: 50px;
    background-image: url("../img/sui-card-plus.png");
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
}

.h-30 {
    height: 60px;
    background-size: cover;
    background-position: center;
}

.footer-logo {
    width: 56%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.languageSelection button {
    font-size: 13px;
}

.product-list .form-select {
    padding: 10px;
}

select {
    -webkit-appearance: none;
    width: 35px;
    text-align: center;
    padding: 5px;
    font-size: 16px;
    border: 1px solid black;
    border-radius: 5px;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #f4f4f3;
    background-position-x: 160px;
}

.icon {
    width: 2.5rem;
    height: 2.5rem;
}

.icon2 {
    width: 1.5rem;
    height: 1.5rem;
}

ul.company-social li i {
    font-size: 20px;
    cursor: pointer;
}
