*{
    margin: 0px;
    padding: 0px;
    font-family: "Inter", sans-serif;
    box-sizing: border-box;
}
.container{
    width: 1170px;
    margin: 0px auto;
}
p{
    color: #5E5E5E;
}
.item ul,
.item2 ul{
    display: flex;
    justify-content: center;
    gap: 50px;
}
.item ul li,
.item2 ul li{
    list-style: none;
}
.item ul li a{
    position: relative;
}
.item ul li a::after{
    content:"";
    position: absolute;
    top: 28px;
    left: 50%;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #5956E8;
    opacity: 0;
    transform: translate X(-50%);
    transition: 0.4s linear;
}
.item ul li a:hover::after{
    opacity: 1;
}
.item ul li a:hover{
    color: #5956E8;
}
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn button{
    padding: 13px 24px;
    border: none;
    border-radius: 10px;
    background-color: #5956E8;
    color: #FFFFFF;
}

.bg{
    background-color: #5956E8;
}
.bg-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 182px 0px ;
}
.bg-text{
    color: white;
}
.bg-text h1{
    line-height: 80px;
    font-size: 30px;
    font-weight: 700;
    width: 494px;
    margin-bottom: 20px;
}
.bg-text p{
    margin-top: 90px;
    line-height: 27px;
    font-size: 16px;
    width: 542px;
    margin-bottom: 50px;
    color: white;
}
.bg-text .btn button{
    margin-top: 30px;
   background-color: #FFFFFF;
   color: black;
}
.common{
    margin: auto;
    margin-top:100px ;
    text-align: center;
}
.common h1{
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 20px;
}
.common p{
    margin-top: 20px;
    width: 542px;
    font-size: 16px;
    line-height: 27px;
    margin: 0 auto;
    padding-bottom: 20px;
    color: #5E5E5E;
}
.box{
    display: flex;
    flex-wrap: wrap;
}
.box1{
    width: 370px;
    padding: 63px 48px;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    margin-right: 30px;
    margin-top: 30px;
}
.box1 svg{
    width: 71px;
    height: 71px;
    border: 1px solid #5956E8;
    border-radius: 10px;
    background-color: transparent;
    margin-top: 40px;
    margin-bottom: 30px;
}
.box1:hover svg{
    background-color: #5956E8;
}
.box1:hover path{
   fill: #fff;
}
.box1:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.box2{
    margin-right: 0;
}


.box1 h1{
    font-weight: 700;
    font-size: 25px;
    padding-bottom: 20px;
}
.box1 p{
    font-size: 16px;
    line-height: 27px;
    color: #5E5E5E;
}
.item2{
    width: 800px;
    background-color: #5956e823;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    padding: 23px 28px;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 50px;

}
.work-nav a{
    position: relative;
}
a{
    text-decoration: none;
    color: #181818;
}
.work-nav li a::after{
    content: "";
    height: 4px;
    width: 0;
    background-color: #5956E8;
    position: absolute;
    top: -23px;
    left: 0;
    opacity: 0;
    transition: 0.4s linear;
}
.work-nav li a:hover::after{
    opacity: 1;
    width: 100%;
}
.work-nav li a:hover{
    color: #5956E8;
}
.img-gallery{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.image{
    position: relative;
  }
.context{
    width: 223px;
    background-color: #5956E8;
    padding: 25px 40px;
    border-radius: 10px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    transition: 0.3s linear ;
    visibility: hidden;
}
.image:hover .context{
    visibility: visible;
}
.context h2{
    color: #FFFFFF;
    padding-bottom: 10px;
    font-weight: 60px;
    font-size: 19px;
}
.context p{
    color: #FFFFFF;
}
.expert-member{
    display: flex;
    gap: 30px;
}
.expert{
    position: relative;
    margin-bottom: 100px;
}
.hidden-text{
    position: absolute;
    bottom: 34px;
    left: 125px;
    color: #FFFFFF;
    visibility: hidden;
}
.hidden-text p{
    color: white;
}
.expert:hover .hidden-text{
    visibility: visible;
}
.bag{
    background: #1d5b91;
    background: linear-gradient(0deg, rgba(99, 69, 232, 0.68) 0%, rgba(255, 255, 255, 0) 62%);
    width: 370px;
    height: 444px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 15px;
    transition: 0.3s linear;
}
.expert:hover .bag{
    opacity: 1;
}
.h-part{
    width: 603px;
}
.h-part h1{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.h-part p{
    width: 542px;
    line-height: 27px;
    font-size: 16px;
    margin-bottom: 50px;
    color: #5E5E5E;
}
.member-card{
    display: flex;
    gap: 30px;
}
.expert-member2{
    width: 370px;
    border-color: #E6E6E6;
    padding: 48px;
    border-radius: 10px;
    border: 1px solid transparent;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.expert-member2:hover{
    /* box-shadow: 10px 10px 10px 10px #E7E7E7; */
    border-color:rgba(128, 128, 128, 0.301);
    
}
.expert-member2 img{
    height: 83px;
    width: 83px;
    border-radius: 50%;
    display: block;
    margin-bottom: 30px;
}
.expert-member2 i{
    color: #FBBF25;
    margin-bottom: 20px;
}
.p{
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 27px;
}
.expert-member2 h3{
    font-weight: 600;
    font-size: 20px;
}
.watermark img{
    width: 63.09px;
    height: 46px;
    float: right;
    margin-bottom: 20px;
}
.news-card{
    width: 332px;
    padding: 19px;
    border:1px solid #E3E3E3;
    border-radius: 10px;
}
.bar{
    margin-top: 19px;
    display: flex;
    justify-content: space-between;

}
.clender p{
    display: inline-block;
    color: #5D5D5D;
}
.clender i{
    color: #5D5D5D;
}
.blog h2{
    width: 271px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
}
.blog p{
    margin-top: 15px;
    line-height: 27px;
    font-size: 16px;
    margin-bottom: 10px;
    color: #5D5D5D;
}
.blog a{
    text-decoration: none;
    color: #5956E8;
}
.link{
    margin-bottom: 46px;
}
.news-flex{
    display: flex;
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.footer{
    /* background-color: #5956E8; */
    margin-top: 100px;
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    justify-content: space-between;
}
.footer p{
    color: #5D5D5D;
    line-height: 27px;
}
.footer li{
    list-style: none;
    color: #5D5D5D;
    line-height: 35px;
}
.footer h4{
    font-size: 20px;
    font-weight: 600;
}
.footer-1 {
    width: 300px;
}
.footer-2{
    width: 184px;
}
.footer-3{
    width: 351px;
}
.footer-1 i{
    font-size: 42px;
}
.footer-1 img{
    width: 115px;
    height: 83px;
    margin-bottom: 15px;
}
.fa-facebook{
    color:#337FFF;
}
.fa-square-twitter{
    color: #33CCFF;
}
.fa-instagram{
    color: red;
}
.footer-bg{
    background-color: #EFEFFD;

}