.elementor-38 .elementor-element.elementor-element-a737d5a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-38 .elementor-element.elementor-element-a737d5a{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-025904f */@import url("../fonts/yekanBakh/fontiran.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Yekan Bakh;
}

a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-decoration: none;
    color: white;
}

body {
    background-color: #160042;
}

.top_light_png {
    position: absolute;
    width: 40%;
    right: 250px;
    top: 0;
    z-index: -9;
}

.top_stars_png {
    position: absolute;
    left: 50px;
    top: 0;
    width: calc(100% - 100px);
    z-index: -8;
}

.top_grid_png {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -7;
}

.top_menu_div {
    width: calc(100% - 200px);
    height: 80px;
    margin: 0 auto;
    margin-top: 50px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 40px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    direction: rtl;
    padding: 0 40px;
}

.top_menu_div_logo {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

.top_menu_div_menu_div {
    height: 100%;
    color: white;
    flex-grow: 1;
}

.top_menu_div_menu_div>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    column-gap: 50px;
    height: 100%;
    width: 100%;
}

.top_menu_div_menu_div>ul>li.active {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    position: relative;
}

.top_menu_div_menu_div>ul>li.active::after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 100%;
    height: 5px;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(83deg, #681EC0 -9.09%, #11166B 113.65%);
}

.top_menu_div_login {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.top_menu_div_login>a {
    color: white;
    font-weight: 300;
    width: 200px;
    height: 60px;
    border-radius: 30px;
    background: linear-gradient(83deg, #681EC0 -9.09%, #11166B 113.65%);
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

.mypurplebtn {
    color: white;
    font-weight: 300;
    width: 200px;
    height: 50px;
    border-radius: 25px;
    background: linear-gradient(83deg, #681EC0 -9.09%, #11166B 113.65%);
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    direction: rtl;
}

.mygreybtn {
    color: white;
    font-weight: 300;
    width: 200px;
    height: 50px;
    border-radius: 25px;
    background-color: #232264;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    direction: rtl;
}

.my1st_content_div {
    display: flex;
    padding-top: 8%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    color: white;
    height: calc(100dvh - 130px);
}

.my1st_content_div>div:nth-child(1) {
    font-size: 42px;
    font-weight: bolder;
}

.my1st_content_div>div:nth-child(2) {
    font-size: 42px;
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row-reverse;
    height: 60px;
}

.my1st_content_div>div:nth-child(2)>h1 {
    font-size: 42px;
}

.d3dbot_inline_div {
    height: 100%;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    margin: 0 10px;
    overflow: hidden;
}

.d3dbot_inline_div>.purple_back_bot {
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: #9773FE;
    bottom: 0;
    z-index: 0;
    border-radius: 20px;
}

.d3dbot_inline_div>img {
    z-index: 1;
}

.my1st_content_div>div:nth-child(3) {
    font-weight: 300;
    font-size: 18px;
    width: 840px;
    direction: rtl;
    margin: 20px auto;
    color: #FFF;
    text-align: center;
    font-family: "Yekan Bakh";
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: 38px;
}

.samojet_gradient {
    margin: 0 20px;
    font-weight: 900;
    background-image: linear-gradient(90deg, #7021DD 0%, #3427B7 100%);
    color: transparent;
    background-clip: text;
}

.my1st_content_div>.btns_div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    column-gap: 20px;
}

.my2nd_content_div {
    border-top-left-radius: 50% 80px;
    border-top-right-radius: 50% 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #0F002D;
    color: white;
    padding-top: 80px;
    padding-bottom: 150px;
}

.why_samo_div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    font-size: 42px;
    height: 50px;
    font-weight: bolder;
    width: 100%;
    column-gap: 10px;
}

.why_samo_question_mark_span {
    margin: 0;
}

.comapnies_div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #0F002D;
    padding: 10px 0;
    overflow: hidden;
    transition: all 1s ease;
}

.comapnies_div>div {
    border-radius: 16px;
    background: linear-gradient(71deg, #1F1E4E 1.39%, #160042 124.98%);
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 150px;
    height: 80px;
    flex-shrink: 0;
    transition: all 1s ease;
}

.op2 {
    opacity: 0.2;
}

.op4 {
    opacity: 0.4;
}

.op6 {
    opacity: 0.6;
}

.aboust_users_main_div {
    width: 100%;
    color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 200px;
    background-color: #0F002D;
    background-image: url("../images/seond_stars.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex-direction: column;
}

.comments_show_container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
}

.comments_show_description_div {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-direction: column;
    font-family: "Yekan Bakh FaNum";
    font-size: 40pt;
    font-style: normal;
    font-weight: 800;
    width: 450px;
    max-width: 450px;
    min-width: 450px;
    padding: 0 20px;
}

.comments_show_description_div>div {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row-reverse;
    width: 100%;
}

.traders_images_div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row-reverse;
    margin-right: 20px;
}

.traders_images_div>img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.traders_images_div>img:nth-child(n+2) {
    margin-right: -25px;
}

.commentscarousel {
    flex-grow: 1;
    position: relative;
    overflow: hidden;
}

.carousel_btns_div {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    left: 0;
    top: 0;
    flex-direction: column;
    row-gap: 20px;
    height: 100%;
}

.carousel_btns_div>div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(90deg, #6E21DC 0%, #3427B7 100%);
    cursor: pointer;
}

.comment_containers_div {
    direction: rtl;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    column-gap: 40px;
    flex-wrap: nowrap;
    position: relative;
}

.comment_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    background-color: rgba(29, 11, 95, 0.70);
    width: calc(100% - 200px);
    margin: 10px 0;
    border-radius: 30px;
    flex-shrink: 0;
    transition: 1s all ease;
    height: 250px;
}

.comment_container:not(#active_comment_carusel) {
    opacity: 0.2;
}

.comment_head_div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.comment_sender_info_div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    padding: 20px;
    column-gap: 10px;
}

