@font-face {
     font-family: 'Wesham';
     src: url('./fonts/ShorooqYaraa.otf') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'Wesham';
     src: url('./fonts/ShorooqYaraa-Medium.otf') format('woff');
     font-weight: bold;
     font-style: normal;
}

@font-face {
     font-family: 'Wesham';
     src: url('./fonts/ShorooqYaraa-Bold.otf') format('woff');
     font-weight: bolder;
     font-style: normal;
}

* {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     font-family: 'Wesham', 'Roboto', sans-serif;
     line-height: 1;
     outline: none;
     border: none;
}

html {
     overflow-x: hidden;
     scroll-behavior: smooth;
}

body {
     background-color: #ffffff;
}

a {
     text-decoration: none;
     text-transform: none;
}

li {
     list-style: none;
}

nav {
     position: absolute;
     left: 0;
     top: 0;
     width: 100vw;
     height: 70px;
     display: flex;
     flex-direction: row;
     align-items: center;
     justify-content: space-between;
     flex-wrap: nowrap;
     padding: 0 50px;
     z-index: 9;
     box-shadow: 0px 5px 15px rgb(30 28 28 / 10%);
     transform: translateY(-120%);
     animation: move 1s 1 forwards ease 1s;
}

button {
     cursor: pointer;
}

nav .background {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: #f9f7f4;
}

nav .left-container {
     position: relative;
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     align-items: center;
     gap: 25px;
}

nav .left-container .logo {
     position: relative;
     height: 50px;
     cursor: pointer;
}

nav .left-container .logo img {
     position: relative;
     height: 100%;
}

nav .line {
     position: relative;
     width: 2px;
     height: 50px;
     border-radius: 50px;
     background-color: #dddddd;
}

nav button {
     position: relative;
     border: none;
     font-size: 19px;
     font-weight: bolder;
     font-family: 'Cairo';
     background: #315260;
     border-radius: 50px;
     padding: 10px 30px;
     color: white;
     letter-spacing: .5px;
}

nav ul {
     position: relative;
     display: flex;
     flex-direction: row-reverse;
     flex-wrap: nowrap;
     align-items: center;
     justify-content: flex-start;
     gap: 40px;
     margin-right: 26px;
}

nav ul li a {
     color: #081821;
     font-weight: 500;
     font-size: 21px;
     opacity: 61%;
}

.left-section-timeout {
     position: fixed;
}

.landing-page.first-section {
     position: relative;
     padding-top: 70px;
     left: 0;
     top: 0;
     width: 100vw;
     height: calc(85vh);
     min-height: 40vw;
     box-sizing: content-box;
}

.landing-page.first-section .background-container {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: calc(100% + 20%);
     overflow: hidden;
}

.landing-page.first-section .blue-background {
     position: absolute;
     left: 0;
     top: 0;
     width: 50%;
     height: calc(100% + 20%);
     padding-top: inherit;
}

.landing-page.first-section .blue-background .background {
     position: absolute;
     left: 0;
     top: 0;
     width: 100vw;
     height: 100%;
     background: #0f2c3f;
     filter: opacity(61%);
     opacity: 0;
     animation: opacity 1s 1 forwards ease;
}

.landing-page.first-section .blue-background .design {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     opacity: 0;
     animation: opacity 1s 1 forwards ease;
}

.landing-page.first-section .paige-background {
     position: absolute;
     right: 0;
     top: -1px;
     width: 50%;
     height: calc(100% + 20%);
}

.landing-page.first-section .paige-background .background {
     position: absolute;
     right: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: transparent;
}

.landing-page.first-section .paige-background .design {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     overflow: hidden;
     transform: translateY(-100%);
     animation: move 1.25s 1 forwards cubic-bezier(0.4, 0, 0, 1) .25s;
}

@keyframes move {
     100% {
          transform: translate(0, 0);
     }
}

@keyframes opacity {
     100% {
          opacity: 1;
     }
}

@keyframes opacityFilter {
     100% {
          filter: opacity(1);
     }
}

.landing-page.first-section .paige-background .design img {
     position: absolute;
     right: 0;
     top: 0;
     max-height: 195%;
}

.landing-page.first-section .map-container {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     padding-top: inherit;
     overflow: hidden;
}

.landing-page.first-section .map {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     height: 100%;
     width: auto;
     padding-top: inherit;
}

.landing-page.first-section .map .img-container {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-143%, -147%) rotate(45deg);
     height: 200%;
     width: fit-content;
     padding-top: inherit;
     overflow: hidden;
     animation: mapContainer 1s 1 forwards cubic-bezier(0.4, 0, 0, 1);
}
/* translate(-43%, -47%) rotate(45deg) */

.landing-page.first-section .map img {
     height: 43%;
     left: 50%;
     top: 50%;
     transform: translate(125.2%, 6.3%) rotate(-45deg);
     width: auto;
     position: relative;
     animation: mapImg 1s 1 forwards cubic-bezier(0.4, 0, 0, 1);
     filter: drop-shadow(1px 1px 2px rgb(220 179 41 / 15%));
}
/* transform: translate(-50%, -50%) rotate(-45deg); */

.landing-page.first-section .map .img-container, .landing-page.first-section .map img {
     animation-duration: 1.75s;
     animation-timing-function: cubic-bezier(0.37, 0.02, 0.59, 0.92);
     animation-delay: 0.55s;
}

@keyframes mapContainer {
     100% {
          transform: translate(-43%, -47%) rotate(45deg);
     }
}

@keyframes mapImg {
     100% {
          transform: translate(-50%, -50%) rotate(-45deg);
     }
}

.landing-page.first-section .character {
     position: absolute;
     left: 50%;
     top: unset;
     transform: translate(-50%, 10%) scale(.8);
     opacity: 0;
     bottom: -5px;
     height: 105.5%;
     width: auto;
     z-index: 11;
     animation: character 1.1s 1 forwards cubic-bezier(0.08, 0.72, 0.54, 2) 1s, opacity .9s 1 forwards ease 1s;
}

@keyframes character {
     100% {
          transform: translate(-50%, 0%)  scale(1);
     }
}

.landing-page.first-section .character img {
     height: 90%;
     width: auto;
     bottom: 0;
     position: absolute;
     left: 50%;
     transform: translateX(-50%);
     filter: drop-shadow(0px 15px 30px rgb(30 28 28 / 55%));
}

.landing-page.first-section .over-text, .landing-page.first-section .back-text {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50.5%, -25.5%);
     width: 58vw;
     z-index: 10;
}

.landing-page.first-section .over-text {
     width: 58.5vw;
     z-index: 12;
     transform: translate(-150.5%, -25.5%);
     animation: backTextMove 1s 1 forwards ease 1s;
     overflow: hidden;
}

@keyframes backTextMove {
     100% {
          transform: translate(-50.5%, -25.5%);
     }
}

.landing-page.first-section .over-text .text-outline, .landing-page.first-section .back-text .text-full {
     position: relative;
     display: block;
     width: 100%;
     filter: drop-shadow(0px 5px 15px rgb(30 28 28 / 45%));
}

.landing-page.first-section .over-text .text-outline {
     filter: unset;
}

.landing-page.first-section .back-text img{
     opacity: 0;
     animation: opacity 1.2s 1 forwards ease 1s;
}

.landing-page.first-section .over-text img{
     transform: translate(100%, 0);
     animation: move 1s 1 forwards ease 1s;
}

.E-mail-container {
     position: absolute;
     display: flex;
     left: 0;
     bottom: 0;
     margin: 25px;
     flex-direction: row;
     flex-wrap: nowrap;
     align-items: center;
     justify-content: flex-start;
     transform: translateX(-105%);
     overflow: hidden;
     z-index: 15;
}

.E-mail-container.animation {
     animation: move 1s 1 forwards ease 1s;
}

.E-mail-container .email-subContainer {
     position: relative;
     display: flex;
     left: 0;
     bottom: 0;
     flex-direction: row;
     flex-wrap: nowrap;
     align-items: center;
     justify-content: flex-start;
     transform: translateX(105%);
}

.E-mail-container.animation .email-subContainer {
     animation: move 1s 1 forwards ease 1s;
}

.E-mail-container .point {
     position: relative;
     width: 15px;
     height: 15px;
     border-radius: 50%;
     background: white;
}

.E-mail-container .line-container {
     position: relative;
     width: 35px;
     height: 20px;
}

.E-mail-container .line-container .line {
     position: absolute;
     width: 100%;
     height: 2px;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
     background: white;
}

.E-mail-container .button {
     position: relative;
     width: auto;
     height: auto;
}

.E-mail-container .button button {
     padding: 11px 20px;
     position: relative;
     display: flex;
     left: 0;
     top: 0;
     flex-direction: row;
     flex-wrap: nowrap;
     align-items: center;
     justify-content: flex-start;
     border-radius: 50px;
     border: 2px solid #fff;
     background: transparent;
     color: white;
     gap: 16px;
}

.E-mail-container .button button img {
     height:27px;
     transform: scale(.3);
}

