@charset "utf-8";
.btn,
.nav-link,
.section_block,
.static_block {
    position: relative;
}

.btn,
.cta-section p,
.hero_text,
.testimonial-card,
footer p,
img {
    max-width: 100%;
}

.btn,
body {
    font-size: 16px;
}

.hero h1,
.hero p {
    margin-bottom: 40px;
}

.btn,
.cta-section,
.hero,
.service_block,
section {
    overflow: hidden;
}

.social-icon:hover,
a,
a:focus,
a:hover {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #1e1e1e;
    border-radius: 0;
}

:root {
    --red: #e92929;
    --text-color: rgb(255 255 255 / 70%);
    --primary-color: #ffffff;
    --bs-heading-color: #ffffff;
    --bs-body-color: #ffffff;
}

html {
    scroll-behavior: smooth;
}

body {
    line-height: 30px;
    background-color: #000000;
    color: var(--primary-color);
    font-weight: 400;
}

p {
    color: var(--text-color);
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.hero h1{font-weight: 700;}
.semi_bold{
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.nav-link:after,
.tag,
a,
footer ul a {
    transition: 0.3s;
}

.btn,
.social-icon {
    transition: 0.3s ease-in-out;
}

h6 {
    font-size: 14px;
}

.rounded {
    border-radius: 24px !important;
}

.gap-20 {
    gap: 20px;
}

.gap-15 {
    gap: 15px;
}

.btn {
    background-color: var(--red) !important;
    color: #fff;
    border-radius: 50px;
    height: 50px;
    border: 1px solid var(--red) !important;
    line-height: 46px;
    padding: 0 30px;
    font-weight: 500;
    min-width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.navbar,
.navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
}

.btn:hover::before {
    animation: 0.8s forwards shine;
}

@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}
.btn:hover{

}
[dir="ltr"] .btn i {
    transform: rotateY(180deg);
}

header {
    padding: 30px 0;
    position: relative;
    z-index: 9;
}
.page-header {
  position: sticky;
  top: 0;
  z-index: 1050; /* أعلى من الـNavbar */
  transition: all .3s ease;
}

.navbar {
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 32px;
    backdrop-filter: blur(16px);
}

.service_block,
.testimonial-card {
    backdrop-filter: blur(15px);
    position: relative;
}

.navbar-brand {
    width: 90px;
    flex-shrink: 0;
    margin: 0;
}

.navbar-brand img {
    width: 100%;
}

.nav-link {
    margin: 0 10px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
}

.nav-link:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: var(--red);
    border-radius: 50px;
    opacity: 0;
}

.nav-link.active:after,
.nav-link:hover:after {
    opacity: 1;
    width: 100%;
}

.nav-link.active,
.nav-link:hover {
    color: #fff !important;
}

header .btn {
    height: 44px;
    line-height: 44px;
}
header .btn:hover{
    background-color: #fff !important;
    color: var(--red);
}
.offcanvas.offcanvas-end,
.offcanvas.offcanvas-start {
    width: 100%;
    background-color: #000000;
    background-image: url(../images/sidebar_bg.png);
    background-size: cover;
}

.hero {
    padding: 210px 0 70px;
    background-size: cover;
    margin-top: -135px;
    background-position: center;
    position: relative;
}

.hero_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}

.hero h1 {
    font-size: 62px;
    line-height: 100px;
    color: #fff;
}
.hero p {
    font-size: 22px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.7);
}

.hero .btn {
    height: 56px;
    line-height: 56px;
}

.tag {
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 30px;
    gap: 15px;
    width: 170px;
    height: 32px;
    background: rgba(255, 255, 255, 0.1);
    border: 1.5px solid rgba(233, 41, 41, 0.33);
    display: flex;
    padding: 4px;
    color: #fff;
    font-family:Tajawal;
}

[dir="ltr"] .tag {
    width: 220px;
}

