/* common css start */
* {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
}
a {
  text-decoration: none;
  display: inline-block;
}
ul,
ol {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  line-height: 0.8;
}
.container {
  width: 1170px;
  margin: 0 auto;
}
/* common css end */

/* header part start */
#headerPart {
  background-color: #ffffff;
}
.logoMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}
.menu ul {
  display: flex;
  justify-content: space-between;
}
.menu ul li a {
  font-size: 18px;
  font-weight: 400;
  color: #181818;
  padding-right: 50px;
  transition: 0.4s;
}
.menu ul li a:hover {
  color: #5956e8;
}
.logoMenu .btn {
  background: #5956e8;
  border-radius: 10px;
}
.logoMenu .btn a {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  padding: 13px 23px;
  transition: 0.4s;
  border: 1px solid #5956e8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.logoMenu .btn a:hover {
  background: #ffffff;
  color: #5956e8;
}
/* header part end */

/* banner part start */
.banner {
  background-image: url(../image/banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 237px;
  padding-bottom: 234px;
}
.bannerText h1 {
  font-size: 65px;
  font-weight: 700;
  color: #fffefe;
  line-height: 80px;
  width: 486px;
}
.bannerText p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 27px;
  width: 534px;
  padding-top: 25px;
  padding-bottom: 30px;
}
.bannerText .btn2 {
  font-size: 18px;
  font-weight: 400;
  color: #5956e8;
  background: #ffffff;
  border-radius: 10px;
  padding: 13px 22px;
  border: 1px solid #ffffff;
}
.bannerText .btn2:hover {
  color: #ffffff;
  background-color: #5956e8;
}
/* banner part end */

/* service Part start */
#servicePart {
  padding-top: 110px;
  padding-bottom: 170px;
}
.serviceText {
  text-align: center;
}
.serviceText h2 {
  font-size: 40px;
  font-weight: 700;
  color: #181818;
}
.serviceText p {
  font-size: 16px;
  font-weight: 400;
  color: #181818;
  line-height: 27px;
  padding-top: 20px;
  padding-bottom: 50px;
  width: 517px;
  display: inline-block;
}
.serviceItem1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.serviceBox {
  width: 31%;
  padding-top: 55px;
  padding-bottom: 64px;
  box-sizing: border-box;
  box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.1);
}
.serviceBoxItem {
  margin-left: 48px;
}
.serviceBox h3 {
  font-size: 25px;
  font-weight: 700;
  color: #181818;
  padding-top: 30px;
  padding-bottom: 20px;
}
.serviceBox p {
  font-size: 16px;
  font-weight: 400;
  color: #181818;
  line-height: 27px;
  width: 268px;
}
.serviceItem2 {
  display: flex;
  justify-content: space-between;
}
/* service Part end */
/* Portfolio part start */
#PortfolioPart {
  padding-bottom: 100px;
}
.portfolioText {
  text-align: center;
}
.portfolioText h2 {
  font-size: 40px;
  font-weight: 700;
  color: #181818;
}
.portfolioText p {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #181818;
  line-height: 27px;
  padding-top: 20px;
  padding-bottom: 50px;
  width: 517px;
}
.portfolioIem1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.portfolioBox {
  width: 22%;
}
.portfolioIem2 {
  display: flex;
  justify-content: space-between;
}
/* Portfolio part end */

/* Team Member part start */
#TeamMemberPart {
  padding-top: 100px;
  padding-bottom: 142px;
}
.TeamMemberPartText {
  text-align: center;
}
.TeamMemberPartText h2 {
  font-size: 40px;
  font-weight: 700;
  color: #181818;
}
.TeamMemberPartText p {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #181818;
  line-height: 27px;
  padding-top: 20px;
  padding-bottom: 50px;
  width: 517px;
}
.teamImageFlex {
  display: flex;
  justify-content: space-between;
}
.teamImageFlex img {
  width: 31%;
  border-radius: 10px;
}
/* Team Member part end */

/*Customer Experience part start */
#CustomerExperiencePart {
  padding-bottom: 142px;
}
.ceText h2 {
  font-size: 40px;
  font-weight: 700;
  color: #181818;
}
.ceText p {
  font-size: 16px;
  font-weight: 400;
  color: #181818;
  line-height: 27px;
  padding-top: 20px;
  padding-bottom: 50px;
  width: 517px;
}
.ceBoxFlex {
  display: flex;
  justify-content: space-between;
}
.ceBox {
  box-sizing: border-box;
  box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.1);
  padding-left: 46px;
  width: 31%;
  position: relative;
}
.ceBox img {
  padding-top: 48px;
  padding-right: 244px;
}
.ceBox p {
  font-size: 16px;
  font-weight: 400;
  color: #181818;
  line-height: 27px;
  padding-top: 20px;
  padding-bottom: 15px;
  width: 270px;
}
.ceBox h3 {
  font-size: 20px;
  font-weight: 600;
  color: #181818;
  line-height: 27px;
}
.ceBox h4 {
  font-size: 16px;
  font-weight: 400;
  color: #5d5d5d;
  padding-top: 10px;
  padding-bottom: 47px;
}
.comma {
  position: absolute;
  left: 265px;
  bottom: 25px;
}
/*Customer Experience part end */
/* News part start */
.newsText {
  text-align: center;
}
.newsText h2 {
  font-size: 40px;
  font-weight: 700;
  color: #181818;
}
.newsText p {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #181818;
  line-height: 27px;
  padding-top: 20px;
  padding-bottom: 50px;
  width: 517px;
}
.newsBoxFlex {
  display: flex;
  justify-content: space-between;
}
.newsBox {
  width: 30%;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  align-items: center;
  padding-left: 19px;
}
.newsBox img {
  padding-top: 19px;
  padding-bottom: 19px;
}
.iconFlex {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #5d5d5d;
}
.user {
  padding-right: 5px;
}
.date {
  padding-left: 30px;
  padding-right: 5px;
}
.newsBox h3 {
  font-size: 20px;
  font-weight: 600;
  color: #181818;
  width: 230px;
  padding-top: 10px;
  line-height: 1.3;
}
.newsBox p {
  font-size: 16px;
  font-weight: 400;
  color: #5d5d5d;
  line-height: 27px;
  padding-top: 15px;
  padding-bottom: 10px;
  width: 295px;
}
.newsBox a {
  font-size: 16px;
  font-weight: 600;
  color: #5956e8;
  padding-bottom: 46px;
}
/* News part end */

/* footer part start */
#footerPart {
  background-color: #fff;
  background-image: url(../image/Footer.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 83px;
}
.footerFlex {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
}
.footerLeft {
  width: 30%;
}
.footerLeft p {
  font-size: 16px;
  font-weight: 400;
  color: #5d5d5d;
  line-height: 27px;
  padding-top: 15px;
  padding-bottom: 20px;
  width: 295px;
}
.footerLeft .bbb {
  background-color: #ffffff;
  font-size: 30px;
  border-radius: 50%;
  padding: 10px;
  margin-right: 10px;
}
.footerLeft .ccc {
  background-color: #ffffff;
  font-size: 30px;
  border-radius: 50%;
  padding: 10px;
}
.footerRight {
  width: 70%;
}
.footerText {
  margin-left: 95px;
}
.footerText h3 {
  font-size: 20px;
  font-weight: 600;
  color: #181818;
  padding-bottom: 15px;
}
.footerText p {
  font-size: 16px;
  font-weight: 400;
  color: #5d5d5d;
  line-height: 35px;
  width: 156px;
}
/* footer part end */
