@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;1,300;1,400&display=swap');

@import url('../flaticon/font/flaticon.css');

* {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
ul {
    padding-left: 0;
    margin-bottom: 0;
}
li {
    list-style-type: none;
}

.mt-sm {
    margin-top:30px;
}
a:hover {
    text-decoration: none;
}

.red {
    background-color: #e20613;
    color: #ffffff;
    padding:5px;
}
.black {
    background-color: #30302f;
    color: #ffffff;
    padding: 5px;
    font-weight: 700;
}

.item {
    position: relative;
}
.slide-title {
    position: absolute;
    left:60%;
    top:60%;
    transform: translate(-60%, -60%);
}

.navbar {
    border:none;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar a {
    color: #000;
    position: relative;
}
.nav-left ul li a {
    position: relative;
}
.nav-left ul li a:after {
    content : '';
    width: 0;
    height: 1px;
    background-color: #000;
    position: absolute;
    left:10px;
    bottom: 8px;
    transition: all 300ms ease;
}
.nav-left ul li a:hover:after {
    width:30px;
}
@media only screen and (min-width:992px) {
    .navbar .container {
        display: flex;
        align-items: center;

    }
    .nav-logo a img {
        height: 70px;
        margin-top:15px;
        margin-bottom:15px;
    }

    .nav-menu-container ul {
        /*
        display: flex;
        align-items: center;
        justify-content: space-between;
        */
    }
    .nav-menu-container ul li {
        display: inline-block;
    }
    .nav-left ul li a {
        display: inline-block;
        padding:10px;
    }
    .nav-menu-container {
        flex-grow: 1;
        display: flex;
        justify-content: space-between;
    }
    .nav-left {
        flex-grow: 1;
        padding-left: 30px;
        padding-right: 30px;
    }
    .nav-left ul {
        text-align: center;
    }
    .nav-left ul li {
        position: relative;
    }
    .nav-left ul li:not(:last-child):after {
        content : '';
        width: 1px;
        height: 25px;
        background-color: #000;
        position: absolute;
        right:0;
        top:8px;
    }

    .nav-right ul li a {
        padding:10px 3px;
        display: inline-block;
    }

    .mtop-f {
        margin-top: 85px;
    }
    .col-footer-contact {
        border-left: 1px solid #e20613;
        padding-left: 30px;
    }

    .carousel-control .icon-prev:before, .carousel-control .icon-next:before {
        font-size: 140px;
    }

    .slide-title {
        font-size: 3em;
    }
}



.cnt-info {
    border-top: 20px solid #e20613;
    padding-top:50px;
    padding-bottom: 50px;
    background-color: #06e8ff;
}


footer {
    background-color: #30302f;
    padding-top:5px;
    padding-bottom: 5px;
    text-align: center;
}
footer p {
    margin:0;
    color: #ffffff;
    font-weight: 300;
}
footer a {
    margin:0;
    color: #ffffff;
    font-weight: 300;
    transition: all 300ms ease;
}
footer a:hover {
    color: #e4e3e3;
}


.col-footer-logo img {
    height: 75px;
}
.footer-mail {
    color: #000000;
}

.slide-title {
    margin-top:-75px;
    transition: all 300ms ease;
    opacity: 0;
}
.active > .slide-title {
    margin-top: 0;
    opacity: 1;
}


.cnt-hakkimizda {
    background-color: #99f2ef;
    padding-top:45px;
}
.cnt-hakkimizda p {
    line-height: 1.9em;
}

@media only screen and (min-width:991px) {
    .col-hakkimizda {
        padding-top:75px;
    }
}


.cnt-teknik-destek {
    background-color: #e1efb9;
    padding-top:15px;
    padding-bottom: 45px;
}

.teknik-bigger {
    color: #e20613;
    font-size: 4em;
    font-weight: 700;
}

@media only screen and (min-width:991px) {
    .col-destek {
        padding:5px 45px;
    }
    .teknik-detay {
        font-size: 1.2em;
    }
}

.col-teknik-pdfs ul li a img {
    width: 50px;
    transition: all 300ms ease;
}
.col-teknik-pdfs ul li {
    width: 33%;
    float:left;
    margin-top: 15px;
}

.col-teknik-pdfs a:hover img {
    transform: scale(1.1);
}


.cnt-servis {
    background-color: #b9ceed;
    padding-bottom: 30px;
    padding-top:30px;
}

.div-servis-form {
    background-color: #ffffff;
    padding:20px 20px 10px 20px;
}
p.title {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 1.2em;
}

.cnt-servis {
    padding-top:30px;
    padding-bottom: 30px;
}

.btn-servis {
    background-color: #e20613;
    border-radius: 0;
    border:1px solid transparent;
    transition: all 300ms ease;
    font-weight: 500;
}
.btn-servis:hover {
    background-color: #ffffff;
    color: #e20613;
    border-color: #e20613;
}
.form-control {
    border-radius: 0;
}


.cnt-is-ortaklarimiz {
    background-color: #e9ef9a;
    padding-top: 30px;
    padding-bottom: 30px;
}

.col-is-ortaklarimiz-img {
    margin-top:30px;
}
@media only screen and (min-width:991px) {
    .col-is-ortaklarimiz-img {
        margin-top:120px;
    }

.cnt-urunler {
    background: rgb(48,48,47);
background: linear-gradient(90deg, rgba(48,48,47,1) 0%, rgba(48,48,47,1) 17%, rgba(255,255,255,1) 17%, rgba(255,255,255,1) 100%);
}

}

.col-is-ortaklarimiz ul li {

}
@media only screen and (min-width:991px) {
    .hamburger-label {
        display: none;
    }

.col-is-ortaklarimiz ul li {
width: 18%;
display: inline-block;
padding:10px;
}

}


.cnt-iletisim {
    background-color: #b9ead6;
}

.col-iletisim-info {
    padding-top:45px;
    padding-bottom: 45px;
}
.nav-en {
    display: none;
}
@media only screen and (min-width:991px) {
    .col-iletisim-info {

    }

    .navbar {
        position: relative !important;
    }
    .nav-en {
        display: inline-block;

        padding:5px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        background-color: #000000;
        right: 30px;
        top:0;
        color: #ffffff !important;
        z-index: 100;
        position:absolute !important;
    }
}
.col-iletisim-info p {
    line-height: 2em;
    margin-top:30px;
    position: relative;
}
.col-iletisim-info p:before {
    position: absolute;
    content : "\f108";
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 30px;
    top:24px;
    left: -35px;
}
.col-iletisim-info a {
    color: #000000;
    font-weight: bold;
}
.col-iletisim-info a:hover {
    text-decoration: underline;
}

.cnt-iletisim-info {
    padding-top:50px;
    padding-bottom: 50px;
    background-color: #b9ead6;
}

@media only screen and (min-width:991px) {
.urun-list {
    border:1px solid #000000;
}
}

.cnt-urunler {
    padding-top:30px;
    padding-bottom: 45px;
}

.urun-list {
    padding:5px;
    background-color: #ffffff;
}
.urun-list li {
    font-size: 0.8em;
    line-height: 2em;
}
.urun-list ul li:not(:last-child) {
    border-bottom:1px solid #000000;
    margin-top:3px;
}
.cnt-urunler p.title {
    font-size: 1.6em;
}

.hamburger {
    display: none;
}

@media only screen and (max-width:991px) {
    body {
        padding-top:50px;
    }
    .navbar {
        background-color: #ffffff;
        z-index: 100;
        position: fixed;
        top:0;
        width: 100%;

    }
    .nav-logo {
        position: relative;
    }
    .nav-logo img {
        height: 45px;
        margin-top:2px;
        margin-bottom: 3px;
    }
    .nav-menu-container {
        left:-100vw;
        position: absolute;
        width: 100vw;
        top: 50px;
        background-color: #ffffff;
        padding:30px;
        transition: all 300ms ease;
    }
    .nav-left {
        font-size: 1.4em;
    }
    .nav-left ul li a {
        padding: 5px 10px;
        display: inline-block;
    }
    .hamburger:checked ~ .nav-menu-container {
        left:0;
    }

    .hamburger-label {
        right: 46px;
        top:14px;
        position: absolute;
    }

    
    .hamburger:checked ~ .hamburger-label span:nth-child(2) {
        display: none;
    }
    .hamburger:checked ~ .hamburger-label span:nth-child(1) {
        transform: rotate(45deg);
        top:10px;
    }
    .hamburger:checked ~ .hamburger-label span:nth-child(3) {
        transform: rotate(135deg);
        top:10px;
    }
    .nav-right {
        margin-top:30px;
        font-size: 1.2em;
    }
    .nav-right ul li {
        display: inline-block;   
    }
    .nav-right ul li a {
        padding:10px;
    }

    .col-footer-logo img {
        height: 50px;
        margin-bottom: 30px;
    }
    .footer-contact {
        margin-bottom: 30px;
    }

    .navbar {
    border-bottom: 1px solid #000000;
    }
    .col-iletisim-info {
        padding-left: 45px;
    }
    .col-footer-contact {
        margin-bottom:45px;
    }
}


.hamburger-label span {
    height: 2px;
    background-color:#000000;
    width: 30px;
    display: inline-block;
    position: absolute;
    transition: all 300ms ease;

}
.hamburger-label span:nth-child(1) {
    top:0;
}

.hamburger-label span:nth-child(2) {
    top:10px;
}

.hamburger-label span:nth-child(3) {
top:20px;
}
.hamburger {
    display: none;
}

.urun-list li a {
    color: #000000;
    transition: all 300ms ease;
}
.urun-list li a:hover {
    background-color: #cecece;
}
.li-active {
    font-weight: bold;
}


.dropdown-menu li {
    display: block !important;
} 
.dropdown-menu li a:after {
    content :'' !important; 
    width: 0 !important;
}