/* Start Basic CSS Reset */

*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* End Basic CSS Reset */

html {
    /* colors */
    --color-Primary: #022D45;
    --color-Primary-v2: #022D458C;
    --Color-Secondary:#01F197;
    --Color-Secondary-v1:#01A276;
    --Color-Secondary-v2 :#09726D;

    --color-White: #FFFFFF;
    --color-White-v2: #FFFFFFCC;
    --color-White-v3: #F1F3F4;

    --color-Grey: #BAC1CC;
    --color-Grey-v2: #CCD5DA;
    --color-Grey-v3: #D2D2D2;
    --color-Grey-v4: #747474;
    --color-Grey-v5: #80868B;
    --color-Grey-v6: #919191;

    --color-Dark-Grey: #646464;
    --color-Light-Grey: #F3F3F3;
    --color-Light-Grey-v2: #EAEAEA;
    --color-Light-Grey-v3: #CBD5E1;

    --color-Black:#000000;
    --color-Black-v1:#010101;
    --color-Black-v2:#000000B2;

    --color-brown:#FFFFFF14;
    
    --Color-Red:#D50000;

    /* Default Fonts */
    --font-primary-En: Inter;
    --font-primary-Ar: Tajawal;

}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter_18pt-Regular.ttf")
}

@font-face {
    font-family: "Tajawal";
    src: url("../fonts/Tajawal-Regular.ttf")
}



::placeholder {
    font-family:  var(--font-primary-En) ;
} 
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
}
a{  
    text-decoration: none;
}
body{
    background-color: var(--color-Primary);
}
.error {
    font-size: 15px;
    font-family: var(--font-primary-En);
    font-weight: 600;
    color: var(--Color-Red);
    text-align: left;
    margin: 0.5rem 0;
}
.input_error {
  border: 1px solid var(--Color-Red) !important;
}
.input_error2{
    border-left: 1px solid var(--Color-Red) !important;
}
/* Start Modal Style */

.modal {
    direction: ltr;
    top: 5%;
    padding: 0px;
    overflow-y: auto;
    scroll-behavior: smooth;
}
.modal-dialog {
   background-color: var(--color-White);
   border-radius: 24px;
}
.modal .modal_content{
    border-radius: 24px;
    padding: 1.5rem 1rem;
}

.modal .modal_title {
    color: var(--color-Primary);
    font-family: var(--font-primary-En);
    font-size: 24px;
    text-align: center;
    margin: 0.5rem auto;
    font-weight: 700;
}
.modal_subTitle{
    color: var(--color-Grey-v6);
    font-family: var(--font-primary-En);
    font-size: 16px;
    text-align: center;
    margin: 0.8rem auto;
    font-weight: 400; 
}
.modal .modal_icon {
    width: 85px;
    height: 85px;
    display: block;
    margin: 1rem auto;
}

.modal .modal_header {
    border-bottom: none !important;
}

.modal .modal_footer {
    border-top: none !important;
    display: block;
}

.modal_ok_but {
    width: -webkit-fill-available;
    width: -moz-available;
    height: 50px;
    background: linear-gradient(180deg, var(--Color-Secondary-v1) 0%, var(--Color-Secondary-v2) 100%);
    color: var(--color-White);
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 20px;
    text-align: center;
    font-family: var(--font-primary-En);
    font-weight: 400;
    font-size: 18px;
    margin: 0.5rem;
    display: grid;
    align-items: center;
    line-height: 1;
    padding: 0.8rem;
}


.modal_close_but {
    position: absolute;
    top: 5px;
    right: 19px;
    transition: all 200ms;
    font-size: 27px;
    font-weight: bold;
    text-decoration: none;
    color: var(--color-Grey);
    text-align: center;
    align-items: center;
    display: grid;
    cursor: pointer;
    outline: none;
    border: none;
    background-color: transparent;
}

.modal_close_but:hover {
    color: var(--color-Primary);
}

.modal-body{
    padding: 0 1rem;
}

.modal_cancel_but{
    width: -webkit-fill-available;
    width: -moz-available;
    height: 50px;
    background: linear-gradient(180deg, var(--Color-Secondary-v1) 0%, var(--Color-Secondary-v2) 100%);
    color: var(--color-White);
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 20px;
    text-align: center;
    font-family: var(--font-primary-En);
    font-weight: 400;
    font-size: 18px;
    margin: 0.2rem auto;
    display: grid;
    align-items: center;
    line-height: 1;
    padding: 0.8rem;
}
.modal_cancel_subscription_but{
    width: -webkit-fill-available;
    width: -moz-available;
    height: 50px;
    background: var(--color-White);
    color: var(--color-Primary);
    border: 1px solid var(--Color-Secondary-v2);
    outline: none;
    cursor: pointer;
    border-radius: 20px;
    text-align: center;
    font-family: var(--font-primary-En);
    font-weight: 400;
    font-size: 18px;
    margin: 0.5rem;
    display: grid;
    align-items: center;
    line-height: 1;
    padding: 0.8rem;
}
.modal_privacy_title{
    color: var(--color-Primary);
    font-family: var(--font-primary-En);
    font-size: 22px;
    text-align: center;
    margin: 0.5rem auto;
    font-weight: 400;
}
.lock_icon{
    width: 28px;
    height: 28px;
    margin: 0.5rem;
}
.modal_privacy_last_update{
    color: var(--color-Primary);
    font-family: var(--font-primary-En);
    font-size: 14px;
    text-align: left;
    margin: 0.5rem auto;
    font-weight: 500;
}
.modal_privacy_text{
    color: var(--color-Black);
    font-family: var(--font-primary-En);
    font-size: 14px;
    text-align: left;
    margin: 0.5rem auto;
    font-weight: 400;
}
.modal_privacy_subtitle{
    color: var(--color-Primary);
    font-family: var(--font-primary-En);
    font-size: 16px;
    text-align: left;
    margin: 0.5rem auto;
    font-weight: 600;
}
.showImage_title{
    color: var(--color-Primary);
    font-family: var(--font-primary-En);
    font-size: 18px;
    text-align: center;
    margin: 0.5rem auto;
    font-weight: 500;
}
.showImageModal{
    width: -webkit-fill-available;
    width: -moz-available;
    height: 500px;
    border-radius: 53px;
    object-fit: cover;
    display: block;
    margin: 1.5rem auto;
}
/* End Modal Style */
/* Start Pagination Style */
.pagination_right_but {
    background-color: var(--color-Primary);
    border: 1px solid var(--color-Primary);
    border-radius: 0px 6px 6px 0px;
    outline: none;
    padding: 0.3rem;
    text-align: center;
    align-items: center;
    display: inline-flex;
}

.pagination_left_but {
    background-color: var(--color-Primary);
    border: 1px solid var(--color-Primary);
    border-radius: 6px 0px 0px 6px;
    outline: none;
    padding: 0.3rem;
    text-align: center;
    align-items: center;
    display: inline-flex;
}
.pagination_dir{
    direction: ltr;
    float: right;
}
.arrow_pagination{
    width: 22px;
    height: 22px
}
/* End Pagination Style */

