﻿
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');



:root {
    --sari: #FEBC11;
    --mavi: #0071f9;
    --beyaz: white;
    --siyah: black;
    --gri: #f8f6f6;
    --lacivert: #002855;
    --lacivert_acik: #123965;
    --turkuaz: #1399c2;
    --acik-mavi: #acdaf5;
    --antrasit: rgb(82, 78, 78);
    --cok-acik-mavi: #e7eef2;
    --kirmizi: #f74309;
    --gul-kurusu: red;
    --yesil: #16ba03;
    --fume: rgb(31, 31, 31);
    --title-font: "Montserrat", sans-serif;
    --body-font: "Montserrat", sans-serif;
    --icon-font: "Font Awesome 6 Free";
    --genel-font: "Lexend Deca", sans-serif;
}

body {
    /* font-family: "Lexend Deca", sans-serif !important;*/
    font-family: var(--genel-font);
    line-height: 1.25;
    color: var(--siyah);
    margin: 0px;
}


a :hover {
  /*  //color: white;*/
}



#cookieBanner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #2c2c2c;
    color: #fff;
    z-index: 9999;
    padding: 15px 10px;
    text-align: center;
    font-size: 14px;
}

.cookie-container {
    max-width: 960px;
    margin: auto;
}

#cookieBanner a {
    color: #4fc3f7;
    text-decoration: underline;
    margin: 0 5px;
}

#cookieBanner button {
    margin-left: 10px;
    background-color: #4caf50;
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 4px;
    cursor: pointer;
}

@media (max-width: 600px) {
    #cookieBanner {
        font-size: 13px;
        padding: 20px 10px;
    }
}


.ad_slider {
    /*height:500px;*/
   /* background-color: var(--gri);
    background-image: url(../images/arkaplan/arkaplan_ucgen_2.svg);
    background-size:100%;*/

   /* padding-top: 10px;
    padding-bottom:15px;*/
}

.slider-kart {
    
    width: 100%;
   
    background-color:unset !important;
    height: 320px !important;
    width: 100%;
    margin: 22px;
    
}

.slider-kart_ic {
    border:1px solid var(--antrasit);
    border-radius: 15px;
    margin: auto;
    background-color: white !important;
    width: 95%;
    height: 320px !important;
    background-image: url(../images/arkaplan/arka_plan_slider_card.svg);
    background-repeat: no-repeat;
}

.slider-card-resim-sim-kart {
    margin-top: 15px;
    background-image: url(../images/sim_kart.svg);
    background-size: 170px;
    background-repeat: no-repeat;
    width: 200px;
    height: 160px;
}

.slider-card-resim-fiber-kablo {
    margin-top: 15px;
    background-image: url(../images/fiber-kablo.svg);
    background-size: 160px;
    background-repeat: no-repeat;
    background-position-x: 20px;
    width: 260px;
    height: 160px;
}

.slider-card-resim-hiz-testi {
    margin-top: 15px;
    background-image: url(../images/fast-internet.svg);
    background-size: 160px;
    background-repeat: no-repeat;
    background-position-x: 20px;
    width: 260px;
    height: 160px;
}

.slider-card-resim-modem {
    margin-top: 15px;
    background-image: url(../images/modem.svg);
    background-size: 190px;
    background-repeat: no-repeat;
    width: 300px;
    height: 160px;
}

.slider-card-alt-baslik {
    position: relative;
    top: 0px;
    left: 20px;
    text-align: left;
    color: var(--lacivert);
    padding-left: 20px;
}

.slider-card-alt-buton {
    position: relative;
    top: -10px;
    left: 0;
    right: 0;
    
    width: 350px;
}






/* Style the tab */
.tab {
    max-width: 300px;
    /* background-color: #f1f1f1;*/
    height: 85px;
}

    /* Style the buttons inside the tab */
    .tab a {
        display: block;
        border: 1px solid var(--acik-mavi);
        color: black;
        text-decoration: none;
        text-align: left;
        width: 250px;
        outline: none;
        margin: 10px;
        cursor: pointer;
        padding: 15px;
        transition: 0.5s;
        font-size: 17px;
    }

        .tab a i {
            padding-top: 5px;
            font-size: 28px;
            padding-right: 10px;
        }

    .tab span {
        text-align: left;
    }

    /* Change background color of buttons on hover */
    .tab a:hover {
        background-color: #ddd;
    }

    /* Create an active/current tablink class */
    .tab a.active {
        /* background-color: #ccc;*/
        border-bottom: 5px solid red;
    }





/* Style the tab content */
.tabcontent {
    display: none;
    transition: 0.5s;
}

.slider-card-alt-baslik span {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}

.slider-card-alt-baslik p {
    font-weight: 300;
    line-height: 24px;
    font-size: 13px;
}

.slider-card-ust-aciklama {
    padding: 15px;
    font-size: 20px;
    text-align: right;
}

    .slider-card-ust-aciklama i {
        color: lawngreen;
        font-size: 16px;
    }

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
   /* background: #fff;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}

    .autoplay-progress svg {
        --progress: 0;
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 10;
        width: 100%;
        height: 100%;
        stroke-width: 4px;
        stroke: var(--swiper-theme-color);
        fill: none;
        stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
        stroke-dasharray: 125.6;
        transform: rotate(-90deg);
    }

.nv_tog_btn {
    border: none !important;
}



.buton_basvur {
    /*display:block;*/
    text-decoration: none;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    /*line-height: 1.5rem;
    letter-spacing: 0.34px;*/
    font-size: 16px;
    padding: 10px 16px 10px 16px;
    border: 1px transparent solid;
    /* outline: 0;
    transition: all 200ms ease-in-out;*/
    
    background-color: #002855;
    border-color: #002855;
    color: #ffffff;
    text-align: center;
}

    .buton_basvur:hover {
        color: white;
        background-color: var(--turkuaz) !important;
        border-color: var(--turkuaz) !important;
    }



