



.sound-logo {
    max-width:60%
}/* CSS Reset */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    scroll-behavior: smooth;
}

html {
    overflow-x: hidden;
}


:root {
    --primary-color: #A07F30;
    --light-gold: #BFAC72;
    --secondary-color: #8C3232;
    --background-color: #06251D;
}

/* Scrollbar width for different browsers */
::-webkit-scrollbar {
    width: 10px;
    /* Width of the scrollbar */
}

/* Track (background of the scrollbar) */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Light gray background */
    border-radius: 10px;
    /* Rounded corners for the track */
}

/* Handle (the draggable part of the scrollbar) */
::-webkit-scrollbar-thumb {
    background: #888;
    /* Darker color for the handle */
    border-radius: 10px;
    /* Rounded handle */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Darker on hover */
}

/* Scrollbar for Firefox */
scrollbar-width: thin;
scrollbar-color: #888 #f1f1f1;


/* Univarsal */

.content {
    text-align: left;
}

.title h2,
.title h1 {
    font-size: 2.46rem;
    font-weight: 600;
    line-height: 63.36px;
    letter-spacing: -0.02em;
    text-align: left;
    color: var(--background-color);
}

.para p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 25.6px;
    text-align: justify;
}

.color_changes {
    color: var(--secondary-color);
}

.color_changes_2 {
    color: var(--primary-color);
}

.color_changes_3 {
    color: var(--light-gold);
}

.section_padding {
    padding: 4rem 0;
}

/* univasel end */


/* Navbar */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.logo {
    max-width: 30%;
}

.header .navbar-nav {
    background-color: #F6F6F6;
    border-radius: 0.813rem;
    padding: .4rem 0.5rem;
    gap: 8px;
    display: flex;
    opacity: 1;
    margin-top: auto;
}

.header .navbar-brand {
    width: 27%;
}

.header .navbar-nav .nav-item {
    /* border-radius: 0.625rem;
    padding: .3rem .35rem; */
}

.header .navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    border-radius: 0.525rem;
    padding: .3rem .65rem;
    color: #000;
    transition: all ease .5s;
}

.header .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
    background-color: var(--background-color);
}


.header .navbar-nav .nav-item .active {
    color: #fff;
    background-color: var(--background-color);
}

.navbar-nav .nav-link {
    padding: 10px 20px;
    color: #333;
}

.menu_phone {
    display: none;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.5s;
}

.menu_phone.show {
    width: 100%;
    display: block !important;
    opacity: 1;
    transform: translateY(0);
    position: absolute;
    top: 85px;
    left: 0;
}

/* ================================== Hero Section ======================== */

.hero {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333;
}

video.video-background {
    max-width: 115%;
    height: 100%;
    object-fit: cover;
}

.menu_icon.d-none {
    background: #a07f30;
    color: #fff;
    padding: 0.5rem 0.8rem;
    border-radius: 0.5rem;
}

/*.hero h1 {*/
/*     font-size: 5rem;*/
/*   color: #004d40;*/
/*}*/

.tagline {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 63.36px;
    color: var(--primary-color);
    text-align: center;
    margin-top: 2rem;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffc7;
}

.hero .container {
    position: absolute;
    top: 16%;
    z-index: 9;
}

.raintree_svg {
    max-width: 85%;
}

img.animated_house {
    width: 82%;
    margin-left: auto;
    position: absolute;
    right: 0;
    top: 90%;
}

