/* 
 Theme Name:   Hello Elementor Child
 Theme URI:    
 Description:  
 Author:       admin
 Author URI:   http://server.devbunch.com/qasim/wordpress/contxt
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

body {
    background: #0246CE url('./assets/images/body-bg.jpg') fixed bottom left / cover;
    overscroll-behavior: none;
}
.header-section .elementskit-navbar-nav > li.current-menu-item > a {
	 font-weight: 700 !important;
}
.pricing-card {
	border-bottom: 1px solid rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(1rem);
}
/* Carousel */
.carousel-indicators {
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 2 !important;
    display: flex !important;
    justify-content: center !important;
    padding: 0 !important;
    margin-bottom: 8rem !important;
}
.carousel-indicators-wrapper {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(1rem);
    border: 1px solid rgba(255, 255, 255, 0.25);
    outline: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 32rem;
    display: flex;
    align-content: center;
    padding: 0.5rem;
    gap: 0.75rem;
}
.carousel-indicators-wrapper button {
    background-color: rgba(255, 255, 255, 0.33) !important;
    border: none !important;
    border-radius: 100% !important;
    margin: 0 !important;
    height: 1.25rem !important;
    width: 1.25rem !important;
}
.carousel-indicators-wrapper button.active {
    background-color: rgba(255, 255, 255, 0.66) !important;
}
.display-5 {
    font-weight: 300 !important;
    margin-top: 0 !important;
    margin-bottom: .5rem !important;
}
.display-4 {
    margin-top: 0 !important;
    margin-bottom: .5rem !important;
}
/* Modal */
#modal-container {
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(1rem);
}
#modal-container .dialog-container {
    width: 24rem;
}
.or {
    position: relative;
    top: -2.4rem;
    margin-bottom: -1.8rem;
}
.no-underline {
    text-decoration: none !important;
}
.blur {
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(1rem);
}
#modal-container .logo {
    height: 2.5rem;
}
.animate__popIn {
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    animation-name: popInKeyFrames;
}
@keyframes popInKeyFrames {
    0% {
        opacity: 0;
        transform: scale3d(0.75, 0.75, 0);
    }

    75% {
        opacity: 1;
    }
}
#modal-container .form-control {
    border-color: #dee2e6;
    border-radius: 0 0.375rem 0.375rem 0;
}
#modal-container .small {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
#modal-container .form-check.form-switch {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
#modal-container .btn-dark {
    font-size: 1.25rem;
    color: #fff;
    background: #212529;
    border-color: #212529;
    border-radius: 8px;
}
#modal-container .btn-dark:hover {
    background: #373b3e;
    border-color: #373b3e;
}
/* Contact Form */
.contact-card {
    backdrop-filter: blur(2rem);
}
.contact-form .form-control {
    font-size: 16px;
    background: #FFFFFF1A;
    border-color: #FFFFFF40;
    color: #fff;
    border-radius: 8px;
    margin-bottom: 30px;
    height: 50px;
    padding: 10px 20px;
    position: relative;
}
.contact-form .form-control option {
    color: #000;
}
.contact-form .form-control::-ms-input-placeholder { /* Edge 12-18 */
    color: #fff;
}
.contact-form .form-control::placeholder {
    color: #fff;
}
.contact-form textarea.form-control {
    height: 150px;
}
.contact-form .form-control.wpcf7-file {
    height: 38px;
    padding: .375rem .75rem;
}
.contact-form .form-control:focus {
    outline: none;
    border-color: #FFFFFF40;
    background: #FFFFFF1A;
    box-shadow: none;
    color: #ffffff;
}
.contact-form select.form-control {
    background-image: url('./assets/images/arrow-down.png') !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 20px) !important;
}
.contact-form p {
    margin: 0;
}
.contact-form br {
    display: none;
}
.contact-form .submit {
    font-size: 18px;
    line-height: 18px;
    padding: 12px 27px 12px 27px;
    background: #fff;
    color: #000;
    border-radius: 8px;
    border-color: #fff;
    display: flex;
    margin: 0 auto;
}
.contact-form .submit:hover, .contact-form .submit:focus {
    background: transparent;
    color: #fff
}
.contact-form .wpcf7-spinner {
    display: none;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 0em;
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
    border-radius: 8px;
    padding: 0.5em 1em;
}
.contact-form .wpcf7-not-valid-tip {
    font-size: 14px;
    position: absolute;
    bottom: -25px;
    color: #fcb900;
}
@media (min-width: 1025px) {
    .display-5 {
        font-size: 3rem !important;
        line-height: 1.2 !important;
    }
    .display-4 {
        font-size: 3.5rem !important;
        line-height: 1.2 !important;
    }
}
@media screen and (max-width: 1366px) {
  body {
    background-position: center;
  }
  .lead {
    font-size: 18px !important;
   }
}
@media screen and (max-width: 1024px) {
    .lead {
      font-size: 16px !important;
    }
    .contact-form textarea.form-control {
        height: 120px;
    }
    .contact-form .submit {
        font-size: 16px;
        line-height: 16px;
        padding: 12px 25px;
    }
}
@media screen and (max-width: 767px) {
    .contact-form .form-control {
        font-size: 14px;
        margin-bottom: 20px;
        height: 45px;
        padding: 10px 15px;
    }
    .contact-form textarea.form-control {
        height: 100px;
    }
    .contact-form select.form-control {
        background-position: calc(100% - 15px) !important;
        background-size: 10px !important;
    }
    .contact-form .form-control.wpcf7-file {
        height: 35px;
        padding: .375rem .75rem;
    }
    .contact-form .submit {
        font-size: 14px;
        line-height: 14px;
        padding: 12px 20px;
    }
    .contact-form .wpcf7-not-valid-tip {
        font-size: 12px;
        bottom: -20px;
    }
    .wpcf7 form .wpcf7-response-output {
        font-size: 12px;
    }
}
@media screen and (max-width: 575px) {
	.carousel-indicators {
		margin-bottom: 4rem !important;
	}
	.carousel-indicators-wrapper button {
		height: 1rem !important;
		width: 1rem !important;
	}
	#about-carousel img {
		width: 300px;
	}
}