.buton_basvur_turkuaz {
    /*display:block;*/
    text-decoration: none;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    /*line-height: 1.5rem;
    letter-spacing: 0.34px;*/
    font-size: 16px;
    padding: 10px 16px 10px 16px;
    border: 1px transparent solid;
    /* outline: 0;
    transition: all 200ms ease-in-out;*/
    background-color: var(--turkuaz);
    border-color: #002855;
    color: #ffffff;
    text-align: center;
    width: 50% !important;
}

    .buton_basvur_turkuaz:hover {
        color: white;
        background-color: var(--turkuaz) !important;
        border-color: var(--turkuaz) !important;
    }


.ust_bant {
}

.logo {
    width: 32px;
    height: 32px;
    background: url(../images/ev_wifi.png);
    background-repeat: no-repeat;
    background-size: 32px 30px;
}

.ust_telefon {
}

    .ust_telefon a {
        text-decoration: none;
        color: var(--lacivert);
    }

    .ust_telefon i {
        margin-right: 3px;
    }

        .ust_telefon i:hover {
            color: var(--lacivert);
        }



.paket-kart-link {
    text-decoration: none;
}


.paket-kart {
  
    letter-spacing: 0.17px;
    border-radius: 10px;
    width: 300px;
    height: 400px;
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 25px;
}



.kart-mavi {
    background: rgb(1,28,50);
    background: linear-gradient(121deg, rgba(1,28,50,1) 0%, rgba(2,27,47,0.8688725490196079) 100%);
}

.kart-kirmizi {
    background: rgb(50,1,22);
    background: linear-gradient(121deg, rgba(50,1,22,1) 0%, rgba(47,2,17,0.8688725490196079) 100%);
}

.kart-gri {
    background: rgb(31,30,29);
    background: linear-gradient(121deg, rgba(31,30,29,1) 0%, rgba(37,37,36,0.8940826330532213) 100%);
}

.kart-sari {
    background: rgb(50,40,1);
    background: linear-gradient(121deg, rgba(50,40,1,1) 0%, rgba(47,31,2,0.8688725490196079) 100%);
}


.paket-kart-extra {
    background-color: var(--acik-mavi);
    overflow:hidden;
    font-size: 12px;
    padding: 5px;
    color: white;
    border-top-right-radius: 9px;
    border-top-left-radius: 0px;
    position: relative;
    top: 0px;
    padding-top: 6px;
    right: -67px;
    text-align: center;
    width:150px;
    color: var(--lacivert);
    font-weight: 600;
}

.paket-kart-ust {
    padding-top: 15px;
    height: 250px;
    border-radius: 9px;
    color: white;
    text-align: center;
}

.paket-kart-alt {
    height: 124px;
    background-color: aliceblue;
    width: 100%;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    padding-top: 13px;
    padding-left: 15px;
}

.paket-kart-alt-title-1 {
    color: var(--antrasit);
    font-weight: 500;
    font-size: 13px;
}

.paket-kart-alt-title-2 {
    padding-top: 6px;
    font-weight: 900;
    font-size: 40px;
    letter-spacing: -1px;
}

    .paket-kart-alt-title-2 em {
        font-size: 30px;
    }

.paket-kart-alt-title-3 {
    font-weight:600;
    margin-top: 8px;
    font-size: 14px;
    color:black;
}

.detay-ikon {
    border-radius: 32px;
    border: 2px solid var(--lacivert);
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative !important;
    top: -50px;
    right: -220px;
    font-size: 35px;
    color: var(--mavi);
}


.paket-kart-ust-title-1 {
    line-height: 25px;
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 700;
}

.paket-kart-ust-title-2 {
    font-weight: bold;
    font-size: 40px;
}

.paket-kart-ust-title-3 {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.paket-kart-ust-title-4 {
    border-top: 1px solid rgba(217, 217, 217, 0.65);
    padding-top: 25px;
    font-size: 16px;
    position: relative;
    bottom: -20px;
}




.process-style1 {
    margin: 13px auto
}

    .process-style1 a {
        text-decoration: none;
    }


    .process-style1 .process-body {
        width: 240px;
        height: 240px;
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        padding: 21px 35px 10px 35px;
        transition: all ease .4s;
        text-decoration: none !important;
    }

    .process-style1 .process-shape {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: rotate(45deg);
        z-index: -1;
        background-color: var(--beyaz);
        border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
        box-shadow: 10px 17.321px 60px 0px rgba(0, 35, 160, .06);
        transition: all ease .4s
    }

    .process-style1 .process-number {
        position: absolute;
        left: 0;
        top: -20px;
        font-size: 20px;
        font-weight: 600;
        width: 84px;
        height: 84px;
        line-height: 65px;
        border: 10px solid var(--gri);
        color: var(--beyaz);
        background-color: var(--mavi);
        border-radius: 50%;
        text-align: center;
        transition: all ease .4s
    }

    .process-style1 .process-text {
        color: var(--lacivert);
        font-size: 20px;
        font-weight: 600;
        margin: 0;
    }

    .process-style1 .process-icon {
        margin: 0 0 15px 0;
        color: var(--siyah);
        font-size: 50px;
    }

        .process-style1 .process-icon i {
            transition: all ease .4s
        }

    .process-style1:hover .process-icon i {
        filter: brightness(0) invert(1)
    }

    .process-style1:hover .process-number {
        background-color: var(--lacivert)
    }

    .process-style1:hover .process-shape {
        background-color: var(--lacivert)
    }

    .process-style1:hover .process-text {
        color: var(--beyaz);
    }

    .process-style1.layout2 .process-shape {
        border: 1px solid #e4e4e4;
        box-shadow: 10px 17.321px 60px 0px rgba(0, 35, 160, .06)
    }

    .process-style1.layout2 .process-number {
        border-color: var(--beyaz)
    }

.process-shape1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center
}

footer {
    border-top: 1px solid var(--gri);
    margin-top: 35px;
    padding-bottom: 15px;
    color: var(--lacivert);
    background-color: var(--gri);
    background-image: url(../images/arkaplan/beyaz_arkaplan.svg);
    /* color: var(--antrasit);*/
    margin-bottom: 0px;
}