.E-mail-container.animation .button button img {
     animation: scale 1s 1 forwards cubic-bezier(0, 1.63, 0.54, 2) 1.25s;
}

.E-mail-container .button button img.hidden {
     transition: .025s;
     transform: scale(0);
     opacity: 0;
}

@keyframes scale {
     100% {
          transform: scale(1);
     }
}

.E-mail-container .button button .emailSpanContainer {
     position: relative;
     display: block;
     transform: translateX(-105%);
     overflow: hidden;
     margin-right: 25px;
}

.E-mail-container.animation .button button .emailSpanContainer {
     animation: move 1s 1 forwards ease 1.5s;
}

.E-mail-container .button button .emailSpanContainer span {
     position: relative;
     display: block;
     font-size: 18px;
     font-family: 'Cairo';
     transform: translateX(105%);
}

.E-mail-container.animation .button button .emailSpanContainer span {
     animation: move 1s 1 forwards ease 1.5s;
}

.E-mail-character {
     position: fixed;
     display: none;
     left: 0;
     top: 0;
     width: 100vw;
     height: 100vh;
     z-index: 9999;
     transition: 1s;
 }

 .E-mail-character.display {
     display: block;
 }

 .E-mail-character img {
     position: absolute;
     opacity: 0;
 }

 .E-mail-character.display.show img {
     transition: top 2s, left 2s, transform 2s, filter 2s;
     transform: translate(0, 0) scale(.5);
 }

 .E-mail-character.display.show.center img {
     left: 50% !important;
     top: 50% !important;
     transform: translate(-50%, -50%) scale(4);
     transition: all 1.5s cubic-bezier(0.55, -0.18, 0.26, 1.25), opacity .4s ease;
     filter: drop-shadow(1px 2px 15px rgb(0,0,0,100%));
     opacity: 1;
 }

 .E-mail-character.display.show.down img {
     left: 50% !important;
     top: 75% !important;
     transform: translate(-50%, 100%) scale(0);
     transition: 2s cubic-bezier(0.86, -0.41, 0.26, 1.25);
 }

.about-page.second-section {
     position: relative;
     left: 0;
     top: 0;
     width: 100vw;
     height: auto;
     min-height: 40vw;
     border-top-left-radius: 50px;
     border-top-right-radius: 50px;
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     align-items: center;
     justify-content: center;
     padding-top: 70px;
     padding-bottom: 70px;
     z-index: 22;
}

.about-page.second-section > .background {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: white;
     border-top-left-radius: 50px;
     border-top-right-radius: 50px;
     box-shadow: 0px -7px 50px rgb(30 28 28 / 90%);
     opacity: 0;
     transform: translateY(20%);
     animation: opacity 1s 1 forwards ease 1s, move 1s 1 forwards ease 1s;
}

.about-page.second-section .design {
     position: absolute;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
     height: 100%;
     overflow: hidden;
     z-index: 4;
     opacity: .6;
}

.about-page.second-section .design img {
     position: relative;
     right: -40%;
     top: 50%;
     transform: translateY(-53%);
     height: 137%;
}

.about-page.second-section .left-side {
     z-index: 1;
     position: relative;
     display: flex;
     justify-content: center;
}

.about-page.second-section .left-side .thumbnail-img-container {
     position: relative;
     width: fit-content;
     height: fit-content;
     opacity: 0;
     transform: translateY(50%);
     animation: opacity .7s 1 forwards ease, move .7s 1 forwards ease;
     animation-delay: .4s;
     animation-play-state: paused;
}

.about-page.second-section.animate .left-side .thumbnail-img-container {
     animation-play-state: running;
}

.about-page.second-section .left-side .thumbnail-img-container .horizontal-line {
     position: absolute;
     width: 28%;
     height: 7px;
     border-radius: 50px;
     background: #898989;
     left: 50%;
     top: -20px;
     transform: translate(-50%, 260%);
     animation: opacity .5s 1 forwards ease, horizontal-line .5s 1 forwards ease;
     animation-delay: 1s;
     animation-play-state: paused;
}

@keyframes horizontal-line {
     100% {
          transform: translate(-50%, 0);
     }
}

.about-page.second-section.animate .left-side .thumbnail-img-container .horizontal-line {
     animation-play-state: running;
}

.about-page.second-section .left-side .thumbnail-img-container .img-border {
     border: 3px solid #959090;
     border-radius: 48px;
     padding: 8px;
}

.about-page.second-section .left-side .thumbnail-img-container .img-border .img {
     position: relative;
     width: 500px;
}

.about-page.second-section .left-side .thumbnail-img-container .img-border .img img {
     position: relative;
     width: 100%;
}

.about-page.second-section .right-side {
     position: relative;
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     padding-right: 60px;
     padding-left: 30px;
     direction: rtl;
     justify-content: center;
     align-items: center;
     gap: 35px;
}

.about-page.second-section .right-side .side-container  {
     position: relative;
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     gap: 40px;
     color: #0f2c3f;
     max-width: 42vw;
}

.about-page.second-section .right-side .side-container .header {
     display: flex;
     flex-direction: column;
     gap: 15px;
     width: fit-content;
     max-width: 73%;
     position: relative;
     flex-wrap: nowrap;
}

.about-page.second-section .right-side .title {
     width: fit-content;
     font-size: 25px;
}

.about-page.second-section .right-side .header .title {
     color: #c6b59e;
     font-size: 50px;
     font-weight: normal;
     opacity: 0;
     transform: translateY(100%);
     animation: opacity .6s 1 forwards ease, move .6s 1 forwards ease;
     animation-delay: 0s;
     animation-play-state: paused;
}

.about-page.second-section.animate .right-side .header .title {
     animation-play-state: running;
}

.about-page.second-section .right-side .subtitle {
     font-size: 26px;
     line-height: 1.1;
     font-weight: normal;
     opacity: 0;
     transform: translateY(100%);
     animation: opacity .6s 1 forwards ease, move .6s 1 forwards ease;
     animation-delay: .1s;
     animation-play-state: paused;
}

.about-page.second-section.animate .right-side .header .subtitle {
     animation-play-state: running;
}

.about-page.second-section .right-side .content-container {
     display: flex;
     flex-direction: column;
     gap: 20px;
     max-width: 525px;
}

.about-page.second-section .right-side .content-container .vision, .about-page.second-section .right-side .content-container .mission {
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     align-items: flex-start;
     justify-content: flex-start;
     gap: 25px;
}

.about-page.second-section .right-side .content-container .vision {
     opacity: 0;
     transform: translateY(100%);
     animation: opacity .6s 1 forwards ease, move .6s 1 forwards ease;
     animation-delay: .2s;
     animation-play-state: paused;
}

.about-page.second-section .right-side .content-container .mission {
     opacity: 0;
     transform: translateY(100%);
     animation: opacity .6s 1 forwards ease, move .6s 1 forwards ease;
     animation-delay: .3s;
     animation-play-state: paused;
}

.about-page.second-section.animate .right-side .content-container .vision {
     animation-play-state: running;
}

.about-page.second-section.animate .right-side .content-container .mission {
     animation-play-state: running;
}

.about-page.second-section .right-side .content-container .vision .icon, .about-page.second-section .right-side .content-container .mission .icon {
     width: fit-content;
}

.about-page.second-section .right-side .content-container .vision .icon img, .about-page.second-section .right-side .content-container .mission .icon img {
     width: 50px;
}

.about-page.second-section .right-side .content-container .vision .description, .about-page.second-section .right-side .content-container .mission .description {
     font-size: 20px;
     line-height: 1.1;
     color: #606060;
}

.about-page.second-section .right-side .breif {
     position: relative;
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     align-items: center;
     justify-content: flex-end;
     width: fit-content;
     height: fit-content;
     padding: 12px 31px;
     padding-left: 50px;
     gap: 20px;
     max-width: 90%;
     opacity: 0;
     transform: translateY(100%);
     animation: opacity .6s 1 forwards ease, move .6s 1 forwards ease;
     animation-delay: .55s;
     animation-play-state: paused;
}

.about-page.second-section.animate .right-side .breif {
     animation-play-state: running;
}

.about-page.second-section .right-side .breif .background {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     border-radius: 50px;
     background: #0F2C3F;
 }

.about-page.second-section .right-side .breif .icon {
     position: relative;
     width: fit-content;
     height: 100%;
     opacity: 0;
     animation: opacity .6s 1 forwards ease;
     animation-delay: .9s;
     animation-play-state: paused;
}

.about-page.second-section.animate .right-side .breif .icon {
     animation-play-state: running;
}

.about-page.second-section .right-side .breif .icon img {
     height: 32px;
}

.about-page.second-section .right-side .breif .content {
     position: relative;
     width: fit-content;
     color: #e1e1e1;
     font-size: 20px;
     font-weight: bold;
     opacity: 0;
     transform: translateY(100%);
     animation: opacity .6s 1 forwards ease, move .6s 1 forwards ease;
     animation-delay: 1s;
     animation-play-state: paused;
}

