@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Cairo", sans-serif;
    scroll-behavior: smooth;
}

.HeaderClass{
    display: flex;
    justify-content: space-between;
    color: white;
    background-color: rgb(58, 11, 102);
    align-items: center;
    width: 100%;
    height: 50px;
    border-top:solid red 2px;
    padding: 0 100px;
    position: fixed;
    z-index: 999;

}
nav a{
    text-decoration: none;
    color: white;
    width: 100%;
    margin-right: 10px;
    font-size: 18px;
    transition: ease 0.5s;
}
nav a:hover{
    color: red;
    font-size: 20px;

}
.carsoulCalass{
    background: linear-gradient(
        to right top,
        rgba(0,0,0,0.7),       
        rgba(0,0,0,0.1)
    ),
    url(/images/2.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
    color: white;
    display: flex;
    align-items: center;
}
.carsoulCalass div{
    margin-left: 30px;
}
.carsoulCalass span{
    color: red;
    text-transform: capitalize;
}
.carsoulCalass a{
    color: white;
    background-color: rgb(58, 11, 102);
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 10px;
    transition: ease 0.5s;
}
.carsoulCalass a:hover{
    background-color: red;
    transform: scale(1.1);
}
.ServicesClass h2{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ServicesClass .container{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.ServicesClass .container .card{
    width: 30%;
    text-align: center;
    margin-bottom: 50px;
    box-shadow: 3px 3px 6px 6px gray;
    padding: 10px;
}
.ServicesClass h3{
    color: red;

}
.ServicesClass .iconshap{
    color: rgb(58, 11, 102);
font-size: 50px;
}
.portofolio{
    background-color: #2c3e50;
    color: white;
    text-align: center;
}
.portofolio h2{
    border-bottom: solid red;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
}
.portofolio .conainer{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.portofolio .conainer .card{
    width: 30%;
    color: black;
    background-color: white;
    border: solid black;
    border-radius: 20px;
    margin-bottom: 30px;
    overflow: hidden;

}
.portofolio .conainer .card img{
    width: 100%;
    height: 250px;
    border-radius: 0px 0px 20px 20px;
    object-fit: cover;
}
.portofolio .conainer .card p{
    font-size: 13px;
    line-height: 1.6;
    font-weight: 700;
    padding: 2px;
}
.portofolio .conainer .card button{
    padding: 2px 10px;
    background-color: rgb(58, 11, 102);
    color: white;
    border: none;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: ease 0.5s;

}
.portofolio button:hover{
    background-color: red !important;
    transform: scale(1.1);
}
.NTIA7laGroup{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 50px 50px;
}
.NTIA7laGroup-desc{
    width: 60%;
    text-align: center;
}
.NTIA7laGroup-img{
    width: 25%;
    box-shadow:  0px 0px 2px 2px;
    margin-right: 30px;
    overflow: hidden;
}
.member{
    padding: 30px;
    background-image: url(images/MinyaBG.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 70vh;
    display: flex;
    justify-content: space-evenly;
}
.member img{
    width: 16em;
    height: 16em;
    border: solid white;
    border-radius: 50% 50% 54% 52% / 25% 24% 76% 75% ;
    margin-right: 5px;
}
.NTIA7laGroup-img-rtl{
     width: 25%;
    box-shadow:  0px 0px 2px rgb(0 0 0 / 20%);
    margin-left: 30px;
    overflow: hidden;
border-radius: 10px;
}
.map{
    display: flex;
    justify-content: center;
    padding: 100px;
}
.map div{
    width: 100%;
    box-shadow: 0px 10px 35px 0px rgb(76, 148, 172);
}
.map iframe{
    width: 100%;
}
.contact{
    padding: 100px;
    text-align: center;
    background: #2A7B9B;
    background: #33a6d4;
background: linear-gradient(90deg, rgba(51, 166, 212, 1) 0%, rgba(87, 199, 133, 1) 61%, rgba(47, 196, 154, 1) 78%);
}
.contact h2{
    color: white;
    border-bottom: solid white;
    display: inline-block;
    margin-bottom: 50px;
}
.inputform{
    position: relative;
    margin-bottom: 20px;
}
.inputform input{
    width: 100%;
    border: none;
    height: 50px;
    padding: 5px;
    font-size: 16px;
}
.inputform label{
    position: absolute;
    top: 30%;
left: 5px;
    font-size: 12px;
    pointer-events: none;
    transition: ease 1s;
}
.inputform input:hover ~label,
.inputform input:valid ~label{
    top: 4%;
    opacity: 0;
}
.send{
    background-color: #d11f12;
    color: white;
     transition: ease 0.5s;
     padding: 0px 30px;
     border-radius: 10px;
     border: none;
       
}
.send:hover{
    background-color: #33a6d4;
     transform: scale(1.1);
}
.footer{
    background-color: rgb(58, 11, 102);
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
}
.up{
    color: crimson;
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-size: 40px;
}
/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(58, 11, 102); 
}