*{
  margin: 0;
  padding: 0;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #c4b673;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
}

.sidenav img{
  height: 180px;
  margin-left: -30px;
}

.sidenav i{
  font-size: 30px;
  margin: 3px;
}

.sidenav a {
  padding: 0px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: black;
  display: block;
  transition: 0.3s;
   font-family:  Felix Titling;
}

.sidenav a:hover {
  font-size: 27px;
  color: black;
  text-shadow: 2px 0px 2px white;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}


.closebtn:hover{
  font-size: 40px;
  color: black;
  text-shadow: 2px 0px 2px white;
}

#main {
  transition: margin-left .5s;
  padding: 8px 15px;
  text-shadow: 3px 0px 5px #363216 ;
  color: white;
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: rgba(165, 137, 92, .9);
  margin: 10px;
}






.hero{
     width: 100%;
     height: 100vh;
     background: linear-gradient(rgb(0, 20, 0 ,.7),rgba(0, 0, 0, .8)),url(img/112.jpg);
     background-position: center;
     background-attachment: fixed;
     background-size: cover;
     background-repeat: no-repeat;
     color: white;
     margin: 0px 0px;
}

.frish{
     width: 700px;
     height: 320px;
     margin: 150px 0px 0px 200px;
     padding-top: 40px;
     box-sizing: border-box;
     text-shadow: 3px 0px 5px #70642a ;

 }


.frish h1{
  font-size: 44px;
  padding: 5px 0px 5px 35px;
  color:white;
  font-family:  Felix Titling;
  
}


.frish h2{
  padding-right: 25px;
  font-size: 33px;
  padding-left: 35px;
  font-family:  Felix Titling;
}

.frish p{
  padding: 5px 0px 0px 35px;
  font-family:  Felix Titling;
}

 .btn1{
     width: 150px;
     height: 60px;
     margin: 40px 0px 0px 40px;
     border: 3px solid white;
     border-radius: 30px 0px;
     background:none;
  } 

.btn1 a{
     text-decoration: none;
     font-size: 18px;
     color: white;
     font-family: Felix Titling;
 }

 .btn1:hover a{
     color: white;
 }

  .btn1:hover {
     background: #9B845A;
 }


 .btn2{
     width: 150px;
     height: 60px;
     margin: 40px 0px 0px 10px;
     border: 3px solid white;
     border-radius: 0px 30px;
     background:none;
  } 

.btn2 a{
     text-decoration: none;
     font-size: 18px;
     color: white;
     font-family: Felix Titling;
 }

 .btn2:hover a{
     color: white;
 }

   .btn2:hover {
     background: #9B845A;
 }


.imgbox{
  width: 300px;
  height: 300px;
  border-radius: 100%;
  margin:180px 150px;
  border-left: 7px solid white;
  animation-name: me;
  animation-duration: 1s;
  box-shadow: -3px 0px 2px #70642a;
  animation-iteration-count: infinite;
 
}

@keyframes me{
  from{
    transform: rotate(0deg);
  }

  to{
    transform: rotate(360deg);
  }

}