.about-page.second-section.animate .right-side .breif .content {
     animation-play-state: running;
}

/* ------------------------------------------------------------ */


.team-page.third-section {
     position: relative;
     left: 0;
     top: 0;
     width: 100vw;
     height: auto;
     min-height: 40vw;
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     align-items: center;
     justify-content: center;
     z-index: 22;
     overflow: hidden;
}

.team-page.third-section > .background {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: rgb(235, 235, 235);
}

.team-page.third-section .design {
     position: absolute;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
     height: 100%;
     overflow: hidden;
     z-index: 4;
     opacity: .45;
}

.team-page.third-section .design img {
     position: relative;
     left: 3%;
     top: 50%;
     transform: translateY(-53%);
     height: 100%;
}

.team-page.third-section .right-side {
     z-index: 1;
     position: relative;
     display: flex;
     justify-content: center;
     flex-basis: 50%;
}

.team-page.third-section .right-side .thumbnail-img-container {
     position: relative;
     width: fit-content;
     height: fit-content;
     transform: translateX(50%);
     opacity: 0;
     animation: opacity 1s 1 forwards ease, move 1s 1 forwards ease;
     animation-delay: 0.1s;
     animation-play-state: paused;
}

.team-page.third-section.animate .right-side .thumbnail-img-container {
     animation-play-state: running;
}

.team-page.third-section .right-side .thumbnail-img-container .horizontal-line {
     position: absolute;
     width: 28%;
     height: 7px;
     border-radius: 50px;
     background: #898989;
     left: 50%;
     top: -20px;
}

.team-page.third-section.animate .right-side .thumbnail-img-container .horizontal-line {
     animation-play-state: running;
}

.team-page.third-section .right-side .thumbnail-img-container .img-border {
     border-radius: 30px 200px;
     overflow: hidden;
     box-shadow: -2px 3px 30px #0000007d;
     border: 5px solid #e7e7e7;
}

.team-page.third-section .right-side .thumbnail-img-container .img-border .img {
     position: relative;
     width: 500px;
     height: 350px;
}

.team-page.third-section .right-side .thumbnail-img-container .img-border .img img {
     position: relative;
     width: 125%;
     left: 50%;
     transform: translateX(-45%);
}

.team-page.third-section .left-side {
     position: relative;
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     padding-right: 60px;
     padding-left: 30px;
     direction: rtl;
     justify-content: center;
     align-items: center;
     gap: 35px;
     flex-basis: 50%;
}

.team-page.third-section .left-side .side-container {
     position: relative;
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     gap: 40px;
     color: #0f2c3f;
     max-width: 42vw;
}

.team-page.third-section .left-side .side-container .title {
     font-size: 40px;
     color: #ebb83d;
     text-shadow: 0 0 1px #ab953587;
     transform: translateY(100%);
     opacity: 0;
     animation: opacity .5s 1 forwards ease, move .5s 1 forwards ease;
     animation-delay: 0.2s;
     animation-play-state: paused;
}

.team-page.third-section.animate .left-side .side-container .title {
     animation-play-state: running;
}

.team-page.third-section .left-side .side-container .description {
     font-size: 25px;
     max-width: 85%;
     color: #3f3e3e;
     transform: translateY(50%);
     opacity: 0;
     animation: opacity .5s 1 forwards ease, move .5s 1 forwards ease;
     animation-delay: 0.35s;
     animation-play-state: paused;
}

.team-page.third-section.animate .left-side .side-container .description {
     animation-play-state: running;
}

.team-page.third-section .left-side .side-container .skills {
     position: relative;
     display: grid;
     gap: 30px;
     max-width: 90%;
     grid-template-columns: auto auto;
     transform: translateY(50%);
     opacity: 0;
     animation: opacity .5s 1 forwards ease, move .5s 1 forwards ease;
     animation-delay: 0.5s;
     animation-play-state: paused;
}

.team-page.third-section.animate .left-side .side-container .skills {
     animation-play-state: running;
}

.team-page.third-section .left-side .side-container .skill {
     font-size: 22px;
     list-style: inside;
     color: #27396f;
}

/* ------------------------------------------------------------ */

.companies-page.fourth-section {
     position: relative;
     left: 0;
     top: 0;
     width: 100vw;
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     align-items: center;
     justify-content: center;
     padding: 150px 60px;
     height: auto;
     background: white;
     z-index: 33;
     overflow: hidden;
}

.companies-page.fourth-section .companies {
     position: relative;
     width: 100%;
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     align-items: center;
     justify-content: space-around;
}

.companies-page.fourth-section .companies .company {
     position: relative;
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     align-items: center;
     gap: 40px;
     color: #63605b;
}

.companies-page.fourth-section .companies .company .circle {
     position: relative;
     width: 200px;
     height: 200px;
     padding: 20px;
     border-radius: 50%;
     background: white;
     box-shadow: -4px 8px 30px #0000004d;
     border: 5px inset #12123966;
     transform: translateY(50%);
     opacity: 0;
}

.companies-page.fourth-section .companies .company:nth-child(1) .circle {
     animation: opacity .8s 1 forwards ease, move .8s 1 forwards ease, logo_circles 4s infinite ease, borderColor 4s infinite ease;
     animation-delay: .2s, .2s, 1s, 1s;
     animation-play-state: paused;
}
.companies-page.fourth-section .companies .company:nth-child(2) .circle {
     animation: opacity .8s 1 forwards ease, move .8s 1 forwards ease, logo_circles 4s infinite ease, borderColor 4s infinite ease;
     animation-delay: .2s, .2s, 1.3s, 1.3s;
     animation-play-state: paused;
}
.companies-page.fourth-section .companies .company:nth-child(3) .circle {
     animation: opacity .8s 1 forwards ease, move .8s 1 forwards ease, logo_circles 4s infinite ease, borderColor 4s infinite ease;
     animation-delay: .2s, .2s, 1.6s, 1.6s;
     animation-play-state: paused;
}

@keyframes borderColor {
     0%{
          border-color: #12123966;
     }
     50%{
          border-color: #12123900;
     }
     100%{
          border-color: #12123966;
     }
}

.companies-page.fourth-section.animate .companies .company .circle {
     animation-play-state: running;
}

.companies-page.fourth-section .companies .company .circle .logo {
     position: relative;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
}

@keyframes logo_circles {
     0% {
          transform: translateY(0);
     }
     50% {
          transform: translateY(-50%);
     }
     100% {
          transform: translateY(0);
     }
}

.companies-page.fourth-section .companies .company .circle .logo img {
     width: 100%;
     height: 100%;
     object-fit: contain;
}

.companies-page.fourth-section .companies .company .title {
     text-align: center;
     font-size: 35px;
     transform: translateX(100%);
     animation: move 1s 1 forwards ease;
     animation-delay: .6s;
     animation-play-state: paused;
     overflow: hidden;
}

.companies-page.fourth-section .companies .company .title span {
     display: block;
     transform: translateX(-100%);
     animation: move 1s 1 forwards ease;
     animation-delay: .6s;
     animation-play-state: paused;
     text-shadow: 0px 1px 4px #0000004f;
}

.companies-page.fourth-section.animate .companies .company .title, .companies-page.fourth-section.animate .companies .company .title span {
     animation-play-state: running;
}

.companies-page.fourth-section > .title{
     position: relative;
     font-size: 48px;
     font-weight: normal;
     margin: 20px;
}

.companies-page.fourth-section > .description {
     position: relative;
     font-size: 24px;
     font-weight: normal;
     max-width: 65%;
     text-align: center;
     margin: 30px;
     margin-top: 0;
     color: hsl(0deg 0% 50.2%);
     line-height: 1.3;
}

.companies-page.fourth-section .sub-section {
     position: relative;
     flex-basis: 50%;
     display: flex;
     justify-content: center;
}

.companies-page.fourth-section .sub-section .side {
     position: relative;
     flex-basis: 50%;
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     padding: 30px;
     direction: rtl;
     justify-content: center;
     align-items: center;
}

.companies-page.fourth-section .sub-section .side .brand-logo {
     height: 120px;
     margin: 20px;
}

.companies-page.fourth-section .sub-section .side .brand-logo img {
     height: 100%;
}

.companies-page.fourth-section .sub-section .side .title {
     font-size: 34px;
     font-weight: normal;
     margin-bottom: 5px;
     color: #232323;
}

.companies-page.fourth-section .sub-section .side > .description {
     font-size: 24px;
     font-weight: normal;
     color: #6f6f6f;
     line-height: 1.2;
}

.companies-page.fourth-section .sub-section .side .content-container {
     position: relative;
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     align-items: center;
     gap: 25px;
     margin: 30px 0;
}

.companies-page.fourth-section .sub-section .side .content-container .vision, .companies-page.fourth-section .sub-section .side .content-container .mission, .companies-page.fourth-section .sub-section .side .content-container .breif {
     position: relative;
     display: flex;
     max-width: 85%;
     background: rgba(175, 156, 126, 0.15);
     padding: 20px;
     border-radius: 15px;
     box-shadow: -3px 4px 15px #00000025;
     flex-direction: row;
     flex-wrap: nowrap;
     justify-content: flex-start;
     align-items: flex-start;
     gap: 20px;
}

