/*Color Variables*/
/**************** extend css start ****************/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&display=swap");

html{
    overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    /*background-image: url('../img/bg.png');*/
    overflow-x: hidden;
}

header {
    background-image: url(../img/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

header img {
    margin-top: 20px;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.header-info {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.header-content {
    display: flex;
    flex-direction: column;
     height: 100%; 
    width: 100%;
    justify-content: center;
    align-items: center;
}

.header-content h2 {
    color: #fff;
    text-align: center;
    font-size: 50px;
    margin-bottom: 30px;
}

.header-content p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-left: 20px;
    margin-right: 20px;
    width: 364px;
}

section {
    margin-top: 60px;
}

.section-title {
    color: #64067F;
    font-size: 44px;
    font-weight: 600;
    background-image: url(../img/title_bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 168px;
    background-position-y: 28px;
    overflow: visible;
    /* line-height: 65px; */
    padding-bottom: 25px;
    text-align: center;
}


.section-text {
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
}

.different-row {
    width: 100%;
    margin-top: 80px;
}

.different-item {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.different-item p {
    color: #64067F;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.different-item img {
    width: 100%;
    height: 140px;
    object-fit: contain;
}


.join-card {
    border-radius: 16px;
    min-height: 358px;
}

.join-card.purple {
    background-color: #64067F;
}

.join-card.yellow {
    background-color: #FCC82B;
}

.join-padding {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 20px;
}

.join-card {
    position: relative;
    height: 100%;
}

.join-card .row {
    height: 100%;
}

.col-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding-left: 20px;
}

.col-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.join-section {
    margin-top: 110px;
}

.join-img {
    margin-top: 30px;
    width: 100%;
}

.join-card h2{
    margin-top: 20px;
    color:#fff;
    font-weight: 600;
    font-size: 48px;

}


.join-sub{
    font-family: 'Oleo Script', cursive;
    font-size: 27px;
    margin-top: 0px;
    text-align: initial;
}

.join-sub.yellow{
    color:#FCC82B;
}

.join-sub.purple{
    color:#64067F;
}

.join-text{
    font-size: 20px;
    color: #fff;
    text-align: initial;
}

.join-button{
    background-color: #fff;
    border-radius: 10px;
    border:none;
    color:#64067F;
    padding: 15px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}

.app-section{
    background-color: #F2F2F2;
    margin-top: 70px;
}

.app-img{
    width: 100%;
    object-fit: contain;
}

.app-info{
    max-width: 655px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.app-title:lang(en) {
    color: #64067F;
    font-size: 44px;
    font-weight: 600;
    background-image: url(../img/title_bg.svg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 168px;
    background-position-y: 28px;
    overflow: visible;
    /* line-height: 65px; */
    padding-bottom: 25px;
    text-align: initial;
   
}

.app-title:lang(ar) {
    color: #64067F;
    font-size: 44px;
    font-weight: 600;
    background-image: url(../img/title_bg.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 168px;
    background-position-y: 28px;
    overflow: visible;
    /* line-height: 65px; */
    padding-bottom: 25px;
    text-align: initial;
   
}

.app-info p{
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 45px;
}

.download-imgs{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.download-imgs img{
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    
}

footer{
    background-image: url(../img/footer_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 106%;
    width: 100%;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 100px;
    padding-top: 12%;
}

.footer-title{
    color: #64067F;
    text-align: initial;
}

.footer-text{
    display: block;
    font-size: 87.5%;
    color: #212529;
    overflow: visible;
    font-size: inherit;
    font-family: inherit;
    margin-top: 25px;
    margin-bottom: 0px;
    text-align: initial;
    text-wrap: wrap;
   
}

.footer-img-con{
    align-items: flex-end;
    margin-top: 45px;
}

.footer-img-con img{
    width: 300px;
    object-fit: contain;
}

.footer-row{
    width: 100%;
    justify-content: center;
}

.footer-row .col-md-5{
    min-width: 253px;
}

.footer-bottom{
    background-color: #64067F;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    padding-top: 20px;
}

.join-title{
    margin-top: 20px;
    color: #64067F;
    font-weight: 600;
    font-size: 48px;
    text-align: initial;
}

.modal-dialog{
    max-width: 1100px;
}

.join-input{
    width: 100%;
    border: none;
    border-bottom: 1px solid #64067F;
    height: 25px;
}

.join-input:focus-visible{
    border: none;
    border-bottom: 1px solid #64067F;
    outline: none;
}

.join-label{
    color: #64067F;
    margin-bottom:0px;
    margin-top: 30px;
}

.btn-primary{
    background-color: #FCC82B;
    border-color: #FCC82B;
}

.btn-primary:hover{
    background-color: #FCC82B;
    border-color: #FCC82B;
}

.modal-content{
    border-radius: 20px;
}

.join-modal{
    text-align: initial;
}

.join-modal-img{
    margin-top: 50px;
}

.swal2-popup{
    border-radius: 30px !important;
}

.swal2-title{
    font-size: 23px !important;
}

.lang-btn {
    position: absolute;

    top: 12px;
    -webkit-box-shadow: 0px 10px 23px -8px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 10px 23px -8px rgb(0 0 0 / 11%);
    background: #fff;
    padding: 2px 15px;
    border-radius: 30px;
    color: #914a9b;
    cursor: pointer;
}

.lang-btn:lang(en) {
    right: 20px;
}

.lang-btn:lang(ar) {
    left: 20px;
}


.banner_right{
    position: relative;
    right: 0px;
    bottom: 0px;
    width: 70%;
}

.banner_left{
    position: relative;
    left: 0px;
    bottom: 0px;
    width: 70%;
}

@media only screen and (max-width:766px) {
    .banner_left{
        display: none;
    }
    .banner_right{
        left:0px;
        right: 0px;
        margin: auto;
        width: 45%;
    }

    .header-content{
        height: unset;
    }
    
    .banner-main{
        margin-bottom: 50px !important;
        margin-top: 100px;
    }
}

.banner-main{
    margin-bottom: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner_row{
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    /* margin-top: 75px; */
    justify-content: space-between;
}

.banner_column{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: center;
    flex-direction: column;
    max-width: 100%;
    height: 100%;
}

.banner_column2{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: center;
    max-width: 100%;
    height: 100%;
}

.banner_columnx{
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.banner-main img{
    margin-bottom: 10px;
    width: 100%;
    object-fit: contain;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}