* {
    margin: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
  }
  html, body {
    height: 100%;
  }
  
  body{  
    font-size:62.5%;
  }
  
  /* usalan tanimlari navbarın olduğu yer */
  #ustAlan {
    height: 6.5em;
  }
  
  /* icerik alani */
  .kapsul {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em; /* altAlan yukseklik degeri ile ayn olmali */
}
  
#solAlan
{
    float: left;
    clear:both;
    width: 100%;
    height: auto;
    margin-bottom: 1em;
}
#icerikAlani {
    margin: 0em 0em 1em 0em;
    font-family: 'Open Sans', sans-serif; 
  }
  #icerikAlani::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  
  #icerikAlani {
    display: inline-block;
  }
  
  * html #icerikAlani {
    height: 1%;
  }
  
  #altAlan,.tampon {
    height: 25em; /* .tampon ile altAlan yuksekligi ayni olmali */
  }
  .tel{
    position: fixed;
    background-color: #79359b;
    width: 20%;
    height: 60px;
    bottom: 5px;
    right: 0px;
    border-radius: 15px 1px 1px 15px;
    transition: background-color 500ms;
  }
  .tel:hover{
    background-color: #660099;
  }
  .wp{
    position: fixed;
    background-color:rgb(36, 131, 36) ;
    width: 20%;
    height: 60px;
    bottom: 75px;
    border-radius: 15px 1px 1px 15px;
    transition: background-color 500ms;
    left: 80%;
  }
  .wp:hover{
    background-color: rgb(2, 70, 2);
  }
  .teltext{
    position: relative;
    font-size: 37px;
    color: wheat;
  }
  .wptext{
     position: relative;
     font-size: 37px;
     color: wheat;
  }
  #altAlan{
    text-align:center;
    color:#036;
    height: auto;
  }
  .urunler{
  position: relative;
  bottom: 6px;
  }
  .urunler1{
    position: relative;
    bottom: 6px;
    }
    .urunler2{
      position: relative;
      bottom: 6px;
      }
  .button1{
    padding: 10px 60px;
    margin-top: 8px; 
    border-radius: 5px;
    border: none;
    height: 40px;
    transition: height 1s,width 1s;
    position: relative;
    width: 190px;
}
.p1{
    position: absolute;
    top: 1px;
    left: 15px;
    font-size: 1.1rem;
    font-weight: 350;
    opacity: 0.7;
    transition: color 500ms;
    color: rgb(143, 143, 143);
}
.button1.active {  
    height: 320px;
    width: 350px;
}
.icon1{
  font-size: 1.8rem;
}
#p1{
  display: none;
  right: 30px;
  position: relative;
  float: left;
  font-size: 15px;
  color: rgb(100, 100, 100);
  top: 20px;
  width: 270px;
}
.button_1{
  padding: 10px 60px;
  margin-top: 8px; 
  border-radius: 5px;
  border: none;
  height: 40px;
  transition: height 1s,width 1s;
  position: relative;
  width: 270px;
}
.p2{
  position: absolute;
  top: 1px;
  left: 15px;
  font-size: 1.1rem;
  font-weight: 350;
  opacity: 0.7;
  transition: color 500ms;
  color: rgb(143, 143, 143);
}
.button_1.active {  
  height: 380px;
  width: 380px;
}
.icon1{
font-size: 1.8rem;
}
#p2{
display: none;
right: 30px;
position: relative;
float: left;
font-size: 15px;
color: rgb(100, 100, 100);
top: 20px;
width: 310px;
}
.button_2{
  padding: 10px 60px;
  margin-top: 8px; 
  border-radius: 5px;
  border: none;
  height: 40px;
  transition: height 1s,width 1s;
  position: relative;
  width: 195px;
}
.p3{
  position: absolute;
  top: 1px;
  left: 15px;
  font-size: 1.1rem;
  font-weight: 350;
  opacity: 0.7;
  transition: color 500ms;
  color: rgb(143, 143, 143);
}
.button_2.active {  
  height: 380px;
  width: 380px;
}
#p3{
display: none;
right: 30px;
position: relative;
float: left;
font-size: 15px;
color: rgb(100, 100, 100);
top: 20px;
width: 310px;
}
.link{
 color :rgb(146, 146, 146);
 transition: color 300ms;
}
.link:hover{
  text-decoration: none;
  color :rgb(123, 140, 238);
}
.navtext{
  font-size: 18px;
  color: rgb(143, 143, 143);
}
.button2{
  width: 160px;
  height: 50px;
  background-color: red;
  border-radius: 10px;
  font-size: 20px;
  transition: color 500ms;
  text-align: center;
}
.ust{
  display: flex;
  justify-content: space-evenly;
}
.digiform{
  width: 400px;
  height: 500px;
  border: 1px solid rgb(194, 194, 194);
  border-radius: 10px;
  color: rgb(180, 180, 180);
  position: relative;
  box-shadow: 5px 5px 15px 2px #936ba7;;
  transition: width 400ms;
}
.formbaslik{
  position: relative;
  top: 25px;
  color: #660099;
}
.formtext{
  position: relative;
  top: 40px;
  font-size: 15px;
  color: gray;
}
.digiinput{
  position: relative;
  top: 50px;
  width: 75%;
  margin: auto;
}
.submit{
  display: block;
  width: 100%;
  height: 50px;
  background-color: #660099;
  border: none;
  border-radius: 10px;
  color: white;
  font-size: 20px;
  transition: background-color 300ms;
}
.submit:hover{
  background-color: #7602b1;
}
.formnumber{
 width: 100%;
 text-align: center;
 display: block;
 position: absolute;
 bottom: 80px;
 font-size: 30px;
 color: #660099;
}
.formnumber:hover{
  text-decoration: none;
  color: #7602b1;
}
.formtext1{
  position: relative;
  top: 100px;
  font-size: 14px;
  color: #660099;
}
.formtext2{
  position: relative;
  top: 90px;
  font-size: 12px;
  color: gray;
}
.formimg{
  border: 1px solid;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  margin: auto;
  position: relative;
  top: 75px;
  box-shadow: 5px 5px 25px 1px;
}
.formimg1{
  position: absolute;
  left: 12px;
  top: 12px;
}
.birinci-slider{
  width: 900px;
  transition: width 400ms;
}
.resimoval{
  border-radius: 15px;
  box-shadow: 5px 5px 15px 2px #936ba7;
}
.sspor{
  position: absolute;
  left: 0px;
}
.sbaslik{
  color: white;
  position: absolute;
  bottom: 300px;
  left: 110px;
  font-size: 30px;
  display: inline-block;
}
.sfiyat{
  width: 300px;
  height: 70px;
  box-shadow: thistle 1px 1px 20px 2px;
  position: absolute;
  bottom: 220px;
  left: 80px;
  border-radius: 5px 5px 5px 5px;
  background-image: linear-gradient(to right, #aa1de2 0%, #f3ae6d 100%);
}
.stext1{
position: absolute;
top: 5px;
left: 10px;
font-size: 20px;
color: white;
}
.stext2{
  position: absolute;
  top: 35px;
  left: 10px;
  font-size: 20px;
  color: rgb(0, 0, 0);
}
.stext3{
  position: absolute;
  right: 10px;
  font-size: 30px;
  top: 10px;
  color: white;
}
.shediye{
  width: 250px;
  height: 70px;
  border: 5px white solid;
  position: absolute;
  background-color: #d9eded;
  bottom: 120px;
  left: 110px;
  border-radius: 5px 5px 5px 5px;
}
.yildiz{
position: absolute;
width: 75px;
top: -20px;
left: -20px;
}
.stext{
  color: rgb(0, 173, 66);
  position: absolute;
  font-weight: bolder;
  left: 70px;
  top:5px;
}
.tbaslik{
  color: white;
  position: absolute;
  bottom: 320px;
  left: 20px;
  font-size: 25px;
  display: inline-block;
}
.thediye{
  width: 190px;
  height: 70px;
  border: 5px white solid;
  position: absolute;
  background-color: #d9eded;
  bottom: 120px;
  left: 10px;
  border-radius: 5px 5px 5px 5px;
}
.ttext{
  color: rgb(0, 173, 66);
  position: absolute;
  font-weight: bolder;
  font-size: 11px;
  left: 70px;
  top:10px;
}
.tyildiz{
  position: absolute;
width: 75px;
top: -20px;
left: -20px;
}
.thediye1{
  width: 200px;
  height: 70px;
  border: 5px white solid;
  position: absolute;
  background-color: #d9eded;
  bottom: 120px;
  left: 220px;
  border-radius: 5px 5px 5px 5px;
}
.ttext3{
  position: absolute;
  right: 10px;
  font-size: 30px;
  top: 25px;
  color: white;
}
.sfiyat1{
  width: 300px;
  height: 70px;
  box-shadow: thistle 1px 1px 20px 2px;
  position: absolute;
  bottom: 220px;
  left: 80px;
  border-radius: 5px 5px 5px 5px;
  background-image: linear-gradient(to right, #aa1de2 0%, #00a950 100%);
}
.digilogo{
  position: absolute;
  width: 400px;
  right: 15px;
}
.shediye1{
  width: 250px;
  height: 70px;
  border: 5px white solid;
  position: absolute;
  background-color: #d9eded;
  bottom: 100px;
  left: 110px;
  border-radius: 5px 5px 5px 5px;
}
.ibaslik{
  color: white;
  position: absolute;
  bottom: 300px;
  left: 110px;
  font-size: 30px;
  display: inline-block;
}
.ifiyat{
  width: 200px;
  height: 70px;
  box-shadow: rgb(255, 255, 255) 1px 1px 20px 2px;
  position: absolute;
  bottom: 210px;
  left: 160px;
  border-radius: 5px 5px 5px 5px;
  background-image: linear-gradient(to right, #aa1de2 0%, #00a950 100%);
}
.itext1{
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 20px;
  color: white;
  }
  .itext2{
    position: absolute;
    top: 35px;
    left: 10px;
    font-size: 20px;
    color: rgb(0, 0, 0);
  }
  .itext3{
    position: absolute;
    right: 10px;
    font-size: 30px;
    top: 12px;
    color: white;
  }
  .fbaslik{
      color: white;
      position: absolute;
      bottom: 300px;
      left: 70px;
      font-size: 25px;
      display: inline-block;
  }
  .ffiyat{
    width: 180px;
    height: 70px;
    box-shadow: rgb(255, 255, 255) 1px 1px 20px 2px;
    position: absolute;
    bottom: 210px;
    left: 180px;
    border-radius: 5px 5px 5px 5px;
    background-image: linear-gradient(to right, #aa1de2 0%, #257cff 100%);
  }
  .fhediye1{
    width: 250px;
    height: 70px;
    border: 5px white solid;
    position: absolute;
    background-color: #d9eded;
    bottom: 120px;
    left: 110px;
    border-radius: 5px 5px 5px 5px;
  }
  .btn4 {
    background-image: linear-gradient(to right, #aa1de2 0%, #257cff 100%);
    border-radius: 40px;
    box-sizing: border-box;
    color: #00a950;
    display: block;
    font: 1.125rem 'Oswald', Arial, sans-serif; /*18*/
    height: 80px;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 4px;
    position: absolute;
    bottom: 20px;
    left: 100px;
    text-decoration: none;
    text-transform: uppercase;
    width: 264px;
    z-index: 2;
  }
  
  .btn4:hover {
    color: #fff;
    text-decoration: none;
  }
  
  .btn4 span {
    align-items: center;
    background: #000000;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    height: 100%;
    transition: background .5s ease;
    width: 100%;
  }
  .btn4:hover span {
    background: transparent;
  }
  .btn3 {
    background-image: linear-gradient(to right, #aa1de2 0%, #00a950 100%);
    border-radius: 40px;
    box-sizing: border-box;
    color: #00a950;
    display: block;
    font: 1.125rem 'Oswald', Arial, sans-serif; /*18*/
    height: 80px;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 4px;
    position: absolute;
    top: 300px;
    left: 530px;
    text-decoration: none;
    text-transform: uppercase;
    width: 264px;
    z-index: 2;
  }
  
  .btn3:hover {
    color: #fff;
    text-decoration: none;
  }
  
  .btn3 span {
    align-items: center;
    background: #000000;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    height: 100%;
    transition: background .5s ease;
    width: 100%;
  }
  .btn3:hover span {
    background: transparent;
  }
  .btn2 {
    background-image: linear-gradient(to right, #aa1de2 0%, #f3ae6d 100%);
    border-radius: 40px;
    box-sizing: border-box;
    color: #00a950;
    display: block;
    font: 1.125rem 'Oswald', Arial, sans-serif; /*18*/
    height: 80px;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 4px;
    position: absolute;
    bottom: 20px;
    left: 100px;
    text-decoration: none;
    text-transform: uppercase;
    width: 264px;
    z-index: 2;
  }
  
  .btn2:hover {
    color: #fff;
    text-decoration: none;
  }
  
  .btn2 span {
    align-items: center;
    background: rgb(0, 0, 0);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    height: 100%;
    transition: background .5s ease;
    width: 100%;
  }
  
  .btn2:hover span {
    background: transparent;
  }
  .btn1 {
    background-image: linear-gradient(to right, #aa1de2 0%, #00a950 100%);
    border-radius: 40px;
    box-sizing: border-box;
    color: #00a950;
    display: block;
    font: 1.125rem 'Oswald', Arial, sans-serif; /*18*/
    height: 80px;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 4px;
    position: absolute;
    bottom: 20px;
    left: 100px;
    text-decoration: none;
    text-transform: uppercase;
    width: 264px;
    z-index: 2;
  }
  
  .btn1:hover {
    color: #fff;
    text-decoration: none;
  }
  
  .btn1 span {
    align-items: center;
    background: rgb(0, 0, 0);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    height: 100%;
    transition: background .5s ease;
    width: 100%;
  }
  
  .btn1:hover span {
    background: transparent;
  }
  /*----------------------SAYFANIN ORTASI---------------------------------------------*/
  .text1{
    font-size: 14px;
    margin-left: 15%;
    margin-right: 15%;
    color: gray;
  }
  .card-group1{
    display: flex;
    justify-content: space-evenly;
  }
  .card-group2{
    display: flex;
    margin-top: 30px;
    justify-content: space-evenly;
  }
  .card-group3{
    display: flex;
    margin-top: 30px;
    justify-content: space-evenly;
  }
  .card-group4{
    display: flex;
    margin-top: 30px;
    justify-content: space-evenly;
  }
  .card1{
    width: 550px;
    height: 270px;
   border: 1px solid;
   border-radius: 10px;
   position: relative;
   color: rgb(180, 180, 180);
   box-shadow: 5px 5px 15px 2px;
   transition: box-shadow 300ms,width 300ms;
  }
  .card2{
    width: 550px;
    height: 270px;
    border: 1px solid;
    border-radius: 10px;
    color: rgb(180, 180, 180);
    position: relative;
    box-shadow: 5px 5px 15px 2px;
    transition: box-shadow 300ms,width 300ms;
  }
  .card1:hover{
    box-shadow: 5px 5px 15px 2px #936ba7;
  }
  .card2:hover{
    box-shadow: 5px 5px 15px 2px #936ba7;
  }
  .cardimg{
    position: absolute;
    right: 10px;
    border-radius: 10px;
    top: 20px;
  }
  .cardimg2{
    position: absolute;
    right: 10px;
    border-radius: 10px;
    top: 20px;
  }
  .cardimg3{
    display: none;
  }
  .cardimg1{
    display: none;
  }
  .btn-hover {
    width: 150px;
    font-size: 16px;
    font-weight: 100;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 40px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: absolute;
    bottom: 1px;
    left: 5px;
}
.btn-hover:hover {
    background-position: 100% 0;
    transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-hover:focus {
    outline: none;
}
.btn-hover.color-7 {
    background-image: linear-gradient(to right, #6253e1, #852D91, #A3A1FF, #F24645);
    box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}
.cardbaslik{
  position: absolute;
  left: 20px;
  top: 5px;
  color: rgb(0, 0, 0);
  font-size: 30px;
}
.cardhediye{
  position: absolute;
  top: 80px;
  color: #7a7a7a;
  list-style-type: circle;
  font-size: 13.5px;
}
.cardhediye1{
  position: absolute;
  top: 110px;
  color: #7a7a7a;
  list-style-type: circle;
  font-size: 15px;
}
.cardhediye2{
  position: absolute;
  top: 70px;
  color: #7a7a7a;
  list-style-type: circle;
  font-size: 13.5px;
}
.cardfiyat{
  width: 130px;
  height: 50px;
  position: absolute;
  bottom: 60px;
  left: 40px;
}
.ctext{
  position: absolute;
  font-size: 18px;
  bottom: 5px;
  color: black;
}
.ctext1{
  position: absolute;
  top: 20px;
  font-size: 18px;
  color: red;
}
.ctext2{
  position: absolute;
  right: 5px;
  top: 4px;
  font-size: 25px;
  color: #852D91;
  font-weight: bold;
}
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  left: 15px;
  font-weight: 400;
  width: 49%;
  font-size: 22px;
  transition: color 400ms;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 2px;
  border-radius: 20px;
  background: #8d8d8d;
  transition: background 400ms;
}

.tabset > label:hover,
.tabset > input:focus + label{
  color: #660099;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #660099;
}
.tabset > input:hover + label,
.tabset > input:checked + label{
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 15px 1px #936ba7;
  transition: box-shadow 400ms;
}

.tab-panel {
  padding: 30px 0;
}
.wifi{
position: absolute;
right: 60px;
bottom: 5px;
width: 80px;
}
/*---------------------------------------------------İNTERNET KAMPANYALARI-------------------------------*/
.card3{
  width: 550px;
  height: 400px;
 border: 1px solid;
 border-radius: 10px;
 position: relative;
 color: rgb(180, 180, 180);
 box-shadow: 1px 5px 15px 1px;
 transition: box-shadow 300ms,width 300ms;
}
.card4{
  width: 550px;
  height: 400px;
 border: 1px solid;
 border-radius: 10px;
 position: relative;
 color: rgb(180, 180, 180);
 box-shadow: 1px 5px 15px 1px;
 transition: box-shadow 300ms,width 300ms;
}
.card3:hover{
  box-shadow: 5px 5px 15px 2px #936ba7;
}
.card4:hover{
  box-shadow: 5px 5px 15px 2px #936ba7;
}
.cardbaslik1{
  position: absolute;
  left: 15px;
  top: 15px;
  color: rgb(0, 0, 0);
  font-size: 24px;
}
.leptop{
  width: 200px;
  position: absolute;
  bottom: 10px;
  right: 40px;
}
.artı{
  position: absolute;
  bottom: 80px;
  right: 125px;
  font-size: 50px;
  font-weight: bolder;
  color: #660099;
}
.artı1{
  position: absolute;
  bottom: 30px;
  left: 230px;
  font-size: 50px;
  font-weight: bolder;
  color: #660099;
}
.leptopmodem{
  display: none;
}
.cardhediye3{
  position: absolute;
  top: 80px;
  left: -5px;
  color: #7a7a7a;
  list-style-type: circle;
  font-size: 13px;
}
.cardhediye4{
  position: absolute;
  top: 120px;
  left: -5px;
  color: #7a7a7a;
  list-style-type: circle;
  font-size: 14px;
}
.cardfiyat1{
  width: 170px;
  height: 50px;
  position: absolute;
  bottom: 190px;
  left: 40px;
}
.ctext3{
  position: absolute;
  font-size: 18px;
  bottom: 5px;
  color: black;
}
.ctext4{
  position: absolute;
  top: 20px;
  font-size: 18px;
  color: red;
}
.ctext5{
  position: absolute;
  right: 5px;
  top: 4px;
  font-size: 25px;
  color: #852D91;
  font-weight: bold;
}
.modem{
  width: 120px;
  position: absolute;
  bottom: 10px;
  left: 45px;
}
.btn-hover1 {
  width: 150px;
  font-size: 16px;
  font-weight: 100;
  color: #fff;
  cursor: pointer;
  margin: 20px;
  height: 40px;
  text-align:center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: absolute;
  bottom: 130px;
  left: 10px;
}
.btn-hover1:hover {
  background-position: 100% 0;
  transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.btn-hover1:focus {
  outline: none;
}
.btn-hover1.color-7 {
  background-image: linear-gradient(to right, #6253e1, #852D91, #A3A1FF, #F24645);
  box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}
.buaydigi{
  background-image: url(/img/background.jpg);
  height: 665px;
}
.kmp-text{
  font-size: 40px;
  color: rgb(206, 206, 206);
  position: relative;
  top: 50px;
  
}
.owl-carousel1{
  position: relative;
  top: 100px;
  margin-left: 10px;
  margin-right: 10px;
}
.buay1{
  width: 350px;
  height: 600px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.buayimg{
  width: 100%;
  border-radius: 5px;
  position: relative;
  top: 10px;
  box-shadow: 1px 1px 10px 1px rgb(131, 131, 131);
  transition: width 400ms,box-shadow 400ms;
}
.buayimg:hover{
 width: 102%;
 box-shadow: 1px 1px 10px 1px rgb(216, 216, 216);
}
.buaybaslik{
  color: white;
  font-size: 20px;
  margin-top: 20px;
}
.vice{
  position: absolute;
  width: 130px;
  left: 10px;
  top: 15px;
}
.vice1{
  position: absolute;
  color: #00b9e0;
  font-weight: 400;
  top: 75px;
  font-size: 16px;
left: 35px;
font-weight: bolder;
font-family: 'KoHo', sans-serif;
}
.buaybaslik2{
  color: #00b9e0;
  font-size: 18px;
  font-weight: 600;
}
.premıere{
  position: absolute;
  top: 20px;
  left: 20px;
  width: 120px;
}
.premıere1{
  position: absolute;
  color: #d50a29;
  font-weight: 400;
  top: 75px;
  font-size: 16px;
  left: 19px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
.buaybaslik1{
  color: #d50a29;
  font-size: 18px;
  font-weight: 600;
}
.buaybaslik3{
  color: #5d2e8f;
  font-size: 18px;
  font-weight: 600;
}
.TURK{
  position: absolute;
  color: #d50a29;
  font-weight: 400;
  top: 75px;
  font-size: 16px;
  left: 35px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
/*---------------------------------AltAlan------------------------------------*/
.altAlan2{
  height: 600px;
  margin-top: 100px;
  display: flex;
}
.footerimg1{
  position: relative;
  top: 50px;
}
.footerimg{
width: 500px;
}
.beinfooter{
  color: white;
  position: absolute;
  left: 300px;
  font-weight: bolder;
  bottom: 335px;
}
.footertext{
  display: flex;
  width: 100%;
  margin-top: 50px;
  justify-content: space-evenly;
}
.footerbolum{
position: relative;
width: 270px;
}
.footertext1{
  font-family: 'Open Sans', sans-serif;
  color: whitesmoke;
  font-size: 20px;
  font-weight: bolder;
}
.ul1{
position: absolute;
top: 50px;
color: whitesmoke;
list-style-type: none;
}
.li1{
  font-size: 13px;
  color: whitesmoke;
  transition: color 300ms;
  font-weight: bolder;
}
.li1:hover{
  text-decoration: none;
  color: rgb(202, 202, 202);
}
.footerbolum1{
  position: relative;
  width: 270px;
  }
  .footerbolum2{
    position: relative;
    width: 270px;
    }
    .footernumber{
      width: 100%;
     text-align: center;
      position: absolute;
      font-size: 30px;
      top: 60px;
      color: whitesmoke;
      font-weight: bolder;
      transition: color 300ms;
    }
    .footernumber:hover{
      text-decoration: none;
      color: rgb(202, 202, 202);
    }
    .footernumbertext{
      color: #d50a29;
      font-weight: bolder;
      text-align: center;
      position: relative;
      top: 80px;
      font-size: 18px;
    }
    .copyright{
      position: relative;
      width: 100%;
      height: 50px;
    }
    .copyrighttext{
      color: #d50a29;
      font-weight: bolder;
      text-align: center;
    }
    @media screen and (max-width:1360px){
      .ust{
        display: flex;
        justify-content: space-around;
      }
      .birinci-slider{
        width: 650px;
      }
      .carousel-control-next-icon{
        position: absolute;
        bottom: 220px;
        right: 15px;
      }
      .carousel-control-prev-icon{
        position: absolute;
        bottom: 220px;
        left: 15px;
      }
      .digilogo{
        position: absolute;
        width: 200px;
        right: 15px;
      }
      .sspor{
        position: absolute;
        left: 0px;
        width: 90px;
      }
      .ibaslik{
        color: white;
        position: absolute;
        bottom: 215px;
        left: 85px;
        font-size: 20px;
        display: inline-block;
      }
      .shediye1{
        width: 200px;
        height: 55px;
        border: 5px white solid;
        position: absolute;
        background-color: #d9eded;
        bottom: 60px;
        left: 80px;
        border-radius: 5px 5px 5px 5px;
      }
      .yildiz{
        position: absolute;
        width: 65px;
        top: -20px;
        left: -20px;
        }
        .stext{
          color: rgb(0, 173, 66);
          position: absolute;
          font-weight: bolder;
          left: 60px;
          font-size: 12px;
          top:5px;
        }
        .ifiyat{
          width: 180px;
          height: 60px;
          box-shadow: rgb(255, 255, 255) 1px 1px 20px 2px;
          position: absolute;
          bottom: 145px;
          left: 120px;
          border-radius: 5px 5px 5px 5px;
          background-image: linear-gradient(to right, #aa1de2 0%, #00a950 100%);
        }
        .itext1{
          position: absolute;
          top: 5px;
          left: 10px;
          font-size: 18px;
          color: white;
          }
          .itext2{
            position: absolute;
            top: 32px;
            left: 10px;
            font-size: 18px;
            color: rgb(0, 0, 0);
          }
          .itext3{
            position: absolute;
            right: 10px;
            font-size: 25px;
            top: 12px;
            color: white;
          }
          .btn3 {
            background-image: linear-gradient(to right, #aa1de2 0%, #00a950 100%);
            border-radius: 40px;
            box-sizing: border-box;
            color: #00a950;
            display: block;
            font: 1.125rem 'Oswald', Arial, sans-serif; /*18*/
            height: 60px;
            letter-spacing: 1px;
            margin: 0 auto;
            padding: 4px;
            position: absolute;
            top: 200px;
            left: 350px;
            text-decoration: none;
            text-transform: uppercase;
            width: 204px;
            z-index: 2;
          }
          .btn2 {
            background-image: linear-gradient(to right, #aa1de2 0%, #f3ae6d 100%);
            border-radius: 40px;
            box-sizing: border-box;
            color: #00a950;
            display: block;
            font: 1.125rem 'Oswald', Arial, sans-serif; /*18*/
            height: 60px;
            letter-spacing: 1px;
            margin: 0 auto;
            padding: 4px;
            position: absolute;
            bottom: 12px;
            left: 55px;
            text-decoration: none;
            text-transform: uppercase;
            width: 204px;
            z-index: 2;
          }
          .shediye{
            width: 200px;
            height: 55px;
            border: 5px white solid;
            position: absolute;
            background-color: #d9eded;
            bottom: 80px;
            left: 65px;
            border-radius: 5px 5px 5px 5px;
          }
          .sfiyat{
            width: 220px;
            height: 50px;
            box-shadow: thistle 1px 1px 20px 2px;
            position: absolute;
            bottom: 160px;
            left: 40px;
            border-radius: 5px 5px 5px 5px;
            background-image: linear-gradient(to right, #aa1de2 0%, #f3ae6d 100%);
          }
          .stext1{
          position: absolute;
          top: 5px;
          left: 10px;
          font-size: 15px;
          color: white;
          }
          .stext2{
            position: absolute;
            top: 26px;
            left: 10px;
            font-size: 15px;
            color: rgb(0, 0, 0);
          }
          .stext3{
            position: absolute;
            right: 10px;
            font-size: 23px;
            top: 8px;
            color: white;
          }
          .sbaslik{
            color: white;
            position: absolute;
            bottom: 215px;
            left: 90px;
            font-size: 20px;
            display: inline-block;
          }
          .btn1 {
            background-image: linear-gradient(to right, #aa1de2 0%, #00a950 100%);
            border-radius: 40px;
            box-sizing: border-box;
            color: #00a950;
            display: block;
            font: 1.125rem 'Oswald', Arial, sans-serif; /*18*/
            height: 60px;
            letter-spacing: 1px;
            margin: 0 auto;
            padding: 4px;
            position: absolute;
            bottom: 10px;
            left: 75px;
            text-decoration: none;
            text-transform: uppercase;
            width: 204px;
            z-index: 2;
          }
          .thediye{
            width: 145px;
            height: 55px;
            border: 5px white solid;
            position: absolute;
            background-color: #d9eded;
            bottom: 75px;
            left: 10px;
            border-radius: 5px 5px 5px 5px;
          }
          .ttext{
            color: rgb(0, 173, 66);
            position: absolute;
            font-weight: bolder;
            font-size: 9px;
            left: 45px;
            top:10px;
          }
          .tyildiz{
            position: absolute;
          width: 60px;
          top: -20px;
          left: -20px;
          }
          .thediye1{
            width: 145px;
            height: 55px;
            border: 5px white solid;
            position: absolute;
            background-color: #d9eded;
            bottom: 75px;
            left: 175px;
            border-radius: 5px 5px 5px 5px;
          }
          .sfiyat1{
            width: 220px;
            height: 55px;
            box-shadow: thistle 1px 1px 20px 2px;
            position: absolute;
            bottom: 155px;
            left: 50px;
            border-radius: 5px 5px 5px 5px;
            background-image: linear-gradient(to right, #aa1de2 0%, #00a950 100%);
          }
          .ttext3{
            position: absolute;
            right: 7px;
            font-size: 25px;
            top: 20px;
            color: white;
          }
          .tbaslik{
            color: white;
            position: absolute;
            bottom: 215px;
            left: 20px;
            font-size: 18px;
            display: inline-block;
          }
          .btn4 {
            background-image: linear-gradient(to right, #aa1de2 0%, #257cff 100%);
            border-radius: 40px;
            box-sizing: border-box;
            color: #00a950;
            display: block;
            font: 1.125rem 'Oswald', Arial, sans-serif; /*18*/
            height: 60px;
            letter-spacing: 1px;
            margin: 0 auto;
            padding: 4px;
            position: absolute;
            bottom: 10px;
            left: 75px;
            text-decoration: none;
            text-transform: uppercase;
            width: 204px;
            z-index: 2;
          }
          .fhediye1{
            width: 200px;
            height: 55px;
            border: 5px white solid;
            position: absolute;
            background-color: #d9eded;
            bottom: 80px;
            left: 80px;
            border-radius: 5px 5px 5px 5px;
          }
          .ffiyat{
            width: 150px;
            height: 60px;
            box-shadow: rgb(255, 255, 255) 1px 1px 20px 2px;
            position: absolute;
            bottom: 150px;
            left: 130px;
            border-radius: 5px 5px 5px 5px;
            background-image: linear-gradient(to right, #aa1de2 0%, #257cff 100%);
          }
          .fbaslik{
            color: white;
            position: absolute;
            bottom: 215px;
            left: 35px;
            font-size: 20px;
            display: inline-block;
        }
      .digiform{
        width: 290px;
        height: 400px;
        border: 1px solid rgb(194, 194, 194);
        border-radius: 10px;
        color: rgb(180, 180, 180);
        position: relative;
        box-shadow: 5px 5px 15px 2px #936ba7;;
      }
      .formbaslik{
        position: relative;
        top: 15px;
        color: #660099;
        font-size: 20px;
      }
      .formtext{
        position: relative;
        top: 20px;
        font-size: 13px;
        color: gray;
      }
      .digiinput{
        position: relative;
        top: 15px;
        width: 75%;
        margin: auto;
      }
      .submit{
        display: block;
        width: 100%;
        height: 35px;
        background-color: #660099;
        border: none;
        border-radius: 10px;
        color: white;
        font-size: 20px;
        position: relative;
        bottom: 10px;
        transition: background-color 300ms;
      }
      .submit:hover{
        background-color: #7602b1;
      }
      .formnumber{
       width: 100%;
       text-align: center;
       display: block;
       position: absolute;
       bottom: 70px;
       font-size: 22px;
       color: #660099;
      }
      .formnumber:hover{
        text-decoration: none;
        color: #7602b1;
      }
      .formtext1{
        position: relative;
        top: 50px;
        font-size: 12px;
        color: #660099;
      }
      .formtext2{
        position: relative;
        top: 40px;
        font-size: 10px;
        color: gray;
      }
      .formimg{
        border: 1px solid;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        margin: auto;
        position: relative;
        top: 25px;
        box-shadow: 5px 5px 25px 1px;
      }
      .formimg1{
        position: absolute;
        left: 7px;
        top: 7px;
        width: 35px;
      }
    }
    @media  screen and (max-width:1335px) {

      .altAlan2{
        height: 530px;
        margin-top: 100px;
        display: flex;
      }
      .footerimg1{
        position: relative;
        top: 100px;
      }
      .footerimg{
      width: 330px;
      }
      .beinfooter{
        color: white;
        position: absolute;
        left: 200px;
        font-weight: bolder;
        bottom: 420px;
        font-size: 11px;
      }
      .footertext{
        display: flex;
        width: 100%;
        margin-top: 50px;
        justify-content: space-evenly;
      }
      .footerbolum{
      position: relative;
      width: 230px;
      }
      .footertext1{
        font-family: 'Open Sans', sans-serif;
        color: whitesmoke;
        font-size: 16px;
        font-weight: bolder;
      }
      .ul1{
      position: absolute;
      top: 50px;
      color: whitesmoke;
      list-style-type: none;
      }
      .li1{
        font-size: 11px;
        color: whitesmoke;
        transition: color 300ms;
        font-weight: bolder;
      }
      .li1:hover{
        text-decoration: none;
        color: rgb(202, 202, 202);
      }
      .footerbolum1{
        position: relative;
        width: 210px;
        }
        .footerbolum2{
          position: relative;
          width: 220px;
          }
          .footernumber{
            width: 100%;
           text-align: center;
            position: absolute;
            font-size: 20px;
            top: 60px;
            color: whitesmoke;
            font-weight: bolder;
            transition: color 300ms;
          }
          .footernumber:hover{
            text-decoration: none;
            color: rgb(202, 202, 202);
          }
          .footernumbertext{
            color: #d50a29;
            font-weight: bolder;
            text-align: center;
            position: relative;
            top: 80px;
            font-size: 15px;
          }
          .copyright{
            position:relative;
            width: 100%;
            bottom: 0;
            top: 80px;
            height: 30px;
          }
    }
  @media screen and (max-width:1200px){
    .teltext{
        position: relative;
        font-size: 25px;
        color: wheat;
      }
      .wptext{
         position: relative;
         font-size: 25px;
         color: wheat;
      }
      .tel{
        height: 45px;
      }
      .wp{
        height: 45px;
        bottom: 55px;
      }
      .navtext{
        font-size: 18px;
        color: rgb(143, 143, 143);
        position: relative;
        left: 15px;
      }
      .button2{
        width: 160px;
        height: 50px;
        background-color: red;
        border-radius: 10px;
        font-size: 20px;
        position: relative;
        left: 10px;
        transition: color 500ms;
        text-align: center;
      }
  }
  @media screen and (max-width:1160px){
    .owl-carousel1{
      position: relative;
      top: 100px;
      margin-left: 10%;
      margin-right: 10%;
    }
    .wifi{
      position: absolute;
      right: 60px;
      bottom: 5px;
      width: 80px;
      }
      .kmptext{
     font-size: 20px;
      }
      .card1{
        width: 500px;
        height: 270px;
       border: 1px solid;
       border-radius: 10px;
       position: relative;
       color: rgb(180, 180, 180);
       box-shadow: 5px 5px 15px 2px;
       transition: box-shadow 300ms,width 300ms;
      }
      .card2{
        width: 500px;
        height: 270px;
        border: 1px solid;
        border-radius: 10px;
        color: rgb(180, 180, 180);
        position: relative;
        box-shadow: 5px 5px 15px 2px;
        transition: box-shadow 300ms,width 300ms;
      }
      .card3{
        width: 500px;
        height: 400px;
       border: 1px solid;
       border-radius: 10px;
       position: relative;
       color: rgb(180, 180, 180);
       box-shadow: 1px 5px 15px 1px;
       transition: box-shadow 300ms,width 300ms;
      }
      .card4{
        width: 500px;
        height: 400px;
       border: 1px solid;
       border-radius: 10px;
       position: relative;
       color: rgb(180, 180, 180);
       box-shadow: 1px 5px 15px 1px;
       transition: box-shadow 300ms,width 300ms;
      }
      .cardimg2{
      position: absolute;
       right: 10px;
      border-radius: 10px;
      top: 15px;
      width: 240px;
      }
      .cardbaslik1{
        position: absolute;
        left: 15px;
        top: 15px;
        color: rgb(0, 0, 0);
        font-size: 20px;
      }
      .leptop{
        width: 200px;
        position: absolute;
        bottom: 10px;
        right: 40px;
      }
      .cardhediye3{
        position: absolute;
        top: 80px;
        left: -5px;
        color: #7a7a7a;
        list-style-type: circle;
        font-size: 13px;
      }
      .cardhediye4{
        position: absolute;
        top: 120px;
        left: -5px;
        color: #7a7a7a;
        list-style-type: circle;
        font-size: 14px;
      }
      .cardfiyat1{
        width: 170px;
        height: 50px;
        position: absolute;
        bottom: 190px;
        left: 40px;
      }
      .modem{
        width: 120px;
        position: absolute;
        bottom: 10px;
        left: 45px;
      }
      .artı{
        position: absolute;
        bottom: 90px;
        right: 125px;
        font-size: 50px;
        font-weight: bolder;
        color: #660099;
      }
      .artı1{
        position: absolute;
        bottom: 30px;
        left: 200px;
        font-size: 50px;
        font-weight: bolder;
        color: #660099;
      }
      .btn-hover1 {
        width: 150px;
        font-size: 16px;
        font-weight: 100;
        color: #fff;
        cursor: pointer;
        margin: 20px;
        height: 40px;
        text-align:center;
        border: none;
        background-size: 300% 100%;
        border-radius: 50px;
        transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        position: absolute;
        bottom: 130px;
        left: 10px;
      }
  }
  @media  screen and (max-width:1115px) {
    .buaydigi{
      background-image: url(/img/background.jpg);
      height: 1450px;
    }
    .altAlan2{
      height: 1250px;
      margin-top: 100px;
      display: flex;
      flex-direction: column;
    }
    .footerimg1{
      position: relative;
      top: 20px;
    }
    .footerimg{
    width: 350px;
    }
    .beinfooter{
      color: white;
      position: absolute;
      left: 210px;
      font-weight: bolder;
      bottom: 75px;
      font-size: 12px;
    }
    .footertext{
      display: flex;
      width: 100%;
      margin-top: 50px;
      justify-content: space-evenly;
      flex-direction: column;
    }
    .footerbolum{
    position: relative;
    width: 230px;
    width: 100%;
    height: 550px;
    }
    .footertext1{
      font-family: 'Open Sans', sans-serif;
      color: whitesmoke;
      font-size: 22px;
      font-weight: bolder;
    }
    .ul1{
    position: relative;
    right: 20px;
    top: 5px;
    color: whitesmoke;
    list-style-type: none;
    width: 100%;
    text-align: center;
    }
    .li1{
      font-size: 12px;
      color: whitesmoke;
      transition: color 300ms;
      font-weight: bolder;
    }
    .li1:hover{
      text-decoration: none;
      color: rgb(202, 202, 202);
    }
    .footerbolum1{
      position: relative;
      width: 100%;
      top: 0px;
      height: 300px;
      }
      .footerbolum2{
        position: relative;
        width: 100%;
        height: 200px;
       top: 0;
        }
        .footernumber{
          width: 100%;
         text-align: center;
          position: absolute;
          font-size: 20px;
          top: 60px;
          color: whitesmoke;
          font-weight: bolder;
          transition: color 300ms;
        }
        .footernumber:hover{
          text-decoration: none;
          color: rgb(202, 202, 202);
        }
        .footernumbertext{
          color: #d50a29;
          font-weight: bolder;
          text-align: center;
          position: relative;
          top: 80px;
          font-size: 15px;
        }
  }
  @media screen and (max-width:1050px){
    .card1{
      width: 80%;
      height: 230px;
      margin-left: 10%;
     border: 1px solid;
     border-radius: 10px;
     position: relative;
     color: rgb(180, 180, 180);
     box-shadow: 5px 5px 15px 2px;
     transition: box-shadow 300ms,width 300ms,margin-left 300ms;
    }
    .card2{
      width: 80%;
      height: 230px;
      border: 1px solid;
      margin-top: 30px;
      margin-left: 10%;
      border-radius: 10px;
      color: rgb(180, 180, 180);
      position: relative;
      box-shadow: 5px 5px 15px 2px;
      transition: box-shadow 300ms,width 300ms,margin-left 300ms;
    }
    .cardimg{
      position: absolute;
      right: 0;
      border-radius: 10px;
      top: 0;
    }
    .btn-hover {
      width: 150px;
      font-size: 16px;
      font-weight: 100;
      color: #fff;
      cursor: pointer;
      margin: 20px;
      height: 40px;
      text-align:center;
      border: none;
      background-size: 300% 100%;
      border-radius: 50px;
      transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      position: absolute;
      bottom: 70px;
      left: 35%;
  }
  .cardfiyat{
    width: 130px;
    height: 50px;
    position: absolute;
    bottom: 15px;
    left: 40px;
  }
    .card-group1{
      display: flex;
      justify-content: space-evenly;
      flex-direction: column;
    }
    .card-group2{
      display: flex;
      margin-top: 30px;
      justify-content: space-evenly;
      flex-direction: column;
    }
    .card-group3{
      display: flex;
      margin-top: 30px;
      justify-content: space-evenly;
      flex-direction: column;
    }
    .card-group4{
      display: flex;
      margin-top: 30px;
      justify-content: space-evenly;
      flex-direction: column;
    }
    .card3{
      width: 90%;
      height: 260px;
      margin-left: 5%;
     border: 1px solid;
     border-radius: 10px;
     position: relative;
     color: rgb(180, 180, 180);
     box-shadow: 1px 5px 15px 1px;
     transition: box-shadow 300ms,width 300ms;
    }
    .card4{
      width: 90%;
      height: 260px;
      margin-left: 5%;
      margin-top: 30px;
     border: 1px solid;
     border-radius: 10px;
     position: relative;
     color: rgb(180, 180, 180);
     box-shadow: 1px 5px 15px 1px;
     transition: box-shadow 300ms,width 300ms;
    }
    .cardimg2{
    position: absolute;
     right: 0;
    border-radius: 10px;
    top: 0;
    width: 260px;
    }
    .cardbaslik1{
      position: absolute;
      left: 15px;
      top: 5px;
      color: rgb(0, 0, 0);
      font-size: 22px;
    }
    .leptop{
      width: 150px;
      position: absolute;
      top: 40px;
      display: none;
      left: 50%;
    }
    .leptopmodem{
      display: block;
      position: absolute;
      right: 270px;
      width: 240px;
    }
    .artı{
      position: absolute;
      top: 80px;
      right: 280px;
      font-weight: bolder;
      font-size: 50px;
      color: #660099;
    }
    .cardfiyat1{
      width: 170px;
      height: 50px;
      position: absolute;
      bottom: 40px;
      left: 40px;
    }
    .modem{
      width: 150px;
      position: absolute;
      bottom: 100px;
      left: 50%;
      display: none;
    }
    .artı1{
      position:absolute;
      bottom: 50px;
      right: 200px;
      font-size: 25px;
      color: #660099;
      display: none;
    }
    .btn-hover1 {
      width: 100%;
      font-size: 16px;
      font-weight: 100;
      color: #fff;
      cursor: pointer;
      margin: 0;
      height: 35px;
      text-align:center;
      border: none;
      background-size: 300% 100%;
      border-radius: 10px 0px 10px 10px;
      transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      position: absolute;
      bottom: 0px;
      left: 0px;
    }
}
  @media  screen and (max-width:950px) {
    .ust{
      display: flex;
      flex-direction: column;
      justify-content: space-around;

    }
    .birinci-slider{
      width: 95%;
      margin-left: 2.5%;
      margin-right: 2.5%;
    }
    .carousel-control-next-icon{
      position: absolute;
      right: 20px;
      bottom: 50%;
    }
    .carousel-control-prev-icon{
      position: absolute;
      left: 20px;
      bottom: 50%;
  }
  .sspor{
    position: absolute;
    left: 0px;
  }
  .sbaslik{
    color: white;
    position: absolute;
    top: 15%;
    left: 13%;
    font-size: 28px;
    display: inline-block;
  }
  .sfiyat{
    width: 250px;
    height: 65px;
    box-shadow: thistle 1px 1px 20px 2px;
    position: absolute;
    top: 35%;
    left: 10%;
    border-radius: 5px 5px 5px 5px;
    background-image: linear-gradient(to right, #aa1de2 0%, #f3ae6d 100%);
  }
  .stext1{
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 16px;
  color: white;
  }
  .stext2{
    position: absolute;
    top: 35px;
    left: 10px;
    font-size: 16px;
    color: rgb(0, 0, 0);
  }
  .stext3{
    position: absolute;
    right: 10px;
    font-size: 28px;
    top: 10px;
    color: white;
  }

  .shediye{
    width: 230px;
    height: 60px;
    border: 5px white solid;
    position: absolute;
    background-color: #d9eded;
    bottom: 22%;
    left: 11%;
    border-radius: 5px 5px 5px 5px;
  }
  .yildiz{
  position: absolute;
  width: 75px;
  top: -20px;
  left: -20px;
  }
  .stext{
    color: rgb(0, 173, 66);
    position: absolute;
    font-weight: bolder;
    left: 70px;
    top:5px;
  }
  .tbaslik{
    color: white;
    position: absolute;
    top: 18%;
    left: 20px;
    font-size: 22px;
    display: inline-block;
  }
  .thediye{
    width: 170px;
    height: 60px;
    border: 5px white solid;
    position: absolute;
    background-color: #d9eded;
    bottom: 23%;
    left: 10px;
    border-radius: 5px 5px 5px 5px;
  }
  .ttext{
    color: rgb(0, 173, 66);
    position: absolute;
    font-weight: bolder;
    font-size: 10px;
    left: 55px;
    top:10px;
  }
  .tyildiz{
    position: absolute;
  width: 60px;
  top: -20px;
  left: -20px;
  }
  .thediye1{
    width: 170px;
    height: 60px;
    border: 5px white solid;
    position: absolute;
    background-color: #d9eded;
    bottom: 23%;
    left: 29%;
    border-radius: 5px 5px 5px 5px;
  }
  .ttext3{
    position: absolute;
    right: 10px;
    font-size: 30px;
    top: 25px;
    color: white;
  }
  .sfiyat1{
    width: 250px;
    height: 70px;
    box-shadow: thistle 1px 1px 20px 2px;
    position: absolute;
    top: 35%;
    left: 8%;
    border-radius: 5px 5px 5px 5px;
    background-image: linear-gradient(to right, #aa1de2 0%, #00a950 100%);
  }
  .digilogo{
    position: absolute;
    width: 400px;
    right: 15px;
  }
  .ibaslik{
    color: white;
    position: absolute;
    left: 12%;
    top: 20%;
    font-size: 27px;
    display: inline-block;
  }
  .ifiyat{
    width: 200px;
    height: 70px;
    box-shadow: rgb(255, 255, 255) 1px 1px 20px 2px;
    position: absolute;
    top: 40%;
    left: 160px;
    border-radius: 5px 5px 5px 5px;
    background-image: linear-gradient(to right, #aa1de2 0%, #00a950 100%);
  }
  .itext1{
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 20px;
    color: white;
    }
    .itext2{
      position: absolute;
      top: 35px;
      left: 10px;
      font-size: 20px;
      color: rgb(0, 0, 0);
    }
    .itext3{
      position: absolute;
      right: 10px;
      font-size: 30px;
      top: 12px;
      color: white;
    }
    .shediye1{
      width: 250px;
      height: 60px;
      border: 5px white solid;
      position: absolute;
      background-color: #d9eded;
      bottom: 20%;
      left: 15%;
      border-radius: 5px 5px 5px 5px;
    }
    .fbaslik{
        color: white;
        position: absolute;
        top: 18%;
        left: 8%;
        font-size: 22px;
        display: inline-block;
    }
    .ffiyat{
      width: 180px;
      height: 70px;
      box-shadow: rgb(255, 255, 255) 1px 1px 20px 2px;
      position: absolute;
      top: 35%;
      left: 20%;
      border-radius: 5px 5px 5px 5px;
      background-image: linear-gradient(to right, #aa1de2 0%, #257cff 100%);
    }
    .fhediye1{
      width: 220px;
      height: 60px;
      border: 5px white solid;
      position: absolute;
      background-color: #d9eded;
      bottom: 23%;
      left: 13%;
      border-radius: 5px 5px 5px 5px;
    }
    .btn4 {
      background-image: linear-gradient(to right, #aa1de2 0%, #257cff 100%);
      border-radius: 40px;
      box-sizing: border-box;
      color: #00a950;
      display: block;
      font: 1.125rem 'Oswald', Arial, sans-serif; /*18*/
      height: 65px;
      letter-spacing: 1px;
      margin: 0 auto;
      padding: 4px;
      position: absolute;
      bottom: 3%;
      left: 13%;
      text-decoration: none;
      text-transform: uppercase;
      width: 224px;
      z-index: 2;
    }
    
    .btn4:hover {
      color: #fff;
      text-decoration: none;
    }
    
    .btn4 span {
      align-items: center;
      background: #000000;
      border-radius: 40px;
      display: flex;
      justify-content: center;
      height: 100%;
      transition: background .5s ease;
      width: 100%;
    }
    .btn4:hover span {
      background: transparent;
    }
    .btn3 {
      background-image: linear-gradient(to right, #aa1de2 0%, #00a950 100%);
      border-radius: 40px;
      box-sizing: border-box;
      color: #00a950;
      display: block;
      font: 1.125rem 'Oswald', Arial, sans-serif; /*18*/
      height: 65px;
      letter-spacing: 1px;
      margin: 0 auto;
      padding: 4px;
      position: absolute;
      top: 65%;
      left: 60%;
      text-decoration: none;
      text-transform: uppercase;
      width: 224px;
      z-index: 2;
    }
    
    .btn3:hover {
      color: #fff;
      text-decoration: none;
    }
    
    .btn3 span {
      align-items: center;
      background: #000000;
      border-radius: 40px;
      display: flex;
      justify-content: center;
      height: 100%;
      transition: background .5s ease;
      width: 100%;
    }
    .btn3:hover span {
      background: transparent;
    }
    .btn2 {
      background-image: linear-gradient(to right, #aa1de2 0%, #f3ae6d 100%);
      border-radius: 40px;
      box-sizing: border-box;
      color: #00a950;
      display: block;
      font: 1.125rem 'Oswald', Arial, sans-serif; /*18*/
      height: 65px;
      letter-spacing: 1px;
      margin: 0 auto;
      padding: 4px;
      position: absolute;
      bottom: 3%;
      right: 53%;
      text-decoration: none;
      text-transform: uppercase;
      width: 224px;
      z-index: 2;
    }
    
    .btn2:hover {
      color: #fff;
      text-decoration: none;
    }
    
    .btn2 span {
      align-items: center;
      background: rgb(0, 0, 0);
      border-radius: 40px;
      display: flex;
      justify-content: center;
      height: 100%;
      transition: background .5s ease;
      width: 100%;
    }
    
    .btn2:hover span {
      background: transparent;
    }
    .btn1 {
      background-image: linear-gradient(to right, #aa1de2 0%, #00a950 100%);
      border-radius: 40px;
      box-sizing: border-box;
      color: #00a950;
      display: block;
      font: 1.125rem 'Oswald', Arial, sans-serif; /*18*/
      height: 65px;
      letter-spacing: 1px;
      margin: 0 auto;
      padding: 4px;
      position: absolute;
      bottom: 3%;
      left: 100px;
      text-decoration: none;
      text-transform: uppercase;
      width: 224px;
      z-index: 2;
    }
    
    .btn1:hover {
      color: #fff;
      text-decoration: none;
    }
    
    .btn1 span {
      align-items: center;
      background: rgb(0, 0, 0);
      border-radius: 40px;
      display: flex;
      justify-content: center;
      height: 100%;
      transition: background .5s ease;
      width: 100%;
    }
    
    .btn1:hover span {
      background: transparent;
    }
  .digiform{
    width: 95%;
    height: 400px;
    border: 1px solid rgb(194, 194, 194);
    border-radius: 10px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 25px;
    color: rgb(180, 180, 180);
    position: relative;
    box-shadow: 5px 5px 15px 2px #936ba7;;
  }
  .wifi{
    width: 80px;
    position: absolute;
    right: 20px;
    bottom: 20px; 
  }
    .kmptext{
   font-size: 18px;
    }
    .tabset > label {
      position: relative;
      display: inline-block;
      padding: 15px 15px 25px;
      border: 1px solid transparent;
      border-bottom: 0;
      cursor: pointer;
      left: 7px;
      font-weight: 400;
      width: 49%;
      height: 150px;
      font-size: 22px;
      transition: color 400ms;
    }
}
  @media screen and (max-width:910px){
    .owl-carousel1{
      position: relative;
      top: 100px;
      margin-left: 5%;
      margin-right: 0%;
    }
    .card1{
      width: 90%;
      height: 230px;
      margin-left: 5%;
     border: 1px solid;
     border-radius: 10px;
     position: relative;
     color: rgb(180, 180, 180);
     box-shadow: 5px 5px 15px 2px;
     transition: box-shadow 300ms,width 300ms,margin-left 300ms;
    }
    .card2{
      width: 90%;
      height: 230px;
      border: 1px solid;
      margin-top: 30px;
      margin-left: 5%;
      border-radius: 10px;
      color: rgb(180, 180, 180);
      position: relative;
      box-shadow: 5px 5px 15px 2px;
      transition: box-shadow 300ms,width 300ms,margin-left 300ms;
    }
    .teltext{
      position: relative;
      font-size: 30px;
      color: wheat;
      top: 12px;
    }
    .wptext{
       position: relative;
       top: 12px;
       font-size: 30px;
       color: wheat;
    }
    .tel{
      position: fixed;
      background-color: #79359b;
      width: 50%;
      height: 65px;
      right: 50%;
      border-radius: 15px 15px 1px 1px;
      transition: background-color 500ms;
      bottom: 0px;  
    }
    .wp{
      position: fixed;
      background-color:rgb(36, 131, 36) ;
      width: 50%;
      height: 65px;
      border-radius: 15px 15px 1px 1px;
      transition: background-color 500ms;
      left: 50%;
      bottom: 0px;
    }
  }
  @media screen and (max-width:790px){
    .owl-carousel1{
      position: relative;
      top: 100px;
      margin-left: 0%;
      margin-right: 0%;
    }
    .card1{
      width: 98%;
      height: 230px;
      margin-left: 1%;
     border: 1px solid;
     border-radius: 10px;
     position: relative;
     color: rgb(180, 180, 180);
     box-shadow: 1px 5px 15px 1px;
     transition: box-shadow 300ms,width 300ms,margin-left 300ms;
    }
    .card2{
      width: 98%;
      height: 230px;
      border: 1px solid;
      margin-top: 30px;
      margin-left: 1%;
      border-radius: 10px;
      color: rgb(180, 180, 180);
      position: relative;
      box-shadow: 1px 5px 15px 1px;
      transition: box-shadow 300ms,width 300ms,margin-left 300ms;
    }
    .card1:hover{
      box-shadow: 1px 5px 15px 1px #936ba7;
    }
    .card2:hover{
      box-shadow: 1px 5px 15px 1px #936ba7;
    }
    .cardhediye{
      position: absolute;
      top: 80px;
      color: #7a7a7a;
      list-style-type: circle;
      font-size: 13px;
    }
    .cardhediye1{
      position: absolute;
      top: 110px;
      color: #7a7a7a;
      list-style-type: circle;
      font-size: 14px;
    }
    .cardhediye2{
      position: absolute;
      top: 70px;
      color: #7a7a7a;
      list-style-type: circle;
      font-size: 13px;
    }
    .btn-hover {
      width: 150px;
      font-size: 16px;
      font-weight: 100;
      color: #fff;
      cursor: pointer;
      margin: 20px;
      height: 40px;
      text-align:center;
      border: none;
      background-size: 300% 100%;
      border-radius: 50px;
      transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      position: absolute;
      bottom: 0px;
      left: 30%;
  }
  .card3{
    width: 98%;
    height: 260px;
    margin-left: 1%;
   border: 1px solid;
   border-radius: 10px;
   position: relative;
   color: rgb(180, 180, 180);
   box-shadow: 1px 5px 15px 1px;
   transition: box-shadow 300ms,width 300ms;
  }
  .card4{
    width: 98%;
    height: 260px;
    margin-left: 1%;
    margin-top: 30px;
   border: 1px solid;
   border-radius: 10px;
   position: relative;
   color: rgb(180, 180, 180);
   box-shadow: 1px 5px 15px 1px;
   transition: box-shadow 300ms,width 300ms;
  }
  .card3:hover{
    box-shadow: 1px 5px 15px 1px #936ba7;
  }
  .card4:hover{
    box-shadow: 1px 5px 15px 1px #936ba7;
  }
  }
  @media screen and (max-width:765px){
    .owl-carousel1{
      position: relative;
      top: 100px;
      width: 100%;
    }
    .buay1{
      width: 350px;
      height: 600px;
      margin: auto;
      text-align: center;
    }
  }
  @media  screen and (max-width:740px) {
    .ust{
      display: flex;
      flex-direction: column;
      justify-content: space-around;

    }
    .birinci-slider{
      width: 95%;
      margin-left: 2.5%;
      margin-right: 2.5%;
    }
    .carousel-control-next-icon{
      position: absolute;
      right: 20px;
      bottom: 50%;
    }
    .carousel-control-prev-icon{
      position: absolute;
      left: 20px;
      bottom: 50%;
  }
  .sspor{
    position: absolute;
    left: 0px;
    width: 70px;
  }
  .sbaslik{
    color: white;
    position: absolute;
    top: 15%;
    left: 15%;
    font-size: 20px;
    display: inline-block;
  }
  .sfiyat{
    width: 190px;
    height: 50px;
    box-shadow: thistle 1px 1px 20px 2px;
    position: absolute;
    top: 35%;
    left: 10%;
    border-radius: 5px 5px 5px 5px;
    background-image: linear-gradient(to right, #aa1de2 0%, #f3ae6d 100%);
  }
  .stext1{
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 13px;
  color: white;
  }
  .stext2{
    position: absolute;
    top: 30px;
    left: 5px;
    font-size: 13px;
    color: rgb(0, 0, 0);
  }
  .stext3{
    position: absolute;
    right: 5px;
    font-size: 22px;
    top: 10px;
    color: white;
  }

  .shediye{
    width: 160px;
    height: 50px;
    border: 5px white solid;
    position: absolute;
    background-color: #d9eded;
    bottom: 22%;
    left: 11%;
    border-radius: 5px 5px 5px 5px;
  }
  .yildiz{
  position: absolute;
  top: -20px;
  left: -20px;
  width: 60px;
  }
  .stext{
    color: rgb(0, 173, 66);
    position: absolute;
    font-weight: bolder;
    left: 45px;
    font-size: 10px;
    top:5px;
  }
  .tbaslik{
    color: white;
    position: absolute;
    top: 18%;
    left: 20px;
    font-size: 18px;
    display: inline-block;
  }
  .thediye{
    width: 170px;
    height: 50px;
    border: 5px white solid;
    position: absolute;
    background-color: #d9eded;
    bottom: 23%;
    left: 10px;
    border-radius: 5px 5px 5px 5px;
  }
  .ttext{
    color: rgb(0, 173, 66);
    position: absolute;
    font-weight: bolder;
    font-size: 10px;
    left: 55px;
    top:5px;
  }
  .tyildiz{
    position: absolute;
  width: 60px;
  top: -20px;
  left: -20px;
  }
  .thediye1{
    width: 170px;
    height: 50px;
    border: 5px white solid;
    position: absolute;
    background-color: #d9eded;
    bottom: 1%;
    left: 13px;
    border-radius: 5px 5px 5px 5px;
  }
  .ttext3{
    position: absolute;
    right: 5px;
    font-size: 22px;
    top: 20px;
    color: white;
  }
  .sfiyat1{
    width: 190px;
    height: 50px;
    box-shadow: thistle 1px 1px 20px 2px;
    position: absolute;
    top: 38%;
    left: 8%;
    border-radius: 5px 5px 5px 5px;
    background-image: linear-gradient(to right, #aa1de2 0%, #00a950 100%);
  }
  .digilogo{
    position: absolute;
    width: 250px;
    right: 15px;
  }
  .ibaslik{
    color: white;
    position: absolute;
    left: 12%;
    top: 20%;
    font-size: 22px;
    display: inline-block;
  }
  .ifiyat{
    width: 150px;
    height: 50px;
    box-shadow: rgb(255, 255, 255) 1px 1px 20px 2px;
    position: absolute;
    top: 43%;
    left: 160px;
    border-radius: 5px 5px 5px 5px;
    background-image: linear-gradient(to right, #aa1de2 0%, #00a950 100%);
  }
  .itext1{
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 15px;
    color: white;
    }
    .itext2{
      position: absolute;
      top: 25px;
      left: 10px;
      font-size: 15px;
      color: rgb(0, 0, 0);
    }
    .itext3{
      position: absolute;
      right: 10px;
      font-size: 20px;
      top: 12px;
      color: white;
    }
    .shediye1{
      width: 160px;
      height: 50px;
      border: 5px white solid;
      position: absolute;
      background-color: #d9eded;
      bottom: 20%;
      left: 15%;
      border-radius: 5px 5px 5px 5px;
    }
    .fbaslik{
        color: white;
        position: absolute;
        top: 20%;
        left: 7%;
        font-size: 18px;
        display: inline-block;
    }
    .ffiyat{
      width: 120px;
      height: 50px;
      box-shadow: rgb(255, 255, 255) 1px 1px 20px 2px;
      position: absolute;
      top: 40%;
      left: 21%;
      border-radius: 5px 5px 5px 5px;
      background-image: linear-gradient(to right, #aa1de2 0%, #257cff 100%);
    }
    .fhediye1{
      width: 160px;
      height: 50px;
      border: 5px white solid;
      position: absolute;
      background-color: #d9eded;
      bottom: 22%;
      left: 13%;
      border-radius: 5px 5px 5px 5px;
    }
    .btn4 {
      background-image: linear-gradient(to right, #aa1de2 0%, #257cff 100%);
      border-radius: 40px;
      box-sizing: border-box;
      color: #00a950;
      display: block;
      font: 0.9rem 'Oswald', Arial, sans-serif; /*18*/
      height: 50px;
      letter-spacing: 1px;
      margin: 0 auto;
      padding: 4px;
      position: absolute;
      bottom: 3%;
      left: 13%;
      text-decoration: none;
      text-transform: uppercase;
      width: 150px;
      z-index: 2;
    }
    
    .btn4:hover {
      color: #fff;
      text-decoration: none;
    }
    
    .btn4 span {
      align-items: center;
      background: #000000;
      border-radius: 40px;
      display: flex;
      justify-content: center;
      height: 100%;
      transition: background .5s ease;
      width: 100%;
    }
    .btn4:hover span {
      background: transparent;
    }
    .btn3 {
      background-image: linear-gradient(to right, #aa1de2 0%, #00a950 100%);
      border-radius: 40px;
      box-sizing: border-box;
      color: #00a950;
      display: block;
      font: 0.9rem 'Oswald', Arial, sans-serif; /*18*/
      height: 50px;
      letter-spacing: 1px;
      margin: 0 auto;
      padding: 4px;
      position: absolute;
      top: 63%;
      left: 63%;
      text-decoration: none;
      text-transform: uppercase;
      width: 150px;
      z-index: 2;
    }
    
    .btn3:hover {
      color: #fff;
      text-decoration: none;
    }
    
    .btn3 span {
      align-items: center;
      background: #000000;
      border-radius: 40px;
      display: flex;
      justify-content: center;
      height: 100%;
      transition: background .5s ease;
      width: 100%;
    }
    .btn3:hover span {
      background: transparent;
    }
    .btn2 {
      background-image: linear-gradient(to right, #aa1de2 0%, #f3ae6d 100%);
      border-radius: 40px;
      box-sizing: border-box;
      color: #00a950;
      display: block;
      font: 0.9rem 'Oswald', Arial, sans-serif; /*18*/
      height: 50px;
      letter-spacing: 1px;
      margin: 0 auto;
      padding: 4px;
      position: absolute;
      bottom: 3%;
      right: 58%;
      text-decoration: none;
      text-transform: uppercase;
      width: 150px;
      z-index: 2;
    }
    
    .btn2:hover {
      color: #fff;
      text-decoration: none;
    }
    
    .btn2 span {
      align-items: center;
      background: rgb(0, 0, 0);
      border-radius: 40px;
      display: flex;
      justify-content: center;
      height: 100%;
      transition: background .5s ease;
      width: 100%;
    }
    
    .btn2:hover span {
      background: transparent;
    }
    .btn1 {
      background-image: linear-gradient(to right, #aa1de2 0%, #00a950 100%);
      border-radius: 40px;
      box-sizing: border-box;
      color: #00a950;
      display: block;
      font: 0.9rem 'Oswald', Arial, sans-serif; /*18*/
      height: 50px;
      letter-spacing: 1px;
      margin: 0 auto;
      padding: 4px;
      position: absolute;
      bottom: 3%;
      left: 63%;
      text-decoration: none;
      text-transform: uppercase;
      width: 150px;
      z-index: 2;
    }
    
    .btn1:hover {
      color: #fff;
      text-decoration: none;
    }
    
    .btn1 span {
      align-items: center;
      background: rgb(0, 0, 0);
      border-radius: 40px;
      display: flex;
      justify-content: center;
      height: 100%;
      transition: background .5s ease;
      width: 100%;
    }
    
    .btn1:hover span {
      background: transparent;
    }
  .digiform{
    width: 95%;
    height: 400px;
    border: 1px solid rgb(194, 194, 194);
    border-radius: 10px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 25px;
    color: rgb(180, 180, 180);
    position: relative;
    box-shadow: 5px 5px 15px 2px #936ba7;;
  }
  .anasyfabslik{
   font-size: 25px;
  }
  .anasyfabslik1{
    font-size: 14px;
   }
   .card3{
    width: 550px;
    height: 400px;
   border: 1px solid;
   margin:auto;
   border-radius: 10px;
   position: relative;
   color: rgb(180, 180, 180);
   box-shadow: 1px 5px 15px 1px;
   transition: box-shadow 300ms,width 300ms;
  }
  .card4{
    width: 550px;
    height: 400px;
    margin:auto;
    top: 15px;
   border: 1px solid;
   border-radius: 10px;
   position: relative;
   color: rgb(180, 180, 180);
   box-shadow: 1px 5px 15px 1px;
   transition: box-shadow 300ms,width 300ms;
  }
  .cardimg2{
    position: absolute;
    right: 10px;
    border-radius: 10px;
    top: 20px;
  }
  .cardbaslik1{
    position: absolute;
    left: 15px;
    top: 15px;
    color: rgb(0, 0, 0);
    font-size: 24px;
  }
  .leptop{
    width: 200px;
    position: absolute;
    top: 280px;
    left: 320px;
    display: block;
  }
  .artı{
    position: absolute;
    top: 225px;
    right: 112px;
    font-size: 50px;
    font-weight: bolder;
    color: #660099;
    display: block;
  }
  .artı1{
    position: absolute;
    bottom: 30px;
    left: 230px;
    font-size: 50px;
    font-weight: bolder;
    color: #660099;
    display: block;
  }
  .leptopmodem{
    display: none;
  }
  .cardhediye3{
    position: absolute;
    top: 80px;
    left: -5px;
    color: #7a7a7a;
    list-style-type: circle;
    font-size: 13px;
  }
  .cardhediye4{
    position: absolute;
    top: 120px;
    left: -5px;
    color: #7a7a7a;
    list-style-type: circle;
    font-size: 14px;
  }
  .cardfiyat1{
    width: 170px;
    height: 50px;
    position: absolute;
    bottom: 190px;
    left: 40px;
  }
  .modem{
    width: 120px;
    position: absolute;
    bottom: 10px;
    left: 45px;
    display: block;
  }
  .btn-hover1 {
    width: 150px;
    font-size: 16px;
    font-weight: 100;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 40px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: absolute;
    bottom: 130px;
    left: 10px;
  }
}
@media  screen and (max-width: 650px){
  .teltext{
    font-size: 20px;
  
  }
  .wptext{
    font-size: 20px;
  }
  .tel{
    height: 50px;
  }
  .wp{
    height: 50px;
  }
  .card-group1{
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
  }
  .card-group2{
    display: flex;
    margin-top: 30px;
    justify-content: space-evenly;
    flex-direction: column;
  }
  .card-group3{
    display: flex;
    margin-top: 30px;
    justify-content: space-evenly;
    flex-direction: column;
  }
  .card-group4{
    display: flex;
    margin-top: 30px;
    justify-content: space-evenly;
    flex-direction: column;
  }
  .card1{
    width: 98%;
    height: 270px;
    margin-left: 1%;
   border: 1px solid;
   border-radius: 10px;
   position: relative;
   color: rgb(180, 180, 180);
   box-shadow: 1px 5px 15px 1px;
   transition: box-shadow 300ms,width 300ms;
  }
  .card2{
    width: 98%;
    height: 270px;
    margin-left: 1%;
    border: 1px solid;
    border-radius: 10px;
    color: rgb(180, 180, 180);
    position: relative;
    box-shadow: 1px 5px 15px 1px;
    transition: box-shadow 300ms,width 300ms;
  }
  .cardimg{
    position: absolute;
    right: 10px;
    border-radius: 10px;
    top: 20px;
  }
  .btn-hover {
    width: 150px;
    font-size: 16px;
    font-weight: 100;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 40px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: absolute;
    bottom: 1px;
    left: 5px;
}
.btn-hover:hover {
    background-position: 100% 0;
    transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-hover:focus {
    outline: none;
}
.btn-hover.color-7 {
    background-image: linear-gradient(to right, #6253e1, #852D91, #A3A1FF, #F24645);
    box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}
.cardbaslik{
  position: absolute;
  left: 20px;
  top: 5px;
  color: rgb(0, 0, 0);
  font-size: 30px;
}
.cardhediye{
  position: absolute;
  top: 80px;
  color: #7a7a7a;
  list-style-type: circle;
  font-size: 13.5px;
}
.cardhediye1{
  position: absolute;
  top: 110px;
  color: #7a7a7a;
  list-style-type: circle;
  font-size: 15px;
}
.cardhediye2{
  position: absolute;
  top: 70px;
  color: #7a7a7a;
  list-style-type: circle;
  font-size: 13.5px;
}
.cardfiyat{
  width: 130px;
  height: 50px;
  position: absolute;
  bottom: 60px;
  left: 40px;
}
.ctext{
  position: absolute;
  font-size: 18px;
  bottom: 5px;
  color: black;
}
.ctext1{
  position: absolute;
  top: 20px;
  font-size: 18px;
  color: red;
}
.ctext2{
  position: absolute;
  right: 5px;
  top: 4px;
  font-size: 25px;
  color: #852D91;
  font-weight: bold;
}
.wifi{
  width: 60px;
  position: absolute;
  right: 20px;
  bottom: 15px; 
}
  .kmptext{
 font-size: 15px;
  }
  .tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    left: 3px;
    font-weight: 400;
    width: 49%;
    height: 120px;
    font-size: 22px;
    transition: color 400ms;
  }
}
  
  @media  screen and (max-width:580px) {
    .ust{
      display: flex;
      flex-direction: column;
      justify-content: space-around;
    }
    .resimoval{
      border-radius: 5px 5px 0px 0px;
      box-shadow: 5px 5px 15px 2px #936ba7;
    }
    .birinci-slider{
      width: 100%;
      margin-left: 0;
      margin-right: 0;
    }
    .carousel-control-next-icon{
      position: absolute;
      right: 10px;
      bottom: 50%;
    }
    .carousel-control-prev-icon{
      position: absolute;
      left: 10px;
      bottom: 50%;
  }
  .sspor{
    position: absolute;
    left: 0px;
    width: 70px;
  }
  .sbaslik{
    color: white;
    position: absolute;
    top: 15%;
    left: 18%;
    font-size: 16px;
    display: inline-block;
  }
  .sfiyat{
    width: 150px;
    height: 40px;
    box-shadow: thistle 1px 1px 20px 2px;
    position: absolute;
    top: 37%;
    left: 10%;
    border-radius: 5px 5px 5px 5px;
    background-image: linear-gradient(to right, #aa1de2 0%, #f3ae6d 100%);
  }
  .stext1{
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 10px;
  color: white;
  }
  .stext2{
    position: absolute;
    top: 22px;
    left: 5px;
    font-size: 10px;
    color: rgb(0, 0, 0);
  }
  .stext3{
    position: absolute;
    right: 5px;
    font-size: 18px;
    top: 8px;
    color: white;
  }

  .shediye{
    width: 140px;
    height: 35px;
    border: 5px white solid;
    position: absolute;
    background-color: #d9eded;
    bottom: 22%;
    left: 11%;
    border-radius: 5px 5px 5px 5px;
  }
  .yildiz{
  position: absolute;
  top: -20px;
  left: -20px;
  width: 50px;
  }
  .stext{
    color: rgb(0, 173, 66);
    position: absolute;
    font-weight: bolder;
    left: 35px;
    font-size: 9px;
    top:0px;
  }
  .tbaslik{
    color: white;
    position: absolute;
    top: 23%;
    left: 20px;
    font-size: 13px;
    display: inline-block;
  }
  .thediye{
    width: 170px;
    height: 35px;
    border: 5px white solid;
    position: absolute;
    background-color: #d9eded;
    bottom: 23%;
    left: 10px;
    border-radius: 5px 5px 5px 5px;
  }
  .ttext{
    color: rgb(0, 173, 66);
    position: absolute;
    font-weight: bolder;
    font-size: 10px;
    left: 55px;
    top:0px;
  }
  .tyildiz{
    position: absolute;
  width: 60px;
  top: -20px;
  left: -20px;
  }
  .thediye1{
    width: 170px;
    height: 35px;
    border: 5px white solid;
    position: absolute;
    background-color: #d9eded;
    bottom: 1%;
    left: 13px;
    border-radius: 5px 5px 5px 5px;
  }
  .ttext3{
    position: absolute;
    right: 5px;
    font-size: 18px;
    top: 15px;
    color: white;
  }
  .sfiyat1{
    width: 150px;
    height: 40px;
    box-shadow: thistle 1px 1px 20px 2px;
    position: absolute;
    top: 38%;
    left: 8%;
    border-radius: 5px 5px 5px 5px;
    background-image: linear-gradient(to right, #aa1de2 0%, #00a950 100%);
  }
  .digilogo{
    position: absolute;
    width: 180px;
    right: 15px;
  }
  .ibaslik{
    color: white;
    position: absolute;
    left: 12%;
    top: 22%;
    font-size: 18px;
    display: inline-block;
  }
  .ifiyat{
    width: 120px;
    height: 40px;
    box-shadow: rgb(255, 255, 255) 1px 1px 20px 2px;
    position: absolute;
    top: 43%;
    left: 160px;
    border-radius: 5px 5px 5px 5px;
    background-image: linear-gradient(to right, #aa1de2 0%, #00a950 100%);
  }
  .itext1{
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 12px;
    color: white;
    }
    .itext2{
      position: absolute;
      top: 20px;
      left: 10px;
      font-size: 12px;
      color: rgb(0, 0, 0);
    }
    .itext3{
      position: absolute;
      right: 5px;
      font-size: 17px;
      top: 8px;
      color: white;
    }
    .shediye1{
      width: 140px;
      height: 40px;
      border: 5px white solid;
      position: absolute;
      background-color: #d9eded;
      bottom: 20%;
      left: 15%;
      border-radius: 5px 5px 5px 5px;
    }
    .fbaslik{
        color: white;
        position: absolute;
        top: 23%;
        left: 7%;
        font-size: 15px;
        display: inline-block;
    }
    .ffiyat{
      width: 95px;
      height: 40px;
      box-shadow: rgb(255, 255, 255) 1px 1px 20px 2px;
      position: absolute;
      top: 42%;
      left: 23%;
      border-radius: 5px 5px 5px 5px;
      background-image: linear-gradient(to right, #aa1de2 0%, #257cff 100%);
    }
    .fhediye1{
      width: 140px;
      height: 35px;
      border: 5px white solid;
      position: absolute;
      background-color: #d9eded;
      bottom: 22%;
      left: 13%;
      border-radius: 5px 5px 5px 5px;
    }
    .btn4 {
      background-image: linear-gradient(to right, #aa1de2 0%, #257cff 100%);
      border-radius: 40px;
      box-sizing: border-box;
      color: #00a950;
      display: block;
      font: 0.6rem 'Oswald', Arial, sans-serif; /*18*/
      height: 40px;
      letter-spacing: 1px;
      margin: 0 auto;
      padding: 4px;
      position: absolute;
      bottom: 3%;
      left: 17%;
      text-decoration: none;
      text-transform: uppercase;
      width: 100px;
      z-index: 2;
    }
    
    .btn4:hover {
      color: #fff;
      text-decoration: none;
    }
    
    .btn4 span {
      align-items: center;
      background: #000000;
      border-radius: 40px;
      display: flex;
      justify-content: center;
      height: 100%;
      transition: background .5s ease;
      width: 100%;
    }
    .btn4:hover span {
      background: transparent;
    }
    .btn3 {
      background-image: linear-gradient(to right, #aa1de2 0%, #00a950 100%);
      border-radius: 40px;
      box-sizing: border-box;
      color: #00a950;
      display: block;
      font: 0.6rem 'Oswald', Arial, sans-serif; /*18*/
      height: 40px;
      letter-spacing: 1px;
      margin: 0 auto;
      padding: 4px;
      position: absolute;
      top: 63%;
      left: 63%;
      text-decoration: none;
      text-transform: uppercase;
      width: 100px;
      z-index: 2;
    }
    
    .btn3:hover {
      color: #fff;
      text-decoration: none;
    }
    
    .btn3 span {
      align-items: center;
      background: #000000;
      border-radius: 40px;
      display: flex;
      justify-content: center;
      height: 100%;
      transition: background .5s ease;
      width: 100%;
    }
    .btn3:hover span {
      background: transparent;
    }
    .btn2 {
      background-image: linear-gradient(to right, #aa1de2 0%, #f3ae6d 100%);
      border-radius: 40px;
      box-sizing: border-box;
      color: #00a950;
      display: block;
      font: 0.6rem 'Oswald', Arial, sans-serif; /*18*/
      height: 40px;
      letter-spacing: 1px;
      margin: 0 auto;
      padding: 4px;
      position: absolute;
      bottom: 3%;
      right: 58%;
      text-decoration: none;
      text-transform: uppercase;
      width: 100px;
      z-index: 2;
    }
    
    .btn2:hover {
      color: #fff;
      text-decoration: none;
    }
    
    .btn2 span {
      align-items: center;
      background: rgb(0, 0, 0);
      border-radius: 40px;
      display: flex;
      justify-content: center;
      height: 100%;
      transition: background .5s ease;
      width: 100%;
    }
    
    .btn2:hover span {
      background: transparent;
    }
    .btn1 {
      background-image: linear-gradient(to right, #aa1de2 0%, #00a950 100%);
      border-radius: 40px;
      box-sizing: border-box;
      color: #00a950;
      display: block;
      font: 0.6rem 'Oswald', Arial, sans-serif; /*18*/
      height: 40px;
      letter-spacing: 1px;
      margin: 0 auto;
      padding: 4px;
      position: absolute;
      bottom: 3%;
      left: 65%;
      text-decoration: none;
      text-transform: uppercase;
      width: 100px;
      z-index: 2;
    }
    
    .btn1:hover {
      color: #fff;
      text-decoration: none;
    }
    
    .btn1 span {
      align-items: center;
      background: rgb(0, 0, 0);
      border-radius: 40px;
      display: flex;
      justify-content: center;
      height: 100%;
      transition: background .5s ease;
      width: 100%;
    }
    
    .btn1:hover span {
      background: transparent;
    }
  .digiform{
    width: 95%;
    height: 400px;
    border: 1px solid rgb(194, 194, 194);
    border-radius: 10px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 25px;
    color: rgb(180, 180, 180);
    position: relative;
    box-shadow: 5px 5px 15px 2px #936ba7;;
  }
  .anasyfabslik{
    font-size: 20px;
   }
   .anasyfabslik1{
     font-size: 12px;
    }
    .card-group1{
      display: flex;
      justify-content: space-evenly;
      flex-direction: column;
    }
    .card-group2{
      display: flex;
      margin-top: 30px;
      justify-content: space-evenly;
      flex-direction: column;
    }
    .card-group3{
      display: flex;
      margin-top: 30px;
      justify-content: space-evenly;
      flex-direction: column;
    }
    .card-group4{
      display: flex;
      margin-top: 30px;
      justify-content: space-evenly;
      flex-direction: column;
    }
    .card1{
      width: 98%;
      height: 550px;
      margin-left: 1%;
     border: 1px solid;
     border-radius: 10px;
     position: relative;
     color: rgb(180, 180, 180);
     box-shadow: 1px 5px 15px 1px;
     transition: box-shadow 300ms,width 300ms;
     box-sizing: border-box;
    }
    .card2{
      width: 98%;
      height: 550px;
      margin-left: 1%;
      border: 1px solid;
      border-radius: 10px;
      color: rgb(180, 180, 180);
      position: relative;
      box-shadow: 1px 5px 15px 1px;
      transition: box-shadow 300ms,width 300ms;
    }
    .cardimg{
      display: none;
    }
    .cardimg1{
      display: block;
      width: 100%;
      border-radius: 10px;
      position: absolute;
      height: 300px;
    }
    .btn-hover {
      width: 100%;
      font-size: 16px;
      font-weight: 100;
      color: #fff;
      cursor: pointer;
      margin: 0px;
      height: 50px;
      text-align:center;
      border: none;
      background-size: 300% 100%;
      border-radius: 10px;
      transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      position: absolute;
      left: 0;
      bottom: 0;
  }
  .btn-hover:hover {
      background-position: 100% 0;
      transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
  }
  .btn-hover:focus {
      outline: none;
  }
  .btn-hover.color-7 {
      background-image: linear-gradient(to right, #6253e1, #852D91, #A3A1FF, #F24645);
      box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
  }
  .cardbaslik{
    position: absolute;
    top: 310px;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 22px;
  }
.br{
  display: none;
}
 .cardhediye{
    position: absolute;
    top: 360px;
    left: 10px;
    color: #7a7a7a;
    list-style-type: circle;
    font-size: 14px;
  }
  .cardhediye1{
    position: absolute;
    top: 370px;
    left: 10px;
    color: #7a7a7a;
    list-style-type: circle;
    font-size: 15px;
  }
  .cardhediye2{
    position: absolute;
    top: 350px;
    left: 10px;
    color: #7a7a7a;
    list-style-type: circle;
    font-size: 14px;
  }
  .cardfiyat{
    width: 100%;
    position: absolute;
    bottom: 70px;
    left: 0;
  }
  .ctext{
    position: absolute;
    font-size: 18px;
    bottom: 5px;
    right: 90px;
    color: black;
  }
  .ctext1{
    position: absolute;
    top: 20px;
    right: 90px;
    font-size: 18px;
    color: red;
  }
  .ctext2{
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 25px;
    color: #852D91;
    font-weight: bold;
  }
  .card3{
    width: 98%;
    height: 700px;
   border: 1px solid;
   margin:0;
   margin-left: 1%;
   border-radius: 10px;
   position: relative;
   color: rgb(180, 180, 180);
   box-shadow: 1px 5px 15px 1px;
   transition: box-shadow 300ms,width 300ms;
  }
  .card4{
    width: 98%;
    height: 700px;
    margin:0;
    margin-left: 1%;
    top: 15px;
   border: 1px solid;
   border-radius: 10px;
   position: relative;
   color: rgb(180, 180, 180);
   box-shadow: 1px 5px 15px 1px;
   transition: box-shadow 300ms,width 300ms;
  }
  .cardimg2{
    position: absolute;
    right: 10px;
    border-radius: 10px;
    top: 20px;
    display: none;
  }
  .cardimg3{
    display: block;
    width: 100%;
    border-radius: 10px;
    position: absolute;
    height: 300px;
  }
  .cardbaslik1{
    position: absolute;
    top: 470px;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 22px;
  }
  .leptop{
    width: 40%;
    position: absolute;
    top: 330px;
    left: 55%;
    display: inline-block;
  }
  .artı{
    position: absolute;
    top: 285px;
    right: 15%;
    font-size: 40px;
    font-weight: bolder;
    color: #660099;
    display: none;
  }
  .artı1{
    position: absolute;
    top: 270px;
    left: 230px;
    font-size: 40px;
    font-weight: bolder;
    color: #660099;
    display: none;
  }
  .leptopmodem{
    display: none;
  }
  .cardhediye3{
    position: absolute;
    top:550px;
    left: 10px;
    color: #7a7a7a;
    list-style-type: circle;
    font-size: 14px;
  }
  .cardhediye4{
    position: absolute;
    top: 570px;
    left: 5px;
    color: #7a7a7a;
    list-style-type: circle;
    font-size: 14px;
  }
  .cardfiyat1{
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 0;
  }
  .ctext3{
    position: absolute;
    font-size: 18px;
    bottom: 5px;
    right: 125px;
    color: black;
  }
  .ctext4{
    position: absolute;
    top: 20px;
    right: 125px;
    font-size: 18px;
    color: red;
  }
  .ctext5{
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 25px;
    color: #852D91;
    font-weight: bold;
  }
  .modem{
    width: 25%;
    position: absolute;
    top: 320px;
    left: 8%;
    display: block;
  }
  .btn-hover1 {
    width: 100%;
    font-size: 16px;
    font-weight: 100;
    color: #fff;
    cursor: pointer;
    margin: 0;
    height: 40px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 10px;
    transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media  screen and (max-width:550px) {
  .wifi{
    width: 60px;
    position: absolute;
    right: 20px;
    bottom: 5px; 
  }
    .kmptext{
   font-size: 11.5px;
    }
    .tabset > label {
      position: relative;
      display: inline-block;
      padding: 15px 15px 25px;
      border: 1px solid transparent;
      border-bottom: 0;
      cursor: pointer;
      left: 3px;
      font-weight: 400;
      width: 49%;
      height: 100px;
      font-size: 22px;
      transition: color 400ms;
    }
  
}
@media  screen and (max-width:430px) {
  .buay1{
    width: 350px;
    height: 500px;
    margin: auto;
    text-align: center;
  }
  .buayimg{
    width: 80%;
    border-radius: 5px;
    position: relative;
    top: 10px;
    box-shadow: 1px 1px 10px 1px rgb(131, 131, 131);
    transition: width 400ms,box-shadow 400ms;
  }
  .buayimg:hover{
    width: 82%;
    box-shadow: 1px 1px 10px 1px rgb(216, 216, 216);
   }
   .vice{
    position: absolute;
    width: 100px;
    left:40px;
    top: 15px;
  }
  .vice1{
    position: absolute;
    color: #00b9e0;
    font-weight: 400;
    top: 60px;
    font-size: 13px;
  left: 60px;
  font-weight: bolder;
  font-family: 'KoHo', sans-serif;
  }
  .buaybaslik2{
    color: #00b9e0;
    font-size: 18px;
    font-weight: 600;
  }
  .premıere{
    position: absolute;
    top: 20px;
    left: 40px;
    width: 90px;
  }
  .premıere1{
    position: absolute;
    color: #d50a29;
    font-weight: 400;
    top: 62px;
    font-size: 12px;
    left: 40px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
  }
  .TURK{
    position: absolute;
    color: #d50a29;
    font-weight: 400;
    top: 62px;
    font-size: 13px;
    left: 50px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
  }
  .kmp-text{
    font-size: 30px;
    color: rgb(206, 206, 206);
    position: relative;
    top: 50px;
    
  }
  .ust{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .resimoval{
    border-radius: 5px 5px 0px 0px;
    box-shadow: 5px 5px 15px 2px #936ba7;
  }
  .birinci-slider{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .carousel-control-next-icon{
    position: absolute;
    right: 5px;
    bottom: 50%;
  }
  .carousel-control-prev-icon{
    position: absolute;
    left: 5px;
    bottom: 50%;
}
.sspor{
  position: absolute;
  left: 0px;
  width: 65px;
}
.sbaslik{
  color: white;
  position: absolute;
  top: 15%;
  left: 19%;
  font-size: 14px;
  display: inline-block;
}
.sfiyat{
  width: 150px;
  height: 40px;
  box-shadow: thistle 1px 1px 20px 2px;
  position: absolute;
  top: 35%;
  left: 7%;
  border-radius: 5px 5px 5px 5px;
  background-image: linear-gradient(to right, #aa1de2 0%, #f3ae6d 100%);
}
.stext1{
position: absolute;
top: 5px;
left: 5px;
font-size: 10px;
color: white;
}
.stext2{
  position: absolute;
  top: 22px;
  left: 5px;
  font-size: 10px;
  color: rgb(0, 0, 0);
}
.stext3{
  position: absolute;
  right: 5px;
  font-size: 18px;
  top: 8px;
  color: white;
}

.shediye{
  width: 140px;
  height: 35px;
  border: 5px white solid;
  position: absolute;
  background-color: #d9eded;
  bottom: 18%;
  left: 9%;
  border-radius: 5px 5px 5px 5px;
}
.yildiz{
position: absolute;
top: -20px;
left: -20px;
width: 50px;
}
.stext{
  color: rgb(0, 173, 66);
  position: absolute;
  font-weight: bolder;
  left: 35px;
  font-size: 9px;
  top:0px;
}
.tbaslik{
  color: white;
  position: absolute;
  top: 25%;
  left: 20px;
  font-size: 12px;
  display: inline-block;
}
.thediye{
  width: 170px;
  height: 30px;
  border: 5px white solid;
  position: absolute;
  background-color: #d9eded;
  bottom: 20%;
  left: 10px;
  border-radius: 5px 5px 5px 5px;
}
.ttext{
  color: rgb(0, 173, 66);
  position: absolute;
  font-weight: bolder;
  font-size: 8.5px;
  left: 55px;
  top:0px;
}
.tyildiz{
  position: absolute;
width: 55px;
top: -20px;
left: -20px;
}
.thediye1{
  width: 170px;
  height: 30px;
  border: 5px white solid;
  position: absolute;
  background-color: #d9eded;
  bottom: 1%;
  left: 13px;
  border-radius: 5px 5px 5px 5px;
}
.ttext3{
  position: absolute;
  right: 5px;
  font-size: 18px;
  top: 15px;
  color: white;
}
.sfiyat1{
  width: 150px;
  height: 40px;
  box-shadow: thistle 1px 1px 20px 2px;
  position: absolute;
  top: 41%;
  left: 14%;
  border-radius: 5px 5px 5px 5px;
  background-image: linear-gradient(to right, #aa1de2 0%, #00a950 100%);
}
.digilogo{
  position: absolute;
  width: 180px;
  right: 15px;
}
.ibaslik{
  color: white;
  position: absolute;
  left: 12%;
  top: 25%;
  font-size: 16px;
  display: inline-block;
}
.ifiyat{
  width: 120px;
  height: 40px;
  box-shadow: rgb(255, 255, 255) 1px 1px 20px 2px;
  position: absolute;
  top: 45%;
  left: 160px;
  border-radius: 5px 5px 5px 5px;
  background-image: linear-gradient(to right, #aa1de2 0%, #00a950 100%);
}
.itext1{
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 12px;
  color: white;
  }
  .itext2{
    position: absolute;
    top: 20px;
    left: 10px;
    font-size: 12px;
    color: rgb(0, 0, 0);
  }
  .itext3{
    position: absolute;
    right: 5px;
    font-size: 17px;
    top: 8px;
    color: white;
  }
  .shediye1{
    width: 140px;
    height: 40px;
    border: 5px white solid;
    position: absolute;
    background-color: #d9eded;
    bottom: 14%;
    left: 10%;
    border-radius: 5px 5px 5px 5px;
  }
  .fbaslik{
      color: white;
      position: absolute;
      top: 25%;
      left: 7%;
      font-size: 13px;
      display: inline-block;
  }
  .ffiyat{
    width: 95px;
    height: 40px;
    box-shadow: rgb(255, 255, 255) 1px 1px 20px 2px;
    position: absolute;
    top: 42%;
    left: 21%;
    border-radius: 5px 5px 5px 5px;
    background-image: linear-gradient(to right, #aa1de2 0%, #257cff 100%);
  }
  .fhediye1{
    width: 140px;
    height: 35px;
    border: 5px white solid;
    position: absolute;
    background-color: #d9eded;
    bottom: 20%;
    left: 10%;
    border-radius: 5px 5px 5px 5px;
  }
  .btn4 {
    background-image: linear-gradient(to right, #aa1de2 0%, #257cff 100%);
    border-radius: 40px;
    box-sizing: border-box;
    color: #00a950;
    display: block;
    font: 0.6rem 'Oswald', Arial, sans-serif; /*18*/
    height: 30px;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 4px;
    position: absolute;
    bottom: 3%;
    left: 13%;
    text-decoration: none;
    text-transform: uppercase;
    width: 100px;
    z-index: 2;
  }
  
  .btn4:hover {
    color: #fff;
    text-decoration: none;
  }
  
  .btn4 span {
    align-items: center;
    background: #000000;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    height: 100%;
    transition: background .5s ease;
    width: 100%;
  }
  .btn4:hover span {
    background: transparent;
  }
  .btn3 {
    background-image: linear-gradient(to right, #aa1de2 0%, #00a950 100%);
    border-radius: 40px;
    box-sizing: border-box;
    color: #00a950;
    display: block;
    font: 0.6rem 'Oswald', Arial, sans-serif; /*18*/
    height: 40px;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 4px;
    position: absolute;
    top: 67%;
    left: 67%;
    text-decoration: none;
    text-transform: uppercase;
    width: 100px;
    z-index: 2;
  }
  
  .btn3:hover {
    color: #fff;
    text-decoration: none;
  }
  
  .btn3 span {
    align-items: center;
    background: #000000;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    height: 100%;
    transition: background .5s ease;
    width: 100%;
  }
  .btn3:hover span {
    background: transparent;
  }
  .btn2 {
    background-image: linear-gradient(to right, #aa1de2 0%, #f3ae6d 100%);
    border-radius: 40px;
    box-sizing: border-box;
    color: #00a950;
    display: block;
    font: 0.6rem 'Oswald', Arial, sans-serif; /*18*/
    height: 30px;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 4px;
    position: absolute;
    bottom: 2%;
    right: 58%;
    text-decoration: none;
    text-transform: uppercase;
    width: 100px;
    z-index: 2;
  }
  
  .btn2:hover {
    color: #fff;
    text-decoration: none;
  }
  
  .btn2 span {
    align-items: center;
    background: rgb(0, 0, 0);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    height: 100%;
    transition: background .5s ease;
    width: 100%;
  }
  
  .btn2:hover span {
    background: transparent;
  }
  .btn1 {
    background-image: linear-gradient(to right, #aa1de2 0%, #00a950 100%);
    border-radius: 40px;
    box-sizing: border-box;
    color: #00a950;
    display: block;
    font: 0.6rem 'Oswald', Arial, sans-serif; /*18*/
    height: 30px;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 4px;
    position: absolute;
    bottom: 3%;
    left: 63%;
    text-decoration: none;
    text-transform: uppercase;
    width: 100px;
    z-index: 2;
  }
  
  .btn1:hover {
    color: #fff;
    text-decoration: none;
  }
  
  .btn1 span {
    align-items: center;
    background: rgb(0, 0, 0);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    height: 100%;
    transition: background .5s ease;
    width: 100%;
  }
  
  .btn1:hover span {
    background: transparent;
  }
.digiform{
  width: 95%;
  height: 400px;
  border: 1px solid rgb(194, 194, 194);
  border-radius: 10px;
  margin-left: 2.5%;
  margin-right: 2.5%;
  margin-top: 25px;
  color: rgb(180, 180, 180);
  position: relative;
  box-shadow: 5px 5px 15px 2px #936ba7;;
}
.anasyfabslik{
  font-size: 18px;
 }
 .anasyfabslik1{
   font-size: 10px;
  }
  .card1{
    width: 98%;
    height: 500px;
    margin-left: 1%;
   border: 1px solid;
   border-radius: 10px;
   position: relative;
   color: rgb(180, 180, 180);
   box-shadow: 1px 5px 15px 1px;
   transition: box-shadow 300ms,width 300ms;
   box-sizing: border-box;
  }
  .card2{
    width: 98%;
    height: 500px;
    margin-left: 1%;
    border: 1px solid;
    border-radius: 10px;
    color: rgb(180, 180, 180);
    position: relative;
    box-shadow: 1px 5px 15px 1px;
    transition: box-shadow 300ms,width 300ms;
  }
  .cardimg{
    display: none;
  }
  .cardimg1{
    display: block;
    width: 100%;
    border-radius: 10px;
    position: absolute;
    height: 230px;
  }
  .btn-hover {
    width: 100%;
    font-size: 16px;
    font-weight: 100;
    color: #fff;
    cursor: pointer;
    margin: 0px;
    height: 50px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 10px;
    transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: absolute;
    left: 0;
    bottom: 0;
}
.btn-hover:hover {
    background-position: 100% 0;
    transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-hover:focus {
    outline: none;
}
.btn-hover.color-7 {
    background-image: linear-gradient(to right, #6253e1, #852D91, #A3A1FF, #F24645);
    box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}
.cardbaslik{
  position: absolute;
  top: 250px;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 22px;
}
.br{
display: none;
}
.cardhediye{
  position: absolute;
  top: 290px;
  left: 10px;
  color: #7a7a7a;
  list-style-type: circle;
  font-size: 14px;
}
.cardhediye1{
  position: absolute;
  top: 310px;
  left: 10px;
  color: #7a7a7a;
  list-style-type: circle;
  font-size: 15px;
}
.cardhediye2{
  position: absolute;
  top: 290px;
  left: 10px;
  color: #7a7a7a;
  list-style-type: circle;
  font-size: 14px;
}
.cardfiyat{
  width: 100%;
  position: absolute;
  bottom: 70px;
  left: 0;
}
.ctext{
  position: absolute;
  font-size: 18px;
  bottom: 5px;
  right: 90px;
  color: black;
}
.ctext1{
  position: absolute;
  top: 20px;
  right: 90px;
  font-size: 18px;
  color: red;
}
.ctext2{
  position: absolute;
  right: 15px;
  top: 7px;
  font-size: 25px;
  color: #852D91;
  font-weight: bold;
}
.card3{
  width: 98%;
  height: 650px;
 border: 1px solid;
 margin:0;
 margin-left: 1%;
 border-radius: 10px;
 position: relative;
 color: rgb(180, 180, 180);
 box-shadow: 1px 5px 15px 1px;
 transition: box-shadow 300ms,width 300ms;
}
.card4{
  width: 98%;
  height: 650px;
  margin:0;
  margin-left: 1%;
  top: 15px;
 border: 1px solid;
 border-radius: 10px;
 position: relative;
 color: rgb(180, 180, 180);
 box-shadow: 1px 5px 15px 1px;
 transition: box-shadow 300ms,width 300ms;
}
.cardimg2{
  position: absolute;
  right: 10px;
  border-radius: 10px;
  top: 20px;
  display: none;
}
.cardimg3{
  display: block;
  width: 100%;
  border-radius: 10px;
  position: absolute;
  height: 230px;
}
.cardbaslik1{
  position: absolute;
  top: 390px;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 22px;
}
.leptop{
  width: 40%;
  position: absolute;
  top: 270px;
  left: 55%;
  display: inline-block;
}
.artı{
  position: absolute;
  top: 285px;
  right: 15%;
  font-size: 40px;
  font-weight: bolder;
  color: #660099;
  display: none;
}
.artı1{
  position: absolute;
  top: 270px;
  left: 230px;
  font-size: 40px;
  font-weight: bolder;
  color: #660099;
  display: none;
}
.leptopmodem{
  display: none;
}
.cardhediye3{
  position: absolute;
  top:450px;
  left: 10px;
  color: #7a7a7a;
  list-style-type: circle;
  font-size: 14px;
}
.cardhediye4{
  position: absolute;
  top: 480px;
  left: 5px;
  color: #7a7a7a;
  list-style-type: circle;
  font-size: 14px;
}
.cardfiyat1{
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
}
.ctext3{
  position: absolute;
  font-size: 18px;
  bottom: 5px;
  right: 125px;
  color: black;
}
.ctext4{
  position: absolute;
  top: 20px;
  right: 125px;
  font-size: 18px;
  color: red;
}
.ctext5{
  position: absolute;
  right: 15px;
  top: 7px;
  font-size: 25px;
  color: #852D91;
  font-weight: bold;
}
.modem{
  width: 25%;
  position: absolute;
  top: 260px;
  left: 8%;
  display: block;
}
.btn-hover1 {
  width: 100%;
  font-size: 16px;
  font-weight: 100;
  color: #fff;
  cursor: pointer;
  margin: 0;
  height: 40px;
  text-align:center;
  border: none;
  background-size: 300% 100%;
  border-radius: 10px;
  transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
}
.wifi{
  width: 40px;
  position: absolute;
  right: 20px;
  bottom: 5px; 
}
  .kmptext{
 font-size: 9.5px;
  }
  .tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    left: 3px;
    font-weight: 400;
    width: 49%;
    height: 80px;
    font-size: 22px;
    transition: color 400ms;
  }

}




/*-----------------------------------------KAMPANYALAR-----------------------*/
.desktop{
  width: 100%;
  height: 450px;
  background-image: url('img/digitürk-internet1.png');
  background-repeat: no-repeat;
  background-position: center;
}
.desktop1{
width: 30%;
height: 100%;
text-align: center;
}
.deskicon{
position: relative;
top: 50px;
}
.deskbaslik{
  position: relative;
  top: 70px;
  color: whitesmoke;
}
.deskfiyat{
  width: 100%;
  height: 50px;
  position: relative;
  top: 100px;
}
.dtext{
  position: relative;
  right: 42px;
  color: whitesmoke;
  font-weight: bolder;
}
.dtext1{
  position: relative;
  bottom: 15px;
  right: 42px;
  color: red;
  font-weight: bolder;
}
.dtext2{
  bottom: 85px;
  left: 70px;
  font-size: 40px;
  position: relative;
  color: whitesmoke;
  font-weight: bolder;
}
.dhediye{
  width: 100%;
  height: 105px;
  position: relative;
  top: 120px;
  }
  .dhediyeiskelet{
  width: 250px;
  height: 80px;
  border: 8px white solid;
  position: relative;
  top: 10px;
  background-color: #cde1e5;
  border-radius: 15px;
  margin: auto;
  text-align:start;
  }
  .dyildiz{
  width: 85px;
  position: absolute;
  left: -30px;
  top: -30px;
  }
  .dtext3{
  position: absolute;
  right: 10px;
  font-size: 17px;
  color:#29af51;
  font-weight: bold;
  top: 5px;
  }
.ust2{
display: flex;
justify-content: space-evenly;
margin-top: 15px;
}
.kmpbilgi{
  width: 600px;
  height: 450px;
  text-align: center;
}
.kmp_baslik{
  margin-top: 30px;
  font-size: 18px;
  font-weight: bolder;
  color: #672e85;
}
.kmp_baslik1{
  margin-top: 30px;
  color: #9e79b1;
}
.hd{
  border: 4px solid;
  border-radius: 5px;
}
.kmp_text{
  text-align: start;
  font-size: 14px;
  margin-top: 20px;
  margin-left: 10%;
  position: relative;
  top: 50px;
}
.circle{
  position: absolute;
  left: -15px;
  top: 5px;
}
.kmp_fiyat{
  width: 100%;
  height: auto;
  border: 1px solid rgb(206, 206, 206);
  position: relative;
  margin: auto;
  top: 70px;
  border-radius: 15px;
  box-shadow: 1px 1px 30px 1px #9e79b1;
  text-align: center;
}
.table1{
  background-color: #672e85;
}
.kanallar{
  border: 1px solid #dbdbdb;
  width: 90%;
  margin-left: 5%;
  height: 650px;
  margin-top: 50px;
  border-radius: 15px;
  box-shadow: 1px 1px 30px 1px #c9b3d4;
  transition: height 300ms;
}
.tabset1 > input[type="radio"] {
  position: absolute;
  left: -200vw;
}
.tab-panels1{
  position: relative;
  bottom: 650px;
  width: 70%;
  left: 90px;
  margin: auto;
  height: 520px;
}
.kanal{
  display: flex;
  justify-content: space-around;
}
.kanal1{
  display: flex;
  justify-content: space-around;
   margin-top: 30px;
  width: 80%;
}
.kanalimg{
  width: 135px;
  height: 100px;
}
.kanaltext{
  position: relative;
  bottom: 10px;
  font-size: 20px;
}
.tabset1 .tab-panel1 {
  display: none;
}

.tabset1 > input:first-child:checked ~ .tab-panels1 > .tab-panel1:first-child,
.tabset1 > input:nth-child(3):checked ~ .tab-panels1 > .tab-panel1:nth-child(2),
.tabset1 > input:nth-child(5):checked ~ .tab-panels1 > .tab-panel1:nth-child(3),
.tabset1 > input:nth-child(7):checked ~ .tab-panels1 > .tab-panel1:nth-child(4),
.tabset1 > input:nth-child(9):checked ~ .tab-panels1 > .tab-panel1:nth-child(5),
.tabset1 > input:nth-child(11):checked ~ .tab-panels1 > .tab-panel1:nth-child(6),
.tabset1 > input:nth-child(13):checked ~ .tab-panels1 > .tab-panel1:nth-child(7){
  display: block;
}

.tabset1 > label {
  position: relative;
  display: flex;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  height: 80px;
  left: 15px;
  bottom: 30px;
  font-weight: 400;
  width: 16%;
  font-size: 22px;
  transition: color 400ms;
}

.tabset1 > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 2px;
  border-radius: 20px;
  background: #8d8d8d;
  transition: background 400ms;
}

.tabset1 > label:hover,
.tabset1 > input:focus + label{
  color: #660099;
}

.tabset1 > label:hover::after,
.tabset1 > input:focus + label::after,
.tabset1 > input:checked + label::after {
  background: #660099;
}
.tabset1 > input:hover + label,
.tabset1 > input:checked + label{
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 15px 1px #936ba7;
  transition: box-shadow 400ms;
}
.kanalimg1{
  width: 95px;
  height: 100%;
  margin-left: 3%;
}
.nelervar{
  height: 400px;
  margin-top: 150px;
  text-align:center;
}
.nelervarbaslik{
  color: #672e85;
  text-align: center;
}
.nelervarbaslik1{
  color: #672e85;
  text-align: center;
  margin-top: 250px;
}
.nedenalmalıyım{
  width: 80%;
  margin: auto;
  height: 350px;
  display: flex;
  margin-top: 50px;
  justify-content: space-around;
  transition: width 400ms;
}
.neden1{
 width: 250px;
 height: 350px;
 text-align: center;
}
.nedenimg1{
   width: 138px;
   height: 138px;
   margin: auto;
   margin-top: 20px;
   background-image: url(/img/cocuk_belgesel_haz2017.png);
   transition: background-image 400ms ease-in-out;
}
.nedenimg2{
   width: 138px;
   height: 138px;
   margin: auto;
   margin-top: 20px;
   transition: background-image 400ms ease-in-out;
   background-image: url(/img/en_yeni_beinkanallar.png);
}
.nedenimg3{
   width: 138px;
   height: 138px;
   margin: auto;
   margin-top: 20px;
   transition: background-image 400ms ease-in-out;
   background-image: url(/img/en_yeni_4ekran.png);
}
.nedenimg1:hover{
 background-image: url(/img/cocuk_belgesel_hover_haz2017.png);
}
.nedenimg2:hover{
  background-image: url(/img/en_yeni_beinkanallar_hover.png);
 }
 .nedenimg3:hover{
  background-image: url(/img/en_yeni_4ekran_hover.png);
 }
 .nedenbaslik{
   margin-top: 30px;
   font-size: 15px;
   font-weight: bolder;
   color: #672e85;
 }
 .nedentext{
   font-size: 12px ;
   margin-top: 20px;
 }
 .accordion{
   margin: 80px;
 }
 .accordionbaslik{
   font-size: 35px;
   color: #672e85;
 }
 .arrow{
   position: absolute;
   right: 50px;
   top: 15px;
   font-size: 30px;
   color: #672e85;
 }
 .accordiontext{
   font-size: 13px;
   color: gray;
 }
 .beinconnect{
   width:95%;
   height:650px;
   margin: auto;
   border-radius: 50px;
   background-image: url(/img/backgroun2.jpg);
   box-shadow: 1px 1px 20px 1px #9e79b1;
   position: relative;
   transition: height 400ms;
 }
 .beinconnect1{
   background-image: url(/img/bein-connect-dilediğin-yerde.png);
   width: 1217px;
   height: 441px;
   margin: auto;
   position: relative;
   top: 100px;
   transition: width 400ms,height,400ms;
 }
 .beinuygulama{
   width: 100%;
   height: 80px;
   position: absolute;
   bottom: 20px;
   text-align: center;
 }
 .uygulamaimg{
   width: 180px;
 }
 .dilediginbaslik{
   width: 100%;
   position: absolute;
   color: whitesmoke;
   text-align: center;
   top: 50px;
   font-size: 25px;
 }
 @media screen and (max-width:1300px) {
  .beinconnect{
    width:95%;
    height:530px;
    margin: auto;
    border-radius: 50px;
    background-image: url(/img/backgroun2.jpg);
    box-shadow: 1px 1px 20px 1px #9e79b1;
    position: relative;
    transition: height 400ms;
  }
  .beinconnect1{
    background-image: url(/img/bein-connect-dilediğin-yerde.png);
    width: 900px;
    height: 326px;
    background-size: 100% 100%;
    margin: auto;
    position: relative;
    top: 100px;
    transition: width 400ms,height,400ms;
  }
  .beinuygulama{
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 20px;
    text-align: center;
  }
  .uygulamaimg{
    width: 180px;
  }
  .dilediginbaslik{
    width: 100%;
    position: absolute;
    color: whitesmoke;
    text-align: center;
    top: 50px;
    font-size: 25px;
  }
 }
@media screen and (max-width:1110px) {
  .desktop{
    width: 100%;
    height: 320px;
    background-image: url('img/digitürk-internet2.png');
    background-repeat: no-repeat;
    background-position: center; 
  }
  .desktop1{
    width: 30%;
    height: 100%;
    text-align: center;
    }
    .deskicon{
    position: relative;
    top: 20px;
    width: 80px;
    }
    .deskbaslik{
      position: relative;
      top: 40px;
      color: whitesmoke;
      font-size: 20px;
    }
    .deskfiyat{
      width: 100%;
      height: 50px;
      position: relative;
      top: 50px;
    }
    .dtext{
      position: relative;
      right: 42px;
      color: whitesmoke;
      font-size: 14px;
      font-weight: bolder;
    }
    .dtext1{
      position: relative;
      bottom: 14px;
      right: 42px;
      color: red;
      font-size: 14px;
      font-weight: bolder;
    }
    .dtext2{
      bottom: 77px;
      left: 55px;
      font-size: 35px;
      position: relative;
      color: whitesmoke;
      font-weight: bolder;
    }
    .dhediye{
      width: 100%;
      height: 80px;
      position: relative;
      top: 70px;
    }
    .dhediyeiskelet{
      width: 180px;
      height: 60px;
      border: 5px white solid;
      position: relative;
      top: 10px;
      background-color: #cde1e5;
      border-radius: 15px;
      margin: auto;
      text-align:start;
    }
    .dyildiz{
      width: 70px;
      position: absolute;
      left: -30px;
      top: -30px;
    }
    .dtext3{
      position: absolute;
      right: 5px;
      font-size: 13px;
      color:#29af51;
      font-weight: bold;
      top: 5px;
      }
    .kanal{
      display: flex;
      justify-content: space-around;
    }
    .kanal1{
      display: flex;
      justify-content: space-around;
       margin-top: 30px;
      width: 100%;
    }
    .kanalimg1{
      width: 95px;
      height: 100%;
    }
    .kimg1{
      width: 100%;
    }
    .kanalimg{
      width: 95px;
      height: 100%;
    }
    .kimg{
      width: 100%;
    }
    .kanallar{
      border: 1px solid #dbdbdb;
      width: 90%;
      margin-left: 5%;
      height: 550px;
      margin-top: 50px;
      border-radius: 15px;
      box-shadow: 1px 1px 30px 1px #c9b3d4;
      transition: height 300ms;
    }
    .tabset1 > label {
      position: relative;
      display: flex;
      padding: 15px 15px 25px;
      border: 1px solid transparent;
      border-bottom: 0;
      cursor: pointer;
      height: 65px;
      left: 15px;
      bottom: 30px;
      font-weight: 400;
      width: 16%;
      font-size: 22px;
      transition: color 400ms;
    }
    .kanaltext{
      position: relative;
      bottom: 10px;
      font-size: 15px;
      left: -5px;
    }
    .tab-panels1{
      position: relative;
      bottom: 550px;
      width: 70%;
      left: 90px;
      margin: auto;
      height: 520px;
    }
}
@media screen and (max-width:950px) {
  .digiform{
    width: 95%;
    height: 400px;
    border: 1px solid rgb(194, 194, 194);
    border-radius: 10px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 250px;
    color: rgb(180, 180, 180);
    position: relative;
    box-shadow: 5px 5px 15px 2px #936ba7;;
  }
  .ust2{
    display: flex;
    justify-content: space-evenly;
    margin-top: 15px;
    flex-direction: column;
    }
    .kmpbilgi{
      width: 95%;
      height: 450px;
      text-align: center;
      margin: auto;
    }
    .kmp_text{
      text-align: start;
      font-size: 14px;
      margin-top: 20px;
      margin-left: 5%;
      position: relative;
      top: 50px;
    }
    .circle{
      position: absolute;
      left: -15px;
      top: 5px;
    }
    .nelervar{
      height: 400px;
      margin-top: 100px;
      text-align:center;
    }
    .nelervarbaslik{
      color: #672e85;
      font-size: 25px;
    }
    .nelervarbaslik1{
      color: #672e85;
      text-align: center;
      margin-top: 100px;
      font-size: 25px;
    }
    .nedenalmalıyım{
      width: 100%;
      margin: auto;
      height: 350px;
      display: flex;
      justify-content: space-around;
      transition: width 400ms;
    }
    .neden1{
     width: 250px;
     height: 350px;
     text-align: center;
    }
    .nedenimg1{
       width: 138px;
       height: 138px;
       margin: auto;
       margin-top: 20px;
       background-image: url(/img/cocuk_belgesel_haz2017.png);
       transition: background-image 400ms ease-in-out;
    }
    .nedenimg2{
       width: 138px;
       height: 138px;
       margin: auto;
       margin-top: 20px;
       transition: background-image 400ms ease-in-out;
       background-image: url(/img/en_yeni_beinkanallar.png);
    }
    .nedenimg3{
       width: 138px;
       height: 138px;
       margin: auto;
       margin-top: 20px;
       transition: background-image 400ms ease-in-out;
       background-image: url(/img/en_yeni_4ekran.png);
    }
    .nedenimg1:hover{
     background-image: url(/img/cocuk_belgesel_hover_haz2017.png);
    }
    .nedenimg2:hover{
      background-image: url(/img/en_yeni_beinkanallar_hover.png);
     }
     .nedenimg3:hover{
      background-image: url(/img/en_yeni_4ekran_hover.png);
     }
     .nedenbaslik{
       margin-top: 30px;
       font-size: 15px;
       font-weight: bolder;
       color: #672e85;
     }
     .nedentext{
       font-size: 12px ;
       margin-top: 20px;
     }
     .beinconnect{
      width:95%;
      height:470px;
      margin: auto;
      border-radius: 50px;
      background-image: url(/img/backgroun2.jpg);
      box-shadow: 1px 1px 20px 1px #9e79b1;
      position: relative;
      transition: height 400ms;
    }
    .beinconnect1{
      background-image: url(/img/bein-connect-dilediğin-yerde.png);
      width: 700px;
      height: 253px;
      background-size: 100% 100%;
      margin: auto;
      position: relative;
      top: 100px;
      transition: width 400ms,height,400ms;
    }
    .beinuygulama{
      width: 100%;
      height: 80px;
      position: absolute;
      bottom: 20px;
      text-align: center;
    }
    .uygulamaimg{
      width: 180px;
    }
    .dilediginbaslik{
      width: 100%;
      position: absolute;
      color: whitesmoke;
      text-align: center;
      top: 50px;
      font-size: 20px;
    }
}
@media screen and (max-width:760px) {
  .desktop{
    width: 100%;
    height: 320px;
    background-image: url('img/digiturk-internet-mobil.png');
    background-repeat: no-repeat;
    background-position:right;
  }
  .desktop1{
    width: 50%;
    height: 100%;
    text-align: center;
    }
    .deskicon{
    position: relative;
    top: 20px;
    width: 80px;
    }
    .deskbaslik{
      position: relative;
      top: 40px;
      color: whitesmoke;
      font-size: 20px;
    }
    .deskfiyat{
      width: 100%;
      height: 50px;
      position: relative;
      top: 50px;
    }
    .dtext{
      position: relative;
      right: 42px;
      color: whitesmoke;
      font-size: 14px;
      font-weight: bolder;
    }
    .dtext1{
      position: relative;
      bottom: 14px;
      right: 42px;
      color: red;
      font-size: 14px;
      font-weight: bolder;
    }
    .dtext2{
      bottom: 77px;
      left: 55px;
      font-size: 35px;
      position: relative;
      color: whitesmoke;
      font-weight: bolder;
    }
    .dhediye{
      width: 100%;
      height: 80px;
      position: relative;
      top: 70px;
    }
    .dhediyeiskelet{
      width: 180px;
      height: 60px;
      border: 5px white solid;
      position: relative;
      top: 10px;
      background-color: #cde1e5;
      border-radius: 15px;
      margin: auto;
      text-align:start;
    }
    .dyildiz{
      width: 70px;
      position: absolute;
      left: -30px;
      top: -30px;
    }
    .dtext3{
      position: absolute;
      right: 5px;
      font-size: 13px;
      color:#29af51;
      font-weight: bold;
      top: 5px;
      }
    .kanal{
      display: flex;
      justify-content: space-around;
    }
    .kanal1{
      display: flex;
      justify-content: space-around;
       margin-top: 30px;
      width: 100%;
    }
    .kanalimg1{
      width: 95px;
      height: 100%;
    }
    .kimg1{
      width: 100%;
    }
    .kanalimg{
      width: 95px;
      height: 100%;
    }
    .kimg{
      width: 100%;
    }
    .kanallar{
      border: 1px solid #dbdbdb;
      width: 98%;
      margin-left: 1%;
      height: 550px;
      margin-top: 50px;
      border-radius: 15px;
      box-shadow: 1px 1px 30px 1px #c9b3d4;
      transition: height 300ms;
    }
    .tabset1 > label {
      position: relative;
      display: inline-block;
      padding: 15px 15px 25px;
      border: 1px solid transparent;
      border-bottom: 0;
      cursor: pointer;
      height: 50px;
      left: 15px;
      bottom: 30px;
      font-weight: 400;
      width: 13%;
      font-size: 22px;
      transition: color 400ms;
    }
    .kanaltext{
      position: relative;
      bottom: 10px;
      font-size: 15px;
    }
    .tab-panels1{
      position: relative;
      bottom: 0px;
      width: 100%;
      left: 0px;
      margin: auto;
      height: 520px;
    }
    .nelervar{
      height: 1000px;
      margin-top: 50px;
      text-align:center;
    }
    .nelervarbaslik{
      color: #672e85;
      font-size: 25px;
    }
    .nelervarbaslik1{
      color: #672e85;
      text-align: center;
      margin-top: 100px;
      font-size: 25px;
    }
    .nedenalmalıyım{
      width: 100%;
      margin: auto;
      height: 1000px;
      display: flex;
      flex-direction: column;
      transition: width 400ms;
    }
    .neden1{
     width: 250px;
     height: 350px;
     text-align: center;
     margin: auto;
    }
    .nedenimg1{
       width: 138px;
       height: 138px;
       margin: auto;
       margin-top: 20px;
       background-image: url(/img/cocuk_belgesel_haz2017.png);
       transition: background-image 400ms ease-in-out;
    }
    .nedenimg2{
       width: 138px;
       height: 138px;
       margin: auto;
       margin-top: 20px;
       transition: background-image 400ms ease-in-out;
       background-image: url(/img/en_yeni_beinkanallar.png);
    }
    .nedenimg3{
       width: 138px;
       height: 138px;
       margin: auto;
       margin-top: 20px;
       transition: background-image 400ms ease-in-out;
       background-image: url(/img/en_yeni_4ekran.png);
    }
    .nedenimg1:hover{
     background-image: url(/img/cocuk_belgesel_hover_haz2017.png);
    }
    .nedenimg2:hover{
      background-image: url(/img/en_yeni_beinkanallar_hover.png);
     }
     .nedenimg3:hover{
      background-image: url(/img/en_yeni_4ekran_hover.png);
     }
     .nedenbaslik{
       margin-top: 30px;
       font-size: 15px;
       font-weight: bolder;
       color: #672e85;
     }
     .nedentext{
       font-size: 12px ;
       margin-top: 20px;
     }
     .accordion{
      margin: 50px;
    }
    .accordionbaslik{
      font-size: 25px;
      color: #672e85;
    }
    .arrow{
      position: absolute;
      right: 30px;
      top: 12px;
      font-size: 25px;
      color: #672e85;
    }
    .accordiontext{
      font-size: 13px;
      color: gray;
    }
    .beinconnect{
      width:100%;
      height:400px;
      margin: 0;
      border-radius: 50px;
      background-image: url(/img/backgroun2.jpg);
      box-shadow: 1px 1px 20px 1px #9e79b1;
      position: relative;
      transition: height 400ms;
    }
    .beinconnect1{
      background-image: url(/img/bein-connect-dilediğin-yerde.png);
      width: 500px;
      height: 181px;
      background-size: 100% 100%;
      margin: auto;
      position: relative;
      top: 100px;
      transition: width 400ms,height,400ms;
    }
    .beinuygulama{
      width: 100%;
      height: 80px;
      position: absolute;
      bottom: 20px;
      text-align: center;
    }
    .uygulamaimg{
      width: 180px;
    }
    .dilediginbaslik{
      width: 100%;
      position: absolute;
      color: whitesmoke;
      text-align: center;
      top: 50px;
      font-size: 15px;
    }
}
@media screen and (max-width:580px) {
  .kmp_baslik{
    margin-top: 30px;
    font-size: 15px;
    font-weight: bolder;
    color: #672e85;
  }
  .kmp_baslik1{
    margin-top: 30px;
    color: #9e79b1;
  }
  .hd{
    border: 4px solid;
    border-radius: 5px;
  }
  .kmp_text{
    text-align: start;
    font-size: 12px;
    margin-top: 20px;
    margin-left: 7%;
    position: relative;
    top: 50px;
  }
  .circle{
    position: absolute;
    left: -15px;
    top: 2px;
  }
  .kanal{
    display: flex;
    justify-content: space-around;
  }
  .kanal1{
    display: flex;
    justify-content: space-around;
     margin-top: 30px;
    width: 100%;
  }
  .kanalimg1{
    width: 80px;
    height: 100%;
  }
  .kimg1{
    width: 100%;
  }
  .kanalimg{
    width: 75px;
    height: 100%;
  }
  .kimg{
    width: 100%;
  }
  .kanallar{
    border: 1px solid #dbdbdb;
    width: 100%;
    margin-left: 0%;
    height: 450px;
    margin-top: 50px;
    border-radius: 15px;
    box-shadow: 1px 1px 30px 1px #c9b3d4;
    transition: height 300ms;
  }
  .tabset1 > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    height: 50px;
    left: 10px;
    bottom: 30px;
    font-weight: 400;
    width: 13%;
    font-size: 22px;
    transition: color 400ms;
  }
  .kanaltext{
    position: relative;
    bottom: 10px;
    font-size: 12px;
  }
  .tab-panels1{
    position: relative;
    bottom: 0px;
    width: 100%;
    left: 0px;
    margin: auto;
    height: 520px;
  }
  .beinconnect{
    width:100%;
    height:340px;
    margin: 0;
    border-radius: 50px;
    background-image: url(/img/backgroun2.jpg);
    box-shadow: 1px 1px 20px 1px #9e79b1;
    position: relative;
    transition: height 400ms;
  }
  .beinconnect1{
    background-image: url(/img/bein-connect-dilediğin-yerde.png);
    width: 400px;
    height: 144px;
    background-size:100% 100%;
    margin: auto;
    position: relative;
    top: 100px;
    transition: width 400ms,height,400ms;
  }
  .beinuygulama{
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 10px;
    text-align: center;
  }
  .uygulamaimg{
    width: 130px;
  }
  .dilediginbaslik{
    width: 100%;
    position: absolute;
    color: whitesmoke;
    text-align: center;
    top: 50px;
    font-size: 15px;
  }
}
@media screen and (max-width:500px) {
  .desktop{
    width: 100%;
    height: 320px;
    background-image: url('img/digiturk-internet-mobil1.png');
    background-repeat: no-repeat;
    background-position:center;
  }
  .desktop1{
    width: 40%;
    height: 100%;
    text-align: center;
    margin-left: 5%;
    background-color:transparent;
    }
    .deskicon{
    position: relative;
    top: 20px;
    width: 65px;
    }
    .deskbaslik{
      position: relative;
      top: 40px;
      color: whitesmoke;
      font-size: 15px;
    }
    .deskfiyat{
      width: 100%;
      height: 50px;
      position: relative;
      top: 50px;
    }
    .dtext{
      position: relative;
      right: 42px;
      color: whitesmoke;
      font-size: 12px;
      font-weight: bolder;
    }
    .dtext1{
      position: relative;
      bottom: 18px;
      right: 42px;
      color: red;
      font-size: 12px;
      font-weight: bolder;
    }
    .dtext2{
      bottom: 75px;
      left: 45px;
      font-size: 30px;
      position: relative;
      color: whitesmoke;
      font-weight: bolder;
    }
    .dhediye{
      width: 100%;
      height: 80px;
      position: relative;
      top: 70px;
      left: 10px;
    }
    .dhediyeiskelet{
      width: 150px;
      height: 50px;
      border: 5px white solid;
      position: relative;
      top: 10px;
      background-color: #cde1e5;
      border-radius: 15px;
      margin: auto;
      text-align:start;
    }
    .dyildiz{
      width: 65px;
      position: absolute;
      left: -20px;
      top: -20px;
    }
    .dtext3{
      position: absolute;
      right: 5px;
      font-size: 9px;
      color:#29af51;
      font-weight: bold;
      top: 5px;
      }
    .kanal{
      display: flex;
      justify-content: space-around;
    }
    .kanal1{
      display: flex;
      justify-content: space-around;
       margin-top: 30px;
      width: 100%;
    }
    .kanalimg1{
      width: 70px;
      height: 100%;
    }
    .kimg1{
      width: 100%;
    }
    .kanalimg{
      width: 60px;
      height: 100%;
    }
    .kimg{
      width: 100%;
    }
    .kanallar{
      border: 1px solid #dbdbdb;
      width: 100%;
      margin-left: 0%;
      height: 400px;
      margin-top: 50px;
      border-radius: 15px;
      box-shadow: 1px 1px 30px 1px #c9b3d4;
      transition: height 300ms;
    }
    .tabset1 > label {
      position: relative;
      display: inline-block;
      padding: 15px 15px 25px;
      border: 1px solid transparent;
      border-bottom: 0;
      cursor: pointer;
      height: 50px;
      left: 1%;
      bottom: 30px;
      font-weight: 400;
      width: 13%;
      font-size: 22px;
      transition: color 400ms;
    }
    .kanaltext{
      position: relative;
      bottom: 10px;
      font-size: 11px;
     left: -8px;
    }
    .tab-panels1{
      position: relative;
      bottom: 0px;
      width: 100%;
      left: 0px;
      margin: auto;
      height: 520px;
    }
    .accordion{
      margin: 0px;
      margin-top: 50px;
    }
    .accordionbaslik{
      font-size: 25px;
      color: #672e85;
    }
    .arrow{
      position: absolute;
      right: 30px;
      top: 12px;
      font-size: 25px;
      color: #672e85;
    }
    .accordiontext{
      font-size: 13px;
      color: gray;
    }
    .beinconnect{
        width:100%;
        height:340px;
        margin: 0;
        border-radius: 50px;
        background-image: url(/img/backgroun2.jpg);
        box-shadow: 1px 1px 20px 1px #9e79b1;
        position: relative;
        top: 50px;
        transition: height 400ms;
      }
      .table1{
        font-size: 13px;
      }
      .table2{
        font-size: 13px;
      }
}
@media screen and (max-width:430px) {
  .desktop{
    width: 100%;
    height: 320px;
    background-image: url('img/digiturk-internet-mobil1.png');
    background-repeat:no-repeat;
    background-position:right;
  }
  .desktop1{
    width: 40%;
    height: 100%;
    text-align: center;
    margin-left: 0%;
    background-color:transparent;
    }
    .deskicon{
    position: relative;
    top: 40px;
    width: 65px;
    }
    .deskbaslik{
      position: relative;
      top: 70px;
      color: whitesmoke;
      font-size: 15px;
    }
    .deskfiyat{
      width: 100%;
      height: 50px;
      position: relative;
      top: 80px;
    }
    .dtext{
      position: relative;
      right: 42px;
      color: whitesmoke;
      font-size: 12px;
      font-weight: bolder;
    }
    .dtext1{
      position: relative;
      bottom: 18px;
      right: 42px;
      color: red;
      font-size: 12px;
      font-weight: bolder;
    }
    .dtext2{
      bottom: 75px;
      left: 45px;
      font-size: 30px;
      position: relative;
      color: whitesmoke;
      font-weight: bolder;
    }
    .dhediye{
      width: 100%;
      height: 80px;
      position: relative;
      top: 70px;
      left: 10px;
    }
    .dhediyeiskelet{
      width: 150px;
      height: 50px;
      border: 5px white solid;
      position: relative;
      top: 10px;
      background-color: #cde1e5;
      border-radius: 15px;
      margin: auto;
      text-align:start;
    }
    .dyildiz{
      width: 65px;
      position: absolute;
      left: -20px;
      top: -20px;
    }
    .dtext3{
      position: absolute;
      right: 5px;
    font-size: 9px;
    color:#29af51;
    font-weight: bold;
    top: 5px;
    }
    .kanal1{
      display: flex;
      justify-content: space-around;
       margin-top: 30px;
      width: 100%;
    }
    .kanalimg1{
      width: 70px;
      height: 100%;
    }
    .kimg1{
      width: 100%;
    }
    .kanalimg{
      width: 60px;
      height: 100%;
    }
    .kimg{
      width: 100%;
    }
    .kanallar{
      border: 1px solid #dbdbdb;
      width: 100%;
      margin-left: 0%;
      height: 380px;
      margin-top: 50px;
      border-radius: 15px;
      box-shadow: 1px 1px 30px 1px #c9b3d4;
      transition: height 300ms;
    }
    .tabset1 > label {
      position: relative;
      display: inline-block;
      padding: 15px 15px 25px;
      border: 1px solid transparent;
      border-bottom: 0;
      cursor: pointer;
      height: 50px;
      left: 1%;
      bottom: 30px;
      font-weight: 400;
      width: 13%;
      font-size: 22px;
      transition: color 400ms;
    }
    .tabset1 > label::after {
      content: "";
      position: absolute;
      left: 6px;
      bottom: 10px;
      width: 10px;
      height: 2px;
      border-radius: 20px;
      background: #8d8d8d;
      transition: background 400ms;
    }
    .kanaltext{
      position: relative;
      bottom: 10px;
      font-size: 10px;
     left: -10px;
    }
    .tab-panels1{
      position: relative;
      bottom: 0px;
      width: 100%;
      left: 0px;
      margin: auto;
      height: 520px;
    }
    .nelervarbaslik{
      color: #672e85;
      font-size: 20px;
    }
    .nelervarbaslik1{
      color: #672e85;
      text-align: center;
      margin-top: 50px;
      font-size: 20px;
    }
    .accordion{
      margin: 0px;
      margin-top: 50px;
    }
    .accordionbaslik{
      font-size: 20px;
      color: #672e85;
    }
    .arrow{
      position: absolute;
      right: 30px;
      top: 12px;
      font-size: 20px;
      color: #672e85;
    }
    .accordiontext{
      font-size: 11px;
      color: gray;
    }
    .beinconnect{
      width:100%;
      height:340px;
      margin: 0;
      border-radius: 50px;
      background-image: url(/img/backgroun2.jpg);
      box-shadow: 1px 1px 20px 1px #9e79b1;
      position: relative;
      transition: height 400ms;
    }
    .beinconnect1{
      background-image: url(/img/bein-connect-dilediğin-yerde.png);
      width: 350px;
      height: 126px;
      background-size:100% 100%;
      margin: auto;
      position: relative;
      top: 100px;
      transition: width 400ms,height,400ms;
    }
    .beinuygulama{
      width: 100%;
      height: 80px;
      position: absolute;
      bottom: 10px;
      text-align: center;
    }
    .uygulamaimg{
      width: 130px;
    }
    .dilediginbaslik{
      width: 100%;
      position: absolute;
      color: whitesmoke;
      text-align: center;
      top: 50px;
      font-size: 13px;
    }
    .table1{
      font-size: 11px;
    }
    .table2{
      font-size: 11px;
    }
}
@media screen and (max-width:370px) {
    .table1{
      font-size: 10px;
    }
    .table2{
      font-size: 10px;
    }
}