@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
*, ::after, ::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
} 
html {
    scroll-behavior: smooth;
}
p, li, span, input, textarea, ::placeholder, select, option {
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.6px;
}
img {
    width: 100%;
}
body {
    overflow-x: hidden;
}

@font-face {
    font-family: technovier;
    src: url("../fonts/technovier/Techovier/Bold.ttf") format("truetype");
}

h1, h2, h3, h4, h5, h5, strong {
    font-family: technovier;
    letter-spacing: 4px;
   
}

:root {
    --blue: #101336;
    --gold: #E19F65;
}


body {
    background-color: #fff;
}
.flex {
    display: flex;
}
.b-container {
  width: 90%;
  margin: 0 auto;
}
a {
    text-decoration: none;
}
ul {
    list-style: none;
}
section {
   width: 100%;
}
/* cursor starts here  */
.cursor {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: var(--gold);
    position: absolute;
    z-index: 1000;
    left: 0;
    top:0;
    transform: translate(-50%, -50%);
    transition: all 0.01s ease-in-out;
    /* z-index: 0; */
    pointer-events: none;
    display: block;

}
.mousegrow {
    transform: scale(4);
    /* filter: grayscale(4%); */
    mix-blend-mode: difference;
    transition: all 0.05s ease-in-out;
    
}
.cursor-pointer {
   /* width: 2px;
   height: 2px;
   border-radius: 50%;
   background-color: var(--blue);
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%); */

}