.comment_sender_info_div>div:nth-child(1) {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #3B26BC;
}

.comment_sender_name {
    font-weight: bolder;
}

.comment_sender_job {
    font-weight: normal;
}

.comment_sender_score_div {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    padding: 0 20px;
    flex-direction: row-reverse;
}

.comment_sender_score_div>img {
    width: 25px;
    height: 25px;
}

.comment_body_div {
    flex-grow: 1;
    align-items: center;
    justify-content: space-around;
    text-align: justify;
    padding: 20px;
}

.satisfaction_div {
    margin-top: 150px;
    margin-bottom: 150px;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    column-gap: 20px;
}

.screenshots_div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    flex-grow: 1;
}

.screenshots_div>div {
    max-width: 30%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.screenshots_div>div>img {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
}

.chat_screen_effect {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, #3E26BD 0%, rgba(145, 33, 219, 0.09) 100%);
}

.satisfaction_list_div {
    width: 350px;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-direction: column;
}

.satisfaction_info_item_div {
    width: 100%;
    display: flex;
    column-gap: 10px;
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items: center;
}

.satisfaction_info_item_div>div:nth-child(1) {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 15px;
    background: linear-gradient(50deg, rgba(110, 33, 220, 0.00) 3.47%, rgba(52, 39, 183, 0.45) 96.53%);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.satisfaction_info_item_div>div:nth-child(1)>svg {
    width: 30px;
    height: 30px;
}

.satisfaction_info_item_div>div:nth-child(2) {
    direction: rtl;
}

.satisfaction_title_div {
    color: white;
    text-align: right;
    font-size: 15pt;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}

.satisfaction_count_div {
    font-size: 18pt;
    font-weight: bolder;
}

.select_route_back_div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background: linear-gradient(to bottom, #6E21DC 0%, #0F002D 100%);
    z-index: -1;
    border-top-left-radius: 50% 80px;
    border-top-right-radius: 50% 80px;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.select_route_back_div>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 100dvh;
    opacity: 0.2;
}

.select_route_main_div {
    padding-top: 100px;
    padding-bottom: 150px;
    background-color: #0F002D;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    text-align: center;
    position: relative;
    z-index: 1;
}

.select_route_main_div>h2 {
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
}

.select_route_fist_div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    background-color: #1c054b;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    height: 80px;
    width: 900px;
    border-radius: 40px;
    margin: 20px auto;
    max-width: 100%;
    column-gap: 20px;
    padding: 10px;
}

.select_route_fist_div>div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-grow: 1;
    height: 60px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    background-color: #30017b;
    cursor: pointer;
    transition: all 1s ease;
}

.select_route_fist_div>div:hover {
    background-color: #3b009b;
    box-shadow: rgb(0, 0, 0) 3px 3px 6px 0px inset, rgba(0, 0, 0, 0.5) -3px -3px 6px 1px inset;
}

.select_route_fist_div>div.active {
    box-shadow: rgb(0, 0, 0) 3px 3px 6px 0px inset, rgba(0, 0, 0, 0.5) -3px -3px 6px 1px inset;
}

.select_route_second_div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    height: 80px;
    width: 1000px;
    margin: 20px auto;
    max-width: 100%;
    column-gap: 20px;
}

.select_route_second_div>div {
    color: #5024C9;
    font-size: 15pt;
    font-weight: 600;
    background: #1B0856;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-grow: 1;
    height: 60px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    cursor: pointer;
    transition: all .5s ease;
}

.select_route_second_div>div:hover {
    color: #160a36;
    background: #4a16e4;
}

.select_route_second_div>div.active {
    color: #5024C9;
    background-color: white;
}

.route_info_container {
    margin: 10px auto;
    width: 1020px;
    max-width: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    border-radius: 50px;
    background: rgb(122, 107, 167);
    background: linear-gradient(225deg, rgba(122, 107, 167, 1) 0%, rgba(70, 45, 139, 1) 7%, rgba(33, 10, 100, 1) 12%);
}

.route_info_head_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.route_info_head_container>div:nth-child(1) {
    font-family: Yekan Bakh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    column-gap: 5px;
    font-size: 18pt;
    font-weight: bolder;
    padding: 0 20px;
}

