
body {
  background:linear-gradient(rgba(16, 17, 92, 0.938)) ,url("img/pngtree-stationery-objects-school-supplies-are-in-school-backpack-image_15869129.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100dvh;
  
}

.card-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}.card-img-top {
  max-height: 200px;   /* طول موحّد للصور */
  object-fit: contain; /* يخلي الصورة كلها تبان بدون ما تتقطع */
  padding: 10px;       /* مسافة حوالين الصورة لو أصغر */
}
.loader {
  position: relative;
  height: 200px;
  width: 200px;
  border-bottom: 3px solid #ff3d00;
  box-sizing: border-box;
  animation: drawLine 4s linear infinite;
}
.loader:before {
  content: "";
  position: absolute;
  left: calc(100% + 14px);
  bottom: -6px;
  width: 16px;
  height: 100px;
  border-radius: 20px 20px 50px 50px;
  background-repeat: no-repeat;
  background-image: linear-gradient(#ff3d00 6px, transparent 0),
    linear-gradient(45deg, rgba(0, 0, 0, 0.02) 49%, white 51%),
    linear-gradient(315deg, rgba(0, 0, 0, 0.02) 49%, white 51%),
    linear-gradient( to bottom, #ffffff 10%, #ff3d00 10%, #ff3d00 90%, #ffffff 90% );
  background-size: 3px 3px, 8px 8px, 8px 8px, 16px 88px;
  background-position: center bottom, left 88px, right 88px, left top;
  transform: rotate(25deg);
  animation: pencilRot 4s linear infinite;
}

@keyframes drawLine {
  0%, 100% { width: 0px }
  45%, 55% { width: 200px }
}

@keyframes pencilRot {
  0%, 45% {
    bottom: -6px;
    left: calc(100% + 14px);
    transform: rotate(25deg);
  }
  55%,
  100% {
    bottom: -12px;
    left: calc(100% + 16px);
    transform: rotate(220deg);
  }
}
#loader{
    position: absolute;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    height: 100%;
    width: 100%;
}

/*.ani::after{
  content: '|';
  animation:  move 3s infinite;
}
@keyframes move {
  0%{
    content: '|';
  }
  10%{
    content: 'Sc';
  }
  20%{
    content: 'Schoo';
  }
  40%{
    content: ' School T';
  }
  60%{
    content: 'School Too';
  }
  80%{
    content: 'School Tools';
  }
  100%{
    content: 'Schoool Tools|';
  }*/
  .txt{
    color: rgb(41, 41, 122);
  }
  .c0,.c1,.c2{
    color: rgb(252, 185, 0);
  }
  .foot{
    background-color: black;
    min-height: 30dvh;
  }
 .line {
  text-align: center;
  display: block;
  position: relative;
}

.line .span1 {
  border-bottom: 1px solid #ff0000;
  display: block;
  width: 10%;
  margin: 8px auto;
}

.line .span2 {
  border-bottom: 1px solid #ff0000;
  display: block;
  width: 20%;
  margin: 8px auto;

}

.line::after {
  content: '';
  border-bottom: 1px solid #ff0000;
  display: block;
  width: 10%;
  margin:8px auto;

}
.cgmail,.cphone{
  color: #ff0000;
}
  
  
  .colcont{
    color: #ff0000;
  }

