/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Oxanium:wght@200..800&display=swap');
@font-face {
  font-family: 'MrEavesXLModOT-Bold';
  src: url('/wp-content/themes/salient-child/fonts/MrEavesXLModOT-Bold.woff') format('woff');
}
@font-face {
  font-family: 'MrEavesXLModNarOT-BoldItalic';
  src: url('/wp-content/themes/salient-child/fonts/MrEavesXLModNarOT-BoldItalic.woff') format('woff');
}
h1, h2, h1 strong, h2 strong{
	 font-family: 'MrEavesXLModOT-Bold';
}
h3, h4, h5, h6, h3 strong, h4 strong, h5 strong{
	font-family: "Oxanium", sans-serif;
}
p, strong, ul, li, a, span, b, small{
	font-family: "DM Sans", sans-serif;
}

a.primary-btn {
    color: #000 !important;
    padding: 17px 30px;
    display: inline-block;
    border-radius: 8px;
    background: var(--SWT, linear-gradient(180deg, #C99B3B -4.86%, #FFE78D 22.44%, #C99B3B 75.62%, #FFE78D 101.98%));
    opacity: 1 !important;
    transition: 0.5s !important;
}
a.primary-btn:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: 0.5s;
}
/* Header */
#top .menu-item a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-left: 35px !important;
}

#top li.hdr-btn.menu-item a {
    border-radius: 8px;
    background: var(--SWT, linear-gradient(180deg, #C99B3B -4.86%, #FFE78D 22.44%, #C99B3B 75.62%, #FFE78D 101.98%));
    padding: 17px 50px 17px 30px !important;
    position: relative;
}

#top li.hdr-btn.menu-item a span::before {
    content: url(/wp-content/uploads/2024/11/arrow-up.png);
    position: absolute;
    right: -20px;
    transform: scale(0.9);
    top: 1px;
}

/* Hero Area */
.hero-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
}


