html{
    margin: 0;
    padding:0;

}

body{
    margin: 0;
    padding:0;
}



header{
    width: 100%;
    height: auto; 
    background:#1a1919;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 5px 5px;
    z-index: 999;
}
.logo{
width: 30%;
height:auto;
display: inline-block;
text-align: left;
vertical-align: middle;
}
.logo img{
    width:60px;
    height: 60px;
    object-fit: contain;
}

.navbar{
width: 50%;
height:auto ;
display: inline-block;
text-align: right ;
vertical-align: middle;
} 

.links{
    font-family: 'Times New Roman', Times, serif;
    font-size:18px;
    outline: none;
    text-decoration: none;
    color:orangered; 
    cursor: pointer;
    margin: 0 10px 0 10px;
}
.links:hover{
    color:rgb(248, 248, 250)
}
.btn-box button{
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 15px;
    padding: 8px 8px;
    border: 2px solid whitesmoke;
    border-radius: 10px;
    color: whitesmoke;
    background: transparent;
  
  
}
.btn-box button:hover{
    background:whitesmoke;
    color: orangered;
    font-weight: bolder;
}


.first-banner{
    position:relative;
    width: 100%;
    height: auto;
    margin: 70px 0 0 0;
    
    background: url(adobestock_225442477.jpeg);
    background-size: cover;
    padding:  30px 0 0 0;
   
}

.text-box{
display: inline-block;
width: 60%;
height: auto;
padding: 40px 0 40px 20px;
vertical-align: middle;

}

.fbcon{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color:rgb(3, 3, 3);
    font-weight: bold;
    text-align: left;


}
.Mail{
    font-family: 'Times New Roman', Times, serif;
    text-align: left;
    margin-top:20px;
    margin-bottom:10px;
}
.Mail label{
    font-size: 16px;
    font-weight:bolder;
    margin-bottom: 10px;


}
.Mail span{
    font-size: 20px;
   font-weight:bold;

}

.Hire{
    width: 70%;
    height: auto;
    align-items: left;
    margin-top: 0;
    display: inline;

}
.Hire button{
    font-family: 'Times New Roman', Times, serif;
    padding: 15px 40px;
    font-size: 35px;
    background: whitesmoke;
    color: rgb(255, 0, 0);
    font-weight: bolder;
    border: 1px solid whitesmoke;
    border-radius: 10px;
    margin-top: 10%;
  
  
}
.Hire button:hover{
    background:rgb(255, 0, 0);
    color: antiquewhite;
    font-weight: bold;
}

.fbcon h1{
font-size: 36px;
font-weight: bold;
margin-bottom: -10px;
text-transform: uppercase;
color:rgb(255, 0, 0);

 
}
.fbcon h2{
font-size: 24px;
font-weight: bold;
margin-bottom: -20px;

}
.fbcon h3{
    font-size:26px;
    font-weight: normal;
    
}
.fbcon span{
font-size: 22px;
width: 90%;
display: inline-block;
font-family: 'Times New Roman', Times, serif;

}
.img-box{

    display: inline-block;
    width: 0;
    height: auto;
    vertical-align: middle;
   
  

}
.img-box img{
   height: 400px;
    object-fit: contain;
    position: relative;
   
}

.sec-banner{
  
    width: 100%;
    height: auto;
    background:#f2f2f7;
    margin: 0 0 0 0;
    padding: 40px 0 60px 0;
    z-index: -1;
    text-align: center;
    background:linear-gradient(45deg,white,rgb(185, 182, 182),white,rgb(185, 182, 182));
    animation: color 15s ease-in-out infinite;
    background-size: 300% 300%;
  }
  @keyframes color{
    0%{
      background-position: 0 50%;
    }
    50%{
      background-position: 100% 50%;
    }
    100%{
      background-position: 0 50%;
    }
  }
.profile{
 display: inline-block;
width: 40%;
height: auto;
padding: 0;
vertical-align: left ;

}
.profile img{
    width: auto;
    height: 500px;
    object-fit: contain;
    position: relative;
    vertical-align: middle;
    text-align: left;
    margin-left: -50%;
    margin-top: 40px;
    border-radius: 24px;
    box-shadow: 0 0 30px rgb(54, 53, 53);
}

.about{
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
display: inline-block;
width: 40%;
height: auto;
vertical-align: top ;
text-align: justify;
}
.about h1{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    margin: -5px 0 -15px 0;
    
}
.about h2{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
}
.about h3{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
}
.about span{
    font-size: 15px;
}


