@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

/* Start Root */
:root {
    --main-color: #0d1116;
    --secondary-color: #12181f;
    --third-color: #33b3ae;
    --third-color-hover: #3bd1cc;
    --main-icon-color: rgba(161, 161, 170, 1);
    --main-text-color: #dfdfdf;
    --main-border-color: hsla(240, 5%, 96%, .1);
    --main-hover-border-color: hsla(240, 5%, 96%, .4);
}

/* End Root */

/* Start Reset Tags */

body {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 400;
    background-color: var(--main-color);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
    font-family: "Outfit", sans-serif;
}

section {
    margin-top: 6rem;
    margin-bottom: 5rem;
    padding: 0 6rem;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    border: none;
    color: var(--aous-aw-white)
}

button:hover,
a:hover {
    text-decoration: none !important;
}

a,
button {
    outline: none !important;
    box-shadow: none !important;
}

p {
    color: var(--main-text-color);
    font-weight: 400;
}

select,
textarea,
input.phone,
input:not(.form-check-input) {
    outline: none !important;
    box-shadow: none !important;
    font-size: 0.90rem !important;
    -webkit-text-size-adjust: 100%;
    touch-action: manipulation;
    border-radius: 8px !important;
}

textarea::placeholder,
input::placeholder {
    font-size: 0.80rem;
    color: var(--aous-aw-gray-400) !important;
}

select,
textarea,
input:not(.form-check-input) {
    background-color: transparent !important;
    color: var(--aous-aw-white) !important;
    border: 1px solid var(--main-border-color) !important;
    padding: 0.65rem 1rem;
}

input:is(.form-check-input):checked {
    background-color: var(--third-color) !important;
    border: none !important;
    outline: none;
    box-shadow: none;
}

label,
.col-form-label,
.form-label {
    color: var(--main-text-color) !important;
}

select:focus,
textarea:focus,
textarea:focus,
input.phone:focus,
input:focus {
    border-color: var(--main-hover-border-color) !important;
    -webkit-text-size-adjust: 100%;
    touch-action: manipulation;
}

svg {
    animation: strok 3.5s reverse;
    stroke-miterlimit: 10;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 400;
}

.icon {
    color: rgb(229 229 229);
}

@keyframes strok {
    100% {
        stroke-dashoffset: 400;
    }
}

.container-xl,
.container {
    padding-right: calc(var(--aous-aw-gutter-x) * 5);
    padding-left: calc(var(--aous-aw-gutter-x) * 5);
}

hr {
    margin: 1rem;
}

/* End Reset Tags */

/* Start Var */

.w-120 {
    min-width: 120px;
}

.w-140 {
    min-width: 140px;
}

.w-160 {
    min-width: 160px;
}

