*{
    margin: 0;
    padding: 0;
      box-sizing: border-box;
  outline: 0;
  font-family: "Lato", sans-serif;
}
 ul,
ol {
  list-style-type: none;
}
a,
a:hover {
  text-decoration: none;
  display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  line-height: 0.8;
}
   /* HEADER PART START  */
.navbar {
  background: #1e1e1e;
}
.nav-link {
  color: #959595;
  font-size: 20px;
  font-weight: 500;
  padding: 0 15px !important;
}
.nav-link:hover {
  color: #fd6f00;
}
.Menubtn {
  background: #fd6f00;
  border-radius: 5px;
  padding: 12px 30px;
  color: white;
  outline: none;
  border: none;
  font-size: 20px;
  transition: 0.4s;
}
.Menubtn:hover {
  background: #3d1c02;
}

/* Header Part END  */
/* banner part start  */
#BannerPart {
  padding-top: 170px;
  padding-bottom: 100px;
}
body {
  background: #1e1e1e;
}
.bannertext h4 {
  color: #707070;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 15px;
}
.bannertext h3 {
  color: #959595;
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 30px;
}
.bannertext h1 {
  font-size: 70px;
  font-weight: 900;
  padding-bottom: 30px;
}
.gradient-text {
  background: linear-gradient(90deg, #984300 0%, #fd6f00 46%, #ca5900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.icons a i {
  color: #bababa;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.iconshapes {
  height: 45px;
  width: 45px;
  border: 2px solid #575757;
  border-radius: 50%;
  position: relative;
  margin-right: 15px;
}

.icons {
  padding-top: 17px;
  padding-bottom: 35px;
  display: flex;
}

.button a {
  background: #fd6f00;
  border-radius: 5px;
  padding: 12px 30px;
  color: white;
  outline: none;
  border: 2px solid #fd6f00;
  font-size: 20px;
  transition: 0.4s;
  margin-right: 5px;
}
.button a:hover {
  background: transparent;
  border: 2px solid #959595;
}
.row {
  display: flex;
}

.bannercounter {
  background: rgba(255, 255, 255, 4%);
  padding: 24px;
  margin-top: 30px;
}

.CounterItems {
  padding: 10px;
  border-right: 2px solid #959595;
}
.noborder {
  border: none;
}

.CounterItems h2 {
  color: #fd6f00;
  font-size: 24px;
  font-weight: 800;
  padding-bottom: 10px;
}

.CounterItems h3 {
  color: #dfdfdf;
  font-size: 20px;
}
/* banner part end  */
/* service part start  */
.commontitle {
  color: #fefefe;
}
.commontitle h3 {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 25px;
}
.commontitle p {
  font-size: 20px;
  font-weight: 500;
  color: #707070;
}
.servicesitems{
  background: rgba(250, 247, 247, 4%);
  padding: 34px;
  text-align: center;
  border-radius: 24px;
}
.servicesitems p{
  color: #575757;
  line-height: 160%;
  font-size: 20px;
  font-weight: 500;
}
.servicesitems h3{
  color: #FD6F00;
  font-size: 24px;
  font-weight: 700;
  padding: 10px 0;
}
/* service part end  */
/* About part start  */
#aboutHim{
  padding: 150px 0;
}
.aboutmetexts p{
  margin-top: 80px;
  color: #959595;
  font-size: 20px;
  font-weight: 500;
  line-height: 190%;
  text-align: justify;
  padding-bottom: 40px;
}
.aboutman{
  align-items: center;
}
.hisphoto{
  width: 100%;
  height: 100%;
}
.roundiconsflex{
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  
}
.roundicons h3{
  font-size: 30px;
  font-weight: 700;
  color: #FD6F00;
  padding:24px 0 ;
}

.roundicons h4{
  font-size: 24px;
  font-weight: 700;
  color: #959595;
}
.roundicons{
  text-align: center;
}
/* portfolio part strat  */

.portfoliobuttons {
  display: flex;     
  gap: 15px;  
  justify-content: center;      
}

.portfoliobuttons a {
  text-decoration: none;   
  padding: 15px 35px;       
  background: #FD6F00;    
  color: white;          
  border-radius: 6px;    
  margin-top: 50px; 
}

.projectnames{
  display: flex;
  justify-content: space-between;
  background: rgba(255, 255, 255, 8%);
  padding: 15px 8px;
}
.projectnames h4{
color: #C6C6C6;
font-size: 16px;
font-weight: 700;
}
.projectnames p{
color: #959595;
font-size: 16px;
font-weight: 700;
}
.projectimage{
  margin-top: 20px;
}

.projectnames{
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}













/* poetfolio part end  */







/* about part end  */