@import url("../Webfonts/fontiran.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: IRANYekanX;
    direction: rtl;
    scroll-padding-top: 120px;
}

a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-decoration: none;
    color: white;
}

a:hover {
    color: #1e1e2f;
}

body {
    background-color: #1e1e2f;
}

.main_container {
    max-width: 1440px;
    margin: 0 auto;
    overflow-x: hidden;
}

.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: #2E2E4D;
    border-radius: 40px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(41.6px);
    -webkit-backdrop-filter: blur(41.6px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    direction: rtl;
    padding: 0 14px;
}

.top_menu_div_logo {
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

.top_menu_div_logo>img {
    height: 100%;
}
       
.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 {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 2px;
}

.top_menu_div_menu_div>ul>li.active  {
    color: #00b8a9;
}
.top_menu_div_menu_div>ul>li.active>a  {
    color: #00b8a9;
}

.top_menu_div_menu_div>ul>li>svg {
    width: 17%;

}

.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: #00B8A9;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

.mybtn {
    color: white;
    font-weight: 300;
    width: 142px;
    height: 52px;
    border-radius: 25px;
    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;
    position: relative;
}

.my1st_content_div>img:first-child {
    position: absolute;
    right: 0;
    z-index: -1;
}

.btns_div {
  display: flex;
  justify-content: start;
  align-items: center;
  column-gap: 20px;
}

.siapis-explain-image-container {
    width: 87%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    margin: 0 auto;
}

.siapips-explain-container {
    display: flex;
    flex-direction: column;
    text-align: start;
}

.siapips-explain-container-title {
    font-size: 42px;
    font-weight: bolder;
}

.siapips-explain-container>p{
    max-width: 840px;
    margin: 15px 0;
    white-space: pre-line;
}

.images-section {
    position: relative;
    display: flex;
    align-items: start;
    width: 331px;
    height: 520px;
}

.rounded-box{
    position: absolute;
    top:0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.rounded-box:first-child{
    width: 331px;
    height: 510px;
    background: linear-gradient(0deg, rgba(30, 30, 47, 0.3) 0%, rgba(63, 63, 105, 0.3) 100%);
    border-radius: 44px 44px 0 0;
}

.rounded-box:nth-child(2) {
    width: 303px;
    height: 496px;
    background: linear-gradient(0deg, rgba(30, 30, 47, 0) 0%, rgba(63, 63, 105, 0.39) 100%);
    border-radius: 38px 38px 0 0;
    top: 12px;

}

.rounded-box:nth-child(3) {
    width: 275px;
    height: 482px;
    background-image: url(../images/Balance\ 1.png);
    border-radius: 30px 30px 0 0;
    top: 27px;
}


.green-box{
    position: absolute;
    background-color: rgb(18, 92, 96);
    width: 166px;
    height: 99px;
    border-radius: 24px;
    top: 91px;
    left: -82px;
    box-shadow: 0px 4px 60px 0px rgba(0,184,169,0.3);
    -webkit-box-shadow: 0px 4px 60px 0px rgba(0,184,169,0.3);
    -moz-box-shadow: 0px 4px 60px 0px rgba(0,184,169,0.3);
    backdrop-filter: blur(39.3px);
    display: flex;
    flex-direction: column;
    padding: 14px;
    gap:3px;
    z-index: 2;
}

.bitcoin_image{
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}

.btc_text {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: baseline;
}

.btc_text>div:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
}

.btc_text>div:nth-child(2) {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.number_percent {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
}


.number_percent>div:nth-child(1) {
    font-size: 16px;
    color: #02C173;
}

.number_percent>div:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
}

.yellow-box {
    position: absolute;
    background-color: rgba(244, 196, 48, 0.4);
    width: 206px;
    height: 122px;
    border-radius: 30px;
    top: 298px;
    left: 233px;
    box-shadow: 0px 4px 60px 0px rgba(244,196,48,0.3);
    -webkit-box-shadow: 0px 4px 60px 0px rgba(244,196,48,0.3);
    -moz-box-shadow: 0px 4px 60px 0px rgba(244,196,48,0.3);
    backdrop-filter: blur(39.3px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 14px;
    gap:3px;
    z-index: 2;
}

.my2nd_content_div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    color: white;
    padding-top: 180px;
    padding-bottom: 150px;
}

.why_siapips_container {
    width: 87%;
    background-color: #74602F;
    border-radius: 50px;
    display: flex;
    justify-content: start;
    align-items: start;
    position: relative;
    padding: 50px;
}

.why_siapips_container > div {
    flex: 1;
}

.why_siapips_container>img {
    position: absolute;
    top:0;
    right: 0;
    border-radius: 0 50px 0 0;
}

.why_siapips_div {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    font-size: 42px;
    height: 50px;
    font-weight: bolder;
    column-gap: 10px;
    height: 100%;
    position: relative;

}



.why_siapips_div_title {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    z-index: 2;

}

.why_siapips_div>p{
    font-size: 11pt;
    max-width: 400px;
    z-index: 2;
    white-space: pre-line;
    min-width: 300px;
}

.why_samo_question_mark_span {
    margin: 0;
}

.two_next_svg{
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}

.why_siapips_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: 300px;
    width: 300px;
    min-height: 121px;
    max-height: 121px;
    height: 121px;
    position: relative;
    direction: rtl;
    overflow: hidden;
    cursor: pointer;
    transition: all .5s ease;
}