.companies-page.fourth-section .sub-section .side .content-container .vision .icon, .companies-page.fourth-section .sub-section .side .content-container .mission .icon, .companies-page.fourth-section .sub-section .side .content-container .breif .icon {
     width: fit-content;
}

.companies-page.fourth-section .sub-section .side .content-container .vision .icon img , .companies-page.fourth-section .sub-section .side .content-container .mission .icon img , .companies-page.fourth-section .sub-section .side .content-container .breif .icon img {
     position: relative;
     height: 40px;
}

.companies-page.fourth-section .sub-section .side .content-container .description {
     color: #606060;
     line-height: 1.2;
     font-size: 17px;
}

.companies-page.fourth-section .sub-section .side .thumbnail-container {
     position: relative;
}

.companies-page.fourth-section .sub-section .side .thumbnail-container .left-top-card {
     position: absolute;
     width: 100%;
     height: 100%;
     left: -10%;
     top: -15%;
     border-radius: 20px;
     box-shadow: -3px 4px 40px #00000047;
     background: #0F2C3F;
}

.companies-page.fourth-section .sub-section.second-sub-section .side .thumbnail-container .left-top-card {
     background: #1A5799;
}

.companies-page.fourth-section .sub-section.third-sub-section .side .thumbnail-container .left-top-card {
     background: #1D292D;
}

.companies-page.fourth-section .sub-section .side .thumbnail-container .right-bottom-card {
     position: absolute;
     width: 100%;
     height: 100%;
     right: -10%;
     bottom: -15%;
     border-radius: 20px;
     box-shadow: -3px 4px 40px #00000047;
     background: #CCBBA6;
}

.companies-page.fourth-section .sub-section.second-sub-section .side .thumbnail-container .right-bottom-card {
     background: #DDB44E;
}

.companies-page.fourth-section .sub-section.third-sub-section .side .thumbnail-container .right-bottom-card {
     background: #9B2A35;
}

.companies-page.fourth-section .sub-section .side .thumbnail-container .right-bottom-card img {
     position: absolute;
     height: 110%;
     right: -73%;
     bottom: -8%;
}

.companies-page.fourth-section .sub-section .side .thumbnail-container .center-card {
     position: relative;
     width: 410px;
     height: 280px;
     padding: 10px;
     background: white;
     box-shadow: -3px 4px 40px #00000047;
     border-radius: 20px;
}

.companies-page.fourth-section .sub-section .side .thumbnail-container .center-card .card-photo {
     position: relative;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     overflow: hidden;
     border-radius: 20px;
}

.companies-page.fourth-section .sub-section .side .thumbnail-container .center-card .card-photo img {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
}

.clients-page.fifth-section {
     position: relative;
     left: 0;
     top: 0;
     width: 100vw;
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     align-items: center;
     justify-content: center;
     padding: 40px;
     height: auto;
     background: white;
}

.clients-page.fifth-section .section-content-container {
     position: relative;
     left: 0;
     top: 0;
     width: 100%;
     aspect-ratio: 1/.58;
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     align-items: center;
     justify-content: flex-start;
     padding: 40px;
     background: #143A59;
     border-radius: 40px;
     box-shadow: -2px 5px 30px rgb(30 28 28 / 60%);
     opacity: 0;
     transform: translateY(50%);
     animation: opacity .65s 1 forwards ease, move .65s 1 forwards ease;
     animation-delay: 0.1s;
     animation-play-state: paused;
}

.clients-page.fifth-section.animate .section-content-container {
     animation-play-state: running;
}

.clients-page.fifth-section .section-content-container .map {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, 5%);
     opacity: 0;
     animation: opacity .6s 1 forwards ease, clients_map .6s 1 forwards ease;
     animation-delay: 0.5s;
     animation-play-state: paused;
}

.clients-page.fifth-section.animate .section-content-container .map {
     animation-play-state: running;
}

@keyframes clients_map {
     100% {
          transform: translate(-50%, -45%);
     }
}

.clients-page.fifth-section .section-content-container .map img {
     position: relative;
     width: 80vw;
}

.clients-page.fifth-section .section-content-container .title {
     font-size: 50px;
     font-weight: 800;
     color: white;
     transform: translateY(-50%);
     opacity: 0;
     animation: opacity .5s 1 forwards ease, move .5s 1 forwards ease;
     animation-delay: 0.5s;
     animation-play-state: paused;
}

.clients-page.fifth-section.animate .section-content-container .title {
     animation-play-state: running;
}

.clients-page.fifth-section .section-content-container .title span {
     color: #FFC35A;
}

.clients-page.fifth-section .section-content-container .points {
     position: absolute;
    width: 100%;
    height: 100%;
}

.clients-page.fifth-section .section-content-container .points .point.active {
     z-index: 5555;
}

.clients-page.fifth-section .section-content-container .points .point.russia1 {
     position: absolute;
     left: 70%;
     top: 20%;
     transform: translateY(50%);
     opacity: 0;
     animation: opacity .5s 1 forwards ease, move .5s 1 forwards ease;
     animation-delay: 0.75s;
     animation-play-state: paused;
}
.clients-page.fifth-section .section-content-container .points .point.russia2 {
     position: absolute;
     left: 65%;
     top: 28%;
     transform: translateY(50%);
     opacity: 0;
     animation: opacity .5s 1 forwards ease, move .5s 1 forwards ease;
     animation-delay: 0.85s;
     animation-play-state: paused;
}
.clients-page.fifth-section .section-content-container .points .point.england1 {
     position: absolute;
     left: 50%;
     top: 21%;
     transform: translateY(50%);
     opacity: 0;
     animation: opacity .5s 1 forwards ease, move .5s 1 forwards ease;
     animation-delay: 0.95s;
     animation-play-state: paused;
}
.clients-page.fifth-section .section-content-container .points .point.england2 {
     position: absolute;
     left: 47%;
     top: 29%;
     transform: translateY(50%);
     opacity: 0;
     animation: opacity .5s 1 forwards ease, move .5s 1 forwards ease;
     animation-delay: 1.05s;
     animation-play-state: paused;
}
.clients-page.fifth-section .section-content-container .points .point.canada {
     position: absolute;
     left: 22%;
     top: 25%;
     transform: translateY(50%);
     opacity: 0;
     animation: opacity .5s 1 forwards ease, move .5s 1 forwards ease;
     animation-delay: 1.15s;
     animation-play-state: paused;
}

.clients-page.fifth-section.animate .section-content-container .points .point.russia1
,.clients-page.fifth-section.animate .section-content-container .points .point.russia2
,.clients-page.fifth-section.animate .section-content-container .points .point.england1
,.clients-page.fifth-section.animate .section-content-container .points .point.england2
,.clients-page.fifth-section.animate .section-content-container .points .point.canada {
     animation-play-state: running;
}

.clients-page.fifth-section .section-content-container .points .point .point-circle {
     position: relative;
     width: 18px;
     height: 18px;
     background: hsl(0deg 0% 36% / 60%);
     border-radius: 50%;
     border: 2px solid #e3e3e3;
}

.clients-page.fifth-section .section-content-container .points .point .card {
     position: absolute;
     top: 150%;
     left: 50%;
     transform: translate(-50%, 50%);
     opacity: 0;
     transition: .4s;
}

.clients-page.fifth-section.animate .section-content-container .points .point.active .card {
     transform: translate(-50%, 0);
     opacity: 1;
     z-index: 55555;
     cursor: pointer;
}

.clients-page.fifth-section .section-content-container .points .point .card img {
     position: relative;
     display: block;
     width: 25vw;
}

.clients-page.fifth-section .section-content-container .points .point .card .background {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     width: 92%;
     height: 85%;
     margin-top: 2%;
     border-radius: 10px;
     overflow: hidden;
}