.scroll-down {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.hexagon {
    max-width: 60%;
}

.scroll-down:hover {
    cursor: pointer;
}

/* ================================== Hero Section end ======================== */


/* ================================== about section ======================== */

.about {
    background: url('../img/bg_1.png') no-repeat center center/cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.about .row {
    margin-top: 4rem;
    justify-content: space-around;
}

.about .tabraiz {
    max-width: 100%;
}

.about .scroll-down {
    position: absolute;
    bottom: 40px;
    right: 2%;
    left: unset;
}

/* ================================== about section end ======================== */

/* ================================== section 3 ======================== */

.section_3 {
    background: url('../img/bg_2.png') no-repeat center center/cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.section_3 .row {
    margin-top: 4rem;
}

.section_3 .scroll-down {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.section_3 .title h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 63.36px;
    letter-spacing: -0.02em;
    text-align: left;
    color: var(--background-color);
}

.section_floating_images {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.floating_img {
    width: 30%;
}

.floating_img:nth-child(2) {
    transform: translateY(30px);
}

.floating_img:nth-child(5) {
    transform: translateY(45px);
}

/* ================================== section 3 end ======================== */


/* ================================== UNO and Onehive  ======================== */

.uno_onehive {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100vh;
}

.uno {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background-color: #BFAC721F;
    width: 50%;
    height: 100%;
    position: relative;
}

.onehive {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    height: 100%;
    background-color: #fff;
    position: relative;
}


.uno_onehive .content {
    text-align: center;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    z-index: 9;
    position: absolute;
    top: 10%;
}


img.img_uno {
    max-width: 100%;
}


.uno_onehive .title h2 {
    font-size: 2.46rem;
    font-weight: 600;
    line-height: 63.36px;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--background-color);
    text-transform: uppercase;
    margin-top: 2rem;
}

.uno .img_uno {
    width: 100%;
    height: 380px;
}

.uno_onehive .para p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 25.6px;
    text-align: center;
}

.buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 1.5rem;
    transition: all .5s;
}

.button_border a {
    border: 1px solid var(--light-gold);
    border-radius: 2rem;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    color: var(--light-gold);
    text-transform: capitalize;
    transition: all .5s;
}

.button_border a:hover {
    background-color: var(--light-gold);
    color: #000;
}

.button_contact a {
    background-color: var(--background-color);
    border-radius: 2rem;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    transition: all .5s;
    text-transform: capitalize;
}

.button_contact a:hover {
    border: 1px solid var(--background-color);
    background: transparent;
    color: var(--background-color);
}


/* ================================== UNO and Onehive end ======================== */


/* ================================== testimonial  ======================== */

.testimonial {
    background: url('../img/bg_4.png') no-repeat center center/cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.testimonial .title h2 {
    font-size: 2.46rem;
    font-weight: 700;
    line-height: 63.36px;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--background-color);
    text-transform: uppercase;
}


.testimonial .swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.testimonial .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 580px;
    height: 275px;
    box-shadow: 0 15px 50px 0px #41414133;
    filter: blur(4px);
    border-radius: 2rem;
    margin: 0rem 3rem;
}

.testimonial .swiper-slide-active {
    filter: blur(0px);
}


.testimonial .swiper-3d .swiper-slide-shadow-left,
.testimonial .swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}


.testimonial_card {
    display: flex;
    background-color: #BFAC7282;
    border-radius: 2rem;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.testimonial_card:hover {
    transform: translateY(-6px);
}

.tesimonial_img {
    margin-left: 1rem;
}

.tesimonial_img img {
    width: 175px;
}

.testimonial_content {
    text-align: left;
    padding: 2rem 2rem;
}

.testimonial_content h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.testimonial_content h4 {
    font-size: 1.2rem;
    font-weight: 600;
}

.testimonial_content p {
    font-size: .9rem;
}

.testimonial .scroll-down {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 10px);
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
    /* Change color */
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    /* Optional background */
    border-radius: 50%;
}

.swiper-button-next {
    right: 10px;
    /* Position adjustment if needed */
}

.swiper-button-prev {
    left: 10px;
    /* Position adjustment if needed */
}


/* ================================== testimonial end ======================== */



.nav-link.active {
    color: #ff0000;
    /* Active color, for example */
    font-weight: bold;
}





/* ================================== FAQs ====================================== */