.why_siapips_item_div:hover {
    background-image: url("../images/why-samo-hover.svg");
}

.why_siapips_head {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 80px;
    font-size: 12pt;
    padding-top: 10px;
}

.why_siapips_body {
    flex-grow: 1;
    padding: 0 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: justify;
    font-size: 9pt;
    font-weight: 300;
}

.why_siapips_icon {
    position: absolute;
    right: 6px;
    top: 8px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F4C430;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: all .5s ease;
}

.why_siapips_item_div:hover>.why_siapips_icon {
    background-color: #74602F;
}

.why_siapips_item_div>.why_siapips_icon>div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: #F4C430;
    color: #74602F;
    transition: all .5s ease;
}

.why_siapips_item_div:hover>.why_siapips_icon>div {
    background-color: #74602F;
    color: #F4C430;
}

.why_siapips_left_emojis {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.why_siapips_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_siapips_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;
}


.select_route_main_div {
    padding-top: 100px;
    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>img {
    position: absolute;
    z-index: -1;
    top: 15%;
    max-width: 400px;
}

.select_route_main_div>img:nth-child(2){
    top: 30%;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    
}

.select_route_main_div>img:nth-child(3){
    left: 0px;
    transform: scaleX(-1);
}

.select_route_back_div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    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_main_div>h2 {
    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;
    height: 80px;
    width: 900px;
    border-radius: 24px;
    margin: 20px auto;
    max-width: 100%;
    column-gap: 20px;
    padding: 10px;
    color: #fff;
}

.select_route_fist_div>div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-grow: 1;
    height: 60px;
    border-radius: 20px;
    box-shadow: 4px 4px 8px 0px rgba(244,196,48,0.5);
    -webkit-box-shadow: 4px 4px 8px 0px rgba(244,196,48,0.5);
    -moz-box-shadow: 4px 4px 8px 0px rgba(244,196,48,0.5);
    background-color: #3f3f69;
    cursor: pointer;
    transition: all 0.5s ease;
    font-size: 12pt;
    font-weight: bold;
}

.select_route_fist_div>div:hover {
    background-color: #2E2E4D;
    color: #F4C430;
    
}

.select_route_fist_div>div.active {
    background-color: #f4c430;
    color: #2E2E4D;
    box-shadow: 4px 4px 8px 0px rgba(63,63,105,0.5);
-webkit-box-shadow: 4px 4px 8px 0px rgba(63,63,105,0.5);
-moz-box-shadow: 4px 4px 8px 0px rgba(63,63,105,0.5);
}

.select_route_second_div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 80px;
    margin: 20px auto;
    max-width: 100%;
    column-gap: 20px;
}