.clients-page.fifth-section .section-content-container .points .point .card .card-body .background::after {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     background: linear-gradient(0deg, #000000e8, #000000d9, transparent);
 }

.clients-page.fifth-section .section-content-container .points .point .card .background img {
     position: relative;
     display: block;
     width: 100%;
     height: 100%;
     object-fit: cover;
}

.clients-page.fifth-section .section-content-container .points .point .card .logo {
     position: absolute;
     bottom: 0;
     max-height: 45%;
     margin-bottom: 20px;
     left: 50%;
     transform: translateX(-50%);
}

.clients-page.fifth-section .section-content-container .points .point .card .logo img {
     position: relative;
     display: block;
     width: 90%;
     object-fit: cover;
     left: 50%;
     transform: translateX(-50%);
}

.clients-page.fifth-section .section-content-container .cards-timeout {
     position: absolute;
     display: flex;
     left: 50%;
     bottom: 20px;
     transform: translateX(-50%);
     flex-direction: row;
     flex-wrap: nowrap;
     align-items: center;
     gap: 6px;
     opacity: 0;
     animation: opacity .7s 1 forwards ease;
     animation-delay: 0.8s;
     animation-play-state: paused;
}

.clients-page.fifth-section.animate .section-content-container .cards-timeout {
     animation-play-state: running;
}

.clients-page.fifth-section .section-content-container .cards-timeout .card-timeout {
     position: relative;
     width: 18px;
     height: 6px;
     background: #d5d5d58a;
     border-radius: 10px;
}

.clients-page.fifth-section .section-content-container .cards-timeout .card-timeout.active {
     width: 80px;
     background: #d5d5d5;
}

.management-consulting-page.sixth-section {
     padding: 70px 30px 150px 30px;
     background: white;
}

.management-consulting-page.sixth-section > .title {
     position: relative;
     font-size: 45px;
     font-weight: normal;
     text-align: center;
     color: rgb(20 58 89);
     margin: 5px;
     opacity: 0;
     transform: translateY(50%);
     animation: opacity .6s 1 forwards ease, move .6s 1 forwards ease;
     animation-delay: 0.1s;
     animation-play-state: paused;
}

.management-consulting-page.sixth-section.animate > .title {
     animation-play-state: running;
}

.management-consulting-page.sixth-section > .description {
     font-size: 30px;
     text-align: center;
     color: rgb(51 51 51);
     opacity: 0;
     transform: translateY(50%);
     animation: opacity .6s 1 forwards ease, move .6s 1 forwards ease;
     animation-delay: 0.25s;
     animation-play-state: paused;
}

.management-consulting-page.sixth-section.animate > .description {
     animation-play-state: running;
}

.management-consulting-page.sixth-section .missions {
     position: relative;
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     margin-top: 160px;
     height: 400px;
     justify-content: space-between;
}

.management-consulting-page.sixth-section .missions .left-side {
     position: relative;
     max-width: 30vw;
     direction: rtl;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     align-items: flex-start;
     flex-wrap: nowrap;
}

.management-consulting-page.sixth-section .missions .right-side {
     position: relative;
     max-width: 30vw;
     direction: ltr;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
}

.management-consulting-page.sixth-section .missions .center-design {
     position: relative;
     height: fit-content;
     align-self: center;
     opacity: 0;
     transform: translateY(50%);
     animation: opacity 1s 1 forwards ease, move 1s 1 forwards ease;
     animation-delay: 0.25s;
     animation-play-state: paused;
     z-index: 2;
}

.management-consulting-page.sixth-section.animate .missions .center-design {
     animation-play-state: running;
}

.management-consulting-page.sixth-section .missions .missions-side .mission {
     display: flex;
     flex-wrap: nowrap;
     align-items: flex-start;
     justify-content: center;
     gap: 20px;
 }

 .management-consulting-page.sixth-section .missions .left-side .mission:nth-child(1) {
     margin-right: 15px;
     opacity: 0;
     transform: translateY(50%);
     animation: opacity .75s 1 forwards ease, move .75s 1 forwards ease;
     animation-delay: 0.6s;
     animation-play-state: paused;
 }

 .management-consulting-page.sixth-section .missions .right-side .mission:nth-child(1) {
     margin-left: 15px;
     opacity: 0;
     transform: translateY(50%);
     animation: opacity .75s 1 forwards ease, move .75s 1 forwards ease;
     animation-delay: 0.6s;
     animation-play-state: paused;
 }

 .management-consulting-page.sixth-section .missions .left-side .mission:nth-child(2) {
     margin-right: 40px;
     opacity: 0;
     transform: translateY(50%);
     animation: opacity .75s 1 forwards ease, move .75s 1 forwards ease;
     animation-delay: 0.75s;
     animation-play-state: paused;
 }

 .management-consulting-page.sixth-section .missions .right-side .mission:nth-child(2) {
     margin-left: 40px;
     opacity: 0;
     transform: translateY(50%);
     animation: opacity .75s 1 forwards ease, move .75s 1 forwards ease;
     animation-delay: 0.75s;
     animation-play-state: paused;
 }

 .management-consulting-page.sixth-section .missions .left-side .mission:nth-child(3) {
     opacity: 0;
     transform: translateY(50%);
     animation: opacity .75s 1 forwards ease, move .75s 1 forwards ease;
     animation-delay: 0.9s;
     animation-play-state: paused;
 }

 .management-consulting-page.sixth-section .missions .right-side .mission:nth-child(3) {
     opacity: 0;
     transform: translateY(50%);
     animation: opacity .75s 1 forwards ease, move .75s 1 forwards ease;
     animation-delay: 0.9s;
     animation-play-state: paused;
 }

 .management-consulting-page.sixth-section.animate .missions .left-side .mission:nth-child(1)
 ,.management-consulting-page.sixth-section.animate .missions .right-side .mission:nth-child(1)
 ,.management-consulting-page.sixth-section.animate .missions .left-side .mission:nth-child(2)
 ,.management-consulting-page.sixth-section.animate .missions .right-side .mission:nth-child(2)
 ,.management-consulting-page.sixth-section.animate .missions .left-side .mission:nth-child(3)
 ,.management-consulting-page.sixth-section.animate .missions .right-side .mission:nth-child(3) {
     animation-play-state: running;
 }

 .management-consulting-page.sixth-section .missions .missions-side .mission .icon {
     position: relative;
     width: 47px;
     height: 47px;
     background: #313131;
     border-radius: 50%;
 }

 .management-consulting-page.sixth-section .missions .missions-side .mission:nth-child(2) .icon {
     background: rgb(68 67 67);
 }

 .management-consulting-page.sixth-section .missions .missions-side .mission:nth-child(3) .icon {
     background: rgb(107 107 107);
 }

 .management-consulting-page.sixth-section .missions .missions-side .mission .icon img {
     position: absolute;
     max-width: 65%;
     max-height: 65%;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
 }

 .management-consulting-page.sixth-section .missions .missions-side .mission .content {
     position: relative;
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     align-items: flex-start;
     flex: 1;
     gap: 6px;
 }

 .management-consulting-page.sixth-section .missions .missions-side .mission .content .title {
     font-size: 24px;
 }

 .management-consulting-page.sixth-section .shape {
     position: relative;
     width: 25vw;
     height: fit-content;
 }

 .management-consulting-page.sixth-section .shape .shape-border {
     position: relative;
    width: 100%;
 }

 .management-consulting-page.sixth-section .shape .shape-border img {
     position: relative;
     display: block;
     width: 100%;
 }

 .management-consulting-page.sixth-section .shape .shape-background {
     position: absolute;
     width: 96%;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -49.6%);
     opacity: 0;
     animation: opacity 1s 1 forwards ease;
     animation-delay: 0.4s;
     animation-play-state: paused;
 }

 .management-consulting-page.sixth-section.animate .shape .shape-background {
     animation-play-state: running;
 }

 .management-consulting-page.sixth-section .shape .shape-background .shape-photo {
     position: absolute;
     bottom: 0;
     overflow: hidden;
     width: 100%;
     opacity: 0;
     transform: translateY(50%);
     animation: opacity 1s 1 forwards ease, move 1s 1 forwards ease;
     animation-delay: 0.4s;
     animation-play-state: paused;
 }

 .management-consulting-page.sixth-section.animate .shape .shape-background .shape-photo {
     animation-play-state: running;
 }

 .management-consulting-page.sixth-section .shape .shape-background .shape-photo img {
     position: relative;
     display: block;
     width: 100%;
 }

 .management-consulting-page.sixth-section .shape .shape-background > img {
     position: relative;
     display: block;
     width: 100%;
 }

 .management-consulting-page.sixth-section .shape .badges {
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
 }

 .management-consulting-page.sixth-section .shape .badges .top-right-badge {
     position: absolute;
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     align-items: center;
     justify-content: flex-start;
     white-space: nowrap;
     top: 20%;
     left: 78%;
     background: white;
     padding: 5px 20px 5px 5px;
     border-radius: 50px;
     gap: 10px;
     box-shadow: -1px 2px 15px #0000003b;
 }

 .management-consulting-page.sixth-section .shape .badges .top-right-badge .badge-icon {
     position: relative;
    width: 26px;
    height: 26px;
    background: rgb(193 67 51);
    border-radius: 50%;
 }

 .management-consulting-page.sixth-section .shape .badges .top-right-badge .badge-icon img {
     position: absolute;
     width: 65%;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
 }

 .management-consulting-page.sixth-section .shape .badges .top-right-badge .badge-content {
     font-size: 15px;
     color: rgb(54 54 54);
 }

 .management-consulting-page.sixth-section .shape .badges .bottom-left-line {
     position: absolute;
     width: fit-content;
     right: 50%;
     top: 100%;
 }

 .management-consulting-page.sixth-section .shape .badges .bottom-left-line > img {
     position: relative;
     display: block;
 }

 .management-consulting-page.sixth-section .shape .badges .bottom-left-badge {
     position: absolute;
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     align-items: center;
     justify-content: flex-start;
     white-space: nowrap;
     top: 100%;
     left: unset;
     right: 100%;
     transform: translateY(-60%);
     background: white;
     padding: 5px 20px 5px 5px;
     border-radius: 50px;
     gap: 10px;
     box-shadow: -1px 2px 15px #0000003b;
 }

 .management-consulting-page.sixth-section .shape .badges .bottom-left-badge .badge-icon {
     position: relative;
    width: 26px;
    height: 26px;
    background: rgb(42 90 186);
    border-radius: 50%;
 }

 .management-consulting-page.sixth-section .shape .badges .bottom-left-badge .badge-icon img {
     position: absolute;
     width: 65%;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
 }

 .management-consulting-page.sixth-section .shape .badges .bottom-left-badge .badge-content {
     font-size: 15px;
     color: rgb(54 54 54);
 }

 .contact-page.seventh-section {
     padding: 40px;
     position: relative;
     display: flex;
     left: 0;
     top: 0;
     width: 100vw;
     height: auto;
     min-height: 40vw;
     border-top-left-radius: 50px;
     border-top-right-radius: 50px;
     flex-direction: row;
     flex-wrap: nowrap;
     align-items: center;
     justify-content: center;
     padding-top: 20px;
     z-index: 22;
     overflow: hidden;
 }

 .contact-page.seventh-section .background {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: rgb(214 202 186);
     border-top-left-radius: 50px;
     border-top-right-radius: 50px;
     box-shadow: 0px -7px 40px rgb(10 10 10 / 20%);
     z-index: -1;
}

