@font-face{font-family:IRANYekan;font-style:normal;font-display:fallback;src:url(../font/iranyekanwebregular.woff) format("woff")}
/* @font-face{font-family:'icomoon';src:url(../fonts/icomoon.woff?a8v5fa) format("woff");font-weight:400;font-style:normal;font-display:block} */
/* [class^="icon-"],[class*=" icon-"]{font-family:'icomoon'!important;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} */
body{font-family:IRANYekan!important;font-weight:400;direction:rtl;background-color:#E2E2E2;margin:0}
html{scroll-behavior:smooth}
h1,h2,h3,h4,h5,h6,input,textarea{font-family:IRANYekan!important}
html{box-sizing:border-box}
a{text-decoration:none}
html *,html ::after,html ::before{box-sizing:inherit}
*{font-family:"IRANYekan",Arial,Helvetica,sans-serif!important}
html{scroll-behavior: smooth;}
body{font-family:"IRANYekan",Arial,Helvetica,sans-serif!important;line-height:1.6;margin:0;background:#ffffff;overflow-x: hidden !important;}
img{max-width: 100%;margin:auto;}
strong{font-size: 16px;font-weight:bold;}
p{font-size:16px}
h1{font-size:34px}
h2{font-size:28px}
h4{font-size:16px}
.f12{font-size: 12px;}
.f14{font-size: 14px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f20{font-size: 20px;}
.f22{font-size: 22px;}
.container{max-width: 1366px;margin: auto;}
.bg-gr {margin: 3rem;background-image: url(../img/svg/bg-g.svg);background-position: top right -74px;background-repeat: no-repeat;}
li {
    list-style: none;
}
.flex{display: flex;align-items: center;flex-wrap: wrap;}
/* ------header------ */
header{
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 11px 17px 0 rgb(0 0 0 / 7%);
    background: white;
    position: fixed;
    z-index: 99999;
    top: 0;
    width: 100%;
    }

.smtop {
    padding-top: 100px;
}
.no-pc{display:none !important;}
.pc{display:block !important;}


.head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    z-index: 2;
    background: white;
}

.logo-r {
    display: flex;
    align-items: center;
}



.main-menu {
    display: flex;
    padding-inline-start: 0px;
    margin: 0;
}

.main-menu li {
    padding: 0 10px;
    list-style: none;
}

.search{margin: 15px;padding: 9px;background: #f3f3f3;border-radius: 5px;border: 0;width: 400px;background-image: url(../img/svg/search.svg);background-position:  center left;background-repeat: no-repeat;background-position-x: 10px;}
.logo-top{margin: 10px;max-width: 300px;}

a img.svg-btn:hover {
    filter: opacity(0.3);
}

a img.svg-btn {
    transition: 0.3s;
}

.call {
    border: 1px solid #7c287a;
    margin: 10px;
    padding: 8px 10px;
    text-decoration: none;
    border-radius: 5px;
    color: #7c287a;
    font-size: 14px;
    background: #fff;
    transition: .3s all;
}

.call:hover {
    background: #606;
    color: #fff;
}

.demo-top{
    border: 1px solid #660066;
    margin: 10px auto;
    padding: 10px 10px;
    text-decoration: none;
    border-radius: 5px;
    background-color: #660066;
    color: #ffffff;
    display: block;
    max-width: 20rem;
}

.demo-top1:hover {
    color: #606;
    background: #fff;
}

.mainc {
    border: 1px solid #d2d2d2;
    border-radius: 20px;
    padding: 0 20px;
}



/* ----------------------------------menu----------------------------------- */

.navbar1 {
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    border-radius: 0 0 15px 15px;
    z-index:999992;
  }
  
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
  
  #navbar1 {
    background-color: #fff;
    position: fixed;
    top: 60px;
    width: 100%;
    display: block;
    transition: top 0.3s;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 11px 17px 0 rgb(0 0 0 / 7%);
    z-index:999991;
    padding-top: 15px;
  }
  
  .max66{max-width:1366px;margin:auto;}

.menu-action a::before {
    display: none;
}

.menu-sub {padding-right: 20px;}

.menu ul li:hover a {
  color: #606;
}
.menu ul li:hover a::before {
  visibility: visible;
  transform: scale(1, 1);
}

.menu ul li a {
  color: #999;
  display: table-header-group;
  padding: 0 5px 0 5px;
  text-decoration: none;
  position: relative;
  line-height: 3.5;
}
.topmenu::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0px;
  left: 0px;
  background-color: #3862a0;
  transition: all 0.2s ease-in-out;
  transform: scale(0, 0);
  visibility: hidden;
}

.menu-sub a {
    font-size: 16px;
    color: #3b3b3b !important;
    line-height: 2.5;
    transition: 0.3s all;
    margin: 20px;
}

.menu-sub a:hover {
    font-size: 16px;
    color: #8e8e8e !important;
    padding: 34px;
}

.menu-head {
    font-size: 18px;
    font-weight: 700;
    display:inline-flex;
}


.navbar1 {
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    border-radius: 0 0 15px 15px;
    z-index:999992;
  }
  
  
  
  #navbar {
    background-color: #fff;
    position: fixed;
    top: 60px;
    width: 100%;
    display: block;
    transition: top 0.3s;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 11px 17px 0 rgb(0 0 0 / 7%);
    /* overflow:hidden; */
    z-index:999991;
    padding-top: 15px;
  }
  
  .max66{max-width:1366px;margin:auto;}


  .mega {
    overflow: overlay;
    position: absolute;
    /* margin:20px; */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: white;
    width: 1250px;
    min-height: 600px;
    /* left: 50px; */
    top: 16px;
}


