* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 16px;
	font-family: "Raleway", sans-serif;
	color: #000;
}
ul,
nav {
	list-style: none;
}
a {
	text-decoration: none;
	color: #fff;
}
body{
font-family: "Poppins", sans-serif;
}
h1,h2,h3,h4,h5,h6{
	 font-family: "Montserrat", sans-serif;
}
.mynav .navbar-brand{
	 font-family: "Montserrat", sans-serif;
}
.mynav{
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.mynav .nav-item{
font-family: "Poppins", sans-serif;
}
.mynav .nav-link{
	position: relative;
}
.mynav .nav-item .active::after{
	content: "";
	width: 100%;
	height: 1.5px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
}
/***************************************************/
span {
    display: inline-block;
}
.header{
	background-image:linear-gradient(rgba(0,0,0,0.6)) ,url(../imgs/WhatsApp\ Image\ 2026-02-27\ at\ 5.55.44\ AM.jpeg);
	background-position: center;
	background-size: cover;
	height: 100vh;
}
.header  h5{
	 font-family: "Montserrat", sans-serif;
	 font-size: 50px;
}
.home .iam{
	color: #fff;
	font-size: 72px;
	font-weight: 200;
}
.header h1 b::after{
	content: "";
	animation: typing 10s ease-in infinite;
}
@keyframes typing {
    0% {
        content: " K|";
    }

    1.3% {
        content: "Ka|";
    }

    2.6% {
        content: "Kar|";
    }

    3.9% {
        content: "Kari|";
    }

    5.2% {
        content: "Karim|";
    }

    6.5% {
        content: "Karim |";
    }

    7.8% {
        content: "Karim A|";
    }

    9.1% {
        content: "Karim Ab|";
    }

    10.4% {
        content: "Karim Abu|";
    }

    11.7% {
        content: "Karim AbuE|";
    }

    13% {
        content: "Karim AbuEl|";
    }

    14.3% {
        content: "Karim AbuElm|";
    }

    15.6% {
        content: "Karim AbuElma|";
    }

    16.9% {
        content: "Karim AbuElmaa|";
    }

    18.2% {
        content: "Karim AbuElmaati|";
    }

    19.5% {
        content: "Karim AbuElmaa|";
    }

    20.8% {
        content: "Karim AbuElm|";
    }

    22.1% {
        content: "Karim Abu|";
    }

    23.4% {
        content: "Karim A|";
    }

    24.7% {
        content: "Karim|";
    }

    26% {
        content: "Kar|";
    }

    27.3% {
        content: "Ka|";
    }

    28.6% {
        content: "K|";
    }
	29.2% {
        content: "|";
    }
    29.9% {
        content: "D|";
    }

    31.2% {
        content: "De|";
    }

    32.5% {
        content: "Dev|";
    }

    33.8% {
        content: "Deve|";
    }

    35.1% {
        content: "Devel|";
    }

    36.4% {
        content: "Develo|";
    }

    37.7% {
        content: "Develo|";
    }

    39% {
        content: "Develop|";
    }

    40.3% {
        content: "Develope|";
    }

    41.6% {
        content: "Developer|";
    }

    42.9% {
        content: "Develope|";
    }

    44.2% {
        content: "Develop|";
    }

    45.5% {
        content: "Develo|";
    }

    46.8% {
        content: "Devel";
    }

    48.1% {
        content: "Deve|";
    }

    49.4% {
        content: "Dev|";
    }

    50.7% {
        content: "De|";
    }

    52% {
        content: "D|";
    }

    53.3% {
        content: "|";
    }

    54.6% {
        content: "F|";
    }

    55.9% {
        content: "Fr|";
    }

    57.2% {
        content: "Fro|";
    }

    58.5% {
        content: "Fron|";
    }

    59.8% {
        content: "Front|";
    }

    61.1% {
        content: "Front-E|";
    }

    62.4% {
        content: "Front-En|";
    }

    63.7% {
        content: "Front-End|";
    }

    65% {
        content: "Front-En|";
    }

    66.3% {
        content: "Front-E|";
    }

    67.6% {
        content: "Front-|";
    }

    68.9% {
        content: "Front|";
    }

    70.2% {
        content: "Fron|";
    }

    71.5% {
        content: "Fr|";
    }

    72.8% {
        content: "F|";
    }

    74.1% {
        content: "|";
    }

    /* Restart cleanly */
    100% {
        content: " | ";
    }
}
.header .social-icon span {
	color: #fff;
    font-size: 24px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.9);
}
/**********************************************/
 .myabout .skills {
      margin: 20px 0;
    }

 .myabout .skill {
      margin-bottom: 15px;
    }

 .myabout .skill-bar {
      background: #ddd;
      border-radius: 5px;
      overflow: hidden;
      position: relative;
      height: 25px;
    }
 .myabout .skill-fill {
      background: black;
      color: white;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 10px;
      line-height: 25px;
      height: 100%;
      font-size: 14px;
      font-weight: bold;
    }
    /* Buttons */