/* Start Loader Style */

.overlay_loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}

.text_loader {
    color: var(--color-White);
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 1.8em;
    text-align: center;
    margin: 0;
    padding: 0.5rem 0;
    direction: rtl;
}

.loader_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lds-roller {
    justify-content: center;
    display: block;
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    display: inline-table;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-Primary);
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* End Loader Style */
/* Start Header Section Style*/

.header_section{
    padding: 1rem 2rem;
    width: -webkit-fill-available;
    width: -moz-available;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-Primary);
}
.header_superList{
    display: flex;
    justify-content: space-evenly;
}
.header_list{
    display: inline-flex;   
    justify-content: center;
    align-items: center;
}
ul .header_list>li{
    list-style: none;
    padding: 10px 20px !important;
}
.header_item{
    font-size: 18px;
    cursor: pointer;
    font-family: var(--font-primary-En);
    color: var(--color-White);
    font-weight: 500;
}
.header_item.active{
    background-color: var(--Color-Secondary);
    border-radius: 44px;
    padding: 0.5rem 1rem;
    color: var(--color-Primary);
    font-weight: 600;
}
.header_item.active:hover{
    color: var(--color-Primary);
}
.header_item:hover{
    color: var(--Color-Secondary);
}
.header_logo_dev{
    position: absolute;
    top: 20px;
    left: 25px;
}
.header_logo{
    width: 216px;
    height: 53px;
}
.header_language_icon_dev{
    position: absolute;
    top: 25px;
    right: 25px;
}
.language_icon{
    width: 30px;
    height: 30px;
}
.header_list .header_icon {
  display: none;
}
.header_hamburger_icon{
    width: 30px;
    height: 30px;
}

/* End Header Section Style*/
/* Start Landing Page Style */
.home_section{
    padding: 3rem 0;
    background-color: var(--color-Primary);
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../img/home_bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;  
}
.home_title{
    font-size: 78px;
    font-family: var(--font-primary-En);
    color: var(--color-White);
    font-weight: 600;
    text-align: center;
}
.home_title span{
    color: var(--Color-Secondary);
}
.login_btn{
    border-radius: 20px;
    width: 280px;
    height: 63px;
    background-color: var(--color-White);
    padding: 0.5rem;
    text-align: center;
    color: var(--color-Black-v1);
    font-family: var(--font-primary-En);
    font-weight: 600;
    margin: 2rem auto;
    display: block;
    border: none;
    outline: none;
    font-size: 20px;
    line-height: 2.3;
}