.div-yasal-bilgi {
    margin-top: 15px;
    font-size: 10px;
}

    .div-yasal-bilgi p {
        text-align: justify;
    }

.footer_govde {
    margin-top: 12px;
    margin-bottom: 20px !important;
}


.footer-col-title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

footer ul {
  
    text-align: center;
}

footer li {
    font-weight: 300;
    text-decoration: none;
    line-height: 20px;
    font-size: 13px;
    margin-left: -30px;
    list-style-type: none;
    color: black;
}

footer a {
    text-decoration: none;
    color: black;
}

.div_copyright {
    font-size: 13px;
}

.footer-bant {
    color:white;
    margin: 0px;
    padding: 10px;
    background-color: var(--fume);
}

    .footer-bant i {
        color: white;
        font-size: 26px;
        padding: 5px;
    }

.alt-telefon {
    color: white;
    padding-top: 4px;
    font-size: 24px;
}


.sosyal-medya {
    display: inherit;
}

.storelar {
    display: inherit;
}

.alt-telefon i {
    
    color: white !important;
    font-size: 21px !important;
    margin-right: 3px;
}

.alt-telefon a {
    font-weight: 900;
    color: white !important;
}
/** - Permission Content - **/
.container .row .permission-content {
    display: flex !important;
    text-align: justify !important;
    color: var(--lacivert) !important;
    padding: 30px 30px 36px 30px;
    width: 100%;
    font-family: "Lexend Deca", sans-serif !important;
    justify-content: space-between !important;
}

    .container .row .permission-content p {
        text-align: justify;
    }

        .container .row .permission-content p span {
            display: flex !important;
            /* display: contents;*/
            background-color: transparent;
            font-style: normal;
            color: var(--color-dark-100) !important;
            font-size: 11pt !important;
            font-family: "Lexend Deca", sans-serif !important;
        }

    .container .row .permission-content ul li strong {
        display: flex !important;
        line-height: 1.17 !important;
        letter-spacing: -0.8px !important;
        color: var(--color-dark-100) !important;
    }

    .container .row .permission-content ul li span {
        background-color: transparent;
        font-size: 11pt !important;
        font-family: "Lexend Deca", sans-serif !important;
    }

    .container .row .permission-content ol {
        margin-top: 15px;
        padding-left: 0;
        list-style-position: inside;
    }

        .container .row .permission-content ol li {
            list-style-type: decimal;
            font-weight: 500;
        }

    .container .row .permission-content p {
        justify-content: end;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }

    .container .row .permission-content a {
        color: var(--color-white);
        text-decoration: underline;
        font-weight: 500;
    }


    .container .row .permission-content * {
        background: transparent !important;
        color: var(--color-dark-100) !important;
        font-family: "Lexend Deca", sans-serif !important;
        font-size: 11pt !important;
        line-height: 1.4 !important;
        text-align: left !important
    }

    .container .row .permission-content table {
        width: 100% !important
    }

        .container .row .permission-content table td {
            border-color: #fff !important;
            padding: 7pt !important
        }

    .container .row .permission-content ul {
        padding-left: 20px
    }


.form-popup {
    background: url(../images/arkaplan/arkaplan-form-popup.svg);
    border-radius:5px;

    position: absolute;
    top: 140px;
    right: 0px;
    z-index: 39;
}
.form-popup-ust-logo{

    margin-top:12px;

}

.form-popup-title {
    padding-top: 0px;
    padding-bottom: 12px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    font-size: 11px;
    color: var(--lacivert);
}
.form-popup-item {
   
}

    .form-popup-item input
    {
        padding:10px;
    }


    .form-popup h1 {
        padding-top:5px;
        font-size: 16px;
        
    }



.form-container {
    max-width: 270px;
    padding: 10px 20px 2px;
  
    border-radius: 5px 0px 0px 5px;
    box-shadow: -2px 2px 10px #00000050;
   
  
    
}


    /* .form-container input[type=text],
    .form-container input[type=tel] {
        width: 100%;
        padding: 15px;
        margin: 0px 0 10px 0;
        background-color: #fff;
        border: none;
        border-radius: 5px;
    }


        .form-container input[type=text]:focus,
        .form-container input[type=password]:focus {
            background-color: #ddd;
            outline: none;
        }*/

    /* Set a style for the submit/login button */
    .form-container .btn {
        background-color: var(--gul-kurusu);
        color: white;
        padding: 10px 20px;
        border: none;
        cursor: pointer;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 15px;
        font-weight: 600;
    }

    .form-container p {
        font-size: 12px;
        color: #000;
        padding-top: 5px;
    }
    .form-container img
    { margin-right:10px;
        width:30px;
    }

.d-hidden {
    visibility: hidden !important;
}

.d-visible {
    visibility: visible !important;
}

.content-genel {
    margin-top: 60px;
}

header {
    padding-top: 5px;
    width: 100%;
    position: fixed;
    justify-content: space-between;
    top: -2px;
    left: 0px;
    background-color: white;
    z-index: 9999;
    height: 60px;
    -webkit-box-shadow: -1px -23px 17px 28px rgba(0,0,0,0.62);
    -moz-box-shadow: -1px -23px 17px 28px rgba(0,0,0,0.62);
    box-shadow: -1px -23px 17px 28px rgba(0,0,0,0.62);
}

#scrollToTop_btn {
    display: inline-block;
    background-color: var(--gul-kurusu);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 80px;
    right: 10px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
}

    #scrollToTop_btn i {
       /* font-weight: normal;
        font-style: normal;*/
        font-size: 2em;
        line-height: 55px;
        color: #fff;
    }

    #scrollToTop_btn::after {
     
      /*  content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;*/
    }

    #scrollToTop_btn:hover {
        cursor: pointer;
        background-color: #333;
    }

    #scrollToTop_btn:active {
        background-color: #555;
    }

    #scrollToTop_btn.show {
        opacity: 1;
        visibility: visible;
    }





