@media only screen and (max-width: 768px) {
    .header {
     
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
    .header .headerleft {      
        width: 40%;
}
.header .headerright {    
    width: 60%;
    padding-left: 40px;
}

.header .headerright .top {    
    justify-content: center; 
    padding: 0 30px 10px 30px;
} 
.header .headerright .bottom {
    display: flex;
    align-items: center;
    justify-content: center; 
    padding-right: 0;   
    padding-top: 10px;
    padding-bottom: 10px;  
}  
.header-topMenu li:last-child::before {
    content: ""; 
    font-weight: 200;   
}
.searchicon {
    margin-left: 20px;   
}   
.menuicon {
    margin-left: 30px;
    border: 0;
    padding: 0;
    background-color: transparent;   
}
.menuicon .icon {
   transition: all 200ms linear;
}      
/*HEADER END*/

.page .rounded-xs {
    border-radius: 0 !important;
}

/*searchpanel */
.searchpanel {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background-color: rgba(255,255,255, 80%);
    backdrop-filter: blur(10px);
    z-index: 55;
    display: none;
    visibility: hidden; 
    opacity: 0;
    transition: all 400ms linear;  
     
}
.searchpanel.visible{     
    display: flex;
    align-items: center;
    justify-content: center;  
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100vh;
}

.searchpanel .closeicon{
    position: absolute;
    top: 60px;
    right: 60px;
    z-index: 2;     
    border: 0;
    padding: 0;
    transition: all 400ms linear;
}
.searchpanel .closeicon:hover {
    cursor: pointer;
    transform: rotate(90deg);
} 
.searchpanel .searchbox {
    position: relative;
    width: 100%; 
    background-color: transparent; 
    padding: 20px;
    border-radius: 10px; 
    border: 1px solid rgba(255,255,255,1);
    color: #fff;
}
.searchpanel .searchbox::placeholder {  
    color: #fff !important;
}
.searchpanel .searchbox:active,
.searchpanel .searchbox:focus,
.searchpanel .searchbox:hover {
    outline: none !important;
    border: 1px solid var(--primary);  
    color: var(--primary) !important;
    box-shadow: none !important;,
}
/*searchpanel end*/
 
/*MAIN SWIPER*/

.swiper.mainSwiper {
  width: 100%;
  height: calc(100vh - 270px);
  border-radius: 13px; 
}

.mainSwiper .swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mainSwiper .swiper-slide .slide-img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mainSwiper .swiper-slide .content { 
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0; 
    display: block;
    align-items: center;
    justify-content: start;
}

.mainSwiper .swiper-button-next,
.mainSwiper .swiper-button-prev {
  top: auto;
  width: 45px;
  height: 45px;
  bottom: 20px;
  left: auto;
  transition: all 200ms linear;
}

.mainSwiper .swiper-button-next {
  right: 20px;
  background: transparent url(../images/sright.svg) no-repeat center center;
  background-size: contain;
}

.mainSwiper .swiper-button-prev {
  left: 20px;
  background: transparent url(../images/sleft.svg) no-repeat center center;
  background-size: contain;
}

.mainSwiper .swiper-button-next:after,
.mainSwiper .swiper-rtl .swiper-button-prev:after,
.mainSwiper .swiper-button-prev:after,
.mainSwiper .swiper-rtl .swiper-button-next:after {
  content: "";
}

.mainSwiper .swiper-button-next:hover,
.mainSwiper .swiper-rtl .swiper-button-prev:hover {
  background: transparent url(../images/srightw.svg) no-repeat center center;
  background-size: contain;
}

.mainSwiper .swiper-button-prev:hover,
.mainSwiper .swiper-rtl .swiper-button-next:hover {
  background: transparent url(../images/sleftw.svg) no-repeat center center;
  background-size: contain;
}

/*bullets*/
.swiper-pagination {
    position: absolute;
    text-align: right;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 9;
}
.mainSwiper .swiper-horizontal>.swiper-pagination-bullets,
.mainSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.mainSwiper .swiper-pagination-custom,
.mainSwiper .swiper-pagination-fraction {
  bottom: 25px;
  right: auto;
  left: 0;
  text-align: center;
  width: 100%; 
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-top:7px;
}
.mainSwiper .swiper-pagination-bullet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mainSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--primary);
  border: 1px solid #fff;
}

 