.myabout .btn {
      display: inline-block;
      font-weight: bold;
      border: 2px solid black;
      transition: 0.3s;
    }

 .myabout .btn-black {
      background: #000;
      color: white;
    }

.myabout .btn-white {
      background: white;
      color: black;
    }

 .myabout .btn-black:hover{
	background: white;
      color: black;
    }
 .myabout .btn-white:hover{
	 background: #000;
      color: white;
 }

.myabout h3{
	font-weight:900;
	color:rgb(153, 153, 153);
	 font-family: "Montserrat", sans-serif;


}
.myabout .sub-title{
	font-weight: 400;
	font-size: 15px;
	font-family : Poppins, sans-serif;
	color:#343434;
}
.myabout .content p{
color:
rgb(153, 153, 153);
}
.myabout .skills span{
	color: #fff;
}

/**************************/
    .about-img-wrapper {
      position: relative;
      display: inline-block;
    }

    
    .dots-bg {
      position: absolute;
      bottom: -20px;
      left: -20px;
      width: 100%;
      height: 100%;
      background-image: radial-gradient(#ddd 1px, transparent 1px);
      background-size: 10px 10px;
      z-index: 0;
      border-radius: 8px;
    }

    .about-img {
      position: relative;
      z-index: 1;
      border-radius: 8px;
      max-width: 100%;
      height: auto;
    }

    
    @media (max-width: 768px) {
      .about-section {
        text-align: center;
      }

      .about-img-wrapper {
        margin-bottom: 30px;
      }

      .dots-bg {
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        height: 90%;
      }
}


 /*********************************************/
.myservices{
		background-color: #F7F7F7;
}  
.myservices .title-a{
	 font-family: "Montserrat", sans-serif;
font-size: 40px;
font-weight: 900;
color: #343434;
}
.myservices .s-description{
	font-family : "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
}
.myservices .ico-circle{
	font-size: 30px;
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #f4f4f4;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.myservices .service-box:hover .ico-circle{
	background-color: #000;
	color: #fff;
}
.title-box {
      position: relative;   
      z-index: 0;           
}
.myservices .title-a{
	position: relative;
}
.myservices .title-a::after{
     content: "";
      position: absolute;
	  left: 42%;
	  bottom: 2px;
      width: 15%;
      height: 30px;
      background-image: radial-gradient(#E5E5E5 1px, transparent 2px);
      background-size: 10px 10px;
      z-index: -1;
}
/************************/
 .portfolio .title-a{
	 font-family: "Montserrat", sans-serif;
font-size: 40px;
font-weight: 900;
color: #343434;
}
.portfolio .title-a{
	position: relative;
}
.portfolio .title-a::after{
     content: "";
      position: absolute;
	  left: 42%;
	  bottom: 2px;
      width: 15%;
      height: 30px;
      background-image: radial-gradient(#E5E5E5 1px, transparent 2px);
      background-size: 10px 10px;
      z-index: -1;
}
.portfolio .p-link .active{
	position: relative;

}
.portfolio .filtering .active::after{
	  content: "";
   width: 100%;
   height: 3px;
   position: absolute;
   bottom: 0;
   left: 0px;
background-color: #000;
}





.port-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.port-box .port-img img {
  transition: transform 0.5s ease;
  display: block;
  width: 100%;
  height: auto;
}
.port-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.9); 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: scale(0.9);
}
.port-box .overlay-head h3 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 5px;
  color: #111;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.port-box .icons {
  display: flex;
  gap: 12px;
}
.port-box .icons a {
  width: 42px;
  height: 42px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  transition: background 0.3s ease, transform 0.3s ease;
}
.port-box .icons a:hover {
  background: #fff;
  transform: translateY(-4px);
  color: #000;
}
.port-box:hover .port-img img {
  transform: scale(1.1);
}
.port-box:hover .overlay {
  opacity: 1;
  transform: scale(1);
}
/******************************************/