.menu-action {
    border-radius: 8px;
    background-color: #66006630;
    text-align: center;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
}

.menu-action a {
    color: #606;
    font-weight: 900;
}

.menu-action img { display: inline;margin: 7px;}

.menu-action:hover {
    background-color: #66006650;
}

.space {
    padding: 10px !important;
}

.item p {
    margin: 4px;
    font-size: small;
}
.submenu {
    display: flex;
    align-items: stretch;
    height: 562px;
}

.item {
    /* margin: 0 30px; */
    /* min-width: 200px; */
}

.tablinks { padding: 0 10px; min-width: 200px;}

.tablinks:hover {
    background:#eee;
    padding: 0 10px;
    min-width: 200px;
}

.tablinks.active {
    background: #eee;
    padding: 0 10px;
    min-width: 200px;
}




.mega-menu {
  position: relative;
}


.space {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 500px;
  right: 0;
  max-height: 0;
  -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
  transform: perspective(400) rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.dropdown li ul li a {
  height: 15px;
  line-height: 24px;
  color: #999;
}



.pane-sliders {
    display: flex;
    flex-wrap: wrap;
}

.tab {
    min-width: max-content;
    margin: 10px;
}

.dropdown li:hover>ul {
  max-height: 400px;
  -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
  transform: perspective(400) rotate3d(0, 0, 0, 0);
}


/* ------hero------ */

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

.hero-left {
    width: 55%;
}

.hero-right {
    width: 35%;
    margin: 37px;
}

.hiro-img {
    text-align: left;
}


/* -------section1-------- */
.title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content {
    display: flex;
    /* max-width: 1000px; */
    margin: auto;
    flex-wrap: wrap;
}







/* ------footer------ */

.darbare {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 100px;
    align-items: center;
    background-image: url(../img/svg/bg-g.svg);
    background-position: top 100px left;
    background-repeat: no-repeat;
}

.dl {
    width: 500px;
    padding: 30px 0px 3px 30px;
    background-image: url(../img/svg/bg-p.svg),url(../img/svg/bg-g.svg);
    background-position:top 80px left 0px,top 0 center;
    background-repeat: no-repeat;
}



.bg-darbare {
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../img/jpg/about-parmis-main-bg.jpg);
    background-position: center;
}

.bg-color {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #66006699;
}