.text_gradient {
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    --tw-gradient-to: #6a6a6a var(--tw-gradient-to-position);
    background-image: linear-gradient(to bottom right, white, #575757);
    line-height: 1.07 !important;
}

.n-resize {
    resize: none;
}

.header_section h1 {
    font-size: 3rem;
    width: 70%;
    line-height: 1.1;
    margin-bottom: 2.5rem;
    color: transparent;
}

.description_card_text {
    font-size: 1rem;
    line-height: 1.6;
    width: 80%;
}

.text-main {
    color: var(--third-color);
}

.btn-main {
    background-color: var(--third-color);
    border-color: transparent;
}

.btn-main:hover {
    background-color: var(--third-color-hover);
    border-color: transparent;
}

.language_mobile {
    display: none;
}

/* End Var */

/* Start Reset Var */

.modal-content {
    background-color: var(--main-color);
}

.modal-header {
    background-color: var(--main-color);
    border: none;
}

.modal-backdrop {
    background-color: var(--secondary-color);
}

/* End Reset Var */

/* Start Nav App */

.navbar {
    position: absolute;
    top: 0.5rem;
    left: 0;
    width: 100%;
    height: 3rem;
    z-index: 99;
}

.theme-dark .navbar {
    background: transparent;
    border: none;
    box-shadow: none !important;
}

.navbar .navbar-nav .nav-link,
.navbar .navbar-nav .nav-item .nav-link-title {
    font-weight: 500;
    color: var(--aous-aw-white);
    font-size: 1rem;
}

.navbar .navbar-nav .nav-link img {
    aspect-ratio: 1.5;
    width: 20px;
    height: 20px;
    object-fit: cover;
}

body .navbar .navbar-brand a {
    font-size: 1.5rem;
    color: var(--aous-aw-white);
}

body:not(.not_home_page) .navbar .navbar-brand a {
    color: var(--aous-aw-white);
}

body.theme-light .navbar .navbar-brand,
body.theme-light .navbar .navbar-nav .nav-link,
body.theme-light .navbar .navbar-nav .nav-item .nav-link-title {
    color: var(--aous-aw-white);
}

body.theme-light .navbar.not_home_page .navbar-brand,
body.theme-light .navbar.not_home_page .navbar-nav .nav-link,
body.theme-light .navbar.not_home_page .navbar-nav .nav-item .nav-link-title {
    color: var(--aous-aw-dark);
}

body.theme-light .navbar .navbar-brand {
    font-size: 1.25rem;
    font-weight: 800;
}

.navbar .language_dropdown .dropdown-toggle:after {
    display: none;
}

.navbar .dropdown-menu {
    border-radius: 10px;
    background: var(--secondary-color);
    box-shadow: unset;
    border: unset;
}

.navbar .dropdown-menu a {
    color: white;
}

/* End Nav App */

/* Start Landing */
.landing {
    background-color: var(--main-color);
    min-height: 100vh;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.landing .radial_img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(80% 50% at 50% -20%, rgb(52 52 59 / 50%), hsla(0, 0%, 100%, 0));
}

.landing>svg {
    -webkit-mask-image: radial-gradient(100% 80% at top center, #fff, transparent);
    mask-image: radial-gradient(100% 80% at top center, #fff, transparent);
    stroke: hsla(0, 0%, 100%, .05);
    height: 100%;
    width: 100%;
    position: absolute;
    inset: 0;
}

.landing h1 {
    color: transparent;
    font-size: 4.5rem;
    width: 50%;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 2rem;
    padding-top: 11rem;
    letter-spacing: -.025em;
}

.landing .the_canvas_area {
    width: 100%;
    height: 100vh;
    position: absolute;
}

.landing .the_canvas_area canvas {
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    opacity: 0.4;
}

.landing p {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.20rem;
    color: var(--main-text-color);
}

.landing .action_buttons {
    display: flex;
    margin-top: 3.5rem;
    position: relative;
    z-index: 3;
}

.landing .action_buttons a {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    color: var(--main-text-color);
    font-size: 1rem;
    text-align: center;
}

.landing .action_buttons a.with_border {
    position: relative;
    background-color: var(--third-color);
    color: var(--main-color);
    border: 1px solid var(--main-border-color);
}

.landing .action_buttons a.with_border:hover {
    background-color: var(--third-color-hover);
}

.landing .action_buttons a svg {
    --aous-aw-icon-size: 1.75rem;
}

.landing .companies_logos {
    margin-top: 4rem;
}

/* End Landing */

/* Start Single page */
.single_page {
    padding-top: 6rem;
    padding-bottom: 4rem;
}

.single_page .title_single {
    color: var(--aous-aw-white);
    font-size: 1.25rem;
}

.single_page .description_title_single {
    width: 70%;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
    color: transparent;
    padding-top: 2rem;
}

.single_page .service_text {
    margin-top: 3rem;
    position: sticky;
    top: 1rem;
}

.single_page .single_page_info {
    padding-top: 2rem;
}

.single_page .single_page_info .service_list_description {
    padding-inline: 2rem;
}

.single_page .single_page_info .service_list_description h4,
.single_page .single_page_info .service_list_description h3 {
    font-size: 1.25rem;
    color: var(--aous-aw-white);
}

.single_page .single_page_info .service_list_description h5,
.single_page .single_page_info .service_list_description h6 {
    font-size: 1rem;
    color: var(--aous-aw-white);
    font-weight: 500;
}

.single_page .single_page_info .service_list_description p {
    margin-bottom: 2rem !important;
}

.single_page .single_page_info .features_service {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.single_page .single_page_info .features_service li {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding-bottom: 0.5rem;
}

.single_page .single_page_info .service_title_content {
    position: relative;
    padding-left: 1rem;
    padding-bottom: 2rem;
}

.single_page .single_page_info .service_title_content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: var(--main-border-color);
}

.single_page .single_page_info .service_title_content h2::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 1px;
    background-color: var(--aous-aw-white);
    z-index: 99;
}

.single_page .single_page_info .service_title_content a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.single_page .single_page_info .service_title_content .service_title {
    color: var(--aous-aw-white);
}

.single_page .single_page_info .service_title_content h2 {
    color: var(--aous-aw-white);
}

.single_page .single_page_info .service_title_content .text_description {
    color: var(--main-text-color);
}

.single_page .service_list_description h3 {
    font-size: 1.35rem;
    line-height: normal;
    margin-top: 3rem;
}

.single_page .service_list_description p {
    font-size: 1rem;
}

.single_page .service_list_description h4 {
    font-size: 1rem;
    color: white;
}

.single_page .service_list_description ol,
.single_page .service_list_description ul {
    margin-block: 2rem;
    margin-left: 1rem;
    list-style: disc;
}

.single_page .service_list_description li {
    color: white;
    margin-bottom: 0.25rem;
}

/* End Single page */

/* Start Companies in our app */
.companies_in_our_app {
    padding: 3rem 6rem;
    text-align: center;
}

.companies_in_our_app .scroller {
    overflow: hidden;
}

.companies_in_our_app .scroller .scroller_inner {
    display: flex;
    padding-top: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 5rem;
    padding-bottom: 4rem;
}

.scroller[data-animated=true] {
    overflow: hidden;
    -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated=true] .scroller_inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
    --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
    --_animation-direction: forwards;
}

.scroller[data-speed="slow"] {
    --_animation-duration: 60s;
}

.scroller[data-speed="fast"] {
    --_animation-duration: 20s;
}

@keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}

