/* Common CSS Start  */
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}
a,
a:hover {
  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;
}
/* Common CSS End  */

/* Header Part Start  */
.navbar {
  background: #1e1e1e;
}
.nav-link {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 3%;
  color: #959595;
  padding: 9.5px 20px !important;
  transition: 0.4s;
}
.nav-link:hover {
  color: #fd6f00;
}
.headerBtn {
  background: #fd6f00;
  color: #ffffff;
  border: 2px solid #fd6f00;
  border-radius: 8px;
  padding: 10px 38px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3%;
  outline: 0;
  transition: 0.4s;
}
.headerBtn:hover {
  background: transparent;
}
/* Header Part End  */

/* Banner Part Start  */
#bannerPart {
  padding-top: 30px;
  padding-bottom: 150px;
  background: #1e1e1e;
}
.bannerText h4 {
  padding-top: 106.5px;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 3%;
  color: #707070;
}
.bannerText h3 {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 3%;
  color: #959595;
  padding-top: 24px;
  padding-bottom: 50px;
}
.bannerText h1 {
  background: linear-gradient(to right, #984300 0%, #fd6f00 46%, #ca5900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-size: 70px;
  letter-spacing: 3%;
  padding-bottom: 50px;
}
.bannerIcon i {
  color: #bababa;
  padding-top: 9px;
  border-radius: 30px;
  height: 43px;
  width: 43px;
  border: 1px solid #575757;
  font-size: 24px;
  margin-right: 20px;
  transition: 0.4s;
}
.bannerIcon i:hover {
  background: #fd6f00;
}
.bannerBtn a {
  background: #fd6f00;
  color: #ffffff;
  border: 2px solid #fd6f00;
  border-radius: 8px;
  padding: 10px 38px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3%;
  outline: 0;
  transition: 0.4s;
  margin-right: 24px;
}
.bannerBtn {
  padding-top: 61px;
  padding-bottom: 80px;
}
.bannerBtn a:hover {
  background: transparent;
  border: 2px solid #959595;
  color: #959595;
}

.bannerCounter {
  padding: 24px 20px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 8px;
}
.counterItem {
  border-right: 1px solid #959595;
}
.counterItem h3 {
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 3%;
  color: #fd6f00;
  margin-bottom: 12px;
}
.counterItem h4 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 3%;
  color: #dfdfdf;
}
/* .circleBanner {
  height: 550px;
  width: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  border: none;
  position: relative;
  top: 232px;
  left: -11px;
  padding-top: 100%;
} */
.bannerModel img {
  position: absolute;
  filter: grayscale(100%);
  cursor: pointer;
  transition: 0.4s;
}
.bannerModel img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}
/* Banner Part End  */

/* Service Part Start  */
#servicePart {
  background: #1e1e1e;
  padding-bottom: 150px;
}
.serviceText {
  text-align: center;
}
.serviceText h3 {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 3%;
  color: #fefefe;
}
.serviceText p {
  padding-top: 18px;
  padding-bottom: 80px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 3%;
  color: #707070;
}
.serviceItem {
  text-align: center;
  padding: 34px 30px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  transition: 0.4s;
}
.serviceItem:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.mt-40px {
  margin-top: 40px;
}
.serviceItem h4 {
  padding-top: 16px;
  padding-bottom: 34px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 3%;
  color: #fd6f00;
}
.serviceItem p {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 3%;
  color: #575757;
  line-height: 160%;
}
/* Service Part End  */

