/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* ***** Fonts Initialize (Start) ***** */

@font-face {
    font-family: 'DIN Next W1G';
    src: url('./fonts/DINNextW1G-Black.woff2') format('woff2'),
        url('./fonts/DINNextW1G-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DIN Next W1G';
    src: url('./fonts/DINNextW1G-Regular.woff2') format('woff2'),
        url('./fonts/DINNextW1G-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* ***** Fonts Initialize (End) ***** */

/* ***** Genral Css (Start) ***** */

h1, h2 {
	font-family: 'DIN Next W1G' !important;
}

.main-page-wrapper {
    padding: 0px !important;
}
.whb-general-header {
    border: 0px !important;
}
.wd-prefooter {
    padding: 0px !important;
}
.site-content {
    margin-bottom: 0px !important;
}
.wd-sticky-social {
    display: none !important;
}

/* ***** Genral Css (End) ***** */

/* ***** Header Css (Start) ***** */

header ul#menu-main-menu {
    padding-left: 35px;
}

/* ***** Header Css (End) ***** */

/* ***** Banner Design (Start) ***** */

.banner-descp .info-box-inner {
    font-size: 20px !important;
}
.banner-descp .info-box-inner a.banenr-btn {
    color: #fff;
    position: relative;
}
.banner-design-sec .banner-descp {
    margin-top: 30% !important;
    position: relative;
}
.banner-descp::before {
    content: '';
    background: #fff !important;
    height: 50%;
    width: 2px;
    position: absolute;
    left: 0;
    top: 5px;
}
.banner-descp .info-box-inner a.banenr-btn::before {
    content: '';
    background: #fff;
    height: 2px;
    width: 40px;
    display: inline-block;
    vertical-align: super;
    margin-right: 20px;
}
.banner-descp .info-box-inner p:nth-child(1) {
    padding-left: 30px;
}

/* ***** Banner Design (End) ***** */

/* ***** About Section (Start) ***** */

.about-text .info-box-inner {
    font-weight: 500;
}
.about-text  .info-btn-wrapper a {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    border: 1px solid #000;
    padding: 18px 40px;
    background: #fff0 !important;
    box-shadow: none !important;
    transition: .8s;
}
.about-text .info-btn-wrapper a:hover {
    background: #e60048 !important;
    border-color: #e60048 !important;
    color: #fff !important;
}
.about-text .info-btn-wrapper {
    margin-top: 25px !important;
}
.about-text2 h4 {
    font-size: 42px !important;
    text-transform: initial;
    font-weight: 400;
    line-height: 50px;
    color: #000 !important;
}
.about-text2  p {
    display: block !important;
    font-size: 20px;
    line-height: 28px;
}

/* ***** About Section (End) ***** */

/* ***** Brands Images (Start) ***** */

.brands-images .gallery-images img {
    transition: filter .45s cubic-bezier(.3,.4,.1,1),opacity .45s cubic-bezier(.3,.4,.1,1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .55;
}
.brands-images .gallery-images img:hover {
    filter: brightness(100%);
    opacity: 1;
    transition: filter .45s cubic-bezier(.3,.4,.1,1),opacity .45s cubic-bezier(.3,.4,.1,1);
}

/* ***** Brands Images (End) ***** */


/* ***** Services Section (Start) ***** */

#inner-services .clm {
	margin: 20px auto;
    flex: 0 0 23%;
}
#inner-services .clm .vc_column-inner {
    padding: 170px 20px 20px 20px;
    border-radius: 20px;
}
#inner-services .clm .vc_column-inner h3.info-box-title {
    font-size: 53px !important;
    min-height: 75px;
}
#inner-services .clm .vc_column-inner a.btn {
    font-size: 19px;
    color: #000;
    text-transform: capitalize;
    background: #fff0 !important;
    padding: 0;
    position: relative;
    left: 40px;
    box-shadow: none !important;
}
#inner-services .clm .vc_column-inner a.btn::before {
    content: '';
    background: #000;
    height: 2px;
    width: 30px;
    position: absolute;
    left: -40px;
    top: 17px;
}