.bg-color {
    width: 100%;
    z-index: -1;
    padding: 5rem;
    padding-bottom: 5rem;
    line-height: 0;
}

.eftekar{
    z-index: 9999;
    display: flex;
    width: 84%;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: -100px;
    padding: 10px;
    border: 1px solid #f3f3f3;
    margin-bottom: 5rem;
    position: relative;
}

.dl-tx {
    color: white;
    text-align: center;
    margin: 20px 0px;
}

.dl-tx h5 {
font-weight:bold;
}

.dl-tx p {
font-weight:500;
}

.amoozesh-bg {
    background: #660066;
    position: relative;
}

.amoozesh {
    padding: 3rem;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 0;
    margin-bottom: -98px;
    position: relative;
    z-index: 99;
    flex-direction: row;
}

.cart-amooz {
    display: flex;
    background: white;
    padding: 10px;
    margin: 15px;
    max-width: 62rem;
    border-radius: 4px;
    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.26);
}

.cart-amooz:hover {
      box-shadow: 0 3px 25px 0 rgba(255, 255, 255, 0.55);
}

.cart-amooz a {
  font-weight: bold;
  font-size:16px;
  color: #3b3b3b;
}

.cart-l {
    width: 80%;
}



.rasane {
    display: flex;
    /* max-width: 950px; */
    margin: auto;
    flex-direction: row;
}

.cart-rasane {
    display: flex;
    margin: 15px 15px;
    padding: 0;
    border-radius: 20px;
    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.26);
    background-color: var(--white);
    flex-direction: row;
    overflow: hidden;
}

.cart-news{
    max-width: 30rem;
	min-height:17rem;
    display: flex;
    margin: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.26);
    background-color: var(--white);
    background-position: center;
    background-size: cover;
}

.cart-news:hover{
   box-shadow: 0 3px 18px 0 rgb(0 0 0 / 54%);
}

.bg-news {
    padding: 11px 21px 11px 12px;
    margin: 0;
    border-radius: 6px;
    background-color: #3b3b3b80;
}

h3.news-t a {
    color: white;
    opacity: 1 !important;
    font-size: 18px;
    font-weight: bold;
}


.news{
    display: flex;
    max-width: 1359px;
    margin: auto;
    padding: 50px 0;
    justify-content: center;
    background-image: url(../img/svg/bg-maghle.svg);
    background-repeat: no-repeat;
    background-position: top -33px left;
}

.news-roydad{
    display: flex;
    max-width: 1366px;
    margin: auto;
    /* padding: 10px; */
    justify-content:center;
}

.cart-mtop {
    height: 17rem;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.item-category a {
    width: 100%;
    margin: 11px 0 0;
    padding: 11px;
    border-radius: 4px;
    border: solid 1px #70707061;
    color: black;
    text-decoration: none;
    text-align: center;
}

.dr {
    width: 55rem;
    margin: 0 3%;
}

h1.dartitle {
    line-height: .8;
    margin: 18px 0;
    color:#606;
}

.cart-r img {
    width: 100%;
    height: 150px;
}

a.tag {
    margin: 10px 0 0 10px;
    padding: 3px 16px 3px 17px;
    border-radius: 27px;
    background-color: #e5e5e5;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.92;
    letter-spacing: normal;
    text-align: right;
    color: #3b3b3b;
}

.amool {
    text-align: center;
    color: white;
}

.swiper-button-prev1 {
    position: relative;
    width: 30px;
    height: 30px;
    background: #660066;
    color: white;
    /* font-size: 20px; */
    padding: 3px;
    margin: 3px;
    border-radius: 4px;
}

.swiper-button-next1 {
    position: relative;
    width: 30px;
    height: 30px;
    background: #660066;
    color: white;
    /* font-size: 20px; */
    padding: 3px;
    margin: 3px;
    border-radius: 4px;
}

.nl {
    width: 30%;
    margin: 25px;
}

.nr {
    width: 70%;
    overflow: hidden;
}

.news-cart {
    text-align: center;
    width: 90%;
    /* height: 396px; */
    margin: 20px;
    margin-top: 30px;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.16);
    background-color: white;
  }

