@import url('https://fonts.googleapis.com/css2?family=Alef:wght@400;700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

  *{
font-family: Alef, serif;
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
background: none;
direction:rtl
} 
 header { 
  background-color:rgb(8, 8, 8);
  width: 100%;
  position: fixed;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
   padding: 10px 100px}
.logo { 
  text-decoration: none;
  color: rgb(242, 242, 248);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.em }
.navigation a {
  color: rgb(242, 242, 248);
  text-decoration: none;
  font-size: 1.em;
  font-weight: 500;
  padding-left: 30px;
 }
 .navigation a:hover {
  color:rgb(241, 15, 15);
 }

section {
  padding: 100px 100px; 
   padding: 100px 100px;

}

.main {
 width: 100%;
 height: 100vh;
 display: flex;
 align-items: center;
 background:url(pics/techsatservice.webp);
 border-radius: 5px;
 background-size: cover;
 background-position:center;
 background-attachment: fixed;
 }
 .main p{
  font-family: 'Courier New', Courier, monospace;
  color: blanchedalmond;
  font-size: 0.9em;
  letter-spacing: 1px;
 }
 
.main h1 {

  color:white;
  font-size: 1.4em;
 font-weight: 500;
}
.main h1 span {
  display: block;
  margin-top: 10px;
  color:white;
  font-size: 3em;
  font-weight: 600;
}
.main h2 {
  color: white;
  font-size: 3em;
  font-weight: 700;
  letter-spacing: 1pt;
 margin-top: 10px;
 margin-bottom: 30px;
}
.main-btn {
  color: #fff;
  background-color: rgb(17, 17, 209);
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 600px;
  display: inline-block;
  padding: 0.9375em 2.1875em;
  letter-spacing: 1px;
  border-radius: 15px;
  margin-bottom: 40px;
  transition: 0.4s ;

}
.main-btn:hover {
background-color: blue;
transform: scale(1.1);
}
.social-icons {

  font-size: 1.7em;
  padding-right: 30px;
}

 .title {
  display: flex;
  justify-content: center;
  color: #3a6cf4;
  font-size: 2.2em;
  font-weight: 800;
  margin-bottom: 30px;
}

.content {
display: flex;
justify-content: center;
flex-direction: row;
flex-wrap: wrap;
}

.card {
  background-color: #a6a6a6;
width:20em ;
box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
border-radius: 10px;
padding: 25px;
margin: 15px;
transition: 0.7;
}
.card:hover {
transform: scale(1.1); 
}
.icon {
color: blue;
font-size: 8em;
text-align: center;  
}
.info {
text-align: center; 
}
.info h3 { 
color: blue;
font-size: 1.2em;
font-weight: 700;
margin: 10px;
}

.projects {
  background: url(pics/tnt+satellote.webp);
}

.projects .content {
margin-top: 30px
}

.project-card {
background-color: #a6a6a6;
border: 1px solid #1d1b1b;
box-shadow:  0 5px 25px rgba(1 1 1 / 15%);
min-height: 14em;
width: 14em;
overflow: hidden;
border-radius: 10px;
margin: 25px;
transition: O.4 s ease;
}
.project-card:hover {
transform: scale(1.1);
}
.project-card:hover .project-image {
opacity: 0.9;
}

.project-image img {
width: 100%;
height: auto;
}
.project-info {
padding: 1.3em;
}
.project-category {
font-size: 0.8em;
color:#000;
}
.project-title {
display: flex;
justify-content: space-between;
text-transform:upercase;
font-weight: 800;
margin-top: 10px;
}
.more-details {
  text-decoration: none;
  color: #0d0225;
}
.more-details:hover {

  color: #601cfc;
}
.contact .icon {
font-size: 5em;
}
.contact .info h3 {
  color: black;
}
.contact .info p {
  font-size: 1em;
}
.footer {
  background-color:rgb(19, 18, 18);
  padding: 1em;
  display: flex;
  justify-content:space-between;
}
.footer-title {
  color: rgb(242, 242, 248);
  font-size: 1.3em;
  font-weight: 600;

}
.footer-title span {
  color: rgb(242, 242, 248);
}
.footer .social-icons a { 
  color: #e4e2e7;
  font-size: 1em;
  padding: 0 12px 0 0;
  font-size: 1em;
  padding-right: 30px;
}
.footer p a {
  color: rgb(104, 11, 54);
  text-decoration: none;
}

@media (max-width:1023px) {
  header{ padding: 12px 20px }
    .navigation a{padding-left: 10px}
    .title{font-size: 1.8em}
    .main-content h1{
      font-size: 1em}
      .main-content h2{
        font-size: 1.6em;
      }
      .content{
        flex-direction: column;
        align-items: center;
        
      }
     } 
    
@media (max-width:641px) {

  body{font-size: 12px;}
  .main-content h1{font-size: 0.8em }
  .main-content h2{font-size: 1.4em;}
}
@media (max-width:300px) {
body{font-size: 10px}
}
 