.righticons {
  position: absolute;
  top:20px; 
  right: 20px;
  z-index: 55;
}

.righticons .icon {
  display: inline-block;
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  margin-left: 15px;
  color: #fff;
}

.righticons .icon img {
  display: block;
  margin: 0 auto;
  width: 45px;
  margin-bottom: 5px;
}


/*MAIN SWIPER END*/


/* OZELLIK SWIPER */
 .ozellikSwiper {
  padding-bottom: 30px;
  margin-bottom: 10px;
 }
 .ozellikSwiper .swiper-pagination {
    position: absolute;
    text-align: right; 
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    width: 100%;
}
.ozellikSwiper .swiper-horizontal>.swiper-pagination-bullets,
.ozellikSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.ozellikSwiper .swiper-pagination-custom,
.ozellikSwiper .swiper-pagination-fraction {
  bottom:0;
  right:auto;
  left: auto;
  text-align: center;
  width: 100%; 
}
.ozellikSwiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .ozellikSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}
.ozellikSwiper .swiper-pagination-bullet {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;   
  border-radius: 100px;
  background:var(--secondary);
  opacity: 1;
  transition: all 200ms linear;
  z-index: 2;
}

.ozellikSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--primary);
}
.ozellikSwiper .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background-color: transparent;
  border: 1px solid var(--secondary);
  z-index: -1;
}
/* OZELLIK Swiper End */



/* PRODUCT SWIPER */
.productSwiper {
  padding-bottom: 100px;
}
.productSwiper .swiper-button-next,
.productSwiper .swiper-button-prev {
  top: auto;
  width: 45px;
  height: 45px;
  bottom: 57px;
  left: auto;
  transition: all 200ms linear;
}

.productSwiper .swiper-button-next {
  right: 60px;
  background: transparent url(../images/psright.svg) no-repeat center center;
  background-size: contain;
}

.productSwiper .swiper-button-prev {
  left: 60px;
  background: transparent url(../images/psleft.svg) no-repeat center center;
  background-size: contain;
}

.productSwiper .swiper-button-next:after,
.productSwiper .swiper-rtl .swiper-button-prev:after,
.productSwiper .swiper-button-prev:after,
.productSwiper .swiper-rtl .swiper-button-next:after {
  content: "";
}

.productSwiper .swiper-button-next:hover,
.productSwiper .swiper-rtl .swiper-button-prev:hover {
  background: transparent url(../images/srightw.svg) no-repeat center center;
  background-size: contain;
}

.productSwiper .swiper-button-prev:hover,
.productSwiper .swiper-rtl .swiper-button-next:hover {
  background: transparent url(../images/sleftw.svg) no-repeat center center;
  background-size: contain;
}

.sliderbtn {
  position: relative;
  left: auto;
  margin: 0 auto;
  z-index: 55;
}
/* Product Swiper End */
 
.aranantitle {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: var(--secondary);
    margin-bottom: 15px;
}
.aracmobilSwiper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aracmobilSwiper .swiper-button-next, .aracmobilSwiper .swiper-button-prev {
    position: absolute;
    top: 0; 
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 35px;
    background-color: var(--lightgray);
    right: 0;
    padding: 0 3px;
}
 .aracmobilSwiper .swiper-button-prev {
    left: 0;
}

.aracmobilSwiper .swiper-button-next:after, 
.aracmobilSwiper  .swiper-button-prev:after {
    font-size: 17px; 
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;  
    text-align: center;
    border-radius: 100%;
    color:var(--primary);
}