.click-to-call {
    display: none !important;
}

.slide-ust-baslik {
    padding: 15px;
    font-size: 23px;
    text-align: center;
    color: black;
    font-weight: 900;
    background-color:rgba(0, 0, 0, 0.66);
    color: white;
}
.slide-ust-baslik p
{
    font-size:18px;

}

.alt-yapi-container {
    /* background-color:aqua;*/
    margin-top: 90px;
    /*  padding-left: 70px;
    padding-right: 70px;*/
}
.alt_yapi_govde {
    border-radius: 8px;
    padding: 25px;
    min-width: 400px;
    /*  background-color:azure;*/
}

    .alt_yapi_govde strong {
        color: var(--yesil);
    }

    .alt_yapi-baslik {
        font-size:18px;
        padding-bottom:15px;

        text-align: center;
        font-weight: 700;
        
    }


.alt-yapi-detay-slogan {
    border-radius: 5px;
    background-color:var(--sari);
    margin-left:13px;
    margin-right:15px;
    padding:12px;
    margin-bottom:15px;
    font-size:14px;
    color:var(--fume);
}

.alt_yapi-ust-aciklama {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
}


.alt-yapi-detay-aciklama ul {
    margin-left: 36px;
    margin-right: 15px;
    line-height: 20px;
}
.alt-yapi-detay-aciklama li {
    margin-bottom:15px;
    font-size: 14px;
    
}
.alt-yapi-detay-aciklama i {
    color:var(--yesil);
    
}

.li-sorgu-aciklama i {
    color: var(--lacivert);
    font-size:17px;
    padding-top: 5px;
}
.li-span-sorgu-aciklama {
    
    color: var(--fume);
    font-size: 13px;
    font-weight:300;
}

.form-container  input[type=text], .form-container input[type=tel] {
    font-size: 15px;
    width: 100%;
    padding: 10px;
    margin: 0px 0 10px 0;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    border: 1px solid #0000002e;
}

.form-etiket {
    padding-left:19px;
    font-size:13px;
    padding-bottom: 5px;
    color: var(--fume);
}
.form-combo {
    
   
    padding: 10px;
    margin-left: 14px;
    padding-right: 25px;
    border-color: var(--acik-mavi);
    color: var(--fume);
    border-radius: 4px;
    width: 92%;
    font-size: 13px;
    margin-bottom: 14PX;
}
    .form-combo option {
      /*  font-size: 15px !important;
        min-height: 35px !important;
        height: 30px !important;
        background-color: antiquewhite;
        padding: 5px !important;
        display:unset !important;*/
    }

.combo-goster
{
 /*   position:relative;
 top:0px;
 left:0px;*/
    display:inherit;
}

.modal-load {

    display:block;
    position: fixed;
    z-index: 9999;
    top: 58px;
    left: 13px;
    background-color: rgba(255, 75, 0, 0.38);
    width: 92%;
    height: 36px;
}
.combo-kapat {
    display: none;
}

.lbl-hiz {
    font-size: 20px;
    font-weight:700;
    color: red;
}
.alt-yapi-sonuc {
    color: var(--fume);
    /* background-color: #1ae025;*/
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    display:none;
}
.alt-yapi-sonuc h4
{

   margin-top:8px;
    color:var(--yesil);
}

.alt-yapi-adres {
    font-size: 14px;
}

.kirmizi-arkaplan {
    background-color: #f3210a;
}

.yesil-arkaplan {
    background-color: var(--yesil);
}


.basvuru-close
{
    position:relative;
    top:6px;
    right:-32px;
    height:50px;
    width:50px;
    font-size:30px;
    border:0px;
    background-color:unset;
    color:white;
}

.basvuru-form {
    margin-left: 20px;
    border-radius: 10px;
    color: white;
    margin-bottom: 25px;
}
.basvuru-form-genel {
    border-radius: 12px;
    padding-bottom: 15px;
    color:white;
}

.basvuru-form-genel a{
    color:white;
}
.basvuru-form-alt-yapi {
    border-radius: 10px;
    padding-bottom: 7px;
}


.basvuru-form-alt-yapi-yasal
{
    padding-top:15px;
    font-size:10px;
    text-align:center;
}

    .basvuru-form-alt-yapi-yasal p {
        text-align:justify;
        padding-top: 7px;
        padding-left: 55px;
        padding-right: 55px;
    }
    .call-animation {
        display: inherit;
        width: 59px;
        height: 59px;
        position: relative;
        margin: 0;
        border-radius: 100%;
        border: solid 0px var(--acik-mavi);
        animation: play 2s ease infinite;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        /*  background: url(../images/phone.svg) no-repeat;
    background-position: center center;
    background-size: 59px;*/
    }

    .call-animation i {

        padding:13px;
        padding-top:15px;
        width: 59px;
        height: 59px;
        border-radius: 100%;
        border:1px solid var(--antrasit);
        font-size: 30px;
    }

.basvuru-form-alt-yapi-telefon-ico{
    margin:25px;

}
.basvuru-form-alt-yapi a {
    color: white;
    text-decoration: none;
}
    .basvuru-form-alt-yapi a :hover {
        color: white;
        text-decoration: none;
    }

.basvuru-form-alt-yapi-link {
    margin-left: 15px;
   }

.form-ust{
     border-bottom: 1px solid rgba(255, 255, 255, 0.69);
}

.basvuru-form-alt-yapi-bize-ulasin {

    padding-top: 23px;
}
.basvuru-form-alt-yapi-aciklama {
    margin-left: 30px;
    margin-right: 30px;
    padding: 30px;
}

.basvuru-form-alt-yapi-item {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
}

.txt-item {
    font-size: 15px;
    width: 100%;
    padding: 10px;
    margin: 0px 0 10px 0;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    border: 1px solid #0000002e;
    text-transform: uppercase;
     width: 75%!important;

}

@keyframes play {
    0% {
        transform: scale(1);
    }

    10% {
        box-shadow: 0 0 0 5px rgba(0, 114, 255, 0.40);
    }

    15% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.2);
    }

   /* 20% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0.2);
    }*/
}