.tag span {
    background: #eb9e25;
    border-radius: 100px;
    color: #0f2028;
    padding: 2px 10px;
    direction: ltr;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
}

.static_block h2 span{
    color: var(--red);
}

.tag i {
    font-style: normal;
}

.tag:hover {
    flex-direction: row-reverse;
}
.logo_slider {
    margin-top: 50px;
}
.logo_slider .swiper-wrapper {
    align-items: center;
    transition-timing-function: linear !important;
}

.logo_slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: inherit !important;
}


.maps h2.title,
h2.title,
p.title {
    text-align: center;
    width: 800px;
    max-width: 100%;
}
[dir="ltr"] h2.title{
	width: 840px;
	font-weight: 500;
}

.btn-close,
.navbar-toggler {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.08);
}

.navbar-toggler {
    width: 43px;
    height: 43px;
    line-height: 43px;
    padding: 0;
    border-radius: 50px;
}

.btn-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50px;
    margin: 0 !important;
}

.fade-up-item {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-up-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.countup {
    font-variant-numeric: tabular-nums;
    direction: ltr;
    unicode-bidi: plaintext;
}

.countup i {
    margin-inline-end: .15rem;
}

.navbar-expand-lg .navbar-nav{
    width: 100%;
}

[dir="rtl"] .navbar-expand-lg .navbar-nav{
    padding-left: 10px;
}

[dir="ltr"] .navbar-expand-lg .navbar-nav{
    padding-right: 10px;
}
.navbar-expand-lg .navbar-nav li{
    display: flex;
    align-items: center;
}
[dir="rtl"] .navbar-expand-lg .navbar-nav li:nth-last-of-type(2){
    margin-right: auto;
}

[dir="ltr"] .navbar-expand-lg .navbar-nav li:nth-last-of-type(2){
    margin-left: auto;
}


.theme-pill{
  width: 65px;
  height: 33px;
  border: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 999px;
  position: relative;
  outline: none;
  transition: background .25s ease, box-shadow .25s ease;
}

/* ====== DARK (افتراضي) ====== */
html[data-bs-theme="dark"] .theme-pill{
  background: #000000;
}

/* ====== LIGHT ====== */
html[data-bs-theme="light"] .theme-pill{
  background: #ffffff;
}

/* ====== الدائرة البرتقاني المتحركة ====== */
.theme-pill .thumb{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f2a31a;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: left .28s ease;
  display: grid;
  place-items: center;
}

/* مكانها في الدارك: شمال */
html[data-bs-theme="dark"] .theme-pill .thumb{
  left: 4px;
}

/* مكانها في اللايت: يمين */
html[data-bs-theme="light"] .theme-pill .thumb{
  left: calc(100% - 4px - 25px);
}

/* ====== الهلال الثابت (شمال في اللايت) ====== */
.theme-pill .moon{
  position: absolute;
  left: 9px;
  top: 50%;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  transition: opacity .2s ease;
}

/* الهلال في اللايت يظهر رمادي */
html[data-bs-theme="light"] .theme-pill .moon{
  opacity: 1;
}
html[data-bs-theme="light"] .theme-pill .moon::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:50%;
  background:#bfbfbf;
}
html[data-bs-theme="light"] .theme-pill .moon::after{
  content:"";
  position:absolute;
  width: 14px;
  height: 14px;
  border-radius:50%;
  left: 3px;
  top: 0;
  background:#ffffff; /* قصّة الهلال على خلفية بيضاء */
}

/* الهلال في الدارك مخفي (عشان الدائرة فيها الهلال) */
html[data-bs-theme="dark"] .theme-pill .moon{
  opacity: 0;
}

/* ====== محتوى الدائرة حسب الثيم ====== */

/* في الدارك: جوّه الدائرة (هلال cutout) */
html[data-bs-theme="dark"] .theme-pill .thumb::before{
  content:"";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background:#0b0b0b; /* cutout أسود */
  position:absolute;
}
html[data-bs-theme="dark"] .theme-pill .thumb::after {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #EB9E25;
    position: absolute;
    left: 10px;
    top: 5px;
}

