
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

/*---menu-section---*/
.header{
    width: 100%;
    height: 80px;
    background: black;
    position: fixed;
    top: 0;

}

.logo{
    width: 30%;
    height: 100%;
    padding-left: 80px;
    color: white;
    line-height: 80px;
    font-size: 32px;
    float: left;
    font-family: verdana;
}

.logo:hover{
    color: #ffbf00;
}

span{
    color: #ffbf00;
}

.menu-item{
    width: 60%;
    height: 100%;
    float: left;
}

.menu-item ul li{
    text-align: center;
    list-style: none;
    float: left;
    margin-left: 40px;
    font-size: 20px;
    line-height: 80px;
    font-family: verdana;
    
}

.menu-item ul li a{
    text-decoration: none;
    color: white;
}

.menu-item ul li a:hover{
    color: #ffbf00;
}

.responsive-menu{
    width: 100%;
    height: auto;
    background: #ffbf00;
    margin-top: 80px;
    position: fixed;
    top: 0;
}

.responsive-menu ul li{
    list-style: none;
    font-family: monospace;
    padding: 0px 20px;
    font-size: 20px;
    line-height: 80px;
    border-top: 1px solid black;
}

.responsive-menu ul li a{
    text-decoration: none;
    color: black;
    padding-left: 10px;
}

.menu-icon{
    width: 10%;
    height: 100%;
    float: right;
   
}

.menu-icon i{
    line-height: 80px;
    font-size: 22px;
    display: none;
    margin-right: 30px;
    color: white;
}
/*---menu-section-end--*/

/*---home-section-start---*/
.home-content{
    width: 100%;
    height: 800px;
    background-color: black; 
    display: flex;
    align-items: center;
   
}

.home{
    width: 50%;
    height: 600px;
    background:black;
    float: left;
    margin-top: 50px;
}

.home h1{
    color: white;
    margin-top: 120px;
    margin-left: 150px;
    font-family: verdana;
    font-size: 28px;
}

.home h3{
    color: white;
    font-size: 42px;
    font-weight: 700;
    margin-left: 150px;
    font-family: monospace;
    margin-top: 25px;
}

.home h2{
    color: white;
    margin-left: 150px;
    font-family: verdana;
    font-size: 28px;
    margin-top: 15px;
}

.home h2 span{
    font-size: 42px;
    font-weight: 700;
    color: #ffbf00;
}

.home p{
    font-size: 20px;
    color: white;
    margin-left: 150px;
    margin-top: 20px;
    letter-spacing: 1px;
    font-family: geneva;
}

.home-icon{
    margin-left: 130px;
    margin-top: 40px;
}

.home-icon a{
    width: 40px;
    height: 40px;
    background: black;
    text-align: center;
    font-size: 24px;
    margin-left: 20px;
    border-radius: 50%;
    padding: 10px 13px;
    color: #ffbf00;
    border: 2px solid #ffbf00;
}

.home-icon a:hover{
    color: black;
    background: #ffbf00;
}

.button{
    width: 180px;
    height: 60px;
    background: black;
    margin-left: 150px;
    margin-top: 40px;
    text-align: center;
    font-size: 22px;
   
    font-weight: 500;
    padding: 15px 15px;
    color: #ffbf00;
    border: 2px solid #ffbf00;
    font-family: verdana;
}

.button:hover{
    background: #ffbf00;
    color: black;
    
}

.home-image{
    width: 50%;
    height: 700px;
    background: black;
    float: left;
  
}

.home-image .image img{
    width:60%;
    height: 500px;
    background-size: cover;
    margin: 130px 140px;
    border: 2px solid #ffbf00;
    align-items: center;
    overflow: hidden;
    border-radius: 100%;
    box-shadow: 0 0 20px #ffbf00;
}
/*---home-section-end---*/

/*---view section-start--*/
.review{
    width: 100%;
    height: auto;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    
}

