@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('root.css');
@import url('../plugins/bootstrap513/css/bootstrap-reboot.min.css');
@import url('reset.css');
@import url('../plugins/bootstrap513/css/bootstrap-grid.min.css');
@import url('../plugins/fontawesome/css/all.min.css');
@import url('../plugins/remixicon/remixicon.css');
@import url('../plugins/animate/animate.min.css');
@import url('../plugins/aos/dist/aos.css');
@import url('../plugins/swiper/swiper-bundle.min.css');
@import url('components/header.css');
@import url('components/hizmetler.css');
@import url('components/referanslar.css');
@import url('components/information.css');
@import url('components/section.css');
@import url('components/sss.css');
@import url('components/page.css');
@import url('components/blog.css');
@import url('components/footer.css');
.durucraftmakale {
    padding: 35px 0;
    background: #fff;
}
.contents {
    position: relative;
}
.cloud-effect {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
    pointer-events: none;
}
.toggle-content {
    display: none;
}
.toggle-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 15px;
    color: #000000;
    margin-top: 10px;
    font-weight: 600;
}
.toggle-btn i {
    margin-left: 5px;
}
.hmakale{
    padding:35px 0;
}
div#intro h2 {
    text-align: left;
    font-size: 22px;
    margin-bottom: 15px;
}
div#full-content {
    margin-top: 5px;
}
div#full-content h2,div#full-content h3, div#full-content h4, div#full-content h5, div#full-content h6 {
    font-size: 22px;
    font-weight: 500;
    margin: 11px 0;
    display: block;
}
.fixedTag {
    width: 55px;
    height: 200px;
    display: block;
    position: fixed;
    right: 0;
    bottom: 30%;
    z-index: 9999;
    background: #00c753;
    transition: all .2s ease;
    border-radius: 10px 0 0 10px;
    line-height: 55px;
}
.fixedTag .fixedBtn {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    writing-mode: tb-rl;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
}
.fixedTag .fixedBtn i {
    transform: rotate(132deg);
    margin-right:10px;
}
form.hform {
    display: flex;
    align-items: center;
    gap: 20px;
}
form.hform .inputgroup {
    width: 20%;
}
.inputgroup input {
    padding: 10px;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0 2px 12px #04050629;
    border-radius: 8px;
    width: 100%;
}
button.mysubmit {
    background: #00c753;
    padding: 10px;
    border-radius: 8px;
    color: #fff;
    width: 100%;
}
.homeformtext {
    color: #040506;
}
.homeformtext p {
    font-size: 12px;
    margin-top: 15px;
    color: #040506;
}
.homeformtext {
    color: #fff;
    margin-top: 15px;
}
.baslik {
    color: #040506;
    font-size: 32px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    flex-direction: column;
}
.baslik h6{
    color: #040506;
    font-size: 32px;
    font-weight: 600;
}
.baslik p{
    color: #040506;
    font-weight: 500;
}
.inputgroup input::placeholder {
    color: #040506; /* İstediğiniz rengi burada belirleyin */
    opacity: 1; /* Placeholder'ın opaklığını tam görünür hale getirir */
}

.inputgroup input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #040506;
}

.inputgroup input::-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #040506;
}

.inputgroup input::-webkit-input-placeholder { /* WebKit/Blink tarayıcılar */
    color: #040506;
}

.inputgroup input::-moz-placeholder { /* Firefox 19+ */
    color: #040506;
}

.inputgroup input:-moz-placeholder { /* Firefox 4-18 */
    color: #040506;
}
.siziarayalim {
    padding: 35px 0;
    background:#fff;
    position:relative;
}
@media screen and (max-width: 991px) {
    form.hform {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-direction: column;
    }
    form.hform .inputgroup {
        width: 100%;
    }
    .ssscbasliktitle {
        font-size: 22px;
        font-weight: 600;
    }
    .gitem i {
        font-size: 38px;
        font-weight: 300;
        color: #040506;
    }
    .gdesc {
        font-size: 16px;
        text-align: center;
        line-height: 22px;
        margin-top: 15px;
    }
    .sssTabTop .title {
        float: left;
        color: #040506;
        font-size: 14px;
        line-height: 22px;
        display: inline-block;
        float: left;
        position: relative;
        padding-right: 50px;
    }
    .form_modal-content {
        width: 95% !important;
    }
}
.form_custom-modal {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center; /* Yatay merkezleme */
    align-items: center; /* Dikey merkezleme */
    display: none; /* Modal varsayılan olarak gizlenmiş olacak */
}

.form_modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.form_close-btn {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.formmodaltext {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.formmodaltext i {
    font-size: 42px;
    margin-bottom: 15px;
}
.formmodaltext h5 {
    font-weight: 600;
}
.formmodaltext p {
    line-height: 22px;
}
form#form_informationForm {
    margin-top: 25px;
}
.modalformgroup input {
    margin-bottom: 15px;
    padding: 10px;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0 2px 12px #04050629;
    border-radius: 8px;
    width: 100%;
}
.modalformbtn button {
    background: #00c753;
    width: 100%;
    color: #fff;
    margin-bottom: 15px;
    padding: 10px;
    box-shadow: 0 2px 12px #04050629;
    border-radius: 8px;
    text-align:center;
    text-transform: uppercase;
}
.modalformgroup input::placeholder {
    color: #040506; /* İstediğiniz rengi burada belirleyin */
    opacity: 1; /* Placeholder'ın opaklığını tam görünür hale getirir */
}

.modalformgroup input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #040506;
}