/* cursor ends here  */
/* header css starts here  */
header {
    width: 100%; 
    background-color: var(--blue);
    z-index: 1000;

}
header a {
    color: #fff;
}
.close-menu {
    display: none;
}
.mobile-menu-icon {
    display: none;
}
.boyenas-logo {
    width: 20%;
    display: flex;
    align-items: center;
   
}
.boyenas-logo img {
    width: 85%;
}
.boyenas-main-header {
    width: 80%;
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.boyenas-main-header {
    
}
.boyenas-header-details {
    padding: 0.8rem;
    display: flex;
    justify-content: right;
    padding-right: 3rem;
}
.boyenas-header-details ul {
    /* gap: 2rem; */
    
}
.boyenas-header-details ul li {
    border-right: 1px solid #fff;
    text-align: center;
}
.boyenas-header-details ul li:last-child {
    border-right: 0;
}
.boyenas-header-details ul li a {
    transition: all 0.3s ease-in-out;
}
.boyenas-header-details ul li a:hover {
   color: var(--gold);
}
.boyena-navbar {
    border-top: #fff 1px solid;
    border-top-color: rgba(168, 133, 44, 0.5);
    padding: 1.5rem;
}
.boyena-navbar ul {
    width: 100%;
    justify-content: space-around;
    
}

.boyenas-main-header li a {
    font-size: 1rem;
    padding: 0.3rem 1rem;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.boyenas-main-header li a:hover {
    color: var(--gold)
}
.boyena-navbar ul li:last-child a {
    border: 1px solid var(--gold);
    transition: all 0.4s ease-in-out;
}
.boyena-navbar ul li:last-child a:hover {
    color: var(--blue);
    background-color: var(--gold);
    font-weight: 400;
}
.channel-partner, .projects-menu-list {
    border: 1px solid var(--gold);
    padding: 0.2rem;
    position: absolute;
    top: 25px;
    background-color: var(--gold);
    left: -20px;
    width: 190%;
    opacity: 0;
    pointer-events: none;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
}
.channel-partner ul li, .projects-menu-list ul li {
    margin: 1rem 0;
}
.channel-partner ul li a, .projects-menu-list ul li a {
    border: 0 !important;
    transition: all 0.4s ease-in-out;
    color: var(--blue) !important;
}
.channel-partner ul li a:hover {
    
}
.channel-partner ul li a:hover {
    color: white;
}
.channel-partner ul li:last-child a:hover {
    background-color: transparent;
    color: white;
}
.channel-partner-btn, .projects-btn {
    position: relative;
}
.channel-partner-btn:hover .channel-partner, .projects-btn:hover .projects-menu-list {
    left: 0;
    opacity: 1;
    pointer-events: auto;
}

/*popup*/
.home-popup {
    position: fixed;
    left: 0;
    top: 10%;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}
.home-popup.active {
    z-index: 1000;
    opacity: 1;
    pointer-events: auto;
}
.home-popup-container {
    width: 60%;
    padding: 4rem;
    border-radius: 20px;
    border: 1px solid grey;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    padding: 3rem;
    position: relative;
}
.home-popup-container form {
    padding-top: 1rem;
}
.home-popup-container .popup-close {
    position: absolute;
    right: 3%;
    top: 3%;
}
.home-popup-container .popup-close i {
    font-size: 2rem;
    color: var(--blue);
    cursor: pointer;
}
.home-popup-container form input, .home-popup-container form select, .home-popup-container form textarea {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    margin: 0.5rem 0;
}
.popup-submit {
    background-color: var(--blue);
    color: var(--gold);
    width: 100%;
    cursor: pointer;
    padding: 0.5rem 3rem;
    display: block;
    margin: 1rem 0;
    font-size: 1rem;
    border-radius: 5px;
}
/* footer starts here  */
footer {
    padding: 4rem 0;
    border-top: 1px solid var(--gold);
    margin-top: 2rem;
    padding-bottom: 1rem;
    color: #D9D9D9;
    margin-top: 0;
    background-color: var(--blue);
}
.boyanas-footer-logo {
    width: 40%;
    text-align: center;
    padding-right: 8rem;
} 
.boyanas-footer-logo img {
    width: 30%;
}
.boyanas-footer-logo ul li a {
    color: #fff;
    position: relative;
    padding: 0.5rem 0;
}
.boyanas-footer-logo ul li a:after {
    content: "";
    width: 0;
    height: 1px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--gold);
}
.boyanas-footer-logo ul li a:hover:after {
    width: 100%;
}
.boyanas-footer-logo ul {
    margin: 1.3rem 0;
    justify-content: space-around;
}
.boyanas-footer-right {
    width: 60%;
}
.boyanas-footer-nav {
    width: 50%;
}
.boyanas-footer-nav h3 {
    font-weight: 400;
    color: var(--gold);
    letter-spacing: 1.5px;
    font-size: 1.1rem;
}
.boyanas-footer-nav ul li {
    margin: 1.5rem 0;
}
.boyanas-footer-nav ul li a {
    font-size: 1rem;
    color: #fff;
    padding-bottom: 0.5rem;
    position: relative;
    
}
.boyanas-footer-nav ul li a:after {
    content: "";
    width: 0%;
    height: 1px;
    background-color: var(--gold);
    left: 0;
    bottom: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
}
.boyanas-footer-nav ul li a:hover:after {
    width: 100%;
}
.boyanas-footer-nav ul li a i {
    margin-right: 0.6rem;
}
.boyanas-footer-logo p {
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.5;
}
.copy-rights {
    width: 100%;
    padding: 3rem 0;
    padding-bottom: 0;
}
.copy-rights-container {
    border-top: 1px solid var(--gold);
    padding: 1rem;
    text-align: center;
}
.copy-rights-container span {
    color: var(--gold)
}

/* home page css  */
.home-hero {
    position: relative;
    height: 80vh;
    background: url("../media/hero-img.png");
    background-size: cover;
}
.hero-img {
    width: 100%;
    
}
.hero-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(16,19,54, 0.82);
    left: 0;
    top: 0;
}
.hero-img-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 4rem;
    padding-left: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-img-content h1 {
    font-size: 3.4rem;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 4rem;
    letter-spacing: 8px;
    
}
.hero-img-content h1 span {
    font-family: technovier;
    background-color: var(--gold);
    padding: 0.4rem 1rem;
    color: var(--blue);
    font-size: 3rem;
    margin-left: 1rem;
    letter-spacing: 8px;
}
.hero-img-content a, .hero-img-content b {
    font-size: 1rem;
    font-family: technovier;
    border: 2px solid var(--gold);
    padding: 0.8rem 2rem;
    color: var(--gold);
    transition: all 0.4s ease-in-out;
   
}
.hero-img-content a {
    
}

.hero-img-content b {
    border: 0;
}
.hero-img-content a strong {
    width: 30px;
    height: 2px;
    background-color: var(--gold);
    display: inline-block;
    margin-right: 1rem;
    
}
.hero-img-content a:hover {
    color: var(--blue);
    background-color: var(--gold);
}
.hero-img-content a:hover  strong {
    background-color: var(--blue);
}
.hero-down {
    position: absolute;
    transform: translate(-50%, -5%);
    left: 50%;
    bottom: 5%;
}