.companies_in_our_app .scroller_inner li svg {
    --aous-aw-icon-size: 2.5rem;
    color: var(--main-text-color);
    opacity: .75;
}

/* End Companies in our app */

.projects_section {
    background-color: var(--main-color);
    padding-block: 5rem;
    margin: 0;
    padding-bottom: 0rem;
}

.projects_section .description_card_text {
    width: 95%;
}

.projects_section .card_service_info {
    position: relative;
    background-color: var(--secondary-color);
    padding: 1.5rem;
    border-radius: 15px;
    border: 1px solid var(--main-border-color);
    overflow: hidden;
    width: 100%;
}

.projects_section .card_service_info::after {
    content: "";
    height: 250px;
    width: 2px;
    position: absolute;
    left: 0;
    transition: top, opacity;
    transition-duration: 1s;
    transition-timing-function: ease;
    background: linear-gradient(transparent, var(--third-color), transparent);
    opacity: 0;
    top: 0;
}

.projects_section .card_service_info.animate::after,
.projects_section .card_service_info:focus>*::after,
.projects_section .card_service_info:hover::after {
    top: 25%;
    opacity: 1;
}

.projects_section .card_service_info a:not(.project_link) {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 999;
    background-color: white;
    opacity: .7;
    transition: all 1s ease;
}

html[dir="rtl"] .projects_section .card_service_info a {
    right: unset;
    left: 1rem;
}

.projects_section .card_service_info.animate a,
.projects_section .card_service_info:hover a {
    opacity: 1;
}

.projects_section .card_service_info .title_service {
    display: block;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: var(--aous-aw-white);
    transition: all 1s ease;
}

.projects_section .card_service_info.animate .title_service,
.projects_section .card_service_info:hover .title_service {
    transform: translateX(0.25rem);
    transform: translateY(0.5rem);
}

.projects_section .card_service_info p {
    transition: all 1s ease;
}

.projects_section .card_service_info.animate p,
.projects_section .card_service_info:hover p {
    transform: translateY(0.5rem);
}

.projects_section .card_service_info h1,
.projects_section .card_service_info h2,
.projects_section .card_service_info h3,
.projects_section .card_service_info h4,
.projects_section .card_service_info h5 {
    display: none;
}

