@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Playwrite+CA:wght@100..400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

:root {
  --primary: #A67A5B;
  --secondary: #D3B69C;
  --beige: #FAF0DC;
  --text: #333333;
  --white: #ffffff;
  --black: #000000;
}

body {
  font-family: "Mulish", sans-serif !important;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--text) !important;
  background: #ffffff !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Playwrite CA", cursive;*/
  /*font-family: "Playfair Display", serif;*/
  /*font-family: "Pacifico", cursive;*/
  /*font-family: "Great Vibes", cursive;*/
  line-height: 1.25;
}

.btn_styleOne {
    background-color: #FAF0DC;
    padding: 10px 15px;
    border-radius: 4px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    font-family: "Great Vibes", cursive;
    letter-spacing: 2px;
    background-image: none !important;
    box-shadow: none !important;
}

.btn_styleOne:hover {
  background-color: #A67A5B;
  border: 1px solid #A67A5B !important;
  color: #ffffff !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.page_heading {
  font-size: 55px;
  font-weight: 700;
}

.heading_styleOne {
  font-size: 42px;
  font-weight: 700;
  color: #484848;
}

.heading_styleTwo {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.25;
}

.heading_styleFour {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.heading_styleFour.styleTwo {
  font-size: 28px;
}

.heading_styleFive {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}

.font_12px {
  font-size: 12px !important;
}

.font_14px {
  font-size: 14px !important;
}

.font_16px {
  font-size: 16px !important;
}

.font_18px {
  font-size: 18px !important;
}

.font_20px {
  font-size: 20px !important;
}

.txt_white {
  color: var(--white) !important;
}

.txt_primary {
  color: var(--primary) !important;
}

.txt_secondary {
  color: var(--secondary) !important;
}

.txt_gray {
  color: #757575 !important;
}

.txt_black {
  color: #000000 !important;
}

.bg_primary {
  background-color: var(--primary) !important;
}

.bg_secondary {
  background-color: var(--secondary) !important;
}

.bg_green {
  background-color: #27ae60 !important;
}

.hr_styleOne {
    opacity: 1;
    border-color: #cfa34b;
    margin: 15px 0px;
}

.text_styleOne {
    display: block;
    font-family: "Great Vibes", cursive;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
	color: var(--primary);
}

header > nav.bg-light {
    background-color: #ffffff !important;
}

header > nav.bg-light > .container {
    flex-direction: column !important;
}

header > nav#header .navbar-brand {
  margin: 0px !important;
  padding: 0px !important;
}

header > nav#header .navbar-brand img {
    height: 180px !important;
}

header > nav#header .navbar-collapse {
    width: 100%;
}

header > nav#header .navbar-collapse ul.navbar-nav {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}

header > nav#header .navbar-collapse ul.navbar-nav > li + li {
  margin-left: 45px;
}

header > nav#header .navbar-collapse ul.navbar-nav > li > a {
  font-size: 14px;
  color: #3f3f3f;
}

.hero-box > img {
	height: 65vh;
    max-height: 600px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-box {
	position: relative;
}

.hero-box > .hero-content {
	position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    text-align: left;
    color: #fff;
    border-radius: 5px;
    padding: 40px 30px 30px;
}

.hero-box > .hero-content:before {
    content: "";
    width: 80%;
    height: 80%;
    display: block;
    background: #000;
    position: absolute;
    top: 10%;
    left: 10%;
    opacity: 0.5;
    filter: blur(100px);
    border-radius: 50%;
    z-index: 0;
}

.hero-box > .hero-content h1 {
    text-shadow: 2px 2px 4px #000;
    line-height: 56px;
    font-size: 42px;
    position: relative;
}

.hero-box > .hero-content h1 > span {
    font-family: "Great Vibes", cursive;
    display: block;
    font-size: 72px;
}

.hero-box > .hero-content p {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.hero-box > .hero-content a {
	position: relative;
}

ul.service_list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

ul.service_list > li {
    flex: 0 0 100%;
    max-width: calc(33.33% - 30px);
    margin: 15px;
    position: relative;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 6px 12px -3px;
    padding: 30px;
    background: rgb(249, 249, 249);
    border-bottom: 2px solid #a67a5b;
    border-radius: 10px;
}

ul.service_list > li > h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 22px;
    color: #a67a5b;
    width: auto;
}

ul.service_list > li > p {
    font-size: 16px;
    margin: 0px;
}

ul.service_list.styleTwo > li {
    max-width: calc(25% - 30px);
    padding: 20px;
	background: #000000;
}

ul.service_list.styleTwo > li > h4 {
    color: #D3B69C;
}

ul.service_list.styleTwo > li > p {
    color: rgb(255 255 255 / 70%);
}

section.sound-section {
    background-image: url(/wp-content/uploads/2025/08/sound-01.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
    position: relative;
	font-weight: 600;
}

section.sound-section:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #fff5ee;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: 0;
}

.contactForm {
    text-align: left;
}

.contactForm label {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.contactForm input, .contactForm textarea {
    width: 100%;
    padding: 6px 12px;
    min-height: auto;
    outline: none;
	border: 1px solid #cccccc;
    font-size: 16px;
    border-radius: 5px;
}

.contactForm input {
    height: 44px;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
}

.contactForm input.wpcf7-submit {
    background-color: #a67a5b;
    border: 1px solid #a67a5b !important;
    color: #fff !important;
    font-family: "Great Vibes", cursive;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px;
}

.contactForm input.wpcf7-submit:hover {
    background-color: #FAF0DC;
    border: 1px solid #FAF0DC !important;
    color: #8b6246 !important;
}

ul.contact_list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

ul.contact_list > li {
    flex: 0 0 100%;
    max-width: calc(28% - 20px);
}

ul.contact_list > li:nth-child(2) {
    max-width: calc(44% - 20px);
}

ul.contact_list > li > i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #FAF0DC;
    color: #a67a5b;
    border-radius: 50%;
    margin: 0 auto 15px;
}

ul.contact_list > li > h6,
ul.contact_list > li > h6 > a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0px;
	display: block;
	color: #333333;
}

