/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.site-title a {
    text-decoration: none;
}
.site-title a:hover {
    text-decoration: none;
}

section.bg-head {
    background: #6E00FF !important;
}
/*.site-title a {
    color: #fff !important;
}*/
header#site-header {
    align-items: center;
}
button.head-btn {
    border: #fff;
    background: #fff;
    color: #000;
    padding: 10px 35px;
    border-radius: 34px;
    text-transform: capitalize;
}
.card {
    display: flex;
    align-items: center;
    height: 80vh;
    padding: 50px 0;
}
.form-custom-width {
    width: 530px;
    margin: 0 auto;
    padding: 40px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 15%);
    border-radius: 10px;
}
.profile-image-pic {
    height: 370px;
    width: 450px;
    object-fit: cover;
}
.text-center {
    text-align: center;
}
label.form-label {
    display: block;
    margin-bottom: 10px;
}
input#cphone {
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #fff !important;
    font-size: 15px;
    border-radius: 5px;
}
.order-btn {
    display: block;
    width: 100%;
    border: 1px solid #0e1c36;
    padding: 15px !important;
    font-size: 18px !important;
}
.order-btn:hover {
    background: transparent !important;
    color: #0e1c36 !important;
}
@media (max-width: 1440px) {
  .card {
        height: 100%;
        padding: 30px 0 50px;
    }
  .profile-image-pic {
        height: 320px !important;
    }
}
@media (max-width: 768px) {
.profile-image-pic {
        width: 400px !important;
        height: 290px !important;
    }
}

@media (max-width: 594px) {
 .form-custom-width {
    width: 100% !important;
    margin: 0 20px !important;
    padding: 40px;
}
}
@media (max-width: 425px) {
  .form-custom-width {
        padding: 20px;
    }
  .profile-image-pic {
        width: 100% !important;
        height: 229px !important;
    }
  header#site-header {
    padding: 10px 20px;
}
  .site-header .site-title a {
    font-size: 32px;
}
  .card {
        padding: 30px 0 30px;
    }
} 