.car{
	background-color: #F7F7F7;
      min-height: 90vh;
}
.title-box {
      position: relative;   
      z-index: 0;           
}

.car .car-head .title-a{
	 font-family: "Montserrat", sans-serif;
font-size: 40px;
font-weight: 900;
color: #343434;
}
.car .title-a{
	position: relative;
}
.car .title-a::after{
     content: "";
      position: absolute;
	  left: 42%;
	  bottom: 2px;
      width: 15%;
      height: 30px;
      background-image: radial-gradient(#e5e5e5 1px, transparent 2px);
      background-size: 10px 10px;
      z-index: -1;
}
.car .car-box{
	position: relative;
}

.car  .car-img{
width: 7%;
position: absolute;
left: 46%;
top: 0;
}
.car  .car-content p,span{
	font-family : "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
color:#748182;
}

.car  .car-img img{
   width: 100%;
   border-radius: 50%;
}
.car .carousel-indicators [data-bs-target]{
   width: 15px;
   height: 15px;
   border-radius: 50%;
   background-color: #869791;
}
/*****************************************/
.mycount .item span{
	font-weight: 400;
	color: #343434;
	font-size:30px ;
}
.mycount .item h3{
color: #343434;
	font-size:30px ;
	 font-family: "Montserrat", sans-serif;
	 font-weight: 900;
}
.mycount .item p{
	color: #748182;
font-size: 15px;
font-weight: 600;
}
/************************************************/
.myteam{
	background-color: #F7F7F7;
}
.myteam  .team-text{
	background-color: #5B5B5B !important;
}
.team-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.team-box .team-img img {
  transition: transform 0.5s ease;
  display: block;
  width: 100%;
  height: auto;
}
.team-box .social-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background: rgba(255,255,255,0.9); 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: scale(0.9);
}

.team-box .social-overlay {
  display: flex;
  gap: 12px;
}
.team-box .social-overlay a {
  width: 42px;
  height: 42px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  transition: background 0.3s ease, transform 0.3s ease;
}
.team-box .social-overlay a:hover {
  background: #fff;
  transform: translateY(-4px);
  color: #000;
}
.team-box:hover .team-img img {
  transform: scale(1);
}
.team-box:hover .social-overlay {
  opacity: 1;
  transform: scale(1);
}
/**************************************/
.mycontact .title-box {
      position: relative;   
      z-index: 0;           
}

.mycontact .title-a{
	 font-family: "Montserrat", sans-serif;
font-size: 40px;
font-weight: 900;
color: #343434;
}
.mycontact .title-a{
	position: relative;
}
.mycontact .title-a::after{
     content: "";
      position: absolute;
	  left: 42%;
	  bottom: 2px;
      width: 15%;
      height: 30px;
      background-image: radial-gradient(#e5e5e5 1px, transparent 2px);
      background-size: 10px 10px;
      z-index: -1;
}
.mycontact .title-box{
	position: relative;
}
.mycontact .item p{
	font-size: 15px;
	font-weight: 400;
	color: #748182;
}


.mycontact .item .icon{
	    font-size: 25px;
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #f4f4f4;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	font-weight: 400;
	color: #000;
	opacity: 0.7;
}
.mycontact .item .icon:hover{
	background-color: #000;
	color: #fff;
	opacity: 1;
}

.mycontact .link a{
    color: #000 !important;
}

.mycontact .item .icon span{
	display: inline-block;
}
.mycontact .contact-card {
      background: white;
      border-radius: 6px;
      padding: 26px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    }

    .form-control,
    .form-control:focus {
      border-radius: 4px;
      background: rgba(0,0,0,0.03);
      border: none;
      height: 44px;
      box-shadow: none;
    }

    textarea.form-control {
      min-height: 160px;
      resize: vertical;
      background: rgba(0,0,0,0.03);
    }

    .btn-submit {
      background: #111;
      color: #fff;
      border: none;
      padding: 10px 22px;
      border-radius: 4px;
    }

    .submit-col {
      display: flex;
      justify-content: flex-start;
      align-items: center;
}
/***********************************/
.footer{
	background-color: #1C1C1C;
}
.footer p{
	color: #748182;
	font-family:"Poppins", sans-serif;
	font-size: 13px;
}