.hero-down a {
    border: 0;
    padding: 0;
    font-size: 3rem;
}
.hero-down a:hover{
    border: 0;
    background-color: transparent;
    color: var(--gold)
}
.home-about {
    padding: 3rem 0;
    margin: 3rem 0;
}
.home-about-img {
    width: 40%;
    position: relative;
}
.home-about-img:after {
    width: 80%;
    height: 80%;
    position: absolute;
    background-color: rgba(178, 143, 53, 0.41);
    content: "";
    left: -10%;
    top: 30%;
    z-index: -1;
}
.home-about-content {
    width: 60%;
    padding: 1rem;
    padding-left: 3rem;
}
.home-about-content span {
    width: 230px;
    height: 4px;
    background-color: var(--gold);
    display: inline-block;
}
.home-about-content h2 {
    font-size: 1.8rem;
    padding: 1rem 0;
    color: var(--gold)
}
.home-about-content p {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 1.1px;
    color: #D9D9D9;
    padding-bottom: 2.5rem;
}
.home-about-content a {
    font-size: 0.9rem;
    padding: 0.5rem 2rem;
    border: 1px solid var(--gold);
    font-family: technovier;
    color: var(--gold);
    position: relative;
    padding-left: 4rem;
    transition: all 0.4s ease-in-out;
}
.home-about-content a:after {
    width: 25px;
    background-color: var(--gold);
    height: 2px;
    position: absolute;
    left: 10%;
    bottom: 40%;
    content: "";
    transition: all 0.4s ease-in-out;
}
.home-about-content a:hover {
    color: var(--blue);
    background-color: var(--gold);
    
}
.home-about-content a:hover:after {
    background-color: var(--blue);
}
/* home projects  */
.home-projects {
    padding: 7rem 0;
    position: relative;
}
.home-project-design {
    position: absolute;
    width: 25rem;
    height: 30rem;
    right: 0;
    top: -25%;
    clip-path: polygon(100% 0, 0 52%, 100% 100%);
    background-color: rgba(225, 159, 101, 0.17);
}
.home-projects-list {
    padding: 2rem 0;
    margin: 2rem 0;
    gap: 2rem;
    justify-content: space-between;
}
.home-projects-list {
    overflow-x: scroll;
    
}
.home-projects-list::-webkit-scrollbar {
    width: 0;
}
.home-project-box {
    min-width: 28%;
}
.home-projects-heading {
    
}
.home-projects-heading-left {
    width: 70%;
}
.home-projects-heading-left h3 {
    font-size: 1.6rem;
    color: var(--gold);
    padding: 1rem 0;
}
.home-projects-heading-left strong {
    font-size: 1.4rem;
    color: white;
    
}
.home-projects-heading-right {
    width: 30%;
    text-align: right;
    padding-right: 3rem;
}
.home-projects-heading-right a {
    font-size: 1rem;
    font-family: technovier;
    color: var(--gold);
    position: relative
}
.home-projects-heading-right a:after {
    content: "";
    right: -25%;
    top: 40%;
    width: 30px;
    background-color: var(--gold);
    position: absolute;
    height: 2px;
}
.home-project-boxcontent {
    padding: 1rem 0;
    padding-left: 4rem;
}
.home-project-boxcontent a {
    font-size: 1.2rem;
    color: var(--gold);
    font-family: technovier;
    position: relative;
}
.home-project-boxcontent a:after {
    width: 30px;
    height: 2px;
    background-color: var(--gold);
    content: "";
    position: absolute;
    left: -45px;
    bottom: 40%;
}