.website_section{
    background-color: var(--color-Primary);
    padding: 0.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.website_content{
    margin-top: 1rem;
}
.box_grid_view{
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
}
.box_type{
    width: -webkit-fill-available;
    width: -moz-available;
    height: 170px;
    border-radius: 16px;
    padding: 12px 14px;
    align-items: center;
    display: block;
    background: linear-gradient(117.58deg, rgba(215, 237, 237, 0.16) -47.79%, rgba(204, 235, 235, 0) 100%);
    border-top: 1px solid var(--color-brown);
    
}

.box_icon{
    width: 50px;
    height: auto;
    margin: 0.5rem 0 0 0;
}
.box_title{
    font-size: 20px;
    color: var(--color-White);
    font-family: var(--font-primary-En);
    text-align: left;
    margin:0 auto 0.5rem auto;
    font-weight: 600;
}
/* End Landing Page Style */
/* Stat About Us Page Style */
.about_section{
    padding: 3rem 0 1rem 0;
    background-color: var(--color-Primary);
    display: flex;
    justify-content: center;
    align-items: center; 
    border-top:1px solid var(--color-Dark-Grey);
}
.about_content{
    background-image: url('../img/home_bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    min-height: 70vh;
}
.about_title{
    font-size: 44px;
    font-family: var(--font-primary-En);
    color: var(--color-White);
    font-weight: 600;
    text-align: left;
}
.about_text{
    font-size: 20px;
    font-family: var(--font-primary-En);
    color: var(--color-White);
    font-weight: 400;
    text-align: left;
}
.slider_about {
    width: -webkit-fill-available;
    width: -moz-available;
}

.main_image img {
    width: -webkit-fill-available;
    width: -moz-available;
    height: 385px;
    object-fit: fill;
    margin-bottom: 20px;
}

.thumbnails {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.thumbnails img {
    width: 32%;
    height: 185px;
    border-radius: 6px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.thumbnails img:hover {
    transform: scale(1.05);
}

.dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.dot {
    width: 15px;
    height: 15px;
    background-color: var(--color-White);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: var(--Color-Secondary);
    width: 32px;
    height: 8px;
    border-radius: 27px;
}

/* End About Us Page Style */
/* Start Privacy Policy Page Style */

.privacyPolicy_section{
    padding: 3rem 0 1rem 0;
    background-color: var(--color-Primary);
    /* display: flex;
    justify-content: center; */
    align-items: center; 
    border-top:1px solid var(--color-Dark-Grey);
}
.privacyPolicy_bg{
    padding: 2rem 0;
    background-image: url('../img/home_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    min-height: 70vh;
}
.privacyPolicy_title{
    font-size: 44px;
    font-family: var(--font-primary-En);
    color: var(--color-White);
    font-weight: 600;
    text-align: left;
}
.privacyPolicy_date{
    font-size: 18px;
    font-family: var(--font-primary-En);
    color: var(--color-White-v2);
    font-weight: 300;
    text-align: left;
}
.privacyPolicy_text{
    font-size: 20px;
    font-family: var(--font-primary-En);
    color: var(--color-White-v2);
    font-weight: 400;
    text-align: left;
}
.privacyPolicy_subTitle{
    font-size: 22px;
    font-family: var(--font-primary-En);
    color: var(--color-White);
    font-weight: 600;
    text-align: left;
}
.privacyPolicy_list{
    list-style: disc;
    color: var(--color-White);
    margin-left: 2rem;
}
/* End Privacy Policy Page Style */

/* Start Terms & Conditions Page Style */

.termsConditions_section{
    padding: 3rem 0 1rem 0;
    background-color: var(--color-Primary);
    /* display: flex;
    justify-content: center; */
    align-items: center; 
    border-top:1px solid var(--color-Dark-Grey);
}
.termsConditions_bg{
    padding: 2rem 0;
    background-image: url('../img/home_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    min-height: 70vh;
}
.termsConditions_title{
    font-size: 44px;
    font-family: var(--font-primary-En);
    color: var(--color-White);
    font-weight: 600;
    text-align: left;
}
.termsConditions_text{
    font-size: 20px;
    font-family: var(--font-primary-En);
    color: var(--color-White-v2);
    font-weight: 400;
    text-align: left;
}
.termsConditions_subTitle{
    font-size: 22px;
    font-family: var(--font-primary-En);
    color: var(--color-White);
    font-weight: 600;
    text-align: left;
}
/* End Terms & Conditions Page Style */


/* Start Login Page Style */
.header_login_section{
    padding: 2rem 1rem;
    justify-content: center;
    display: block;
    text-align: center;
    width: 100%;
    height: 110px;
    background-color: var(--color-Primary);
}
.header_login_logo{
    width: 216px;
    height: 53px;   
}
.header_login_back{
    position: absolute;
    top: 30px;
    left: 30px;
}
.header_login_back_btn{
    font-weight: 400;
    font-size: 18px;
    color: var(--Color-Secondary);
    font-family: var(--font-primary-En);
    margin: 0.5rem 0;
    cursor: pointer;
}
.header_login_back_btn:hover{
    color: var(--color-White);
}
.login_section{
    padding: 3rem 0;
    background-color: var(--color-Primary);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 85vh;
    position: relative;
    overflow: hidden;
}
.bg_wrapper {
    position: relative;
}

.login_bg{
    background-image: url('../img/home_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 85vh;

    position: absolute;
    top: 50%;
    left: 50%;

    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;

    animation: spinOnce 3s ease-out forwards;
    transform-origin: center center;
}

@keyframes spinOnce {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(30deg);
    }
}
.login_box{
    position: relative;
    z-index: 2;
    width: 569px;
    height: 266px;
    box-shadow: -3px 6px 4px 0px #00000040;
    background-color: var(--color-White);
    border-radius: 12px;
    padding: 2rem;
    border: 1px solid var(--color-brown);
    display: block;
    margin: auto;
}
.Hi_text{
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-primary-En);
    color: var(--color-Primary);
    text-align: left;
    margin: 0.3rem 0;
}

.Welcome_text{
    font-size: 22px;
    font-weight: 700;
    font-family: var(--font-primary-En);
    color: var(--Color-Secondary);
    text-align: left;
    margin: 0.3rem 0;
}
.phone_number_form{
    width: -webkit-fill-available;
    width: -moz-available;
    height: 62px;
    display: flex;
    border: 1px solid var(--color-Primary);
    border-radius: 10px;
    direction: rtl;

}
.phone_number_input{
    width: -webkit-fill-available;
    width: -moz-available;
    height: 60px;
    border: none;
    border-left: 1px solid var(--color-Primary);
    border-bottom-right-radius: 10px;
    border-top-right-radius:10px;
    border-bottom-left-radius: 0px;
    border-top-left-radius:0px;
    padding: 0 1rem;
    font-size: 18px;
    font-weight: 700;
    font-family: var(--font-primary-En);
    color: var(--color-Primary);
    text-align: left;
    outline: none;
    direction: ltr;
  
}
.phone_number_input::placeholder{
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-primary-En);
    color: var(--color-Dark-Grey);
    text-align: left;
}
/* .phone_number_input:focus{
    border: 0.5px solid var(--color-Primary);
} */
.custom_select_login {
    font-size: 16px;
    outline: none;
    margin: 0.5rem 0.8rem;
    font-family: var(--font-primary-En);
    font-weight: 500;
    color: var(--color-Primary);
    cursor: pointer;
    align-items: center;
    display: flex;
    direction: ltr;

}
.selected_option_login,
.option_login {
  display: flex;
  align-items: center;
  gap: 10px;
}
.options_login {
  position: absolute;
  top: 56%;
  left: 0;
  right: 75%;
  background: white;
  border: 1px solid #ccc;
  z-index: 100;
  border-radius: 10px;
  width: 130px;
}
.option_login {
  padding: 10px;
  cursor: pointer;
}
.option_login:hover {
  background: #f0f0f0;
}

.languages_select_login:hover{
    border: 1px solid var(--color-Primary);
}
.languages_select_login.active{
    border: 1px solid var(--color-Primary);
}



.continue_btn{
    border-radius: 20px;
    width: -webkit-fill-available;
    width: -moz-available;
    height: 44px;
    background-color: var(--color-Primary);
    padding: 0.5rem;
    text-align: center;
    color: var(--color-White);
    font-family: var(--font-primary-En);
    font-weight: 700;
    margin: 0.8rem auto;
    display: block;
    border: none;
    outline: none;
    font-size: 18px;
    border-radius: 20px;
}
.privacyPolicy_link{
    font-size: 20px;
    font-weight: 400;
    font-family: var(--font-primary-En);
    color: var(--color-White-v2);
    text-align: center;
    margin: 0.5rem 0;
    display: block;
    text-decoration: underline;
    cursor: pointer;
    z-index: 3;
    position: relative;
}
.selected_arrow_login {
    right: -5px;
    position: relative;
    top: 0px;
}
/* End Login Page Style */


/* Start OTP Page Style */
.header_otp_section{
    padding: 2rem 1rem;
    justify-content: center;
    display: block;
    text-align: center;
    width: 100%;
    height: 110px;
    background-color: var(--color-Primary);
}
.header_otp_logo{
    width: 216px;
    height: 53px;   
}
.header_otp_back{
    position: absolute;
    top: 30px;
    left: 30px;
}
.header_otp_back_btn{
    font-weight: 400;
    font-size: 18px;
    color: var(--Color-Secondary);
    font-family: var(--font-primary-En);
    margin: 0.5rem 0;
    cursor: pointer;
}
.header_otp_back_btn:hover{
    color: var(--color-White);
}
.otp_section{
    padding: 3rem 0;
    background-color: var(--color-Primary);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 85vh;
    position: relative;
    overflow: hidden;
}
.bg_otp_wrapper {
    position: relative;
}

.otp_bg{
    background-image: url('../img/home_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 85vh;

    position: absolute;
    top: 50%;
    left: 50%;

    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;

    animation: spinOnceOtp 3s ease-out forwards;
    transform-origin: center center;
}

@keyframes spinOnceOtp {
    from {
        transform: translate(-50%, -50%) rotate(30deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(60deg);
    }
}
.otp_box{
    position: relative;
    z-index: 2;
    width: 569px;
    height: 355px;
    box-shadow: -3px 6px 4px 0px #00000040;
    background-color: var(--color-White);
    border-radius: 12px;
    padding: 2rem;
    border: 1px solid var(--color-brown);
    display: block;
    margin: auto;
}


.enter_otp_text{
    font-size: 24px;
    font-weight: 900;
    font-family: var(--font-primary-En);
    color: var(--color-Primary);
    text-align: center;
    margin: 0.3rem 0;
}

.Verify_btn{
    border-radius: 20px;
    width: -webkit-fill-available;
    width: -moz-available;
    height: 44px;
    background-color: var(--color-Primary);
    padding: 0.5rem;
    text-align: center;
    color: var(--color-White);
    font-family: var(--font-primary-En);
    font-weight: 700;
    margin: 0.8rem auto;
    display: block;
    border: none;
    outline: none;
    font-size: 18px;
    border-radius: 20px;
}

.otp_input_fields {
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 26px;
  padding: 10px;
  direction: ltr;
}
.otp_input_fields input {
  height: 63px;
  width: 66px;
  background-color: var(--color-Grey-v2);
  border-radius: 10px;
  border: 1px solid var(--color-brown);
  text-align: center;
  outline: none;
  font-size: 16px;
  /* Firefox */
}
.otp_input_fields input::-webkit-outer-spin-button, .otp_input_fields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otp_input_fields input[type=number] {
  -moz-appearance: textfield;
}
.otp_input_fields input:focus {
  border-width: 2px;
  border-color: var(--color-Primary);
  font-size: 20px;
}

.otp_subText{
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-primary-En);
    color: var(--color-Black-v2);
    text-align: center;
    margin: 0.5rem 0;
}
.otp_resend{
    font-size: 16px;
    font-weight: 900;
    font-family: var(--font-primary-En);
    color: var(--Color-Secondary);
    text-align: center;
    margin: 0.5rem 0;
    direction: ltr !important;
    display: contents;
}
.otp_form{
    display: contents;
}
/* End OTP Page Style */
/* Start New Subscriber Page Style */
.new_subscriber_box{
    position: relative;
    z-index: 2;
    width: 569px;
    height: max-content;
    box-shadow: -3px 6px 4px 0px #00000040;
    background-color: var(--color-White);
    border-radius: 12px;
    padding: 2rem;
    border: 1px solid var(--color-brown);
    display: block;
    margin: auto;
}
.your_information{
    font-size: 24px;
    font-weight: 900;
    font-family: var(--font-primary-En);
    color: var(--color-Primary);
    text-align: center;
    margin: 0.5rem 0;

}

.subscriber_title{
    font-family: var(--font-primary-En);
    font-weight: 600;
    font-size: 16px;
    color: var(--color-Grey-v5);
    text-align: left;
    margin: 1rem auto 0.5rem auto;
}
.subscriber_input{
    width: -webkit-fill-available;
    width: -moz-available;
    margin: 0.5rem auto;
    background-color: var(--color-White-v3);
    border-radius: 8px;
    padding: 0.5rem 1rem;
    align-items: center;
    display: flex;
    margin: 0.5rem auto;
    height: 50px;
    outline: none;
    border: none;
    font-family: var(--font-primary-En);
    font-weight: 500;
    font-size: 16px;
    color: var(--color-Black-v1);
    text-align: left;
}
.subscriber_continue_btn {
    border-radius: 20px;
    width: -webkit-fill-available;
    width: -moz-available;
    height: 48px;
    background-color: var(--color-Primary);
    padding: 0.5rem;
    text-align: center;
    color: var(--color-White);
    font-family: var(--font-primary-En);
    font-weight: 700;
    margin: 1rem auto;
    display: block;
    border: none;
    outline: none;
    font-size: 18px;
    border-radius: 20px;
}
/* End New Subscriber Page Style */

/* Start Sidebar Style */

.sidebar {
    display: block;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background-color: var(--color-Light-Grey);
    direction: ltr;
    z-index: 10000;
}

.sidebar ul li {
    padding: 0.5rem 0rem;
}

.sidebar_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0.4rem;
    cursor: pointer;
    height: 40px;
}

.sidebar_icon {
    width: 24px;
    height: 24px;
    margin: 0.4rem;
}

.sidebar_item_name {
    color: var(--color-Primary-v2);
    font-family: var(--font-primary-En);
    font-weight: 600;
    font-size: 14px;
    text-align: left;
}

.align_item {
    align-items: center;
    display: flex;
}

.sidebar_sub_text {
    color: var(--color-Primary);
    font-family: var(--font-primary-En);
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    padding: 0.8rem 1rem;
    margin: 0;
}


.sidebar_item:hover {
    background-color: var(--color-Light-Grey-v2);
}

.sidebar_item:hover .sidebar_item_name {
    color: var(--color-Primary);
    font-weight: 600;
}

.sidebar_item:hover .sidebar_icon {
    filter: brightness(0) saturate(100%) invert(13%) sepia(29%) saturate(886%) hue-rotate(158deg) brightness(96%) contrast(96%);

}

.sidebar_item.active {
    background-color: var(--color-Light-Grey-v2);
}
.sidebar_item_name.active {
    color: var(--color-Primary);
    font-weight: 600;
}
.sidebar_icon.active {
    filter: brightness(0) saturate(100%) invert(13%) sepia(29%) saturate(886%) hue-rotate(158deg) brightness(96%) contrast(96%);

}

.close_btn {
    display: none;
    z-index: -1;
}

.info_phone_view{
    display: none;
}

/*  End Sidebar Style*/


/*  Start Header Style */

.header_box {
    direction: ltr;
    width: -webkit-fill-available;
    height: 105px;
    padding: 2rem;
    display: inline-flex;
    align-items: center;
    background-color: var(--color-White);
    border-bottom: 1px solid var(--color-Grey-v2);
    justify-content: space-between;

}
.login_header_logo{
    width: 195px;
    height: 48px;
}

.header_subscriber{
    display: flex;
    align-items: center;
}
.header_menu_icon {
    width: 28px;
    height: 28px;
    margin: 0.4rem;
    display: none;
}
.header_subscriber_image{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: auto 0.5rem;
    object-fit: cover;
}
.header_subscriber_name {
color: var(--color-Primary);
    font-family: var(--font-primary-Ar);
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
    align-items: center;
    margin: auto;
}
.subMenu{
    display: inline;
    justify-content: space-between;
    align-items: center;
}
.arrow_right_icon{
    width: 24px;
    height: 24px;
    margin: 0.4rem;
}
.sup_menu_wrap {
    position: absolute;
    top: 10%;
    right: 1%;
    width: 198px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s;
}

.sup_menu_wrap.open_menu {
    z-index: 999;
    max-height: 400px;
}

.sup_menu {
    background: var(--color-White);
    margin: 5px;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px #00000040;

}

.menu_height {
    max-height: 370px;
    overflow-x: hidden;
    overflow-y: auto;
    padding:  0;
    margin: auto;
}

.menu_height::-webkit-scrollbar {
    width: 11px;
}

.menu_height::-webkit-scrollbar-track {
    background: var(--color-White);
    border-radius: 8px;
}

.menu_height::-webkit-scrollbar-thumb {
    background-color: var(--color-light-gray);
    border-radius: 8px;
    border: 3px solid var(--color-white);
}

.sup_menu_item{
    display: inline-flex;
    height: 50px;
    align-items: center;
    width: -webkit-fill-available;
    cursor: pointer;
}
.sup_menu_item_icon{
    width: 20px;
    height: 20px;
    margin: 0.5rem;
}
.sup_menu_item_name {
    color: var(--color-Primary-v2);
    font-family: var(--font-primary-En);
    font-size: 16px;
    text-align: left;
    font-weight: 600;
}
.sup_menu_item:hover {
    background-color: var(--color-Light-Grey-v2);
}

.sup_menu_item:hover .sup_menu_item_name {
    color: var(--color-Primary);
    font-weight: 600;
}

.sup_menu_item:hover .sup_menu_item_icon{
  filter: brightness(0) saturate(100%) invert(13%) sepia(29%) saturate(886%) hue-rotate(158deg) brightness(96%) contrast(96%);

}

.sup_menu_item.active{
    background-color: var(--color-Light-Grey-v2);
}
.sup_menu_item_name.active{
    color: var(--color-Primary);
    font-weight: 600;
}
.sup_menu_item_icon.active{
    filter: brightness(0) saturate(100%) invert(13%) sepia(29%) saturate(886%) hue-rotate(158deg) brightness(96%) contrast(96%);
}

/*  End Header Style */

/* Start Language Menu Style  */
.sup_menu_language_wrap {
    position: absolute;
    top: 7.5%;
    right: 1%;
    width: 140px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s;
}

.sup_menu_language_wrap.open_menu {
    z-index: 999;
    max-height: 400px;
}

.sup_menu_language {
    background: var(--color-White);
    margin: 5px;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px #00000040;

}

.menu_language_height {
    max-height: 370px;
    overflow-x: hidden;
    overflow-y: auto;
    padding:  0;
    margin: auto;
}

.menu_language_height::-webkit-scrollbar {
    width: 11px;
}

.menu_language_height::-webkit-scrollbar-track {
    background: var(--color-White);
    border-radius: 8px;
}

.menu_language_height::-webkit-scrollbar-thumb {
    background-color: var(--color-light-gray);
    border-radius: 8px;
    border: 3px solid var(--color-white);
}

.sup_menu_language_item{
    display: grid;
    height: 50px;
    align-items: center;
    width: -webkit-fill-available;
    cursor: pointer;
}

.sup_menu_language_item_name {
    color: var(--color-Primary-v2);
    font-family: var(--font-primary-En);
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin: 0;
}
.sup_menu_language_item:hover {
    background-color: var(--color-Light-Grey-v2);
}

.sup_menu_language_item:hover .sup_menu_language_item_name {
    color: var(--color-Primary);
    font-weight: 600;
}

.sup_menu_language_item.active{
    background-color: var(--color-Light-Grey-v2);
}
.sup_menu_language_item_name.active{
    color: var(--color-Primary);
    font-weight: 600;
}
/* phone view */
.sup_menu_language_wrap_phone {
    position: relative;
    top: 6%;
    right: 1%;
    width: 140px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s;
}

.sup_menu_language_wrap_phone.open_menu_phone {
    z-index: 999;
    max-height: 400px;
}

.sup_menu_language_phone {
    background: var(--color-White);
    margin: 5px;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px #00000040;

}

.menu_language_height_phone {
    max-height: 370px;
    overflow-x: hidden;
    overflow-y: auto;
    padding:  0;
    margin: auto;
}

.menu_language_height_phone::-webkit-scrollbar {
    width: 11px;
}

.menu_language_height_phone::-webkit-scrollbar-track {
    background: var(--color-White);
    border-radius: 8px;
}

.menu_language_height_phone::-webkit-scrollbar-thumb {
    background-color: var(--color-light-gray);
    border-radius: 8px;
    border: 3px solid var(--color-white);
}

.sup_menu_language_item_phone{
    display: grid;
    height: 50px;
    align-items: center;
    width: -webkit-fill-available;
    cursor: pointer;
}

.sup_menu_language_item_name_phone {
    color: var(--color-Primary-v2);
    font-family: var(--font-primary-En);
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin: 0;
}
.sup_menu_language_item_phone:hover {
    background-color: var(--color-Light-Grey-v2);
}

.sup_menu_language_item_phone:hover .sup_menu_language_item_name_phone {
    color: var(--color-Primary);
    font-weight: 600;
}

.sup_menu_language_item_phone.active{
    background-color: var(--color-Light-Grey-v2);
}
.sup_menu_language_item_name_phone.active{
    color: var(--color-Primary);
    font-weight: 600;
}

/* End Language Menu Style */


/*Start Button Navigation Bar Page Style*/

.phone_view {
    display: none;
}

.button_navBar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.ul_button_navbar {
    background-color: var(--color-Light-Grey-v2);
    height: 63px;
    width: 100%;
    direction: ltr;
    padding-left: 0;
    margin-bottom: 0;
    padding: 1rem 0;
    display: flex;
    text-align: center;
    list-style: none;
    justify-content: space-evenly;
}

.ul_button_navbar li a {
    color: unset;
    text-decoration: none;
}

.button_navbar_item_name {
    color: var(--color-Primary-v2);
    font-family: var(--font-primary-En);
    font-weight: 600;
    font-size: 14px;
}

.item_navbar.active .button_navbar_item_name {
    font-weight: 600;
    margin: 0;
}

.button_navBar .ul_button_navbar .item_navbar.active img {
    filter: brightness(0) saturate(100%) invert(9%) sepia(100%) saturate(747%) hue-rotate(163deg) brightness(90%) contrast(101%);
}

.button_navbar_item_name.active {
    color: var(--color-Primary);
}


/*End Button Navigation Bar Page Style*/

/* Start Home Page  Style*/
.bs_gutter_x {
    --bs-gutter-x: 0px;
}

.main {
    background-color: var(--color-White);
    min-height: 100vh;
    direction: ltr;
}

.page_content {
    margin: 1rem 1rem 3.5rem 1rem;
    direction: rtl;
}
/* End Home Page  Style */

/* start Text To Image Page Style */
.textToImage_section{
    direction: ltr;
}
.section_ul_info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section_title{
    font-family: var(--font-primary-En);
    font-weight: 500;
    text-align: left;
    font-size: 20px;
    color: var(--color-Primary);
    margin: 0.5rem 0;
}
.checkbox_title{
    font-family: var(--font-primary-En);
    font-weight: 500;
    text-align: left;
    font-size: 16px;
    color: var(--color-Primary);
    margin: 0.5rem;
}
.checkbox_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.position_relative{
    position: relative;
}
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.switch_toggle {
  width: 74px;
  height: 36px;
  overflow: hidden;
}

.switch_toggle.r,
.switch_toggle.r .layer {
  border-radius: 100px;
}

.switch_toggle.b2 {
  border-radius: 2px;
}

.checkbox_switch_toggle {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
    width: 100%;
    background: var(--color-Grey);
    transition: 0.3s ease all;
    z-index: 1;
}


/* switch toggle Button 1 */
#switch_toggle_1 .knobs:before {
    content: attr(data-current-yes);
    position: absolute;
    top: 3px;
    left: 4px;
    width: 30px;
    height: 30px;
    color: var(--color-Primary);
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    padding: 9px 4px;
    background-color: var(--color-White);
    border-radius: 50%;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#switch_toggle_1 .checkbox_switch_toggle:checked + .knobs:before {
  content:  attr(data-current-no);
  left: 42px;
  background-color: var(--color-White);
}

#switch_toggle_1 .checkbox_switch_toggle:checked ~ .layer {
  
    background: linear-gradient(180deg, var(--Color-Secondary-v1) 0%, var(--Color-Secondary-v2) 100%);
}

#switch_toggle_1 .knobs,
#switch_toggle_1 .knobs:before,
#switch_toggle_1 .layer {
  transition: 0.3s ease all;
}
.textarea_input{
    width: -webkit-fill-available;
    width: -moz-available;
    min-height: 175px;
    border-radius: 20px;
    border: 1px solid var(--color-Grey-v3);
    outline: none;
    padding: 1rem;
    text-align: left;
    margin: 1rem auto;
    color: var(--color-Primary);
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-primary-En);
    margin-bottom: 0;
}
.textarea_input::placeholder{
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-primary-En);
    color: var(--color-Dark-Grey);
    text-align: left;
}
.textarea_input:focus{
    border: 2px solid var(--color-Primary);
}
.textarea_input.active{
    border: 2px solid var(--color-Primary);
}
.generate_btn{
    background: linear-gradient(180deg, var(--Color-Secondary-v1) 0%, var(--Color-Secondary-v2) 100%);
    border-radius: 20px;
    border: none;
    outline: none;
    padding: 0.5rem 1rem;
    color: var(--color-White);
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-primary-En);
    cursor: pointer;
    width: 240px;
    height: 60px;
    margin: 1rem auto;
    display: block;
    text-align: center;
    line-height: 2.5;  
}
/* End Text To Image Page Style */

