@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@500&display=swap");

html {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Cairo", sans-serif;
}

/*********animated-backgroun-start****/

/*
.bg {
animation: slide 3s ease-in-out infinite alternate;
background-image: linear-gradient(-60deg, rgb(138, 27, 55) 50%, #0dcaf0 50%);
bottom: 0;
left: -50%;
opacity: .5;
position: fixed;
right: -50%;
top: 0;
z-index: -1;
}

.bg2 {
animation-direction: alternate-reverse;
animation-duration: 4s;
}

.bg3 {
animation-duration: 5s;
}

@keyframes slide {
0% {
transform: translateX(0%);
}
100% {
transform: translateX(50%);
}
}
*/

/*********animated-backgroun-end****/

.img-pack {
  height: 280px;
  width: 100%;
  background: url("../images/5.jpg") no-repeat center bottom fixed;
  background-size: cover;
  z-index: 1;
  color: #fff;
  position: relative;
}

.img-pack .content {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 7rem;
}

.img-pack .fa-file-lines {
  font-size: 2.5rem;
}

.color {
  height: 280px;
  width: 100%;
  z-index: 3;
  background-color: #0b265299;
}

footer {
  width: 100%;
  height: 140px;
  bottom: 0;
  background-color: #001c4ac2;
  color: #ffffffb8;

}

footer .social ul li a {
  transition: 0.5s ease;
  font-size: 1.5rem;
  color: #0dcaf0;
}

footer .social ul li a:hover {
  transition: 0.5s ease;
  color: #e41717;
}

footer .email a {
  transition: 0.5s ease;
  font-size: 1.5rem;
  color: #0dcaf0;
}
.load_page {
 position: fixed;
left: 0;
bottom: 0;
background-color: #FFF;
width: 100%;
height: 100%;
z-index: 3;
}

.load_page .gif {
  position: absolute;
left: 50%;
height: 50%;
transform: translate(-50%,-50%);
top: 50%;
}
fieldset{
    border: 1px solid #000;
    padding: 30px 30px 30px 30px;
}
legend{
    color: blue;
}