@charset "UTF-8";

* {
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

*[hidden] {
  display: none;
}

body {
    font-family: "Poppins";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
}

input {
    font-family: "Poppins";
    font-size: 14px;
}

.input-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.input-area input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(6, 29, 25, 0.1);
    background-color: #fff;
    line-height: 16px;
    padding: 16px;
    outline: none;
}

.input-area textarea {
    width: 100% !important;
    border-radius: 8px;
    border: 1px solid rgba(6, 29, 25, 0.1);
    background-color: #fff;
    line-height: 16px;
    padding: 16px;
    resize: none;
    font-family: "Poppins";
    font-size: 14px;
    overflow: hidden;
    height: 100px !important;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p ul{
    margin: 0;
}

li {
    list-style: none;   
}

img {
    max-width: 100%;
    height: auto;
}

.bg-smoke {
    background-color: var(--sec_color);
}

.bg-blue {
    background-color:var(--primary_color);
}

.flex {
    display: flex;
}

.flex.column {
    flex-direction: column;
}

.flex.center {
    justify-content: center;
    align-items: center;
}

.header{
    padding: 10px 0;
}

.container, .row {
    height: 100%;
}

.navbar{
    gap:24px;
    overflow: hidden;
}

.navbar li a {
    color:#fff;
    font-weight: 600;
}

.logo {
    max-width: 40px;
    margin: 0 15px;
    transform: translateY(50px);
}

.hero {
    display: inline-block;
    width: 100%;
    height: 400px;
}

.hero .text_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateY(100px);
}

.animate-1 {
    opacity: 0;
    transition: all 0.8s ease;
    will-change: opacity, transform;
}

.animate-1.done {
    opacity: 1;
    transform: translateY(0px);
}

.animate-2 {
    opacity: 0;
    transition: all 0.8s ease;
    will-change: opacity, transform;
}

.animate-2.done {
    opacity: 1;
    transform: translateY(0px);
}

.animate-3 {
    opacity: 0;
    transition: all 0.8s ease;
    will-change: opacity, transform;
}

.animate-3.done {
    opacity: 1;
    transform: translateY(0px) !important;
}

.form_area {
    display: flex;
    margin-top: 10px;
}

.form-input {
    padding: 0.8rem;
    box-sizing: border-box;
    width: 100%;
    border-radius: .5rem;
    border: .0625rem solid #dee3ed;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.5;
}

.hero .text_content h1{
    align-items: center;
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin-bottom: 0.6rem;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: var(--primary_color);
}

.hero .text_content p{
    line-height: 25px;
    font-weight: 400;
    color: #333;
}

.google_puan {
    margin-top: 20px;
    gap: 16px;
}

.google_puan span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.google_puan svg {
    width: 20px;
    height: 20px;
}

.google_puan .icon svg {
    width: 80px;
    height: auto;
}

.hero .form_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateY(70px);
    display: none;
}

.hero .form_content .tabs {
    display: flex;
    gap:24px;
}

.hero .form_content .tabs .tab {
    align-items: center;
    border-radius: .625rem;
    font-weight: 600;
    border: 1px solid #dee3ed;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    color: #333;
    padding: 1rem;
    width: 100%;
    background-color: #fff;
    display: flex;
    cursor: pointer;
}

.hero .form_content .tabs .tab.active .circle:after {
    content: '';
    position: absolute;
    background-color: var(--f_color);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 3px;
    top: 3px;
}

.hero .form_content .tabs .tab span {
    color:#555;
    font-weight: 500;
}

.hero .form_content .tabs .tab.active span {
    color:var(--primary_color);
    font-weight: 600;
}

.hero .form_content .tabs .tab .circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #b6b6b6;
    position: relative;
}

.hero .form_content .tabs .tab.active {
    border-color: var(--primary_color);
}

.splitter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.splitter:after {
    content: '';
    position: absolute;
    height: 70%;
    background-color: #e1e1e1;
    width: 1px;
    text-align: center;
    top: 63px;
}

.hero .form_content .form_title {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 5px;
}

.hero .form_content .form_title h2{
    font-size: 1.1rem;
    font-weight: 500;
}

.button_area {
    display: flex;
    justify-content: flex-end;
}

.button_area.disabled a {
    opacity: 0.8;
    pointer-events: none;
}

.button_area a {
    display: inline-block;
    background-color: var(--primary_color);
    padding: 10px 10px;
    border-radius: 10px;
    font-size: 14px;
    margin-top: 21px;
    color:#fff;
}


.work-single-boxarea .elements13 {
    position: absolute;
    right: -115px;
    top: 25px;
}