.projects_section .card_service_info .img_service {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 250ms ease;
}

.projects_section .card_service_info .img_service svg {
    position: absolute;
    z-index: -1;
    opacity: .1;
    transition: all 250ms ease;
}

.projects_section .card_service_info.animate .img_service svg,
.projects_section .card_service_info:hover .img_service svg {
    opacity: .5;
    transform: scale(1.1);
}

.projects_section .card_service_info .img_service img {
    height: 20rem;
    -webkit-mask: linear-gradient(#000 70%, transparent);
    mask: linear-gradient(#000 70%, transparent);
    transition: all 250ms ease;
    filter: brightness(0.5);
    object-fit: cover;
}

.projects_section .card_service_info:hover .img_service img {
    filter: brightness(1);
}

.projects_section .card_service_info.animate .img_service img,
.projects_section .card_service_info:hover .img_service img {
    transform: scale(1.01) ;
    filter: drop-shadow(2px 4px 6px black);
}


/* End Service Card Screen */

/* Start The skills */
.the_skills {
    position: relative;
    margin-bottom: 0;
    padding: 2rem 1.25rem;
    background-color: var(--secondary-color);
    border-radius: 15px;
    margin-top: 3rem;
    overflow: hidden;
}

.the_skills::after,
.the_skills::before {
    content: "";
    transition: all;
    transition-duration: 1s;
    transition-timing-function: ease;
    background: linear-gradient(transparent, var(--third-color), transparent);
    opacity: 1;
    position: absolute;
}

.the_skills::after {
    height: 250px;
    width: 2px;
    top: 0;
    left: 0;
}

.the_skills::before {
    height: 100px;
    width: 2px;
    bottom: 0;
    right: 0;
}

.the_skills.animate::after,
.the_skills:hover::after {
    top: 4rem;
}

.the_skills.animate::before,
.the_skills:hover::before {
    bottom: 10rem;
}

/*
.the_skills:hover::after {
    animation: toTop 5s forwards infinite;
}

.the_skills:hover::before {
    animation: toBottom 5s forwards infinite;
} */

.the_skills .radial_img {
    position: absolute;
    width: 400px;
    height: 100%;
    background-image: radial-gradient(80% 50% at 50% -20%, #000000, #34b4ae82);
    right: -10rem;
    bottom: 0;
    border-radius: 50%;
    filter: blur(18px);
    opacity: 0;
    transition: all 1s ease-in-out;
}

.the_skills.animate .radial_img {
    opacity: .1;
    right: -4rem;
}

.the_skills h1.header_title {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: transparent;
    width: 90%;
}

.the_skills .card_infos {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.the_skills .card_infos .card_info {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    filter: drop-shadow(2px 4px 6px var(--aous-aw-black));
}

.the_skills .card_infos .card_info.with_shadow {
    box-shadow: 1px 10px 10px #0000003d;
}

.the_skills .card_infos .card_info .img_info,
.the_skills .card_infos .card_info .text_info {
    transition: all 1.5s ease-in-out;
}

.the_skills .card_infos .card_info .img_info {
    transform: translateY(5px);
}

.the_skills .card_infos .card_info .img_info.animate {
    transform: translateY(0) scale(1.2);
}

.the_skills .card_infos .card_info .text_info.animate {
    transform: translateX(5px);
}

html[dir="rtl"] .the_skills .card_infos .card_info .text_info.animate {
    transform: translateX(-5px);
}


.the_skills .card_infos .card_info .img_info img {
    filter: grayscale(1);
    transition: all 1.5s ease-in-out;
}

.the_skills .card_infos .card_info .img_info.animate img {
    filter: grayscale(0);
}

.the_skills .card_infos .card_info .text_info p {
    padding: 0;
    margin: 0;
    color: var(--aous-aw-white);
    font-size: 1rem;
    font-weight: 600;
}

.the_skills .card_infos .card_info .text_info b {
    color: var(--aous-aw-white);
}

/* End The skills */

/* Start App Footer */
.app_footer {
    padding-bottom: 0;
    background-color: var(--secondary-color);
}

.app_footer .app_footer_content .content_copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--main-text-color);
    padding: 1rem 0;
}

.app_footer .app_footer_content .content_copyright h1 a {
    color: var(--aous-aw-white);
}

.app_footer .app_footer_content .content_copyright .copyright {
    font-size: 14px;
    color: var(--main-text-color);
}

.app_footer .links_social_media {
    display: flex;
    align-items: start;
    gap: 1rem;
    flex-direction: column;
}

.app_footer .links_social_media .social_media_content {
    display: flex;
    align-items: start;
    gap: 1rem;
}

.app_footer .links_social_media .social_media_content a svg {
    --aous-aw-icon-size: 1.25rem;
    color: var(--main-text-color);
}

.app_footer .links_social_media .social_media_content a:hover svg {
    color: var(--aous-aw-white);
}

.app_footer .links_social_media .helper_links {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.app_footer .links_social_media .helper_links a {
    color: var(--main-text-color);
    font-size: 0.8rem;
    opacity: .8;
}

/* End App Footer */

/* Star Sweet Alerts */

#toast-container>div {
    padding: 15px;
}

#toast-container .toast {
    min-width: 250px;
    border-radius: 7px;
}

#toast-container .toast .toast-message {
    font-size: 14px;
    font-weight: 400;
}