.faqs {
    background: url('../img/bg_3.png') no-repeat center center/cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.faqs .title h2 {
    font-size: 2.46rem;
    font-weight: 700;
    line-height: 63.36px;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--background-color);
    text-transform: uppercase;
}

.faq_container {
    margin-top: 1.5rem;
}

.accordion-button:not(.collapsed)::after {
    content: '−';
    background-image: none;
    font-size: 2rem;
    height: 100%;
}

.accordion-button::after {
    background-image: none;
    content: '+';
    font-size: 2rem;
    height: 100%;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.accordion-button {
    font-size: 1.2rem;
    font-weight: 600;
}

.faqs .accordion-header .accordion-button {
    background-color: var(--background-color);
    color: #fff;
}


.faqs .accordion-item {
    border: none;
    color: #fff;
    border-bottom: 2px solid var(--background-color);
    border-radius: inherit;
}

.faqs .accordion-item:first-of-type>.accordion-header .accordion-button {
    border: none;
    box-shadow: none;
}

.faqs .accordion-header .accordion-button.collapsed {
    background-color: #fff;
    color: #000000;
}


.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.faqs .accordion-body {
    background-color: var(--background-color);
    text-align: left;
    font-size: 0.9rem;
    font-weight: 300;
}

.faqs .scroll-down {
    position: absolute;
    bottom: 20px;
    right: 8%;
    left: unset;
}


/* ================================== FAQs end ====================================== */



/* ================================== Footer  ====================================== */

.footer {
    background-color: var(--background-color);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.footer .footer_logo {
    max-width: 95%;
}

.footerLinks {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footerLinks a {
    font-size: 1.5rem;
    color: var(--light-gold);
    text-decoration: none;
    border: 1px solid var(--light-gold);
    border-radius: 2rem;
    padding: 0.80rem 0.95rem;
    width: 20%;
    transition: all .5s;
}

.footerLinks a:hover {
    background-color: var(--light-gold);
    color: var(--background-color);
}

.social_links {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social_links p {
    font-weight: 500;
    font-size: 1.5rem;
    color: var(--light-gold);
    margin: 0;
}

.social_links p a {
    color: var(--light-gold);
}

.social_icon {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.social_icon img {
    width: 55%;
}

.footer .para p {
    font-size: 1.4rem;
    color: var(--light-gold);
    font-weight: 400;
    line-height: 1.5;
    margin-top: 1rem;
    text-transform: capitalize;
}

/* ================================== Footer end ====================================== */



/* ================================= Project page ==================================== */
.hidden {
    width: 100%;
    height: 98px;
}

/* =========================== project banner ====================== */
.project_banner {
    width: 100%;
    position: relative;
}

.main_section {
    position: relative;
}

.main_section::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #06251dd4 100%);
    width: 100%;
    height: 100%;
}

.projects .swiper-pagination-bullet {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    /* opacity: var(--swiper-pagination-bullet-inactive-opacity, .2); */
    transition: all 0.5s;
    opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.projects .swiper-pagination-bullet:hover {
    transform: scale(1.2);

}

.projects .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    top: -2.3px;
    left: -2.5px;
    width: 1.1rem;
    height: 1.1rem;
    background: #ffffff00;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all 0.5s;
}

.projects .swiper-pagination-bullet-active:hover {
    transform: scale(1.2);
}

.projects .swiper-horizontal>.swiper-pagination-bullets,
.projects .swiper-pagination-bullets.swiper-pagination-horizontal,
.projects .swiper-pagination-custom,
.projects .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
    bottom: 22px;
}

.project_banner .content {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    z-index: 1;
    padding: 1rem 3rem 1rem 3rem;
}

.project_banner .title h2 {
    font-size: 4.46rem;
    font-weight: 700;
    line-height: 86.36px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #ffffff;
}

.project_banner .para {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project_banner .para p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 25.6px;
    text-align: justify;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.download_button {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.download_button button {
    color: #000;
    background-color: var(--light-gold);
    outline: none;
    border: none;
    border-radius: 0px 0px 14px 14px;
    padding: 0.55rem 2rem;
    font-size: 1.4rem;
    font-weight: 500;
}


/* =========================== project banner end ====================== */


/* =========================== project info ====================== */

.project_info {
    position: relative;
    width: 100%;
    padding: 5rem 0 1rem 0;
}

.project_info .content {
    margin-bottom: 2rem;
}

.project_info .title h2,
.project_info .title h1 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 63.36px;
    letter-spacing: -0.02em;
    text-align: left;
    color: var(--background-color);
    text-transform: uppercase;
}

.project_info .para {
    margin-top: 1rem;
}

.project_info .para h2 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.project_info .para p {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 30.6px;
    text-align: justify;
    letter-spacing: 1px;
}

.project_info .para li {
    font-size: 1rem;
    font-weight: 500;
    line-height: 30.6px;
    text-align: justify;
    letter-spacing: 1px;
}

.project_info table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 4rem;
    margin-bottom: 3rem;
}

.project_info tr {
    border-bottom: 1px solid #000;
}

.project_info tr:first-child {
    border-top: 1px solid #000;
}

.project_info th,
.project_info td {
    padding: 1.2rem;
    font-size: 1.1rem;
    text-align: left;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
}

.description p {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 30.6px;
    text-align: justify;
    letter-spacing: 1px;
}


/* =========================== project info end ====================== */



/* =========================== key_specs  ====================== */

.key_specs {
    position: relative;
    width: 100%;
}

.key_specs .title h2 {
    text-transform: uppercase;
    font-size: 2.46rem;
    font-weight: 600;
    line-height: 55.36px;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--background-color);
}

.specs_container {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 3rem;
}

img.specs_img {
    width: 115px;
    transition: all .5s;
}

img.specs_img:hover {
    transform: scale(1.1);
}


.specs_box {
    text-align: center;
    width: 15%;
}

.for_six .specs_box {
    width: 30% !important;
}

.specs_box p {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    margin-top: 1rem;
    text-transform: uppercase;
}

/* =========================== key_specs end ====================== */


/* =========================== overview layout ====================== */

.overview {
    position: relative;
}

.overview .title h2 {
    font-size: 2.46rem;
    font-weight: 700;
    line-height: 63.36px;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--background-color);
    margin-bottom: 2rem;
}

.overview img {
    border-radius: 8px;
}

.donwload_button {
    margin-top: 3rem;
    text-align: center;
}

.donwload_button a {
    text-decoration: none;
    color: #000;
    background-color: var(--light-gold);
    border-radius: .5rem;
    padding: 0.85rem 1.8rem;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
}

/* =========================== map end ====================== */

/* =========================== map ====================== */

.map {
    position: relative;
    padding-bottom: 0 !important;
}

.map .section_padding {
    padding: 2rem 0;
}

.map .title h2 {
    font-size: 3.46rem;
    font-weight: 700;
    line-height: 57.36px;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--background-color);
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.map_iframe {
    width: 100%;
    height: 550px;
}

/* =========================== map end ====================== */

/* ================================= Project page end ==================================== */


/* ==================================== contact page ===================================== */

.contact {
    background: url('../img/bg_3.png') no-repeat center center/cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    overflow: hidden;
    height: 100vh;
    /* margin-top: 2rem; */
}

.contact .content {
    display: flex;
    justify-content: space-between;
}

.contact .title {
    text-align: left;
    width: 30%;
}

.contact .title:last-child {
    text-align: left;
    width: 40%;
}

.contact .title h2 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 46.36px;
    letter-spacing: -0.02em;
    text-align: left;
    color: var(--background-color);
    text-transform: uppercase;
}

