﻿* {
    margin: 0;
    padding: 0;
    outline: none !important;
}

html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    width: 100%;
}

a {
    outline: none !important;
    text-decoration: none !important;
}

p {
    margin: 0 0 18px;
}

img {
    border: none;
    vertical-align: middle;
}

input {
    vertical-align: middle;
}

table {
    border-collapse: separate;
    border-spacing: 0px;
}


::-webkit-input-placeholder {
    opacity: 1 !important;
    color: #777777 !important;
    font-size: 12px;
}

::-moz-placeholder {
    opacity: 1 !important;
    color: #777777 !important;
}

:-ms-input-placeholder {
    opacity: 1 !important;
    color: #777777 !important;
}

input:-moz-placeholder {
    opacity: 1 !important;
    color: #777777 !important;
}

.textboxplace {
    color: #777777 !important;
    font-size: 14px !important;
}

.form-control {
    margin-top: 20px;
    height: 45px;
    font-size: 11px;
    border: solid 1px #CCCCCC;
    border-radius: 0px 0px 0px 0px !important;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    left: 0px !important;
    background: none !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: 10px !important;
    z-index: 999;
}

.inner-img:hover {
    transform: scale(1.2);
}

.inner-img {
    transition: 0.3s;
}

/*=====================================================WHATSAPP===================================================*/