.img{
  width: 300px;
  height: 300px;
  background: url(img/17.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 100%;
  margin: -475px 0px 0px 160px;
}




.service1{
  width: 100%;
  height: 100vh;
  padding-left: 70px;
  background: white;
}

.sert{
  padding-top: 180px;
}

.sert h1{
  font-family:Felix Titling ;
  padding-left: 50px;
  color: #AA8447;
  font-size: 52px;
  text-shadow: 3px 0px 3px black;

}


.sert  p{
  font-family:Californian FB  ;
  font-size: 22px;
  font-weight: bold;
  padding-top: 20px;
  padding-left: 50px;

}


 .btn3{
     width: 150px;
     height: 60px;
     margin: 10px 0px 0px 50px;
     border: 3px solid black;
     border-radius: 30px 0px;
     background:#AA8447;
  } 

.btn3 a{
     text-decoration: none;
     font-size: 18px;
     color: black;
     font-family: Felix Titling;
 }

 .btn3:hover a{
     color: black;
 }

   .btn3:hover {
     background: #9B845A;
 }

.service{
     width: 100%;
     height: 100vh;
     padding:70px 0px 0px 60px;
     position: relative;
     display: flex;
     flex-wrap: wrap;

}

.service div{
     position: absolute;
     width: 220px;
     height: 210px;
     text-align: center;
     transition: 1s;
     padding: 4px;
     font-family: Californian FB ;


}

.service div  p1{
   font-size: 16px;
   font-weight: bold;

}



.service div:hover{
     transform: scale(1.2);
}

.service div:nth-child(3){
     width: 220px;
     height: 170px;
     left: 39%;
     top: 44%;
     padding-top: 4%;
     padding-right: 10px;
     color: #AA8447;
     text-shadow: 3px 0px 3px black;
     font-size: 33px;
     font-family:Felix Titling;
}
    

.service div:nth-child(1){
     left: 39%;
     top: 10%;
     box-shadow: 0px 0px 10px #a0722c ;
     font-size: 23px;
     padding:9px 0px 0px 0px;
     background: #a5895c;
      border-radius: 100%;
      border: 3px solid black;
}

.service div:nth-child(1) h2{
     padding-top: 17px;
     font-size: 22px;
     color: black;
     font-family:Felix Titling
}

.service div:nth-child(2){
     left: 68%;
     top: 32%;
     box-shadow: 0px 0px 10px #a0722c ;
     font-size: 23px;
     padding:13px 0px 0px 0px;
      border-radius: 100%;
      background: #aa8447;
      border: 3px solid black;
}

.service div:nth-child(2) h2{
     padding-top: 20px;
     font-size: 22px;
     color: black;
     font-family:Felix Titling
}


.service div:nth-child(4){
     left: 12%;
     top: 32%;
     box-shadow: 0px 0px 10px #a0722c ;
     font-size: 23px;
     padding:9px 0px 0px 0px;
      border-radius: 100%;
      background: #efe1a0;
      border: 3px solid black;
}

.service div:nth-child(4) h2{
     padding-top: 13px;
     font-size: 22px;
     color: black;
     font-family:Felix Titling
}

.service div:nth-child(5){
     left: 24%;
     top: 67%;
     box-shadow: 0px 0px 10px #a0722c ;
     font-size: 23px;
     padding:9px 0px 0px 0px;
      border-radius: 100%;
      background: #C4B673;
      border: 3px solid black;
}

.service div:nth-child(5) h2{
     padding-top: 13px;
     font-size: 22px;
     color: black;
     font-family:Felix Titling
}


.service div:nth-child(6){
     left: 56%;
     top: 66%;
     box-shadow: 0px 0px 10px #a0722c ;
     font-size: 23px;
     padding:17px 0px 0px 0px;
      border-radius: 100%;
      background: #c4944c;
      border: 3px solid black;
}

.service div:nth-child(6) h2{
     padding-top: 13px;
     font-size: 22px;
     color: black;
     font-family:Felix Titling
}





@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

    .skills-section {
      margin: 0;
      padding: 0;
      font-family: ;
      background-color:white;
      color: #2b2b2b;
    }

    .skills-section {
      width: 85%;
      height: 100vh;
      max-width: 1100px;
      margin: 80px auto;
      text-align: center;
      padding-top: 50px;
    }

    .skills-section h1 {
     font-family:Felix Titling ;
     color: #AA8447;
     font-size: 52px;
     text-shadow: 3px 0px 3px black;
      letter-spacing: 1px;
      font-weight: 700;
      margin-bottom: 65px;

    }


    .skills-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 40px;
    }

    .skill-box {
      text-align: left;
      height: 220px;
    }

    .skill-title {
     font-family:Felix Titling ;
      color: #AA8447;
      font-size: 32px;
      text-shadow: 3px 0px 3px black;
      display: flex;
      justify-content: space-between;
      font-weight: 600;
      margin-bottom: 5px;
     
    }

    .bla {
     font-family:Felix Titling ;
      color: black;
      font-size: 28px;
      text-shadow: 3px 0px 3px white;


      display: flex;
      justify-content: space-between;
      font-weight: 600;
      margin-bottom: 5px;
    }

    .skill-description {
      font-family:Californian FB ;
      font-weight: bold;
      color: black;
      font-size: 21px;
      margin-bottom: 10px;
      line-height: 1.5;
      margin-top: 30px;
    }

    .progress-line {
      position: relative;
      height: 2px;
      background-color: #bfbfbf;
      margin-top: 30px;
      border-radius: 2px;
    }


    .progress-line::before {
      content: '';
      position: absolute;
      height: 100%;
      width: var(--progress);
      background-color: #AA8447;
      border-radius: 2px;
      transition: 0.5s ease-in-out;
    }

    .progress-circle {
      position: absolute;
      top: -6px;
      left: calc(var(--progress) - 10px);
      width: 14px;
      height: 14px;
      background-color: #725933;
      border-radius: 50%;
      border: 2px solid #725933;
    }

    @media (max-width: 700px) {
      .skills-section {
        width: 90%;
      }
    }