.work-single-boxarea .elements12 {
    position: absolute;
    right: -82px;
    top: 25px;
    width: 115px;
}

.process {
    display: inline-block;
    width: 100%;
    padding: 0 0;
    margin: 15px 0 50px 0;
}

.work-single-boxarea:hover {
    background-color: var(--sec_color);
}

.work-single-boxarea.active {
    background-color: var(--sec_color);
}

.work-single-boxarea {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.4s ease;
    padding: 25px 0;
    border-radius: 14px;
    background-color: #fbfbfb;
    cursor: pointer;
}

.images {
    background-color: #fff;
    padding: 70px 0 30px 0;
}

.images .container{
    transform: translateY(70px);
}

.images .image_item{
    text-align: center;
}
.images img {
    max-width: 175px;
}

.work-single-boxarea.active .icons {
    border-color: var(--primary_color);
    color: var(--primary_color);
}

.work-single-boxarea .conten-area span {
    font-size: 1rem;
    color: #555;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    padding: 15px 0 6px 0;
}

.work-single-boxarea.active .conten-area a {
    color: var(--primary_color);
}
.work-single-boxarea.active .conten-area p {
    color: var(--primary_color);
}

.work-single-boxarea:hover .icons {
    border-color: var(--primary_color);
    color: var(--primary_color);
}

.work-single-boxarea:hover .conten-area a {
    color: var(--primary_color);
}
.work-single-boxarea:hover .conten-area p {
    color: var(--primary_color);
}

.work-single-boxarea .icons {
    width: 50px;
    height: 50px;
    border: 1px solid #555;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
}

.conten-area a {
    font-size: 1rem;
    color: #555;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    padding: 15px 0 6px 0;
}

.conten-area p {
    font-size: 14px;
    color: #555;
    font-weight: 400;
}

.work-single-boxarea .icons img {
    position: relative;
    width: 150px;
}

.mini_tel {
    margin: 0;
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    letter-spacing: -1px;
}

.faq_area {
    display: inline-block;
    width: 100%;
    margin: 0px 0px 0 0;
    background-color: var(--third_color);
    padding: 100px;
}

.faq_area .row{
    flex-wrap: nowrap;
    gap: 50px;
}

.faq_area .image_area {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.faq_area .image_area img {
    border-radius: 10px;
    width: 100%;
}

.faq_area .items .item {
    display: inline-block;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer;
    background-color: #fff;
    border-radius: 10px;
    transition: all 0.4s ease;
}

.faq_area .items .item.active .content {
    height: fit-content;
    padding-top: 10px;
}

.faq_area .items .item.active .content p {    
    font-size: 14px;
    font-weight: 300;
}

.faq_area .items .item:hover {
    background-color: #fafafa;
}

.faq_area .items {
    display: flex;
    width: 100%;
    max-width: 85%;
    flex-direction: column;
    gap: 24px;
}

.faq_area .items .item span {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #333;
    font-weight: 500;
    justify-content: space-between;
    position: relative;
}

.faq_area .items .item span svg {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
}

.faq_area .items .item.active span svg {
    rotate: 180deg;
}

.faq_area .items .item .content {
    height: 0;
    overflow: hidden;
    transition: .3s;
}

.faq_area .items h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: -0.5px;
}

.comments {
    padding: 75px 0 100px 0;
}

.comments .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}

.comments .title span {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 500;
    gap: 7px;
    margin-bottom: 10px;
}

.comments .title span svg {
    width: 27px;
    height: 27px;
}

.comments .title h2 {font-size: 1.5rem;font-weight: 600;margin-bottom: 0;letter-spacing: -0.5px;}

.text-center {
    text-align: center;
}

.comments .comments {
    align-items: center;
    justify-content: center;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 92%;
    margin: 0 auto;
    gap: 25px;
    padding-top: 30px;
    padding-bottom: 0;
}
.comments .comment {
    background-color: var(--sec_color);
    padding: 25px;
}
.comments .comment .stars {
    display: flex;
    align-items: center;
}

.comments .comment .stars li svg {
    width: 22px;
    height: 22px;
}
.comments .comment .stars li svg path {fill: var(--primary_color);}
.comments .comment .paragraf {
    display: flex;
    text-align: left;
    margin: 8px 0 12px 0;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
}
.comments .comment .paragraf p {
    font-size: 0.9rem;
}
.comments .comment .account {
    display: flex;
    align-items: center;
    gap: 13px;
}
.comments .comment .account .image {
    display: flex;
}
.comments .comment .account .image img {
    width: 40px;
}
.comments .comment .author {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 4px;
}

.comments .comment .author h2 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary_color);
}

.comments .comment .author p {
    font-size: 0.9rem;
}