.select_route_second_div>div {
    color: #FFF;
    width: 82px;
    height: 82px;
    border-bottom: 2px solid #F4C430;
    font-size: 15pt;
    font-weight: 600;
    background: #2E2E4D;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-grow: 1;
    border-radius: 24px;
    cursor: pointer;
    transition: all .5s ease;
    position: relative;
}


.select_route_second_div>div::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 12px;
    background: #F4C430;
    border-radius: 9px 9px 0 0;
}

.select_route_second_div>div:hover {
    color: #F4C430;
    background: #3f3f69;
}

.select_route_second_div>div.active {
    color: #3f3f69;
    background-color: #F4C430;
    border-bottom: 2px solid #2E2E4D;
}

.select_route_second_div>div.active::before{
    background: #2E2E4D;
}

.route_info_container {
    margin: 10px auto;
    width: 1020px;
    max-width: 100%;
    background: rgba(46, 46, 77, 0.33);
    border-radius: 50px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.6px);
    -webkit-backdrop-filter: blur(4.6px);
}

.route_info_head_container {
    width: 100%;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.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) {
    width: 172px;
    height: 42px;
    border-radius: 30px;
    background-color: #1E1E2F;
    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) {
    width: 72px;
    height: 32px;
    border-radius: 20px;
    background: #232339;
    color: #f4c430;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 13pt;
    font-weight: bold;
}

.route_info_body_container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;

}

.route_info_body_line {
   background: #232339;
   background: linear-gradient(90deg, rgba(35, 35, 57, 1) 0%, rgba(116, 96, 47, 1) 55%, rgba(35, 35, 57, 1) 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;
}


.social_media_main_container {
    width: 100%;
    padding: 20px;
    padding: 100px 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    column-gap: 20px;

}

.social_media_container {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-direction: row-reverse;
    flex: 1;
    height: 157px;
    border-radius: 46px;
    padding: 0 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    min-height: 127px;
    cursor: pointer;
}

.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;
    left: -58px;
    top: -33px;
}

.telegram_image {
    left: -13px !important;
    top: -25px !important;
}


.footer_main_container {
    width: 100%;
    margin: 20px 0;
    padding: 0 20px;
    min-height: 200px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    color: white;
    gap: 20px;
}

.footer_main_container> div{
    flex: 1;
    min-height: 240px;
}

.about_our_company {
    background-color: #38385D;
    border-radius: 46px;
    padding: 40px;
}

.information_container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex: 1;
    gap: 20px;
}

.information_container>div {
    flex: 1;
    background-color: #38385D;
    border-radius: 46px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 40px;
}


.footer_list_title {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  font-size: 15pt;
  font-weight: 700;
}

.near_title_gradient {
  width: 12px;
  height: 24px;
  border-radius: 25px 25px 0 0;
  background: #F4C430;
}

.information_container>div>ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 15px;
    font-size: 18px;
}

.information_container>div>ul>li.active{
    color: #f4c430;
}


.phone_location_container{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    margin-top: 20px;
}

.mini_diamond_shape{
    width: 31px;
    height: 31px;
    border-radius: 10px;
    transform: rotate(45deg);
    background-color: rgba(244, 196, 48, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mini_diamond_shape>svg{
    stroke: #f4c430;
    width: 100%;
    height: 60%;
    transform: rotate(-45deg);
}

.sub_phone_location_container {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}

.sub_phone_location_container>div:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.sub_phone_location_container span{
    font-size: 11pt;
    font-weight: 200;
}

.fs-10 {
    font-size: 10pt;
}

.fs-15 {
    font-size: 15pt;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.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;
}

.mybtn2 {
    color: white;
    font-weight: 300;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
    cursor: pointer;
    transition: all 5 ease;
}

.green-background {
    background-color: #00B8A9;
}

.yellow-background {
    background-color: #f4c430;
    color: #1e1e2f;
}

.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;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  text-align: center;
  position: relative;
  z-index: 1;
}




.period_plans_main_div > h2 {
  font-style: normal;
  font-weight: 700;
}

.plans_box_flex_div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: start;
    position: relative;
    margin-top: 15px;
}

