

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /*margin-bottom: 60px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal !important;
    font-style: normal !important;
    font-size:15px;*/
    background-color: white !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    max-width: 1158px;
    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    max-width: 1600px;
}

ul {
    list-style: none;
    padding-left: 0rem;
}

/*.footer {
    background-color: #9D021B !important;
    padding: 15px ;
}

.footer-col {
    width: 25%;
    padding: 0 15px;
}

    .footer-col h4 {
        font-size: 1.2rem;
        color: #ffffff;
        text-transform: capitalize;
        margin-bottom: 35px;
        font-weight: 500;
        position: relative;
        font-weight: bold;
    }

@media(max-width: 767px) {
    .footer-col ul li a {
        font-size: 0.8rem;
    }
}

@media(max-width: 767px) {
    .footer-col h4 {
        font-size: 1rem;
    }
}

@media(max-width: 767px) {
    .footer-col h4::before {
        width: 88%;
    }
}

@media(max-width: 415px) {
    .footer-col ul li a {
        font-size: 0.6rem;
    }
}

@media(max-width: 415px) {
    .footer-col h4 {
        font-size: 0.7rem;
    }
}

@media(max-width: 415px) {
    .footer-col h4::before {
        width: 95%;
    }
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: darkgray;
    height: 4px;
    box-sizing: border-box;
    width: 50%;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    color: white;
    display: block;
    transition: all 0.3s ease;
}

    .footer-col ul li a:hover {
        color: #ffffff;
        padding-left: 8px;
    }

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255,255,255,0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}

    .footer-col .social-links a:hover {
        color: #24262b;
        background-color: #ffffff;
    }

@media(max-width: 767px) {
    .footer-col {
    }
}

@media(max-width: 574px) {
    .footer-col {
    }
}*/
.footer-section {
    background: white ;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #9D021B;
}

.single-cta i {
    color: #9D021B;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

    .cta-text h4 {
        color: #9D021B;
        font-size: 15px;
        font-weight: normal;
        margin-bottom: 2px;
    }

    .cta-text span {
        color: #212529;
        font-size: 15px;
    }

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

    .footer-logo img {
        max-width: 200px;
    }

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #212529;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #212529;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 40px;
    position: relative;
    
}

    .footer-widget-heading h3::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -15px;
        height: 2px;
        width: 50px;
        background: #9D021B;
    }

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}
    .footer-widget ul li:before {
        content: "\2022"; /* Madde işareti olarak yuvarlak nokta (•) ekler */
        margin-right: 8px; /* Madde işareti ile metin arasına boşluk ekler */
    }

    .footer-widget ul li a:hover {
        color: #9D021B;
    }

    .footer-widget ul li a {
        color: #212529;
        text-transform: capitalize;
    }

.subscribe-form {
    position: relative;
    overflow: hidden;
}

    .subscribe-form input {
        width: 100%;
        padding: 14px 28px;
        background: #F5F5F5;
        border: 1px solid #2E2E2E;
        color: #fff;
    }

    .subscribe-form button {
        position: absolute;
        right: 0;
        background: #9D021B;
        padding: 13px 20px;
        border: 1px solid #9D021B;
        top: 0;
    }

        .subscribe-form button i {
            color: #fff;
            font-size: 22px;
            transform: rotate(-6deg);
        }

.copyright-area {
    background: #9D021B;
    padding: 10px;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: white;
}

    .copyright-text p a {
        color: #fff;
    }

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

    .footer-menu li:hover a {
        color: #ff5e14;
    }

    .footer-menu li a {
        font-size: 14px;
        color: #878787;
    }
.index-category {
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0) 0px 22px 70px 4px;
    transition: .3s;
}

    .index-category:hover {
        box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    }

.makitaTeknologies {
    max-width: 1600px;
}

.teknologiesImage {
    max-width: 1600px;
}

.makitaTeknologiesImage {
    max-width: 1600px;
}

#itemslider {
    max-width: 1600px;
}

@media(max-width: 415px) {
    .col-3 {
        padding: 1px;
        flex: 0 0 50%;
        max-width: 50%;
        margin: auto;
    }

    .row {
        margin: 10px 0px;
    }
    .p{
        padding-left:130px;
    }
}

@media(max-width: 415px) {
    .smllogo {
        width: 110px !important;
    }
}

.col-3 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
/*4 lü grubun boşluklarını kapatmak için*/

.nameListTechnologies:hover {
    text-decoration: none;
}

::selection {
    background: cadetblue;
    color: #fff;
}

.containerx {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px;
}

    .containerx .box {
        width: calc(25%);
        background: #dedede;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px 0px;
    }

.box .quote i {
    margin-top: 10px;
    font-size: 45px;
    color: #17c0eb
}

.containerx .box .image {
    margin: 0px 0;
    height: 100%;
    width: 100%;
    padding: 0px;
}

.box .image img {
    height: 100%;
    width: 100%;
}

.box p {
    text-align: justify;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
}

.box .name_job {
    margin: 10px 0 3px 0;
    color: #8e44ad;
    font-size: 18px;
    font-weight: 600;
}

.rating i {
    font-size: 18px;
    color: #8e44ad;
    margin-bottom: 5px;
}

.btns {
    margin-top: 20px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    .btns button {
        background: #8e44ad;
        width: 100%;
        padding: 9px 0px;
        outline: none;
        border: 2px solid #8e44ad;
        border-radius: 5px;
        cursor: pointer;
        font-size: 18px;
        font-weight: 400;
        color: #8e44ad;
        transition: all 0.3s linear;
    }

        .btns button:first-child {
            background: none;
            margin-right: 5px;
        }

        .btns button:last-child {
            color: #fff;
            margin-left: 5px;
        }

        .btns button:first-child:hover {
            background: #8e44ad;
            color: #fff;
        }

        .btns button:hover {
            color: #fff;
        }

@media (max-width:800px) {
    .containerx .box {
        width: calc(50%);
    }
}

@media (max-width:400px) {
    .containerx .box {
        width: 100%;
    }
    .jumbotron.feature .row {
        flex-direction: column-reverse; /* Satırları ters çevirin */
    }

    .jumbotron.feature .col-md-6 {
        order: 1; /* Resimli sütunu ilk sıraya getirin */
    }
}

a {
    text-decoration: none;
    margin-left:0px;
}


