@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('assets/fonts/IBMPlexSansArabic-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal }

@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('assets/fonts/IBMPlexSansArabic-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal }

@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('assets/fonts/IBMPlexSansArabic-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal }

@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('assets/fonts/IBMPlexSansArabic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal }

@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('assets/fonts/IBMPlexSansArabic-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal }

@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('assets/fonts/IBMPlexSansArabic-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal }

@font-face {
    font-family: 'IBM Plex Sans Arabic';
    src: url('assets/fonts/IBMPlexSansArabic-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal }

* {
    margin: 0; padding: 0;
    position: sticky;
    font-family: 'IBM Plex Sans Arabic', sans-serif }

html { scroll-behavior: smooth }

body { background-color: #072242 }

.fade-in-top {
    opacity: 0;
    transform: translateY(-40px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out }

.fade-in-bottom {
    opacity: 0;
    transform: translateY(30px); 
    transition: opacity 0.6s ease-out, transform 0.6s ease-out }

.fade-in-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out }

.fade-in-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out }

.visible {
    opacity: 1;
    transform: translate(0, 0) }

span { color: #1569c7 }

/* تغيير لون الخلفية للنصوص التي يتم تحديدها */
::selection {
    background-color: #1569c7;
    color: #F2F2F2 }

/* شريط التمرير */
::-webkit-scrollbar {
    height: 0.5rem; width: 0.5rem;
    background-color: transparent }
::-webkit-scrollbar-thumb {
    background: #1569c7;
    border-radius: .625rem }
/* شريط التمرير في  FireFox */
* {
    scrollbar-width: thin;
    scrollbar-color: #1569c7 transparent }

.home { height: 100vh; width: 100% }

.home-data {
    display: block;
    text-align: right }
    
.my-logo {
    max-width: 110px;
    float: left;
    padding-top: 10px;
    border-radius: 50% }
    
.nav-menu { display: flex }

.nav-menu a {
    padding: 10px;
    text-decoration: none;
    color: #F2F2F2;
    font-size: 30px;
    font-weight: 600 }

@media screen and (max-width: 1439px) {
    .nav-menu {
        position: fixed;
        top: 0; right: -100%;
        display: flex;
        flex-direction: column;
        row-gap: 48px;
        background-color: hsla(0, 0%, 10%, .3);
        height: 206%; width: 60%;
        padding: 72px 0 0 48px;
        backdrop-filter: blur(24px);
        -webkit-backdrop-filter: blur(24px); /* Safari لمتصفح */
        transition: right .4s;  
        z-index: 1 }
    
    .nav-list {
        margin-right: 15px;
        display: flex;
        flex-direction: column;
        row-gap: 20px }}

    body { z-index: 1 }

.nav-list {
    list-style: none;
    display: flex }

.nav-close, .nav-toggle {
    display: flex;
    font-size: 20px;
    color: #F2F2F2;
    cursor: pointer }

.nav-close i:active, .nav-toggle i:active { transform: scale(0.85) }

.nav-close {
    position: absolute;
    top: 16px;
    right: 24px;
    font-size: 24px;
    color: #F2F2F2;
    cursor: pointer }

.show-menu { right: 0 }

.home-texts {
    display: flex;
    flex-direction: column }

.home-title {
    font-weight: 700;
    float: right;
    color: #F2F2F2 }

.home-title i {
    font-size: 18px;
    color: #FDD017 }

.home-text {
    font-size: 20px;
    font-weight: 500;
    color: #F2F2F2;
    line-height: 35px }

.quote {
    font-weight: 500;
    color: #F2F2F2 }

.prog-logo {
    max-width: 350px;
    left: 80px;
    float: left;
    margin-top: -110px;
    animation: prog-logo-float 2s infinite alternate }

@keyframes prog-logo-float {
    0% { transform: translateY(0) }
    100% {transform: translateY(15px) } }

.about-me-data {
    display: block;
    text-align: right }

.about-me-title1, .about-me-title1::after, .services-title, .services-title::after, .works-title, .works-title::after, .reviews-title, .reviews-title::after, .contact-title, .contact-title::after {
    color: #F2F2F2;
    font-weight: 700;
    text-shadow: 0px 3px 5px #000;
    display: flex;
    justify-content: center;
    align-items: center }

.partners-showcase-title {
    color: #F2F2F2;
    font-weight: 700 }

.about-me-title1::after, .services-title::after, .works-title::after, .reviews-title::after, .contact-title::after {
    content: "";
    position: absolute;
    background-color: #1569c7;
    border-radius: 25px;
    z-index: -1 }

.about-me-title2 {
    font-weight: 500;
    margin-top: 30px;
    color: #F2F2F2 }

.about-me-text {
    font-weight: 400;
    color: #F2F2F2;
    line-height: 1.65 }

.about-me-text, .project-content p, .preview p { text-align: justify }

.about-me-text span, .services-card-content span { color: #FDD017 }

.about-me-cont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px }

.card {
    background-color: #041428;
    border-radius: 10px;
    width: 200px;
    margin: 10px;
    padding: 20px;
    box-shadow: 0px 4px 15px 2px rgb(0 0 0 / 25%);
    transition: transform 0.3s;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: #F2F2F2 }

.card i { color: #1569c7 }

#certsBtn, #bugsbtn {
    text-decoration: underline;
    cursor: pointer }

.card:hover { transform: scale(1.05) }

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #041428;
    width: 80%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    overflow: hidden;
    text-align: center }

.popup-content {
    display: flex;
    justify-content: flex-start;
    transition: transform 0.5s ease;
    width: 100% }

.cert {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box }

.cert h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    color: #F2F2F2;
    margin: 20px 0 }

.cert img { height: auto; max-width: 500px; width: 100% }

.overlay {
    position: fixed;
    top: 0; left: 0;
    height: 100%; width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9 }

#closeBtn, #closeBugsBtn {
    z-index: 20;
    position: absolute;
    top: 20px; right: 20px;
    font-size: 20px;
    cursor: pointer;
    color: #F2F2F2 }

.dots { text-align: center }

.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #BBB;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease }

.dot.active { background-color: #717171 }

.arrow {
    cursor: pointer;
    padding: 10px;
    font-size: 24px;
    user-select: none;
    color: #F2F2F2 }

.arrow-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 50px; 
    width: 100% }

.no-scroll { overflow: hidden }

#bugsPopup {
    display: none;
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background-color: #041428;
    width: 75%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 15;
    padding: 20px;
    text-align: center }

#bugsPopup .popup-content { 
    flex-direction: column;
    color: #F2F2F2;
    font-weight: 600;
    overflow-y: auto }

#bugsPopup .popup-content p {
    margin-top: 10px;
    text-align: right;
    font-weight: 400 }

#bugsPopup .popup-content ul { 
    text-align: right; 
    list-style: none; 
    padding: 0;
    font-weight: 400;
    margin-top: 5px;
    line-height: 1.65 }

.about-me-cards {
    display: grid;
    color: #F2F2F2 }

.about-me-card { transition: transform 0.5s }

.about-me-card:hover { transform: translateY(-20px) }

.about-me-card:hover h2 span::after {
    width: 100px;
    left: calc(50% - 50px) }

.about-me-card-content {
    background-color: #041428;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
    position: relative;
    top: 0;
    box-shadow: 0px 4px 15px 2px rgb(0 0 0 / 25%) }

.about-me-card-content h2 span {
    margin: 0;
    position: relative;
    color: #F2F2F2;
    font-weight: 500 }

.about-me-card-content h2 span::after {
    content: "";
    position: absolute;
    left: 50%; bottom: -7px;
    background-color :#1569c7;
    transition: all 0.5s;
    border-radius: 10px }

.small-img {
    margin-top: 15px;
    display: block }

.small-img img {
    width: 40px;
    margin: 5px 10px 5px 10px }

.stats-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 30px;
    margin: 30px 0 0 0;
    padding: 20px }

.stat-card {
    background: linear-gradient(145deg, rgba(4, 20, 40, 0.95) 0%, rgba(10, 42, 77, 0.95) 100%);
    border-radius: 25px;
    padding: 35px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(21, 105, 199, 0.5);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(12px);
    z-index: 1 }

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #1569c7, #FDD017, #1569c7);
    background-size: 200% 100%;
    animation: gradientShift 3s ease infinite;
    z-index: 2 }

@keyframes gradientShift {
    0% { background-position: 0% 50% }
    50% { background-position: 100% 50% }
    100% { background-position: 0% 50% }}

.stat-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(21, 105, 199, 0.08), rgba(253, 208, 23, 0.05), transparent);
    transform: rotate(45deg);
    transition: all 0.8s ease;
    z-index: -1 }

.stat-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.7),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    border-color: rgba(21, 105, 199, 0.8) }

.stat-card:hover::after { animation: shimmer 2.5s infinite }

@keyframes shimmer {
    0% { left: -50% }
    100% { left: 150% }}

.stat-icon {
    width: 90px;
    height: 90px;
    background: rgba(21, 105, 199, 0.12);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease }

.stat-card:hover .stat-icon {
    transform: scale(1.1) rotate(5deg);
    background: rgba(21, 105, 199, 0.2);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4) }

.stat-icon i {
    font-size: 45px;
    color: #1569c7;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3)) }

.stat-content {
    position: relative;
    z-index: 2 }

.stat-content h3 {
    color: #F2F2F2;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 1.8rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) }

.stat-value {
    color: #FDD017;
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 20px;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    background: linear-gradient(90deg, #FDD017, #ffde45, #FDD017);
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    animation: textShine 4s linear infinite;
    -webkit-text-fill-color: transparent;
    animation: textShine 4s linear infinite }

.stat-value img {
    display: inline-block;
    height: auto;
    vertical-align: middle;
    background-color: #FDD017;
    -webkit-mask-image: url('assets/images/SAR.webp');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    mask-image: url('assets/images/SAR.webp');
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center }

@keyframes textShine {
    0% { background-position: 0% center }
    100% { background-position: 200% center }}

.stat-description {
    color: #d2e5ff;
    font-size: 1.1rem;
    line-height: 1.65;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) }

.fade-in-bottom {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) }

.fade-in-bottom.visible {
    opacity: 1;
    transform: translateY(0) }

@media screen and (max-width: 1200px) {
    .stats-container {
        grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
        gap: 25px }
 
    .stat-card { padding: 30px }
 
    .stat-icon {
        width: 85px;
        height: 85px;
        margin-bottom: 25px }
 
    .stat-icon i { font-size: 42px }
 
    .stat-content h3 { font-size: 1.7rem }
 
    .stat-value { font-size: 2.3rem }}

@media screen and (max-width: 768px) {
    .stats-container {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 15px }
 
    .stat-card { padding: 25px }
 
    .stat-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 20px }
 
    .stat-icon i { font-size: 38px }
 
    .stat-content h3 {
        font-size: 1.6rem;
        margin-bottom: 15px }
 
    .stat-value {
        font-size: 2.1rem;
        margin-bottom: 15px }
 
    .stat-value img { width: 35px }

    .stat-description { font-size: 1.1rem }}

@media screen and (max-width: 480px) {
    .stats-container { padding: 10px }
 
    .stat-card {
        padding: 20px;
        border-radius: 20px }
 
    .stat-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
        border-radius: 18px }
 
    .stat-icon i { font-size: 32px }
 
    .stat-content h3 {
        font-size: 1.15rem;
        margin-bottom: 12px }
 
    .stat-value {
        font-size: 1.4rem;
        margin-bottom: 12px }

    .stat-value img { width: 28px }
 
    .stat-description {
        font-size: 0.9rem;
        line-height: 1.65 }}

.partners-showcase {
    overflow: hidden;
    text-align: center;
    user-select: none }

.partners-showcase h3 {
    font-weight: 500;
    margin-bottom: 20px }

.partners-showcase-text { 
    padding: 0 15px 0 15px;
    color: #F2F2F2;
    margin: -15px 0 0 0 }

.partners { margin: 25px 0 30px 0 }

.partners::before, .partners::after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none }

.partners::before {
    left: 0;
    background: linear-gradient(to left, rgba(7, 34, 66, 0), #072242 80%) }

.partners::after {
    right: 0;
    background: linear-gradient(to right, rgba(7, 34, 66, 0), #072242 80%) }

.partner-row {
    display: flex;
    gap: 30px;
    scroll-behavior: smooth;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    margin-top: 15px }

@keyframes auto-scroll {
    from { transform: translateX(0) }
    to { transform: translateX(100%) }}

.partner-row:active { cursor: grabbing }

.partner-row::-webkit-scrollbar { display: none }

.partner-row::-webkit-scrollbar-thumb {
    background: #CCC;
    border-radius: 4px }

.partner {
    flex: 0 0 auto;
    width: 120px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F2F2;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transition: transform 0.3s }

.partner:hover { transform: scale(1.05) }

.partner img {
    height: 100px; width: 100px;
    object-fit: contain;
    pointer-events: none }

.scroll-left { margin-bottom: 15px }

.partner-row.paused { animation-play-state: paused !important }

.services { z-index: -1 }

.services-data {
    display: block;
    text-align: right }

.services-cards { color: #F2F2F2 }

.services-card {
    padding-top: 25px;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s }

.services-card:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px) }

.services-card-content {
    background-color: #041428;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0px 4px 15px 2px rgb(0 0 0 / 25%) }

.services-card-content h2 {
    margin: 0;
    position: relative;
    color: #F2F2F2;
    font-weight: 500 }

.services-card-content p {
    font-weight: 400;
    text-align: right;
    line-height: 27px }

.prices { margin-top: 20px }

.prices p i { color: #1569c7 }

.why-choose-me {
    background: linear-gradient(135deg, #102233 0%, #1c3550 50%, #294b6a 100%);
    color: #F2F2F2;
    text-align: center;
    border-radius: 20px }

.why-choose-me-container {
    max-width: 900px;
    margin: 0 auto }

.why-title {
    margin-bottom: 20px;
    color: #00c6ff }

.why-subtitle {
    font-size: 1.2rem;
    color: #d2ecff }

.why-list {
    font-size: 1.15rem;
    line-height: 1.85;
    text-align: right }

.cta-button {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #00c6ff;
    color: #000;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 0 12px #00c6ff80;
    transition: all 0.3s ease }

.cta-button:hover {
    background-color: #F2F2F2;
    color: #000 }
    
.works-data {
    display: block;
    text-align: right }

.works-num, .prices p, .prices i , .prices p, .prices i { 
    color: #F2F2F2;
    font-weight: 600 }

.projects {
    display: grid;
    margin-top: 10px }

.project { cursor: pointer }

.project3 { cursor: auto }

.project img, .project3 img {
    border: 2px solid #F2F2F2;
    height: 100%; width: 100%;
    border-radius: 10px }

.show-project {
    display: none;
    position: fixed;
    width: 100%; height: 100%;
    top: 0; left: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* Safari لمتصفح */
    z-index: 1 }

.project-content {
    margin: 100px auto;
    background-color: #F2F2F2;
    padding: 20px;
    border-radius: 10px;
    overflow-y: auto }

.project14-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 40px 0 10px 0 }

.project17-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 20px 0 10px 0 }

.project-content h1 { font-weight: 600 }

.project-content p {
    font-size: 17px;
    font-weight: 400;
    color: #000 }

.project-content pre { font-size: 15px }

.project-content p img { width: 20px }

.project-content p img { vertical-align: middle }

.project-content a {
    color: #1569c7;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none }

.close-project, #closeBtn, #closeBugsBtn {
    font-size: 30px;
    cursor: pointer;
    float: right }

.close-project:active, #closeBtn:active, #closeBugsBtn:active { transform: scale(0.90) }

.reviews {
    padding: 60px 20px;
    text-align: center;
    z-index: -1 }

.reviews-title {
    font-size: 2.5rem;
    margin-bottom: 30px }

.reviews-carousel {
    position: relative;
    max-width: 800px;
    margin: 0 auto }

.reviews-cards {
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth }

.reviews-card {
    position: relative;
    flex: 0 0 80%;
    height: fit-content;
    max-width: 80%;
    margin: 0 10px;
    background: #041428;
    border-radius: 10px;
    padding: 20px 20px 50px; 
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center }

.reviews-avatar {
    height: 80px; width: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px }

.reviews-name {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 8px;
    color: #F2F2F2 }

.reviews-stars i {
    color: #FDD017;
    margin: 0 2px }

.reviews-text img { 
    height: auto;
    border-radius: 5px }

.reviews-text {
    font-size: 15px;
    line-height: 1.6;
    color: #F2F2F2;
    margin-top: 12px }

.reviews-history { 
    position: absolute; 
    bottom: 20px; right: 20px;
    color: #717171;
    font-weight: 600;
    margin: 0 }

.reviews-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #F2F2F2;
    border: none;
    color: #000;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    z-index: 1 }

.reviews-dots {
    margin-top: 20px;
    display: flex;
    justify-content: center }
  
.reviews-dots .dot {
    height: 10px; width: 10px;
    background: #717171;
    margin: 0 6px;
    border-radius: 50%;
    cursor: pointer }

.reviews-dots .dot.active { background: #F2F2F2 }

.contact {
    padding: 60px 0;
    background-color: #072242;
    display: flex;
    align-items: center }

.contact-data {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start }

.contact-title {
    grid-column: 1 / -1;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #F2F2F2;
    font-weight: 700;
    position: relative }

.contact-title::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 50%;
    transform: translateX(50%);
    width: 100px;
    height: 5px;
    background-color: #1569c7;
    border-radius: 10px }

.contact-cards {
    display: flex;
    flex-direction: column }

.contact-card {
    background: linear-gradient(145deg, #041428, #0a2a4d);
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    border: 1px solid rgba(21, 105, 199, 0.2) }

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    border-color: #1569c7 }

.contact-card i {
    font-size: 28px;
    color: #1569c7;
    margin-left: 20px;
    background: rgba(21, 105, 199, 0.1);
    padding: 15px;
    border-radius: 50%;
    height: 60px; width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0 }

.contact-card-content { flex: 1 }

.contact-card h3 {
    color: #F2F2F2;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 1.2rem }

.contact-card a, .contact-card p {
    color: #d2e5ff;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 1.1rem;
    display: block }

.contact-card a:hover, .contact-card p:hover { color: #1569c7 }

.contact-form-container {
    background: linear-gradient(145deg, #041428, #0a2a4d);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(21, 105, 199, 0.2) }

.contact-message-title {
    font-size: 1.3rem;
    color: #F2F2F2;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600 }

.message-form {
    display: flex;
    flex-direction: column;
    gap: 20px }

.message-group {
    display: flex;
    flex-direction: column;
    gap: 20px }

.message-input, .name-input, .email-input {
    padding: 15px 20px;
    border: none;
    border-radius: 8px;
    background-color: rgba(4, 20, 40, 0.6);
    color: #F2F2F2;
    font-size: 1rem;
    border: 1px solid rgba(21, 105, 199, 0.3);
    transition: all 0.3s ease }

.message-input::placeholder, .name-input::placeholder, .email-input::placeholder { color: rgba(242, 242, 242, 0.6) }

.message-input:focus, .name-input:focus, .email-input:focus {
    outline: none;
    border-color: #1569c7;
    box-shadow: 0 0 0 2px rgba(21, 105, 199, 0.2);
    background-color: rgba(4, 20, 40, 0.8) }

.message-input {
    grid-column: 1 / -1;
    height: 150px;
    resize: vertical;
    min-height: 100px;
    max-height: 300px }

.submit-button {
    background: linear-gradient(to right, #1569c7, #0d4a9e);
    color: #F2F2F2;
    border: none;
    padding: 15px 25px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    box-shadow: 0 4px 15px rgba(21, 105, 199, 0.3) }

.submit-button:hover {
    background: linear-gradient(to right, #0d4a9e, #1569c7);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(21, 105, 199, 0.4) }

.submit-button:active {
    transform: translateY(0) }

@media screen and (min-width: 1600px) {
    .contact-data {
        max-width: 1400px;
        gap: 60px }
    
    .contact-title { font-size: 3rem }
    
    .contact-card { padding: 35px }
    
    .contact-form-container { padding: 40px }}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
    .contact-data { gap: 50px }
    
    .contact-title { font-size: 2.8rem }}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-data { gap: 40px }
    
    .contact-title { font-size: 2.5rem }}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .contact-data {
        gap: 40px;
        padding: 0 30px }
    
    .contact-title {
        font-size: 2.3rem }
    
    .contact-cards {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 500px;
        margin: 0 auto }
    
    .contact-form-container {
        max-width: 500px;
        margin: 0 auto }
    
    .message-group {
        grid-template-columns: 1fr;
        gap: 15px }}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .contact { padding: 40px 0 }
    
    .contact-data {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 25px }
    
    .contact-title {
        font-size: 2rem;
        margin-bottom: 25px }
    
    .contact-title::after { height: 4px; width: 80px }
    
    .contact-cards { gap: 18px }
    
    .contact-card {
        padding: 20px;
        flex-direction: row }
    
    .contact-card i {
        font-size: 24px;
        width: 50px;
        height: 50px;
        margin-left: 15px;
        padding: 12px }
    
    .contact-card h3 { font-size: 1.1rem }
    
    .contact-card a, .contact-card p { font-size: 1rem }
    
    .contact-form-container { padding: 25px }
    
    .contact-message-title { font-size: 1.2rem }
    
    .message-group { grid-template-columns: 1fr }
    
    .message-input, .name-input, .email-input {
        padding: 12px 18px;
        font-size: 0.95rem }
    
    .submit-button {
        padding: 12px 20px;
        font-size: 1rem }}

@media screen and (min-width: 480px) and (max-width: 575px) {
    .contact { padding: 30px 0 }
    
    .contact-data {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 0 20px }
    
    .contact-title {
        font-size: 1.8rem;
        margin-bottom: 20px }
    
    .contact-title::after { height: 4px; width: 70px }
    
    .contact-cards { gap: 15px }
    
    .contact-card {
        padding: 18px;
        flex-direction: column;
        text-align: center }
    
    .contact-card i {
        font-size: 22px;
        width: 45px;
        height: 45px;
        margin-left: 0;
        margin-bottom: 12px;
        padding: 10px }
    
    .contact-card h3 {
        font-size: 1rem;
        margin-bottom: 6px }
    
    .contact-card a, .contact-card p {
        font-size: 0.95rem }
    
    .contact-form-container {
        padding: 20px }
    
    .contact-message-title {
        font-size: 1.1rem;
        margin-bottom: 20px }
    
    .message-group {
        grid-template-columns: 1fr;
        gap: 12px }
    
    .message-form { gap: 15px }
    
    .message-input, .name-input, .email-input {
        padding: 12px 15px;
        font-size: 0.9rem }
    
    .message-input { height: 120px }
    
    .submit-button {
        padding: 12px 18px;
        font-size: 0.95rem }}

@media screen and (max-width: 479px) {
    .contact { padding: 25px 0 }
    
    .contact-data {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px }
    
    .contact-title {
        font-size: 1.6rem;
        margin-bottom: 18px }
    
    .contact-title::after { height: 3px; width: 60px }
    
    .contact-cards { gap: 12px }
    
    .contact-card {
        padding: 15px;
        flex-direction: column;
        text-align: center;
        border-radius: 12px }
    
    .contact-card i {
        font-size: 20px;
        height: 40px; width: 40px;
        margin-left: 0;
        margin-bottom: 10px;
        padding: 8px }
    
    .contact-card h3 {
        font-size: 0.95rem;
        margin-bottom: 5px }
    
    .contact-card a, .contact-card p {
        font-size: 0.85rem;
        line-height: 1.4 }
    
    .contact-form-container {
        padding: 18px;
        border-radius: 12px }
    
    .contact-message-title {
        font-size: 1rem;
        margin-bottom: 18px;
        line-height: 1.65 }
    
    .message-group {
        grid-template-columns: 1fr;
        gap: 10px }
    
    .message-form { gap: 12px }
    
    .message-input, .name-input, .email-input {
        padding: 10px 12px;
        font-size: 0.85rem;
        border-radius: 6px }
    
    .message-input { height: 100px; min-height: 80px }
    
    .submit-button {
        padding: 10px 15px;
        font-size: 0.9rem;
        border-radius: 6px;
        margin-top: 8px }}

@media screen and (max-width: 359px) {
    .contact { padding: 20px 0 }
    
    .contact-data {
        padding: 0 10px;
        gap: 15px }
    
    .contact-title {
        font-size: 1.4rem;
        margin-bottom: 15px }
    
    .contact-title::after { height: 3px; width: 50px }
    
    .contact-card { padding: 12px }
    
    .contact-card i {
        font-size: 18px;
        height: 35px; width: 35px;
        padding: 6px }
    
    .contact-card h3 { font-size: 0.9rem }
    
    .contact-card a, .contact-card p { font-size: 0.8rem }
    
    .contact-form-container { padding: 15px }
    
    .contact-message-title {
        font-size: 0.95rem;
        margin-bottom: 15px }
    
    .message-input, .name-input, .email-input {
        padding: 8px 10px;
        font-size: 0.8rem }
    
    .message-input { height: 90px; min-height: 70px }
    
    .submit-button {
        padding: 8px 12px;
        font-size: 0.85rem }}

@media screen and (max-width: 319px) {
    .contact { padding: 15px 0 }
    
    .contact-data {
        padding: 0 8px;
        gap: 12px }
    
    .contact-title {
        font-size: 1.2rem;
        margin-bottom: 12px }
    
    .contact-title::after { height: 2px; width: 40px }
    
    .contact-card { padding: 10px }
    
    .contact-card i {
        font-size: 16px;
        height: 30px; width: 30px;
        padding: 5px }
    
    .contact-card h3 { font-size: 0.85rem }
    
    .contact-card a, .contact-card p { font-size: 0.75rem }
    
    .contact-form-container { padding: 12px }
    
    .contact-message-title {
        font-size: 0.9rem;
        margin-bottom: 12px }
    
    .message-input, .name-input, .email-input {
        padding: 6px 8px;
        font-size: 0.75rem }
    
    .message-input { height: 80px; min-height: 60px }
    
    .submit-button {
        padding: 6px 10px;
        font-size: 0.8rem }}

@media (hover: hover) {
    .contact-card:hover { transform: translateY(-3px) }
    
    .submit-button:hover { transform: translateY(-1px) }}

@media (hover: none) {
    .contact-card:active { transform: scale(0.98) }
    
    .submit-button:active { transform: scale(0.98) }}

@media screen and (max-height: 500px) and (orientation: landscape) {
    .contact { padding: 20px 0 }
    
    .contact-data {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        align-items: start }
    
    .contact-title {
        grid-column: 1 / -1;
        font-size: 1.5rem;
        margin-bottom: 15px }
    
    .contact-cards { gap: 10px }

    .contact-card {
        padding: 12px;
        flex-direction: row }
    
    .contact-card i {
        margin-left: 10px;
        margin-bottom: 0 }
    
    .message-input { height: 80px }}

#toast {
    position: fixed;
    top: 20px; right: 20px;
    padding: 1em;
    border-radius: 4px;
    color: #F2F2F2;
    font-weight: bold;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
    z-index: 1000 }

#toast.show {
    opacity: 1;
    pointer-events: auto }

#toast.success { background-color: #74B72E }

#toast.error { background-color: #e74c3c }

footer { background-color: #041428 }

.footer-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 30px }

.my-logo-footer { color: #F2F2F2 }

.my-logo-footer div {
    display: flex;
    align-items: center }

.my-logo-footer img { border-radius: 50% }

.my-logo-footer h2 {
    margin-right: 10px;
    font-weight: 600 }

.tow { margin-top: 10px }

.my-logo-footer p { line-height: 1.65 }

.footer-links a { color: #F2F2F2 }

.footer-links a img { margin-bottom: -7px }

.footer-links i:hover, .footer-links img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2) }

.footer-links i, .footer-links img {
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s }

.copy-right p {
    font-weight: 500;
    margin: 0;
    color: #F2F2F2;
    line-height: 1.65 }

.footer-left {
    display: flex;
    flex-direction: column;
    justify-content: center }

.footer-left h1 {
    font-weight: 600;
    color: #F2F2F2 }

.footer-left a {
    text-decoration: none;
    font-weight: 400;
    color: #F2F2F2;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s }

.footer-left a:before {
    content: "";
    position: absolute;
    border-radius: 25px;
    transform: scaleX(0);
    background: #1569c7;
    transform-origin: right;
    transition: transform 0.3s ease;
    z-index: -1 }

.footer-left a:hover:before {
    transform: scaleY(1);
    transform-origin: left }

.arrow-up {
    position: fixed;
    bottom: 10px; right: -70px;
    padding: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s }
        
.show { right: 10px }
        
.arrow-up i {
    color: #F2F2F2;
    font-size: 30px;
    background-color: #1569c7;
    padding: 10px 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50% }
    
@media screen and (max-width: 321px) { .about-me-cards, .services-cards { margin-right: -10px } }

@media screen and (max-width: 376px) {
    .services-title::after { width: 26% }
    
    .works-title::after, .contact-title::after { width: 22% }}

@media screen and (max-width: 394px) {
    .home-data, .about-me-data, .services-data, .works-data, .contact-data { padding: 20px }
    footer { padding: 10px }

    .my-logo {
        margin-top: -20px;
        max-width: 80px }

    .home-texts { margin-top: 100px }

    .home-title { font-size: 1.6875rem }

    .about-me-title1, .services-title, .works-title, .reviews-title, .contact-title { font-size: 1.5625rem }
    .about-me-title1 { position: static }    
    .partners-showcase-title { font-size: 1.60rem }

    .about-me-title1::after {
        margin-top: 20px;
        height: 15px; width: 15% }

    .home-text {
        display: block;
        font-size: 1.25rem;
        margin-top: 10px }

    .quote { 
        font-size: 18px;
        margin-top: 25px }

    .prog-logo {
        max-width: 180px; 
        margin-top: 0; left: -80px }
    
    .about-me-text { 
        font-size: 16px;
        line-height: 26px }

    .about-me-title2 { font-size: 18px }

    .cert img { max-width: 95% }

    #bugsPopup .popup-content { max-height: 550px }

    #bugsPopup .popup-content h2 { margin-top: 20px }

    #bugsPopup .popup-content ul, #bugsPopup .popup-content p { font-size: 14.5px }

    .about-me-cards {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        column-gap: 30px;
        row-gap: 25px;
        padding: 25px 0px }

    .about-me-card h2 span { font-size: 20px }

    .about-me-card h2 span::after { height: 5px; width: 0 }

    .partners-showcase-text { font-size: 0.9rem }

    .partner-row { animation: auto-scroll 10s linear infinite }

    .services-title::after {
        margin-top: 20px;
        height: 15px; width: 27% }

    .services-cards {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) }

    .services-card-content { padding: 5px }

    .services-card-content h2 { font-size: 20px }

    .services-card-content p { 
        font-size: 13.5px;
        line-height: 25px;
        padding-top: 10px }
    
    .works-title::after, .contact-title::after {
        margin-top: 20px;
        height: 15px; width: 24% }

    .reviews-title::after { 
        margin-top: 20px;
        height: 15px; width: 35% }

    .works-num, .prices p, .prices i { font-size: 15px }

    .why-choose-me {
        margin: 25px;
        padding: 20px }

    .why-title { font-size: 1.5625rem }

    .why-subtitle, .why-list, .cta-button { font-size: 14px }

    .why-subtitle { margin-bottom: 20px }

    .cta-button { 
        padding: 10px;
        margin-top: 20px }
    
    .projects { 
        grid-template-columns: auto;
        gap: .625rem }

    .project, .project3 { padding: 8px }

    .project-content { width: 260px; max-height: 420px }

    .reviews-text img {  width: 150px }

    .reviews-arrow.prev { left: -10px }
    .reviews-arrow.next { right: -10px }

    .contact-title::after {
        margin-bottom: 10px;
        height: 15px; width: 31% }

    .contact-message-title { font-size: 14px }

    .my-logo-footer img { max-width: 40px }

    .my-logo-footer h2, .footer-left h1 { font-size: 18px }

    .tow { margin-left: 20px }

    .footer-links a { 
        font-size: 30px;
        padding: 3px }

    .footer-left, .copy-right { padding-top: 20px; padding-left: 5px }

    .footer-left a { 
        font-size: 15px;
        line-height: 25px }}

@media screen and (min-width: 394px) {
    .home-data, .about-me-data, .services-data, .works-data, .contact-data { padding: 20px }

    footer { padding: 10px }

    .home-texts { margin-top: 120px }

    .home-title { font-size: 1.75rem }

    .home-text { 
        font-size: 1.25rem;
        margin-top: 5px }

    .quote { 
        font-size: 1.125rem;
        margin-top: 55px }

    .prog-logo { 
        max-width: 180px;
        margin-top: 0; left: -80px }

    .about-me-title1, .partners-showcase-title, .services-title, .works-title, .reviews-title, .contact-title { font-size: 30px }
    .about-me-title1 { position: static }
    .partners-showcase-title { font-size: 1.60rem }

    .about-me-title1::after {
        margin-top: 20px;
        height: 15px; width: 15% }

    .about-me-card h2 span::after { height: 5px; width: 0 }

    .my-logo-footer img { max-width: 50px }

    .about-me-title2 { font-size: 17px }

    .cert img { max-width: 95% }

    #bugsPopup .popup-content { max-height: 550px }

    #bugsPopup .popup-content h2 { margin-top: 20px }

    #bugsPopup .popup-content ul, #bugsPopup .popup-content p { font-size: 15px }

    .partner-row { animation: auto-scroll 10s linear infinite }

    .about-me-cards { padding: 0 }

    .about-me-card { padding-top: 25px } 

    .partners-showcase-text { font-size: 0.9rem }

    .services-title::after {
        margin-top: 20px;
        height: 15px; width: 24% }

    .services-card-content { padding: 10px }

    .services-card-content p { padding-top: 10px }

    .works-title::after {
        margin-top: 20px;
        height: 15px; width: 22% }

    .reviews-title::after { 
        margin-top: 20px;
        height: 15px; width: 30% }

    .works-num, .prices p, .prices i { font-size: 15px }

    .why-choose-me {
        margin: 30px; 
        padding: 20px }

    .why-title { font-size: 30px }

    .why-subtitle, .why-list, .cta-button { font-size: 15px }

    .why-subtitle { margin-bottom: 20px }

    .cta-button {
        padding: 15px;
        margin-top: 40px }

    .projects { 
        grid-template-columns: auto;
        gap: .625rem }

    .project, .project3 { padding: 5px }

    .project-content {
        width: 320px; max-height: 500px;
        overflow-y: auto }

    .reviews-text img {  width: 150px }

    .reviews-arrow.prev { left: -10px }
    .reviews-arrow.next { right: -10px }

    .contact-title::after {
        margin-bottom: 10px;
        height: 15px; width: 25% }

    .footer-content { padding: 8px }

    .footer-links a { 
        font-size: 30px;
        padding: 3px }

    .my-logo-footer h2, .footer-left h1 { font-size: 18px }

    .tow { margin-left: 20px }

    .copy-right { margin-top: 20px }}

@media screen and (max-width: 426px) { .contact-form-container { width: calc(100vw - 120px) }}

@media screen and (max-width: 767px) { 
    .footer-content { 
        display: flex;
        flex-direction: column;
        align-items: center }

    .footer-links { margin: -10px 0 10px 0 }}

@media screen and (min-width: 767px) {
    .home-data, .about-me-data, .services-data, .works-data { padding: 25px }

    .home-title { font-size: 1.875rem }

    .prog-logo { max-width: 250px }

    .about-me-title1, .services-title, .works-title, .reviews-title, .contact-title { font-size: 35px }
    .partners-showcase-title { font-size: 1.75rem }
    .about-me-title2 { font-size: 22px }

    .about-me-text { font-size: 20px }

    .about-me-title1::after { width: 9% }

    #bugsPopup .popup-content { max-height: 550px }

    #bugsPopup .popup-content ul, #bugsPopup .popup-content p { font-size: 18px }

    .partner-row { animation: auto-scroll 40s linear infinite }

    .services-title::after { width: 15% }

    .works-title::after { width: 14.5% }

    .reviews-title::after { width: 18% }

    .works-num, .prices p, .prices i { font-size: 24px }

    .why-choose-me { margin: 60px }

    .why-title { font-size: 35px }

    .why-subtitle, .why-list, .cta-button { font-size: 20px }

    .cta-button { padding: 15px 35px }

    .projects { 
        grid-template-columns: auto auto;
        gap: 0 }

    .project-content {
        width: 500px; max-height: 450px;
        overflow-y: auto }

    .reviews-arrow.prev { left: -10px }
    .reviews-arrow.next { right: -10px }

    .contact-title::after {
        margin-bottom: 10px;
        height: 15px; width: 15% }

    footer { padding: 20px 60px }

    .footer-content { 
        display: grid;
        grid-template-areas: "a b" "c b" }
        
    .footer-right { grid-area: a }

    .footer-left { grid-area: b }

    .copy-right { grid-area: c }

    .my-logo-footer {
        display: flex;
        align-items: flex-start;
        flex-direction: column }
        
    .my-logo-footer h2, .footer-left h1 { font-size: 20px }

    .footer-left a { font-size: 18px }}

@media screen and (min-width: 1023px) {
    .home-title { font-size: 2rem }

    .home-text { 
        font-size: 1.375rem;
        margin-top: 10px }

    .prog-logo {
        margin-top: -100px;
        max-width: 320px }

    .about-me-title1::after { width: 6.5% }

    .about-me-text { padding-left: 250px }

    .cert img { max-width: 50% }

    .about-me-cards { row-gap: 0 }

    .services-title::after { width: 11% }

    .services-card-content h2 { font-size: 20px }

    .project, .project3 {
        transition: transform 0.5s;
        -webkit-transition: transform 0.5s;
        -moz-transition: transform 0.5s;
        -ms-transition: transform 0.5s;
        -o-transition: transform 0.5s }
    
    .project:hover, .project3:hover {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px) }

    .services-card-content { padding: 10px }

    .works-title::after, .contact-title::after { width: 10.5% }

    .reviews-title::after { width: 14% }

    .why-title { font-size: 35px }

    .project, .project3 { padding: 10px }

    .project-content {
        width: 700px; max-height: 500px;
        overflow-y: auto }

    .reviews-arrow.prev { left: -60px }
    .reviews-arrow.next { right: -40px }

    .contact-cards {     
        display: flex;
        gap: 20px;
        flex-direction: column }

    .contact-form-container { width: 375px }
    
    .my-logo-footer h2, .footer-left h1 { font-size: 1.5625rem }

    .tow { margin-left: 200px }

    .footer-left a { font-size: 20px }}

@media screen and (min-width: 1439px) {
    .home-data, .about-me-data, .services-data, .contact-data { padding: 40px 80px }
    footer { padding: 40px 0 }

    .nav-list { margin-right: -10px }

    .nav-toggle, .nav-close { display: none }

    .nav-menu a:before {
        content: "";
        position: absolute;
        height: 12px; width: -webkit-fill-available;
        z-index: -1;
        margin-top: 30px;
        border-radius: 25px;
        transform: scaleX(0);
        background: #1569c7;
        transform-origin: right;
        transition: transform 0.3s ease }
    
    .nav-menu a:hover:before {
        transform: scaleY(1);
        transform-origin: left }

    .home-title, .about-me-title1, .partners-showcase-title, .services-title, .works-title, .reviews-title, .contact-title { font-size: 40px }

    .home-text { font-size: 1.5625rem }

    .quote { font-size: 20px }

    .prog-logo {
        max-width: 350px;
        left: 80px; margin-top: -60px }

    .about-me-title1::after {
        margin-top: 25px;
        height: 20px; width: 6% } 
    
    .about-me-title2 { font-size: 23px }

    .about-me-text { 
        font-size: 21px;
        line-height: 35px;
        margin-top: 10px;
        padding-left: 665px }
    
    .about-me-cards {
        display: grid;
        grid-template-columns: auto auto auto;
        column-gap: 30px;
        row-gap: 120px }

    .about-me-card h2 span { font-size: 30px }

    .about-me-card h2 span::after { height: 7px; width: 0 }

    .about-me-card-content { height: 265px }

    .services-title::after {
        margin-top: 40px;
        height: 18px; width: 8.6% }

    .services-cards { margin-top: 20px }

    .services-card-content {
        text-align: center;
        padding: 10px }

    .services-card-content h2 { font-size: 30px }

    .services-card-content p { 
        font-size: 20px;
        line-height: 35px;
        padding-top: 10px }

    .why-title { font-size: 45px }

    .works { width: 100% }
    
    .works-title::after {
        margin-top: 40px;
        height: 18px; width: 8% }

    .reviews-title::after { 
        margin-top: 40px;
        height: 18px; width: 10% }

    .projects { grid-template-columns: auto auto auto }

    .project, .project3 { padding: 12px }

    .project-content {
        max-height: 600px; width: 700px;
        overflow-y: auto }

    .reviews-arrow.prev { left: -60px }
    .reviews-arrow.next { right: -50px }
    
    .contact-message-title { font-size: 22px }

    .contact-form-container { width: 800px }

    .footer-content {
        display: grid;
        justify-content: space-around }

    .my-logo-footer img { max-width: 60px }

    .my-logo-footer h2, .footer-left h1 { font-size: 30px }

    .footer-links a { 
        font-size: 45px;
        padding: 5px }
    
    .footer-left a { 
        font-size: 1.5625rem;
        line-height: 40px }
    
    .footer-left a::before {
        margin-top: 25px;
        height: 12px; width: 95% }

    .copy-right p { font-size: 20px }

    .footer-links { margin-bottom: 10px }}