/*-----------------------------Contect Start---------------------------------*/

 .about2{
   width: 100%;
   height: auto;
   margin-top: 100px;
   background:#C4B673;
   box-sizing: border-box;
   padding-bottom: 20px;
}

.imgab{
     width: 60px;
     height: 60px;
     background:;
     margin-left: 40%;
     margin-bottom: 20px;
}

.imgab img{
     width: 280px;
     height: 230px;
     margin-top: -110px;
}

.co{
     text-align: center;
     padding-top: 30px;
     border-right: 2px solid black;
}

.co h1{
     color:  black;
     text-shadow: 2px 0px 3px white;
     font-weight: bold;
     font-family: Felix Titling;


}

.co h3{
     font-size: 20px;
     font-weight: bold;
     color: black;
     font-family: Felix Titling;

}


.co p{
    font-size: 20px;
     font-weight: bold;
     color: black;
     font-family: Californian FB;


}


.co p:hover {
  font-size: 21px;
  padding-left: 5px;
  color: black;
  text-shadow: 2px 0px 2px white;
}

.co h2{
     font-size: 26px;
     color:  black;
     text-shadow: 2px 0px 3px white;
     font-weight: bold;
     font-family: Felix Titling;


}


.co1{
     padding-top: 30px;
     text-align: center;
     border-right: 2px solid black;

}

.co1 h1{
     
     color:  black;
     text-shadow: 2px 0px 3px white;
     font-weight: bold;
     font-family: Felix Titling;


}




.co1 p{
     font-size: 20px;
     font-weight: bold;
     color: black;
     font-family: Felix Titling;


}


.co1 p:hover {
  font-size: 21px;
  padding-left: 5px;
  color: black;
  text-shadow: 2px 0px 2px white;
}


.co2{
     padding-top: 30px;
     text-align: center;
}

.co2 h1{
     color:  black;
     text-shadow: 2px 0px 3px white;
     font-weight: bold;
     font-family: Felix Titling;


}



.co2 h2{
     font-size: 26px;
     text-shadow: 2px 0px 2px white;
     font-weight: bold;
     color: black;
     font-family: Felix Titling;


}

.co2 p{
     font-size: 20px;
     font-weight: bold;
     color: black;
     font-family: Felix Titling;


}


.co2 p:hover {
  font-size: 19px;
  padding-left: 5px;
  color: black;
  text-shadow: 2px 0px 2px white;
}




.coo{
}

.coo h1{
     padding-top: 60px;
     text-shadow: 2px 0px 3px white;
     font-size: 49px;
     text-align: right;
     color:  black;
     font-weight: bold;
     font-family: Edwardian Script ITC;


}

.coo i{
     padding-top: 60px;
     font-size: 30px;
     text-align: left;
     color:  black;
     margin: 12px;
     transition: 1s;

}

.coo i:hover{
    transform: scale(1.2);
}

/*----------------------------Contect End----------------------------------*/




@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