.route_info_head_container>div:nth-child(2) {
    height: 60px;
    border-radius: 30px;
    width: 220px;
    padding: 0 10px;
    background: linear-gradient(90deg, #6E21DC 0%, #3427B7 100%);
    display: flex;
    justify-content: space-around;
    align-items: center;
    direction: rtl;
    margin: 30px;
}

.route_info_head_container>div:nth-child(2)>div:nth-child(1) {
    height: 40px;
    border-radius: 20px;
    background: #1B0856;
    padding: 0 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 16pt;
}

.route_info_body_container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;

}

.route_info_body_line {
    background: linear-gradient(90deg, #2E1269 0%, #5A23CF 55%, #2E1269 100%);
    height: 2px;
    width: 100%;
}

.route_info_item_container {
    font-family: Yekan Bakh;
    width: 100%;
    height: 80px;
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    direction: rtl;
}

.simple_questions_main_container {
    background-color: #0F002D;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-direction: column;
    position: relative;
    color: white;
}

.simple_questions_background {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
}

.simple_questions_background>img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    z-index: -1;
}

.simple_questions_background>.simple_question_gradient_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(15, 0, 45, 1) 0%, rgba(15, 0, 45, 0) 30%, rgba(15, 0, 45, 0) 70%, rgba(15, 0, 45, 1) 100%);
}

.simle_questions_title_div {
    z-index: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 30pt;
    font-weight: 700;
}

.simle_questions_description_div {
    z-index: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: Yekan Bakh;
    font-size: 14pt;
    font-style: normal;
    font-weight: 100;
}

.questions_container_div {
    z-index: 1;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    column-gap: 20px;
}

.questions_container_div>div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    row-gap: 10px;
    padding: 20px;
}

.simple_question_item_div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    border-radius: 30px;
    border-bottom: 1px solid #870ED7;
    background: rgba(27, 8, 86, 0.88);
    font-family: Yekan Bakh;
}

.simple_question_item_div>div:nth-child(1) {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0 20px;
    height: 60px;
    font-size: 12pt;
    font-weight: 100;
    border-bottom: 1px solid rgba(128, 128, 128, 0);
    transition: all .5s ease;
}

.simple_question_item_div:hover>div:nth-child(1) {
    border-bottom: 1px solid rgba(128, 128, 128, 1);
}

.simple_question_item_div>div:nth-child(2) {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 20px;
    height: 0;
    overflow: hidden;
    direction: rtl;
    text-align: justify;
    font-size: 10pt;
    font-weight: 100;
    transition: all .5s ease;
}

.simple_question_item_div:hover>div:nth-child(2) {
    height: 150px;
}

.about_us_main_container {
    padding-top: 150px;
    width: 100%;
    color: white;
    background-color: #0F002D;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-direction: row-reverse;
    position: relative;
}

.about_us_main_container>div {
    flex-basis: 100%;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-direction: column;
    z-index: 1;
}

.about_us_first_container {
    display: flex;
    justify-content: space-around;
    align-items: center !important;
}