#toast-container>.toast-success,
#toast-container>.toast-warning,
#toast-container>.toast-primary,
#toast-container>.toast-info,
#toast-container>.toast-error {
    background-image: unset !important;
    box-shadow: none;
    opacity: 1;
    font-size: 0.9rem;
}

#toast-container>.toast-error {
    background-color: var(--aous-aw-danger);
}

#toast-container>.toast-success {
    background-color: var(--aous-aw-success);
}

#toast-container>.toast-warning {
    background-color: var(--aous-aw-warning);
}

#toast-container>.toast-primary {
    background-color: var(--aous-aw-primary);
}

#toast-container>.toast-info {
    background-color: var(--aous-aw-info);
}

/* End Sweet Alerts */

/* Start Cookie card */
.cookie_card {
    padding: 1.5rem;
    width: 60%;
    background-color: var(--secondary-color);
    display: grid;
    align-items: center;
    gap: 2rem;
    margin: auto;
    border-radius: 10px;
    grid-template-columns: 3.75fr 1fr;
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%, 80px);
    box-shadow: 1px 6px 15px #0506064f;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.cookie_card.show {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0px);
}

.cookie_card .cookie_content h1 {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: var(--aous-aw-white);
    font-size: 1.1rem;
}

.cookie_card .cookie_content h1 svg {
    --aous-aw-icon-size: 1.75rem;
    color: #E4904B;
}

.cookie_card .cookie_content p {
    color: var(--aous-aw-white);
    margin-top: 0.75rem;
    line-height: 1.7;
}

.cookie_card .cookie_content a {
    color: var(--third-color);
}

.cookie_card .cookie_action {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.cookie_card .cookie_action .btn {
    display: block;
    width: 100%;
    background-color: #7F929D;
    border-color: #7F929D;
    color: var(--aous-aw-white);
}

.cookie_card .cookie_action .btn.accept_cookie {
    background-color: var(--third-color);
    color: var(--aous-aw-white);
    border-color: var(--third-color);
}

/* End Cookie card */

.info_section .cards_info {
    display: grid;
    grid-template-columns: 30% 65%;
    gap: 5%;
    margin-top: 4rem;
    position: relative;
}

.info_section .cards_info .image_card {
    position: relative;
    background: var(--secondary-color);
    padding: 1.5rem;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    --webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    --mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    overflow: hidden;
}

.info_section .cards_info .image_card img {
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}

.info_section .cards_info .image_card.animate img,
.info_section:hover .cards_info .image_card img {
    transform: translate(-50%, 15%) scale(1.3);
}

.info_section .cards_info .personal_info>h1 {
    font-size: 2.5rem;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.info_section .cards_info .personal_info>h1.animate,
.info_section .cards_info:hover .personal_info>h1 {
    letter-spacing: 3px;
}

.info_section .cards_info .personal_info .the_info {
    border-radius: 20px;
    background-color: var(--secondary-color);
    padding: 2rem 2rem;
    position: relative;
}

.info_section .cards_info .personal_info .the_info::after {
    content: "";
    height: 150px;
    width: 2px;
    position: absolute;
    bottom: 1rem;
    right: 0;
    transition: all;
    transition-duration: 600ms;
    transition-timing-function: ease-in-out;
    background: linear-gradient(transparent, var(--third-color), transparent);
    opacity: 1;
}

.info_section .cards_info .personal_info .the_info.animate::after,
.info_section .cards_info .personal_info .the_info:hover::after {
    bottom: 4rem;
}

.info_section .cards_info .personal_info .the_info>h1 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 0.85rem;
    transition: all 0.3s ease-in-out;
}

.info_section .cards_info:hover .personal_info .the_info>h1 {
    translate: 0px -20px;
}

.info_section .cards_info .personal_info .the_info p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--main-text-color);
    font-weight: 300;
    transition: all 0.3s ease-in-out;
}