/* Start  Text To Image Result Page Style */
.textToImageResult_section{
    direction: ltr;
}
.general_result_list{
    display: flex;
    direction: ltr;
    justify-content: end;
}
.download_btn{
    background: var(--color-White);
    border-radius: 20px;
    border: 1px solid var(--Color-Secondary-v1);
    outline: none;
    padding: 0.5rem 1rem;
    color: var(--color-Primary);
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-primary-En);
    cursor: pointer;
    width: 160px;
    height: 50px;
    margin: 1rem 0.5rem;
    text-align: center;
    line-height: 1.5;
}
.share_btn{
    background: var(--color-White);
    border-radius: 20px;
    border: 1px solid var(--Color-Secondary-v1);
    outline: none;
    padding: 0.5rem 1rem;
    color: var(--color-Primary);
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-primary-En);
    cursor: pointer;
    width: 160px;
    height: 50px;
    margin: 1rem 0.5rem;
    text-align: center;
    line-height: 1.5;
}
.result_image{
   width: 350px;
   height: 350px;
   border-radius: 27px;
   margin: 1rem auto;
   display: block;
   object-fit: cover;
}
.btn_box{
    display: flex;
    margin: 1rem auto;
    justify-content: center;
}
.new_prompt_btn{
    background: linear-gradient(180deg, var(--Color-Secondary-v1) 0%, var(--Color-Secondary-v2) 100%);
    border-radius: 20px;
    border: none;
    outline: none;
    padding: 0.5rem 1rem;
    color: var(--color-White);
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-primary-En);
    cursor: pointer;
    width: 240px;
    height: 60px;
    margin: 1rem 0.5rem;
    text-align: center;
    line-height: 2.5; 
}
.regenerate_btn{
    background: var(--color-White);
    border-radius: 20px;
    border: 1px solid var(--Color-Secondary-v1);
    outline: none;
    padding: 0.5rem 1rem;
    color: var(--color-Primary);
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-primary-En);
    cursor: pointer;
    width: 240px;
    height: 60px;
    margin: 1rem 0.5rem;
    text-align: center;
    line-height: 2.5; 
}