.contact-page.seventh-section .design {
     position: absolute;
     right: 0;
     top: 6%;
     transform: translateX(50%);
     width: 65%;
}

.contact-page.seventh-section .design img {
     position: absolute;
     width: 100%;
 }

.contact-page.seventh-section .left-side {
     position: relative;
     flex-basis: 50%;
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     padding: 30px;
     direction: rtl;
     justify-content: center;
     align-items: center;
}

.contact-page.seventh-section .left-side .map {
     position: relative;
     width: 100%;
     opacity: 0;
     transform: translateY(-50%);
     animation: opacity .8s 1 forwards ease, move .8s 1 forwards ease;
     animation-delay: 0.1s;
     animation-play-state: paused;
}

.contact-page.seventh-section.animate .left-side .map {
     animation-play-state: running;
}

.contact-page.seventh-section .left-side .map > img {
     position: relative;
     display: block;
     width: 95%;
     opacity: 1;
}

.contact-page.seventh-section .left-side .pointer {
     position: absolute;
     left: 50%;
     top: 50%;
     filter: drop-shadow(1px 13px 10px rgb(0 0 0/20%));
     opacity: 0;
     transform: translate(-50%, -150%);
     animation: opacity .5s 1 forwards ease, map_pointer .5s 1 forwards ease;
     animation-delay: 1s;
     animation-play-state: paused;
}

.contact-page.seventh-section.animate .left-side .pointer {
     animation-play-state: running;
}

@keyframes map_pointer {
     100% {
          transform: translate(-50%, -50%);
     }
}

.contact-page.seventh-section .left-side .pointer img.pointer-img {
     position: relative;
     height: 80px;
     opacity: 1;
}

.contact-page.seventh-section .left-side .pointer img.pointer-flag {
     opacity: 1;
     position: absolute;
     height: 46%;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -85%);
     width: unset;
}

.contact-page.seventh-section .left-side .location {
     position: absolute;
     display: flex;
     left: 0;
     bottom: 0;
     flex-direction: row-reverse;
     flex-wrap: nowrap;
     justify-content: center;
     align-items: center;
     width: 20%;
}

.contact-page.seventh-section .left-side .location .icon {
     position: relative;
     flex-basis: 40%;
     opacity: 0;
     transform: translateY(-100%);
     animation: opacity .5s 1 forwards ease, move .5s 1 forwards ease;
     animation-delay: 1.2s;
     animation-play-state: paused;
}

.contact-page.seventh-section.animate .left-side .location .icon {
     animation-play-state: running;
}

.contact-page.seventh-section .left-side .location .icon img {
     position: relative;
     height: 100%;
     aspect-ratio: 1/1;
     width: unset;
     filter: drop-shadow(1px 13px 10px rgb(0 0 0/20%));
}

.contact-page.seventh-section .left-side .content {
     opacity: 0;
     transform: translateY(50%);
     animation: opacity .5s 1 forwards ease, move .5s 1 forwards ease;
     animation-delay: 1.35s;
     animation-play-state: paused;
}

.contact-page.seventh-section.animate .left-side .content {
     animation-play-state: running;
}

.contact-page.seventh-section .left-side .content .city {
     font-size: 28px;
}

.contact-page.seventh-section .left-side .content .country {
     font-size: 20px;
}

.contact-page.seventh-section .right-side {
     position: relative;
     flex-basis: 50%;
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     padding: 30px;
     direction: rtl;
     justify-content: center;
}

.contact-page.seventh-section .right-side .title {
     position: relative;
     font-size: 35px;
     margin-bottom: 10px;
     opacity: 0;
     transform: translateY(50%);
     animation: opacity .7s 1 forwards ease, move .7s 1 forwards ease;
     animation-delay: 0.1s;
     animation-play-state: paused;
}

.contact-page.seventh-section.animate .right-side .title {
     animation-play-state: running;
}

.contact-page.seventh-section .right-side .description {
     position: relative;
     font-size: 22px;
     width: 80%;
     color: #616161;
     opacity: 0;
     transform: translateY(50%);
     animation: opacity .7s 1 forwards ease, move .7s 1 forwards ease;
     animation-delay: 0.25s;
     animation-play-state: paused;
}

.contact-page.seventh-section.animate .right-side .description {
     animation-play-state: running;
}

.contact-page.seventh-section .right-side .form {
     position: relative;
     padding: 20px 0;
     width: 100%;
     max-width: 350px;
     display: flex;
     flex-direction: row;
     gap: 12px;
     flex-wrap: wrap;
     justify-content: space-between;
}

.form .input {
     position: relative;
     width: 100%;
     opacity: 0;
     transform: translateY(50%);
     animation: opacity .7s 1 forwards ease, move .7s 1 forwards ease;
     animation-delay: 0.1s;
     animation-play-state: paused;
 }

 .contact-page.seventh-section.animate .right-side .form .input  {
     animation-play-state: running;
}

 .form .input.half-width {
     width: 48%;
 }

input[type="text"], input[type="number"] {
     position: relative;
     width: 100%;
     height: 44px;
     padding: 0 14px;
     border-radius: 10px;
     font-size: 13px;
     font-family: 'Cairo';
     box-shadow: -1px 3px 8px #00000015;
     color: #5f5f5f;
}

/* Hide arrows in WebKit browsers (Chrome, Safari, Edge) */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.form textarea {
     position: relative;
     width: 100%;
     height: 100px;
     padding: 15px;
     border-radius: 10px;
     font-size: 13px;
     font-family: 'Cairo';
     box-shadow: -1px 3px 8px #00000015;
     color: #5f5f5f;
}

.form .button {
     position: relative;
     border: none;
     font-size: 19px;
     font-weight: bolder;
     font-family: 'Cairo';
     background: #2b4855;
     border-radius: 10px;
     padding: 10px 40px;
     color: white;
     letter-spacing: .5px;
     opacity: 0;
     transform: translateY(50%);
     animation: opacity .7s 1 forwards ease, move .7s 1 forwards ease;
     animation-delay: 0.4s;
     animation-play-state: paused;
     opacity: 0;
     transform: translateY(50%);
     cursor: pointer;
     animation: opacity .7s 1 forwards ease, move .7s 1 forwards ease;
     animation-delay: 0.3s;
     animation-play-state: paused;
}

.contact-page.seventh-section.animate .right-side .form .button  {
     animation-play-state: running;
}


.footer-page.eighth-section {
     position: relative;
     display: flex;
     left: 0;
     top: 0;
     width: 100vw;
     height: auto;
     border-top-left-radius: 50px;
     border-top-right-radius: 50px;
     padding-top: 35px;
     z-index: 22;
     flex-direction: column;
     flex-wrap: nowrap;
     align-items: center;
     justify-content: space-between;
     direction: rtl;
     gap: 10px;
     transform: translateY(-25%);
}

section.footer-page.eighth-section::after {
     content: '';
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     transform: translateY(25%);
     background: #143a59;
     z-index: -1;
 }

.footer-page.eighth-section .background {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     z-index: -1;
}

.footer-page.eighth-section .background img {
     position: relative;
     display: block;
     left: 0;
     top: 0;
     width: 100%;
     filter: drop-shadow(0px -5px 10px rgb(0 0 0/35%));
}

.footer-page.eighth-section .title {
     position: relative;
     display: flex;
     flex-direction: row;
     height: fit-content;
     flex-wrap: nowrap;
     align-items: center;
     gap: 20px;
     margin-top: 10px;
     opacity: 0;
     transform: translateY(100%);
     animation: opacity .5s 1 forwards ease, move .5s 1 forwards ease;
     animation-delay: .1s;
     animation-play-state: paused;
}

