body
{
    font-family:"Roboto", sans-serif;
}

.feedback {
  margin-top: 5rem !important; /* زيادة الهامش العلوي */
  padding: 4rem 0; /* إضافة حشوة داخلية */
}

hr
{
    background-color: #9a9ea4;
    opacity: .25;
}

.course-item span
{
    font-size: 12px;
    
}
.course-item h3
{
    margin-top: 10px;
}

.nav-profile{
    width: 40px;
}
.navbar-brand{
    width: 150px;
}

.head-caption h1
{
    font-size: 60px;
    position: relative;
}
.head-caption h1::after
{
    display: inline-block;
    content: "";
    width: 260px;
    height: 50px;
    background-color: #F7C32E;
    border-radius: 10px;
    position: absolute;
    left: 19%;
    bottom: 8%;
    z-index: -1;
    animation-name:h1-after ;
    animation-duration: 2s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

@keyframes h1-after
{
    0%{transform: rotate(0deg) scale(1.08);}
    100%{transform: rotate(10deg) scale(1);}
}
.ang-img
{
    animation-name:angu ;
    animation-duration: 3s;
    animation-direction: alternate;
    animation-iteration-count: infinite;  
}

@keyframes angu
{
    0%{transform: translate(-30px, 0);}
    100%{transform: translate(0px, 0);}
}

.clients
{
    width: 180px;
    top: 30%;
    right: 0;
    background-image: url(../images/01.png);
    background-size: cover;
    text-align: center;
    border-radius: 10px;
    background-color: #0cbc87;
    color: white;
}
.clients h6
{
    margin: 10px 0;
}
.clients img
{
    width: 40px;
    border-radius: 50%;
    border: 3px solid white;

}
.clients .client-item
{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid white;
    z-index: 5;
    transform: translate(43px,-40px);
    padding: 3px;

}
.clients img:nth-child(2)
{
    transform: translateX(13px);
}
.clients img:nth-child(3)
{
    z-index: 2;
    transform: translateX(-5px);
}
.clients img:nth-child(4)
{
    z-index: 3;
    transform: translateX(-23px);
}
.clients img:nth-child(5)
{
    z-index: 4;
    transform: translateX(-49px);
}


.btn-caption
{
    background-color:rgba(214, 41, 62, 0.1);
    color:#d6293e ;
    border: none;
    border-radius: 8px;
    width: 130px;
    transition: .5s;
}
.btn-caption:hover
{
    background-color: #d6293e;
    color: white;
}
.Instructor-item
{
    background-color:#17a2b8 ;
    position: relative;
    z-index: -2;
}

.Instructor-button
{
    width: 200px;
    height: 40px;
    background-color: transparent;
    color: #f7c32e;
    border: 1px solid #f7c32e;
    border-radius: 8px;
    transition: .5s;
}

.Instructor-button:hover
{
    background-color: #F7C32E;
    color: black;
}

.Instructor-item::after
{
    position: absolute;
    display: inline-block;
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: white;
    opacity: .2;
    z-index: -1;
    left: 3%;
    top: 0;
    animation-name:Instructor ;
    animation-duration: 4s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    overflow: hidden;
}
.Instructor-item::before
{
    position: absolute;
    display: inline-block;
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: white;
    opacity: .2;
    z-index: -1;
    right: 3%;
    bottom: 0;
    animation-name:Instructor-2 ;
    animation-duration: 4s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

@keyframes Instructor
{
    0%{transform: translateX(200px) scale(.4);}
    100%{transform: translateX(0px) scale(1.04);}
}
@keyframes Instructor-2
{
    0%{transform: translateX(-200px) scale(.4);}
    100%{transform: translateX(0px) scale(1.04);}
}

.review-3
{
    font-size: 10px;
    transform: translateY(-30%);
}
.review-2
{
    
    transform: translateY(20%);
}
.shield-review
{
    transform: translate(50%,-50%);
}

@media (max-width:768px) 
{
   .review-3
{
    transform: translateY(0%);
}
.review-2
{
    
    transform: translateY(0%);
    margin: 50px 0;
}
.shield-review
{
    transform: translate(0%,0%);
} 
}