.txt-item-label
{
    width:150px;
    text-align:right;
    padding-right:10px;
    padding-top:10px;

}

.txt-item-div
{
   width:65%;
}

.alt-yapi-adres i
{
    
   position:relative;
   top:5px;
   right:0px;
}
.class_span_focus {
    display: inherit !important;
    width: 5px;
    height: 5px;
    background-color: red;
    position: absolute;
    top: 20px;
}

.alt-yapi-adres i
{
    margin-left:25px;
    font-size:25px;

}

.paket-detay-govde {
    margin-top: 0px;
    margin-left: 75px;
    margin-right: 75px;
}

.paket-detay-banner {
    border-radius: 7px;
    margin: 15px;
 
  
    text-align: center;
}


.paket-detay-banner-ust-slogan {
    text-align: center;
    font-size: 19PX;
    padding: 12px;
    width: 150px;
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, 0.11);
  /*  background-color: rgba(255, 255, 255, 0.62);*/
    height: 100px;
    margin: 15px;
    font-weight: 600;
    font-weight: 600;
    color:white;
}
.paket-detay-banner-ust-bolum {
    color: white;
}

.paket-detay-banner-ust-bolum-1 {
  padding-top:15px;
    font-size: 20px;
}

.paket-detay-banner-ust-bolum-2 {
    padding-top: 8px;
    font-size: 55px;
    font-weight: 900;
}

.paket-detay-banner-ust-bolum-3 {
    padding-top: 5px;
    font-size: 23px;
}

.paket-detay-banner-ust-bolum-4 {
    border-top: 1px solid rgba(255, 255, 255, 0.76);
    padding: 15px;
    margin-top: 15px;
    font-size: 25px;
    font-weight: 900;
}

.paket-detay-banner-alt-bolum-fiyat{
  text-align:center !important;
    background-color:white;
    color:var(--mavi);
    padding:10px;
    
    
}

.paket-detay-banner-alt-bolum {
    display: flex;
    text-align: left;
    /* background-color: white;*/
    font-weight: 900;
    background: url(../images/arkaplan/arka-plan-beyaz.svg);
  

    
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    
}

.paket-detay-banner-alt-bolum-1 {
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    text-align:right;
    color:black;
}

.paket-detay-banner-alt-bolum-2 {
    font-size: 59px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    font-weight: bold;
    text-align: right;
}

.paket-detay-banner-alt-bolum-2 i
{
    font-size:35px;
}
.paket-detay-banner-alt-bolum-3 {
    text-align: center;
    font-size: 19PX;
    padding: 12px;
    width: 150px;
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, 0.11);
    background-color: rgba(255, 255, 255, 0.62);
    height: 100px;
    margin: 15px;
    font-weight: 600;
    color: white;
}

.paket-detay-banner-alt-bolum-4 {
}


.paket-detay-sloganlar {
    background: url(../images/arkaplan/arka-plan-beyaz.svg);
    border-radius: 7px;
    margin: 15px;
    padding:20px;
   
   
}
    .paket-detay-sloganlar li
    {
        margin:10px;
    }

.tip-icon {
    background-color:forestgreen;
    padding: 5px;
    overflow: hidden;
    position: relative;
    float: left;
    top: 100px;
    font-size: 20px;
    left: 12px;
    color: white;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    width:32px;
}
.alt-yapi-turu-icon {
  
    background-color: firebrick;
    padding: 5px;
    overflow: auto;
    position: relative;
    float: left;
    top: 145px;
    font-size: 19px;
    left: -20px;
    color: white;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    width:63px;
}
.breadcrumb-div {
    margin-top: 80px;
    margin-left: 75px;
    margin-right: 75px;
    font-size:14px;
    font-weight:400 !important;
    color:var(--mavi);
   
}
    .breadcrumb-div  a {
        text-decoration: none !important;
    }


.slide-ust {
    /* background-color: blueviolet;*/
    background: url(../images/fiber_optik.jpg);
    background-size: 100%;
    background-position-y:bottom;
}

.populer_kampanya {
    margin-top:15px;
    background: url(../images/beyaz-arkaplan.svg);
    background-size: 100%;
}
.populer_kampanya_baslik {
    background-color: rgba(255, 255, 255, 0.94);
    text-align:center;
    padding:20px;
}