.review .clients{
    width: 80%;
    height: 150px;
    box-shadow: 0px 0px 10px rgba(252, 251, 251, 0.984);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.review .clients .item{
    width: 20%;
    height: auto;
    margin-left: 60px;
    margin-top: 15px;
    display: flex;
   
}

.review .item h1{
    font-size: 32px;
    color: #ffbf00;
    margin-left: 10px;
}

.review .item p{
    font-size: 16px;
    color: white;
    padding-left: 10px;
    font-family: geneva;
}

/*---view section-end--*/

/*---about section-start---*/
.about{
    width: 100%;
    height: 800px;
    background: white;
   
}

.heading h2{
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    padding-top: 30px;
    font-family: verdana;
}

.heading p{
    margin-top: 10px;
    font-size: 22px;
    text-align: center;
    font-family: geneva;
    font-weight: 600;
}

.about .about-image{
    width: 50%;
    height: 600px;
    background: white;
    float: left;
    margin: 30px 0;
   
}

.about .about-image .image{
    width:60%;
    height: 500px;
    background-size: cover;
    border: 2px solid #ffbf00;
    align-items: center;
    overflow: hidden;
    border-radius: 100%;
    margin-left: 140px;
   
}

.about .about-content{
    width: 50%;
    height: 600px;
    background: white;
    float: left;
    margin: 30px 0;
}

.about .about-content h2{
    font-size: 32px;
    font-family: verdana;
    padding-top: 80px;
    padding-left: 40px;
    font-weight: 600;
}

.about .about-content p{
    font-size: 22px;
    font-family: geneva;
    letter-spacing: 1px;
    padding: 20px 40px;   
}

.about-icon{
   margin-left: 30px;
   margin-top: 20px;
}

.about-icon a{
    width: 40px;
    height: 40px;
    background: white;
    text-align: center;
    font-size: 24px;
    margin-left: 10px;
    border-radius: 50%;
    padding: 13px 15px;
    color: black;
    border: 2px solid black;
   
}
 
.about-icon a:hover{
    background: #ffbf00;
    color: black;
   
}

.about-content .btn{
    width: 180px;
    height: 60px;
    background: #ffbf00;
    margin-left: 40px;
    margin-top: 40px;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 12px 15px;
    color: black;
   
}

.about-content .btn:hover{
    background: white;
    color: black;
    border: 2px solid #ffbf00;
}

/*---about-section-end---*/
/*---service-section-start---*/
.service-section{
    width: 100%;
    height: auto;
    background-color: rgb(216, 214, 214);
    padding: 80px 0;

}

.service-section .container{
    max-width: 1240px;
    margin: auto;
}

.row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.service-section .title{
    font-size: 42px;
    font-weight: 700;
    color: black;
    position: relative;
    font-family: verdana;
    text-transform: capitalize;
    text-align: center;
}

.service-section p{
    font-size: 20px;
    color: black;
    text-align: center;
    font-weight: 600;
    font-family: geneva;
    padding-bottom: 30px;
    margin-top: 20px;
}

.service-section .service-column{
    max-width: 33.333333%;
    padding: 0px 15px;
}

.service-section .service-column .single-service{
    position: relative;
    margin-top: 30px;
    background: rgb(223, 222, 222);
    border-radius: 10px;
    padding: 40px 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    overflow: hidden;
    text-align: center;
}

.service-section .service-column .single-service .common{
    position: relative;
    z-index: 20;
}

.service-section .service-column .single-service .common .icon{
    display: inline-block;
    margin-bottom: 25px;
    width: 70px;
    height: 70px;
    background: #ffbf00;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: black;
    font-size: 30px;
    transition: all 0.5s;
}

.service-section .service-column .single-service:hover .icon{
    background-color: white;
    color: #ffbf00;
    border-radius: 50px;
    transition: all 0.5s;
}

.service-section .service-column .single-service .common h3{
    color: black;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    transition: color 0.3s;
    font-family: verdana;
}
 
.service-section .service-column .single-service .common p{
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 500;
    color: black;
    transition: color 0.3s;
}

.service-section .service-column .single-service .common .Learn-More{
    width: 120px;
    height: 40px;
    color: black;
    border: 2px solid black;
    text-align: center;
    padding-top: 8px;
    margin-left: 100px;
    text-decoration: none;
    font-size: 20px;
    position: relative;
    font-weight: 500;
    transition: color .3s;
}


.service-section .service-column .single-service .circle-before{
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background: #ffbf00;
    border-radius: 50%;
    transition: all 0.6s;
}

.service-section .service-column .single-service:hover .circle-before{
    width: 100%;
    height: 100%;
    transform: none;
    border: 0;
    border-radius: 0;
    opacity: 0.8;
}
/*---service-section-end---*/

/*---skill-section-start---*/
.skill-bar{
    background: white;
    width: 100%;
    height: auto;
}

.heading{
    font-size: 42px;
    text-align: center;
    padding: 40px;
    font-weight: 700;
    font-family: verdana;
}

.skills-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap:50px 80px;
    padding: 60px 120px;
    
}