.free-plan-box{
    width: 142px;
    height: 52px;
    background: #38385D;
    position: absolute;
    left: 50%;
    top: -5px;
    transform: translateX(-50%);
    border-radius: 41px;
    border-bottom: 1px solid #F4C430;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.free-plan-box::after{
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 20%;
  height: 7px;
  background: #F4C430;
  border-radius: 0 0 185px 186px;
}

.period_plans_sub_container_div {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background-color: #3F3F69;
  border-radius: 40px;
  width: 422px;
  align-items: center;
  row-gap: 20px;
  column-gap: 20px;
  max-width: 1500px;
  margin-top: 80px;
  flex-wrap: wrap;
  margin: 60px auto;
  position: relative;
  padding-bottom: 20px;
}

.top_shapes_container {
  position: absolute;
  top: -20px;
  width: 257px;
  height: 70px;
  display: flex;
  background-image: url("../images/green-diamond.svg");
  justify-content: space-around;
  align-items: center;
  overflow: hidden;
}


.plans_box_flex_div >div.period_plans_sub_container_div:nth-child(3) {
    transform: translateY(40px);
}

.plans_box_flex_div >div:nth-child(3)>div.top_shapes_container{
     background-image: url("../images/yellow-diamon.svg") !important;
}


.corner_diamonds_container {
  position: absolute;
  top: -20px;
  width: 300px;
  height: 20px;
  overflow: hidden;
}

.corner_diamonds_container> div {
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  background-color: #008E83;
  position: absolute;
  z-index: -1;
}

.plans_box_flex_div >div:nth-child(3)>div.corner_diamonds_container>div {
    background-color: #BB9829;
}   

.plans_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 104px 41px 20px 41px;
    gap:10px
}

.corner_diamonds_container>div:nth-child(1) {
    left: 10px;
}

.corner_diamonds_container>div:nth-child(2) {
    right: 10px;
}

.plans_option {
    display: flex;
    width: 100%;
    height: 38px;
    justify-content: center;
    gap:10px;
    align-items: center;
}

.plans_option>p {
    font-size: 14px;
    margin: 0;
}

.plan_circle_shape{
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background-color: #BB9829;
}

.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 {
  color: white;
  font-weight: 300;
  width: 340px;
  height: 60px;
  border-radius: 30px;
  background: #00B8A9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
  direction: rtl;
  gap: 40px;
  padding: 0 12px 0 25px;
}

.plans_box_flex_div >div:nth-child(3)>a.buy_plan_button {
    background: #F4C430;
}

.buy_plan_button > div {
  color: #00B8A9;
  font-weight: 300;
  text-align: center;
  width: 129px;
  height: 42px;
  border-radius: 30px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plans_box_flex_div >div:nth-child(3)>a.buy_plan_button>div {
    color: #F4C430;
}

.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;
}

.aboust_users_main_div {
  width: calc(100% - 130px);
  color: white;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
}

.aboust_users_main_div > img {
    position: absolute;
    right: -60px;
    top: -10px;
}

.satisfaction_div {
    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;
    overflow: hidden;
}

.screenshots_div {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    flex-grow: 1;
}

.screenshots_div>div>div {
    flex: 0 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}


.screenshots_div>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: #F4C430;
    background: linear-gradient(180deg,rgba(244, 196, 48, 0) 0%, rgba(244, 196, 48, 1) 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;
}