.news-cart a{
    display:none;
    margin-top: 16px;
  }
.news-cart:hover a{
    display:block;
    transition:0.3s all;
  }
  
.bgn {
    background-image: url(../img/svg/bg-g.svg),url(../img/svg/bg-g.svg) ;
    background-position: top 70px left, bottom right;
    background-repeat: no-repeat;
}

img.news-img {
    margin-top: -40px;
    border-radius: 5px;
}

.bg-color-mob {
    background: none;
}


  /*===============================================
 Tabbed Styles
===============================================*/

.tabbed {
    display: none;
    width: 80%;
    min-width: 400px;
    margin: 0px auto;
    /* margin-bottom: 68px; */
    /* border-bottom: 4px solid #000; */
    overflow: hidden;
    transition: border 250ms ease;
    display: flex;
    justify-content: center;
  }
  .tabbed ul {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    float: left;
    padding-left: 48px;
    list-style-type: none;
  }
  .tabbed ul * {
    margin: 0px;
    padding: 0px;
  }
  .tabbed ul li {
    display: block;
    float: right;
    padding: 10px 24px 8px;
    background-color: #e8e8e8;
    margin-right: 46px;
    z-index: 2;
    position: relative;
    cursor: pointer;
    color: #777;
    text-transform: uppercase;
    font: 600 13px/20px roboto, "Open Sans", Helvetica, sans-serif;
    transition: all 250ms ease;
  }
  .tabbed ul li:before,
  .tabbed ul li:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 44px;
    background-color: #e8e8e8;
    transition: all 250ms ease;
  }
  .tabbed ul li:before {
    right: -24px;
    transform: skew(30deg, 0deg);
    box-shadow: rgba(0,0,0,.1) 3px 2px 5px, inset rgba(255,255,255,.09) -1px 0;
  }
  .tabbed ul li:after {
    left: -24px;
    transform: skew(-30deg, 0deg);
    box-shadow: rgba(0,0,0,.1) -3px 2px 5px, inset rgba(255,255,255,.09) 1px 0;
  }
  .tabbed ul li:hover,
  .tabbed ul li:hover:before,
  .tabbed ul li:hover:after {
    background-color: #F4F7F9;
    color: #444;
  }
  .tabbed ul li.active {
    z-index: 3;
  }
  .tabbed ul li.active,
  .tabbed ul li.active:before,
  .tabbed ul li.active:after {
    background-color: #fdf5fb;
    color: #660066;
  }
  
  
  /*----- Round Tabs -----*/
  .tabbed.round ul li {
    border-radius: 8px 8px 0 0;
  }
  .tabbed.round ul li:before {
    border-radius: 0 8px 0 0;
  }
  .tabbed.round ul li:after {
    border-radius: 8px 0 0 0;
  }
  
  
  .w3-container {
      max-width: 1078px;
      height: 447.3px;
      margin: 0px auto;
      box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.12);
      background-color: var(--white);
      padding: 9px;
      border-radius: 10px;
      background: #fdf5fb;
  }
  
  /*===============================================
   Tabbed Styles footer
  ===============================================*/

.copy{
    margin: 0;
    padding: 20px;
    font-size: 12px;
    color: #000;
    line-height: 1.43;
    border-top: 1px solid #d2bfbf;
    padding-top: 10px;
}

.footer {
    justify-content: space-between;
}

footer {
    padding: 18px;
}

.ne-ne {
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    margin: 10px;
    margin-bottom: -25px;
    border-radius: 5px;
    overflow: hidden;
}

p.adress {
    max-width: 30rem;
}

.panel {
    margin: 0 50px;
}

.sosial-footer:hover {
   -webkit-filter: invert(100%);
          filter: invert(100%);
          
}

li.sosial-footer {transition:0.3s all}

img.app-logo:hover {filter: brightness(0.4);}

img.app-logo {
    transition: 0.3s all;
}

.app-logo {
    margin: 0 10px;
}

.max {
    max-width: 1078px;
    margin: auto;
}