/* ***** Services Section (End) ***** */

/* ***** Case Study (Start) ***** */

.case-study-txt .info-box-title {
    text-transform: capitalize;
    font-weight: 400 !important;
}
.case-study-txt a.btn {
    font-size: 20px;
    text-transform: capitalize;
    color: #fff !important;
    background: #fff0 !important;
    font-weight: 400;
}
#case-study {
    background-position: bottom !important;
    padding-top: 60px !important;
    padding-bottom: 620px !important;
}
.case-wrapper .box-icon-wrapper {
    margin-bottom: 0;
}
.case-wrapper .info-box-content {
    padding: 30px 40px;
}
.case-wrapper .info-box-content .info-box-subtitle {
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}
.case-wrapper .info-box-content h2.info-box-title {
    font-size: 22px !important;
    text-transform: initial !important;
}
.case-wrapper a.btn {
    background: #fff0 !important;
    padding: 0px !important;
    font-size: 18px;
    color: #000;
    text-transform: inherit;
    box-shadow: none !important;
    font-weight: 400 !important;
}

/* ***** Case Study (End) ***** */

/* ***** Blogs Section (Start) ***** */

#blogs-sec .wd-blog-holder {
    display: block;
    margin-top: 35px;
}
#blogs-sec .wd-blog-holder .article-body-container {
    text-align: left !important;
    box-shadow: none !important;
    padding: 0px !important;
}
#blogs-sec .wd-blog-holder .meta-post-categories {
    background: #fff0 !important;
}
#blogs-sec .wd-blog-holder .meta-post-categories a {
    color: #666;
    font-weight: 400;
    text-transform: initial;
    font-size: 17px;
}
#blogs-sec .wd-blog-holder .wd-entry-meta {
    display: none !important;
}
#blogs-sec .wd-blog-holder .hovered-social-icons {
    display: none !important;
}
#blogs-sec .wd-blog-holder p.read-more-section a {
    color: #666;
    font-weight: 400;
    text-transform: initial;
    font-size: 17px;
}
#blogs-sec .wd-blog-holder .article-inner {
    box-shadow: none !important;
}
#blogs-sec .wd-blog-holder  .meta-categories-wrapp {
    position: unset !important;
    padding: 0px !important;
}
#blogs-sec .wd-blog-holder .meta-categories-wrapp .meta-post-categories {
    padding: 0;
}

/* ***** Blogs Section (End) ***** */

/* ***** Footer (Start) ***** */

.project-mind a.btn {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    border: 1px solid #e60048 !important;
    padding: 18px 40px;
    background: #e60048 !important;
    box-shadow: none !important;
    transition: .8s;
    border-radius: 30px;
    color: #fff !important;
    float: right;
}
.bottom-ftr .info-box-title {
    font-size: 18px !important;
}
.bottom-ftr ul.cstm-ftr-details {
    margin: 0;
    padding: 0;
}
.bottom-ftr ul.cstm-ftr-details li {
    padding: 0;
    margin: 0;
    list-style: none;
}
#inr-footer2 .wd-social-icons {
    text-align: left !important;
    margin-top: 5px;
}
.bottom-ftr a.btn {
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    background: #fff0;
    padding: 0;
    box-shadow: none !important;
}
#inr-footer2 {
    border-top: 1px solid #ccc;
}

/* ***** Footer (End) ***** */

/* About page */

#abt-sec-inner .clm1::after {
    content: url(https://digitalmelons.naqiahmedsiddiqui.com/wp-content/uploads/2023/09/connector2.svg);
    position: absolute;
    right: -82%;
    bottom: -20px;
    display: block;
    transform: rotate(6deg);
}
#abt-sec-inner {
    width: 900px;
    margin: 0 auto;
    max-width: 100%;
}
#abt-sec-inner .clm2::after {
    content: url(https://digitalmelons.naqiahmedsiddiqui.com/wp-content/uploads/2023/09/connector2.svg);
    position: absolute;
    left: -87%;
    bottom: 0px;
    display: block;
    transform: rotate(267deg);
}
#abt-sec-inner .clm1,#abt-sec-inner .clm2{
    position: relative;
}