.hero-area h4 {
    background: var(--SWT, linear-gradient(180deg, #C99B3B -4.86%, #FFE78D 22.44%, #C99B3B 75.62%, #FFE78D 101.98%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 5.12px;
    text-transform: uppercase;
}

.hero-area h1 {
    color: #FFF;
    text-align: center;
    font-size: 90px;
    font-weight: 900;
    line-height: 90px;
    padding: 10px 0 20px;
    font-family: 'MrEavesXLModNarOT-BoldItalic';
    letter-spacing: 3px;
}

.hero-area p {
    color: #FFF;
    font-size: 18px;
    width: 70%;
    margin: 0 auto;
}
/* About Us */
.common-col h4 {
    background: var(--SWT, linear-gradient(180deg, #C99B3B -4.86%, #FFE78D 22.44%, #C99B3B 75.62%, #FFE78D 101.98%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 3.84px;
    text-transform: uppercase;
}

.common-col h2 {
    color: #000;
    font-size: 50px;
    line-height: 50px;
}

.common-col p {
    color: #000;
    font-size: 16px;
}

.about-area .iwt-text h5 {
    color: #000;
    font-size: 22px;
    font-family: MrEavesXLModOT-Bold;
}

.about-area .iwt-text p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.about-area .iwt-text {padding-left: 110px;}

.about-area .iwithtext .iwt-icon img {
    width: 80px !important;
}

.about-area .iwithtext {
    margin-top: 30px;
    padding-top: 0;
}

.about-area .iwithtext:nth-child(2) {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 30px;
}

a#primery-btn {
    border-radius: 8px;
    background: var(--SWT, linear-gradient(180deg, #C99B3B -4.86%, #FFE78D 22.44%, #C99B3B 75.62%, #FFE78D 101.98%));
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 17px 30px;
}

a#primery-btn:after {
        content: url(/wp-content/uploads/2024/11/arrow-up.png);
        transform: scale(0.9);
        top: 1px;
        position: relative;
        margin-left: 8px;
}


a.primary-btn:after {
        content: url(/wp-content/uploads/2024/11/arrow-up.png);
        transform: scale(0.9);
        top: 1px;
        position: relative;
        margin-left: 8px;
}

/* Services */
.services-area .common-col {
    margin-bottom: 50px;
}

.services-area .services-inner .wpb_text_column {
    border-radius: 24px;
    border: 1px solid rgba(217, 217, 217, 0.60);
    background: #FFF;
    padding: 30px 20px;
    transition: 0.5s;
}

.services-area h5 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    font-family: MrEavesXLModOT-Bold;
}

.services-area .services-inner p {
    text-align: left;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
}

.services-area .services-inner img {
    margin: 0;
}

a.anchor-icon {border-radius: 50%;background: var(--SWT, linear-gradient(163deg, #C99B3B -4.86%, #FFE78D 22.44%, #C99B3B 75.62%, #FFE78D 101.98%));display: inline-block;height: 40px;width: 40px;display: flex;align-items: center;justify-content: center;opacity: 1 !important;transition: 0.5s !important;!i;!;!i;!;}

.services-area .services-inner .wpb_text_column:hover a.anchor-icon {
    transform: rotate(45deg);
    transition: 0.5s !important;
    background: #fff !important;
}
.services-area .services-inner .wpb_text_column:hover {
    border-radius: 24px;
    background: var(--SWT, linear-gradient(180deg, #C99B3B -4.86%, #FFE78D 22.44%, #C99B3B 75.62%, #FFE78D 101.98%));
    transition: 0.5s;
}
/* Make Your */
.make-area h2 {
    margin-bottom: 60px !important;
}

.common-col h2 strong {
    background: var(--SWT, linear-gradient(180deg, #C99B3B -4.86%, #FFE78D 22.44%, #C99B3B 75.62%, #FFE78D 101.98%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.make-area  h5 {
    color: #000;
    font-family: MrEavesXLModOT-Bold;
    font-size: 24px;
}

.make-area p {
    color: #000;
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    width: 85%;
    margin: 0 auto;
}
/* Showcase  */
.showcase-area {
    padding: 58px 60px !important;
}

.showcase-area .row-bg {
    background-size: cover;
}

.showcase-area h2 {
    color: #000;
    font-size: 45px;
}

.showcase-area .nectar-milestone span {
    color: #000;
    font-family: MrEavesXLModOT-Bold;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 2.8px;
}

.showcase-area .nectar-milestone .subject {
    color: #000;
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
}

/* Work */
.common-col-light h2 {
    color: #fff;
}

.common-col-light h2 strong {
    background: var(--SWT, linear-gradient(180deg, #C99B3B -4.86%, #FFE78D 22.44%, #C99B3B 75.62%, #FFE78D 101.98%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.work-area h2 {
    margin-bottom: 50px !important;
}

.work-area h4 {
    color: #fff !important;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 500;
}

.work-area .content {
    color: #ffffff8f;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.work-area .list-icon-holder {
    background: transparent !important;
}

.work-area .nectar-icon-list:after {
    background: #D9D9D9;
    opacity: 0.2;
}
.work-area .wpcf7.js {
    margin-left: 100px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(4px);
    padding: 40px;
}

.work-area .wpcf7.js h2 {
    color: #FFF;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 20px !important;
}

.work-area .wpcf7.js label {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 16px;
    margin-bottom: 10px !important;
    display: inline-block;
}

.work-area .wpcf7.js input {
    border: 1px solid #ffffff61;
    padding: 15px 12px;
    color: #fff;
}

.work-area .wpcf7.js input.wpcf7-form-control.wpcf7-submit {
    border-radius: 6px;
    background: var(--SWT, linear-gradient(180deg, #C99B3B -4.86%, #FFE78D 22.44%, #C99B3B 75.62%, #FFE78D 101.98%));
    width: 100%;
    color: #000 !important;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 500;
}
.work-area .wpcf7.js h2 strong {
    background: var(--SWT, linear-gradient(180deg, #C99B3B -4.86%, #FFE78D 22.44%, #C99B3B 75.62%, #FFE78D 101.98%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
span.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-text.wpcf7-not-valid {
    border-color: red !important;
}
/* Testimonials */
.testimonials-area .row-bg-wrap:after {
    content: "";
    position: absolute;
    left: auto;
    right: 0px;
    width: 40%;
    top: -430px;
    bottom: 0;
    background: url(/wp-content/uploads/2024/11/pngimg.com-mercedes_PNG80189-1.png) no-repeat;
    z-index: 9;
}
.testimonials-area .common-col p {
    padding: 10px 0;
}
.testimonials-area .iwt-text {
    padding-left: 75px;
}

.testimonials-area  .iwt-icon img {
    width: 55px !important;
}

.testimonials-area .iwt-text h5 {
    margin-bottom: 0;
}

.testimonials-area 
 .iwithtext {
    margin-bottom: 25px;
}

.testimonials-area 
 .carousel-item p {
    color: #000000b5;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
}

.testimonials-area 
 .carousel-item {border-radius: 12px;background: #F3F3F3;padding: 40px;}

.testimonials-area .owl-dots {
    display: none;
}

.testimonials-area 
 .owl-nav.disabled {
    display: block !important;
    text-align: left;
}

.testimonials-area .owl-nav button {
    background: transparent !important;
    border: 1px solid #c5c5c5;
    height: 55px;
    width: 55px;
    border-radius: 50% !important;
    color: #000 !important;
    position: relative;
    font-size: 0 !important;
}

.testimonials-area .owl-nav button:before {
    content: "";
    position: absolute;
    left: 36%;
    right: 0;
    top: 32%;
    bottom: 0;
    background: url(/wp-content/uploads/2024/11/arrow-up.png) no-repeat;
    height: 15px;
    width: 15px;
    z-index: 9999;
    transform: rotate(-135deg);
}

.testimonials-area .owl-nav button.owl-next:before {
    transform: rotate(45deg);
    top: 40%;
}

.testimonials-area .owl-nav button:hover {
    border-radius: 8px;
    background: var(--SWT, linear-gradient(180deg, #C99B3B -4.86%, #FFE78D 22.44%, #C99B3B 75.62%, #FFE78D 101.98%)) !important;
    transition: 0.5s;
}
/* Footer */
.social-media {
    display: flex;
    align-items: center;
    justify-content: end;
}

.social-media .social-icons ul {
    display: flex;
    margin: 0;
}

.social-media .social-icons ul li {
    list-style-type: none;
    margin-left: 30px;
}

.social-content h5 {
    margin-bottom: 0;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 20px;
}

.social-media .social-icons ul li i {
    font-size: 22px;
    color: #fff;
}

.follow-area {
    border-bottom: 1px solid;
}

.footer-main h2 {
    color: #FFF;
    font-size: 40px;
    line-height: 60px;
    white-space: nowrap;
}

.footer-main p {
    color: #ffffffb5;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px; 
}
.footer-main ul {
    margin: 0;
}

.footer-main ul li {
    list-style-type: none;
}

.footer-main ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 56px; /* 311.111% */
    color: #ffffffbd !important;
}

.extra-menu {
    padding-top: 70px;
}

.footer-main .es-email {
    border: 1px solid #fff;
    padding: 13px 20px;
    color: #fff;
}

.footer-main input[type="submit"] {
    border-radius: 8px;
    background: var(--SWT, linear-gradient(180deg, #C99B3B -4.86%, #FFE78D 22.44%, #C99B3B 75.62%, #FFE78D 101.98%));
    width: 100%;
    color: #000;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 500;
}
.copyright-area {
    border-top: 1px solid;
}

.copyright-area p {
    color: #FFF;
    font-size: 16px;
}

.copyright-area p strong {
    background: var(--SWT, linear-gradient(180deg, #C99B3B -4.86%, #FFE78D 22.44%, #C99B3B 75.62%, #FFE78D 101.98%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "DM Sans";
    font-size: 16px;
}
.footer-about p {
    width: 70%;
}