/* End  Text To Image Result Page Style */

/* Start  Background Generation&Removal Page Style */
.backgroundGeneration_section{
    direction: ltr;
}
#file1 {
    display: none;
}

.upload_box {
    border: 1px solid var(--color-Grey-v3);
    border-radius: 20px;
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 20px;
    text-align: center;
    height: 150px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: height 0.3s ease;
}

.upload_image {
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.upload_image.default {
    width: 70px;
    height: 70px;
    padding: 10px;
    position: static;
    object-fit: contain;
}

.upload_label {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 16px;
    color: var(--color-Primary);
    font-weight: 500;
    font-family: var(--font-primary-En);
    margin-top: 5px;
}
/* End  Background Generation&Removal Page Style */


/* Start  Background Generation&Removal Result Page Style */
.backgroundGenerationResult_section{
    direction: ltr;
}
/* End  Background Generation&Removal   ResultPage Style */

/* Start  Face Swap & Image (Avatar , Cartoon and Caricature) Pages Style */
.faceSwap_section{
    direction: ltr;
}
#faceSwapFile1 {
    display: none;
}
#faceSwapFile2 {
    display: none;
}
.faceSwap_upload_box {
    border: 1px solid var(--color-Grey-v3);
    border-radius: 20px;
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 20px;
    text-align: center;
    height: 150px;
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: height 0.3s ease;
}

