
body{
    font-family: "Times New Roman", Times, serif;
    background-color: rgb(209, 251, 251);
}



/* btn{
    text-align:  center;
} */

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

h2,h4{
  text-align: center;
  color:  white;
}
h3{
  color: black;
}


  /*navbar*/


  .topnav {
    overflow: hidden;
    background-color: #333;
    max-width: 1200px;
    margin: 0 auto;

    /* left: 50px;
    right: 20px; */
}
  
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    
  }


  
  main {
    max-width: 924px;
    margin: auto;
    box-shadow: 30px 0px 40px rgba(14, 13, 13, 0.1),
      -30px 0px 40px rgba(17, 17, 17, 0.1);
  }
  
  #split {
    background: #fff;
  }
  
  #split-text {
    display: flex;
    flex: 0 1 40vw;
    height: 50vh;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  
  
  
  #split-image {
    background: url(https://images.unsplash.com/photo-1605076896228-086cda8868c9?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=387&q=80);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;   
     flex: 0 1 60vw;
    margin: 0;
  }
  
  .btn {
    padding: 0.5rem 2rem;
    border: 1px #ccc solid;
    display: inline-block;
    margin: 2rem 0 0;
    border-radius: 50px;
    text-decoration: none;
    color: #333;
    
  }
  
  #split {
    display: flex;
    height: 100%;
  }
  


  /*footer*/

  footer{
    /* text-align: center; */
    background-color: #333;
    
    
}



p{
  color: black;
}


 /*icons*/


 .fa {
  padding: 10px;
  font-size: 25px;
  width: 25px;
  text-align: center;
  text-decoration: none;
  margin: 1px 2px;
  border-radius: 60%;
  color: blue;
}

.fa-github:hover{
  color: rgb(101, 101, 95);
 }

.fa-linkedin:hover{
 color: rgb(52, 110, 172);
 }
.fa-instagram:hover{
  color: rgb(119, 4, 4);
  }
.fa-envelope:hover{
  color: rgb(230, 72, 72);
  }
  .fa-phone:hover{
    color: rgb(167, 7, 7);
    }


  

  .left-half {
    background-color: #ff9e2c;
    position: absolute;
    left: 15px;
    width: 50%;
  }
  
  .right-half {
    background-color: #b6701e;
    position: absolute;
    right: 0px;
    width: 50%;
  }


/* about section */

#split_about {
    background: #fff;
  }
  
  #split-text_about {
    display: flex;
    flex: 0 1 40vw;
    height: 50vh;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  
  
  
  #split-image_about {
    background: url(https://media-exp1.licdn.com/dms/image/C4E03AQGlXEjZxbnkhg/profile-displayphoto-shrink_800_800/0/1644516320178?e=1657152000&v=beta&t=TKAq2sb0JMfuE9g0ORplubZHpoAsMtUPzUNaRmen21Q);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;   
     flex: 0 1 60vw;
    margin: 0;
  }
  
  
  
  #split_about {
    display: flex;
    height: 100%;
  }
  /* about section end */

  

  /* contact html css */
  
  input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
  
  input[type=submit] {
    background-color: #8caa04;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #bf44dd;
  }
  
  .container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
  }




/* services html css end */


.column {
  float: left;
  width: 30%;
  padding: 50px;
  text-align: center;
}

/* Style the images inside the grid */
.column img {
  opacity: 0.8;
  cursor: pointer;
}

.column img:hover {
  opacity: 1;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


