.custom-form > form{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}
.custom-name{
    flex-basis: 48%;
    background-color: #ffffff;
    color: #000000;
	margin-bottom: 10px;
}
.custom-email{
    flex-basis: 48%;
    margin-top: 0px!important;
    background-color: #ffffff;
    color: #000000;
}
.custom-textarea{
    flex-basis: 98%;
    margin-top: 10px!important;
    background-color: #ffffff;
    color: #000000;
}
textarea[id="gkt_form_fe8826db_field_message"]{
    height: 120px;
    border: 0px;
}
input[type="text"], input[type="email"]{
    width: 100%;
}
.from-button{
    margin: auto;
    margin-top:10px!important;
}

/* About Me */
#wp-block-file--media-dcb68217-af52-414d-8935-50210d763990{
	display: none;
}

/* my portfolio */
/* .col-container {
    display: table;
    width: 100%;
}
.col {
    display: table-cell;
} */
.exp-group .wp-block-image{
    width: 268px;
}

/* .typewriter{
    overflow: hidden; /* Ensures the content is not revealed until the animation */
/*    border-right: .15em solid orange; /* The typwriter cursor */
/*    white-space: nowrap; /* Keeps the content on a single line */
/*    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
 /*   letter-spacing: .15em; /* Adjust as needed */
 /*   animation: 
      typing 3.5s steps(40, end),
      blink-caret .75s step-end infinite;
  }
  /* The typing effect */
/*@keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }
  
  /* The typewriter cursor effect */
/*  @keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: orange; }
  }
*/
/* Tablet View*/
  @media(max-width:720px){
	  .site-header.wp-container-core-group-is-layout-15c30a71{
		  justify-content: space-between;
		  padding-left: 30px;
		  padding-right: 30px;
	  }
	  .ghostkit-custom-ZT8TGJ{
		  text-align: left!important;
	  }
	  
	  h1, h2{
		  font-size: 48px;
	  }
	  
    .exp-group .wp-block-group{
        flex-wrap: wrap;
        align-items: center;
        text-align: center;
        width: 100%;
    }
    .exp-group .wp-block-image{
        margin: auto;
    }
  }

@media(max-width: 420px){
	.copyright-row{
		justify-content: center;
	}
}

  span.blinkline{
    color:#d85a53;
    animation: blinker 1s linear infinite;
    
  }
  
  @keyframes blinker{
    50%{
      opacity: 0;
    }
  }