.faceSwap_upload_image {
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.faceSwap_upload_image.default {
    width: 70px;
    height: 70px;
    padding: 10px;
    position: static;
    object-fit: contain;
}

.faceSwap_upload_label {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 16px;
    color: var(--color-Primary);
    font-weight: 500;
    font-family: var(--font-primary-En);
    margin-top: 5px;
}
.faceSwap_section_title{
    font-family: var(--font-primary-En);
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    color: var(--color-Primary);
    margin: 0.5rem 0;
}
.faceSwap_text{
    font-family: var(--font-primary-En);
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    color: var(--color-Grey-v4);
    margin: 0.5rem auto;
}
.sliderBox{
    border: 1px solid var(--color-Grey-v3);
    border-radius: 20px;
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 20px;
    text-align: center;
    height: 145px;
    margin: 1rem auto;
}

/* slider */
    .slider_container {
      display: flex;
      align-items: center;
      gap: 10px;
    }


    .arrow {
        cursor: pointer;
        height: 50px;
        width: 50px;
        border: 2px solid var(--color-Primary);
        border-radius: 10px;
        padding: 10px;
    }

    .slider {
      display: flex;
      overflow-x: auto;
      scroll-behavior: smooth;
      gap: 10px;
    }

    .slider img {
      width: 100px;
      height: 100px;
      object-fit: cover;
     
    }

    .slider::-webkit-scrollbar {
      display: none; /* hide scrollbar */
    }
    .arrow_line{
        width: 22px;
        height: 22px;
    }
    .selected {
        border: 2px solid var(--color-Primary);
        border-radius: 8px;
    }
/* End Face Swap & Image (Avatar , Cartoon and Caricature) Pages Style */

/* Start Explore Ideas and My Collections Pages Style */
.exploreIdeas_section{
    direction: ltr;
}
.idea_image{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 27px;
}
.idea_card {
    position: relative;
    margin: 0.5rem auto;
}

.overlay_idea {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    bottom: 8px;
    left: 0px;
}

.idea_card:hover .overlay_idea {
    opacity: 1;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21.82%, #022D45 100%);
    bottom: 0rem;
    text-align: center;
    padding: 6px 20px 10px 20px;
    width: 100%;
    max-width: 100%;
    border-bottom-left-radius: 27px;
    border-bottom-right-radius: 27px;
}
.open_btn_modal{
    background: linear-gradient(180deg, var(--Color-Secondary-v1) 0%, var(--Color-Secondary-v2) 100%);
    border-radius: 20px;
    border: none;
    outline: none;
    padding: 0.5rem;
    color: var(--color-White);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-primary-En);
    cursor: pointer;
    width: 150px;
    height: 50px;
    margin: 0.5rem auto;
    text-align: center;
    line-height: 1; 
}