.about-img {
    width: 100% !important;
	margin: 0px !important;
}
.about-img img {
    width: 100% !important;
}
#about-img-section .vc_column-inner{
	padding: 0px !important;
}
.about-info .info-box-title strong {
    color: #fff;
    font-size: 100px;
    line-height: 90px !important;
}

/* Our Work */
.service-info .info-box-inner {
    padding-left: 10%;
    position: relative;
}
.service-info .info-box-inner:before {
    content: '';
    background: #fff;
    height: 146px;
    width: 1px;
    display: block;
    position: absolute;
    left: 100px;
    top: 5px;
}
/* my css */
header ul#menu-main-menu li a {
    color: #fff !important;
    font-weight: 500;
    text-shadow: 0px 0px #fff;
    position: relative;
}
.hdr-btn {
    color: #fff !important;
    font-family: 'DIN Next W1G' !important;
    text-transform: none;
    padding: 0 !important;
    line-height: 20px;
    font-size: 20px;
    background-color: #fff0 !important;
    font-weight: 500;
    position: relative;
}
.hdr-btn::after {
    content: '' !important;
    height: 3px !important;
    width: 0px;
    background-color: #de0649;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    transition: .8s !important;
}
.hdr-btn:hover::after, header ul#menu-main-menu li a:hover::after {
    width: 100% !important;
}
header ul#menu-main-menu li a::after {
    content: '' !important;
    height: 2px !important;
    width: 0px;
    background-color: #de0649;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    transition: .8s !important;
}
.banner-descp::before {
    left: -20px;
}
div#brands-sec .wpb_column.vc_column_container .info-box-wrapper .info-box-content h2 {
	margin-top:0 !important;
}


.page-id-108 .clm .vc_column-inner {
    padding: 0 40px !important;
}
.page-id-108 .clm .vc_column-inner ul {
    column-count: 2;
}
#case-study-main .info-box-inner p {
    display: block !important;
}

/* ***** Responsive (Start) ***** */

@media (max-width:480px) {
	#abt-sec-inner .clm1::after,#abt-sec-inner .clm2::after {
    display: none;
}

#abt-sec-inner .vc_column_container .vc_column-inner {
    padding: 0 0 !important;
}

div#banner-design-sec .info-box-content .info-box-inner {
    font-size: 70px !important;
    line-height: 100% !important;
}

div#banner-design-sec .banner-txt .info-box-title {
    -webkit-text-stroke-width: 3px !important;
    letter-spacing: 4px;
}

#what-we-section .info-box-content .btn {
    margin: 0px auto;
    display: table;
    font-size: 15px;
    padding: 14px 20px;
}
div#we-are-dedicated a.btn {
    margin: 0px auto;
    display: table;
    font-size: 15px !important;
    padding: 14px 40px !important;
}

html body #footer-sec {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#inr-footer .project-mind a.btn {
    font-size: 16px !important;
    padding: 15px 35px !important;
}

div#inr-footer2 .clm ul li {
    text-align: center !important;
}

div#copyright-row .wpb_text_column p {
    font-size: 14px !important;
    text-align: center !important;
}

div#footer-sec div#inr-footer .just-for-font-size h3 {
    font-size: 22px !important;
    line-height: 100% !important;
}

div#footer-sec div#inr-footer .just-for-font-size p {
    font-size: 17px !important;
    line-height: 25px !important;
}
div#banner-design-sec .info-box-content .info-box-inner p {
    font-size: 17px;
    line-height: 25px;
}

.page-id-108 .clm .vc_column-inner ul {
    column-count: 1 !important;
}

.page-id-108 .clm .vc_column-inner .btn {
    margin-bottom: 30px;
}

.page-id-108 .clm .vc_column-inner {
    padding: 0px !important;
}
}