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

* {
    font-family: "Inter";
}

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

header {
    min-height: 100px;
}

ul {
    list-style-type: none;
}

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

p {
    margin-bottom: 10px;
}

h1 {
    font-weight: 900;
    font-size: 120px;
    color: #000000;
    margin-bottom: 20px;
}

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

nav {
    padding-top: 20px !important;
    margin: 0 80px;
}

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


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

.nav-link {
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
}
.nav-link:hover , .nav-link:focus{
    color:#03daec;
}
.offcanvas-body  button svg{
    transform: rotate(180deg);
}
.flag {
    width: 30px;
}


@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

*{
    font-family:'Rubik' ;
}
.headerNew {
    width: 100%;
    position: absolute;
    z-index: 99;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0) 100%
    );
}

.headerNew a {
    color: white;
}

.offcanvas-body {
    width: 100%;
    justify-content: space-evenly;
    margin-left: 4rem;
}
.navbar-nav {
    width: 40%;
    justify-content: space-evenly;
}
.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: 25px;
    margin-left: 10px;
}

select {
    width: 70px !important;
    height: 54px !important;
    border-radius: 20px !important;
    background: white;
    border: none;
    margin-left: 5px;
}

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

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

.btnactive {
    background-color: #5300bc;
    color: white;
}
/******** Footer **********/
.footerLogo img {
    width: 7rem;
}
.newFooter {
    width: 100%;
    height: 25%;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 40px 40px 0 0;
}
.footerData,
.footerSocial {
    display: flex;
    padding: 4% 4% 1% 4%;
}
.footerData nav {
    margin-right: 15%;
}
.footerData nav ul li {
    margin-right: 40% !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-right: 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-top: 88px;
        margin-bottom: 41px; */
        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;
        /* margin-right: auto !important; */
    }

    h1 {
        font-size: 44px;
        /* margin-top: 30px; */
        margin-bottom: 20px;
        /* line-height: 53.25px; */
    }
    .heroTxt{
        margin-top: 10rem !important;
    }
    .headerNew a {
        color: black;
      }
        /**** footer *****/

.footerData{
    flex-direction: column;
}
.footerSocial{
    flex-direction: column-reverse;
}
.footerData nav {
    margin-right: unset;
}
.footerSocial {
    align-items: center;
}
.footerData nav ul li {
    margin-left: 20% !important;
    margin-right: 0 !important;
}
}
@media (min-width: 768px) {

    
}

@media (min-width: 1024px) {
    

    
}
@media only screen and (min-width: 1365px) {

}
@media only screen and (min-width: 1500px) {
    h2 {
        font-size: 2.3rem;
    }
    h5 {
        font-weight: 600;
        font-size: 1.5rem;
    }
    button {
        width: 7.875rem;
        height: 2.3rem;
    }
    button a{
        font-size: 1.2rem;
    }

}
@media only screen and (min-width: 1700px) {
    button {
        width: 8rem;
        height: 2.5rem;
    }
    button a{
        font-size: 1.3rem;
    }
}
@media (min-width: 2049px) {
    h2 {
        font-size: 3rem;
    }
    p, .nav-link {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 2rem;
    }
    button {
        width: 8.5rem;
        height: 2.8rem;
    }
    button a{
        font-size: 1.5rem;
    }

}