.contact .title p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 26.36px;
    letter-spacing: -0.02em;
    text-align: left;
    color: var(--light-gold);
    text-transform: capitalize;
}



.form-container {
    padding: 1rem 0;
}

.form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.8rem;
}

.form-row:nth-child(3) {
    margin-bottom: 2rem;
}

.form-group {
    flex: 0 0 48%;
    text-align: left;
}

label {
    font-size: .9rem;
    color: #000;
    font-weight: 500;
    margin-bottom: .3rem;
    text-align: left;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
    width: 100%;
    padding: 0.8rem 0.8rem 0.8rem 0rem;
    border: none;
    border-bottom: 2px solid #555;
    background-color: transparent;
    font-size: 1.1rem;
    color: #000000;
}

.contact select {
    width: 100%;
    padding: 0.8rem 0.8rem 0.8rem 0rem;
    border: none;
    border-bottom: 2px solid #555;
    background-color: transparent;
    font-size: 1.1rem;
    color: #000000;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder {
    color: #464646;
}


input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus {
    outline: none;
    border-bottom-color: #333;
}

.contact select {
    outline: none;
    border-bottom-color: #333;
}

.full-width {
    width: 100%;
}

.submit_button {
    width: 100%;
    /* text-align: right; */
    display: flex;
    justify-content: flex-end;
    height: max-content;
    margin-top: auto;
}

