
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

ul,
ol,
li {
  list-style-type: none;
}

a,
a:hover {
  text-decoration: none;
  display: inline-block;
  transition: 0.4s;
}

 h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  line-height: 0.8;
}


.navbar {
  background: #1e1e1e;
  padding-top: 60px;
  padding-bottom: 30px;
}

.nav-link {
  color: #959595;
  padding: 0 30px !important;
  transition: 0.3s;
  font-size: 20px;
  font-weight: 500;
}

.nav-link:hover {
  color: #fd6f00;
}

.doit {
  background: #FD6F00;
  border: 1px solid gray;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 40px;
  border-radius: 8px;
  transition: 0.4s;
}

.doit:hover {
  background: transparent;
  color: #fd6f00;
}
    /* Ekhane banner part start  */
    #banner-part{
      padding: 150px;
      background-color: #1e1e1e;
    }
    .banner-wrapper{
     display: flex;
     justify-content: space-between;
     position: relative;
    }
    .logo img{
    position: absolute;
    top: -115px;
    right: 0;
    }
    .banner-text h5 {
      font-size: 24px;
      font-weight: 700;
      color: #707070;
      padding-bottom: 20px;
}
   .banner-text h4{
    font-size: 28px;
    font-weight: 700;
    color: #959595;
    padding-bottom: 50px;
}
   .banner-text h1{
    font-size: 70px;
    font-weight: 700;
    color: #CA5900;
    padding-bottom: 30px;
}
.icon{
  display: flex;
   padding-bottom: 30px;
}
.icon a {
      color:black;
    background-color: #BABABA;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px; 
   
}
.icon a:hover{
  color: #fd6f00;
}
.button-flex{
  display: flex;
  gap: 20px;
  padding-bottom: 150px;
}
.button a{
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 700;
   color: #FFFF;
   background-color: #CA5900;
   border-radius: 10px;
   border: 1px solid gray;
}
.button a:hover{
  background: transparent;
  color: #fd6f00;
}
.cv a{
 padding: 15px 20px;
  font-size: 20px;
  font-weight: 700;
   color: #FFFF;
   background-color: #CA5900;
   border-radius: 10px;
   border: 1px solid gray;
   
}
.cv a:hover{
    background: transparent;
  color: #fd6f00;
}
.stats-box {
    display: flex;
    gap: 40px;
     background: rgba(255, 255, 255, 0.05); 
     border-radius: 10px; 
     padding: 20px 40px;
     width: 530px;
      position: relative;
}

.stat {

  color: #fff;
}

.stat h2 {
  font-size: 24px;
  font-weight: 800;
  color: orange;
  margin-bottom: 30px; 
}

.stat p{
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin-bottom: 30px; 
  width: 131px;
}
.stats-box::after {
    position: absolute;
    height: 1px;
    width: 94px;
    background-color:#959595;
    content: "";
    bottom: 67px;
    right: 129px;
    transform: rotate(90deg);
}
.stats-box::before {
    position: absolute;
    height: 1px;
    width: 94px;
    background-color:#959595;
    content: "";
    bottom: 67px;
    left: 129px;
    transform: rotate(90deg);
}
       /* ekhane banner ar kaj ses  */
      /* Ekhon amra notun section ar kaj suro koprbo  */
      #service{
        padding: 150px;
        background-color: #1e1e1e;
      }
      .service-text h2{
      font-size: 40px;
      font-weight: 700;
      color: white;
      text-align: center;
      padding-bottom: 50px;
      }
      
      .service-text p{
      font-size: 20px;
      color:#707070;
      text-align: center;
      padding-bottom: 100px;
      }
      .degine-flex{
        display: flex;
        justify-content: space-between;
        gap: 20px;
        padding-bottom: 30px;
      }
      .degine{
        text-align: center;
    background: rgba(255, 255, 255, 4%);
    border-radius: 20px;
    padding: 30px;
    width: 30%;
  }
  .degine:hover{
box-shadow: -1px 3px 15px -1px rgba(168,98,31,0.75);
-webkit-box-shadow: -1px 3px 15px -1px rgba(168,98,31,0.75);
-moz-box-shadow: -1px 3px 15px -1px rgba(168,98,31,0.75);
transition: 0.4s;
  }
      .degine h3{
          font-size: 24px;
      font-weight: 700;
      color: #CA5900;
      align-items: center;
      padding-top: 20px;
      }
      .degine p{
          font-size: 20px;
      font-weight: 700;
      color: #959595;
      align-items: center;
      padding-top: 30px;
      line-height: 160%;
      }
      /* Ekhane arekta section ses  */
    /* Ekhon amra about section kaj suro korbo  */
  #about-part{
    padding: 150px;
    background-color: #1e1e1e;
  }
  .About h2{
    font-size: 40px;
    font-weight: 700;
    color: white;
    text-align: center;
    padding-bottom: 50px;
  }
  .About p{
    font-size: 20px;
    font-weight: 500;
    color: #707070;
    text-align: center;
     padding-bottom: 80px;
  }
  .about-wrapper{
    display: flex;
    justify-content: space-between;
    gap: 100px;
    align-items: center;
  }
  .about-logo img{
      
  }
  .about-text p{
   font-size: 20px;
   font-weight: 500;
   line-height: 190%;
   color: #707070;
  }