section {
    margin: 50px auto;
    overflow-y: hidden;
}

.demo-top1 {
    border: 1px solid #606;
    margin: 10px auto;
    padding: 9px 10px;
    text-decoration: none;
    border-radius: 5px;
    background-color: #606;
    color: #fff;
    max-width: 20rem;
    font-size: 14px;
    text-align: center;
    transition: .3s all;
}

p.subtitle {
    font-size: 18px;
    color: #ffffff;
    line-height: 2;
}

a.freedemo{display:inline-flex;flex-direction:row;flex-wrap:nowrap;align-items:center;padding:.7em;border-radius: 50px;background-color:#780078;color:#f5f5f5;justify-content: space-evenly;min-width: 10em;text-decoration:none;font-size:18px;font-weight:400;z-index:9;position:relative;border:2px solid #780078;transition:.3s;}
a.freedemo:hover{display:inline-flex;flex-direction:row;flex-wrap:nowrap;align-items:center;background-color:#fff;color:#780078;justify-content: space-evenly;min-width: 10em;text-decoration:none;font-size:18px;font-weight:600;z-index:9;position:relative;border:2px solid #780078;}
.page-header-phone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#606;font-weight:400;margin: 24px 0;}
.page-header-phone b{background-color:#ece0ec;color:#606;font-weight:500;font-size:14px;padding:5px 14px 2px;border-radius:30px;margin-right:15px}
.page-header-phone i{color:#606;font-size:18px;margin-left:10px;position:relative;-webkit-transform:rotateY(0deg);transform:rotateY(0deg);top:2px}
.page-header-phone a{margin: 0px;display: flex;color: #660066;flex-wrap: wrap;}
.page-header-phone a img{margin:5px}


.login {
    margin: 0 20px;
    text-align: left;
    color: #3b3b3b;
}
.lan {
    text-align: left;
    color: #3b3b3b;
    font-weight: 700;
}

span.khat {
    font-size: 16px;
    font-weight: bold;
    color: #660066;
}

h2.titr {
 font-size: 22px;
 font-weight: bold;
 line-height: .5;
 color: #0e0e0e;
}

h4.sub-titr {
    font-size: 18px;
    line-height: 0.43;
    letter-spacing: normal;
    color: #979797;
    font-weight: 100;
}



/*----------single-------------*/
.main {
    display: flex;
    max-width: 1240px;
    margin: 40px auto;
}

.siky {
    position: sticky;
    top: 20px;
    bottom: 20px;
    }

button.btn.bg-transparent.p-0 {
    margin-top: 40px;
    }

.imgtop {
    border-radius: 15px;
}

.ImgTopColor {
    padding: 11%;
    background-image: linear-gradient(to bottom, rgba(102, 0, 102, 0.77), rgba(102, 0, 102, 0.44) 57%, rgba(102, 0, 102, 0.16));
    border-radius: 15px;
}

.single-title a {
    color: white;
    font-size: 28px;
    text-align: center !important;
}
.info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    margin: 0px;
     padding: 12px;
}

.post {
    margin: 10px 0;
    text-align: justify;
    border-radius: 15px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 10px 30px;
}

.bggray {
    background-color: #f5f5f5;
    margin: 30px 0;
	padding:10px;
}

.max-single {
    max-width: 1240px;
    margin: 0 auto;
}

.botoml {
    border-radius: 5px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    background: white;
    margin: 10px;
    width: 50%;
    display: flex;
    align-items: center;
}

.botomr {
    border-radius: 5px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    background: white;
    width: 50%;
    display: flex;
    align-items: center;
}

.botom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.botoml img {
    max-width: 82px !important;
    margin: 10px;
}

.botomr img {
    max-width: 82px !important;
    margin: 10px;
}


.bg-ef {
    margin: 3rem;
    background-image: url(../img/svg/bg-g.svg);
    background-repeat: repeat-y;
    overflow: visible;
    }


img.company {
    filter: grayscale(1);
    opacity: .5;
}

img.company:hover {
        filter: grayscale(0);
    opacity: 1;
}

.item-category:hover a {
    border: solid 1px #707070;
    font-weight:bold;
}

.item-category:hover img {
      box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.28);
}


.item-category {display: flex;flex-direction: column;width: 25%;align-items: center;padding: 10px;}
.item-category img{box-shadow: 0 14px 33px 0 rgba(0, 0, 0, 0.11);width: 100%;border-radius: 20px;}


.flex.pagination1 {
    margin: 4rem 2rem;
}


a.search-btn {
    display: none;
}

a.call-btn {
    display: none;
}

a.menu-btn {
    display: none;
}

a.suport-btn {
    position: fixed;
    left: 20px;
    bottom: 5px;
 	transition:.3s;
}
a.suport-btn:hover {
  filter:brightness(1.4);
}

a.tell-btn {
    position: fixed;
    right: 20px;
    bottom: 5px;
 	transition:.3s;
}
a.tell-btn:hover {
  filter:brightness(1.4);
}

a.gotoup-btn {
    position: fixed;
    left: 32px;
    bottom: 100px;
    display: none;
	transition:.3s;
}

a.gotoup-btn:hover {
  filter:brightness(.4);
}

p.darbare-matn {
    font-size: 18px;
    line-height: 2.2;
    color: #0e0e0e;
}

h5.dar-subtitle {font-size: 18px;color: #3d3d3d;margin-top: 0px;}

.news-cart h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    direction: rlt;
}

.maghale-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.banner{margin:auto;}
.banner img{
	text-align:center;
	width:100%;
	max-width:1280px;
}
.news-roydad{max-width:1000px;margin:auto;}
p.kolase {min-height: 73px;}



/* -----------------------------------------------------tes------------------------------------------------------------ */
.max-950{max-width: 950px; margin: auto;}
.head-tes {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 10px;
}

.title-tes {
    font-size: 16px;
    font-weight: bold;
    color: #606;
}

.subtitle-tes {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.82;
}

.front-tes {
    position: relative;
    user-select: none;
}

.onvan-tes {
    display: inline-flex;
    flex-wrap: wrap;
}

.btom-tes {
    position: relative;
    width: 85%;
    height: 6px;
    margin: 0 auto;
    padding: 6px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 3px 15px 0 rgb(0 0 0 / 16%);
    background-color: var(--white);
}

.left-aro {
    position: absolute;
    left: -30px;
}

.right-aro {
    right: -30px;
    position: absolute;
}

.player-tes {
    text-align: center;
    margin: 20px auto;
}

p.matn-tes {
    font-size: 14px;
    text-align: justify;
    margin: 23px;
    color: #979797;
}

.back-tes {max-width: 960px;height: auto;margin: 20px auto 0 auto;padding: 30px;border-radius: 8px;box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.16);background-color: var(--white);}

.giome-tes {
    position: absolute;
    left: 0;
}

.player-tes:hover {
    filter: contrast(0.5);
    cursor: wait;
}



.back-tes:hover {
    cursor: e-resize;
}

.body-tes {
    margin: 10px;
}

.nam-tes p {
    font-size: 18px;
    font-weight: 900;
    color: #3b3b3b;
}

p.semat {
    color: #707070;
    font-weight: 300;
}

.left-aro:hover {
    cursor: pointer;
}

.right-aro:hover {
    cursor: pointer;
}


.swiper-pagination-tes span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 5px;
    transition: 0.3s all;
    opacity: .9;
}

.swiper-pagination-tes.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    max-width: 154px;
    text-align: center;
    transform: scale(1.5);
}

