.navbar{
    background: linear-gradient(90deg,#0A5B90,#A71CA5 ,#2F0065)!important;
}
.navbar .nav-item {
    display: flex;
    align-items: center;
    margin: 0 10px;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}
.navbar-light .navbar-nav .nav-link.active
{
    font-size: 19px;
}
#header{
    min-height: 70vh;

}
#about {
    position: relative;
    padding: 40px 100px;
}
#about h1 {
    top: 10%;
    left: 15%;
    font-size: 4rem;
    font-weight: 500!important;
    line-height: normal;
}
#about h1 span:last-child {
    font-weight: 700;
}
#about p {
    position: absolute;
    font-size: 24px;
    line-height: 31px;
    color: #6F6A6A;
    width: 600px;
    font-weight: 400;
    top: 50%;
    text-transform:uppercase ;
}
#about p strong {
    color: #000;
}
.circle-container {
  position: relative;
  width: 800px;
  height: 800px;
  left: 60%;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 5px solid rgba(0, 0, 0, 0.274);
}
.circle-container img {
    position: relative;
    top: 40%;
    transform: translate(-50%,-50%);
    left: 50%;
    width: 90%;

}
.small-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: black;
}

.small-circle.active {
    /* top: 71%; */
    /* left: 6%; */
    background: #2C08C8;
    /* transform: translate(-20%, 100%); */
}
.small-circle-1 {
    top: 71%;
    left: 6%;
    /* background: #2C08C8; */
    transform: translate(-20%, 100%);
}
.small-circle.active::before,
.small-circle.active::after {
    /* top: 71%; */
    /* left: 6%; */
    color: #2C08C8;
    /* transform: translate(-20%, 100%); */
}
.small-circle-1::after{
    position: absolute;
    content: "AMMAR ALKAFAJE THE FOUNDER";
    left: 50px;
    width: 168px;
    top: -10px;
    text-align: center;
}
.small-circle-2::after{
    position: absolute;
    content: "OUR MISSION";
    left: 20px;
    width: 168px;
    top: -30px;
    text-align: center;
}
.small-circle-3::before{
    position: absolute;
    content: "OUR VISION";
    left: -140px;
    width: 168px;
    top: -30px;
    text-align: center;
}
.small-circle-4::before{
    position: absolute;
    content: "OUR GOAL";
    left: -140px;
    width: 168px;
    top: -0px;
    text-align: center;
}
.small-circle-2 {
    top: 93%;
    left: 25%;
    transform: translate(0px, -0%);
}

.small-circle-3 {
    top: 93%;
    left: 70%;
    transform: translate(0px, -0%);
}

.small-circle-4 {
    top: 71%;
    left: 91%;
    transform: translate(0px, 100%);
}

#services{
    margin-top: 3rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
#service-page {
    margin-top: 3rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.circle-container-services {
    position: relative;
    width: 500px;
    height: 500px;
    left: 60%;
    transform: translateX(-50%);
    border-radius: 50%;
    /* overflow: hidden; */
    border: 2px solid rgba(0, 0, 0, 1);
}
.circle-container-services .small-circle-services {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #2C08C8;
}
.circle-container-services .small-circle-services::before{
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: black;
}
.circle-container-services .small-circle-services-1 {
    top: 87%;
    left: -13%;
    /* transform: translate(-20%, 100%); */
}
.circle-container-services .small-circle-services-1::before{
    top: -10%;
    left: 90%;
}
.circle-container-services .small-circle-services-2 {
    top: 39%;
    left: -36%;
    /* transform: translate(-20%, 100%); */
}
.circle-container-services .small-circle-services-2::before{
    top: 33%;
    left: 113%;
}
.circle-container-services .small-circle-services-3 {
    top: -12%;
    left: -18%;
    /* transform: translate(-20%, 100%); */
}
.circle-container-services .small-circle-services-3::before{
    top: 80%;
    left: 100%;
}
.circle-container-services .small-circle-services-4 {
    top: -37%;
    left: 34%;
    /* transform: translate(-20%, 100%); */
}
.circle-container-services .small-circle-services-4::before{
    top: 113%;
    left: 43%;
}
.circle-container-services .small-circle-services-5 {
    top: 106%;
    left: 36%;
    /* transform: translate(-20%, 100%); */
}
.circle-container-services .small-circle-services-5::before{
    top: -31%;
    left: 41%;
}
.circle-container-services .small-circle-services-6 {
    top: 86%;
    left: 84%;
    /* transform: translate(-20%, 100%); */
}
.circle-container-services .small-circle-services-6::before{
    top: -9%;
    left: -10%;
}
.circle-container-services .small-circle-services-7 {
    top: -14%;
    left: 86%;
    /* transform: translate(-20%, 100%); */
}
.circle-container-services .small-circle-services-7::before{
    top: 86%;
    left: -11%;
}
#service-title {
    font-size: 3rem;
    position: relative;
    top: 30%;
}
#service-title span:last-child {
    font-weight: 700;
}
.circle-container-services .imgBox {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 88%;
    height: 88%;
    border-radius: 50%;
    overflow: hidden;
}
#team {
    margin-top: 3rem;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}