.info_section .cards_info:hover .personal_info .the_info p {
    translate: 0px -30px;
}

.info_section .other_information {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 4%;
    margin-top: 1.5rem;
}

.info_section .other_information .content_info {
    background-color: var(--secondary-color);
    padding: 1.5rem;
    border-radius: 20px;
    position: relative;
}

.info_section .other_information .content_info::after {
    content: "";
    width: 2px;
    position: absolute;
    transition: all;
    transition-duration: 600ms;
    transition-timing-function: ease-in-out;
    background: linear-gradient(transparent, var(--third-color), transparent);
    opacity: 1;
}

.info_section .other_information .content_info:first-of-type:after {
    height: 150px;
    top: 1rem;
    left: 0;
}

.info_section .other_information .content_info.animate:first-of-type::after,
.info_section .other_information:hover .content_info:first-of-type::after {
    top: 7rem;
}

.info_section .other_information .content_info:last-of-type:after {
    height: 150px;
    bottom: 1rem;
    right: 0;
}

.info_section .other_information .content_info.animate:last-of-type::after,
.info_section .other_information:hover .content_info:last-of-type::after {
    bottom: 15rem;
}

.info_section .other_information .content_info .title {
    text-transform: uppercase;
    font-size: 1.25rem;
    margin-bottom: 2rem;
    transition: all 0.3s ease-in-out;
}

.info_section .other_information .content_info:hover .title {
    letter-spacing: 1px;
}

.info_section .other_information .content_info .step_info.animate,
.info_section .other_information .content_info:hover .step_info {
    translate: 20px 0;
    transition: all 0.3s ease-in-out;
}

html[dir="rtl"] .info_section .other_information .content_info .step_info.animate,
html[dir="rtl"] .info_section .other_information .content_info:hover .step_info {
    translate: -20px 0;
    transition: all 0.3s ease-in-out;
}

.info_section .other_information .content_info .step_info:not(:last-of-type) {
    margin-bottom: 2.5rem;
}

.info_section .other_information .content_info .step_info:last-of-type {
    margin-bottom: 1rem;
}

.info_section .other_information .content_info .step_info span {
    color: var(--main-text-color);
    opacity: .6;
    display: block;
    font-size: 0.9rem;
}

.info_section .other_information .content_info .step_info p {
    color: white;
    font-size: 1.2rem;
    margin: 0;

}

/* End Section Info */

/* Start Section About */
.about_section .about_section_cards {
    margin-top: 5rem;
    padding-bottom: 3rem;
}

.about_section .about_section_cards .about_info_content {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    position: relative;
}

.about_section .about_section_cards .about_info_content .info_about .header_section {
    position: relative;
}

.about_section .about_section_cards .about_info_content .info_about .header_section::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 0;
    height: 3px;
    background-color: var(--third-color);
    transition: all 2s ease-in-out;
}

.about_section .about_section_cards .about_info_content .info_about .header_section.animate::after {
    width: 8rem;
}

html[dir="rtl"] .about_section .about_section_cards .about_info_content .info_about .header_section.animate::after {
    left: unset;
    right: 0;
}