.aracinisec {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.markaBox {
    float: left;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    width: 90%;    
    margin: 0;  
    border-radius: 10px;
    padding: 5px 0 15px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transition: all 200ms linear;
}
.markaBox:hover {
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.markaBox:hover .title{
     color: var(--primary);
}
.markaBox img {
    width: 80%;
    margin-bottom: 2px;
}
.markaBox .title {
    font-size: 10px;
    line-height: 10px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    transition: all 200ms linear;
}
.bg-diamond {
    position: relative;
    background: transparent url(../upload/bg/diamond-tablet-ekranlar-m.webp) no-repeat center center;
    background-size: contain;
    height: 400px;    
    z-index: 0;
}
.bg-diamond.bg-diamond-en { 
    position: relative;
    background: transparent url(../upload/bg/diamond-tablet-screens-m.webp) no-repeat center center; 
    height: 400px;   
    background-size: contain;   
    z-index: 0; 
}
.bg-diamond .box-content{
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%; 
    
}
.bg-diamond .box-content .title{
   color: #fff;
   font-size: 13px;
}
.bg-diamond .btn-kesfet{
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 150px;
    padding: 8px 25px;
    font-weight: 200;
}
.bg-map {
    background: var(--lightgray) url(../images/map.png) no-repeat center center;
    background-size: 85%;    
}
.d-ruby {display: ruby !important;}
.ozellikbox { 
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;    
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transition: all 200ms linear;
}
.ozellikbox:hover {
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.ozellikbox:hover .title{
     color: var(--primary);
     cursor: default;
} 
.ozellikbox .title {
    font-size: 13px;
    line-height: 13px;
    margin: 0;
    transition: all 200ms linear;
}

.bg-satista {
    position: relative;
    background: transparent url(../upload/bg/android-arac-navigasyon-urunleri.webp) no-repeat center top;
    background-size: cover;     
    height: 460px; 
    z-index: 0;
}
.bg-satista::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    background: rgba(0, 0, 0, .5);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 90%);
    z-index: 1;
}

.eglencebox {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: center;
    text-align: left;     
    transition: all 200ms linear;
    border-radius: 22px;
}
.eglencebox::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 22px;
    background: rgba(0, 0, 0, .5);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 80%);
    z-index: 1;
}
.eglencebox img {
    width: 100%;
    height: 100%;
    border-radius: 22px;
    transition: all 200ms linear;
}
.eglencebox .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    z-index: 2;
}
.eglencebox .content .title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 15px;
    transition: all 200ms linear;
    z-index: 2;
}
.eglencebox .content .text {
    font-size:21px;
    line-height: 27px;
    color: #fff;
    margin: 0;
    transition: all 200ms linear;
    z-index: 2;
}



.urunbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 5px 20px; 
    padding-bottom: 20px;
    transition: all 200ms linear;  
} 
.urunbox .content{ 
    height: auto;
}
.urunbox .img {
   
    height: 200px; 
    margin-bottom: 20px; 
}
.page .urunbox .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;  
    height: auto;
    transition: all 200ms linear;
    margin-bottom: 40px;
}
.urunbox .img img{
    width: 100%;
    height: 100%; 
    object-fit: contain; 
} 
.urunbox .img img:hover{
    transform: scale(1.05);
    transition: all 200ms linear;
} 

.product-title {
    font-size: 6.22222222vw !important;
}
.urunkodu {
    font-size: 4.2vw;
    color: #757575;
    font-weight: 300;
}
/*footer*/
 
.footer-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: var(--secondary);
    margin-bottom: 15px;
}
.footer-title:hover {
    cursor: default;
}
 .footer-list { 
    width: 100%;   
    margin: 0;
    padding: 0;
}
.footer-list li {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
    transition: all 200ms linear;   
}
.footer-list li::before {
    content: ">";
    display: inline-flex;
    font-size: 15px;
    color: var(--primary); 
    font-weight: 600;
    margin-right: 10px;
}
.footer-list li a {
    color: var(--secondary);
    font-size: 13px;
    line-height: 13px;
    font-weight: 300;
    text-decoration: none;
    transition: all 200ms linear;
}
.footer-list li a:hover {
    color: var(--primary);
} 

.contact li {
    list-style-type: none;
    display: inline-flex;
    align-items: start;
    justify-content: center;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 16px;
}

.footer-bottom { 
    width: 100%;  
    background-color: var(--lightgray);
    font-size: 13px;  
}

footer .social {
    display: inline-flex;
    align-items: center;
    justify-content: center; 
    margin-right: 15px;
}
footer .social li {
    list-style-type: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}
}
 