.wtsp {
    font-size: 10px;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.btn-whatsapp-pulse {
    z-index: 99999;
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 20px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 40px;
    right: 20px;
    animation-play-state: paused;
}

    .btn-whatsapp-pulse-border::before {
        content: "";
        position: absolute;
        border-radius: 50%;
        padding: 25px;
        border: 5px solid #25d366;
        opacity: 0.75;
        animation-name: pulse-border;
        animation-duration: 1.5s;
        animation-timing-function: ease-out;
        animation-iteration-count: infinite;
    }

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/*=====================================================HEADER===================================================*/

.ustmenu {
    height: 200px;
    background-color: #0C5ADB;
}

.ustiletisim {
    padding-top: 20px;
}

    .ustiletisim i {
        font-size: 18px;
        color: #FFFFFF;
    }

    .ustiletisim a {
        font-size: 14px;
        color: #FFFFFF;
    }

.ustsosyal {
    padding-top: 0px;
}

    .ustsosyal i {
        font-size: 26px;
        color: #FFFFFF;
    }

    .ustsosyal a {
        margin-left: 5px;
    }

.diller {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
}

    .diller a {
        margin-left: 5px;
    }

.navbg {
    margin-top: -80px;
    background: linear-gradient( 90deg, transparent 50%, #0C5ADB 50%);
    position: relative;
    z-index: 98;
}

/*=====================================================NAVBAR===================================================*/


/* ============ desktop view ============ */



/* ============ desktop view .end// ============ */

@media (min-width: 992px) {

    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}




/*====================================================CAROUSEL==================================================*/

.carousel {
    margin-top: 0px;
    position: relative;
    z-index: 97;
}

.carousel-item {
    min-height: 600px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .carousel-item a {
        min-height: 600px;
        display: block;
        height: 100%;
        width: 100%;
    }

.carousel-indicators {
}

/*====================================================DEFAULT===================================================*/

.kutuhakkimizda {
    min-height: 850px;
    padding-top: 60px;
    padding-bottom: 20px;
    background-color: #F8F8F8;
    background-image: url('/images/hakkimizdabg.png');
    background-position: center;
    background-repeat: no-repeat;
}

.baslikhakkimizda {
    color: #6BB111;
    font-size: 43px;
    font-weight: 800;
    text-align: left;
}

.hakkimizdayazi {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    color: #777777;
}

.mvbaslik {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
}

.butonhakkimizda {
    padding-top: 18px;
    width: 260px;
    height: 70px;
    border: solid 2px #0C5ADB;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #0C5ADB;
    text-align: center;
}

    .butonhakkimizda:hover {
        color: #FFFFFF;
        background-color: #0C5ADB;
    }

.kutubilgi {
    min-height: 500px;
    padding-top: 60px;
    background-image: url('/images/bilgibgx.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bilgibaslik {
    color: #FFFFFF;
    font-size: 44px;
    font-weight: 800;
}

.bilgiyazi {
    padding-top: 60px;
    color: #FFFFFF;
    font-size: 15px;
}

.baslik {
    padding-top: 10px;
    padding-bottom: 20px;
    color: #111111;
    font-size: 43px;
    font-weight: 800;
}

.kutuurunlerimiz {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #F8F8F8;
}

.urunlerkapsayici {
    padding: 10px;
    text-align: left;
}

.urunlerresimkapsayici {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.urunresim {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.urunlerbaslik {
    min-height: 60px;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}

.urunleryazi {
    min-height: 60px;
    color: #666666;
    font-size: 15px;
}

.kutuhaberler {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #F8F8F8;
}

.haberkapsayici {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    height: 623px;
    max-width: 380px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    border-radius: 10px 10px 50px 50px;
}

.haberresimkapsayici {
    width: 100%;
    text-align: center;
    margin: auto;
    padding-top: 50px;
}

.haberresim {
    width: 100%;
    height: 210px;
    max-width: 310px;
    border-radius: 20px 20px 20px 20px;
}

.haberyazikapsayici {
}

.haberbaslik {
    min-height: 60px;
    color: #2C3192;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
}

.haberyazi {
    height: 90px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    color: #848D9F;
    font-size: 15px;
    text-align: center;
}

/*=====================================================FOOTER===================================================*/

.altbilgi {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #252775;
}

.altlogo {
}

.altbilgibaslik {
    margin-top: 60px;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
}

    .altbilgibaslik a {
        color: #FFFFFF;
    }

.altbilgilink {
    font-size: 15px;
    color: #C9C9DD;
    display: block;
    outline: none;
    text-decoration: none;
    margin-top: 10px;
}

    .altbilgilink i {
        font-size: 15px;
        color: #FFFFFF;
    }

    .altbilgilink a {
        font-size: 15px;
        color: #C9C9DD;
        display: block;
        outline: none;
        text-decoration: none;
        line-height: 30px;
    }

.ebultenplace {
    height: 80px;
    border: none;
    border-radius: 0px;
}



.ebulten {
    background-color: transparent;
}

.ebultenplace {
    background-color: transparent;
    color: #FFFFFF;
    border: solid 1px #6C7488;
}

    .ebultenplace::-webkit-input-placeholder {
        color: #FFFFFF !important;
        opacity: 1 !important;
        font-size: 15px;
    }

    .ebultenplace::-moz-placeholder {
        color: #FFFFFF !important;
        opacity: 1 !important;
        font-size: 15px;
    }

    .ebultenplace:-ms-input-placeholder {
        color: #757584 !important;
        opacity: 1 !important;
        font-size: 15px;
    }

    .ebultenplace input:-moz-placeholder {
        color: #757584 !important;
        opacity: 1 !important;
        font-size: 15px;
    }

.btn {
    border-radius: 0px;
    height: 80px;
    margin-top: 20px;
}

.btn {
    color: #FFFFFF;
    background-color: #6C7488;
}

    .btn:hover {
        color: #6C7488;
        background-color: #FFFFFF;
    }

.sosyal {
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
}

    .sosyal a {
        margin-left: 15px;
        color: #FFFFFF;
        font-size: 36px;
    }

.alt {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1E1F5B;
}

.altyazi {
    font-size: 14px;
    color: #C9C9DD;
    text-align: center;
}

    .altyazi span {
        font-size: 15px;
        color: white;
    }

.nextprev1 {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
/*====================================================ICSAYFALAR================================================*/
.icsayfalar {
    padding-top: 40px;
    padding-bottom: 40px;
}

.icsayfaaltbaslik {
    background-color: #2E3192;
}

    .icsayfaaltbaslik h2 {
        height: 100px;
        line-height: 100px;
        vertical-align: middle;
        color: white;
        font-size: 43px;
        font-weight: 800;
        text-align: left;
        vertical-align: middle;
        padding-left: 30px;
    }

.icsayfaicerik {
    padding-bottom: 20px;
    color: #777777;
    font-size: 15px;
}

.resimkapsayicikategori {
    width: 100%;
    height: 250px;
    margin-top: 15px;
    border: solid 1px #FFFFFF;
    overflow: hidden;
}

.kategoribaslik {
    padding-left: 20px;
    margin-top: -100px;
    color: #FFFFFF;
    font-size: 33px;
    font-weight: 800;
}

.kategoributon {
    padding-left: 20px;
    color: #FFFFFF;
    font-size: 13px;
}

.urunlerickapsayici {
    min-height: 420px;
    margin-top: 20px;
    padding: 10px;
    text-align: left;
}

.urunlericresimkapsayici {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.urunicresim {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.urunlericbaslik {
    min-height: 40px;
    margin-top: 20px;
    color: #3E4346;
    font-size: 18px;
    font-weight: 600;
}

.urunlericyazi {
    min-height: 100px;
    color: #545454;
    font-size: 13px;
}

.resimkapsayicigaleri {
    width: 100%;
    height: 280px;
    margin-top: 15px;
    border: solid 1px #EEEEEE;
    overflow: hidden;
}

.galeriresim {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.ichaberyazikapsayici {
    margin-left: 25px;
    margin-top: -30px;
    padding: 20px;
    width: 325px;
    height: 240px;
    background-color: #E6E6E6;
    position: relative;
    z-index: 99;
}

/*====================================================ILETISIM==================================================*/

.iletisimbilgileri {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url('/images/iletisimbilgileribg.png');
    background-position: center;
    background-repeat: no-repeat;
}

.formx {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #E9E9E9;
}

.iletisimbaslik {
    padding-bottom: 20px;
    color: #3E4346;
    font-size: 13px;
    font-weight: 600;
}


.iletisimlink {
    font-size: 16px;
    outline: none;
    text-decoration: none;
}

    .iletisimlink i {
        font-size: 16px;
    }

    .iletisimlink a {
        font-size: 13px;
        color: #3E4346 !important;
        outline: none;
        text-decoration: none;
        font-size: 16px;
    }

.iletisimtextbox {
    margin-top: 10px;
    width: 100%;
    min-height: 70px;
    font-size: 13px;
    padding: 20px;
    border: none;
    color: #888888;
    background-color: #FFFFFF;
}

.iletisimtextbox2 {
    width: 100%;
    height: 60px;
    font-size: 13px;
    padding: 20px;
    border: solid 1px #E3E1EC;
    color: #BEBBC7;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 15px;
}

.butoni {
    padding-top: 5px;
    width: 240px;
    height: 70px;
    text-align: center;
    border: none;
    background-color: #0C5ADB;
    color: #FFFFFF;
    font-size: 13px;
    text-decoration: none !important;
    vertical-align: middle;
    display: block;
}

    .butoni:hover {
        background-color: #EEEEEE;
        color: #0C5ADB;
    }


.buton2 {
    width: 200px;
    height: 60px;
    text-align: center;
    border: none;
    background-color: #F4572E;
    color: #FFFFFF;
    font-size: 13px;
    text-decoration: none !important;
    vertical-align: middle;
    display: block;
    border-radius: 10px 10px 10px 10px;
}

    .buton2:hover {
        background-color: #F4572E;
        color: #FFFFFF;
    }


.harita {
    background-color: #F8F8F8;
    height: 360px;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 66.66%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
    max-height: 365px;
    margin-top: 10px;
}

    .iframe-container > * {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
    }

.telust2 a {
    font-size: 17px;
    color: white;
    text-decoration: none;
}

.telust2 img {
    padding-right: 5px;
}

.slidervideo1 {
    object-fit: cover;
    width: 100% !important;
    height: 600px !important;
}

.p60 {
    padding-top: 60px;
}

.mt120 {
    margin-top: -120px;
    padding-bottom: 40px;
}
.kutu1 {
    max-width: 470px;
    height: 360px;
    padding-left: 40px;
    padding-top: 40px;
    background-color: #39345A;
    border-radius: 30px 30px 30px 30px;
}
/*==============================================================================================================*/
@media (max-width: 1199.98px) {
    .mt120 {
        margin-top: 0px;
        padding-bottom: 0px;
    }
    .kutu1 {
        padding-left: 20px;
        padding-top: 20px;
    }
}

@media (max-width: 991.98px) {
    .telust2 {
        display: none;
    }

    .telust2ayrac {
        display: none;
    }

    .mt120 {
        margin-top: 0px;
        padding-bottom: 0px;
    }
}


@media (max-width: 767.98px) {
    .mt120 {
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .p60 {
        padding-top: 0px;
    }

    .slidervideo1 {
        object-fit: fill;
        width: 100% !important;
        height: 100% !important;
        min-height: 245px;
    }

    .navbg {
        margin-top: 0px;
    }



    .carousel {
        margin-top: 70px;
    }

    .carousel-item {
        min-height: 250px;
    }

        .carousel-item a {
            min-height: 250px;
        }

    .ustiletisim {
        display: none;
    }



    .altlogo {
        text-align: center;
        padding-bottom: 10px;
    }

    .altbilgibaslik {
        margin-top: 20px;
    }

    .sosyal a {
        margin-left: 0px;
    }

    .diller {
        padding-top: 0px;
    }

    .kutuhakkimizda {
        min-height: auto;
        padding-top: 20px;
        background-image: none;
    }

    .baslikhakkimizda {
        font-size: 26px;
    }

    .hakkimizdayazi {
        font-size: 12px;
    }

    .butonhakkimizda {
        padding-top: 12px;
        width: 200px;
        height: 50px;
        font-size: 13px;
    }

    .bilgibaslik {
        font-size: 32px;
    }

    .bilgiyazi {
        padding-top: 60px;
        font-size: 14px;
    }

    .baslik {
        font-size: 26px;
    }

    .haberyazikapsayici {
        margin-left: 0px;
        width: 100%;
    }

    .ichaberyazikapsayici {
        margin-left: 0px;
        width: 100%;
    }

    .icsayfaaltbaslik h2 {
        font-size: 24px;
        height: 50px;
        line-height: 50px;
        vertical-align: middle;
        padding-left: 20px;
        margin-top: 50px;
        overflow: hidden;
    }

    .colhk {
        padding-top: 20px;
    }

    .resimkapsayicigaleri {
        height: 220px;
    }

    .galeriresim {
        height: 220px;
    }

    .iletisim {
        font-size: 24px;
    }

    .harita {
        height: auto;
    }
}

@media (max-width: 575.98px) {
}

@media (max-width: 380px) {
}