#footer > .container {
    border-top: 1px solid #000;
    font-size: 16px;
    font-weight: 600;
	color: #222222;
}

#footer p {
    margin: 20px 0px 25px;
}

#footer a {
	color: #222222;
}

section.gallery-section .ngg-galleryoverview {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}

section.gallery-section .ngg-gallery-thumbnail-box {
    flex: 100%;
    max-width: 25% !important;
}

section.gallery-section .ngg-gallery-thumbnail img {
    width: 100%;
}


@media screen and (min-width: 1400px) {

    section.gallery-section .ngg-gallery-thumbnail-box {
        max-width: 20% !important;
    }

}



@media screen and (max-width: 1199.98px) {
 
	body {
		font-size: 16px;
	}

	header > nav#header .navbar-brand img {
        height: 140px !important;
    }

	.hero-box > .hero-content h1 {
    	line-height: 46px;
    	font-size: 36px;
	}

	.hero-box > .hero-content h1 > span {
    	font-size: 62px;
    }

	.hero-box > .hero-content p {
    	font-size: 18px;
    	margin-bottom: 20px;
	}

	.text_styleOne {
    	font-size: 32px;
    	margin-bottom: 15px;
    }

	ul.service_list > li > h4 {
    	font-size: 20px;
    	margin-bottom: 15px;
    }

	ul.service_list > li > p,
	#footer > .container,
	ul.contact_list > li > h6,
	ul.contact_list > li > h6 > a,
	.contactForm label {
    	font-size: 14px;
	}

	section.sound-section {
        padding: 60px 0px;
    }

	ul.service_list.styleTwo > li {
    	max-width: calc(50% - 30px);
	}
 
}

@media screen and (max-width: 991.98px) {
  
  	.hero-box > .hero-content {
    	left: 50px;
    	padding: 20px 15px 15px;
	}
  
}

@media screen and (max-width: 767.98px) {

	button.navbar-toggler {
        position: relative;
        border: 0px;
        outline: none !important;
        box-shadow: none !important;
    }

    .navbar-toggler-icon {
        position: relative;
        background-image: none;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100%;
        display: inline-block;
        height: 2px;
        background-color: #000000;
        vertical-align: middle;
        width: 30px;
        border-radius: 5px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .navbar-toggler-icon:before,
    .navbar-toggler-icon:after {
        content: "";
        position: absolute;
        right: 0px;
        top: -10px;
        width: 30px;
        height: 2px;
        background: #000000;
        border-radius: 5px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .navbar-toggler-icon:after {
        top: 10px;
    }

    button[aria-expanded="true"] .navbar-toggler-icon {
        height: 0px;
        background-color: transparent;
    }

    button[aria-expanded="true"] .navbar-toggler-icon::before {
        top: 0px;
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    button[aria-expanded="true"] .navbar-toggler-icon::after {
        top: 0px;
        -webkit-transform: rotate(-225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(-225deg);
    }
    
    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    header > nav#header .navbar-brand img {
        height: 100px !important;
    }
    
    header > nav#header .navbar-collapse {
        width: calc(100% - 30px);
        z-index: 9;
        background-color: #faf0dc;
        position: absolute;
        left: 15px;
        top: calc(100% + 1px);
        padding: 10px 20px;
        border-radius: 0px 0px 5px 5px;
    }
  
    header > nav.bg-light {
        background-color: #ffffff !important;
        border-bottom: 1px solid #000;
    }

	header > nav.bg-light > .container {
        flex-direction: row !important;
    }
    
    header > nav#header .navbar-collapse ul.navbar-nav {
    	border: 0px;
        margin: 0px;
    }

	header > nav#header .navbar-collapse ul.navbar-nav > li + li {
    	margin-left: 0px;
		border-top: 1px solid #a4795a;
	}
    
    header > nav#header .navbar-collapse ul.navbar-nav > li > a.nav-link {
        padding: 10px;
    }

	.hero-box > img {
    	height: 55vh;
    }
    
	.hero-box > .hero-content {
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: calc(100% - 50px);
    }
    
    .hero-box > .hero-content h1 {
        line-height: 38px;
        font-size: 28px;
    }
    
    .hero-box > .hero-content h1 > span {
        font-size: 42px;
    }
    
    ul.service_list > li {
		max-width: calc(50% - 30px);
    }
    
    section.gallery-section .ngg-galleryoverview {
        margin-bottom: 40px;
    }
    
    section.gallery-section .ngg-gallery-thumbnail-box {
        max-width: 33.33% !important;
    }
    
    ul.contact_list > li {
        max-width: 100% !important;
    }

	ul.contact_list > li + li {
    	margin-top: 30px
    }
    
    #footer > .container {
        border: 0px solid #000;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    	padding-right: calc(var(--bs-gutter-x) * .5) !important;
        max-width: 100%;
    }
    
    #footer > .container .row > .col-md-6:last-child {
        background: #000000;
        color: #fff;
    }
    
    #footer p {
        margin: 10px 0px 30px;
    }
    
    #footer > .container .row > .col-md-6:last-child > p {
        margin: 15px 0px 20px;
    }
    

}

@media screen and (max-width: 575.98px) {
	
    ul.service_list > li,
	ul.service_list.styleTwo > li {
        max-width: calc(100% - 30px);
    }


}