.submit_button button {
    background-color: var(--background-color);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.5rem 1.45rem;
    outline: none;
    border: none;
    border-radius: 0.5rem;
    transition: all .5s ease;
    cursor: pointer;
}


.submit_button button:hover {
    background-color: #bca876;
    /* Change background color on hover */
    color: #333;
    /* Change text color on hover */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    /* Add shadow effect */
    transform: translateY(-3px);
    /* Slight upward movement */
}

.submit_button button:active {
    transform: translateY(0);
    /* Button resets position when clicked */
    box-shadow: none;
    /* Remove shadow when clicked */
}

.contact_infos {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    height: 100vh;
}


.details-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    background-color: white;
}


.tbContainer {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}

.map-section {
    width: 50%;
    height: 100%;
}

.map-section img {
    width: 100%;
    height: 100%;
}

.info-section {
    width: 50%;
    padding: 2rem;
    height: 100%;
}

.top {
    margin-top: 4rem;
}

.info-heading {
    font-size: 2.46rem;
    color: #000000;
    margin-bottom: 0.65rem;
    font-weight: 600;
}

.address-info {
    font-size: 1.5rem;
    color: #444;
    margin-bottom: 30px;
    line-height: 1.6;
}

.contact-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.webUrl-box {
    width: 100% !important;
    margin-bottom: 30px;
}

.contact-box {
    background-color: #DED5B770;
    padding: 1rem;
    border-radius: 0.5rem;
    text-align: left;
    width: 48%;
}

.contact-box h3 {
    font-size: 1rem;
    color: var(--light-gold);
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.contact-box p {
    font-size: 1.1rem;
    color: #000;
    font-weight: 500;
    margin: 0;
}

.social-section {
    background-color: #DED5B770;
    padding: 1.5rem;
    border-radius: 0.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-title {
    font-size: 1.4rem;
    color: var(--light-gold);
    font-weight: 600;
    margin: 0;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-icons a {
    font-size: 20px;
    color: #333;
    text-decoration: none;
}

.social-icons a:hover {
    color: #b79f6c;
}

/* ==================================== contact page end ===================================== */


/* ==================================== who we are page  ===================================== */

.who {
    position: relative;
    width: 100%;
    height: 100vh;
}


.who .title h2 {
    font-size: 3.46rem;
    font-weight: 700;
    line-height: 57.36px;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--background-color);
    margin-top: 2rem;
    text-transform: uppercase;
}

.who .title h2 span {
    font-weight: 600;
}

.who img {
    max-width: 100%;
}

.ourStory .title h2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 41.36px;
    letter-spacing: -0.02em;
    text-align: left;
    color: var(--background-color);
}

/* ==================================== who we are page end  ===================================== */








/* high light */

.highlight {
    font-weight: 700;
}



.sound-logo {
    max-width:70%;
}