/* about page css */
.about-hero {
    position: relative;
    background: url("../media/about-hero.png");
    height: 70vh;
    background-size: cover;
}
.about-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(16, 19, 54, 0.7)
}
.about-hero-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.about-hero-content strong {
    font-size: 2rem;
    color: white;
    display: block;
    margin: 1.5rem 0;
}
.about-hero-content h1 {
    font-size: 3rem;
    color: white;
    padding: 1rem;
    border-top: 4px solid var(--gold);
    display: inline-block;
}
.about-body {
    background-color: #fff;
    padding: 3rem 0;
}
.about-services-main {
    margin: 2rem 0;
    padding: 2rem 0;
}
.about-body-container {
    border-right: 1px solid rgba(0, 23, 52, 0.5);
    border-left: 1px solid rgba(0, 23, 52, 0.5)
}
.about-text {
    width: 90%;
    margin: 0 auto;
    padding: 2rem 0;
    margin: 2rem auto;

} 
.about-text p {
    font-size: 1.1rem;
    line-height: 2;
}
.about-services-left {
    width: 60%;
    padding-right: 3rem;

}
.about-services-left h2 {
    font-size: 1.8rem;
    margin: 2rem 0;
    margin-left: -0.15rem;
    padding: 0.5rem 4rem;
    
    border-left: 4px solid var(--gold)
}
.about-services-left h3 {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1.5px;

}
.about-services-left h3 img {
    width: 60px;
    margin-right: 1rem;

}
.about-services-right {
    width: 40%;
}
.about-services-listbox {
    padding-left: 3rem;
    margin: 2rem 0;
}
.about-services-listbox p {
    padding-left: 4.5rem;
    font-size: 1rem;
    color: #565555;
    line-height: 1.6;

}
.why-choose-left {
    width: 40%;
}
.why-choose-right {
    width: 60%;
}
.why-choose-us {
    margin: 3rem 0;
    padding: 2rem 0;
}

.why-choose-us h3 {
    font-size: 1.8rem;
    margin: 2rem 0;
    margin-left: -0.15rem;
    padding: 0.5rem 3rem;
    border-left: 4px solid var(--gold)
}
.why-choose-right {
    padding: 2rem;
    padding-top: 8rem;
}
.why-choose-right strong {
    font-size: 3rem;
    font-family: "Open Sans", sans-serif;
    margin-right: 1rem;
    font-weight: 600;
}
.why-choose-box {
    margin: 1rem;
    
}
.why-choose-right h4 {
    font-size: 1.3rem;
    display: flex;
    letter-spacing: 1.5px;
    align-items: center;
    font-weight: 550;
    -webkit-text-stroke: 0.5px #000;
}
.why-choose-right p {
    font-size: 1rem;
    line-height: 1.4;
    color: #565555;
    padding-left: 3rem;
    margin-top: -0.5rem;
}

/* contact page css  */

.contact-hero {
    position: relative;
    height: 70vh;
    background: url("../media/contact-hero-img.png");
    background-size: cover;
   
}
.contact-hero-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(16, 19, 54, 0.65);
    position: absolute;
    left: 0;
    top: 0;
}

.contact-hero h1 {
    font-size: 3rem;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #fff;
}
.contact-main {
    margin: 2rem 0;
    padding: 2rem 0;
}
.contact-main-left {
    width: 50%;
    padding: 2rem;
}
.contact-main-left h2 {
    font-size: 1.6rem;
    margin: 1rem 0;
    letter-spacing: 1.5px;
}
.contact-main-left p {
    font-size: 1rem;
    color: #4A4141;
    margin-top: -0.4rem;
}
.contact-main-box {
    border-bottom: 1px solid grey;
    padding: 1rem 0;
    width: 50%;
}
.contact-main-box p a {
    color: #4A4141;
}
.contact-main-box:last-child {
    border: 0;
}
.contact-main-box h4 {
    font-size: 1.2rem;
    letter-spacing: 1.2px;
    padding: 1rem 0;
    font-weight: 500;
    -webkit-text-stroke: 0.6px #000;
    
}
.contact-main-right {
    width: 50%;
    padding: 2rem;
    display: flex;
    align-items: center;
}
.contact-main-right form input, .contact-main-right form select, .contact-main-right form textarea, .contact-main-right form option {
    width: 100%;
    padding: 0.7rem;
    font-size: 1rem;
    margin: 0.8rem 0;
    letter-spacing: 0.8px;
    border: 1px solid rgba(0, 0, 0, 0.5)
}
.contact-main-right form button {
    padding: 0.5rem 1rem;
    text-align: center;
    width: 100%;
    background-color: var(--blue);
    color: var(--gold);
    cursor: pointer;
    margin-top: 1rem;
    font-size: 1.1rem;
    color: var(--gold);
    transition: all 0.4s ease-in-out;
    border: 0;
}
.contact-main-right form button:hover {
    background-color: var(--gold);
    color: var(--blue)
}
.contact-main-right form {
    padding: 3rem;
    box-shadow: 0px 0px 40px 20px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
}
.contact-main-right form input::placeholder, .contact-main-right form select::placeholder, .contact-main-right form textarea::placeholder {
    color: #000;
    font-size: 1rem;
    letter-spacing: 0.8px;
}
.contact-map {
    margin: 2rem 0;
    height: 250px !important;
}
iframe {
    width: 100%;
    height: 100%;
}