.comments .row {
    width: 100%;
}

.contact {
    background-color: #244d9f;
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}

.contact_area {
    display: flex;
    width: 100%;
    text-align: center;
}

.contact_area p {
    font-size: 1rem;
    color: #333;
    font-weight: 300;
    line-height: 25px;
}

.contact_area h1 {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    color: #fff;
}

.contact_form {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

.contact_form .maps-area {}

.contact_form .maps-area iframe {
    max-width: 100%;
}

.contact-header-area.heading1 h5 {font-weight: 600;}

.contact-header-area.heading1 h2 {font-weight: 600;display: inline-block;width: 100%;padding: 8px 0;}

.contact-header-area.heading1 .row {margin-top: 15px;}

.contact-header-area.heading1 p {
    font-size: 15px;
    line-height: 22px;
    color: #333;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 5px;
}

.vl-btn1 {
    display: inline-block;
    background-color: var(--primary_color);
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 10px;
    font-family: "Poppins";
    font-size: 14px;
    cursor: pointer;
    transition: all 0.8s ease;
}

.vl-btn1:hover {
    background-color: #19408c;
}

.page {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}

.page_area {
    display: flex;
    width: 100%;
}

.page_area p {
    font-size: 1rem;
    color: #333;
    font-weight: 300;
    line-height: 25px;
}

.page_area h1 {
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    color: #222;
}

.sozlesmeler {
    padding-top: 50px;
}

.footer_security {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

.footer {
    display: flex;
    width: 100%;
    flex-direction: column;
    background-color: var(--third_color);
}
.footer .payment_img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0;
}

.footer #ETBIS {
    width: 75px;
    height: 75px;
}
.footer #ETBIS img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

.footer .payment_img img{
    max-width: 500px;
}

.footer_area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #e3e3e3;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer_area .copyright p{
    font-size: 15px;
    color: #333;
}
.footer_area .footer_menu {
    display: flex;
    gap: 8px;
}

.footer_area .footer_menu li a {
    font-size: 15px;
    color: #333;
}

p.success {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding-top: 36px;
    font-size: 1.3rem;
    letter-spacing: -0.5px;
    color: green;
}

.payment_form .mini_splitter{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
    padding-top: 10px;
}

.payment_form p {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
}

.payment_form .area_fix {
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
    font-size: 14px;
}

.payment_form .onay {
    width: unset;
    padding: 0;
}

.payment_form .payment_button {
    background: #007bff;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.order_packs {
    display: flex;
    width: 100%;
    margin-top: 0;
    margin-left: 30px;
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
}

.order_packs .pack {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


#payment_area {
    display: none;
}
.odeme-yap-btn {
    text-align: center;
    margin: 20px 0;
}
.odeme-yap-btn button {
    background: #007bff;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}
.odeme-yap-btn button:hover {
    background: #0056b3;
}

.order_packs .pack h2 {
    font-weight: 500;
    font-size: 1.2rem;
}

.order_packs .pack li {
    display: flex;
    flex-direction: column;
    width: calc(25% - 15px);
    background-color: #fff;
    padding: 1rem;
    font-size: 15px;
    cursor: pointer;
    text-align: left;
    /* align-items: flex-start; */
    border-radius: 10px;
    transition: all 0.4s ease;
    flex-direction: column;
    font-weight: 500;
    gap: 1rem;
}

.order_packs .pack li span {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-weight: normal;
}

.order_packs .pack li font {
    font-weight: 600;
}

.order_packs .pack li font p {
    font-size: 14px;
    font-weight: 400;
}

.order_packs .pack li.active font p {
    color: #fff;
}

.order_packs .pack li.acitve span {}

.order_packs .pack li.acitve font {}

.order_packs .pack li.active {
    background-color: var(--primary_color);
    color: #fff;
}

.payment_form .payment_button:disabled {    
    opacity: 0.7;        
    cursor: pointer;        
    pointer-events: none;
}

.other_operator {
    font-size: 17px;
    background-color: #ffff;
    padding: 13px 16px;
    font-weight: 500;
    margin-bottom: 0;
    border-radius: 5px;
    cursor: pointer;
    width: calc( 25% - 16px );
}

#for_other {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
}

.diger.selected {
    background-color: var(--primary_color);
    color: #fff;
}

.tckn.false {
    border-color: red;
    color: red;
}

.tckn.true {
    color: green;
    border-color: green;
}

.tckn_info {
    display: flex;
}

.tckn_info svg {
    width: 18px;
    height: 18px;
}

.tckn_info p {
    font-size: 0.9rem;
    color: #4CAF50;
    font-weight: 400;
    padding-bottom: 0;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    gap: 5px;
    transition: all 0.4s ease;
    will-change: display;
    display: none;
}