.modalformgroup input::-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #040506;
}

.modalformgroup input::-webkit-input-placeholder { /* WebKit/Blink tarayıcılar */
    color: #040506;
}

.modalformgroup input::-moz-placeholder { /* Firefox 19+ */
    color: #040506;
}

.modalformgroup input:-moz-placeholder { /* Firefox 4-18 */
    color: #040506;
}
@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

.form_modal-content.shake {
    animation: shake 0.5s;
}
.gitem i {
    font-size: 48px;
    font-weight: 300;
    color: #040506;
}
.dfsfb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.incele {
    border: 1px solid #040506;
    background: #fff;
    color: #040506 !important;
    border-radius: 30px;
    transition: background-color 250ms, color 250ms, border-color 250ms;
    padding: 3px 35px;
}
.incele:hover{
    border: 1px solid #040506;
    color: #fff !important;
    background-color: #040506;
}
.satinal,.indir {
    border: 1px solid #00c753;
    background: #00c753;
    color: #fff !important;
    border-radius: 30px;
    transition: background-color 250ms, color 250ms, border-color 250ms;
    padding: 3px 35px;
}
.satinal:hover,.indir:hover {
    border: 1px solid #040506;
    background: #040506;
    color: #fff !important;
}
.sssBot p {
    margin: 10px 0;
}
.marquee {
    width: 100%;
    display: flex;
    overflow: hidden;
    /* margin-top: 0; */
    /* margin-bottom: -8px; */
    /* float: left; */
    gap: 160px;
    margin-top: 25px;
}
.marquee .durumarque {
    width: 100%;
    display: flex;
    animation: scrolling 25s 0.6s linear alternate infinite;
    padding: 25px 0 20px;
    gap: 12px;
}
@media screen and (max-width:1540px) {
    .marquee .durumarque {
        padding: 20px 0;
    }
}
.marquee .marqueeItem {
    flex: 0 0 160px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    height: 50px;
}
.marquee .marqueeItem img {
    display: block;
    width: 100%;
}
@keyframes scrolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-1130px);
    }
}
.yaztitdesc h6 {
    font-size: 15px;
    font-weight: 600;
}
.yaztitdesc p {
    font-size: 15px;
}
@media screen and (max-width: 991px) {
    .seobaslik h1 {
        font-size: 26px;
        font-weight: 600;
        line-height: 42px;
        color: rgb(0 119 255);
        text-align: center;
        max-width: 620px;
        position: relative;
        width: 100%;
        letter-spacing: -1.5px;
    }
    .ydetays .slideritem {
        background: #f4f8fb;
        border-radius: 0;
        padding: 55px 15px;
        box-shadow: unset;
    }
    .sp .price {
        font-size: 18px;
        letter-spacing: -0.5px;
        font-weight: 600;
    }
    .utablolar {
        padding: 0px 0 0 0;
        background: #fff;
    }
    .tablomaintitle span {
        display: block;
        font-weight: 700;
        font-size: 23px;
        text-align: center;
        line-height: 32px;
    }
    .utabloitem {
        display: flex;
        width: 100%;
        margin-bottom: 11px;
        align-items: center;
        align-content: stretch;
        border-radius: 5px;
        overflow: hidden;
        border: 1px solid #eef6ff;
        flex-direction: column;
    }
    .utabloitem .utablotitle {
        display: flex;
        width: 100%;
        letter-spacing: -0.5px;
        font-size: 14px;
        padding: 9px;
        background: #eeeeee6e;
        font-weight: 600;
    }
    .utabloitem .utablodeger {
        width: 100%;
        padding: 0px 19px;
        background: #f6f6f675;
        display: flex;
        height: 45px;
        align-content: space-around;
        align-items: center;
        color: #4f4a4a;
    }
    .yazicon {
        padding: 10px;
    }
    .yazicon i {
        font-size: 16px;
        color: #fff;
    }
    .yaztitdesc h6 {
        font-size: 14px;
        font-weight: 600;
    }
    .yaztitdesc p {
        font-size: 14px;
    }
    .yazilimdesctab p {
        font-size: 13px;
    }
}
/* hslider sınıfına özgü oklar */
.hslider .owl-carousel .owl-nav {
    position: absolute;
    top: 50%; /* Yatayda merkezle */
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.hslider .owl-carousel .owl-nav button {
    background: rgba(0, 0, 0, 0.5); /* Arka plan opaklığı */
    color: #fff; /* Ok rengi */
    border: none;
    border-radius: 50%; /* Yuvarlak buton */
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    pointer-events: all; /* Tıklanabilir yap */
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.hslider .owl-carousel .owl-nav button:hover {
    background: rgba(0, 0, 0, 0.7); /* Hover efekti */
}

/* hslider sınıfına özgü noktalar */
.hslider .owl-carousel .owl-dots {
    position: absolute;
    bottom: 20px; /* Resmin altından 20px yukarıda */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 10px;
}

.hslider .owl-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #ccc; /* Noktaların rengi */
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.hslider .owl-carousel .owl-dots .owl-dot.active {
    background: #000; /* Aktif noktanın rengi */
}
.hslider .slider-line {
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #040506 50%, #d59c2a 50%);
    /* margin-top: 10px; */
}
