/*!
Theme Name: mediamosaic
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mediamosaic
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

mediamosaic is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	  
}

p {
	margin-bottom: 0;
	 
}


body {
	background: #fff;
	
}


/*===================Custom Css===============*/

header#masthead {
    padding: 10px 0;
       position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
/*     background: #bee5fb; */
	background: #fff;
}

header#masthead .site-branding img {
    width: 200px;
    height: auto;
}
header#masthead {
    padding: 10px 0;
}
ul#primary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

ul#primary-menu li.current-menu-item a {
    color: #40667c;
}
ul#primary-menu li a {
    color: #5f835a;
    text-decoration: none;
    font-family: 'AvenirLTProLight';
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 50px;
}

ul#primary-menu li a:hover{
	color: #40667c;
}

ul#primary-menu li:not(:first-child) {
    margin-left: 30px;
}

header#masthead .row {
    align-items: center;
}


.banner-main-heading h2:before {
    content: '';
    position: absolute;
    background-image: url(https://wordpressdeveloperjaipur.com/projects/mediamosaic/wp-content/uploads/2024/08/84770f_615be0b47e174e1eb1944ebf0f224a06_mv2-removebg-preview.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: -220px;
    top: -50px;
    width: 251px;
    height: 262px;
    object-fit: contain;
    transform: rotate(78.57581123772536deg);
    z-index: -1;
}

.banner-main-heading h2 {
    position: relative;
    z-index: 1;
}

.counter-cls .elementor-counter:before {
    content: '';
    position: absolute;
    background: #5F835A;
    width: 100%;
    height: 3px;
    bottom: -20px;
    border-radius: 5px;
}

.counter-cls .elementor-counter {
    position: relative;
}

.counter-cls .elementor-counter span.elementor-counter-number-prefix {
    display: none;
}

.counter-cls .elementor-counter .elementor-counter-title {
    justify-content: flex-start;
}

.service-block {
    padding: 20px 12px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px solid #5F835A;
    height: 100%;
    background: #5F835A;
}

.our-story-content {
    position: relative;
    z-index: 1;
}

.our-story-content:before {
    content: '';
    position: absolute;
    background-image: url(https://wordpressdeveloperjaipur.com/projects/mediamosaic/wp-content/uploads/2024/08/84770f_aaeec8923cbe44348b91e8e98c93c141_mv2-removebg-preview.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: -190px;
    top: -30px;
    width: 251px;
    height: 262px;
    object-fit: contain;
    transform: rotate(78.57581123772536deg);
    z-index: -1;
}

div#clients_slider .inner_clients img {
    width: 175px;
    height: 70px;
    object-fit: contain;
}

div#clients_slider .inner_clients {
    text-align: center;
}


.contact-us-form input[type="text"], .contact-us-form input[type="email"] {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #40667C;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
}

.contact-us-form label {
    color: #40667C;
    font-size: 15px;
    font-family: 'AvenirLTPromedium';
    display: block;
    text-transform: uppercase;
}

.contact-us-form .col-sm-6 {
    margin-bottom: 50px;
}

.contact-us-form label.textarea-label {
    margin-bottom: 20px;
    display: block;
}


.contact-us-form textarea {
    border: 1px solid #40667C;
    border-radius: 0;
    height: 140px;
    border-radius: 0;
    background: transparent;
    width:100%;
}

button.cf-btn {
    font-family: "AvenirLTProMedium", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    fill: #40667C;
    color: #40667C;
    background-color: #00000000;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #40667C;
    padding: 10px 20px 10px 20px;
    margin-top: 20px;
    letter-spacing: 1px;
}

button.cf-btn:hover {
    color: #5F835A;
    border-color: #5F835A;
}


.testi-details {
    padding: 80px 20px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px solid #5F835A;
    background: #5F835A;
    margin: 0 10px;
	    min-height: 450px;
}

.testi-inner {
    display: flex;
    flex: 1 1;
    flex-wrap: wrap;
    gap: 5%;
    /*align-items: center;*/
}

.testi-inner .testi-img {
    width: 20%;
    border-radius: 50%;
}

.testi-inner .testi-img img {
/*     border-radius: 50%; */
	width:100%;
	height:auto;
}

.testi-inner .testi-content {
    width: 75%;
}

.testi-star ul li img {
    width: 25px;
}

.testi-star ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.testi-para {
    font-family: 'AvenirLTProLight';
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
}

