* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body{
    font-family: 'Cairo', sans-serif;
}
:root {
  --min-color: #56c7e4;
}



.logo {
  text-decoration: none;
  color:rgb(255, 255, 255) ;
  text-shadow: 1px 1px 1px #2c1f1f;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.8em;
}

.navigation a {
  text-decoration: none;
  color:rgb(255, 255, 255) ;
  text-shadow: 1px 1px 1px #2c1f1f;
  font-size: 1.1em;
  font-weight: 500;
  padding-left: 30px;
}

.navigation a:hover {
  color: #fff;
}



.main {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: url(BACK.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: left;
  margin-bottom: 15px;
}

.main h2 {
  color: #fff;
  text-shadow: 2px 2px 2px #2c1f1f;
  font-size: 1.4em;
  font-weight: 500;
}

.main span {
  display: inline-block;
  margin-top: 10px;
  color: var(--min-color);
  font-size: 2em;
  text-shadow: 2px 2px 2px #2c1f1f;
  font-weight: 500;
}

.main h3 {
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.main_btn {
  color: #fff;
  background-color: var(--min-color);
  text-shadow: 2px 2px 2px #2c1f1f;
  text-decoration: none;
  font-size: .9em;
  font-weight: 400;
  display: inline-block;
  padding: 0, 9375em 2.1875em;
  letter-spacing: 1px;
  border-radius: 10px;
  margin: 2px;
  margin-bottom: 40px;
  padding: 10px;
  transition: 0.8s ease;
}

.main_btn:hover {
  background-color: #248b81;
  transform: scale(1.1);
}
.list{
  list-style:circle ;
  margin-left: 20px;
}
.social_icons a {
  color: #fff;
  font-size: 1.1em;
  padding-right: 30px;
  text-decoration: none;
}

.title {
  display: flex;
  justify-content: center;
  color: var(--min-color);
  font-size: 2, 2em;
  font-weight: 800;
  margin: 30px;
}

.content {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.card {
  background-color: #fff;
  width: 21, 25em;
  box-shadow: 0 5px 25px rgba(1, 1, 1, 15%);
  border-radius: 10px;
  padding: 10px;
  transition: 0.8s ease;
  margin: 10px;
  cursor: pointer;
}

.card:hover {
  transform: scale(1.1);
  transition: 0.8s ease;
}

.icon {
  color: var(--min-color);
  font-size: 6em;
  text-align: center;
}

.info {
  text-align: center;
  min-width:10em;


}
.language
{
  text-align: left;
}
.info h3 {
  color: var(--min-color);
  font-weight: 700;
  font-size: 1, 2em;
  margin: 10px;
}
.cards .content{
  margin-left: 150px;
  margin-right: 150px;
}
.content2 {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.projects .content {
  margin: 30px;
}
video{
  border-radius: 8px;
}
.project_card {
  background-color: #fff;
  border: 1px solid #fff;
  min-height: 15em;
  width: 25em;
  overflow: hidden;
  margin: 10px;
  transition: 0, 7s ease;
  box-shadow: 0 5px 25px rgba(1, 1, 1, 15%);
  text-shadow: 1px 1px 1px 1px #000000;
  border-radius: 10px;
  padding: 10px 10px 0 10px ;
  transition: 0.8s ease;
  cursor: pointer;
  margin: 15px;
}

.project_card:hover {
  transform: scale(1.1);
}

/* .project_card:hover.project_img {
    opacity: 0.8;
} */
.project_img img {
  width: 100%;
}

.project_info {
  padding: 1em;
}

.project_category {
  font-size: .9em;

}

.project_titel {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--min-color);
  margin-top: 10px;
}
.me{
  border-radius: 50%;
  box-shadow: 0 5px 25px rgba(1, 1, 1, 15%);


}
small{
  color:black
}
.project_titell
{
  display: flex;
  justify-content: space-around;
  font-weight: 500;
  color: var(--min-color);
  margin-top: 10px;
}
.more_details {
  text-decoration: none;
  color: var(--min-color);
}

.more_details:hover {
  color: #601cfc;
}

.contact .icon {
  font-size: 4em;
}

.contact .info h3 {
  color: var(--min-color);
}

.contact .info p {
  font-size: 1em;
}

.footer {
  background-color: #000016;
  color: #fff;
  padding: .9em;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.footer-title {
  font-size: .8em;
  margin-right: 15px;

}

.footer-title span {
  color: var(--min-color);
}
.phone i{
  font-size: .8em;
  padding: 0 5px 0 0;
  color: var(--min-color);
}
.phone{
  color: #000000;
  font-size: .8em;
  padding: 0 5px 0 0;
  text-decoration: none;
}
.contIcon
{
  font-size: 1em;
  color: var(--min-color);
}
.social_icons2 a {
  font-size: .8em;
  padding: 0 5px 0 0;
  color: #fff;
}

@media (max-width:1023px) {
 
  .navigation a {
    padding-left: 8px;
  }

  .title {
    font-size: 1.8em;
  }
}