*{
    margin: 0%;
    padding: 0%;
}
body{
    background-color: rgb(34, 30, 30);
    color: white;
    font-family: "Poppins", serif;
    scroll-behavior: smooth;

}
.header{
  
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    background-color: rgb(28, 25, 25);
    position: fixed;
    }
#fakeheader{
    width: 100%;
    height: 100px;
    
   
}    
.logo{
margin-left: 170px; 
transition:.5s ease;

}
.logo:hover{
    transform: scale(1.1);
}
.minilog{
    text-decoration: none;
    color: rgb(159,18,18);
    font-weight: 750;
    font-size: 30px;
}
.headings{
    /* background-color: chartreuse; */
    width: 35%;
    font-size: 18px;
    font-weight: 600;
    margin-left: 550px;
    display: flex;
    justify-content: space-evenly;
     transition: 0.3s ease;

}


.link{
    text-decoration: none;
    color: white;
    border-bottom: 2px solid transparent;

    }
.link:hover
{
    color: rgb(159,18,18);
    border-bottom: 2px solid rgb(159,18,18) ;
     
}


.bham{
   
    margin-left: -410px;
    height: 400px;
    width: 400px;
    margin-top: 89px;
    

}

.photo{
    margin-top: 80px;
    margin-left: 220px;
    height: 400px;
    width: 400px;
    border-radius: 50% ;
    border: 10px solid white;
    border-top: 10px solid rgb(159,18,18);
    border-bottom: 10px solid rgb(159,18,18);
     /* animation: ghumana .9s infinite ;   */
   
 }


@keyframes ghumana {
    100% { rotate: 360deg;
    }

    
}
.main{
    /* background-color: aqua; */
     display: flex;
     
     
    
}
.homes{
    /* background-color: chartreuse; */
    width: 600px;
    margin-left: 200px;
    height: 500px;    
    display: flex;
    justify-content: center;
    align-items: center;
}
.content{
    /* background-color: crimson; */
    height: 400px;
}
.cursor
 { font-weight: normal; 
    font-size: 70px; 
    animation: blink 1s step-start infinite;}
    @keyframes blink { 50% { opacity: 0; }
 }

h1 span{
    color: rgb(159,18,18);
    text-shadow: 0px 0px 15px;
}
h3 span{
    color: rgb(159,18,18);
    text-shadow: 0px 0px 15px;

}
.social-icons{
     height: 50px; 
     width: 300px;
     margin-top: 20px;
     margin-left:-25px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;

}
.social-icons a{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 3px solid rgb(159,18,18);
     text-align: center; 
     font-size: 25px;
     color: rgb(159,18,18);
}
.social-icons a:hover{
    background-color: rgb(159,18,18);
    color: black;
    transform: scale(1.3) translateY(-5px);
    box-shadow: 0px 0px 25px rgb(159,18,18);
    transition: .5s ease;
}
.btn{
  border: 3px solid rgb(159,18,18);
   margin-top: 40px;
  border-radius: 30px;
  height: 50px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: rgb(159,18,18);
  }
.btn:hover{
    background-color: rgb(159,18,18);
    color: black;
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0px 0px 25px rgb(159,18,18);
    transition: .5s ease;
}

.headAM{
    height: 80px;
    width: 300px;
    /* background-color: aqua; */
    margin-left: 50px;
    text-align: center;
    margin-top: 250px;
    font-size: 50px;
    /* border-bottom: 8px solid rgb(159,18,18); */
    font-weight: 600;
    color: rgb(159,18,18);
    text-shadow: 0px 0px 10px rgb(159,18,18);
}
.contam{
    margin-top: 40px;
    font-size: 18px;
    
    margin:40px 60px 0px 80px;
}
.techs{
    height: 80px;
    width: 400px;
    margin-left: 80px;
    text-align: center;
    margin-top: 200px;
    font-size: 50px;
    font-weight: 600;
    color: rgb(159,18,18);
    text-shadow: 0px 0px 10px rgb(159,18,18);

}
.imgs{
    height: 900px;
    width: 100%;
    margin-top: 100px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    }

#box1 img{
    height: 300px;
    width: 300px;
   
}
.boxes{
   
    height: 308px;
    width: 308px;
    border-radius: 40px;
    background-color: rgb(159,18,18);
    box-shadow: 0px 0px 50px rgb(159,18,18);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 90px;
    margin-right: 20px;
    overflow: hidden;
}

.boxes img{
    border-radius: 40px;
    height: 300px;
    width: 300px;
}
#box1{
    margin-left: 10px;
}
#box5{
    margin-left: -20px;
    margin-right: 60px;
}
.boxes:hover img{
    transform: scale(1.1);
    transition: 0.5s ease;
}
.boxes:hover{
    translate: 0px -20px;
    transition: .5s ease;

}
.projects{
    height: 80px;
    width: 400px;
    margin-left: 20px;
    text-align: center;
    margin-top: 100px;
    font-size: 50px;
    font-weight: 600;
    color: rgb(159,18,18);
    text-shadow: 0px 0px 10px rgb(159,18,18);
}
.mysection{
    display: flex;
    margin-top: 70px;

}


.myntralogo img{
    height: 300px;
    width: 500px;
    border-radius: 40px;
    margin-left: 100px;
    box-shadow: 0px 0px 30px rgb(159,18,18);
    
}

.mytext{
    margin-left: 40px;
    margin-top: 20px;
}
.btns{
    display: flex;
    margin-top: 50px;
   

}
.btn1{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 50px;
    background-color: #035790;
     border-radius: 5px;
    height: 50px;
    width: 120px;
    color: white;
}
.btn2{
    /* margin-left: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #035790;
    border-radius: 5px;
    height: 50px;
    width: 120px;
    color: white;
}
.gits{
    color: white;
    text-decoration: none;
}
.btn1:hover{
    transform: scale(1.05);
    transition: .5s ease;
    
}

    

.btn2:hover{
    transform: scale(1.1);
    transition: .5s ease;
}

.contacts{
    height: 80px;
    width: 100%;
    margin-left: 50px;
    text-align: center;
    margin-top: 200px;
    font-size: 50px;
    font-weight: 600;
    color: rgb(159,18,18);
    text-shadow: 0px 0px 10px rgb(159,18,18);
    display: flex;
    justify-content: center;
    align-items: center;

}
.contactbox{
    height: 800px;
    width: 800px;
    
    margin-left: 350px;

}
.details{
    margin-top: 40px;
    margin-left: 180px;
    font-size: 20px;



}
.contact-form{
    margin-left: 100px;
    margin-top: 40px;

}
.form-group textarea{
    height: 150px;
}
.form-group input, .form-group textarea{
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 40px;
}
.submit-btn{
    background-color: #035790;
    border-radius: 5px;
    height: 50px;
    width: 150px;
    color: white;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;

}
.submit-btn:hover{
    transform: scale(1.05);
    transition: 0.5s ease;
}