/* About Part Start  */
#aboutPart {
  background: #1e1e1e;
}
.aboutText {
  text-align: center;
}
.aboutText h3 {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 3%;
  color: #fefefe;
}
.aboutText p {
  padding-top: 18px;
  padding-bottom: 40px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 3%;
  color: #707070;
}
.aboutBg {
  width: 523px;
  height: 676px;
  background: #000;
  background: rgba(255, 255, 255, 0.04);
  position: relative;
  border-top-right-radius: 261.5px;
  border-top-left-radius: 261.5px;
  top: 130px;
}
.aboutModel {
  position: absolute;
  margin-left: -21px;
  filter: grayscale(100%);
  transition: 0.4s;
}
.aboutModel:hover {
  filter: grayscale(0%);
}
.aboutParagraph p {
  padding-top: 113px;
  padding-bottom: 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 190%;
  color: #959595;
}
.aboutBtn a {
  background: #fd6f00;
  color: #ffffff;
  border: 2px solid #fd6f00;
  border-radius: 8px;
  padding: 10px 38px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3%;
  outline: 0;
  transition: 0.4s;
}
.aboutBtn i {
  font-size: 18px;
}
.aboutBtn a:hover {
  background: transparent;
  border: 2px solid #959595;
  color: #959595;
}
.aboutEllipse {
  padding-top: 100px;
  padding-bottom: 150px;
}
.aboutItem {
  padding-left: 35px;
  padding-right: 35px;
}
.aboutImg {
  height: 130px;
  width: 130px;
  border: 13px solid #fd6f00;
  border-radius: 50%;
}
.aboutImg img {
  margin-top: 30px;
  margin-left: 25px;
}
.figma img {
  margin-left: 30px;
}
.aboutItem h4 {
  padding-top: 24px;
  padding-bottom: 8px;
  font-weight: 700;
  font-size: 30px;
  background: linear-gradient(90deg, #fd6f00, #e46400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}
.aboutItem h6 {
  font-weight: 700;
  font-size: 24px;
  color: #959595;
  text-align: center;
}
/* About Part End  */

/* Portfolio Part Start  */
#portfolioPart {
  background: #1e1e1e;
}
.portfolioHead h3 {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 3%;
  color: #fefefe;
  padding-bottom: 40px;
  text-align: center;
}

.portfolioItemGap {
  margin-bottom: 70px;
}
.portfolioItemDesign {
  padding: 14px 40px !important;
  background: rgba(255, 255, 255, 0.04);
  color: #c6c6c6;
  border-radius: 8px;
  transition: 0.4s !important;
  margin-right: 24px;
}
.portfolioItemGap a:hover {
  color: #ffffff;
  background: #fd6f00;
}
.portfolioBorder {
  padding: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}
.portfolioText h4 {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3%;
  color: #c6c6c6;
}
.portfolioText h5 {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3%;
  color: #959595;
  text-align: end;
}
.mt-24px {
  margin-top: 24px;
}
/* Portfolio Part End */

/* Contact Part Start */
#contactPart {
  background: #1e1e1e;
  padding-top: 150px;
  padding-bottom: 150px;
}
.contactHead {
  text-align: center;
}
.contactHead h3 {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 3%;
  color: #fefefe;
}
.contactHead h4 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 3%;
  color: #707070;
  padding-top: 18px;
  padding-bottom: 50px;
}
.myInput {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  padding: 14px 24px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 16px;
  letter-spacing: 3%;
  color: #959595;
  font-weight: 500;
  border-radius: 8px;
}
.contactPd {
  padding: 0px 80px;
}
.contactBtn {
  display: flex;
  justify-content: flex-end;
}
.contactBtn a {
  background: rgba(255, 255, 255, 0.04);
  padding: 12px 40px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 20px;
  color: #959595;
  letter-spacing: 3%;
  transition: 0.4s;
  border: 2px solid #959595;
}
.contactBtn a:hover {
  background: #fd6f00;
  color: #ffffff;
  border: 2px solid #fd6f00;
}
/* Contact Part End  */

/* Footer Part Start  */
#footerPart {
  background: #252525;
}
.footerContent {
  text-align: center;
}
.footerBg {
  background: #252525;
}
.footerLogo {
  padding-top: 40px;
  padding-bottom: 50px;
}
.footerIcon {
  margin: 50px 0px;
}
.footerText {
  display: inline-block;
  padding-bottom: 50px;
}
.footerText span {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 3%;
  color: #959595;
}
.footerText span:first-child {
  margin-right: 40px;
}
.footerBorder {
  width: 593px;
  height: 1px;
  background: #707070;
  margin: 0 auto;
}
.footerEnd h4 {
  padding: 16px 120px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3%;
  color: #707070;
}
/* Footer Part End  */