/* projects page css starts here  */
.projects-hero {
    position: relative;
    background: url("../media/project-hero-img.png");
    height: 70vh;
    background-size: cover;
}
.projects-hero-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(16, 19, 54, 0.56);
    left: 0;
    top: 0;
    position: absolute;
}
.projects-hero h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    color: #fff;
    font-size: 3rem;
}
.projects-list {
    width: 100%;
    padding: 4rem 0;
   
    
}
.project-list {
    margin-bottom: 5rem;
}
.projects-list-container {
 text-align: center;
 
}
.project-list h2 {
  font-size: 1.8rem;
  padding-bottom: 0.6rem;
  border-bottom: 4px solid var(--gold);
  display: inline-block;
  text-align: center;
  
}
.project-list-container {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem 0;
    border-top: 2px solid #D9D9D9;
    border-bottom: 2px solid #D9D9D9;
}
.project-box {
    border: 2px solid #D9D9D9;
    border-top: 0;
    padding: 1rem 3rem;
    border-left: 0;
    padding-bottom: 3.5rem;
    position: relative;
    width: 50%;
    text-align: left;
}
.project-box:last-child {
    border-bottom: 0;
}
.project-list h3 {
    font-size: 1.4rem;
    text-align: center;
    margin: 2rem 0;
    
}
.project-box:nth-child(even) {
    border-right: 0;
}
.project-box h3 {
    font-size: 1.2rem;
    padding: 1.2rem 0 !important;
    padding-top: 2rem !important;
    letter-spacing: 1.5px;
    text-align: left;
    margin: 0;
}
.project-box p {
    font-size: 0.95rem;
    line-height: 1.6;
}
.project-img-box {
    position: relative;
}
.project-box a {
    position: absolute; 
    right: 8%;
    font-size: 1.5rem;
    bottom: -3%;
    color: #fff;
    z-index: 100;
}
.project-box a i {
    color: var(--gold);

}
.project-box a:after {
    content: "";
    left: -15px;
    top: -15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    background-color: #000;
}
.highlight-box {
    padding: 1.5rem 0.5rem;
}
.highlight-box h4 {
    font-size: 2rem;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1px;
} 
.highlight-box p {
    font-weight: 600;
    letter-spacing: 0.1px;
    font-size: 1rem;
    color: #5D5757;
}
.project-hightlightbox {
    display: flex;
    gap: 2rem;
}

/* partner registration  */

.partner-hero {
    position: relative;
    background: url("../media/partner-reg.png") no-repeat ;
    height: 70vh;
    background-size: cover;
    /*background-repeat: no-repeat;*/
}
.partner-hero-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(12, 14, 36, 0.64);
}
.partner-hero img {
    height: 100%;
}