.about_section .about_section_cards .about_info_content .info_about h1 {
    font-size: 3rem;
}

.about_section .about_section_cards .about_info_content .info_about>p {
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.4;
    width: 75%;
}

.about_section .about_section_cards .about_info_content .info_about .about_list {
    margin-top: 4.2rem;
}

.about_section .about_section_cards .about_info_content .info_about .about_list .title {
    font-size: 1.05rem;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
}

.about_section .about_section_cards .about_info_content .info_about .about_list:hover .title {
    letter-spacing: 3px;
}


.about_section .about_section_cards .about_info_content .info_about .about_list .descrption_card:not(:last-of-type) {
    margin-bottom: 5.5rem;
    position: relative;
}

.about_section .about_section_cards .about_info_content .info_about .about_list .descrption_card:not(:last-of-type)::after {
    content: '';
    position: absolute;
    bottom: -3rem;
    left: 0;
    width: 80%;
    height: 1px;
    background-color: #49566c3d;
}

.about_section .about_section_cards .step_info .step_header {
    transition: all 0.5s ease-in-out;
}

.about_section .about_section_cards .step_info .step_header.animate {
    position: sticky;
    top: 0rem;
    left: 0;
    background-color: var(--main-color);
    padding-block: 1rem;
}

.about_section .about_section_cards .step_info span {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--main-text-color);
}

.about_section .about_section_cards .step_info span .icon {
    --aous-aw-icon-size: 2.25rem;
    transition: all 2.5s ease-in-out;
}

.about_section .about_section_cards .step_info span.animate .icon {
    color: var(--third-color);
}

.about_section .about_section_cards .step_info p:not(.description_text) {
    font-weight: 500;
    font-size: 1.5rem;
    margin: 0;
}

.about_section .about_section_cards .step_info .description_text {
    margin-top: 0.75rem;
    color: var(--main-text-color);
    width: 80%;
    font-size: 1rem;
    line-height: 1.5;
}

.info_developers_account {
    margin-top: 3rem;
}

.info_developers_account>h1 {
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.info_developers_account .developers_account_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 1.75rem;
}

.info_developers_account .developers_account_list .account_info {
    display: flex;
    align-items: end;
    gap: 0.5rem;
}

.info_developers_account .developers_account_list .account_info .icon_item svg {
    --aous-aw-icon-size: 2rem;
    transition: all 1s ease-in-out;
    filter: grayscale(1);
}

.info_developers_account .developers_account_list .account_info.animate .icon_item svg {
    transform: translateY(-7px);
    filter: grayscale(0);
}

.info_developers_account .developers_account_list .account_info .text_item {
    transition: all 1s ease-in-out;
}

.info_developers_account .developers_account_list .account_info.animate .text_item {
    transform: translateX(10px);
}

html[dir="rtl="] .info_developers_account .developers_account_list .account_info.animate .text_item {
    transform: translateX(-10px);
}

.info_developers_account .developers_account_list .account_info .text_item .year {
    color: var(--main-text-color);
    display: block;
    font-weight: 600;
}

.info_developers_account .developers_account_list .account_info .text_item .title {
    font-size: 1.15rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    color: white;
}

/* End Section About */

/* Start Contact */

.contact_page {
    margin-top: 2rem;
}

.contact_page::before {
    content: '';
    position: absolute;
    top: 0;
    right: 5rem;
    width: 1px;
    height: 100%;
    background-color: rgb(200 204 234 / 9%);
}

.contact_page::after {
    content: '';
    position: absolute;
    top: 0;
    left: 5rem;
    width: 1px;
    height: 100%;
    background-color: rgb(200 204 234 / 9%);
}

.contact_page h1 {
    font-size: 3.5rem;
}

.contact_page .list_info ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.contact_page .list_info ul li {
    color: white;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.contact_page .list_info ul li svg {
    color: var(--main-icon-color) !important;
}

/* End Contact */


/* Start Contact us Modal */
.general_modal {
    --aous-aw-modal-width: 28rem;
}

.general_modal .modal-content {
    padding-inline: 2.5rem;
    padding-bottom: 2rem;
    border-radius: 1rem;
}

.general_modal .modal-content .modal-header {
    min-height: 1.5rem;
}

.general_modal .modal-content .modal-body {
    padding: 0;
}

.general_modal .modal-content .modal-footer {
    padding: 0;
    padding-block: 1.5rem;
}

.general_modal .modal-content .form_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
}

