@font-face {
    src: url('../thuluth-decorated.ttf');
    font-family: 'thuluth-decorated';
}

@font-face {
    src: url('../thuluth-decorated.ttf');
    font-family: 'thuluth-decorated';
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background-color: #332a4e;
    /*background: linear-gradient(to bottom right, #070630 0%,#060454 100%);*/
    padding: 0px;
}



.footer {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #0f0729;
    text-align: center;
    color: #DDD;
    font-size: 11px;
}

h3 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    margin: 50px 0px;

  }

  h4 {
    line-height: 1.2;
    color: #fff;
    margin-right: 240px;
    margin-top: 40px;
    font-weight: 400;
    font-size: 22px;
  }

 ul {
    direction: rtl;
  }
  p
  {
    width: 70%;
    padding: 0px 40px 0;
    margin: 2rem auto;
    color: #DDD;
    line-height: 1.8;
    font-size: 18px;

  }
 .list-ustyled
  {
    width: 70%;
    padding: 0px 40px 0;
    margin: 2rem 220px 50px auto;
    color: #DDD;
    line-height: 1.8;
    font-size: 18px;

}

  .list-ustyled li {
    margin: 10px  ;

}






/*
.header h2 {
    color: #FFF;
    font-size: 42px;
    letter-spacing: 0
}
.header p {
    position: absolute;
    top: 68px;
    color: #FFF;
    right: 91px;
    font-size: 30px;
    font-family: cursive;
}
.header {
    width: 25%;
    margin: 5px auto;
}

.header img {
    width: 50px;
}


.buttons .all-links > li {
    float: left;
    font-size: 32px;
    margin-left: 14px;
    transition: all .5s ease-in-out;
    cursor: pointer;
    padding: 10px;
    font-weight: bold;
    font-family: cursive;
    border-radius: 10px;    
}
.buttons {
    color: #e4dcdc;
    float: left;
}
.buttons .all-links > li:hover {
    color: #999;
}
.buttons1 {
    color: #e4dcdc;
    width: 35%;
    float: left;
}
.buttons1 ul {
    list-style: none;
}
.buttons1 ul li {
    float: left;
    font-size: 32px;
    margin-left: 14px;
    transition: all .5s ease-in-out;
    cursor: pointer;
    padding: 10px;
    font-weight: bold;
    font-family: cursive;
    border-radius: 10px;    
}
.buttons1 ul li:hover {
    border: 1px solid #FFF;
    color: #999;
}

.pars {
    color: #FFF;
    margin: 50px 0;
    font-size: 40px;
    font-weight: bold;
    font-family: 'motken';
}


@font-face {
    src: url('../thuluth-decorated.ttf');
    font-family: 'thuluth-decorated';
}
.header {
    width: 25%;
    margin: 5px auto;
    animation: none;
    border: none;
    position: relative;
}

.buttons {
    float: right;
}
.header h2 {
    color: #FFF;
    font-size: 42px;
}
.header p {
    position: absolute;
    top: 68px;
    color: #FFF;
    right: 91px;
    font-size: 30px;
    font-family: cursive;
} 

@font-face {
    src: url('../../motken.ttf');
    font-family: motken;
}
@font-face {
    src: url('../../thuluth-decorated.ttf');
    font-family: 'thuluth-decorated';
}


.about {
    position: absolute;
    right: -16px;
    padding: 10px 20px;
    padding-top: 0;
    width: 145px;
    height: 87px;
    font-size: 20px;
    top: 39px;
    border-radius: 5px;
    background-color: #4e446c;
    text-align: center;
    border: 1px solid #999;
    display: none;
}
.dropdown:hover .about {
    transition: all .4s ease-in-out;
    display: block;
}
.about li {
    font-weight: bold;
    color: #e2dddd;
    cursor: pointer;
    margin: 9px 0;
    transition: color .4s ease-in-out;
}
.about li:hover {
    transition: color .4s ease-in-out;
    color: #888;
}
.about h1 {
    font-size: 40px;
    font-weight: bold;
    
    font-family: motken
}
.about p {
    font-size: 30px;
    font-weight: bold;
    font-family: motken
}


.more {
    margin: 50px 0;
    color: #FFF;
    font-weight: bold;
    font-size: 30px;
    font-family: motken
}
.more ul {
    list-style: none;
    line-height: 1.8
}


.contact {
    color: #FFF;
    margin: 50px 0;
    font-size: 50px;
    font-weight: bold;
    font-family: motken;
    text-align: center;
}
.all-links > li {
    position: relative;
}
.all-links > li::after {
    content: "";
    position: absolute;
    width: 0%;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #6c6b70;
    transition: all .5s ease-in-out;
}
.all-links > li:hover::after {
    width: 100%;
    transition: all .5s ease-in-out;
}



 .shopping {
        position: relative;
        height: 50px;
      }
      .shop {
        position: absolute;
        top: 0;
        width: 50px;
        animation-name: walk;
        animation-delay: 3s;
        animation-duration: 30s;
        animation-fill-mode: both;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        -webkit-animation-fill-mode:both;

      }
      @keyframes walk {
          0% {
              transform: translateX(-200px);
          }
          50% {
              transform: translateX(-1200px);
          }
          100% {
            transform: rotateY(180deg);
            transform: translateX(-200px);
          }
      }
      .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0);
        z-index: 999;
        height: 100%;
      }









.nav-bar {
    overflow: hidden;
    height: 175px;
}

.header { 
    text-align: center;
    width: 24%;
    color: #FFF;
    margin: 0px auto;
    margin-top: 10px;
    float: left;
}
.buttons {
    color: #e4dcdc;
    width: 53%;
    float: right;
    margin-top: 40px;
}
.buttons1 {
    color: #e4dcdc;
    width: 35%;
    float: left;
}
.buttons ul, .buttons1 ul {
    list-style: none;
}
.buttons .all-links {
    position: relative;
}

.buttons .all-links > li, .buttons1 ul li {
    float: left;
    font-size: 22px;
    margin-left: 30px;
    transition: all .5s ease-in-out;
    cursor: pointer;
    padding: 3px 10px;
    font-weight: bold;
    font-family: cursive;
    border-radius: 10px;    
}
.buttons .all-links > li:hover {

    color: #999;
}
.buttons .all-links > li a:hover {
    color: #999;
}
.buttons1 > ul > li:hover {
    border: 1px solid #FFF;
    color: #999;
}
.active {
    border: 1px solid #FFF;
    border-radius: 10px;
    color: #999;    
}
.header h1 {
    font-size: 85px;
    margin: 0;
    font-weight: bold;
    font-family: 'thuluth-decorated';
    text-align: center
}
.header h2 {
    text-align: center;
    text-transform: uppercase;
    padding-left: 1px;
    font-weight: bold;
    font-size: 38px;
    letter-spacing: 1px;
    padding-bottom: 32px;
    margin: 0
}
*/