.about_us_first_container>div {
    width: 400px;
    background: linear-gradient(to right, #6E21DC 0%, #3427B7 100%);
    padding-top: 10px;
    border-radius: 30px;
}

.about_us_first_container>div>div {
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.about_us_first_container>div>div:nth-child(1) {
    font-size: 18pt;
    font-weight: 500;
    flex-direction: column;
}

.about_us_first_container>div>div:nth-child(1)>div:nth-child(2) {
    background-image: linear-gradient(to top, #ffffff 0%, #DB21BF 100%);
    color: transparent;
    background-clip: text;
}

.about_us_first_container>div>div:nth-child(1)>div:nth-child(1) {
    color: #DB21BF;
}

.about_us_first_container>div>div:nth-child(2) {
    margin-top: 10px;
    font-size: 28pt;
    font-weight: 700;
}

.about_us_second_container>div {
    height: 80px;
    border-radius: 25px;
    direction: rtl;
    background-color: #1B0856;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    padding: 0 30px;
}

.about_us_thired_container {
    padding: 50px;
    text-align: justify;
    direction: rtl;
}

.about_us_thired_container>div:nth-child(1) {
    height: 40px;
    border-radius: 20px;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    background: linear-gradient(90deg, rgba(110, 33, 220, 0.1) 0%, rgba(52, 39, 183, 0.7) 100%);
}

.about_us_thired_container>div:nth-child(2) {
    font-size: 14pt;
    font-weight: 100;
}

.about_us_main_container_background_image {
    position: absolute;
    left: 0;
    top: -10%;
    max-height: 140%;
    height: 140%;
}

.stements_main_container {
    padding-top: 100px;
    background-color: #0F002D;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-direction: column;
    color: white;
    row-gap: 20px;
}

.stements_main_container>div {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.stements_title {
    font-size: 35pt;
    font-weight: bolder;
}

.stements_description {
    font-size: 15pt;
    font-weight: 100;
}

.interviews_main_continer {
    padding-top: 100px;
    background-color: #0F002D;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-direction: column;
    color: white;
}

.interviews_title_div {
    font-size: 35pt;
    font-weight: bolder;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.interviews_description_div {
    font-size: 15pt;
    font-weight: 100;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.interviews_list_container {
    display: flex;
    padding: 40px;
    column-gap: 20px;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
}

.interview_item_container {
    background-color: #1B0856;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-direction: row-reverse;
    max-width: calc(50% - 20px);
    border-radius: 20px;
    padding: 10px;
    border-bottom: 2px solid #870ED7;
}

.interview_image_container {
    min-width: 250px;
    max-width: 45%;
    min-height: 200px;
    max-height: 200px;
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.interview_image_container>img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.interview_image_container>.interview_image_filter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #6322d49c;
}

.interview_image_container>svg {
    position: absolute;
    width: 50px;
    height: 50px;
}

.interview_info_container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    direction: rtl;
    padding: 0 10px;
}

.interview_info_container>.interview_info_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.interview_info_container>.interview_info_text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: justify;
    font-size: 10pt;
    font-weight: 100;
}

.interview_info_container>.interview_info_person {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: justify;
    font-size: 12pt;
    font-weight: 100;
    column-gap: 10px;
}

.blogs_main_container {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-direction: row-reverse;
    background-color: #0F002D;
    padding-top: 100px;
}

.blogs_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    color: white;
    overflow: hidden;
    flex-grow: 1;
    padding: 0 15px;
    row-gap: 10px;
}

.blogs_logo_container {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-grow: 1;
    max-width: 30%;
    background: linear-gradient(to right, #6E21DC 0%, #3427B7 100%);
    border-radius: 30px;
    overflow: hidden;
}

.blogs_logo_container>img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
}

.blog_item_container {
    background-color: #1B0856;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row-reverse;
    border-radius: 30px;
    padding: 20px;
    width: 100%;
    overflow: hidden;
}

.blog_image_container {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    min-width: 40%;
}

.blog_image_container>img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.blog_info_container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    padding: 0 10px;
}

.blog_info_container>div {
    direction: rtl;
    text-align: justify;
}

.blog_info_container>div:nth-child(1) {
    font-size: 10pt;
}

.blog_info_container>div:nth-child(2) {
    font-size: 8pt;
    font-weight: 100;
}

.blog_info_container>div:nth-child(3) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
}

.blog_info_container>div:nth-child(3)>div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 8pt;
    font-weight: 100;
}

.blog_info_container>div:nth-child(3)>div:nth-child(1)>div:nth-child(1) {
    width: 20px;
    height: 20px;
}

.blog_info_container>div:nth-child(3)>div:nth-child(1)>div:nth-child(1)>svg {
    width: 100%;
    height: 100%;
}