@media (max-width: 1600px) {
    .form-container input[type=text], .form-container input[type=tel] {
        font-size:15px;
        width: 100%;
        padding: 10px;
        margin: 0px 0 10px 0;
        background-color: #fff;
        border: none;
        border-radius: 5px;
        border: 1px solid #0000002e;
    }
}
@media(max-width: 1199px) {
    .process-style1 {
        margin: 20px auto
    }

        .process-style1 .process-body {
            width: 200px;
            height: 200px;
            padding: 21px 20px 10px 20px;
            margin-left: auto;
            margin-right: auto
        }

        .process-style1 .process-number {
            top: -10px;
            font-size: 16px;
            width: 70px;
            height: 70px;
            line-height: 50px
        }

        .process-style1 .process-text {
            font-size: 16px;
            line-height: 24px
        }

        .process-style1 .process-icon {
            margin: 0 0 18px 0
        }
}
@media (max-width: 991px) {

    .slide-ust {
        /* background-color: blueviolet;*/
        background: url(../images/fiber_optik.jpg);
       
        background-position-y: bottom;
    }

    .tip-icon {
       visibility:hidden;
    }

    .alt-yapi-turu-icon {
        visibility: hidden;
    }

    .class_span_focus {
        display: inherit !important;
       /* width: 50px;
        height: 50px;*/
        background-color: red;
        position: relative;
        top: -60px;
        z-index:9999;
    }

    .alt_yapi_govde {
        padding: 0px;
        min-width: inherit;
    }

    .basvuru-form-sag {
        padding-left: 0px;
        padding-right: 0px;
    }
    .basvuru-form {
        margin-left: 0px;
        border-radius: 10px;
        color: white;
        margin-bottom: 25px;
    }

    .alt-yapi-container {
        /* background-color:aqua;*/
        margin-top: 90px;
        padding-left: 0px;
        padding-right: 0px;
        
    }

    .alt_yapi_govde {
       
        padding: 25px;
        margin-bottom:20px;
      
    }
   
    
    header {
        width: 100%;
        position: fixed;
        justify-content: space-between;
        top: -2px;
        left: 0px;
        background-color: white;
        z-index: 9999;
        height: 55px;
        -webkit-box-shadow: -1px -23px 17px 28px rgba(0,0,0,0.62);
        -moz-box-shadow: -1px -23px 17px 28px rgba(0,0,0,0.62);
        box-shadow: -1px -23px 17px 28px rgba(0,0,0,0.62);
    }

    .sosyal-medya {
        display: none;
        ;
    }

    .storelar {
        display: none;
      
    }

    .ust_telefon {
    }

    .nav-buton {
        font-size: 25px !important;
    }

    .ust_telefon :hover
    
    {


    }
    .ust_telefon i {
        color:var(--kirmizi);
        font-size: 18px;
    }

    .ust_telefon span {
        color: var(--kirmizi);
        font-weight: 900;
        font-size: 20px;
    }

   

    .tab {
        height: 65px;
        margin-top: 10px;
        margin-bottom: 10px;
        max-width:165px;
        margin-right:8px;
    }

        .tab a {
            display: block;
            border: 1px solid var(--acik-mavi);
            color: black;
            text-decoration: none;
            text-align: center;
            width: 100%;
            height: 70px;
            outline: none;
            margin: 0px;
            cursor: pointer;
            padding: 15px;
            transition: 0.5s;
            font-size: 17px;
        }


    .paket-kart-extra {
        background-color: var(--acik-mavi);
        font-size: 12px;
        padding: 5px;
        color: white;
        border-top-right-radius: 0px;
        border-top-left-radius: 9px;
        border-bottom-left-radius: 9px;
        position: relative;
        top: 0px;
        padding-top: 6px;
        left: -1px;
        width: 30px;
        text-align: center;
        color: var(--lacivert);
        font-weight: 600;
    }

        .paket-kart-extra div {
            position: relative;
            top: 65px;
            width: 200px;
            left: -90px;
            transform: rotate(-90deg);
        }

    .slider-kart {
        margin-left:0px;
            margin-top: 20px;
        margin-bottom: 20px;
    }

    .paket-kart {
        justify-content: space-between;
        width: 100%;
        height: 160px;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: nowrap;
    }

    .paket-kart-ust {
        text-align: left;
        height: 100%;
        border-radius: 9px;
        border-top-left-radius: 9px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 9px;
        border-bottom-right-radius: 0px;
        padding: 10px;
        color: white;
        width: 65%;
    }

    .paket-kart-ust-title-1 {
        font-size: 19px;
        line-height: 16px;
        margin-bottom: 12px;
        font-weight: 700;
    }

    .paket-kart-ust-title-2 {
        font-weight: bold;
        font-size: 40px;
    }

    .paket-kart-ust-title-3 {
        font-size: 15px;
    }

    .paket-kart-ust-title-4 {
        font-size: 19px !important;
        position: relative !important;
        bottom: -5px !important;
        border-top: none;
        padding-top: 25px;
        font-size: 12px;
        position: relative;
        bottom: 19px !important;
    }



    .paket-kart-alt {
        height: 100%;
        background-color: white;
        width: 35%;
        border-top-left-radius: 0px;
        border-top-right-radius: 9px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 9px;
        /*  position: relative;
        left: auto;
        right: 100%;
        top: -231px;
        bottom: 0px;
      
     
      */
    }


    .paket-kart-alt-title-1 {
        color: var(--antrasit);
        font-weight: 500;
        font-size: 15px;
        padding-right: 10px;
    }

    .paket-kart-alt-title-2 {
        padding-top: 6px;
        font-weight: 900;
        font-size: 37px;
        letter-spacing: -1px;
    }

        .paket-kart-alt-title-2 em {
            display: none;
            font-size: 20px;
        }

    .paket-kart-alt-title-3 {
        margin-right: 15px;
        margin-top: 8px;
        font-size: 16px;
    }

    .detay-ikon {
        display: none;
    }





    .buton_basvur {
        /* display:none;*/
    }

    .buton_mobil_kapat {
        display: none;
    }

    .logo {
        width: 32px;
        height: 32px;
        background: url(../images/ev_wifi.png);
        background-repeat: no-repeat;
        background-size: 28px 26px;
    }
}
@media(max-width: 767px) {
    .breadcrumb-div {
        margin: 0px;
        padding:15px;
        margin-top: 70px;
        width: 100%;
    }
    .paket-detay-banner-alt-bolum {
        display:inherit;
        text-align: center;
        /* background-color: white;*/
        /*font-weight: 900;
        background-color: aliceblue;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;*/
    }
    .paket-detay-banner-ust-bolum-1{
        margin:15px;
        
    }
    .paket-detay-banner-ust-bolum-2 {
      padding-top:0px;
    }
    .paket-detay-banner-ust-bolum-4 {
       font-size:20px;
    }

    .paket-detay-banner-alt-bolum-1{
        text-align:center;
    }
    .paket-detay-banner-alt-bolum-2 {
        text-align: center;
    }
    .paket-detay-banner {
    
        min-width: unset;
    }
    .paket-detay-govde {
       margin:0px;
       
       width:100%; 
    }
        
    .alt_yapi_govde {
        margin-left: 20px;
        margin-right:20px;
    }

    .basvuru-form-alt-yapi-aciklama {
        margin-left: 0px;
        margin-right: 0px;
        padding: 25px;
        text-align:center;
        padding-bottom:25px;
        font-size:14px;
    }


    .basvuru-form-alt-yapi-item {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 15px;
    }

    .txt-item {
        font-size: 15px;
        width: 100%;
        padding: 10px;
        margin: 0px 0 10px 0;
        background-color: #fff;
        border: none;
        border-radius: 5px;
        border: 1px solid #0000002e;
        text-transform: uppercase;
        width: 75% !important;
    }



    .buton_basvur_turkuaz {
 
        width: 100% !important;
    }

    .basvuru-form-alt-yapi-yasal {
        padding-top: 15px;
        font-size: 11px;
        text-align: center;
    }

        .basvuru-form-alt-yapi-yasal p {

            text-align: justify;
            padding-top: 7px;
            padding-left: 35px;
            padding-right: 35px;
        }



    .txt-item {
        font-size: 15px;
        width: 100%;
        padding: 10px;
        margin: 0px 0 10px 0;
        background-color: #fff;
        border: none;
        border-radius: 5px;
        border: 1px solid #0000002e;
        text-transform: uppercase;
        width: 100% !important;
    }

    .basvuru-form-sag {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .basvuru-form {
        margin-left: 0px;
        border-radius: 10px;
        color: white;
        margin-bottom: 25px;
    }

    .alt-yapi-container {
        /* background-color:aqua;*/
        margin-top: 90px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .alt_yapi_govde {
        padding: 25px;
        margin-bottom: 20px;
       
    }

    .scrollToTop {
        right: 20px
    }

        .scrollToTop.show {
            /*  bottom: 20px*/
            right: 0 !important;
            bottom: 5px;
        }


    .slider-kart_ic {
        border: 1px solid var(--antrasit);
        border-radius: 8px;
        margin: auto;
        background-color: white !important;
        width: 90%;
        height: 320px !important;
        background-image: url(../images/arkaplan/arka_plan_slider_card.svg);
        background-repeat: no-repeat;
    }

    .slider-card-resim-sim-kart {
        margin-top: 15px;
        background-image: url(../images/sim_kart.svg);
        background-size: 170px;
        background-repeat: no-repeat;
        width: 200px;
        height: 160px;
    }

    .slider-card-resim-fiber-kablo {
        margin-top: 15px;
        background-image: url(../images/fiber-kablo.svg);
        background-size: 160px;
        background-repeat: no-repeat;
        background-position-x: 20px;
        width: 260px;
        height: 160px;
    }

    .slider-card-resim-hiz-testi {
        margin-top: 15px;
        background-image: url(../images/fast-internet.svg);
        background-size: 160px;
        background-repeat: no-repeat;
        background-position-x: 20px;
        width: 260px;
        height: 160px;
    }

    .slider-card-resim-modem {
        margin-top: 15px;
        background-image: url(../images/modem.svg);
        background-size: 190px;
        background-repeat: no-repeat;
        width: 500px;
        height: 160px;
    }

    .slider-card-alt-baslik {
        
        position: relative;
        top: 0px;
        left: 20px;
        text-align: left;
        color: var(--lacivert);
        padding-left: 20px;
    }
        .slider-card-alt-baslik span {
            font-size: 22px;
        }
        .slider-card-alt-baslik p {
            font-weight:400;
            font-size: 18px;
        }

        .slider-card-alt-buton {
            position: relative;
            top: 0px;
            left: 0;
            right: 0;
            width: 350px;
        }

}
@media (max-width: 600px) {
    .tab{

        height:45px;
    }
    .click-to-call {
        border: 1px solid rgba(255, 255, 255, 0.514);
        /*  border-radius: 0px 10px 10px 0px;*/
        z-index: 40;
        display: block !important;
        display:flex !important;
       /* cursor: default;*/
        background: var(--mavi);
        width: 100%;
        position: fixed;
        bottom: 0px;
        left: 0px;
        height: 70px;
       line-height: 22px;
        text-align: center;
        color:white !important;
      /*  padding-left: 35px;
        padding-right: 35px;*/
     /*   */
        font-size: 10px;
    }
        .click-to-call a {
            padding-top: 6px;
            width: 33%;
            height: 100%;
            color: white;
            text-decoration: none;
        }
    .click-to-call button {
        
        width: 33%;
        height: 100%;
        color: white;
        text-decoration: none;
    }

        .click-to-call i {
            font-size: 35px;
            height: 30px;
            
        }

        
        .click-to-call .phone {
          /*  color: #000000 !important;*/
            font-size: 15px;
          
        }

        .click-to-call .wp {
           /* color: #000000 !important;*/
            font-size: 15px;
           
        }
        .click-to-call .basvur {
            /* color: #000000 !important;*/
            font-size: 15px;
        }
        
    .alt_yapi_govde strong {
        color: var(--yesil);
    }

    .alt_yapi-baslik {
        font-size: 20px;
        padding-bottom: 19px;
        text-align: center;
        font-weight: 700;
    }


    .alt-yapi-detay-slogan {
        border-radius: 5px;
        background-color: var(--sari);
        margin-left: 0px;
        margin-right: 0px;
        padding: 12px;
        margin-bottom: 15px;
        font-size: 14px;
        color: var(--fume);
        text-align: center;
    }

    .alt_yapi-ust-aciklama {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 15px;
        text-align: left;
        font-weight: 400;
        font-size: 14px;
        text-align:center;
    }


    .alt-yapi-detay-aciklama ul {
        margin-left: 25px;
        margin-right: 10px;
        line-height: 20px;
    }

    .alt-yapi-detay-aciklama li {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .alt-yapi-detay-aciklama i {
        color: var(--yesil);
    }


    
    .form-popup {
     
    
        position:inherit;
        padding-top:10px;
        border-radius:0px;
       


    }

    .form-container {
        margin: 20px;
        max-width: 100%;
        padding: 10px 20px 2px;
        background-color: white;
        border-radius: 5px 0px 0px 5px;
        box-shadow: -2px 2px 10px #00000050;
        background-size: 100%;
    }
    .form-container h1
    {
        font-size:18px;

    }

    .paket-kart {
        margin: 0px;
   
        
    }

    .paket-kart-link {
        padding: 0px;
        margin-right: 15px;
        margin-left: 13px;
    }

}



    @media (max-width: 500px) 
    {
        .basvuru-form-alt-yapi-item {
            margin-top: -15px;
        }

        .item-govde {
            display: unset !important;
        }

        .txt-item-label {
            width: 100%;
            font-size: 15px;
            text-align: left;
            padding-right: 10px;
            padding-top: 0px;
            padding-bottom: 8px;
        }

        .txt-item-div {
            width: 100%;
        }

        footer li {
            text-decoration: none;
            line-height: 20px;
            font-size: 17px;
            margin-left: -30px;
            list-style-type: none;
        }

        .paket-kart-alt-title-1 {
            color: var(--antrasit);
            font-weight: 500;
            font-size: 10px;
            padding-right: 10px;
        }

        .paket-kart-alt-title-2 {
            padding-top: 6px;
            font-weight: 900;
            font-size: 30px;
            letter-spacing: -1px;
        }

            .paket-kart-alt-title-2 em {
                display: none;
                font-size: 20px;
            }

        .paket-kart-alt-title-3 {
            margin-right: 15px;
            margin-top: 8px;
            font-size: 16px;
        }

        .paket-kart-ust-title-1 {
            font-size: 12px;
            line-height: 16px;
            margin-bottom: 12px;
            font-weight: 700;
        }

        .paket-kart-ust-title-2 {
            font-weight: bold;
            font-size: 30px;
        }

        .paket-kart-ust-title-3 {
            font-size: 15px;
        }



        .tab a {
            width: 170px !important;
        }

        .paket-kart-ust-title-4 {
            font-size: 13px !important;
            bottom: 16px !important;
        }

        .paket-kart-alt-title-3 {
            margin-right: 5px;
            margin-top: 12px;
            font-size: 14px;
        }

        .tablinks {
        }
    }
@media (max-width: 430px) /* IPHONE 12 PRO MAX*/ {



    .paket-kart-alt-title-3 {
        margin-right: 0px;
        margin-top: 8px;
        font-size: 12px;
    }
    .paket-kart-alt-title-1 {
        color: var(--antrasit);
        font-weight: 500;
        font-size: 12px;
        padding-right: 10px;

    }

    .paket-kart-alt-title-2 {
        padding-top: 6px;
        font-weight: 900;
        font-size: 40px;
        letter-spacing: -1px;
    }
}

    @media (max-width: 394px) /* IPHONE 12 */
    {
        .paket-kart-ust-title-4 {
            bottom: 16px !important;
        }

        .paket-kart-alt-title-3 {
            margin-right: 0px;
            margin-top: 12px;
            font-size: 14px;
        }
    }

    @media (max-width: 376px) /* IPHONE X */
    {
        .paket-kart-ust-title-4 {
            bottom: 14px !important;
        }

        .paket-kart-alt-title-3 {
            margin-right: 0px;
            margin-top: 8px;
            font-size: 12px;
        }
    }

    @media (max-width: 361px) /* SAMSUNG GALAXY S20*/
    {

        .tab a {
            width: 145px !important;
        }

        .paket-kart-ust-title-4 {
            bottom: 22px !important;
            font-size: 15px;
        }

        .paket-kart-alt-title-3 {
            margin-right: 0px;
            margin-top: 8px;
            font-size: 12px;
        }
    }

    @media (max-width: 331px) /*IPHONE 5*/
    {

        .slider-kart_ic {
            border: 1px solid var(--antrasit);
            border-radius: 15px;
            margin: auto;
            background-color: white !important;
            width: 95%;
            height: 320px !important;
            background-image: url(../images/arkaplan/arka_plan_slider_card.svg);
            background-repeat: no-repeat;
        }

        .slider-card-resim-sim-kart {
            margin-top: 15px;
            background-image: url(../images/sim_kart.svg);
            background-size: 170px;
            background-repeat: no-repeat;
            width: 200px;
            height: 160px;
        }

        .slider-card-resim-fiber-kablo {
            margin-top: 15px;
            background-image: url(../images/fiber-kablo.svg);
            background-size: 160px;
            background-repeat: no-repeat;
            background-position-x: 20px;
            width: 260px;
            height: 160px;
        }

        .slider-card-resim-hiz-testi {
            margin-top: 15px;
            background-image: url(../images/fast-internet.svg);
            background-size: 160px;
            background-repeat: no-repeat;
            background-position-x: 20px;
            width: 260px;
            height: 160px;
        }

        .slider-card-resim-modem {
            margin-top: 15px;
            background-image: url(../images/modem.svg);
            background-size: 190px;
            background-repeat: no-repeat;
            width: 500px;
            height: 160px;
        }

        .slider-card-alt-baslik {
            position: relative;
            top: 0px;
            left: 0px;
            text-align: left;
            color: var(--lacivert);
            padding-left: 20px;
        }

            .slider-card-alt-baslik span {
                font-size: 22px;
            }

            .slider-card-alt-baslik p {
                font-weight: 400;
                font-size: 16px;
            }

        .slider-card-alt-buton {
            position: relative;
            top: 0px;
            left: 0;
            right: 0;
            width: 280px;
        }

        .ust_telefon i {
            color: var(--kirmizi);
            font-size: 16px;
        }

        .ust_telefon span {
            color: var(--kirmizi);
            font-weight: 900;
            font-size: 16px;
        }

        .paket-kart-ust-title-1 {
            font-size: 12px;
        }


        .paket-kart-ust-title-2 {
            font-size: 25px;
        }

        .paket-kart-ust-title-3 {
            font-size: 15px;
        }

        .paket-kart-ust-title-4 {
            bottom: 18px !important;
        }

        .paket-kart-alt-title-1 {
            font-size: 10px;
        }

        .paket-kart-alt-title-2 {
            font-size: 30px;
        }

        .paket-kart-alt-title-3 {
            margin-right: 0px;
            margin-top: 8px;
            font-size: 12px;
        }



        .paket-kart-alt {
            padding: 7px;
        }

        .tab {
            width: 80px;
        }

        .tablinks {
            width: 70px;
        }
    }
