*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: #D4D4D8;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

::-moz-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

:-ms-input-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

:-moz-placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.btn.btn-color-default {
    border-radius: 35px;
    border: 1px solid #000;
    background: #FFF;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.btn-gradient a.btn, a.btn-gradient.btn {
    border-radius: 25px;
    background: var(--Main-Gradiant, linear-gradient(51deg, #88171A 9.83%, #D31F32 88.25%));
    color: #FFF !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-color: #88171A;
    border: none;
    border: 2px solid;
}

div.btn {
    background: transparent;
    padding: 0;
}

div.btn:hover {
    background: transparent;
}

.section-contact .title-subtitle {
    border-radius: 35px;
    border: 1px solid #FFF;
    color: #FFF;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 9px 20px;
}

.section-contact input {
    border-radius: 39px;
    border: 1px solid #FFF;
    background: #727272;
    max-width: 565px;
    height: 63px;
    flex-shrink: 0;
}

.section-contact .wpcf7-form-control.wpcf7-submit {
    background: var(--Main-Gradiant, linear-gradient(51deg, #88171A 9.83%, #D31F32 88.25%));
    color: #FFF !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-color: #88171A;
    border: none;
    width: 190px;
}

.section-partner {
    border-radius: 16px;
    background: rgba(128, 128, 128, 0.09);
}

.section-partner .title-subtitle {
    border-radius: 35px;
    border: 1px solid #000;
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 9px 11px;
}

.section-partner .title {
    text-align: left;
    line-height: normal;
}

.section-logo .swiper-wrapper {
    align-items: center;
}

.section-lcc .e-con-inner .box {
    border-radius: 16px;
    border: 1px solid rgba(128, 128, 128, 0.55);
    background: #FFF;
    padding: 32px 20px;
}

.section-lcc .e-con-inner .box h3 {
    color: #D31F32;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.section-lcc .e-con-inner .box hr {
    width: 100%;
    display: block;
    max-width: 100%;
}

footer .footer-sidebar {
    padding-top: 0;
}

.section-hero .title-wrapper p {
    max-width: 664px;
}

.main-page-wrapper .site-content {
    /*margin-top: 50px;*/
}

.section-contact .screen-reader-response {
    display: none;
}

.section-contact h2 {
    margin-bottom: 12px !important;
    text-align: left;
}

.copyrights-wrapper div {
    color: #737373;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section-partner .box-two img {
    position: relative;
    top: -60px;
}

/* Talent card */

button.btn-gradient.btn.our-talent-load-more {
    border-radius: 25px;
    background: var(--Main-Gradiant, linear-gradient(51deg, #88171A 9.83%, #D31F32 88.25%));
    color: #FFF !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-color: #88171A;
    border: none;
    text-transform: capitalize;
}

.our-talent-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 50px auto;
    margin-top: 0;
}

.our-talent-front {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.group-n-s {
    position: absolute;
    bottom: 0;
}

.our-talent-front:before {
    content: '';
    border-radius: 0px 0px 16px 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #CD1F22 100%);
    backdrop-filter: blur(2px);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 146px;
}

.group-n-s h3 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.group-n-s {
    padding: 20px 16px;
    width: 100%;
}

.wrapper_s-l {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.our-talent-socials {
    border-radius: 28px;
    background: #FFF;
    padding: 6px 11px;
    display: flex;
    gap: 4px;
}

.our-talent-socials a {
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 4px;
}

.our-talent-back {
    border-radius: 16px;
    background: linear-gradient(51deg, rgba(136, 23, 26, 0.56) 9.83%, #D31F32 88.25%);
    backdrop-filter: blur(2px);
    position: absolute;
    top: 0;
    height: 100%;
    padding: 24px 15px;
    opacity: 0;
    transition: all 0.5s ease;
    width: 100%;
}

.our-gr-tl {
    position: relative;
}

.back-name-s {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.back-name-s h3 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.n-l p {
    color: #FFF;
    text-align: justify;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}

.our-talent-back .our-talent-socials {
    display: inline-flex;

}

.our-talent-card:hover .our-talent-back {
    opacity: 1;
}

.our-talent-load-more-wrapper {
    width: 100%;
    text-align: center;
}

/* single talent  */

.single-our-talent .site-main {
    margin-top: 60px;
}

.single-our-talent .our-talent-socials {
    border-radius: 28px;
    border: 1px solid #000;
    background: #FFF;
    display: inline-flex;
}

.single-our-talent h1 {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
}

.single-our-talent .section-info .wd-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.single-our-talent .section-info .wd-image img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.single-our-talent .section-info .wd-image::before {
    content: '';
    border-radius: 0px 0px 16px 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #CD1F22 100%);
    backdrop-filter: blur(2px);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 146px;
}

.form-get-in-touch .form-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.form-get-in-touch .form-half {
    width: 48%;
	position: relative;
}

.form-get-in-touch .form-full {
    width: 100%;
}

.form-get-in-touch input,
.form-get-in-touch .join-lava textarea {
    width: 100%;
    padding: 12px 18px;
    border-radius: 25px;
    border: 1px solid #ccc;
    font-size: 16px;
    background-color: #f9f9f9;
    resize: none;
    box-sizing: border-box;
}

.form-get-in-touch textarea {
    height: 150px;
}

.form-get-in-touch label {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}

.form-get-in-touch .form-button {
    width: 100%;
    text-align: center;
}

.form-get-in-touch input[type="submit"] {
    background: linear-gradient(to bottom, #b42d2d, #8b1f1f);
    color: white;
    border: none;
    padding: 12px 40px;
    border-radius: 20px;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s ease;
    display: inline-block;
    width: auto;
}

.form-get-in-touch input[type="submit"]:hover {
    background: linear-gradient(to bottom, #9d2424, #6e1515);
}

.wpcf7 .screen-reader-response {
    display: none;
}

.form-get-in-touch br {
    display: none;
}

.form-get-in-touch .form-half p {
    margin: 0;
}

.section-lcc.detail .e-con-inner .box {
    padding: 0;
    border: 0;
}

.control-mute .elementor-icon {
    cursor: pointer;
}

.mySwiper .swiper-slide .name-talent {
    position: absolute;
    bottom: 0;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 15px 15px;
    text-transform: uppercase;
}

.our-talent-card {
    height: 400px;
}

.our-talent-front img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.our-gr-tl {
    height: 100%;
}

.our-talent-front {
    height: 100%;
}

.our-talent-front .image {
    height: 100%;
}

.items-project .wd-gallery-item {
    border-radius: 16px;
    overflow: hidden;
}

.items-project .wd-gallery-item img {
    border-radius: 16px;
}

button.add-link-button {
    position: absolute;
    right: 6px;
    bottom: 6px;
    border-radius: 100%;
    background: #767676;
    font-size: 26px;
    color: #ffffff;
    width: 30px !important;
    height: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    min-height: 30px;
    line-height: 1;
}

.form-half .select2-container--default .select2-selection--multiple {
    background: transparent;
    border: none;
	display: flex;
    flex-direction: column-reverse;
}

.select2-container .select2-search--inline textarea.select2-search__field {
    width: 100% !important;
    padding: 12px 18px;
    border-radius: 25px;
    border: 1px solid #ccc;
    font-size: 16px;
    background-color: #f9f9f9;
    resize: none;
    box-sizing: border-box;
    height: 42px;
    min-height: 42px;
    overflow: hidden;
	margin: 0;
    line-height: 1;	
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    min-height: 100%;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    margin: 0;
    margin-top: 10px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered li {
    margin: 0 5px;
}

.gallery-home img {
    height: 400px;
    object-fit: cover;
	border-radius: 16px!important;
	width: 100%;
}

.gallery-home a {
    width: 100%;
}

button.minus-link-button {
    position: absolute;
    right: 40px;
    bottom: 6px;
    border-radius: 100%;
    background: #767676;
    font-size: 26px;
    color: #ffffff;
    width: 30px !important;
    height: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    min-height: 30px;
    line-height: 1;
}

.minus-link-button {
  display: none;
}