.progress-bar{
    width: 100%;
    height: 16px;
    background-color: gainsboro;
    padding: 3px 6px;
    border-bottom: 1px solid #ffbf00;
    border-radius: 15px;
}

.progress-line{
    position: relative;
    width: 0%;
    height: 100%;
    background-color: #ffbf00;
    border-radius: 15px;
    animation: animate1 1.2s cubic-bezier(1,0,0.4,1) forwards;
}

@keyframes animate1{
    100%{
        width: 100%;
    }
}

.subject{
    font-size: 18px;
    font-weight: thin;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.progress-line::after{
    position: absolute;
    content: attr(value);
    top: -50px;
    right: 0px;
    transform: translateX(50%);
    box-shadow: inset 2px -2px 2px #ffbf00,
                inset -2px 2px 2px #ffbf00;
    padding: 6px 8px;  
    border-radius: 5px;   
    color: black;
    font-size: 14px;     
}    

.progress-line::before{
    position: absolute;
    content: '';
    border-width: 6px;
   
    border-color: #ffbf00;
    top: -17px;
    right: 0px;transform: translateX(50%);
}  

.progress-line::after, .progress-line::before{
    opacity: 0;
    animation: animate2 1s linear forwards;
    animation-delay: 1.2s;
}

@keyframes animate2{
    100%{
        opacity: 1;
    }
}
/*---skill-section-end---*/

/*---portpolio-section-start--*/
.portpolio-section{
    width: 100%;
    height: auto;
    background: rgb(221, 219, 219);

}

.portpolio-section .heading{
    font-size: 42px;
    text-align: center;
    padding: 20px;
    font-weight: 700;
    font-family: verdana;
}

.portpolio-projects{
      width: 100%;
      height: auto;
      background: rgb(221, 220, 220);
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      padding: 80px 0px;
}

.portpolio-projects div{
    width: 250px;
    height: 500px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    margin: 10px;
    overflow: hidden;
}

.portpolio-projects div img{
    width: 100%;
    height: auto;
    transition: 3s;
}

.portpolio-projects div:hover img{
          transform: translateY(-36%);
}


.portpolio-projects div:nth-child(2):hover img{
    transform: translateY(-32%);
}


.portpolio-projects div:nth-child(4):hover img{
    transform: translateY(-41%);
}

.portpolio-projects div:nth-child(3):hover img{
    transform: translateY(-48%);
}


.portpolio-projects div:nth-child(4):hover img{
    transform: translateY(-30%);
}
/*---portpolio-section-end--*/

/*---review section-start---*/
.testimonials{
    padding: 50px 0;
    background: white;
    color: black;
    text-align: center;
}

.testimonials h1{
   color: black;
   font-size: 42px;
   font-weight: 700;
   margin: 0px 0 80px 0;
   font-family: verdana;
}

.inner{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 0 20px;
}


.testimonials .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.testimonials .col{
    flex: 32.32%;
    max-width: 32.32%;
    box-sizing: border-box;
    padding: 15px;
}

.testimonial{
    background: #e6e4e4;
    padding: 30px;
}

.testimonial img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #ffbf00;
}

.name{
    font-size: 20px;
    font-family: verdana;
   
}

.testimonial p{
    font-size: 18px;
    letter-spacing: 1px;
    font-family: geneva;
}