.swiper-pagination-tes span.swiper-pagination-bullet {
    background: #660066;
    border: 0px solid ;
    opacity: .4;
    padding: 5px;
}


/* ------------------------------tabs-------------------------------- */
.tabs {
    display: flex;
    padding: 0 50px;
}

.s1{
    padding: 50px;
    position: relative;
    display: none;
}
.s2{
    border: 2px solid #606;
    border-radius: 10px;
    box-shadow: 3px 3px 22px -1px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 3px 3px 22px -1px rgb(0 0 0 / 75%);
    -moz-box-shadow: 3px 3px 22px -1px rgb(0 0 0 / 75%);
}
.s3 {
    background: white;
    padding: 30px;
    border-radius: inherit;
    position: relative;
}
.s2 img{
   position: absolute;
   top: 9%;
   min-width: 100px;
   max-width: 187px;
   filter: drop-shadow(-2px 11px 15px #000);
}

.btn-mahsool {width: 20%;text-align: center;border: 1px solid #606;border-radius: 10px;height: 325px;transition: .2s all;padding: 8px;background: white;margin: 5px;}

h4.title-btn-mahsool {
font-size: 18px;
margin-block-start: 1em;
margin-block-end: 0;
transition: .3s all;
}

h5.subtitile-btn-mahsool {font-size: 16px;margin-block-start: 1em;margin-block-end: 0.67em;transition: .2s all;}

.btn-mahsool:hover {background: #606;color: #fff;border: 1px solid #606;}

.btn-mahsool:hover .aro-btn-mahsool{
visibility: hidden;

}

.btn-mahsool:hover h4{
transform: scale(1.5);

}
.btn-mahsool:hover h5{
font-size: 20px;
}

.btn-mahsool.active {
    background: #606;
    color: #fff;
    font-size: xx-large;
    overflow: hidden;
}

.bgn-tab {
    background-image: url(../img/svg/bg-g.svg),url(../img/svg/bg-g.svg);
    background-position: bottom left ,top 30px right;
    background-repeat: no-repeat;
}

.flash5 img {
    left: 9%;
}

.flash4 img {
    left: 28%;
}

.flash3 img {
    left: 46.5%;
}

.flash2 img {
    left: 65%;
}

.flash1 img {
    left: 83.5%;
}



/* -------------------------------bg-top-slider--------------------------- */


.swiper.SlidSwiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl {
    border-radius: 20px;
}

.bg-color-1{
    background: #67B26F;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4ca2cd, #67B26F);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4ca2cd, #67B26F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }

.bg-color-2{
    background: #3E5151;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #DECBA4, #3E5151);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #DECBA4, #3E5151); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.bg-color-3{
    background: #000046;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #1CB5E0, #000046);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1CB5E0, #000046); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
}

.bg-color-4{
    background: #CB356B;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #BD3F32, #CB356B);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #BD3F32, #CB356B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}


/* ----------------------scroll bar------------------------ */

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #5d5d5b; 
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #c62f2f; 
}





@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
input[type=radio] {
    --active: #275efe;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, 0.3);
    --border: #bbc1e1;
    --border-hover: #275efe;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type=checkbox]:after,
input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type=checkbox]:checked,
input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  input[type=checkbox]:disabled,
input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type=checkbox]:disabled:checked,
input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  input[type=checkbox]:hover:not(:checked):not(:disabled),
input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type=checkbox]:focus,
input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type=checkbox]:not(.switch),
input[type=radio]:not(.switch) {
    width: 21px;
  }
  input[type=checkbox]:not(.switch):after,
input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type=checkbox]:not(.switch):checked,
input[type=radio]:not(.switch):checked {
    --o: 1;
  }
  input[type=checkbox] + label,
input[type=radio] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }

  input[type=checkbox]:not(.switch) {
    border-radius: 7px;
  }
  input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }

  input[type=radio] {
    border-radius: 50%;
  }
  input[type=radio]:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type=radio]:checked {
    --s: 0.5;
  }
}

/*------------------hikashop-----------------*/
div#hikashop_product_right_part {
        display: inline-grid !important;
        align-content: space-evenly;
        justify-content: space-evenly;
        justify-items: stretch;
}


.accordion-group {
    float: right;
    /* width: 33%; */
    padding: 10px;
    min-width: max-content;
}

.accordion:after {
    content: "";
    display: table;
    clear: both;
}

.hikashop_subcategories h4 { margin:0px}

ul.hikashop_category_list.tttt {
    padding: 5px;
}