.tckn_info svg path {
    fill: #4CAF50;
}

.table_area {
    display: grid;
    width: 100%;
    text-align: left;
    max-width: 350px;
    gap: 10px;
    margin: 35px auto 0 auto;
}
.table_area li{
    width: 100%;
    display: flex;
    font-size: 15px;
    flex-direction: row;
    justify-content: space-between;
}
.table_area li span{}
.table_area p{
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}

font.price {
    background-color: #4CAF50;
    color: #fff;
    width: fit-content;
    padding: 0 3px;
}

.go_telekom {
    text-align: center;
    width: 100%;
    display: none;
    color: #fff;
    background-color: #F44336;
    border-radius: 10px;
    font-weight: 400;
    padding: 6px 0;
    font-size: 15px;
    margin-bottom: 5px;
}

.go_bimcell {
    text-align: center;
    width: 100%;
    display: inline-block;
    color: #fff;
    background-color: #F44336;
    border-radius: 10px;
    font-weight: 400;
    padding: 6px 0;
    font-size: 15px;
    margin-bottom: 5px;
}

.order_packs .pack#bim {
    display: none;
}

@media screen and (max-width: 1100px) {

    .footer_security {
        flex-direction: column;
    }

    .footer_area {
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .footer .payment_img {
        display:none;
    }

    .hero .form_content {
        padding-top: 15px;
    }  

    .hero .text_content {
        padding-top: 30px;
    }

    .hero .text_content h1 {
        font-size: 1.3rem;
        line-height: 2rem;
    }

    .faq_area .image_area {
        display: none;
    }

    .faq_area .items {
        max-width: 100%;
    }

    .comments .comments {
        grid-template-columns: 1fr 1fr;
    }

    .order_packs {
        margin: 20px 0 0 0;
    }

}

@media screen and (max-width: 750px) {

    .order_packs .pack {
        flex-direction: column;
    }

    .order_packs .pack li {
        width: 100%;
    }

    .page_area h1 {
        font-size: 1.2rem;
        margin-bottom: 5px;
    }

    .page_area p {
    font-size: 0.8rem;
    line-height: 20px;
}

    .mobil_change {
        flex-direction: column-reverse;
    }

    .form_mobil {
        margin-bottom: 20px;
        margin-top: -20px;
    }

    .faq_area {
        padding: 50px;
    }

    .comments .comments {
        grid-template-columns: 1fr;
    }

    .navbar {
        gap: 12px;
    }

    .hero {
        height: 100dvh;
        max-height: 600px;
    }

    .hero .splitter {
        display: none;
    }

    .hero .form_content {
        justify-content: flex-start;
    }

    .images .image_item {
        padding-bottom: 20px;
    }

    .navbar li a {
        font-size: 14px;
        font-weight: normal;
    }

    .logo {
        margin: 0;
    }

    .hero .form_content .tabs .tab span {
        font-size: 14px;
        font-weight: normal !important;
    }
    
    .hero .form_content .tabs .tab {
        padding: 11px 9px;
    }

    .hero .form_content .form_title h2 {font-size: 1rem;font-weight: normal;}

    .order_packs .pack li span {
        flex-direction: column;
        gap: 10px;
        text-align: left;
    }

    .order_packs .pack li {
        display: flex;
        gap: 11px;
    }

    .mobile_gg {
        display: none;
    }
    
}

select.operator_list {
    width: 100%;
    padding: 13px 18px;
    border: 2px solid #4CAF50;
    border-radius: 8px;
    background: #f8faff;
    color: #244d9f;
    font-size: 17px;
    font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
    font-weight: 600;
    transition: border-color 0.3s, box-shadow 0.3s, background 0.3s, color 0.3s;
    outline: none;
    box-shadow: 0 2px 12px 0 rgba(76,175,80,0.08);
    appearance: none;
    cursor: pointer;
}

select.operator_list:focus {
    border-color: #244d9f;
    box-shadow: 0 0 0 3px #244d9f33;
    background: #e3f2fd;
    color: #19408c;
}

select.operator_list option {
    color: #244d9f;
    background: #fff;
    font-size: 16px;
    font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
    font-weight: 500;
    padding: 10px 18px;
    transition: background 0.2s, color 0.2s;
}

select.operator_list option:checked,
select.operator_list option:focus,
select.operator_list option:hover {
    background: #e3f2fd;
    color: #4CAF50;
    font-weight: 700;
}

.image_item  {
    cursor: pointer;
}

#get_operator_img {
    width: 130px;
    margin-bottom: 25px;
}