/* 
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
*/

.banner .swiper-slide-contents{
    padding: 20px;
    background-color: #000000b5 !important;
}
.banner .elementor-button.elementor-slide-button.elementor-size-sm {
    padding: 10px 25px;
}
.form-style input , .form-style textarea  {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    height: 50px;
    padding: 15px !important;
}
/* .form-style textarea{
    height: 140px !important;
} */
.form-style input#gform_submit_button_1 {
    line-height: 0;
    padding: 10px 20px !important;
    height: 45px;
}
.form-style input#gform_submit_button_1:hover {
    border:1px solid #c19741 !important;
}
.ts-style img.card-img-top {
    height: 500px !important;
    object-fit: cover;
}
.ts-style .card {
    height: 500px;
}
.ts-style h3.card-title {
    color: #c19741 !important;
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 27px;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-align: center;
}
.ts-style .card-body {
    position: absolute;
    background-image: linear-gradient(180deg, #FFFFFF00 -40%, #000 71%);
    bottom: -2px;
    width: 100%;
    height:100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ts-style .owl-nav span {
    font-size: 35px;
}
.ts-style button.owl-prev {
    left: -36px !important;
}
.ts-style button.owl-next {
    right: -36px !important;
}
.ts-style p.card-text , .ts-style a.ws-btn{
    display: none;
}