.circle-container-team {
    position: relative;
    width: 500px;
    height: 500px;
    /* left: 60%; */
    transform: translateX(-50%);
    transform: rotate(360deg);
    border-radius: 50%;
    /* overflow: hidden; */
    border: 2px solid rgba(0, 0, 0, 1);
    user-select: none;
}
.circle-container-team .small-circle-team {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #2C08C8;
    user-select: none;
}
.circle-container-team .small-circle-team::before{
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: black;
    user-select: none;
}
.circle-container-team .small-circle-team-1 {
    top: 87%;
    left: -13%;
    /* transform: translate(-20%, 100%); */
}
.circle-container-team .small-circle-team-1::before{
    top: -10%;
    left: 90%;
}
.circle-container-team .small-circle-team-2 {
    top: 39%;
    left: -36%;
    /* transform: translate(-20%, 100%); */
}
.circle-container-team .small-circle-team-2::before{
    top: 33%;
    left: 113%;
}
.circle-container-team .small-circle-team-3 {
    top: -12%;
    left: -18%;
    /* transform: translate(-20%, 100%); */
}
.circle-container-team .small-circle-team-3::before{
    top: 80%;
    left: 100%;
}
.circle-container-team .small-circle-team-4 {
    top: -37%;
    left: 34%;
    /* transform: translate(-20%, 100%); */
}
.circle-container-team .small-circle-team-4::before{
    top: 113%;
    left: 43%;
}
.circle-container-team .small-circle-team-5 {
    top: 106%;
    left: 36%;
    /* transform: translate(-20%, 100%); */
}
.circle-container-team .small-circle-team-5::before{
    top: -31%;
    left: 41%;
}
.circle-container-team .small-circle-team-6 {
    top: 86%;
    left: 84%;
    /* transform: translate(-20%, 100%); */
}
.circle-container-team .small-circle-team-6::before{
    top: -9%;
    left: -10%;
}
.circle-container-team .small-circle-team-7 {
    top: -14%;
    left: 86%;
    /* transform: translate(-20%, 100%); */
}
.circle-container-team .small-circle-team-7::before{
    top: 86%;
    left: -11%;
}
#service-title {
    font-size: 3.5rem;
    position: relative;
    top: 30%;
}
#service-title span:last-child {
    font-weight: 700;
}
.circle-container-team .imgBox {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 88%;
    height: 88%;
    border-radius: 50%;
    overflow: hidden;
}
.circle-container-team .img-box{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    transform: rotate(360deg);
    transition: .5s;
    user-select: none;

}
.circle-container-team .imgBox2 {
    z-index: 3234;
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.circle-container-team .imgBox2 img {
    height: 100%;
}
.circle-container-team img {
    -webkit-user-drag: none; /* Safari */
    -khtml-user-drag: none; /* Konqueror HTML */
    -moz-user-drag: none; /* Old versions of Firefox */
    -o-user-drag: none; /* Old versions of Opera */
    user-drag: none;
}
#team #title-team {
    position: relative;
    left: 10%;
    top: -100px;
    font-size: 4rem;
}
#team #title-team span:last-child {
    font-weight: 700;
}
#team .content h1 {
    font-size: 4rem;
    text-transform: uppercase;
}
#team .content h1:first-child{
    font-weight: 700;
}
#team .content h1:last-child{
    font-weight: 400;
}
#team .img-box-circle {
    transform: scale(0);
    position: absolute;
    transition: transform 1s;
}
#team .img-box-circle.active {
    transform: scale(1);
    transition: transform 1s;
    z-index: 100;
}
.services-circle {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #2C08C8;
}
.services-circle img {
    width: 80%;
}
#service-page ul,
#services ul {
    margin-top: 30px;
    padding-left: 20px;
}
#service-page li,
#services li {
    list-style:disc!important;
    font-size: 20px;
    color: #000;
    margin: 20px auto;
    font-weight: 500;
    position: relative;
}
#service-page li::before,
#services li::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2C08C8;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}
#clients {
    background: linear-gradient(90deg,#0A5B90,#A71CA5 ,#2F0065)!important;

}
#clients h1 {
    margin-top: 40px;
    left: 15%;
    font-size: 3rem;
    font-weight: 400!important;
    line-height: normal;
    color: #fff;
}
#clients h1 span:last-child {
    font-weight: 600;
}
@media screen and (max-width:1200px) {
    #about p{
        position: relative;
        width: auto;
    }
    .circle-container{
        margin-top: 60px;
        left: 50%;
    }
    #service-page {
        padding-top: 0!important;
    }
    #service-cont {
        padding: 0 50px!important;
    }
    .img-services {
    width: 80px;
}
}
@media screen and (max-width:900px) {
    .circle-container{
        margin-top: 60px;
        left: 50%;
        width: 600px;
        height: 600px;
    }
    .img-services {
    width: 60px;
}
}