/* في اللايت: جوّه الدائرة شمس بيضاء */
.theme-pill .sun-icon{
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: relative;
  display:none;
}
html[data-bs-theme="light"] .theme-pill .sun-icon{
  display:block;
  background:#fff;
}
html[data-bs-theme="light"] .theme-pill .sun-icon::before{
  content:"";
  position:absolute;
  inset:-4px;
  border-radius:50%;
  background:
    conic-gradient(from 0deg,
      #fff 0 10deg, transparent 10deg 35deg,
      #fff 35deg 45deg, transparent 45deg 70deg,
      #fff 70deg 80deg, transparent 80deg 105deg,
      #fff 105deg 115deg, transparent 115deg 140deg,
      #fff 140deg 150deg, transparent 150deg 175deg,
      #fff 175deg 185deg, transparent 185deg 210deg,
      #fff 210deg 220deg, transparent 220deg 245deg,
      #fff 245deg 255deg, transparent 255deg 280deg,
      #fff 280deg 290deg, transparent 290deg 315deg,
      #fff 315deg 325deg, transparent 325deg 350deg,
      #fff 350deg 360deg
    );
  -webkit-mask: radial-gradient(circle, transparent 0 55%, #000 56%);
          mask: radial-gradient(circle, transparent 0 55%, #000 56%);
  opacity: .95;
}

/* في اللايت: نخفي الهلال اللي جوه الدائرة */
html[data-bs-theme="light"] .theme-pill .thumb::before,
html[data-bs-theme="light"] .theme-pill .thumb::after{
  content:none;
}
/* الشمس الرمادي في الدارك */
.theme-pill .sun-gray{
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  opacity: .45;
  transition: opacity .2s ease;
}

.theme-pill .sun-gray svg{
  fill: none;
  stroke: #8b8b8b;
  stroke-width: 2;
  stroke-linecap: round;
}

/* تظهر في الدارك */
html[data-bs-theme="dark"] .theme-pill .sun-gray{
  opacity: .6;
}

/* تختفي في اللايت */
html[data-bs-theme="light"] .theme-pill .sun-gray{
  opacity: 0;
}




html[data-bs-theme="light"]:root {
    --red: #e92929;
    --text-color: rgb(0 0 0 / 70%);
    --primary-color: #000000;
    --bs-heading-color: #000000;
    --bs-body-color: #000000;
}
html[data-bs-theme="light"] body{
    background-color: #FAFAFA;
    color: #000;
}
html[data-bs-theme="light"] .section_block{
    background: linear-gradient(263.01deg, #475569 13.14%, #8CA8CF 92.79%);
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.05);
}
html[data-bs-theme="light"] .solution .col-md-5 .section_block{
    background-color: #C31212;
}
html[data-bs-theme="light"] .maps h2.title,
html[data-bs-theme="light"] .static_block p{
    color: #000000;
}
html[data-bs-theme="light"] .static_block:after{
    filter: brightness(0.5);
}
html[data-bs-theme="light"] .service{
    background-image: url(../images/service_bg_light.png);
    background-size: 100% 100%;
}
html[data-bs-theme="light"] .testimonials{
    background-image: url(../images/testimonials_bg_light.png);
}
html[data-bs-theme="light"] .testimonial-card{
    background-color: #ffffff;
}
html[data-bs-theme="light"] .testimonial-card h3,
html[data-bs-theme="light"] .testimonial-card p{
    color: #000000 !important;
}
.light{
    display: none;
}
html[data-bs-theme="light"] .light{
    display: block;
}
html[data-bs-theme="light"] .dark{
    display: none;
}

.header-hidden {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.header-visible {
    opacity: 1 !important;
}

/* ==========================================================================
   Projects Portfolio Section
   ========================================================================== */
.projects {
    padding: 100px 0;
    position: relative;
}

.projects-section-title {
    font-size: 52px;
    line-height: 1.15;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

html[data-bs-theme="light"] .projects-section-title {
    color: #000000;
}

.projects-section-title span.text-red {
    color: var(--red);
}

.projects-section-desc {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-color);
}

/* Sidebar filter card */
.filter-sidebar {
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 0 7px 0 rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 20px 15px;
    position: sticky;
    top: 100px;
    z-index: 10;
    transition: all 0.3s ease;
}

html[data-bs-theme="light"] .filter-sidebar {
    background: #FFF;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.05);
}

/* Accordion sections */
.filter-group {
    margin-bottom: 0px;
}

.filter-group-header {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    outline: none !important;
}

html[data-bs-theme="light"] .filter-group-header {
    color: #000;
}

.filter-group-header .chevron-icon {
    font-size: 14px;
    transition: transform 0.3s ease;
    opacity: 0.7;
}

.filter-group-header[aria-expanded="false"] .chevron-icon {
    transform: rotate(-90deg);
}

.filter-group-content {
    max-height: 1000px;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
}

.filter-group-content.collapsed {
    max-height: 0;
}

.filter-divider {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 15px 0;
}

html[data-bs-theme="light"] .filter-divider {
    border-color: #e2e8f0;
}

/* Filter pills styling */
.filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 6px !important;
}

.filter-pill {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.65);
    border: 1.5px solid transparent;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    outline: none !important;
}

html[data-bs-theme="light"] .filter-pill {
    color: #233B75B2;
    background: rgba(35, 59, 117, 0.04);
}

.filter-pill:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

html[data-bs-theme="light"] .filter-pill:hover {
    background: #e2e8f0;
    color: #233B75;
}

.filter-pill.active {
    background: #1e2a4a;
    color: #fff;
    border-color: transparent;
}

html[data-bs-theme="light"] .filter-pill.active {
    background: #233B75;
    color: #ffffff;
}

/* Sidebar CTAs */
.sidebar-cta-group {
    margin-top: 30px !important;
}

.btn-cta-circle {
    width: 60px;
    height: 60px;
    border-radius: 0 50% 50% 50%;
    background-color: var(--red);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    text-decoration: none;
    transition: all 0.3s ease;
}
[dir="rtl"] .btn-cta-circle{
    border-radius: 50% 0 50% 50%;
}
.btn-cta-circle:hover {
    background-color: #fff;
    color: var(--red);
    transform: rotate(45deg);
}

html[data-bs-theme="light"] .btn-cta-circle:hover {
    background-color: #000000;
    color: #fff;
}

.btn-cta-pill {
    height: 60px;
    border-radius: 50px;
    background-color: var(--red);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
}

.btn-cta-pill::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
}