.chart_image_container {
    width: 87%;
    margin: 0 auto;
    height: 244px;
    border-radius: 46px;
    background-color: #00B8A9;
    margin: 0 auto;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.chart_image_container>div {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.chart_text_title>h6 {
    font-weight: 400;
    max-width: 380px;
}
.chart_image_container>.images_container {
    position: relative;
    top: -50px;
}


.left_star {
    position: absolute;
    left: 0;
    bottom: 10px;
}

.right_star{
    position: absolute;
    right: 0;
    top: 135px;
}

.main_image_divs {
    position: relative;
}

.main_image_divs > img {
    position: relative;
    z-index: 3;
}

.clip_path_horizontal {
  width: 357px;
  height: 104px;
  background-color: #0BD8C7;
  clip-path: polygon(12px 27px, 67.27% -3px, 94.96% 58.65%, 51.56% 80.77%, 25.6% 91.35%);
  position: absolute;
  bottom: 10px;
  left: 5px;
  z-index: 2;
}

.greener {
    background-color: #06CBBB;
    bottom: 0px;
    z-index: 1;
}

.more_greener {
    background-color: rgba(11, 216, 199, 0.33);
    bottom: -10px;
    z-index: 1;
}

.green {
    color: #00b8a9
}

.yellow {
    color: #f4c430;
}



@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;
    }

    .images-section {
        display: none;
    }

    .comapnies_div {
        column-gap: 20px;
    }

    .footer_main_container {
        width: 100%;
        margin: 0;
    }

    .plans_box_flex_div{
        flex-direction: column-reverse;
        padding-top: 70px;
    }
    .period_plans_sub_container_div{
        margin: 20px auto;
    }

    .plans_box_flex_div > div.period_plans_sub_container_div:nth-child(3) {
        transform: unset;
    }

    .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;
    }

    .why_siapips_container{
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding-top: 30px;
    }

    .why_siapips_div{
        align-items: center;
        font-size: 16pt;
        gap: 10px;
    }

    .why_siapips_div_title {
        flex-direction: row;
        gap: 2px;
    }

    .why_siapips_div > p{
        font-size: 12pt;
        font-weight: 200;
        text-align: center;
    }

    .images_container {
        display: none;
    }

    .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%;
    }
    .footer_main_container {
        flex-direction: column;
    }
}

@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 20px;
        justify-content: space-between;
    }

    .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;
        justify-content: center;
    }

    .my1st_content_div>div:nth-child(1) {
        font-size: 14pt;
    }

    .my1st_content_div>div:nth-child(2) {
        font-size: 12pt;
        flex-wrap: wrap;
        justify-content: center;
        gap:40px;
    }

    .siapips-explain-container {
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .siapips-explain-container-title{
        font-size: 15pt;
    }

    .siapips-explain-container > p {
        font-size: 12pt;
        font-weight: 200;
        text-align: center;
    }

    .images-section {
        display: none;
    }

    .my1st_content_div>div:nth-child(2)>h1 {
        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%;
    }

    .why_siapips_container {
        padding-top: 30px;
    }

    .why_siapips_container > img {
        display: none;
    }

    .two_next_svg {
        flex-direction: column;
    }
    .why_siapips_item_div{
        width: 350px;
    }

    .why_siapips_icon {
        width: 50px;
        height: 50px;
        top: 0;
        right: 9px;
    }

    .chart_image_container{
        flex-direction: column;
        height: auto;
    }

    .chart_image_container > .images_container {
        display: none;
    }

    .chart_image_container > div{
        text-align: center;
    }

    .chart_text_title > div.title {
        font-size: 16pt;
    }

    .chart_text_title > h6 {
        font-size: 12pt;
    }

    .select_route_second_div > div {
        width: 50px;
        height: 50px;
    }

    .satisfaction_div {
        flex-direction: column;
        margin-top: 20px;
    }

    .satisfaction_list_div {
        padding: 10px 20px;
        row-gap: 20px;
    }

    .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: 12pt;
    }

    .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;
    }

    .information_container {
        flex-direction: column;
    }
    .about_our_company > p {
        font-size: 10pt;
        font-weight: 300;
    }
}

@media only screen and (max-width: 480px) {
    .why_siapips_container {
        width: 95%;
    }

    .period_plans_sub_container_div{
        width: 350px;
    }

    .buy_plan_button {
        width: 290px;
    }

    .period_plans_main_div > h2 {
        font-size: 16pt;
    }
    .period_plans_main_div > p {
        font-size: 12pt;
    }

    .buy_plan_button > div {
        width: 90px;
        height: 39px;
    }
    .buy_plan_button span {
        font-size: 10pt;
    }

    .top_shapes_container {
        width: 217px;
        height: 58px;
        background-size: cover;
    }

    .corner_diamonds_container {
        width: 262px;
    }

    .plans_container {
        padding: 67px 41px 20px 41px;
    }

    .social_media_images_div > img {
        height: 140%;
    }


}