@media screen and (max-width:600px) {
    .circle-container-services {
    width: 240px;
    height: 240px;
    }
    #about {
        padding: 40px 30px;
    }
    .circle-container-services .small-circle-services::before {
    width: 20px;
    height: 20px;
    }
    #team #title-team,
    #service-title,
    #about h1 {
        font-size: 3rem;
        margin-bottom: 93px;
    }
    #about p {
        font-size: 18px;
    }
    .circle-container{
        margin-top: 60px;
        left: 50%;
        width: 400px;
        height: 400px;
    }
    .img-services {
    width: 50px;
}
    .small-circle {
        width: 20px;
        height: 20px;
    }
    .small-circle-1::after,
    .small-circle-2::after,
    .small-circle-3::before,
    .small-circle-4::before {
        font-size: 11px;
    }
    .small-circle-1 {
        left: 7%;
    }
    .small-circle-1::after {
        left: 16px;
    }
    .small-circle-2::after {
        left: -37px;
        top: -22px;
    }
    .small-circle-3::before {
        left: -85px;
        top: -23px;
    }
    .small-circle-4 {
        top: 69%;
        left: 90%;
    }
    .small-circle-4::before {
        left: -126px;
    }
    .circle-container-services .small-circle-services-6::before {
    top: -17%;
    left: -13%;
}
.circle-container-services .small-circle-services-5::before {
    top: -39%;
    left: 41%;
}
}
@media screen and (max-width:400px) {
        .circle-container-services {
      width: 240px;
    height: 240px;
    }
      .circle-container-services .small-circle-services::before {
    width: 20px;
    height: 20px;
    }
    .img-services {
    width: 50px;
}
.circle-container-services .small-circle-services-5::before {
    top: -39%;
    left: 41%;
}
.circle-container-services .small-circle-services-6::before {
    top: -17%;
    left: -13%;
}
    #header {
        min-height: auto;
        height: 80vh;
    }
    .circle-container {
        width: 300px;
        height: 300px;
    }
    .small-circle-1::after,
    .small-circle-2::after,
    .small-circle-3::before,
    .small-circle-4::before {
        font-size: 9px;
    }
    .small-circle-1::after{
        width: auto;
        top: -40px;
        left: 32px;
    }
}
