@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");


@font-face {
    font-family: 'Satoshi';
    src: url('/fonts/Satoshi/Satoshi-Regular.woff2') format('woff2'),
         url('/fonts/Satoshi/Satoshi-Regular.woff') format('woff'),
         url('/fonts/Satoshi/Satoshi-Regular.ttf') format('truetype');

}
* {
    font-family: "Satoshi", sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
    direction: rtl;
}

header {
    min-height: 6.25rem;
}

ul {
    list-style-type: none;
}

a {
    cursor: pointer;
    text-decoration: none;
}

p {
    margin-bottom: 0.625rem;
}

/* h1 {
    font-weight: 900;
    font-size: 12rem;
    color: #000000;
    margin-bottom: 20px;
} */

/******************* navigation ***********************/
header ul {
    display: flex;
    flex-direction: row;
}
.mCustom {
    margin-right: auto;
    margin-left: unset;
}

nav {
    padding-top: 1.2rem !important;
    margin: 0 5rem;
}

.navbar-brand {
    font-weight: 900;
    font-size: 29px;
}

.nav-item {
    margin-left: 1.813rem;
    margin-right: unset;
}

.nav-item:last-of-type {
    margin-left: 0;
}

.nav-link {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 24.2px;
}
.nav-link:hover,
.nav-link:focus {
    color:  #984CFF;
    
}
.navbar-brand {
    width: 6rem;
}
.flag {
    width: 1.875rem;
}

.headerNew {
    width: 100%;
    position: absolute;
    z-index: 99;

}

.headerNew a {
    color: #000000;
}
button {
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem;
}
.offcanvas-body {
    width: 100%;
    justify-content: space-evenly;
    margin-right: 4rem;
}
.navbar-nav {
    width: 40%;
    justify-content: space-evenly;
}
.nav-item {
    margin-left: unset;
}
.navbar-toggler {
    background-color: white;
}

/************ main section *************/

main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

button {
    background-color: white;
    border: none;
    width: 6.875rem;
    height: 2.875rem;
    border-radius: 100px;
    color: #5300bc;
    display: flex;
    align-items: center;
    justify-content: center;
}

button i {
    font-size: 1.563rem;
    margin-right: 0.625rem;
}

select {
    width: 70px !important;
    height: 54px !important;
    border-radius: 20px !important;
    background: white;
    border: none;
    margin-right: 5px;
}
.aboutDataCont {
    align-items: self-start !important;
}

/*************** input section *********************/

input {
    background: none !important;
    border: unset !important;
}

.form-control:focus {
    box-shadow: unset;
}

.btnactive {
    background-color: #5300bc;
    color: white;
}
.joinBtn{
    background: #984CFF;
    width: 132px;
    height: 38px;
    padding: 8px;
    border-radius: 4px;
}
.joinBtn a{
    color: white;
}

/******** Footer **********/
.footerLogo img {
    width: 7rem;
}
.newFooter {
    width: 100%;
    height: 25%;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 2.5rem 2.5rem 0 0;
}
.footerData,
.footerSocial {
    display: flex;
    padding: 4% 4% 1% 4%;
}

.footerData nav {
    margin-right: 15%;
}
.footerData nav ul li {
    margin-left: 30% !important;
}
.footerData p,
.footerSocial p {
    color: rgba(247, 247, 247, 1);
    opacity: 0.5;
}
.footerData nav a,
.footerSocial a {
    color: white;
    padding-bottom: 0.5rem;
    font-weight: 400 !important;
    text-wrap: nowrap;
}

.footerSocial {
    padding-top: 1% !important;
    justify-content: space-between;
    align-items: end;
}
.footerSocial ul {
    padding-right: unset;
    margin-bottom: unset;
}
.footerSocial ul li a {
    margin-left: 1rem;
}
.footerSocial .store {
    display: flex;
    flex-direction: row;
    margin-right: unset;
    margin-bottom: 15px;
}
.fSoicalIcon {
    display: flex;
    justify-content: space-around;
    color: white;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 1440px) {
    /* navigation */
    .nav-link {
        font-size: 18px;
    }

    h1 {
        font-size: 80px;
        margin-bottom: 15px;
    }

    button {
        width: 100px;
        height: 36px;
        border-radius: 80px;
    }

    select {
        width: 60px !important;
        height: 44px !important;
        border-radius: 18px !important;
    }
}

@media only screen and (max-width: 926px) {
    /* navigation */
    nav {
        padding-top: 20px !important;
        margin: 0 20px;
    }

    .nav-link {
        font-size: 20px;
        line-height: 36.31px;
    }

    .navbar-toggler {
        border: unset;
        width: unset;
    }

    #offcanvasNavbar {
        height: 100%;
        width: 100%;
    }

    .offcanvas-body {
        margin-top: 40px;
        padding: 20px;
    }

    h1 {
        font-size: 44px;
        margin-bottom: 20px;
    }

    .mCustom {
        margin-right: unset;
    }
    .headerNew a {
        color: unset !important;
    }
    /**** footer *****/

    .footerData {
        flex-direction: column;
    }
    .footerSocial {
        flex-direction: column-reverse;
    }
    .footerData nav {
        margin-right: unset;
    }
    .footerSocial {
        align-items: center;
    }
    .footerData nav ul li {
        margin-right: unset !important;
        margin-left: 15% !important;
    }
}