/* End Explore Ideas and My Collections Pages Style */

/* Start Setting Page Style */
.setting_section{
    direction: ltr;
}
.setting_box{
    width: 450px;
    display: block;
    margin: 4rem auto 0.5rem auto;
}
.setting_title{
    font-family: var(--font-primary-En);
    font-weight: 600;
    font-size: 20px;
    color: var(--color-Primary);
    text-align: left;
    margin: 1rem 0 0.5rem 0
}

 .custom_select_wrapper {
  position: relative;

}
.custom_select {
    width: -webkit-fill-available;
    width: -moz-available;
    height: 50px;
    border: 1px solid var(--color-Light-Grey-v3);
    border-radius: 999px;
    padding: 0.5rem 1rem;
    font-size: 16px;
    outline: none;
    margin: 0.5rem 0;
    font-family: var(--font-primary-En);
    font-weight: 500;
    color: var(--color-Primary);
    text-align: left;
    cursor: pointer;
    align-items: center;
    display: flex;

}
.selected_option,
.option {
  display: flex;
  align-items: center;
  gap: 10px;
}
.options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  z-index: 100;
  border-radius: 20px;
}
.option {
  padding: 10px;
  cursor: pointer;
}
.option:hover {
  background: #f0f0f0;
}
.option:hover:first-child{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.option:hover:last-child{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.languages_select:hover{
    border: 1px solid var(--color-Primary);
}
.languages_select.active{
    border: 1px solid var(--color-Primary);
}
.saveChanges_btn{
    background: linear-gradient(180deg, var(--Color-Secondary-v1) 0%, var(--Color-Secondary-v2) 100%);
    border-radius: 20px;
    border: none;
    outline: none;
    padding: 0.5rem;
    color: var(--color-White);
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-primary-En);
    cursor: pointer;
    width: -webkit-fill-available;
    width: -moz-available;
    height: 60px;
    margin: 0.5rem auto;
    text-align: center;
    line-height: 1; 
}
.selected_arrow{
    right: 13px;
    position: absolute;
    top: 13px;
}
/* End Setting Page Style */

/* Start Profile Page Style */
.profile_section{
    direction: ltr;
}
.profile_box{
    margin: 4rem auto 0.5rem auto;
}
.profile_info_list{
    display: flex;
    justify-content: space-between;
    margin: 1rem auto;
}
.profile_basic_info{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.profile_image{
    width: 115px;
    height: 115px;
    border-radius: 50%;
    object-fit: cover;
    margin:  auto 0.5rem;
    border: 2px solid var(--Color-Secondary-v2);
}
.profile_name{
    font-family: var(--font-primary-Ar);
    font-weight: 600;
    font-size: 20px;
    color: var(--color-Black);
    text-align: left;
    margin: 0.5rem;
}
.profile_number{
    font-family: var(--font-primary-En);
    font-weight: 400;
    font-size: 16px;
    color: var(--color-Primary);
    text-align: left;
    margin: 0.5rem;
    direction: ltr;
}
.cancel_subscription{
    background: var(--color-White);
    border-radius: 20px;
    border: 1px solid var(--Color-Secondary-v1);
    outline: none;
    padding: 0.5rem;
    color: var(--color-Primary);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-primary-En);
    cursor: pointer;
    width: 240px;
    height: 50px;
    margin: 0.5rem auto;
    text-align: center;
    line-height: 1;
}
.active_subscription{
    background: linear-gradient(180deg, var(--Color-Secondary-v1) 0%, var(--Color-Secondary-v2) 100%);
    border-radius: 20px;
    border: none;
    outline: none;
    padding: 0.5rem;
    color: var(--color-White);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-primary-En);
    cursor: pointer;
    width: 240px;
    height: 50px;
    margin: 0.5rem auto;
    text-align: center;
    line-height: 1;
}
.expiration_date{
    font-family: var(--font-primary-En) ;
    font-weight: 400;
    font-size: 15px;
    color: var(--color-Primary);
    text-align: center;
    margin: 0.5rem auto;
    display: block;
}
.subscription_title{
   font-family: var(--font-primary-En);
   font-weight: 500;
   font-size: 16px;
   color: var(--color-Grey-v5);
   text-align: left; 
   margin: 1rem auto 0.5rem auto;
}
.subscription_info{
    width: -webkit-fill-available;
    width: -moz-available;
    margin: 0.5rem auto;
    background-color: var(--color-White-v3);
    border-radius: 8px;
    padding:0.5rem  1rem;
    align-items: center;
    display: flex;
    margin: 0;
    height: 46px;
}
.subscription_name{
    font-family: var(--font-primary-En);
    font-weight: 500;
    font-size: 16px;
    color: var(--color-Black-v1);
    text-align: left; 
    margin: 0;
    direction: ltr;
}
.subscription_flag{
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 0.5rem;
}
.edit_profile_btn{
    background: linear-gradient(180deg, var(--Color-Secondary-v1) 0%, var(--Color-Secondary-v2) 100%);
    border-radius: 20px;
    border: none;
    outline: none;
    padding: 0.5rem;
    color: var(--color-White);
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-primary-En);
    cursor: pointer;
    width: 400px;
    height: 60px;
    margin: 2rem auto;
    text-align: center;
    line-height: 2.5;
    display: block;
}
.subscription_input{
    width: -webkit-fill-available;
    width: -moz-available;
    margin: 0.5rem auto;
    background-color: var(--color-White-v3);
    border-radius: 8px;
    padding:0.5rem  1rem;
    align-items: center;
    display: flex;
    margin: 0.5rem auto;
    height: 46px;
    outline: none;
    border: none;
    font-family: var(--font-primary-En);
    font-weight: 500;
    font-size: 16px;
    color: var(--color-Black-v1);
    text-align: left; 

}
.profile_image_box {
    position: relative;
    width: -webkit-fill-available;
    width: -moz-available;
}