.btn-cta-pill:hover::before {
    animation: 0.8s forwards shine;
}

.btn-cta-pill:hover {
    background-color: #fff !important;
    color: var(--red) !important;
}

html[data-bs-theme="light"] .btn-cta-pill:hover {
    background-color: #000 !important;
    color: #fff !important;
}

/* Project grid items animation */
.project-grid-item {
    transition: opacity 0.4s ease, transform 0.4s ease;
    opacity: 1;
    transform: scale(1);
}

.project-grid-item.fade-out {
    opacity: 0;
    transform: scale(0.95);
}

.project-grid-item.hide-item {
    display: none !important;
}

/* Project Card layout */
.project-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.project-slider-container {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

html[data-bs-theme="light"] .project-slider-container {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.project-slider-container.aspect-web {
    aspect-ratio: 1.1;
}

.project-slider-container.aspect-mobile {
    aspect-ratio: 0.82;
}

.project-swiper {
    width: 100%;
    height: 100%;
}

.project-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.project-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.project-card:hover .project-swiper .swiper-slide img {
    transform: scale(1.05);
}
/* Custom swiper pagination dots */
.project-swiper .swiper-pagination {
    bottom: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
}

.project-swiper .swiper-pagination-bullet {
    background: #ffffff !important;
    opacity: 1 !important;
    width: 7px;
    height: 7px;
    margin: 0 12px !important;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 50%;
    display: inline-block;
}

.project-swiper .swiper-pagination-bullet-active {
    background: #ffffff !important;
    opacity: 1 !important;
}

.project-swiper .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #ffffff33;
    border: 1.5px solid #ffffff;
    border-radius: 50%;
    box-sizing: border-box;
}
.project-details {
    padding: 24px 0 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.project-title {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
    line-height: 1.2;
}

html[data-bs-theme="light"] .project-title {
    color: #000000;
}

.project-desc {
    color: var(--text-color);
    margin-bottom: 20px;
    min-height: 45px;
    font-size: 16px;
    line-height: 27px;
}

/* Learn more outline button */
.btn-learn-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    padding: 8px 22px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

html[data-bs-theme="light"] .btn-learn-more {
    color: var(--red);
    border: 0.5px solid rgba(230, 35, 35, 0.30);
    background: #FFF;
}

.btn-learn-more .arrow {
    color: #fff;
    transition: transform 0.3s ease;
    font-weight: bold;
    transform: rotate(-45deg);
}

.btn-learn-more:hover {
    border-color: var(--red);
    color: #ffffff;
    background: var(--red);
}
html[data-bs-theme="light"] .btn-learn-more .arrow{
    color: var(--red);
}
html[data-bs-theme="light"] .btn-learn-more:hover {
    border-color: var(--red);
}

.btn-learn-more:hover .arrow {
    transform: rotate(0deg);
    color: #fff;
}
[dir="rtl"] .btn-learn-more .arrow{transform: rotate(-145deg);}
[dir="rtl"] .btn-learn-more:hover .arrow {transform: rotate(-180deg);}

/* Responsive adjustments */

@media (max-width: 1200px) {
    .nav-link {
        font-size: 15px;
        padding: 0 !important;
    }
    .hero h1,
    [dir="ltr"] .hero h1 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .hero {
        /* background-image: url(../images/hero_bg_mob.webp) !important; */
    }
    .nav-link:after {
        display: none !important;
    }
    .navbar-nav {
        padding: 0;
    }
    .nav-link {
        font-size: 16px;
        padding: 7px 0;
    }
    header .btn {
        margin-top: 20px;
    }
    .navbar {
        padding: 6px 15px;
    }
    .hero h1,
    [dir="ltr"] .hero h1 {
        font-size: 45px;
        line-height: 70px;
        margin-bottom: 30px;
        max-width: 100%;
    }
    .hero {
        padding-bottom: 70px;
        margin-top: -100px;
        padding-top: 140px;
    }
    header {padding: 20px 0;}
    .project-title{font-size: 20px;}
    .project-desc{font-size: 14px;margin-bottom: 10px;}
    .filter-pill{
        font-size: 13px;
        padding: 2px 8px;
    }
    .projects {
        padding: 60px 0;
    }
    
    .projects-section-title {
        font-size: 30px;
    }
    
    .filter-sidebar {
        position: static;
        margin-bottom: 30px;
    }
    .btn-learn-more {
        padding: 3px 16px;
        font-size: 14px;}
}

@media (max-width: 768px) {
    .hero h1,
    [dir="ltr"] .hero h1 {
        margin-bottom: 10px;
        font-size: 28px;
        line-height: 45px;
    }
    .hero p {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .hero .btn ,.btn{
        height: 40px;
        line-height: 40px;
    }

}

@media (max-width: 640px) {
    header .btn {
        min-width: 120px;
    }
    
}


@media (max-width: 576px) {
    .projects-section-title {
        font-size: 30px;
    }
    
    .project-title {
        font-size: 20px;
    }
}