.fbbox{
    width:25%;
    height:auto;
    background: rgb(241, 235, 235);
    box-shadow:0 0 7px rgb(245, 184, 148);
    border-radius: 12px;
    margin-top: 10px; 
    text-align: center; 
    padding:30px 0 30px 0; 
    display:inline-block;
    
}
.fbbox i{
font-size: 30px;
color: #120eff;
}
.fbbox span{
width:100%;
display: inline-block;
font-weight: bold;
padding: 10px 0 0 0;

}
.keybox{
    width:25%;
    height:auto;
    background: rgb(241, 235, 235);
    box-shadow:0 0 7px rgb(245, 184, 148);
    border-radius: 12px;
    margin-top: 10px; 
    margin-left: -8px;
    text-align: center; 
    padding:20px 0 20px 0; 
    display: inline-block;
    
}
.keybox i{
font-size: 30px;
color:black;
}
.keybox span{
width:100%;
display: inline-block;
font-weight: bold;
padding: 10px 0 0 0;

}
.lapbox{
    width:25%;
    height:auto;
    background: whitesmoke;
    box-shadow:0 0 10px rgb(199, 197, 195);
    border-radius: 12px;
    margin-top: 10px; 
    text-align: center; 
    padding:30px 0 30px 0; 
    display:inline-block;
}
.lapbox i{
font-size: 30px;
color: #120eff;
}
.lapbox span{
width:100%;
display: inline-block;
font-weight: bold;
padding: 10px 0 0 0;
}

.paibox{
    width:25%;
    height:auto;
    background: whitesmoke;
    box-shadow:0 0 10px rgb(199, 197, 195);
    border-radius: 12px;
    margin-top: 10px; 
    text-align: center; 
    padding:30px 0 30px 0; 
    display:inline-block;
}
.paibox i{
font-size: 30px;
color: red;
}
.paibox span{
width:100%;
display: inline-block;
font-weight: bold;
padding: 10px 0 0 0;
}

.brbox{
    width:25%;
    height:auto;
    background: whitesmoke;
    box-shadow:0 0 10px rgb(199, 197, 195);
    border-radius: 12px;
    margin-top: 10px ; 
    margin-left: 60px;
    text-align: center; 
    padding:30px 0 30px 0; 
    display:inline-block;
}
.brbox i{
font-size: 30px;
color:orangered;
}
.brbox span{
width:100%;
display: inline-block;
font-weight: bold;
padding: 10px 0 0 0;
}


.examples{ 

width:auto;
height: auto;
vertical-align: middle;
padding: 40px 0;
background: linear-gradient(36deg,rgb(32, 31, 31),rgb(14, 14, 14),rgb(32, 31, 31),rgb(14, 14, 14));
background-size: 300% 300%;

}
.examples button{
 padding:10px 20px;
 background:whitesmoke;
 color: black;
 border-radius: 5px;
 border: none;
 font-size: 28px;
 font-family: 'Times New Roman', Times, serif;
 font-weight: bolder;
 cursor: pointer;
 transition: 0.1ms;
 margin:0 40% 0 40%;
}
.examples button:hover{
    opacity: 50%;
}
.text{
color: white;
display: inline-block;
width: 95%;
height: auto;
vertical-align: middle;
text-align:center;
margin-bottom:10px;
}
.text span{
    text-align: center;
    font-size: 50px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.sambox{
position: relative;
width: 40%;
overflow: hidden;
vertical-align: middle;
margin: 0 20% 20px 28%;
justify-content: center;
align-self: center;
}



.imga2{
    vertical-align: middle;
    padding: 0 0 0 10;
}


.samples{
    display: flex;
    width: 100%;
}
.samples img{
    height: 400px;
    width: 100%;
    transition: all 0.10s ease;

}

.samples input{
    display: none;
    
}


.fourth-banner{
        width: 100%;
        height: auto;
        margin: 0 0 0 0;   
        padding: 40px 0 60px 0;
        text-align: center;
        background:linear-gradient(45deg,white,rgb(185, 182, 182),white,rgb(185, 182, 182));
}

.about-left{
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
width: 50%;
height: auto;
position:relative;
text-align: justify;
padding:20px 20px;
}
.about-left h1{
    text-align: left;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    margin: -5px 0 10px 0;
    
}

.about-left span{
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.probar{
    width: 100%;
    height: auto;
    margin: 20px 0 20px 0;
}
.probar span{
    display: inline-block;
    font-size: 16px;
    padding:0 0 2px 0;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;

}
 .proout{
    width: 70%;
    height: 12px;
    background: #929292;
    border-radius: 20px;
 } 
 .proin{
    width: 0%;
    height: 12px;
    background:linear-gradient(45deg,orangered,orange,orangered);
    border-radius: 20px;

}
 .picbox{
   width: auto;
   height: auto;
   position: absolute;
   display: flex;
background: transparent;
margin:3px;
left: 70%;

 }

 .picbox img{
    width: 400px;
    height: 400px;
    object-fit: contain;
    background:none;
    margin-left: 40%;
 }
 
 .follow{
    width: 100%;
    height: auto;
    background: rgb(94, 91, 91);
    position: absolute;
    margin-left: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
  }
  .socials span{
    font-family: 'Times New Roman', Times, serif;
    font-size: 29px;
    font-weight: bold;
    color:white;
  
  }
  .icons{

    display: flex;
    margin-top: 10px;
    gap: 22%;
    cursor: pointer;
    transition: 0.9s;
  }
  .icons i {
    color: rgb(255, 254, 254);
  }
  
  .icons i:hover  {
    color: red;
  }
  































