section.hero .hero-text-box{text-align:right}section.hero .hero-text-box h1{font-weight:700}.contact-page{background-color:var(--web-primary-background-color);color:var(--web-primary-text-color);width:100%}.contact-page .go-back{cursor:pointer;padding:10px 0;display:flex}.contact-page .go-back .go-back-icon{width:12px}.contact-page .go-back span{margin:0 5px}.contact-page .contact-container{background-color:var(--web-primary-background-color);width:100%;height:100vh;color:var(--primary-text-color);justify-content:center;align-items:center;display:flex;overflow:hidden}.contact-page .contact-container .form-container{flex:50%}.contact-page .contact-container .form-container .number a{display:flex}.contact-page .contact-container .form-container .number .phone{margin-right:10px;height:20px!important}.contact-page .contact-container .form-container h1{color:var(--web-primary-text-color);font-size:35px;font-weight:700}.contact-page .contact-container .form-container input,.contact-page .contact-container .form-container textarea{color:var(--web-third-text-color);background-color:var(--web-third-background-color);box-shadow:none;border:none;outline:none;padding:10px 20px;transition:all .5s ease-in-out}.contact-page .contact-container .form-container input:focus,.contact-page .contact-container .form-container textarea:focus{background-color:var(--web-background-text-color);color:var(--web-third-text-color);border:none;outline:none}.contact-page .contact-container .form-container .btn{background-color:var(--web-third-background-color);color:var(--web-third-text-color);letter-spacing:0;border:none;padding:15px 0}.contact-page .contact-container .image-container{background-color:var(--web-primary-background-color);flex:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.contact-page .contact-container .image-container .img{width:100%;margin:auto}@media only screen and (max-width:639px){.contact-container{flex-direction:column!important;height:auto!important}.contact-container .form-container,.contact-container .image-container{flex:100%!important}}
