/*
Theme Name: Nicol Child
Theme URI: https://wordpress.iqonic.design/product/wp/nicol/
Author: the iQonic team
Author URI: https://iqonic.design/
Template: nicol
Description: Now boost the creations for your creative agency, portfolio & photography with the presence and perfection of Nicol. It breaks down barriers with multiple home pages like the Home page, our portfolio, blog page, etc., And also multiple inner pages and all-around Nicol is fully cleanly coded & way too adaptive responsiveness design. 
Version: 1.3.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: nicol-child
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.portfolio-section .card-grid .card-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.portfolio-section .selectBtn .btn-text {
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right: 12px;
	min-width: 0;
}
.graident-text {
    background: linear-gradient(90deg, #55b6e2, #e34e9f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight:inherit;
}
.building-form-box .forminator-input,.building-form-box .forminator-textarea{
     height:50px!important;
     padding:15px!important;
 }
.building-form-box .forminator-col {
    display: flex;
    flex-direction: column;
}
.building-form-box .forminator-label{
      font-weight:500;
      font-size:16px;
      margin-bottom:6px;
  }
  .building-form-box .forminator-error-message{
      border-radius:10px!important;
  }
  .building-form-box .forminator-multi-upload{
    border-radius: 10px!important;
    border: 2px dashed #64748b!important;
  }
 .building-form-box .select2-container .select2-selection--single{
     background-color:#324154!important;
     height:50px!important;
     display: flex;
     align-items: center;
     padding:15px!important;
     border-radius: 10px;
     border: none!important;
}
.building-form-box .select2-selection--single .select2-selection__rendered{
    padding: 0!important;
}
.building-form-box .select2-container--default .select2-selection--single .select2-selection__rendered{
     height:auto;
     padding:0!important;
}
.building-form-box .select2-container--default .select2-selection--single .select2-selection__arrow{
     height:50px;
}
.building-form-box .select2-container .select2-selection--single{
     background-color:#324154!important;
     height:50px;
     display: flex;
     align-items: center;
     padding: 10px 15px;
     border-radius: 10px;
     border: none!important;
}
.building-form-box .graident-bg-btn {
    padding:15px!important;
    width:100%!important;
    font-size:18px!important;
    font-weight:600!important;
    border-radius:10px!important;
    background: linear-gradient(90deg,rgba(205, 2, 224, 1) 0%, rgba(39, 121, 178, 1) 100%)!important;
    border:none;
    color:#fff!important;
    transition:all 0.1s linear;
}
.building-form-box .graident-color-title .graident-text {
    background: linear-gradient(90deg, #55b6e2, #e34e9f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
	font-weight:inherit;
}
@media(max-width:768px){
	.building-form-box .forminator-field {
		margin-bottom: 20px!important;
		display: flex;
		flex-direction: column;
	}
}
.tech-dev-card{
    cursor:pointer;
}
.tech-dev-card .view-info-box .elementor-icon-box-title,.tech-dev-card .view-exp-btn{
     transition:all 0.2s linear;
}
.tech-dev-card:hover {
    border-color:#9E6EF1!important;
}
.tech-dev-card .view-exp-btn:hover{
    transform:scale(1.04);
}
.tech-dev-card:hover .view-info-box .elementor-icon-box-title{
    color:#9E6EF1;
}