.testi-title {
    font-family: 'AvenirLTProMedium';
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

div#testi_slider .splide__arrows button.splide__arrow--next {
    right: -35px;
}

div#testi_slider .splide__arrows button.splide__arrow--prev {
    left: -35px;
}
div#testi_slider .splide__arrows button svg path {
    fill: #fff;
}
div#testi_slider .splide__arrows button {
    background: transparent;
    opacity: 1;
    font-size: 30px;
}


.main-project-cls {
    display: grid;
    grid-gap: 10px;
    grid-auto-flow: dense;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.main-project-cls .inner-project-cls.grid-cls-2 {
    grid-column: span 2;
}

.inner-project-cls.grid-cls-4 {
    grid-column: span 2;
}

.inner-project-cls.grid-cls-9 {
    grid-column: span 2;
}

.main-project-cls .inner-project-cls img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.main-project-cls .inner-project-cls {
    position: relative;
}

.proejct-img {
    position: relative;
}

.project-detials:before {
    content: '';
    position: absolute;
    background: rgba(65, 65, 65, 0.6) !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.5s;
}

.project-detials {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 30px;
    text-align: center;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transform: scale(0);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.inner-project-cls:hover .project-detials {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transform: scale(1);
}

.project-detials .project-content {
    color: #fff;
    font-family: 'AvenirLTProLight';
    font-size: 17px;
}

.project-detials .proejct-title {
    color: #fff;
    font-family: 'AvenirLTProMedium';
    font-size: 22px;
}

footer#colophon a {
    color: #fff;
    text-decoration: none;
}

footer#colophon {
    background: #232323;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}

.mobile-navbar{
	display:none;
}


/*==================Mobile Responsive==============  */

@media(max-width:768px){
	html,body{
		overflow-x:hidden;
	}
	
	header#masthead .site-branding img {
    width: 120px;
}
	    .site-branding {
        position: relative;
        padding: 0px 0 10px;
    }
	
	.mobile-navbar {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	display:block;
}
	
	.mobile-navbar i {
   font-size: 30px;
        color: #5F835A;
}
	
	header#masthead .col-sm-8 {
    padding: 0;
}
	
	.menu-main-menu-container {
/*     background: #fff; */
    padding: 20px;
}
	
	ul#primary-menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
	
	ul#primary-menu li:not(:first-child) {
    margin: 0;
}
/* 	nav#site-navigation {
    display: none;
} */
	
	header#masthead {
    padding: 10px 0;
/*     position: relative; */
/*     background: #bee5fb; */
	background: #fff;
}
	
.testi-inner {
    flex-direction: column;
    gap: 18px;
}


.testi-details {
    padding: 20px;
    margin: 0;
}

.testi-inner .testi-img {
    width: 30%;
}
	
	.testi-inner .testi-content {
    width: 100%;
}
	
	.main-project-cls {
    grid-template-columns: 1fr;
}
	
	.main-project-cls .inner-project-cls.grid-cls-2 {
    grid-column: span 1;
}
	
	.inner-project-cls.grid-cls-4 {
    grid-column: span 1;
}
	
	.inner-project-cls.grid-cls-9 {
    grid-column: span 1;
}
	
.banner-main-heading h2:before {
    width: 105px;
    height: 124px;
    right: -83px;
    top: -26px;
}
	
	div#clients_slider .inner_clients img {
    width: 112px;
}
	
	.our-story-content:before{
		display:none;
	}
	
	.our-story-head {
    width: fit-content;
}
	
	.our-story-head h2{
		position:relative;
		z-index:1;
}
	
	.our-story-head h2:before  {
            content: '';
        position: absolute;
        background-image: url(https://wordpressdeveloperjaipur.com/projects/mediamosaic/wp-content/uploads/2024/08/84770f_aaeec8923cbe44348b91e8e98c93c141_mv2-removebg-preview.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        right: -98px;
        top: -13px;
        width: 100px;
        height: 112px;
        object-fit: contain;
        transform: rotate(65deg);
        z-index: -1;
    }
	
	nav#site-navigation {
    position: fixed;
/*     background: #bee5fb; */
		background:#fff;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
	transition:all 0.5s;	
}
	
	nav#site-navigation.active {
    transform: translateX(0);
}
	.mobile-navbar.active .fa-bars {
    display: none;
}
	
	    .mobile-navbar.active:before {
        content: '\f00d';
        font-family: 'FontAwesome';
        font-size: 30px;
    }
	
	div#clients_slider .inner_clients {
    text-align: center;
    margin: 0 10px;
}
	
}

