/* #00B4DB
#0083B0 */
/* set the width and height of your scrollbar */
::-webkit-scrollbar {
  width: 15px;
  height: 15px;
  background-color:#2A2A2C;
}

img.lazy-load {
  background: #ececec;
}
/*style the track of your scrollbar*/
::-webkit-scrollbar-track {
  border-radius: 10px;
}


/*style the thumb of your scrollbar*/
::-webkit-scrollbar-thumb {
  background: #4a97ff; 
  border-radius: 10px;

}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
@font-face {
    font-family: "header-font";
    src: url("../fonts/KalamehFaNum-Bold.ttf");
  }
@font-face {
    font-family: "body-font";
    src: url("../fonts/KalamehFaNum-Regular.ttf");
}
@font-face {
    font-family: "lists-font";
    src: url("../fonts/KalamehFaNum-Regular.ttf");
}
h1, h2, h3, h4, h5, h6, h7	{
  font-family: "header-font"!important;
}
p, em, div	{
    font-family: "body-font"!important;
}
code{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
*{
    direction: rtl;
    text-align: right;
}

body{
    background: #1A1B23;
}

/* Header Styles */
    header{
        z-index: 100;
        width: 100%;
        position: fixed;
        height:80px;
        line-height: 80px;
        box-shadow: 1px 2px 3px 2px rgba(0, 0, 0, .4);
        padding:0 20px;
        top:0;
        background: #1A1B23;
        left: 0;
    }
    header .header-logo{
           height: 100%;
    width: 100px;
    margin-top: -10px;
    }
    header .header-link-menu{
        list-style-type: none;
        display: block;
    }

    header .header-link-menu > li{
        float:right;
        margin: 0 20px;
    }
    header .header-link-menu > li > a{
       text-decoration: none;
       font-size: 16px;
       transition: all 0.5s;
       color:#fff;
    }
    header .header-link-menu > li > a:hover{
        color:rgb(110, 110, 255);
        transition: all 0.5s;
     }

    header .header-social-media{
        list-style-type: none;
        display: block;
        float: left;
    }

    header .header-social-media > a > li{
        float:right;
        margin: 4px 10px;
        font-size: 20px;
        color: rgb(136, 136, 136);
        transition: all 0.5s;
    }
    header .header-social-media > a > li:hover{
        color: #C54E2C;
        transition: all 0.5s;
    }

.main-container{
    margin-top: 100px;
}
.main-container-header{
    
    background:-moz-radial-gradient(circle at 56% 52%, rgba(253, 92, 92, 0.49) 0%, rgba(26, 27, 35, 1) 52%, rgba(26, 27, 35, 1) 100%);

    /* safari 5.1+,chrome 10+ */
    background:-webkit-radial-gradient(circle at 56% 52%, rgba(253, 92, 92, 0.49) 0%, rgba(26, 27, 35, 1) 52%, rgba(26, 27, 35, 1) 100%);

    /* opera 11.10+ */
    background:-o-radial-gradient(circle at 56% 52%, rgba(253, 92, 92, 0.49) 0%, rgba(26, 27, 35, 1) 52%, rgba(26, 27, 35, 1) 100%);

    /* ie 10+ */
    background:-ms-radial-gradient(circle at 56% 52%, rgba(253, 92, 92, 0.49) 0%, rgba(26, 27, 35, 1) 52%, rgba(26, 27, 35, 1) 100%);

    /* global 92%+ browsers support */
    background:radial-gradient(circle at 56% 52%, rgba(253, 92, 92, 0.49) 0%, rgba(26, 27, 35, 1) 52%, rgba(26, 27, 35, 1) 100%);

    height:600px;
    padding-top: 80px;
    color:#fff;
}
.main-container-header-right > h1 {
    text-shadow: 4px 4px 2px rgba(0,0,0,0.44);
    font-size: 46px;
    line-height: 60px;
}
.main-container-header-right > h1 > b{
    background: -webkit-linear-gradient(270deg , #00B4DB, #00007e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-container-header-left{
    background: url("../images/New\ Project\ \(2\).png") no-repeat;
    background-size: 100%;
}
.main-container-header-left > .blur{
    width: 100%;height: 100%;
    display: block;
   backdrop-filter: blur(0.8rem);
} 
.commandBlock{
    backdrop-filter: blur(1.5px);
    display: inline-block;
    background: #272C3D;
    color:#fff;
    border-radius: 5px;
    width: 280px;
    text-align: left;
    direction: ltr;
    padding: 0px;
    height: 40px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.44);;
    
}
.commandBlock > span{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 6px;
    padding-left: 10px;
    display: inline-block;
}
.commandBlock-button{
    float: right;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.gray-text{
    color:#b3b8d2;
}
.white-text{
    color:#fff;
}
p{
    color:#b3b8d2;
}
.card{
    color: #fff;
    background: #000046;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #1A1B23, #000046);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #1A1B23, #000046); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    box-shadow: 1px 2px 3px 2px rgba(0, 0, 0, .4);
    transition: all 0.5s;
}
.card:hover{
    box-shadow: none;
    transition: all 0.5s;
}
.hljs{color:#c9d1d9;background:#272C3D;border-radius:10px}
    /* Footer */
    footer{
        background: #272C3D;
        /* height: 300px; */
        padding-top: 30px;
        padding-bottom: 30px;
    }

    footer a{
        text-decoration: none;
        color:#b3b8d2;
    }
    footer li{
        margin-top: 20px;
    }
.cssbuttons-io-button {
background: #5468FF;
    color: white;
    font-family: inherit;
    padding: 0.35em;
    padding-left: 1.2em;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    border-radius: 0.9em;
    border: none;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 1.6em -0.6em #714da6;
    overflow: hidden;
    position: relative;
    height: 2.8em;
    padding-right: 3.3em;
    justify-content: space-around;
    flex-wrap: nowrap;
}

.cssbuttons-io-button .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.7em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em #7b52b9;
  right: 0.3em;
  transition: all 0.3s;
}
.cart_count {
margin-left: 34px;
    color: #fff;
    border-radius: 124px;
    width: 15px;
    height: 15px;
    display: block;
    align-items: unset;
    position: absolute;
    text-align: center;
    font-size: 10px;
    background: red;
    top: 4px;
    line-height: 15px;
}
.cssbuttons-io-button:hover .icon {
  width: calc(100% - 0.6em);
}
.cssbuttons-io-button:hover .cart_count{
	display:unset;
}
.cssbuttons-io-button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #7b52b9;
}

.cssbuttons-io-button:hover .icon svg {
  transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
  transform: scale(0.95);
}

.btn-primary{


                display: inline-block;
                outline: 0;
                border: 0;
                cursor: pointer;
                will-change: box-shadow,transform;
                background: radial-gradient( 100% 100% at 100% 0%, #89E5FF 0%, #5468FF 100% );
                box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px rgb(58 65 111 / 50%);
          
                border-radius: 6px;
                color: #fff;
                 padding: 0 25px;
                height: 45px;
                line-height: 45px;
                text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
                transition: box-shadow 0.15s ease,transform 0.15s ease;
                
}
.btn-primary:hover{
    box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #3c4fe0;
                    transform: translateY(-2px);
}
.btn-primary:active{
  box-shadow: inset 0px 3px 7px #3c4fe0;
                    transform: translateY(2px);
}
.contact-us{ 
    text-align: center;
    background: #272C3D;
    border-radius: 10px;
    height: fit-content;
    padding-top: 20px;
 padding-bottom: 20px;
 padding-right: 20px;
 padding-left: 20px;
}
.contact-us-gradient{ 
    text-align: center;
    background: #5468FF;  /* Chrome 10-25, Safari 5.1-6 */
   background: #5468FF;
    border-radius: 10px;
    height: fit-content;
    padding: 30px;
color:#fff;
}
.input-text{
    width: 100%;
    border-radius: 9px;
    color:#Fff;
    padding: 15px;
    border:1px solid #0d6efd;
    background: rgba(0,0,0,0);
    font-size: large;
}
.input-textarea{
    width: 100%;
    height: 150px;
    border:1px solid #0d6efd;
    background: rgba(0,0,0,0);
    color:#Fff;
    font-size: large;
    padding: 15px;
    border-radius: 9px;
}
.btn-send{
    height: 50px;
    font-size: larger;
}
.github-anc
{
    text-align: center;
    border-radius: 10px;
    height: fit-content;
    background: #272C3D;
    padding: 30px;
}
/* ODIwNjY0NzU3MzU0ODg5MjI4.YE4dnQ.JslBqTR11W5xQB9lAohxlxnIl04 */
.product-item{
     text-align: center;
     border-radius: 10px;
     border:1px solid #606060;
     padding: 20px;
     transition: all 0.5s;
}
.product-item:hover{
    transition: all 0.5s;
    background: #1e2438;
}
.product-item s{
    color: rgb(255, 80, 80);
}
.product-row{
    height: auto;
}
/*
.product-row > .col-md-4{
    height: 300px;
}
.product-row > .col-md-8{
    height: 300px;
}
*/
.product-ivtem s text{
    font-size: medium;
    font-weight: bold;
}
.product-item s text1{
    font-size: smaller;
}

.product-title{
    font-size: larger;
}
.product-col-content{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.product-col-images{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.product-item > text{
    font-size: x-large;
    font-weight: bold;
}
.product-item text1{
    font-size: medium;
}

.product-discount{
    padding:5px;
    border-radius: 10px;
    background: #5468FF;
    color:#fff;
    font-size: smaller;

}
.product-item img{
	padding:40px;
    width: 100%;
    height: 100%;
}

.product-item span{
   font-size: 16px
}
.carousel-inner{
    border-radius: 10px;
}
.loader{
       width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0);
    text-align: center;
    vertical-align: center;
    font-size: larger;
    color: #fff;
    align-items: center;
    display: flex;
    z-index: 10000000;
    justify-content: center;
    flex-wrap: nowrap;
}

.ball {
  list-style: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
}

.ball:nth-child(1) {
  animation: bounce-1 2.1s ease-in-out infinite;
}

@keyframes bounce-1 {
  50% {
    transform: translateY(-90px);
    scale: 0.3;
  }
}

.ball:nth-child(2) {
  animation: bounce-3 2.1s ease-in-out 0.3s infinite;
}

@keyframes bounce-2 {
  50% {
    transform: translateY(-90px);
    scale: 0.3;
  }
}

.ball:nth-child(3) {
  animation: bounce-3 2.1s ease-in-out 0.6s infinite;
}

@keyframes bounce-3 {
  50% {
    transform: translateY(-90px);
    scale: 0.3;
  }
}
.w-0 {
    width: 0
}

.f-w-0 {
    filter: url(#w-0)
}

.stop1 {
    stop-color: rgb(168 85 247)
}

.stop2 {
    stop-color: rgb(37 99 235)
}

.path-class {
    animation: key01 8s infinite linear;
    stroke-dasharray: 180 800;
    fill: none;
    stroke: url(#gradient);
    stroke-width: 23;
    stroke-linecap: round
}

.cricle-class {
    animation: key01 4s infinite linear;
    stroke-dasharray: 26 54;
    fill: none;
    stroke: url(#gradient);
    stroke-width: 23;
    stroke-linecap: round
}

.svg-class-1 {
    filter: blur(5px);
    opacity: .3;
    position: absolute;
    transform: translate(3px,3px)
}

@keyframes key01 {
    0% {
        stroke-dashoffset: 0
    }

    100% {
        stroke-dashoffset: -403px
    }
}

.er404{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0);
    text-align: center;
    vertical-align: center;
    font-size: larger;
    color: #fff;
    align-items: center;
    display: flex;
    z-index: 10000000;
}
.er404 span{
    margin: auto;
}
.sm-text{
    font-size: medium;
}
.md-text{
    font-size: large;
}
.lg-text{
    font-size: x-large;
}
.xxlg-text{
    font-size: 80px;
}
h1{
    color:#4a97ff;
    font-weight: 100;
}
h2{
    color:#4a97ff;
    font-weight: 100;
}
.custom-shape-divider-bottom-1688477213 {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    margin-top: 100px;
    margin-bottom: -1px;
}

.custom-shape-divider-bottom-1688477213 svg {
    position: relative;
    display: block;
    width: calc(113% + 1.3px);
    height: 93px;
}

.custom-shape-divider-bottom-1688477213 .shape-fill {
    fill: #272C3D;
}
.owl-carousel{
    display: flex !important; 
    flex-direction: row;   
    justify-content: center;  
}
.btn:hover{
    box-shadow: 0;
}
.btn-danger{
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    background: rgb(255, 73, 73);
    color: #fff;
    font-size: larger;
    font-weight: 800;
    padding: 12px 35px;
}
.btn-success{
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    background: rgb(17, 204, 23);
    color: #fff;
    font-size: larger;
    font-weight: 800;
    padding: 12px 35px;
}
.table 
{
    background-color: rgba(0,0,0,0)
}
.table *{
    background-color: rgba(0,0,0,0);
}
.category-links{
    text-decoration: none;
    font-size: 16px;
    transition: all 0.5s;
    color: #fff;
}
.category-links{
    line-height: 2;
}
.category-links a{
    text-decoration: none;
    font-size: 16px;
    transition: all 0.5s;
    color: #fff;
}
.category-links a:hover{
    color:rgb(110, 110, 255);
    transition: all 0.5s;
}
.category-links .active{
    color:rgb(110, 110, 255);
}
.search-box
{
    display: flex;
    width: 100%;
    height: 50px;
}

.search-input{
    width: 80%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.search-btn{
    width: 20%;
    font-size: 20px;
    padding: 13px;
    display: block;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.products-cols{
    flex-wrap: nowrap;justify-content:space-around;
}
@media(max-width: 1200px){
    .products-cols{
        flex-wrap: wrap;justify-content:unset
    }
  
  }
 .products-item{
    text-align: center;
    background: #272C3D;
    border-radius: 10px;
    height: fit-content;
    padding: 30px;
 } 
.text-left{
    text-align: left;
}

a{
   color:#0d6efd; 
   transition: all 0.2s;
   text-decoration: none;
}
a:hover{
    transition: all 0.2s;
    color:#fff;
    text-decoration: none;
}
.item-shop-cart{
    border-bottom: 1px solid #fff;
}
.item-shop-cart > * {
    height: fit-content;
}
.item-shop-cart img{
    height: 150px;
    width: 100%;
}
.plumis input{
      text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
 background: #eee;
  margin: 0px;
  width: 40px;
  height: 40px;
}
.plumis button .green{
    border: 0;
    border-radius: 10px;
}
.plumis button .red{
    border: 0;
    border-radius: 10px;
}
.item-shop-cart-delete{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    background: rgb(255, 73, 73);
    border: 0;
    border-radius: 8px;
    color:#fff;
    font-size: 15px;
    padding: 5px;
	
}
.item-shop-cart-add{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    font-size: 18px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.item-shop-cart-remove{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    font-size: 18px;

    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;

}

.value-button {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  font-size:small;
  padding: 11px 0;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.value-button:hover {
  cursor: pointer;
}

#decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

#increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}
.nav-mobile{
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
  box-shadow: 2px 3px 58px 12px rgba(0,0,0,0.8);
-webkit-box-shadow: 2px 3px 58px 12px rgba(0,0,0,0.8);
-moz-box-shadow: 2px 3px 58px 12px rgba(0,0,0,0.8);
        height: 70;
display:none;
        padding: 10px;
        background: #151720;
        z-index: 1000;
      }
      .nav-mobile i{
        font-size: 20px;
        color:#eee;
        display: contents;
      }
      .nav-mobile  > div{
        text-align: center;
        padding: 1px;
      }
      .nav-mobile >  .active{
        background: #2C2B3E;
        border-radius: 50px; 
      }
      .nav-mobile > .active > a > i{
        color:#5575ff
      }

#header-sm{
   height: 100%;
   display:none;
}
.nav-bar-mobile-bg{
	z-index: 1000;
	position: fixed;
	top:0;
	right: 0;
	display:none;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
}
.nav-bar-mobile{
	top:0;
	width:70%;
	height:100%;
	right: -600px;
	 background: #1A1B23;
	position:fixed;
}

@-webkit-keyframes slideOpen {
    100% { right: 0; }
}

@keyframes slideOpen {
    100% { right: 0; }
}

@-webkit-keyframes slideClose {
from { right: 0 }
    to { right: -600px; }
}

@keyframes slideClose {
from { right: 0 }
    to { right: -600px; }
    
}

.header-sm-logo{
    height: 100%;
    width: 100px;
    margin-top: -10px;
}
.header-menu{
    width: 30px;
    height: 30px;
    margin-left: 80px;
}
@media(max-width: 300px){
    .header-menu{
        margin-left: 20px;
    }
}
@media(min-width: 550px){
    .header-menu{
        margin-left: 240px;
    }
}
@media(min-width: 750px){
    .header-menu{
        margin-left: 350px;
    }
.contact-us{ 
    padding: 30px;
}
}
@media(max-width: 1000px){
    #header-lg{
       display: none;
    }
    
    #header-sm{
        display: flex;
    }
	.nav-mobile{
		display:flex;
	}
    header{
        height: 60px;
        line-height: unset;
    }
}

.search{
    margin-bottom: auto;
    height: 40px;
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
}

.search-input{

    color: white;
    border:0;
    outline: 0;
    background: none;
    width: 0;
    caret-color:transparent;
    transition: width 0.4s linear;
    justify-content: center;
    align-items: center;
   
}

.search .search-input{
    padding: 0 10px;
    width: 80%;
    caret-color: #536bf6;
    font-size: 18px;
    font-weight: 300;
    color: black;
   
    transition: width 0.4s linear;
}

.search:hover>.search-icon{
    background:#1A237E;
    color:#fff;
}
.search-icon{
    border: 0;
    border-radius: 10px;
    height: 30px;
    width: 20%;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #536bf6;

}

.social-btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    z-index: 2;
    justify-content: center;
    border: none;
    background-color: transparent;
    position: relative;
    margin: 10px;
    /* overflow: hidden; */
    border-radius: 7px;
    cursor: pointer;
    transition: all .3s;
  }
  
  .social-btn-svg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    backdrop-filter: blur(4px);
    letter-spacing: 0.8px;
    border-radius: 10px;
    transition: all .3s;
    border: 1px solid rgba(156, 156, 156, 0.466);
  }
  
  .social-btn-bg-1 {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    z-index: -1;
    border-radius: 9px;
    pointer-events: none;
    transition: all .3s;
  }
  .social-btn-bg-2 {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #48a1ff 0%,#48a1ff 25%,#48a1ff 50%,#3193fd 75%,#007bff 100%);
    background: -webkit-linear-gradient(45deg, #48a1ff 0%,#48a1ff 25%,#48a1ff 50%,#3193fd 75%,#007bff 100%);
    background: linear-gradient(45deg, #48a1ff 0%,#48a1ff 25%,#48a1ff 50%,#3193fd 75%,#007bff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    z-index: -1;
    border-radius: 9px;
    pointer-events: none;
    transition: all .3s;
  }
  
  .social-btn-bg-3 {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    z-index: -1;
    border-radius: 9px;
    pointer-events: none;
    transition: all .3s;
  }
  
  .social-btn:hover .social-btn-bg-1 {
    transform: rotate(35deg);
    transform-origin: bottom;
  }
  .social-btn:hover .social-btn-bg-2{
    transform: rotate(35deg);
    transform-origin: bottom;
  }
  
  .social-btn:hover .social-btn-svg {
    background-color: rgba(156, 156, 156, 0.466);
  }
.main {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.main *{
 direction: ltr;
text-align:left;
}
.up {
     display: flex;
    flex-direction: row-reverse;
    gap: 0.5em;

}

.down {
    display: flex;
    flex-direction: row-reverse;
    gap: 0.5em;

}

.card1 {
  width: 90px;
  height: 90px;
  outline: none;
text-align:center;
  border: none;
  background: #1A1B23;
  border-radius: 90px 5px 5px 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  transition: .2s ease-in-out;
}

.instagram {
  margin-top: 1.5em;
  margin-left: 1.2em;
  fill: #fff;
}

.card2 {
  width: 90px;
  height: 90px;
text-align:center;
  outline: none;
  border: none;
  background: #1A1B23;
  border-radius: 5px 90px 5px 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  transition: .2s ease-in-out;
}

.twitter {
  margin-top: 1.5em;
  margin-left: -.9em;
  fill: #fff;
}

.card3 {
  width: 90px;
  height: 90px;
  outline: none;
  border: none;
  background:#1A1B23;
text-align:center;
  border-radius: 5px 5px 5px 90px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  transition: .2s ease-in-out;
}

.github {
  margin-top: -.6em;
  margin-left: 1.2em;
fill:#fff;
}

.card4 {
  width: 90px;
  height: 90px;
  outline: none;
text-align:center;
  border: none;
  background: #1A1B23;
  border-radius: 5px 5px 90px 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  transition: .2s ease-in-out;
}

.discord {
  margin-top: -.9em;
  margin-left: -1.2em;
  fill: #fff;
}

.card1:hover {
  cursor: pointer;
  scale: 1.1;
  background-color: #cc39a4;
}

.card1:hover .instagram {
  fill: white;
}

.card2:hover {
  cursor: pointer;
  scale: 1.1;
  background-color: #03A9F4;
}

.card2:hover .twitter {
  fill: white;
}

.card3:hover {
  cursor: pointer;
  scale: 1.1;
  background-color: black;
}

.card3:hover .github {
  fill: white;
}

.card4:hover {
  cursor: pointer;
  scale: 1.1;
  background-color: #8c9eff;
}

.card4:hover .discord {
  fill: white;
}

            
input.star { display: none; }
.stars{
text-align: center;
}
             label.star {
padding: 10px;

font-size: 36px;

color: #4A148C;

transition: all .2s;

}



input.star:checked ~ label.star:before {

content: '\f005';

color: #FD4;

transition: all .25s;

}


input.star-5:checked ~ label.star:before {

color: #FE7;

text-shadow: 0 0 20px #952;

}



input.star-1:checked ~ label.star:before { color: #F62; }



label.star:hover { transform: rotate(-15deg) scale(1.3); }



label.star:before {

content: '\f006';

font-family: FontAwesome;

}
    .product_stars{
      direction: ltr;
    }
    .comments{
      padding: 20px;
    }
    .comment-item{
      width: 100%;
      height: fit-content;
      padding: 15px;
      color: #fff;
      border-radius: 10px;
      border: 1px solid #0d6efd;
      margin: 20px 0px;
      box-shadow: 2px 4px 2px #0d6efd;
    }
    .comment-item-avatar{
      width: 50px;
      height: 50px;
      border-radius: 50px;
    }
    .comment-item-username-col{
        text-align: right;
      }
      .comment-item-avatar-col{
        text-align: left;
      }
      .comment-send-form-col{
        margin-bottom: 40px;
      }
    @media only screen and (max-width: 400px) {
      .comments{
        padding: 0;
      }
      .comment-item-avatar-col{
        text-align: right;
      }
      .comment-item-username-col{
        text-align: center;
      }
      .comments-row{
        padding-right:0;
        padding-left:0;
      }
      .comment-send-form-col{
        margin-top: 40px;
      }
    }
    @media only screen and (max-width: 350px) {
      .comment-item-username-col{
        text-align: left;
        font-size: small;
      }
    }
  #nav-home *{
	color:#fff;
}