.name{
    font-size: 24px;
    margin: 20px 0;
}

.stars{
    color: #ffbf00;
    margin-bottom: 20px;
}

.testimonial:hover{
    background: rgb(238, 235, 235);
}
/*---review section-end---*/

/*---contact-section-start---*/
.contact{
    position: relative;
    min-height: 100vh;
    padding: 10px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgb(217, 217, 217);
   
}

.contact .content{
    max-width: 800px;
    text-align: center;
}

.contact .content h2{
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: verdana;
}

.contact .content p{
    font-size: 20px;
    margin-bottom: 20px;
    font-family: geneva;
}

.contactinfo{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.contactinfo .confirm{
    width: 50%;
    display: flex;
    flex-direction: column;
}

.contactinfo .confirm .box{
    position: relative;
    padding: 20px 0;
    display: flex;
}

.contactinfo .confirm .box .icon{
    min-width: 60px;
    height: 60px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
}

.contactinfo .confirm .box .text h3{
    display: flex;
    margin-left: 20px;
    font-size: 20px;
    color: black;
    font-family: verdana;
}

.contactinfo .confirm .box .text p{
    display: flex;
    margin-left: 20px;
    font-size: 18px;
    color: black;
}

.contactform{
    width: 40%;
    padding: 40px;
    background: rgb(237, 236, 236);
    margin-top: 20px;
}

.contactform h2{
    font-size: 28px;
    color: black;
    font-family: verdana;
    font-weight: 600;
}

.contactform .inputBox{
    position: relative;
    width: 100%;
    margin-top: 10px;
    
}

.contactform .inputBox input,
.contactform .inputBox textarea{
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid black;
    outline: none;
    resize: none;
    
}

.contactform .inputBox input:hover{
    background: rgb(234, 231, 231);
}

.contactform .inputBox span{
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 10px;
    pointer-events: none;
    transition: 0.5s;
    color: black;
}

.contactform .inputBox input:focus ~ span,
.contactform .inputBox input:valid ~ span,
.contactform .inputBox textarea:focus ~ span,
.contactform .inputBox textarea:valid ~ span{
    color: gray;
    font-size: 12px;
    transform: translatey(-20px);
}

.contactform .inputBox textarea:hover{
    background: rgb(234, 231, 231);
}

.contactform .inputBox input[type="submit"]{
    width: 100px;
    background: #ffbf00;
    color: black;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
}

.contactform .inputBox input[type="submit"]:hover{
    background: white;
}
/*---contact-section-end---*/


/*---footer section-start--*/
.footercontainer{
    width: 100%;
    background: black;
    padding: 70px 30px 20px;

}

.iconx{
  display: flex;
  justify-content: center;
 
}

.iconx a{
  text-decoration: none;
  padding: 12px 15px;
  background: white;
  margin: 10px;
  
  border-radius: 50%;
 
 
}

.iconx a i{
  font-size: 22px;
 
  opacity: 0.9;
  color: black;
}

.iconx a:hover{
  background-color:#ffbf00 ;
  transition: 0.5s;
}

.iconx a:hover i{
  color: black;
  transition: 0.5s;
}

.footernav{
  margin: 30px 0;
}

.footernav ul{
  display: flex;
  justify-content: center;
}

.footernav ul li a{
  color: white;
  margin: 20px;
  text-decoration: none;
  font-size: 20px;
 
}

.footernav ul li a:hover{
  color: #ffbf00;
}

.footerbuttom{
  background-color: black;
  padding: 20px;
  text-align: center;
}

.footerbuttom p{
  color: white;
  font-size: 18px
}

.designer{
  font-size: 20px;
  font-weight: 600;
  margin: 0px 5px;
  text-transform: uppercase;
}
/*---footer section-end--*/

/*---top---*/
.top{
    width: 50px;
    height: 50px;
    background: white;
    position: fixed;
    color: #ffbf00;
    line-height: 50px;
    right: 0;
    bottom: 0;
    text-align: center;
    border-radius: 50%;
    margin: 5px;
}