/*  
.cloths-shah img {
    width: 111px;
}
.food-shah img {
    width: 234px;
}
.medical-shah img {
    width: 137px;
}
.sport-shah img {
    width: 117px;
}
.phone-shah img {
    width: 114px;
}


.all-brands {
    width: 90%;
    background-color: #18112b;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    box-shadow: 1px 1px 24px #666;
    border-radius: 7px;
    border: 1px solid #555;
}

.all-brands img {
    width: 100px;
    margin-bottom: 10px;
}
.all-brands .brand-item {
    text-align: center;
}
.all-brands .row {
    margin-bottom: 36px;
}
.log-main .computshah {
    text-align: center;
    width: 252px;
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid #706f6f;
}
.brand-item h3:hover {
    cursor: pointer;
    color: #DDD;
    transition: color .4s ease-in-out;
}
.ramd {
    position: absolute;
    top: 2px;
    right: 0;
}
.ramd img, .ramd-reverse img {
    width: 100px;
}
.ramd-reverse {
    transform: rotateY(180deg);
    position: absolute;
    top: 2px;
    left: 0;
}
.catogery img {
    width: 203px;
}
.catogery .cloth {
    width: 112px;
}
.catogery .food {
    width: 235px;
}
.medical-shah img {
    width: 203px;
}
.sport-shah img {
    width: 122px;
}
.phone-shah img {
    width: 228px;
}
.home-shah img {
    width: 193px;
}
.kids-shah img {
    width: 255px;
}
.car-shah img {
    width: 303px;
}
.health-shah img {
    width: 335px;
}
.atr-shah img {
    width: 246px;
}
.super-shah img {
    width: 182px;
}
.wood-shah img {
    width: 427px;
}
.library-shah img {
    width: 253px;
}
.clean-shah img {
    width: 215px;
}
.bnaa-shah img {
    width: 210px;
}
.blastic-shah img {
    width: 273px;
}


*/