.footer-page.eighth-section.animate .title {
     animation-play-state: running;
}

.footer-page.eighth-section .title .text {
     font-size: 40px;
     height: fit-content;
     color: #e7e7e7;
}

.footer-page.eighth-section .title > span {
     position: relative;
     height: fit-content;
}

.footer-page.eighth-section .title > span img {
     position: relative;
     display: block;
     height: 50px;
}

.footer-page.eighth-section .description {
     font-size: 28px;
     max-width: 550px;
     text-align: center;
     color: #c5c5c5;
     margin-bottom: 10px;
     opacity: 0;
     transform: translateY(100%);
     animation: opacity .5s 1 forwards ease, move .5s 1 forwards ease;
     animation-delay: .25s;
     animation-play-state: paused;
}

.footer-page.eighth-section.animate .description {
     animation-play-state: running;
}

.footer-page.eighth-section .bottom {
     position: relative;
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     justify-content: center;
     align-items: center;
     gap: 20px;
     transform: translateY(20px);
     opacity: 0;
     transform: translateY(100%);
     animation: opacity .5s 1 forwards ease, move .5s 1 forwards ease;
     animation-delay: .25s;
     animation-play-state: paused;
}

.footer-page.eighth-section.animate .bottom {
     animation-play-state: running;
}

.footer-page.eighth-section .bottom .location {
     position: relative;
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     justify-content: center;
     align-items: center;
     gap: 10px;
}

.footer-page.eighth-section .bottom .location .icon img {
     position: relative;
     height: 30px;
}

.footer-page.eighth-section .bottom .location .content {
     color: #9f8b71;
     font-size: 18px;
}

.footer-page.eighth-section .bottom .center-shape {
     position: relative;
     height: 20px;
}

.footer-page.eighth-section .bottom .center-shape img {
     height: 100%;
}

.footer-page.eighth-section .bottom .policies {
     color: #919191;
     font-size: 14px;
}

.footer-page.eighth-section .bottom .policies span {
     color: #dbdbdb;
}

@media screen and (max-width: 1200px) {
     .about-page.second-section .left-side .thumbnail-img-container .img-border .img {
          width: 38vw;
     }
     .about-page.second-section .right-side .side-container .header {
          max-width: 75%;
          gap: 10px;
     }
     .about-page.second-section .right-side .header .title {
          font-size: 45px;
     }
     .about-page.second-section .right-side .subtitle {
          font-size: 20px;
     }
     .about-page.second-section .right-side .content-container .vision .icon img, .about-page.second-section .right-side .content-container .mission .icon img {
          width: 36px;
     }
     .about-page.second-section .right-side .content-container .vision .description, .about-page.second-section .right-side .content-container .mission .description {
          font-size: 16px;
     }
     .about-page.second-section .right-side .content-container .vision, .about-page.second-section .right-side .content-container .mission {
          gap: 10px;
     }
     .about-page.second-section .right-side .breif {
          padding: 10px 24px;
          padding-left: 40px;
     }
     .about-page.second-section .right-side .breif .icon img {
          height: 28px;
     }
     .about-page.second-section .right-side .breif .content {
          font-size: 15px;
     }
     .about-page.second-section .right-side .breif .icon img {
          display: block;
     }


     .team-page.third-section {
          padding: 70px 0;
     }
     .team-page.third-section .right-side {
          flex-basis: 40%;
     }
     .team-page.third-section .right-side .thumbnail-img-container .img-border {
          border-radius: 30px 170px;
     }
     .team-page.third-section .right-side .thumbnail-img-container .img-border .img {
          width: 350px;
          height: 330px;
     }
     .team-page.third-section .right-side .thumbnail-img-container .img-border .img img {
          width: 170%;
     }
     .team-page.third-section .left-side .side-container .description {
          font-size: 22px;
     }
     .team-page.third-section .left-side .side-container .skill {
          font-size: 20px;
          list-style: inside;
          white-space: nowrap;
     }
}

@media screen and (max-width: 1150px) {
     .management-consulting-page.sixth-section .shape .badges .top-right-badge {
          top: 0%;
     }
     .management-consulting-page.sixth-section .missions {
          margin-top: 100px;
     }
}

@media screen and (max-width: 1100px) {
     .contact-page.seventh-section {
          flex-direction: row;
          flex-wrap: nowrap;
          align-items: center;
          justify-content: flex-end;
     }
     .contact-page.seventh-section .right-side {
          flex-basis: 70%;
     }
     .contact-page.seventh-section .left-side {
          position: absolute;
          width: 50%;
          left: 0;
     }
     .contact-page.seventh-section .left-side .location {
          left: 20px;
     }
}

@media screen and (max-width: 1000px) {
     nav ul {
          gap: 20px;
          margin-right: 10px;
     }
     nav ul li a {
          font-size: 18px;
     }
     .E-mail-container .button button {
          padding: 8px 15px;
          gap: 10px;
     }
     .E-mail-container .button button img {
          height: 25px;
     }
     .E-mail-container .button button .emailSpanContainer {
          margin-right: 10px;
     }
     .E-mail-container .button button .emailSpanContainer span {
          font-size: 15px;
     }
     .landing-page.first-section .map .img-container {
          height: 190%;
     }
     .landing-page.first-section .map img {
          filter: unset;
     }
     .companies-page.fourth-section .companies .company .title {
          font-size: 25px;
     }
}

@media screen and (max-width: 950px) {
     .management-consulting-page.sixth-section {
          padding: 70px 30px 150px 30px;
     }
     .management-consulting-page.sixth-section .missions {
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          margin-top: 100px;
          height: auto;
          justify-content: space-between;
     }
     .management-consulting-page.sixth-section .missions .left-side {
          max-width: 100vw;
          gap: 20px;
     }
     .management-consulting-page.sixth-section .missions .right-side {
          max-width: 100vw;
          gap: 20px;
     }
     .management-consulting-page.sixth-section .missions .center-design {
          z-index: 2;
          margin: 20vw 0;
          margin-bottom: 20px;
     }
     .management-consulting-page.sixth-section .shape {
          width: 55vw;
     }
     .management-consulting-page.sixth-section.animate .missions .left-side .mission:nth-child(1), .management-consulting-page.sixth-section.animate .missions .right-side .mission:nth-child(1), .management-consulting-page.sixth-section.animate .missions .left-side .mission:nth-child(2), .management-consulting-page.sixth-section.animate .missions .right-side .mission:nth-child(2), .management-consulting-page.sixth-section.animate .missions .left-side .mission:nth-child(3), .management-consulting-page.sixth-section.animate .missions .right-side .mission:nth-child(3) {
          margin: 0;
     }
     .management-consulting-page.sixth-section .shape .badges .top-right-badge {
          top: 18%;
          left: 65%;
     }
     .management-consulting-page.sixth-section .shape .badges .bottom-left-line {
          right: 30%;
          top: 85%;
     }
     .management-consulting-page.sixth-section .shape .badges .bottom-left-line > img {
          display: none;
     }
}

@media screen and (max-width: 900px) {
     .team-page.third-section {
          padding: 70px 0;
          gap: 50px;
          flex-direction: column-reverse;
          flex-wrap: nowrap;
          align-items: center;
          justify-content: center;
     }
     .team-page.third-section .left-side {
          width: 95vw;
          gap: 35px;
          flex-basis: 50%;
          padding-right: 30px;
          padding-left: 30px;
     }
     .team-page.third-section .left-side .side-container {
          gap: 40px;
          max-width: unset;
          align-items: center;
          flex-direction: column;
          flex-wrap: nowrap;
          text-align: center;
     }
     .team-page.third-section .left-side .side-container .description {
          max-width: 85%;
     }
     .team-page.third-section .left-side .side-container .skills {
          gap: 25px;
          max-width: 95%;
          text-align: right;
     }
     .team-page.third-section .right-side {
          flex-basis: 40%;
     }
     .team-page.third-section .right-side .thumbnail-img-container .img-border {
          border-radius: 30px 170px;
     }
     .team-page.third-section .right-side .thumbnail-img-container .img-border .img {
          width: 75vw;
          height: 350px;
     }
     .team-page.third-section .right-side .thumbnail-img-container .img-border .img img {
          width: 170%;
          height: 130%;
          transform: translate(-45%, -8%);
          object-fit: cover;
          object-position: top;
     }
     .contact-page.seventh-section .right-side {
          flex-basis: 70%;
     }
}