.partner-hero h1 {
    font-size: 2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.registration-main {
    width: 100%;
    margin: 2rem 0;
    padding: 2rem 0;
}
.registration-left {
    width: 50%;
    display: flex;
    align-items: center;
    
}
.registration-left h2 {
    font-size: 2rem;
    margin: 1rem 0;
    letter-spacing: 1.8px;
    line-height: 1.4;
}
.registration-left p {
    font-size: 1rem;
    padding-bottom: 3rem;
    line-height: 1.6;
}
.registration-left a {
    font-family: technovier;
    font-size: 1rem;
    color: var(--gold);
    border: 2px solid var(--gold);
    padding: 0.7rem 2rem;
    display: inline-block;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
    /* padding-left: 4rem; */
}
.registration-left a:hover {
    background-color: var(--gold);
    color: var(--blue)
}
.registration-left a:hover span {
   background-color: var(--blue);
}
.registration-left a span {
    width: 30px;
    height: 2px;
    margin-right: 1rem;
    display: inline-block;
    margin-top: -3rem;
    background-color: var(--gold);
}
.registration-right {
    width: 50%;
}
.registration-right {
    padding: 2rem;
}
.registration-right form {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.registration-right form input, .registration-right form select {
    width: 48%;
    padding: 0.6rem 1rem;
    margin: 0.4rem 0;
    font-size: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.39);
}
.registration-right form input::placeholder {
    color: black;
    letter-spacing: 0.8px !important;
} 
.registered-address {
    width: 100% !important;
    height: 90px;
}
.registration-submit-btn, .partner-lead-submit-btn {
    width: 100% !important;
    padding: 0.8rem 2rem;
    background-color: var(--blue);
    color: var(--gold);
    cursor: pointer;
}
.registration-form-container {
    padding: 3rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    box-shadow: 0px 0px 40px 20px rgba(0, 0, 0, 0.09);
}
.partner-lead-right {
    width: 100% !important;
}
.partner-lead-container {
    width: 80%;
}
.channel-partner-lead-form {
    gap: 1rem 2rem !important;
    padding: 2rem 3rem !important;
}

/*project main page css */
.project-main-hero {
    position: relative;
}
.project-main-hero-overlay {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(12, 14, 36, 0.81);
    position: absolute;
}
.project-main-hero-container {
    /*position: relative;*/
}
.project-main-hero-container {
    position: absolute;
    color: #fff;
    width: 100%;
    text-align: center;
    left: 50%;
    top:  50%;
    transform: translate(-50%, -50%);
}
.project-main-hero-container h1 {
    font-size: 2rem;
    margin: 1rem 0;
    
}
.project-main-hero-container p {
    font-size: 1.4rem;
    
}
.project-main-about-one {
    margin: 4rem 0;
    padding: 2rem 0;
    margin-bottom: 7rem;
}
.project-main-about-one h2 {
    font-size: 1.8rem;
    letter-spacing: 1.3px;
    line-height: 1.6;
    margin: 1rem 0;
}
.project-main-about-one p {
    font-size :1.1rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    color: #433C3C;
}
.project-main-about-one a {
    font-size: 1rem;
    padding: 0.5rem 2rem;
    border: 2px solid var(--gold);
    font-family: technovier;
    color: var(--gold);
    position: relative;
    font-weight: 500;
    padding-left: 4rem;
    letter-spacing: 1px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.project-main-about-one a:after {
    width: 25px;
    background-color: var(--gold);
    height: 2px;
    position: absolute;
    left: 6%;
    bottom: 40%;
    content: "";
    transition: all 0.4s ease-in-out;
}
.project-main-about-one a:hover {
    color: var(--blue);
    background-color: var(--gold);
}
.project-main-about-one a:hover:after {
    background-color: var(--blue);
} 
.project-main-about-two {
    padding: 4rem 0;
    margin: 4rem 0;
}
.project-main-about-two-img {
    width: 45%;
    position: relative;
}
.project-main-about-two-img:after {
    width: 70%;
    height: 80%;
    background-color: var(--gold);
    left: -15%;
    top: -20%;
    position: absolute;
    content: "";
    z-index: -1;
}
.project-main-about-two-content {
    width: 55%;
    padding-left: 2rem;
}
.project-main-about-two-content h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
.project-main-about-two-content p {
    font-size: 1.05rem;
    margin-bottom: 0.6rem;
    line-height: 1.7;
}
.project-main-more-details {
    margin: 2rem 0;
    padding: 2rem 0;
}
.project-main-more-navlist {
    justify-content: center;
    gap: 3rem 5rem;
    margin-bottom: 3rem;
}
.project-main-more-navlist li {
    font-family: technovier;
    font-size: 1rem;
    cursor: pointer;
    padding: 0.8rem 2rem;
    border: 2px solid #000;
    transition: all 0.4s ease-in-out;
    color: #000;
    border-radius: 40px;
}
.project-main-more-navlist li.active {
    background-color: var(--gold);
    color: #fff;
}
.project-more-details {
    /*padding: 3rem;*/
    overflow: hidden;
    height: 0px;
    opacity: 0;
}
.project-more-details.active {
    opacity: 1;
    padding: 3rem;
    height: auto;
}
.project-more-details ul {
    /*display: flex;*/
    flex-wrap: wrap;
    gap: 0 3rem;
    justify-content: space-between;
    padding-left: 50px;
}
.project-more-details ul li {
    font-size: 1.1rem;
    margin: 1rem 0;
    width: 30%;
    position: relative;
}
.project-more-details ul li:after {
    content: "";
    position: absolute;
    left: -30px;
    letter-spacing: 0.1px;
    top: 46%;
    width: 20px;
    height: 3px;
    background-color: var(--gold);
    
}
.project-more-details h4 {
    font-size: 1.3rem;
    letter-spacing: 1.3px;
    margin: 0.5rem 0;
}
.neighbourhood {
    
}
.neighbourhood-wrapper {
    flex-wrap: wrap;
    justify-content: center;
}
.neighbourhood-box {
    width: 47%;
    padding: 2rem;
}
.neighbourhood-box ul {
    padding-left: 30px;
}
.neighbourhood-box ul li {
    width: 100%;
}
.project-more-details-wrapper {
    border-top: 1px solid var(--gold);
}
.layout {
    text-align: center;
}
.layout img {
    /*display: block;*/
    margin-top: -70px;
    width: 80%;
    text-align: center;
}
.project-main-contact {
    padding: 2rem 0;
    margin: 2rem 0;
}
.project-main-map {
    width: 50%;
    overflow: hidden;
    padding-top: 3rem;
}
.project-main-form { 
    width: 50%;
    padding: 3rem;
    
}
.project-main-map h4 {
    font-size: 2rem;
    letter-spacing : 1px;
    margin-bottom: 1rem;
}
.project-main-map iframe {
    height: 350px !important;
    width: 100% !important;
    display: block;
    margin-top: 1.5rem;
}
.project-main-map p {
    font-size: 1.1rem;
    color: #433C3C;
}
.project-main-form form {
    gap: 2rem;
    flex-wrap: wrap;
    padding: 4rem 2rem;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 20px rgba(0, 0, 0, 0.09);
}
.project-main-form form input, textarea {
    width: 45%;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border: 1px solid rgba(217, 217, 217, 1);
}
.project-main-form form input::placeholder, .project-main-form form textarea::placeholder {
    color: #000;
}
.project-main-form form textarea {
    width: 98%;
}
.project-main-form form .mobile {
    display: block;
    width: 98% !important;
}
.projct-submit-btn {
    background-color: #000;
    padding: 1rem 2rem;
    color: var(--gold);
    width: 100% !important;
    cursor: pointer;
}
.floor-plan-wrapper {
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}
.project-main-elevation {
    margin: 2rem 0;
    padding: 2rem 0;
    text-align: center;
}
.project-main-elevation h5 {
    font-size: 2rem;
    margin: 2rem auto;
    letter-spacing: 1px;
    
}
.project-main-elevation-wrapper {
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
}
.project-main-evevation-img:nth-child(1) {
    width: 100%;

}
.project-main-evevation-img {
    width: 48%;
}

.ivy-greens-about-two .project-main-about-two-container {
    flex-wrap: wrap;
}
.odyssey-elevation .project-main-elevation-wrapper {
    padding-top: 3rem;
}
.odyssey-elevation .project-main-evevation-img {
    width: 45%;
}
.odyssey-elevation .project-main-evevation-img img {
    aspect-ratio: 2/3
}
.odyssey-elevation .project-main-evevation-img:nth-child(1) img , .odyssey-elevation .project-main-evevation-img:nth-child(2) img {
    aspect-ratio: 2/1.3
}


.ivy-greens-about-two h4 {
    font-size: 1.4rem;
    color: var(--gold);
    margin-bottom: 1rem;
    letter-spacing: 1.5px;
}
.ivy-greens-about-two h3 {
    font-size: 1.6rem;
    letter-spacing: 1.5px;
}
.ivy-greens-about-two .more-project-about {
    margin-top: 4rem;
}
.ivy-greens-about-two .more-project-about img {
    display: block;
    margin: 3rem 0;
}
.ivy-greens-about-two .more-project-about p {
    font-size: 1.05rem;
    padding: 1rem 0;
    line-height: 1.8;
}
.odyssey-more-details .layout.active {
    padding-top: 10rem;
}


/*download brochure */
.download-brochure {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
.download-brochure.active {
    opacity: 1;
    z-index: 100;
    pointer-events: auto;
}
.close-brochure {
    position: absolute;  
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.close-brochure i {
    font-size: 1.8rem;
}
.download-brochure-container {
    width: 50%;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.2);
    padding: 3rem;
    border-radius: 10px;
}
.download-brochure-container form input, .download-brochure-container form textarea {
    width: 100%;
    border: 1px solid #cacaca;
    font-size: 1rem;
    margin: 0.8rem 0;
    padding: 0.7rem;
}
.registration-right  p {
    font-size: 1.1rem;
    text-align: center;
}
.registration-right p i {
    color: red;
}