/* @media(max-width: 2000px) {
    .wood-shah img {
        width: 324px;
    }
    .super-shah img {
        width: 132px;
    }
    .library-shah img {
        width: 193px;
    }
    .wood-shah h3 {
        font-size: 23px;
    }
} */









/* --------------------------------------------------------------------------------- */
/* START   NAV BAR   */
/* --------------------------------------------------------------------------------- */


.container-fluid img {
    display: block;
    width: 127px;
}

.container-fluid {
    padding: 0 54px;
}

.navbar-brand span {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.nav-item .active {
    border: none;
    color: #999;
}

.nav-item {
    color: #e4dcdc;
    position: relative;
}

.navbar-light .navbar-nav .nav-link {
    color: #851f5f;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #999;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #999;
}

.nav-item:hover {
    color: #999;
}

.nav-item::after {
    content: "";
    position: absolute;
    width: 0%;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #6c6b70;
    transition: all 0.5s ease-in-out;
}

.nav-item:hover::after {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.dropdown-menu {
    font-size: 15px;
    border-radius: 5px;
    background-color: #d2c3ff;
    text-align: center;
    width: 175px;
    border: 1px solid #999;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        width: 100%;
    }

    .nav-second .navbar-expand-lg .navbar-nav {
        justify-content: end;
    }

    .nav-item {
        width: 32%;
        text-align: center;
        font-size: 18px;
    }

    .navbar-collapse {
        background-color: #fbf7da;
        position: relative;
       

    }

    .first-navbar::before {
        position: absolute;
        content: "";
        left: -24px;
        top: -18px;
        border-width: 40px;
        border-style: solid;
        border-color: #332a4e;
        border-radius: 56px;
    }

    .nav-second::after {
        position: absolute;
        content: "";
        right: -24px;
        top: -18px;
        border-width: 40px;
        border-style: solid;
        border-color: #332a4e;
        border-radius: 56px;
    }
}


.bg-light {
    background-color: #332a4e !important;
    position: relative;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("images/menu-svgrepo-com.svg");
}

.navbar-light .navbar-toggler {                        /*button navbar*/
    color: rgba(0, 0, 0, 0.55);
    border-color: rgb(61 109 235 / 36%);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem #363d7a;
}

.nav-second {
    width: 250px;
}

.navbar-brand {
    margin-left: 32px !important;
    margin-right: 32px !important;
}


/*    START WHEN THE SCREEN SMALLER    */
.buttonNavBar {
    padding: 10px 15px;

    font-weight: bold;
    background-color: #b6b5a5;
    background-image: linear-gradient(45deg, #8c8000, #b8cb0100);
    border: 1px solid #a19f9f;
    color: #fff;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
  }

  .buttonNavBar:hover {
    transition: all 0.5s ease-in-out;
    background-color: #7c7c73;
  }

/*    END WHEN THE SCREEN SMALLER    */

/* Start Navigation Bar */
/*
* ,
*::before ,
*::after
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a
{
    text-decoration: none;
}

ul{
    list-style: none;
}

header
{
    width: 100%;
    position: absolute;
    top: 30px;
    left: 0;
}

.containerNav
{
width: 100%;
max-width: 117rem;
margin: 0 auto;
padding: 0 1.5rem;

}

.menu-icons
{
    color: #eee;
    font-size: 4rem;
    position: absolute;
    top: 50%;
    left: 2rem;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1500;
    display: none;
}
nav
{
    display: flex;
    align-items: center; 
    width: 100%;
    height: 8rem;
  
}

.shahbandarLogo
{
    width: 5rem;
    height: 5rem;
    display: flex;
}

.shahbandarLogo img
{
   margin: auto;
   width: 120px;
   
}

.nav-list
{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}
.nav-list li
{
    line-height: 8rem;
    position: relative;
}
.nav-list a
{
    display: block;
    padding: 0 1.5rem;
    font-size: 1.4rem;
    color: darkmagenta;
    transition: color 650ms;
}
.nav-list a:hover
{
    color: #888;
}
.sub-menu li 
{
    line-height: 4rem;
}

.sub-menu 
{
    width: 20rem;
    display: block;
    position:  absolute;
    border-top: 3px solid #eb3007;
    background-color: #191919;
    z-index: 100;
    top: 14rem;
    transition: all 650ms ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.sub-menu::before
{
    content: "";
    position: absolute;
    top: -2.5rem;
    left: 13rem;
    border: 1.2rem solid transparent;
    border-bottom-color: #eb3007;
}

.nav-list li:hover .sub-menu
{
    top: 8rem;
    opacity: 1;
    visibility: visible;
}


@media screen and ( max-width: 900px ) {
    .nav-list
    {
        
        top: 0;
        left: 0;
        height: 100vh;
        flex-direction: column;
      
        z-index: 1000;
    }

    .nav-list > li 
    {
        line-height: 6rem;
    }

    .sub-menu
    {
        
        border: 3px solid transparent;
        border-left-color: #eb3007;
        margin-left: -10rem;
        max-height: 0;
    }
    .sub-menu::before
    {
        display: none;
    }
    .nav-list li:hover  .sub-menu
    {
        opacity: 1;
        visibility: visible;
        max-height: inherit;
    }
}

*/







/* --------------------------------------------------------------------------------- */
/* END   NAV BAR   */
/* --------------------------------------------------------------------------------- */

















/* --------------------------------------------------------------------------------- */
/* START DEFAULT   */
/* --------------------------------------------------------------------------------- */



/* Start Swipper */
.swiper {

    width: 100%;
    height: 50vh;
    border-radius: 15px;
    margin-bottom: 12px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-slide h3 {
    position: absolute;
    top: 5%;
    left: 72%;
    color: #1f1f1f;
    z-index: 8888;
    font-weight: bold;
}

.swiper-slide .pro {
    left: 78%;
}

.slider {

    height: 401px;
    margin: auto;


    width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.slide-track {
    display: flex;
    width: calc(250px * 16);
    animation: scrolling 60s linear both infinite 3s;
    height: 100%;
}

.slide-track:hover {
    animation-play-state: paused;
}

.slide {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1px;
    perspective: 100px;
}

.slide h3 {
    position: absolute;
    right: 7%;
    font-size: 36px;
    top: 38%;
    color: #FFF;
    padding: 10px;
    font-weight: bold;
}

.slide .drop {
    top: 80%;
}

.slide img {
    width: 100%;
    height: 401px;
    transition: transform 1s;
}

.slider::before,
.slide::after {
    /* background: linear-gradient(to right, rgba(255, 255, 255, 1)0%, rgba(255, 255, 255, 0)100%); */
    content: "";
    height: 100%;
    position: absolute;
    width: 15%;
    z-index: 2;
}

.slider::before {
    top: 0;
    left: 0;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

@keyframes scrolling {
    0% {
        transform: translateX(75%);
    }

    100% {
        transform: translateX(calc(-250px * 1));
    }
}

/* ENd Swipper */




.shahEffect {
    text-align: center;
    cursor: pointer;
}

.shahEffect h3 {
    cursor: pointer;
    transition: color .4s ease-in-out;
    color: #DDD;
    padding-bottom: 7px;
    font-size: 28px;
}

.shahEffect h3:hover {
    transition: color .4s ease-in-out;
    color: #888;
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
}

.marg {
    margin: 60px 0;
}

  .ShahbandarBackground {
    /*background:linear-gradient(#18112B ,    788A94) ;  */

    border: 1px solid #8499F0;
    border-radius: 10px;
    box-shadow: 1px 1px 8px #8499F0;
  }

  .numberOfCompanies {
    color: #DDD;
    text-align: right;
    padding-right:30px ;
    font-size: 24px;
    font-weight: bold;
    display: block;
  
  }


/*
.catogery {
    
    margin: 150px 54px;
    margin-bottom:0;
    border-radius: 40px;
}
*/


                                 /*page inside catogery img*/


.all-brands {
    width: 90%;
    background-color: #18112b;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    box-shadow: 1px 1px 24px #666;
    border-radius: 7px;
    border: 1px solid #555;
}

.all-brands img {
    width: 100px;
    margin-bottom: 10px;
}
.all-brands .brand-item {
    text-align: center;
}
.all-brands .row {
    margin-bottom: 36px;
}
.log-main .computshah
 {
    text-align: center;
   width: 252px;
   padding: 10px;
   margin-bottom: 30px;
    border: 1px solid #706f6f;
}

/* --------------------------------------------------------------------------------- */
/* END DEFAULT   */
/* --------------------------------------------------------------------------------- */









  








/* --------------------------------------------------------------------------------- */
/* START MERCHANTS   */
/* --------------------------------------------------------------------------------- */

  .CancellationOfContract,
  .technicalSupport,
  .separatorBackground {
    position: relative;
  }

  .technicalSupport
  {
    margin: 150px 0 150px 0;
  }

  .CancellationOfContract {
    background-color: #52658f55;
    border-top-left-radius: 50% 20%;
    border-top-right-radius: 50% 20%;
    padding: 10px 0;
  }


  .skewed {
    position: absolute;
    top: 20px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 700px;
    background: #52658f55;
    z-index: -10;
    transform: skewY(-4deg);
    transform-origin: top left;
    border-radius: 10px;
  }

  .skewed-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 350px;
    background: #52658f55;
    z-index: -10;
    transform: skewY(4deg);
    transform-origin: top right;
    border-radius: 10px;
  }



/* --------------------------------------------------------------------------------- */
/* END MERCHANTS   */
/* --------------------------------------------------------------------------------- */



/* --------------------------------------------------------------------------------- */
/* START TERMS   */
/* --------------------------------------------------------------------------------- */



                                   /*---------------------button-----------------------*/

.frameButton {
    width: 90%;
    margin: 40px auto;
    text-align: center;
  }
  
  .custom-btn {
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 36px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
     box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
    margin: 20px;
  }
  
  /* 12 */
  .btn-12{
    position: relative;
    right: 20px;
    bottom: 20px;
    border:none;
    box-shadow: none;
    width: 230px;
    height: 40px;
    line-height: 42px;
    -webkit-perspective: 230px;
    perspective: 230px;
  }
  .btn-12 span {
    background: rgb(0,172,238);
  background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);
    display: block;
    position: absolute;
    width: 230px;
    height: 40px;
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    border-radius: 5px;
    margin:0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .btn-12 span:nth-child(1) {
    box-shadow:
     -7px -7px 20px 0px #fff9,
     -4px -4px 5px 0px #fff9,
     7px 7px 20px 0px #0002,
     4px 4px 5px 0px #0001;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
  }
  .btn-12 span:nth-child(2) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
  }
  .btn-12:hover span:nth-child(1) {
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  .btn-12:hover span:nth-child(2) {
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    color: transparent;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }

  .showDiv {                     /* Show divs when any of the buttons are clicked*/
    display: block !important;
  }
                          /*----------------------end Buttons-------------------------*/

                          /*-----------------saller / shopperFlexDive --------------------*/



                             

                             /*///////////////////////////saller///////////////////////////////////*/
                            

.sallerDiveUp h1 , .shopperDiveUp h1
{
    text-align: center;
    color: white;
    font-size:  2.75rem;;
    font-weight: 500;
    margin: 200px 0 100px 0 ;
    background-color:#3D3E64 ;
    padding: 80px;
    width: 100%;
    border-radius: 20px;
}



                            /*///////////////////////////saller///////////////////////////////////*/

#saller,
#shopper {
    display: none;
    margin-top: 60px;
}

/* --------------------------------------------------------------------------------- */
/* END TERMS   */
/* --------------------------------------------------------------------------------- */




/* --------------------------------------------------------------------------------- */
/* START MERCHANTS AND TERMS COMMON CODE */
/* --------------------------------------------------------------------------------- */



/* Terms && Conditions */
.terms {
    margin: 50px 0;
    text-align: right;
    direction: rtl;
}

.mainWord  {
    position: relative;
    color: #fff;
    text-align: center;
}

.mainWord::after {
    position: absolute;
    content: "";
    top: 84px;
    left: 33%;
    width: 34%;
    background-color: #554194;
    height: 1px;
}


/* --------------------------------------------------------------------------------- */
/* END MERCHANTS AND TERMS COMMON CODE */
/* --------------------------------------------------------------------------------- */

















/* --------------------------------------------------------------------------------- */
/* START ALLPEPOLE   */
/* --------------------------------------------------------------------------------- */






/* --------------------------------------------------------------------------------- */
/* END ALLPEPOLE   */
/* --------------------------------------------------------------------------------- */















/* --------------------------------------------------------------------------------- */
/* START CONTACT   */
/* --------------------------------------------------------------------------------- */





/* Contact */

.contact-us {
    text-align: center;
    margin: 20px;
    color: #ecdcdc;
    margin-bottom: 60px;
}

.contact-us i {
    color: #ffe639;
}

.mail,
.phone,
.location {
    text-align: center;

}

.mail i,
.phone i,
.location i {
    font-size: 90px;
    color: #8575b8;
    margin-bottom: 30px;
    transition: background-color .2s, transform .5s ease-out  ;
}
.mail i:hover
{
    transform: scale(1.25);
   color: #8499F0;

}
.phone i:hover
{
    transform: scale(1.25);
   color: lightgreen;
}
.location i:hover 
{
    transform: scale(1.25);
    color:#CF2034 ;

}
.phone p ,.location p 
{
    font-size: 2.2em;
    font-weight: 800;
    width: 100%;
}
.mail p
{
    width: 100%;
}



/*
  .mail a:after {
    position: absolute;
    top:0; bottom: 0;
    right: 0;left: 0;
    display: block;
    background-color: #24243e;
    content: "";
    transform: translate3d(-101%,0,0);
    z-index:-1;
    transition: transform .3s cubic-bezier(0.11, 0.7, 0, 1);
  }
  
  .mail a:hover {
    color: #fff;
  }
  
  .mail a:hover:after {
    transform: translate3d(0,0,0);
  }
  */



.local {
    margin: 30px 0 0 0;
    width: 100%;
    margin: 100px 0 0 0;
    padding: 0 0 10px 0;
}






/* --------------------------------------------------------------------------------- */
/* END CONTACT   */
/* --------------------------------------------------------------------------------- */






















/* --------------------------------------------------------------------------------- */
/* START WEBPAGE   */
/* --------------------------------------------------------------------------------- */



/* css is here  <link rel="stylesheet" href="css.css" /> */





/* --------------------------------------------------------------------------------- */
/* END WEBPAGE   */
/* --------------------------------------------------------------------------------- */











/* ------------START--------------COMMEN CODE IN  MORE THAN ONE PAGE PAGE -------------------------------- */





/*  START PAGE MERRCHANTS AND CONTACK */

.linkMultiSolution a , .mail a
{
    position: relative;
    display: inline-block;
    color: #DDD;
    text-decoration: underline;
    overflow: hidden;
    transition: clip-path 275ms ease;
}
.linkMultiSolution a
{
    font-weight: 400;
}
.mail a
{
    font-size: 1.5em;
    font-weight: 800;
}

.linkMultiSolution a:hover::before  , .mail a:hover::before 
{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.linkMultiSolution a::before , .mail a::before 
{
    position: absolute;
    content: attr(data-content);
    color: #ffcd2a;
    text-decoration: underline;
    clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
    transition: clip-path 275ms ease;
}
                   
/*  END PAGE MERRCHANTS AND CONTACK */





/* START PAGE ALLPEOPLE AND TERMS */

.title-head {
    margin: 20px auto;
    width: 70%;
    padding: 30px;
    background:   linear-gradient(#27254C,#332a4e );
    border-radius: 10px;
   
  }

  .title-head .mainWord-terms , .mainWord-allpeople {
    text-align: center;
    margin-bottom: 17px;
    padding: 10px;
    color: #FFF;
    font-weight: 500;
  }

  .P-rules {
    width: 100%;
    color: #fff;
    line-height: 1.7;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
  }

/* END PAGE ALLPEOPLE AND TERMS*/

/* START ALMOST ALL OF THEM */



.space-Between-pargraph
{
 margin-bottom: 60px;
}

.lineUnderWord {
   
  background-color: #554194;
  height: 1px;
  width: 70%;
  margin-right: 200px;
  opacity: 0.6;

}



/* END ALMOST ALL OF THEM */

/* ------------END--------------COMMEN CODE IN  MORE THAN ONE PAGE PAGE -------------------------------- */




/* ------------START-------------- MEDIA QUERIES -------------------------------- */




/* --------------for tablet---------------  */

@media screen and (min-width:321px) and (max-width:786px) {

h1 
{
    font-size:1.9rem ;
    font-weight: 400;
}

h3
{
     font-size: 1.7;
     font-weight: 300;
     margin: 25px 10px;
}
h4
{
    font-size: 1.4;
    font-weight: 250;
    text-align: center;
    margin: 10px;
}
p
{
    font-size: 1rem;
    width: 90%;
    padding:  0px 24px ;
    margin:1rem auto ;
}

 .list-ustyled
{
    font-size: 1rem;
    width: 90%;
    padding: 10px;
    margin: 10px;
}

 .lineUnderWord
 {
    margin-right: 90px;
 }

 .space-Between-pargraph
 {
  margin-bottom: 50px;
 }
.container
{
padding: 0;
margin: auto;
max-width: 100%;
}

  /* ------------START-------------- MEDIA QUERIES  MERCHANTS---------------- */
.technicalSupport
{
    margin: 30px 0 30px 0;
}

.skewed {
    height: 100%; 
    top: 10px;
    transform: skewY(-2.8deg);
}

.skewed-2 {
    top: 10px;
    height: 100%; 
   
}
.CancellationOfContract {
   
    border-top-left-radius: 15% 10%;
    border-top-right-radius: 15% 10%;
    
    

  }

/* ------------END-------------- MEDIA QUERIES  MERCHANTS---------------- */










}




/*---------  FOR MOBLIE------------*/

@media screen and (max-width:320px)
{
    
h1 
{
    font-size:1.3rem ;
    font-weight: 400;
}

h3
{
     font-size: 1.25rem;
     font-weight: 300;
     margin: 20px;
}
h4
{
    font-size: 1.35rem;
    font-weight: 250;
    text-align: center;
    margin: 0;
}
p
{
    font-size: 1rem;
    width: 100%;
    font-size: 1rem;
    padding:  0px 12px ;
    margin:1rem auto ;
}

 .list-ustyled
{
    font-size: 1rem;
    width: 100%;
    padding: 10px;
    margin: 0px;
}
.list-ustyled span
{
    font-size: 1rem;
    font-weight: normal;
}
 .lineUnderWord
 {
    margin-right: 40px;
 }
 .space-Between-pargraph
 {
  margin-bottom: 20px;
 }
.container
{
   padding: 0;
   margin: 0;
   max-width: 100%;
}


  /* ------------START-------------- MEDIA QUERIES  MERCHANTS---------------- */
  .technicalSupport
  {
      margin: 10px 0 10px 0;
  }
  
  .skewed {
    top: 0;
      height: 100%; 
  }
  
  .skewed-2 {
    top: 0;
      height: 100%; 
     
  }
  .CancellationOfContract {
      border-top-left-radius: unset;
      border-top-right-radius: unset;
      
    }
 
    .mainWord::after {
        position: absolute;
        content: "";
        top: 50px;
        left: 25%;
        width: 44%;
        background-color: #554194;
        height: 1px;
    }
    
  
  /* ------------END-------------- MEDIA QUERIES  MERCHANTS---------------- */




}


/* ------------END-------------- MEDIA QUERIES -------------------------------- */