.general_modal .modal-content .form_header .icon_content {
    background-color: rgba(24, 24, 27, .3);
    padding: 1rem;
    border-radius: 50%;
    box-shadow: 0 10px 15px -3px rgba(14, 116, 144, .3), 0 4px 6px -4px rgba(14, 116, 144, .3);
    margin-bottom: 1rem;
}

.general_modal .modal-content .form_header .icon_content svg {
    --aous-aw-icon-size: 2.25rem;
    color: var(--main-icon-color);
    stroke-width: 1;
}

.general_modal .modal-content .form_header h2 {
    margin: 0;
}

.general_modal .modal-content .form_header p {
    margin: 0;
}

/* End Contact us Modal */

/* Start Language mobile modal */
#language_mobile_modal .languages_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#language_mobile_modal .languages_area a {
    padding: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding: 1rem;
    width: 100%;
    background: var(--secondary-color);
    border-radius: 14px;
    font-size: 1rem;
}

/* End Language mobile modal */

/* Start Helper Links Page */
.helper_links_page .card {
    background: transparent;
}

.helper_links_page .card .header_page h1 {
    color: white;
    font-size: 2rem;
}

.helper_links_page .card h3 {
    color: white;
}

.helper_links_page .card ul li {
    color: white;
}

/* End Helper Links Page */


/* Start Services Page */

.services_page {
    margin-top: 7rem;
}

.services_page .header_page h1 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
}

.services_page .card {
    background-color: transparent;
}

.services_page .services_area {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    gap: 5rem;
}

.services_page .services_area .services_icons ul li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    background-color: var(--secondary-color);
    padding: 1.25rem;
    border-radius: 12px;
}

.services_page .services_area .services_icons ul li span {
    font-size: 1rem;
    color: white;
}

.services_page .services_area .services_cards .services_list_cards .service_card {
    margin-bottom: 4rem;
}

.services_page .services_area .services_cards .services_list_cards .service_card span {
    color: white;
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.services_page .services_area .services_cards .services_list_cards .service_card p {
    font-size: 1rem;
}

/* End Services Page */

/* Start Work methodology section */
.work_methodology_section {
    margin-block: 7rem;
}

.work_methodology_section .card_work_methodology_area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 2rem;
}

.work_methodology_section .card_work_methodology_area .card_work_methodology {
    position: relative;
    background-color: var(--secondary-color);
    padding: 1rem;
    border-radius: 8px;
    display: flex;
    align-items: start;
    gap: 1.5rem;
    opacity: .5;
    transition: all 250ms ease-in-out;
}

.work_methodology_section .card_work_methodology_area .card_work_methodology.animate,
.work_methodology_section .card_work_methodology_area .card_work_methodology:hover {
    transform: translateY(-5px);
    opacity: 1;
}

.work_methodology_section .card_work_methodology_area .card_work_methodology:last-of-type {
    grid-column: 1 / -1;
}

.work_methodology_section .card_work_methodology_area .card_work_methodology .icon_content {
    margin-top: 7px;
}

.work_methodology_section .card_work_methodology_area .card_work_methodology .icon_content span {
    display: inline-block;
    font-size: 1.75rem;
    font-weight: bold;
    color: var(--third-color);
    opacity: .2;
    transform: translateY(3rem);
    transition: all 1s ease-in-out;
}

.work_methodology_section .card_work_methodology_area .card_work_methodology.animate .icon_content span,
.work_methodology_section .card_work_methodology_area .card_work_methodology:hover .icon_content span {
    opacity: 1;
    transform: translateY(0);
}

.work_methodology_section .card_work_methodology_area .card_work_methodology .text_content h1 {
    color: white;
    font-size: 1.25rem;
    font-weight: 500;
    transition: all 250ms ease-in-out;
}

.work_methodology_section .card_work_methodology_area .card_work_methodology .text_content p {
    margin: 0;
}

/* End Work methodology section */