@media screen and (max-width: 850px) {
     nav ul {
          display: none;
     }
     nav .left-container {
          width: 100%;
          justify-content: space-between;
     }
     nav .line {
          display: none;
     }
     .landing-page.first-section .map .img-container {
          height: 170%;
     }
     .landing-page.first-section .over-text, .landing-page.first-section .back-text {
          width: 81vw;
     }
     .landing-page.first-section .over-text {
          width: 81.5vw;
     }
     .E-mail-container .point {
          width: 12px;
          height: 12px;
     }
     .E-mail-container .button button {
          padding: 8px 15px;
          gap: 10px;
          background: #ebebebc2;
     }
     .E-mail-container.animation .button button img {
          filter: drop-shadow(0px 1px 4px rgb(0 0 0 / 60%));
          height: 25px;
     }
     .E-mail-container.animation .button button .emailSpanContainer {
          color: #495660;
          font-weight: 700;
     }
}

@media screen and (max-width: 800px) {
     .about-page.second-section {
          width: 100vw;
          height: auto;
          min-height: 40vw;
          flex-direction: column;
          flex-wrap: nowrap;
          align-items: center;
          justify-content: center;
          padding-top: 70px;
          padding-bottom: 70px;
          gap: 30px;
     }
     .about-page.second-section .left-side .thumbnail-img-container .img-border .img {
          width: 55vw;
     }
     .about-page.second-section .right-side .side-container {
          gap: 40px;
          max-width: 90vw;
          align-items: center;
          flex-wrap: nowrap;
          align-items: center;
     }
     .about-page.second-section .right-side .side-container .header {
          max-width: 75%;
          gap: 10px;
          text-align: center;
          align-items: center;
     }
     .about-page.second-section .right-side {
          padding-right: 30px;
     }
     .companies-page.fourth-section .companies .company .circle {
          width: 150px;
          height: 150px;
     }
     .companies-page.fourth-section .companies .company .title {
          font-size: 20px;
     }
     .footer-page.eighth-section .description {
          font-size: 20px;
          max-width: 90vw;
     }
     .footer-page.eighth-section .bottom {
          gap: 0;
          flex-direction: column;
          flex-wrap: nowrap;
          justify-content: center;
          align-items: center;
     }
     .footer-page.eighth-section .bottom .policies {
          margin-top: 10px;
     }
     .clients-page.fifth-section {
          padding: 40px 30px;
     }
     .clients-page.fifth-section .section-content-container {
          aspect-ratio: 1 / .85;
     }
     .clients-page.fifth-section .section-content-container .title {
          font-size: 45px;
     }
     .clients-page.fifth-section .section-content-container .points .point .card img {
          width: 40vw;
     }
}

@media screen and (max-width: 700px) {
     .contact-page.seventh-section .right-side {
          flex-basis: 100%;
          text-align: center;
          justify-content: flex-end;
          align-items: center;
          padding: 30px 0;
     }
     .contact-page.seventh-section {
          padding: 40px 20px;
     }
     .contact-page.seventh-section .right-side .description {
          width: 95%;
     }
     .contact-page.seventh-section .left-side {
          display: none;
     }
}

@media screen and (max-width: 600px) {
     .companies-page.fourth-section {
          padding: 100px 60px;
     }
     .companies-page.fourth-section .companies {
          gap: 70px;
          flex-direction: column;
          flex-wrap: nowrap;
     }
     .companies-page.fourth-section .companies .company {
          gap: 20px;
     }
     .companies-page.fourth-section .companies .company .circle {
          width: 200px;
          height: 200px;
     }
     .companies-page.fourth-section .companies .company .title {
          font-size: 40px;
     }

     @keyframes logo_circles {
          0% {
               transform: translateY(0);
          }
          50% {
               transform: translateY(-20%);
          }
          100% {
               transform: translateY(0);
          }
     }
}

@media screen and (max-width: 500px) {
     nav {
          padding: 0 15px;
     }
     nav .left-container .logo {
          height: 44px;
     }
     nav button {
          font-size: 16px;
          padding: 8px 25px;
     }
     nav .background {
          box-shadow: 0px 5px 15px rgb(30 28 28 / 10%);
          border-bottom-left-radius: 7px;
          border-bottom-right-radius: 7px;
     }
     .landing-page.first-section .map .img-container {
          height: 144%;
     }
     .landing-page.first-section .over-text, .landing-page.first-section .back-text {
          width: 88vw;
     }
     .landing-page.first-section .character {
          transform: translate(-50%, 10%) scale(.8);
          bottom: -5px;
          height: 101%;
     }
     .landing-page.first-section .character img {
          height: 90%;
     }
     .about-page.second-section .left-side .thumbnail-img-container .img-border .img {
          width: 75vw;
     }
     .about-page.second-section .left-side .thumbnail-img-container .img-border .img img {
          display: block;
     }
     .about-page.second-section .left-side .thumbnail-img-container .img-border {
          border: 2px solid #959090;
          border-radius: 25px;
          padding: 5px;
     }
     .about-page.second-section .left-side .thumbnail-img-container .horizontal-line {
          width: 28%;
          height: 5px;
          top: -15px;
     }
     .about-page.second-section .right-side {
          padding-right: 20px;
          padding-left: 20px;
     }
     .about-page.second-section .right-side .side-container .header {
          max-width: 95%;
          gap: 10px;
     }
     .about-page.second-section .right-side .breif {
          padding: 10px 24px;
          padding-left: 40px;
          max-width: 100%;
     }
     .team-page.third-section .right-side .thumbnail-img-container .img-border {
          border-radius: 150px 150px 30px 30px;
     }
     .team-page.third-section .right-side .thumbnail-img-container .img-border .img {
          width: 75vw;
          height: 350px;
     }
     .team-page.third-section .right-side .thumbnail-img-container .img-border .img img {
          width: 180%;
          height: 122%;
          transform: translate(-45%, -4%);
          object-fit: cover;
          object-position: top;
     }
     .team-page.third-section .left-side {
          width: 95vw;
          gap: 35px;
          flex-basis: 50%;
          padding-right: 30px;
          padding-left: 30px;
     }
     .team-page.third-section .left-side .side-container {
          gap: 40px;
          max-width: 100vw;
     }
     .team-page.third-section .left-side .side-container .description {
          max-width: 90%;
     }
     .team-page.third-section .left-side .side-container .skills {
          gap: 25px;
          max-width: 95%;
          grid-template-columns: auto;
     }
     .companies-page.fourth-section {
          padding: 100px 60px;
          padding-bottom: 30px;
     }
     .companies-page.fourth-section .companies .company .title {
          font-size: 35px;
     }
     .clients-page.fifth-section {
          padding: 36px 0;
     }
     .clients-page.fifth-section .section-content-container {
          aspect-ratio: 1 / 1.1;
          padding: 20px;
          border-radius: 25px;
     }
     @keyframes clients_map {
          100% {
               transform: translate(-50%, -55%);
          }
     }
     .clients-page.fifth-section .section-content-container .map img {
          width: 100vw;
     }
     .clients-page.fifth-section .section-content-container .title {
          font-size: 36px;
     }
     .clients-page.fifth-section .section-content-container .points {
          transform: translateY(5%);
     }
     .clients-page.fifth-section .section-content-container .points .point .point-circle {
          position: relative;
          width: 14px;
          height: 14px;
          background: hsl(0deg 0% 36% / 60%);
          border-radius: 50%;
          border: 2px solid #e3e3e3;
     }
     .clients-page.fifth-section .section-content-container .points .point .card img {
          width: 45vw;
     }
     .management-consulting-page.sixth-section {
          padding: 50px 20px 100px 20px;
     }
     .management-consulting-page.sixth-section .missions {
          margin-top: 60px;
     }
     .management-consulting-page.sixth-section .shape {
          width: 75vw;
     }
     .management-consulting-page.sixth-section .missions .center-design {
          margin: 25vw 0;
          margin-bottom: 20px;
     }
     .management-consulting-page.sixth-section .shape .badges .top-right-badge {
          top: 20%;
          left: 20%;
     }
     .management-consulting-page.sixth-section .shape .badges .bottom-left-line {
          right: 0%;
          top: 85%;
     }
     .contact-page.seventh-section {
          padding: 40px 20px;
     }
     .contact-page.seventh-section .right-side {
          padding: 40px 0;
          padding-top: 0;
     }
     .form .input.half-width {
          width: 47%;
     }
     .footer-page.eighth-section {
          width: 100vw;
          height: auto;
          padding-top: 35px;
          gap: 10px;
          transform: translateY(-25%);
     }
     section.footer-page.eighth-section::after {
          left: 0;
          bottom: 0;
          width: 100%;
          height: 110%;
          transform: translateY(25%);
     }
     .footer-page.eighth-section .title {
          margin-top: 0;
          margin-bottom: 10px;
          gap: 10px;
     }
     .footer-page.eighth-section .title .text {
          font-size: 25px;
     }
     .footer-page.eighth-section .title > span img {
          height: 35px;
     }
     .footer-page.eighth-section .description {
          font-size: 18px;
          max-width: 90vw;
     }
     .footer-page.eighth-section .bottom .location .icon img {
          height: 24px;
     }
     .footer-page.eighth-section .bottom .location .content {
          font-size: 16px;
     }
     .footer-page.eighth-section .bottom .policies {
          text-align: center;
          max-width: 90%;
     }
}