.profile_image {
  opacity: 1;
  display: block;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
/* .middle img{
filter: brightness(0) saturate(100%) invert(13%) sepia(29%) saturate(886%) hue-rotate(158deg) brightness(96%) contrast(96%);
} */
.profile_image_box:hover .profile_image {
  opacity: 0.3;
}

.profile_image_box:hover .middle {
  opacity: 1;
}
.ChangePictureText{
    font-family: var(--font-primary-En);
    font-weight: 600;
    font-size: 12px;
    color: var(--color-White);
    text-align: center;
}
/* End Profile Page Style */


/* Start 404 Page Style */
.page_404_section{
    margin: 3rem auto;
    padding: 0;
    position: relative;
}
.page_404_img{
    width: 400px;

    object-fit: cover;
    display: block;
    margin: 0.5rem auto;
}
.page_404_title{
    text-align: center;
    font-size: 70px;
    font-family: var(--font-primary-En);
    font-weight: bold;
    color: var(--color-White);
    margin: 0.5rem auto;
}
.page_404_sub_title{
    text-align: center;
    font-size: 22px;
    font-family: var(--font-primary-En);
    font-weight: 400;
    color: var(--color-Grey);
    margin: 0.5rem auto;
}

.page_404_btn_back{
    width: 220px;
    height: 56px;
    margin: 0.5rem auto;
    display: block;
    outline: none;
    color: var(--color-White);
    background: linear-gradient(180deg, var(--Color-Secondary-v1) 0%, var(--Color-Secondary-v2) 100%);
    border-radius: 20px;
    border: none;
    outline: none;
    padding: 0.5rem;
    color: var(--color-White);
    font-family: var(--font-primary-En);
    border: none;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

/* End 404 Page Style */




/* Start Media Query */


@media (min-width: 1200px) {
    .container{
        padding: 0 !important;
    }
}
@media screen and (max-width: 1200px) {
    .box_grid_view{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
    }
    .box_type {
        width: -webkit-fill-available;
        width: -moz-available;
    }
    .sidebar_display {
        display: none;
    }
    .width_col {
        width: 100%;
    }
    .close_btn {
        display: block;
        position: absolute;
        top: 10px;
        right: 25px;
        font-size: 2em;
        font-weight: 800;
        z-index: 99;
        text-decoration: none;
        color: var(--color-primary);
    }
    .header_menu_icon {
        display: block;
        cursor: pointer;
    }
    .phone_view {
        display: block;
    }
    .main {
        margin-bottom: 1rem;
    }
       .header_subscriber{
        display: none;
    }

     .info_phone_view{
        display: block;
    }
}
@media screen and (max-width: 1024px) {
    .header_section{
        height: 75px;
    }
    .topNav li:not(:last-child) {
        display: none;
    }
    .topNav.responsive {
        position: relative;
    }
    .topNav .header_list .header_icon {
        display: block !important;
    }

    .topNav li {
        display: none;
    }
    .header_language_icon_dev{
        display: none;
    }
    .topNav.responsive li {
        display: block;
        text-align: center;
        padding: 1rem 0;
    }

    .topNav.responsive .header_list {
        display: block;
    }
    .header_list .header_icon .icon {
        position: absolute;
        right: 25px;
        top: 25px;
    }
    .topNav.responsive .header_icon {
        display: block;
        position: fixed;
        top: 0px;
        right: 10px;
    }
    .header_section.responsive{
        background-color: var(--color-Primary);
        height: 100vh;
    }
    ul .header_list>li{
        padding: 20px !important;
    }
    .header_logo {
        width: 150px;
        height: 37px;
    }
    .header_hamburger_icon {
        width: 26px;
        height: 26px;
    }
    .home_section, .about_section, .privacyPolicy_section,.termsConditions_section,.login_section,.otp_section{
        padding: 1rem 0;
    }
    .home_title{
        font-size: 50px;
    }
    .login_btn{
        margin: 1rem auto;
    }
    .about_content{
        min-height: auto;
    }
    .main_image img {
        height: 270px;
    }
    .thumbnails img{
        height: 110px;
    }
    .login_section{
        padding-top: 4rem;
        display: block;
    }
    .login_box, .otp_box{
        width: -webkit-fill-available;
        width: -moz-available;
        padding: 2rem 1rem;
    }
    .new_subscriber_box{
        width: -webkit-fill-available;
        width: -moz-available;
        padding: 2rem 1rem;
    }
    
 
    .login_bg{
        background-size: contain;
        width: 100VW;
    }
    .header_login_back {
        top: 20px;
        left: 15px;
    }
    .otp_section{
        padding-top: 4rem;
        display: block;
    }
    .otp_box{
        width: -webkit-fill-available;
        width: -moz-available;

    }
    .otp_bg{
        background-size: contain;
        width: 100VW;
    }
    .header_otp_back {
        top: 20px;
        left: 15px;
    }
    .otp_input_fields{
        gap: 7px;
        padding: 10px 0;
    }
    .otp_input_fields input{
        width: 60px;
        height: 56px;
    }
 
   
    .sidebar_subscriber_name{
        margin: 1rem 0.8rem;
    }
    .header_box{
        height: 80px;
        padding: 0.5rem 0.8rem;
    }
    .login_header_logo{
        width: 134px;
        height: 35px;
    }
    .section_ul_info{
        display: block;
    }
    .section_title{
        font-size: 18px;
    }
    .checkbox_title{
        margin: 0.5rem 0;
        font-size: 15px;
    }
    .general_result_list{
        display: flex;
        direction: ltr;
        justify-content: center;
    }
    .page_content{
        margin: 0.5rem auto 1rem auto; 
    }
    .result_image{
        margin: 0.5rem auto;
    }
    .btn_box{
        margin: 0.5rem auto;
    }
    .main {
        margin-bottom: 3.8rem;
    }
    .faceSwap_section_title{
        font-size: 18px;
    }
    .idea_image{
        height: 250px;
    }
    .setting_box{
        width: -webkit-fill-available;
        width: -moz-available;
    }
    .profile_info_list {
        display: inline-block;
        width: -webkit-fill-available;
        width: -moz-available;
    }
    .profile_basic_info{
        justify-content: start;
    }
    .expiration_date{
        text-align: left;
    }
    .subscription_phone_view{
        display: grid;
        justify-content: flex-end;
    }

}
@media screen and (max-width: 650px) {
    .profile_image {
        width: 95px;
        height: 95px;
    }
    .profile_name, .profile_number {
        font-size: 14px;
    }
    .subscription_phone_view {
        margin: 0.5rem auto;
        display: grid;
        justify-content: center;
    }
    .cancel_subscription, .active_subscription {
        font-size: 14px;
        width: 220px;
        height: 45px;
    }
    .expiration_date{
        font-size: 13px;
    }
    .edit_profile_btn{
        width: -webkit-fill-available;
        width: -moz-available;
        margin: 1rem auto;
    }
    .modal_cancel_subscription_but{
        margin: 0.2rem;
        padding: 0.5rem 0.2rem;
        font-size: 14px;
    }
    .modal_cancel_but{
        margin: 0.2rem;
        padding: 0.5rem 0.2rem;
        font-size: 14px;
    }
    .modal_ok_but{
        margin: 0.2rem;
        padding: 0.5rem 0.2rem;
        font-size: 14px;
    }
    .modal{
        top: 1%;
    }
    .modal .modal_content{
        padding: 1rem 0.5rem;
    }
    .showImageModal {
        height: 330px;
    }

    .phone_number_input{
        padding: 0 0.5rem;
        font-size: 15px
    }

}


    @media screen and (max-width: 450px) {
        .options_login {
            right: 62%;
        }
    }