*::-webkit-scrollbar {
    width: 10px;
    height: 2px;
    border-radius:30px
}
*::-webkit-scrollbar-track {
    background: #333333;
    border-radius:30px
}
*::-webkit-scrollbar-thumb {
    background-color: #217ecf;
    border-radius:30px
}
body{
    --buttons: #003270;
    --buttons-hover: #19467e;
    --fontsize: 16px;
    --fontfamily:"Kufam",Sans-Serif;
    --uicolor2: #217ecf;
    --alinks: #1f1e87;
    --bgcolor: #180b1e;
    --menu-width: 310px;
    --textcolor: #041c36;
}
*{
    margin:0;
    padding:0;
    outline:0;
    box-sizing:
    border-box;
    font-family:var(--fontfamily);
    -webkit-font-smoothing:antialiased;
    vertical-align: middle;
    position:relative;
}
img {
    height: auto;
    max-width: 100%;
}
button, input[type="button"], input[type="submit"] {
    border: 0;
    display: block;
    padding: 0px 20px;
    height: 50px;
    cursor: pointer;
    border-radius: var(--largeradius);
    background: var(--buttons);
}
li , ul {
    list-style:none
}
body{
    font-family:var(--fontfamily);
    line-height: 1.4;
    color:var(--textcolor);
    -webkit-font-smoothing:antialiased;
    font-size:
    var(--fsize);
    overflow-y:
    auto!important;
    font-weight: 400;
    direction: rtl;
    padding-top: 60px;
    background: #e6f2ff;
    overflow-x: hidden;
    color: #004085;
}
body,html{border-bottom: 4px solid #217ecf;}
a{
    color:var(--alinks);
    text-decoration:none;
    transition:color 50ms ease 0s
}
.container {
    max-width: 1280px;
    margin: 0 auto;
    width: 95%;
}
header .container {
    display: flex;
    align-items: center;
    gap: 25px;
}
.logo {
    font-weight: bold;
    color: #693dd5;
    display: flex;
    align-items: center;
}
.logo a {
    display: block;
}
.logo a img {
    width: 150px;
}
.main--menu {
    height: 50px;
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
}
.main--menu ul {
    display: flex;
    list-style: none;
}
.main--menu ul li a {
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 50px;
    display: block;
    color:#4c4c4c;
    transition: .4s all ease;
    font-weight: 500;
}
.main--menu ul li.active a,
.main--menu ul li:hover a{
    background: #cce5ff;
    color: var(--uicolor2);
}
header .telegtam {
    height: 50px;
    display: flex;
    padding: 0 30px;
    align-items: center;
    border-radius: 18px;
    background: #2386d3;
    color: white;
    font-weight: 500;
}
header .telegtam i {
    font-size: 24px;
    margin-left: 10px;
}
header .telegtam span {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
}
.alert {
    background-color: #cce5ff;
    border: 1px solid #b8daff;
    padding: 13px;
    margin: 20px 0;
    color: #004085;
    border-radius: 8px;
}
.Hero--Section {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0;
    width: 100%;
}
h1.Hero--Title {
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 1.35;
    font-size: calc(1.97143vw + 20.57143px);
    font-weight: bold;
    max-width: 700px;
    margin: 0 auto;
    color: #07112d;
    display: table;
    text-shadow: 0 4px 1px #0000004a;
}
h1.Hero--Title span {
    color: #217ecf;
}
.BG--Hex {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}
.BG--Hex span.hex.hex-1 {
    position: absolute;
    top: 63vh;
    width: 300px;
    height: 300px;
    box-shadow: -15px -15px 20px #e6f2ff, 20px 30px 60px rgb(57 65 124 / 8%);
    transform: rotate(-45deg) translate(0,-50%);
    left: 50%;
    border-radius: 55px;
}
.Hero--Section--Contents p {
    max-width: 570px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
}
span.hex.hex-2 {
    position: absolute;
    top: 13vh;
    width: 300px;
    height: 300px;
    box-shadow: -15px -15px 20px #e6f2ff, 20px 30px 60px rgb(57 65 124 / 8%);
    transform: rotate(-55deg);
    left: -190px;
    border-radius: 55px;
}
h1.Hero--Title img {
    width: 220px;
    display: table;
    margin: 0 auto 0px;
    margin-top: 20px;
}
span.hex.hex-3 {
    position: absolute;
    top: 41vh;
    width: 300px;
    height: 300px;
    box-shadow: -15px -15px 20px #e6f2ff, 20px 30px 60px rgb(57 65 124 / 8%);
    transform: rotate(145deg);
    right: -150px;
    border-radius: 55px;
}
span.hex.hex-4 {
    position: absolute;
    top: 8vh;
    width: 200px;
    height: 200px;
    box-shadow: -15px -15px 20px #e6f2ff, 20px 30px 60px rgb(57 65 124 / 8%);
    transform: rotate(135deg);
    right: 40%;
    border-radius: 25px;
}
span.hex.hex-5 {
    position: absolute;
    top: 48vh;
    width: 230px;
    height: 230px;
    box-shadow: -15px -15px 20px #e6f2ff, 20px 30px 60px rgb(57 65 124 / 8%);
    transform: rotate(235deg);
    right: 70%;
    border-radius: 25px;
}
span.hex.hex-7 {
    position: absolute;
    bottom: -140px;
    width: 200px;
    height: 200px;
    box-shadow: -15px -15px 20px #e6f2ff, 20px 30px 60px rgb(57 65 124 / 8%);
    transform: rotate(135deg);
    right: 84%;
    border-radius: 25px;
}
span.hex.hex-8 {
    position: absolute;
    top: 40vh;
    width: 180px;
    height: 180px;
    box-shadow: -15px -15px 20px #e6f2ff, 20px 30px 60px rgb(57 65 124 / 8%);
    transform: rotate(-50deg);
    right: 14%;
    border-radius: 25px;
}
.Hero--Anchors {
    display: table;
    margin: 0 auto;
    margin-top: 20px;
}
.Hero--Anchors > a {
    float: right;
    border-radius: 35px;
    margin: 10px 10px;
    font-weight: bold;
    padding: 15px 35px;
    height: 60px;
    box-shadow: 0 5px 6px #196db64d;
    color: #FFF;
    padding-left: 60px;
}
.Hero--Anchors > a >* {
    float: right;
    font-size: 24px;
    margin-right: 15px;
    line-height: 28px;
}
.Hero--Anchors > a >svg {
    width: 30px;
}
.Hero--Anchors > a >i {
    font-size: 28px;
    padding-top: 3px;
}
.Hero--Anchors > a.Show--Store {
    color: #FFF;
    background: linear-gradient(to left, #1b6eb6, #1b6eb7a3);
}
h2.title-heading {
    display: table;
    margin: 0 auto 20px;
    font-size: 50px;
    border-bottom: 1px solid #DDD;
    padding: 0 20px 15px;
    font-weight: 400;
}
h2.title-heading span {
    background: linear-gradient(to left,#e100ff,#7f00ff,#00c6ff,#0057ff,#e100ff);
    background-size: 400%;
    background-position: 0 0;
    color: transparent;
    -webkit-background-clip: text;
    font-weight: bold;
}
.section {
    margin: 110px auto 150px;
}
#about p.description {
    font-size: 30px;
    color: #004085;
    flex: 1;
    line-height: 1.6;
}
div#about {
    padding: 30px;
    background: #FFF;
    box-shadow: 6px 10px 20px #0000001f;
    border-radius: 1.3vw;
    overflow: hidden;
}
body.fixed-header {}
body.fixed-header header {
    background: #FFF;
    box-shadow: 0 -10px 20px #0000002e;
    padding: 10px 0;
}
header {
    position: sticky;
    top: 0px;
    z-index: 9999;
    transition: .4s all ease;
}
ul.services--list {
    display: flex;
    gap: 30px;
}
li.serv--box {
    box-shadow: 6px 10px 20px #0000001f;
    background: #FFF;
    padding: 30px;
    text-align: center;
    border-radius: 1.3vw;
    list-style: none;
}
.serv--con {}
.serv--con img {
    display: table;
    margin: 0 auto;
    width: 180px;
}
.serv--icon {
    margin-bottom: 20px;
}
.serv--info {}
.serv--info h3 {
    font-size: 30px;
    margin-bottom: 10px;
}
.serv--info p {
    color: #004085;
}
ul.services--list li.serv--box.designer {
    color: #D32C69;
}
ul.services--list li.serv--box.coding {
    color: #4054B2;
}
ul.services--list li.serv--box.seo {
    color: #d93232;
}
footer {
    margin: 50px 0 0;
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid #DDD;
}
footer p.copyrights {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.social-media span {
    font-size: 40px;
    color: #b3adad;
}
span.linkedin {
    color: #0077b5;
}
span.telegram {
    color: #0088cc;
}
span.facebook {
    color: #0165E1;
}
span.instagram {
    color: #E1306C;
}
span.twitter {
    color: #1DA1F2;
}
.menu--togle {
    padding: 10px;
    cursor: pointer;
    display: none;
}
.menu--togle span {
    display: block;
    width: 40px;
    height: 4px;
    background: #217ecf;
    margin: 7px 0;
}
.menu--togle span:nth-child(1) {}
.menu--togle span:nth-child(2) {
    width: 25px;
}
.menu--togle span:nth-child(3) {
    width: 30px;
}
[data-href] {
    cursor: pointer;
}
.contact--me .row {
    display: flex;
    width: 100%;
    gap: 25px;
    max-width: 700px;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    margin: 0 auto;
}
.contact--me .row .contacts {
    flex: 0 0 380px;
}
.contact--me .row form.contact--form {
    flex: 1;
}
.contact--me .row .contacts li span {display: block;border-radius: 13px;padding: 12px 20px;background: #FFF;font-weight: bold;color: #004085;border: 1px solid #00408545;}
.contact--me .row .contacts li {
    margin-bottom: 15px;
}
.form--group {
    margin-bottom: 15px;
}
.form--group input {display: block;width: 100%;height: 50px;border: 1px solid #00408545;border-radius: 48px;padding: 0 20px;}
.contact--me .row .contacts li span i {
    padding-left: 8px;
}
.contact--me .row .contacts h3 {
    background: linear-gradient(to left,#e100ff,#7f00ff,#00c6ff,#0057ff,#e100ff);
    background-size: 400%;
    background-position: 0 0;
    color: transparent;
    -webkit-background-clip: text;
    font-size: 30px;
    margin-bottom: 20px;
}
.contact--me .row .contacts li span i {
    float: right;
    font-size: 22px;
    padding-top: 1px;
}
.form--group textarea {
    display: block;
    width: 100%;
    height: 170px;
    border: 1px solid #00408545;
    border-radius: 25px;
    padding: 15px 20px;
    resize: none;
}
.contact--me .row form.contact--form button.send {
    background: linear-gradient(to left, #3460d2, #3460d2ab);
    color: white;
    padding: 10px 58px;
    font-size: 16px;
    box-shadow: 0 5px 6px #335dc752;
    border-radius: 28px;
    font-weight: bold;
    font-size: 18px;
}
#about .section--content {
    display: flex;
    gap: 30px;
}
#about .section--content img {
    width: 140px;
    border-radius: 100px;
    flex: 0 auto;
}
ul.works--list {
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
    justify-content: center;
    align-items: center;
}
ul.works--list li {
    height: 118px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    min-width: 304px;
    box-shadow: 6px 10px 20px #0000001f;
    background: #FFF;
    flex: 1;
    padding: 26px 10px;
    max-width: 290px;
    justify-content: center;
    align-items: center;
    border-radius: .9vw;
    opacity: .5;
    transition: .3s all ease;
}
ul.works--list li:hover{
    opacity: 1;
    transform: scale(1.1);
    transform-origin: bottom;
}
ul.works--list li img {
    width: 150px;
    height: auto;
}
.contact--me .row .contactSVG {
    flex: 1;
}
ul.works--list li img.movved {
    width: 70px;
}
ul.works--list li img.ksaevent {
    width: 70px;
}
@media(max-width: 728px){
    .BG--Hex{
        display: none;
    }
    .menu--togle{
        display: block;
    }
    .main--menu{
        display:block;
    }
    .main--menu{
        display: none;
        position: absolute;
        top: 110%;
        white-space: nowrap;
        width: 100%;
        background: #FFF;
        padding: 10px;
        height: auto;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 0 10px #00000024;
    }
    .main--menu ul{
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        padding-bottom: 7px;
    }
    ul.services--list{
        flex-wrap: wrap;
    }
    .logo{
        flex: 1;
        justify-content: center;
    }
    header .telegtam span{
        display: none;
    }
    header .telegtam{
        padding: 0 10px;
        background: transparent;
    }
    header .telegtam i {
        margin: 0;
        font-size: 37px;
        color: #0088cc;
    }
    .contact--me .row{
        flex-wrap: wrap;
    }
    .contact--me .row .contacts{
        flex: 0 0 100%;
    }
    h2.title-heading{
    font-size: 30px;
    }
    #about p.description{
        font-size: 18px;
        float: none;
        width: 100%;
        display: block;
        text-align: center;
    }
    .main--menu ul li a{
        font-size: 14px;
        padding: 5px 26px;
    }
    .main--menu ul li {
         flex: 1; 
    }
    #about .section--content img{
        float: none;
        width: 190px;
        display: table;
        margin: 0 auto 20px;
    }
    ul.works--list li{
        min-width: auto;
        max-width: 50%;
        flex: 0 0 45%;
        border-radius: .9vw;
    }
}
@media(max-width:600px){
    h1.Hero--Title{
        font-size: calc(5vw + 28px);
    }
}
span.whatsapp {
    color: #25D366;
}