.blog_info_container>div:nth-child(4) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.blog_info_container>div:nth-child(4)>div {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(to left, #3427B7 0%, #6E21DC 100%);
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
}

.blog_info_container>div:nth-child(4)>div:hover {
    background: linear-gradient(to right, #3427B7 0%, #6E21DC 100%);
}

.social_media_main_container {
    width: 100%;
    padding: 20px;
    padding: 100px 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    column-gap: 20px;
    background: linear-gradient(to bottom, #0F002D 0%, #160042 100%);
}

.social_media_container {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-direction: row-reverse;
    flex-grow: 1;
    height: 110px;
    border-radius: 20px;
    padding: 0 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.social_media_container:nth-child(1) {
    background: linear-gradient(to left, #3573F9 0%, #F935E5 100%);
}

.social_media_container:nth-child(2) {
    background: linear-gradient(to left, #2393E1 0%, #13507B 100%);
}

.social_media_info_div {
    max-width: 60%;
    min-width: 60%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row-reverse;
}

.social_media_item_gradient {
    height: 40px;
    width: 100px;
    border-radius: 25px;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: blur(6px);
    margin: 0 10px;
}

.social_media_item_info {
    flex-grow: 1;
    display: flex;
    direction: rtl;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    color: white;
}

.social_media_item_title {
    font-size: 18pt;
    font-weight: 600;
}

.social_media_item_description {
    font-size: 10pt;
    font-weight: 200;
}

.social_media_images_div {
    flex-grow: 1;
    position: relative;
}

.social_media_images_div>div {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.social_media_images_div>div>img {
    position: absolute;
    width: 140px;
    height: 140px;
    bottom: -40px;
    left: calc(50% - 70px);
}

.social_media_images_div>img {
    position: absolute;
}

.social_media_images_div>img:nth-child(1) {
    width: 60px;
    height: 60px;
    bottom: 10px;
    left: 10px;
    z-index: 1;
    transform: rotate(-35deg);
    filter: blur(3px);
}

.social_media_images_div>img:nth-child(2) {
    width: 90px;
    height: 90px;
    right: 10px;
    top: -30px;
    transform: rotate(-20deg);
    filter: blur(1px);
}

.footer_main_container {
    background-color: #0F012D;
    margin: 20px;
    width: calc(100% - 40px);
    min-height: 200px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    color: white;
}

.footer_head {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.footer_head>div {
    background-color: #160042;
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    --r: 25px;
    padding-inline: .5em;
    border-inline: var(--r) solid #0000;
    border-radius: 0 0 calc(2*var(--r)) calc(2*var(--r))/var(--r);
    mask:
        radial-gradient(var(--r) at var(--r) 100%, #0000 98%, #000 101%) calc(-1*var(--r)) 0/100% var(--r) repeat-x,
        conic-gradient(#000 0 0) padding-box;
    width: 250px;
}

.footer_desription_div {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-weight: 500;
    font-size: 12pt;
    direction: rtl;
    text-align: justify;
    padding: 30px 100px;
}

.footer_lists_main_container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: row-reverse;
}

.footer_list_container {
    display: flex;
    direction: rtl;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer_list_title {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    align-items: center;
    font-size: 15pt;
    font-weight: 700;
}

.footer_list_ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    padding-right: 40px;
}

.footer_list_ul>li {
    margin-top: 20px;
    display: flex;
    position: relative;
    padding-right: 20px;
    justify-content: flex-start;
    align-items: center;
    font-size: 10pt;
    font-weight: 300;
    row-gap: 10px;
    transition: all .5s ease;
}

.footer_list_ul>li::before {
    content: '●';
    position: absolute;
    right: 4px;
}

.footer_list_ul>li:hover {
    color: #4425C1;
}

.footer_list_ul>li>a {
    transition: all .5s ease;
}

.footer_list_ul>li:hover>a {
    color: #4425C1;
}

.footer_contact_us_list_container {
    display: flex;
    direction: rtl;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.footer_contact_us_list_title {
    display: flex;
    justify-content: flex-start;
    column-gap: 20px;
    align-items: center;
    font-size: 15pt;
    font-weight: 700;
}

.near_title_gradient {
    width: 30px;
    height: 40px;
    border-radius: 25px 25px 0 0;
    background: linear-gradient(to right, #6E21DC 0%, #3427B7 100%);
}

.footer_contact_us_list {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
}

.footer_contact_us_list>div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 10pt;
    font-weight: 300;
    margin: 10px auto;
    column-gap: 10px;
    width: 100%;
}

.footer_contact_us_list>div>div:nth-child(1) {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 50%;
    background-color: #1A0855;
}

.footer_contact_us_list>div>div:nth-child(1)>svg {
    width: 20px;
    height: 20px;
}

.footer_social_links_main_container {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    font-size: 10pt;
    font-weight: 300;
}

.footer_social_links_main_container>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row-reverse;
    column-gap: 10px;
    width: 150px;
    height: 50px;
    border-radius: 25px;
    margin: 10px auto;
    background: linear-gradient(to left, #6E21DC 0%, #6E21DC 100%);
}

.footer_social_links_main_container>a>div:nth-child(1) {
    background-color: white;
    border-radius: 50%;
    width: 40px;
    margin: 0 5px;
    height: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer_social_links_main_container> a >div:nth-child(2) {
    flex-grow: 1;
    text-align: center;
}

.footer_copyright_div {
    margin: 30px auto;
    width: calc(100% - 100px);
    height: 50px;
    border-radius: 25px;
    background: linear-gradient(to left, #3427B7 0%, #6E21DC 100%);
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-weight: 200;
    direction: rtl;
}

.why_samo_items_cotainer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    row-gap: 20px;
    column-gap: 20px;
    max-width: 1500px;
    width: 100%;
    margin-top: 80px;
    flex-wrap: wrap;
    padding: 0 100px;
}

.why_samo_item_div {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    background-image: url("../images/why-samo-normal.svg");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 350px;
    min-width: 350px;
    width: 350px;
    min-height: 120px;
    max-height: 120px;
    height: 120px;
    position: relative;
    direction: rtl;
    overflow: hidden;
    cursor: pointer;
    transition: all .5s ease;
}

.why_samo_item_div:hover {
    background-image: url("../images/why-samo-hover.svg");
}

.why_samo_head {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 80px;
    font-size: 12pt;
}

.why_samo_body {
    flex-grow: 1;
    padding: 0 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: justify;
    font-size: 10pt;
    font-weight: 200;
}

.why_samo_icon {
    position: absolute;
    right: 5px;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #3B26BC;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: all .5s ease;
}

.why_samo_item_div:hover>.why_samo_icon {
    background-color: white;
}

.why_samo_item_div>.why_samo_icon>div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: white;
    color: #3B26BC;
    transition: all .5s ease;
}

.why_samo_item_div:hover>.why_samo_icon>div {
    background-color: #3B26BC;
    color: white;
}

.why_samo_left_emojis {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.why_samo_left_emojis>div:nth-child(1) {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 10px 0 0 0;
    border-top: 3px solid white;
    border-left: 3px solid white;
}

.why_samo_left_emojis>div:nth-child(2) {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 3px 0 0 0;
    border-top: 1px solid white;
    border-left: 1px solid white;
}

.navigator_adress_div {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
    font-size: 10pt;
    font-weight: 300;
}

.navigator_adress_div>nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.navigator_adress_div>nav>ol {
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row-reverse;
    column-gap: 10px;
}

.navigator_adress_div>nav>ol>li:nth-last-child(1) {
    color: #870ED7;
}

.navigator_adress_div_blog {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 10pt;
    font-weight: 300;
}

.navigator_adress_div_blog a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.navigator_adress_div_blog>nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.navigator_adress_div_blog>nav>ol {
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row-reverse;
    column-gap: 10px;
}

.navigator_adress_div_blog>nav>ol>li:nth-last-child(1) {
    color: white;
    font-weight: 600;
}

.my_title_gradient {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-image: linear-gradient(90deg, #7021DD 0%, #3427B7 100%);
    color: transparent;
    background-clip: text;
}

.my_descriptions_gradient {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-image: linear-gradient(to top, #FFFFFF 0%, #1F0B60 100%);
    color: transparent;
    background-clip: text;
}

.samo_input_text_div1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    border-radius: 10px;
    width: calc(100% - 40px);
    margin-top: 20px;
    position: relative;
    z-index: 1;

}

.w-100 {
    width: 100%;
}

.samo_input_text_div1::before {
    content: '';
    border-radius: 12px;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: linear-gradient(to left, #870ED7 0%, #3427B7 100%);
    background-size: 100% 100%;
    z-index: -1;
    transition: all .3s ease;
}

.samo_input_text_div1:focus-within::before {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
}

.samo_input_text_div1>input {
    border-radius: 10px;
    font-size: 8pt;
    font-weight: 300;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    color: white;
    background-color: #1B0856;
    padding: 0 20px;
}

.fs-10 {
    font-size: 10pt;
}

.fs-15 {
    font-size: 15pt;
}

.fw-100 {
    font-weight: 100;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-600 {
    font-weight: 600;
}

.mg-bt-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mg-t-20 {
    margin-top: 20px;
}

.mypurplebtn2 {
    color: white;
    font-weight: 300;
    height: 50px;
    border-radius: 10px;
    background: linear-gradient(83deg, #681EC0 -9.09%, #11166B 113.65%);
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
    cursor: pointer;
    transition: all 5 ease;
}

.mypurplebtn2:hover {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 4px 12px;
}

.samo_input_search_div1 {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    height: 50px;
    border-radius: 10px;
    position: relative;
    z-index: 1;

}

.samo_input_search_div1::before {
    content: '';
    border-radius: 12px;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;
    background: linear-gradient(to left, #870ED7 0%, #3427B7 100%);
    background-size: 100% 100%;
    z-index: -1;
    transition: all .3s ease;
}

.samo_input_search_div1:focus-within::before {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    top: -4px;
    left: -4px;
}

.samo_input_search_div1>div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #1B0856;
}

.samo_input_search_div1>div:nth-child(2) {
    width: 50px;
    border-radius: 10px 0 0 10px;
}

.samo_input_search_div1>div:nth-child(1) {
    flex-grow: 1;
    border-radius: 0 10px 10px 0;
}

.samo_input_search_div1>div:nth-child(1)>input {
    border-radius: 10px;
    font-size: 8pt;
    font-weight: 300;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    color: white;
    background-color: inherit;
    padding: 0 20px;
    direction: rtl;
}

.checks_archiveBlog_div_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    width: 100%;
    row-gap: 10px;
}

.check_archiveBlog_item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
}

.check_archiveBlog_item>div:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.check_archiveBlog_item>div:nth-child(1)>div:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    font-size: 10pt;
    font-weight: 300;
}

.check_archiveBlog_item>div:nth-child(1)>div:nth-child(1)>div:nth-child(1) {
    width: 25px;
    height: 25px;
    border: 1px solid #612DE0;
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.check_archiveBlog_item>div:nth-child(1)>div:nth-child(2) {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.top_menu_div_menu_div_responsive {
    display: none;
    justify-content: space-around;
    align-items: center;
    color: white;
}

.top_menu_div_menu_div_responsive_main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    padding: 20px;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9.7px);
    -webkit-backdrop-filter: blur(9.7px);
    z-index: 999;
    transform: scale(1);
    transition: transform 0.3s ease;
    color: white;
}

.top_menu_div_menu_div_responsive_main.closed {
    transform: scale(0);
    pointer-events: none;
}

.top_menu_div_menu_div_responsive_main>div:nth-child(1) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top_menu_div_menu_div_responsive_main>div:nth-child(1)>div {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.top_menu_div_menu_div_responsive_main>div:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    flex-direction: row-reverse;
}

.responisive_login_btn_div {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.top_menu_div_menu_div_responsive_main>ul {
    flex-grow: 1;
    display: flex;
    justify-content: space-around;
    padding: 100px 0;
    align-items: stretch;
    flex-direction: column;
    list-style: none;
    row-gap: 20px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.stement_container {
    position: relative;
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stement_container>.arrow {
    position: absolute;
    height: 100%;
    width: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    top: 0;
    cursor: pointer;
    z-index: 1;
}

.stement_container>.arrow.next {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    right: 0;
}

.stement_container>.arrow.prev {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
}

.slider {
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-wrap: nowrap;
    column-gap: 30px;
}

.slider>.slide {
    max-width: 100% !important;
    border: 10px solid #1B0856;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .6s ease;
}

.slider>.slide.active {
    min-width: 500px;
    height: 300px;
}

.slider>.slide.slide2 {
    opacity: 0.5;
    min-width: 450px;
    height: 250px;
}

.slider>.slide.slide1 {
    opacity: 0.7;
    min-width: 400px;
    height: 200px;
}

.slider>.slide>img {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
}

.period_plans_main_div {
padding-top: 100px;
  padding-bottom: 150px;
  background-color: #0F002D;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  text-align: center;
  position: relative;
  z-index: 1;
}
.period_plans_container_div {
    background-image: url(../images/stars.png);
}

.period_plans_image_div {
    position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.period_plans_image_div > img {
    height: 100%;
}



.period_plans_main_div > h2 {
    font-size: 42px;
  font-style: normal;
  font-weight: 700;
}

.period_plans_sub_container_div {
    display: flex;
  justify-content: space-around;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
  max-width: 1500px;
  width: 100%;
  margin-top: 80px;
  flex-wrap: wrap;
  padding: 0 100px;
  margin: 60px auto;
}

.period_plans_sub_container_div > div {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  background-image: url(../images/Subtract.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 352px;
  min-width: 350px;
  width: 422px;
  min-height: 120px;
  max-height: 400px;
  height: 400px;
  position: relative;
  direction: rtl;
  overflow: hidden;
  cursor: pointer;
  transition: all .5s ease;
}

.plan_name_section{
  position: absolute;
  right: 10px;
  width: 160px;
  height: 57px;
  background-color: #3B26BC;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: all .5s ease;
  border-radius: 100px;
}

.type_of_plan {
  position: absolute;
  top: 10px;
}

.type_of_plan > h3{
  transform: rotate(90deg);
  transform-origin: left top;
  font-size: 130px;
  color: #3B26BC;
  opacity: 0.3;
}

.plan_description {
  position: absolute;
  min-width: 170px;
  top: 100px;
  right: 23px;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.plan_description_sub_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.plan_description_sub_div > div {
  background-color: #8210D5;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 10px;
  border-radius: 4px 0 0 4px;
}

.buy_plan_button {
  position: absolute;
  bottom: 20px;
  left: 57px;
  color: white;
  font-weight: 300;
  width: 240px;
  height: 50px;
  border-radius: 15px;
  background: linear-gradient(83deg, #681EC0 -9.09%, #11166B 113.65%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  column-gap: 10px;
  direction: rtl;
  gap: 40px;
}

.buy_plan_button > div {
  color: #681EC0;
  font-weight: 300;
  text-align: center;
  width: 90px;
  height: 39px;
  border-radius: 15px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.buy_plan_button span {
    font-weight: bold;
}
.botom_plans_button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:20px;
    margin: 50px auto;
}

.botom_plans_button > a {
  color: white;
  font-weight: 300;
  width: 240px;
  height: 50px;
  border-radius: 25px;
  background: #11166B;
  opacity: 0.7;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  direction: rtl;
  gap: 40px;
}

@media only screen and (max-width: 1200px) {
    .top_menu_div {
        width: 100%;
        height: 80px;
        margin: 0 auto;
        margin-top: 0px;
        border-radius: 0px;
        padding: 0 10px;
        justify-content: space-around;
    }

    .comapnies_div {
        column-gap: 20px;
    }

    .footer_main_container {
        width: 100%;
        margin: 0;
    }

    .footer_desription_div {
        padding: 30px 20px;
    }

    .interview_item_container {
        flex-direction: column;
    }

    .interview_image_container {
        min-width: unset;
        max-width: unset;
    }
}

@media only screen and (max-width: 910px) {
    .top_menu_div_menu_div {
        display: none;
    }

    .top_menu_div_login {
        display: none;
    }

    .top_menu_div_menu_div_responsive {
        display: flex;
    }

    .about_us_main_container {
        padding: 20px;
        flex-direction: column;
        row-gap: 20px;
        max-width: 100%;
        overflow: hidden;
    }

    .about_us_main_container>div {
        border-radius: 20px;
        overflow: hidden;
        row-gap: 10px;
    }

    .blog_info_container>div:nth-child(3) {
        align-items: flex-start;
        flex-direction: column;
        row-gap: 10px;
        padding-top: 10px;
    }

    .blogs_main_container {
        padding-top: 0;
    }

    .blog_item_container {
        padding: 10px;
        border-radius: 10px;
    }

    .social_media_main_container {
        flex-direction: column;
        row-gap: 50px;
    }

    .social_media_container {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .slider>.slide.active{
        min-width: calc(100dvw - 20px);
        max-width: calc(100dvw - 20px);
    }
    .comment_containers_div {
        max-width: 100%;
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    .route_info_container {
        width: calc(100% - 40px);
        border-radius: 20px;
    }
    .route_info_item_container{
        padding: 0 20px;
    }

    .top_menu_div {
        width: 100%;
        height: 80px;
        margin: 0 auto;
        margin-top: 0px;
        border-radius: 0px;
        padding: 0 10px;
        justify-content: space-around;
    }

    .top_menu_div_menu_div {
        display: none;
    }

    .top_menu_div_login {
        display: none;
    }

    .top_menu_div_menu_div_responsive {
        display: flex;
    }

    .my1st_content_div {
        max-width: 100dvw;
        overflow: hidden;
        justify-content: space-around;
        padding: 0 10px;
    }

    .my1st_content_div>div:nth-child(1) {
        font-size: 14pt;
    }

    .my1st_content_div>div:nth-child(2) {
        font-size: 12pt;
        flex-wrap: wrap;
    }

    .my1st_content_div>div:nth-child(2)>h1 {
        font-size: 18pt;
        height: 50px;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .my1st_content_div>div:nth-child(2)>span {
        display: flex;
        justify-content: space-around;
        align-items: flex-end;
    }

    .my1st_content_div>.btns_div {
        max-width: 100%;
        flex-direction: column;
        row-gap: 10px;
    }

    .my1st_content_div>div:nth-child(3) {
        max-width: 100%;
    }

    .my2nd_content_div>.why_samo_div {
        font-size: 12pt;
    }

    .my2nd_content_div>.why_samo_div>span {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .why_samo_items_cotainer {
        padding: 0 10px;
    }

    .why_samo_item_div {
        max-width: calc(100% - 40px);
        min-width: calc(100% - 40px);
        width: calc(100% - 40px);
    }

    .why_samo_body {
        font-size: 8pt;
    }

    .comments_show_description_div {
        max-width: 100%;
        min-width: 100%;
        font-size: 12pt;
    }

    .satisfaction_div {
        flex-direction: column;
        margin-top: 20px;
    }

    .screenshots_div {
        flex-direction: column;
        row-gap: 20px;
    }

    .screenshots_div>div {
        max-width: calc(100% - 40px);
    }

    .traders_images_div>img {
        width: 50px;
        height: 50px;
    }

    .satisfaction_list_div {
        padding: 10px 20px;
        row-gap: 20px;
    }

    .comments_show_container {
        flex-direction: column;
        row-gap: 10px;
    }

    .comment_container {
        width: calc(100dvw - 80px);
        height: 400px;
    }

    .comment_sender_name {
        font-size: 10pt;
    }

    .select_route_fist_div {
        max-width: calc(100% - 40px);
        border-radius: 10px 10px 0 0;
    }

    .select_route_fist_div>div {
        border-radius: 10px;
        font-size: 8pt;
    }

    .select_route_second_div {
        max-width: calc(100% - 40px);
        margin: 0 auto;
    }

    .select_route_second_div>div {
        border-radius: 10px;
        font-size: 10pt;
    }

    .route_info_head_container {
        padding: 10px 0;
        flex-direction: column;
    }

    .questions_container_div {
        flex-direction: column;
    }

    .simple_questions_background>img {
        width: auto;
        min-width: unset;
        max-width: unset;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        z-index: -1;
    }

    .about_us_main_container {
        padding: 20px;
        flex-direction: column;
        row-gap: 20px;
        max-width: 100%;
        overflow: hidden;
    }

    .about_us_second_container {
        row-gap: 20px;
    }
    .interviews_title_div{
        font-size: 18pt;
    }
    .interviews_description_div{
        font-size: 12pt;
    }
    .interviews_list_container {
        flex-direction: column;
        row-gap: 20px;
        padding: 20px;
    }

    .interview_item_container {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        flex-direction: column;
        row-gap: 10px;
    }

    .interview_image_container {
        max-width: 100%;
    }

    .blogs_main_container {
        padding-top: 0;
        flex-direction: column;
    }

    .blog_info_container>div:nth-child(3) {
        align-items: flex-start;
        flex-direction: column;
        row-gap: 10px;
        padding-top: 10px;
    }

    .blogs_logo_container {
        max-width: 100%;
        margin: 10px;
    }

    .social_media_main_container {
        flex-direction: column;
        row-gap: 50px;
    }

    .social_media_item_gradient {
        display: none;
    }

    .social_media_container {
        width: 100%;
    }

    .social_media_item_title {
        font-size: 15pt;
    }

    .footer_desription_div {
        padding: 30px 10px;
    }

    .footer_lists_main_container {
        flex-direction: column;
        align-items: flex-end;
        row-gap: 10px;
        padding: 0 10px;
    }

    .footer_social_links_main_container {
        width: 100%;
        flex-direction: row;
    }

    .footer_copyright_div {
        width: 100%;
        border-radius: 10px;
        font-size: 10pt;
    }

    .simple_questions_background {
        overflow: hidden;
    }

    .about_us_main_container>div {
        border-radius: 20px;
        overflow: hidden;
    }
    .stements_title{
        font-size: 18pt;
    }
    .stements_description{
        font-size: 12pt;
    }
    .about_us_thired_container{
        padding: 20px;
    }
    .simle_questions_title_div{
        font-size: 18pt;
    }
    .simle_questions_description_div{
        font-size: 12pt;
    }
}/* End custom CSS */